diff --git a/configs/RecyclingSettingConfig.json b/configs/RecyclingSettingConfig.json index 8e8bbe5..baf0ef3 100644 --- a/configs/RecyclingSettingConfig.json +++ b/configs/RecyclingSettingConfig.json @@ -604,6 +604,19 @@ "title": "材料及药品(绿卡特权)", "VipLV": 2 }, + "401": { + "idx": 4, + "id": 4, + "tips": "一键回收疗伤药,需要绿卡会员", + "Titletips": "绿卡会员可开启该道具一键回收", + "value": 0, + "name": "疗伤药", + "showQuality": 0, + "optionid": 401, + "itemlevel": 32, + "title": "材料及药品(绿卡特权)", + "VipLV": 2 + }, "5": { "idx": 5, "id": 4, @@ -714,7 +727,7 @@ "tips": "一键回收7品证明,需要绿卡会员", "Titletips": "绿卡会员可开启该道具一键回收", "value": 0, - "name": "7品证明和四象丹", + "name": "7品证明", "showQuality": 2, "optionid": 49, "itemlevel": 91, @@ -785,6 +798,19 @@ "itemlevel": 96, "title": "材料及药品(绿卡特权)", "VipLV": 2 + }, + "402": { + "idx": 19, + "id": 4, + "tips": "一键回收四象丹,需要绿卡会员", + "Titletips": "绿卡会员可开启该道具一键回收", + "value": 0, + "name": "四象丹", + "showQuality": 4, + "optionid": 402, + "itemlevel": 402, + "title": "材料及药品(绿卡特权)", + "VipLV": 2 } } } \ No newline at end of file diff --git a/configs/StdItems.json b/configs/StdItems.json index a9cd6be..4043b8b 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -8064,8 +8064,8 @@ "recoverid": 100060, "shape": 0, "staitcAttrs": [ - { "type": 3, "value": 50 }, - { "type": 1, "value": 140 } + { "type": 3, "value": 50000 }, + { "type": 1, "value": 14000 } ], "suggVocation": 0, "suitId": 0, @@ -8097,8 +8097,8 @@ "recoverid": 100061, "shape": 0, "staitcAttrs": [ - { "type": 3, "value": 100 }, - { "type": 1, "value": 170 } + { "type": 3, "value": 10000 }, + { "type": 1, "value": 17000 } ], "suggVocation": 0, "suitId": 0, @@ -8130,8 +8130,8 @@ "recoverid": 100062, "shape": 0, "staitcAttrs": [ - { "type": 3, "value": 150 }, - { "type": 1, "value": 200 } + { "type": 3, "value": 15000 }, + { "type": 1, "value": 20000 } ], "suggVocation": 0, "suitId": 0, @@ -8155,7 +8155,7 @@ "icon": 13001, "id": 248, "isShowUseBtn": 1, - "itemlevel": 29, + "itemlevel": 401, "itemlvl": 3, "name": "疗伤药", "packageType": 0, @@ -8163,8 +8163,8 @@ "recoverid": 100063, "shape": 0, "staitcAttrs": [ - { "type": 3, "value": 200 }, - { "type": 1, "value": 380 } + { "type": 3, "value": 20000 }, + { "type": 1, "value": 38000 } ], "suggVocation": 0, "suitId": 0, @@ -29450,7 +29450,7 @@ "icon": 13386, "id": 853, "isShowUseBtn": 1, - "itemlevel": 91, + "itemlevel": 402, "itemlvl": 3, "name": "四象青龙丹", "openUi": { "param1": [0, 2], "type": 3, "view": "app.RoleView" }, @@ -29481,7 +29481,7 @@ "icon": 13387, "id": 854, "isShowUseBtn": 1, - "itemlevel": 91, + "itemlevel": 402, "itemlvl": 3, "name": "四象白虎丹", "openUi": { "param1": [0, 2], "type": 3, "view": "app.RoleView" }, @@ -29512,7 +29512,7 @@ "icon": 13388, "id": 855, "isShowUseBtn": 1, - "itemlevel": 91, + "itemlevel": 402, "itemlvl": 3, "name": "四象朱雀丹", "openUi": { "param1": [0, 2], "type": 3, "view": "app.RoleView" }, @@ -29544,7 +29544,7 @@ "icon": 13389, "id": 856, "isShowUseBtn": 1, - "itemlevel": 91, + "itemlevel": 402, "itemlvl": 3, "name": "四象玄武丹", "openUi": { "param1": [0, 2], "type": 3, "view": "app.RoleView" }, diff --git a/tools/json2lua.js b/tools/json2lua.js index 30b1e12..5c2bdb7 100644 --- a/tools/json2lua.js +++ b/tools/json2lua.js @@ -8,6 +8,7 @@ const scope = [ "ItemMergeConfig", "MergeConfig", "SpecialRingConfig", + "RecyclingSettingConfig", // "NpcTransConf" // "MergeTotal", "RecyclingSettingConfig", "UpstarConfig", ].filter(Boolean);