Skip to content

Commit

Permalink
Increase spawning for water purification tablets to ~50/pack
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroInternalReflection committed Mar 4, 2024
1 parent a4ec2ad commit a0fc3dd
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion data/json/itemgroups/Locations_MapExtras/airdrop.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"type": "item_group",
"subtype": "collection",
"container-item": "box_small",
"entries": [ { "count": 8, "group": "pur_tablets_bottle_plastic_small_15" } ]
"entries": [ { "count": 8, "group": "pur_tablets_bottle_plastic_small_50" } ]
},
{
"id": "twoliter_water_batch",
Expand Down
4 changes: 2 additions & 2 deletions data/json/itemgroups/Locations_MapExtras/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2154,7 +2154,7 @@
{ "item": "apron_plastic", "prob": 25 },
{ "item": "apron_cotton", "prob": 8 },
{ "item": "apron_leather", "prob": 2 },
{ "prob": 15, "group": "pur_tablets_bottle_plastic_small_1_15" },
{ "prob": 15, "group": "pur_tablets_bottle_plastic_small_1_50" },
{ "item": "lye_powder", "prob": 10, "charges": [ 1, 200 ] },
{ "item": "oxy_powder", "prob": 12, "charges": [ 1, 200 ] },
{ "item": "chemistry_set", "prob": 8 },
Expand Down Expand Up @@ -2571,7 +2571,7 @@
[ "flaregun", 5 ],
[ "signal_flare", 10 ],
[ "survivormap", 1 ],
{ "prob": 5, "group": "pur_tablets_bottle_plastic_small_1_15" },
{ "prob": 5, "group": "pur_tablets_bottle_plastic_small_1_50" },
[ "razor_blade", 5 ],
[ "sheath", 5 ],
[ "bootsheath", 5 ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@
[ "jacket_army", 40 ],
[ "helmet_army_outdated", 10 ],
[ "helmet_soviet_tanker", 1 ],
{ "prob": 10, "group": "pur_tablets_bottle_plastic_small_1_15" },
{ "prob": 10, "group": "pur_tablets_bottle_plastic_small_1_50" },
[ "knife_trench", 14 ],
[ "flaregun", 20 ],
[ "signal_flare", 25 ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
[ "popcan_stove", 10 ],
[ "denat_alcohol", 6 ],
[ "methed_alcohol", 4 ],
{ "prob": 10, "group": "pur_tablets_bottle_plastic_small_1_15" },
{ "prob": 10, "group": "pur_tablets_bottle_plastic_small_1_50" },
[ "water_clean", 50 ],
[ "granola", 60 ],
[ "fruit_leather", 50 ],
Expand Down
8 changes: 4 additions & 4 deletions data/json/itemgroups/activities_hobbies.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
[ "pocketwatch", 5 ],
[ "boots_hiking", 20 ],
[ "runner_bag", 15 ],
{ "prob": 10, "group": "pur_tablets_bottle_plastic_small_1_15" },
{ "prob": 10, "group": "pur_tablets_bottle_plastic_small_1_50" },
[ "e_tool", 10 ],
[ "knife_trench", 7 ],
[ "flaregun", 20 ],
Expand Down Expand Up @@ -547,7 +547,7 @@
[ "pocketwatch", 5 ],
[ "boots_hiking", 20 ],
[ "runner_bag", 15 ],
{ "prob": 10, "group": "pur_tablets_bottle_plastic_small_1_15" },
{ "prob": 10, "group": "pur_tablets_bottle_plastic_small_1_50" },
[ "e_tool", 10 ],
[ "knife_trench", 7 ],
[ "flaregun", 20 ],
Expand Down Expand Up @@ -746,10 +746,10 @@
},
{
"type": "item_group",
"id": "pur_tablets_bottle_plastic_small_1_15",
"id": "pur_tablets_bottle_plastic_small_1_50",
"subtype": "collection",
"//": "This group was created automatically and may contain errors.",
"container-item": "bottle_plastic_small",
"entries": [ { "item": "pur_tablets", "count": [ 1, 15 ] } ]
"entries": [ { "item": "pur_tablets", "count": [ 1, 50 ] } ]
}
]
2 changes: 1 addition & 1 deletion data/json/itemgroups/collections_domestic.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
{ "item": "apron_plastic", "prob": 15 },
{ "item": "apron_cotton", "prob": 3 },
{ "item": "apron_leather", "prob": 3 },
{ "prob": 15, "group": "pur_tablets_bottle_plastic_small_1_15" },
{ "prob": 15, "group": "pur_tablets_bottle_plastic_small_1_50" },
{ "item": "lye_powder", "prob": 20, "charges-min": 100 },
{ "item": "oxy_powder", "prob": 24, "charges-min": 100 },
{ "item": "chemistry_set", "prob": 10 },
Expand Down
2 changes: 1 addition & 1 deletion data/json/itemgroups/military.json
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@
{ "prob": 25, "group": "antibiotics_bottle_plastic_pill_prescription_1_15" },
{ "item": "purifier", "prob": 12 },
{ "item": "heatpack", "prob": 60 },
{ "prob": 20, "group": "pur_tablets_bottle_plastic_small_1_15" },
{ "prob": 20, "group": "pur_tablets_bottle_plastic_small_1_50" },
{ "prob": 5, "group": "fungicide_bag_plastic_400" },
{ "group": "insecticide_bag_plastic", "prob": 5 },
{ "item": "rx12_injector", "prob": 8, "charges": [ 0, 2 ] },
Expand Down
4 changes: 2 additions & 2 deletions data/json/itemgroups/science_and_tech.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
{ "item": "oxy_powder", "prob": 8, "charges": [ 100, 200 ] },
[ "fungicide", 10 ],
{ "group": "insecticide_bag_plastic", "prob": 10 },
{ "prob": 10, "group": "pur_tablets_bottle_plastic_small_1_15" },
{ "prob": 10, "group": "pur_tablets_bottle_plastic_small_1_50" },
[ "optical_cloak", 1 ],
[ "holo_cloak", 1 ],
{ "prob": 2, "group": "antiparasitic_bottle_plastic_pill_prescription_1_10" },
Expand Down Expand Up @@ -198,7 +198,7 @@
[ "apron_plastic", 20 ],
[ "apron_cotton", 2 ],
[ "apron_leather", 2 ],
{ "prob": 5, "group": "pur_tablets_bottle_plastic_small_1_15" },
{ "prob": 5, "group": "pur_tablets_bottle_plastic_small_1_50" },
{ "item": "lye_powder", "prob": 10, "charges": [ 100, 200 ] },
{ "item": "oxy_powder", "prob": 12, "charges": [ 100, 200 ] },
{ "item": "magnesium", "prob": 12, "charges": [ 50, 100 ] },
Expand Down
22 changes: 11 additions & 11 deletions data/json/itemgroups/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
{ "item": "mess_kit", "prob": 20 },
[ "multitool", 10 ],
[ "pockknife", 30 ],
{ "prob": 10, "group": "pur_tablets_bottle_plastic_small_1_15" },
{ "prob": 10, "group": "pur_tablets_bottle_plastic_small_1_50" },
{ "item": "ref_lighter", "prob": 20, "charges": [ 0, 50 ] },
[ "rope_30", 20 ],
[ "flint_steel", 10 ],
Expand Down Expand Up @@ -460,7 +460,7 @@
{ "item": "whistle_multitool" },
{ "item": "glowstick", "charges": 1400 },
{ "item": "handflare", "count": 4, "charges": 300 },
{ "group": "pur_tablets_bottle_plastic_small_15" },
{ "group": "pur_tablets_bottle_plastic_small_50" },
{ "item": "pocket_survival" }
]
},
Expand All @@ -475,7 +475,7 @@
{ "item": "whistle_multitool", "prob": 70 },
{ "item": "glowstick", "charges": 1400, "prob": 60 },
{ "item": "handflare", "count": [ 0, 4 ], "charges": 300 },
{ "group": "pur_tablets_bottle_plastic_small_0_15" },
{ "group": "pur_tablets_bottle_plastic_small_0_50" },
{ "item": "pocket_survival", "prob": 40 }
]
},
Expand Down Expand Up @@ -583,7 +583,7 @@
{ "item": "bandages", "count": 9 },
{ "item": "medical_gauze", "count": 3 },
{ "item": "adhesive_bandages", "count": 3 },
{ "group": "pur_tablets_bottle_plastic_small_0_3" },
{ "group": "pur_tablets_bottle_plastic_small_0_9" },
{ "item": "gloves_medical" },
{ "item": "scissors_medical" }
]
Expand All @@ -600,7 +600,7 @@
{ "item": "bandages", "count": [ 0, 9 ] },
{ "item": "medical_gauze", "count": [ 0, 3 ] },
{ "item": "adhesive_bandages", "count": [ 0, 3 ] },
{ "group": "pur_tablets_bottle_plastic_small_0_3" },
{ "group": "pur_tablets_bottle_plastic_small_0_9" },
{ "item": "gloves_medical", "prob": 50 },
{ "item": "scissors_medical", "prob": 30 }
]
Expand Down Expand Up @@ -965,19 +965,19 @@
},
{
"type": "item_group",
"id": "pur_tablets_bottle_plastic_small_15",
"id": "pur_tablets_bottle_plastic_small_50",
"subtype": "collection",
"//": "This group was created automatically and may contain errors.",
"container-item": "bottle_plastic_small",
"entries": [ { "item": "pur_tablets", "count": 15 } ]
"entries": [ { "item": "pur_tablets", "count": 50 } ]
},
{
"type": "item_group",
"id": "pur_tablets_bottle_plastic_small_0_15",
"id": "pur_tablets_bottle_plastic_small_0_50",
"subtype": "collection",
"//": "This group was created automatically and may contain errors.",
"container-item": "bottle_plastic_small",
"entries": [ { "item": "pur_tablets", "count": [ 0, 15 ] } ]
"entries": [ { "item": "pur_tablets", "count": [ 0, 50 ] } ]
},
{
"type": "item_group",
Expand Down Expand Up @@ -1013,11 +1013,11 @@
},
{
"type": "item_group",
"id": "pur_tablets_bottle_plastic_small_0_3",
"id": "pur_tablets_bottle_plastic_small_0_9",
"subtype": "collection",
"//": "This group was created automatically and may contain errors.",
"container-item": "bottle_plastic_small",
"entries": [ { "item": "pur_tablets", "count": [ 0, 3 ] } ]
"entries": [ { "item": "pur_tablets", "count": [ 0, 9 ] } ]
},
{
"type": "item_group",
Expand Down
2 changes: 1 addition & 1 deletion data/json/mapgen/military/mil_base/mil_base_z0.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
{ "item": "thermos", "x": 38, "y": 59, "chance": 75, "repeat": [ 50, 150 ] },
{ "item": "mess_kit", "x": 37, "y": 59, "chance": 75, "repeat": [ 50, 100 ] },
{ "item": "water_purifier", "x": 36, "y": 59, "chance": 75, "repeat": [ 50, 100 ] },
{ "group": "pur_tablets_bottle_plastic_small_15", "x": 36, "y": 59, "chance": 75, "repeat": [ 50, 100 ] },
{ "group": "pur_tablets_bottle_plastic_small_50", "x": 36, "y": 59, "chance": 75, "repeat": [ 50, 100 ] },
{ "group": "MRE", "x": [ 49, 55 ], "y": [ 53, 54 ], "chance": 75, "repeat": 1500 },
{ "group": "MRE", "x": [ 49, 55 ], "y": 48, "chance": 75, "repeat": 750 },
{ "group": "groce_pasta", "x": [ 44, 46 ], "y": 54, "chance": 75, "repeat": [ 50, 150 ] },
Expand Down
2 changes: 1 addition & 1 deletion data/json/npcs/godco/classes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@
{ "item": "gasoline_lantern", "prob": 7, "charges-min": 100 },
{ "item": "oil_lamp", "prob": 7, "charges-min": 100 },
{ "item": "lamp_oil", "prob": 5, "charges-min": 100 },
{ "item": "pur_tablets", "prob": 10, "count": [ 5, 15 ] },
{ "item": "pur_tablets", "prob": 10, "count": [ 15, 50 ] },
{ "item": "mess_kit", "prob": 33 },
{ "item": "popcan_stove", "prob": 33, "charges": [ 100, 500 ] },
{
Expand Down
6 changes: 3 additions & 3 deletions data/json/npcs/items_generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@
[ "pudding", 2 ],
[ "puller", 1 ],
[ "punch_dagger", 2 ],
{ "group": "pur_tablets_bottle_plastic_small_5" },
{ "group": "pur_tablets_bottle_plastic_small_50" },
[ "purple_drink", 3 ],
[ "purse", 4 ],
[ "quikclot", 5 ],
Expand Down Expand Up @@ -1148,10 +1148,10 @@
},
{
"type": "item_group",
"id": "pur_tablets_bottle_plastic_small_5",
"id": "pur_tablets_bottle_plastic_small_50",
"subtype": "collection",
"//": "This group was created automatically and may contain errors.",
"container-item": "bottle_plastic_small",
"entries": [ { "item": "pur_tablets", "count": 5 } ]
"entries": [ { "item": "pur_tablets", "count": 50 } ]
}
]

0 comments on commit a0fc3dd

Please sign in to comment.