0ad/binaries/data/mods/public/maps/random/survivalofthefittest.json

17 lines
627 B
JSON

{
"settings" : {
"Name" : "Survival of the Fittest",
"Script" : "survivalofthefittest.js",
"Description" : "IMPORTANT NOTE: AI PLAYERS WONT WORK WITH THIS MAP\n\nProtect your base against endless waves of enemies. Use your woman citizen to gather resources. The last player remaining will be the winner.",
"BaseTerrain" : ["medit_sea_depths"],
"BaseHeight" : 30,
"CircularMap" : true,
"Keywords": ["demo"],
"TriggerScripts": [
"scripts/TriggerHelper.js",
"random/survivalofthefittest_triggers.js"
],
"XXXXXX" : "Optionally define other things here, like we would for a scenario"
}
}