mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 13:23:56 -07:00
Pompeii random map script by _kali.
This was SVN commit r18564.
This commit is contained in:
parent
0fcc1fbce6
commit
c70975b116
3 changed files with 382 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ffb516d5fd8d7360076ecb792bd0e5288cfe864682f2d2afd65594a46404139
|
||||
size 116421
|
||||
368
binaries/data/mods/public/maps/random/pompeii.js
Normal file
368
binaries/data/mods/public/maps/random/pompeii.js
Normal file
File diff suppressed because one or more lines are too long
11
binaries/data/mods/public/maps/random/pompeii.json
Normal file
11
binaries/data/mods/public/maps/random/pompeii.json
Normal file
|
|
@ -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
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue