Tech
    name = "DEF_PLAN_BARRIER_SHLD_1"
    description = "DEF_PLAN_BARRIER_SHLD_1_DESC"
    short_description = "SHIELD_SHORT_DESC"
    category = "DEFENSE_CATEGORY"
    researchcost = 80 * [[TECH_COST_MULTIPLIER]]
    researchturns = 5
    tags = [ "PEDIA_DEFENSE_CATEGORY" ]
    prerequisites = "LRN_FORCE_FIELD"
    effectsgroups =
        EffectsGroup
            scope = And [
                Planet
                OwnedBy empire = Source.Owner
            ]
            priority = [[DEFAULT_PRIORITY]]
            effects = [
                SetMaxShield value = Value + 30 accountinglabel = "DEF_PLAN_BARRIER_SHLD_1"
                SetShield value = Value + max(min(1.0, Value), 0.25*Target.Construction)
            ]
    graphic = "icons/tech/planetary_barrier_shield.png"

Tech
    name = "DEF_PLAN_BARRIER_SHLD_2"
    description = "DEF_PLAN_BARRIER_SHLD_2_DESC"
    short_description = "SHIELD_SHORT_DESC"
    category = "DEFENSE_CATEGORY"
    researchcost = 120 * [[TECH_COST_MULTIPLIER]]
    researchturns = 6
    tags = [ "PEDIA_DEFENSE_CATEGORY" ]
    prerequisites = "DEF_PLAN_BARRIER_SHLD_1"
    effectsgroups =
        EffectsGroup
            scope = And [
                Planet
                OwnedBy empire = Source.Owner
            ]
            priority = [[DEFAULT_PRIORITY]]
            effects = [
                SetMaxShield value = Value + 60 accountinglabel = "DEF_PLAN_BARRIER_SHLD_2"
                SetShield value = Value + max(min(3.0, Value), 0.75*Target.Construction)
            ]
    graphic = "icons/tech/planetary_barrier_shield.png"

Tech
    name = "DEF_PLAN_BARRIER_SHLD_3"
    description = "DEF_PLAN_BARRIER_SHLD_3_DESC"
    short_description = "SHIELD_SHORT_DESC"
    category = "DEFENSE_CATEGORY"
    researchcost = 240 * [[TECH_COST_MULTIPLIER]]
    researchturns = 8
    tags = [ "PEDIA_DEFENSE_CATEGORY" ]
    prerequisites = "DEF_PLAN_BARRIER_SHLD_2"
    effectsgroups =
        EffectsGroup
            scope = And [
                Planet
                OwnedBy empire = Source.Owner
            ]
            priority = [[DEFAULT_PRIORITY]]
            effects = [
                SetMaxShield value = Value + 90 accountinglabel = "DEF_PLAN_BARRIER_SHLD_3"
                SetShield value = Value + max(min(5.0, Value), 1.0*Target.Construction)
            ]
    graphic = "icons/tech/planetary_barrier_shield.png"

Tech
    name = "DEF_PLAN_BARRIER_SHLD_4"
    description = "DEF_PLAN_BARRIER_SHLD_4_DESC"
    short_description = "SHIELD_SHORT_DESC"
    category = "DEFENSE_CATEGORY"
    researchcost = 500 * [[TECH_COST_MULTIPLIER]]
    researchturns = 10
    tags = [ "PEDIA_DEFENSE_CATEGORY" ]
    prerequisites = "DEF_PLAN_BARRIER_SHLD_3"
    effectsgroups =
        EffectsGroup
            scope = And [
                Planet
                OwnedBy empire = Source.Owner
            ]
            priority = [[DEFAULT_PRIORITY]]
            effects = [
                SetMaxShield value = Value + 150 accountinglabel = "DEF_PLAN_BARRIER_SHLD_4"
                SetShield value = Value + max(min(9.0, Value), 1.5*Target.Construction)
            ]
    graphic = "icons/tech/planetary_barrier_shield.png"

Tech
    name = "DEF_PLAN_BARRIER_SHLD_5"
    description = "DEF_PLAN_BARRIER_SHLD_5_DESC"
    short_description = "SHIELD_SHORT_DESC"
    category = "DEFENSE_CATEGORY"
    researchcost = 1200* [[TECH_COST_MULTIPLIER]]
    researchturns = 12
    tags = [ "PEDIA_DEFENSE_CATEGORY" ]
    prerequisites = "DEF_PLAN_BARRIER_SHLD_4"
    effectsgroups =
        EffectsGroup
            scope = And [
                Planet
                OwnedBy empire = Source.Owner
            ]
            priority = [[DEFAULT_PRIORITY]]
            effects = [
                SetMaxShield value = Value + 150 accountinglabel = "DEF_PLAN_BARRIER_SHLD_5"
                SetShield value = Value + max(min(14.0, Value), 2.5*Target.Construction)
            ]
    graphic = "icons/tech/planetary_barrier_shield.png"

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

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