feat(config): 添加疗伤药和四象丹的回收配置并调整属性值

- 在 RecyclingSettingConfig.json 中添加疗伤药和四象丹的回收配置
- 更新 StdItems.json 中疗伤药和四象丹的属性值
- 在 json2lua.js 中添加 RecyclingSettingConfig 的引用
This commit is contained in:
aixianling
2025-01-23 14:58:27 +08:00
parent bc24c9f2b4
commit af106594d1
3 changed files with 41 additions and 14 deletions

View File

@@ -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
}
}
}