1
0
forked from mirrors/0ad

Pompeii random map script by _kali.

This was SVN commit r18564.
This commit is contained in:
elexis
2016-07-27 11:35:19 +00:00
parent 0fcc1fbce6
commit c70975b116
3 changed files with 382 additions and 0 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1,11 @@
{
"settings" : {
"Name" : "Pompeii",
"Script" : "pompeii.js",
"Description" : "Pompeii was an ancient Roman coastal city, in the Campania region of Italy. Pompeii, along with much of the surrounding area, was mostly destroyed and buried under 4 to 6 meters of volcanic ash and pumice in the eruption of Mount Vesuvius in AD 79.",
"BaseTerrain" : ["medit_sea_depths"],
"BaseHeight" : 1,
"Preview" : "pompeii.png",
"CircularMap" : false
}
}