Kingdoms of Camelot Wiki
Advertisement


Greenman has provided a javascript calculator using these formulae here: KoC Troop Speed Calculator

Base Speed of Troops

This data can be found on the Troops page, but has been copied here for clarity. When an army of mixed troops is sent out, that army will move at the same speed as the slowest type of troops in the army. (e.g. an army of Cavalry + Archers will move at the speed of the Archers)


In order of appearance:

Troop

Speed
Supply Troop 180
Militiamen 200
Scout 3000
Pikeman 300
Swordsman 275
Archer 250
Cavalry 1000
Heavy Cavalry 750
Supply Wagon 150
Ballista 100
Battering Ram 120
Catapult 80


In order of speed:

Troop

Speed
Scout 3000
Cavalry 1000
Heavy Cavalry 750
Pikeman 300
Swordsman 275
Archer 250
Militiamen 200
Supply Troop 180
Supply Wagon 150
Battering Ram 120
Ballista 100
Catapult 80
Editor's note: If I could place the tables side by side, with a bit of space between, I would...

Speed Modifiers

  • Magical Mapping - Each upgrade increases your infantry troops' marching speed by 10%
  • Alloy Horseshoes - Each upgrade increases your horseback and siege weapon troops marching speed by an additional 5%
  • Relief Station - Causes troops to move 1.5x speed for level 1 plus 0.5x for each additional level faster when moving between your own and allied Cities.
Base = Base Movement Speed for Troop Type, from table above
MM = Level of Magical Mapping Research
AH = Level of Alloy Horseshoes Research
RS = Level of Relief Station in sending city

Speed, when Attacking/Scouting an unfriendly tile:

Speed = Base * (1 + MM/10) , for Supply Troops, Militia, Scout, Pikeman, Swordsmen, and Archers
Speed = Base * (1 + MM/10) * (1 + AH/20) , for Cavalry, Heavy Cavalry, Supply Wagons, Ballista, Battering Rams, and Catapults

Friendly Speed, when Transporting, Reinforcing, or Reassigning to a friendly tile:

Friendly Speed = Speed * (1 + RS/2) , where Speed is the attack/scout speed calculated above for the troop types

Notes

  • Time estimates are calculated wrong for all mounted troops. The game uses 10% per level of Alloy Horseshoes in the estimate, rather than the actual 5%.
  • Time estimates are calculated wrong for movements between friendly tiles. The game does not consider the Relief Station speed-up at all.
  • The text in the two research types suggests that MM should only apply to infantry, and AH should only apply to mounted units. Yet, both MM and AH are observed to apply to mounted and siege units.

Actual Movement Speed

The actual speed that a unit moves across the map grid is more useful than the speed given in the table. The numbers found in the table appear to be in units of (hundredths of a tile per minute). This gives a conversion factor of:

Grid Speed (tiles/second) = Table Speed (100ths/min) / 6000

The derivation of this constant can be found on the talk page.

The travel time is then easily found by dividing the distance to be traveled in tiles by the speed in tiles/sec.

For example:

  • A supply wagon is going to carry supplies to a city 3 tiles west and 4 tiles north of the current city.
  • The distance to travel is 5 tiles, because the quadratic rule tells us that sqrt(3*3 +4*4) = 5
  • The base speed of a supply wagon is 150.
  • The tile speed of that wagon is 150/6000 = 0.025 tiles/sec
  • The time to deliver the supplies is: 5 tiles / 0.025 (tiles/sec) = 200 sec = 3m 20s
Advertisement