Godot-Moddable-Template/mods/base_content/buildings/barracks.json
lucastucious 7f4fe92271
Example project
# Conflicts:
#	.gitignore
2025-07-24 10:30:49 +02:00

12 lines
189 B
JSON

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