snippets.aoe2map.net

Share Age of Empires 2 Random Map Script snippets online

Capture the Relic for WololoKingdoms (part2/3): Spawning a land in the center of the map on which relics can spawn
/* to play the Capture the Relic gamemode on Wololokingdoms you need to put victory condition: Relics */

/* Part 2/3 spawning a land in the center of the map on which relics can spawn */
/* WARNING: spawning this additional land can have a significant impact on the map generation. The land could connect land masses, it could prevent other neutral resources from spawning near the middle, and more.. */

<LAND_GENERATION>
#const ROCKS 40

create_land
{
    base_size 5
    land_percent 0
    land_position 50 50    
    terrain_type ROCKS
    land_id 9
}