Compare commits

...

12 Commits

Author SHA1 Message Date
903ac666f6 feat(config): 更新月卡和商店配置
- 调整月卡消费数量,降低部分等级的消费门槛
- 修改商店商品数量,增加某些商品的可购买量
- 更新 json2lua 工具,添加 MonthCardConfig 的处理
2025-05-18 16:46:11 +08:00
66d96187b2 feat(config): 更新月卡配置并增加新卡种
- 更新现有月卡的每日奖励、购买奖励等信息
- 新增"橙星"和"橙月"两种新卡种
- 调整部分卡种的开放条件,如"橙星"和"橙月"需要满足特定等级条件
2025-02-18 23:14:29 +08:00
aixianling
4758f7e90f feat(config): 将五福内功装备的可叠加数量设置为 999
- 修改了银针[五福]、心决[五福]、金印[五福]和檀珠[五福]的可叠加数量
- 从不可叠加(dup: 0)改为可叠加 999 个(dup: 999)
- 此修改可能旨在提高玩家携带这些装备的便利性
2025-02-18 17:43:12 +08:00
0923c0d0a7 feat(ShopConfig): 更新商城配置
- 修改商品 ID 从 1394 到 1242
- 调整限制次数从 15 次到 0 次
- 变更限制类型从 2 到 3
- 更新商品价格配置:
  - ID 从 4 改为 3
  - 类型从 4 改为 3
  - 价格从 1000000 降至 188
2025-02-13 22:08:36 +08:00
56bea22ff3 refactor(configs): 调整道具合并配置和商店配置
- 修改 ItemMergeConfig.json 中的 mergelimit 字段,将 circle 改为 zs
- 更新 ShopConfig.json 中的商品 ID、价格和限制条件
2025-02-12 23:42:37 +08:00
e3fdac04bc refactor(config): 简化 ItemMergeConfig.json 中的兑换限制提示文本
- 将 "转生等级15且官职为5珠亲王以上方可兑换" 修改为 "转生15且5珠亲王以上方可兑换"
- 优化了提示文本的简洁性,保留了原有的语义
2025-02-12 23:05:50 +08:00
4b022cde37 feat(config): 新增合成配置项
- 在 ItemMergeConfig.json 中添加了新的合成配置项,ID 为 3301
- 新增配置项包括合成条件、产出物品及限制条件等信息
- 此次更新增加了合成产出的多样性和游戏内兑换的限制条件
2025-02-12 23:00:57 +08:00
e6b4ffd952 feat(configs): 添加三阶魔器宝箱物品配置
- 在 StdItems.json 文件中添加了新的物品配置,ID 为 1394
- 该物品为三阶魔器宝箱,具有以下特点:
  - 打开后可随机获得三阶魔器中的任意一件
  - 获得随机奖励
  - 限制交易、销毁和出售
  - 设有专属图标和描述
  - 属于高级物品,具有较高的品质和稀有度
2025-02-12 22:49:57 +08:00
d7bfd860dc fix(configs): 调整物品使用次数限制
- 修改 StdItems.json 文件中物品类型 13 的使用次数限制
- 将物品类型 13 的使用次数从 1200 次降低到 120 次
- 此修改旨在平衡游戏内物品的使用频率和效果
2025-02-12 22:35:15 +08:00
3de79cc1fa refactor(ShopConfig): 移除 ShopConfig 中的冗余配置项
- 删除了 ShopConfig 中的多个冗余 shopid 配置项
- 优化了 ShopConfig 的结构,提高了配置的可读性和维护性
- 同时更新了 lua2json 工具的配置,以适应新的 ShopConfig 结构
2025-02-11 17:11:24 +08:00
c24eb74bcf fix: 修改文件名大小写 2025-02-11 14:38:04 +08:00
3c8e92a7d1 feat(config): 移除物品合成配置中的合成10次按钮
- 在 ItemMergeConfig.json 文件中,移除了两个物品配置中的 "buttontxt10" 和 "mergebutton10" 字段
- 受影响的物品 ID 为 3402 和 3404
2025-02-11 13:53:02 +08:00
6 changed files with 233 additions and 1959 deletions

View File

