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

82 lines
2.1 KiB
JSON
Raw Normal View History

2024-08-04 19:08:48 +03:00
{
"version": 2,
"name": {
"translate": "drinktype.ttb.shining_brilliance"
},
"color": "#3ab5b2",
"alcoholic_value": "0",
"ingredients": [
{
"items": [
"minecraft:glow_ink_sac"
],
"count": 2
},
{
"items": [
"minecraft:glowstone_dust"
],
"count": 1
},
{
"items": [
"minecraft:spider_eye"
],
"count": 1
}
],
"cooking_quality_multiplier": "cos(clamp((age / 60 - 10.0) * 0.5, -2, 2))",
"base_quality_value": "smooth_value_days(5.0, 2.5, 25.0, age) * 10",
"book_information": {
"best_cooking_time": 600.0,
"best_barrel_age": 6000.0
},
"barrel_definitions": [
{
"type": "*",
"quality_value": "quality",
"reveal_time": 300
}
],
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:glowing",
"time": "(quality - 8) * 15 + 570",
2024-08-05 16:28:01 +03:00
"value": "0"
2024-08-04 19:08:48 +03:00
},
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:nausea",
"time": "60",
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 + (30 / 100)"
2024-08-04 19:08:48 +03:00
},
{
"type": "delayed",
"entries": [
{
"type": "random",
"entries": [
{
"type": "potion",
"locked": false,
"effect": "minecraft:darkness",
"time": "15",
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 + (75 / 100)"
2024-08-04 19:08:48 +03:00
}
],
"delay": "900"
}
]
}