未验证 提交 cd1d2912 编写于 作者: D Drew4484 提交者: GitHub

Expanded plate mail pt 2 (#54164)

上级 43f366d0
......@@ -539,5 +539,465 @@
"copy-from": "armguard_soft",
"price": 1200,
"material": [ "kevlar" ]
},
{
"id": "armor_lc_lightarmguard",
"type": "ARMOR",
"category": "armor",
"name": { "str": "mild steel 1.25 mm armguard" },
"description": "A light armguard, 1.25 mm at the thickest. This one has been made with mild steel.",
"weight": "2500 g",
"volume": "2916 ml",
"price": 60000,
"price_postapoc": 12000,
"to_hit": -5,
"bashing": 8,
"symbol": "[",
"looks_like": "armguard_metal",
"color": "light_gray",
"warmth": 20,
"longest_side": "60 cm",
"sided": true,
"material_thickness": 2,
"flags": [ "OUTER", "STURDY", "CONDUCTIVE" ],
"armor": [
{
"material": [
{ "type": "low_steel", "covered_by_mat": 95, "thickness": 0.25 },
{ "type": "low_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "arm_l", "arm_r" ],
"specifically_covers": [ "arm_lower_r", "arm_lower_l", "arm_elbow_r", "arm_elbow_l", "arm_upper_r", "arm_upper_l" ],
"coverage": 100,
"encumbrance": 10
}
]
},
{
"id": "xl_armor_lc_lightarmguard",
"type": "ARMOR",
"name": { "str": "XL mild steel 1.25 mm armguard" },
"copy-from": "armor_lc_lightarmguard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_mc_lightarmguard",
"type": "ARMOR",
"copy-from": "armor_lc_lightarmguard",
"name": { "str": "medium steel 1.25 mm armguard" },
"description": "A light armguard, 1.25 mm at the thickest. Made with tougher medium steel, this offers solid protection.",
"armor": [
{
"material": [
{ "type": "med_steel", "covered_by_mat": 95, "thickness": 0.25 },
{ "type": "med_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "arm_l", "arm_r" ],
"specifically_covers": [ "arm_lower_r", "arm_lower_l", "arm_elbow_r", "arm_elbow_l", "arm_upper_r", "arm_upper_l" ],
"coverage": 100,
"encumbrance": 10
}
]
},
{
"id": "xl_armor_mc_lightarmguard",
"type": "ARMOR",
"name": { "str": "XL medium steel 1.25 mm armguard" },
"copy-from": "armor_mc_lightarmguard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_hc_lightarmguard",
"type": "ARMOR",
"copy-from": "armor_lc_lightarmguard",
"name": { "str": "high steel 1.25 mm armguard" },
"description": "A light armguard, 1.25 mm at the thickest. Made with high carbon steel offering excellent protection.",
"armor": [
{
"material": [
{ "type": "high_steel", "covered_by_mat": 95, "thickness": 0.25 },
{ "type": "high_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "arm_l", "arm_r" ],
"specifically_covers": [ "arm_lower_r", "arm_lower_l", "arm_elbow_r", "arm_elbow_l", "arm_upper_r", "arm_upper_l" ],
"coverage": 100,
"encumbrance": 10
}
]
},
{
"id": "xl_armor_hc_lightarmguard",
"type": "ARMOR",
"name": { "str": "XL high steel 1.25 mm armguard" },
"copy-from": "armor_hc_lightarmguard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_ch_lightarmguard",
"type": "ARMOR",
"copy-from": "armor_lc_lightarmguard",
"name": { "str": "case hardened 1.25 mm armguard" },
"description": "A light armguard, 1.25 mm at the thickest. The mild steel has been case hardened, offering superior protection.",
"armor": [
{
"material": [
{ "type": "case_hardened_steel", "covered_by_mat": 95, "thickness": 0.25 },
{ "type": "case_hardened_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "arm_l", "arm_r" ],
"specifically_covers": [ "arm_lower_r", "arm_lower_l", "arm_elbow_r", "arm_elbow_l", "arm_upper_r", "arm_upper_l" ],
"coverage": 100,
"encumbrance": 10
}
]
},
{
"id": "xl_armor_ch_lightarmguard",
"type": "ARMOR",
"name": { "str": "XL case hardened 1.25 mm armguard" },
"copy-from": "armor_ch_lightarmguard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_qt_lightarmguard",
"type": "ARMOR",
"copy-from": "armor_lc_lightarmguard",
"name": { "str": "tempered 1.25 mm armguard" },
"description": "A light armguard, 1.25 mm at the thickest. The medium steel has been quenched and tempered, offering top of the line protection.",
"armor": [
{
"material": [
{ "type": "tempered_steel", "covered_by_mat": 95, "thickness": 0.25 },
{ "type": "tempered_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "arm_l", "arm_r" ],
"specifically_covers": [ "arm_lower_r", "arm_lower_l", "arm_elbow_r", "arm_elbow_l", "arm_upper_r", "arm_upper_l" ],
"coverage": 100,
"encumbrance": 10
}
]
},
{
"id": "xl_armor_qt_lightarmguard",
"type": "ARMOR",
"name": { "str": "XL tempered 1.25 mm armguard" },
"copy-from": "armor_qt_lightarmguard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_lc_armguard",
"type": "ARMOR",
"category": "armor",
"name": { "str": "mild steel 1.75 mm armguard" },
"description": "An armguard, 1.75 mm at the thickest. This one has been made with mild steel.",
"weight": "3333 g",
"volume": "2916 ml",
"price": 60000,
"price_postapoc": 12000,
"to_hit": -5,
"bashing": 8,
"symbol": "[",
"looks_like": "armor_larmor",
"color": "light_gray",
"warmth": 20,
"longest_side": "60 cm",
"material_thickness": 4,
"flags": [ "OUTER", "STURDY", "CONDUCTIVE" ],
"armor": [
{
"material": [
{ "type": "low_steel", "covered_by_mat": 95, "thickness": 0.75 },
{ "type": "low_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "arm_l", "arm_r" ],
"specifically_covers": [ "arm_lower_r", "arm_lower_l", "arm_elbow_r", "arm_elbow_l", "arm_upper_r", "arm_upper_l" ],
"coverage": 100,
"encumbrance": 15
}
]
},
{
"id": "xl_armor_lc_armguard",
"type": "ARMOR",
"name": { "str": "XL mild steel 1.75 mm armguard" },
"copy-from": "armor_lc_armguard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_mc_armguard",
"type": "ARMOR",
"copy-from": "armor_lc_armguard",
"name": { "str": "medium steel 1.75 mm armguard" },
"description": "An armguard, 1.75 mm at the thickest. Made with tougher medium steel, this offers solid protection.",
"armor": [
{
"material": [
{ "type": "med_steel", "covered_by_mat": 95, "thickness": 0.75 },
{ "type": "med_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "arm_l", "arm_r" ],
"specifically_covers": [ "arm_lower_r", "arm_lower_l", "arm_elbow_r", "arm_elbow_l", "arm_upper_r", "arm_upper_l" ],
"coverage": 100,
"encumbrance": 15
}
]
},
{
"id": "xl_armor_mc_armguard",
"type": "ARMOR",
"name": { "str": "XL medium steel 1.75 mm armguard" },
"copy-from": "armor_mc_armguard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_hc_armguard",
"type": "ARMOR",
"copy-from": "armor_lc_armguard",
"name": { "str": "high steel 1.75 mm armguard" },
"description": "An armguard, 1.75 mm at the thickest. Made with high carbon steel offering excellent protection.",
"armor": [
{
"material": [
{ "type": "high_steel", "covered_by_mat": 95, "thickness": 0.75 },
{ "type": "high_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "arm_l", "arm_r" ],
"specifically_covers": [ "arm_lower_r", "arm_lower_l", "arm_elbow_r", "arm_elbow_l", "arm_upper_r", "arm_upper_l" ],
"coverage": 100,
"encumbrance": 15
}
]
},
{
"id": "xl_armor_hc_armguard",
"type": "ARMOR",
"name": { "str": "XL high steel 1.75 mm armguard" },
"copy-from": "armor_hc_armguard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_ch_armguard",
"type": "ARMOR",
"copy-from": "armor_lc_armguard",
"name": { "str": "case hardened 1.75 mm armguard" },
"description": "An armguard, 1.75 mm at the thickest. The mild steel has been case hardened, offering superior protection.",
"armor": [
{
"material": [
{ "type": "case_hardened_steel", "covered_by_mat": 95, "thickness": 0.75 },
{ "type": "case_hardened_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "arm_l", "arm_r" ],
"specifically_covers": [ "arm_lower_r", "arm_lower_l", "arm_elbow_r", "arm_elbow_l", "arm_upper_r", "arm_upper_l" ],
"coverage": 100,
"encumbrance": 15
}
]
},
{
"id": "xl_armor_ch_armguard",
"type": "ARMOR",
"name": { "str": "XL case hardened 1.75 mm armguard" },
"copy-from": "armor_ch_armguard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_qt_armguard",
"type": "ARMOR",
"copy-from": "armor_lc_armguard",
"name": { "str": "tempered 1.75 mm armguard" },
"description": "An armguard, 1.75 mm at the thickest. The medium steel has been quenched and tempered, offering top of the line protection.",
"armor": [
{
"material": [
{ "type": "tempered_steel", "covered_by_mat": 95, "thickness": 0.75 },
{ "type": "tempered_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "arm_l", "arm_r" ],
"specifically_covers": [ "arm_lower_r", "arm_lower_l", "arm_elbow_r", "arm_elbow_l", "arm_upper_r", "arm_upper_l" ],
"coverage": 100,
"encumbrance": 15
}
]
},
{
"id": "xl_armor_qt_armguard",
"type": "ARMOR",
"name": { "str": "XL tempered 1.75 mm armguard" },
"copy-from": "armor_qt_armguard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_lc_heavyarmguard",
"type": "ARMOR",
"category": "armor",
"name": { "str": "mild steel 2.25 mm armguard" },
"description": "A heavy armguard, 2.25 mm at the thickest. This one has been made with mild steel.",
"weight": "4166 g",
"volume": "2916 ml",
"price": 60000,
"price_postapoc": 12000,
"to_hit": -5,
"bashing": 8,
"symbol": "[",
"looks_like": "armor_larmor",
"color": "light_gray",
"warmth": 20,
"longest_side": "60 cm",
"material_thickness": 6,
"flags": [ "OUTER", "STURDY", "CONDUCTIVE" ],
"armor": [
{
"material": [
{ "type": "low_steel", "covered_by_mat": 95, "thickness": 1.25 },
{ "type": "low_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "arm_l", "arm_r" ],
"specifically_covers": [ "arm_lower_r", "arm_lower_l", "arm_elbow_r", "arm_elbow_l", "arm_upper_r", "arm_upper_l" ],
"coverage": 100,
"encumbrance": 20
}
]
},
{
"id": "xl_armor_lc_heavyarmguard",
"type": "ARMOR",
"name": { "str": "XL mild steel 2.25 mm armguard" },
"copy-from": "armor_lc_heavyarmguard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_mc_heavyarmguard",
"type": "ARMOR",
"copy-from": "armor_lc_heavyarmguard",
"name": { "str": "medium steel 2.25 mm armguard" },
"description": "A heavy armguard, 2.25 mm at the thickest. Made with tougher medium steel, this offers solid protection.",
"armor": [
{
"material": [
{ "type": "med_steel", "covered_by_mat": 95, "thickness": 1.25 },
{ "type": "med_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "arm_l", "arm_r" ],
"specifically_covers": [ "arm_lower_r", "arm_lower_l", "arm_elbow_r", "arm_elbow_l", "arm_upper_r", "arm_upper_l" ],
"coverage": 100,
"encumbrance": 20
}
]
},
{
"id": "xl_armor_mc_heavyarmguard",
"type": "ARMOR",
"name": { "str": "XL medium steel 2.25 mm armguard" },
"copy-from": "armor_mc_heavyarmguard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_hc_heavyarmguard",
"type": "ARMOR",
"copy-from": "armor_lc_heavyarmguard",
"name": { "str": "high steel 2.25 mm armguard" },
"description": "A heavy armguard, 2.25 mm at the thickest. Made with high carbon steel offering excellent protection.",
"armor": [
{
"material": [
{ "type": "high_steel", "covered_by_mat": 95, "thickness": 1.25 },
{ "type": "high_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "arm_l", "arm_r" ],
"specifically_covers": [ "arm_lower_r", "arm_lower_l", "arm_elbow_r", "arm_elbow_l", "arm_upper_r", "arm_upper_l" ],
"coverage": 100,
"encumbrance": 20
}
]
},
{
"id": "xl_armor_hc_heavyarmguard",
"type": "ARMOR",
"name": { "str": "XL high steel 2.25 mm armguard" },
"copy-from": "armor_hc_heavyarmguard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_ch_heavyarmguard",
"type": "ARMOR",
"copy-from": "armor_lc_heavyarmguard",
"name": { "str": "case hardened 2.25 mm armguard" },
"description": "A heavy armguard, 2.25 mm at the thickest. The mild steel has been case hardened, offering superior protection.",
"armor": [
{
"material": [
{ "type": "case_hardened_steel", "covered_by_mat": 95, "thickness": 1.25 },
{ "type": "case_hardened_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "arm_l", "arm_r" ],
"specifically_covers": [ "arm_lower_r", "arm_lower_l", "arm_elbow_r", "arm_elbow_l", "arm_upper_r", "arm_upper_l" ],
"coverage": 100,
"encumbrance": 20
}
]
},
{
"id": "xl_armor_ch_heavyarmguard",
"type": "ARMOR",
"name": { "str": "XL case hardened 2.25 mm armguard" },
"copy-from": "armor_ch_heavyarmguard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_qt_heavyarmguard",
"type": "ARMOR",
"copy-from": "armor_lc_heavyarmguard",
"name": { "str": "tempered 2.25 mm armguard" },
"description": "A heavy armguard, 2.25 mm at the thickest. The medium steel has been quenched and tempered, offering top of the line protection.",
"armor": [
{
"material": [
{ "type": "tempered_steel", "covered_by_mat": 95, "thickness": 1.25 },
{ "type": "tempered_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "arm_l", "arm_r" ],
"specifically_covers": [ "arm_lower_r", "arm_lower_l", "arm_elbow_r", "arm_elbow_l", "arm_upper_r", "arm_upper_l" ],
"coverage": 100,
"encumbrance": 20
}
]
},
{
"id": "xl_armor_qt_heavyarmguard",
"type": "ARMOR",
"name": { "str": "XL tempered 2.25 mm armguard" },
"copy-from": "armor_qt_heavyarmguard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
}
]
......@@ -663,5 +663,465 @@
"material_thickness": 7,
"flags": [ "STURDY", "OUTER", "RAINPROOF", "ONLY_ONE" ],
"armor": [ { "encumbrance": 40, "coverage": 100, "covers": [ "leg_l", "leg_r" ] } ]
},
{
"id": "armor_lc_light_leg_guard",
"type": "ARMOR",
"category": "armor",
"name": { "str": "mild steel 1.25 mm leg guard" },
"description": "A light leg guard, 1.25 mm at the thickest. This one has been made with mild steel.",
"weight": "2500 g",
"volume": "2916 ml",
"price": 60000,
"price_postapoc": 12000,
"to_hit": -5,
"bashing": 8,
"symbol": "[",
"looks_like": "legguard_lightplate",
"color": "light_gray",
"warmth": 20,
"longest_side": "60 cm",
"sided": true,
"material_thickness": 2,
"flags": [ "OUTER", "STURDY", "CONDUCTIVE" ],
"armor": [
{
"material": [
{ "type": "low_steel", "covered_by_mat": 95, "thickness": 0.25 },
{ "type": "low_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "leg_l", "leg_r" ],
"specifically_covers": [ "leg_lower_r", "leg_lower_l", "leg_knee_r", "leg_knee_l", "leg_upper_r", "leg_upper_l" ],
"coverage": 100,
"encumbrance": 10
}
]
},
{
"id": "xl_armor_lc_light_leg_guard",
"type": "ARMOR",
"name": { "str": "XL mild steel 1.25 mm leg guard" },
"copy-from": "armor_lc_light_leg_guard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_mc_light_leg_guard",
"type": "ARMOR",
"copy-from": "armor_lc_light_leg_guard",
"name": { "str": "medium steel 1.25 mm leg guard" },
"description": "A light leg guard, 1.25 mm at the thickest. Made with tougher medium steel, this offers solid protection.",
"armor": [
{
"material": [
{ "type": "med_steel", "covered_by_mat": 95, "thickness": 0.25 },
{ "type": "med_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "leg_l", "leg_r" ],
"specifically_covers": [ "leg_lower_r", "leg_lower_l", "leg_knee_r", "leg_knee_l", "leg_upper_r", "leg_upper_l" ],
"coverage": 100,
"encumbrance": 10
}
]
},
{
"id": "xl_armor_mc_light_leg_guard",
"type": "ARMOR",
"name": { "str": "XL medium steel 1.25 mm leg guard" },
"copy-from": "armor_mc_light_leg_guard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_hc_light_leg_guard",
"type": "ARMOR",
"copy-from": "armor_lc_light_leg_guard",
"name": { "str": "high steel 1.25 mm leg guard" },
"description": "A light leg guard, 1.25 mm at the thickest. Made with high carbon steel offering excellent protection.",
"armor": [
{
"material": [
{ "type": "high_steel", "covered_by_mat": 95, "thickness": 0.25 },
{ "type": "high_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "leg_l", "leg_r" ],
"specifically_covers": [ "leg_lower_r", "leg_lower_l", "leg_knee_r", "leg_knee_l", "leg_upper_r", "leg_upper_l" ],
"coverage": 100,
"encumbrance": 10
}
]
},
{
"id": "xl_armor_hc_light_leg_guard",
"type": "ARMOR",
"name": { "str": "XL high steel 1.25 mm leg guard" },
"copy-from": "armor_hc_light_leg_guard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_ch_light_leg_guard",
"type": "ARMOR",
"copy-from": "armor_lc_light_leg_guard",
"name": { "str": "case hardened 1.25 mm leg guard" },
"description": "A light leg guard, 1.25 mm at the thickest. The mild steel has been case hardened, offering superior protection.",
"armor": [
{
"material": [
{ "type": "case_hardened_steel", "covered_by_mat": 95, "thickness": 0.25 },
{ "type": "case_hardened_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "leg_l", "leg_r" ],
"specifically_covers": [ "leg_lower_r", "leg_lower_l", "leg_knee_r", "leg_knee_l", "leg_upper_r", "leg_upper_l" ],
"coverage": 100,
"encumbrance": 10
}
]
},
{
"id": "xl_armor_ch_light_leg_guard",
"type": "ARMOR",
"name": { "str": "XL case hardened 1.25 mm leg guard" },
"copy-from": "armor_ch_light_leg_guard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_qt_light_leg_guard",
"type": "ARMOR",
"copy-from": "armor_lc_light_leg_guard",
"name": { "str": "tempered 1.25 mm leg guard" },
"description": "A light leg guard, 1.25 mm at the thickest. The medium steel has been quenched and tempered, offering top of the line protection.",
"armor": [
{
"material": [
{ "type": "tempered_steel", "covered_by_mat": 95, "thickness": 0.25 },
{ "type": "tempered_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "leg_l", "leg_r" ],
"specifically_covers": [ "leg_lower_r", "leg_lower_l", "leg_knee_r", "leg_knee_l", "leg_upper_r", "leg_upper_l" ],
"coverage": 100,
"encumbrance": 10
}
]
},
{
"id": "xl_armor_qt_light_leg_guard",
"type": "ARMOR",
"name": { "str": "XL tempered 1.25 mm leg guard" },
"copy-from": "armor_qt_light_leg_guard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_lc_leg_guard",
"type": "ARMOR",
"category": "armor",
"name": { "str": "mild steel 1.75 mm leg guard" },
"description": "A leg guard, 1.75 mm at the thickest. This one has been made with mild steel.",
"weight": "3333 g",
"volume": "2916 ml",
"price": 60000,
"price_postapoc": 12000,
"to_hit": -5,
"bashing": 8,
"symbol": "[",
"looks_like": "armor_larmor",
"color": "light_gray",
"warmth": 20,
"longest_side": "60 cm",
"material_thickness": 4,
"flags": [ "OUTER", "STURDY", "CONDUCTIVE" ],
"armor": [
{
"material": [
{ "type": "low_steel", "covered_by_mat": 95, "thickness": 0.75 },
{ "type": "low_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "leg_l", "leg_r" ],
"specifically_covers": [ "leg_lower_r", "leg_lower_l", "leg_knee_r", "leg_knee_l", "leg_upper_r", "leg_upper_l" ],
"coverage": 100,
"encumbrance": 15
}
]
},
{
"id": "xl_armor_lc_leg_guard",
"type": "ARMOR",
"name": { "str": "XL mild steel 1.75 mm leg guard" },
"copy-from": "armor_lc_leg_guard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_mc_leg_guard",
"type": "ARMOR",
"copy-from": "armor_lc_leg_guard",
"name": { "str": "medium steel 1.75 mm leg guard" },
"description": "A leg guard, 1.75 mm at the thickest. Made with tougher medium steel, this offers solid protection.",
"armor": [
{
"material": [
{ "type": "med_steel", "covered_by_mat": 95, "thickness": 0.75 },
{ "type": "med_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "leg_l", "leg_r" ],
"specifically_covers": [ "leg_lower_r", "leg_lower_l", "leg_knee_r", "leg_knee_l", "leg_upper_r", "leg_upper_l" ],
"coverage": 100,
"encumbrance": 15
}
]
},
{
"id": "xl_armor_mc_leg_guard",
"type": "ARMOR",
"name": { "str": "XL medium steel 1.75 mm leg guard" },
"copy-from": "armor_mc_leg_guard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_hc_leg_guard",
"type": "ARMOR",
"copy-from": "armor_lc_leg_guard",
"name": { "str": "high steel 1.75 mm leg guard" },
"description": "A leg guard, 1.75 mm at the thickest. Made with high carbon steel offering excellent protection.",
"armor": [
{
"material": [
{ "type": "high_steel", "covered_by_mat": 95, "thickness": 0.75 },
{ "type": "high_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "leg_l", "leg_r" ],
"specifically_covers": [ "leg_lower_r", "leg_lower_l", "leg_knee_r", "leg_knee_l", "leg_upper_r", "leg_upper_l" ],
"coverage": 100,
"encumbrance": 15
}
]
},
{
"id": "xl_armor_hc_leg_guard",
"type": "ARMOR",
"name": { "str": "XL high steel 1.75 mm leg guard" },
"copy-from": "armor_hc_leg_guard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_ch_leg_guard",
"type": "ARMOR",
"copy-from": "armor_lc_leg_guard",
"name": { "str": "case hardened 1.75 mm leg guard" },
"description": "A leg guard, 1.75 mm at the thickest. The mild steel has been case hardened, offering superior protection.",
"armor": [
{
"material": [
{ "type": "case_hardened_steel", "covered_by_mat": 95, "thickness": 0.75 },
{ "type": "case_hardened_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "leg_l", "leg_r" ],
"specifically_covers": [ "leg_lower_r", "leg_lower_l", "leg_knee_r", "leg_knee_l", "leg_upper_r", "leg_upper_l" ],
"coverage": 100,
"encumbrance": 15
}
]
},
{
"id": "xl_armor_ch_leg_guard",
"type": "ARMOR",
"name": { "str": "XL case hardened 1.75 mm leg guard" },
"copy-from": "armor_ch_leg_guard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_qt_leg_guard",
"type": "ARMOR",
"copy-from": "armor_lc_leg_guard",
"name": { "str": "tempered 1.75 mm leg guard" },
"description": "A leg guard, 1.75 mm at the thickest. The medium steel has been quenched and tempered, offering top of the line protection.",
"armor": [
{
"material": [
{ "type": "tempered_steel", "covered_by_mat": 95, "thickness": 0.75 },
{ "type": "tempered_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "leg_l", "leg_r" ],
"specifically_covers": [ "leg_lower_r", "leg_lower_l", "leg_knee_r", "leg_knee_l", "leg_upper_r", "leg_upper_l" ],
"coverage": 100,
"encumbrance": 15
}
]
},
{
"id": "xl_armor_qt_leg_guard",
"type": "ARMOR",
"name": { "str": "XL tempered 1.75 mm leg guard" },
"copy-from": "armor_qt_leg_guard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_lc_heavy_leg_guard",
"type": "ARMOR",
"category": "armor",
"name": { "str": "mild steel 2.25 mm leg guard" },
"description": "A heavy leg guard, 2.25 mm at the thickest. This one has been made with mild steel.",
"weight": "4166 g",
"volume": "2916 ml",
"price": 60000,
"price_postapoc": 12000,
"to_hit": -5,
"bashing": 8,
"symbol": "[",
"looks_like": "armor_larmor",
"color": "light_gray",
"warmth": 20,
"longest_side": "60 cm",
"material_thickness": 6,
"flags": [ "OUTER", "STURDY", "CONDUCTIVE" ],
"armor": [
{
"material": [
{ "type": "low_steel", "covered_by_mat": 95, "thickness": 1.25 },
{ "type": "low_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "leg_l", "leg_r" ],
"specifically_covers": [ "leg_lower_r", "leg_lower_l", "leg_knee_r", "leg_knee_l", "leg_upper_r", "leg_upper_l" ],
"coverage": 100,
"encumbrance": 20
}
]
},
{
"id": "xl_armor_lc_heavy_leg_guard",
"type": "ARMOR",
"name": { "str": "XL mild steel 2.25 mm leg guard" },
"copy-from": "armor_lc_heavy_leg_guard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_mc_heavy_leg_guard",
"type": "ARMOR",
"copy-from": "armor_lc_heavy_leg_guard",
"name": { "str": "medium steel 2.25 mm leg guard" },
"description": "A heavy leg guard, 2.25 mm at the thickest. Made with tougher medium steel, this offers solid protection.",
"armor": [
{
"material": [
{ "type": "med_steel", "covered_by_mat": 95, "thickness": 1.25 },
{ "type": "med_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "leg_l", "leg_r" ],
"specifically_covers": [ "leg_lower_r", "leg_lower_l", "leg_knee_r", "leg_knee_l", "leg_upper_r", "leg_upper_l" ],
"coverage": 100,
"encumbrance": 20
}
]
},
{
"id": "xl_armor_mc_heavy_leg_guard",
"type": "ARMOR",
"name": { "str": "XL medium steel 2.25 mm leg guard" },
"copy-from": "armor_mc_heavy_leg_guard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_hc_heavy_leg_guard",
"type": "ARMOR",
"copy-from": "armor_lc_heavy_leg_guard",
"name": { "str": "high steel 2.25 mm leg guard" },
"description": "A heavy leg guard, 2.25 mm at the thickest. Made with high carbon steel offering excellent protection.",
"armor": [
{
"material": [
{ "type": "high_steel", "covered_by_mat": 95, "thickness": 1.25 },
{ "type": "high_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "leg_l", "leg_r" ],
"specifically_covers": [ "leg_lower_r", "leg_lower_l", "leg_knee_r", "leg_knee_l", "leg_upper_r", "leg_upper_l" ],
"coverage": 100,
"encumbrance": 20
}
]
},
{
"id": "xl_armor_hc_heavy_leg_guard",
"type": "ARMOR",
"name": { "str": "XL high steel 2.25 mm leg guard" },
"copy-from": "armor_hc_heavy_leg_guard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_ch_heavy_leg_guard",
"type": "ARMOR",
"copy-from": "armor_lc_heavy_leg_guard",
"name": { "str": "case hardened 2.25 mm leg guard" },
"description": "A heavy leg guard, 2.25 mm at the thickest. The mild steel has been case hardened, offering superior protection.",
"armor": [
{
"material": [
{ "type": "case_hardened_steel", "covered_by_mat": 95, "thickness": 1.25 },
{ "type": "case_hardened_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "leg_l", "leg_r" ],
"specifically_covers": [ "leg_lower_r", "leg_lower_l", "leg_knee_r", "leg_knee_l", "leg_upper_r", "leg_upper_l" ],
"coverage": 100,
"encumbrance": 20
}
]
},
{
"id": "xl_armor_ch_heavy_leg_guard",
"type": "ARMOR",
"name": { "str": "XL case hardened 2.25 mm leg guard" },
"copy-from": "armor_ch_heavy_leg_guard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_qt_heavy_leg_guard",
"type": "ARMOR",
"copy-from": "armor_lc_heavy_leg_guard",
"name": { "str": "tempered 2.25 mm leg guard" },
"description": "A heavy leg guard, 2.25 mm at the thickest. The medium steel has been quenched and tempered, offering top of the line protection.",
"armor": [
{
"material": [
{ "type": "tempered_steel", "covered_by_mat": 95, "thickness": 1.25 },
{ "type": "tempered_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "leg_l", "leg_r" ],
"specifically_covers": [ "leg_lower_r", "leg_lower_l", "leg_knee_r", "leg_knee_l", "leg_upper_r", "leg_upper_l" ],
"coverage": 100,
"encumbrance": 20
}
]
},
{
"id": "xl_armor_qt_heavy_leg_guard",
"type": "ARMOR",
"name": { "str": "XL tempered 2.25 mm leg guard" },
"copy-from": "armor_qt_heavy_leg_guard",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
}
]
......@@ -244,7 +244,7 @@
"warmth": 20,
"longest_side": "60 cm",
"material_thickness": 2,
"flags": [ "OUTER", "STURDY" ],
"flags": [ "OUTER", "STURDY", "CONDUCTIVE" ],
"armor_data": {
"armor": [
{
......@@ -502,7 +502,7 @@
"warmth": 20,
"longest_side": "60 cm",
"material_thickness": 4,
"flags": [ "OUTER", "STURDY" ],
"flags": [ "OUTER", "STURDY", "CONDUCTIVE" ],
"armor_data": {
"armor": [
{
......@@ -760,7 +760,7 @@
"warmth": 20,
"longest_side": "60 cm",
"material_thickness": 6,
"flags": [ "OUTER", "STURDY" ],
"flags": [ "OUTER", "STURDY", "CONDUCTIVE" ],
"armor_data": {
"armor": [
{
......@@ -957,7 +957,6 @@
"copy-from": "armor_lc_heavyplate",
"name": { "str": "tempered 6 mm plate armor" },
"description": "A heavy suit of plate armor with a 6 mm thick chestpiece. The medium steel has been quenched and tempered, offering top of the line protection.",
"material": [ { "type": "tempered_steel", "portion": 9 }, { "type": "leather", "portion": 1 } ],
"armor_data": {
"armor": [
{
......@@ -994,10 +993,10 @@
}
},
{
"id": "xl_armor_qt_lightplate",
"id": "xl_armor_qt_heavyplate",
"type": "ARMOR",
"name": { "str": "XL tempered 6 mm plate armor" },
"copy-from": "armor_qt_lightplate",
"copy-from": "armor_qt_heavyplate",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
......
......@@ -628,5 +628,479 @@
"material_thickness": 7,
"flags": [ "STURDY", "OUTER", "RAINPROOF", "ONLY_ONE" ],
"armor": [ { "encumbrance": 40, "coverage": 100, "covers": [ "torso", "arm_l", "arm_r" ] } ]
},
{
"id": "armor_lc_light_chestplate",
"type": "ARMOR",
"category": "armor",
"name": { "str": "mild steel 2 mm chestplate" },
"description": "A light chestplate, 2 mm thick. This one has been made with mild steel.",
"weight": "7500 g",
"volume": "8750 ml",
"price": 60000,
"price_postapoc": 12000,
"to_hit": -5,
"bashing": 8,
"symbol": "[",
"looks_like": "cuirass_lightplate",
"color": "light_gray",
"warmth": 20,
"longest_side": "60 cm",
"material_thickness": 2,
"flags": [ "OUTER", "STURDY", "CONDUCTIVE" ],
"armor_data": {
"armor": [
{
"material": [
{ "type": "low_steel", "covered_by_mat": 95, "thickness": 1.0 },
{ "type": "low_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "torso" ],
"coverage": 100,
"encumbrance": 15
}
]
}
},
{
"id": "xl_armor_lc_light_chestplate",
"type": "ARMOR",
"name": { "str": "XL mild steel 2 mm chestplate" },
"copy-from": "armor_lc_light_chestplate",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_mc_light_chestplate",
"type": "ARMOR",
"copy-from": "armor_lc_light_chestplate",
"name": { "str": "medium steel 2 mm chestplate" },
"description": "A light chestplate, 2 mm thick. Made with tougher medium steel, this offers solid protection.",
"armor_data": {
"armor": [
{
"material": [
{ "type": "med_steel", "covered_by_mat": 95, "thickness": 1.0 },
{ "type": "med_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "torso" ],
"coverage": 100,
"encumbrance": 15
}
]
}
},
{
"id": "xl_armor_mc_light_chestplate",
"type": "ARMOR",
"name": { "str": "XL medium steel 2 mm chestplate" },
"copy-from": "armor_mc_light_chestplate",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_hc_light_chestplate",
"type": "ARMOR",
"copy-from": "armor_lc_light_chestplate",
"name": { "str": "high steel 2 mm chestplate" },
"description": "A light chestplate, 2 mm thick. Made with high carbon steel offering excellent protection.",
"armor_data": {
"armor": [
{
"material": [
{ "type": "high_steel", "covered_by_mat": 95, "thickness": 1.0 },
{ "type": "high_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "torso" ],
"coverage": 100,
"encumbrance": 15
}
]
}
},
{
"id": "xl_armor_hc_light_chestplate",
"type": "ARMOR",
"name": { "str": "XL high steel 2 mm chestplate" },
"copy-from": "armor_hc_light_chestplate",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_ch_light_chestplate",
"type": "ARMOR",
"copy-from": "armor_lc_light_chestplate",
"name": { "str": "case hardened 2 mm chestplate" },
"description": "A light chestplate, 2 mm thick. The mild steel has been case hardened, offering superior protection.",
"armor_data": {
"armor": [
{
"material": [
{ "type": "case_hardened_steel", "covered_by_mat": 95, "thickness": 1.0 },
{ "type": "case_hardened_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "torso" ],
"coverage": 100,
"encumbrance": 15
}
]
}
},
{
"id": "xl_armor_ch_light_chestplate",
"type": "ARMOR",
"name": { "str": "XL case hardened 2 mm chestplate" },
"copy-from": "armor_ch_light_chestplate",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_qt_light_chestplate",
"type": "ARMOR",
"copy-from": "armor_lc_light_chestplate",
"name": { "str": "tempered 2 mm chestplate" },
"description": "A light chestplate, 2 mm thick. The medium steel has been quenched and tempered, offering top of the line protection.",
"armor_data": {
"armor": [
{
"material": [
{ "type": "tempered_steel", "covered_by_mat": 95, "thickness": 1.0 },
{ "type": "tempered_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "torso" ],
"coverage": 100,
"encumbrance": 15
}
]
}
},
{
"id": "xl_armor_qt_light_chestplate",
"type": "ARMOR",
"name": { "str": "XL tempered 2 mm chestplate" },
"copy-from": "armor_qt_light_chestplate",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_lc_chestplate",
"type": "ARMOR",
"category": "armor",
"name": { "str": "mild steel 4 mm chestplate" },
"description": "A chestplate, 4 mm thick. This one has been made with mild steel.",
"weight": "10 kg",
"volume": "17500 ml",
"price": 60000,
"price_postapoc": 12000,
"to_hit": -5,
"bashing": 8,
"symbol": "[",
"looks_like": "armor_larmor",
"color": "light_gray",
"warmth": 20,
"longest_side": "60 cm",
"material_thickness": 4,
"flags": [ "OUTER", "STURDY", "CONDUCTIVE" ],
"armor_data": {
"armor": [
{
"material": [
{ "type": "low_steel", "covered_by_mat": 95, "thickness": 3.0 },
{ "type": "low_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "torso" ],
"coverage": 100,
"encumbrance": 20
}
]
}
},
{
"id": "xl_armor_lc_chestplate",
"type": "ARMOR",
"name": { "str": "XL mild steel 4 mm chestplate" },
"copy-from": "armor_lc_chestplate",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_mc_chestplate",
"type": "ARMOR",
"copy-from": "armor_lc_chestplate",
"name": { "str": "medium steel 4 mm chestplate" },
"description": "A chestplate, 4 mm thick. Made with tougher medium steel, this offers solid protection.",
"armor_data": {
"armor": [
{
"material": [
{ "type": "med_steel", "covered_by_mat": 95, "thickness": 3.0 },
{ "type": "med_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "torso" ],
"coverage": 100,
"encumbrance": 20
}
]
}
},
{
"id": "xl_armor_mc_chestplate",
"type": "ARMOR",
"name": { "str": "XL medium steel 4 mm chestplate" },
"copy-from": "armor_mc_chestplate",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_hc_chestplate",
"type": "ARMOR",
"copy-from": "armor_lc_chestplate",
"name": { "str": "high steel 4 mm chestplate" },
"description": "A chestplate, 4 mm thick. Made with high carbon steel offering excellent protection.",
"armor_data": {
"armor": [
{
"material": [
{ "type": "high_steel", "covered_by_mat": 95, "thickness": 3.0 },
{ "type": "high_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "torso" ],
"coverage": 100,
"encumbrance": 20
}
]
}
},
{
"id": "xl_armor_hc_chestplate",
"type": "ARMOR",
"name": { "str": "XL high steel 4 mm chestplate" },
"copy-from": "armor_hc_chestplate",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_ch_chestplate",
"type": "ARMOR",
"copy-from": "armor_lc_chestplate",
"name": { "str": "case hardened 4 mm chestplate" },
"description": "A chestplate, 4 mm thick. The mild steel has been case hardened, offering superior protection.",
"armor_data": {
"armor": [
{
"material": [
{ "type": "case_hardened_steel", "covered_by_mat": 95, "thickness": 3.0 },
{ "type": "case_hardened_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "torso" ],
"coverage": 100,
"encumbrance": 20
}
]
}
},
{
"id": "xl_armor_ch_chestplate",
"type": "ARMOR",
"name": { "str": "XL case hardened 4 mm chestplate" },
"copy-from": "armor_ch_chestplate",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_qt_chestplate",
"type": "ARMOR",
"copy-from": "armor_lc_chestplate",
"name": { "str": "tempered 4 mm chestplate" },
"description": "A chestplate, 4 mm thick. The medium steel has been quenched and tempered, offering top of the line protection.",
"armor_data": {
"armor": [
{
"material": [
{ "type": "tempered_steel", "covered_by_mat": 95, "thickness": 3.0 },
{ "type": "tempered_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "torso" ],
"coverage": 100,
"encumbrance": 20
}
]
}
},
{
"id": "xl_armor_qt_chestplate",
"type": "ARMOR",
"name": { "str": "XL tempered 4 mm chestplate" },
"copy-from": "armor_qt_chestplate",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_lc_heavy_chestplate",
"type": "ARMOR",
"category": "armor",
"name": { "str": "mild steel 6 mm chestplate" },
"description": "A heavy chestplate, 6 mm thick. This one has been made with mild steel.",
"weight": "17500 g",
"volume": "17500 ml",
"price": 60000,
"price_postapoc": 12000,
"to_hit": -5,
"bashing": 8,
"symbol": "[",
"looks_like": "armor_larmor",
"color": "light_gray",
"warmth": 20,
"longest_side": "60 cm",
"material_thickness": 6,
"flags": [ "OUTER", "STURDY", "CONDUCTIVE" ],
"armor_data": {
"armor": [
{
"material": [
{ "type": "low_steel", "covered_by_mat": 95, "thickness": 5.0 },
{ "type": "low_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "torso" ],
"coverage": 100,
"encumbrance": 25
}
]
}
},
{
"id": "xl_armor_lc_heavy_chestplate",
"type": "ARMOR",
"name": { "str": "XL mild steel 6 mm chestplate" },
"copy-from": "armor_lc_heavy_chestplate",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_mc_heavy_chestplate",
"type": "ARMOR",
"copy-from": "armor_lc_heavy_chestplate",
"name": { "str": "medium steel 6 mm chestplate" },
"description": "A heavy chestplate, 6 mm thick. Made with tougher medium steel, this offers solid protection.",
"armor_data": {
"armor": [
{
"material": [
{ "type": "med_steel", "covered_by_mat": 95, "thickness": 5.0 },
{ "type": "med_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "torso" ],
"coverage": 100,
"encumbrance": 25
}
]
}
},
{
"id": "xl_armor_mc_heavy_chestplate",
"type": "ARMOR",
"name": { "str": "XL medium steel 6 mm chestplate" },
"copy-from": "armor_mc_heavy_chestplate",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_hc_heavy_chestplate",
"type": "ARMOR",
"copy-from": "armor_lc_heavy_chestplate",
"name": { "str": "high steel 6 mm chestplate" },
"description": "A heavy chestplate, 6 mm thick. Made with high carbon steel offering excellent protection.",
"armor_data": {
"armor": [
{
"material": [
{ "type": "high_steel", "covered_by_mat": 95, "thickness": 5.0 },
{ "type": "high_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "torso" ],
"coverage": 100,
"encumbrance": 25
}
]
}
},
{
"id": "xl_armor_hc_heavy_chestplate",
"type": "ARMOR",
"name": { "str": "XL high steel 6 mm chestplate" },
"copy-from": "armor_hc_heavy_chestplate",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_ch_heavy_chestplate",
"type": "ARMOR",
"copy-from": "armor_lc_heavy_chestplate",
"name": { "str": "case hardened 6 mm chestplate" },
"description": "A heavy chestplate, 6 mm thick. The mild steel has been case hardened, offering superior protection.",
"armor_data": {
"armor": [
{
"material": [
{ "type": "case_hardened_steel", "covered_by_mat": 95, "thickness": 5.0 },
{ "type": "case_hardened_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "torso" ],
"coverage": 100,
"encumbrance": 25
}
]
}
},
{
"id": "xl_armor_ch_heavy_chestplate",
"type": "ARMOR",
"name": { "str": "XL case hardened 6 mm chestplate" },
"copy-from": "armor_ch_heavy_chestplate",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "armor_qt_heavy_chestplate",
"type": "ARMOR",
"copy-from": "armor_lc_heavy_chestplate",
"name": { "str": "tempered 6 mm chestplate" },
"description": "A heavy chestplate, 6 mm thick. The medium steel has been quenched and tempered, offering top of the line protection.",
"armor_data": {
"armor": [
{
"material": [
{ "type": "tempered_steel", "covered_by_mat": 95, "thickness": 5.0 },
{ "type": "tempered_steel", "covered_by_mat": 100, "thickness": 1.0 },
{ "type": "leather", "covered_by_mat": 1, "thickness": 1.0 }
],
"covers": [ "torso" ],
"coverage": 100,
"encumbrance": 25
}
]
}
},
{
"id": "xl_armor_qt_heavy_chestplate",
"type": "ARMOR",
"name": { "str": "XL tempered 6 mm chestplate" },
"copy-from": "armor_qt_heavy_chestplate",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
}
]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册