feat(game): 调整游戏配置和功能
- 在 ItemMerge.config 中添加合成10次按钮相关配置 - 更新 droptable.config 中的掉落表,调整 Boss ID - 修改 StdItems.config 中的物品属性,包括移除使用按钮、调整数量等 - 调整 Scenes.config 中的 Boss 刷出位置和范围
This commit is contained in:
@@ -762,9 +762,9 @@ Scenes = {
|
||||
{ count = 30, time = 12, firstTime = 3, x = 252, y = 184, range = 200, entityid = 454, progress = 0, },
|
||||
{ count = 30, time = 12, firstTime = 3, x = 252, y = 184, range = 200, entityid = 463, progress = 0, },
|
||||
--BOSS集合
|
||||
{ count = 1, time = 3600, firstTime = 3, x = 225, y = 67, range = 6, entityid = 456, progress = 0, }, --麒麟
|
||||
{ count = 1, time = 3600, firstTime = 3, x = 356, y = 329, range = 6, entityid = 435, progress = 0, }, --应龙
|
||||
{ count = 1, time = 3600, firstTime = 3, x = 487, y = 103, range = 6, entityid = 400, progress = 0, }, --玄武
|
||||
{ count = 1, time = 3600, firstTime = 3, x = 43, y = 143, range = 200, entityid = 456, progress = 0, }, --麒麟
|
||||
{ count = 1, time = 3600, firstTime = 3, x = 43, y = 143, range = 200, entityid = 435, progress = 0, }, --应龙
|
||||
{ count = 1, time = 3600, firstTime = 3, x = 43, y = 143, range = 200, entityid = 400, progress = 0, }, --玄武
|
||||
{ count = 4, time = 3600, firstTime = 3, x = 333, y = 8, range = 100, entityid = 466, progress = 0, }, --钻石BOSS
|
||||
{ count = 4, time = 36, firstTime = 3, x = 252, y = 184, range = 100, entityid = 434, progress = 0, }, --炼狱魔龙
|
||||
{ count = 8, time = 36, firstTime = 3, x = 252, y = 184, range = 200, entityid = 465, progress = 0, }, --黄金BOSS
|
||||
|
||||
Reference in New Issue
Block a user