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

43 lines
1 KiB
JSON
Raw Permalink Normal View History

2024-08-04 19:08:48 +03:00
{
"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",
2024-08-05 16:28:01 +03:00
"time": "(quality - 5) * 5",
"value": "0"
2024-08-04 19:08:48 +03:00
}
],
2024-08-05 16:28:01 +03:00
"apply_check": "random() - 1 + (75 / 100)"
2024-08-04 19:08:48 +03:00
}
]
}