To-the-Baikal/ToTheBaikal/data/ttb/brewery_drinks/sober_up_brew.json
2024-08-04 19:08:48 +03:00

56 lines
No EOL
1.3 KiB
JSON

{
"version": 2,
"name": {
"translate": "drinktype.ttb.sober_up_brew"
},
"color": "#CBE080",
"alcoholic_value": "-30",
"ingredients": [
{
"items": [
"minecraft:sugar"
],
"count": 1
},
{
"items": [
"minecraft:melon_slice"
],
"count": 1
},
{
"items": [
"minecraft:mangrove_roots",
"minecraft:hanging_roots"
],
"count": 1
},
{
"items": [
"minecraft:red_mushroom",
"minecraft:crimson_fungus"
],
"count": 1
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 1.0) * 0.4, -2, 2))",
"base_quality_value": "smooth_value_days(1.0, 2.0, 20.0, age) * 10",
"book_information": {
"best_cooking_time": 60.0,
"best_barrel_age": 1200.0
},
"barrel_definitions": [
{
"type": "*",
"quality_value": "quality",
"reveal_time": 300
}
],
"entries": [
{
"type": "damage",
"id": "brewery:alcohol_poisoning",
"value": "12 - quality"
}
]
}