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

75 lines
1.8 KiB
JSON
Raw Normal View History

2024-08-04 19:08:48 +03:00
{
"version": 2,
"name": {
"translate": "drinktype.ttb.cognac"
},
"color": "#b5551e",
"alcoholic_value": "50",
"ingredients": [
{
"items": [
"minecraft:wheat"
],
"count": 3
},
{
"items": [
"minecraft:sugar_cane"
],
"count": 3
},
{
"items": [
"minecraft:sweet_berries"
],
"count": 1
},
{
"items": [
"minecraft:spider_eye"
],
"count": 1
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 20.0) * 0.4, -2, 2))",
"base_quality_value": "smooth_value_days(30.0, 7.0, 90.0, age) * 10",
"book_information": {
"best_cooking_time": 1200.0,
"best_barrel_age": 36000.0
},
"barrel_definitions": [
{
"type": "*",
"quality_value": "quality",
"reveal_time": 300
}
],
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:strength",
"time": "(quality - 5) * 10 + 250",
"value": "1"
},
{
"type": "delayed",
"entries": [
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:slowness",
"time": "179",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.75"
}
],
"delay": "(quality - 5) * 10 + 250"
}
]
}