0ad/binaries/data/mods/public/maps/random/survivalofthefittest.json
leper 87d5d37488 Some source string fixes.
This was SVN commit r16002.
2014-11-22 22:21:54 +00:00

16 lines
604 B
JSON

{
"settings" : {
"Name" : "Survival of the Fittest",
"Script" : "survivalofthefittest.js",
"Description" : "IMPORTANT NOTE: AI PLAYERS DO NOT 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,
"TriggerScripts": [
"scripts/TriggerHelper.js",
"random/survivalofthefittest_triggers.js"
],
"XXXXXX" : "Optionally define other things here, like we would for a scenario"
}
}