Skip to content

Commit

Permalink
Added hiking pants (#61945)
Browse files Browse the repository at this point in the history
* Added hiking pants

* removed __filename from json

* also removed a comma, oops

* Update data/json/itemgroups/Clothing_Gear/clothing.json

Co-authored-by: TheShadowFerret <[email protected]>

* Update data/json/itemgroups/Clothing_Gear/clothing.json

Co-authored-by: TheShadowFerret <[email protected]>

* Update data/json/itemgroups/Clothing_Gear/clothing.json

Co-authored-by: TheShadowFerret <[email protected]>

* Update data/json/itemgroups/Clothing_Gear/clothing.json

Co-authored-by: TheShadowFerret <[email protected]>

* added spaces to spawn rate, slightly changed rates

* lint

Co-authored-by: TheShadowFerret <[email protected]>
  • Loading branch information
bean-b and TheShadowFerret authored Oct 30, 2022
1 parent f8e17c4 commit fa03493
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 1 deletion.
8 changes: 7 additions & 1 deletion data/json/itemgroups/Clothing_Gear/clothing.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
{ "item": "leg_bag", "prob": 15 },
{ "item": "leg_small_bag", "prob": 10 },
{ "item": "armrig", "prob": 10 },
{ "item": "ankle_wallet_pouch", "prob": 5 }
{ "item": "ankle_wallet_pouch", "prob": 5 },
{ "item": "pants_hiking", "prob": 10 }
]
},
{
Expand Down Expand Up @@ -1406,6 +1407,7 @@
[ "leather_belt", 30 ],
[ "pants_leather", 60 ],
[ "pants_cargo", 70 ],
[ "pants_hiking", 1 ],
[ "shorts_cargo", 50 ],
[ "motorbike_pants", 5 ],
[ "breeches", 5 ],
Expand Down Expand Up @@ -1637,6 +1639,7 @@
[ "pants_checkered", 5 ],
[ "shorts", 70 ],
[ "shorts_denim", 35 ],
[ "pants_hiking", 2 ],
[ "pants", 75 ],
[ "leather_belt", 30 ],
[ "pants_leather", 60 ],
Expand Down Expand Up @@ -2077,6 +2080,7 @@
{ "item": "glasses_monocle", "prob": 2 },
{ "item": "pants_leather", "prob": 60 },
{ "item": "pants_cargo", "prob": 70 },
{ "item": "pants_hiking", "prob": 2 },
{ "item": "shorts_cargo", "prob": 50 },
{ "item": "skirt", "prob": 75 },
{ "item": "skirt_leather", "prob": 5 },
Expand Down Expand Up @@ -2762,6 +2766,7 @@
[ "gartersheath1", 1 ],
[ "gartersheath2", 1 ],
[ "pants_cargo", 70 ],
[ "pants_hiking", 15 ],
[ "shorts_cargo", 50 ],
[ "pants_army", 30 ],
[ "jacket_army", 6 ],
Expand Down Expand Up @@ -3032,6 +3037,7 @@
"id": "survivorzed_bottoms",
"items": [
[ "pants_survivor", 10 ],
[ "pants_hiking", 12 ],
[ "pants_cargo", 40 ],
[ "shorts_cargo", 22 ],
[ "pants_army", 28 ],
Expand Down
56 changes: 56 additions & 0 deletions data/json/items/armor/legs_clothes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1538,5 +1538,61 @@
"material_thickness": 0.5,
"flags": [ "VARSIZE", "STURDY" ],
"armor": [ { "coverage": 80, "covers": [ "leg_l", "leg_r" ] } ]
},
{
"id": "pants_hiking",
"repairs_like": "pants",
"type": "ARMOR",
"name": { "str": "hiking pants", "str_pl": "pairs of hiking pants" },
"description": "A water-resistant pair of lightweight, flexible hiking pants with a good number of pockets.",
"weight": "250 g",
"volume": "1750 ml",
"price": 5000,
"price_postapoc": 300,
"material": [ "nylon" ],
"symbol": "[",
"looks_like": "pants",
"color": "light_gray",
"pocket_data": [
{
"pocket_type": "CONTAINER",
"max_contains_volume": "1250 ml",
"max_contains_weight": "4 kg",
"max_item_length": "19 cm",
"moves": 80
},
{
"pocket_type": "CONTAINER",
"max_contains_volume": "1250 ml",
"max_contains_weight": "4 kg",
"max_item_length": "19 cm",
"moves": 80
},
{
"pocket_type": "CONTAINER",
"max_contains_volume": "1250 ml",
"max_contains_weight": "4 kg",
"max_item_length": "19 cm",
"moves": 80
},
{
"pocket_type": "CONTAINER",
"max_contains_volume": "1080 ml",
"max_contains_weight": "4 kg",
"max_item_length": "165 mm",
"moves": 100
},
{
"pocket_type": "CONTAINER",
"max_contains_volume": "1080 ml",
"max_contains_weight": "4 kg",
"max_item_length": "165 mm",
"moves": 100
}
],
"warmth": 5,
"material_thickness": 0.25,
"flags": [ "VARSIZE", "POCKETS", "WATERPROOF" ],
"armor": [ { "encumbrance": 1, "coverage": 100, "covers": [ "leg_l", "leg_r" ], "volume_encumber_modifier": 0.6 } ]
}
]

0 comments on commit fa03493

Please sign in to comment.