fanren/config/quests.json
2025-12-23 20:22:14 +08:00

90 lines
2.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"QUEST_001": {
"id": "QUEST_001",
"name": "七玄门初入江湖",
"description": "作为新入门的弟子,需要熟悉门派环境,完成基础任务。",
"type": "collect",
"target": {
"entityId": "ZHENGBI",
"count": 10
},
"rewards": {
"xp": 50,
"gold": 20,
"itemId": "POTION_01"
},
"triggerType": "NPC",
"triggerValue": "VILLAGER_1",
"dialogue": {
"start": "师弟门中最近需要一些银两你能帮我去后山收集10两银子吗",
"progress": "还差一些银两,继续努力。",
"complete": "很好,师弟表现不错,这是你的奖励。"
}
},
"QUEST_002": {
"id": "QUEST_002",
"name": "后山除害",
"description": "后山出现了一些野兽,威胁门派安全,需要清除。",
"type": "kill",
"target": {
"entityId": "WOLF",
"count": 3
},
"rewards": {
"xp": 100,
"gold": 30,
"itemId": "WEAPON_01"
},
"triggerType": "NPC",
"triggerValue": "VILLAGER_1",
"dialogue": {
"start": "师弟,后山有三只野狼威胁弟子安全,你能帮我们解决吗?",
"progress": "野狼还未全部清除,小心应对。",
"complete": "太好了,后山安全了,这是给你的奖励。"
}
},
"QUEST_003": {
"id": "QUEST_003",
"name": "意外救墨大夫",
"description": "在地牢中发现被困的神秘人物,需要帮助他脱困。",
"type": "explore",
"target": {
"entityId": "CAVE_01",
"count": 1
},
"rewards": {
"xp": 200,
"gold": 100,
"itemId": "POTION_03"
},
"triggerType": "SYSTEM",
"triggerValue": "EXPLORE_CAVE",
"dialogue": {
"start": "小友,老夫被困在此地多日,若能助我脱困,必有重谢。",
"progress": "需要找到方法帮助墨大夫。",
"complete": "多谢小友相助,这是老夫的一点心意。"
}
},
"QUEST_004": {
"id": "QUEST_004",
"name": "发现长春功",
"description": "从墨大夫处学习到神秘功法,需要修炼至小成。",
"type": "level",
"target": {
"entityId": "PLAYER",
"count": 2
},
"rewards": {
"xp": 300,
"gold": 200,
"itemId": "ZHUTIANPING"
},
"triggerType": "NPC",
"triggerValue": "MODOCTOR",
"dialogue": {
"start": "小友,老夫观你骨骼精奇,可传授你长春功,但需谨慎修炼。",
"progress": "修炼需要时间,循序渐进。",
"complete": "恭喜小友,长春功已初见成效,这是掌天瓶,望善用之。"
}
}
}