To-the-Baikal/ToTheBaikal/data/ttb/brewery_drinks/liquor.json
2024-08-05 16:28:01 +03:00

57 lines
No EOL
1.4 KiB
JSON

{
"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": "0"
}
],
"apply_check": "random() - 1 + (75 / 100)"
}
]
}