feat(Scenes.config): 更新场景配置
- 在 y 坐标 88 和 100 处新增了实体 470 - 移除了 x 坐标 88 处的实体 436 - 在 x 坐标 168 处新增了一列实体 468、469 和 470 - 调整了实体 436 的位置到 (78, 20) - 将实体 436 的时间从 3 秒调整为 3600 秒
This commit is contained in:
		| @@ -7086,12 +7086,22 @@ Scenes = { | |||||||
|       { count = 8, time = 3,  firstTime = 3, x = 44, y = 22, range = 50, entityid = 468, progress = 0, }, |       { count = 8, time = 3,  firstTime = 3, x = 44, y = 22, range = 50, entityid = 468, progress = 0, }, | ||||||
|       { count = 8, time = 3,  firstTime = 3, x = 55, y = 44, range = 50, entityid = 469, progress = 0, }, |       { count = 8, time = 3,  firstTime = 3, x = 55, y = 44, range = 50, entityid = 469, progress = 0, }, | ||||||
|       { count = 8, time = 3,  firstTime = 3, x = 66, y = 66, range = 50, entityid = 470, progress = 0, }, |       { count = 8, time = 3,  firstTime = 3, x = 66, y = 66, range = 50, entityid = 470, progress = 0, }, | ||||||
|  |       { count = 8, time = 3,  firstTime = 3, x = 66, y = 88, range = 50, entityid = 470, progress = 0, }, | ||||||
|  |       { count = 8, time = 3,  firstTime = 3, x = 66, y = 100, range = 50, entityid = 470, progress = 0, }, | ||||||
|        |        | ||||||
|       { count = 8, time = 3,  firstTime = 3, x = 108, y = 22, range = 50, entityid = 468, progress = 0, }, |       { count = 8, time = 3,  firstTime = 3, x = 108, y = 22, range = 50, entityid = 468, progress = 0, }, | ||||||
|       { count = 8, time = 3,  firstTime = 3, x = 108, y = 44, range = 50, entityid = 469, progress = 0, }, |       { count = 8, time = 3,  firstTime = 3, x = 108, y = 44, range = 50, entityid = 469, progress = 0, }, | ||||||
|       { count = 8, time = 3,  firstTime = 3, x = 108, y = 66, range = 50, entityid = 470, progress = 0, }, |       { count = 8, time = 3,  firstTime = 3, x = 108, y = 66, range = 50, entityid = 470, progress = 0, }, | ||||||
|  |       { count = 8, time = 3,  firstTime = 3, x = 108, y = 88, range = 50, entityid = 470, progress = 0, }, | ||||||
|  |       { count = 8, time = 3,  firstTime = 3, x = 108, y = 100, range = 50, entityid = 470, progress = 0, }, | ||||||
|  |  | ||||||
|       { count = 1, time = 3,  firstTime = 3, x = 88, y = 66, range = 100, entityid = 436, progress = 0, }, |       { count = 8, time = 3,  firstTime = 3, x = 168, y = 22, range = 50, entityid = 468, progress = 0, }, | ||||||
|  |       { count = 8, time = 3,  firstTime = 3, x = 168, y = 44, range = 50, entityid = 469, progress = 0, }, | ||||||
|  |       { count = 8, time = 3,  firstTime = 3, x = 168, y = 66, range = 50, entityid = 470, progress = 0, }, | ||||||
|  |       { count = 8, time = 3,  firstTime = 3, x = 168, y = 88, range = 50, entityid = 470, progress = 0, }, | ||||||
|  |       { count = 8, time = 3,  firstTime = 3, x = 168, y = 100, range = 50, entityid = 470, progress = 0, }, | ||||||
|  |  | ||||||
|  |       { count = 1, time = 3600,  firstTime = 3, x = 78, y = 20, range = 100, entityid = 436, progress = 0, }, | ||||||
|       |       | ||||||
|     }, |     }, | ||||||
|     npc = { |     npc = { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user