Difference between revisions of "Vehicle speed"

From Cantr II Wiki
Jump to: navigation, search
Line 1: Line 1:
 
The wiki lists [[vehicle speed]]s in units of [[pixel]]s per day.
 
The wiki lists [[vehicle speed]]s in units of [[pixel]]s per day.
  
==Walking==
 
  
A character with an empty inventory travels at a speed of 10 units per day on any road type. Tiredness and damage have no effect on traveling speed (this is true for vehicles as well).
 
  
==Vehicles==
+
==Concepts==
  
 +
===Vehicle constants===
 
Each land vehicle or ship has a base speed and a load factor, which are listed on the vehicle's own wiki page.
 
Each land vehicle or ship has a base speed and a load factor, which are listed on the vehicle's own wiki page.
  
Line 12: Line 11:
  
 
The load factor determines how sensitive a vehicle's speed is to the load on the vehicle. A vehicle with a larger load factor will not be slowed so much by a heavy load.
 
The load factor determines how sensitive a vehicle's speed is to the load on the vehicle. A vehicle with a larger load factor will not be slowed so much by a heavy load.
 +
 +
===Load weight===
 +
The load on a vehicle is determined by adding the weights of all the items on board. Objects and raw materials are added wherever they are. Machinery, including engines and locks, are also counted in the load. Passengers are counted as weighing 60000 grams each.
 +
 +
==Formulas==
 +
 +
==Walking==
 +
 +
A character with an empty inventory travels at a speed of 10 units per day on any road type. Tiredness and damage have no effect on traveling speed (this is true for vehicles as well).
  
 
== Road vehicles ==
 
== Road vehicles ==

Revision as of 06:37, 29 January 2006

The wiki lists vehicle speeds in units of pixels per day.


Concepts

Vehicle constants

Each land vehicle or ship has a base speed and a load factor, which are listed on the vehicle's own wiki page.

The base speed determines the speed at which the vehicle moves, were there no load. A vehicle with a larger base speed will usually go faster than a vehicle with a smaller base speed. Base speeds of ships and land vehicles are not comparable, because the land vehicle's base speed must be multiplied by the road factor.

The load factor determines how sensitive a vehicle's speed is to the load on the vehicle. A vehicle with a larger load factor will not be slowed so much by a heavy load.

Load weight

The load on a vehicle is determined by adding the weights of all the items on board. Objects and raw materials are added wherever they are. Machinery, including engines and locks, are also counted in the load. Passengers are counted as weighing 60000 grams each.

Formulas

Walking

A character with an empty inventory travels at a speed of 10 units per day on any road type. Tiredness and damage have no effect on traveling speed (this is true for vehicles as well).

Road vehicles

Vehicle speeds are only affected by road type and load weight.

Vehicle speed = (base speed)*(road factor) - (load)/(load factor)

Effect of road type

Certain vehicles can only travel on improved roads - for example, the limousine can only travel on a sand road or better.

Most importantly, each level of improvement makes all vehicles (walking is unaffected) travel 20 to 30 percent faster.

A summary of the levels of road improvement can be found here

Water vehicles

Ship speed = (base speed) - (load / load factor)