Added Drinks Entry (#2676)
* Update hazards.json Signed-off-by: FlightingFalcon <100160941@ccisd.net> * Create drinks Signed-off-by: FlightingFalcon <100160941@ccisd.net> * Update drinks Signed-off-by: FlightingFalcon <100160941@ccisd.net> * Rename drinks to drinks.json Signed-off-by: FlightingFalcon <100160941@ccisd.net> * Update drinks.json Signed-off-by: FlightingFalcon <100160941@ccisd.net> * Update drinks.json Signed-off-by: FlightingFalcon <100160941@ccisd.net> * Update drinks.json Signed-off-by: FlightingFalcon <100160941@ccisd.net> --------- Signed-off-by: FlightingFalcon <100160941@ccisd.net>
This commit is contained in:
parent
b3f1308fdf
commit
ece7a39b89
2 changed files with 58 additions and 17 deletions
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"name": "Drinks",
|
||||
"icon": "firmalife:olivine_wine_bottle",
|
||||
"category": "tfc:mechanics",
|
||||
"priority": false,
|
||||
"sortnum": 17,
|
||||
"read_by_default": true,
|
||||
"pages": [
|
||||
{
|
||||
"type": "patchouli:text",
|
||||
"text": "This section covers various drinkable items added by the modpack, hopefully aiding you in your quest of not dying.$(br2)These drinks have various useful effects, as well as keeping you hydrated."
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"title": "Aged Alcohol",
|
||||
"text": "$(thing)Aged Alcohol$() will give potion buffs, some of which you might find useful.$(br2)You can drink them with a $(l:getting_started/pottery#jug)Jug$() or $(l:waterflasks/recipes)Flask$().",
|
||||
"item": "tfcagedalcohol:bucket/aged_beer,tfcagedalcohol:bucket/aged_cider,tfcagedalcohol:bucket/aged_rum,tfcagedalcohol:bucket/aged_sake,tfcagedalcohol:bucket/aged_vodka,tfcagedalcohol:bucket/aged_whiskey,tfcagedalcohol:bucket/aged_corn_whiskey,tfcagedalcohol:bucket/aged_rye_whiskey"
|
||||
},
|
||||
{
|
||||
"type": "patchouli:text",
|
||||
"text": "Aged Beer: Absorption II (20:00)$(br2)Aged Cider: Speed (5:20)$(br2)Aged Rum: Speed II (2:40)$(br2)Aged Sake: Resistance (5:20)$(br2)Aged Vodka: Resistance II (2:40)$(br2)Aged Corn Whiskey: Haste (5:20)$(br2)Aged Rye Whiskey: Haste (5:20)$(br2)Aged Whiskey: Haste II (2:40)$(br2)Aged Mead: Regeneration (5:20)"
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"title": "Milks",
|
||||
"text": "$(thing)Milk$() can be aquired from most female livestock by simply right clicking them with a bucket once familiarity is at a high enough level.$(br2)While not providing any buffs, it provides dairy nutrition and can still quench thrist, as well as later be made into cheese.",
|
||||
"item": "minecraft:milk_bucket,firmalife:bucket/yak_milk,firmalife:bucket/goat_milk,tfc_gurman:ox_milk_bucket,tfc_gurman:sheep_milk_bucket,tfc_gurman:alpaca_milk_bucket"
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"title": "Teas",
|
||||
"text": "$(thing)Teas$() can be brewed using dried versions of certain plants.$(br2)They provide short but useful buffs and warm your body temperature by 4 degrees.",
|
||||
"item": "tfc_gurman:tea_mint_bucket,tfc_gurman:tea_chamomile_bucket,tfc_gurman:tea_rosehip_bucket,tfc_gurman:tea_nettle_bucket"
|
||||
},
|
||||
{
|
||||
"type": "patchouli:text",
|
||||
"text": "Mint Tea: Regeneration (0:30)$(br2)Chamomile Tea: Resistance (0:30)$(br2)Rosehip Tea: Absorption (0:30)$(br2)Nettle Tea: Slow Falling (0:30)"
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"title": "Treats",
|
||||
"text": "This is a category for more misc drinks with delicious taste and special effects. Enjoy!",
|
||||
"item": "tfc_gurman:cocoa_bucket,tfc_gurman:coffee_bucket,tfc_gurman:nalivka_bucket,tfc_gurman:kvass_bucket,tfc_gurman:compote_bucket"
|
||||
},
|
||||
{
|
||||
"type": "patchouli:text",
|
||||
"text": "Cocoa: Haste (0:30), warms you by 4 degrees$(br2)Coffee: Speed (0:30). warms you by 4 degrees$(br2)Lemonade: Haste (0:30), cools you by 2 degrees$(br2)Nalivka: Strength (2:40), cools you by 2 degrees$(br2)Kvass: Strength (1:20), cools you by 2 degrees$(br2)Compote: Jump Boost II (0:30)"
|
||||
},
|
||||
{
|
||||
"title": "Spring Water",
|
||||
"text": "Drinking $(thing)Spring Water$() warms you up by 4 degrees and applies a small regeneration effect while standing in it, as well as warming you.",
|
||||
"item": "tfc:bucket/spring_water",
|
||||
"type": "patchouli:spotlight"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
|
@ -61,23 +61,7 @@
|
|||
"type": "patchouli:spotlight",
|
||||
"title": "Spring Water",
|
||||
"item": "tfc:bucket/spring_water",
|
||||
"text": "Standing in $(thing)Spring Water$() will provide a slow $(thing)Regeneration$() effect."
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"title": "Aged Alcohol",
|
||||
"text": "$(thing)Aged Alcohol$() will give potion buffs, some of which you might find useful.$(br2)You can drink them with a $(l:getting_started/pottery#jug)Jug$() or $(l:waterflasks/recipes)Flask$().",
|
||||
"item": "tfcagedalcohol:bucket/aged_beer,tfcagedalcohol:bucket/aged_cider,tfcagedalcohol:bucket/aged_rum,tfcagedalcohol:bucket/aged_sake,tfcagedalcohol:bucket/aged_vodka,tfcagedalcohol:bucket/aged_whiskey,tfcagedalcohol:bucket/aged_corn_whiskey,tfcagedalcohol:bucket/aged_rye_whiskey"
|
||||
},
|
||||
{
|
||||
"type": "patchouli:text",
|
||||
"text": "Aged Beer: Absorption II (20:00)$(br2)Aged Cider: Speed (5:20)$(br2)Aged Rum: Speed II (2:40)$(br2)Aged Sake: Resistance (5:20)$(br2)Aged Vodka: Resistance II (2:40)$(br2)Aged Corn Whiskey: Haste (5:20)$(br2)Aged Rye Whiskey: Haste (5:20)$(br2)Aged Whiskey: Haste II (2:40)"
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"item": { "tag": "tfc:foods" },
|
||||
"title": "Nutrition",
|
||||
"text": "Eating better foods with more $(l:getting_started/food_and_water#nutrients)nutrition$() will raise your maximum HP by a significant amount.$(br2)$(l:mechanics/pot#soup)Soups$(), $(l:mechanics/sandwiches)Sandwiches$(), and $(l:mechanics/salad)Salads$() are great for this."
|
||||
"text": "Standing in $(thing)Spring Water$() will provide a slow $(thing)Regeneration$() effect, though you cannot drink it."
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue