From bb757a8170548d5a577b86c3ada957a7213f9f83 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Thu, 2 Mar 2023 19:02:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=88=98=E6=96=97=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GameConfig/LocalizeConfig_CN.bytes | 751 +++++++++++++++++++-- GameConfig/LocalizeConfig_EN.bytes | 690 ++++++++++++++++++- GameConfig/LocalizeConfig_TW.bytes | Bin 88473 -> 121823 bytes GameConfig/game_battleready.bytes | Bin 174 -> 211 bytes GameConfig/game_battleready_capskill.bytes | Bin 0 -> 19 bytes GameConfig/game_bubblegroup.bytes | Bin 0 -> 186 bytes GameConfig/game_coin.bytes | Bin 1434 -> 1440 bytes GameConfig/game_combatlevel.bytes | Bin 1613 -> 1610 bytes GameConfig/game_dispatch_battle.bytes | Bin 0 -> 132 bytes GameConfig/game_dispatch_lv.bytes | Bin 0 -> 36 bytes GameConfig/game_dispatch_task.bytes | Bin 0 -> 2700 bytes GameConfig/game_drawcard.bytes | 227 ++++--- GameConfig/game_drop.bytes | Bin 4932 -> 5173 bytes GameConfig/game_equip.bytes | Bin 44118 -> 50492 bytes GameConfig/game_extservers.bytes | 2 +- GameConfig/game_global.bytes | Bin 1418 -> 1591 bytes GameConfig/game_guide.bytes | Bin 1947 -> 1 bytes GameConfig/game_hero.bytes | Bin 30003 -> 28232 bytes GameConfig/game_heroexp.bytes | 2 +- GameConfig/game_initial.bytes | 2 +- GameConfig/game_item.bytes | Bin 30087 -> 48066 bytes GameConfig/game_jumpview.bytes | Bin 9634 -> 9831 bytes GameConfig/game_language.bytes | 28 +- GameConfig/game_mail.bytes | 5 +- GameConfig/game_model.bytes | Bin 18048 -> 18048 bytes GameConfig/game_monsterformat.bytes | Bin 179618 -> 180020 bytes GameConfig/game_msgdistrib.bytes | 2 +- GameConfig/game_newsmithy.bytes | Bin 0 -> 12553 bytes GameConfig/game_opencond.bytes | Bin 6524 -> 6290 bytes GameConfig/game_pagoda.bytes | Bin 9476 -> 11248 bytes GameConfig/game_pandamasbuff.bytes | Bin 0 -> 328 bytes GameConfig/game_pandamasjs.bytes | 1 + GameConfig/game_pandamasjx.bytes | Bin 0 -> 3342 bytes GameConfig/game_pandamasmryl.bytes | 1 + GameConfig/game_pandamasmz.bytes | Bin 0 -> 538 bytes GameConfig/game_pandamastj.bytes | 1 + GameConfig/game_pandamastjjl.bytes | Bin 0 -> 254 bytes GameConfig/game_pandamasyxjx.bytes | Bin 0 -> 585 bytes GameConfig/game_pandsmasexp.bytes | Bin 0 -> 2313 bytes GameConfig/game_privilege.bytes | Bin 6647 -> 6656 bytes GameConfig/game_shop.bytes | Bin 568 -> 678 bytes GameConfig/game_shopitem.bytes | Bin 11263 -> 12122 bytes GameConfig/game_show.bytes | Bin 313 -> 415 bytes GameConfig/game_skillafteratk.bytes | Bin 35756 -> 35953 bytes GameConfig/game_skillatk.bytes | Bin 96872 -> 96872 bytes GameConfig/game_skillbuff.bytes | Bin 15455 -> 16085 bytes GameConfig/game_smithyatlas.bytes | Bin 0 -> 718 bytes GameConfig/game_smithyatlaslv.bytes | Bin 0 -> 288 bytes GameConfig/game_smithyatlasscore.bytes | 8 + GameConfig/game_smithycustomer.bytes | Bin 0 -> 514 bytes GameConfig/game_smithyidtool.bytes | Bin 0 -> 6729 bytes GameConfig/game_smithymodelpool.bytes | 2 + GameConfig/game_smithyproficiency.bytes | Bin 0 -> 45437 bytes GameConfig/game_smithystovev1.bytes | 3 + GameConfig/game_smithytask.bytes | 30 + GameConfig/game_smithytool.bytes | Bin 0 -> 6729 bytes GameConfig/game_teaching.bytes | 2 +- GameConfig/game_trollgoods.bytes | 11 +- GameConfig/game_ui.bytes | Bin 21591 -> 24114 bytes GameConfig/game_vikingboss.bytes | Bin 8491 -> 10910 bytes GameConfig/game_vikingbossskill.bytes | 3 +- GameConfig/game_worldstory.bytes | Bin 97365 -> 115286 bytes GameConfig/game_worldtask.bytes | Bin 4506 -> 7630 bytes lib/FightRunner.dll | Bin 7680 -> 7680 bytes lib/GameFight.dll | Bin 154112 -> 154112 bytes lib/GameProto.dll | Bin 906752 -> 999936 bytes 66 files changed, 1542 insertions(+), 229 deletions(-) create mode 100644 GameConfig/game_battleready_capskill.bytes create mode 100644 GameConfig/game_bubblegroup.bytes create mode 100644 GameConfig/game_dispatch_battle.bytes create mode 100644 GameConfig/game_dispatch_lv.bytes create mode 100644 GameConfig/game_dispatch_task.bytes create mode 100644 GameConfig/game_newsmithy.bytes create mode 100644 GameConfig/game_pandamasbuff.bytes create mode 100644 GameConfig/game_pandamasjs.bytes create mode 100644 GameConfig/game_pandamasjx.bytes create mode 100644 GameConfig/game_pandamasmryl.bytes create mode 100644 GameConfig/game_pandamasmz.bytes create mode 100644 GameConfig/game_pandamastj.bytes create mode 100644 GameConfig/game_pandamastjjl.bytes create mode 100644 GameConfig/game_pandamasyxjx.bytes create mode 100644 GameConfig/game_pandsmasexp.bytes create mode 100644 GameConfig/game_smithyatlas.bytes create mode 100644 GameConfig/game_smithyatlaslv.bytes create mode 100644 GameConfig/game_smithyatlasscore.bytes create mode 100644 GameConfig/game_smithycustomer.bytes create mode 100644 GameConfig/game_smithyidtool.bytes create mode 100644 GameConfig/game_smithymodelpool.bytes create mode 100644 GameConfig/game_smithyproficiency.bytes create mode 100644 GameConfig/game_smithystovev1.bytes create mode 100644 GameConfig/game_smithytask.bytes create mode 100644 GameConfig/game_smithytool.bytes diff --git a/GameConfig/LocalizeConfig_CN.bytes b/GameConfig/LocalizeConfig_CN.bytes index 8f57d92..2333f89 100644 --- a/GameConfig/LocalizeConfig_CN.bytes +++ b/GameConfig/LocalizeConfig_CN.bytes @@ -1,4 +1,4 @@ -“–ChineseSimplified 简体中文ChineseTraditional ç¹ä½“中文English英文1一2二3三4å››5五6å…­7七8å…«9ä¹10åLogin登录 +™ªChineseSimplified 简体中文ChineseTraditional ç¹ä½“中文English英文1一2二3三4å››5五6å…­7七8å…«9ä¹10åLogin登录 MomentDay1 {0}å¤©å‰ MomentDay2 还有{0}天 MomentHour1 {0}å°æ—¶å‰ MomentHour2还有{0}å°æ—¶MomentMinutes1 {0}分钟å‰MomentMinutes2还有{0}分钟MomentSeconds1刚刚MomentSeconds2 1分以内Tuijian推èJuese角色 @@ -73,12 +73,12 @@ hero_45001 乌龟大师 hero_45002梅林 hero_45003ç›– hero_45004ç©¿é´å­çš„猫 -hero_43901 凿˜Ÿç²¾çµ -hero_43902凿˜Ÿç²¾çµÂ·å²è¯— -hero_43903凿˜Ÿç²¾çµÂ·ä¼ è¯´ -hero_42911åˆçº§ç»éªŒç²¾çµ -hero_43911中级ç»éªŒç²¾çµ -hero_44911高级ç»éªŒç²¾çµ +hero_43901 è£è€€å¾½ç«  +hero_43902è£è€€å¾½ç« Â·å²è¯— +hero_43903è£è€€å¾½ç« Â·ä¼ è¯´ +hero_42911åˆçº§åŠŸå¤«å·è½´ +hero_43911中级功夫å·è½´ +hero_44911高级功夫å·è½´ hero_43921技能精çµÂ·ç¨€æœ‰ hero_44921技能精çµÂ·å²è¯— hero_45921技能精çµÂ·ä¼ è¯´ @@ -225,26 +225,26 @@ hero_10008 效果抵抗 hero_10009 æˆé•¿ç”Ÿå‘½ hero_10010 æˆé•¿é˜²å¾¡ hero_10011 æˆé•¿æ”»å‡» -hero_10012å¸è¡€Crit 暴击率Hp生命Def防御Atk攻击HpPro æˆé•¿ç”Ÿå‘½DefPro æˆé•¿é˜²å¾¡AtkPro æˆé•¿æ”»å‡»star_2优秀star_3稀有star_4å²è¯—star_5传说color_1优秀color_2稀有color_3å²è¯—color_4传说color_5䏿œ½color_6超凡race_1ç¼çƒ­race_2涌动race_3呼啸race_4闪耀job_1输出job_2防御job_3辅助job_4控制job_5ææ–™itemdesc_10001使用åŽå¯ä»¥å¼ºåŒ–英雄itemdesc_10002K䏀嗿µ‹è¯•功能的石头,他å¯èƒ½æ˜¯æŸä¸ªä¸èƒ½ä½¿ç”¨çš„æ´»åЍé“å…·itemdesc_10003集é½50ä¸ªç¢Žç‰‡åˆæˆé˜¿å®itemdesc_10004(å¯ä»¥åœ¨ä»¥ä¸‹é“具中选择任选1个itemdesc_10005(å¯ä»¥åœ¨ä»¥ä¸‹é“å…·ä¸­éšæœºèŽ·å–1个itemdesc_10006打开åŽå¯ä»¥è޷得金å¸itemdesc_10007"使用åŽèŽ·å¾—2å°æ—¶é‡‘叿”¶ç›Šitemdesc_10008V使用åŽèŽ·å¾—2å°æ—¶é‡‘叿”¶ç›Šï¼Œä½†æ˜¯ä»–会在2分钟内消失,测下功能。itemdesc_10009L这本魔法书被强大的魔法å°å°äº†ï¼Œé€šè¿‡ç¬¬9999å…³åŽå¯ä»¥å¼€å¯itemdesc_10010?似乎是æŸä¸ªå¤±è½æ–‡æ˜Žçš„è´§å¸ï¼Œæš‚æ—¶åªæœ‰çºªå¿µæ„义itemdesc_100113表针一动ä¸åŠ¨ï¼Œä¹Ÿè®¸æœ‰äººå¯ä»¥ä¿®å¥½å®ƒã€‚itemdesc_10012*精致的木æï¼Œæ•£å‘ç€æ·¡æ·¡çš„香气itemdesc_10013$把它放在背包里会带æ¥å¥½è¿itemdesc_10014<你登录了游æˆå°±æ˜¯å†’险家,就会获得这个勋章itemdesc_10015比幸è¿è‰æ›´å¹¸è¿itemdesc_100169钻石是人造的,所以ä¸èƒ½ç”¨æ¥ä¹°å•†åŸŽçš„商å“itemdesc_20001#集é½50ä¸ªç¢Žç‰‡åˆæˆéšæœºè‹±é›„itemdesc_20002%集é½50ä¸ªç¢Žç‰‡åˆæˆ25001å·è‹±é›„itemdesc_30001å¯ä»¥ç”¨äºŽæ‹›å‹Ÿè‹±é›„itemdesc_30002$å¯ä»¥ç”¨äºŽå¥¥æœ¯é˜µè¥æ‹›å‹Ÿè‹±é›„itemdesc_30003$å¯ä»¥ç”¨äºŽç§‘æŠ€é˜µè¥æ‹›å‹Ÿè‹±é›„itemdesc_30004$å¯ä»¥ç”¨äºŽè‡ªç„¶é˜µè¥æ‹›å‹Ÿè‹±é›„itemdesc_30005$å¯ä»¥ç”¨äºŽå…‰è€€é˜µè¥æ‹›å‹Ÿè‹±é›„itemdesc_500013食用åŽå¯ä»¥æå‡å¥¥æœ¯ç³»è‹±é›„的觉醒等级itemdesc_500023食用åŽå¯ä»¥æå‡ç§‘技系英雄的觉醒等级itemdesc_500033食用åŽå¯ä»¥æå‡è‡ªç„¶ç³»è‹±é›„的觉醒等级itemdesc_500043食用åŽå¯ä»¥æå‡å…‰è€€ç³»è‹±é›„的觉醒等级itemdesc_500053食用åŽå¯ä»¥æå‡å¥¥æœ¯ç³»è‹±é›„的觉醒等级itemdesc_500063食用åŽå¯ä»¥æå‡ç§‘技系英雄的觉醒等级itemdesc_500073食用åŽå¯ä»¥æå‡è‡ªç„¶ç³»è‹±é›„的觉醒等级itemdesc_500083食用åŽå¯ä»¥æå‡å…‰è€€ç³»è‹±é›„的觉醒等级itemdesc_500093食用åŽå¯ä»¥æå‡å¥¥æœ¯ç³»è‹±é›„的觉醒等级itemdesc_500103食用åŽå¯ä»¥æå‡ç§‘技系英雄的觉醒等级itemdesc_500113食用åŽå¯ä»¥æå‡è‡ªç„¶ç³»è‹±é›„的觉醒等级itemdesc_500123食用åŽå¯ä»¥æå‡å…‰è€€ç³»è‹±é›„的觉醒等级itemdesc_60001å¯ä»¥ä»»é€‰ä¸€ä»¶5星装备itemdesc_60002"å¯ä»¥éšæœºèŽ·å¾—ä¸€ä»¶5星装备itemdesc_60003å¯ä»¥è޷得䏀套5星装备itemname_10001åˆçº§ç»éªŒç²¾çµitemname_10002石头itemname_100035星阿å®ç¢Žç‰‡itemname_10004金å¸è‡ªé€‰ç®±itemname_10005éšæœºé‡‘å¸ç®±å­itemname_10006 金å¸ç®±å­itemname_10007 2å°æ—¶é‡‘å¸itemname_10008特殊2å°æ—¶é‡‘å¸itemname_10009被å°å°çš„魔法书itemname_10010 å¤ä»£ç¡¬å¸itemname_10011åæŽ‰çš„钟表itemname_10012木æitemname_10013 å››å¶è‰itemname_10014冒险家勋章itemname_10015猫猫护身符itemname_10016 人造钻石itemname_20001éšæœºè‹±é›„碎片itemname_2000225001å·ç¢Žç‰‡itemname_30001 时空石itemname_30002 奥术石itemname_30003 科技石itemname_30004 自然石itemname_30005 光耀石itemname_50001奥术美食-低级itemname_50002科技美食-低级itemname_50003自然美食-低级itemname_50004光耀美食-低级itemname_50005奥术美食-中级itemname_50006科技美食-中级itemname_50007自然美食-中级itemname_50008光耀美食-中级itemname_50009奥术美食-高级itemname_50010科技美食-高级itemname_50011自然美食-高级itemname_50012光耀美食-高级itemname_600015星装备自选箱itemname_600025æ˜Ÿè£…å¤‡éšæœºç®±itemname_600035星套装å®ç®± server_10001æœ¬åœ°æµ‹è¯•æœ server_10006 乌鸦岭 server_10003 和平谷 server_10004 凤凰城 server_10005 翡翠宫skillname_190011000阿å®é˜Ÿé•¿æŠ€skillname_190012000 熊猫拳skillname_190013000 太æžä¸€å¼skillname_190011003 太æžé›¶å¼skillname_190014000波比队长技skillname_190016000 å’Œè°éŸ³å¾‹skillname_190017000 欢悦之舞skillname_190018000 彩虹音符 +hero_10012å¸è¡€Crit 暴击率Hp生命Def防御Atk攻击HpPro æˆé•¿ç”Ÿå‘½DefPro æˆé•¿é˜²å¾¡AtkPro æˆé•¿æ”»å‡»star_2优秀star_3稀有star_4å²è¯—star_5传说color_1优秀color_2稀有color_3å²è¯—color_4传说color_5䏿œ½color_6超凡race_1ç¼çƒ­race_2涌动race_3呼啸race_4闪耀job_1攻击job_2防御job_3辅助job_4控制job_5ææ–™itemdesc_10001使用åŽå¯ä»¥å¼ºåŒ–守护者itemdesc_10002K䏀嗿µ‹è¯•功能的石头,他å¯èƒ½æ˜¯æŸä¸ªä¸èƒ½ä½¿ç”¨çš„æ´»åЍé“å…·itemdesc_10003集é½50ä¸ªç¢Žç‰‡åˆæˆé˜¿å®itemdesc_10004(å¯ä»¥åœ¨ä»¥ä¸‹é“具中选择任选1个itemdesc_10005(å¯ä»¥åœ¨ä»¥ä¸‹é“å…·ä¸­éšæœºèŽ·å–1个itemdesc_10006打开åŽå¯ä»¥è޷得金å¸itemdesc_10007"使用åŽèŽ·å¾—2å°æ—¶é‡‘叿”¶ç›Šitemdesc_10008V使用åŽèŽ·å¾—2å°æ—¶é‡‘叿”¶ç›Šï¼Œä½†æ˜¯ä»–会在2分钟内消失,测下功能。itemdesc_10009L这本魔法书被强大的魔法å°å°äº†ï¼Œé€šè¿‡ç¬¬9999å…³åŽå¯ä»¥å¼€å¯itemdesc_10010?似乎是æŸä¸ªå¤±è½æ–‡æ˜Žçš„è´§å¸ï¼Œæš‚æ—¶åªæœ‰çºªå¿µæ„义itemdesc_100113表针一动ä¸åŠ¨ï¼Œä¹Ÿè®¸æœ‰äººå¯ä»¥ä¿®å¥½å®ƒã€‚itemdesc_10012*精致的木æï¼Œæ•£å‘ç€æ·¡æ·¡çš„香气itemdesc_10013$把它放在背包里会带æ¥å¥½è¿itemdesc_10014<你登录了游æˆå°±æ˜¯å†’险家,就会获得这个勋章itemdesc_10015比幸è¿è‰æ›´å¹¸è¿itemdesc_100169钻石是人造的,所以ä¸èƒ½ç”¨æ¥ä¹°å•†åŸŽçš„商å“itemdesc_20001&集é½50ä¸ªç¢Žç‰‡åˆæˆéšæœºå®ˆæŠ¤è€…itemdesc_20002(集é½50ä¸ªç¢Žç‰‡åˆæˆ25001å·å®ˆæŠ¤è€…itemdesc_30001å¯ä»¥ç”¨äºŽæ‹›å‹Ÿå®ˆæŠ¤è€…itemdesc_30002'å¯ä»¥ç”¨äºŽå¥¥æœ¯é˜µè¥æ‹›å‹Ÿå®ˆæŠ¤è€…itemdesc_30003'å¯ä»¥ç”¨äºŽç§‘æŠ€é˜µè¥æ‹›å‹Ÿå®ˆæŠ¤è€…itemdesc_30004'å¯ä»¥ç”¨äºŽè‡ªç„¶é˜µè¥æ‹›å‹Ÿå®ˆæŠ¤è€…itemdesc_30005'å¯ä»¥ç”¨äºŽå…‰è€€é˜µè¥æ‹›å‹Ÿå®ˆæŠ¤è€…itemdesc_500016食用åŽå¯ä»¥æå‡å¥¥æœ¯ç³»å®ˆæŠ¤è€…的觉醒等级itemdesc_500026食用åŽå¯ä»¥æå‡ç§‘技系守护者的觉醒等级itemdesc_500036食用åŽå¯ä»¥æå‡è‡ªç„¶ç³»å®ˆæŠ¤è€…的觉醒等级itemdesc_500046食用åŽå¯ä»¥æå‡å…‰è€€ç³»å®ˆæŠ¤è€…的觉醒等级itemdesc_500056食用åŽå¯ä»¥æå‡å¥¥æœ¯ç³»å®ˆæŠ¤è€…的觉醒等级itemdesc_500066食用åŽå¯ä»¥æå‡ç§‘技系守护者的觉醒等级itemdesc_500076食用åŽå¯ä»¥æå‡è‡ªç„¶ç³»å®ˆæŠ¤è€…的觉醒等级itemdesc_500086食用åŽå¯ä»¥æå‡å…‰è€€ç³»å®ˆæŠ¤è€…的觉醒等级itemdesc_500096食用åŽå¯ä»¥æå‡å¥¥æœ¯ç³»å®ˆæŠ¤è€…的觉醒等级itemdesc_500106食用åŽå¯ä»¥æå‡ç§‘技系守护者的觉醒等级itemdesc_500116食用åŽå¯ä»¥æå‡è‡ªç„¶ç³»å®ˆæŠ¤è€…的觉醒等级itemdesc_500126食用åŽå¯ä»¥æå‡å…‰è€€ç³»å®ˆæŠ¤è€…的觉醒等级itemdesc_60001å¯ä»¥ä»»é€‰ä¸€ä»¶5星装备itemdesc_60002"å¯ä»¥éšæœºèŽ·å¾—ä¸€ä»¶5星装备itemdesc_60003å¯ä»¥è޷得䏀套5星装备itemname_10001åˆçº§åŠŸå¤«å·è½´itemname_10002石头itemname_100035星阿å®ç¢Žç‰‡itemname_10004金å¸è‡ªé€‰ç®±itemname_10005éšæœºé‡‘å¸ç®±å­itemname_10006 金å¸ç®±å­itemname_10007 2å°æ—¶é‡‘å¸itemname_10008特殊2å°æ—¶é‡‘å¸itemname_10009被å°å°çš„魔法书itemname_10010 å¤ä»£ç¡¬å¸itemname_10011åæŽ‰çš„钟表itemname_10012木æitemname_10013 å››å¶è‰itemname_10014冒险家勋章itemname_10015猫猫护身符itemname_10016 人造钻石itemname_20001éšæœºå®ˆæŠ¤è€…碎片itemname_2000225001å·ç¢Žç‰‡itemname_30001 时空石itemname_30002 奥术石itemname_30003 科技石itemname_30004 自然石itemname_30005 光耀石itemname_50001奥术美食-低级itemname_50002科技美食-低级itemname_50003自然美食-低级itemname_50004光耀美食-低级itemname_50005奥术美食-中级itemname_50006科技美食-中级itemname_50007自然美食-中级itemname_50008光耀美食-中级itemname_50009奥术美食-高级itemname_50010科技美食-高级itemname_50011自然美食-高级itemname_50012光耀美食-高级itemname_600015星装备自选箱itemname_600025æ˜Ÿè£…å¤‡éšæœºç®±itemname_600035星套装å®ç®± server_10001æœ¬åœ°æµ‹è¯•æœ server_10006 乌鸦岭 server_10003 和平谷 server_10004 凤凰城 server_10005 翡翠宫skillname_190011000阿å®é˜Ÿé•¿æŠ€skillname_190012000 熊猫拳skillname_190013000 太æžä¸€å¼skillname_190011003 太æžé›¶å¼skillname_190014000波比队长技skillname_190016000 å’Œè°éŸ³å¾‹skillname_190017000 欢悦之舞skillname_190018000 彩虹音符 ComingSoon 敬请期待 -NotYetOpen 暂未开放 tips_10036当剿˜Ÿçƒå®¹é‡è¶…è½½ï¼Œè¯·æ›´æ¢æ˜Ÿçƒå¼€å¯å†’险 tips_1004-当å‰ä¸–界正在建设中,请ç¨åŽè¿›å…¥ tips_1005 强化失败 tips_1006Tå·²ä½©æˆ´çš„è£…å¤‡çš„è‹±é›„ï¼Œè‹¥ä½œä¸ºææ–™åˆ™è£…备会被å–下,是å¦ç¡®è®¤ï¼Ÿ tips_1007<当å‰è£…备已被其他英雄穿戴,是å¦ç¡®è®¤æ›´æ¢ï¼Ÿ nonactivated 未激活 activated 已激活opencond_prompt_10001通关2-26å¼€å¯opencond_prompt_10002æš‚ä¸å¼€å¯ï¼Œæ•¬è¯·æœŸå¾…opencond_prompt_10003)å¼€æœç¬¬2天开å¯ä¸”通关2-14åŽå¼€å¯num_1001 主线入å£num_1002招募num_1003 剧情副本num_1004 武馆入å£num_1005主题活动入å£num_1006 迷雾岛屿num_1007 大战泰å¦num_1008 心魔塔num_1009 æ•羊大赛num_1010黑暗料ç†å¤§èµ›num_1011地下角斗场num_1012疯狂竞技赛num_1013 五侠擂å°num_1014 è—书馆num_1015 ç¯ç«èˆžä¼šnum_1016商队num_1017 美食馆num_1018戈伯é“匠铺num_1019 丛林决战num_2020èŠå¤©num_2021世界num_2022公会num_2023ç§èŠnum_2024è·¨æœnum_2025系统num_2026 熊猫武馆num_2036 æˆé•¿ä»»åŠ¡opencond_name_10001背包opencond_name_10002购物opencond_name_10003è”盟opencond_name_10004邮件opencond_name_10005好å‹opencond_name_10006å¡ç‰Œopencond_name_10007å¯å®¤opencond_name_10008商城opencond_name_10009活动opencond_name_10010任务hero_help_10001 å…»æˆè¯´æ˜Žhero_help_10002 英雄å‡çº§hero_help_100039英雄å¯é€šè¿‡å‡ºæˆ˜æˆ–叿”¶ç»éªŒç²¾çµæå‡ç­‰çº§ã€‚hero_help_10004 è‹±é›„å‡æ˜Ÿhero_help_10005ä¸åŒæ˜Ÿçº§çš„英雄有ä¸åŒçš„等级上é™ï¼Œ3星为30级,4星为40级,5星为50级,6星为60级。
英雄达到等级上é™åŽï¼Œéœ€è¦é€šè¿‡å‡æ˜Ÿè¿›ä¸€æ­¥æå‡ç­‰çº§ã€‚
凿˜ŸåŽè‹±é›„的属性将得到æå‡ã€‚
凿˜Ÿç²¾çµæ˜¯è‹±é›„凿˜Ÿçš„优质素æã€‚hero_help_10006 技能å‡çº§hero_help_10007€ú使用稀有/å²è¯—/传说å“质的技能精çµå¯ä»¥æå‡å¯¹åº”å“质英雄的技能等级,技能å‡çº§æ—¶å°†éšæœºé€‰æ‹©è¿˜å¯ä»¥ç»§ç»­å‡çº§çš„æŠ€èƒ½ã€‚
如果英雄的所有技能等级满级,将ä¸èƒ½å†ä½¿ç”¨æŠ€èƒ½ç²¾çµæå‡ç­‰çº§ã€‚hero_help_10008详情hero_help_10009装备hero_help_10010强化hero_help_10011技能hero_help_10012觉醒hero_help_10013图鉴hero_help_10014 队长技hero_help_10015æ˜¯å¦æ˜¾ç¤ºå…¨æœåŠ ç‚¹hero_help_10016共鸣hero_equip_WearEquip 装备æˆåŠŸhero_equip_intensify强化hero_equip_automatic 自动强化hero_equip_wear穿戴hero_equip_unlock {0}级解é”hero_equip_StrengthenTitle 强化装备hero_equip_SuccessRate æˆåŠŸçŽ‡hero_equip_TakeOffEquip 脱下æˆåŠŸhero_equip_takeoff脱下hero_equip_sucess 激活æˆåŠŸhero_equip_SucessText1攻势套装激活æˆåŠŸhero_equip_SucessText2é€é£Žå¥—装激活æˆåŠŸhero_equip_SucessText3寒霜套装激活æˆåŠŸhero_equip_SucessText4渴血套装激活æˆåŠŸhero_equip_SucessText5愈åˆå¥—装激活æˆåŠŸhero_equip_SucessText6祈愿套装激活æˆåŠŸhero_equip_SucessText7脉冲套装激活æˆåŠŸhero_equip_SucessText8è£å†³å¥—装激活æˆåŠŸhero_equip_SucessText9炼心套装激活æˆåŠŸhero_equip_SucessText10庇佑套装激活æˆåŠŸhero_equip_SucessText11牧神套装激活æˆåŠŸhero_equip_SucessText12玄武套装激活æˆåŠŸhero_equip_SucessText13箭神套装激活æˆåŠŸhero_equip_SucessText14预言套装激活æˆåŠŸhero_equip_SucessText15月盾套装激活æˆåŠŸhero_equip_SucessText16破妄套装激活æˆåŠŸhero_equip_SucessText17诅咒套装激活æˆåŠŸhero_equip_SucessText18守护套装激活æˆåŠŸhero_equip_SucessText19御å…套装激活æˆåŠŸhero_equip_SuitEffect æå‡æ•ˆæžœhero_equip_SetSkills 激活技能smithy_name_1001木质smithy_name_1002石质smithy_name_1003é“è´¨smithy_name_1004钢质smithy_name_1005 铂金质smithy_name_1006 钻石质smithy_name_1007 星耀石质smithy_name_1008 星陨石质smithy_name_1009 星核质smithy_name_1010宇宙粒å­è´¨smithy_name_1011 战斗装备smithy_name_1012 辅助装备smithy_name_1013 特殊装备smithy_name_1014 åšå·¥æ¡ä»¶smithy_name_1015 定制数é‡smithy_name_1016 é“匠日程smithy_txt_1001快给我å‡çº§smithy_txt_1002çº¢ä¼žä¼žå•Šç™½æ†æ†smithy_txt_1003 找我下å•smithy_txt_1004æ¬¢è¿Žä¸‹æ¬¡å†æ¥å•Šsmithy_txt_1005 哼哧哼哧smithy_txt_1006点我领装备咯smithy_txt_1007c我倒是有办法制造更高级的装备,å¯ä½ å¾—å…ˆå‡çº§é“¸é€ å°ï¼Œå¦åˆ™æˆ‘肯定锤å它smithy_txt_1008<æˆ‘å¯æ˜¯ç»´äº¬äººä¸­æŠ€æœ¯æœ€é«˜è¶…çš„é“åŒ ï¼Œç«¥åŸæ— æ¬ºsmithy_txt_1009 制作队列smithy_txt_1010已制作装备viking_boss_1001 ç«ç„°æ³°å¦viking_boss_1002 冰之泰å¦viking_boss_1003 森林泰å¦viking_boss_1004`熔岩泰å¦å·¨äººæ¥è‡ªäºŽé¥è¿œçš„ç«å±±ï¼Œå®ƒçš„ç«ç„°å±žæ€§ä½¿å¾—所到之处,一片è’芜viking_boss_1005H冰霜泰å¦å·¨äººä»Žæžå¯’之地而æ¥ï¼Œæ²¡æœ‰ä»€ä¹ˆæ¯”它更寒冷了viking_boss_1006K森林泰å¦è¯žç”ŸäºŽå¹¿è¢¤çš„æ£®æž—之中,是所有动物们的守护神weapons_boss_1001巨怪weapons_boss_1002?å·¨æ€ªæ˜¯ä¸€ä¸ªå¼ºå¤§çš„é¦–é¢†ï¼Œå®ˆæŠ¤è€…æ— æ•°çæƒœçš„ææ–™hunting_boss_1001 巨型猩猩hunting_boss_1002ç«é¾™hunting_boss_1003大厨hunting_boss_1004 格尔æ—hunting_boss_1005o传说中的巨型猩猩是一个éžå¸¸ææ€–的角色,它暴戾且狡猾,与它为敌一定è¦éžå¸¸å°å¿ƒhunting_boss_1006Kç«é¾™å¯ä»¥ä»Žå˜´é‡Œå–·å‡ºçŒ›çƒˆçš„ç«ç„°ï¼Œå¯¹åœ°é¢é€ æˆæ¯ç­æ€§æ‰“击hunting_boss_1007€¢è¿™ä½é¢å®¹ç‹°ç‹žã€æ€§æ ¼ä¸¥é…·çš„主厨曾因擅于“烹饪â€é­”å‘ç²¾çµç«éåšå•ƒæ—ï¼Œä½†åŽæ¥åˆå› å®´ä¼šä¸Šç²¾çµä»¬çš„集体脱逃而身败å裂。hunting_boss_1008aå在盔甲里的瓜星人的领袖,因为被波波星人带走了孩å­ä¸€è·¯è¿½åˆ°äº†åœ°çƒ. gourmet_lv1#[color=#7DF829]马马虎虎[/color] gourmet_lv2#[color=#7DF829]å¯åœˆå¯ç‚¹[/color] gourmet_lv3#[color=#23E4EF]孰能生巧[/color] gourmet_lv4#[color=#23E4EF]驾轻就熟[/color] gourmet_lv5#[color=#B43AEF]得心应手[/color] gourmet_lv6#[color=#B43AEF]游刃有余[/color] gourmet_lv7#[color=#E96610]匠心独è¿[/color] gourmet_lv8#[color=#E96610]神乎其技[/color] gourmet_cook1olor=#14E545]1级[/color] gourmet_cook2olor=#14E545]2级[/color] gourmet_cook3olor=#14E545]3级[/color] gourmet_cook4olor=#14E545]4级[/color] gourmet_cook5olor=#14E545]5级[/color] gourmet_cook6olor=#14E545]6级[/color] gourmet_cook7olor=#14E545]7级[/color] gourmet_cook8olor=#14E545]8级[/color] gourmet_cook9olor=#14E545]9级[/color]gourmet_cook10[color=#14E545]10级[/color]gourmet_cook11[color=#14E545]11级[/color]gourmet_cook12[color=#14E545]12级[/color]gourmet_cook13[color=#14E545]13级[/color]gourmet_cook14[color=#14E545]14级[/color]gourmet_cook15[color=#14E545]15级[/color]gourmet_affix1[color=#14E545]æ— [/color]gourmet_affix2[color=#4a96e3]æžä½Ž[/color]gourmet_affix3[color=#be3ce8]中等[/color]gourmet_affix4[color=#e8893c]较高[/color]gourmet_affix5[color=#e9361e]æžé«˜[/color]efficiency_describe1æ¯ä»½è®¢å•æ—¶é—´-1分钟efficiency_describe2æ¯ä»½è®¢å•æ—¶é—´-2分钟efficiency_describe3æ¯ä»½è®¢å•æ—¶é—´-3分钟efficiency_describe4æ¯ä»½è®¢å•æ—¶é—´-4分钟efficiency_describe5æ¯ä»½è®¢å•æ—¶é—´-5分钟efficiency_describe6æ¯ä»½è®¢å•æ—¶é—´-6分钟efficiency_describe7æ¯ä»½è®¢å•æ—¶é—´-7分钟efficiency_describe8æ¯ä»½è®¢å•æ—¶é—´-8分钟efficiency_describe9æ¯ä»½è®¢å•æ—¶é—´-9分钟efficiency_describe10æ¯ä»½è®¢å•æ—¶é—´-10分钟efficiency_describe11æ¯ä»½è®¢å•æ—¶é—´-11分钟efficiency_describe12æ¯ä»½è®¢å•æ—¶é—´-12分钟efficiency_describe13æ¯ä»½è®¢å•æ—¶é—´-13分钟efficiency_describe14æ¯ä»½è®¢å•æ—¶é—´-14分钟efficiency_describe15æ¯ä»½è®¢å•æ—¶é—´-15分钟 gourmet_name1 魔法厨艺 gourmet_name2 功夫厨艺 gourmet_name3 科技厨艺 gourmet_name4 月能厨艺 gourmet_name5 高效制作resonance_help_information共鸣帮助信æ¯awaken_help_informationF英雄觉醒说明
1.英雄1级时å¯ä»¥è¿›è¡Œè§‰é†’
2.英雄在10/20/30/40/50级å¯é¢å¤–进行1次觉醒,æ¯å英雄最多å¯è§‰é†’至6阶。
3.æ¯æ¬¡è§‰é†’éœ€è¦æ¶ˆè€—å¯¹åº”çš„è§‰é†’ææ–™ï¼Œè§‰é†’ææ–™å¯ä»¥é€šè¿‡ä¸›æž—决战玩法获å–。
4.é«˜çº§è§‰é†’ææ–™å¯ä»¥é€šè¿‡ä½Žçº§è§‰é†’ææ–™åˆæˆèŽ·å¾—ã€‚pagoda_help_title爬塔帮助帮助信æ¯vikingexpedition_help_title大战泰å¦å¸®åŠ©ä¿¡æ¯EnchantingCopy_help_title附魔副本帮助信æ¯hunting_help_title丛林决战帮助信æ¯CompositeCard_help_titleå¡ç‰Œåˆæˆå¸®åŠ©ä¿¡æ¯arena_help_title竞技场帮助信æ¯kungfu_help_title武馆帮助信æ¯guild_help_title公会帮助信æ¯Fetter_help_titleç¾ç»Šå¸®åŠ©ä¿¡æ¯GoodImpression_help_title好感度帮助信æ¯blacksmith_help_titleé“匠铺帮助信æ¯delicious_help_title美食馆帮助信æ¯pagoda_help_content爬塔帮助说明文本vikingexpedition_help_contentI1.维京远å¾ä¸€å…±16个难度,通过挑战BOSS获得胜利å¯ä»¥é€çº§è§£é”,BOSS难度越高掉è½çš„é“å…·å“质越好。
2.维京远å¾ä¸­æ¯ä¸ªBOSS挑战进度和阵容ä¿å­˜ç›¸äº’独立。
挑战中å¯ä»¥ä½¿ç”¨å¥½å‹åŠ©æˆ˜è‹±é›„ï¼Œä½†æ— è®ºæˆ˜æ–—ç»“æžœå¦‚ä½•ï¼Œæ¯ä¸ªå¥½å‹çš„英雄一天内都åªèƒ½ä½¿ç”¨ä¸€æ¬¡EnchantingCopy_help_content‚N1.附魔副本æ¯3天一轮,系统刷新时间0:00å¼€å¯ï¼Œç¬¬ä¸‰å¤©23:00结æŸï¼Œç»“æŸåŽè¿›å…¥1å°æ—¶ç»“算时间,结算完æˆåŽå¼€å¯æ–°çš„赛季。
2.结算时间内ä¸å¯ç»§ç»­æŒ‘战和购买挑战券,结算完æˆåŽç³»ç»Ÿå°†é€šè¿‡é‚®ä»¶å‘放结算奖励
3.æ¯ä¸ªçŽ©å®¶æœ€å¤šå¯ä»¥æ´¾å‡º3个å°é˜Ÿï¼ˆæœ€å¤š15å英雄)进行BOSS挑战,æ¯ä¸€å¯¹ä¾æ¬¡ä¸ŽBOSS战斗,战败åŽä¸‹ä¸€é˜ŸæŽ¥åŠ›ã€‚ç¬¬äºŒé˜Ÿå’Œç¬¬ä¸‰é˜Ÿåˆ†åˆ«åœ¨45级和60级解é”。
4.个人排行的积分为本赛季3个最高记录之和,è”盟排行都积分为è”盟所有æˆå‘˜ç§¯åˆ†ä¹‹å’Œã€‚hunting_help_content/1.丛林决战中玩家å¯ä»¥é€šè¿‡æŒ‘战BOSSæ¥èŽ·å–食æï¼Œé£Ÿæå¯ä»¥åœ¨ç¾Žé£Ÿé¦†åˆ¶ä½œæˆå„类美食。
2.BOSS一共10个难度通过挑战BOSS获得胜利å¯ä»¥é€çº§è§£é”,BOSS难度越高掉è½çš„食æè¶Šç¨€æœ‰ã€‚
3.丛林决战中æ¯ä¸ªBOSS挑战进度和阵容ä¿å­˜ç›¸äº’独立。CompositeCard_help_content€º1.å¡ç‰Œåˆæˆéœ€è¦çš„ææ–™ä¸ºå…¶ä»–英雄å¡ç‰Œï¼Œå¹¶å¯¹è¿™äº›å¡ç‰Œæœ‰ä¸€å®šè§‰é†’和等级的需求。
2.å¡ç‰ŒåˆæˆåŽåŽŸå¡å°†ä¼šè¢«æ¶ˆè€—,新å¡ä¸ºåˆå§‹çжæ€ï¼ˆ1级)。arena_help_contentb1.竞技场中若挑战胜利则会增加积分,挑战失败则会å‡å°‘积分。
2.挑战对象的积分比自己高的越多,挑战失败扣除积分越少,获胜扣除积分越多,å之亦然。
积分赛æ¯å‘¨ä¸€ä¸ªèµ›å­£ï¼Œèµ›å­£ç»“æŸåŽå°†ä¼šæ ¹æ®å½“剿ޒå呿”¾é‚®ä»¶å¥–励并根æ®å½“剿®µä½è°ƒæ•´æ–°èµ›å­£çš„åˆå§‹ç§¯åˆ†ã€‚kungfu_help_content€’1.武馆中å¯ä»¥æ”¾ç½®è‹±é›„æ¥æå‡è‹±é›„等级,放置中的英雄ä¸å½±å“战斗上阵。
2.å‡çº§æ•™ä¹ ç­‰çº§å°†ä¼šæé«˜è®­ç»ƒé€Ÿåº¦ã€‚guild_help_contentƒ1.公会退出åŽä¼šè¿›å…¥24å°æ—¶CD,期间ä¸èƒ½åˆ›å»ºæˆ–加入新的公会。被动被移除公会则ä¸ä¼šæœ‰CDé™åˆ¶ã€‚
2.公会解散有24å°æ—¶å†·é™æœŸï¼Œ24å°æ—¶å†…盟主å¯ä»¥å–消解散公会,若ä¸å–消则会解散公会且无法æ¢å¤ã€‚
3.公会å‡çº§åŽä¼šæå‡å…¬ä¼šäººæ•°å®¹é‡ï¼Œå®Œæˆå…¬ä¼šä»»åŠ¡å’Œç­¾åˆ°ç­‰æ–¹å¼å¯ä»¥èŽ·å–用于æå‡å·¥ä¼šçš„ç»éªŒã€‚Fetter_help_content€æ1.需è¦å‡‘é½ç¾ç»Šä¸­æ‰€æœ‰è‹±é›„æ‰å¯ä»¥æ¿€æ´»ç¾ç»Šã€‚
2.å½“è‹±é›„è¢«åˆ†è§£æˆ–ç”¨äºŽåˆæˆææ–™åŽï¼Œç¾ç»Šä¸ä¼šæ¶ˆå¤±ã€‚
3.ç¾ç»Šæ¿€æ´»åŽå¯ä»¥é€šè¿‡æå‡äº’为ç¾ç»Šçš„è‹±é›„å¥½æ„Ÿåº¦ç­‰çº§æ¥æå‡ç¾ç»Šç­‰çº§ã€‚GoodImpression_help_content€Ú1.通过赠é€è‹±é›„礼物å¯ä»¥æå‡è‹±é›„好感度,ä¸åŒç¤¼ç‰©æå‡çš„好感度ä¸åŒï¼Œä¸åŒè‹±é›„喜好的好感é“å…·ä¸åŒã€‚
2.å½“è‹±é›„è¢«åˆ†è§£æˆ–ç”¨äºŽåˆæˆææ–™åŽï¼Œå¥½æ„Ÿåº¦è¿›åº¦ä¸ä¼šæ¶ˆå¤±ã€‚blacksmith_help_content,1.é“匠铺中å¯ä»¥æ‰“é€ è£…å¤‡ï¼Œè¶Šé«˜çº§çš„è£…å¤‡éœ€è¦æ¶ˆè€—çš„ææ–™æ•°é‡è¶Šå¤šï¼Œéœ€è¦çš„ææ–™è¶Šç¨€æœ‰ï¼Œç›¸åº”的打造的装备也会更高级。
é“åŒ é“ºä¸­æ‰“é€ çš„ææ–™å¯ä»¥é€šè¿‡ç»´äº¬è¿œå¾æ”¶é›†ï¼Œæå‡å†¶ç‚¼ç‚‰å’Œåˆ¶é€ å°å¯ä»¥åˆ†åˆ«æå‡åˆ¶é€ è£…备的å“质和速度。delicious_help_content€¯1.美食馆中å¯ä»¥åˆ¶é€ ç¾Žé£Ÿæä¾›ç»™è‹±é›„享用,英雄食用美食åŽå¯èƒ½ä¼šèµ é€ç¤¼ç‰©ã€‚2.æå‡åŽ¨å¸ˆæŠ€èƒ½å’Œç­‰çº§å¯ä»¥æå‡åˆ¶é€ ç¾Žé£Ÿçš„å“质和速度。awaken_ConsumableMaterials æ¶ˆè€—ææ–™awaken_MaterialSynthesis ææ–™åˆæˆawaken_intermediate ä¸­çº§ææ–™ awaken_senior é«˜çº§ææ–™awaken_SynthesisDecompositio/åˆæˆéœ€è¦5ä¸ªææ–™ï¼Œåˆ†è§£å¾—到3ä¸ªææ–™awaken_Synthesisåˆæˆæ¯”例为5:1awaken_Decompositio分解比例为1:3awaken_SynthesisBtnåˆæˆawaken_DecomposBtn分解awaken_SynthesisTab åˆæˆææ–™awaken_decompos åˆ†è§£ææ–™ +NotYetOpen 暂未开放 tips_10036当剿˜Ÿçƒå®¹é‡è¶…è½½ï¼Œè¯·æ›´æ¢æ˜Ÿçƒå¼€å¯å†’险 tips_1004-当å‰ä¸–界正在建设中,请ç¨åŽè¿›å…¥ tips_1005 强化失败 tips_1006Wå·²ä½©æˆ´çš„è£…å¤‡çš„å®ˆæŠ¤è€…ï¼Œè‹¥ä½œä¸ºææ–™åˆ™è£…备会被å–下,是å¦ç¡®è®¤ï¼Ÿ tips_1007?当å‰è£…备已被其他守护者穿戴,是å¦ç¡®è®¤æ›´æ¢ï¼Ÿ nonactivated 未激活 activated 已激活opencond_prompt_10001通关2-26å¼€å¯opencond_prompt_10002æš‚ä¸å¼€å¯ï¼Œæ•¬è¯·æœŸå¾…opencond_prompt_10003)å¼€æœç¬¬2天开å¯ä¸”通关2-14åŽå¼€å¯num_1001 主线入å£num_1002招募num_1003 剧情副本num_1004 武馆入å£num_1005主题活动入å£num_1006 迷雾岛屿num_1007 大战泰å¦num_1008 心魔塔num_1009 æ•羊大赛num_1010黑暗料ç†å¤§èµ›num_1011地下角斗场num_1012疯狂竞技赛num_1013 五侠擂å°num_1014 è—书馆num_1015 ç¯ç«èˆžä¼šnum_1016商队num_1017 美食馆num_1018戈伯é“匠铺num_1019 丛林决战num_2020èŠå¤©num_2021世界num_2022公会num_2023ç§èŠnum_2024è·¨æœnum_2025系统num_2026 熊猫武馆num_2036 æˆé•¿ä»»åŠ¡opencond_name_10001背包opencond_name_10002购物opencond_name_10003è”盟opencond_name_10004邮件opencond_name_10005好å‹opencond_name_10006å¡ç‰Œopencond_name_10007å¯å®¤opencond_name_10008商城opencond_name_10009活动opencond_name_10010任务hero_help_10001 å…»æˆè¯´æ˜Žhero_help_10002守护者å‡çº§hero_help_10003?守护者å¯é€šè¿‡å‡ºæˆ˜æˆ–叿”¶åŠŸå¤«å·è½´æå‡å®ˆæŠ¤å€¼ã€‚hero_help_10004å®ˆæŠ¤è€…å‡æ˜Ÿhero_help_100058ä¸åŒæ˜Ÿçº§çš„守护者有ä¸åŒçš„守护等级上é™ï¼Œ3星为30级,4星为40级,5星为50级,6星为60级。
守护者达到守护等级上é™åŽï¼Œéœ€è¦é€šè¿‡å‡æ˜Ÿè¿›ä¸€æ­¥æå‡å®ˆæŠ¤ç­‰çº§ã€‚
凿˜ŸåŽå®ˆæŠ¤è€…的属性将得到æå‡ã€‚
è£è€€å¾½ç« æ˜¯å®ˆæŠ¤è€…凿˜Ÿçš„优质素æã€‚hero_help_10006守护者技能å‡çº§hero_help_10007使用稀有/å²è¯—/传说å“质的技能精çµå¯ä»¥æå‡å¯¹åº”å“质守护者的技能等级,技能å‡çº§æ—¶å°†éšæœºé€‰æ‹©è¿˜å¯ä»¥ç»§ç»­å‡çº§çš„æŠ€èƒ½ã€‚
如果守护者的所有技能等级满级,将ä¸èƒ½å†ä½¿ç”¨æŠ€èƒ½ç²¾çµæå‡ç­‰çº§ã€‚hero_help_10008详情hero_help_10009装备hero_help_10010强化hero_help_10011守护者技能hero_help_10012觉醒hero_help_10013图鉴hero_help_10014 队长技hero_help_10015æ˜¯å¦æ˜¾ç¤ºå…¨æœåŠ ç‚¹hero_help_10016星象hero_equip_WearEquip 装备æˆåŠŸhero_equip_intensify强化hero_equip_automatic 自动强化hero_equip_wear穿戴hero_equip_unlock {0}级解é”hero_equip_StrengthenTitle 强化装备hero_equip_SuccessRate æˆåŠŸçŽ‡hero_equip_TakeOffEquip 脱下æˆåŠŸhero_equip_takeoff脱下hero_equip_sucess 激活æˆåŠŸhero_equip_SucessText1攻势套装激活æˆåŠŸhero_equip_SucessText2é€é£Žå¥—装激活æˆåŠŸhero_equip_SucessText3寒霜套装激活æˆåŠŸhero_equip_SucessText4渴血套装激活æˆåŠŸhero_equip_SucessText5愈åˆå¥—装激活æˆåŠŸhero_equip_SucessText6祈愿套装激活æˆåŠŸhero_equip_SucessText7脉冲套装激活æˆåŠŸhero_equip_SucessText8è£å†³å¥—装激活æˆåŠŸhero_equip_SucessText9炼心套装激活æˆåŠŸhero_equip_SucessText10庇佑套装激活æˆåŠŸhero_equip_SucessText11牧神套装激活æˆåŠŸhero_equip_SucessText12玄武套装激活æˆåŠŸhero_equip_SucessText13箭神套装激活æˆåŠŸhero_equip_SucessText14预言套装激活æˆåŠŸhero_equip_SucessText15月盾套装激活æˆåŠŸhero_equip_SucessText16破妄套装激活æˆåŠŸhero_equip_SucessText17诅咒套装激活æˆåŠŸhero_equip_SucessText18守护套装激活æˆåŠŸhero_equip_SucessText19御å…套装激活æˆåŠŸhero_equip_SuitEffect æå‡æ•ˆæžœhero_equip_SetSkills激活守护者技能smithy_name_1001木质smithy_name_1002石质smithy_name_1003é“è´¨smithy_name_1004钢质smithy_name_1005 铂金质smithy_name_1006 钻石质smithy_name_1007 星耀石质smithy_name_1008 星陨石质smithy_name_1009 星核质smithy_name_1010宇宙粒å­è´¨smithy_name_1011 战斗装备smithy_name_1012 辅助装备smithy_name_1013 特殊装备smithy_name_1014 åšå·¥æ¡ä»¶smithy_name_1015 定制数é‡smithy_name_1016 é“匠日程smithy_txt_1001快给我å‡çº§smithy_txt_1002çº¢ä¼žä¼žå•Šç™½æ†æ†smithy_txt_1003 找我下å•smithy_txt_1004æ¬¢è¿Žä¸‹æ¬¡å†æ¥å•Šsmithy_txt_1005 哼哧哼哧smithy_txt_1006点我领装备咯smithy_txt_1007c我倒是有办法制造更高级的装备,å¯ä½ å¾—å…ˆå‡çº§é“¸é€ å°ï¼Œå¦åˆ™æˆ‘肯定锤å它smithy_txt_1008<æˆ‘å¯æ˜¯ç»´äº¬äººä¸­æŠ€æœ¯æœ€é«˜è¶…çš„é“åŒ ï¼Œç«¥åŸæ— æ¬ºsmithy_txt_1009 制作队列smithy_txt_1010已制作装备viking_boss_1001 ç«ç„°æ³°å¦viking_boss_1002 冰之泰å¦viking_boss_1003 森林泰å¦viking_boss_1004`熔岩泰å¦å·¨äººæ¥è‡ªäºŽé¥è¿œçš„ç«å±±ï¼Œå®ƒçš„ç«ç„°å±žæ€§ä½¿å¾—所到之处,一片è’芜viking_boss_1005H冰霜泰å¦å·¨äººä»Žæžå¯’之地而æ¥ï¼Œæ²¡æœ‰ä»€ä¹ˆæ¯”它更寒冷了viking_boss_1006K森林泰å¦è¯žç”ŸäºŽå¹¿è¢¤çš„æ£®æž—之中,是所有动物们的守护神weapons_boss_1001巨怪weapons_boss_1002?å·¨æ€ªæ˜¯ä¸€ä¸ªå¼ºå¤§çš„é¦–é¢†ï¼Œå®ˆæŠ¤è€…æ— æ•°çæƒœçš„ææ–™hunting_boss_1001 巨型猩猩hunting_boss_1002ç«é¾™hunting_boss_1003大厨hunting_boss_1004 格尔æ—hunting_boss_1005o传说中的巨型猩猩是一个éžå¸¸ææ€–的角色,它暴戾且狡猾,与它为敌一定è¦éžå¸¸å°å¿ƒhunting_boss_1006Kç«é¾™å¯ä»¥ä»Žå˜´é‡Œå–·å‡ºçŒ›çƒˆçš„ç«ç„°ï¼Œå¯¹åœ°é¢é€ æˆæ¯ç­æ€§æ‰“击hunting_boss_1007€¢è¿™ä½é¢å®¹ç‹°ç‹žã€æ€§æ ¼ä¸¥é…·çš„主厨曾因擅于“烹饪â€é­”å‘ç²¾çµç«éåšå•ƒæ—ï¼Œä½†åŽæ¥åˆå› å®´ä¼šä¸Šç²¾çµä»¬çš„集体脱逃而身败å裂。hunting_boss_1008aå在盔甲里的瓜星人的领袖,因为被波波星人带走了孩å­ä¸€è·¯è¿½åˆ°äº†åœ°çƒ. gourmet_lv1#[color=#7DF829]马马虎虎[/color] gourmet_lv2#[color=#7DF829]å¯åœˆå¯ç‚¹[/color] gourmet_lv3#[color=#23E4EF]孰能生巧[/color] gourmet_lv4#[color=#23E4EF]驾轻就熟[/color] gourmet_lv5#[color=#B43AEF]得心应手[/color] gourmet_lv6#[color=#B43AEF]游刃有余[/color] gourmet_lv7#[color=#E96610]匠心独è¿[/color] gourmet_lv8#[color=#E96610]神乎其技[/color] gourmet_cook1olor=#14E545]1级[/color] gourmet_cook2olor=#14E545]2级[/color] gourmet_cook3olor=#14E545]3级[/color] gourmet_cook4olor=#14E545]4级[/color] gourmet_cook5olor=#14E545]5级[/color] gourmet_cook6olor=#14E545]6级[/color] gourmet_cook7olor=#14E545]7级[/color] gourmet_cook8olor=#14E545]8级[/color] gourmet_cook9olor=#14E545]9级[/color]gourmet_cook10[color=#14E545]10级[/color]gourmet_cook11[color=#14E545]11级[/color]gourmet_cook12[color=#14E545]12级[/color]gourmet_cook13[color=#14E545]13级[/color]gourmet_cook14[color=#14E545]14级[/color]gourmet_cook15[color=#14E545]15级[/color]gourmet_affix1[color=#14E545]æ— [/color]gourmet_affix2[color=#4a96e3]æžä½Ž[/color]gourmet_affix3[color=#be3ce8]中等[/color]gourmet_affix4[color=#e8893c]较高[/color]gourmet_affix5[color=#e9361e]æžé«˜[/color]efficiency_describe1æ¯ä»½è®¢å•æ—¶é—´-1分钟efficiency_describe2æ¯ä»½è®¢å•æ—¶é—´-2分钟efficiency_describe3æ¯ä»½è®¢å•æ—¶é—´-3分钟efficiency_describe4æ¯ä»½è®¢å•æ—¶é—´-4分钟efficiency_describe5æ¯ä»½è®¢å•æ—¶é—´-5分钟efficiency_describe6æ¯ä»½è®¢å•æ—¶é—´-6分钟efficiency_describe7æ¯ä»½è®¢å•æ—¶é—´-7分钟efficiency_describe8æ¯ä»½è®¢å•æ—¶é—´-8分钟efficiency_describe9æ¯ä»½è®¢å•æ—¶é—´-9分钟efficiency_describe10æ¯ä»½è®¢å•æ—¶é—´-10分钟efficiency_describe11æ¯ä»½è®¢å•æ—¶é—´-11分钟efficiency_describe12æ¯ä»½è®¢å•æ—¶é—´-12分钟efficiency_describe13æ¯ä»½è®¢å•æ—¶é—´-13分钟efficiency_describe14æ¯ä»½è®¢å•æ—¶é—´-14分钟efficiency_describe15æ¯ä»½è®¢å•æ—¶é—´-15分钟 gourmet_name1 魔法厨艺 gourmet_name2 功夫厨艺 gourmet_name3 科技厨艺 gourmet_name4 月能厨艺 gourmet_name5 高效制作resonance_help_information共鸣帮助信æ¯awaken_help_informationR守护者觉醒说明
1.守护者1级时å¯ä»¥è¿›è¡Œè§‰é†’
2.守护者在10/20/30/40/50级å¯é¢å¤–进行1次觉醒,æ¯å守护者最多å¯è§‰é†’至6阶。
3.æ¯æ¬¡è§‰é†’éœ€è¦æ¶ˆè€—å¯¹åº”çš„è§‰é†’ææ–™ï¼Œè§‰é†’ææ–™å¯ä»¥é€šè¿‡ä¸›æž—决战玩法获å–。
4.é«˜çº§è§‰é†’ææ–™å¯ä»¥é€šè¿‡ä½Žçº§è§‰é†’ææ–™åˆæˆèŽ·å¾—ã€‚pagoda_help_title爬塔帮助帮助信æ¯vikingexpedition_help_title大战泰å¦å¸®åŠ©ä¿¡æ¯EnchantingCopy_help_title附魔副本帮助信æ¯hunting_help_title丛林决战帮助信æ¯CompositeCard_help_titleå¡ç‰Œåˆæˆå¸®åŠ©ä¿¡æ¯arena_help_title竞技场帮助信æ¯kungfu_help_title武馆帮助信æ¯guild_help_title公会帮助信æ¯Fetter_help_titleç¾ç»Šå¸®åŠ©ä¿¡æ¯GoodImpression_help_title好感度帮助信æ¯blacksmith_help_titleé“匠铺帮助信æ¯delicious_help_title美食馆帮助信æ¯pagoda_help_content爬塔帮助说明文本vikingexpedition_help_contentO1.维京远å¾ä¸€å…±16个难度,通过挑战BOSS获得胜利å¯ä»¥é€çº§è§£é”,BOSS难度越高掉è½çš„é“å…·å“质越好。
2.维京远å¾ä¸­æ¯ä¸ªBOSS挑战进度和阵容ä¿å­˜ç›¸äº’独立。
挑战中å¯ä»¥ä½¿ç”¨å¥½å‹åŠ©æˆ˜å®ˆæŠ¤è€…ï¼Œä½†æ— è®ºæˆ˜æ–—ç»“æžœå¦‚ä½•ï¼Œæ¯ä¸ªå¥½å‹çš„守护者一天内都åªèƒ½ä½¿ç”¨ä¸€æ¬¡EnchantingCopy_help_content‚Q1.附魔副本æ¯3天一轮,系统刷新时间0:00å¼€å¯ï¼Œç¬¬ä¸‰å¤©23:00结æŸï¼Œç»“æŸåŽè¿›å…¥1å°æ—¶ç»“算时间,结算完æˆåŽå¼€å¯æ–°çš„赛季。
2.结算时间内ä¸å¯ç»§ç»­æŒ‘战和购买挑战券,结算完æˆåŽç³»ç»Ÿå°†é€šè¿‡é‚®ä»¶å‘放结算奖励
3.æ¯ä¸ªçŽ©å®¶æœ€å¤šå¯ä»¥æ´¾å‡º3个å°é˜Ÿï¼ˆæœ€å¤š15å守护者)进行BOSS挑战,æ¯ä¸€å¯¹ä¾æ¬¡ä¸ŽBOSS战斗,战败åŽä¸‹ä¸€é˜ŸæŽ¥åŠ›ã€‚ç¬¬äºŒé˜Ÿå’Œç¬¬ä¸‰é˜Ÿåˆ†åˆ«åœ¨45级和60级解é”。
4.个人排行的积分为本赛季3个最高记录之和,è”盟排行都积分为è”盟所有æˆå‘˜ç§¯åˆ†ä¹‹å’Œã€‚hunting_help_content/1.丛林决战中玩家å¯ä»¥é€šè¿‡æŒ‘战BOSSæ¥èŽ·å–食æï¼Œé£Ÿæå¯ä»¥åœ¨ç¾Žé£Ÿé¦†åˆ¶ä½œæˆå„类美食。
2.BOSS一共10个难度通过挑战BOSS获得胜利å¯ä»¥é€çº§è§£é”,BOSS难度越高掉è½çš„食æè¶Šç¨€æœ‰ã€‚
3.丛林决战中æ¯ä¸ªBOSS挑战进度和阵容ä¿å­˜ç›¸äº’独立。CompositeCard_help_content€½1.å¡ç‰Œåˆæˆéœ€è¦çš„ææ–™ä¸ºå…¶ä»–守护者å¡ç‰Œï¼Œå¹¶å¯¹è¿™äº›å¡ç‰Œæœ‰ä¸€å®šè§‰é†’和等级的需求。
2.å¡ç‰ŒåˆæˆåŽåŽŸå¡å°†ä¼šè¢«æ¶ˆè€—,新å¡ä¸ºåˆå§‹çжæ€ï¼ˆ1级)。arena_help_contentb1.竞技场中若挑战胜利则会增加积分,挑战失败则会å‡å°‘积分。
2.挑战对象的积分比自己高的越多,挑战失败扣除积分越少,获胜扣除积分越多,å之亦然。
积分赛æ¯å‘¨ä¸€ä¸ªèµ›å­£ï¼Œèµ›å­£ç»“æŸåŽå°†ä¼šæ ¹æ®å½“剿ޒå呿”¾é‚®ä»¶å¥–励并根æ®å½“剿®µä½è°ƒæ•´æ–°èµ›å­£çš„åˆå§‹ç§¯åˆ†ã€‚kungfu_help_content€›1.武馆中å¯ä»¥æ”¾ç½®å®ˆæŠ¤è€…æ¥æå‡å®ˆæŠ¤è€…等级,放置中的守护者ä¸å½±å“战斗上阵。
2.å‡çº§æ•™ä¹ ç­‰çº§å°†ä¼šæé«˜è®­ç»ƒé€Ÿåº¦ã€‚guild_help_contentƒ1.公会退出åŽä¼šè¿›å…¥24å°æ—¶CD,期间ä¸èƒ½åˆ›å»ºæˆ–加入新的公会。被动被移除公会则ä¸ä¼šæœ‰CDé™åˆ¶ã€‚
2.公会解散有24å°æ—¶å†·é™æœŸï¼Œ24å°æ—¶å†…盟主å¯ä»¥å–消解散公会,若ä¸å–消则会解散公会且无法æ¢å¤ã€‚
3.公会å‡çº§åŽä¼šæå‡å…¬ä¼šäººæ•°å®¹é‡ï¼Œå®Œæˆå…¬ä¼šä»»åŠ¡å’Œç­¾åˆ°ç­‰æ–¹å¼å¯ä»¥èŽ·å–用于æå‡å·¥ä¼šçš„ç»éªŒã€‚Fetter_help_content€ï1.需è¦å‡‘é½ç¾ç»Šä¸­æ‰€æœ‰å®ˆæŠ¤è€…æ‰å¯ä»¥æ¿€æ´»ç¾ç»Šã€‚
2.å½“å®ˆæŠ¤è€…è¢«åˆ†è§£æˆ–ç”¨äºŽåˆæˆææ–™åŽï¼Œç¾ç»Šä¸ä¼šæ¶ˆå¤±ã€‚
3.ç¾ç»Šæ¿€æ´»åŽå¯ä»¥é€šè¿‡æå‡äº’为ç¾ç»Šçš„å®ˆæŠ¤è€…å¥½æ„Ÿåº¦ç­‰çº§æ¥æå‡ç¾ç»Šç­‰çº§ã€‚GoodImpression_help_content€æ1.通过赠é€å®ˆæŠ¤è€…礼物å¯ä»¥æå‡å®ˆæŠ¤è€…好感度,ä¸åŒç¤¼ç‰©æå‡çš„好感度ä¸åŒï¼Œä¸åŒå®ˆæŠ¤è€…喜好的好感é“å…·ä¸åŒã€‚
2.å½“å®ˆæŠ¤è€…è¢«åˆ†è§£æˆ–ç”¨äºŽåˆæˆææ–™åŽï¼Œå¥½æ„Ÿåº¦è¿›åº¦ä¸ä¼šæ¶ˆå¤±ã€‚blacksmith_help_content,1.é“匠铺中å¯ä»¥æ‰“é€ è£…å¤‡ï¼Œè¶Šé«˜çº§çš„è£…å¤‡éœ€è¦æ¶ˆè€—çš„ææ–™æ•°é‡è¶Šå¤šï¼Œéœ€è¦çš„ææ–™è¶Šç¨€æœ‰ï¼Œç›¸åº”的打造的装备也会更高级。
é“åŒ é“ºä¸­æ‰“é€ çš„ææ–™å¯ä»¥é€šè¿‡ç»´äº¬è¿œå¾æ”¶é›†ï¼Œæå‡å†¶ç‚¼ç‚‰å’Œåˆ¶é€ å°å¯ä»¥åˆ†åˆ«æå‡åˆ¶é€ è£…备的å“质和速度。delicious_help_content€µ1.美食馆中å¯ä»¥åˆ¶é€ ç¾Žé£Ÿæä¾›ç»™å®ˆæŠ¤è€…享用,守护者食用美食åŽå¯èƒ½ä¼šèµ é€ç¤¼ç‰©ã€‚2.æå‡åŽ¨å¸ˆæŠ€èƒ½å’Œç­‰çº§å¯ä»¥æå‡åˆ¶é€ ç¾Žé£Ÿçš„å“质和速度。awaken_ConsumableMaterials æ¶ˆè€—ææ–™awaken_MaterialSynthesis ææ–™åˆæˆawaken_intermediate ä¸­çº§ææ–™ awaken_senior é«˜çº§ææ–™awaken_SynthesisDecompositio/åˆæˆéœ€è¦5ä¸ªææ–™ï¼Œåˆ†è§£å¾—到3ä¸ªææ–™awaken_Synthesisåˆæˆæ¯”例为5:1awaken_Decompositio分解比例为1:3awaken_SynthesisBtnåˆæˆawaken_DecomposBtn分解awaken_SynthesisTab åˆæˆææ–™awaken_decompos åˆ†è§£ææ–™ awake_have拥有:Dailyæ¯æ—¥Weeksæ¯å‘¨Activity活动Everyday日常Weekly周常 -Attainmentæˆå°±Gotoå‰å¾€ ActiveValue 活跃值itemtipstxt_10001åˆçº§ç»éªŒç²¾çµä¸è¶³itemtipstxt_10002 石头ä¸è¶³itemtipstxt_100035星阿å®ç¢Žç‰‡ä¸è¶³itemtipstxt_10004金å¸è‡ªé€‰ç®±ä¸è¶³itemtipstxt_10005éšæœºé‡‘å¸ç®±å­ä¸è¶³itemtipstxt_10006金å¸ç®±å­ä¸è¶³itemtipstxt_100072å°æ—¶é‡‘å¸ä¸è¶³itemtipstxt_10008特殊2å°æ—¶é‡‘å¸ä¸è¶³itemtipstxt_10009被å°å°çš„魔法书ä¸è¶³itemtipstxt_10010å¤ä»£ç¡¬å¸ä¸è¶³itemtipstxt_10011åæŽ‰çš„钟表ä¸è¶³itemtipstxt_10012 木æä¸è¶³itemtipstxt_10013å››å¶è‰ä¸è¶³itemtipstxt_10014冒险家勋章ä¸è¶³itemtipstxt_10015猫猫护身符ä¸è¶³itemtipstxt_10016人造钻石ä¸è¶³itemtipstxt_20001éšæœºè‹±é›„碎片ä¸è¶³itemtipstxt_2000225001å·ç¢Žç‰‡ä¸è¶³itemtipstxt_30001时空石ä¸è¶³itemtipstxt_30002奥术石ä¸è¶³itemtipstxt_30003科技石ä¸è¶³itemtipstxt_30004自然石ä¸è¶³itemtipstxt_30005光耀石ä¸è¶³itemtipstxt_50001奥术美食-低级ä¸è¶³itemtipstxt_50002科技美食-低级ä¸è¶³itemtipstxt_50003自然美食-低级ä¸è¶³itemtipstxt_50004光耀美食-低级ä¸è¶³itemtipstxt_50005奥术美食-中级ä¸è¶³itemtipstxt_50006科技美食-中级ä¸è¶³itemtipstxt_50007自然美食-中级ä¸è¶³itemtipstxt_50008光耀美食-中级ä¸è¶³itemtipstxt_50009奥术美食-高级ä¸è¶³itemtipstxt_50010科技美食-高级ä¸è¶³itemtipstxt_50011自然美食-高级ä¸è¶³itemtipstxt_50012光耀美食-高级ä¸è¶³itemtipstxt_600015星装备自选箱ä¸è¶³itemtipstxt_600025æ˜Ÿè£…å¤‡éšæœºç®±ä¸è¶³itemtipstxt_600035星套装å®ç®±ä¸è¶³ +Attainmentæˆå°±Gotoå‰å¾€ ActiveValue 活跃值itemtipstxt_10001åˆçº§åŠŸå¤«å·è½´ä¸è¶³itemtipstxt_10002 石头ä¸è¶³itemtipstxt_100035星阿å®ç¢Žç‰‡ä¸è¶³itemtipstxt_10004金å¸è‡ªé€‰ç®±ä¸è¶³itemtipstxt_10005éšæœºé‡‘å¸ç®±å­ä¸è¶³itemtipstxt_10006金å¸ç®±å­ä¸è¶³itemtipstxt_100072å°æ—¶é‡‘å¸ä¸è¶³itemtipstxt_10008特殊2å°æ—¶é‡‘å¸ä¸è¶³itemtipstxt_10009被å°å°çš„魔法书ä¸è¶³itemtipstxt_10010å¤ä»£ç¡¬å¸ä¸è¶³itemtipstxt_10011åæŽ‰çš„钟表ä¸è¶³itemtipstxt_10012 木æä¸è¶³itemtipstxt_10013å››å¶è‰ä¸è¶³itemtipstxt_10014冒险家勋章ä¸è¶³itemtipstxt_10015猫猫护身符ä¸è¶³itemtipstxt_10016人造钻石ä¸è¶³itemtipstxt_20001éšæœºå®ˆæŠ¤è€…碎片ä¸è¶³itemtipstxt_2000225001å·ç¢Žç‰‡ä¸è¶³itemtipstxt_30001时空石ä¸è¶³itemtipstxt_30002奥术石ä¸è¶³itemtipstxt_30003科技石ä¸è¶³itemtipstxt_30004自然石ä¸è¶³itemtipstxt_30005光耀石ä¸è¶³itemtipstxt_50001奥术美食-低级ä¸è¶³itemtipstxt_50002科技美食-低级ä¸è¶³itemtipstxt_50003自然美食-低级ä¸è¶³itemtipstxt_50004光耀美食-低级ä¸è¶³itemtipstxt_50005奥术美食-中级ä¸è¶³itemtipstxt_50006科技美食-中级ä¸è¶³itemtipstxt_50007自然美食-中级ä¸è¶³itemtipstxt_50008光耀美食-中级ä¸è¶³itemtipstxt_50009奥术美食-高级ä¸è¶³itemtipstxt_50010科技美食-高级ä¸è¶³itemtipstxt_50011自然美食-高级ä¸è¶³itemtipstxt_50012光耀美食-高级ä¸è¶³itemtipstxt_600015星装备自选箱ä¸è¶³itemtipstxt_600025æ˜Ÿè£…å¤‡éšæœºç®±ä¸è¶³itemtipstxt_600035星套装å®ç®±ä¸è¶³ task_10001进行1次招募 -task_10002æå‡1次英雄等级 +task_10002æå‡1次守护者等级 task_10003 ç™»å½•æ¸¸æˆ task_10004强化装备1级 task_10005世界èŠå¤©1次 task_10006è´­ä¹°ä»»æ„1ä»¶å•†å“ -task_10007使用好å‹è‹±é›„1次 +task_10007使用好å‹å®ˆæŠ¤è€…1次 task_20001竞技场挑战1次 task_20002进行10次招募 -task_20003æå‡10次英雄等级 +task_20003æå‡10次守护者等级 task_20004累计登录5天 task_20005强化装备æˆåŠŸ6次 task_20006世界èŠå¤©7次 task_20007è´­ä¹°ä»»æ„7ä»¶å•†å“ -task_20008使用好å‹è‹±é›„7次 +task_20008使用好å‹å®ˆæŠ¤è€…7次 task_20009完æˆ3个次秘境 task_20010刷新商店10次 task_20011消费1000钻石 @@ -278,24 +278,24 @@ task_30024èµ é€1000æ¬¡å‹æƒ…点 task_30025èµ é€3000æ¬¡å‹æƒ…点 task_30026èµ é€5000æ¬¡å‹æƒ…点 task_30027èµ é€10000æ¬¡å‹æƒ…点 -task_30028使用1次好å‹è‹±é›„ -task_30029使用5次好å‹è‹±é›„ -task_30030使用10次好å‹è‹±é›„ -task_30031使用30次好å‹è‹±é›„ -task_30032使用50次好å‹è‹±é›„ -task_30033使用100次好å‹è‹±é›„ -task_30034使用300次好å‹è‹±é›„ -task_30035使用500次好å‹è‹±é›„ -task_30036使用1000次好å‹è‹±é›„ -task_30037招募1个5星英雄 -task_30038招募2个5星英雄 -task_30039招募3个5星英雄 -task_30040招募5个5星英雄 -task_30041招募10个5星英雄 -task_30042招募15个5星英雄 -task_30043招募20个5星英雄 -task_30044招募30个5星英雄 -task_30045招募50个5星英雄 +task_30028使用1次好å‹å®ˆæŠ¤è€… +task_30029使用5次好å‹å®ˆæŠ¤è€… +task_30030使用10次好å‹å®ˆæŠ¤è€… +task_30031使用30次好å‹å®ˆæŠ¤è€… +task_30032使用50次好å‹å®ˆæŠ¤è€… +task_30033使用100次好å‹å®ˆæŠ¤è€… +task_30034使用300次好å‹å®ˆæŠ¤è€… +task_30035使用500次好å‹å®ˆæŠ¤è€… +task_30036使用1000次好å‹å®ˆæŠ¤è€… +task_30037招募1个5星守护者 +task_30038招募2个5星守护者 +task_30039招募3个5星守护者 +task_30040招募5个5星守护者 +task_30041招募10个5星守护者 +task_30042招募15个5星守护者 +task_30043招募20个5星守护者 +task_30044招募30个5星守护者 +task_30045招募50个5星守护者 task_30046进行10次招募 task_30047进行20次招募 task_30048进行30次招募 @@ -399,21 +399,21 @@ task_30145竞技场获胜100场 task_30146竞技场获胜200场 task_30147竞技场获胜300场 task_30148竞技场获胜500场 -task_30149竞技场获胜1000场shop_1 金å¸å•†åº—shop_2 钻石商店shop_3 勿ƒ…商店shop_4 竞技商店shop_5 è”盟商店 shop_title1 玩法商店 pagoda_layer1第1层 pagoda_layer2第2层 pagoda_layer3第3层 pagoda_layer4第4层 pagoda_layer5第5层 pagoda_layer6第6层 pagoda_layer7第7层 pagoda_layer8第8层 pagoda_layer9第9层pagoda_layer10第10层pagoda_layer11第11层pagoda_layer12第12层pagoda_layer13第13层pagoda_layer14第14层pagoda_layer15第15层pagoda_layer16第16层pagoda_layer17第17层pagoda_layer18第18层pagoda_layer19第19层pagoda_layer20第20层pagoda_layer21第21层pagoda_layer22第22层pagoda_layer23第23层pagoda_layer24第24层pagoda_layer25第25层pagoda_layer26第26层pagoda_layer27第27层pagoda_layer28第28层pagoda_layer29第29层pagoda_layer30第30层pagoda_layer31第31层pagoda_layer32第32层pagoda_layer33第33层pagoda_layer34第34层pagoda_layer35第35层pagoda_layer36第36层pagoda_layer37第37层pagoda_layer38第38层pagoda_layer39第39层pagoda_layer40第40层pagoda_layer41第41层pagoda_layer42第42层pagoda_layer43第43层pagoda_layer44第44层pagoda_layer45第45层pagoda_layer46第46层pagoda_layer47第47层pagoda_layer48第48层pagoda_layer49第49层pagoda_layer50第50层pagoda_layer51第51层pagoda_layer52第52层pagoda_layer53第53层pagoda_layer54第54层pagoda_layer55第55层pagoda_layer56第56层pagoda_layer57第57层pagoda_layer58第58层pagoda_layer59第59层pagoda_layer60第60层pagoda_layer61第61层pagoda_layer62第62层pagoda_layer63第63层pagoda_layer64第64层pagoda_layer65第65层pagoda_layer66第66层pagoda_layer67第67层pagoda_layer68第68层pagoda_layer69第69层pagoda_layer70第70层pagoda_layer71第71层pagoda_layer72第72层pagoda_layer73第73层pagoda_layer74第74层pagoda_layer75第75层pagoda_layer76第76层pagoda_layer77第77层pagoda_layer78第78层pagoda_layer79第79层pagoda_layer80第80层pagoda_layer81第81层pagoda_layer82第82层pagoda_layer83第83层pagoda_layer84第84层pagoda_layer85第85层pagoda_layer86第86层pagoda_layer87第87层pagoda_layer88第88层pagoda_layer89第89层pagoda_layer90第90层pagoda_layer91第91层pagoda_layer92第92层pagoda_layer93第93层pagoda_layer94第94层pagoda_layer95第95层pagoda_layer96第96层pagoda_layer97第97层pagoda_layer98第98层pagoda_layer99第99层pagoda_layer100 第100层Magic魔法KungFu功夫 +task_30149竞技场获胜1000场shop_1 金å¸å•†åº—shop_2 钻石商店shop_3 勿ƒ…商店shop_4 竞技商店shop_5 è”盟商店shop_6 特殊商店shop_7 é“匠商店 shop_title1 玩法商店 pagoda_layer1第1层 pagoda_layer2第2层 pagoda_layer3第3层 pagoda_layer4第4层 pagoda_layer5第5层 pagoda_layer6第6层 pagoda_layer7第7层 pagoda_layer8第8层 pagoda_layer9第9层pagoda_layer10第10层pagoda_layer11第11层pagoda_layer12第12层pagoda_layer13第13层pagoda_layer14第14层pagoda_layer15第15层pagoda_layer16第16层pagoda_layer17第17层pagoda_layer18第18层pagoda_layer19第19层pagoda_layer20第20层pagoda_layer21第21层pagoda_layer22第22层pagoda_layer23第23层pagoda_layer24第24层pagoda_layer25第25层pagoda_layer26第26层pagoda_layer27第27层pagoda_layer28第28层pagoda_layer29第29层pagoda_layer30第30层pagoda_layer31第31层pagoda_layer32第32层pagoda_layer33第33层pagoda_layer34第34层pagoda_layer35第35层pagoda_layer36第36层pagoda_layer37第37层pagoda_layer38第38层pagoda_layer39第39层pagoda_layer40第40层pagoda_layer41第41层pagoda_layer42第42层pagoda_layer43第43层pagoda_layer44第44层pagoda_layer45第45层pagoda_layer46第46层pagoda_layer47第47层pagoda_layer48第48层pagoda_layer49第49层pagoda_layer50第50层pagoda_layer51第51层pagoda_layer52第52层pagoda_layer53第53层pagoda_layer54第54层pagoda_layer55第55层pagoda_layer56第56层pagoda_layer57第57层pagoda_layer58第58层pagoda_layer59第59层pagoda_layer60第60层pagoda_layer61第61层pagoda_layer62第62层pagoda_layer63第63层pagoda_layer64第64层pagoda_layer65第65层pagoda_layer66第66层pagoda_layer67第67层pagoda_layer68第68层pagoda_layer69第69层pagoda_layer70第70层pagoda_layer71第71层pagoda_layer72第72层pagoda_layer73第73层pagoda_layer74第74层pagoda_layer75第75层pagoda_layer76第76层pagoda_layer77第77层pagoda_layer78第78层pagoda_layer79第79层pagoda_layer80第80层pagoda_layer81第81层pagoda_layer82第82层pagoda_layer83第83层pagoda_layer84第84层pagoda_layer85第85层pagoda_layer86第86层pagoda_layer87第87层pagoda_layer88第88层pagoda_layer89第89层pagoda_layer90第90层pagoda_layer91第91层pagoda_layer92第92层pagoda_layer93第93层pagoda_layer94第94层pagoda_layer95第95层pagoda_layer96第96层pagoda_layer97第97层pagoda_layer98第98层pagoda_layer99第99层pagoda_layer100 第100层Magic魔法KungFu功夫 Technology科技 MoonEnergy月能Attack攻击Defense防御 Auxiliary辅助Control控制Materialææ–™Store商店Searchæœç´¢ PrivateChatç§èŠ FriendsList 好å‹åˆ—表 RequestList 申请列表 AddFriends æ·»åŠ å¥½å‹ Blacklist 黑åå•FriendshipHelp 好å‹åŠ©æˆ˜Applied 已申请Apply申请 PersonalSpace 个人空间 RemoveFriends 删除好å‹RemoveBlacklist移除黑åå• AddBlacklist添加黑åå•ReceiveAndSendWithOneClick一键领å–å’Œå‘é€ NumberOfDailyæ¯æ—¥èŽ·èµ æ¬¡æ•°NumberOfFriends 好勿•°é‡Online在线ZoneåŒºæœ -IsItOnline{time}å°æ—¶å‰ IgnoreAll 全部忽略 Allapproved 全部通过 NumberOfApply 申请数é‡NumberOfBlacklist黑å啿•°é‡JobèŒä¸šRaceç§æ—Star星级Level等级Qualityå“è´¨Sorting排åºAll所有OnlyMaterialCardæ˜¾ç¤ºææ–™å¡ OnlyTheLock 显示é”定Screen筛选FriendshipHelp_WeekHelpList本周帮助列表FriendshipHelp_UpdateTimeæ›´æ–°æ—¶é—´:æ¯å‘¨ä¸€ 00:00FriendshipHelp_MyAssistance我的å助记录FriendshipHelp_MyTeamMember我的å助æˆå‘˜Day天Houræ—¶Minutes分Secondsç§’ +IsItOnline{time}å°æ—¶å‰ IgnoreAll 全部忽略 Allapproved 全部通过 NumberOfApply 申请数é‡NumberOfBlacklist黑å啿•°é‡JobèŒä¸šRaceç§æ—Star星级Level 守护等级Qualityå“è´¨Sorting排åºAll所有OnlyMaterialCardæ˜¾ç¤ºææ–™å¡ OnlyTheLock 显示é”定Screen筛选FriendshipHelp_WeekHelpList本周帮助列表FriendshipHelp_UpdateTimeæ›´æ–°æ—¶é—´:æ¯å‘¨ä¸€ 00:00FriendshipHelp_MyAssistance我的å助记录FriendshipHelp_MyTeamMember我的å助æˆå‘˜Day天Houræ—¶Minutes分Secondsç§’ Difficulty难度 DropPreview 掉è½é¢„览ResetCountdowné‡ç½®å€’计时NumberOfChallengesLeftToday今日剩余挑战次数PrepareForBattle 准备战斗CaptainRecommendation 队长推èStrategy攻略 PassRanking 通关排行 BossSkill Boss技能 GuardSkill æŠ¤å«æŠ€èƒ½ TimeSpent用时 FriendRanking å¥½å‹æŽ’è¡ŒServiceRanking å…¨æœæŽ’è¡Œ SaleFailure 出售失败Locked å·²é”定Access 获å–途径opencond_prompt_hero功能暂未开å¯opencond_prompt_backpack功能暂未开å¯opencond_prompt_shop功能暂未开å¯opencond_prompt_friend功能暂未开å¯opencond_prompt_mall功能暂未开å¯opencond_prompt_rdtask功能暂未开å¯opencond_prompt_currency功能暂未开å¯opencond_prompt_alliance功能暂未开å¯opencond_prompt_task功能暂未开å¯opencond_prompt_trials功能暂未开å¯opencond_prompt_moon功能暂未开å¯opencond_prompt_story功能暂未开å¯opencond_prompt_kungfu功能暂未开å¯opencond_prompt_event功能暂未开å¯opencond_prompt_mistyIslandåŠŸèƒ½æš‚æœªå¼€å¯ opencond_prompt_vikingexpedition功能暂未开å¯!opencond_prompt_vikingexpedition2功能暂未开å¯!opencond_prompt_vikingexpedition3功能暂未开å¯"opencond_prompt_hjeart demon tower功能暂未开å¯opencond_prompt_catchsheep功能暂未开å¯opencond_prompt_darkcuisine功能暂未开å¯!opencond_prompt_underground ArenaåŠŸèƒ½æš‚æœªå¼€å¯ opencond_prompt_crazycompetition功能暂未开å¯#opencond_prompt_fiveheroeschallenge功能暂未开å¯opencond_prompt_library功能暂未开å¯opencond_prompt_bonfiredance功能暂未开å¯opencond_prompt_caravan功能暂未开å¯!opencond_prompt_gourmetrestaurant功能暂未开å¯#opencond_prompt_goberblacksmithshop功能暂未开å¯opencond_prompt_hunting功能暂未开å¯!opencond_prompt_channel_lock_icon功能暂未开å¯"opencond_prompt_channel_lock_world功能暂未开å¯"opencond_prompt_channel_lock_guild功能暂未开å¯$opencond_prompt_channel_lock_private功能暂未开å¯#opencond_prompt_channel_lock_public功能暂未开å¯#opencond_prompt_channel_lock_system功能暂未开å¯opencond_prompt_guild功能暂未开å¯opencond_prompt_arena功能暂未开å¯opencond_prompt_sign功能暂未开å¯opencond_prompt_reddot功能暂未开å¯opencond_prompt_Monthly_card功能暂未开å¯opencond_prompt_Gift_Bag功能暂未开å¯opencond_prompt_role功能暂未开å¯opencond_prompt_Mystery功能暂未开å¯opencond_prompt_Income功能暂未开å¯opencond_prompt_fuse功能暂未开å¯opencond_prompt_activitytaskåŠŸèƒ½æš‚æœªå¼€å¯ opencond_prompt_Fight_MidwayExit功能暂未开å¯opencond_prompt_Fight_Speed功能暂未开å¯opencond_prompt_Fight_Auto功能暂未开å¯opencond_prompt_equip_compose功能暂未开å¯$opencond_prompt_equip_compose_middle功能暂未开å¯"opencond_prompt_equip_compose_high功能暂未开å¯opencond_prompt_mainline_elite功能暂未开å¯opencond_prompt_mail功能暂未开å¯opencond_prompt_teacher功能暂未开å¯opencond_prompt_world_task功能暂未开å¯opencond_prompt_battle_pass功能暂未开å¯opencond_prompt_enchant_boss功能暂未开å¯)opencond_prompt_vikingexpedition_entrance功能暂未开å¯opencond_prompt_GuildBoss功能暂未开å¯opencond_prompt_slidescreen_up请先完æˆä¸»çº¿å‰§æƒ…ï¼ opencond_prompt_slidescreen_left请先完æˆä¸»çº¿å‰§æƒ…ï¼!opencond_prompt_slidescreen_right请先完æˆä¸»çº¿å‰§æƒ…ï¼Setting设置 Audiovisual视å¬ServiceæœåŠ¡LANGUAGE语言Frame画质Fluentæµç•…Normal正常Delicate精致Extremeæžè‡´ AntiAliasing 抗锯齿HighlyDynamicRendering高动æ€å…‰ç…§æ¸²æŸ“PhysicalSimulation ç‰©ç†æ¨¡æ‹ŸWAV声音Music音ä¹Sound音效Notice通知HangUpRewardIsFullæŒ‚æœºå¥–åŠ±è¾¾åˆ°ä¸Šé™ ReplicaReset 副本é‡ç½®DreamlandCompletedæœˆä¹‹ç§˜å¢ƒå®Œæˆ ActivityOn æ´»åŠ¨å¼€å¯ SeasonReset 赛季é‡ç½® RewardReset 悬èµé‡ç½®OpenNotificationPermission?当å‰è®¾å¤‡æœªå¼€å¯é€šçŸ¥æƒé™ï¼Œå¯èƒ½ä¼šé”™è¿‡é‡è¦é€šçŸ¥GoToOpen å‰å¾€å¼€å¯ BindAccount 绑定账户 InitAccountè´¦å·åˆå§‹åŒ–CustomerServiceå®¢æœ ExchangeCode å…‘æ¢ç ServiceSelected 区æœé€‰æ‹©Language语言Voiceé…音VerificationCode 验è¯ç EnterVerificationCode请输入验è¯ç InitData[è´¦å·åˆå§‹åŒ–åŽï¼Œæ‰€æœ‰æ•°æ®å°†æ¶ˆå¤±ï¼Œå¹¶ä¸”无法å¤åŽŸï¼ˆä»Šæ—¥å¯åˆå§‹åŒ–3次)EnterExchangeCode请输入兑æ¢ç CanGetItReachThe达到{0}层å¯é¢†å– EnemyLineups 敌方阵容 RewardPreview 奖励预览StartChallenge 开始挑战 -PassReward 通关奖励Rewarded奖励Undone 未完æˆReceive å¯é¢†å–Received å·²é¢†å– NoRankingæš‚æ— æŽ’è¡Œæ•°æ® Season award 赛季奖励numberæ•°é‡Friend_NotFound未查询到对应角色TriggerRandomTask触å‘éšæœºä»»åŠ¡DiamondCutDiamond 棋逢对手 MeetByChance 䏿œŸè€Œé‡Receiveddescription -已领å–!Viking维京purchase_description 花钱买Not_enough_purchaseså¯è´­ä¹°æ¬¡æ•°ä¸è¶³!Insufficient_props_required所需é“å…·ä¸è¶³!Speaking_CD_Prompt说è¯å¤ªå¿«äº†textbox_default_content请输入文字Guild_channel_tips加入公会åŽå†å‘言Private_chat_channel_tips选择ç§èŠç›®æ ‡åŽå‘言System_Channel_Alert系统频é“ä¸å…许å‘言maximum_messageå°±åªæœ‰è¿™ä¹ˆå¤šå•¦ï¼messages æ¡æ¶ˆæ¯ Comment_Tips你的评论呢?Days_agoå¤©å‰ An_hour_ago å°æ—¶å‰ minutes_ago 分钟å‰high-level_tips选择高等级噢ï¼low_level_tips目标等级低了Log_in登录 Shenlong_Hall 神龙大殿 bamboo_forest竹林 mainline_lock通关第二章解é”Activated_stele已激活石碑 Not_yet_open 暂未开放!Please_select_an_item请选择物å“! Quantity_Tipsä½ æ˜¯ä¸æ˜¯å¿˜äº†åŠ æ•°é‡ï¼upgrade_unsuccessful å‡çº§å¤±è´¥ max_level 最大等级Missing_props1缺少é“å…·:{0}time_is_running_outæ—¶é—´ä¸å¤Ÿäº†maximum最大Not_produced_tips没有å¯é¢†å–物å“Critical_strike_rate_increased暴击率æå‡ dizziness眩晕continuous_recovery æŒç»­æ¢å¤frozen冰冻shield护盾Lowered_blood_capè¡€é‡ä¸Šé™é™ä½ŽThunder_Half_Moon_Slashé›·éœ†åŠæœˆæ–©Put_in_the_upgrade_material放入å‡çº§ææ–™!Hero_List_Tips6选择列表中ä¸å­˜åœ¨æœ¬ä½“è‹±é›„ï¼Œæ— æ³•å‡æ˜Ÿ!!!update_successed å‡çº§æˆåŠŸ!"Please_put_in_the_upgrade_material请放入å‡çº§ææ–™!network_anomaly 网络异常Repeat_connection_prompt&连接失败,是å¦å°è¯•继续连接?Waiting_for_unity_to_be_added等待统一添加#Clear_the_previous_difficulty_first先通关上个难度 difficultys 难度:{0}bossopening_time1开坿—¶é—´ï¼šå‘¨ä¸€ï¼Œå‘¨äºŒbossopening_time2开坿—¶é—´ï¼šå‘¨ä¸‰ï¼Œå‘¨å››bossopening_time3开坿—¶é—´ï¼šå‘¨äº”,周六bossopening_time4开坿—¶é—´ï¼šå‘¨å¤©thingç‰©å“ Training_tips当å‰è‹±é›„正在训练Master_level_tips当剿˜¯å¸ˆå‚…训练最大值Maximum_star_rating!当剿˜Ÿçº§æœ€å¤§åªèƒ½åˆ°{0}级 Minimum_hint当剿˜¯æœ€å°å€¼Minimum_time_reminder当剿˜¯æœ€å°æ—¶é—´ Available å¯é¢†å–The_practice_pile_is_full.当å‰ç»ƒåŠŸæ¡©å·²ç»æœ‰äººäº†ï¼Œæ¢ä¸€ä¸ªå§!maximum_quantity 最大数é‡$Please_unlock_the_previous_one_first请先解é”上一个 not_finished 还没完æˆSelect_a_hero_and_then_operateé€‰ä¸­ä¸€ä¸ªè‹±é›„å†æ“作Added_successfully 添加æˆåŠŸ not_added 未添加pending å¾…é¢†å– not_unlocked 未解é”Simplified_Chinese 简体中文(This_language_is_not_currently_supportedè¯¥è¯­è¨€æš‚ä¸æ”¯æŒPlease_enter_account_password请输入账å·å¯†ç Privacy_Agreement† +PassReward 通关奖励Rewarded奖励Undone 未完æˆReceive å¯é¢†å–Received å·²é¢†å– No Received ä¸å¯é¢†å– NoRankingæš‚æ— æŽ’è¡Œæ•°æ® Season award 赛季奖励numberæ•°é‡Friend_NotFound未查询到对应角色TriggerRandomTask触å‘éšæœºä»»åŠ¡DiamondCutDiamond 棋逢对手 MeetByChance 䏿œŸè€Œé‡Receiveddescription +已领å–!Viking维京purchase_description 花钱买Not_enough_purchaseså¯è´­ä¹°æ¬¡æ•°ä¸è¶³!Insufficient_props_required所需é“å…·ä¸è¶³!Speaking_CD_Prompt说è¯å¤ªå¿«äº†textbox_default_content请输入文字Guild_channel_tips加入公会åŽå†å‘言Private_chat_channel_tips选择ç§èŠç›®æ ‡åŽå‘言System_Channel_Alert系统频é“ä¸å…许å‘言maximum_messageå°±åªæœ‰è¿™ä¹ˆå¤šå•¦ï¼messages æ¡æ¶ˆæ¯ Comment_Tips你的评论呢?Days_agoå¤©å‰ An_hour_ago å°æ—¶å‰ minutes_ago 分钟å‰high-level_tips选择高等级噢ï¼low_level_tips目标等级低了Log_in登录 Shenlong_Hall 神龙大殿 bamboo_forest竹林 mainline_lock通关第二章解é”Activated_stele已激活石碑 Not_yet_open 暂未开放!Please_select_an_item请选择物å“! Quantity_Tipsä½ æ˜¯ä¸æ˜¯å¿˜äº†åŠ æ•°é‡ï¼upgrade_unsuccessful å‡çº§å¤±è´¥ max_level 最大等级Missing_props1缺少é“å…·:{0}time_is_running_outæ—¶é—´ä¸å¤Ÿäº†maximum最大Not_produced_tips没有å¯é¢†å–物å“Critical_strike_rate_increased暴击率æå‡ dizziness眩晕continuous_recovery æŒç»­æ¢å¤frozen冰冻shield护盾Lowered_blood_capè¡€é‡ä¸Šé™é™ä½ŽThunder_Half_Moon_Slashé›·éœ†åŠæœˆæ–©Put_in_the_upgrade_material放入å‡çº§ææ–™!Hero_List_Tips9选择列表中ä¸å­˜åœ¨æœ¬ä½“å®ˆæŠ¤è€…ï¼Œæ— æ³•å‡æ˜Ÿ!!!update_successed å‡çº§æˆåŠŸ!"Please_put_in_the_upgrade_material请放入å‡çº§ææ–™!network_anomaly 网络异常Repeat_connection_prompt&连接失败,是å¦å°è¯•继续连接?Waiting_for_unity_to_be_added等待统一添加#Clear_the_previous_difficulty_first先通关上个难度 difficultys 难度:{0}bossopening_time1开坿—¶é—´ï¼šå‘¨ä¸€ï¼Œå‘¨äºŒbossopening_time2开坿—¶é—´ï¼šå‘¨ä¸‰ï¼Œå‘¨å››bossopening_time3开坿—¶é—´ï¼šå‘¨äº”,周六bossopening_time4开坿—¶é—´ï¼šå‘¨å¤©thingç‰©å“ Training_tips当å‰å®ˆæŠ¤è€…正在训练Master_level_tips当剿˜¯å¸ˆå‚…训练最大值Maximum_star_rating!当剿˜Ÿçº§æœ€å¤§åªèƒ½åˆ°{0}级 Minimum_hint当剿˜¯æœ€å°å€¼Minimum_time_reminder当剿˜¯æœ€å°æ—¶é—´ Available å¯é¢†å–The_practice_pile_is_full.当å‰ç»ƒåŠŸæ¡©å·²ç»æœ‰äººäº†ï¼Œæ¢ä¸€ä¸ªå§!maximum_quantity 最大数é‡$Please_unlock_the_previous_one_first请先解é”上一个 not_finished 还没完æˆSelect_a_hero_and_then_operateé€‰ä¸­ä¸€ä¸ªå®ˆæŠ¤è€…å†æ“作Added_successfully 添加æˆåŠŸ not_added 未添加pending å¾…é¢†å– not_unlocked 未解é”Simplified_Chinese 简体中文(This_language_is_not_currently_supportedè¯¥è¯­è¨€æš‚ä¸æ”¯æŒPlease_enter_account_password请输入账å·å¯†ç Privacy_Agreement† 以下éšç§å议是本游æˆå¯¹ç”¨æˆ·éšç§ä¿æŠ¤çš„许诺,请您务必仔细阅读本åè®®ï¼Œä»¥äº†è§£æˆ‘ä»¬å…³äºŽç®¡ç†æ‚¨ä¸ªäººä¿¡æ¯çš„æƒ…况。\n本éšç§åè®®çš„å…¨éƒ¨æ¡æ¬¾å±žäºŽæœ¬è½¯ä»¶ç”¨æˆ·æœåŠ¡å议的é‡è¦éƒ¨ä»½ä¹‹ä¸€ã€‚\n为了给您æä¾›æ›´å‡†ç¡®ã€æ›´æœ‰é’ˆå¯¹æ€§çš„æœåŠ¡ï¼Œæœ¬è½¯ä»¶å¯èƒ½ä¼šä»¥å¦‚下方å¼ã€‚\n使用您æäº¤çš„个人信æ¯ã€‚但本软件会以高度的勤勉义务对待这些信æ¯ï¼Œåœ¨æœªå¾å¾—您许å¯çš„æƒ…况下,ä¸ä¼šå°†è¿™äº›ä¿¡æ¯å¯¹å¤–公开或å‘第三方æä¾›ã€‚\n一ã€ä¿æœ‰æ‚¨æä¾›çš„ä¿¡æ¯æœ¬è½¯ä»¶ä¼šåœ¨æ‚¨è‡ªæ„¿é€‰æ‹©æœåŠ¡æˆ–æä¾›ä¿¡æ¯çš„æƒ…况下收集您的个人信æ¯ï¼Œå¹¶å°†è¿™äº›ä¿¡æ¯è¿›è¡Œæ•´åˆï¼Œä»¥ä¾¿å‘您æä¾›æ›´å¥½çš„用户æœåŠ¡ã€‚\nè¯·æ‚¨åœ¨æ³¨å†Œæ—¶åŠæ—¶ã€è¯¦å°½åŠå‡†ç¡®çš„æä¾›ä¸ªäººèµ„æ–™ï¼Œå¹¶ä¸æ–­æ›´æ–°æ³¨å†Œèµ„料,符åˆåŠæ—¶ã€è¯¦å°½å‡†ç¡®çš„è¦æ±‚。所有原始键入的资料将引用为注册资料。\n如果因注册信æ¯ä¸çœŸå®žè€Œå¼•èµ·çš„é—®é¢˜ï¼Œç”±æ‚¨è‡ªè¡Œæ‰¿æ‹…ç›¸åº”çš„åŽæžœã€‚请您ä¸è¦å°†æ‚¨çš„å¸å·ã€å¯†ç è½¬è®©æˆ–出借予他人使用。如您å‘现您的å¸å·é­ä»–äººéžæ³•使用。\n应立å³é€šçŸ¥æœ¬è½¯ä»¶ã€‚因黑客行为或用户的ä¿ç®¡ç–忽导致å¸å·ã€å¯†ç é­ä»–äººéžæ³•ä½¿ç”¨ï¼Œæœ¬è½¯ä»¶ä¸æ‰¿æ‹…责任.\n二ã€ä¿æœ‰æ‚¨çš„使用记录\n当您使用本软件的æœåŠ¡æ—¶ï¼ŒæœåŠ¡å™¨ä¼šè‡ªåŠ¨è®°å½•ä¸€äº›ä¿¡æ¯ï¼ŒåŒ…括手机型å·ã€IP地å€ç­‰ã€‚\n在如下情况下,本软件会éµç…§æ‚¨çš„æ„æ„¿æˆ–æ³•å¾‹çš„è§„å®šæŠ«éœ²æ‚¨çš„ä¸ªäººä¿¡æ¯ï¼Œç”±æ­¤å¼•å‘的问题将由您个人承担。\nUser_Privacy_Agreement用户éšç§åè®®Agree_to_the_agreement_promptè¯·å…ˆé˜…è¯»å¹¶åŒæ„åè®®! load_list正在加载æœåŠ¡å™¨åˆ—è¡¨ not_available ä¸å¯é¢†received 已领å–Not_unlocked_yet 暂未解é”Cleared 已通关ï¼Unlock_the_previous_chapter!通关上个章节åŽè§£é”噢ï¼No_event_announcement暂时没有活动公告哦ï¼Not_on_the_list 未上榜 not_skipped ä¸å¯è·³è¿‡Not_open -未开放!Insufficient_raffle_props抽奖é“å…·ä¸è¶³! please_choose 请选择This_stage_has_been_completed本阶段已ç»å®ŒæˆNot_enough_material ææ–™ä¸è¶³!Please_wake_up_one_by_oneè¯·ä¾æ¬¡è§‰é†’!This_hero_cannot_be_stronger该英雄åªèƒ½å‡çº§!Reset_successful é‡ç½®æˆåŠŸ! No_point_tips没有å¯å‡çº§çš„点数!nourish培养 equipment装备lineup阵容homeå®¶å›­line-up阵容Missing_props2缺少é“å…·:{0}Upgrade_failed_promptå‡çº§å¤±è´¥,冿¥ä¸€æ¬¡! Maximum_level 最大等级! +未开放!Insufficient_raffle_props抽奖é“å…·ä¸è¶³! please_choose 请选择This_stage_has_been_completed本阶段已ç»å®ŒæˆNot_enough_material ææ–™ä¸è¶³!Please_wake_up_one_by_oneè¯·ä¾æ¬¡è§‰é†’!This_hero_cannot_be_stronger该守护者åªèƒ½å‡çº§!Reset_successful é‡ç½®æˆåŠŸ! No_point_tips没有å¯å‡çº§çš„点数!nourish培养 equipment装备lineup阵容homeå®¶å›­line-up阵容Missing_props2缺少é“å…·:{0}Upgrade_failed_promptå‡çº§å¤±è´¥,冿¥ä¸€æ¬¡! Maximum_level 最大等级! Not_enough æ•°é‡ä¸è¶³! No_jump_yet 暂无跳转Store_maximum_quantity_tips已达到最大购买次数!Not_enough_money è´§å¸ä¸è¶³!Unrefreshable_prompt当å‰å•†åº—ä¸å…许刷新"Refresh_description_after_purchase.æ˜¯å¦æ¶ˆè€—{0}{1}刷新?今日次数{2}/{3}Not_enough_diamonds 钻石ä¸è¶³!Successful_purchase è´­ä¹°æˆåŠŸ!Received_successfully 领喿ˆåŠŸTips_for_purchases今日购买次数已用完Insufficient_props_reminderé“å…·ä¸è¶³â€ï¼Œæ— æ³•è´­ä¹°NoReferencelineupæ— å‚考阵容Referencelineup å‚考阵容 -Fulllineup å…¨æœé˜µå®¹ Friendslineup 好å‹é˜µå®¹ ChapterReward 章节奖励CompletingAvailableå®Œæˆæœ¬ç« åŽå¯ç”¨ draw_DrawBtn 抽{0}次draw_moonlight 月之å¬å”¤ draw_camp 阵è¥å¬å”¤ draw_continueç»§ç»­draw_FloorsNum冿н{0}次必得5星英雄 draw_return返回hero_UpStarDescribeç­‰çº§ä¸Šé™æé«˜åˆ°{0}级 hero_UpGrade 英雄å‡çº§ hero_UpStar è‹±é›„å‡æ˜Ÿ hero_UpAwake 觉醒æˆåŠŸ popup_receive接收popup_CloseDescribe点击空白关闭hero_UpGradeBtnå‡çº§hero_UpStarBtn凿˜Ÿhero_UpGradeDescribe添加ç»éªŒç²¾çµhero_expç»éªŒequip_strengthen强化equip_FloorsNum强化{0}次åŽå¿…ç„¶æˆåŠŸshop_off折扣 shop_forever 永久é™è´­ shop_SoldOut售罄 tips_confirm确认 tips_cancelå–æ¶ˆ clickContinue点击å±å¹•ç»§ç»­PlotIntroduction 情节简介 LayerReceive冿Œ‘战{0}层å¯é¢†å– comment_10001$è¿™è‹±é›„é€Ÿåº¦æœ‰ä»€ä¹ˆè¦æ±‚å—? comment_10002我的评价是ä¸å¦‚阿å®... comment_100032è¿™è‹±é›„ä¸€æ³¢æµæ‰“ä¸äº†BOSS,竞技场好用~ comment_10004å¾ˆå¼ºï¼Œå·²æ‹‰æ»¡ï¼ comment_100050新副本用它,å¯ä»¥é…åˆå¸ˆçˆ¶æ‰“伤害。 comment_10006平民英雄,好养。 comment_10007Z很多人说他ä¸å¼ºï¼Œä½ è£…备满了å—?技能满了å—?拉满ä¸å¼ºä½ ä¸¾æŠ¥æˆ‘ï¼ comment_10008点赞好人一生平安~ comment_10009-æ€Žä¹ˆåˆæŠ½åˆ°å®ƒäº†ï¼Œæ±‚æ±‚ä½ åˆ«æ¥äº†ï¼ surname_10001 愤怒的 surname_10002 å¿«ä¹çš„ surname_10003 忧伤的 surname_10004 åµé—¹çš„ surname_10005 喜悦的 surname_10006 悲伤的 surname_10007 难过的 surname_10008 兴奋的 surname_10009 潇洒的 surname_10010 开心的 surname_10011 幸è¿çš„ surname_10012 欢喜的 surname_10013 愉快的 surname_10014 神奇的 surname_10015 刻苦的 surname_10016 进步的 surname_10017 业余的 surname_10018 å‹å¥½çš„ surname_10019 ç€æ€¥çš„ surname_10020 å‹çˆ±çš„ surname_10021 èªæ˜Žçš„ surname_10022 细心的 surname_10023 冰冷的 surname_10024 无知的 surname_10025 秀美的 surname_10026 活泼的 surname_10027 害羞的 surname_10028 热情的 surname_10029 开朗的 surname_10030 å” å¨çš„ surname_10031 糊涂的 surname_10032 飞驰的 surname_10033 èŒä¸šçš„ surname_10034 迟缓的 surname_10035 迷茫的 surname_10036 优秀的 surname_10037 ç«çº¢çš„ surname_10038 好动的 surname_10039 行走的 surname_10040 欢闹的 surname_10041 风度的 surname_10042 柔韧的 surname_10043 温柔的 surname_10044 美丽的 surname_10045 高雅的 surname_10046 洋气的 surname_10047 æ¬é™çš„ surname_10048 大方的 surname_10049 端庄的 surname_10050 秀气的 surname_10051 清秀的 surname_10052 妩媚的 surname_10053 轩昂的 surname_10054 迷人的 surname_10055 淡定的 surname_10056 ç•…å¿«çš„ surname_10057 åšå¼ºçš„ surname_10058 甜美的 surname_10059 爽朗的 surname_10060 安然的 surname_10061 文雅的 surname_10062 æ‚ ç„¶çš„ surname_10063 å®é™çš„ surname_10064 沮丧的 surname_10065 从容的 surname_10066 éšå’Œçš„ surname_10067 å¦è¡çš„ surname_10068 éšæ€§çš„ surname_10069 红润的 surname_10070 傲骨的 surname_10071 欣喜的 surname_10072 宽容的 surname_10073 大气的 surname_10074 厚é“çš„ surname_10075 王者的 surname_10076 羞涩的 surname_10077 尽情的 surname_10078 激奋的 surname_10079 俊美的 surname_10080 朴素的 surname_10081 庄é‡çš„ surname_10082 å’Œè°çš„ surname_10083 å¦ç„¶çš„ surname_10084 è‹—æ¡çš„ surname_10085 å¯äººçš„ surname_10086 é’æ˜¥çš„ surname_10087 激昂的 surname_10088 å°å·§çš„ surname_10089 踊跃的 surname_10090 å¯çˆ±çš„ surname_10091 帅气的 surname_10092 ä¸å‡¡çš„ surname_10093 激情的 surname_10094 慈祥的 surname_10095 æ•´æ´çš„ surname_10096 认真的 surname_10097 情调的 surname_10098 海涵的 surname_10099 善良的 surname_10100 娇美的 surname_10101 妖媚的 surname_10102 冷魅的 surname_10103 é›å®¹çš„ surname_10104 å„’é›…çš„ surname_10105 敬佩的 surname_10106 时髦的 surname_10107 无邪的 surname_10108 娇媚的 surname_10109 ç»ç¾Žçš„ surname_10110 邪魅的 surname_10111 佩æœçš„ surname_10112 白皙的 surname_10113 摩登的 surname_10114 结实的 surname_10115 率性的 surname_10116 娇艳的 surname_10117 ç´ é›…çš„ surname_10118 惆怅的 surname_10119 欢畅的 surname_10120 崇拜的 surname_10121 漂亮的 surname_10122 艳丽的 surname_10123 æ·¡é›…çš„ surname_10124 倾城的 surname_10125 光滑的 surname_10126 巧嘴的 +Fulllineup å…¨æœé˜µå®¹ Friendslineup 好å‹é˜µå®¹ ChapterReward 章节奖励CompletingAvailableå®Œæˆæœ¬ç« åŽå¯ç”¨ draw_DrawBtn 抽{0}次draw_moonlight 月之å¬å”¤ draw_camp 阵è¥å¬å”¤ draw_continueç»§ç»­draw_FloorsNum冿н{0}次必得5星守护者 draw_return返回hero_UpStarDescribeç­‰çº§ä¸Šé™æé«˜åˆ°{0}级 hero_UpGrade守护者å‡çº§ hero_UpStarå®ˆæŠ¤è€…å‡æ˜Ÿ hero_UpAwake 觉醒æˆåŠŸ popup_receive接收popup_CloseDescribe点击空白关闭hero_UpGradeBtnå‡çº§hero_UpStarBtn凿˜Ÿhero_UpGradeDescribe添加功夫å·è½´hero_expç»éªŒequip_strengthen强化equip_FloorsNum强化{0}次åŽå¿…ç„¶æˆåŠŸshop_off折扣 shop_forever 永久é™è´­ shop_SoldOut售罄 tips_confirm确认 tips_cancelå–æ¶ˆ clickContinue点击å±å¹•ç»§ç»­Current_Effectç›®å‰çš„æ•ˆæžœPlotIntroduction 情节简介 LayerReceive冿Œ‘战{0}层å¯é¢†å– comment_10001'è¿™å®ˆæŠ¤è€…é€Ÿåº¦æœ‰ä»€ä¹ˆè¦æ±‚å—? comment_10002我的评价是ä¸å¦‚阿å®... comment_100035è¿™å®ˆæŠ¤è€…ä¸€æ³¢æµæ‰“ä¸äº†BOSS,竞技场好用~ comment_10004å¾ˆå¼ºï¼Œå·²æ‹‰æ»¡ï¼ comment_100050新副本用它,å¯ä»¥é…åˆå¸ˆçˆ¶æ‰“伤害。 comment_10006平民守护者,好养。 comment_10007Z很多人说他ä¸å¼ºï¼Œä½ è£…备满了å—?技能满了å—?拉满ä¸å¼ºä½ ä¸¾æŠ¥æˆ‘ï¼ comment_10008点赞好人一生平安~ comment_10009-æ€Žä¹ˆåˆæŠ½åˆ°å®ƒäº†ï¼Œæ±‚æ±‚ä½ åˆ«æ¥äº†ï¼ surname_10001 愤怒的 surname_10002 å¿«ä¹çš„ surname_10003 忧伤的 surname_10004 åµé—¹çš„ surname_10005 喜悦的 surname_10006 悲伤的 surname_10007 难过的 surname_10008 兴奋的 surname_10009 潇洒的 surname_10010 开心的 surname_10011 幸è¿çš„ surname_10012 欢喜的 surname_10013 愉快的 surname_10014 神奇的 surname_10015 刻苦的 surname_10016 进步的 surname_10017 业余的 surname_10018 å‹å¥½çš„ surname_10019 ç€æ€¥çš„ surname_10020 å‹çˆ±çš„ surname_10021 èªæ˜Žçš„ surname_10022 细心的 surname_10023 冰冷的 surname_10024 无知的 surname_10025 秀美的 surname_10026 活泼的 surname_10027 害羞的 surname_10028 热情的 surname_10029 开朗的 surname_10030 å” å¨çš„ surname_10031 糊涂的 surname_10032 飞驰的 surname_10033 èŒä¸šçš„ surname_10034 迟缓的 surname_10035 迷茫的 surname_10036 优秀的 surname_10037 ç«çº¢çš„ surname_10038 好动的 surname_10039 行走的 surname_10040 欢闹的 surname_10041 风度的 surname_10042 柔韧的 surname_10043 温柔的 surname_10044 美丽的 surname_10045 高雅的 surname_10046 洋气的 surname_10047 æ¬é™çš„ surname_10048 大方的 surname_10049 端庄的 surname_10050 秀气的 surname_10051 清秀的 surname_10052 妩媚的 surname_10053 轩昂的 surname_10054 迷人的 surname_10055 淡定的 surname_10056 ç•…å¿«çš„ surname_10057 åšå¼ºçš„ surname_10058 甜美的 surname_10059 爽朗的 surname_10060 安然的 surname_10061 文雅的 surname_10062 æ‚ ç„¶çš„ surname_10063 å®é™çš„ surname_10064 沮丧的 surname_10065 从容的 surname_10066 éšå’Œçš„ surname_10067 å¦è¡çš„ surname_10068 éšæ€§çš„ surname_10069 红润的 surname_10070 傲骨的 surname_10071 欣喜的 surname_10072 宽容的 surname_10073 大气的 surname_10074 厚é“çš„ surname_10075 王者的 surname_10076 羞涩的 surname_10077 尽情的 surname_10078 激奋的 surname_10079 俊美的 surname_10080 朴素的 surname_10081 庄é‡çš„ surname_10082 å’Œè°çš„ surname_10083 å¦ç„¶çš„ surname_10084 è‹—æ¡çš„ surname_10085 å¯äººçš„ surname_10086 é’æ˜¥çš„ surname_10087 激昂的 surname_10088 å°å·§çš„ surname_10089 踊跃的 surname_10090 å¯çˆ±çš„ surname_10091 帅气的 surname_10092 ä¸å‡¡çš„ surname_10093 激情的 surname_10094 慈祥的 surname_10095 æ•´æ´çš„ surname_10096 认真的 surname_10097 情调的 surname_10098 海涵的 surname_10099 善良的 surname_10100 娇美的 surname_10101 妖媚的 surname_10102 冷魅的 surname_10103 é›å®¹çš„ surname_10104 å„’é›…çš„ surname_10105 敬佩的 surname_10106 时髦的 surname_10107 无邪的 surname_10108 娇媚的 surname_10109 ç»ç¾Žçš„ surname_10110 邪魅的 surname_10111 佩æœçš„ surname_10112 白皙的 surname_10113 摩登的 surname_10114 结实的 surname_10115 率性的 surname_10116 娇艳的 surname_10117 ç´ é›…çš„ surname_10118 惆怅的 surname_10119 欢畅的 surname_10120 崇拜的 surname_10121 漂亮的 surname_10122 艳丽的 surname_10123 æ·¡é›…çš„ surname_10124 倾城的 surname_10125 光滑的 surname_10126 巧嘴的 name_10001 辛巴达 name_10002 艾丽莎 name_10003 海柔尔 @@ -539,7 +539,7 @@ name_10122 厄休拉 name_10123 å¸ƒé²æ–¯ name_10124 ç»´éš†å¡ name_10125 布é²è¯º -name_10126维基 position_full ä½ç½®å·²æ»¡same_hero_selected已选择了相åŒè‹±é›„reset_0æˆåŠŸreset_10没有找到远程æœåС噍reset_11$远程æœåŠ¡å™¨æœªæ‰¾åˆ°æ‰§è¡Œæ–¹æ³•reset_12Rpc方法执行错误reset_13缓存读å–失败reset_14æ•°æ®åº“执行错误reset_15è¯·æ±‚å‚æ•°é”™è¯¯reset_16ç­¾å串错误reset_17 æƒé™ä¸è¶³reset_18 未登录reset_19用户ä¸å­˜åœ¨reset_20 无效状æ€reset_21æ•°æ®åº“æ“作失败reset_22 通用错误reset_23加密串解ç é”™è¯¯reset_24加密串时间戳超时reset_25pb错误reset_26 AgentUid空 reset_100ç¨‹åºæ‰§è¡Œå¼‚常 reset_101 未知错误 reset_102 资æºä¸è¶³ reset_103 é…置异常 reset_104é…置未找到 reset_105已在其它终端登录 reset_106æ¨¡å—æœªå¼€æ”¾ +name_10126维基 position_full ä½ç½®å·²æ»¡same_hero_selected已选择了相åŒå®ˆæŠ¤è€…reset_0æˆåŠŸreset_10没有找到远程æœåС噍reset_11$远程æœåŠ¡å™¨æœªæ‰¾åˆ°æ‰§è¡Œæ–¹æ³•reset_12Rpc方法执行错误reset_13缓存读å–失败reset_14æ•°æ®åº“执行错误reset_15è¯·æ±‚å‚æ•°é”™è¯¯reset_16ç­¾å串错误reset_17 æƒé™ä¸è¶³reset_18 未登录reset_19用户ä¸å­˜åœ¨reset_20 无效状æ€reset_21æ•°æ®åº“æ“作失败reset_22 通用错误reset_23加密串解ç é”™è¯¯reset_24加密串时间戳超时reset_25pb错误reset_26 AgentUid空 reset_100ç¨‹åºæ‰§è¡Œå¼‚常 reset_101 未知错误 reset_102 资æºä¸è¶³ reset_103 é…置异常 reset_104é…置未找到 reset_105已在其它终端登录 reset_106æ¨¡å—æœªå¼€æ”¾ reset_1000 秘钥无效 reset_1001秘钥格å¼é”™è¯¯ reset_1002用户绑定错误 @@ -576,10 +576,10 @@ reset_1202èƒŒåŒ…æ ¼å­æ•°é‡å·²è¾¾ä¸Šé™ reset_1203背包格å­å®¹é‡å·²è¾¾ä¸Šé™ reset_1204æš‚ä¸æ”¯æŒä½¿ç”¨ reset_1205é“具䏿”¯æŒå‡ºå”® -reset_1300英雄ä¸å­˜åœ¨ -reset_1301英雄数é‡ä¸è¶³ -reset_1302英雄达到最大等级 -reset_1303åˆå§‹åŒ–英雄 +reset_1300守护者ä¸å­˜åœ¨ +reset_1301守护者数é‡ä¸è¶³ +reset_1302守护者达到最大等级 +reset_1303åˆå§‹åŒ–守护者 reset_1304å“è´¨ä¸åŒ¹é… reset_1305技能å‡çº§å¤±è´¥ reset_1306达到最大共鸣次数 @@ -589,13 +589,13 @@ reset_1309没有能é‡ç‚¹æ•° reset_1310创建å¡å¤±è´¥ reset_1311更新装备失败 reset_1312达到最大觉醒等级 -reset_1313英雄被é”定ä¸èƒ½è¢«æ¶ˆè€— -reset_1314è‹±é›„è¾¾åˆ°æœ€å¤§æ•°é‡ -reset_1315æ¶ˆè€—è‹±é›„å‚æ•°ä¸åŒ¹é… +reset_1313!守护者被é”定ä¸èƒ½è¢«æ¶ˆè€— +reset_1314å®ˆæŠ¤è€…è¾¾åˆ°æœ€å¤§æ•°é‡ +reset_1315æ¶ˆè€—å®ˆæŠ¤è€…å‚æ•°ä¸åŒ¹é… reset_1316䏿»¡è¶³å‡æ˜Ÿæ¡ä»¶ -reset_1317å‡çº§è‹±é›„类型ä¸å¯¹ +reset_1317å‡çº§å®ˆæŠ¤è€…类型ä¸å¯¹ reset_1318技能å‡çº§å¡ç±»åž‹ä¸å¯¹ -reset_1319*å‡çº§ç»éªŒå¡æº¢å‡ºæ£€æŸ¥ä¼ å…¥çš„æ•°é‡ +reset_1319'功夫å·è½´æº¢å‡ºæ£€æŸ¥ä¼ å…¥çš„æ•°é‡ reset_1320凿˜Ÿç­‰çº§ä¸å¤Ÿ reset_1321è¾¾åˆ°æœ€å¤§å‡æ˜Ÿç­‰çº§ reset_1322抽å¡ç±»åž‹ä¸åŒ¹é… @@ -635,7 +635,7 @@ reset_2001å·²ç»åœ¨ä½¿ç”¨ reset_2002 å·²è§£é” reset_2003æœ‰æœªè§£é”æŸ±å­ reset_2101è¶…è¿‡è®¢å•æ—¶é•¿ -reset_2102技能已ç»è¾¾åˆ°æ»¡çº§ +reset_2102!守护者技能已ç»è¾¾åˆ°æ»¡çº§ reset_2201ä»»åŠ¡å·²å®Œæˆ reset_2202ä»»åŠ¡æœªå®Œæˆ reset_2203ä»»åŠ¡æœªå¼€å¯ @@ -663,39 +663,39 @@ reset_2702BOSS类型ä¸å¯¹ reset_2703购买达到最大次数 reset_2704挑战达到最大次数 reset_3402 é‡ç½®CD中hunting_RewardPreview 奖励预览hunting_RemainingChallenges剩余挑战次数hunting_difficulty难度hunting_strategy攻略hunting_BossSkills -BOSS技能hunting_PurchasesTitle购买挑战次数hunting_ChallengeTime 挑战时间hunting_NotOpen 未开å¯hunting_StartTheCountdownå¼€å¯å€’计时hunting_RecommendedTeamLeader 推è队长hunting_LeaderDescription$推è选择下列英雄为队长。mail_RewardSign奖励mail_DeleteRead 一键删除mail_ReceiveAll ä¸€é”®é¢†å– mail_receiveé¢†å– mail_delete删除 mail_NoMail暂未收到邮件mail_SystemMail 系统邮件resonance_choice 玩家选择resonance_DistributableEnergyå¯åˆ†é…点数resonance_points显示全æœåŠ ç‚¹resonance_intensify强化resonance_TakeOffé‡ç½®resonance_saveä¿å­˜ JoinGuild 加入公会SendOutå‘é€Propé“å…·Fragment碎片for_reference_only9招募仅为演示效果,ä¸åšä¸ºæœ€ç»ˆæ•ˆæžœå±•示ï¼ip_name1《å®è´è€æ¿ã€‹ip_name2《疯狂外星人》ip_name3《疯狂原始人》ip_name4《功夫熊猫》ip_name5《怪物å²èŽ±å…‹ã€‹ip_name6《å蛋è”盟》ip_name7《巨怪猎人》ip_name8《马达加斯加》ip_name9《魔å‘ç²¾çµã€‹ ip_name10《守护者è”盟》 ip_name11《驯龙高手》 ip_name12《野性精神》skill_normal_name主动skill_passive_name被动skill_captain_name 队长技 -hero_MaxLv已达到最高等级 resonance_tipIæç¤ºï¼šå…±æŒ¯å°†æ¶ˆè€—英雄本体,并获得1ä¸ªç›¸åŒæ˜Ÿçº§çš„ç‹—ç²®fight_skill_not_cd 技能CD中 Restraint克制AttributeRestraint属性约æŸå…³ç³»DescriptionRestraintP当我们的英雄控制目标时,射击伤害增加[color=#81c12d]50%[/color]Empathy共情Duty责任Frank真诚 Intuition直觉 fight_victory胜利 fight_failure失败 fight_roundå›žåˆ NickNameExist åç§°é‡å¤fight_pass_timeæ—¶é—´:{0} +BOSS技能hunting_PurchasesTitle购买挑战次数hunting_ChallengeTime 挑战时间hunting_NotOpen 未开å¯hunting_StartTheCountdownå¼€å¯å€’计时hunting_RecommendedTeamLeader 推è队长hunting_LeaderDescription'推è选择下列守护者为队长。mail_RewardSign奖励mail_DeleteRead 一键删除mail_ReceiveAll ä¸€é”®é¢†å– mail_receiveé¢†å– mail_delete删除 mail_NoMail暂未收到邮件mail_SystemMail 系统邮件resonance_choice 玩家选择resonance_DistributableEnergyå¯åˆ†é…点数resonance_points显示全æœåŠ ç‚¹resonance_intensify强化resonance_TakeOffé‡ç½®resonance_saveä¿å­˜ JoinGuild 加入公会SendOutå‘é€Propé“å…·Fragment碎片for_reference_only9招募仅为演示效果,ä¸åšä¸ºæœ€ç»ˆæ•ˆæžœå±•示ï¼ip_name1《å®è´è€æ¿ã€‹ip_name2《疯狂外星人》ip_name3《疯狂原始人》ip_name4《功夫熊猫》ip_name5《怪物å²èŽ±å…‹ã€‹ip_name6《å蛋è”盟》ip_name7《巨怪猎人》ip_name8《马达加斯加》ip_name9《魔å‘ç²¾çµã€‹ ip_name10《守护者è”盟》 ip_name11《驯龙高手》 ip_name12《野性精神》skill_normal_name主动skill_passive_name被动skill_captain_name 队长技 +hero_MaxLv已达到最高等级 resonance_tipLæç¤ºï¼šå…±æŒ¯å°†æ¶ˆè€—守护者本体,并获得1ä¸ªç›¸åŒæ˜Ÿçº§çš„ç‹—ç²®fight_skill_not_cd 技能CD中 Restraint克制AttributeRestraint属性约æŸå…³ç³»DescriptionRestraintS当我们的守护者控制目标时,射击伤害增加[color=#81c12d]50%[/color]Empathy共情Duty责任Frank真诚 Intuition直觉 fight_victory胜利 fight_failure失败 fight_roundå›žåˆ NickNameExist åç§°é‡å¤fight_pass_timeæ—¶é—´:{0} 最佳:{1} set_system设置set_informationä¿¡æ¯ set_wardrobe衣柜set_audiobisual显示 set_serviceæœåŠ¡ set_language语言 set_frame框架 set_fluentæµç•… set_normalç»å…¸ set_delicate精细 set_extremeæžè‡´set_AntiLiasing 抗锯齿set_HighlyDynamicRenderingé«˜åº¦åŠ¨æ€æ¸²æŸ“set_PhysicalSimulation ç‰©ç†æ¨¡æ‹Ÿ set_sound声音set_bgm背景set_se音效 -set_notice通知set_RewardIsFull挂机奖励已满set_Exploretion探索次数已满set_SeasonReset 赛季é‡ç½®set_ReplicaReset 副本é‡ç½®set_ActivityOn 活动通知set_RewardReset 奖励é‡ç½®set_NoticeTips?当å‰è®¾å¤‡æœªæ‰“开通知,您å¯èƒ½ä¼šé”™è¿‡é‡è¦æ¶ˆæ¯ã€‚ set_GoToOpen å‰å¾€å¼€å¯ set_ServiceæœåŠ¡set_BindAccount 绑定账户set_InitializeAccountåˆå§‹åŒ–账户set_CustomerService客æœset_ExchangeCode 激活ç set_RegionalService 区域æœåŠ¡ set_Language语言 set_voice语音fight_lost_hold失手probability_publicityL普通奖池概率:
3星英雄:90%
4星英雄9%
5星英雄1%。probability_title 概率公示explain_dreamland_content`1.挑战ã€å¤§æˆ˜æ³°å¦ã€‘玩法时有一定概率触å‘副本
2.æ¯å¤©0点刷新挑战次数explain_dreamland_title 规则说明fight_under_stand会心tsak not completionæœªæ»¡è¶³ä»»åŠ¡å®Œæˆæ¡ä»¶ preservationä¿å­˜screen_secondary套装screen_PrimaryAttribute 主属性screen_SecondaryAttribute 副属性screen_StarRating星级screen_SecondaryAttributeNumberå‰¯å±žæ€§æ¡æ•° no_material æš‚æ— ææ–™ atlas_13001 atlas_13002 atlas_13003 atlas_13004 atlas_13005 atlas_14001 atlas_14002 atlas_14003Z热情强æ‚åˆå……满活力的亚ä¸ç¿ æ˜¯ç»´äº¬å¥³å‹‡å£«ï¼Œå¥¹æ˜¯å¸Œå¡æ™®å–œæ¬¢çš„人。 atlas_14004 atlas_14005 atlas_14006 atlas_14007€Ìæ ¼é‡Œæ£®çŽ‹å­æ˜¯åšå•ƒæ—å¹´è½»çš„å›½çŽ‹ï¼Œåœ¨ä»–åŠ å†•çŽ‹å† çš„é‚£ä¸€å¤©ï¼ŒåŒæ—¶ä¹Ÿæ˜¯ä»–è¦åƒâ€œåšå•ƒç”Ÿâ€çš„第一åªç²¾çµçš„æ—¶å€™ï¼Œæ‰€æœ‰çš„ç²¾çµéƒ½åœ¨å›½çŽ‹çš„å¸¦é¢†ä¸‹ä»Žåœ°æ´žé€ƒè·‘äº†ã€‚ atlas_15001 atlas_15002 atlas_15003 atlas_15004€§ä½œä¸ºæ³¢æ˜Ÿäººä¸­çš„è¾¹ç¼˜å®…ç”·ï¼Œæ€ªå’–å±žæ€§çˆ†æ£šï¼Œå’ŒåŒæ—人格格ä¸å…¥ï¼Œç»å¸¸è¢«å˜²ç¬‘,甚至连åå­—å°æ¬§ï¼ˆOhï¼‰ä¹Ÿæ˜¯åˆ«äººå¯¹ä»–å«Œå¼ƒçš„è¯­æ°”è¯ atlas_23001 atlas_23002 atlas_23003 atlas_23004 atlas_24001 atlas_24002€¹æœ‰ç€ä¸€åŒç¾Žä¸½ç¿…膀的牙仙会在夜晚飞进房间,乘孩å­ä»¬ç†Ÿç¡ä¹‹é™…,悄悄收走æ¢ä¸‹çš„牙齿,然åŽç•™ä¸‹ä¸€ç‚¹é›¶èŠ±é’±ï¼Œå¯èƒ½æ˜¯50美分或者是一美元。 atlas_24003€«ä½œä¸ºå®ˆæŠ¤è€…è”盟里最年长的æˆå‘˜ï¼Œç¡ç¥žæ²™äººæ˜¯ç¾Žæ¢¦çš„创造者。你梦è§è‡ªå·±èƒ½é£žç¿”,甚至是梦è§è‡ªå·±æˆä¸ºæ˜Žæ˜Ÿï¼Œè¿™éƒ½æ˜¯æ²™äººçš„功劳。 atlas_24004€í夿´»èŠ‚å…”è¿˜æ˜¯å英勇的守护者,æ“ç€æ¾³å¤§åˆ©äºšå£éŸ³ï¼Œæœ‰ä¸€åŒè¶…大ç çš„脚。他ä¸ä»…ä¸ºå¤æ´»èŠ‚è¿™ä¸€ç››å¤§çš„èŠ‚æ—¥å‡†å¤‡äº†æ¼«å±±é野花花绿绿的彩蛋,他和守护者盟å‹ä»¬è¿˜å®ˆæŠ¤ç€æ£®æž—里的å°å­© atlas_24005 atlas_24006 atlas_24007 atlas_24008 atlas_24009 atlas_25001€Ì美味的食物和功夫梦,这就是阿å®ç”Ÿæ´»çš„全部。作为é¢é¦†çš„继承人,他心目中的å¶åƒå´æ˜¯åŠŸå¤«é«˜æ‰‹äº”çŒ›ä¾ ã€‚æ­¦åŠŸé›¶ç­‰çº§ï¼Œç«Ÿç„¶æˆäº†ä¸‡ä¼—瞩目的“龙战士â€ã€‚ atlas_25002 atlas_25003 atlas_25004€ºç²‰çº¢è‰²çš„æ³¢æ¯”å…¬ä¸»æ˜¯ç²¾çµæ‘庄的新一代领袖,扎ç€ä¸€å¤´ç²‰è‰²å†²å¤©è¾«ï¼Œå¤´æˆ´è“色å°èŠ±çš„æ³¢æ¯”å…¬ä¸»å°±åƒå¥¹çš„颜色一样积æžï¼Œåªè¦å¿ƒæƒ…好就会唱歌。 atlas_33001 atlas_33002 atlas_33003 atlas_33004 atlas_33005 atlas_33006 atlas_34001 atlas_34002 atlas_34003 atlas_34004 atlas_34005 atlas_34006€Ò作为守护者è”ç›Ÿçš„å¤´å·æˆå‘˜ï¼Œåœ£è¯žè€äººè¯ºæ–¯çš„æœ€å¾—力助手,冰霜侠æ°å…‹å…·æœ‰åˆ¶é€ å†°ã€éœœã€é›ªçš„特殊能力,他一出现,上学的日å­å°±ä¼šå˜æˆç®€å•而欢ä¹çš„冰雪天。 atlas_34007 atlas_34008 atlas_35001€Ÿæ­¦æž—高手,残豹曾是他的得æ„门生。然而,自从残豹想å·èµ°ã€Šç¥žé¾™ç§˜ç±ã€‹è€Œè¢«å…³è¿›å¤§ç‰¢åŽï¼ŒåŠŸå¤«å¤§å¸ˆå°±å˜å¾—沉默寡言了。 atlas_35002 atlas_35003 atlas_35004 atlas_35005 atlas_35006 atlas_43001 atlas_43002 atlas_43003 atlas_43004 atlas_43005 atlas_43006 atlas_43007 atlas_44001 atlas_44002 atlas_44003 atlas_44004 atlas_44006€¥å­¤å‚²æ¸…高,认为自己是最具实力打败残豹的“龙战士â€ã€‚本想独自挑战残豹,å´å’Œå…¶ä»–å››ä½åŒä¼´ä¸€èµ·èº«è´Ÿé‡ä¼¤å›žåˆ°äº†å’Œå¹³è°·ã€‚ atlas_45001 atlas_45002 atlas_45003€á“新新人类â€ã€‚他喜欢“动脑å­â€ï¼Œç»å¸¸æœ‰è®¸å¤šç¨€å¥‡å¤æ€ªçš„æƒ³æ³•ï¼Œå¹¶å‘æ˜Žäº†è®¸å¤šæ–°åˆ›ä½œã€‚在咕噜一家ä½çš„æ´žç©´è¢«æ¯ç­åŽï¼Œä»–å¼€å§‹å¸¦é¢†å’•å™œä¸€å®¶è¿½å¯»ä¸€ä¸ªç¾Žå¥½çš„æœªæ¥æ–°ä¸–界。 atlas_45004 atlas_44005€½ç“œå“¥çš„女儿。她对洞穴外的世界ååˆ†å¥½å¥‡ï¼Œæ¸´æœ›å†’é™©ï¼Œä¸æ„¿éµå®ˆçˆ¶äº²ç“œå“¥çš„规则。在她é‡è§äº†â€œæ–°æ–°äººç±»â€ç›–åŽï¼Œå¥¹å¯¹ç›–çš„æ‰€è§æ‰€é—»å……满好奇。 atlas_15005€Ëä½œä¸ºçº½çº¦ä¸­å¤®åŠ¨ç‰©å›­é‡Œæœ€å—æ¬¢è¿Žçš„动物,Alexæ¯å¤©éƒ½è¿‡ç€å…»å°Šå¤„优的生活,他的工作是æ¯å¤©ç»™æ¸¸å®¢ä»¬è·³è·³èˆžè¹ˆæ‘†æ‘†Pose,之åŽå°±äº«å—ç€ä¸“人伺候和独家美食。 atlas_43901 atlas_43902 atlas_43903 atlas_42911 atlas_43911 atlas_44911 atlas_43921 atlas_44921 atlas_45921 atlas_51001 atlas_51002 atlas_51003 atlas_51004 atlas_51005 atlas_51006 atlas_51007 atlas_51008 atlas_51009 atlas_51010 atlas_51011 atlas_51012 atlas_51013 atlas_51014 atlas_54001 atlas_53001 atlas_53002 atlas_53003 atlas_53004 atlas_53005 atlas_53006 atlas_55001 atlas_55002 atlas_55003 atlas_55004 atlas_55005 atlas_55006 atlas_55007 atlas_11021 atlas_12003 atlas_63002 atlas_63003 atlas_63004 atlas_64003 atlas_74002 atlas_74003 atlas_74004 atlas_83002 atlas_83006 atlas_84002 atlas_94002 atlas_94005 chat_text_13ã€ç³»ç»Ÿã€‘下åˆå¥½ï¼ chat_text_23ã€ç³»ç»Ÿã€‘下åˆå¥½ï¼ chat_text_33ã€ç³»ç»Ÿã€‘下åˆå¥½ï¼ chat_text_4?ã€ç³»ç»Ÿã€‘欢迎æ¥åˆ°æ¢¦å·¥åŽ‚ï¼ chat_text_5Sã€ä¼ é—»ã€‘ç»è¿‡ä¸æ‡ˆåŠªåŠ›ï¼Œå°†%v强化到了+13ï¼ chat_text_6Sã€ä¼ é—»ã€‘ç»è¿‡ä¸æ‡ˆåŠªåŠ›ï¼Œå°†%v强化到了+14ï¼ chat_text_7Sã€ä¼ é—»ã€‘ç»è¿‡ä¸æ‡ˆåŠªåŠ›ï¼Œå°†%v强化到了+15ï¼ chat_text_8Eã€ä¼ é—»ã€‘çªç ´äº†æ—¶ç©ºå¡”第100å±‚ï¼ chat_text_9cã€ç³»ç»Ÿã€‘æœåС噍å³å°†ç»´æŠ¤ï¼Œè¯·åŠæ—¶ä¸‹çº¿é¿å…æ•°æ®ä¸¢å¤±ï¼ chat_text_10Dã€ä¼ é—»ã€‘{0}通关了赛季塔50å±‚ï¼ chat_text_11Dã€ä¼ é—»ã€‘{0}已将{1}培养至60çº§ï¼ chat_text_12Cã€ä¼ é—»ã€‘{0}已将{1}培养至6æ˜Ÿï¼ chat_text_13Kã€ä¼ é—»ã€‘{0}已将{1}æŠ€èƒ½åŸ¹å…»è‡³æ»¡çº§ï¼ chat_text_14Eã€ä¼ é—»ã€‘{0}已将{1}å…±é¸£è‡³æ»¡çº§ï¼ chat_text_15Eã€ä¼ é—»ã€‘{0}已将{1}è§‰é†’è‡³æ»¡çº§ï¼ chat_text_16?ã€ä¼ é—»ã€‘{0}å·²ç»è¾¾åˆ°äº†60级! chat_text_17Eã€ä¼ é—»ã€‘{0}在招募中获得了{1}ï¼ chat_text_18Vã€ä¼ é—»ã€‘{0}通关了大战泰å¦ç«ç„°æ³°å¦éš¾åº¦10ï¼ chat_text_19Vã€ä¼ é—»ã€‘{0}通关了大战泰å¦å†°éœœæ³°å¦éš¾åº¦10ï¼ chat_text_20Vã€ä¼ é—»ã€‘{0}é€šå…³äº†å¤§æˆ˜æ³°å¦æ£®æž—æ³°å¦éš¾åº¦10ï¼ chat_text_21bã€ä¼ é—»ã€‘{0}通关了大战泰å¦å†°éœœæ³°å¦ï¼ˆæ­¦å™¨ï¼‰éš¾åº¦10ï¼ chat_text_22bã€ä¼ é—»ã€‘{0}é€šå…³äº†å¤§æˆ˜æ³°å¦æ£®æž—æ³°å¦ï¼ˆé¥°å“)难度10ï¼ chat_text_23Vã€ä¼ é—»ã€‘{0}通关了丛林决战巨型猩猩难度10ï¼ chat_text_24Pã€ä¼ é—»ã€‘{0}通关了丛林决战ç«é¾™éš¾åº¦10ï¼ chat_text_25Pã€ä¼ é—»ã€‘{0}通关了丛林决战大厨难度10ï¼ chat_text_26Vã€ä¼ é—»ã€‘{0}通关了丛林决战太空海星难度10ï¼ skill_25001我方全体防御增加30% skill_25004!我方全体效果抵抗增加40% skill_34006全体速度æå‡20% skill_35001我方全体攻击增加30% skill_35002!我方全体效果命中增加40% fetters_tab1传承 fetters_tab2å‹è°Š fetters_tab3真情 fetters_tab4血脉 fetters_1 师徒二人 fetters_2 毫ä¸ç›¸å¹²Upgradeå‡çº§ -TowerLevel 第 {0} 层 HeroTeamTitle 英雄阵容NumberOfLayers层数selling_tips_strengthen]勾选装备中包å«[color=#6dba00]等级大于{0}级[/color]的装备,是å¦ç»§ç»­å”®å‡º?selling_tips_StarAndEntryw勾选装备中包å«[color=#6dba00]{0}星以上且åˆå§‹å‰¯å±žæ€§å¤§äºŽ{1}æ¡[/color]的装备,是å¦ç»§ç»­å”®å‡ºï¼Ÿ Signature%这家伙很懒,他什么也没写…NoRecord 无记录 +set_notice通知set_Lock30framesé”定30帧数 set_Sence场景 set_Bloombloomset_FurDensity 毛皮密度set_Specialeffects特效set_RewardIsFull挂机奖励已满set_Exploretion探索次数已满set_SeasonReset 赛季é‡ç½®set_ReplicaReset 副本é‡ç½®set_ActivityOn 活动通知set_RewardReset 奖励é‡ç½®set_NoticeTips?当å‰è®¾å¤‡æœªæ‰“开通知,您å¯èƒ½ä¼šé”™è¿‡é‡è¦æ¶ˆæ¯ã€‚ set_GoToOpen å‰å¾€å¼€å¯ set_ServiceæœåŠ¡set_BindAccount 绑定账户set_InitializeAccountåˆå§‹åŒ–账户set_CustomerService客æœset_ExchangeCode 激活ç set_RegionalService 区域æœåŠ¡ set_Language语言 set_voice语音fight_lost_hold失手probability_publicityU普通奖池概率:
3星守护者:90%
4星守护者9%
5星守护者1%。probability_title 概率公示explain_dreamland_content`1.挑战ã€å¤§æˆ˜æ³°å¦ã€‘玩法时有一定概率触å‘副本
2.æ¯å¤©0点刷新挑战次数explain_dreamland_title 规则说明fight_under_stand会心tsak not completionæœªæ»¡è¶³ä»»åŠ¡å®Œæˆæ¡ä»¶ preservationä¿å­˜screen_secondary套装screen_PrimaryAttribute 主属性screen_SecondaryAttribute 副属性screen_StarRating星级screen_SecondaryAttributeNumberå‰¯å±žæ€§æ¡æ•° no_material æš‚æ— ææ–™ atlas_13001 atlas_13002 atlas_13003 atlas_13004 atlas_13005 atlas_14001 atlas_14002 atlas_14003Z热情强æ‚åˆå……满活力的亚ä¸ç¿ æ˜¯ç»´äº¬å¥³å‹‡å£«ï¼Œå¥¹æ˜¯å¸Œå¡æ™®å–œæ¬¢çš„人。 atlas_14004 atlas_14005 atlas_14006 atlas_14007€Ìæ ¼é‡Œæ£®çŽ‹å­æ˜¯åšå•ƒæ—å¹´è½»çš„å›½çŽ‹ï¼Œåœ¨ä»–åŠ å†•çŽ‹å† çš„é‚£ä¸€å¤©ï¼ŒåŒæ—¶ä¹Ÿæ˜¯ä»–è¦åƒâ€œåšå•ƒç”Ÿâ€çš„第一åªç²¾çµçš„æ—¶å€™ï¼Œæ‰€æœ‰çš„ç²¾çµéƒ½åœ¨å›½çŽ‹çš„å¸¦é¢†ä¸‹ä»Žåœ°æ´žé€ƒè·‘äº†ã€‚ atlas_15001 atlas_15002 atlas_15003 atlas_15004€§ä½œä¸ºæ³¢æ˜Ÿäººä¸­çš„è¾¹ç¼˜å®…ç”·ï¼Œæ€ªå’–å±žæ€§çˆ†æ£šï¼Œå’ŒåŒæ—人格格ä¸å…¥ï¼Œç»å¸¸è¢«å˜²ç¬‘,甚至连åå­—å°æ¬§ï¼ˆOhï¼‰ä¹Ÿæ˜¯åˆ«äººå¯¹ä»–å«Œå¼ƒçš„è¯­æ°”è¯ atlas_23001 atlas_23002 atlas_23003 atlas_23004 atlas_24001 atlas_24002€¹æœ‰ç€ä¸€åŒç¾Žä¸½ç¿…膀的牙仙会在夜晚飞进房间,乘孩å­ä»¬ç†Ÿç¡ä¹‹é™…,悄悄收走æ¢ä¸‹çš„牙齿,然åŽç•™ä¸‹ä¸€ç‚¹é›¶èŠ±é’±ï¼Œå¯èƒ½æ˜¯50美分或者是一美元。 atlas_24003€«ä½œä¸ºå®ˆæŠ¤è€…è”盟里最年长的æˆå‘˜ï¼Œç¡ç¥žæ²™äººæ˜¯ç¾Žæ¢¦çš„创造者。你梦è§è‡ªå·±èƒ½é£žç¿”,甚至是梦è§è‡ªå·±æˆä¸ºæ˜Žæ˜Ÿï¼Œè¿™éƒ½æ˜¯æ²™äººçš„功劳。 atlas_24004€í夿´»èŠ‚å…”è¿˜æ˜¯å英勇的守护者,æ“ç€æ¾³å¤§åˆ©äºšå£éŸ³ï¼Œæœ‰ä¸€åŒè¶…大ç çš„脚。他ä¸ä»…ä¸ºå¤æ´»èŠ‚è¿™ä¸€ç››å¤§çš„èŠ‚æ—¥å‡†å¤‡äº†æ¼«å±±é野花花绿绿的彩蛋,他和守护者盟å‹ä»¬è¿˜å®ˆæŠ¤ç€æ£®æž—里的å°å­© atlas_24005 atlas_24006 atlas_24007 atlas_24008 atlas_24009 atlas_25001€Ì美味的食物和功夫梦,这就是阿å®ç”Ÿæ´»çš„全部。作为é¢é¦†çš„继承人,他心目中的å¶åƒå´æ˜¯åŠŸå¤«é«˜æ‰‹äº”çŒ›ä¾ ã€‚æ­¦åŠŸé›¶ç­‰çº§ï¼Œç«Ÿç„¶æˆäº†ä¸‡ä¼—瞩目的“龙战士â€ã€‚ atlas_25002 atlas_25003 atlas_25004€ºç²‰çº¢è‰²çš„æ³¢æ¯”å…¬ä¸»æ˜¯ç²¾çµæ‘庄的新一代领袖,扎ç€ä¸€å¤´ç²‰è‰²å†²å¤©è¾«ï¼Œå¤´æˆ´è“色å°èŠ±çš„æ³¢æ¯”å…¬ä¸»å°±åƒå¥¹çš„颜色一样积æžï¼Œåªè¦å¿ƒæƒ…好就会唱歌。 atlas_33001 atlas_33002 atlas_33003 atlas_33004 atlas_33005 atlas_33006 atlas_34001 atlas_34002 atlas_34003 atlas_34004 atlas_34005 atlas_34006€Ò作为守护者è”ç›Ÿçš„å¤´å·æˆå‘˜ï¼Œåœ£è¯žè€äººè¯ºæ–¯çš„æœ€å¾—力助手,冰霜侠æ°å…‹å…·æœ‰åˆ¶é€ å†°ã€éœœã€é›ªçš„特殊能力,他一出现,上学的日å­å°±ä¼šå˜æˆç®€å•而欢ä¹çš„冰雪天。 atlas_34007 atlas_34008 atlas_35001€Ÿæ­¦æž—高手,残豹曾是他的得æ„门生。然而,自从残豹想å·èµ°ã€Šç¥žé¾™ç§˜ç±ã€‹è€Œè¢«å…³è¿›å¤§ç‰¢åŽï¼ŒåŠŸå¤«å¤§å¸ˆå°±å˜å¾—沉默寡言了。 atlas_35002 atlas_35003 atlas_35004 atlas_35005 atlas_35006 atlas_43001 atlas_43002 atlas_43003 atlas_43004 atlas_43005 atlas_43006 atlas_43007 atlas_44001 atlas_44002 atlas_44003 atlas_44004 atlas_44006€¥å­¤å‚²æ¸…高,认为自己是最具实力打败残豹的“龙战士â€ã€‚本想独自挑战残豹,å´å’Œå…¶ä»–å››ä½åŒä¼´ä¸€èµ·èº«è´Ÿé‡ä¼¤å›žåˆ°äº†å’Œå¹³è°·ã€‚ atlas_45001 atlas_45002 atlas_45003€á“新新人类â€ã€‚他喜欢“动脑å­â€ï¼Œç»å¸¸æœ‰è®¸å¤šç¨€å¥‡å¤æ€ªçš„æƒ³æ³•ï¼Œå¹¶å‘æ˜Žäº†è®¸å¤šæ–°åˆ›ä½œã€‚在咕噜一家ä½çš„æ´žç©´è¢«æ¯ç­åŽï¼Œä»–å¼€å§‹å¸¦é¢†å’•å™œä¸€å®¶è¿½å¯»ä¸€ä¸ªç¾Žå¥½çš„æœªæ¥æ–°ä¸–界。 atlas_45004 atlas_44005€½ç“œå“¥çš„女儿。她对洞穴外的世界ååˆ†å¥½å¥‡ï¼Œæ¸´æœ›å†’é™©ï¼Œä¸æ„¿éµå®ˆçˆ¶äº²ç“œå“¥çš„规则。在她é‡è§äº†â€œæ–°æ–°äººç±»â€ç›–åŽï¼Œå¥¹å¯¹ç›–çš„æ‰€è§æ‰€é—»å……满好奇。 atlas_15005€Ëä½œä¸ºçº½çº¦ä¸­å¤®åŠ¨ç‰©å›­é‡Œæœ€å—æ¬¢è¿Žçš„动物,Alexæ¯å¤©éƒ½è¿‡ç€å…»å°Šå¤„优的生活,他的工作是æ¯å¤©ç»™æ¸¸å®¢ä»¬è·³è·³èˆžè¹ˆæ‘†æ‘†Pose,之åŽå°±äº«å—ç€ä¸“人伺候和独家美食。 atlas_43901 atlas_43902 atlas_43903 atlas_42911 atlas_43911 atlas_44911 atlas_43921 atlas_44921 atlas_45921 atlas_51001 atlas_51002 atlas_51003 atlas_51004 atlas_51005 atlas_51006 atlas_51007 atlas_51008 atlas_51009 atlas_51010 atlas_51011 atlas_51012 atlas_51013 atlas_51014 atlas_54001 atlas_53001 atlas_53002 atlas_53003 atlas_53004 atlas_53005 atlas_53006 atlas_55001 atlas_55002 atlas_55003 atlas_55004 atlas_55005 atlas_55006 atlas_55007 atlas_11021 atlas_12003 atlas_63002 atlas_63003 atlas_63004 atlas_64003 atlas_74002 atlas_74003 atlas_74004 atlas_83002 atlas_83006 atlas_84002 atlas_94002 atlas_94005 chat_text_13ã€ç³»ç»Ÿã€‘下åˆå¥½ï¼ chat_text_23ã€ç³»ç»Ÿã€‘下åˆå¥½ï¼ chat_text_33ã€ç³»ç»Ÿã€‘下åˆå¥½ï¼ chat_text_4?ã€ç³»ç»Ÿã€‘欢迎æ¥åˆ°æ¢¦å·¥åŽ‚ï¼ chat_text_5Sã€ä¼ é—»ã€‘ç»è¿‡ä¸æ‡ˆåŠªåŠ›ï¼Œå°†%v强化到了+13ï¼ chat_text_6Sã€ä¼ é—»ã€‘ç»è¿‡ä¸æ‡ˆåŠªåŠ›ï¼Œå°†%v强化到了+14ï¼ chat_text_7Sã€ä¼ é—»ã€‘ç»è¿‡ä¸æ‡ˆåŠªåŠ›ï¼Œå°†%v强化到了+15ï¼ chat_text_8Eã€ä¼ é—»ã€‘çªç ´äº†æ—¶ç©ºå¡”第100å±‚ï¼ chat_text_9cã€ç³»ç»Ÿã€‘æœåС噍å³å°†ç»´æŠ¤ï¼Œè¯·åŠæ—¶ä¸‹çº¿é¿å…æ•°æ®ä¸¢å¤±ï¼ chat_text_10Dã€ä¼ é—»ã€‘{0}通关了赛季塔50å±‚ï¼ chat_text_11Dã€ä¼ é—»ã€‘{0}已将{1}培养至60çº§ï¼ chat_text_12Cã€ä¼ é—»ã€‘{0}已将{1}培养至6æ˜Ÿï¼ chat_text_13Kã€ä¼ é—»ã€‘{0}已将{1}æŠ€èƒ½åŸ¹å…»è‡³æ»¡çº§ï¼ chat_text_14Eã€ä¼ é—»ã€‘{0}已将{1}å…±é¸£è‡³æ»¡çº§ï¼ chat_text_15Eã€ä¼ é—»ã€‘{0}已将{1}è§‰é†’è‡³æ»¡çº§ï¼ chat_text_16?ã€ä¼ é—»ã€‘{0}å·²ç»è¾¾åˆ°äº†60级! chat_text_17Eã€ä¼ é—»ã€‘{0}在招募中获得了{1}ï¼ chat_text_18Vã€ä¼ é—»ã€‘{0}通关了大战泰å¦ç«ç„°æ³°å¦éš¾åº¦10ï¼ chat_text_19Vã€ä¼ é—»ã€‘{0}通关了大战泰å¦å†°éœœæ³°å¦éš¾åº¦10ï¼ chat_text_20Vã€ä¼ é—»ã€‘{0}é€šå…³äº†å¤§æˆ˜æ³°å¦æ£®æž—æ³°å¦éš¾åº¦10ï¼ chat_text_21bã€ä¼ é—»ã€‘{0}通关了大战泰å¦å†°éœœæ³°å¦ï¼ˆæ­¦å™¨ï¼‰éš¾åº¦10ï¼ chat_text_22bã€ä¼ é—»ã€‘{0}é€šå…³äº†å¤§æˆ˜æ³°å¦æ£®æž—æ³°å¦ï¼ˆé¥°å“)难度10ï¼ chat_text_23Vã€ä¼ é—»ã€‘{0}通关了丛林决战巨型猩猩难度10ï¼ chat_text_24Pã€ä¼ é—»ã€‘{0}通关了丛林决战ç«é¾™éš¾åº¦10ï¼ chat_text_25Pã€ä¼ é—»ã€‘{0}通关了丛林决战大厨难度10ï¼ chat_text_26Vã€ä¼ é—»ã€‘{0}通关了丛林决战太空海星难度10ï¼ skill_25001我方全体防御增加30% skill_25004!我方全体效果抵抗增加40% skill_34006全体速度æå‡20% skill_35001我方全体攻击增加30% skill_35002!我方全体效果命中增加40% fetters_tab1传承 fetters_tab2å‹è°Š fetters_tab3真情 fetters_tab4血脉 fetters_1 师徒二人 fetters_2 毫ä¸ç›¸å¹²Upgradeå‡çº§ +TowerLevel 第 {0} 层 HeroTeamTitle守护者阵容NumberOfLayers层数selling_tips_strengthen]勾选装备中包å«[color=#6dba00]等级大于{0}级[/color]的装备,是å¦ç»§ç»­å”®å‡º?selling_tips_StarAndEntryw勾选装备中包å«[color=#6dba00]{0}星以上且åˆå§‹å‰¯å±žæ€§å¤§äºŽ{1}æ¡[/color]的装备,是å¦ç»§ç»­å”®å‡ºï¼Ÿ Signature%这家伙很懒,他什么也没写…NoRecord 无记录 ShowLineup 展示阵容 PlayerName 玩家åå­—UpTo7Characters最多7个字符 PlayerInfo ä¸»è§’ä¿¡æ¯ Informationä¿¡æ¯ HeadPortraitå¤´åƒ -Background背景 TheNameChange 修改åå­—PersonalizedSignature 个性签å PleaseEnter 请输入…WriteMaximumWords最多写60个è¯è¯­tips_determine决定PleaseChooseGift请为英雄选择礼物ï¼FavorabilityAchieveLevel好感度达到 {0} 级解é”Unlocked 已解é”GoodwillUnlock,好感[color=#fd424e]等级{0}[/color]è§£é” HeroSelection 英雄选择 Conditionæ¡ä»¶Awakened觉醒 income_title 收益统计income_receivable 累计收益 income_notask暂时没有任务ï¼income_waiting 等待中income_curstate 当å‰çжæ€:CardFusionConfirm=èžåˆåŽä½œä¸ºææ–™çš„英雄将消失,是å¦ç¡®è®¤èžåˆ!NoConditionsMet未满足æ¡ä»¶MemberAssistingFriend该队员在å助好å‹PortfolioInformation 组åˆä¿¡æ¯ +Background背景 TheNameChange 修改åå­—PersonalizedSignature 个性签å PleaseEnter 请输入…WriteMaximumWords最多写60个è¯è¯­tips_determine决定PleaseChooseGift请为守护者选择礼物ï¼FavorabilityAchieveLevel好感度达到 {0} 级解é”Unlocked 已解é”GoodwillUnlock,好感[color=#fd424e]等级{0}[/color]è§£é” HeroSelection守护者选择 Conditionæ¡ä»¶Awakened觉醒 income_title 收益统计income_receivable 累计收益 income_notask暂时没有任务ï¼income_waiting 等待中income_curstate 当å‰çжæ€:CardFusionConfirm@èžåˆåŽä½œä¸ºææ–™çš„守护者将消失,是å¦ç¡®è®¤èžåˆ!NoConditionsMet未满足æ¡ä»¶MemberAssistingFriend该队员在å助好å‹PortfolioInformation 组åˆä¿¡æ¯ CardFusion å¡ç‰ŒèžåˆFusionConsumption åˆæˆæ¶ˆè€—CheckoutSuccess 䏋啿ˆåŠŸBuyè´­ä¹°Cancelå–æ¶ˆ -heroeslist 英雄列表 RewardObtain 获得奖励NoUnlock 暂未解é”Story故事Describeæè¿°PromoteFavoriteæå‡å¥½æ„Ÿåº¦å†æ¥å§! StoryReceive*当剿•…事已领å–,试试别的å§ï¼Playback回放Giveèµ é€ GoexploreåŽ»æŽ¢ç´¢èŽ·å–æ•…事å§ï¼ OpenLevel到达{0}级开å¯Integral积分InsufficientLv 等级ä¸å¤ŸEquipmentStrengthening 装备强化EquipmentRefining 装备洗炼EquipmentEnchanting 装备附魔 EnchantTips确认附魔å—?Reserveä¿ç•™Refining洗炼 NotTodayTips今日ä¸åœ¨æç¤º! title_confirm 确认æç¤ºtip_ResetRefining1是å¦ç¡®è®¤é‡ç½®æ´—炼!tip_ResetRefining2D是å¦ç¡®è®¤å°†å·²é™„魔的装备洗炼,附魔属性将会被é‡ç½®!DEFEATED战胜 CHALLENGE挑战PREPARE 准备中...InsufficientChallenges挑战次数ä¸è¶³Refresh刷新RefreshTooFaståˆ·æ–°å¤ªå¿«äº†ï¼ AgainRefining 冿¬¡æ´—炼ConfirmReserve'是å¦ç¡®è®¤ä¿ç•™æœ¬æ¬¡æ´—练属性?Guild_CreateDescT创建或加入è”盟åŽï¼Œæ‚¨å¯ä»¥é€šè¿‡è”盟任务或活动获得丰厚的奖励 Guild_Create 创建è”盟Consume消耗Guild_Txt_Activity活跃Guild_Txt_Allianceè”盟RequiredApproval 需è¦å®¡æ‰¹NotRequiredApproval 无需审批Guild_Txt_Membersæˆå‘˜Guild_Txt_LevelLimit 等级é™åˆ¶Create创建Replace替æ¢ApprovalSettings 审批设置Guild_Input_Name请输入公会åå­—Guild_Input_Desc 欢迎æ¥çŽ©- +heroeslist守护者列表 RewardObtain 获得奖励NoUnlock 暂未解é”Story故事Describeæè¿°PromoteFavoriteæå‡å¥½æ„Ÿåº¦å†æ¥å§! StoryReceive*当剿•…事已领å–,试试别的å§ï¼Playback回放Giveèµ é€ GoexploreåŽ»æŽ¢ç´¢èŽ·å–æ•…事å§ï¼ OpenLevel到达{0}级开å¯Integral积分InsufficientLv 等级ä¸å¤ŸEquipmentStrengthening 装备强化EquipmentRefining 装备洗炼EquipmentEnchanting 装备附魔 EnchantTips确认附魔å—?Reserveä¿ç•™Refining洗炼 NotTodayTips今日ä¸åœ¨æç¤º! title_confirm 确认æç¤ºtip_ResetRefining1是å¦ç¡®è®¤é‡ç½®æ´—炼!tip_ResetRefining2D是å¦ç¡®è®¤å°†å·²é™„魔的装备洗炼,附魔属性将会被é‡ç½®!DEFEATED战胜 CHALLENGE挑战PREPARE 准备中...InsufficientChallenges挑战次数ä¸è¶³Refresh刷新RefreshTooFaståˆ·æ–°å¤ªå¿«äº†ï¼ AgainRefining 冿¬¡æ´—炼ConfirmReserve'是å¦ç¡®è®¤ä¿ç•™æœ¬æ¬¡æ´—练属性?Guild_CreateDescT创建或加入è”盟åŽï¼Œæ‚¨å¯ä»¥é€šè¿‡è”盟任务或活动获得丰厚的奖励 Guild_Create 创建è”盟Consume消耗Guild_Txt_Activity活跃Guild_Txt_Allianceè”盟RequiredApproval 需è¦å®¡æ‰¹NotRequiredApproval 无需审批Guild_Txt_Membersæˆå‘˜Guild_Txt_LevelLimit 等级é™åˆ¶Create创建Replace替æ¢ApprovalSettings 审批设置Guild_Input_Name请输入公会åå­—Guild_Input_Desc 欢迎æ¥çŽ©- Guild_Name 公会åå­— Guild_Desc 公会公告 StandardArena标准竞技场 WorldArena世界竞技场 AGAINSTTHE对抗ChallengeCoupon 挑战券 TimesFull 次数已满 CurrentSeason 当å‰èµ›å­£ChallengeReward 挑战奖励 Combatants 战斗人员 Settlement结算Rankings排åOffensive_victory_rate 进攻胜率Defensive_victory_rate 防守胜率Revengeå¤ä»‡hppower 生命核心atkpower 攻击核心defpower 防御核心 Attackspeed 攻速核心Criticalstrike 暴击核心hptxt生命å°å¤©èµ‹atktxt攻击å°å¤©èµ‹deftxt防御å°å¤©èµ‹speedtxt攻速å°å¤©èµ‹critxt暴击å°å¤©èµ‹ MeetCondition 满足æ¡ä»¶ CancelApply 撤销申请Suit_Compos_Primaryåˆçº§Suit_Compos_Middle中级Suit_Compos_High高级Suit_Compos_Select_tips请选择è¦åšçš„套装Suit_Compos_Cast_Primary åˆçº§é“¸é€ Suit_Compos_Cast_Middle 中级铸造Suit_Compos_Cast_High 高级铸造Suit_Compos_Cast铸造martial_instructor -instructorlibrary_bubble1今天天气ä¸é”™å‘€library_bubble2-英雄们都好想你呢,快过æ¥çŽ©å„¿å‘€library_bubble3他们都是我的伙伴 library_lv1 èæ°´ç›¸é€¢ library_lv2 点头之交 library_lv3 情投æ„åˆlibrary_name140021 å¾—æ„弟å­library_name140022 长岗越狱library_name140023 最终败北library_name140051扫地僧çµé¹¤library_name140052盖世五侠鹤大师library_name140053善良冷é™çš„伙伴library_name140061 夿€ªçš„人library_name140062 童年é­é‡library_name140063 救赎之爱library_name150041å˜è‰²library_name150042音ä¹å’ŒçŽ©ç¬‘library_name150043勿ƒ…library_name240021执念library_name240022温柔library_name240023 真性情library_name240031呆èŒçš„å°è¿·ç³Šlibrary_name240032ä¹äºŽè¡¨è¾¾çš„å°å“‘å·´library_name240033 魔法无敌library_name240041糙汉å­ä¸Žé‚»å®¶å¤§å“¥å“¥library_name240042胆å°ä¸Žå‹‡æ•¢library_name240043刀å­å˜´è±†è…心library_name240051调皮æ£è›‹çš„顽童library_name240052内心的伤痛library_name240053开心果金猴library_name240081剽æ‚的女孩library_name240082 牙尖嘴利library_name240083 万人迷library_name250011 童年ç»åކlibrary_name250012 打败太郎library_name250013 功夫传承library_name250031预言library_name250032囚ç¦library_name250033åŠè¯«library_name250041 魔法头å‘library_name250042åšå•ƒæ—历险记library_name250043 音ä¹è”åˆlibrary_name340011åˆé‡å²èޱ克library_name340012公主的白马library_name340013 爱情故事library_name340031强盗和守护者library_name340032 领袖气质library_name340033好奇的å®å®library_name340041 洞穴群居library_name340042排斥新东西library_name340043迎接新生活library_name340061é‡ç”Ÿlibrary_name340062 找回记忆library_name340063加入守护者library_name340081维京åŒèƒžèƒŽlibrary_name340082 åŒå¤´é¾™library_name340083伟大的胡须library_name350011师者的摸索library_name350012师者的æˆé•¿library_name350013亦师亦å‹çš„默契library_name350021童年library_name350022æ¯äº²library_name350023æˆé•¿ä¸Žåˆ«ç¦»library_name350031 英雄黑化library_name350032 å·åœŸé‡æ¥library_name350033è¢«è‡ªèº«ææƒ§åžå™¬library_name350041å·žé•¿library_name350042黑衣library_name350043 深红爪library_name350061 收养阿å®library_name350062 å¯å‘阿å®library_name350063 支æŒé˜¿å®library_name430051消失的犀牛角library_name430052 监狱失守library_name430071é“钩与断腿library_name430072æŸå‹library_name430073å¯é çš„å‰è¾ˆlibrary_name440061å°æ€ªå…½çš„童年é­é‡library_name440062娇虎风格形æˆlibrary_name440063冷酷而温柔的女侠library_name450011 兄弟åç›®library_name450012 教化å­å¼Ÿlibrary_name450013 传承气功library_name530011歧途library_name530012转å˜library_name530013新生library_name540051åˆé‡å¸Œå¡æ™®library_name540052æˆä¸ºé˜¿å°”法library_name540053æˆé•¿ä¸Žå‘Šåˆ«library_story140021ƒ:å°é›ªè±¹ä¸€å‡ºç”Ÿå°±è¢«æ‰”到了翡翠宫门å‰ï¼Œæ²¡æœ‰äººçŸ¥é“ä»–çš„çˆ¶æ¯æ˜¯è°ã€‚浣熊师傅æ¡åˆ°å°é›ªè±¹åŽï¼Œä¾¿æŠŠä»–当æˆäº²ç”Ÿå„¿å­ä¸€èˆ¬æŠšå…»ï¼Œå–å“大龙â€ã€‚
å¤§é¾™èº«ä½“é‡Œåƒæ˜¯å¤©ç”Ÿå…·æœ‰é¡½åУ因å­ï¼Œå–œæ¬¢åˆ°å¤„æžç ´åï¼Œç„šçƒ§æˆ¿å±‹ã€æ‰“架……浣熊师傅拿他没办法,åªå¥½æŠŠä»–关到练功房闭门æ€è¿‡ã€‚ç„¶è€Œå¤§é¾™å¹¶æ²¡æœ‰æ‚”è¿‡ï¼Œæƒ…ç»ªè¶Šå‘æš´èºï¼Œç»ƒåŠŸæˆ¿å†…æ—¶å¸¸ä¼ å‡ºæ¶æ‰“东西的声音。有一天,这些声音çªç„¶æ¶ˆå¤±äº†â€¦â€¦æƒ´æƒ´ä¸å®‰åœ°æ‰“开大门,结果,大龙身姿矫å¥åœ°ç«‹åœ¨ä»–é¢å‰ï¼Œè€Œç»ƒåŠŸæˆ¿é‡Œçš„å™¨å…·å› ä¸ºé•¿ä¹…çš„ç»ƒä¹ è¢«ç£¨å¾—å分光滑。“大龙竟然有如此的武学天赋ï¼â€ä»Žæ­¤ï¼Œå¸ˆå‚…带ç€å¤§é¾™ç»ƒä¹ åŠŸå¤«ï¼Œå¤§é¾™ä¹Ÿä¸è´Ÿå¸ˆå‚…所望,练就åƒå·åŠŸå¤«ä¹¦ï¼Œæˆä¸ºäº†å¸ˆå‚…最得æ„的弟å­ã€‚library_story140022ƒJ功夫武学上已无对手的大龙,骄傲地认为神龙秘笈就是自己的囊中之物。然而乌龟大师å´çœ‹å‡ºå¤§é¾™å†…心的阴暗é¢ï¼Œæ‹’ç»æŽˆäºˆå…¶ç¥žé¾™ç§˜ç¬ˆã€‚å¤§é¾™æ— æ³•æŽ¥å—,狂性大å‘ã€‚å…³é”®æ—¶åˆ»å¤§é¾™è¢«ä¹Œé¾Ÿå¤§å¸ˆé™æœï¼Œå›šç¦äºŽé•¿å²—监狱。
æ—¶å…‰è苒,一晃二å年过去了。乌龟大师勘破天机,预言大龙将é‡è¿”和平谷,浣熊师傅急忙派大鹅信使飞往监狱,通知加强看守。大龙在地下深处被é‡é‡é“链é”ä½ï¼Œç›‘狱里几åƒäººçœ‹å®ˆä»–一人,机关é‡é‡ï¼Œæ ¹æœ¬æ²¡æœ‰é€ƒå‡ºç”Ÿå¤©çš„å¯èƒ½ã€‚然而大鹅信使身上飘è½äº†ä¸€æ ¹ç¾½æ¯›ï¼Œç¢°å·§è½åˆ°åœ°ä¸‹æ·±å¤„的大龙身æ—。大龙眼中闪现出精光,悄悄利用这根羽毛打开了层层枷é”,ä¸è´¹å¹ç°ä¹‹åŠ›ä¾¿æ‰“è´¥äº†ç›‘ç‹±çœ‹å®ˆï¼Œå†²å‡ºç›‘ç‹±ï¼Œæ¸æ¸é€¼è¿‘和平谷。library_story140023ƒ~å¤ä»‡å¿ƒåˆ‡çš„大龙回到翡翠宫,熟悉的环境让他心生感å¹ï¼šâ€œæˆ‘回家了ï¼â€å¸ˆå‚…å´çš±çœ‰å‘Šè¯‰ä»–è¿™å„¿ä¸æ˜¯ä»–的家。看ç€å¸ˆå‚…如今严肃的é¢å®¹ï¼Œå¤§é¾™ä¸ç¦åŸ‹æ€¨èµ·å½“åˆä¹Œé¾Ÿå¤§å¸ˆæ‹’ç»å°†ç¥žé¾™ç§˜ç¬ˆäº¤ç»™ä»–时,师傅没有替他åšä¸»ã€‚打斗之中,师傅因ä¸å¿ä¸‹æ‰‹è€Œè½å…¥ä¸‹é£Žï¼Œå€’在地上,大龙情绪激动地å¼é“:“我åšçš„一切都是为了让你自豪ï¼å‘Šè¯‰æˆ‘你有多自豪,师傅ï¼å‘Šè¯‰æˆ‘ï¼å‘Šè¯‰æˆ‘ï¼â€å¸ˆå‚…眼中充满了痛苦和愧疚,“从一开始你就是我的骄傲,就因为这样,我的宠爱让你走上了歧途,我很抱歉。â€å¤§é¾™çœ¼ä¸­é—ªè¿‡ä¸€æŠ¹æŒ£æ‰Žï¼Œé©¬ä¸Šå˜ä¸ºå‡ŒåŽ‰ï¼Œä¸€æŠŠæ‰¼ä½å¸ˆå‚…的脖å­ï¼Œå¸ˆå‚…奄奄一æ¯â€¦â€¦åƒé’§ä¸€å‘ä¹‹é™…ï¼Œç¥žé¾™å¤§ä¾ å‡ºçŽ°äº†ï¼Œä½¿å‡ºæ— é¡»é“æŒ‡æ‰£æ‰“败了大龙,大龙最终也没有明白功夫的真谛在于相信自己。library_story140051ƒ2二åå¹´å‰ï¼Œçµé¹¤è¿˜åªæ˜¯å¤§åŠ›æ­¦é¦†çš„ä¸€ä¸ªæ¸…æ´å·¥ï¼Œä½†ä»–对武术心驰神往。朋å‹ç¾ŽçŽ²çœ‹å‡ºäº†ä»–çš„å¿ƒæ€ï¼Œé¼“励他å‚加武馆新一届的学徒选拔赛。
选拔赛当天,看到选手一个个被担架抬下æ¥ï¼Œçµé¹¤å®³æ€•地åžäº†åžå£æ°´ã€‚围观者纷纷嘲笑çµé¹¤ä¸è‡ªé‡åŠ›ï¼Œæœ‰äººç›´æŽ¥ä¸¢ç»™ä»–ä¸€æŠŠæ‰«å¸šï¼Œçµé¹¤å¼€å§‹æ³„气地打扫,å´ä¸€ä¸å°å¿ƒè¸å…¥æ¯”赛范围,触å‘了机关,一åªå·¨å¤§çš„æµæ˜Ÿé”¤å‘他呼啸而æ¥ã€‚çµé¹¤å‘†ä½äº†ï¼Œä»–抬头看å‘远处象å¾ç€èƒœåˆ©çš„红旗,回头看到美玲鼓励的眼神,瞬间浑身充满了自信和力é‡ã€‚他侧过身å­èº²è¿‡æµæ˜Ÿé”¤ï¼Œè¾—转腾挪跃过旋转的钉桩,儒雅优美地飞到终点,一把拔起红旗。æˆåŠŸäº†ï¼çµé¹¤ç»ˆäºŽæˆä¸ºæ­¦é¦†é‡Œå副其实的“扫地僧â€ã€‚library_story140052ƒæˆä¸ºæ­¦é¦†å­¦å¾’åŽï¼Œçµé¹¤ä»ç„¶å°½èŒå°½è´£åœ°æ‰“扫ç€å«ç”Ÿã€‚一天,æ‚å¨‡è™Žå¥‰æµ£ç†Šå¸ˆå‚…ä¹‹å‘½æ¥æ­¦é¦†å¯»æ‰¾æ­¦å£«ï¼Œçœ‹è§äº†æ‰«åœ°çš„çµé¹¤ï¼Œè¿™ä¸å°±æ˜¯å¸ˆå‚…在å·è½´ä¸Šå†™çš„“清æ´å·¥â€å—?得知æ‚娇虎邀请他去翡翠宫共抗野猪,çµé¹¤å¹»æƒ³ç€èƒ½åœ¨ç¿¡ç¿ å®«è·Ÿç€æµ£ç†Šå¸ˆå‚…学武,便欣然å‰å¾€ã€‚
在与野猪对战中,æ‚å¨‡è™Žä¸€æ—¶ä¸æ•Œï¼Œè¢«é‡ŽçŒªä¸€è„šè¸¹é£žï¼Œçµé¹¤è¿…速飞起,精准地接ä½å¥¹ï¼Œè½»è½»åœ°æ”¾åœ¨åœ°ä¸Šã€‚最终他与æ‚娇虎ã€ä¿å°é¾™ç­‰äººä¸€èµ·æ‰“败了野猪。çµé¹¤çš„表现赢得了师傅的认å¯ï¼šâ€œä½ çš„åŒè‡‚å¯ä»¥æˆä¸ºä½ çš„æ­¦å™¨ï¼Œä½ æ˜¯æ‚娇虎盾一般最å¯é çš„盟å‹ã€‚â€å°±è¿™æ ·ï¼Œçµé¹¤è¢«å¸ˆå‚…收留,æˆä¸ºç›–世五侠之一,当之无愧的鹤大师。library_story140053‚n鹤大师进入翡翠宫修行åŽï¼Œæœ€å–œæ¬¢çš„就是书法,长久的练习造就了他冷é™å…‹åˆ¶çš„æ€§æ ¼ã€‚当阿å®è¢«é€‰ä¸ºç¥žé¾™å¤§ä¾ åŽï¼Œå¤§å®¶éƒ½å¯¹ä»–è¿›è¡Œåæ§½å’Œä¸è®¤å¯ï¼Œåªæœ‰é¹¤å¤§å¸ˆå§‹ç»ˆä¿æŒæ²‰é»˜ï¼Œé™é™åœ°è§‚察ç€è¿™ä½æ„外的闯入者。就算阿å®å†’å†’å¤±å¤±åœ°é—¯è¿›ä»–çš„æˆ¿é—´ï¼Œä»–ä¹Ÿåªæ˜¯ç®€çŸ­åœ°è¯´é“,“你ä¸å±žäºŽè¿™é‡Œâ€ã€‚
而在阿å®ä½Žå¤´å‘¢å–ƒï¼Œâ€œæˆ‘知é“ï¼Œåªæ˜¯æˆ‘有一个梦想,关于功夫……â€ï¼Œçœ‹åˆ°é˜¿å®å¾ˆå¤±è½ï¼Œé¹¤å¤§å¸ˆå¿ƒç”Ÿä¸å¿ï¼Œæ”¹å£è¯´ï¼šâ€œæˆ‘指的是这是我的房间。â€
“寡言之人,也有温暖的心。â€library_story140061‚èµ·åˆï¼Œåœ¨é­”å‘ç²¾çµçš„部è½ä¸­ï¼Œå¸ƒå…°å¥‡æ˜¯æœ€ä¸å—欢迎的存在。他有ç€ä¸€èº«ç°ç»¿è‰²çš®è‚¤å’Œæ·±è‰²çš„冲天å‘,令人望而生ç•;更让人接å—ä¸äº†çš„æ˜¯ä»–的性格。
å¸ƒå…°å¥‡ç®€ç›´æ˜¯ç²¾çµæ—ä¸­æœ€å¤æ€ªçš„人——他既ä¸å”±æ­Œä¹Ÿä¸è·³èˆžï¼Œä¹Ÿä»Žæ¥ä¸å‚与精çµä»¬çš„集体拥抱,而åªä¼šåœ¨å¤§å®¶çƒ­æƒ…洋溢ã€ç¬‘è¯­æ¬¢æ­Œçš„æ—¶å€™ï¼Œè·‘å‡ºæ¥æ³¼å†·æ°´ã€‚当波比æå‡ºæ­Œèˆžæ´¾å¯¹çš„å»ºè®®æ—¶ï¼Œä¹Ÿåªæœ‰ä»–è·³å‡ºæ¥æ¨ªåŠ å对,还冷嘲热讽。
“你什么时候æ‰èƒ½æ„识到,世界上ä¸åªæœ‰è›‹ç³•和彩虹?â€å¸ƒå…°å¥‡çœ‹ç€æ³¢æ¯”脸上天真美丽的笑容,æ¶ç‹ ç‹ å‡ºè¨€è®¥è®½é“。library_story140062‚Ïå°½ç®¡å¦‚æ­¤ï¼Œå¸ƒå…°å¥‡å¹¶ä¸æ˜¯ç”Ÿæ¥ä¾¿å¤æ€ªä¸åˆç¾¤ã€‚ä»–å°æ—¶å€™æ›¾æ˜¯æœ€æ´»æ³¼ã€æœ€æ— å¿§æ— è™‘的精çµï¼Œæœ‰ç€ä¸€èº«è”šè“的皮肤和飘扬的长å‘,歌喉动å¬å¾—å¯ä»¥æ‰“动路边盛放的鲜花。他在世上最爱的人就是自己的奶奶。
坿˜¯æœ‰ä¸€å¤©ï¼Œå½“布兰奇在唱歌的时候,歌声引æ¥äº†åšå•ƒæ—äººã€‚é‚£äº›å¯æ€–的人专以精çµä¸ºé£Ÿï¼Œå¸ƒå…°å¥‡ä»Žä»–们手底下侥幸逃脱,但åšå•ƒæ—人å´å¸¦èµ°äº†ä»–的奶奶。布兰奇失魂è½é­„地å在原地,悠扬动å¬çš„æ­Œå£°éšç€ä»–无忧无虑的童年一起远去。他皮肤上蔚è“的色彩片片凋è½ï¼Œå˜æˆäº†ç»æœ›çš„ã€ä»¤äººè§ä¹‹å¿ƒç¢Žçš„ç°è‰²ã€‚
从那一天起,布兰奇å†ä¹Ÿä¸å”±æ­Œã€‚library_story140063‚«ä¸Žé­”å‘ç²¾çµå…¬ä¸»æ³¢æ¯”相é‡åŽï¼Œèµ·åˆï¼Œå¸ƒå…°å¥‡å¯¹å¥¹å¾ˆæ˜¯åŽŒçƒ¦ã€‚ä»–çœ‹ä¸ä¸Šå¥¹é‚£å‰¯æ€»æ˜¯æ— å¿§æ— è™‘ã€ä¸æ¯«å¯Ÿè§‰ä¸åˆ°å±é™©ä¸´è¿‘çš„ä¹å¤©åšæ´¾ï¼Œå°½ç®¡å¦‚æ­¤ï¼Œä»–å´ä¹Ÿåœ¨å¿ƒé‡Œå·å·ç¾¡æ…•ç€æ³¢æ¯”çš„å•纯与欢快。
尽管嘴上对波比的所作所为嗤之以鼻,但在日å¤ä¸€æ—¥çš„相处之下,波比的热情和åšå®šï¼Œæœ€ç»ˆä¹Ÿæ‰“åŠ¨äº†å¸ƒå…°å¥‡ã€‚ä¸¤äººå¹¶è‚©æºæ‰‹åº¦è¿‡é‡é‡éš¾å…³ï¼Œä¸Žåšå•ƒæ—人冰释å‰å«Œã€åŒ–解了精çµéƒ¨è½é—´çš„屿œºã€‚è€Œå½“æ³¢æ¯”ç»ˆäºŽå¤´æˆ´èŠ±æœµçŽ‹å† åœ¨äººç¾¤ä¸­èµ·èˆžçš„æ—¶å€™ï¼Œå¸ƒå…°å¥‡ç»ˆäºŽä¸Šå‰æ‹‰èµ·äº†å¥¹çš„æ‰‹ã€‚
ä»–ä»¬ä¸€èµ·æ²æµ´åœ¨çˆ±çš„æ°›å›´é‡Œï¼Œåœ¨ç»šçƒ‚的阳光下放声高歌。library_story150041ƒ 波波星人的身体构造很奇妙,它们的皮肤会根æ®å¿ƒæƒ…å˜æ¢é¢œè‰²ã€‚人类女孩å°é’±åœ¨åˆæ¬¡å¾—知这件事的时候惊异了好久。
“你是ä¸çŸ¥é“自己撒谎的时候身上会å˜ç»¿å—?â€ä¿©äººåˆšè®¤è¯†çš„æ—¶å€™ï¼Œå°æ¬§æœ‰ä¸€æ¬¡ä¼å›¾å¼€å¥¹çš„车逃走,被å°é’±æ¯«ä¸ç•™æƒ…åœ°å½“åœºæ‹†ç©¿ã€‚å¥¹ä¸€æŠŠæŠ“èµ·å°æ¬§çš„èƒ³è†Šï¼šâ€œä½ è¿žæ‰‹æŒ‡éƒ½å˜æˆç»¿è‰²äº†ï¼â€
波波星人ä¸ä»…会在说谎的时候å˜è‰²ã€‚å°æ¬§å¹³å¸¸çš„皮肤是淡紫色,说谎时会å˜ç»¿ï¼Œä¼¤å¿ƒæ—¶ä¼šå˜è“,害怕时会å˜é»„ï¼Œç”Ÿæ°”æˆ–æ„¤æ€’çš„æ—¶å€™ä¼šå˜æˆå¤§çº¢ã€‚但它高兴的时候——比如å°é’±ç¬¬ä¸€æ¬¡æ¡ä½å®ƒçš„æ‰‹ï¼Œå‘Šè¯‰å®ƒâ€œæˆ‘们是朋å‹â€â€”â€”å°æ¬§çš®è‚¤å˜æˆäº†æš–洋洋的橘橙。
åƒæ˜¯å¤©ç©ºä¸‹é—ªè€€çš„阳光一样。library_story150042‚¿æ³¢æ³¢æ˜Ÿäººä¸å–œæ¬¢äººç±»çš„音ä¹â€”â€”è‡³å°‘ï¼Œå°æ¬§æ˜¯è¿™ä¹ˆè¯´çš„。在人类女孩的车里第一次å¬åˆ°èˆ’缓的æµè¡Œæ­Œæ›²æ—¶ï¼Œå°æ¬§æƒŠè®¶åœ°å‘现自己å¿ä¸ä½éšéŸ³ä¹æ‰“起节æ‹ã€æ‰‹èˆžè¶³è¹ˆï¼Œè¿™ç¾žè€»æ„Ÿè®©å®ƒç›´æŽ¥æ‰“开车门跳进了海里,直到天黑æ‰ç°æºœæºœåœ°çˆ¬ä¸Šæ¥ã€‚
åŒæ ·åœ°ï¼Œå°æ¬§èµ·åˆä¹Ÿå¬ä¸æ˜Žç™½äººç±»çš„笑è¯ã€‚关于“打断牛â€çš„æ•…事,å°é’±è¦ç»™å®ƒè®²ä¸Šå¥½å‡ éï¼Œå°æ¬§æ‰ç»ˆäºŽèƒ½å¤Ÿè´¹åŠ²åœ°å¬æ‡‚ã€‚å¯æ˜¯åˆ°äº†åŽæ¥ï¼Œäººç±»å’Œæ³¢æ³¢æ˜Ÿäººã€æ ¼å°”æ—人都和ç¦åœ°æ¯”é‚»è€Œå±…çš„æ—¶å€™ï¼Œå°æ¬§ç©¿æ¢­åœ¨æ´¾å¯¹çš„人群里,毫ä¸è´¹åŠ›åœ°åœ¨èˆžæ± ä¸­æ™ƒåŠ¨èº«ä½“ï¼Œæ¯æ ¹è§¦æ‰‹éƒ½éšç€éŸ³ä¹ä¸€ä¸‹ä¸€ä¸‹åœ°æ‰“ç€èŠ‚æ‹ã€‚library_story150043‚Ôèµ·åˆï¼Œåœ¨å°æ¬§ä¸Žäººç±»å¥³å­©çš„æ—…途中,两人相处并ä¸ç®—愉快。“我的朋å‹éƒ½å«æˆ‘å°é’±ï¼Œâ€å¥³å­©è¯´ï¼Œå´åˆå‡¶å·´å·´åœ°è­¦å‘Šå°æ¬§ï¼Œâ€œä½†ä½ åªèƒ½å«æˆ‘格拉托ä¾è’‚·图çªã€‚æˆ‘è¯´äº†ï¼Œåªæœ‰æˆ‘的朋å‹å¯ä»¥è¿™æ ·å«ã€‚â€
å¯å°æ¬§æœ€ç»ˆå´ä¸Žå¥³å­©äº¤ä¸Šäº†æœ‹å‹ã€‚也多äºå°æ¬§å¯Ÿè§‰åˆ°äº†æ–¯æ¢…克船长的错误,æ‰å¾—以消弭波波星人与格尔æ—的争端。
“我们曾ç»è®¤ä¸ºäººç±»åˆç®€å•,åˆè½åŽï¼Œæˆ‘们å¯ä»¥åƒé©¯åŒ–动物一样教化他们,但是……â€åœ¨å€’悬的埃è²å°”é“å¡”ä¸‹ï¼Œå°æ¬§é¼“起勇气å‘å°é’±è¢’露心声,“格拉托ä¾è’‚·图çªï¼Œæˆ‘å‘你铿­‰ã€‚â€
而对é¢çš„å°å¥³å­©åªæ˜¯è€¸äº†è€¸è‚©ï¼šâ€œå«æˆ‘å°é’±å§ã€‚â€library_story240021ƒ{ç‰™ä»™ä»™åŽæ¶‚莎娜是飞翔å§å¦¹çš„åŽäººã€‚她拥有月中人乳牙的魔力,å¯ä»¥çœ‹è§å­©å­ä»¬ä¹³ç‰™é‡Œçš„记忆。
ç‰™ä»™å¯¹ç‰™é½¿ä¸€ç›´æœ‰ç€æ·±æ·±çš„æ‰§å¿µã€‚与冰霜æ°å…‹åˆæ¬¡è§é¢ï¼Œå°ç‰™ä»™ä»¬ä¸ºæ°å…‹æ´ç™½çš„牙齿激动ä¸å·²ï¼Œå¥¹æ•™å¯¼â€œå§‘娘们,矜æŒç‚¹â€ï¼Œè‡ªå·±å´å¿ä¸ä½æ•°æ¬¡æ‰’ç€æ°å…‹çš„嘴巴看,å‘自内心地感å¹å¯¹æ–¹çš„牙齿“åƒè½ä¸‹çš„雪花一样闪耀â€â€¦â€¦
牙仙也曾因为痴迷收集牙齿而闹了ä¸å°‘笑è¯ï¼Œè­¬å¦‚误以为广告牌上的牙齿是真的,而一头撞上去,被åŒä¼´ä»¬å–笑;也曾将刚收集æ¥çš„æ–°é²œç‰™é½¿é€ç»™è¯¯é—¯å…”å­æ´žçš„å°å¥³å­©åšç¤¼ç‰©ï¼Œç»“æžœå“得对方è½è’而逃……
尽管如此,她å´ä¾ç„¶è®¤çœŸåœ°æ´¾å°ç‰™ä»™æ”¶é›†æ¯ä¸€é¢—牙齿;希望在将æ¥ï¼Œå½“å­©å­ä»¬çœ‹åˆ°è‡ªå·±æ›¾ç»æ¢ä¸‹çš„乳牙时,å¯ä»¥é“­è®°èµ·ç«¥å¹´çš„纯真ã€å–„良和美好。library_story240022‚ç牙仙性格温柔,她对æˆäººå……æ»¡äº†æˆ’å¿ƒï¼Œä½†å´æ·±çˆ±ç€å­©å­ã€‚夜晚她æ¥å–å°ç”·å­©æ°ç±³çš„乳牙,看ç€ç†Ÿç¡ä¸­çš„æ°ç±³ï¼Œç‰™ä»™çš„ç›®å…‰ä¸­é€éœ²ç€æ¸©æŸ”和慈爱:“看ç€å­©å­æ˜¯æˆ‘最喜欢åšçš„事情。â€
得知å°ç”·å­©æ°ç±³çš„左门牙是在一次疯狂的雪橇æ„外中被撞掉的,å³ä¾¿å¥¹å¿ƒé‡Œæ˜Žç™½è¿™æ˜¯å‡ºè‡ªå†°éœœæ°å…‹çš„æ‰‹ç¬”,å´ä¹Ÿåªæ˜¯ç¬‘而ä¸è¯­ï¼Œæ„å‘³æ·±é•¿åœ°çœ¨çœ¨çœ¼çœ‹å‘æ°å…‹ã€‚
“æ°å…‹ï¼Œè°¢è°¢ä½ å¸®æˆ‘们。â€å¥¹åƒä¸€ä½çŸ¥å¿ƒçš„邻家大å§å§ä¸€æ ·ï¼Œæ¸©æŸ”地æ‹äº†æ‹æ°å…‹çš„肩膀。当时æ°å…‹æ­£å› ä¸ºå¤±å¿†ä»¥åŠæ— æ³•被别人看è§èº«å½¢è€Œå€æ„Ÿè‹¦æ¼ã€‚â€œåˆ«æ‹…å¿ƒï¼Œæˆ‘ä¸€å®šä¼šå¸®åŠ©ä½ å¯»å›žç‰™é½¿ï¼Œé‡æ–°æ‰¾åˆ°å±žäºŽå„¿æ—¶çš„å®è´µè®°å¿†ã€‚â€library_story240023‚¿æ¼†é»‘战败逃跑时,守护者们一路追到冰é¢ä¸Šã€‚牙仙抛给漆黑一个硬å¸ï¼Œé«˜å£°é“:“还没说å†è§å‘¢ï¼â€
她飞过去狠狠给了漆黑一拳,打è½äº†ä»–一颗牙齿,并ä¿çš®å¾—æ„地耸了一下肩,“这一拳,是为我的å°ç²¾çµæ‰“çš„ï¼â€
æ¼†é»‘è¢«è‡ªèº«ææƒ§åžå™¬ï¼Œç¼“缓沉入了地下深洞。牙仙终于痛快地为å°ç‰™ä»™ä»¬æŠ¥äº†ä»‡ï¼Œå¥¹éš¾ä»¥æŠ‘åˆ¶å†…å¿ƒçš„å–œæ‚¦ï¼Œæ¿€åŠ¨åœ°å†²å‘æ°å…‹ï¼Œä¸€è¾¹å¤§ç¬‘ç€ï¼Œä¸€è¾¹æƒ…ä¸è‡ªç¦åœ°ç´§ç´§æŠ±ä½æ°å…‹è½¬äº†å¥½å‡ ä¸ªåœˆã€‚
待她å应过æ¥åŽï¼Œåˆèµ¶å¿™æ¾å¼€æ°å…‹ï¼Œæœ‰äº›ä¸å¥½æ„æ€åœ°ä½Žå¤´çº¢äº†è„¸ã€‚
è¿™æ ·ä¸€ä½æ•¢çˆ±æ•¢æ¨çš„æ¸©æŸ”大å§å§ï¼Œå¦‚何ä¸å«äººå¿ƒç”Ÿæ¬¢å–œï¼Ÿlibrary_story240031‚Nç¡ç¥žæ²™äººæ‹¥æœ‰ç€å‘†èŒå¯çˆ±çš„外形,因此被其他守护者昵称为“沙沙â€ã€‚他常常在大家讨论的时候直接呼呼大ç¡ï¼Œæ­ªç€å¤´ï¼Œæ¼‚浮在åŠç©ºä¸­ï¼Œè¢«å«é†’åŽçå¼€ç¡çœ¼æƒºå¿ªçš„大眼ç›ï¼Œä¸€è„¸è¿·ç³Šã€‚
æŸæ¬¡å®ˆæŠ¤è€…è”盟的æˆå‘˜é›†ä½“出动,帮助牙仙æœé›†ç‰™é½¿ï¼Œå´ä¸å°å¿ƒåµé†’äº†ç¡æ¢¦ä¸­çš„å°ç”·å­©æ°ç±³ã€‚å…”å­é‚¦å°¼å¯¹æ²™æ²™æˆè¨€é“:“弄晕æ°ç±³ï¼â€
å´ä¸æ–™ï¼Œå•纯å¯çˆ±çš„æ²™æ²™å±…然真的æèµ·äº†æ‹³å¤´å‡†å¤‡ä¸Šå‰â€”—冰霜æ°å…‹æ…Œå¿™å¿ç€ç¬‘阻止了他,一时间,伙伴们都笑得å‰ä»°åŽåˆã€‚library_story240032ƒ_沙沙虽然ä¸ä¼šä½¿ç”¨äººç±»è¯­è¨€ï¼Œä½†ä»–ä»ç„¶å¾ˆä¹äºŽè¡¨è¾¾è‡ªå·±ã€‚
梦魇å·åœŸé‡æ¥çš„å‰å¤œï¼Œè¯ºæ–¯å¬é›†å¤§å®¶ä¸€èµ·è®¨è®ºåº”对之策,也是沙沙最先注æ„到头顶的光辉,å‘现了æ¥è‡ªæœˆä¸­äººçš„æŒ‡å¼•ã€‚ä»–ç€æ€¥åœ°æé†’伙伴们,åšç€å¹å£å“¨çš„æ ·å­ï¼Œå¤´ä¸Šå†’出音符ã€å°æ——å­ã€ç®­å¤´ï¼Œç„¶è€Œä¼™ä¼´ä»¬éƒ½æ²¡æ³¨æ„到他。最åŽï¼Œä»–ä¸å¾—ä¸ç”Ÿæ°”地æªç€å°ç²¾çµçš„å¸½å­æŠ–åŠ¨ï¼Œå‘出å®å®å½“当的声音,大家æ‰ç»ˆäºŽæ˜Žç™½è¿‡æ¥ã€‚
与冰霜æ°å…‹åˆæ¬¡è§é¢çš„æ—¶å€™ï¼Œæ²™æ²™ä¹Ÿæ˜¯æ€¥ä¸å¯è€åœ°æƒ³ä¸Žå¯¹æ–¹æ²Ÿé€šã€‚æ°å…‹å½“时刚刚接下使命,本就一头雾水,他é¢å¯¹ç€æ²™æ²™å¤´ä¸ŠæŽ¥è¿žå†’出月亮ã€é›ªèбã€å¤§æ‹‡æŒ‡ç­‰ä»¤äººçœ¼èŠ±ç¼­ä¹±çš„é‡‘æ²™ç¬¦å·ï¼Œè´¹åŠ›åœ°ç ”ç©¶åŠå¤©ï¼Œç»ˆäºŽå¿ä¸ä½ç¬‘了起æ¥ï¼šâ€œè™½ç„¶æ²¡çœ‹æ‡‚……但还是谢谢你了,èŒç¥žå°æ²™äººï¼â€library_story240033ƒæ²™æ²™é­”法强大,他会用金沙幻化出滑翔机ã€è…•é¾™ã€æµ·è±šã€é­Ÿé±¼ï¼Œç»™å­©å­ä»¬åˆ¶é€ ç¼¤çº·å¤šå½©çš„ç»šä¸½ç¾Žæ¢¦ï¼›åŒæ ·ï¼Œä»–的金沙也能å˜å¹»å‡ºæŸ”韧的绳索,以åŠé”ä¸å¯å½“的尖刀,用æ¥å助他进行战斗。
在与漆黑梦魇进行战斗的过程中,沙沙曾被黑暗之箭射中åŽèƒŒï¼ŒåŒ–作一阵黑沙消失了。伙伴们一度以为已ç»å¤±åŽ»ä»–ï¼Œå¹¶ä¸ºæ­¤æ‚²ä¼¤äº†å¥½ä¹…â€”â€”ä½†æœ€ç»ˆï¼Œåœ¨æµ·æ´‹æœ‹å‹çš„帮助下,以åŠå­©å­ä»¬ä¿¡ä»°åŠ›é‡çš„回归,沙沙åˆå¤æ´»äº†ã€‚
决战时,在漆黑å·è¢­æ°å…‹çš„åƒé’§ä¸€å‘之际,沙沙远远甩出一根金色的é”链,紧紧缠ä½äº†æ¼†é»‘的手臂。战局顷刻å败为胜,孩å­ä»¬é—»å£°èµ¶æ¥ï¼ŒæƒŠå–œåœ°å«é“:“看,是沙人ï¼â€
沙沙头上缓缓浮起一顶金沙的帽å­ï¼Œä»–ä¿çš®åœ°æ‘‡äº†æ‘‡æ‰‹æŒ‡ï¼Œå¯¹å­©å­ä»¬è¡Œäº†ä¸€ä¸ªä¸€æœ¬æ­£ç»çš„脱帽礼。library_story240041ƒYé‚¦å°¼æ˜¯å™—å¡æ—å…”å­ï¼Œä»–身æé­æ¢§ï¼Œè¡¨æƒ…严肃,回旋镖百å‘百中,显得å¨é£Žå‡›å‡›ã€‚
ä¸ä»…如此,他还有ç€ä¸€åŒè¶…大ç çš„脚。邦尼兔轻轻点下地é¢ï¼Œå°±èƒ½å˜å‡ºå…”å­æ´žï¼Œè¿˜èƒ½å¬å”¤å‡ºå·¨å¤§çš„æˆ˜å£«è›‹ã€‚因为他æ“ç€ä¸€å£æ¾³å¤§åˆ©äºšå£éŸ³ï¼Œä¸”身形高大,被伙伴æ°å…‹å˜²ç¬‘为“袋鼠â€â€”—与守护者们相处时,邦尼说è¯å‘æ¥ä¸æ‹˜å°èŠ‚ï¼Œå„ç§ä¿šè¯­ç»°å·å¼ å£å°±æ¥ã€‚
尽管从形象到语言,邦尼都是一个彻头彻尾的糙汉å­ï¼Œç„¶è€Œä»–的内心å´ä½ç€ä¸€ä¸ªæ¸©æŸ”çš„é‚»å®¶å¤§å“¥å“¥ã€‚æ›¾ç»æœ‰ä¸ªå°å¥³å­©è¯¯æ‰“è¯¯æ’žé—¯è¿›äº†å…”å­æ´žï¼Œé‚¦å°¼å…”便驮ç€å¥¹ï¼Œåœ¨æ¼«å±±é野的彩蛋里快ä¹åœ°å¥”跑。在洞里玩累了,邦尼兔轻轻将å°å¥³å­©æŠ±èµ·æ¥ï¼Œåƒé‚»å®¶å¤§å“¥å“¥ä¸€æ ·å……æ»¡æ…ˆçˆ±ï¼šâ€œå“¦ï¼Œå¯æ€œçš„å°å®¶ä¼™ï¼Œä¸€å®šç´¯å了å§ï¼â€library_story240042ƒu邦尼兔常年在地é¢å’Œåœ°ä¸‹æ´»åŠ¨ï¼Œé²œå°‘åŽ»è¿‡é«˜ç©ºï¼Œæ‰€ä»¥ä»–æé«˜ã€‚æŸæ¬¡ä»–与伙伴们å‰å¾€ç‰™ä»™å®«æ®¿ï¼Œé‚¦å°¼å…”çŒä¸åŠé˜²è¢«åœ£è¯žè€äººæŠ“上雪橇,紧张得将扶手都抓出一é“é“爪痕,哀嚎å“彻云霄:“哦,ä¸ï¼æ…¢ç‚¹æ…¢ç‚¹ï¼â€
尽管邦尼惯常å¹å˜˜è‡ªå·±å¨çŒ›å¼ºå£®ï¼Œä½†ä»–ä¹ŸåŒæ ·å®³æ€•çŒŽçŠ¬ã€‚åœ¨æŸæ¬¡å助收集牙齿的任务中,邦尼兔被å°ç”·å­©æ°ç±³çš„宠物犬追得上蹿下跳,那副模样将伙伴们都逗笑了。
尽管邦尼兔有时显得很胆å°ï¼Œä½†ä»–çš„å†…å¿ƒå´æ˜¯ååˆ†å‹‡æ•¢çš„ã€‚ä»–æ›¾å—æ¼†é»‘的诡计影å“,失去能é‡ã€å˜å›žä¸€åªç˜¦å¼±çš„å°å…”å­â€”—但在é¢å¯¹æ¢¦é­‡é»‘马军团时,他ä»ç„¶ä¹‰æ— å顾地挡在å°å­©å­å‰é¢ï¼šâ€œæˆ‘们æ¥ä¿æŠ¤ä½ ä»¬ï¼â€
å³ä¾¿èº«å½¢ä¸å†é«˜å¤§ï¼Œä½†ä»–çš„è¯è¯­ä¾ç„¶å’Œä»Žå‰ä¸€æ ·åšå®šï¼Œä¹‰è–„云天,没有一ä¸èƒ†æ€¯ã€‚library_story240043ƒ–冰霜æ°å…‹æ›¾åœ¨å¤æ´»èŠ‚åˆ¶é€ äº†ä¸€åœºæš´é£Žé›ªï¼Œå¯¼è‡´å­©å­ä»¬ä¸èƒ½æ­£å¸¸å¯»æ‰¾å½©è›‹ï¼Œé‚¦å°¼å¯¹æ­¤è€¿è€¿äºŽæ€€ã€‚然而,é¢å¯¹æ¼†é»‘梦魇的æ¥è¢­ï¼Œæœˆä¸­äººå´é€‰ä¸­äº†æ°å…‹ä½œä¸ºå®ˆæŠ¤è€…。邦尼对此颇有微è¯ï¼Œä»–曾刻薄地讥讽é“:“选土拨鼠都比æ°å…‹è¦å¼ºï¼â€
然而,邦尼虽然言语ä¸ç•™æƒ…é¢ï¼Œå¯¹ä¼™ä¼´å´ä»æ—§æ˜¯å…³å¿ƒçš„ã€‚æ›¾ç»æœ‰ä¸€æ¬¡ï¼Œä»–看到æ°å…‹ä»Žé›ªæ©‡ä¸Šè½ä¸‹ï¼Œä»“促间甚至忘记了自己æé«˜ï¼Œä¾¿æ€¥å¿™ä»Žè½¦çª—探头å‘下望,å´å‘çŽ°å¯¹æ–¹å¥½ç«¯ç«¯åœ°ç«™åœ¨ä¾§ç¿¼ï¼Œè„¸ä¸Šè¿˜å¸¦ç€æ¶ä½œå‰§çš„笑容。邦尼兔ä¸ç”±æ°”å¾—ç ´å£å¤§éª‚……
åŽæ¥æˆ˜åœºä¸Šï¼Œæ°å…‹ä¸æ…Žä»Žé«˜ç©ºå è½ã€åƒé’§ä¸€å‘之际,也是邦尼驾ç€é›ªæ©‡é£žé©°è€Œæ¥ï¼Œæ•‘了æ°å…‹çš„命。他用回旋镖利è½åœ°å‡»æ•£é»‘马,然åŽå¾—æ„回身,对æ°å…‹æŒ‘了挑眉。
这样的矛盾性格,从æŸç§æ„义æ¥è¯´ï¼Œä¹Ÿæ˜¯ä¸€ç§å®Œç¾Žå§ï¼library_story240051ûå¹´å¹¼çš„çŒ´å­æœ€çˆ±è°ƒçš®æ£è›‹ï¼Œæˆæ—¥é‡Œä»¥æƒ¹æ˜¯ç”Ÿéžã€æ‰å¼„他人为ä¹äº‹ã€‚ä»–å·åƒæ°´æžœåº—è€æ¿çš„香蕉,把香蕉皮悄悄丢在别人脚下,自己躲到一边看好æˆã€‚çœ‹åˆ°åˆ«äººè¸©åˆ°é¦™è•‰çš®æ‘”å€’ï¼Œä»–å“ˆå“ˆå¤§ç¬‘ï¼Œå¼ ç‹‚åœ°å¤§å–Šï¼šâ€œæ¥æŠ“æˆ‘å‘€ï¼â€æ‘里的人实在å¿å—ä¸äº†ï¼Œä¾¿æ‰“ç®—èµ¶ä»–èµ°ã€‚å¯æ— è®ºæ‘æ°‘ä»¬è¯·è°æ¥ï¼Œéƒ½ä¸æ˜¯çŒ´å­çš„对手,ä¸ç®¡æ˜¯é“ç‰›ä¾ ï¼Œè¿˜æ˜¯æµæ˜Ÿé³„,都被猴å­è€å¾—团团转,最åŽè¿˜ç»Ÿç»Ÿè¢«çŒ´å­æ‰’掉了裤å­ã€‚library_story240052‚q乌龟大师被请æ¥ï¼ŒçŒ´å­æ•…æŠ€é‡æ–½ï¼Œåœ¨å¤§å¸ˆè„šä¸‹ä¸¢æ»¡é¦™è•‰çš®ã€‚乌龟大师沉åŸç‰‡åˆ»ï¼Œè¸©ä¸­ä¸€å—香蕉皮,借力飞出了包围圈。但猴å­å´åœ¨å’Œå¤§å¸ˆè¿‡æ‹›æ—¶ï¼Œä¸å°å¿ƒè¸©ä¸­é¦™è•‰ç𮿑”了出去。就在æ—边的桅æ†è¦ç ¸å‘çŒ´å­æ—¶ï¼Œå¤§å¸ˆç«‹åˆ»å†²è¿‡åŽ»æžèµ·çŒ´å­èº²è¿‡äº†æ¡…æ†ã€‚猴å­ç–‘æƒ‘å¤§å¸ˆä¸ºä»€ä¹ˆæ•‘ä»–ï¼Œå¤§å¸ˆç¼“ç¼“é“æ¥ï¼šâ€œä½ èº«æ‰‹ä¸é”™ï¼Œä½†æˆ‘也感觉到你很痛苦。â€
“痛苦â€è¿™ä¸ªè¯å”¤èµ·äº†çŒ´å­çš„å›žå¿†ï¼šå°æ—¶å€™è‡ªå·±è¸©ä¸­é¦™è•‰ç𮿻‘åˆ°ï¼Œè£¤å­æŽ‰äº†ï¼Œè¢«çŽ©ä¼´ä»¬å˜²ç¬‘ã€‚åŽŸæ¥çŒ´å­åªæ˜¯ç”¨æ¶ä½œå‰§æ¥æŽ©ç›–儿时的痛苦……library_story240053‚¢â€œåˆ©ç”¨ä½ çš„身手åšå¥½äº‹å§ï¼Œå¹´è½»äººï¼æ‰¾åˆ°ä½ ä¹‹å‰æŠ›å¼ƒçš„åŒæƒ…心å§ï¼â€åœ¨ä¹Œé¾Ÿå¤§å¸ˆçš„æ•™è¯²ä¸‹ï¼Œé‡‘猴从此改过自新,善待他人,ç»å¸¸ç»™å¤§ä¼™å„¿è®²å†·ç¬‘è¯ã€‚
æ‚娇虎拿ç€å·è½´æ‰¾åˆ°ä»–,立刻认定他就是å·è½´ä¸­çš„喜剧演员。ç»è¿‡é‡ŽçŒªä¹‹æˆ˜ï¼Œé‡‘çŒ´åŠ å…¥åŠŸå¤«å¤§å®¶åº­ï¼Œæ­£å¼æˆä¸ºç›–世五侠中的一员。金猴最喜欢的就是怂æ¿é˜¿å®è¿›è¡ŒåƒåŒ…å­å¤§æŒ‘æˆ˜ï¼Œé˜¿å®æˆåŠŸå¡žè¿›å››å个包å­ï¼Œä»–一边高喊“æˆåŠŸäº†â€ï¼Œä¸€è¾¹é«˜ä¸¾åŒè‡‚,兴奋地在地上蹦跳,和阿å®ç®€ç›´æ˜¯ä¸€å¯¹æ´»å®ã€‚
“也许跟ä¹è§‚æœ‰çˆ±çš„äººåœ¨ä¸€èµ·ï¼Œæ‰æ˜¯æ²»æ„ˆå†…心伤痛的最好解è¯ã€‚â€library_story240081‚È19å²çš„æš´èŠ™çº³ç‰¹ç”Ÿæ´»åœ¨ç»´äº¬æ—ç¾¤ä¸Šï¼Œæ˜¯å¸Œå¡æ™®ä¼™ä¼´ä¸­çš„一员。
她与æ‚夫纳特是åšå…‹å²›ä¸Šè¿œè¿‘é—»åçš„åŒèƒžèƒŽã€‚作为兄妹俩,两人在许多方é¢éƒ½æ‹¥æœ‰ç›¸ä¼¼æ€§ï¼šéƒ½æœ‰ç€ä¸€å¼ é•¿é•¿çš„脸,金色的头å‘,甚至连头上的带刺尖角盔都一模一样;他们都粗é²ã€é𿀧ã€ä¸æ‹˜å°èŠ‚ï¼Œæœ‰ç€ç»´äº¬äººçš„冒险劲头和剽æ‚作风,喜欢所有è¿å规则的事情。
作为åšå…‹å²›ä¸Šä¸å¯å¤šå¾—的女孩,暴芙纳特虽然性格有些自æ‹ï¼Œä½†å¥¹ä¹Ÿæœ‰åšå¼ºå’Œæ— ç§çš„一é¢ã€‚å¦å¤–,暴芙那特的战斗能力也å分剽æ‚——她ç»å¸¸åœ¨æ‹³å‡»æ¯”赛和决斗中获得ä¸ä¿—的战果,甚至比她的兄弟还è¦ç•¥èƒœä¸€ç­¹ã€‚library_story240082ƒ]暴芙纳特是个牙尖嘴利的维京女孩。å³ä¾¿æ˜¯è¢«çŒŽé¾™äººè‘›æž—魔俘è™çš„æ—¶å€™ï¼Œå¥¹ä¹Ÿå®Œå…¨æ²¡è¢«å¯¹æ–¹çš„坿€•气势所震慑,ä»ç„¶åœ¨æ²¡å¿ƒæ²¡è‚ºåœ°å–‹å–‹ä¸ä¼‘。
“看我的两æ¡è¾«å­ï¼Œå°±åƒåŒå¤´é¾™ä¸€æ ·ã€‚连上é¢çš„霉点也åƒä»–们的眼ç›ï¼Œå¤šé…·å•Šï¼â€æš´èŠ™çº³ç‰¹å˜²å¼„åœ°çœ‹ç€è‘›æž—é­”ï¼Œç¥žè‰²æ²¡æœ‰ä¸æ¯«æƒ§æ€•,“你的脸怎么拉那么长?我还以为我的就已ç»å¤Ÿé•¿äº†â€”—â€
“够了ï¼â€è‘›æž—魔咬牙切齿地打开她的牢笼,“我从没è§è¿‡åƒä½ è¿™æ ·è’噪的生物。赶紧带上你的龙滚蛋ï¼â€
æš´èŠ™çº³ç‰¹æ¯«å‘æ— æŸå½’æ¥çš„æ—¶å€™ï¼Œå¸Œå¡æ™®ç­‰äººéƒ½æƒŠå‘†äº†ã€‚åªæœ‰å¥¹çš„兄弟æ‚夫纳特耸了耸肩,一副早有预料样å­ï¼šâ€œæˆ‘说了,没人能å—得了她的è’噪——如果那些猎龙人é‡ä¸Šäº†æš´èŠ™çº³ç‰¹ï¼Œæˆ‘å倒更担心他们。â€library_story240083ƒn尽管几乎在所有方é¢éƒ½ä¸åƒæ·‘女,但暴芙纳特ä»ç„¶æ˜¯ä¼¯å…‹å²›ä¸Šä¸å¯å¤šå¾—çš„å•èº«å¥³æ€§ã€‚é™¤äº†å¸Œå¡æ™®å¯¹äºšä¸ç¿ æƒ…有独钟以外,大多数åŒé¾„é’年都为暴芙纳特所倾倒。为赢得她的芳心,鼻涕粗和鱼嘴å¸è¿˜æ—¶å¸¸äº’相较é‡ï¼Œäº‰é£Žåƒé†‹ã€‚
暴芙纳特情窦åˆå¼€çš„æ—¶å€™ï¼Œæ›¾çŸ­æš‚地迷æ‹è¿‡åŸƒé›·ç‰¹â€”—他一身结实的肌肉与高大å¥å£®çš„身躯,让她为之目眩神迷。但这ç§çˆ±æ…•æ¥å¾—快去得也快,当暴芙纳特察觉到埃雷特对她无æ„之åŽï¼Œé©¬ä¸Šå¯¹ä»–å†·è‹¥å†°éœœï¼Œå¹¶é‡æ–°å›žåˆ°é±¼å˜´å¸ä¸Žé¼»æ¶•粗身边,在他二人之间摇摆ä¸å®šã€‚
这场漫长的æ‹çˆ±äº‰é€ï¼Œç»ˆäºŽåœ¨å¸Œå¡æ™®çš„婚礼现场分出胜负。当时鱼嘴å¸è¢«å–œæ‚¦æ°”æ°›æ„ŸåŠ¨å¾—è½æ³ªï¼Œè€Œæš´èŠ™çº³ç‰¹ä¸€æŠŠæ‚ä½ä»–,宣布é“:“你赢了ï¼å› ä¸ºâ€”—我喜欢感性的家伙ï¼â€library_story250011ƒ‘阿å®ç«¥å¹´çš„æ—¶å€™ï¼Œç”Ÿæ´»åœ¨ç†ŠçŒ«æ‘ã€‚å¹´å¹¼çš„é˜¿å®æƒ¹äººå–œçˆ±ï¼Œæ†¨æ€å¯æŽ¬ï¼Œæ˜¯æŽå±±å¤«å¦‡çš„æŽŒä¸Šæ˜Žç ã€‚
ä»–æœ¬è¯¥æ— å¿§æ— è™‘åœ°é•¿å¤§ï¼Œä¸æ–™æŸä¸€æ—¥ï¼Œå¹´è½»æ°”盛的沈王爷å¬ä¿¡äº†â€œç†ŠçŒ«å°†ä¼šæ‰“败自己â€çš„ä¼ è¨€ï¼ŒçŽ‡é¢†å¤§å†›å‰æ¥å›´æ”»ç†ŠçŒ«æ‘。
æ‘å£ç‚®ç«å£°è¿žå¤©ï¼Œé˜¿å®å¦ˆå¦ˆæ€¥åŒ†åŒ†åœ°è·‘回æ¥ï¼Œå°†é˜¿å®æ”¾è¿›ä¸€ä¸ªèåœç­é‡Œï¼Œçœ¼å«çƒ­æ³ªæ‘¸äº†æ‘¸é˜¿å®çš„头。而年幼的阿å®å¹¶ä¸çŸ¥é“å‘ç”Ÿäº†ä»€ä¹ˆï¼Œä»æ—§å¤©çœŸæ— é‚ªåœ°ç¬‘ç€ï¼Œå‡ å£å°±å°†ç­å†…çš„èåœå•ƒä¸ªç²¾å…‰ã€‚
蔬èœè½¦ä¸€è·¯è¿é€åˆ°å±±ä¸‹çš„é¢é¦†ï¼Œå¹´è½»çš„平先生æ¥åˆ°åŽé™¢æ¬è¿è”¬èœï¼Œä¸€çœ¼å°±çœ‹åˆ°äº†è¶´åœ¨ç­é‡Œçš„阿å®ã€‚
那一刻的阿å®å‡»ä¸­äº†å¹³å…ˆç”Ÿå†…心中最柔软的部分,从此,他便收养了阿å®ã€‚阿å®è·Ÿéšå¹³å…ˆç”Ÿåœ¨é¢é¦†é•¿å¤§ï¼Œæ—¥å­ä¸€å¤©å¤©å¹³é™åœ°è¿‡äº†ä¸‹åŽ»ï¼Œç›´åˆ°å±±é¡¶æ­¦é¦†é€‰æ‹”â€œç¥žé¾™å¤§ä¾ â€çš„那天。library_story250012ƒŠä¸ºäº†æŠµå¾¡å¤ªéƒŽçš„å¨èƒï¼Œä¹Œé¾Ÿå¤§å¸ˆé€‰å®šé˜¿å®æ¥åšç¥žé¾™å¤§ä¾ ã€‚èµ·åˆï¼Œæµ£ç†Šå¸ˆçˆ¶ä¸Žç›–世五侠颇为ä¸è§£ï¼Œå› ä¸ºé˜¿å®è†˜è‚¥ä½“壮,åˆå®Œå…¨æ²¡å­¦è¿‡åŠŸå¤«ï¼Œæ€Žä¹ˆçœ‹éƒ½ä¸åƒæ˜¯è¿™å—料。然而,在乌龟的鼓励下,阿å®è·Ÿéšæµ£ç†Šå¸ˆå‚…å‹¤å­¦è‹¦ç»ƒï¼Œç»ˆäºŽåˆè§æˆæ•ˆã€‚
浣熊师傅在收到太郎越狱的消æ¯åŽï¼Œé©¬ä¸Šå¸¦ç€é˜¿å®åŽ»å–ç¥žé¾™ç§˜ç¬ˆã€‚å¯æ˜¯ï¼Œå½“é˜¿å®æ»¡æ€€å¸Œæœ›åœ°ç¿»å¼€ç¥žé¾™ç§˜ç¬ˆçš„æ—¶å€™ï¼Œç«Ÿå‘现里é¢ä»€ä¹ˆéƒ½æ²¡æœ‰ã€‚
平先生看出了阿å®çš„æ²®ä¸§ï¼Œä¸ºäº†å®‰æ…°å„¿å­ï¼Œä¾¿å‘Šè¯‰äº†ä»–ä¸€ä¸ªç§˜å¯†ã€‚â€œæˆ‘çš„æ‹¿æ‰‹æ±¤å…¶å®žå¹¶æ²¡æœ‰ç§˜å¯†é…æ–¹ï¼Œé‡è¦ä¹‹å¤„在于,你è¦ç›¸ä¿¡å®ƒæ˜¯ç‰¹åˆ«çš„。â€
è¿™å¥è¯å¯å‘了阿å®ï¼Œä»–å‰åŽ»è¿Žæˆ˜å¤ªéƒŽï¼Œåœ¨æœ€åŽæ—¶åˆ»ï¼Œæ— å¸ˆè‡ªé€šåœ°é¢†æ‚Ÿäº†â€œæ— é¡»é“指â€â€”—打败太郎以åŽï¼Œå±±è°·å†åº¦æ¢å¤äº†å¹³é™ï¼›è€Œé˜¿å®ï¼Œä¹Ÿæˆä¸ºäº†çœŸæ­£çš„神龙大侠。library_story250013ƒŠé˜¿å®å½“ä¸Šç¥žé¾™å¤§ä¾ æ²¡å¤šä¹…ï¼Œæµ£ç†Šå¸ˆå‚…å°±è®©ä»–æ¥æ•™ç›–ä¸–äº”ä¾ åŠŸå¤«ã€‚å¯æ˜¯ç”±äºŽé˜¿å®æ²¡æœ‰æ•™å­¦ç»éªŒï¼Œæ•´ä¸ªè¯¾å ‚一时间鸡飞狗跳。
é˜¿å®æ²®ä¸§åœ°å›žåˆ°å®¶ï¼Œå´æ„外在é¢é¦†é‡è§äº†ä¸€ä¸ªå’Œä»–长得一模一样的熊猫——那竟是他失散多年的父亲æŽå±±ã€‚
父å­ä¿©ä¸ºè¿™è¿Ÿæ¥çš„相逢感动得热泪盈眶,æŽå±±å¸¦é˜¿å®å›žåˆ°ç†ŠçŒ«æ‘,那里有许许多多和他一样的亲人åŒç±»ã€‚ä¸Žæ­¤åŒæ—¶ï¼Œæ‚娇虎带回消æ¯ï¼Œçµç•Œçš„天煞为éžä½œæ­¹ï¼ŒæŠ“èµ°äº†è®¸å¤šåŠŸå¤«é«˜æ‰‹ã€‚å…³é”®æ—¶åˆ»ï¼Œé˜¿å®æƒ³åˆ°ç¥žé¾™ç§˜ç¬ˆä¸­çš„å«ä¹‰ï¼šä»–è®©ç†ŠçŒ«ä»¬å……åˆ†å‘æŒ¥è‡ªå·±çš„长处,培养出一支独一无二的“熊猫军队â€ï¼ŒæˆåŠŸå‡»é€€äº†å¤©ç…žã€‚
ç»æ­¤ä¸€æˆ˜ï¼Œé˜¿å®ä¹Ÿä»Žæ­¤å‰æ¯«æ— ç»éªŒçš„“师傅â€ï¼Œå˜æˆäº†çœŸæ­£åŠŸå¤«ä¼ æ‰¿è€…ã€‚ä»Žæ­¤ä»¥åŽï¼Œæ¯å½“路过武馆,都能看到阿å®è®¤çœŸæ•™æŽˆåŠŸå¤«çš„èº«å½±å‘¢ã€‚library_story250031‚Õ羊仙姑是凤凰城里最负盛å的预言师。她长期为宫廷å åœï¼Œå‡¡æ˜¯ç»å¥¹å£ä¸­è¯´å‡ºæ¥çš„预言,从æ¥éƒ½æ²¡æœ‰é”™è¿‡ã€‚
直到凤凰城的太å­é€æ¸é•¿å¤§â€”—这ä½å嫿²ˆçš„年轻王爷野心勃勃,æ„图将烟花改造æˆå¨åŠ›å¼ºåŠ²çš„ç«ç‚®æ­¦å™¨ã€‚那时,沈王爷已ç»åœ¨é»‘æš—çš„é“路上越走越远。心事é‡é‡çš„国王请羊仙姑åœäº†ä¸€å¦ï¼Œç¾Šä»™å§‘将签文掷进白瓷碟,蒸腾的烟雾很快显出了沈王爷ç°é£žçƒŸç­çš„æ¨¡æ ·ã€‚最终ç°å°˜ç¿»é£žè½®è½¬ï¼Œå˜æ¢å‡ åº¦ï¼Œæœ€ç»ˆå®šæ ¼æˆäº†ä¸€å¹…阴阳太æžçš„图åƒã€‚
“如果沈王爷继续一æ„孤行,终将被一ä½é»‘白勇士打败。â€ç¾Šä»™å§‘担忧地å¹äº†ä¸€å£æ°”,如此这般预言é“。library_story250032ƒV羊仙姑的预言很快传到了沈王爷的耳朵里,这ä½éª„纵跋扈的太å­é—»è¨€å¤§æ€’,ä¸ä»…抓走了凤凰城中所有的熊猫,还将羊仙姑囚ç¦èµ·æ¥ã€‚
二åå¹´åŽï¼Œç†ŠçŒ«é˜¿å®æ¨ªç©ºå‡ºä¸–。é¢å¯¹è¿™ä¸ªç»§æ‰¿äº†â€œç¥žé¾™å¤§ä¾ â€åå·çš„对手,沈王爷åˆå¿Œæƒ®åˆæ†Žæ¨ã€‚羊仙姑冷眼æ—观沈王爷的ç§ç§ä¸¾åŠ¨ï¼Œå´ä¸æ¯«æ²¡è¢«ä»–æš´è™çš„æ‰‹æ®µæ‰€éœ‡æ…‘:“我的预言没有å˜è¿‡ã€‚你还是会被打败。â€
å›žç­”å¥¹çš„æ˜¯æ²ˆçŽ‹çˆ·ä¸€å£°æ¼æ€’的冷哼。
“你è¸ä¸Šäº†ä¸€æ¡æ²¡æœ‰å°½å¤´çš„路。早点回头是岸å§ã€‚â€çƒˆç«ç†Šç†Šç‡ƒçƒ§çš„船头上,羊仙姑å¹é“。
沈王爷ä¸ä¸ºæ‰€åŠ¨ï¼šâ€œæ”¾äº†å¥¹ã€‚å¥¹å¯¹æˆ‘å·²ç»æ²¡æœ‰åˆ©ç”¨ä»·å€¼äº†ã€‚â€
豺狼守å«é—»è¨€æ›¿ç¾Šä»™å§‘解开绳索,这ä½è‹è€çš„å åœè€…æœ›ç€æ²ˆçŽ‹çˆ·ï¼Œæ…¢åžåžåœ°è¯´ï¼šâ€œå¸Œæœ›ä½ èƒ½å¹¸ç¦ã€‚â€library_story250033ƒz阿å®åˆæ¬¡è§ç¾Šä»™å§‘的时候,差点把她认æˆäº†ç”·å£«â€”—毕竟她蓄ç€é•¿é•¿çš„山羊胡å­ï¼Œä¹è§ä¹‹ä¸‹ç¡®å®žä¸å¥½è¾¨è®¤ã€‚
尽管阿å®ç»™ç¾Šä»™å§‘留下的第一å°è±¡å§”实算ä¸å¾—好,但当阿å®ä¸­äº†ç‚®å¼¹ã€è¢«å¼ºå¤§çš„éœ‡å‡»åŠ›å†²è¿›æ²³æ°´çš„æ—¶å€™ï¼Œå´æ˜¯ç¾Šä»™å§‘救了她。
â€œä¸ºä»€ä¹ˆè¦æ•‘我?â€è¿™æ˜¯é˜¿å®é†’æ¥çš„第一å¥è¯ã€‚
羊仙姑背对ç€é˜¿å®ï¼Œç¼“缓说:“你的人生也许开端曲折,但是,这并ä¸å½±å“ä½ å°†æ¥æˆä¸ºä¸€ä¸ªä»€ä¹ˆæ ·çš„人。你剩下的人生路怎么走,由你自己决定。â€
é˜¿å®æ€”怔地咀嚼ç€ç¾Šä»™å§‘çš„è¯ï¼ŒçŒ›ç„¶é—´åœ¨æ°´é‡Œæœ›è§è‡ªå·±çš„倒影。那一刻,他的心中一片澄明。
åŽæ¥é˜¿å®ç»ˆäºŽå‡»è´¥äº†æ²ˆçŽ‹çˆ·ï¼Œç¾Šä»™å§‘è¿œåœ¨åŸŽå¤–éšå±…,也è§åˆ°äº†å‡¤å‡°åŸŽå‡èµ·çš„庆ç¥çƒŸç«ã€‚å¥¹æ‹„ç€æ‰‹æ–立在河边,缓缓地露出一个欣慰的笑容。library_story250041‚°æ³¢æ¯”是魔å‘ç²¾çµéƒ¨è½çš„公主。魔å‘ç²¾çµæ˜¯ä¸€ä¸ªå¾ˆç¥žå¥‡çš„ç§æ—,他们有ç€å½©è™¹èˆ¬çš„头å‘,其上还附ç€å¤šç§é­”力。
é­”å‘ç²¾çµçš„头å‘都色彩缤纷,能够éšç€ä»–们的歌舞摇摆,映照在太阳的光芒里,绚烂异常,美ä¸èƒœæ”¶ï¼›åŒæ—¶ï¼Œä»–们的头å‘还å¯ä»¥é𿄿”¹å˜é•¿åº¦ï¼Œä¸”柔韧åˆç‰¢å›ºï¼Œèƒ½å¤Ÿä½¿ä»–们自如地悬挂在树干藤蔓上æˆè€ã€‚
在波比公主的带领下,魔å‘ç²¾çµä»¬ä¸€ç›´è¿‡ç€å¿«ä¹è€Œæ— å¿§æ— è™‘的生活。
她美丽热情ã€å¼€æœ—ä¹è§‚,喜爱唱歌和跳舞,笑容å¯ä»¥æ„ŸæŸ“æ¯ä¸€ä¸ªé­”å‘ç²¾çµåŒä¼´ã€‚
“嘿,伙伴们ï¼å¤§å®¶æƒ³å‚加我们的歌舞派对å—?â€library_story250042ƒŠæ³¢æ¯”与伙伴们一直过ç€è¿™æ ·å¹¸ç¦æ— å¿§çš„生活,直到有一天,æ„外悄然é™ä¸´â€”—åšå•ƒæ—凶æ¶çš„大厨入侵了他们的æ‘å­ï¼Œå¹¶ç»‘走了她的数å伙伴。
åšå•ƒæ—是魔å‘ç²¾çµçš„æ­»å¯¹å¤´ï¼Œè¿™ç§å¤–è²Œå¯æ€–çš„ç§æ—终日死气沉沉,åªèƒ½ä»Žâ€œåƒç²¾çµâ€è¿™ä»¶äº‹ä¸­èŽ·å¾—å”¯ä¸€çš„å¿«ä¹ã€‚波比公主为了拯救她最好的朋å‹ä»¬ï¼Œä¸Žå¸ƒå…°å¥‡ä¸€èµ·è¸ä¸Šäº†å‰å¾€åšå•ƒæ—之路。
一路上,他们ç»åŽ†äº†å¾ˆå¤šå‡¶é™©ä¸Žç£¨éš¾ï¼Œä½†æœ€ç»ˆï¼Œæ³¢æ¯”ä»¥å¥¹çš„çƒ­æƒ…å’ŒçœŸè¯šæ„ŸåŠ¨äº†åšå•ƒæ—人。他们终于æ„识到,世上有真正纯粹的快ä¹ï¼Œé‚£å°±æ˜¯æºè‡ªå†…心深处的爱与关怀。
最终,波比与åšå•ƒæ—人æˆä¸ºæœ‹å‹ï¼Œå†°é‡Šå‰å«Œï¼Œä¸Žå¥¹çš„伙伴们一åŒå›žåˆ°äº†é­”å‘ç²¾çµçš„æ‘è½ã€‚当她们下一次歌舞派对开幕之时,æ¥è‡ªåšå•ƒæ—çš„å°åŽ¨å¨˜å¸ƒä¸½å§¬ç‰¹ï¼Œä¹Ÿæ­£åœ¨äººç¾¤ä¸­æ¬¢å¿«åœ°èˆžè¹ˆå‘¢ã€‚library_story250043ƒ†åšå•ƒæ—的风波过去åŽï¼Œæ³¢æ¯”当上了魔å‘ç²¾çµçš„女王。然而,当她还没有完全适应女王的身份时,新的å¨èƒåˆæ‚„ç„¶é™ä¸´ã€‚
原æ¥ï¼Œæ³¢æ¯”所在的æ‘åº„å¹¶ä¸æ˜¯å”¯ä¸€ä¸€ä¸ªé­”å‘ç²¾çµéƒ¨è½ï¼šä¸–界上共有六ç§ç²¾çµï¼Œæ¯ä¸ªéƒ¨è½éƒ½è‡´åŠ›äºŽä¸åŒçš„音ä¹é£Žæ ¼ã€‚对于音ä¹è¿½æ±‚的差异最终导致了巨大冲çªï¼Œä»–们彼此决裂ã€äº’ä¸å¾€æ¥ã€‚而现在,摇滚部è½çš„霸女王野心勃勃,她ä¼å›¾æ‘§æ¯æ‰€æœ‰å…¶ä»–类型的音ä¹ï¼Œè¦ä¸–界尽归摇滚。
作为æµè¡ŒéŸ³ä¹çš„女王,波比当然ä¸èƒ½è¢–手æ—观。她与布兰奇等朋å‹è¸ä¸Šäº†æŽ¢å¯»ä¸Žæ‹¯æ•‘的旅途,而在此过程中,波比ä¸ä»…逿¸é¢†æ‚Ÿåˆ°äº†èº«ä¸ºå¥³çŽ‹çš„è´£ä»»ï¼Œæ›´æ˜¯ç”¨è‡ªå·±çš„çœŸè¯šæ„ŸæŸ“äº†å„ç§æ—ç²¾çµã€‚最åŽï¼Œä»–们æˆåŠŸå°†å…­ç§ä¸åŒé£Žæ ¼çš„音ä¹å›¢ç»“到一起,求åŒå­˜å¼‚,å¥å“了磅礴动人的大åˆå¥ä¹ç« ã€‚library_story340011ƒi贫嘴驴åˆé‡å²èŽ±å…‹çš„æ—¶å€™ï¼Œå®ƒå·®ç‚¹è¢«å‰ä»»ä¸»äººä»¥åå…ˆä»¤çš„ä»·æ ¼åœ¨é›†å¸‚ä¸Šå–æŽ‰ï¼Œäº¤ä»˜ç»™æ³•å¤¸å¾·å‹‹çˆµæ‰‹ä¸‹çš„å«å…µâ€”—åƒé’§ä¸€å‘之际,贫嘴驴逃了出æ¥ï¼Œæ°å¥½æ’žè§äº†å²èŽ±å…‹ã€‚
凶神æ¶ç…žçš„å²èޱ克ä¸è´¹å¹ç°ä¹‹åЛ就å“跑了那群胆å°çš„å«å…µï¼Œä¹Ÿå¤šäºäº†ä»–,贫嘴驴æ‰å¾—以æ¡å›žä¸€æ¡å‘½ã€‚贫嘴驴顷刻就将å²èŽ±å…‹è§†ä¸ºäº†æ•‘å‘½çš„è‹±é›„ï¼Œå›´ç€ä»–ä¸ä½æ‰“转,目光中满是崇拜:“我想跟ç€ä½ æ··ï¼â€
回答他的是å²èŽ±å…‹ä¸€è®°æ²¡å¥½æ°”çš„ç™½çœ¼ã€‚â€œæˆ‘æ˜¯ä¸ªå¦–æ€ªï¼Œâ€ä»–边说边故æ„对贫嘴驴露出张牙舞爪的表情,“难é“你看到我这幅样å­ä¸å®³æ€•å—?â€
“当然ä¸äº†ï¼Œæˆ‘们是朋å‹ï¼â€è´«å˜´é©´çš„回答å´å‡ºä¹Žæ„料地å¦è¯šã€‚从此,他便亦步亦趋地跟在å²èŽ±å…‹èº«åŽï¼Œä»»ä»–怎么驱赶ã€å’’骂,都始终没有离开。library_story340012ƒo贫嘴驴刚在沼泽地定居下æ¥ä¸ä¹…,便与å²èޱ克è¸ä¸Šäº†æ—…途:替法夸德勋爵去救“被困在高塔上的公主â€ã€‚
è²å¥¥å¨œå…¬ä¸»ç¡®å®žé«˜è´µä¸”ç¾Žä¸½ï¼Œå°½ç®¡åˆæ¬¡è§é¢çš„æ—¶å€™ï¼Œå¥¹æœ‰äº›å¤±è½åœ°æŠ±æ€¨å²èޱ克䏿˜¯ç«¥è¯é‡Œçš„æµªæ¼«çŽ‹å­ï¼Œè´«å˜´é©´ä¹Ÿä¸æ˜¯â€œé«˜å¤§è‹±ä¿Šçš„白马â€ï¼Œä½†è´«å˜´é©´å’Œå¥¹è¿˜æ˜¯å¾ˆå¿«æˆä¸ºäº†æœ‹å‹ã€‚他们一路上结伴åŒè¡Œï¼Œé€æ¸çƒ­ç»œï¼Œç›´åˆ°æŸä¸ªé™å¯‚的夜里,贫嘴驴无æ„中撞破了è²å¥¥å¨œå…¬ä¸»çš„秘密。
原æ¥è²å¥¥å¨œè¢«æ–½äº†è¯…咒,太阳è½å±±ä¹‹åŽå°±ä¼šå˜ä¸ºæ€ªç‰©ã€‚“答应我,替我ä¿å®ˆç§˜å¯†ï¼â€è²å¥¥å¨œæ‹‰ç€è´«å˜´é©´ï¼Œçœ¼å«æ³ªæ°´åœ°æ³æ±‚é“。
贫嘴驴å´ä¸æ¯«æ²¡æœ‰ä»‹æ€€å¥¹æ­¤æ—¶ä¸‘é™‹çš„å¤–è¡¨ï¼Œåªæ˜¯ä»æ—§åœ¨å¥¹èº«è¾¹è½¬ç€åœˆï¼Œç¬¨æ‹™åœ°å®‰æ…°é“ï¼šâ€œè¿™ä¹Ÿä¸æ˜¯å¾ˆç³Ÿã€‚你还是那个美丽善良的è²å¥¥å¨œå…¬ä¸»â€¦â€¦ä¸æ˜¯å—?â€library_story340013ƒå…¬ä¸»è¢«å›°å®ˆé«˜å¡”çš„è¿™åæ•°å¹´é‡Œï¼Œå¡”下有一åªå‡¶çŒ›çš„ç«é¾™æ—¥å¤œçœ‹å®ˆã€‚å®ƒä½“åž‹ç¡•å¤§ï¼Œå‡¶æ¶æ— æ¯”,一张å£å°±èƒ½å–·å‡ºæ¯å¤©ç­åœ°çš„ç«ç„°ï¼Œå“退了一ä½åˆä¸€ä½æ„图剿¥çš„勇士。
在贫嘴驴与å²èŽ±å…‹è¥æ•‘公主的过程中,这åªç«é¾™ä¹Ÿå¯¹ä»–们造æˆäº†ä¸å°çš„阻ç¢ã€‚高塔之上,贫嘴驴被追击得走投无路,通体艳红的ç«é¾™å°†å®ƒæ‰˜åˆ°ä¸€åªæ‰‹æŽŒä¸Šï¼Œå±…高临下地看ç€å®ƒã€‚
â€œå˜¿ï¼Œç­‰ç­‰ï¼æˆ‘想你并ä¸å¦‚传闻中那么凶æ¶ï¼Œç›¸å,你一定是一ä½ç¾Žä¸½çš„女士ï¼â€å…³é”®æ—¶åˆ»ï¼Œè´«å˜´é©´æ€¥ä¸­ç”Ÿæ™ºï¼Œè„±å£èµžç¾Žé“。
它就此俘获了ç«é¾™çš„芳心——ä¸ä»…如此,它甚至先å²èŽ±å…‹ä¸€æ­¥åšä¸Šäº†çˆ¸çˆ¸ã€‚当那几个长ç€é¾™ç±»ç¿…膀ã€ä¼šå–·ç«çš„é©´å­å°å®å®äº‰å…ˆæåŽåœ°æ‰‘进贫嘴驴怀里时,它总会一脸满足地æœå²èŽ±å…‹ç‚«è€€ï¼šâ€œä½ çœ‹ï¼Œè¿™å°±æ˜¯å¹¸ç¦çš„烦æ¼ï¼â€library_story340031ƒs诺斯无父无æ¯ï¼Œæ‹¥æœ‰èƒ½å¤Ÿæ„ŸçŸ¥ä¸€åˆ‡çš„直觉,他常常说:“是我的肚å­å‘Šè¯‰æˆ‘的。â€ä»–æ›¾æ˜¯ä¸€åæˆ˜å£«ï¼ŒåŽæ¥é›†ç»“了一群亡命之徒,æˆä¸ºè‡­å昭著的强盗。他身形高大å¨çŒ›ï¼Œè™½ç„¶ä¹Ÿèº«ç©¿çº¢è¢ï¼Œè“„ç€æ ‡å¿—性的白胡å­ï¼Œä½†å´æ‰‹æŒåŒåˆ€ï¼Œåˆ€æ³•精准,åŒè‡‚上还纹ç€çº¹èº«ï¼Œè¯´è¯ç²—声粗气,动作粗é²ï¼Œæ´»è„±è„±ä¸€å¹…强盗模样。
一天夜晚,月中人指引诺斯æ¥åˆ°åœ£æ‰˜å¤«å…‹åŠ³æ£®æ‘ï¼Œè‹±å‹‡åœ°å¸®åŠ©æ‘æ°‘们抵御了漆黑的攻击。在æ‘里,他跟ç€å·«å¸ˆå­¦ä¹ é­”法,和å°å§‘å¨˜å‡¯ç‘Ÿç³æˆäº†å¥½æœ‹å‹ã€‚å‡¯ç‘Ÿç³æ¢¦åˆ°è¯ºæ–¯æˆä¸ºé›ªä¹‹å›½åº¦çš„主人,拥有无尽的欢ä¹ã€ç¥žç§˜å’Œé­”力,这也æˆä¸ºè¯ºæ–¯çš„æ¢¦ã€‚åŽæ¥è¯ºæ–¯æŽ¥å—了月中人赠予的带有月光能é‡çš„剑,一ç§å‰æ‰€æœªæœ‰çš„归属感涌上心头,实现了强盗å‘守护者身份的转å˜ã€‚library_story340032‚k在诺斯的å¬é›†ä¹‹ä¸‹ï¼Œé‚¦å°¼å…”ã€ç‰™ä»™ã€ç¡ç¥žå’Œå†°éœœä¾ æ°å…‹ç»„æˆäº†å®ˆæŠ¤è€…è”ç›Ÿï¼Œå…±åŒæŠµå¾¡æ¼†é»‘çš„è¢­å‡»ï¼Œå®ˆæŠ¤ç€åœ°çƒä¸Šçš„å­©å­ä»¬ã€‚
在整个团队中,诺斯扮演ç€ç²¾ç¥žé¢†è¢–的角色。在æ°å…‹é™·å…¥è¿·èŒ«çš„æ—¶å€™ï¼Œæ˜¯ä»–与æ°å…‹è°ˆå¿ƒï¼Œå¼•导æ°å…‹å‘现了自己“善良â€çš„内心,从而自觉æˆé•¿ä¸ºå®ˆæŠ¤è€…。在牙仙宫殿é‡è¢­ï¼Œå¤§å®¶æƒ…ç»ªé™·å…¥ä½Žè½æ—¶ï¼Œä»–高喊ç€ï¼šâ€œæ²¡æœ‰å¤ªæ™šè¿™å›žäº‹ï¼â€é¼“舞士气,并æè®®å¤§å®¶ä¸€èµ·æ”¶é›†ç‰™é½¿å¸®åŠ©ç‰™ä»™ã€‚å‡»é€€æ¼†é»‘åŽï¼Œä¹Ÿæ˜¯ä»–主æŒå®£èª“仪å¼ï¼Œæ­£å¼å¸çº³æ°å…‹åŠ å…¥å®ˆæŠ¤è€…è”盟。library_story340033‚Ü诺斯å³è‡‚上的纹身“顽皮â€å­—样,å°è¯äº†ä»–对这个世界的好奇心ç†ã€‚
这份好奇心让诺斯拥有了丰富的想象力。他擅长把魔法和机械结åˆåœ¨ä¸€èµ·ï¼Œåˆ¶é€ å‡ºè®¸å¤šæ–°å¥‡çš„å°çŽ©æ„儿,比如å¯ä»¥å˜ä¸ºé£žè¡Œé›ªæ©‡çš„æœºå™¨ç²¾çµã€èƒ½å¤Ÿåœ¨è½¨é“上奔驰也能够飞行的冰雕ç«è½¦å¤´ï¼Œè¿˜æŒ‡å¯¼é›ªæ€ªä»¬åˆ¶é€ å‡ºå„ç§å„样给孩å­ä»¬çš„圣诞礼物。
在引导冰霜æ°å…‹æ‰¾åˆ°å†…å¿ƒçš„æ—¶å€™ï¼Œä»–æ‹¿å‡ºä¸€ä¸ªå¥—å¨ƒï¼Œä¸€å±‚å±‚æ‰“å¼€ä¹‹åŽæ˜¯ä¸€ä¸ªçç€å¤§å¤§çœ¼ç›çš„æœ¨å¤´å¨ƒå¨ƒã€‚ä»–æ¿€åŠ¨åœ°æŒ‰ä½æ°å…‹çš„肩膀说到:“这åŒçœ¼ç›é‡Œå……满ç€å¥½å¥‡ï¼Œè¿™å°±æ˜¯æˆ‘的内心。我的眼ç›èƒ½å¤Ÿçœ‹åˆ°ä¸‡äº‹ä¸‡ç‰©ä¸­çš„奇迹,我把奇迹带给世界。â€library_story340041‚í“快回洞穴ï¼å¿«ç‚¹ï¼â€åŽŸå§‹äººä¸–ç•Œä¸Šç©ºåˆå“起了瓜哥的喊å«å£°ã€‚仔细一看,是瓜哥的洞穴门å£å‡ºçŽ°äº†å‡ åªå°åŠ¨ç‰©ï¼Œå®ƒä»¬å¹¶æ²¡æœ‰ä»»ä½•æ”»å‡»ç“œå“¥çš„æ„æ€ï¼Œä½†ç“œå“¥å°±åƒé‡åˆ°äº†å¯æ€•的敌人似的,马上催促ç€å®¶äººå›žåˆ°æ´žç©´ã€‚
åªæœ‰ä¸€ç§æƒ…况下,瓜哥会å…许一家人走出洞穴,那就是在æ¶åŠ£çš„çŽ¯å¢ƒä¸­å¯»æ‰¾é£Ÿç‰©ã€‚
当瓜哥å‘现沙漠中有一åªå¥‡å¼‚鸟兽下了颗彩蛋åŽï¼Œä»–就采用丢奶奶的方法æ¥å†³å®šè°åŽ»æŠ¢å½©è›‹ã€‚å­©å­ä»¬å¾ˆä¹æ„抢彩蛋,那是最欢ä¹çš„æ—¶å…‰ï¼Œä½†æ¬¢ä¹æ€»æ˜¯çŸ­æš‚的。当黑暗é™ä¸´çš„æ—¶å€™ï¼Œç“œå“¥åˆä¼šè¦æ±‚家人回到洞穴闭门ä¸å‡ºï¼Œç­‰ä»–们下次需è¦å‡ºé—¨è§…食的时候æ‰ä¼šå†æ¬¡ç¦»å¼€æ´žç©´ã€‚library_story340042‚–瓜哥从未想过有一天会离开他生活了这么多年的洞穴,但就是造化弄人,在å°ä¼Šé‡åˆ°äº†æ–°æ–°äººç±»ç›–åŽï¼Œä¸€åˆ‡éƒ½å˜äº†ã€‚
那原本是一个阳光明媚的早晨,å°ä¼Šæ­£é«˜å…´åœ°è®²è¿°ç€å¥¹é‡åˆ°ç›–之åŽçš„事,çªç„¶ï¼Œåœ°é¢å¼€å§‹éœ‡åЍã€è£‚开,无数的山体岩石滑è½ï¼Œå°±åœ¨ç“œå“¥å¸¦ç€å®¶äººå¿«é€Ÿè·‘回洞穴的时候,å‘现洞穴已ç»è¢«å·¨çŸ³åŽ‹åž®ã€‚ä»–ä»¬çš„å®¶æ¶ˆå¤±äº†ã€‚
åœ¨è¢«è¿«ç¦»å¼€æ´žç©´å¯»æ‰¾æ–°ä½æ‰€çš„æ—¶å€™ï¼Œç“œå“¥æŽ’斥一切新出现的事物,包括一直绕ç€ç›–çš„å°ä¼Šã€‚æ¯å½“å°ä¼Šå¯¹æ–°é²œäº‹ç‰©å……满好奇心的时候,瓜哥总是会说:“新就是å东西。â€library_story340043ƒ«åœ¨ç›–的引导下,除了瓜哥之外的所有人都学会了很多新技能,尤其是到了è´ç‰¹æ›¼å®¶æ—åŽï¼Œç“œå“¥æ— æ³•适应拥有自己独立的房间,他觉得这些新奇的事物把大家都改å˜äº†ï¼Œä»–接å—ä¸äº†è¿™ä¸ªæ”¹å˜ã€‚
尤其是å°ä¼Šï¼Œç“œå“¥å‘现å°ä¼Šå¯¹ç›–过分的关注,因为担心å°ä¼Šä¼šè·Ÿç€ç›–离开他,他答应了è²åˆ©å•独把盖留下的ä¸åˆç†è¦æ±‚。在知é“被è²åˆ©è€äº†ä¹‹åŽï¼Œç“œå“¥æŠ¥å¤æ€§çš„åƒå®Œäº†è²åˆ©çš„æ‰€æœ‰é¦™è•‰ã€‚
æ”¶ä¸åˆ°ä¾›å¥‰é¦™è•‰çš„猴王抓ä½äº†ç“œå“¥ã€ç›–å’Œè²åˆ©ï¼Œå‡†å¤‡æŠŠä»–ä»¬åšæˆé¦™è•‰åƒæŽ‰ã€‚屿€¥å…³å¤´ï¼Œæ‰€æœ‰å¥³çœ·ä¸€èµ·åˆåŠ›æ•‘å‡ºäº†ä¸‰äººï¼Œæ‰“è´¥äº†çŒ´çŽ‹ã€‚
猴王事件过去åŽï¼Œç“œå“¥æ˜Žç™½è™½ç„¶æ´žç©´å¤–的世界很å±é™©ï¼Œä»–作为原始人也无法适应先进的生活方å¼ï¼Œä½†åªè¦ä¸€å®¶äººåœ¨ä¸€èµ·ï¼Œå“ªæ€•é‡åˆ°å†å¤šå›°éš¾ä¹Ÿèƒ½å…‹æœã€‚推翻掉洞穴的æŸç¼šï¼Œå°†ä¼šè¿Žæ¥æ›´åŠ ç¾Žå¥½çš„æ˜Žå¤©ã€‚library_story340061ƒ‚å°‘å¹´æ°å…‹åŽ»ä¸–äº†ï¼Œæ²‰ç¡åœ¨å†°å†·çš„æ¹–底。一个寂é™çš„夜晚,月亮åˆå¤§åˆåœ†ï¼ŒçšŽæ´çš„æ¸…è¾‰æŒ¥æ´’åœ¨æ¹–é¢ä¸Šã€‚æ°å…‹å—到月中人的感å¬ï¼Œä»Žæ¹–底破冰而出,他é‡ç”Ÿäº†ã€‚
æ°å…‹çš„头å‘å˜æˆäº†æ™¶èŽ¹çš„é›ªç™½è‰²ï¼Œè¿˜æ‹¥æœ‰äº†ä¸€æ”¯å¸¦æœ‰é­”æ³•çš„å†°æ–ï¼Œèƒ½åœ¨ç©ºä¸­è‡ªç”±é£žç¿”ï¼Œä»–ä»Žä¸€ä¸ªæ™®é€šå°‘å¹´å˜æˆäº†å†°éœœä¾ ã€‚但é‡ç”ŸåŽçš„他失去了一切记忆,他åªçŸ¥é“自己是冰霜侠,能自如地å¬å”¤é£Žé›ªã€‚“我到底是è°ï¼Ÿæˆ‘有家人å—?â€ä»–æŠ¬å¤´çœ‹ç€æœˆäº®å–ƒå–ƒè‡ªè¯­ã€‚
æ°å…‹å分贪玩,到处制造风雪,带ç€å­©å­ä»¬åœ¨é›ªåœ°é‡Œå¼€å¿ƒåœ°çŽ©è€ï¼Œå°½ç®¡å­©å­ä»¬çœ‹ä¸è§ä»–。他甚至因为玩雪把68å¹´çš„å¤æ´»èŠ‚å¼„å¾—ä¸€å›¢ç³Ÿï¼Œè¿˜å¤šæ¬¡è¯•å›¾é—¯å…¥åœ£è¯žè€äººçš„工作室,上了守护者è”盟的淘气åå•。但没人知é“,他åšè¿™äº›åªæ˜¯å› ä¸ºå†…心深处渴望被看到,被认å¯ã€‚library_story340062ƒL300å¹´åŽï¼Œæ¼†é»‘å·åœŸé‡æ¥ã€‚月中人选中æ°å…‹æ¥å¸®åŠ©å®ˆæŠ¤è€…ï¼Œä½†ä»–å´å¯¹æ‹¯æ•‘世界ä¸å¤ªçƒ­å¿ƒï¼Œåªæ˜¯ç–‘惑月中人为什么选中自己。得知乳牙中ä¿å­˜ç€å„¿æ—¶çš„记忆,为了找回记忆,æ°å…‹ä¸Žå®ˆæŠ¤è€…们开始åˆä½œï¼Œä»–帮助牙仙收集牙齿,教会邦尼兔如何和孩å­çŽ©è€ï¼ŒèŽ·å¾—äº†é‚¦å°¼å…”çš„è°…è§£ã€‚åŽŸæœ¬ä¸€åˆ‡è¿›å±•é¡ºåˆ©ï¼Œä½†å¤æ´»èŠ‚å‰å¤œä»–è¢«æ¼†é»‘å¼•èµ°ï¼Œå¤æ´»èŠ‚å½©è›‹è¢«ç ´å,守护者们因此对他产生了怀疑。
æ°å…‹è¢«æ¼†é»‘é‡åˆ›ï¼Œè·Œå…¥è°·åº•。è‹é†’åŽä»–å‘现å°ç‰™ä»™åœ¨èº«è¾¹ï¼Œåœ¨å°ç‰™ä»™æœŸç›¼çš„眼神中,æ°å…‹å¿å¿‘ä¸å®‰åœ°æ‰“开了装ç€ç‰™é½¿çš„å®ç›’,看到了自己的å‰ä¸–,原æ¥ä»–æ˜¯å› ä¸ºæ•‘å¦¹å¦¹æ‰æ²‰å…¥å†°å†·æ¹–底的。看到这里,他终于æç„¶å¤§æ‚Ÿæœˆä¸­äººé€‰ä¸­è‡ªå·±çš„原因,原æ¥â€œæˆ‘是个守护者â€ã€‚library_story340063ƒn夿´»èŠ‚ä¸€ä¸ªå½©è›‹éƒ½æ²¡æœ‰æ‰¾åˆ°ï¼Œè®©å°ç”·å­©æ°ç±³å¼€å§‹æ€€ç–‘邦尼兔的存在,æ°å…‹æ‰¾åˆ°æ°ç±³ï¼Œç”¨å†°éœœé­”法在窗户上画出彩蛋的样å­ï¼Œè¿˜åˆ¶é€ å‡ºä¸€åªå†°éœœå…”å­ä¸Žæ°ç±³çŽ©è€ã€‚雪花飘飘扬扬,è½åœ¨æ°ç±³é¼»å­ä¸Šï¼Œæ°ç±³è¿Ÿç–‘地猜测:“冰霜æ°å…‹ï¼Ÿâ€å°±è¿™æ ·ï¼Œæ°å…‹è¢«æ°ç±³çœ‹åˆ°ã€å¬åˆ°äº†ï¼Œä»–激动地眼带泪光,跳起æ¥å–Šé“ï¼šâ€œä»–èƒ½çœ‹è§æˆ‘ï¼ä»–èƒ½çœ‹è§æˆ‘â€ï¼Œå分开心。
æ°å…‹å¸¦ç€æ°ç±³æ‰¾æ¥å°ä¼™ä¼´ï¼Œè®©å¤§å®¶é‡æ–°ç›¸ä¿¡äº†å®ˆæŠ¤è€…的存在。在孩å­ä»¬ä¿¡ä»°åŠ›é‡çš„帮助下,æ°å…‹ä¸Žå®ˆæŠ¤è€…们一起打败了漆黑。
最åŽåœ¨åœ£è¯žè€äººçš„主æŒä¸‹ï¼Œåœ¨ä¼—多精çµå’Œå­©å­ä»¬çš„è§è¯ä¸‹ï¼Œæ°å…‹å‘自内心地说出:“我愿æ„ï¼â€æ­£å¼åŠ å…¥å®ˆæŠ¤è€…è”盟,从此和其他守护者一起,用生命守护ç€ä¸–上所有孩å­çš„希望ã€å¥‡è¿¹å’Œæ¢¦æƒ³ã€‚library_story340081‚âæ‚å¤«çº³ç‰¹ä¸Žæš´èŠ™çº³ç‰¹æ˜¯åŒèƒžèƒŽå…„妹,两人自å°ç”Ÿæ´»åœ¨ç»´äº¬å²›ä¸Šï¼Œæ˜¯å¸Œå¡æ™®ä¸å¯æˆ–缺的åŒä¼´ã€‚
然而,尽管有ç€ä¸€æ¨¡ä¸€æ ·çš„é¢å®¹ï¼Œå…„妹俩的关系å´å¹¶ä¸å’Œç¦ã€‚他们二人大部分时间都在为生活中的ç碎事情争åµï¼Œç”šè‡³ç”¨åˆ»è–„的言语攻击对方——但是作为åŒèƒžèƒŽï¼Œæ‚å¤«çº³ç‰¹ä¸Žæš´èŠ™çº³ç‰¹å½¼æ­¤ä»æœ‰ç€ç‰¢å›ºçš„æ— å½¢è”系。
å°½ç®¡äºŒäººå˜´ä¸Šäº’ç›¸åŽŒå¼ƒå¯¹æ–¹ï¼Œè¡ŒåŠ¨æ—¶å´æ€»æ˜¯å½¢å½±ä¸ç¦»ã€‚兄妹俩共乘一æ¡åŒå¤´é¾™ï¼Œåœ¨æˆ˜åœºä¸Šï¼Œä»–ä»¬æœ‰ç€æ— éœ€è¨€è¯­çš„默契;这使他们总能得心应手地相互é…åˆï¼Œå–得战局胜利。
è¿™ç§å¥‡ç‰¹çš„æ„Ÿæƒ…维系,大概就是åŒèƒžèƒŽä¹‹é—´è¡€æµ“于水的ã€ä¸å¯åˆ†å‰²çš„纽带。library_story340082ƒx维京岛上的æ¯ä¸ªäººéƒ½æœ‰ä¸€åªè‡ªå·±çš„龙类åŒä¼´ï¼Œæ‚夫纳特与暴芙纳特也ä¸ä¾‹å¤–。作为åŒèƒžèƒŽå…„妹,他们共享一æ¡åŒå¤´é¾™ï¼šå·´å¤«ä¸Žè´å¥¥å¥‡ã€‚
é¡¾åæ€ä¹‰ï¼Œè¿™æ¡å·¨é¾™æœ‰ä¸€ä¸ªç‹¬ç‰¹ä¹‹å¤„:它有两个脑袋。这两个脑袋都能独立æ€è€ƒï¼Œç”šè‡³æ‹¥æœ‰å„自的å字——è´å¥¥å¥‡å¿ äºŽæ‚夫纳特,而巴夫属于暴芙纳特。åŒèƒžèƒŽæ€»åœ¨æ— æ—¶æ— åˆ»åœ°äº’相争åµï¼Œä¸¤ä¸ªå¤´ä¹Ÿä¼šæ—¶å¸¸æ‰“架。
但尽管如此,当真正处于å±é™©ä¹‹ä¸­æ—¶ï¼Œä¸¤ä¸ªå¤´ä¹Ÿä¼šå›¢ç»“一致地é…åˆæˆ˜æ–—。对于åŒèƒžèƒŽéª‘士,它们也会ä¸é¡¾ä¸€åˆ‡åœ°ç›¸äº’拯救。
“你们真是世上最酷的龙ï¼â€æŸæ¬¡æˆ˜äº‰ç»“æŸï¼Œæ‚夫纳特兴奋地抱ç€å·´å¤«ä¸Žè´å¥¥å¥‡ï¼Œå®Œå…¨ä¸è®¡è¾ƒåŒå¤´é¾™ä¹‹é—´çš„龃龉。末了,他åˆä¸æƒ…䏿„¿åœ°å’•å“了一å¥ï¼šâ€œå¯æƒœï¼Œæˆ‘è¦å’Œé‚£ä¸ªä¸€ç‚¹éƒ½ä¸é…·çš„妹妹分享。â€library_story340083ƒi年岿¸é•¿ä¹‹åŽï¼Œæ‚夫纳特莫å其妙地多了一ç§çƒ­è¡€ä¸Žä»—义。似乎为了显得自己与åŒèƒžèƒŽå¦¹å¦¹æœ‰æ‰€åŒºåˆ†ï¼Œåˆæˆ–è®¸æ˜¯ä¸ºäº†å½°æ˜¾è‡ªå·±çš„ç”·å­æ±‰è´£ä»»ï¼Œä»–ç•™èµ·äº†é•¿é•¿çš„èƒ¡é¡»â€”â€”å°½ç®¡é‚£èƒ¡é¡»æ€Žä¹ˆçœ‹æ€Žä¹ˆåƒæ˜¯ä»–将头上的辫å­ç»‘在了腮边。
他也没少包æ½ä¼™ä¼´ä»¬çš„çƒ¦å¿ƒäº‹ï¼Œæ›´æ˜¯ä»—ä¹‰åœ°ä¸ºå¸Œå¡æ™®çš„婚礼出谋划策:“è¦è®©å¥³å­©å–œæ¬¢ä½ ï¼Œé¦–å…ˆè¦æœ‰ç”·å­æ°”概——走路å¯ä¸èƒ½ä¸€ç˜¸ä¸€æ‹çš„ï¼â€
â€œå¯æˆ‘有一æ¡è…¿æ˜¯å‡è‚¢å•Šï¼â€å¸Œå¡æ™®å“­ç¬‘ä¸å¾—。
ç›´åˆ°å¸Œå¡æ™®å©šç¤¼çš„æ—¶å€™ï¼Œæ‚夫纳特那无处施展的男å­é­…力终于派上了用场。眼è§ä¼—äººéƒ½è¢«å©šç¤¼æ°›å›´æ„ŸåŠ¨è½æ³ªï¼Œæ‚夫纳特一把æ‚过身æ—的鼻涕粗,ä¸ç”±åˆ†è¯´åœ°å°†ä»–的头é åœ¨è‡ªå·±è‚©ä¸Šï¼Œæ»¡æ„地深å¸ä¸€å£æ°”:“æ¥å§ï¼Œé ç€æˆ‘浓密的胡须尽情哭å§ï¼â€library_story350011ƒN浣熊师傅12岿—¶è¢«ä¹Œé¾Ÿå¤§å¸ˆæ”¶å…»ï¼Œç»è¿‡å¤šå¹´æ½œå¿ƒä¿®ç‚¼ï¼Œæˆä¸ºç¿¡ç¿ å®«çŽ°ä»»æŽŒé—¨ã€‚æˆ–è®¸æ˜¯å› ä¸ºèº«ä¸–çš„åŽŸå› ï¼Œæµ£ç†Šå¸ˆå‚…ç¬¬ä¸€çœ¼çœ‹åˆ°è¢«é—弃在翡翠宫外的大龙,就决定收养他,甚至当儿å­ä¸€æ ·æŠšå…»ã€‚无论大龙多么顽皮,师傅都ä¸å¿é‡ç½šï¼Œè¿˜å°†æ¯•生武学传授给大龙。
浣熊师傅认为大龙是神龙大侠的ä¸äºŒäººé€‰ï¼Œç„¶è€Œä¹Œé¾Ÿå¤§å¸ˆå´ä¸èµžåŒã€‚师傅内心挣扎,张了张嘴,但想到乌龟大师从ä¸ä¼šå‡ºé”™ï¼Œæœ€ç»ˆè¿˜æ˜¯ä¸€å¥è¯éƒ½æ²¡è¯´ã€‚大龙怀æ¨åœ¨å¿ƒï¼Œè¡€æ´—和平谷,师傅出手阻止,正è¦ä¸‹ç‹ æ‰‹æ—¶è„‘海中浮现出幼年大龙é¢å¸¦ç¿çƒ‚笑容奔å‘自己的温馨画é¢ï¼Œå¿ƒé‡Œä¸€è½¯ï¼Œå…³é”®æ—¶åˆ»ä¹Œé¾Ÿå¤§å¸ˆåˆ¶æœäº†å¤§é¾™ã€‚çœ‹ç€æ»¡ç›®ç–®ç—的和平谷,师傅痛苦地摇ç€å¤´ï¼Œå–ƒå–ƒè‡ªè¯­ï¼šâ€œæˆ‘错了å—?â€library_story350012ƒ…å› ä¸ºå¤§é¾™äº‹ä»¶ï¼Œæµ£ç†Šå¸ˆå‚…åŽæ¥å¯¹ç›–ä¸–äº”ä¾ å‡ ä¸ªå¾’å¼Ÿè¦æ±‚便格外严格,å¨ä¸¥å†·æ¼ ï¼Œåœ¨é˜¿å®è¢«é€‰ä¸Šç¥žé¾™å¤§ä¾ æ—¶æ›´æ˜¯æžåŠ›å¦è®¤ï¼Œä»–ç­‰ç€é˜¿å®å—ä¸äº†è‹¦ä¸»åŠ¨ç¦»å¼€ã€‚ä¹Œé¾Ÿå¤§å¸ˆç¾½åŒ–ç™»ä»™å‰éƒ‘é‡åœ°å‘Šè¯«å¸ˆå‚…è¦ç›¸ä¿¡é˜¿å®ï¼ŒäºŽæ˜¯å¸ˆå‚…å¸¦ç€æ€€ç–‘的目光开始审视阿å®ï¼Œå¶ç„¶å‘现阿å®çš„习武天赋æºè‡ªäºŽå¯¹é£Ÿç‰©çš„热爱,于是便用包å­é¦’头零食æ¥è¯±å¯¼é˜¿å®ç»ƒåŠŸï¼Œä¸€æ¥ä¸€å¾€ä¸­ï¼Œè¿™ä¸ªæœ€çž§ä¸ä¸Šçš„å¾’å„¿å´è®©å¸ˆçˆ¶é‡æ–°å±•露出笑容。
ç„¶è€Œé€ƒå‡ºç›‘ç‹±çš„å¤§é¾™ï¼Œå†æ¬¡æ­å¼€äº†æµ£ç†Šå¸ˆå‚…内心的伤疤。决战之时,师傅愧疚地对大龙说é“:“我很抱歉,我的宠爱让你走上了歧途。â€å¤§é¾™æ‰¼ä½å¸ˆå‚…咽喉欲致其死地,阿å®åŠæ—¶èµ¶åˆ°ï¼Œå‡»è´¥äº†å¤§é¾™ã€‚至此,浣熊师傅终于认å¯äº†é˜¿å®ç¥žé¾™å¤§ä¾ çš„身份,他的心结解开了,内心也获得了平é™ã€‚library_story350013‚…æ²ˆçŽ‹çˆ·å°†é˜¿å®æ‰“å¾—é体鳞伤时,师傅传授的“é™ä¸‹å¿ƒæ¥ï¼Œä¸€åˆ‡çš†æœ‰å¯èƒ½â€ï¼Œå¸®åŠ©é˜¿å®é¡¿æ‚Ÿäº†å¤ªæžã€‚é˜¿å®æ•™æŽˆä»–äººåŠŸå¤«æ—¶æŽ¥è¿žå¤±è´¥ï¼Œå¸ˆå‚…çš„â€œè®©ä½ å˜æˆè‡ªå·±â€çš„心决,让阿å®é¢†æ‚Ÿäº†æ•™æŽˆè¦ä¹‰ã€‚看到阿å®çš„è¿›æ­¥ï¼Œå¸ˆå‚…å¿ƒä¸­å……æ»¡äº†éª„å‚²ä¸Žè‡ªè±ªã€‚ç„¶è€Œï¼Œå¤©ç…žçš„å‡ºçŽ°ï¼Œè®©å¸ˆå¾’ä¸¤äººçš†é™·å…¥å›°å¢ƒâ€¦â€¦åŽæ¥é˜¿å®æ‰“è´¥å¤©ç…žå›žåˆ°å‡¡ç•Œï¼Œå¸ˆå‚…çœ‹åˆ°é˜¿å®æ‰‹ä¸­çš„太æžç¦…æ–,明白阿å®å·²ç»æ— å¸ˆè‡ªé€šåœ°å­¦ä¼šäº†æ°”功,他罕è§åœ°éœ²å‡ºç¾¡æ…•嫉妒的神情,抬起头,耸起肩,渴望地看ç€é˜¿å®ï¼Œâ€œä½ å¯ä»¥æ•™æˆ‘å—?â€ä¸¤äººç›¸è§†ä¸€ç¬‘。library_story350021ƒ}å¸Œå¡æ™®å‡ºç”Ÿåœ¨åšå…‹å²›ï¼Œæ˜¯ç»´äº¬é¦–领å²å›¾ä¾å…‹çš„å„¿å­ã€‚维京人世代与龙为敌,个个éªå‹‡å–„æˆ˜ï¼Œä½†å¸Œå¡æ™®è‡ªå°å´ä½“æ ¼ç˜¦å¼±ï¼Œå¹¶ä¸æ“…长对龙战斗。酋长对这个儿å­é¢‡ä¸ºå¤±æœ›ï¼Œå°½ç®¡å¦‚此,他还是é€å¸Œå¡æ™®ä¸Šäº†è®­ç»ƒåœºï¼Œå¸Œæœ›å°†ä»–培养æˆä¸€ä½å‡ºè‰²çš„维京战士。
然而,æŸåœºæˆ˜æ–—过åŽï¼Œå¸Œå¡æ™®æ— æ„中在密林湖畔æ—å‘现了一åªå¤œç…žã€‚这是传说中最凶猛的龙类,然而,在看到对方å—伤待死的悲哀眼神时,出于一ç§è¯´ä¸æ¸…é“䏿˜Žçš„æ€œæ‚¯ï¼Œå¸Œå¡æ™®é‡Šæ”¾äº†å®ƒã€‚
å¸Œå¡æ™®ä¸ºå®ƒå–å为无牙仔,ä¸ä»…与它玩è€ã€ç»™å®ƒå¸¦é±¼åƒï¼Œè¿˜æ‚‰å¿ƒç»„è£…é›¶ä»¶ï¼Œä¸ºå®ƒä¿®è¡¥äº†å—æŸçš„å°¾ç¿¼ã€‚ä»Žæ­¤ï¼Œå¸Œå¡æ™®ä¸Žæ— ç‰™ä»”æˆä¸ºäº†æœ€å¥½çš„æœ‹å‹ï¼›ç™¾å¹´ä»¥æ¥ç¬¬ä¸€æ¬¡ï¼Œç»´äº¬äººä¸Žé¾™æ—ä¸å†å½¼æ­¤å¯¹æ•Œï¼Œå¸Œå¡æ™®ä¹˜åœ¨é¾™èƒŒä¸Šï¼ŒäºŽé«˜é«˜çš„云端自由飞翔。library_story350022ƒuå¸Œå¡æ™®çš„æ¯äº²åœ¨ä»–å¾ˆå°çš„æ—¶å€™å°±â€œç¦»å¼€â€äº†ã€‚他䏿•¢é—®çˆ¶äº²å’Œæ—里的其他长è€ï¼Œåªèƒ½ä»Žä»–们å¶å°”è°ˆåŠæ¯äº²æ—¶éœ²å‡ºæ‚²ä¼¤è¡¨æƒ…中猜到大概。æ¯å½“此时,他都默默低下头,将自己对æ¯äº²çš„那份ä¾èµ–与æ€å¿µè—在心底。
å¸Œå¡æ™®ä¸Žæ— ç‰™ä»”æˆä¸ºæœ‹å‹ä¹‹åŽï¼Œé€æ¸è¯´æœæ›´å¤šç»´äº¬äººæ”¾ä¸‹æˆè§ï¼Œä¸Žé¾™æ—å’Œå¹³å…±å¤„ã€‚ä¹Ÿå°±åœ¨è¿™æ—¶ï¼Œå¸Œå¡æ™®æ— æ„中闯入了å¦ä¸€å¤„龙类洞穴,在那里,他奇迹般地与自己的æ¯äº²é‡é€¢ã€‚
åŽŸæ¥æ¯äº²å¤šå¹´å‰å¹¶ä¸æ˜¯è¢«é¾™ç±»æŽ³èµ°ï¼Œè€Œæ˜¯å¥¹ä»Žå·¨é¾™çš„眼ç›é‡Œçœ‹åˆ°äº†å‹å–„与智慧的ç«èŠ±ï¼Œæ‰è‡ªæ„¿æœå®ƒä¼¸å‡ºäº†æ‰‹ã€‚
é‡é€¢ä¹‹åŽï¼Œæ¯å­ä¿©ç«™åœ¨å±±å´–边,轻柔的晚风拥抱ç€ä»–们。æ¯äº²è½»è½»æŠšæ‘¸ä»–çš„è„¸ï¼Œç›®å…‰é‡Œæ— é™æ…ˆçˆ±ä¸Žæ¸©æŸ”:“这些年,我很抱歉,也一直很想念你……我的孩å­ï¼Œå¸Œå¡æ™®ã€‚â€library_story350023ƒzå¸Œå¡æ™®çš„生活原本无忧无虑。他和无牙仔亲密无间,与部æ—中最勇敢漂亮的女孩亚ä¸ç¿ ä¸¤æƒ…相悦,父亲正值壮年,对åšå…‹å²›ç®¡ç†æœ‰æ–¹ï¼Œä¸ç”¨ä»–æå‰æŽ¥ä»»é…‹é•¿çš„èŒåŠ¡ã€‚
å¯è¿™ç§å¹³é™å¹¶æ²¡èƒ½æŒç»­å¤šä¹…——自从人龙和平缔结以åŽï¼Œå¿ƒæ€€ä¸è½¨çš„çŒŽé¾™äººå°±å¯¹ä»–ä»¬è™Žè§†çœˆçœˆã€‚åœ¨æŽ¥è¿žä¸¤åœºæˆ˜äº‰é‡Œï¼Œå¸Œå¡æ™®å…ˆåŽå¤±åŽ»äº†çˆ¶äº²ã€æ•…乡,以åŠä¸–代居ä½çš„åšå…‹å²›ï¼Œæœ€ç»ˆä»–è¦é¢å¯¹çš„æ˜¯ä¸€ä¸ªæ›´ç—›è‹¦çš„决定:他è¦è®©é¾™ç¾¤åŽ»å¾€æ— äººæ‰“æ‰°çš„éšç§˜ä¹‹å¢ƒï¼Œè¿™æ„味ç€ï¼Œä»–将与最好的伙伴无牙仔分别。
é€åˆ«é‚£æ—¥ï¼Œå¸Œå¡æ™®ä¸Žç»´äº¬äººç«™åœ¨é«˜é«˜çš„å±±å·…ï¼Œæœ€åŽæ— é™ä¸èˆåœ°æœ›äº†ä¸€çœ¼ä»–ä»¬çš„é¾™ç¾¤ã€‚å¸Œå¡æ™®ä¼¸æ‰‹æ‘¸äº†æ‘¸æ— ç‰™ä»”的脸,一如åˆè§æ—¶çš„æ¨¡æ ·ï¼šâ€œæˆ‘也èˆä¸å¾—你……但我希望你自由。希望终有一天,我们还能å†è§é¢ã€‚â€library_story350031‚í科技高度å‘è¾¾çš„é»„é‡‘æ—¶ä»£ï¼Œæ¼†é»‘æ˜¯ä¼Ÿå¤§çš„è‹±é›„ï¼Œä»–çŽ‡é¢†é»„é‡‘å¤§å†›æ•æ‰é»‘暗一æ—,并自告奋勇看守监狱。囚犯们喋喋ä¸ä¼‘地在他耳边乞求ç¨ç¨æ‰“开牢门,é€ä¸€ä¸æ–°é²œç©ºæ°”——漆黑动摇了,结果邪æ¶çš„é˜´å½±è¶æœºæ¶Œå…¥ä»–体内,他的çµé­‚因此陷入黑暗。
黑化的漆黑率领大军摧æ¯äº†æ‰€æœ‰æ˜Ÿåº§çš„防护部队。在飞船“月帆å·â€çš„æˆ˜æ–—中,漆黑被星座王å­çš„守护者夜光刺中心è„,并引å‘äº†å·¨å¤§çš„çˆ†ç‚¸ã€‚åŒæ—¶ï¼Œä¸ºäº†å¯¹æŠ—漆黑,月中人选择圣诞è€äººã€é‚¦å°¼å…”ã€ç¡ç¥žå’Œç‰™ä»™å››äººæ¥å®ˆæŠ¤äººç±»ã€‚
漆黑的力é‡ç”±æ­¤è¢«å‰Šå¼±ï¼Œä»–便蜷缩在è’野里一张破烂木床下的深渊里,等待时机东山å†èµ·ã€‚library_story350032‚b为了å†åº¦èŽ·å–人们的信仰,漆黑数百年åŽå·åœŸé‡æ¥ã€‚ä»–å°±åƒä¸€ä¸ªæƒ³è¦å¸å¼•大人注æ„è€Œæ•…æ„æ£è›‹çš„å­©å­ï¼ŒåŒåŒ–了ç¡ç¥žçš„金沙,将之å˜ä¸ºé‚ªæ¶çš„黑马为自己所用;éšåŽåˆå·è¢­äº†ç‰™ä»™å®«æ®¿ï¼Œæ´¾äººç ¸æ¯é‚¦å°¼å…”的彩蛋,破åäº†å¤æ´»èŠ‚ã€‚
漆黑觉得冰霜æ°å…‹è¿™ç§åŒæ ·ä¸è¢«ç›¸ä¿¡çš„人是自己的åŒä¼´ï¼Œä»–ç”¨åŒæ ·å¸Œæœ›è¢«äººä»¬ç›¸ä¿¡ã€æ¸´æœ›æ¸©æƒ…的感å—ï¼Œæ¥æ‹‰æ‹¢æ°å…‹åŠ å…¥è‡ªå·±çš„é˜µè¥ã€‚善良的æ°å…‹æ‹’ç»äº†ä»–,漆黑æ¼ç¾žæˆæ€’之下,以å°ç‰™ä»™ä¸ºå¨èƒï¼Œçœ¼ç¥žé˜´é¸·åœ°å°†æ°å…‹çš„å†°æ–æŠ˜æ–­ï¼Œé‡åˆ›æ°å…‹ã€‚library_story350033‚Ì决战之夜,在弥天漫地的黑沙中,漆黑带领黑马军团步步紧逼,骑ç€é»‘马站在高楼之上。é¢å¯¹è¢«å“å¾—ç‘Ÿç‘Ÿå‘æŠ–çš„å­©å­ï¼Œé‚¦å°¼å…”大声喊:“我们æ¥ä¿æŠ¤ä½ ä»¬ï¼â€
â€œä½ ä»¬å®ˆæŠ¤è€…ä¿æŠ¤å­©å­ï¼Œé‚£è°æ¥ä¿æŠ¤ä½ ä»¬ï¼Ÿâ€æ¼†é»‘ä¸å¯ä¸€ä¸–地轻蔑笑é“ï¼Œè€Œå°±åœ¨æ­¤æ—¶ï¼Œé‡æ–°ç›¸ä¿¡å®ˆæŠ¤è€…的孩å­ä»¬é¼“起勇气走上å‰ï¼ŒæŒ¡åœ¨å®ˆæŠ¤è€…å‰é¢ï¼Œç›®å…‰åšå®šåœ°è¯´é“:“我æ¥ä¿æŠ¤ï¼â€
å­©å­ä»¬çš„勇气和信仰化作金色的å±éšœï¼ŒæŠµä½äº†æ¼«å¤©é»‘æ²™çš„æ”»å‡»ã€‚å®ˆæŠ¤è€…ä»¬é‡æ–°æ¢å¤äº†èƒ½é‡ï¼Œç¡ç¥žæ²™äººä¹Ÿå› æ­¤å¤æ´»ã€‚æ¼†é»‘æœ€ç»ˆè´¥åœ¨å®ˆæŠ¤è€…æ‰‹ä¸‹ï¼Œä»–è¢«è‡ªèº«ææƒ§å¹»åŒ–出的黑马所åžå™¬ï¼Œå†æ¬¡æ²‰å…¥åœ°ä¸‹æ·±å¤„。library_story350041ƒHå蛋è”盟的æˆå‘˜ç¬¬ä¸€æ¬¡è§åˆ°å¥¹ï¼Œæ˜¯åœ¨ç”µè§†é‡‡è®¿ä¸Šã€‚身为州长的黛安穿ç€ä¸€èº«ç°è‰²æ­£è£…ï¼Œæ­£å°±æ—¥å‰æ„ˆå‘猖ç—的“å蛋è”盟â€å‘è¡¨æ¼”è®²ã€‚å¥¹çš„è¯­è°ƒå¸¦æœ‰å¹²ç»ƒçš„äº²å’ŒåŠ›ï¼Œæœ‰æ•ˆåœ°æŠšæ…°äº†æ°‘ä¼—çš„ææ…Œæƒ…ç»ªï¼›å¯æ˜¯å¥¹å¯¹äºŽå蛋è”盟的评价,å´ç€å®žä»¤ç”µè§†æœºå‰çš„æœ¬å°Šä»¬å¤§åƒä¸€æƒŠã€‚
â€œæˆ‘ä¸ºä»–ä»¬æ„Ÿåˆ°éš¾è¿‡â€¦â€¦åœ¨æ¶æ„昭彰的犯罪背åŽï¼Œä»–们ä¸è¿‡ä¹Ÿæ˜¯ç¾¤æ»‘ç¨½çš„å¯æ€œäººã€‚â€é»›å®‰åœ¨é•œå¤´å‰è¿™æ ·è®²é“。
å蛋è”ç›ŸæŸæ¬¡ä¸ºäº†ç›—å–能é‡çŸ³è€Œæ··å…¥åæµäººå£«çš„æ™šä¼šï¼Œå…¶æˆå‘˜æ²ƒå°”å¤«çœ‹åˆ°å±•å‡ºçš„è‰ºæœ¯å“æ—¶ï¼Œæ›¾ä¸å±‘一顾地å‘表评价:“真是既没用处也毫无æ„义的垃圾。â€
而黛安å¬åˆ°åŽï¼Œåªæ˜¯æ„味深长地笑了笑:“但有时候,å³ä¾¿æ˜¯åžƒåœ¾ä¹Ÿä¼šå˜æˆç¾Žä¸½çš„ä¸œè¥¿â€”â€”ä¸æ˜¯ä¹ˆï¼Ÿâ€library_story350042ƒ“一åªç‹ç‹¸å’Œç‹¼æ²¡ä»€ä¹ˆä¸åŒã€‚â€
沃尔夫事åŽå›žæƒ³èµ·æ¥ï¼Œåªè§‰é»›å®‰å½“时眼眸中的神色堪称狡黠。
å蛋è”盟五人蒙冤入狱åŽï¼Œæ²ƒå°”å¤«åšæ¢¦éƒ½æƒ³ä¸åˆ°ä¼šæœ‰äººæ¥æ•‘他们。闯进æ¥çš„黑衣女贼身手柔韧矫å¥ï¼Œè½»æ¾åœ°è§£å†³æŽ‰äº†å‘¨å›´çœ‹å®ˆçš„狱å’。
“我想我ä»ç„¶æ˜¯æœ€å¥½çš„å人。â€å¼€ç€èˆ¹å¸¦ä»–们逃离那座监狱的时候,神秘的黑衣人摘下头套,é¢å…·ä¸‹æ˜¯é»›å®‰é‚£å¼ é£Žè½»äº‘淡的脸。
åŽæ¥åœ¨å…¬è·¯ä¸Šè¿½è¸ªæžœé…±æ•™æŽˆï¼Œçœ¼çœ‹åƒé’§ä¸€å‘,黛安拎起手中公文箱,纵身跃出窗外。平平无奇的白箱å­åœ¨ç©ºä¸­æ—‹è½¬ï¼Œå¥‡è¿¹èˆ¬åœ°å˜å‡ºæŠŠæ‰‹å’Œè½¦è½®ã€‚
黛安骑上摩托,风驰电掣而去。
她的黑衣ä¾ç„¶å¦‚当日一般利è½è€Œæ½‡æ´’。library_story350043ƒâ€œä½ å°±æ˜¯â€˜æ·±çº¢çˆªâ€™ï¼Ÿâ€æ²ƒå°”夫问黛安。他此刻还是ä¸å¯ç½®ä¿¡ï¼šæ²¡æœ‰äººèƒ½å°†çœ¼å‰è¿™ä¸ªèº«ç€æ­£è£…的女州长,åŒå½“年那个消失退éšçš„大盗è”系起æ¥ã€‚
“我曾是世界上最好的å°å·ã€‚â€é»›å®‰è€¸äº†è€¸è‚©ï¼Œâ€œå¿«é€Ÿã€æ— ç•,有创造力——那时世界上åªå‰©ä¸€ä»¶ä¸œè¥¿æˆ‘还没有到手,就是金海豚奖æ¯ã€‚â€
“所以你就去追了?â€
â€œæˆ‘ä¸æ˜¯åŽ»è¿½é€å®ƒã€‚我已ç»å¾—到了,并且确ä¿è‡ªå·±å¯ä»¥å…¨èº«è€Œé€€ã€‚â€é»›å®‰é¡¿äº†é¡¿ï¼Œâ€œä½†æ˜¯ï¼Œå½“我æ§èµ·é‡‘海豚奖æ¯ã€åœ¨å¯¹é¢çš„玻璃里照è§è‡ªå·±çš„æ—¶å€™â€”—我最åŽçœ‹åˆ°çš„,还是那åªç‹¡çŒ¾çš„ç‹ç‹¸ã€‚â€
“所以现在我在帮助他们,而éžä¼¤å®³ä»–们。â€é»›å®‰ç¬‘了笑,“我ä»åœ¨è‡ªå·±æ­£ç¡®çš„é“路上。â€library_story350061ƒr平先生从父亲手中继承了平家é¢é¦†ï¼Œå› æ‹¥æœ‰ä»™æ±¤ç§˜æ–¹ï¼Œé¢é¦†äººæ°”很高。一天清晨,他和往日一样去åŽé™¢æ‹¿æ–°é²œè”¬èœï¼ŒæƒŠè®¶åœ°å‘现èåœç­é‡Œæ²¡æœ‰èåœï¼Œåªæœ‰ä¸€åªèƒ–乎乎è„兮兮的熊猫å®å®ï¼Œæ²¡æœ‰ç•™è¨€çº¸æ¡ï¼Œä¹Ÿæ²¡äººæ¥å¯»æ‰¾ã€‚平先生端起å·å¿ƒèœç­å‡†å¤‡å›žåŽ»ï¼Œç†ŠçŒ«å®å®å“­äº†ï¼Œå¹³å…ˆç”Ÿæ­¢ä½è„šæ­¥ï¼Œè½¬èº«çœ‹ç€å®å®ï¼Œå¿ƒä¸­ä¸å¿ï¼Œä¾¿æŠŠä»–带回家,给他洗澡,喂他åƒé¥­ã€‚熊猫å®å®å¯çˆ±åˆå¯æ€œçš„æ¨¡æ ·æ‰“动了平先生,他决定收养å®å®ï¼Œç»™å®å®å–了å字“阿å®â€ã€‚
一晃20年过去了,平先生把阿å®å½“作亲生儿å­ä¸€èˆ¬æŠšå…»ï¼Œä½†æ²¡æœ‰å‘Šè¯‰é˜¿å®çœŸç›¸ï¼Œå¯¼è‡´é˜¿å®ä¸€ç›´ä»¥ä¸ºè‡ªå·±æ˜¯ä»Žé¹…蛋里孵出æ¥çš„。平先生教阿å®å¦‚何下é¢åŒ…包å­ï¼Œå¸Œæœ›é˜¿å®å°†æ¥èƒ½æŽ¥æ‰‹è‡ªå·±çš„é¢é¦†ï¼Œç„¶è€Œé˜¿å®å´å¯¹åŠŸå¤«è¡¨çŽ°å‡ºæµ“åŽšçš„å…´è¶£ã€‚library_story350062‚ã阿å®è¢«é€‰ä¸ºç¥žé¾™å¤§ä¾ ï¼Œç„¶è€Œç¥žé¾™ç§˜ç¬ˆä¸Šä¸€ç‰‡ç©ºç™½ï¼Œé˜¿å®å‚é€ä¸äº†å…¶ä¸­æ¶µä¹‰ï¼Œå分沮丧。平先生æ“ç€åŒæ‰‹ï¼Œç›®éœ²çº ç»“,“有些事我该告诉你,其实我早该告诉你了。â€â€œä¸€å®šæ˜¯èº«ä¸–的秘密â€ï¼Œé˜¿å®å¿ƒæƒ³ã€‚è°çŸ¥é“çˆ¶äº²å‘Šè¯‰ä»–çš„å´æ˜¯ä»™æ±¤çš„ç§˜å¯†é…æ–¹ï¼šâ€œç§˜æ–¹å°±æ˜¯ä¸åŠ æ–™ï¼è¦åšå‡ºç‰¹åˆ«çš„东西,你必须相信它很特别ï¼â€é˜¿å®å†æ¬¡æ‰“å¼€ç¥žé¾™ç§˜ç¬ˆï¼Œä¸€ç‰‡ç©ºç™½çš„ç§˜ç¬ˆä¸­å€’æ˜ å‡ºè‡ªå·±çš„æ¨¡æ ·ï¼šâ€œæ²¡é”™ï¼æ ¹æœ¬å°±æ²¡ä»™æ±¤é…方,也没有什么神龙秘笈ï¼åŠŸå¤«çš„å…³é”®åœ¨äºŽç›¸ä¿¡è‡ªå·±ã€‚â€
阿å®å‚é€ç§˜ç¬ˆçœŸè°›åŽæˆ˜èƒœå¤§é¾™ï¼Œå¹³å…ˆç”Ÿæˆä¸ºäº†é˜¿å®çš„头å·ç²‰ä¸ï¼šâ€œè¿™ä¸ªè¶…å¯çˆ±çš„功夫大侠是我儿å­ï¼â€library_story350063ƒz为了学习气功,阿å®ç¦»å¼€å’Œå¹³è°·ï¼Œå‰å¾€ç†ŠçŒ«æ‘,平先生担心儿å­çš„安全,但也没有阻止。他丢下é¢é¦†ï¼Œå·å·è—入行æŽç­ï¼Œè·Ÿç€å„¿å­æ¥åˆ°ç†ŠçŒ«æ‘。
对于阿å®ç”Ÿçˆ¶æŽå±±çš„出现,平先生感到å‰ä»Žæœªæœ‰çš„屿œºï¼Œè§‰å¾—å„¿å­ä¼šè¢«æŠ¢èµ°ï¼Œå› æ­¤å¯¹æŽå±±å……满忌惮,但当他å‘现æŽå±±å’Œé˜¿å®çˆ¶å­å…³ç³»å‡ºçŽ°è£‚ç—•æ—¶ï¼Œå‡ºäºŽå¯¹å„¿å­çš„爱,他选择跟æŽå±±å±•开一番推心置腹的谈è¯ã€‚æŽå±±æ‹…心因为自己的欺骗,阿å®å†ä¹Ÿä¸åŽŸè°…è‡ªå·±ï¼Œå¹³å…ˆç”Ÿå¼€å¯¼ä»–ï¼šâ€œæœ‰æ—¶å€™æˆ‘ä»¬æ‰€åšçš„错事,往往是出于善æ„。â€ä»–çœ‹ç€æŽå±±ï¼Œéƒ‘é‡åœ°è¯´ï¼šâ€œé˜¿å®çŽ°åœ¨ç—›è‹¦è¿·èŒ«ï¼Œæ­£æ˜¯ä»–æœ€éœ€è¦æˆ‘ä»¬çš„æ—¶å€™ã€‚â€æŽå±±å› æ­¤æ”¾ä¸‹äº†å¿ƒç»“。
å¹³å…ˆç”Ÿå¯¹é˜¿å®æ— ç§çš„爱让他与æ‚娇虎ã€ç†ŠçŒ«ä»¬ä¸€èµ·é¢†æ‚Ÿäº†æ°”åŠŸçš„çœŸè°›ï¼Œå±æ€¥æ—¶åˆ»ç»™äº†é˜¿å®æˆ˜èƒœå¤©ç…žçš„力é‡ã€‚library_story430051ƒW瓦希尔是飞天犀牛大师身边副将的儿å­ï¼Œåœ¨ä¸€åœºæš—æ€ä¸­ï¼Œçˆ¶äº²å› ä¸ºä¿æŠ¤å¤§å¸ˆåŽ»ä¸–ï¼Œæ¯äº²æ‚²ç—›æ¬²ç»ï¼Œè‡ªæ€èº«äº¡ï¼Œç•™ä¸‹äº†å¹´å¹¼çš„瓦希尔。飞天犀牛大师便把瓦希尔接到身边抚养,因为这ç§ç‰¹æ®Šçš„身份,所以无论是犀牛大师自己,还是大师兄雷霆犀利侠(大师的儿å­ï¼‰éƒ½å分宠爱瓦希尔。大师兄监ç£å¤§å®¶ç»ƒåŠŸï¼Œåˆ«äººéƒ½è€è€å®žå®žå¤§å¤ªé˜³ä¸‹æ‰Žç€é©¬æ­¥ï¼Œç“¦å¸Œå°”å´æ‰Žä¸€ä¼šå„¿é©¬æ­¥ï¼Œå°±å·å·èº²åˆ°æ ‘è«ä¸‹ä¹˜å‡‰ï¼Œå¤§å¸ˆå…„ä»¿ä½›æ²¡çœ‹åˆ°ã€‚ä¸‰å¸ˆå…„çœ‹ä¸æƒ¯ï¼Œä¾¿å‡ºè¨€è®­æ–¥ï¼Œä¸¤äººæ‰“了起æ¥ã€‚ç“¦å¸Œå°”ä¸æ•Œä¸‰å¸ˆå…„ï¼ŒçŠ€ç‰›è§’è¢«åˆ©æ–§ç æ–­äº†ã€‚为了安慰瓦希尔,犀牛大师就给他打造了一个金光闪闪的犀牛角罩。瓦希尔ä¸ä»…ä¸å¸å–教训,åè€Œå¾—æ„æ´‹æ´‹ï¼Œå˜å¾—è¶Šæ¥è¶Šç‹‚妄自大ã€åš£å¼ è·‹æ‰ˆèµ·æ¥ã€‚library_story430052ƒ7æˆå¹´åŽçš„瓦希尔被犀牛大师安排镇守长岗监狱,统领åƒå†›çœ‹å®ˆå¤§é¾™ã€‚ä¸€å¤©ï¼Œå¤§é¹…ä¿¡ä½¿å‰æ¥é€šçŸ¥åŠ å¼ºçœ‹å®ˆï¼Œç“¦å¸Œå°”ç”¨åŠ›ä¸€æ‹å¤§é¹…,狂笑:“想从监狱逃走,完全ä¸å¯èƒ½ï¼â€å´æ²¡å‘çŽ°åœ¨ä»–çš„æ‹æ‰“之下,大鹅身上掉è½ä¸€ç‰‡ç¾½æ¯›ï¼Œå‘地下深处飘去。
这片羽毛æˆä¸ºäº†å¤§é¾™æ‰“开枷é”的利器。看到大龙挣脱了一åŠçš„æž·é”,瓦希尔连忙下令å‘射弩箭,然而一支弩箭碰巧射断了é”ä½å¤§é¾™çš„一根é“链,大龙因此æ¥åˆ°åœ°é¢ã€‚æƒŠæ…Œå¤±æŽªçš„ç“¦å¸Œå°”ä¸‹ä»¤ç‚¹ç‡ƒç‚¸è¯æ¥é˜»æ­¢å¤§é¾™é€šè¿‡è¿žæŽ¥ç›‘狱和外界之间的桥æ¢ï¼Œç„¶è€Œå¤§é¾™å´æ‹½ä¸‹äº†ä¸€æ†ç‚¸è¯ï¼Œæ‰”å‘瓦希尔和看守们,一阵震耳欲è‹çš„轰鸣声åŽï¼Œç“¦å¸Œå°”被炸飞,黄金犀牛角罩è½åœ¨åœ°ä¸Šï¼Œæ»´æºœæºœåœ°è½¬äº†ä¸ªåœˆã€‚library_story430071ƒ\戈伯没了一åªèƒ³è†Šå’Œä¸€æ¡è…¿ã€‚è¿™éƒ½æ˜¯ä»–åœ¨å¯¹é¾™æˆ˜åœºä¸Šçš„åŠŸå‹‹è¯æ˜Žï¼Œå› æ­¤ä»–常常对孩å­ä»¬è®²èµ·è¿™æ®µç»åŽ†ã€‚
â€œé‚£æ¡æ¶é¾™ä¸€ç”¨åŠ›ï¼Œå°±æŠŠæˆ‘çš„æ‰‹è‡‚æ•´ä¸ªå’¬æ–­åžäº†ä¸‹åŽ»ï¼çœ‹ç€å®ƒçš„表情,好åƒåœ¨è¯´æˆ‘å¾ˆç¾Žå‘³ã€‚â€æŸæ¬¡å›´åœ¨ç¯ç«æ—,戈伯一边娴熟地用左手的é“é’©å‰èµ·çƒ¤é¸¡è…¿ï¼Œä¸€è¾¹ç»˜å£°ç»˜è‰²åœ°è®²é“,“它肯定把这一消æ¯åˆ†äº«ç»™äº†å…¶ä»–åŒç±»ã€‚因为ä¸åˆ°ä¸€ä¸ªæœˆï¼Œæˆ‘的腿就被å¦ä¸€æ¡é¾™å’¬æŽ‰äº†ã€‚â€
å°½ç®¡è¿‡å¾€å‡¶é™©å¯æ€–,但戈伯的日常生活并没有å—到多少影å“。左掌装的é“钩令他无论锻é“还是抓å–食物都游刃有余,å³è…¿è£…çš„å‡è‚¢è®©ä»–行动也如正常人一般矫å¥ã€‚一直以æ¥ï¼Œæˆˆä¼¯ç”Ÿæ´»åœ¨åšå…‹å²›ä¸Šï¼Œä¸ä»…照管自己é“匠铺的生æ„,还担负ç€è®­ç»ƒåŽè¾ˆã€ä½¿ä»–们适应屠龙战场的任务。library_story430072ƒe戈伯是酋长å²å›¾ä¾å…‹çš„好å‹ã€‚ä»–ä»¬æœ‰ç€æ•°åå¹´çš„æ·±åŽšäº¤æƒ…â€”â€”æ­£å› ä¸ºå¦‚æ­¤ï¼Œå¯¹äºŽå¸Œå¡æ™®çš„æ•™è‚²é—®é¢˜ï¼Œæˆˆä¼¯ä¹Ÿæ˜¯ä¸ºæ•°ä¸å¤šæ•¢åœ¨å²å›¾ä¾å…‹é¢å‰ç›´è¨€ä¸è®³çš„人。
å²å›¾ä¾å…‹çš„妻å­â€”â€”ä¹Ÿå°±æ˜¯å¸Œå¡æ™®çš„æ¯äº²ï¼Œåœ¨å¾ˆå¤šå¹´å‰å°±â€œç¦»åŽ»â€äº†ã€‚æ—中的年轻人大多都对这段往事知之甚少,但戈伯显然ä¸åœ¨æ­¤åˆ—ã€‚å¸Œå¡æ™®é•¿å¤§ä»¥åŽï¼Œä¸Žæ¯äº²åœ¨é¾™å·¢æ„外é‡é€¢ï¼Œæˆˆä¼¯ä¸€è¾¹çœ‹ç€å²å›¾ä¾å…‹æ¿€åŠ¨åˆ°è€æ³ªçºµæ¨ªçš„æ¨¡æ ·ï¼Œä¸€è¾¹å¿ä¸ä½æ‘‡äº†æ‘‡å¤´ã€‚
“爱情å¯çœŸéº»çƒ¦ï¼Œå¯¹å§ï¼Ÿè¿™å°±æ˜¯æˆ‘多年æ¥ä¸€ç›´ä¿¡å¥‰å•èº«çš„åŽŸå› ã€‚â€æˆˆä¼¯å˜´ä¸Šä»è¯´ç€é£Žå‡‰è¯ï¼Œä½†ç»ˆç©¶å¿ä¸ä½éœ²å‡ºäº†æ¬£æ…°çš„笑容,“她能回æ¥ï¼Œè¿™ä¹Ÿä¸é”™ã€‚åªæ˜¯åƒä¸‡ä¸èƒ½è®©å¥¹åšé¥­â€”â€”å¥¹çš„è‚‰ä¸¸å­æ¯”æˆ˜åœºä¸Šçš„é¾™è¿˜ææ€–。我现在还难以忘记那糟糕的味é“呢。â€library_story430073ƒ‹å¸Œå¡æ™®ä»Žå°å°±åœ¨æˆˆä¼¯çš„é“匠铺当学徒,戈伯几乎是看ç€ä»–é•¿å¤§çš„ã€‚é‚£æ—¶å¸Œå¡æ™®èº«å½¢ç˜¦å°ï¼Œå‡ ä¹Žå®Œå…¨æ²¡æœ‰å¯¹é¾™æˆ˜æ–—力,为此也挨了戈伯ä¸å°‘嘲讽。
ä½†æ˜¯ï¼Œå¸Œå¡æ™®å½“上酋长之åŽï¼Œæ¯å½“ä»–é‡åˆ°è¿·èŒ«ä¸Žå›°éš¾ï¼Œæˆˆä¼¯ä¹Ÿæ€»åœ¨ä»–身边安慰开导他。
åˆæ¬¡ä¸Žæ— ç‰™ä»”åˆ†åˆ«çš„æ—¶å€™ï¼Œå¸Œå¡æ™®å¤±é­‚è½é­„地站在ç¯ç«æ—,喋喋ä¸ä¼‘åœ°æœæˆˆä¼¯è¯‰è¯´ç€ä»–çš„æ‹…å¿ƒã€‚è€Œæˆˆä¼¯åªæ˜¯åœ¨ä»–身æ—耸了耸肩,æ„味深长地说:“你ä¸å¯èƒ½é©¯æœæ‰€æœ‰é¾™â€”—总有一天,你è¦å­¦ä¼šæ…¢æ…¢æ”¾æ‰‹ã€‚䏿˜¯å—?â€
ä»–çš„è¯ä¸€è¯­æˆè°¶ï¼Œä¸ä¹…以åŽï¼Œæ— ç‰™ä»”就带领所有龙æ—å‰å¾€éšç§˜ä¹‹å¢ƒã€‚
分别的那天,戈伯æœç€è¿œåŽ»çš„é¾™ç±»å¤§å†›ï¼Œå¥‹åŠ›åœ°æŒ¥äº†æŒ¥åŒæ‰‹ã€‚å³ä¾¿æ²¡æœ‰äº†é¾™ï¼Œä½†æˆˆä¼¯ä»ä¼šä¸Žåƒåƒä¸‡ä¸‡ä¸ªç»´äº¬äººåŒä¼´ä¸€èµ·ï¼Œç»§ç»­åœ¨è¿™ç‰‡åœŸåœ°ä¸Šå‹‡æ•¢æ— ç•地生活下去å§ã€‚library_story440061ƒa“她是一个怪兽,怪兽啊ï¼â€å­¤å„¿é™¢é‡Œä¸€ç¾¤å°åŠ¨ç‰©ææƒ§åœ°çœ‹ç€ä¸€åªå¹´å¹¼çš„åŽå—虎,窃窃ç§è¯­ç€ã€‚è¿™åªåŽå—虎就是娇虎,她没有软软的毛å‘ï¼Œæœ‰çš„åªæ˜¯å°–é”çš„ç ç‰™å’Œé”‹åˆ©çš„爪å­ï¼Œå°åŠ¨ç‰©ä»¬éƒ½æ€•å¥¹ã€‚åœ¨ä»–äººæŽ’æ–¥çš„çœ¼ç¥žä¸­ï¼Œå¨‡è™Žå­¤ç‹¬åœ°æŠ±èµ·åŒè‡‚,缩在房间å°å°çš„è§’è½é‡Œã€‚
浣熊师傅推开门,娇虎扭头诧异地看ç€å¸ˆå‚…ï¼Œâ€œä½ ä¸æ€•我å—?我是怪兽娇虎。â€â€œä¸ï¼Œä½ ä¸æ˜¯æ€ªå…½ï¼Œä½ åªæ˜¯ä¸€ä¸ªå°å¥³å­©â€ï¼Œå¸ˆå‚…å¹³é™åœ°è¯´åˆ°ã€‚师傅拿出几åå—æœ¨å—,给娇虎示范如何控制自己的力é‡ï¼Œå‘Šè¯«å¥¹æ‰‹è¦æ²‰ï¼Œå¿ƒè¦ç¨³ã€‚æ—¥å¤ä¸€æ—¥ï¼Œåœ¨æç¢Žæ— æ•°æœ¨å—åŽï¼Œå¨‡è™Žç»ˆäºŽæˆåŠŸäº†ï¼Œå¥¹ç”¨æœ¨å—æ‘†å‡ºäº†ä¸€å¹…完美的太æžå›¾æ¡ˆã€‚师傅决定收养娇虎,在晚霞中,娇虎迈ç€å¿«ä¹çš„æ­¥ä¼è·Ÿç€å¸ˆå‚…å‘翡翠宫走去。library_story440062ƒgå·¨äººæ­¦å£«é‡ŽçŒªè¦æ”»æ‰“翡翠宫,师傅在å·è½´ä¸Šå†™ä¸‹å››ä¸ªäººçš„å字,让娇虎找这四人æ¥ç›¸åŠ©ï¼Œå¯æ˜¯å¨‡è™Žä¸€å‡ºé—¨å°±æ‘”倒了,å·è½´æ»šè½ã€‚找到å·è½´åŽï¼Œå¨‡è™ŽæŒ‰ç…§å啿‰¾æ¥äº†çµé¹¤ã€é‡‘猴ã€ä¿å°é¾™ã€èž³èž‚,她惊喜地å‘çŽ°å¤§å®¶å„æœ‰æ‰€é•¿ã€‚然而师傅å´ä¸è®¤å¯ï¼Œå¨‡è™Žç¬¬ä¸€æ¬¡ä¸Žå¸ˆå‚…产生了争åµï¼Œâ€œæˆ‘观察过他们,他们都很有本领ï¼â€åŽŸæ¥å¨‡è™Žæ¡åˆ°çš„æ˜¯é˜¿å®çš„å·è½´ï¼Œä¸Šé¢æ˜¯é˜¿å®çš„èŒä¸šæ¢¦æƒ³ï¼ˆæ¸…æ´å·¥ã€å–œå‰§æ¼”员ã€èˆžè¹ˆæ¼”员ã€åŒ»ç”Ÿï¼‰ã€‚
野猪æ¥è¢­ï¼Œå¨‡è™Žæ°”沉丹田,模仿师傅的样å­å‡ºæ‹³ï¼Œå¯æ˜¯å´è¢«åŠ¨æŒ¨æ‰“ã€‚èººåœ¨åœ°ä¸Šçš„å¨‡è™Žçœ‹ç€ä¼™ä¼´ä»¬è‡ªç”±è…¾è·ƒçš„身姿,一咬牙,挣脱了æŸç¼šï¼Œæ‰­è…°ã€å±ˆè†ã€å‡ºå‡»ï¼Œæ‰“败了野猪。娇虎顺应天性展现出æ¥çš„æ­¦åŠŸå¤©èµ‹å¾—åˆ°äº†å¸ˆå‚…çš„è®¤å¯ï¼Œè¢«å¸ˆå‚…称为娇虎风格。library_story440063‚é师傅对娇虎一直严厉有余,亲近ä¸è¶³ï¼Œå½¢æˆäº†å¥¹åšå¼ºéšå¿çš„æ€§æ ¼ã€‚尽管娇虎ç»å¸¸æ¿ç€ä¸€å¼ é¢ç˜«è„¸ï¼Œè¡¨çް得ä¸è‹Ÿè¨€ç¬‘ã€å¼ºæ‚冷酷,但实际上她也有女性细腻温柔的一é¢ã€‚
沈王爷的孔雀伪眼唤起了阿å®å¯¹äºŽçˆ¶æ¯çš„片段记忆,夜晚阿å®å¿ƒç»ªéš¾å¹³ï¼Œå¨‡è™Žä¸»åŠ¨åˆ°ç”²æ¿ä¸Šä¸Žä»–谈心。阿å®å¤šæ¬¡å› å­”é›€ä¼ªçœ¼å¤±è¯¯ï¼Œå¨‡è™Žæ„¤æ€’åœ°è¦æ±‚ä»–ä¸å†å‚战,阿å®å´æ‰§æ„å‰å¾€ï¼Œå¨‡è™Žä¾¿ä¸€æ¬¡æ¬¡å‡ºæ‰‹å°†å…¶å‡»å€’ã€‚é˜¿å®æ— å¥ˆä¸‹é“出自己与父æ¯ç¦»æ•£çš„身世和沈王爷有关,å¬å®Œï¼Œå¨‡è™Žåˆä¸€æ¬¡è¿…速冲出去,众人惊呼“ä¸è¦ï¼â€è°çŸ¥å¨‡è™Žè¿™æ¬¡å´ç´§ç´§æŠ±ä½äº†é˜¿å®ï¼Œç›®éœ²æ„Ÿä¼¤ï¼Œåœ¨ä»–肩头轻轻说到:“我ç†è§£ä½ ã€‚â€library_story450011‚ äº”百年å‰ï¼Œå¹´è½»çš„ä¹Œé¾Ÿæ„æ°”风å‘ï¼Œå¤©ç…žä¸Žä»–æ˜¯å½¢åŒæ‰‹è¶³çš„æˆ˜å‹ï¼Œä¸¤äººå¹¶è‚©ä½œæˆ˜ç»Ÿé¢†ç€ä¸€æ”¯éƒ¨é˜Ÿã€‚在一次战役中,乌龟ä¸å¹¸ä¸­äº†åŸ‹ä¼ï¼Œèº«è´Ÿé‡ä¼¤ã€‚天煞抱ç€ä»–天涯海角地寻访å医,历ç»åƒéš¾ä¸‡é™©æ¥åˆ°ç¥žç§˜çš„熊猫æ‘。善良的熊猫们用气功治愈了乌龟,还教会了他们如何è¿ç”¨æ°”ã€‚å¤©ç…žè¢«æ°”åŠŸå¼ºå¤§çš„åŠ›é‡æ‰€å¸å¼•ï¼Œå¿ƒç”Ÿè´ªå¿µï¼Œå¦„å›¾ç‹¬å æ‰€æœ‰äººçš„æ°”。一边是黑化的兄弟,一边是善良淳朴的救命æ©äººï¼Œä¹Œé¾Ÿå†…心å分挣扎,最终他选择了站在正义的一方,手æŒç«¹æ–,与天煞打得地动山摇,最åŽå°†ä»–打入çµç•Œï¼Œå°å°äº†èµ·æ¥ã€‚library_story450012ƒr气功的修炼让乌龟大师领会到世间万物都有自己的特点和规律,凡事应顺势而为,武学修炼亦是如此。他离开熊猫æ‘,孤身游历江湖,多年åŽåˆ›å»ºäº†ç¿¡ç¿ å®«ï¼Œä¸Žæµ£ç†Šå¸ˆå‚…亦师亦å‹ã€‚浣熊师傅因为教育大龙的失败ç»åŽ†è€Œä¸¥æ ¼è¦æ±‚娇虎控制自己的天性,乌龟大师则æŒç€é¡ºåº”自然的无为ç†å¿µï¼Œå¼•å¯¼æµ£ç†Šå¸ˆå‚…å› ææ–½æ•™è®­ç»ƒå¨‡è™Žã€‚åœ¨ç¥žé¾™å¤§ä¾ çš„äººé€‰ä¸Šï¼Œä¹Œé¾Ÿå¤§å¸ˆå†æ¬¡ç¿æ™ºåœ°ä»¥æ¡ƒæ ‘为喻,“我无法强迫它开花愉悦我,也ä¸èƒ½å‚¬å®ƒç»“æžœâ€ï¼Œâ€œæ— è®ºä½ åšä»€ä¹ˆï¼Œè¿™ç§å­ç»ˆä¼šé•¿æˆæ¡ƒæ ‘,也许你想è¦è‹¹æžœæˆ–橘å­ï¼Œä½†ä½ å¾—到的åªèƒ½æ˜¯æ¡ƒå­â€ã€‚他眼神希冀地å‡è§†ç€æµ£ç†Šå¸ˆå‚…,希望师傅能“相信â€é˜¿å®ã€‚在乌龟大师的å¯å‘下,浣熊师傅终于å‘现阿å®å¯¹é£Ÿç‰©çš„热情,因势利导教会了阿å®åŠŸå¤«ã€‚library_story450013ƒ|在对浣熊师傅å‘表关于桃树的精妙言论åŽï¼Œä¹Œé¾Ÿå¤§å¸ˆä¾¿åŒ–作花瓣羽化登仙,进入çµç•Œã€‚多年åŽåœ¨çµç•Œé‡Œä¹Œé¾Ÿå¤§å¸ˆå†é‡å¤©ç…žï¼Œæ•°ä¸ªå›žåˆåŽè½äºŽä¸‹é£Žï¼Œå¤©ç…žç‹‚笑:“è€ä¼™è®¡ï¼Œä½ æ€Žä¹ˆå˜å¼±äº†ï¼Ÿâ€ä¹Œé¾Ÿå¤§å¸ˆæ·¡ç„¶ä¸€ç¬‘,毫ä¸åœ¨æ„地缓缓闭上了眼ç›ã€‚
åŽæ¥å¤©ç…žä¸ºç¥¸äººé—´ï¼Œé˜¿å®åœ¨äº²äººæœ‹å‹çš„帮助下掌æ¡äº†æ°”功,打败天煞。乌龟大师的气被释放出æ¥ï¼Œä»–欣慰地看ç€é˜¿å®ï¼Œç›®éœ²æ…ˆçˆ±ï¼Œâ€œä½ ç»ˆäºŽæˆä¸ºçœŸæ­£çš„æ°”åŠŸå¤§å¸ˆäº†ï¼Œä¸æž‰æˆ‘å½“åˆæ•…æ„败给天煞。â€ä¹Œé¾Ÿå¤§å¸ˆå‘Šè¯‰é˜¿å®ï¼Œåˆè§é‚£å¤©ä»–便从阿å®èº«ä¸Šçœ‹åˆ°äº†åŠŸå¤«çš„æœªæ¥å’Œè¿‡å¾€ï¼Œåªæœ‰é˜¿å®ç»“åˆäº†é˜´é˜³ä¸¤æžï¼Œâ€œè¿™å°±æ˜¯æˆ‘选中你的原因,你也是我真正的继承者â€ï¼Œè¯´å®Œéƒ‘é‡åœ°å°†å¤ªæžæƒæ–交给阿å®ï¼Œè½¬èº«åœ¨æ¼«å¤©èŠ±é›¨ä¸­é£žä¸Šæ ‘æžï¼Œç›®å…‰æ·±é‚ƒåœ°çœºæœ›ç€è¿œæ–¹ã€‚library_story530011‚Ù“我是埃雷特,是è€åŸƒé›·ç‰¹çš„å„¿å­ï¼Œå½“ä»Šä¸–ä¸Šæœ€å¥½çš„é¾™æ•æ‰‹ã€‚æ¯•ç«Ÿï¼Œä¸æ˜¯è°éƒ½èƒ½å¤ŸæŠ“ä½å¤œç…žã€‚â€
埃雷特今年二å五å²ï¼Œä»–身æé«˜å¤§ã€ä½“æ ¼é­æ¢§ï¼Œæœ‰ç€çŸ«å¥æ•æ·çš„身手与典型的生æ„人头脑。他是一åé¾™æ•æ‰‹ï¼Œä¸€ç›´ä»¥æ¥ï¼Œä»–都将æ•获到的龙å–给德雷格。
埃雷特一直以æ¥éƒ½å‚²æ…¢è‡ªè´Ÿï¼Œç„¶è€Œå°½ç®¡å¦‚此,他还是惧怕ç€å¾·é›·æ ¼ã€‚ä»–èƒ¸å‰æœ‰ä¸€ä¸ªå¾ˆå¤§çš„ã€ç±»ä¼¼ç¬¦å·çš„烙å°â€”—那是埃雷特æŸä¸€æ¬¡æ²¡æœ‰æŒ‰æ—¶äº¤ä»˜é¾™åªï¼Œè¢«æ€’ç«ä¸­çƒ§çš„德雷格烙上的。
埃雷特就这样活在德雷格的阴影下,为求自ä¿ä¸æ‹©æ‰‹æ®µã€‚直到æŸä¸€æ—¥ï¼Œåœ¨ä¸€æ¬¡æ•æ‰å¤œç…žçš„作战中,他é‡åˆ°äº†å¸Œå¡æ™®ã€‚library_story530012ƒ埃雷特原本引以为豪的æ•é¾™æ‰‹æ®µï¼Œåœ¨å¸Œå¡æ™®é¢å‰é­å—äº†å‰æ‰€æœªæœ‰çš„æŒ«è´¥ã€‚他使用æ•龙网ã€é£žç´¢ç­‰å„ç§æ­¦å™¨ï¼Œä¸é—余力地抓æ•夜煞与风里飞,å´è¢«ä¸¤å¤´é¾™è½»è€Œæ˜“举地玩弄于股掌之间。
埃雷特与风里飞就此结下了æ¢å­ã€‚åŽæ¥ï¼Œäºšä¸ç¿ ä¸ºæŽ¥è¿‘德雷格的领地,更是ä¸ç”±åˆ†è¯´è®©é£Žé‡Œé£žæŠ“æ•起埃雷特,将他从几万里的高空丢下,差点å“得埃雷特魂飞天外——但是,在抵达德雷格的巢穴时,风里飞把埃雷特牢牢地按在自己怀里,并在德雷格的攻击下èˆèº«ä¿æŠ¤åŸƒé›·ç‰¹ã€‚
他们的å‹è°Šä¹‹èŠ±ä»Žé‚£ä¸€åˆ»å¼€å§‹ã€‚åŽæ¥ï¼ŒåŸƒé›·ç‰¹èˆå‘½å°†é£Žé‡Œé£žä»Žå¾·é›·æ ¼çš„æ‰‹ä¸­æ•‘å‡ºï¼Œä»–ä¹Ÿä»Žæ­¤å¼ƒæš—æŠ•æ˜Žï¼ŒåŠ å…¥äº†å¸Œå¡æ™®ç­‰äººçš„龙骑士行列。library_story530013‚«è‡ªä»Žç»“è¯†å¸Œå¡æ™®ä¹‹åŽï¼ŒåŸƒé›·ç‰¹é€æ¸å¯Ÿè§‰åˆ°ï¼Œé¾™ç±»å¹¶éžæ®‹æš´å†·é…·çš„生物;相å,它们具有éžåŒå¯»å¸¸çš„æ™ºæ…§ä¸Žæ¸©æƒ…。从此,埃雷特对龙的æ€åº¦æœ‰äº†å¾ˆå¤§è½¬å˜ï¼Œåœ¨å¸Œå¡æ™®æœ€ç»ˆå¯¹å¾·é›·æ ¼çš„作战中,埃雷特也出了ä¸å°‘力。
战斗结æŸåŽï¼ŒåŸƒé›·ç‰¹åœ¨ç»´äº¬å²›ä¸Šå¾˜å¾Šä¸åŽ»ã€‚è¿™æ—¶å¸Œå¡æ™®æ¥åˆ°äº†ä»–çš„é¢å‰ï¼Œå¹¶æ²¡æœ‰è¯´å¤šä½™çš„è¯ï¼Œåªæ˜¯è½»ææ·¡å†™åœ°å¯¹ä»–耸了耸肩:“颅碎龙需è¦ä¸€ä¸ªæ–°ä¸»äººã€‚——它看起æ¥å¾ˆå–œæ¬¢ä½ ã€‚â€
从此,埃雷特就留在了åšå…‹å²›ã€‚当他夜里与维京人一起围å在ç¯ç«æ—谈天说地的时候,头一次感觉自己迎æ¥äº†ç¾Žå¥½çš„æ–°ç”Ÿã€‚library_story540051ƒ[无牙仔第一次è§åˆ°å¸Œå¡æ™®ï¼Œæ˜¯åœ¨ç»´äº¬æ¹–畔的密林中。那时它刚刚在一场å·è¢­ä¸­è¢«å‰ŠåŽ»äº†å·¦è¾¹çš„å°¾ç¿¼ï¼Œå½“å¸Œå¡æ™®å‘现它的时候,它浑身被绳网æ†ç¼šç€ï¼Œå“€å“€åœ°çžªå¤§çœ¼ç›ï¼Œç­‰å¾…ç€æ­»äº¡çš„é™ä¸´ã€‚
坿˜¯ä»¤æ— ç‰™ä»”æ„æƒ³ä¸åˆ°çš„æ˜¯ï¼Œçœ¼å‰è¿™ä¸ªäººç±»ç”·å­©å¹¶æ²¡æœ‰ä¸¾åˆ€æ€äº†å®ƒï¼Œå而犹豫å†ä¸‰ï¼Œä¸Šå‰è§£å¼€äº†å®ƒçš„绳索。
æ­¤åŽï¼Œè¿™ä¸ªç”·å­©ä¸ä½†é™ªå®ƒä½œç”»çŽ©è€ã€ç»™å®ƒå¸¦é±¼åƒï¼Œè¿˜äº²è‡ªåŠ¨æ‰‹ç»˜åˆ¶è®¾è®¡å›¾ï¼Œä¸ºå®ƒå®‰è£…ä¸Šäº†æœºæ¢°å°¾ç¿¼ã€‚
“你没有牙齿,就å«ä½ æ— ç‰™ä»”å§ã€‚â€å¸Œå¡æ™®å¯¹å®ƒè¿™ä¹ˆè¯´ã€‚那时他们已ç»é…åˆé»˜å¥‘,无牙仔å¯ä»¥ç”±å¸Œå¡æ™®éª‘åœ¨å®ƒèƒŒä¸Šæ“æŽ§å°¾ç¿¼ï¼Œé‡æ–°è‡ªå¦‚地在云间穿梭。
无牙仔望ç€å¸Œå¡æ™®è„¸ä¸Šçš„笑æ„,亲昵地蹭了蹭他的手。此åŽï¼Œä»–们就一直是最好的伙伴与朋å‹ã€‚library_story540052ƒdé¾™æ—的最高精神领袖称为阿尔法。原本的阿尔法是一åªå†°é¾™ï¼Œå®ƒæ¸©æŸ”å¼ºå¤§ï¼Œå¯æ˜¯å¾·é›·æ ¼çš„åˆ°æ¥æ”¹å˜äº†è¿™ä¸€åˆ‡ã€‚
他命令手下的黑龙å–代阿尔法的地ä½ï¼Œæ“控龙群为éžä½œæ­¹ï¼Œç”šè‡³ä¹Ÿæ“纵了无牙仔的心智,令它ä¸å—æŽ§åˆ¶åœ°æ”»å‡»å¸Œå¡æ™®çš„亲人。
尽管é­å—了巨大的伤痛,å¯å¸Œå¡æ™®ä¾ç„¶æ²¡æœ‰æ”¾å¼ƒå”¤é†’æ— ç‰™ä»”ã€‚â€œé‚£ä¸æ˜¯ä½ çš„错,我知é“你永远ä¸ä¼šä¼¤å®³æˆ‘……醒过æ¥å§ï¼Œä½ æ˜¯æˆ‘最好的朋å‹ï¼â€
无牙仔的瞳孔åå¤ç¼©ç´§åˆæ”¾å¤§ï¼Œå®ƒåœ¨ç—›è‹¦åœ°å¯¹æŠ—æ¥è‡ªé˜¿å°”法的精神å¨åŽ‹â€”â€”æœ€ç»ˆå®ƒç开了眼ç›ï¼Œçž³åº•仿—§æ¸…澈åˆåšå®šã€‚
å®ƒè·ƒä¸Šé«˜é«˜çš„å†°å´–ï¼Œæ¯«ä¸æƒ§æ€•地与阿尔法对峙。无牙仔强大的精神力使它æˆä¸ºäº†æ–°çš„阿尔法,它解除了龙群的控制,åˆåŠ›å°†é»‘é¾™ä¸Žå¾·é›·æ ¼èµ¶å›žäº†æ·±æµ·ã€‚library_story540053ƒTæ— ç‰™ä»”ä¸Žå¸Œå¡æ™®ç­‰äººä¸€èµ·ç”Ÿæ´»äº†å¾ˆå¤šå¹´ï¼Œç›´åˆ°çŒŽé¾™äººè‘›æž—魔的出现。
ç»´äº¬äººè´¹äº†å¥½ä¸€ç•ªåŠ›æ°”æ‰æœ€ç»ˆé˜»æ­¢äº†è‘›æž—魔的阴谋,但ç»è¿‡æ­¤ç•ªæˆ˜æ–—ï¼Œå¸Œå¡æ™®æ„识到,龙类åªè¦è¿˜ç”Ÿæ´»åœ¨ç»´äº¬å²›ä¸Šä¸€æ—¥ï¼Œå¿ƒæ€€ä¸è½¨çš„屠龙者就始终有机å¯ä¹˜ã€‚
ä¸Žæ­¤åŒæ—¶ï¼Œæ— ç‰™ä»”也é‡è§äº†ä¸Žå®ƒå¤©é€ åœ°è®¾çš„白龙光煞——眼è§è‡ªå·±æœ€å¥½çš„伙伴å å…¥çˆ±æ²³ï¼Œå·²æˆä¸ºé…‹é•¿çš„å¸Œå¡æ™®ç»ˆäºŽåšå‡ºäº†å†³å®šï¼šè®©æ— ç‰™ä»”å¸¦ç€æ‰€æœ‰é¾™ç¾¤ç¦»å¼€ï¼Œå›žåˆ°æ²¡æœ‰äººç±»æ‰“扰的éšç§˜ä¹‹å¢ƒï¼Œé‚£æ˜¯ç‹¬å±žäºŽé¾™æ—的故乡。
直到多年以åŽï¼Œæ— ç‰™ä»”ä¸Žå¸Œå¡æ™®åœ¨æµ·èˆ¹ä¸Šå†åº¦é‡é€¢ï¼Œé‚£æ—¶ä»–们都已ç»å„¿å¥³æˆè¡Œã€‚æ— ç‰™ä»”å°†å¸Œå¡æ™®çš„å­©å­è½½åœ¨èƒŒä¸Šï¼Œå†æ¬¡ä¸Žè‡ªå·±æœ€å¥½çš„æœ‹å‹åœ¨é«˜é«˜çš„äº‘å·…é£žç¿”ï¼Œæ­Œå”±ç€æ°¸ä¸å®Œç»“çš„ã€äººä¸Žé¾™çš„å‹è°Šä¹ç« ã€‚library_return英雄的回礼 library_gifts赠礼library_biographyä¼ è®° library_story故事library_activatable 坿¿€æ´»library_HeroStory {0}的故事library_HeroStoryDescribe{0}å¥½åƒæœ‰è¯è¦å¯¹ä½ è¯´ã€‚library_outcome_10001008 结局1说明library_outcome_10001009 结局2说明library_outcome_10001013 结局3说明library_outcome_10001014 结局4说明library_title_10001008结局1library_title_10001009结局2library_title_10001013结局3library_title_10001014结局4mysterymoon_progress挑战次数 :{0} /{1}mysterymoon_remaining剩余挑战:mysterymoon_number人数:{0}/{1}mysterymoon_after${0}之åŽè‡ªåŠ¨å…±äº«åˆ°ä¸–ç•Œé¢‘é“mysterymoon_laterç¨åŽmysterymoon_immediately ç«‹å³æ‰§è¡Œmysterymoon_share这是你分享的月之秘境mysterymoon_sharelocation请选择分享频é“mysterymoon_world 世界频é“mysterymoon_channel 工会频é“mysterymoon_searchnumber 房间人数:mysterymoon_expired 已过期mysterymoon_ShareText'月之秘境开å¯ï¼Œç‚¹å‡»åŠ å…¥ï¼š{0}Victory_in_attack 攻击胜利 Attack_failed 攻击失败Defensive_victory 防御胜利Defensive_failure 防御失败Revenge_victory å¤ä»‡èƒœåˆ©Revenge_Failed å¤ä»‡å¤±è´¥ Revenge_end å¤ä»‡ç»“æŸ talent_point天赋点数:talent_unlocktipè§£é”天赋需è¦ä»¥ä¸Šæ¡ä»¶talent_prepositivetalent å‰ç½®å¤©èµ‹talent_materials éœ€è¦ææ–™ talent_reset9é‡ç½®å¤©èµ‹ç‚¹éœ€è¦{0}颗钻石。确实è¦é‡ç½®å—?Memberæˆå‘˜SignIn签到GuildInformation 公会信æ¯ApplyFor 申请列表 DailyRecord æ¯æ—¥è®°å½•Dissolve解散Quit退出 QuitGuild 退出公会 ActiveRanking 活跃排行 CreationTime 创建时间 MembersNumber æˆå‘˜æ•°é‡GuildWarRanking公会战排行ActiveThisWeek 本周活跃 QuitGuildTipsR退出åŽ[color=#fd424e]24å°æ—¶[/color]内ä¸èƒ½åŠ å…¥å…¶ä»–å…¬ä¼šæˆ–åˆ›å»ºå…¬ä¼š President会长Modify修改 nametip_nullåç§°ä¸èƒ½ä¸ºç©ºnametip_lengthå称最多12个字符 nametip_txtå称包å«éžæ³•字符 +instructorlibrary_bubble1今天天气ä¸é”™å‘€library_bubble20守护者们都好想你呢,快过æ¥çŽ©å„¿å‘€library_bubble3他们都是我的伙伴 library_lv1 èæ°´ç›¸é€¢ library_lv2 点头之交 library_lv3 情投æ„åˆlibrary_name140021 å¾—æ„弟å­library_name140022 长岗越狱library_name140023 最终败北library_name140051扫地僧çµé¹¤library_name140052盖世五侠鹤大师library_name140053善良冷é™çš„伙伴library_name140061 夿€ªçš„人library_name140062 童年é­é‡library_name140063 救赎之爱library_name150041å˜è‰²library_name150042音ä¹å’ŒçŽ©ç¬‘library_name150043勿ƒ…library_name240021执念library_name240022温柔library_name240023 真性情library_name240031呆èŒçš„å°è¿·ç³Šlibrary_name240032ä¹äºŽè¡¨è¾¾çš„å°å“‘å·´library_name240033 魔法无敌library_name240041糙汉å­ä¸Žé‚»å®¶å¤§å“¥å“¥library_name240042胆å°ä¸Žå‹‡æ•¢library_name240043刀å­å˜´è±†è…心library_name240051调皮æ£è›‹çš„顽童library_name240052内心的伤痛library_name240053开心果金猴library_name240081剽æ‚的女孩library_name240082 牙尖嘴利library_name240083 万人迷library_name250011 童年ç»åކlibrary_name250012 打败太郎library_name250013 功夫传承library_name250031预言library_name250032囚ç¦library_name250033åŠè¯«library_name250041 魔法头å‘library_name250042åšå•ƒæ—历险记library_name250043 音ä¹è”åˆlibrary_name340011åˆé‡å²èޱ克library_name340012公主的白马library_name340013 爱情故事library_name340031强盗和守护者library_name340032 领袖气质library_name340033好奇的å®å®library_name340041 洞穴群居library_name340042排斥新东西library_name340043迎接新生活library_name340061é‡ç”Ÿlibrary_name340062 找回记忆library_name340063加入守护者library_name340081维京åŒèƒžèƒŽlibrary_name340082 åŒå¤´é¾™library_name340083伟大的胡须library_name350011师者的摸索library_name350012师者的æˆé•¿library_name350013亦师亦å‹çš„默契library_name350021童年library_name350022æ¯äº²library_name350023æˆé•¿ä¸Žåˆ«ç¦»library_name350031守护者黑化library_name350032 å·åœŸé‡æ¥library_name350033è¢«è‡ªèº«ææƒ§åžå™¬library_name350041å·žé•¿library_name350042黑衣library_name350043 深红爪library_name350061 收养阿å®library_name350062 å¯å‘阿å®library_name350063 支æŒé˜¿å®library_name430051消失的犀牛角library_name430052 监狱失守library_name430071é“钩与断腿library_name430072æŸå‹library_name430073å¯é çš„å‰è¾ˆlibrary_name440061å°æ€ªå…½çš„童年é­é‡library_name440062娇虎风格形æˆlibrary_name440063冷酷而温柔的女侠library_name450011 兄弟åç›®library_name450012 教化å­å¼Ÿlibrary_name450013 传承气功library_name530011歧途library_name530012转å˜library_name530013新生library_name540051åˆé‡å¸Œå¡æ™®library_name540052æˆä¸ºé˜¿å°”法library_name540053æˆé•¿ä¸Žå‘Šåˆ«library_story140021ƒ:å°é›ªè±¹ä¸€å‡ºç”Ÿå°±è¢«æ‰”到了翡翠宫门å‰ï¼Œæ²¡æœ‰äººçŸ¥é“ä»–çš„çˆ¶æ¯æ˜¯è°ã€‚浣熊师傅æ¡åˆ°å°é›ªè±¹åŽï¼Œä¾¿æŠŠä»–当æˆäº²ç”Ÿå„¿å­ä¸€èˆ¬æŠšå…»ï¼Œå–å“大龙â€ã€‚
å¤§é¾™èº«ä½“é‡Œåƒæ˜¯å¤©ç”Ÿå…·æœ‰é¡½åУ因å­ï¼Œå–œæ¬¢åˆ°å¤„æžç ´åï¼Œç„šçƒ§æˆ¿å±‹ã€æ‰“架……浣熊师傅拿他没办法,åªå¥½æŠŠä»–关到练功房闭门æ€è¿‡ã€‚ç„¶è€Œå¤§é¾™å¹¶æ²¡æœ‰æ‚”è¿‡ï¼Œæƒ…ç»ªè¶Šå‘æš´èºï¼Œç»ƒåŠŸæˆ¿å†…æ—¶å¸¸ä¼ å‡ºæ¶æ‰“东西的声音。有一天,这些声音çªç„¶æ¶ˆå¤±äº†â€¦â€¦æƒ´æƒ´ä¸å®‰åœ°æ‰“开大门,结果,大龙身姿矫å¥åœ°ç«‹åœ¨ä»–é¢å‰ï¼Œè€Œç»ƒåŠŸæˆ¿é‡Œçš„å™¨å…·å› ä¸ºé•¿ä¹…çš„ç»ƒä¹ è¢«ç£¨å¾—å分光滑。“大龙竟然有如此的武学天赋ï¼â€ä»Žæ­¤ï¼Œå¸ˆå‚…带ç€å¤§é¾™ç»ƒä¹ åŠŸå¤«ï¼Œå¤§é¾™ä¹Ÿä¸è´Ÿå¸ˆå‚…所望,练就åƒå·åŠŸå¤«ä¹¦ï¼Œæˆä¸ºäº†å¸ˆå‚…最得æ„的弟å­ã€‚library_story140022ƒJ功夫武学上已无对手的大龙,骄傲地认为神龙秘笈就是自己的囊中之物。然而乌龟大师å´çœ‹å‡ºå¤§é¾™å†…心的阴暗é¢ï¼Œæ‹’ç»æŽˆäºˆå…¶ç¥žé¾™ç§˜ç¬ˆã€‚å¤§é¾™æ— æ³•æŽ¥å—,狂性大å‘ã€‚å…³é”®æ—¶åˆ»å¤§é¾™è¢«ä¹Œé¾Ÿå¤§å¸ˆé™æœï¼Œå›šç¦äºŽé•¿å²—监狱。
æ—¶å…‰è苒,一晃二å年过去了。乌龟大师勘破天机,预言大龙将é‡è¿”和平谷,浣熊师傅急忙派大鹅信使飞往监狱,通知加强看守。大龙在地下深处被é‡é‡é“链é”ä½ï¼Œç›‘狱里几åƒäººçœ‹å®ˆä»–一人,机关é‡é‡ï¼Œæ ¹æœ¬æ²¡æœ‰é€ƒå‡ºç”Ÿå¤©çš„å¯èƒ½ã€‚然而大鹅信使身上飘è½äº†ä¸€æ ¹ç¾½æ¯›ï¼Œç¢°å·§è½åˆ°åœ°ä¸‹æ·±å¤„的大龙身æ—。大龙眼中闪现出精光,悄悄利用这根羽毛打开了层层枷é”,ä¸è´¹å¹ç°ä¹‹åŠ›ä¾¿æ‰“è´¥äº†ç›‘ç‹±çœ‹å®ˆï¼Œå†²å‡ºç›‘ç‹±ï¼Œæ¸æ¸é€¼è¿‘和平谷。library_story140023ƒ~å¤ä»‡å¿ƒåˆ‡çš„大龙回到翡翠宫,熟悉的环境让他心生感å¹ï¼šâ€œæˆ‘回家了ï¼â€å¸ˆå‚…å´çš±çœ‰å‘Šè¯‰ä»–è¿™å„¿ä¸æ˜¯ä»–的家。看ç€å¸ˆå‚…如今严肃的é¢å®¹ï¼Œå¤§é¾™ä¸ç¦åŸ‹æ€¨èµ·å½“åˆä¹Œé¾Ÿå¤§å¸ˆæ‹’ç»å°†ç¥žé¾™ç§˜ç¬ˆäº¤ç»™ä»–时,师傅没有替他åšä¸»ã€‚打斗之中,师傅因ä¸å¿ä¸‹æ‰‹è€Œè½å…¥ä¸‹é£Žï¼Œå€’在地上,大龙情绪激动地å¼é“:“我åšçš„一切都是为了让你自豪ï¼å‘Šè¯‰æˆ‘你有多自豪,师傅ï¼å‘Šè¯‰æˆ‘ï¼å‘Šè¯‰æˆ‘ï¼â€å¸ˆå‚…眼中充满了痛苦和愧疚,“从一开始你就是我的骄傲,就因为这样,我的宠爱让你走上了歧途,我很抱歉。â€å¤§é¾™çœ¼ä¸­é—ªè¿‡ä¸€æŠ¹æŒ£æ‰Žï¼Œé©¬ä¸Šå˜ä¸ºå‡ŒåŽ‰ï¼Œä¸€æŠŠæ‰¼ä½å¸ˆå‚…的脖å­ï¼Œå¸ˆå‚…奄奄一æ¯â€¦â€¦åƒé’§ä¸€å‘ä¹‹é™…ï¼Œç¥žé¾™å¤§ä¾ å‡ºçŽ°äº†ï¼Œä½¿å‡ºæ— é¡»é“æŒ‡æ‰£æ‰“败了大龙,大龙最终也没有明白功夫的真谛在于相信自己。library_story140051ƒ2二åå¹´å‰ï¼Œçµé¹¤è¿˜åªæ˜¯å¤§åŠ›æ­¦é¦†çš„ä¸€ä¸ªæ¸…æ´å·¥ï¼Œä½†ä»–对武术心驰神往。朋å‹ç¾ŽçŽ²çœ‹å‡ºäº†ä»–çš„å¿ƒæ€ï¼Œé¼“励他å‚加武馆新一届的学徒选拔赛。
选拔赛当天,看到选手一个个被担架抬下æ¥ï¼Œçµé¹¤å®³æ€•地åžäº†åžå£æ°´ã€‚围观者纷纷嘲笑çµé¹¤ä¸è‡ªé‡åŠ›ï¼Œæœ‰äººç›´æŽ¥ä¸¢ç»™ä»–ä¸€æŠŠæ‰«å¸šï¼Œçµé¹¤å¼€å§‹æ³„气地打扫,å´ä¸€ä¸å°å¿ƒè¸å…¥æ¯”赛范围,触å‘了机关,一åªå·¨å¤§çš„æµæ˜Ÿé”¤å‘他呼啸而æ¥ã€‚çµé¹¤å‘†ä½äº†ï¼Œä»–抬头看å‘远处象å¾ç€èƒœåˆ©çš„红旗,回头看到美玲鼓励的眼神,瞬间浑身充满了自信和力é‡ã€‚他侧过身å­èº²è¿‡æµæ˜Ÿé”¤ï¼Œè¾—转腾挪跃过旋转的钉桩,儒雅优美地飞到终点,一把拔起红旗。æˆåŠŸäº†ï¼çµé¹¤ç»ˆäºŽæˆä¸ºæ­¦é¦†é‡Œå副其实的“扫地僧â€ã€‚library_story140052ƒæˆä¸ºæ­¦é¦†å­¦å¾’åŽï¼Œçµé¹¤ä»ç„¶å°½èŒå°½è´£åœ°æ‰“扫ç€å«ç”Ÿã€‚一天,æ‚å¨‡è™Žå¥‰æµ£ç†Šå¸ˆå‚…ä¹‹å‘½æ¥æ­¦é¦†å¯»æ‰¾æ­¦å£«ï¼Œçœ‹è§äº†æ‰«åœ°çš„çµé¹¤ï¼Œè¿™ä¸å°±æ˜¯å¸ˆå‚…在å·è½´ä¸Šå†™çš„“清æ´å·¥â€å—?得知æ‚娇虎邀请他去翡翠宫共抗野猪,çµé¹¤å¹»æƒ³ç€èƒ½åœ¨ç¿¡ç¿ å®«è·Ÿç€æµ£ç†Šå¸ˆå‚…学武,便欣然å‰å¾€ã€‚
在与野猪对战中,æ‚å¨‡è™Žä¸€æ—¶ä¸æ•Œï¼Œè¢«é‡ŽçŒªä¸€è„šè¸¹é£žï¼Œçµé¹¤è¿…速飞起,精准地接ä½å¥¹ï¼Œè½»è½»åœ°æ”¾åœ¨åœ°ä¸Šã€‚最终他与æ‚娇虎ã€ä¿å°é¾™ç­‰äººä¸€èµ·æ‰“败了野猪。çµé¹¤çš„表现赢得了师傅的认å¯ï¼šâ€œä½ çš„åŒè‡‚å¯ä»¥æˆä¸ºä½ çš„æ­¦å™¨ï¼Œä½ æ˜¯æ‚娇虎盾一般最å¯é çš„盟å‹ã€‚â€å°±è¿™æ ·ï¼Œçµé¹¤è¢«å¸ˆå‚…收留,æˆä¸ºç›–世五侠之一,当之无愧的鹤大师。library_story140053‚n鹤大师进入翡翠宫修行åŽï¼Œæœ€å–œæ¬¢çš„就是书法,长久的练习造就了他冷é™å…‹åˆ¶çš„æ€§æ ¼ã€‚当阿å®è¢«é€‰ä¸ºç¥žé¾™å¤§ä¾ åŽï¼Œå¤§å®¶éƒ½å¯¹ä»–è¿›è¡Œåæ§½å’Œä¸è®¤å¯ï¼Œåªæœ‰é¹¤å¤§å¸ˆå§‹ç»ˆä¿æŒæ²‰é»˜ï¼Œé™é™åœ°è§‚察ç€è¿™ä½æ„外的闯入者。就算阿å®å†’å†’å¤±å¤±åœ°é—¯è¿›ä»–çš„æˆ¿é—´ï¼Œä»–ä¹Ÿåªæ˜¯ç®€çŸ­åœ°è¯´é“,“你ä¸å±žäºŽè¿™é‡Œâ€ã€‚
而在阿å®ä½Žå¤´å‘¢å–ƒï¼Œâ€œæˆ‘知é“ï¼Œåªæ˜¯æˆ‘有一个梦想,关于功夫……â€ï¼Œçœ‹åˆ°é˜¿å®å¾ˆå¤±è½ï¼Œé¹¤å¤§å¸ˆå¿ƒç”Ÿä¸å¿ï¼Œæ”¹å£è¯´ï¼šâ€œæˆ‘指的是这是我的房间。â€
“寡言之人,也有温暖的心。â€library_story140061‚èµ·åˆï¼Œåœ¨é­”å‘ç²¾çµçš„部è½ä¸­ï¼Œå¸ƒå…°å¥‡æ˜¯æœ€ä¸å—欢迎的存在。他有ç€ä¸€èº«ç°ç»¿è‰²çš®è‚¤å’Œæ·±è‰²çš„冲天å‘,令人望而生ç•;更让人接å—ä¸äº†çš„æ˜¯ä»–的性格。
å¸ƒå…°å¥‡ç®€ç›´æ˜¯ç²¾çµæ—ä¸­æœ€å¤æ€ªçš„人——他既ä¸å”±æ­Œä¹Ÿä¸è·³èˆžï¼Œä¹Ÿä»Žæ¥ä¸å‚与精çµä»¬çš„集体拥抱,而åªä¼šåœ¨å¤§å®¶çƒ­æƒ…洋溢ã€ç¬‘è¯­æ¬¢æ­Œçš„æ—¶å€™ï¼Œè·‘å‡ºæ¥æ³¼å†·æ°´ã€‚当波比æå‡ºæ­Œèˆžæ´¾å¯¹çš„å»ºè®®æ—¶ï¼Œä¹Ÿåªæœ‰ä»–è·³å‡ºæ¥æ¨ªåŠ å对,还冷嘲热讽。
“你什么时候æ‰èƒ½æ„识到,世界上ä¸åªæœ‰è›‹ç³•和彩虹?â€å¸ƒå…°å¥‡çœ‹ç€æ³¢æ¯”脸上天真美丽的笑容,æ¶ç‹ ç‹ å‡ºè¨€è®¥è®½é“。library_story140062‚Ïå°½ç®¡å¦‚æ­¤ï¼Œå¸ƒå…°å¥‡å¹¶ä¸æ˜¯ç”Ÿæ¥ä¾¿å¤æ€ªä¸åˆç¾¤ã€‚ä»–å°æ—¶å€™æ›¾æ˜¯æœ€æ´»æ³¼ã€æœ€æ— å¿§æ— è™‘的精çµï¼Œæœ‰ç€ä¸€èº«è”šè“的皮肤和飘扬的长å‘,歌喉动å¬å¾—å¯ä»¥æ‰“动路边盛放的鲜花。他在世上最爱的人就是自己的奶奶。
坿˜¯æœ‰ä¸€å¤©ï¼Œå½“布兰奇在唱歌的时候,歌声引æ¥äº†åšå•ƒæ—äººã€‚é‚£äº›å¯æ€–的人专以精çµä¸ºé£Ÿï¼Œå¸ƒå…°å¥‡ä»Žä»–们手底下侥幸逃脱,但åšå•ƒæ—人å´å¸¦èµ°äº†ä»–的奶奶。布兰奇失魂è½é­„地å在原地,悠扬动å¬çš„æ­Œå£°éšç€ä»–无忧无虑的童年一起远去。他皮肤上蔚è“的色彩片片凋è½ï¼Œå˜æˆäº†ç»æœ›çš„ã€ä»¤äººè§ä¹‹å¿ƒç¢Žçš„ç°è‰²ã€‚
从那一天起,布兰奇å†ä¹Ÿä¸å”±æ­Œã€‚library_story140063‚«ä¸Žé­”å‘ç²¾çµå…¬ä¸»æ³¢æ¯”相é‡åŽï¼Œèµ·åˆï¼Œå¸ƒå…°å¥‡å¯¹å¥¹å¾ˆæ˜¯åŽŒçƒ¦ã€‚ä»–çœ‹ä¸ä¸Šå¥¹é‚£å‰¯æ€»æ˜¯æ— å¿§æ— è™‘ã€ä¸æ¯«å¯Ÿè§‰ä¸åˆ°å±é™©ä¸´è¿‘çš„ä¹å¤©åšæ´¾ï¼Œå°½ç®¡å¦‚æ­¤ï¼Œä»–å´ä¹Ÿåœ¨å¿ƒé‡Œå·å·ç¾¡æ…•ç€æ³¢æ¯”çš„å•纯与欢快。
尽管嘴上对波比的所作所为嗤之以鼻,但在日å¤ä¸€æ—¥çš„相处之下,波比的热情和åšå®šï¼Œæœ€ç»ˆä¹Ÿæ‰“åŠ¨äº†å¸ƒå…°å¥‡ã€‚ä¸¤äººå¹¶è‚©æºæ‰‹åº¦è¿‡é‡é‡éš¾å…³ï¼Œä¸Žåšå•ƒæ—人冰释å‰å«Œã€åŒ–解了精çµéƒ¨è½é—´çš„屿œºã€‚è€Œå½“æ³¢æ¯”ç»ˆäºŽå¤´æˆ´èŠ±æœµçŽ‹å† åœ¨äººç¾¤ä¸­èµ·èˆžçš„æ—¶å€™ï¼Œå¸ƒå…°å¥‡ç»ˆäºŽä¸Šå‰æ‹‰èµ·äº†å¥¹çš„æ‰‹ã€‚
ä»–ä»¬ä¸€èµ·æ²æµ´åœ¨çˆ±çš„æ°›å›´é‡Œï¼Œåœ¨ç»šçƒ‚的阳光下放声高歌。library_story150041ƒ 波波星人的身体构造很奇妙,它们的皮肤会根æ®å¿ƒæƒ…å˜æ¢é¢œè‰²ã€‚人类女孩å°é’±åœ¨åˆæ¬¡å¾—知这件事的时候惊异了好久。
“你是ä¸çŸ¥é“自己撒谎的时候身上会å˜ç»¿å—?â€ä¿©äººåˆšè®¤è¯†çš„æ—¶å€™ï¼Œå°æ¬§æœ‰ä¸€æ¬¡ä¼å›¾å¼€å¥¹çš„车逃走,被å°é’±æ¯«ä¸ç•™æƒ…åœ°å½“åœºæ‹†ç©¿ã€‚å¥¹ä¸€æŠŠæŠ“èµ·å°æ¬§çš„èƒ³è†Šï¼šâ€œä½ è¿žæ‰‹æŒ‡éƒ½å˜æˆç»¿è‰²äº†ï¼â€
波波星人ä¸ä»…会在说谎的时候å˜è‰²ã€‚å°æ¬§å¹³å¸¸çš„皮肤是淡紫色,说谎时会å˜ç»¿ï¼Œä¼¤å¿ƒæ—¶ä¼šå˜è“,害怕时会å˜é»„ï¼Œç”Ÿæ°”æˆ–æ„¤æ€’çš„æ—¶å€™ä¼šå˜æˆå¤§çº¢ã€‚但它高兴的时候——比如å°é’±ç¬¬ä¸€æ¬¡æ¡ä½å®ƒçš„æ‰‹ï¼Œå‘Šè¯‰å®ƒâ€œæˆ‘们是朋å‹â€â€”â€”å°æ¬§çš®è‚¤å˜æˆäº†æš–洋洋的橘橙。
åƒæ˜¯å¤©ç©ºä¸‹é—ªè€€çš„阳光一样。library_story150042‚¿æ³¢æ³¢æ˜Ÿäººä¸å–œæ¬¢äººç±»çš„音ä¹â€”â€”è‡³å°‘ï¼Œå°æ¬§æ˜¯è¿™ä¹ˆè¯´çš„。在人类女孩的车里第一次å¬åˆ°èˆ’缓的æµè¡Œæ­Œæ›²æ—¶ï¼Œå°æ¬§æƒŠè®¶åœ°å‘现自己å¿ä¸ä½éšéŸ³ä¹æ‰“起节æ‹ã€æ‰‹èˆžè¶³è¹ˆï¼Œè¿™ç¾žè€»æ„Ÿè®©å®ƒç›´æŽ¥æ‰“开车门跳进了海里,直到天黑æ‰ç°æºœæºœåœ°çˆ¬ä¸Šæ¥ã€‚
åŒæ ·åœ°ï¼Œå°æ¬§èµ·åˆä¹Ÿå¬ä¸æ˜Žç™½äººç±»çš„笑è¯ã€‚关于“打断牛â€çš„æ•…事,å°é’±è¦ç»™å®ƒè®²ä¸Šå¥½å‡ éï¼Œå°æ¬§æ‰ç»ˆäºŽèƒ½å¤Ÿè´¹åŠ²åœ°å¬æ‡‚ã€‚å¯æ˜¯åˆ°äº†åŽæ¥ï¼Œäººç±»å’Œæ³¢æ³¢æ˜Ÿäººã€æ ¼å°”æ—人都和ç¦åœ°æ¯”é‚»è€Œå±…çš„æ—¶å€™ï¼Œå°æ¬§ç©¿æ¢­åœ¨æ´¾å¯¹çš„人群里,毫ä¸è´¹åŠ›åœ°åœ¨èˆžæ± ä¸­æ™ƒåŠ¨èº«ä½“ï¼Œæ¯æ ¹è§¦æ‰‹éƒ½éšç€éŸ³ä¹ä¸€ä¸‹ä¸€ä¸‹åœ°æ‰“ç€èŠ‚æ‹ã€‚library_story150043‚Ôèµ·åˆï¼Œåœ¨å°æ¬§ä¸Žäººç±»å¥³å­©çš„æ—…途中,两人相处并ä¸ç®—愉快。“我的朋å‹éƒ½å«æˆ‘å°é’±ï¼Œâ€å¥³å­©è¯´ï¼Œå´åˆå‡¶å·´å·´åœ°è­¦å‘Šå°æ¬§ï¼Œâ€œä½†ä½ åªèƒ½å«æˆ‘格拉托ä¾è’‚·图çªã€‚æˆ‘è¯´äº†ï¼Œåªæœ‰æˆ‘的朋å‹å¯ä»¥è¿™æ ·å«ã€‚â€
å¯å°æ¬§æœ€ç»ˆå´ä¸Žå¥³å­©äº¤ä¸Šäº†æœ‹å‹ã€‚也多äºå°æ¬§å¯Ÿè§‰åˆ°äº†æ–¯æ¢…克船长的错误,æ‰å¾—以消弭波波星人与格尔æ—的争端。
“我们曾ç»è®¤ä¸ºäººç±»åˆç®€å•,åˆè½åŽï¼Œæˆ‘们å¯ä»¥åƒé©¯åŒ–动物一样教化他们,但是……â€åœ¨å€’悬的埃è²å°”é“å¡”ä¸‹ï¼Œå°æ¬§é¼“起勇气å‘å°é’±è¢’露心声,“格拉托ä¾è’‚·图çªï¼Œæˆ‘å‘你铿­‰ã€‚â€
而对é¢çš„å°å¥³å­©åªæ˜¯è€¸äº†è€¸è‚©ï¼šâ€œå«æˆ‘å°é’±å§ã€‚â€library_story240021ƒ{ç‰™ä»™ä»™åŽæ¶‚莎娜是飞翔å§å¦¹çš„åŽäººã€‚她拥有月中人乳牙的魔力,å¯ä»¥çœ‹è§å­©å­ä»¬ä¹³ç‰™é‡Œçš„记忆。
ç‰™ä»™å¯¹ç‰™é½¿ä¸€ç›´æœ‰ç€æ·±æ·±çš„æ‰§å¿µã€‚与冰霜æ°å…‹åˆæ¬¡è§é¢ï¼Œå°ç‰™ä»™ä»¬ä¸ºæ°å…‹æ´ç™½çš„牙齿激动ä¸å·²ï¼Œå¥¹æ•™å¯¼â€œå§‘娘们,矜æŒç‚¹â€ï¼Œè‡ªå·±å´å¿ä¸ä½æ•°æ¬¡æ‰’ç€æ°å…‹çš„嘴巴看,å‘自内心地感å¹å¯¹æ–¹çš„牙齿“åƒè½ä¸‹çš„雪花一样闪耀â€â€¦â€¦
牙仙也曾因为痴迷收集牙齿而闹了ä¸å°‘笑è¯ï¼Œè­¬å¦‚误以为广告牌上的牙齿是真的,而一头撞上去,被åŒä¼´ä»¬å–笑;也曾将刚收集æ¥çš„æ–°é²œç‰™é½¿é€ç»™è¯¯é—¯å…”å­æ´žçš„å°å¥³å­©åšç¤¼ç‰©ï¼Œç»“æžœå“得对方è½è’而逃……
尽管如此,她å´ä¾ç„¶è®¤çœŸåœ°æ´¾å°ç‰™ä»™æ”¶é›†æ¯ä¸€é¢—牙齿;希望在将æ¥ï¼Œå½“å­©å­ä»¬çœ‹åˆ°è‡ªå·±æ›¾ç»æ¢ä¸‹çš„乳牙时,å¯ä»¥é“­è®°èµ·ç«¥å¹´çš„纯真ã€å–„良和美好。library_story240022‚ç牙仙性格温柔,她对æˆäººå……æ»¡äº†æˆ’å¿ƒï¼Œä½†å´æ·±çˆ±ç€å­©å­ã€‚夜晚她æ¥å–å°ç”·å­©æ°ç±³çš„乳牙,看ç€ç†Ÿç¡ä¸­çš„æ°ç±³ï¼Œç‰™ä»™çš„ç›®å…‰ä¸­é€éœ²ç€æ¸©æŸ”和慈爱:“看ç€å­©å­æ˜¯æˆ‘最喜欢åšçš„事情。â€
得知å°ç”·å­©æ°ç±³çš„左门牙是在一次疯狂的雪橇æ„外中被撞掉的,å³ä¾¿å¥¹å¿ƒé‡Œæ˜Žç™½è¿™æ˜¯å‡ºè‡ªå†°éœœæ°å…‹çš„æ‰‹ç¬”,å´ä¹Ÿåªæ˜¯ç¬‘而ä¸è¯­ï¼Œæ„å‘³æ·±é•¿åœ°çœ¨çœ¨çœ¼çœ‹å‘æ°å…‹ã€‚
“æ°å…‹ï¼Œè°¢è°¢ä½ å¸®æˆ‘们。â€å¥¹åƒä¸€ä½çŸ¥å¿ƒçš„邻家大å§å§ä¸€æ ·ï¼Œæ¸©æŸ”地æ‹äº†æ‹æ°å…‹çš„肩膀。当时æ°å…‹æ­£å› ä¸ºå¤±å¿†ä»¥åŠæ— æ³•被别人看è§èº«å½¢è€Œå€æ„Ÿè‹¦æ¼ã€‚â€œåˆ«æ‹…å¿ƒï¼Œæˆ‘ä¸€å®šä¼šå¸®åŠ©ä½ å¯»å›žç‰™é½¿ï¼Œé‡æ–°æ‰¾åˆ°å±žäºŽå„¿æ—¶çš„å®è´µè®°å¿†ã€‚â€library_story240023‚¿æ¼†é»‘战败逃跑时,守护者们一路追到冰é¢ä¸Šã€‚牙仙抛给漆黑一个硬å¸ï¼Œé«˜å£°é“:“还没说å†è§å‘¢ï¼â€
她飞过去狠狠给了漆黑一拳,打è½äº†ä»–一颗牙齿,并ä¿çš®å¾—æ„地耸了一下肩,“这一拳,是为我的å°ç²¾çµæ‰“çš„ï¼â€
æ¼†é»‘è¢«è‡ªèº«ææƒ§åžå™¬ï¼Œç¼“缓沉入了地下深洞。牙仙终于痛快地为å°ç‰™ä»™ä»¬æŠ¥äº†ä»‡ï¼Œå¥¹éš¾ä»¥æŠ‘åˆ¶å†…å¿ƒçš„å–œæ‚¦ï¼Œæ¿€åŠ¨åœ°å†²å‘æ°å…‹ï¼Œä¸€è¾¹å¤§ç¬‘ç€ï¼Œä¸€è¾¹æƒ…ä¸è‡ªç¦åœ°ç´§ç´§æŠ±ä½æ°å…‹è½¬äº†å¥½å‡ ä¸ªåœˆã€‚
待她å应过æ¥åŽï¼Œåˆèµ¶å¿™æ¾å¼€æ°å…‹ï¼Œæœ‰äº›ä¸å¥½æ„æ€åœ°ä½Žå¤´çº¢äº†è„¸ã€‚
è¿™æ ·ä¸€ä½æ•¢çˆ±æ•¢æ¨çš„æ¸©æŸ”大å§å§ï¼Œå¦‚何ä¸å«äººå¿ƒç”Ÿæ¬¢å–œï¼Ÿlibrary_story240031‚Nç¡ç¥žæ²™äººæ‹¥æœ‰ç€å‘†èŒå¯çˆ±çš„外形,因此被其他守护者昵称为“沙沙â€ã€‚他常常在大家讨论的时候直接呼呼大ç¡ï¼Œæ­ªç€å¤´ï¼Œæ¼‚浮在åŠç©ºä¸­ï¼Œè¢«å«é†’åŽçå¼€ç¡çœ¼æƒºå¿ªçš„大眼ç›ï¼Œä¸€è„¸è¿·ç³Šã€‚
æŸæ¬¡å®ˆæŠ¤è€…è”盟的æˆå‘˜é›†ä½“出动,帮助牙仙æœé›†ç‰™é½¿ï¼Œå´ä¸å°å¿ƒåµé†’äº†ç¡æ¢¦ä¸­çš„å°ç”·å­©æ°ç±³ã€‚å…”å­é‚¦å°¼å¯¹æ²™æ²™æˆè¨€é“:“弄晕æ°ç±³ï¼â€
å´ä¸æ–™ï¼Œå•纯å¯çˆ±çš„æ²™æ²™å±…然真的æèµ·äº†æ‹³å¤´å‡†å¤‡ä¸Šå‰â€”—冰霜æ°å…‹æ…Œå¿™å¿ç€ç¬‘阻止了他,一时间,伙伴们都笑得å‰ä»°åŽåˆã€‚library_story240032ƒ_沙沙虽然ä¸ä¼šä½¿ç”¨äººç±»è¯­è¨€ï¼Œä½†ä»–ä»ç„¶å¾ˆä¹äºŽè¡¨è¾¾è‡ªå·±ã€‚
梦魇å·åœŸé‡æ¥çš„å‰å¤œï¼Œè¯ºæ–¯å¬é›†å¤§å®¶ä¸€èµ·è®¨è®ºåº”对之策,也是沙沙最先注æ„到头顶的光辉,å‘现了æ¥è‡ªæœˆä¸­äººçš„æŒ‡å¼•ã€‚ä»–ç€æ€¥åœ°æé†’伙伴们,åšç€å¹å£å“¨çš„æ ·å­ï¼Œå¤´ä¸Šå†’出音符ã€å°æ——å­ã€ç®­å¤´ï¼Œç„¶è€Œä¼™ä¼´ä»¬éƒ½æ²¡æ³¨æ„到他。最åŽï¼Œä»–ä¸å¾—ä¸ç”Ÿæ°”地æªç€å°ç²¾çµçš„å¸½å­æŠ–åŠ¨ï¼Œå‘出å®å®å½“当的声音,大家æ‰ç»ˆäºŽæ˜Žç™½è¿‡æ¥ã€‚
与冰霜æ°å…‹åˆæ¬¡è§é¢çš„æ—¶å€™ï¼Œæ²™æ²™ä¹Ÿæ˜¯æ€¥ä¸å¯è€åœ°æƒ³ä¸Žå¯¹æ–¹æ²Ÿé€šã€‚æ°å…‹å½“时刚刚接下使命,本就一头雾水,他é¢å¯¹ç€æ²™æ²™å¤´ä¸ŠæŽ¥è¿žå†’出月亮ã€é›ªèбã€å¤§æ‹‡æŒ‡ç­‰ä»¤äººçœ¼èŠ±ç¼­ä¹±çš„é‡‘æ²™ç¬¦å·ï¼Œè´¹åŠ›åœ°ç ”ç©¶åŠå¤©ï¼Œç»ˆäºŽå¿ä¸ä½ç¬‘了起æ¥ï¼šâ€œè™½ç„¶æ²¡çœ‹æ‡‚……但还是谢谢你了,èŒç¥žå°æ²™äººï¼â€library_story240033ƒæ²™æ²™é­”法强大,他会用金沙幻化出滑翔机ã€è…•é¾™ã€æµ·è±šã€é­Ÿé±¼ï¼Œç»™å­©å­ä»¬åˆ¶é€ ç¼¤çº·å¤šå½©çš„ç»šä¸½ç¾Žæ¢¦ï¼›åŒæ ·ï¼Œä»–的金沙也能å˜å¹»å‡ºæŸ”韧的绳索,以åŠé”ä¸å¯å½“的尖刀,用æ¥å助他进行战斗。
在与漆黑梦魇进行战斗的过程中,沙沙曾被黑暗之箭射中åŽèƒŒï¼ŒåŒ–作一阵黑沙消失了。伙伴们一度以为已ç»å¤±åŽ»ä»–ï¼Œå¹¶ä¸ºæ­¤æ‚²ä¼¤äº†å¥½ä¹…â€”â€”ä½†æœ€ç»ˆï¼Œåœ¨æµ·æ´‹æœ‹å‹çš„帮助下,以åŠå­©å­ä»¬ä¿¡ä»°åŠ›é‡çš„回归,沙沙åˆå¤æ´»äº†ã€‚
决战时,在漆黑å·è¢­æ°å…‹çš„åƒé’§ä¸€å‘之际,沙沙远远甩出一根金色的é”链,紧紧缠ä½äº†æ¼†é»‘的手臂。战局顷刻å败为胜,孩å­ä»¬é—»å£°èµ¶æ¥ï¼ŒæƒŠå–œåœ°å«é“:“看,是沙人ï¼â€
沙沙头上缓缓浮起一顶金沙的帽å­ï¼Œä»–ä¿çš®åœ°æ‘‡äº†æ‘‡æ‰‹æŒ‡ï¼Œå¯¹å­©å­ä»¬è¡Œäº†ä¸€ä¸ªä¸€æœ¬æ­£ç»çš„脱帽礼。library_story240041ƒYé‚¦å°¼æ˜¯å™—å¡æ—å…”å­ï¼Œä»–身æé­æ¢§ï¼Œè¡¨æƒ…严肃,回旋镖百å‘百中,显得å¨é£Žå‡›å‡›ã€‚
ä¸ä»…如此,他还有ç€ä¸€åŒè¶…大ç çš„脚。邦尼兔轻轻点下地é¢ï¼Œå°±èƒ½å˜å‡ºå…”å­æ´žï¼Œè¿˜èƒ½å¬å”¤å‡ºå·¨å¤§çš„æˆ˜å£«è›‹ã€‚因为他æ“ç€ä¸€å£æ¾³å¤§åˆ©äºšå£éŸ³ï¼Œä¸”身形高大,被伙伴æ°å…‹å˜²ç¬‘为“袋鼠â€â€”—与守护者们相处时,邦尼说è¯å‘æ¥ä¸æ‹˜å°èŠ‚ï¼Œå„ç§ä¿šè¯­ç»°å·å¼ å£å°±æ¥ã€‚
尽管从形象到语言,邦尼都是一个彻头彻尾的糙汉å­ï¼Œç„¶è€Œä»–的内心å´ä½ç€ä¸€ä¸ªæ¸©æŸ”çš„é‚»å®¶å¤§å“¥å“¥ã€‚æ›¾ç»æœ‰ä¸ªå°å¥³å­©è¯¯æ‰“è¯¯æ’žé—¯è¿›äº†å…”å­æ´žï¼Œé‚¦å°¼å…”便驮ç€å¥¹ï¼Œåœ¨æ¼«å±±é野的彩蛋里快ä¹åœ°å¥”跑。在洞里玩累了,邦尼兔轻轻将å°å¥³å­©æŠ±èµ·æ¥ï¼Œåƒé‚»å®¶å¤§å“¥å“¥ä¸€æ ·å……æ»¡æ…ˆçˆ±ï¼šâ€œå“¦ï¼Œå¯æ€œçš„å°å®¶ä¼™ï¼Œä¸€å®šç´¯å了å§ï¼â€library_story240042ƒu邦尼兔常年在地é¢å’Œåœ°ä¸‹æ´»åŠ¨ï¼Œé²œå°‘åŽ»è¿‡é«˜ç©ºï¼Œæ‰€ä»¥ä»–æé«˜ã€‚æŸæ¬¡ä»–与伙伴们å‰å¾€ç‰™ä»™å®«æ®¿ï¼Œé‚¦å°¼å…”çŒä¸åŠé˜²è¢«åœ£è¯žè€äººæŠ“上雪橇,紧张得将扶手都抓出一é“é“爪痕,哀嚎å“彻云霄:“哦,ä¸ï¼æ…¢ç‚¹æ…¢ç‚¹ï¼â€
尽管邦尼惯常å¹å˜˜è‡ªå·±å¨çŒ›å¼ºå£®ï¼Œä½†ä»–ä¹ŸåŒæ ·å®³æ€•çŒŽçŠ¬ã€‚åœ¨æŸæ¬¡å助收集牙齿的任务中,邦尼兔被å°ç”·å­©æ°ç±³çš„宠物犬追得上蹿下跳,那副模样将伙伴们都逗笑了。
尽管邦尼兔有时显得很胆å°ï¼Œä½†ä»–çš„å†…å¿ƒå´æ˜¯ååˆ†å‹‡æ•¢çš„ã€‚ä»–æ›¾å—æ¼†é»‘的诡计影å“,失去能é‡ã€å˜å›žä¸€åªç˜¦å¼±çš„å°å…”å­â€”—但在é¢å¯¹æ¢¦é­‡é»‘马军团时,他ä»ç„¶ä¹‰æ— å顾地挡在å°å­©å­å‰é¢ï¼šâ€œæˆ‘们æ¥ä¿æŠ¤ä½ ä»¬ï¼â€
å³ä¾¿èº«å½¢ä¸å†é«˜å¤§ï¼Œä½†ä»–çš„è¯è¯­ä¾ç„¶å’Œä»Žå‰ä¸€æ ·åšå®šï¼Œä¹‰è–„云天,没有一ä¸èƒ†æ€¯ã€‚library_story240043ƒ–冰霜æ°å…‹æ›¾åœ¨å¤æ´»èŠ‚åˆ¶é€ äº†ä¸€åœºæš´é£Žé›ªï¼Œå¯¼è‡´å­©å­ä»¬ä¸èƒ½æ­£å¸¸å¯»æ‰¾å½©è›‹ï¼Œé‚¦å°¼å¯¹æ­¤è€¿è€¿äºŽæ€€ã€‚然而,é¢å¯¹æ¼†é»‘梦魇的æ¥è¢­ï¼Œæœˆä¸­äººå´é€‰ä¸­äº†æ°å…‹ä½œä¸ºå®ˆæŠ¤è€…。邦尼对此颇有微è¯ï¼Œä»–曾刻薄地讥讽é“:“选土拨鼠都比æ°å…‹è¦å¼ºï¼â€
然而,邦尼虽然言语ä¸ç•™æƒ…é¢ï¼Œå¯¹ä¼™ä¼´å´ä»æ—§æ˜¯å…³å¿ƒçš„ã€‚æ›¾ç»æœ‰ä¸€æ¬¡ï¼Œä»–看到æ°å…‹ä»Žé›ªæ©‡ä¸Šè½ä¸‹ï¼Œä»“促间甚至忘记了自己æé«˜ï¼Œä¾¿æ€¥å¿™ä»Žè½¦çª—探头å‘下望,å´å‘çŽ°å¯¹æ–¹å¥½ç«¯ç«¯åœ°ç«™åœ¨ä¾§ç¿¼ï¼Œè„¸ä¸Šè¿˜å¸¦ç€æ¶ä½œå‰§çš„笑容。邦尼兔ä¸ç”±æ°”å¾—ç ´å£å¤§éª‚……
åŽæ¥æˆ˜åœºä¸Šï¼Œæ°å…‹ä¸æ…Žä»Žé«˜ç©ºå è½ã€åƒé’§ä¸€å‘之际,也是邦尼驾ç€é›ªæ©‡é£žé©°è€Œæ¥ï¼Œæ•‘了æ°å…‹çš„命。他用回旋镖利è½åœ°å‡»æ•£é»‘马,然åŽå¾—æ„回身,对æ°å…‹æŒ‘了挑眉。
这样的矛盾性格,从æŸç§æ„义æ¥è¯´ï¼Œä¹Ÿæ˜¯ä¸€ç§å®Œç¾Žå§ï¼library_story240051ûå¹´å¹¼çš„çŒ´å­æœ€çˆ±è°ƒçš®æ£è›‹ï¼Œæˆæ—¥é‡Œä»¥æƒ¹æ˜¯ç”Ÿéžã€æ‰å¼„他人为ä¹äº‹ã€‚ä»–å·åƒæ°´æžœåº—è€æ¿çš„香蕉,把香蕉皮悄悄丢在别人脚下,自己躲到一边看好æˆã€‚çœ‹åˆ°åˆ«äººè¸©åˆ°é¦™è•‰çš®æ‘”å€’ï¼Œä»–å“ˆå“ˆå¤§ç¬‘ï¼Œå¼ ç‹‚åœ°å¤§å–Šï¼šâ€œæ¥æŠ“æˆ‘å‘€ï¼â€æ‘里的人实在å¿å—ä¸äº†ï¼Œä¾¿æ‰“ç®—èµ¶ä»–èµ°ã€‚å¯æ— è®ºæ‘æ°‘ä»¬è¯·è°æ¥ï¼Œéƒ½ä¸æ˜¯çŒ´å­çš„对手,ä¸ç®¡æ˜¯é“ç‰›ä¾ ï¼Œè¿˜æ˜¯æµæ˜Ÿé³„,都被猴å­è€å¾—团团转,最åŽè¿˜ç»Ÿç»Ÿè¢«çŒ´å­æ‰’掉了裤å­ã€‚library_story240052‚q乌龟大师被请æ¥ï¼ŒçŒ´å­æ•…æŠ€é‡æ–½ï¼Œåœ¨å¤§å¸ˆè„šä¸‹ä¸¢æ»¡é¦™è•‰çš®ã€‚乌龟大师沉åŸç‰‡åˆ»ï¼Œè¸©ä¸­ä¸€å—香蕉皮,借力飞出了包围圈。但猴å­å´åœ¨å’Œå¤§å¸ˆè¿‡æ‹›æ—¶ï¼Œä¸å°å¿ƒè¸©ä¸­é¦™è•‰ç𮿑”了出去。就在æ—边的桅æ†è¦ç ¸å‘çŒ´å­æ—¶ï¼Œå¤§å¸ˆç«‹åˆ»å†²è¿‡åŽ»æžèµ·çŒ´å­èº²è¿‡äº†æ¡…æ†ã€‚猴å­ç–‘æƒ‘å¤§å¸ˆä¸ºä»€ä¹ˆæ•‘ä»–ï¼Œå¤§å¸ˆç¼“ç¼“é“æ¥ï¼šâ€œä½ èº«æ‰‹ä¸é”™ï¼Œä½†æˆ‘也感觉到你很痛苦。â€
“痛苦â€è¿™ä¸ªè¯å”¤èµ·äº†çŒ´å­çš„å›žå¿†ï¼šå°æ—¶å€™è‡ªå·±è¸©ä¸­é¦™è•‰ç𮿻‘åˆ°ï¼Œè£¤å­æŽ‰äº†ï¼Œè¢«çŽ©ä¼´ä»¬å˜²ç¬‘ã€‚åŽŸæ¥çŒ´å­åªæ˜¯ç”¨æ¶ä½œå‰§æ¥æŽ©ç›–儿时的痛苦……library_story240053‚¢â€œåˆ©ç”¨ä½ çš„身手åšå¥½äº‹å§ï¼Œå¹´è½»äººï¼æ‰¾åˆ°ä½ ä¹‹å‰æŠ›å¼ƒçš„åŒæƒ…心å§ï¼â€åœ¨ä¹Œé¾Ÿå¤§å¸ˆçš„æ•™è¯²ä¸‹ï¼Œé‡‘猴从此改过自新,善待他人,ç»å¸¸ç»™å¤§ä¼™å„¿è®²å†·ç¬‘è¯ã€‚
æ‚娇虎拿ç€å·è½´æ‰¾åˆ°ä»–,立刻认定他就是å·è½´ä¸­çš„喜剧演员。ç»è¿‡é‡ŽçŒªä¹‹æˆ˜ï¼Œé‡‘çŒ´åŠ å…¥åŠŸå¤«å¤§å®¶åº­ï¼Œæ­£å¼æˆä¸ºç›–世五侠中的一员。金猴最喜欢的就是怂æ¿é˜¿å®è¿›è¡ŒåƒåŒ…å­å¤§æŒ‘æˆ˜ï¼Œé˜¿å®æˆåŠŸå¡žè¿›å››å个包å­ï¼Œä»–一边高喊“æˆåŠŸäº†â€ï¼Œä¸€è¾¹é«˜ä¸¾åŒè‡‚,兴奋地在地上蹦跳,和阿å®ç®€ç›´æ˜¯ä¸€å¯¹æ´»å®ã€‚
“也许跟ä¹è§‚æœ‰çˆ±çš„äººåœ¨ä¸€èµ·ï¼Œæ‰æ˜¯æ²»æ„ˆå†…心伤痛的最好解è¯ã€‚â€library_story240081‚È19å²çš„æš´èŠ™çº³ç‰¹ç”Ÿæ´»åœ¨ç»´äº¬æ—ç¾¤ä¸Šï¼Œæ˜¯å¸Œå¡æ™®ä¼™ä¼´ä¸­çš„一员。
她与æ‚夫纳特是åšå…‹å²›ä¸Šè¿œè¿‘é—»åçš„åŒèƒžèƒŽã€‚作为兄妹俩,两人在许多方é¢éƒ½æ‹¥æœ‰ç›¸ä¼¼æ€§ï¼šéƒ½æœ‰ç€ä¸€å¼ é•¿é•¿çš„脸,金色的头å‘,甚至连头上的带刺尖角盔都一模一样;他们都粗é²ã€é𿀧ã€ä¸æ‹˜å°èŠ‚ï¼Œæœ‰ç€ç»´äº¬äººçš„冒险劲头和剽æ‚作风,喜欢所有è¿å规则的事情。
作为åšå…‹å²›ä¸Šä¸å¯å¤šå¾—的女孩,暴芙纳特虽然性格有些自æ‹ï¼Œä½†å¥¹ä¹Ÿæœ‰åšå¼ºå’Œæ— ç§çš„一é¢ã€‚å¦å¤–,暴芙那特的战斗能力也å分剽æ‚——她ç»å¸¸åœ¨æ‹³å‡»æ¯”赛和决斗中获得ä¸ä¿—的战果,甚至比她的兄弟还è¦ç•¥èƒœä¸€ç­¹ã€‚library_story240082ƒ]暴芙纳特是个牙尖嘴利的维京女孩。å³ä¾¿æ˜¯è¢«çŒŽé¾™äººè‘›æž—魔俘è™çš„æ—¶å€™ï¼Œå¥¹ä¹Ÿå®Œå…¨æ²¡è¢«å¯¹æ–¹çš„坿€•气势所震慑,ä»ç„¶åœ¨æ²¡å¿ƒæ²¡è‚ºåœ°å–‹å–‹ä¸ä¼‘。
“看我的两æ¡è¾«å­ï¼Œå°±åƒåŒå¤´é¾™ä¸€æ ·ã€‚连上é¢çš„霉点也åƒä»–们的眼ç›ï¼Œå¤šé…·å•Šï¼â€æš´èŠ™çº³ç‰¹å˜²å¼„åœ°çœ‹ç€è‘›æž—é­”ï¼Œç¥žè‰²æ²¡æœ‰ä¸æ¯«æƒ§æ€•,“你的脸怎么拉那么长?我还以为我的就已ç»å¤Ÿé•¿äº†â€”—â€
“够了ï¼â€è‘›æž—魔咬牙切齿地打开她的牢笼,“我从没è§è¿‡åƒä½ è¿™æ ·è’噪的生物。赶紧带上你的龙滚蛋ï¼â€
æš´èŠ™çº³ç‰¹æ¯«å‘æ— æŸå½’æ¥çš„æ—¶å€™ï¼Œå¸Œå¡æ™®ç­‰äººéƒ½æƒŠå‘†äº†ã€‚åªæœ‰å¥¹çš„兄弟æ‚夫纳特耸了耸肩,一副早有预料样å­ï¼šâ€œæˆ‘说了,没人能å—得了她的è’噪——如果那些猎龙人é‡ä¸Šäº†æš´èŠ™çº³ç‰¹ï¼Œæˆ‘å倒更担心他们。â€library_story240083ƒn尽管几乎在所有方é¢éƒ½ä¸åƒæ·‘女,但暴芙纳特ä»ç„¶æ˜¯ä¼¯å…‹å²›ä¸Šä¸å¯å¤šå¾—çš„å•èº«å¥³æ€§ã€‚é™¤äº†å¸Œå¡æ™®å¯¹äºšä¸ç¿ æƒ…有独钟以外,大多数åŒé¾„é’年都为暴芙纳特所倾倒。为赢得她的芳心,鼻涕粗和鱼嘴å¸è¿˜æ—¶å¸¸äº’相较é‡ï¼Œäº‰é£Žåƒé†‹ã€‚
暴芙纳特情窦åˆå¼€çš„æ—¶å€™ï¼Œæ›¾çŸ­æš‚地迷æ‹è¿‡åŸƒé›·ç‰¹â€”—他一身结实的肌肉与高大å¥å£®çš„身躯,让她为之目眩神迷。但这ç§çˆ±æ…•æ¥å¾—快去得也快,当暴芙纳特察觉到埃雷特对她无æ„之åŽï¼Œé©¬ä¸Šå¯¹ä»–å†·è‹¥å†°éœœï¼Œå¹¶é‡æ–°å›žåˆ°é±¼å˜´å¸ä¸Žé¼»æ¶•粗身边,在他二人之间摇摆ä¸å®šã€‚
这场漫长的æ‹çˆ±äº‰é€ï¼Œç»ˆäºŽåœ¨å¸Œå¡æ™®çš„婚礼现场分出胜负。当时鱼嘴å¸è¢«å–œæ‚¦æ°”æ°›æ„ŸåŠ¨å¾—è½æ³ªï¼Œè€Œæš´èŠ™çº³ç‰¹ä¸€æŠŠæ‚ä½ä»–,宣布é“:“你赢了ï¼å› ä¸ºâ€”—我喜欢感性的家伙ï¼â€library_story250011ƒ‘阿å®ç«¥å¹´çš„æ—¶å€™ï¼Œç”Ÿæ´»åœ¨ç†ŠçŒ«æ‘ã€‚å¹´å¹¼çš„é˜¿å®æƒ¹äººå–œçˆ±ï¼Œæ†¨æ€å¯æŽ¬ï¼Œæ˜¯æŽå±±å¤«å¦‡çš„æŽŒä¸Šæ˜Žç ã€‚
ä»–æœ¬è¯¥æ— å¿§æ— è™‘åœ°é•¿å¤§ï¼Œä¸æ–™æŸä¸€æ—¥ï¼Œå¹´è½»æ°”盛的沈王爷å¬ä¿¡äº†â€œç†ŠçŒ«å°†ä¼šæ‰“败自己â€çš„ä¼ è¨€ï¼ŒçŽ‡é¢†å¤§å†›å‰æ¥å›´æ”»ç†ŠçŒ«æ‘。
æ‘å£ç‚®ç«å£°è¿žå¤©ï¼Œé˜¿å®å¦ˆå¦ˆæ€¥åŒ†åŒ†åœ°è·‘回æ¥ï¼Œå°†é˜¿å®æ”¾è¿›ä¸€ä¸ªèåœç­é‡Œï¼Œçœ¼å«çƒ­æ³ªæ‘¸äº†æ‘¸é˜¿å®çš„头。而年幼的阿å®å¹¶ä¸çŸ¥é“å‘ç”Ÿäº†ä»€ä¹ˆï¼Œä»æ—§å¤©çœŸæ— é‚ªåœ°ç¬‘ç€ï¼Œå‡ å£å°±å°†ç­å†…çš„èåœå•ƒä¸ªç²¾å…‰ã€‚
蔬èœè½¦ä¸€è·¯è¿é€åˆ°å±±ä¸‹çš„é¢é¦†ï¼Œå¹´è½»çš„平先生æ¥åˆ°åŽé™¢æ¬è¿è”¬èœï¼Œä¸€çœ¼å°±çœ‹åˆ°äº†è¶´åœ¨ç­é‡Œçš„阿å®ã€‚
那一刻的阿å®å‡»ä¸­äº†å¹³å…ˆç”Ÿå†…心中最柔软的部分,从此,他便收养了阿å®ã€‚阿å®è·Ÿéšå¹³å…ˆç”Ÿåœ¨é¢é¦†é•¿å¤§ï¼Œæ—¥å­ä¸€å¤©å¤©å¹³é™åœ°è¿‡äº†ä¸‹åŽ»ï¼Œç›´åˆ°å±±é¡¶æ­¦é¦†é€‰æ‹”â€œç¥žé¾™å¤§ä¾ â€çš„那天。library_story250012ƒŠä¸ºäº†æŠµå¾¡å¤ªéƒŽçš„å¨èƒï¼Œä¹Œé¾Ÿå¤§å¸ˆé€‰å®šé˜¿å®æ¥åšç¥žé¾™å¤§ä¾ ã€‚èµ·åˆï¼Œæµ£ç†Šå¸ˆçˆ¶ä¸Žç›–世五侠颇为ä¸è§£ï¼Œå› ä¸ºé˜¿å®è†˜è‚¥ä½“壮,åˆå®Œå…¨æ²¡å­¦è¿‡åŠŸå¤«ï¼Œæ€Žä¹ˆçœ‹éƒ½ä¸åƒæ˜¯è¿™å—料。然而,在乌龟的鼓励下,阿å®è·Ÿéšæµ£ç†Šå¸ˆå‚…å‹¤å­¦è‹¦ç»ƒï¼Œç»ˆäºŽåˆè§æˆæ•ˆã€‚
浣熊师傅在收到太郎越狱的消æ¯åŽï¼Œé©¬ä¸Šå¸¦ç€é˜¿å®åŽ»å–ç¥žé¾™ç§˜ç¬ˆã€‚å¯æ˜¯ï¼Œå½“é˜¿å®æ»¡æ€€å¸Œæœ›åœ°ç¿»å¼€ç¥žé¾™ç§˜ç¬ˆçš„æ—¶å€™ï¼Œç«Ÿå‘现里é¢ä»€ä¹ˆéƒ½æ²¡æœ‰ã€‚
平先生看出了阿å®çš„æ²®ä¸§ï¼Œä¸ºäº†å®‰æ…°å„¿å­ï¼Œä¾¿å‘Šè¯‰äº†ä»–ä¸€ä¸ªç§˜å¯†ã€‚â€œæˆ‘çš„æ‹¿æ‰‹æ±¤å…¶å®žå¹¶æ²¡æœ‰ç§˜å¯†é…æ–¹ï¼Œé‡è¦ä¹‹å¤„在于,你è¦ç›¸ä¿¡å®ƒæ˜¯ç‰¹åˆ«çš„。â€
è¿™å¥è¯å¯å‘了阿å®ï¼Œä»–å‰åŽ»è¿Žæˆ˜å¤ªéƒŽï¼Œåœ¨æœ€åŽæ—¶åˆ»ï¼Œæ— å¸ˆè‡ªé€šåœ°é¢†æ‚Ÿäº†â€œæ— é¡»é“指â€â€”—打败太郎以åŽï¼Œå±±è°·å†åº¦æ¢å¤äº†å¹³é™ï¼›è€Œé˜¿å®ï¼Œä¹Ÿæˆä¸ºäº†çœŸæ­£çš„神龙大侠。library_story250013ƒŠé˜¿å®å½“ä¸Šç¥žé¾™å¤§ä¾ æ²¡å¤šä¹…ï¼Œæµ£ç†Šå¸ˆå‚…å°±è®©ä»–æ¥æ•™ç›–ä¸–äº”ä¾ åŠŸå¤«ã€‚å¯æ˜¯ç”±äºŽé˜¿å®æ²¡æœ‰æ•™å­¦ç»éªŒï¼Œæ•´ä¸ªè¯¾å ‚一时间鸡飞狗跳。
é˜¿å®æ²®ä¸§åœ°å›žåˆ°å®¶ï¼Œå´æ„外在é¢é¦†é‡è§äº†ä¸€ä¸ªå’Œä»–长得一模一样的熊猫——那竟是他失散多年的父亲æŽå±±ã€‚
父å­ä¿©ä¸ºè¿™è¿Ÿæ¥çš„相逢感动得热泪盈眶,æŽå±±å¸¦é˜¿å®å›žåˆ°ç†ŠçŒ«æ‘,那里有许许多多和他一样的亲人åŒç±»ã€‚ä¸Žæ­¤åŒæ—¶ï¼Œæ‚娇虎带回消æ¯ï¼Œçµç•Œçš„天煞为éžä½œæ­¹ï¼ŒæŠ“èµ°äº†è®¸å¤šåŠŸå¤«é«˜æ‰‹ã€‚å…³é”®æ—¶åˆ»ï¼Œé˜¿å®æƒ³åˆ°ç¥žé¾™ç§˜ç¬ˆä¸­çš„å«ä¹‰ï¼šä»–è®©ç†ŠçŒ«ä»¬å……åˆ†å‘æŒ¥è‡ªå·±çš„长处,培养出一支独一无二的“熊猫军队â€ï¼ŒæˆåŠŸå‡»é€€äº†å¤©ç…žã€‚
ç»æ­¤ä¸€æˆ˜ï¼Œé˜¿å®ä¹Ÿä»Žæ­¤å‰æ¯«æ— ç»éªŒçš„“师傅â€ï¼Œå˜æˆäº†çœŸæ­£åŠŸå¤«ä¼ æ‰¿è€…ã€‚ä»Žæ­¤ä»¥åŽï¼Œæ¯å½“路过武馆,都能看到阿å®è®¤çœŸæ•™æŽˆåŠŸå¤«çš„èº«å½±å‘¢ã€‚library_story250031‚Õ羊仙姑是凤凰城里最负盛å的预言师。她长期为宫廷å åœï¼Œå‡¡æ˜¯ç»å¥¹å£ä¸­è¯´å‡ºæ¥çš„预言,从æ¥éƒ½æ²¡æœ‰é”™è¿‡ã€‚
直到凤凰城的太å­é€æ¸é•¿å¤§â€”—这ä½å嫿²ˆçš„年轻王爷野心勃勃,æ„图将烟花改造æˆå¨åŠ›å¼ºåŠ²çš„ç«ç‚®æ­¦å™¨ã€‚那时,沈王爷已ç»åœ¨é»‘æš—çš„é“路上越走越远。心事é‡é‡çš„国王请羊仙姑åœäº†ä¸€å¦ï¼Œç¾Šä»™å§‘将签文掷进白瓷碟,蒸腾的烟雾很快显出了沈王爷ç°é£žçƒŸç­çš„æ¨¡æ ·ã€‚最终ç°å°˜ç¿»é£žè½®è½¬ï¼Œå˜æ¢å‡ åº¦ï¼Œæœ€ç»ˆå®šæ ¼æˆäº†ä¸€å¹…阴阳太æžçš„图åƒã€‚
“如果沈王爷继续一æ„孤行,终将被一ä½é»‘白勇士打败。â€ç¾Šä»™å§‘担忧地å¹äº†ä¸€å£æ°”,如此这般预言é“。library_story250032ƒV羊仙姑的预言很快传到了沈王爷的耳朵里,这ä½éª„纵跋扈的太å­é—»è¨€å¤§æ€’,ä¸ä»…抓走了凤凰城中所有的熊猫,还将羊仙姑囚ç¦èµ·æ¥ã€‚
二åå¹´åŽï¼Œç†ŠçŒ«é˜¿å®æ¨ªç©ºå‡ºä¸–。é¢å¯¹è¿™ä¸ªç»§æ‰¿äº†â€œç¥žé¾™å¤§ä¾ â€åå·çš„对手,沈王爷åˆå¿Œæƒ®åˆæ†Žæ¨ã€‚羊仙姑冷眼æ—观沈王爷的ç§ç§ä¸¾åŠ¨ï¼Œå´ä¸æ¯«æ²¡è¢«ä»–æš´è™çš„æ‰‹æ®µæ‰€éœ‡æ…‘:“我的预言没有å˜è¿‡ã€‚你还是会被打败。â€
å›žç­”å¥¹çš„æ˜¯æ²ˆçŽ‹çˆ·ä¸€å£°æ¼æ€’的冷哼。
“你è¸ä¸Šäº†ä¸€æ¡æ²¡æœ‰å°½å¤´çš„路。早点回头是岸å§ã€‚â€çƒˆç«ç†Šç†Šç‡ƒçƒ§çš„船头上,羊仙姑å¹é“。
沈王爷ä¸ä¸ºæ‰€åŠ¨ï¼šâ€œæ”¾äº†å¥¹ã€‚å¥¹å¯¹æˆ‘å·²ç»æ²¡æœ‰åˆ©ç”¨ä»·å€¼äº†ã€‚â€
豺狼守å«é—»è¨€æ›¿ç¾Šä»™å§‘解开绳索,这ä½è‹è€çš„å åœè€…æœ›ç€æ²ˆçŽ‹çˆ·ï¼Œæ…¢åžåžåœ°è¯´ï¼šâ€œå¸Œæœ›ä½ èƒ½å¹¸ç¦ã€‚â€library_story250033ƒz阿å®åˆæ¬¡è§ç¾Šä»™å§‘的时候,差点把她认æˆäº†ç”·å£«â€”—毕竟她蓄ç€é•¿é•¿çš„山羊胡å­ï¼Œä¹è§ä¹‹ä¸‹ç¡®å®žä¸å¥½è¾¨è®¤ã€‚
尽管阿å®ç»™ç¾Šä»™å§‘留下的第一å°è±¡å§”实算ä¸å¾—好,但当阿å®ä¸­äº†ç‚®å¼¹ã€è¢«å¼ºå¤§çš„éœ‡å‡»åŠ›å†²è¿›æ²³æ°´çš„æ—¶å€™ï¼Œå´æ˜¯ç¾Šä»™å§‘救了她。
â€œä¸ºä»€ä¹ˆè¦æ•‘我?â€è¿™æ˜¯é˜¿å®é†’æ¥çš„第一å¥è¯ã€‚
羊仙姑背对ç€é˜¿å®ï¼Œç¼“缓说:“你的人生也许开端曲折,但是,这并ä¸å½±å“ä½ å°†æ¥æˆä¸ºä¸€ä¸ªä»€ä¹ˆæ ·çš„人。你剩下的人生路怎么走,由你自己决定。â€
é˜¿å®æ€”怔地咀嚼ç€ç¾Šä»™å§‘çš„è¯ï¼ŒçŒ›ç„¶é—´åœ¨æ°´é‡Œæœ›è§è‡ªå·±çš„倒影。那一刻,他的心中一片澄明。
åŽæ¥é˜¿å®ç»ˆäºŽå‡»è´¥äº†æ²ˆçŽ‹çˆ·ï¼Œç¾Šä»™å§‘è¿œåœ¨åŸŽå¤–éšå±…,也è§åˆ°äº†å‡¤å‡°åŸŽå‡èµ·çš„庆ç¥çƒŸç«ã€‚å¥¹æ‹„ç€æ‰‹æ–立在河边,缓缓地露出一个欣慰的笑容。library_story250041‚°æ³¢æ¯”是魔å‘ç²¾çµéƒ¨è½çš„公主。魔å‘ç²¾çµæ˜¯ä¸€ä¸ªå¾ˆç¥žå¥‡çš„ç§æ—,他们有ç€å½©è™¹èˆ¬çš„头å‘,其上还附ç€å¤šç§é­”力。
é­”å‘ç²¾çµçš„头å‘都色彩缤纷,能够éšç€ä»–们的歌舞摇摆,映照在太阳的光芒里,绚烂异常,美ä¸èƒœæ”¶ï¼›åŒæ—¶ï¼Œä»–们的头å‘还å¯ä»¥é𿄿”¹å˜é•¿åº¦ï¼Œä¸”柔韧åˆç‰¢å›ºï¼Œèƒ½å¤Ÿä½¿ä»–们自如地悬挂在树干藤蔓上æˆè€ã€‚
在波比公主的带领下,魔å‘ç²¾çµä»¬ä¸€ç›´è¿‡ç€å¿«ä¹è€Œæ— å¿§æ— è™‘的生活。
她美丽热情ã€å¼€æœ—ä¹è§‚,喜爱唱歌和跳舞,笑容å¯ä»¥æ„ŸæŸ“æ¯ä¸€ä¸ªé­”å‘ç²¾çµåŒä¼´ã€‚
“嘿,伙伴们ï¼å¤§å®¶æƒ³å‚加我们的歌舞派对å—?â€library_story250042ƒŠæ³¢æ¯”与伙伴们一直过ç€è¿™æ ·å¹¸ç¦æ— å¿§çš„生活,直到有一天,æ„外悄然é™ä¸´â€”—åšå•ƒæ—凶æ¶çš„大厨入侵了他们的æ‘å­ï¼Œå¹¶ç»‘走了她的数å伙伴。
åšå•ƒæ—是魔å‘ç²¾çµçš„æ­»å¯¹å¤´ï¼Œè¿™ç§å¤–è²Œå¯æ€–çš„ç§æ—终日死气沉沉,åªèƒ½ä»Žâ€œåƒç²¾çµâ€è¿™ä»¶äº‹ä¸­èŽ·å¾—å”¯ä¸€çš„å¿«ä¹ã€‚波比公主为了拯救她最好的朋å‹ä»¬ï¼Œä¸Žå¸ƒå…°å¥‡ä¸€èµ·è¸ä¸Šäº†å‰å¾€åšå•ƒæ—之路。
一路上,他们ç»åŽ†äº†å¾ˆå¤šå‡¶é™©ä¸Žç£¨éš¾ï¼Œä½†æœ€ç»ˆï¼Œæ³¢æ¯”ä»¥å¥¹çš„çƒ­æƒ…å’ŒçœŸè¯šæ„ŸåŠ¨äº†åšå•ƒæ—人。他们终于æ„识到,世上有真正纯粹的快ä¹ï¼Œé‚£å°±æ˜¯æºè‡ªå†…心深处的爱与关怀。
最终,波比与åšå•ƒæ—人æˆä¸ºæœ‹å‹ï¼Œå†°é‡Šå‰å«Œï¼Œä¸Žå¥¹çš„伙伴们一åŒå›žåˆ°äº†é­”å‘ç²¾çµçš„æ‘è½ã€‚当她们下一次歌舞派对开幕之时,æ¥è‡ªåšå•ƒæ—çš„å°åŽ¨å¨˜å¸ƒä¸½å§¬ç‰¹ï¼Œä¹Ÿæ­£åœ¨äººç¾¤ä¸­æ¬¢å¿«åœ°èˆžè¹ˆå‘¢ã€‚library_story250043ƒ†åšå•ƒæ—的风波过去åŽï¼Œæ³¢æ¯”当上了魔å‘ç²¾çµçš„女王。然而,当她还没有完全适应女王的身份时,新的å¨èƒåˆæ‚„ç„¶é™ä¸´ã€‚
原æ¥ï¼Œæ³¢æ¯”所在的æ‘åº„å¹¶ä¸æ˜¯å”¯ä¸€ä¸€ä¸ªé­”å‘ç²¾çµéƒ¨è½ï¼šä¸–界上共有六ç§ç²¾çµï¼Œæ¯ä¸ªéƒ¨è½éƒ½è‡´åŠ›äºŽä¸åŒçš„音ä¹é£Žæ ¼ã€‚对于音ä¹è¿½æ±‚的差异最终导致了巨大冲çªï¼Œä»–们彼此决裂ã€äº’ä¸å¾€æ¥ã€‚而现在,摇滚部è½çš„霸女王野心勃勃,她ä¼å›¾æ‘§æ¯æ‰€æœ‰å…¶ä»–类型的音ä¹ï¼Œè¦ä¸–界尽归摇滚。
作为æµè¡ŒéŸ³ä¹çš„女王,波比当然ä¸èƒ½è¢–手æ—观。她与布兰奇等朋å‹è¸ä¸Šäº†æŽ¢å¯»ä¸Žæ‹¯æ•‘的旅途,而在此过程中,波比ä¸ä»…逿¸é¢†æ‚Ÿåˆ°äº†èº«ä¸ºå¥³çŽ‹çš„è´£ä»»ï¼Œæ›´æ˜¯ç”¨è‡ªå·±çš„çœŸè¯šæ„ŸæŸ“äº†å„ç§æ—ç²¾çµã€‚最åŽï¼Œä»–们æˆåŠŸå°†å…­ç§ä¸åŒé£Žæ ¼çš„音ä¹å›¢ç»“到一起,求åŒå­˜å¼‚,å¥å“了磅礴动人的大åˆå¥ä¹ç« ã€‚library_story340011ƒl贫嘴驴åˆé‡å²èŽ±å…‹çš„æ—¶å€™ï¼Œå®ƒå·®ç‚¹è¢«å‰ä»»ä¸»äººä»¥åå…ˆä»¤çš„ä»·æ ¼åœ¨é›†å¸‚ä¸Šå–æŽ‰ï¼Œäº¤ä»˜ç»™æ³•å¤¸å¾·å‹‹çˆµæ‰‹ä¸‹çš„å«å…µâ€”—åƒé’§ä¸€å‘之际,贫嘴驴逃了出æ¥ï¼Œæ°å¥½æ’žè§äº†å²èŽ±å…‹ã€‚
凶神æ¶ç…žçš„å²èޱ克ä¸è´¹å¹ç°ä¹‹åЛ就å“跑了那群胆å°çš„å«å…µï¼Œä¹Ÿå¤šäºäº†ä»–,贫嘴驴æ‰å¾—以æ¡å›žä¸€æ¡å‘½ã€‚贫嘴驴顷刻就将å²èŽ±å…‹è§†ä¸ºäº†æ•‘å‘½çš„å®ˆæŠ¤è€…ï¼Œå›´ç€ä»–ä¸ä½æ‰“转,目光中满是崇拜:“我想跟ç€ä½ æ··ï¼â€
回答他的是å²èŽ±å…‹ä¸€è®°æ²¡å¥½æ°”çš„ç™½çœ¼ã€‚â€œæˆ‘æ˜¯ä¸ªå¦–æ€ªï¼Œâ€ä»–边说边故æ„对贫嘴驴露出张牙舞爪的表情,“难é“你看到我这幅样å­ä¸å®³æ€•å—?â€
“当然ä¸äº†ï¼Œæˆ‘们是朋å‹ï¼â€è´«å˜´é©´çš„回答å´å‡ºä¹Žæ„料地å¦è¯šã€‚从此,他便亦步亦趋地跟在å²èŽ±å…‹èº«åŽï¼Œä»»ä»–怎么驱赶ã€å’’骂,都始终没有离开。library_story340012ƒo贫嘴驴刚在沼泽地定居下æ¥ä¸ä¹…,便与å²èޱ克è¸ä¸Šäº†æ—…途:替法夸德勋爵去救“被困在高塔上的公主â€ã€‚
è²å¥¥å¨œå…¬ä¸»ç¡®å®žé«˜è´µä¸”ç¾Žä¸½ï¼Œå°½ç®¡åˆæ¬¡è§é¢çš„æ—¶å€™ï¼Œå¥¹æœ‰äº›å¤±è½åœ°æŠ±æ€¨å²èޱ克䏿˜¯ç«¥è¯é‡Œçš„æµªæ¼«çŽ‹å­ï¼Œè´«å˜´é©´ä¹Ÿä¸æ˜¯â€œé«˜å¤§è‹±ä¿Šçš„白马â€ï¼Œä½†è´«å˜´é©´å’Œå¥¹è¿˜æ˜¯å¾ˆå¿«æˆä¸ºäº†æœ‹å‹ã€‚他们一路上结伴åŒè¡Œï¼Œé€æ¸çƒ­ç»œï¼Œç›´åˆ°æŸä¸ªé™å¯‚的夜里,贫嘴驴无æ„中撞破了è²å¥¥å¨œå…¬ä¸»çš„秘密。
原æ¥è²å¥¥å¨œè¢«æ–½äº†è¯…咒,太阳è½å±±ä¹‹åŽå°±ä¼šå˜ä¸ºæ€ªç‰©ã€‚“答应我,替我ä¿å®ˆç§˜å¯†ï¼â€è²å¥¥å¨œæ‹‰ç€è´«å˜´é©´ï¼Œçœ¼å«æ³ªæ°´åœ°æ³æ±‚é“。
贫嘴驴å´ä¸æ¯«æ²¡æœ‰ä»‹æ€€å¥¹æ­¤æ—¶ä¸‘é™‹çš„å¤–è¡¨ï¼Œåªæ˜¯ä»æ—§åœ¨å¥¹èº«è¾¹è½¬ç€åœˆï¼Œç¬¨æ‹™åœ°å®‰æ…°é“ï¼šâ€œè¿™ä¹Ÿä¸æ˜¯å¾ˆç³Ÿã€‚你还是那个美丽善良的è²å¥¥å¨œå…¬ä¸»â€¦â€¦ä¸æ˜¯å—?â€library_story340013ƒå…¬ä¸»è¢«å›°å®ˆé«˜å¡”çš„è¿™åæ•°å¹´é‡Œï¼Œå¡”下有一åªå‡¶çŒ›çš„ç«é¾™æ—¥å¤œçœ‹å®ˆã€‚å®ƒä½“åž‹ç¡•å¤§ï¼Œå‡¶æ¶æ— æ¯”,一张å£å°±èƒ½å–·å‡ºæ¯å¤©ç­åœ°çš„ç«ç„°ï¼Œå“退了一ä½åˆä¸€ä½æ„图剿¥çš„勇士。
在贫嘴驴与å²èŽ±å…‹è¥æ•‘公主的过程中,这åªç«é¾™ä¹Ÿå¯¹ä»–们造æˆäº†ä¸å°çš„阻ç¢ã€‚高塔之上,贫嘴驴被追击得走投无路,通体艳红的ç«é¾™å°†å®ƒæ‰˜åˆ°ä¸€åªæ‰‹æŽŒä¸Šï¼Œå±…高临下地看ç€å®ƒã€‚
â€œå˜¿ï¼Œç­‰ç­‰ï¼æˆ‘想你并ä¸å¦‚传闻中那么凶æ¶ï¼Œç›¸å,你一定是一ä½ç¾Žä¸½çš„女士ï¼â€å…³é”®æ—¶åˆ»ï¼Œè´«å˜´é©´æ€¥ä¸­ç”Ÿæ™ºï¼Œè„±å£èµžç¾Žé“。
它就此俘获了ç«é¾™çš„芳心——ä¸ä»…如此,它甚至先å²èŽ±å…‹ä¸€æ­¥åšä¸Šäº†çˆ¸çˆ¸ã€‚当那几个长ç€é¾™ç±»ç¿…膀ã€ä¼šå–·ç«çš„é©´å­å°å®å®äº‰å…ˆæåŽåœ°æ‰‘进贫嘴驴怀里时,它总会一脸满足地æœå²èŽ±å…‹ç‚«è€€ï¼šâ€œä½ çœ‹ï¼Œè¿™å°±æ˜¯å¹¸ç¦çš„烦æ¼ï¼â€library_story340031ƒs诺斯无父无æ¯ï¼Œæ‹¥æœ‰èƒ½å¤Ÿæ„ŸçŸ¥ä¸€åˆ‡çš„直觉,他常常说:“是我的肚å­å‘Šè¯‰æˆ‘的。â€ä»–æ›¾æ˜¯ä¸€åæˆ˜å£«ï¼ŒåŽæ¥é›†ç»“了一群亡命之徒,æˆä¸ºè‡­å昭著的强盗。他身形高大å¨çŒ›ï¼Œè™½ç„¶ä¹Ÿèº«ç©¿çº¢è¢ï¼Œè“„ç€æ ‡å¿—性的白胡å­ï¼Œä½†å´æ‰‹æŒåŒåˆ€ï¼Œåˆ€æ³•精准,åŒè‡‚上还纹ç€çº¹èº«ï¼Œè¯´è¯ç²—声粗气,动作粗é²ï¼Œæ´»è„±è„±ä¸€å¹…强盗模样。
一天夜晚,月中人指引诺斯æ¥åˆ°åœ£æ‰˜å¤«å…‹åŠ³æ£®æ‘ï¼Œè‹±å‹‡åœ°å¸®åŠ©æ‘æ°‘们抵御了漆黑的攻击。在æ‘里,他跟ç€å·«å¸ˆå­¦ä¹ é­”法,和å°å§‘å¨˜å‡¯ç‘Ÿç³æˆäº†å¥½æœ‹å‹ã€‚å‡¯ç‘Ÿç³æ¢¦åˆ°è¯ºæ–¯æˆä¸ºé›ªä¹‹å›½åº¦çš„主人,拥有无尽的欢ä¹ã€ç¥žç§˜å’Œé­”力,这也æˆä¸ºè¯ºæ–¯çš„æ¢¦ã€‚åŽæ¥è¯ºæ–¯æŽ¥å—了月中人赠予的带有月光能é‡çš„剑,一ç§å‰æ‰€æœªæœ‰çš„归属感涌上心头,实现了强盗å‘守护者身份的转å˜ã€‚library_story340032‚k在诺斯的å¬é›†ä¹‹ä¸‹ï¼Œé‚¦å°¼å…”ã€ç‰™ä»™ã€ç¡ç¥žå’Œå†°éœœä¾ æ°å…‹ç»„æˆäº†å®ˆæŠ¤è€…è”ç›Ÿï¼Œå…±åŒæŠµå¾¡æ¼†é»‘çš„è¢­å‡»ï¼Œå®ˆæŠ¤ç€åœ°çƒä¸Šçš„å­©å­ä»¬ã€‚
在整个团队中,诺斯扮演ç€ç²¾ç¥žé¢†è¢–的角色。在æ°å…‹é™·å…¥è¿·èŒ«çš„æ—¶å€™ï¼Œæ˜¯ä»–与æ°å…‹è°ˆå¿ƒï¼Œå¼•导æ°å…‹å‘现了自己“善良â€çš„内心,从而自觉æˆé•¿ä¸ºå®ˆæŠ¤è€…。在牙仙宫殿é‡è¢­ï¼Œå¤§å®¶æƒ…ç»ªé™·å…¥ä½Žè½æ—¶ï¼Œä»–高喊ç€ï¼šâ€œæ²¡æœ‰å¤ªæ™šè¿™å›žäº‹ï¼â€é¼“舞士气,并æè®®å¤§å®¶ä¸€èµ·æ”¶é›†ç‰™é½¿å¸®åŠ©ç‰™ä»™ã€‚å‡»é€€æ¼†é»‘åŽï¼Œä¹Ÿæ˜¯ä»–主æŒå®£èª“仪å¼ï¼Œæ­£å¼å¸çº³æ°å…‹åŠ å…¥å®ˆæŠ¤è€…è”盟。library_story340033‚Ü诺斯å³è‡‚上的纹身“顽皮â€å­—样,å°è¯äº†ä»–对这个世界的好奇心ç†ã€‚
这份好奇心让诺斯拥有了丰富的想象力。他擅长把魔法和机械结åˆåœ¨ä¸€èµ·ï¼Œåˆ¶é€ å‡ºè®¸å¤šæ–°å¥‡çš„å°çŽ©æ„儿,比如å¯ä»¥å˜ä¸ºé£žè¡Œé›ªæ©‡çš„æœºå™¨ç²¾çµã€èƒ½å¤Ÿåœ¨è½¨é“上奔驰也能够飞行的冰雕ç«è½¦å¤´ï¼Œè¿˜æŒ‡å¯¼é›ªæ€ªä»¬åˆ¶é€ å‡ºå„ç§å„样给孩å­ä»¬çš„圣诞礼物。
在引导冰霜æ°å…‹æ‰¾åˆ°å†…å¿ƒçš„æ—¶å€™ï¼Œä»–æ‹¿å‡ºä¸€ä¸ªå¥—å¨ƒï¼Œä¸€å±‚å±‚æ‰“å¼€ä¹‹åŽæ˜¯ä¸€ä¸ªçç€å¤§å¤§çœ¼ç›çš„æœ¨å¤´å¨ƒå¨ƒã€‚ä»–æ¿€åŠ¨åœ°æŒ‰ä½æ°å…‹çš„肩膀说到:“这åŒçœ¼ç›é‡Œå……满ç€å¥½å¥‡ï¼Œè¿™å°±æ˜¯æˆ‘的内心。我的眼ç›èƒ½å¤Ÿçœ‹åˆ°ä¸‡äº‹ä¸‡ç‰©ä¸­çš„奇迹,我把奇迹带给世界。â€library_story340041‚í“快回洞穴ï¼å¿«ç‚¹ï¼â€åŽŸå§‹äººä¸–ç•Œä¸Šç©ºåˆå“起了瓜哥的喊å«å£°ã€‚仔细一看,是瓜哥的洞穴门å£å‡ºçŽ°äº†å‡ åªå°åŠ¨ç‰©ï¼Œå®ƒä»¬å¹¶æ²¡æœ‰ä»»ä½•æ”»å‡»ç“œå“¥çš„æ„æ€ï¼Œä½†ç“œå“¥å°±åƒé‡åˆ°äº†å¯æ€•的敌人似的,马上催促ç€å®¶äººå›žåˆ°æ´žç©´ã€‚
åªæœ‰ä¸€ç§æƒ…况下,瓜哥会å…许一家人走出洞穴,那就是在æ¶åŠ£çš„çŽ¯å¢ƒä¸­å¯»æ‰¾é£Ÿç‰©ã€‚
当瓜哥å‘现沙漠中有一åªå¥‡å¼‚鸟兽下了颗彩蛋åŽï¼Œä»–就采用丢奶奶的方法æ¥å†³å®šè°åŽ»æŠ¢å½©è›‹ã€‚å­©å­ä»¬å¾ˆä¹æ„抢彩蛋,那是最欢ä¹çš„æ—¶å…‰ï¼Œä½†æ¬¢ä¹æ€»æ˜¯çŸ­æš‚的。当黑暗é™ä¸´çš„æ—¶å€™ï¼Œç“œå“¥åˆä¼šè¦æ±‚家人回到洞穴闭门ä¸å‡ºï¼Œç­‰ä»–们下次需è¦å‡ºé—¨è§…食的时候æ‰ä¼šå†æ¬¡ç¦»å¼€æ´žç©´ã€‚library_story340042‚–瓜哥从未想过有一天会离开他生活了这么多年的洞穴,但就是造化弄人,在å°ä¼Šé‡åˆ°äº†æ–°æ–°äººç±»ç›–åŽï¼Œä¸€åˆ‡éƒ½å˜äº†ã€‚
那原本是一个阳光明媚的早晨,å°ä¼Šæ­£é«˜å…´åœ°è®²è¿°ç€å¥¹é‡åˆ°ç›–之åŽçš„事,çªç„¶ï¼Œåœ°é¢å¼€å§‹éœ‡åЍã€è£‚开,无数的山体岩石滑è½ï¼Œå°±åœ¨ç“œå“¥å¸¦ç€å®¶äººå¿«é€Ÿè·‘回洞穴的时候,å‘现洞穴已ç»è¢«å·¨çŸ³åŽ‹åž®ã€‚ä»–ä»¬çš„å®¶æ¶ˆå¤±äº†ã€‚
åœ¨è¢«è¿«ç¦»å¼€æ´žç©´å¯»æ‰¾æ–°ä½æ‰€çš„æ—¶å€™ï¼Œç“œå“¥æŽ’斥一切新出现的事物,包括一直绕ç€ç›–çš„å°ä¼Šã€‚æ¯å½“å°ä¼Šå¯¹æ–°é²œäº‹ç‰©å……满好奇心的时候,瓜哥总是会说:“新就是å东西。â€library_story340043ƒ«åœ¨ç›–的引导下,除了瓜哥之外的所有人都学会了很多新技能,尤其是到了è´ç‰¹æ›¼å®¶æ—åŽï¼Œç“œå“¥æ— æ³•适应拥有自己独立的房间,他觉得这些新奇的事物把大家都改å˜äº†ï¼Œä»–接å—ä¸äº†è¿™ä¸ªæ”¹å˜ã€‚
尤其是å°ä¼Šï¼Œç“œå“¥å‘现å°ä¼Šå¯¹ç›–过分的关注,因为担心å°ä¼Šä¼šè·Ÿç€ç›–离开他,他答应了è²åˆ©å•独把盖留下的ä¸åˆç†è¦æ±‚。在知é“被è²åˆ©è€äº†ä¹‹åŽï¼Œç“œå“¥æŠ¥å¤æ€§çš„åƒå®Œäº†è²åˆ©çš„æ‰€æœ‰é¦™è•‰ã€‚
æ”¶ä¸åˆ°ä¾›å¥‰é¦™è•‰çš„猴王抓ä½äº†ç“œå“¥ã€ç›–å’Œè²åˆ©ï¼Œå‡†å¤‡æŠŠä»–ä»¬åšæˆé¦™è•‰åƒæŽ‰ã€‚屿€¥å…³å¤´ï¼Œæ‰€æœ‰å¥³çœ·ä¸€èµ·åˆåŠ›æ•‘å‡ºäº†ä¸‰äººï¼Œæ‰“è´¥äº†çŒ´çŽ‹ã€‚
猴王事件过去åŽï¼Œç“œå“¥æ˜Žç™½è™½ç„¶æ´žç©´å¤–的世界很å±é™©ï¼Œä»–作为原始人也无法适应先进的生活方å¼ï¼Œä½†åªè¦ä¸€å®¶äººåœ¨ä¸€èµ·ï¼Œå“ªæ€•é‡åˆ°å†å¤šå›°éš¾ä¹Ÿèƒ½å…‹æœã€‚推翻掉洞穴的æŸç¼šï¼Œå°†ä¼šè¿Žæ¥æ›´åŠ ç¾Žå¥½çš„æ˜Žå¤©ã€‚library_story340061ƒ‚å°‘å¹´æ°å…‹åŽ»ä¸–äº†ï¼Œæ²‰ç¡åœ¨å†°å†·çš„æ¹–底。一个寂é™çš„夜晚,月亮åˆå¤§åˆåœ†ï¼ŒçšŽæ´çš„æ¸…è¾‰æŒ¥æ´’åœ¨æ¹–é¢ä¸Šã€‚æ°å…‹å—到月中人的感å¬ï¼Œä»Žæ¹–底破冰而出,他é‡ç”Ÿäº†ã€‚
æ°å…‹çš„头å‘å˜æˆäº†æ™¶èŽ¹çš„é›ªç™½è‰²ï¼Œè¿˜æ‹¥æœ‰äº†ä¸€æ”¯å¸¦æœ‰é­”æ³•çš„å†°æ–ï¼Œèƒ½åœ¨ç©ºä¸­è‡ªç”±é£žç¿”ï¼Œä»–ä»Žä¸€ä¸ªæ™®é€šå°‘å¹´å˜æˆäº†å†°éœœä¾ ã€‚但é‡ç”ŸåŽçš„他失去了一切记忆,他åªçŸ¥é“自己是冰霜侠,能自如地å¬å”¤é£Žé›ªã€‚“我到底是è°ï¼Ÿæˆ‘有家人å—?â€ä»–æŠ¬å¤´çœ‹ç€æœˆäº®å–ƒå–ƒè‡ªè¯­ã€‚
æ°å…‹å分贪玩,到处制造风雪,带ç€å­©å­ä»¬åœ¨é›ªåœ°é‡Œå¼€å¿ƒåœ°çŽ©è€ï¼Œå°½ç®¡å­©å­ä»¬çœ‹ä¸è§ä»–。他甚至因为玩雪把68å¹´çš„å¤æ´»èŠ‚å¼„å¾—ä¸€å›¢ç³Ÿï¼Œè¿˜å¤šæ¬¡è¯•å›¾é—¯å…¥åœ£è¯žè€äººçš„工作室,上了守护者è”盟的淘气åå•。但没人知é“,他åšè¿™äº›åªæ˜¯å› ä¸ºå†…心深处渴望被看到,被认å¯ã€‚library_story340062ƒL300å¹´åŽï¼Œæ¼†é»‘å·åœŸé‡æ¥ã€‚月中人选中æ°å…‹æ¥å¸®åŠ©å®ˆæŠ¤è€…ï¼Œä½†ä»–å´å¯¹æ‹¯æ•‘世界ä¸å¤ªçƒ­å¿ƒï¼Œåªæ˜¯ç–‘惑月中人为什么选中自己。得知乳牙中ä¿å­˜ç€å„¿æ—¶çš„记忆,为了找回记忆,æ°å…‹ä¸Žå®ˆæŠ¤è€…们开始åˆä½œï¼Œä»–帮助牙仙收集牙齿,教会邦尼兔如何和孩å­çŽ©è€ï¼ŒèŽ·å¾—äº†é‚¦å°¼å…”çš„è°…è§£ã€‚åŽŸæœ¬ä¸€åˆ‡è¿›å±•é¡ºåˆ©ï¼Œä½†å¤æ´»èŠ‚å‰å¤œä»–è¢«æ¼†é»‘å¼•èµ°ï¼Œå¤æ´»èŠ‚å½©è›‹è¢«ç ´å,守护者们因此对他产生了怀疑。
æ°å…‹è¢«æ¼†é»‘é‡åˆ›ï¼Œè·Œå…¥è°·åº•。è‹é†’åŽä»–å‘现å°ç‰™ä»™åœ¨èº«è¾¹ï¼Œåœ¨å°ç‰™ä»™æœŸç›¼çš„眼神中,æ°å…‹å¿å¿‘ä¸å®‰åœ°æ‰“开了装ç€ç‰™é½¿çš„å®ç›’,看到了自己的å‰ä¸–,原æ¥ä»–æ˜¯å› ä¸ºæ•‘å¦¹å¦¹æ‰æ²‰å…¥å†°å†·æ¹–底的。看到这里,他终于æç„¶å¤§æ‚Ÿæœˆä¸­äººé€‰ä¸­è‡ªå·±çš„原因,原æ¥â€œæˆ‘是个守护者â€ã€‚library_story340063ƒn夿´»èŠ‚ä¸€ä¸ªå½©è›‹éƒ½æ²¡æœ‰æ‰¾åˆ°ï¼Œè®©å°ç”·å­©æ°ç±³å¼€å§‹æ€€ç–‘邦尼兔的存在,æ°å…‹æ‰¾åˆ°æ°ç±³ï¼Œç”¨å†°éœœé­”法在窗户上画出彩蛋的样å­ï¼Œè¿˜åˆ¶é€ å‡ºä¸€åªå†°éœœå…”å­ä¸Žæ°ç±³çŽ©è€ã€‚雪花飘飘扬扬,è½åœ¨æ°ç±³é¼»å­ä¸Šï¼Œæ°ç±³è¿Ÿç–‘地猜测:“冰霜æ°å…‹ï¼Ÿâ€å°±è¿™æ ·ï¼Œæ°å…‹è¢«æ°ç±³çœ‹åˆ°ã€å¬åˆ°äº†ï¼Œä»–激动地眼带泪光,跳起æ¥å–Šé“ï¼šâ€œä»–èƒ½çœ‹è§æˆ‘ï¼ä»–èƒ½çœ‹è§æˆ‘â€ï¼Œå分开心。
æ°å…‹å¸¦ç€æ°ç±³æ‰¾æ¥å°ä¼™ä¼´ï¼Œè®©å¤§å®¶é‡æ–°ç›¸ä¿¡äº†å®ˆæŠ¤è€…的存在。在孩å­ä»¬ä¿¡ä»°åŠ›é‡çš„帮助下,æ°å…‹ä¸Žå®ˆæŠ¤è€…们一起打败了漆黑。
最åŽåœ¨åœ£è¯žè€äººçš„主æŒä¸‹ï¼Œåœ¨ä¼—多精çµå’Œå­©å­ä»¬çš„è§è¯ä¸‹ï¼Œæ°å…‹å‘自内心地说出:“我愿æ„ï¼â€æ­£å¼åŠ å…¥å®ˆæŠ¤è€…è”盟,从此和其他守护者一起,用生命守护ç€ä¸–上所有孩å­çš„希望ã€å¥‡è¿¹å’Œæ¢¦æƒ³ã€‚library_story340081‚âæ‚å¤«çº³ç‰¹ä¸Žæš´èŠ™çº³ç‰¹æ˜¯åŒèƒžèƒŽå…„妹,两人自å°ç”Ÿæ´»åœ¨ç»´äº¬å²›ä¸Šï¼Œæ˜¯å¸Œå¡æ™®ä¸å¯æˆ–缺的åŒä¼´ã€‚
然而,尽管有ç€ä¸€æ¨¡ä¸€æ ·çš„é¢å®¹ï¼Œå…„妹俩的关系å´å¹¶ä¸å’Œç¦ã€‚他们二人大部分时间都在为生活中的ç碎事情争åµï¼Œç”šè‡³ç”¨åˆ»è–„的言语攻击对方——但是作为åŒèƒžèƒŽï¼Œæ‚å¤«çº³ç‰¹ä¸Žæš´èŠ™çº³ç‰¹å½¼æ­¤ä»æœ‰ç€ç‰¢å›ºçš„æ— å½¢è”系。
å°½ç®¡äºŒäººå˜´ä¸Šäº’ç›¸åŽŒå¼ƒå¯¹æ–¹ï¼Œè¡ŒåŠ¨æ—¶å´æ€»æ˜¯å½¢å½±ä¸ç¦»ã€‚兄妹俩共乘一æ¡åŒå¤´é¾™ï¼Œåœ¨æˆ˜åœºä¸Šï¼Œä»–ä»¬æœ‰ç€æ— éœ€è¨€è¯­çš„默契;这使他们总能得心应手地相互é…åˆï¼Œå–得战局胜利。
è¿™ç§å¥‡ç‰¹çš„æ„Ÿæƒ…维系,大概就是åŒèƒžèƒŽä¹‹é—´è¡€æµ“于水的ã€ä¸å¯åˆ†å‰²çš„纽带。library_story340082ƒx维京岛上的æ¯ä¸ªäººéƒ½æœ‰ä¸€åªè‡ªå·±çš„龙类åŒä¼´ï¼Œæ‚夫纳特与暴芙纳特也ä¸ä¾‹å¤–。作为åŒèƒžèƒŽå…„妹,他们共享一æ¡åŒå¤´é¾™ï¼šå·´å¤«ä¸Žè´å¥¥å¥‡ã€‚
é¡¾åæ€ä¹‰ï¼Œè¿™æ¡å·¨é¾™æœ‰ä¸€ä¸ªç‹¬ç‰¹ä¹‹å¤„:它有两个脑袋。这两个脑袋都能独立æ€è€ƒï¼Œç”šè‡³æ‹¥æœ‰å„自的å字——è´å¥¥å¥‡å¿ äºŽæ‚夫纳特,而巴夫属于暴芙纳特。åŒèƒžèƒŽæ€»åœ¨æ— æ—¶æ— åˆ»åœ°äº’相争åµï¼Œä¸¤ä¸ªå¤´ä¹Ÿä¼šæ—¶å¸¸æ‰“架。
但尽管如此,当真正处于å±é™©ä¹‹ä¸­æ—¶ï¼Œä¸¤ä¸ªå¤´ä¹Ÿä¼šå›¢ç»“一致地é…åˆæˆ˜æ–—。对于åŒèƒžèƒŽéª‘士,它们也会ä¸é¡¾ä¸€åˆ‡åœ°ç›¸äº’拯救。
“你们真是世上最酷的龙ï¼â€æŸæ¬¡æˆ˜äº‰ç»“æŸï¼Œæ‚夫纳特兴奋地抱ç€å·´å¤«ä¸Žè´å¥¥å¥‡ï¼Œå®Œå…¨ä¸è®¡è¾ƒåŒå¤´é¾™ä¹‹é—´çš„龃龉。末了,他åˆä¸æƒ…䏿„¿åœ°å’•å“了一å¥ï¼šâ€œå¯æƒœï¼Œæˆ‘è¦å’Œé‚£ä¸ªä¸€ç‚¹éƒ½ä¸é…·çš„妹妹分享。â€library_story340083ƒi年岿¸é•¿ä¹‹åŽï¼Œæ‚夫纳特莫å其妙地多了一ç§çƒ­è¡€ä¸Žä»—义。似乎为了显得自己与åŒèƒžèƒŽå¦¹å¦¹æœ‰æ‰€åŒºåˆ†ï¼Œåˆæˆ–è®¸æ˜¯ä¸ºäº†å½°æ˜¾è‡ªå·±çš„ç”·å­æ±‰è´£ä»»ï¼Œä»–ç•™èµ·äº†é•¿é•¿çš„èƒ¡é¡»â€”â€”å°½ç®¡é‚£èƒ¡é¡»æ€Žä¹ˆçœ‹æ€Žä¹ˆåƒæ˜¯ä»–将头上的辫å­ç»‘在了腮边。
他也没少包æ½ä¼™ä¼´ä»¬çš„çƒ¦å¿ƒäº‹ï¼Œæ›´æ˜¯ä»—ä¹‰åœ°ä¸ºå¸Œå¡æ™®çš„婚礼出谋划策:“è¦è®©å¥³å­©å–œæ¬¢ä½ ï¼Œé¦–å…ˆè¦æœ‰ç”·å­æ°”概——走路å¯ä¸èƒ½ä¸€ç˜¸ä¸€æ‹çš„ï¼â€
â€œå¯æˆ‘有一æ¡è…¿æ˜¯å‡è‚¢å•Šï¼â€å¸Œå¡æ™®å“­ç¬‘ä¸å¾—。
ç›´åˆ°å¸Œå¡æ™®å©šç¤¼çš„æ—¶å€™ï¼Œæ‚夫纳特那无处施展的男å­é­…力终于派上了用场。眼è§ä¼—äººéƒ½è¢«å©šç¤¼æ°›å›´æ„ŸåŠ¨è½æ³ªï¼Œæ‚夫纳特一把æ‚过身æ—的鼻涕粗,ä¸ç”±åˆ†è¯´åœ°å°†ä»–的头é åœ¨è‡ªå·±è‚©ä¸Šï¼Œæ»¡æ„地深å¸ä¸€å£æ°”:“æ¥å§ï¼Œé ç€æˆ‘浓密的胡须尽情哭å§ï¼â€library_story350011ƒN浣熊师傅12岿—¶è¢«ä¹Œé¾Ÿå¤§å¸ˆæ”¶å…»ï¼Œç»è¿‡å¤šå¹´æ½œå¿ƒä¿®ç‚¼ï¼Œæˆä¸ºç¿¡ç¿ å®«çŽ°ä»»æŽŒé—¨ã€‚æˆ–è®¸æ˜¯å› ä¸ºèº«ä¸–çš„åŽŸå› ï¼Œæµ£ç†Šå¸ˆå‚…ç¬¬ä¸€çœ¼çœ‹åˆ°è¢«é—弃在翡翠宫外的大龙,就决定收养他,甚至当儿å­ä¸€æ ·æŠšå…»ã€‚无论大龙多么顽皮,师傅都ä¸å¿é‡ç½šï¼Œè¿˜å°†æ¯•生武学传授给大龙。
浣熊师傅认为大龙是神龙大侠的ä¸äºŒäººé€‰ï¼Œç„¶è€Œä¹Œé¾Ÿå¤§å¸ˆå´ä¸èµžåŒã€‚师傅内心挣扎,张了张嘴,但想到乌龟大师从ä¸ä¼šå‡ºé”™ï¼Œæœ€ç»ˆè¿˜æ˜¯ä¸€å¥è¯éƒ½æ²¡è¯´ã€‚大龙怀æ¨åœ¨å¿ƒï¼Œè¡€æ´—和平谷,师傅出手阻止,正è¦ä¸‹ç‹ æ‰‹æ—¶è„‘海中浮现出幼年大龙é¢å¸¦ç¿çƒ‚笑容奔å‘自己的温馨画é¢ï¼Œå¿ƒé‡Œä¸€è½¯ï¼Œå…³é”®æ—¶åˆ»ä¹Œé¾Ÿå¤§å¸ˆåˆ¶æœäº†å¤§é¾™ã€‚çœ‹ç€æ»¡ç›®ç–®ç—的和平谷,师傅痛苦地摇ç€å¤´ï¼Œå–ƒå–ƒè‡ªè¯­ï¼šâ€œæˆ‘错了å—?â€library_story350012ƒ…å› ä¸ºå¤§é¾™äº‹ä»¶ï¼Œæµ£ç†Šå¸ˆå‚…åŽæ¥å¯¹ç›–ä¸–äº”ä¾ å‡ ä¸ªå¾’å¼Ÿè¦æ±‚便格外严格,å¨ä¸¥å†·æ¼ ï¼Œåœ¨é˜¿å®è¢«é€‰ä¸Šç¥žé¾™å¤§ä¾ æ—¶æ›´æ˜¯æžåŠ›å¦è®¤ï¼Œä»–ç­‰ç€é˜¿å®å—ä¸äº†è‹¦ä¸»åŠ¨ç¦»å¼€ã€‚ä¹Œé¾Ÿå¤§å¸ˆç¾½åŒ–ç™»ä»™å‰éƒ‘é‡åœ°å‘Šè¯«å¸ˆå‚…è¦ç›¸ä¿¡é˜¿å®ï¼ŒäºŽæ˜¯å¸ˆå‚…å¸¦ç€æ€€ç–‘的目光开始审视阿å®ï¼Œå¶ç„¶å‘现阿å®çš„习武天赋æºè‡ªäºŽå¯¹é£Ÿç‰©çš„热爱,于是便用包å­é¦’头零食æ¥è¯±å¯¼é˜¿å®ç»ƒåŠŸï¼Œä¸€æ¥ä¸€å¾€ä¸­ï¼Œè¿™ä¸ªæœ€çž§ä¸ä¸Šçš„å¾’å„¿å´è®©å¸ˆçˆ¶é‡æ–°å±•露出笑容。
ç„¶è€Œé€ƒå‡ºç›‘ç‹±çš„å¤§é¾™ï¼Œå†æ¬¡æ­å¼€äº†æµ£ç†Šå¸ˆå‚…内心的伤疤。决战之时,师傅愧疚地对大龙说é“:“我很抱歉,我的宠爱让你走上了歧途。â€å¤§é¾™æ‰¼ä½å¸ˆå‚…咽喉欲致其死地,阿å®åŠæ—¶èµ¶åˆ°ï¼Œå‡»è´¥äº†å¤§é¾™ã€‚至此,浣熊师傅终于认å¯äº†é˜¿å®ç¥žé¾™å¤§ä¾ çš„身份,他的心结解开了,内心也获得了平é™ã€‚library_story350013‚…æ²ˆçŽ‹çˆ·å°†é˜¿å®æ‰“å¾—é体鳞伤时,师傅传授的“é™ä¸‹å¿ƒæ¥ï¼Œä¸€åˆ‡çš†æœ‰å¯èƒ½â€ï¼Œå¸®åŠ©é˜¿å®é¡¿æ‚Ÿäº†å¤ªæžã€‚é˜¿å®æ•™æŽˆä»–äººåŠŸå¤«æ—¶æŽ¥è¿žå¤±è´¥ï¼Œå¸ˆå‚…çš„â€œè®©ä½ å˜æˆè‡ªå·±â€çš„心决,让阿å®é¢†æ‚Ÿäº†æ•™æŽˆè¦ä¹‰ã€‚看到阿å®çš„è¿›æ­¥ï¼Œå¸ˆå‚…å¿ƒä¸­å……æ»¡äº†éª„å‚²ä¸Žè‡ªè±ªã€‚ç„¶è€Œï¼Œå¤©ç…žçš„å‡ºçŽ°ï¼Œè®©å¸ˆå¾’ä¸¤äººçš†é™·å…¥å›°å¢ƒâ€¦â€¦åŽæ¥é˜¿å®æ‰“è´¥å¤©ç…žå›žåˆ°å‡¡ç•Œï¼Œå¸ˆå‚…çœ‹åˆ°é˜¿å®æ‰‹ä¸­çš„太æžç¦…æ–,明白阿å®å·²ç»æ— å¸ˆè‡ªé€šåœ°å­¦ä¼šäº†æ°”功,他罕è§åœ°éœ²å‡ºç¾¡æ…•嫉妒的神情,抬起头,耸起肩,渴望地看ç€é˜¿å®ï¼Œâ€œä½ å¯ä»¥æ•™æˆ‘å—?â€ä¸¤äººç›¸è§†ä¸€ç¬‘。library_story350021ƒ}å¸Œå¡æ™®å‡ºç”Ÿåœ¨åšå…‹å²›ï¼Œæ˜¯ç»´äº¬é¦–领å²å›¾ä¾å…‹çš„å„¿å­ã€‚维京人世代与龙为敌,个个éªå‹‡å–„æˆ˜ï¼Œä½†å¸Œå¡æ™®è‡ªå°å´ä½“æ ¼ç˜¦å¼±ï¼Œå¹¶ä¸æ“…长对龙战斗。酋长对这个儿å­é¢‡ä¸ºå¤±æœ›ï¼Œå°½ç®¡å¦‚此,他还是é€å¸Œå¡æ™®ä¸Šäº†è®­ç»ƒåœºï¼Œå¸Œæœ›å°†ä»–培养æˆä¸€ä½å‡ºè‰²çš„维京战士。
然而,æŸåœºæˆ˜æ–—过åŽï¼Œå¸Œå¡æ™®æ— æ„中在密林湖畔æ—å‘现了一åªå¤œç…žã€‚这是传说中最凶猛的龙类,然而,在看到对方å—伤待死的悲哀眼神时,出于一ç§è¯´ä¸æ¸…é“䏿˜Žçš„æ€œæ‚¯ï¼Œå¸Œå¡æ™®é‡Šæ”¾äº†å®ƒã€‚
å¸Œå¡æ™®ä¸ºå®ƒå–å为无牙仔,ä¸ä»…与它玩è€ã€ç»™å®ƒå¸¦é±¼åƒï¼Œè¿˜æ‚‰å¿ƒç»„è£…é›¶ä»¶ï¼Œä¸ºå®ƒä¿®è¡¥äº†å—æŸçš„å°¾ç¿¼ã€‚ä»Žæ­¤ï¼Œå¸Œå¡æ™®ä¸Žæ— ç‰™ä»”æˆä¸ºäº†æœ€å¥½çš„æœ‹å‹ï¼›ç™¾å¹´ä»¥æ¥ç¬¬ä¸€æ¬¡ï¼Œç»´äº¬äººä¸Žé¾™æ—ä¸å†å½¼æ­¤å¯¹æ•Œï¼Œå¸Œå¡æ™®ä¹˜åœ¨é¾™èƒŒä¸Šï¼ŒäºŽé«˜é«˜çš„云端自由飞翔。library_story350022ƒuå¸Œå¡æ™®çš„æ¯äº²åœ¨ä»–å¾ˆå°çš„æ—¶å€™å°±â€œç¦»å¼€â€äº†ã€‚他䏿•¢é—®çˆ¶äº²å’Œæ—里的其他长è€ï¼Œåªèƒ½ä»Žä»–们å¶å°”è°ˆåŠæ¯äº²æ—¶éœ²å‡ºæ‚²ä¼¤è¡¨æƒ…中猜到大概。æ¯å½“此时,他都默默低下头,将自己对æ¯äº²çš„那份ä¾èµ–与æ€å¿µè—在心底。
å¸Œå¡æ™®ä¸Žæ— ç‰™ä»”æˆä¸ºæœ‹å‹ä¹‹åŽï¼Œé€æ¸è¯´æœæ›´å¤šç»´äº¬äººæ”¾ä¸‹æˆè§ï¼Œä¸Žé¾™æ—å’Œå¹³å…±å¤„ã€‚ä¹Ÿå°±åœ¨è¿™æ—¶ï¼Œå¸Œå¡æ™®æ— æ„中闯入了å¦ä¸€å¤„龙类洞穴,在那里,他奇迹般地与自己的æ¯äº²é‡é€¢ã€‚
åŽŸæ¥æ¯äº²å¤šå¹´å‰å¹¶ä¸æ˜¯è¢«é¾™ç±»æŽ³èµ°ï¼Œè€Œæ˜¯å¥¹ä»Žå·¨é¾™çš„眼ç›é‡Œçœ‹åˆ°äº†å‹å–„与智慧的ç«èŠ±ï¼Œæ‰è‡ªæ„¿æœå®ƒä¼¸å‡ºäº†æ‰‹ã€‚
é‡é€¢ä¹‹åŽï¼Œæ¯å­ä¿©ç«™åœ¨å±±å´–边,轻柔的晚风拥抱ç€ä»–们。æ¯äº²è½»è½»æŠšæ‘¸ä»–çš„è„¸ï¼Œç›®å…‰é‡Œæ— é™æ…ˆçˆ±ä¸Žæ¸©æŸ”:“这些年,我很抱歉,也一直很想念你……我的孩å­ï¼Œå¸Œå¡æ™®ã€‚â€library_story350023ƒzå¸Œå¡æ™®çš„生活原本无忧无虑。他和无牙仔亲密无间,与部æ—中最勇敢漂亮的女孩亚ä¸ç¿ ä¸¤æƒ…相悦,父亲正值壮年,对åšå…‹å²›ç®¡ç†æœ‰æ–¹ï¼Œä¸ç”¨ä»–æå‰æŽ¥ä»»é…‹é•¿çš„èŒåŠ¡ã€‚
å¯è¿™ç§å¹³é™å¹¶æ²¡èƒ½æŒç»­å¤šä¹…——自从人龙和平缔结以åŽï¼Œå¿ƒæ€€ä¸è½¨çš„çŒŽé¾™äººå°±å¯¹ä»–ä»¬è™Žè§†çœˆçœˆã€‚åœ¨æŽ¥è¿žä¸¤åœºæˆ˜äº‰é‡Œï¼Œå¸Œå¡æ™®å…ˆåŽå¤±åŽ»äº†çˆ¶äº²ã€æ•…乡,以åŠä¸–代居ä½çš„åšå…‹å²›ï¼Œæœ€ç»ˆä»–è¦é¢å¯¹çš„æ˜¯ä¸€ä¸ªæ›´ç—›è‹¦çš„决定:他è¦è®©é¾™ç¾¤åŽ»å¾€æ— äººæ‰“æ‰°çš„éšç§˜ä¹‹å¢ƒï¼Œè¿™æ„味ç€ï¼Œä»–将与最好的伙伴无牙仔分别。
é€åˆ«é‚£æ—¥ï¼Œå¸Œå¡æ™®ä¸Žç»´äº¬äººç«™åœ¨é«˜é«˜çš„å±±å·…ï¼Œæœ€åŽæ— é™ä¸èˆåœ°æœ›äº†ä¸€çœ¼ä»–ä»¬çš„é¾™ç¾¤ã€‚å¸Œå¡æ™®ä¼¸æ‰‹æ‘¸äº†æ‘¸æ— ç‰™ä»”的脸,一如åˆè§æ—¶çš„æ¨¡æ ·ï¼šâ€œæˆ‘也èˆä¸å¾—你……但我希望你自由。希望终有一天,我们还能å†è§é¢ã€‚â€library_story350031‚ð科技高度å‘è¾¾çš„é»„é‡‘æ—¶ä»£ï¼Œæ¼†é»‘æ˜¯ä¼Ÿå¤§çš„å®ˆæŠ¤è€…ï¼Œä»–çŽ‡é¢†é»„é‡‘å¤§å†›æ•æ‰é»‘暗一æ—,并自告奋勇看守监狱。囚犯们喋喋ä¸ä¼‘地在他耳边乞求ç¨ç¨æ‰“开牢门,é€ä¸€ä¸æ–°é²œç©ºæ°”——漆黑动摇了,结果邪æ¶çš„é˜´å½±è¶æœºæ¶Œå…¥ä»–体内,他的çµé­‚因此陷入黑暗。
黑化的漆黑率领大军摧æ¯äº†æ‰€æœ‰æ˜Ÿåº§çš„防护部队。在飞船“月帆å·â€çš„æˆ˜æ–—中,漆黑被星座王å­çš„守护者夜光刺中心è„,并引å‘äº†å·¨å¤§çš„çˆ†ç‚¸ã€‚åŒæ—¶ï¼Œä¸ºäº†å¯¹æŠ—漆黑,月中人选择圣诞è€äººã€é‚¦å°¼å…”ã€ç¡ç¥žå’Œç‰™ä»™å››äººæ¥å®ˆæŠ¤äººç±»ã€‚
漆黑的力é‡ç”±æ­¤è¢«å‰Šå¼±ï¼Œä»–便蜷缩在è’野里一张破烂木床下的深渊里,等待时机东山å†èµ·ã€‚library_story350032‚b为了å†åº¦èŽ·å–人们的信仰,漆黑数百年åŽå·åœŸé‡æ¥ã€‚ä»–å°±åƒä¸€ä¸ªæƒ³è¦å¸å¼•大人注æ„è€Œæ•…æ„æ£è›‹çš„å­©å­ï¼ŒåŒåŒ–了ç¡ç¥žçš„金沙,将之å˜ä¸ºé‚ªæ¶çš„黑马为自己所用;éšåŽåˆå·è¢­äº†ç‰™ä»™å®«æ®¿ï¼Œæ´¾äººç ¸æ¯é‚¦å°¼å…”的彩蛋,破åäº†å¤æ´»èŠ‚ã€‚
漆黑觉得冰霜æ°å…‹è¿™ç§åŒæ ·ä¸è¢«ç›¸ä¿¡çš„人是自己的åŒä¼´ï¼Œä»–ç”¨åŒæ ·å¸Œæœ›è¢«äººä»¬ç›¸ä¿¡ã€æ¸´æœ›æ¸©æƒ…的感å—ï¼Œæ¥æ‹‰æ‹¢æ°å…‹åŠ å…¥è‡ªå·±çš„é˜µè¥ã€‚善良的æ°å…‹æ‹’ç»äº†ä»–,漆黑æ¼ç¾žæˆæ€’之下,以å°ç‰™ä»™ä¸ºå¨èƒï¼Œçœ¼ç¥žé˜´é¸·åœ°å°†æ°å…‹çš„å†°æ–æŠ˜æ–­ï¼Œé‡åˆ›æ°å…‹ã€‚library_story350033‚Ì决战之夜,在弥天漫地的黑沙中,漆黑带领黑马军团步步紧逼,骑ç€é»‘马站在高楼之上。é¢å¯¹è¢«å“å¾—ç‘Ÿç‘Ÿå‘æŠ–çš„å­©å­ï¼Œé‚¦å°¼å…”大声喊:“我们æ¥ä¿æŠ¤ä½ ä»¬ï¼â€
â€œä½ ä»¬å®ˆæŠ¤è€…ä¿æŠ¤å­©å­ï¼Œé‚£è°æ¥ä¿æŠ¤ä½ ä»¬ï¼Ÿâ€æ¼†é»‘ä¸å¯ä¸€ä¸–地轻蔑笑é“ï¼Œè€Œå°±åœ¨æ­¤æ—¶ï¼Œé‡æ–°ç›¸ä¿¡å®ˆæŠ¤è€…的孩å­ä»¬é¼“起勇气走上å‰ï¼ŒæŒ¡åœ¨å®ˆæŠ¤è€…å‰é¢ï¼Œç›®å…‰åšå®šåœ°è¯´é“:“我æ¥ä¿æŠ¤ï¼â€
å­©å­ä»¬çš„勇气和信仰化作金色的å±éšœï¼ŒæŠµä½äº†æ¼«å¤©é»‘æ²™çš„æ”»å‡»ã€‚å®ˆæŠ¤è€…ä»¬é‡æ–°æ¢å¤äº†èƒ½é‡ï¼Œç¡ç¥žæ²™äººä¹Ÿå› æ­¤å¤æ´»ã€‚æ¼†é»‘æœ€ç»ˆè´¥åœ¨å®ˆæŠ¤è€…æ‰‹ä¸‹ï¼Œä»–è¢«è‡ªèº«ææƒ§å¹»åŒ–出的黑马所åžå™¬ï¼Œå†æ¬¡æ²‰å…¥åœ°ä¸‹æ·±å¤„。library_story350041ƒHå蛋è”盟的æˆå‘˜ç¬¬ä¸€æ¬¡è§åˆ°å¥¹ï¼Œæ˜¯åœ¨ç”µè§†é‡‡è®¿ä¸Šã€‚身为州长的黛安穿ç€ä¸€èº«ç°è‰²æ­£è£…ï¼Œæ­£å°±æ—¥å‰æ„ˆå‘猖ç—的“å蛋è”盟â€å‘è¡¨æ¼”è®²ã€‚å¥¹çš„è¯­è°ƒå¸¦æœ‰å¹²ç»ƒçš„äº²å’ŒåŠ›ï¼Œæœ‰æ•ˆåœ°æŠšæ…°äº†æ°‘ä¼—çš„ææ…Œæƒ…ç»ªï¼›å¯æ˜¯å¥¹å¯¹äºŽå蛋è”盟的评价,å´ç€å®žä»¤ç”µè§†æœºå‰çš„æœ¬å°Šä»¬å¤§åƒä¸€æƒŠã€‚
â€œæˆ‘ä¸ºä»–ä»¬æ„Ÿåˆ°éš¾è¿‡â€¦â€¦åœ¨æ¶æ„昭彰的犯罪背åŽï¼Œä»–们ä¸è¿‡ä¹Ÿæ˜¯ç¾¤æ»‘ç¨½çš„å¯æ€œäººã€‚â€é»›å®‰åœ¨é•œå¤´å‰è¿™æ ·è®²é“。
å蛋è”ç›ŸæŸæ¬¡ä¸ºäº†ç›—å–能é‡çŸ³è€Œæ··å…¥åæµäººå£«çš„æ™šä¼šï¼Œå…¶æˆå‘˜æ²ƒå°”å¤«çœ‹åˆ°å±•å‡ºçš„è‰ºæœ¯å“æ—¶ï¼Œæ›¾ä¸å±‘一顾地å‘表评价:“真是既没用处也毫无æ„义的垃圾。â€
而黛安å¬åˆ°åŽï¼Œåªæ˜¯æ„味深长地笑了笑:“但有时候,å³ä¾¿æ˜¯åžƒåœ¾ä¹Ÿä¼šå˜æˆç¾Žä¸½çš„ä¸œè¥¿â€”â€”ä¸æ˜¯ä¹ˆï¼Ÿâ€library_story350042ƒ“一åªç‹ç‹¸å’Œç‹¼æ²¡ä»€ä¹ˆä¸åŒã€‚â€
沃尔夫事åŽå›žæƒ³èµ·æ¥ï¼Œåªè§‰é»›å®‰å½“时眼眸中的神色堪称狡黠。
å蛋è”盟五人蒙冤入狱åŽï¼Œæ²ƒå°”å¤«åšæ¢¦éƒ½æƒ³ä¸åˆ°ä¼šæœ‰äººæ¥æ•‘他们。闯进æ¥çš„黑衣女贼身手柔韧矫å¥ï¼Œè½»æ¾åœ°è§£å†³æŽ‰äº†å‘¨å›´çœ‹å®ˆçš„狱å’。
“我想我ä»ç„¶æ˜¯æœ€å¥½çš„å人。â€å¼€ç€èˆ¹å¸¦ä»–们逃离那座监狱的时候,神秘的黑衣人摘下头套,é¢å…·ä¸‹æ˜¯é»›å®‰é‚£å¼ é£Žè½»äº‘淡的脸。
åŽæ¥åœ¨å…¬è·¯ä¸Šè¿½è¸ªæžœé…±æ•™æŽˆï¼Œçœ¼çœ‹åƒé’§ä¸€å‘,黛安拎起手中公文箱,纵身跃出窗外。平平无奇的白箱å­åœ¨ç©ºä¸­æ—‹è½¬ï¼Œå¥‡è¿¹èˆ¬åœ°å˜å‡ºæŠŠæ‰‹å’Œè½¦è½®ã€‚
黛安骑上摩托,风驰电掣而去。
她的黑衣ä¾ç„¶å¦‚当日一般利è½è€Œæ½‡æ´’。library_story350043ƒâ€œä½ å°±æ˜¯â€˜æ·±çº¢çˆªâ€™ï¼Ÿâ€æ²ƒå°”夫问黛安。他此刻还是ä¸å¯ç½®ä¿¡ï¼šæ²¡æœ‰äººèƒ½å°†çœ¼å‰è¿™ä¸ªèº«ç€æ­£è£…的女州长,åŒå½“年那个消失退éšçš„大盗è”系起æ¥ã€‚
“我曾是世界上最好的å°å·ã€‚â€é»›å®‰è€¸äº†è€¸è‚©ï¼Œâ€œå¿«é€Ÿã€æ— ç•,有创造力——那时世界上åªå‰©ä¸€ä»¶ä¸œè¥¿æˆ‘还没有到手,就是金海豚奖æ¯ã€‚â€
“所以你就去追了?â€
â€œæˆ‘ä¸æ˜¯åŽ»è¿½é€å®ƒã€‚我已ç»å¾—到了,并且确ä¿è‡ªå·±å¯ä»¥å…¨èº«è€Œé€€ã€‚â€é»›å®‰é¡¿äº†é¡¿ï¼Œâ€œä½†æ˜¯ï¼Œå½“我æ§èµ·é‡‘海豚奖æ¯ã€åœ¨å¯¹é¢çš„玻璃里照è§è‡ªå·±çš„æ—¶å€™â€”—我最åŽçœ‹åˆ°çš„,还是那åªç‹¡çŒ¾çš„ç‹ç‹¸ã€‚â€
“所以现在我在帮助他们,而éžä¼¤å®³ä»–们。â€é»›å®‰ç¬‘了笑,“我ä»åœ¨è‡ªå·±æ­£ç¡®çš„é“路上。â€library_story350061ƒr平先生从父亲手中继承了平家é¢é¦†ï¼Œå› æ‹¥æœ‰ä»™æ±¤ç§˜æ–¹ï¼Œé¢é¦†äººæ°”很高。一天清晨,他和往日一样去åŽé™¢æ‹¿æ–°é²œè”¬èœï¼ŒæƒŠè®¶åœ°å‘现èåœç­é‡Œæ²¡æœ‰èåœï¼Œåªæœ‰ä¸€åªèƒ–乎乎è„兮兮的熊猫å®å®ï¼Œæ²¡æœ‰ç•™è¨€çº¸æ¡ï¼Œä¹Ÿæ²¡äººæ¥å¯»æ‰¾ã€‚平先生端起å·å¿ƒèœç­å‡†å¤‡å›žåŽ»ï¼Œç†ŠçŒ«å®å®å“­äº†ï¼Œå¹³å…ˆç”Ÿæ­¢ä½è„šæ­¥ï¼Œè½¬èº«çœ‹ç€å®å®ï¼Œå¿ƒä¸­ä¸å¿ï¼Œä¾¿æŠŠä»–带回家,给他洗澡,喂他åƒé¥­ã€‚熊猫å®å®å¯çˆ±åˆå¯æ€œçš„æ¨¡æ ·æ‰“动了平先生,他决定收养å®å®ï¼Œç»™å®å®å–了å字“阿å®â€ã€‚
一晃20年过去了,平先生把阿å®å½“作亲生儿å­ä¸€èˆ¬æŠšå…»ï¼Œä½†æ²¡æœ‰å‘Šè¯‰é˜¿å®çœŸç›¸ï¼Œå¯¼è‡´é˜¿å®ä¸€ç›´ä»¥ä¸ºè‡ªå·±æ˜¯ä»Žé¹…蛋里孵出æ¥çš„。平先生教阿å®å¦‚何下é¢åŒ…包å­ï¼Œå¸Œæœ›é˜¿å®å°†æ¥èƒ½æŽ¥æ‰‹è‡ªå·±çš„é¢é¦†ï¼Œç„¶è€Œé˜¿å®å´å¯¹åŠŸå¤«è¡¨çŽ°å‡ºæµ“åŽšçš„å…´è¶£ã€‚library_story350062‚ã阿å®è¢«é€‰ä¸ºç¥žé¾™å¤§ä¾ ï¼Œç„¶è€Œç¥žé¾™ç§˜ç¬ˆä¸Šä¸€ç‰‡ç©ºç™½ï¼Œé˜¿å®å‚é€ä¸äº†å…¶ä¸­æ¶µä¹‰ï¼Œå分沮丧。平先生æ“ç€åŒæ‰‹ï¼Œç›®éœ²çº ç»“,“有些事我该告诉你,其实我早该告诉你了。â€â€œä¸€å®šæ˜¯èº«ä¸–的秘密â€ï¼Œé˜¿å®å¿ƒæƒ³ã€‚è°çŸ¥é“çˆ¶äº²å‘Šè¯‰ä»–çš„å´æ˜¯ä»™æ±¤çš„ç§˜å¯†é…æ–¹ï¼šâ€œç§˜æ–¹å°±æ˜¯ä¸åŠ æ–™ï¼è¦åšå‡ºç‰¹åˆ«çš„东西,你必须相信它很特别ï¼â€é˜¿å®å†æ¬¡æ‰“å¼€ç¥žé¾™ç§˜ç¬ˆï¼Œä¸€ç‰‡ç©ºç™½çš„ç§˜ç¬ˆä¸­å€’æ˜ å‡ºè‡ªå·±çš„æ¨¡æ ·ï¼šâ€œæ²¡é”™ï¼æ ¹æœ¬å°±æ²¡ä»™æ±¤é…方,也没有什么神龙秘笈ï¼åŠŸå¤«çš„å…³é”®åœ¨äºŽç›¸ä¿¡è‡ªå·±ã€‚â€
阿å®å‚é€ç§˜ç¬ˆçœŸè°›åŽæˆ˜èƒœå¤§é¾™ï¼Œå¹³å…ˆç”Ÿæˆä¸ºäº†é˜¿å®çš„头å·ç²‰ä¸ï¼šâ€œè¿™ä¸ªè¶…å¯çˆ±çš„功夫大侠是我儿å­ï¼â€library_story350063ƒz为了学习气功,阿å®ç¦»å¼€å’Œå¹³è°·ï¼Œå‰å¾€ç†ŠçŒ«æ‘,平先生担心儿å­çš„安全,但也没有阻止。他丢下é¢é¦†ï¼Œå·å·è—入行æŽç­ï¼Œè·Ÿç€å„¿å­æ¥åˆ°ç†ŠçŒ«æ‘。
对于阿å®ç”Ÿçˆ¶æŽå±±çš„出现,平先生感到å‰ä»Žæœªæœ‰çš„屿œºï¼Œè§‰å¾—å„¿å­ä¼šè¢«æŠ¢èµ°ï¼Œå› æ­¤å¯¹æŽå±±å……满忌惮,但当他å‘现æŽå±±å’Œé˜¿å®çˆ¶å­å…³ç³»å‡ºçŽ°è£‚ç—•æ—¶ï¼Œå‡ºäºŽå¯¹å„¿å­çš„爱,他选择跟æŽå±±å±•开一番推心置腹的谈è¯ã€‚æŽå±±æ‹…心因为自己的欺骗,阿å®å†ä¹Ÿä¸åŽŸè°…è‡ªå·±ï¼Œå¹³å…ˆç”Ÿå¼€å¯¼ä»–ï¼šâ€œæœ‰æ—¶å€™æˆ‘ä»¬æ‰€åšçš„错事,往往是出于善æ„。â€ä»–çœ‹ç€æŽå±±ï¼Œéƒ‘é‡åœ°è¯´ï¼šâ€œé˜¿å®çŽ°åœ¨ç—›è‹¦è¿·èŒ«ï¼Œæ­£æ˜¯ä»–æœ€éœ€è¦æˆ‘ä»¬çš„æ—¶å€™ã€‚â€æŽå±±å› æ­¤æ”¾ä¸‹äº†å¿ƒç»“。
å¹³å…ˆç”Ÿå¯¹é˜¿å®æ— ç§çš„爱让他与æ‚娇虎ã€ç†ŠçŒ«ä»¬ä¸€èµ·é¢†æ‚Ÿäº†æ°”åŠŸçš„çœŸè°›ï¼Œå±æ€¥æ—¶åˆ»ç»™äº†é˜¿å®æˆ˜èƒœå¤©ç…žçš„力é‡ã€‚library_story430051ƒW瓦希尔是飞天犀牛大师身边副将的儿å­ï¼Œåœ¨ä¸€åœºæš—æ€ä¸­ï¼Œçˆ¶äº²å› ä¸ºä¿æŠ¤å¤§å¸ˆåŽ»ä¸–ï¼Œæ¯äº²æ‚²ç—›æ¬²ç»ï¼Œè‡ªæ€èº«äº¡ï¼Œç•™ä¸‹äº†å¹´å¹¼çš„瓦希尔。飞天犀牛大师便把瓦希尔接到身边抚养,因为这ç§ç‰¹æ®Šçš„身份,所以无论是犀牛大师自己,还是大师兄雷霆犀利侠(大师的儿å­ï¼‰éƒ½å分宠爱瓦希尔。大师兄监ç£å¤§å®¶ç»ƒåŠŸï¼Œåˆ«äººéƒ½è€è€å®žå®žå¤§å¤ªé˜³ä¸‹æ‰Žç€é©¬æ­¥ï¼Œç“¦å¸Œå°”å´æ‰Žä¸€ä¼šå„¿é©¬æ­¥ï¼Œå°±å·å·èº²åˆ°æ ‘è«ä¸‹ä¹˜å‡‰ï¼Œå¤§å¸ˆå…„ä»¿ä½›æ²¡çœ‹åˆ°ã€‚ä¸‰å¸ˆå…„çœ‹ä¸æƒ¯ï¼Œä¾¿å‡ºè¨€è®­æ–¥ï¼Œä¸¤äººæ‰“了起æ¥ã€‚ç“¦å¸Œå°”ä¸æ•Œä¸‰å¸ˆå…„ï¼ŒçŠ€ç‰›è§’è¢«åˆ©æ–§ç æ–­äº†ã€‚为了安慰瓦希尔,犀牛大师就给他打造了一个金光闪闪的犀牛角罩。瓦希尔ä¸ä»…ä¸å¸å–教训,åè€Œå¾—æ„æ´‹æ´‹ï¼Œå˜å¾—è¶Šæ¥è¶Šç‹‚妄自大ã€åš£å¼ è·‹æ‰ˆèµ·æ¥ã€‚library_story430052ƒ7æˆå¹´åŽçš„瓦希尔被犀牛大师安排镇守长岗监狱,统领åƒå†›çœ‹å®ˆå¤§é¾™ã€‚ä¸€å¤©ï¼Œå¤§é¹…ä¿¡ä½¿å‰æ¥é€šçŸ¥åŠ å¼ºçœ‹å®ˆï¼Œç“¦å¸Œå°”ç”¨åŠ›ä¸€æ‹å¤§é¹…,狂笑:“想从监狱逃走,完全ä¸å¯èƒ½ï¼â€å´æ²¡å‘çŽ°åœ¨ä»–çš„æ‹æ‰“之下,大鹅身上掉è½ä¸€ç‰‡ç¾½æ¯›ï¼Œå‘地下深处飘去。
这片羽毛æˆä¸ºäº†å¤§é¾™æ‰“开枷é”的利器。看到大龙挣脱了一åŠçš„æž·é”,瓦希尔连忙下令å‘射弩箭,然而一支弩箭碰巧射断了é”ä½å¤§é¾™çš„一根é“链,大龙因此æ¥åˆ°åœ°é¢ã€‚æƒŠæ…Œå¤±æŽªçš„ç“¦å¸Œå°”ä¸‹ä»¤ç‚¹ç‡ƒç‚¸è¯æ¥é˜»æ­¢å¤§é¾™é€šè¿‡è¿žæŽ¥ç›‘狱和外界之间的桥æ¢ï¼Œç„¶è€Œå¤§é¾™å´æ‹½ä¸‹äº†ä¸€æ†ç‚¸è¯ï¼Œæ‰”å‘瓦希尔和看守们,一阵震耳欲è‹çš„轰鸣声åŽï¼Œç“¦å¸Œå°”被炸飞,黄金犀牛角罩è½åœ¨åœ°ä¸Šï¼Œæ»´æºœæºœåœ°è½¬äº†ä¸ªåœˆã€‚library_story430071ƒ\戈伯没了一åªèƒ³è†Šå’Œä¸€æ¡è…¿ã€‚è¿™éƒ½æ˜¯ä»–åœ¨å¯¹é¾™æˆ˜åœºä¸Šçš„åŠŸå‹‹è¯æ˜Žï¼Œå› æ­¤ä»–常常对孩å­ä»¬è®²èµ·è¿™æ®µç»åŽ†ã€‚
â€œé‚£æ¡æ¶é¾™ä¸€ç”¨åŠ›ï¼Œå°±æŠŠæˆ‘çš„æ‰‹è‡‚æ•´ä¸ªå’¬æ–­åžäº†ä¸‹åŽ»ï¼çœ‹ç€å®ƒçš„表情,好åƒåœ¨è¯´æˆ‘å¾ˆç¾Žå‘³ã€‚â€æŸæ¬¡å›´åœ¨ç¯ç«æ—,戈伯一边娴熟地用左手的é“é’©å‰èµ·çƒ¤é¸¡è…¿ï¼Œä¸€è¾¹ç»˜å£°ç»˜è‰²åœ°è®²é“,“它肯定把这一消æ¯åˆ†äº«ç»™äº†å…¶ä»–åŒç±»ã€‚因为ä¸åˆ°ä¸€ä¸ªæœˆï¼Œæˆ‘的腿就被å¦ä¸€æ¡é¾™å’¬æŽ‰äº†ã€‚â€
å°½ç®¡è¿‡å¾€å‡¶é™©å¯æ€–,但戈伯的日常生活并没有å—到多少影å“。左掌装的é“钩令他无论锻é“还是抓å–食物都游刃有余,å³è…¿è£…çš„å‡è‚¢è®©ä»–行动也如正常人一般矫å¥ã€‚一直以æ¥ï¼Œæˆˆä¼¯ç”Ÿæ´»åœ¨åšå…‹å²›ä¸Šï¼Œä¸ä»…照管自己é“匠铺的生æ„,还担负ç€è®­ç»ƒåŽè¾ˆã€ä½¿ä»–们适应屠龙战场的任务。library_story430072ƒe戈伯是酋长å²å›¾ä¾å…‹çš„好å‹ã€‚ä»–ä»¬æœ‰ç€æ•°åå¹´çš„æ·±åŽšäº¤æƒ…â€”â€”æ­£å› ä¸ºå¦‚æ­¤ï¼Œå¯¹äºŽå¸Œå¡æ™®çš„æ•™è‚²é—®é¢˜ï¼Œæˆˆä¼¯ä¹Ÿæ˜¯ä¸ºæ•°ä¸å¤šæ•¢åœ¨å²å›¾ä¾å…‹é¢å‰ç›´è¨€ä¸è®³çš„人。
å²å›¾ä¾å…‹çš„妻å­â€”â€”ä¹Ÿå°±æ˜¯å¸Œå¡æ™®çš„æ¯äº²ï¼Œåœ¨å¾ˆå¤šå¹´å‰å°±â€œç¦»åŽ»â€äº†ã€‚æ—中的年轻人大多都对这段往事知之甚少,但戈伯显然ä¸åœ¨æ­¤åˆ—ã€‚å¸Œå¡æ™®é•¿å¤§ä»¥åŽï¼Œä¸Žæ¯äº²åœ¨é¾™å·¢æ„外é‡é€¢ï¼Œæˆˆä¼¯ä¸€è¾¹çœ‹ç€å²å›¾ä¾å…‹æ¿€åŠ¨åˆ°è€æ³ªçºµæ¨ªçš„æ¨¡æ ·ï¼Œä¸€è¾¹å¿ä¸ä½æ‘‡äº†æ‘‡å¤´ã€‚
“爱情å¯çœŸéº»çƒ¦ï¼Œå¯¹å§ï¼Ÿè¿™å°±æ˜¯æˆ‘多年æ¥ä¸€ç›´ä¿¡å¥‰å•èº«çš„åŽŸå› ã€‚â€æˆˆä¼¯å˜´ä¸Šä»è¯´ç€é£Žå‡‰è¯ï¼Œä½†ç»ˆç©¶å¿ä¸ä½éœ²å‡ºäº†æ¬£æ…°çš„笑容,“她能回æ¥ï¼Œè¿™ä¹Ÿä¸é”™ã€‚åªæ˜¯åƒä¸‡ä¸èƒ½è®©å¥¹åšé¥­â€”â€”å¥¹çš„è‚‰ä¸¸å­æ¯”æˆ˜åœºä¸Šçš„é¾™è¿˜ææ€–。我现在还难以忘记那糟糕的味é“呢。â€library_story430073ƒ‹å¸Œå¡æ™®ä»Žå°å°±åœ¨æˆˆä¼¯çš„é“匠铺当学徒,戈伯几乎是看ç€ä»–é•¿å¤§çš„ã€‚é‚£æ—¶å¸Œå¡æ™®èº«å½¢ç˜¦å°ï¼Œå‡ ä¹Žå®Œå…¨æ²¡æœ‰å¯¹é¾™æˆ˜æ–—力,为此也挨了戈伯ä¸å°‘嘲讽。
ä½†æ˜¯ï¼Œå¸Œå¡æ™®å½“上酋长之åŽï¼Œæ¯å½“ä»–é‡åˆ°è¿·èŒ«ä¸Žå›°éš¾ï¼Œæˆˆä¼¯ä¹Ÿæ€»åœ¨ä»–身边安慰开导他。
åˆæ¬¡ä¸Žæ— ç‰™ä»”åˆ†åˆ«çš„æ—¶å€™ï¼Œå¸Œå¡æ™®å¤±é­‚è½é­„地站在ç¯ç«æ—,喋喋ä¸ä¼‘åœ°æœæˆˆä¼¯è¯‰è¯´ç€ä»–çš„æ‹…å¿ƒã€‚è€Œæˆˆä¼¯åªæ˜¯åœ¨ä»–身æ—耸了耸肩,æ„味深长地说:“你ä¸å¯èƒ½é©¯æœæ‰€æœ‰é¾™â€”—总有一天,你è¦å­¦ä¼šæ…¢æ…¢æ”¾æ‰‹ã€‚䏿˜¯å—?â€
ä»–çš„è¯ä¸€è¯­æˆè°¶ï¼Œä¸ä¹…以åŽï¼Œæ— ç‰™ä»”就带领所有龙æ—å‰å¾€éšç§˜ä¹‹å¢ƒã€‚
分别的那天,戈伯æœç€è¿œåŽ»çš„é¾™ç±»å¤§å†›ï¼Œå¥‹åŠ›åœ°æŒ¥äº†æŒ¥åŒæ‰‹ã€‚å³ä¾¿æ²¡æœ‰äº†é¾™ï¼Œä½†æˆˆä¼¯ä»ä¼šä¸Žåƒåƒä¸‡ä¸‡ä¸ªç»´äº¬äººåŒä¼´ä¸€èµ·ï¼Œç»§ç»­åœ¨è¿™ç‰‡åœŸåœ°ä¸Šå‹‡æ•¢æ— ç•地生活下去å§ã€‚library_story440061ƒa“她是一个怪兽,怪兽啊ï¼â€å­¤å„¿é™¢é‡Œä¸€ç¾¤å°åŠ¨ç‰©ææƒ§åœ°çœ‹ç€ä¸€åªå¹´å¹¼çš„åŽå—虎,窃窃ç§è¯­ç€ã€‚è¿™åªåŽå—虎就是娇虎,她没有软软的毛å‘ï¼Œæœ‰çš„åªæ˜¯å°–é”çš„ç ç‰™å’Œé”‹åˆ©çš„爪å­ï¼Œå°åŠ¨ç‰©ä»¬éƒ½æ€•å¥¹ã€‚åœ¨ä»–äººæŽ’æ–¥çš„çœ¼ç¥žä¸­ï¼Œå¨‡è™Žå­¤ç‹¬åœ°æŠ±èµ·åŒè‡‚,缩在房间å°å°çš„è§’è½é‡Œã€‚
浣熊师傅推开门,娇虎扭头诧异地看ç€å¸ˆå‚…ï¼Œâ€œä½ ä¸æ€•我å—?我是怪兽娇虎。â€â€œä¸ï¼Œä½ ä¸æ˜¯æ€ªå…½ï¼Œä½ åªæ˜¯ä¸€ä¸ªå°å¥³å­©â€ï¼Œå¸ˆå‚…å¹³é™åœ°è¯´åˆ°ã€‚师傅拿出几åå—æœ¨å—,给娇虎示范如何控制自己的力é‡ï¼Œå‘Šè¯«å¥¹æ‰‹è¦æ²‰ï¼Œå¿ƒè¦ç¨³ã€‚æ—¥å¤ä¸€æ—¥ï¼Œåœ¨æç¢Žæ— æ•°æœ¨å—åŽï¼Œå¨‡è™Žç»ˆäºŽæˆåŠŸäº†ï¼Œå¥¹ç”¨æœ¨å—æ‘†å‡ºäº†ä¸€å¹…完美的太æžå›¾æ¡ˆã€‚师傅决定收养娇虎,在晚霞中,娇虎迈ç€å¿«ä¹çš„æ­¥ä¼è·Ÿç€å¸ˆå‚…å‘翡翠宫走去。library_story440062ƒgå·¨äººæ­¦å£«é‡ŽçŒªè¦æ”»æ‰“翡翠宫,师傅在å·è½´ä¸Šå†™ä¸‹å››ä¸ªäººçš„å字,让娇虎找这四人æ¥ç›¸åŠ©ï¼Œå¯æ˜¯å¨‡è™Žä¸€å‡ºé—¨å°±æ‘”倒了,å·è½´æ»šè½ã€‚找到å·è½´åŽï¼Œå¨‡è™ŽæŒ‰ç…§å啿‰¾æ¥äº†çµé¹¤ã€é‡‘猴ã€ä¿å°é¾™ã€èž³èž‚,她惊喜地å‘çŽ°å¤§å®¶å„æœ‰æ‰€é•¿ã€‚然而师傅å´ä¸è®¤å¯ï¼Œå¨‡è™Žç¬¬ä¸€æ¬¡ä¸Žå¸ˆå‚…产生了争åµï¼Œâ€œæˆ‘观察过他们,他们都很有本领ï¼â€åŽŸæ¥å¨‡è™Žæ¡åˆ°çš„æ˜¯é˜¿å®çš„å·è½´ï¼Œä¸Šé¢æ˜¯é˜¿å®çš„èŒä¸šæ¢¦æƒ³ï¼ˆæ¸…æ´å·¥ã€å–œå‰§æ¼”员ã€èˆžè¹ˆæ¼”员ã€åŒ»ç”Ÿï¼‰ã€‚
野猪æ¥è¢­ï¼Œå¨‡è™Žæ°”沉丹田,模仿师傅的样å­å‡ºæ‹³ï¼Œå¯æ˜¯å´è¢«åŠ¨æŒ¨æ‰“ã€‚èººåœ¨åœ°ä¸Šçš„å¨‡è™Žçœ‹ç€ä¼™ä¼´ä»¬è‡ªç”±è…¾è·ƒçš„身姿,一咬牙,挣脱了æŸç¼šï¼Œæ‰­è…°ã€å±ˆè†ã€å‡ºå‡»ï¼Œæ‰“败了野猪。娇虎顺应天性展现出æ¥çš„æ­¦åŠŸå¤©èµ‹å¾—åˆ°äº†å¸ˆå‚…çš„è®¤å¯ï¼Œè¢«å¸ˆå‚…称为娇虎风格。library_story440063‚é师傅对娇虎一直严厉有余,亲近ä¸è¶³ï¼Œå½¢æˆäº†å¥¹åšå¼ºéšå¿çš„æ€§æ ¼ã€‚尽管娇虎ç»å¸¸æ¿ç€ä¸€å¼ é¢ç˜«è„¸ï¼Œè¡¨çް得ä¸è‹Ÿè¨€ç¬‘ã€å¼ºæ‚冷酷,但实际上她也有女性细腻温柔的一é¢ã€‚
沈王爷的孔雀伪眼唤起了阿å®å¯¹äºŽçˆ¶æ¯çš„片段记忆,夜晚阿å®å¿ƒç»ªéš¾å¹³ï¼Œå¨‡è™Žä¸»åŠ¨åˆ°ç”²æ¿ä¸Šä¸Žä»–谈心。阿å®å¤šæ¬¡å› å­”é›€ä¼ªçœ¼å¤±è¯¯ï¼Œå¨‡è™Žæ„¤æ€’åœ°è¦æ±‚ä»–ä¸å†å‚战,阿å®å´æ‰§æ„å‰å¾€ï¼Œå¨‡è™Žä¾¿ä¸€æ¬¡æ¬¡å‡ºæ‰‹å°†å…¶å‡»å€’ã€‚é˜¿å®æ— å¥ˆä¸‹é“出自己与父æ¯ç¦»æ•£çš„身世和沈王爷有关,å¬å®Œï¼Œå¨‡è™Žåˆä¸€æ¬¡è¿…速冲出去,众人惊呼“ä¸è¦ï¼â€è°çŸ¥å¨‡è™Žè¿™æ¬¡å´ç´§ç´§æŠ±ä½äº†é˜¿å®ï¼Œç›®éœ²æ„Ÿä¼¤ï¼Œåœ¨ä»–肩头轻轻说到:“我ç†è§£ä½ ã€‚â€library_story450011‚ äº”百年å‰ï¼Œå¹´è½»çš„ä¹Œé¾Ÿæ„æ°”风å‘ï¼Œå¤©ç…žä¸Žä»–æ˜¯å½¢åŒæ‰‹è¶³çš„æˆ˜å‹ï¼Œä¸¤äººå¹¶è‚©ä½œæˆ˜ç»Ÿé¢†ç€ä¸€æ”¯éƒ¨é˜Ÿã€‚在一次战役中,乌龟ä¸å¹¸ä¸­äº†åŸ‹ä¼ï¼Œèº«è´Ÿé‡ä¼¤ã€‚天煞抱ç€ä»–天涯海角地寻访å医,历ç»åƒéš¾ä¸‡é™©æ¥åˆ°ç¥žç§˜çš„熊猫æ‘。善良的熊猫们用气功治愈了乌龟,还教会了他们如何è¿ç”¨æ°”ã€‚å¤©ç…žè¢«æ°”åŠŸå¼ºå¤§çš„åŠ›é‡æ‰€å¸å¼•ï¼Œå¿ƒç”Ÿè´ªå¿µï¼Œå¦„å›¾ç‹¬å æ‰€æœ‰äººçš„æ°”。一边是黑化的兄弟,一边是善良淳朴的救命æ©äººï¼Œä¹Œé¾Ÿå†…心å分挣扎,最终他选择了站在正义的一方,手æŒç«¹æ–,与天煞打得地动山摇,最åŽå°†ä»–打入çµç•Œï¼Œå°å°äº†èµ·æ¥ã€‚library_story450012ƒr气功的修炼让乌龟大师领会到世间万物都有自己的特点和规律,凡事应顺势而为,武学修炼亦是如此。他离开熊猫æ‘,孤身游历江湖,多年åŽåˆ›å»ºäº†ç¿¡ç¿ å®«ï¼Œä¸Žæµ£ç†Šå¸ˆå‚…亦师亦å‹ã€‚浣熊师傅因为教育大龙的失败ç»åŽ†è€Œä¸¥æ ¼è¦æ±‚娇虎控制自己的天性,乌龟大师则æŒç€é¡ºåº”自然的无为ç†å¿µï¼Œå¼•å¯¼æµ£ç†Šå¸ˆå‚…å› ææ–½æ•™è®­ç»ƒå¨‡è™Žã€‚åœ¨ç¥žé¾™å¤§ä¾ çš„äººé€‰ä¸Šï¼Œä¹Œé¾Ÿå¤§å¸ˆå†æ¬¡ç¿æ™ºåœ°ä»¥æ¡ƒæ ‘为喻,“我无法强迫它开花愉悦我,也ä¸èƒ½å‚¬å®ƒç»“æžœâ€ï¼Œâ€œæ— è®ºä½ åšä»€ä¹ˆï¼Œè¿™ç§å­ç»ˆä¼šé•¿æˆæ¡ƒæ ‘,也许你想è¦è‹¹æžœæˆ–橘å­ï¼Œä½†ä½ å¾—到的åªèƒ½æ˜¯æ¡ƒå­â€ã€‚他眼神希冀地å‡è§†ç€æµ£ç†Šå¸ˆå‚…,希望师傅能“相信â€é˜¿å®ã€‚在乌龟大师的å¯å‘下,浣熊师傅终于å‘现阿å®å¯¹é£Ÿç‰©çš„热情,因势利导教会了阿å®åŠŸå¤«ã€‚library_story450013ƒ|在对浣熊师傅å‘表关于桃树的精妙言论åŽï¼Œä¹Œé¾Ÿå¤§å¸ˆä¾¿åŒ–作花瓣羽化登仙,进入çµç•Œã€‚多年åŽåœ¨çµç•Œé‡Œä¹Œé¾Ÿå¤§å¸ˆå†é‡å¤©ç…žï¼Œæ•°ä¸ªå›žåˆåŽè½äºŽä¸‹é£Žï¼Œå¤©ç…žç‹‚笑:“è€ä¼™è®¡ï¼Œä½ æ€Žä¹ˆå˜å¼±äº†ï¼Ÿâ€ä¹Œé¾Ÿå¤§å¸ˆæ·¡ç„¶ä¸€ç¬‘,毫ä¸åœ¨æ„地缓缓闭上了眼ç›ã€‚
åŽæ¥å¤©ç…žä¸ºç¥¸äººé—´ï¼Œé˜¿å®åœ¨äº²äººæœ‹å‹çš„帮助下掌æ¡äº†æ°”功,打败天煞。乌龟大师的气被释放出æ¥ï¼Œä»–欣慰地看ç€é˜¿å®ï¼Œç›®éœ²æ…ˆçˆ±ï¼Œâ€œä½ ç»ˆäºŽæˆä¸ºçœŸæ­£çš„æ°”åŠŸå¤§å¸ˆäº†ï¼Œä¸æž‰æˆ‘å½“åˆæ•…æ„败给天煞。â€ä¹Œé¾Ÿå¤§å¸ˆå‘Šè¯‰é˜¿å®ï¼Œåˆè§é‚£å¤©ä»–便从阿å®èº«ä¸Šçœ‹åˆ°äº†åŠŸå¤«çš„æœªæ¥å’Œè¿‡å¾€ï¼Œåªæœ‰é˜¿å®ç»“åˆäº†é˜´é˜³ä¸¤æžï¼Œâ€œè¿™å°±æ˜¯æˆ‘选中你的原因,你也是我真正的继承者â€ï¼Œè¯´å®Œéƒ‘é‡åœ°å°†å¤ªæžæƒæ–交给阿å®ï¼Œè½¬èº«åœ¨æ¼«å¤©èŠ±é›¨ä¸­é£žä¸Šæ ‘æžï¼Œç›®å…‰æ·±é‚ƒåœ°çœºæœ›ç€è¿œæ–¹ã€‚library_story530011‚Ù“我是埃雷特,是è€åŸƒé›·ç‰¹çš„å„¿å­ï¼Œå½“ä»Šä¸–ä¸Šæœ€å¥½çš„é¾™æ•æ‰‹ã€‚æ¯•ç«Ÿï¼Œä¸æ˜¯è°éƒ½èƒ½å¤ŸæŠ“ä½å¤œç…žã€‚â€
埃雷特今年二å五å²ï¼Œä»–身æé«˜å¤§ã€ä½“æ ¼é­æ¢§ï¼Œæœ‰ç€çŸ«å¥æ•æ·çš„身手与典型的生æ„人头脑。他是一åé¾™æ•æ‰‹ï¼Œä¸€ç›´ä»¥æ¥ï¼Œä»–都将æ•获到的龙å–给德雷格。
埃雷特一直以æ¥éƒ½å‚²æ…¢è‡ªè´Ÿï¼Œç„¶è€Œå°½ç®¡å¦‚此,他还是惧怕ç€å¾·é›·æ ¼ã€‚ä»–èƒ¸å‰æœ‰ä¸€ä¸ªå¾ˆå¤§çš„ã€ç±»ä¼¼ç¬¦å·çš„烙å°â€”—那是埃雷特æŸä¸€æ¬¡æ²¡æœ‰æŒ‰æ—¶äº¤ä»˜é¾™åªï¼Œè¢«æ€’ç«ä¸­çƒ§çš„德雷格烙上的。
埃雷特就这样活在德雷格的阴影下,为求自ä¿ä¸æ‹©æ‰‹æ®µã€‚直到æŸä¸€æ—¥ï¼Œåœ¨ä¸€æ¬¡æ•æ‰å¤œç…žçš„作战中,他é‡åˆ°äº†å¸Œå¡æ™®ã€‚library_story530012ƒ埃雷特原本引以为豪的æ•é¾™æ‰‹æ®µï¼Œåœ¨å¸Œå¡æ™®é¢å‰é­å—äº†å‰æ‰€æœªæœ‰çš„æŒ«è´¥ã€‚他使用æ•龙网ã€é£žç´¢ç­‰å„ç§æ­¦å™¨ï¼Œä¸é—余力地抓æ•夜煞与风里飞,å´è¢«ä¸¤å¤´é¾™è½»è€Œæ˜“举地玩弄于股掌之间。
埃雷特与风里飞就此结下了æ¢å­ã€‚åŽæ¥ï¼Œäºšä¸ç¿ ä¸ºæŽ¥è¿‘德雷格的领地,更是ä¸ç”±åˆ†è¯´è®©é£Žé‡Œé£žæŠ“æ•起埃雷特,将他从几万里的高空丢下,差点å“得埃雷特魂飞天外——但是,在抵达德雷格的巢穴时,风里飞把埃雷特牢牢地按在自己怀里,并在德雷格的攻击下èˆèº«ä¿æŠ¤åŸƒé›·ç‰¹ã€‚
他们的å‹è°Šä¹‹èŠ±ä»Žé‚£ä¸€åˆ»å¼€å§‹ã€‚åŽæ¥ï¼ŒåŸƒé›·ç‰¹èˆå‘½å°†é£Žé‡Œé£žä»Žå¾·é›·æ ¼çš„æ‰‹ä¸­æ•‘å‡ºï¼Œä»–ä¹Ÿä»Žæ­¤å¼ƒæš—æŠ•æ˜Žï¼ŒåŠ å…¥äº†å¸Œå¡æ™®ç­‰äººçš„龙骑士行列。library_story530013‚«è‡ªä»Žç»“è¯†å¸Œå¡æ™®ä¹‹åŽï¼ŒåŸƒé›·ç‰¹é€æ¸å¯Ÿè§‰åˆ°ï¼Œé¾™ç±»å¹¶éžæ®‹æš´å†·é…·çš„生物;相å,它们具有éžåŒå¯»å¸¸çš„æ™ºæ…§ä¸Žæ¸©æƒ…。从此,埃雷特对龙的æ€åº¦æœ‰äº†å¾ˆå¤§è½¬å˜ï¼Œåœ¨å¸Œå¡æ™®æœ€ç»ˆå¯¹å¾·é›·æ ¼çš„作战中,埃雷特也出了ä¸å°‘力。
战斗结æŸåŽï¼ŒåŸƒé›·ç‰¹åœ¨ç»´äº¬å²›ä¸Šå¾˜å¾Šä¸åŽ»ã€‚è¿™æ—¶å¸Œå¡æ™®æ¥åˆ°äº†ä»–çš„é¢å‰ï¼Œå¹¶æ²¡æœ‰è¯´å¤šä½™çš„è¯ï¼Œåªæ˜¯è½»ææ·¡å†™åœ°å¯¹ä»–耸了耸肩:“颅碎龙需è¦ä¸€ä¸ªæ–°ä¸»äººã€‚——它看起æ¥å¾ˆå–œæ¬¢ä½ ã€‚â€
从此,埃雷特就留在了åšå…‹å²›ã€‚当他夜里与维京人一起围å在ç¯ç«æ—谈天说地的时候,头一次感觉自己迎æ¥äº†ç¾Žå¥½çš„æ–°ç”Ÿã€‚library_story540051ƒ[无牙仔第一次è§åˆ°å¸Œå¡æ™®ï¼Œæ˜¯åœ¨ç»´äº¬æ¹–畔的密林中。那时它刚刚在一场å·è¢­ä¸­è¢«å‰ŠåŽ»äº†å·¦è¾¹çš„å°¾ç¿¼ï¼Œå½“å¸Œå¡æ™®å‘现它的时候,它浑身被绳网æ†ç¼šç€ï¼Œå“€å“€åœ°çžªå¤§çœ¼ç›ï¼Œç­‰å¾…ç€æ­»äº¡çš„é™ä¸´ã€‚
坿˜¯ä»¤æ— ç‰™ä»”æ„æƒ³ä¸åˆ°çš„æ˜¯ï¼Œçœ¼å‰è¿™ä¸ªäººç±»ç”·å­©å¹¶æ²¡æœ‰ä¸¾åˆ€æ€äº†å®ƒï¼Œå而犹豫å†ä¸‰ï¼Œä¸Šå‰è§£å¼€äº†å®ƒçš„绳索。
æ­¤åŽï¼Œè¿™ä¸ªç”·å­©ä¸ä½†é™ªå®ƒä½œç”»çŽ©è€ã€ç»™å®ƒå¸¦é±¼åƒï¼Œè¿˜äº²è‡ªåŠ¨æ‰‹ç»˜åˆ¶è®¾è®¡å›¾ï¼Œä¸ºå®ƒå®‰è£…ä¸Šäº†æœºæ¢°å°¾ç¿¼ã€‚
“你没有牙齿,就å«ä½ æ— ç‰™ä»”å§ã€‚â€å¸Œå¡æ™®å¯¹å®ƒè¿™ä¹ˆè¯´ã€‚那时他们已ç»é…åˆé»˜å¥‘,无牙仔å¯ä»¥ç”±å¸Œå¡æ™®éª‘åœ¨å®ƒèƒŒä¸Šæ“æŽ§å°¾ç¿¼ï¼Œé‡æ–°è‡ªå¦‚地在云间穿梭。
无牙仔望ç€å¸Œå¡æ™®è„¸ä¸Šçš„笑æ„,亲昵地蹭了蹭他的手。此åŽï¼Œä»–们就一直是最好的伙伴与朋å‹ã€‚library_story540052ƒdé¾™æ—的最高精神领袖称为阿尔法。原本的阿尔法是一åªå†°é¾™ï¼Œå®ƒæ¸©æŸ”å¼ºå¤§ï¼Œå¯æ˜¯å¾·é›·æ ¼çš„åˆ°æ¥æ”¹å˜äº†è¿™ä¸€åˆ‡ã€‚
他命令手下的黑龙å–代阿尔法的地ä½ï¼Œæ“控龙群为éžä½œæ­¹ï¼Œç”šè‡³ä¹Ÿæ“纵了无牙仔的心智,令它ä¸å—æŽ§åˆ¶åœ°æ”»å‡»å¸Œå¡æ™®çš„亲人。
尽管é­å—了巨大的伤痛,å¯å¸Œå¡æ™®ä¾ç„¶æ²¡æœ‰æ”¾å¼ƒå”¤é†’æ— ç‰™ä»”ã€‚â€œé‚£ä¸æ˜¯ä½ çš„错,我知é“你永远ä¸ä¼šä¼¤å®³æˆ‘……醒过æ¥å§ï¼Œä½ æ˜¯æˆ‘最好的朋å‹ï¼â€
无牙仔的瞳孔åå¤ç¼©ç´§åˆæ”¾å¤§ï¼Œå®ƒåœ¨ç—›è‹¦åœ°å¯¹æŠ—æ¥è‡ªé˜¿å°”法的精神å¨åŽ‹â€”â€”æœ€ç»ˆå®ƒç开了眼ç›ï¼Œçž³åº•仿—§æ¸…澈åˆåšå®šã€‚
å®ƒè·ƒä¸Šé«˜é«˜çš„å†°å´–ï¼Œæ¯«ä¸æƒ§æ€•地与阿尔法对峙。无牙仔强大的精神力使它æˆä¸ºäº†æ–°çš„阿尔法,它解除了龙群的控制,åˆåŠ›å°†é»‘é¾™ä¸Žå¾·é›·æ ¼èµ¶å›žäº†æ·±æµ·ã€‚library_story540053ƒTæ— ç‰™ä»”ä¸Žå¸Œå¡æ™®ç­‰äººä¸€èµ·ç”Ÿæ´»äº†å¾ˆå¤šå¹´ï¼Œç›´åˆ°çŒŽé¾™äººè‘›æž—魔的出现。
ç»´äº¬äººè´¹äº†å¥½ä¸€ç•ªåŠ›æ°”æ‰æœ€ç»ˆé˜»æ­¢äº†è‘›æž—魔的阴谋,但ç»è¿‡æ­¤ç•ªæˆ˜æ–—ï¼Œå¸Œå¡æ™®æ„识到,龙类åªè¦è¿˜ç”Ÿæ´»åœ¨ç»´äº¬å²›ä¸Šä¸€æ—¥ï¼Œå¿ƒæ€€ä¸è½¨çš„屠龙者就始终有机å¯ä¹˜ã€‚
ä¸Žæ­¤åŒæ—¶ï¼Œæ— ç‰™ä»”也é‡è§äº†ä¸Žå®ƒå¤©é€ åœ°è®¾çš„白龙光煞——眼è§è‡ªå·±æœ€å¥½çš„伙伴å å…¥çˆ±æ²³ï¼Œå·²æˆä¸ºé…‹é•¿çš„å¸Œå¡æ™®ç»ˆäºŽåšå‡ºäº†å†³å®šï¼šè®©æ— ç‰™ä»”å¸¦ç€æ‰€æœ‰é¾™ç¾¤ç¦»å¼€ï¼Œå›žåˆ°æ²¡æœ‰äººç±»æ‰“扰的éšç§˜ä¹‹å¢ƒï¼Œé‚£æ˜¯ç‹¬å±žäºŽé¾™æ—的故乡。
直到多年以åŽï¼Œæ— ç‰™ä»”ä¸Žå¸Œå¡æ™®åœ¨æµ·èˆ¹ä¸Šå†åº¦é‡é€¢ï¼Œé‚£æ—¶ä»–们都已ç»å„¿å¥³æˆè¡Œã€‚æ— ç‰™ä»”å°†å¸Œå¡æ™®çš„å­©å­è½½åœ¨èƒŒä¸Šï¼Œå†æ¬¡ä¸Žè‡ªå·±æœ€å¥½çš„æœ‹å‹åœ¨é«˜é«˜çš„äº‘å·…é£žç¿”ï¼Œæ­Œå”±ç€æ°¸ä¸å®Œç»“çš„ã€äººä¸Žé¾™çš„å‹è°Šä¹ç« ã€‚library_return守护者的回礼 library_gifts赠礼library_biographyä¼ è®° library_story故事library_activatable 坿¿€æ´»library_HeroStory {0}的故事library_HeroStoryDescribe{0}å¥½åƒæœ‰è¯è¦å¯¹ä½ è¯´ã€‚library_outcome_10001008 结局1说明library_outcome_10001009 结局2说明library_outcome_10001013 结局3说明library_outcome_10001014 结局4说明library_title_10001008结局1library_title_10001009结局2library_title_10001013结局3library_title_10001014结局4mysterymoon_progress挑战次数 :{0} /{1}mysterymoon_remaining剩余挑战:mysterymoon_number人数:{0}/{1}mysterymoon_after${0}之åŽè‡ªåŠ¨å…±äº«åˆ°ä¸–ç•Œé¢‘é“mysterymoon_laterç¨åŽmysterymoon_immediately ç«‹å³æ‰§è¡Œmysterymoon_share这是你分享的月之秘境mysterymoon_sharelocation请选择分享频é“mysterymoon_world 世界频é“mysterymoon_channel 工会频é“mysterymoon_searchnumber 房间人数:mysterymoon_expired 已过期mysterymoon_ShareText'月之秘境开å¯ï¼Œç‚¹å‡»åŠ å…¥ï¼š{0}Victory_in_attack 攻击胜利 Attack_failed 攻击失败Defensive_victory 防御胜利Defensive_failure 防御失败Revenge_victory å¤ä»‡èƒœåˆ©Revenge_Failed å¤ä»‡å¤±è´¥ Revenge_end å¤ä»‡ç»“æŸ talent_point星象点数:talent_unlocktipè§£é”æ˜Ÿè±¡éœ€è¦ä»¥ä¸Šæ¡ä»¶talent_prepositivetalent å‰ç½®æ˜Ÿè±¡talent_materials éœ€è¦ææ–™ talent_reset9é‡ç½®æ˜Ÿè±¡ç‚¹éœ€è¦{0}颗钻石。确实è¦é‡ç½®å—?Memberæˆå‘˜SignIn签到GuildInformation 公会信æ¯ApplyFor 申请列表 DailyRecord æ¯æ—¥è®°å½•Dissolve解散Quit退出 QuitGuild 退出公会 ActiveRanking 活跃排行 CreationTime 创建时间 MembersNumber æˆå‘˜æ•°é‡GuildWarRanking公会战排行ActiveThisWeek 本周活跃 QuitGuildTipsR退出åŽ[color=#fd424e]24å°æ—¶[/color]内ä¸èƒ½åŠ å…¥å…¶ä»–å…¬ä¼šæˆ–åˆ›å»ºå…¬ä¼š President会长Modify修改 nametip_nullåç§°ä¸èƒ½ä¸ºç©ºnametip_lengthå称最多12个字符 nametip_txtå称包å«éžæ³•字符 NotRanking 无排行 GuildSignTip1昨天签到的人数 GuildSignTip2 签到奖励 GuildSignTip3>今天是本公会[color=#0aca37]第{0}个签到[/color]的。 GuildSignTip4V如果[color=#0aca37]有{0}人[/color]签到,他们将获得下一阶段的奖励。 GuildSignTip5今日已签到 GuildSignTip6Gå·²[color=#0aca37]有{0}人[/color]签到,达到最高签到奖励。 -talenttree天赋树玩法介ç»signin1昨日0人签到signin2昨日5人签到signin3昨日10人签到signin4昨日15人签到signin5昨日20人签到Open_when_reaching_level达到{0}级开å¯Earnings_Preview 收益预测Production_Queue生产队列: In_Production 生产中Equipment_completed装备生产完毕 +talenttree星象玩法介ç»signin1昨日0人签到signin2昨日5人签到signin3昨日10人签到signin4昨日15人签到signin5昨日20人签到Open_when_reaching_level达到{0}级开å¯Earnings_Preview 收益预测Production_Queue生产队列: In_Production 生产中Equipment_completed装备生产完毕 Picking_upå–è´§Have_nothing_at_all 一无所有Waiting 等待中AgreeåŒæ„Refusedæ‹’ç»Impeach弹劾 OnlineInfo åœ¨çº¿ä¿¡æ¯ Contribution贡献GuildJobèŒä½ LastLoggedIn上次登录时间Self自己NOJOB æ— èŒä½MEMBERæˆå‘˜ADMIN 管ç†å‘˜ VICEPRESIDENT 副会长 PRESIDENT会长 TaskDetails任务详细信æ¯PersonalRewards 个人奖励 GuildRewards 公会奖励 -NoMessages 没有消æ¯MailTitle_GuildDissolution 公会解散MailTitle_GuildExpel 移出公会MailTitle_GuildApproved 加入公会/MailTitle_Activity_PrivilegeCardDailyReward_lv1奖励/MailTitle_Activity_PrivilegeCardDailyReward_lv2奖励MailTitle_SeasonPagodaReward赛季塔排行奖励MailTitle_ArenaRankingReward竞技场排行奖励MailTitle_CaravanReward商队挂机奖励MailTitle_VipLvReward 商会分红MailRecipient_GuildDissolution 通知:MailRecipient_GuildExpel 通知:MailRecipient_GuildApproved 通知:3MailRecipient_Activity_PrivilegeCardDailyReward_lv1亲爱的玩家:3MailRecipient_Activity_PrivilegeCardDailyReward_lv2亲爱的玩家: MailRecipient_SeasonPagodaReward亲爱的玩家: MailRecipient_ArenaRankingReward亲爱的玩家:MailRecipient_CaravanReward亲爱的玩家:MailRecipient_VipLvReward亲爱的{0}:MailContent_GuildDissolution*您加入的{0}公会已被会长解散。MailContent_GuildExpel-您加入的{0}公会已将您移除公会。MailContent_GuildApproved*{0}公会已ç»é€šè¿‡æ‚¨çš„加入申请。1MailContent_Activity_PrivilegeCardDailyReward_lv10本日ç»å…¸æœˆå¡å¥–åŠ±å·²å‘æ”¾ï¼Œè¯·æŸ¥æ”¶ã€‚1MailContent_Activity_PrivilegeCardDailyReward_lv20æœ¬æ—¥å…¸è—æœˆå¡å¥–åŠ±å·²å‘æ”¾ï¼Œè¯·æŸ¥æ”¶ã€‚MailContent_SeasonPagodaReward$获得第{0}å,奖励请查收。MailContent_ArenaRankingReward$获得第{0}å,奖励请查收。MailContent_CaravanReward$获得第{0}å,奖励请查收。MailContent_VipLvRewardBæˆ‘ä»¬å·²æ ¹æ®æ‚¨åœ¨å•†ä¼šçš„èŒä½å‘æ”¾æ¯æ—¥åˆ†çº¢ï¼Œè¯·æŸ¥æ”¶MailSender_GuildDissolution系统MailSender_GuildExpel系统MailSender_GuildApproved系统0MailSender_Activity_PrivilegeCardDailyReward_lv1系统0MailSender_Activity_PrivilegeCardDailyReward_lv2系统MailSender_SeasonPagodaReward系统MailSender_ArenaRankingReward系统MailSender_CaravanReward系统MailSender_VipLvReward商会管ç†å‘˜ VikingTitle1 ç†”å²©æ³°å¦ VikingTitle2 å†°éœœæ³°å¦ VikingTitle3 森林泰å¦VikingIntroduce1K集结英雄挑战在熔岩中诞生的ç«ç„°æ³°å¦ï¼ŒèŽ·å¾—å¼ºåŠ›è£…å¤‡å§VikingIntroduce2]å‰å¾€æžå¯’之地远å¾å†°éœœæ³°å¦ï¼Œæ®è¯´å‡»è´¥å®ƒçš„人能获得神秘符文的ç¥ç¦ã€‚VikingIntroduce3`传说森林深处有一个浑身长满æ¤è¢«çš„æ³°å¦å®ˆæŠ¤ç€ä¸€äº›å«æœ‰åˆ›ä¸–能é‡çš„å®ç‰© VikingUnlock1 {0}çº§è§£é” VikingUnlock2 {0}çº§è§£é” VikingUnlock3 {0}级解é”OPENED 已开å¯GuildWeekActive本周公会活跃SignedIn 已签到GuildConfirmTip1€Ÿé€€å‡ºå…¬ä¼šåŽæ— æ³•å‚与[color=#ff4757]本期公会活动[/color],并且[color=#ff4757]24å°æ—¶[/color]内无法加入其他公会,确认è¦é€€å‡ºå—?GuildConfirmTip2€§[color=#ff4757]开始解散公会åŽè¿›å…¥24å°æ—¶å€’è®¡æ—¶ï¼ˆæœŸé—´å¯æ’¤é”€)倒计时结æŸåŽå…¬ä¼šå°†ä¼šè§£æ•£ä¸”ä¸å¯æ¢å¤ï¼Œç¡®è®¤è¦è§£æ•£å…¬ä¼šå—?[/color]attribute_text1$对直觉属性英雄伤害增加{0}attribute_text2$对真诚属性英雄伤害增加{0}attribute_text3$对共情属性英雄伤害增加{0}attribute_text4$对责任属性英雄伤害增加{0}attribute_text5*å‡å°‘{0}å—到的直觉属性英雄伤害attribute_text6*å‡å°‘{0}å—到的真诚属性英雄伤害attribute_text7*å‡å°‘{0}å—到的共情属性英雄伤害attribute_text8*å‡å°‘{0}å—到的责任属性英雄伤害attribute_text91æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”*{0}的攻击attribute_text101æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”*{0}的防御attribute_text111æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”*{0}的速度attribute_text121æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”*{0}的暴击attribute_text137æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”*{0}的暴击伤害attribute_text141æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”*{0}的命中attribute_text157æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”*{0}的效果抵抗attribute_text16F攻击敌人时,增加敌人失去生命值比例*{0}的暴击伤害attribute_text17F攻击敌人时,增加敌人拥有生命值比例*{0}的暴击伤害attribute_text18'增加相当于{0}攻击的追加伤害attribute_text19'增加相当于{0}防御的追加伤害attribute_text20'增加相当于{0}生命的追加伤害attribute_text21'增加相当于{0}速度的追加伤害attribute_text22攻击强化效果+{0}attribute_text23å击造æˆçš„伤害+{0}attribute_text24夿´»æ—¶è¡ŒåŠ¨å€¼å¢žåŠ {0}attribute_text25夿´»æ—¶ä½“力值增加{0}attribute_text26 å¸è¡€é‡+{0}attribute_text27围剿造æˆçš„伤害+{0}attribute_text28炸弹造æˆçš„伤害+{0}attribute_text29被暴击时å‡å°‘{0}的伤害attribute_text30[1å·æŠ€èƒ½]的回å¤é‡+{0}attribute_text31[1å·æŠ€èƒ½]的暴击伤害+{0}attribute_text32[1å·æŠ€èƒ½]的命中+{0}attribute_text33[2å·æŠ€èƒ½]的回å¤é‡+{0}attribute_text34[2å·æŠ€èƒ½]的暴击伤害+{0}attribute_text35[2å·æŠ€èƒ½]的命中+{0}attribute_text36[3å·æŠ€èƒ½]的回å¤é‡+{0}attribute_text37[3å·æŠ€èƒ½]的暴击伤害+{0}attribute_text38[3å·æŠ€èƒ½]的命中+{0}attribute_text39[4å·æŠ€èƒ½]的回å¤é‡+{0}attribute_text40[4å·æŠ€èƒ½]的暴击伤害+{0}attribute_text41[4å·æŠ€èƒ½]的命中+{0}attribute_text_novalue1!对直觉属性英雄伤害增加attribute_text_novalue2!对真诚属性英雄伤害增加attribute_text_novalue3!对共情属性英雄伤害增加attribute_text_novalue4!对责任属性英雄伤害增加attribute_text_novalue5'å‡å°‘å—到的直觉属性英雄伤害attribute_text_novalue6'å‡å°‘å—到的真诚属性英雄伤害attribute_text_novalue7'å‡å°‘å—到的共情属性英雄伤害attribute_text_novalue8'å‡å°‘å—到的责任属性英雄伤害attribute_text_novalue9-æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”çš„æ”»å‡»attribute_text_novalue10-æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”çš„é˜²å¾¡attribute_text_novalue11-æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”çš„é€Ÿåº¦attribute_text_novalue12-æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”çš„æš´å‡»attribute_text_novalue133æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”çš„æš´å‡»ä¼¤å®³attribute_text_novalue14-æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”çš„å‘½ä¸­attribute_text_novalue153æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”çš„æ•ˆæžœæŠµæŠ—attribute_text_novalue166对敌人造æˆå…¶å¤±åŽ»ç”Ÿå‘½å€¼æ¯”ä¾‹çš„æš´å‡»ä¼¤å®³attribute_text_novalue176对敌人造æˆå…¶æ‹¥æœ‰ç”Ÿå‘½å€¼æ¯”例的暴击伤害attribute_text_novalue18$增加相当于攻击的追加伤害attribute_text_novalue19$增加相当于防御的追加伤害attribute_text_novalue20$增加相当于生命的追加伤害attribute_text_novalue21$增加相当于速度的追加伤害attribute_text_novalue22攻击强化效果attribute_text_novalue23å击造æˆçš„伤害attribute_text_novalue24夿´»æ—¶è¡ŒåŠ¨å€¼å¢žåŠ attribute_text_novalue25夿´»æ—¶ä½“力值增加attribute_text_novalue26 å¸è¡€é‡attribute_text_novalue27围剿造æˆçš„伤害attribute_text_novalue28炸弹造æˆçš„伤害attribute_text_novalue29被暴击时å‡å°‘的伤害attribute_text_novalue30[1å·æŠ€èƒ½]的回å¤é‡attribute_text_novalue31[1å·æŠ€èƒ½]的暴击伤害attribute_text_novalue32[1å·æŠ€èƒ½]的命中attribute_text_novalue33[2å·æŠ€èƒ½]的回å¤é‡attribute_text_novalue34[2å·æŠ€èƒ½]的暴击伤害attribute_text_novalue35[2å·æŠ€èƒ½]的命中attribute_text_novalue36[3å·æŠ€èƒ½]的回å¤é‡attribute_text_novalue37[3å·æŠ€èƒ½]的暴击伤害attribute_text_novalue38[3å·æŠ€èƒ½]的命中attribute_text_novalue39[4å·æŠ€èƒ½]的回å¤é‡attribute_text_novalue40[4å·æŠ€èƒ½]的暴击伤害attribute_text_novalue41[4å·æŠ€èƒ½]的命中GuildConfirmTip3公会已解散GuildConfirmTip4${0}公会已ç»é€šè¿‡äº†ä½ çš„审核 GuildTip1)[color=#ff4757]公会解散中{0}[/color] GuildTip2s公会正在解散中,剩余[color=#ff4757]{0}\n[/color]注æ„:倒计时结æŸåŽå…¬ä¼šå°†ä¼šè§£æ•£ä¸”ä¸å¯æ¢å¤!Primary_Reward_Progressåˆçº§-奖励进度Middle_Reward_Progress中级-奖励进度High_Reward_Progress高级-奖励进度leaveforå‰å¾€PRIMARYåˆçº§MIDDLE中级HIGHER高级PleaseSelectMats请选择素æ Tip_MatHigh4所选素æå±žæ€§é«˜äºŽéœ€æ±‚属性,是å¦ç¡®è®¤!friend_GiveFriendPointComplete今日已ç»èµ é€è¿‡äº†EquipSuitCompos_cost_not_enoughåˆæˆææ–™ä¸è¶³QuitGuild_tips!请转让会长åŽå†é€€å‡ºå…¬ä¼š Finish_last先完æˆä¸Šä¸€é˜¶ RefreshTime {0}刷新 +NoMessages 没有消æ¯MailTitle_GuildDissolution 公会解散MailTitle_GuildExpel 移出公会MailTitle_GuildApproved 加入公会/MailTitle_Activity_PrivilegeCardDailyReward_lv1奖励/MailTitle_Activity_PrivilegeCardDailyReward_lv2奖励MailTitle_SeasonPagodaReward赛季塔排行奖励MailTitle_ArenaRankingReward竞技场排行奖励MailTitle_CaravanReward商队挂机奖励MailTitle_VipLvReward 商会分红MailRecipient_GuildDissolution 通知:MailRecipient_GuildExpel 通知:MailRecipient_GuildApproved 通知:3MailRecipient_Activity_PrivilegeCardDailyReward_lv1亲爱的玩家:3MailRecipient_Activity_PrivilegeCardDailyReward_lv2亲爱的玩家: MailRecipient_SeasonPagodaReward亲爱的玩家: MailRecipient_ArenaRankingReward亲爱的玩家:MailRecipient_CaravanReward亲爱的玩家:MailRecipient_VipLvReward亲爱的{0}:MailContent_GuildDissolution*您加入的{0}公会已被会长解散。MailContent_GuildExpel-您加入的{0}公会已将您移除公会。MailContent_GuildApproved*{0}公会已ç»é€šè¿‡æ‚¨çš„加入申请。1MailContent_Activity_PrivilegeCardDailyReward_lv10本日ç»å…¸æœˆå¡å¥–åŠ±å·²å‘æ”¾ï¼Œè¯·æŸ¥æ”¶ã€‚1MailContent_Activity_PrivilegeCardDailyReward_lv20æœ¬æ—¥å…¸è—æœˆå¡å¥–åŠ±å·²å‘æ”¾ï¼Œè¯·æŸ¥æ”¶ã€‚MailContent_SeasonPagodaReward$获得第{0}å,奖励请查收。MailContent_ArenaRankingReward$获得第{0}å,奖励请查收。MailContent_CaravanReward$获得第{0}å,奖励请查收。MailContent_VipLvRewardBæˆ‘ä»¬å·²æ ¹æ®æ‚¨åœ¨å•†ä¼šçš„èŒä½å‘æ”¾æ¯æ—¥åˆ†çº¢ï¼Œè¯·æŸ¥æ”¶MailSender_GuildDissolution系统MailSender_GuildExpel系统MailSender_GuildApproved系统0MailSender_Activity_PrivilegeCardDailyReward_lv1系统0MailSender_Activity_PrivilegeCardDailyReward_lv2系统MailSender_SeasonPagodaReward系统MailSender_ArenaRankingReward系统MailSender_CaravanReward系统MailSender_VipLvReward商会管ç†å‘˜ VikingTitle1 ç†”å²©æ³°å¦ VikingTitle2 å†°éœœæ³°å¦ VikingTitle3 森林泰å¦VikingIntroduce1N集结守护者挑战在熔岩中诞生的ç«ç„°æ³°å¦ï¼ŒèŽ·å¾—å¼ºåŠ›è£…å¤‡å§VikingIntroduce2]å‰å¾€æžå¯’之地远å¾å†°éœœæ³°å¦ï¼Œæ®è¯´å‡»è´¥å®ƒçš„人能获得神秘符文的ç¥ç¦ã€‚VikingIntroduce3`传说森林深处有一个浑身长满æ¤è¢«çš„æ³°å¦å®ˆæŠ¤ç€ä¸€äº›å«æœ‰åˆ›ä¸–能é‡çš„å®ç‰© VikingUnlock1 {0}çº§è§£é” VikingUnlock2 {0}çº§è§£é” VikingUnlock3 {0}级解é”OPENED 已开å¯GuildWeekActive本周公会活跃SignedIn 已签到GuildConfirmTip1€Ÿé€€å‡ºå…¬ä¼šåŽæ— æ³•å‚与[color=#ff4757]本期公会活动[/color],并且[color=#ff4757]24å°æ—¶[/color]内无法加入其他公会,确认è¦é€€å‡ºå—?GuildConfirmTip2€§[color=#ff4757]开始解散公会åŽè¿›å…¥24å°æ—¶å€’è®¡æ—¶ï¼ˆæœŸé—´å¯æ’¤é”€)倒计时结æŸåŽå…¬ä¼šå°†ä¼šè§£æ•£ä¸”ä¸å¯æ¢å¤ï¼Œç¡®è®¤è¦è§£æ•£å…¬ä¼šå—?[/color]attribute_text1'对直觉属性守护者伤害增加{0}attribute_text2'对真诚属性守护者伤害增加{0}attribute_text3'对共情属性守护者伤害增加{0}attribute_text4'对责任属性守护者伤害增加{0}attribute_text5-å‡å°‘{0}å—到的直觉属性守护者伤害attribute_text6-å‡å°‘{0}å—到的真诚属性守护者伤害attribute_text7-å‡å°‘{0}å—到的共情属性守护者伤害attribute_text8-å‡å°‘{0}å—到的责任属性守护者伤害attribute_text91æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”*{0}的攻击attribute_text101æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”*{0}的防御attribute_text111æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”*{0}的速度attribute_text121æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”*{0}的暴击attribute_text137æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”*{0}的暴击伤害attribute_text141æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”*{0}的命中attribute_text157æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”*{0}的效果抵抗attribute_text16F攻击敌人时,增加敌人失去生命值比例*{0}的暴击伤害attribute_text17F攻击敌人时,增加敌人拥有生命值比例*{0}的暴击伤害attribute_text18'增加相当于{0}攻击的追加伤害attribute_text19'增加相当于{0}防御的追加伤害attribute_text20'增加相当于{0}生命的追加伤害attribute_text21'增加相当于{0}速度的追加伤害attribute_text22攻击强化效果+{0}attribute_text23å击造æˆçš„伤害+{0}attribute_text24夿´»æ—¶è¡ŒåŠ¨å€¼å¢žåŠ {0}attribute_text25夿´»æ—¶ä½“力值增加{0}attribute_text26 å¸è¡€é‡+{0}attribute_text27围剿造æˆçš„伤害+{0}attribute_text28炸弹造æˆçš„伤害+{0}attribute_text29被暴击时å‡å°‘{0}的伤害attribute_text30[1å·æŠ€èƒ½]的回å¤é‡+{0}attribute_text31[1å·æŠ€èƒ½]的暴击伤害+{0}attribute_text32[1å·æŠ€èƒ½]的命中+{0}attribute_text33[2å·æŠ€èƒ½]的回å¤é‡+{0}attribute_text34[2å·æŠ€èƒ½]的暴击伤害+{0}attribute_text35[2å·æŠ€èƒ½]的命中+{0}attribute_text36[3å·æŠ€èƒ½]的回å¤é‡+{0}attribute_text37[3å·æŠ€èƒ½]的暴击伤害+{0}attribute_text38[3å·æŠ€èƒ½]的命中+{0}attribute_text39[4å·æŠ€èƒ½]的回å¤é‡+{0}attribute_text40[4å·æŠ€èƒ½]的暴击伤害+{0}attribute_text41[4å·æŠ€èƒ½]的命中+{0}attribute_text_novalue1$对直觉属性守护者伤害增加attribute_text_novalue2$对真诚属性守护者伤害增加attribute_text_novalue3$对共情属性守护者伤害增加attribute_text_novalue4$对责任属性守护者伤害增加attribute_text_novalue5*å‡å°‘å—到的直觉属性守护者伤害attribute_text_novalue6*å‡å°‘å—到的真诚属性守护者伤害attribute_text_novalue7*å‡å°‘å—到的共情属性守护者伤害attribute_text_novalue8*å‡å°‘å—到的责任属性守护者伤害attribute_text_novalue9-æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”çš„æ”»å‡»attribute_text_novalue10-æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”çš„é˜²å¾¡attribute_text_novalue11-æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”çš„é€Ÿåº¦attribute_text_novalue12-æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”çš„æš´å‡»attribute_text_novalue133æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”çš„æš´å‡»ä¼¤å®³attribute_text_novalue14-æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”çš„å‘½ä¸­attribute_text_novalue153æå‡è‡ªèº«å¤±åŽ»ç”Ÿå‘½å€¼ç™¾åˆ†æ¯”çš„æ•ˆæžœæŠµæŠ—attribute_text_novalue166对敌人造æˆå…¶å¤±åŽ»ç”Ÿå‘½å€¼æ¯”ä¾‹çš„æš´å‡»ä¼¤å®³attribute_text_novalue176对敌人造æˆå…¶æ‹¥æœ‰ç”Ÿå‘½å€¼æ¯”例的暴击伤害attribute_text_novalue18$增加相当于攻击的追加伤害attribute_text_novalue19$增加相当于防御的追加伤害attribute_text_novalue20$增加相当于生命的追加伤害attribute_text_novalue21$增加相当于速度的追加伤害attribute_text_novalue22攻击强化效果attribute_text_novalue23å击造æˆçš„伤害attribute_text_novalue24夿´»æ—¶è¡ŒåŠ¨å€¼å¢žåŠ attribute_text_novalue25夿´»æ—¶ä½“力值增加attribute_text_novalue26 å¸è¡€é‡attribute_text_novalue27围剿造æˆçš„伤害attribute_text_novalue28炸弹造æˆçš„伤害attribute_text_novalue29被暴击时å‡å°‘的伤害attribute_text_novalue30[1å·æŠ€èƒ½]的回å¤é‡attribute_text_novalue31[1å·æŠ€èƒ½]的暴击伤害attribute_text_novalue32[1å·æŠ€èƒ½]的命中attribute_text_novalue33[2å·æŠ€èƒ½]的回å¤é‡attribute_text_novalue34[2å·æŠ€èƒ½]的暴击伤害attribute_text_novalue35[2å·æŠ€èƒ½]的命中attribute_text_novalue36[3å·æŠ€èƒ½]的回å¤é‡attribute_text_novalue37[3å·æŠ€èƒ½]的暴击伤害attribute_text_novalue38[3å·æŠ€èƒ½]的命中attribute_text_novalue39[4å·æŠ€èƒ½]的回å¤é‡attribute_text_novalue40[4å·æŠ€èƒ½]的暴击伤害attribute_text_novalue41[4å·æŠ€èƒ½]的命中GuildConfirmTip3公会已解散GuildConfirmTip4${0}公会已ç»é€šè¿‡äº†ä½ çš„审核 GuildTip1)[color=#ff4757]公会解散中{0}[/color] GuildTip2s公会正在解散中,剩余[color=#ff4757]{0}\n[/color]注æ„:倒计时结æŸåŽå…¬ä¼šå°†ä¼šè§£æ•£ä¸”ä¸å¯æ¢å¤!Primary_Reward_Progressåˆçº§-奖励进度Middle_Reward_Progress中级-奖励进度High_Reward_Progress高级-奖励进度leaveforå‰å¾€PRIMARYåˆçº§MIDDLE中级HIGHER高级PleaseSelectMats请选择素æ Tip_MatHigh4所选素æå±žæ€§é«˜äºŽéœ€æ±‚属性,是å¦ç¡®è®¤!friend_GiveFriendPointComplete今日已ç»èµ é€è¿‡äº†EquipSuitCompos_cost_not_enoughåˆæˆææ–™ä¸è¶³QuitGuild_tips!请转让会长åŽå†é€€å‡ºå…¬ä¼š Finish_last先完æˆä¸Šä¸€é˜¶ RefreshTime {0}刷新 GrowtxtoneOä½ç½®çš„丛林充满了å±é™©ï¼Œèµ¶å¿«å¸¦ä¸Šä½ çš„å°ä¼™ä¼´åŽ»æŽ¢ç´¢ä¸€ç•ªå§~ Growtxttwo(阿å®éœ€è¦å˜å¼ºï¼Œå¿«åŽ»å¸®åŠ©ä»–æŠŠ~ Growtxtthree@你们都å˜å¼ºäº†ï¼Œæˆ‘也需è¦å˜å¼ºï¼Œè¯·åŠ©æˆ‘ä¸€è‡‚ä¹‹åŠ›~ -NoEmailDelæ— å¯åˆ é™¤é‚®ä»¶ TooLongPrompt输入文本过长 SetSucceeded 设置æˆåŠŸFreeå…è´¹dream_EmptyPrompt暂未å‘现秘境InsufficientNumberOfModifiableå¯ä¿®æ”¹çš„æ•°é‡ä¸è¶³PrivilegeCard_classicç»å…¸PrivilegeCard_Collectionå…¸è—PrivilegeCard_PrivilegedCard 特æƒå¡PrivilegeCard_rebate1超值返利888%PrivilegeCard_rebate 2超值返利999%PrivilegeCard_DailyRewards æ¯æ—¥å¥–励PrivilegeCard_DayLeft 剩余{0}天PrivilegeCard_GrantDescribeï¼ˆå¥–åŠ±æ¯æ—¥é‚®ä»¶å‘放)#PrivilegeCard_SuperpositionDescribe'åŒæ—¶è´­ä¹°ä¸¤ç§ç‰¹æƒå¡æ•ˆæžœå åŠ PrivilegeCard_renewal {0}ç»­è´¹GuildSignReward 签到奖励GuildSignRewardTips%注册的人越多,奖励就越大! GuildSignText,昨天有[color=#20e729]{0}人[/color]签到privilege_10101è´­ä¹°åŽèŽ·å¾—privilege_10201æ¯æ—¥å…费刷新商店privilege_10301 跑商背包privilege_10104è´­ä¹°åŽèŽ·å¾—privilege_10205æ¯æ—¥å…费刷新商店privilege_10306 跑商背包PrivilegeAfter_10101 300钻石PrivilegeAfter_10201+2次PrivilegeAfter_10301+50æ ¼PrivilegeAfter_10104 980钻石PrivilegeAfter_10205+3次PrivilegeAfter_10306+100æ ¼privilege_20101æ¯æ—¥èŽ·å¾—é’»çŸ³*5privilege_20102æ¯æ—¥èŽ·å¾—é’»çŸ³*10privilege_20103æ¯æ—¥èŽ·å¾—é’»çŸ³*15privilege_20104æ¯æ—¥èŽ·å¾—é’»çŸ³*25privilege_20105æ¯æ—¥èŽ·å¾—é’»çŸ³*35privilege_20106æ¯æ—¥èŽ·å¾—é’»çŸ³*45privilege_20107æ¯æ—¥èŽ·å¾—é’»çŸ³*60privilege_20108æ¯æ—¥èŽ·å¾—é’»çŸ³*75privilege_20109æ¯æ—¥èŽ·å¾—é’»çŸ³*90privilege_20110æ¯æ—¥èŽ·å¾—é’»çŸ³*110privilege_20111æ¯æ—¥èŽ·å¾—é’»çŸ³*130privilege_20112æ¯æ—¥èŽ·å¾—é’»çŸ³*150privilege_20113æ¯æ—¥èŽ·å¾—é’»çŸ³*180privilege_20114æ¯æ—¥èŽ·å¾—é’»çŸ³*210privilege_20115æ¯æ—¥èŽ·å¾—é’»çŸ³*240privilege_20201&金å¸å•†åº—æ¯æ—¥å…费刷新次数+1privilege_20202&金å¸å•†åº—æ¯æ—¥å…费刷新次数+2privilege_20203&金å¸å•†åº—æ¯æ—¥å…费刷新次数+3privilege_20204&金å¸å•†åº—æ¯æ—¥å…费刷新次数+4privilege_20205&金å¸å•†åº—æ¯æ—¥å…费刷新次数+5privilege_20206&金å¸å•†åº—æ¯æ—¥å…费刷新次数+6privilege_20207&金å¸å•†åº—æ¯æ—¥å…费刷新次数+7privilege_20208&金å¸å•†åº—æ¯æ—¥å…费刷新次数+8privilege_20209&金å¸å•†åº—æ¯æ—¥å…费刷新次数+9privilege_20210'金å¸å•†åº—æ¯æ—¥å…费刷新次数+10privilege_20211'金å¸å•†åº—æ¯æ—¥å…费刷新次数+11privilege_20212'金å¸å•†åº—æ¯æ—¥å…费刷新次数+12privilege_20213'金å¸å•†åº—æ¯æ—¥å…费刷新次数+13privilege_20214'金å¸å•†åº—æ¯æ—¥å…费刷新次数+14privilege_20215'金å¸å•†åº—æ¯æ—¥å…费刷新次数+15privilege_20301)å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+1privilege_20302)å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+2privilege_20303)å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+3privilege_20304)å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+4privilege_20305)å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+5privilege_20306)å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+6privilege_20307)å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+7privilege_20308)å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+8privilege_20309)å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+9privilege_20310*å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+10privilege_20311*å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+11privilege_20312*å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+12privilege_20313*å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+13privilege_20314*å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+14privilege_20315*å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+15privilege_20401)ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+1privilege_20402)ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+2privilege_20403)ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+3privilege_20404)ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+4privilege_20405)ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+5privilege_20406)ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+6privilege_20407)ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+7privilege_20408)ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+8privilege_20409)ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+9privilege_20410*ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+10privilege_20411*ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+11privilege_20412*ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+12privilege_20413*ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+13privilege_20414*ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+14privilege_20415*ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+15privilege_20501&ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+1privilege_20502&ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+2privilege_20503&ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+3privilege_20504&ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+4privilege_20505&ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+5privilege_20506&ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+6privilege_20507&ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+7privilege_20508&ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+8privilege_20509&ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+9privilege_20510'ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+10privilege_20511'ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+11privilege_20512'ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+12privilege_20513'ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+13privilege_20514'ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+14privilege_20515'ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+15privilege_20601#æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+1privilege_20602#æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+2privilege_20603#æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+3privilege_20604#æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+4privilege_20605#æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+5privilege_20606#æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+6privilege_20607#æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+7privilege_20608#æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+8privilege_20609#æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+9privilege_20610$æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+10privilege_20611$æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+11privilege_20612$æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+12privilege_20613$æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+13privilege_20614$æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+14privilege_20615$æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+15privilege_20701巨怪商队背包容é‡+1privilege_20702巨怪商队背包容é‡+2privilege_20703巨怪商队背包容é‡+3privilege_20704巨怪商队背包容é‡+4privilege_20705巨怪商队背包容é‡+5privilege_20706巨怪商队背包容é‡+6privilege_20707巨怪商队背包容é‡+7privilege_20708巨怪商队背包容é‡+8privilege_20709巨怪商队背包容é‡+9privilege_20710巨怪商队背包容é‡+10privilege_20711巨怪商队背包容é‡+11privilege_20712巨怪商队背包容é‡+12privilege_20713巨怪商队背包容é‡+13privilege_20714巨怪商队背包容é‡+14privilege_20715巨怪商队背包容é‡+15privilege_20801$ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+30分钟privilege_20802$ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+45分钟privilege_20803$ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+60分钟privilege_20804$ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+75分钟privilege_20805$ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+90分钟privilege_20806%ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+105分钟privilege_20807%ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+120分钟privilege_20808%ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+135分钟privilege_20809%ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+150分钟privilege_20810%ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+165分钟privilege_20811%ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+180分钟privilege_20812%ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+195分钟privilege_20813%ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+210分钟privilege_20814%ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+225分钟privilege_20815%ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+240分钟privilege_20901!æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+30分钟privilege_20902!æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+45分钟privilege_20903!æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+60分钟privilege_20904!æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+75分钟privilege_20905!æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+90分钟privilege_20906"æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+105分钟privilege_20907"æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+120分钟privilege_20908"æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+135分钟privilege_20909"æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+150分钟privilege_20910"æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+165分钟privilege_20911"æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+180分钟privilege_20912"æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+195分钟privilege_20913"æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+210分钟privilege_20914"æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+225分钟privilege_20915"æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+240分钟privilege_21001$é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+30分钟privilege_21002$é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+45分钟privilege_21003$é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+60分钟privilege_21004$é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+75分钟privilege_21005$é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+90分钟privilege_21006%é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+105分钟privilege_21007%é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+120分钟privilege_21008%é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+135分钟privilege_21009%é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+150分钟privilege_21010%é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+165分钟privilege_21011%é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+180分钟privilege_21012%é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+195分钟privilege_21013%é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+210分钟privilege_21014%é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+225分钟privilege_21015%é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+240分钟ClearanceThread 通关主线CharacterGrowth 人物æˆé•¿CharacterIpgrading 人物å‡çº§teach_task_10001sä½¿ç”¨æ”»å‡»å…¨ä½“æ•Œäººï¼Œå¹¶å¸æ”¶æ•Œäººçš„行动值。teach_task_10002j使用击æ€é¦–领,并获得生命值æ¢å¤ã€‚teach_task_10003获得本次战斗胜利。teach_task_10004sä½¿ç”¨æ”»å‡»å…¨ä½“æ•Œäººï¼Œå¹¶å¸æ”¶æ•Œäººçš„行动值。teach_task_10005j使用击æ€é¦–领,并获得生命值æ¢å¤ã€‚teach_task_10006获得本次战斗胜利。teach_task_10007sä½¿ç”¨æ”»å‡»å…¨ä½“æ•Œäººï¼Œå¹¶å¸æ”¶æ•Œäººçš„行动值。teach_task_10008j使用击æ€é¦–领,并获得生命值æ¢å¤ã€‚teach_task_10009获得本次战斗胜利。teach_task_10010sä½¿ç”¨æ”»å‡»å…¨ä½“æ•Œäººï¼Œå¹¶å¸æ”¶æ•Œäººçš„行动值。teach_task_10011j使用击æ€é¦–领,并获得生命值æ¢å¤ã€‚teach_task_10012获得本次战斗胜利。teach_task_10013sä½¿ç”¨æ”»å‡»å…¨ä½“æ•Œäººï¼Œå¹¶å¸æ”¶æ•Œäººçš„行动值。teach_task_10014j使用击æ€é¦–领,并获得生命值æ¢å¤ã€‚teach_task_10015获得本次战斗胜利。teach_task_10016sä½¿ç”¨æ”»å‡»å…¨ä½“æ•Œäººï¼Œå¹¶å¸æ”¶æ•Œäººçš„行动值。teach_task_10017j使用击æ€é¦–领,并获得生命值æ¢å¤ã€‚teach_task_10018获得本次战斗胜利。assess考核comment评论 assess_title 考核任务 assess_task +NoEmailDelæ— å¯åˆ é™¤é‚®ä»¶ TooLongPrompt输入文本过长 SetSucceeded 设置æˆåŠŸFreeå…è´¹dream_EmptyPrompt暂未å‘现秘境InsufficientNumberOfModifiableå¯ä¿®æ”¹çš„æ•°é‡ä¸è¶³PrivilegeCard_classicç»å…¸PrivilegeCard_Collectionå…¸è—PrivilegeCard_PrivilegedCard 特æƒå¡PrivilegeCard_rebate1超值返利888%PrivilegeCard_rebate 2超值返利999%PrivilegeCard_DailyRewards æ¯æ—¥å¥–励PrivilegeCard_DayLeft 剩余{0}天PrivilegeCard_GrantDescribeï¼ˆå¥–åŠ±æ¯æ—¥é‚®ä»¶å‘放)#PrivilegeCard_SuperpositionDescribe'åŒæ—¶è´­ä¹°ä¸¤ç§ç‰¹æƒå¡æ•ˆæžœå åŠ PrivilegeCard_renewal {0}ç»­è´¹GuildSignReward 签到奖励GuildSignRewardTips%注册的人越多,奖励就越大! GuildSignText,昨天有[color=#20e729]{0}人[/color]签到privilege_10101è´­ä¹°åŽèŽ·å¾—privilege_10102金å¸å•†åº—æ¯æ—¥privilege_10103 巨怪商队privilege_10201æ¯æ—¥å…费刷新商店privilege_10202 æ¯æ—¥èŽ·å¾—privilege_10203 æ¯å‘¨èŽ·å¾—privilege_10301 跑商背包privilege_10104è´­ä¹°åŽèŽ·å¾—privilege_10205æ¯æ—¥å…费刷新商店privilege_10306 跑商背包PrivilegeAfter_1010160钻石PrivilegeAfter_10102å…费刷新次数+1PrivilegeAfter_10103背包容é‡+1PrivilegeAfter_1020190钻石PrivilegeAfter_10202å…费刷新次数+2PrivilegeAfter_10203背包容é‡+2PrivilegeAfter_10301+50æ ¼PrivilegeAfter_10104 980钻石PrivilegeAfter_10205+3次PrivilegeAfter_10306+100æ ¼privilege_20101æ¯æ—¥èŽ·å¾—é’»çŸ³*5privilege_20102æ¯æ—¥èŽ·å¾—é’»çŸ³*10privilege_20103æ¯æ—¥èŽ·å¾—é’»çŸ³*15privilege_20104æ¯æ—¥èŽ·å¾—é’»çŸ³*25privilege_20105æ¯æ—¥èŽ·å¾—é’»çŸ³*35privilege_20106æ¯æ—¥èŽ·å¾—é’»çŸ³*45privilege_20107æ¯æ—¥èŽ·å¾—é’»çŸ³*60privilege_20108æ¯æ—¥èŽ·å¾—é’»çŸ³*75privilege_20109æ¯æ—¥èŽ·å¾—é’»çŸ³*90privilege_20110æ¯æ—¥èŽ·å¾—é’»çŸ³*110privilege_20111æ¯æ—¥èŽ·å¾—é’»çŸ³*130privilege_20112æ¯æ—¥èŽ·å¾—é’»çŸ³*150privilege_20113æ¯æ—¥èŽ·å¾—é’»çŸ³*180privilege_20114æ¯æ—¥èŽ·å¾—é’»çŸ³*210privilege_20115æ¯æ—¥èŽ·å¾—é’»çŸ³*240privilege_20201&金å¸å•†åº—æ¯æ—¥å…费刷新次数+1privilege_20202&金å¸å•†åº—æ¯æ—¥å…费刷新次数+2privilege_20203&金å¸å•†åº—æ¯æ—¥å…费刷新次数+3privilege_20204&金å¸å•†åº—æ¯æ—¥å…费刷新次数+4privilege_20205&金å¸å•†åº—æ¯æ—¥å…费刷新次数+5privilege_20206&金å¸å•†åº—æ¯æ—¥å…费刷新次数+6privilege_20207&金å¸å•†åº—æ¯æ—¥å…费刷新次数+7privilege_20208&金å¸å•†åº—æ¯æ—¥å…费刷新次数+8privilege_20209&金å¸å•†åº—æ¯æ—¥å…费刷新次数+9privilege_20210'金å¸å•†åº—æ¯æ—¥å…费刷新次数+10privilege_20211'金å¸å•†åº—æ¯æ—¥å…费刷新次数+11privilege_20212'金å¸å•†åº—æ¯æ—¥å…费刷新次数+12privilege_20213'金å¸å•†åº—æ¯æ—¥å…费刷新次数+13privilege_20214'金å¸å•†åº—æ¯æ—¥å…费刷新次数+14privilege_20215'金å¸å•†åº—æ¯æ—¥å…费刷新次数+15privilege_20301)å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+1privilege_20302)å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+2privilege_20303)å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+3privilege_20304)å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+4privilege_20305)å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+5privilege_20306)å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+6privilege_20307)å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+7privilege_20308)å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+8privilege_20309)å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+9privilege_20310*å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+10privilege_20311*å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+11privilege_20312*å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+12privilege_20313*å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+13privilege_20314*å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+14privilege_20315*å¤§æˆ˜æ³°å¦æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+15privilege_20401)ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+1privilege_20402)ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+2privilege_20403)ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+3privilege_20404)ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+4privilege_20405)ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+5privilege_20406)ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+6privilege_20407)ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+7privilege_20408)ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+8privilege_20409)ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+9privilege_20410*ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+10privilege_20411*ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+11privilege_20412*ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+12privilege_20413*ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+13privilege_20414*ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+14privilege_20415*ä¸›æž—å†³æˆ˜æ¯æ—¥å¯è´­ä¹°æŒ‘战次数+15privilege_20501&ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+1privilege_20502&ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+2privilege_20503&ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+3privilege_20504&ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+4privilege_20505&ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+5privilege_20506&ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+6privilege_20507&ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+7privilege_20508&ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+8privilege_20509&ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+9privilege_20510'ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+10privilege_20511'ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+11privilege_20512'ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+12privilege_20513'ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+13privilege_20514'ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+14privilege_20515'ç«žæŠ€åœºæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+15privilege_20601#æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+1privilege_20602#æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+2privilege_20603#æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+3privilege_20604#æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+4privilege_20605#æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+5privilege_20606#æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+6privilege_20607#æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+7privilege_20608#æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+8privilege_20609#æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+9privilege_20610$æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+10privilege_20611$æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+11privilege_20612$æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+12privilege_20613$æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+13privilege_20614$æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+14privilege_20615$æ¢¦å¢ƒæ¯æ—¥å¯è´­ä¹°æŒ‘战次数+15privilege_20701巨怪商队背包容é‡+1privilege_20702巨怪商队背包容é‡+2privilege_20703巨怪商队背包容é‡+3privilege_20704巨怪商队背包容é‡+4privilege_20705巨怪商队背包容é‡+5privilege_20706巨怪商队背包容é‡+6privilege_20707巨怪商队背包容é‡+7privilege_20708巨怪商队背包容é‡+8privilege_20709巨怪商队背包容é‡+9privilege_20710巨怪商队背包容é‡+10privilege_20711巨怪商队背包容é‡+11privilege_20712巨怪商队背包容é‡+12privilege_20713巨怪商队背包容é‡+13privilege_20714巨怪商队背包容é‡+14privilege_20715巨怪商队背包容é‡+15privilege_20801$ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+30分钟privilege_20802$ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+45分钟privilege_20803$ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+60分钟privilege_20804$ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+75分钟privilege_20805$ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+90分钟privilege_20806%ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+105分钟privilege_20807%ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+120分钟privilege_20808%ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+135分钟privilege_20809%ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+150分钟privilege_20810%ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+165分钟privilege_20811%ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+180分钟privilege_20812%ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+195分钟privilege_20813%ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+210分钟privilege_20814%ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+225分钟privilege_20815%ç¾Žé£Ÿé¦†æ¯æ—¥åˆ¶ä½œæ—¶é—´+240分钟privilege_20901!æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+30分钟privilege_20902!æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+45分钟privilege_20903!æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+60分钟privilege_20904!æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+75分钟privilege_20905!æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+90分钟privilege_20906"æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+105分钟privilege_20907"æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+120分钟privilege_20908"æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+135分钟privilege_20909"æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+150分钟privilege_20910"æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+165分钟privilege_20911"æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+180分钟privilege_20912"æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+195分钟privilege_20913"æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+210分钟privilege_20914"æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+225分钟privilege_20915"æ­¦é¦†æ¯æ—¥ç»ƒåŠŸæ—¶é—´+240分钟privilege_21001$é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+30分钟privilege_21002$é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+45分钟privilege_21003$é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+60分钟privilege_21004$é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+75分钟privilege_21005$é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+90分钟privilege_21006%é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+105分钟privilege_21007%é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+120分钟privilege_21008%é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+135分钟privilege_21009%é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+150分钟privilege_21010%é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+165分钟privilege_21011%é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+180分钟privilege_21012%é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+195分钟privilege_21013%é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+210分钟privilege_21014%é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+225分钟privilege_21015%é“åŒ é“ºæ¯æ—¥é”»é€ æ—¶é—´+240分钟ClearanceThread 通关主线CharacterGrowth 人物æˆé•¿CharacterIpgrading 人物å‡çº§teach_task_10001sä½¿ç”¨æ”»å‡»å…¨ä½“æ•Œäººï¼Œå¹¶å¸æ”¶æ•Œäººçš„行动值。teach_task_10002j使用击æ€é¦–领,并获得生命值æ¢å¤ã€‚teach_task_10003获得本次战斗胜利。teach_task_10004sä½¿ç”¨æ”»å‡»å…¨ä½“æ•Œäººï¼Œå¹¶å¸æ”¶æ•Œäººçš„行动值。teach_task_10005j使用击æ€é¦–领,并获得生命值æ¢å¤ã€‚teach_task_10006获得本次战斗胜利。teach_task_10007sä½¿ç”¨æ”»å‡»å…¨ä½“æ•Œäººï¼Œå¹¶å¸æ”¶æ•Œäººçš„行动值。teach_task_10008j使用击æ€é¦–领,并获得生命值æ¢å¤ã€‚teach_task_10009获得本次战斗胜利。teach_task_10010sä½¿ç”¨æ”»å‡»å…¨ä½“æ•Œäººï¼Œå¹¶å¸æ”¶æ•Œäººçš„行动值。teach_task_10011j使用击æ€é¦–领,并获得生命值æ¢å¤ã€‚teach_task_10012获得本次战斗胜利。teach_task_10013sä½¿ç”¨æ”»å‡»å…¨ä½“æ•Œäººï¼Œå¹¶å¸æ”¶æ•Œäººçš„行动值。teach_task_10014j使用击æ€é¦–领,并获得生命值æ¢å¤ã€‚teach_task_10015获得本次战斗胜利。teach_task_10016sä½¿ç”¨æ”»å‡»å…¨ä½“æ•Œäººï¼Œå¹¶å¸æ”¶æ•Œäººçš„行动值。teach_task_10017j使用击æ€é¦–领,并获得生命值æ¢å¤ã€‚teach_task_10018获得本次战斗胜利。assess考核comment评论 assess_title 考核任务 assess_task 考核 {0}assess_tactical 战术考核 awaken_stage 阶段{0}:Into_the_season 进入赛季OtherLogin_tips<您的账å·åœ¨å…¶ä»–设备登陆,当å‰è®¾å¤‡å·²ä¸‹çº¿ã€‚paypackage_daily_1 æ¯æ—¥ç¤¼åŒ…paypackage_daily_2 æ¯æ—¥ç¤¼åŒ…paypackage_daily_3 æ¯æ—¥ç¤¼åŒ…paypackage_weekly_1 æ¯å‘¨ç¤¼åŒ…paypackage_weekly_2 æ¯å‘¨ç¤¼åŒ…paypackage_weekly_3 æ¯å‘¨ç¤¼åŒ…paypackage_weekly_4 æ¯å‘¨ç¤¼åŒ…paypackage_weekly_5 æ¯å‘¨ç¤¼åŒ…paypackage_mouthly_1 æ¯æœˆç¤¼åŒ…paypackage_mouthly_2 æ¯æœˆç¤¼åŒ…paypackage_mouthly_3 æ¯æœˆç¤¼åŒ…paypackage_type_1 æ¯æ—¥ç¤¼åŒ…paypackage_type_7 æ¯å‘¨ç¤¼åŒ…paypackage_type_30 æ¯æœˆç¤¼åŒ… arena_rank_1é»‘é“ arena_rank_2é’铜 arena_rank_3白银 arena_rank_4黄金 arena_rank_5铂金 arena_rank_6钻石 arena_rank_7大师 arena_rank_8王者 arena_rank 排å:HeroSkillSpirit_Source èŽ·å–æ¥æº reportTip*确认è¦ä¸¾æŠ¥å½“å‰çš„评论内容å—? reportSucess 举报æˆåŠŸ likeSuccess 点赞æˆåŠŸ -cancelLike å–æ¶ˆç‚¹èµž strengthTxt当å‰å·²è¾¾åˆ°é¡¶çº§!List_of_Equipment 装备列表itemtipstxt_100001å¤§æˆ˜æ³°å¦æŒ‘战券ä¸è¶³itemtipstxt_100002丛林决战挑战券ä¸è¶³itemtipstxt_100003秘境挑战券ä¸è¶³itemtipstxt_100004竞技场挑战券ä¸è¶³itemtipstxt_100005é˜µè¥æŒ‘战券ä¸è¶³itemdesc_100001进入大战泰å¦çš„凭è¯itemdesc_100002进入丛林决战的凭è¯itemdesc_100003进入秘境的凭è¯itemdesc_100004进入竞技场的凭è¯itemdesc_100005进入阵è¥BOSS的凭è¯shop_BuyMinTips最少购买1个shop_BuyMaxTips已达到最大å¯è´­ä¹°æ•°é‡GiftShop_SoldOutå·²å”®ç½„ï¼Œä¸‹æ¬¡å†æ¥å§ï¼itemdesc_513001闪闪天赋点itemdesc_513002食人鱼先生天赋点itemdesc_513003啊啊天赋点itemdesc_513004法夸德勋爵天赋点itemdesc_513005大大天赋点itemdesc_514001å²å›¾ä¾å…‹å¤©èµ‹ç‚¹itemdesc_514002大龙天赋点itemdesc_514003亚ä¸ç¿ å¤©èµ‹ç‚¹itemdesc_514004克莱尔·努涅斯天赋点itemdesc_514005鹤大师天赋点itemdesc_514006布兰奇天赋点itemdesc_514007格里斯特王å­å¤©èµ‹ç‚¹itemdesc_515001å‰å§†Â·èŽ±å…‹å¤©èµ‹ç‚¹itemdesc_515002船长天赋点itemdesc_515003希沙窦斯天赋点itemdesc_515004å°æ¬§å¤©èµ‹ç‚¹itemdesc_523001斯梅克船长天赋点itemdesc_523002è­¦å«é˜Ÿé•¿å¤©èµ‹ç‚¹itemdesc_523003泰德·邓普顿天赋点itemdesc_523004 å‰å§†Â·æ™®é›·æ–¯ç§‘特天赋点itemdesc_524001警长天赋点itemdesc_524002牙仙天赋点itemdesc_524003ç¡ç¥žæ²™äººå¤©èµ‹ç‚¹itemdesc_524004邦尼兔天赋点itemdesc_524005金猴天赋点itemdesc_524006凯尔天赋点itemdesc_524007å°é’±å¤©èµ‹ç‚¹itemdesc_524008暴芙那特天赋点itemdesc_524009云朵先生天赋点itemdesc_525001阿å®å¤©èµ‹ç‚¹itemdesc_525002沃尔夫先生天赋点itemdesc_525003羊仙姑天赋点itemdesc_525004波比天赋点itemdesc_533001巫嘎天赋点itemdesc_533002å¦å…‹å¤©èµ‹ç‚¹itemdesc_533003胡德先生天赋点itemdesc_533004æ™®é²æ ¼å…°æ°å¤©èµ‹ç‚¹itemdesc_533005鼻涕粗天赋点itemdesc_533006ç妮ä¸Â·é‚“普顿天赋点itemdesc_534001贫嘴驴天赋点itemdesc_534002蒂姆·邓普顿天赋点itemdesc_534003圣诞è€äººå¤©èµ‹ç‚¹itemdesc_534004瓜哥天赋点itemdesc_534005 沃尔特·å²ç¿ å…‹å‹’天赋点itemdesc_534006冰霜æ°å…‹å¤©èµ‹ç‚¹itemdesc_534007è²å¥¥å¨œå¤©èµ‹ç‚¹itemdesc_534008æ‚夫那特天赋点itemdesc_535001师父天赋点itemdesc_535002å¸Œå¡æ™®å¤©èµ‹ç‚¹itemdesc_535003漆黑天赋点itemdesc_535004黛安·ç¦å…‹æ–¯é¡¿å¤©èµ‹ç‚¹itemdesc_535005 幸è¿Â·æ™®é›·æ–¯ç§‘特天赋点itemdesc_535006平先生天赋点itemdesc_543001阿比盖尔·斯通天赋点itemdesc_543002果酱教授天赋点itemdesc_543003å²è’‚夫·帕丘克天赋点itemdesc_543004姜饼人天赋点itemdesc_543005瓦希尔指挥官天赋点itemdesc_543006布里奇特天赋点itemdesc_543007戈伯天赋点itemdesc_544001美肚鲨天赋点itemdesc_544002蛇先生天赋点itemdesc_544003匹诺曹天赋点itemdesc_544004骇客蛛天赋点itemdesc_544006æ‚娇虎天赋点itemdesc_545001乌龟大师天赋点itemdesc_545002梅林天赋点itemdesc_545003 盖天赋点itemdesc_545004ç©¿é´å­çš„猫天赋点itemdesc_544005å°ä¼Šå¤©èµ‹ç‚¹itemdesc_515005亚力克斯天赋点 Training_pile 练功桩 In_training 训练中Completion_of_training 训练完æˆUnlockè§£é”Experience_value ç»éªŒå€¼ maximum_level已达到最大级别 BUILD_TRAINERè§£é”练功桩Build_new_trainers3å»ºé€ æ–°çš„è®­ç»ƒå™¨ï¼ŒåŒæ—¶è®­ç»ƒæ›´å¤šçš„英雄current_complete当å‰é˜¶æ®µå·²å…¨éƒ¨å®Œæˆdreamland_ShareTips!æç¤ºï¼šåˆ†äº«æ—¶é—´é—´éš”太短roleSet_Unlocked您还未解é”è¯¥å¤´åƒ Favorable好感Fetterç¾ç»ŠResetSucceeded é‡ç½®æˆåŠŸ!Life increased by 1.8%生命增加1.8%Defence increased by 1.5%防御增加1.5%Attack increased by 1.5%攻击增加1.5%Attack speed increased by 3%攻速增加3%Attack speed increased by 4%攻速增加4%Critical hit increased by 10%暴击增加10%opencond_ prompt_ sign签到功能暂未开å¯EnterTheSceneToFight!是å¦è¿›å…¥è¯¥åœºæ™¯è¿›è¡Œæˆ˜æ–—HoroScopeName_1001 攻击æå‡HoroScopeName_1002 防御æå‡HoroScopeName_1003 生命æå‡HoroScopeName_1004 攻击æå‡HoroScopeName_1005 防御æå‡HoroScopeName_1006 生命æå‡HoroScopeName_1007 攻击æå‡HoroScopeName_2001 防御æå‡HoroScopeName_2002 攻击æå‡HoroScopeName_2003 防御æå‡HoroScopeName_2004 生命æå‡HoroScopeName_2005 攻击æå‡HoroScopeName_2006 防御æå‡HoroScopeName_2007 生命æå‡HoroScopeName_2008 攻击æå‡HoroScopeName_2009 防御æå‡HoroScopeName_2010 生命æå‡HoroScopeName_2011 攻击æå‡HoroScopeName_2012 防御æå‡HoroScopeName_2013 生命æå‡HoroScopeName_2014 攻击æå‡HoroScopeName_2015 防御æå‡HoroScopeName_2016 生命æå‡HoroScopeName_3001 攻击æå‡HoroScopeName_3002 防御æå‡HoroScopeName_3003 生命æå‡HoroScopeName_3004 攻击æå‡HoroScopeName_3005 防御æå‡HoroScopeText_1全体上阵英雄HoroScopeText_21阵è¥1全体英雄HoroScopeText_22阵è¥2全体英雄HoroScopeText_23阵è¥3全体英雄HoroScopeText_24阵è¥4全体英雄HoroScopeText_25阵è¥5全体英雄 WaitTimeReset{0}å³å¯è¿›è¡Œé‡ç½® No_defensive未设置防守阵容Overview总览 Exploration探索HoroscopeUpgrade 星座å‡çº§guild_task5011001èµ é€3æ¬¡å‹æƒ…点guild_task5012001使用好å‹åŠ©æˆ˜è‹±é›„1次guild_task5018001进行一次普通招募guild_task5024001为任æ„影哿å‡1级guild_task5047001强化任æ„装备æˆåŠŸ6次guild_task5063001日常任务活跃达到100guild_task5068001消费200000金å¸guild_task5104001消费100钻石RotatableNodeTip3特殊机关,ä¸å…许站在å¯ç§»åŠ¨åŒºåŸŸæ“作Complet Condition å®Œæˆæ¡ä»¶PassformatList怪物 Passdroplistå®ç®± First_plot1€¯è¿™æ˜¯ä¸€ä¸ªæ­£é‚ªå¤§æˆ˜ä¹‹åŽçš„全新世界。
虽然英雄们在战斗中获得胜利,但他们的守护神月中人就此沉ç¡ï¼ŒåŒ–作星星点点撒å‘宇宙四处 First_plot2oåæ´¾ä»¬ä¾ç„¶åœ¨æš—处蠢蠢欲动,带有月中人气æ¯çš„å®ˆæŠ¤è€…å°†å¸¦é¢†è‹±é›„ä»¬å»¶ç»­å®ˆæŠ¤ä½¿å‘½ï¼ +cancelLike å–æ¶ˆç‚¹èµž strengthTxt当å‰å·²è¾¾åˆ°é¡¶çº§!List_of_Equipment 装备列表itemtipstxt_100001å¤§æˆ˜æ³°å¦æŒ‘战券ä¸è¶³itemtipstxt_100002丛林决战挑战券ä¸è¶³itemtipstxt_100003秘境挑战券ä¸è¶³itemtipstxt_100004竞技场挑战券ä¸è¶³itemtipstxt_100005é˜µè¥æŒ‘战券ä¸è¶³itemdesc_100001进入大战泰å¦çš„凭è¯itemdesc_100002进入丛林决战的凭è¯itemdesc_100003进入秘境的凭è¯itemdesc_100004进入竞技场的凭è¯itemdesc_100005进入阵è¥BOSS的凭è¯shop_BuyMinTips最少购买1个shop_BuyMaxTips已达到最大å¯è´­ä¹°æ•°é‡GiftShop_SoldOutå·²å”®ç½„ï¼Œä¸‹æ¬¡å†æ¥å§ï¼itemdesc_513001闪闪星象点itemdesc_513002食人鱼先生星象点itemdesc_513003啊啊星象点itemdesc_513004法夸德勋爵星象点itemdesc_513005大大星象点itemdesc_514001å²å›¾ä¾å…‹æ˜Ÿè±¡ç‚¹itemdesc_514002大龙星象点itemdesc_514003亚ä¸ç¿ æ˜Ÿè±¡ç‚¹itemdesc_514004克莱尔·努涅斯星象点itemdesc_514005鹤大师星象点itemdesc_514006布兰奇星象点itemdesc_514007æ ¼é‡Œæ–¯ç‰¹çŽ‹å­æ˜Ÿè±¡ç‚¹itemdesc_515001å‰å§†Â·èŽ±å…‹æ˜Ÿè±¡ç‚¹itemdesc_515002船长星象点itemdesc_515003希沙窦斯星象点itemdesc_515004å°æ¬§æ˜Ÿè±¡ç‚¹itemdesc_523001斯梅克船长星象点itemdesc_523002è­¦å«é˜Ÿé•¿æ˜Ÿè±¡ç‚¹itemdesc_523003泰德·邓普顿星象点itemdesc_523004 å‰å§†Â·æ™®é›·æ–¯ç§‘特星象点itemdesc_524001警长星象点itemdesc_524002牙仙星象点itemdesc_524003ç¡ç¥žæ²™äººæ˜Ÿè±¡ç‚¹itemdesc_524004邦尼兔星象点itemdesc_524005金猴星象点itemdesc_524006凯尔星象点itemdesc_524007å°é’±æ˜Ÿè±¡ç‚¹itemdesc_524008暴芙那特星象点itemdesc_524009云朵先生星象点itemdesc_525001é˜¿å®æ˜Ÿè±¡ç‚¹itemdesc_525002沃尔夫先生星象点itemdesc_525003羊仙姑星象点itemdesc_525004波比星象点itemdesc_533001巫嘎星象点itemdesc_533002å¦å…‹æ˜Ÿè±¡ç‚¹itemdesc_533003胡德先生星象点itemdesc_533004æ™®é²æ ¼å…°æ°æ˜Ÿè±¡ç‚¹itemdesc_533005鼻涕粗星象点itemdesc_533006ç妮ä¸Â·é‚“普顿星象点itemdesc_534001贫嘴驴星象点itemdesc_534002蒂姆·邓普顿星象点itemdesc_534003圣诞è€äººæ˜Ÿè±¡ç‚¹itemdesc_534004瓜哥星象点itemdesc_534005 沃尔特·å²ç¿ å…‹å‹’星象点itemdesc_534006冰霜æ°å…‹æ˜Ÿè±¡ç‚¹itemdesc_534007è²å¥¥å¨œæ˜Ÿè±¡ç‚¹itemdesc_534008æ‚夫那特星象点itemdesc_535001师父星象点itemdesc_535002å¸Œå¡æ™®æ˜Ÿè±¡ç‚¹itemdesc_535003漆黑星象点itemdesc_535004黛安·ç¦å…‹æ–¯é¡¿æ˜Ÿè±¡ç‚¹itemdesc_535005 幸è¿Â·æ™®é›·æ–¯ç§‘特星象点itemdesc_535006平先生星象点itemdesc_543001阿比盖尔·斯通星象点itemdesc_543002果酱教授星象点itemdesc_543003å²è’‚夫·帕丘克星象点itemdesc_543004姜饼人星象点itemdesc_543005瓦希尔指挥官星象点itemdesc_543006布里奇特星象点itemdesc_543007戈伯星象点itemdesc_544001美肚鲨星象点itemdesc_544002蛇先生星象点itemdesc_544003匹诺曹星象点itemdesc_544004骇客蛛星象点itemdesc_544006æ‚娇虎星象点itemdesc_545001乌龟大师星象点itemdesc_545002梅林星象点itemdesc_545003 盖星象点itemdesc_545004ç©¿é´å­çš„猫星象点itemdesc_544005å°ä¼Šæ˜Ÿè±¡ç‚¹itemdesc_515005亚力克斯星象点 Training_pile 练功桩 In_training 训练中Completion_of_training 训练完æˆUnlockè§£é”Experience_value 守护值 maximum_level已达到最大级别 BUILD_TRAINERè§£é”练功桩Build_new_trainers6å»ºé€ æ–°çš„è®­ç»ƒå™¨ï¼ŒåŒæ—¶è®­ç»ƒæ›´å¤šçš„守护者current_complete当å‰é˜¶æ®µå·²å…¨éƒ¨å®Œæˆdreamland_ShareTips!æç¤ºï¼šåˆ†äº«æ—¶é—´é—´éš”太短roleSet_Unlocked您还未解é”è¯¥å¤´åƒ Favorable好感Fetterç¾ç»ŠResetSucceeded é‡ç½®æˆåŠŸ!Life increased by 1.8%生命增加1.8%Defence increased by 1.5%防御增加1.5%Attack increased by 1.5%攻击增加1.5%Attack speed increased by 3%攻速增加3%Attack speed increased by 4%攻速增加4%Critical hit increased by 10%暴击增加10%opencond_ prompt_ sign签到功能暂未开å¯EnterTheSceneToFight!是å¦è¿›å…¥è¯¥åœºæ™¯è¿›è¡Œæˆ˜æ–—HoroScopeName_1001 攻击æå‡HoroScopeName_1002 防御æå‡HoroScopeName_1003 生命æå‡HoroScopeName_1004 攻击æå‡HoroScopeName_1005 防御æå‡HoroScopeName_1006 生命æå‡HoroScopeName_1007 攻击æå‡HoroScopeName_2001 防御æå‡HoroScopeName_2002 攻击æå‡HoroScopeName_2003 防御æå‡HoroScopeName_2004 生命æå‡HoroScopeName_2005 攻击æå‡HoroScopeName_2006 防御æå‡HoroScopeName_2007 生命æå‡HoroScopeName_2008 攻击æå‡HoroScopeName_2009 防御æå‡HoroScopeName_2010 生命æå‡HoroScopeName_2011 攻击æå‡HoroScopeName_2012 防御æå‡HoroScopeName_2013 生命æå‡HoroScopeName_2014 攻击æå‡HoroScopeName_2015 防御æå‡HoroScopeName_2016 生命æå‡HoroScopeName_3001 攻击æå‡HoroScopeName_3002 防御æå‡HoroScopeName_3003 生命æå‡HoroScopeName_3004 攻击æå‡HoroScopeName_3005 防御æå‡HoroScopeText_1全体上阵守护者HoroScopeText_21阵è¥1全体守护者HoroScopeText_22阵è¥2全体守护者HoroScopeText_23阵è¥3全体守护者HoroScopeText_24阵è¥4全体守护者HoroScopeText_25阵è¥5全体守护者 WaitTimeReset{0}å³å¯è¿›è¡Œé‡ç½® No_defensive未设置防守阵容Overview总览 Exploration探索HoroscopeUpgrade 星座å‡çº§guild_task5011001èµ é€3æ¬¡å‹æƒ…点guild_task5012001使用好å‹åŠ©æˆ˜å®ˆæŠ¤è€…1次guild_task5018001进行一次普通招募guild_task5024001为任æ„影哿å‡1级guild_task5047001强化任æ„装备æˆåŠŸ6次guild_task5063001日常任务活跃达到100guild_task5068001消费200000金å¸guild_task5104001消费100钻石RotatableNodeTip3特殊机关,ä¸å…许站在å¯ç§»åŠ¨åŒºåŸŸæ“作Complet Condition å®Œæˆæ¡ä»¶PassformatList怪物 Passdroplistå®ç®± First_plot1€²è¿™æ˜¯ä¸€ä¸ªæ­£é‚ªå¤§æˆ˜ä¹‹åŽçš„全新世界。
虽然守护者们在战斗中获得胜利,但他们的守护神月中人就此沉ç¡ï¼ŒåŒ–作星星点点撒å‘宇宙四处 First_plot2råæ´¾ä»¬ä¾ç„¶åœ¨æš—处蠢蠢欲动,带有月中人气æ¯çš„å®ˆæŠ¤è€…å°†å¸¦é¢†å®ˆæŠ¤è€…ä»¬å»¶ç»­å®ˆæŠ¤ä½¿å‘½ï¼ Guard NO.1 守å«ä¸€å· Guard NO.2 守å«ä¸€å· Guard NO.3 守å«ä¸€å· @@ -707,7 +707,630 @@ Guard NO.8 守å«ä¸€å· Guard NO.9 守å«ä¸€å· Guard NO.10 守å«ä¸€å· Guard NO.11 守å«ä¸€å· Guard NO.12 守å«ä¸€å· Guard NO.13 守å«ä¸€å· Guard NO.14 守å«ä¸€å· Guard NO.15 守å«ä¸€å· Guard NO.16 守å«ä¸€å· Guard NO.17 守å«ä¸€å· Guard NO.18 守å«ä¸€å· Guard NO.19 守å«ä¸€å· Guard NO.20 守å«ä¸€å·Moon Box 月之å®ç®±Recruit Voucher Exchangeé“å…·ä¸è¶³è´­ä¹° PurchaseLimit今日é™è´­: {0} 次Mainline_Simple简å•Mainline_Ordinary普通Mainline_Difficultyå›°éš¾Casting_furnace 铸造炉Blacksmith_Scheduleé“匠的时间表Combat战斗 sm_Auxiliary辅助Special特殊PROMPTæç¤º You_Order你确定è¦ä¸‹è®¢å•å—?Quantityæ•°é‡ TravelNotes 旅行记录Arrival 抵达时间Seconds_Piecesç§’/ä»¶Look For Blast Air寻找鼓风空气 Rescue Grug 解救瓜哥Repair Broken Booksä¿®å¤æ®‹ç ´ä¹¦ç±Restart The Windmill é‡å¯é£Žè½¦Tame The Rampage Flocké©¯æœæš´èµ°ç¾Šç¾¤ Against Eret对抗埃雷特 Repress Eret制æœåŸƒé›·ç‰¹ Moon Hill 月之山 ReturnCity正在返回中轴城 totalquantityæ•°é‡Fire And Water WindaaaLight And Darkbbb Life Eonusccc -STRENGTHEN加强 To_Continue'点击空白区域的任何地方继续 No Heroes Set未设置英雄skillname_113003011啊啊队长技skillname_113003111 冲击之拳skillname_113003211 能é‡çªƒå–skillname_113003311 çµé­‚åžå™¬skillname_135005011 幸è¿Â·æ™®é›·æ–¯ç§‘特队长技skillname_135005111 策马扬鞭skillname_135005211 金苹果skillname_135005311 è’野飞渡skillname_115001011å‰å§†Â·èŽ±å…‹é˜Ÿé•¿æŠ€skillname_115001111 猎魂ç å‡»skillname_115001211奥术护身符skillname_115001311 清算时刻skillname_145001011乌龟大师队长技skillname_145001111 厚德载物skillname_145001211 抱朴守真skillname_145001311 负阴冲阳skillname_114001111 破釜åƒé’§skillname_114001211 万夫莫开skillname_114001311 我æ„天下skillname_124008011暴芙那特队长技skillname_124008111 其利断金skillname_124008211卿…‘回马扫skillname_124008311 破甲之枪skillname_134008011æ‚夫那特队长技skillname_134008111 åŒæ°”连æžskillname_134008211震慑回马扫skillname_134008311 疾风之矛skillname_113002111 食人之咬skillname_113002211 锯齿拉链skillname_113002311 生化武器skillname_143002011果酱教授队长技skillname_143002111 欺诈å­å¼¹skillname_143002211 诡计注视skillname_143002311 伪善之光skillname_114006011布兰奇队长技skillname_114006111 夺魂之击skillname_114006211 陿­¢ä¹‹èˆžskillname_114006311无尽催眠曲skillname_135006011平先生队长技skillname_135006111 冲云天skillname_135006211 蒸扇笼skillname_135006311 饮汤饼skillname_134002011蒂姆·邓普顿队长技skillname_134002111玩具·锋刃skillname_134002211信仰·勇气skillname_134002311奶瓶·爱心skillname_124005011金猴队长技skillname_124005111 猿猱欲度skillname_124005211 æ°´ä¸­å–æœˆskillname_124005311 猿声啼岸skillname_125003011羊仙姑队长技skillname_125003111傿˜Ÿskillname_125003211奉é“skillname_125003311 拜斗知命skillname_113004111 乘胜追击skillname_113004211 贵胄è£èª‰skillname_113004311 皇æ—审判skillname_133003011胡德先生队长技skillname_133003111 淬毒箭矢skillname_133003211 猎手习性skillname_133003311破甲连ç ç®­skillname_143001111 ä¹å›­ä¹‹æžœskillname_143001211 牧场è‰é•¿skillname_143001311 默契ä¹ç« skillname_134003011圣诞è€äººé˜Ÿé•¿æŠ€skillname_134003111 糖果刀光skillname_134003211 诺斯本色skillname_134003311 圣诞å‰å¤œskillname_144004011骇客蛛队长技skillname_144004111 -U盘投掷skillname_144004211 芯片清算skillname_144004311 骇客光波skillname_134007011è²å¥¥å¨œé˜Ÿé•¿æŠ€skillname_134007111跳跃åŽå°”å…¹skillname_134007211回旋圆舞曲skillname_134007311绿è«å’å¹è°ƒskillname_143006111 轮滑冲锋skillname_143006211 真挚å‹è°Šskillname_143006311 粉红旋舞skillname_113001011闪闪队长技skillname_113001111 眩晕光圈skillname_113001211 蔑视法çƒskillname_113001311 无惧é”链skillname_114005011鹤大师队长技skillname_114005111 æ¾é£Žé¹¤é¸£skillname_114005211 仙鹤亮翅skillname_114005311 高天鹤唳skillname_133001111 兽骨击打skillname_133001211 血色å·è§’skillname_133001311 腾跃冰原skillname_143003011å²è’‚夫·帕丘克队长技skillname_143003111帕丘克剑术skillname_143003211 骑士精神skillname_143003311 信仰念力skillname_143005111 凶æ‚锤击skillname_143005211 瞄准弱点skillname_143005311 å¨ä¸¥éœ‡æ…‘skillname_115002011船长队长技skillname_115002111 冒险精神skillname_115002211 临场妙算skillname_115002311 领袖æ‰èƒ½skillname_113005011大大队长技skillname_113005111å‰å†²ï¼šè‚šçš®é¡¶skillname_113005211é™„é­”ï¼šå°æŒ‡å¤´skillname_113005311舞蹈狂欢夜skillname_124009011云朵先生队长技skillname_124009111 积雨云skillname_124009211 碎冰云skillname_124009311 雷暴冻云skillname_124001011警长队长技skillname_124001111 正义之æ‰skillname_124001211 枪弹镣é“skillname_124001311 暴风飞车skillname_151006111 横冲直撞skillname_151006211 矢气排放skillname_151007111 麻醉针skillname_151007211 æ•æ‰ç½‘skillname_133002111 蚀骨之钉skillname_133002211 清醒æ‹å‡»skillname_133002311 æå‘½é£žå¼¹skillname_155004111 锋利èœåˆ€skillname_155004211 å‡¶æ¶æå“skillname_155004311 ç«ç„°å–·å‘skillname_145004111宫廷之花剑skillname_145004211薛定谔连斩skillname_145004311飞刺芭蕾舞skillname_155003111 海盘车skillname_155003211 海星之æ¯skillname_155003311光·格尔之怒skillname_155001111 ç‚½çƒˆåæ¯skillname_155001211 怒焰之衣skillname_155001311 ç»å¢ƒé¾™ç‚Žskillname_155002111 蕉果投掷skillname_155002211嗜血skillname_155002311 地裂天倾skillname_155005111 ç«ç„°ä¹‹æ‹³skillname_155005211 ç¥žä¹‹å¨æ…‘skillname_155005311 诸神黄æ˜skillname_155006111 绿藤烟瘴skillname_155006211 毒物弥散skillname_155006311 é’æ£˜ä¹‹ç”²skillname_155007111 暴雪寒锥skillname_155007211 永冻åšç”²skillname_155007311 ç­ä¸–神è¯skillname_153003111 针棘之刺skillname_153003211 御敌本能skillname_100003001 寒霜套装skillname_100006001 祈愿套装skillname_100007001 脉冲套装skillname_100001401 预言套装skillname_100001501 月盾套装skillname_100001001 庇佑套装skillname_100009001 炼心套装skillname_100001701 诅咒套装skillname_100001901 御å…套装skillname_134004111 顾此åŠå½¼skillname_134004211 穴居习性skillname_134004311 追猎嗥å«skillname_114002111 嚣张气焰skillname_114002211 å—œè¡€åæ‰‘skillname_114002311 弱肉强食skillname_143007111 破敌横钩skillname_143007211 è€ç»ƒåŒ…扎skillname_143007311 åšå…‹çƒ™å°skillname_134001111 å£è‹¥æ‚¬æ²³skillname_134001211 å¨é£Žå‡›å‡›skillname_134001311 山盟海誓skillname_123001111 波波光æŸskillname_123001211 船长关怀skillname_123001311 全员鼓舞skillname_124007011å°é’±é˜Ÿé•¿æŠ€skillname_124007111奇幻肥皂泡skillname_124007211冰冻妙脆角skillname_124007311勇往飞星盘skill_1130030111*在积分赛中我方全体æå‡20%速度skill_1130031111i啊啊对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›100%的伤害,并有60%概率附加1回åˆã€æŒ‘衅】状æ€ã€‚skill_1130032111€ã啊啊对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›200%的伤害,éšåŽä¸ºè‡ªèº«æ¢å¤æœ€å¤§ç”Ÿå‘½å€¼5%生命,并有100%概率驱散目标全部增益状æ€ï¼Œæ¯é©±æ•£1个增益状æ€ï¼Œå¯ä¸ºè‡ªèº«æ¢å¤æœ€å¤§ç”Ÿå‘½å€¼3%的生命。skill_1130033111啊啊对敌方1个目标造æˆè‡ªèº«æœ€å¤§ç”Ÿå‘½å€¼18%的伤害,并附加1回åˆã€åžå™¬ã€‘状æ€ã€‚目标当å‰ç”Ÿå‘½å€¼å¤§äºŽ50%,则附加2回åˆã€åžå™¬ã€‘状æ€ã€‚效果æŒç»­æœŸé—´è‹¥è‡ªèº«è¢«å‡»è´¥æˆ–场上åªå‰©è‡ªå·±ä¸€äººï¼Œåˆ™æå‰é‡Šæ”¾ç›®æ ‡ã€‚skill_1350050111我方全体生命增加30%skill_1350051111{幸è¿Â·æ™®é›·æ–¯ç§‘特对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›140%的伤害,æ¯ç‚¹é€Ÿåº¦å¯é¢å¤–é€ æˆæ”»å‡»åŠ›0.45%的伤害skill_1350052111€—幸è¿Â·æ™®é›·æ–¯ç§‘特对敌方全体目标造æˆ3段共计攻击80%çš„ä¼¤å®³ï¼Œæ¯æ®µä¼¤å®³æœ‰50%概率为目标附加2回åˆã€é˜²å¾¡ä¸‹é™ã€‘状æ€skill_1350053111€¼å¹¸è¿Â·æ™®é›·æ–¯ç§‘特为我方全体附加2回åˆã€å…疫】和ã€é˜²å¾¡æå‡ã€‘状æ€ï¼Œå¹¶å¯¹æ•Œæ–¹å…¨ä½“ç›®æ ‡é€ æˆæ”»å‡»åŠ›105%的伤害,并附加2回åˆã€æ”»å‡»ä¸‹é™ã€‘状æ€skill_1150010111我方全体暴击率增加25%skill_1150011111€å‰å§†Â·èŽ±å…‹å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›130%çš„ä¼¤å®³ï¼Œå¹¶æœªè‡ªèº«å›žå¤æœ¬æ¬¡ä¼¤å®³50%的生命,若å‘生暴击,则增加自身20%的行动值skill_1150012111€Âå‰å§†Â·èŽ±å…‹ä¸ºè‡ªèº«é™„åŠ 2回åˆã€æš´å‡»æå‡ã€‘状æ€ï¼ŒéšåŽå¯¹æ•Œæ–¹1个目标å‘èµ·æ”»å‡»ï¼Œé€ æˆæ”»å‡»åŠ›180%çš„ä¼¤å®³ï¼›è‹¥è§¦å‘æš´å‡»ï¼Œåˆ™æ”»å‡»ç»“æŸåŽèŽ·å¾—é¢å¤–的回åˆã€‚skill_1150013111€Âå‰å§†Â·èŽ±å…‹å¯¹æ•Œæ–¹1个目标å‘èµ·3è¿žå‡»ï¼Œå…±é€ æˆæ”»å‡»åŠ›260%çš„ä¼¤å®³ã€‚è‡ªèº«æ¯æŸå¤±10%的生命,伤害增加6%;若æˆåŠŸå‡»æ€ç›®æ ‡ï¼Œæ‰€æœ‰æŠ€èƒ½å†·å´æ—¶é—´å‡å°‘1回åˆã€‚skill_1450010111我方全体攻击增加30%skill_1450011111€Ä乌龟大师对敌方1个目标å‘èµ·2æ®µæ”»å‡»ï¼Œæ¯æ®µå¯é€ æˆæ”»å‡»åŠ›70%的伤害,并有70%概率夺å–目标1个增益状æ€ï¼›è‹¥å¤ºå–æˆåŠŸï¼Œå¯¹ç›®æ ‡é™„åŠ 1回åˆã€çƒ™å°ã€‘状æ€ã€‚skill_1450012111€×乌龟大师对敌方全体å‘èµ·2æ®µæ”»å‡»ï¼Œåˆ†åˆ«é€ æˆæ”»å‡»åŠ›50%的伤害,第一段攻击附加2回åˆã€æ— æ³•获得增益效果】状æ€ï¼Œç¬¬äºŒæ®µæ”»å‡»é€ æˆä¸Žä¼¤å®³é‡ç­‰å€¼çš„生命最大值下é™ã€‚skill_1450013111乌龟大师净化自身所有å‡ç›Šçжæ€ï¼ŒåŒæ—¶é©±æ•£æ•Œæ–¹å…¨ä½“所有增益状æ€ï¼ŒéšåŽå¯¹æ•Œæ–¹å…¨ä½“é€ æˆæ”»å‡»åŠ›120%的伤害,共有50%概率附加2回åˆã€é˜²å¾¡ä¸‹é™ã€‘状æ€ã€‚若驱散æˆåŠŸï¼Œåˆ™æœ‰100%概率附加ã€é˜²å¾¡ä¸‹é™ã€‘状æ€ã€‚skill_1140011111€†å²å›¾ä¾å…‹å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›30%以åŠé˜²å¾¡åŠ›65%的伤害,并有60%概率附加2回åˆã€é˜²å¾¡ä¸‹é™ã€‘效果。skill_1140012111€Üå²å›¾ä¾å…‹æ¯æ¬¡å—到攻击时,自身获得1层ã€é…‹é•¿ä¹‹æ€’】,æ¯å±‚坿å‡è‡ªèº«10%的基础防御力和5%的效果抵抗,最多å¯å åŠ 10层。自身获得10层ã€é…‹é•¿ä¹‹æ€’】时将立å³èŽ·å¾—å›žåˆskill_1140013111å²å›¾ä¾å…‹å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›80%以åŠé˜²å¾¡åŠ›120%çš„ä¼¤å®³ï¼Œå¹¶ã€æŒ‘衅】1åæ•Œäºº2回åˆã€‚若有10层ã€é…‹é•¿ä¹‹æ€’】,伤害æå‡50%。æ¢å¤è‡ªèº«ç”Ÿå‘½ï¼Œæ¯å±‚ã€é…‹é•¿ä¹‹æ€’】æä¾›è‡ªèº«æœ€å¤§ç”Ÿå‘½å€¼4%æ¢å¤é‡ï¼›ä¹‹åŽæ¶ˆè€—全部ã€é…‹é•¿ä¹‹æ€’】skill_1240080111H在祭祀神迹ã€å£°ä¹‹ç¥žè¿¹çš„æŒ‘战中,我方全体攻击增加30%skill_1240081111€øæš´èŠ™é‚£ç‰¹å¯¹æ•Œæ–¹1个目标造æˆ2次自身攻击力60%的伤害,并有40%概率附加2回åˆã€çƒ™å°ã€‘效果。若æŸè‹±é›„在场,则本次攻击é¢å¤–附加目标最大生命值5%的伤害,但最高无法超过自身攻击力的60%。skill_1240082111€Ë暴芙那特对敌方全体造æˆ2次自身攻击力45%的伤害,并有40%概率附加2回åˆã€é€Ÿåº¦ä¸‹é™ã€‘效果。若æŸè‹±é›„在场,则本次攻击é¢å¤–造æˆä¸¤æ®µä¼¤å®³å¹¶é™„åŠ åŒæ ·æ•ˆæžœskill_1240083111€©æš´èŠ™é‚£ç‰¹å…ˆä¸ºè‡ªèº«æ–½åŠ 2回åˆã€æš´å‡»æå‡ã€‘效果,之åŽå¯¹æ•Œæ–¹1个目标造æˆ3次自身攻击力80%的伤害,并附加2回åˆã€é˜²å¾¡ä¸‹é™ã€‘效果skill_1340080111H在祭祀神迹ã€å£°ä¹‹ç¥žè¿¹çš„æŒ‘战中,我方全体生命增加40%skill_1340081111€Òæ‚夫那特对敌方一个目标造æˆ1次自身攻击力100%的伤害,并有40%概率鸡腿目标10%行动值。若æŸè‹±é›„在场,则本次攻击é¢å¤–éšæœºæ”»å‡»2个目标,造æˆåŒæ ·ä¼¤å®³å’Œæ•ˆæžœskill_1340082111€Ãæ‚夫那特对敌方全体造æˆ2次自身攻击力45%的伤害,并有40%概率附加1回åˆã€çœ©æ™•】效果。若æŸè‹±é›„冿¬¡ï¼Œåˆ™æœ¬æ¬¡æ”»å‡»é¢å¤–造æˆ2段伤害并附加统一效果skill_1340083111€œæ‚夫那特先为自身施加2回åˆã€é€Ÿåº¦æå‡ã€‘效果,之åŽå¯¹æ•Œæ–¹1个目标造æˆ2次自身攻击力120%çš„ä¼¤å®³ï¼Œå¹¶å¸æ”¶ç›®æ ‡10行动值skill_1130021111r食人鱼先生对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›130%的伤害;若å‘ç”Ÿæš´å‡»ï¼Œå¤§æ‹›å†·å´æ—¶é—´å‡å°‘1回åˆskill_1130022111u食人鱼先生对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›220%的伤害,有85%概率附加2回åˆã€é˜²å¾¡ä¸‹é™ã€‘状æ€ã€‚skill_1130023111€Þ食人鱼先生对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›260%的伤害;若目标死亡,则附加1æ¬¡æ”»å‡»ï¼Œå¯¹éšæœº1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›150%的伤害,本次攻击无视防御。追加伤害æ¯å›žåˆæœ€å¤šè§¦å‘2次。skill_1430020111我方全体速度增加15%skill_1430021111€¯æžœé…±æ•™æŽˆå¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,有75%概率对其施加2回åˆã€é€Ÿåº¦ä¸‹é™ã€‘状æ€ï¼Œå¹¶æœ‰75%概率将自身1个å‡ç›Šçжæ€è½¬ç§»ç»™ç›®æ ‡skill_1430022111€…æžœé…±æ•™æŽˆæ¯æ¬¡æ”»å‡»å¯å‡å°‘目标15%行动值。造æˆä¼¤å®³åŽï¼Œè‹¥ç›®æ ‡è¡ŒåŠ¨å€¼ä½ŽäºŽ30%,附加1回åˆã€çŸ³åŒ–】状æ€skill_1430023111€³æžœé…±æ•™æŽˆå¯¹æ•Œæ–¹å…¨ä½“é€ æˆæ”»å‡»åŠ›100%的伤害,有100%的概率å‡å°‘å„目标15%的行动值;若目标身上存在å‡ç›Šçжæ€ï¼Œå°†é¢å¤–å‡å°‘目标15%行动值。skill_11400601110在è”åˆå¯¹æŠ—中,我方全体速度增加25%skill_1140061111€±å¸ƒå…°å¥‡å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›110%的伤害,并有80%æ¦‚çŽ‡å¸æ”¶ç›®æ ‡30%行动值。若该目标身上存在å‡ç›Šçжæ€ï¼Œåˆ™é™„加1回åˆã€çœ©æ™•】状æ€ã€‚skill_1140062111€‚布兰奇自身施加å‡ç›Šæ•ˆæžœæ—¶ï¼Œè‹¥ç›®æ ‡å‡ºäºŽæ— æ³•行动状æ€ï¼Œåˆ™ä½¿ç›®æ ‡çš„æ‰€æœ‰æŠ€èƒ½å†·å´æ—¶é—´å»¶é•¿1回åˆã€‚skill_1140063111{布兰奇对敌方全体攻击3æ¬¡ï¼Œå…±é€ æˆæ”»å‡»åŠ›110%çš„ä¼¤å®³ï¼Œæ¯æ¬¡æœ‰60%概率附加1回åˆã€çœ©æ™•】状æ€ã€‚skill_1350060111!我方全体效果抵抗增加40%skill_1350061111€‚平先生对敌方一个目标造æˆè‡ªèº«æ”»å‡»åŠ›125%çš„ä¼¤å®³ï¼Œå¹¶ä½¿è‡ªèº«å’Œéšæœºä¸€å勿–¹èŽ·å¾—15%的行动值æå‡ã€‚skill_1350062111U平先生为我方全体附加2回åˆã€æ”»å‡»æå‡ã€‘å’Œã€é€Ÿåº¦æå‡ã€‘效果。skill_1350063111€Çå¹³å…ˆç”Ÿå¯¹æ•Œæ–¹å…¨ä½“é€ æˆæ”»å‡»åŠ›120%的伤害并清空目标全部行动值,之åŽå¼±ç›®æ ‡è¡ŒåŠ¨å€¼ä¸º0%,则有60%概率附加1回åˆã€çœ©æ™•】状æ€ã€‚éšåŽè‡ªèº«èŽ·å¾—é¢å¤–回åˆã€‚skill_1340020111!我方全体效果抵抗增加30%skill_1340021111€†è’‚姆·邓普顿对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›110%的伤害,并为生命比例最低的队å‹é™„加1回åˆã€å¤è‹ã€‘状æ€ã€‚skill_1340022111e蒂姆·邓普顿为我方1å队å‹å¢žåŠ 100%行动值,并附加2回åˆã€æ”»å‡»æå‡ã€‘状æ€ã€‚skill_1340023111}蒂姆·邓普顿为我方1å队å‹é™„加1回åˆã€æ— æ•Œã€‘状æ€ï¼ŒåŒæ—¶ä¸ºæˆ‘方全体附加2回åˆã€å…疫】状æ€ã€‚skill_1240050111我方全体攻击增加24%skill_1240051111o金猴对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,并有70%概率对自身附加2回åˆã€é€Ÿåº¦æå‡ã€‘skill_1240052111S金猴净化1åé˜Ÿå‹æ‰€æœ‰å‡ç›Šçжæ€ï¼Œå¹¶ä¸ºå…¶æ ‡è®°2回åˆã€ä¸è´¥é‡‘身】skill_1240053111€¨é‡‘çŒ´å¯¹æ•Œæ–¹å…¨ä½“é€ æˆæ”»å‡»åŠ›120%的伤害,并附加2回åˆã€é€Ÿåº¦ä¸‹é™ã€‘状æ€ï¼›åŒæ—¶èƒ½å‡å°‘敌方全体30%行动值,并é‡ç½®2æŠ€èƒ½çš„å†·å´æ—¶é—´skill_1250030111我方全体速度增加25%skill_1250031111h羊仙姑对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›110%的伤害,并有80%的概率西区目标20%的行动值skill_1250032111€ªç¾Šä»™å§‘å¯¹æ•Œæ–¹å…¨ä½“ç›®æ ‡é€ æˆæ”»å‡»åŠ›80%的伤害,并对目标附加2回åˆã€é€Ÿåº¦ä¸‹é™ã€‘效果,且有60%的概率对目标附加1回åˆã€çœ©æ™•】效果skill_1250033111€—ç¾Šä»™å§‘å¯¹æ•Œæ–¹å…¨ä½“ç›®æ ‡é€ æˆæ”»å‡»åŠ›105%的伤害,并抢夺目标30%的行动值,抢夺的全部行动值将平å‡åˆ†é…给全体队å‹ã€‚skill_1130041111€ñ法夸德勋爵对敌方1个目标å‘èµ·æ”»å‡»ï¼Œé€ æˆæ”»å‡»åŠ›120%的伤害;若自身当å‰ç”Ÿå‘½æ¯”例低于50%,则å¯å¯¹ç›®æ ‡è¿½åŠ 1æ¬¡æ”»å‡»ï¼Œé€ æˆæ”»å‡»åŠ›120%的伤害,且æå‡30%的暴击率,并无视目标20%的防御。skill_1130042111€ æ³•夸德勋爵对敌方1个目标å‘èµ·æ”»å‡»ï¼Œé€ æˆæ”»å‡»åŠ›210%的伤害,并未自身附加2回åˆã€æ”»å‡»æå‡ã€‘状æ€å’Œ2回åˆã€å¯¹å³™ã€‘状æ€ã€‚skill_1130043111€°æ³•夸德勋爵对敌方1个目标å‘èµ·æ”»å‡»ï¼Œé€ æˆæ”»å‡»åŠ›260%çš„ä¼¤å®³ï¼ŒåŒæ—¶ä¼šæ¸…除目标身上的2个增益状æ€ï¼Œè‡ªèº«æ¯æŸå¤±10%生命,伤害会增加5%。skill_1330030111K在祭祀神迹ã€å£°ä¹‹ç¥žè¿¹çš„æŒ‘战中,我方全体暴击率增加20%skill_1330031111r胡德先生对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›110%的伤害,并有40%概率附加2回åˆã€æ”»å‡»ä¸‹é™ã€‘状æ€skill_1330032111€›èƒ¡å¾·å…ˆç”Ÿå½“队å‹å‘敌方任æ„1个目标å‘起攻击时,都会跟éšé˜Ÿå‹å¯¹ç›®æ ‡é€ æˆæ”»å‡»åŠ›40%的伤害,并附加1回åˆã€ä¸­æ¯’】状æ€skill_1330033111{èƒ¡å¾·å…ˆç”Ÿå¯¹æ•Œæ–¹éšæœº2ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›180%的伤害,并有80%概率附加2回åˆã€é˜²å¾¡ä¸‹é™ã€‘ã€ä¸­æ¯’skill_1430011111z阿比盖尔·斯通对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,并有75%概率附加2回åˆã€é˜²å¾¡ä¸‹é™ã€‘状æ€skill_1430012111z阿比盖尔·斯通对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,并有75%概率附加2回åˆã€é˜²å¾¡ä¸‹é™ã€‘状æ€skill_1430013111m阿比盖尔·斯通对敌方全体攻击力100%的伤害,有75%概率附加2回åˆã€æ”»å‡»ä¸‹é™ã€‘状æ€skill_1340030111*积分赛中,我方全体攻击增加30%skill_1340031111u圣诞è€äººå¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,并有75%概率附加2回åˆã€å¤±æ‰‹çއæå‡ã€‘状æ€skill_1340032111u圣诞è€äººå¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,并有75%概率附加2回åˆã€å¤±æ‰‹çއæå‡ã€‘状æ€skill_1340033111€Ó圣诞è€äººå¯¹æ•Œæ–¹1个目标å‘èµ·2æ®µæ”»å‡»ï¼Œæ¯æ®µé€ æˆæ”»å‡»åŠ›100%çš„ä¼¤å®³ï¼Œæ¯æ®µæœ‰75%概率附加1回åˆã€çœ©æ™•】状æ€ã€‚第二段攻击会å·å–目标25%行动值并平å‡åˆ†é…给我å‘全体skill_14400401113在积分赛中,我方全体效果命中增加40%skill_1440041111€ˆéª‡å®¢è››å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›30%åŠè‡ªèº«æœ€å¤§ç”Ÿå‘½å€¼8%的伤害,并有50%概率附加2回åˆã€æ”»å‡»ä¸‹é™ã€‘状æ€skill_1440042111€Å骇客蛛对敌方1个目标造æˆ2次攻击力20%åŠè‡ªèº«æœ€å¤§ç”Ÿå‘½å€¼6%çš„ä¼¤å®³ï¼Œæ¯æ®µæœ‰60%概率驱散目标1个增益状æ€ï¼ŒåŒæ—¶ç«‹åˆ»è§¦å‘目标身上的ã€é»‘客å‰çž»ã€‘效果。skill_1440043111€Å骇客蛛对敌方1个目标造æˆ2次攻击力20%åŠè‡ªèº«æœ€å¤§ç”Ÿå‘½å€¼6%çš„ä¼¤å®³ï¼Œæ¯æ®µæœ‰60%概率驱散目标1个增益状æ€ï¼ŒåŒæ—¶ç«‹åˆ»è§¦å‘目标身上的ã€é»‘客å‰çž»ã€‘效果。skill_1340070111H在祭祀神迹ã€å£°ä¹‹ç¥žè¿¹çš„æŒ‘战中,我方全体攻击增加30%skill_1340071111{è²å¥¥å¨œå¯¹æ•Œæ–¹1个目标造æˆ2次攻击力60%的伤害,若å‘生暴击,则为自身附加1回åˆã€å…疫】状æ€skill_1340072111€Èè²å¥¥å¨œå¯¹æ•Œæ–¹1个目标å‘èµ·3è¿žå‡»ï¼Œå…±é€ æˆæ”»å‡»åŠ›200%çš„ä¼¤å®³ï¼Œæ¯æ¬¡æ”»å‡»æœ‰60%概率驱散目标1个增益状æ€ï¼›è‹¥é©±æ•£æˆåŠŸï¼Œåˆ™å¯¹ç›®æ ‡é™„åŠ 2回åˆã€æ”»å‡»ä¸‹é™ã€‘状æ€skill_1340073111€Ãè²å¥¥å¨œå¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›280%的伤害,并为自身附加2回åˆç”Ÿå‘½å€¼ä¸Šé™35%çš„ã€æŠ¤ç›¾ã€‘ï¼›è‹¥å‘生暴击,则次数伤害æå‡30%,并é¢å¤–æå‡50%ã€æŠ¤ç›¾ã€‘skill_1430061111{布里奇特对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›130%的伤害,并有70%概率为目标附加2回åˆã€æ”»å‡»ä¸‹é™ã€‘状æ€skill_1430062111€À布里奇特为我方1个目标æ¢å¤å…¶æœ€å¤§ç”Ÿå‘½å€¼30%的生命,并附加1回åˆã€æ— æ•Œã€‘ã€ã€å¤è‹ã€‘状æ€ã€‚若目标生命值低于50%,则é¢å¤–附加1回åˆã€å¤è‹ã€‘状æ€skill_1430063111U布里奇特为我方全体附加2回åˆã€æ”»å‡»æå‡ã€‘å’Œã€é˜²å¾¡æå‡ã€‘状æ€skill_1130010111o闪闪对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›250%的伤害,并为我方全体附加2回åˆã€é˜²å¾¡æå‡ã€‘状æ€skill_1130011111€é—ªé—ªå¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›100%çš„ä¼¤å®³ï¼Œæ”»å‡»æ—¶äº§ç”Ÿçš„å…‰ç›¾èƒ½é‡æœ‰50%的概率对目标附加1回åˆã€çœ©æ™•】状æ€skill_1130012111€ñ若敌方攻击当å‰ç”Ÿå‘½å€¼ä½ŽäºŽ50%的我方队å‹ï¼Œé—ªé—ªç«‹å³æŠ•掷盾牌进行åå‡»ï¼Œå¯¹æ”»å‡»è€…é€ æˆæ”»å‡»åŠ›20%与防御力80%的伤害,并有60%的概率附加2回åˆã€æŒ‘衅】状æ€ã€‚该技能æ¯å›žåˆä»…能触å‘一次skill_1130013111o闪闪对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›250%的伤害,并为我方全体附加2回åˆã€é˜²å¾¡æå‡ã€‘状æ€skill_1140050111!我方全体效果命中增加30%skill_1140051111€é¹¤å¤§å¸ˆå¯¹æ•Œæ–¹1个目标å‘èµ·2æ®µæ”»å‡»ï¼Œæ¯æ®µå¯é€ æˆæ”»å‡»åŠ›70%伤害,并有50%概率夺å–目标1个增益状æ€ã€‚skill_1140052111€çé¹¤å¤§å¸ˆéšæœºå¯¹æ•Œæ–¹ç›®æ ‡å‘èµ·4æ¬¡æ”»å‡»ï¼Œæ¯æ¬¡æ”»å‡»é€ æˆæ”»å‡»åŠ›75%的伤害,并演出自身全部增益状æ€1回åˆã€‚若目标未存在增益状æ€ï¼Œåˆ™å¯¹ç›®æ ‡é™„加2回åˆã€æ— æ³•获得增益效果】状æ€ã€‚skill_1140053111€­é¹¤å¤§å¸ˆéšæœºå¯¹æ•Œæ–¹ç›®æ ‡å‘èµ·5æ¬¡æ”»å‡»ï¼Œæ¯æ¬¡é€ æˆæ”»å‡»åŠ›90%伤害并å·å–目标身上存在的2个增益效果。自身æ¯ä¸ªå¼ºåŒ–æ•ˆæžœå¯æå‡10%伤害。skill_1330011111€‡å·«å˜Žå¯¹æ•Œæ–¹1个目标å‘èµ·2æ®µæ”»å‡»ï¼Œæ¯æ®µå¯é€ æˆæ”»å‡»åŠ›60%的伤害,并有50%概率附加2回åˆã€é€Ÿåº¦ä¸‹é™ã€‘状æ€skill_1330012111:巫嘎为我方全体附加2回åˆã€æ”»å‡»æå‡ã€‘状æ€skill_1330013111y巫嘎对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›300%的伤害,并附加1回åˆã€å†°å†»ã€‘以åŠ2回åˆã€é˜²å¾¡ä¸‹é™ã€‘状æ€skill_1430030111我方全体防御增加18%skill_1430031111zå²è’‚夫·帕丘克对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,并有40%概率附加2回åˆã€é€Ÿåº¦ä¸‹é™ã€‘状æ€skill_1430032111~å²è’‚夫·帕丘克消耗自身20%ç”Ÿå‘½å€¼ï¼Œä¸ºå‹æ–¹1个目标æ¢å¤40%的最大生命值,并未目标增加50%行动值skill_1430033111€Éå²è’‚夫·帕丘克为我方1个目标æ¢å¤å…¶æœ€å¤§ç”Ÿå‘½å€¼20%的生命,若目标队å‹å¤„于死亡状æ€ï¼Œåˆ™å°†å…¶å¤æ´»å¹¶æ¢å¤å…¶æœ€å¤§ç”Ÿå‘½å€¼20%的生命,éšåŽè‡ªèº«èŽ·å¾—é¢å¤–回åˆskill_1430051111x瓦希尔指挥官对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,有40%概率为目标附加1回åˆã€çœ©æ™•】状æ€skill_1430052111€å瓦希尔指挥官将我方全体å„1个å‡ç›Šçжæ€è½¬å«ç»™æ•Œæ–¹1ä¸ªç›®æ ‡ï¼Œå¹¶å¯¹å…¶é€ æˆæ”»å‡»åŠ›200%的伤害,有75%概率为目标处于ã€ç¦ç–—】状æ€ã€‚若目标处于ã€ä¸­æ¯’】状æ€ï¼Œåˆ™æœ¬æ¬¡ä¼¤å®³æå‡100%skill_1430053111~瓦希尔指挥官对敌方全体目标造æˆ2次攻击力55%的伤害,有100%概率为目标附加3回åˆã€ä¸­æ¯’】状æ€skill_1150020111*积分赛中,我方全体攻击增加40%skill_1150021111€Œèˆ¹é•¿å¯¹æ•Œæ–¹1个目标造æˆ130%伤害,夺å–该目标1个增益状æ€ï¼Œå¹¶æœ‰100%概率为自身附加2回åˆã€æ”»å‡»æå‡ã€‘状æ€skill_1150022111€–æ¯å›žåˆå¼€å§‹æ—¶ï¼Œèˆ¹é•¿è‡ªåŠ¨èŽ·å¾—2层ã€ç®—æœ¯ã€‘ï¼›è‡ªèº«æ¯æ¬¡èŽ·å¾—å¢žç›ŠçŠ¶æ€æ—¶ï¼Œéƒ½ä¼šé¢å¤–å åŠ 1层ã€ç®—术】,最多å¯å åŠ 8层skill_1150023111 船长攻击敌方全体目标造æˆ100%的伤害,攻击时会消耗所有ã€ç®—术】,æ¯å±‚ã€ç®—术】å¯å¢žåŠ 7%的伤害;若ã€ç‚Žé˜³ã€‘å åŠ 5层以上,本次攻击将无视敌方40%防御,若ã€ç®—术】å åŠ 8层,则å‡å°‘技能1回åˆå†·å´æ—¶é—´skill_1130050111我方全体生命增加18%skill_1130051111J攻击1个敌方,伤害为自身攻击力130%æå‡è‡ªèº«25%行动值。skill_1130052111€¬å›žåˆå¼€å§‹æ—¶è‹¥è‡ªèº«å¯è¡ŒåŠ¨ï¼Œä¸ºéšæœº2å勿–¹é™„加2回åˆ[暴击æå‡]å’Œ1回åˆ[攻击æå‡]。å‡å°‘已有[攻击æå‡]的目标所有技能1回åˆå†·å´ã€‚skill_1130053111€§ä¸ºå…¨ä½“勿–¹é™„加2回åˆ[攻击æå‡] ;目标已有[攻击æå‡]时,å‡å°‘目标所有技能1回åˆå†·å´ã€‚æ­¤æŠ€èƒ½å†·å´æ—¶é—´ä¸ä¼šè¢«ä»»ä½•技能影å“。skill_1240090111我方暴击率增加20%skill_1240091111€™äº‘朵先生对敌方1个目标造æˆè‡ªèº«æ”»å‡»åŠ›110%的伤害,若此次伤害触å‘äº†æš´å‡»ï¼Œåˆ™ä½¿è‡ªèº«ã€æš´å‡»æå‡ã€‘效果延长1回åˆã€‚skill_1240092111€Ò云朵先生对敌方1个目标造æˆ3次自身攻击力55%的伤害,并有50%的概率é™ä½Žç›®æ ‡15%的行动值。若此次伤害触å‘了暴击,则为目标é¢å¤–附加2回åˆã€é€Ÿåº¦ä¸‹é™ã€‘效果。skill_1240093111€Ö云朵先生为自身附加2回åˆã€æš´å‡»æå‡ã€‘效果, 之åŽå¯¹æ•Œæ–¹å…¨ä½“目标造æˆ3次自身攻击力45%的伤害,若此次伤害触å‘了暴击,则有40%的概率ã€å†°å†»ã€‘目标,æŒç»­1回åˆskill_1240010111我方全体攻击增加24%skill_1240011111t警长对敌方1ä¸ªç›®æ ‡è¿›è¡Œå°„å‡»ï¼Œé€ æˆæ”»å‡»åŠ›130%的伤害,若æˆåŠŸå‡»æ€ç›®æ ‡ï¼Œåˆ™èŽ·å¾—é¢å¤–回åˆskill_1240012111€Šï¼šè­¦é•¿å¯¹æ•Œæ–¹æ‰€æœ‰ç›®æ ‡é€ æˆæ”»å‡»åŠ›70%çš„ä¼¤å®³ï¼Œä¸ºè‡ªèº«å›žå¤æœ¬æ¬¡æ€»ä¼¤å®³30%的生命,并å„叿”¶ç›®æ ‡10%的行动值skill_1240013111t警长对敌方全体攻击4æ¬¡ï¼Œå…±é€ æˆæ”»å‡»åŠ›115%的伤害;å‘生暴击时,本次伤害将é¢å¤–æå‡30%skill_1510061111o对敌方1个目标å‘èµ·æ”»å‡»ï¼Œé€ æˆæ”»å‡»åŠ›100%的伤害,并有40%概率附加1回åˆã€ç¦ç–—】状æ€skill_1510062111C对敌方全体å‘èµ·3æ¬¡æ”»å‡»ï¼Œæ¯æ¬¡é€ æˆæ”»å‡»åŠ›30%的伤害skill_1510071111>对敌方1个目标å‘èµ·æ”»å‡»ï¼Œé€ æˆæ”»å‡»åŠ›100%的伤害skill_1510072111u对敌方1个目标å‘èµ·æ”»å‡»ï¼Œé€ æˆæ”»å‡»åŠ›120%的伤害,并有50%概率附加2回åˆã€æ”»å‡»ä¸‹é™ã€‘状æ€skill_1330021111€„å¦å…‹å¯¹æ•Œæ–¹1个目标å‘èµ·2æ®µæ”»å‡»ï¼Œæ¯æ®µé€ æˆæ”»å‡»åŠ›60%的伤害,并有35%概率附加2回åˆã€é˜²å¾¡ä¸‹é™ã€‘状æ€skill_1330022111€¾å¦å…‹å¯¹æ•Œæ–¹1个目标å‘èµ·3æ®µæ”»å‡»ï¼Œæ¯æ®µå¯é€ æˆæ”»å‡»åŠ›80%的伤害,有30%概率将自身1个å‡ç›Šçжæ€è½¬ç§»ç»™ç›®æ ‡ã€‚è‹¥é€ æˆæš´å‡»ï¼Œåˆ™é™„加2回åˆã€æµè¡€ã€‘状æ€skill_1330023111€Œå¦å…‹å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›250%的伤害;若目标身上存在å‡ç›Šçжæ€ï¼Œæ¯ä¸€ä¸ªå‡ç›Šçжæ€ï¼Œé¢å¤–造æˆ20%的伤害skill_1550041111=对敌方å•体目标å‘起一次攻击,并造æˆ1次伤害skill_15500421119对存在ã€ä¸­æ¯’】状æ€çš„目标造æˆçš„伤害æå‡skill_1550043111J对敌方全体目标造æˆ1尺伤害,并附带2回åˆã€ä¸­æ¯’】状æ€skill_1450041111S攻击1个敌方,伤害为自身攻击力130%,为目标附加2回åˆ[烙å°]。skill_1450042111€Â攻击åŽï¼Œç›®æ ‡ç”Ÿå‘½å€¼æ¯”例高于50%时,对目标é‡å¤é‡Šæ”¾æœ¬æ¬¡æ”»å‡»æ‰€ç”¨æŠ€èƒ½;å¦åˆ™è‡ªèº«èŽ·å¾—1层[猫猫推ç†]。æ¯å›žåˆè§¦å‘1次。战斗开始时获得2层[猫猫推ç†]skill_1450043111a攻击1个敌方,伤害为自身攻击力230%,为目标附加[çŒ«çŒ«å¨æ…‘]。冷å´å›žåˆ: 5skill_1550031111=对敌方å•体目标å‘起一次攻击,并造æˆ1次伤害skill_1550032111Nè‡ªèº«èº«ä¸Šæœ‰ã€æŠ¤ç›¾ã€‘çŠ¶æ€æ—¶ï¼Œé€ æˆä¼¤å®³æå‡ï¼Œå—到伤害é™ä½Žskill_1550033111g对敌方全体目标造æˆ1æ¬¡ä¼¤å®³ï¼Œå¹¶èŽ·å¾—ä»¥è‡ªèº«æœ€å¤§ç”Ÿå‘½å€¼ä¸ºä¸€å®šæ¯”ä¾‹çš„ã€æŠ¤ç›¾ã€‘skill_1550011111=对敌方å•体目标å‘起一次攻击,并造æˆ1次伤害skill_1550012111<(被动):自身生命值越低,造æˆçš„伤害越高skill_1550013111*对敌方全体目标造æˆ1次伤害.CD:2skill_1550021111=对敌方å•体目标å‘起一次攻击,并造æˆ1次伤害skill_1550022111€ï¼ˆè¢«åŠ¨ï¼‰ï¼šè‡ªèº«é€ æˆä¼¤å®³æ—¶ï¼Œå›žå¤é€ æˆä¼¤å®³ä¸€å®šæ¯”例的生命值,自身行动次数越多,造æˆä¼¤å®³è¶Šé«˜skill_1550023111$对敌方全体造æˆ1次伤害.CD:2skill_1550051111对敌方全体造æˆ1次伤害skill_1550052111l造æˆä¼¤å®³æ—¶ï¼Œç›®æ ‡ç”Ÿå‘½å€¼è¶Šä½Žï¼Œæ­¤æ¬¡ä¼¤å®³è¶Šé«˜ï¼›æˆåŠŸå‡»æ€æ•Œäººæ—¶ï¼Œå¯èŽ·å¾—é¢å¤–回åˆskill_1550053111€³ç§¯è“„全身力é‡ï¼Œå¯¹æ•Œæ–¹å…¨ä½“造æˆ1次伤害,éšåŽå¯¹ç”Ÿå‘½æ¯”例最低的1个目标造æˆ1次高é¢ä¼¤å®³ï¼Œå¹¶é™„加1回åˆã€çœ©æ™•】状æ€ã€‚(冷å´å›žåˆï¼š2)skill_1550061111M攻击敌方全体目标,并施加2个æŒç»­2回åˆçš„ã€ä¸­æ¯’】状æ€ã€‚skill_1550062111x攻击敌方全体目标,引爆全部ã€ä¸­æ¯’】状æ€ï¼Œå¹¶æ ¹æ®ç›®æ ‡èº«ä¸Šçš„å‡ç›Šæ•ˆæžœæ•°é‡å¤§å¹…æå‡ä¼¤å®³skill_1550063111€§è¢«åŠ¨ï¼Œæ¯å—到一次攻击,为攻击者施加1个ã€ä¸­æ¯’】状æ€ï¼ŒæŒç»­3回åˆï¼Œç´¯ç§¯å—到一定次数攻击åŽï¼Œç«‹åˆ»å¯¹ç›®æ ‡é‡Šæ”¾ã€è‡´å‘½æ¯’爆】skill_1550071111€Ý攻击敌方全体,对敌方全体附加2回åˆã€é€Ÿåº¦ä¸‹é™ã€‘状æ€ï¼Œè‹¥è‡ªèº«æ‹¥æœ‰å¢žç›Šçжæ€ï¼Œåˆ™é¢å¤–有50%概率对其施加1回åˆã€çœ©æ™•】效果。敌方数é‡è¶Šå°‘,此次攻击造æˆçš„伤害越高skill_1550072111€¨å†°éœœæ³°å¦æ‹¥æœ‰ã€å†°éœœå®çŸ³ã€‘时释放,驱散é”定目标身上的全部增益效果,并造æˆå¤§é‡ä¼¤å®³ï¼ŒæˆåŠŸå‡»è´¥ç›®æ ‡æ—¶ï¼Œè‡ªèº«èŽ·å¾—ä¼¤å®³æå‡skill_1550073111¹å†°éœœæ³°å¦æ‹¥æœ‰å¤šå±‚生命值,且å…ç–«è¡ŒåŠ¨å€¼ä¸‹é™æ•ˆæžœï¼Œè‡ªèº«æ¯æ¬¡å—到的伤害ä¸ä¼šè¶…过自身最大生命值的35%ã€‚å¹¶ä¸”å†°éœœæ³°å¦æŸå¤±ä¸€å±‚生命值时,会获得ã€å†°éœœå®çŸ³ã€‘ï¼ŒåŒæ—¶é”定最åŽä¸€æ¬¡å¯¹è‡ªèº«é€ æˆä¼¤å®³çš„目标,对其施加ã€ç¾ç¥¸å†°åŽŸã€‘çŠ¶æ€ï¼ŒéšåŽè§¦å‘技能 1 附带的效果。若施加ã€ç¾ç¥¸å†°åŽŸã€‘æ—¶ï¼Œè‡ªèº«æ‹¥æœ‰å¢žç›ŠçŠ¶æ€ï¼Œåˆ™é™ä½Žç›®æ ‡25%生命上é™ã€‚skill_1530031111A对敌方1个目标攻击2æ¬¡ï¼Œæ¯æ¬¡é€ æˆæ”»å‡»åŠ›60%的伤害skill_1530032111€³å¯¹æ•Œæ–¹1对敌方全体目标造æˆç»™äºˆç›®æ ‡5%æœ€å¤§ç”Ÿå‘½å€¼çš„ä¼¤å®³ï¼Œå¹¶å¯¹è‡ªèº«è¿›è¡Œç­‰é‡æ¢å¤ä¸ªç›®æ ‡é€ æˆæ”»å‡»100%的无视防御伤害。(冷å´å›žåˆï¼š3)skill_1000030011:å—到伤害时,有25%的概率ã€å†°å†»ã€‘目标1回åˆskill_1000060011G回åˆå¼€å§‹æ—¶ï¼Œæœ‰35%æ¦‚çŽ‡ä»¤è‡ªèº«æ‰€æœ‰æŠ€èƒ½å†·å´æ—¶é—´-1回åˆskill_10000700117造æˆä¼¤å®³æ—¶ï¼Œæœ‰20%概率ã€çœ©æ™•】目标1回åˆskill_10000140113å—到伤害时,有25%几率使用技能一å击skill_1000015011a己方全体在战斗开始的时候获得2回åˆã€æŠ¤ç›¾ã€‘(数值为最大生命值的15%)skill_1000010011J我方被施加控制效果的神觉者速度æé«˜50点(ä¸å¯å åŠ ï¼‰skill_1000090011u自身å¯è¡ŒåŠ¨æ—¶ï¼Œæœ‰20%概率é¢å¤–行动一次(仅触å‘一次,é¢å¤–行动ä¸ä¼šæ¢å¤æŠ€èƒ½å†·å´æ—¶é—´ï¼‰skill_1000017011Læ–½åŠ ä¸­æ¯’ã€æµè¡€æ•ˆæžœæ—¶ï¼Œæœ‰30%几率令其æŒç»­æ—¶é—´å¢žåŠ 1回åˆskill_1000019011(战斗开始时获得1回åˆã€å…疫】skill_1340041111w攻击1个敌方,伤害为自身攻击力100%ã€‚æ²»ç–—ç”Ÿå‘½å€¼æ¯”ä¾‹æœ€ä½Žçš„å‹æ–¹ï¼Œæ²»ç–—é‡ä¸ºæœ¬æ¬¡ä¼¤å®³30%。skill_1340042111€®ä¸º1ä¸ªå‹æ–¹é™„加2回åˆ[生死簿]记录当å‰ç”Ÿå‘½å€¼ï¼Œ2 回åˆåŽï¼Œå›žæº¯å…¶ç”Ÿå‘½å€¼è‡³è®°å½•值。为目标附加2 回åˆ[å¤è‹]å’Œ[攻击æå‡]。冷å´å›žåˆ: 4skill_1340043111€Žæ”»å‡»å…¨ä½“敌方,伤害为自身攻击100%,é™ä½Žç›®æ ‡30%最大生命值上é™ï¼Œ50%概率为目标附加2回åˆ[ç¦ç–—]冷å´å›žåˆ: 5skill_1140021111q攻击1个敌方,伤害为自身攻击力30%和最大生命值4.5%,30%概率为目标附加1回åˆ[挑衅]。skill_1140022111€Ì攻击时为目标附加1回åˆ[è·é²æ–¯ä¹‹çœ¼]。,å—击时,若攻击者[è·é²æ–¯ä¹‹çœ¼],15%概率使用è‹é¹°ä¹‹ä¸»å击;其他勿–¹å—击时,若攻击者有[è·é²æ–¯ä¹‹çœ¼],60%概率å击skill_1140023111x攻击全体敌方,伤害为自身攻击力90%和已æŸå¤±ç”Ÿå‘½å€¼15%,70%概率为目标附加2回åˆ[攻击下é™]skill_1430071111\攻击1个敌方,伤害为自身攻击力100%,30%概率为目标附加1回åˆ[沉默]。skill_1430072111+回åˆå¼€å§‹æ—¶ï¼Œå‡€åŒ–自身1个å‡ç›Šã€‚skill_1430073111€Ñæ”»å‡»éšæœºæ•Œæ–¹5æ¬¡ï¼Œæ¯æ¬¡ä¼¤å®³ä¸ºè‡ªèº«æ”»å‡»åŠ›90%ã€‚æ¯æ¬¡æœ‰50%概率å·å–目标1个增益,为目标附加2回åˆ[烙å°]。优先攻击ä¸é‡å¤çš„æ•Œæ–¹ï¼Œå¯¹é‡å¤ç›®æ ‡çš„伤害便¬¡è¡°å‡15%skill_1340011111n攻击1个敌方3æ¬¡ï¼Œæ¯æ¬¡ä¼¤å®³ä¸ºè‡ªèº«æ”»å‡»åŠ›35%ï¼Œæ¯æ¬¡æœ‰40%概率为目标附加2回åˆ[烙å°]。skill_1340012111p攻击时有15%概率附带效果附加伤害,伤害为目标最大生命值10%ä¸è¶…过自身攻击力100%。skill_1340013111pæ”»å‡»éšæœºæ•Œæ–¹9æ¬¡ï¼Œæ¯æ¬¡ä¼¤å®³ä¸ºè‡ªèº«æ”»å‡»åŠ›35%ï¼Œæ¯æ¬¡æœ‰40%概率为目标附加1回åˆ[æµè¡€]。skill_1230011111V攻击1个敌方,伤害为自身攻击力100%,70%概率é™ä½Žç›®æ ‡15%行动值。skill_1230012111€†æ²»ç–—1ä¸ªå‹æ–¹ï¼Œæ²»ç–—é‡ä¸ºç›®æ ‡æœ€å¤§ç”Ÿå‘½å€¼15%和自身攻击力150%ã€‚ç›®æ ‡æ¯æŸå¤±æœ€å¤§ç”Ÿå‘½å€¼10%,治疗é‡å¢žåŠ 10%skill_1230013111`æ²»ç–—å…¨ä½“å‹æ–¹ï¼Œæ²»ç–—é‡ä¸ºç›®æ ‡æœ€å¤§ç”Ÿå‘½å€¼15%和自身攻击力85%。冷å´å›žåˆ: 4skill_1240070111-在积分赛中,我方全体生命增加30%skill_1240071111Y攻击1个敌方,伤害为自身攻击力110%50%概率为目标附加1回åˆ[眩晕]。skill_1240072111€æ”»å‡»1个敌方3æ¬¡ï¼Œæ¯æ¬¡ä¼¤å®³ä¸ºè‡ªèº«æ”»å‡»åŠ›50%70%概率为目标附加2回åˆ[速度下é™]。为已有[速度下é™]的目标附加1回åˆ[冰冻]skill_1240073111Væå‡å…¨ä½“勿–¹25%行动值,为目标附加2回åˆ[暴击æå‡]å’Œ[攻击æå‡]Kung_Fu 功夫学院No_Open 未开放Course_Subject 课程主题Advanced_Course_Assessment高级课程评估Complete_Last_Level_Unlockå®Œæˆæœ€åŽä¸€å…³è§£é”NoNotice 暂无公告itemname_100001å¤§æˆ˜æ³°å¦æŒ‘战券itemname_100002丛林决战挑战券itemname_100003秘境挑战券itemname_100004竞技场挑战券itemname_100005é˜µè¥æŒ‘战券itemname_110001木æitemname_110002èœè°±itemname_120001é“矿itemdesc_110001-æ•£å‘ç€é¦™æ°”的木æï¼Œå¯ä»¥ç”¨æ¥çƒ¹é¥ªitemdesc_110002<æ¥è‡ªä¸–界å„地的èœè°±ï¼Œå¯ä»¥ç”¨æ¥æå‡åŽ¨å¸ˆç­‰çº§itemdesc_120001-把它交给é“匠,å¯ä»¥æ‰“造稀有装备itemtipstxt_110001 木æä¸è¶³itemtipstxt_110002 èœè°±ä¸è¶³itemtipstxt_120001 é“矿ä¸è¶³WarlordsDeluxe2战令豪åŽç‰ˆ[color=#ffcc19]11 [/color]å€è¿”利 RebateDiamond)价值[color=#ffcc19]10888 [/color]钻石Progress进度ConfirmPurchase 确认购买 OrderofLuxury è±ªåŽæˆ˜ä»¤OrderofLuxuryDesè±ªåŽæˆ˜ä»¤æè¿° add_another3å†è´­ä¹°{0}å³å¯æˆä¸º[color=#32cd32]{1} [/color] You_alreadyä½ å·²ç»ä¹°è¿‡è¯¥ç¤¼åŒ…了 upgrade_grade0等级ä¸è¶³ï¼Œæ˜¯å¦å‰å¾€å……值æå‡ç­‰çº§ï¼Ÿ Don_today今天ä¸è¦å†æç¤ºäº†!Current当å‰TeachingPngTextbuff_2 攻击上å‡TeachingPngTextdebuff_1冰冻TeachingPngTextty_zd_buff_j015 防御下é™TeachingPngTextty_zd_buff_z005å…ç–«Teaching_suitname1 战术考核Teaching_desc_1*学习影哿”»å‡»å’Œé˜²å¾¡çš„æŠ€èƒ½ä½œç”¨Teaching_desc_2学习如何抵抗特殊状æ€Teaching_desc_3$å­¦ä¹ åˆ©ç”¨ç‰¹æ®ŠçŠ¶æ€æ‰­è½¬æˆ˜å±€Teaching_desc_4!用行动æ¡å’Œé€Ÿåº¦æŠ¢å å…ˆæœºTeaching_desc_5-è¿è¥æ‰€å­¦çš„çŸ¥è¯†å®Œæˆæœ€åŽçš„考验å§Teaching_tips_1Q通过实战学习技能的作用机制,æˆä¸ºç†Ÿç»ƒè¿ç”¨æŠ€èƒ½çš„大师å§ï¼teach_task_101iä½¿ç”¨ç»™æˆ‘æ–¹å¢žåŠ ã€æ”»å‡»æå‡ã€‘状æ€ã€‚teach_task_102i使用给敌方增加ã€é˜²å¾¡ä¸‹é™ã€‘状æ€ã€‚teach_task_103N使用击æ€é¦–领。teach_task_104rä½¿ç”¨ç»™æˆ‘æ–¹å¢žåŠ ã€æŠ¤ç›¾ã€‘å’Œã€å…疫】状æ€ã€‚teach_task_105c使用给敌方增加ã€å†°å†»ã€‘状æ€ã€‚teach_task_106N使用击æ€é¦–领。passcheck_10001 -5层领å–passcheck_10002 10层领å–passcheck_10003 15层领å–passcheck_10004 20层领å–passcheck_10005 25层领å–passcheck_10006 30层领å–passcheck_10007 35层领å–passcheck_10008 40层领å–passcheck_10009 45层领å–passcheck_10010 50层领å–skill_lv 等级{0}skill_cooldown冷å´å›žåˆ:{0}gourmet_PlaceOrder Place ordergourmet_PickUpMeals Pick up mealssmithy_furnaceForging furnace smithy_table Forging tablesmithy_shelves goods shelvesHighest_History åŽ†å²æœ€é«˜May_Fallå¯èƒ½ä¼šä¸‹é™Challenge_Reward 挑战奖励GRADE评级 ENCHANT_STONE 附魔石 MAGIC_STONE神奇的石头herointr_43901"å¯ä»¥ç”¨æ¥è¿›è¡Œ3星英雄进阶herointr_43902"å¯ä»¥ç”¨æ¥è¿›è¡Œ4星英雄进阶herointr_43903"å¯ä»¥ç”¨æ¥è¿›è¡Œ5星英雄进阶herointr_42911å¯ä»¥ç”¨æ¥å°‘é‡è‹±é›„ç»éªŒherointr_43911å¯ä»¥ç”¨æ¥ä¸€äº›è‹±é›„ç»éªŒherointr_44911å¯ä»¥ç”¨æ¥å¤§é‡è‹±é›„ç»éªŒherointr_43921+å¯ä»¥ç”¨æ¥å‡çº§åˆå§‹3星英雄的技能herointr_44921+å¯ä»¥ç”¨æ¥å‡çº§åˆå§‹4星英雄的技能herointr_45921+å¯ä»¥ç”¨æ¥å‡çº§åˆå§‹5星英雄的技能opencond_prompt_fettertask*ç¾ç»Šç­‰çº§è¾¾åˆ°{0}级解é”ç¾ç»Šå‰§æƒ…jump_explain101å‰å¾€èƒŒåŒ…é“具界é¢jump_explain102å‰å¾€è‹±é›„装备jump_explain103å‰å¾€è‹±é›„强化jump_explain104å‰å¾€è‹±é›„觉醒jump_explain105å‰å¾€è‹±é›„图鉴jump_explain106å‰å¾€è‹±é›„攻略jump_explain107å‰å¾€æ™®é€šæ‹›å‹Ÿjump_explain108å‰å¾€ç‰¹æ®Šæ‹›å‹Ÿjump_explain109å‰å¾€æ—¥å¸¸ä»»åŠ¡jump_explain110å‰å¾€å‘¨å¸¸ä»»åŠ¡jump_explain111å‰å¾€æˆå°±ä»»åŠ¡jump_explain112å‰å¾€èƒŒåŒ…-装备界é¢jump_explain113å‰å¾€ä¸»çº¿ç« èŠ‚ç•Œé¢jump_explain114å‰å¾€ä¸»çº¿å…³å¡ç•Œé¢jump_explain115å‰å¾€å¥½å‹åˆ—表jump_explain116å‰å¾€å¥½å‹-申请列表jump_explain117å‰å¾€å¥½å‹-添加好å‹jump_explain118å‰å¾€å¥½å‹-黑åå•jump_explain119å‰å¾€å¥½å‹-助战jump_explain120å‰å¾€å¿ƒé­”之塔jump_explain121å‰å¾€èƒŒåŒ…-碎片界é¢jump_explain122å‰å¾€é‡‘å¸å•†åº—jump_explain123å‰å¾€é’»çŸ³å•†åº—jump_explain124å‰å¾€å‹æƒ…商店jump_explain125å‰å¾€ç«žæŠ€å•†åº—jump_explain126å‰å¾€å…¬ä¼šå•†åº—jump_explain127å‰å¾€è‹±é›„详情jump_explain128å‰å¾€é“匠铺二级界é¢jump_explain129 å‰å¾€å¸¦UIé“匠铺主角ä½ç½®jump_explain130å‰å¾€çº¯åœºæ™¯ä¸»è§’ä½ç½®jump_explain131å‰å¾€å¥½å‹å•†åº—jump_explain132å‰å¾€ä¸»åœºæ™¯jump_explain133å‰å¾€ä¸»åœºæ™¯ 夜晚jump_explain134å‰å¾€ç™»å½•场景jump_explain135 å‰å¾€åˆ›è§’jump_explain136å‰å¾€è‹±é›„角色场景jump_explain137 å‰å¾€æ­¦é¦†jump_explain138 å‰å¾€ä¸»è§’jump_explain139å‰å¾€é“匠铺jump_explain140å‰å¾€ç¾Žé£Ÿé¦†jump_explain141 å‰å¾€å•†é˜Ÿjump_explain142 å‰å¾€ä¸»çº¿jump_explain143 å‰å¾€æŠ½å¡jump_explain144 å‰å¾€è§‰é†’jump_explain145 å‰å¾€æˆ˜æ–—jump_explain146å‰å¾€è—书馆jump_explain147å‰å¾€ç«žæŠ€åœºjump_explain148å‰å¾€æ–¹å—å…³å¡jump_explain149 å‰å¾€åˆ›è§’jump_explain150å‰å¾€ä¸»åœºæ™¯_中å±jump_explain151å‰å¾€ä¸»åœºæ™¯_å·¦å±jump_explain152å‰å¾€ä¸»åœºæ™¯_上å±jump_explain153å‰å¾€ä¸»åœºæ™¯_å³å±jump_explain154å‰å¾€å…±é¸£å¼¹çª—jump_explain155å‰å¾€è‹±é›„共鸣jump_explain156å‰å¾€ç«žæŠ€åœºjump_explain157 å‰å¾€å…¬ä¼šjump_explain158å‰å¾€å……值钻石mainlineName11001-0mainlineName11011-1mainlineName11021-2mainlineName1103å®ç®±mainlineName11041-3mainlineName11051-4mainlineName1106å®ç®±mainlineName11071-5mainlineName11081-6mainlineName11091-7mainlineName12002-0mainlineName12012-1mainlineName12022-2mainlineName1203å®ç®±mainlineName12042-3mainlineName12052-4mainlineName12062-5mainlineName1207å®ç®±mainlineName12082-6mainlineName12092-7mainlineName13003-0mainlineName13013-1mainlineName13023-2mainlineName1303å®ç®±mainlineName13043-3mainlineName13053-4mainlineName13063-5mainlineName13073-6mainlineName13083-7mainlineName13093-8mainlineName14004-0mainlineName14014-1mainlineName14024-2mainlineName1403å®ç®±mainlineName14044-3mainlineName14054-4mainlineName14064-5mainlineName14074-6mainlineName14084-7mainlineName14094-8mainlineName15005-0mainlineName15015-1mainlineName15025-2mainlineName1503å®ç®±mainlineName15045-3mainlineName15055-4mainlineName15065-5mainlineName15075-6mainlineName15085-7mainlineName15095-8mainlineName16006-0mainlineName16016-1mainlineName16026-2mainlineName1603å®ç®±mainlineName16046-3mainlineName16056-4mainlineName16066-5mainlineName16076-6mainlineName16086-7mainlineName16096-8mainlineName17007-0mainlineName17017-1mainlineName17027-2mainlineName1703å®ç®±mainlineName17047-3mainlineName17057-4mainlineName17067-5mainlineName17077-6mainlineName17087-7mainlineName17097-8mainlineName18008-0mainlineName18018-1mainlineName18028-2mainlineName1803å®ç®±mainlineName18048-3mainlineName18058-4mainlineName18068-5mainlineName18078-6mainlineName18088-7mainlineName18098-8mainlineName19009-0mainlineName19019-1mainlineName19029-2mainlineName1903å®ç®±mainlineName19049-3mainlineName19059-4mainlineName19069-5mainlineName19079-6mainlineName19089-7mainlineName19099-8mainlineName1100010-0mainlineName1100110-1mainlineName1100210-2mainlineName11003å®ç®±mainlineName1100410-3mainlineName1100510-4mainlineName1100610-5mainlineName1100710-6mainlineName1100810-7mainlineName1100910-8mainlineName1110011-0mainlineName1110111-1mainlineName1110211-2mainlineName11103å®ç®±mainlineName1110411-3mainlineName1110511-4mainlineName1110611-5mainlineName1110711-6mainlineName1110811-7mainlineName1110911-8mainlineName1120012-0mainlineName1120112-1mainlineName1120212-2mainlineName11203å®ç®±mainlineName1120412-3mainlineName1120512-4mainlineName1120612-5mainlineName1120712-6mainlineName1120812-7mainlineName1120912-8mainlineName21001-0mainlineName21011-1mainlineName21021-2mainlineName2103å®ç®±mainlineName21041-3mainlineName21051-4mainlineName21061-5mainlineName21071-6mainlineName21081-7mainlineName21091-8mainlineName22002-0mainlineName22012-1mainlineName22022-2mainlineName2203å®ç®±mainlineName22042-3mainlineName22052-4mainlineName22062-5mainlineName22072-6mainlineName22082-7mainlineName22092-8mainlineName23003-0mainlineName23013-1mainlineName23023-2mainlineName2303å®ç®±mainlineName23043-3mainlineName23053-4mainlineName23063-5mainlineName23073-6mainlineName23083-7mainlineName23093-8mainlineName24004-0mainlineName24014-1mainlineName24024-2mainlineName2403å®ç®±mainlineName24044-3mainlineName24054-4mainlineName24064-5mainlineName24074-6mainlineName24084-7mainlineName24094-8mainlineName25005-0mainlineName25015-1mainlineName25025-2mainlineName2503å®ç®±mainlineName25045-3mainlineName25055-4mainlineName25065-5mainlineName25075-6mainlineName25085-7mainlineName25095-8mainlineName26006-0mainlineName26016-1mainlineName26026-2mainlineName2603å®ç®±mainlineName26046-3mainlineName26056-4mainlineName26066-5mainlineName26076-6mainlineName26086-7mainlineName26096-8mainlineName27007-0mainlineName27017-1mainlineName27027-2mainlineName2703å®ç®±mainlineName27047-3mainlineName27057-4mainlineName27067-5mainlineName27077-6mainlineName27087-7mainlineName27097-8mainlineName28008-0mainlineName28018-1mainlineName28028-2mainlineName2803å®ç®±mainlineName28048-3mainlineName28058-4mainlineName28068-5mainlineName28078-6mainlineName28088-7mainlineName28098-8mainlineName29009-0mainlineName29019-1mainlineName29029-2mainlineName2903å®ç®±mainlineName29049-3mainlineName29059-4mainlineName29069-5mainlineName29079-6mainlineName29089-7mainlineName29099-8mainlineName2100010-0mainlineName2100110-1mainlineName2100210-2mainlineName21003å®ç®±mainlineName2100410-3mainlineName2100510-4mainlineName2100610-5mainlineName2100710-6mainlineName2100810-7mainlineName2100910-8mainlineName2110011-0mainlineName2110111-1mainlineName2110211-2mainlineName21103å®ç®±mainlineName2110411-3mainlineName2110511-4mainlineName2110611-5mainlineName2110711-6mainlineName2110811-7mainlineName2110911-8mainlineName2120012-0mainlineName2120112-1mainlineName2120212-2mainlineName21203å®ç®±mainlineName2120412-3mainlineName2120512-4mainlineName2120612-5mainlineName2120712-6mainlineName2120812-7mainlineName2120912-8mainlineName31001-0mainlineName31011-1mainlineName31021-2mainlineName3103å®ç®±mainlineName31041-3mainlineName31051-4mainlineName31061-5mainlineName31071-6mainlineName31081-7mainlineName31091-8mainlineName32002-0mainlineName32012-1mainlineName32022-2mainlineName3203å®ç®±mainlineName32042-3mainlineName32052-4mainlineName32062-5mainlineName32072-6mainlineName32082-7mainlineName32092-8mainlineName33003-0mainlineName33013-1mainlineName33023-2mainlineName3303å®ç®±mainlineName33043-3mainlineName33053-4mainlineName33063-5mainlineName33073-6mainlineName33083-7mainlineName33093-8mainlineName34004-0mainlineName34014-1mainlineName34024-2mainlineName3403å®ç®±mainlineName34044-3mainlineName34054-4mainlineName34064-5mainlineName34074-6mainlineName34084-7mainlineName34094-8mainlineName35005-0mainlineName35015-1mainlineName35025-2mainlineName3503å®ç®±mainlineName35045-3mainlineName35055-4mainlineName35065-5mainlineName35075-6mainlineName35085-7mainlineName35095-8mainlineName36006-0mainlineName36016-1mainlineName36026-2mainlineName3603å®ç®±mainlineName36046-3mainlineName36056-4mainlineName36066-5mainlineName36076-6mainlineName36086-7mainlineName36096-8mainlineName37007-0mainlineName37017-1mainlineName37027-2mainlineName3703å®ç®±mainlineName37047-3mainlineName37057-4mainlineName37067-5mainlineName37077-6mainlineName37087-7mainlineName37097-8mainlineName38008-0mainlineName38018-1mainlineName38028-2mainlineName3803å®ç®±mainlineName38048-3mainlineName38058-4mainlineName38068-5mainlineName38078-6mainlineName38088-7mainlineName38098-8mainlineName39009-0mainlineName39019-1mainlineName39029-2mainlineName3903å®ç®±mainlineName39049-3mainlineName39059-4mainlineName39069-5mainlineName39079-6mainlineName39089-7mainlineName39099-8mainlineName3100010-0mainlineName3100110-1mainlineName3100210-2mainlineName31003å®ç®±mainlineName3100410-3mainlineName3100510-4mainlineName3100610-5mainlineName3100710-6mainlineName3100810-7mainlineName3100910-8mainlineName3110011-0mainlineName3110111-1mainlineName3110211-2mainlineName31103å®ç®±mainlineName3110411-3mainlineName3110511-4mainlineName3110611-5mainlineName3110711-6mainlineName3110811-7mainlineName3110911-8mainlineName3120012-0mainlineName3120112-1mainlineName3120212-2mainlineName31203å®ç®±mainlineName3120412-3mainlineName3120512-4mainlineName3120612-5mainlineName3120712-6mainlineName3120812-7mainlineName3120912-8 -login_fail 登录失败NoGuild你还没有加入公会 payorder_fail订å•创建失败,请é‡è¯•itemname_1000001天赋点å®ç®±itemdesc_1000001å¯ä»¥èŽ·å¾—ä¸€å¥—å¤©èµ‹ç‚¹itemtipstxt_1000001天赋点å®ç®±ä¸è¶³ business_infotrain conductorbusiness_trade transaction business_bag Warehousebusiness_station 列车到站Life increased by 1.6%这是生命天赋的æè¿°tipsAttack increased by 1.0%这是攻击天赋的æè¿°tipsDefence increased by 1.0%这是防御天赋的æè¿°tipsauto_fight_tips_title 连续战斗auto_fight_tips_1*连续战斗会在你用完é“具时结æŸauto_fight_tips_2!坿‰‹åŠ¨é€‰æ‹©æ›´å¤šç»“æŸæ¡ä»¶auto_fight_tips_3é€‰æ‹©ç»“æŸæ¡ä»¶:auto_fight_tips_4!æˆ˜æ–—å¤±è´¥æ—¶åœæ­¢è¿žç»­æˆ˜æ–—auto_fight_tips_5è‹±é›„æ»¡çº§åœæ­¢è¿žç»­æˆ˜æ–—auto_fight_tips_6选择补充é“å…·æ–¹å¼ï¼šauto_fight_tips_7使用钻石购买挑战é“å…·auto_fight_tips_8选择自动出售é“具星级auto_fight_tips_9ä¿å­˜auto_fight_tips_10å–æ¶ˆauto_fight_tips_11战斗auto_fight_tips_12 选择星级auto_fight_tips_13é‡å¤æˆ˜æ–—次数auto_fight_tips_14 ç»“æŸæˆ˜æ–—auto_fight_tips_15是å¦ç»“æŸè¿žç»­æˆ˜æ–—auto_fight_tips_16本场战斗完æˆåŽç»“æŸReplenish_Strength è¡¥å……åŠ›é‡ Daily_Buy 日常购买 Have_Quantityæ•°é‡Use使用Insufficient_ps 体力ä¸è¶³Available_After_Unlockingè§£é”åŽå¯ç”¨skillname_123002011è­¦å«é˜Ÿé•¿é˜Ÿé•¿æŠ€skillname_123002111 奋勇冲锋skillname_123002211 还施彼身skillname_123002311 勋爵旨æ„skillname_123004011 å‰å§†Â·æ™®é›·æ–¯ç§‘特队长技skillname_123004111 扳手打击skillname_123004211 回旋投掷skillname_123004311抵达:终点站skillname_133005111 维京武勇skillname_133005211 振奋怒å¼skillname_133005311 战无ä¸èƒœskillname_151001111 泡泡射击skillname_151012111 拳猴之怒skillname_151012211 背水一战skillname_151013111 横冲直撞skillname_151013211 攻其ä¸å¤‡skillname_151014111 飞矛投掷skillname_151014211 振奋呼å¼skillname_151010111挥斩skillname_151010211 刀光剑影skillname_151011111横劈skillname_151011211 蓄力剑气skillname_144003111说谎的男孩skillname_144003211 å˜åºŸä¸ºå®skillname_144003311匹诺曹出击skillname_115003011希沙窦斯队长技skillname_115003111 魔法光æŸskillname_115003211 窃魂法阵skillname_115003311使魔:阿奇skillname_143004011姜饼人队长技skillname_143004111 奋ä¸é¡¾èº«skillname_143004211缤纷棒棒糖skillname_143004311姜饼人诅咒skillname_123003111主调å°å¤œæ›²skillname_123003211å¤è°ƒå¥é¸£æ›²skillname_123003311ä¹ç»ˆç« ï¼šèµ´ç”Ÿskillname_144001111 强袭头槌skillname_144001211 锋é”利齿skillname_144001311 鲨之巨浪skillname_135004011戴安队长技skillname_135004111æ•æ·æ‰«å ‚è…¿skillname_135004211狡黠烟雾弹skillname_135004311传奇血红爪skillname_124006011凯尔队长技skillname_124006111红ç¯ï¼šçˆ†ç‚¸skillname_124006211黄ç¯ï¼šå¤è‹skillname_124006311绿ç¯ï¼šå‡€åŒ–skillname_114004011克莱尔队长技skillname_114004111 暗影之æºskillname_114004211 ç¦æ³½è‹ç”Ÿskillname_114004311阿å¡è¿ªäºšç¥ˆæ„¿skillname_133004011æ™®é²æ ¼å…°æ°é˜Ÿé•¿æŠ€skillname_133004111 çµå·§éž­ç¬žskillname_133004211 无惧破阵skillname_133004311野性丛林决战skillname_134005011 沃尔特·å²ç¿ å…‹å‹’队长技skillname_134005111 祸兆挥击skillname_134005211 ç¦å¿Œå’’术skillname_134005311 永暗契约skillname_133006011ç妮ä¸Â·é‚“普顿队长技skillname_133006111 智勇åŒå…¨skillname_133006211 飞转之钥skillname_133006311安ç¡ï¼šæ‘‡ç¯®æ›²skillname_125002011沃尔夫先生队长技skillname_125002111 脱帽致辞skillname_125002211 无拘无æŸskillname_125002311 妙手空空skillname_145002111 宗师法çƒskillname_145002211 登神之路skillname_145002311 疾行圣术skillname_153005111 æ£ç¿»åˆºæ‹³skillname_153005211 士气鼓舞skillname_153006111å¨ä»ªskillname_153006211圣è£skillname_153006311æ©å…¸skillname_153002111 凶残扑击skillname_153002211 地裂é‡é”¤skill_1230020111我方全体暴击率增加15%skill_1230021111^攻击1个敌方,伤害为自身攻击力120%,60% 概率为目标附加2回åˆã€ç¦ç–—】skill_1230022111+攻击å‰å‘目标转å«è‡ªèº«1个å‡ç›Šã€‚skill_1230023111T攻击1个敌方,伤害为自身攻击力250%,为目标附加2回åˆã€çƒ™å°ã€‘skill_1230040111!我方全体效果命中增加20%skill_1230041111o攻击1个敌方3æ¬¡ï¼Œæ¯æ¬¡ä¼¤å®³ä¸ºè‡ªèº«æ”»å‡»åŠ›30%ï¼Œæ¯æ¬¡æœ‰15%概率为目标附加1回åˆã€çœ©æ™•】skill_1230042111aæ”»å‡»éšæœº3ä¸ªæ•Œæ–¹ï¼Œä¼¤å®³ä¸ºè‡ªèº«é€ æˆæ”»å‡»åŠ›80%75%概率为目标附加1回åˆ[眩晕]skill_1230043111€žæ”»å‡»1个敌方2次,伤害分别为自身攻击力100%和最大生命值10%。第一段驱散目标全部增益,第二段为目标附加1回åˆã€çœ©æ™•】skill_1330051111f攻击1个敌方,伤害为自身攻击力100%,50%概率为目标附加2回åˆã€æ”»å‡»ä¸‹é™ã€‘。skill_1330052111m回åˆå¼€å§‹æ—¶è‹¥è‡ªèº«å¯è¡ŒåŠ¨ï¼Œå‡€åŒ–è‡ªèº«1个å‡ç›Šï¼Œä¸ºéšæœº1个敌方附加1回åˆã€æŒ‘衅】]。skill_1330053111€õ攻击1个敌方4次,å‰ä¸‰æ®µä¼¤å®³ä¸ºè‡ªèº«æ”»å‡»åŠ›60%,第四段为自身攻击力55%。å‰ä¸‰æ®µå·å–目标1个增益;第四段为目标附加1回åˆã€çœ©æ™•】。å‰ä¸‰æ®µå·å–çš„æ¯ä¸ªå¢žç›Šï¼Œä½¿ç¬¬å››æ®µé™ä½Žç›®æ ‡30%行动值。skill_1510011111>对敌方1个目标å‘èµ·æ”»å‡»ï¼Œé€ æˆæ”»å‡»åŠ›100%的伤害skill_1510121111;对敌方1个目标å‘èµ·æ”»å‡»é€ æˆæ”»å‡»åŠ›100%的伤害skill_1510122111对敌方全体å‘èµ·æ”»å‡»ï¼Œé€ æˆæ”»å‡»åŠ›80%的伤害,有15%概率附加2回åˆã€æ— æ³•获得增益效果】的状æ€ã€‚skill_1510131111]对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›100%的伤害,有15%概率附加1回åˆã€çœ©æ™•】状æ€skill_1510132111€‚对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›180%çš„ä¼¤å®³ï¼Œç›®æ ‡èº«ä¸Šæœ‰è´Ÿé¢æ•ˆæžœæ—¶ï¼Œæœ‰100%的概率附加1回åˆã€çœ©æ™•】状æ€skill_1510141111h对敌方1个目标å‘èµ·æ”»å‡»ï¼Œé€ æˆæ”»å‡»åŠ›100%的伤害,并有50%概率使其行动值å‡å°‘10%skill_1510142111!为我方全体æå‡15%行动值skill_1510101111m对敌方一个目标造æˆ100%æ”»å‡»åŠ›çš„ä¼¤å®³ï¼Œè§¦å‘æš´å‡»æ—¶ä½è‡ªèº«å›žå¤30%基于伤害的生命值skill_1510102111€€å¯¹æ•Œæ–¹ä¸€ä¸ªç›®æ ‡å‘èµ·4æ®µæ”»å‡»ï¼Œæ¯æ®µå¯é€ æˆæ”»å‡»åŠ›45%çš„ä¼¤å®³ï¼Œæ¯æ®µè§¦å‘暴击时增加自身15%行动值。?skill_1510111111b对敌方一个目标造æˆ100%攻击力的伤害,并有20%概率附加1回åˆã€æ²‰é»˜ã€‘状æ€skill_1510112111p对敌方全体å‘起攻击,造æˆ100%的攻击力的伤害,对存在å‡ç›Šçжæ€çš„目标伤害æå‡15%。skill_1440031111€Šå¯¹æ•Œæ–¹1个目标å‘èµ·2æ®µæ”»å‡»ï¼Œæ¯æ®µæ”»å‡»ä¼šé€ æˆæ”»å‡»åŠ›65%的伤害,并有50%概率附加2回åˆã€å¤±æ‰‹çއæå‡ã€‘状æ€skill_1440032111|æ¯å›žåˆå¼€å§‹æ—¶ï¼Œå¯å¸æ”¶æˆ‘方全体å„1个å‡ç›Šçжæ€ï¼Œæ¯å¸æ”¶1个å‡ç›Šçжæ€å¯å¢žåŠ æˆ‘æ–¹å…¨ä½“5%的行动值skill_1440033111€ªå¯¹æ•Œæ–¹å…¨ä½“é€ æˆæ”»å‡»åŠ›110%的伤害,并为我方全体附加1回åˆã€å¯¹å³™ã€‘状æ€ï¼›æŠ€èƒ½å†·å´æœŸé—´ï¼Œè‹¥å‹æ–¹é˜Ÿå‹æ­»äº¡ï¼Œå°†é‡ç½®æŠ€èƒ½å†·å´æ—¶é—´skill_1150030111我方全体攻击增加30%skill_1150031111\希沙窦斯对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›130%çš„ä¼¤å®³ï¼Œå¹¶å¸æ”¶ç›®æ ‡15%的行动值skill_1150032111€å希沙窦斯对敌方1个目标å‘èµ·5æ®µæ”»å‡»ï¼Œæ¯æ®µé€ æˆè‡ªèº«æ”»å‡»åŠ›36%çš„ä¼¤å®³ï¼Œå›žå¤æ­¤æ¬¡ä¼¤å®³50%的生命值,并追加目标最大生命值6%的效果附加伤害,此附加伤害ä¸è¶…过自身攻击力的80%skill_1150033111€ð希沙窦斯对敌方全体å‘èµ·3æ®µæ”»å‡»ï¼Œæ¯æ®µé€ æˆè‡ªèº«æ”»å‡»åŠ›38%的伤害,并追加目标最大生命值6%的效果附加伤害,此附加伤害ä¸è¶…过自身攻击力的80%,最åŽä¸€æ®µæ”»å‡»å°†å¸æ”¶ç›®æ ‡10%的行动值skill_1430040111我方全体攻击增加18%skill_1430041111€Ä姜饼人对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害并追加目标最大生命值3%的伤害(追加伤害最高ä¸è¶…过自身攻击力的100%)。自身æŸå¤±å½“å‰ç”Ÿå‘½å€¼5%的生命。skill_1430042111姜饼人对敌方1个目标造æˆ2次攻击力75%的伤害,并有60%概率为目标附加2回åˆã€ç¦ç–—】状æ€ã€‚è‹¥ç›®æ ‡æœ€å¤§ç”Ÿå‘½å€¼é«˜äºŽè‡ªèº«ï¼Œåˆ™æ¯æ¬¡æ”»å‡»é¢å¤–追加目标最大生命值3%的伤害(é¢å¤–伤害最高ä¸è¶…过自身攻击力的100%)。skill_1430043111 姜饼人消耗自身当å‰ç”Ÿå‘½å€¼40%的生命,对敌方1个目标造æˆè‡ªèº«æ”»å‡»åŠ›120%的伤害,追加目标最大生命值10%的伤害(追加伤害最高ä¸è¶…过自身攻击力的300%),并为目标附加2回åˆã€æ— æ³•获得增益效果】状æ€ã€‚skill_1230031111y黛塔黛æ©å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,并有100%概率驱散目标身上存在的1个增益状æ€skill_1230032111_黛塔黛æ©å¯¹æ•Œæ–¹1个目标造æˆ2次攻击力90%çš„ä¼¤å®³ï¼Œæ¯æ¬¡é™ä½Žç›®æ ‡15%行动值skill_1230033111€û黛塔黛æ©ä¸ºæˆ‘æ–¹1个目标æ¢å¤å…¶æœ€å¤§ç”Ÿå‘½å€¼30%çš„ç”Ÿå‘½ï¼Œä¸ºå…¶ä»–å‹æ–¹ç›®æ ‡æ¢å¤å…¶æœ€å¤§ç”Ÿå‘½å€¼15%的生命,并为我方全体目标附加2回åˆã€æš´å‡»æå‡ã€‘状æ€ã€‚ç›®æ ‡æ¯æŸå¤±10%的最大生命值,治疗é‡å¢žåŠ 10%skill_1440011111€Ÿç¾Žè‚šé²¨å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›140%的伤害,有80%概率为目标附加2回åˆã€ç¦ç–—】状æ€ï¼Œè§¦å‘暴击时,使目标行动值å‡å°‘30%skill_1440012111€Ã美肚鲨对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›230%的伤害,并为目标附加2个æŒç»­2回åˆçš„ã€æµè¡€ã€‘状æ€ã€‚è§¦å‘æš´å‡»æ—¶å°†é¢å¤–为目标附加2个æŒç»­2回åˆçš„ã€æµè¡€ã€‘状æ€skill_1440013111€´ç¾Žè‚šé²¨ä¸ºè‡ªèº«é™„加3层ã€ç‹‚暴】状æ€ï¼Œå¹¶å¯¹æ•Œæ–¹å…¨ä½“ç›®æ ‡é€ æˆæ”»å‡»åŠ›100%的伤害,有80%概率为目标附加2回åˆã€é€Ÿåº¦ä¸‹é™ã€‘ã€é˜²å¾¡ä¸‹é™ã€‘状æ€skill_1350040111-在积分赛中,我方全体攻击增加40%skill_1350041111€½é»›å®‰Â·ç¦å…‹æ–¯é¡¿å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,并有100%概率施加2回åˆã€æ— æ³•获得增益效果】,若目标身上无增益状æ€ï¼Œåˆ™æœ¬æ¬¡ä¼¤å®³æå‡50%skill_1350042111€Â黛安·ç¦å…‹æ–¯é¡¿è‡ªèº«è¡ŒåЍå‰ï¼Œé©±æ•£éšæœº1åæ•Œæ–¹ç›®æ ‡çš„1个增益状æ€ï¼Œæœ‰100%概率清除其所有增益状æ€ï¼Œæœ‰é™é€‰æ‹©æ‹¥æœ‰å¢žç›Šçжæ€ç›®æ ‡ã€‚本效果必定命中。skill_1350043111黛安·ç¦å…‹æ–¯é¡¿å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›65%çš„ä¼¤å®³ï¼Œå¹¶å¯¹æ•Œæ–¹æ‰€æœ‰ç›®æ ‡é€ æˆæ”»å‡»åŠ›30%的伤害。若目标身上无增益状æ€ï¼Œåˆ™æ— è§†ç›®æ ‡100%防御,目标身上的æ¯ä¸ªå¢žç›Šçжæ€å°†å¯¹åº”å‡å°‘无视防御的效果。skill_1240060111我方全体生命增加24%skill_1240061111]对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›100%的伤害,并有70%概率驱散目标1个增益状æ€skill_1240062111€Ñ凯尔自身回åˆç»“æŸæ—¶ï¼Œä¸ºæˆ‘方生命比例最低的目标回å¤å…¶æœ€å¤§ç”Ÿå‘½å€¼10%的生命,并净化1个å‡ç›Šçжæ€ï¼Œè‹¥ç›®æ ‡ç”Ÿå‘½æ¯”例低于50%,则é¢å¤–附加2回åˆã€å¤è‹ã€‘状æ€ã€‚skill_1240063111€žå‡¯å°”为我方全体净化全部å‡ç›Šçжæ€ï¼Œå¹¶å›žå¤å…¶æœ€å¤§ç”Ÿå‘½å€¼30%çš„ç”Ÿå‘½ï¼Œæ¯æ¸…除一个状æ€éƒ½èƒ½é¢å¤–回å¤å…¶æœ€å¤§ç”Ÿå‘½å€¼3%的生命skill_1140040111-在积分赛中,我方全体生命增加30%skill_1140041111€€å…‹èŽ±å°”Â·åŠªæ¶…æ–¯å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,并有50%概率附加2回åˆã€å¤±æ‰‹çއæå‡ã€‘状æ€ã€‚skill_1140042111€½å…‹èŽ±å°”Â·åŠªæ¶…æ–¯å¹³è¡¡æˆ‘æ–¹å…¨ä½“ç”Ÿå‘½å€¼æ¯”ä¾‹ï¼Œè‹¥ç›®æ ‡æ‹¥æœ‰ã€é­”之秘语】状æ€ï¼Œåˆ™ä¸ºå…¶å›žå¤20%最大生命值的生命,并å‡å°‘其所有技能1回åˆå†·å´æ—¶é—´ã€‚skill_1140043111€‰å…‹èŽ±å°”Â·åŠªæ¶…æ–¯ä¸ºæˆ‘æ–¹ä¸€ä¸ªç›®æ ‡æ–½åŠ ã€é­”ä¹‹ç§˜è¯­ã€‘è¿›è¡Œä¿æŠ¤ï¼Œè¯¥é˜Ÿå‹å—到伤害时,对攻击者åå¼¹75%伤害。skill_1330040111我方全体攻击增加18%skill_1330041111€©æ™®é²æ ¼å…°æ°å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›130%的伤害,并有30%概率附加1回åˆã€çœ©æ™•】状æ€ï¼Œå¹¶æœ‰30%概率使用éšå¿ƒé“æ†å…µè¿½å‡»ç›®æ ‡1次。skill_1330042111€²æ™®é²æ ¼å…°æ°å¯¹æ•Œæ–¹1个目标å‘èµ·2æ®µæ”»å‡»ï¼Œæ¯æ®µé€ æˆæ”»å‡»åŠ›120%的伤害,攻击时无视目标40%防御,并有50%概率使用éšå¿ƒé“æ†å…µè¿½å‡»ç›®æ ‡1次。skill_1330043111€šæ™®é²æ ¼å…°æ°å¯¹æ•Œæ–¹1个目标å‘èµ·2æ®µæ”»å‡»ï¼Œæ¯æ®µé€ æˆæ”»å‡»åŠ›100%的伤害;若å‘生暴击,则å¯ä½¿ç”¨éšå¿ƒé“æ†å…µè¿½å‡»ç›®æ ‡1次。skill_1340050111H在祭祀神迹ã€å£°ä¹‹ç¥žè¿¹çš„æŒ‘战中,我方全体生命增加30%skill_1340051111w沃尔特·å²ç¿ å…‹å‹’对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,并有80%概率附加2回åˆã€ä¸­æ¯’】状æ€skill_1340052111€£æ²ƒå°”特·å²ç¿ å…‹å‹’为我方全体附加2回åˆã€æ¯’牙】状æ€ï¼ŒçŠ¶æ€æŒç»­æœŸé—´å—到攻击,有70%概率为攻击者附加1回åˆã€ä¸­æ¯’】状æ€ã€‚skill_1340053111€øæ²ƒå°”特·å²ç¿ å…‹å‹’å¯¹æ•Œæ–¹å…¨ä½“ç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的必中伤害,并有80%概率为目标附加2回åˆã€ä¸­æ¯’】状æ€ã€‚è‹¥æˆåŠŸé™„åŠ ã€ä¸­æ¯’ã€‘çŠ¶æ€æˆ–目标已出于ã€ä¸­æ¯’】状æ€ï¼Œåˆ™é™„加1回åˆã€çŸ³åŒ–】状æ€ã€‚skill_1330060111!我方全体效果抵抗增加20%skill_1330061111€†ç妮ä¸Â·é‚“普顿对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›40%çš„3次伤害,有30%概率为目标附加2回åˆã€é˜²å¾¡ä¸‹é™ã€‘状æ€ã€‚skill_1330062111sç妮ä¸Â·é‚“普顿对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›60%çš„3次伤害,有50%概率使目标行动值å‡å°‘15%。skill_1330063111€Êç妮ä¸Â·é‚“普顿为我方全体目标附加2回åˆè‡ªèº«ç”Ÿå‘½ä¸Šé™22%çš„ã€æŠ¤ç›¾ã€‘ï¼Œå¹¶é™„åŠ 2回åˆã€å¤è‹ã€‘状æ€ã€‚æˆ‘æ–¹ç›®æ ‡èº«ä¸Šå­˜åœ¨å¢žç›ŠçŠ¶æ€æ—¶ï¼Œé¢å¤–æå‡30%ã€æŠ¤ç›¾ã€‘ã€‚skill_1250020111我方全体生命增加30%skill_1250021111€½æ²ƒå°”夫对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›110%的伤害,并有75%概率对目标附加1回åˆã€çœ©æ™•】状æ€ã€‚若目标身上存在å‡ç›Šæ•ˆæžœï¼Œåˆ™æå‡æ²ƒå°”夫自身25%行动值skill_1250022111沃尔夫无法å—到任何控制效果,æ¯å›žåˆè¡ŒåЍå‰ä¸ºå·±æ–¹å…¨ä½“清除任æ„ä¸€ä¸ªéžæ— æ³•行动状æ€çš„å‡ç›Šçжæ€å¹¶å›žå¤å…¶5%最大生命值;且在任æ„队å‹èŽ·å¾—å‡ç›ŠçŠ¶æ€æ—¶ï¼Œè‡ªèº«èŽ·å¾—20%行动值æå‡ï¼Œæ¯å›žåˆä»…触å‘1次。skill_1250023111€”沃尔夫对敌方1个目标å‘起攻击,将己方全体的全部å‡ç›Šçжæ€è½¬å«ç»™ç›®æ ‡ï¼ŒéšåŽå¯¹å…¶é€ æˆè‡ªèº«æœ€å¤§ç”Ÿå‘½å€¼13%的伤害skill_1450021111€ æ¢…林对敌方1个目标造æˆ3次攻击力35%的伤害,且æ¯10点速度å¯é¢å¤–造æˆ1%的伤害,并且有60%概率附加ã€é˜²å¾¡ä¸‹é™ã€‘状æ€2回åˆskill_1450022111€ô梅林自身回åˆç»“æŸæ—¶ï¼Œè‹¥æœªå‡ºäºŽä¸å¯è¡ŒåŠ¨çŠ¶æ€ï¼Œåˆ™ä¸ºé™¤è‡ªèº«ä»¥å¤–的我方全体附加ã€å…疫】状æ€1回åˆï¼Œä¸”敌人回åˆç»“æŸæ—¶ï¼Œè‡ªèº«ç«‹åˆ»èŽ·å¾—1层ã€å¥¥æœ¯ã€‘状æ€ï¼Œæœ€å¤šå åŠ 3层,攻击1æ¬¡åŽæ¸…除。skill_1450023111€ˆæ¢…æž—å¯¹æ•Œæ–¹å…¨ä½“ç›®æ ‡é€ æˆæ”»å‡»åŠ›90%的伤害,且æ¯10点速度æå‡æŠ€èƒ½ç³»æ•°1%,并未我方全体æå‡è¡ŒåЍ值30%。skill_1530051111{对敌方1个目标å‘èµ·2æ®µæ”»å‡»ï¼Œæ¯æ®µå¯é€ æˆæ”»å‡»åŠ›50%的伤害,并有20%概率附加1回åˆã€ä¸­æ¯’】状æ€skill_15300521114为我方全体附加2回åˆã€æ”»å‡»æå‡ã€‘状æ€skill_1530061111~对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›100%的伤害,并为自身附加2回åˆã€æŠ¤ç›¾ã€‘,å¯å¸æ”¶è‡ªèº«ç”Ÿå‘½å€¼10%的伤害skill_1530062111€¥å¯¹æ•Œæ–¹1个目标å‘èµ·2æ¬¡æ”»å‡»ï¼Œæ¯æ®µå¯é€ æˆæ”»å‡»åŠ›80%的伤害。å‘起攻击å‰ï¼Œè‹¥è‡ªèº«ç”Ÿå‘½å€¼ä½ŽäºŽ50%ï¼Œåˆ™å›žå¤æœ¬æ¬¡æ”»å‡»100%的生命值。skill_1530063111€ù为我方全体附加2回åˆã€é€Ÿåº¦æå‡ã€‘状æ€ï¼Œè‹¥ç›®æ ‡æ‹¥æœ‰ã€æŠ¤ç›¾ã€‘则é¢å¤–回å¤å…¶20%最大生命值的血é‡ï¼Œä¹‹åŽæ”»å‡»æ•Œæ–¹å…¨ä½“3æ¬¡ï¼Œæ¯æ®µé€ æˆæ”»å‡»åŠ›40%的伤害,且有15%概率附加2回åˆã€æ”»å‡»ä¸‹é™ã€‘状æ€skill_1530021111\对敌方一个目标å‘起两段攻击50%çš„ä¼¤å®³ï¼Œæ¯æ®µä¸ºè‡ªèº«å›žå¤5%最大生命值skill_1530022111R对敌方一个目标造æˆ180%æ”»å‡»åŠ›çš„ä¼¤å®³ï¼Œå¹¶å¸æ”¶ç›®æ ‡15%行动值。PERFECT完美Levelunlocking {0}çº§è§£é” bulk_sale 批é‡å‡ºå”®Ongoing正在进行的NoGetFriendshipPoints没有å¯ä»¥é¢†å–çš„å‹æƒ…点open_weekly:开放日期:arena_rank_tips排行itemname_40001神龙附魔石itemname_40002è£èª‰é™„魔石itemname_40003守护者附魔石itemname_40004血红附魔石itemname_40005奶嘴附魔石itemname_40006彩虹附魔石itemname_40007孔雀附魔石itemname_40008维京附魔石itemname_40009滑æ¿é™„魔石itemname_40010雪橇附魔石itemname_40011王冠附魔石itemname_40012盾牌附魔石itemname_40013法æ–附魔石itemname_40014鹦鹉虎附魔石itemname_40015气泡机附魔石itemname_40016西部附魔石itemname_40017魔棒附魔石itemname_40018æ¯èˆ°é™„魔石itemname_40019护身符附魔石itemdesc_40001-å¯ä»¥å¯¹ã€ç¥žé¾™å·è½´ã€‘套装进行附魔itemdesc_40002-å¯ä»¥å¯¹ã€è£èª‰ä¹‹é´ã€‘套装进行附魔itemdesc_400030å¯ä»¥å¯¹ã€å®ˆæŠ¤è€…霜花】套装进行附魔itemdesc_40004*å¯ä»¥å¯¹ã€è¡€çº¢çˆªã€‘套装进行附魔itemdesc_40005-å¯ä»¥å¯¹ã€å®è´å¥¶å˜´ã€‘套装进行附魔itemdesc_40006-å¯ä»¥å¯¹ã€å½©è™¹å’Œå¼¦ã€‘套装进行附魔itemdesc_40007*å¯ä»¥å¯¹ã€å­”雀眼】套装进行附魔itemdesc_40008-å¯ä»¥å¯¹ã€ç»´äº¬å‹‡æ°”】套装进行附魔itemdesc_40009-å¯ä»¥å¯¹ã€å†°éœœæ»‘æ¿ã€‘套装进行附魔itemdesc_40010-å¯ä»¥å¯¹ã€é©¯é¹¿é›ªæ©‡ã€‘套装进行附魔itemdesc_40011-å¯ä»¥å¯¹ã€ä¸›æž—王冠】套装进行附魔itemdesc_40012-å¯ä»¥å¯¹ã€å¾¡é¾™ç›¾ç‰Œã€‘套装进行附魔itemdesc_40013-å¯ä»¥å¯¹ã€æš—影法æ–】套装进行附魔itemdesc_40014*å¯ä»¥å¯¹ã€é¹¦é¹‰è™Žã€‘套装进行附魔itemdesc_400150å¯ä»¥å¯¹ã€å½©è™¹æ°”泡机】套装进行附魔itemdesc_40016-å¯ä»¥å¯¹ã€è¥¿éƒ¨ç²¾ç¥žã€‘套装进行附魔itemdesc_40017-å¯ä»¥å¯¹ã€æ•™æ¯é­”棒】套装进行附魔itemdesc_40018-å¯ä»¥å¯¹ã€å¤©å¤–æ¯èˆ°ã€‘套装进行附魔itemdesc_400190å¯ä»¥å¯¹ã€å·¨æ€ªæŠ¤èº«ç¬¦ã€‘套装进行附魔itemtipstxt_40001神龙附魔石ä¸è¶³ï¼itemtipstxt_40002è£èª‰é™„魔石ä¸è¶³ï¼itemtipstxt_40003守护者附魔石ä¸è¶³ï¼itemtipstxt_40004血红附魔石ä¸è¶³ï¼itemtipstxt_40005奶嘴附魔石ä¸è¶³ï¼itemtipstxt_40006彩虹附魔石ä¸è¶³ï¼itemtipstxt_40007孔雀附魔石ä¸è¶³ï¼itemtipstxt_40008维京附魔石ä¸è¶³ï¼itemtipstxt_40009滑æ¿é™„魔石ä¸è¶³ï¼itemtipstxt_40010雪橇附魔石ä¸è¶³ï¼itemtipstxt_40011王冠附魔石ä¸è¶³ï¼itemtipstxt_40012盾牌附魔石ä¸è¶³ï¼itemtipstxt_40013法æ–附魔石ä¸è¶³ï¼itemtipstxt_40014鹦鹉虎附魔石ä¸è¶³ï¼itemtipstxt_40015气泡机附魔石ä¸è¶³ï¼itemtipstxt_40016西部附魔石ä¸è¶³ï¼itemtipstxt_40017魔棒附魔石ä¸è¶³ï¼itemtipstxt_40018æ¯èˆ°é™„魔石ä¸è¶³ï¼itemtipstxt_40019护身符附魔石ä¸è¶³ï¼vipname1 特邀会员vipname2 高级会员vipname3 资深会员vipname4ç†äº‹vipname5 高级ç†äº‹vipname6 ç†äº‹é•¿vipname7监事vipname8 高级监事vipname9 监事长 vipname10è£èª‰å‰¯ä¼šé•¿ vipname11执行副会长 vipname12常务副会长 vipname13 秘书长 vipname14 执行会长 vipname15 商会主席get_the_rewards 获得奖励!fight_hp生命 fight_atk攻击 fight_def防御 fight_speed速度 fight_cri 暴击率 fight_cridam 暴击伤害 fight_effhit 效果命中 fight_effre 效果抵抗fight_losthold 失手率fight_understand 会心率 fight_damreå‡ä¼¤fight_causedam加伤 fight_treadd治疗fight_betreaddå—ç–—startype_name_1 æˆåŠŸé€šå…³startype_name_2死亡人数ä¸è¶…过{0}人startype_name_3ä¸è¶…过{0}回åˆé€šå…³mainline_stage_1100101 原始森林mainline_stage_1100102 原始丛林mainline_stage_1100103 太狼æ¥è¢­mainline_stage_1100104 乌龟大师mainline_stage_1100105 太狼æ¥è¢­mainline_stage_1100106 乌龟大师mainline_stage_1100201 太狼æ¥è¢­mainline_stage_1100202 乌龟大师mainline_stage_1100203 太狼æ¥è¢­mainline_stage_1100204 原始森林mainline_stage_1100205 原始丛林mainline_stage_1100206 练功房mainline_stage_1100301 太狼æ¥è¢­mainline_stage_1100302 乌龟大师mainline_stage_1100303 太狼æ¥è¢­mainline_stage_1100304 乌龟大师mainline_stage_1100305 太狼æ¥è¢­mainline_stage_1100306 乌龟大师mainline_stage_1100401 太狼æ¥è¢­mainline_stage_1100402 原始森林mainline_stage_1100403 原始丛林mainline_stage_1100404 练功房mainline_stage_1100405 太狼æ¥è¢­mainline_stage_1100406 练功房Role_Skills_title 角色技能Underchallenge挑战券ä¸è¶³delete_all_read_emails是å¦åˆ é™¤æ‰€æœ‰å·²è¯»é‚®ä»¶Difficulty_enabled当å‰éš¾åº¦æœªå¼€å¯noequip暂无装备å¯ä»¥ç©¿æˆ´ talentGeneral-天赋点ä¸è¶³ï¼Œæ˜¯å¦æ¶ˆè€—通用天赋点 \ No newline at end of file +STRENGTHEN加强 To_Continue'点击空白区域的任何地方继续 No Heroes Set未设置守护者skillname_113003011啊啊队长技skillname_113003111 冲击之拳skillname_113003211 能é‡çªƒå–skillname_113003311 çµé­‚åžå™¬skillname_135005011 幸è¿Â·æ™®é›·æ–¯ç§‘特队长技skillname_135005111 策马扬鞭skillname_135005211 金苹果skillname_135005311 è’野飞渡skillname_115001011å‰å§†Â·èŽ±å…‹é˜Ÿé•¿æŠ€skillname_115001111 猎魂ç å‡»skillname_115001211奥术护身符skillname_115001311 清算时刻skillname_145001011乌龟大师队长技skillname_145001111 厚德载物skillname_145001211 抱朴守真skillname_145001311 负阴冲阳skillname_114001111 破釜åƒé’§skillname_114001211 万夫莫开skillname_114001311 我æ„天下skillname_124008011暴芙那特队长技skillname_124008111 其利断金skillname_124008211卿…‘回马扫skillname_124008311 破甲之枪skillname_134008011æ‚夫那特队长技skillname_134008111 åŒæ°”连æžskillname_134008211震慑回马扫skillname_134008311 疾风之矛skillname_113002111 食人之咬skillname_113002211 锯齿拉链skillname_113002311 生化武器skillname_143002011果酱教授队长技skillname_143002111 欺诈å­å¼¹skillname_143002211 诡计注视skillname_143002311 伪善之光skillname_114006011布兰奇队长技skillname_114006111 夺魂之击skillname_114006211 陿­¢ä¹‹èˆžskillname_114006311无尽催眠曲skillname_135006011平先生队长技skillname_135006111 冲云天skillname_135006211 蒸扇笼skillname_135006311 饮汤饼skillname_134002011蒂姆·邓普顿队长技skillname_134002111玩具·锋刃skillname_134002211信仰·勇气skillname_134002311奶瓶·爱心skillname_124005011金猴队长技skillname_124005111 猿猱欲度skillname_124005211 æ°´ä¸­å–æœˆskillname_124005311 猿声啼岸skillname_125003011羊仙姑队长技skillname_125003111傿˜Ÿskillname_125003211奉é“skillname_125003311 拜斗知命skillname_113004111 乘胜追击skillname_113004211 贵胄è£èª‰skillname_113004311 皇æ—审判skillname_133003011胡德先生队长技skillname_133003111 淬毒箭矢skillname_133003211 猎手习性skillname_133003311破甲连ç ç®­skillname_143001111 ä¹å›­ä¹‹æžœskillname_143001211 牧场è‰é•¿skillname_143001311 默契ä¹ç« skillname_134003011圣诞è€äººé˜Ÿé•¿æŠ€skillname_134003111 糖果刀光skillname_134003211 诺斯本色skillname_134003311 圣诞å‰å¤œskillname_144004011骇客蛛队长技skillname_144004111 +U盘投掷skillname_144004211 芯片清算skillname_144004311 骇客光波skillname_134007011è²å¥¥å¨œé˜Ÿé•¿æŠ€skillname_134007111跳跃åŽå°”å…¹skillname_134007211回旋圆舞曲skillname_134007311绿è«å’å¹è°ƒskillname_143006111 轮滑冲锋skillname_143006211 真挚å‹è°Šskillname_143006311 粉红旋舞skillname_113001011闪闪队长技skillname_113001111 眩晕光圈skillname_113001211 蔑视法çƒskillname_113001311 无惧é”链skillname_114005011鹤大师队长技skillname_114005111 æ¾é£Žé¹¤é¸£skillname_114005211 仙鹤亮翅skillname_114005311 高天鹤唳skillname_133001111 兽骨击打skillname_133001211 血色å·è§’skillname_133001311 腾跃冰原skillname_143003011å²è’‚夫·帕丘克队长技skillname_143003111帕丘克剑术skillname_143003211 骑士精神skillname_143003311 信仰念力skillname_143005111 凶æ‚锤击skillname_143005211 瞄准弱点skillname_143005311 å¨ä¸¥éœ‡æ…‘skillname_115002011船长队长技skillname_115002111 冒险精神skillname_115002211 临场妙算skillname_115002311 领袖æ‰èƒ½skillname_113005011大大队长技skillname_113005111å‰å†²ï¼šè‚šçš®é¡¶skillname_113005211é™„é­”ï¼šå°æŒ‡å¤´skillname_113005311舞蹈狂欢夜skillname_124009011云朵先生队长技skillname_124009111 积雨云skillname_124009211 碎冰云skillname_124009311 雷暴冻云skillname_124001011警长队长技skillname_124001111 正义之æ‰skillname_124001211 枪弹镣é“skillname_124001311 暴风飞车skillname_151006111 横冲直撞skillname_151006211 矢气排放skillname_151007111 麻醉针skillname_151007211 æ•æ‰ç½‘skillname_133002111 蚀骨之钉skillname_133002211 清醒æ‹å‡»skillname_133002311 æå‘½é£žå¼¹skillname_155004111 锋利èœåˆ€skillname_155004211 å‡¶æ¶æå“skillname_155004311 ç«ç„°å–·å‘skillname_145004111宫廷之花剑skillname_145004211薛定谔连斩skillname_145004311飞刺芭蕾舞skillname_155003111 海盘车skillname_155003211 海星之æ¯skillname_155003311光·格尔之怒skillname_155001111 ç‚½çƒˆåæ¯skillname_155001211 怒焰之衣skillname_155001311 ç»å¢ƒé¾™ç‚Žskillname_155002111 蕉果投掷skillname_155002211嗜血skillname_155002311 地裂天倾skillname_155005111 ç«ç„°ä¹‹æ‹³skillname_155005211 ç¥žä¹‹å¨æ…‘skillname_155005311 诸神黄æ˜skillname_155006111 绿藤烟瘴skillname_155006211 毒物弥散skillname_155006311 é’æ£˜ä¹‹ç”²skillname_155007111 暴雪寒锥skillname_155007211 永冻åšç”²skillname_155007311 ç­ä¸–神è¯skillname_153003111 针棘之刺skillname_153003211 御敌本能skillname_100003001 寒霜套装skillname_100006001 祈愿套装skillname_100007001 脉冲套装skillname_100001401 预言套装skillname_100001501 月盾套装skillname_100001001 庇佑套装skillname_100009001 炼心套装skillname_100001701 诅咒套装skillname_100001901 御å…套装skillname_134004111 顾此åŠå½¼skillname_134004211 穴居习性skillname_134004311 追猎嗥å«skillname_114002111 嚣张气焰skillname_114002211 å—œè¡€åæ‰‘skillname_114002311 弱肉强食skillname_143007111 破敌横钩skillname_143007211 è€ç»ƒåŒ…扎skillname_143007311 åšå…‹çƒ™å°skillname_134001111 å£è‹¥æ‚¬æ²³skillname_134001211 å¨é£Žå‡›å‡›skillname_134001311 山盟海誓skillname_123001111 波波光æŸskillname_123001211 船长关怀skillname_123001311 全员鼓舞skillname_124007011å°é’±é˜Ÿé•¿æŠ€skillname_124007111奇幻肥皂泡skillname_124007211冰冻妙脆角skillname_124007311勇往飞星盘skill_1130030111*在积分赛中我方全体æå‡20%速度skill_1130031111i啊啊对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›100%的伤害,并有60%概率附加1回åˆã€æŒ‘衅】状æ€ã€‚skill_1130032111€ã啊啊对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›200%的伤害,éšåŽä¸ºè‡ªèº«æ¢å¤æœ€å¤§ç”Ÿå‘½å€¼5%生命,并有100%概率驱散目标全部增益状æ€ï¼Œæ¯é©±æ•£1个增益状æ€ï¼Œå¯ä¸ºè‡ªèº«æ¢å¤æœ€å¤§ç”Ÿå‘½å€¼3%的生命。skill_1130033111啊啊对敌方1个目标造æˆè‡ªèº«æœ€å¤§ç”Ÿå‘½å€¼18%的伤害,并附加1回åˆã€åžå™¬ã€‘状æ€ã€‚目标当å‰ç”Ÿå‘½å€¼å¤§äºŽ50%,则附加2回åˆã€åžå™¬ã€‘状æ€ã€‚效果æŒç»­æœŸé—´è‹¥è‡ªèº«è¢«å‡»è´¥æˆ–场上åªå‰©è‡ªå·±ä¸€äººï¼Œåˆ™æå‰é‡Šæ”¾ç›®æ ‡ã€‚skill_1350050111我方全体生命增加30%skill_1350051111{幸è¿Â·æ™®é›·æ–¯ç§‘特对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›140%的伤害,æ¯ç‚¹é€Ÿåº¦å¯é¢å¤–é€ æˆæ”»å‡»åŠ›0.45%的伤害skill_1350052111€—幸è¿Â·æ™®é›·æ–¯ç§‘特对敌方全体目标造æˆ3段共计攻击80%çš„ä¼¤å®³ï¼Œæ¯æ®µä¼¤å®³æœ‰50%概率为目标附加2回åˆã€é˜²å¾¡ä¸‹é™ã€‘状æ€skill_1350053111€¼å¹¸è¿Â·æ™®é›·æ–¯ç§‘特为我方全体附加2回åˆã€å…疫】和ã€é˜²å¾¡æå‡ã€‘状æ€ï¼Œå¹¶å¯¹æ•Œæ–¹å…¨ä½“ç›®æ ‡é€ æˆæ”»å‡»åŠ›105%的伤害,并附加2回åˆã€æ”»å‡»ä¸‹é™ã€‘状æ€skill_1150010111我方全体暴击率增加25%skill_1150011111€å‰å§†Â·èŽ±å…‹å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›130%çš„ä¼¤å®³ï¼Œå¹¶æœªè‡ªèº«å›žå¤æœ¬æ¬¡ä¼¤å®³50%的生命,若å‘生暴击,则增加自身20%的行动值skill_1150012111€Âå‰å§†Â·èŽ±å…‹ä¸ºè‡ªèº«é™„åŠ 2回åˆã€æš´å‡»æå‡ã€‘状æ€ï¼ŒéšåŽå¯¹æ•Œæ–¹1个目标å‘èµ·æ”»å‡»ï¼Œé€ æˆæ”»å‡»åŠ›180%çš„ä¼¤å®³ï¼›è‹¥è§¦å‘æš´å‡»ï¼Œåˆ™æ”»å‡»ç»“æŸåŽèŽ·å¾—é¢å¤–的回åˆã€‚skill_1150013111€Âå‰å§†Â·èŽ±å…‹å¯¹æ•Œæ–¹1个目标å‘èµ·3è¿žå‡»ï¼Œå…±é€ æˆæ”»å‡»åŠ›260%çš„ä¼¤å®³ã€‚è‡ªèº«æ¯æŸå¤±10%的生命,伤害增加6%;若æˆåŠŸå‡»æ€ç›®æ ‡ï¼Œæ‰€æœ‰æŠ€èƒ½å†·å´æ—¶é—´å‡å°‘1回åˆã€‚skill_1450010111我方全体攻击增加30%skill_1450011111€Ä乌龟大师对敌方1个目标å‘èµ·2æ®µæ”»å‡»ï¼Œæ¯æ®µå¯é€ æˆæ”»å‡»åŠ›70%的伤害,并有70%概率夺å–目标1个增益状æ€ï¼›è‹¥å¤ºå–æˆåŠŸï¼Œå¯¹ç›®æ ‡é™„åŠ 1回åˆã€çƒ™å°ã€‘状æ€ã€‚skill_1450012111€×乌龟大师对敌方全体å‘èµ·2æ®µæ”»å‡»ï¼Œåˆ†åˆ«é€ æˆæ”»å‡»åŠ›50%的伤害,第一段攻击附加2回åˆã€æ— æ³•获得增益效果】状æ€ï¼Œç¬¬äºŒæ®µæ”»å‡»é€ æˆä¸Žä¼¤å®³é‡ç­‰å€¼çš„生命最大值下é™ã€‚skill_1450013111乌龟大师净化自身所有å‡ç›Šçжæ€ï¼ŒåŒæ—¶é©±æ•£æ•Œæ–¹å…¨ä½“所有增益状æ€ï¼ŒéšåŽå¯¹æ•Œæ–¹å…¨ä½“é€ æˆæ”»å‡»åŠ›120%的伤害,共有50%概率附加2回åˆã€é˜²å¾¡ä¸‹é™ã€‘状æ€ã€‚若驱散æˆåŠŸï¼Œåˆ™æœ‰100%概率附加ã€é˜²å¾¡ä¸‹é™ã€‘状æ€ã€‚skill_1140011111€†å²å›¾ä¾å…‹å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›30%以åŠé˜²å¾¡åŠ›65%的伤害,并有60%概率附加2回åˆã€é˜²å¾¡ä¸‹é™ã€‘效果。skill_1140012111€Üå²å›¾ä¾å…‹æ¯æ¬¡å—到攻击时,自身获得1层ã€é…‹é•¿ä¹‹æ€’】,æ¯å±‚坿å‡è‡ªèº«10%的基础防御力和5%的效果抵抗,最多å¯å åŠ 10层。自身获得10层ã€é…‹é•¿ä¹‹æ€’】时将立å³èŽ·å¾—å›žåˆskill_1140013111å²å›¾ä¾å…‹å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›80%以åŠé˜²å¾¡åŠ›120%çš„ä¼¤å®³ï¼Œå¹¶ã€æŒ‘衅】1åæ•Œäºº2回åˆã€‚若有10层ã€é…‹é•¿ä¹‹æ€’】,伤害æå‡50%。æ¢å¤è‡ªèº«ç”Ÿå‘½ï¼Œæ¯å±‚ã€é…‹é•¿ä¹‹æ€’】æä¾›è‡ªèº«æœ€å¤§ç”Ÿå‘½å€¼4%æ¢å¤é‡ï¼›ä¹‹åŽæ¶ˆè€—全部ã€é…‹é•¿ä¹‹æ€’】skill_1240080111H在祭祀神迹ã€å£°ä¹‹ç¥žè¿¹çš„æŒ‘战中,我方全体攻击增加30%skill_1240081111€û暴芙那特对敌方1个目标造æˆ2次自身攻击力60%的伤害,并有40%概率附加2回åˆã€çƒ™å°ã€‘效果。若æŸå®ˆæŠ¤è€…在场,则本次攻击é¢å¤–附加目标最大生命值5%的伤害,但最高无法超过自身攻击力的60%。skill_1240082111€Î暴芙那特对敌方全体造æˆ2次自身攻击力45%的伤害,并有40%概率附加2回åˆã€é€Ÿåº¦ä¸‹é™ã€‘效果。若æŸå®ˆæŠ¤è€…在场,则本次攻击é¢å¤–造æˆä¸¤æ®µä¼¤å®³å¹¶é™„åŠ åŒæ ·æ•ˆæžœskill_1240083111€©æš´èŠ™é‚£ç‰¹å…ˆä¸ºè‡ªèº«æ–½åŠ 2回åˆã€æš´å‡»æå‡ã€‘效果,之åŽå¯¹æ•Œæ–¹1个目标造æˆ3次自身攻击力80%的伤害,并附加2回åˆã€é˜²å¾¡ä¸‹é™ã€‘效果skill_1340080111H在祭祀神迹ã€å£°ä¹‹ç¥žè¿¹çš„æŒ‘战中,我方全体生命增加40%skill_1340081111€Õæ‚夫那特对敌方一个目标造æˆ1次自身攻击力100%的伤害,并有40%概率鸡腿目标10%行动值。若æŸå®ˆæŠ¤è€…在场,则本次攻击é¢å¤–éšæœºæ”»å‡»2个目标,造æˆåŒæ ·ä¼¤å®³å’Œæ•ˆæžœskill_1340082111€Ææ‚夫那特对敌方全体造æˆ2次自身攻击力45%的伤害,并有40%概率附加1回åˆã€çœ©æ™•】效果。若æŸå®ˆæŠ¤è€…冿¬¡ï¼Œåˆ™æœ¬æ¬¡æ”»å‡»é¢å¤–造æˆ2段伤害并附加统一效果skill_1340083111€œæ‚夫那特先为自身施加2回åˆã€é€Ÿåº¦æå‡ã€‘效果,之åŽå¯¹æ•Œæ–¹1个目标造æˆ2次自身攻击力120%çš„ä¼¤å®³ï¼Œå¹¶å¸æ”¶ç›®æ ‡10行动值skill_1130021111r食人鱼先生对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›130%的伤害;若å‘ç”Ÿæš´å‡»ï¼Œå¤§æ‹›å†·å´æ—¶é—´å‡å°‘1回åˆskill_1130022111u食人鱼先生对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›220%的伤害,有85%概率附加2回åˆã€é˜²å¾¡ä¸‹é™ã€‘状æ€ã€‚skill_1130023111€Þ食人鱼先生对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›260%的伤害;若目标死亡,则附加1æ¬¡æ”»å‡»ï¼Œå¯¹éšæœº1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›150%的伤害,本次攻击无视防御。追加伤害æ¯å›žåˆæœ€å¤šè§¦å‘2次。skill_1430020111我方全体速度增加15%skill_1430021111€¯æžœé…±æ•™æŽˆå¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,有75%概率对其施加2回åˆã€é€Ÿåº¦ä¸‹é™ã€‘状æ€ï¼Œå¹¶æœ‰75%概率将自身1个å‡ç›Šçжæ€è½¬ç§»ç»™ç›®æ ‡skill_1430022111€…æžœé…±æ•™æŽˆæ¯æ¬¡æ”»å‡»å¯å‡å°‘目标15%行动值。造æˆä¼¤å®³åŽï¼Œè‹¥ç›®æ ‡è¡ŒåŠ¨å€¼ä½ŽäºŽ30%,附加1回åˆã€çŸ³åŒ–】状æ€skill_1430023111€³æžœé…±æ•™æŽˆå¯¹æ•Œæ–¹å…¨ä½“é€ æˆæ”»å‡»åŠ›100%的伤害,有100%的概率å‡å°‘å„目标15%的行动值;若目标身上存在å‡ç›Šçжæ€ï¼Œå°†é¢å¤–å‡å°‘目标15%行动值。skill_11400601110在è”åˆå¯¹æŠ—中,我方全体速度增加25%skill_1140061111€±å¸ƒå…°å¥‡å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›110%的伤害,并有80%æ¦‚çŽ‡å¸æ”¶ç›®æ ‡30%行动值。若该目标身上存在å‡ç›Šçжæ€ï¼Œåˆ™é™„加1回åˆã€çœ©æ™•】状æ€ã€‚skill_1140062111€‚布兰奇自身施加å‡ç›Šæ•ˆæžœæ—¶ï¼Œè‹¥ç›®æ ‡å‡ºäºŽæ— æ³•行动状æ€ï¼Œåˆ™ä½¿ç›®æ ‡çš„æ‰€æœ‰æŠ€èƒ½å†·å´æ—¶é—´å»¶é•¿1回åˆã€‚skill_1140063111{布兰奇对敌方全体攻击3æ¬¡ï¼Œå…±é€ æˆæ”»å‡»åŠ›110%çš„ä¼¤å®³ï¼Œæ¯æ¬¡æœ‰60%概率附加1回åˆã€çœ©æ™•】状æ€ã€‚skill_1350060111!我方全体效果抵抗增加40%skill_1350061111€‚平先生对敌方一个目标造æˆè‡ªèº«æ”»å‡»åŠ›125%çš„ä¼¤å®³ï¼Œå¹¶ä½¿è‡ªèº«å’Œéšæœºä¸€å勿–¹èŽ·å¾—15%的行动值æå‡ã€‚skill_1350062111U平先生为我方全体附加2回åˆã€æ”»å‡»æå‡ã€‘å’Œã€é€Ÿåº¦æå‡ã€‘效果。skill_1350063111€Çå¹³å…ˆç”Ÿå¯¹æ•Œæ–¹å…¨ä½“é€ æˆæ”»å‡»åŠ›120%的伤害并清空目标全部行动值,之åŽå¼±ç›®æ ‡è¡ŒåŠ¨å€¼ä¸º0%,则有60%概率附加1回åˆã€çœ©æ™•】状æ€ã€‚éšåŽè‡ªèº«èŽ·å¾—é¢å¤–回åˆã€‚skill_1340020111!我方全体效果抵抗增加30%skill_1340021111€†è’‚姆·邓普顿对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›110%的伤害,并为生命比例最低的队å‹é™„加1回åˆã€å¤è‹ã€‘状æ€ã€‚skill_1340022111e蒂姆·邓普顿为我方1å队å‹å¢žåŠ 100%行动值,并附加2回åˆã€æ”»å‡»æå‡ã€‘状æ€ã€‚skill_1340023111}蒂姆·邓普顿为我方1å队å‹é™„加1回åˆã€æ— æ•Œã€‘状æ€ï¼ŒåŒæ—¶ä¸ºæˆ‘方全体附加2回åˆã€å…疫】状æ€ã€‚skill_1240050111我方全体攻击增加24%skill_1240051111o金猴对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,并有70%概率对自身附加2回åˆã€é€Ÿåº¦æå‡ã€‘skill_1240052111S金猴净化1åé˜Ÿå‹æ‰€æœ‰å‡ç›Šçжæ€ï¼Œå¹¶ä¸ºå…¶æ ‡è®°2回åˆã€ä¸è´¥é‡‘身】skill_1240053111€¨é‡‘çŒ´å¯¹æ•Œæ–¹å…¨ä½“é€ æˆæ”»å‡»åŠ›120%的伤害,并附加2回åˆã€é€Ÿåº¦ä¸‹é™ã€‘状æ€ï¼›åŒæ—¶èƒ½å‡å°‘敌方全体30%行动值,并é‡ç½®2æŠ€èƒ½çš„å†·å´æ—¶é—´skill_1250030111我方全体速度增加25%skill_1250031111h羊仙姑对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›110%的伤害,并有80%的概率西区目标20%的行动值skill_1250032111€ªç¾Šä»™å§‘å¯¹æ•Œæ–¹å…¨ä½“ç›®æ ‡é€ æˆæ”»å‡»åŠ›80%的伤害,并对目标附加2回åˆã€é€Ÿåº¦ä¸‹é™ã€‘效果,且有60%的概率对目标附加1回åˆã€çœ©æ™•】效果skill_1250033111€—ç¾Šä»™å§‘å¯¹æ•Œæ–¹å…¨ä½“ç›®æ ‡é€ æˆæ”»å‡»åŠ›105%的伤害,并抢夺目标30%的行动值,抢夺的全部行动值将平å‡åˆ†é…给全体队å‹ã€‚skill_1130041111€ñ法夸德勋爵对敌方1个目标å‘èµ·æ”»å‡»ï¼Œé€ æˆæ”»å‡»åŠ›120%的伤害;若自身当å‰ç”Ÿå‘½æ¯”例低于50%,则å¯å¯¹ç›®æ ‡è¿½åŠ 1æ¬¡æ”»å‡»ï¼Œé€ æˆæ”»å‡»åŠ›120%的伤害,且æå‡30%的暴击率,并无视目标20%的防御。skill_1130042111€ æ³•夸德勋爵对敌方1个目标å‘èµ·æ”»å‡»ï¼Œé€ æˆæ”»å‡»åŠ›210%的伤害,并未自身附加2回åˆã€æ”»å‡»æå‡ã€‘状æ€å’Œ2回åˆã€å¯¹å³™ã€‘状æ€ã€‚skill_1130043111€°æ³•夸德勋爵对敌方1个目标å‘èµ·æ”»å‡»ï¼Œé€ æˆæ”»å‡»åŠ›260%çš„ä¼¤å®³ï¼ŒåŒæ—¶ä¼šæ¸…除目标身上的2个增益状æ€ï¼Œè‡ªèº«æ¯æŸå¤±10%生命,伤害会增加5%。skill_1330030111K在祭祀神迹ã€å£°ä¹‹ç¥žè¿¹çš„æŒ‘战中,我方全体暴击率增加20%skill_1330031111r胡德先生对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›110%的伤害,并有40%概率附加2回åˆã€æ”»å‡»ä¸‹é™ã€‘状æ€skill_1330032111€›èƒ¡å¾·å…ˆç”Ÿå½“队å‹å‘敌方任æ„1个目标å‘起攻击时,都会跟éšé˜Ÿå‹å¯¹ç›®æ ‡é€ æˆæ”»å‡»åŠ›40%的伤害,并附加1回åˆã€ä¸­æ¯’】状æ€skill_1330033111{èƒ¡å¾·å…ˆç”Ÿå¯¹æ•Œæ–¹éšæœº2ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›180%的伤害,并有80%概率附加2回åˆã€é˜²å¾¡ä¸‹é™ã€‘ã€ä¸­æ¯’skill_1430011111z阿比盖尔·斯通对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,并有75%概率附加2回åˆã€é˜²å¾¡ä¸‹é™ã€‘状æ€skill_1430012111z阿比盖尔·斯通对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,并有75%概率附加2回åˆã€é˜²å¾¡ä¸‹é™ã€‘状æ€skill_1430013111m阿比盖尔·斯通对敌方全体攻击力100%的伤害,有75%概率附加2回åˆã€æ”»å‡»ä¸‹é™ã€‘状æ€skill_1340030111*积分赛中,我方全体攻击增加30%skill_1340031111u圣诞è€äººå¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,并有75%概率附加2回åˆã€å¤±æ‰‹çއæå‡ã€‘状æ€skill_1340032111u圣诞è€äººå¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,并有75%概率附加2回åˆã€å¤±æ‰‹çއæå‡ã€‘状æ€skill_1340033111€Ó圣诞è€äººå¯¹æ•Œæ–¹1个目标å‘èµ·2æ®µæ”»å‡»ï¼Œæ¯æ®µé€ æˆæ”»å‡»åŠ›100%çš„ä¼¤å®³ï¼Œæ¯æ®µæœ‰75%概率附加1回åˆã€çœ©æ™•】状æ€ã€‚第二段攻击会å·å–目标25%行动值并平å‡åˆ†é…给我å‘全体skill_14400401113在积分赛中,我方全体效果命中增加40%skill_1440041111€ˆéª‡å®¢è››å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›30%åŠè‡ªèº«æœ€å¤§ç”Ÿå‘½å€¼8%的伤害,并有50%概率附加2回åˆã€æ”»å‡»ä¸‹é™ã€‘状æ€skill_1440042111€Å骇客蛛对敌方1个目标造æˆ2次攻击力20%åŠè‡ªèº«æœ€å¤§ç”Ÿå‘½å€¼6%çš„ä¼¤å®³ï¼Œæ¯æ®µæœ‰60%概率驱散目标1个增益状æ€ï¼ŒåŒæ—¶ç«‹åˆ»è§¦å‘目标身上的ã€é»‘客å‰çž»ã€‘效果。skill_1440043111€Å骇客蛛对敌方1个目标造æˆ2次攻击力20%åŠè‡ªèº«æœ€å¤§ç”Ÿå‘½å€¼6%çš„ä¼¤å®³ï¼Œæ¯æ®µæœ‰60%概率驱散目标1个增益状æ€ï¼ŒåŒæ—¶ç«‹åˆ»è§¦å‘目标身上的ã€é»‘客å‰çž»ã€‘效果。skill_1340070111H在祭祀神迹ã€å£°ä¹‹ç¥žè¿¹çš„æŒ‘战中,我方全体攻击增加30%skill_1340071111{è²å¥¥å¨œå¯¹æ•Œæ–¹1个目标造æˆ2次攻击力60%的伤害,若å‘生暴击,则为自身附加1回åˆã€å…疫】状æ€skill_1340072111€Èè²å¥¥å¨œå¯¹æ•Œæ–¹1个目标å‘èµ·3è¿žå‡»ï¼Œå…±é€ æˆæ”»å‡»åŠ›200%çš„ä¼¤å®³ï¼Œæ¯æ¬¡æ”»å‡»æœ‰60%概率驱散目标1个增益状æ€ï¼›è‹¥é©±æ•£æˆåŠŸï¼Œåˆ™å¯¹ç›®æ ‡é™„åŠ 2回åˆã€æ”»å‡»ä¸‹é™ã€‘状æ€skill_1340073111€Ãè²å¥¥å¨œå¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›280%的伤害,并为自身附加2回åˆç”Ÿå‘½å€¼ä¸Šé™35%çš„ã€æŠ¤ç›¾ã€‘ï¼›è‹¥å‘生暴击,则次数伤害æå‡30%,并é¢å¤–æå‡50%ã€æŠ¤ç›¾ã€‘skill_1430061111{布里奇特对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›130%的伤害,并有70%概率为目标附加2回åˆã€æ”»å‡»ä¸‹é™ã€‘状æ€skill_1430062111€À布里奇特为我方1个目标æ¢å¤å…¶æœ€å¤§ç”Ÿå‘½å€¼30%的生命,并附加1回åˆã€æ— æ•Œã€‘ã€ã€å¤è‹ã€‘状æ€ã€‚若目标生命值低于50%,则é¢å¤–附加1回åˆã€å¤è‹ã€‘状æ€skill_1430063111U布里奇特为我方全体附加2回åˆã€æ”»å‡»æå‡ã€‘å’Œã€é˜²å¾¡æå‡ã€‘状æ€skill_1130010111o闪闪对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›250%的伤害,并为我方全体附加2回åˆã€é˜²å¾¡æå‡ã€‘状æ€skill_1130011111€é—ªé—ªå¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›100%çš„ä¼¤å®³ï¼Œæ”»å‡»æ—¶äº§ç”Ÿçš„å…‰ç›¾èƒ½é‡æœ‰50%的概率对目标附加1回åˆã€çœ©æ™•】状æ€skill_1130012111€ñ若敌方攻击当å‰ç”Ÿå‘½å€¼ä½ŽäºŽ50%的我方队å‹ï¼Œé—ªé—ªç«‹å³æŠ•掷盾牌进行åå‡»ï¼Œå¯¹æ”»å‡»è€…é€ æˆæ”»å‡»åŠ›20%与防御力80%的伤害,并有60%的概率附加2回åˆã€æŒ‘衅】状æ€ã€‚该技能æ¯å›žåˆä»…能触å‘一次skill_1130013111o闪闪对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›250%的伤害,并为我方全体附加2回åˆã€é˜²å¾¡æå‡ã€‘状æ€skill_1140050111!我方全体效果命中增加30%skill_1140051111€é¹¤å¤§å¸ˆå¯¹æ•Œæ–¹1个目标å‘èµ·2æ®µæ”»å‡»ï¼Œæ¯æ®µå¯é€ æˆæ”»å‡»åŠ›70%伤害,并有50%概率夺å–目标1个增益状æ€ã€‚skill_1140052111€çé¹¤å¤§å¸ˆéšæœºå¯¹æ•Œæ–¹ç›®æ ‡å‘èµ·4æ¬¡æ”»å‡»ï¼Œæ¯æ¬¡æ”»å‡»é€ æˆæ”»å‡»åŠ›75%的伤害,并演出自身全部增益状æ€1回åˆã€‚若目标未存在增益状æ€ï¼Œåˆ™å¯¹ç›®æ ‡é™„加2回åˆã€æ— æ³•获得增益效果】状æ€ã€‚skill_1140053111€­é¹¤å¤§å¸ˆéšæœºå¯¹æ•Œæ–¹ç›®æ ‡å‘èµ·5æ¬¡æ”»å‡»ï¼Œæ¯æ¬¡é€ æˆæ”»å‡»åŠ›90%伤害并å·å–目标身上存在的2个增益效果。自身æ¯ä¸ªå¼ºåŒ–æ•ˆæžœå¯æå‡10%伤害。skill_1330011111€‡å·«å˜Žå¯¹æ•Œæ–¹1个目标å‘èµ·2æ®µæ”»å‡»ï¼Œæ¯æ®µå¯é€ æˆæ”»å‡»åŠ›60%的伤害,并有50%概率附加2回åˆã€é€Ÿåº¦ä¸‹é™ã€‘状æ€skill_1330012111:巫嘎为我方全体附加2回åˆã€æ”»å‡»æå‡ã€‘状æ€skill_1330013111y巫嘎对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›300%的伤害,并附加1回åˆã€å†°å†»ã€‘以åŠ2回åˆã€é˜²å¾¡ä¸‹é™ã€‘状æ€skill_1430030111我方全体防御增加18%skill_1430031111zå²è’‚夫·帕丘克对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,并有40%概率附加2回åˆã€é€Ÿåº¦ä¸‹é™ã€‘状æ€skill_1430032111~å²è’‚夫·帕丘克消耗自身20%ç”Ÿå‘½å€¼ï¼Œä¸ºå‹æ–¹1个目标æ¢å¤40%的最大生命值,并未目标增加50%行动值skill_1430033111€Éå²è’‚夫·帕丘克为我方1个目标æ¢å¤å…¶æœ€å¤§ç”Ÿå‘½å€¼20%的生命,若目标队å‹å¤„于死亡状æ€ï¼Œåˆ™å°†å…¶å¤æ´»å¹¶æ¢å¤å…¶æœ€å¤§ç”Ÿå‘½å€¼20%的生命,éšåŽè‡ªèº«èŽ·å¾—é¢å¤–回åˆskill_1430051111x瓦希尔指挥官对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,有40%概率为目标附加1回åˆã€çœ©æ™•】状æ€skill_1430052111€å瓦希尔指挥官将我方全体å„1个å‡ç›Šçжæ€è½¬å«ç»™æ•Œæ–¹1ä¸ªç›®æ ‡ï¼Œå¹¶å¯¹å…¶é€ æˆæ”»å‡»åŠ›200%的伤害,有75%概率为目标处于ã€ç¦ç–—】状æ€ã€‚若目标处于ã€ä¸­æ¯’】状æ€ï¼Œåˆ™æœ¬æ¬¡ä¼¤å®³æå‡100%skill_1430053111~瓦希尔指挥官对敌方全体目标造æˆ2次攻击力55%的伤害,有100%概率为目标附加3回åˆã€ä¸­æ¯’】状æ€skill_1150020111*积分赛中,我方全体攻击增加40%skill_1150021111€Œèˆ¹é•¿å¯¹æ•Œæ–¹1个目标造æˆ130%伤害,夺å–该目标1个增益状æ€ï¼Œå¹¶æœ‰100%概率为自身附加2回åˆã€æ”»å‡»æå‡ã€‘状æ€skill_1150022111€–æ¯å›žåˆå¼€å§‹æ—¶ï¼Œèˆ¹é•¿è‡ªåŠ¨èŽ·å¾—2层ã€ç®—æœ¯ã€‘ï¼›è‡ªèº«æ¯æ¬¡èŽ·å¾—å¢žç›ŠçŠ¶æ€æ—¶ï¼Œéƒ½ä¼šé¢å¤–å åŠ 1层ã€ç®—术】,最多å¯å åŠ 8层skill_1150023111 船长攻击敌方全体目标造æˆ100%的伤害,攻击时会消耗所有ã€ç®—术】,æ¯å±‚ã€ç®—术】å¯å¢žåŠ 7%的伤害;若ã€ç‚Žé˜³ã€‘å åŠ 5层以上,本次攻击将无视敌方40%防御,若ã€ç®—术】å åŠ 8层,则å‡å°‘技能1回åˆå†·å´æ—¶é—´skill_1130050111我方全体生命增加18%skill_1130051111J攻击1个敌方,伤害为自身攻击力130%æå‡è‡ªèº«25%行动值。skill_1130052111€¬å›žåˆå¼€å§‹æ—¶è‹¥è‡ªèº«å¯è¡ŒåŠ¨ï¼Œä¸ºéšæœº2å勿–¹é™„加2回åˆ[暴击æå‡]å’Œ1回åˆ[攻击æå‡]。å‡å°‘已有[攻击æå‡]的目标所有技能1回åˆå†·å´ã€‚skill_1130053111€§ä¸ºå…¨ä½“勿–¹é™„加2回åˆ[攻击æå‡] ;目标已有[攻击æå‡]时,å‡å°‘目标所有技能1回åˆå†·å´ã€‚æ­¤æŠ€èƒ½å†·å´æ—¶é—´ä¸ä¼šè¢«ä»»ä½•技能影å“。skill_1240090111我方暴击率增加20%skill_1240091111€™äº‘朵先生对敌方1个目标造æˆè‡ªèº«æ”»å‡»åŠ›110%的伤害,若此次伤害触å‘äº†æš´å‡»ï¼Œåˆ™ä½¿è‡ªèº«ã€æš´å‡»æå‡ã€‘效果延长1回åˆã€‚skill_1240092111€Ò云朵先生对敌方1个目标造æˆ3次自身攻击力55%的伤害,并有50%的概率é™ä½Žç›®æ ‡15%的行动值。若此次伤害触å‘了暴击,则为目标é¢å¤–附加2回åˆã€é€Ÿåº¦ä¸‹é™ã€‘效果。skill_1240093111€Ö云朵先生为自身附加2回åˆã€æš´å‡»æå‡ã€‘效果, 之åŽå¯¹æ•Œæ–¹å…¨ä½“目标造æˆ3次自身攻击力45%的伤害,若此次伤害触å‘了暴击,则有40%的概率ã€å†°å†»ã€‘目标,æŒç»­1回åˆskill_1240010111我方全体攻击增加24%skill_1240011111t警长对敌方1ä¸ªç›®æ ‡è¿›è¡Œå°„å‡»ï¼Œé€ æˆæ”»å‡»åŠ›130%的伤害,若æˆåŠŸå‡»æ€ç›®æ ‡ï¼Œåˆ™èŽ·å¾—é¢å¤–回åˆskill_1240012111€Šï¼šè­¦é•¿å¯¹æ•Œæ–¹æ‰€æœ‰ç›®æ ‡é€ æˆæ”»å‡»åŠ›70%çš„ä¼¤å®³ï¼Œä¸ºè‡ªèº«å›žå¤æœ¬æ¬¡æ€»ä¼¤å®³30%的生命,并å„叿”¶ç›®æ ‡10%的行动值skill_1240013111t警长对敌方全体攻击4æ¬¡ï¼Œå…±é€ æˆæ”»å‡»åŠ›115%的伤害;å‘生暴击时,本次伤害将é¢å¤–æå‡30%skill_1510061111o对敌方1个目标å‘èµ·æ”»å‡»ï¼Œé€ æˆæ”»å‡»åŠ›100%的伤害,并有40%概率附加1回åˆã€ç¦ç–—】状æ€skill_1510062111C对敌方全体å‘èµ·3æ¬¡æ”»å‡»ï¼Œæ¯æ¬¡é€ æˆæ”»å‡»åŠ›30%的伤害skill_1510071111>对敌方1个目标å‘èµ·æ”»å‡»ï¼Œé€ æˆæ”»å‡»åŠ›100%的伤害skill_1510072111u对敌方1个目标å‘èµ·æ”»å‡»ï¼Œé€ æˆæ”»å‡»åŠ›120%的伤害,并有50%概率附加2回åˆã€æ”»å‡»ä¸‹é™ã€‘状æ€skill_1330021111€„å¦å…‹å¯¹æ•Œæ–¹1个目标å‘èµ·2æ®µæ”»å‡»ï¼Œæ¯æ®µé€ æˆæ”»å‡»åŠ›60%的伤害,并有35%概率附加2回åˆã€é˜²å¾¡ä¸‹é™ã€‘状æ€skill_1330022111€¾å¦å…‹å¯¹æ•Œæ–¹1个目标å‘èµ·3æ®µæ”»å‡»ï¼Œæ¯æ®µå¯é€ æˆæ”»å‡»åŠ›80%的伤害,有30%概率将自身1个å‡ç›Šçжæ€è½¬ç§»ç»™ç›®æ ‡ã€‚è‹¥é€ æˆæš´å‡»ï¼Œåˆ™é™„加2回åˆã€æµè¡€ã€‘状æ€skill_1330023111€Œå¦å…‹å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›250%的伤害;若目标身上存在å‡ç›Šçжæ€ï¼Œæ¯ä¸€ä¸ªå‡ç›Šçжæ€ï¼Œé¢å¤–造æˆ20%的伤害skill_1550041111=对敌方å•体目标å‘起一次攻击,并造æˆ1次伤害skill_15500421119对存在ã€ä¸­æ¯’】状æ€çš„目标造æˆçš„伤害æå‡skill_1550043111J对敌方全体目标造æˆ1尺伤害,并附带2回åˆã€ä¸­æ¯’】状æ€skill_1450041111S攻击1个敌方,伤害为自身攻击力130%,为目标附加2回åˆ[烙å°]。skill_1450042111€Â攻击åŽï¼Œç›®æ ‡ç”Ÿå‘½å€¼æ¯”例高于50%时,对目标é‡å¤é‡Šæ”¾æœ¬æ¬¡æ”»å‡»æ‰€ç”¨æŠ€èƒ½;å¦åˆ™è‡ªèº«èŽ·å¾—1层[猫猫推ç†]。æ¯å›žåˆè§¦å‘1次。战斗开始时获得2层[猫猫推ç†]skill_1450043111a攻击1个敌方,伤害为自身攻击力230%,为目标附加[çŒ«çŒ«å¨æ…‘]。冷å´å›žåˆ: 5skill_1550031111=对敌方å•体目标å‘起一次攻击,并造æˆ1次伤害skill_1550032111Nè‡ªèº«èº«ä¸Šæœ‰ã€æŠ¤ç›¾ã€‘çŠ¶æ€æ—¶ï¼Œé€ æˆä¼¤å®³æå‡ï¼Œå—到伤害é™ä½Žskill_1550033111g对敌方全体目标造æˆ1æ¬¡ä¼¤å®³ï¼Œå¹¶èŽ·å¾—ä»¥è‡ªèº«æœ€å¤§ç”Ÿå‘½å€¼ä¸ºä¸€å®šæ¯”ä¾‹çš„ã€æŠ¤ç›¾ã€‘skill_1550011111=对敌方å•体目标å‘起一次攻击,并造æˆ1次伤害skill_1550012111<(被动):自身生命值越低,造æˆçš„伤害越高skill_1550013111*对敌方全体目标造æˆ1次伤害.CD:2skill_1550021111=对敌方å•体目标å‘起一次攻击,并造æˆ1次伤害skill_1550022111€ï¼ˆè¢«åŠ¨ï¼‰ï¼šè‡ªèº«é€ æˆä¼¤å®³æ—¶ï¼Œå›žå¤é€ æˆä¼¤å®³ä¸€å®šæ¯”例的生命值,自身行动次数越多,造æˆä¼¤å®³è¶Šé«˜skill_1550023111$对敌方全体造æˆ1次伤害.CD:2skill_1550051111对敌方全体造æˆ1次伤害skill_1550052111l造æˆä¼¤å®³æ—¶ï¼Œç›®æ ‡ç”Ÿå‘½å€¼è¶Šä½Žï¼Œæ­¤æ¬¡ä¼¤å®³è¶Šé«˜ï¼›æˆåŠŸå‡»æ€æ•Œäººæ—¶ï¼Œå¯èŽ·å¾—é¢å¤–回åˆskill_1550053111€³ç§¯è“„全身力é‡ï¼Œå¯¹æ•Œæ–¹å…¨ä½“造æˆ1次伤害,éšåŽå¯¹ç”Ÿå‘½æ¯”例最低的1个目标造æˆ1次高é¢ä¼¤å®³ï¼Œå¹¶é™„加1回åˆã€çœ©æ™•】状æ€ã€‚(冷å´å›žåˆï¼š2)skill_1550061111M攻击敌方全体目标,并施加2个æŒç»­2回åˆçš„ã€ä¸­æ¯’】状æ€ã€‚skill_1550062111x攻击敌方全体目标,引爆全部ã€ä¸­æ¯’】状æ€ï¼Œå¹¶æ ¹æ®ç›®æ ‡èº«ä¸Šçš„å‡ç›Šæ•ˆæžœæ•°é‡å¤§å¹…æå‡ä¼¤å®³skill_1550063111€§è¢«åŠ¨ï¼Œæ¯å—到一次攻击,为攻击者施加1个ã€ä¸­æ¯’】状æ€ï¼ŒæŒç»­3回åˆï¼Œç´¯ç§¯å—到一定次数攻击åŽï¼Œç«‹åˆ»å¯¹ç›®æ ‡é‡Šæ”¾ã€è‡´å‘½æ¯’爆】skill_1550071111€Ý攻击敌方全体,对敌方全体附加2回åˆã€é€Ÿåº¦ä¸‹é™ã€‘状æ€ï¼Œè‹¥è‡ªèº«æ‹¥æœ‰å¢žç›Šçжæ€ï¼Œåˆ™é¢å¤–有50%概率对其施加1回åˆã€çœ©æ™•】效果。敌方数é‡è¶Šå°‘,此次攻击造æˆçš„伤害越高skill_1550072111€¨å†°éœœæ³°å¦æ‹¥æœ‰ã€å†°éœœå®çŸ³ã€‘时释放,驱散é”定目标身上的全部增益效果,并造æˆå¤§é‡ä¼¤å®³ï¼ŒæˆåŠŸå‡»è´¥ç›®æ ‡æ—¶ï¼Œè‡ªèº«èŽ·å¾—ä¼¤å®³æå‡skill_1550073111¹å†°éœœæ³°å¦æ‹¥æœ‰å¤šå±‚生命值,且å…ç–«è¡ŒåŠ¨å€¼ä¸‹é™æ•ˆæžœï¼Œè‡ªèº«æ¯æ¬¡å—到的伤害ä¸ä¼šè¶…过自身最大生命值的35%ã€‚å¹¶ä¸”å†°éœœæ³°å¦æŸå¤±ä¸€å±‚生命值时,会获得ã€å†°éœœå®çŸ³ã€‘ï¼ŒåŒæ—¶é”定最åŽä¸€æ¬¡å¯¹è‡ªèº«é€ æˆä¼¤å®³çš„目标,对其施加ã€ç¾ç¥¸å†°åŽŸã€‘çŠ¶æ€ï¼ŒéšåŽè§¦å‘技能 1 附带的效果。若施加ã€ç¾ç¥¸å†°åŽŸã€‘æ—¶ï¼Œè‡ªèº«æ‹¥æœ‰å¢žç›ŠçŠ¶æ€ï¼Œåˆ™é™ä½Žç›®æ ‡25%生命上é™ã€‚skill_1530031111A对敌方1个目标攻击2æ¬¡ï¼Œæ¯æ¬¡é€ æˆæ”»å‡»åŠ›60%的伤害skill_1530032111€³å¯¹æ•Œæ–¹1对敌方全体目标造æˆç»™äºˆç›®æ ‡5%æœ€å¤§ç”Ÿå‘½å€¼çš„ä¼¤å®³ï¼Œå¹¶å¯¹è‡ªèº«è¿›è¡Œç­‰é‡æ¢å¤ä¸ªç›®æ ‡é€ æˆæ”»å‡»100%的无视防御伤害。(冷å´å›žåˆï¼š3)skill_1000030011:å—到伤害时,有25%的概率ã€å†°å†»ã€‘目标1回åˆskill_1000060011G回åˆå¼€å§‹æ—¶ï¼Œæœ‰35%æ¦‚çŽ‡ä»¤è‡ªèº«æ‰€æœ‰æŠ€èƒ½å†·å´æ—¶é—´-1回åˆskill_10000700117造æˆä¼¤å®³æ—¶ï¼Œæœ‰20%概率ã€çœ©æ™•】目标1回åˆskill_10000140113å—到伤害时,有25%几率使用技能一å击skill_1000015011a己方全体在战斗开始的时候获得2回åˆã€æŠ¤ç›¾ã€‘(数值为最大生命值的15%)skill_1000010011J我方被施加控制效果的神觉者速度æé«˜50点(ä¸å¯å åŠ ï¼‰skill_1000090011u自身å¯è¡ŒåŠ¨æ—¶ï¼Œæœ‰20%概率é¢å¤–行动一次(仅触å‘一次,é¢å¤–行动ä¸ä¼šæ¢å¤æŠ€èƒ½å†·å´æ—¶é—´ï¼‰skill_1000017011Læ–½åŠ ä¸­æ¯’ã€æµè¡€æ•ˆæžœæ—¶ï¼Œæœ‰30%几率令其æŒç»­æ—¶é—´å¢žåŠ 1回åˆskill_1000019011(战斗开始时获得1回åˆã€å…疫】skill_1340041111w攻击1个敌方,伤害为自身攻击力100%ã€‚æ²»ç–—ç”Ÿå‘½å€¼æ¯”ä¾‹æœ€ä½Žçš„å‹æ–¹ï¼Œæ²»ç–—é‡ä¸ºæœ¬æ¬¡ä¼¤å®³30%。skill_1340042111€®ä¸º1ä¸ªå‹æ–¹é™„加2回åˆ[生死簿]记录当å‰ç”Ÿå‘½å€¼ï¼Œ2 回åˆåŽï¼Œå›žæº¯å…¶ç”Ÿå‘½å€¼è‡³è®°å½•值。为目标附加2 回åˆ[å¤è‹]å’Œ[攻击æå‡]。冷å´å›žåˆ: 4skill_1340043111€Žæ”»å‡»å…¨ä½“敌方,伤害为自身攻击100%,é™ä½Žç›®æ ‡30%最大生命值上é™ï¼Œ50%概率为目标附加2回åˆ[ç¦ç–—]冷å´å›žåˆ: 5skill_1140021111q攻击1个敌方,伤害为自身攻击力30%和最大生命值4.5%,30%概率为目标附加1回åˆ[挑衅]。skill_1140022111€Ì攻击时为目标附加1回åˆ[è·é²æ–¯ä¹‹çœ¼]。,å—击时,若攻击者[è·é²æ–¯ä¹‹çœ¼],15%概率使用è‹é¹°ä¹‹ä¸»å击;其他勿–¹å—击时,若攻击者有[è·é²æ–¯ä¹‹çœ¼],60%概率å击skill_1140023111x攻击全体敌方,伤害为自身攻击力90%和已æŸå¤±ç”Ÿå‘½å€¼15%,70%概率为目标附加2回åˆ[攻击下é™]skill_1430071111\攻击1个敌方,伤害为自身攻击力100%,30%概率为目标附加1回åˆ[沉默]。skill_1430072111+回åˆå¼€å§‹æ—¶ï¼Œå‡€åŒ–自身1个å‡ç›Šã€‚skill_1430073111€Ñæ”»å‡»éšæœºæ•Œæ–¹5æ¬¡ï¼Œæ¯æ¬¡ä¼¤å®³ä¸ºè‡ªèº«æ”»å‡»åŠ›90%ã€‚æ¯æ¬¡æœ‰50%概率å·å–目标1个增益,为目标附加2回åˆ[烙å°]。优先攻击ä¸é‡å¤çš„æ•Œæ–¹ï¼Œå¯¹é‡å¤ç›®æ ‡çš„伤害便¬¡è¡°å‡15%skill_1340011111n攻击1个敌方3æ¬¡ï¼Œæ¯æ¬¡ä¼¤å®³ä¸ºè‡ªèº«æ”»å‡»åŠ›35%ï¼Œæ¯æ¬¡æœ‰40%概率为目标附加2回åˆ[烙å°]。skill_1340012111p攻击时有15%概率附带效果附加伤害,伤害为目标最大生命值10%ä¸è¶…过自身攻击力100%。skill_1340013111pæ”»å‡»éšæœºæ•Œæ–¹9æ¬¡ï¼Œæ¯æ¬¡ä¼¤å®³ä¸ºè‡ªèº«æ”»å‡»åŠ›35%ï¼Œæ¯æ¬¡æœ‰40%概率为目标附加1回åˆ[æµè¡€]。skill_1230011111V攻击1个敌方,伤害为自身攻击力100%,70%概率é™ä½Žç›®æ ‡15%行动值。skill_1230012111€†æ²»ç–—1ä¸ªå‹æ–¹ï¼Œæ²»ç–—é‡ä¸ºç›®æ ‡æœ€å¤§ç”Ÿå‘½å€¼15%和自身攻击力150%ã€‚ç›®æ ‡æ¯æŸå¤±æœ€å¤§ç”Ÿå‘½å€¼10%,治疗é‡å¢žåŠ 10%skill_1230013111`æ²»ç–—å…¨ä½“å‹æ–¹ï¼Œæ²»ç–—é‡ä¸ºç›®æ ‡æœ€å¤§ç”Ÿå‘½å€¼15%和自身攻击力85%。冷å´å›žåˆ: 4skill_1240070111-在积分赛中,我方全体生命增加30%skill_1240071111Y攻击1个敌方,伤害为自身攻击力110%50%概率为目标附加1回åˆ[眩晕]。skill_1240072111€æ”»å‡»1个敌方3æ¬¡ï¼Œæ¯æ¬¡ä¼¤å®³ä¸ºè‡ªèº«æ”»å‡»åŠ›50%70%概率为目标附加2回åˆ[速度下é™]。为已有[速度下é™]的目标附加1回åˆ[冰冻]skill_1240073111Væå‡å…¨ä½“勿–¹25%行动值,为目标附加2回åˆ[暴击æå‡]å’Œ[攻击æå‡]Kung_Fu 功夫学院No_Open 未开放Course_Subject 课程主题Advanced_Course_Assessment高级课程评估Complete_Last_Level_Unlockå®Œæˆæœ€åŽä¸€å…³è§£é”NoNotice 暂无公告itemname_100001å¤§æˆ˜æ³°å¦æŒ‘战券itemname_100002丛林决战挑战券itemname_100003秘境挑战券itemname_100004竞技场挑战券itemname_100005é˜µè¥æŒ‘战券itemname_110001木æitemname_110002èœè°±itemdesc_110001-æ•£å‘ç€é¦™æ°”的木æï¼Œå¯ä»¥ç”¨æ¥çƒ¹é¥ªitemdesc_110002<æ¥è‡ªä¸–界å„地的èœè°±ï¼Œå¯ä»¥ç”¨æ¥æå‡åŽ¨å¸ˆç­‰çº§itemtipstxt_110001 木æä¸è¶³itemtipstxt_110002 èœè°±ä¸è¶³WarlordsDeluxe2战令豪åŽç‰ˆ[color=#ffcc19]11 [/color]å€è¿”利 RebateDiamond)价值[color=#ffcc19]10888 [/color]钻石Progress进度ConfirmPurchase 确认购买 OrderofLuxury è±ªåŽæˆ˜ä»¤OrderofLuxuryDesè±ªåŽæˆ˜ä»¤æè¿° add_another3å†è´­ä¹°{0}å³å¯æˆä¸º[color=#32cd32]{1} [/color] You_alreadyä½ å·²ç»ä¹°è¿‡è¯¥ç¤¼åŒ…了 upgrade_grade0等级ä¸è¶³ï¼Œæ˜¯å¦å‰å¾€å……值æå‡ç­‰çº§ï¼Ÿ Don_today今天ä¸è¦å†æç¤ºäº†!Current当å‰TeachingPngTextbuff_2 攻击上å‡TeachingPngTextdebuff_1冰冻TeachingPngTextty_zd_buff_j015 防御下é™TeachingPngTextty_zd_buff_z005å…ç–«Teaching_suitname1 战术考核Teaching_suitnameBåœ¨å®žæˆ˜ä¸­å­¦ä¹ èƒ½å¤Ÿå½±å“æ”»å‡»åŠ›å’Œé˜²å¾¡åŠ›çš„æŠ€èƒ½ä½œç”¨ Teaching_descBåœ¨å®žæˆ˜ä¸­å­¦ä¹ èƒ½å¤Ÿå½±å“æ”»å‡»åŠ›å’Œé˜²å¾¡åŠ›çš„æŠ€èƒ½ä½œç”¨mainline_desc_XBåœ¨å®žæˆ˜ä¸­å­¦ä¹ èƒ½å¤Ÿå½±å“æ”»å‡»åŠ›å’Œé˜²å¾¡åŠ›çš„æŠ€èƒ½ä½œç”¨Teaching_desc_1*学习影哿”»å‡»å’Œé˜²å¾¡çš„æŠ€èƒ½ä½œç”¨Teaching_desc_2学习如何抵抗特殊状æ€Teaching_desc_3$å­¦ä¹ åˆ©ç”¨ç‰¹æ®ŠçŠ¶æ€æ‰­è½¬æˆ˜å±€Teaching_desc_4!用行动æ¡å’Œé€Ÿåº¦æŠ¢å å…ˆæœºTeaching_desc_5-è¿è¥æ‰€å­¦çš„çŸ¥è¯†å®Œæˆæœ€åŽçš„考验å§Teaching_tips_1Q通过实战学习技能的作用机制,æˆä¸ºç†Ÿç»ƒè¿ç”¨æŠ€èƒ½çš„大师å§ï¼teach_task_101iä½¿ç”¨ç»™æˆ‘æ–¹å¢žåŠ ã€æ”»å‡»æå‡ã€‘状æ€ã€‚teach_task_102i使用给敌方增加ã€é˜²å¾¡ä¸‹é™ã€‘状æ€ã€‚teach_task_103N使用击æ€é¦–领。teach_task_104rä½¿ç”¨ç»™æˆ‘æ–¹å¢žåŠ ã€æŠ¤ç›¾ã€‘å’Œã€å…疫】状æ€ã€‚teach_task_105c使用给敌方增加ã€å†°å†»ã€‘状æ€ã€‚teach_task_106N使用击æ€é¦–领。passcheck_10001 +5层领å–passcheck_10002 10层领å–passcheck_10003 15层领å–passcheck_10004 20层领å–passcheck_10005 25层领å–passcheck_10006 30层领å–passcheck_10007 35层领å–passcheck_10008 40层领å–passcheck_10009 45层领å–passcheck_10010 50层领å–skill_lv 等级{0}skill_cooldown冷å´å›žåˆ:{0}gourmet_PlaceOrder Place ordergourmet_PickUpMeals Pick up mealssmithy_furnaceForging furnace smithy_table Forging tablesmithy_shelves goods shelvesHighest_History åŽ†å²æœ€é«˜May_Fallå¯èƒ½ä¼šä¸‹é™Challenge_Reward 挑战奖励GRADE评级 ENCHANT_STONE 附魔石 MAGIC_STONE神奇的石头herointr_43901%å¯ä»¥ç”¨æ¥è¿›è¡Œ3星守护者进阶herointr_43902%å¯ä»¥ç”¨æ¥è¿›è¡Œ4星守护者进阶herointr_43903%å¯ä»¥ç”¨æ¥è¿›è¡Œ5星守护者进阶herointr_42911$å¯ä»¥ç”¨æ¥å°‘é‡å®ˆæŠ¤è€…守护值herointr_43911$å¯ä»¥ç”¨æ¥ä¸€äº›å®ˆæŠ¤è€…守护值herointr_44911$å¯ä»¥ç”¨æ¥å¤§é‡å®ˆæŠ¤è€…守护值herointr_43921.å¯ä»¥ç”¨æ¥å‡çº§åˆå§‹3星守护者的技能herointr_44921.å¯ä»¥ç”¨æ¥å‡çº§åˆå§‹4星守护者的技能herointr_45921.å¯ä»¥ç”¨æ¥å‡çº§åˆå§‹5星守护者的技能opencond_prompt_fettertask*ç¾ç»Šç­‰çº§è¾¾åˆ°{0}级解é”ç¾ç»Šå‰§æƒ…jump_explain101å‰å¾€èƒŒåŒ…é“具界é¢jump_explain102å‰å¾€å®ˆæŠ¤è€…装备jump_explain103å‰å¾€å®ˆæŠ¤è€…强化jump_explain104å‰å¾€å®ˆæŠ¤è€…觉醒jump_explain105å‰å¾€å®ˆæŠ¤è€…图鉴jump_explain106å‰å¾€å®ˆæŠ¤è€…攻略jump_explain107å‰å¾€æ™®é€šæ‹›å‹Ÿjump_explain108å‰å¾€ç‰¹æ®Šæ‹›å‹Ÿjump_explain109å‰å¾€æ—¥å¸¸ä»»åŠ¡jump_explain110å‰å¾€å‘¨å¸¸ä»»åŠ¡jump_explain111å‰å¾€æˆå°±ä»»åŠ¡jump_explain112å‰å¾€èƒŒåŒ…-装备界é¢jump_explain113å‰å¾€ä¸»çº¿ç« èŠ‚ç•Œé¢jump_explain114å‰å¾€ä¸»çº¿å…³å¡ç•Œé¢jump_explain115å‰å¾€å¥½å‹åˆ—表jump_explain116å‰å¾€å¥½å‹-申请列表jump_explain117å‰å¾€å¥½å‹-添加好å‹jump_explain118å‰å¾€å¥½å‹-黑åå•jump_explain119å‰å¾€å¥½å‹-助战jump_explain120å‰å¾€å¿ƒé­”之塔jump_explain121å‰å¾€èƒŒåŒ…-碎片界é¢jump_explain122å‰å¾€é‡‘å¸å•†åº—jump_explain123å‰å¾€é’»çŸ³å•†åº—jump_explain124å‰å¾€å‹æƒ…商店jump_explain125å‰å¾€ç«žæŠ€å•†åº—jump_explain126å‰å¾€å…¬ä¼šå•†åº—jump_explain127å‰å¾€å®ˆæŠ¤è€…详情jump_explain128å‰å¾€é“匠铺二级界é¢jump_explain129 å‰å¾€å¸¦UIé“匠铺主角ä½ç½®jump_explain130å‰å¾€çº¯åœºæ™¯ä¸»è§’ä½ç½®jump_explain131å‰å¾€å¥½å‹å•†åº—jump_explain132å‰å¾€ä¸»åœºæ™¯jump_explain133å‰å¾€ä¸»åœºæ™¯ 夜晚jump_explain134å‰å¾€ç™»å½•场景jump_explain135 å‰å¾€åˆ›è§’jump_explain136å‰å¾€å®ˆæŠ¤è€…角色场景jump_explain137 å‰å¾€æ­¦é¦†jump_explain138 å‰å¾€ä¸»è§’jump_explain139å‰å¾€é“匠铺jump_explain140å‰å¾€ç¾Žé£Ÿé¦†jump_explain141 å‰å¾€å•†é˜Ÿjump_explain142 å‰å¾€ä¸»çº¿jump_explain143 å‰å¾€æŠ½å¡jump_explain144 å‰å¾€è§‰é†’jump_explain145 å‰å¾€æˆ˜æ–—jump_explain146å‰å¾€è—书馆jump_explain147å‰å¾€ç«žæŠ€åœºjump_explain148å‰å¾€æ–¹å—å…³å¡jump_explain149 å‰å¾€åˆ›è§’jump_explain150å‰å¾€ä¸»åœºæ™¯_中å±jump_explain151å‰å¾€ä¸»åœºæ™¯_å·¦å±jump_explain152å‰å¾€ä¸»åœºæ™¯_上å±jump_explain153å‰å¾€ä¸»åœºæ™¯_å³å±jump_explain154å‰å¾€å…±é¸£å¼¹çª—jump_explain155å‰å¾€å®ˆæŠ¤è€…共鸣jump_explain156å‰å¾€ç«žæŠ€åœºjump_explain157 å‰å¾€å…¬ä¼šjump_explain158å‰å¾€å……值钻石mainlineName11001-0mainlineName11011-1mainlineName11021-2mainlineName1103å®ç®±mainlineName11041-3mainlineName11051-4mainlineName1106å®ç®±mainlineName11071-5mainlineName11081-6mainlineName11091-7mainlineName12002-0mainlineName12012-1mainlineName12022-2mainlineName1203å®ç®±mainlineName12042-3mainlineName12052-4mainlineName12062-5mainlineName1207å®ç®±mainlineName12082-6mainlineName12092-7mainlineName13003-0mainlineName13013-1mainlineName13023-2mainlineName1303å®ç®±mainlineName13043-3mainlineName13053-4mainlineName13063-5mainlineName13073-6mainlineName13083-7mainlineName13093-8mainlineName14004-0mainlineName14014-1mainlineName14024-2mainlineName1403å®ç®±mainlineName14044-3mainlineName14054-4mainlineName14064-5mainlineName14074-6mainlineName14084-7mainlineName14094-8mainlineName15005-0mainlineName15015-1mainlineName15025-2mainlineName1503å®ç®±mainlineName15045-3mainlineName15055-4mainlineName15065-5mainlineName15075-6mainlineName15085-7mainlineName15095-8mainlineName16006-0mainlineName16016-1mainlineName16026-2mainlineName1603å®ç®±mainlineName16046-3mainlineName16056-4mainlineName16066-5mainlineName16076-6mainlineName16086-7mainlineName16096-8mainlineName17007-0mainlineName17017-1mainlineName17027-2mainlineName1703å®ç®±mainlineName17047-3mainlineName17057-4mainlineName17067-5mainlineName17077-6mainlineName17087-7mainlineName17097-8mainlineName18008-0mainlineName18018-1mainlineName18028-2mainlineName1803å®ç®±mainlineName18048-3mainlineName18058-4mainlineName18068-5mainlineName18078-6mainlineName18088-7mainlineName18098-8mainlineName19009-0mainlineName19019-1mainlineName19029-2mainlineName1903å®ç®±mainlineName19049-3mainlineName19059-4mainlineName19069-5mainlineName19079-6mainlineName19089-7mainlineName19099-8mainlineName1100010-0mainlineName1100110-1mainlineName1100210-2mainlineName11003å®ç®±mainlineName1100410-3mainlineName1100510-4mainlineName1100610-5mainlineName1100710-6mainlineName1100810-7mainlineName1100910-8mainlineName1110011-0mainlineName1110111-1mainlineName1110211-2mainlineName11103å®ç®±mainlineName1110411-3mainlineName1110511-4mainlineName1110611-5mainlineName1110711-6mainlineName1110811-7mainlineName1110911-8mainlineName1120012-0mainlineName1120112-1mainlineName1120212-2mainlineName11203å®ç®±mainlineName1120412-3mainlineName1120512-4mainlineName1120612-5mainlineName1120712-6mainlineName1120812-7mainlineName1120912-8mainlineName21001-0mainlineName21011-1mainlineName21021-2mainlineName2103å®ç®±mainlineName21041-3mainlineName21051-4mainlineName21061-5mainlineName21071-6mainlineName21081-7mainlineName21091-8mainlineName22002-0mainlineName22012-1mainlineName22022-2mainlineName2203å®ç®±mainlineName22042-3mainlineName22052-4mainlineName22062-5mainlineName22072-6mainlineName22082-7mainlineName22092-8mainlineName23003-0mainlineName23013-1mainlineName23023-2mainlineName2303å®ç®±mainlineName23043-3mainlineName23053-4mainlineName23063-5mainlineName23073-6mainlineName23083-7mainlineName23093-8mainlineName24004-0mainlineName24014-1mainlineName24024-2mainlineName2403å®ç®±mainlineName24044-3mainlineName24054-4mainlineName24064-5mainlineName24074-6mainlineName24084-7mainlineName24094-8mainlineName25005-0mainlineName25015-1mainlineName25025-2mainlineName2503å®ç®±mainlineName25045-3mainlineName25055-4mainlineName25065-5mainlineName25075-6mainlineName25085-7mainlineName25095-8mainlineName26006-0mainlineName26016-1mainlineName26026-2mainlineName2603å®ç®±mainlineName26046-3mainlineName26056-4mainlineName26066-5mainlineName26076-6mainlineName26086-7mainlineName26096-8mainlineName27007-0mainlineName27017-1mainlineName27027-2mainlineName2703å®ç®±mainlineName27047-3mainlineName27057-4mainlineName27067-5mainlineName27077-6mainlineName27087-7mainlineName27097-8mainlineName28008-0mainlineName28018-1mainlineName28028-2mainlineName2803å®ç®±mainlineName28048-3mainlineName28058-4mainlineName28068-5mainlineName28078-6mainlineName28088-7mainlineName28098-8mainlineName29009-0mainlineName29019-1mainlineName29029-2mainlineName2903å®ç®±mainlineName29049-3mainlineName29059-4mainlineName29069-5mainlineName29079-6mainlineName29089-7mainlineName29099-8mainlineName2100010-0mainlineName2100110-1mainlineName2100210-2mainlineName21003å®ç®±mainlineName2100410-3mainlineName2100510-4mainlineName2100610-5mainlineName2100710-6mainlineName2100810-7mainlineName2100910-8mainlineName2110011-0mainlineName2110111-1mainlineName2110211-2mainlineName21103å®ç®±mainlineName2110411-3mainlineName2110511-4mainlineName2110611-5mainlineName2110711-6mainlineName2110811-7mainlineName2110911-8mainlineName2120012-0mainlineName2120112-1mainlineName2120212-2mainlineName21203å®ç®±mainlineName2120412-3mainlineName2120512-4mainlineName2120612-5mainlineName2120712-6mainlineName2120812-7mainlineName2120912-8mainlineName31001-0mainlineName31011-1mainlineName31021-2mainlineName3103å®ç®±mainlineName31041-3mainlineName31051-4mainlineName31061-5mainlineName31071-6mainlineName31081-7mainlineName31091-8mainlineName32002-0mainlineName32012-1mainlineName32022-2mainlineName3203å®ç®±mainlineName32042-3mainlineName32052-4mainlineName32062-5mainlineName32072-6mainlineName32082-7mainlineName32092-8mainlineName33003-0mainlineName33013-1mainlineName33023-2mainlineName3303å®ç®±mainlineName33043-3mainlineName33053-4mainlineName33063-5mainlineName33073-6mainlineName33083-7mainlineName33093-8mainlineName34004-0mainlineName34014-1mainlineName34024-2mainlineName3403å®ç®±mainlineName34044-3mainlineName34054-4mainlineName34064-5mainlineName34074-6mainlineName34084-7mainlineName34094-8mainlineName35005-0mainlineName35015-1mainlineName35025-2mainlineName3503å®ç®±mainlineName35045-3mainlineName35055-4mainlineName35065-5mainlineName35075-6mainlineName35085-7mainlineName35095-8mainlineName36006-0mainlineName36016-1mainlineName36026-2mainlineName3603å®ç®±mainlineName36046-3mainlineName36056-4mainlineName36066-5mainlineName36076-6mainlineName36086-7mainlineName36096-8mainlineName37007-0mainlineName37017-1mainlineName37027-2mainlineName3703å®ç®±mainlineName37047-3mainlineName37057-4mainlineName37067-5mainlineName37077-6mainlineName37087-7mainlineName37097-8mainlineName38008-0mainlineName38018-1mainlineName38028-2mainlineName3803å®ç®±mainlineName38048-3mainlineName38058-4mainlineName38068-5mainlineName38078-6mainlineName38088-7mainlineName38098-8mainlineName39009-0mainlineName39019-1mainlineName39029-2mainlineName3903å®ç®±mainlineName39049-3mainlineName39059-4mainlineName39069-5mainlineName39079-6mainlineName39089-7mainlineName39099-8mainlineName3100010-0mainlineName3100110-1mainlineName3100210-2mainlineName31003å®ç®±mainlineName3100410-3mainlineName3100510-4mainlineName3100610-5mainlineName3100710-6mainlineName3100810-7mainlineName3100910-8mainlineName3110011-0mainlineName3110111-1mainlineName3110211-2mainlineName31103å®ç®±mainlineName3110411-3mainlineName3110511-4mainlineName3110611-5mainlineName3110711-6mainlineName3110811-7mainlineName3110911-8mainlineName3120012-0mainlineName3120112-1mainlineName3120212-2mainlineName31203å®ç®±mainlineName3120412-3mainlineName3120512-4mainlineName3120612-5mainlineName3120712-6mainlineName3120812-7mainlineName3120912-8 +login_fail 登录失败NoGuild你还没有加入公会 payorder_fail订å•创建失败,请é‡è¯•itemname_1000001星象点å®ç®±itemdesc_1000001å¯ä»¥èŽ·å¾—ä¸€å¥—æ˜Ÿè±¡ç‚¹itemtipstxt_1000001星象点å®ç®±ä¸è¶³ business_infotrain conductorbusiness_trade transaction business_bag Warehousebusiness_station 列车到站Life increased by 1.6%这是生命星象的æè¿°tipsAttack increased by 1.0%这是攻击星象的æè¿°tipsDefence increased by 1.0%这是防御星象的æè¿°tipsauto_fight_tips_title 连续战斗auto_fight_tips_1*连续战斗会在你用完é“具时结æŸauto_fight_tips_2!坿‰‹åŠ¨é€‰æ‹©æ›´å¤šç»“æŸæ¡ä»¶auto_fight_tips_3é€‰æ‹©ç»“æŸæ¡ä»¶:auto_fight_tips_4!æˆ˜æ–—å¤±è´¥æ—¶åœæ­¢è¿žç»­æˆ˜æ–—auto_fight_tips_5!å®ˆæŠ¤è€…æ»¡çº§åœæ­¢è¿žç»­æˆ˜æ–—auto_fight_tips_6选择补充é“å…·æ–¹å¼ï¼šauto_fight_tips_7使用钻石购买挑战é“å…·auto_fight_tips_8选择自动出售é“具星级auto_fight_tips_9ä¿å­˜auto_fight_tips_10å–æ¶ˆauto_fight_tips_11战斗auto_fight_tips_12 选择星级auto_fight_tips_13é‡å¤æˆ˜æ–—次数auto_fight_tips_14 ç»“æŸæˆ˜æ–—auto_fight_tips_15是å¦ç»“æŸè¿žç»­æˆ˜æ–—auto_fight_tips_16本场战斗完æˆåŽç»“æŸReplenish_Strength è¡¥å……åŠ›é‡ Daily_Buy 日常购买 Have_Quantityæ•°é‡Use使用Insufficient_ps 体力ä¸è¶³Available_After_Unlockingè§£é”åŽå¯ç”¨skillname_123002011è­¦å«é˜Ÿé•¿é˜Ÿé•¿æŠ€skillname_123002111 奋勇冲锋skillname_123002211 还施彼身skillname_123002311 勋爵旨æ„skillname_123004011 å‰å§†Â·æ™®é›·æ–¯ç§‘特队长技skillname_123004111 扳手打击skillname_123004211 回旋投掷skillname_123004311抵达:终点站skillname_133005111 维京武勇skillname_133005211 振奋怒å¼skillname_133005311 战无ä¸èƒœskillname_151001111 泡泡射击skillname_151012111 拳猴之怒skillname_151012211 背水一战skillname_151013111 横冲直撞skillname_151013211 攻其ä¸å¤‡skillname_151014111 飞矛投掷skillname_151014211 振奋呼å¼skillname_151010111挥斩skillname_151010211 刀光剑影skillname_151011111横劈skillname_151011211 蓄力剑气skillname_144003111说谎的男孩skillname_144003211 å˜åºŸä¸ºå®skillname_144003311匹诺曹出击skillname_115003011希沙窦斯队长技skillname_115003111 魔法光æŸskillname_115003211 窃魂法阵skillname_115003311使魔:阿奇skillname_143004011姜饼人队长技skillname_143004111 奋ä¸é¡¾èº«skillname_143004211缤纷棒棒糖skillname_143004311姜饼人诅咒skillname_123003111主调å°å¤œæ›²skillname_123003211å¤è°ƒå¥é¸£æ›²skillname_123003311ä¹ç»ˆç« ï¼šèµ´ç”Ÿskillname_144001111 强袭头槌skillname_144001211 锋é”利齿skillname_144001311 鲨之巨浪skillname_135004011戴安队长技skillname_135004111æ•æ·æ‰«å ‚è…¿skillname_135004211狡黠烟雾弹skillname_135004311传奇血红爪skillname_124006011凯尔队长技skillname_124006111红ç¯ï¼šçˆ†ç‚¸skillname_124006211黄ç¯ï¼šå¤è‹skillname_124006311绿ç¯ï¼šå‡€åŒ–skillname_114004011克莱尔队长技skillname_114004111 暗影之æºskillname_114004211 ç¦æ³½è‹ç”Ÿskillname_114004311阿å¡è¿ªäºšç¥ˆæ„¿skillname_133004011æ™®é²æ ¼å…°æ°é˜Ÿé•¿æŠ€skillname_133004111 çµå·§éž­ç¬žskillname_133004211 无惧破阵skillname_133004311野性丛林决战skillname_134005011 沃尔特·å²ç¿ å…‹å‹’队长技skillname_134005111 祸兆挥击skillname_134005211 ç¦å¿Œå’’术skillname_134005311 永暗契约skillname_133006011ç妮ä¸Â·é‚“普顿队长技skillname_133006111 智勇åŒå…¨skillname_133006211 飞转之钥skillname_133006311安ç¡ï¼šæ‘‡ç¯®æ›²skillname_125002011沃尔夫先生队长技skillname_125002111 脱帽致辞skillname_125002211 无拘无æŸskillname_125002311 妙手空空skillname_145002111 宗师法çƒskillname_145002211 登神之路skillname_145002311 疾行圣术skillname_153005111 æ£ç¿»åˆºæ‹³skillname_153005211 士气鼓舞skillname_153006111å¨ä»ªskillname_153006211圣è£skillname_153006311æ©å…¸skillname_153002111 凶残扑击skillname_153002211 地裂é‡é”¤skilluptools_00001åˆçº§ç§˜ä¼ ä¹¦skilluptools_00002中级秘传书skilluptools_00003高级秘传书skilluptools_25001阿å®çš„守护之心itemdesc_625001é˜¿å®æ˜Ÿè±¡ç‚¹skill_1230020111我方全体暴击率增加15%skill_1230021111^攻击1个敌方,伤害为自身攻击力120%,60% 概率为目标附加2回åˆã€ç¦ç–—】skill_1230022111+攻击å‰å‘目标转å«è‡ªèº«1个å‡ç›Šã€‚skill_1230023111T攻击1个敌方,伤害为自身攻击力250%,为目标附加2回åˆã€çƒ™å°ã€‘skill_1230040111!我方全体效果命中增加20%skill_1230041111o攻击1个敌方3æ¬¡ï¼Œæ¯æ¬¡ä¼¤å®³ä¸ºè‡ªèº«æ”»å‡»åŠ›30%ï¼Œæ¯æ¬¡æœ‰15%概率为目标附加1回åˆã€çœ©æ™•】skill_1230042111aæ”»å‡»éšæœº3ä¸ªæ•Œæ–¹ï¼Œä¼¤å®³ä¸ºè‡ªèº«é€ æˆæ”»å‡»åŠ›80%75%概率为目标附加1回åˆ[眩晕]skill_1230043111€žæ”»å‡»1个敌方2次,伤害分别为自身攻击力100%和最大生命值10%。第一段驱散目标全部增益,第二段为目标附加1回åˆã€çœ©æ™•】skill_1330051111f攻击1个敌方,伤害为自身攻击力100%,50%概率为目标附加2回åˆã€æ”»å‡»ä¸‹é™ã€‘。skill_1330052111m回åˆå¼€å§‹æ—¶è‹¥è‡ªèº«å¯è¡ŒåŠ¨ï¼Œå‡€åŒ–è‡ªèº«1个å‡ç›Šï¼Œä¸ºéšæœº1个敌方附加1回åˆã€æŒ‘衅】]。skill_1330053111€õ攻击1个敌方4次,å‰ä¸‰æ®µä¼¤å®³ä¸ºè‡ªèº«æ”»å‡»åŠ›60%,第四段为自身攻击力55%。å‰ä¸‰æ®µå·å–目标1个增益;第四段为目标附加1回åˆã€çœ©æ™•】。å‰ä¸‰æ®µå·å–çš„æ¯ä¸ªå¢žç›Šï¼Œä½¿ç¬¬å››æ®µé™ä½Žç›®æ ‡30%行动值。skill_1510011111>对敌方1个目标å‘èµ·æ”»å‡»ï¼Œé€ æˆæ”»å‡»åŠ›100%的伤害skill_1510121111;对敌方1个目标å‘èµ·æ”»å‡»é€ æˆæ”»å‡»åŠ›100%的伤害skill_1510122111对敌方全体å‘èµ·æ”»å‡»ï¼Œé€ æˆæ”»å‡»åŠ›80%的伤害,有15%概率附加2回åˆã€æ— æ³•获得增益效果】的状æ€ã€‚skill_1510131111]对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›100%的伤害,有15%概率附加1回åˆã€çœ©æ™•】状æ€skill_1510132111€‚对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›180%çš„ä¼¤å®³ï¼Œç›®æ ‡èº«ä¸Šæœ‰è´Ÿé¢æ•ˆæžœæ—¶ï¼Œæœ‰100%的概率附加1回åˆã€çœ©æ™•】状æ€skill_1510141111h对敌方1个目标å‘èµ·æ”»å‡»ï¼Œé€ æˆæ”»å‡»åŠ›100%的伤害,并有50%概率使其行动值å‡å°‘10%skill_1510142111!为我方全体æå‡15%行动值skill_1510101111m对敌方一个目标造æˆ100%æ”»å‡»åŠ›çš„ä¼¤å®³ï¼Œè§¦å‘æš´å‡»æ—¶ä½è‡ªèº«å›žå¤30%基于伤害的生命值skill_1510102111€€å¯¹æ•Œæ–¹ä¸€ä¸ªç›®æ ‡å‘èµ·4æ®µæ”»å‡»ï¼Œæ¯æ®µå¯é€ æˆæ”»å‡»åŠ›45%çš„ä¼¤å®³ï¼Œæ¯æ®µè§¦å‘暴击时增加自身15%行动值。?skill_1510111111b对敌方一个目标造æˆ100%攻击力的伤害,并有20%概率附加1回åˆã€æ²‰é»˜ã€‘状æ€skill_1510112111p对敌方全体å‘起攻击,造æˆ100%的攻击力的伤害,对存在å‡ç›Šçжæ€çš„目标伤害æå‡15%。skill_1440031111€Šå¯¹æ•Œæ–¹1个目标å‘èµ·2æ®µæ”»å‡»ï¼Œæ¯æ®µæ”»å‡»ä¼šé€ æˆæ”»å‡»åŠ›65%的伤害,并有50%概率附加2回åˆã€å¤±æ‰‹çއæå‡ã€‘状æ€skill_1440032111|æ¯å›žåˆå¼€å§‹æ—¶ï¼Œå¯å¸æ”¶æˆ‘方全体å„1个å‡ç›Šçжæ€ï¼Œæ¯å¸æ”¶1个å‡ç›Šçжæ€å¯å¢žåŠ æˆ‘æ–¹å…¨ä½“5%的行动值skill_1440033111€ªå¯¹æ•Œæ–¹å…¨ä½“é€ æˆæ”»å‡»åŠ›110%的伤害,并为我方全体附加1回åˆã€å¯¹å³™ã€‘状æ€ï¼›æŠ€èƒ½å†·å´æœŸé—´ï¼Œè‹¥å‹æ–¹é˜Ÿå‹æ­»äº¡ï¼Œå°†é‡ç½®æŠ€èƒ½å†·å´æ—¶é—´skill_1150030111我方全体攻击增加30%skill_1150031111\希沙窦斯对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›130%çš„ä¼¤å®³ï¼Œå¹¶å¸æ”¶ç›®æ ‡15%的行动值skill_1150032111€å希沙窦斯对敌方1个目标å‘èµ·5æ®µæ”»å‡»ï¼Œæ¯æ®µé€ æˆè‡ªèº«æ”»å‡»åŠ›36%çš„ä¼¤å®³ï¼Œå›žå¤æ­¤æ¬¡ä¼¤å®³50%的生命值,并追加目标最大生命值6%的效果附加伤害,此附加伤害ä¸è¶…过自身攻击力的80%skill_1150033111€ð希沙窦斯对敌方全体å‘èµ·3æ®µæ”»å‡»ï¼Œæ¯æ®µé€ æˆè‡ªèº«æ”»å‡»åŠ›38%的伤害,并追加目标最大生命值6%的效果附加伤害,此附加伤害ä¸è¶…过自身攻击力的80%,最åŽä¸€æ®µæ”»å‡»å°†å¸æ”¶ç›®æ ‡10%的行动值skill_1430040111我方全体攻击增加18%skill_1430041111€Ä姜饼人对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害并追加目标最大生命值3%的伤害(追加伤害最高ä¸è¶…过自身攻击力的100%)。自身æŸå¤±å½“å‰ç”Ÿå‘½å€¼5%的生命。skill_1430042111姜饼人对敌方1个目标造æˆ2次攻击力75%的伤害,并有60%概率为目标附加2回åˆã€ç¦ç–—】状æ€ã€‚è‹¥ç›®æ ‡æœ€å¤§ç”Ÿå‘½å€¼é«˜äºŽè‡ªèº«ï¼Œåˆ™æ¯æ¬¡æ”»å‡»é¢å¤–追加目标最大生命值3%的伤害(é¢å¤–伤害最高ä¸è¶…过自身攻击力的100%)。skill_1430043111 姜饼人消耗自身当å‰ç”Ÿå‘½å€¼40%的生命,对敌方1个目标造æˆè‡ªèº«æ”»å‡»åŠ›120%的伤害,追加目标最大生命值10%的伤害(追加伤害最高ä¸è¶…过自身攻击力的300%),并为目标附加2回åˆã€æ— æ³•获得增益效果】状æ€ã€‚skill_1230031111y黛塔黛æ©å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,并有100%概率驱散目标身上存在的1个增益状æ€skill_1230032111_黛塔黛æ©å¯¹æ•Œæ–¹1个目标造æˆ2次攻击力90%çš„ä¼¤å®³ï¼Œæ¯æ¬¡é™ä½Žç›®æ ‡15%行动值skill_1230033111€û黛塔黛æ©ä¸ºæˆ‘æ–¹1个目标æ¢å¤å…¶æœ€å¤§ç”Ÿå‘½å€¼30%çš„ç”Ÿå‘½ï¼Œä¸ºå…¶ä»–å‹æ–¹ç›®æ ‡æ¢å¤å…¶æœ€å¤§ç”Ÿå‘½å€¼15%的生命,并为我方全体目标附加2回åˆã€æš´å‡»æå‡ã€‘状æ€ã€‚ç›®æ ‡æ¯æŸå¤±10%的最大生命值,治疗é‡å¢žåŠ 10%skill_1440011111€Ÿç¾Žè‚šé²¨å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›140%的伤害,有80%概率为目标附加2回åˆã€ç¦ç–—】状æ€ï¼Œè§¦å‘暴击时,使目标行动值å‡å°‘30%skill_1440012111€Ã美肚鲨对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›230%的伤害,并为目标附加2个æŒç»­2回åˆçš„ã€æµè¡€ã€‘状æ€ã€‚è§¦å‘æš´å‡»æ—¶å°†é¢å¤–为目标附加2个æŒç»­2回åˆçš„ã€æµè¡€ã€‘状æ€skill_1440013111€´ç¾Žè‚šé²¨ä¸ºè‡ªèº«é™„加3层ã€ç‹‚暴】状æ€ï¼Œå¹¶å¯¹æ•Œæ–¹å…¨ä½“ç›®æ ‡é€ æˆæ”»å‡»åŠ›100%的伤害,有80%概率为目标附加2回åˆã€é€Ÿåº¦ä¸‹é™ã€‘ã€é˜²å¾¡ä¸‹é™ã€‘状æ€skill_1350040111-在积分赛中,我方全体攻击增加40%skill_1350041111€½é»›å®‰Â·ç¦å…‹æ–¯é¡¿å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,并有100%概率施加2回åˆã€æ— æ³•获得增益效果】,若目标身上无增益状æ€ï¼Œåˆ™æœ¬æ¬¡ä¼¤å®³æå‡50%skill_1350042111€Â黛安·ç¦å…‹æ–¯é¡¿è‡ªèº«è¡ŒåЍå‰ï¼Œé©±æ•£éšæœº1åæ•Œæ–¹ç›®æ ‡çš„1个增益状æ€ï¼Œæœ‰100%概率清除其所有增益状æ€ï¼Œæœ‰é™é€‰æ‹©æ‹¥æœ‰å¢žç›Šçжæ€ç›®æ ‡ã€‚本效果必定命中。skill_1350043111黛安·ç¦å…‹æ–¯é¡¿å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›65%çš„ä¼¤å®³ï¼Œå¹¶å¯¹æ•Œæ–¹æ‰€æœ‰ç›®æ ‡é€ æˆæ”»å‡»åŠ›30%的伤害。若目标身上无增益状æ€ï¼Œåˆ™æ— è§†ç›®æ ‡100%防御,目标身上的æ¯ä¸ªå¢žç›Šçжæ€å°†å¯¹åº”å‡å°‘无视防御的效果。skill_1240060111我方全体生命增加24%skill_1240061111]对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›100%的伤害,并有70%概率驱散目标1个增益状æ€skill_1240062111€Ñ凯尔自身回åˆç»“æŸæ—¶ï¼Œä¸ºæˆ‘方生命比例最低的目标回å¤å…¶æœ€å¤§ç”Ÿå‘½å€¼10%的生命,并净化1个å‡ç›Šçжæ€ï¼Œè‹¥ç›®æ ‡ç”Ÿå‘½æ¯”例低于50%,则é¢å¤–附加2回åˆã€å¤è‹ã€‘状æ€ã€‚skill_1240063111€žå‡¯å°”为我方全体净化全部å‡ç›Šçжæ€ï¼Œå¹¶å›žå¤å…¶æœ€å¤§ç”Ÿå‘½å€¼30%çš„ç”Ÿå‘½ï¼Œæ¯æ¸…除一个状æ€éƒ½èƒ½é¢å¤–回å¤å…¶æœ€å¤§ç”Ÿå‘½å€¼3%的生命skill_1140040111-在积分赛中,我方全体生命增加30%skill_1140041111€€å…‹èŽ±å°”Â·åŠªæ¶…æ–¯å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,并有50%概率附加2回åˆã€å¤±æ‰‹çއæå‡ã€‘状æ€ã€‚skill_1140042111€½å…‹èŽ±å°”Â·åŠªæ¶…æ–¯å¹³è¡¡æˆ‘æ–¹å…¨ä½“ç”Ÿå‘½å€¼æ¯”ä¾‹ï¼Œè‹¥ç›®æ ‡æ‹¥æœ‰ã€é­”之秘语】状æ€ï¼Œåˆ™ä¸ºå…¶å›žå¤20%最大生命值的生命,并å‡å°‘其所有技能1回åˆå†·å´æ—¶é—´ã€‚skill_1140043111€‰å…‹èŽ±å°”Â·åŠªæ¶…æ–¯ä¸ºæˆ‘æ–¹ä¸€ä¸ªç›®æ ‡æ–½åŠ ã€é­”ä¹‹ç§˜è¯­ã€‘è¿›è¡Œä¿æŠ¤ï¼Œè¯¥é˜Ÿå‹å—到伤害时,对攻击者åå¼¹75%伤害。skill_1330040111我方全体攻击增加18%skill_1330041111€©æ™®é²æ ¼å…°æ°å¯¹æ•Œæ–¹1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›130%的伤害,并有30%概率附加1回åˆã€çœ©æ™•】状æ€ï¼Œå¹¶æœ‰30%概率使用éšå¿ƒé“æ†å…µè¿½å‡»ç›®æ ‡1次。skill_1330042111€²æ™®é²æ ¼å…°æ°å¯¹æ•Œæ–¹1个目标å‘èµ·2æ®µæ”»å‡»ï¼Œæ¯æ®µé€ æˆæ”»å‡»åŠ›120%的伤害,攻击时无视目标40%防御,并有50%概率使用éšå¿ƒé“æ†å…µè¿½å‡»ç›®æ ‡1次。skill_1330043111€šæ™®é²æ ¼å…°æ°å¯¹æ•Œæ–¹1个目标å‘èµ·2æ®µæ”»å‡»ï¼Œæ¯æ®µé€ æˆæ”»å‡»åŠ›100%的伤害;若å‘生暴击,则å¯ä½¿ç”¨éšå¿ƒé“æ†å…µè¿½å‡»ç›®æ ‡1次。skill_1340050111H在祭祀神迹ã€å£°ä¹‹ç¥žè¿¹çš„æŒ‘战中,我方全体生命增加30%skill_1340051111w沃尔特·å²ç¿ å…‹å‹’对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的伤害,并有80%概率附加2回åˆã€ä¸­æ¯’】状æ€skill_1340052111€£æ²ƒå°”特·å²ç¿ å…‹å‹’为我方全体附加2回åˆã€æ¯’牙】状æ€ï¼ŒçŠ¶æ€æŒç»­æœŸé—´å—到攻击,有70%概率为攻击者附加1回åˆã€ä¸­æ¯’】状æ€ã€‚skill_1340053111€øæ²ƒå°”特·å²ç¿ å…‹å‹’å¯¹æ•Œæ–¹å…¨ä½“ç›®æ ‡é€ æˆæ”»å‡»åŠ›120%的必中伤害,并有80%概率为目标附加2回åˆã€ä¸­æ¯’】状æ€ã€‚è‹¥æˆåŠŸé™„åŠ ã€ä¸­æ¯’ã€‘çŠ¶æ€æˆ–目标已出于ã€ä¸­æ¯’】状æ€ï¼Œåˆ™é™„加1回åˆã€çŸ³åŒ–】状æ€ã€‚skill_1330060111!我方全体效果抵抗增加20%skill_1330061111€†ç妮ä¸Â·é‚“普顿对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›40%çš„3次伤害,有30%概率为目标附加2回åˆã€é˜²å¾¡ä¸‹é™ã€‘状æ€ã€‚skill_1330062111sç妮ä¸Â·é‚“普顿对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›60%çš„3次伤害,有50%概率使目标行动值å‡å°‘15%。skill_1330063111€Êç妮ä¸Â·é‚“普顿为我方全体目标附加2回åˆè‡ªèº«ç”Ÿå‘½ä¸Šé™22%çš„ã€æŠ¤ç›¾ã€‘ï¼Œå¹¶é™„åŠ 2回åˆã€å¤è‹ã€‘状æ€ã€‚æˆ‘æ–¹ç›®æ ‡èº«ä¸Šå­˜åœ¨å¢žç›ŠçŠ¶æ€æ—¶ï¼Œé¢å¤–æå‡30%ã€æŠ¤ç›¾ã€‘ã€‚skill_1250020111我方全体生命增加30%skill_1250021111€½æ²ƒå°”夫对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›110%的伤害,并有75%概率对目标附加1回åˆã€çœ©æ™•】状æ€ã€‚若目标身上存在å‡ç›Šæ•ˆæžœï¼Œåˆ™æå‡æ²ƒå°”夫自身25%行动值skill_1250022111沃尔夫无法å—到任何控制效果,æ¯å›žåˆè¡ŒåЍå‰ä¸ºå·±æ–¹å…¨ä½“清除任æ„ä¸€ä¸ªéžæ— æ³•行动状æ€çš„å‡ç›Šçжæ€å¹¶å›žå¤å…¶5%最大生命值;且在任æ„队å‹èŽ·å¾—å‡ç›ŠçŠ¶æ€æ—¶ï¼Œè‡ªèº«èŽ·å¾—20%行动值æå‡ï¼Œæ¯å›žåˆä»…触å‘1次。skill_1250023111€”沃尔夫对敌方1个目标å‘起攻击,将己方全体的全部å‡ç›Šçжæ€è½¬å«ç»™ç›®æ ‡ï¼ŒéšåŽå¯¹å…¶é€ æˆè‡ªèº«æœ€å¤§ç”Ÿå‘½å€¼13%的伤害skill_1450021111€ æ¢…林对敌方1个目标造æˆ3次攻击力35%的伤害,且æ¯10点速度å¯é¢å¤–造æˆ1%的伤害,并且有60%概率附加ã€é˜²å¾¡ä¸‹é™ã€‘状æ€2回åˆskill_1450022111€ô梅林自身回åˆç»“æŸæ—¶ï¼Œè‹¥æœªå‡ºäºŽä¸å¯è¡ŒåŠ¨çŠ¶æ€ï¼Œåˆ™ä¸ºé™¤è‡ªèº«ä»¥å¤–的我方全体附加ã€å…疫】状æ€1回åˆï¼Œä¸”敌人回åˆç»“æŸæ—¶ï¼Œè‡ªèº«ç«‹åˆ»èŽ·å¾—1层ã€å¥¥æœ¯ã€‘状æ€ï¼Œæœ€å¤šå åŠ 3层,攻击1æ¬¡åŽæ¸…除。skill_1450023111€ˆæ¢…æž—å¯¹æ•Œæ–¹å…¨ä½“ç›®æ ‡é€ æˆæ”»å‡»åŠ›90%的伤害,且æ¯10点速度æå‡æŠ€èƒ½ç³»æ•°1%,并未我方全体æå‡è¡ŒåЍ值30%。skill_1530051111{对敌方1个目标å‘èµ·2æ®µæ”»å‡»ï¼Œæ¯æ®µå¯é€ æˆæ”»å‡»åŠ›50%的伤害,并有20%概率附加1回åˆã€ä¸­æ¯’】状æ€skill_15300521114为我方全体附加2回åˆã€æ”»å‡»æå‡ã€‘状æ€skill_1530061111~对敌方1ä¸ªç›®æ ‡é€ æˆæ”»å‡»åŠ›100%的伤害,并为自身附加2回åˆã€æŠ¤ç›¾ã€‘,å¯å¸æ”¶è‡ªèº«ç”Ÿå‘½å€¼10%的伤害skill_1530062111€¥å¯¹æ•Œæ–¹1个目标å‘èµ·2æ¬¡æ”»å‡»ï¼Œæ¯æ®µå¯é€ æˆæ”»å‡»åŠ›80%的伤害。å‘起攻击å‰ï¼Œè‹¥è‡ªèº«ç”Ÿå‘½å€¼ä½ŽäºŽ50%ï¼Œåˆ™å›žå¤æœ¬æ¬¡æ”»å‡»100%的生命值。skill_1530063111€ù为我方全体附加2回åˆã€é€Ÿåº¦æå‡ã€‘状æ€ï¼Œè‹¥ç›®æ ‡æ‹¥æœ‰ã€æŠ¤ç›¾ã€‘则é¢å¤–回å¤å…¶20%最大生命值的血é‡ï¼Œä¹‹åŽæ”»å‡»æ•Œæ–¹å…¨ä½“3æ¬¡ï¼Œæ¯æ®µé€ æˆæ”»å‡»åŠ›40%的伤害,且有15%概率附加2回åˆã€æ”»å‡»ä¸‹é™ã€‘状æ€skill_1530021111\对敌方一个目标å‘起两段攻击50%çš„ä¼¤å®³ï¼Œæ¯æ®µä¸ºè‡ªèº«å›žå¤5%最大生命值skill_1530022111R对敌方一个目标造æˆ180%æ”»å‡»åŠ›çš„ä¼¤å®³ï¼Œå¹¶å¸æ”¶ç›®æ ‡15%行动值。PERFECT完美Levelunlocking {0}çº§è§£é” bulk_sale 批é‡å‡ºå”®Ongoing正在进行的NoGetFriendshipPoints没有å¯ä»¥é¢†å–çš„å‹æƒ…点open_weekly:开放日期:arena_rank_tips排行itemname_40001神龙附魔石itemname_40002è£èª‰é™„魔石itemname_40003守护者附魔石itemname_40004血红附魔石itemname_40005奶嘴附魔石itemname_40006彩虹附魔石itemname_40007孔雀附魔石itemname_40008维京附魔石itemname_40009滑æ¿é™„魔石itemname_40010雪橇附魔石itemname_40011王冠附魔石itemname_40012盾牌附魔石itemname_40013法æ–附魔石itemname_40014鹦鹉虎附魔石itemname_40015气泡机附魔石itemname_40016西部附魔石itemname_40017魔棒附魔石itemname_40018æ¯èˆ°é™„魔石itemname_40019护身符附魔石itemdesc_40001-å¯ä»¥å¯¹ã€ç¥žé¾™å·è½´ã€‘套装进行附魔itemdesc_40002-å¯ä»¥å¯¹ã€è£èª‰ä¹‹é´ã€‘套装进行附魔itemdesc_400030å¯ä»¥å¯¹ã€å®ˆæŠ¤è€…霜花】套装进行附魔itemdesc_40004*å¯ä»¥å¯¹ã€è¡€çº¢çˆªã€‘套装进行附魔itemdesc_40005-å¯ä»¥å¯¹ã€å®è´å¥¶å˜´ã€‘套装进行附魔itemdesc_40006-å¯ä»¥å¯¹ã€å½©è™¹å’Œå¼¦ã€‘套装进行附魔itemdesc_40007*å¯ä»¥å¯¹ã€å­”雀眼】套装进行附魔itemdesc_40008-å¯ä»¥å¯¹ã€ç»´äº¬å‹‡æ°”】套装进行附魔itemdesc_40009-å¯ä»¥å¯¹ã€å†°éœœæ»‘æ¿ã€‘套装进行附魔itemdesc_40010-å¯ä»¥å¯¹ã€é©¯é¹¿é›ªæ©‡ã€‘套装进行附魔itemdesc_40011-å¯ä»¥å¯¹ã€ä¸›æž—王冠】套装进行附魔itemdesc_40012-å¯ä»¥å¯¹ã€å¾¡é¾™ç›¾ç‰Œã€‘套装进行附魔itemdesc_40013-å¯ä»¥å¯¹ã€æš—影法æ–】套装进行附魔itemdesc_40014*å¯ä»¥å¯¹ã€é¹¦é¹‰è™Žã€‘套装进行附魔itemdesc_400150å¯ä»¥å¯¹ã€å½©è™¹æ°”泡机】套装进行附魔itemdesc_40016-å¯ä»¥å¯¹ã€è¥¿éƒ¨ç²¾ç¥žã€‘套装进行附魔itemdesc_40017-å¯ä»¥å¯¹ã€æ•™æ¯é­”棒】套装进行附魔itemdesc_40018-å¯ä»¥å¯¹ã€å¤©å¤–æ¯èˆ°ã€‘套装进行附魔itemdesc_400190å¯ä»¥å¯¹ã€å·¨æ€ªæŠ¤èº«ç¬¦ã€‘套装进行附魔itemtipstxt_40001神龙附魔石ä¸è¶³ï¼itemtipstxt_40002è£èª‰é™„魔石ä¸è¶³ï¼itemtipstxt_40003守护者附魔石ä¸è¶³ï¼itemtipstxt_40004血红附魔石ä¸è¶³ï¼itemtipstxt_40005奶嘴附魔石ä¸è¶³ï¼itemtipstxt_40006彩虹附魔石ä¸è¶³ï¼itemtipstxt_40007孔雀附魔石ä¸è¶³ï¼itemtipstxt_40008维京附魔石ä¸è¶³ï¼itemtipstxt_40009滑æ¿é™„魔石ä¸è¶³ï¼itemtipstxt_40010雪橇附魔石ä¸è¶³ï¼itemtipstxt_40011王冠附魔石ä¸è¶³ï¼itemtipstxt_40012盾牌附魔石ä¸è¶³ï¼itemtipstxt_40013法æ–附魔石ä¸è¶³ï¼itemtipstxt_40014鹦鹉虎附魔石ä¸è¶³ï¼itemtipstxt_40015气泡机附魔石ä¸è¶³ï¼itemtipstxt_40016西部附魔石ä¸è¶³ï¼itemtipstxt_40017魔棒附魔石ä¸è¶³ï¼itemtipstxt_40018æ¯èˆ°é™„魔石ä¸è¶³ï¼itemtipstxt_40019护身符附魔石ä¸è¶³ï¼Game_announcement 游æˆå…¬å‘Švipname1 特邀会员vipname2 高级会员vipname3 资深会员vipname4ç†äº‹vipname5 高级ç†äº‹vipname6 ç†äº‹é•¿vipname7监事vipname8 高级监事vipname9 监事长 vipname10è£èª‰å‰¯ä¼šé•¿ vipname11执行副会长 vipname12常务副会长 vipname13 秘书长 vipname14 执行会长 vipname15 商会主席get_the_rewards 获得奖励!fight_hp生命 fight_atk攻击 fight_def防御 fight_speed速度 fight_cri 暴击率 fight_cridam 暴击伤害 fight_effhit 效果命中 fight_effre 效果抵抗fight_losthold 失手率fight_understand 会心率 fight_damreå‡ä¼¤fight_causedam加伤 fight_treadd治疗fight_betreaddå—ç–—startype_name_1 æˆåŠŸé€šå…³startype_name_2死亡人数ä¸è¶…过{0}人startype_name_3ä¸è¶…过{0}回åˆé€šå…³mainline_stage_1100101 原始森林mainline_stage_1100102 原始丛林mainline_stage_1100103 太狼æ¥è¢­mainline_stage_1100104 乌龟大师mainline_stage_1100105 太狼æ¥è¢­mainline_stage_1100106 乌龟大师mainline_stage_1100201 太狼æ¥è¢­mainline_stage_1100202 乌龟大师mainline_stage_1100203 太狼æ¥è¢­mainline_stage_1100204 原始森林mainline_stage_1100205 原始丛林mainline_stage_1100206 练功房mainline_stage_1100301 太狼æ¥è¢­mainline_stage_1100302 乌龟大师mainline_stage_1100303 太狼æ¥è¢­mainline_stage_1100304 乌龟大师mainline_stage_1100305 太狼æ¥è¢­mainline_stage_1100306 乌龟大师mainline_stage_1100401 太狼æ¥è¢­mainline_stage_1100402 原始森林mainline_stage_1100403 原始丛林mainline_stage_1100404 练功房mainline_stage_1100405 太狼æ¥è¢­mainline_stage_1100406 练功房Role_Skills_title 角色技能Underchallenge挑战券ä¸è¶³delete_all_read_emails是å¦åˆ é™¤æ‰€æœ‰å·²è¯»é‚®ä»¶Difficulty_enabled当å‰éš¾åº¦æœªå¼€å¯noequip暂无装备å¯ä»¥ç©¿æˆ´ talentGeneral-星象点ä¸è¶³ï¼Œæ˜¯å¦æ¶ˆè€—通用星象点Invitation_Sent*邀请已å‘é€ï¼Œè¯·ç­‰å¾…对方回应ï¼Have_Already_Cut3对方已收到切磋请求,请勿é‡å¤å‘é€ï¼ Rejected_Youæ‹’ç»äº†ä½ çš„请求 +Other_Quit对方已退出Exchange_invitations 切磋邀请 +suphearsayQ我有一个好消æ¯å‘Šè¯‰ä½ ï¼Œå’±ä»¬å³å°†èµšå¤§å‘了,在下一个地区ï¼hearsay1Zå¬è¯´æœ€è¿‘黑色峡谷的蘑è‡ä¾›åº”䏿±‚,如果碰上,你或许å¯ä»¥å›¤ç§¯ä¸€äº›hearsay2€·å˜¿ï¼Œä½ æœ‰å¬è¯´è¿‡è€äººä¸Žæµ·çš„æ•…事å—,没å¬è¿‡ä¹Ÿä¸æ‰“ç´§ï¼Œä¸€äº›è´µæ—æ­£åœ¨æ”¶è´­ä¸€æ‰¹æµ·é±¼ï¼Œä»·æ ¼éƒ½å·²ç»è¢«ç‚’上天了,留æ„这个å‘财的机会,兄弟。hearsay3€¬æ²¡äººä¼šæ‹’ç»å¯»é¦™è‰çš„诱惑,尤其是商人,你说对å§ã€‚我有一个è€ä¸»é¡¾ï¼Œä»–çš„å­©å­æ»¡æœˆï¼ŒçŽ°åœ¨æ­£éœ€è¦å¾ˆå¤šè¿™ä¸ªçŽ©æ„,记得留心一下哦~hearsay4€®å¥½å§ï¼Œä½ æ¶ˆæ¯ä½ è¿æ°”æ¥äº†ï¼Œç¥žé¾™å¤§å¹´ä¹…失修,正需è¦ä¸€æ‰¹ä¸Šå¥½çš„æœ¨æï¼Œè€Œä½ çš„下一个目的地......å•§å•§å•§ï¼Œæœ‰æ—¶å€™æˆ‘çœŸç¾¡æ…•ä½ çš„è¿æ°”。hearsay5€á这次是我的ç§äººæ¶ˆæ¯ï¼Œå¬è¯´é˜¿å®çš„æŸä¸€ä¸ªå¸ˆå…„è¶Šç‹±äº†ï¼Œæ­£åœ¨åˆ°å¤„è¿›è¡Œç ´å,å„åœ°çš„æ‘æ°‘都在收购é“噍以备䏿—¶ä¹‹éœ€ã€‚我知é“è¿™å¾ˆç¼ºå¾·ï¼Œä½†å’±ä»¬å¯æ˜¯å•†äººï¼Œèµšè°çš„钱䏿˜¯èµšï¼Ÿhearsay6€ë一根上å·çš„雪茄,一æ¯å¨å£«å¿Œï¼Œè¿˜æœ‰ä¸€æŠŠè¶æ‰‹çš„兵器,这或许就是男人最大的浪漫了。那帮维京人马上就è¦å¼€å§‹æ•羊大赛了,你猜猜他们现在最需è¦ä»€ä¹ˆï¼Ÿé‚£å¯æ˜¯åœºåº†å…¸ï¼Œä½ æ‡‚å¾—~hearsay7€Øå¬è¯´äº†å—ï¼Œç»´äº¬äººçš„å±±è°·æ€»æ˜¯ä¼šä¼ æ¥ææ€–çš„æ€’å¼ï¼Œé‚£å—“门,一å¬å°±çŸ¥é“肯定是一个大家伙,现在我认识的很多部è½çš„æ—é•¿éƒ½åœ¨æ”¶è´­æ­¦å™¨ï¼Œä½ çŸ¥é“该怎么åšï¼Œä¸æ˜¯å—?hearsay8#怪物å²èޱ克你å¬è¯´è¿‡å—,最近有消æ¯ä»–è¦å¸¦ç€ä»–的公主一起æ¥ä¸­è½´åŸŽï¼Œå¹¶å†³å®šä¸¾åŠžä¸€åœºåº†å…¸ï¼Œè™½ç„¶æˆ‘ä¸çŸ¥é“他哪儿æ¥çš„钱办庆典,但对于我们这ç§ä¼˜è‰¯çš„商人æ¥è¯´ï¼Œåº†å…¸å°±æ„味ç€å¯ä»¥èµšå¤§æŠŠçš„钱,你知é“该准备什么了å—?hearsay92我很喜欢完游æˆï¼Œå› ä¸ºæˆ‘总能在里é¢ä¸åŠ³è€ŒèŽ·çš„å¾—åˆ°è¯¸å¤šå®è—,你å¬è¯´äº†å—ï¼Œæœ€è¿‘ä¸€ä¸ªç¥žç§˜çš„æ´žç©´å‡ºçŽ°åœ¨ä¸›æž—åŒºï¼Œè€Œå½“åœ°çš„é‚£äº›åŽŸå§‹äººï¼Œå¯æ˜¯ä»Žä¸­æžäº†ä¸å°‘å®è´ï¼Œæˆ‘们说ä¸å®šå¯ä»¥ä»Žé‚£äº›åŽŸå§‹äººæ‰‹é‡Œæžä¸Šä¸€ç¬”,然åŽåŽ»ä¸­è½´åŸŽé«˜ä»·å–出。story_10$啊......头好é‡ï¼Œæ€Žä¹ˆå›žäº‹ï¼Ÿstory_20q嗯?噢,太好了ï¼çœ‹æ¥[color=#FFFF00]终æžä¹‹æˆ˜[/color]的资料已ç»å…¨éƒ¨å½•入你的脑å­é‡Œäº†ï¼story_30!……你是è°ï¼Ÿè¿™æ˜¯å“ªé‡Œï¼Ÿstory_40€’哦,好的。正å¼å‘你介ç»ä¸€ä¸‹ã€‚这里是[color=#FFFF00]中轴城[/color],而我们正站ç€çš„地方是守护者è”盟的指挥部。story_50T我是æ°å…‹ï¼Œé¦–席守护者,也是你今åŽçš„æŒ‡å¼•人。很高兴认识你ï¼story_60PHi,我是魔å‘ç²¾çµæ³¢æ¯”,和你一样,我也刚加入守护者è”盟ï¼story_706等等ï¼......,所以,我为什么会在这里?story_80-æˆ‘åˆæ˜¯è°ï¼ŸçŽ°åœ¨è„‘å­é‡Œä¹±å“„å“„çš„ï¼story_90z嘿,伙计们,å¬è¯´ä½ ä»¬æ‰¾åˆ°äº†ä¸€ä¸ªå¸¦æœ‰[color=#FFFF00]月中人气æ¯çš„守护者[/color],人在哪儿呢? story_1000等等等等,ä¸ä¼šå°±æ˜¯è¿™ä¸ªå°é€æ˜Žå§ï¼Ÿ story_110'å—¬ï¼ˆå€’å¸æ°”)等等,我这是? story_1203我的手?我怎么全身都……是这样的? story_130v咳咳,这个我熟悉,如果我没猜错的è¯ï¼Œä½ çš„外形需è¦ä¾é å¤§å®¶çš„认å¯å’Œä¿¡ä»»æ‰èƒ½å˜æ¸…晰。 story_140Hå°±åƒå½“年我被孩å­ä»¬ç›¸ä¿¡åŽï¼Œå­©å­ä»¬æ‰èƒ½çœ‹è§æˆ‘一样。 story_150Qç›¸ä¿¡çš„å‰ææ˜¯ï¼Œè¦æœ‰çœŸæ­£çš„å®žåŠ›ï¼ŒèŠ±æ‹³ç»£è…¿å¯æ²¡æ³•让人相信。 story_160€Šç­‰ä¸€ä¸‹ç­‰ä¸€ä¸‹ï¼Œä½ ä»¬åˆ°åº•在说什么?月中人是è°ï¼Ÿå’Œæˆ‘åˆæœ‰ä»€ä¹ˆå…³ç³»ï¼Ÿä¸ºä»€ä¹ˆæˆ‘看起æ¥ä¼šæ˜¯â€¦â€¦é€æ˜Žçš„? story_170€‘我知é“你有许多疑惑,ä¸ç€æ€¥ï¼Œè®©æ³¢æ¯”先带你去[color=#FFFF00]丛林美食馆[/color]åƒç‚¹[color=#FFFF00]信任果[/color]å§ï¼ story_180*å…得被有些人称作“å°é€æ˜Žâ€ï¼ story_190!好嘞ï¼çŽ°åœ¨ï¼Œè·Ÿæˆ‘èµ°å§ï¼ story_200'å–,这里就是丛林美食馆了。 story_2109我们在这里å¯ä»¥åƒåˆ°è®©ä½ å˜æ¸…晰的信任果。 story_220哇,这里真好看。 story_230<çœ‹åˆ°è¿™ä¸ªé¤æ¡Œï¼Œæˆ‘ç”šè‡³éƒ½èƒ½é—»åˆ°ç¾Žé£Ÿçš„é¦™æ°”ï¼ story_240E还有这间温馨的å°å±‹ï¼Œä¸€å®¶äººä½åœ¨è¿™é‡Œè‚¯å®šå¾ˆå¼€å¿ƒï¼ story_250W哦,还有这粗壮的大树ï¼åŸŽå¸‚é‡Œå¯æ˜¯å¾ˆéš¾è§åˆ°é•¿å¾—这么好的æ¤è¢«ã€‚ story_260还有这个…… story_270这是什么,宠物? story_280Z什么宠物ï¼è¿™é‡Œæ˜¯æœ¬å¤§çˆ·çš„地盘,食物都是我的ï¼ä½ ä»¬éƒ½ç»™æˆ‘æ»šå¼€ï¼ story_290nè¿™äº›è®¨åŽŒçš„å®¶ä¼™åˆæ¥ç¾Žé£Ÿé¦†æŠ¢é£Ÿç‰©äº†ï¼[color=#FFFF00]{0}[/color]ï¼Œæˆ‘ä»¬ä¸€èµ·å®ˆæŠ¤å¥½é£Ÿç‰©ï¼ story_300Zæˆ‘çŽ°åœ¨è¿˜æ˜¯ä¸ªé€æ˜Žçš„å°å¯æ€œï¼Œä»–们看ä¸åˆ°æˆ‘,我打他们肯定没用啊。 story_310Bè°è¯´æ²¡ç”¨ï¼Œä½ å¯æ˜¯è¢«æœˆä¸­äººé€‰ä¸­çš„äººï¼Œæˆ‘çœ‹å¥½ä½ ï¼ story_320b唉,最近[color=#FFFF00]黑暗势力[/color]频ç¹å‡ºæ²¡ï¼Œæˆ‘们å´å§‹ç»ˆæ²¡æœ‰æ‰¾åˆ°åŽŸå› ã€‚ story_330黑暗势力是什么? story_340W还记得你刚æ‰çœ‹çš„资料å—?我们和破å和平的家伙们大战了一场。 story_350l虽然我们胜利了,但是å家伙们逃窜到å„个黑暗角è½ï¼Œæ—¶ä¸æ—¶è¿˜ä¼šå‡ºæ¥è¢­å‡»æˆ‘们。 story_360€ä¸è¿‡ï¼Œä½ åˆšæ‰çš„æŒ‡æŒ¥çœŸä¸é”™ï¼Œæˆ‘相信你就是月中人选中的人,一定能和我们一起守护世界和平的。 story_370*对了,你快把这个信任果åƒäº†ã€‚ story_380Q呼,这下好了,你ä¸ä¼šå†è¢«é‚¦å°¼å…”看æ‰äº†ï¼Œæˆ‘们å¯ä»¥å›žåŽ»å•¦ï¼ story_390嘿嘿,走å§ã€‚ story_400你看起æ¥çœŸä¸é”™ã€‚ story_410N所以,现在å¯ä»¥ä»”细跟我讲讲,这一切到底是什么回事å—? story_420€˜OK,第一,我们检测到你身上有月中人的气æ¯ã€‚ç¬¬äºŒï¼Œåªæœ‰ä½ èƒ½å¸¦é¢†æˆ‘ä»¬æˆ˜èƒœé»‘æš—åŠ¿åŠ›ã€‚ç¬¬ä¸‰ï¼Œæ¬¢è¿Žä»ªå¼æ­£å¼å¼€å§‹ã€‚ story_430xåœâ€”—这简直是太è’å”了,你竟然让我相信一个样貌模糊,甚至å¯èƒ½ä¼šéšæ—¶æ¶ˆå¤±çš„äººå‘¢ï¼Ÿï¼ story_440Q袋鼠,å¬å¥½äº†ï¼Œä»–就是月中人选中的人,你接å—这个现实å§ã€‚ story_450'åˆ«å«æˆ‘è¢‹é¼ ï¼æˆ‘是兔å­ï¼ï¼ï¼ story_460Gä¸å«ä¹Ÿå¯ä»¥ï¼Œé‚£ä½ ä¸è¦å†é’ˆå¯¹[color=#FFFF00]{0}[/color]了。 story_4706ä¸é’ˆå¯¹ä¹Ÿå¯ä»¥ï¼Œé‚£å°±è®©ä»–拿出点真本事。 story_480€¤å˜¿å…”å­åˆ«å¿˜äº†ï¼Œ[color=#FFFF00]{0}[/color]坿˜¯è¢«æœˆä¸­äººé€‰ä¸­çš„人,他能够和å„个世界的守护者共鸣,并且把他们å¬å”¤è¿‡æ¥çš„能力。 story_490J[color=#FFFF00]{0}[/color],快,试试å¬å”¤ä¸€å守护者朋å‹å§ã€‚ story_500{切,看上去很厉害的样å­ï¼Œä¸è¿‡æˆ‘çš„å›žæ—‹é•–è¿˜æ˜¯è¦æ¥è¯•试你到底能ä¸èƒ½æ‹…得起守护者的é‡ä»»ã€‚ story_5100行å§ï¼Œé‚£å°±è®©æˆ‘们å‹å¥½çš„æ¯”试一下。 story_520Kåˆ‡ï¼Œé‚£ä¹ˆå¤šäººæ‰“æˆ‘ä¸€ä¸ªï¼Œå°±ç®—èµ¢äº†ä¹Ÿä¸æ˜¯ä»€ä¹ˆå…‰å½©çš„事。 story_530€[color=#FFFF00]邦尼兔[/color],{0}的能力你也测试过了,å†é—¹æˆ‘就告诉[color=#FFFF00]诺斯[/color],让他按è”盟的规矩处ç†ä½ äº†ã€‚ story_540?行,你都把诺斯æ¬å‡ºæ¥äº†ï¼Œæˆ‘ä¸è¯´äº†è¿˜ä¸è¡Œå—ï¼ story_550w喂,[color=#fd424e]{0}[/color],你最好快点让我看到你的本事,è¦ä¸ç„¶æˆ‘坿˜¯ä¼šä¸€ç›´å˜²ç¬‘ä½ çš„ï¼ story_560我会努力的…… story_570B哎,那是什么?一团黑乎乎的东西往å³è¾¹è·‘åŽ»äº†ï¼ story_580<别大呼å°å«çš„,在中轴城è§åˆ°ä»€ä¹ˆéƒ½ä¸å¥‡æ€ªã€‚ story_590Nä¸è¿‡ï¼Œæˆ–许你å¯ä»¥åŽ»è°ƒæŸ¥ä¸€ä¸‹ï¼Œé¡ºä¾¿è¯æ˜Žä¸€ä¸‹è‡ªå·±çš„实力。 story_600;我相信你,[color=#fd424e]{0}[/color],一切å°å¿ƒã€‚ story_610好,我现在就出å‘ï¼ story_620P欢迎æ¥åˆ°[color=#fd424e]戈伯é“匠铺[/color],你想打造什么装备? story_630z谢谢,我ä¸éœ€è¦è£…å¤‡ï¼Œæˆ‘åªæ˜¯æƒ³æ¥é—®é—®ä½ æœ‰æ²¡æœ‰çœ‹åˆ°ç±»ä¼¼[color=#FFFF00]黑沙[/color]的东西飞过? story_640?黑沙没看到,我åªçœ‹åˆ°æœ‰ä¸€ä¸ªå‚»å­æœå·¦è¾¹åŽ»äº†ã€‚ story_650好的,éžå¸¸æ„Ÿè°¢ï¼ story_660Qæˆ‘å¯æ˜¯è¢«æœˆä¸­äººé€‰ä¸­çš„人,很厉害的,根本ä¸éœ€è¦ä»€ä¹ˆè£…å¤‡ï¼ story_670€Šè¡Œï¼Œæˆ‘也是好心æé†’你,你ä¸åƒæˆ‘们维京勇士敢和巨怪们拼个你死我活,就算断胳膊断腿也ä¸ä¼šå“¼ä¸€å£°ã€‚ story_680Zæ®æˆ‘所知,你就是那个刚åƒä¸‹ä¿¡ä»»æžœæ‰èƒ½è¢«äººçœ‹åˆ°çš„“守护者â€å§ã€‚ story_690€å˜¶â€¦â€¦å¥½å§ï¼Œé‚£è¿˜æ˜¯å¾ˆæœ‰å¿…è¦æ‰“造一件装备的ï¼ï¼ˆè‡ªå˜²ï¼‰æ¯•竟我现在是个“å°é€æ˜Žâ€ï¼Œå†æ–­ç‚¹å•¥å°±ä¸å¥½äº†ã€‚ story_700o看你是新人守护者,我有必è¦ä»‹ç»ä¸€ä¸‹æˆ‘给你个机会,挑一个你喜欢的装备拿走å§ã€‚ story_7106哦,我这里ä¸ä»…æä¾›è£…备,还收学徒哦。 story_720'看我这æžå¯Œé‡é‡æ„Ÿçš„大é“é”¤ï¼ story_730-还有这个一åƒå¤šåº¦é«˜æ¸©çš„大炉å­ï¼ story_740?è¿˜æœ‰è¿™ä¸ªè¶…çº§å¤§â€¦â€¦å‘ƒâ€¦â€¦è¶…çº§ç²¾è‡´çš„æ­¦å™¨æž¶ï¼ story_7503ä¿è¯ä½ èƒ½æˆä¸ºä¸­è½´åŸŽæœ€ä¼˜ç§€çš„æ‰“é“åŒ ï¼ story_760rå””ï¼Œæˆ‘åªæ˜¯æƒ³æ‰“件装备,ä¸è¿‡ä½ è¿™é‡Œéƒ½æ˜¯ç»´äº¬é£Žæ ¼ï¼Œæˆ‘希望能有科技感强一些的装备。 story_770Eé‚£ä¸å¥½æ„æ€ï¼Œæˆ‘è¿™é‡Œæ²¡åŠžæ³•æ‰“é€ ï¼Œç¼ºå°‘é¼“é£Žçš„ææ–™ã€‚ story_780*那我è¦åŽ»å“ªé‡Œæ‰¾è¿™ä¸ªé¼“é£Žææ–™ï¼Ÿ story_790u出é“匠铺的门之åŽå¾€å±±ä¸Šèµ°ï¼Œä½ ä¼šçœ‹åˆ°ä¸€ä¸ªæ³›ç€é»‘气的入å£ï¼Œä»Žé‚£ä¸ªå…¥å£è¿›å޻就å¯ä»¥äº†ã€‚ story_800x你进去之åŽå¦‚æžœèƒ½æ”¶é›†åˆ°å……åˆ†æŽ¥å—æœˆå…‰èƒ½é‡ç…§è€€çš„空气,那锻造出æ¥çš„æ­¦å™¨å°±éžå¸¸åŽ‰å®³äº†ï¼ story_810`如果我身上真的带有月中人的气æ¯ï¼Œé‚£è¿™ä¸ªåº”è¯¥ä¸æ˜¯éš¾äº‹ã€‚我现在就去。 story_820Hè®°ä½æˆ‘的格言,虽然断胳膊断腿,å¯ä»Žæ¥éƒ½ä¸ä¼šèƒ†æ€¯ã€‚ story_830Bä¸å®¹æ˜“ï¼Œç»ˆäºŽå®Œæˆæ­¦å™¨æ‰“造,还得继续追踪黑沙呢 story_840!嗷——ä¸è¦å°çž§åŽŸå§‹äººï¼ story_850Eå¥½åƒæœ‰äººè¢«è¢­å‡»äº†ï¼ä»–ä»¬èº«è¾¹è¿˜å‡ºçŽ°äº†å¥‡æ€ªçš„é»‘é›¾ï¼ story_860我得去支æ´ï¼ï¼ï¼ story_870t哇哦,太感谢你了ï¼ç»ˆäºŽè§åˆ°äººç±»äº†ï¼æˆ‘å«[color=#FFFF00]瓜哥[/color],从原始人世界æ¥çš„。 story_880'你怎么会一个人æ¥åˆ°ä¸­è½´åŸŽï¼Ÿ story_890r我是收到守护者è”盟的邀请过æ¥çš„,ä¸è¿‡ç»ˆæžä¹‹æˆ˜åŽï¼Œæˆ‘也很久没有è§åˆ°è”盟的人了。 story_900€‡è¯´å®žè¯é‚£åœºæˆ˜æ–—中,我这个原始人并没有帮到什么,我很担心这次æ¥ä¸ä»…解决ä¸äº†é—®é¢˜ï¼Œè¿˜ä¼šå¸®å€’忙。 story_910Z终于有人能懂我的心情了,我也是被çªç„¶å‘ŠçŸ¥æˆä¸ºæœˆä¸­äººé€‰ä¸­çš„人。 story_920?但我根本没什么战斗力,åªèƒ½è¿½è¸ªä¸€äº›é»‘沙…… story_9309å“¦ï¼Œå¯¹äº†ï¼Œé‚£ä½ åˆšæ‰æœ‰æ²¡æœ‰çœ‹åˆ°é»‘沙飞过? story_940Z好åƒçœ‹åˆ°äº†ï¼Œä½†ç´§æŽ¥ç€è¿™äº›å°æ€ªç‰©å°±è¢­å‡»æˆ‘了,所以并没有看清楚... story_950Z没关系,你ä¸ç”¨å‘æˆ‘é“æ­‰ï¼Œæ—¢ç„¶ä½ ä¹Ÿæ˜¯æ–°æ¥çš„,我们就结伴åŒè¡Œå§ï¼ story_960Hå‰é¢æœ‰ä¸ªæ•…事屋,也许那里å¯ä»¥æ‰¾æ‰¾é»‘沙的相关资料。 story_970O好的ï¼å¯¹äº†ï¼Œæˆ‘的家人们给我准备了ä¸å°‘åƒçš„ï¼Œä½ è¦æ¥ç‚¹å—? story_980-ä¸ç”¨äº†ï¼Œæˆ‘想赶紧去找黑沙资料。 story_990(二人走进了图书馆) +story_1000 å•Šå“ˆï¼ +story_10100啊啊啊啊啊啊啊,是打雷闪电了å—? +story_1020'哇,这个太适åˆåšè¡¨æƒ…包了。 +story_1030Q哈哈哈哈,ä¸è¦ç´§å¼ ï¼Œè¿™æ˜¯åœ¨æ‹ç…§ï¼Œæˆ‘也是æ¥åˆ°è¿™é‡Œæ‰çŸ¥é“ï¼ +story_1040ä¸ºä»€ä¹ˆè¦æ‹ç…§ï¼Ÿ +story_1050€¥å–,看到对é¢é‚£é¢å¢™äº†å—ï¼Œä¸­è½´åŸŽæ‰€æœ‰ç¬¬ä¸€æ¬¡æ¥æ•…事屋的人都会æ‹ä¸€å¼ ç…§ç‰‡æŒ‚在上é¢ï¼Œä½ å¯ä»¥ç†è§£ä¸ºè¿™æ˜¯æ¯ä¸ªäººçš„照片资料。 +story_10606çœ‹æ¥æˆ‘是找对地方了。对了,你å«ä»€ä¹ˆï¼Ÿ +story_1070té©´å­ï¼å¤§å®¶éƒ½è§‰å¾—我很喜欢说è¯ï¼Œæ‰€ä»¥ä¹Ÿä¼šäº²åˆ‡åœ°ç§°å‘¼æˆ‘——[color=#FFFF00]贫嘴驴[/color]。 +story_1080lä½ ä¸ç”¨è§‰å¾—ä¸ç¤¼è²Œï¼Œæˆ‘很喜欢这个å字,所以你å¯ä»¥å«é©´å­ï¼Œä¹Ÿå¯ä»¥å«æˆ‘贫嘴驴。 +story_1090€å“¦ï¼Œå½“然,我还有一个å字,ä¸è¿‡é‚£ä¸ªå字是我和亲爱的[color=#FFFF00]ç«é¾™[/color]之间的昵称,所以你ä¸èƒ½å«... +story_1100Q嗯……抱歉,我能打断你一下å—ï¼Ÿæˆ‘æƒ³è¦æ‰¾å…³äºŽé»‘沙的资料。 +story_1110€‡è¿™ä¸ªå•Šï¼Œä¸å‡‘巧,最近丛林里的å°åŠ¨ç‰©ä¸çŸ¥é“怎么了,å‘疯地啃咬我的故事书,书被弄得乱七八糟的。 +story_1120€“ä¸è¿‡ï¼Œä¸ç”¨æ‹…心,有什么事情是我贫嘴驴解决ä¸äº†çš„呢,就åƒå½“年我智斗ç«é¾™ï¼Œæœ€åŽè¿˜ä¿˜èŽ·äº†ç«é¾™çš„芳心一样。 +story_1130oåªéœ€è¦å†ç»™æˆ‘一天ã€å“¦ä¸ã€ä¸€å‘¨â€¦â€¦å—¯â€¦â€¦å¯èƒ½ä¸€ä¸ªæœˆï¼Œæˆ‘就能把这些资料修å¤å¥½... +story_1140$我们å¯ä»¥å¸®ä½ ä¸€èµ·ä¿®å¤ï¼ï¼ +story_1150€‡ä¹Ÿè®¸æ˜¯ä¸ªå¥½ä¸»æ„,ä¸è¿‡ï¼Œæˆ‘希望先给你们讲讲这个故事屋的起æºï¼Œä¹Ÿè®¸èƒ½æ›´å¥½åœ°å¸®åŠ©ä½ ä»¬æ•´ç†ä¹¦ç±â€¦â€¦ +story_11603ä¸ç”¨ä¸ç”¨ï¼ï¼æˆ‘们现在就开始å§ï¼ï¼ï¼ +story_1170xä½ ä»¬ä¸€å®šè¦æœºçµç‚¹ï¼Œå›¾ä¹¦çš„æ®‹é¡µä¼šæ•£è½åˆ°å„个角è½ï¼Œä½ æ¼äº†ä¸€ä¸ªéƒ½æ²¡åŠžæ³•å®Œå…¨æ‹¼å‡‘å‡ºæ¥å“¦ã€‚ +story_1180m你等会出门就会看到树屋最上方有个洞,从那里进去å¯ä»¥å¿«é€ŸåŽ»å¾€æ£®æž—çš„å„个地方. +story_1190:哎哟,一ä¸å°å¿ƒè¿˜æ˜¯è¯´å¤šäº†,ç¥ä½ ä»¬å¥½è¿å•Šã€‚ +story_1200哇哦,整ç†çš„真ä¸é”™ï¼ +story_1210*那么,哪一本是介ç»é»‘沙的呢? +story_1220é¢â€¦â€¦æˆ‘想……嗯…… +story_1230-åŽŸå§‹äººçš„ç›´è§‰å‘Šè¯‰æˆ‘ï¼Œä½ åœ¨å¿ƒè™šï¼ +story_1240o咳,好å§ã€‚æˆ‘ä¹Ÿæ˜¯æ‰æ¥ä¸­è½´åŸŽï¼Œæ‰å»ºé€ äº†è¿™ä¸ªæ•…事屋,所以很多故事我还没收集到。 +story_1250Eä¸è¿‡æˆ‘会陆陆续续补é½çš„,你们想看什么都会有的。 +story_12606现在我è¦å‘你们åšä¸ªéš†é‡çš„自我介ç»â€”— +story_1270€åœ¨æˆ‘çš„å®¶ä¹¡ï¼Œæˆ‘å¯æ˜¯å‡ºäº†å的消æ¯é€šï¼Œä»€ä¹ˆéƒ½é€ƒä¸è¿‡æˆ‘的驴耳朵,如果你们想预订什么内容,å¯ä»¥å‘ŠçŸ¥æˆ‘ï¼ +story_1280-æ‰€ä»¥ä½ è¿™é‡Œæ²¡æœ‰å…³äºŽé»‘æ²™çš„èµ„æ–™ï¼ +story_1290å—¯â€¦â€¦æ²¡é”™ï¼ +story_1300好,那我们就先走了。 +story_1310*感谢你们帮我修å¤äº†è¿™ä¹ˆå¤šä¹¦ã€‚ +story_1320B如果你们愿æ„çš„è¯ï¼Œæˆ‘å¯ä»¥è¯·ä½ ä»¬åƒåŽŸç”Ÿæ€å¤§é¤ã€‚ +story_1330i还å¯ä»¥æ·»åŠ å„ç§å¥½åƒçš„酱料,泥巴蚯蚓酱ã€èœ‚蜜唾沫酱ã€å§œé¥¼äººçº½æ‰£ç³–霜酱…… +story_1340W我建议你ä¸è¦è¯´è¯äº†ï¼Œä¸ç„¶ä¼šå¿ä¸ä½è®©ä½ æ„Ÿå—一下原始人的咆哮。 +story_1350&OK,ä¸è¿‡â€¦â€¦å¦‚果有黑沙…… +story_1360 嗷—— +story_13709唉,追踪了这么久还是没有找到黑沙踪迹。 +story_1380Q别气é¦ï¼å¤©éƒ½é»‘了,我们先干饭å§ï¼å¡«é¥±è‚šå­æ‰æœ‰åŠ›æ°”æ€è€ƒï¼ +story_13909å“ˆå“ˆå“ˆï¼Œè¯´å¾—å¯¹æ²¡é”™ï¼æˆ‘带你回指挥部å§ï¼ +story_1400K看看是è°å›žæ¥äº†ï¼Œæ°å…‹ï¼Œæˆ‘很期待能å¬åˆ°ä¸€ä¸¤ä¸ªå¥½æ¶ˆæ¯ã€‚ +story_14103好å§ï¼Œå¦‚你所料,我没调查到什么事。 +story_1420T但有个好消æ¯ï¼Œä½ åˆä¸ºæˆ‘们带回æ¥äº†ä¸€åæ–°çš„å®ˆæŠ¤è€…ï¼Œä¸æ˜¯å—? +story_1430Z哦,对,他å«ç“œå“¥ï¼Œæ¥è‡ªåŽŸå§‹äººä¸–ç•Œï¼Œä»–æ‹¥æœ‰éžå¸¸æ£’çš„åŽŸå§‹äººç›´è§‰ï¼ +story_1440€¬[color=#FFFF00]å蛋è”盟骇客蛛[/color]掌æ¡äº†å¼ºå¤§çš„黑客技术,[color=#FFFF00]ç»´äº¬äººå¸Œå¡æ™®[/color]å·²ç»æŠŠä¸­è½´åŸŽå¤§éƒ¨åˆ†çš„åœ°å›¾ç»˜åˆ¶å‡ºæ¥äº†ã€‚ +story_14503æˆ‘è®¤ä¸ºè¿™äº›æ‰æ˜¯â€”—真正有用的能力。 +story_1460'也许……我å¯ä»¥ä¸ºå¤§å®¶æ”¾å“¨ï¼Ÿ +story_1470€†å“ˆï¼Œå“ˆï¼Œå“ˆï¼Œçœ‹åˆ°è¿™ä¸ª[color=#FFFF00]微缩地çƒ[/color]了å—?它能监控到æ¯ä¸ªè§’è½ï¼Œæ”¾å“¨ï¼Ÿç®€ç›´è€æŽ‰ç‰™äº†ï¼ +story_1480lå˜¿â€”â€”å¯æ˜¯æˆ‘å¬è¯´ï¼Œè¿‘æ¥é»‘暗势力频ç¹å‡ºæ²¡ï¼Œè¿™ä¸ªçƒå´æ²¡èƒ½å¸®åŠ©ä½ ä»¬æŸ¥åˆ°åŽŸå› å§ï¼ +story_1490\袋鼠ï¼[color=#fd424e]{0}[/color]ï¼éƒ½å°‘说两å¥ã€‚诺斯说过è¦é‡Šæ”¾æ›´å¤šå‹å–„。 +story_1500t[color=#fd424e]{0}[/color],瓜哥,你们也辛苦了一整天,先去公寓休æ¯ï¼Œæœ‰ä»€ä¹ˆäº‹æ˜Žå¤©å†è¯´ã€‚ +story_1510-你明天最好能找出点有用的信æ¯ï¼ +story_1520 ç­‰ç€çž§ï¼ +story_1530å„使—©ä¸Šå¥½ï¼ +story_1540fæˆ‘çœ‹åˆ°äº†ï¼æˆ‘看到好多驴å­åœ¨ç©ºä¸­é£žï¼ä»–们ä¸åœåœ°å˜¶å¼ï¼ä½ ä»¬éƒ½æ²¡çœ‹åˆ°å—ï¼Ÿï¼ +story_1550这是怎么回事? +story_1560*你的好兄弟,å¯èƒ½å‡ºçŽ°å¹»è§‰äº†ã€‚ +story_1570!你们昨天è§åˆ°è´«å˜´é©´äº†ï¼Ÿ +story_1580]是的,我们去了故事屋,但我没想到贫嘴驴的碎碎念对他影å“è¿™ä¹ˆå¤§ï¼ +story_1590A[color=#fd424e]{0}[/color],ä¸å¦‚你带他出去散散心å§ã€‚ +story_1600OKï¼ +story_1610\别拿走我的[color=#FFFF00]篮å­[/color]ï¼ï¼è¿™æ˜¯å®¶äººä»¬ç‰¹æ„为我准备的ï¼ï¼ +story_1620W好的好的,你先冷é™ä¸€ç‚¹ã€‚那你自己拿,我们一起出去走走好å—? +story_1630Z嗯嗯……(çªç„¶æŒ‡å‘å·¦è¾¹çš„çª—å¤–ï¼‰çœ‹â€”â€”ï¼æ˜¯é©´ï¼å¥½å¤šé©´é£žè¿‡åŽ»äº†ï¼ +story_16400我看他需è¦çš„䏿˜¯æ•£å¿ƒï¼Œæ˜¯çœ‹åŒ»ç”Ÿã€‚ +story_1650D[color=#fd424e]{0}[/color],我真的看到了,你没看到å—? +story_1660B没有,但我相信你,我们现在就去那片区域看看。 +story_16709我很担心他的状æ€ï¼Œä½†â€¦â€¦ä½ ä»¬æ³¨æ„安全。 +story_1680?瓜哥,看æ¥ä½ è¯´çš„æ²¡é”™ï¼Œè¿™ç‰‡åŒºåŸŸç¡®å®žå¾ˆå¤æ€ªã€‚ +story_1690<一定,一定是那群åƒè´«å˜´é©´çš„å¥‡æ€ªç”Ÿç‰©å¹²çš„ï¼ +story_1700T很å¯èƒ½ï¼ä¸è¿‡ï¼Œå½“务之急是è¦é©±æ•£è¿™äº›é»‘沙,看清具体的状况。 +story_1710N嘿,我看到对é¢çš„塔顶上有架风车ï¼é‚£ä¸ªèƒ½ä¸èƒ½æ´¾ä¸Šç”¨åœºï¼Ÿ +story_1720你的眼力å¯çœŸæ•é”ï¼ +story_1730Z我们穴居人总è¦é¢å¯¹å„ç§å„æ ·çš„å±é™©ï¼Œè§†è§‰ã€å—…觉ã€å¬è§‰éƒ½å¾—æ•é”。 +story_1740'è¦æˆ‘说,邦尼兔å¯çœŸæ²¡çœ¼å…‰ï¼ +story_17500但是,我们怎么æ‰èƒ½åˆ°å¡”顶上去呢? +story_1760åˆæœ‰é»‘色生物ï¼ï¼ +story_1770h嘿,冷é™ç‚¹ï¼ä»–是我的龙,他å«[color=#FFFF00]无牙仔[/color],他很乖的。你们是? +story_1780w我是[color=#fd424e]{0}[/color]ï¼Œè¿™ä½æ˜¯æ¥è‡ªåŽŸå§‹äººä¸–ç•Œçš„ç“œå“¥ï¼Œæˆ‘ä»¬éƒ½æ˜¯å®ˆæŠ¤è€…è”盟的新æˆå‘˜ã€‚ +story_1790Zå“¦ï¼Œæ¬¢è¿Žä½ ä»¬çš„åŠ å…¥ï¼æˆ‘æ˜¯å¸Œå¡æ™®ã€‚æ¥ï¼Œæ— ç‰™ä»”,和大家打声招呼。 +story_18006你们也是æ¥è°ƒæŸ¥è¿™ä¸ªåŒºåŸŸçš„异常情况å—? +story_1810?没错,我们有一个想法,但是需è¦ä½ ä»¬çš„帮助。 +story_1820åŽŸæ¥æ˜¯é£Žè½¦ç ´æŸäº†ã€‚ +story_1830$应该是有人故æ„ç ´åæŽ‰çš„。 +story_1840åˆæ˜¯é»‘沙弄的å—? +story_18500瓜哥别担心,我们先把风车修好å§ï¼ +story_1860r看到远处的海é¢äº†å—?那有一团黑色漩涡,从漩涡进去就能收集到修风车的ç贵木æã€‚ +story_1870$é‚£æˆ‘ä»¬çŽ°åœ¨å°±åŽ»æ‰¾ææ–™å§ã€‚ +story_1880A[color=#fd424e]{0}[/color],黑色漩涡的速度好åƒå¾ˆå¿«ã€‚ +story_1890-å—¯ï¼Œè·Ÿç´§æˆ‘ï¼æˆ‘们è¦å¥‹åŠ›ä¸€è·ƒäº†ï¼ +story_1900i维京区还存在很多潜在风险,我马上è¦åŽ»è¿·é›¾å²›å±¿å·¡é€»ä¸€ç•ªï¼Œä½ ä»¬å°½å¿«å›žåŽ»å§ã€‚ +story_1910W好的,你放心å§å¸Œå¡æ™®ã€‚希望我们有机会å†è§ï¼å†è§å–½ï¼Œæ— ç‰™ä»”ï¼ +story_1920b[color=#fd424e]{0}[/color]ï¼å¿«çœ‹ï¼Œé‚£è¾¹è¿˜æœ‰é»‘æ²™ï¼ä¹Ÿè®¸é‚£ä¸ªé»‘è‰²ç”Ÿç‰©å°±åœ¨é‚£é‡Œï¼ +story_19306那里有艘å°èˆ¹ï¼Œæˆ‘们乘船去那边看看å§ï¼ +story_1940(å°èˆ¹ç¦»å޻䏭......) +story_1950!è¿™é‡Œâ€¦â€¦æˆ‘æ„Ÿåˆ°å¥½ææƒ§ã€‚ +story_1960Nå°å¿ƒï¼Œè¿™äº›ç¾Šç¾¤æœ‰äº›ä¸å¯¹åвï¼å®ƒä»¬å¥½åƒè¢«é‚£äº›é»‘沙影å“äº†ï¼ +story_1970N那边有一团好大的黑沙,你ä¸è¦å†å¾€å‰èµ°äº†ï¼Œæˆ‘们回去å§ã€‚ +story_1980]ç“œå“¥ï¼Œä½ è¦æ˜¯å®³æ€•çš„è¯å°±å¾…在原地ä¸è¦åŠ¨ï¼Œæˆ‘å¿…é¡»åˆ°å‰é¢åŽ»ä¸€æŽ¢ç©¶ç«Ÿã€‚ +story_19903ä½ è¦æŠŠæˆ‘ä¸€ä¸ªäººç•™åœ¨è¿™ä¹ˆå¯æ€•的地方? +story_2000'留下æ¥è¿˜æ˜¯è·Ÿæˆ‘走,二选一。 +story_2010Q那我还是跟你一起去å§ï¼Œä½ åœ¨å‰é¢æŒ¡ç€ï¼Œæˆ‘用声音æå“ä»–ä»¬ï¼ +story_2020好,走å§ã€‚ +story_2030$好惊险ï¼ç“œå“¥ï¼Œä½ æ²¡äº‹å§ï¼Ÿ +story_2040瓜哥,你怎么了? +story_2050*黑沙……黑沙……还有黑沙…… +story_2060W瓜哥,ä¸è¦å®³æ€•,我们刚æ‰åˆ¶æœäº†å¤±æŽ§çš„ç¾Šç¾¤ï¼ŒçŽ°åœ¨å·²ç»æ²¡äº‹äº†ï¼ +story_20706真的没事了,ä¸ä¿¡ï¼Œä½ æ‘¸å®ƒä»¬ä¸€ä¸‹çœ‹çœ‹ï¼Ÿ +story_2080å•Šâ€”â€”é»‘æ²™åˆæ¥äº†ï¼ï¼Ÿ +story_2090?原æ¥ä½ å°±æ˜¯è¿™æ¬¡é»‘沙事件的幕åŽé»‘手ï¼åˆ«æƒ³é€ƒï¼ +story_2100\他全身都环绕ç€é»‘æ²™ï¼Œæˆ‘ä»¬è‚¯å®šä¸æ˜¯ä»–的对手ï¼[color=#fd424e]{0}[/color]ï¼ +story_21109瓜哥,现在逃é¿ä¹Ÿæ²¡æœ‰ç”¨äº†ï¼Œå¿«èµ·æ¥è¿Žæˆ˜ï¼ +story_2120糟糕ï¼ç“œå“¥ï¼Œå¿«èº²å¼€ï¼ +story_2130嗯?有人æ¥å¸®å¿™äº†ï¼ +story_2140D[color=#fd424e]{0}[/color]å°±æ˜¯çŽ°åœ¨ï¼æˆ‘们åˆåŠ›åˆ¶æœä»–ä»¬ï¼ +story_2150你们没事å§ï¼Ÿ +story_2160B没事,看你的样å­åº”该是骇客蛛ï¼ä½ æ€Žä¹ˆåœ¨è¿™é‡Œï¼Ÿ +story_21700邦尼兔派我æ¥çš„,怕你们é‡åˆ°éº»çƒ¦ã€‚ +story_2180$邦尼兔?这倒让我很æ„外。 +story_2190E嘿,大个å­ï¼ä½ çœ‹èµ·æ¥æŒºå£®å®žçš„ï¼Œæ²¡æƒ³åˆ°æ˜¯è™šèƒ–å•Šï¼ +story_2200å•Šå•Šå•Šå•Šå•Šå•Šï¼ +story_2210å’¦ï¼Ÿæˆ‘åˆšæ‰æ€Žä¹ˆäº†ï¼Ÿ +story_2220`嗬——难é“这就是之å‰ç“œå“¥åœ¨æŒ‡æŒ¥éƒ¨çœ‹è§çš„驴?ä¸è¿‡ï¼Œä»–ä»¬æ›´åƒæ˜¯é©¬â€¦â€¦ +story_2230Z啊哈哈哈,守护者,我就是æ¥çœ‹çœ‹å°ç¾Šä»¬ï¼Œå¹¶æ²¡æœ‰å·ä»–ä»¬çš„æ‰“ç®—å“¦ï¼ +story_2240K看æ¥ä»–åªæ˜¯è¢«é»‘æ²™æŽ§åˆ¶äº†ï¼Œå¹¶ä¸æ˜¯è¿™æ¬¡äº‹ä»¶çš„å§‹ä½œä¿‘è€…ï¼ +story_2250B那团黑沙æœå¿ƒé­”塔的方å‘åŽ»äº†ï¼Œæˆ‘ä»¬è¿½è¿‡åŽ»çœ‹çœ‹ï¼ +story_2260\[color=#fd424e]{0}[/color],就我们去å§ã€‚è¿™ç§æ‹–åŽè…¿çš„家伙,没必è¦å¸¦ç€ã€‚ +story_2270我ä¸è¦ä¸€ä¸ªäººåœ¨è¿™é‡Œã€‚ +story_2280]他的状æ€è¶Šæ¥è¶Šå·®äº†ï¼Œä¸€ä¸ªäººåœ¨è¿™é‡Œä¹Ÿä¸å®‰å…¨ï¼Œè¿˜æ˜¯å’Œæˆ‘们一起去å§ï¼ +story_2290好å§ï¼Œä½ è´Ÿè´£ç…§é¡¾ä»–。 +story_23003没问题ï¼ä¸è¿‡æˆ‘ä»¬è¦æ€Žä¹ˆåŽ»å¿ƒé­”å¡”å‘¢ã€‚ +story_2310Kæ˜¯æ—¶å€™å±•çŽ°ç§‘æŠ€çš„å¼ºå¤§äº†ï¼Œæˆ‘é©¬ä¸Šæ‰“å¼€ä¸€é“æ—¶ç©ºç©¿æ¢­é—¨ã€‚ +story_2320wæ®æˆ‘在网上查到的资料,心魔塔的守护者是[color=#FFFF00]梅林法师[/color],我们先找到他å§ï¼ +story_2330$好的ï¼é‚£æˆ‘们分头行动å§ã€‚ +story_2340等等ï¼ä¸Šé¢æœ‰å¼‚åŠ¨ï¼ +story_2350z糟糕,看æ¥é»‘沙的力é‡ä¸Žè¿™ä¸ªå°æ€ªå®Œå…¨èžåˆäº†ï¼Œ[color=#fd424e]{0}[/color],我们需è¦å°½å¿«å‡»è´¥ä»–ï¼ +story_2360*你们是守护者è”盟的新æˆå‘˜å—? +story_2370*æ˜¯çš„ï¼æ‚¨åº”该就是梅林法师å§ã€‚ +story_2380f嗯,刚æ‰å¿ƒé­”塔里的怪物集体暴动,我ä¸å¾—ä¸èŠ±äº†å¥½å¤§ä¸€ç•ªåŠ›æ°”æ‰é•‡å®ˆä¸‹æ¥ã€‚ +story_2390-但我忙乱ç–忽,还是让它逃掉了。 +story_24009法师您ä¸ç”¨æ‹…å¿ƒï¼Œæˆ‘ä»¬ä¸€å®šä¼šè¿½è¸ªåˆ°å®ƒçš„ï¼ +story_2410ä¸ï¼Œå®ƒä¸æ˜¯ç½ªé­ç¥¸é¦–。 +story_2420€Á如果我推测没错,黑沙æ¥åˆ°æ­¤å¤„之åŽï¼Œè¿™é‡Œçš„æ€ªç‰©ä»¬åªæ˜¯å¸æ”¶äº†å®ƒçš„[color=#FFFF00]黑暗能é‡[/color],æˆä¸ºæ–¹æ‰ä½ ä»¬æ‰€è§çš„[color=#FFFF00]狂暴状æ€[/color]。 +story_2430]但是真正的幕åŽä¸»ä½¿ï¼Œé‚£ä¸ªèƒ½å¤Ÿæ“控和å·ä»¤é»‘æ²™çš„äººï¼Œä»æ—§å¦æœ‰å…¶äººã€‚ +story_2440他怎么了? +story_2450H瓜哥是从原始世界æ¥çš„,也许还ä¸å¤ªé€‚应这里的环境。 +story_2460H如今黑暗力é‡åˆæœ‰å¼‚动,似乎在é…酿什么更大的阴谋。 +story_2470€‡å¿ƒé­”å¡”ä¸­å…³æŠ¼çš„åæ´¾ä»¬ä¹Ÿæ„ˆå‘å¼ºå¤§ï¼Œé æˆ‘一人的力é‡å¾ˆéš¾ç»§ç»­é•‡å®ˆï¼Œå¸Œæœ›æœ‰èƒ½åŠ›çš„å®ˆæŠ¤è€…ä»¬å‰æ¥å¸®åŠ©ã€‚ +story_2480€™è™½ç„¶é»‘沙暂时消散,但我能预感到,更大的å¨èƒä»åœ¨é è¿‘。(顿了顿)那股å±é™©çš„力é‡ï¼Œç”šè‡³å·²ç»æ½œè—在我们身边。 +story_2490我们身边? +story_2500€°ä½†æ„¿æ˜¯æˆ‘推测错误。ä¸ç®¡æ€Žä¹ˆæ ·ï¼Œ[color=#fd424e]{0}[/color],心魔塔这边已ç»ç¨³å®šäº†ï¼Œä½ ä»¬å¿«å›žæŒ‡æŒ¥éƒ¨ï¼Œå°†è¿½è¸ªç»“果报告给守护者è”盟å§ã€‚ +story_25109伙计们,我也还有些别的事,有机会å†è§ï¼ +story_2520€»é»‘沙……还能幻化æˆ[color=#FFFF00]黑马[/color]的形状……(惊æï¼‰éš¾é“是[color=#FFFF00]é‚ªæ¶æ¢¦é­‡[/color]å·åœŸé‡æ¥äº†ï¼Ÿæˆ‘得赶紧把这个消æ¯å‘Šè¯‰è¯ºæ–¯ã€‚ +story_2530é‚ªæ¶æ¢¦é­‡æ˜¯è°ï¼Ÿ +story_2540是我的手下败将。 +story_2550€«é‚ªæ¶æ¢¦é­‡è¯žç”ŸäºŽç”Ÿå‘½ä½“çš„ææƒ§ï¼Œè€Œææƒ§æ˜¯æ— æ³•è¢«å½»åº•æ¶ˆé™¤çš„ï¼Œæ‰€ä»¥äººä»¬å¿ƒä¸­çš„ææƒ§æƒ…ç»ªè¶…è¿‡ä¸€å®šçš„é˜ˆå€¼ï¼Œé‚ªæ¶æ¢¦é­‡å°±ä¼šå­•育而生。 +story_25600ä»–æ˜¯åˆ©ç”¨äººå¿ƒé‡Œçš„ææƒ§æ¥èŽ·å–力é‡ï¼Ÿ +story_2570W对ï¼ä¹Ÿå°±æ˜¯è¯´ï¼Œäººå¿ƒé‡Œçš„ææƒ§è¶Šæ·±ï¼Œé‚ªæ¶æ¢¦é­‡èŽ·å¾—çš„åŠ›é‡å°±è¶Šå¼ºã€‚ +story_2580Q所以,就算我们暂时打败了它的手下,但还是没有阻止梦魇? +story_2590 æ²¡é”™ï¼ +story_2600€Šå¯¹äº†ï¼Œåœ¨å¿ƒé­”塔的时候,梅林法师曾说了一å¥å¾ˆå¥‡æ€ªçš„è¯â€”â€”ä»–è¯´ä»æœ‰å¨èƒåœ¨é è¿‘,而且就在我们身边。 +story_2610E唔,å¬ä¸ŠåŽ»æŒºä¸¥é‡ï¼Œè¿™ä¸‹è¯ºæ–¯åˆè¯¥é—®é—®ä»–的肚å­äº†ã€‚ +story_2620T冰霜æ°å…‹ï¼Œå„ä½å®ˆæŠ¤è€…们,å‘ä½ ä»¬åŒæ­¥æˆ‘们研究所的最新进展。 +story_2630在过去的一个月内,我们收集到ä¸å°‘æ•£è½åœ¨ä¸–界å„地的[color=#FFFF00]月光原石[/color],并试图从中æå–[color=#FFFF00]月光能é‡[/color]制作[color=#FFFF00]月光石[/color],这个研究已ç»å–得了第一阶段的æˆåŠŸã€‚ +story_2640月光石有什么作用? +story_2650l如果研究æˆåŠŸï¼Œè¿™ä¸ªæœˆå…‰çŸ³å¯ä»¥å®ˆæŠ¤ä¸€å®šåŒºåŸŸå†…çš„å®‰å…¨ï¼Œé©±æ•£è¯¥åŒºåŸŸçš„åæ´¾åŠ¿åŠ›ã€‚ +story_2660Nå¤ªå¥½äº†ï¼æœŸå¾…ä¸‹æ¬¡ä½ èƒ½äº²è‡ªæŠŠç ”ç©¶å¥½çš„æœˆå…‰çŸ³å¸¦æ¥æŒ‡æŒ¥éƒ¨ã€‚ +story_2670-这真是今天å¬åˆ°çš„æœ€å¥½çš„æ¶ˆæ¯äº†ã€‚ +story_2680€ƒæ—¶å€™ä¸æ—©äº†ï¼Œ[color=#fd424e]{0}[/color],你带瓜哥回公寓休æ¯å§ã€‚åªæœ‰ä¼‘æ¯å¥½äº†ï¼Œæ‰èƒ½æŠ•入之åŽçš„æˆ˜æ–—。 +story_2690 å—¯å—¯ï¼ +story_2700P[color=#fd424e]{0}[/color],你们休æ¯äº†ä¸€å¤œï¼Œæ€Žä¹ˆçœ‹ä¸ŠåŽ»æ›´ç´¯äº†ï¼Ÿ +story_27109瓜哥昨天一夜没ç¡ï¼Œè¿žå¸¦ç€æˆ‘也没ç¡å¥½è§‰ã€‚ +story_2720怎么会这样? +story_2730Bå¯èƒ½æ˜¯æ˜¨å¤©ä¸€ç›´å’Œé‚£äº›å°æ€ªæˆ˜æ–—,精神太紧张了。 +story_2740€æˆ‘想起æ¥äº†ï¼Œä»Šå¤©æ­£å¥½æ˜¯[color=#FFFF00]阿å®å¤§å¸ˆ[/color]教气功的日å­ï¼Œä½ å¸¦ç“œå“¥åŽ»çŽ°ä»£åŒºçš„ç†ŠçŒ«æ­¦é¦†ç»ƒä¸€ä¸‹å§ã€‚ +story_2750$好,我这就拉上他一起去。 +story_2760 嘿—— +story_2770 哈—— +story_2780 准备—— +story_2790Q看,熊猫武馆在那边,我们快去目ç¹ä¸€ä¸‹ç¥žé¾™å¤§ä¾ çš„风采å§ï¼ +story_2800<这里……会ä¸ä¼šåˆå‡ºçŽ°æ˜¨å¤©é‚£ç§å¯æ€•生物…… +story_2810<å°±ç®—å‡ºçŽ°äº†ï¼Œä¸æ˜¯è¿˜æœ‰ç¥žé¾™å¤§ä¾ å˜›ï¼Œå¿«èµ°å•¦ï¼ +story_2820T你们终于æ¥äº†ï¼Œå†°éœœæ°å…‹å·²ç»æŠŠä½ ä»¬çš„æƒ…况大致跟我说了一下。 +story_2830阿å®å¤§å¸ˆä½ å¥½ï¼ +story_2840!他怎么还抱ç€ä¸€ä¸ªç¯®å­ï¼Ÿ +story_2850~è¿™ä¸ªæ—…è¡Œç¯®å­æ˜¯ä»–的家人给他带的,å¯èƒ½ä¼šç»™ä»–带æ¥å®‰å…¨æ„Ÿå§ã€‚å°±åƒâ€¦å®‰å…¨æ¯¯ã€å®‰å…¨å¸½ä¹‹ç±»çš„。 +story_2860f哈哈哈,这个我懂,就åƒåŒ…å­èƒ½è®©æˆ‘很满足ï¼ä¸è¿‡ï¼Œæ‹¿ç€è¿™ä¸ªå¯æ²¡åŠžæ³•ç»ƒåŠŸã€‚ +story_2870*瓜哥,è¦ä¸ä½ å…ˆæŠŠç¯®å­æ”¾ä¸‹â€¦â€¦ +story_2880ä¸è¦ç¢°æˆ‘的篮å­ï¼ +story_2890别激动,我ä¸ç¢°ã€‚ +story_2900D好å§ã€‚[color=#fd424e]{0}[/color],è¦ä¸å’±ä¿©å…ˆåˆ‡ç£‹ä¸€ä¸‹ï¼Ÿ +story_2910 没问题。 +story_2920uçœŸä¸æ„§æ˜¯æœˆä¸­äººé€‰ä¸­çš„人,能力就是ä¸ä¸€èˆ¬ã€‚这里还有很多练功器械,你å¯ä»¥éšä¾¿ä½¿ç”¨ã€‚ +story_2930?感谢阿å®å¤§å¸ˆï¼Œä»¥åŽæˆ‘å¯èƒ½è¿˜éœ€è¦æ‚¨çš„å¸®åŠ©å‘¢ï¼ +story_2940'æ²¡é—®é¢˜ï¼Œéšæ—¶éƒ½å¯ä»¥æ¥æ‰¾æˆ‘ï¼ +story_2950!瓜哥,你感觉好些了å—? +story_2960瓜哥瓜哥…… +story_2970??骇客蛛å—? +story_2980è¿™â€¦â€¦è¿™æ˜¯é€šç¼‰ä»¤ï¼ +story_29903å•Šå•Šå•Šå•Šå•Šå•Šï¼Œä»–åˆæ¥äº†ä»–åˆæ¥äº†â€¦â€¦ +story_3000åŒä¼™ï¼Œä½ ä»¬ç»ˆäºŽæ¥äº†ï¼ +story_3010啊? +story_3020'终于把他们引到了黑暗隧é“ï¼ +story_3030-骇客蛛,你真的干了å·ç›—çš„äº‹ï¼Ÿï¼ +story_3040E你䏿ƒ³æ‰¿è®¤å—?我刚æ‰å·²ç»åœ¨å±å¹•上看到通缉令了。 +story_3050l骇客蛛,守护者们都很看好你,我觉得你这样åšä¸å¯¹ï¼Œä½ æœ€å¥½å›žåŽ»å‘他们认个错。 +story_3060ä½ å¬è§æˆ‘说è¯äº†å—? +story_3070E承认什么错误,è°è§„定闲暇的时候ä¸èƒ½å¹²ä»½å…¼èŒå‘¢ã€‚ +story_3080o倒是你,这么久了黑沙的事有调查出结果å—?你看看你现在有åŠç‚¹æœˆä¸­äººçš„能力å—? +story_3090Kå·ç›—和兼èŒå®Œå…¨æ˜¯ä¸åŒæ¦‚念ï¼ä½ å¿…须跟我回去说明情况。 +story_3100我赢了,走å§ã€‚ +story_3110`我都说了ä¸åŽ»ï¼Œä½ å¬ä¸æ‡‚å—?你有这个时间管我,ä¸å¦‚管管你的好åŒä¼´ã€‚ +story_3120B他一直都是这个怂样,也äºå®ˆæŠ¤è€…è”盟还邀请他。 +story_3130N你别å†ä»Žè¨€è¯­ä¸Šæ”»å‡»ç“œå“¥äº†ï¼Œä½ çŽ°åœ¨è¿™æ ·å¯æ¯”ä»–æ¶åŠ£å¤šäº†ï¼ +story_3140ä½ åˆè¾“了。 +story_3150-冿¥å•Šï¼Œå正我是ä¸ä¼šå’Œä½ èµ°çš„。 +story_3160B守护者è”ç›Ÿç¦æ­¢å†…斗,你们都打了两场还ä¸å¤Ÿå—? +story_31700邦尼兔ï¼éª‡å®¢è››çš„å›¢é˜Ÿéƒ½è¢«é€šç¼‰äº†ï¼ +story_3180'è¯æ®å‘¢ï¼Ÿæ°¸è¿œä¸è¦å°çž§é»‘å®¢ï¼ +story_3190…… +story_3200骇客蛛,你…… +story_3210 被…… +story_3220 除å了。 +story_32309什么……嘿,伙计,你在开玩笑的,对å—? +story_3240réª‡å®¢è››ï¼Œæˆ‘æœ¬æ¥æŒºçœ‹å¥½ä½ çš„,没想到你竟然åšå‡ºè¿™ç§äº‹ã€‚现在,请你离开守护者è”盟。 +story_3250邦尼兔,其实也...... +story_32600我还没说完,瓜哥你也å¯ä»¥å›žåŽ»äº†ã€‚ +story_3270啥……啥?我? +story_3280 为什么? +story_32900我刚æ‰è¯´äº†ï¼Œå®ˆæŠ¤è€…è”ç›Ÿç¦æ­¢å†…斗。 +story_3300*那也是我打的,和瓜哥没关系。 +story_3310c你作为月中人选中的人,我没有资格把你é£è¿”,你自己去跟冰霜æ°å…‹è¯´å§ã€‚ +story_3320l还有啊,我觉得把瓜哥é€èµ°ï¼Œæ¯”把你é€èµ°æ›´è®©ä½ ä¸å¼€å¿ƒï¼Œä½†è¿™æ ·èƒ½è®©æˆ‘æ›´å¼€å¿ƒå‘€ï¼ +story_3330ä¸â€¦â€¦ä¸æ˜¯è¿™æ ·çš„…… +story_3340€™æ°å…‹ï¼Œç“œå“¥å’Œéª‡å®¢è››å› å†…æ–—å·²ç»è¢«æˆ‘é£é€å›žå„è‡ªçš„ä¸–ç•Œäº†ã€‚è‡³äºŽåŒæ ·å‚加内斗的被月中人选中的家伙你看ç€å¤„ç†å§ã€‚ +story_3350)[color=#fd424e]{0}[/color],抬起头。 +story_3360你知é“错了å—? +story_3370i内斗是我ä¸å¯¹ï¼Œä½†æ˜¯ç¡®å®žæ˜¯éª‡å®¢è››æœ‰é”™åœ¨å…ˆï¼Œè‡³äºŽç“œå“¥ï¼Œä¹Ÿè®¸å†ç»™ä»–点时间…… +story_3380€–瓜哥也跟你去过很多地方了,但从他目å‰çš„æƒ…况æ¥çœ‹ï¼Œç¡®å®žæ²¡æœ‰åšå¥½åŠ å…¥å®ˆæŠ¤è€…è”ç›Ÿçš„å‡†å¤‡ï¼Œè¿™ä¹Ÿæ˜¯è¯ºæ–¯çš„æ„æ€ã€‚ +story_3390 坿˜¯...... +story_3400fä¸ç”¨è¯´äº†ã€‚æˆ‘è§‰å¾—ä½ æ›´åº”è¯¥åæ€çš„æ˜¯ï¼Œå¦‚ä½•ä¸è¾œè´Ÿæœˆä¸­äººå’Œæˆ‘们对你的信任。 +story_3410*你回公寓å§ï¼Œæƒ³æ¸…楚了å†å‡ºæ¥ã€‚ +story_3420-ä¸å¿«ç‚¹æƒ³æ¸…楚,很å¯èƒ½é¥¿è‚šå­å“¦ï¼ +story_3430/[color=#fd424e]{0}[/color],我能进æ¥å—? +story_3440 请进…… +story_34506都怪我,è¦ä¸æ˜¯æˆ‘,瓜哥ä¸ä¼šè¢«é€å›žåŽ»ã€‚ +story_3460P[color=#fd424e]{0}[/color]ï¼Œè¿™ä¸æ˜¯ä½ çš„错。我们一起å¬å¬éŸ³ä¹å§ï¼ +story_3470-我看到你真实的色彩在闪闪å‘光。 +story_3480Kä¸å¿…害怕,展示出你真实的色彩,多么美丽,如åŒå½©è™¹ã€‚ +story_3490$你真的觉得我在闪闪å‘光? +story_3500N就算现在没有,但我相信åªè¦ä½ ä¸æ”¾å¼ƒï¼Œå°±èƒ½å¤Ÿé—ªé—ªå‘å…‰ï¼ +story_3510*你好åƒçœŸçš„能够给人带æ¥å¿«ä¹ã€‚ +story_3520fæœ‰äººè·Ÿæˆ‘è¯´è¿‡ï¼Œå¿«ä¹æ·±è—在我们æ¯ä¸ªäººå†…心,有时候你åªéœ€è¦ä»–人帮你找到。 +story_35303现在看æ¥ï¼Œä½ æ˜¯èƒ½å¸®æˆ‘找到快ä¹çš„人。 +story_3540H嘻嘻,对了,贫嘴驴给你寄了å°é‚®ä»¶ï¼Œæˆ‘给你带æ¥äº†ã€‚ +story_35506是我和瓜哥去找贫嘴驴的时候照的照片。 +story_3560N哇,那真的是一个好的纪念å“,你è¦ä¸è¦æ‰¾ä¸ªåœ°æ–¹æŒ‚èµ·æ¥ã€‚ +story_3570?瓜哥抱ç€çš„篮å­é‡Œï¼Œå¥½åƒæœ‰ä¸€å›¢é»‘乎乎的东西? +story_35809这是……?嗬——我è¦åŽ»ä¸€è¶ŸæŒ‡æŒ¥éƒ¨ï¼ï¼ï¼ +story_3590k没想到梦魇竟然一直潜ä¼åœ¨ç¯®å­é‡Œï¼Ÿ[color=#fd424e]{0}[/color],这个篮å­çŽ°åœ¨åœ¨å“ªé‡Œï¼Ÿ +story_3600!瓜哥应该把它带回去了。 +story_3610 ä¸å¥½ï¼ï¼ +story_36200åŽŸå§‹äººä¸–ç•Œå‡ºäº‹äº†ï¼æˆ‘们得去支æ´ï¼ +story_3630E诺斯已ç»ä¸‹è¾¾äº†å‘½ä»¤ï¼Œæ‰€æœ‰æŒ‡æŒ¥éƒ¨æˆå‘˜ï¼Œç«‹åˆ»å‡ºåŠ¨ï¼ +story_3640æ˜¯ï¼ +story_36509[color=#fd424e]{0}[color=#fd424e],ä¸è¦æ“…è‡ªè¡ŒåŠ¨ï¼ +story_3660K现在黑沙已ç»è”“延得这么厉害了,我很担心瓜哥的安å±ï¼ +story_3670i你的心情我很ç†è§£ï¼Œä½†æ˜¯å¦‚果你å†é‡åˆ°ä»€ä¹ˆå±é™©ï¼Œé‚£ä¼šå¼•èµ·æ•´ä¸ªä¸­è½´åŸŽçš„å±æœºã€‚ +story_3680那我们现在åªèƒ½ç­‰å—? +story_3690*等侦察机侦查完,我们å†è¡ŒåŠ¨ã€‚ +story_3700-å°å¿ƒï¼æœ‰æ„ŸæŸ“çš„çŒ´å­æœæˆ‘们æ¥äº†ï¼ +story_3710它们æ¢å¤äº†ï¼Ÿ +story_3720W[color=#fd424e]{0}[color=#fd424e]ï¼Œä½ åˆšæ‰æ‰“猴å­çš„æ—¶å€™ï¼Œå¿ƒé‡Œåœ¨æƒ³ä»€ä¹ˆï¼Ÿ +story_3730E我在想它们是被黑沙控制æ‰ä¼šè¿™æ ·ï¼Œæˆ‘想è¦å¸®å®ƒä»¬ã€‚ +story_3740^哈哈哈,所以你真的帮到他们了,回去之åŽï¼Œæˆ‘è¦å‘Šè¯‰è¯ºæ–¯è¿™ä¸ªå¥½æ¶ˆæ¯~ +story_3750-哎?冰霜æ°å…‹ï¼ŒçŽ°åœ¨å¯ä»¥è¡ŒåŠ¨äº†ï¼Ÿ +story_37606你䏿˜¯å·²ç»å¼€å§‹äº†å—?我们继续å‰è¿›å§ã€‚ +story_3770瓜哥他们一家都ä¸åœ¨ï¼ +story_37809如果是这样,那瓜哥一家å¯èƒ½éƒ½è¢«æ„ŸæŸ“了。 +story_3790H瓜哥就算被控制了也没什么战斗力å§ï¼Œæœ‰ä»€ä¹ˆå¥½æ€•的。 +story_3800ç“œå“¥æ²¡ä½ è¯´çš„é‚£ä¹ˆå·®ï¼ +story_3810 嘘—— +story_3820å“¼ï¼Œå—æ­»å§ï¼ï¼ +story_3830 å¼â€”— +story_3840Z瓜哥,你能å¬åˆ°æˆ‘说è¯å—ï¼Ÿæˆ‘ä»¬æ˜¯æ¥æ•‘你的,åƒä¸‡ä¸è¦è¢«é»‘æ²™æŽ§åˆ¶ï¼ +story_3850å””......呃...... +story_3860i瓜哥,我们已ç»å¼„清楚了真相,一切都是躲在篮å­çš„æ¢¦é­‡åœ¨ä½œæ€ªã€‚你快醒过æ¥ï¼ +story_3870'ä½ å¬åˆ°äº†ä¹ˆï¼Œå¿«é†’过æ¥ï¼ï¼ï¼ +story_3880f哈哈哈哈哈,既然被你们å‘现了,那就æ¥å§ï¼çœ‹çœ‹è¿™æ¬¡çš„较é‡è°èƒ½ç¬‘到最åŽã€‚ +story_3890Bä¸ï¼Œè¿™ä¸å¯èƒ½â€¦â€¦è¿™æ¬¡æˆ‘坿˜¯åšäº†å……分的准备ï¼ï¼ +story_3900è¦æ€ªå°±æ€ªä½ ç¢°ä¸Šäº†æˆ‘ï¼ +story_3910啊啊啊啊啊ï¼ä¸ï¼ï¼ï¼ +story_3920B你们消ç­ä¸äº†æˆ‘çš„ï¼æ°¸è¿œä¸ä¼šï¼ææƒ§ä¸ä¼šæ¶ˆå¤±â€¦â€¦ +story_3930~èƒ½å¾—åˆ°ä½ ä»¬çš„è®¤å¯æˆ‘éžå¸¸é«˜å…´ã€‚坿˜¯ï¼Œæ¢¦é­‡æœ€åŽçš„è¯ï¼Œè¿˜æ˜¯è®©æˆ‘éžå¸¸æ‹…心。他真的还会出现å—? +story_3940也许会å§ï¼ +story_3950!那我们到底应该怎么åšï¼Ÿ +story_3960€¤å—¨ï¼Œä½ ä»¬å¥½ï¼æˆ‘å·²ç»æ”¶åˆ°ä½ ä»¬å¯„é€è¿‡æ¥çš„[color=#FFFF00]梦魇的牙齿[/color]了。我会尽快安排人解æžï¼Œå¸Œæœ›èƒ½æ‰¾å‡ºåˆ¶ä¼ä»–的办法。 +story_3970梦魇的牙齿? +story_3980fæ²¡é”™ï¼æ›¾ç»ç‰™ä»™æ‰“æŽ‰è¿‡æ¢¦é­‡çš„ä¸€é¢—ç‰™é½¿ï¼Œç‰™é½¿å¯æ˜¯è•´è—ç€ä¸€ä¸ªäººçš„æ‰€æœ‰ç§˜å¯†ã€‚ +story_3990$å¤ªå¥½äº†ï¼ŒæœŸå¾…ä½ ä»¬çš„æˆæžœï¼ +story_4000f远处åŠå±±è…°ä¸Šæžœç„¶æœ‰ä¸€å›¢é»‘气,那应该就是戈伯说的入å£äº†ã€‚æˆ‘çŽ°åœ¨å°±è¿‡åŽ»ï¼ +story_4010`æ ‘ä¸Šé¢æœ‰ä¸€ä¸ªæ•£å‘奇异光线的树洞,应该就是贫嘴驴æåˆ°çš„ä¾¿æ·æ ‘æ´žå§ã€‚ +story_4020我们快点进去å§ã€‚ +story_4030*ä¸èƒ½è®©ä»–们å‘现黑沙的秘密ï¼ï¼ +story_4040$这家伙好åƒè¿˜æœ‰äº‹æƒ…找我。 +story_4050他认识我? +story_4060*这个白毛少年好åƒåœ¨è§‚察我...... +story_4070$我们或许该去找他交æµä¸€ä¸‹ +story_4080&在"å±å¹•"ä»»æ„éžå›¾æ ‡ä½ç½®æ»‘动 +story_4090'è¿™ä½å°çŸ®äººï¼Œçœ‹ä¸ŠåŽ»å分慌张 +story_4100'或许能从她的嘴里知é“些什么 +story_4110去和她èŠèŠå§ +story_4120找.....找什么? +story_41300等等,这金属地æ¿å“ªå„¿æ¥çš„一朵花? +story_4140这件事很å±é™©ã€‚ +story_4150!但波比他们这么信任我。 +story_4160$我或许å¯ä»¥å’Œé‚¦å°¼å…”èŠèŠã€‚ +story_4170/åªæ˜¯ï¼Œçœ‹ä¸Šå޻他䏿˜¯é‚£ä¹ˆå¥½äº¤æµ..... +story_4180Zï¼ˆä½ ä¸Žé˜¿å®æŽ¥åˆ°æŒ‡æŒ¥éƒ¨çš„ä¼ ä¿¡ï¼Œè¯´æœ‰ä¸€é¡¹ä»»åŠ¡è¯·æ±‚ä½ ä»¬äºŒäººå助。) +story_4190M嗨,你们是æ¥å助我研究[color=#FFFF00]魔法地图[/color]çš„å—? +story_4200诶……你是? +story_4210|我å«[color=#FFFF00]希沙窦斯[/color],是大法师[color=#FFFF00]梅林[/color]çš„å¾’å¼Ÿã€‚ä½ ä»¬å«æˆ‘窦谢就好。 +story_4220b你好啊,窦谢ï¼ä½ åˆšæ‰è¯´çš„[color=#FFFF00]魔法地图[/color]……那是什么东西? +story_4230{通过这张地图,å¯ä»¥ç©¿æ¢­æ—¶ç©ºï¼Œå›žåˆ°è¿‡åŽ»ã€‚è¿™æ˜¯æˆ‘å¸ˆçˆ¶çš„ä¼—å¤šé­”æ³•è—å“中,最为神奇的一ç§ã€‚ +story_4240è¿™ä¹ˆåŽ‰å®³ï¼ +story_4250€Ÿè·ç¦»ä¸Šæ¬¡ä½¿ç”¨è¿™å¼ åœ°å›¾å·²ç»è¿‡åŽ»å¾ˆä¹…äº†ã€‚æˆ‘éœ€è¦æµ‹è¯•一下它是å¦ä¾æ—§å®Œå¥½ï¼Œç¡®ä¿ç©¿è¶Šæ—¶ç©ºçš„稳定性。你们愿æ„å助我å—? +story_4260$当然ï¼éœ€è¦æˆ‘们åšäº›ä»€ä¹ˆï¼Ÿ +story_4270oåšä¸€æ¬¡æ—¶ç©ºæ—…行者,在能é‡è€—å°½å‰å›žæ¥â€”—当然,你也å¯ä»¥é€šè¿‡åœ°å›¾è‡ªè¡Œé€‰æ‹©è¿”回。 +story_42809而我,将留在这里观察记录魔法的稳定性。 +story_4290€³ï¼ˆè·ƒè·ƒæ¬²è¯•)å¬èµ·æ¥å¾ˆé…·è¯¶ï¼é‚£[color=#FFFF00]{0}[/color],ä¸å¦‚你穿越回我的过去,在我还没当神龙大侠的时候,æå‰æ•™æˆ‘几手功夫怎么样? +story_43000等等。(æŽå‡ºä¸€ä¸ªé«˜ç§‘技棒状物体) +story_4310v这是[color=#FFFF00]记忆清除器[/color],阿基里迪ç¿-5星çƒä¸Šçš„呿˜Žï¼Œå®ƒå¯ä»¥æ¶ˆé™¤äººä»¬çš„记忆。 +story_4320r你在过去改å˜äº†é˜¿å®å¹¼å¹´äººç”Ÿäº‹ä»¶åŽï¼Œå®ƒä¼šè‡ªåŠ¨ç”Ÿæ•ˆï¼Œæ¶ˆé™¤é˜¿å®è„‘海中关于你的记忆。 +story_4330!我知é“了。我们出å‘å§ï¼ +story_4340€¼[color=#FFFF00]{0}[/color]穿越回到过去,é‡åˆ°äº†æ­¤æ—¶è¿˜æ²¡æœ‰æˆä¸ºç¥žé¾™å¤§ä¾ çš„阿å®ã€‚此时阿å®å’Œçˆ¶äº²è¿˜æ²¡æœ‰æ¬åˆ°å’Œå¹³è°·ï¼Œé˜¿å®æ­£åœ¨é¢é¦†å¸®çˆ¶äº²å𿋉é¢ã€‚ +story_4350ä½ æ¥åˆ°é˜¿å®é¢å‰ã€‚ +story_4360嗨,阿å®ï¼ +story_4370嗨……你是è°å•Šï¼Ÿ +story_4380€„(好奇打é‡ï¼‰è¯¶ï¼Œè™½ç„¶ä½ ä¹Ÿå’Œæˆ‘们长得一样,都是两个眼ç›ä¸€å¼ å˜´ï¼Œä½†åˆå¥½åƒâ€¦â€¦æœ‰å“ªé‡Œæ€ªæ€ªçš„…… +story_4390_我是[color=#FFFF00]{0}[/color]。阿å®ï¼Œä½ æƒ³å’Œæˆ‘一起外出历练,学习功夫å—? +story_4400r功夫?天啊,我从å°å°±å–œæ¬¢åŠŸå¤«ï¼ï¼ˆæ»”æ»”ä¸ç»ï¼‰ä½ å¬è¯´è¿‡ç›–世五侠å—?他们å¯åŽ‰å®³äº†ï¼ +story_4410-é‚£ä½ æƒ³ä¸æƒ³å˜å¾—和他们一样厉害? +story_4420c当然ï¼ä½†æ˜¯æˆ‘è€çˆ¸è‚¯å®šä¸åŒæ„……这样å§ï¼Œå’±ä»¬æ‚„悄离开,别被è€çˆ¸å‘çŽ°ï¼ +story_4430€†ä¸»è§’ä¸Žé˜¿å®æ¥åˆ°åŽé™¢ï¼Œåˆšæƒ³ä»Žå°è·¯æºœèµ°ï¼Œä¸æ–™å´æ’žè§äº†åˆšç«¯å®Œèœè¿”回厨房的[color=#FFFF00]平先生[/color]。 +story_4440阿å®ï¼Ÿä½ æ€Žä¹ˆåœ¨è¿™é‡Œï¼Ÿ +story_4450!你是è°ï¼Ÿçœ‹ç€å¾ˆé¢ç”Ÿå•Šã€‚ +story_4460(张å£ç»“舌)我…… +story_4470V嗨,è€çˆ¸ï¼Œåˆ«ä¸ºéš¾[color=#FFFF00]{0}[/color]ï¼æˆ‘们è¦ä¸€èµ·åŽ»å­¦åŠŸå¤«å‘¢ã€‚ +story_4480*ã€çީ家å字】?从没å¬è¯´è¿‡å•Šã€‚ +story_4490~哦,我明白了,你该ä¸ä¼šæ˜¯éš”å£é¢é¦†æ´¾æ¥çš„æŽ¢å­å§ï¼æƒ³æŽ¥è¿‘阿å®ï¼Œè¶æœºéª—å–æˆ‘çš„ç»ä¸–铿±¤ç§˜æ–¹ï¼ +story_4500'(百å£èŽ«è¾©ï¼‰ä¸æ˜¯çš„,我…… +story_45109å¯ç–‘çš„å®¶ä¼™ï¼Œç«Ÿåœ¨æˆ‘å®¶é‡Œé¬¼é¬¼ç¥Ÿç¥Ÿï¼ŒæŽ¥æ‹›ï¼ +story_4520i战斗结æŸï¼Œä½ åˆšæƒ³å¼€å£ï¼Œå´è§å¹³å…ˆç”Ÿä¸€å±è‚¡å在了原地,扯ç€å—“å­æŠ¹èµ·äº†çœ¼æ³ªã€‚ +story_4530€é˜¿å®â€¦â€¦å‘œå‘œï¼Œæˆ‘çš„å®è´å„¿å­â€¦â€¦æ˜¯è€çˆ¸æ²¡ç”¨ï¼Œä¿æŠ¤ä¸äº†ä½ ï¼Œè¿˜è¦çœ¼çç看ç€ä½ å—å人的蒙骗—— +story_4540E阿å®çœ‹ç€å¹³å…ˆç”Ÿçš„æ ·å­ï¼ŒäºŽå¿ƒä¸å¿ï¼Œèµ¶å¿™ä¸Šå‰å®‰æ…°ã€‚ +story_4550€Šè€çˆ¸ï¼Œåˆ«å“­äº†ï¼ï¼ˆè¹²ä¸‹èº«æ¥ï¼Œç¬¨æ‹™åœ°æŠ±ä½å¹³å…ˆç”Ÿï¼‰æˆ‘哪儿也ä¸åŽ»ï¼Œå°±ç•™åœ¨è¿™é‡Œé™ªä½ ä¸€èµ·åšæ‹‰é¢ï¼Œå¥½ä¸å¥½ï¼Ÿ +story_4560(破涕为笑)真的? +story_4570x你此次虽没有教æˆé˜¿å®æ­¦åŠŸï¼Œå´æ„外窥è§äº†ä»–ä»¬çˆ¶å­æ¸©æƒ…的一é¢ï¼Œä¾¿ä¹Ÿæ¬£æ…°åœ°æ‚„悄离开了。 +story_4580]平先生眼è§å„¿å­å¯¹è‡ªå·±æ»¡æ€€å…³åˆ‡ä¹‹æƒ…,ä¸ç”±ä¹Ÿæ„ŸåŠ¨åœ°æ‹äº†æ‹é˜¿å®çš„背。 +story_4590€ƒï¼ˆæŸ”声)阿å®ï¼Œä½ ä¹‹å‰ä¸æ˜¯è¯´æƒ³è¦[color=#FFFF00]神奇五侠[/color]的木玩å¶å—?è€çˆ¸å¸¦ä½ åŽ»ä¹°ï¼Œå¥½ä¸å¥½ï¼Ÿ +story_46000(抬起头,难掩兴奋的神色)真的? +story_4610?当然ï¼è€çˆ¸ä»€ä¹ˆæ—¶å€™éª—è¿‡ä½ ï¼Ÿèµ°ï¼Œæˆ‘ä»¬è¿™å°±åŽ»ï¼ +story_4620!平先生带ç€é˜¿å®èµ°è¿œäº†ã€‚ +story_4630W(满æ„地笑了笑,æŽå‡ºè®°å¿†æ¸…除器)这次的时间旅程就到这里å§ã€‚ +story_4640n[color=#FFFF00]记忆清除器[/color]å‘出白光,抹除了阿å®ä¸Žå¹³å…ˆç”Ÿè„‘海中关于你的记忆。 +story_4650méšç€ä¸€é˜µå¤©æ—‹åœ°è½¬çš„魔法,[color=#FFFF00]{0}[/color]åˆå›žåˆ°äº†[color=#FFFF00]中轴城[/color]。 +story_4660N怎么样?看你这么快就回æ¥äº†ï¼Œä¼¼ä¹Žè¿™ä¸€è¶Ÿä¸æ€Žä¹ˆé¡ºåˆ©å•Šã€‚ +story_4670(莫å其妙)怎么啦? +story_4680笑得神秘兮兮的。 +story_4690B阿å®ï¼Œä½ è¿˜è®°å¾—你的神奇五侠玩具是哪里æ¥çš„å—? +story_4700Hï¼ˆæŒ å¤´ï¼‰ä¼¼ä¹Žæ˜¯å°æ—¶å€™è€çˆ¸ä¹°ç»™æˆ‘的……说æ¥ä¹Ÿå¥‡æ€ªã€‚ +story_4710€Šä»–一直以æ¥éƒ½æœ€å对我学功夫了,也ä¸çŸ¥é“那次是怎么的,竟然破天è’给我买了他们五个的玩具,嘿嘿。 +story_4720f没有达æˆä½ æœ€åˆçš„目标,对ä¸å¯¹ï¼Ÿåœ°å›¾ä¸­è¿˜å‰©ä½™ä¸€äº›èƒ½é‡ï¼Œè¦ä¸è¦å†è¯•一次? +story_4730`你与阿å®ä»Žé¢é¦†æ­£é—¨ç¦»å¼€ï¼Œå¹³å…ˆç”Ÿä¸åœ¨å±‹ä¸­ï¼ŒäºŒäººé¡ºåˆ©åœ°å·å·æºœäº†å‡ºæ¥ã€‚ +story_4740€ï¼ˆå…´å¥‹ï¼‰å¤ªå¥½äº†ï¼Œæˆ‘们æˆåŠŸæºœå‡ºæ¥äº†ï¼ï¼ˆè½¬æ‹…忧)但是被è€çˆ¸å‘çŽ°äº†æ€Žä¹ˆåŠžï¼Ÿå›žåŽ»ä»–ä¼šå” å¨æˆ‘çš„ï¼ +story_4750€„(安慰)放心,我们就出æ¥ä¸€å°ä¼šå„¿ã€‚ä¸ä¼šè¢«å‘现的,而且我ä¿è¯ï¼ŒåŽ†ç»ƒç»“æŸä¹‹åŽå°†ä½ å¹³å®‰é€å›žåŽ»ã€‚ +story_4760<(转忧为喜)真的å—?那我们今天学点什么? +story_4770*我们就从最基础的招å¼å­¦èµ·å§ã€‚ +story_4780€Âç»è¿‡ä¸€ç•ªè®¤çœŸçš„æ‹³è„šæ¯”åˆ’ï¼Œ[color=#FFFF00]{0}[/color]指点了阿å®å‡ æ‹›æ­¦åŠŸã€‚æ— å¥ˆä»–èº«å½¢ç¬¨æ‹™ã€æ‹›å¼æ­ªä¸ƒæ‰­å…«ï¼Œå°½ç®¡é¢†æ‚ŸåŠ›å分过人,效果å´ä¸ç”šæ˜Žæ˜¾ã€‚ï¼‰ +story_4790€ƒè¿™æ„Ÿè§‰çœŸå¥‡å¦™ã€‚在中轴城的时候,你在[color=#FFFF00]武馆[/color]æ•™æˆ‘æ­¦åŠŸï¼Œæ²¡æƒ³åˆ°çŽ°åœ¨å˜æˆæˆ‘教你了。 +story_4800(疑惑)你说什么? +story_4810l(自悔失言,连忙转移è¯é¢˜ï¼‰æ²¡ä»€ä¹ˆï¼Œé˜¿å®ï¼Œä½ ç»ƒå¾—很ä¸é”™å˜›ï¼æˆ‘ä»¬æ¥æ¯”试一下? +story_4820\战斗结æŸï¼Œ[color=#FFFF00]{0}[/color]è½»æ¾å–èƒœï¼Œé˜¿å®æ°”å–˜åå地躺在地上。 +story_4830l真累啊ï¼å¯èƒ½æˆ‘æ ¹æœ¬å°±ä¸æ˜¯ç»ƒåŠŸå¤«çš„æ–™â€¦â€¦è€çˆ¸è¯´å¾—å¯¹ï¼Œä¹Ÿè®¸åšæ‹‰é¢æ‰æœ€é€‚åˆæˆ‘。 +story_4840]阿å®ï¼Œä»»ä½•æ­¦åŠŸéƒ½ä¸æ˜¯ä¸€æœä¸€å¤•æ‰èƒ½ç»ƒæˆçš„,必须æŒä¹‹ä»¥æ’æ–¹è§æˆæ•ˆã€‚ +story_4850i此外,æˆä¸ºå¤§ä¾ ä¸ä»…需è¦ç›–世的武功,更é‡è¦çš„æ˜¯ä¸€é¢—善良且具有责任感的心。 +story_48603ï¼ˆå˜Ÿå›”ï¼Œä¼¼ä¹Žè¿˜æƒ³è¯´äº›ä»€ä¹ˆï¼‰å¯æ˜¯â€¦â€¦ +story_4870Qå¿½ç„¶ï¼Œè¿œå¤„ä¼ æ¥æ‰“斗的声音,似乎还夹æ‚ç€æŸç§å‘œå‘œçš„哀鸣。 +story_4880嗯?什么声音? +story_4890€”ä½ ä¸Žé˜¿å®æ€¥å¿™èµ¶è¿‡åŽ»ï¼Œå‘现是两åª[color=#FFFF00]è±ºç‹¼å°æ€ª[/color]在对一åªå¯æ€œçš„[color=#FFFF00]å°çŒ´å­[/color]拳打脚踢。 +story_4900把你的食物交出æ¥ï¼ +story_4910Eï¼ˆç´§ç´§æŠ±ç€æ€€ä¸­çš„æžœå­ï¼Œä¸æ–­åœ°æ¯”åˆ’ç€æƒ³è¯´äº›ä»€ä¹ˆï¼‰ +story_4920ä¸äº¤å°±çœ‹æ‰“ï¼ +story_4930å‘œå‘œâ€”â€”ï¼ +story_49406使‰‹ï¼å…‰å¤©åŒ–日,你们怎么能欺凌弱å°ï¼Ÿ +story_4950€Ÿä¸€ç•ªæˆ˜æ–—åŽï¼Œè±ºç‹¼å°æ€ªè½è´¥ï¼Œä»“皇逃窜。å°çŒ´å­æ¥åˆ°ä½ ä»¬é¢å‰ï¼Œç”¨æ‹³å¤´ä¸æ–­åœ°å‡»æ‰“ç€é˜¿å®çš„脸颊,指手画脚比划了一通。 +story_4960<呃啊啊啊——ï¼ï¼ˆèŽ«åå…¶å¦™ï¼‰è¿™æ˜¯ä»€ä¹ˆæ„æ€ï¼Ÿ +story_4970f(认出了这是æ¥è‡ªåŽŸå§‹äººéƒ¨è½çš„æ‹³çŒ´ï¼Œè¿žå¿™å……å½“ç¿»è¯‘ï¼‰å®ƒåœ¨å¯¹ä½ è¡¨è¾¾æ„Ÿè°¢å‘¢ï¼ +story_4980H(苦笑)说起æ¥ï¼Œå®ƒä»¬ä¸€æ—沟通的方å¼å¯çœŸæ˜¯å¥‡å¼‚…… +story_4990-(憨厚地笑了笑)哈哈,ä¸ç”¨è°¢ï¼ +story_50003å°çŒ´å­è¡¨æ˜Žäº†è°¢æ„,转头跑回森林了。 +story_50109ï¼ˆæ‹…å¿ƒåœ°ä¸Šå‰æŸ¥çœ‹çŠ¶å†µï¼‰é˜¿å®ï¼Œä½ æ²¡äº‹å§ï¼Ÿ +story_5020`阿å®ç«™èµ·èº«ï¼Œè™½ç„¶å¹¶æ— å¤§ç¢ï¼Œä½†è„¸ä¸Šè¢«è±ºç‹¼çš„利爪划伤,留下一é“å£å­ã€‚ +story_50306ï¼ˆè‡ªè´£ï¼‰éƒ½æ€ªæˆ‘ï¼Œæ²¡æœ‰ä¿æŠ¤å¥½ä½ çš„å®‰å…¨ï¼ +story_5040Z(ä¹å‘µå‘µï¼‰ä¸ç¢äº‹çš„ï¼å¯¹äºŽä¸€ä¸ªå¤§ä¾ æ¥è¯´ï¼Œè¿™ç‚¹å°ä¼¤å¯ä¸ç®—什么—— +story_5050€¼ï¼ˆå¿½ç„¶é†’悟过æ¥ï¼Œæ„Ÿå¹ï¼‰å¯¹ï¼Œ[color=#FFFF00]{0}[/color],你说得没错,æˆä¸ºå¤§ä¾ æœ€é‡è¦çš„,在于一颗善良且有责任感的心ï¼è¿™å¯çœŸæ˜¯ä¸€å¥è‡³ç†åè¨€ï¼ +story_50606你看到阿å®å¦‚此领悟,ä¸ç”±æ¬£æ…°åœ°ç¬‘了。 +story_5070\(故作神秘)这å¯ä¸æ˜¯æˆ‘说的,是——[color=#FFFF00]神龙大侠[/color]哦。 +story_5080](兴奋,完全从疲惫和沮丧中æ¢å¤äº†è¿‡æ¥ï¼‰æˆ‘è¦æŠŠè¿™å¥è¯å¥½å¥½è®°ä¸‹æ¥ï¼ +story_5090W好了,今天天色也晚了,我们早点回去å§ï¼ä¸è¦è¢«ä½ çˆ¶äº²å‘现了。 +story_5100Mï¼ˆæ‹æ‹ä¸èˆï¼‰[color=#FFFF00]{0}[/color],我真èˆä¸å¾—与你分别。 +story_51100别担心,我们还会有å†è§çš„一天的。 +story_5120€ è¿™æ—¶ä¹Ÿåˆ°äº†ç©¿è¶Šçš„æ—¶é—´ï¼Œ[color=#FFFF00]记忆清除器[/color]å‘出白光,清除了阿å®çš„记忆,[color=#FFFF00]{0}[/color]也回到指挥部。 +story_5130B你回æ¥äº†ã€‚看你的表情,这一趟似乎收获颇丰啊。 +story_5140€¥å½“然——(检查阿å®çš„脸,果然å‘çŽ°äº†ä¸€é“æ·¡åˆ°å‡ ä¹Žä¸å¯å¯Ÿè§‰çš„å°ä¼¤å£ï¼‰å“¦ï¼Œçª¦è°¢ï¼Œå¿«æ¥çœ‹ï¼æˆ‘打赌这é“ä¼¤ç–¤ä¹‹å‰æ˜¯æ²¡æœ‰çš„ï¼ +story_5150€´ï¼ˆèŽ«å其妙)这é“伤疤怎么了å—?我练功的时候,ç»å¸¸ç£•磕碰碰,身上还有很多比这é“疤更严é‡çš„伤å£å‘¢ã€‚å¹¸äºæˆ‘皮糙肉厚,嘿嘿嘿…… +story_5160€’阿å®ï¼Œä½ è¿˜è®°ä¸è®°å¾—ï¼Œåœ¨ä½ å°æ—¶å€™è¿˜æ²¡æ¬åˆ°[color=#FFFF00]和平谷[/color]之å‰ï¼ŒæŸä¸€å¤©ä½ åŽ»æ‘å­å¤–颿¸¸è¡çš„ç»åކå—? +story_5170€¨ï¼ˆæ€ç´¢åŠæ™Œï¼‰å“¦ï¼Œæ˜¯æœ‰ä¸€æ¬¡ï¼é‚£å›žæˆ‘莫å其妙挨了è€çˆ¸å¥½ä¸€é¡¿è®­ï¼Œè¯´æ•´ä¸ªä¸‹åˆéƒ½æ‰¾ä¸åˆ°æˆ‘çš„äººå½±ï¼Œå¯æˆ‘å´ä¸€ç‚¹éƒ½æƒ³ä¸èµ·æ¥äº†â€¦â€¦ +story_5180B(摸摸脸颊)好åƒè¿™é“å£å­å°±æ˜¯é‚£æ—¶å€™åˆ’伤的呢。 +story_5190€ï¼ˆå…´å¥‹ï¼‰æžœç„¶ï¼çœ‹æ¥è®°å¿†æ¸…除器确实有效果ï¼ï¼ˆè½¬å‘阿å®ï¼‰åŽæ¥ä½ å†ç»ƒåŠŸå¤«çš„æ—¶å€™ï¼Œæœ‰æ„Ÿåˆ°ä»€ä¹ˆä¸ä¸€æ ·å—? +story_5200€Å我å—ï¼Ÿå¥½åƒæ²¡ä»€ä¹ˆå•Šï¼Œåˆšè¢«é€‰ä¸Š[color=#FFFF00]神龙大侠[/color]çš„æ—¶å€™ï¼Œæˆ‘ç¬¨æ‰‹ç¬¨è„šï¼ŒæŒ¨äº†å¸ˆçˆ¶å¥½å¤šè®­â€¦â€¦æˆ‘å·®ä¸€ç‚¹éƒ½æƒ³æ”¾å¼ƒäº†ï¼Œä½†æœ€ç»ˆè¿˜æ˜¯åšæŒäº†ä¸‹æ¥ã€‚ +story_5210!是什么激励ç€ä½ å‰è¡Œå‘¢ï¼Ÿ +story_5220€Šä»»ä½•æ­¦åŠŸéƒ½ä¸æ˜¯ä¸€æœä¸€å¤•æ‰èƒ½ç»ƒæˆçš„,必须æŒä¹‹ä»¥æ’æ‰è§æˆæ•ˆã€‚(得æ„ï¼‰è¿™å¯æ˜¯æœ¬ç¥žé¾™å¤§ä¾ çš„至ç†åè¨€ï¼ +story_5230c看æ¥è¿™æ¬¡å®žéªŒé¢‡æœ‰æ•ˆæžœå•Šã€‚ä¸è¿‡å°±ç©¿è¶Šçš„æ—¶é—´æ¥çœ‹ï¼Œä¼¼ä¹Žè¿˜èƒ½é€‚当延长…… +story_5240l我对魔法地图进行维护和å‡çº§åŽï¼Œä¼šé‚€è¯·ä½ å†æ¬¡å‰æ¥çš„。到时也请你多多å助啦。 +story_5250H呃啊——嘶……头好疼……这里.......这里是哪........? +story_5260€Œä½ é†’啦ï¼çœ‹æ¥ç»ˆæžä¹‹æˆ˜çš„资料已ç»ä¼ è¾“完毕了,ä¸è¿‡......传输的内容似乎太多了,你看上去ä¸å¤ªæ¸…醒........ +story_52709你是è°ï¼Ÿâ€¦â€¦è¿™æ˜¯å“ªé‡Œï¼Ÿæˆ‘怎么会在这里? +story_5280;别紧张,[color=#FFFF00]{0}[/color],这里是中轴城 +story_52909你所在的这个地方是守护者è”盟的指挥部。 +story_5300<我å«å†°éœœæ°å…‹ï¼Œæ˜¯è¿™é‡Œçš„守护者,快起æ¥å§ã€‚ +story_5310你认识我? +story_5320]å“ˆå“ˆå“ˆï¼Œå½“ç„¶ï¼Œä½ æ˜¯æœˆä¸­äººé€‰ä¸­çš„ä¼ æ‰¿è€…ï¼Œä½ çš„åˆ°æ¥æ—©å·²åœ¨è”盟传开。 +story_5330t[color=#FFFF00]å…‰æ˜Žç»ˆå°†è¢«é»‘æš—æ‰€ç¬¼ç½©ï¼Œåªæœ‰æœˆä¸­äººçš„传承者æ‰èƒ½ä¸ºä¸­è½´åŸŽå¸¦æ¥å¸Œæœ›[/color]。 +story_5340€Šç»ˆæžä¹‹æˆ˜åŽï¼Œåœ£æ¡ƒæ ‘的预言一直广为æµä¼ ï¼Œåªæœ‰ä½ å¯ä»¥å¸¦é¢†æˆ‘ä»¬æ‰“è´¥ä¸æ–­å…¥ä¾µçš„黑暗力é‡ï¼Œå®ˆæŠ¤ä¸­è½´åŸŽï¼ +story_5350åªæœ‰æˆ‘……? +story_5360Bå—¬ï¼ˆå€’å¸æ°”)——等等,我的身体怎么å˜é€æ˜Žäº†ï¼Ÿ +story_5370€‰åˆ«å®³æ€•,[color=#FFFF00]{0}[/color]。如果我没猜错的è¯ï¼Œä½ çš„外形需è¦ä¾é å¤§å®¶çš„认å¯å’Œä¿¡ä»»æ‰èƒ½å˜å¾—清晰。 +story_5380Zå°±åƒæˆ‘当年一样,在获得孩å­ä»¬çš„信任以åŽï¼Œæˆ‘æ‰èƒ½è¢«æ‰€æœ‰äººçœ‹è§ã€‚ +story_5390$“æ°å…‹â€”—,æ°å…‹â€”—ï¼â€ +story_5400è°ï¼Œæ˜¯è°çš„声音? +story_54109哦,是那家伙巡逻回æ¥äº†ï¼Œä½ è¦æ‰¾æ‰¾ä»–å—? +story_5420@咦,奇怪,这ç§å®¤å†…地æ¿....怎么会长出朵花æ¥ï¼Ÿ +story_5430u嘿,æ°å…‹ï¼Œæˆ‘回æ¥äº†ï¼å¬è¯´ä½ æ‰¾åˆ°äº†å¸¦æœ‰æœˆä¸­äººæ°”æ¯çš„å®ˆæŠ¤è€…ï¼Œä»–åœ¨å“ªå„¿ï¼Ÿå¿«è®©æˆ‘çž§çž§ï¼ +story_5440å–‚.....等等? +story_5450!他居然从洞里钻出æ¥äº†ï¼Ÿ +story_5460?诶?哈哈哈哈哈,ä¸ä¼šå°±æ˜¯çœ¼å‰è¿™ä¸ªå°é€æ˜Žå§ï¼Ÿ +story_5470K别逗了,æ°å…‹ï¼Œä»Šå¤©æ˜¯æ„šäººèŠ‚å—,你这节目安排的ä¸é”™ã€‚ +story_5480...................... +story_5490'喂喂喂,等等,你是认真的? +story_5500^è¿™å°±æ˜¯æˆ‘ä»¬è¦æ‰¾çš„守护者?中轴城未æ¥çš„希望?哦ä¸ï¼Œè¿™çœŸæ˜¯å¤ªç³Ÿç³•了~ +story_55109我们è¦ç›¸ä¿¡æœˆä¸­äººçš„安排,一切自有深æ„。 +story_5520*ç›¸ä¿¡çš„å‰ææ˜¯è¦æœ‰çœŸæ­£çš„实力。 +story_5530?æ°å…‹ã€é‚¦å°¼å…”,谈心结æŸäº†ï¼Œæˆ‘ä»¬æœ‰å¤§éº»çƒ¦äº†ï¼ +story_5540x……哦,你就是月中人的传承者?哇哦,我喜欢你的新皮肤,看起æ¥åƒä¸ªä¼šè¡Œèµ°çš„大果冻。 +story_55506波比,å‘生了什么事?为什么这么慌张? +story_5560{哦是这样的,今早,我们魔å‘ç²¾çµå’Œå¾€å¸¸ä¸€æ ·åœ¨åœ£æ¡ƒæ ‘下唱ç¥ç¥·æ­Œï¼Œå¯åœ£æ¡ƒæ ‘çªç„¶å°±æž¯èŽäº†ã€‚ +story_5570<æ˜¯ä¸æ˜¯å…¥ç§‹äº†ï¼Œåœ£æ¡ƒæ ‘掉点å¶å­ä¹Ÿæ˜¯æ­£å¸¸çš„。 +story_5580Tä¸ï¼Œä¸æ˜¯æŽ‰æ ‘å¶å­é‚£ä¹ˆç®€å•,是枯èŽï¼Œæ˜¯æ•´ä¸ªåœ£æ¡ƒæ ‘都枯èŽå•¦ï¼ +story_5590€åœ£æ¡ƒæ ‘坿˜¯æˆ‘们得到乌龟大师预言的唯一方法,必须尽快查清事情真相,让圣桃树æ¢å¤å¾€æ—¥ç”Ÿæœºã€‚ +story_5600€˜æˆ‘有一个æè®®ï¼[color=#FFFF00]{0}[/color],如果你能解决圣桃树异常枯èŽäº‹ä»¶ï¼Œæˆ–许能从中获å–力é‡ï¼Œæ¢å¤å®žä½“化身体。 +story_56104哼,就凭他,我打赌这个å°é€æ˜ŽåŠžä¸åˆ°! +story_5620<办得到,或者办ä¸åˆ°ï¼Œæ—¶é—´ä¼šå‘Šè¯‰æˆ‘们一切。 +story_5630}[color=#FFFF00]{0}[/color],你就和波比走一趟å§ï¼Œè¦å¯¹è‡ªå·±æœ‰ä¿¡å¿ƒï¼Œå…得被有些人称作“å°é€æ˜Žâ€ï¼ +story_5640}哇哦,有[color=#FFFF00]{0}[/color]的加入,这件事一定能顺利解决ï¼è¿˜ç­‰ä»€ä¹ˆï¼Œæˆ‘们赶紧出å‘å§ï¼ï¼ +story_5650P[color=#FFFF00]{0}[/color],你看,生长在瀑布æ—边的就是圣桃树。 +story_5660]看起æ¥ï¼Œåœ£æ¡ƒæ ‘的状况确实ä¸å¤§å¥½ï¼Œå®ƒä¼¼ä¹Žæ­£é­å—æŸç§åŠ›é‡çš„ç ´å…… +story_5670我们é è¿‘看看å§ã€‚ +story_5680€‰å“¦ï¼Œå¶å­éƒ½æŽ‰å…‰äº†ï¼Œæ˜¯æœ‰å®³è™«å—?[color=#FFFF00]{0}[/color],我想你一定有调查计划了,对å§ï¼Œå¿«å’Œæˆ‘è¯´è¯´ï¼ +story_5690Jé¢â€¦â€¦ï¼Œæˆ‘计划就是……先过去看看å§(根本没有计划-.-) +story_5700Kå“¦ï¼Œä¸æ„§æ˜¯æœˆä¸­äººé€‰å¬çš„å®ˆæŠ¤è€…ï¼æˆ‘喜欢你从容的æ€åº¦ã€‚ +story_5710-怎么了,你看起æ¥ä¼¼ä¹Žä¸å¤ªå¼€å¿ƒï¼Ÿ +story_5720c说实è¯ï¼Œæˆ‘一路上æ€è€ƒäº†å¾ˆä¹…,å¯è¿˜æ˜¯æ¯«æ— å¤´ç»ªï¼Œå¯èƒ½è¦è®©ä½ ä»¬å¤±æœ›äº†â€¦â€¦ +story_5730w别担心[color=#FFFF00]{0}[/color],没有è°ï¼Œå¤©ç”Ÿå°±èƒ½è§£å†³éº»çƒ¦ï¼Œæˆ‘们需è¦çš„æ˜¯é¢å¯¹éº»çƒ¦çš„勇气。 +story_5740Zæ¥ï¼ŒæŠ¬å¤´çœ‹çœ‹å¤©ç©ºï¼Œæ™´æœ—æ¹›è“,还有è´è¶é£žç¿”,这ç»å¯¹æ˜¯ä¸ªå¥½å…†å¤´ã€‚ +story_57503我有预感,我们此行一定会éžå¸¸é¡ºåˆ©ã€‚ +story_5760'å‘€å•Šå•Šâ€”â€”ï¼Œçœ‹æˆ‘çš„é“æ‹³ï¼ï¼ +story_5770å°å¿ƒï¼Œæœ‰å±é™©ï¼ï¼ +story_5780$居然是一åªè±ºç‹¼å°æ€ªï¼Ÿï¼ï¼ +story_5790Bä½ ä¸ºä»€ä¹ˆè¢­å‡»æˆ‘ä»¬ï¼Œåœ£æ¡ƒæ ‘æž¯èŽæ˜¯ä¸æ˜¯å’Œä½ æœ‰å…³ï¼Ÿ +story_5800<哼,ä¸è¦ç™½è´¹åŠ›æ°”äº†ï¼Œæˆ‘ä¸€ä¸ªå­—ä¹Ÿä¸ä¼šè¯´çš„。 +story_5810~æˆ‘å¯æ˜¯å’ŒçŠ€ç‰›å¤§å“¥æ‹ç€èƒ¸è„¯ä¿è¯è¿‡ï¼Œä¸€å®šä¼šå®ˆå¥½è¿™é‡Œï¼Œä¸è®©ä»»ä½•人å‘çŽ°é€šå¾€åœ£æ¡ƒæ ‘æ ¹éƒ¨çš„åœ°æ´žï¼ +story_58206……糟糕,我好åƒè¯´äº†ä»€ä¹ˆä¸è¯¥è¯´çš„äº‹ï¼ +story_5830-(犀牛?看样å­è¿˜æœ‰å¹•åŽä¹‹äºº.......) +story_5840]嘿嘿嘿(尬笑)……如果å¯ä»¥çš„è¯ï¼Œèƒ½ä¸èƒ½è¯·ä½ ä»¬å¿˜äº†æˆ‘刚刚说的è¯ã€‚ +story_5850€±è¦æ˜¯è®©çŠ€ç‰›å¤§å“¥çŸ¥é“,是我告诉你们他是从圣桃树æ—è¾¹çš„é»‘è‰²ç©ºé—´è¿›åŽ»ï¼Œæ­£åœ¨åœ°åº•ä¸–ç•ŒæŒ–æŽ˜åœ£æ¡ƒæ ‘çš„æ ‘æ ¹ï¼Œä»–ä¸€å®šä¼šæŠŠæˆ‘ææˆè‚‰é¥¼çš„ï¼ +story_5860fä»–â€¦â€¦æ˜¯ä¸æ˜¯å·²ç»æ‹›äº†â€¦â€¦æ—边那个黑洞,应该就是所谓的黑色空间入å£...... +story_5870>耶ï¼è¿›å±•顺利ï¼é‚£å’±ä»¬ç»™ä»–个痛快å§ï¼(æŒ‡ææ˜) +story_5880F别....别ï¼å•Šå•Šå•Šï¼(回头跑ä¸å°å¿ƒæ’žåˆ°åœ£æ¡ƒæ ‘æ˜è¿·....) +story_5890!这个东西好åƒå……满能é‡ã€‚ +story_59000ä¸å¥½ï¼Œåœ£æ¡ƒæ ‘的根部也全都枯èŽäº†ã€‚ +story_5910$哇,力é‡ï¼ŒåŠ›é‡éƒ½æ˜¯æˆ‘çš„ï¼ +story_5920!åŽŸæ¥æ˜¯ä½ åœ¨ç ´å圣桃树。 +story_5930这个大家伙是è°ï¼Ÿ +story_5940â€¦â€¦å“¦ï¼Œéš¾é“æ˜¯â€¦â€¦ +story_5950?就是因为他啃食圣桃树,æ‰ä¼šå¯¼è‡´åœ£æ¡ƒæ ‘枯èŽã€‚ +story_59606å¯ä½ ä¸ºä»€ä¹ˆè¦è¿™ä¹ˆåšï¼Œè¿™æ£µæ ‘å¤šæ¼‚äº®å•Šï¼ +story_5970iè¿˜ä¸æ˜¯å› ä¸ºæ­¦é¦†å¤§èµ›åˆè¾“了,我想è¦è®©æˆ‘的犀牛角å˜å¾—æ›´å¤§ï¼æ›´å¼ºï¼æ›´é”‹åˆ©ï¼ï¼ +story_5980*而且,比赛有输有赢很正常嘛。 +story_5990Kå•Šå•Šå•Šå•Šâ€”â€”çœŸæ˜¯å” å¨æ­»äº†ï¼Œçœ‹æ¥æˆ‘åªæœ‰æœ€åŽä¸€æ‹›äº†â€¦â€¦ +story_6000çœ‹ï¼Œä¹Œé¾Ÿå¤§å¸ˆï¼ +story_6010乌....ä¹Œé¾Ÿå¤§å¸ˆï¼Ÿå“ªé‡Œï¼ +story_6020什么乌....啊? +story_6030'哎呀——ï¼å±…ç„¶è®©ä»–é€ƒæŽ‰äº†ï¼ +story_6040-坿˜¯ï¼Œä»–刚刚是往哪个方å‘跑了? +story_60509我也没看清楚,我们还是先救治圣桃树å§ã€‚ +story_6060€¡æ²¡é”™ï¼Œåœ£æ¡ƒæ ‘现在还是枯èŽçš„呢,[color=#FFFF00]{0}[/color]身上带有月中人气æ¯ï¼Œä¹Ÿè®¸ä½ å¯ä»¥ç‚¹äº®åœ£æ¡ƒæ ‘,让圣桃树é‡èŽ·ç”Ÿæœºã€‚ +story_6070eå¤ªå¥½äº†ï¼Œåœ£æ¡ƒæ ‘åˆæ¢å¤äº†å¾€æ—¥çš„生机,这多äºäº†[color=#FFFF00]{0}[/color]的帮忙。 +story_6080]为了感谢你所åšçš„一切,我想为你唱一首ç¥ç¦ä¹‹æ­Œï¼Œæ„¿å¥½è¿ä¸Žä½ åŒåœ¨ï¼ +story_6090?å¥½åƒæœ‰ä¸€è‚¡å¼ºå¤§çš„åŠ›é‡æ­£åœ¨ä¸æ–­æ¶Œå…¥æˆ‘的身体。 +story_6100€å“¦çœ‹å‘€ï¼Œ[color=#FFFF00]{0}[/color]ï¼Œä½ çš„èº«ä½“å˜æˆå®žä½“çš„äº†ï¼Œçœ‹æ¥æ°å…‹è¯´çš„æ²¡é”™ï¼Œä¿¡ä»»ç¡®å®žå¯ä»¥è®©ä½ çš„身体æ¢å¤ã€‚ +story_6110E我们赶快回指挥部,将这个好消æ¯å‘Šè¯‰æ°å…‹ä»–们å§ï¼ +story_61208[color=#FFFF00]{0}[/color],你的身体æ¢å¤äº†ï¼Ÿï¼ +story_6130\哈哈哈,我说什么æ¥ç€ï¼Œ[color=#FFFF00]{0}[/color],相信自己,你能行的。 +story_6140Q坿ƒœé‚¦å°¼å…”巡逻去了,真该让他瞧瞧你现在的样å­ï¼Œæ£’æžäº†ï¼ +story_6150€€è¿™æ¬¡å¤šäºäº†[color=#FFFF00]{0}[/color],打跑了犀牛守å«é‚£ä¸ªå家伙,我们æ‰èƒ½è®©åœ£æ¡ƒæ ‘釿–°ç„•å‘生机。 +story_6160$看æ¥ï¼Œä½ ä»¬æ­¤è¡Œå¹¶ä¸é¡ºåˆ©ã€‚ +story_6170xä»ŠåŽæ‰§è¡Œä»»åŠ¡çš„è¿‡ç¨‹ä¸­ï¼Œä¸€å®šä¼šé¢ä¸´æ›´å¤šçš„çªå‘状况,为此守护者一定è¦åšå¥½å……足的准备。 +story_6180我该怎么åšï¼Ÿ +story_6190€µåœ¨æ¢¦å·¥åœºçš„世界里,有诸多守护守护者分散在å„个角è½ï¼Œ[color=#FFFF00]{0}[/color]å¯ä»¥è¿›å…¥å¬å”¤ç•Œé¢ï¼Œæ¶ˆè€—[color=#FFFF00]时空石[/color]进行å¬å”¤ã€‚ +story_6200K那些守护者都会加入我们,今åŽçš„æˆ˜æ–—一定会越å‘é¡ºåˆ©ï¼ +story_6210B我已ç»å¼€å§‹æœŸå¾…[color=#FFFF00]{0}[/color]今åŽçš„表现了~ +story_62206ä¸è¿‡åœ£æ¡ƒæ ‘枯èŽäº‹ä»¶è¿˜æ˜¯è®©æˆ‘å分在æ„。 +story_6230l终æžä¹‹æˆ˜åŽï¼Œè™½ç„¶é»‘æš—åŠ¿åŠ›ä¸€ç›´è¢«å…³æŠ¼åœ¨å¿ƒé­”å¡”ä¸­ï¼Œä½†ä»æœ‰éƒ¨åˆ†æ®‹ä½™åŠ¿åŠ›é€ƒè„±â€¦â€¦ +story_6240?一旦黑暗势力å‡ç»“ï¼Œåªæ€•守护者è”盟很难应对。 +story_6250iä¸ç”¨æ‹…心,æ°å…‹ï¼Œå‘Šè¯‰å¤§å®¶ä¸€ä¸ªå¥½æ¶ˆæ¯ï¼Œå¸ƒå…°å¥‡çš„æœˆå…‰çŸ³é©¬ä¸Šå°±è¦ç ”制æˆåŠŸäº†ã€‚ +story_6260Zä¸è¿‡ï¼Œåˆ¶ä½œæœˆå…‰çŸ³çš„åŽŸææ–™ä¸å¤Ÿäº†ï¼Œæˆ‘ä»¬éœ€è¦æ”¶é›†æ›´å¤šçš„æœˆå…‰åŽŸçŸ³ã€‚ +story_6270月光原石? +story_6280€‡é‚£æ˜¯ä¸€ç§ä¼šå‘光的è“色矿石,梦工场世界里éžå¸¸é‡è¦çš„èƒ½æºææ–™ï¼Œå¬è¯´æœ€è¿‘在疯狂原始人世界å‘现过。 +story_62905[color=#FFFF00]{0}[/color],我å¯ä»¥ä¸ºä½ å¸¦è·¯ï¼ +story_6300€ƒä¸è¿‡â€¦â€¦åŽŸå§‹äººä¸–ç•Œæš—è—屿œºï¼Œå޻之剿ˆ‘们先去[color=#FFFF00]é“匠铺[/color]打造件装备,用æ¥é˜²èº«å§ã€‚ +story_63103欢迎æ¥åˆ°æˆˆä¼¯é“åŒ é“ºï¼æˆ‘是暴夫纳特。 +story_6320#咦,好瘦.....年轻的é“匠。 +story_6330`那个è€å®¶ä¼™ï¼Œè‚¯å®šæ˜¯èº²åˆ°ä»€ä¹ˆåœ°æ–¹å–酒去了,我是临时被抓过æ¥å¸¦ç­çš„ï¼ +story_6340你想打造什么装备? +story_6350-我们这儿有一å°800万匹力é‡çš„ç«ç‚‰ +story_6360]还有那è€å®¶ä¼™å¿ƒçˆ±çš„é“é”¤ï¼Œå¦‚æžœåªæ˜¯ä¸€äº›ç®€å•的东西,我就å¯ä»¥ä»£åŠ³ã€‚ +story_6370*装备打造完æˆï¼Œæ¬¢è¿Žä¸‹æ¬¡å…‰ä¸´ã€‚ +story_6380#啊.....呆在这里真让抓狂。 +story_6390€³æŽ¥ä¸‹æ¥ï¼Œæˆ‘们就出å‘å‰å¾€åŽŸå§‹äººä¸–ç•Œå§ï¼æŒ‡æŒ¥éƒ¨çš„[color=#FFFF00]微缩地çƒ[/color]å¯ä»¥å¿«é€ŸåŽ»å¾€æ¢¦å·¥åœºå®‡å®™ä¸­çš„ä»»æ„世界,快去点击试试å§ï¼ +story_6400€æˆ‘è™½ç„¶æœ‰é¢„æ–™ï¼Œä½†æ˜¯ä¾æ—§æ²¡æœ‰æƒ³åˆ°åˆšåˆšå‡ºé—¨å°±ä¼šé‡åˆ°é˜»ç¢ï¼Œä½†æ˜¯æˆ‘们ä¸èƒ½æ”¾å¼ƒï¼Œç»§ç»­å‘ç€åŽé¢çš„世界å‰è¿›å§ï¼ +story_6410€“很好,我已ç»èƒ½å¤Ÿæ„Ÿå—到月光原石的气æ¯äº†ï¼Œèƒœåˆ©è¿‘在迟迟,继续å‘åŽå‰è¿›å§ï¼Œæˆ‘也会æä¾›åŠ›æ‰€èƒ½åŠçš„力é‡çš„。 +story_6420S太好了,[color=#FFFF00]{0}[/color],你终于æˆåŠŸæ”¶é›†åˆ°äº†æœˆå…‰åŽŸçŸ³ï¼ +story_6430€¬å“¦å¯¹äº†ï¼Œ[color=#FFFF00]å¬å”¤å®ˆæŠ¤è€…[/color]æœ‰å¤šç§æ–¹å¼ï¼Œé™¤äº†æœ€åŸºæœ¬çš„å¬å”¤æ–¹æ³•外,[color=#FFFF00]{0}[/color]也å¯è¿›è¡Œä¸€æ¬¡å连的å¬å”¤æ–¹å¼ã€‚ +story_6440H接下æ¥ï¼Œè®©æˆ‘ä»¬è¯•è¯•åŒæ—¶å¬å”¤å¤šåå®ˆæŠ¤è€…å‰æ¥å¸®å¿™å§ã€‚ fight_prepare准备fight_continuous_fighting 连续战斗fight_completed_battles(å®Œæˆ [color=#20d43a]{0} [/color]战斗 fight_continuous_fighting_record战绩fight_continuous_fighting_cost消耗"fight_continuous_fighting_duration战斗总时长%fight_continuous_fighting_best_record 最佳时长 fight_continuous_fighting_cancelå–æ¶ˆ#fight_continuous_fighting_challenge挑战 fight_continuous_fighting_result{0} èµ¢ /{1} 输 +story_6450{没想到借助魔法地图的力é‡çœŸçš„å¯ä»¥ç©¿è¶Šæ—¶ç©ºï¼Œå›žåˆ°è¿‡åŽ»ã€‚æŽ¥ä¸‹æ¥æˆ‘è¦åŽ»æ‰¾é˜¿å®ï¼Œæ•™ä»–武功。 +story_6460嗨,阿å®ï¼ +story_6470嗨……你是è°å•Šï¼Ÿ +story_6480€„(好奇打é‡ï¼‰è¯¶ï¼Œè™½ç„¶ä½ ä¹Ÿå’Œæˆ‘们长得一样,都是两个眼ç›ä¸€å¼ å˜´ï¼Œä½†åˆå¥½åƒâ€¦â€¦æœ‰å“ªé‡Œæ€ªæ€ªçš„…… +story_6490_我是[color=#FFFF00]{0}[/color]。阿å®ï¼Œä½ æƒ³å’Œæˆ‘一起外出历练,学习功夫å—? +story_6500r功夫?天啊,我从å°å°±å–œæ¬¢åŠŸå¤«ï¼ï¼ˆæ»”æ»”ä¸ç»ï¼‰ä½ å¬è¯´è¿‡ç›–世五侠å—?他们å¯åŽ‰å®³äº†ï¼ +story_6510-é‚£ä½ æƒ³ä¸æƒ³å˜å¾—和他们一样厉害? +story_6520c当然ï¼ä½†æ˜¯æˆ‘è€çˆ¸è‚¯å®šä¸åŒæ„……这样å§ï¼Œå’±ä»¬æ‚„悄离开,别被è€çˆ¸å‘çŽ°ï¼ +story_6530€†ä¸»è§’ä¸Žé˜¿å®æ¥åˆ°åŽé™¢ï¼Œåˆšæƒ³ä»Žå°è·¯æºœèµ°ï¼Œä¸æ–™å´æ’žè§äº†åˆšç«¯å®Œèœè¿”回厨房的[color=#FFFF00]平先生[/color]。 +story_6540阿å®ï¼Ÿä½ æ€Žä¹ˆåœ¨è¿™é‡Œï¼Ÿ +story_6550!你是è°ï¼Ÿçœ‹ç€å¾ˆé¢ç”Ÿå•Šã€‚ +story_6560(张å£ç»“舌)我…… +story_6570V嗨,è€çˆ¸ï¼Œåˆ«ä¸ºéš¾[color=#FFFF00]{0}[/color]ï¼æˆ‘们è¦ä¸€èµ·åŽ»å­¦åŠŸå¤«å‘¢ã€‚ +story_6580*ã€çީ家å字】?我从没å¬è¯´è¿‡ã€‚ +story_6590{哦,我明白了,你该ä¸ä¼šæ˜¯éš”å£é¢é¦†æ´¾æ¥çš„æŽ¢å­ï¼Œæƒ³æŽ¥è¿‘阿å®ï¼Œè¶æœºéª—å–æˆ‘çš„ç»ä¸–铿±¤ç§˜æ–¹ï¼ +story_6600'(百å£èŽ«è¾©ï¼‰ä¸æ˜¯çš„,我…… +story_66109å¯ç–‘çš„å®¶ä¼™ï¼Œç«Ÿåœ¨æˆ‘å®¶é‡Œé¬¼é¬¼ç¥Ÿç¥Ÿï¼ŒæŽ¥æ‹›ï¼ +story_6620i战斗结æŸï¼Œä½ åˆšæƒ³å¼€å£ï¼Œå´è§å¹³å…ˆç”Ÿä¸€å±è‚¡å在了原地,扯ç€å—“å­æŠ¹èµ·äº†çœ¼æ³ªã€‚ +story_6630€é˜¿å®â€¦â€¦å‘œå‘œï¼Œæˆ‘çš„å®è´å„¿å­â€¦â€¦æ˜¯è€çˆ¸æ²¡ç”¨ï¼Œä¿æŠ¤ä¸äº†ä½ ï¼Œè¿˜è¦çœ¼çç看ç€ä½ å—å人的蒙骗—— +story_6640E阿å®çœ‹ç€å¹³å…ˆç”Ÿçš„æ ·å­ï¼ŒäºŽå¿ƒä¸å¿ï¼Œèµ¶å¿™ä¸Šå‰å®‰æ…°ã€‚ +story_6650€Šè€çˆ¸ï¼Œåˆ«å“­äº†ï¼ï¼ˆè¹²ä¸‹èº«æ¥ï¼Œç¬¨æ‹™åœ°æŠ±ä½å¹³å…ˆç”Ÿï¼‰æˆ‘哪儿也ä¸åŽ»ï¼Œå°±ç•™åœ¨è¿™é‡Œé™ªä½ ä¸€èµ·åšæ‹‰é¢ï¼Œå¥½ä¸å¥½ï¼Ÿ +story_6660(破涕为笑)真的? +story_6670T平先生眼è§å„¿å­å¯¹è‡ªå·±æ»¡æ€€å…³åˆ‡ä¹‹æƒ…,感动地一把抱ä½äº†é˜¿å®ã€‚ +story_6680€ƒï¼ˆæŸ”声)阿å®ï¼Œä½ ä¹‹å‰ä¸æ˜¯è¯´æƒ³è¦[color=#FFFF00]神奇五侠[/color]的木玩å¶å—?è€çˆ¸å¸¦ä½ åŽ»ä¹°ï¼Œå¥½ä¸å¥½ï¼Ÿ +story_66900(抬起头,难掩兴奋的神色)真的? +story_6700?当然ï¼è€çˆ¸ä»€ä¹ˆæ—¶å€™éª—è¿‡ä½ ï¼Ÿèµ°ï¼Œæˆ‘ä»¬è¿™å°±åŽ»ï¼ +story_6710K眼è§å¹³å…ˆç”Ÿå’Œé˜¿å®ç›¸æ‹¥ç¦»å¼€ï¼Œä½ ä¸ç”±å¾—露出欣慰的笑容。 +story_6720W你此次虽没有教æˆé˜¿å®æ­¦åŠŸï¼Œå´æ„外窥è§äº†ä»–ä»¬çˆ¶å­æ¸©æƒ…的一é¢ã€‚ +story_6730W(满æ„地笑了笑,æŽå‡ºè®°å¿†æ¸…除器)这次的时间旅程就到这里å§ã€‚ +story_6740n[color=#FFFF00]记忆清除器[/color]å‘出白光,抹除了阿å®ä¸Žå¹³å…ˆç”Ÿè„‘海中关于你的记忆。 +story_6750péšç€ä¸€é˜µå¤©æ—‹åœ°è½¬çš„魔法,[color=#FFFF00]{0}[/color]终于回到了[color=#FFFF00]中轴城[/color]。 +story_6760`你与阿å®ä»Žé¢é¦†æ­£é—¨ç¦»å¼€ï¼Œå¹³å…ˆç”Ÿä¸åœ¨å±‹ä¸­ï¼ŒäºŒäººé¡ºåˆ©åœ°å·å·æºœäº†å‡ºæ¥ã€‚ +story_6770€ï¼ˆå…´å¥‹ï¼‰å¤ªå¥½äº†ï¼Œæˆ‘们æˆåŠŸæºœå‡ºæ¥äº†ï¼ï¼ˆè½¬æ‹…忧)但是被è€çˆ¸å‘çŽ°äº†æ€Žä¹ˆåŠžï¼Ÿå›žåŽ»ä»–ä¼šå” å¨æˆ‘çš„ï¼ +story_6780€„(安慰)放心,我们就出æ¥ä¸€å°ä¼šå„¿ã€‚ä¸ä¼šè¢«å‘现的,而且我ä¿è¯ï¼ŒåŽ†ç»ƒç»“æŸä¹‹åŽå°†ä½ å¹³å®‰é€å›žåŽ»ã€‚ +story_6790<(转忧为喜)真的å—?那我们今天学点什么? +story_6800*我们就从最基础的招å¼å­¦èµ·å§ã€‚ +story_6810€Âç»è¿‡ä¸€ç•ªè®¤çœŸçš„æ‹³è„šæ¯”åˆ’ï¼Œ[color=#FFFF00]{0}[/color]指点了阿å®å‡ æ‹›æ­¦åŠŸã€‚æ— å¥ˆä»–èº«å½¢ç¬¨æ‹™ã€æ‹›å¼æ­ªä¸ƒæ‰­å…«ï¼Œå°½ç®¡é¢†æ‚ŸåŠ›å分过人,效果å´ä¸ç”šæ˜Žæ˜¾ã€‚ï¼‰ +story_6820€ƒè¿™æ„Ÿè§‰çœŸå¥‡å¦™ã€‚在中轴城的时候,你在[color=#FFFF00]武馆[/color]æ•™æˆ‘æ­¦åŠŸï¼Œæ²¡æƒ³åˆ°çŽ°åœ¨å˜æˆæˆ‘教你了。 +story_6830(疑惑)你说什么? +story_6840u(自悔失言,连忙转移è¯é¢˜ï¼‰å‘ƒâ€¦â€¦æ²¡ä»€ä¹ˆï¼Œé˜¿å®ï¼Œä½ ç»ƒå¾—很ä¸é”™å˜›ï¼æˆ‘ä»¬æ¥æ¯”试一下? +story_6850\战斗结æŸï¼Œ[color=#FFFF00]{0}[/color]è½»æ¾å–èƒœï¼Œé˜¿å®æ°”å–˜åå地躺在地上。 +story_6860l真累啊ï¼å¯èƒ½æˆ‘æ ¹æœ¬å°±ä¸æ˜¯ç»ƒåŠŸå¤«çš„æ–™â€¦â€¦è€çˆ¸è¯´å¾—å¯¹ï¼Œä¹Ÿè®¸åšæ‹‰é¢æ‰æœ€é€‚åˆæˆ‘。 +story_6870]阿å®ï¼Œä»»ä½•æ­¦åŠŸéƒ½ä¸æ˜¯ä¸€æœä¸€å¤•æ‰èƒ½ç»ƒæˆçš„,必须æŒä¹‹ä»¥æ’æ–¹è§æˆæ•ˆã€‚ +story_6880i此外,æˆä¸ºå¤§ä¾ ä¸ä»…需è¦ç›–世的武功,更é‡è¦çš„æ˜¯ä¸€é¢—善良且具有责任感的心。 +story_6890 坿˜¯â€¦â€¦ +story_6900Qå¿½ç„¶ï¼Œè¿œå¤„ä¼ æ¥æ‰“斗的声音,似乎还夹æ‚ç€æŸç§å‘œå‘œçš„哀鸣。 +story_6910嗯?什么声音? +story_6920€”ä½ ä¸Žé˜¿å®æ€¥å¿™èµ¶è¿‡åŽ»ï¼Œå‘现是两åª[color=#FFFF00]è±ºç‹¼å°æ€ª[/color]在对一åªå¯æ€œçš„[color=#FFFF00]å°çŒ´å­[/color]拳打脚踢。 +story_6930把你的食物交出æ¥ï¼ +story_6940Eï¼ˆç´§ç´§æŠ±ç€æ€€ä¸­çš„æžœå­ï¼Œä¸æ–­åœ°æ¯”åˆ’ç€æƒ³è¯´äº›ä»€ä¹ˆï¼‰ +story_6950ä¸äº¤å°±çœ‹æ‰“ï¼ +story_6960å‘œå‘œâ€”â€”ï¼ +story_69706使‰‹ï¼å…‰å¤©åŒ–日,你们怎么能欺凌弱å°ï¼Ÿ +story_6980€œæˆ˜æ–—结æŸï¼Œè±ºç‹¼å°æ€ªè½è´¥ï¼Œä»“皇逃窜。å°çŒ´å­æ¥åˆ°ä½ ä»¬é¢å‰ï¼Œç”¨æ‹³å¤´ä¸æ–­åœ°å‡»æ‰“ç€é˜¿å®çš„脸颊,指手画脚比划了一通。 +story_6990<呃啊啊啊——ï¼ï¼ˆèŽ«åå…¶å¦™ï¼‰è¿™æ˜¯ä»€ä¹ˆæ„æ€ï¼Ÿ +story_7000r(认出了这是æ¥è‡ªåŽŸå§‹äººéƒ¨è½çš„æ‹³çŒ´ï¼Œè¿žå¿™å……å½“ç¿»è¯‘ï¼‰æˆ‘æƒ³â€¦â€¦å®ƒåœ¨å¯¹ä½ è¡¨è¾¾æ„Ÿè°¢å‘¢ï¼ +story_7010H(苦笑)说起æ¥ï¼Œå®ƒä»¬ä¸€æ—沟通的方å¼å¯çœŸæ˜¯å¥‡å¼‚…… +story_70203是挺奇怪的,ä¸è¿‡â€¦â€¦å˜¿å˜¿ï¼Œä¸ç”¨è°¢ï¼ +story_70303å°çŒ´å­è¡¨æ˜Žäº†è°¢æ„,转头跑回了森林。 +story_70409ï¼ˆæ‹…å¿ƒåœ°ä¸Šå‰æŸ¥çœ‹çŠ¶å†µï¼‰é˜¿å®ï¼Œä½ æ²¡äº‹å§ï¼Ÿ +story_7050`阿å®ç«™èµ·èº«ï¼Œè™½ç„¶å¹¶æ— å¤§ç¢ï¼Œä½†è„¸ä¸Šè¢«è±ºç‹¼çš„利爪划伤,留下一é“å£å­ã€‚ +story_70606ï¼ˆè‡ªè´£ï¼‰éƒ½æ€ªæˆ‘ï¼Œæ²¡æœ‰ä¿æŠ¤å¥½ä½ çš„å®‰å…¨ï¼ +story_7070Z(ä¹å‘µå‘µï¼‰ä¸ç¢äº‹çš„ï¼å¯¹äºŽä¸€ä¸ªå¤§ä¾ æ¥è¯´ï¼Œè¿™ç‚¹å°ä¼¤å¯ä¸ç®—什么—— +story_7080€¼ï¼ˆå¿½ç„¶é†’悟过æ¥ï¼Œæ„Ÿå¹ï¼‰å¯¹ï¼Œ[color=#FFFF00]{0}[/color],你说得没错,æˆä¸ºå¤§ä¾ æœ€é‡è¦çš„,在于一颗善良且有责任感的心ï¼è¿™å¯çœŸæ˜¯ä¸€å¥è‡³ç†åè¨€ï¼ +story_70906你看到阿å®å¦‚此领悟,ä¸ç”±æ¬£æ…°åœ°ç¬‘了。 +story_7100\(故作神秘)这å¯ä¸æ˜¯æˆ‘说的,是——[color=#FFFF00]神龙大侠[/color]哦。 +story_7110](兴奋,完全从疲惫和沮丧中æ¢å¤äº†è¿‡æ¥ï¼‰æˆ‘è¦æŠŠè¿™å¥è¯å¥½å¥½è®°ä¸‹æ¥ï¼ +story_7120W好了,今天天色也晚了,我们早点回去å§ï¼ä¸è¦è¢«ä½ çˆ¶äº²å‘现了。 +story_7130Mï¼ˆæ‹æ‹ä¸èˆï¼‰[color=#FFFF00]{0}[/color],我真èˆä¸å¾—与你分别。 +story_71400别担心,我们还会有å†è§çš„一天的。 +story_7150€ è¿™æ—¶ä¹Ÿåˆ°äº†ç©¿è¶Šçš„æ—¶é—´ï¼Œ[color=#FFFF00]记忆清除器[/color]å‘出白光,清除了阿å®çš„记忆,[color=#FFFF00]{0}[/color]也回到指挥部。 heroStarUpTxt5最大等级从{0}æå‡åˆ°[color=#00ff66]{1}[/color]fight_continuous_fighting_ok确定Oneclick_selection 一键选择TOOL_MODIFICATION 工具修改Next_Level_Effect下一级效果UPGRADE_MATERIALSå‡çº§çš„ææ–™UPGRADEå‡çº§HEATING加热Add_lava 添加熔岩Automatic_Heating 自动加热 Recovery_Time æ¢å¤æ—¶é—´Add_one_increase5加一份,温度增加[color=#d55e72]{0}℃[/color]REFUEL加温FURNACEç«ç‚‰ Heating_Speed 加热速度Maximum_Temperature 最高温度 ATTACK_SUIT 攻击套装 DEFENSE_SET 防守套装 AUXILIARY_SET 辅助套装 COLLECTIBLES æ”¶è—å“RECEIVE_REWARD 获得奖励COLLECT_POINTS 收集点RANDOMéšæœº CUSTOMIZE定制 Level_title等级Quality_improvement è´¨é‡æ”¹è¿› MATERIALSææ–™ click_to_view 点击查看 Temperature温度 FABRICATE制作Insufficient_temperature温度ä¸å¤Ÿï¼ KungFuTeacher教习KungFuApparatus器械 KungFuWooden木桩itemtipstxt_120001葛伦科ç«èбä¸è¶³itemtipstxt_120002åŽŸå§‹ç«æ²¹ä¸è¶³itemtipstxt_120003炉心岩浆ä¸è¶³itemtipstxt_120004è’æ¼ æž¯æžä¸è¶³itemtipstxt_120005洛基圆木ä¸è¶³itemtipstxt_120006æ¶é­”藤蔓ä¸è¶³itemtipstxt_120007凛冬雪花ä¸è¶³itemtipstxt_120008北æžå†°ç –ä¸è¶³itemtipstxt_120009龙之冰晶ä¸è¶³itemtipstxt_120101精炼石ä¸è¶³itemtipstxt_120102太阳石ä¸è¶³itemtipstxt_120103熔岩石ä¸è¶³itemtipstxt_120104 木炭ä¸è¶³itemdesc_1200016ç†”å²©æ³°å¦æŽ‰è½åˆçº§ææ–™ï¼Œå¯ç”¨äºŽæ‰“造装备itemdesc_1200026ç†”å²©æ³°å¦æŽ‰è½ä¸­çº§ææ–™ï¼Œå¯ç”¨äºŽæ‰“造装备itemdesc_1200036ç†”å²©æ³°å¦æŽ‰è½é«˜çº§ææ–™ï¼Œå¯ç”¨äºŽæ‰“造装备itemdesc_1200046æ£®æž—æ³°å¦æŽ‰è½åˆçº§ææ–™ï¼Œå¯ç”¨äºŽæ‰“造装备itemdesc_1200056æ£®æž—æ³°å¦æŽ‰è½ä¸­çº§ææ–™ï¼Œå¯ç”¨äºŽæ‰“造装备itemdesc_1200066æ£®æž—æ³°å¦æŽ‰è½é«˜çº§ææ–™ï¼Œå¯ç”¨äºŽæ‰“造装备itemdesc_1200076æ£®æž—æ³°å¦æŽ‰è½åˆçº§ææ–™ï¼Œå¯ç”¨äºŽæ‰“造装备itemdesc_1200086æ£®æž—æ³°å¦æŽ‰è½ä¸­çº§ææ–™ï¼Œå¯ç”¨äºŽæ‰“造装备itemdesc_1200096æ£®æž—æ³°å¦æŽ‰è½é«˜çº§ææ–™ï¼Œå¯ç”¨äºŽæ‰“造装备itemdesc_1201010打造时添加精炼石,必出高å“质装备itemdesc_120102x打造时添加太阳石,å¯ä»¥é€‰æ‹©æ‰“造的套装,添加大é‡å¤ªé˜³çŸ³å¯ä»¥é€‰æ‹©æ‰“造的套装和套装部ä½itemdesc_120103,打造时添加熔岩石,ä¸å¢žåŠ ç†”ç‚‰CDitemdesc_120104清除熔炉的CDitemname_120001葛伦科ç«èбitemname_120002 åŽŸå§‹ç«æ²¹itemname_120003 炉心岩浆itemname_120004 è’æ¼ æž¯æžitemname_120005 洛基圆木itemname_120006 æ¶é­”藤蔓itemname_120007 凛冬雪花itemname_120008 北æžå†°ç –itemname_120009 龙之冰晶itemname_120101 精炼石itemname_120102 太阳石itemname_120103 熔岩石itemname_120104木炭 +Sorry_Sell对ä¸èµ·ï¼Œæˆ‘们ä¸å–这个 +No_problem 没问题herostart_515005åˆçº§åŠŸå¤«å·è½´herostart_515006中级功夫å·è½´herostart_515007高级功夫å·è½´herostart_515008åˆçº§è£è€€å¾½ç« herostart_515009中级è£è€€å¾½ç« herostart_515010高级è£è€€å¾½ç« skilluptools_613001闪闪守护之心skilluptools_613002食人鱼先生守护之心skilluptools_613003啊啊守护之心skilluptools_613004法夸德勋爵守护之心skilluptools_613005大大守护之心skilluptools_614001å²å›¾ä¾å…‹å®ˆæŠ¤ä¹‹å¿ƒskilluptools_614002大龙守护之心skilluptools_614003亚ä¸ç¿ å®ˆæŠ¤ä¹‹å¿ƒskilluptools_614004 克莱尔·努涅斯守护之心skilluptools_614005鹤大师守护之心skilluptools_614006布兰奇守护之心skilluptools_614007格里斯特王å­å®ˆæŠ¤ä¹‹å¿ƒskilluptools_615001å‰å§†Â·èŽ±å…‹å®ˆæŠ¤ä¹‹å¿ƒskilluptools_615002船长守护之心skilluptools_615003希沙窦斯守护之心skilluptools_615004å°æ¬§å®ˆæŠ¤ä¹‹å¿ƒskilluptools_623001斯梅克船长守护之心skilluptools_623002è­¦å«é˜Ÿé•¿å®ˆæŠ¤ä¹‹å¿ƒskilluptools_623003黛塔黛æ©å®ˆæŠ¤ä¹‹å¿ƒskilluptools_623004#å‰å§†Â·æ™®é›·æ–¯ç§‘特守护之心skilluptools_624001警长守护之心skilluptools_624002牙仙守护之心skilluptools_624003ç¡ç¥žæ²™äººå®ˆæŠ¤ä¹‹å¿ƒskilluptools_624004邦尼兔守护之心skilluptools_624005金猴守护之心skilluptools_624006凯尔守护之心skilluptools_624007å°é’±å®ˆæŠ¤ä¹‹å¿ƒskilluptools_624008暴芙那特守护之心skilluptools_624009云朵先生守护之心skilluptools_625001阿å®å®ˆæŠ¤ä¹‹å¿ƒskilluptools_625002沃尔夫先生守护之心skilluptools_625003羊仙姑守护之心skilluptools_625004波比守护之心skilluptools_633001巫嘎守护之心skilluptools_633002å¦å…‹å®ˆæŠ¤ä¹‹å¿ƒskilluptools_633003胡德先生守护之心skilluptools_633004æ™®é²æ ¼å…°æ°å®ˆæŠ¤ä¹‹å¿ƒskilluptools_633005鼻涕粗守护之心skilluptools_633006 ç妮ä¸Â·é‚“普顿守护之心skilluptools_634001贫嘴驴守护之心skilluptools_634002蒂姆·邓普顿守护之心skilluptools_634003圣诞è€äººå®ˆæŠ¤ä¹‹å¿ƒskilluptools_634004瓜哥守护之心skilluptools_634005#沃尔特·å²ç¿ å…‹å‹’守护之心skilluptools_634006冰霜æ°å…‹å®ˆæŠ¤ä¹‹å¿ƒskilluptools_634007è²å¥¥å¨œå®ˆæŠ¤ä¹‹å¿ƒskilluptools_634008æ‚夫那特守护之心skilluptools_635001师父守护之心skilluptools_635002å¸Œå¡æ™®å®ˆæŠ¤ä¹‹å¿ƒskilluptools_635003漆黑守护之心skilluptools_635004 黛安·ç¦å…‹æ–¯é¡¿å®ˆæŠ¤ä¹‹å¿ƒskilluptools_635005#幸è¿Â·æ™®é›·æ–¯ç§‘特守护之心skilluptools_635006平先生守护之心skilluptools_643001 阿比盖尔·斯通守护之心skilluptools_643002果酱教授守护之心skilluptools_643003 å²è’‚夫·帕丘克守护之心skilluptools_643004姜饼人守护之心skilluptools_643005瓦希尔指挥官守护之心skilluptools_643006布里奇特守护之心skilluptools_643007戈伯守护之心skilluptools_644001美肚鲨守护之心skilluptools_644002蛇先生守护之心skilluptools_644003匹诺曹守护之心skilluptools_644004骇客蛛守护之心skilluptools_644006æ‚娇虎守护之心skilluptools_645001乌龟大师守护之心skilluptools_645002梅林守护之心skilluptools_645003盖守护之心skilluptools_645004ç©¿é´å­çš„猫守护之心skilluptools_644005å°ä¼Šå®ˆæŠ¤ä¹‹å¿ƒskilluptools_615005亚力克斯守护之心skilluptoolstxt_00001秘传书ä¸è¶³herostarttxt_515005阿å®çš„天赋点ä¸è¶³herostarttxt_515006阿å®çš„天赋点ä¸è¶³herostarttxt_515007阿å®çš„天赋点ä¸è¶³herostarttxt_515008阿å®çš„天赋点ä¸è¶³herostarttxt_515009阿å®çš„天赋点ä¸è¶³herostarttxt_515010阿å®çš„天赋点ä¸è¶³skilluptoolstxt_613001闪闪守护之心ä¸è¶³skilluptoolstxt_613002!食人鱼先生守护之心ä¸è¶³skilluptoolstxt_613003啊啊守护之心ä¸è¶³skilluptoolstxt_613004!法夸德勋爵守护之心ä¸è¶³skilluptoolstxt_613005大大守护之心ä¸è¶³skilluptoolstxt_614001å²å›¾ä¾å…‹å®ˆæŠ¤ä¹‹å¿ƒä¸è¶³skilluptoolstxt_614002大龙守护之心ä¸è¶³skilluptoolstxt_614003亚ä¸ç¿ å®ˆæŠ¤ä¹‹å¿ƒä¸è¶³skilluptoolstxt_614004&克莱尔·努涅斯守护之心ä¸è¶³skilluptoolstxt_614005鹤大师守护之心ä¸è¶³skilluptoolstxt_614006布兰奇守护之心ä¸è¶³skilluptoolstxt_614007$格里斯特王å­å®ˆæŠ¤ä¹‹å¿ƒä¸è¶³skilluptoolstxt_615001 å‰å§†Â·èŽ±å…‹å®ˆæŠ¤ä¹‹å¿ƒä¸è¶³skilluptoolstxt_615002船长守护之心ä¸è¶³skilluptoolstxt_615003希沙窦斯守护之心ä¸è¶³skilluptoolstxt_615004å°æ¬§å®ˆæŠ¤ä¹‹å¿ƒä¸è¶³skilluptoolstxt_623001!斯梅克船长守护之心ä¸è¶³skilluptoolstxt_623002è­¦å«é˜Ÿé•¿å®ˆæŠ¤ä¹‹å¿ƒä¸è¶³skilluptoolstxt_623003黛塔黛æ©å®ˆæŠ¤ä¹‹å¿ƒä¸è¶³skilluptoolstxt_623004)å‰å§†Â·æ™®é›·æ–¯ç§‘特守护之心ä¸è¶³skilluptoolstxt_624001警长守护之心ä¸è¶³skilluptoolstxt_624002牙仙守护之心ä¸è¶³skilluptoolstxt_624003ç¡ç¥žæ²™äººå®ˆæŠ¤ä¹‹å¿ƒä¸è¶³skilluptoolstxt_624004邦尼兔守护之心ä¸è¶³skilluptoolstxt_624005金猴守护之心ä¸è¶³skilluptoolstxt_624006凯尔守护之心ä¸è¶³skilluptoolstxt_624007å°é’±å®ˆæŠ¤ä¹‹å¿ƒä¸è¶³skilluptoolstxt_624008暴芙那特守护之心ä¸è¶³skilluptoolstxt_624009云朵先生守护之心ä¸è¶³skilluptoolstxt_625001阿å®å®ˆæŠ¤ä¹‹å¿ƒä¸è¶³skilluptoolstxt_625002!沃尔夫先生守护之心ä¸è¶³skilluptoolstxt_625003羊仙姑守护之心ä¸è¶³skilluptoolstxt_625004波比守护之心ä¸è¶³skilluptoolstxt_633001巫嘎守护之心ä¸è¶³skilluptoolstxt_633002å¦å…‹å®ˆæŠ¤ä¹‹å¿ƒä¸è¶³skilluptoolstxt_633003胡德先生守护之心ä¸è¶³skilluptoolstxt_633004!æ™®é²æ ¼å…°æ°å®ˆæŠ¤ä¹‹å¿ƒä¸è¶³skilluptoolstxt_633005鼻涕粗守护之心ä¸è¶³skilluptoolstxt_633006&ç妮ä¸Â·é‚“普顿守护之心ä¸è¶³skilluptoolstxt_634001贫嘴驴守护之心ä¸è¶³skilluptoolstxt_634002#蒂姆·邓普顿守护之心ä¸è¶³skilluptoolstxt_634003圣诞è€äººå®ˆæŠ¤ä¹‹å¿ƒä¸è¶³skilluptoolstxt_634004瓜哥守护之心ä¸è¶³skilluptoolstxt_634005)沃尔特·å²ç¿ å…‹å‹’守护之心ä¸è¶³skilluptoolstxt_634006冰霜æ°å…‹å®ˆæŠ¤ä¹‹å¿ƒä¸è¶³skilluptoolstxt_634007è²å¥¥å¨œå®ˆæŠ¤ä¹‹å¿ƒä¸è¶³skilluptoolstxt_634008æ‚夫那特守护之心ä¸è¶³skilluptoolstxt_635001师父守护之心ä¸è¶³skilluptoolstxt_635002å¸Œå¡æ™®å®ˆæŠ¤ä¹‹å¿ƒä¸è¶³skilluptoolstxt_635003漆黑守护之心ä¸è¶³skilluptoolstxt_635004&黛安·ç¦å…‹æ–¯é¡¿å®ˆæŠ¤ä¹‹å¿ƒä¸è¶³skilluptoolstxt_635005)幸è¿Â·æ™®é›·æ–¯ç§‘特守护之心ä¸è¶³skilluptoolstxt_635006平先生守护之心ä¸è¶³skilluptoolstxt_643001&阿比盖尔·斯通守护之心ä¸è¶³skilluptoolstxt_643002果酱教授守护之心ä¸è¶³skilluptoolstxt_643003&å²è’‚夫·帕丘克守护之心ä¸è¶³skilluptoolstxt_643004姜饼人守护之心ä¸è¶³skilluptoolstxt_643005$瓦希尔指挥官守护之心ä¸è¶³skilluptoolstxt_643006布里奇特守护之心ä¸è¶³skilluptoolstxt_643007戈伯守护之心ä¸è¶³skilluptoolstxt_644001美肚鲨守护之心ä¸è¶³skilluptoolstxt_644002蛇先生守护之心ä¸è¶³skilluptoolstxt_644003匹诺曹守护之心ä¸è¶³skilluptoolstxt_644004骇客蛛守护之心ä¸è¶³skilluptoolstxt_644006æ‚娇虎守护之心ä¸è¶³skilluptoolstxt_645001乌龟大师守护之心ä¸è¶³skilluptoolstxt_645002梅林守护之心ä¸è¶³skilluptoolstxt_645003盖守护之心ä¸è¶³skilluptoolstxt_645004!ç©¿é´å­çš„猫守护之心ä¸è¶³skilluptoolstxt_644005å°ä¼Šå®ˆæŠ¤ä¹‹å¿ƒä¸è¶³skilluptoolstxt_615005亚力克斯守护之心ä¸è¶³newsmithy_drawing_name_text11阶攻击图纸newsmithy_drawing_name_text22阶攻击图纸newsmithy_drawing_name_text33阶攻击图纸newsmithy_drawing_name_text44阶攻击图纸newsmithy_drawing_name_text55阶攻击图纸newsmithy_drawing_name_text66阶攻击图纸newsmithy_drawing_name_text77阶攻击图纸newsmithy_drawing_name_text88阶攻击图纸newsmithy_drawing_name_text99阶攻击图纸newsmithy_drawing_name_text1010阶攻击图纸newsmithy_drawing_name_text1111阶攻击图纸newsmithy_drawing_name_text1212阶攻击图纸newsmithy_drawing_name_text1313阶攻击图纸newsmithy_drawing_name_text1414阶攻击图纸newsmithy_drawing_name_text1515阶攻击图纸newsmithy_drawing_name_text1616阶攻击图纸newsmithy_drawing_name_text1717阶攻击图纸newsmithy_drawing_name_text1818阶攻击图纸newsmithy_drawing_name_text1919阶攻击图纸newsmithy_drawing_name_text2020阶攻击图纸newsmithy_drawing_name_text2121阶攻击图纸newsmithy_drawing_name_text2222阶攻击图纸newsmithy_drawing_name_text2323阶攻击图纸newsmithy_drawing_name_text2424阶攻击图纸newsmithy_drawing_name_text2525阶攻击图纸newsmithy_drawing_name_text261阶防御图纸newsmithy_drawing_name_text272阶防御图纸newsmithy_drawing_name_text283阶防御图纸newsmithy_drawing_name_text294阶防御图纸newsmithy_drawing_name_text305阶防御图纸newsmithy_drawing_name_text316阶防御图纸newsmithy_drawing_name_text327阶防御图纸newsmithy_drawing_name_text338阶防御图纸newsmithy_drawing_name_text349阶防御图纸newsmithy_drawing_name_text3510阶防御图纸newsmithy_drawing_name_text3611阶防御图纸newsmithy_drawing_name_text3712阶防御图纸newsmithy_drawing_name_text3813阶防御图纸newsmithy_drawing_name_text3914阶防御图纸newsmithy_drawing_name_text4015阶防御图纸newsmithy_drawing_name_text4116阶防御图纸newsmithy_drawing_name_text4217阶防御图纸newsmithy_drawing_name_text4318阶防御图纸newsmithy_drawing_name_text4419阶防御图纸newsmithy_drawing_name_text4520阶防御图纸newsmithy_drawing_name_text4621阶防御图纸newsmithy_drawing_name_text4722阶防御图纸newsmithy_drawing_name_text4823阶防御图纸newsmithy_drawing_name_text4924阶防御图纸newsmithy_drawing_name_text5025阶防御图纸newsmithy_drawing_name_text511阶辅助图纸newsmithy_drawing_name_text522阶辅助图纸newsmithy_drawing_name_text533阶辅助图纸newsmithy_drawing_name_text544阶辅助图纸newsmithy_drawing_name_text555阶辅助图纸newsmithy_drawing_name_text566阶辅助图纸newsmithy_drawing_name_text577阶辅助图纸newsmithy_drawing_name_text588阶辅助图纸newsmithy_drawing_name_text599阶辅助图纸newsmithy_drawing_name_text6010阶辅助图纸newsmithy_drawing_name_text6111阶辅助图纸newsmithy_drawing_name_text6212阶辅助图纸newsmithy_drawing_name_text6313阶辅助图纸newsmithy_drawing_name_text6414阶辅助图纸newsmithy_drawing_name_text6515阶辅助图纸newsmithy_drawing_name_text6616阶辅助图纸newsmithy_drawing_name_text6717阶辅助图纸newsmithy_drawing_name_text6818阶辅助图纸newsmithy_drawing_name_text6919阶辅助图纸newsmithy_drawing_name_text7020阶辅助图纸newsmithy_drawing_name_text7121阶辅助图纸newsmithy_drawing_name_text7222阶辅助图纸newsmithy_drawing_name_text7323阶辅助图纸newsmithy_drawing_name_text7424阶辅助图纸newsmithy_drawing_name_text7525阶辅助图纸newsmithy_make_quality_text1 普通-稀有newsmithy_make_quality_text2 普通-稀有newsmithy_make_quality_text3 普通-稀有newsmithy_make_quality_text4 普通-稀有newsmithy_make_quality_text5 普通-稀有newsmithy_make_quality_text6 普通-å²è¯—newsmithy_make_quality_text7 普通-å²è¯—newsmithy_make_quality_text8 普通-å²è¯—newsmithy_make_quality_text9 普通-å²è¯—newsmithy_make_quality_text10 普通-å²è¯—newsmithy_make_quality_text11 稀有-å²è¯—newsmithy_make_quality_text12 稀有-å²è¯—newsmithy_make_quality_text13 稀有-å²è¯—newsmithy_make_quality_text14 稀有-å²è¯—newsmithy_make_quality_text15 稀有-å²è¯—newsmithy_make_quality_text16 稀有-传说newsmithy_make_quality_text17 稀有-传说newsmithy_make_quality_text18 稀有-传说newsmithy_make_quality_text19 稀有-传说newsmithy_make_quality_text20 稀有-传说newsmithy_make_quality_text21 å²è¯—-传说newsmithy_make_quality_text22 å²è¯—-传说newsmithy_make_quality_text23 å²è¯—-传说newsmithy_make_quality_text24 å²è¯—-传说newsmithy_make_quality_text25 å²è¯—-传说newsmithy_make_quality_text26 普通-稀有newsmithy_make_quality_text27 普通-稀有newsmithy_make_quality_text28 普通-稀有newsmithy_make_quality_text29 普通-稀有newsmithy_make_quality_text30 普通-稀有newsmithy_make_quality_text31 普通-å²è¯—newsmithy_make_quality_text32 普通-å²è¯—newsmithy_make_quality_text33 普通-å²è¯—newsmithy_make_quality_text34 普通-å²è¯—newsmithy_make_quality_text35 普通-å²è¯—newsmithy_make_quality_text36 稀有-å²è¯—newsmithy_make_quality_text37 稀有-å²è¯—newsmithy_make_quality_text38 稀有-å²è¯—newsmithy_make_quality_text39 稀有-å²è¯—newsmithy_make_quality_text40 稀有-å²è¯—newsmithy_make_quality_text41 稀有-传说newsmithy_make_quality_text42 稀有-传说newsmithy_make_quality_text43 稀有-传说newsmithy_make_quality_text44 稀有-传说newsmithy_make_quality_text45 稀有-传说newsmithy_make_quality_text46 å²è¯—-传说newsmithy_make_quality_text47 å²è¯—-传说newsmithy_make_quality_text48 å²è¯—-传说newsmithy_make_quality_text49 å²è¯—-传说newsmithy_make_quality_text50 å²è¯—-传说newsmithy_make_quality_text51 普通-稀有newsmithy_make_quality_text52 普通-稀有newsmithy_make_quality_text53 普通-稀有newsmithy_make_quality_text54 普通-稀有newsmithy_make_quality_text55 普通-稀有newsmithy_make_quality_text56 普通-å²è¯—newsmithy_make_quality_text57 普通-å²è¯—newsmithy_make_quality_text58 普通-å²è¯—newsmithy_make_quality_text59 普通-å²è¯—newsmithy_make_quality_text60 普通-å²è¯—newsmithy_make_quality_text61 稀有-å²è¯—newsmithy_make_quality_text62 稀有-å²è¯—newsmithy_make_quality_text63 稀有-å²è¯—newsmithy_make_quality_text64 稀有-å²è¯—newsmithy_make_quality_text65 稀有-å²è¯—newsmithy_make_quality_text66 稀有-传说newsmithy_make_quality_text67 稀有-传说newsmithy_make_quality_text68 稀有-传说newsmithy_make_quality_text69 稀有-传说newsmithy_make_quality_text70 稀有-传说newsmithy_make_quality_text71 å²è¯—-传说newsmithy_make_quality_text72 å²è¯—-传说newsmithy_make_quality_text73 å²è¯—-传说newsmithy_make_quality_text74 å²è¯—-传说newsmithy_make_quality_text75 å²è¯—-传说 newsmithy_proficiency_title_textlv.{0}:熟练度{1}!newsmithy_proficiency_title_text1炉温消耗-{0}%!newsmithy_proficiency_title_text2ææ–™æ¶ˆè€—å‡å°‘!newsmithy_proficiency_title_text3!è§£é”图纸ã€ç´«é‡‘雷神锤】!newsmithy_proficiency_title_text4炉温消耗-{0}%!newsmithy_proficiency_title_text5{0}%概率制造两件装备!newsmithy_proficiency_title_text6炉温消耗-{0}%!newsmithy_proficiency_title_text7ææ–™æ¶ˆè€—å‡å°‘!newsmithy_proficiency_title_text8!è§£é”图纸ã€ç´«é‡‘雷神锤】!newsmithy_proficiency_title_text9 è§£é”套装"newsmithy_proficiency_title_text10{0}%概率制造两件装备"newsmithy_proficiency_title_text11炉温消耗-{0}%"newsmithy_proficiency_title_text12ææ–™æ¶ˆè€—å‡å°‘"newsmithy_proficiency_title_text13!è§£é”图纸ã€ç´«é‡‘雷神锤】"newsmithy_proficiency_title_text14炉温消耗-{0}%"newsmithy_proficiency_title_text15{0}%概率制造两件装备"newsmithy_proficiency_title_text16炉温消耗-{0}%"newsmithy_proficiency_title_text17ææ–™æ¶ˆè€—å‡å°‘"newsmithy_proficiency_title_text18!è§£é”图纸ã€ç´«é‡‘雷神锤】"newsmithy_proficiency_title_text19炉温消耗-{0}%"newsmithy_proficiency_title_text20{0}%概率制造两件装备"newsmithy_proficiency_title_text21炉温消耗-{0}%"newsmithy_proficiency_title_text22ææ–™æ¶ˆè€—å‡å°‘"newsmithy_proficiency_title_text23!è§£é”图纸ã€ç´«é‡‘雷神锤】"newsmithy_proficiency_title_text24炉温消耗-{0}%"newsmithy_proficiency_title_text25{0}%概率制造两件装备"newsmithy_proficiency_title_text26炉温消耗-{0}%"newsmithy_proficiency_title_text27ææ–™æ¶ˆè€—å‡å°‘"newsmithy_proficiency_title_text28!è§£é”图纸ã€ç´«é‡‘雷神锤】"newsmithy_proficiency_title_text29炉温消耗-{0}%"newsmithy_proficiency_title_text30{0}%概率制造两件装备"newsmithy_proficiency_title_text31炉温消耗-{0}%"newsmithy_proficiency_title_text32ææ–™æ¶ˆè€—å‡å°‘"newsmithy_proficiency_title_text33!è§£é”图纸ã€ç´«é‡‘雷神锤】"newsmithy_proficiency_title_text34炉温消耗-{0}%"newsmithy_proficiency_title_text35{0}%概率制造两件装备"newsmithy_proficiency_title_text36炉温消耗-{0}%"newsmithy_proficiency_title_text37ææ–™æ¶ˆè€—å‡å°‘"newsmithy_proficiency_title_text38!è§£é”图纸ã€ç´«é‡‘雷神锤】"newsmithy_proficiency_title_text39炉温消耗-{0}%"newsmithy_proficiency_title_text40{0}%概率制造两件装备"newsmithy_proficiency_title_text41炉温消耗-{0}%"newsmithy_proficiency_title_text42ææ–™æ¶ˆè€—å‡å°‘"newsmithy_proficiency_title_text43!è§£é”图纸ã€ç´«é‡‘雷神锤】"newsmithy_proficiency_title_text44炉温消耗-{0}%"newsmithy_proficiency_title_text45{0}%概率制造两件装备"newsmithy_proficiency_title_text46炉温消耗-{0}%"newsmithy_proficiency_title_text47ææ–™æ¶ˆè€—å‡å°‘"newsmithy_proficiency_title_text48!è§£é”图纸ã€ç´«é‡‘雷神锤】"newsmithy_proficiency_title_text49炉温消耗-{0}%"newsmithy_proficiency_title_text50{0}%概率制造两件装备"newsmithy_proficiency_title_text51炉温消耗-{0}%"newsmithy_proficiency_title_text52ææ–™æ¶ˆè€—å‡å°‘"newsmithy_proficiency_title_text53!è§£é”图纸ã€ç´«é‡‘雷神锤】"newsmithy_proficiency_title_text54炉温消耗-{0}%"newsmithy_proficiency_title_text55{0}%概率制造两件装备"newsmithy_proficiency_title_text56炉温消耗-{0}%"newsmithy_proficiency_title_text57ææ–™æ¶ˆè€—å‡å°‘"newsmithy_proficiency_title_text58!è§£é”图纸ã€ç´«é‡‘雷神锤】"newsmithy_proficiency_title_text59炉温消耗-{0}%"newsmithy_proficiency_title_text60{0}%概率制造两件装备"newsmithy_proficiency_title_text61炉温消耗-{0}%"newsmithy_proficiency_title_text62ææ–™æ¶ˆè€—å‡å°‘"newsmithy_proficiency_title_text63!è§£é”图纸ã€ç´«é‡‘雷神锤】"newsmithy_proficiency_title_text64炉温消耗-{0}%"newsmithy_proficiency_title_text65{0}%概率制造两件装备"newsmithy_proficiency_title_text66炉温消耗-{0}%"newsmithy_proficiency_title_text67ææ–™æ¶ˆè€—å‡å°‘"newsmithy_proficiency_title_text68!è§£é”图纸ã€ç´«é‡‘雷神锤】"newsmithy_proficiency_title_text69炉温消耗-{0}%"newsmithy_proficiency_title_text70{0}%概率制造两件装备"newsmithy_proficiency_title_text71炉温消耗-{0}%"newsmithy_proficiency_title_text72ææ–™æ¶ˆè€—å‡å°‘"newsmithy_proficiency_title_text73!è§£é”图纸ã€ç´«é‡‘雷神锤】"newsmithy_proficiency_title_text74炉温消耗-{0}%"newsmithy_proficiency_title_text75{0}%概率制造两件装备"newsmithy_proficiency_title_text76炉温消耗-{0}%"newsmithy_proficiency_title_text77ææ–™æ¶ˆè€—å‡å°‘"newsmithy_proficiency_title_text78!è§£é”图纸ã€ç´«é‡‘雷神锤】"newsmithy_proficiency_title_text79炉温消耗-{0}%"newsmithy_proficiency_title_text80{0}%概率制造两件装备"newsmithy_proficiency_title_text81炉温消耗-{0}%"newsmithy_proficiency_title_text82ææ–™æ¶ˆè€—å‡å°‘"newsmithy_proficiency_title_text83!è§£é”图纸ã€ç´«é‡‘雷神锤】"newsmithy_proficiency_title_text84炉温消耗-{0}%"newsmithy_proficiency_title_text85{0}%概率制造两件装备"newsmithy_proficiency_title_text86炉温消耗-{0}%"newsmithy_proficiency_title_text87ææ–™æ¶ˆè€—å‡å°‘"newsmithy_proficiency_title_text88!è§£é”图纸ã€ç´«é‡‘雷神锤】"newsmithy_proficiency_title_text89炉温消耗-{0}%"newsmithy_proficiency_title_text90{0}%概率制造两件装备"newsmithy_proficiency_title_text91炉温消耗-{0}%"newsmithy_proficiency_title_text92ææ–™æ¶ˆè€—å‡å°‘"newsmithy_proficiency_title_text93!è§£é”图纸ã€ç´«é‡‘雷神锤】"newsmithy_proficiency_title_text94炉温消耗-{0}%"newsmithy_proficiency_title_text95{0}%概率制造两件装备"newsmithy_proficiency_title_text96炉温消耗-{0}%"newsmithy_proficiency_title_text97ææ–™æ¶ˆè€—å‡å°‘"newsmithy_proficiency_title_text98!è§£é”图纸ã€ç´«é‡‘雷神锤】"newsmithy_proficiency_title_text99炉温消耗-{0}%#newsmithy_proficiency_title_text100{0}%概率制造两件装备#newsmithy_proficiency_title_text101炉温消耗-{0}%#newsmithy_proficiency_title_text102ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text103!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text104炉温消耗-{0}%#newsmithy_proficiency_title_text105{0}%概率制造两件装备#newsmithy_proficiency_title_text106炉温消耗-{0}%#newsmithy_proficiency_title_text107ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text108!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text109炉温消耗-{0}%#newsmithy_proficiency_title_text110{0}%概率制造两件装备#newsmithy_proficiency_title_text111炉温消耗-{0}%#newsmithy_proficiency_title_text112ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text113!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text114炉温消耗-{0}%#newsmithy_proficiency_title_text115{0}%概率制造两件装备#newsmithy_proficiency_title_text116炉温消耗-{0}%#newsmithy_proficiency_title_text117ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text118!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text119炉温消耗-{0}%#newsmithy_proficiency_title_text120{0}%概率制造两件装备#newsmithy_proficiency_title_text121炉温消耗-{0}%#newsmithy_proficiency_title_text122ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text123!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text124炉温消耗-{0}%#newsmithy_proficiency_title_text125{0}%概率制造两件装备#newsmithy_proficiency_title_text126炉温消耗-{0}%#newsmithy_proficiency_title_text127ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text128!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text129炉温消耗-{0}%#newsmithy_proficiency_title_text130{0}%概率制造两件装备#newsmithy_proficiency_title_text131炉温消耗-{0}%#newsmithy_proficiency_title_text132ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text133!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text134炉温消耗-{0}%#newsmithy_proficiency_title_text135{0}%概率制造两件装备#newsmithy_proficiency_title_text136炉温消耗-{0}%#newsmithy_proficiency_title_text137ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text138!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text139炉温消耗-{0}%#newsmithy_proficiency_title_text140{0}%概率制造两件装备#newsmithy_proficiency_title_text141炉温消耗-{0}%#newsmithy_proficiency_title_text142ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text143!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text144炉温消耗-{0}%#newsmithy_proficiency_title_text145{0}%概率制造两件装备#newsmithy_proficiency_title_text146炉温消耗-{0}%#newsmithy_proficiency_title_text147ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text148!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text149炉温消耗-{0}%#newsmithy_proficiency_title_text150{0}%概率制造两件装备#newsmithy_proficiency_title_text151炉温消耗-{0}%#newsmithy_proficiency_title_text152ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text153!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text154炉温消耗-{0}%#newsmithy_proficiency_title_text155{0}%概率制造两件装备#newsmithy_proficiency_title_text156炉温消耗-{0}%#newsmithy_proficiency_title_text157ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text158!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text159炉温消耗-{0}%#newsmithy_proficiency_title_text160{0}%概率制造两件装备#newsmithy_proficiency_title_text161炉温消耗-{0}%#newsmithy_proficiency_title_text162ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text163!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text164炉温消耗-{0}%#newsmithy_proficiency_title_text165{0}%概率制造两件装备#newsmithy_proficiency_title_text166炉温消耗-{0}%#newsmithy_proficiency_title_text167{0}%概率制造两件装备#newsmithy_proficiency_title_text168炉温消耗-{0}%#newsmithy_proficiency_title_text169ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text170!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text171炉温消耗-{0}%#newsmithy_proficiency_title_text172{0}%概率制造两件装备#newsmithy_proficiency_title_text173炉温消耗-{0}%#newsmithy_proficiency_title_text174ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text175!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text176炉温消耗-{0}%#newsmithy_proficiency_title_text177{0}%概率制造两件装备#newsmithy_proficiency_title_text178炉温消耗-{0}%#newsmithy_proficiency_title_text179ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text180!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text181炉温消耗-{0}%#newsmithy_proficiency_title_text182{0}%概率制造两件装备#newsmithy_proficiency_title_text183炉温消耗-{0}%#newsmithy_proficiency_title_text184ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text185!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text186炉温消耗-{0}%#newsmithy_proficiency_title_text187{0}%概率制造两件装备#newsmithy_proficiency_title_text188炉温消耗-{0}%#newsmithy_proficiency_title_text189ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text190!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text191炉温消耗-{0}%#newsmithy_proficiency_title_text192{0}%概率制造两件装备#newsmithy_proficiency_title_text193炉温消耗-{0}%#newsmithy_proficiency_title_text194ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text195!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text196炉温消耗-{0}%#newsmithy_proficiency_title_text197{0}%概率制造两件装备#newsmithy_proficiency_title_text198炉温消耗-{0}%#newsmithy_proficiency_title_text199ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text200!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text201炉温消耗-{0}%#newsmithy_proficiency_title_text202{0}%概率制造两件装备#newsmithy_proficiency_title_text203炉温消耗-{0}%#newsmithy_proficiency_title_text204ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text205!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text206炉温消耗-{0}%#newsmithy_proficiency_title_text207{0}%概率制造两件装备#newsmithy_proficiency_title_text208炉温消耗-{0}%#newsmithy_proficiency_title_text209ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text210!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text211炉温消耗-{0}%#newsmithy_proficiency_title_text212{0}%概率制造两件装备#newsmithy_proficiency_title_text213炉温消耗-{0}%#newsmithy_proficiency_title_text214ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text215!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text216炉温消耗-{0}%#newsmithy_proficiency_title_text217{0}%概率制造两件装备#newsmithy_proficiency_title_text218炉温消耗-{0}%#newsmithy_proficiency_title_text219{0}%概率制造两件装备#newsmithy_proficiency_title_text220炉温消耗-{0}%#newsmithy_proficiency_title_text221ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text222!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text223炉温消耗-{0}%#newsmithy_proficiency_title_text224{0}%概率制造两件装备#newsmithy_proficiency_title_text225炉温消耗-{0}%#newsmithy_proficiency_title_text226ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text227!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text228炉温消耗-{0}%#newsmithy_proficiency_title_text229{0}%概率制造两件装备#newsmithy_proficiency_title_text230炉温消耗-{0}%#newsmithy_proficiency_title_text231ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text232!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text233炉温消耗-{0}%#newsmithy_proficiency_title_text234{0}%概率制造两件装备#newsmithy_proficiency_title_text235炉温消耗-{0}%#newsmithy_proficiency_title_text236ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text237!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text238炉温消耗-{0}%#newsmithy_proficiency_title_text239{0}%概率制造两件装备#newsmithy_proficiency_title_text240炉温消耗-{0}%#newsmithy_proficiency_title_text241ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text242!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text243炉温消耗-{0}%#newsmithy_proficiency_title_text244{0}%概率制造两件装备#newsmithy_proficiency_title_text245炉温消耗-{0}%#newsmithy_proficiency_title_text246ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text247!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text248炉温消耗-{0}%#newsmithy_proficiency_title_text249{0}%概率制造两件装备#newsmithy_proficiency_title_text250炉温消耗-{0}%#newsmithy_proficiency_title_text251ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text252!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text253炉温消耗-{0}%#newsmithy_proficiency_title_text254{0}%概率制造两件装备#newsmithy_proficiency_title_text255炉温消耗-{0}%#newsmithy_proficiency_title_text256ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text257!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text258炉温消耗-{0}%#newsmithy_proficiency_title_text259{0}%概率制造两件装备#newsmithy_proficiency_title_text260炉温消耗-{0}%#newsmithy_proficiency_title_text261ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text262!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text263炉温消耗-{0}%#newsmithy_proficiency_title_text264{0}%概率制造两件装备#newsmithy_proficiency_title_text265炉温消耗-{0}%#newsmithy_proficiency_title_text266ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text267!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text268炉温消耗-{0}%#newsmithy_proficiency_title_text269{0}%概率制造两件装备#newsmithy_proficiency_title_text270炉温消耗-{0}%#newsmithy_proficiency_title_text271{0}%概率制造两件装备#newsmithy_proficiency_title_text272炉温消耗-{0}%#newsmithy_proficiency_title_text273ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text274!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text275炉温消耗-{0}%#newsmithy_proficiency_title_text276{0}%概率制造两件装备#newsmithy_proficiency_title_text277炉温消耗-{0}%#newsmithy_proficiency_title_text278ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text279!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text280炉温消耗-{0}%#newsmithy_proficiency_title_text281{0}%概率制造两件装备#newsmithy_proficiency_title_text282炉温消耗-{0}%#newsmithy_proficiency_title_text283ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text284!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text285炉温消耗-{0}%#newsmithy_proficiency_title_text286{0}%概率制造两件装备#newsmithy_proficiency_title_text287炉温消耗-{0}%#newsmithy_proficiency_title_text288ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text289!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text290炉温消耗-{0}%#newsmithy_proficiency_title_text291{0}%概率制造两件装备#newsmithy_proficiency_title_text292炉温消耗-{0}%#newsmithy_proficiency_title_text293ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text294!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text295炉温消耗-{0}%#newsmithy_proficiency_title_text296{0}%概率制造两件装备#newsmithy_proficiency_title_text297炉温消耗-{0}%#newsmithy_proficiency_title_text298ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text299!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text300炉温消耗-{0}%#newsmithy_proficiency_title_text301{0}%概率制造两件装备#newsmithy_proficiency_title_text302炉温消耗-{0}%#newsmithy_proficiency_title_text303ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text304!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text305炉温消耗-{0}%#newsmithy_proficiency_title_text306{0}%概率制造两件装备#newsmithy_proficiency_title_text307炉温消耗-{0}%#newsmithy_proficiency_title_text308ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text309!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text310炉温消耗-{0}%#newsmithy_proficiency_title_text311{0}%概率制造两件装备#newsmithy_proficiency_title_text312炉温消耗-{0}%#newsmithy_proficiency_title_text313ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text314!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text315炉温消耗-{0}%#newsmithy_proficiency_title_text316{0}%概率制造两件装备#newsmithy_proficiency_title_text317炉温消耗-{0}%#newsmithy_proficiency_title_text318ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text319!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text320炉温消耗-{0}%#newsmithy_proficiency_title_text321{0}%概率制造两件装备#newsmithy_proficiency_title_text322炉温消耗-{0}%#newsmithy_proficiency_title_text323{0}%概率制造两件装备#newsmithy_proficiency_title_text324炉温消耗-{0}%#newsmithy_proficiency_title_text325ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text326!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text327炉温消耗-{0}%#newsmithy_proficiency_title_text328{0}%概率制造两件装备#newsmithy_proficiency_title_text329炉温消耗-{0}%#newsmithy_proficiency_title_text330ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text331!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text332炉温消耗-{0}%#newsmithy_proficiency_title_text333{0}%概率制造两件装备#newsmithy_proficiency_title_text334炉温消耗-{0}%#newsmithy_proficiency_title_text335ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text336!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text337炉温消耗-{0}%#newsmithy_proficiency_title_text338{0}%概率制造两件装备#newsmithy_proficiency_title_text339炉温消耗-{0}%#newsmithy_proficiency_title_text340ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text341!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text342炉温消耗-{0}%#newsmithy_proficiency_title_text343{0}%概率制造两件装备#newsmithy_proficiency_title_text344炉温消耗-{0}%#newsmithy_proficiency_title_text345ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text346!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text347炉温消耗-{0}%#newsmithy_proficiency_title_text348{0}%概率制造两件装备#newsmithy_proficiency_title_text349炉温消耗-{0}%#newsmithy_proficiency_title_text350ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text351!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text352炉温消耗-{0}%#newsmithy_proficiency_title_text353{0}%概率制造两件装备#newsmithy_proficiency_title_text354炉温消耗-{0}%#newsmithy_proficiency_title_text355ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text356!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text357炉温消耗-{0}%#newsmithy_proficiency_title_text358{0}%概率制造两件装备#newsmithy_proficiency_title_text359炉温消耗-{0}%#newsmithy_proficiency_title_text360ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text361!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text362炉温消耗-{0}%#newsmithy_proficiency_title_text363{0}%概率制造两件装备#newsmithy_proficiency_title_text364炉温消耗-{0}%#newsmithy_proficiency_title_text365ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text366!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text367炉温消耗-{0}%#newsmithy_proficiency_title_text368{0}%概率制造两件装备#newsmithy_proficiency_title_text369炉温消耗-{0}%#newsmithy_proficiency_title_text370ææ–™æ¶ˆè€—å‡å°‘#newsmithy_proficiency_title_text371!è§£é”图纸ã€ç´«é‡‘雷神锤】#newsmithy_proficiency_title_text372炉温消耗-{0}%#newsmithy_proficiency_title_text373{0}%概率制造两件装备#newsmithy_proficiency_title_text374炉温消耗-{0}℃#newsmithy_proficiency_title_text375{0}%概率制造两件装备newsmithy_stove_title_text1 冶炼炉lv.1newsmithy_stove_title_text2 冶炼炉lv.2newsmithy_stove_title_text3 冶炼炉lv.3newsmithy_stove_title_text4 冶炼炉lv.4newsmithy_stove_title_text5 冶炼炉lv.5newsmithy_stove_title_text6 冶炼炉lv.6newsmithy_stove_title_text7 冶炼炉lv.7newsmithy_stove_title_text8 冶炼炉lv.8newsmithy_stove_title_text9 冶炼炉lv.9newsmithy_stove_title_text10冶炼炉lv.10newsmithy_tool_name_text1 造诣lv.{0}newsmithy_tool_name_text2 精装lv.{0}newsmithy_tool_name_text3 节能lv.{0}newsmithy_tool_name_text4 推广lv.{0}newsmithy_tool_name_text5 促销lv.{0}"newsmithy_customer_customer_speak1€†æˆ‘需è¦[color=#feb849]{0}ä»¶ã€{1}】[/color]ï¼Œå¦‚æžœä½ æš‚æ—¶æ²¡æœ‰å¤‡è´§çš„è¯æˆ‘å¯ä»¥åœ¨è¿™ç­‰ä¸€æ®µæ—¶é—´ï¼Œä½†ä¸ä¼šå¤ªä¹…。"newsmithy_customer_customer_speak2€†æˆ‘需è¦[color=#feb849]{0}ä»¶ã€{1}】[/color]ï¼Œå¦‚æžœä½ æš‚æ—¶æ²¡æœ‰å¤‡è´§çš„è¯æˆ‘å¯ä»¥åœ¨è¿™ç­‰ä¸€æ®µæ—¶é—´ï¼Œä½†ä¸ä¼šå¤ªä¹…。"newsmithy_customer_customer_speak4<我有个å®è´ï¼Œä½ è¦æ˜¯å–œæ¬¢çš„è¯ä¾¿å®œä½ ç‚¹å–你。 +DispatchLv当å‰è®¢å•等级:{0} DispatchTextæ´¾é£DispatchRefresh å…费刷新DispatchDayRefresh {0}天刷新DispatchQuality1普通DispatchQuality2稀有DispatchQuality3å²è¯—DispatchQuality4传说 DispatchDay {0}天有效 DispatchCond1 等级>={0} DispatchCond2 星级>={0}DispatchLvCurrentType当å‰ä»»åŠ¡ç±»åž‹DispatchLvNextType下一级任务类型DispatchLvTitle公告æ¿çº§åˆ«fitnesBuffTimeTipæ¯å¤©24点é‡ç½®fitnesGetBuffTip*å®Œæˆæ¯æ—¥ä¸€ç»ƒ + +获得é¢å¤–buff加æˆPlayer_not_online玩家ä¸åœ¨çº¿friend_not_allowed!好勿­¦é¦†æœ¨æ¡©ä¸å…许æ“作 No_heroes当剿²¡æœ‰è‹±é›„在挂机 \ No newline at end of file diff --git a/GameConfig/LocalizeConfig_EN.bytes b/GameConfig/LocalizeConfig_EN.bytes index d513987..e26cd02 100644 --- a/GameConfig/LocalizeConfig_EN.bytes +++ b/GameConfig/LocalizeConfig_EN.bytes @@ -1,4 +1,4 @@ -“–ChineseSimplifiedSimplified ChineseChineseTraditionaltraditional ChineseEnglishEnglish1one2two3three4Four5five6six7seven8Eight9Nine10tenLoginLog in +™ªChineseSimplifiedSimplified ChineseChineseTraditionaltraditional ChineseEnglishEnglish1one2two3three4Four5five6six7seven8Eight9Nine10tenLoginLog in MomentDay1 {0} days ago MomentDay2 {0} days left MomentHour1 {0} hours ago MomentHour2{0} hours leftMomentMinutes1{0} minutes agoMomentMinutes2{0} minutes leftMomentSeconds1justMomentSeconds2within 1 minuteTuijian recommendJueseRole hero_13001Blinky @@ -76,12 +76,12 @@ hero_45001Oogway hero_45002Merlin hero_45003Guy hero_45004 Puss in Boots -hero_43901 Star Spirit -hero_43902Star Spirit·Epic -hero_43903Star Spirit·Legend -hero_42911Junior Exp Wizard -hero_43911Common Exp Wizard -hero_44911Advanced Exp Wizard +hero_43901Badge of honor +hero_43902Badge of honor·Epic +hero_43903Badge of honor·Legend +hero_42911Junior Kung Fu scroll +hero_43911Common Kung Fu scroll +hero_44911Advanced Kung Fu scroll hero_43921Skill Spirit·Rare hero_44921Skill Elf·Epic hero_45921Skill Spirit·Legend @@ -246,13 +246,12 @@ hero_10008RESIST hero_10009Grow Up Health hero_10010Grow Up Defend hero_10011Grow Up Attack -hero_10012 SuckBloodCritCritHpHealthDefDefendAtkAttackHpProGrow Up HealthDefProGrow Up DefendAtkProGrow Up Attackstar_2 excellentstar_3rarestar_4epicstar_5legendcolor_1 excellentcolor_2rarecolor_3epiccolor_4legendcolor_5immortalcolor_6 extraordinaryrace_1searingrace_2surgerace_3 whistlingrace_4shinejob_1outputjob_2defensejob_3 Auxiliaryjob_4controljob_5Materialitemdesc_10001$Heroes can be strengthened after useitemdesc_10002Dstone for testing functionality, it may be an unusable activity itemitemdesc_10003#Collect all 50 fragments to make Poitemdesc_10004-You can choose any one of the following itemsitemdesc_10005.You can get 1 of the following items at randomitemdesc_10006Open to get gold coinsitemdesc_10007#Get 2 hours of gold coins after useitemdesc_10008FGain 2 hours of gold after use, but he will disappear within 2 minutesitemdesc_10009VThis magic book is sealed by powerful magic, it can be opened after passing level 9999itemdesc_10010nIt seems to be the currency of a lost civilization, for the time being, it has only commemorative significanceitemdesc_10011/The hands don't move, maybe someone can fix it.itemdesc_10012 Delicate wood with a light aromaitemdesc_10013.Carrying it in a backpack will bring good luckitemdesc_10014NYou are an adventurer when you log in to the game, and you will get this medalitemdesc_10015luckier than cloveritemdesc_10016FDiamonds are man-made, so they cannot be used to buy items in the mallitemdesc_200010Collect 50 fragments to synthesize random Heroesitemdesc_20002-Collect 50 fragments to synthesize hero 25001itemdesc_300018Can be used for general recruitment and hero recruitmentitemdesc_30002'Can be used to recruit heroes in camp 1itemdesc_30003(Can be used to recruit heroes for camp 2itemdesc_30004'Can be used to recruit heroes in camp 3itemdesc_30005'Can be used to recruit heroes in camp 4itemdesc_500014Putting it in your backpack will bring you good luckitemdesc_50002MIf you log in to the game, you are an adventurer, and you will get this medalitemdesc_50003Luckier than lucky grassitemdesc_50004KDiamonds are man-made, so they can't be used to buy commodities in the mallitemdesc_500054Putting it in your backpack will bring you good luckitemdesc_50006MIf you log in to the game, you are an adventurer, and you will get this medalitemdesc_50007Luckier than lucky grassitemdesc_50008KDiamonds are man-made, so they can't be used to buy commodities in the mallitemdesc_500094Putting it in your backpack will bring you good luckitemdesc_50010MIf you log in to the game, you are an adventurer, and you will get this medalitemdesc_50011Luckier than lucky grassitemdesc_50012KDiamonds are man-made, so they can't be used to buy commodities in the mallitemdesc_60001#You can choose any 5-star equipmentitemdesc_60002*You can obtain a 5-star equipment randomlyitemdesc_60003(You can obtain a set of 5-star equipmentitemname_10001Junior Experience Wizarditemname_10002Stoneitemname_100035 Star Po Sharditemname_10004Gold Choice Boxitemname_10005Random Gold Boxitemname_10006 gold coin boxitemname_10007 2Hour coinsitemname_10008 2Hour coinsitemname_10009sealed magic bookitemname_10010 ancient coinsitemname_10011 broken clockitemname_10012wooditemname_10013four-leaf cloveritemname_10014Adventurer's Medalitemname_10015cat cat amuletitemname_10016artificial diamonditemname_20001Random hero fragmentitemname_20002Fragment 25001itemname_30001time gemitemname_30002 Camp1 gemitemname_30003 Camp2 gemitemname_30004 Camp3 gemitemname_30005 Camp4 gemitemname_50001ArcaneFood lv1itemname_50002TechnologyFood lv1itemname_50003NaturaFood lv1itemname_50004 LightFood lv1itemname_50005ArcaneFood lv2itemname_50006TechnologyFood lv2itemname_50007NaturaFood lv2itemname_50008 LightFood lv2itemname_50009ArcaneFood lv3itemname_50010TechnologyFood lv3itemname_50011NaturaFood lv3itemname_50012 LightFood lv3itemname_60001lv5 equi optional boxitemname_60002lv5 equi rand boxitemname_60003 lv5 suit box server_10001local test server server_10006 Raven Ridge server_10003 Peace Valley server_10004 Phoenix city server_10005Emerald Palaceskillname_190011000Captain Po's skillsskillname_190012000 +hero_10012 SuckBloodCritCritHpHealthDefDefendAtkAttackHpProGrow Up HealthDefProGrow Up DefendAtkProGrow Up Attackstar_2Rstar_3SRstar_4SSRstar_5URcolor_1Rcolor_2SRcolor_3SSRcolor_4URcolor_5SPcolor_6SPrace_1searingrace_2surgerace_3 whistlingrace_4shinejob_1attackjob_2defensejob_3 Auxiliaryjob_4controljob_5Materialitemdesc_10001$Heroes can be strengthened after useitemdesc_10002Dstone for testing functionality, it may be an unusable activity itemitemdesc_10003#Collect all 50 fragments to make Poitemdesc_10004-You can choose any one of the following itemsitemdesc_10005.You can get 1 of the following items at randomitemdesc_10006Open to get gold coinsitemdesc_10007#Get 2 hours of gold coins after useitemdesc_10008FGain 2 hours of gold after use, but he will disappear within 2 minutesitemdesc_10009VThis magic book is sealed by powerful magic, it can be opened after passing level 9999itemdesc_10010nIt seems to be the currency of a lost civilization, for the time being, it has only commemorative significanceitemdesc_10011/The hands don't move, maybe someone can fix it.itemdesc_10012 Delicate wood with a light aromaitemdesc_10013.Carrying it in a backpack will bring good luckitemdesc_10014NYou are an adventurer when you log in to the game, and you will get this medalitemdesc_10015luckier than cloveritemdesc_10016FDiamonds are man-made, so they cannot be used to buy items in the mallitemdesc_200012Collect 50 fragments to synthesize random guardianitemdesc_20002-Collect 50 fragments to synthesize hero 25001itemdesc_300018Can be used for general recruitment and hero recruitmentitemdesc_30002'Can be used to recruit heroes in camp 1itemdesc_30003(Can be used to recruit heroes for camp 2itemdesc_30004'Can be used to recruit heroes in camp 3itemdesc_30005'Can be used to recruit heroes in camp 4itemdesc_500014Putting it in your backpack will bring you good luckitemdesc_50002MIf you log in to the game, you are an adventurer, and you will get this medalitemdesc_50003Luckier than lucky grassitemdesc_50004KDiamonds are man-made, so they can't be used to buy commodities in the mallitemdesc_500054Putting it in your backpack will bring you good luckitemdesc_50006MIf you log in to the game, you are an adventurer, and you will get this medalitemdesc_50007Luckier than lucky grassitemdesc_50008KDiamonds are man-made, so they can't be used to buy commodities in the mallitemdesc_500094Putting it in your backpack will bring you good luckitemdesc_50010MIf you log in to the game, you are an adventurer, and you will get this medalitemdesc_50011Luckier than lucky grassitemdesc_50012KDiamonds are man-made, so they can't be used to buy commodities in the mallitemdesc_60001#You can choose any 5-star equipmentitemdesc_60002*You can obtain a 5-star equipment randomlyitemdesc_60003(You can obtain a set of 5-star equipmentitemname_10001Junior Kung Fu scrollitemname_10002Stoneitemname_100035 Star Po Sharditemname_10004Gold Choice Boxitemname_10005Random Gold Boxitemname_10006 gold coin boxitemname_10007 2Hour coinsitemname_10008 2Hour coinsitemname_10009sealed magic bookitemname_10010 ancient coinsitemname_10011 broken clockitemname_10012wooditemname_10013four-leaf cloveritemname_10014Adventurer's Medalitemname_10015cat cat amuletitemname_10016artificial diamonditemname_20001Random hero fragmentitemname_20002Fragment 25001itemname_30001time gemitemname_30002 Camp1 gemitemname_30003 Camp2 gemitemname_30004 Camp3 gemitemname_30005 Camp4 gemitemname_50001ArcaneFood lv1itemname_50002TechnologyFood lv1itemname_50003NaturaFood lv1itemname_50004 LightFood lv1itemname_50005ArcaneFood lv2itemname_50006TechnologyFood lv2itemname_50007NaturaFood lv2itemname_50008 LightFood lv2itemname_50009ArcaneFood lv3itemname_50010TechnologyFood lv3itemname_50011NaturaFood lv3itemname_50012 LightFood lv3itemname_60001lv5 equi optional boxitemname_60002lv5 equi rand boxitemname_60003 lv5 suit box server_10001local test server server_10006 Raven Ridge server_10003 Peace Valley server_10004 Phoenix city server_10005Emerald Palaceskillname_190011000Captain Po's skillsskillname_190012000 panda fistskillname_190013000 Tai Chi Formskillname_190011003 Tai Chi Zeroskillname_190014000Bobby's Captain Skillskillname_190016000Harmonyskillname_190017000 dance of joyskillname_190018000 rainbow note ComingSoon Coming Soon NotYetOpen Not Yet Open tips_1003ZThe current planet capacity is overloaded, please change the planet to start the adventure tips_1004=The world is currently under construction, please enter later tips_1005Reinforcement failure tips_1006VHeroes who wear equipment will be removed if they are used as materials. Are you sure? tips_1007PThe current equipment has been worn by other heroes. Are you sure to replace it? nonactivated inactivated activated activatedopencond_prompt_10001Clearance 2-26 openopencond_prompt_10002Not open for now, stay tunedopencond_prompt_10003JOpen the server on the 2nd day and open after 2-14 after customs clearancenum_1001 ADVENTUREnum_1002SUMMONnum_1003STORYnum_1004KUNG FUnum_1005FESTIVALnum_1006 MistyIslandnum_1007 -EXPEDITIONnum_1008GUARDnum_1009 Catch Itï¼num_1010 Dark Cuisinenum_1011ARENAnum_1012CRAZYnum_1013TRAINnum_1014LIBRARYnum_1015BONEFIRE DANCEnum_1016MERCHANT FLEETnum_1017GOURMET RESTAURANTnum_1018GOBER BACKSMITH SHOPnum_1019HUNTINGnum_2020CHATnum_2021Worldnum_2022Guildnum_2023Privatenum_2024Publicnum_2025Systemnum_2026Club of Martial Artnum_2036 Growth taskopencond_name_10001 INVENTORYopencond_name_10002SHOPopencond_name_10003UNIONopencond_name_10004MAILopencond_name_10005SOCIALopencond_name_10006CARDSopencond_name_10007DORMopencond_name_10008CHARGEopencond_name_10009EVENTopencond_name_10010MISSIONShero_help_10001Cultivation Instructionshero_help_10002 hero upgradehero_help_10003>Heroes can level up by playing or absorbing experience spiritshero_help_10004Hero Rising Starhero_help_10005ƒHeroes of different star levels have different level caps, 3 stars are 30, 4 stars are 40, 5 stars are 50, and 6 stars are 60.
After the hero reaches the level cap, it is necessary to further upgrade the level through star upgrade.
The hero's attributes will be improved after the star is upgraded.
Rising Star Spirit is a high-quality material for heroes to rise as starshero_help_10006 Skill upgradehero_help_100079Using rare/epic/legendary quality skill sprites can improve the skill level of the corresponding quality heroes. When the skill is upgraded, the skill that can be upgraded will be randomly selected.
If all skill levels of a hero are at full level, they will no longer be able to use skill sprites to level uphero_help_10008Detailshero_help_10009Equiphero_help_10010Develophero_help_10011Skillhero_help_10012Awakenhero_help_10013Pokedexhero_help_10014 Caption skillhero_help_10015Display full service plus pointhero_help_10016 Resonancehero_equip_WearEquip -WEAR EQUIPhero_equip_intensify intensifyhero_equip_automatic Automatichero_equip_wearwearhero_equip_unlocklevel {0} Unlockhero_equip_StrengthenTitleEquip Intensifyhero_equip_SuccessRate Success Ratehero_equip_TakeOffEquipTake off successfullyhero_equip_takeoffTake offhero_equip_sucessSUCCESShero_equip_SucessText1Offensive suit sucesshero_equip_SucessText2Chasing wind suit sucesshero_equip_SucessText3Frost suit sucesshero_equip_SucessText4Thirsty Blood Suit sucesshero_equip_SucessText5Healing suit sucesshero_equip_SucessText6Prayer suit sucesshero_equip_SucessText7Pulse suit sucesshero_equip_SucessText8Adjudication suit sucesshero_equip_SucessText9Heart refining suit sucesshero_equip_SucessText10Blessing suit sucesshero_equip_SucessText11Faun suit sucesshero_equip_SucessText12Xuanwu Suit sucesshero_equip_SucessText13Arrow God Suit sucesshero_equip_SucessText14Prophecy suit sucesshero_equip_SucessText15Moon shield suit sucesshero_equip_SucessText16Breaking delusion suit sucesshero_equip_SucessText17Curse Suit sucesshero_equip_SucessText18Guard suit sucesshero_equip_SucessText19Imperial Exemption Suit sucesshero_equip_SuitEffect suit effecthero_equip_SetSkills -Set Skillssmithy_name_1001woodensmithy_name_1002stonysmithy_name_1003ironsmithy_name_1004steelsmithy_name_1005Platinumsmithy_name_1006diamond qualitysmithy_name_1007 +EXPEDITIONnum_1008GUARDnum_1009 Catch Itï¼num_1010 Dark Cuisinenum_1011ARENAnum_1012CRAZYnum_1013TRAINnum_1014LIBRARYnum_1015BONEFIRE DANCEnum_1016MERCHANT FLEETnum_1017GOURMET RESTAURANTnum_1018GOBER BACKSMITH SHOPnum_1019HUNTINGnum_2020CHATnum_2021Worldnum_2022Guildnum_2023Privatenum_2024Publicnum_2025Systemnum_2026Club of Martial Artnum_2036 Growth taskopencond_name_10001 INVENTORYopencond_name_10002SHOPopencond_name_10003UNIONopencond_name_10004MAILopencond_name_10005SOCIALopencond_name_10006CARDSopencond_name_10007DORMopencond_name_10008CHARGEopencond_name_10009EVENTopencond_name_10010MISSIONShero_help_10001Cultivation Instructionshero_help_10002 hero upgradehero_help_10003>Heroes can level up by playing or absorbing experience spiritshero_help_10004Hero Rising Starhero_help_10005ŒHeroes of different star levels have different Guard level caps, 3 stars are 30, 4 stars are 40, 5 stars are 50, and 6 stars are 60.
After the hero reaches the level cap, it is necessary to further upgrade the level through star upgrade.
The hero's attributes will be improved after the star is upgraded.
Rising Badge of honor is a high-quality material for heroes to rise as starshero_help_10006guardian skills upgradehero_help_10007/Using SR/SSR/SP quality skill sprites can improve the skill level of the corresponding quality heroes. When the skill is upgraded, the skill that can be upgraded will be randomly selected.
If all skill levels of a hero are at full level, they will no longer be able to use skill sprites to level uphero_help_10008Detailshero_help_10009Equiphero_help_10010Develophero_help_10011guardian skillshero_help_10012Awakenhero_help_10013Pokedexhero_help_10014 Caption skillhero_help_10015Display full service plus pointhero_help_10016 Starlighthero_equip_WearEquip +WEAR EQUIPhero_equip_intensify intensifyhero_equip_automatic Automatichero_equip_wearwearhero_equip_unlocklevel {0} Unlockhero_equip_StrengthenTitleEquip Intensifyhero_equip_SuccessRate Success Ratehero_equip_TakeOffEquipTake off successfullyhero_equip_takeoffTake offhero_equip_sucessSUCCESShero_equip_SucessText1Offensive suit sucesshero_equip_SucessText2Chasing wind suit sucesshero_equip_SucessText3Frost suit sucesshero_equip_SucessText4Thirsty Blood Suit sucesshero_equip_SucessText5Healing suit sucesshero_equip_SucessText6Prayer suit sucesshero_equip_SucessText7Pulse suit sucesshero_equip_SucessText8Adjudication suit sucesshero_equip_SucessText9Heart refining suit sucesshero_equip_SucessText10Blessing suit sucesshero_equip_SucessText11Faun suit sucesshero_equip_SucessText12Xuanwu Suit sucesshero_equip_SucessText13Arrow God Suit sucesshero_equip_SucessText14Prophecy suit sucesshero_equip_SucessText15Moon shield suit sucesshero_equip_SucessText16Breaking delusion suit sucesshero_equip_SucessText17Curse Suit sucesshero_equip_SucessText18Guard suit sucesshero_equip_SucessText19Imperial Exemption Suit sucesshero_equip_SuitEffect suit effecthero_equip_SetSkillsSet guardian skillssmithy_name_1001woodensmithy_name_1002stonysmithy_name_1003ironsmithy_name_1004steelsmithy_name_1005Platinumsmithy_name_1006diamond qualitysmithy_name_1007 star stonesmithy_name_1008stellar meteoritesmithy_name_1009 star nucleussmithy_name_1010cosmic particlessmithy_name_1011combat equipmentsmithy_name_1012Auxiliary equipmentsmithy_name_1013special equipmentsmithy_name_1014working conditionssmithy_name_1015Customized quantitysmithy_name_1016blacksmith schedulesmithy_txt_1001upgrade me nowsmithy_txt_1002#Red umbrella umbrella ah white polesmithy_txt_1003place an order with mesmithy_txt_1004welcome next timesmithy_txt_1005 hum hum humsmithy_txt_1006Click me to get the equipmentsmithy_txt_1007}I have a way to make more advanced equipment, but you have to upgrade the casting table first, or I will definitely hammer itsmithy_txt_10081am the most skilled blacksmith among the Vikings.smithy_txt_1009 make queuesmithy_txt_1010Equipment has been madeviking_boss_1001 Flame Titanviking_boss_1002 Ice Titanviking_boss_1003 Forest Titanviking_boss_1004fThe lava titan comes from a distant volcano, and its flame properties make it barren wherever it goes.viking_boss_1005>Frost titans come from the cold, and nothing is colder than itviking_boss_1006SThe Forest Titan was born in the vast forest and is the patron saint of all animalsweapons_boss_1001Trollweapons_boss_1002QThe troll is a powerful leader, and the guardian has countless precious materialshunting_boss_1001Spiny Mandrillahunting_boss_1002Dragonhunting_boss_1003Chefhunting_boss_1004Gorghunting_boss_1005lThe legendary giant orangutan is a very scary character. It is violent and cunning. Be very careful with it.hunting_boss_1006_Fire dragons can spew violent flames from their mouths, causing devastating blows to the groundhunting_boss_1007€µThe ferocious chef with a grim personality once became famous for his ability to "cook" evil spirits, but later he was defeated by the collective escape of the elves at the banquet.hunting_boss_1008€The leader of the Gua Sing people sitting in the armor was taken away by the Bobo Sing people, who chased the children all the way to the earth. gourmet_lv1[color=#7DF829]so-so[/color] gourmet_lv2![color=#7DF829]Remarkable[/color] gourmet_lv3)[color=#23E4EF]What makes perfect[/color] gourmet_lv4"[color=#23E4EF]Familiarity[/color] gourmet_lv5[color=#B43AEF]Handy[/color] gourmet_lv6 [color=#B43AEF]With ease[/color] gourmet_lv7 [color=#E96610]Ingenuity[/color] gourmet_lv8'[color=#E96610]Fantastic skills[/color] gourmet_cook1[color=#14E545]Level 1[/color] gourmet_cook2[color=#14E545]Level 2[/color] gourmet_cook3[color=#14E545]Level 3[/color] gourmet_cook4[color=#14E545]Level 4[/color] gourmet_cook5[color=#14E545]Level 5[/color] gourmet_cook6[color=#14E545]Level 6[/color] gourmet_cook7[color=#14E545]Level 7[/color] gourmet_cook8[color=#14E545]Level 8[/color] gourmet_cook9[color=#14E545]Level 9[/color]gourmet_cook10[color=#14E545]Level 10[/color]gourmet_cook11[color=#14E545]Level 11[/color]gourmet_cook12[color=#14E545]Level 12[/color]gourmet_cook13[color=#14E545]Level 13[/color]gourmet_cook14[color=#14E545]Level 14[/color]gourmet_cook15[color=#14E545]Level 15[/color]gourmet_affix1olor=#14E545]None[/color]gourmet_affix2[color=#4a96e3]Very low[/color]gourmet_affix3[color=#be3ce8]Medium[/color]gourmet_affix4[color=#e8893c]Higher[/color]gourmet_affix5 [color=#e9361e]Very high[/color]efficiency_describe1Time per order - 1 minuteefficiency_describe2Time per order - 2 minutesefficiency_describe3Time per order - 3 minutesefficiency_describe4Time per order - 4 minutesefficiency_describe5Time per order - 5 minutesefficiency_describe6Time per order - 6 minutesefficiency_describe7Time per order - 7 minutesefficiency_describe8Time per order - 8 minutesefficiency_describe9Time per order - 9 minutesefficiency_describe10Time per order - 10 minutesefficiency_describe11Time per order - 11 minutesefficiency_describe12Time per order - 12 minutesefficiency_describe13Time per order - 13 minutesefficiency_describe14Time per order - 14 minutesefficiency_describe15Time per order - 15 minutes gourmet_name1 Magic Cook gourmet_name2 Kung Fu Cook gourmet_name3Technology Cook gourmet_name4Moonlight Cook gourmet_name5Efficient productionresonance_help_informationResonate Help Informationawaken_help_information{Description of hero awakening
1. A hero can awaken at level 1
2. A hero can awaken at level 10/20/30/40/50 for an additional time, and each hero can awaken to level 6 at most
3. Each awakening needs to consume corresponding awakening materials, which can be obtained through hunting
4. Higher arousal materials can be obtained by synthesizing lower arousal materials.pagoda_help_title pagoda helpvikingexpedition_help_titlevikingexpedition helpEnchantingCopy_help_titleEnchantingCopy helphunting_help_title hunting helpCompositeCard_help_titleCompositeCard helparena_help_title @@ -430,7 +429,9 @@ task_30145100 wins in arena task_30146200 wins in arena task_30147300 wins in arena task_30148500 wins in arena -task_301491000 wins in arenashop_1 Gold shopshop_2 Diamond shopshop_3 Friend storeshop_4 Arena storeshop_5 Union store shop_title1 Play shop pagoda_layer1 1st layer pagoda_layer2 2st layer pagoda_layer3 3st layer pagoda_layer4 4st layer pagoda_layer5 5st layer pagoda_layer6 6st layer pagoda_layer7 7st layer pagoda_layer8 8st layer pagoda_layer9 9st layerpagoda_layer10 +task_301491000 wins in arenashop_1 Gold shopshop_2 Diamond shopshop_3 Friend storeshop_4 Arena storeshop_5 Union storeshop_6 +Moon Storeshop_7 +Smith shop shop_title1 Play shop pagoda_layer1 1st layer pagoda_layer2 2st layer pagoda_layer3 3st layer pagoda_layer4 4st layer pagoda_layer5 5st layer pagoda_layer6 6st layer pagoda_layer7 7st layer pagoda_layer8 8st layer pagoda_layer9 9st layerpagoda_layer10 10st layerpagoda_layer11 11st layerpagoda_layer12 12st layerpagoda_layer13 @@ -528,7 +529,7 @@ MoonEnergyAttackAttackDefenseDefense Auxiliary AuxiliaryControlControlMat AddFriends AddFriends Blacklist BlacklistFriendshipHelpFriend Ship HelpAppliedAppliedApplyApply PersonalSpace PersonalSpace RemoveFriends RemoveFriendsRemoveBlacklistRemoveBlacklist AddBlacklist AddBlacklistReceiveAndSendWithOneClickReceiveAndSendWithOneClick NumberOfDaily NumberOfDailyNumberOfFriendsNumberOfFriendsOnlineOnlineZoneZone IsItOnline -IsItOnline IgnoreAll IgnoreAll Allapproved Allapproved NumberOfApply NumberOfApplyNumberOfBlacklistNumberOfBlacklistJobJobRaceRaceStarStarLevelLevelQualityQualitySortingSortingAllAllOnlyMaterialCardOnlyMaterialCard OnlyTheLock OnlyTheLockScreenScreenFriendshipHelp_WeekHelpListWeek Help ListFriendshipHelp_UpdateTime Update TimeFriendshipHelp_MyAssistance My AssistanceFriendshipHelp_MyTeamMemberMy Team MemberDayDayHourHourMinutesMinutesSecondsSeconds +IsItOnline IgnoreAll IgnoreAll Allapproved Allapproved NumberOfApply NumberOfApplyNumberOfBlacklistNumberOfBlacklistJobJobRaceRaceStarStarLevel Guard levelQualityQualitySortingSortingAllAllOnlyMaterialCardOnlyMaterialCard OnlyTheLock OnlyTheLockScreenScreenFriendshipHelp_WeekHelpListWeek Help ListFriendshipHelp_UpdateTime Update TimeFriendshipHelp_MyAssistance My AssistanceFriendshipHelp_MyTeamMemberMy Team MemberDayDayHourHourMinutesMinutesSecondsSeconds Difficulty Difficulty DropPreview DropPreviewResetCountdownResetCountdownNumberOfChallengesLeftTodayNumberOfChallengesLeftTodayPrepareForBattleBattleCaptainRecommendationCaptainRecommendationStrategyStrategy PassRanking PassRanking BossSkill BossSkill GuardSkill @@ -536,12 +537,12 @@ GuardSkill TimeSpent TimeSpent FriendRanking FriendRankingServiceRankingServic ActivityOn Activity on SeasonReset Season reset RewardReset Reward resetOpenNotificationPermissionkThe notification permission is not enabled on the current device, and important notifications may be missedGoToOpen Go to open BindAccount Bind account InitAccountInitialize accountCustomerServiceCustomerService ExchangeCode Exchange codeServiceSelectedRegional serviceLanguageLanguageVoiceVoiceVerificationCodeVerification codeEnterVerificationCodeEnter verification codeInitDatawAfter the account is initialized, all data will disappear and cannot be recovered (it can be initialized 3 times today)EnterExchangeCodeEnter Exchange codeCanGetItReachTheReach level to receive EnemyLineups Enemy Camp RewardPreviewReward PreviewStartChallengeStart Exploring -PassRewardCustoms clearance rewardRewardedREWARDEDUndoneUNDONEReceiveRECEIVEReceivedRECEIVED NoRanking NoRanking Season award Season awardnumbernumberFriend_NotFoundNo corresponding role foundTriggerRandomTaskTrigger Random TaskDiamondCutDiamondDiamond Cut Diamond MeetByChanceMeet By ChanceReceiveddescription Received!VikingVikingpurchase_descriptionSpend money to buyNot_enough_purchasesInsufficient purchase times!Insufficient_props_requiredInsufficient props!Speaking_CD_Prompt Talk too fasttextbox_default_contentPlease enter textGuild_channel_tipsSpeak after joining the guildPrivate_chat_channel_tips+Speak after selecting a private chat targetSystem_Channel_Alert*The system channel is not allowed to speakmaximum_message That's all!messagesMessages Comment_TipsWhere's your comment?Days_agoDays ago An_hour_ago Hours ago minutes_ago Minutes agohigh-level_tipsChoose a high level!low_level_tipsTarget level is lowLog_inSign in Shenlong_HallDivine Dragon Hall bamboo_forest Bamboo forest mainline_lockChapter II UnlockingActivated_steleStone tablet activated Not_yet_open Not open yet!Please_select_an_itemPlease select an item! Quantity_Tips#Did you forget to add the quantity!upgrade_unsuccessfulUpgrade failed max_level Maximum gradeMissing_props1Missing item:{0}time_is_running_outNot enough timemaximummaximumNot_produced_tipsNo items availableCritical_strike_rate_increasedIncrease critical hit rate dizzinessvertigocontinuous_recoveryContinuous recoveryfrozenfrozenshieldShieldLowered_blood_capMaximum HP reducedThunder_Half_Moon_SlashThunder Half Moon ChopPut_in_the_upgrade_materialPut in the upgrade materials!Hero_List_TipsEThere is no ontology hero in the selection list, unable to upgrade!!!update_successedUpgrade succeeded!"Please_put_in_the_upgrade_material$Please put in the upgrade materials!network_anomalyNetwork anomalyRepeat_connection_prompt6Connection failed. Do you want to continue connecting?Waiting_for_unity_to_be_addedWait for unified addition#Clear_the_previous_difficulty_firstFirst pass the last difficulty difficultysDifficulty:{0}bossopening_time1Opening time: Monday, Tuesdaybossopening_time2!Opening time: Wednesday, Thursdaybossopening_time3Opening time: Friday, Saturdaybossopening_time4Opening time: Sundaythinggoods Training_tipsThe current hero is trainingMaster_level_tips5Currently, it is the maximum value of master trainingMaximum_star_rating*The current star level can only reach{0}lv Minimum_hintCurrently the minimum valueMinimum_time_reminderCurrent is the minimum time Available AvailableThe_practice_pile_is_full>At present, the practice pile has been taken. Let's change it!maximum_quantityMaximum quantity$Please_unlock_the_previous_one_first$Please unlock the previous one first not_finishedNot finished yetSelect_a_hero_and_then_operateSelect a hero to operateAdded_successfullySuccessfully added not_added Not addedpending unclaimed not_unlocked Not unlockedSimplified_ChineseSimplified Chinese(This_language_is_not_currently_supported*This language is not supported temporarilyPlease_enter_account_password!Please enter the account passwordPrivacy_Agreement‡The following privacy agreement is the promise of the game to protect users' privacy. Please read this agreement carefully to understand our situation about managing your personal information. \nAll terms of this privacy agreement are an important part of this software user service agreement. \N In order to provide you with more accurate and targeted services, the software may be in the following ways. \nUse the personal information you submitted. However, this software will treat such information with a high degree of diligence, and will not make such information public or provide it to a third party without your permission. \n1〠Keep the information you provide This software will collect your personal information when you voluntarily choose to provide services or information, and integrate these information to provide you with better user services. \nPlease provide your personal data in a timely, detailed and accurate manner when registering, and constantly update your registration data to meet the requirements of timely, detailed and accurate. All materials originally typed will be referred to as registration materials. \nIf the registration information is not true, you should bear the corresponding consequences. Please do not transfer or lend your account and password to others. If you find that your account has been illegally used by others. \nThe Software shall be notified immediately. This software is not responsible for the illegal use of the account and password by others due to hacker behavior or user's negligence. \n2〠Keep your usage records \nWhen you use the service of this software, the server will automatically record some information, including mobile phone model, IP address, etc. \nUnder the following circumstances, the software will disclose your personal information according to your will or legal provisions, and the problems arising therefrom will be borne by you personally. \nUser_Privacy_AgreementUser Privacy AgreementAgree_to_the_agreement_prompt-Please read and agree to the agreement first! load_listLoading server list not_available Not availablereceivedReceivedNot_unlocked_yetNot unlocked yetClearedPassed the customs!Unlock_the_previous_chapterUnlock after the last chapter!No_event_announcement5There is no activity announcement for the time being!Not_on_the_list +PassRewardCustoms clearance rewardRewardedREWARDEDUndoneUNDONEReceiveRECEIVEReceivedRECEIVED No Received No Received NoRanking NoRanking Season award Season awardnumbernumberFriend_NotFoundNo corresponding role foundTriggerRandomTaskTrigger Random TaskDiamondCutDiamondDiamond Cut Diamond MeetByChanceMeet By ChanceReceiveddescription Received!VikingVikingpurchase_descriptionSpend money to buyNot_enough_purchasesInsufficient purchase times!Insufficient_props_requiredInsufficient props!Speaking_CD_Prompt Talk too fasttextbox_default_contentPlease enter textGuild_channel_tipsSpeak after joining the guildPrivate_chat_channel_tips+Speak after selecting a private chat targetSystem_Channel_Alert*The system channel is not allowed to speakmaximum_message That's all!messagesMessages Comment_TipsWhere's your comment?Days_agoDays ago An_hour_ago Hours ago minutes_ago Minutes agohigh-level_tipsChoose a high level!low_level_tipsTarget level is lowLog_inSign in Shenlong_HallDivine Dragon Hall bamboo_forest Bamboo forest mainline_lockChapter II UnlockingActivated_steleStone tablet activated Not_yet_open Not open yet!Please_select_an_itemPlease select an item! Quantity_Tips#Did you forget to add the quantity!upgrade_unsuccessfulUpgrade failed max_level Maximum gradeMissing_props1Missing item:{0}time_is_running_outNot enough timemaximummaximumNot_produced_tipsNo items availableCritical_strike_rate_increasedIncrease critical hit rate dizzinessvertigocontinuous_recoveryContinuous recoveryfrozenfrozenshieldShieldLowered_blood_capMaximum HP reducedThunder_Half_Moon_SlashThunder Half Moon ChopPut_in_the_upgrade_materialPut in the upgrade materials!Hero_List_TipsIThere is no ontology guardian in the selection list, unable to upgrade!!!update_successedUpgrade succeeded!"Please_put_in_the_upgrade_material$Please put in the upgrade materials!network_anomalyNetwork anomalyRepeat_connection_prompt6Connection failed. Do you want to continue connecting?Waiting_for_unity_to_be_addedWait for unified addition#Clear_the_previous_difficulty_firstFirst pass the last difficulty difficultysDifficulty:{0}bossopening_time1Opening time: Monday, Tuesdaybossopening_time2!Opening time: Wednesday, Thursdaybossopening_time3Opening time: Friday, Saturdaybossopening_time4Opening time: Sundaythinggoods Training_tipsThe current hero is trainingMaster_level_tips5Currently, it is the maximum value of master trainingMaximum_star_rating*The current star level can only reach{0}lv Minimum_hintCurrently the minimum valueMinimum_time_reminderCurrent is the minimum time Available AvailableThe_practice_pile_is_full>At present, the practice pile has been taken. Let's change it!maximum_quantityMaximum quantity$Please_unlock_the_previous_one_first$Please unlock the previous one first not_finishedNot finished yetSelect_a_hero_and_then_operateSelect a hero to operateAdded_successfullySuccessfully added not_added Not addedpending unclaimed not_unlocked Not unlockedSimplified_ChineseSimplified Chinese(This_language_is_not_currently_supported*This language is not supported temporarilyPlease_enter_account_password!Please enter the account passwordPrivacy_Agreement‡The following privacy agreement is the promise of the game to protect users' privacy. Please read this agreement carefully to understand our situation about managing your personal information. \nAll terms of this privacy agreement are an important part of this software user service agreement. \N In order to provide you with more accurate and targeted services, the software may be in the following ways. \nUse the personal information you submitted. However, this software will treat such information with a high degree of diligence, and will not make such information public or provide it to a third party without your permission. \n1〠Keep the information you provide This software will collect your personal information when you voluntarily choose to provide services or information, and integrate these information to provide you with better user services. \nPlease provide your personal data in a timely, detailed and accurate manner when registering, and constantly update your registration data to meet the requirements of timely, detailed and accurate. All materials originally typed will be referred to as registration materials. \nIf the registration information is not true, you should bear the corresponding consequences. Please do not transfer or lend your account and password to others. If you find that your account has been illegally used by others. \nThe Software shall be notified immediately. This software is not responsible for the illegal use of the account and password by others due to hacker behavior or user's negligence. \n2〠Keep your usage records \nWhen you use the service of this software, the server will automatically record some information, including mobile phone model, IP address, etc. \nUnder the following circumstances, the software will disclose your personal information according to your will or legal provisions, and the problems arising therefrom will be borne by you personally. \nUser_Privacy_AgreementUser Privacy AgreementAgree_to_the_agreement_prompt-Please read and agree to the agreement first! load_listLoading server list not_available Not availablereceivedReceivedNot_unlocked_yetNot unlocked yetClearedPassed the customs!Unlock_the_previous_chapterUnlock after the last chapter!No_event_announcement5There is no activity announcement for the time being!Not_on_the_list Not listed not_skipped Cannot skipNot_open Not open!Insufficient_raffle_propsInsufficient lottery props! please_choose Please selectThis_stage_has_been_completedThis stage has been completedNot_enough_materialInsufficient materials!Please_wake_up_one_by_onePlease wake up in turn!This_hero_cannot_be_strongerThis hero can only be upgraded!Reset_successfulReset succeeded! No_point_tipsNo points can be upgraded!nourishculture equipment equipmentlineuplineuphomehomeline-uplineupMissing_props2Item missing: {0}Upgrade_failed_promptUpgrade failed, try again! Maximum_levelMaximum level! Not_enoughInsufficient quantity! No_jump_yetNo jumpStore_maximum_quantity_tips1The maximum number of purchases has been reached!Not_enough_moneyInsufficient currency!Unrefreshable_prompt+Refresh is not allowed in the current store"Refresh_description_after_purchase8Consumed or not {0}{1} refresh?times today
{2}/{3}Not_enough_diamondsInsufficient diamonds!Successful_purchasePurchase succeeded!Received_successfullySuccessfully receivedTips_for_purchases(Today's purchase times have been used upInsufficient_props_reminder(Insufficient props ", unable to purchaseNoReferencelineupNo Reference lineupReferencelineupReference lineup Fulllineup Full lineup FriendslineupFriends lineup ChapterRewardChapter reward PreviewCompletingAvailable&Available after completing the chapter draw_DrawBtnDRAW{0}draw_moonlightMoonlight Recruit draw_camp Camp Recruit draw_continueCONTINUEdraw_FloorsNum2Draw {0} more times and you will win a star 5 hero draw_returnRETURNhero_UpStarDescribe7The upper limit of level has been increased to level{0} hero_UpGradeUPGRADE hero_UpStarUPSTAR hero_UpAwakeUPAWAKE popup_receiveRECEIVEpopup_CloseDescribeClick blank to closehero_UpGradeBtnUpgradehero_UpStarBtnUpstarhero_UpGradeDescribeAdd exp spriteshero_exp Experienceequip_strengthen -Strengthenequip_FloorsNum"strengthen{0}times certain successshop_offOFF shop_foreverForever shop_SoldOutSoldOut tips_confirmCONFIRM tips_cancelCANCEL clickContinueClick the Screen to Continue!PlotIntroductionPlot Introduction LayerReceive"Challenge layer {0} again to claim comment_10001.Is there any requirement for the hero's speed? comment_10002$My evaluation is not as good as Po's comment_10003BThe hero can't fight BOSS in a wave, and the arena is easy to use~ comment_10004Very strong, already full! comment_10005/The new dungeon can use it to fight with Shifu. comment_10006"Civilian heroes are easy to raise. comment_10007zMany people say that he is not strong. Are you fully equipped? Are your skills full? You report me if Laman is not strong! comment_10008%A little praise, good man, safe life~ comment_10009.Why did you smoke it again? Please don't come! surname_10001angry surname_10002happy surname_10003sad surname_10004noisy surname_10005happy surname_10006 sorrowful surname_10007sad surname_10008excited surname_10009Cool surname_10010happy surname_10011lucky surname_10012happy surname_10013happy surname_10014magica surname_10015assidu surname_10016improv surname_10017amateu surname_10018friend surname_10019hurry surname_10020friend surname_10021clever surname_10022Observ surname_10023ice co surname_10024ignora surname_10025beauti surname_10026Lively surname_10027Shy surname_10028Passio surname_10029optimi surname_10030naggin surname_10031confus surname_10032speedi surname_10033Profes surname_10034slow surname_10035confus surname_10036superi surname_10037flamin surname_10038active surname_10039walkin surname_10040hilari surname_10041gracef surname_10042flexib surname_10043Gentle surname_10044beauti surname_10045elegan surname_10046Wester surname_10047quiet surname_10048genero surname_10049dignif surname_10050delica surname_10051delica surname_10052charmi surname_10053flambo surname_10054charmi surname_10055Calm surname_10056carefr surname_10057Strong surname_10058sweet surname_10059hearty surname_10060Enron surname_10061elegan surname_10062leisur surname_10063peacef surname_10064depres surname_10065Calm surname_10066easygo surname_10067magnan surname_10068casual surname_10069ruddy surname_10070proud surname_10071happy surname_10072Tolera surname_10073Atmosp surname_10074kind surname_10075King's surname_10076shy surname_10077hearti surname_10078excite surname_10079pretty surname_10080plain surname_10081solemn surname_10082harmon surname_10083Frankl surname_10084Slim surname_10085lovely surname_10086young surname_10087Passio surname_10088small surname_10089active surname_10090Lovely surname_10091Handso surname_10092Extrao surname_10093passio surname_10094kind surname_10095Neat surname_10096seriou surname_10097sentim surname_10098Haihan surname_10099kind surname_10100delica surname_10101seduct surname_10102cool surname_10103gracef surname_10104elegan surname_10105respec surname_10106fashio surname_10107innoce surname_10108flirty surname_10109beauti surname_10110enchan surname_10111Admire surname_10112fair surname_10113modern surname_10114sturdy surname_10115whimsi surname_10116delica surname_10117elegan surname_10118melanc surname_10119cheerf surname_10120worshi surname_10121beauti surname_10122showy surname_10123elegan surname_10124Allure surname_10125Smooth surname_10126eloque +Strengthenequip_FloorsNum"strengthen{0}times certain successshop_offOFF shop_foreverForever shop_SoldOutSoldOut tips_confirmCONFIRM tips_cancelCANCEL clickContinueClick the Screen to Continue!Current_EffectCurrent EffectPlotIntroductionPlot Introduction LayerReceive"Challenge layer {0} again to claim comment_10001.Is there any requirement for the hero's speed? comment_10002$My evaluation is not as good as Po's comment_10003BThe hero can't fight BOSS in a wave, and the arena is easy to use~ comment_10004Very strong, already full! comment_10005/The new dungeon can use it to fight with Shifu. comment_10006"Civilian heroes are easy to raise. comment_10007zMany people say that he is not strong. Are you fully equipped? Are your skills full? You report me if Laman is not strong! comment_10008%A little praise, good man, safe life~ comment_10009.Why did you smoke it again? Please don't come! surname_10001angry surname_10002happy surname_10003sad surname_10004noisy surname_10005happy surname_10006 sorrowful surname_10007sad surname_10008excited surname_10009Cool surname_10010happy surname_10011lucky surname_10012happy surname_10013happy surname_10014magica surname_10015assidu surname_10016improv surname_10017amateu surname_10018friend surname_10019hurry surname_10020friend surname_10021clever surname_10022Observ surname_10023ice co surname_10024ignora surname_10025beauti surname_10026Lively surname_10027Shy surname_10028Passio surname_10029optimi surname_10030naggin surname_10031confus surname_10032speedi surname_10033Profes surname_10034slow surname_10035confus surname_10036superi surname_10037flamin surname_10038active surname_10039walkin surname_10040hilari surname_10041gracef surname_10042flexib surname_10043Gentle surname_10044beauti surname_10045elegan surname_10046Wester surname_10047quiet surname_10048genero surname_10049dignif surname_10050delica surname_10051delica surname_10052charmi surname_10053flambo surname_10054charmi surname_10055Calm surname_10056carefr surname_10057Strong surname_10058sweet surname_10059hearty surname_10060Enron surname_10061elegan surname_10062leisur surname_10063peacef surname_10064depres surname_10065Calm surname_10066easygo surname_10067magnan surname_10068casual surname_10069ruddy surname_10070proud surname_10071happy surname_10072Tolera surname_10073Atmosp surname_10074kind surname_10075King's surname_10076shy surname_10077hearti surname_10078excite surname_10079pretty surname_10080plain surname_10081solemn surname_10082harmon surname_10083Frankl surname_10084Slim surname_10085lovely surname_10086young surname_10087Passio surname_10088small surname_10089active surname_10090Lovely surname_10091Handso surname_10092Extrao surname_10093passio surname_10094kind surname_10095Neat surname_10096seriou surname_10097sentim surname_10098Haihan surname_10099kind surname_10100delica surname_10101seduct surname_10102cool surname_10103gracef surname_10104elegan surname_10105respec surname_10106fashio surname_10107innoce surname_10108flirty surname_10109beauti surname_10110enchan surname_10111Admire surname_10112fair surname_10113modern surname_10114sturdy surname_10115whimsi surname_10116delica surname_10117elegan surname_10118melanc surname_10119cheerf surname_10120worshi surname_10121beauti surname_10122showy surname_10123elegan surname_10124Allure surname_10125Smooth surname_10126eloque name_10001Sinb name_10002Alys name_10003Haro @@ -723,7 +724,7 @@ reset_1315*Parameters of consumed heroes do not match reset_1316-Does not meet the conditions for star raising reset_1317Wrong type of upgraded hero reset_1318 Wrong type of skill upgrade card -reset_13198Upgrade experience card overflow check incoming quantity +reset_13197Upgrade Kung Fu scroll overflow check incoming quantity reset_1320Insufficient star level reset_1321'Reaching the maximum star raising level reset_1322$The card drawing type does not match @@ -763,7 +764,7 @@ reset_2001Already in use reset_2002Unlocked reset_2003There are locked columns reset_2101Exceeds the order duration -reset_2102$The skill has reached the full level +reset_2102.The guardian skills has reached the full level reset_2201Task completed reset_2202Task not completed reset_2203Task not opened @@ -798,7 +799,9 @@ OPTIMUM:{1} set_systemsystemset_information information set_wardrobewardrobeset_audiobisual AUDIOBISUAL set_serviceservice set_languageLANGUAGE set_frameframe set_fluentfluent set_normalnormal set_delicatedelicate set_extremeextremeset_AntiLiasing anti-liasingset_HighlyDynamicRenderinghighly dynamic renderingset_PhysicalSimulationphysical simulation set_soundSoundset_bgmbgmset_sese -set_noticeNoticeset_RewardIsFullHang up reward is fullset_Exploretion Exploretionset_SeasonReset Season resetset_ReplicaReset Replica resetset_ActivityOn Activity onset_RewardReset reward resetset_NoticeTipsXThe current device does not turn on the notification,and you may miss important messages set_GoToOpen +set_noticeNoticeset_Lock30framesLock 30 frames set_Sence +open sence set_Bloom +open bloomset_FurDensity Fur densityset_SpecialeffectsSpecial effectsset_RewardIsFullHang up reward is fullset_Exploretion Exploretionset_SeasonReset Season resetset_ReplicaReset Replica resetset_ActivityOn Activity onset_RewardReset reward resetset_NoticeTipsXThe current device does not turn on the notification,and you may miss important messages set_GoToOpen Go To Open set_ServiceServiceset_BindAccount Bind accountset_InitializeAccountInitialize accountset_CustomerServiceCustomer serviceset_ExchangeCode Exchange codeset_RegionalServiceRegionalService set_LanguageLanguage set_voiceVoicefight_lost_hold Lost Holdprobability_publicitydProbability of ordinary prize pool:
3-star hero: 90%
4-star hero: 9%
5-star hero: 1%.probability_titleProbability publicityexplain_dreamland_content€1. When challenging [Viking Expedition], you have a certain probability to trigger the dungeon
2. Refresh the challenge times at 0 every dayexplain_dreamland_titleRule Descriptionfight_under_stand UnderStandtsak not completion*The task completion conditions are not met preservationresonance savescreen_secondary Secondaryscreen_PrimaryAttributePrimary attributescreen_SecondaryAttributeSecondary attributescreen_StarRating Star ratingscreen_SecondaryAttributeNumberSecondary attribute number no_material no_material atlas_13001 atlas_13002 atlas_13003 atlas_13004 atlas_13005 atlas_14001 atlas_14002 atlas_14003eThe passionate, strong and energetic Ashtree is a Viking female warrior. She is a favorite of Hikarp. atlas_14004 atlas_14005 atlas_14006 atlas_14007€ØPrince Gleason is a young king of the Boneyard family. On the day he was crowned, and also when he was going to eat the first elves of "Boneyard", all the elves escaped from the cave under the leadership of the king. atlas_15001 atlas_15002 atlas_15003 atlas_15004€ÈAs a marginal curtilage man among Bosheng people, he has a very strange personality. He is out of tune with his peers and is often laughed at. Even his name, Oh, is a tone word that others dislike him atlas_23001 atlas_23002 atlas_23003 atlas_23004 atlas_24001 atlas_24002€ÚThe tooth fairy with beautiful wings will fly into the room at night. When the children are sleeping, they will quietly take away the replaced teeth and leave a little pocket money, which may be 50 cents or one dollar. atlas_24003€ÚAs the oldest member of the Guardian Alliance, the Sand People of Sleeping God are the creators of dreams. You dream that you can fly, or even dream that you become a star, which is the contribution of the Sand People. atlas_24004 The Easter Bunny is also a heroic guardian, with an Australian accent and a pair of oversized feet. He not only prepared colorful eggs all over the mountains for the grand festival of Easter, but also guarded the children in the forest with his guardians and allies atlas_24005 atlas_24006 atlas_24007 atlas_24008 atlas_24009 atlas_25001€ÌDelicious food and kungfu dreams are all about Po's life. As the successor of the noodle shop, his idol is the kung fu master Wumeng Xia. With zero level of martial arts, he has become a "Dragon Warrior". atlas_25002 atlas_25003 atlas_25004€ÇThe pink Princess Bobby is a new generation leader of the fairy village. She wears a pink pigtail and wears blue flowers. She is as active as her color and will sing as long as she is in a good mood. atlas_33001 atlas_33002 atlas_33003 atlas_33004 atlas_33005 atlas_33006 atlas_34001 atlas_34002 atlas_34003 atlas_34004 atlas_34005 atlas_34006€úAs the number one member of the Guardian Alliance and the most capable assistant of Santa Claus North, Frostman Jack has the special ability to make ice, frost and snow. Once he appears, the school day will become a simple and happy ice and snow day. atlas_34007 atlas_34008 atlas_35001€ªA Wulin expert, Canbao was his favorite disciple. However, after Canbao was put into prison because he wanted to steal the Dragon Script, the kungfu master became silent. atlas_35002 atlas_35003 atlas_35004 atlas_35005 atlas_35006 atlas_43001 atlas_43002 atlas_43003 atlas_43004 atlas_43005 atlas_43006 atlas_43007 atlas_44001 atlas_44002 atlas_44003 atlas_44004 atlas_44006€ìLonely and arrogant, he thinks he is the "Dragon Warrior" who has the most strength to defeat Canbao. I wanted to challenge the remnant leopard alone, but I returned to Hepinggu with the other four companions who were seriously injured. atlas_45001 atlas_45002 atlas_45003€ñNew New Humans. He likes to "use his brain", often has many strange ideas, and invented many new creations. After the cave where the Gulu family lived was destroyed, he began to lead the Gulu family to pursue a new world with a bright future atlas_45004 atlas_44005€àGuage's daughter. She is very curious about the world outside the cave, eager to take risks, and unwilling to obey her father's rules. After she met Gai, the "new new human", she was curious about what Gai had seen and heard atlas_15005€ÄAs the most popular animal in New York Central Zoo, Alex lives a life of pampering every day. His job is to dance Pose to tourists every day, and then he enjoys special service and exclusive food. atlas_43901 atlas_43902 atlas_43903 atlas_42911 atlas_43911 atlas_44911 atlas_43921 atlas_44921 atlas_45921 atlas_51001 atlas_51002 atlas_51003 atlas_51004 atlas_51005 atlas_51006 atlas_51007 atlas_51008 atlas_51009 atlas_51010 atlas_51011 atlas_51012 atlas_51013 atlas_51014 atlas_54001 atlas_53001 atlas_53002 atlas_53003 atlas_53004 atlas_53005 atlas_53006 atlas_55001 atlas_55002 atlas_55003 atlas_55004 atlas_55005 atlas_55006 atlas_55007 atlas_11021 atlas_12003 atlas_63002 atlas_63003 atlas_63004 atlas_64003 atlas_74002 atlas_74003 atlas_74004 atlas_83002 atlas_83006 atlas_84002 atlas_94002 atlas_94005 chat_text_18ã€system】 Good afternoon ! chat_text_28ã€system】 Good afternoon ! chat_text_38ã€system】 Good afternoon ! chat_text_4=ã€system】 Welcome Dream Works ! chat_text_5vã€hearsay】 through unremitting efforts, the equipment has been strengthened to level 13! chat_text_6vã€hearsay】 through unremitting efforts, the equipment has been strengthened to level 14! chat_text_7vã€hearsay】 through unremitting efforts, the equipment has been strengthened to level 15! chat_text_8Nã€hearsay】 breakthrough 100 floors of the tower! chat_text_9yã€System】The server will be maintained soon. Please go offline in time to avoid data loss! chat_text_10Uã€Rumor】{0} Passed the 50th floor of the season tower! chat_text_11Jã€Rumor】{0} has cultivated {1} to Level 60! chat_text_12Iã€Rumor】{0} has cultivated {1} to 6 stars! chat_text_13Sã€Rumor】{0} has cultivated {1} skills to full level! chat_text_14Pã€Rumor】{0} has resonated with {1} to full level! chat_text_15Jã€Rumor】{0} has awakened {1} to full level! chat_text_16@ã€Rumor】{0} has reached Level 60! chat_text_17Gã€Rumor】{0} obtained {1} in recruitment! chat_text_18rã€Rumor】{0} The Viking Expedition Fire Titan passed the pass with difficulty of 10! chat_text_19[ã€Rumor】{0} The Viking Expedition Frost Titan has passed 10! chat_text_20|ã€Rumor】{0} The Viking Expedition to the Forest Titan has been cleared. The difficulty is 10! chat_text_21|ã€Rumor】{0} The Viking Expedition Frost Titan (Weapon) has passed the level of difficulty 10! chat_text_22€…ã€Rumor】{0} The Viking Expedition Forest Titan (Jewelry) has passed the customs with difficulty of 10! chat_text_23]ã€Rumor】{0} The difficulty of hunting giant orangutans was 10! chat_text_24Xã€Rumor】{0} The difficulty of hunting fire dragons is 10! chat_text_25Pã€Rumor】{0} The difficulty of hunting chef is 10! chat_text_26[ã€Rumor】{0} The difficulty of hunting space starfish was 10! skill_25001All defense +30% skill_25004All effect resistance +40% skill_34006All speed +20% skill_35001All attack +30% skill_35002All effect +40% more hits fetters_tab1Inherit fetters_tab2 Friendship fetters_tab3Truth fetters_tab4Family fetters_1master and apprentice fetters_2 @@ -834,11 +837,11 @@ love storylibrary_name340031Bandits and Guardianslibrary_name340032charisma Diplodocuslibrary_name340083 Great Beardlibrary_name350011Teacher's explorationlibrary_name350012The growth of teacherslibrary_name350013teacher and friendlibrary_name350021 childhoodlibrary_name350022motherlibrary_name350023Growth and separationlibrary_name350031Hero blackeninglibrary_name350032stage a comebacklibrary_name350033 Fear engulfslibrary_name350041Governorlibrary_name350042 Black Clotheslibrary_name350043 Crimson Clawlibrary_name350061Adopt Polibrary_name350062 Inspire Polibrary_name350063 Support Polibrary_name430051Lost Rhino Hornlibrary_name430052 Prison breachlibrary_name430071Hook and Broken Leglibrary_name430072 bad companylibrary_name430073Reliable predecessorslibrary_name440061Childhood experienceslibrary_name440062Style formationlibrary_name440063Cold and gentlelibrary_name450011Fraternal oppositionlibrary_name450012Educate childrenlibrary_name450013Inherit Qigonglibrary_name530011Astraylibrary_name530012changelibrary_name530013newbornlibrary_name540051Meet first timelibrary_name540052 Become Alphalibrary_name540053Growth and Farewelllibrary_story140021„1Little Snow Leopard was thrown in front of the Jade Palace when he was born. No one knows who his parents are. After the raccoon master found the little snow leopard, he raised him as his own son and named him "Dragon"< Br>It seems that the dragon is born with a stubborn factor. He likes to destroy everywhere, burn houses and fight... Master raccoon has no choice but to shut him up in the training room and think about his mistakes. However, the dragon did not repent. He became more and more irritable. The sound of beating things often came from the practice room. One day, these sounds suddenly disappeared... He opened the door nervously. As a result, Dragon stood in front of him in a vigorous manner, and the instruments in the training room were polished very smooth because of long practice. "The dragon has such a talent for martial arts!" From then on, the master took the dragon to practice kung fu, and the dragon did not disappoint the master's expectations. He trained thousands of volumes of kung fu books and became the most proud disciple of the master.library_story140022„The dragon has no rivals in kungfu and martial arts. He proudly thinks that the secret collection of the divine dragon is in his own bag. However, Master Wugui saw the dark side of the dragon's heart and refused to grant him the Divine Dragon Secret Collection. The dragon can't accept it, and is crazy. At the critical moment, Dalong was surrendered by Master Wugui and imprisoned in Changgang Prison< Br>Time flies. Twenty years have passed in a flash. Master Wugui explored the secrets of heaven and predicted that the dragon would return to Heping Valley. Master Raccoon hurriedly sent the Goose Messenger to the prison and notified him to strengthen the guard. The dragon is locked in the deep underground by heavy chains. Thousands of people in the prison guard him. There are many mechanisms, so there is no possibility to escape from Shengtian. However, a feather fell from the goose messenger, which happened to fall beside the dragon deep underground. In the big longan, the light flashed, and the feather was used to open the chains layer by layer. It was easy to defeat the prison guards, and rushed out of the prison, gradually approaching Heping Valley.library_story140023„The vengeful Dragon returns to the Jade Palace. The familiar environment makes him sigh: "I'm home!" The master frowned and told him that this was not his home. Looking at Shifu's serious face, Dragon can't help complaining that Master Wugui didn't make decisions for him when he refused to give him the Dragon Collection. During the fight, the master fell to the ground because he couldn't bear to do it. The dragon roared excitedly: "Everything I do is to make you proud! Tell me how proud you are, master! Tell me! Tell me! Tell me The master's eyes were filled with pain and guilt. "From the beginning, you were my pride. Because of this, my love led you astray. I'm sorry." There was a flash of struggle in the big dragon's eye, which immediately turned into a fierce one. He grabbed the master's neck, and the master was dying... At the critical moment, the Dragon Warrior appeared, and defeated the dragon with an iron clasp. The dragon did not finally understand that the essence of kung fu was to believe in himself.library_story140051„!Twenty years ago, Linghe was just a cleaner in Dali Martial Arts School, but he was fascinated by martial arts. My friend Meiling saw his mind and encouraged him to participate in the new apprenticeship competition of the martial arts school< Br>On the day of the trial, when the contestants were carried down on stretchers one by one, the Holy Crane swallowed saliva in fear. The onlookers laughed at the Holy Crane's overestimation. Someone directly threw him a broom. The Holy Crane began to sweep in frustration, but accidentally stepped into the competition range and triggered the mechanism. A huge meteor hammer roared toward him. The Holy Crane was stunned. He looked up at the red flag representing victory in the distance, looked back at Meiling's encouraging eyes, and was instantly full of confidence and strength. He turned aside to avoid the meteor hammer, jumped over the rotating nail pile, flew gracefully to the destination, and pulled up the red flag. succeed! The Holy Crane finally became the "Sweeping Monk" in the martial arts school.library_story140052„MAfter becoming an apprentice of the martial arts school, the Holy Crane still does his duty to clean up. One day, Fierce Tiger came to the martial arts school to look for a warrior under the order of Master Raccoon, and saw the Holy Crane sweeping the floor. Isn't this the "cleaner" written on the scroll by Master Raccoon? Learning that the fierce tiger invited him to fight wild boars in the Jade Palace, Linghe dreamed that he could learn martial arts with Master Raccoon in the Jade Palace, and he went there happily< Br>In the fight against the wild boar, the fierce tiger was defeated for a while, and was kicked by the wild boar. The Holy Crane flew up quickly, caught her accurately, and put her gently on the ground. In the end, he defeated the wild boar together with Fierce Tiger, Xiaolong and others. The performance of Linghe won the approval of the master: "Your arms can be your weapons, and you are the most reliable ally of the fierce tiger shield." In this way, Linghe was accepted by his master and became one of the five heroes of the world. He deserves to be the master of crane.library_story140053‚ŽAfter Master He entered the Jade Palace for cultivation, he liked calligraphy best. Long practice has created his calm and restrained character. When Po was selected as the Dragon Warrior, everyone roast and disapproved of him. Only Master He kept silent and quietly observed the unexpected intruder. Even if Po broke into his room rashly, he just said briefly, "You don't belong here."< Br>While Ah Bao lowered his head and murmured, "I know, but I have a dream about kung fu..." When he saw Ah Bao, he was very disappointed. Master He could not bear to change his mind and said, "I mean this is my room."< Br>"A man of few words also has a warm heart."library_story140061‚«At first, Blanche was the most unpopular one among the tribes of evil hair elves. He has a greyish green skin and dark hair, which is daunting; What is more unacceptable is his character< Br>Blanche is simply the most eccentric person in the Elves - he neither sings nor dances, nor participates in the collective embrace of the Elves, but only runs out to pour cold water when everyone is enthusiastic, laughing and singing. When Bobby proposed a song and dance party, he was the only one who jumped out to oppose it and sneered< Br>"When will you realize that there are more than cakes and rainbows in the world?" Blanche looked at Bobby's innocent and beautiful smile and sneered.library_story140062‚ÐStill, Blanche was not born eccentric. When he was a child, he was the most lively and carefree spirit with blue skin and flowing long hair. His singing voice was so beautiful that it could touch the flowers blooming on the roadside. His favorite person in the world is his grandmother< Br>But one day, when Blanche was singing, the singing attracted the Bonian people. Those terrible people only feed on elves. Blanche escaped from their hands, but the Boneyard took his grandmother away. Blanche sat in the same place, lost in his soul, and his melodious singing went away with his carefree childhood. The blue tints of his skin faded into a hopeless, heartbreaking gray< Br>From that day on, Blanche never sang again.library_story140063‚þAfter meeting Bobby, the princess of the magic hair fairy, Blanche was very tired of her at first. He did not like her happy attitude, which was always carefree and unaware of the approaching danger. However, he secretly envied Bobby's simplicity and joy in his heart< Br>Although he sniffed at what Bobby had done, he finally moved Blanche with his enthusiasm and determination as he got along day after day. The two people worked hand in hand to overcome many difficulties, and solved the past feud with the Bonian people and the crisis between the elves and tribes. When Bobby finally wore the flower crown and danced in the crowd, Blanche finally came forward and took her hand< Br>They bathed in the atmosphere of love and sang loudly in the brilliant sunshine.library_story150041ƒTThe body structure of Bobo people is very wonderful, and their skin will change color according to their mood. The human girl Xiaoqian was surprised for a long time when she first learned about it< Br>"Don't you know that you will turn green when you lie?" When the two first met, Xiao Ou once tried to drive her car to escape, and was ruthlessly exposed by Xiao Qian on the spot. She grabbed Xiao Ou's arm and said, "You've turned your fingers green!"< Br>Bobo people not only change color when they lie. Xiao Ou's normal skin is lavender. She turns green when she lies, blue when she is sad, yellow when she is afraid, and red when she is angry or angry. But when he was happy - for example, Xiaoqian held his hand for the first time and told him that "we are friends" - Xiaoou's skin turned into a warm orange< Br>Like the sun shining under the sky.library_story150042‚ÕBobo people don't like human music - at least, that's what Xiao Ou said. When hearing the soothing pop songs for the first time in the car of a human girl, Xiao Ou was surprised to find that he could not help but beat and dance with the music. This sense of shame made him open the door and jump into the sea. He didn't climb up until dark< Br>Similarly, Xiao Ou couldn't understand human jokes at first. As for the story of "breaking the cow", Xiao Qian had to tell it several times before Xiao Ou could finally understand it. But later, when human beings lived in harmony with Bobos and Gaelians, Xiao Ou walked through the party crowd and shook his body effortlessly on the dance floor. Every tentacle beat with the music.library_story150043ƒAt first, during Xiao Ou's journey with a human girl, they did not get along very well. "My friends call me penny," the girl said, but warned Xiao Ou fiercely. "But you can only call me Gratoite Tuqi. I said, only my friends can call me penny."< Br>But Xiao Ou finally made friends with the girl. It is also thanks to Xiao Ou's perception of Captain Smeck's mistake that he was able to eliminate the dispute between the Bobo people and the Gars< Br>"We used to think that human beings are simple and backward, and we can educate them like domesticating animals, but..." Under the overhanging Eiffel Tower, Xiao Ou summoned up the courage to reveal his heart to Xiao Qian, "Gratoiti Tuqi, I apologize to you."< Br>The girl opposite just shrugged her shoulders and said, "Please call me a penny."library_story240021„|Tusanna, the tooth fairy queen, is the descendant of the Flying Sister. She has the magic of the baby teeth of the mid month people, and can see the memories in the baby teeth of children< Br>The tooth fairy has always had a deep obsession with teeth. The little tooth fairy was very excited about Jack's white teeth when they first met with Ice Frost Jack. She taught "girls, be cautious", but she couldn't help looking at Jack's mouth several times and sighing from the bottom of her heart that each other's teeth were "shining like snowflakes"...
The tooth fairy also made many jokes because of her obsession with collecting teeth, for example, she mistook the teeth on the billboard for real and bumped into them, Be teased by your peers; She also gave the fresh teeth she had just collected as a gift to the little girl who had broken into the rabbit hole by mistake, but she scared the other girl away...
Despite this, she still sent the tooth fairy to collect every tooth seriously; I hope that in the future, when children see the baby teeth they have replaced, they can remember the innocence, kindness and beauty of their childhood.library_story240022ƒThe tooth fairy is gentle, she is full of caution to adults, but she loves children deeply. At night, she came to pick up the baby teeth of little boy Jamie and looked at Jamie who was sleeping. The tooth fairy's eyes revealed tenderness and kindness: "Looking at children is my favorite thing to do."< Br>She learned that Jamie's left front tooth was knocked off in a crazy sled accident. Even though she knew it was written by Jack Frost, she just smiled and didn't speak. She winked at Jack meaningfully< Br>"Jack, thank you for helping us." She patted Jack gently on the shoulder like a big sister in the neighborhood. At that time, Jack was suffering from amnesia and being unable to be seen by others. "Don't worry, I will help you find your teeth and precious childhood memories."library_story240023ƒWhen they were defeated and escaped in the dark, the guardians chased the ice all the way. The tooth fairy threw a coin to pitch black and said loudly, "I haven't said goodbye yet!"< Br>She flew over and gave Heihei a hard blow, knocked off one of his teeth, and shrugged her shoulder playfully and proudly, "This blow is for my elf!"< Br>The darkness was swallowed up by its own fear and slowly sank into the deep underground hole. The tooth fairy finally happily revenged for the little tooth fairy. She could not restrain her joy. She rushed to Jack excitedly, laughing and holding him tightly for several times< Br>After her reaction, she quickly released Jack and blushed with embarrassment< Br>How can such a gentle elder sister who dares to love and hate not make people happy?library_story240031‚±The Sleeping God Sand People have a lovely shape, so they are nicknamed "Shasha" by other guardians. He often fell asleep directly when everyone was discussing, with his head tilted, floating in the air, and when he was woken up, he opened his big sleepy eyes and looked confused< Br>Once, members of the Guardian League went out to help the tooth fairy collect teeth, but accidentally woke up Jamie, a little boy in his sleep. Bunny rabbit said to Sasha jokingly, "Make Jamie dizzy!"< Br>Unexpectedly, the simple and lovely Sasha really pinched her fist and prepared to come forward - Frost Jack hurriedly held back his smile and stopped him. For a moment, his partners were all laughing.library_story240032ƒžAlthough Shasha can't use human language, he is still very happy to express himself< Br>On the eve of nightmare's comeback, North gathered everyone to discuss the countermeasures. It was also the first time that Shasha noticed the brilliance above her head and found the guidance from the people in the middle of the month. He hurriedly reminded his partners that they were whistling, and notes, flags and arrows appeared on their heads, but they did not notice him. At last, he had to shake the elf's hat angrily and make a tinkling sound, so that everyone finally understood< Br>When we first met Frost Jack, Sha Sha was eager to communicate with him. Jack was confused when he just took over his mission. Facing the dazzling golden sand symbols such as the moon, snowflakes, and thumbs, he studied hard for a long time. Finally, he couldn't help laughing: "Although he didn't understand... thank you, cute little sand man!"library_story240033ƒÛSand magic is powerful. He will use gold sand to conjure gliders, brachiosaurus, dolphins, rays, and create colorful and beautiful dreams for children; Similarly, his gold sand can also change into flexible ropes and sharp knives to help him fight< Br>In the process of fighting Black Nightmare, Sha Sha was shot in the back by the dark arrow, and disappeared as black sand. At one time, the partners thought they had lost him, and they mourned for this for a long time. But in the end, with the help of friends from the sea and the return of the children's faith power, Shasha came back to life again< Br>In the final battle, when the dark attack on Jack was at a critical moment, Sha Sha threw a golden chain far away and tightly wrapped the dark arm. When the war turned from defeat to victory, the children came and shouted in surprise: "Look, it's a sand man!"< Br>A golden hat slowly floats on Shasha's head. He shakes his finger playfully and gives the children a serious hat off.library_story240041ƒ€Bonnie is a Puka rabbit. He is burly, with a serious expression. His boomerang darts hit every shot and looked majestic< Br>Not only that, he also has a pair of oversized feet. The bunny rabbit can turn into a rabbit hole and summon a huge soldier egg by gently clicking on the ground. Because he speaks with an Australian accent and is tall, his partner Jack mocks him as a "kangaroo" - when he gets along with the guardians, Bonnie always speaks informally, and various slang nicknames come at once< Br>Although Bonnie is a down-to-earth rough man from image to language, he has a gentle big brother next door in his heart. Once a little girl entered the rabbit hole by accident. Bonnie Rabbit carried her and ran happily in the colorful eggs all over the mountains. Tired of playing in the cave, Bunny Rabbit gently picked up the little girl and said, "Oh, poor little guy, you must be tired!"library_story240042ƒ”Bunny rabbits live on the ground and underground all year round. They rarely go to high altitude, so they are afraid of heights. Once when he and his friends went to the Tooth Fairy Palace, Bunny Rabbit was caught on the sled by Santa Claus. He was so nervous that he grabbed the handrails and cried out, "Oh, no! Slow down!"< Br>Although Bonnie used to brag about his strength, he was also afraid of hounds. In a task to help collect teeth, Bonnie Rabbit was chased up and down by the little boy Jamie's pet dog, which made his friends laugh< Br>Although Bunny Rabbit sometimes seems very timid, his heart is very brave. He was once affected by dark tricks, lost energy, and turned back into a thin rabbit. But when facing the Nightmare Black Horse Army, he still stood in front of the children: "We will protect you!"< Br>Even though he is no longer tall, his words are still as firm as before, and he has no fear.library_story240043„Ice Jack once created a snowstorm on Easter, which caused the children to not be able to normally look for colored eggs. Bonnie was very upset about this. However, in the face of the dark nightmare, people in the middle of the month chose Jack as their guardian. Bonnie was very critical of this. He used to sneer: "Groundhog selection is better than Jack!"< Br>However, Bonnie still cares about his partners despite his unkind words. Once, when he saw Jack fall from the sledge, he quickly forgot that he was afraid of heights. He looked down from the window and found that the other side was standing on the wing with a mischievous smile on his face. Bonnie Rabbit could not help shouting at him...
Later, when Jack accidentally fell from the sky and was at a critical juncture in the battlefield, Bonnie came flying in his sleigh and saved Jack's life. He used the boomerang to scatter the black horse, then turned back proudly and raised an eyebrow at Jack< Br>In a sense, such a contradictory character is also perfect!library_story240051‚pYoung monkeys are most mischievous. They make trouble and play tricks on others all day long. He ate the bananas of the owner of the fruit shop secretly, threw the banana peel under others' feet, and hid himself to watch the show. Seeing others fall on the banana peel, he laughed and shouted wildly: "Come and catch me!" The villagers couldn't stand it, so they decided to drive him away. However, no matter who the villagers invited, they were not rivals of the monkeys. Whether it was the Iron Bull Man or the Meteor Crocodile, they were all played around by the monkeys, and finally the monkeys stripped their pants off.library_story240052ƒ Master Wugui was invited, and the monkey repeated his old tricks and threw banana peels at the master's feet. Master Wugui pondered for a moment, stepped on a banana skin, and flew out of the encirclement. But the monkey accidentally stepped on the banana skin and fell out when he was fighting with the master. When the nearby mast was about to hit the monkey, the master immediately rushed to pick up the monkey and escaped the mast. The monkey wondered why the master saved him. The master slowly said, "You are good, but I also feel that you are suffering."< Br>The word "pain" evoked the monkey's memories: when he was a child, he slipped on the banana skin and his pants fell off, which was laughed at by his playmates. It turns out that monkeys only use pranks to cover up their childhood painlibrary_story240053ƒ6Use your skills to do good, young man! Find the compassion you abandoned before! Under the guidance of Master Wugui, Golden Monkey changed his ways and treated others kindly. He often told cold jokes to everyone< Br>The fierce and charming tiger found him with the scroll and immediately recognized him as a comedian in the scroll. After the wild boar battle, Golden Monkey joined the kung fu family and officially became one of the five heroes. What Golden Monkey likes most is to encourage A Bao to take on the challenge of eating steamed stuffed buns. A Bao successfully stuffed 40 steamed stuffed buns. He shouted "successful", raised his arms and jumped on the ground excitedly. He and A Bao are just a pair of living treasures< Br>"Perhaps the best antidote to inner pain is to be with optimistic and loving people."library_story240081‚°The 19-year-old Tsunfunat, who lives in the Viking ethnic group, is one of the partners of Hikarp< Br>She and Humphret are famous twins on Bok Island. As brother and sister, they are similar in many aspects: they both have a long face, blond hair, and even the spiked helmet on their head are identical; They are rude, casual, informal, with Viking adventurous spirit and aggressive style, and like all things that violate the rules< Br>As a rare girl on Bok Island, though she is somewhat narcissistic, she is also strong and selfless. In addition, her fighting ability is also very fierce - she often gets good results in boxing matches and duels, even a little better than her brother.library_story240082ƒ3Popnut was a sharp - tongued Viking girl. Even when she was captured by the dragon hunter, Green Devil, she was not frightened by the other party's terrible momentum, and still talked heartlessly< Br>"Look at my two braids. They are like two headed dragons. Even the mildew spots on them are like their eyes. How cool!" Kufnate looked at Grievous with a sneer and no fear. "Why is your face so long? I thought my face was long enough -"
"That's enough!" Gremlin gnashed his teeth and opened her cage. "I've never seen a noisy creature like you before. Take your dragon and go away!"< Br>When Bafnath came back unscathed, Hiccup and others were shocked. Only her brother Humphret shrugged and said as expected: "I said, no one can stand her noise - if those dragon hunters meet Humphret, I'm more worried about them."library_story240083ƒ“Although she is not a lady in almost all aspects, she is still a rare single woman in Berkshire. Except that Hiccup has a special liking for Ashtree, most young people of the same age are attracted to Bafnath. In order to win her heart, Snotty Nose and Fish Mouth Department often compete with each other< Br>When Bafnath was in the beginning of love, she once had a crush on Eret for a short time - his strong muscles and tall and strong body made her dizzy. But this kind of love came and went quickly. When Bafnath realized that Elite had no intention of her, he immediately gave him a cold shoulder and returned to Fish Mouth and Snotty Nose again, swaying between them< Br>The long love struggle was finally won at the wedding of Hikarp. At that time, Fish Mouth Division was moved to tears by the joyful atmosphere, and Bafnath put his arm around him and announced: "You won! Because - I like emotional guys!"library_story250011„'When Po was a child, he lived in Panda Village. The young Ah Bao is attractive and charming. He is the apple of Li Shan's eye< Br>He should have grown up carefree, but one day, the young and energetic Lord Shen believed the rumor that "pandas will defeat him" and led an army to besiege the Panda Village< Br>With the sound of gunfire at the entrance of the village, Po's mother ran back hurriedly, put Po in a radish basket, and touched Po's head with tears in her eyes. The young Po did not know what had happened. He still smiled innocently and ate all the carrots in the basket with a few bites< Br>The vegetable truck carried them all the way to the noodle shop at the foot of the mountain. When young Mr. Ping came to the backyard to carry vegetables, he saw Po lying in the basket at a glance< Br>At that moment, A Bao hit the softest part of Mr. Ping's heart. From then on, he adopted A Bao. Po grew up in a noodle shop with Mr. Ping, and the days passed peacefully day by day until the day when the Peak Martial Arts School selected the "Dragon Warrior".library_story250012ƒºIn order to resist the threat of Taro, Master Wugui chose Po as the Dragon Warrior. At first, Master Raccoon was quite confused with the Five Heroes, because Po was fat and strong, and he had never learned kung fu at all. However, with the encouragement of the tortoise, Po followed the raccoon master to study hard and finally got some results< Br>After receiving the news that Taro broke out of prison, Master Raccoon took Po to get the Dragon Script. However, when Po opened the Dragon Collection hopefully, he found nothing in it< Br>Mr. Ping saw Po's frustration and told him a secret to comfort his son. "There is no secret recipe for my special soup. The important thing is that you should believe it is special."< Br>This sentence inspired Po. He went to fight against Taro. At the last moment, he learned that "there is no need for iron fingers" - after defeating Taro, the valley regained peace again; And Po has become the real Dragon Warrior.library_story250013„Not long after Po became the Dragon Warrior, Master Raccoon asked him to teach kung fu to the Five Heroes. However, because Po had no teaching experience, the whole class was flying like a bird< Br>Po came home dejected, but unexpectedly he met a panda exactly like him in the noodle shop - Li Shan, his father who had been separated for many years< Br>The father and son were moved to tears by this late meeting. Li Shan took Po back to the Panda Village, where there were many relatives like him. At the same time, the fierce tiger brought back news that the evil spirits in the spirit world had done evil and captured many kung fu masters. At the critical moment, Po thought of the meaning of the Dragon's Secret Collection: he let the pandas give full play to their strengths, cultivate a unique "panda army", and successfully defeated Tiansha< Br>After this battle, Po has become a real kung fu inheritor from an inexperienced "master". From then on, whenever I passed the martial arts school, I could see Po seriously teaching kung fu.library_story250031ƒ4Aunt Yang is the most famous prophet in Phoenix. She had been divining for the court for a long time, and never missed any prophecy that came out of her mouth< Br>Until the Prince of Phoenix grew up, the young Lord Shen was ambitious and intended to transform fireworks into powerful artillery weapons. At that time, Lord Shen had gone farther and farther on the dark road. The worried king asked Aunt Yang to make a divination. Aunt Yang threw the autograph into the white porcelain plate, and the steaming smoke soon showed that Lord Shen was dead. Finally, the dust turns over the flywheel, changes several degrees, and finally becomes an image of Yin Yang Tai Chi< Br>"If Lord Shen continues to go his own way, he will eventually be defeated by a black and white warrior." Aunt Yang sighed with worry and prophesied.library_story250032ƒxThe prophecy of Aunt Yang was soon heard by Prince Shen. The arrogant and domineering prince was furious at the news, and not only captured all the pandas in Phoenix City, but also imprisoned Aunt Yang< Br>Twenty years later, Po the panda was born. In the face of this opponent who inherited the title of "Dragon Warrior", Lord Shen was both afraid and resentful. Aunt Yang watched Lord Shen's actions coldly, but she was not shocked by his cruel methods: "My prediction has not changed. You will still be defeated."< Br>The answer was Lord Shen's angry snort< Br>"You have embarked on a road that has no end. Please turn back early." On the burning bow of the boat, Aunt Yang sighed< Br>Lord Shen was unmoved: "Let her go. She has no use for me."< Br>The jackal guard heard Yan untie the rope for Aunt Yang. The old diviner looked at Lord Shen and said slowly, "I hope you can be happy."library_story250033ƒ¬When Po first met Aunt Yang, he almost recognized her as a man - after all, she had a long goatee, which was really hard to recognize at first sight< Br>Although Po's first impression on Aunt Yang was not good, it was Aunt Yang who saved Po when she was hit by shells and rushed into the river with strong shock< Br>"Why did you save me?" This is Po's first words when he woke up< Br>The fairy goat turned her back to Po and said slowly, "Your life may have started to twists and turns, but it doesn't affect what kind of person you will become in the future. It's up to you to decide how to go in the rest of your life."< Br>Po chewed the words of Aunt Yang and suddenly saw his reflection in the water. At that moment, his heart was clear< Br>Later, Po finally defeated Lord Shen. Aunt Yang lived in seclusion outside the city and saw the fireworks rising in Phoenix. She stood by the river with a cane, and slowly showed a pleased smile.library_story250041ƒBobby is the princess of the evil hair fairy tribe. The magic hair elves are a very magical race. They have rainbow like hair and many kinds of magic powers attached to them< Br>The hair of the magic hair elves is colorful, which can swing with their songs and dances and reflect in the light of the sun. It is gorgeous and beautiful; At the same time, their hair can also change its length at will, and it is flexible and firm, enabling them to freely hang on the trunk vines for play< Br>Under the leadership of Princess Bobby, the magic hair elves have been living a happy and carefree life< Br>She is beautiful, warm, cheerful and optimistic. She likes singing and dancing. Her smile can infect every demon hair spirit companion< Br>"Hey, guys! Do you want to join our song and dance party?"library_story250042„Bobby and his friends have been living such a happy and carefree life until one day, an accident came quietly - the fierce chef of the Bonian family invaded their village and kidnapped several of her partners< Br>The Bonian clan is the sworn enemy of the evil hair elves. This horrible looking race is lifeless all day long, and can only get the only happiness from "eating elves". In order to save her best friends, Princess Bobby and Blanche embarked on the road to the Boneyard< Br>Along the way, they experienced many dangers and hardships, but in the end, Bobby moved the Bonian people with her enthusiasm and sincerity. They finally realized that there was real pure happiness in the world, which was love and care from the bottom of their hearts< Br>In the end, Bobby and the Bonian people became friends, and together with her friends, they returned to the village of the magic hair elves. When their next song and dance party opened, Bridget, the little cook from the Bonnie tribe, was also dancing happily in the crowd.library_story250043„>After the disturbance of the Bonian family passed, Bobby became the queen of the demon hair elves. However, when she has not fully adapted to the identity of the Queen, new threats have quietly come< Br>It turns out that Bobby's village is not the only magical hair elf tribe: there are six kinds of elves in the world, and each tribe is committed to different music styles. The differences in their pursuit of music eventually led to a huge conflict, and they broke away from each other. Now, the overlord of the rock tribe is ambitious. She is trying to destroy all other types of music and want the world to be rock< Br>As the queen of pop music, Bobby can't stand idly by. She and Blanche and other friends embarked on the journey of exploration and rescue. In this process, Bobby not only gradually realized the responsibility of being a queen, but also infected various ethnic spirits with his sincerity. Finally, they successfully united six different styles of music, sought common ground while reserving differences, and played a magnificent and moving grand ensemble movement.library_story340011ƒYWhen the poor ass met Shrek for the first time, it was almost sold in the market by its former owner at a price of ten shillings and handed over to Lord Farqud's guards. At the critical moment, the poor ass escaped and just ran into Shrek< Br>The evil Shrek easily scared away the timid guards. Thanks to him, the poor ass was able to save his life. The dumb ass immediately regarded Shrek as a hero to save his life. He couldn't stop circling around him, and his eyes were full of worship: "I want to follow you!"< Br>The answer was Shrek's angry stare. "I'm a monster," he said, deliberately showing his teeth and claws to the dumb ass. "Aren't you afraid to see me like this?"< Br>"Of course not, we are friends!" The poor ass's answer was unexpectedly frank. From then on, he followed Shrek step by step. No matter how he drove or cursed, he never left.library_story340012ƒÌShortly after the poor ass settled down in the marsh, he and Shrek embarked on a journey: to save "the princess trapped in the tower" for Lord Farqud< Br>Princess Fiona is really noble and beautiful. Although she complained that Shrek was not a romantic prince in the fairy tale when she met for the first time, and that the poor mouthed donkey was not a "tall and handsome white horse", the poor mouthed donkey and her soon became friends. They walked with each other all the way and gradually warmed up until one quiet night, the poor ass accidentally broke Princess Fiona's secret< Br>It turns out that Fiona is cursed and will become a monster after sunset. "Promise me to keep my secret!" Fiona took the poor ass and pleaded with tears in her eyes< Br>The poor mouthed donkey did not care about her ugly appearance at this time, but still walked around her, clumsily comforted: "This is not too bad. You are still the beautiful and kind Princess Fiona... aren't you?"library_story340013„/During the ten years when the princess was trapped in the tower, a fierce fire dragon guarded the tower day and night. It is huge and ferocious. With one mouth, it can blow out the flames of heaven and earth, scaring off one warrior after another who intends to come< Br>During the rescue of the princess by the poor mouthed donkey and Shrek, the fire dragon also caused a lot of obstacles to them. On the high tower, the poor mouthed donkey was chased to the wall. The flaming fire dragon held it in the palm of one hand and looked down at it< Br>"Hey, wait! I think you are not as ferocious as the rumors, on the contrary, you must be a beautiful lady!" At the critical moment, the poor mouthed donkey suddenly developed wisdom and blurted out his praise< Br>It captured the heart of the fire dragon - not only that, it even became a father before Shrek. When those little donkey babies with dragon wings and fire breathing rushed into the arms of the poor mouthed donkey, they always showed off to Shrek with a satisfied face: "Look, this is the trouble of happiness!"library_story340031„One night, the people in the middle of the month guided North to Santa Clausen Village and bravely helped the villagers resist the dark attack. In the village, he followed the wizard to learn magic and became good friends with the little girl Catherine. Catherine dreamed that North became the master of the snow country, with endless joy, mystery and magic, which also became North's dream. Later, North accepted the sword with moonlight energy given by the people in the middle of the moon, and an unprecedented sense of belonging came to his mind, realizing the transformation of the identity of the bandit to the guardian.library_story340032‚ÏUnder the call of North, Bonnie Rabbit, Tooth Fairy, Sleeping God and Frostman Jack formed a guardian alliance to jointly resist the dark attack and protect the children on the earth< Br>In the whole team, North plays the role of spiritual leader. When Jack fell into confusion, it was he who talked with Jack and led him to discover his "kind" heart, so that he could consciously grow up as a guardian. When the Tooth Fairy Palace was attacked and everyone was depressed, he shouted: "It's not too late!" Inspire the morale, and suggest that everyone gather teeth to help the tooth fairy. After fighting back the darkness, he also presided over the oath ceremony, formally absorbing Jack to join the Guardian Alliance.library_story340033‚ÙThe tattoo "Naughty" on North's right arm confirmed his curiosity about the world< Br>This curiosity gave North a rich imagination. He is good at combining magic and machinery to create many new gadgets, such as machine spirits that can be turned into flying sledges, ice locomotive that can run on the track and also fly, and he also guides snow monsters to create various Christmas gifts for children< Br>When guiding Frost Jack to find his heart, he took out a set of dolls and opened them one layer at a time to see a wooden doll with big eyes open. He excitedly pressed Jack's shoulder and said, "These eyes are full of curiosity. This is my heart. My eyes can see the miracles in everything. I bring miracles to the world."library_story340041ƒˆGo back to the cave! Come on! The voice of Brother Gua sounded again in the sky of the primitive world. A closer look shows that there are several small animals at the entrance of Guage's cave. They have no intention of attacking Guage, but Guage seems to have met a terrible enemy, and immediately urges his family to return to the cave< Br>In only one case, Guage will allow his family to go out of the cave, that is, to look for food in a bad environment< Br>When Brother Gua found that a strange bird and beast had laid a colored egg in the desert, he used the method of losing Grandma to decide who would grab the egg. The children are very happy to grab the colored eggs. That is the happiest time, but the joy is always short. When the darkness falls, Guage will ask his family to return to the cave and stay indoors, and they will leave the cave again when they need to go out for food next time.library_story340042‚ÙBrother Gua never thought that he would leave the cave where he had lived for so many years one day, but he was just a fool. After Xiaoyi met a new human, everything changed< Br>It was originally a sunny morning. Xiaoyi was happily telling about what happened after she met Gai. Suddenly, the ground began to shake and crack, and countless mountains and rocks fell. When Guage and his family quickly ran back to the cave, they found that the cave had been crushed by huge rocks. Their home disappeared< Br>When he was forced to leave the cave to find a new residence, Guage rejected all the new things, including the little Yi who had been around Gai. Whenever Xiaoyi is curious about new things, Guage always says, "New is bad."library_story340043„ƒUnder the guidance of Guy, everyone except Guage learned a lot of new skills. Especially when he came to the Bateman family, Guage could not adapt to having his own independent room. He felt that these new things had changed everyone and he could not accept the change< Br>Especially Xiaoyi, Guage found that Xiaoyi paid too much attention to Guy because he was afraid that Xiaoyi would leave him with Guy. He agreed to Philip's unreasonable request to leave Guy alone. Knowing that he was fooled by Philip, Brother Gua ate all of Philip's bananas in revenge< Br>The Monkey King, who could not receive bananas for worship, caught Guage, Gai and Phylli and prepared to make them into bananas and eat them. At the critical moment, all the female relatives together saved three people and defeated the Monkey King< Br>After the Monkey King incident, Brother Gua understood that although the world outside the cave was very dangerous, he could not adapt to the advanced lifestyle as a primitive man, but as long as his family was together, he could overcome any difficulties he encountered. Overthrew the shackles of the cave, will usher in a better tomorrow.library_story340061„Young Jack died, sleeping at the bottom of the cold lake. On a quiet night, the moon was big and round, and the bright and clear light was shining on the lake. Inspired by the people of the moon, Jack broke the ice from the bottom of the lake and was reborn< Br>Jack's hair turned into crystal white, and he also had a magic ice stick, which could fly freely in the air. He changed from an ordinary boy to Frostman. But after his rebirth, he lost all his memories. He only knew that he was Frostman and could summon Snow and Wind freely. "Who am I? Do I have family?" He looked up at the moon and muttered to himself< Br>Jack is very fond of playing. He makes snow everywhere. He takes the children to play happily in the snow, even though they can't see him. He even made a mess of Easter in 68 years because of playing with snow. He also tried to break into Santa's studio many times and was on the naughty list of the Guardian Alliance. But no one knows that he did this only because he wanted to be seen and recognized from the bottom of his heart.library_story340062„S300 years later, pitch black came back. People in the middle of the month choose Jack to help the guardian, but he is not very enthusiastic about saving the world, just wondering why people in the middle of the month choose themselves. It was learned that the baby teeth kept the childhood memories. In order to retrieve the memories, Jack began to cooperate with the guardians. He helped the tooth fairy collect teeth, taught Bunny Rabbit how to play with children, and gained the understanding of Bunny Rabbit. Originally, everything went well, but on the eve of Easter, he was led away in the dark, and the Easter eggs were destroyed, so the guardians had doubts about him< Br>Jack was hit hard by darkness and fell to the bottom. When he woke up, he found the tooth fairy beside him. In the tooth fairy's expectant eyes, Jack nervously opened the treasure box with teeth and saw his past life. It turned out that he had sunk into the cold lake because he saved his sister. Seeing this, he finally realized the reason why people in the middle of the month chose him. It turned out that "I am a guardian".library_story340063ƒ½Not a single egg was found on Easter, which made little boy Jamie begin to doubt the existence of Bunny Rabbit. Jack found Jamie, drew the egg on the window with ice magic, and created an ice rabbit to play with Jamie. The snowflakes fluttered and fell on Jamie's nose. Jamie hesitated to guess: "Frost Jack?" So Jack was seen and heard by Jamie. He jumped up with tears in his eyes and shouted, "He can see me! He can see me". He was very happy< Br>Jack took Jamie to find a little friend, and let everyone believe in the existence of the guardian again. With the help of the children's faith power, Jack and the guardians defeated Nihei together< Br>Finally, under the auspices of Santa Claus and witnessed by many fairies and children, Jack said from the bottom of his heart: "I will!" He officially joined the Guardian Alliance, and together with other guardians, he has guarded the hopes, miracles and dreams of all children in the world with his life.library_story340081ƒ\Humphret and Humphret are twin brothers and sisters. They have lived on Viking Island since childhood and are indispensable companions of Hikarp< Br>However, despite their identical faces, the relationship between brother and sister is not harmonious. The two of them spent most of their time arguing about trivial things in life, even attacking each other with unkind words - but as twins, Humphret and Bufnet still have a strong invisible relationship with each other< Br>Although they dislike each other in words, they always act together. Brother and sister share a double headed dragon. On the battlefield, they have a tacit understanding without words; This enabled them to cooperate with each other easily and win the battle< Br>This kind of strange emotional maintenance is probably the inseparable bond between twins whose blood is thicker than water.library_story340082ƒ_Everyone on Viking Island has his own dragon companion, including Humphret and Bufnet. As twins, they share a two headed dragon: Baff and Beoch< Br>As its name implies, this dragon has one unique feature: it has two heads. These two heads can think independently, and even have their own names - Beoch is loyal to Humphret, while Baff belongs to Humphret. Twins always quarrel with each other all the time, and the two heads often fight< Br>But even so, when they are really in danger, the two heads will also work together in unity. For the twin knights, they will save each other regardless of everything< Br>"You are the coolest dragons in the world!" After a war, Humphrnat hugged Baff and Beoch excitedly, ignoring the discord between the two headed dragons. Finally, he grunted: "Unfortunately, I want to share it with the my sister who is not cool at all."library_story340083ƒmAfter growing older, Humphreath inexplicably added a kind of blood and righteousness. It seems that in order to distinguish himself from his twin sister, or perhaps to show his manly responsibility, he grew a long beard - although it seems that he tied the braid of his head to his cheek< Br>He not only took care of the troubles of his partners, but also gave advice for Hiccup's wedding: "To make girls like you, first of all, you should be manly - you can't walk with a limp!"
"But one of my legs is an artificial limb!" Hiccup couldn't laugh or cry< Br>Until the wedding of Hiccup, Humphreath's man charm, which had nowhere to show, finally came into use. Seeing that everyone was moved to tears by the wedding atmosphere, Humphrett put his arm around his snot, leaned his head on his shoulder, and took a deep breath of satisfaction: "Come on, cry with my thick beard!"library_story350011„KMaster Raccoon was adopted by Master Wugui when he was 12 years old. After years of painstaking cultivation, he became the current leader of the Jade Palace. Perhaps because of his life experience, Master Raccoon first saw the dragon abandoned outside the Jade Palace and decided to adopt him, or even raise him as a son. No matter how naughty the dragon is, the master could not bear to punish him severely and taught him his lifelong martial arts< Br>Master raccoon thought that the dragon was the best choice for the Dragon Warrior, but Master tortoise disagreed. The master struggled and opened his mouth, but he thought that Master Wugui would never make mistakes, and finally he didn't say a word. The dragon harbors a grudge. He is bloodwashed and Pinggu. The master stops him. When he is about to fight hard, a warm picture of the young dragon running towards him with a bright smile appears in his mind. His heart softens. Master Wugui subdues the dragon at the critical moment. Looking at the scarred Peace Valley, the master shook his head painfully and muttered to himself, "Am I wrong?"library_story350012„Because of the Dragon Event, Master Raccoon later became very strict with the disciples of the Five Great Heroes. He was dignified and indifferent. When Po was elected to the Dragon Warrior, he strongly denied that. He waited for Po to leave. Before becoming immortal, Master Wugui solemnly warned his master to believe in Po, so the master began to examine Po with suspicious eyes. He accidentally found that Po's talent for martial arts came from his love of food, so he used steamed bun snacks to induce Po to practice martial arts. When he came and went, the most despised disciple made his master smile again< Br>However, the dragon who escaped from the prison once again revealed the scar of Master Raccoon's heart. At the time of the final battle, the master said to the dragon with guilt, "I'm sorry, my pet has led you astray." The dragon grabbed the master's throat to kill him, and Po arrived in time to defeat him. At this point, Master Raccoon finally recognized the identity of Abbo, the Dragon Warrior, and his heart was calm.library_story350013‚ãWhen Lord Shen beat Ah Bao black and blue, the teacher said, "Calm down, everything is possible", which helped Ah Bao understand Tai Chi. Po failed to teach others Kung Fu one after another. The master's decision to "let you become yourself" made Po understand the essence of teaching. Seeing Po's progress, the master was filled with pride. However, the appearance of the Tiansha put both the master and the apprentice in a dilemma... Later, Po defeated the Tiansha and returned to the world. When the master saw the Taiji Buddhist staff in Po's hand, he understood that Po had learned Qigong without a master. He looked up with envy and jealousy. He looked up at Po eagerly, "Can you teach me?" The two looked at each other with a smile.library_story350021„Hikarp was born on Bork Island and is the son of the Viking leader Stuic. The Vikings have been enemies of dragons for generations. All of them are brave and good at fighting. However, Hikarp has been weak since childhood and is not good at fighting against dragons. The chief was disappointed with his son. Despite this, he sent Hiccup to the training ground, hoping to make him an excellent Viking soldier< Br>However, after a battle, Hikarp accidentally found a night ghost near the edge of the Mylin Lake. This is the most ferocious dragon in the legend. However, when he saw the sad eyes of the injured one waiting to die, Hiccup released it out of an inexplicable pity< Br>Hikarp named it toothless. He not only played with it and gave it fish to eat, but also carefully assembled parts to repair its damaged tail. Since then, Hiccup and toothless boy have become the best friends; For the first time in a hundred years, the Vikings and the Dragons no longer fight each other. Hikarp rides on the dragon's back and flies freely in the high clouds.library_story350022„ -Hiccup's mother "left" him when he was very young. He dared not ask his father and other elders in the family, but could only guess from their sad expressions when they occasionally talked about their mother. At this time, he silently lowered his head and hid his dependence and missing for his mother in his heart< Br>After becoming friends with toothless boy, Hikarp gradually persuaded more Vikings to put aside their prejudices and coexist peacefully with the dragon people. At this time, Hikarp accidentally entered another dragon cave, where he miraculously reunited with his mother< Br>It turns out that the mother was not captured by dragons many years ago, but she saw the sparks of kindness and wisdom in the eyes of the dragon, so she voluntarily extended her hand to it< Br>After the reunion, mother and son stood by the cliff, and the gentle evening wind embraced them. The mother stroked his face gently, with infinite kindness and tenderness in her eyes: "I'm sorry for missing you all these years... my child, Hiccup."library_story350023„Hiccup's life was originally carefree. He and the toothless boy are close, and they are in love with Ashcui, the bravest and most beautiful girl in the tribe. His father is in his prime of life and has a good management of Bok Island. He is not needed to take over the position of chief ahead of time< Br>However, this peace did not last long - since the Dragon was peacefully concluded, evil dragon hunters have been eyeing them. In two wars in succession, Hiccup lost his father, his hometown, and Bork Island, where he has lived for generations. At last, he had to face a more painful decision: he wanted to let the dragons go to a secret place where no one would disturb them, which meant that he would be separated from his best partner, Fangzi< Br>On the day of farewell, Hikarp and the Vikings stood on the high mountain top, and finally looked at their dragons endlessly. Hiccup reached out and touched the toothless boy's face, just like when he first saw him: "I hate you too... but I hope you are free. I hope that one day we can meet again."library_story350031ƒòIn the golden age of highly developed science and technology, Heihei is a great hero. He led the golden army to capture the dark people and volunteered to guard the prison. The prisoners kept begging in his ear to open the prison door a little and breathe a bit of fresh air - the darkness was shaken, so the evil shadow took the opportunity to pour into his body, and his soul was thus plunged into darkness< Br>The blackened darkness led the army to destroy the protective forces of all constellations. In the battle of the spaceship "Moon Sail", the dark was stabbed in the heart by the night light of the guardian of the constellation prince, and caused a huge explosion. At the same time, in order to fight against the darkness, the people in the middle of the month choose Santa Claus, Bunny Rabbit, Sleeping God and Tooth Fairy to guard the human beings< Br>The dark power was weakened, so he curled up in the abyss under a broken wooden bed in the wilderness, waiting for the opportunity to rise again.library_story350032‚æIn order to gain people's faith again, after hundreds of years of darkness, he returned. He is like a child who wants to attract adults' attention and deliberately makes mischief. He assimilates the gold sand of the god of sleep and turns it into an evil black horse for his own use; Later, they raided the Tooth Fairy Palace and sent people to smash the eggs of Bonnie Rabbit, which ruined Easter< Br>Heihei felt that Ice Frost Jack, who was also not trusted, was his partner. He used the same feeling of wanting to be trusted and yearning for warmth to persuade Jack to join his own camp. The kind-hearted Jack refused him. Under the threat of the Tooth Fairy, he broke Jack's ice stick with a sinister look in his eyes and hurt Jack badly.library_story350033ƒ¬On the night of the decisive battle, in the vast black sand, pitch black led the black horse corps to close in step, and rode the black horse to stand on the tall building. In the face of the frightened and trembling children, Bunny Rabbit shouted, "We are here to protect you!"< Br>"Your guardians protect children. Who will protect you?" He laughed contemptuously in the dark, and at this moment, the children who believed in the guardian again mustered up the courage to step forward and stand in front of the guardian, and said firmly with their eyes: "I will protect!"< Br>The courage and faith of the children turned into a golden barrier to withstand the attack of black sand all over the sky. The guardians have regained their energy, and the Sand Man of Sleeping God has been revived. Nihei was finally defeated by the guardian. He was engulfed by the dark horse that his fear turned into, and sank into the deep underground again.library_story350041ƒ?Members of the Bad Guys League first met her in a TV interview. As the governor, Diane, dressed in a gray suit, is giving a speech on the increasingly rampant "Bad Guy Alliance". Her tone is capable and friendly, which effectively soothes the panic of the people; However, her evaluation of the Bad Guy Alliance really surprised the people in front of the TV< Br>"I feel sorry for them... behind the malicious crimes, they are just a group of funny poor people." Diane said in front of the camera< Br>When Wolf, a member of the Bad Guys League, saw the artworks on display at a party of celebrities in order to steal the energy stone, he disdainfully commented: "It's really useless and meaningless garbage."< Br>When Diane heard this, she just smiled meaningfully: "But sometimes even garbage can become beautiful things - right?"library_story350042ƒA fox is no different from a wolf.< Br>In retrospect, Wolf felt that Diane's eyes were full of cunning< Br>After the five members of the villain league were wronged and imprisoned, Wolff never dreamed that someone would save them. The female thief in black who broke in was flexible and vigorous, and easily got rid of the guards around< Br>"I think I'm still the best villain." When he took them out of the prison with his boat, the mysterious man in black took off his headgear. Under his mask was Diane's face with light wind and light clouds< Br>Later, she tracked the jam professor on the road. Seeing that it was a close call, Diane picked up her briefcase and jumped out of the window. The plain white box spun in the air and miraculously turned out handles and wheels< Br>Diane got on her motorcycle and went away at a high speed< Br>Her black dress is still as neat and natural as it was on that day.library_story350043‚¿Are you the 'Crimson Claw'? Wolf asked Diane. He was still unbelievable at the moment: no one could connect the female governor in a formal dress with the thief who had disappeared from retirement< Br>"I was the best thief in the world." Diane shrugged, "Fast, fearless, creative - there was only one thing I didn't have in the world at that time, the Golden Dolphin trophy."< Br>"So you went after it?"< Br>"I'm not chasing it. I've got it and make sure I can get out of it." Diane paused. "But when I took the Golden Dolphin trophy and saw myself in the opposite glass, the last thing I saw was the sly fox."< Br>"So now I'm helping them, not hurting them." Diane smiled. "I'm still on my right path."library_story350061ƒãMr. Ping inherited Ping's noodle restaurant from his father. Because of the secret recipe of immortal soup, the restaurant is very popular. One morning, as usual, he went to the backyard to get fresh vegetables. He was surprised to find that there was no radish in the radish basket, only a fat and dirty baby panda. There was no message and no one came to look for it. Mr. Ping picked up the cabbage basket and prepared to go back. Baobao cried. Mr. Ping stopped walking and turned to look at Baobao. He couldn't bear it. He took him home, bathed him and fed him. The cute and pitiful appearance of BABY PANDA moved Mr. Ping. He decided to adopt the baby and named it "A Bao"< Br>Twenty years later, Mr. Ping raised Po as his own son, but he didn't tell him the truth. As a result, Po always thought he was hatched from a goose egg. Mr. Ping taught Po how to cook steamed buns, hoping that Po would take over his own noodle restaurant in the future. However, Po showed great interest in kungfu.library_story350062ƒ¶Po was selected as the Dragon Warrior, but the Dragon Secret Collection was completely blank, and Po could not understand its meaning, so he was very depressed. Mr. Ping rubbed his hands and his eyes were tangled. "I should have told you something, but I should have told you a long time ago." "It must be the secret of his life experience," Po thought. Who knows that his father told him the secret recipe of the immortal soup: "The secret recipe is no ingredients! To make something special, you must believe it is very special!" Po opened the Divine Dragon Secret Collection again, and a blank secret collection reflected his appearance: "Yes! There is no immortal soup recipe, and there is no Divine Dragon Secret Collection! The key to kungfu is to believe in yourself."< Br>After Ah Bao understood the essence of the secret collection and defeated Da Long, Mr. Ping became the number one fan of Ah Bao: "This super cute kung fu hero is my son!"library_story350063„@In order to learn Qigong, Po left Hepinggu and went to Panda Village. Mr. Ping was worried about his son's safety, but he did not stop him. He left the noodle shop, hid himself in the luggage basket, and followed his son to Panda Village< Br>With regard to the appearance of Po's biological father Li Shan, Mr. Ping felt that there had never been a crisis before and that his son would be taken away, so he was full of fear for Li Shan. But when he found that there was a rift between Li Shan and Po's father son relationship, he chose to have a heart to heart talk with Li Shan out of his love for his son. Li Shan was worried that Po would never forgive himself because of his deception. Mr. Ping told him, "Sometimes we do wrong things out of goodwill." He looked at Li Shan and said solemnly, "Po is suffering and confused. It's the time when he needs us most." Li Shan therefore put down his mind< Br>Mr. Ping's selfless love for Po made him understand the essence of Qigong together with the fierce tigers and pandas, and gave Po the power to defeat the Tiansha in critical moments.library_story430051„Washir was the son of the assistant general beside the flying rhinoceros master. In an assassination, his father died because of the protection of the master, and his mother committed suicide, leaving a young Washir. Master Feitian Rhinoceros took Vashir to his side to raise him. Because of this special identity, both Master Rhinoceros himself and the eldest martial brother Thunder Sharp Man (the son of the master) loved Vashir very much. The elder martial brother supervises everyone to practice martial arts. Everyone else is trudging in the sun, but Wahir is riding for a while and sneaks into the shade of a tree to enjoy the cool. The elder martial brother doesn't seem to see it. The third elder martial brother couldn't stand it, so he scolded and they fought. Washir was defeated by the third senior brother. The rhinoceros horn was cut off by a sharp axe. In order to comfort Vashir, the rhinoceros master made him a glittering rhinoceros horn. Instead of learning a lesson, Washir became more and more arrogant and arrogant.library_story430052„2The adult Vashir was assigned by the rhinoceros master to guard Changgang Prison and lead thousands of troops to guard the dragon. One day, the goose messenger came to inform the guards to strengthen their guard. Washir slapped the goose and laughed wildly: "It's impossible to escape from the prison!" But he didn't find that under his slapping, a feather fell from the goose and floated to the deep underground< Br>This feather has become a sharp weapon for the dragon to open its chains. Seeing the dragon break free from half the shackles, Washir hurriedly ordered to launch a crossbow. However, a crossbow accidentally broke an iron chain that locked the dragon, so the dragon came to the ground. The panicked Washir ordered to ignite the explosives to prevent the dragon from passing the bridge connecting the prison and the outside world. However, the dragon pulled down a bundle of explosives and threw them at Washir and the guards. After a deafening roar, Washir was blown away, and the golden rhinoceros horn cover fell to the ground, spinning around in a circle.library_story430071ƒÕGober lost an arm and a leg. This is the proof of his achievements in the battle against dragons, so he often tells children about this experience< Br>"The dragon bit my arm and swallowed it as soon as it tried! Looking at its expression, it seemed to say that I was delicious." One time around the campfire, Gober skillfully used the iron hook of his left hand to fork up the roast chicken leg, and said vividly, "It must have shared this news with other people. Because in less than a month, my leg was bitten off by another dragon."< Br>Although he was dangerous in the past, his daily life was not affected much. The iron hook in the left palm made him able to forge iron or grab food, and the prosthetic leg in the right leg made him move like a normal person. For a long time, Gober lived on Bok Island. He not only took care of the business of his blacksmith shop, but also took on the task of training the younger generation to adapt them to the dragon killing battlefield.library_story430072ƒOGober is a friend of Chief Stuic. They have a deep friendship for decades. That's why Gober is one of the few people who dare to speak frankly to Stuic about the education of Hikarp< Br>Stuic's wife, Hiccup's mother, "left" many years ago. Most of the young people in the ethnic group know little about the past, but Gober is obviously not one of them. When Hiccup grew up, he unexpectedly reunited with his mother in the Dragon Nest. Gober could not help shaking his head while looking at Stuic's face in tears< Br>"Love is really troublesome, isn't it? That's why I've always believed in being single for many years." Gober still said sarcastic words, but he couldn't help smiling. "It's good that she can come back. But don't let her cook - her meatballs are more terrible than the dragons on the battlefield. I can't forget the bad taste now."library_story430073ƒžHiccup had been an apprentice in Goldberg's blacksmith's shop since he was young. Goldberg almost watched him grow up. At that time, Hikarp was thin and had almost no fighting power against dragons, so he was also ridiculed by Gober< Br>However, when Hiccup became the chief, whenever he encountered confusion and difficulties, Gobo always comforted and enlightened him< Br>When he first separated from the toothless boy, Hiccup stood beside the campfire and talked to Gobo about his worries. But Gober just shrugged his shoulders beside him and said meaningfully, "You can't tame all dragons - one day, you should learn to let go slowly, right?"< Br>His words became a prophecy. Soon, toothless boy led all the dragon families to the secret place< Br>On the day of parting, Gober waved his hands towards the dragon army. Even without dragons, Gober will continue to live bravely in this land with thousands of fellow Vikings.library_story440061ƒÓShe is a monster, monster! A group of small animals in the orphanage looked at a young South China tiger in fear and whispered. This South China tiger is a petite tiger. She has no soft hair, but only sharp fangs and sharp claws. Small animals are afraid of her. In the repulsive eyes of others, Jiao Hu held her arms in a lonely way and huddled in a small corner of the room< Br>Master Raccoon opened the door, and Jiao Hu turned to look at him in surprise. "Aren't you afraid of me? I'm a monster, Jiao Hu." "No, you are not a monster, you are just a little girl," said the master calmly. The master took out dozens of pieces of wood to show Jiao Hu how to control her strength and warned her to keep her hands and heart steady. Day after day, after crushing countless pieces of wood, Jiaohu finally succeeded. She used the wood to put out a perfect Tai Chi pattern. The master decided to adopt Jiao Hu. In the sunset, Jiao Hu walked happily with the master to the Jade Palace.library_story440062„…The giant warrior boar wanted to attack the Jade Palace. The master wrote down the names of four people on the scroll and asked Jiao Hu to ask them to help. But Jiao Hu fell down as soon as she went out, and the scroll rolled down. After finding the scroll, Jiao Hu found Linghe, Golden Monkey, Qiao Xiaolong and Mantis according to the list. She was surprised to find that everyone had their own strengths. However, the master did not agree. For the first time, Jiao Hu quarreled with the master, "I have observed them, and they are very capable!" It turned out that what Jiao Hu found was a scroll of Po's career dreams (cleaner, comedian, dancer, doctor)< Br>When the wild boar attacked, the spirit of the tender tiger sank into the elixir field, and it punched like the master, but it was beaten passively. Looking at the free prancing posture of the partners, the Jiao Hu lying on the ground gritted her teeth, broke free from the shackles, twisted her waist, bent her knees and attacked, and defeated the wild boar. The martial arts talent that Jiao Hu showed by conforming to her nature has been recognized by her master, who calls her Jiao Hu style.library_story440063ƒˆShifu has always been strict with Jiao Hu, but not close enough, forming her strong and tolerant character. Although Jiao Hu often has a paralyzed face, which is unsmiling, tough and cold, she actually has a feminine, delicate and gentle side< Br>Lord Shen's peacock pseudo eyes evoked Po's partial memories of his parents. At night, Po couldn't calm down. Jiao Hu took the initiative to talk with him on the deck. Po made mistakes many times because of the peacock's false eyes. Jiao Hu angrily asked him not to join the war, but Po insisted on going, and Jiao Hu knocked him down again and again. Po reluctantly explained that his separated life experience with his parents was related to Lord Shen. After hearing this, Jiao Hu rushed out again quickly, and everyone exclaimed, "No!" However, Jiao Hu held Po tightly this time. Her eyes were sad and she said softly on his shoulder, "I understand you."library_story450011ƒpFive hundred years ago, the young tortoise was in high spirits. Tiansha and he were brothers in arms. They fought side by side and commanded a troop. In a battle, the tortoise was unfortunately ambushed and seriously injured. Tiansha took him to the ends of the earth to visit famous doctors, and came to the mysterious Panda Village after thousands of difficulties and dangers. The kind pandas cured the turtles with Qigong and taught them how to use Qi. The Tiansha is attracted by the powerful power of Qigong. He is greedy and tries to monopolize all people's Qi. On the one hand, he was a black brother, and on the other hand, he was a kind-hearted and simple benefactor to save his life. The tortoise was very struggling. Finally, he chose to stand on the just side, holding a bamboo stick, and fought with the Tiansha. Finally, he entered the spiritual world and sealed it.library_story450012„jThe cultivation of Qigong made Master Turtle understand that everything in the world has its own characteristics and laws. Everything should follow the trend, so does the cultivation of martial arts. He left the Panda Village to travel in the Jianghu alone. Many years later, he founded the Jade Palace and became friends with Master Raccoon. Master raccoon strictly required Jiaohu to control his nature because of his failure to educate dragon, while Master tortoise guided Master raccoon to teach Jiaohu in accordance with his aptitude with the concept of inaction conforming to nature. In the selection of the Dragon Warrior, Master Wugui once again wisely referred to the peach tree as a metaphor, "I cannot force it to blossom and delight me, nor urge it to bear fruit", "No matter what you do, this kind of seed will eventually grow into a peach tree. Maybe you want apples or oranges, but you can only get peaches". He gazed at Master Raccoon expectantly, hoping that Master could "trust" Po. Inspired by Master Wugui, Master Raccoon finally found Po's enthusiasm for food and taught Po Kung Fu according to the situation.library_story450013ƒÖAfter making a subtle statement about the peach tree to Master Raccoon, Master Wugui turned into a flower petal and went to heaven. Many years later, Master Wugui met Tiansha again in the spirit world. After several rounds, Tiansha was defeated. Tiansha laughed wildly: "Old man, why are you weak?" Master Wugui smiled quietly and closed his eyes slowly< Br>Later, with the help of relatives and friends, Po mastered Qigong and defeated Tiansha. Master Wugui's anger was released. He looked at Po with relief, and his eyes showed mercy. "You have finally become a real master of Qigong. It's no shame that I was deliberately defeated by the Tiansha." Master Wugui told Po that the day he first saw Po, he saw the future and the past of kung fu from Po. Only Po combined yin and yang. "That's why I chose you, and you are my true successor." After that, he solemnly handed over the Tai Chi scepter to Po, turned around and flew up the branches in the rain, looking into the distance.library_story530011‚ÚI am Elite, the son of the old Elite, and the best dragon catcher in the world today. After all, not everyone can catch Yesha.< Br>Elite is 25 years old. He is tall and strong, with vigorous and agile skills and a typical businessman's mind. He is a dragon catcher. He has always sold the captured dragon to Draig< Br>Eret has always been arrogant and conceited, but even so, he is still afraid of Draig. He had a big mark on his chest, which was similar to a symbol - it was the mark of Draig who was burning with anger when Eret failed to deliver the dragons on time< Br>In this way, Elite lives in the shadow of Draig, and does everything to protect himself. Until one day, in a battle to capture the Night Evil, he met Hikarp.library_story530012ƒEret's original method of catching dragons, which he was proud of, suffered an unprecedented defeat in front of Hiccup. He used various weapons such as dragon catching net and flying rope to catch Yesha and Fenglifei, but two dragons easily played with him< Br>Elite and Fenglifei have formed a relationship. Later, in order to get close to Draig's territory, Ashcui let Windy Fly catch him and drop him from tens of thousands of miles, almost scaring Draig out of his wits - but when she arrived at Draig's lair, Windy Fly firmly held him in her own arms and gave her life to protect him under Draig's attack< Br>Their friendship started from that moment. Later, Eret sacrificed his life to save Windfly from Draeger, and he joined the ranks of dragon knights such as Hiccup.library_story530013‚½Since meeting Hiccup, Eret gradually realized that dragons were not cruel creatures; On the contrary, they have extraordinary wisdom and warmth. Since then, Eret's attitude towards dragons has changed a lot. In the final battle between Hiccup and Draig, Eret has also contributed a lot< Br>After the battle, Eret lingered on the Virgin Island. At this time, Hiccup came to him. He didn't say anything superfluous, but shrugged at him lightly: "The skull broken dragon needs a new master. -- It seems to like you very much."< Br>Since then, Eret has stayed in Bok Island. When he sat around the campfire and talked with the Vikings at night, he felt for the first time that he had a wonderful new life.library_story540051ƒ“The first time the toothless boy saw Hickup was in the woods by the Viking Lake. At that time, its left tail wing had just been cut off in a sneak attack. When Hiccup found it, it was bound by a rope net all over, and stared sadly, waiting for death to come< Br>To the surprise of the toothless boy, the human boy did not raise a knife to kill him, but hesitated to untie his rope< Br>After that, the boy not only painted and played with it and brought fish to it, but also drew a design drawing by himself and installed a mechanical tail for it< Br>"If you have no teeth, just call yourself toothless." Hiccup said so to it. At that time, they had cooperated tactfully. The toothless boy could ride on his back to control the tail wing and travel freely among the clouds again< Br>The toothless boy looked at the smile on Hiccup's face and rubbed his hand. Since then, they have been the best partners and friends.library_story540052ƒâThe highest spiritual leader of the dragon family is called Alpha. The original Alpha was an ice dragon. It was gentle and powerful, but Draig's arrival changed all that< Br>He ordered his black dragon to replace Alpha, manipulate the dragons to do evil, and even manipulated the toothless boy's mind, making him attack Hiccup's relatives uncontrollably< Br>Although he suffered great pain, Hiccup still did not give up awakening the toothless boy. "It's not your fault. I know you will never hurt me... Wake up, you are my best friend!"< Br>The toothless boy's pupils tightened and enlarged repeatedly, and he was struggling against the spiritual pressure from Alpha - finally, he opened his eyes, and his pupils were still clear and firm< Br>It jumped onto the high ice cliff and confronted Alpha without fear. The toothless boy's powerful spiritual force has made him a new alpha. He has relieved the control of the dragons and together drove the black dragon and Draig back to the deep sea.library_story540053ƒîThe toothless boy lived with Hikarp and others for many years until the appearance of the dragon hunter, Gremlin< Br>The Vikings took a lot of effort to stop the conspiracy of Gremlin. But after this fight, Hikarp realized that as long as the dragons lived on the Viking Island for a day, the evil dragon slayer would always have a chance< Br>At the same time, the toothless boy also met the white dragon Guangsha who was made in heaven. Seeing that his best partner fell in love, the sheikh, who had become the chief, finally made a decision: let the toothless boy take all the dragons to leave and return to a secret place without human disturbance, which is the hometown of the dragon family alone< Br>Until many years later, toothless boy and hikapu met again on the sea boat, when they had already made a trip. The toothless boy carried Hiccup's child on his back, and once again flew with his best friend on the high cloud top, singing the music of the never ending friendship between man and dragon.library_returnReturn Gift Of Hero library_giftsGilftslibrary_biography Biography library_storyStorylibrary_activatable Activatablelibrary_HeroStory Stroy of {0}library_HeroStoryDescribe1{0} It seems that I have something to say to you.library_outcome_10001008End 1 Descriptionlibrary_outcome_10001009End 2 Descriptionlibrary_outcome_10001013End 3 Descriptionlibrary_outcome_10001014End 4 Descriptionlibrary_title_10001008 Outcome 1library_title_10001009 Outcome 2library_title_10001013 Outcome 3library_title_10001014 Outcome 4mysterymoon_progressChallenge times: {0}/{1}mysterymoon_remainingRemaining challenges:mysterymoon_numberNumber: {0}/{1}mysterymoon_after-After {0}automatically share to world channelmysterymoon_laterGo Latermysterymoon_immediatelyGo Immediatelymysterymoon_share'Share the secrets of the moon with you.mysterymoon_sharelocation Please select a sharing locationmysterymoon_world World channelmysterymoon_channel Guild channelmysterymoon_searchnumberSearch Number:mysterymoon_expiredExpiredmysterymoon_ShareText4The Secret of the Moon is opened. Click to join: {0}Victory_in_attackVictory in attack Attack_failed Attack failedDefensive_victoryDefensive victoryDefensive_failureDefensive failureRevenge_victoryRevenge victoryRevenge_FailedRevenge Failed Revenge_end Revenge end talent_pointRemaining Points:talent_unlocktip5Unlocking talent change requires the above conditionstalent_prepositivetalentPrepositive Talenttalent_materialsMaterials required talent_resetNResetting talent points requires {0} diamonds. Are you sure you want to reset?MemberMembersSignInSign InGuildInformationGuild InformationApplyFor Apply For DailyRecord Daily RecordDissolveDissolveQuitQuit QuitGuild +Hiccup's mother "left" him when he was very young. He dared not ask his father and other elders in the family, but could only guess from their sad expressions when they occasionally talked about their mother. At this time, he silently lowered his head and hid his dependence and missing for his mother in his heart< Br>After becoming friends with toothless boy, Hikarp gradually persuaded more Vikings to put aside their prejudices and coexist peacefully with the dragon people. At this time, Hikarp accidentally entered another dragon cave, where he miraculously reunited with his mother< Br>It turns out that the mother was not captured by dragons many years ago, but she saw the sparks of kindness and wisdom in the eyes of the dragon, so she voluntarily extended her hand to it< Br>After the reunion, mother and son stood by the cliff, and the gentle evening wind embraced them. The mother stroked his face gently, with infinite kindness and tenderness in her eyes: "I'm sorry for missing you all these years... my child, Hiccup."library_story350023„Hiccup's life was originally carefree. He and the toothless boy are close, and they are in love with Ashcui, the bravest and most beautiful girl in the tribe. His father is in his prime of life and has a good management of Bok Island. He is not needed to take over the position of chief ahead of time< Br>However, this peace did not last long - since the Dragon was peacefully concluded, evil dragon hunters have been eyeing them. In two wars in succession, Hiccup lost his father, his hometown, and Bork Island, where he has lived for generations. At last, he had to face a more painful decision: he wanted to let the dragons go to a secret place where no one would disturb them, which meant that he would be separated from his best partner, Fangzi< Br>On the day of farewell, Hikarp and the Vikings stood on the high mountain top, and finally looked at their dragons endlessly. Hiccup reached out and touched the toothless boy's face, just like when he first saw him: "I hate you too... but I hope you are free. I hope that one day we can meet again."library_story350031ƒòIn the golden age of highly developed science and technology, Heihei is a great hero. He led the golden army to capture the dark people and volunteered to guard the prison. The prisoners kept begging in his ear to open the prison door a little and breathe a bit of fresh air - the darkness was shaken, so the evil shadow took the opportunity to pour into his body, and his soul was thus plunged into darkness< Br>The blackened darkness led the army to destroy the protective forces of all constellations. In the battle of the spaceship "Moon Sail", the dark was stabbed in the heart by the night light of the guardian of the constellation prince, and caused a huge explosion. At the same time, in order to fight against the darkness, the people in the middle of the month choose Santa Claus, Bunny Rabbit, Sleeping God and Tooth Fairy to guard the human beings< Br>The dark power was weakened, so he curled up in the abyss under a broken wooden bed in the wilderness, waiting for the opportunity to rise again.library_story350032‚æIn order to gain people's faith again, after hundreds of years of darkness, he returned. He is like a child who wants to attract adults' attention and deliberately makes mischief. He assimilates the gold sand of the god of sleep and turns it into an evil black horse for his own use; Later, they raided the Tooth Fairy Palace and sent people to smash the eggs of Bonnie Rabbit, which ruined Easter< Br>Heihei felt that Ice Frost Jack, who was also not trusted, was his partner. He used the same feeling of wanting to be trusted and yearning for warmth to persuade Jack to join his own camp. The kind-hearted Jack refused him. Under the threat of the Tooth Fairy, he broke Jack's ice stick with a sinister look in his eyes and hurt Jack badly.library_story350033ƒ¬On the night of the decisive battle, in the vast black sand, pitch black led the black horse corps to close in step, and rode the black horse to stand on the tall building. In the face of the frightened and trembling children, Bunny Rabbit shouted, "We are here to protect you!"< Br>"Your guardians protect children. Who will protect you?" He laughed contemptuously in the dark, and at this moment, the children who believed in the guardian again mustered up the courage to step forward and stand in front of the guardian, and said firmly with their eyes: "I will protect!"< Br>The courage and faith of the children turned into a golden barrier to withstand the attack of black sand all over the sky. The guardians have regained their energy, and the Sand Man of Sleeping God has been revived. Nihei was finally defeated by the guardian. He was engulfed by the dark horse that his fear turned into, and sank into the deep underground again.library_story350041ƒ?Members of the Bad Guys League first met her in a TV interview. As the governor, Diane, dressed in a gray suit, is giving a speech on the increasingly rampant "Bad Guy Alliance". Her tone is capable and friendly, which effectively soothes the panic of the people; However, her evaluation of the Bad Guy Alliance really surprised the people in front of the TV< Br>"I feel sorry for them... behind the malicious crimes, they are just a group of funny poor people." Diane said in front of the camera< Br>When Wolf, a member of the Bad Guys League, saw the artworks on display at a party of celebrities in order to steal the energy stone, he disdainfully commented: "It's really useless and meaningless garbage."< Br>When Diane heard this, she just smiled meaningfully: "But sometimes even garbage can become beautiful things - right?"library_story350042ƒA fox is no different from a wolf.< Br>In retrospect, Wolf felt that Diane's eyes were full of cunning< Br>After the five members of the villain league were wronged and imprisoned, Wolff never dreamed that someone would save them. The female thief in black who broke in was flexible and vigorous, and easily got rid of the guards around< Br>"I think I'm still the best villain." When he took them out of the prison with his boat, the mysterious man in black took off his headgear. Under his mask was Diane's face with light wind and light clouds< Br>Later, she tracked the jam professor on the road. Seeing that it was a close call, Diane picked up her briefcase and jumped out of the window. The plain white box spun in the air and miraculously turned out handles and wheels< Br>Diane got on her motorcycle and went away at a high speed< Br>Her black dress is still as neat and natural as it was on that day.library_story350043‚¿Are you the 'Crimson Claw'? Wolf asked Diane. He was still unbelievable at the moment: no one could connect the female governor in a formal dress with the thief who had disappeared from retirement< Br>"I was the best thief in the world." Diane shrugged, "Fast, fearless, creative - there was only one thing I didn't have in the world at that time, the Golden Dolphin trophy."< Br>"So you went after it?"< Br>"I'm not chasing it. I've got it and make sure I can get out of it." Diane paused. "But when I took the Golden Dolphin trophy and saw myself in the opposite glass, the last thing I saw was the sly fox."< Br>"So now I'm helping them, not hurting them." Diane smiled. "I'm still on my right path."library_story350061ƒãMr. Ping inherited Ping's noodle restaurant from his father. Because of the secret recipe of immortal soup, the restaurant is very popular. One morning, as usual, he went to the backyard to get fresh vegetables. He was surprised to find that there was no radish in the radish basket, only a fat and dirty baby panda. There was no message and no one came to look for it. Mr. Ping picked up the cabbage basket and prepared to go back. Baobao cried. Mr. Ping stopped walking and turned to look at Baobao. He couldn't bear it. He took him home, bathed him and fed him. The cute and pitiful appearance of BABY PANDA moved Mr. Ping. He decided to adopt the baby and named it "A Bao"< Br>Twenty years later, Mr. Ping raised Po as his own son, but he didn't tell him the truth. As a result, Po always thought he was hatched from a goose egg. Mr. Ping taught Po how to cook steamed buns, hoping that Po would take over his own noodle restaurant in the future. However, Po showed great interest in kungfu.library_story350062ƒ¶Po was selected as the Dragon Warrior, but the Dragon Secret Collection was completely blank, and Po could not understand its meaning, so he was very depressed. Mr. Ping rubbed his hands and his eyes were tangled. "I should have told you something, but I should have told you a long time ago." "It must be the secret of his life experience," Po thought. Who knows that his father told him the secret recipe of the immortal soup: "The secret recipe is no ingredients! To make something special, you must believe it is very special!" Po opened the Divine Dragon Secret Collection again, and a blank secret collection reflected his appearance: "Yes! There is no immortal soup recipe, and there is no Divine Dragon Secret Collection! The key to kungfu is to believe in yourself."< Br>After Ah Bao understood the essence of the secret collection and defeated Da Long, Mr. Ping became the number one fan of Ah Bao: "This super cute kung fu hero is my son!"library_story350063„@In order to learn Qigong, Po left Hepinggu and went to Panda Village. Mr. Ping was worried about his son's safety, but he did not stop him. He left the noodle shop, hid himself in the luggage basket, and followed his son to Panda Village< Br>With regard to the appearance of Po's biological father Li Shan, Mr. Ping felt that there had never been a crisis before and that his son would be taken away, so he was full of fear for Li Shan. But when he found that there was a rift between Li Shan and Po's father son relationship, he chose to have a heart to heart talk with Li Shan out of his love for his son. Li Shan was worried that Po would never forgive himself because of his deception. Mr. Ping told him, "Sometimes we do wrong things out of goodwill." He looked at Li Shan and said solemnly, "Po is suffering and confused. It's the time when he needs us most." Li Shan therefore put down his mind< Br>Mr. Ping's selfless love for Po made him understand the essence of Qigong together with the fierce tigers and pandas, and gave Po the power to defeat the Tiansha in critical moments.library_story430051„Washir was the son of the assistant general beside the flying rhinoceros master. In an assassination, his father died because of the protection of the master, and his mother committed suicide, leaving a young Washir. Master Feitian Rhinoceros took Vashir to his side to raise him. Because of this special identity, both Master Rhinoceros himself and the eldest martial brother Thunder Sharp Man (the son of the master) loved Vashir very much. The elder martial brother supervises everyone to practice martial arts. Everyone else is trudging in the sun, but Wahir is riding for a while and sneaks into the shade of a tree to enjoy the cool. The elder martial brother doesn't seem to see it. The third elder martial brother couldn't stand it, so he scolded and they fought. Washir was defeated by the third senior brother. The rhinoceros horn was cut off by a sharp axe. In order to comfort Vashir, the rhinoceros master made him a glittering rhinoceros horn. Instead of learning a lesson, Washir became more and more arrogant and arrogant.library_story430052„2The adult Vashir was assigned by the rhinoceros master to guard Changgang Prison and lead thousands of troops to guard the dragon. One day, the goose messenger came to inform the guards to strengthen their guard. Washir slapped the goose and laughed wildly: "It's impossible to escape from the prison!" But he didn't find that under his slapping, a feather fell from the goose and floated to the deep underground< Br>This feather has become a sharp weapon for the dragon to open its chains. Seeing the dragon break free from half the shackles, Washir hurriedly ordered to launch a crossbow. However, a crossbow accidentally broke an iron chain that locked the dragon, so the dragon came to the ground. The panicked Washir ordered to ignite the explosives to prevent the dragon from passing the bridge connecting the prison and the outside world. However, the dragon pulled down a bundle of explosives and threw them at Washir and the guards. After a deafening roar, Washir was blown away, and the golden rhinoceros horn cover fell to the ground, spinning around in a circle.library_story430071ƒÕGober lost an arm and a leg. This is the proof of his achievements in the battle against dragons, so he often tells children about this experience< Br>"The dragon bit my arm and swallowed it as soon as it tried! Looking at its expression, it seemed to say that I was delicious." One time around the campfire, Gober skillfully used the iron hook of his left hand to fork up the roast chicken leg, and said vividly, "It must have shared this news with other people. Because in less than a month, my leg was bitten off by another dragon."< Br>Although he was dangerous in the past, his daily life was not affected much. The iron hook in the left palm made him able to forge iron or grab food, and the prosthetic leg in the right leg made him move like a normal person. For a long time, Gober lived on Bok Island. He not only took care of the business of his blacksmith shop, but also took on the task of training the younger generation to adapt them to the dragon killing battlefield.library_story430072ƒOGober is a friend of Chief Stuic. They have a deep friendship for decades. That's why Gober is one of the few people who dare to speak frankly to Stuic about the education of Hikarp< Br>Stuic's wife, Hiccup's mother, "left" many years ago. Most of the young people in the ethnic group know little about the past, but Gober is obviously not one of them. When Hiccup grew up, he unexpectedly reunited with his mother in the Dragon Nest. Gober could not help shaking his head while looking at Stuic's face in tears< Br>"Love is really troublesome, isn't it? That's why I've always believed in being single for many years." Gober still said sarcastic words, but he couldn't help smiling. "It's good that she can come back. But don't let her cook - her meatballs are more terrible than the dragons on the battlefield. I can't forget the bad taste now."library_story430073ƒžHiccup had been an apprentice in Goldberg's blacksmith's shop since he was young. Goldberg almost watched him grow up. At that time, Hikarp was thin and had almost no fighting power against dragons, so he was also ridiculed by Gober< Br>However, when Hiccup became the chief, whenever he encountered confusion and difficulties, Gobo always comforted and enlightened him< Br>When he first separated from the toothless boy, Hiccup stood beside the campfire and talked to Gobo about his worries. But Gober just shrugged his shoulders beside him and said meaningfully, "You can't tame all dragons - one day, you should learn to let go slowly, right?"< Br>His words became a prophecy. Soon, toothless boy led all the dragon families to the secret place< Br>On the day of parting, Gober waved his hands towards the dragon army. Even without dragons, Gober will continue to live bravely in this land with thousands of fellow Vikings.library_story440061ƒÓShe is a monster, monster! A group of small animals in the orphanage looked at a young South China tiger in fear and whispered. This South China tiger is a petite tiger. She has no soft hair, but only sharp fangs and sharp claws. Small animals are afraid of her. In the repulsive eyes of others, Jiao Hu held her arms in a lonely way and huddled in a small corner of the room< Br>Master Raccoon opened the door, and Jiao Hu turned to look at him in surprise. "Aren't you afraid of me? I'm a monster, Jiao Hu." "No, you are not a monster, you are just a little girl," said the master calmly. The master took out dozens of pieces of wood to show Jiao Hu how to control her strength and warned her to keep her hands and heart steady. Day after day, after crushing countless pieces of wood, Jiaohu finally succeeded. She used the wood to put out a perfect Tai Chi pattern. The master decided to adopt Jiao Hu. In the sunset, Jiao Hu walked happily with the master to the Jade Palace.library_story440062„…The giant warrior boar wanted to attack the Jade Palace. The master wrote down the names of four people on the scroll and asked Jiao Hu to ask them to help. But Jiao Hu fell down as soon as she went out, and the scroll rolled down. After finding the scroll, Jiao Hu found Linghe, Golden Monkey, Qiao Xiaolong and Mantis according to the list. She was surprised to find that everyone had their own strengths. However, the master did not agree. For the first time, Jiao Hu quarreled with the master, "I have observed them, and they are very capable!" It turned out that what Jiao Hu found was a scroll of Po's career dreams (cleaner, comedian, dancer, doctor)< Br>When the wild boar attacked, the spirit of the tender tiger sank into the elixir field, and it punched like the master, but it was beaten passively. Looking at the free prancing posture of the partners, the Jiao Hu lying on the ground gritted her teeth, broke free from the shackles, twisted her waist, bent her knees and attacked, and defeated the wild boar. The martial arts talent that Jiao Hu showed by conforming to her nature has been recognized by her master, who calls her Jiao Hu style.library_story440063ƒˆShifu has always been strict with Jiao Hu, but not close enough, forming her strong and tolerant character. Although Jiao Hu often has a paralyzed face, which is unsmiling, tough and cold, she actually has a feminine, delicate and gentle side< Br>Lord Shen's peacock pseudo eyes evoked Po's partial memories of his parents. At night, Po couldn't calm down. Jiao Hu took the initiative to talk with him on the deck. Po made mistakes many times because of the peacock's false eyes. Jiao Hu angrily asked him not to join the war, but Po insisted on going, and Jiao Hu knocked him down again and again. Po reluctantly explained that his separated life experience with his parents was related to Lord Shen. After hearing this, Jiao Hu rushed out again quickly, and everyone exclaimed, "No!" However, Jiao Hu held Po tightly this time. Her eyes were sad and she said softly on his shoulder, "I understand you."library_story450011ƒpFive hundred years ago, the young tortoise was in high spirits. Tiansha and he were brothers in arms. They fought side by side and commanded a troop. In a battle, the tortoise was unfortunately ambushed and seriously injured. Tiansha took him to the ends of the earth to visit famous doctors, and came to the mysterious Panda Village after thousands of difficulties and dangers. The kind pandas cured the turtles with Qigong and taught them how to use Qi. The Tiansha is attracted by the powerful power of Qigong. He is greedy and tries to monopolize all people's Qi. On the one hand, he was a black brother, and on the other hand, he was a kind-hearted and simple benefactor to save his life. The tortoise was very struggling. Finally, he chose to stand on the just side, holding a bamboo stick, and fought with the Tiansha. Finally, he entered the spiritual world and sealed it.library_story450012„jThe cultivation of Qigong made Master Turtle understand that everything in the world has its own characteristics and laws. Everything should follow the trend, so does the cultivation of martial arts. He left the Panda Village to travel in the Jianghu alone. Many years later, he founded the Jade Palace and became friends with Master Raccoon. Master raccoon strictly required Jiaohu to control his nature because of his failure to educate dragon, while Master tortoise guided Master raccoon to teach Jiaohu in accordance with his aptitude with the concept of inaction conforming to nature. In the selection of the Dragon Warrior, Master Wugui once again wisely referred to the peach tree as a metaphor, "I cannot force it to blossom and delight me, nor urge it to bear fruit", "No matter what you do, this kind of seed will eventually grow into a peach tree. Maybe you want apples or oranges, but you can only get peaches". He gazed at Master Raccoon expectantly, hoping that Master could "trust" Po. Inspired by Master Wugui, Master Raccoon finally found Po's enthusiasm for food and taught Po Kung Fu according to the situation.library_story450013ƒÖAfter making a subtle statement about the peach tree to Master Raccoon, Master Wugui turned into a flower petal and went to heaven. Many years later, Master Wugui met Tiansha again in the spirit world. After several rounds, Tiansha was defeated. Tiansha laughed wildly: "Old man, why are you weak?" Master Wugui smiled quietly and closed his eyes slowly< Br>Later, with the help of relatives and friends, Po mastered Qigong and defeated Tiansha. Master Wugui's anger was released. He looked at Po with relief, and his eyes showed mercy. "You have finally become a real master of Qigong. It's no shame that I was deliberately defeated by the Tiansha." Master Wugui told Po that the day he first saw Po, he saw the future and the past of kung fu from Po. Only Po combined yin and yang. "That's why I chose you, and you are my true successor." After that, he solemnly handed over the Tai Chi scepter to Po, turned around and flew up the branches in the rain, looking into the distance.library_story530011‚ÚI am Elite, the son of the old Elite, and the best dragon catcher in the world today. After all, not everyone can catch Yesha.< Br>Elite is 25 years old. He is tall and strong, with vigorous and agile skills and a typical businessman's mind. He is a dragon catcher. He has always sold the captured dragon to Draig< Br>Eret has always been arrogant and conceited, but even so, he is still afraid of Draig. He had a big mark on his chest, which was similar to a symbol - it was the mark of Draig who was burning with anger when Eret failed to deliver the dragons on time< Br>In this way, Elite lives in the shadow of Draig, and does everything to protect himself. Until one day, in a battle to capture the Night Evil, he met Hikarp.library_story530012ƒEret's original method of catching dragons, which he was proud of, suffered an unprecedented defeat in front of Hiccup. He used various weapons such as dragon catching net and flying rope to catch Yesha and Fenglifei, but two dragons easily played with him< Br>Elite and Fenglifei have formed a relationship. Later, in order to get close to Draig's territory, Ashcui let Windy Fly catch him and drop him from tens of thousands of miles, almost scaring Draig out of his wits - but when she arrived at Draig's lair, Windy Fly firmly held him in her own arms and gave her life to protect him under Draig's attack< Br>Their friendship started from that moment. Later, Eret sacrificed his life to save Windfly from Draeger, and he joined the ranks of dragon knights such as Hiccup.library_story530013‚½Since meeting Hiccup, Eret gradually realized that dragons were not cruel creatures; On the contrary, they have extraordinary wisdom and warmth. Since then, Eret's attitude towards dragons has changed a lot. In the final battle between Hiccup and Draig, Eret has also contributed a lot< Br>After the battle, Eret lingered on the Virgin Island. At this time, Hiccup came to him. He didn't say anything superfluous, but shrugged at him lightly: "The skull broken dragon needs a new master. -- It seems to like you very much."< Br>Since then, Eret has stayed in Bok Island. When he sat around the campfire and talked with the Vikings at night, he felt for the first time that he had a wonderful new life.library_story540051ƒ“The first time the toothless boy saw Hickup was in the woods by the Viking Lake. At that time, its left tail wing had just been cut off in a sneak attack. When Hiccup found it, it was bound by a rope net all over, and stared sadly, waiting for death to come< Br>To the surprise of the toothless boy, the human boy did not raise a knife to kill him, but hesitated to untie his rope< Br>After that, the boy not only painted and played with it and brought fish to it, but also drew a design drawing by himself and installed a mechanical tail for it< Br>"If you have no teeth, just call yourself toothless." Hiccup said so to it. At that time, they had cooperated tactfully. The toothless boy could ride on his back to control the tail wing and travel freely among the clouds again< Br>The toothless boy looked at the smile on Hiccup's face and rubbed his hand. Since then, they have been the best partners and friends.library_story540052ƒâThe highest spiritual leader of the dragon family is called Alpha. The original Alpha was an ice dragon. It was gentle and powerful, but Draig's arrival changed all that< Br>He ordered his black dragon to replace Alpha, manipulate the dragons to do evil, and even manipulated the toothless boy's mind, making him attack Hiccup's relatives uncontrollably< Br>Although he suffered great pain, Hiccup still did not give up awakening the toothless boy. "It's not your fault. I know you will never hurt me... Wake up, you are my best friend!"< Br>The toothless boy's pupils tightened and enlarged repeatedly, and he was struggling against the spiritual pressure from Alpha - finally, he opened his eyes, and his pupils were still clear and firm< Br>It jumped onto the high ice cliff and confronted Alpha without fear. The toothless boy's powerful spiritual force has made him a new alpha. He has relieved the control of the dragons and together drove the black dragon and Draig back to the deep sea.library_story540053ƒîThe toothless boy lived with Hikarp and others for many years until the appearance of the dragon hunter, Gremlin< Br>The Vikings took a lot of effort to stop the conspiracy of Gremlin. But after this fight, Hikarp realized that as long as the dragons lived on the Viking Island for a day, the evil dragon slayer would always have a chance< Br>At the same time, the toothless boy also met the white dragon Guangsha who was made in heaven. Seeing that his best partner fell in love, the sheikh, who had become the chief, finally made a decision: let the toothless boy take all the dragons to leave and return to a secret place without human disturbance, which is the hometown of the dragon family alone< Br>Until many years later, toothless boy and hikapu met again on the sea boat, when they had already made a trip. The toothless boy carried Hiccup's child on his back, and once again flew with his best friend on the high cloud top, singing the music of the never ending friendship between man and dragon.library_returnReturn Gift Of Hero library_giftsGilftslibrary_biography Biography library_storyStorylibrary_activatable Activatablelibrary_HeroStory Stroy of {0}library_HeroStoryDescribe1{0} It seems that I have something to say to you.library_outcome_10001008End 1 Descriptionlibrary_outcome_10001009End 2 Descriptionlibrary_outcome_10001013End 3 Descriptionlibrary_outcome_10001014End 4 Descriptionlibrary_title_10001008 Outcome 1library_title_10001009 Outcome 2library_title_10001013 Outcome 3library_title_10001014 Outcome 4mysterymoon_progressChallenge times: {0}/{1}mysterymoon_remainingRemaining challenges:mysterymoon_numberNumber: {0}/{1}mysterymoon_after-After {0}automatically share to world channelmysterymoon_laterGo Latermysterymoon_immediatelyGo Immediatelymysterymoon_share'Share the secrets of the moon with you.mysterymoon_sharelocation Please select a sharing locationmysterymoon_world World channelmysterymoon_channel Guild channelmysterymoon_searchnumberSearch Number:mysterymoon_expiredExpiredmysterymoon_ShareText4The Secret of the Moon is opened. Click to join: {0}Victory_in_attackVictory in attack Attack_failed Attack failedDefensive_victoryDefensive victoryDefensive_failureDefensive failureRevenge_victoryRevenge victoryRevenge_FailedRevenge Failed Revenge_end Revenge end talent_pointStarlight Points:talent_unlocktip8Unlocking Starlight change requires the above conditionstalent_prepositivetalentPrepositive Starlighttalent_materialsMaterials required talent_resetQResetting Starlight points requires {0} diamonds. Are you sure you want to reset?MemberMembersSignInSign InGuildInformationGuild InformationApplyFor Apply For DailyRecord Daily RecordDissolveDissolveQuitQuit QuitGuild Quit Guild ActiveRankingActive Ranking CreationTime Creation Time MembersNumber Member NumGuildWarRanking War RankingActiveThisWeekActive This Week QuitGuildTipscYou cannot join other guilds or create guilds within [color=#fd424e]24 hours[/color] after you exit President PresidentModifyModify nametip_nullName cannot be emptynametip_lengthName up to 12 characters nametip_txt$The name contains illegal characters NotRanking Not Ranking GuildSignTip1Yesterday Signed In People GuildSignTip2Sign In Reward GuildSignTip3PToday is the {0} person who signed in [/color] in [color=# 0aca37] of our guild. GuildSignTip4]If [color=# 0aca37] {0} people [/color] sign in, they will receive rewards in the next stage. GuildSignTip5Signed?in today GuildSignTip6Y{0} people [/color] have signed in [color=# 0aca37], reaching the maximum sign in reward. -talenttree2Introduction to the systematic play of talent treesignin10 people signed in yesterdaysignin25 people signed in yesterdaysignin310 people signed in yesterdaysignin415 people signed in yesterdaysignin520 people signed in yesterdayOpen_when_reaching_levelOpen when reaching level {0}Earnings_PreviewEarnings PreviewProduction_QueueProduction Queue: In_Production In ProductionEquipment_completedEquipment production completed +talenttree0Introduction to the systematic play of Starlightsignin10 people signed in yesterdaysignin25 people signed in yesterdaysignin310 people signed in yesterdaysignin415 people signed in yesterdaysignin520 people signed in yesterdayOpen_when_reaching_levelOpen when reaching level {0}Earnings_PreviewEarnings PreviewProduction_QueueProduction Queue: In_Production In ProductionEquipment_completedEquipment production completed Picking_up Picking upHave_nothing_at_allHave nothing at allWaitingWaitingAgreeAgreeRefusedRefusedImpeachImpeach OnlineInfo @@ -849,17 +852,14 @@ GrowtxtoneBThe jungle is full of danger. Take your little partner to explore~ Growtxttwo)Po needs to be stronger. Go and help him~ GrowtxtthreeMYou have become stronger, and I also need to become stronger. Please help me~ NoEmailDelNo messages to delete TooLongPromptThe input text is too long SetSucceeded set succeededFreeFreedream_EmptyPrompt"No secret place has been found yetInsufficientNumberOfModifiable!Insufficient Number Of ModifiablePrivilegeCard_classicClassicPrivilegeCard_Collection CollectionPrivilegeCard_PrivilegedCardPrivileged CardPrivilegeCard_rebate1The balue rebate 888%PrivilegeCard_rebate 2The balue rebate 999%PrivilegeCard_DailyRewards Daily RewardsPrivilegeCard_DayLeft {0} day leftPrivilegeCard_GrantDescribe$(Reward daily mail distribution)#PrivilegeCard_SuperpositionDescribeCPurchase two privilege cards at the same time and stack the effectsPrivilegeCard_renewal {0} RenewalGuildSignReward Sign Up BonusGuildSignRewardTips3The more people who sign up, the bigger the reward! GuildSignTextDYesterday there were [color=#20e729]{0} people[/color] who signed inprivilege_10101 -Get it nowprivilege_10201Refresh store freeprivilege_10301Running backpackprivilege_10104 -Get it nowprivilege_10205Refresh store freeprivilege_10306Running backpackPrivilegeAfter_10101 300 diamondsPrivilegeAfter_10201+2 timesPrivilegeAfter_10301 +50 gridsPrivilegeAfter_10104 980 diamondsPrivilegeAfter_10205+3 timesPrivilegeAfter_10306 +Get it nowprivilege_10102Gold coin shop dailyprivilege_10103Giant monster caravanprivilege_10201Refresh store freeprivilege_10202 Get dailyprivilege_10203 +Get weeklyprivilege_10301Running backpackprivilege_10104 +Get it nowprivilege_10205Refresh store freeprivilege_10306Running backpackPrivilegeAfter_10101 60 diamondsPrivilegeAfter_10102+1 Free refresh timesPrivilegeAfter_10103+1 Knapsack capacityPrivilegeAfter_10201 90 diamondsPrivilegeAfter_10202+2 Free refresh timesPrivilegeAfter_10203+2 Knapsack capacityPrivilegeAfter_10301 +50 gridsPrivilegeAfter_10104 980 diamondsPrivilegeAfter_10205+3 timesPrivilegeAfter_10306 +100 gridsprivilege_20101Get 5 diamonds every dayprivilege_20102Get 10 diamonds every dayprivilege_20103Get diamonds * 15 every dayprivilege_20104Get diamonds every day * 25privilege_20105Get diamonds every day * 35privilege_20106Get diamonds every day * 45privilege_20107Get diamonds every day * 60privilege_20108Get diamonds every day * 75privilege_20109Get diamonds every day * 90privilege_20110Get diamonds * 110 every dayprivilege_20111Get diamonds * 130 every dayprivilege_20112Get diamonds * 150 every dayprivilege_20113Get diamonds * 180 every dayprivilege_20114Get diamonds * 210 every dayprivilege_20115Get diamonds every day * 240privilege_20201,Daily free refresh times of gold coin shop+1privilege_20202,Daily free refresh times of gold coin shop+2privilege_20203,Daily free refresh times of gold coin shop+3privilege_20204,Daily free refresh times of gold coin shop+4privilege_20205,Daily free refresh times of gold coin shop+5privilege_20206,Daily free refresh times of gold coin shop+6privilege_20207,Daily free refresh times of gold coin shop+7privilege_20208,Daily free refresh times of gold coin shop+8privilege_20209,Daily free refresh times of gold coin shop+9privilege_20210-Daily free refresh times of gold coin shop+10privilege_20211-Daily free refresh times of gold coin shop+11privilege_20212-Daily free refresh times of gold coin shop+12privilege_20213-Daily free refresh times of gold coin shop+13privilege_20214-Daily free refresh times of gold coin shop+14privilege_20215-Daily free refresh times of gold coin shop+15privilege_203015Daily challenge purchase times of Viking Expedition+1privilege_203025Daily challenge purchase times of Viking Expedition+2privilege_203035Daily challenge purchase times of Viking Expedition+3privilege_203045Daily challenge purchase times of Viking Expedition+4privilege_203055Daily challenge purchase times of Viking Expedition+5privilege_203065Daily challenge purchase times of Viking Expedition+6privilege_203075Daily challenge purchase times of Viking Expedition+7privilege_203085Daily challenge purchase times of Viking Expedition+8privilege_203095Daily challenge purchase times of Viking Expedition+9privilege_203106Daily challenge purchase times of Viking Expedition+10privilege_203116Daily challenge purchase times of Viking Expedition+11privilege_203126Daily challenge purchase times of Viking Expedition+12privilege_203136Daily challenge purchase times of Viking Expedition+13privilege_203146Daily challenge purchase times of Viking Expedition+14privilege_203156Daily challenge purchase times of Viking Expedition+15privilege_20401:The number of challenges you can buy per day for hunting+1privilege_20402:The number of challenges you can buy per day for hunting+2privilege_20403:The number of challenges you can buy per day for hunting+3privilege_20404:The number of challenges you can buy per day for hunting+4privilege_20405:The number of challenges you can buy per day for hunting+5privilege_20406:The number of challenges you can buy per day for hunting+6privilege_20407:The number of challenges you can buy per day for hunting+7privilege_20408:The number of challenges you can buy per day for hunting+8privilege_20409:The number of challenges you can buy per day for hunting+9privilege_20410;The number of challenges you can buy per day for hunting+10privilege_20411;The number of challenges you can buy per day for hunting+11privilege_20412;The number of challenges you can buy per day for hunting+12privilege_20413;The number of challenges you can buy per day for hunting+13privilege_20414;The number of challenges you can buy per day for hunting+14privilege_20415=The number of challenges you can buy every day for hunting+15privilege_20501)Daily Challenge Purchase Times of Arena+1privilege_20502)Daily Challenge Purchase Times of Arena+2privilege_20503)Daily Challenge Purchase Times of Arena+3privilege_20504)Daily Challenge Purchase Times of Arena+4privilege_20505)Daily Challenge Purchase Times of Arena+5privilege_20506)Daily Challenge Purchase Times of Arena+6privilege_20507)Daily Challenge Purchase Times of Arena+7privilege_20508)Daily Challenge Purchase Times of Arena+8privilege_20509)Daily Challenge Purchase Times of Arena+9privilege_20510*Daily Challenge Purchase Times of Arena+10privilege_20511*Daily Challenge Purchase Times of Arena+11privilege_20512*Daily Challenge Purchase Times of Arena+12privilege_20513*Daily Challenge Purchase Times of Arena+13privilege_20514*Daily Challenge Purchase Times of Arena+14privilege_20515*Daily Challenge Purchase Times of Arena+15privilege_20601)Dreamland Daily Purchaseable Challenges+1privilege_20602)Dreamland Daily Purchaseable Challenges+2privilege_20603)Dreamland Daily Purchaseable Challenges+3privilege_20604)Dreamland Daily Purchaseable Challenges+4privilege_20605)Dreamland Daily Purchaseable Challenges+5privilege_20606)Dreamland Daily Purchaseable Challenges+6privilege_20607)Dreamland Daily Purchaseable Challenges+7privilege_20608)Dreamland Daily Purchaseable Challenges+8privilege_20609)Dreamland Daily Purchaseable Challenges+9privilege_20610*Dreamland Daily Purchaseable Challenges+10privilege_20611*Dreamland Daily Purchaseable Challenges+11privilege_20612*Dreamland Daily Purchaseable Challenges+12privilege_20613*Dreamland Daily Purchaseable Challenges+13privilege_20614*Dreamland Daily Purchaseable Challenges+14privilege_20615*Dreamland Daily Purchaseable Challenges+15privilege_20701!Troll caravan backpack capacity+1privilege_20702!Troll caravan backpack capacity+2privilege_20703!Troll caravan backpack capacity+3privilege_20704!Troll caravan backpack capacity+4privilege_20705!Troll caravan backpack capacity+5privilege_20706!Troll caravan backpack capacity+6privilege_20707!Troll caravan backpack capacity+7privilege_20708!Troll caravan backpack capacity+8privilege_20709!Troll caravan backpack capacity+9privilege_20710"Troll caravan backpack capacity+10privilege_20711"Troll caravan backpack capacity+11privilege_20712"Troll caravan backpack capacity+12privilege_20713"Troll caravan backpack capacity+13privilege_20714"Troll caravan backpack capacity+14privilege_20715"Troll caravan backpack capacity+15privilege_208017Daily production time of the food restaurant+30 minutesprivilege_208027Daily production time of the food restaurant+45 minutesprivilege_208037Daily production time of the food restaurant+60 minutesprivilege_208047Daily production time of the food restaurant+75 minutesprivilege_208057Daily production time of the food restaurant+90 minutesprivilege_208068Daily production time of the food restaurant+105 minutesprivilege_208078Daily production time of the food restaurant+120 minutesprivilege_208088Daily production time of the food restaurant+135 minutesprivilege_208098Daily production time of the food restaurant+150 minutesprivilege_208108Daily production time of the food restaurant+165 minutesprivilege_208118Daily production time of the food restaurant+180 minutesprivilege_208128Daily production time of the food restaurant+195 minutesprivilege_208138Daily production time of the food restaurant+210 minutesprivilege_208148Daily production time of the food restaurant+225 minutesprivilege_208158Daily production time of the food restaurant+240 minutesprivilege_209015Daily practice time of martial arts school+30 minutesprivilege_209029Daily practice time of the martial arts school+45 minutesprivilege_209035Daily practice time of martial arts school+60 minutesprivilege_209045Daily practice time of martial arts school+75 minutesprivilege_209055Daily practice time of martial arts school+90 minutesprivilege_209066Daily practice time of martial arts school+105 minutesprivilege_209076Daily practice time of martial arts school+120 minutesprivilege_209086Daily practice time of martial arts school+135 minutesprivilege_209096Daily practice time of martial arts school+150 minutesprivilege_209106Daily practice time of martial arts school+165 minutesprivilege_209116Daily practice time of martial arts school+180 minutesprivilege_209126Daily practice time of martial arts school+195 minutesprivilege_209136Daily practice time of martial arts school+210 minutesprivilege_209146Daily practice time of martial arts school+225 minutesprivilege_209156Daily practice time of martial arts school+240 minutesprivilege_210010Daily forging time of blacksmith shop+30 minutesprivilege_210020Daily forging time of blacksmith shop+45 minutesprivilege_210030Daily forging time of blacksmith shop+60 minutesprivilege_210040Daily forging time of blacksmith shop+75 minutesprivilege_210050Daily forging time of blacksmith shop+90 minutesprivilege_210061Daily forging time of blacksmith shop+105 minutesprivilege_210071Daily forging time of blacksmith shop+120 minutesprivilege_210081Daily forging time of blacksmith shop+135 minutesprivilege_210091Daily forging time of blacksmith shop+150 minutesprivilege_210101Daily forging time of blacksmith shop+165 minutesprivilege_210111Daily forging time of blacksmith shop+180 minutesprivilege_210121Daily forging time of blacksmith shop+195 minutesprivilege_210131Daily forging time of blacksmith shop+210 minutesprivilege_210141Daily forging time of blacksmith shop+225 minutesprivilege_210151Daily forging time of blacksmith shop+240 minutesClearanceThreadClearanceThreadCharacterGrowthCharacterGrowthCharacterIpgradingCharacterIpgradingteach_task_10001pUse Attack all enemies and absorb their action value.teach_task_10002hUse Kill the leader and gain health recovery.teach_task_10003Win the battle.teach_task_10004pUse Attack all enemies and absorb their action value.teach_task_10005hUse Kill the leader and gain health recovery.teach_task_10006Win the battle.teach_task_10007pUse Attack all enemies and absorb their action value.teach_task_10008hUse Kill the leader and gain health recovery.teach_task_10009Win the battle.teach_task_10010pUse Attack all enemies and absorb their action value.teach_task_10011hUse Kill the leader and gain health recovery.teach_task_10012Win the battle.teach_task_10013pUse Attack all enemies and absorb their action value.teach_task_10014hUse Kill the leader and gain health recovery.teach_task_10015Win the battle.teach_task_10016pUse Attack all enemies and absorb their action value.teach_task_10017hUse Kill the leader and gain health recovery.teach_task_10018Win the battle.assessassesscommentcomment assess_title Assess Task assess_task Assess {0}assess_tacticaltactical assess awaken_stage stage{0}:Into_the_season IntoTheSeasonOtherLogin_tips Other Login.paypackage_daily_1Daily gift packpaypackage_daily_2Daily gift packpaypackage_daily_3Daily gift packpaypackage_weekly_1Weekly gift packpaypackage_weekly_2Weekly gift packpaypackage_weekly_3Weekly gift packpaypackage_weekly_4Weekly gift packpaypackage_weekly_5Weekly gift packpaypackage_mouthly_1Monthly gift packagepaypackage_mouthly_2Monthly gift packagepaypackage_mouthly_3Monthly gift packagepaypackage_type_1Dailypaypackage_type_7Weeklypaypackage_type_30Monthly arena_rank_1 black iron arena_rank_2bronze arena_rank_3silver arena_rank_4gold arena_rank_5platinum arena_rank_6diamonds arena_rank_7master arena_rank_8King arena_rankrank:HeroSkillSpirit_Source get location reportTipAlthough heroes have won the Epic Battle,their eudemon has fallen into sleep,his body has been turned into stars scattered around the universe. First_plot2€†The guardians of the Moon will lead the heroes to take precautions against the villain's abnormal behavior to keep the world peaceful. Guard NO.1 Guard NO.1 @@ -892,9 +892,9 @@ Gao Tianheskillname_133001111Animal bone strikeskillname_133001211 Bloody Hor Leadershipskillname_113005011Dada captain skillskillname_113005111Forward flushing: belly topskillname_113005211Enchant: little fingerskillname_113005311Dance Carnival Nightskillname_124009011Mr. Cloud, Captain Skillskillname_124009111Cumulonimbus cloudskillname_124009211Cataclastic cloudskillname_124009311Thunderstorm freezing cloudskillname_124001011Captain's skillskillname_124001111 Just talentskillname_124001211Bullet shacklesskillname_124001311 Storm Riderskillname_151006111%push one 's way by shoving or humpingskillname_151006211Sagittal gas dischargeskillname_151007111Anesthetic needleskillname_151007211 Catch netskillname_133002111Bone Etching Nailskillname_133002211Awake slappingskillname_133002311Lethal Missilesskillname_155004111Sharp kitchen knifeskillname_155004211Ferocious intimidationskillname_155004311Flame eruptionskillname_145004111Court Flower Swordskillname_145004211Schrodinger's Chopskillname_145004311Flying Sting Balletskillname_155003111 Sea pan carskillname_155003211Starfish Breathskillname_155003311Wrath of Light · Goreskillname_155001111Breath fiercelyskillname_155001211Furious Flame Clothesskillname_155001311Endless Longyanskillname_155002111Banana fruit throwingskillname_155002211 Bloodthirstyskillname_155002311Ground fissure and sky tiltskillname_155005111 Fist of Fireskillname_155005211Divine Deterrenceskillname_155005311The gods at duskskillname_155006111Green rattan smokeskillname_155006211Poison dispersionskillname_155006311Green thorn armorskillname_155007111 Blizzard coneskillname_155007211Permafrost armorskillname_155007311Myth of Destructionskillname_153003111Sting of needle and spineskillname_153003211Instinct to resist the enemyskillname_100003001 Frost suitskillname_100006001 Prayer suitskillname_100007001 Pulse suitskillname_100001401 Prophecy suitskillname_100001501Moon shield suitskillname_100001001 Blessing suitskillname_100009001Heart refining suitskillname_100001701 -Curse Suitskillname_100001901Imperial Exemption Suitskillname_134004111Consider one thing and anotherskillname_134004211Cave dwelling habitsskillname_134004311 Hunting howlskillname_114002111 Arroganceskillname_114002211Bloodthirsty recoilskillname_114002311law of the jungleskillname_143007111Break the enemy's hookskillname_143007211Skilled bandagingskillname_143007311 Bok brandskillname_134001111 talk rapidlyskillname_134001211majestic-lookingskillname_134001311a solemn pledge of loveskillname_123001111 Wave beamskillname_123001211The captain caresskillname_123001311All staff are encouragedskillname_124007011Leader Xiaoqian's skillskillname_124007111Fantasy Soap Bubbleskillname_124007211Frozen Crispy Cornerskillname_124007311Go to the Flying Star Diskskill_1130030111QIn the point race, our team will increase the speed by [color=#6dba00]20%[/color]skill_1130031111€ŸAh Ah deals [color=#6dba00]100%[/color] damage to one target of the enemy, and has a [color=#6dba00]60%[/color] chance to add one round of [Aggressive] status.skill_1130032111SAh Ah deals [color=#6dba00]200%[/color] damage to an enemy target's attack power, then recovers [color=#6dba00]5%[/color] of the maximum HP for itself, and has a [color=#6dba00]100%[/color] probability of dispelling all the target's gain states. Each dispelled gain state can restore [color=#6dba00]3%[/color] of the maximum HP for itself.skill_1130033111Ah Ah deals [color=#6dba00]18%[/color] of the maximum HP damage to one target of the enemy, and adds [color=#6dba00]1[/color] round of [Swallow] state. If the target's current HP is greater than [color=#6dba00]50%[/color], add [color=#6dba00]2[/color] rounds of [Swallow] status. If you are defeated or there is only one person on the field during the effect duration, release the target in advance.skill_1350050111/Increase our life by [color=#6dba00]30%[/color]skill_1350051111€úLucky Prescott causes [color=#6dba00]140%[/color] damage to the enemy's [color=#6dba00]1[/color]target's attack power, and each point of speed can cause [color=#6dba00]0.[/color][color=#6dba00]45%[/color] additional damage to the enemy's attack powerskill_1350052111"Lucky Prescott causes [color=#6dba00]3[/color]segments of attack damage totaling [color=#6dba00]80%[/color] to all enemies' targets, and each segment of damage has a [color=#6dba00]50%[/color] probability of adding [color=#6dba00]2[/color] rounds of [Defense Reduction] status to the targetskill_1350053111€üLucky Prescott adds [color=#6dba00]2[/color]rounds of [Immunization] and [Defense Improvement] states to all of us, and causes [color=#6dba00]105%[/color] damage to all enemy targets, and adds [color=#6dba00]2[/color]rounds of [Attack Reduction] statesskill_1150010111=Our critical hit rate increased by [color=#6dba00]25%[/color]skill_1150011111 Jim Lake causes damage of [color=#6dba00]130%[/color] of the attack power to one target of the enemy, but does not restore [color=#6dba00]50%[/color] of the life of the current damage. If a critical hit occurs, increase your action value by [color=#6dba00]20%[/color]skill_1150012111Jim Lake adds [color=#6dba00]2[/color]rounds of [Critical Hit Increase] status to himself, then attacks one target of the enemy, causing [color=#6dba00]180%[/color] damage to the attack power; If a critical hit is triggered, you will get an extra round after the attack.skill_11500131116Jim Lake launches three combos on one enemy target, causing [color=#6dba00]260%[/color] of the damage. Damage increases by [color=#6dba00]6%[/color] for every [color=#6dba00]10%[/color] life lost; If you kill the target successfully, the cooldown of all skills will be reduced by [color=#6dba00]1[/color]round.skill_14500101117All our attacks increased by [color=#6dba00]30%[/color]skill_14500111110Master Tortoise launches two attacks on an enemy target. Each attack can cause [color=#6dba00]70%[/color] of the damage and has a [color=#6dba00]70%[/color] probability to capture one gain state of the target; If you win successfully, add [color=#6dba00]1[/color]round of [Branding] status to the target.skill_1450012111Master Tortoise launches two attacks on all enemies, causing [color=#6dba00]50%[/color] damage respectively. The first attack adds two rounds of [Unable to gain gain effect] status, and the second attack reduces the maximum HP equivalent to the amount of damage.skill_1450013111©Master Tortoise purifies all his reduced benefit states and dispels all the enemy's gain states at the same time. Then he causes [color=#6dba00]120%[/color] damage to all the enemy's attack power, with a [color=#6dba00]50%[/color] probability of adding [color=#6dba00]2[/color]rounds of [Reduced Defense] states. If dispelling is successful, you have a [color=#6dba00]100%[/color] chance to add the [Defense Decreased] state.skill_1140011111€íStuic deals [color=#6dba00]30%[/color] attack power and [color=#6dba00]65%[/color] defense power damage to one enemy target, and has a [color=#6dba00]60%[/color] chance to add [color=#6dba00]2[/color]rounds of [defense reduction] effect.skill_1140012111Each time Stuic is attacked, he gains [color=#6dba00]1[/color] layer of [Chieftain's Fury]. Each layer can increase his basic defense by [color=#6dba00]10%[/color] and effect resistance by [color=#6dba00]5%[/color]. Up to [color=#6dba00]10[/color]0 layers can be stacked. When you gain skill_1140013111·Stuic deals [color=#6dba00]80%[/color] attack power and [color=#6dba00]120%[/color] defense power damage to one enemy target, and [provokes] one enemy for two rounds. If you have [color=#6dba00]10[/color] layers of [Chief's Wrath], the damage will be increased by [color=#6dba00]50%[/color].Restores your life. Each layer of [Chieftain's Fury] provides [color=#6dba00]4%[/color] of your maximum HP recovery; Then consume all [Chief's Fury]skill_1240080111mIn the challenge of sacrificial miracle and sound miracle, our attack increased by [color=#6dba00]30%[/color]skill_1240081111µBlast Funate will cause damage of [color=#6dba00]60%[/color] of its own attack power to one enemy target twice, and has a [color=#6dba00]40%[/color] chance to add [color=#6dba00]2[/color] rounds of [Branding] effect. If a hero is present, additional damage of [color=#6dba00]5%[/color] of the maximum HP of the target will be added to this attack, but the maximum damage cannot exceed [color=#6dba00]60%[/color] of your own attack power.skill_1240082111;Blast Funate will cause damage of [color=#6dba00]45%[/color] of its own attack power to all enemies twice, and has a [color=#6dba00]40%[/color] chance to add [color=#6dba00]2[/color]rounds of [speed reduction] effect. If a hero is present, this attack will cause two additional pieces of damage with the same effectskill_1240083111'Kunfnate first applies [color=#6dba00]2[/color] rounds of [Critical Hit Increase] effect to itself, then causes [color=#6dba00]3[/color] times of [color=#6dba00]80%[/color] damage to the enemy's [color=#6dba00]1[/color]target, and adds [color=#6dba00]2[/color]rounds of [Defense Decrease] effectskill_1340080111kIn the challenge of sacrificial miracle and sound miracle, our life increased by [color=#6dba00]40%[/color]skill_1340081111:Humphret deals [color=#6dba00]100%[/color] damage to an enemy target once, and has a [color=#6dba00]40%[/color] probability of [color=#6dba00]10%[/color] action value of the drumstick target. If a hero is present, this attack will attack [color=#6dba00]2[/color]targets randomly, causing the same damage and effectskill_13400821112Humvee Nate causes damage of [color=#6dba00]45%[/color] of its own attack power to all enemies twice, and has a [color=#6dba00]40%[/color] chance to add [color=#6dba00]1[/color] round of [stun] effect. If a hero again, this attack will cause [color=#6dba00]2[/color]additional damage and add a unity effectskill_1340083111Humphret first applies the effect of [speed increase] to himself for [color=#6dba00]2[/color] rounds, then causes damage of [color=#6dba00]120%[/color] of his attack power to [color=#6dba00]1[/color]enemy target twice, and absorbs [color=#6dba00]10[/color]action points of the targetskill_1130021111€±Mr. piranha deals [color=#6dba00]130%[/color] damage to one enemy target; If a critical hit occurs, the cooldown of the big move will be reduced by [color=#6dba00]1[/color]roundskill_1130022111€ºMr. piranha deals [color=#6dba00]220%[/color] damage to one enemy target, and has an [color=#6dba00]85%[/color] chance to add [color=#6dba00]2[/color] rounds of [Reduced Defense] status.skill_1130023111:Mr. piranha deals [color=#6dba00]260%[/color] damage to one enemy target; If the target is dead, an additional attack will cause [color=#6dba00]150%[/color] damage to the attack power of a random target. This attack ignores the defense. Additional damage can trigger up to [color=#6dba00]2[/color] times per round.skill_14300201119Our overall speed increases by [color=#6dba00]15%[/color]skill_1430021111IThe jam professor causes [color=#6dba00]120%[/color] damage to an enemy target's attack power, has a [color=#6dba00]75%[/color] probability to apply [color=#6dba00]2[/color] rounds of [speed reduction] state to him, and has a [color=#6dba00]75%[/color] probability to transfer one of his own profit reduction states to the targetskill_1430022111€ùEach attack of Professor Jam can reduce the target's action value by [color=#6dba00]15%[/color]. After causing damage, if the target's action value is lower than [color=#6dba00]30%[/color], add [color=#6dba00]1[/color]round of [Petrochemical] statusskill_1430023111SThe jam professor causes [color=#6dba00]100%[/color] damage to all enemies, and has a [color=#6dba00]100%[/color] probability to reduce the action value of each target by [color=#6dba00]15%[/color]; If the target is in a state of profit reduction, the action value of the target will be reduced by an additional [color=#6dba00]15%[/color].skill_1140060111UIn the joint confrontation, our overall speed increases by [color=#6dba00]25%[/color]skill_1140061111#Blanche deals [color=#6dba00]110%[/color] damage to one enemy target, and has an [color=#6dba00]80%[/color] probability of absorbing [color=#6dba00]30%[/color] of the target's action value. If the target has a benefit reduction status, add [color=#6dba00]1[/color] round of [Vertigo] status.skill_1140062111€¶When Blanche himself applies the benefit reduction effect, if the target is unable to move, the cooldown of all skills of the target will be extended by [color=#6dba00]1[/color]roundskill_1140063111€èBlanche attacks all the enemies for [color=#6dba00]3[/color]times, causing [color=#6dba00]110%[/color] damage in total. Each time, he has a [color=#6dba00]60%[/color] chance to add [color=#6dba00]1[/color] round of [Vertigo] status.skill_1350060111EOur resistance of all effects increased by [color=#6dba00]40%[/color]skill_1350061111€­Mr. Ping causes [color=#6dba00]125%[/color] of his attack power to an enemy target, and increases his action value and that of a random friend by [color=#6dba00]15%[/color].skill_1350062111mMr. Ping adds [color=#6dba00]2[/color] rounds of [attack increase] and [speed increase] effects to all of us.skill_1350063111@Mr. Ping causes [color=#6dba00]120%[/color] damage to all enemies and clears all action points of the target. If the action value of the weak target is [color=#6dba00]0%[/color] later, there is a [color=#6dba00]60%[/color] chance to add [color=#6dba00]1[/color]round of [vertigo] status. Then you gain additional rounds.skill_1340020111EOur resistance of all effects increased by [color=#6dba00]30%[/color]skill_1340021111€¤Tim Templeton deals [color=#6dba00]110%[/color] damage to one enemy target, and adds one round of [Resuscitation] status to the teammate with the lowest life ratio.skill_1340022111€Tim Templeton adds [color=#6dba00]100%[/color] action value to one of our teammates, and adds [color=#6dba00]2[/color] rounds of [attack enhancement] status.skill_1340023111€˜Tim Templeton adds one round of [Invincible] status to one of our teammates, and adds two rounds of [Immune] status to all of us.[color=#6dba00][/color]skill_12400501117All our attacks increased by [color=#6dba00]24%[/color]skill_1240051111€·Golden Monkey deals [color=#6dba00]120%[/color] damage to an enemy target, and has a [color=#6dba00]70%[/color] chance to add [color=#6dba00]2[/color]rounds to itself [speed increase]skill_1240052111€‡Golden Monkey purifies all profit loss states of a teammate and marks him with [color=#6dba00]2[/color] rounds [Invincible Golden Body]skill_1240053111Golden Monkey deals [color=#6dba00]120%[/color] damage to all enemies, and adds [color=#6dba00]2[/color]rounds of [Speed Down] status; At the same time, it can reduce all enemy's action points by [color=#6dba00]30%[/color] and reset the cooling time of [color=#6dba00]2[/color]skillsskill_12500301119Our overall speed increases by [color=#6dba00]25%[/color]skill_1250031111€ÕAunt Yang deals [color=#6dba00]110%[/color] of the attack power damage to one enemy target, and has an [color=#6dba00]80%[/color] probability of [color=#6dba00]20%[/color] of the action value of the western targetskill_1250032111Aunt Yang deals [color=#6dba00]80%[/color] damage to all enemies' targets, and adds [color=#6dba00]2[/color] rounds of [speed reduction] effect to the target, and has a [color=#6dba00]60%[/color] probability of adding [color=#6dba00]1[/color]round of [vertigo] effect to the targetskill_1250033111€ØAunt Yang deals [color=#6dba00]105%[/color] damage to all enemies' targets, and steals [color=#6dba00]30%[/color] of the target's action points. All the action points won will be equally distributed to all teammates.skill_1130041111’Lord Farqud attacks one target of the enemy, causing [color=#6dba00]120%[/color] damage to the attack power; If your current HP ratio is lower than [color=#6dba00]50%[/color], you can attack the target once more, causing [color=#6dba00]120%[/color] damage to the attack power, increasing the critical hit rate by [color=#6dba00]30%[/color], and ignoring the target's [color=#6dba00]20%[/color] defense.skill_1130042111€ÍLord Farqud attacks one target of the enemy, causing [color=#6dba00]210%[/color] damage to the attack power. He does not add two rounds of [attack increase] status and two rounds of [confrontation] status.skill_1130043111Lord Farqud attacks one target of the enemy, causing [color=#6dba00]260%[/color] damage to the attack power. At the same time, he will clear two gain states on the target. For each [color=#6dba00]10%[/color] life loss, the damage will increase by [color=#6dba00]5%[/color].skill_1330030111tIn the challenge of sacrificial signs and sound signs, our critical hit rate increased by [color=#6dba00]20%[/color]skill_1330031111€µMr. Hood deals [color=#6dba00]110%[/color] damage to one enemy target, and has a [color=#6dba00]40%[/color] chance to add [color=#6dba00]2[/color]rounds of [attack reduction] statusskill_1330032111€±When a teammate attacks any target of the enemy, Mr. Hood will follow the teammate to cause [color=#6dba00]40%[/color] damage to the target, and add a round of [Poisoned] statusskill_1330033111€üMr. Hood causes [color=#6dba00]180%[/color] damage to the enemy's attack power against [color=#6dba00]2[/color] random targets, and has an [color=#6dba00]80%[/color] probability of adding [color=#6dba00]2[/color]rounds of [defence reduction] [poisoningskill_1430011111€½Abigail Stone causes [color=#6dba00]120%[/color] damage to one enemy target, and has a [color=#6dba00]75%[/color] chance to add [color=#6dba00]2[/color] rounds of [Defense Reduction] statusskill_1430012111€½Abigail Stone causes [color=#6dba00]120%[/color] damage to one enemy target, and has a [color=#6dba00]75%[/color] chance to add [color=#6dba00]2[/color] rounds of [Defense Reduction] statusskill_1430013111€ÄAbigail Stone causes [color=#6dba00]100%[/color] damage to all enemies' attack power, and has a [color=#6dba00]75%[/color] chance to add [color=#6dba00]2[/color]rounds of [attack reduction] statusskill_1340030111_In the point contest, our attack increases by [color=#6dba00]30%[/color][color=#6dba00][/color]skill_1340031111€»Santa Claus deals [color=#6dba00]120%[/color] damage to an enemy target, and has a [color=#6dba00]75%[/color] chance to add [color=#6dba00]2[/color] rounds of [increased miss rate] statusskill_1340032111€»Santa Claus deals [color=#6dba00]120%[/color] damage to an enemy target, and has a [color=#6dba00]75%[/color] chance to add [color=#6dba00]2[/color] rounds of [increased miss rate] statusskill_1340033111ESanta Claus launches two attacks on an enemy target. Each attack will cause [color=#6dba00]100%[/color] damage. Each attack has a [color=#6dba00]75%[/color] chance to add one round of [vertigo] status. The second attack will steal [color=#6dba00]25%[/color] of the target's action value and distribute it equally to all of usskill_1440040111WIn the point match, our hit rate of all effects increases by [color=#6dba00]40%[/color]skill_1440041111€îHacker Spider deals [color=#6dba00]30%[/color] attack power and [color=#6dba00]8%[/color] maximum HP damage to an enemy target, and has a [color=#6dba00]50%[/color] chance to add [color=#6dba00]2[/color]rounds of [attack reduction] statusskill_1440042111@Hacker spiders cause damage of [color=#6dba00]20%[/color] of attack power and [color=#6dba00]6%[/color] of their maximum HP to one enemy target twice. Each segment has a [color=#6dba00]60%[/color] probability to dispel one gain state of the target, and immediately trigger the [Hacker Look Forward] effect on the target.skill_1440043111@Hacker spiders cause damage of [color=#6dba00]20%[/color] of attack power and [color=#6dba00]6%[/color] of their maximum HP to one enemy target twice. Each segment has a [color=#6dba00]60%[/color] probability to dispel one gain state of the target, and immediately trigger the [Hacker Look Forward] effect on the target.skill_1340070111mIn the challenge of sacrificial miracle and sound miracle, our attack increased by [color=#6dba00]30%[/color]skill_1340071111€®Fiona causes damage of [color=#6dba00]60%[/color] of attack power to one target of the enemy twice. If critical hit occurs, it will add one round of [Immune] status to itselfskill_1340072111HFiona launches three consecutive attacks on one target of the enemy, causing [color=#6dba00]200%[/color] damage in total. Each attack has a [color=#6dba00]60%[/color] probability of dispelling one gain state of the target; If dispelled successfully, add [color=#6dba00]2[/color] rounds of [attack reduction] status to the targetskill_1340073111*Fiona deals [color=#6dba00]280%[/color] damage to one enemy target, and adds [color=#6dba00]35%[/color] of the maximum HP in two rounds of [Shield]; If a critical hit occurs, the number of times of damage increases by [color=#6dba00]30%[/color] and an additional [color=#6dba00]50%[/color] [Shield]skill_1430061111€ØBridget deals [color=#6dba00]130%[/color] damage to an enemy target's attack power, and has a [color=#6dba00]70%[/color] probability of adding [color=#6dba00]2[/color]rounds of [attack reduction] status to the targetskill_1430062111Bridget restores [color=#6dba00]30%[/color] of our target's maximum HP, and adds [color=#6dba00]1[/color] round of [Invincible] and [Resuscitated] states. If the target's HP is lower than [color=#6dba00]50%[/color], an additional round of [Resuscitation] state will be addedskill_1430063111&Bridget adds [color=#6dba00]2[/color]2skill_1130010111€™Shinning deals [color=#6dba00]250%[/color] damage to one enemy target, and adds [color=#6dba00]2[/color] rounds of [Defense Increase] status to all of usskill_1130011111€ÝShinning deals [color=#6dba00]100%[/color] damage to an enemy target, and the light shield energy generated during the attack has a [color=#6dba00]50%[/color] probability of adding a round of [vertigo] state to the targetskill_1130012111«If the enemy attacks our teammate whose current HP is less than [color=#6dba00]50%[/color], Shanshan immediately throws a shield to counter attack, causing [color=#6dba00]20%[/color] attack power and [color=#6dba00]80%[/color] defense power damage to the attacker, and has a [color=#6dba00]60%[/color] probability of adding [color=#6dba00]2[/color] rounds of [Aggressive] status. This skill can only be triggered once per roundskill_1130013111€™Shinning deals [color=#6dba00]250%[/color] damage to one enemy target, and adds [color=#6dba00]2[/color] rounds of [Defense Increase] status to all of usskill_1140050111COur overall effect hit rate increased by [color=#6dba00]30%[/color]skill_1140051111€àMaster Crane launches two attacks on an enemy target, each of which can cause [color=#6dba00]70%[/color] of the attack power damage, and has a [color=#6dba00]50%[/color] probability of capturing one gain state of the target.skill_1140052111SMaster Crane randomly launches [color=#6dba00]4[/color] attacks on the enemy target, each attack causes [color=#6dba00]75%[/color] of the attack power damage, and performs all his gains for [color=#6dba00]1[/color] round. If the target does not have a gain state, add [color=#6dba00]2[/color]rounds of [No Gain Effect] state to the target.skill_1140053111Master Crane randomly launches [color=#6dba00]5[/color] attacks on the enemy target, causing [color=#6dba00]90%[/color] damage and stealing [color=#6dba00]2[/color] buffs from the target each time. Each self strengthening effect can increase damage by [color=#6dba00]10%[/color].skill_1330011111€ðWuga launches two attacks on an enemy target. Each attack can cause [color=#6dba00]60%[/color] damage to the attack power, and has a [color=#6dba00]50%[/color] probability of adding [color=#6dba00]2[/color] rounds of [Speed Decrease] statusskill_1330012111RWuga adds [color=#6dba00]2[/color] rounds of [attack increase] status to all of usskill_1330013111€ÈWuga deals [color=#6dba00]300%[/color] damage to an enemy target's attack power, and adds [color=#6dba00]1[/color] round of [freezing] and [color=#6dba00]2[/color] rounds of [defense reduction] statesskill_14300301113Our defence increased by [color=#6dba00]18%[/color]skill_1430031111€ºSteve Patchuk causes [color=#6dba00]120%[/color] damage to one enemy target, and has a [color=#6dba00]40%[/color] chance to add [color=#6dba00]2[/color] rounds of [Speed Decrease] statusskill_1430032111€ÔSteve Patchuk consumes [color=#6dba00]20%[/color] of his HP, recovers [color=#6dba00]40%[/color] of the maximum HP for a friendly target, and increases [color=#6dba00]50%[/color] of the action value for no targetskill_1430033111€ûSteve Patchuk recovers [color=#6dba00]20%[/color] of the target's maximum HP for one of our targets. If the target's teammate is dead, he will be revived and recover [color=#6dba00]20%[/color] of his maximum HP, and then he will gain additional roundsskill_1430051111€¾Commander Wahir deals [color=#6dba00]120%[/color] damage to an enemy target and has a [color=#6dba00]40%[/color] chance to add [color=#6dba00]1[/color] round of [vertigo] state to the targetskill_1430052111]Commander Wahir transfers one benefit reduction status from all of us to one target of the enemy, and causes [color=#6dba00]200%[/color] damage to the target. There is a [color=#6dba00]75%[/color] probability that the target is in [Forbidden] status. If the target is in [Poisoned] state, this damage will be increased by [color=#6dba00]100%[/color]skill_1430053111€åCommander Wahir causes damage of [color=#6dba00]55%[/color] of attack power to all enemy targets twice, and has a [color=#6dba00]100%[/color] probability of adding [color=#6dba00]3[/color]rounds of [Poisoned] status to the targetskill_1150020111HIn the point contest, our attack increases by [color=#6dba00]40%[/color]skill_1150021111€èThe captain causes [color=#6dba00]130%[/color] damage to one enemy target, gains one gain state of the target, and has a [color=#6dba00]100%[/color] chance to add [color=#6dba00]2[/color] rounds of [attack increase] state to himselfskill_1150022111€þAt the beginning of each round, the captain will automatically get [color=#6dba00]2[/color]layers of [arithmetic]; Each time you gain gain status, you will stack [color=#6dba00]1[/color]additional layer [Arithmetic], up to [color=#6dba00]8[/color] layersskill_1150023111ÅThe captain will cause [color=#6dba00]100%[/color] damage when attacking all enemy targets, and will consume all [arithmetic] when attacking. Each [arithmetic] layer can increase damage by [color=#6dba00]7%[/color]; If [Yanyang] stacks more than [color=#6dba00]5[/color]layers, this attack will ignore [color=#6dba00]40%[/color] of the enemy's defense. If [Arithmetic] stacks [color=#6dba00]8[/color] layers, the skill's cooling time will be reduced by skill_11300501110Our life increased by [color=#6dba00]18%[/color]skill_1130051111€«Attack [color=#6dba00]1[/color]enemy, and the damage will be [color=#6dba00]130%[/color] of your attack power and increase your action value by [color=#6dba00]25%[/color].skill_1130052111@If you can take action at the beginning of the round, add [color=#6dba00]2[/color]rounds of [Critical Hit Increase] and [color=#6dba00]1[/color] round of [Attack Increase] to [color=#6dba00]2[/color]2 random allies. Reduce the cooldown of all skills of the target with [attack increase] by [color=#6dba00]1[/color]round.skill_1130053111€ûAdd [color=#6dba00]2[/color]rounds [attack increase] to all allies; When the target has [Attack Increase], reduce the cooldown of all skills of the target by [color=#6dba00]1[/color] round. The cooldown of this skill will not be affected by any skill.skill_1240090111=Our critical hit rate increased by [color=#6dba00]20%[/color]skill_1240091111€ÒMr. Cloud causes [color=#6dba00]110%[/color] of his attack power to an enemy target. If this damage triggers a critical hit, his [Critical Hit Increase] effect will be extended by [color=#6dba00]1[/color]round.skill_1240092111WMr. Cloud deals [color=#6dba00]55%[/color] damage to one enemy target for three times, and has a [color=#6dba00]50%[/color] probability of reducing the target's action value by [color=#6dba00]15%[/color]. If the critical hit is triggered by this damage, add [color=#6dba00]2[/color] additional rounds of [Speed Reduction] effect to the target.skill_1240093111fMr. Cloud adds [color=#6dba00]2[/color] rounds of [Critical Hit Increase] effect to himself, and then causes [color=#6dba00]3[/color]times of [color=#6dba00]45%[/color] damage to all enemies' targets. If this damage triggers a critical hit, there is a [color=#6dba00]40%[/color] probability of [freezing] the target, lasting for [color=#6dba00]1[/color]roundskill_12400101117All our attacks increased by [color=#6dba00]24%[/color]skill_1240011111€¹The sheriff shoots one target of the enemy, causing damage of [color=#6dba00]130%[/color] of the attack power. If the target is killed successfully, an additional round will be obtainedskill_1240012111€Ô: The sheriff deals [color=#6dba00]70%[/color] damage to all enemy targets, recovers [color=#6dba00]30%[/color] of the total damage for himself, and absorbs [color=#6dba00]10%[/color] of the target's action valueskill_1240013111€ÚThe police commander attacked the whole enemy for [color=#6dba00]4[/color] times, causing [color=#6dba00]115%[/color] of the damage; When critical hit occurs, this damage will be increased by [color=#6dba00]30%[/color]skill_1510061111€™Attack one target of the enemy, causing [color=#6dba00]100%[/color] damage and a [color=#6dba00]40%[/color] chance to add one round of [Forbidden] statusskill_1510062111jAttack all enemies for [color=#6dba00]3[/color] times, causing [color=#6dba00]30%[/color] damage each timeskill_1510071111CAttack one enemy target, causing [color=#6dba00]100%[/color] damageskill_1510072111€×Attack one target of the enemy, causing [color=#6dba00]120%[/color] damage to the attack power, and has a [color=#6dba00]50%[/color] probability of adding [color=#6dba00]2[/color] rounds of [attack reduction] statusskill_1330021111€áThe tank launches two attacks on an enemy target, each of which causes [color=#6dba00]60%[/color] of the attack power damage, and has a [color=#6dba00]35%[/color] probability of adding two rounds of [defense reduction] statusskill_1330022111?The tank launches three attacks on an enemy target, each of which can cause [color=#6dba00]80%[/color] of the attack power damage, and has a [color=#6dba00]30%[/color] probability of transferring one of its reduced benefits to the target. If critical hit is caused, add [color=#6dba00]2[/color] rounds of [Bleed] statusskill_1330023111€âThe tank causes [color=#6dba00]250%[/color] damage to the enemy's [color=#6dba00]1[/color] target; If the target has a reduced benefit status, each reduced benefit status will cause [color=#6dba00]20%[/color] additional damageskill_1550041111nLaunch an attack on the enemy's single target and cause [color=#6dba00]1[/color] damage[color=#6dba00][/color]skill_1550042111jIncrease the damage caused to the target in [Poisoned] state[color=#6dba00][/color][color=#6dba00][/color]skill_1550043111wCause [color=#6dba00]1[/color] foot damage to all enemy targets with [color=#6dba00]2[/color] rounds of [Poison] statusskill_1450041111€¬Attack [color=#6dba00]1[/color] enemy, and the damage is [color=#6dba00]130%[/color] of your own attack power. Add [color=#6dba00]2[/color] rounds [branding] to the target.skill_1450042111Warlords Deluxe Edition [color=#ffcc19]11 [/color]times Return RebateDiamond+Rebate [color=#ffcc19]10888 [/color]DiamondProgressProgressConfirmPurchaseConfirm Purchase OrderofLuxuryOrder of LuxuryOrderofLuxuryDesOrder of Luxury Des add_another&Let's add another {0} can become a {1} You_alreadyYou already bought the bag upgrade_gradeDGrade is insufficient, do you want to recharge to upgrade the grade? Don_todayDon't prompt again today!CurrentCurrentTeachingPngTextbuff_2 Attack UPTeachingPngTextdebuff_1frozenTeachingPngTextty_zd_buff_j015Defensive declineTeachingPngTextty_zd_buff_z005immuneTeaching_suitname1NLearn the role of skills that can affect attack and defense in actual combat 1Teaching_desc_1Elementary coursesTeaching_desc_2Intermediate courseTeaching_desc_3Advanced coursesTeaching_desc_4Special training coursesTeaching_desc_5Expert coursesTeaching_tips_1mLearn the functional mechanism of skills through actual combat, and become a master of skilled use of skills!teach_task_101eUseIncrease our [Attack Increase] status.teach_task_102iUseAdd [Defense Decline] status to the enemy.teach_task_103OUseKill the leader.teach_task_104lUseAdd [Shield] and [Immune] status to our side.teach_task_105`UseAdd [Frozen] status to the enemy.teach_task_106OUseKill the leader.passcheck_10001Get it 5th floorpasscheck_10002Get it 10th floorpasscheck_10003Get it 15th floorpasscheck_10004Get it 20th floorpasscheck_10005Get it 25th floorpasscheck_10006Get it 30th floorpasscheck_10007Get it 35th floorpasscheck_10008Get it 40th floorpasscheck_10009Get it 45th floorpasscheck_10010Get it 50th floorskill_lvlevel{0}skill_cooldowncooldown turn:{0}gourmet_PlaceOrder Place ordergourmet_PickUpMeals Pick up mealssmithy_furnaceForging furnace smithy_table Forging tablesmithy_shelves goods shelvesHighest_HistoryHighest HistoryMay_FallMay FallChallenge_RewardChallenge RewardGRADEGRADE ENCHANT_STONE ENCHANT STONE MAGIC_STONE MAGIC STONEherointr_43901'It can be used to upgrade 3-star heroesherointr_43902$Can be used to upgrade 4-star heroesherointr_43903'It can be used to upgrade 5-star heroesherointr_429111Can be used for a small amount of hero experienceherointr_43911$Can be used for some hero experienceherointr_44911(Can be used for a lot of hero experienceherointr_43921@Can be used to upgrade the skills of the initial three star heroherointr_44921Warlords Deluxe Edition [color=#ffcc19]11 [/color]times Return RebateDiamond+Rebate [color=#ffcc19]10888 [/color]DiamondProgressProgressConfirmPurchaseConfirm Purchase OrderofLuxuryOrder of LuxuryOrderofLuxuryDesOrder of Luxury Des add_another&Let's add another {0} can become a {1} You_alreadyYou already bought the bag upgrade_gradeDGrade is insufficient, do you want to recharge to upgrade the grade? Don_todayDon't prompt again today!CurrentCurrentTeachingPngTextbuff_2 Attack UPTeachingPngTextdebuff_1frozenTeachingPngTextty_zd_buff_j015Defensive declineTeachingPngTextty_zd_buff_z005immuneTeaching_suitname1NLearn the role of skills that can affect attack and defense in actual combat 1Teaching_suitnameTeaching_suitname Teaching_desc Teaching_descmainline_desc_Xmainline_desc_XTeaching_desc_1Elementary coursesTeaching_desc_2Intermediate courseTeaching_desc_3Advanced coursesTeaching_desc_4Special training coursesTeaching_desc_5Expert coursesTeaching_tips_1mLearn the functional mechanism of skills through actual combat, and become a master of skilled use of skills!teach_task_101eUseIncrease our [Attack Increase] status.teach_task_102iUseAdd [Defense Decline] status to the enemy.teach_task_103OUseKill the leader.teach_task_104lUseAdd [Shield] and [Immune] status to our side.teach_task_105`UseAdd [Frozen] status to the enemy.teach_task_106OUseKill the leader.passcheck_10001Get it 5th floorpasscheck_10002Get it 10th floorpasscheck_10003Get it 15th floorpasscheck_10004Get it 20th floorpasscheck_10005Get it 25th floorpasscheck_10006Get it 30th floorpasscheck_10007Get it 35th floorpasscheck_10008Get it 40th floorpasscheck_10009Get it 45th floorpasscheck_10010Get it 50th floorskill_lvlevel{0}skill_cooldowncooldown turn:{0}gourmet_PlaceOrder Place ordergourmet_PickUpMeals Pick up mealssmithy_furnaceForging furnace smithy_table Forging tablesmithy_shelves goods shelvesHighest_HistoryHighest HistoryMay_FallMay FallChallenge_RewardChallenge RewardGRADEGRADE ENCHANT_STONE ENCHANT STONE MAGIC_STONE MAGIC STONEherointr_43901'It can be used to upgrade 3-star heroesherointr_43902$Can be used to upgrade 4-star heroesherointr_43903'It can be used to upgrade 5-star heroesherointr_429111Can be used for a small amount of hero experienceherointr_43911 Can be used for some Guard valueherointr_44911$Can be used for a lot of Guard valueherointr_43921@Can be used to upgrade the skills of the initial three star heroherointr_44921Increase the life of all allies by [color=#6dba00]0.24[/color]skill_1240061111€ÃDeal damage equal to [color=#6dba00]1[/color] of ATK to [color=#6dba00]1[/color] enemy target, and have a [color=#6dba00]0.7[/color] chance to dispel [color=#6dba00]1[/color] buff from the targetskill_12400621112At the end of Kyle's own turn, recover [color=#6dba00]0.1[/color] of the maximum HP of the target with the lowest HP and purify [color=#6dba00]1[/color] debuff status. If the target's HP is lower than [color=#6dba00]0.5[/color], an additional [color=#6dba00]2[/color] rounds will be added [Recovery] state.skill_1240063111€æKyle purifies all debuffed states for all of our party, and restores [color=#6dba00]0.3[/color] of their maximum health, and restores an additional [color=#6dba00]0.03[/color] of their maximum health for each state that is clearedskill_1140040111`In the score match, the life of all our party members is increased by [color=#6dba00]0.3[/color]skill_1140041111€áClaire Nunes deals damage equal to [color=#6dba00]1.2[/color] of ATK to [color=#6dba00]1[/color] enemy target, and has a [color=#6dba00]0.5[/color] chance to add [Miss Rate Increase] status for [color=#6dba00]2[/color] turns.skill_1140042111€òClaire Nunez balances the HP ratio of all our allies. If the target has the [Magic Secret Words] status, he will recover [color=#6dba00]0.2[/color] of his maximum HP and reduce the cooldown of all his skills by [color=#6dba00]1[/color] round.skill_1140043111€ºClaire Nunes applies [Magic Secret Words] to one of our targets for protection. When the teammate takes damage, it will reflect [color=#6dba00]0.75[/color] of the damage to the attacker.skill_1330040111:All allies attack increased by [color=#6dba00]0.18[/color]skill_1330041111Plugrange deals damage equal to [color=#6dba00]1.3[/color] of ATK to an enemy target, and has a [color=#6dba00]0.3[/color] chance of inflicting [Dizzy] state for [color=#6dba00]1[/color] round, and has a [color=#6dba00]0.3[/color] chance of chasing the target once with the Iron Soldier.skill_1330042111OPlugrange launches [color=#6dba00]2[/color]-stage attacks on an enemy target, each stage deals damage equal to [color=#6dba00]1.2[/color] of the attack power, ignores [color=#6dba00]0.4[/color] of the target's defense during the attack, and has a [color=#6dba00]0.5[/color] chance to use the hard-core soldier to chase the target once.skill_1330043111€øPlugrange launches [color=#6dba00]2[/color]-stage attacks on an enemy target, and each stage deals damage equal to [color=#6dba00]1[/color] of the attack power; if a critical strike occurs, you can use the hardcore soldier to chase the target once.skill_1340050111€ˆIn the challenge of the miracle of sacrifice and the miracle of sound, the life of all allies is increased by [color=#6dba00]0.3[/color]skill_1340051111€ÆWalter Strickler deals damage equal to [color=#6dba00]1.2[/color] of ATK to an enemy target, and has an [color=#6dba00]0.8[/color] chance to add [Poisoned] status for [color=#6dba00]2[/color] roundsskill_1340052111€øWalter Strickler adds [Poisoned Fang] status to all allies for [color=#6dba00]2[/color] rounds. If attacked during the status, there is a [color=#6dba00]0.7[/color] chance to add [Poisoned] status to the attacker for [color=#6dba00]1[/color] round.skill_1340053111’Walter Strickler deals guaranteed hit damage equal to [color=#6dba00]1.2[/color] of ATK to all enemy targets, and has an [color=#6dba00]0.8[/color] chance to inflict [Poison] on the target for [color=#6dba00]2[/color] rounds. If the [Poisoned] status is successfully applied or the target is already in the [Poisoned] status, the [Petrification] status will be added for [color=#6dba00]1[/color] round.skill_1330060111JIncrease the effect resistance of all allies by [color=#6dba00]0.2[/color]skill_1330061111€øJanice Templeton deals damage equal to [color=#6dba00]0.4[/color] of ATK [color=#6dba00]3[/color] times to an enemy target, and has a [color=#6dba00]0.3[/color] chance to inflict [Defense Decrease] on the target for [color=#6dba00]2[/color] rounds.skill_1330062111€ëJanice Templeton deals damage equal to [color=#6dba00]0.6[/color] of ATK [color=#6dba00]3[/color] times to an enemy target, and has a [color=#6dba00]0.5[/color] chance to reduce the target's action value by [color=#6dba00]0.15[/color].skill_1330063111;Janice Templeton adds a [Shield] of [color=#6dba00]0.22[/color] of her maximum HP for [color=#6dba00]2[/color] rounds to all allied targets, and adds a [Resuscitation] state for [color=#6dba00]2[/color] rounds. When there is a buff on our target, an additional [color=#6dba00]0.3[/color] [Shield] will be increased.skill_1250020111TIncrease the life of all allies by [color=#6dba00]0.3[/color][color=#6dba00][/color]skill_1250021111-Wolfe deals damage equal to [color=#6dba00]1.1[/color] of ATK to an enemy target, and has a [color=#6dba00]0.75[/color] chance to inflict [Stun] on the target for [color=#6dba00]1[/color] round. If there is a debuff effect on the target, increase Wolf's own action value by [color=#6dba00]0.25[/color]skill_1250022111\Wolfe cannot be affected by any control effects. Before each round of action, he will clear any debuffs that are not incapable of action and recover [color=#6dba00]0.05[/color] of his maximum HP; and when any teammate gains debuffs, he will gain [color=#6dba00]0.2[/color] The action value is increased, and it can only be triggered once per round.skill_1250023111€·Wolfe launches an attack on an enemy target, transfers all the debuffs of all his allies to the target, and then inflicts damage equal to [color=#6dba00]0.13[/color] of his maximum HPskill_1450021111mMerlin deals damage equal to [color=#6dba00]0.35[/color] of attack power to an enemy target for [color=#6dba00]3[/color] times, and can cause an additional damage of [color=#6dba00]0.01[/color] for every [color=#6dba00]10[/color] points of speed, and has a [color=#6dba00]0.6[/color] chance of inflicting [Defense Decrease] status for [color=#6dba00]2[/color] turnsskill_1450022111jAt the end of Merlin's own turn, if he is not in an inactive state, he will add [Immunity] status to all allies except himself for [color=#6dba00]1[/color] round, and when the enemy's turn ends, he will immediately gain [color=#6dba00]1[/color] layer of [Arcane] status, up to stack [color=#6dba00]3[/color] layers, cleared after [color=#6dba00]1[/color] attack.skill_1450023111Merlin deals damage equal to [color=#6dba00]0.9[/color] of attack power to all enemy targets, and increases the skill factor by [color=#6dba00]0.01[/color] for every [color=#6dba00]10[/color] points of speed, and increases the action value of all allies by [color=#6dba00]0.3[/color].skill_1530051111€ÿInitiate [color=#6dba00]2[/color] attacks on an enemy target, each attack can cause damage equal to [color=#6dba00]0.5[/color] of the attack power, and have a [color=#6dba00]0.2[/color] chance of adding [Poisoned] status for [color=#6dba00]1[/color] roundskill_1530052111aAdd [Attack Boost] status to all allies for [color=#6dba00]2[/color] turns[color=#6dba00][/color]skill_1530061111€âDeal damage equal to [color=#6dba00]1[/color] of ATK to [color=#6dba00]1[/color] enemy target, and add [Shield] to self for [color=#6dba00]2[/color] rounds, which can absorb damage equal to [color=#6dba00]0.1[/color] of own HPskill_1530062111/Launch [color=#6dba00]2[/color] attacks on [color=#6dba00]1[/color] enemy target, each attack can cause damage equal to [color=#6dba00]0.8[/color] of the attack power. Before launching an attack, if the own HP is lower than [color=#6dba00]0.5[/color], recover [color=#6dba00]1[/color] HP of this attack.skill_1530063111§Add [Speed Boost] status to all allies for [color=#6dba00]2[/color] rounds, if the target has [Shield], additionally recover [color=#6dba00]0.2[/color] of their maximum HP, and then attack all enemies [color=#6dba00]3[/color] times, causing damage equal to [color=#6dba00]0.4[/color] of ATK per stage , and there is a [color=#6dba00]0.15[/color] chance of adding [Attack Decrease] status for [color=#6dba00]2[/color] roundsskill_1530021111€—Initiate two attacks on an enemy target with [color=#6dba00]50%[/color] damage, and recover [color=#6dba00]5%[/color] of the maximum HP for each attackskill_1530022111€šDeals damage equal to [color=#6dba00]180%[/color] of attack power to an enemy target, and absorbs [color=#6dba00]15%[/color] of the target's action value.PERFECTPERFECTLevelunlockingLevel {0} unlocking bulk_sale Bulk saleOngoingOngoingNoGetFriendshipPoints#No friendship points can be claimedopen_weekly:Open Weekly:arena_rank_tips Rank Listitemname_40001Dragon Scrollmagic stoneitemname_40002boots of honormagic stoneitemname_40003Guardians' Frostmagic stoneitemname_40004Crimson Pawmagic stoneitemname_40005Baby binkymagic stoneitemname_40006Music stringmagic stoneitemname_40007Peacock eyesmagic stoneitemname_40008Viking couragemagic stoneitemname_40009Jack's skateboardmagic stoneitemname_40010Reindeer skismagic stoneitemname_40011Julien's crownmagic stoneitemname_40012Viking shieldmagic stoneitemname_40013Shadow Staffmagic stoneitemname_40014Parrot Tigermagic stoneitemname_40015Slushious Carmagic stoneitemname_40016Western Spiritmagic stoneitemname_40017fairy's wandmagic stoneitemname_40018Mothershipmagic stoneitemname_40019Merlin's Amuletmagic stoneitemdesc_40001(You can enchant the [Dragon Scroll] suititemdesc_40002)You can enchant the [Boots of Honor] suititemdesc_400030You can enchant the [Guardian Frost Flower] suititemdesc_40004)You can enchant the [Blood Red Claw] suititemdesc_40005'You can enchant the [Baby pacifier] setitemdesc_40006(You can enchant the [Rainbow Chord] suititemdesc_40007&You can enchant the [Peacock Eye] suititemdesc_40008)You can enchant the [Viking Courage] suititemdesc_40009,You can enchant the [Ice Skateboarding] suititemdesc_40010)You can enchant the [reindeer sleigh] setitemdesc_40011'You can enchant the [Jungle Crown] suititemdesc_40012.You can enchant the [Royal Dragon Shield] suititemdesc_40013&You can enchant the [Shadow Staff] setitemdesc_40014'You can enchant the [Parrot Tiger] suititemdesc_400150You can enchant the [Rainbow Bubble Machine] setitemdesc_40016)You can enchant the [Western Spirit] suititemdesc_40017/You can enchant the [Godmother Magic Stick] setitemdesc_40018-You can enchant the [Tianwai Mothership] suititemdesc_40019&You can enchant the [troll amulet] setitemtipstxt_40001#Dragon Scrollmagic stone not enoughitemtipstxt_40002'boots of honormagic stone not enoughï¼itemtipstxt_40003)Guardians' Frostmagic stone not enoughï¼itemtipstxt_40004$Crimson Pawmagic stone not enoughï¼itemtipstxt_40005#Baby binkymagic stone not enoughï¼itemtipstxt_40006%Music stringmagic stone not enoughï¼itemtipstxt_40007%Peacock eyesmagic stone not enoughï¼itemtipstxt_40008'Viking couragemagic stone not enoughï¼itemtipstxt_40009*Jack's skateboardmagic stone not enoughï¼itemtipstxt_40010&Reindeer skismagic stone not enoughï¼itemtipstxt_40011'Julien's crownmagic stone not enoughï¼itemtipstxt_40012&Viking shieldmagic stone not enoughï¼itemtipstxt_40013%Shadow Staffmagic stone not enoughï¼itemtipstxt_40014%Parrot Tigermagic stone not enoughï¼itemtipstxt_40015&Slushious Carmagic stone not enoughï¼itemtipstxt_40016'Western Spiritmagic stone not enoughï¼itemtipstxt_40017%fairy's wandmagic stone not enoughï¼itemtipstxt_40018#Mothershipmagic stone not enoughï¼itemtipstxt_40019(Merlin's Amuletmagic stone not enoughï¼vipname1specially invited membersvipname2 senior membervipname3veteran membervipname4directorvipname5senior directorvipname6chief directorvipname7 +holy judgeskillname_153006311graceskillname_153002111 brutal pounceskillname_153002211Earthbreaker Hammerskilluptools_00001elementary secret bookskilluptools_00002Intermediate Secret Bookskilluptools_00003Senior Secret Bookskilluptools_25001Bao Guardian Heartitemdesc_625001Po Starlight pointskill_1230020111CIncreases critical rate of all allies by [color=#6dba00]15%[/color]skill_1230021111€ÏAttack [color=#6dba00]1[/color] enemy, the damage is [color=#6dba00]1.2[/color] of own attack power, [color=#6dba00]0.6[/color] chance to add [color=#6dba00]2[/color] rounds to the target [Forbidden Healing]skill_1230022111HTransfer [color=#6dba00]1[/color] debuff to the target before attacking.skill_1230023111€ŸAttacks [color=#6dba00]1[/color] enemy, the damage is [color=#6dba00]2.5[/color] of own ATK, and adds [Brand] to the target for [color=#6dba00]2[/color] roundsskill_1230040111KIncreases the hit rate of all allies' effects by [color=#6dba00]0.2[/color]skill_1230041111Attack [color=#6dba00]1[/color] enemy [color=#6dba00]3[/color] times, each time the damage is [color=#6dba00]0.3[/color] of own attack power, each time there is a [color=#6dba00]0.15[/color] chance to add [color=#6dba00]1[/color] round to the target [Stun]skill_1230042111€ÒAttacks [color=#6dba00]3[/color] random enemies, the damage is [color=#6dba00]0.8[/color]of the own attack power and [color=#6dba00]0.75[/color] chance to add [color=#6dba00]1[/color] round to the target [Stun]skill_1230043111Attacks an enemy twice, the damage is [color=#6dba00]1[/color] of own attack power and [color=#6dba00]0.1[/color] of maximum HP. The first stage dispels all the gains of the target, and the second stage adds [color=#6dba00]1[/color] round of [stun] to the target.skill_1330051111€ÏAttack [color=#6dba00]1[/color] enemy, the damage is [color=#6dba00]1[/color] of own attack power, [color=#6dba00]0.5[/color] chance to add [color=#6dba00]2[/color] rounds of [Attack Decrease] to the target.skill_1330052111€«At the beginning of the round, if the player can act, purify [color=#6dba00]1[/color] self-debuff, and add [color=#6dba00]1[/color] round [provocation]] to a random enemy.skill_1330053111‚ +Attacks an enemy [color=#6dba00]4[/color] times, the damage in the first three stages is [color=#6dba00]0.6[/color] of the own attack power, and the damage in the fourth stage is [color=#6dba00]0.55[/color] of the own attack power. The first three stages steal [color=#6dba00]1[/color] gain from the target; the fourth stage adds [color=#6dba00]1[/color] round of [stunning] to the target. Every buff stolen in the first three stages will reduce the target's action value by [color=#6dba00]0.3[/color] in the fourth stage.skill_1510011111iLaunch an attack on an enemy target, causing damage equal to [color=#6dba00]1[/color] of the attack powerskill_1510121111eAttack [color=#6dba00]1[/color] enemy target, causing damage equal to [color=#6dba00]1[/color] of ATKskill_1510122111€ðLaunches an attack on all enemies, causing damage equal to [color=#6dba00]0.8[/color] of attack power, and has a [color=#6dba00]0.15[/color] chance of inflicting a state of [Unable to obtain buff effects] for [color=#6dba00]2[/color] turns.skill_1510131111€ªDeal damage equal to [color=#6dba00]1[/color] of ATK to an enemy target, with a [color=#6dba00]0.15[/color] chance to add [Dizzy] status for [color=#6dba00]1[/color] turnskill_1510132111€ïDeal damage equal to [color=#6dba00]1.8[/color] of ATK to [color=#6dba00]1[/color] enemy target, and when the target has a negative effect, there is a [color=#6dba00]1[/color] chance to add [Dizzy] status for [color=#6dba00]1[/color] roundskill_1510141111€ÃAttacks an enemy target, causing damage equal to [color=#6dba00]1[/color] of the attack power, and has a [color=#6dba00]0.5[/color] chance to reduce its action value by [color=#6dba00]0.1[/color]skill_1510142111`Increase the action value of all our party by [color=#6dba00]0.15[/color][color=#6dba00][/color]skill_1510101111€§Deals [color=#6dba00]1[/color] attack power damage to an enemy target, and recovers [color=#6dba00]0.3[/color] of the damage-based HP when triggering a critical strikeskill_1510102111€þLaunch [color=#6dba00]4[/color] attacks on an enemy target, each attack can cause damage equal to [color=#6dba00]0.45[/color] of the attack power, and each attack triggers a critical strike to increase the own action value by [color=#6dba00]0.15[/color].skill_1510111111€¹Deals damage equal to [color=#6dba00]1[/color] of attack power to an enemy target, and has a [color=#6dba00]0.2[/color] chance to add [Silence] status for [color=#6dba00]1[/color] roundskill_1510112111€¹Launches an attack on all enemies, causing damage equal to [color=#6dba00]1[/color] of the attack power, and increases the damage to targets with debuffs by [color=#6dba00]0.15[/color].skill_1440031111Initiate [color=#6dba00]2[/color] attacks on an enemy target, each attack will cause damage equal to [color=#6dba00]0.65[/color] of the attack power, and have a [color=#6dba00]0.5[/color] chance to add the state of [Miss Rate Increase] for [color=#6dba00]2[/color] roundsskill_1440032111€ÏAt the beginning of each round, it can absorb [color=#6dba00]1[/color] debuff state from all allies, and each debuff state absorbed can increase the action value of all allies by [color=#6dba00]0.05[/color].skill_1440033111Deal damage equal to [color=#6dba00]1.1[/color] of attack power to all enemies, and add [Confrontation] status to all allies for [color=#6dba00]1[/color] round; during the skill cooling period, if a friendly teammate dies, the skill cooling time will be resetskill_11500301119All allies attack increased by [color=#6dba00]0.3[/color]skill_1150031111€¡Hirsadus deals damage equal to [color=#6dba00]1.3[/color] of attack power to an enemy target and absorbs [color=#6dba00]0.15[/color] of the target's action valueskill_1150032111‹Hishados launches [color=#6dba00]5[/color]-stage attacks on an enemy target, each stage causes damage equal to [color=#6dba00]0.36[/color] of his own attack power, restores [color=#6dba00]0.5[/color] of the damage's HP, and adds an additional damage equal to [color=#6dba00]0.06[/color] of the target's maximum HP. Additional damage does not exceed [color=#6dba00]0.8[/color] of own attack powerskill_1150033111¾Hishados launches [color=#6dba00]3[/color]-stage attacks on all enemies, each stage deals damage equal to [color=#6dba00]0.38[/color] of the target's own attack power, and adds additional damage equal to [color=#6dba00]0.06[/color] of the target's maximum HP. This additional damage does not exceed [color=#6dba00]0.8[/color] of the own attack power, and finally A single attack will absorb [color=#6dba00]0.1[/color] of the target's action valueskill_1430040111:All allies attack increased by [color=#6dba00]0.18[/color]skill_1430041111_The Gingerbread Man deals damage equal to [color=#6dba00]1.2[/color] of its attack power to an enemy target and adds an additional damage equal to [color=#6dba00]0.03[/color] of the target's maximum HP (the maximum additional damage cannot exceed [color=#6dba00]1[/color] of its own attack power). Self loses [color=#6dba00]0.05[/color] of current HP.skill_1430042111ñThe Gingerbread Man deals damage equal to [color=#6dba00]0.75[/color] of the attack power twice to an enemy target, and has a [color=#6dba00]0.6[/color] chance to inflict [Forbidden Healing] on the target for [color=#6dba00]2[/color] rounds. If the target's maximum HP is higher than the target's own, each attack will add an additional damage of [color=#6dba00]0.03[/color] of the target's maximum HP (the maximum additional damage cannot exceed [color=#6dba00]1[/color] of the own attack power).skill_1430043111¤The Gingerbread Man consumes [color=#6dba00]0.4[/color] of his current HP, deals damage equal to [color=#6dba00]1.2[/color] of his ATK to an enemy target, and adds damage equal to [color=#6dba00]0.1[/color] of the target's maximum HP (the additional damage cannot exceed [color=#6dba00]3[/color] of his ATK) , and the target will be given the status of [Unable to obtain buff effect] for [color=#6dba00]2[/color] rounds.skill_1230031111€ÇDelta Dayne deals damage equal to [color=#6dba00]1.2[/color] of attack power to an enemy target, and has a [color=#6dba00]1[/color] chance to dispel [color=#6dba00]1[/color] buff status on the targetskill_1230032111€²Delta Dayne deals damage equal to [color=#6dba00]0.9[/color] of attack power twice to an enemy target, each time reducing the target's action value by [color=#6dba00]0.15[/color]skill_1230033111‘Delta Dayne restores [color=#6dba00]0.3[/color] of its maximum HP to [color=#6dba00]1[/color] of our targets, restores [color=#6dba00]0.15[/color] of its maximum HP to other friendly targets, and adds [color=#6dba00]2[/color] rounds of [Critical Strike Boost] to all our targets . Healing increases by [color=#6dba00]0.1[/color] for every [color=#6dba00]0.1[/color] of the target's maximum health lostskill_1440011111[Belly Shark deals damage equal to [color=#6dba00]1.4[/color] of attack power to an enemy target, and has an [color=#6dba00]0.8[/color] probability of inflicting [Forbidden Healing] status on the target for [color=#6dba00]2[/color] rounds. When a critical strike is triggered, the target's action value will be reduced by [color=#6dba00]0.3[/color]skill_1440012111qMaw Shark deals damage equal to [color=#6dba00]2.3[/color] of ATK to [color=#6dba00]1[/color] enemy target, and adds [color=#6dba00]2[/color] [Bleeding] states to the target for [color=#6dba00]2[/color] rounds. When a critical strike is triggered, [color=#6dba00]2[/color] additional [Bleeding] states lasting [color=#6dba00]2[/color] rounds will be added to the targetskill_1440013111DBelly Shark adds [color=#6dba00]3[/color] layers of [Frenzy] status to itself, and deals damage equal to [color=#6dba00]1[/color] of attack power to all enemy targets, and has an [color=#6dba00]0.8[/color] probability of adding [Speed Decrease] and [Defense Decrease] status to the target for [color=#6dba00]2[/color] roundsskill_1350040111\In the points match, the attack of all our allies is increased by [color=#6dba00]0.4[/color]skill_1350041111 Diane Foxton deals damage equal to [color=#6dba00]1.2[/color] of ATK to an enemy target, and has a [color=#6dba00]1[/color] chance to apply [Buff Effect] for [color=#6dba00]2[/color] turns. If the target has no buff status, the damage this time will increase by [color=#6dba00]0.5[/color]skill_1350042111Diane Foxton dispels [color=#6dba00]1[/color] buff status of [color=#6dba00]1[/color] random enemy target before she acts, and has a [color=#6dba00]1[/color] chance to clear all buff statuses, limited selection of targets with buff status. This effect is guaranteed to hit.skill_1350043111{Diane Foxton deals damage equal to [color=#6dba00]0.65[/color] of ATK to [color=#6dba00]1[/color] enemy target, and deals damage equal to [color=#6dba00]0.3[/color] ATK to all enemy targets. If there is no buff on the target, [color=#6dba00]1[/color] of the target's defense will be ignored, and each buff on the target will correspondingly reduce the effect of ignoring defense.skill_1240060111>Increase the life of all allies by [color=#6dba00]0.24[/color]skill_1240061111€ÃDeal damage equal to [color=#6dba00]1[/color] of ATK to [color=#6dba00]1[/color] enemy target, and have a [color=#6dba00]0.7[/color] chance to dispel [color=#6dba00]1[/color] buff from the targetskill_12400621112At the end of Kyle's own turn, recover [color=#6dba00]0.1[/color] of the maximum HP of the target with the lowest HP and purify [color=#6dba00]1[/color] debuff status. If the target's HP is lower than [color=#6dba00]0.5[/color], an additional [color=#6dba00]2[/color] rounds will be added [Recovery] state.skill_1240063111€æKyle purifies all debuffed states for all of our party, and restores [color=#6dba00]0.3[/color] of their maximum health, and restores an additional [color=#6dba00]0.03[/color] of their maximum health for each state that is clearedskill_1140040111`In the score match, the life of all our party members is increased by [color=#6dba00]0.3[/color]skill_1140041111€áClaire Nunes deals damage equal to [color=#6dba00]1.2[/color] of ATK to [color=#6dba00]1[/color] enemy target, and has a [color=#6dba00]0.5[/color] chance to add [Miss Rate Increase] status for [color=#6dba00]2[/color] turns.skill_1140042111€òClaire Nunez balances the HP ratio of all our allies. If the target has the [Magic Secret Words] status, he will recover [color=#6dba00]0.2[/color] of his maximum HP and reduce the cooldown of all his skills by [color=#6dba00]1[/color] round.skill_1140043111€ºClaire Nunes applies [Magic Secret Words] to one of our targets for protection. When the teammate takes damage, it will reflect [color=#6dba00]0.75[/color] of the damage to the attacker.skill_1330040111:All allies attack increased by [color=#6dba00]0.18[/color]skill_1330041111Plugrange deals damage equal to [color=#6dba00]1.3[/color] of ATK to an enemy target, and has a [color=#6dba00]0.3[/color] chance of inflicting [Dizzy] state for [color=#6dba00]1[/color] round, and has a [color=#6dba00]0.3[/color] chance of chasing the target once with the Iron Soldier.skill_1330042111OPlugrange launches [color=#6dba00]2[/color]-stage attacks on an enemy target, each stage deals damage equal to [color=#6dba00]1.2[/color] of the attack power, ignores [color=#6dba00]0.4[/color] of the target's defense during the attack, and has a [color=#6dba00]0.5[/color] chance to use the hard-core soldier to chase the target once.skill_1330043111€øPlugrange launches [color=#6dba00]2[/color]-stage attacks on an enemy target, and each stage deals damage equal to [color=#6dba00]1[/color] of the attack power; if a critical strike occurs, you can use the hardcore soldier to chase the target once.skill_1340050111€ˆIn the challenge of the miracle of sacrifice and the miracle of sound, the life of all allies is increased by [color=#6dba00]0.3[/color]skill_1340051111€ÆWalter Strickler deals damage equal to [color=#6dba00]1.2[/color] of ATK to an enemy target, and has an [color=#6dba00]0.8[/color] chance to add [Poisoned] status for [color=#6dba00]2[/color] roundsskill_1340052111€øWalter Strickler adds [Poisoned Fang] status to all allies for [color=#6dba00]2[/color] rounds. If attacked during the status, there is a [color=#6dba00]0.7[/color] chance to add [Poisoned] status to the attacker for [color=#6dba00]1[/color] round.skill_1340053111’Walter Strickler deals guaranteed hit damage equal to [color=#6dba00]1.2[/color] of ATK to all enemy targets, and has an [color=#6dba00]0.8[/color] chance to inflict [Poison] on the target for [color=#6dba00]2[/color] rounds. If the [Poisoned] status is successfully applied or the target is already in the [Poisoned] status, the [Petrification] status will be added for [color=#6dba00]1[/color] round.skill_1330060111JIncrease the effect resistance of all allies by [color=#6dba00]0.2[/color]skill_1330061111€øJanice Templeton deals damage equal to [color=#6dba00]0.4[/color] of ATK [color=#6dba00]3[/color] times to an enemy target, and has a [color=#6dba00]0.3[/color] chance to inflict [Defense Decrease] on the target for [color=#6dba00]2[/color] rounds.skill_1330062111€ëJanice Templeton deals damage equal to [color=#6dba00]0.6[/color] of ATK [color=#6dba00]3[/color] times to an enemy target, and has a [color=#6dba00]0.5[/color] chance to reduce the target's action value by [color=#6dba00]0.15[/color].skill_1330063111;Janice Templeton adds a [Shield] of [color=#6dba00]0.22[/color] of her maximum HP for [color=#6dba00]2[/color] rounds to all allied targets, and adds a [Resuscitation] state for [color=#6dba00]2[/color] rounds. When there is a buff on our target, an additional [color=#6dba00]0.3[/color] [Shield] will be increased.skill_1250020111TIncrease the life of all allies by [color=#6dba00]0.3[/color][color=#6dba00][/color]skill_1250021111-Wolfe deals damage equal to [color=#6dba00]1.1[/color] of ATK to an enemy target, and has a [color=#6dba00]0.75[/color] chance to inflict [Stun] on the target for [color=#6dba00]1[/color] round. If there is a debuff effect on the target, increase Wolf's own action value by [color=#6dba00]0.25[/color]skill_1250022111\Wolfe cannot be affected by any control effects. Before each round of action, he will clear any debuffs that are not incapable of action and recover [color=#6dba00]0.05[/color] of his maximum HP; and when any teammate gains debuffs, he will gain [color=#6dba00]0.2[/color] The action value is increased, and it can only be triggered once per round.skill_1250023111€·Wolfe launches an attack on an enemy target, transfers all the debuffs of all his allies to the target, and then inflicts damage equal to [color=#6dba00]0.13[/color] of his maximum HPskill_1450021111mMerlin deals damage equal to [color=#6dba00]0.35[/color] of attack power to an enemy target for [color=#6dba00]3[/color] times, and can cause an additional damage of [color=#6dba00]0.01[/color] for every [color=#6dba00]10[/color] points of speed, and has a [color=#6dba00]0.6[/color] chance of inflicting [Defense Decrease] status for [color=#6dba00]2[/color] turnsskill_1450022111jAt the end of Merlin's own turn, if he is not in an inactive state, he will add [Immunity] status to all allies except himself for [color=#6dba00]1[/color] round, and when the enemy's turn ends, he will immediately gain [color=#6dba00]1[/color] layer of [Arcane] status, up to stack [color=#6dba00]3[/color] layers, cleared after [color=#6dba00]1[/color] attack.skill_1450023111Merlin deals damage equal to [color=#6dba00]0.9[/color] of attack power to all enemy targets, and increases the skill factor by [color=#6dba00]0.01[/color] for every [color=#6dba00]10[/color] points of speed, and increases the action value of all allies by [color=#6dba00]0.3[/color].skill_1530051111€ÿInitiate [color=#6dba00]2[/color] attacks on an enemy target, each attack can cause damage equal to [color=#6dba00]0.5[/color] of the attack power, and have a [color=#6dba00]0.2[/color] chance of adding [Poisoned] status for [color=#6dba00]1[/color] roundskill_1530052111aAdd [Attack Boost] status to all allies for [color=#6dba00]2[/color] turns[color=#6dba00][/color]skill_1530061111€âDeal damage equal to [color=#6dba00]1[/color] of ATK to [color=#6dba00]1[/color] enemy target, and add [Shield] to self for [color=#6dba00]2[/color] rounds, which can absorb damage equal to [color=#6dba00]0.1[/color] of own HPskill_1530062111/Launch [color=#6dba00]2[/color] attacks on [color=#6dba00]1[/color] enemy target, each attack can cause damage equal to [color=#6dba00]0.8[/color] of the attack power. Before launching an attack, if the own HP is lower than [color=#6dba00]0.5[/color], recover [color=#6dba00]1[/color] HP of this attack.skill_1530063111§Add [Speed Boost] status to all allies for [color=#6dba00]2[/color] rounds, if the target has [Shield], additionally recover [color=#6dba00]0.2[/color] of their maximum HP, and then attack all enemies [color=#6dba00]3[/color] times, causing damage equal to [color=#6dba00]0.4[/color] of ATK per stage , and there is a [color=#6dba00]0.15[/color] chance of adding [Attack Decrease] status for [color=#6dba00]2[/color] roundsskill_1530021111€—Initiate two attacks on an enemy target with [color=#6dba00]50%[/color] damage, and recover [color=#6dba00]5%[/color] of the maximum HP for each attackskill_1530022111€šDeals damage equal to [color=#6dba00]180%[/color] of attack power to an enemy target, and absorbs [color=#6dba00]15%[/color] of the target's action value.PERFECTPERFECTLevelunlockingLevel {0} unlocking bulk_sale Bulk saleOngoingOngoingNoGetFriendshipPoints#No friendship points can be claimedopen_weekly:Open Weekly:arena_rank_tips Rank Listitemname_40001Dragon Scrollmagic stoneitemname_40002boots of honormagic stoneitemname_40003Guardians' Frostmagic stoneitemname_40004Crimson Pawmagic stoneitemname_40005Baby binkymagic stoneitemname_40006Music stringmagic stoneitemname_40007Peacock eyesmagic stoneitemname_40008Viking couragemagic stoneitemname_40009Jack's skateboardmagic stoneitemname_40010Reindeer skismagic stoneitemname_40011Julien's crownmagic stoneitemname_40012Viking shieldmagic stoneitemname_40013Shadow Staffmagic stoneitemname_40014Parrot Tigermagic stoneitemname_40015Slushious Carmagic stoneitemname_40016Western Spiritmagic stoneitemname_40017fairy's wandmagic stoneitemname_40018Mothershipmagic stoneitemname_40019Merlin's Amuletmagic stoneitemdesc_40001(You can enchant the [Dragon Scroll] suititemdesc_40002)You can enchant the [Boots of Honor] suititemdesc_400030You can enchant the [Guardian Frost Flower] suititemdesc_40004)You can enchant the [Blood Red Claw] suititemdesc_40005'You can enchant the [Baby pacifier] setitemdesc_40006(You can enchant the [Rainbow Chord] suititemdesc_40007&You can enchant the [Peacock Eye] suititemdesc_40008)You can enchant the [Viking Courage] suititemdesc_40009,You can enchant the [Ice Skateboarding] suititemdesc_40010)You can enchant the [reindeer sleigh] setitemdesc_40011'You can enchant the [Jungle Crown] suititemdesc_40012.You can enchant the [Royal Dragon Shield] suititemdesc_40013&You can enchant the [Shadow Staff] setitemdesc_40014'You can enchant the [Parrot Tiger] suititemdesc_400150You can enchant the [Rainbow Bubble Machine] setitemdesc_40016)You can enchant the [Western Spirit] suititemdesc_40017/You can enchant the [Godmother Magic Stick] setitemdesc_40018-You can enchant the [Tianwai Mothership] suititemdesc_40019&You can enchant the [troll amulet] setitemtipstxt_40001#Dragon Scrollmagic stone not enoughitemtipstxt_40002'boots of honormagic stone not enoughï¼itemtipstxt_40003)Guardians' Frostmagic stone not enoughï¼itemtipstxt_40004$Crimson Pawmagic stone not enoughï¼itemtipstxt_40005#Baby binkymagic stone not enoughï¼itemtipstxt_40006%Music stringmagic stone not enoughï¼itemtipstxt_40007%Peacock eyesmagic stone not enoughï¼itemtipstxt_40008'Viking couragemagic stone not enoughï¼itemtipstxt_40009*Jack's skateboardmagic stone not enoughï¼itemtipstxt_40010&Reindeer skismagic stone not enoughï¼itemtipstxt_40011'Julien's crownmagic stone not enoughï¼itemtipstxt_40012&Viking shieldmagic stone not enoughï¼itemtipstxt_40013%Shadow Staffmagic stone not enoughï¼itemtipstxt_40014%Parrot Tigermagic stone not enoughï¼itemtipstxt_40015&Slushious Carmagic stone not enoughï¼itemtipstxt_40016'Western Spiritmagic stone not enoughï¼itemtipstxt_40017%fairy's wandmagic stone not enoughï¼itemtipstxt_40018#Mothershipmagic stone not enoughï¼itemtipstxt_40019(Merlin's Amuletmagic stone not enoughï¼Game_announcementGame announcementvipname1specially invited membersvipname2 senior membervipname3veteran membervipname4directorvipname5senior directorvipname6chief directorvipname7 supervisorvipname8senior supervisorvipname9chief supervisor vipname10honorary president vipname11executive president vipname12permanent president vipname13secretary general vipname14implement chairman vipname15Chairmanget_the_rewardsGet the rewards!fight_hpHp fight_atkAtk fight_defDef fight_speedSpeed fight_criCritical fight_cridamCritical Power fight_effhit -Effect Hit fight_effre Efect Resistfight_losthold Lost Holdfight_understand Under Stand fight_damreDamRefight_causedamCauseDam fight_treaddTreAddfight_betreaddBeTreAddstartype_name_1mission completelystartype_name_2Death toll is less than {0}startype_name_3Clear in less than 5 roundsmainline_stage_1100101mainline_stage_1100102mainline_stage_1100103mainline_stage_1100104mainline_stage_1100105mainline_stage_1100106mainline_stage_1100201mainline_stage_1100202mainline_stage_1100203mainline_stage_1100204mainline_stage_1100205mainline_stage_1100206mainline_stage_1100301mainline_stage_1100302mainline_stage_1100303mainline_stage_1100304mainline_stage_1100305mainline_stage_1100306mainline_stage_1100401mainline_stage_1100402mainline_stage_1100403mainline_stage_1100404mainline_stage_1100405mainline_stage_1100406Role_Skills_title Role SkillsUnderchallengeUnderchallengedelete_all_read_emails!Whether to delete all read emailsDifficulty_enabled%The current difficulty is not enablednoequipno equipment to wear talentGeneral \ No newline at end of file +Effect Hit fight_effre Efect Resistfight_losthold Lost Holdfight_understand Under Stand fight_damreDamRefight_causedamCauseDam fight_treaddTreAddfight_betreaddBeTreAddstartype_name_1mission completelystartype_name_2Death toll is less than {0}startype_name_3Clear in less than 5 roundsmainline_stage_1100101mainline_stage_1100102mainline_stage_1100103mainline_stage_1100104mainline_stage_1100105mainline_stage_1100106mainline_stage_1100201mainline_stage_1100202mainline_stage_1100203mainline_stage_1100204mainline_stage_1100205mainline_stage_1100206mainline_stage_1100301mainline_stage_1100302mainline_stage_1100303mainline_stage_1100304mainline_stage_1100305mainline_stage_1100306mainline_stage_1100401mainline_stage_1100402mainline_stage_1100403mainline_stage_1100404mainline_stage_1100405mainline_stage_1100406Role_Skills_title Role SkillsUnderchallengeUnderchallengedelete_all_read_emails!Whether to delete all read emailsDifficulty_enabled%The current difficulty is not enablednoequipno equipment to wear talentGeneralJInsufficient Starlight points, whether to consume general Starlight pointsInvitation_Sent;The invitation has been sent, please wait for the response!Have_Already_Cut>The other side has received the request, please do not repeat! Rejected_YouYour request was denied +Other_QuitThe other party has quitExchange_invitationsExchange invitations +suphearsay[I have a good news to tell you that we are going to make a lot of money in the next region!hearsay1€†It is said that the supply of mushrooms in the Black Canyon is not in demand recently. If it happens, you may be able to stock up somehearsay2€³Hey, have you heard the story of the old man and the sea? It doesn't matter if you haven't heard it. Some nobles are buying a batch of sea fish, and the price has been skyrocketedhearsay3QNo one will refuse the temptation to find herbs, especially businessmen, right?hearsay4€¡Well, you heard that your luck has come. The Dragon has been in disrepair for a long time, and it needs a batch of high-quality wood. Sometimes I envy your luck.hearsay5dThis is my personal news. Villagers from all over the country are buying iron wares for a rainy day.hearsay6mThose Vikings are about to start a sheep hunt. Guess what they need most now? It was a celebration, you know~hearsay7€šDid you hear that the Viking valley always sends out terrible roars. Now many tribal chiefs I know are purchasing weapons. You know what to do, don't you?hearsay8€¯Have you heard of Shrek, the monster? Recently, he has news that he will bring his princess to Central Axis City and decide to hold a celebration. Do you know what to prepare?hearsay9€›Have you heard that a mysterious cave recently appeared in the jungle area, and the local primitive people, however, have taken a lot of treasures from it.story_10+Ah...the head is so heavy, what's going on?story_20zUm? Oh great! It seems that [color=#FFFF00]The information of the ultimate battle[/color] has been entered into your mind!story_30!……Who are you? This is where?story_40€«Oh well. Let me introduce you formally. This is [color=#FFFF00]Central Axis City[/color], and the place where we are standing is the headquarters of the Guardian Alliance.story_50FI am Jack, the Chief Guardian and your future guide. Nice to meet you!story_60JHi, I'm Bobby the Trolls, and like you, I just joined the Guardian League!story_70etc! ...so, why am I here?story_80&Who am I? My mind is running wild now!story_90aHey guys, I heard you found a guardian[/color] with the [color=#FFFF00]moonman aura, where is he? story_1001Wait, wait, can't it be this little transparency? story_110Whoa (gasp) wait, what am I? story_120+my hand? Why is my whole body... like this? story_130€‹Cough cough, I am familiar with this, if I guess correctly, your appearance needs to rely on everyone's approval and trust to become clear. story_140IJust like when I was believed by the children, the children could see me. story_150wThe premise of belief is that one must have real strength, and flamboyant fists and embroidered legs cannot be trusted. story_160€Wait a minute, what the hell are you talking about? Who is the man in the moon? What does it have to do with me? Why do I look...transparent? story_170€¥I know you have a lot of doubts, don't worry, let Bobby take you to the [color=#FFFF00]Jungle Food Hall[/color] to eat some [color=#FFFF00]Trust Fruit[/color] first! story_180;So as not to be called "little transparent" by some people! story_190okay! Now, come with me! story_200#Well, this is the jungle food hall. story_210It's okay not to target him, so let him show some real skills. story_480€¶Hey rabbit, don't forget, [color=#FFFF00]{0}[/color] is the person chosen by the man in the moon. He has the ability to resonate with the guardians of various worlds and summon them. story_490D[color=#FFFF00]{0}[/color] Come on, try summoning a guardian friend. story_500Cut, it looks very powerful, but my boomerang is still here to see if you can take on the heavy responsibility of the guardian. story_510-All right, let's have a friendly competition. story_520FCut, so many people beat me, even if I win, it's not a glorious thing. story_530€Ì[color=#FFFF00]Bonnie Rabbit[/color], you have tested the ability of {0}, if you make trouble again, I will tell [color=#FFFF00]North[/color] to deal with it according to the rules of the alliance is you. story_5408Okay, you have moved North out, so I won't say anything! story_550kHey, [color=#fd424e]{0}[/color], you'd better show me what you're capable of, or I'll keep laughing at you! story_560I will work hard…… story_570Oh, by the way, did you see the black sand flying by just now? story_940aI seem to have seen it, but then these little monsters attacked me, so I didn't see it clearly... story_950]It's okay, you don't have to apologize to me, since you are also new here, let's go together! story_960[There is a story room in front, maybe you can find relevant information about Heisha there. story_970QOK! By the way, my family has prepared a lot of food for me, would you like some? story_9809No need, I want to find information about Heisha quickly. story_990(The two enter the library) +story_1000aha! +story_1010*Ahhhhhhhhhhh, is it thunder and lightning? +story_1020!Wow, this is great for emoticons. +story_1030UHahahaha, don't be nervous, this is taking pictures, I didn't know until I came here! +story_1040Why take pictures? +story_1050€ßHey, have you seen the opposite wall? All the people who come to the story house in the central axis city for the first time will take a photo and hang it on it. You can understand that this is everyone's photo information. +story_1060@Looks like I'm in the right place. By the way, what's your name? +story_1070€€donkey! Everyone thinks that I like talking very much, so they also call me affectionately—[color=#FFFF00]poor donkey[/color]. +story_1080€ƒYou don't have to feel impolite, I like this name very much, so you can call me a donkey, or you can call me a poor-mouthed donkey. +story_1090vOh sure, I have a name, but it's a nickname between me and my dear [color=#FFFF00]fire dragon[/color], so you can't... +story_1100MUm...sorry, can I interrupt you? I want to find information about black sand. +story_1110€šWell, unfortunately, the little animals in the jungle don't know what happened recently, and they gnawed my storybook crazily, and the book was messed up. +story_1120€–But, don't worry, there is something that I can't solve, just like when I outwitted the fire dragon and finally captured the heart of the fire dragon. +story_1130dJust give me another day, oh no, a week...um...maybe a month, and I'll be able to fix these files... +story_1140"We can help you fix it together! ! +story_1150€ŠMaybe a good idea, but I hope to tell you about the origin of this story house first, maybe it will help you organize your books better... +story_1160*no, I'm fine! ! Let's get started now! ! ! +story_1170€“You must be smart, the broken pages of the book will be scattered in every corner, and you will not be able to piece them together if you miss one. +story_1180€‡When you go out later, you will see a hole at the top of the tree house, from which you can quickly go to various places in the forest. +story_11909Ouch, I accidentally said too much, I wish you good luck. +story_1200Wow, well organized! +story_1210!So, which book introduces Heisha? +story_1220uh...i think...uh... +story_1230?The intuition of primitive people tells me that you are guilty! +story_1240jCough, okay. I just came to Axis City and built this story house, so I haven't collected many stories yet. +story_1250VBut I will fill it up one after another, and you will have everything you want to see. +story_1260>Now I want to make a grand introduction of myself to you—— +story_1270|In my hometown, I'm notoriously an informant, nothing escapes my donkey ears, let me know if you want to pre-order anything! +story_1280-So you have no information about Heisha here! +story_1290Hmm... that's right! +story_1300OK, let's go first. +story_1310/Thank you for helping me restore so many books. +story_1320=If you want, I can treat you to an original ecological feast. +story_1330yYou can also add a variety of delicious sauces, mud worm sauce, honey saliva sauce, gingerbread man button icing sauce... +story_1340gI suggest you stop talking, or you won't be able to help but let you feel the roar of primitive people. +story_1350$OK, but... if there is black sand... +story_1360 Aww—— +story_1370DAlas, after tracking for so long, there is still no trace of Heisha. +story_1380~Don't be discouraged! It's getting dark, let's cook first! Only when your stomach is full will you have the strength to think! +story_1390>Hahaha, you are right! I'll take you back to the command post! +story_1400KLook who's back, Jack, I'm looking forward to hearing a good tidbit or two. +story_14102Well, as you might expect, I didn't find anything. +story_1420EBut there's good news, you've brought us a new Guardian, haven't you? +story_1430kOh, yes, his name is Gua Ge, he comes from the primitive world, and he has a very good primitive intuition! +story_1440€¼[color=#FFFF00]The badass alliance hacker spider[/color] has mastered powerful hacking technology, [color=#FFFF00]Viking Hiccup[/color] has drawn most of the map of the central axis city . +story_1450+think those are -- really useful abilities. +story_1460'Maybe... I can keep watch for everyone? +story_1470€„Ha, ha, ha, have you seen this [color=#FFFF00]miniature earth[/color]? It can monitor every corner, sentinel? It's just getting old! +story_1480~Hey——but I heard that the dark forces have appeared frequently recently, but this ball can't help you find out the reason! +story_1490ikangaroo! [color=#fd424e]{0}[/color]! Don't say a few words. North talked about unleashing more kindness. +story_1500€¤[color=#fd424e]{0}[/color], Brother Gua, you have worked hard all day, go to the apartment to rest first, we will talk about it tomorrow if you have anything to do. +story_1510*You better find something useful tomorrow! +story_1520 wait and see! +story_1530Good morning, every body! +story_1540XI saw! I saw so many donkeys flying in the air! They kept yelling! Did you not see it? ! +story_1550How is this going? +story_1560'Your good brother may be hallucinating. +story_1570.Did you see the poor-mouthed donkey yesterday? +story_1580rYes, we went to the story house, but I didn't expect the little thoughts of the poor donkey to affect him so much! +story_1590@[color=#fd424e]{0}[/color], why don't you take him out to relax. +story_1600OK! +story_1610`Don't take my [color=#FFFF00]basket[/color]! ! This is specially prepared for me by my family! ! +story_1620YOkay, please calm down first. Then take it yourself, shall we go out for a walk together? +story_1630mHmmm... (suddenly pointing out the window on the left) Look——! It's a donkey! A lot of donkeys flew over! +story_1640;I think what he needs is not to relax, but to see a doctor. +story_1650?[color=#fd424e]{0}[/color], I really saw it, didn't you see it? +story_16606No, but I trust you, let's go check out that area now. +story_1670=I'm concerned about his condition, but... you guys stay safe. +story_1680?Gua Ge, it seems that you are right, this area is really weird. +story_1690JIt must, must have been done by those strange creatures like poor donkeys! +story_1700pVery likely! However, the most urgent task is to disperse the black sand and see the specific situation clearly. +story_1710MHey, I see a windmill on top of the opposite tower! Could that come in handy? +story_1720How sharp your eyesight is! +story_1730rWe cavemen always have to face all kinds of dangers, and we need to have keen senses of sight, smell, and hearing. +story_1740-If you ask me, Bonnie Rabbit has no eyesight! +story_1750+But how can we get to the top of the tower? +story_1760Another black creature! ! +story_1770gHey calm down! He is my dragon, his name is [color=#FFFF00]toothless[/color], he is very good. You are? +story_1780zI am [color=#fd424e]{0}[/color], this is Gua Ge from the primitive world, we are all new members of the Guardian Alliance. +story_1790NOh, welcome to join us! I'm Hiccup. Come on, Toothless, say hello to everyone. +story_18008Are you also here to investigate anomalies in this area? +story_1810,Yes, we have an idea, but we need your help. +story_1820+It turned out that the windmill was broken. +story_1830*Someone must have sabotaged it on purpose. +story_1840Was it made by Heisha again? +story_1850/Don't worry, Gua, let's fix the windmill first! +story_1860€ƒSee the sea in the distance? There is a black vortex, and you can collect precious wood for repairing the windmill from the vortex. +story_1870Let's find the materials now. +story_1880P[color=#fd424e]{0}[/color], the speed of the black vortex seems to be very fast. +story_1890,Well, follow me! We're going to make a leap! +story_1900€ŽThere are still many potential risks in the Viking area. I will go to the Misty Island to patrol soon. You should go back as soon as possible. +story_1910TOkay, don't worry Hiccup. Hope we get a chance to see you again! Goodbye, Toothless! +story_1920e[color=#fd424e]{0}[/color]! Look, there is black sand over there! Maybe that black creature is there! +story_1930CThere is a small boat there, let's take a boat and go there to see! +story_1940(The boat is leaving...) +story_1950Here... I feel so scared. +story_1960`Be careful, something is wrong with these flocks! They seem to be affected by those black sands! +story_1970JThere is a big black sand over there, don't go any further, let's go back. +story_1980SBrother Gua, if you are afraid, stay where you are, I have to go ahead to find out. +story_19904You want to leave me alone in such a horrible place? +story_2000Stay or follow me, choose one. +story_2010OThen I'd better go with you, you block in front, I'll scare them with my voice! +story_2020 OK, let's go. +story_2030 So thrilling! Gua, are you okay? +story_2040Gua, what's wrong with you? +story_2050-Black sand... black sand... and black sand... +story_2060cBrother Gua, don't be afraid, we subdued the out-of-control flock just now, and it's all right now! +story_2070LIt's really all right, don't believe me, you can touch them and have a look? +story_2080Ah-heisha is here again! ? +story_2090]It turns out that you are the black hand behind the black sand incident! Don't try to escape! +story_2100iHe is surrounded by black sand all over, we are definitely not his opponents! [color=#fd424e]{0}[/color]! +story_2110