Difference between revisions of "Category:Engines"

From Cantr II Wiki
Jump to: navigation, search
(Fuel Usage: explanation of **)
(Fuel Usage)
Line 6: Line 6:
  
 
==Fuel Usage==
 
==Fuel Usage==
Engines will accept fuels just like any other storage device.  The amount of fuel consumed during travel is determined by the following equation (where "**" means "raised to the power of"):
+
''Engine fuel is not yet implemented. Details below are for future reference only.''
 +
 
 +
<br>Engines will accept fuels just like any other storage device.  The amount of fuel consumed during travel is determined by the following equation (where "**" means "raised to the power of"):
  
 
<br>fuelusage = engine * (vehicle_minimum + ((vehicle_maximum - vehicle_minimum) * (current_speed/maxspeed)**6))
 
<br>fuelusage = engine * (vehicle_minimum + ((vehicle_maximum - vehicle_minimum) * (current_speed/maxspeed)**6))

Revision as of 05:29, 5 March 2008

Overview

Some vehicles require engines to be built inside them in order to run. There are four types of engines.

Car engine (A) and car engine (B) can be built in the same vehicles, and either one will power the vehicle. However, the B engine makes the vehicle travel 10% faster.

Fuel Usage

Engine fuel is not yet implemented. Details below are for future reference only.


Engines will accept fuels just like any other storage device. The amount of fuel consumed during travel is determined by the following equation (where "**" means "raised to the power of"):


fuelusage = engine * (vehicle_minimum + ((vehicle_maximum - vehicle_minimum) * (current_speed/maxspeed)**6))


engine = engine usage factor for the fuel type (defined for each engine type)
vehicle_minimum and vehicle_maximum = usage variables that are defined for each vehicle

Engine List

Click on the 'category' tab at the top of the page to access the list of types of engines that can be made, organized as they are listed in the in-game manufacturing menu.

Pages in category "Engines"

The following 8 pages are in this category, out of 8 total.