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

78 lines
1.9 KiB
JSON
Raw Normal View History

2024-08-04 19:08:48 +03:00
{
"version": 2,
"name": {
"translate": "drinktype.ttb.champagne"
},
"color": "#dddd08",
"alcoholic_value": "20",
"ingredients": [
{
"items": [
"minecraft:apple"
],
"count": 1
},
{
"items": [
"minecraft:kelp"
],
"count": 2
},
{
"items": [
"minecraft:sugar"
],
"count": 3
},
{
"items": [
"minecraft:spider_eye"
],
"count": 1
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 20.0) * 0.33, -2, 2))",
"base_quality_value": "smooth_value_days(10.0, 4.0, 55.0, age) * 10",
"book_information": {
"best_cooking_time": 1200.0,
"best_barrel_age": 12000.0,
"best_barrel_type": [
"birch"
]
},
"barrel_definitions": [
{
"type": "minecraft:birch",
"quality_value": "quality",
"reveal_time": 300
}
],
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:speed",
"time": "(quality - 5) * 5 + 120",
"value": "1"
},
{
"type": "delayed",
"entries": [
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:weakness",
"time": "60",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.60"
}
],
"delay": "(quality - 5) * 5 + 120"
}
]
}