feat:json配置提交

This commit is contained in:
xichaoyin 2024-01-04 19:48:58 +08:00
parent e2df48498a
commit b4221ff4b0
7 changed files with 218 additions and 125 deletions

View File

@ -1953,7 +1953,8 @@
"path": "Canvas/draw/uiRoot/uiView_weiwang/weiwang/xia/shengji/btn_sj", "path": "Canvas/draw/uiRoot/uiView_weiwang/weiwang/xia/shengji/btn_sj",
"undefined": "点升级按钮", "undefined": "点升级按钮",
"initiative": 1, "initiative": 1,
"location": 1 "location": 1,
"filter": "loop_openConfGuideEnd"
}, },
"20001": { "20001": {
"id": 20001, "id": 20001,

View File

@ -3,73 +3,136 @@
"id": 1, "id": 1,
"heroId": 5001, "heroId": 5001,
"name": "heroSkin_name_1", "name": "heroSkin_name_1",
"undefined": "传说·兔女郎", "undefined": "兔女郎",
"model": 50011, "model": 50011,
"card": 50011, "card": 50011,
"head": 50011, "head": 50011,
"colour": 5 "colour": 5,
"zhuanhuan": [
{
"a": "item",
"t": "icon_pifucailiao_hong",
"n": 10
}
]
}, },
"2": { "2": {
"id": 2, "id": 2,
"heroId": 5002, "heroId": 5002,
"name": "heroSkin_name_2", "name": "heroSkin_name_2",
"undefined": "大尉之风",
"model": 50021, "model": 50021,
"card": 50021, "card": 50021,
"head": 50021, "head": 50021,
"colour": 5 "colour": 5,
"zhuanhuan": [
{
"a": "item",
"t": "icon_pifucailiao_hong",
"n": 10
}
]
}, },
"3": { "3": {
"id": 3, "id": 3,
"heroId": 5003, "heroId": 5003,
"name": "heroSkin_name_3", "name": "heroSkin_name_3",
"undefined": "西装暴徒",
"model": 50031, "model": 50031,
"card": 50031, "card": 50031,
"head": 50031, "head": 50031,
"colour": 5 "colour": 5,
"zhuanhuan": [
{
"a": "item",
"t": "icon_pifucailiao_hong",
"n": 10
}
]
}, },
"4": { "4": {
"id": 4, "id": 4,
"heroId": 5004, "heroId": 5004,
"name": "heroSkin_name_4", "name": "heroSkin_name_4",
"undefined": "浪客剑心",
"model": 50041, "model": 50041,
"card": 50041, "card": 50041,
"head": 50041, "head": 50041,
"colour": 5 "colour": 5,
"zhuanhuan": [
{
"a": "item",
"t": "icon_pifucailiao_hong",
"n": 10
}
]
}, },
"5": { "5": {
"id": 5, "id": 5,
"heroId": 5005, "heroId": 5005,
"name": "heroSkin_name_5", "name": "heroSkin_name_5",
"undefined": "猎犬出动",
"model": 50051, "model": 50051,
"card": 50051, "card": 50051,
"head": 50051, "head": 50051,
"colour": 5 "colour": 5,
"zhuanhuan": [
{
"a": "item",
"t": "icon_pifucailiao_hong",
"n": 10
}
]
}, },
"6": { "6": {
"id": 6, "id": 6,
"heroId": 4002, "heroId": 4002,
"name": "heroSkin_name_6", "name": "heroSkin_name_6",
"undefined": "龙行天下",
"model": 40021, "model": 40021,
"card": 40021, "card": 40021,
"head": 40021, "head": 40021,
"colour": 4 "colour": 4,
"zhuanhuan": [
{
"a": "item",
"t": "icon_pifucailiao_cheng",
"n": 10
}
]
}, },
"7": { "7": {
"id": 7, "id": 7,
"heroId": 4006, "heroId": 4006,
"name": "heroSkin_name_7", "name": "heroSkin_name_7",
"undefined": "假面魅姬",
"model": 40061, "model": 40061,
"card": 40061, "card": 40061,
"head": 40061, "head": 40061,
"colour": 4 "colour": 4,
"zhuanhuan": [
{
"a": "item",
"t": "icon_pifucailiao_cheng",
"n": 10
}
]
}, },
"8": { "8": {
"id": 8, "id": 8,
"heroId": 4007, "heroId": 4007,
"name": "heroSkin_name_8", "name": "heroSkin_name_8",
"undefined": "樱花之舞",
"model": 40071, "model": 40071,
"card": 40071, "card": 40071,
"head": 40071, "head": 40071,
"colour": 4 "colour": 4,
"zhuanhuan": [
{
"a": "item",
"t": "icon_pifucailiao_cheng",
"n": 10
}
]
} }
} }

