Special
    name = "JUGGERNAUT_NEST_SPECIAL"
    description = "JUGGERNAUT_NEST_SPECIAL_DESC"
    spawnrate = 0.0
    location = And [
        Planet
        (GalaxyMonsterFrequency >= 1)
        Planet type = Asteroids
        Not WithinStarlaneJumps jumps = max(4, (NamedIntegerLookup name = "MIN_MONSTER_DISTANCE")) condition = And [
            System
            Contains And [
                Planet
                OwnedBy affiliation = AnyEmpire
            ]
        ]
    ]
    effectsgroups = [
        [[MONSTER_NEST(JUGGERNAUT,juggernaut,0.06)]]
        [[CHANCE_OF_HIDE_1]]
        [[SPECIAL_LIKES_OR_DISLIKES_SPECIAL_STABILITY_EFFECTS]]
    ]
    graphic = "icons/specials_huge/juggernaut-nest.png"

#include "monster_nest.macros"
#include "../monster_guard.macros"
#include "/scripting/specials/specials.macros.txt"
