Tech
    name = "SHP_REINFORCED_HULL"
    description = "SHP_REINFORCED_HULL_DESC"
    short_description = "STRUCTURE_SHORT_DESC"
    category = "SHIP_PARTS_CATEGORY"
    researchcost = 36 * [[TECH_COST_MULTIPLIER]]
    researchturns = 3
    tags = [ "PEDIA_DAMAGE_CONTROL_PART_TECHS" ]
    prerequisites = "CON_ARCH_MONOFILS"
    effectsgroups =
        EffectsGroup
            scope = And [
                Ship
                OwnedBy empire = Source.Owner
            ]
            effects = SetMaxStructure value = Value + (5 * [[SHIP_STRUCTURE_FACTOR]])
    graphic = "icons/tech/structural_integrity_fields.png"

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

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