refactor(LogicServer): 调整场景怪物刷新数量

- 在 Scenes.config 文件中,将怪物刷新数量从 80 只调整为 40 只
- 其他刷新参数保持不变,仅修改了 count 属性
This commit is contained in:
2024-12-28 15:29:46 +08:00
parent e367080f0b
commit 5d78c8c928

View File

@@ -12645,7 +12645,7 @@ Scenes={
}
},
},
refresh = {{ count=80, time=3, firstTime=3, x=18,y=12, range=30, entityid=463, progress=0}} ,
refresh = {{ count=40, time=3, firstTime=3, x=18,y=12, range=30, entityid=463, progress=0}} ,
npc = {
},
teleport = {{posx=30,posy=21,dist = 0,toSceneid=300,toPosx=5,toPosy=4,modelid=105,name =Lang.Scenes.s00300,mapHide =false,}},