From b70efa2581225446ab4681352db438beafa76a94 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Tue, 21 Jan 2025 21:21:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(LogicServer):=20=E5=9C=A8=E5=9C=BA?= =?UTF-8?q?=E6=99=AF=E4=B8=AD=E6=B7=BB=E5=8A=A0=E6=96=B0=E7=9A=84=E5=AE=9E?= =?UTF-8?q?=E4=BD=93=E6=B3=A2=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 Scenes.config 文件中添加了新的实体波次配置 - 新增了 5 个不同位置的实体,包括 468、469 和 470 类型 - 这些实体将出现在 x = 220 位置,y 坐标分别为 10、40、70、100 和 130 --- LogicServer/data/envir/Scenes.config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/LogicServer/data/envir/Scenes.config b/LogicServer/data/envir/Scenes.config index 0933872..1902470 100755 --- a/LogicServer/data/envir/Scenes.config +++ b/LogicServer/data/envir/Scenes.config @@ -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 }, },