Wiki

Clone wiki

Caesaria / Walkers

options from game/resources/walker.model loading in game initialization step. all options in section will be send with Walker::initialize( options ) func.

forexample:

{
   etruscanSoldier :  //ingame type
   {
     strike : 3         //strike force
     resistance : 1     //resistance
   } 
}

Updated