fanren/config/npcs.json
2025-12-22 18:07:05 +08:00

24 lines
671 B
JSON

{
"VILLAGER_1": {
"name": "老村长",
"dialogue": {
"greeting": "你好,旅行者。你看起来很强大。",
"quest_response": "你想要帮忙吗?我们的地窖里有老鼠。",
"shop_response": "我现在没有东西卖给你。"
}
},
"BLACKSMITH": {
"name": "铁匠李奥",
"dialogue": {
"greeting": "欢迎来到我的铁匠铺。",
"quest_response": "你有空吗?我的铁矿用完了。",
"shop_response": "看一看你需要什么工具和武器。"
},
"hasShop": true,
"shopInventory": {
"2": {"price": 50},
"4": {"price": 150},
"5": {"price": 200}
}
}
}