feat(configs): 为多个物品添加恢复视图配置
- 在 StdItems.json 中为多个物品添加了 recoverView 字段 - 设置了恢复视图的 id、type、rate 和 count 属性 - 更新了部分物品的 openUi 字段格式 - 移除了某些物品的 denySell 和 denyDeal 属性
This commit is contained in:
@@ -47855,6 +47855,14 @@
|
|||||||
"shape": 0,
|
"shape": 0,
|
||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
|
],
|
||||||
|
"recoverView": [
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"type": 3,
|
||||||
|
"rate": 100,
|
||||||
|
"count": 5
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"854": {
|
"854": {
|
||||||
@@ -47892,6 +47900,14 @@
|
|||||||
"shape": 0,
|
"shape": 0,
|
||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
|
],
|
||||||
|
"recoverView": [
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"type": 3,
|
||||||
|
"rate": 100,
|
||||||
|
"count": 5
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"855": {
|
"855": {
|
||||||
@@ -47930,6 +47946,14 @@
|
|||||||
"shape": 0,
|
"shape": 0,
|
||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
|
],
|
||||||
|
"recoverView": [
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"type": 3,
|
||||||
|
"rate": 100,
|
||||||
|
"count": 5
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"856": {
|
"856": {
|
||||||
@@ -47968,6 +47992,14 @@
|
|||||||
"shape": 0,
|
"shape": 0,
|
||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
|
],
|
||||||
|
"recoverView": [
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"type": 3,
|
||||||
|
"rate": 100,
|
||||||
|
"count": 5
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"857": {
|
"857": {
|
||||||
@@ -56725,6 +56757,14 @@
|
|||||||
"shape": 0,
|
"shape": 0,
|
||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
|
],
|
||||||
|
"recoverView": [
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"type": 3,
|
||||||
|
"rate": 100,
|
||||||
|
"count": 5
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"1019": {
|
"1019": {
|
||||||
@@ -61242,7 +61282,10 @@
|
|||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
],
|
],
|
||||||
"openUi": {"type":1,"view":"app.BagBatchUseWin"}
|
"openUi": {
|
||||||
|
"type": 1,
|
||||||
|
"view": "app.BagBatchUseWin"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1129": {
|
"1129": {
|
||||||
"dup": 9999,
|
"dup": 9999,
|
||||||
@@ -61252,7 +61295,6 @@
|
|||||||
"isShowUseBtn": 1,
|
"isShowUseBtn": 1,
|
||||||
"suggVocation": 0,
|
"suggVocation": 0,
|
||||||
"staitcAttrs": [],
|
"staitcAttrs": [],
|
||||||
"denySell": 1,
|
|
||||||
"forcetips": 1,
|
"forcetips": 1,
|
||||||
"time": 0,
|
"time": 0,
|
||||||
"itemEff": 5,
|
"itemEff": 5,
|
||||||
@@ -61268,7 +61310,6 @@
|
|||||||
"conds": [],
|
"conds": [],
|
||||||
"suitId": 0,
|
"suitId": 0,
|
||||||
"desc": "双击使用获得黄金宸龙,提升伤害100%,时限1年;圣宠自带捡取功能(组队时和活动地图不生效),重复使用延长剩余时限",
|
"desc": "双击使用获得黄金宸龙,提升伤害100%,时限1年;圣宠自带捡取功能(组队时和活动地图不生效),重复使用延长剩余时限",
|
||||||
"denyDeal": 1,
|
|
||||||
"recordLog": 1,
|
"recordLog": 1,
|
||||||
"name": "黄金宸龙",
|
"name": "黄金宸龙",
|
||||||
"dropGroupid": 121034,
|
"dropGroupid": 121034,
|
||||||
@@ -61278,7 +61319,10 @@
|
|||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
],
|
],
|
||||||
"openUi": {"type":1,"view":"app.BagBatchUseWin"},
|
"openUi": {
|
||||||
|
"type": 1,
|
||||||
|
"view": "app.BagBatchUseWin"
|
||||||
|
},
|
||||||
"trade": 5
|
"trade": 5
|
||||||
},
|
},
|
||||||
"1130": {
|
"1130": {
|
||||||
@@ -62624,7 +62668,10 @@
|
|||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
],
|
],
|
||||||
"openUi": {"type":1,"view":"app.BagBatchUseWin"}
|
"openUi": {
|
||||||
|
"type": 1,
|
||||||
|
"view": "app.BagBatchUseWin"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1149": {
|
"1149": {
|
||||||
"dup": 9999,
|
"dup": 9999,
|
||||||
@@ -62661,7 +62708,10 @@
|
|||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
],
|
],
|
||||||
"openUi": {"type":1,"view":"app.BagBatchUseWin"}
|
"openUi": {
|
||||||
|
"type": 1,
|
||||||
|
"view": "app.BagBatchUseWin"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1150": {
|
"1150": {
|
||||||
"dup": 9999,
|
"dup": 9999,
|
||||||
@@ -62698,7 +62748,10 @@
|
|||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
],
|
],
|
||||||
"openUi": {"type":1,"view":"app.BagBatchUseWin"}
|
"openUi": {
|
||||||
|
"type": 1,
|
||||||
|
"view": "app.BagBatchUseWin"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1151": {
|
"1151": {
|
||||||
"dup": 9999,
|
"dup": 9999,
|
||||||
@@ -62735,7 +62788,10 @@
|
|||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
],
|
],
|
||||||
"openUi": {"type":1,"view":"app.BagBatchUseWin"}
|
"openUi": {
|
||||||
|
"type": 1,
|
||||||
|
"view": "app.BagBatchUseWin"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1152": {
|
"1152": {
|
||||||
"dup": 9999,
|
"dup": 9999,
|
||||||
@@ -62772,7 +62828,10 @@
|
|||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
],
|
],
|
||||||
"openUi": {"type":1,"view":"app.BagBatchUseWin"}
|
"openUi": {
|
||||||
|
"type": 1,
|
||||||
|
"view": "app.BagBatchUseWin"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1153": {
|
"1153": {
|
||||||
"dup": 9999,
|
"dup": 9999,
|
||||||
@@ -62809,7 +62868,10 @@
|
|||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
],
|
],
|
||||||
"openUi": {"type":1,"view":"app.BagBatchUseWin"}
|
"openUi": {
|
||||||
|
"type": 1,
|
||||||
|
"view": "app.BagBatchUseWin"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1154": {
|
"1154": {
|
||||||
"dup": 9999,
|
"dup": 9999,
|
||||||
@@ -62846,7 +62908,10 @@
|
|||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
],
|
],
|
||||||
"openUi": {"type":1,"view":"app.BagBatchUseWin"}
|
"openUi": {
|
||||||
|
"type": 1,
|
||||||
|
"view": "app.BagBatchUseWin"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1155": {
|
"1155": {
|
||||||
"dup": 9999,
|
"dup": 9999,
|
||||||
@@ -62883,7 +62948,10 @@
|
|||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
],
|
],
|
||||||
"openUi": {"type":1,"view":"app.BagBatchUseWin"}
|
"openUi": {
|
||||||
|
"type": 1,
|
||||||
|
"view": "app.BagBatchUseWin"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1156": {
|
"1156": {
|
||||||
"dup": 9999,
|
"dup": 9999,
|
||||||
@@ -62920,7 +62988,10 @@
|
|||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
],
|
],
|
||||||
"openUi": {"type":1,"view":"app.BagBatchUseWin"}
|
"openUi": {
|
||||||
|
"type": 1,
|
||||||
|
"view": "app.BagBatchUseWin"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1157": {
|
"1157": {
|
||||||
"dup": 9999,
|
"dup": 9999,
|
||||||
@@ -62957,7 +63028,10 @@
|
|||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
],
|
],
|
||||||
"openUi": {"type":1,"view":"app.BagBatchUseWin"}
|
"openUi": {
|
||||||
|
"type": 1,
|
||||||
|
"view": "app.BagBatchUseWin"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1158": {
|
"1158": {
|
||||||
"dup": 9999,
|
"dup": 9999,
|
||||||
@@ -62994,7 +63068,10 @@
|
|||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
],
|
],
|
||||||
"openUi": {"type":1,"view":"app.BagBatchUseWin"}
|
"openUi": {
|
||||||
|
"type": 1,
|
||||||
|
"view": "app.BagBatchUseWin"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1159": {
|
"1159": {
|
||||||
"dup": 9999,
|
"dup": 9999,
|
||||||
@@ -63031,7 +63108,10 @@
|
|||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
],
|
],
|
||||||
"openUi": {"type":1,"view":"app.BagBatchUseWin"}
|
"openUi": {
|
||||||
|
"type": 1,
|
||||||
|
"view": "app.BagBatchUseWin"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1160": {
|
"1160": {
|
||||||
"dup": 9999,
|
"dup": 9999,
|
||||||
@@ -63068,7 +63148,10 @@
|
|||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
],
|
],
|
||||||
"openUi": {"type":1,"view":"app.BagBatchUseWin"}
|
"openUi": {
|
||||||
|
"type": 1,
|
||||||
|
"view": "app.BagBatchUseWin"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1161": {
|
"1161": {
|
||||||
"dup": 9999,
|
"dup": 9999,
|
||||||
@@ -63105,7 +63188,10 @@
|
|||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
],
|
],
|
||||||
"openUi": {"type":1,"view":"app.BagBatchUseWin"}
|
"openUi": {
|
||||||
|
"type": 1,
|
||||||
|
"view": "app.BagBatchUseWin"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1162": {
|
"1162": {
|
||||||
"dup": 9999,
|
"dup": 9999,
|
||||||
@@ -63142,7 +63228,10 @@
|
|||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
],
|
],
|
||||||
"openUi": {"type":1,"view":"app.BagBatchUseWin"}
|
"openUi": {
|
||||||
|
"type": 1,
|
||||||
|
"view": "app.BagBatchUseWin"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1163": {
|
"1163": {
|
||||||
"dup": 9999,
|
"dup": 9999,
|
||||||
@@ -63179,7 +63268,10 @@
|
|||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
],
|
],
|
||||||
"openUi": {"type":1,"view":"app.BagBatchUseWin"}
|
"openUi": {
|
||||||
|
"type": 1,
|
||||||
|
"view": "app.BagBatchUseWin"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1164": {
|
"1164": {
|
||||||
"dup": 9999,
|
"dup": 9999,
|
||||||
@@ -63222,7 +63314,6 @@
|
|||||||
"existScenes": [
|
"existScenes": [
|
||||||
-1
|
-1
|
||||||
]
|
]
|
||||||
|
|
||||||
},
|
},
|
||||||
"1165": {
|
"1165": {
|
||||||
"dup": 9999,
|
"dup": 9999,
|
||||||
|
|||||||
Reference in New Issue
Block a user