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

16 lines
701 B
JSON
Raw Normal View History

{
"settings" : {
"Name" : "Ardennes Forest",
"Script" : "ardennes_forest.js",
"Description" : "Each player starts deep in the forest.\n\nThe Ardennes is a region of extensive forests, rolling hills and ridges formed within the Givetian Ardennes mountain range, primarily in modern day Belgium and Luxembourg. The region took its name from the ancient Silva, a vast forest in Roman times called Arduenna Silva.",
"BaseTerrain" : [
"temp_forestfloor_pine", "temp_forestfloor_pine", "alpine_cliff_c", "alpine_grass_rocky"
],
"BaseHeight" : 50,
"CircularMap" : true,
2012-07-02 09:43:44 +02:00
"Preview" : "ardennes_forest.png",
"Author" : "Michael Mayfield <mmayfield45@gmail.com>",
"Version" : "1.2"
}
}