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

76 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2024-08-04 19:08:48 +03:00
{
"version": 2,
"name": {
"translate": "drinktype.ttb.gin"
},
"color": "#40aed6",
"alcoholic_value": "40",
"ingredients": [
{
"items": [
"minecraft:wheat"
],
"count": 3
},
{
"items": [
"minecraft:wheat_seeds"
],
"count": 4
},
{
"items": [
"minecraft:sugar"
],
"count": 2
},
{
"items": [
"minecraft:spider_eye"
],
"count": 1
}
],
"distillation_runs": 1,
"cooking_quality_multiplier": "cos(clamp((age / 60 - 15.0) * 0.15, -2, 2))",
"base_quality_value": "smooth_value_days(5.0, 3.0, 25.0, age) * 10",
"book_information": {
"best_cooking_time": 900.0,
"best_barrel_age": 6000.0
},
"barrel_definitions": [
{
"type": "*",
"quality_value": "quality",
"reveal_time": 300
}
],
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:speed",
"time": "300",
2024-08-05 16:28:01 +03:00
"value": "0"
2024-08-04 19:08:48 +03:00
},
{
"type": "delayed",
"entries": [
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:slowness",
"time": "120",
2024-08-05 16:28:01 +03:00
"value": "0"
2024-08-04 19:08:48 +03:00
}
],
2024-08-05 16:28:01 +03:00
"apply_check": "random() - 1 + (80 / 100)"
2024-08-04 19:08:48 +03:00
}
],
"delay": "300"
}
]
}