feat(monster): 添加神话级怪物穷奇并调整场景配置

- 在 Monster.config 中添加了新的神话级怪物穷奇(entityid 471)
- 调整了 Scenes.config 中的怪物刷新位置,为穷奇安排特定的刷新点
- 移除了 StdItems.config 中部分物品的冗余属性,优化配置结构
This commit is contained in:
2025-01-18 14:20:20 +08:00
parent 0035caf719
commit 663f437950
3 changed files with 57 additions and 23 deletions

View File

@@ -7698,7 +7698,7 @@ StdItems = {
icon = 13001,
id = 248,
isShowUseBtn = 1,
itemlevel = 32,
itemlevel = 29,
itemlvl = 3,
name = "疗伤药",
packageType = 0,
@@ -11816,7 +11816,6 @@ StdItems = {
id = 380,
itemlvl = 3,
name = "100元代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
packageType = 2,
recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },
@@ -12058,7 +12057,6 @@ StdItems = {
isShowUseBtn = 1,
itemlvl = 3,
name = "200元代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
packageType = 2,
recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },
@@ -12090,7 +12088,6 @@ StdItems = {
isShowUseBtn = 1,
itemlvl = 3,
name = "500元代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
packageType = 2,
recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },
@@ -43549,7 +43546,6 @@ StdItems = {
itemEff = 5,
itemlvl = 3,
name = "1万元宝代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
packageType = 2,
recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },