Quest Structure
Quest structure (Questborn/quests/type_name/quest_name.yml)
For Default / Rotation engine
id: "weekly_architect_lines"
name: "<#38bdf8>🏗 Architect's Lines"
icon-material: "STONE_BRICKS"
icon-custom-model-data: 105
rotation-pool: "rare" # Required if type uses ROTATION engine
required-permission: "questborn.quest.architect" # Optional
description:
- "<#cccccc>The architect is drafting a new district."
- "<#cccccc>Place lots of stone, add some light,"
- ""
- "<#93c5fd>⭐ <#cccccc>Rarity: <#bfdbfe>Rare"
rewards-description:
- "<#a7ff99>+1500 coins"
- "<#ffe08a>+520 XP"
quest-path:
stage-1:
objective:
type: BLOCK_PLACE
amount: 256
target-materials:
- STONE_BRICKS
- COBBLESTONE
rewards:
money:
amount: 1500
xp:
points: 520
quest-effects:
activate: "quest_activate_start"
complete: "quest_complete_success"
For Chain engine
Explanation of keys and what they are responsible for
Key
What it does
Last updated