Feature/drinkable (#2708)

* Drinkable ice slush

* Update thirst value

* Added quests

* Edited some text

* a

---------

Co-authored-by: Redeix <redeix.m@gmail.com>
This commit is contained in:
Inceitious 2026-01-12 03:48:11 +08:00 committed by GitHub
parent 563bf2306a
commit 882c477037
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 32 additions and 6 deletions

View file

@ -0,0 +1,11 @@
{
"ingredient": "gtceu:ice",
"thirst": 10,
"effects": [
{
"type": "tfg:cooling",
"duration": 20,
"amplifier": 0
}
]
}