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

76 lines
1.7 KiB
JSON

{
"dependencies": [
"your_first_bronze"
],
"tasks": {
"bronze_mixer_task": {
"type": "heracles:item",
"item": "modern_industrialization:bronze_mixer",
"amount": 1,
"collection": "AUTOMATIC",
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
}
}
},
"rewards": {
"bronze_mixer_reward_1": {
"title": "",
"icon": {
"item": {
"id": "minecraft:air",
"count": 0
},
"type": "heracles:item"
},
"item": {
"id": "farmersdelight:mixed_salad",
"count": 1
},
"type": "heracles:item"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"<hr/>",
"# Bronze Mixer",
"<br/>",
" A sleek bronze casing with a shining metal bowl where mixing blades are lowered into to mix up a plethora of different things! You can mix dusts with a higher output since you wont be spilling any anymore. It doesn't only mix dusts, but also fluids. Example: Lubricant!",
"<hr/>"
],
"groups": {
"Modern Industrialization": {
"position": [
250,
-70
]
}
},
"icon": {
"item": {
"id": "modern_industrialization:bronze_mixer",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Bronze Mixer"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}