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

78 lines
2 KiB
JSON
Raw Normal View History

2024-08-04 19:08:48 +03:00
{
"version": 2,
"name": {
"translate": "drinktype.ttb.vodka_meine_liebe"
},
"color": "#f3f2eb",
"alcoholic_value": "40",
"ingredients": [
{
"items": [
"minecraft:potato"
],
"count": 6
},
{
"items": [
"minecraft:wheat_seeds"
],
"count": 1
},
{
"items": [
"minecraft:pink_petals"
],
"count": 1
}
],
"distillation_runs": 1,
"cooking_quality_multiplier": "cos(clamp((age / 60 - 20.0) * 0.33, -2, 2))",
"base_quality_value": "10",
"entries": [
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:strength",
"time": "(quality - 9) * 15 * 59.5",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.75"
},
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:speed",
"time": "(quality - 9) * 5 * 17.5",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.80"
},
{
"type": "delayed",
"entries": [
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:darkness",
"time": "(quality - 9) * 15 * 10.5",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.10"
}
],
"delay": "480"
}
]
}