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

42 lines
No EOL
946 B
JSON

{
"version": 2,
"name": {
"translate": "drinktype.ttb.martini"
},
"color": "#92ed2b",
"alcoholic_value": "25",
"ingredients": [
{
"items": [
"minecraft:oxeye_daisy"
],
"count": 2
},
{
"items": [
"minecraft:sugar"
],
"count": 2
},
{
"items": [
"minecraft:apple"
],
"count": 1
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 5.0) * 0.35, -2, 2))",
"base_quality_value": "smooth_value_days(4.0, 2.0, 20.0, age) * 10",
"book_information": {
"best_cooking_time": 300.0,
"best_barrel_age": 4800.0
},
"barrel_definitions": [
{
"type": "*",
"quality_value": "quality",
"reveal_time": 300
}
],
"entries": []
}