Skip to content

Commit 272b7a4

Browse files
authored
More Gambeson Stuff (#54947)
1 parent 0c87696 commit 272b7a4

File tree

6 files changed

+666
-1
lines changed

6 files changed

+666
-1
lines changed

data/json/items/armor/arms_armor.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,84 @@
520520
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
521521
"flags": [ "VARSIZE", "SKINTIGHT", "WATER_FRIENDLY", "UNDERSIZE" ]
522522
},
523+
{
524+
"id": "gambeson_sleeve",
525+
"type": "ARMOR",
526+
"category": "armor",
527+
"name": { "str": "pair of gambeson sleeves", "str_pl": "pairs of gambeson sleeves" },
528+
"description": "A pair sleeves made from heavy quilted fabric.",
529+
"weight": "150 g",
530+
"volume": "500 ml",
531+
"price": 1200,
532+
"price_postapoc": 400,
533+
"to_hit": 1,
534+
"material": [ "cotton" ],
535+
"symbol": "[",
536+
"looks_like": "arm_warmers",
537+
"color": "light_gray",
538+
"warmth": 30,
539+
"material_thickness": 5,
540+
"valid_mods": [ "steel_padded" ],
541+
"flags": [ "VARSIZE", "STURDY" ],
542+
"armor": [ { "encumbrance": 8, "coverage": 100, "covers": [ "arm_l", "arm_r" ] } ]
543+
},
544+
{
545+
"id": "xl_gambeson_sleeve",
546+
"type": "ARMOR",
547+
"name": { "str": "pair of XL gambeson sleeves", "str_pl": "pairs of XL gambeson sleeves" },
548+
"description": "A pair of extra large sleeves made from heavy quilted fabric.",
549+
"copy-from": "gambeson_sleeve",
550+
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
551+
"flags": [ "VARSIZE", "STURDY", "OVERSIZE" ]
552+
},
553+
{
554+
"id": "xs_gambeson_sleeve",
555+
"type": "ARMOR",
556+
"name": { "str": "pair of XS gambeson sleeves", "str_pl": "pairs of XS gambeson sleeves" },
557+
"description": "A pair of extra large sleeves made from heavy quilted fabric.",
558+
"copy-from": "gambeson_sleeve",
559+
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
560+
"flags": [ "VARSIZE", "STURDY", "UNDERSIZE" ]
561+
},
562+
{
563+
"id": "k_gambeson_sleeve",
564+
"type": "ARMOR",
565+
"category": "armor",
566+
"name": { "str": "pair of kevlar gambeson sleeves", "str_pl": "pairs of kevlar gambeson sleeves" },
567+
"description": "A pair sleeves made from layers of kevlar.",
568+
"weight": "920 g",
569+
"volume": "840 ml",
570+
"price": 1200,
571+
"price_postapoc": 400,
572+
"to_hit": 1,
573+
"material": [ { "type": "kevlar_layered", "portion": 6 }, { "type": "kevlar", "portion": 4 } ],
574+
"symbol": "[",
575+
"looks_like": "arm_warmers",
576+
"color": "light_gray",
577+
"warmth": 30,
578+
"material_thickness": 3.2,
579+
"valid_mods": [ "steel_padded" ],
580+
"flags": [ "VARSIZE", "STURDY" ],
581+
"armor": [ { "encumbrance": 16, "coverage": 100, "covers": [ "arm_l", "arm_r" ] } ]
582+
},
583+
{
584+
"id": "xl_k_gambeson_sleeve",
585+
"type": "ARMOR",
586+
"name": { "str": "pair of XL kevlar gambeson sleeves", "str_pl": "pairs of XL kevlar gambeson sleeves" },
587+
"description": "A pair of extra large sleeves made from layers of kevlar.",
588+
"copy-from": "k_gambeson_sleeve",
589+
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
590+
"flags": [ "VARSIZE", "STURDY", "OVERSIZE" ]
591+
},
592+
{
593+
"id": "xs_k_gambeson_sleeve",
594+
"type": "ARMOR",
595+
"name": { "str": "pair of XS kevlar gambeson sleeves", "str_pl": "pairs of XS kevlar gambeson sleeves" },
596+
"description": "A pair of extra small sleeves made from heavy quilted fabric and kevlar.",
597+
"copy-from": "k_gambeson_sleeve",
598+
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
599+
"flags": [ "VARSIZE", "STURDY", "UNDERSIZE" ]
600+
},
523601
{
524602
"id": "chainmail_arms",
525603
"type": "ARMOR",

data/json/items/armor/hoods.json

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,100 @@
6060
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
6161
"flags": [ "VARSIZE", "STURDY", "HELMET_COMPAT", "UNDERSIZE" ]
6262
},
63+
{
64+
"id": "gambeson_hood",
65+
"type": "ARMOR",
66+
"category": "armor",
67+
"name": { "str": "gambeson hood" },
68+
"description": "A customized hood made from quilted fabrics. Can be worn under helmets.",
69+
"weight": "340 g",
70+
"volume": "300 ml",
71+
"price": 412,
72+
"price_postapoc": 500,
73+
"to_hit": -1,
74+
"material": [ "cotton" ],
75+
"symbol": "[",
76+
"looks_like": "balclava",
77+
"color": "light_red",
78+
"material_thickness": 5,
79+
"flags": [ "VARSIZE", "STURDY", "HELMET_COMPAT" ],
80+
"armor": [
81+
{ "encumbrance": 8, "coverage": 90, "covers": [ "head" ] },
82+
{
83+
"encumbrance": 4,
84+
"coverage": 45,
85+
"cover_vitals": 80,
86+
"covers": [ "torso", "arm_l", "arm_r" ],
87+
"specifically_covers": [ "arm_shoulder_l", "arm_shoulder_r", "torso_upper" ],
88+
"layers": [ "OUTER" ]
89+
}
90+
]
91+
},
92+
{
93+
"id": "xl_gambeson_hood",
94+
"type": "ARMOR",
95+
"copy-from": "gambeson_hood",
96+
"name": { "str": "XL gambeson hood" },
97+
"description": "A customized hood made from quilted fabrics. Can be worn under helmets. Comes in size XL.",
98+
"proportional": { "weight": 1.25, "volume": 1.3, "price": 1.25 },
99+
"flags": [ "VARSIZE", "STURDY", "OVERSIZE", "HELMET_COMPAT" ]
100+
},
101+
{
102+
"id": "xs_gambeson_hood",
103+
"type": "ARMOR",
104+
"copy-from": "gambeson_hood",
105+
"name": { "str": "XS gambeson hood" },
106+
"description": "A customized hood made from quilted fabrics. Can be worn under helmets. Comes in size XS.",
107+
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
108+
"flags": [ "VARSIZE", "STURDY", "UNDERSIZE", "HELMET_COMPAT" ]
109+
},
110+
{
111+
"id": "k_gambeson_hood",
112+
"type": "ARMOR",
113+
"category": "armor",
114+
"name": { "str": "kevlar gambeson hood" },
115+
"description": "A customized gambeson hood made from kevlar. Can be worn under helmets.",
116+
"weight": "340 g",
117+
"volume": "300 ml",
118+
"price": 412,
119+
"price_postapoc": 500,
120+
"to_hit": -1,
121+
"material": [ { "type": "kevlar_layered", "portion": 6 }, { "type": "kevlar", "portion": 4 } ],
122+
"symbol": "[",
123+
"looks_like": "balclava",
124+
"color": "light_red",
125+
"material_thickness": 3.2,
126+
"flags": [ "VARSIZE", "STURDY", "HELMET_COMPAT" ],
127+
"armor": [
128+
{ "encumbrance": 12, "coverage": 90, "covers": [ "head" ] },
129+
{
130+
"encumbrance": 6,
131+
"coverage": 45,
132+
"cover_vitals": 80,
133+
"covers": [ "torso", "arm_l", "arm_r" ],
134+
"specifically_covers": [ "arm_shoulder_l", "arm_shoulder_r", "torso_upper" ],
135+
"layers": [ "OUTER" ]
136+
}
137+
]
138+
},
139+
{
140+
"id": "xl_k_gambeson_hood",
141+
"type": "ARMOR",
142+
"copy-from": "k_gambeson_hood",
143+
"name": { "str": "XL kevlar gambeson hood" },
144+
"description": "A customized gambeson hood made from kevlar. Can be worn under helmets. Comes in size XL.",
145+
"proportional": { "weight": 1.25, "volume": 1.3, "price": 1.25 },
146+
"flags": [ "VARSIZE", "STURDY", "OVERSIZE", "HELMET_COMPAT" ]
147+
},
148+
{
149+
"id": "xs_k_gambeson_hood",
150+
"type": "ARMOR",
151+
"copy-from": "k_gambeson_hood",
152+
"name": { "str": "XS gambeson hood" },
153+
"description": "A customized hood made from quilted fabrics and kevlar. Can be worn under helmets. Comes in size XS.",
154+
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
155+
"flags": [ "VARSIZE", "STURDY", "UNDERSIZE", "HELMET_COMPAT" ]
156+
},
63157
{
64158
"id": "hood_rain",
65159
"type": "ARMOR",

0 commit comments

Comments
 (0)