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

163 lines
3.3 KiB
JSON

{
"dependencies": [
"Beachparty"
],
"tasks": {
"bpst": {
"type": "heracles:item",
"item": "beachparty:trunks",
"nbt": {
"Damage": 0
},
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"bpc": {
"type": "heracles:item",
"item": "beachparty:crocs",
"nbt": {
"Damage": 0
},
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"bpb": {
"type": "heracles:item",
"item": "beachparty:bikini",
"nbt": {
"Damage": 0
},
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"bpbh": {
"type": "heracles:item",
"item": "beachparty:beach_hat",
"nbt": {
"Damage": 0
},
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"bpsg": {
"type": "heracles:item",
"item": "beachparty:sunglasses",
"nbt": {
"Damage": 0
},
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
},
"bpsw": {
"type": "heracles:item",
"item": "beachparty:swim_wings",
"nbt": {
"Damage": 0
},
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
}
},
"rewards": {
"1": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "artifacts:flippers",
"count": 1
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"You can also craft a variety of armor pieces that will allow you to swim faster and will give water breathing if you have a full set"
],
"groups": {
"Farmer O' Worlds": {
"position": [
70,
-340
]
}
},
"icon": {
"item": {
"id": "beachparty:rubber_ring_pelican",
"count": 1,
"nbt": {
"Damage": 0
}
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Swimming Gear"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}