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

114 lines
2.9 KiB
JSON

{
"dependencies": [
"Iron Backpack"
],
"tasks": {
"pu_gold": {
"type": "heracles:item",
"item": "packedup:goldbackpack",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
}
},
"rewards": {
"pu_gold_reward": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:gold_ingot",
"count": 8
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"---",
"<br/>",
"<carousel>",
"<carousel-item>",
"<columns template=\"50% 20% 30%\">",
" <column valign=\"bottom\">",
"## Gold Backpack",
" </column>",
" <column valign=\"bottom\">",
"<item id=\"packedup:copperbackpack\" scale=\"2\"> </item>",
" </column>",
" <column valign=\"bottom\">",
"<h1 shadowed=\"true\" color=\"goldenrod\">Au</h1>",
" </column>",
"</columns>",
"<br/>",
"</carousel-item>",
"<carousel-item>",
"<columns template=\"50% 20% 30%\">",
" <column valign=\"bottom\">",
"## Silver Backpack",
" </column>",
" <column valign=\"bottom\">",
"<item id=\"packedup:ironbackpack\" scale=\"2\"> </item>",
" </column>",
" <column valign=\"bottom\">",
"<h1 shadowed=\"true\" color=\"silver\">Ag</h1>",
" </column>",
"</columns>",
"<br/>",
"</carousel-item>",
"</carousel>",
" --Well, isn't that precious?--",
"<br/>",
" &&7Iron&&r and &&6copper&&r are functional, yet... pedestrian.",
"<br/>",
" And you?... you are no newb. Not any more. You're moving up in the world. It's time to treat yourself to just a bit of bling.",
"<br/>",
" &&eGold&&r and &&8silver&&r backpacks both provide 45 slots of storage... 66% more than your personal inventory.--*--",
"<br/>",
"---",
"--*Yes, again, excluding the hotbar.--"
],
"groups": {
"Storage": {
"position": [
-79,
-100
]
}
},
"icon": {
"item": {
"id": "packedup:goldbackpack",
"count": 1,
"nbt": {}
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Golden Backpack"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}