|
3385 | 3385 | "type": "ITEM",
|
3386 | 3386 | "subtypes": [ "ARMOR" ],
|
3387 | 3387 | "name": { "str": "big pack frame" },
|
3388 |
| - "description": "A sturdy L-shaped wooden frame with leather straps to secure an oversized item to it. It has straps to wear it on your back.", |
| 3388 | + "description": "A sturdy L-shaped wooden frame with leather straps to secure an oversized item to it. It has straps to wear it on your back.", |
3389 | 3389 | "weight": "10 kg",
|
3390 | 3390 | "volume": "45 L",
|
3391 | 3391 | "price": "8 USD",
|
|
3411 | 3411 | "armor": [
|
3412 | 3412 | { "encumbrance": [ 30, 250 ], "coverage": 70, "covers": [ "torso" ], "specifically_covers": [ "torso_hanging_back" ] }
|
3413 | 3413 | ]
|
| 3414 | + }, |
| 3415 | + { |
| 3416 | + "id": "seabag", |
| 3417 | + "type": "ITEM", |
| 3418 | + "subtypes": [ "ARMOR" ], |
| 3419 | + "//": "based off of USMC seabag", |
| 3420 | + "name": { "str": "military seabag" }, |
| 3421 | + "description": "A massive, watertight, olive drab duffel bag used to move soft goods like uniforms when being redeployed. While it has straps to be worn like a backpack, it is extremely cumbersome to do so.", |
| 3422 | + "weight": "1000 g", |
| 3423 | + "volume": "5 L", |
| 3424 | + "price": "65 USD", |
| 3425 | + "price_postapoc": "10 USD", |
| 3426 | + "material": [ "nylon" ], |
| 3427 | + "symbol": "[", |
| 3428 | + "looks_like": "duffelbag", |
| 3429 | + "color": "green", |
| 3430 | + "pocket_data": [ |
| 3431 | + { |
| 3432 | + "pocket_type": "CONTAINER", |
| 3433 | + "max_contains_volume": "80 L", |
| 3434 | + "max_contains_weight": "90 kg", |
| 3435 | + "max_item_length": "92 cm", |
| 3436 | + "watertight": true, |
| 3437 | + "rigid": false, |
| 3438 | + "magazine_well": "4 L", |
| 3439 | + "moves": 450 |
| 3440 | + }, |
| 3441 | + { |
| 3442 | + "//": "Small pocket for ID, etc", |
| 3443 | + "pocket_type": "CONTAINER", |
| 3444 | + "max_contains_volume": "400 ml", |
| 3445 | + "max_contains_weight": "250 g", |
| 3446 | + "max_item_length": "8 cm", |
| 3447 | + "watertight": true, |
| 3448 | + "moves": 150 |
| 3449 | + }, |
| 3450 | + { |
| 3451 | + "//": "tucked against back", |
| 3452 | + "pocket_type": "CONTAINER", |
| 3453 | + "holster": true, |
| 3454 | + "max_contains_volume": "5 L", |
| 3455 | + "max_contains_weight": "4 kg", |
| 3456 | + "max_item_length": "150 cm", |
| 3457 | + "min_item_length": "60 cm", |
| 3458 | + "moves": 200, |
| 3459 | + "rigid": false, |
| 3460 | + "extra_encumbrance": 10, |
| 3461 | + "description": "Tucked between your back and the seabag.", |
| 3462 | + "ripoff": 3, |
| 3463 | + "transparent": true |
| 3464 | + } |
| 3465 | + ], |
| 3466 | + "warmth": 10, |
| 3467 | + "material_thickness": 1, |
| 3468 | + "flags": [ "FLOTATION", "BELTED", "WATER_FRIENDLY", "OVERSIZE" ], |
| 3469 | + "armor": [ |
| 3470 | + { |
| 3471 | + "encumbrance": 10, |
| 3472 | + "volume_encumber_modifier": 0.3, |
| 3473 | + "coverage": 100, |
| 3474 | + "covers": [ "torso" ], |
| 3475 | + "specifically_covers": [ "torso_hanging_back" ] |
| 3476 | + } |
| 3477 | + ] |
3414 | 3478 | }
|
3415 | 3479 | ]
|
0 commit comments