To-the-Baikal/ToTheBaikal/data/ttb/brewery_drinks/liquor.json

57 lines
1.3 KiB
JSON
Raw Normal View History

2024-08-04 19:08:48 +03:00
{
"version": 2,
"name": {
"translate": "drinktype.ttb.liquor"
},
"color": "#911d4f",
"alcoholic_value": "30",
"ingredients": [
{
"items": [
"minecraft:sugar"
],
"count": 2
},
{
"items": [
"minecraft:sweet_berries"
],
"count": 3
},
{
"items": [
"minecraft:honeycomb"
],
"count": 1
}
],
"distillation_runs": 2,
"cooking_quality_multiplier": "cos(clamp((age / 60 - 10.0) * 0.75, -2, 2))",
"base_quality_value": "smooth_value_days(5.0, 2.0, 30.0, age) * 10",
"book_information": {
"best_cooking_time": 600.0,
"best_barrel_age": 6000.0
},
"barrel_definitions": [
{
"type": "*",
"quality_value": "quality",
"reveal_time": 300
}
],
"entries": [
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:regeneration",
"time": "(quality - 7) * 15 + 110",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.75"
}
]
}