Godot-Moddable-Template/mods/base_content/buildings/barracks.json

13 lines
189 B
JSON
Raw Normal View History

{
"id": "barracks",
"name": "Barracks",
"description": "Trains melee units.",
"build_cost": {
"wood": 100,
"stone": 50
},
"build_time": 30,
"produces_units": ["soldier"]
}