json:配置提交

This commit is contained in:
xichaoyin 2024-01-11 21:49:05 +08:00
parent a776a4c01e
commit e6320bb040
6 changed files with 10 additions and 45 deletions

View File

@ -10,6 +10,7 @@
//累计x个密宝可领取一次奖励 //累计x个密宝可领取一次奖励
getPrizeByMiBaoNum: 6, getPrizeByMiBaoNum: 6,
//每天重置后回退的层数 //每天重置后回退的层数
//这个值没用刺鸟那边写了公式不用这个值了
dayResetBackLayer: 6, dayResetBackLayer: 6,
//每周重置后回退的层数 //每周重置后回退的层数
weekResetBackLayer: 0, weekResetBackLayer: 0,

View File

@ -9811,7 +9811,7 @@
"undpspro": 0.06, "undpspro": 0.06,
"speed": 20, "speed": 20,
"hp": 33800, "hp": 33800,
"pvpdpspro": 0.3, "pvpdpsdrop": 0.3,
"atkpro": 1.4, "atkpro": 1.4,
"defpro": 1.4, "defpro": 1.4,
"hppro": 1.4, "hppro": 1.4,
@ -9848,7 +9848,7 @@
"undpspro": 0.06, "undpspro": 0.06,
"speed": 20, "speed": 20,
"hp": 33800, "hp": 33800,
"pvpdpspro": 0.3, "pvpdpsdrop": 0.3,
"atkpro": 1.8, "atkpro": 1.8,
"defpro": 1.8, "defpro": 1.8,
"hppro": 1.8, "hppro": 1.8,

View File

@ -4067,25 +4067,6 @@
"payId": "", "payId": "",
"advancedEffects": "ani_xiangzikuang" "advancedEffects": "ani_xiangzikuang"
}, },
"50012": {
"id": 50012,
"name": "playerheadFrame_name_26",
"undefined": "使用后解锁头像框“花漫大地”,解锁后生命加成+1%限时7天",
"type": 7,
"sort": 1,
"colour": 5,
"way": [],
"go": "",
"icon": "txk_007",
"sicon": "txk_007",
"describe": "intr_item_describe_50012",
"diaoluo": 26,
"useNeed": [],
"usePrize": [],
"selecPrize": [],
"payId": "",
"advancedEffects": "ani_xiangzikuang"
},
"50101": { "50101": {
"id": 50101, "id": 50101,
"name": "playerChatFrame_name_6", "name": "playerChatFrame_name_6",

View File

@ -425,22 +425,5 @@
}, },
"colour": 4, "colour": 4,
"ani": "" "ani": ""
},
"26": {
"id": 26,
"name": "playerheadFrame_name_26",
"undefined": "黄旗酒馆活动获得,解锁后生命加成+1%限时7天",
"img": "txk_007",
"cond": [
"time",
604800
],
"intr": "playerheadFrame_des_26",
"sort": 26,
"buff": {
"hppro": 0.01
},
"colour": 5,
"ani": ""
} }
} }

View File

@ -20,7 +20,7 @@
{ need: [{a: 'attr', t: 'rmbmoney', n: 200}], prize: [{a: 'item', t: '15', n: 300}], maxNum: 3, addExp: 100, vipAddNum: [1,1,1,1,1,1,1,1,3,3,3,5,5,7,9,13,15,21] }, { need: [{a: 'attr', t: 'rmbmoney', n: 200}], prize: [{a: 'item', t: '15', n: 300}], maxNum: 3, addExp: 100, vipAddNum: [1,1,1,1,1,1,1,1,3,3,3,5,5,7,9,13,15,21] },
], ],
//弹劾时间 //弹劾时间
tanheTime: 86400, tanheTime: 259200,
//公会任务 //公会任务
ghTask: [ ghTask: [
{ total: 30, prize: [{a: 'item', t: '19', n: 1},{a: 'item', t: '9', n: 10},{a: 'attr', t: 'jinbi', n: 50000}]}, { total: 30, prize: [{a: 'item', t: '19', n: 1},{a: 'item', t: '9', n: 10},{a: 'attr', t: 'jinbi', n: 50000}]},

View File

@ -360,27 +360,27 @@
{ {
"range": [ "range": [
0, 0,
0.33 0.333
], ],
"color": 2 "color": 2
}, },
{ {
"range": [ "range": [
0.33, 0.334,
0.66 0.666
], ],
"color": 3 "color": 3
}, },
{ {
"range": [ "range": [
0.66, 0.667,
0.99 0.999
], ],
"color": 4 "color": 4
}, },
{ {
"range": [ "range": [
0.99, 0.999,
1 1
], ],
"color": 5 "color": 5