Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding clip on storage pockets #53162

Merged
merged 9 commits into from Dec 4, 2021
Merged
148 changes: 148 additions & 0 deletions data/json/items/armor/bespoke_armor/custom_storage.json
Expand Up @@ -20,6 +20,42 @@
"max_item_length": "60 cm",
"magazine_well": "7500 ml",
"moves": 300
},
{
"//": "dedicated tool loops. either a daisy chain, hooking to compression straps, or ice axe loop",
"pocket_type": "CONTAINER",
"holster": true,
"max_contains_volume": "4 L",
"max_contains_weight": "6 kg",
"max_item_length": "100 cm",
"min_item_length": "40 cm",
"moves": 300,
"extra_encumbrance": 1,
"ripoff": 5
},
{
"//": "dedicated tool loops. either a daisy chain, hooking to compression straps, or ice axe loop",
"pocket_type": "CONTAINER",
"holster": true,
"max_contains_volume": "4 L",
"max_contains_weight": "6 kg",
"max_item_length": "100 cm",
"min_item_length": "40 cm",
"moves": 300,
"extra_encumbrance": 1,
"ripoff": 5
},
{
"//": "items slipped under the top of a duffelbag not well secured",
"pocket_type": "CONTAINER",
"holster": true,
"max_contains_volume": "4 L",
"max_contains_weight": "6 kg",
"max_item_length": "100 cm",
"min_item_length": "40 cm",
"moves": 80,
"extra_encumbrance": 5,
"ripoff": 1
}
],
"warmth": 10,
Expand Down Expand Up @@ -48,6 +84,55 @@
"max_item_length": "50 cm",
"magazine_well": "5 L",
"moves": 300
},
{
"//": "waterbottle pocket",
"pocket_type": "CONTAINER",
"holster": true,
"max_contains_volume": "510 ml",
"max_contains_weight": "1 kg",
"max_item_length": "12 cm",
"min_item_length": "7 cm",
"moves": 80,
"ripoff": 2
},
{
"//": "dedicated tool loops. either a daisy chain, hooking to compression straps, or ice axe loop",
"pocket_type": "CONTAINER",
"holster": true,
"max_contains_volume": "4 L",
"max_contains_weight": "6 kg",
"max_item_length": "100 cm",
"min_item_length": "40 cm",
"moves": 300,
"extra_encumbrance": 1,
"ripoff": 5
},
{
"//": "carabiner pocket",
"pocket_type": "CONTAINER",
"holster": true,
"max_contains_volume": "5 L",
"max_contains_weight": "6 kg",
"max_item_length": "120 cm",
"min_item_length": "40 cm",
"moves": 150,
"extra_encumbrance": 3,
"ripoff": 2,
"activity_noise": { "volume": 8, "chance": 60 }
},
{
"//": "carabiner pocket",
"pocket_type": "CONTAINER",
"holster": true,
"max_contains_volume": "5 L",
"max_contains_weight": "6 kg",
"max_item_length": "120 cm",
"min_item_length": "40 cm",
"moves": 150,
"extra_encumbrance": 3,
"ripoff": 2,
"activity_noise": { "volume": 8, "chance": 60 }
}
],
"warmth": 6,
Expand Down Expand Up @@ -76,6 +161,69 @@
"max_item_length": "55 cm",
"magazine_well": "6 L",
"moves": 300
},
{
"//": "carabiner pocket",
"pocket_type": "CONTAINER",
"holster": true,
"max_contains_volume": "5 L",
"max_contains_weight": "6 kg",
"max_item_length": "120 cm",
"min_item_length": "40 cm",
"moves": 150,
"extra_encumbrance": 3,
"ripoff": 2,
"activity_noise": { "volume": 8, "chance": 60 }
},
{
"//": "carabiner pocket",
"pocket_type": "CONTAINER",
"holster": true,
"max_contains_volume": "5 L",
"max_contains_weight": "6 kg",
"max_item_length": "120 cm",
"min_item_length": "40 cm",
"moves": 150,
"extra_encumbrance": 3,
"ripoff": 2,
"activity_noise": { "volume": 8, "chance": 60 }
},
{
"//": "carabiner pocket",
"pocket_type": "CONTAINER",
"holster": true,
"max_contains_volume": "5 L",
"max_contains_weight": "6 kg",
"max_item_length": "120 cm",
"min_item_length": "40 cm",
"moves": 150,
"extra_encumbrance": 3,
"ripoff": 2,
"activity_noise": { "volume": 8, "chance": 60 }
},
{
"//": "dedicated tool loops. either a daisy chain, hooking to compression straps, or ice axe loop",
"pocket_type": "CONTAINER",
"holster": true,
"max_contains_volume": "4 L",
"max_contains_weight": "6 kg",
"max_item_length": "100 cm",
"min_item_length": "40 cm",
"moves": 300,
"extra_encumbrance": 1,
"ripoff": 5
},
{
"//": "dedicated tool loops. either a daisy chain, hooking to compression straps, or ice axe loop",
"pocket_type": "CONTAINER",
"holster": true,
"max_contains_volume": "4 L",
"max_contains_weight": "6 kg",
"max_item_length": "100 cm",
"min_item_length": "40 cm",
"moves": 300,
"extra_encumbrance": 1,
"ripoff": 5
}
],
"warmth": 8,
Expand Down