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

37 lines
825 B
JSON
Raw Permalink Normal View History

2024-08-04 19:08:48 +03:00
{
"version": 2,
"name": {
"translate": "drinktype.ttb.soda"
},
"color": "#f4b700",
2024-08-05 16:28:01 +03:00
"alcoholic_value": "-5",
2024-08-04 19:08:48 +03:00
"ingredients": [
{
"items": [
"minecraft:sugar"
],
"count": 3
},
{
"items": [
"minecraft:pumpkin"
],
"count": 1
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 5.0) * 0.5, -2, 2))",
"base_quality_value": "10",
"book_information": {
"best_cooking_time": 300.0,
"best_barrel_age": -1200.0
2024-08-05 16:28:01 +03:00
},
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:luck",
"time": "(quality - 5) * 4 + 5",
"value": "0"
}
]
2024-08-04 19:08:48 +03:00
}