Skip to content

Commit

Permalink
More Gambeson Stuff (CleverRaven#54947)
Browse files Browse the repository at this point in the history
  • Loading branch information
Holli-Git authored Jan 31, 2022
1 parent 0c87696 commit 272b7a4
Show file tree
Hide file tree
Showing 6 changed files with 666 additions and 1 deletion.
78 changes: 78 additions & 0 deletions data/json/items/armor/arms_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,84 @@
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
"flags": [ "VARSIZE", "SKINTIGHT", "WATER_FRIENDLY", "UNDERSIZE" ]
},
{
"id": "gambeson_sleeve",
"type": "ARMOR",
"category": "armor",
"name": { "str": "pair of gambeson sleeves", "str_pl": "pairs of gambeson sleeves" },
"description": "A pair sleeves made from heavy quilted fabric.",
"weight": "150 g",
"volume": "500 ml",
"price": 1200,
"price_postapoc": 400,
"to_hit": 1,
"material": [ "cotton" ],
"symbol": "[",
"looks_like": "arm_warmers",
"color": "light_gray",
"warmth": 30,
"material_thickness": 5,
"valid_mods": [ "steel_padded" ],
"flags": [ "VARSIZE", "STURDY" ],
"armor": [ { "encumbrance": 8, "coverage": 100, "covers": [ "arm_l", "arm_r" ] } ]
},
{
"id": "xl_gambeson_sleeve",
"type": "ARMOR",
"name": { "str": "pair of XL gambeson sleeves", "str_pl": "pairs of XL gambeson sleeves" },
"description": "A pair of extra large sleeves made from heavy quilted fabric.",
"copy-from": "gambeson_sleeve",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"flags": [ "VARSIZE", "STURDY", "OVERSIZE" ]
},
{
"id": "xs_gambeson_sleeve",
"type": "ARMOR",
"name": { "str": "pair of XS gambeson sleeves", "str_pl": "pairs of XS gambeson sleeves" },
"description": "A pair of extra large sleeves made from heavy quilted fabric.",
"copy-from": "gambeson_sleeve",
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
"flags": [ "VARSIZE", "STURDY", "UNDERSIZE" ]
},
{
"id": "k_gambeson_sleeve",
"type": "ARMOR",
"category": "armor",
"name": { "str": "pair of kevlar gambeson sleeves", "str_pl": "pairs of kevlar gambeson sleeves" },
"description": "A pair sleeves made from layers of kevlar.",
"weight": "920 g",
"volume": "840 ml",
"price": 1200,
"price_postapoc": 400,
"to_hit": 1,
"material": [ { "type": "kevlar_layered", "portion": 6 }, { "type": "kevlar", "portion": 4 } ],
"symbol": "[",
"looks_like": "arm_warmers",
"color": "light_gray",
"warmth": 30,
"material_thickness": 3.2,
"valid_mods": [ "steel_padded" ],
"flags": [ "VARSIZE", "STURDY" ],
"armor": [ { "encumbrance": 16, "coverage": 100, "covers": [ "arm_l", "arm_r" ] } ]
},
{
"id": "xl_k_gambeson_sleeve",
"type": "ARMOR",
"name": { "str": "pair of XL kevlar gambeson sleeves", "str_pl": "pairs of XL kevlar gambeson sleeves" },
"description": "A pair of extra large sleeves made from layers of kevlar.",
"copy-from": "k_gambeson_sleeve",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"flags": [ "VARSIZE", "STURDY", "OVERSIZE" ]
},
{
"id": "xs_k_gambeson_sleeve",
"type": "ARMOR",
"name": { "str": "pair of XS kevlar gambeson sleeves", "str_pl": "pairs of XS kevlar gambeson sleeves" },
"description": "A pair of extra small sleeves made from heavy quilted fabric and kevlar.",
"copy-from": "k_gambeson_sleeve",
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
"flags": [ "VARSIZE", "STURDY", "UNDERSIZE" ]
},
{
"id": "chainmail_arms",
"type": "ARMOR",
Expand Down
94 changes: 94 additions & 0 deletions data/json/items/armor/hoods.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,100 @@
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
"flags": [ "VARSIZE", "STURDY", "HELMET_COMPAT", "UNDERSIZE" ]
},
{
"id": "gambeson_hood",
"type": "ARMOR",
"category": "armor",
"name": { "str": "gambeson hood" },
"description": "A customized hood made from quilted fabrics. Can be worn under helmets.",
"weight": "340 g",
"volume": "300 ml",
"price": 412,
"price_postapoc": 500,
"to_hit": -1,
"material": [ "cotton" ],
"symbol": "[",
"looks_like": "balclava",
"color": "light_red",
"material_thickness": 5,
"flags": [ "VARSIZE", "STURDY", "HELMET_COMPAT" ],
"armor": [
{ "encumbrance": 8, "coverage": 90, "covers": [ "head" ] },
{
"encumbrance": 4,
"coverage": 45,
"cover_vitals": 80,
"covers": [ "torso", "arm_l", "arm_r" ],
"specifically_covers": [ "arm_shoulder_l", "arm_shoulder_r", "torso_upper" ],
"layers": [ "OUTER" ]
}
]
},
{
"id": "xl_gambeson_hood",
"type": "ARMOR",
"copy-from": "gambeson_hood",
"name": { "str": "XL gambeson hood" },
"description": "A customized hood made from quilted fabrics. Can be worn under helmets. Comes in size XL.",
"proportional": { "weight": 1.25, "volume": 1.3, "price": 1.25 },
"flags": [ "VARSIZE", "STURDY", "OVERSIZE", "HELMET_COMPAT" ]
},
{
"id": "xs_gambeson_hood",
"type": "ARMOR",
"copy-from": "gambeson_hood",
"name": { "str": "XS gambeson hood" },
"description": "A customized hood made from quilted fabrics. Can be worn under helmets. Comes in size XS.",
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
"flags": [ "VARSIZE", "STURDY", "UNDERSIZE", "HELMET_COMPAT" ]
},
{
"id": "k_gambeson_hood",
"type": "ARMOR",
"category": "armor",
"name": { "str": "kevlar gambeson hood" },
"description": "A customized gambeson hood made from kevlar. Can be worn under helmets.",
"weight": "340 g",
"volume": "300 ml",
"price": 412,
"price_postapoc": 500,
"to_hit": -1,
"material": [ { "type": "kevlar_layered", "portion": 6 }, { "type": "kevlar", "portion": 4 } ],
"symbol": "[",
"looks_like": "balclava",
"color": "light_red",
"material_thickness": 3.2,
"flags": [ "VARSIZE", "STURDY", "HELMET_COMPAT" ],
"armor": [
{ "encumbrance": 12, "coverage": 90, "covers": [ "head" ] },
{
"encumbrance": 6,
"coverage": 45,
"cover_vitals": 80,
"covers": [ "torso", "arm_l", "arm_r" ],
"specifically_covers": [ "arm_shoulder_l", "arm_shoulder_r", "torso_upper" ],
"layers": [ "OUTER" ]
}
]
},
{
"id": "xl_k_gambeson_hood",
"type": "ARMOR",
"copy-from": "k_gambeson_hood",
"name": { "str": "XL kevlar gambeson hood" },
"description": "A customized gambeson hood made from kevlar. Can be worn under helmets. Comes in size XL.",
"proportional": { "weight": 1.25, "volume": 1.3, "price": 1.25 },
"flags": [ "VARSIZE", "STURDY", "OVERSIZE", "HELMET_COMPAT" ]
},
{
"id": "xs_k_gambeson_hood",
"type": "ARMOR",
"copy-from": "k_gambeson_hood",
"name": { "str": "XS gambeson hood" },
"description": "A customized hood made from quilted fabrics and kevlar. Can be worn under helmets. Comes in size XS.",
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
"flags": [ "VARSIZE", "STURDY", "UNDERSIZE", "HELMET_COMPAT" ]
},
{
"id": "hood_rain",
"type": "ARMOR",
Expand Down
Loading

0 comments on commit 272b7a4

Please sign in to comment.