feat(LogicServer): 在场景中添加新的刷新点

- 在 Scenes.config 文件中,为 area 8640 添加了一个新的刷新点配置
- 新增的刷新点包括以下属性:
  - count: 10
  - time: 3600
  - firstTime: 3
  - x: 39
  - y: 25
  - range: 10
  - entityid: 171
  - progress: 0
This commit is contained in:
2025-02-13 22:39:40 +08:00
parent 888296a293
commit ac665c55c5

View File

@@ -8640,6 +8640,7 @@ Scenes = {
defaultY = 36, defaultY = 36,
area = {}, area = {},
refresh = { refresh = {
{ count = 10, time = 3600, firstTime = 3, x = 39, y = 25, range = 10, entityid = 171, progress = 0 },
{ count = 1, time = 3, firstTime = 3, x = 74, y = 49, range = 0, entityid = 111, progress = 0 }, { count = 1, time = 3, firstTime = 3, x = 74, y = 49, range = 0, entityid = 111, progress = 0 },
{ count = 1, time = 3, firstTime = 3, x = 71, y = 51, range = 0, entityid = 111, progress = 0 }, { count = 1, time = 3, firstTime = 3, x = 71, y = 51, range = 0, entityid = 111, progress = 0 },
{ count = 1, time = 3, firstTime = 3, x = 62, y = 44, range = 0, entityid = 111, progress = 0 }, { count = 1, time = 3, firstTime = 3, x = 62, y = 44, range = 0, entityid = 111, progress = 0 },