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

60 lines
No EOL
1.4 KiB
JSON

{
"version": 2,
"cooking_quality_multiplier": "cos(clamp((age / 60 - 16.0) * 0.1, -2, 2))",
"ingredients": [
{
"items": [
"minecraft:cocoa_beans"
],
"count": 3
},
{
"items": [
"minecraft:pink_petals"
],
"count": 1
},
{
"items": [
"minecraft:spruce_leaves"
],
"count": 1
},
{
"items": [
"minecraft:sugar"
],
"count": 1
}
],
"barrel_definitions": [
{
"type": "*",
"quality_value": "quality",
"reveal_time": 300
}
],
"distillation_runs": 1,
"base_quality_value": "smooth_value_days(1.0, 0.5, 3.0, age) * 10",
"alcoholic_value": "0",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:saturation",
"time": "(quality - 5) * 6 + 15",
"value": "0"
},
{
"type": "potion",
"locked": false,
"effect": "minecraft:strength",
"time": "(quality - 5) * 6",
"value": "quality / 5 - 1.2"
}
],
"name": {
"translate": "drinktype.ttb.dobry_cola"
},
"color": "#1F0D10"
}