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

33 lines
No EOL
733 B
JSON

{
"version": 2,
"name": {
"translate": "drinktype.ttb.berry_soda"
},
"color": "#c493ed",
"alcoholic_value": "-5",
"ingredients": [
{
"items": [
"minecraft:sugar"
],
"count": 3
},
{
"items": [
"minecraft:sweet_berries"
],
"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:luck",
"time": "(quality - 5) * 4 + 5",
"value": "0"
}
]
}