|
2087 | 2087 | { "covers": [ "arm_l", "arm_r" ], "specifically_covers": [ "arm_lower_l", "arm_lower_r" ], "coverage": 90 } |
2088 | 2088 | ] |
2089 | 2089 | }, |
| 2090 | + { |
| 2091 | + "id": "military_poncho", |
| 2092 | + "type": "ITEM", |
| 2093 | + "subtypes": [ "ARMOR" ], |
| 2094 | + "category": "clothing", |
| 2095 | + "looks_like": "cloak", |
| 2096 | + "symbol": "[", |
| 2097 | + "color": "dark_gray", |
| 2098 | + "name": { "str": "military poncho" }, |
| 2099 | + "description": "A standard issue, lightweight nylon poncho with a hood. It has a cinch cord around the hood and grommets to attach a liner, or to use it as a standard tarp.", |
| 2100 | + "price": "50 USD", |
| 2101 | + "price_postapoc": "50 cent", |
| 2102 | + "material": [ "nylon" ], |
| 2103 | + "weight": "450 g", |
| 2104 | + "volume": "2300 ml", |
| 2105 | + "flags": [ "RAINPROOF", "HOOD", "OVERSIZE", "OUTER" ], |
| 2106 | + "environmental_protection": 2, |
| 2107 | + "material_thickness": 0.2, |
| 2108 | + "pocket_data": [ |
| 2109 | + { |
| 2110 | + "pocket_type": "CONTAINER", |
| 2111 | + "ablative": true, |
| 2112 | + "volume_encumber_modifier": 0, |
| 2113 | + "max_contains_volume": "4000 ml", |
| 2114 | + "max_contains_weight": "900 g", |
| 2115 | + "moves": 200, |
| 2116 | + "description": "Grommets for a poncho liner.", |
| 2117 | + "item_restriction": [ "military_poncho_liner", "robofac_poncho_liner" ] |
| 2118 | + } |
| 2119 | + ], |
| 2120 | + "armor": [ |
| 2121 | + { "encumbrance": 2, "covers": [ "torso" ], "specifically_covers": [ "torso_upper", "torso_lower" ], "coverage": 100 }, |
| 2122 | + { |
| 2123 | + "encumbrance": 2, |
| 2124 | + "covers": [ "arm_l", "arm_r" ], |
| 2125 | + "specifically_covers": [ "arm_shoulder_l", "arm_shoulder_r", "arm_upper_r", "arm_upper_l", "arm_elbow_r", "arm_elbow_l" ], |
| 2126 | + "coverage": 100 |
| 2127 | + }, |
| 2128 | + { "covers": [ "arm_l", "arm_r" ], "specifically_covers": [ "arm_lower_l", "arm_lower_r" ], "coverage": 90 }, |
| 2129 | + { |
| 2130 | + "coverage": 100, |
| 2131 | + "covers": [ "leg_l", "leg_r" ], |
| 2132 | + "specifically_covers": [ "leg_hip_l", "leg_hip_r", "leg_upper_r", "leg_upper_l" ] |
| 2133 | + } |
| 2134 | + ] |
| 2135 | + }, |
| 2136 | + { |
| 2137 | + "id": "military_poncho_heavy", |
| 2138 | + "type": "ITEM", |
| 2139 | + "subtypes": [ "ARMOR" ], |
| 2140 | + "category": "clothing", |
| 2141 | + "looks_like": "cloak", |
| 2142 | + "symbol": "[", |
| 2143 | + "color": "dark_gray", |
| 2144 | + "name": { "str": "heavy military poncho" }, |
| 2145 | + "description": "A standard issue, heavy nylon poncho with a hood. It has a cinch cord around the hood and grommets to attach a liner, or to use it as a standard tarp.", |
| 2146 | + "price": "50 USD", |
| 2147 | + "price_postapoc": "50 cent", |
| 2148 | + "material": [ "nylon" ], |
| 2149 | + "weight": "1100 g", |
| 2150 | + "volume": "3800 ml", |
| 2151 | + "flags": [ "RAINPROOF", "HOOD", "OVERSIZE", "OUTER", "STURDY" ], |
| 2152 | + "environmental_protection": 4, |
| 2153 | + "warmth": 5, |
| 2154 | + "material_thickness": 0.4, |
| 2155 | + "pocket_data": [ |
| 2156 | + { |
| 2157 | + "pocket_type": "CONTAINER", |
| 2158 | + "ablative": true, |
| 2159 | + "volume_encumber_modifier": 0, |
| 2160 | + "max_contains_volume": "4000 ml", |
| 2161 | + "max_contains_weight": "900 g", |
| 2162 | + "moves": 200, |
| 2163 | + "description": "Grommets for a poncho liner.", |
| 2164 | + "item_restriction": [ "military_poncho_liner", "robofac_poncho_liner" ] |
| 2165 | + } |
| 2166 | + ], |
| 2167 | + "armor": [ |
| 2168 | + { "encumbrance": 4, "covers": [ "torso" ], "specifically_covers": [ "torso_upper", "torso_lower" ], "coverage": 100 }, |
| 2169 | + { |
| 2170 | + "encumbrance": 4, |
| 2171 | + "covers": [ "arm_l", "arm_r" ], |
| 2172 | + "specifically_covers": [ "arm_shoulder_l", "arm_shoulder_r", "arm_upper_r", "arm_upper_l", "arm_elbow_r", "arm_elbow_l" ], |
| 2173 | + "coverage": 100 |
| 2174 | + }, |
| 2175 | + { "covers": [ "arm_l", "arm_r" ], "specifically_covers": [ "arm_lower_l", "arm_lower_r" ], "coverage": 90 }, |
| 2176 | + { |
| 2177 | + "coverage": 100, |
| 2178 | + "covers": [ "leg_l", "leg_r" ], |
| 2179 | + "specifically_covers": [ "leg_hip_l", "leg_hip_r", "leg_upper_r", "leg_upper_l" ] |
| 2180 | + } |
| 2181 | + ] |
| 2182 | + }, |
| 2183 | + { |
| 2184 | + "id": "military_poncho_liner", |
| 2185 | + "type": "ITEM", |
| 2186 | + "subtypes": [ "ARMOR" ], |
| 2187 | + "category": "clothing", |
| 2188 | + "symbol": "[", |
| 2189 | + "color": "dark_gray", |
| 2190 | + "name": { "str": "military poncho liner" }, |
| 2191 | + "description": "Often called a \"woobie\" by soldiers, this sleeping bag-like poncho liner can be attached under a poncho or used as a blanket. The synthetic stuffing makes it quite warm.", |
| 2192 | + "price": "50 USD", |
| 2193 | + "price_postapoc": "50 cent", |
| 2194 | + "material": [ "nylon" ], |
| 2195 | + "weight": "900 g", |
| 2196 | + "volume": "4000 ml", |
| 2197 | + "warmth": 50, |
| 2198 | + "flags": [ "OVERSIZE", "OUTER", "SOFT" ], |
| 2199 | + "environmental_protection": 4, |
| 2200 | + "material_thickness": 0.4, |
| 2201 | + "armor": [ |
| 2202 | + { "encumbrance": 15, "covers": [ "torso" ], "specifically_covers": [ "torso_upper", "torso_lower" ], "coverage": 100 }, |
| 2203 | + { |
| 2204 | + "encumbrance": 15, |
| 2205 | + "covers": [ "arm_l", "arm_r" ], |
| 2206 | + "specifically_covers": [ "arm_shoulder_l", "arm_shoulder_r", "arm_upper_r", "arm_upper_l", "arm_elbow_r", "arm_elbow_l" ], |
| 2207 | + "coverage": 100 |
| 2208 | + }, |
| 2209 | + { "covers": [ "arm_l", "arm_r" ], "specifically_covers": [ "arm_lower_l", "arm_lower_r" ], "coverage": 90 }, |
| 2210 | + { |
| 2211 | + "coverage": 100, |
| 2212 | + "covers": [ "leg_l", "leg_r" ], |
| 2213 | + "specifically_covers": [ "leg_hip_l", "leg_hip_r", "leg_upper_r", "leg_upper_l" ] |
| 2214 | + } |
| 2215 | + ] |
| 2216 | + }, |
2090 | 2217 | { |
2091 | 2218 | "id": "coat_straw", |
2092 | 2219 | "type": "ITEM", |
|
0 commit comments