Jebel Barkal random map, fixes #5040.

Features:
* a mountain created in atlas, refs #4816
* a procedurally generated city, refs #5061
* scripted city guards and reoccuring gaia attackers
* attacker composition depend on the remaining buildings of the city
* random irrigation canals that indirectly increase the distance between
the two teams

Needs map description and player feedback to become complete.
Hill based on the Napata Reconstruction hill created by Skhorn of
8615acb2fc.
Consulting By: Sundiata, Skhorn
This was SVN commit r21488.
This commit is contained in:
elexis
2018-03-10 17:29:51 +00:00
parent f41452392d
commit c936824255
4 changed files with 1050 additions and 0 deletions
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,14 @@
{
"settings" : {
"Name" : "Jebel Barkal",
"Script" : "jebel_barkal.js",
"Description" : "The unknown.",
"Preview" : "jebel_barkal.png",
"Keywords": ["new", "trigger"],
"CircularMap": true,
"TriggerScripts" : [
"scripts/TriggerHelper.js",
"random/jebel_barkal_triggers.js"
]
}
}
Binary file not shown.