Special
    name = "RESONANT_MOON_SPECIAL"
    description = "RESONANT_MOON_SPECIAL_DESC"
    stealth = 0
    spawnrate = 0.2
    spawnlimit = 9999
    location = And [
        Planet
        Not Capital
        Not Planet type = [Asteroids GasGiant]
    ]
    effectsgroups = [
        EffectsGroup
            scope = And [
                OnPlanet id = Source.PlanetID
                Building
            ]
            effects = SetStealth value = Value + 10

        EffectsGroup
            scope = And [
                InSystem id = Source.SystemID
                Ship
                OwnedBy empire = Source.Owner
            ]
            stackinggroup = "RESONANT_MOON_STACK"
            effects = SetStealth value = Value + 10
            
        [[SPECIAL_LIKES_OR_DISLIKES_SPECIAL_STABILITY_EFFECTS]]
    ]
    graphic = "icons/specials_huge/resonant_moon.png"

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