Skip to content

Commit

Permalink
Nested container wip remainingpockets (CleverRaven#103)
Browse files Browse the repository at this point in the history
* Adds pockets

Adds pockets for all of storage.json and some common pants.

* Remaining clothes pockets

This should hopefully be all the clothes now.

Co-authored-by: Curtis Merrill <curtis.r.merrill@gmail.com>
  • Loading branch information
Brian-Otten and KorGgenT committed Feb 7, 2020
1 parent c37762a commit 574b271
Show file tree
Hide file tree
Showing 6 changed files with 237 additions and 47 deletions.
10 changes: 5 additions & 5 deletions data/json/items/armor/power_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"covers": [ "TORSO", "ARMS", "HANDS", "LEGS", "FEET" ],
"coverage": 95,
"encumbrance": 40,
"storage": "2500 ml",
"pocket_data": [ { "pocket_type": "CONTAINER", "max_contains_volume": "2500 ml", "max_contains_weight": "15 kg", "moves": 200 } ],
"warmth": 50,
"material_thickness": 8,
"environmental_protection": 6,
Expand Down Expand Up @@ -69,7 +69,7 @@
"covers": [ "TORSO", "ARMS", "HANDS", "LEGS", "FEET" ],
"coverage": 100,
"encumbrance": 50,
"storage": "2500 ml",
"pocket_data": [ { "pocket_type": "CONTAINER", "max_contains_volume": "2500 ml", "max_contains_weight": "15 kg", "moves": 200 } ],
"warmth": 90,
"power_armor": true,
"material_thickness": 11,
Expand All @@ -95,7 +95,7 @@
"color": "light_gray",
"coverage": 100,
"encumbrance": 40,
"storage": "30 L",
"pocket_data": [ { "pocket_type": "CONTAINER", "max_contains_volume": "30 L", "max_contains_weight": "150 kg", "moves": 300 } ],
"power_armor": true,
"material_thickness": 10,
"flags": [ "WATERPROOF", "STURDY", "BELTED" ]
Expand All @@ -119,7 +119,7 @@
"covers": [ "TORSO", "ARMS", "HANDS", "LEGS", "FEET" ],
"coverage": 100,
"encumbrance": 60,
"storage": "4 L",
"pocket_data": [ { "pocket_type": "CONTAINER", "max_contains_volume": "4 L", "max_contains_weight": "30 kg", "moves": 200 } ],
"warmth": 60,
"power_armor": true,
"material_thickness": 12,
Expand Down Expand Up @@ -224,7 +224,7 @@
"covers": [ "TORSO", "ARMS", "HANDS", "LEGS", "FEET" ],
"coverage": 100,
"encumbrance": 40,
"storage": "4 L",
"pocket_data": [ { "pocket_type": "CONTAINER", "max_contains_volume": "4 L", "max_contains_weight": "30 kg", "moves": 200 } ],
"warmth": 60,
"power_armor": true,
"material_thickness": 9,
Expand Down
32 changes: 26 additions & 6 deletions data/json/items/armor/suits_clothes.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@
"covers": [ "LEGS", "TORSO", "ARMS" ],
"coverage": 90,
"encumbrance": 30,
"storage": "3250 ml",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "250 ml", "max_contains_weight": "1 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "4 kg", "moves": 120 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "1 kg", "moves": 120 }
],
"warmth": 10,
"material_thickness": 2,
"flags": [ "VARSIZE", "FANCY", "POCKETS", "OUTER" ]
Expand All @@ -60,7 +64,7 @@
"covers": [ "LEGS", "TORSO", "ARMS", "HANDS", "HEAD", "FEET", "MOUTH", "EYES" ],
"coverage": 100,
"encumbrance": 30,
"storage": "1 L",
"pocket_data": [ { "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 80 } ],
"warmth": 50,
"material_thickness": 5,
"environmental_protection": 2,
Expand All @@ -82,7 +86,12 @@
"covers": [ "LEGS", "ARMS", "TORSO" ],
"coverage": 95,
"encumbrance": 2,
"storage": "2 L",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "700 ml", "max_contains_weight": "2 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "700 ml", "max_contains_weight": "2 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "250 ml", "max_contains_weight": "1 kg", "moves": 100 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "250 ml", "max_contains_weight": "1 kg", "moves": 100 }
],
"warmth": 15,
"material_thickness": 1,
"flags": [ "VARSIZE", "POCKETS" ]
Expand All @@ -103,7 +112,12 @@
"covers": [ "LEGS", "ARMS", "TORSO" ],
"coverage": 95,
"encumbrance": 2,
"storage": "2500 ml",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "250 ml", "max_contains_weight": "1 kg", "moves": 100 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "250 ml", "max_contains_weight": "1 kg", "moves": 100 }
],
"warmth": 15,
"material_thickness": 1,
"flags": [ "POCKETS", "OVERSIZE" ]
Expand Down Expand Up @@ -135,7 +149,10 @@
"covers": [ "LEGS", "ARMS", "TORSO" ],
"coverage": 95,
"encumbrance": 7,
"storage": "1 L",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "500 ml", "max_contains_weight": "2 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "500 ml", "max_contains_weight": "2 kg", "moves": 80 }
],
"warmth": 15,
"material_thickness": 2,
"flags": [ "VARSIZE", "POCKETS", "OVERSIZE" ]
Expand Down Expand Up @@ -175,7 +192,10 @@
"covers": [ "LEGS", "TORSO", "ARMS", "HANDS", "HEAD", "FEET", "MOUTH", "EYES" ],
"coverage": 100,
"encumbrance": 30,
"storage": "1 L",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "500 ml", "max_contains_weight": "2 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "500 ml", "max_contains_weight": "2 kg", "moves": 80 }
],
"warmth": 50,
"material_thickness": 7,
"environmental_protection": 2,
Expand Down
145 changes: 126 additions & 19 deletions data/json/items/armor/suits_protection.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
"covers": [ "LEGS", "TORSO", "ARMS" ],
"coverage": 100,
"encumbrance": 30,
"storage": "4 L",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 80 }
],
"warmth": 35,
"material_thickness": 3,
"environmental_protection": 9,
Expand Down Expand Up @@ -60,7 +65,10 @@
"covers": [ "LEGS", "TORSO", "ARMS" ],
"coverage": 90,
"encumbrance": 22,
"storage": "1 L",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "500 ml", "max_contains_weight": "2 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "500 ml", "max_contains_weight": "2 kg", "moves": 80 }
],
"warmth": 20,
"material_thickness": 5,
"valid_mods": [ "steel_padded" ],
Expand Down Expand Up @@ -117,7 +125,10 @@
"covers": [ "LEGS", "TORSO", "ARMS" ],
"coverage": 90,
"encumbrance": 25,
"storage": "1 L",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "500 ml", "max_contains_weight": "1 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "500 ml", "max_contains_weight": "2 kg", "moves": 80 }
],
"warmth": 60,
"material_thickness": 4,
"valid_mods": [ "steel_padded" ],
Expand All @@ -141,7 +152,10 @@
"covers": [ "LEGS", "TORSO" ],
"coverage": 90,
"encumbrance": 20,
"storage": "2 L",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 80 }
],
"warmth": 25,
"material_thickness": 4,
"valid_mods": [ "steel_padded" ],
Expand Down Expand Up @@ -185,7 +199,19 @@
"covers": [ "TORSO", "ARMS", "LEGS" ],
"coverage": 95,
"encumbrance": 20,
"storage": "20 L",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "4 L", "max_contains_weight": "8 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "4 L", "max_contains_weight": "8 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "2 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "2 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "500 ml", "max_contains_weight": "1 kg", "moves": 120 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "500 ml", "max_contains_weight": "1 kg", "moves": 120 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "8 L", "max_contains_weight": "16 kg", "moves": 150 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "250 ml", "max_contains_weight": "1 kg", "moves": 120 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "250 ml", "max_contains_weight": "1 kg", "moves": 120 }
],
"warmth": 40,
"material_thickness": 5,
"valid_mods": [ "steel_padded" ],
Expand All @@ -208,7 +234,18 @@
"covers": [ "TORSO", "ARMS", "LEGS" ],
"coverage": 80,
"encumbrance": 16,
"storage": "12500 ml",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "4 L", "max_contains_weight": "8 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "4 L", "max_contains_weight": "8 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "2 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "2 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "500 ml", "max_contains_weight": "1 kg", "moves": 120 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "500 ml", "max_contains_weight": "1 kg", "moves": 120 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "250 ml", "max_contains_weight": "1 kg", "moves": 120 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "250 ml", "max_contains_weight": "1 kg", "moves": 120 }
],
"warmth": 10,
"material_thickness": 4,
"valid_mods": [ "steel_padded" ],
Expand All @@ -233,7 +270,12 @@
"looks_like": "armor_larmor",
"coverage": 90,
"encumbrance": 24,
"storage": "1500 ml",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "700 ml", "max_contains_weight": "2 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "700 ml", "max_contains_weight": "2 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "250 ml", "max_contains_weight": "1 kg", "moves": 120 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "250 ml", "max_contains_weight": "1 kg", "moves": 120 }
],
"warmth": 25,
"material_thickness": 4,
"environmental_protection": 1,
Expand Down Expand Up @@ -368,7 +410,12 @@
"covers": [ "LEGS", "TORSO", "ARMS" ],
"coverage": 100,
"encumbrance": 17,
"storage": "2 L",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "700 ml", "max_contains_weight": "2 kg", "moves": 120 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "700 ml", "max_contains_weight": "2 kg", "moves": 120 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "250 ml", "max_contains_weight": "1 kg", "moves": 150 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "250 ml", "max_contains_weight": "1 kg", "moves": 150 }
],
"warmth": 25,
"material_thickness": 2,
"environmental_protection": 1,
Expand Down Expand Up @@ -493,7 +540,14 @@
"covers": [ "LEGS", "TORSO", "ARMS" ],
"coverage": 100,
"encumbrance": 30,
"storage": "10 L",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "2 L", "max_contains_weight": "6 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "2 L", "max_contains_weight": "6 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "2 L", "max_contains_weight": "6 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "2 L", "max_contains_weight": "6 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 120 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 120 }
],
"warmth": 15,
"material_thickness": 4,
"valid_mods": [ "steel_padded" ],
Expand Down Expand Up @@ -560,7 +614,12 @@
"covers": [ "LEGS", "TORSO", "ARMS" ],
"coverage": 100,
"encumbrance": 35,
"storage": "6 L",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "2 L", "max_contains_weight": "6 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "2 L", "max_contains_weight": "6 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 120 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 120 }
],
"warmth": 15,
"material_thickness": 6,
"environmental_protection": 3,
Expand All @@ -582,7 +641,12 @@
"covers": [ "LEGS", "TORSO", "ARMS" ],
"coverage": 100,
"encumbrance": 15,
"storage": "7500 ml",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "2 L", "max_contains_weight": "6 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "2 L", "max_contains_weight": "6 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "3 kg", "moves": 120 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "3 kg", "moves": 120 }
],
"warmth": 15,
"material_thickness": 4,
"environmental_protection": 3,
Expand Down Expand Up @@ -625,7 +689,14 @@
"covers": [ "HEAD", "TORSO", "ARMS", "HANDS", "LEGS", "FEET" ],
"coverage": 100,
"encumbrance": 15,
"storage": "5 L",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "4 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "4 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "700 ml", "max_contains_weight": "2 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "700 ml", "max_contains_weight": "2 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "250 ml", "max_contains_weight": "1 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "250 ml", "max_contains_weight": "1 kg", "moves": 80 }
],
"warmth": 40,
"material_thickness": 2,
"environmental_protection": 20,
Expand Down Expand Up @@ -667,7 +738,16 @@
"covers": [ "LEGS", "TORSO", "ARMS" ],
"coverage": 95,
"encumbrance": 15,
"storage": "2500 ml",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "700 ml", "max_contains_weight": "2 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "700 ml", "max_contains_weight": "2 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "250 ml", "max_contains_weight": "1 kg", "moves": 120 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "250 ml", "max_contains_weight": "1 kg", "moves": 120 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "350 ml", "max_contains_weight": "1 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "350 ml", "max_contains_weight": "1 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "250 ml", "max_contains_weight": "1 kg", "moves": 100 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "250 ml", "max_contains_weight": "1 kg", "moves": 100 }
],
"warmth": 25,
"material_thickness": 2,
"flags": [ "VARSIZE", "FANCY", "POCKETS" ]
Expand All @@ -688,7 +768,12 @@
"covers": [ "LEGS", "TORSO", "ARMS" ],
"coverage": 100,
"encumbrance": 25,
"storage": "7 L",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "2 L", "max_contains_weight": "6 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "2 L", "max_contains_weight": "6 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "3 kg", "moves": 120 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "3 kg", "moves": 120 }
],
"warmth": 15,
"material_thickness": 4,
"valid_mods": [ "steel_padded" ],
Expand All @@ -715,7 +800,12 @@
"covers": [ "LEGS", "TORSO", "ARMS" ],
"coverage": 95,
"encumbrance": 25,
"storage": "5 L",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "3 kg", "moves": 120 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "3 kg", "moves": 120 }
],
"warmth": 35,
"material_thickness": 7,
"valid_mods": [ "steel_padded" ],
Expand All @@ -740,7 +830,7 @@
"covers": [ "LEGS", "TORSO", "ARMS" ],
"coverage": 95,
"encumbrance": 15,
"storage": "250 ml",
"pocket_data": [ { "pocket_type": "CONTAINER", "max_contains_volume": "250 ml", "max_contains_weight": "2 kg", "moves": 80 } ],
"warmth": 25,
"material_thickness": 3,
"valid_mods": [ "steel_padded" ],
Expand All @@ -765,7 +855,12 @@
"covers": [ "LEGS", "TORSO", "ARMS" ],
"coverage": 100,
"encumbrance": 37,
"storage": "6 L",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "3 kg", "moves": 120 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "3 kg", "moves": 120 }
],
"warmth": 75,
"material_thickness": 5,
"valid_mods": [ "steel_padded" ],
Expand All @@ -790,7 +885,14 @@
"covers": [ "LEGS", "TORSO", "ARMS" ],
"coverage": 100,
"encumbrance": 35,
"storage": "8500 ml",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "2 L", "max_contains_weight": "6 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "2 L", "max_contains_weight": "6 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "500 ml", "max_contains_weight": "2 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "500 ml", "max_contains_weight": "2 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "3 kg", "moves": 120 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "3 kg", "moves": 120 }
],
"warmth": 15,
"material_thickness": 4,
"valid_mods": [ "steel_padded" ],
Expand All @@ -815,7 +917,12 @@
"covers": [ "LEGS", "TORSO", "ARMS" ],
"coverage": 100,
"encumbrance": 45,
"storage": "7500 ml",
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "2 L", "max_contains_weight": "6 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "2 L", "max_contains_weight": "6 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "3 kg", "moves": 120 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "3 kg", "moves": 120 }
],
"warmth": 15,
"material_thickness": 6,
"environmental_protection": 3,
Expand Down
Loading

0 comments on commit 574b271

Please sign in to comment.