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

12 lines
428 B
JSON
Raw Normal View History

2012-06-22 00:30:17 +02:00
{
"settings" : {
"Name" : "Oasis",
"Script" : "oasis.js",
"Description" : "Players start around a small oasis in the center of the map which holds much of the available wood on the map.",
2012-06-22 00:30:17 +02:00
"BaseTerrain" : ["medit_dirt", "medit_dirt_b", "medit_dirt_c"],
"BaseHeight" : 1,
2012-07-02 09:43:44 +02:00
"Preview" : "oasis.png",
2012-06-22 00:30:17 +02:00
"CircularMap" : true,
"XXXXXX" : "Optionally define other things here, like we would for a scenario"
}
}