Tech
    name = "SPY_DETECT_5"
    description = "SPY_DETECT_5_DESC"
    short_description = "DETECTION_SHORT_DESC"
    category = "SPY_CATEGORY"
    researchcost = 1000 * [[TECH_COST_MULTIPLIER]]
    researchturns = 8
    tags = [ "PEDIA_SPY_CATEGORY" ]
    prerequisites = "SPY_DETECT_4"
    effectsgroups = [
        EffectsGroup
            scope = And [
                Planet
                OwnedBy empire = Source.Owner
            ]
            effects = SetDetection value = Value + 300

        EffectsGroup
            scope = Source
            effects = SetEmpireMeter empire = Source.Owner meter = "METER_DETECTION_STRENGTH" value = Value + 200
    ]

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