feat(LogicServer): 在场景中添加新的实体波次
- 在 Scenes.config 文件中添加了新的实体波次配置 - 新增了 5 个不同位置的实体,包括 468、469 和 470 类型 - 这些实体将出现在 x = 220 位置,y 坐标分别为 10、40、70、100 和 130
This commit is contained in:
@@ -8344,6 +8344,12 @@ Scenes = {
|
||||
{ count = 8, time = 3, firstTime = 3, x = 170, y = 100, range = 50, entityid = 470, progress = 0 },
|
||||
{ count = 8, time = 3, firstTime = 3, x = 170, y = 130, range = 50, entityid = 470, progress = 0 },
|
||||
|
||||
{ count = 8, time = 3, firstTime = 3, x = 220, y = 10, range = 50, entityid = 468, progress = 0 },
|
||||
{ count = 8, time = 3, firstTime = 3, x = 220, y = 40, range = 50, entityid = 469, progress = 0 },
|
||||
{ count = 8, time = 3, firstTime = 3, x = 220, y = 70, range = 50, entityid = 470, progress = 0 },
|
||||
{ count = 8, time = 3, firstTime = 3, x = 220, y = 100, range = 50, entityid = 470, progress = 0 },
|
||||
{ count = 8, time = 3, firstTime = 3, x = 220, y = 130, range = 50, entityid = 470, progress = 0 },
|
||||
|
||||
{ count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 476, progress = 0 },
|
||||
{ count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 472, progress = 0 },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user