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

67 lines
No EOL
1.6 KiB
JSON

{
"version": 2,
"name": {
"translate": "drinktype.ttb.baikal"
},
"color": "#331006",
"alcoholic_value": "0",
"ingredients": [
{
"items": [
"minecraft:sugar"
],
"count": 4
},
{
"items": [
"minecraft:kelp"
],
"count": 1
},
{
"items": [
"minecraft:spruce_leaves"
],
"count": 1
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 15.0) * 0.333, -2, 2))",
"base_quality_value": "smooth_value_days(14.0, 1.0, 25.0, age) * 10",
"book_information": {
"best_cooking_time": 900.0,
"best_barrel_age": 16800.0,
"best_barrel_type": [
"spruce"
]
},
"barrel_definitions": [
{
"type": "minecraft:spruce",
"quality_value": "quality",
"reveal_time": 300
}
],
"entries": [
{
"type": "potion",
"locked": false,
"show_icon": false,
"effect": "minecraft:saturation",
"time": "(quality - 7) * 15 + 50",
"value": "1"
},
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:haste",
"time": "(quality - 5) * 5 + 30",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.30"
}
]
}