Skip to content

Commit

Permalink
add bio multimeter & electrokit to itemgroups
Browse files Browse the repository at this point in the history
  • Loading branch information
natsirt721 committed May 21, 2024
1 parent 6e5e607 commit 941b8b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/json/itemgroups/Monsters_Animals_Lairs/harvest_cbm.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
{
"distribution": [
{ "item": "bio_tools", "prob": 15 },
{ "item": "bio_electrokit", "prob": 15 },
{ "item": "bio_magnet", "prob": 15 },
{ "item": "bio_soporific", "prob": 20 },
{ "item": "bio_sunglasses", "prob": 25 },
Expand Down Expand Up @@ -160,6 +161,7 @@
[ "bio_radscrubber", 20 ],
[ "bio_recycler", 20 ],
[ "bio_tools", 30 ],
[ "bio_electrokit", 20 ],
[ "bio_ar", 30 ],
[ "bio_taste_blocker", 50 ],
[ "bio_water_extractor", 40 ]
Expand Down
4 changes: 4 additions & 0 deletions data/json/itemgroups/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
[ "bio_fuel_cell_gasoline", 10 ],
[ "bio_lampoil", 10 ],
[ "bio_tools", 10 ],
[ "bio_multimeter", 10 ],
[ "bio_electrokit", 10 ],
[ "bio_ups", 10 ],
[ "bio_flashlight", 10 ],
[ "bio_tattoo_led", 10 ],
Expand Down Expand Up @@ -105,6 +107,8 @@
"items": [
[ "bio_power_storage", 10 ],
[ "bio_tools", 10 ],
[ "bio_multimeter", 10 ],
[ "bio_electrokit", 10 ],
[ "bio_flashlight", 10 ],
[ "bio_fuel_cell_gasoline", 10 ],
[ "bio_lampoil", 10 ],
Expand Down
2 changes: 2 additions & 0 deletions data/json/npcs/exodii/exodii_merchant_itemlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
"//": "These CBMs should be available in the Exodii store after at least 2 weeks.",
"items": [
[ "bio_tools", 10 ],
[ "bio_electrokit", 10 ],
[ "bio_ethanol", 10 ],
[ "bio_eye_optic", 10 ],
[ "bio_remote", 10 ],
Expand Down Expand Up @@ -317,6 +318,7 @@
[ "bio_syringe", 10 ],
[ "bio_flashlight", 10 ],
[ "bio_lighter", 10 ],
[ "bio_multimeter", 5 ],
[ "bio_magnet", 5 ],
[ "bio_fingerhack", 2 ],
[ "bio_geiger", 5 ]
Expand Down

0 comments on commit 941b8b6

Please sign in to comment.