Tech
    name = "SPY_STEALTH_1"
    description = "SPY_STEALTH_1_DESC"
    short_description = "PLANET_PROTECT_SHORT_DESC"
    category = "SPY_CATEGORY"
    researchcost = (100 - (50 * Statistic If Condition = OwnerHasTech Name = "SPY_STEALTH_PART_1" )) * [[TECH_COST_MULTIPLIER]]
    researchturns = 5
    tags = [ "PEDIA_SPY_CATEGORY" ]
    prerequisites = "SPY_ROOT_DECEPTION"
    effectsgroups =
        EffectsGroup
            scope = And [
                OwnedBy empire = Source.Owner
                Planet
            ]
            activation = And [
                Not OwnerHasTech name = "SPY_STEALTH_2"
                Not OwnerHasTech name = "SPY_STEALTH_3"
                Not OwnerHasTech name = "SPY_STEALTH_4"
            ]
            effects = AddSpecial name = "CLOUD_COVER_SLAVE_SPECIAL"
    graphic = "icons/specials_huge/cloud_cover.png"

#include "/scripting/common/base_prod.macros"
