From 6f65ff880f17aaa29f977cae94000cb3ef767747 Mon Sep 17 00:00:00 2001 From: yajunlu Date: Wed, 21 Apr 2021 17:02:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=BD=E5=8D=A1=EF=BC=9A=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E8=A1=A8=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/dicParam.ts | 10 + shared/resource/jsons/dic_goods.json | 84 +- shared/resource/jsons/dic_zyz_hero.json | 1062 +++++++++++++---- .../jsons/dic_zyz_recruitContent.json | 114 ++ shared/resource/jsons/dic_zyz_shop.json | 36 + shared/resource/jsons/dic_zyz_shopList.json | 2 +- shared/resource/jsons/dic_zyz_shoptype.json | 4 + 7 files changed, 1075 insertions(+), 237 deletions(-) create mode 100644 shared/resource/jsons/dic_zyz_recruitContent.json diff --git a/shared/pubUtils/dicParam.ts b/shared/pubUtils/dicParam.ts index 2fa842147..d329e3847 100644 --- a/shared/pubUtils/dicParam.ts +++ b/shared/pubUtils/dicParam.ts @@ -128,3 +128,13 @@ export const TASK = { DAILYTASK_POINT: 250, // 每日积分达多少可领取武将招募令 DAILYTASK_POINT_REWARD: '22001&1', // 每日达到可获得的武将招募令(也可以是别的东西) }; +export const RECRUIT = { + RECRUIT_BONUS: 30, // 元宝招募转盘: 每 <30> 次可获得1点积分 + RECRUIT_BONUS RECRUIT: 1, // 元宝招募转盘:每 <1> 点积分可以转一次 + RECRUIT_MUST: '1&10|2&20|3&20', // 元宝招募保底 + RECRUIT_BONUS HERO QUANTITY: '1&4|2&2|3&1', // 元宝招募转盘里各品质武将的数量 + RECRUIT_WISH LIST: '1&35|2&35|0&30', // 元宝招募心愿单概率 + RECRUIT_CHANGE SHARD: '1&30|2&60|3&100', // 重复的武将转换碎片 + RECRUIT_LEVEL WISH LIST: 100, // 心愿单多少次招募开启 + RECRUIT_LEVEL HIGH RECRUIT: 50, // 求贤若渴多少级开启 +}; diff --git a/shared/resource/jsons/dic_goods.json b/shared/resource/jsons/dic_goods.json index 56615e906..e04de1f1b 100644 --- a/shared/resource/jsons/dic_goods.json +++ b/shared/resource/jsons/dic_goods.json @@ -33416,7 +33416,89 @@ }, { "good_id": 22001, - "name": "武将招募令", + "name": "武将令", + "lvLimited": 1, + "quality": 1, + "image_id": 1, + "itid": 53, + "goodType": 1, + "pieces": 0, + "pieceId": 0, + "composeMaterial": "&", + "specialMaterial": "&", + "suitId": 0, + "decomposeItem": "&", + "hole": 0, + "randomEffect": "&", + "hid": 0, + "hp": 0, + "atk": 0, + "matk": 0, + "def": 0, + "mdef": 0, + "agi": 0, + "luk": 0, + "hp_up": 0, + "atk_up": 0, + "matk_up": 0, + "def_up": 0, + "mdef_up": 0, + "agi_up": 0, + "luk_up": 0, + "damageIncrease": 0, + "damageDecrease": 0, + "specialAttr": "&", + "suitId_1": 0, + "getWays": "1&0", + "value": 0, + "condition": 0, + "timelimit": 0, + "info": "使用后可招募武将" + }, + { + "good_id": 22002, + "name": "求贤令", + "lvLimited": 1, + "quality": 1, + "image_id": 1, + "itid": 53, + "goodType": 1, + "pieces": 0, + "pieceId": 0, + "composeMaterial": "&", + "specialMaterial": "&", + "suitId": 0, + "decomposeItem": "&", + "hole": 0, + "randomEffect": "&", + "hid": 0, + "hp": 0, + "atk": 0, + "matk": 0, + "def": 0, + "mdef": 0, + "agi": 0, + "luk": 0, + "hp_up": 0, + "atk_up": 0, + "matk_up": 0, + "def_up": 0, + "mdef_up": 0, + "agi_up": 0, + "luk_up": 0, + "damageIncrease": 0, + "damageDecrease": 0, + "specialAttr": "&", + "suitId_1": 0, + "getWays": "1&0", + "value": 0, + "condition": 0, + "timelimit": 0, + "info": "使用后可招募武将" + }, + { + "good_id": 22003, + "name": "神秘令", "lvLimited": 1, "quality": 1, "image_id": 1, diff --git a/shared/resource/jsons/dic_zyz_hero.json b/shared/resource/jsons/dic_zyz_hero.json index 98c90c417..140cf5257 100644 --- a/shared/resource/jsons/dic_zyz_hero.json +++ b/shared/resource/jsons/dic_zyz_hero.json @@ -41,7 +41,9 @@ "position": "30&40&30", "initialSkin": 41001, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 2, @@ -85,7 +87,9 @@ "position": "30&40&30", "initialSkin": 41003, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 3, @@ -129,7 +133,9 @@ "position": "30&40&30", "initialSkin": 41004, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 4, @@ -173,7 +179,9 @@ "position": "30&40&30", "initialSkin": 41005, "gender": 1, - "atkSpineEffect": "gong" + "atkSpineEffect": "gong", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 5, @@ -217,7 +225,9 @@ "position": "30&40&30", "initialSkin": 41006, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 6, @@ -231,7 +241,7 @@ "camp": 1, "area": 0, "cost": 0, - "jobid": 26, + "jobid": 31, "skill": 6, "pieceId": 21006, "hp": 980, @@ -261,7 +271,9 @@ "position": "30&40&30", "initialSkin": 41007, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 7, @@ -305,7 +317,9 @@ "position": "30&40&30", "initialSkin": 41008, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 8, @@ -349,7 +363,9 @@ "position": "30&40&30", "initialSkin": 41009, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 9, @@ -393,7 +409,9 @@ "position": "30&40&30", "initialSkin": 41010, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 10, @@ -437,7 +455,9 @@ "position": "30&40&30", "initialSkin": 41011, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 11, @@ -481,7 +501,9 @@ "position": "30&40&30", "initialSkin": 41012, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 12, @@ -525,7 +547,9 @@ "position": "30&40&30", "initialSkin": 41013, "gender": 1, - "atkSpineEffect": "gong" + "atkSpineEffect": "gong", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 13, @@ -569,7 +593,9 @@ "position": "30&40&30", "initialSkin": 41014, "gender": 2, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 14, @@ -583,7 +609,7 @@ "camp": 1, "area": 0, "cost": 0, - "jobid": 26, + "jobid": 31, "skill": 14, "pieceId": 21014, "hp": 850, @@ -613,7 +639,9 @@ "position": "30&40&30", "initialSkin": 41015, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 15, @@ -657,7 +685,9 @@ "position": "30&40&30", "initialSkin": 41016, "gender": 1, - "atkSpineEffect": "dunqi" + "atkSpineEffect": "dunqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 16, @@ -701,7 +731,9 @@ "position": "30&40&30", "initialSkin": 41017, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 17, @@ -745,7 +777,9 @@ "position": "30&40&30", "initialSkin": 41018, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 18, @@ -789,7 +823,9 @@ "position": "30&40&30", "initialSkin": 41019, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 19, @@ -833,7 +869,9 @@ "position": "30&40&30", "initialSkin": 41020, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 20, @@ -877,7 +915,9 @@ "position": "30&40&30", "initialSkin": 41021, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 21, @@ -921,7 +961,9 @@ "position": "30&40&30", "initialSkin": 41022, "gender": 1, - "atkSpineEffect": "gong" + "atkSpineEffect": "gong", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 22, @@ -965,7 +1007,9 @@ "position": "30&40&30", "initialSkin": 41023, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 23, @@ -1009,7 +1053,9 @@ "position": "30&40&30", "initialSkin": 41024, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 24, @@ -1053,7 +1099,9 @@ "position": "30&40&30", "initialSkin": 41025, "gender": 1, - "atkSpineEffect": "dunqi" + "atkSpineEffect": "dunqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 25, @@ -1097,7 +1145,9 @@ "position": "30&40&30", "initialSkin": 41026, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 26, @@ -1141,7 +1191,9 @@ "position": "30&40&30", "initialSkin": 41027, "gender": 2, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 27, @@ -1185,7 +1237,9 @@ "position": "30&40&30", "initialSkin": 41028, "gender": 2, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 28, @@ -1229,7 +1283,9 @@ "position": "30&40&30", "initialSkin": 41029, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 29, @@ -1273,7 +1329,9 @@ "position": "30&40&30", "initialSkin": 41030, "gender": 2, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 30, @@ -1317,7 +1375,9 @@ "position": "30&40&30", "initialSkin": 41031, "gender": 1, - "atkSpineEffect": "gong" + "atkSpineEffect": "gong", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 31, @@ -1361,7 +1421,9 @@ "position": "30&40&30", "initialSkin": 41032, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 32, @@ -1405,7 +1467,9 @@ "position": "30&40&30", "initialSkin": 41033, "gender": 1, - "atkSpineEffect": "dunqi" + "atkSpineEffect": "dunqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 33, @@ -1449,7 +1513,9 @@ "position": "30&40&30", "initialSkin": 41034, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 34, @@ -1493,7 +1559,9 @@ "position": "30&40&30", "initialSkin": 41035, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 35, @@ -1537,7 +1605,9 @@ "position": "30&40&30", "initialSkin": 41036, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 36, @@ -1581,7 +1651,9 @@ "position": "30&40&30", "initialSkin": 41037, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 37, @@ -1625,7 +1697,9 @@ "position": "30&40&30", "initialSkin": 41038, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 38, @@ -1669,7 +1743,9 @@ "position": "30&40&30", "initialSkin": 41039, "gender": 2, - "atkSpineEffect": "gong" + "atkSpineEffect": "gong", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 39, @@ -1713,7 +1789,9 @@ "position": "30&40&30", "initialSkin": 41040, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 40, @@ -1757,7 +1835,9 @@ "position": "30&40&30", "initialSkin": 41041, "gender": 2, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 41, @@ -1801,7 +1881,9 @@ "position": "30&40&30", "initialSkin": 41042, "gender": 2, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 42, @@ -1845,7 +1927,9 @@ "position": "30&40&30", "initialSkin": 41043, "gender": 2, - "atkSpineEffect": "gong" + "atkSpineEffect": "gong", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 43, @@ -1889,7 +1973,9 @@ "position": "30&40&30", "initialSkin": 41044, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 44, @@ -1933,7 +2019,9 @@ "position": "30&40&30", "initialSkin": 41045, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 45, @@ -1977,7 +2065,9 @@ "position": "30&40&30", "initialSkin": 41046, "gender": 1, - "atkSpineEffect": "gong" + "atkSpineEffect": "gong", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 46, @@ -2021,7 +2111,9 @@ "position": "30&40&30", "initialSkin": 41047, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 47, @@ -2035,7 +2127,7 @@ "camp": 4, "area": 0, "cost": 0, - "jobid": 26, + "jobid": 31, "skill": 47, "pieceId": 21047, "hp": 920, @@ -2065,7 +2157,9 @@ "position": "30&40&30", "initialSkin": 41048, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 48, @@ -2079,7 +2173,7 @@ "camp": 4, "area": 0, "cost": 0, - "jobid": 26, + "jobid": 31, "skill": 48, "pieceId": 21048, "hp": 980, @@ -2109,7 +2203,9 @@ "position": "30&40&30", "initialSkin": 41049, "gender": 2, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 49, @@ -2153,7 +2249,9 @@ "position": "30&40&30", "initialSkin": 41050, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 50, @@ -2197,7 +2295,9 @@ "position": "30&40&30", "initialSkin": 41051, "gender": 1, - "atkSpineEffect": "gong" + "atkSpineEffect": "gong", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 51, @@ -2241,7 +2341,9 @@ "position": "30&40&30", "initialSkin": 41052, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 52, @@ -2285,7 +2387,9 @@ "position": "30&40&30", "initialSkin": 41053, "gender": 2, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 53, @@ -2329,7 +2433,9 @@ "position": "30&40&30", "initialSkin": 41054, "gender": 2, - "atkSpineEffect": "dunqi" + "atkSpineEffect": "dunqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 54, @@ -2373,7 +2479,9 @@ "position": "30&40&30", "initialSkin": 41055, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 55, @@ -2417,7 +2525,9 @@ "position": "30&40&30", "initialSkin": 41056, "gender": 1, - "atkSpineEffect": "dunqi" + "atkSpineEffect": "dunqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 56, @@ -2461,7 +2571,9 @@ "position": "30&40&30", "initialSkin": 41057, "gender": 2, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "1&", + "recruit": "1&" }, { "heroId": 57, @@ -2505,7 +2617,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "dunqi" + "atkSpineEffect": "dunqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 58, @@ -2549,7 +2663,55 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "dunqi" + "atkSpineEffect": "dunqi", + "showinRecruit": "0&", + "recruit": "0&" + }, + { + "heroId": 59, + "spineName": "wangyue", + "rSpineName": "&", + "name": "童渊", + "face_id": "wangyue", + "quality": 3, + "initialStars": 3, + "pieceCount": 100, + "camp": 4, + "area": 0, + "cost": 0, + "jobid": 1, + "skill": 0, + "pieceId": 21057, + "hp": 100, + "atk": 20, + "def": 20, + "mdef": 20, + "agi": 20, + "luk": 20, + "hp_up": 10, + "atk_up": 1, + "matk_up": 1, + "def_up": 1, + "mdef_up": 1, + "agi_up": 1, + "luk_up": 1, + "killid": 0, + "sound_click": 57, + "sound_fight": 57, + "kill": "看看我长枪的威力!", + "retreat": "大丈夫死于乱世。", + "info": "我是高玩", + "actorinfo": "远程职业的法师,菜的一笔。", + "imgPosofDialog": "864&208", + "imgPosofInfoUI": "-702&-188", + "imgPosofInfoMVP": "-702&-188", + "skillScroll": "&", + "position": "30&40&30", + "initialSkin": 0, + "gender": 1, + "atkSpineEffect": "dunqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 301, @@ -2593,7 +2755,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 302, @@ -2637,7 +2801,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 303, @@ -2681,7 +2847,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 304, @@ -2725,7 +2893,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "gong" + "atkSpineEffect": "gong", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 305, @@ -2769,7 +2939,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 306, @@ -2783,7 +2955,7 @@ "camp": 1, "area": 0, "cost": 0, - "jobid": 26, + "jobid": 31, "skill": 6, "pieceId": 0, "hp": 60, @@ -2813,7 +2985,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 307, @@ -2857,7 +3031,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 308, @@ -2901,7 +3077,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 309, @@ -2945,7 +3123,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 310, @@ -2989,7 +3169,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 311, @@ -3033,7 +3215,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 312, @@ -3077,7 +3261,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "gong" + "atkSpineEffect": "gong", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 313, @@ -3121,7 +3307,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 314, @@ -3135,7 +3323,7 @@ "camp": 1, "area": 0, "cost": 0, - "jobid": 26, + "jobid": 31, "skill": 14, "pieceId": 0, "hp": 60, @@ -3165,7 +3353,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 315, @@ -3209,7 +3399,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "dunqi" + "atkSpineEffect": "dunqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 316, @@ -3253,7 +3445,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 317, @@ -3297,7 +3491,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 318, @@ -3341,7 +3537,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 319, @@ -3385,7 +3583,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 320, @@ -3429,7 +3629,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 321, @@ -3473,7 +3675,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "gong" + "atkSpineEffect": "gong", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 322, @@ -3517,7 +3721,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 323, @@ -3561,7 +3767,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 324, @@ -3605,7 +3813,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "dunqi" + "atkSpineEffect": "dunqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 325, @@ -3649,7 +3859,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 326, @@ -3693,7 +3905,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 327, @@ -3737,7 +3951,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 328, @@ -3781,7 +3997,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 329, @@ -3825,7 +4043,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 330, @@ -3869,7 +4089,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "gong" + "atkSpineEffect": "gong", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 331, @@ -3913,7 +4135,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 332, @@ -3957,7 +4181,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "dunqi" + "atkSpineEffect": "dunqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 333, @@ -4001,7 +4227,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 334, @@ -4045,7 +4273,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 335, @@ -4089,7 +4319,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 336, @@ -4133,7 +4365,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 337, @@ -4177,7 +4411,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 338, @@ -4221,7 +4457,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "gong" + "atkSpineEffect": "gong", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 339, @@ -4265,7 +4503,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 340, @@ -4309,7 +4549,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 341, @@ -4353,7 +4595,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 342, @@ -4397,7 +4641,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "gong" + "atkSpineEffect": "gong", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 343, @@ -4441,7 +4687,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 344, @@ -4485,7 +4733,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 345, @@ -4529,7 +4779,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "gong" + "atkSpineEffect": "gong", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 346, @@ -4573,7 +4825,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 347, @@ -4587,7 +4841,7 @@ "camp": 4, "area": 0, "cost": 0, - "jobid": 26, + "jobid": 31, "skill": 47, "pieceId": 0, "hp": 60, @@ -4617,7 +4871,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 348, @@ -4631,7 +4887,7 @@ "camp": 4, "area": 0, "cost": 0, - "jobid": 26, + "jobid": 31, "skill": 48, "pieceId": 0, "hp": 60, @@ -4661,7 +4917,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 349, @@ -4705,7 +4963,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 350, @@ -4749,7 +5009,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "gong" + "atkSpineEffect": "gong", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 351, @@ -4793,7 +5055,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 352, @@ -4837,7 +5101,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 353, @@ -4881,7 +5147,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "dunqi" + "atkSpineEffect": "dunqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 354, @@ -4925,7 +5193,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 355, @@ -4969,7 +5239,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "dunqi" + "atkSpineEffect": "dunqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 356, @@ -5013,7 +5285,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 357, @@ -5057,7 +5331,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "dunqi" + "atkSpineEffect": "dunqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 358, @@ -5101,7 +5377,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "dunqi" + "atkSpineEffect": "dunqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1001, @@ -5145,7 +5423,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1002, @@ -5189,7 +5469,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1003, @@ -5233,7 +5515,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1004, @@ -5277,7 +5561,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1005, @@ -5321,7 +5607,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1006, @@ -5365,7 +5653,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1007, @@ -5409,7 +5699,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1008, @@ -5453,7 +5745,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1009, @@ -5497,7 +5791,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1010, @@ -5541,7 +5837,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1011, @@ -5585,7 +5883,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1012, @@ -5629,7 +5929,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1013, @@ -5673,7 +5975,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1014, @@ -5717,7 +6021,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1015, @@ -5761,7 +6067,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1016, @@ -5805,7 +6113,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1017, @@ -5849,7 +6159,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1018, @@ -5893,7 +6205,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1019, @@ -5937,7 +6251,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1020, @@ -5981,7 +6297,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1021, @@ -6025,7 +6343,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1022, @@ -6069,7 +6389,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1023, @@ -6113,7 +6435,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1024, @@ -6157,7 +6481,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1025, @@ -6201,7 +6527,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1026, @@ -6245,7 +6573,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1027, @@ -6289,7 +6619,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1028, @@ -6333,7 +6665,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1029, @@ -6377,7 +6711,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1030, @@ -6421,7 +6757,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1031, @@ -6465,7 +6803,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1032, @@ -6509,7 +6849,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1033, @@ -6553,7 +6895,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1034, @@ -6597,7 +6941,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1035, @@ -6641,7 +6987,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1036, @@ -6685,7 +7033,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1037, @@ -6729,7 +7079,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1038, @@ -6773,7 +7125,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1039, @@ -6817,7 +7171,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1040, @@ -6861,7 +7217,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1041, @@ -6905,7 +7263,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1042, @@ -6949,7 +7309,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1043, @@ -6993,7 +7355,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1044, @@ -7037,7 +7401,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1045, @@ -7081,7 +7447,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1046, @@ -7125,7 +7493,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1047, @@ -7169,7 +7539,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1048, @@ -7213,7 +7585,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1049, @@ -7257,7 +7631,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1050, @@ -7301,7 +7677,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1051, @@ -7345,7 +7723,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1052, @@ -7389,7 +7769,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1053, @@ -7433,7 +7815,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1054, @@ -7477,7 +7861,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1055, @@ -7521,7 +7907,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1056, @@ -7565,7 +7953,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1057, @@ -7609,7 +7999,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1058, @@ -7653,7 +8045,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1059, @@ -7697,7 +8091,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1060, @@ -7741,7 +8137,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1061, @@ -7785,7 +8183,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1062, @@ -7829,7 +8229,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1063, @@ -7873,7 +8275,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1064, @@ -7917,7 +8321,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1065, @@ -7961,7 +8367,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1070, @@ -8005,7 +8413,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1074, @@ -8049,7 +8459,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1075, @@ -8093,7 +8505,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1076, @@ -8137,7 +8551,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1077, @@ -8181,7 +8597,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1078, @@ -8225,7 +8643,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1080, @@ -8269,7 +8689,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1082, @@ -8313,7 +8735,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1083, @@ -8357,7 +8781,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1084, @@ -8401,7 +8827,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1085, @@ -8445,7 +8873,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1090, @@ -8489,7 +8919,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1091, @@ -8533,7 +8965,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1092, @@ -8577,7 +9011,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1093, @@ -8621,7 +9057,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1094, @@ -8665,7 +9103,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1095, @@ -8709,7 +9149,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1096, @@ -8753,7 +9195,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1097, @@ -8797,7 +9241,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1098, @@ -8841,7 +9287,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1099, @@ -8885,7 +9333,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1110, @@ -8929,7 +9379,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1111, @@ -8973,7 +9425,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1112, @@ -9017,7 +9471,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1501, @@ -9061,7 +9517,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1502, @@ -9105,7 +9563,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1503, @@ -9149,7 +9609,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1504, @@ -9193,7 +9655,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1505, @@ -9237,7 +9701,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1506, @@ -9281,7 +9747,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1507, @@ -9325,7 +9793,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1508, @@ -9369,7 +9839,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1509, @@ -9413,7 +9885,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1510, @@ -9457,7 +9931,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1511, @@ -9501,7 +9977,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1512, @@ -9545,7 +10023,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1513, @@ -9589,7 +10069,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1514, @@ -9633,7 +10115,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "faqi" + "atkSpineEffect": "faqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1530, @@ -9677,7 +10161,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 1531, @@ -9721,7 +10207,101 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" + }, + { + "heroId": 1532, + "spineName": "mayunlu", + "rSpineName": "&", + "name": "马云禄", + "face_id": "mayunlu", + "quality": 3, + "initialStars": 3, + "pieceCount": 0, + "camp": 4, + "area": 0, + "cost": 0, + "jobid": 6, + "skill": 44, + "pieceId": 0, + "hp": 5400, + "atk": 600, + "def": 190, + "mdef": 90, + "agi": 180, + "luk": 110, + "hp_up": 104, + "atk_up": 57, + "matk_up": 0, + "def_up": 19, + "mdef_up": 9, + "agi_up": 18, + "luk_up": 11, + "killid": 0, + "sound_click": 44, + "sound_fight": 44, + "kill": "哈哈!感受一下青龙偃月刀的力量!", + "retreat": "我竟然也会失败吗?", + "info": "吕布,字奉先,号称“飞将”,但为人反复,重利轻义。兵家学派代表人物之一,物理输出型枪兵将领,擅长范围伤害,无视格挡。", + "actorinfo": "DDDD", + "imgPosofDialog": "408&-93", + "imgPosofInfoUI": "-471&-161", + "imgPosofInfoMVP": "-471&-161", + "skillScroll": "1&43|2&65", + "position": "30&40&30", + "initialSkin": 0, + "gender": 1, + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" + }, + { + "heroId": 1533, + "spineName": "guojia", + "rSpineName": "&", + "name": "郭嘉", + "face_id": "guojia", + "quality": 3, + "initialStars": 3, + "pieceCount": 0, + "camp": 4, + "area": 0, + "cost": 0, + "jobid": 6, + "skill": 44, + "pieceId": 0, + "hp": 5400, + "atk": 600, + "def": 190, + "mdef": 90, + "agi": 180, + "luk": 110, + "hp_up": 104, + "atk_up": 57, + "matk_up": 0, + "def_up": 19, + "mdef_up": 9, + "agi_up": 18, + "luk_up": 11, + "killid": 0, + "sound_click": 44, + "sound_fight": 44, + "kill": "哈哈!感受一下青龙偃月刀的力量!", + "retreat": "我竟然也会失败吗?", + "info": "吕布,字奉先,号称“飞将”,但为人反复,重利轻义。兵家学派代表人物之一,物理输出型枪兵将领,擅长范围伤害,无视格挡。", + "actorinfo": "DDDD", + "imgPosofDialog": "408&-93", + "imgPosofInfoUI": "-471&-161", + "imgPosofInfoMVP": "-471&-161", + "skillScroll": "1&159|2&161", + "position": "30&40&30", + "initialSkin": 0, + "gender": 1, + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 2001, @@ -9765,7 +10345,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 2002, @@ -9809,7 +10391,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 2003, @@ -9853,7 +10437,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 2004, @@ -9897,7 +10483,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 2005, @@ -9941,7 +10529,9 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" }, { "heroId": 2006, @@ -9985,6 +10575,8 @@ "position": "30&40&30", "initialSkin": 0, "gender": 1, - "atkSpineEffect": "liqi" + "atkSpineEffect": "liqi", + "showinRecruit": "0&", + "recruit": "0&" } ] \ No newline at end of file diff --git a/shared/resource/jsons/dic_zyz_recruitContent.json b/shared/resource/jsons/dic_zyz_recruitContent.json new file mode 100644 index 000000000..a723120d1 --- /dev/null +++ b/shared/resource/jsons/dic_zyz_recruitContent.json @@ -0,0 +1,114 @@ +[ + { + "id": 1, + "name": "蓝色武将", + "type": 1, + "param": "1&", + "count": 1 + }, + { + "id": 2, + "name": "紫色武将", + "type": 1, + "param": "2&", + "count": 1 + }, + { + "id": 3, + "name": "金色武将", + "type": 1, + "param": "3&", + "count": 1 + }, + { + "id": 4, + "name": "指定武将", + "type": 1, + "param": "0&", + "count": 1 + }, + { + "id": 5, + "name": "适用等级蓝色藏宝图", + "type": 3, + "param": "1&", + "count": 4 + }, + { + "id": 6, + "name": "适用等级紫色藏宝图", + "type": 3, + "param": "2&", + "count": 3 + }, + { + "id": 7, + "name": "适用等级橙色藏宝图", + "type": 3, + "param": "3&", + "count": 2 + }, + { + "id": 8, + "name": "适用等级红色藏宝图", + "type": 3, + "param": "4&", + "count": 1 + }, + { + "id": 9, + "name": "随机一级宝石", + "type": 4, + "param": "1&", + "count": 4 + }, + { + "id": 10, + "name": "随机二级宝石", + "type": 4, + "param": "2&", + "count": 3 + }, + { + "id": 11, + "name": "随机三级宝石", + "type": 4, + "param": "3&", + "count": 2 + }, + { + "id": 12, + "name": "随机四级宝石", + "type": 4, + "param": "4&", + "count": 1 + }, + { + "id": 13, + "name": "适用等级的套装图纸", + "type": 6, + "param": "&", + "count": 1 + }, + { + "id": 14, + "name": "武将碎片 * 5", + "type": 2, + "param": "0&", + "count": 5 + }, + { + "id": 15, + "name": "武将碎片 *10", + "type": 2, + "param": "0&", + "count": 10 + }, + { + "id": 16, + "name": "强化神像素材", + "type": 5, + "param": "17504&", + "count": 1 + } +] \ No newline at end of file diff --git a/shared/resource/jsons/dic_zyz_shop.json b/shared/resource/jsons/dic_zyz_shop.json index 8dad50fc2..bcaf72ef1 100644 --- a/shared/resource/jsons/dic_zyz_shop.json +++ b/shared/resource/jsons/dic_zyz_shop.json @@ -610,5 +610,41 @@ "refreshType": 4, "money": 40006, "price": 500 + }, + { + "id": 52, + "goodid": 22001, + "goodname": "武将令", + "shop": 1, + "type": 5, + "guildlvlimit": "&", + "purchaselimit": 1000, + "refreshType": 1, + "money": 31002, + "price": 250 + }, + { + "id": 54, + "goodid": 22002, + "goodname": "求贤令", + "shop": 1, + "type": 5, + "guildlvlimit": "&", + "purchaselimit": 1000, + "refreshType": 1, + "money": 31002, + "price": 500 + }, + { + "id": 56, + "goodid": 22003, + "goodname": "神秘令", + "shop": 99, + "type": 5, + "guildlvlimit": "&", + "purchaselimit": 1000, + "refreshType": 1, + "money": 31002, + "price": 500 } ] \ No newline at end of file diff --git a/shared/resource/jsons/dic_zyz_shopList.json b/shared/resource/jsons/dic_zyz_shopList.json index 855fc97d7..6d1bea3b7 100644 --- a/shared/resource/jsons/dic_zyz_shopList.json +++ b/shared/resource/jsons/dic_zyz_shopList.json @@ -10,7 +10,7 @@ "shopid": 2, "shopname": "军团商店", "shopicon": "shoptubiaozi_juntuan", - "typeid": "1&6", + "typeid": "1&6&9", "moneyid": "31002&40005" }, { diff --git a/shared/resource/jsons/dic_zyz_shoptype.json b/shared/resource/jsons/dic_zyz_shoptype.json index dc3d64e02..f892659dc 100644 --- a/shared/resource/jsons/dic_zyz_shoptype.json +++ b/shared/resource/jsons/dic_zyz_shoptype.json @@ -26,5 +26,9 @@ { "typeid": 7, "name": "时装" + }, + { + "typeid": 9, + "name": "将魂回收" } ] \ No newline at end of file