Skip to content

Commit

Permalink
Replace inflatable_boat -> folded_inflatable_boat in json
Browse files Browse the repository at this point in the history
  • Loading branch information
irwiss committed Jul 24, 2022
1 parent 9fd69c4 commit b6fe0b1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion data/json/itemgroups/Clothing_Gear/clothing.json
Original file line number Diff line number Diff line change
Expand Up @@ -2465,7 +2465,7 @@
[ "fish_sandwich", 2 ],
[ "mango", 1 ],
[ "hand_pump", 5 ],
[ "inflatable_boat", 1 ]
[ "folded_inflatable_boat", 1 ]
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion data/json/itemgroups/Clothing_Gear/gear.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"collection": [ { "item": "rebreather_filter", "prob": 50 }, { "item": "rebreather", "prob": 90, "charges": [ 10, 60 ] } ],
"prob": 20
},
{ "collection": [ { "item": "inflatable_boat", "prob": 30 }, { "item": "hand_pump", "prob": 60 } ], "prob": 15 }
{ "collection": [ { "item": "folded_inflatable_boat", "prob": 30 }, { "item": "hand_pump", "prob": 60 } ], "prob": 15 }
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions data/json/itemgroups/Locations_MapExtras/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@
{ "item": "glowstick", "prob": 60, "charges": 1400 },
{ "item": "handflare", "prob": 40, "charges": 300 },
[ "hand_pump", 10 ],
[ "inflatable_boat", 10 ],
[ "folded_inflatable_boat", 10 ],
[ "grapnel", 40 ],
[ "fishing_rod_professional", 60 ],
[ "fishing_rod_basic", 60 ],
Expand Down Expand Up @@ -1267,7 +1267,7 @@
[ "hose", 15 ],
[ "water_faucet", 20 ],
[ "screwdriver", 40 ],
[ "inflatable_boat", 10 ],
[ "folded_inflatable_boat", 10 ],
[ "hand_pump", 10 ],
[ "wrench", 30 ],
[ "pipe", 20 ],
Expand Down Expand Up @@ -2387,7 +2387,7 @@
[ "soup_meat", 15 ],
[ "soup_chicken", 15 ],
[ "soup_mushroom", 15 ],
[ "inflatable_boat", 5 ],
[ "folded_inflatable_boat", 5 ],
[ "hand_pump", 5 ],
[ "soup_tomato", 15 ],
[ "soup_dumplings", 15 ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
{ "item": "oxylamp", "prob": 50, "charges-min": 0 },
[ "bathroom_scale", 50 ],
[ "polisher", 6 ],
[ "inflatable_boat", 10 ],
[ "folded_inflatable_boat", 10 ],
[ "hand_pump", 10 ],
[ "wakizashi_inferior", 30 ],
[ "katana_inferior", 30 ],
Expand Down Expand Up @@ -666,7 +666,7 @@
[ "kukri", 2 ],
[ "knife_hunting", 4 ],
[ "knife_rambo", 20 ],
[ "inflatable_boat", 40 ],
[ "folded_inflatable_boat", 40 ],
[ "hand_pump", 40 ],
[ "throwing_knife", 14 ],
[ "leg_sheath6", 10 ],
Expand Down Expand Up @@ -857,7 +857,7 @@
{ "item": "game_watch", "prob": 15 },
{ "item": "deck_of_cards", "prob": 25 },
{ "item": "atomic_light", "prob": 1 },
{ "item": "inflatable_boat", "prob": 10 },
{ "item": "folded_inflatable_boat", "prob": 10 },
{ "item": "hand_pump", "prob": 15 },
{ "item": "toastem", "prob": 45 },
{ "item": "toastem2", "prob": 45 },
Expand Down
6 changes: 3 additions & 3 deletions data/json/itemgroups/activities_hobbies.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
{ "item": "bandolier_wrist", "prob": 100 },
{ "item": "fitness_band", "prob": 10 },
{ "item": "hand_pump", "prob": 10 },
{ "item": "inflatable_boat", "prob": 4 }
{ "item": "folded_inflatable_boat", "prob": 4 }
]
},
{
Expand All @@ -228,7 +228,7 @@
{ "item": "misc_repairkit", "prob": 5, "charges-min": 0 },
{ "item": "mess_kit", "prob": 10, "charges": [ 0, 500 ] },
[ "pot", 20 ],
[ "inflatable_boat", 25 ],
[ "folded_inflatable_boat", 25 ],
[ "hand_pump", 5 ],
[ "pot_copper", 5 ],
[ "teapot", 5 ],
Expand Down Expand Up @@ -435,7 +435,7 @@
{ "item": "misc_repairkit", "prob": 5, "charges-min": 0 },
{ "item": "mess_kit", "prob": 10, "charges": [ 0, 500 ] },
[ "pot", 20 ],
[ "inflatable_boat", 25 ],
[ "folded_inflatable_boat", 25 ],
[ "hand_pump", 5 ],
[ "pot_copper", 5 ],
[ "teapot", 5 ],
Expand Down
2 changes: 1 addition & 1 deletion data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4935,7 +4935,7 @@
"traits": [ "OUTDOORSMAN" ],
"items": {
"both": {
"items": [ "trunks", "bastsandals", "dive_bag", "wristwatch", "flotation_vest", "hand_pump", "inflatable_boat" ],
"items": [ "trunks", "bastsandals", "dive_bag", "wristwatch", "flotation_vest", "hand_pump", "folded_inflatable_boat" ],
"entries": [
{ "item": "rashguard", "variant": "tropical_rashguard_shirt" },
{ "item": "hat_ball", "variant": "generic_hatball" },
Expand Down

0 comments on commit b6fe0b1

Please sign in to comment.