Part
    name = "AR_STD_PLATE"
    description = "AR_STD_PLATE_DESC"
    class = Armour
    capacity = 6
    mountableSlotTypes = External
    buildcost = 4 * [[FLEET_UPKEEP_MULTIPLICATOR]]
    buildtime = 1
    tags = [ "PEDIA_PC_ARMOUR" ]
    location = OwnedBy empire = Source.Owner
    icon = "icons/ship_parts/std_armor_plating.png"

Part
    name = "AR_ZORTRIUM_PLATE"
    description = "AR_ZORTRIUM_PLATE_DESC"
    class = Armour
    capacity = 11
    mountableSlotTypes = External
    buildcost = 6 * [[FLEET_UPKEEP_MULTIPLICATOR]]
    buildtime = 1
    tags = [ "PEDIA_PC_ARMOUR" ]
    location = OwnedBy empire = Source.Owner
    icon = "icons/ship_parts/zortrium_plating.png"

Part
    name = "AR_DIAMOND_PLATE"
    description = "AR_DIAMOND_PLATE_DESC"
    class = Armour
    capacity = 18
    mountableSlotTypes = External
    buildcost = 8 * [[FLEET_UPKEEP_MULTIPLICATOR]]
    buildtime = 1
    tags = [ "PEDIA_PC_ARMOUR" ]
    location = OwnedBy empire = Source.Owner
    icon = "icons/ship_parts/diamond_plating.png"

Part
    name = "AR_XENTRONIUM_PLATE"
    description = "AR_XENTRONIUM_PLATE_DESC"
    class = Armour
    capacity = 30
    mountableSlotTypes = External
    buildcost = 12 * [[FLEET_UPKEEP_MULTIPLICATOR]]
    buildtime = 1
    tags = [ "PEDIA_PC_ARMOUR" ]
    location = OwnedBy empire = Source.Owner
    icon = "icons/ship_parts/xentronium_plating.png"

Part
    name = "AR_ROCK_PLATE"
    description = "AR_ROCK_PLATE_DESC"
    class = Armour
    capacity = 18
    mountableSlotTypes = External
    buildcost = 6 * [[FLEET_UPKEEP_MULTIPLICATOR]]
    buildtime = 2
    tags = [ "PEDIA_PC_ARMOUR" ]
    location = And [
        ResourceSupplyConnected empire = Source.Owner condition = And [
            Building name = "BLD_SHIPYARD_AST_REF"
            Or [
                OwnedBy empire = Source.Owner
                OwnedBy affiliation = AllyOf empire = Source.Owner
            ]
        ]
        OwnedBy empire = Source.Owner
    ]
    icon = "icons/ship_parts/rock_plating.png"

Part
    name = "AR_CRYSTAL_PLATE"
    description = "AR_CRYSTAL_PLATE_DESC"
    class = Armour
    capacity = 30
    mountableSlotTypes = External
    buildcost = 8 * [[FLEET_UPKEEP_MULTIPLICATOR]]
    buildtime = 3
    tags = [ "PEDIA_PC_ARMOUR" ]
    location = And [
        ResourceSupplyConnected empire = Source.Owner condition = And [
            Building name = "BLD_SHIPYARD_AST_REF"
            Or [
                OwnedBy empire = Source.Owner
                OwnedBy affiliation = AllyOf empire = Source.Owner
            ]
        ]
        OwnedBy empire = Source.Owner
    ]
    icon = "icons/ship_parts/crystal_plating.png"

Part
    name = "AR_NEUTRONIUM_PLATE"
    description = "AR_NEUTRONIUM_PLATE_DESC"
    class = Armour
    capacity = 40
    mountableSlotTypes = External
    buildcost = 15 * [[FLEET_UPKEEP_MULTIPLICATOR]]
    buildtime = 5
    tags = [ "PEDIA_PC_ARMOUR" ]
    location = And [
        OwnedBy empire = Source.Owner
        Contains Building name = "BLD_NEUTRONIUM_FORGE"
        ResourceSupplyConnected empire = Source.Owner condition = And [
            OwnedBy empire = Source.Owner
            Or [
                Building name = "BLD_NEUTRONIUM_EXTRACTOR"
                Building name = "BLD_NEUTRONIUM_SYNTH"
            ]
        ]
    ]
    icon = "icons/ship_parts/neutronium_plating.png"

Part
    name = "AR_PRECURSOR_PLATE"
    description = "AR_PRECURSOR_PLATE_DESC"
    class = Armour
    capacity = 400
    mountableSlotTypes = External
    buildcost = 1 * [[FLEET_UPKEEP_MULTIPLICATOR]]
    buildtime = 1
    tags = [ "PEDIA_PC_ARMOUR" ]
    location = Not All  // to keep this from making all other armor look redundant in DesignWnd; ok since not player-buildable currently
    icon = ""

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