Troop beans are objects which contain information about troops.

properties of troop beans:

property

type

description

archer

int

number of archers

ballista

int

number of balls

batteringRam

int

number of rams

carriage

int

number of transports

catapult

int

number of catapults

heavyCavalry

int

number of cataphracts

lightCavalry

int

number of cav

militia

int

number of warriors

peasants

int

number of workers

pikemen

int

number of pikemen

scouter

int

number of scouts

swordsmen

int

number of swordsmen

foodConsumeRate

int

hourly food consumption of this troop bean

typOrder

?

???

example:

echo "the troops currently in the city are eating {city.troop.foodConsumeRate} food per hour."

see also GetTroops getAvailableTroop


ScriptObjects

troop (last edited 2015-03-22 05:32:55 by tech)