View File

@ -383,18 +383,7 @@
"20": { "20": {
"colour": 4, "colour": 4,
"lv": 20, "lv": 20,
"need": [ "need": [],
{
"a": "attr",
"t": "rmbmoney",
"n": 10
},
{
"a": "attr",
"t": "jinbi",
"n": 8019
}
],
"buff": { "buff": {
"atk": 30, "atk": 30,
"baoshangpro": 0.027 "baoshangpro": 0.027
@ -785,18 +774,7 @@
"20": { "20": {
"colour": 5, "colour": 5,
"lv": 20, "lv": 20,
"need": [ "need": [],
{
"a": "attr",
"t": "rmbmoney",
"n": 10
},
{
"a": "attr",
"t": "jinbi",
"n": 8019
}
],
"buff": { "buff": {
"def": 30, "def": 30,
"maxdps": 39 "maxdps": 39

View File

@ -4307,10 +4307,7 @@
//活动文本描述 //活动文本描述
intr: "czlbtips_1", intr: "czlbtips_1",
intr: "czlbtips_2", intr: "czlbtips_2",
//邮件标题 //礼包
mailTitle: "intr_czhl_mailTitle",
//邮件内容
mailDes: "intr_czhl_mailDes",
//礼包 //礼包
gift: [ gift: [
{ {

View File

@ -3842,7 +3842,7 @@
"50001": { "50001": {
"id": 50001, "id": 50001,
"name": "playerheadFrame_name_3", "name": "playerheadFrame_name_3",
"undefined": "使用后解锁头像框“火力覆盖”", "undefined": "使用后解锁头像框“火力覆盖”,解锁后防御加成+1%",
"type": 7, "type": 7,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -3861,7 +3861,7 @@
"50002": { "50002": {
"id": 50002, "id": 50002,
"name": "playerheadFrame_name_4", "name": "playerheadFrame_name_4",
"undefined": "使用后解锁头像框“双枪”", "undefined": "使用后解锁头像框“双枪”,解锁后攻击加成+1%",
"type": 7, "type": 7,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -3880,7 +3880,7 @@
"50003": { "50003": {
"id": 50003, "id": 50003,
"name": "playerheadFrame_name_6", "name": "playerheadFrame_name_6",
"undefined": "使用后解锁头像框“武装炫耀”", "undefined": "使用后解锁头像框“武装炫耀”,解锁后攻击加成+1%、生命加成+1%限时7天",
"type": 7, "type": 7,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -3899,7 +3899,7 @@
"50004": { "50004": {
"id": 50004, "id": 50004,
"name": "playerheadFrame_name_7", "name": "playerheadFrame_name_7",
"undefined": "使用后解锁头像框“血海”", "undefined": "使用后解锁头像框“血海”,解锁后攻击加成+1%、生命加成+1%限时7天",
"type": 7, "type": 7,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -3918,7 +3918,7 @@
"50005": { "50005": {
"id": 50005, "id": 50005,
"name": "playerheadFrame_name_8", "name": "playerheadFrame_name_8",
"undefined": "使用后解锁头像框“边界感”", "undefined": "使用后解锁头像框“破笼而出”,解锁后伤害加成+2%限时7天",
"type": 7, "type": 7,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -3937,7 +3937,7 @@
"50006": { "50006": {
"id": 50006, "id": 50006,
"name": "playerheadFrame_name_9", "name": "playerheadFrame_name_9",
"undefined": "使用后解锁头像框“破笼而出”", "undefined": "使用后解锁头像框“擂台”,解锁后防御加成+1%",
"type": 7, "type": 7,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -3956,7 +3956,7 @@
"50007": { "50007": {
"id": 50007, "id": 50007,
"name": "playerheadFrame_name_10", "name": "playerheadFrame_name_10",
"undefined": "使用后解锁头像框“破土而出”", "undefined": "使用后解锁头像框“破土而出”,解锁后攻击加成+1%、生命加成+1%限时7天",
"type": 7, "type": 7,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -3975,7 +3975,7 @@
"50008": { "50008": {
"id": 50008, "id": 50008,
"name": "playerheadFrame_name_11", "name": "playerheadFrame_name_11",
"undefined": "使用后解锁头像框“赠礼”", "undefined": "使用后解锁头像框“赠礼”,解锁后攻击加成+1%、生命加成+1%",
"type": 7, "type": 7,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -3994,7 +3994,7 @@
"50009": { "50009": {
"id": 50009, "id": 50009,
"name": "playerheadFrame_name_23", "name": "playerheadFrame_name_23",
"undefined": "使用后解锁头像框“圣诞氛围”", "undefined": "使用后解锁头像框“圣诞氛围”,解锁后防御加成+1%,解锁后生命加成+1%",
"type": 7, "type": 7,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -4013,7 +4013,7 @@
"50010": { "50010": {
"id": 50010, "id": 50010,
"name": "playerheadFrame_name_24", "name": "playerheadFrame_name_24",
"undefined": "使用后解锁头像框“披星戴月”", "undefined": "使用后解锁头像框“披星戴月”,解锁后伤害加成+1%限时7天",
"type": 7, "type": 7,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -4032,7 +4032,7 @@
"50011": { "50011": {
"id": 50011, "id": 50011,
"name": "playerheadFrame_name_25", "name": "playerheadFrame_name_25",
"undefined": "使用后解锁头像框“新春安宁”", "undefined": "使用后解锁头像框“新春安宁”,解锁后生命加成+1%",
"type": 7, "type": 7,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -4051,7 +4051,7 @@
"50101": { "50101": {
"id": 50101, "id": 50101,
"name": "playerChatFrame_name_6", "name": "playerChatFrame_name_6",
"undefined": "使用后解锁聊天框“冰天雪地”", "undefined": "使用后解锁聊天框“冰天雪地”,解锁后攻击加成+1%、生命加成+1%限时7天",
"type": 8, "type": 8,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -4070,7 +4070,7 @@
"50102": { "50102": {
"id": 50102, "id": 50102,
"name": "playerChatFrame_name_7", "name": "playerChatFrame_name_7",
"undefined": "使用后解锁聊天框“海浪奔涌”", "undefined": "使用后解锁聊天框“海浪奔涌”,解锁后防御加成+1%",
"type": 8, "type": 8,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -4089,7 +4089,7 @@
"50103": { "50103": {
"id": 50103, "id": 50103,
"name": "playerheadFrame_name_15", "name": "playerheadFrame_name_15",
"undefined": "使用后解锁头像框“名扬四海”", "undefined": "使用后解锁头像框“名扬四海”,解锁后伤害加成+1%",
"type": 7, "type": 7,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -4108,7 +4108,7 @@
"50104": { "50104": {
"id": 50104, "id": 50104,
"name": "playerChatFrame_name_8", "name": "playerChatFrame_name_8",
"undefined": "使用后解锁聊天框“圣诞快乐”", "undefined": "使用后解锁聊天框“圣诞快乐”,解锁后防御加成+1%",
"type": 8, "type": 8,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -4127,7 +4127,7 @@
"50105": { "50105": {
"id": 50105, "id": 50105,
"name": "playerChatFrame_name_9", "name": "playerChatFrame_name_9",
"undefined": "使用后解锁聊天框“新年快乐”", "undefined": "使用后解锁聊天框“新年快乐”,解锁后防御加成+1%",
"type": 8, "type": 8,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -4146,7 +4146,7 @@
"50201": { "50201": {
"id": 50201, "id": 50201,
"name": "playerheadFrame_name_16", "name": "playerheadFrame_name_16",
"undefined": "使用后解锁头像框“招贤纳士”", "undefined": "使用后解锁头像框“招贤纳士”,解锁后攻击加成+1%",
"type": 7, "type": 7,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -4165,7 +4165,7 @@
"50202": { "50202": {
"id": 50202, "id": 50202,
"name": "playerheadFrame_name_17", "name": "playerheadFrame_name_17",
"undefined": "使用后解锁头像框“势如破竹”", "undefined": "使用后解锁头像框“势如破竹”,解锁后防御加成+1%",
"type": 7, "type": 7,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -4184,7 +4184,7 @@
"50203": { "50203": {
"id": 50203, "id": 50203,
"name": "playerheadFrame_name_18", "name": "playerheadFrame_name_18",
"undefined": "使用后解锁头像框“被甲执兵”", "undefined": "使用后解锁头像框“被甲执兵”,解锁后生命加成+1%",
"type": 7, "type": 7,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -4203,7 +4203,7 @@
"50204": { "50204": {
"id": 50204, "id": 50204,
"name": "playerheadFrame_name_19", "name": "playerheadFrame_name_19",
"undefined": "使用后解锁头像框“锋芒毕露”", "undefined": "使用后解锁头像框“锋芒毕露”,解锁后攻击加成+1%",
"type": 7, "type": 7,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -4222,7 +4222,7 @@
"50205": { "50205": {
"id": 50205, "id": 50205,
"name": "playerheadFrame_name_20", "name": "playerheadFrame_name_20",
"undefined": "使用后解锁头像框“所向披靡”", "undefined": "使用后解锁头像框“所向披靡”,解锁后防御加成+1%",
"type": 7, "type": 7,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -4241,7 +4241,7 @@
"50206": { "50206": {
"id": 50206, "id": 50206,
"name": "playerheadFrame_name_21", "name": "playerheadFrame_name_21",
"undefined": "使用后解锁头像框“传世藏品”", "undefined": "使用后解锁头像框“传世藏品”,解锁后生命加成+1%",
"type": 7, "type": 7,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -4260,7 +4260,7 @@
"50207": { "50207": {
"id": 50207, "id": 50207,
"name": "playerheadFrame_name_22", "name": "playerheadFrame_name_22",
"undefined": "使用后解锁头像框“金戈铁马”", "undefined": "使用后解锁头像框“金戈铁马”,解锁后伤害加成+1%",
"type": 7, "type": 7,
"sort": 1, "sort": 1,
"colour": 4, "colour": 4,
@ -4279,7 +4279,7 @@
"50301": { "50301": {
"id": 50301, "id": 50301,
"name": "playerModel_name_3", "name": "playerModel_name_3",
"undefined": "使用后解锁主角造型“圣诞庆典:男”", "undefined": "使用后解锁主角造型“圣诞庆典:男”,解锁后防御加成+1%",
"type": 6, "type": 6,
"sort": 1, "sort": 1,
"colour": 5, "colour": 5,
@ -4298,7 +4298,7 @@
"50302": { "50302": {
"id": 50302, "id": 50302,
"name": "playerModel_name_4", "name": "playerModel_name_4",
"undefined": "使用后解锁主角造型“圣诞庆典:女”", "undefined": "使用后解锁主角造型“圣诞庆典:女”,解锁后防御加成+1%",
"type": 6, "type": 6,
"sort": 1, "sort": 1,
"colour": 5, "colour": 5,
@ -7721,5 +7721,59 @@
"selecPrize": [], "selecPrize": [],
"payId": "", "payId": "",
"advancedEffects": "" "advancedEffects": ""
},
"80001": {
"id": 80001,
"name": "intr_item_name_80001",
"undefined": "味道清淡、简单纯净的的白色朗姆酒,可以在干部外观递交给裁缝提升外观等级。",
"type": 1,
"sort": 1,
"colour": 4,
"way": [],
"go": "",
"icon": "icon_pifucailiao_zi",
"sicon": "icon_pifucailiao_zi",
"describe": "intr_item_describe_80001",
"useNeed": [],
"usePrize": [],
"selecPrize": [],
"payId": "",
"advancedEffects": ""
},
"80002": {
"id": 80002,
"name": "intr_item_name_80002",
"undefined": "至少陈酿3年且更甜、更丰富的风味的金色朗姆酒可以在干部外观递交给裁缝提升外观等级。",
"type": 1,
"sort": 1,
"colour": 5,
"way": [],
"go": "",
"icon": "icon_pifucailiao_cheng",
"sicon": "icon_pifucailiao_cheng",
"describe": "intr_item_describe_80002",
"useNeed": [],
"usePrize": [],
"selecPrize": [],
"payId": "",
"advancedEffects": "ani_xiangzikuang"
},
"80003": {
"id": 80003,
"name": "intr_item_name_80003",
"undefined": "酒味芳醇,味道复杂的陈年黑色朗姆酒,可以在干部外观递交给裁缝提升外观等级。",
"type": 1,
"sort": 1,
"colour": 6,
"way": [],
"go": "",
"icon": "icon_pifucailiao_hong",
"sicon": "icon_pifucailiao_hong",
"describe": "intr_item_describe_80003",
"useNeed": [],
"usePrize": [],
"selecPrize": [],
"payId": "",
"advancedEffects": "ani_xiangzihong"
} }
} }

View File

@ -122,7 +122,7 @@
"9": { "9": {
"id": 9, "id": 9,
"renownlevel": 9, "renownlevel": 9,
"maxlevel": 11500, "maxlevel": 11250,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -137,7 +137,7 @@
"10": { "10": {
"id": 10, "id": 10,
"renownlevel": 10, "renownlevel": 10,
"maxlevel": 14500, "maxlevel": 13750,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -152,7 +152,7 @@
"11": { "11": {
"id": 11, "id": 11,
"renownlevel": 11, "renownlevel": 11,
"maxlevel": 18000, "maxlevel": 16500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -167,7 +167,7 @@
"12": { "12": {
"id": 12, "id": 12,
"renownlevel": 12, "renownlevel": 12,
"maxlevel": 22000, "maxlevel": 19500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -182,7 +182,7 @@
"13": { "13": {
"id": 13, "id": 13,
"renownlevel": 13, "renownlevel": 13,
"maxlevel": 26500, "maxlevel": 22750,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -197,7 +197,7 @@
"14": { "14": {
"id": 14, "id": 14,
"renownlevel": 14, "renownlevel": 14,
"maxlevel": 31500, "maxlevel": 26250,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -212,7 +212,7 @@
"15": { "15": {
"id": 15, "id": 15,
"renownlevel": 15, "renownlevel": 15,
"maxlevel": 36500, "maxlevel": 30000,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -227,7 +227,7 @@
"16": { "16": {
"id": 16, "id": 16,
"renownlevel": 16, "renownlevel": 16,
"maxlevel": 41500, "maxlevel": 34000,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -242,7 +242,7 @@
"17": { "17": {
"id": 17, "id": 17,
"renownlevel": 17, "renownlevel": 17,
"maxlevel": 46500, "maxlevel": 38250,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -257,7 +257,7 @@
"18": { "18": {
"id": 18, "id": 18,
"renownlevel": 18, "renownlevel": 18,
"maxlevel": 51500, "maxlevel": 42750,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -272,7 +272,7 @@
"19": { "19": {
"id": 19, "id": 19,
"renownlevel": 19, "renownlevel": 19,
"maxlevel": 56500, "maxlevel": 47500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -287,7 +287,7 @@
"20": { "20": {
"id": 20, "id": 20,
"renownlevel": 20, "renownlevel": 20,
"maxlevel": 61500, "maxlevel": 52500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -302,7 +302,7 @@
"21": { "21": {
"id": 21, "id": 21,
"renownlevel": 21, "renownlevel": 21,
"maxlevel": 66500, "maxlevel": 57500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -317,7 +317,7 @@
"22": { "22": {
"id": 22, "id": 22,
"renownlevel": 22, "renownlevel": 22,
"maxlevel": 71500, "maxlevel": 62500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -332,7 +332,7 @@
"23": { "23": {
"id": 23, "id": 23,
"renownlevel": 23, "renownlevel": 23,
"maxlevel": 76500, "maxlevel": 67500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -347,7 +347,7 @@
"24": { "24": {
"id": 24, "id": 24,
"renownlevel": 24, "renownlevel": 24,
"maxlevel": 81500, "maxlevel": 72500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -362,7 +362,7 @@
"25": { "25": {
"id": 25, "id": 25,
"renownlevel": 25, "renownlevel": 25,
"maxlevel": 86500, "maxlevel": 77500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -377,7 +377,7 @@
"26": { "26": {
"id": 26, "id": 26,
"renownlevel": 26, "renownlevel": 26,
"maxlevel": 91500, "maxlevel": 82500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -392,7 +392,7 @@
"27": { "27": {
"id": 27, "id": 27,
"renownlevel": 27, "renownlevel": 27,
"maxlevel": 96500, "maxlevel": 87500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -407,7 +407,7 @@
"28": { "28": {
"id": 28, "id": 28,
"renownlevel": 28, "renownlevel": 28,
"maxlevel": 101500, "maxlevel": 92500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -422,7 +422,7 @@
"29": { "29": {
"id": 29, "id": 29,
"renownlevel": 29, "renownlevel": 29,
"maxlevel": 106500, "maxlevel": 97500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -437,7 +437,7 @@
"30": { "30": {
"id": 30, "id": 30,
"renownlevel": 30, "renownlevel": 30,
"maxlevel": 111500, "maxlevel": 102500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -452,7 +452,7 @@
"31": { "31": {
"id": 31, "id": 31,
"renownlevel": 31, "renownlevel": 31,
"maxlevel": 116500, "maxlevel": 107500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -467,7 +467,7 @@
"32": { "32": {
"id": 32, "id": 32,
"renownlevel": 32, "renownlevel": 32,
"maxlevel": 121500, "maxlevel": 112500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -482,7 +482,7 @@
"33": { "33": {
"id": 33, "id": 33,
"renownlevel": 33, "renownlevel": 33,
"maxlevel": 126500, "maxlevel": 117500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -497,7 +497,7 @@
"34": { "34": {
"id": 34, "id": 34,
"renownlevel": 34, "renownlevel": 34,
"maxlevel": 131500, "maxlevel": 122500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -512,7 +512,7 @@
"35": { "35": {
"id": 35, "id": 35,
"renownlevel": 35, "renownlevel": 35,
"maxlevel": 136500, "maxlevel": 127500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -527,7 +527,7 @@
"36": { "36": {
"id": 36, "id": 36,
"renownlevel": 36, "renownlevel": 36,
"maxlevel": 141500, "maxlevel": 132500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -542,7 +542,7 @@
"37": { "37": {
"id": 37, "id": 37,
"renownlevel": 37, "renownlevel": 37,
"maxlevel": 146500, "maxlevel": 137500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -557,7 +557,7 @@
"38": { "38": {
"id": 38, "id": 38,
"renownlevel": 38, "renownlevel": 38,
"maxlevel": 151500, "maxlevel": 142500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -572,7 +572,7 @@
"39": { "39": {
"id": 39, "id": 39,
"renownlevel": 39, "renownlevel": 39,
"maxlevel": 156500, "maxlevel": 147500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",
@ -587,7 +587,7 @@
"40": { "40": {
"id": 40, "id": 40,
"renownlevel": 40, "renownlevel": 40,
"maxlevel": 161500, "maxlevel": 152500,
"cost": [ "cost": [
{ {
"a": "attr", "a": "attr",

View File

@ -17,7 +17,7 @@
"p": 5, "p": 5,
"intr": "intr_xuanshangrenwu_intr_1", "intr": "intr_xuanshangrenwu_intr_1",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"2": { "2": {
"id": 2, "id": 2,
@ -37,7 +37,7 @@
"p": 3, "p": 3,
"intr": "intr_xuanshangrenwu_intr_2", "intr": "intr_xuanshangrenwu_intr_2",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"3": { "3": {
"id": 3, "id": 3,
@ -57,7 +57,7 @@
"p": 5, "p": 5,
"intr": "intr_xuanshangrenwu_intr_3", "intr": "intr_xuanshangrenwu_intr_3",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"4": { "4": {
"id": 4, "id": 4,
@ -77,7 +77,7 @@
"p": 1, "p": 1,
"intr": "intr_xuanshangrenwu_intr_4", "intr": "intr_xuanshangrenwu_intr_4",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 3 "jiequNum": 3
}, },
"5": { "5": {
"id": 5, "id": 5,
@ -97,7 +97,7 @@
"p": 3, "p": 3,
"intr": "intr_xuanshangrenwu_intr_5", "intr": "intr_xuanshangrenwu_intr_5",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"6": { "6": {
"id": 6, "id": 6,
@ -117,7 +117,7 @@
"p": 5, "p": 5,
"intr": "intr_xuanshangrenwu_intr_4", "intr": "intr_xuanshangrenwu_intr_4",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 3 "jiequNum": 3
}, },
"7": { "7": {
"id": 7, "id": 7,
@ -137,7 +137,7 @@
"p": 3, "p": 3,
"intr": "intr_xuanshangrenwu_intr_5", "intr": "intr_xuanshangrenwu_intr_5",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"8": { "8": {
"id": 8, "id": 8,
@ -157,7 +157,7 @@
"p": 5, "p": 5,
"intr": "intr_xuanshangrenwu_intr_6", "intr": "intr_xuanshangrenwu_intr_6",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"9": { "9": {
"id": 9, "id": 9,
@ -177,7 +177,7 @@
"p": 1, "p": 1,
"intr": "intr_xuanshangrenwu_intr_7", "intr": "intr_xuanshangrenwu_intr_7",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"10": { "10": {
"id": 10, "id": 10,
@ -197,7 +197,7 @@
"p": 3, "p": 3,
"intr": "intr_xuanshangrenwu_intr_8", "intr": "intr_xuanshangrenwu_intr_8",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"11": { "11": {
"id": 11, "id": 11,
@ -217,7 +217,7 @@
"p": 5, "p": 5,
"intr": "intr_xuanshangrenwu_intr_6", "intr": "intr_xuanshangrenwu_intr_6",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"12": { "12": {
"id": 12, "id": 12,
@ -237,7 +237,7 @@
"p": 3, "p": 3,
"intr": "intr_xuanshangrenwu_intr_7", "intr": "intr_xuanshangrenwu_intr_7",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"13": { "13": {
"id": 13, "id": 13,
@ -257,7 +257,7 @@
"p": 3, "p": 3,
"intr": "intr_xuanshangrenwu_intr_8", "intr": "intr_xuanshangrenwu_intr_8",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"14": { "14": {
"id": 14, "id": 14,
@ -277,7 +277,7 @@
"p": 5, "p": 5,
"intr": "intr_xuanshangrenwu_intr_9", "intr": "intr_xuanshangrenwu_intr_9",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"15": { "15": {
"id": 15, "id": 15,
@ -297,7 +297,7 @@
"p": 2, "p": 2,
"intr": "intr_xuanshangrenwu_intr_10", "intr": "intr_xuanshangrenwu_intr_10",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 3 "jiequNum": 3
}, },
"16": { "16": {
"id": 16, "id": 16,
@ -317,7 +317,7 @@
"p": 4, "p": 4,
"intr": "intr_xuanshangrenwu_intr_8", "intr": "intr_xuanshangrenwu_intr_8",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"17": { "17": {
"id": 17, "id": 17,
@ -337,7 +337,7 @@
"p": 5, "p": 5,
"intr": "intr_xuanshangrenwu_intr_9", "intr": "intr_xuanshangrenwu_intr_9",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"18": { "18": {
"id": 18, "id": 18,
@ -357,7 +357,7 @@
"p": 1, "p": 1,
"intr": "intr_xuanshangrenwu_intr_10", "intr": "intr_xuanshangrenwu_intr_10",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 3 "jiequNum": 3
}, },
"19": { "19": {
"id": 19, "id": 19,
@ -377,7 +377,7 @@
"p": 4, "p": 4,
"intr": "intr_xuanshangrenwu_intr_11", "intr": "intr_xuanshangrenwu_intr_11",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"20": { "20": {
"id": 20, "id": 20,
@ -397,7 +397,7 @@
"p": 4, "p": 4,
"intr": "intr_xuanshangrenwu_intr_12", "intr": "intr_xuanshangrenwu_intr_12",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"21": { "21": {
"id": 21, "id": 21,
@ -417,7 +417,7 @@
"p": 3, "p": 3,
"intr": "intr_xuanshangrenwu_intr_11", "intr": "intr_xuanshangrenwu_intr_11",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"22": { "22": {
"id": 22, "id": 22,
@ -437,7 +437,7 @@
"p": 2, "p": 2,
"intr": "intr_xuanshangrenwu_intr_12", "intr": "intr_xuanshangrenwu_intr_12",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"23": { "23": {
"id": 23, "id": 23,
@ -457,7 +457,7 @@
"p": 1, "p": 1,
"intr": "intr_xuanshangrenwu_intr_13", "intr": "intr_xuanshangrenwu_intr_13",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 3 "jiequNum": 3
}, },
"24": { "24": {
"id": 24, "id": 24,
@ -477,7 +477,7 @@
"p": 5, "p": 5,
"intr": "intr_xuanshangrenwu_intr_14", "intr": "intr_xuanshangrenwu_intr_14",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"25": { "25": {
"id": 25, "id": 25,
@ -497,7 +497,7 @@
"p": 2, "p": 2,
"intr": "intr_xuanshangrenwu_intr_15", "intr": "intr_xuanshangrenwu_intr_15",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"26": { "26": {
"id": 26, "id": 26,
@ -517,7 +517,7 @@
"p": 5, "p": 5,
"intr": "intr_xuanshangrenwu_intr_14", "intr": "intr_xuanshangrenwu_intr_14",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"27": { "27": {
"id": 27, "id": 27,
@ -537,7 +537,7 @@
"p": 5, "p": 5,
"intr": "intr_xuanshangrenwu_intr_15", "intr": "intr_xuanshangrenwu_intr_15",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"28": { "28": {
"id": 28, "id": 28,
@ -557,7 +557,7 @@
"p": 1, "p": 1,
"intr": "intr_xuanshangrenwu_intr_16", "intr": "intr_xuanshangrenwu_intr_16",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 3 "jiequNum": 3
}, },
"29": { "29": {
"id": 29, "id": 29,
@ -577,7 +577,7 @@
"p": 2, "p": 2,
"intr": "intr_xuanshangrenwu_intr_17", "intr": "intr_xuanshangrenwu_intr_17",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
}, },
"30": { "30": {
"id": 30, "id": 30,
@ -597,6 +597,6 @@
"p": 4, "p": 4,
"intr": "intr_xuanshangrenwu_intr_18", "intr": "intr_xuanshangrenwu_intr_18",
"img": "icon_jinbi", "img": "icon_jinbi",
"appearNum": 0 "jiequNum": 0
} }
} }