refactor(item): 优化天龙宝箱物品属性
- 调整属性顺序,提高可读性 - 移除冗余属性,精简配置 - 增加 iseffect 和 showQuality 属性,增强物品展示效果
This commit is contained in:
@@ -46131,28 +46131,26 @@ StdItems = {
|
|||||||
},
|
},
|
||||||
[1380] = {
|
[1380] = {
|
||||||
dup = 9999,
|
dup = 9999,
|
||||||
showQuality = 5,
|
|
||||||
denyDestroy = 1,
|
denyDestroy = 1,
|
||||||
isShowUseBtn = 1,
|
|
||||||
iseffect = 124,
|
|
||||||
forcetips = 0,
|
|
||||||
suggVocation = 0,
|
suggVocation = 0,
|
||||||
staitcAttrs = {},
|
staitcAttrs = {},
|
||||||
denySell = 1,
|
denySell = 1,
|
||||||
|
isShowUseBtn = 1,
|
||||||
time = 0,
|
time = 0,
|
||||||
dealPrice = 10,
|
forcetips = 1,
|
||||||
colGroup = 0,
|
colGroup = 0,
|
||||||
cdTime = 0,
|
cdTime = 0,
|
||||||
icon = 13509,
|
icon = 13509,
|
||||||
recoverid = 0,
|
recoverid = 0,
|
||||||
packageType = 2,
|
dealPrice = 10,
|
||||||
type = 131,
|
type = 131,
|
||||||
dealType = 0,
|
dealType = 0,
|
||||||
conds = {},
|
packageType = 2,
|
||||||
id = 1380,
|
id = 1380,
|
||||||
denyDeal = 1,
|
conds = {},
|
||||||
suitId = 0,
|
suitId = 0,
|
||||||
desc = "打开后随机获得天龙套装中的任意一件,获得随机奖励",
|
desc = "打开后随机获得天龙套装中的任意一件,获得随机奖励",
|
||||||
|
denyDeal = 1,
|
||||||
recordLog = 1,
|
recordLog = 1,
|
||||||
name = "天龙宝箱",
|
name = "天龙宝箱",
|
||||||
dropGroupid = 100877,
|
dropGroupid = 100877,
|
||||||
@@ -46160,6 +46158,8 @@ StdItems = {
|
|||||||
itemlvl = 3,
|
itemlvl = 3,
|
||||||
shape = 0,
|
shape = 0,
|
||||||
existScenes = { -1 },
|
existScenes = { -1 },
|
||||||
|
iseffect = 124,
|
||||||
|
showQuality = 5,
|
||||||
},
|
},
|
||||||
[1381] = {
|
[1381] = {
|
||||||
dup = 9999,
|
dup = 9999,
|
||||||
|
|||||||
Reference in New Issue
Block a user