To-the-Baikal/ToTheBaikal/data/ttb/brewery_drinks/rivers_lament.json
2024-08-04 19:08:48 +03:00

46 lines
No EOL
1.1 KiB
JSON

{
"version": 2,
"name": {
"translate": "drinktype.ttb.rivers_lament"
},
"color": "#96c3e1",
"alcoholic_value": "0",
"ingredients": [
{
"items": [
"minecraft:rabbit_foot"
],
"count": 3
},
{
"items": [
"minecraft:paper"
],
"count": 3
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 5.0) * 0.5, -2, 2))",
"base_quality_value": "10",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:levitation",
"time": "(quality - 5) * 5 + 5",
"value": "0"
},
{
"type": "delayed",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:slow_falling",
"time": "(quality - 5) * 5 + 10",
"value": "0"
}
],
"delay": "(quality - 5) * 5 + 5"
}
]
}