Part
    name = "SP_DISTORTION_MODULATOR"
    description = "SP_DISTORTION_MODULATOR_DESC"
    class = General
    mountableSlotTypes = Internal
    buildcost = 15 * [[FLEET_UPKEEP_MULTIPLICATOR]] * [[SHIP_PART_COST_MULTIPLIER]]
    buildtime = 10
    tags = [ "PEDIA_PC_GENERAL" ]
    location = And [
        Planet
        OwnedBy empire = Source.Owner
    ]
    effectsgroups =
        EffectsGroup
            scope = WithinDistance distance = 0 condition = Source
            stackinggroup = "SP_DISTORTION_MODULATOR_STACK"
            effects = SetStealth value = Value - 20
    icon = "icons/ship_parts/distortion_modulator.png"

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