AOF7-Vocality/config/heracles/quests/farmeroworlds/Wine ageing.json
2024-02-20 18:35:48 -06:00

83 lines
1.9 KiB
JSON

{
"dependencies": [
"Grapevine Pot",
"Aging Barrel"
],
"tasks": {
"vinery_wine_ageing": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"type": "heracles:check"
}
},
"rewards": {
"1": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "supplementaries:clock_block",
"count": 1
},
"type": "heracles:item"
},
"2": {
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"xptype": "POINTS",
"amount": 1000,
"title": "",
"type": "heracles:xp"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"Every 16 days (384,000 ticks), your wine will gain an additional year of aging, and every five years, it will gain an additional level to its effect up to a maximum effect level of 5. You don't need to perform a special action with your wine to let it age; just leave it in your inventory, a chest, barrel, cabinet, etc."
],
"groups": {
"Farmer O' Worlds": {
"position": [
330,
-180
]
}
},
"icon": {
"item": {
"id": "botania:cosmetic_clock_eye",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Wine ageing"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}