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

66 lines
No EOL
1.6 KiB
JSON

{
"version": 2,
"name": {
"translate": "drinktype.ttb.kvass"
},
"color": "#331b0f",
"alcoholic_value": "1",
"ingredients": [
{
"items": [
"minecraft:bread"
],
"count": 3
},
{
"items": [
"minecraft:sugar"
],
"count": 3
},
{
"items": [
"minecraft:apple"
],
"count": 1
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 15.0) * 0.2, -2, 2))",
"base_quality_value": "smooth_value_days(7.0, 3.0, 40.0, age) * 10",
"book_information": {
"best_cooking_time": 900.0,
"best_barrel_age": 8400.0,
"best_barrel_type": [
"oak"
]
},
"barrel_definitions": [
{
"type": "minecraft:oak",
"quality_value": "quality",
"reveal_time": 300
}
],
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:saturation",
"time": "(quality - 3) * 15 + 150",
"value": "1"
},
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:speed",
"time": "(quality - 5) * 10 + 100",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.30"
}
]
}