Skip to content

Commit 4da43d7

Browse files
Comrade-Soupbeansgithub-actions[bot]MaleclypseGuardianDll
authored
Add Military Seabags (#79465)
* Update storage.json Added Seabag * missing comma * comma, the second * Capitalize Liter * Restyled pocket order * Update to new currency notation and restyle for consistency * Missing quotation marks * Update data/json/items/armor/storage.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update data/json/items/armor/storage.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update data/json/items/armor/storage.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Apply suggestions from code review * Apply suggestions from code review * fix double space * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Update data/json/items/armor/storage.json * Update data/json/items/armor/storage.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update data/json/items/armor/storage.json * Update data/json/items/armor/storage.json * Update data/json/items/armor/storage.json * Update data/json/items/armor/storage.json * Update data/json/items/armor/storage.json * Update data/json/items/armor/storage.json * Update data/json/items/armor/storage.json --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Maleclypse <[email protected]> Co-authored-by: Anton Simakov <[email protected]>
1 parent f519a62 commit 4da43d7

File tree

1 file changed

+65
-1
lines changed

1 file changed

+65
-1
lines changed

data/json/items/armor/storage.json

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3385,7 +3385,7 @@
33853385
"type": "ITEM",
33863386
"subtypes": [ "ARMOR" ],
33873387
"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.",
33893389
"weight": "10 kg",
33903390
"volume": "45 L",
33913391
"price": "8 USD",
@@ -3411,5 +3411,69 @@
34113411
"armor": [
34123412
{ "encumbrance": [ 30, 250 ], "coverage": 70, "covers": [ "torso" ], "specifically_covers": [ "torso_hanging_back" ] }
34133413
]
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+
]
34143478
}
34153479
]

0 commit comments

Comments
 (0)