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

43 lines
No EOL
1 KiB
JSON

{
"version": 2,
"name": {
"translate": "drinktype.ttb.absinthe"
},
"color": "#35753a",
"alcoholic_value": "45",
"ingredients": [
{
"items": [
"minecraft:short_grass"
],
"count": 15
},
{
"items": [
"minecraft:wheat_seeds"
],
"count": 3
}
],
"distillation_runs": 6,
"cooking_quality_multiplier": "cos(clamp((age / 60 - 3.0) * 0.75, -2, 2))",
"base_quality_value": "10",
"book_information": {
"best_cooking_time": 180.0
},
"entries": [
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:poison",
"time": "(quality - 5) * 5",
"value": "0"
}
],
"apply_check": "random() - 1 + (75 / 100)"
}
]
}