AOF7-Vocality/config/heracles/quests/storage/Backpack.json
2024-02-20 18:35:48 -06:00

92 lines
2.3 KiB
JSON

{
"dependencies": [
"basic_storage"
],
"tasks": {
"pu_basic": {
"type": "heracles:item",
"item": "packedup:basicbackpack",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
}
},
"rewards": {
"pu_basic_reward": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:leather",
"count": 5
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"---",
"<br/>",
"<columns>",
" <column>",
"## Basic Backpack",
" </column>",
" <column>",
"<item id=\"packedup:basicbackpack\" scale=\"2\"> </item>",
" </column>",
"</columns>",
"<br/>",
" Your basic backpack. Light, functional, and in neutral tones that complement a diverse array of skins. What's not to love?",
"<br/>",
" And it's cheap, too! Just five pieces of leather, two sticks, a bit of string, a chest, and BAAM! You've doubled your carrying capacity.",
"<br/>",
" There are places to go, things to do, and stuff to ~~pinch, pilfer, and abscond with~~ collect, cherish, and oh so carefully tote about the world.",
"<br/>",
" So off you go, you stylish rapscallion. Here's some leather--the rest of your outfit could use a little help.",
"<br/>",
" --Oh dear. I said that last part out loud, didn't I?--",
"---"
],
"groups": {
"Storage": {
"position": [
-80,
-220
]
}
},
"icon": {
"item": {
"id": "packedup:basicbackpack",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Basic Backpacks"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}