From e3a3f3396b24974dc763e285cee1e1070b838ddc Mon Sep 17 00:00:00 2001 From: wh_zcy Date: Thu, 18 Aug 2022 09:46:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/json/LocalizeConfig_CN.json | 4074 ----------------- bin/json/LocalizeConfig_EN.json | 4074 ----------------- bin/json/LocalizeConfig_TW.json | 4074 ----------------- bin/json/game_drawcom.json | 18 - bin/json/game_drawcost.json | 132 - bin/json/game_drawupdraw.json | 20 - bin/json/game_gourmetskill.json | 2 +- bin/json/game_pagodaseasonloop.json | 21 + bin/json/game_serverlist.json | 30 - bin/json/game_skillafteratk.json | 295 ++ bin/json/game_ui.json | 86 +- modules/rtask/config.go | 2 +- modules/rtask/model_rtask.go | 2 +- modules/rtask/module.go | 4 +- modules/web/config.go | 35 - sys/configure/structs/ALocalizeConfig.go | 40 - .../Localize.LocalizeConfig_CNCategory.go | 42 - .../Localize.LocalizeConfig_ENCategory.go | 42 - .../Localize.LocalizeConfig_TWCategory.go | 42 - sys/configure/structs/LocalizeConfig_CN.go | 37 - sys/configure/structs/LocalizeConfig_EN.go | 37 - sys/configure/structs/LocalizeConfig_TW.go | 37 - sys/configure/structs/Tables.go | 12 +- sys/configure/structs/game.RdtaksAll.go | 42 - sys/configure/structs/game.RdtaksAllData.go | 105 - sys/configure/structs/game.RdtaksChoose.go | 42 - .../structs/game.RdtaksChooseData.go | 41 - sys/configure/structs/game.RdtaksType.go | 42 - sys/configure/structs/game.RdtaksTypeData.go | 47 - .../structs/game.pagodaseasonLoop.go | 42 + .../structs/game.pagodaseasonLoopData.go | 65 + sys/configure/structs/game.rdtaskAll.go | 22 +- sys/configure/structs/game.rdtaskAllData.go | 14 +- sys/configure/structs/game.rdtaskChoose.go | 22 +- .../structs/game.rdtaskChooseData.go | 14 +- sys/configure/structs/game.rdtaskType.go | 22 +- sys/configure/structs/game.rdtaskTypeData.go | 14 +- sys/configure/structs/game.serverList.go | 42 - sys/configure/structs/game.serverListData.go | 33 - .../structs/game.skillAfteratkData.go | 2 + 40 files changed, 569 insertions(+), 13200 deletions(-) delete mode 100644 bin/json/LocalizeConfig_CN.json delete mode 100644 bin/json/LocalizeConfig_EN.json delete mode 100644 bin/json/LocalizeConfig_TW.json delete mode 100644 bin/json/game_drawcom.json delete mode 100644 bin/json/game_drawcost.json delete mode 100644 bin/json/game_drawupdraw.json create mode 100644 bin/json/game_pagodaseasonloop.json delete mode 100644 bin/json/game_serverlist.json delete mode 100644 sys/configure/structs/ALocalizeConfig.go delete mode 100644 sys/configure/structs/Localize.LocalizeConfig_CNCategory.go delete mode 100644 sys/configure/structs/Localize.LocalizeConfig_ENCategory.go delete mode 100644 sys/configure/structs/Localize.LocalizeConfig_TWCategory.go delete mode 100644 sys/configure/structs/LocalizeConfig_CN.go delete mode 100644 sys/configure/structs/LocalizeConfig_EN.go delete mode 100644 sys/configure/structs/LocalizeConfig_TW.go delete mode 100644 sys/configure/structs/game.RdtaksAll.go delete mode 100644 sys/configure/structs/game.RdtaksAllData.go delete mode 100644 sys/configure/structs/game.RdtaksChoose.go delete mode 100644 sys/configure/structs/game.RdtaksChooseData.go delete mode 100644 sys/configure/structs/game.RdtaksType.go delete mode 100644 sys/configure/structs/game.RdtaksTypeData.go create mode 100644 sys/configure/structs/game.pagodaseasonLoop.go create mode 100644 sys/configure/structs/game.pagodaseasonLoopData.go delete mode 100644 sys/configure/structs/game.serverList.go delete mode 100644 sys/configure/structs/game.serverListData.go diff --git a/bin/json/LocalizeConfig_CN.json b/bin/json/LocalizeConfig_CN.json deleted file mode 100644 index c3e146b04..000000000 --- a/bin/json/LocalizeConfig_CN.json +++ /dev/null @@ -1,4074 +0,0 @@ -[ - { - "key": "ChineseSimplified", - "text_cn": "简体中文" - }, - { - "key": "ChineseTraditional", - "text_cn": "繁体中文" - }, - { - "key": "English", - "text_cn": "英文" - }, - { - "key": "1", - "text_cn": "一" - }, - { - "key": "2", - "text_cn": "二" - }, - { - "key": "3", - "text_cn": "三" - }, - { - "key": "4", - "text_cn": "四" - }, - { - "key": "5", - "text_cn": "五" - }, - { - "key": "6", - "text_cn": "六" - }, - { - "key": "7", - "text_cn": "七" - }, - { - "key": "8", - "text_cn": "八" - }, - { - "key": "9", - "text_cn": "九" - }, - { - "key": "10", - "text_cn": "十" - }, - { - "key": "Login", - "text_cn": "登录" - }, - { - "key": "MomentDay1", - "text_cn": "{0}天前" - }, - { - "key": "MomentDay2", - "text_cn": "还有{0}天" - }, - { - "key": "MomentHour1", - "text_cn": "{0}小时前" - }, - { - "key": "MomentHour2", - "text_cn": "还有{0}小时" - }, - { - "key": "MomentMinutes1", - "text_cn": "{0}分钟前" - }, - { - "key": "MomentMinutes2", - "text_cn": "还有{0}分钟" - }, - { - "key": "MomentSeconds1", - "text_cn": "刚刚" - }, - { - "key": "MomentSeconds2", - "text_cn": "1分以内" - }, - { - "key": "Tuijian", - "text_cn": "推荐" - }, - { - "key": "Juese", - "text_cn": "角色" - }, - { - "key": "hero_13001", - "text_cn": "闪闪" - }, - { - "key": "hero_13002", - "text_cn": "食人鱼先生" - }, - { - "key": "hero_13003", - "text_cn": "啊啊" - }, - { - "key": "hero_13004", - "text_cn": "法夸德勋爵" - }, - { - "key": "hero_13005", - "text_cn": "大大" - }, - { - "key": "hero_14001", - "text_cn": "史图依克" - }, - { - "key": "hero_14002", - "text_cn": "大龙" - }, - { - "key": "hero_14003", - "text_cn": "亚丝翠" - }, - { - "key": "hero_14004", - "text_cn": "克莱尔·努涅斯" - }, - { - "key": "hero_14005", - "text_cn": "鹤大师" - }, - { - "key": "hero_14006", - "text_cn": "布兰奇" - }, - { - "key": "hero_14007", - "text_cn": "格里斯特王子" - }, - { - "key": "hero_15001", - "text_cn": "吉姆·莱克" - }, - { - "key": "hero_15002", - "text_cn": "船长" - }, - { - "key": "hero_15003", - "text_cn": "希沙窦斯" - }, - { - "key": "hero_15004", - "text_cn": "小欧" - }, - { - "key": "hero_15005", - "text_cn": "亚力克斯" - }, - { - "key": "hero_23001", - "text_cn": "斯梅克船长" - }, - { - "key": "hero_23002", - "text_cn": "警卫队长" - }, - { - "key": "hero_23003", - "text_cn": "泰德·邓普顿" - }, - { - "key": "hero_23004", - "text_cn": "吉姆·普雷斯科特" - }, - { - "key": "hero_24001", - "text_cn": "警长" - }, - { - "key": "hero_24002", - "text_cn": "牙仙" - }, - { - "key": "hero_24003", - "text_cn": "睡神沙人" - }, - { - "key": "hero_24004", - "text_cn": "邦尼兔" - }, - { - "key": "hero_24005", - "text_cn": "金猴" - }, - { - "key": "hero_24006", - "text_cn": "凯尔" - }, - { - "key": "hero_24007", - "text_cn": "小钱" - }, - { - "key": "hero_24008", - "text_cn": "暴芙那特" - }, - { - "key": "hero_24009", - "text_cn": "云朵先生" - }, - { - "key": "hero_25001", - "text_cn": "阿宝" - }, - { - "key": "hero_25002", - "text_cn": "沃尔夫先生" - }, - { - "key": "hero_25003", - "text_cn": "无牙仔" - }, - { - "key": "hero_25004", - "text_cn": "波比" - }, - { - "key": "hero_33001", - "text_cn": "巫嘎" - }, - { - "key": "hero_33002", - "text_cn": "坦克" - }, - { - "key": "hero_33003", - "text_cn": "胡德先生" - }, - { - "key": "hero_33004", - "text_cn": "普鲁格兰杰" - }, - { - "key": "hero_33005", - "text_cn": "鼻涕粗" - }, - { - "key": "hero_33006", - "text_cn": "珍妮丝·邓普顿" - }, - { - "key": "hero_34001", - "text_cn": "贫嘴驴" - }, - { - "key": "hero_34002", - "text_cn": "蒂姆·邓普顿" - }, - { - "key": "hero_34003", - "text_cn": "圣诞老人" - }, - { - "key": "hero_34004", - "text_cn": "瓜哥" - }, - { - "key": "hero_34005", - "text_cn": "沃尔特·史翠克勒" - }, - { - "key": "hero_34006", - "text_cn": "冰霜杰克" - }, - { - "key": "hero_34007", - "text_cn": "菲奥娜" - }, - { - "key": "hero_34008", - "text_cn": "悍夫那特" - }, - { - "key": "hero_35001", - "text_cn": "师父" - }, - { - "key": "hero_35002", - "text_cn": "希卡普" - }, - { - "key": "hero_35003", - "text_cn": "漆黑" - }, - { - "key": "hero_35004", - "text_cn": "黛安·福克斯顿" - }, - { - "key": "hero_35005", - "text_cn": "幸运·普雷斯科特" - }, - { - "key": "hero_35006", - "text_cn": "平先生" - }, - { - "key": "hero_43001", - "text_cn": "阿比盖尔·斯通" - }, - { - "key": "hero_43002", - "text_cn": "果酱教授" - }, - { - "key": "hero_43003", - "text_cn": "史蒂夫·帕丘克" - }, - { - "key": "hero_43004", - "text_cn": "姜饼人" - }, - { - "key": "hero_43005", - "text_cn": "瓦希尔指挥官" - }, - { - "key": "hero_43006", - "text_cn": "布里奇特" - }, - { - "key": "hero_43007", - "text_cn": "戈伯" - }, - { - "key": "hero_44001", - "text_cn": "美肚鲨" - }, - { - "key": "hero_44002", - "text_cn": "蛇先生" - }, - { - "key": "hero_44003", - "text_cn": "匹诺曹" - }, - { - "key": "hero_44004", - "text_cn": "艾札塔伦" - }, - { - "key": "hero_44005", - "text_cn": "小伊" - }, - { - "key": "hero_44006", - "text_cn": "悍娇虎" - }, - { - "key": "hero_45001", - "text_cn": "乌龟大师" - }, - { - "key": "hero_45002", - "text_cn": "梅林" - }, - { - "key": "hero_45003", - "text_cn": "盖" - }, - { - "key": "hero_45004", - "text_cn": "穿靴子的猫" - }, - { - "key": "hero_43901", - "text_cn": "升星精灵" - }, - { - "key": "hero_42911", - "text_cn": "初级经验精灵" - }, - { - "key": "hero_43911", - "text_cn": "中级经验精灵" - }, - { - "key": "hero_44911", - "text_cn": "高级经验精灵" - }, - { - "key": "hero_43921", - "text_cn": "技能精灵·稀有" - }, - { - "key": "hero_44921", - "text_cn": "技能精灵·史诗" - }, - { - "key": "hero_45921", - "text_cn": "技能精灵·传说" - }, - { - "key": "hero_51001", - "text_cn": "啵啵星人(新增)" - }, - { - "key": "hero_51002", - "text_cn": "埃雷特手下1号(新增)" - }, - { - "key": "hero_51003", - "text_cn": "埃雷特手下2号(新增)" - }, - { - "key": "hero_51004", - "text_cn": "豺狼小怪(新增)" - }, - { - "key": "hero_51005", - "text_cn": "犀牛守卫(新增)" - }, - { - "key": "hero_51006", - "text_cn": "香塔尔 杜布瓦队长手下1号(新增)" - }, - { - "key": "hero_51007", - "text_cn": "香塔尔 杜布瓦队长手下2号(新增)" - }, - { - "key": "hero_51008", - "text_cn": "香塔尔 杜布瓦队长手下3号(新增)" - }, - { - "key": "hero_51009", - "text_cn": "香塔尔 杜布瓦队长手下4号(新增)" - }, - { - "key": "hero_51010", - "text_cn": "警卫1号(新增)" - }, - { - "key": "hero_51011", - "text_cn": "警卫2号(新增)" - }, - { - "key": "hero_51012", - "text_cn": "小猴子(新增)" - }, - { - "key": "hero_51013", - "text_cn": "巨怪啰啰(新增)" - }, - { - "key": "hero_51014", - "text_cn": "博啃族宫廷守卫(新增)" - }, - { - "key": "hero_53001", - "text_cn": "埃雷特(新增)" - }, - { - "key": "hero_53002", - "text_cn": "豺狼头领(新增)" - }, - { - "key": "hero_53003", - "text_cn": "豪猪大师(翡翠僵尸)(新增)" - }, - { - "key": "hero_53004", - "text_cn": "双獾大师(翡翠僵尸)(新增)" - }, - { - "key": "hero_53005", - "text_cn": "小猴子首领(新增)" - }, - { - "key": "hero_53006", - "text_cn": "巨怪首领(新增)" - }, - { - "key": "hero_55001", - "text_cn": "香塔尔 杜布瓦队长" - }, - { - "key": "hero_55002", - "text_cn": "亨得利克斯(新增)" - }, - { - "key": "hero_55003", - "text_cn": "巨型猩猩怪兽(新增)" - }, - { - "key": "hero_55004", - "text_cn": "白龙王" - }, - { - "key": "hero_55005", - "text_cn": "大厨(新增)" - }, - { - "key": "hero_55006", - "text_cn": "德雷格(新增)" - }, - { - "key": "hero_55007", - "text_cn": "莫甘娜巨怪" - }, - { - "key": "hero_55008", - "text_cn": "莫甘娜二阶" - }, - { - "key": "hero_55009", - "text_cn": "闪闪帅的一批" - }, - { - "key": "hero_55010", - "text_cn": "食人鱼先生帅的一批" - }, - { - "key": "hero_55011", - "text_cn": "啊啊帅的一批" - }, - { - "key": "hero_55012", - "text_cn": "法夸德勋爵帅的一批" - }, - { - "key": "hero_55013", - "text_cn": "大大帅的一批" - }, - { - "key": "hero_55014", - "text_cn": "史图依克帅的一批" - }, - { - "key": "hero_55015", - "text_cn": "大龙帅的一批" - }, - { - "key": "hero_55016", - "text_cn": "亚丝翠帅的一批" - }, - { - "key": "hero_55017", - "text_cn": "克莱尔·努涅斯帅的一批" - }, - { - "key": "hero_55018", - "text_cn": "鹤大师帅的一批" - }, - { - "key": "hero_55019", - "text_cn": "布兰奇帅的一批" - }, - { - "key": "hero_55020", - "text_cn": "格里斯特王子帅的一批" - }, - { - "key": "hero_55021", - "text_cn": "吉姆·莱克帅的一批" - }, - { - "key": "hero_55022", - "text_cn": "船长帅的一批" - }, - { - "key": "hero_55023", - "text_cn": "希沙窦斯帅的一批" - }, - { - "key": "hero_55024", - "text_cn": "小欧帅的一批" - }, - { - "key": "hero_55025", - "text_cn": "亚力克斯帅的一批" - }, - { - "key": "hero_55026", - "text_cn": "斯梅克船长帅的一批" - }, - { - "key": "hero_55027", - "text_cn": "警卫队长帅的一批" - }, - { - "key": "hero_55028", - "text_cn": "泰德·邓普顿帅的一批" - }, - { - "key": "hero_55029", - "text_cn": "吉姆·普雷斯科特帅的一批" - }, - { - "key": "hero_55030", - "text_cn": "警长帅的一批" - }, - { - "key": "hero_55031", - "text_cn": "牙仙帅的一批" - }, - { - "key": "hero_55032", - "text_cn": "睡神沙人帅的一批" - }, - { - "key": "hero_55033", - "text_cn": "邦尼兔帅的一批" - }, - { - "key": "hero_55034", - "text_cn": "金猴帅的一批" - }, - { - "key": "hero_55035", - "text_cn": "凯尔帅的一批" - }, - { - "key": "hero_55036", - "text_cn": "小钱帅的一批" - }, - { - "key": "hero_55037", - "text_cn": "暴芙那特帅的一批" - }, - { - "key": "hero_55038", - "text_cn": "云朵先生帅的一批" - }, - { - "key": "hero_55039", - "text_cn": "阿宝性格随和、天真、好动、贪玩、孩子气,但是正是这些特质,让他有了成为“神龙大侠”的潜质。也许大侠不一定是完美的,但一定是善良的!" - }, - { - "key": "hero_55040", - "text_cn": "沃尔夫先生帅的一批" - }, - { - "key": "hero_55041", - "text_cn": "无牙仔帅的一批" - }, - { - "key": "hero_55042", - "text_cn": "波比是精灵城的公主,她有着神奇的魔力和多彩的头发,乐观积极、喜爱唱歌。" - }, - { - "key": "hero_55043", - "text_cn": "巫嘎帅的一批" - }, - { - "key": "hero_55044", - "text_cn": "坦克帅的一批" - }, - { - "key": "hero_55045", - "text_cn": "胡德先生帅的一批" - }, - { - "key": "hero_55046", - "text_cn": "普鲁格兰杰帅的一批" - }, - { - "key": "hero_55047", - "text_cn": "鼻涕粗帅的一批" - }, - { - "key": "hero_55048", - "text_cn": "珍妮丝·邓普顿帅的一批" - }, - { - "key": "hero_55049", - "text_cn": "贫嘴驴帅的一批" - }, - { - "key": "hero_55050", - "text_cn": "蒂姆·邓普顿帅的一批" - }, - { - "key": "hero_55051", - "text_cn": "圣诞老人帅的一批" - }, - { - "key": "hero_55052", - "text_cn": "瓜哥帅的一批" - }, - { - "key": "hero_55053", - "text_cn": "沃尔特·史翠克勒帅的一批" - }, - { - "key": "hero_55054", - "text_cn": "冰霜杰克帅的一批" - }, - { - "key": "hero_55055", - "text_cn": "菲奥娜帅的一批" - }, - { - "key": "hero_55056", - "text_cn": "悍夫那特帅的一批" - }, - { - "key": "hero_55057", - "text_cn": "师父帅的一批" - }, - { - "key": "hero_55058", - "text_cn": "希卡普帅的一批" - }, - { - "key": "hero_55059", - "text_cn": "漆黑帅的一批" - }, - { - "key": "hero_55060", - "text_cn": "黛安·福克斯顿帅的一批" - }, - { - "key": "hero_55061", - "text_cn": "幸运·普雷斯科特帅的一批" - }, - { - "key": "hero_55062", - "text_cn": "平先生帅的一批" - }, - { - "key": "hero_55063", - "text_cn": "阿比盖尔·斯通帅的一批" - }, - { - "key": "hero_55064", - "text_cn": "果酱教授帅的一批" - }, - { - "key": "hero_55065", - "text_cn": "史蒂夫·帕丘克帅的一批" - }, - { - "key": "hero_55066", - "text_cn": "姜饼人帅的一批" - }, - { - "key": "hero_55067", - "text_cn": "瓦希尔指挥官帅的一批" - }, - { - "key": "hero_55068", - "text_cn": "布里奇特帅的一批" - }, - { - "key": "hero_55069", - "text_cn": "戈伯帅的一批" - }, - { - "key": "hero_55070", - "text_cn": "美肚鲨帅的一批" - }, - { - "key": "hero_55071", - "text_cn": "蛇先生帅的一批" - }, - { - "key": "hero_55072", - "text_cn": "匹诺曹帅的一批" - }, - { - "key": "hero_55073", - "text_cn": "艾札塔伦帅的一批" - }, - { - "key": "hero_55074", - "text_cn": "小伊帅的一批" - }, - { - "key": "hero_55075", - "text_cn": "悍娇虎帅的一批" - }, - { - "key": "hero_55076", - "text_cn": "乌龟大师帅的一批" - }, - { - "key": "hero_55077", - "text_cn": "梅林帅的一批" - }, - { - "key": "hero_55078", - "text_cn": "盖帅的一批" - }, - { - "key": "hero_55079", - "text_cn": "穿靴子的猫帅的一批" - }, - { - "key": "hero_55080", - "text_cn": "升星精灵帅的一批" - }, - { - "key": "hero_55081", - "text_cn": "初级经验精灵帅的一批" - }, - { - "key": "hero_55082", - "text_cn": "中级经验精灵帅的一批" - }, - { - "key": "hero_55083", - "text_cn": "高级经验精灵帅的一批" - }, - { - "key": "hero_55084", - "text_cn": "技能精灵·稀有帅的一批" - }, - { - "key": "hero_55085", - "text_cn": "技能精灵·史诗帅的一批" - }, - { - "key": "hero_55086", - "text_cn": "技能精灵·传说帅的一批" - }, - { - "key": "hero_55087", - "text_cn": "啵啵星人(新增)帅的一批" - }, - { - "key": "hero_55088", - "text_cn": "埃雷特手下1号(新增)帅的一批" - }, - { - "key": "hero_55089", - "text_cn": "埃雷特手下2号(新增)帅的一批" - }, - { - "key": "hero_55090", - "text_cn": "豺狼小怪(新增)帅的一批" - }, - { - "key": "hero_55091", - "text_cn": "犀牛守卫(新增)帅的一批" - }, - { - "key": "hero_55092", - "text_cn": "香塔尔 杜布瓦队长手下1号(新增)帅的一批" - }, - { - "key": "hero_55093", - "text_cn": "香塔尔 杜布瓦队长手下2号(新增)帅的一批" - }, - { - "key": "hero_55094", - "text_cn": "香塔尔 杜布瓦队长手下3号(新增)帅的一批" - }, - { - "key": "hero_55095", - "text_cn": "香塔尔 杜布瓦队长手下4号(新增)帅的一批" - }, - { - "key": "hero_55096", - "text_cn": "警卫1号(新增)帅的一批" - }, - { - "key": "hero_55097", - "text_cn": "警卫2号(新增)帅的一批" - }, - { - "key": "hero_55098", - "text_cn": "小猴子(新增)帅的一批" - }, - { - "key": "hero_55099", - "text_cn": "巨怪啰啰(新增)帅的一批" - }, - { - "key": "hero_55100", - "text_cn": "博啃族宫廷守卫(新增)帅的一批" - }, - { - "key": "hero_55101", - "text_cn": "埃雷特(新增)帅的一批" - }, - { - "key": "hero_55102", - "text_cn": "豺狼头领(新增)帅的一批" - }, - { - "key": "hero_55103", - "text_cn": "豪猪大师(翡翠僵尸)(新增)帅的一批" - }, - { - "key": "hero_55104", - "text_cn": "双獾大师(翡翠僵尸)(新增)帅的一批" - }, - { - "key": "hero_55105", - "text_cn": "小猴子首领(新增)帅的一批" - }, - { - "key": "hero_55106", - "text_cn": "巨怪首领(新增)帅的一批" - }, - { - "key": "hero_55107", - "text_cn": "香塔尔 杜布瓦队长帅的一批" - }, - { - "key": "hero_55108", - "text_cn": "亨得利克斯(新增)帅的一批" - }, - { - "key": "hero_55109", - "text_cn": "巨型猩猩怪兽(新增)帅的一批" - }, - { - "key": "hero_55110", - "text_cn": "白龙王帅的一批" - }, - { - "key": "hero_55111", - "text_cn": "大厨(新增)帅的一批" - }, - { - "key": "hero_55112", - "text_cn": "德雷格(新增)帅的一批" - }, - { - "key": "hero_55113", - "text_cn": "莫甘娜巨怪帅的一批" - }, - { - "key": "hero_55114", - "text_cn": "莫甘娜二阶帅的一批" - }, - { - "key": "equip_13001", - "text_cn": "武器" - }, - { - "key": "equip_13002", - "text_cn": "衣服" - }, - { - "key": "equip_13003", - "text_cn": "鞋子" - }, - { - "key": "equip_13004", - "text_cn": "戒指" - }, - { - "key": "equip_13005", - "text_cn": "时间宝石" - }, - { - "key": "equip_13006", - "text_cn": "空间宝石" - }, - { - "key": "equip_13007", - "text_cn": "武器" - }, - { - "key": "equip_13008", - "text_cn": "衣服" - }, - { - "key": "equip_13009", - "text_cn": "鞋子" - }, - { - "key": "equip_13010", - "text_cn": "戒指" - }, - { - "key": "equip_13011", - "text_cn": "时间宝石" - }, - { - "key": "equip_13012", - "text_cn": "空间宝石" - }, - { - "key": "equip_13013", - "text_cn": "武器" - }, - { - "key": "equip_13014", - "text_cn": "衣服" - }, - { - "key": "equip_13015", - "text_cn": "鞋子" - }, - { - "key": "equip_13016", - "text_cn": "戒指" - }, - { - "key": "equip_13017", - "text_cn": "时间宝石" - }, - { - "key": "equip_13018", - "text_cn": "空间宝石" - }, - { - "key": "equip_13019", - "text_cn": "武器" - }, - { - "key": "equip_13020", - "text_cn": "衣服" - }, - { - "key": "equip_13021", - "text_cn": "鞋子" - }, - { - "key": "equip_13022", - "text_cn": "戒指" - }, - { - "key": "equip_13023", - "text_cn": "时间宝石" - }, - { - "key": "equip_13024", - "text_cn": "空间宝石" - }, - { - "key": "equip_13025", - "text_cn": "武器" - }, - { - "key": "equip_13026", - "text_cn": "衣服" - }, - { - "key": "equip_13027", - "text_cn": "鞋子" - }, - { - "key": "equip_13028", - "text_cn": "戒指" - }, - { - "key": "equip_13029", - "text_cn": "时间宝石" - }, - { - "key": "equip_13030", - "text_cn": "空间宝石" - }, - { - "key": "equip_13031", - "text_cn": "武器" - }, - { - "key": "equip_13032", - "text_cn": "衣服" - }, - { - "key": "equip_13033", - "text_cn": "鞋子" - }, - { - "key": "equip_13034", - "text_cn": "戒指" - }, - { - "key": "equip_13035", - "text_cn": "时间宝石" - }, - { - "key": "equip_13036", - "text_cn": "空间宝石" - }, - { - "key": "equip_13037", - "text_cn": "武器" - }, - { - "key": "equip_13038", - "text_cn": "衣服" - }, - { - "key": "equip_13039", - "text_cn": "鞋子" - }, - { - "key": "equip_13040", - "text_cn": "戒指" - }, - { - "key": "equip_13041", - "text_cn": "时间宝石" - }, - { - "key": "equip_13042", - "text_cn": "空间宝石" - }, - { - "key": "equip_13043", - "text_cn": "武器" - }, - { - "key": "equip_13044", - "text_cn": "衣服" - }, - { - "key": "equip_13045", - "text_cn": "鞋子" - }, - { - "key": "equip_13046", - "text_cn": "戒指" - }, - { - "key": "equip_13047", - "text_cn": "时间宝石" - }, - { - "key": "equip_13048", - "text_cn": "空间宝石" - }, - { - "key": "equip_13049", - "text_cn": "武器" - }, - { - "key": "equip_13050", - "text_cn": "衣服" - }, - { - "key": "equip_13051", - "text_cn": "鞋子" - }, - { - "key": "equip_13052", - "text_cn": "戒指" - }, - { - "key": "equip_13053", - "text_cn": "时间宝石" - }, - { - "key": "equip_13054", - "text_cn": "空间宝石" - }, - { - "key": "equip_13055", - "text_cn": "武器" - }, - { - "key": "equip_13056", - "text_cn": "衣服" - }, - { - "key": "equip_13057", - "text_cn": "鞋子" - }, - { - "key": "equip_13058", - "text_cn": "戒指" - }, - { - "key": "equip_13059", - "text_cn": "时间宝石" - }, - { - "key": "equip_13060", - "text_cn": "空间宝石" - }, - { - "key": "equip_13061", - "text_cn": "武器" - }, - { - "key": "equip_13062", - "text_cn": "衣服" - }, - { - "key": "equip_13063", - "text_cn": "鞋子" - }, - { - "key": "equip_13064", - "text_cn": "戒指" - }, - { - "key": "equip_13065", - "text_cn": "时间宝石" - }, - { - "key": "equip_13066", - "text_cn": "空间宝石" - }, - { - "key": "equip_13067", - "text_cn": "武器" - }, - { - "key": "equip_13068", - "text_cn": "衣服" - }, - { - "key": "equip_13069", - "text_cn": "鞋子" - }, - { - "key": "equip_13070", - "text_cn": "戒指" - }, - { - "key": "equip_13071", - "text_cn": "时间宝石" - }, - { - "key": "equip_13072", - "text_cn": "空间宝石" - }, - { - "key": "equip_13073", - "text_cn": "武器" - }, - { - "key": "equip_13074", - "text_cn": "衣服" - }, - { - "key": "equip_13075", - "text_cn": "鞋子" - }, - { - "key": "equip_13076", - "text_cn": "戒指" - }, - { - "key": "equip_13077", - "text_cn": "时间宝石" - }, - { - "key": "equip_13078", - "text_cn": "空间宝石" - }, - { - "key": "equip_13079", - "text_cn": "武器" - }, - { - "key": "equip_13080", - "text_cn": "衣服" - }, - { - "key": "equip_13081", - "text_cn": "鞋子" - }, - { - "key": "equip_13082", - "text_cn": "戒指" - }, - { - "key": "equip_13083", - "text_cn": "时间宝石" - }, - { - "key": "equip_13084", - "text_cn": "空间宝石" - }, - { - "key": "equip_13085", - "text_cn": "武器" - }, - { - "key": "equip_13086", - "text_cn": "衣服" - }, - { - "key": "equip_13087", - "text_cn": "鞋子" - }, - { - "key": "equip_13088", - "text_cn": "戒指" - }, - { - "key": "equip_13089", - "text_cn": "时间宝石" - }, - { - "key": "equip_13090", - "text_cn": "空间宝石" - }, - { - "key": "equip_13091", - "text_cn": "武器" - }, - { - "key": "equip_13092", - "text_cn": "衣服" - }, - { - "key": "equip_13093", - "text_cn": "鞋子" - }, - { - "key": "equip_13094", - "text_cn": "戒指" - }, - { - "key": "equip_13095", - "text_cn": "时间宝石" - }, - { - "key": "equip_13096", - "text_cn": "空间宝石" - }, - { - "key": "equip_13097", - "text_cn": "武器" - }, - { - "key": "equip_13098", - "text_cn": "衣服" - }, - { - "key": "equip_13099", - "text_cn": "鞋子" - }, - { - "key": "equip_13100", - "text_cn": "戒指" - }, - { - "key": "equip_13101", - "text_cn": "时间宝石" - }, - { - "key": "equip_13102", - "text_cn": "空间宝石" - }, - { - "key": "equip_13103", - "text_cn": "武器" - }, - { - "key": "equip_13104", - "text_cn": "衣服" - }, - { - "key": "equip_13105", - "text_cn": "鞋子" - }, - { - "key": "equip_13106", - "text_cn": "戒指" - }, - { - "key": "equip_13107", - "text_cn": "时间宝石" - }, - { - "key": "equip_13108", - "text_cn": "空间宝石" - }, - { - "key": "equip_13109", - "text_cn": "武器" - }, - { - "key": "equip_13110", - "text_cn": "衣服" - }, - { - "key": "equip_13111", - "text_cn": "鞋子" - }, - { - "key": "equip_13112", - "text_cn": "戒指" - }, - { - "key": "equip_13113", - "text_cn": "时间宝石" - }, - { - "key": "equip_13114", - "text_cn": "空间宝石" - }, - { - "key": "equip_13115", - "text_cn": "武器" - }, - { - "key": "equip_13116", - "text_cn": "衣服" - }, - { - "key": "equip_13117", - "text_cn": "鞋子" - }, - { - "key": "equip_13118", - "text_cn": "戒指" - }, - { - "key": "equip_13119", - "text_cn": "时间宝石" - }, - { - "key": "equip_13120", - "text_cn": "空间宝石" - }, - { - "key": "equip_13121", - "text_cn": "武器" - }, - { - "key": "equip_13122", - "text_cn": "衣服" - }, - { - "key": "equip_13123", - "text_cn": "鞋子" - }, - { - "key": "equip_13124", - "text_cn": "戒指" - }, - { - "key": "equip_13125", - "text_cn": "时间宝石" - }, - { - "key": "equip_13126", - "text_cn": "空间宝石" - }, - { - "key": "equip_13127", - "text_cn": "武器" - }, - { - "key": "equip_13128", - "text_cn": "衣服" - }, - { - "key": "equip_13129", - "text_cn": "鞋子" - }, - { - "key": "equip_13130", - "text_cn": "戒指" - }, - { - "key": "equip_13131", - "text_cn": "时间宝石" - }, - { - "key": "equip_13132", - "text_cn": "空间宝石" - }, - { - "key": "equip_13133", - "text_cn": "武器" - }, - { - "key": "equip_13134", - "text_cn": "衣服" - }, - { - "key": "equip_13135", - "text_cn": "鞋子" - }, - { - "key": "equip_13136", - "text_cn": "戒指" - }, - { - "key": "equip_13137", - "text_cn": "时间宝石" - }, - { - "key": "equip_13138", - "text_cn": "空间宝石" - }, - { - "key": "equip_13139", - "text_cn": "武器" - }, - { - "key": "equip_13140", - "text_cn": "衣服" - }, - { - "key": "equip_13141", - "text_cn": "鞋子" - }, - { - "key": "equip_13142", - "text_cn": "戒指" - }, - { - "key": "equip_13143", - "text_cn": "时间宝石" - }, - { - "key": "equip_13144", - "text_cn": "空间宝石" - }, - { - "key": "equip_13145", - "text_cn": "武器" - }, - { - "key": "equip_13146", - "text_cn": "衣服" - }, - { - "key": "equip_13147", - "text_cn": "鞋子" - }, - { - "key": "equip_13148", - "text_cn": "戒指" - }, - { - "key": "equip_13149", - "text_cn": "时间宝石" - }, - { - "key": "equip_13150", - "text_cn": "空间宝石" - }, - { - "key": "equip_13151", - "text_cn": "武器" - }, - { - "key": "equip_13152", - "text_cn": "衣服" - }, - { - "key": "equip_13153", - "text_cn": "鞋子" - }, - { - "key": "equip_13154", - "text_cn": "戒指" - }, - { - "key": "equip_13155", - "text_cn": "时间宝石" - }, - { - "key": "equip_13156", - "text_cn": "空间宝石" - }, - { - "key": "equip_13157", - "text_cn": "武器" - }, - { - "key": "equip_13158", - "text_cn": "衣服" - }, - { - "key": "equip_13159", - "text_cn": "鞋子" - }, - { - "key": "equip_13160", - "text_cn": "戒指" - }, - { - "key": "equip_13161", - "text_cn": "时间宝石" - }, - { - "key": "equip_13162", - "text_cn": "空间宝石" - }, - { - "key": "equip_13163", - "text_cn": "武器" - }, - { - "key": "equip_13164", - "text_cn": "衣服" - }, - { - "key": "equip_13165", - "text_cn": "鞋子" - }, - { - "key": "equip_13166", - "text_cn": "戒指" - }, - { - "key": "equip_13167", - "text_cn": "时间宝石" - }, - { - "key": "equip_13168", - "text_cn": "空间宝石" - }, - { - "key": "equip_13169", - "text_cn": "武器" - }, - { - "key": "equip_13170", - "text_cn": "衣服" - }, - { - "key": "equip_13171", - "text_cn": "鞋子" - }, - { - "key": "equip_13172", - "text_cn": "戒指" - }, - { - "key": "equip_13173", - "text_cn": "时间宝石" - }, - { - "key": "equip_13174", - "text_cn": "空间宝石" - }, - { - "key": "equip_13175", - "text_cn": "武器" - }, - { - "key": "equip_13176", - "text_cn": "衣服" - }, - { - "key": "equip_13177", - "text_cn": "鞋子" - }, - { - "key": "equip_13178", - "text_cn": "戒指" - }, - { - "key": "equip_13179", - "text_cn": "时间宝石" - }, - { - "key": "equip_13180", - "text_cn": "空间宝石" - }, - { - "key": "equip_13181", - "text_cn": "武器" - }, - { - "key": "equip_13182", - "text_cn": "衣服" - }, - { - "key": "equip_13183", - "text_cn": "鞋子" - }, - { - "key": "equip_13184", - "text_cn": "戒指" - }, - { - "key": "equip_13185", - "text_cn": "时间宝石" - }, - { - "key": "equip_13186", - "text_cn": "空间宝石" - }, - { - "key": "equip_13187", - "text_cn": "武器" - }, - { - "key": "equip_13188", - "text_cn": "衣服" - }, - { - "key": "equip_13189", - "text_cn": "鞋子" - }, - { - "key": "equip_13190", - "text_cn": "戒指" - }, - { - "key": "equip_13191", - "text_cn": "时间宝石" - }, - { - "key": "equip_13192", - "text_cn": "空间宝石" - }, - { - "key": "equip_13193", - "text_cn": "武器" - }, - { - "key": "equip_13194", - "text_cn": "衣服" - }, - { - "key": "equip_13195", - "text_cn": "鞋子" - }, - { - "key": "equip_13196", - "text_cn": "戒指" - }, - { - "key": "equip_13197", - "text_cn": "时间宝石" - }, - { - "key": "equip_13198", - "text_cn": "空间宝石" - }, - { - "key": "equip_13199", - "text_cn": "武器" - }, - { - "key": "equip_13200", - "text_cn": "衣服" - }, - { - "key": "equip_13201", - "text_cn": "鞋子" - }, - { - "key": "equip_13202", - "text_cn": "戒指" - }, - { - "key": "equip_13203", - "text_cn": "时间宝石" - }, - { - "key": "equip_13204", - "text_cn": "戒指" - }, - { - "key": "equip_13205", - "text_cn": "武器" - }, - { - "key": "equip_13206", - "text_cn": "衣服" - }, - { - "key": "equip_13207", - "text_cn": "鞋子" - }, - { - "key": "equip_13208", - "text_cn": "戒指" - }, - { - "key": "equip_13209", - "text_cn": "武器" - }, - { - "key": "equip_13210", - "text_cn": "衣服" - }, - { - "key": "equip_13211", - "text_cn": "鞋子" - }, - { - "key": "equip_13212", - "text_cn": "戒指" - }, - { - "key": "equip_13213", - "text_cn": "神龙套装" - }, - { - "key": "equip_13214", - "text_cn": "圆月套装" - }, - { - "key": "equip_13215", - "text_cn": "暴击率+20%" - }, - { - "key": "equip_13216", - "text_cn": "未激活" - }, - { - "key": "equip_13217", - "text_cn": "已激活" - }, - { - "key": "suit_equip_10001", - "text_cn": "初心者套装" - }, - { - "key": "item_10001", - "text_cn": "1阵营觉醒材料" - }, - { - "key": "item_10002", - "text_cn": "1阵营觉醒材料" - }, - { - "key": "item_10003", - "text_cn": "1阵营觉醒材料" - }, - { - "key": "item_10011", - "text_cn": "2阵营觉醒材料" - }, - { - "key": "item_10012", - "text_cn": "2阵营觉醒材料" - }, - { - "key": "item_10013", - "text_cn": "2阵营觉醒材料" - }, - { - "key": "item_10021", - "text_cn": "3阵营觉醒材料" - }, - { - "key": "item_10022", - "text_cn": "3阵营觉醒材料" - }, - { - "key": "item_10023", - "text_cn": "3阵营觉醒材料" - }, - { - "key": "item_10031", - "text_cn": "4阵营觉醒材料" - }, - { - "key": "item_10032", - "text_cn": "4阵营觉醒材料" - }, - { - "key": "item_10033", - "text_cn": "4阵营觉醒材料" - }, - { - "key": "mainline_title_10001", - "text_cn": "第1章:功夫世界" - }, - { - "key": "mainline_title_10002", - "text_cn": "第2章:练功房" - }, - { - "key": "mainline_title_10003", - "text_cn": "第3章:太狼来袭" - }, - { - "key": "mainline_title_10004", - "text_cn": "第4章:乌龟大师" - }, - { - "key": "mainline_title_10005", - "text_cn": "第4章:太狼来袭" - }, - { - "key": "mainline_title_10006", - "text_cn": "第5章:乌龟大师" - }, - { - "key": "mainline_title_10007", - "text_cn": "第5章:太狼来袭" - }, - { - "key": "mainline_title_10008", - "text_cn": "第6章:乌龟大师" - }, - { - "key": "mainline_title_10009", - "text_cn": "第6章:太狼来袭" - }, - { - "key": "mainline_title_10010", - "text_cn": "第7章:乌龟大师" - }, - { - "key": "mainline_title_10011", - "text_cn": "第7章:太狼来袭" - }, - { - "key": "mainline_title_10012", - "text_cn": "第8章:乌龟大师" - }, - { - "key": "mainline_title_10013", - "text_cn": "第8章:太狼来袭" - }, - { - "key": "mainline_title_10014", - "text_cn": "第9章:乌龟大师" - }, - { - "key": "mainline_title_10015", - "text_cn": "第9章:太狼来袭" - }, - { - "key": "mainline_title_10016", - "text_cn": "第10章:乌龟大师" - }, - { - "key": "mainline_title_10017", - "text_cn": "第10章:太狼来袭" - }, - { - "key": "mainline_title_10018", - "text_cn": "第11章:乌龟大师" - }, - { - "key": "mainline_title_10019", - "text_cn": "第11章:太狼来袭" - }, - { - "key": "mainline_title_10020", - "text_cn": "第12章:乌龟大师" - }, - { - "key": "mainline_title_10021", - "text_cn": "第12章:太狼来袭" - }, - { - "key": "mainline_title_10022", - "text_cn": "第13章:乌龟大师" - }, - { - "key": "mainline_title_10023", - "text_cn": "第13章:太狼来袭" - }, - { - "key": "mainline_title_10024", - "text_cn": "第14章:乌龟大师" - }, - { - "key": "mainline_title_10025", - "text_cn": "第14章:太狼来袭" - }, - { - "key": "mainline_title_10026", - "text_cn": "第15章:乌龟大师" - }, - { - "key": "mainline_title_10027", - "text_cn": "第15章:太狼来袭" - }, - { - "key": "mainline_title_10028", - "text_cn": "第16章:乌龟大师" - }, - { - "key": "mainline_title_10029", - "text_cn": "第16章:太狼来袭" - }, - { - "key": "mainline_title_10030", - "text_cn": "第17章:乌龟大师" - }, - { - "key": "mainline_title_10031", - "text_cn": "第17章:太狼来袭" - }, - { - "key": "mainline_title_10032", - "text_cn": "第18章:乌龟大师" - }, - { - "key": "mainline_title_10033", - "text_cn": "第18章:太狼来袭" - }, - { - "key": "mainline_title_10034", - "text_cn": "第19章:乌龟大师" - }, - { - "key": "mainline_title_10035", - "text_cn": "第19章:太狼来袭" - }, - { - "key": "mainline_title_10036", - "text_cn": "第20章:乌龟大师" - }, - { - "key": "mainline_title_10037", - "text_cn": "第20章:太狼来袭" - }, - { - "key": "mainline_title_10038", - "text_cn": "第21章:乌龟大师" - }, - { - "key": "mainline_title_10039", - "text_cn": "第21章:太狼来袭" - }, - { - "key": "mainline_title_10040", - "text_cn": "第22章:乌龟大师" - }, - { - "key": "mainline_title_10041", - "text_cn": "第22章:太狼来袭" - }, - { - "key": "mainline_title_10042", - "text_cn": "第23章:乌龟大师" - }, - { - "key": "mainline_title_10043", - "text_cn": "第23章:太狼来袭" - }, - { - "key": "mainline_title_10044", - "text_cn": "第24章:乌龟大师" - }, - { - "key": "mainline_title_10045", - "text_cn": "第24章:太狼来袭" - }, - { - "key": "mainline_title_10046", - "text_cn": "第25章:乌龟大师" - }, - { - "key": "mainline_title_10047", - "text_cn": "第25章:太狼来袭" - }, - { - "key": "mainline_title_10048", - "text_cn": "第26章:乌龟大师" - }, - { - "key": "mainline_title_10049", - "text_cn": "第26章:太狼来袭" - }, - { - "key": "mainline_title_10050", - "text_cn": "第27章:乌龟大师" - }, - { - "key": "mainline_title_10051", - "text_cn": "第27章:太狼来袭" - }, - { - "key": "mainline_title_10052", - "text_cn": "第28章:乌龟大师" - }, - { - "key": "mainline_title_10053", - "text_cn": "第28章:太狼来袭" - }, - { - "key": "mainline_title_10054", - "text_cn": "第29章:乌龟大师" - }, - { - "key": "mainline_title_10055", - "text_cn": "第29章:太狼来袭" - }, - { - "key": "mainline_title_10056", - "text_cn": "第30章:乌龟大师" - }, - { - "key": "mainline_title_10057", - "text_cn": "第30章:太狼来袭" - }, - { - "key": "mainline_title_10058", - "text_cn": "第31章:乌龟大师" - }, - { - "key": "mainline_title_10059", - "text_cn": "第31章:太狼来袭" - }, - { - "key": "mainline_title_10060", - "text_cn": "第32章:乌龟大师" - }, - { - "key": "mainline_title_10061", - "text_cn": "第32章:太狼来袭" - }, - { - "key": "mainline_title_10062", - "text_cn": "第33章:乌龟大师" - }, - { - "key": "mainline_title_10063", - "text_cn": "第33章:太狼来袭" - }, - { - "key": "mainline_title_10064", - "text_cn": "第34章:乌龟大师" - }, - { - "key": "mainline_title_10065", - "text_cn": "第34章:太狼来袭" - }, - { - "key": "mainline_title_10066", - "text_cn": "第35章:乌龟大师" - }, - { - "key": "mainline_title_10067", - "text_cn": "第35章:太狼来袭" - }, - { - "key": "mainline_title_10068", - "text_cn": "第36章:乌龟大师" - }, - { - "key": "mainline_title_10069", - "text_cn": "第36章:太狼来袭" - }, - { - "key": "mainline_title_10070", - "text_cn": "第37章:乌龟大师" - }, - { - "key": "mainline_desc_10001", - "text_cn": "故事发生在很久以前的古代中国,而且要从一只喜欢滚来滚去、滚来滚去的大熊猫身上说起。话说熊猫阿宝是一家面条店的学徒,虽然笨手笨脚,也勉强算是谋到了一份职业。" - }, - { - "key": "mainline_desc_10002", - "text_cn": "别看阿宝所在的“和平谷”一派欣欣向荣的安详景象,其实是一个卧虎藏龙的风水宝地,先不说五大功夫高手皆坐镇于此,更有一大师级别的宗师在这里隐居。" - }, - { - "key": "mainline_desc_10003", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10004", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10005", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10006", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10007", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10008", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10009", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10010", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10011", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10012", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10013", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10014", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10015", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10016", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10017", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10018", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10019", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10020", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10021", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10022", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10023", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10024", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10025", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10026", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10027", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10028", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10029", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10030", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10031", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10032", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10033", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10034", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10035", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10036", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10037", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10038", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10039", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10040", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10041", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10042", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10043", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10044", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10045", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10046", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10047", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10048", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10049", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10050", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10051", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10052", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10053", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10054", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10055", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10056", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10057", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10058", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10059", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10060", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10061", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10062", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10063", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10064", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10065", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10066", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10067", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10068", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10069", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_desc_10070", - "text_cn": "可是在一场特殊的比武大会上胜出的人要代表“和平谷”将邪恶的大龙永久地驱除出去,啥都不会的阿宝却在经历了一系列阴差阳错之后屏雀中选,让所有人都大跌眼镜。" - }, - { - "key": "mainline_text_10001", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10002", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10003", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10004", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10005", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10006", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10007", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10008", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10009", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10010", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10011", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10012", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10013", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10014", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10015", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10016", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10017", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10018", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10019", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10020", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10021", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10022", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10023", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10024", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10025", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10026", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10027", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10028", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10029", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10030", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10031", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10032", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10033", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10034", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10035", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10036", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10037", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10038", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10039", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10040", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10041", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10042", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10043", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10044", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10045", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10046", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10047", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10048", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10049", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10050", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10051", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10052", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10053", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10054", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10055", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10056", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10057", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10058", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10059", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10060", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10061", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10062", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10063", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10064", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10065", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10066", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10067", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10068", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10069", - "text_cn": "金币5000" - }, - { - "key": "mainline_text_10070", - "text_cn": "金币5000" - }, - { - "key": "mainline_name_10001", - "text_cn": "Chapter 1" - }, - { - "key": "mainline_name_10002", - "text_cn": "Chapter 2" - }, - { - "key": "mainline_name_10003", - "text_cn": "Chapter 3" - }, - { - "key": "mainline_name_10004", - "text_cn": "Chapter 4" - }, - { - "key": "mainline_name_10005", - "text_cn": "Chapter 5" - }, - { - "key": "mainline_name_10006", - "text_cn": "Chapter 6" - }, - { - "key": "mainline_name_10007", - "text_cn": "Chapter 7" - }, - { - "key": "mainline_name_10008", - "text_cn": "Chapter 8" - }, - { - "key": "mainline_name_10009", - "text_cn": "Chapter 9" - }, - { - "key": "mainline_name_10010", - "text_cn": "Chapter 10" - }, - { - "key": "mainline_name_10011", - "text_cn": "Chapter 11" - }, - { - "key": "mainline_name_10012", - "text_cn": "Chapter 12" - }, - { - "key": "mainline_name_10013", - "text_cn": "Chapter 13" - }, - { - "key": "mainline_name_10014", - "text_cn": "Chapter 14" - }, - { - "key": "mainline_name_10015", - "text_cn": "Chapter 15" - }, - { - "key": "mainline_name_10016", - "text_cn": "Chapter 16" - }, - { - "key": "mainline_name_10017", - "text_cn": "Chapter 17" - }, - { - "key": "mainline_name_10018", - "text_cn": "Chapter 18" - }, - { - "key": "mainline_name_10019", - "text_cn": "Chapter 19" - }, - { - "key": "mainline_name_10020", - "text_cn": "Chapter 20" - }, - { - "key": "mainline_name_10021", - "text_cn": "Chapter 21" - }, - { - "key": "mainline_name_10022", - "text_cn": "Chapter 22" - }, - { - "key": "mainline_name_10023", - "text_cn": "Chapter 23" - }, - { - "key": "mainline_name_10024", - "text_cn": "Chapter 24" - }, - { - "key": "mainline_name_10025", - "text_cn": "Chapter 25" - }, - { - "key": "mainline_name_10026", - "text_cn": "Chapter 26" - }, - { - "key": "mainline_name_10027", - "text_cn": "Chapter 27" - }, - { - "key": "mainline_name_10028", - "text_cn": "Chapter 28" - }, - { - "key": "mainline_name_10029", - "text_cn": "Chapter 29" - }, - { - "key": "mainline_name_10030", - "text_cn": "Chapter 30" - }, - { - "key": "mainline_name_10031", - "text_cn": "Chapter 31" - }, - { - "key": "mainline_name_10032", - "text_cn": "Chapter 32" - }, - { - "key": "mainline_name_10033", - "text_cn": "Chapter 33" - }, - { - "key": "mainline_name_10034", - "text_cn": "Chapter 34" - }, - { - "key": "mainline_name_10035", - "text_cn": "Chapter 35" - }, - { - "key": "mainline_name_10036", - "text_cn": "Chapter 36" - }, - { - "key": "mainline_name_10037", - "text_cn": "Chapter 37" - }, - { - "key": "mainline_name_10038", - "text_cn": "Chapter 38" - }, - { - "key": "mainline_name_10039", - "text_cn": "Chapter 39" - }, - { - "key": "mainline_name_10040", - "text_cn": "Chapter 40" - }, - { - "key": "mainline_name_10041", - "text_cn": "Chapter 41" - }, - { - "key": "mainline_name_10042", - "text_cn": "Chapter 42" - }, - { - "key": "mainline_name_10043", - "text_cn": "Chapter 43" - }, - { - "key": "mainline_name_10044", - "text_cn": "Chapter 44" - }, - { - "key": "mainline_name_10045", - "text_cn": "Chapter 45" - }, - { - "key": "mainline_name_10046", - "text_cn": "Chapter 46" - }, - { - "key": "mainline_name_10047", - "text_cn": "Chapter 47" - }, - { - "key": "mainline_name_10048", - "text_cn": "Chapter 48" - }, - { - "key": "mainline_name_10049", - "text_cn": "Chapter 49" - }, - { - "key": "mainline_name_10050", - "text_cn": "Chapter 50" - }, - { - "key": "mainline_name_10051", - "text_cn": "Chapter 51" - }, - { - "key": "mainline_name_10052", - "text_cn": "Chapter 52" - }, - { - "key": "mainline_name_10053", - "text_cn": "Chapter 53" - }, - { - "key": "mainline_name_10054", - "text_cn": "Chapter 54" - }, - { - "key": "mainline_name_10055", - "text_cn": "Chapter 55" - }, - { - "key": "mainline_name_10056", - "text_cn": "Chapter 56" - }, - { - "key": "mainline_name_10057", - "text_cn": "Chapter 57" - }, - { - "key": "mainline_name_10058", - "text_cn": "Chapter 58" - }, - { - "key": "mainline_name_10059", - "text_cn": "Chapter 59" - }, - { - "key": "mainline_name_10060", - "text_cn": "Chapter 60" - }, - { - "key": "mainline_name_10061", - "text_cn": "Chapter 61" - }, - { - "key": "mainline_name_10062", - "text_cn": "Chapter 62" - }, - { - "key": "mainline_name_10063", - "text_cn": "Chapter 63" - }, - { - "key": "mainline_name_10064", - "text_cn": "Chapter 64" - }, - { - "key": "mainline_name_10065", - "text_cn": "Chapter 65" - }, - { - "key": "mainline_name_10066", - "text_cn": "Chapter 66" - }, - { - "key": "mainline_name_10067", - "text_cn": "Chapter 67" - }, - { - "key": "mainline_name_10068", - "text_cn": "Chapter 68" - }, - { - "key": "mainline_name_10069", - "text_cn": "Chapter 69" - }, - { - "key": "mainline_name_10070", - "text_cn": "Chapter 70" - }, - { - "key": "mainline_name_10071", - "text_cn": "故事发生在很久以前的古代中国,而且要从一只喜欢滚来滚去、滚来滚去的大熊猫身上说起。" - }, - { - "key": "equip_10001", - "text_cn": "普通" - }, - { - "key": "equip_10002", - "text_cn": "稀有" - }, - { - "key": "equip_10003", - "text_cn": "卓越" - }, - { - "key": "equip_10004", - "text_cn": "优秀" - }, - { - "key": "equip_10005", - "text_cn": "完美" - }, - { - "key": "skillname_125004011", - "text_cn": "波比队长技" - }, - { - "key": "skillname_125004111", - "text_cn": "波比1技能" - }, - { - "key": "skillname_125004211", - "text_cn": "波比2技能" - }, - { - "key": "skillname_125004311", - "text_cn": "波比3技能" - }, - { - "key": "skillname_925004211", - "text_cn": "波比2技能" - }, - { - "key": "skillname_135002011", - "text_cn": "希卡普队长技" - }, - { - "key": "skillname_135002111", - "text_cn": "希卡普1技能" - }, - { - "key": "skillname_135002211", - "text_cn": "希卡普2技能" - }, - { - "key": "skillname_135002311", - "text_cn": "希卡普3技能" - }, - { - "key": "skillname_935002321", - "text_cn": "希卡普3技能" - }, - { - "key": "skillname_124003011", - "text_cn": "睡神队长技" - }, - { - "key": "skillname_124003111", - "text_cn": "睡神1技能" - }, - { - "key": "skillname_124003211", - "text_cn": "睡神2技能" - }, - { - "key": "skillname_124003311", - "text_cn": "睡神3技能" - }, - { - "key": "skillname_924003411", - "text_cn": "睡神2技能" - }, - { - "key": "skill_1250040111", - "text_cn": "队长技:我方全体效果抵抗增加40%" - }, - { - "key": "skill_1250041111", - "text_cn": "波比对敌方1个目标造成3次攻击力30%的伤害,有40%概率为自身附加2回合【免疫】状态" - }, - { - "key": "skill_1250041112", - "text_cn": "伤害提升至35%" - }, - { - "key": "skill_1250041113", - "text_cn": "概率触发概率提升至50%" - }, - { - "key": "skill_1250041114", - "text_cn": "伤害提升至40%" - }, - { - "key": "skill_1250041115", - "text_cn": "概率触发概率提升至60%" - }, - { - "key": "skill_1250041116", - "text_cn": "伤害提升至45%" - }, - { - "key": "skill_1250042111", - "text_cn": "波比清除我方所有减益状态,并平均分配我方生命值千分比,为我方全体附加2回合【攻击提升】状态" - }, - { - "key": "skill_1250042112", - "text_cn": "冷却时间减少1回合" - }, - { - "key": "skill_1250042113", - "text_cn": "冷却时间减少1回合" - }, - { - "key": "skill_1250043111", - "text_cn": "进入2回合【喜悦】状态,使我方全体收到伤害降低25%,且在每个队友行动去,为其驱散1个减益状态并回复其最大生命值20%的生命,效果持续期间自身无法行动" - }, - { - "key": "skill_1250043112", - "text_cn": "恢复量提升至22%" - }, - { - "key": "skill_1250043113", - "text_cn": "恢复量提升至24%" - }, - { - "key": "skill_1250043114", - "text_cn": "恢复量提升至26%" - }, - { - "key": "skill_1250043115", - "text_cn": "冷却时间减少1回合" - }, - { - "key": "skill_1350020111", - "text_cn": "队长技:我方全体效果命中增加40%" - }, - { - "key": "skill_1350021111", - "text_cn": "攻击一个敌方2次,伤害分别为自身攻击力30%和80%,每次像目标转嫁自身1个减益;转嫁成功时有50%的概率为目标附加1回合【眩晕】。" - }, - { - "key": "skill_1350021112", - "text_cn": "第二段伤害提升至90%" - }, - { - "key": "skill_1350021113", - "text_cn": "效果触发几率提升至60%" - }, - { - "key": "skill_1350021114", - "text_cn": "第二段伤害提升至100%" - }, - { - "key": "skill_1350021115", - "text_cn": "效果触发几率提升至70%" - }, - { - "key": "skill_1350021116", - "text_cn": "第二段伤害提升至110%" - }, - { - "key": "skill_1350022111", - "text_cn": "自身不会失手。敌方使其友方减益提前结束时,扣除其当前生命值30%,驱散其全部增益u,为其附加1回合【石化】。" - }, - { - "key": "skill_1350023111", - "text_cn": "攻击全体敌方3次,每次伤害为自身攻击力35%。每次有80%概率驱散目标1个增益,为目标附加2回合【失手率提升】。" - }, - { - "key": "skill_1350023112", - "text_cn": "伤害提升至37" - }, - { - "key": "skill_1350023113", - "text_cn": "效果触发几率提升至90%" - }, - { - "key": "skill_1350023114", - "text_cn": "伤害提升至40%" - }, - { - "key": "skill_1350023115", - "text_cn": "效果触发几率提升至100%" - }, - { - "key": "skill_1350023116", - "text_cn": "冷却时间减少1回合" - }, - { - "key": "skill_9350023211", - "text_cn": "攻击全体敌方3次,每次伤害为自身攻击力35%。每次有80%概率驱散目标1个增益,为目标附加2回合【失手率提升】。延迟目标减益状态1回合。" - }, - { - "key": "skill_9350023212", - "text_cn": "伤害提升至37" - }, - { - "key": "skill_9350023213", - "text_cn": "效果触发几率提升至90%" - }, - { - "key": "skill_9350023214", - "text_cn": "伤害提升至40%" - }, - { - "key": "skill_9350023215", - "text_cn": "效果触发几率提升至100%" - }, - { - "key": "skill_9350023216", - "text_cn": "冷却时间减少1回合" - }, - { - "key": "skill_1240030111", - "text_cn": "队长技:我方全体效果抵抗增加40%" - }, - { - "key": "skill_1240031111", - "text_cn": "一技能:睡神沙人对敌方1个目标造成攻击力110%的伤害,并有70%的概率附加1回合【睡眠】状态。" - }, - { - "key": "skill_1240031112", - "text_cn": "等级2 伤害提升至100%" - }, - { - "key": "skill_1240031113", - "text_cn": "等级3 效果触发几率提升至60%" - }, - { - "key": "skill_1240031114", - "text_cn": "等级4 伤害提升至110%" - }, - { - "key": "skill_1240031115", - "text_cn": "等级5 效果触发几率提升至70%" - }, - { - "key": "skill_1240032111", - "text_cn": "二技能:睡神沙人为我方全体各净化1个减益状态,并附加2回合【速度提升】。" - }, - { - "key": "skill_1240032112", - "text_cn": "冷却时间减少1回合" - }, - { - "key": "skill_1240033111", - "text_cn": "三技能:睡神沙人对敌方全体造成攻击力80%的伤害,使敌方目标各减少30%行动值,并有100%概率附加1回合【睡眠】状态。" - }, - { - "key": "skill_1240033112", - "text_cn": "等级2 降低的行动值提升至25%" - }, - { - "key": "skill_1240033113", - "text_cn": "等级3 效果触发几率提升至90%" - }, - { - "key": "skill_1240033114", - "text_cn": "等级4 降低的行动值提升至30%" - }, - { - "key": "skill_1240033115", - "text_cn": "等级5 效果触发几率提升至100%" - }, - { - "key": "skill_1240033116", - "text_cn": "等级6 冷却时间减少1回合" - }, - { - "key": "skill_9240034111", - "text_cn": "二技能:睡神沙人为我方全体各净化1个减益状态,并附加2回合【速度提升】和1回合【防御提升】状态。" - }, - { - "key": "skill_9240034112", - "text_cn": "冷却时间减少1回合" - }, - { - "key": "skill_190011000", - "text_cn": "我方全体防御增加30%" - }, - { - "key": "skill_190012000", - "text_cn": "阿宝对敌方1个目标造成攻击力30%及防御力70%的伤害,并有75%概率对目标附加2回合【攻击下降】效果" - }, - { - "key": "skill_190013000", - "text_cn": "每回合结束后,阿宝会进入【玄御】状态,持续1回合,在自身新回合开始时,对敌方全体造成防御力110%的伤害。【玄御】期间自身每次收到攻击时都会获得1层【玄御之佑】,但出于不可行动状态时解除【玄御】状态。自身的任意主动技能命中敌人触发暴击时降低此技能1回合冷却" - }, - { - "key": "skill_190014000", - "text_cn": "阿宝对敌方1个目标造成攻击力80%及防御力140%的伤害,同时为自身附加【防御提升】【免疫】状态各2回合" - }, - { - "key": "skill_190015000", - "text_cn": "我方全体效果抵抗增加40%" - }, - { - "key": "skill_190016000", - "text_cn": "波比对敌方1个目标造成3次攻击力45%的伤害,有60%概率为自身附加2回合【免疫】状态。" - }, - { - "key": "skill_190017000", - "text_cn": "波比清除我方所有减益状态,并平均分配我方生命值百分比,为我方全体附加2回合【攻击提升】状态" - }, - { - "key": "skill_190018000", - "text_cn": "进入2回合【喜悦】状态,使我方全体收到伤害降低25%,且在每个队友行动去,为其驱散1个减益状态并回复其最大生命值26%的生命,效果持续期间自身无法行动。" - }, - { - "key": "skill_190011001", - "text_cn": "伤害提升至100%" - }, - { - "key": "skill_190011002", - "text_cn": "伤害提升至110%" - }, - { - "key": "skill_190011003", - "text_cn": "伤害提升至120%" - }, - { - "key": "skill_190011004", - "text_cn": "伤害提升至130%" - }, - { - "key": "skill_buff_390001001", - "text_cn": "攻击提升" - }, - { - "key": "skill_buff_390001002", - "text_cn": "防御提升" - }, - { - "key": "skill_buff_390001003", - "text_cn": "速度提升" - }, - { - "key": "skill_buff_390001004", - "text_cn": "暴击提升" - }, - { - "key": "skill_buff_390001005", - "text_cn": "暴击抵抗" - }, - { - "key": "skill_buff_390001006", - "text_cn": "叹息之力" - }, - { - "key": "skill_buff_390001007", - "text_cn": "公牛之怒" - }, - { - "key": "skill_buff_390001008", - "text_cn": "雷之庇佑" - }, - { - "key": "skill_buff_390002001", - "text_cn": "攻击下降" - }, - { - "key": "skill_buff_390002002", - "text_cn": "防御下降" - }, - { - "key": "skill_buff_390002003", - "text_cn": "速度下降" - }, - { - "key": "skill_buff_390002004", - "text_cn": "暴击下降" - }, - { - "key": "skill_buff_390002005", - "text_cn": "烙印" - }, - { - "key": "skill_buff_390002006", - "text_cn": "失手率提升" - }, - { - "key": "skill_buff_390003001", - "text_cn": "无敌" - }, - { - "key": "skill_buff_390003002", - "text_cn": "对峙" - }, - { - "key": "skill_buff_390003003", - "text_cn": "免疫控制效果" - }, - { - "key": "skill_buff_390003004", - "text_cn": "免除死亡" - }, - { - "key": "skill_buff_390004001", - "text_cn": "眩晕" - }, - { - "key": "skill_buff_390004002", - "text_cn": "冰冻" - }, - { - "key": "skill_buff_390004003", - "text_cn": "禁疗" - }, - { - "key": "skill_buff_390004004", - "text_cn": "石化" - }, - { - "key": "skill_buff_390004005", - "text_cn": "沉默" - }, - { - "key": "skill_buff_390004006", - "text_cn": "吞噬" - }, - { - "key": "skill_buff_390004007", - "text_cn": "挑衅" - }, - { - "key": "skill_buff_390004008", - "text_cn": "猫猫威慑" - }, - { - "key": "skill_buff_390005001", - "text_cn": "炎阳" - }, - { - "key": "skill_buff_390005002", - "text_cn": "无法获得减益" - }, - { - "key": "skill_buff_390005003", - "text_cn": "不会失手" - }, - { - "key": "skill_buff_390006001", - "text_cn": "无法获得增益" - }, - { - "key": "skill_buff_300192114", - "text_cn": "猫猫推理" - }, - { - "key": "skill_buff_300192115", - "text_cn": "护盾" - }, - { - "key": "skill_buffdes_390001001", - "text_cn": "攻击提升40%" - }, - { - "key": "skill_buffdes_390001002", - "text_cn": "防御提升60%" - }, - { - "key": "skill_buffdes_390001003", - "text_cn": "速度提升30%" - }, - { - "key": "skill_buffdes_390001004", - "text_cn": "暴击率提升30%" - }, - { - "key": "skill_buffdes_390001005", - "text_cn": "受到暴击概率降低30%" - }, - { - "key": "skill_buffdes_390001006", - "text_cn": "(无法驱散类状态)每层使自身攻击力提升5%,每10层使自身受到伤害降低3%。最高可叠加50层" - }, - { - "key": "skill_buffdes_390001007", - "text_cn": "每层使自身基础防御提升10%,效果抵抗提升5%,最多可叠加10层。" - }, - { - "key": "skill_buffdes_390001008", - "text_cn": "每次受到攻击提升20%的防御,最多叠加5层" - }, - { - "key": "skill_buffdes_390002001", - "text_cn": "攻击下降40%" - }, - { - "key": "skill_buffdes_390002002", - "text_cn": "防御下降60%" - }, - { - "key": "skill_buffdes_390002003", - "text_cn": "速度下降30%" - }, - { - "key": "skill_buffdes_390002004", - "text_cn": "暴击率下降30%" - }, - { - "key": "skill_buffdes_390002005", - "text_cn": "被攻击时,受到的伤害提高25%" - }, - { - "key": "skill_buffdes_390002006", - "text_cn": "失手率提升50%" - }, - { - "key": "skill_buffdes_390003001", - "text_cn": "不会受到任何伤害" - }, - { - "key": "skill_buffdes_390003002", - "text_cn": "生命最低降为1" - }, - { - "key": "skill_buffdes_390003003", - "text_cn": "无法被附加任何控制效果" - }, - { - "key": "skill_buffdes_390003004", - "text_cn": "" - }, - { - "key": "skill_buffdes_390004001", - "text_cn": "无法进行任务行动" - }, - { - "key": "skill_buffdes_390004002", - "text_cn": "无法进行任何行动" - }, - { - "key": "skill_buffdes_390004003", - "text_cn": "无法恢复生命" - }, - { - "key": "skill_buffdes_390004004", - "text_cn": "无法进行任何行动,不会随着回合到来降低技能冷却" - }, - { - "key": "skill_buffdes_390004005", - "text_cn": "只能释放基础技能" - }, - { - "key": "skill_buffdes_390004006", - "text_cn": "无法进行任何行动,无法被选中,无法被攻击,无法获得任何强化及弱化效果" - }, - { - "key": "skill_buffdes_390004007", - "text_cn": "回合开始时,会被迫发起攻击,向附加状态者释放基础技能" - }, - { - "key": "skill_buffdes_390004008", - "text_cn": "携带者阵亡时清除此状态,并对携带者一方全体造成崔佛(释放者)攻击力40%的效果附加伤害,每层使伤害系数提升40%,最多可叠加5层。" - }, - { - "key": "skill_buffdes_390005001", - "text_cn": "(无法驱散类状态)可以增强炎阳灼射的威力。" - }, - { - "key": "skill_buffdes_390005002", - "text_cn": "无法获得减益效果(不可驱散)(不配置标签)" - }, - { - "key": "skill_buffdes_390005003", - "text_cn": "不会失手" - }, - { - "key": "skill_buffdes_390006001", - "text_cn": "无法附加增益状态(不可驱散)(不配置标签)" - }, - { - "key": "skill_buffdes_300102103", - "text_cn": "受到的所有伤害降低10%" - }, - { - "key": "skill_buffdes_300162105", - "text_cn": "" - }, - { - "key": "skill_buffdes_300192114", - "text_cn": "每层为崔佛(释放者)提供15%伤害减免" - }, - { - "key": "skill_buffdes_300192115", - "text_cn": "增加护盾" - }, - { - "key": "hero_10001", - "text_cn": "基础生命" - }, - { - "key": "hero_10002", - "text_cn": "基础攻击" - }, - { - "key": "hero_10003", - "text_cn": "基础防御" - }, - { - "key": "hero_10004", - "text_cn": "基础速度" - }, - { - "key": "hero_10005", - "text_cn": "基础暴击率" - }, - { - "key": "hero_10006", - "text_cn": "基础暴击伤害" - }, - { - "key": "hero_10007", - "text_cn": "基础效果命中" - }, - { - "key": "hero_10008", - "text_cn": "基础效果抵抗" - }, - { - "key": "star_2", - "text_cn": "优秀" - }, - { - "key": "star_3", - "text_cn": "稀有" - }, - { - "key": "star_4", - "text_cn": "史诗" - }, - { - "key": "star_5", - "text_cn": "传说" - }, - { - "key": "color_1", - "text_cn": "优秀" - }, - { - "key": "color_2", - "text_cn": "稀有" - }, - { - "key": "color_3", - "text_cn": "史诗" - }, - { - "key": "color_4", - "text_cn": "传说" - }, - { - "key": "color_5", - "text_cn": "不朽" - }, - { - "key": "color_6", - "text_cn": "超凡" - }, - { - "key": "race_1", - "text_cn": "灼热" - }, - { - "key": "race_2", - "text_cn": "涌动" - }, - { - "key": "race_3", - "text_cn": "呼啸" - }, - { - "key": "race_4", - "text_cn": "闪耀" - }, - { - "key": "job_1", - "text_cn": "输出" - }, - { - "key": "job_2", - "text_cn": "防御" - }, - { - "key": "job_3", - "text_cn": "辅助" - }, - { - "key": "job_4", - "text_cn": "控制" - }, - { - "key": "job_5", - "text_cn": "材料" - }, - { - "key": "itemdesc_10001", - "text_cn": "使用后可以强化英雄" - }, - { - "key": "itemdesc_10002", - "text_cn": "一块测试功能的石头,他可能是某个不能使用的活动道具" - }, - { - "key": "itemdesc_10003", - "text_cn": "集齐50个碎片合成阿宝" - }, - { - "key": "itemdesc_10004", - "text_cn": "可以在以下道具中选择任选1个" - }, - { - "key": "itemdesc_10005", - "text_cn": "可以在以下道具中随机获取1个" - }, - { - "key": "itemdesc_10006", - "text_cn": "打开后可以获得金币" - }, - { - "key": "itemdesc_10007", - "text_cn": "使用后获得2小时金币收益" - }, - { - "key": "itemdesc_10008", - "text_cn": "使用后获得2小时金币收益,但是他会在2分钟内消失" - }, - { - "key": "itemdesc_10009", - "text_cn": "这本魔法书被强大的魔法封印了,通过第9999关后可以开启" - }, - { - "key": "itemdesc_10010", - "text_cn": "似乎是某个失落文明的货币,暂时只有纪念意义" - }, - { - "key": "itemdesc_10011", - "text_cn": "表针一动不动,也许有人可以修好它。" - }, - { - "key": "itemdesc_10012", - "text_cn": "精致的木材,散发着淡淡的香气" - }, - { - "key": "itemdesc_10013", - "text_cn": "把它放在背包里会带来好运" - }, - { - "key": "itemdesc_10014", - "text_cn": "你登录了游戏就是冒险家,就会获得这个勋章" - }, - { - "key": "itemdesc_10015", - "text_cn": "比幸运草更幸运" - }, - { - "key": "itemdesc_10016", - "text_cn": "钻石是人造的,所以不能用来买商城的商品" - }, - { - "key": "itemname_10001", - "text_cn": "初级经验精灵" - }, - { - "key": "itemname_10002", - "text_cn": "石头" - }, - { - "key": "itemname_10003", - "text_cn": "5星阿宝碎片" - }, - { - "key": "itemname_10004", - "text_cn": "金币自选箱子" - }, - { - "key": "itemname_10005", - "text_cn": "随机金币箱子" - }, - { - "key": "itemname_10006", - "text_cn": "金币箱子" - }, - { - "key": "itemname_10007", - "text_cn": "2小时金币" - }, - { - "key": "itemname_10008", - "text_cn": "特殊2小时金币" - }, - { - "key": "itemname_10009", - "text_cn": "被封印的魔法书" - }, - { - "key": "itemname_10010", - "text_cn": "古代硬币" - }, - { - "key": "itemname_10011", - "text_cn": "坏掉的钟表" - }, - { - "key": "itemname_10012", - "text_cn": "木材" - }, - { - "key": "itemname_10013", - "text_cn": "四叶草" - }, - { - "key": "itemname_10014", - "text_cn": "冒险家勋章" - }, - { - "key": "itemname_10015", - "text_cn": "猫猫护身符" - }, - { - "key": "itemname_10016", - "text_cn": "人造钻石" - }, - { - "key": "server_10001", - "text_cn": "本地测试服" - }, - { - "key": "server_10006", - "text_cn": "乌鸦岭" - }, - { - "key": "server_10003", - "text_cn": "和平谷" - }, - { - "key": "server_10004", - "text_cn": "凤凰城" - }, - { - "key": "server_10005", - "text_cn": "翡翠宫" - }, - { - "key": "skillname_190011000", - "text_cn": "阿宝队长技" - }, - { - "key": "skillname_190012000", - "text_cn": "熊猫拳" - }, - { - "key": "skillname_190013000", - "text_cn": "太极一式" - }, - { - "key": "skillname_190011003", - "text_cn": "太极零式" - }, - { - "key": "skillname_190014000", - "text_cn": "波比队长技" - }, - { - "key": "skillname_190016000", - "text_cn": "和谐音律" - }, - { - "key": "skillname_190017000", - "text_cn": "欢悦之舞" - }, - { - "key": "skillname_190018000", - "text_cn": "彩虹音符" - }, - { - "key": "tips_1001", - "text_cn": "敬请期待" - }, - { - "key": "tips_1002", - "text_cn": "暂未开放" - }, - { - "key": "tips_1003", - "text_cn": "当前星球容量超载,请更换星球开启冒险" - }, - { - "key": "tips_1004", - "text_cn": "当前世界正在建设中,请稍后进入" - }, - { - "key": "nonactivated", - "text_cn": "未激活" - }, - { - "key": "activated", - "text_cn": "已激活" - }, - { - "key": "opencond_prompt_10001", - "text_cn": "通关2-26开启" - }, - { - "key": "opencond_prompt_10002", - "text_cn": "暂不开启,敬请期待" - }, - { - "key": "opencond_prompt_10003", - "text_cn": "开服第2天开启且通关2-14后开启" - }, - { - "key": "num_1001", - "text_cn": "美食馆" - }, - { - "key": "num_1002", - "text_cn": "招募" - }, - { - "key": "num_1003", - "text_cn": "剧情副本" - }, - { - "key": "num_1004", - "text_cn": "黑暗料理大赛" - }, - { - "key": "num_1005", - "text_cn": "商队" - }, - { - "key": "num_1006", - "text_cn": "藏书馆" - }, - { - "key": "num_1007", - "text_cn": "篝火舞会" - }, - { - "key": "num_1008", - "text_cn": "心魔塔" - }, - { - "key": "num_1009", - "text_cn": "捕羊大赛" - }, - { - "key": "num_1010", - "text_cn": "地下角斗场" - }, - { - "key": "num_1011", - "text_cn": "武馆入口" - }, - { - "key": "num_1012", - "text_cn": "五侠擂台" - }, - { - "key": "num_1013", - "text_cn": "疯狂竞技赛" - }, - { - "key": "num_1014", - "text_cn": "主线入口" - }, - { - "key": "num_1015", - "text_cn": "维京远征" - }, - { - "key": "num_1016", - "text_cn": "主题活动入口" - }, - { - "key": "num_1017", - "text_cn": "美食馆" - }, - { - "key": "num_1018", - "text_cn": "戈伯铁匠铺" - }, - { - "key": "num_1019", - "text_cn": "聊天" - }, - { - "key": "num_1020", - "text_cn": "世界" - }, - { - "key": "num_1021", - "text_cn": "公会" - }, - { - "key": "num_1022", - "text_cn": "私聊" - }, - { - "key": "num_1023", - "text_cn": "跨服" - }, - { - "key": "num_1024", - "text_cn": "系统" - }, - { - "key": "opencond_name_10001", - "text_cn": "背包" - }, - { - "key": "opencond_name_10002", - "text_cn": "购物" - }, - { - "key": "opencond_name_10003", - "text_cn": "联盟" - }, - { - "key": "opencond_name_10004", - "text_cn": "邮件" - }, - { - "key": "opencond_name_10005", - "text_cn": "好友" - }, - { - "key": "opencond_name_10006", - "text_cn": "卡牌" - }, - { - "key": "opencond_name_10007", - "text_cn": "寝室" - }, - { - "key": "opencond_name_10008", - "text_cn": "商城" - }, - { - "key": "opencond_name_10009", - "text_cn": "活动" - }, - { - "key": "opencond_name_10010", - "text_cn": "任务" - }, - { - "key": "hero_help_10001", - "text_cn": "养成说明" - }, - { - "key": "hero_help_10002", - "text_cn": "英雄升级" - }, - { - "key": "hero_help_10003", - "text_cn": "英雄可通过出战或吸收经验精灵提升等级" - }, - { - "key": "hero_help_10004", - "text_cn": "英雄升星" - }, - { - "key": "hero_help_10005", - "text_cn": "不同星级的英雄有不同的等级上限,3星为30级,4星为40级,5星为50级,6星为60级。
英雄达到等级上限后,需要通过升星进一步提升等级。
升星后英雄的属性将得到提升。
升星精灵是英雄升星的优质素材" - }, - { - "key": "hero_help_10006", - "text_cn": "技能升级" - }, - { - "key": "hero_help_10007", - "text_cn": "使用稀有/史诗/传说品质的技能精灵可以提升对应品质英雄的技能等级,技能升级时将随机选择还可以继续升级的技能。
如果英雄的所有技能等级满级,将不能再使用技能精灵提升等级" - } -] \ No newline at end of file diff --git a/bin/json/LocalizeConfig_EN.json b/bin/json/LocalizeConfig_EN.json deleted file mode 100644 index eda601765..000000000 --- a/bin/json/LocalizeConfig_EN.json +++ /dev/null @@ -1,4074 +0,0 @@ -[ - { - "key": "ChineseSimplified", - "text_en": "Simplified Chinese" - }, - { - "key": "ChineseTraditional", - "text_en": "traditional Chinese" - }, - { - "key": "English", - "text_en": "English" - }, - { - "key": "1", - "text_en": "one" - }, - { - "key": "2", - "text_en": "two" - }, - { - "key": "3", - "text_en": "three" - }, - { - "key": "4", - "text_en": "Four" - }, - { - "key": "5", - "text_en": "five" - }, - { - "key": "6", - "text_en": "six" - }, - { - "key": "7", - "text_en": "seven" - }, - { - "key": "8", - "text_en": "Eight" - }, - { - "key": "9", - "text_en": "Nine" - }, - { - "key": "10", - "text_en": "ten" - }, - { - "key": "Login", - "text_en": "Log in" - }, - { - "key": "MomentDay1", - "text_en": "{0} days ago" - }, - { - "key": "MomentDay2", - "text_en": "{0} days left" - }, - { - "key": "MomentHour1", - "text_en": "{0} hours ago" - }, - { - "key": "MomentHour2", - "text_en": "{0} hours left" - }, - { - "key": "MomentMinutes1", - "text_en": "{0} minutes ago" - }, - { - "key": "MomentMinutes2", - "text_en": "{0} minutes left" - }, - { - "key": "MomentSeconds1", - "text_en": "just" - }, - { - "key": "MomentSeconds2", - "text_en": "within 1 minute" - }, - { - "key": "Tuijian", - "text_en": "recommend" - }, - { - "key": "Juese", - "text_en": "Role" - }, - { - "key": "hero_13001", - "text_en": "sparkle" - }, - { - "key": "hero_13002", - "text_en": "mr piranha" - }, - { - "key": "hero_13003", - "text_en": "ah ah" - }, - { - "key": "hero_13004", - "text_en": "lord farquad" - }, - { - "key": "hero_13005", - "text_en": "greatly" - }, - { - "key": "hero_14001", - "text_en": "Stoick" - }, - { - "key": "hero_14002", - "text_en": "big dragon" - }, - { - "key": "hero_14003", - "text_en": "Astrid" - }, - { - "key": "hero_14004", - "text_en": "Claire Nunes" - }, - { - "key": "hero_14005", - "text_en": "Master Crane" - }, - { - "key": "hero_14006", - "text_en": "Blanche" - }, - { - "key": "hero_14007", - "text_en": "Prince Grist" - }, - { - "key": "hero_15001", - "text_en": "Jim Lake" - }, - { - "key": "hero_15002", - "text_en": "captain" - }, - { - "key": "hero_15003", - "text_en": "Hisardos" - }, - { - "key": "hero_15004", - "text_en": "Xiaoou" - }, - { - "key": "hero_15005", - "text_en": "Alex" - }, - { - "key": "hero_23001", - "text_en": "Captain Smack" - }, - { - "key": "hero_23002", - "text_en": "captain of the guard" - }, - { - "key": "hero_23003", - "text_en": "Ted Templeton" - }, - { - "key": "hero_23004", - "text_en": "Jim Prescott" - }, - { - "key": "hero_24001", - "text_en": "sheriff" - }, - { - "key": "hero_24002", - "text_en": "Tooth Fairy" - }, - { - "key": "hero_24003", - "text_en": "Sleeping Sand Man" - }, - { - "key": "hero_24004", - "text_en": "Bonnie Rabbit" - }, - { - "key": "hero_24005", - "text_en": "golden monkey" - }, - { - "key": "hero_24006", - "text_en": "Kyle" - }, - { - "key": "hero_24007", - "text_en": "small money" - }, - { - "key": "hero_24008", - "text_en": "Puffnut" - }, - { - "key": "hero_24009", - "text_en": "Mr Cloud" - }, - { - "key": "hero_25001", - "text_en": "Po" - }, - { - "key": "hero_25002", - "text_en": "Mr Wolfe" - }, - { - "key": "hero_25003", - "text_en": "Toothless" - }, - { - "key": "hero_25004", - "text_en": "Poppy" - }, - { - "key": "hero_33001", - "text_en": "Wu Ga" - }, - { - "key": "hero_33002", - "text_en": "tank" - }, - { - "key": "hero_33003", - "text_en": "Mr. Hood" - }, - { - "key": "hero_33004", - "text_en": "Prue Granger" - }, - { - "key": "hero_33005", - "text_en": "thick snot" - }, - { - "key": "hero_33006", - "text_en": "Janice Templeton" - }, - { - "key": "hero_34001", - "text_en": "sloppy donkey" - }, - { - "key": "hero_34002", - "text_en": "Tim Templeton" - }, - { - "key": "hero_34003", - "text_en": "Santa Claus" - }, - { - "key": "hero_34004", - "text_en": "Guage" - }, - { - "key": "hero_34005", - "text_en": "Walter Strickler" - }, - { - "key": "hero_34006", - "text_en": "Frost Jack" - }, - { - "key": "hero_34007", - "text_en": "Fiona" - }, - { - "key": "hero_34008", - "text_en": "Huffnut" - }, - { - "key": "hero_35001", - "text_en": "Master Shifu" - }, - { - "key": "hero_35002", - "text_en": "Hiccup" - }, - { - "key": "hero_35003", - "text_en": "dark" - }, - { - "key": "hero_35004", - "text_en": "Diane Folston" - }, - { - "key": "hero_35005", - "text_en": "Lucky Prescott" - }, - { - "key": "hero_35006", - "text_en": "Mr. Ping" - }, - { - "key": "hero_43001", - "text_en": "Abigail Stone" - }, - { - "key": "hero_43002", - "text_en": "Professor Jam" - }, - { - "key": "hero_43003", - "text_en": "Steve Pachuk" - }, - { - "key": "hero_43004", - "text_en": "gingerbread Man" - }, - { - "key": "hero_43005", - "text_en": "commander wahir" - }, - { - "key": "hero_43006", - "text_en": "Bridget" - }, - { - "key": "hero_43007", - "text_en": "Gober" - }, - { - "key": "hero_44001", - "text_en": "belly shark" - }, - { - "key": "hero_44002", - "text_en": "Mr Snake" - }, - { - "key": "hero_44003", - "text_en": "Pinocchio" - }, - { - "key": "hero_44004", - "text_en": "Azatalon" - }, - { - "key": "hero_44005", - "text_en": "EEP" - }, - { - "key": "hero_44006", - "text_en": "Tigress" - }, - { - "key": "hero_45001", - "text_en": "master turtle" - }, - { - "key": "hero_45002", - "text_en": "Merlin" - }, - { - "key": "hero_45003", - "text_en": "cover" - }, - { - "key": "hero_45004", - "text_en": "the cat that wears shoes" - }, - { - "key": "hero_43901", - "text_en": "Rising Star Spirit" - }, - { - "key": "hero_42911", - "text_en": "Junior Experience Wizard" - }, - { - "key": "hero_43911", - "text_en": "Intermediate Experience Wizard" - }, - { - "key": "hero_44911", - "text_en": "Advanced Experience Wizard" - }, - { - "key": "hero_43921", - "text_en": "Skill Spirit Rare" - }, - { - "key": "hero_44921", - "text_en": "Skill Elf Epic" - }, - { - "key": "hero_45921", - "text_en": "Skill Spirit · Legend" - }, - { - "key": "hero_51001", - "text_en": "Bo Bo star (new)" - }, - { - "key": "hero_51002", - "text_en": "Erret's No. 1 (new)" - }, - { - "key": "hero_51003", - "text_en": "Erret's No. 2 (new)" - }, - { - "key": "hero_51004", - "text_en": "Jackal mobs (new)" - }, - { - "key": "hero_51005", - "text_en": "Rhino Guard (New)" - }, - { - "key": "hero_51006", - "text_en": "Captain Chantal du Bois No. 1 (new)" - }, - { - "key": "hero_51007", - "text_en": "Captain Chantal du Bois No. 2 (new)" - }, - { - "key": "hero_51008", - "text_en": "Captain Chantal du Bois No. 3 (new)" - }, - { - "key": "hero_51009", - "text_en": "Captain Chantal du Bois's No. 4 (new)" - }, - { - "key": "hero_51010", - "text_en": "Guard 1 (New)" - }, - { - "key": "hero_51011", - "text_en": "Guard 2 (New)" - }, - { - "key": "hero_51012", - "text_en": "Little Monkey (New)" - }, - { - "key": "hero_51013", - "text_en": "troll la la (new)" - }, - { - "key": "hero_51014", - "text_en": "Bogan Court Guard (New)" - }, - { - "key": "hero_53001", - "text_en": "Eret (new)" - }, - { - "key": "hero_53002", - "text_en": "Jackal Chief (New)" - }, - { - "key": "hero_53003", - "text_en": "Porcupine Master (Emerald Zombie) (New)" - }, - { - "key": "hero_53004", - "text_en": "Master Twin Badger (Emerald Zombie) (New)" - }, - { - "key": "hero_53005", - "text_en": "Little Monkey Leader (New)" - }, - { - "key": "hero_53006", - "text_en": "Troll Leader (New)" - }, - { - "key": "hero_55001", - "text_en": "Captain Chantal du Bois" - }, - { - "key": "hero_55002", - "text_en": "Hendrix (new)" - }, - { - "key": "hero_55003", - "text_en": "Giant Gorilla Monster (New)" - }, - { - "key": "hero_55004", - "text_en": "White Dragon King" - }, - { - "key": "hero_55005", - "text_en": "Chef (New)" - }, - { - "key": "hero_55006", - "text_en": "Dreg (new)" - }, - { - "key": "hero_55007", - "text_en": "Morgana Troll" - }, - { - "key": "hero_55008", - "text_en": "Morgana second order" - }, - { - "key": "hero_55009", - "text_en": "A handsome bunch" - }, - { - "key": "hero_55010", - "text_en": "Mr. Piranha's handsome batch" - }, - { - "key": "hero_55011", - "text_en": "Ahhh handsome group" - }, - { - "key": "hero_55012", - "text_en": "Lord Farquad's handsome batch" - }, - { - "key": "hero_55013", - "text_en": "big handsome group" - }, - { - "key": "hero_55014", - "text_en": "A group of handsome Stuick" - }, - { - "key": "hero_55015", - "text_en": "A group of handsome dragons" - }, - { - "key": "hero_55016", - "text_en": "A group of handsome Astrid" - }, - { - "key": "hero_55017", - "text_en": "Claire Nunes handsome batch" - }, - { - "key": "hero_55018", - "text_en": "A group of handsome master cranes" - }, - { - "key": "hero_55019", - "text_en": "Blanche's handsome batch" - }, - { - "key": "hero_55020", - "text_en": "Prince Grist's handsome batch" - }, - { - "key": "hero_55021", - "text_en": "Jim Lake handsome batch" - }, - { - "key": "hero_55022", - "text_en": "A handsome batch of captains" - }, - { - "key": "hero_55023", - "text_en": "The handsome group of Hisardos" - }, - { - "key": "hero_55024", - "text_en": "A group of Xiao Ou Shuai" - }, - { - "key": "hero_55025", - "text_en": "Alex handsome group" - }, - { - "key": "hero_55026", - "text_en": "Captain Smack's handsome batch" - }, - { - "key": "hero_55027", - "text_en": "A handsome group of guard captains" - }, - { - "key": "hero_55028", - "text_en": "Ted Templeton handsome batch" - }, - { - "key": "hero_55029", - "text_en": "Jim Prescott handsome batch" - }, - { - "key": "hero_55030", - "text_en": "A bunch of sheriffs" - }, - { - "key": "hero_55031", - "text_en": "Tooth Fairy handsome batch" - }, - { - "key": "hero_55032", - "text_en": "A handsome batch of sleeping god sand people" - }, - { - "key": "hero_55033", - "text_en": "A batch of handsome Bonnie Rabbit" - }, - { - "key": "hero_55034", - "text_en": "A group of handsome golden monkeys" - }, - { - "key": "hero_55035", - "text_en": "Kyle's group" - }, - { - "key": "hero_55036", - "text_en": "A bunch of handsome little money" - }, - { - "key": "hero_55037", - "text_en": "The handsome group of Baofu Nat" - }, - { - "key": "hero_55038", - "text_en": "Mr. Cloud is handsome" - }, - { - "key": "hero_55039", - "text_en": "Po's personality is easy-going, innocent, active, playful, and childish, but it is these qualities that give him the potential to become a \"Dragon Hero\". Maybe heroes are not necessarily perfect, but they must be kind!" - }, - { - "key": "hero_55040", - "text_en": "Mr. Wolfe's handsome batch" - }, - { - "key": "hero_55041", - "text_en": "A bunch of toothless boys" - }, - { - "key": "hero_55042", - "text_en": "Poppy is the princess of Elf City, she has magical powers and colorful hair, she is optimistic and positive, and loves to sing." - }, - { - "key": "hero_55043", - "text_en": "Wu Ga handsome group" - }, - { - "key": "hero_55044", - "text_en": "A bunch of tanks" - }, - { - "key": "hero_55045", - "text_en": "Mr. Hood is handsome" - }, - { - "key": "hero_55046", - "text_en": "Prue Granger's handsome batch" - }, - { - "key": "hero_55047", - "text_en": "A bunch of snotty handsome" - }, - { - "key": "hero_55048", - "text_en": "Janice Templeton handsome batch" - }, - { - "key": "hero_55049", - "text_en": "A bunch of handsome donkeys" - }, - { - "key": "hero_55050", - "text_en": "Tim Templeton handsome batch" - }, - { - "key": "hero_55051", - "text_en": "Handsome Santa Claus" - }, - { - "key": "hero_55052", - "text_en": "A bunch of handsome guys" - }, - { - "key": "hero_55053", - "text_en": "Walter Strickler's handsome batch" - }, - { - "key": "hero_55054", - "text_en": "Frost Jack handsome batch" - }, - { - "key": "hero_55055", - "text_en": "Fiona's handsome batch" - }, - { - "key": "hero_55056", - "text_en": "Huffnut's handsome batch" - }, - { - "key": "hero_55057", - "text_en": "A handsome batch of masters" - }, - { - "key": "hero_55058", - "text_en": "Hiccup handsome batch" - }, - { - "key": "hero_55059", - "text_en": "A group of dark handsome" - }, - { - "key": "hero_55060", - "text_en": "Diane Folston handsome batch" - }, - { - "key": "hero_55061", - "text_en": "Lucky Prescott handsome batch" - }, - { - "key": "hero_55062", - "text_en": "Mr. Ping's handsome group" - }, - { - "key": "hero_55063", - "text_en": "Abigail Stone's handsome batch" - }, - { - "key": "hero_55064", - "text_en": "A handsome batch of Professor Jam" - }, - { - "key": "hero_55065", - "text_en": "Steve Pachuk handsome batch" - }, - { - "key": "hero_55066", - "text_en": "Gingerbread man handsome batch" - }, - { - "key": "hero_55067", - "text_en": "Commander Vahir's handsome group" - }, - { - "key": "hero_55068", - "text_en": "Bridget's handsome batch" - }, - { - "key": "hero_55069", - "text_en": "A group of handsome Gerber" - }, - { - "key": "hero_55070", - "text_en": "A batch of handsome belly sharks" - }, - { - "key": "hero_55071", - "text_en": "Handsome Mr. Snake" - }, - { - "key": "hero_55072", - "text_en": "A group of handsome Pinocchio" - }, - { - "key": "hero_55073", - "text_en": "A group of handsome Aizataren" - }, - { - "key": "hero_55074", - "text_en": "A group of Xiao Yishuai" - }, - { - "key": "hero_55075", - "text_en": "A group of handsome tigers" - }, - { - "key": "hero_55076", - "text_en": "A group of handsome turtle masters" - }, - { - "key": "hero_55077", - "text_en": "Merlin handsome group" - }, - { - "key": "hero_55078", - "text_en": "Guy's group" - }, - { - "key": "hero_55079", - "text_en": "A batch of handsome cats in boots" - }, - { - "key": "hero_55080", - "text_en": "A handsome batch of rising star elves" - }, - { - "key": "hero_55081", - "text_en": "A group of handsome elves with primary experience" - }, - { - "key": "hero_55082", - "text_en": "group of handsome elves with intermediate experience" - }, - { - "key": "hero_55083", - "text_en": "A group of handsome elves with advanced experience" - }, - { - "key": "hero_55084", - "text_en": "Skill elves · Rare and handsome batch" - }, - { - "key": "hero_55085", - "text_en": "A batch of skill elves · epic handsome" - }, - { - "key": "hero_55086", - "text_en": "A batch of skill elves and legends" - }, - { - "key": "hero_55087", - "text_en": "A batch of handsome bobo stars (new)" - }, - { - "key": "hero_55088", - "text_en": "A batch of No. 1 (new) handsomes under Errett" - }, - { - "key": "hero_55089", - "text_en": "A batch of No. 2 (new) handsomes under Errett" - }, - { - "key": "hero_55090", - "text_en": "Jackal mobs (new) handsome batch" - }, - { - "key": "hero_55091", - "text_en": "Rhino Guard (New) Handsome batch" - }, - { - "key": "hero_55092", - "text_en": "A group of handsome No. 1 (newly added) under Captain Chantal Dubois" - }, - { - "key": "hero_55093", - "text_en": "A group of handsome No. 2 (newly added) under Captain Chantal Dubois" - }, - { - "key": "hero_55094", - "text_en": "A group of handsome No. 3 (newly added) under Captain Chantal Dubois" - }, - { - "key": "hero_55095", - "text_en": "A group of handsome No. 4 (newly added) under Captain Chantal Dubois" - }, - { - "key": "hero_55096", - "text_en": "Guard No. 1 (new) handsome batch" - }, - { - "key": "hero_55097", - "text_en": "Guard No. 2 (new) handsome batch" - }, - { - "key": "hero_55098", - "text_en": "A handsome batch of little monkeys (new)" - }, - { - "key": "hero_55099", - "text_en": "Troll La La (new) A handsome batch" - }, - { - "key": "hero_55100", - "text_en": "A group of handsome Bogan court guards (new)" - }, - { - "key": "hero_55101", - "text_en": "Eret (newly added) handsome batch" - }, - { - "key": "hero_55102", - "text_en": "A group of handsome jackal leaders (new)" - }, - { - "key": "hero_55103", - "text_en": "Porcupine Master (Jade Zombie) (New) Handsome batch" - }, - { - "key": "hero_55104", - "text_en": "Master Double Badger (Jade Zombie) (New) Handsome batch" - }, - { - "key": "hero_55105", - "text_en": "A group of handsome little monkey leaders (new)" - }, - { - "key": "hero_55106", - "text_en": "A group of handsome troll leaders (new)" - }, - { - "key": "hero_55107", - "text_en": "A group of handsome captains of Chantal du Bois" - }, - { - "key": "hero_55108", - "text_en": "Hendricks (new) handsome batch" - }, - { - "key": "hero_55109", - "text_en": "A handsome batch of giant orangutan monsters (new)" - }, - { - "key": "hero_55110", - "text_en": "A group of handsome white dragon king" - }, - { - "key": "hero_55111", - "text_en": "Chef (new) handsome batch" - }, - { - "key": "hero_55112", - "text_en": "Dreg (new) handsome batch" - }, - { - "key": "hero_55113", - "text_en": "Morgana troll handsome group" - }, - { - "key": "hero_55114", - "text_en": "A group of second-order handsome Morgana" - }, - { - "key": "equip_13001", - "text_en": "arms" - }, - { - "key": "equip_13002", - "text_en": "clothing" - }, - { - "key": "equip_13003", - "text_en": "shoe" - }, - { - "key": "equip_13004", - "text_en": "ring" - }, - { - "key": "equip_13005", - "text_en": "time gem" - }, - { - "key": "equip_13006", - "text_en": "space gem" - }, - { - "key": "equip_13007", - "text_en": "arms" - }, - { - "key": "equip_13008", - "text_en": "clothing" - }, - { - "key": "equip_13009", - "text_en": "shoe" - }, - { - "key": "equip_13010", - "text_en": "ring" - }, - { - "key": "equip_13011", - "text_en": "time gem" - }, - { - "key": "equip_13012", - "text_en": "space gem" - }, - { - "key": "equip_13013", - "text_en": "arms" - }, - { - "key": "equip_13014", - "text_en": "clothing" - }, - { - "key": "equip_13015", - "text_en": "shoe" - }, - { - "key": "equip_13016", - "text_en": "ring" - }, - { - "key": "equip_13017", - "text_en": "time gem" - }, - { - "key": "equip_13018", - "text_en": "space gem" - }, - { - "key": "equip_13019", - "text_en": "arms" - }, - { - "key": "equip_13020", - "text_en": "clothing" - }, - { - "key": "equip_13021", - "text_en": "shoe" - }, - { - "key": "equip_13022", - "text_en": "ring" - }, - { - "key": "equip_13023", - "text_en": "time gem" - }, - { - "key": "equip_13024", - "text_en": "space gem" - }, - { - "key": "equip_13025", - "text_en": "arms" - }, - { - "key": "equip_13026", - "text_en": "clothing" - }, - { - "key": "equip_13027", - "text_en": "shoe" - }, - { - "key": "equip_13028", - "text_en": "ring" - }, - { - "key": "equip_13029", - "text_en": "time gem" - }, - { - "key": "equip_13030", - "text_en": "space gem" - }, - { - "key": "equip_13031", - "text_en": "arms" - }, - { - "key": "equip_13032", - "text_en": "clothing" - }, - { - "key": "equip_13033", - "text_en": "shoe" - }, - { - "key": "equip_13034", - "text_en": "ring" - }, - { - "key": "equip_13035", - "text_en": "time gem" - }, - { - "key": "equip_13036", - "text_en": "space gem" - }, - { - "key": "equip_13037", - "text_en": "arms" - }, - { - "key": "equip_13038", - "text_en": "clothing" - }, - { - "key": "equip_13039", - "text_en": "shoe" - }, - { - "key": "equip_13040", - "text_en": "ring" - }, - { - "key": "equip_13041", - "text_en": "time gem" - }, - { - "key": "equip_13042", - "text_en": "space gem" - }, - { - "key": "equip_13043", - "text_en": "arms" - }, - { - "key": "equip_13044", - "text_en": "clothing" - }, - { - "key": "equip_13045", - "text_en": "shoe" - }, - { - "key": "equip_13046", - "text_en": "ring" - }, - { - "key": "equip_13047", - "text_en": "time gem" - }, - { - "key": "equip_13048", - "text_en": "space gem" - }, - { - "key": "equip_13049", - "text_en": "arms" - }, - { - "key": "equip_13050", - "text_en": "clothing" - }, - { - "key": "equip_13051", - "text_en": "shoe" - }, - { - "key": "equip_13052", - "text_en": "ring" - }, - { - "key": "equip_13053", - "text_en": "time gem" - }, - { - "key": "equip_13054", - "text_en": "space gem" - }, - { - "key": "equip_13055", - "text_en": "arms" - }, - { - "key": "equip_13056", - "text_en": "clothing" - }, - { - "key": "equip_13057", - "text_en": "shoe" - }, - { - "key": "equip_13058", - "text_en": "ring" - }, - { - "key": "equip_13059", - "text_en": "time gem" - }, - { - "key": "equip_13060", - "text_en": "space gem" - }, - { - "key": "equip_13061", - "text_en": "arms" - }, - { - "key": "equip_13062", - "text_en": "clothing" - }, - { - "key": "equip_13063", - "text_en": "shoe" - }, - { - "key": "equip_13064", - "text_en": "ring" - }, - { - "key": "equip_13065", - "text_en": "time gem" - }, - { - "key": "equip_13066", - "text_en": "space gem" - }, - { - "key": "equip_13067", - "text_en": "arms" - }, - { - "key": "equip_13068", - "text_en": "clothing" - }, - { - "key": "equip_13069", - "text_en": "shoe" - }, - { - "key": "equip_13070", - "text_en": "ring" - }, - { - "key": "equip_13071", - "text_en": "time gem" - }, - { - "key": "equip_13072", - "text_en": "space gem" - }, - { - "key": "equip_13073", - "text_en": "arms" - }, - { - "key": "equip_13074", - "text_en": "clothing" - }, - { - "key": "equip_13075", - "text_en": "shoe" - }, - { - "key": "equip_13076", - "text_en": "ring" - }, - { - "key": "equip_13077", - "text_en": "time gem" - }, - { - "key": "equip_13078", - "text_en": "space gem" - }, - { - "key": "equip_13079", - "text_en": "arms" - }, - { - "key": "equip_13080", - "text_en": "clothing" - }, - { - "key": "equip_13081", - "text_en": "shoe" - }, - { - "key": "equip_13082", - "text_en": "ring" - }, - { - "key": "equip_13083", - "text_en": "time gem" - }, - { - "key": "equip_13084", - "text_en": "space gem" - }, - { - "key": "equip_13085", - "text_en": "arms" - }, - { - "key": "equip_13086", - "text_en": "clothing" - }, - { - "key": "equip_13087", - "text_en": "shoe" - }, - { - "key": "equip_13088", - "text_en": "ring" - }, - { - "key": "equip_13089", - "text_en": "time gem" - }, - { - "key": "equip_13090", - "text_en": "space gem" - }, - { - "key": "equip_13091", - "text_en": "arms" - }, - { - "key": "equip_13092", - "text_en": "clothing" - }, - { - "key": "equip_13093", - "text_en": "shoe" - }, - { - "key": "equip_13094", - "text_en": "ring" - }, - { - "key": "equip_13095", - "text_en": "time gem" - }, - { - "key": "equip_13096", - "text_en": "space gem" - }, - { - "key": "equip_13097", - "text_en": "arms" - }, - { - "key": "equip_13098", - "text_en": "clothing" - }, - { - "key": "equip_13099", - "text_en": "shoe" - }, - { - "key": "equip_13100", - "text_en": "ring" - }, - { - "key": "equip_13101", - "text_en": "time gem" - }, - { - "key": "equip_13102", - "text_en": "space gem" - }, - { - "key": "equip_13103", - "text_en": "arms" - }, - { - "key": "equip_13104", - "text_en": "clothing" - }, - { - "key": "equip_13105", - "text_en": "shoe" - }, - { - "key": "equip_13106", - "text_en": "ring" - }, - { - "key": "equip_13107", - "text_en": "time gem" - }, - { - "key": "equip_13108", - "text_en": "space gem" - }, - { - "key": "equip_13109", - "text_en": "arms" - }, - { - "key": "equip_13110", - "text_en": "clothing" - }, - { - "key": "equip_13111", - "text_en": "shoe" - }, - { - "key": "equip_13112", - "text_en": "ring" - }, - { - "key": "equip_13113", - "text_en": "time gem" - }, - { - "key": "equip_13114", - "text_en": "space gem" - }, - { - "key": "equip_13115", - "text_en": "arms" - }, - { - "key": "equip_13116", - "text_en": "clothing" - }, - { - "key": "equip_13117", - "text_en": "shoe" - }, - { - "key": "equip_13118", - "text_en": "ring" - }, - { - "key": "equip_13119", - "text_en": "time gem" - }, - { - "key": "equip_13120", - "text_en": "space gem" - }, - { - "key": "equip_13121", - "text_en": "arms" - }, - { - "key": "equip_13122", - "text_en": "clothing" - }, - { - "key": "equip_13123", - "text_en": "shoe" - }, - { - "key": "equip_13124", - "text_en": "ring" - }, - { - "key": "equip_13125", - "text_en": "time gem" - }, - { - "key": "equip_13126", - "text_en": "space gem" - }, - { - "key": "equip_13127", - "text_en": "arms" - }, - { - "key": "equip_13128", - "text_en": "clothing" - }, - { - "key": "equip_13129", - "text_en": "shoe" - }, - { - "key": "equip_13130", - "text_en": "ring" - }, - { - "key": "equip_13131", - "text_en": "time gem" - }, - { - "key": "equip_13132", - "text_en": "space gem" - }, - { - "key": "equip_13133", - "text_en": "arms" - }, - { - "key": "equip_13134", - "text_en": "clothing" - }, - { - "key": "equip_13135", - "text_en": "shoe" - }, - { - "key": "equip_13136", - "text_en": "ring" - }, - { - "key": "equip_13137", - "text_en": "time gem" - }, - { - "key": "equip_13138", - "text_en": "space gem" - }, - { - "key": "equip_13139", - "text_en": "arms" - }, - { - "key": "equip_13140", - "text_en": "clothing" - }, - { - "key": "equip_13141", - "text_en": "shoe" - }, - { - "key": "equip_13142", - "text_en": "ring" - }, - { - "key": "equip_13143", - "text_en": "time gem" - }, - { - "key": "equip_13144", - "text_en": "space gem" - }, - { - "key": "equip_13145", - "text_en": "arms" - }, - { - "key": "equip_13146", - "text_en": "clothing" - }, - { - "key": "equip_13147", - "text_en": "shoe" - }, - { - "key": "equip_13148", - "text_en": "ring" - }, - { - "key": "equip_13149", - "text_en": "time gem" - }, - { - "key": "equip_13150", - "text_en": "space gem" - }, - { - "key": "equip_13151", - "text_en": "arms" - }, - { - "key": "equip_13152", - "text_en": "clothing" - }, - { - "key": "equip_13153", - "text_en": "shoe" - }, - { - "key": "equip_13154", - "text_en": "ring" - }, - { - "key": "equip_13155", - "text_en": "time gem" - }, - { - "key": "equip_13156", - "text_en": "space gem" - }, - { - "key": "equip_13157", - "text_en": "arms" - }, - { - "key": "equip_13158", - "text_en": "clothing" - }, - { - "key": "equip_13159", - "text_en": "shoe" - }, - { - "key": "equip_13160", - "text_en": "ring" - }, - { - "key": "equip_13161", - "text_en": "time gem" - }, - { - "key": "equip_13162", - "text_en": "space gem" - }, - { - "key": "equip_13163", - "text_en": "arms" - }, - { - "key": "equip_13164", - "text_en": "clothing" - }, - { - "key": "equip_13165", - "text_en": "shoe" - }, - { - "key": "equip_13166", - "text_en": "ring" - }, - { - "key": "equip_13167", - "text_en": "time gem" - }, - { - "key": "equip_13168", - "text_en": "space gem" - }, - { - "key": "equip_13169", - "text_en": "arms" - }, - { - "key": "equip_13170", - "text_en": "clothing" - }, - { - "key": "equip_13171", - "text_en": "shoe" - }, - { - "key": "equip_13172", - "text_en": "ring" - }, - { - "key": "equip_13173", - "text_en": "time gem" - }, - { - "key": "equip_13174", - "text_en": "space gem" - }, - { - "key": "equip_13175", - "text_en": "arms" - }, - { - "key": "equip_13176", - "text_en": "clothing" - }, - { - "key": "equip_13177", - "text_en": "shoe" - }, - { - "key": "equip_13178", - "text_en": "ring" - }, - { - "key": "equip_13179", - "text_en": "time gem" - }, - { - "key": "equip_13180", - "text_en": "space gem" - }, - { - "key": "equip_13181", - "text_en": "arms" - }, - { - "key": "equip_13182", - "text_en": "clothing" - }, - { - "key": "equip_13183", - "text_en": "shoe" - }, - { - "key": "equip_13184", - "text_en": "ring" - }, - { - "key": "equip_13185", - "text_en": "time gem" - }, - { - "key": "equip_13186", - "text_en": "space gem" - }, - { - "key": "equip_13187", - "text_en": "arms" - }, - { - "key": "equip_13188", - "text_en": "clothing" - }, - { - "key": "equip_13189", - "text_en": "shoe" - }, - { - "key": "equip_13190", - "text_en": "ring" - }, - { - "key": "equip_13191", - "text_en": "time gem" - }, - { - "key": "equip_13192", - "text_en": "space gem" - }, - { - "key": "equip_13193", - "text_en": "arms" - }, - { - "key": "equip_13194", - "text_en": "clothing" - }, - { - "key": "equip_13195", - "text_en": "shoe" - }, - { - "key": "equip_13196", - "text_en": "ring" - }, - { - "key": "equip_13197", - "text_en": "time gem" - }, - { - "key": "equip_13198", - "text_en": "space gem" - }, - { - "key": "equip_13199", - "text_en": "arms" - }, - { - "key": "equip_13200", - "text_en": "clothing" - }, - { - "key": "equip_13201", - "text_en": "shoe" - }, - { - "key": "equip_13202", - "text_en": "ring" - }, - { - "key": "equip_13203", - "text_en": "time gem" - }, - { - "key": "equip_13204", - "text_en": "ring" - }, - { - "key": "equip_13205", - "text_en": "arms" - }, - { - "key": "equip_13206", - "text_en": "clothing" - }, - { - "key": "equip_13207", - "text_en": "shoe" - }, - { - "key": "equip_13208", - "text_en": "ring" - }, - { - "key": "equip_13209", - "text_en": "arms" - }, - { - "key": "equip_13210", - "text_en": "clothing" - }, - { - "key": "equip_13211", - "text_en": "shoe" - }, - { - "key": "equip_13212", - "text_en": "ring" - }, - { - "key": "equip_13213", - "text_en": "Dragon suit" - }, - { - "key": "equip_13214", - "text_en": "full moon suit" - }, - { - "key": "equip_13215", - "text_en": "Critical strike rate +20%" - }, - { - "key": "equip_13216", - "text_en": "inactivated" - }, - { - "key": "equip_13217", - "text_en": "activated" - }, - { - "key": "suit_equip_10001", - "text_en": "Beginners set" - }, - { - "key": "item_10001", - "text_en": "1 faction awakening material" - }, - { - "key": "item_10002", - "text_en": "1 faction awakening material" - }, - { - "key": "item_10003", - "text_en": "1 faction awakening material" - }, - { - "key": "item_10011", - "text_en": "2 faction awakening materials" - }, - { - "key": "item_10012", - "text_en": "2 faction awakening materials" - }, - { - "key": "item_10013", - "text_en": "2 faction awakening materials" - }, - { - "key": "item_10021", - "text_en": "3 faction awakening materials" - }, - { - "key": "item_10022", - "text_en": "3 faction awakening materials" - }, - { - "key": "item_10023", - "text_en": "3 faction awakening materials" - }, - { - "key": "item_10031", - "text_en": "4 faction awakening materials" - }, - { - "key": "item_10032", - "text_en": "4 faction awakening materials" - }, - { - "key": "item_10033", - "text_en": "4 faction awakening materials" - }, - { - "key": "mainline_title_10001", - "text_en": "Chapter 1: Kung Fu World" - }, - { - "key": "mainline_title_10002", - "text_en": "Chapter 2: Exercise Room" - }, - { - "key": "mainline_title_10003", - "text_en": "Chapter 3: The Wolf Attacks" - }, - { - "key": "mainline_title_10004", - "text_en": "Chapter 4: Master Turtle" - }, - { - "key": "mainline_title_10005", - "text_en": "Chapter 4: The Wolf Attacks" - }, - { - "key": "mainline_title_10006", - "text_en": "Chapter 5: Master Turtle" - }, - { - "key": "mainline_title_10007", - "text_en": "Chapter 5: The Wolf Attacks" - }, - { - "key": "mainline_title_10008", - "text_en": "Chapter 6: Master Turtle" - }, - { - "key": "mainline_title_10009", - "text_en": "Chapter 6: The Wolf Attacks" - }, - { - "key": "mainline_title_10010", - "text_en": "Chapter 7: Master Turtle" - }, - { - "key": "mainline_title_10011", - "text_en": "Chapter 7: The Wolf Attacks" - }, - { - "key": "mainline_title_10012", - "text_en": "Chapter 8: Master Turtle" - }, - { - "key": "mainline_title_10013", - "text_en": "Chapter 8: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10014", - "text_en": "Chapter 9: Master Turtle" - }, - { - "key": "mainline_title_10015", - "text_en": "Chapter 9: The Wolf Attacks" - }, - { - "key": "mainline_title_10016", - "text_en": "Chapter 10: Master Turtle" - }, - { - "key": "mainline_title_10017", - "text_en": "Chapter 10: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10018", - "text_en": "Chapter 11: Master Turtle" - }, - { - "key": "mainline_title_10019", - "text_en": "Chapter 11: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10020", - "text_en": "Chapter 12: Master Turtle" - }, - { - "key": "mainline_title_10021", - "text_en": "Chapter 12: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10022", - "text_en": "Chapter 13: Master Turtle" - }, - { - "key": "mainline_title_10023", - "text_en": "Chapter 13: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10024", - "text_en": "Chapter 14: Master Turtle" - }, - { - "key": "mainline_title_10025", - "text_en": "Chapter 14: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10026", - "text_en": "Chapter 15: Master Turtle" - }, - { - "key": "mainline_title_10027", - "text_en": "Chapter 15: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10028", - "text_en": "Chapter 16: Master Turtle" - }, - { - "key": "mainline_title_10029", - "text_en": "Chapter 16: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10030", - "text_en": "Chapter 17: Master Turtle" - }, - { - "key": "mainline_title_10031", - "text_en": "Chapter 17: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10032", - "text_en": "Chapter 18: Master Turtle" - }, - { - "key": "mainline_title_10033", - "text_en": "Chapter 18: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10034", - "text_en": "Chapter 19: Master Turtle" - }, - { - "key": "mainline_title_10035", - "text_en": "Chapter 19: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10036", - "text_en": "Chapter 20: Master Turtle" - }, - { - "key": "mainline_title_10037", - "text_en": "Chapter 20: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10038", - "text_en": "Chapter 21: Master Turtle" - }, - { - "key": "mainline_title_10039", - "text_en": "Chapter 21: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10040", - "text_en": "Chapter 22: Master Turtle" - }, - { - "key": "mainline_title_10041", - "text_en": "Chapter 22: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10042", - "text_en": "Chapter 23: Master Turtle" - }, - { - "key": "mainline_title_10043", - "text_en": "Chapter 23: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10044", - "text_en": "Chapter 24: Master Turtle" - }, - { - "key": "mainline_title_10045", - "text_en": "Chapter 24: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10046", - "text_en": "Chapter 25: Master Turtle" - }, - { - "key": "mainline_title_10047", - "text_en": "Chapter 25: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10048", - "text_en": "Chapter 26: Master Turtle" - }, - { - "key": "mainline_title_10049", - "text_en": "Chapter 26: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10050", - "text_en": "Chapter 27: Master Turtle" - }, - { - "key": "mainline_title_10051", - "text_en": "Chapter 27: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10052", - "text_en": "Chapter 28: Master Turtle" - }, - { - "key": "mainline_title_10053", - "text_en": "Chapter 28: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10054", - "text_en": "Chapter 29: Master Turtle" - }, - { - "key": "mainline_title_10055", - "text_en": "Chapter 29: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10056", - "text_en": "Chapter 30: Master Turtle" - }, - { - "key": "mainline_title_10057", - "text_en": "Chapter 30: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10058", - "text_en": "Chapter 31: Master Turtle" - }, - { - "key": "mainline_title_10059", - "text_en": "Chapter 31: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10060", - "text_en": "Chapter 32: Master Turtle" - }, - { - "key": "mainline_title_10061", - "text_en": "Chapter 32: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10062", - "text_en": "Chapter 33: Master Turtle" - }, - { - "key": "mainline_title_10063", - "text_en": "Chapter 33: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10064", - "text_en": "Chapter 34: Master Turtle" - }, - { - "key": "mainline_title_10065", - "text_en": "Chapter 34: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10066", - "text_en": "Chapter 35: Master Turtle" - }, - { - "key": "mainline_title_10067", - "text_en": "Chapter 35: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10068", - "text_en": "Chapter 36: Master Turtle" - }, - { - "key": "mainline_title_10069", - "text_en": "Chapter 36: The Great Wolf Attacks" - }, - { - "key": "mainline_title_10070", - "text_en": "Chapter 37: Master Turtle" - }, - { - "key": "mainline_desc_10001", - "text_en": "The story takes place in ancient China a long time ago, and it starts with a giant panda who likes to roll around and roll around. It is said that Panda Bao is an apprentice in a noodle shop. Although he is clumsy, he can barely get a job." - }, - { - "key": "mainline_desc_10002", - "text_en": "Don't look at the peaceful and prosperous scene of the \"Peace Valley\" where A Bao is located, it is actually a feng shui treasure land of Crouching Tiger Hidden Dragon. Not to mention that the five masters of kung fu are all sitting here, and there is even a master-level master living here in seclusion." - }, - { - "key": "mainline_desc_10003", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10004", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10005", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10006", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10007", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10008", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10009", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10010", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10011", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10012", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10013", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10014", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10015", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10016", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10017", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10018", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10019", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10020", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10021", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10022", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10023", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10024", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10025", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10026", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10027", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10028", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10029", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10030", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10031", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10032", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10033", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10034", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10035", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10036", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10037", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10038", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10039", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10040", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10041", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10042", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10043", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10044", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10045", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10046", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10047", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10048", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10049", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10050", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10051", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10052", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10053", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10054", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10055", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10056", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10057", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10058", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10059", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10060", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10061", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10062", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10063", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10064", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10065", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10066", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10067", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10068", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10069", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_desc_10070", - "text_en": "However, the winner of a special martial arts competition has to represent the \"Peace Valley\" to drive out the evil dragon forever. A Bao, who knows nothing, has gone through a series of misunderstandings and won the election. Stunned everyone." - }, - { - "key": "mainline_text_10001", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10002", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10003", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10004", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10005", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10006", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10007", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10008", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10009", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10010", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10011", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10012", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10013", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10014", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10015", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10016", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10017", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10018", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10019", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10020", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10021", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10022", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10023", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10024", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10025", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10026", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10027", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10028", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10029", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10030", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10031", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10032", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10033", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10034", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10035", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10036", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10037", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10038", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10039", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10040", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10041", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10042", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10043", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10044", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10045", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10046", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10047", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10048", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10049", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10050", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10051", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10052", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10053", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10054", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10055", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10056", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10057", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10058", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10059", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10060", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10061", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10062", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10063", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10064", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10065", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10066", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10067", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10068", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10069", - "text_en": "Gold 5000" - }, - { - "key": "mainline_text_10070", - "text_en": "Gold 5000" - }, - { - "key": "mainline_name_10001", - "text_en": "Chapter 1" - }, - { - "key": "mainline_name_10002", - "text_en": "Chapter 2" - }, - { - "key": "mainline_name_10003", - "text_en": "Chapter 3" - }, - { - "key": "mainline_name_10004", - "text_en": "Chapter 4" - }, - { - "key": "mainline_name_10005", - "text_en": "Chapter 5" - }, - { - "key": "mainline_name_10006", - "text_en": "Chapter 6" - }, - { - "key": "mainline_name_10007", - "text_en": "Chapter 7" - }, - { - "key": "mainline_name_10008", - "text_en": "Chapter 8" - }, - { - "key": "mainline_name_10009", - "text_en": "Chapter 9" - }, - { - "key": "mainline_name_10010", - "text_en": "Chapter 10" - }, - { - "key": "mainline_name_10011", - "text_en": "Chapter 11" - }, - { - "key": "mainline_name_10012", - "text_en": "Chapter 12" - }, - { - "key": "mainline_name_10013", - "text_en": "Chapter 13" - }, - { - "key": "mainline_name_10014", - "text_en": "Chapter 14" - }, - { - "key": "mainline_name_10015", - "text_en": "Chapter 15" - }, - { - "key": "mainline_name_10016", - "text_en": "Chapter 16" - }, - { - "key": "mainline_name_10017", - "text_en": "Chapter 17" - }, - { - "key": "mainline_name_10018", - "text_en": "Chapter 18" - }, - { - "key": "mainline_name_10019", - "text_en": "Chapter 19" - }, - { - "key": "mainline_name_10020", - "text_en": "Chapter 20" - }, - { - "key": "mainline_name_10021", - "text_en": "Chapter 21" - }, - { - "key": "mainline_name_10022", - "text_en": "Chapter 22" - }, - { - "key": "mainline_name_10023", - "text_en": "Chapter 23" - }, - { - "key": "mainline_name_10024", - "text_en": "Chapter 24" - }, - { - "key": "mainline_name_10025", - "text_en": "Chapter 25" - }, - { - "key": "mainline_name_10026", - "text_en": "Chapter 26" - }, - { - "key": "mainline_name_10027", - "text_en": "Chapter 27" - }, - { - "key": "mainline_name_10028", - "text_en": "Chapter 28" - }, - { - "key": "mainline_name_10029", - "text_en": "Chapter 29" - }, - { - "key": "mainline_name_10030", - "text_en": "Chapter 30" - }, - { - "key": "mainline_name_10031", - "text_en": "Chapter 31" - }, - { - "key": "mainline_name_10032", - "text_en": "Chapter 32" - }, - { - "key": "mainline_name_10033", - "text_en": "Chapter 33" - }, - { - "key": "mainline_name_10034", - "text_en": "Chapter 34" - }, - { - "key": "mainline_name_10035", - "text_en": "Chapter 35" - }, - { - "key": "mainline_name_10036", - "text_en": "Chapter 36" - }, - { - "key": "mainline_name_10037", - "text_en": "Chapter 37" - }, - { - "key": "mainline_name_10038", - "text_en": "Chapter 38" - }, - { - "key": "mainline_name_10039", - "text_en": "Chapter 39" - }, - { - "key": "mainline_name_10040", - "text_en": "Chapter 40" - }, - { - "key": "mainline_name_10041", - "text_en": "Chapter 41" - }, - { - "key": "mainline_name_10042", - "text_en": "Chapter 42" - }, - { - "key": "mainline_name_10043", - "text_en": "Chapter 43" - }, - { - "key": "mainline_name_10044", - "text_en": "Chapter 44" - }, - { - "key": "mainline_name_10045", - "text_en": "Chapter 45" - }, - { - "key": "mainline_name_10046", - "text_en": "Chapter 46" - }, - { - "key": "mainline_name_10047", - "text_en": "Chapter 47" - }, - { - "key": "mainline_name_10048", - "text_en": "Chapter 48" - }, - { - "key": "mainline_name_10049", - "text_en": "Chapter 49" - }, - { - "key": "mainline_name_10050", - "text_en": "Chapter 50" - }, - { - "key": "mainline_name_10051", - "text_en": "Chapter 51" - }, - { - "key": "mainline_name_10052", - "text_en": "Chapter 52" - }, - { - "key": "mainline_name_10053", - "text_en": "Chapter 53" - }, - { - "key": "mainline_name_10054", - "text_en": "Chapter 54" - }, - { - "key": "mainline_name_10055", - "text_en": "Chapter 55" - }, - { - "key": "mainline_name_10056", - "text_en": "Chapter 56" - }, - { - "key": "mainline_name_10057", - "text_en": "Chapter 57" - }, - { - "key": "mainline_name_10058", - "text_en": "Chapter 58" - }, - { - "key": "mainline_name_10059", - "text_en": "Chapter 59" - }, - { - "key": "mainline_name_10060", - "text_en": "Chapter 60" - }, - { - "key": "mainline_name_10061", - "text_en": "Chapter 61" - }, - { - "key": "mainline_name_10062", - "text_en": "Chapter 62" - }, - { - "key": "mainline_name_10063", - "text_en": "Chapter 63" - }, - { - "key": "mainline_name_10064", - "text_en": "Chapter 64" - }, - { - "key": "mainline_name_10065", - "text_en": "Chapter 65" - }, - { - "key": "mainline_name_10066", - "text_en": "Chapter 66" - }, - { - "key": "mainline_name_10067", - "text_en": "Chapter 67" - }, - { - "key": "mainline_name_10068", - "text_en": "Chapter 68" - }, - { - "key": "mainline_name_10069", - "text_en": "Chapter 69" - }, - { - "key": "mainline_name_10070", - "text_en": "Chapter 70" - }, - { - "key": "mainline_name_10071", - "text_en": "The story takes place in ancient China a long time ago, and it starts with a giant panda who likes to roll around and roll around." - }, - { - "key": "equip_10001", - "text_en": "ordinary" - }, - { - "key": "equip_10002", - "text_en": "rare" - }, - { - "key": "equip_10003", - "text_en": "excellence" - }, - { - "key": "equip_10004", - "text_en": "excellent" - }, - { - "key": "equip_10005", - "text_en": "Perfect" - }, - { - "key": "skillname_125004011", - "text_en": "" - }, - { - "key": "skillname_125004111", - "text_en": "" - }, - { - "key": "skillname_125004211", - "text_en": "" - }, - { - "key": "skillname_125004311", - "text_en": "" - }, - { - "key": "skillname_925004211", - "text_en": "" - }, - { - "key": "skillname_135002011", - "text_en": "" - }, - { - "key": "skillname_135002111", - "text_en": "" - }, - { - "key": "skillname_135002211", - "text_en": "" - }, - { - "key": "skillname_135002311", - "text_en": "" - }, - { - "key": "skillname_935002321", - "text_en": "" - }, - { - "key": "skillname_124003011", - "text_en": "" - }, - { - "key": "skillname_124003111", - "text_en": "" - }, - { - "key": "skillname_124003211", - "text_en": "" - }, - { - "key": "skillname_124003311", - "text_en": "" - }, - { - "key": "skillname_924003411", - "text_en": "" - }, - { - "key": "skill_1250040111", - "text_en": "" - }, - { - "key": "skill_1250041111", - "text_en": "" - }, - { - "key": "skill_1250041112", - "text_en": "" - }, - { - "key": "skill_1250041113", - "text_en": "" - }, - { - "key": "skill_1250041114", - "text_en": "" - }, - { - "key": "skill_1250041115", - "text_en": "" - }, - { - "key": "skill_1250041116", - "text_en": "" - }, - { - "key": "skill_1250042111", - "text_en": "" - }, - { - "key": "skill_1250042112", - "text_en": "" - }, - { - "key": "skill_1250042113", - "text_en": "" - }, - { - "key": "skill_1250043111", - "text_en": "" - }, - { - "key": "skill_1250043112", - "text_en": "" - }, - { - "key": "skill_1250043113", - "text_en": "" - }, - { - "key": "skill_1250043114", - "text_en": "" - }, - { - "key": "skill_1250043115", - "text_en": "" - }, - { - "key": "skill_1350020111", - "text_en": "" - }, - { - "key": "skill_1350021111", - "text_en": "" - }, - { - "key": "skill_1350021112", - "text_en": "" - }, - { - "key": "skill_1350021113", - "text_en": "" - }, - { - "key": "skill_1350021114", - "text_en": "" - }, - { - "key": "skill_1350021115", - "text_en": "" - }, - { - "key": "skill_1350021116", - "text_en": "" - }, - { - "key": "skill_1350022111", - "text_en": "" - }, - { - "key": "skill_1350023111", - "text_en": "" - }, - { - "key": "skill_1350023112", - "text_en": "" - }, - { - "key": "skill_1350023113", - "text_en": "" - }, - { - "key": "skill_1350023114", - "text_en": "" - }, - { - "key": "skill_1350023115", - "text_en": "" - }, - { - "key": "skill_1350023116", - "text_en": "" - }, - { - "key": "skill_9350023211", - "text_en": "" - }, - { - "key": "skill_9350023212", - "text_en": "" - }, - { - "key": "skill_9350023213", - "text_en": "" - }, - { - "key": "skill_9350023214", - "text_en": "" - }, - { - "key": "skill_9350023215", - "text_en": "" - }, - { - "key": "skill_9350023216", - "text_en": "" - }, - { - "key": "skill_1240030111", - "text_en": "" - }, - { - "key": "skill_1240031111", - "text_en": "" - }, - { - "key": "skill_1240031112", - "text_en": "" - }, - { - "key": "skill_1240031113", - "text_en": "" - }, - { - "key": "skill_1240031114", - "text_en": "" - }, - { - "key": "skill_1240031115", - "text_en": "" - }, - { - "key": "skill_1240032111", - "text_en": "" - }, - { - "key": "skill_1240032112", - "text_en": "" - }, - { - "key": "skill_1240033111", - "text_en": "" - }, - { - "key": "skill_1240033112", - "text_en": "" - }, - { - "key": "skill_1240033113", - "text_en": "" - }, - { - "key": "skill_1240033114", - "text_en": "" - }, - { - "key": "skill_1240033115", - "text_en": "" - }, - { - "key": "skill_1240033116", - "text_en": "" - }, - { - "key": "skill_9240034111", - "text_en": "" - }, - { - "key": "skill_9240034112", - "text_en": "" - }, - { - "key": "skill_190011000", - "text_en": "Increases all allies' defense by 30%" - }, - { - "key": "skill_190012000", - "text_en": "Po deals 30% ATK and 70% DEF damage to 1 enemy target, and has a 75% chance to apply [Attack Down] effect to the target for 2 turns" - }, - { - "key": "skill_190013000", - "text_en": "After each round, Po will enter the [Xuan Yu] state, which lasts for 1 round. At the beginning of his new round, he will deal damage equal to 110% of his defense to all enemies. During the period of [Xuan Yu], every time you receive an attack, you will get 1 layer of [Xuan Yu's Blessing], but when you are in an immobile state, the [Xuan Yu] state will be released. When any of your own active skills hits the enemy and triggers a critical strike, the cooldown of this skill is reduced for 1 turn" - }, - { - "key": "skill_190014000", - "text_en": "Po deals 80% ATK and 140% DEF damage to 1 enemy target, and adds [Defense Up] and [Immune] to himself for 2 turns each" - }, - { - "key": "skill_190015000", - "text_en": "Increases the resistance of all allies by 40%" - }, - { - "key": "skill_190016000", - "text_en": "Poppy deals 45% ATK of damage 3 times to 1 enemy target, and has a 60% chance to add [Immunity] status to himself for 2 turns" - }, - { - "key": "skill_190017000", - "text_en": "Poppy clears all allies' debuffs, and evenly distributes the percentage of allies' health, adding 2 rounds of [Attack Boost] to all allies" - }, - { - "key": "skill_190018000", - "text_en": "Enter the state of [Joy] for 2 rounds, reduce the damage received by all allies by 25%, and when each teammate moves, dispel 1 debuff and restore 26% of their maximum health, while the effect lasts. unable to act" - }, - { - "key": "skill_190011001", - "text_en": "Damage increased to 100%" - }, - { - "key": "skill_190011002", - "text_en": "Damage increased to 110%" - }, - { - "key": "skill_190011003", - "text_en": "Damage increased to 120%" - }, - { - "key": "skill_190011004", - "text_en": "Damage increased to 130%" - }, - { - "key": "skill_buff_390001001", - "text_en": "" - }, - { - "key": "skill_buff_390001002", - "text_en": "" - }, - { - "key": "skill_buff_390001003", - "text_en": "" - }, - { - "key": "skill_buff_390001004", - "text_en": "" - }, - { - "key": "skill_buff_390001005", - "text_en": "" - }, - { - "key": "skill_buff_390001006", - "text_en": "" - }, - { - "key": "skill_buff_390001007", - "text_en": "" - }, - { - "key": "skill_buff_390001008", - "text_en": "" - }, - { - "key": "skill_buff_390002001", - "text_en": "" - }, - { - "key": "skill_buff_390002002", - "text_en": "" - }, - { - "key": "skill_buff_390002003", - "text_en": "" - }, - { - "key": "skill_buff_390002004", - "text_en": "" - }, - { - "key": "skill_buff_390002005", - "text_en": "" - }, - { - "key": "skill_buff_390002006", - "text_en": "" - }, - { - "key": "skill_buff_390003001", - "text_en": "" - }, - { - "key": "skill_buff_390003002", - "text_en": "" - }, - { - "key": "skill_buff_390003003", - "text_en": "" - }, - { - "key": "skill_buff_390003004", - "text_en": "" - }, - { - "key": "skill_buff_390004001", - "text_en": "" - }, - { - "key": "skill_buff_390004002", - "text_en": "" - }, - { - "key": "skill_buff_390004003", - "text_en": "" - }, - { - "key": "skill_buff_390004004", - "text_en": "" - }, - { - "key": "skill_buff_390004005", - "text_en": "" - }, - { - "key": "skill_buff_390004006", - "text_en": "" - }, - { - "key": "skill_buff_390004007", - "text_en": "" - }, - { - "key": "skill_buff_390004008", - "text_en": "" - }, - { - "key": "skill_buff_390005001", - "text_en": "" - }, - { - "key": "skill_buff_390005002", - "text_en": "" - }, - { - "key": "skill_buff_390005003", - "text_en": "" - }, - { - "key": "skill_buff_390006001", - "text_en": "" - }, - { - "key": "skill_buff_300192114", - "text_en": "" - }, - { - "key": "skill_buff_300192115", - "text_en": "" - }, - { - "key": "skill_buffdes_390001001", - "text_en": "" - }, - { - "key": "skill_buffdes_390001002", - "text_en": "" - }, - { - "key": "skill_buffdes_390001003", - "text_en": "" - }, - { - "key": "skill_buffdes_390001004", - "text_en": "" - }, - { - "key": "skill_buffdes_390001005", - "text_en": "" - }, - { - "key": "skill_buffdes_390001006", - "text_en": "" - }, - { - "key": "skill_buffdes_390001007", - "text_en": "" - }, - { - "key": "skill_buffdes_390001008", - "text_en": "" - }, - { - "key": "skill_buffdes_390002001", - "text_en": "" - }, - { - "key": "skill_buffdes_390002002", - "text_en": "" - }, - { - "key": "skill_buffdes_390002003", - "text_en": "" - }, - { - "key": "skill_buffdes_390002004", - "text_en": "" - }, - { - "key": "skill_buffdes_390002005", - "text_en": "" - }, - { - "key": "skill_buffdes_390002006", - "text_en": "" - }, - { - "key": "skill_buffdes_390003001", - "text_en": "" - }, - { - "key": "skill_buffdes_390003002", - "text_en": "" - }, - { - "key": "skill_buffdes_390003003", - "text_en": "" - }, - { - "key": "skill_buffdes_390003004", - "text_en": "" - }, - { - "key": "skill_buffdes_390004001", - "text_en": "" - }, - { - "key": "skill_buffdes_390004002", - "text_en": "" - }, - { - "key": "skill_buffdes_390004003", - "text_en": "" - }, - { - "key": "skill_buffdes_390004004", - "text_en": "" - }, - { - "key": "skill_buffdes_390004005", - "text_en": "" - }, - { - "key": "skill_buffdes_390004006", - "text_en": "" - }, - { - "key": "skill_buffdes_390004007", - "text_en": "" - }, - { - "key": "skill_buffdes_390004008", - "text_en": "" - }, - { - "key": "skill_buffdes_390005001", - "text_en": "" - }, - { - "key": "skill_buffdes_390005002", - "text_en": "" - }, - { - "key": "skill_buffdes_390005003", - "text_en": "" - }, - { - "key": "skill_buffdes_390006001", - "text_en": "" - }, - { - "key": "skill_buffdes_300102103", - "text_en": "" - }, - { - "key": "skill_buffdes_300162105", - "text_en": "" - }, - { - "key": "skill_buffdes_300192114", - "text_en": "" - }, - { - "key": "skill_buffdes_300192115", - "text_en": "" - }, - { - "key": "hero_10001", - "text_en": "basic life" - }, - { - "key": "hero_10002", - "text_en": "basic attack" - }, - { - "key": "hero_10003", - "text_en": "basic defense" - }, - { - "key": "hero_10004", - "text_en": "base speed" - }, - { - "key": "hero_10005", - "text_en": "base crit chance" - }, - { - "key": "hero_10006", - "text_en": "base crit damage" - }, - { - "key": "hero_10007", - "text_en": "base effect hit" - }, - { - "key": "hero_10008", - "text_en": "base effect resistance" - }, - { - "key": "star_2", - "text_en": "Excellent" - }, - { - "key": "star_3", - "text_en": "Rare" - }, - { - "key": "star_4", - "text_en": "Epic" - }, - { - "key": "star_5", - "text_en": "Legend" - }, - { - "key": "color_1", - "text_en": "Excellent" - }, - { - "key": "color_2", - "text_en": "Rare" - }, - { - "key": "color_3", - "text_en": "Epic" - }, - { - "key": "color_4", - "text_en": "Legend" - }, - { - "key": "color_5", - "text_en": "Eternity" - }, - { - "key": "color_6", - "text_en": "Uncommon" - }, - { - "key": "race_1", - "text_en": "Hot" - }, - { - "key": "race_2", - "text_en": "Surge" - }, - { - "key": "race_3", - "text_en": "Whistling" - }, - { - "key": "race_4", - "text_en": "Shine" - }, - { - "key": "job_1", - "text_en": "Output" - }, - { - "key": "job_2", - "text_en": "Defense" - }, - { - "key": "job_3", - "text_en": "Auxiliary" - }, - { - "key": "job_4", - "text_en": "Control" - }, - { - "key": "job_5", - "text_en": "Material" - }, - { - "key": "itemdesc_10001", - "text_en": "Heroes can be strengthened after use" - }, - { - "key": "itemdesc_10002", - "text_en": "A stone for testing functionality, it may be an unusable activity item" - }, - { - "key": "itemdesc_10003", - "text_en": "Collect all 50 fragments to make Po" - }, - { - "key": "itemdesc_10004", - "text_en": "You can choose any one of the following items" - }, - { - "key": "itemdesc_10005", - "text_en": "You can get 1 of the following items at random" - }, - { - "key": "itemdesc_10006", - "text_en": "Open to get gold coins" - }, - { - "key": "itemdesc_10007", - "text_en": "Get 2 hours of gold coins after use" - }, - { - "key": "itemdesc_10008", - "text_en": "Gain 2 hours of gold after use, but he will disappear within 2 minutes" - }, - { - "key": "itemdesc_10009", - "text_en": "This magic book is sealed by powerful magic, it can be opened after passing level 9999" - }, - { - "key": "itemdesc_10010", - "text_en": "It seems to be the currency of a lost civilization, for the time being, it has only commemorative significance" - }, - { - "key": "itemdesc_10011", - "text_en": "The hands don't move, maybe someone can fix it." - }, - { - "key": "itemdesc_10012", - "text_en": "Delicate wood with a light aroma" - }, - { - "key": "itemdesc_10013", - "text_en": "Carrying it in a backpack will bring good luck" - }, - { - "key": "itemdesc_10014", - "text_en": "You are an adventurer when you log in to the game, and you will get this medal" - }, - { - "key": "itemdesc_10015", - "text_en": "luckier than clover" - }, - { - "key": "itemdesc_10016", - "text_en": "Diamonds are man-made, so they cannot be used to buy items in the mall" - }, - { - "key": "itemname_10001", - "text_en": "Junior Experience Wizard" - }, - { - "key": "itemname_10002", - "text_en": "Stone" - }, - { - "key": "itemname_10003", - "text_en": "5 Star Po Shard" - }, - { - "key": "itemname_10004", - "text_en": "Gold Coin Choice Box" - }, - { - "key": "itemname_10005", - "text_en": "Random Gold Coin Box" - }, - { - "key": "itemname_10006", - "text_en": "Gold coin box" - }, - { - "key": "itemname_10007", - "text_en": "2 hour coins" - }, - { - "key": "itemname_10008", - "text_en": "Special 2 Hour Coins" - }, - { - "key": "itemname_10009", - "text_en": "Sealed magic book" - }, - { - "key": "itemname_10010", - "text_en": "Ancient coins" - }, - { - "key": "itemname_10011", - "text_en": "Broken clock" - }, - { - "key": "itemname_10012", - "text_en": "Wood" - }, - { - "key": "itemname_10013", - "text_en": "Four-leaf clover" - }, - { - "key": "itemname_10014", - "text_en": "Adventurer's Medal" - }, - { - "key": "itemname_10015", - "text_en": "Cat cat amulet" - }, - { - "key": "itemname_10016", - "text_en": "Artificial diamond" - }, - { - "key": "server_10001", - "text_en": "Local test server" - }, - { - "key": "server_10006", - "text_en": "Raven Point" - }, - { - "key": "server_10003", - "text_en": "The Valley of Peace" - }, - { - "key": "server_10004", - "text_en": "Gongmen" - }, - { - "key": "server_10005", - "text_en": "Jade Palace" - }, - { - "key": "skillname_190011000", - "text_en": "Captain Po's skills" - }, - { - "key": "skillname_190012000", - "text_en": "Panda fist" - }, - { - "key": "skillname_190013000", - "text_en": "Tai Chi Form" - }, - { - "key": "skillname_190011003", - "text_en": "Tai Chi Zero" - }, - { - "key": "skillname_190014000", - "text_en": "Captain Poppy's skills" - }, - { - "key": "skillname_190016000", - "text_en": "Harmony" - }, - { - "key": "skillname_190017000", - "text_en": "Dance of joy" - }, - { - "key": "skillname_190018000", - "text_en": "Rainbow note" - }, - { - "key": "tips_1001", - "text_en": "Stay tuned" - }, - { - "key": "tips_1002", - "text_en": "Not open yet" - }, - { - "key": "tips_1003", - "text_en": "The current planet capacity is overloaded, please change the planet and start the adventure" - }, - { - "key": "tips_1004", - "text_en": "At present, the world is under construction. Please enter later" - }, - { - "key": "nonactivated", - "text_en": "Nonactivated" - }, - { - "key": "activated", - "text_en": "Activated" - }, - { - "key": "opencond_prompt_10001", - "text_en": "" - }, - { - "key": "opencond_prompt_10002", - "text_en": "" - }, - { - "key": "opencond_prompt_10003", - "text_en": "" - }, - { - "key": "num_1001", - "text_en": "GOURMET RESTAURANT" - }, - { - "key": "num_1002", - "text_en": "SUMMON" - }, - { - "key": "num_1003", - "text_en": "STORY" - }, - { - "key": "num_1004", - "text_en": "Dark Cuisine" - }, - { - "key": "num_1005", - "text_en": "CARAVAN" - }, - { - "key": "num_1006", - "text_en": "LIBRARY" - }, - { - "key": "num_1007", - "text_en": "BONEFIRE DANCE" - }, - { - "key": "num_1008", - "text_en": "GUARD" - }, - { - "key": "num_1009", - "text_en": "Catch It!" - }, - { - "key": "num_1010", - "text_en": "ARENA" - }, - { - "key": "num_1011", - "text_en": "KUNG FU" - }, - { - "key": "num_1012", - "text_en": "TRAIN" - }, - { - "key": "num_1013", - "text_en": "CRAZY" - }, - { - "key": "num_1014", - "text_en": "ADVENTURE" - }, - { - "key": "num_1015", - "text_en": "EXPEDITION" - }, - { - "key": "num_1016", - "text_en": "FESTIVAL" - }, - { - "key": "num_1017", - "text_en": "GOURMET RESTAURANT" - }, - { - "key": "num_1018", - "text_en": "GOBER BACKSMITH SHOP" - }, - { - "key": "num_1019", - "text_en": "chat" - }, - { - "key": "num_1020", - "text_en": "World" - }, - { - "key": "num_1021", - "text_en": "Guild" - }, - { - "key": "num_1022", - "text_en": "Private" - }, - { - "key": "num_1023", - "text_en": "Public" - }, - { - "key": "num_1024", - "text_en": "System" - }, - { - "key": "opencond_name_10001", - "text_en": "INVENTORY" - }, - { - "key": "opencond_name_10002", - "text_en": "SHOP" - }, - { - "key": "opencond_name_10003", - "text_en": "UNION" - }, - { - "key": "opencond_name_10004", - "text_en": "MAIL" - }, - { - "key": "opencond_name_10005", - "text_en": "SOCIAL" - }, - { - "key": "opencond_name_10006", - "text_en": "CARDS" - }, - { - "key": "opencond_name_10007", - "text_en": "DORM" - }, - { - "key": "opencond_name_10008", - "text_en": "CHARGE" - }, - { - "key": "opencond_name_10009", - "text_en": "EVENT" - }, - { - "key": "opencond_name_10010", - "text_en": "MISSIONS" - }, - { - "key": "hero_help_10001", - "text_en": "养成说明" - }, - { - "key": "hero_help_10002", - "text_en": "英雄升级" - }, - { - "key": "hero_help_10003", - "text_en": "英雄可通过出战或吸收经验精灵提升等级" - }, - { - "key": "hero_help_10004", - "text_en": "英雄升星" - }, - { - "key": "hero_help_10005", - "text_en": "不同星级的英雄有不同的等级上限,3星为30级,4星为40级,5星为50级,6星为60级。
英雄达到等级上限后,需要通过升星进一步提升等级。
升星后英雄的属性将得到提升。
升星精灵是英雄升星的优质素材" - }, - { - "key": "hero_help_10006", - "text_en": "技能升级" - }, - { - "key": "hero_help_10007", - "text_en": "使用稀有/史诗/传说品质的技能精灵可以提升对应品质英雄的技能等级,技能升级时将随机选择还可以继续升级的技能。
如果英雄的所有技能等级满级,将不能再使用技能精灵提升等级" - } -] \ No newline at end of file diff --git a/bin/json/LocalizeConfig_TW.json b/bin/json/LocalizeConfig_TW.json deleted file mode 100644 index 7a84c4420..000000000 --- a/bin/json/LocalizeConfig_TW.json +++ /dev/null @@ -1,4074 +0,0 @@ -[ - { - "key": "ChineseSimplified", - "text_tw": "" - }, - { - "key": "ChineseTraditional", - "text_tw": "" - }, - { - "key": "English", - "text_tw": "" - }, - { - "key": "1", - "text_tw": "one" - }, - { - "key": "2", - "text_tw": "two" - }, - { - "key": "3", - "text_tw": "three" - }, - { - "key": "4", - "text_tw": "four" - }, - { - "key": "5", - "text_tw": "five" - }, - { - "key": "6", - "text_tw": "six" - }, - { - "key": "7", - "text_tw": "seven" - }, - { - "key": "8", - "text_tw": "eight" - }, - { - "key": "9", - "text_tw": "nine" - }, - { - "key": "10", - "text_tw": "ten" - }, - { - "key": "Login", - "text_tw": "Login" - }, - { - "key": "MomentDay1", - "text_tw": "" - }, - { - "key": "MomentDay2", - "text_tw": "" - }, - { - "key": "MomentHour1", - "text_tw": "" - }, - { - "key": "MomentHour2", - "text_tw": "" - }, - { - "key": "MomentMinutes1", - "text_tw": "" - }, - { - "key": "MomentMinutes2", - "text_tw": "" - }, - { - "key": "MomentSeconds1", - "text_tw": "" - }, - { - "key": "MomentSeconds2", - "text_tw": "" - }, - { - "key": "Tuijian", - "text_tw": "Hot" - }, - { - "key": "Juese", - "text_tw": "Role" - }, - { - "key": "hero_13001", - "text_tw": "shining" - }, - { - "key": "hero_13002", - "text_tw": "食人鱼先生" - }, - { - "key": "hero_13003", - "text_tw": "啊啊" - }, - { - "key": "hero_13004", - "text_tw": "法夸德勋爵" - }, - { - "key": "hero_13005", - "text_tw": "大大" - }, - { - "key": "hero_14001", - "text_tw": "史图依克" - }, - { - "key": "hero_14002", - "text_tw": "大龙" - }, - { - "key": "hero_14003", - "text_tw": "亚丝翠" - }, - { - "key": "hero_14004", - "text_tw": "克莱尔·努涅斯" - }, - { - "key": "hero_14005", - "text_tw": "鹤大师" - }, - { - "key": "hero_14006", - "text_tw": "布兰奇" - }, - { - "key": "hero_14007", - "text_tw": "格里斯特王子" - }, - { - "key": "hero_15001", - "text_tw": "吉姆·莱克" - }, - { - "key": "hero_15002", - "text_tw": "船长" - }, - { - "key": "hero_15003", - "text_tw": "希沙窦斯" - }, - { - "key": "hero_15004", - "text_tw": "小欧" - }, - { - "key": "hero_15005", - "text_tw": "亚力克斯" - }, - { - "key": "hero_23001", - "text_tw": "斯梅克船长" - }, - { - "key": "hero_23002", - "text_tw": "警卫队长" - }, - { - "key": "hero_23003", - "text_tw": "泰德·邓普顿" - }, - { - "key": "hero_23004", - "text_tw": "吉姆·普雷斯科特" - }, - { - "key": "hero_24001", - "text_tw": "警长" - }, - { - "key": "hero_24002", - "text_tw": "牙仙" - }, - { - "key": "hero_24003", - "text_tw": "睡神沙人" - }, - { - "key": "hero_24004", - "text_tw": "邦尼兔" - }, - { - "key": "hero_24005", - "text_tw": "金猴" - }, - { - "key": "hero_24006", - "text_tw": "凯尔" - }, - { - "key": "hero_24007", - "text_tw": "小钱" - }, - { - "key": "hero_24008", - "text_tw": "暴芙那特" - }, - { - "key": "hero_24009", - "text_tw": "云朵先生" - }, - { - "key": "hero_25001", - "text_tw": "阿宝" - }, - { - "key": "hero_25002", - "text_tw": "沃尔夫先生" - }, - { - "key": "hero_25003", - "text_tw": "无牙仔" - }, - { - "key": "hero_25004", - "text_tw": "波比" - }, - { - "key": "hero_33001", - "text_tw": "巫嘎" - }, - { - "key": "hero_33002", - "text_tw": "坦克" - }, - { - "key": "hero_33003", - "text_tw": "胡德先生" - }, - { - "key": "hero_33004", - "text_tw": "普鲁格兰杰" - }, - { - "key": "hero_33005", - "text_tw": "鼻涕粗" - }, - { - "key": "hero_33006", - "text_tw": "珍妮丝·邓普顿" - }, - { - "key": "hero_34001", - "text_tw": "贫嘴驴" - }, - { - "key": "hero_34002", - "text_tw": "蒂姆·邓普顿" - }, - { - "key": "hero_34003", - "text_tw": "圣诞老人" - }, - { - "key": "hero_34004", - "text_tw": "瓜哥" - }, - { - "key": "hero_34005", - "text_tw": "沃尔特·史翠克勒" - }, - { - "key": "hero_34006", - "text_tw": "冰霜杰克" - }, - { - "key": "hero_34007", - "text_tw": "菲奥娜" - }, - { - "key": "hero_34008", - "text_tw": "悍夫那特" - }, - { - "key": "hero_35001", - "text_tw": "师父" - }, - { - "key": "hero_35002", - "text_tw": "希卡普" - }, - { - "key": "hero_35003", - "text_tw": "漆黑" - }, - { - "key": "hero_35004", - "text_tw": "黛安·福克斯顿" - }, - { - "key": "hero_35005", - "text_tw": "幸运·普雷斯科特" - }, - { - "key": "hero_35006", - "text_tw": "平先生" - }, - { - "key": "hero_43001", - "text_tw": "阿比盖尔·斯通" - }, - { - "key": "hero_43002", - "text_tw": "果酱教授" - }, - { - "key": "hero_43003", - "text_tw": "史蒂夫·帕丘克" - }, - { - "key": "hero_43004", - "text_tw": "姜饼人" - }, - { - "key": "hero_43005", - "text_tw": "瓦希尔指挥官" - }, - { - "key": "hero_43006", - "text_tw": "布里奇特" - }, - { - "key": "hero_43007", - "text_tw": "戈伯" - }, - { - "key": "hero_44001", - "text_tw": "美肚鲨" - }, - { - "key": "hero_44002", - "text_tw": "蛇先生" - }, - { - "key": "hero_44003", - "text_tw": "匹诺曹" - }, - { - "key": "hero_44004", - "text_tw": "艾札塔伦" - }, - { - "key": "hero_44005", - "text_tw": "小伊" - }, - { - "key": "hero_44006", - "text_tw": "悍娇虎" - }, - { - "key": "hero_45001", - "text_tw": "乌龟大师" - }, - { - "key": "hero_45002", - "text_tw": "梅林" - }, - { - "key": "hero_45003", - "text_tw": "盖" - }, - { - "key": "hero_45004", - "text_tw": "穿靴子的猫" - }, - { - "key": "hero_43901", - "text_tw": "升星精灵" - }, - { - "key": "hero_42911", - "text_tw": "初级经验精灵" - }, - { - "key": "hero_43911", - "text_tw": "中级经验精灵" - }, - { - "key": "hero_44911", - "text_tw": "高级经验精灵" - }, - { - "key": "hero_43921", - "text_tw": "技能精灵·稀有" - }, - { - "key": "hero_44921", - "text_tw": "技能精灵·史诗" - }, - { - "key": "hero_45921", - "text_tw": "技能精灵·传说" - }, - { - "key": "hero_51001", - "text_tw": "啵啵星人(新增)" - }, - { - "key": "hero_51002", - "text_tw": "埃雷特手下1号(新增)" - }, - { - "key": "hero_51003", - "text_tw": "埃雷特手下2号(新增)" - }, - { - "key": "hero_51004", - "text_tw": "豺狼小怪(新增)" - }, - { - "key": "hero_51005", - "text_tw": "犀牛守卫(新增)" - }, - { - "key": "hero_51006", - "text_tw": "香塔尔 杜布瓦队长手下1号(新增)" - }, - { - "key": "hero_51007", - "text_tw": "香塔尔 杜布瓦队长手下2号(新增)" - }, - { - "key": "hero_51008", - "text_tw": "香塔尔 杜布瓦队长手下3号(新增)" - }, - { - "key": "hero_51009", - "text_tw": "香塔尔 杜布瓦队长手下4号(新增)" - }, - { - "key": "hero_51010", - "text_tw": "警卫1号(新增)" - }, - { - "key": "hero_51011", - "text_tw": "警卫2号(新增)" - }, - { - "key": "hero_51012", - "text_tw": "小猴子(新增)" - }, - { - "key": "hero_51013", - "text_tw": "巨怪啰啰(新增)" - }, - { - "key": "hero_51014", - "text_tw": "博啃族宫廷守卫(新增)" - }, - { - "key": "hero_53001", - "text_tw": "埃雷特(新增)" - }, - { - "key": "hero_53002", - "text_tw": "豺狼头领(新增)" - }, - { - "key": "hero_53003", - "text_tw": "豪猪大师(翡翠僵尸)(新增)" - }, - { - "key": "hero_53004", - "text_tw": "双獾大师(翡翠僵尸)(新增)" - }, - { - "key": "hero_53005", - "text_tw": "小猴子首领(新增)" - }, - { - "key": "hero_53006", - "text_tw": "巨怪首领(新增)" - }, - { - "key": "hero_55001", - "text_tw": "香塔尔 杜布瓦队长" - }, - { - "key": "hero_55002", - "text_tw": "亨得利克斯(新增)" - }, - { - "key": "hero_55003", - "text_tw": "巨型猩猩怪兽(新增)" - }, - { - "key": "hero_55004", - "text_tw": "白龙王" - }, - { - "key": "hero_55005", - "text_tw": "大厨(新增)" - }, - { - "key": "hero_55006", - "text_tw": "德雷格(新增)" - }, - { - "key": "hero_55007", - "text_tw": "莫甘娜巨怪" - }, - { - "key": "hero_55008", - "text_tw": "莫甘娜二阶" - }, - { - "key": "hero_55009", - "text_tw": "" - }, - { - "key": "hero_55010", - "text_tw": "" - }, - { - "key": "hero_55011", - "text_tw": "" - }, - { - "key": "hero_55012", - "text_tw": "" - }, - { - "key": "hero_55013", - "text_tw": "" - }, - { - "key": "hero_55014", - "text_tw": "" - }, - { - "key": "hero_55015", - "text_tw": "" - }, - { - "key": "hero_55016", - "text_tw": "" - }, - { - "key": "hero_55017", - "text_tw": "" - }, - { - "key": "hero_55018", - "text_tw": "" - }, - { - "key": "hero_55019", - "text_tw": "" - }, - { - "key": "hero_55020", - "text_tw": "" - }, - { - "key": "hero_55021", - "text_tw": "" - }, - { - "key": "hero_55022", - "text_tw": "" - }, - { - "key": "hero_55023", - "text_tw": "" - }, - { - "key": "hero_55024", - "text_tw": "" - }, - { - "key": "hero_55025", - "text_tw": "" - }, - { - "key": "hero_55026", - "text_tw": "" - }, - { - "key": "hero_55027", - "text_tw": "" - }, - { - "key": "hero_55028", - "text_tw": "" - }, - { - "key": "hero_55029", - "text_tw": "" - }, - { - "key": "hero_55030", - "text_tw": "" - }, - { - "key": "hero_55031", - "text_tw": "" - }, - { - "key": "hero_55032", - "text_tw": "" - }, - { - "key": "hero_55033", - "text_tw": "" - }, - { - "key": "hero_55034", - "text_tw": "" - }, - { - "key": "hero_55035", - "text_tw": "" - }, - { - "key": "hero_55036", - "text_tw": "" - }, - { - "key": "hero_55037", - "text_tw": "" - }, - { - "key": "hero_55038", - "text_tw": "" - }, - { - "key": "hero_55039", - "text_tw": "" - }, - { - "key": "hero_55040", - "text_tw": "" - }, - { - "key": "hero_55041", - "text_tw": "" - }, - { - "key": "hero_55042", - "text_tw": "" - }, - { - "key": "hero_55043", - "text_tw": "" - }, - { - "key": "hero_55044", - "text_tw": "" - }, - { - "key": "hero_55045", - "text_tw": "" - }, - { - "key": "hero_55046", - "text_tw": "" - }, - { - "key": "hero_55047", - "text_tw": "" - }, - { - "key": "hero_55048", - "text_tw": "" - }, - { - "key": "hero_55049", - "text_tw": "" - }, - { - "key": "hero_55050", - "text_tw": "" - }, - { - "key": "hero_55051", - "text_tw": "" - }, - { - "key": "hero_55052", - "text_tw": "" - }, - { - "key": "hero_55053", - "text_tw": "" - }, - { - "key": "hero_55054", - "text_tw": "" - }, - { - "key": "hero_55055", - "text_tw": "" - }, - { - "key": "hero_55056", - "text_tw": "" - }, - { - "key": "hero_55057", - "text_tw": "" - }, - { - "key": "hero_55058", - "text_tw": "" - }, - { - "key": "hero_55059", - "text_tw": "" - }, - { - "key": "hero_55060", - "text_tw": "" - }, - { - "key": "hero_55061", - "text_tw": "" - }, - { - "key": "hero_55062", - "text_tw": "" - }, - { - "key": "hero_55063", - "text_tw": "" - }, - { - "key": "hero_55064", - "text_tw": "" - }, - { - "key": "hero_55065", - "text_tw": "" - }, - { - "key": "hero_55066", - "text_tw": "" - }, - { - "key": "hero_55067", - "text_tw": "" - }, - { - "key": "hero_55068", - "text_tw": "" - }, - { - "key": "hero_55069", - "text_tw": "" - }, - { - "key": "hero_55070", - "text_tw": "" - }, - { - "key": "hero_55071", - "text_tw": "" - }, - { - "key": "hero_55072", - "text_tw": "" - }, - { - "key": "hero_55073", - "text_tw": "" - }, - { - "key": "hero_55074", - "text_tw": "" - }, - { - "key": "hero_55075", - "text_tw": "" - }, - { - "key": "hero_55076", - "text_tw": "" - }, - { - "key": "hero_55077", - "text_tw": "" - }, - { - "key": "hero_55078", - "text_tw": "" - }, - { - "key": "hero_55079", - "text_tw": "" - }, - { - "key": "hero_55080", - "text_tw": "" - }, - { - "key": "hero_55081", - "text_tw": "" - }, - { - "key": "hero_55082", - "text_tw": "" - }, - { - "key": "hero_55083", - "text_tw": "" - }, - { - "key": "hero_55084", - "text_tw": "" - }, - { - "key": "hero_55085", - "text_tw": "" - }, - { - "key": "hero_55086", - "text_tw": "" - }, - { - "key": "hero_55087", - "text_tw": "" - }, - { - "key": "hero_55088", - "text_tw": "" - }, - { - "key": "hero_55089", - "text_tw": "" - }, - { - "key": "hero_55090", - "text_tw": "" - }, - { - "key": "hero_55091", - "text_tw": "" - }, - { - "key": "hero_55092", - "text_tw": "" - }, - { - "key": "hero_55093", - "text_tw": "" - }, - { - "key": "hero_55094", - "text_tw": "" - }, - { - "key": "hero_55095", - "text_tw": "" - }, - { - "key": "hero_55096", - "text_tw": "" - }, - { - "key": "hero_55097", - "text_tw": "" - }, - { - "key": "hero_55098", - "text_tw": "" - }, - { - "key": "hero_55099", - "text_tw": "" - }, - { - "key": "hero_55100", - "text_tw": "" - }, - { - "key": "hero_55101", - "text_tw": "" - }, - { - "key": "hero_55102", - "text_tw": "" - }, - { - "key": "hero_55103", - "text_tw": "" - }, - { - "key": "hero_55104", - "text_tw": "" - }, - { - "key": "hero_55105", - "text_tw": "" - }, - { - "key": "hero_55106", - "text_tw": "" - }, - { - "key": "hero_55107", - "text_tw": "" - }, - { - "key": "hero_55108", - "text_tw": "" - }, - { - "key": "hero_55109", - "text_tw": "" - }, - { - "key": "hero_55110", - "text_tw": "" - }, - { - "key": "hero_55111", - "text_tw": "" - }, - { - "key": "hero_55112", - "text_tw": "" - }, - { - "key": "hero_55113", - "text_tw": "" - }, - { - "key": "hero_55114", - "text_tw": "" - }, - { - "key": "equip_13001", - "text_tw": "" - }, - { - "key": "equip_13002", - "text_tw": "" - }, - { - "key": "equip_13003", - "text_tw": "" - }, - { - "key": "equip_13004", - "text_tw": "" - }, - { - "key": "equip_13005", - "text_tw": "" - }, - { - "key": "equip_13006", - "text_tw": "" - }, - { - "key": "equip_13007", - "text_tw": "" - }, - { - "key": "equip_13008", - "text_tw": "" - }, - { - "key": "equip_13009", - "text_tw": "" - }, - { - "key": "equip_13010", - "text_tw": "" - }, - { - "key": "equip_13011", - "text_tw": "" - }, - { - "key": "equip_13012", - "text_tw": "" - }, - { - "key": "equip_13013", - "text_tw": "" - }, - { - "key": "equip_13014", - "text_tw": "" - }, - { - "key": "equip_13015", - "text_tw": "" - }, - { - "key": "equip_13016", - "text_tw": "" - }, - { - "key": "equip_13017", - "text_tw": "" - }, - { - "key": "equip_13018", - "text_tw": "" - }, - { - "key": "equip_13019", - "text_tw": "" - }, - { - "key": "equip_13020", - "text_tw": "" - }, - { - "key": "equip_13021", - "text_tw": "" - }, - { - "key": "equip_13022", - "text_tw": "" - }, - { - "key": "equip_13023", - "text_tw": "" - }, - { - "key": "equip_13024", - "text_tw": "" - }, - { - "key": "equip_13025", - "text_tw": "" - }, - { - "key": "equip_13026", - "text_tw": "" - }, - { - "key": "equip_13027", - "text_tw": "" - }, - { - "key": "equip_13028", - "text_tw": "" - }, - { - "key": "equip_13029", - "text_tw": "" - }, - { - "key": "equip_13030", - "text_tw": "" - }, - { - "key": "equip_13031", - "text_tw": "" - }, - { - "key": "equip_13032", - "text_tw": "" - }, - { - "key": "equip_13033", - "text_tw": "" - }, - { - "key": "equip_13034", - "text_tw": "" - }, - { - "key": "equip_13035", - "text_tw": "" - }, - { - "key": "equip_13036", - "text_tw": "" - }, - { - "key": "equip_13037", - "text_tw": "" - }, - { - "key": "equip_13038", - "text_tw": "" - }, - { - "key": "equip_13039", - "text_tw": "" - }, - { - "key": "equip_13040", - "text_tw": "" - }, - { - "key": "equip_13041", - "text_tw": "" - }, - { - "key": "equip_13042", - "text_tw": "" - }, - { - "key": "equip_13043", - "text_tw": "" - }, - { - "key": "equip_13044", - "text_tw": "" - }, - { - "key": "equip_13045", - "text_tw": "" - }, - { - "key": "equip_13046", - "text_tw": "" - }, - { - "key": "equip_13047", - "text_tw": "" - }, - { - "key": "equip_13048", - "text_tw": "" - }, - { - "key": "equip_13049", - "text_tw": "" - }, - { - "key": "equip_13050", - "text_tw": "" - }, - { - "key": "equip_13051", - "text_tw": "" - }, - { - "key": "equip_13052", - "text_tw": "" - }, - { - "key": "equip_13053", - "text_tw": "" - }, - { - "key": "equip_13054", - "text_tw": "" - }, - { - "key": "equip_13055", - "text_tw": "" - }, - { - "key": "equip_13056", - "text_tw": "" - }, - { - "key": "equip_13057", - "text_tw": "" - }, - { - "key": "equip_13058", - "text_tw": "" - }, - { - "key": "equip_13059", - "text_tw": "" - }, - { - "key": "equip_13060", - "text_tw": "" - }, - { - "key": "equip_13061", - "text_tw": "" - }, - { - "key": "equip_13062", - "text_tw": "" - }, - { - "key": "equip_13063", - "text_tw": "" - }, - { - "key": "equip_13064", - "text_tw": "" - }, - { - "key": "equip_13065", - "text_tw": "" - }, - { - "key": "equip_13066", - "text_tw": "" - }, - { - "key": "equip_13067", - "text_tw": "" - }, - { - "key": "equip_13068", - "text_tw": "" - }, - { - "key": "equip_13069", - "text_tw": "" - }, - { - "key": "equip_13070", - "text_tw": "" - }, - { - "key": "equip_13071", - "text_tw": "" - }, - { - "key": "equip_13072", - "text_tw": "" - }, - { - "key": "equip_13073", - "text_tw": "" - }, - { - "key": "equip_13074", - "text_tw": "" - }, - { - "key": "equip_13075", - "text_tw": "" - }, - { - "key": "equip_13076", - "text_tw": "" - }, - { - "key": "equip_13077", - "text_tw": "" - }, - { - "key": "equip_13078", - "text_tw": "" - }, - { - "key": "equip_13079", - "text_tw": "" - }, - { - "key": "equip_13080", - "text_tw": "" - }, - { - "key": "equip_13081", - "text_tw": "" - }, - { - "key": "equip_13082", - "text_tw": "" - }, - { - "key": "equip_13083", - "text_tw": "" - }, - { - "key": "equip_13084", - "text_tw": "" - }, - { - "key": "equip_13085", - "text_tw": "" - }, - { - "key": "equip_13086", - "text_tw": "" - }, - { - "key": "equip_13087", - "text_tw": "" - }, - { - "key": "equip_13088", - "text_tw": "" - }, - { - "key": "equip_13089", - "text_tw": "" - }, - { - "key": "equip_13090", - "text_tw": "" - }, - { - "key": "equip_13091", - "text_tw": "" - }, - { - "key": "equip_13092", - "text_tw": "" - }, - { - "key": "equip_13093", - "text_tw": "" - }, - { - "key": "equip_13094", - "text_tw": "" - }, - { - "key": "equip_13095", - "text_tw": "" - }, - { - "key": "equip_13096", - "text_tw": "" - }, - { - "key": "equip_13097", - "text_tw": "" - }, - { - "key": "equip_13098", - "text_tw": "" - }, - { - "key": "equip_13099", - "text_tw": "" - }, - { - "key": "equip_13100", - "text_tw": "" - }, - { - "key": "equip_13101", - "text_tw": "" - }, - { - "key": "equip_13102", - "text_tw": "" - }, - { - "key": "equip_13103", - "text_tw": "" - }, - { - "key": "equip_13104", - "text_tw": "" - }, - { - "key": "equip_13105", - "text_tw": "" - }, - { - "key": "equip_13106", - "text_tw": "" - }, - { - "key": "equip_13107", - "text_tw": "" - }, - { - "key": "equip_13108", - "text_tw": "" - }, - { - "key": "equip_13109", - "text_tw": "" - }, - { - "key": "equip_13110", - "text_tw": "" - }, - { - "key": "equip_13111", - "text_tw": "" - }, - { - "key": "equip_13112", - "text_tw": "" - }, - { - "key": "equip_13113", - "text_tw": "" - }, - { - "key": "equip_13114", - "text_tw": "" - }, - { - "key": "equip_13115", - "text_tw": "" - }, - { - "key": "equip_13116", - "text_tw": "" - }, - { - "key": "equip_13117", - "text_tw": "" - }, - { - "key": "equip_13118", - "text_tw": "" - }, - { - "key": "equip_13119", - "text_tw": "" - }, - { - "key": "equip_13120", - "text_tw": "" - }, - { - "key": "equip_13121", - "text_tw": "" - }, - { - "key": "equip_13122", - "text_tw": "" - }, - { - "key": "equip_13123", - "text_tw": "" - }, - { - "key": "equip_13124", - "text_tw": "" - }, - { - "key": "equip_13125", - "text_tw": "" - }, - { - "key": "equip_13126", - "text_tw": "" - }, - { - "key": "equip_13127", - "text_tw": "" - }, - { - "key": "equip_13128", - "text_tw": "" - }, - { - "key": "equip_13129", - "text_tw": "" - }, - { - "key": "equip_13130", - "text_tw": "" - }, - { - "key": "equip_13131", - "text_tw": "" - }, - { - "key": "equip_13132", - "text_tw": "" - }, - { - "key": "equip_13133", - "text_tw": "" - }, - { - "key": "equip_13134", - "text_tw": "" - }, - { - "key": "equip_13135", - "text_tw": "" - }, - { - "key": "equip_13136", - "text_tw": "" - }, - { - "key": "equip_13137", - "text_tw": "" - }, - { - "key": "equip_13138", - "text_tw": "" - }, - { - "key": "equip_13139", - "text_tw": "" - }, - { - "key": "equip_13140", - "text_tw": "" - }, - { - "key": "equip_13141", - "text_tw": "" - }, - { - "key": "equip_13142", - "text_tw": "" - }, - { - "key": "equip_13143", - "text_tw": "" - }, - { - "key": "equip_13144", - "text_tw": "" - }, - { - "key": "equip_13145", - "text_tw": "" - }, - { - "key": "equip_13146", - "text_tw": "" - }, - { - "key": "equip_13147", - "text_tw": "" - }, - { - "key": "equip_13148", - "text_tw": "" - }, - { - "key": "equip_13149", - "text_tw": "" - }, - { - "key": "equip_13150", - "text_tw": "" - }, - { - "key": "equip_13151", - "text_tw": "" - }, - { - "key": "equip_13152", - "text_tw": "" - }, - { - "key": "equip_13153", - "text_tw": "" - }, - { - "key": "equip_13154", - "text_tw": "" - }, - { - "key": "equip_13155", - "text_tw": "" - }, - { - "key": "equip_13156", - "text_tw": "" - }, - { - "key": "equip_13157", - "text_tw": "" - }, - { - "key": "equip_13158", - "text_tw": "" - }, - { - "key": "equip_13159", - "text_tw": "" - }, - { - "key": "equip_13160", - "text_tw": "" - }, - { - "key": "equip_13161", - "text_tw": "" - }, - { - "key": "equip_13162", - "text_tw": "" - }, - { - "key": "equip_13163", - "text_tw": "" - }, - { - "key": "equip_13164", - "text_tw": "" - }, - { - "key": "equip_13165", - "text_tw": "" - }, - { - "key": "equip_13166", - "text_tw": "" - }, - { - "key": "equip_13167", - "text_tw": "" - }, - { - "key": "equip_13168", - "text_tw": "" - }, - { - "key": "equip_13169", - "text_tw": "" - }, - { - "key": "equip_13170", - "text_tw": "" - }, - { - "key": "equip_13171", - "text_tw": "" - }, - { - "key": "equip_13172", - "text_tw": "" - }, - { - "key": "equip_13173", - "text_tw": "" - }, - { - "key": "equip_13174", - "text_tw": "" - }, - { - "key": "equip_13175", - "text_tw": "" - }, - { - "key": "equip_13176", - "text_tw": "" - }, - { - "key": "equip_13177", - "text_tw": "" - }, - { - "key": "equip_13178", - "text_tw": "" - }, - { - "key": "equip_13179", - "text_tw": "" - }, - { - "key": "equip_13180", - "text_tw": "" - }, - { - "key": "equip_13181", - "text_tw": "" - }, - { - "key": "equip_13182", - "text_tw": "" - }, - { - "key": "equip_13183", - "text_tw": "" - }, - { - "key": "equip_13184", - "text_tw": "" - }, - { - "key": "equip_13185", - "text_tw": "" - }, - { - "key": "equip_13186", - "text_tw": "" - }, - { - "key": "equip_13187", - "text_tw": "" - }, - { - "key": "equip_13188", - "text_tw": "" - }, - { - "key": "equip_13189", - "text_tw": "" - }, - { - "key": "equip_13190", - "text_tw": "" - }, - { - "key": "equip_13191", - "text_tw": "" - }, - { - "key": "equip_13192", - "text_tw": "" - }, - { - "key": "equip_13193", - "text_tw": "" - }, - { - "key": "equip_13194", - "text_tw": "" - }, - { - "key": "equip_13195", - "text_tw": "" - }, - { - "key": "equip_13196", - "text_tw": "" - }, - { - "key": "equip_13197", - "text_tw": "" - }, - { - "key": "equip_13198", - "text_tw": "" - }, - { - "key": "equip_13199", - "text_tw": "" - }, - { - "key": "equip_13200", - "text_tw": "" - }, - { - "key": "equip_13201", - "text_tw": "" - }, - { - "key": "equip_13202", - "text_tw": "" - }, - { - "key": "equip_13203", - "text_tw": "" - }, - { - "key": "equip_13204", - "text_tw": "" - }, - { - "key": "equip_13205", - "text_tw": "" - }, - { - "key": "equip_13206", - "text_tw": "" - }, - { - "key": "equip_13207", - "text_tw": "" - }, - { - "key": "equip_13208", - "text_tw": "" - }, - { - "key": "equip_13209", - "text_tw": "" - }, - { - "key": "equip_13210", - "text_tw": "" - }, - { - "key": "equip_13211", - "text_tw": "" - }, - { - "key": "equip_13212", - "text_tw": "" - }, - { - "key": "equip_13213", - "text_tw": "" - }, - { - "key": "equip_13214", - "text_tw": "" - }, - { - "key": "equip_13215", - "text_tw": "" - }, - { - "key": "equip_13216", - "text_tw": "" - }, - { - "key": "equip_13217", - "text_tw": "" - }, - { - "key": "suit_equip_10001", - "text_tw": "" - }, - { - "key": "item_10001", - "text_tw": "" - }, - { - "key": "item_10002", - "text_tw": "" - }, - { - "key": "item_10003", - "text_tw": "" - }, - { - "key": "item_10011", - "text_tw": "" - }, - { - "key": "item_10012", - "text_tw": "" - }, - { - "key": "item_10013", - "text_tw": "" - }, - { - "key": "item_10021", - "text_tw": "" - }, - { - "key": "item_10022", - "text_tw": "" - }, - { - "key": "item_10023", - "text_tw": "" - }, - { - "key": "item_10031", - "text_tw": "" - }, - { - "key": "item_10032", - "text_tw": "" - }, - { - "key": "item_10033", - "text_tw": "" - }, - { - "key": "mainline_title_10001", - "text_tw": "" - }, - { - "key": "mainline_title_10002", - "text_tw": "" - }, - { - "key": "mainline_title_10003", - "text_tw": "" - }, - { - "key": "mainline_title_10004", - "text_tw": "" - }, - { - "key": "mainline_title_10005", - "text_tw": "" - }, - { - "key": "mainline_title_10006", - "text_tw": "" - }, - { - "key": "mainline_title_10007", - "text_tw": "" - }, - { - "key": "mainline_title_10008", - "text_tw": "" - }, - { - "key": "mainline_title_10009", - "text_tw": "" - }, - { - "key": "mainline_title_10010", - "text_tw": "" - }, - { - "key": "mainline_title_10011", - "text_tw": "" - }, - { - "key": "mainline_title_10012", - "text_tw": "" - }, - { - "key": "mainline_title_10013", - "text_tw": "" - }, - { - "key": "mainline_title_10014", - "text_tw": "" - }, - { - "key": "mainline_title_10015", - "text_tw": "" - }, - { - "key": "mainline_title_10016", - "text_tw": "" - }, - { - "key": "mainline_title_10017", - "text_tw": "" - }, - { - "key": "mainline_title_10018", - "text_tw": "" - }, - { - "key": "mainline_title_10019", - "text_tw": "" - }, - { - "key": "mainline_title_10020", - "text_tw": "" - }, - { - "key": "mainline_title_10021", - "text_tw": "" - }, - { - "key": "mainline_title_10022", - "text_tw": "" - }, - { - "key": "mainline_title_10023", - "text_tw": "" - }, - { - "key": "mainline_title_10024", - "text_tw": "" - }, - { - "key": "mainline_title_10025", - "text_tw": "" - }, - { - "key": "mainline_title_10026", - "text_tw": "" - }, - { - "key": "mainline_title_10027", - "text_tw": "" - }, - { - "key": "mainline_title_10028", - "text_tw": "" - }, - { - "key": "mainline_title_10029", - "text_tw": "" - }, - { - "key": "mainline_title_10030", - "text_tw": "" - }, - { - "key": "mainline_title_10031", - "text_tw": "" - }, - { - "key": "mainline_title_10032", - "text_tw": "" - }, - { - "key": "mainline_title_10033", - "text_tw": "" - }, - { - "key": "mainline_title_10034", - "text_tw": "" - }, - { - "key": "mainline_title_10035", - "text_tw": "" - }, - { - "key": "mainline_title_10036", - "text_tw": "" - }, - { - "key": "mainline_title_10037", - "text_tw": "" - }, - { - "key": "mainline_title_10038", - "text_tw": "" - }, - { - "key": "mainline_title_10039", - "text_tw": "" - }, - { - "key": "mainline_title_10040", - "text_tw": "" - }, - { - "key": "mainline_title_10041", - "text_tw": "" - }, - { - "key": "mainline_title_10042", - "text_tw": "" - }, - { - "key": "mainline_title_10043", - "text_tw": "" - }, - { - "key": "mainline_title_10044", - "text_tw": "" - }, - { - "key": "mainline_title_10045", - "text_tw": "" - }, - { - "key": "mainline_title_10046", - "text_tw": "" - }, - { - "key": "mainline_title_10047", - "text_tw": "" - }, - { - "key": "mainline_title_10048", - "text_tw": "" - }, - { - "key": "mainline_title_10049", - "text_tw": "" - }, - { - "key": "mainline_title_10050", - "text_tw": "" - }, - { - "key": "mainline_title_10051", - "text_tw": "" - }, - { - "key": "mainline_title_10052", - "text_tw": "" - }, - { - "key": "mainline_title_10053", - "text_tw": "" - }, - { - "key": "mainline_title_10054", - "text_tw": "" - }, - { - "key": "mainline_title_10055", - "text_tw": "" - }, - { - "key": "mainline_title_10056", - "text_tw": "" - }, - { - "key": "mainline_title_10057", - "text_tw": "" - }, - { - "key": "mainline_title_10058", - "text_tw": "" - }, - { - "key": "mainline_title_10059", - "text_tw": "" - }, - { - "key": "mainline_title_10060", - "text_tw": "" - }, - { - "key": "mainline_title_10061", - "text_tw": "" - }, - { - "key": "mainline_title_10062", - "text_tw": "" - }, - { - "key": "mainline_title_10063", - "text_tw": "" - }, - { - "key": "mainline_title_10064", - "text_tw": "" - }, - { - "key": "mainline_title_10065", - "text_tw": "" - }, - { - "key": "mainline_title_10066", - "text_tw": "" - }, - { - "key": "mainline_title_10067", - "text_tw": "" - }, - { - "key": "mainline_title_10068", - "text_tw": "" - }, - { - "key": "mainline_title_10069", - "text_tw": "" - }, - { - "key": "mainline_title_10070", - "text_tw": "" - }, - { - "key": "mainline_desc_10001", - "text_tw": "" - }, - { - "key": "mainline_desc_10002", - "text_tw": "" - }, - { - "key": "mainline_desc_10003", - "text_tw": "" - }, - { - "key": "mainline_desc_10004", - "text_tw": "" - }, - { - "key": "mainline_desc_10005", - "text_tw": "" - }, - { - "key": "mainline_desc_10006", - "text_tw": "" - }, - { - "key": "mainline_desc_10007", - "text_tw": "" - }, - { - "key": "mainline_desc_10008", - "text_tw": "" - }, - { - "key": "mainline_desc_10009", - "text_tw": "" - }, - { - "key": "mainline_desc_10010", - "text_tw": "" - }, - { - "key": "mainline_desc_10011", - "text_tw": "" - }, - { - "key": "mainline_desc_10012", - "text_tw": "" - }, - { - "key": "mainline_desc_10013", - "text_tw": "" - }, - { - "key": "mainline_desc_10014", - "text_tw": "" - }, - { - "key": "mainline_desc_10015", - "text_tw": "" - }, - { - "key": "mainline_desc_10016", - "text_tw": "" - }, - { - "key": "mainline_desc_10017", - "text_tw": "" - }, - { - "key": "mainline_desc_10018", - "text_tw": "" - }, - { - "key": "mainline_desc_10019", - "text_tw": "" - }, - { - "key": "mainline_desc_10020", - "text_tw": "" - }, - { - "key": "mainline_desc_10021", - "text_tw": "" - }, - { - "key": "mainline_desc_10022", - "text_tw": "" - }, - { - "key": "mainline_desc_10023", - "text_tw": "" - }, - { - "key": "mainline_desc_10024", - "text_tw": "" - }, - { - "key": "mainline_desc_10025", - "text_tw": "" - }, - { - "key": "mainline_desc_10026", - "text_tw": "" - }, - { - "key": "mainline_desc_10027", - "text_tw": "" - }, - { - "key": "mainline_desc_10028", - "text_tw": "" - }, - { - "key": "mainline_desc_10029", - "text_tw": "" - }, - { - "key": "mainline_desc_10030", - "text_tw": "" - }, - { - "key": "mainline_desc_10031", - "text_tw": "" - }, - { - "key": "mainline_desc_10032", - "text_tw": "" - }, - { - "key": "mainline_desc_10033", - "text_tw": "" - }, - { - "key": "mainline_desc_10034", - "text_tw": "" - }, - { - "key": "mainline_desc_10035", - "text_tw": "" - }, - { - "key": "mainline_desc_10036", - "text_tw": "" - }, - { - "key": "mainline_desc_10037", - "text_tw": "" - }, - { - "key": "mainline_desc_10038", - "text_tw": "" - }, - { - "key": "mainline_desc_10039", - "text_tw": "" - }, - { - "key": "mainline_desc_10040", - "text_tw": "" - }, - { - "key": "mainline_desc_10041", - "text_tw": "" - }, - { - "key": "mainline_desc_10042", - "text_tw": "" - }, - { - "key": "mainline_desc_10043", - "text_tw": "" - }, - { - "key": "mainline_desc_10044", - "text_tw": "" - }, - { - "key": "mainline_desc_10045", - "text_tw": "" - }, - { - "key": "mainline_desc_10046", - "text_tw": "" - }, - { - "key": "mainline_desc_10047", - "text_tw": "" - }, - { - "key": "mainline_desc_10048", - "text_tw": "" - }, - { - "key": "mainline_desc_10049", - "text_tw": "" - }, - { - "key": "mainline_desc_10050", - "text_tw": "" - }, - { - "key": "mainline_desc_10051", - "text_tw": "" - }, - { - "key": "mainline_desc_10052", - "text_tw": "" - }, - { - "key": "mainline_desc_10053", - "text_tw": "" - }, - { - "key": "mainline_desc_10054", - "text_tw": "" - }, - { - "key": "mainline_desc_10055", - "text_tw": "" - }, - { - "key": "mainline_desc_10056", - "text_tw": "" - }, - { - "key": "mainline_desc_10057", - "text_tw": "" - }, - { - "key": "mainline_desc_10058", - "text_tw": "" - }, - { - "key": "mainline_desc_10059", - "text_tw": "" - }, - { - "key": "mainline_desc_10060", - "text_tw": "" - }, - { - "key": "mainline_desc_10061", - "text_tw": "" - }, - { - "key": "mainline_desc_10062", - "text_tw": "" - }, - { - "key": "mainline_desc_10063", - "text_tw": "" - }, - { - "key": "mainline_desc_10064", - "text_tw": "" - }, - { - "key": "mainline_desc_10065", - "text_tw": "" - }, - { - "key": "mainline_desc_10066", - "text_tw": "" - }, - { - "key": "mainline_desc_10067", - "text_tw": "" - }, - { - "key": "mainline_desc_10068", - "text_tw": "" - }, - { - "key": "mainline_desc_10069", - "text_tw": "" - }, - { - "key": "mainline_desc_10070", - "text_tw": "" - }, - { - "key": "mainline_text_10001", - "text_tw": "" - }, - { - "key": "mainline_text_10002", - "text_tw": "" - }, - { - "key": "mainline_text_10003", - "text_tw": "" - }, - { - "key": "mainline_text_10004", - "text_tw": "" - }, - { - "key": "mainline_text_10005", - "text_tw": "" - }, - { - "key": "mainline_text_10006", - "text_tw": "" - }, - { - "key": "mainline_text_10007", - "text_tw": "" - }, - { - "key": "mainline_text_10008", - "text_tw": "" - }, - { - "key": "mainline_text_10009", - "text_tw": "" - }, - { - "key": "mainline_text_10010", - "text_tw": "" - }, - { - "key": "mainline_text_10011", - "text_tw": "" - }, - { - "key": "mainline_text_10012", - "text_tw": "" - }, - { - "key": "mainline_text_10013", - "text_tw": "" - }, - { - "key": "mainline_text_10014", - "text_tw": "" - }, - { - "key": "mainline_text_10015", - "text_tw": "" - }, - { - "key": "mainline_text_10016", - "text_tw": "" - }, - { - "key": "mainline_text_10017", - "text_tw": "" - }, - { - "key": "mainline_text_10018", - "text_tw": "" - }, - { - "key": "mainline_text_10019", - "text_tw": "" - }, - { - "key": "mainline_text_10020", - "text_tw": "" - }, - { - "key": "mainline_text_10021", - "text_tw": "" - }, - { - "key": "mainline_text_10022", - "text_tw": "" - }, - { - "key": "mainline_text_10023", - "text_tw": "" - }, - { - "key": "mainline_text_10024", - "text_tw": "" - }, - { - "key": "mainline_text_10025", - "text_tw": "" - }, - { - "key": "mainline_text_10026", - "text_tw": "" - }, - { - "key": "mainline_text_10027", - "text_tw": "" - }, - { - "key": "mainline_text_10028", - "text_tw": "" - }, - { - "key": "mainline_text_10029", - "text_tw": "" - }, - { - "key": "mainline_text_10030", - "text_tw": "" - }, - { - "key": "mainline_text_10031", - "text_tw": "" - }, - { - "key": "mainline_text_10032", - "text_tw": "" - }, - { - "key": "mainline_text_10033", - "text_tw": "" - }, - { - "key": "mainline_text_10034", - "text_tw": "" - }, - { - "key": "mainline_text_10035", - "text_tw": "" - }, - { - "key": "mainline_text_10036", - "text_tw": "" - }, - { - "key": "mainline_text_10037", - "text_tw": "" - }, - { - "key": "mainline_text_10038", - "text_tw": "" - }, - { - "key": "mainline_text_10039", - "text_tw": "" - }, - { - "key": "mainline_text_10040", - "text_tw": "" - }, - { - "key": "mainline_text_10041", - "text_tw": "" - }, - { - "key": "mainline_text_10042", - "text_tw": "" - }, - { - "key": "mainline_text_10043", - "text_tw": "" - }, - { - "key": "mainline_text_10044", - "text_tw": "" - }, - { - "key": "mainline_text_10045", - "text_tw": "" - }, - { - "key": "mainline_text_10046", - "text_tw": "" - }, - { - "key": "mainline_text_10047", - "text_tw": "" - }, - { - "key": "mainline_text_10048", - "text_tw": "" - }, - { - "key": "mainline_text_10049", - "text_tw": "" - }, - { - "key": "mainline_text_10050", - "text_tw": "" - }, - { - "key": "mainline_text_10051", - "text_tw": "" - }, - { - "key": "mainline_text_10052", - "text_tw": "" - }, - { - "key": "mainline_text_10053", - "text_tw": "" - }, - { - "key": "mainline_text_10054", - "text_tw": "" - }, - { - "key": "mainline_text_10055", - "text_tw": "" - }, - { - "key": "mainline_text_10056", - "text_tw": "" - }, - { - "key": "mainline_text_10057", - "text_tw": "" - }, - { - "key": "mainline_text_10058", - "text_tw": "" - }, - { - "key": "mainline_text_10059", - "text_tw": "" - }, - { - "key": "mainline_text_10060", - "text_tw": "" - }, - { - "key": "mainline_text_10061", - "text_tw": "" - }, - { - "key": "mainline_text_10062", - "text_tw": "" - }, - { - "key": "mainline_text_10063", - "text_tw": "" - }, - { - "key": "mainline_text_10064", - "text_tw": "" - }, - { - "key": "mainline_text_10065", - "text_tw": "" - }, - { - "key": "mainline_text_10066", - "text_tw": "" - }, - { - "key": "mainline_text_10067", - "text_tw": "" - }, - { - "key": "mainline_text_10068", - "text_tw": "" - }, - { - "key": "mainline_text_10069", - "text_tw": "" - }, - { - "key": "mainline_text_10070", - "text_tw": "" - }, - { - "key": "mainline_name_10001", - "text_tw": "" - }, - { - "key": "mainline_name_10002", - "text_tw": "" - }, - { - "key": "mainline_name_10003", - "text_tw": "" - }, - { - "key": "mainline_name_10004", - "text_tw": "" - }, - { - "key": "mainline_name_10005", - "text_tw": "" - }, - { - "key": "mainline_name_10006", - "text_tw": "" - }, - { - "key": "mainline_name_10007", - "text_tw": "" - }, - { - "key": "mainline_name_10008", - "text_tw": "" - }, - { - "key": "mainline_name_10009", - "text_tw": "" - }, - { - "key": "mainline_name_10010", - "text_tw": "" - }, - { - "key": "mainline_name_10011", - "text_tw": "" - }, - { - "key": "mainline_name_10012", - "text_tw": "" - }, - { - "key": "mainline_name_10013", - "text_tw": "" - }, - { - "key": "mainline_name_10014", - "text_tw": "" - }, - { - "key": "mainline_name_10015", - "text_tw": "" - }, - { - "key": "mainline_name_10016", - "text_tw": "" - }, - { - "key": "mainline_name_10017", - "text_tw": "" - }, - { - "key": "mainline_name_10018", - "text_tw": "" - }, - { - "key": "mainline_name_10019", - "text_tw": "" - }, - { - "key": "mainline_name_10020", - "text_tw": "" - }, - { - "key": "mainline_name_10021", - "text_tw": "" - }, - { - "key": "mainline_name_10022", - "text_tw": "" - }, - { - "key": "mainline_name_10023", - "text_tw": "" - }, - { - "key": "mainline_name_10024", - "text_tw": "" - }, - { - "key": "mainline_name_10025", - "text_tw": "" - }, - { - "key": "mainline_name_10026", - "text_tw": "" - }, - { - "key": "mainline_name_10027", - "text_tw": "" - }, - { - "key": "mainline_name_10028", - "text_tw": "" - }, - { - "key": "mainline_name_10029", - "text_tw": "" - }, - { - "key": "mainline_name_10030", - "text_tw": "" - }, - { - "key": "mainline_name_10031", - "text_tw": "" - }, - { - "key": "mainline_name_10032", - "text_tw": "" - }, - { - "key": "mainline_name_10033", - "text_tw": "" - }, - { - "key": "mainline_name_10034", - "text_tw": "" - }, - { - "key": "mainline_name_10035", - "text_tw": "" - }, - { - "key": "mainline_name_10036", - "text_tw": "" - }, - { - "key": "mainline_name_10037", - "text_tw": "" - }, - { - "key": "mainline_name_10038", - "text_tw": "" - }, - { - "key": "mainline_name_10039", - "text_tw": "" - }, - { - "key": "mainline_name_10040", - "text_tw": "" - }, - { - "key": "mainline_name_10041", - "text_tw": "" - }, - { - "key": "mainline_name_10042", - "text_tw": "" - }, - { - "key": "mainline_name_10043", - "text_tw": "" - }, - { - "key": "mainline_name_10044", - "text_tw": "" - }, - { - "key": "mainline_name_10045", - "text_tw": "" - }, - { - "key": "mainline_name_10046", - "text_tw": "" - }, - { - "key": "mainline_name_10047", - "text_tw": "" - }, - { - "key": "mainline_name_10048", - "text_tw": "" - }, - { - "key": "mainline_name_10049", - "text_tw": "" - }, - { - "key": "mainline_name_10050", - "text_tw": "" - }, - { - "key": "mainline_name_10051", - "text_tw": "" - }, - { - "key": "mainline_name_10052", - "text_tw": "" - }, - { - "key": "mainline_name_10053", - "text_tw": "" - }, - { - "key": "mainline_name_10054", - "text_tw": "" - }, - { - "key": "mainline_name_10055", - "text_tw": "" - }, - { - "key": "mainline_name_10056", - "text_tw": "" - }, - { - "key": "mainline_name_10057", - "text_tw": "" - }, - { - "key": "mainline_name_10058", - "text_tw": "" - }, - { - "key": "mainline_name_10059", - "text_tw": "" - }, - { - "key": "mainline_name_10060", - "text_tw": "" - }, - { - "key": "mainline_name_10061", - "text_tw": "" - }, - { - "key": "mainline_name_10062", - "text_tw": "" - }, - { - "key": "mainline_name_10063", - "text_tw": "" - }, - { - "key": "mainline_name_10064", - "text_tw": "" - }, - { - "key": "mainline_name_10065", - "text_tw": "" - }, - { - "key": "mainline_name_10066", - "text_tw": "" - }, - { - "key": "mainline_name_10067", - "text_tw": "" - }, - { - "key": "mainline_name_10068", - "text_tw": "" - }, - { - "key": "mainline_name_10069", - "text_tw": "" - }, - { - "key": "mainline_name_10070", - "text_tw": "" - }, - { - "key": "mainline_name_10071", - "text_tw": "" - }, - { - "key": "equip_10001", - "text_tw": "" - }, - { - "key": "equip_10002", - "text_tw": "" - }, - { - "key": "equip_10003", - "text_tw": "" - }, - { - "key": "equip_10004", - "text_tw": "" - }, - { - "key": "equip_10005", - "text_tw": "" - }, - { - "key": "skillname_125004011", - "text_tw": "" - }, - { - "key": "skillname_125004111", - "text_tw": "" - }, - { - "key": "skillname_125004211", - "text_tw": "" - }, - { - "key": "skillname_125004311", - "text_tw": "" - }, - { - "key": "skillname_925004211", - "text_tw": "" - }, - { - "key": "skillname_135002011", - "text_tw": "" - }, - { - "key": "skillname_135002111", - "text_tw": "" - }, - { - "key": "skillname_135002211", - "text_tw": "" - }, - { - "key": "skillname_135002311", - "text_tw": "" - }, - { - "key": "skillname_935002321", - "text_tw": "" - }, - { - "key": "skillname_124003011", - "text_tw": "" - }, - { - "key": "skillname_124003111", - "text_tw": "" - }, - { - "key": "skillname_124003211", - "text_tw": "" - }, - { - "key": "skillname_124003311", - "text_tw": "" - }, - { - "key": "skillname_924003411", - "text_tw": "" - }, - { - "key": "skill_1250040111", - "text_tw": "" - }, - { - "key": "skill_1250041111", - "text_tw": "" - }, - { - "key": "skill_1250041112", - "text_tw": "" - }, - { - "key": "skill_1250041113", - "text_tw": "" - }, - { - "key": "skill_1250041114", - "text_tw": "" - }, - { - "key": "skill_1250041115", - "text_tw": "" - }, - { - "key": "skill_1250041116", - "text_tw": "" - }, - { - "key": "skill_1250042111", - "text_tw": "" - }, - { - "key": "skill_1250042112", - "text_tw": "" - }, - { - "key": "skill_1250042113", - "text_tw": "" - }, - { - "key": "skill_1250043111", - "text_tw": "" - }, - { - "key": "skill_1250043112", - "text_tw": "" - }, - { - "key": "skill_1250043113", - "text_tw": "" - }, - { - "key": "skill_1250043114", - "text_tw": "" - }, - { - "key": "skill_1250043115", - "text_tw": "" - }, - { - "key": "skill_1350020111", - "text_tw": "" - }, - { - "key": "skill_1350021111", - "text_tw": "" - }, - { - "key": "skill_1350021112", - "text_tw": "" - }, - { - "key": "skill_1350021113", - "text_tw": "" - }, - { - "key": "skill_1350021114", - "text_tw": "" - }, - { - "key": "skill_1350021115", - "text_tw": "" - }, - { - "key": "skill_1350021116", - "text_tw": "" - }, - { - "key": "skill_1350022111", - "text_tw": "" - }, - { - "key": "skill_1350023111", - "text_tw": "" - }, - { - "key": "skill_1350023112", - "text_tw": "" - }, - { - "key": "skill_1350023113", - "text_tw": "" - }, - { - "key": "skill_1350023114", - "text_tw": "" - }, - { - "key": "skill_1350023115", - "text_tw": "" - }, - { - "key": "skill_1350023116", - "text_tw": "" - }, - { - "key": "skill_9350023211", - "text_tw": "" - }, - { - "key": "skill_9350023212", - "text_tw": "" - }, - { - "key": "skill_9350023213", - "text_tw": "" - }, - { - "key": "skill_9350023214", - "text_tw": "" - }, - { - "key": "skill_9350023215", - "text_tw": "" - }, - { - "key": "skill_9350023216", - "text_tw": "" - }, - { - "key": "skill_1240030111", - "text_tw": "" - }, - { - "key": "skill_1240031111", - "text_tw": "" - }, - { - "key": "skill_1240031112", - "text_tw": "" - }, - { - "key": "skill_1240031113", - "text_tw": "" - }, - { - "key": "skill_1240031114", - "text_tw": "" - }, - { - "key": "skill_1240031115", - "text_tw": "" - }, - { - "key": "skill_1240032111", - "text_tw": "" - }, - { - "key": "skill_1240032112", - "text_tw": "" - }, - { - "key": "skill_1240033111", - "text_tw": "" - }, - { - "key": "skill_1240033112", - "text_tw": "" - }, - { - "key": "skill_1240033113", - "text_tw": "" - }, - { - "key": "skill_1240033114", - "text_tw": "" - }, - { - "key": "skill_1240033115", - "text_tw": "" - }, - { - "key": "skill_1240033116", - "text_tw": "" - }, - { - "key": "skill_9240034111", - "text_tw": "" - }, - { - "key": "skill_9240034112", - "text_tw": "" - }, - { - "key": "skill_190011000", - "text_tw": "" - }, - { - "key": "skill_190012000", - "text_tw": "" - }, - { - "key": "skill_190013000", - "text_tw": "" - }, - { - "key": "skill_190014000", - "text_tw": "" - }, - { - "key": "skill_190015000", - "text_tw": "" - }, - { - "key": "skill_190016000", - "text_tw": "" - }, - { - "key": "skill_190017000", - "text_tw": "" - }, - { - "key": "skill_190018000", - "text_tw": "" - }, - { - "key": "skill_190011001", - "text_tw": "" - }, - { - "key": "skill_190011002", - "text_tw": "" - }, - { - "key": "skill_190011003", - "text_tw": "" - }, - { - "key": "skill_190011004", - "text_tw": "" - }, - { - "key": "skill_buff_390001001", - "text_tw": "" - }, - { - "key": "skill_buff_390001002", - "text_tw": "" - }, - { - "key": "skill_buff_390001003", - "text_tw": "" - }, - { - "key": "skill_buff_390001004", - "text_tw": "" - }, - { - "key": "skill_buff_390001005", - "text_tw": "" - }, - { - "key": "skill_buff_390001006", - "text_tw": "" - }, - { - "key": "skill_buff_390001007", - "text_tw": "" - }, - { - "key": "skill_buff_390001008", - "text_tw": "" - }, - { - "key": "skill_buff_390002001", - "text_tw": "" - }, - { - "key": "skill_buff_390002002", - "text_tw": "" - }, - { - "key": "skill_buff_390002003", - "text_tw": "" - }, - { - "key": "skill_buff_390002004", - "text_tw": "" - }, - { - "key": "skill_buff_390002005", - "text_tw": "" - }, - { - "key": "skill_buff_390002006", - "text_tw": "" - }, - { - "key": "skill_buff_390003001", - "text_tw": "" - }, - { - "key": "skill_buff_390003002", - "text_tw": "" - }, - { - "key": "skill_buff_390003003", - "text_tw": "" - }, - { - "key": "skill_buff_390003004", - "text_tw": "" - }, - { - "key": "skill_buff_390004001", - "text_tw": "" - }, - { - "key": "skill_buff_390004002", - "text_tw": "" - }, - { - "key": "skill_buff_390004003", - "text_tw": "" - }, - { - "key": "skill_buff_390004004", - "text_tw": "" - }, - { - "key": "skill_buff_390004005", - "text_tw": "" - }, - { - "key": "skill_buff_390004006", - "text_tw": "" - }, - { - "key": "skill_buff_390004007", - "text_tw": "" - }, - { - "key": "skill_buff_390004008", - "text_tw": "" - }, - { - "key": "skill_buff_390005001", - "text_tw": "" - }, - { - "key": "skill_buff_390005002", - "text_tw": "" - }, - { - "key": "skill_buff_390005003", - "text_tw": "" - }, - { - "key": "skill_buff_390006001", - "text_tw": "" - }, - { - "key": "skill_buff_300192114", - "text_tw": "" - }, - { - "key": "skill_buff_300192115", - "text_tw": "" - }, - { - "key": "skill_buffdes_390001001", - "text_tw": "" - }, - { - "key": "skill_buffdes_390001002", - "text_tw": "" - }, - { - "key": "skill_buffdes_390001003", - "text_tw": "" - }, - { - "key": "skill_buffdes_390001004", - "text_tw": "" - }, - { - "key": "skill_buffdes_390001005", - "text_tw": "" - }, - { - "key": "skill_buffdes_390001006", - "text_tw": "" - }, - { - "key": "skill_buffdes_390001007", - "text_tw": "" - }, - { - "key": "skill_buffdes_390001008", - "text_tw": "" - }, - { - "key": "skill_buffdes_390002001", - "text_tw": "" - }, - { - "key": "skill_buffdes_390002002", - "text_tw": "" - }, - { - "key": "skill_buffdes_390002003", - "text_tw": "" - }, - { - "key": "skill_buffdes_390002004", - "text_tw": "" - }, - { - "key": "skill_buffdes_390002005", - "text_tw": "" - }, - { - "key": "skill_buffdes_390002006", - "text_tw": "" - }, - { - "key": "skill_buffdes_390003001", - "text_tw": "" - }, - { - "key": "skill_buffdes_390003002", - "text_tw": "" - }, - { - "key": "skill_buffdes_390003003", - "text_tw": "" - }, - { - "key": "skill_buffdes_390003004", - "text_tw": "" - }, - { - "key": "skill_buffdes_390004001", - "text_tw": "" - }, - { - "key": "skill_buffdes_390004002", - "text_tw": "" - }, - { - "key": "skill_buffdes_390004003", - "text_tw": "" - }, - { - "key": "skill_buffdes_390004004", - "text_tw": "" - }, - { - "key": "skill_buffdes_390004005", - "text_tw": "" - }, - { - "key": "skill_buffdes_390004006", - "text_tw": "" - }, - { - "key": "skill_buffdes_390004007", - "text_tw": "" - }, - { - "key": "skill_buffdes_390004008", - "text_tw": "" - }, - { - "key": "skill_buffdes_390005001", - "text_tw": "" - }, - { - "key": "skill_buffdes_390005002", - "text_tw": "" - }, - { - "key": "skill_buffdes_390005003", - "text_tw": "" - }, - { - "key": "skill_buffdes_390006001", - "text_tw": "" - }, - { - "key": "skill_buffdes_300102103", - "text_tw": "" - }, - { - "key": "skill_buffdes_300162105", - "text_tw": "" - }, - { - "key": "skill_buffdes_300192114", - "text_tw": "" - }, - { - "key": "skill_buffdes_300192115", - "text_tw": "" - }, - { - "key": "hero_10001", - "text_tw": "" - }, - { - "key": "hero_10002", - "text_tw": "" - }, - { - "key": "hero_10003", - "text_tw": "" - }, - { - "key": "hero_10004", - "text_tw": "" - }, - { - "key": "hero_10005", - "text_tw": "" - }, - { - "key": "hero_10006", - "text_tw": "" - }, - { - "key": "hero_10007", - "text_tw": "" - }, - { - "key": "hero_10008", - "text_tw": "" - }, - { - "key": "star_2", - "text_tw": "" - }, - { - "key": "star_3", - "text_tw": "" - }, - { - "key": "star_4", - "text_tw": "" - }, - { - "key": "star_5", - "text_tw": "" - }, - { - "key": "color_1", - "text_tw": "" - }, - { - "key": "color_2", - "text_tw": "" - }, - { - "key": "color_3", - "text_tw": "" - }, - { - "key": "color_4", - "text_tw": "" - }, - { - "key": "color_5", - "text_tw": "" - }, - { - "key": "color_6", - "text_tw": "" - }, - { - "key": "race_1", - "text_tw": "" - }, - { - "key": "race_2", - "text_tw": "" - }, - { - "key": "race_3", - "text_tw": "" - }, - { - "key": "race_4", - "text_tw": "" - }, - { - "key": "job_1", - "text_tw": "" - }, - { - "key": "job_2", - "text_tw": "" - }, - { - "key": "job_3", - "text_tw": "" - }, - { - "key": "job_4", - "text_tw": "" - }, - { - "key": "job_5", - "text_tw": "" - }, - { - "key": "itemdesc_10001", - "text_tw": "" - }, - { - "key": "itemdesc_10002", - "text_tw": "" - }, - { - "key": "itemdesc_10003", - "text_tw": "" - }, - { - "key": "itemdesc_10004", - "text_tw": "" - }, - { - "key": "itemdesc_10005", - "text_tw": "" - }, - { - "key": "itemdesc_10006", - "text_tw": "" - }, - { - "key": "itemdesc_10007", - "text_tw": "" - }, - { - "key": "itemdesc_10008", - "text_tw": "" - }, - { - "key": "itemdesc_10009", - "text_tw": "" - }, - { - "key": "itemdesc_10010", - "text_tw": "" - }, - { - "key": "itemdesc_10011", - "text_tw": "" - }, - { - "key": "itemdesc_10012", - "text_tw": "" - }, - { - "key": "itemdesc_10013", - "text_tw": "" - }, - { - "key": "itemdesc_10014", - "text_tw": "" - }, - { - "key": "itemdesc_10015", - "text_tw": "" - }, - { - "key": "itemdesc_10016", - "text_tw": "" - }, - { - "key": "itemname_10001", - "text_tw": "" - }, - { - "key": "itemname_10002", - "text_tw": "" - }, - { - "key": "itemname_10003", - "text_tw": "" - }, - { - "key": "itemname_10004", - "text_tw": "" - }, - { - "key": "itemname_10005", - "text_tw": "" - }, - { - "key": "itemname_10006", - "text_tw": "" - }, - { - "key": "itemname_10007", - "text_tw": "" - }, - { - "key": "itemname_10008", - "text_tw": "" - }, - { - "key": "itemname_10009", - "text_tw": "" - }, - { - "key": "itemname_10010", - "text_tw": "" - }, - { - "key": "itemname_10011", - "text_tw": "" - }, - { - "key": "itemname_10012", - "text_tw": "" - }, - { - "key": "itemname_10013", - "text_tw": "" - }, - { - "key": "itemname_10014", - "text_tw": "" - }, - { - "key": "itemname_10015", - "text_tw": "" - }, - { - "key": "itemname_10016", - "text_tw": "" - }, - { - "key": "server_10001", - "text_tw": "" - }, - { - "key": "server_10006", - "text_tw": "" - }, - { - "key": "server_10003", - "text_tw": "" - }, - { - "key": "server_10004", - "text_tw": "" - }, - { - "key": "server_10005", - "text_tw": "" - }, - { - "key": "skillname_190011000", - "text_tw": "" - }, - { - "key": "skillname_190012000", - "text_tw": "" - }, - { - "key": "skillname_190013000", - "text_tw": "" - }, - { - "key": "skillname_190011003", - "text_tw": "" - }, - { - "key": "skillname_190014000", - "text_tw": "" - }, - { - "key": "skillname_190016000", - "text_tw": "" - }, - { - "key": "skillname_190017000", - "text_tw": "" - }, - { - "key": "skillname_190018000", - "text_tw": "" - }, - { - "key": "tips_1001", - "text_tw": "" - }, - { - "key": "tips_1002", - "text_tw": "" - }, - { - "key": "tips_1003", - "text_tw": "" - }, - { - "key": "tips_1004", - "text_tw": "" - }, - { - "key": "nonactivated", - "text_tw": "" - }, - { - "key": "activated", - "text_tw": "" - }, - { - "key": "opencond_prompt_10001", - "text_tw": "" - }, - { - "key": "opencond_prompt_10002", - "text_tw": "" - }, - { - "key": "opencond_prompt_10003", - "text_tw": "" - }, - { - "key": "num_1001", - "text_tw": "" - }, - { - "key": "num_1002", - "text_tw": "" - }, - { - "key": "num_1003", - "text_tw": "" - }, - { - "key": "num_1004", - "text_tw": "" - }, - { - "key": "num_1005", - "text_tw": "" - }, - { - "key": "num_1006", - "text_tw": "" - }, - { - "key": "num_1007", - "text_tw": "" - }, - { - "key": "num_1008", - "text_tw": "" - }, - { - "key": "num_1009", - "text_tw": "" - }, - { - "key": "num_1010", - "text_tw": "" - }, - { - "key": "num_1011", - "text_tw": "" - }, - { - "key": "num_1012", - "text_tw": "" - }, - { - "key": "num_1013", - "text_tw": "" - }, - { - "key": "num_1014", - "text_tw": "" - }, - { - "key": "num_1015", - "text_tw": "" - }, - { - "key": "num_1016", - "text_tw": "" - }, - { - "key": "num_1017", - "text_tw": "" - }, - { - "key": "num_1018", - "text_tw": "" - }, - { - "key": "num_1019", - "text_tw": "" - }, - { - "key": "num_1020", - "text_tw": "" - }, - { - "key": "num_1021", - "text_tw": "" - }, - { - "key": "num_1022", - "text_tw": "" - }, - { - "key": "num_1023", - "text_tw": "" - }, - { - "key": "num_1024", - "text_tw": "" - }, - { - "key": "opencond_name_10001", - "text_tw": "" - }, - { - "key": "opencond_name_10002", - "text_tw": "" - }, - { - "key": "opencond_name_10003", - "text_tw": "" - }, - { - "key": "opencond_name_10004", - "text_tw": "" - }, - { - "key": "opencond_name_10005", - "text_tw": "" - }, - { - "key": "opencond_name_10006", - "text_tw": "" - }, - { - "key": "opencond_name_10007", - "text_tw": "" - }, - { - "key": "opencond_name_10008", - "text_tw": "" - }, - { - "key": "opencond_name_10009", - "text_tw": "" - }, - { - "key": "opencond_name_10010", - "text_tw": "" - }, - { - "key": "hero_help_10001", - "text_tw": "" - }, - { - "key": "hero_help_10002", - "text_tw": "" - }, - { - "key": "hero_help_10003", - "text_tw": "" - }, - { - "key": "hero_help_10004", - "text_tw": "" - }, - { - "key": "hero_help_10005", - "text_tw": "" - }, - { - "key": "hero_help_10006", - "text_tw": "" - }, - { - "key": "hero_help_10007", - "text_tw": "" - } -] \ No newline at end of file diff --git a/bin/json/game_drawcom.json b/bin/json/game_drawcom.json deleted file mode 100644 index 195027285..000000000 --- a/bin/json/game_drawcom.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "key": "star3_click", - "value": 2 - }, - { - "key": "star4_click", - "value": 4 - }, - { - "key": "star5_click", - "value": 6 - }, - { - "key": "progress_bar_time", - "value": 10 - } -] \ No newline at end of file diff --git a/bin/json/game_drawcost.json b/bin/json/game_drawcost.json deleted file mode 100644 index 6fb741b05..000000000 --- a/bin/json/game_drawcost.json +++ /dev/null @@ -1,132 +0,0 @@ -[ - { - "key": 1, - "count": 1, - "cost": { - "a": "item", - "t": "10001", - "n": 1 - }, - "floor4": 50, - "floor5": 100, - "floor4cards": 2, - "floor5cards": 11 - }, - { - "key": 2, - "count": 10, - "cost": { - "a": "item", - "t": "10001", - "n": 10 - }, - "floor4": 50, - "floor5": 100, - "floor4cards": 2, - "floor5cards": 11 - }, - { - "key": 3, - "count": 1, - "cost": { - "a": "item", - "t": "10002", - "n": 1 - }, - "floor4": 50, - "floor5": 100, - "floor4cards": 2, - "floor5cards": 11 - }, - { - "key": 4, - "count": 10, - "cost": { - "a": "item", - "t": "10002", - "n": 10 - }, - "floor4": 50, - "floor5": 100, - "floor4cards": 2, - "floor5cards": 11 - }, - { - "key": 5, - "count": 1, - "cost": { - "a": "item", - "t": "10003", - "n": 1 - }, - "floor4": 50, - "floor5": 100, - "floor4cards": 2, - "floor5cards": 11 - }, - { - "key": 6, - "count": 10, - "cost": { - "a": "item", - "t": "10003", - "n": 10 - }, - "floor4": 50, - "floor5": 100, - "floor4cards": 2, - "floor5cards": 11 - }, - { - "key": 7, - "count": 1, - "cost": { - "a": "item", - "t": "10004", - "n": 1 - }, - "floor4": 50, - "floor5": 100, - "floor4cards": 2, - "floor5cards": 11 - }, - { - "key": 8, - "count": 10, - "cost": { - "a": "item", - "t": "10004", - "n": 10 - }, - "floor4": 50, - "floor5": 100, - "floor4cards": 2, - "floor5cards": 11 - }, - { - "key": 9, - "count": 1, - "cost": { - "a": "item", - "t": "10005", - "n": 1 - }, - "floor4": 50, - "floor5": 100, - "floor4cards": 2, - "floor5cards": 11 - }, - { - "key": 10, - "count": 10, - "cost": { - "a": "item", - "t": "10005", - "n": 10 - }, - "floor4": 50, - "floor5": 100, - "floor4cards": 2, - "floor5cards": 11 - } -] \ No newline at end of file diff --git a/bin/json/game_drawupdraw.json b/bin/json/game_drawupdraw.json deleted file mode 100644 index 563a6c61a..000000000 --- a/bin/json/game_drawupdraw.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "key": 1, - "time_on": 934041600, - "time_off": 935251200, - "up_hero": [ - "10001", - "10002" - ], - "up_weight": [ - 5000, - 5000 - ], - "trigger_num": 50, - "Increase_weight": [ - 100, - 100 - ] - } -] \ No newline at end of file diff --git a/bin/json/game_gourmetskill.json b/bin/json/game_gourmetskill.json index efd243c55..c82b3e212 100644 --- a/bin/json/game_gourmetskill.json +++ b/bin/json/game_gourmetskill.json @@ -610,7 +610,7 @@ { "id": 10051, "type": 1005, - "initial": 0, + "initial": 1, "level": 1, "levelname": { "key": "gourmet_ln1", diff --git a/bin/json/game_pagodaseasonloop.json b/bin/json/game_pagodaseasonloop.json new file mode 100644 index 000000000..7d9536e78 --- /dev/null +++ b/bin/json/game_pagodaseasonloop.json @@ -0,0 +1,21 @@ +[ + { + "key": 2, + "disposable_loop": [ + 201, + 203, + 202, + 204, + 203, + 202, + 201, + 204 + ], + "fixed_loop": [ + 201, + 202, + 203, + 204 + ] + } +] \ No newline at end of file diff --git a/bin/json/game_serverlist.json b/bin/json/game_serverlist.json deleted file mode 100644 index 1dc4001d8..000000000 --- a/bin/json/game_serverlist.json +++ /dev/null @@ -1,30 +0,0 @@ -[ - { - "id": 1, - "ip": "10.0.1.238", - "port": 7981, - "groupId": 0, - "name": "熊猫" - }, - { - "id": 2, - "ip": "10.0.1.239", - "port": 7982, - "groupId": 0, - "name": "野鸡" - }, - { - "id": 3, - "ip": "10.0.1.237", - "port": 7983, - "groupId": 0, - "name": "鸭子" - }, - { - "id": 4, - "ip": "10.0.0.9", - "port": 7984, - "groupId": 0, - "name": "乌龟" - } -] \ No newline at end of file diff --git a/bin/json/game_skillafteratk.json b/bin/json/game_skillafteratk.json index 2d2a12a4b..65fbd4d68 100644 --- a/bin/json/game_skillafteratk.json +++ b/bin/json/game_skillafteratk.json @@ -5,6 +5,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -31,6 +32,7 @@ "From": 2, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -57,6 +59,7 @@ "From": 2, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [ "Type=ProJudge,Judge0,Key=Total_Atk,Op=0" ], @@ -85,6 +88,7 @@ "From": 2, "Limit": 3, "EmitPR": 1000, + "AfteratkAct": "", "Where": [ "Type=MyProJudge" ], @@ -115,6 +119,7 @@ "From": 2, "Limit": 3, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Sort,Sort0,Key=Total_Def,SortMet=0" @@ -141,6 +146,7 @@ "From": 2, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [ "Type=ProJudge,Judge1,Key=Total_Def,Op=1,Val=100" ], @@ -169,6 +175,7 @@ "From": 2, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -197,6 +204,7 @@ "From": 2, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [ "Type=MyProJudge,Key=Total_Atk,Op=0,Val=100", "Type=ProJudge,Judge0,Key=Total_Atk,Op=0" @@ -226,6 +234,7 @@ "From": 1, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -247,6 +256,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -268,6 +278,7 @@ "From": 1, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -289,6 +300,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -310,6 +322,7 @@ "From": 1, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -331,6 +344,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -352,6 +366,7 @@ "From": 1, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -373,6 +388,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -394,6 +410,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -415,6 +432,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -436,6 +454,7 @@ "From": 1, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -457,6 +476,7 @@ "From": 1, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -478,6 +498,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -499,6 +520,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -520,6 +542,7 @@ "From": 1, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -541,6 +564,7 @@ "From": 1, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -562,6 +586,7 @@ "From": 1, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -583,6 +608,7 @@ "From": 1, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -604,6 +630,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -625,6 +652,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -651,6 +679,7 @@ "From": 4, "Limit": 1, "EmitPR": 500, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -677,6 +706,7 @@ "From": 2, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -705,6 +735,7 @@ "From": 0, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -731,6 +762,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -757,6 +789,7 @@ "From": 0, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -783,6 +816,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -809,6 +843,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -835,6 +870,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -861,6 +897,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -887,6 +924,7 @@ "From": 2, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -913,6 +951,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -939,6 +978,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -965,6 +1005,7 @@ "From": 2, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -993,6 +1034,7 @@ "From": 2, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1019,6 +1061,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1045,6 +1088,7 @@ "From": 6, "Limit": 4, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1071,6 +1115,7 @@ "From": 1, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1096,6 +1141,7 @@ "From": 1, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1121,6 +1167,7 @@ "From": 1, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1142,6 +1189,7 @@ "From": 2, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1163,6 +1211,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1184,6 +1233,7 @@ "From": 1, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1209,6 +1259,7 @@ "From": 2, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1234,6 +1285,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1259,6 +1311,7 @@ "From": 1, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1284,6 +1337,7 @@ "From": 1, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1305,6 +1359,7 @@ "From": 2, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1326,6 +1381,7 @@ "From": 1, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1347,6 +1403,7 @@ "From": 2, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1368,6 +1425,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1394,6 +1452,7 @@ "From": 3, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1415,6 +1474,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1436,6 +1496,7 @@ "From": 4, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1461,6 +1522,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1489,6 +1551,7 @@ "From": 4, "Limit": 0, "EmitPR": 500, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1510,6 +1573,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1536,6 +1600,7 @@ "From": 4, "Limit": 0, "EmitPR": 500, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1559,6 +1624,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1580,6 +1646,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1601,6 +1668,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1622,6 +1690,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1643,6 +1712,7 @@ "From": 2, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1671,6 +1741,7 @@ "From": 0, "Limit": 0, "EmitPR": 500, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -1695,6 +1766,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1719,6 +1791,7 @@ "From": 2, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1742,6 +1815,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1766,6 +1840,7 @@ "From": 2, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1789,6 +1864,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1810,6 +1886,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1831,6 +1908,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1852,6 +1930,7 @@ "From": 3, "Limit": 1, "EmitPR": 0, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1875,6 +1954,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1896,6 +1976,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1917,6 +1998,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1938,6 +2020,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1959,6 +2042,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -1980,6 +2064,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2001,6 +2086,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2022,6 +2108,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2043,6 +2130,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2066,6 +2154,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2087,6 +2176,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2108,6 +2198,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2129,6 +2220,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2150,6 +2242,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2171,6 +2264,7 @@ "From": 2, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2192,6 +2286,7 @@ "From": 1, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2213,6 +2308,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2234,6 +2330,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2255,6 +2352,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2276,6 +2374,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2297,6 +2396,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2318,6 +2418,7 @@ "From": 2, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2344,6 +2445,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2365,6 +2467,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2386,6 +2489,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2407,6 +2511,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2428,6 +2533,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2449,6 +2555,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2470,6 +2577,7 @@ "From": 1, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2491,6 +2599,7 @@ "From": 1, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2512,6 +2621,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2535,6 +2645,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2556,6 +2667,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2577,6 +2689,7 @@ "From": 0, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "NowHpDmg", @@ -2598,6 +2711,7 @@ "From": 0, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "BuffAction", @@ -2619,6 +2733,7 @@ "From": 0, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -2638,6 +2753,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2659,6 +2775,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2680,6 +2797,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2701,6 +2819,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2722,6 +2841,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2743,6 +2863,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2764,6 +2885,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2785,6 +2907,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2806,6 +2929,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2827,6 +2951,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2848,6 +2973,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2873,6 +2999,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2894,6 +3021,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2915,6 +3043,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2936,6 +3065,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2959,6 +3089,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -2980,6 +3111,7 @@ "From": 0, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [ "BuffRely,Rely1,Key=1,Op=0,Val=1" ], @@ -3003,6 +3135,7 @@ "From": 0, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [ "BuffRely,Rely1,Key=1,Op=3,Val=0" ], @@ -3026,6 +3159,7 @@ "From": 0, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -3047,6 +3181,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -3068,6 +3203,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -3089,6 +3225,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -3110,6 +3247,7 @@ "From": 2, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [ "BuffRely,Rely0,Key=390004008,Op=4,Val=1" ], @@ -3133,6 +3271,7 @@ "From": 3, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -3154,6 +3293,7 @@ "From": 3, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -3175,6 +3315,7 @@ "From": 3, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -3196,6 +3337,7 @@ "From": 3, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -3217,6 +3359,7 @@ "From": 3, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -3238,6 +3381,7 @@ "From": 3, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -3259,6 +3403,7 @@ "From": 3, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -3280,6 +3425,7 @@ "From": 3, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -3301,6 +3447,7 @@ "From": 3, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -3322,6 +3469,7 @@ "From": 3, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -3343,6 +3491,7 @@ "From": 0, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Again", @@ -3362,6 +3511,7 @@ "From": 0, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -3383,6 +3533,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -3404,6 +3555,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -3425,6 +3577,7 @@ "From": 0, "Limit": 0, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -3451,6 +3604,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -3472,6 +3626,7 @@ "From": 2, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -3496,6 +3651,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddPas", @@ -3515,6 +3671,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -3534,6 +3691,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddPas", @@ -3553,6 +3711,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddPas", @@ -3572,6 +3731,7 @@ "From": 2, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -3593,6 +3753,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -3612,6 +3773,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Tre", @@ -3631,6 +3793,7 @@ "From": 1, "Limit": 5, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [ "Type=Rnd" @@ -3652,6 +3815,7 @@ "From": 1, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -3671,6 +3835,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -3692,6 +3857,7 @@ "From": 3, "Limit": 1, "EmitPR": 400, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -3711,6 +3877,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -3732,6 +3899,7 @@ "From": 3, "Limit": 1, "EmitPR": 400, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -3751,6 +3919,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -3772,6 +3941,7 @@ "From": 3, "Limit": 1, "EmitPR": 500, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -3791,6 +3961,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -3812,6 +3983,7 @@ "From": 3, "Limit": 1, "EmitPR": 500, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -3831,6 +4003,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -3852,6 +4025,7 @@ "From": 3, "Limit": 1, "EmitPR": 600, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -3871,6 +4045,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -3892,6 +4067,7 @@ "From": 3, "Limit": 1, "EmitPR": 600, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -3911,6 +4087,7 @@ "From": 1, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "RemoveDebuff", @@ -3930,6 +4107,7 @@ "From": 1, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AveTre", @@ -3949,6 +4127,7 @@ "From": 1, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -3968,6 +4147,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -3987,6 +4167,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -4006,6 +4187,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddPas", @@ -4025,6 +4207,7 @@ "From": 1, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Tre", @@ -4044,6 +4227,7 @@ "From": 1, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "RemoveDebuff", @@ -4063,6 +4247,7 @@ "From": 1, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -4082,6 +4267,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -4103,6 +4289,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -4124,6 +4311,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "ShiftBuff", @@ -4145,6 +4333,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -4164,6 +4353,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -4185,6 +4375,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -4204,6 +4395,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -4225,6 +4417,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -4244,6 +4437,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -4265,6 +4459,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -4284,6 +4479,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -4305,6 +4501,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -4324,6 +4521,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -4345,6 +4543,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -4364,6 +4563,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -4383,6 +4583,7 @@ "From": 3, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddPas", @@ -4402,6 +4603,7 @@ "From": 9, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "NowHpDps", @@ -4421,6 +4623,7 @@ "From": 9, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "RemoveDebuff", @@ -4440,6 +4643,7 @@ "From": 9, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -4459,6 +4663,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -4480,6 +4685,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "RemoveDebuff", @@ -4501,6 +4707,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -4520,6 +4727,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -4541,6 +4749,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "RemoveDebuff", @@ -4562,6 +4771,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -4583,6 +4793,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "RemoveDebuff", @@ -4604,6 +4815,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -4625,6 +4837,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "RemoveDebuff", @@ -4646,6 +4859,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -4667,6 +4881,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "RemoveDebuff", @@ -4688,6 +4903,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -4710,6 +4926,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "RemoveDebuff", @@ -4731,6 +4948,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -4750,6 +4968,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "BuffCD", @@ -4769,6 +4988,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -4791,6 +5011,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "RemoveDebuff", @@ -4812,6 +5033,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -4834,6 +5056,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "RemoveDebuff", @@ -4855,6 +5078,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -4877,6 +5101,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "RemoveDebuff", @@ -4898,6 +5123,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -4920,6 +5146,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "RemoveDebuff", @@ -4941,6 +5168,7 @@ "From": 1, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -4960,6 +5188,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -4981,6 +5210,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5000,6 +5230,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -5021,6 +5252,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5040,6 +5272,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -5061,6 +5294,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5080,6 +5314,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -5101,6 +5336,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5120,6 +5356,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -5141,6 +5378,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5160,6 +5398,7 @@ "From": 1, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "RemoveDebuff", @@ -5179,6 +5418,7 @@ "From": 1, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5198,6 +5438,7 @@ "From": 1, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "RemoveDebuff", @@ -5217,6 +5458,7 @@ "From": 1, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5236,6 +5478,7 @@ "From": 1, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5255,6 +5498,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -5274,6 +5518,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddActValue", @@ -5293,6 +5538,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5312,6 +5558,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddActValue", @@ -5331,6 +5578,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5350,6 +5598,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddActValue", @@ -5369,6 +5618,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5388,6 +5638,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddActValue", @@ -5407,6 +5658,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5426,6 +5678,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddActValue", @@ -5445,6 +5698,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5464,6 +5718,7 @@ "From": 1, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5483,6 +5738,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -5504,6 +5760,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5523,6 +5780,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -5544,6 +5802,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5563,6 +5822,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -5584,6 +5844,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5603,6 +5864,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -5624,6 +5886,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5643,6 +5906,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -5664,6 +5928,7 @@ "From": 4, "Limit": 1, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5683,6 +5948,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -5704,6 +5970,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddActValue", @@ -5723,6 +5990,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -5744,6 +6012,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddActValue", @@ -5763,6 +6032,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -5784,6 +6054,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddActValue", @@ -5803,6 +6074,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -5824,6 +6096,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddActValue", @@ -5843,6 +6116,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -5864,6 +6138,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5883,6 +6158,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5902,6 +6178,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -5924,6 +6201,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5943,6 +6221,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -5962,6 +6241,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -5984,6 +6264,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -6003,6 +6284,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -6022,6 +6304,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -6044,6 +6327,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -6063,6 +6347,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddBuff", @@ -6082,6 +6367,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -6104,6 +6390,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddActValue", @@ -6123,6 +6410,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddPas", @@ -6142,6 +6430,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddActValue", @@ -6161,6 +6450,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -6183,6 +6473,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddActValue", @@ -6202,6 +6493,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -6224,6 +6516,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddActValue", @@ -6243,6 +6536,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "Dmg", @@ -6265,6 +6559,7 @@ "From": 2, "Limit": 10, "EmitPR": 1000, + "AfteratkAct": "", "Where": [], "Order": [], "Type": "AddActValue", diff --git a/bin/json/game_ui.json b/bin/json/game_ui.json index f22d4714a..6a7d64ccd 100644 --- a/bin/json/game_ui.json +++ b/bin/json/game_ui.json @@ -684,16 +684,16 @@ "des": "装备强化" }, { - "id": "strengthenup", - "file": "StrengthenUpWindow", + "id": "equistrengthenup", + "file": "EquiStrengthenUpPopup", "unloadpkg": 5, "loadtype": 1, "full": 0, "blur": 1, "package": "roledetails/roledetails", "packagename": "roledetails", - "comname": "strengthen", - "des": "英雄升级升星详情" + "comname": "equistrengthenup", + "des": "装备强化成功弹窗" }, { "id": "croppingwindow", @@ -746,7 +746,7 @@ { "id": "examine", "file": "ExaminePopup", - "unloadpkg": 5, + "unloadpkg": 3, "loadtype": 1, "full": 0, "blur": 1, @@ -806,7 +806,7 @@ { "id": "resonancepopup", "file": "ResonancePopup", - "unloadpkg": 5, + "unloadpkg": 3, "loadtype": 1, "full": 0, "blur": 1, @@ -818,7 +818,7 @@ { "id": "materialsynthesispopup", "file": "MaterialSynthesisPopup", - "unloadpkg": 5, + "unloadpkg": 3, "loadtype": 1, "full": 0, "blur": 1, @@ -850,5 +850,77 @@ "packagename": "pagoda", "comname": "main", "des": "心魔之塔" + }, + { + "id": "pagodaadoptreward", + "file": "PagodaAdoptRewardPopup", + "unloadpkg": 3, + "loadtype": 1, + "full": 0, + "blur": 0, + "package": "pagoda/pagoda", + "packagename": "pagoda", + "comname": "pagodaadoptreward", + "des": "心魔之塔奖励弹窗" + }, + { + "id": "pagodalineup", + "file": "PagodaLineupPopup", + "unloadpkg": 3, + "loadtype": 1, + "full": 0, + "blur": 0, + "package": "pagoda/pagoda", + "packagename": "pagoda", + "comname": "pagodalineup", + "des": "心魔之塔推荐阵容弹窗" + }, + { + "id": "pagodarankingpopup", + "file": "PagodaRankingPopup", + "unloadpkg": 3, + "loadtype": 1, + "full": 0, + "blur": 0, + "package": "pagoda/pagoda", + "packagename": "pagoda", + "comname": "pagodaranking", + "des": "心魔之塔排行弹窗" + }, + { + "id": "pagodaseasonpopup", + "file": "PagodaRankingPopup", + "unloadpkg": 3, + "loadtype": 1, + "full": 0, + "blur": 0, + "package": "pagoda/pagoda", + "packagename": "pagoda", + "comname": "pagodaranking", + "des": "心魔之塔排行弹窗" + }, + { + "id": "friendsystemwin", + "file": "FriendSystemWindow", + "unloadpkg": 2, + "loadtype": 1, + "full": 1, + "blur": 0, + "package": "friendsystem/friendsystem", + "packagename": "friendsystem", + "comname": "main", + "des": "好友系统" + }, + { + "id": "frienddetailspop", + "file": "FriendDetailsPopup", + "unloadpkg": 3, + "loadtype": 1, + "full": 0, + "blur": 0, + "package": "friendsystem/friendsystem", + "packagename": "friendsystem", + "comname": "details", + "des": "好详细信息" } ] \ No newline at end of file diff --git a/modules/rtask/config.go b/modules/rtask/config.go index 052dd2246..3370b26ed 100644 --- a/modules/rtask/config.go +++ b/modules/rtask/config.go @@ -107,7 +107,7 @@ func (this *configureComp) getFirstTask() *cfg.GameRdtaskAllData { } if cfg != nil { for _, v := range cfg.GetDataList() { - if v.IdLast == 0 { + if v.Aftertaks == 0 { return v } } diff --git a/modules/rtask/model_rtask.go b/modules/rtask/model_rtask.go index 9dc44caa3..d4c57e34f 100644 --- a/modules/rtask/model_rtask.go +++ b/modules/rtask/model_rtask.go @@ -41,7 +41,7 @@ func (this *ModelRtask) doRtaskHandle(uid string, param *pb.RtaskParam) (rtaskId if len(rtask.FrtaskIds) == 0 { conf := this.moduleRtask.configure.getFirstTask() if conf != nil { - taskId = conf.IdLast + taskId = conf.Aftertaks } } else { //TODO diff --git a/modules/rtask/module.go b/modules/rtask/module.go index 1be0f62c0..0991ffe10 100644 --- a/modules/rtask/module.go +++ b/modules/rtask/module.go @@ -66,7 +66,7 @@ func (this *ModuleRtask) initRtaskHandle() { for _, v := range data { var handlers []*rtaskCondi rtask := &rtask{ - rtaskId: v.RdtaksId, + rtaskId: v.Id, handlers: handlers, } @@ -109,7 +109,7 @@ func (this *ModuleRtask) initRtaskHandle() { } } - this.register(v.RdtaksId, rtask) + this.register(v.Id, rtask) } } diff --git a/modules/web/config.go b/modules/web/config.go index b714579a9..e0e38f411 100644 --- a/modules/web/config.go +++ b/modules/web/config.go @@ -1,14 +1,8 @@ package web import ( - "fmt" "go_dreamfactory/lego/core" "go_dreamfactory/modules" - cfg "go_dreamfactory/sys/configure/structs" -) - -const ( - game_serverlist = "game_serverlist.json" ) type configureComp struct { @@ -17,35 +11,6 @@ type configureComp struct { func (this *configureComp) Init(service core.IService, module core.IModule, comp core.IModuleComp, options core.IModuleOptions) (err error) { err = this.MCompConfigure.Init(service, module, comp, options) - err = this.LoadConfigure(game_serverlist, cfg.NewGame_serverList) - return -} - -func (this *configureComp) getConfig() (data *cfg.Game_serverList, err error) { - var ( - v interface{} - ok bool - ) - if v, err = this.GetConfigure(game_serverlist); err != nil { - return - } else { - if data, ok = v.(*cfg.Game_serverList); !ok { - err = fmt.Errorf("%T no is *cfg.Game_ActiveReward", v) - return - } - } - return -} - -func (this *configureComp) getServerListConf() (data []*cfg.Game_serverListData) { - conf, err := this.getConfig() - if err != nil { - return data - } - - if conf != nil { - return conf.GetDataList() - } return } diff --git a/sys/configure/structs/ALocalizeConfig.go b/sys/configure/structs/ALocalizeConfig.go deleted file mode 100644 index 2fab4df79..000000000 --- a/sys/configure/structs/ALocalizeConfig.go +++ /dev/null @@ -1,40 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -package cfg - -import "errors" - -type ALocalizeConfig struct { - Key string -} - -const TypeId_ALocalizeConfig = 1703856460 - -func (*ALocalizeConfig) GetTypeId() int32 { - return 1703856460 -} - -func (_v *ALocalizeConfig)Deserialize(_buf map[string]interface{}) (err error) { - { var _ok_ bool; if _v.Key, _ok_ = _buf["key"].(string); !_ok_ { err = errors.New("key error"); return } } - return -} - -func DeserializeALocalizeConfig(_buf map[string]interface{}) (interface{}, error) { - var id string - var _ok_ bool - if id, _ok_ = _buf["$type"].(string) ; !_ok_ { - return nil, errors.New("type id missing") - } - switch id { - case "LocalizeConfig_CN": _v := &LocalizeConfig_CN{}; if err := _v.Deserialize(_buf); err != nil { return nil, errors.New("LocalizeConfig_CN") } else { return _v, nil } - case "LocalizeConfig_EN": _v := &LocalizeConfig_EN{}; if err := _v.Deserialize(_buf); err != nil { return nil, errors.New("LocalizeConfig_EN") } else { return _v, nil } - case "LocalizeConfig_TW": _v := &LocalizeConfig_TW{}; if err := _v.Deserialize(_buf); err != nil { return nil, errors.New("LocalizeConfig_TW") } else { return _v, nil } - default: return nil, errors.New("unknown type id") - } -} diff --git a/sys/configure/structs/Localize.LocalizeConfig_CNCategory.go b/sys/configure/structs/Localize.LocalizeConfig_CNCategory.go deleted file mode 100644 index f36e1c142..000000000 --- a/sys/configure/structs/Localize.LocalizeConfig_CNCategory.go +++ /dev/null @@ -1,42 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -package cfg - -type LocalizeLocalizeConfig_CNCategory struct { - _dataMap map[string]*LocalizeConfig_CN - _dataList []*LocalizeConfig_CN -} - -func NewLocalizeLocalizeConfig_CNCategory(_buf []map[string]interface{}) (*LocalizeLocalizeConfig_CNCategory, error) { - _dataList := make([]*LocalizeConfig_CN, 0, len(_buf)) - dataMap := make(map[string]*LocalizeConfig_CN) - for _, _ele_ := range _buf { - if _v, err2 := DeserializeLocalizeConfig_CN(_ele_); err2 != nil { - return nil, err2 - } else { - _dataList = append(_dataList, _v) - dataMap[_v.Key] = _v - } - } - return &LocalizeLocalizeConfig_CNCategory{_dataList:_dataList, _dataMap:dataMap}, nil -} - -func (table *LocalizeLocalizeConfig_CNCategory) GetDataMap() map[string]*LocalizeConfig_CN { - return table._dataMap -} - -func (table *LocalizeLocalizeConfig_CNCategory) GetDataList() []*LocalizeConfig_CN { - return table._dataList -} - -func (table *LocalizeLocalizeConfig_CNCategory) Get(key string) *LocalizeConfig_CN { - return table._dataMap[key] -} - - diff --git a/sys/configure/structs/Localize.LocalizeConfig_ENCategory.go b/sys/configure/structs/Localize.LocalizeConfig_ENCategory.go deleted file mode 100644 index 72d72195d..000000000 --- a/sys/configure/structs/Localize.LocalizeConfig_ENCategory.go +++ /dev/null @@ -1,42 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -package cfg - -type LocalizeLocalizeConfig_ENCategory struct { - _dataMap map[string]*LocalizeConfig_EN - _dataList []*LocalizeConfig_EN -} - -func NewLocalizeLocalizeConfig_ENCategory(_buf []map[string]interface{}) (*LocalizeLocalizeConfig_ENCategory, error) { - _dataList := make([]*LocalizeConfig_EN, 0, len(_buf)) - dataMap := make(map[string]*LocalizeConfig_EN) - for _, _ele_ := range _buf { - if _v, err2 := DeserializeLocalizeConfig_EN(_ele_); err2 != nil { - return nil, err2 - } else { - _dataList = append(_dataList, _v) - dataMap[_v.Key] = _v - } - } - return &LocalizeLocalizeConfig_ENCategory{_dataList:_dataList, _dataMap:dataMap}, nil -} - -func (table *LocalizeLocalizeConfig_ENCategory) GetDataMap() map[string]*LocalizeConfig_EN { - return table._dataMap -} - -func (table *LocalizeLocalizeConfig_ENCategory) GetDataList() []*LocalizeConfig_EN { - return table._dataList -} - -func (table *LocalizeLocalizeConfig_ENCategory) Get(key string) *LocalizeConfig_EN { - return table._dataMap[key] -} - - diff --git a/sys/configure/structs/Localize.LocalizeConfig_TWCategory.go b/sys/configure/structs/Localize.LocalizeConfig_TWCategory.go deleted file mode 100644 index 8a6459c02..000000000 --- a/sys/configure/structs/Localize.LocalizeConfig_TWCategory.go +++ /dev/null @@ -1,42 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -package cfg - -type LocalizeLocalizeConfig_TWCategory struct { - _dataMap map[string]*LocalizeConfig_TW - _dataList []*LocalizeConfig_TW -} - -func NewLocalizeLocalizeConfig_TWCategory(_buf []map[string]interface{}) (*LocalizeLocalizeConfig_TWCategory, error) { - _dataList := make([]*LocalizeConfig_TW, 0, len(_buf)) - dataMap := make(map[string]*LocalizeConfig_TW) - for _, _ele_ := range _buf { - if _v, err2 := DeserializeLocalizeConfig_TW(_ele_); err2 != nil { - return nil, err2 - } else { - _dataList = append(_dataList, _v) - dataMap[_v.Key] = _v - } - } - return &LocalizeLocalizeConfig_TWCategory{_dataList:_dataList, _dataMap:dataMap}, nil -} - -func (table *LocalizeLocalizeConfig_TWCategory) GetDataMap() map[string]*LocalizeConfig_TW { - return table._dataMap -} - -func (table *LocalizeLocalizeConfig_TWCategory) GetDataList() []*LocalizeConfig_TW { - return table._dataList -} - -func (table *LocalizeLocalizeConfig_TWCategory) Get(key string) *LocalizeConfig_TW { - return table._dataMap[key] -} - - diff --git a/sys/configure/structs/LocalizeConfig_CN.go b/sys/configure/structs/LocalizeConfig_CN.go deleted file mode 100644 index 9450e03a8..000000000 --- a/sys/configure/structs/LocalizeConfig_CN.go +++ /dev/null @@ -1,37 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -package cfg - -import "errors" - -type LocalizeConfig_CN struct { - Key string - TextCn string -} - -const TypeId_LocalizeConfig_CN = 2049582687 - -func (*LocalizeConfig_CN) GetTypeId() int32 { - return 2049582687 -} - -func (_v *LocalizeConfig_CN)Deserialize(_buf map[string]interface{}) (err error) { - { var _ok_ bool; if _v.Key, _ok_ = _buf["key"].(string); !_ok_ { err = errors.New("key error"); return } } - { var _ok_ bool; if _v.TextCn, _ok_ = _buf["text_cn"].(string); !_ok_ { err = errors.New("text_cn error"); return } } - return -} - -func DeserializeLocalizeConfig_CN(_buf map[string]interface{}) (*LocalizeConfig_CN, error) { - v := &LocalizeConfig_CN{} - if err := v.Deserialize(_buf); err == nil { - return v, nil - } else { - return nil, err - } -} diff --git a/sys/configure/structs/LocalizeConfig_EN.go b/sys/configure/structs/LocalizeConfig_EN.go deleted file mode 100644 index 6f63a12c6..000000000 --- a/sys/configure/structs/LocalizeConfig_EN.go +++ /dev/null @@ -1,37 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -package cfg - -import "errors" - -type LocalizeConfig_EN struct { - Key string - TextEn string -} - -const TypeId_LocalizeConfig_EN = 2049582749 - -func (*LocalizeConfig_EN) GetTypeId() int32 { - return 2049582749 -} - -func (_v *LocalizeConfig_EN)Deserialize(_buf map[string]interface{}) (err error) { - { var _ok_ bool; if _v.Key, _ok_ = _buf["key"].(string); !_ok_ { err = errors.New("key error"); return } } - { var _ok_ bool; if _v.TextEn, _ok_ = _buf["text_en"].(string); !_ok_ { err = errors.New("text_en error"); return } } - return -} - -func DeserializeLocalizeConfig_EN(_buf map[string]interface{}) (*LocalizeConfig_EN, error) { - v := &LocalizeConfig_EN{} - if err := v.Deserialize(_buf); err == nil { - return v, nil - } else { - return nil, err - } -} diff --git a/sys/configure/structs/LocalizeConfig_TW.go b/sys/configure/structs/LocalizeConfig_TW.go deleted file mode 100644 index 32a02e88a..000000000 --- a/sys/configure/structs/LocalizeConfig_TW.go +++ /dev/null @@ -1,37 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -package cfg - -import "errors" - -type LocalizeConfig_TW struct { - Key string - TextTw string -} - -const TypeId_LocalizeConfig_TW = 2049583223 - -func (*LocalizeConfig_TW) GetTypeId() int32 { - return 2049583223 -} - -func (_v *LocalizeConfig_TW)Deserialize(_buf map[string]interface{}) (err error) { - { var _ok_ bool; if _v.Key, _ok_ = _buf["key"].(string); !_ok_ { err = errors.New("key error"); return } } - { var _ok_ bool; if _v.TextTw, _ok_ = _buf["text_tw"].(string); !_ok_ { err = errors.New("text_tw error"); return } } - return -} - -func DeserializeLocalizeConfig_TW(_buf map[string]interface{}) (*LocalizeConfig_TW, error) { - v := &LocalizeConfig_TW{} - if err := v.Deserialize(_buf); err == nil { - return v, nil - } else { - return nil, err - } -} diff --git a/sys/configure/structs/Tables.go b/sys/configure/structs/Tables.go index 1c8bef618..2734d2c0d 100644 --- a/sys/configure/structs/Tables.go +++ b/sys/configure/structs/Tables.go @@ -68,9 +68,9 @@ type Tables struct { pagodaTaskReward *GamepagodaTaskReward pagodaSeasonReward *GamepagodaSeasonReward pagodaseasonLoop *GamepagodaseasonLoop - rdtaskAll *GamerdtaskAll - rdtaskType *GamerdtaskType - rdtaskChoose *GamerdtaskChoose + RdtaskAll *GameRdtaskAll + RdtaskType *GameRdtaskType + RdtaskChoose *GameRdtaskChoose kungfu_unlock *Gamekungfu_unlock kungfu_masterworker *Gamekungfu_masterworker Gourmet *GameGourmet @@ -427,19 +427,19 @@ func NewTables(loader JsonLoader) (*Tables, error) { if buf, err = loader("game_rdtaskall") ; err != nil { return nil, err } - if tables.rdtaskAll, err = NewGamerdtaskAll(buf) ; err != nil { + if tables.RdtaskAll, err = NewGameRdtaskAll(buf) ; err != nil { return nil, err } if buf, err = loader("game_rdtasktype") ; err != nil { return nil, err } - if tables.rdtaskType, err = NewGamerdtaskType(buf) ; err != nil { + if tables.RdtaskType, err = NewGameRdtaskType(buf) ; err != nil { return nil, err } if buf, err = loader("game_rdtaskchoose") ; err != nil { return nil, err } - if tables.rdtaskChoose, err = NewGamerdtaskChoose(buf) ; err != nil { + if tables.RdtaskChoose, err = NewGameRdtaskChoose(buf) ; err != nil { return nil, err } if buf, err = loader("game_kungfu_unlock") ; err != nil { diff --git a/sys/configure/structs/game.RdtaksAll.go b/sys/configure/structs/game.RdtaksAll.go deleted file mode 100644 index e8b38f20e..000000000 --- a/sys/configure/structs/game.RdtaksAll.go +++ /dev/null @@ -1,42 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -package cfg - -type GameRdtaksAll struct { - _dataMap map[int32]*GameRdtaksAllData - _dataList []*GameRdtaksAllData -} - -func NewGameRdtaksAll(_buf []map[string]interface{}) (*GameRdtaksAll, error) { - _dataList := make([]*GameRdtaksAllData, 0, len(_buf)) - dataMap := make(map[int32]*GameRdtaksAllData) - for _, _ele_ := range _buf { - if _v, err2 := DeserializeGameRdtaksAllData(_ele_); err2 != nil { - return nil, err2 - } else { - _dataList = append(_dataList, _v) - dataMap[_v.RdtaksId] = _v - } - } - return &GameRdtaksAll{_dataList:_dataList, _dataMap:dataMap}, nil -} - -func (table *GameRdtaksAll) GetDataMap() map[int32]*GameRdtaksAllData { - return table._dataMap -} - -func (table *GameRdtaksAll) GetDataList() []*GameRdtaksAllData { - return table._dataList -} - -func (table *GameRdtaksAll) Get(key int32) *GameRdtaksAllData { - return table._dataMap[key] -} - - diff --git a/sys/configure/structs/game.RdtaksAllData.go b/sys/configure/structs/game.RdtaksAllData.go deleted file mode 100644 index 039999325..000000000 --- a/sys/configure/structs/game.RdtaksAllData.go +++ /dev/null @@ -1,105 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -package cfg - -import "errors" - -type GameRdtaksAllData struct { - RdtaksId int32 - TaskType int32 - RdtaksNum []int32 - IdLast []int32 - IdAfter int32 - IdTag int32 - Story int32 - Completetask int32 - Reword []*Gameatn - ChooseId []int32 -} - -const TypeId_GameRdtaksAllData = -100955128 - -func (*GameRdtaksAllData) GetTypeId() int32 { - return -100955128 -} - -func (_v *GameRdtaksAllData)Deserialize(_buf map[string]interface{}) (err error) { - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["rdtaks_id"].(float64); !_ok_ { err = errors.New("rdtaks_id error"); return }; _v.RdtaksId = int32(_tempNum_) } - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["task_type"].(float64); !_ok_ { err = errors.New("task_type error"); return }; _v.TaskType = int32(_tempNum_) } - { - var _arr_ []interface{} - var _ok_ bool - if _arr_, _ok_ = _buf["rdtaks_num"].([]interface{}); !_ok_ { err = errors.New("rdtaks_num error"); return } - - _v.RdtaksNum = make([]int32, 0, len(_arr_)) - - for _, _e_ := range _arr_ { - var _list_v_ int32 - { var _ok_ bool; var _x_ float64; if _x_, _ok_ = _e_.(float64); !_ok_ { err = errors.New("_list_v_ error"); return }; _list_v_ = int32(_x_) } - _v.RdtaksNum = append(_v.RdtaksNum, _list_v_) - } - } - - { - var _arr_ []interface{} - var _ok_ bool - if _arr_, _ok_ = _buf["id_last"].([]interface{}); !_ok_ { err = errors.New("id_last error"); return } - - _v.IdLast = make([]int32, 0, len(_arr_)) - - for _, _e_ := range _arr_ { - var _list_v_ int32 - { var _ok_ bool; var _x_ float64; if _x_, _ok_ = _e_.(float64); !_ok_ { err = errors.New("_list_v_ error"); return }; _list_v_ = int32(_x_) } - _v.IdLast = append(_v.IdLast, _list_v_) - } - } - - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["id_after"].(float64); !_ok_ { err = errors.New("id_after error"); return }; _v.IdAfter = int32(_tempNum_) } - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["id_tag"].(float64); !_ok_ { err = errors.New("id_tag error"); return }; _v.IdTag = int32(_tempNum_) } - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["story"].(float64); !_ok_ { err = errors.New("story error"); return }; _v.Story = int32(_tempNum_) } - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["completetask"].(float64); !_ok_ { err = errors.New("completetask error"); return }; _v.Completetask = int32(_tempNum_) } - { - var _arr_ []interface{} - var _ok_ bool - if _arr_, _ok_ = _buf["reword"].([]interface{}); !_ok_ { err = errors.New("reword error"); return } - - _v.Reword = make([]*Gameatn, 0, len(_arr_)) - - for _, _e_ := range _arr_ { - var _list_v_ *Gameatn - { var _ok_ bool; var _x_ map[string]interface{}; if _x_, _ok_ = _e_.(map[string]interface{}); !_ok_ { err = errors.New("_list_v_ error"); return }; if _list_v_, err = DeserializeGameatn(_x_); err != nil { return } } - _v.Reword = append(_v.Reword, _list_v_) - } - } - - { - var _arr_ []interface{} - var _ok_ bool - if _arr_, _ok_ = _buf["choose_id"].([]interface{}); !_ok_ { err = errors.New("choose_id error"); return } - - _v.ChooseId = make([]int32, 0, len(_arr_)) - - for _, _e_ := range _arr_ { - var _list_v_ int32 - { var _ok_ bool; var _x_ float64; if _x_, _ok_ = _e_.(float64); !_ok_ { err = errors.New("_list_v_ error"); return }; _list_v_ = int32(_x_) } - _v.ChooseId = append(_v.ChooseId, _list_v_) - } - } - - return -} - -func DeserializeGameRdtaksAllData(_buf map[string]interface{}) (*GameRdtaksAllData, error) { - v := &GameRdtaksAllData{} - if err := v.Deserialize(_buf); err == nil { - return v, nil - } else { - return nil, err - } -} diff --git a/sys/configure/structs/game.RdtaksChoose.go b/sys/configure/structs/game.RdtaksChoose.go deleted file mode 100644 index 8b8c6b67c..000000000 --- a/sys/configure/structs/game.RdtaksChoose.go +++ /dev/null @@ -1,42 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -package cfg - -type GameRdtaksChoose struct { - _dataMap map[int32]*GameRdtaksChooseData - _dataList []*GameRdtaksChooseData -} - -func NewGameRdtaksChoose(_buf []map[string]interface{}) (*GameRdtaksChoose, error) { - _dataList := make([]*GameRdtaksChooseData, 0, len(_buf)) - dataMap := make(map[int32]*GameRdtaksChooseData) - for _, _ele_ := range _buf { - if _v, err2 := DeserializeGameRdtaksChooseData(_ele_); err2 != nil { - return nil, err2 - } else { - _dataList = append(_dataList, _v) - dataMap[_v.ChooseId] = _v - } - } - return &GameRdtaksChoose{_dataList:_dataList, _dataMap:dataMap}, nil -} - -func (table *GameRdtaksChoose) GetDataMap() map[int32]*GameRdtaksChooseData { - return table._dataMap -} - -func (table *GameRdtaksChoose) GetDataList() []*GameRdtaksChooseData { - return table._dataList -} - -func (table *GameRdtaksChoose) Get(key int32) *GameRdtaksChooseData { - return table._dataMap[key] -} - - diff --git a/sys/configure/structs/game.RdtaksChooseData.go b/sys/configure/structs/game.RdtaksChooseData.go deleted file mode 100644 index 74b20694a..000000000 --- a/sys/configure/structs/game.RdtaksChooseData.go +++ /dev/null @@ -1,41 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -package cfg - -import "errors" - -type GameRdtaksChooseData struct { - ChooseId int32 - Num int32 - RdtaksNum int32 - RdtaksId int32 -} - -const TypeId_GameRdtaksChooseData = -1888133596 - -func (*GameRdtaksChooseData) GetTypeId() int32 { - return -1888133596 -} - -func (_v *GameRdtaksChooseData)Deserialize(_buf map[string]interface{}) (err error) { - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["choose_id"].(float64); !_ok_ { err = errors.New("choose_id error"); return }; _v.ChooseId = int32(_tempNum_) } - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["num"].(float64); !_ok_ { err = errors.New("num error"); return }; _v.Num = int32(_tempNum_) } - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["rdtaks_num"].(float64); !_ok_ { err = errors.New("rdtaks_num error"); return }; _v.RdtaksNum = int32(_tempNum_) } - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["rdtaks_id"].(float64); !_ok_ { err = errors.New("rdtaks_id error"); return }; _v.RdtaksId = int32(_tempNum_) } - return -} - -func DeserializeGameRdtaksChooseData(_buf map[string]interface{}) (*GameRdtaksChooseData, error) { - v := &GameRdtaksChooseData{} - if err := v.Deserialize(_buf); err == nil { - return v, nil - } else { - return nil, err - } -} diff --git a/sys/configure/structs/game.RdtaksType.go b/sys/configure/structs/game.RdtaksType.go deleted file mode 100644 index df279548b..000000000 --- a/sys/configure/structs/game.RdtaksType.go +++ /dev/null @@ -1,42 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -package cfg - -type GameRdtaksType struct { - _dataMap map[int32]*GameRdtaksTypeData - _dataList []*GameRdtaksTypeData -} - -func NewGameRdtaksType(_buf []map[string]interface{}) (*GameRdtaksType, error) { - _dataList := make([]*GameRdtaksTypeData, 0, len(_buf)) - dataMap := make(map[int32]*GameRdtaksTypeData) - for _, _ele_ := range _buf { - if _v, err2 := DeserializeGameRdtaksTypeData(_ele_); err2 != nil { - return nil, err2 - } else { - _dataList = append(_dataList, _v) - dataMap[_v.RdtaksNum] = _v - } - } - return &GameRdtaksType{_dataList:_dataList, _dataMap:dataMap}, nil -} - -func (table *GameRdtaksType) GetDataMap() map[int32]*GameRdtaksTypeData { - return table._dataMap -} - -func (table *GameRdtaksType) GetDataList() []*GameRdtaksTypeData { - return table._dataList -} - -func (table *GameRdtaksType) Get(key int32) *GameRdtaksTypeData { - return table._dataMap[key] -} - - diff --git a/sys/configure/structs/game.RdtaksTypeData.go b/sys/configure/structs/game.RdtaksTypeData.go deleted file mode 100644 index ca2461f89..000000000 --- a/sys/configure/structs/game.RdtaksTypeData.go +++ /dev/null @@ -1,47 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -package cfg - -import "errors" - -type GameRdtaksTypeData struct { - RdtaksNum int32 - Typdes int32 - Datatime int32 - TyptaskId int32 - Data1 int32 - Data2 int32 - Data3 int32 -} - -const TypeId_GameRdtaksTypeData = -1284226425 - -func (*GameRdtaksTypeData) GetTypeId() int32 { - return -1284226425 -} - -func (_v *GameRdtaksTypeData)Deserialize(_buf map[string]interface{}) (err error) { - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["rdtaks_num"].(float64); !_ok_ { err = errors.New("rdtaks_num error"); return }; _v.RdtaksNum = int32(_tempNum_) } - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["typdes"].(float64); !_ok_ { err = errors.New("typdes error"); return }; _v.Typdes = int32(_tempNum_) } - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["datatime"].(float64); !_ok_ { err = errors.New("datatime error"); return }; _v.Datatime = int32(_tempNum_) } - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["typtask_id"].(float64); !_ok_ { err = errors.New("typtask_id error"); return }; _v.TyptaskId = int32(_tempNum_) } - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["data1"].(float64); !_ok_ { err = errors.New("data1 error"); return }; _v.Data1 = int32(_tempNum_) } - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["data2"].(float64); !_ok_ { err = errors.New("data2 error"); return }; _v.Data2 = int32(_tempNum_) } - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["data3"].(float64); !_ok_ { err = errors.New("data3 error"); return }; _v.Data3 = int32(_tempNum_) } - return -} - -func DeserializeGameRdtaksTypeData(_buf map[string]interface{}) (*GameRdtaksTypeData, error) { - v := &GameRdtaksTypeData{} - if err := v.Deserialize(_buf); err == nil { - return v, nil - } else { - return nil, err - } -} diff --git a/sys/configure/structs/game.pagodaseasonLoop.go b/sys/configure/structs/game.pagodaseasonLoop.go new file mode 100644 index 000000000..db23c348d --- /dev/null +++ b/sys/configure/structs/game.pagodaseasonLoop.go @@ -0,0 +1,42 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +package cfg + +type GamepagodaseasonLoop struct { + _dataMap map[int32]*GamepagodaseasonLoopData + _dataList []*GamepagodaseasonLoopData +} + +func NewGamepagodaseasonLoop(_buf []map[string]interface{}) (*GamepagodaseasonLoop, error) { + _dataList := make([]*GamepagodaseasonLoopData, 0, len(_buf)) + dataMap := make(map[int32]*GamepagodaseasonLoopData) + for _, _ele_ := range _buf { + if _v, err2 := DeserializeGamepagodaseasonLoopData(_ele_); err2 != nil { + return nil, err2 + } else { + _dataList = append(_dataList, _v) + dataMap[_v.Key] = _v + } + } + return &GamepagodaseasonLoop{_dataList:_dataList, _dataMap:dataMap}, nil +} + +func (table *GamepagodaseasonLoop) GetDataMap() map[int32]*GamepagodaseasonLoopData { + return table._dataMap +} + +func (table *GamepagodaseasonLoop) GetDataList() []*GamepagodaseasonLoopData { + return table._dataList +} + +func (table *GamepagodaseasonLoop) Get(key int32) *GamepagodaseasonLoopData { + return table._dataMap[key] +} + + diff --git a/sys/configure/structs/game.pagodaseasonLoopData.go b/sys/configure/structs/game.pagodaseasonLoopData.go new file mode 100644 index 000000000..bcbf62ca5 --- /dev/null +++ b/sys/configure/structs/game.pagodaseasonLoopData.go @@ -0,0 +1,65 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +package cfg + +import "errors" + +type GamepagodaseasonLoopData struct { + Key int32 + DisposableLoop []int32 + FixedLoop []int32 +} + +const TypeId_GamepagodaseasonLoopData = -1606971581 + +func (*GamepagodaseasonLoopData) GetTypeId() int32 { + return -1606971581 +} + +func (_v *GamepagodaseasonLoopData)Deserialize(_buf map[string]interface{}) (err error) { + { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["key"].(float64); !_ok_ { err = errors.New("key error"); return }; _v.Key = int32(_tempNum_) } + { + var _arr_ []interface{} + var _ok_ bool + if _arr_, _ok_ = _buf["disposable_loop"].([]interface{}); !_ok_ { err = errors.New("disposable_loop error"); return } + + _v.DisposableLoop = make([]int32, 0, len(_arr_)) + + for _, _e_ := range _arr_ { + var _list_v_ int32 + { var _ok_ bool; var _x_ float64; if _x_, _ok_ = _e_.(float64); !_ok_ { err = errors.New("_list_v_ error"); return }; _list_v_ = int32(_x_) } + _v.DisposableLoop = append(_v.DisposableLoop, _list_v_) + } + } + + { + var _arr_ []interface{} + var _ok_ bool + if _arr_, _ok_ = _buf["fixed_loop"].([]interface{}); !_ok_ { err = errors.New("fixed_loop error"); return } + + _v.FixedLoop = make([]int32, 0, len(_arr_)) + + for _, _e_ := range _arr_ { + var _list_v_ int32 + { var _ok_ bool; var _x_ float64; if _x_, _ok_ = _e_.(float64); !_ok_ { err = errors.New("_list_v_ error"); return }; _list_v_ = int32(_x_) } + _v.FixedLoop = append(_v.FixedLoop, _list_v_) + } + } + + return +} + +func DeserializeGamepagodaseasonLoopData(_buf map[string]interface{}) (*GamepagodaseasonLoopData, error) { + v := &GamepagodaseasonLoopData{} + if err := v.Deserialize(_buf); err == nil { + return v, nil + } else { + return nil, err + } +} diff --git a/sys/configure/structs/game.rdtaskAll.go b/sys/configure/structs/game.rdtaskAll.go index 7ccb34b8b..cbd2288a3 100644 --- a/sys/configure/structs/game.rdtaskAll.go +++ b/sys/configure/structs/game.rdtaskAll.go @@ -8,34 +8,34 @@ package cfg -type GamerdtaskAll struct { - _dataMap map[int32]*GamerdtaskAllData - _dataList []*GamerdtaskAllData +type GameRdtaskAll struct { + _dataMap map[int32]*GameRdtaskAllData + _dataList []*GameRdtaskAllData } -func NewGamerdtaskAll(_buf []map[string]interface{}) (*GamerdtaskAll, error) { - _dataList := make([]*GamerdtaskAllData, 0, len(_buf)) - dataMap := make(map[int32]*GamerdtaskAllData) +func NewGameRdtaskAll(_buf []map[string]interface{}) (*GameRdtaskAll, error) { + _dataList := make([]*GameRdtaskAllData, 0, len(_buf)) + dataMap := make(map[int32]*GameRdtaskAllData) for _, _ele_ := range _buf { - if _v, err2 := DeserializeGamerdtaskAllData(_ele_); err2 != nil { + if _v, err2 := DeserializeGameRdtaskAllData(_ele_); err2 != nil { return nil, err2 } else { _dataList = append(_dataList, _v) dataMap[_v.Id] = _v } } - return &GamerdtaskAll{_dataList:_dataList, _dataMap:dataMap}, nil + return &GameRdtaskAll{_dataList:_dataList, _dataMap:dataMap}, nil } -func (table *GamerdtaskAll) GetDataMap() map[int32]*GamerdtaskAllData { +func (table *GameRdtaskAll) GetDataMap() map[int32]*GameRdtaskAllData { return table._dataMap } -func (table *GamerdtaskAll) GetDataList() []*GamerdtaskAllData { +func (table *GameRdtaskAll) GetDataList() []*GameRdtaskAllData { return table._dataList } -func (table *GamerdtaskAll) Get(key int32) *GamerdtaskAllData { +func (table *GameRdtaskAll) Get(key int32) *GameRdtaskAllData { return table._dataMap[key] } diff --git a/sys/configure/structs/game.rdtaskAllData.go b/sys/configure/structs/game.rdtaskAllData.go index c438ec8b7..2ded0d1fa 100644 --- a/sys/configure/structs/game.rdtaskAllData.go +++ b/sys/configure/structs/game.rdtaskAllData.go @@ -10,7 +10,7 @@ package cfg import "errors" -type GamerdtaskAllData struct { +type GameRdtaskAllData struct { Id int32 Type int32 Lastend int32 @@ -24,13 +24,13 @@ type GamerdtaskAllData struct { Reword []*Gameatn } -const TypeId_GamerdtaskAllData = 762735928 +const TypeId_GameRdtaskAllData = 1561697560 -func (*GamerdtaskAllData) GetTypeId() int32 { - return 762735928 +func (*GameRdtaskAllData) GetTypeId() int32 { + return 1561697560 } -func (_v *GamerdtaskAllData)Deserialize(_buf map[string]interface{}) (err error) { +func (_v *GameRdtaskAllData)Deserialize(_buf map[string]interface{}) (err error) { { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["id"].(float64); !_ok_ { err = errors.New("id error"); return }; _v.Id = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["type"].(float64); !_ok_ { err = errors.New("type error"); return }; _v.Type = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["lastend"].(float64); !_ok_ { err = errors.New("lastend error"); return }; _v.Lastend = int32(_tempNum_) } @@ -84,8 +84,8 @@ func (_v *GamerdtaskAllData)Deserialize(_buf map[string]interface{}) (err error) return } -func DeserializeGamerdtaskAllData(_buf map[string]interface{}) (*GamerdtaskAllData, error) { - v := &GamerdtaskAllData{} +func DeserializeGameRdtaskAllData(_buf map[string]interface{}) (*GameRdtaskAllData, error) { + v := &GameRdtaskAllData{} if err := v.Deserialize(_buf); err == nil { return v, nil } else { diff --git a/sys/configure/structs/game.rdtaskChoose.go b/sys/configure/structs/game.rdtaskChoose.go index a848533a1..6d34008d7 100644 --- a/sys/configure/structs/game.rdtaskChoose.go +++ b/sys/configure/structs/game.rdtaskChoose.go @@ -8,34 +8,34 @@ package cfg -type GamerdtaskChoose struct { - _dataMap map[int32]*GamerdtaskChooseData - _dataList []*GamerdtaskChooseData +type GameRdtaskChoose struct { + _dataMap map[int32]*GameRdtaskChooseData + _dataList []*GameRdtaskChooseData } -func NewGamerdtaskChoose(_buf []map[string]interface{}) (*GamerdtaskChoose, error) { - _dataList := make([]*GamerdtaskChooseData, 0, len(_buf)) - dataMap := make(map[int32]*GamerdtaskChooseData) +func NewGameRdtaskChoose(_buf []map[string]interface{}) (*GameRdtaskChoose, error) { + _dataList := make([]*GameRdtaskChooseData, 0, len(_buf)) + dataMap := make(map[int32]*GameRdtaskChooseData) for _, _ele_ := range _buf { - if _v, err2 := DeserializeGamerdtaskChooseData(_ele_); err2 != nil { + if _v, err2 := DeserializeGameRdtaskChooseData(_ele_); err2 != nil { return nil, err2 } else { _dataList = append(_dataList, _v) dataMap[_v.Chooseid] = _v } } - return &GamerdtaskChoose{_dataList:_dataList, _dataMap:dataMap}, nil + return &GameRdtaskChoose{_dataList:_dataList, _dataMap:dataMap}, nil } -func (table *GamerdtaskChoose) GetDataMap() map[int32]*GamerdtaskChooseData { +func (table *GameRdtaskChoose) GetDataMap() map[int32]*GameRdtaskChooseData { return table._dataMap } -func (table *GamerdtaskChoose) GetDataList() []*GamerdtaskChooseData { +func (table *GameRdtaskChoose) GetDataList() []*GameRdtaskChooseData { return table._dataList } -func (table *GamerdtaskChoose) Get(key int32) *GamerdtaskChooseData { +func (table *GameRdtaskChoose) Get(key int32) *GameRdtaskChooseData { return table._dataMap[key] } diff --git a/sys/configure/structs/game.rdtaskChooseData.go b/sys/configure/structs/game.rdtaskChooseData.go index f8b4fbe9d..6a72027a8 100644 --- a/sys/configure/structs/game.rdtaskChooseData.go +++ b/sys/configure/structs/game.rdtaskChooseData.go @@ -10,20 +10,20 @@ package cfg import "errors" -type GamerdtaskChooseData struct { +type GameRdtaskChooseData struct { Chooseid int32 Num int32 RdtaksNum int32 Need []int32 } -const TypeId_GamerdtaskChooseData = 1478012660 +const TypeId_GameRdtaskChooseData = 635237140 -func (*GamerdtaskChooseData) GetTypeId() int32 { - return 1478012660 +func (*GameRdtaskChooseData) GetTypeId() int32 { + return 635237140 } -func (_v *GamerdtaskChooseData)Deserialize(_buf map[string]interface{}) (err error) { +func (_v *GameRdtaskChooseData)Deserialize(_buf map[string]interface{}) (err error) { { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["chooseid"].(float64); !_ok_ { err = errors.New("chooseid error"); return }; _v.Chooseid = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["num"].(float64); !_ok_ { err = errors.New("num error"); return }; _v.Num = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["rdtaks_num"].(float64); !_ok_ { err = errors.New("rdtaks_num error"); return }; _v.RdtaksNum = int32(_tempNum_) } @@ -44,8 +44,8 @@ func (_v *GamerdtaskChooseData)Deserialize(_buf map[string]interface{}) (err err return } -func DeserializeGamerdtaskChooseData(_buf map[string]interface{}) (*GamerdtaskChooseData, error) { - v := &GamerdtaskChooseData{} +func DeserializeGameRdtaskChooseData(_buf map[string]interface{}) (*GameRdtaskChooseData, error) { + v := &GameRdtaskChooseData{} if err := v.Deserialize(_buf); err == nil { return v, nil } else { diff --git a/sys/configure/structs/game.rdtaskType.go b/sys/configure/structs/game.rdtaskType.go index a666ffac2..b1ec19cb7 100644 --- a/sys/configure/structs/game.rdtaskType.go +++ b/sys/configure/structs/game.rdtaskType.go @@ -8,34 +8,34 @@ package cfg -type GamerdtaskType struct { - _dataMap map[int32]*GamerdtaskTypeData - _dataList []*GamerdtaskTypeData +type GameRdtaskType struct { + _dataMap map[int32]*GameRdtaskTypeData + _dataList []*GameRdtaskTypeData } -func NewGamerdtaskType(_buf []map[string]interface{}) (*GamerdtaskType, error) { - _dataList := make([]*GamerdtaskTypeData, 0, len(_buf)) - dataMap := make(map[int32]*GamerdtaskTypeData) +func NewGameRdtaskType(_buf []map[string]interface{}) (*GameRdtaskType, error) { + _dataList := make([]*GameRdtaskTypeData, 0, len(_buf)) + dataMap := make(map[int32]*GameRdtaskTypeData) for _, _ele_ := range _buf { - if _v, err2 := DeserializeGamerdtaskTypeData(_ele_); err2 != nil { + if _v, err2 := DeserializeGameRdtaskTypeData(_ele_); err2 != nil { return nil, err2 } else { _dataList = append(_dataList, _v) dataMap[_v.RdtaksNum] = _v } } - return &GamerdtaskType{_dataList:_dataList, _dataMap:dataMap}, nil + return &GameRdtaskType{_dataList:_dataList, _dataMap:dataMap}, nil } -func (table *GamerdtaskType) GetDataMap() map[int32]*GamerdtaskTypeData { +func (table *GameRdtaskType) GetDataMap() map[int32]*GameRdtaskTypeData { return table._dataMap } -func (table *GamerdtaskType) GetDataList() []*GamerdtaskTypeData { +func (table *GameRdtaskType) GetDataList() []*GameRdtaskTypeData { return table._dataList } -func (table *GamerdtaskType) Get(key int32) *GamerdtaskTypeData { +func (table *GameRdtaskType) Get(key int32) *GameRdtaskTypeData { return table._dataMap[key] } diff --git a/sys/configure/structs/game.rdtaskTypeData.go b/sys/configure/structs/game.rdtaskTypeData.go index 880f3aecf..a779729f6 100644 --- a/sys/configure/structs/game.rdtaskTypeData.go +++ b/sys/configure/structs/game.rdtaskTypeData.go @@ -10,7 +10,7 @@ package cfg import "errors" -type GamerdtaskTypeData struct { +type GameRdtaskTypeData struct { RdtaksNum int32 Typdes int32 Datatime int32 @@ -20,13 +20,13 @@ type GamerdtaskTypeData struct { Data3 int32 } -const TypeId_GamerdtaskTypeData = -279607465 +const TypeId_GameRdtaskTypeData = -1281600649 -func (*GamerdtaskTypeData) GetTypeId() int32 { - return -279607465 +func (*GameRdtaskTypeData) GetTypeId() int32 { + return -1281600649 } -func (_v *GamerdtaskTypeData)Deserialize(_buf map[string]interface{}) (err error) { +func (_v *GameRdtaskTypeData)Deserialize(_buf map[string]interface{}) (err error) { { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["rdtaks_num"].(float64); !_ok_ { err = errors.New("rdtaks_num error"); return }; _v.RdtaksNum = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["typdes"].(float64); !_ok_ { err = errors.New("typdes error"); return }; _v.Typdes = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["datatime"].(float64); !_ok_ { err = errors.New("datatime error"); return }; _v.Datatime = int32(_tempNum_) } @@ -37,8 +37,8 @@ func (_v *GamerdtaskTypeData)Deserialize(_buf map[string]interface{}) (err error return } -func DeserializeGamerdtaskTypeData(_buf map[string]interface{}) (*GamerdtaskTypeData, error) { - v := &GamerdtaskTypeData{} +func DeserializeGameRdtaskTypeData(_buf map[string]interface{}) (*GameRdtaskTypeData, error) { + v := &GameRdtaskTypeData{} if err := v.Deserialize(_buf); err == nil { return v, nil } else { diff --git a/sys/configure/structs/game.serverList.go b/sys/configure/structs/game.serverList.go deleted file mode 100644 index 3b5f79227..000000000 --- a/sys/configure/structs/game.serverList.go +++ /dev/null @@ -1,42 +0,0 @@ - -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ -package cfg - -type Game_serverList struct { - _dataMap map[int32]*Game_serverListData - _dataList []*Game_serverListData -} - -func NewGame_serverList(_buf []map[string]interface{}) (*Game_serverList, error) { - _dataList := make([]*Game_serverListData, 0, len(_buf)) - dataMap := make(map[int32]*Game_serverListData) - for _, _ele_ := range _buf { - if _v, err2 := NewGame_serverListData(_ele_); err2 != nil { - return nil, err2 - } else { - _dataList = append(_dataList, _v) - dataMap[_v.Id] = _v - } - } - return &Game_serverList{_dataList:_dataList, _dataMap:dataMap}, nil -} - -func (table *Game_serverList) GetDataMap() map[int32]*Game_serverListData { - return table._dataMap -} - -func (table *Game_serverList) GetDataList() []*Game_serverListData { - return table._dataList -} - -func (table *Game_serverList) Get(key int32) *Game_serverListData { - return table._dataMap[key] -} - - diff --git a/sys/configure/structs/game.serverListData.go b/sys/configure/structs/game.serverListData.go deleted file mode 100644 index d220bfbd7..000000000 --- a/sys/configure/structs/game.serverListData.go +++ /dev/null @@ -1,33 +0,0 @@ - -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ -package cfg - -import "errors" - -type Game_serverListData struct { - Id int32 - Ip string - Port int32 - GroupId int32 - Name string -} - -func (Game_serverListData) GetTypeId() int { - return 292904775 -} - -func NewGame_serverListData(_buf map[string]interface{}) (_v *Game_serverListData, err error) { - _v = &Game_serverListData{} - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["id"].(float64); !_ok_ { err = errors.New("id error"); return }; _v.Id = int32(_tempNum_) } - { var _ok_ bool; if _v.Ip, _ok_ = _buf["ip"].(string); !_ok_ { err = errors.New("ip error"); return } } - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["port"].(float64); !_ok_ { err = errors.New("port error"); return }; _v.Port = int32(_tempNum_) } - { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["groupId"].(float64); !_ok_ { err = errors.New("groupId error"); return }; _v.GroupId = int32(_tempNum_) } - { var _ok_ bool; if _v.Name, _ok_ = _buf["name"].(string); !_ok_ { err = errors.New("name error"); return } } - return -} diff --git a/sys/configure/structs/game.skillAfteratkData.go b/sys/configure/structs/game.skillAfteratkData.go index 59a22a598..340bf2215 100644 --- a/sys/configure/structs/game.skillAfteratkData.go +++ b/sys/configure/structs/game.skillAfteratkData.go @@ -16,6 +16,7 @@ type GameskillAfteratkData struct { From int32 Limit int32 EmitPR int32 + AfteratkAct string Where []string Order []string Type string @@ -42,6 +43,7 @@ func (_v *GameskillAfteratkData)Deserialize(_buf map[string]interface{}) (err er { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["From"].(float64); !_ok_ { err = errors.New("From error"); return }; _v.From = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["Limit"].(float64); !_ok_ { err = errors.New("Limit error"); return }; _v.Limit = int32(_tempNum_) } { var _ok_ bool; var _tempNum_ float64; if _tempNum_, _ok_ = _buf["EmitPR"].(float64); !_ok_ { err = errors.New("EmitPR error"); return }; _v.EmitPR = int32(_tempNum_) } + { var _ok_ bool; if _v.AfteratkAct, _ok_ = _buf["AfteratkAct"].(string); !_ok_ { err = errors.New("AfteratkAct error"); return } } { var _arr_ []interface{} var _ok_ bool