Compare commits

...

2 Commits

Author SHA1 Message Date
1435c067b3 feat(npc): 更新 npctrance 配置并添加新 NPC
- 修改 npctrance.config 中多个 NPC 的 Consumelist,将消费类型从 2 改为 4,调整消费数量
- 在 Scenes.config 中的场景 8129 中添加新 NPC(id 为 169)
2025-01-21 23:08:01 +08:00
631e6db05c fix(monster): 修改怪物 477 的 AI 配置 ID
- 将怪物 477 的 aiConfigId 从 2 修改为 29
- 此修改可能会影响怪物的行为和战斗策略
2025-01-21 22:52:46 +08:00
3 changed files with 10 additions and 8 deletions

View File

@@ -12051,7 +12051,7 @@ Monster = {
targetMusicTate = 100,
},
[477] = {
aiConfigId = 2,
aiConfigId = 29,
attackInterval = 1000,
attackMusicId = "pttongyong-2",
attackMusicRate = 100,

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,