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

70 lines
1.4 KiB
JSON

{
"dependencies": [
"Beachparty"
],
"tasks": {
"bpmf": {
"type": "heracles:item",
"item": "beachparty:mini_fridge",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
}
},
"rewards": {
"1": {
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"xptype": "POINTS",
"amount": 300,
"title": "",
"type": "heracles:xp"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"The mini fridge is needed to make sundaes and ice creams"
],
"groups": {
"Farmer O' Worlds": {
"position": [
130,
-350
]
}
},
"icon": {
"item": {
"id": "beachparty:mini_fridge",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Mini Fridge"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}