fanren/config/quests.json
2025-12-16 23:35:55 +08:00

36 lines
785 B
JSON

[
{
"id": "KILL_GOBLIN",
"name": "新手挑战:击败哥布林",
"description": "前往附近的森林,击败一只哥布林来证明你的勇气。",
"type": "kill",
"target_npc_id": "VILLAGER_1",
"target": {
"entityId": "GOBLIN",
"count": 1
},
"required_level": 1,
"rewards": {
"xp": 50,
"gold": 20,
"item_id": 1,
"item_quantity": 1
},
"next_quest_id": "FIND_NPC"
},
{
"id": "FIND_NPC",
"name": "寻找铁匠",
"description": "铁匠似乎有重要的消息要告诉你,去镇中心找他。",
"type": "talk",
"target": {
"npcId": "BLACKSMITH",
"count": 1
},
"required_level": 1,
"rewards": {
"xp": 100
},
"next_quest_id": null
}
]