feat(npc): 更新 npctrance 配置并添加新 NPC

- 修改 npctrance.config 中多个 NPC 的 Consumelist,将消费类型从 2 改为 4,调整消费数量
- 在 Scenes.config 中的场景 8129 中添加新 NPC(id 为 169)
This commit is contained in:
2025-01-21 23:08:01 +08:00
parent 631e6db05c
commit 1435c067b3
2 changed files with 9 additions and 7 deletions

View File

@@ -1119,7 +1119,7 @@ NpcTransConf = {
nLevel = 0,
openDay = 0,
zsLevel = 0,
Consumelist = { { type = 2, count = 2000 } },
Consumelist = { { type = 4, count = 20 } },
},
[113] = {
id = 113,
@@ -1129,7 +1129,7 @@ NpcTransConf = {
nLevel = 0,
openDay = 0,
zsLevel = 0,
Consumelist = { { type = 2, count = 3000 } },
Consumelist = { { type = 4, count = 40 } },
},
[114] = {
id = 114,
@@ -1139,7 +1139,7 @@ NpcTransConf = {
nLevel = 0,
openDay = 0,
zsLevel = 0,
Consumelist = { { type = 2, count = 4000 } },
Consumelist = { { type = 4, count = 60 } },
},
[115] = {
id = 115,
@@ -1149,7 +1149,7 @@ NpcTransConf = {
nLevel = 0,
openDay = 0,
zsLevel = 0,
Consumelist = { { type = 2, count = 5000 } },
Consumelist = { { type = 4, count = 80 } },
},
[116] = {
id = 116,
@@ -1159,7 +1159,7 @@ NpcTransConf = {
nLevel = 0,
openDay = 0,
zsLevel = 0,
Consumelist = { { type = 2, count = 6000 } },
Consumelist = { { type = 4, count = 100 } },
},
[117] = {
id = 117,
@@ -1169,7 +1169,7 @@ NpcTransConf = {
nLevel = 0,
openDay = 0,
zsLevel = 0,
Consumelist = { { type = 2, count = 7000 } },
Consumelist = { { type = 4, count = 150 } },
},
[118] = {
id = 118,

View File

@@ -8129,7 +8129,9 @@ Scenes = {
defaultY = 11,
area = {},
refresh = {},
npc = {},
npc = {
{ id = 169, posx = 18, posy = 18 },
},
teleport = {
{
posx = 26,