To-the-Baikal/ToTheBaikal/data/ttb/brewery_drinks/absinthe.json
2024-08-04 19:08:48 +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) * 60",
"value": "1"
}
],
"apply_check": "random() + 1 - 0.75"
}
]
}