Difference between revisions of "Vehicle speed"

From Cantr II Wiki
Jump to: navigation, search
m (Water Vehicles)
m (more layout)
 
(22 intermediate revisions by 10 users not shown)
Line 1: Line 1:
Units are going to define the speed at which a vehicle moves, since there is no defined term within Cantr (Ie: Neither Kilometers nor Miles exist in Cantr).
+
{{InterwikiLink:VehicleSpeed}}
  
== Road Vehicles ==
+
The wiki lists [[vehicle speed]]s in units of '''[[pixel]]s per day'''. This article details how they are computed.
1 Unit is equal to how fast a perfectly healthy Cantarian person walks down the most unimproved road, carrying nothing.
 
  
For vehicles that travel on roads, 20 Units is slow, whereas 100 is very, very fast.
 
  
== Water Vehicles ==
 
Boats on the water are calculated much differently than those on land.  A boat moving 1000 Units does not mean the boat is going 1000 times that of a Cantarian on their legs.  There is no basic principle, such as a Cantarian walking down a path, to define how fast or slow a boat is in comparison.
 
  
For vehicles that travel on water, 1000 Units is slow, whereas 8000 is very, very fast.
+
==Concepts==
 +
 
 +
 
 +
===Vehicle constants===
 +
Each land vehicle or ship has a base speed and a weight effect, 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 weight effect determines how sensitive a vehicle's speed is to the load on the vehicle. A vehicle with a larger weight effect will be slowed less 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.
 +
 
 +
 
 +
===Road factor===
 +
 
 +
Land vehicle speeds (but not walking) are affected by the type of road being traveled on. A list of road types, and their associated road factors: [[Road|Types of roads]]
 +
 
 +
 
 +
 
 +
==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).
 +
 
 +
Walking speed = 10 - (inventory weight)/5000
 +
 
 +
 
 +
===Road vehicles===
 +
 
 +
Vehicle speed = (base speed)*(road factor) - (load / weight effect)
 +
 
 +
 
 +
===Water vehicles===
 +
 
 +
Ship speed = (base speed) - (load / weight effect)
 +
 
 +
 
 +
 
 +
[[Category:Vehicles]]

Latest revision as of 11:02, 23 January 2011

Interwiki

българскиDeutschEnglishEspañolEsperantoFrançaisItalianoLietuviųLojbanNederlandsPolskaPortuguêsРусскийSuomiSvenskaTürkçe中文

The wiki lists vehicle speeds in units of pixels per day. This article details how they are computed.


Concepts

Vehicle constants

Each land vehicle or ship has a base speed and a weight effect, 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 weight effect determines how sensitive a vehicle's speed is to the load on the vehicle. A vehicle with a larger weight effect will be slowed less 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.


Road factor

Land vehicle speeds (but not walking) are affected by the type of road being traveled on. A list of road types, and their associated road factors: Types of roads


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).

Walking speed = 10 - (inventory weight)/5000


Road vehicles

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


Water vehicles

Ship speed = (base speed) - (load / weight effect)