Compare commits

...

4 Commits

Author SHA1 Message Date
3c926a4f46 refactor(configs): 调整飞鞋道具属性
- 移除 307 和 308 道具的 isShowUseBtn 属性
- 将 308 道具的 dup 属性从 9999 修改为 99
2025-01-27 23:09:04 +08:00
e4fc710ca2 fix(configs): 修正飞鞋点数道具数量
- 将道具"dup"属性值从 9999 修改为 99
- 确保双击使用时正确增加 99 点飞鞋点数
2025-01-27 23:07:56 +08:00
1a3db7fb28 fix(configs): 修改 Monster 配置中的 dropid
将 Monster 配置中 entityid 为 433 的怪物的 dropid 从 200120 修改为 200119。
2025-01-27 22:45:00 +08:00
b0591ef625 refactor(config): 调整合成系统材料消耗
- 修改了多个物品的合成条件,将材料消耗量增加了10倍
- 更新了批量设置模板,相应调整了材料消耗参数
2025-01-27 22:39:20 +08:00
4 changed files with 33 additions and 35 deletions

View File

@@ -4767,7 +4767,7 @@
"2": { "2": {
"7201": { "7201": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 100 }, "compose": { "id": 4, "type": 4, "count": 1000 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -4781,7 +4781,7 @@
}, },
"7202": { "7202": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 10000 }, "compose": { "id": 4, "type": 4, "count": 100000 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -4795,7 +4795,7 @@
}, },
"7203": { "7203": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 200 }, "compose": { "id": 4, "type": 4, "count": 2000 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -4809,7 +4809,7 @@
}, },
"7204": { "7204": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 20000 }, "compose": { "id": 4, "type": 4, "count": 200000 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -4823,7 +4823,7 @@
}, },
"7205": { "7205": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 500 }, "compose": { "id": 4, "type": 4, "count": 5000 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -4837,7 +4837,7 @@
}, },
"7206": { "7206": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 50000 }, "compose": { "id": 4, "type": 4, "count": 500000 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -4851,7 +4851,7 @@
}, },
"7207": { "7207": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 1000 }, "compose": { "id": 4, "type": 4, "count": 10000 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -4865,7 +4865,7 @@
}, },
"7208": { "7208": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 100000 }, "compose": { "id": 4, "type": 4, "count": 1000000 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -4879,7 +4879,7 @@
}, },
"7209": { "7209": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 2000 }, "compose": { "id": 4, "type": 4, "count": 20000 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -4893,7 +4893,7 @@
}, },
"7210": { "7210": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 200000 }, "compose": { "id": 4, "type": 4, "count": 2000000 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -4907,7 +4907,7 @@
}, },
"7211": { "7211": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 5000 }, "compose": { "id": 4, "type": 4, "count": 50000 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -4921,7 +4921,7 @@
}, },
"7212": { "7212": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 500000 }, "compose": { "id": 4, "type": 4, "count": 5000000 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -4935,7 +4935,7 @@
}, },
"7213": { "7213": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 10000 }, "compose": { "id": 4, "type": 4, "count": 100000 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -4949,7 +4949,7 @@
}, },
"7214": { "7214": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 1000000 }, "compose": { "id": 4, "type": 4, "count": 10000000 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -4963,7 +4963,7 @@
}, },
"7215": { "7215": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 1 }, "compose": { "id": 4, "type": 4, "count": 10 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -4977,7 +4977,7 @@
}, },
"7216": { "7216": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 100 }, "compose": { "id": 4, "type": 4, "count": 1000 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -4991,7 +4991,7 @@
}, },
"7217": { "7217": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 5 }, "compose": { "id": 4, "type": 4, "count": 50 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -5005,7 +5005,7 @@
}, },
"7218": { "7218": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 500 }, "compose": { "id": 4, "type": 4, "count": 5000 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -5019,7 +5019,7 @@
}, },
"7219": { "7219": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 10 }, "compose": { "id": 4, "type": 4, "count": 100 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -5033,7 +5033,7 @@
}, },
"7220": { "7220": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 1000 }, "compose": { "id": 4, "type": 4, "count": 10000 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -5047,7 +5047,7 @@
}, },
"7221": { "7221": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 15 }, "compose": { "id": 4, "type": 4, "count": 150 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -5061,7 +5061,7 @@
}, },
"7222": { "7222": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 1500 }, "compose": { "id": 4, "type": 4, "count": 15000 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -5075,7 +5075,7 @@
}, },
"7223": { "7223": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 30 }, "compose": { "id": 4, "type": 4, "count": 300 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -5089,7 +5089,7 @@
}, },
"7224": { "7224": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 3000 }, "compose": { "id": 4, "type": 4, "count": 30000 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -5103,7 +5103,7 @@
}, },
"7225": { "7225": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 50 }, "compose": { "id": 4, "type": 4, "count": 500 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -5117,7 +5117,7 @@
}, },
"7226": { "7226": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 5000 }, "compose": { "id": 4, "type": 4, "count": 50000 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -5131,7 +5131,7 @@
}, },
"7227": { "7227": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 80 }, "compose": { "id": 4, "type": 4, "count": 800 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -5145,7 +5145,7 @@
}, },
"7228": { "7228": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": 8000 }, "compose": { "id": 4, "type": 4, "count": 80000 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,

View File

@@ -10906,7 +10906,7 @@
"damageMusicRate": 100, "damageMusicRate": 100,
"dieMusicId": "pttongyong-5", "dieMusicId": "pttongyong-5",
"dieMusicRate": 100, "dieMusicRate": 100,
"dropid": 200120, "dropid": 200119,
"entityType": 1, "entityType": 1,
"entityid": 433, "entityid": 433,
"exp": 39400, "exp": 39400,

View File

@@ -9729,12 +9729,11 @@
"desc": "双击使用增加99飞鞋点数", "desc": "双击使用增加99飞鞋点数",
"dropBroadcast": 0, "dropBroadcast": 0,
"dropGroupid": 100516, "dropGroupid": 100516,
"dup": 9999, "dup": 99,
"existScenes": [-1], "existScenes": [-1],
"forcetips": 1, "forcetips": 1,
"icon": 13132, "icon": 13132,
"id": 307, "id": 307,
"isShowUseBtn": 1,
"itemlvl": 3, "itemlvl": 3,
"name": "飞鞋", "name": "飞鞋",
"openUi": { "type": 1, "view": "app.BagBatchUseWin" }, "openUi": { "type": 1, "view": "app.BagBatchUseWin" },
@@ -9759,12 +9758,11 @@
"desc": "双击使用增加999飞鞋点数", "desc": "双击使用增加999飞鞋点数",
"dropBroadcast": 0, "dropBroadcast": 0,
"dropGroupid": 100517, "dropGroupid": 100517,
"dup": 9999, "dup": 99,
"existScenes": [-1], "existScenes": [-1],
"forcetips": 1, "forcetips": 1,
"icon": 13132, "icon": 13132,
"id": 308, "id": 308,
"isShowUseBtn": 1,
"itemlvl": 3, "itemlvl": 3,
"name": "飞鞋(大)", "name": "飞鞋(大)",
"openUi": { "type": 1, "view": "app.BagBatchUseWin" }, "openUi": { "type": 1, "view": "app.BagBatchUseWin" },

View File

@@ -86,7 +86,7 @@ const tpls = {
template: ` template: `
"S1": { "S1": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": S4 }, "compose": { "id": 4, "type": 4, "count": S40 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
@@ -100,7 +100,7 @@ const tpls = {
}, },
"S2": { "S2": {
"circle": 0, "circle": 0,
"compose": { "id": 4, "type": 4, "count": S400 }, "compose": { "id": 4, "type": 4, "count": S4000 },
"index": 7, "index": 7,
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,