|
261 | 261 | ],
|
262 | 262 | "melee_damage": { "bash": 1 }
|
263 | 263 | },
|
| 264 | + { |
| 265 | + "id": "helmet_army_stripped", |
| 266 | + "type": "ITEM", |
| 267 | + "subtypes": [ "ARMOR" ], |
| 268 | + "category": "armor", |
| 269 | + "copy-from": "helmet_army", |
| 270 | + "name": { "str": "army helmet (stripped)", "str_pl": "army helmets (stripped)" }, |
| 271 | + "description": "A heavy helmet that provides excellent protection from all sorts of damage. It is labeled as the advanced combat helmet. This one has been stripped of all its mounting points, leaving only the nape and mandible attachment points, and the counterweight pouch.", |
| 272 | + "weight": "1153 g", |
| 273 | + "pocket_data": [ |
| 274 | + { |
| 275 | + "pocket_type": "CONTAINER", |
| 276 | + "ablative": true, |
| 277 | + "volume_encumber_modifier": 0, |
| 278 | + "max_contains_volume": "500 ml", |
| 279 | + "max_contains_weight": "250 g", |
| 280 | + "moves": 250, |
| 281 | + "description": "Pocket for a nape protector.", |
| 282 | + "flag_restriction": [ "HELMET_NAPE_PROTECTOR" ] |
| 283 | + }, |
| 284 | + { |
| 285 | + "pocket_type": "CONTAINER", |
| 286 | + "ablative": true, |
| 287 | + "volume_encumber_modifier": 0, |
| 288 | + "max_contains_volume": "500 ml", |
| 289 | + "max_contains_weight": "400 g", |
| 290 | + "moves": 250, |
| 291 | + "description": "Pocket for a strapped mandible guard.", |
| 292 | + "flag_restriction": [ "HELMET_MANDIBLE_GUARD_STRAPPED" ] |
| 293 | + }, |
| 294 | + { |
| 295 | + "pocket_type": "CONTAINER", |
| 296 | + "volume_encumber_modifier": 0, |
| 297 | + "max_contains_volume": "400 ml", |
| 298 | + "max_contains_weight": "400 g", |
| 299 | + "moves": 250, |
| 300 | + "description": "Pocket for a counterweight pouch.", |
| 301 | + "flag_restriction": [ "HELMET_BACK_POUCH" ] |
| 302 | + } |
| 303 | + ] |
| 304 | + }, |
264 | 305 | {
|
265 | 306 | "id": "helmet_army_outdated",
|
266 | 307 | "repairs_like": "helmet_barbute",
|
|
1336 | 1377 | "flags": [ "WATERPROOF", "STURDY", "PADDED" ],
|
1337 | 1378 | "melee_damage": { "bash": 1 }
|
1338 | 1379 | },
|
| 1380 | + { |
| 1381 | + "id": "helmet_motor_modified", |
| 1382 | + "looks_like": "helmet_motor", |
| 1383 | + "copy-from": "helmet_motor_raised", |
| 1384 | + "type": "ITEM", |
| 1385 | + "subtypes": [ "TOOL", "ARMOR" ], |
| 1386 | + "category": "armor", |
| 1387 | + "name": { "str": "modified full-face motorcycle helmet" }, |
| 1388 | + "description": "A helmet that covers the entire head, designed to protect you from motorcycle crashes. This one has been modified to hold mounting brackets for stuff such as NV goggles, at the cost of removing the visor.", |
| 1389 | + "weight": "1703 g", |
| 1390 | + "pocket_data": [ |
| 1391 | + { |
| 1392 | + "pocket_type": "CONTAINER", |
| 1393 | + "ablative": true, |
| 1394 | + "volume_encumber_modifier": 0, |
| 1395 | + "max_contains_volume": "2 L", |
| 1396 | + "max_contains_weight": "2 kg", |
| 1397 | + "moves": 250, |
| 1398 | + "description": "Pocket for a face shield, or a front night vision attachment.", |
| 1399 | + "flag_restriction": [ "HELMET_FACE_SHIELD", "HELMET_FRONT_ATTACHMENT" ], |
| 1400 | + "inherits_flags": false |
| 1401 | + }, |
| 1402 | + { |
| 1403 | + "pocket_type": "CONTAINER", |
| 1404 | + "ablative": true, |
| 1405 | + "volume_encumber_modifier": 0, |
| 1406 | + "max_contains_volume": "500 ml", |
| 1407 | + "max_contains_weight": "400 g", |
| 1408 | + "moves": 250, |
| 1409 | + "description": "Pocket for an ear attachment.", |
| 1410 | + "flag_restriction": [ "HELMET_EAR_ATTACHMENT" ], |
| 1411 | + "inherits_flags": true |
| 1412 | + }, |
| 1413 | + { |
| 1414 | + "pocket_type": "CONTAINER", |
| 1415 | + "volume_encumber_modifier": 0, |
| 1416 | + "max_contains_volume": "300 ml", |
| 1417 | + "max_contains_weight": "500 g", |
| 1418 | + "max_item_length": "14 cm", |
| 1419 | + "moves": 100, |
| 1420 | + "description": "Pocket for a flashlight attachment.", |
| 1421 | + "flag_restriction": [ "HELMET_HEAD_ATTACHMENT" ], |
| 1422 | + "transparent": true |
| 1423 | + } |
| 1424 | + ], |
| 1425 | + "use_action": [ ], |
| 1426 | + "flags": [ "WATERPROOF", "STURDY", "PADDED", "MODULE_HOLDER" ] |
| 1427 | + }, |
1339 | 1428 | {
|
1340 | 1429 | "id": "helmet_riding",
|
1341 | 1430 | "repairs_like": "nomex_hood",
|
|
3067 | 3156 | }
|
3068 | 3157 | ]
|
3069 | 3158 | },
|
| 3159 | + { |
| 3160 | + "id": "airsoft_helmet_stripped", |
| 3161 | + "copy-from": "airsoft_helmet", |
| 3162 | + "type": "ITEM", |
| 3163 | + "subtypes": [ "ARMOR" ], |
| 3164 | + "category": "armor", |
| 3165 | + "name": { "str": "airsoft helmet (stripped)", "str_pl": "airsoft helmets (stripped)" }, |
| 3166 | + "description": "A lightweight helmet that is fashioned to look like a real military helmet, but is made of plastic and only protects against BB's and other light threats. This one has no attachment rails.", |
| 3167 | + "weight": "325 g", |
| 3168 | + "pocket_data": [ |
| 3169 | + { |
| 3170 | + "pocket_type": "CONTAINER", |
| 3171 | + "ablative": true, |
| 3172 | + "volume_encumber_modifier": 0, |
| 3173 | + "max_contains_volume": "500 ml", |
| 3174 | + "max_contains_weight": "250 g", |
| 3175 | + "moves": 250, |
| 3176 | + "description": "Pocket for a nape protector.", |
| 3177 | + "flag_restriction": [ "HELMET_NAPE_PROTECTOR" ] |
| 3178 | + }, |
| 3179 | + { |
| 3180 | + "pocket_type": "CONTAINER", |
| 3181 | + "ablative": true, |
| 3182 | + "volume_encumber_modifier": 0, |
| 3183 | + "max_contains_volume": "500 ml", |
| 3184 | + "max_contains_weight": "400 g", |
| 3185 | + "moves": 250, |
| 3186 | + "description": "Pocket for a rail-mounted mandible guard.", |
| 3187 | + "flag_restriction": [ "HELMET_MANDIBLE_GUARD", "HELMET_MANDIBLE_GUARD_STRAPPED" ] |
| 3188 | + }, |
| 3189 | + { |
| 3190 | + "pocket_type": "CONTAINER", |
| 3191 | + "volume_encumber_modifier": 0, |
| 3192 | + "max_contains_volume": "400 ml", |
| 3193 | + "max_contains_weight": "400 g", |
| 3194 | + "moves": 250, |
| 3195 | + "description": "Pocket for a counterweight pouch.", |
| 3196 | + "flag_restriction": [ "HELMET_BACK_POUCH" ] |
| 3197 | + } |
| 3198 | + ] |
| 3199 | + }, |
3070 | 3200 | {
|
3071 | 3201 | "id": "lc_helmet_turban",
|
3072 | 3202 | "type": "ITEM",
|
|
0 commit comments