0ad/binaries/data/mods/public/maps/random/deep_forest.json
elexis cb82a9a84f Move BaseTerrain from the random map JSON files to all other terrain names used by the script.
The gamesetup will never be able to do something useful with it,
especially change it as an option, so it shouldn't be in the JSON file.
Fixes #4973.

This was SVN commit r20912.
2018-01-19 02:21:32 +00:00

9 lines
189 B
JSON

{
"settings" : {
"Name" : "Deep Forest",
"Script" : "deep_forest.js",
"Description" : "A deep dark forest in Germania.",
"Preview" : "deep_forest.png",
"CircularMap" : true
}
}