-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change to Code fix for #71971 Water purification tablets only purify up to 4 water each #76326 #76387
Comments
#71971 was written with specific consumer tablets in mind (see notes I left in the json): Cataclysm-DDA/data/json/items/chemicals_and_resources.json Lines 1185 to 1189 in 5e06aad
Given that many (but not all) of the tablet sources are military or military-adjacent, it might make sense to:
If someone wanted to change the ratio, then I think it's possible to do it locally within the json by changing the
And changing the recipe here (Wait, shouldn't that be water_murky, 4?):
The "making sure it purifies the water on activation" tests are unfortunately fairly strongly linked to the 1:4 ratio, so changing it in-repo would require c++ tinkering here: Cataclysm-DDA/tests/iuse_test.cpp Line 762 in 5e06aad
The different inventory scenarios being tested should be fairly self-explanatory, and it would just be a matter of updating the numbers to suit. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered. |
Is your feature request related to a problem? Please describe.
Water purification tablets are designed for one qt army canteens which hold 6 charges of water.
Solution you would like.
Instead of purifying a bottle of water (4 charges) it should clean a canteen (6 charges)
Describe alternatives you have considered.
Increasing the amount cleaned to a 2 qt canteen with 12 charges of water
Additional context
Military grade tablets clean 1.5 liters or less in 30 minutes of time.
National Stock Number (NSN) 6850-01-618-1533, or NIIN 016181533, (water purification tablet,iodine)
The text was updated successfully, but these errors were encountered: