Files
2025-08-03 22:35:36 -07:00

24 lines
1.0 KiB
JSON

{
"name": "Classic RTS",
"description": "A classic real-time strategy experience. Gather resources, build an army, and conquer your enemies.",
"map": "/scripts/extensions/rts-mode/maps/classic.json",
"features": {
"fogOfWar": true,
"resources": true,
"quickActions": [
{ "id": "build", "label": "Build", "command": "Build a new structure." },
{ "id": "recruit", "label": "Recruit", "command": "Recruit a new unit." },
{ "id": "attack", "label": "Attack", "command": "Attack an enemy unit or structure." },
{ "id": "patrol", "label": "Patrol", "command": "Patrol a designated area." }
]
},
"initialState": {
"turn": 1,
"resources": { "gold": 500, "wood": 200, "food": 100 },
"log": []
},
"prompts": {
"system_initial": "Your settlement awaits your command, ruler. Expand your territory and vanquish all foes.",
"system_turn_update": "The tides of battle shift with your decisions."
}
}