diff --git a/game-server/app/services/role/calCe.ts b/game-server/app/services/role/calCe.ts index a6914a42d..c37527ab6 100644 --- a/game-server/app/services/role/calCe.ts +++ b/game-server/app/services/role/calCe.ts @@ -42,7 +42,7 @@ export class CalCe { let { school = 0, teraph = 0, title = 0, scroll = 0, skin = 0 } = this.data.getGlobalAttrById(attrId); let val = 0, str = ''; if(ABI_TYPE_MAIN.indexOf(attrId) != -1) { - // {[hp1 + lv * hp2 + hp3 * ( 1 + hp4 )] * (1 + hp5 ) + [( hp6 + hp7 ) * ( 1 + hp8 )] } * ( 1 + hp9 ) + hp10 + hp11 + // {[hp1 + lv * hp2 + hp3 * ( 1 + hp4 )] * (1 + hp5 ) + [( hp6 + hp7 ) * ( 1 + hp8 )] } * ( 1 + hp9 ) + hp10 + hp11 val = ((mainBase + job + lv * starUp + connect * ( 1 + favour/100 )) * ( 1 + school + talent/100 ) + (( equipQuality + equipStrength ) * ( 1 + ( equipStar/100 + equipSuit/100 ))) ) * ( 1 + jewel/100 ) + stone + teraph + title + scroll + skin; str += `{[${mainBase}+${job}+${lv}*${starUp}+${connect}*(1+${favour}/100)]*(1+${school}+${talent}/100)+[(${equipQuality}+${equipStrength})*(1+${equipStar}/100+${equipSuit}/100)]}*(1+${jewel}/100)+${stone}+${teraph}+${title}+${scroll}+${skin}`; } else { @@ -222,7 +222,7 @@ export class CalCe { // 第一次获得皮肤 public setAddSkin(skinId: number) { let addSkin = gameData.fashion.get(skinId); - for (let { id, number: val } of addSkin.actorAttr) { + for (let { id, number: val } of addSkin.globalAttr) { let globalAttr = this.data.getGlobalAttrById(id); globalAttr.skin += val; } diff --git a/shared/pubUtils/dictionary/DicFashions.ts b/shared/pubUtils/dictionary/DicFashions.ts index 07a472888..7e465c8d9 100644 --- a/shared/pubUtils/dictionary/DicFashions.ts +++ b/shared/pubUtils/dictionary/DicFashions.ts @@ -10,8 +10,6 @@ export interface DicFashions { readonly name: string; // 全局加成 readonly globalAttr: Array<{id: number, number: number}>; - // 单体加成 - readonly actorAttr: Array<{id: number, number: number}>; // 即武将表里的heroId readonly heroId: number; // 原武将id,300以内的武将id @@ -19,7 +17,7 @@ export interface DicFashions { } type KeysEnum = { [P in keyof Required]: true }; -const DicFashionsKeys: KeysEnum = { id: true, name: true, globalAttr: true, actorAttr: true, heroId: true, actorId: true}; +const DicFashionsKeys: KeysEnum = { id: true, name: true, globalAttr: true, heroId: true, actorId: true}; export const dicFashions = new Map(); export const dicFashionsByHeroId = new Map(); diff --git a/shared/resource/jsons/dic_zyz_auction_basicPool.json b/shared/resource/jsons/dic_zyz_auction_basicPool.json index 853094c4c..60d759738 100644 --- a/shared/resource/jsons/dic_zyz_auction_basicPool.json +++ b/shared/resource/jsons/dic_zyz_auction_basicPool.json @@ -268,45 +268,5 @@ "basePrice": "31002&1400", "maxPrice": "31002&2800", "sort": 8 - }, - { - "id": 34, - "name": "五阶天晶藏宝图", - "rewardBasicPool": "33005&1&1|33014&1&1|33023&1&1|33032&1&1", - "totalCount": 1, - "itid": 59, - "basePrice": "31002&2100", - "maxPrice": "31002&4200", - "sort": 7 - }, - { - "id": 35, - "name": "六阶天晶藏宝图", - "rewardBasicPool": "33006&1&1|33015&1&1|33024&1&1|33033&1&1", - "totalCount": 1, - "itid": 60, - "basePrice": "31002&3200", - "maxPrice": "31002&6400", - "sort": 6 - }, - { - "id": 36, - "name": "七阶天晶藏宝图", - "rewardBasicPool": "33007&1&1|33016&1&1|33025&1&1|33034&1&1", - "totalCount": 1, - "itid": 61, - "basePrice": "31002&4500", - "maxPrice": "31002&9000", - "sort": 5 - }, - { - "id": 37, - "name": "八阶天晶藏宝图", - "rewardBasicPool": "33008&1&1|33017&1&1|33026&1&1|33035&1&1", - "totalCount": 1, - "itid": 62, - "basePrice": "31002&6000", - "maxPrice": "31002&12000", - "sort": 4 } ] \ No newline at end of file diff --git a/shared/resource/jsons/dic_zyz_fashions.json b/shared/resource/jsons/dic_zyz_fashions.json index 6dbe452f0..8564d663e 100644 --- a/shared/resource/jsons/dic_zyz_fashions.json +++ b/shared/resource/jsons/dic_zyz_fashions.json @@ -1,199 +1,129 @@ [ { "goodId": 41001, - "name": "曹操-初始", + "name": "初出茅庐", "heroId": 1, "globalAttr": "&", - "actorAttr": "&", - "actorId": 1, - "cv": "赵悦程" - }, - { - "goodId": 41101, - "name": "诸葛曹操", - "heroId": 41101, - "globalAttr": "&", - "actorAttr": "&", "actorId": 1, "cv": "赵悦程" }, { "goodId": 41002, - "name": "夏侯惇-初始", + "name": "初出茅庐", "heroId": 2, "globalAttr": "&", - "actorAttr": "&", "actorId": 2, "cv": "诺辰" }, { "goodId": 41003, - "name": "张辽-初始", + "name": "初出茅庐", "heroId": 3, "globalAttr": "&", - "actorAttr": "&", - "actorId": 3, - "cv": "杨超然" - }, - { - "goodId": 41103, - "name": "张辽-精英", - "heroId": 41103, - "globalAttr": "&", - "actorAttr": "&", "actorId": 3, "cv": "杨超然" }, { "goodId": 41004, - "name": "夏侯渊-初始", + "name": "初出茅庐", "heroId": 4, "globalAttr": "&", - "actorAttr": "&", "actorId": 4, "cv": "张沛" }, { "goodId": 41005, - "name": "郭嘉-初始", + "name": "初出茅庐", "heroId": 5, "globalAttr": "&", - "actorAttr": "&", "actorId": 5, "cv": "林景" }, { "goodId": 41007, - "name": "典韦-初始", + "name": "初出茅庐", "heroId": 7, "globalAttr": "&", - "actorAttr": "&", - "actorId": 7, - "cv": "陈润秋" - }, - { - "goodId": 41107, - "name": "典韦-精英", - "heroId": 41107, - "globalAttr": "&", - "actorAttr": "&", "actorId": 7, "cv": "陈润秋" }, { "goodId": 41008, - "name": "庞德-初始", + "name": "初出茅庐", "heroId": 8, "globalAttr": "&", - "actorAttr": "&", "actorId": 8, "cv": "郑武文杰" }, { "goodId": 41010, - "name": "徐晃-初始", + "name": "初出茅庐", "heroId": 10, "globalAttr": "&", - "actorAttr": "&", "actorId": 10, "cv": "宋国庆" }, { "goodId": 41011, - "name": "曹仁-初始", + "name": "初出茅庐", "heroId": 11, "globalAttr": "&", - "actorAttr": "&", "actorId": 11, "cv": "邵晨" }, { "goodId": 41012, - "name": "李典-初始", + "name": "初出茅庐", "heroId": 12, "globalAttr": "&", - "actorAttr": "&", "actorId": 12, "cv": "秦且歌" }, { "goodId": 41013, - "name": "蔡琰-初始", + "name": "初出茅庐", "heroId": 13, "globalAttr": "&", - "actorAttr": "&", - "actorId": 13, - "cv": "子音" - }, - { - "goodId": 41113, - "name": "蔡琰-精英", - "heroId": 41113, - "globalAttr": "&", - "actorAttr": "&", "actorId": 13, "cv": "子音" }, { "goodId": 41014, - "name": "贾诩-初始", + "name": "初出茅庐", "heroId": 14, "globalAttr": "&", - "actorAttr": "&", "actorId": 14, "cv": "林景" }, { "goodId": 41016, - "name": "乐进-初始", + "name": "初出茅庐", "heroId": 16, "globalAttr": "&", - "actorAttr": "&", "actorId": 16, "cv": "鱼冻" }, { "goodId": 41017, - "name": "张飞-初始", + "name": "初出茅庐", "heroId": 17, "globalAttr": "&", - "actorAttr": "&", - "actorId": 17, - "cv": "赵梓涵" - }, - { - "goodId": 41117, - "name": "张飞-精英", - "heroId": 41117, - "globalAttr": "&", - "actorAttr": "&", "actorId": 17, "cv": "赵梓涵" }, { "goodId": 41018, - "name": "关羽-初始", + "name": "初出茅庐", "heroId": 18, "globalAttr": "&", - "actorAttr": "&", - "actorId": 18, - "cv": "孟祥龙" - }, - { - "goodId": 41118, - "name": "关羽-精英", - "heroId": 41117, - "globalAttr": "&", - "actorAttr": "&", "actorId": 18, "cv": "孟祥龙" }, { "goodId": 41019, - "name": "赵云-初始", + "name": "初出茅庐", "heroId": 19, "globalAttr": "&", - "actorAttr": "&", "actorId": 19, "cv": "林景" }, @@ -202,34 +132,30 @@ "name": "枪出如龙", "heroId": 41119, "globalAttr": "1&800|2&400|4&240|5&240", - "actorAttr": "&", "actorId": 19, "cv": "林景" }, { "goodId": 41020, - "name": "刘备-初始", + "name": "初出茅庐", "heroId": 20, "globalAttr": "&", - "actorAttr": "&", "actorId": 20, "cv": "初华峥" }, { "goodId": 41021, - "name": "黄忠-初始", + "name": "初出茅庐", "heroId": 21, "globalAttr": "&", - "actorAttr": "&", "actorId": 21, "cv": "许棕哲" }, { "goodId": 41022, - "name": "诸葛亮-初始", + "name": "初出茅庐", "heroId": 22, "globalAttr": "&", - "actorAttr": "&", "actorId": 22, "cv": "鱼冻" }, @@ -238,187 +164,118 @@ "name": "连弩武侯", "heroId": 41122, "globalAttr": "1&1200|2&600|4&360|5&360", - "actorAttr": "&", "actorId": 22, "cv": "鱼冻" }, { "goodId": 41024, - "name": "魏延-初始", + "name": "初出茅庐", "heroId": 24, "globalAttr": "&", - "actorAttr": "&", - "actorId": 24, - "cv": "萧翟" - }, - { - "goodId": 41124, - "name": "魏延-精英", - "heroId": 41124, - "globalAttr": "&", - "actorAttr": "&", "actorId": 24, "cv": "萧翟" }, { "goodId": 41025, - "name": "陈到-初始", + "name": "初出茅庐", "heroId": 25, "globalAttr": "&", - "actorAttr": "&", "actorId": 25, "cv": "秦且歌" }, { "goodId": 41026, - "name": "关银屏-初始", + "name": "初出茅庐", "heroId": 26, "globalAttr": "&", - "actorAttr": "&", - "actorId": 26, - "cv": "溯浔" - }, - { - "goodId": 41126, - "name": "关银屏-精英", - "heroId": 41126, - "globalAttr": "&", - "actorAttr": "&", "actorId": 26, "cv": "溯浔" }, { "goodId": 41027, - "name": "马云禄-初始", + "name": "初出茅庐", "heroId": 27, "globalAttr": "&", - "actorAttr": "&", - "actorId": 27, - "cv": "金娜" - }, - { - "goodId": 41127, - "name": "马云禄-精英", - "heroId": 41127, - "globalAttr": "&", - "actorAttr": "&", "actorId": 27, "cv": "金娜" }, { "goodId": 41028, - "name": "马良-初始", + "name": "初出茅庐", "heroId": 28, "globalAttr": "&", - "actorAttr": "&", "actorId": 28, "cv": "郑武文杰" }, { "goodId": 41030, - "name": "王平-初始", + "name": "初出茅庐", "heroId": 30, "globalAttr": "&", - "actorAttr": "&", "actorId": 30, "cv": "诺辰" }, { "goodId": 41031, - "name": "孙乾-初始", + "name": "初出茅庐", "heroId": 31, "globalAttr": "&", - "actorAttr": "&", "actorId": 31, "cv": "张沛" }, { "goodId": 41032, - "name": "周泰-初始", + "name": "初出茅庐", "heroId": 32, "globalAttr": "&", - "actorAttr": "&", "actorId": 32, "cv": "许棕哲" }, { "goodId": 41033, - "name": "孙策-初始", + "name": "初出茅庐", "heroId": 33, "globalAttr": "&", - "actorAttr": "&", - "actorId": 33, - "cv": "杨超然" - }, - { - "goodId": 41133, - "name": "孙策-精英", - "heroId": 41133, - "globalAttr": "&", - "actorAttr": "&", "actorId": 33, "cv": "杨超然" }, { "goodId": 41034, - "name": "周瑜-初始", + "name": "初出茅庐", "heroId": 34, "globalAttr": "&", - "actorAttr": "&", - "actorId": 34, - "cv": "秦且歌" - }, - { - "goodId": 41134, - "name": "周瑜-精英", - "heroId": 41134, - "globalAttr": "&", - "actorAttr": "&", "actorId": 34, "cv": "秦且歌" }, { "goodId": 41035, - "name": "太史慈-初始", + "name": "初出茅庐", "heroId": 35, "globalAttr": "&", - "actorAttr": "&", "actorId": 35, "cv": "陈润秋" }, { "goodId": 41036, - "name": "孙权-初始", + "name": "初出茅庐", "heroId": 36, "globalAttr": "&", - "actorAttr": "&", - "actorId": 36, - "cv": "鹿喑" - }, - { - "goodId": 41136, - "name": "孙权-精英", - "heroId": 41136, - "globalAttr": "&", - "actorAttr": "&", "actorId": 36, "cv": "鹿喑" }, { "goodId": 41037, - "name": "甘宁-初始", + "name": "初出茅庐", "heroId": 37, "globalAttr": "&", - "actorAttr": "&", "actorId": 37, "cv": "邵晨" }, { "goodId": 41038, - "name": "孙尚香-初始", + "name": "初出茅庐", "heroId": 38, "globalAttr": "&", - "actorAttr": "&", "actorId": 38, "cv": "子音" }, @@ -427,16 +284,14 @@ "name": "红袖枭姬", "heroId": 41138, "globalAttr": "1&1200|2&600|4&360|5&360", - "actorAttr": "&", "actorId": 38, "cv": "子音" }, { "goodId": 41040, - "name": "小乔-初始", + "name": "初出茅庐", "heroId": 40, "globalAttr": "&", - "actorAttr": "&", "actorId": 40, "cv": "紫苏" }, @@ -445,34 +300,22 @@ "name": "曲误周顾", "heroId": 41140, "globalAttr": "1&800|2&400|4&240|5&240", - "actorAttr": "&", "actorId": 40, "cv": "紫苏" }, { "goodId": 41041, - "name": "大乔-初始", + "name": "初出茅庐", "heroId": 41, "globalAttr": "&", - "actorAttr": "&", - "actorId": 41, - "cv": "溯浔" - }, - { - "goodId": 41141, - "name": "大乔-精英", - "heroId": 41141, - "globalAttr": "&", - "actorAttr": "&", "actorId": 41, "cv": "溯浔" }, { "goodId": 41044, - "name": "吕布-初始", + "name": "初出茅庐", "heroId": 44, "globalAttr": "&", - "actorAttr": "&", "actorId": 44, "cv": "陈润秋" }, @@ -481,79 +324,70 @@ "name": "无双飞将", "heroId": 41144, "globalAttr": "1&1200|2&600|4&360|5&360", - "actorAttr": "&", "actorId": 44, "cv": "陈润秋" }, { "goodId": 41045, - "name": "张任-初始", + "name": "初出茅庐", "heroId": 45, "globalAttr": "&", - "actorAttr": "&", "actorId": 45, "cv": "鹿喑" }, { "goodId": 41046, - "name": "华佗-初始", + "name": "初出茅庐", "heroId": 46, "globalAttr": "&", - "actorAttr": "&", "actorId": 46, "cv": "林景" }, { "goodId": 41047, - "name": "张角-初始", + "name": "初出茅庐", "heroId": 47, "globalAttr": "&", - "actorAttr": "&", "actorId": 47, "cv": "鱼冻" }, { "goodId": 41049, - "name": "高顺-初始", + "name": "初出茅庐", "heroId": 49, "globalAttr": "&", - "actorAttr": "&", "actorId": 49, "cv": "赵梓涵" }, { "goodId": 41050, - "name": "麹义-初始", + "name": "初出茅庐", "heroId": 50, "globalAttr": "&", - "actorAttr": "&", "actorId": 50, "cv": "赵悦程" }, { "goodId": 41051, - "name": "李儒-初始", + "name": "初出茅庐", "heroId": 51, "globalAttr": "&", - "actorAttr": "&", "actorId": 51, "cv": "萧翟" }, { "goodId": 41052, - "name": "庞舞-初始", + "name": "初出茅庐", "heroId": 52, "globalAttr": "&", - "actorAttr": "&", "actorId": 52, "cv": "紫苏" }, { "goodId": 41053, - "name": "夏侯轻衣-初始", + "name": "初出茅庐", "heroId": 53, "globalAttr": "&", - "actorAttr": "&", "actorId": 53, "cv": "金娜" }, @@ -562,34 +396,30 @@ "name": "少女无暇", "heroId": 41153, "globalAttr": "1&800|2&400|4&240|5&240", - "actorAttr": "&", "actorId": 53, "cv": "金娜" }, { "goodId": 41054, - "name": "文丑-初始", + "name": "初出茅庐", "heroId": 54, "globalAttr": "&", - "actorAttr": "&", "actorId": 54, "cv": "张沛" }, { "goodId": 41055, - "name": "颜良-初始", + "name": "初出茅庐", "heroId": 55, "globalAttr": "&", - "actorAttr": "&", "actorId": 55, "cv": "宋国庆" }, { "goodId": 41056, - "name": "貂蝉-初始", + "name": "初出茅庐", "heroId": 56, "globalAttr": "&", - "actorAttr": "&", "actorId": 56, "cv": "溯浔" }, @@ -598,79 +428,70 @@ "name": "有女初成", "heroId": 41156, "globalAttr": "1&800|2&400|4&240|5&240", - "actorAttr": "&", "actorId": 56, "cv": "溯浔" }, { "goodId": 41057, - "name": "王越-初始", + "name": "初出茅庐", "heroId": 57, "globalAttr": "&", - "actorAttr": "&", "actorId": 57, "cv": "许棕哲" }, { "goodId": 41058, - "name": "董卓-初始", + "name": "初出茅庐", "heroId": 58, "globalAttr": "&", - "actorAttr": "&", "actorId": 58, "cv": "王宇69" }, { "goodId": 41059, - "name": "童渊-初始", + "name": "初出茅庐", "heroId": 59, "globalAttr": "&", - "actorAttr": "&", "actorId": 59, "cv": "孟祥龙" }, { "goodId": 41060, - "name": "赵云-初始", + "name": "初出茅庐", "heroId": 60, "globalAttr": "&", - "actorAttr": "&", "actorId": 60, "cv": "林景" }, { "goodId": 41061, - "name": "夏侯轻衣-初始", + "name": "初出茅庐", "heroId": 61, "globalAttr": "&", - "actorAttr": "&", "actorId": 61, "cv": "金娜" }, { "goodId": 41062, - "name": "潘璋-初始", + "name": "初出茅庐", "heroId": 62, "globalAttr": "&", - "actorAttr": "&", "actorId": 62, "cv": "宋国庆" }, { "goodId": 41063, - "name": "凌统-初始", + "name": "初出茅庐", "heroId": 63, "globalAttr": "&", - "actorAttr": "&", "actorId": 63, "cv": "初华峥" }, { "goodId": 41064, - "name": "黄盖-初始", + "name": "初出茅庐", "heroId": 64, "globalAttr": "&", - "actorAttr": "&", "actorId": 64, "cv": "孟祥龙" }, @@ -679,7 +500,6 @@ "name": "重甲英姿", "heroId": 41200, "globalAttr": "1&800|2&400|4&240|5&240", - "actorAttr": "&", "actorId": 53, "cv": "金娜" }, @@ -688,7 +508,6 @@ "name": "凌波剑意", "heroId": 41201, "globalAttr": "1&800|2&400|4&240|5&240", - "actorAttr": "&", "actorId": 53, "cv": "金娜" }, @@ -697,7 +516,6 @@ "name": "银枪白马", "heroId": 41202, "globalAttr": "1&1200|2&600|4&360|5&360", - "actorAttr": "&", "actorId": 19, "cv": "林景" } diff --git a/shared/resource/jsons/dic_zyz_hero.json b/shared/resource/jsons/dic_zyz_hero.json index eb69775d4..a6abf31bd 100644 --- a/shared/resource/jsons/dic_zyz_hero.json +++ b/shared/resource/jsons/dic_zyz_hero.json @@ -2113,7 +2113,7 @@ "initialSkin": 41062, "gender": 1, "atkSpineEffect": "liqi", - "probation": 9948, + "probation": 9962, "center_y": 0, "show_animation": "&", "isdeath": 1, @@ -2153,7 +2153,7 @@ "initialSkin": 41063, "gender": 1, "atkSpineEffect": "dunqi", - "probation": 9949, + "probation": 9963, "center_y": 0, "show_animation": "&", "isdeath": 1, @@ -2193,7 +2193,7 @@ "initialSkin": 41064, "gender": 1, "atkSpineEffect": "liqi", - "probation": 9950, + "probation": 9964, "center_y": 0, "show_animation": "&", "isdeath": 1, @@ -16520,7 +16520,7 @@ "talentId": 1 }, { - "heroId": 3505, + "heroId": 3501, "spineName": "leixu", "rSpineName": "LH_leixu", "name": "雷绪", @@ -16534,7 +16534,7 @@ "cost": 0, "jobid": 401, "jobClass": 4, - "skill": 3501, + "skill": 1034, "pieceId": 0, "hp": 1000, "atk": 20, @@ -16570,7 +16570,7 @@ "initialStars": 6, "pieceCount": 0, "camp": 4, - "area": 0, + "area": "35020002&35020002", "cost": 0, "jobid": 401, "jobClass": 4, @@ -20820,10 +20820,10 @@ "atk": 55, "def": 44, "mdef": 32, - "hp_up": 54, - "atk_up": 20, - "def_up": 18, - "mdef_up": 11, + "hp_up": 0, + "atk_up": 0, + "def_up": 0, + "mdef_up": 0, "sound_click": 1, "sound_fight": 1, "info": "曹操,字孟德,法家领袖,对刘备坚守的仁义不屑一顾,一生都在为实现霸道之术平定乱世而努力,主张严刑峻法治国而自身却常常率性而为。", @@ -20860,10 +20860,10 @@ "atk": 216, "def": 36, "mdef": 32, - "hp_up": 66, - "atk_up": 54, - "def_up": 9, - "mdef_up": 8, + "hp_up": 0, + "atk_up": 0, + "def_up": 0, + "mdef_up": 0, "sound_click": 3, "sound_fight": 0, "info": "张辽,字文远,初为吕布部将,后降曹魏,镇守东南,数次大败孙十万,五子良将之一。兵家学派,输出型骑兵将领,能给友军提供辅助增益。", @@ -20900,10 +20900,10 @@ "atk": 172, "def": 44, "mdef": 52, - "hp_up": 71, - "atk_up": 51, - "def_up": 7, - "mdef_up": 12, + "hp_up": 0, + "atk_up": 0, + "def_up": 0, + "mdef_up": 0, "sound_click": 0, "sound_fight": 3065, "info": "典韦,墨家九侠之一,被曹操赞为“古之恶来”,宛城之战中为保护曹操而被阴阳家遭伏击而死。输出型游侠,可以对敌人快速造成大量伤害。", @@ -20940,10 +20940,10 @@ "atk": 110, "def": 21, "mdef": 34, - "hp_up": 61, - "atk_up": 57, - "def_up": 6, - "mdef_up": 17, + "hp_up": 0, + "atk_up": 0, + "def_up": 0, + "mdef_up": 0, "sound_click": 0, "sound_fight": 3017, "info": "蔡琰,字昭姬,大儒蔡邕之女,本为儒门,但因家中巨变父亲惨死而导致性情大变,被贾诩引入阴阳家。辅助治疗型策士。精通怒气回复,擅长治疗策士。", @@ -20980,10 +20980,10 @@ "atk": 172, "def": 48, "mdef": 40, - "hp_up": 93, - "atk_up": 43, - "def_up": 12, - "mdef_up": 10, + "hp_up": 0, + "atk_up": 0, + "def_up": 0, + "mdef_up": 0, "sound_click": 17, "sound_fight": 0, "info": "张飞,字翼德,“五虎上将”之一,刘备、关羽的结义兄弟,为儒家弟子,虽然外表是个狂野武夫,但却不可思议的能写一手好书画。输出型枪兵,擅长自身回血和消耗目标怒气。", @@ -21020,10 +21020,10 @@ "atk": 216, "def": 36, "mdef": 32, - "hp_up": 87, - "atk_up": 43, - "def_up": 11, - "mdef_up": 13, + "hp_up": 0, + "atk_up": 0, + "def_up": 0, + "mdef_up": 0, "sound_click": 18, "sound_fight": 18, "info": "关羽,字云长,“五虎上将”之首,是刘备、张飞的结义兄弟,墨家九侠之一,为了天下大义而绝同门小义,因此遭到了天下墨侠的除名。输出型骑兵,擅长连续击杀和怒气回复。", @@ -21056,14 +21056,14 @@ "jobClass": 2, "skill": 19, "pieceId": 21019, - "hp": 124, - "atk": 60, - "def": 41, - "mdef": 38, - "hp_up": 46, - "atk_up": 23, - "def_up": 16, - "mdef_up": 14, + "hp": 2560, + "atk": 1280, + "def": 820, + "mdef": 780, + "hp_up": 0, + "atk_up": 0, + "def_up": 0, + "mdef_up": 0, "sound_click": 19, "sound_fight": 19, "info": "赵云,字子龙,自小师从兵家枪王童渊学习枪法,在第九次枪剑之约中,替师出战的他成功击败夏侯轻衣,赢得胜利。虽然刚刚出山还很年轻,但他的未来却不可限量。", @@ -21140,10 +21140,10 @@ "atk": 172, "def": 44, "mdef": 52, - "hp_up": 87, - "atk_up": 43, - "def_up": 11, - "mdef_up": 13, + "hp_up": 0, + "atk_up": 0, + "def_up": 0, + "mdef_up": 0, "sound_click": 24, "sound_fight": 24, "info": "魏延,字文长,在阴阳家中成长,本来是冷酷无情的杀手,却被赵云和刘备所打动折服,成为刘备手下。物理输出型游侠系武将,擅长多段攻击,反杀目标。", @@ -21180,10 +21180,10 @@ "atk": 172, "def": 28, "mdef": 25, - "hp_up": 87, - "atk_up": 43, - "def_up": 11, - "mdef_up": 13, + "hp_up": 0, + "atk_up": 0, + "def_up": 0, + "mdef_up": 0, "sound_click": 26, "sound_fight": 0, "info": "关银屏,关羽之女,黄月英的弟子,但却没有继承黄月英的机关之术,反而和其父一样成为了墨侠,与马云禄并称蜀汉双英。肉盾型骑兵,擅长降低敌军命中率,可对敌军造成定身,对男性敌军伤害加深。", @@ -21220,10 +21220,10 @@ "atk": 172, "def": 28, "mdef": 25, - "hp_up": 87, - "atk_up": 43, - "def_up": 11, - "mdef_up": 13, + "hp_up": 0, + "atk_up": 0, + "def_up": 0, + "mdef_up": 0, "sound_click": 27, "sound_fight": 0, "info": "马云禄,马超的妹妹,是马腾与西域胡姬所生,因此相貌与众不同,个性率直,第一次进入中原时被赵云打败,因而爱上了赵云。与关银屏并称为女中英杰。物理输出型骑兵,擅长冲锋击退,连续攻击,对女性友军有特殊增益。", @@ -21260,10 +21260,10 @@ "atk": 172, "def": 48, "mdef": 40, - "hp_up": 93, - "atk_up": 43, - "def_up": 12, - "mdef_up": 10, + "hp_up": 0, + "atk_up": 0, + "def_up": 0, + "mdef_up": 0, "sound_click": 0, "sound_fight": 3033, "info": "孙策,字伯符,孙权之兄,拥有着孙家代代相传的兵法天赋和孙坚引以为傲的猛烈斗志,永远不停息的为了家族而奋斗着。输出型枪兵,擅长复仇突袭,回复怒气,提升全军物攻。", @@ -21300,10 +21300,10 @@ "atk": 228, "def": 24, "mdef": 68, - "hp_up": 61, - "atk_up": 57, - "def_up": 6, - "mdef_up": 17, + "hp_up": 0, + "atk_up": 0, + "def_up": 0, + "mdef_up": 0, "sound_click": 0, "sound_fight": 3097, "info": "周瑜,字公瑾,孙策的结义兄弟,自小就被称为江东的天才书生,自诩能力天下第一,被孙策的热情感染而帮助孙策。输出型策士,精通驭火之术,擅于触发暴击伤害,怒气回复。", @@ -21340,10 +21340,10 @@ "atk": 112, "def": 44, "mdef": 38, - "hp_up": 93, - "atk_up": 43, - "def_up": 12, - "mdef_up": 10, + "hp_up": 0, + "atk_up": 0, + "def_up": 0, + "mdef_up": 0, "sound_click": 0, "sound_fight": 3001, "info": "孙权,字仲谋。孙坚次子,孙策之弟,也是团结东吴英才虎将,创立鼎足之势的少年霸主。辅助治疗型步兵,擅长驱散辅助,单体治疗。", @@ -21416,14 +21416,14 @@ "jobClass": 7, "skill": 40, "pieceId": 21040, - "hp": 136, - "atk": 184, - "def": 36, - "mdef": 57, - "hp_up": 68, - "atk_up": 46, - "def_up": 6, - "mdef_up": 19, + "hp": 2280, + "atk": 1280, + "def": 720, + "mdef": 920, + "hp_up": 0, + "atk_up": 0, + "def_up": 0, + "mdef_up": 0, "sound_click": 0, "sound_fight": 3193, "info": "小乔,江东二乔中的妹妹,和成熟妩媚的姐姐相比总是活泼跳跃,也因为活跃被于吉仙人传授仙法医术,和周瑜被称为江东仙侣。治疗型医者。擅长范围驱散,群体治疗。", @@ -21460,10 +21460,10 @@ "atk": 228, "def": 24, "mdef": 68, - "hp_up": 61, - "atk_up": 57, - "def_up": 6, - "mdef_up": 17, + "hp_up": 0, + "atk_up": 0, + "def_up": 0, + "mdef_up": 0, "sound_click": 0, "sound_fight": 3193, "info": "大乔,江东二乔中的姐姐,成熟稳重,呆在她身边就能够宁静下来,总是可以安稳住过于活跃的孙策,和孙策在一起时就像姐姐和弟弟一般。半输出半辅助型策士,擅长怒气范围输出,怒气回复。", @@ -21496,10 +21496,10 @@ "jobClass": 3, "skill": 67, "pieceId": 21044, - "hp": 2560, - "atk": 1280, - "def": 820, - "mdef": 780, + "hp": 2480, + "atk": 1360, + "def": 760, + "mdef": 740, "hp_up": 0, "atk_up": 0, "def_up": 0, @@ -21536,14 +21536,14 @@ "jobClass": 5, "skill": 53, "pieceId": 21053, - "hp": 120, - "atk": 65, - "def": 36, - "mdef": 44, - "hp_up": 44, - "atk_up": 25, - "def_up": 13, - "mdef_up": 18, + "hp": 2400, + "atk": 1280, + "def": 760, + "mdef": 880, + "hp_up": 0, + "atk_up": 0, + "def_up": 0, + "mdef_up": 0, "sound_click": 53, "sound_fight": 53, "info": "夏侯轻衣,夏侯渊之女,从小拜师墨侠王越,学习墨门要义,以成为比肩师父的天下第一女侠为目标,在第九次枪剑之约中替代师父与同样替师比试的赵云较量,被击败后一起踏上了游历之旅。甜美可爱,性格善良。", @@ -21576,14 +21576,14 @@ "jobClass": 5, "skill": 56, "pieceId": 21056, - "hp": 174, - "atk": 172, - "def": 44, - "mdef": 52, - "hp_up": 87, - "atk_up": 43, - "def_up": 11, - "mdef_up": 13, + "hp": 2400, + "atk": 1280, + "def": 760, + "mdef": 880, + "hp_up": 0, + "atk_up": 0, + "def_up": 0, + "mdef_up": 0, "sound_click": 56, "sound_fight": 56, "info": "貂蝉,吕布之妻,人间绝色,和吕布高顺是同乡玩伴,因为五原地震之故分离,后被纵横家收养,成为当代的纵横家之半长。半输出半辅助型策士,擅长治疗和控制。", @@ -21616,14 +21616,14 @@ "jobClass": 5, "skill": 53, "pieceId": 21053, - "hp": 120, - "atk": 65, - "def": 36, - "mdef": 44, - "hp_up": 44, - "atk_up": 25, - "def_up": 13, - "mdef_up": 18, + "hp": 2400, + "atk": 1280, + "def": 760, + "mdef": 880, + "hp_up": 0, + "atk_up": 0, + "def_up": 0, + "mdef_up": 0, "sound_click": 53, "sound_fight": 53, "info": "夏侯轻衣,夏侯渊之女,从小拜师墨侠王越,学习墨门要义,以成为比肩师父的天下第一女侠为目标,在第九次枪剑之约中替代师父与同样替师比试的赵云较量,被击败后一起踏上了游历之旅。甜美可爱,性格善良。", @@ -21656,14 +21656,14 @@ "jobClass": 5, "skill": 53, "pieceId": 21053, - "hp": 120, - "atk": 65, - "def": 36, - "mdef": 44, - "hp_up": 44, - "atk_up": 25, - "def_up": 13, - "mdef_up": 18, + "hp": 2400, + "atk": 1280, + "def": 760, + "mdef": 880, + "hp_up": 0, + "atk_up": 0, + "def_up": 0, + "mdef_up": 0, "sound_click": 53, "sound_fight": 53, "info": "夏侯轻衣,夏侯渊之女,从小拜师墨侠王越,学习墨门要义,以成为比肩师父的天下第一女侠为目标,在第九次枪剑之约中替代师父与同样替师比试的赵云较量,被击败后一起踏上了游历之旅。甜美可爱,性格善良。",