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

115 lines
3.0 KiB
JSON

{
"dependencies": [
"Copper Backpack"
],
"tasks": {
"pu_iron": {
"type": "heracles:item",
"item": "packedup:ironbackpack",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
}
},
"rewards": {
"pu_iron_reward": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "minecraft:iron_ingot",
"count": 7
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"---",
"<br/>",
"<carousel>",
"<carousel-item>",
"<columns template=\"50% 20% 30%\">",
" <column valign=\"bottom\">",
"## Iron Backpack",
" </column>",
" <column valign=\"bottom\">",
"<item id=\"packedup:ironbackpack\" scale=\"2\"> </item>",
" </column>",
" <column valign=\"bottom\">",
"<h1 shadowed=\"true\" color=\"#cecaca\">Fe</h1>",
" </column>",
"</columns>",
"<br/>",
"</carousel-item>",
"<carousel-item>",
"<columns template=\"50% 20% 30%\">",
" <column valign=\"bottom\">",
"## Copper Backpack",
" </column>",
" <column valign=\"bottom\">",
"<item id=\"packedup:copperbackpack\" scale=\"2\"> </item>",
" </column>",
" <column valign=\"bottom\">",
"<h1 shadowed=\"true\" color=\"#ffaa00\">Cu</h1>",
" </column>",
"</columns>",
"<br/>",
"</carousel-item>",
"</carousel>",
" --Let's get metal.--",
"<br/>",
" You're making some progress now. You're experienced. You've been --mining--, baby!--*--",
"<br/>",
" It's time to put some of your hard-earned, ore-iginal gains to practical use. &&7Iron&&r or &&6copper&&r fortify that flimsy plain backpack into something stronger and more capacious.",
"<br/>",
" &&7Iron&&r and &&6copper&&r backpacks both provide 36 slots of storage... 33% more than your personal inventory.--**--",
"<br/>",
"---",
"--*maybe--",
"<br/>",
"--**hotbar excluded--"
],
"groups": {
"Storage": {
"position": [
-80,
-140
]
}
},
"icon": {
"item": {
"id": "packedup:ironbackpack",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Iron Backpack"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}