|
60 | 60 | "proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
|
61 | 61 | "flags": [ "VARSIZE", "STURDY", "HELMET_COMPAT", "UNDERSIZE" ]
|
62 | 62 | },
|
| 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 | + }, |
63 | 157 | {
|
64 | 158 | "id": "hood_rain",
|
65 | 159 | "type": "ARMOR",
|
|
0 commit comments