Attribute:Engine Efficiency: Difference between revisions

m Categorized
Boba Fett (talk | contribs)
No edit summary
 
(8 intermediate revisions by 6 users not shown)
Line 1: Line 1:
Engine efficiency (EE) value is a % reducing the travel time of your flight.
Engine Efficiency (EE) value is the % of your base speed, that gets added to your base speed, to equal your total speed. The formula for your speed is your '''[[Travel#Traveling|Ship's Base Speed + (Ship Base Speed X EE%)]].''' If your base speed is 30 [[Meow|M]] and and you have 50%ee then your final speed is 30 + 30 X 0.5 = 45 M.  
For example if your EE is 50% a trip that would take 20 minutes will take 10.
EE is capped at 75%
 
 
 
Dumping this here until I (or someone else) can clean it up:
 
 
### START FIGHTER BASES ###
case 2: // Light
$base = 0;
break;
 
case 3: // Standard
$base = 0;
break;
 
case 4: // Assault
$base = 0;
break;
 
case 16: // Tempest
$base = 0;
break;
### END FIGHTER BASE ###
### START SCOUT BASES ###
case 5: // Recon
$base = .1;
break;
 
case 6: // Support
$base = .15;
break;
 
case 7: // Overwatch
$base = .20;
break;
 
case 17: // Harbinger
$base = .25;
break;
### END SCOUT BASE ###
 
### START FREIGHTER BASES ###
case 8: // Light
$base = 0;
break;
 
case 9: // Medium
$base = 0;
break;
 
case 10: // Heavy
$base = 0;
break;
 
case 18: // Cerberus
$base = 0;
break;
### END FREIGHTER BASE ###
### START REP SHIP BASES ###
case 19: // JayCo Tanker
$base = -.25;
break;
 
case 20: // Sentinel
$base = .3;
break;
 
case 21: // Dreadnought
$base = 0;
break;
 
case 22: // Crusader
$base = 0;
break;
case 23: // SOMETHING
$base = .5;
break;
case 24: // SOMETHING ELSE
$base = .05;
break;
### END REP SHIP BASES ###


There is no cap on Engine Efficiency (Nor has stated he is not responsible for seizures caused by the new speedometer animations). Engine Efficiency can be increased by Engine, Utility, Sensor Mods, and [[sectors]] Boosts. Furthermore, every ship has a different based in [[Travel|M/min]], but ships no longer have base Engine Efficiency values.
== Ship Base Speeds  ==
=== Fighter ===
* Light: 50 M
* Standard: 53 M
* Assault: 57 M
* Tempest: 60 M
=== Scout ===
* Recon: 60 M
* Support: 65 M
* Overwatch: 70 M
* Harbinger: 75 M
=== Freighter ===
* Light: 50 M
* Medium: 50 M
* Heavy: 50 M
* Cerberus: 50 M
=== Rep Ships ===
* JayCo Tanker: 20 M
* Gemini Station Sentinel: 50 M
* Terran Dreadnought: 50 M
* Martian Crusader: 60 M
* Wasp: 150 M
''For more information on ships, see [[Ship Classes]] ''
{{Attributes}}
{{Attributes}}
[[Category:Attributes]]
[[Category:Attributes]]