Files
0ad/binaries/data/mods/public/maps/random/amazon.json
T
elexis 33e3e6c2ab Three new random map scripts by _kali showing actual geographical regions: Amazon, Mediterranean and Red Sea.
Includes a water and skyset fix by niektb. Partially reviewed by FeXoR.
Like last time, commits can be found at
https://github.com/0ADMods/maps_random_by_kali

This was SVN commit r18523.
2016-07-15 19:39:42 +00:00

12 lines
509 B
JSON

{
"settings" : {
"Name" : "Amazon",
"Script" : "amazon.js",
"Description" : "The Amazon River in South America is the largest river by discharge of water in the world, and the longest in length. The Amazon basin is the largest drainage basin in the world, with an area of approximately 7,050,000 square kilometers, and accounts for roughly one-fifth of the world's total river flow.",
"BaseTerrain" : ["medit_sea_depths"],
"BaseHeight" : 1,
"Preview" : "amazon.png",
"CircularMap" : false
}
}