Skip to content

Commit

Permalink
Removes Fitness band from relevant places (#1799)
Browse files Browse the repository at this point in the history
Gets rid of the fitness band from game since it does nothing.
  • Loading branch information
thelonestander authored Aug 25, 2022
1 parent 46022a5 commit dbdf0e0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 16 deletions.
6 changes: 2 additions & 4 deletions data/json/itemgroups/Clothing_Gear/clothing.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,7 @@
{ "item": "sf_watch", "prob": 5 },
{ "item": "pocketwatch", "prob": 30 },
{ "item": "diving_watch", "prob": 20 },
{ "item": "game_watch", "prob": 20 },
{ "item": "fitness_band", "prob": 10 }
{ "item": "game_watch", "prob": 20 }
]
},
{
Expand Down Expand Up @@ -515,8 +514,7 @@
{ "item": "aspirin", "prob": 30 },
{ "item": "water_clean", "prob": 30 },
{ "item": "sports_drink", "prob": 30 },
{ "item": "1st_aid", "prob": 20 },
{ "item": "fitness_band", "prob": 5 }
{ "item": "1st_aid", "prob": 20 }
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1809,8 +1809,7 @@
[ "briefs", 30 ],
[ "yoghurt", 12 ],
[ "vitamins", 10 ],
[ "aspirin", 10 ],
[ "fitness_band", 10 ]
[ "aspirin", 10 ]
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,7 @@
[ "cell_phone", 1 ],
[ "smart_phone", 120 ],
[ "wristwatch", 60 ],
[ "mobile_memory_card_used", 10 ],
[ "fitness_band", 5 ]
[ "mobile_memory_card_used", 10 ]
]
},
{
Expand Down
6 changes: 2 additions & 4 deletions data/json/itemgroups/Locations_MapExtras/mansion.json
Original file line number Diff line number Diff line change
Expand Up @@ -1009,8 +1009,7 @@
[ "yoghurt", 12 ],
[ "vitamins", 10 ],
[ "aspirin", 15 ],
{ "group": "corpse_mansion", "prob": 1 },
[ "fitness_band", 3 ]
{ "group": "corpse_mansion", "prob": 1 }
]
},
{
Expand Down Expand Up @@ -1091,8 +1090,7 @@
[ "vitamins", 10 ],
[ "aspirin", 10 ],
[ "karate_gi", 10 ],
[ "judo_gi", 5 ],
[ "fitness_band", 5 ]
[ "judo_gi", 5 ]
]
},
{
Expand Down
6 changes: 2 additions & 4 deletions data/json/itemgroups/activities_hobbies.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@
[ "survnote", 1 ],
[ "halter_top", 30 ],
[ "iceaxe", 30 ],
[ "tourist_table", 30 ],
[ "fitness_band", 5 ]
[ "tourist_table", 30 ]
]
},
{
Expand Down Expand Up @@ -156,8 +155,7 @@
{ "item": "slingshot", "prob": 10 },
{ "item": "wristrocket", "prob": 5 },
{ "item": "powered_earmuffs", "prob": 80 },
{ "item": "bandolier_wrist", "prob": 100 },
{ "item": "fitness_band", "prob": 5 }
{ "item": "bandolier_wrist", "prob": 100 }
]
},
{
Expand Down

0 comments on commit dbdf0e0

Please sign in to comment.