@@ -2468,6 +2468,21 @@
{ "id": 845, "type": 0, "count": 100 },
{ "id": 4, "type": 4, "count": 100000 }
]
},
"3301": {
"circle": 0,
"compose": { "id": 1394, "type": 0, "count": 1 },
"index": 1,
"text": "合成",
"Eid": 3301,
"second_index": 2,
"openserverday": 1,
"table": [
{ "id": 845, "type": 0, "count": 10000 },
{ "id": 4, "type": 4, "count": 1000000 }
],
"mergelimit": { "office": 23, "zs": 15 },
"limitTips": "转生15且5珠亲王以上方可兑换"
}
},
"4": {
@@ -2489,8 +2504,6 @@
"compose": { "id": 13, "type": 13, "count": 250000000 },
"index": 3,
"text": "兑换",
"buttontxt10": "合成10次",
"mergebutton10": 1,
"Eid": 3402,
"second_index": 4,
"table": [{ "id": 300, "type": 0, "count": 100 }],
@@ -2515,8 +2528,6 @@
"compose": { "id": 13, "type": 13, "count": 800000000 },
"index": 3,
"text": "兑换",
"buttontxt10": "合成10次",
"mergebutton10": 1,
"Eid": 3404,
"second_index": 4,
"table": [{ "id": 301, "type": 0, "count": 100 }],

View File

@@ -1 +1,173 @@
{"1":{"idx":1,"name":"免费特权","dailyAward":[],"buyAward":[{"id":474,"type":0,"count":1}],"consume":{"id":2,"type":2,"count":10000}},"2":{"idx":2,"name":"月卡","dailyAward":[{"id":302,"type":0,"count":1},{"id":269,"type":0,"count":1},{"id":261,"type":0,"count":5}],"buyAward":[{"id":249,"type":0,"count":1},{"id":302,"type":0,"count":8}],"consume":{"id":4,"type":4,"count":280}},"3":{"idx":3,"name":"大药月卡","dailyAward":[{"id":311,"type":0,"count":1}],"buyAward":[{"id":3,"type":3,"count":66},{"id":11,"type":11,"count":5}],"consume":{"id":4,"type":4,"count":1000}},"4":{"idx":4,"name":"永久卡","dailyAward":[{"id":7,"type":7,"count":10},{"id":2,"type":2,"count":200000}],"buyAward":[{"id":462,"type":0,"count":1},{"id":468,"type":0,"count":1}],"consume":{"id":4,"type":4,"count":1580}},"5":{"idx":5,"dailyAward":[],"Ybprice":2,"superRightLV":1,"name":"白卡","ViewType":2,"buyAward":[{"id":474,"type":0,"count":1},{"id":261,"type":0,"count":50},{"id":926,"type":0,"count":1},{"id":3,"type":3,"count":18},{"id":1058,"type":0,"count":1},{"id":300,"type":0,"count":2}],"pictures":["tq_p_1_1","tq_p_1_2","tq_p_1_3"],"consume":{"id":1242,"type":0,"count":2}},"6":{"idx":6,"dailyAward":[],"Ybprice":10,"superRightLV":2,"name":"绿卡","ViewType":2,"buyAward":[{"id":475,"type":0,"count":1},{"id":823,"type":0,"count":1},{"id":261,"type":0,"count":100},{"id":367,"type":0,"count":1},{"id":249,"type":0,"count":2},{"id":927,"type":0,"count":1}],"pictures":["tq_p_2_2","tq_p_2_1","tq_p_2_3"],"consume":{"id":1242,"type":0,"count":10}},"7":{"idx":7,"dailyAward":[],"Ybprice":20,"superRightLV":3,"name":"蓝卡","ViewType":2,"buyAward":[{"id":468,"type":0,"count":1},{"id":507,"type":0,"count":1},{"id":853,"type":0,"count":113},{"id":854,"type":0,"count":113},{"id":249,"type":0,"count":2},{"id":928,"type":0,"count":1}],"pictures":["tq_p_4_3","tq_p_3_1","tq_p_3_3"],"consume":{"id":1242,"type":0,"count":20}},"8":{"idx":8,"dailyAward":[],"Ybprice":70,"superRightLV":4,"name":"紫卡","ViewType":2,"buyAward":[{"id":929,"type":0,"count":1},{"id":976,"type":0,"count":1},{"id":852,"type":0,"count":30},{"id":250,"type":0,"count":2},{"id":853,"type":0,"count":450},{"id":854,"type":0,"count":450}],"pictures":["tq_p_4_2","tq_p_4_1","tq_p_3_2"],"consume":{"id":1242,"type":0,"count":70}},"9":{"idx":9,"dailyAward":[],"Ybprice":220,"superRightLV":5,"name":"橙卡","ViewType":2,"heraldid":"tq_btnt14_2","buyAward":[{"id":930,"type":0,"count":1},{"id":824,"type":0,"count":1},{"id":953,"type":0,"count":14},{"id":977,"type":0,"count":1},{"id":300,"type":0,"count":50},{"id":250,"type":0,"count":10}],"pictures":["tq_p_5_2","tq_p_5_1","tq_p_5_3"],"consume":{"id":1242,"type":0,"count":220}},"10":{"idx":10,"name":"首充卡","superRightLV":-1},"11":{"idx":11,"name":"白卡"},"12":{"idx":12,"dailyAward":[],"Ybprice":250,"superRightLV":6,"displaylimit":{"openDay":1,"vip":0},"name":"橙星","ViewType":2,"heraldid":"tq_btnt14_4","buyAward":[{"id":1073,"type":0,"count":1},{"id":1146,"type":0,"count":1},{"id":1066,"type":0,"count":300},{"id":1115,"type":0,"count":1},{"id":970,"type":0,"count":666},{"id":300,"type":0,"count":100}],"pictures":["tq_p_6_2","tq_p_6_1","tq_p_6_3"],"consume":{"id":1242,"type":0,"count":250}},"13":{"idx":13,"dailyAward":[],"Ybprice":350,"superRightLV":7,"displaylimit":{"openDay":1,"vip":0},"name":"橙月","ViewType":2,"heraldid":"tq_btnt14_3","buyAward":[{"id":1273,"type":0,"count":1},{"id":1272,"type":0,"count":1},{"id":1241,"type":0,"count":1},{"id":265,"type":0,"count":1888},{"id":970,"type":0,"count":666},{"id":852,"type":0,"count":158}],"pictures":["tq_p_7_2","tq_p_7_1","tq_p_7_3"],"consume":{"id":1242,"type":0,"count":350}}}
{
"1": { "idx": 1, "name": "免费特权", "dailyAward": [], "buyAward": [{ "id": 474, "type": 0, "count": 1 }], "consume": { "id": 2, "type": 2, "count": 10000 } },
"2": {
"idx": 2,
"name": "月卡",
"dailyAward": [
{ "id": 302, "type": 0, "count": 1 },
{ "id": 269, "type": 0, "count": 1 },
{ "id": 261, "type": 0, "count": 5 }
],
"buyAward": [
{ "id": 249, "type": 0, "count": 1 },
{ "id": 302, "type": 0, "count": 8 }
],
"consume": { "id": 4, "type": 4, "count": 280 }
},
"3": {
"idx": 3,
"name": "大药月卡",
"dailyAward": [{ "id": 311, "type": 0, "count": 1 }],
"buyAward": [
{ "id": 3, "type": 3, "count": 66 },
{ "id": 11, "type": 11, "count": 5 }
],
"consume": { "id": 4, "type": 4, "count": 1000 }
},
"4": {
"idx": 4,
"name": "永久卡",
"dailyAward": [
{ "id": 7, "type": 7, "count": 10 },
{ "id": 2, "type": 2, "count": 200000 }
],
"buyAward": [
{ "id": 462, "type": 0, "count": 1 },
{ "id": 468, "type": 0, "count": 1 }
],
"consume": { "id": 4, "type": 4, "count": 1580 }
},
"5": {
"idx": 5,
"dailyAward": [],
"Ybprice": 2,
"superRightLV": 1,
"name": "白卡",
"ViewType": 2,
"buyAward": [
{ "id": 474, "type": 0, "count": 1 },
{ "id": 261, "type": 0, "count": 50 },
{ "id": 926, "type": 0, "count": 1 },
{ "id": 3, "type": 3, "count": 18 },
{ "id": 1058, "type": 0, "count": 1 },
{ "id": 300, "type": 0, "count": 2 }
],
"pictures": ["tq_p_1_1", "tq_p_1_2", "tq_p_1_3"],
"consume": { "id": 1242, "type": 0, "count": 2 }
},
"6": {
"idx": 6,
"dailyAward": [],
"Ybprice": 10,
"superRightLV": 2,
"name": "绿卡",
"ViewType": 2,
"buyAward": [
{ "id": 475, "type": 0, "count": 1 },
{ "id": 823, "type": 0, "count": 1 },
{ "id": 261, "type": 0, "count": 100 },
{ "id": 367, "type": 0, "count": 1 },
{ "id": 249, "type": 0, "count": 2 },
{ "id": 927, "type": 0, "count": 1 }
],
"pictures": ["tq_p_2_2", "tq_p_2_1", "tq_p_2_3"],
"consume": { "id": 1242, "type": 0, "count": 6 }
},
"7": {
"idx": 7,
"dailyAward": [],
"Ybprice": 20,
"superRightLV": 3,
"name": "蓝卡",
"ViewType": 2,
"buyAward": [
{ "id": 468, "type": 0, "count": 1 },
{ "id": 507, "type": 0, "count": 1 },
{ "id": 853, "type": 0, "count": 113 },
{ "id": 854, "type": 0, "count": 113 },
{ "id": 249, "type": 0, "count": 2 },
{ "id": 928, "type": 0, "count": 1 }
],
"pictures": ["tq_p_4_3", "tq_p_3_1", "tq_p_3_3"],
"consume": { "id": 1242, "type": 0, "count": 16 }
},
"8": {
"idx": 8,
"dailyAward": [],
"Ybprice": 70,
"superRightLV": 4,
"name": "紫卡",
"ViewType": 2,
"buyAward": [
{ "id": 929, "type": 0, "count": 1 },
{ "id": 976, "type": 0, "count": 1 },
{ "id": 852, "type": 0, "count": 30 },
{ "id": 250, "type": 0, "count": 2 },
{ "id": 853, "type": 0, "count": 450 },
{ "id": 854, "type": 0, "count": 450 }
],
"pictures": ["tq_p_4_2", "tq_p_4_1", "tq_p_3_2"],
"consume": { "id": 1242, "type": 0, "count": 40 }
},
"9": {
"idx": 9,
"dailyAward": [],
"Ybprice": 220,
"superRightLV": 5,
"name": "橙卡",
"ViewType": 2,
"heraldid": "tq_btnt14_2",
"buyAward": [
{ "id": 930, "type": 0, "count": 1 },
{ "id": 824, "type": 0, "count": 1 },
{ "id": 953, "type": 0, "count": 14 },
{ "id": 977, "type": 0, "count": 1 },
{ "id": 300, "type": 0, "count": 50 },
{ "id": 250, "type": 0, "count": 10 }
],
"pictures": ["tq_p_5_2", "tq_p_5_1", "tq_p_5_3"],
"consume": { "id": 1242, "type": 0, "count": 100 }
},
"10": { "idx": 10, "name": "首充卡", "superRightLV": -1 },
"11": { "idx": 11, "name": "白卡" },
"12": {
"idx": 12,
"dailyAward": [],
"Ybprice": 250,
"superRightLV": 6,
"displaylimit": { "openDay": 1, "vip": 0 ,"zsLevel":11},
"name": "橙星",
"ViewType": 2,
"heraldid": "tq_btnt14_4",
"buyAward": [
{ "id": 1073, "type": 0, "count": 1 },
{ "id": 1146, "type": 0, "count": 1 },
{ "id": 1066, "type": 0, "count": 300 },
{ "id": 1115, "type": 0, "count": 1 },
{ "id": 970, "type": 0, "count": 666 },
{ "id": 300, "type": 0, "count": 100 }
],
"pictures": ["tq_p_6_2", "tq_p_6_1", "tq_p_6_3"],
"consume": { "id": 1242, "type": 0, "count": 250 }
},
"13": {
"idx": 13,
"dailyAward": [],
"Ybprice": 350,
"superRightLV": 7,
"displaylimit": { "openDay": 1, "vip": 0,"zsLevel":12},
"name": "橙月",
"ViewType": 2,
"heraldid": "tq_btnt14_3",
"buyAward": [
{ "id": 1273, "type": 0, "count": 1 },
{ "id": 1272, "type": 0, "count": 1 },
{ "id": 1241, "type": 0, "count": 1 },
{ "id": 265, "type": 0, "count": 1888 },
{ "id": 970, "type": 0, "count": 666 },
{ "id": 852, "type": 0, "count": 158 }
],
"pictures": ["tq_p_7_2", "tq_p_7_1", "tq_p_7_3"],
"consume": { "id": 1242, "type": 0, "count": 350 }
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -40508,7 +40508,7 @@
"desc": "银针[五福],四大内功装备之一,可以激活内功宝石【银花簪】的共鸣效果",
"dropBroadcast": -1,
"dropEffect": 12,
"dup": 0,
"dup": 999,
"existScenes": [-1],
"icon": 13612,
"id": 1171,
@@ -40536,7 +40536,7 @@
{ "type": 19, "value": 120 },
{ "type": 17, "value": 120 },
{ "type": 15, "value": 120 },
{ "type": 13, "value": 1200 },
{ "type": 13, "value": 120 },
{ "type": 11, "value": 120 },
{ "type": 9, "value": 120 }
],
@@ -40732,7 +40732,7 @@
"desc": "心决[五福],四大内功装备之一,可以激活内功宝石【养心玉】的共鸣效果",
"dropBroadcast": -1,
"dropEffect": 12,
"dup": 0,
"dup": 999,
"existScenes": [-1],
"icon": 13607,
"id": 1176,
@@ -40955,7 +40955,7 @@
"desc": "金印[五福],四大内功装备之一,可以激活内功宝石【金曜珠】的共鸣效果",
"dropBroadcast": -1,
"dropEffect": 12,
"dup": 0,
"dup": 999,
"existScenes": [-1],
"icon": 13602,
"id": 1181,
@@ -41178,7 +41178,7 @@
"desc": "檀珠[五福],四大内功装备之一,可以激活内功宝石【黑檀石】的共鸣效果",
"dropBroadcast": -1,
"dropEffect": 12,
"dup": 0,
"dup": 999,
"existScenes": [-1],
"icon": 13597,
"id": 1186,
@@ -48350,5 +48350,37 @@
"time": 0,
"trade": 1,
"type": 8
},
"1394": {
"cdTime": 0,
"colGroup": 0,
"conds": [],
"dealPrice": 10,
"dealType": 0,
"denyDeal": 1,
"denyDestroy": 1,
"denySell": 1,
"desc": "打开后随机获得三阶魔器中的任意一件,获得随机奖励",
"dropBroadcast": 0,
"dropGroupid": 100881,
"dup": 9999,
"existScenes": [-1],
"icon": 13509,
"id": 1394,
"isShowUseBtn": 1,
"iseffect": 127,
"itemlvl": 3,
"name": "三阶魔器宝箱",
"packageType": 2,
"recordLog": 1,
"recoverid": 0,
"shape": 0,
"showQuality": 5,
"staitcAttrs": [],
"suggVocation": 0,
"suitId": 0,
"time": 0,
"trade": 3,
"type": 131
}
}

View File

@@ -12,7 +12,9 @@ const scope = [
"ActivitiesConf",
"UpstarPriceConfig",
"UpstarConfig",
"GuildDonateConfig",
"MonthCardConfig",
// "GuildDonateConfig",
"ShopConfig",
// "NpcTransConf"
// "MergeTotal", "RecyclingSettingConfig", "UpstarConfig",
].filter(Boolean);

View File

@@ -6,7 +6,8 @@ const folderPath = "./luaConfigs";
const scope = [
// "MergeTotal",
"ActivitiesConf",
// "ActivitiesConf",
"ShopConfig"
].filter(Boolean);
const start = () => {