13 lines
198 B
JSON
13 lines
198 B
JSON
|
[
|
||
|
{
|
||
|
name:"Warrior",
|
||
|
unitType:"Melee",
|
||
|
movement:2,
|
||
|
strength:12,
|
||
|
cost: 40,
|
||
|
hurryCostModifier:20,
|
||
|
obsoleteTech:"Metal Casting",
|
||
|
upgradesTo:"Swordsman",
|
||
|
attackSound:"nonmetalhit"
|
||
|
}
|
||
|
]
|