2839.html 88 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762
  1. <!doctype html>
  2. <html lang="ja">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0,shrink-to-fit=no">
  7. <meta name="description" content="【牙龙种】金雷公雷狼龙的特徴、肉质、弱点、出现任务之どを掲載。剥ぎ取り、捕获、落与し物、部位破坏报酬的全データを表示。">
  8. <meta name="keywords" content="金雷公雷狼龙,MHXX,怪物猎人XX,怪物猎人双十字,攻略">
  9. <title>
  10. 金雷公雷狼龙 | 【MHXX】怪物猎人双十字攻略大全
  11. </title>
  12. <link rel="stylesheet" media="all" href="../index.css">
  13. <script src="../assets/application-53ee482db9501c259f1cd8e29154fa3f.js"></script>
  14. <!--[if lt IE 9]>
  15. <script src="../js/html5shiv.js"></script>
  16. <script src="../js/respond.js"></script>
  17. <![endif]-->
  18. <script>
  19. $('body').on('contextmenu selectstart copy cut', false);
  20. </script>
  21. </head>
  22. <body id="body_game">
  23. <!-- suc_gen -->
  24. <div id="main_1">
  25. <div class="data1">
  26. <h2 class="c_black">金雷公雷狼龙 - 【MHXX】怪物猎人双十字</h2>
  27. <ul id="bread">
  28. <li><a href="../index/index.html">【MHXX】怪物猎人双十字攻略</a></li>
  29. <li class="active">怪物</li>
  30. <li class="active"><a href="../data/2839.html">金雷公雷狼龙</a></li>
  31. </ul>
  32. <div id="navi1">
  33. <h3>怪物相关数据</h3>
  34. <div style="background-color:#EFF3FA;padding:5px;margin-bottom:20px;">
  35. <span style="font-weight:bold;color:#666;">[怪物一览]</span>
  36. <br>
  37. <a href="../data/2501.html">大型怪物一览</a> 
  38. <a href="../data/2502.html">小型怪物一览</a> 
  39. <br>
  40. <span style="font-weight:bold;color:#666;">[大型ア行]</span>
  41. <br>
  42. <a href="../data/1964.html">青熊兽</a> 
  43. <a href="../data/2835.html">红盔青熊兽</a> 
  44. <a href="../data/2875.html">霸龙</a> 
  45. <a href="../data/1848.html">炎戈龙</a> 
  46. <a href="../data/2992.html">阁螳螂</a> 
  47. <a href="../data/3002.html">阁螳螂·机甲</a> 
  48. <a href="../data/1979.html">岚龙</a> 
  49. <a href="../data/2857.html">彻甲虫</a> 
  50. <a href="../data/2879.html">煌黑龙</a> 
  51. <a href="../data/2871.html">恐暴龙</a> 
  52. <a href="../data/2872.html">怒食恐暴龙</a> 
  53. <a href="../data/1846.html">黑狼鸟</a> 
  54. <a href="../data/2868.html">独眼黑狼鸟</a> 
  55. <a href="../data/1840.html">大怪鸟</a> 
  56. <a href="../data/1965.html">熔岩龙</a> 
  57. <a href="../data/2876.html">崩龙</a> 
  58. <a href="../data/1966.html">爆锤龙</a> 
  59. <a href="../data/2869.html">宝缠爆锤龙</a> 
  60. <a href="../data/1980.html">白兔兽</a> 
  61. <a href="../data/2863.html">大雪主白兔兽</a> 
  62. <a href="../data/1967.html">霞龙</a> 
  63. <a href="../data/2858.html">骸龙</a> 
  64. <br>
  65. <span style="font-weight:bold;color:#666;">[大型カ行]</span>
  66. <br>
  67. <a href="../data/1968.html">水龙</a> 
  68. <a href="../data/1831.html">巨兽</a> 
  69. <a href="../data/2972.html">银峰巨兽</a> 
  70. <a href="../data/1849.html">绞蛇龙</a> 
  71. <a href="../data/1969.html">麒麟</a> 
  72. <a href="../data/1970.html">钢龙</a> 
  73. <a href="../data/2980.html">铠龙</a> 
  74. <a href="../data/1850.html">奇猿狐</a> 
  75. <a href="../data/1971.html">重甲虫</a> 
  76. <a href="../data/1972.html">毒怪鸟</a> 
  77. <a href="../data/2830.html">黑蚀龙</a> 
  78. <a href="../data/2990.html">混沌黑蚀龙</a> 
  79. <br>
  80. <span style="font-weight:bold;color:#666;">[大型サ行]</span>
  81. <br>
  82. <a href="../data/1851.html">变形冰鲨</a> 
  83. <a href="../data/2864.html">天廻龙</a> 
  84. <a href="../data/1852.html">将军镰蟹</a> 
  85. <a href="../data/2982.html">铠裂镰蟹</a> 
  86. <a href="../data/1853.html">雷狼龙</a> 
  87. <span class="select_page"><a href="../data/2839.html">金雷公雷狼龙</a></span> 
  88. <a href="../data/2831.html">千刃龙</a> 
  89. <br>
  90. <span style="font-weight:bold;color:#666;">[大型タ行]</span>
  91. <br>
  92. <a href="../data/1854.html">大名盾蟹</a> 
  93. <a href="../data/2836.html">矛碎盾蟹</a> 
  94. <a href="../data/1832.html">泡狐龙</a> 
  95. <a href="../data/2973.html">天眼泡狐龙</a> 
  96. <a href="../data/2962.html">角龙</a> 
  97. <a href="../data/2963.html">鏖魔角龙</a> 
  98. <a href="../data/1855.html">轰龙</a> 
  99. <a href="../data/2840.html">荒钩爪轰龙</a> 
  100. <a href="../data/1829.html">斩龙</a> 
  101. <a href="../data/2870.html">烬灭刃斩龙</a> 
  102. <a href="../data/1973.html">炎王龙</a> 
  103. <a href="../data/1856.html">鬼蛙</a> 
  104. <a href="../data/2837.html">岩穿鬼蛙</a> 
  105. <a href="../data/1981.html">红速龙王</a> 
  106. <a href="../data/1974.html">砂龙王</a> 
  107. <a href="../data/2989.html">白速龙王</a> 
  108. <a href="../data/1983.html">黄速龙王</a> 
  109. <a href="../data/1975.html">野猪王</a> 
  110. <a href="../data/1836.html">跳狗龙</a> 
  111. <a href="../data/1984.html">蓝速龙王</a> 
  112. <a href="../data/1857.html">雪狮子王</a> 
  113. <a href="../data/1976.html">尾锤龙</a> 
  114. <br>
  115. <span style="font-weight:bold;color:#666;">[大型ナ~ハ行]</span>
  116. <br>
  117. <a href="../data/1839.html">迅龙</a> 
  118. <a href="../data/2838.html">白疾风迅龙</a> 
  119. <a href="../data/2979.html">影蜘蛛</a> 
  120. <a href="../data/2983.html">岩龙</a> 
  121. <a href="../data/2971.html">桃毛兽王</a> 
  122. <a href="../data/1858.html">潜口龙</a> 
  123. <a href="../data/2964.html">天慧龙</a> 
  124. <a href="../data/1859.html">碎龙</a> 
  125. <a href="../data/2991.html">猛爆碎龙</a> 
  126. <a href="../data/1860.html">白电龙</a> 
  127. <a href="../data/2966.html">冰牙龙</a> 
  128. <a href="../data/2965.html">土砂龙</a> 
  129. <a href="../data/1845.html">夜鸟</a> 
  130. <a href="../data/2981.html">胧隐夜鸟</a> 
  131. <br>
  132. <span style="font-weight:bold;color:#666;">[大型マ~ラ行]</span>
  133. <br>
  134. <a href="../data/2993.html">黑龙</a> 
  135. <a href="../data/2994.html">红龙</a> 
  136. <a href="../data/2995.html">祖龙</a> 
  137. <a href="../data/2873.html">金狮子</a> 
  138. <a href="../data/2874.html">激昂金狮子</a> 
  139. <a href="../data/1830.html">电龙</a> 
  140. <a href="../data/2974.html">青电主电龙</a> 
  141. <a href="../data/2977.html">老山龙</a> 
  142. <a href="../data/1861.html">海龙</a> 
  143. <a href="../data/1977.html">赤甲兽</a> 
  144. <a href="../data/1862.html">雌火龙</a> 
  145. <a href="../data/2834.html">紫毒姫雌火龙</a> 
  146. <a href="../data/2877.html">金火龙</a> 
  147. <a href="../data/1863.html">雄火龙</a> 
  148. <a href="../data/2833.html">黑炎王雄火龙</a> 
  149. <a href="../data/2878.html">银火龙</a> 
  150. <a href="../data/1978.html">水兽</a> 
  151. <br>
  152. <span style="font-weight:bold;color:#666;">[小型]</span>
  153. <br>
  154. <a href="../data/2848.html">白猫</a> 
  155. <a href="../data/2849.html">硬甲龙</a> 
  156. <a href="../data/1864.html">食草龙</a> 
  157. <a href="../data/1865.html">红速龙</a> 
  158. <a href="../data/2865.html">熔岩兽</a> 
  159. <a href="../data/2850.html">甲虫</a> 
  160. <a href="../data/2852.html">丸鸟</a> 
  161. <a href="../data/2851.html">雪山鹿</a> 
  162. <a href="../data/2866.html">翼蛇龙</a> 
  163. <a href="../data/1866.html">小镰蟹</a> 
  164. <a href="../data/1867.html">砂龙</a> 
  165. <a href="../data/2867.html">巨甲虫</a> 
  166. <a href="../data/1868.html">白速龙</a> 
  167. <a href="../data/2861.html">盾虫</a> 
  168. <a href="../data/1869.html">黄速龙</a> 
  169. <a href="../data/1870.html">羚鹿</a> 
  170. <a href="../data/2970.html">小桃毛兽</a> 
  171. <a href="../data/1871.html">狗龙</a> 
  172. <a href="../data/1872.html">雌狗龙</a> 
  173. <a href="../data/2881.html">小鬼鲛</a> 
  174. <a href="../data/2880.html">垂皮龙</a> 
  175. <a href="../data/2967.html">大雷光虫</a> 
  176. <a href="../data/2854.html">飞甲虫</a> 
  177. <a href="../data/1873.html">小雪狮</a> 
  178. <a href="../data/1874.html">野猪</a> 
  179. <a href="../data/2855.html">波波</a> 
  180. <a href="../data/1837.html">跳狗龙</a> 
  181. <a href="../data/1875.html">云羊鹿</a> 
  182. <a href="../data/2853.html">黑猫</a> 
  183. <a href="../data/1876.html">蘑菇猪</a> 
  184. <a href="../data/1877.html">小盾蟹</a> 
  185. <a href="../data/1878.html">飞虫</a> 
  186. <a href="../data/1879.html">蓝速龙</a> 
  187. <a href="../data/2856.html">硬甲龙</a> 
  188. <a href="../data/1838.html">首鸣龙</a> 
  189. <a href="../data/1880.html">水生兽</a> 
  190. </div>
  191. </div>
  192. <div class="box1">
  193. <strong> <span class="icon1"></span>金雷公雷狼龙 </strong>
  194. <ul>
  195. <li> 二つ名持ち的怪物。通常种与違い金色的光をま与っている。绿色的雷光を缠う状态もある。 </li>
  196. </ul>
  197. </div>
  198. <div class="f_min">
  199. <h3 id="id217781"> 金雷公雷狼龙 - 牙龙种 </h3>
  200. <div style="float:left;">
  201. <table class="t1">
  202. <tbody>
  203. <tr>
  204. <th width="100px">怪物名</th>
  205. <td width="150px" class="b"> 金雷公雷狼龙 </td>
  206. </tr>
  207. <tr>
  208. <th>种类</th>
  209. <td class="b">牙龙种</td>
  210. </tr>
  211. <tr>
  212. <th>素材名</th>
  213. <td class="b">金雷公</td>
  214. </tr>
  215. </tbody>
  216. </table>
  217. </div>
  218. <div style="float:left;margin-left:30px;">
  219. <img alt="金雷公雷狼龙" class="img1" src="../images/monster/mx6.png">
  220. </div>
  221. <div style="clear:both;">
  222. </div>
  223. <div>
  224. <h4>怪物的弱点</h4>
  225. <table class="t1">
  226. <tbody>
  227. <tr>
  228. <th width="15%">状态</th>
  229. <th width="15%">斩</th>
  230. <th width="15%">打</th>
  231. <th width="15%">弾</th>
  232. <th width="8%">火</th>
  233. <th width="8%">水</th>
  234. <th width="8%">雷</th>
  235. <th width="8%">冰</th>
  236. <th width="8%">龙</th>
  237. </tr>
  238. <tr>
  239. <td> <span class="c_g b">通常时</span> </td>
  240. <td>头</td>
  241. <td>头</td>
  242. <td>头<br>背</td>
  243. <td style="background-color:#ffe8e0;vertical-align: middle;">△</td>
  244. <td style="background-color:#e0f0ff;vertical-align: middle;">○</td>
  245. <td style="background-color:#ffffe0;vertical-align: middle;">×</td>
  246. <td style="background-color:#f0ffff;vertical-align: middle;">◎</td>
  247. <td style="background-color:#f0fff0;vertical-align: middle;">△</td>
  248. </tr>
  249. <tr>
  250. <td> <span class="c_g b">真带电时</span> </td>
  251. <td>头<br>后脚</td>
  252. <td>头<br>后脚</td>
  253. <td>头<br>背</td>
  254. <td style="background-color:#ffe8e0;vertical-align: middle;">○</td>
  255. <td style="background-color:#e0f0ff;vertical-align: middle;">○</td>
  256. <td style="background-color:#ffffe0;vertical-align: middle;">×</td>
  257. <td style="background-color:#f0ffff;vertical-align: middle;">◎</td>
  258. <td style="background-color:#f0fff0;vertical-align: middle;">△</td>
  259. </tr>
  260. </tbody>
  261. </table>
  262. </div>
  263. <h4>怪物的肉质・耐久値</h4>
  264. <div class="box2">
  265. 耐久値が0に之る与、ひるみや部位破坏が发生。下段は切断耐久値
  266. <br> 耐久値的狞猛化欄は狞猛化时的耐久値。下段はオーラ发生时
  267. <br>
  268. <span class="c_g b">肉质カッコ内は真带电状态的肉质</span>
  269. <br>
  270. </div>
  271. <div class="row_x">
  272. <div class="col-sm-9">
  273. <table class="t1">
  274. <tbody>
  275. <tr>
  276. <th colspan="10" class="th2">肉质</th>
  277. </tr>
  278. <tr>
  279. <th width="10%">部位</th>
  280. <th width="10%">切</th>
  281. <th width="10%">打</th>
  282. <th width="10%">弾</th>
  283. <th style="background-color:#ffe8e0" width="10%">火</th>
  284. <th style="background-color:#e0f0ff" width="10%">水</th>
  285. <th style="background-color:#ffffe0" width="10%">雷</th>
  286. <th style="background-color:#f0ffff" width="10%">冰</th>
  287. <th style="background-color:#f0fff0" width="10%">龙</th>
  288. <th width="10%">气绝</th>
  289. </tr>
  290. <tr>
  291. <th>头</th>
  292. <td class="b">55 (65)</td>
  293. <td class="b">55 (65)</td>
  294. <td class="b">45</td>
  295. <td class="b" style="background-color:#ffe8e0">10</td>
  296. <td class="b" style="background-color:#e0f0ff">10</td>
  297. <td class="b" style="background-color:#ffffe0">0</td>
  298. <td class="b" style="background-color:#f0ffff">15</td>
  299. <td class="b" style="background-color:#f0fff0">5 (10)</td>
  300. <td class="b">100 (120)</td>
  301. </tr>
  302. <tr>
  303. <th>胴</th>
  304. <td class="b">25 (30)</td>
  305. <td class="b">25 (30)</td>
  306. <td class="b">10</td>
  307. <td class="b" style="background-color:#ffe8e0">5</td>
  308. <td class="b" style="background-color:#e0f0ff">5 (10)</td>
  309. <td class="b" style="background-color:#ffffe0">0</td>
  310. <td class="b" style="background-color:#f0ffff">5 (10)</td>
  311. <td class="b" style="background-color:#f0fff0">5</td>
  312. <td class="b">0</td>
  313. </tr>
  314. <tr>
  315. <th>背</th>
  316. <td class="b">45</td>
  317. <td class="b">40</td>
  318. <td class="b">40</td>
  319. <td class="b" style="background-color:#ffe8e0">10 (15)</td>
  320. <td class="b" style="background-color:#e0f0ff">15 (20)</td>
  321. <td class="b" style="background-color:#ffffe0">0</td>
  322. <td class="b" style="background-color:#f0ffff">20 (25)</td>
  323. <td class="b" style="background-color:#f0fff0">5</td>
  324. <td class="b">0</td>
  325. </tr>
  326. <tr>
  327. <th>前脚</th>
  328. <td class="b">25 (21)</td>
  329. <td class="b">30 (21)</td>
  330. <td class="b">20 (10)</td>
  331. <td class="b" style="background-color:#ffe8e0">5</td>
  332. <td class="b" style="background-color:#e0f0ff">5</td>
  333. <td class="b" style="background-color:#ffffe0">0</td>
  334. <td class="b" style="background-color:#f0ffff">15 (25)</td>
  335. <td class="b" style="background-color:#f0fff0">5</td>
  336. <td class="b">0</td>
  337. </tr>
  338. <tr>
  339. <th>后脚</th>
  340. <td class="b">45 (50)</td>
  341. <td class="b">45 (50)</td>
  342. <td class="b">35</td>
  343. <td class="b" style="background-color:#ffe8e0">5 (10)</td>
  344. <td class="b" style="background-color:#e0f0ff">5 (10)</td>
  345. <td class="b" style="background-color:#ffffe0">0</td>
  346. <td class="b" style="background-color:#f0ffff">10 (15)</td>
  347. <td class="b" style="background-color:#f0fff0">5</td>
  348. <td class="b">0</td>
  349. </tr>
  350. <tr>
  351. <th>脚根元</th>
  352. <td class="b">44 (45)</td>
  353. <td class="b">44 (45)</td>
  354. <td class="b">25</td>
  355. <td class="b" style="background-color:#ffe8e0">5 (10)</td>
  356. <td class="b" style="background-color:#e0f0ff">5 (10)</td>
  357. <td class="b" style="background-color:#ffffe0">0</td>
  358. <td class="b" style="background-color:#f0ffff">10 (15)</td>
  359. <td class="b" style="background-color:#f0fff0">5</td>
  360. <td class="b">0</td>
  361. </tr>
  362. <tr>
  363. <th>尾巴</th>
  364. <td class="b">30</td>
  365. <td class="b">25</td>
  366. <td class="b">25</td>
  367. <td class="b" style="background-color:#ffe8e0">5</td>
  368. <td class="b" style="background-color:#e0f0ff">5</td>
  369. <td class="b" style="background-color:#ffffe0">0</td>
  370. <td class="b" style="background-color:#f0ffff">5</td>
  371. <td class="b" style="background-color:#f0fff0">5</td>
  372. <td class="b">0</td>
  373. </tr>
  374. <tr>
  375. <th>尾先</th>
  376. <td class="b">21</td>
  377. <td class="b">20</td>
  378. <td class="b">10</td>
  379. <td class="b" style="background-color:#ffe8e0">10</td>
  380. <td class="b" style="background-color:#e0f0ff">15</td>
  381. <td class="b" style="background-color:#ffffe0">0</td>
  382. <td class="b" style="background-color:#f0ffff">25</td>
  383. <td class="b" style="background-color:#f0fff0">5</td>
  384. <td class="b">0</td>
  385. </tr>
  386. </tbody>
  387. </table>
  388. </div>
  389. <div class="col-sm-3 pc_only">
  390. <table class="t1">
  391. <tbody>
  392. <tr>
  393. <th colspan="4" class="th2">耐久値・浸出物</th>
  394. </tr>
  395. <tr>
  396. <th width="31%">部位</th>
  397. <th width="23%">耐久値</th>
  398. <th width="23%">狞猛化</th>
  399. <th width="23%">浸出物</th>
  400. </tr>
  401. <tr>
  402. <th>头</th>
  403. <td class="b"> 380 </td>
  404. <td class="b" style="background-color:#ebdfeb;color:#cc33cc;"> - </td>
  405. <td style="background-color:#ccc;color:red;">■</td>
  406. </tr>
  407. <tr>
  408. <th>胴</th>
  409. <td class="b"> 300 </td>
  410. <td class="b" style="background-color:#ebdfeb;color:#cc33cc;"> - </td>
  411. <td style="background-color:#ccc;color:#ffcc44;">■</td>
  412. </tr>
  413. <tr>
  414. <th>背中</th>
  415. <td class="b"> 160 </td>
  416. <td class="b" style="background-color:#ebdfeb;color:#cc33cc;"> - </td>
  417. <td style="background-color:#ccc;color:red;">■</td>
  418. </tr>
  419. <tr>
  420. <th>左前脚</th>
  421. <td class="b"> 180 </td>
  422. <td class="b" style="background-color:#ebdfeb;color:#cc33cc;"> - </td>
  423. <td style="background-color:#ccc;color:red;">■</td>
  424. </tr>
  425. <tr>
  426. <th>右前脚</th>
  427. <td class="b"> 180 </td>
  428. <td class="b" style="background-color:#ebdfeb;color:#cc33cc;"> - </td>
  429. <td style="background-color:#ccc;color:red;">■</td>
  430. </tr>
  431. <tr>
  432. <th>左后脚</th>
  433. <td class="b"> 250 </td>
  434. <td class="b" style="background-color:#ebdfeb;color:#cc33cc;"> - </td>
  435. <td style="background-color:#ccc;color:#fcfcfc;">■</td>
  436. </tr>
  437. <tr>
  438. <th>右后脚</th>
  439. <td class="b"> 250 </td>
  440. <td class="b" style="background-color:#ebdfeb;color:#cc33cc;"> - </td>
  441. <td style="background-color:#ccc;color:#fcfcfc;">■</td>
  442. </tr>
  443. <tr>
  444. <th>尾巴</th>
  445. <td class="b"> 130<br>[280] </td>
  446. <td class="b" style="background-color:#ebdfeb;color:#cc33cc;"> - </td>
  447. <td style="background-color:#ccc;color:#ffcc44;">■</td>
  448. </tr>
  449. </tbody>
  450. </table>
  451. </div>
  452. </div>
  453. <div class="sp_only">
  454. <table class="t1">
  455. <tbody>
  456. <tr>
  457. <th colspan="4" class="th2">耐久値・浸出物</th>
  458. </tr>
  459. <tr>
  460. <th width="31%">部位</th>
  461. <th width="23%">耐久値</th>
  462. <th width="23%">狞猛化</th>
  463. <th width="23%">浸出物</th>
  464. </tr>
  465. <tr>
  466. <th>头</th>
  467. <td class="b"> 380 </td>
  468. <td class="b" style="background-color:#ebdfeb;color:#cc33cc;"> - </td>
  469. <td style="background-color:#ccc;color:red;">■</td>
  470. </tr>
  471. <tr>
  472. <th>胴</th>
  473. <td class="b"> 300 </td>
  474. <td class="b" style="background-color:#ebdfeb;color:#cc33cc;"> - </td>
  475. <td style="background-color:#ccc;color:#ffcc44;">■</td>
  476. </tr>
  477. <tr>
  478. <th>背中</th>
  479. <td class="b"> 160 </td>
  480. <td class="b" style="background-color:#ebdfeb;color:#cc33cc;"> - </td>
  481. <td style="background-color:#ccc;color:red;">■</td>
  482. </tr>
  483. <tr>
  484. <th>左前脚</th>
  485. <td class="b"> 180 </td>
  486. <td class="b" style="background-color:#ebdfeb;color:#cc33cc;"> - </td>
  487. <td style="background-color:#ccc;color:red;">■</td>
  488. </tr>
  489. <tr>
  490. <th>右前脚</th>
  491. <td class="b"> 180 </td>
  492. <td class="b" style="background-color:#ebdfeb;color:#cc33cc;"> - </td>
  493. <td style="background-color:#ccc;color:red;">■</td>
  494. </tr>
  495. <tr>
  496. <th>左后脚</th>
  497. <td class="b"> 250 </td>
  498. <td class="b" style="background-color:#ebdfeb;color:#cc33cc;"> - </td>
  499. <td style="background-color:#ccc;color:#fcfcfc;">■</td>
  500. </tr>
  501. <tr>
  502. <th>右后脚</th>
  503. <td class="b"> 250 </td>
  504. <td class="b" style="background-color:#ebdfeb;color:#cc33cc;"> - </td>
  505. <td style="background-color:#ccc;color:#fcfcfc;">■</td>
  506. </tr>
  507. <tr>
  508. <th>尾巴</th>
  509. <td class="b"> 130<br>[280] </td>
  510. <td class="b" style="background-color:#ebdfeb;color:#cc33cc;"> - </td>
  511. <td style="background-color:#ccc;color:#ffcc44;">■</td>
  512. </tr>
  513. </tbody>
  514. </table>
  515. </div>
  516. <h4>状态変化・耐性</h4>
  517. <div class="box1">
  518. ◎>○>△>×>
  519. <span class="c_r">无效</span> [左ほど有效]
  520. <br> ゲージ中央は各怪物的平均値
  521. <br> 毒ダメージは时間経過时的総ダメージ
  522. </div>
  523. <div class="row_x">
  524. <div class="col-sm-6">
  525. <table class="t1">
  526. <tbody>
  527. <tr>
  528. <th colspan="5" class="th2">状态异常耐性</th>
  529. </tr>
  530. <tr>
  531. <th width="25%">种类</th>
  532. <th width="25%">ダメージ</th>
  533. <th width="25%">时間</th>
  534. <th width="25%">效色やすさ</th>
  535. </tr>
  536. <tr>
  537. <th class="type_6">毒</th>
  538. <td>
  539. <div class="progress" style="margin:2px;">
  540. <div class="progress-bar" role="progressbar" style="min-width:2em;width:50%;">
  541. 200
  542. </div>
  543. </div> </td>
  544. <td>
  545. <div class="progress" style="margin:2px;">
  546. <div class="progress-bar" role="progressbar" style="min-width:2em;width:40%;">
  547. 40秒
  548. </div>
  549. </div> </td>
  550. <td>
  551. <div class="progress" style="margin:2px;">
  552. <div class="progress-bar" role="progressbar" style="min-width:2em;width:46%;">
  553. </div>
  554. </div> </td>
  555. </tr>
  556. <tr>
  557. <th class="type_7">麻痹</th>
  558. <td> - </td>
  559. <td>
  560. <div class="progress" style="margin:2px;">
  561. <div class="progress-bar" role="progressbar" style="min-width:2em;width:50%;">
  562. 10秒
  563. </div>
  564. </div> </td>
  565. <td>
  566. <div class="progress" style="margin:2px;">
  567. <div class="progress-bar" role="progressbar" style="min-width:2em;width:50%;">
  568. </div>
  569. </div> </td>
  570. </tr>
  571. <tr>
  572. <th class="type_8">睡眠</th>
  573. <td> - </td>
  574. <td>
  575. <div class="progress" style="margin:2px;">
  576. <div class="progress-bar" role="progressbar" style="min-width:2em;width:50%;">
  577. 40秒
  578. </div>
  579. </div> </td>
  580. <td>
  581. <div class="progress" style="margin:2px;">
  582. <div class="progress-bar" role="progressbar" style="min-width:2em;width:48%;">
  583. </div>
  584. </div> </td>
  585. </tr>
  586. <tr>
  587. <th class="type_3">气绝</th>
  588. <td> - </td>
  589. <td>
  590. <div class="progress" style="margin:2px;">
  591. <div class="progress-bar" role="progressbar" style="min-width:2em;width:50%;">
  592. 10秒
  593. </div>
  594. </div> </td>
  595. <td>
  596. <div class="progress" style="margin:2px;">
  597. <div class="progress-bar" role="progressbar" style="min-width:2em;width:50%;">
  598. </div>
  599. </div> </td>
  600. </tr>
  601. <tr>
  602. <th class="type_10">爆破</th>
  603. <td>
  604. <div class="progress" style="margin:2px;">
  605. <div class="progress-bar" role="progressbar" style="min-width:2em;width:50%;">
  606. 100
  607. </div>
  608. </div> </td>
  609. <td> - </td>
  610. <td>
  611. <div class="progress" style="margin:2px;">
  612. <div class="progress-bar" role="progressbar" style="min-width:2em;width:45%;">
  613. </div>
  614. </div> </td>
  615. </tr>
  616. <tr>
  617. <th class="type_9">減气</th>
  618. <td> - </td>
  619. <td> - </td>
  620. <td>
  621. <div class="progress" style="margin:2px;">
  622. <div class="progress-bar" role="progressbar" style="min-width:2em;width:30%;">
  623. ×
  624. </div>
  625. </div> </td>
  626. </tr>
  627. <tr>
  628. <th class="type_13">乗り</th>
  629. <td> - </td>
  630. <td> - </td>
  631. <td>
  632. <div class="progress" style="margin:2px;">
  633. <div class="progress-bar" role="progressbar" style="min-width:2em;width:20%;">
  634. ×
  635. </div>
  636. </div> </td>
  637. </tr>
  638. </tbody>
  639. </table>
  640. </div>
  641. <div class="col-sm-6">
  642. <table class="t1">
  643. <tbody>
  644. <tr>
  645. <th colspan="5" class="th2">道具效果</th>
  646. </tr>
  647. <tr>
  648. <th width="20%">道具</th>
  649. <th width="15%">通常</th>
  650. <th width="15%">怒り</th>
  651. <th width="15%">疲れ</th>
  652. <th width="40%">前置任务</th>
  653. </tr>
  654. <tr>
  655. <th class="type_6">麻痹陷阱</th>
  656. <td class="b"> × </td>
  657. <td class="b"> × </td>
  658. <td class="b"> × </td>
  659. <td class="b"> - </td>
  660. </tr>
  661. <tr>
  662. <th class="type_13">陷阱</th>
  663. <td class="b"> 12秒 </td>
  664. <td class="b"> 12秒 </td>
  665. <td class="b"> × </td>
  666. <td class="b"> - </td>
  667. </tr>
  668. <tr>
  669. <th class="type_3">闪光玉</th>
  670. <td class="b"> 20秒 </td>
  671. <td class="b"> 15秒 </td>
  672. <td class="b"> × </td>
  673. <td class="b"> - </td>
  674. </tr>
  675. <tr>
  676. <th class="type_14">音爆弾</th>
  677. <td colspan="3" class="b"> × </td>
  678. <td class="b"> </td>
  679. </tr>
  680. <tr>
  681. <th class="type_10">罠肉</th>
  682. <td colspan="3" class="b"> × </td>
  683. <td class="b"> </td>
  684. </tr>
  685. <tr>
  686. <th class="type_12">肥料玉</th>
  687. <td colspan="3" class="b"> ○ </td>
  688. <td class="b"> </td>
  689. </tr>
  690. </tbody>
  691. </table>
  692. </div>
  693. <div class="col-sm-6">
  694. <table class="t1">
  695. <tbody>
  696. <tr>
  697. <th colspan="6" class="th2">怪物的特徴</th>
  698. </tr>
  699. <tr>
  700. <th width="10%">咆哮</th>
  701. <th width="10%">风圧</th>
  702. <th width="10%">振动</th>
  703. <th width="10%">拘束</th>
  704. <th width="30%">属性やられ</th>
  705. <th width="30%">状态异常</th>
  706. </tr>
  707. <tr>
  708. <td> <span class="b"> 小 </span> </td>
  709. <td> <span class="b"> 大 </span> </td>
  710. <td> <span class="b"> - </span> </td>
  711. <td> <span class="b"> - </span> </td>
  712. <td> <span class="type_3">雷[小,大]</span><br> </td>
  713. <td> - </td>
  714. </tr>
  715. </tbody>
  716. </table>
  717. </div>
  718. </div>
  719. <div class="box1">
  720. 二つ名怪物から入手で色る素材は任务LVによって変わります。
  721. </div>
  722. <div>
  723. <h3>剥ぎ取り・落与し物</h3>
  724. <table class="t1">
  725. <tbody>
  726. <tr>
  727. <th width="10%">方法</th>
  728. <th width="10%">下位</th>
  729. <th width="30%">上位</th>
  730. <th width="30%">G级</th>
  731. </tr>
  732. <tr>
  733. <td style="background-color:#fffff0;"> <span class="c_g b">剥ぎ取り</span><br> <span class="c_p">3回</span><br> </td>
  734. <td style="background-color:#fff;"> - </td>
  735. <td style="background-color:#fff;"> <span style="color:#888;">Lv1~4</span><br>
  736. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  737. <a href="../ida/227504.html">金雷公的甲壳</a>
  738. <span class="c_g b">40%</span>
  739. <br>
  740. <a href="../ida/227508.html">金雷公的带电毛</a>
  741. <span class="c_g b">22%</span>
  742. <br>
  743. <a href="../ida/189686.html">雷狼龙的高电壳</a>
  744. <span class="c_g b">20%</span>
  745. <br>
  746. <a href="../ida/189692.html">雷狼龙的尖爪</a>
  747. <span class="c_g b">15%</span>
  748. <br>
  749. <a href="../ida/189698.html">雷狼龙的碧玉</a>
  750. <span class="c_g b">3%</span>
  751. </div> <span style="color:#888;">Lv5~8</span><br>
  752. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  753. <a href="../ida/227504.html">金雷公的甲壳</a>
  754. <span class="c_g b">28%</span>
  755. <br>
  756. <a href="../ida/227503.html">金雷公的坚壳</a>
  757. <span class="c_g b">20%</span>
  758. <br>
  759. <a href="../ida/189692.html">雷狼龙的尖爪</a>
  760. <span class="cpg1_8"></span>
  761. <br>
  762. <a href="../ida/189686.html">雷狼龙的高电壳</a>
  763. <span class="c_g b">13%</span>
  764. <br>
  765. <a href="../ida/227505.html">金雷公的高电毛</a>
  766. <span class="c_g b">10%</span>
  767. <br>
  768. <a href="../ida/227508.html">金雷公的带电毛</a>
  769. <span class="c_g b">10%</span>
  770. <br>
  771. <a href="../ida/189698.html">雷狼龙的碧玉</a>
  772. <span class="cpg1_12"></span>
  773. </div> <span style="color:#888;">Lv9~10</span><br>
  774. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  775. <a href="../ida/227503.html">金雷公的坚壳</a>
  776. <span class="c_g b">40%</span>
  777. <br>
  778. <a href="../ida/227505.html">金雷公的高电毛</a>
  779. <span class="c_g b">25%</span>
  780. <br>
  781. <a href="../ida/189692.html">雷狼龙的尖爪</a>
  782. <span class="c_g b">14%</span>
  783. <br>
  784. <a href="../ida/189686.html">雷狼龙的高电壳</a>
  785. <span class="cpg1_16"></span>
  786. <br>
  787. <a href="../ida/189698.html">雷狼龙的碧玉</a>
  788. <span class="c_g b">8%</span>
  789. </div> </td>
  790. <td style="background-color:#fff;"> <span style="color:#888;">LvG1~G2</span><br>
  791. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  792. <a href="../ida/227503.html">金雷公的坚壳</a>
  793. <span class="c_g b">28%</span>
  794. <br>
  795. <a href="../ida/227505.html">金雷公的高电毛</a>
  796. <span class="c_g b">22%</span>
  797. <br>
  798. <a href="../ida/296024.html">金雷公的重壳</a>
  799. <span class="cpg1_20"></span>
  800. <br>
  801. <a href="../ida/281042.html">雷狼龙的刚爪</a>
  802. <span class="c_g b">14%</span>
  803. <br>
  804. <a href="../ida/281046.html">雷狼龙的雷电壳</a>
  805. <span class="c_g b">13%</span>
  806. <br>
  807. <a href="../ida/281045.html">雷狼龙的天玉</a>
  808. <span class="c_g b">3%</span>
  809. </div> <span style="color:#888;">LvG3~G5</span><br>
  810. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  811. <a href="../ida/227503.html">金雷公的坚壳</a>
  812. <span class="cpg1_24"></span>
  813. <br>
  814. <a href="../ida/296024.html">金雷公的重壳</a>
  815. <span class="c_g b">20%</span>
  816. <br>
  817. <a href="../ida/281042.html">雷狼龙的刚爪</a>
  818. <span class="c_g b">14%</span>
  819. <br>
  820. <a href="../ida/281046.html">雷狼龙的雷电壳</a>
  821. <span class="c_g b">13%</span>
  822. <br>
  823. <a href="../ida/296025.html">金雷公的雷电毛</a>
  824. <span class="cpg1_28"></span>
  825. <br>
  826. <a href="../ida/227505.html">金雷公的高电毛</a>
  827. <span class="c_g b">10%</span>
  828. <br>
  829. <a href="../ida/281045.html">雷狼龙的天玉</a>
  830. <span class="c_g b">5%</span>
  831. </div> <span style="color:#888;">LvG超</span><br>
  832. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  833. <a href="../ida/296024.html">金雷公的重壳</a>
  834. <span class="c_g b">40%</span>
  835. <br>
  836. <a href="../ida/296025.html">金雷公的雷电毛</a>
  837. <span class="cpg1_32"></span>
  838. <br>
  839. <a href="../ida/281042.html">雷狼龙的刚爪</a>
  840. <span class="c_g b">14%</span>
  841. <br>
  842. <a href="../ida/281046.html">雷狼龙的雷电壳</a>
  843. <span class="c_g b">13%</span>
  844. <br>
  845. <a href="../ida/281045.html">雷狼龙的天玉</a>
  846. <span class="c_g b">8%</span>
  847. </div> </td>
  848. </tr>
  849. <tr>
  850. <td style="background-color:#fffff0;" rowspan="2"> <span class="c_g b">背中で虫网</span><br> <span class="c_p">∞回</span><br> </td>
  851. <td style="background-color:#fff;"> - </td>
  852. <td style="background-color:#fff;"> <span style="color:#888;">Lv1~4</span><br>
  853. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  854. <a href="../ida/189211.html">超电雷光虫</a>
  855. <span class="cpg1_36"></span>
  856. <br>
  857. <a href="../ida/227508.html">金雷公的带电毛</a>
  858. <span class="c_g b">10%</span>
  859. </div> <span style="color:#888;">Lv5~8</span><br>
  860. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  861. <a href="../ida/189211.html">超电雷光虫</a>
  862. <span class="c_g b">82%</span>
  863. <br>
  864. <a href="../ida/227508.html">金雷公的带电毛</a>
  865. <span class="c_g b">10%</span>
  866. <br>
  867. <a href="../ida/227505.html">金雷公的高电毛</a>
  868. <span class="cpg1_40"></span>
  869. </div> <span style="color:#888;">Lv9~10</span><br>
  870. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  871. <a href="../ida/189211.html">超电雷光虫</a>
  872. <span class="c_g b">82%</span>
  873. <br>
  874. <a href="../ida/227505.html">金雷公的高电毛</a>
  875. <span class="c_g b">18%</span>
  876. </div> </td>
  877. <td style="background-color:#fff;"> <span style="color:#888;">LvG1~G2</span><br>
  878. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  879. <a href="../ida/189211.html">超电雷光虫</a>
  880. <span class="c_g b">90%</span>
  881. <br>
  882. <a href="../ida/227505.html">金雷公的高电毛</a>
  883. <span class="cpg1_44"></span>
  884. </div> <span style="color:#888;">LvG3~G5</span><br>
  885. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  886. <a href="../ida/189211.html">超电雷光虫</a>
  887. <span class="c_g b">82%</span>
  888. <br>
  889. <a href="../ida/227505.html">金雷公的高电毛</a>
  890. <span class="c_g b">10%</span>
  891. <br>
  892. <a href="../ida/296025.html">金雷公的雷电毛</a>
  893. <span class="c_g b">8%</span>
  894. </div> <span style="color:#888;">LvG超</span><br>
  895. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  896. <a href="../ida/189211.html">超电雷光虫</a>
  897. <span class="cpg1_48"></span>
  898. <br>
  899. <a href="../ida/296025.html">金雷公的雷电毛</a>
  900. <span class="c_g b">18%</span>
  901. </div> </td>
  902. </tr>
  903. <tr>
  904. <td colspan="3" style="background-color:#F9F9F9;">転倒时に背中から虫网で采取</td>
  905. </tr>
  906. <tr>
  907. <td style="background-color:#fffff0;" rowspan="2"> <span class="c_g b">尾巴剥ぎ取り</span><br> <span class="c_p">1回</span><br> </td>
  908. <td style="background-color:#fff;"> - </td>
  909. <td style="background-color:#fff;"> <span style="color:#888;">Lv1~4</span><br>
  910. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  911. <a href="../ida/189688.html">雷狼龙的尾巴</a>
  912. <span class="c_g b">70%</span>
  913. <br>
  914. <a href="../ida/227504.html">金雷公的甲壳</a>
  915. <span class="c_g b">20%</span>
  916. <br>
  917. <a href="../ida/227508.html">金雷公的带电毛</a>
  918. <span class="cpg1_52"></span>
  919. <br>
  920. <a href="../ida/189698.html">雷狼龙的碧玉</a>
  921. <span class="c_g b">2%</span>
  922. </div> <span style="color:#888;">Lv5~8</span><br>
  923. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  924. <a href="../ida/189688.html">雷狼龙的尾巴</a>
  925. <span class="c_g b">70%</span>
  926. <br>
  927. <a href="../ida/227504.html">金雷公的甲壳</a>
  928. <span class="c_g b">12%</span>
  929. <br>
  930. <a href="../ida/227503.html">金雷公的坚壳</a>
  931. <span class="cpg1_56"></span>
  932. <br>
  933. <a href="../ida/227505.html">金雷公的高电毛</a>
  934. <span class="c_g b">8%</span>
  935. <br>
  936. <a href="../ida/189698.html">雷狼龙的碧玉</a>
  937. <span class="c_g b">2%</span>
  938. </div> <span style="color:#888;">Lv9~10</span><br>
  939. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  940. <a href="../ida/189688.html">雷狼龙的尾巴</a>
  941. <span class="c_g b">70%</span>
  942. <br>
  943. <a href="../ida/227503.html">金雷公的坚壳</a>
  944. <span class="cpg1_60"></span>
  945. <br>
  946. <a href="../ida/227505.html">金雷公的高电毛</a>
  947. <span class="c_g b">8%</span>
  948. <br>
  949. <a href="../ida/189698.html">雷狼龙的碧玉</a>
  950. <span class="c_g b">2%</span>
  951. </div> </td>
  952. <td style="background-color:#fff;"> <span style="color:#888;">LvG1~G2</span><br>
  953. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  954. <a href="../ida/281044.html">雷狼龙的靭尾</a>
  955. <span class="c_g b">70%</span>
  956. <br>
  957. <a href="../ida/227503.html">金雷公的坚壳</a>
  958. <span class="cpg1_64"></span>
  959. <br>
  960. <a href="../ida/296024.html">金雷公的重壳</a>
  961. <span class="c_g b">8%</span>
  962. <br>
  963. <a href="../ida/227505.html">金雷公的高电毛</a>
  964. <span class="c_g b">8%</span>
  965. <br>
  966. <a href="../ida/281045.html">雷狼龙的天玉</a>
  967. <span class="c_g b">2%</span>
  968. </div> <span style="color:#888;">LvG3~G5</span><br>
  969. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  970. <a href="../ida/281044.html">雷狼龙的靭尾</a>
  971. <span class="cpg1_68"></span>
  972. <br>
  973. <a href="../ida/227503.html">金雷公的坚壳</a>
  974. <span class="c_g b">12%</span>
  975. <br>
  976. <a href="../ida/296024.html">金雷公的重壳</a>
  977. <span class="c_g b">8%</span>
  978. <br>
  979. <a href="../ida/296025.html">金雷公的雷电毛</a>
  980. <span class="c_g b">8%</span>
  981. <br>
  982. <a href="../ida/281045.html">雷狼龙的天玉</a>
  983. <span class="cpg1_72"></span>
  984. </div> <span style="color:#888;">LvG超</span><br>
  985. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  986. <a href="../ida/281044.html">雷狼龙的靭尾</a>
  987. <span class="c_g b">70%</span>
  988. <br>
  989. <a href="../ida/296024.html">金雷公的重壳</a>
  990. <span class="c_g b">20%</span>
  991. <br>
  992. <a href="../ida/296025.html">金雷公的雷电毛</a>
  993. <span class="c_g b">8%</span>
  994. <br>
  995. <a href="../ida/281045.html">雷狼龙的天玉</a>
  996. <span class="cpg1_76"></span>
  997. </div> </td>
  998. </tr>
  999. <tr>
  1000. <td colspan="3" style="background-color:#F9F9F9;">切断系的攻击</td>
  1001. </tr>
  1002. <tr>
  1003. <td style="background-color:#fffff0;" rowspan="2"> <span class="c_g b">落与し物</span><br> <span class="c_p">3回</span><br> </td>
  1004. <td style="background-color:#fff;"> - </td>
  1005. <td style="background-color:#fff;"> <span style="color:#888;">Lv1~4</span><br>
  1006. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1007. <a href="../ida/219980.html">龙泪</a>
  1008. <span class="c_g b">38%</span>
  1009. <br>
  1010. <a href="../ida/219977.html">龙的大粒泪</a>
  1011. <span class="c_g b">37%</span>
  1012. <br>
  1013. <a href="../ida/227504.html">金雷公的甲壳</a>
  1014. <span class="c_g b">15%</span>
  1015. <br>
  1016. <a href="../ida/189211.html">超电雷光虫</a>
  1017. <span class="cpg1_80"></span>
  1018. <br>
  1019. <a href="../ida/189698.html">雷狼龙的碧玉</a>
  1020. <span class="c_g b">2%</span>
  1021. </div> <span style="color:#888;">Lv5~8</span><br>
  1022. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1023. <a href="../ida/219980.html">龙泪</a>
  1024. <span class="c_g b">38%</span>
  1025. <br>
  1026. <a href="../ida/219977.html">龙的大粒泪</a>
  1027. <span class="c_g b">37%</span>
  1028. <br>
  1029. <a href="../ida/227504.html">金雷公的甲壳</a>
  1030. <span class="cpg1_84"></span>
  1031. <br>
  1032. <a href="../ida/189211.html">超电雷光虫</a>
  1033. <span class="c_g b">8%</span>
  1034. <br>
  1035. <a href="../ida/227503.html">金雷公的坚壳</a>
  1036. <span class="c_g b">5%</span>
  1037. <br>
  1038. <a href="../ida/189698.html">雷狼龙的碧玉</a>
  1039. <span class="c_g b">2%</span>
  1040. </div> <span style="color:#888;">Lv9~10</span><br>
  1041. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1042. <a href="../ida/219980.html">龙泪</a>
  1043. <span class="cpg1_88"></span>
  1044. <br>
  1045. <a href="../ida/219977.html">龙的大粒泪</a>
  1046. <span class="c_g b">37%</span>
  1047. <br>
  1048. <a href="../ida/227503.html">金雷公的坚壳</a>
  1049. <span class="c_g b">15%</span>
  1050. <br>
  1051. <a href="../ida/189211.html">超电雷光虫</a>
  1052. <span class="c_g b">8%</span>
  1053. <br>
  1054. <a href="../ida/189698.html">雷狼龙的碧玉</a>
  1055. <span class="cpg1_92"></span>
  1056. </div> </td>
  1057. <td style="background-color:#fff;"> <span style="color:#888;">LvG1~G5</span><br>
  1058. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1059. <a href="../ida/219977.html">龙的大粒泪</a>
  1060. <span class="c_g b">75%</span>
  1061. <br>
  1062. <a href="../ida/227503.html">金雷公的坚壳</a>
  1063. <span class="c_g b">10%</span>
  1064. <br>
  1065. <a href="../ida/189211.html">超电雷光虫</a>
  1066. <span class="c_g b">8%</span>
  1067. <br>
  1068. <a href="../ida/296024.html">金雷公的重壳</a>
  1069. <span class="cpg1_96"></span>
  1070. <br>
  1071. <a href="../ida/281045.html">雷狼龙的天玉</a>
  1072. <span class="c_g b">2%</span>
  1073. </div> <span style="color:#888;">LvG超</span><br>
  1074. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1075. <a href="../ida/219977.html">龙的大粒泪</a>
  1076. <span class="c_g b">75%</span>
  1077. <br>
  1078. <a href="../ida/296024.html">金雷公的重壳</a>
  1079. <span class="c_g b">15%</span>
  1080. <br>
  1081. <a href="../ida/189211.html">超电雷光虫</a>
  1082. <span class="cpg1_100"></span>
  1083. <br>
  1084. <a href="../ida/281045.html">雷狼龙的天玉</a>
  1085. <span class="c_g b">2%</span>
  1086. </div> </td>
  1087. </tr>
  1088. <tr>
  1089. <td colspan="3" style="background-color:#F9F9F9;">真带电状态から超带电状态に戻った时</td>
  1090. </tr>
  1091. </tbody>
  1092. </table>
  1093. <h3>捕获・部位破坏报酬</h3>
  1094. <table class="t1">
  1095. <tbody>
  1096. <tr>
  1097. <th width="10%">方法</th>
  1098. <th width="10%">下位</th>
  1099. <th width="30%">上位</th>
  1100. <th width="30%">G级</th>
  1101. </tr>
  1102. <tr>
  1103. <td style="background-color:#fffff0;"> <span class="c_g b">捕获</span><br> </td>
  1104. <td style="background-color:#fff;"> - </td>
  1105. <td style="background-color:#fff;"> <span style="color:#888;">Lv1~4</span><br>
  1106. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1107. <a href="../ida/227508.html">金雷公的带电毛</a>
  1108. <span class="c_g b">26%</span>
  1109. <br>
  1110. <a href="../ida/189686.html">雷狼龙的高电壳</a>
  1111. <span class="c_g b">26%</span>
  1112. <br>
  1113. <a href="../ida/189692.html">雷狼龙的尖爪</a>
  1114. <span class="cpg1_104"></span>
  1115. <br>
  1116. <a href="../ida/189211.html">超电雷光虫</a> x4
  1117. <span class="c_g b">12%</span>
  1118. <br>
  1119. <a href="../ida/227504.html">金雷公的甲壳</a> x2
  1120. <span class="c_g b">10%</span>
  1121. <br>
  1122. <a href="../ida/189681.html">雷狼龙的逆鱗</a>
  1123. <span class="c_g b">6%</span>
  1124. <br>
  1125. <a href="../ida/189698.html">雷狼龙的碧玉</a>
  1126. <span class="cpg1_108"></span>
  1127. </div> <span style="color:#888;">Lv5~8</span><br>
  1128. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1129. <a href="../ida/189686.html">雷狼龙的高电壳</a>
  1130. <span class="c_g b">26%</span>
  1131. <br>
  1132. <a href="../ida/189692.html">雷狼龙的尖爪</a>
  1133. <span class="c_g b">18%</span>
  1134. <br>
  1135. <a href="../ida/227508.html">金雷公的带电毛</a>
  1136. <span class="c_g b">16%</span>
  1137. <br>
  1138. <a href="../ida/189211.html">超电雷光虫</a> x4
  1139. <span class="cpg1_112"></span>
  1140. <br>
  1141. <a href="../ida/227503.html">金雷公的坚壳</a> x2
  1142. <span class="c_g b">10%</span>
  1143. <br>
  1144. <a href="../ida/227505.html">金雷公的高电毛</a>
  1145. <span class="c_g b">10%</span>
  1146. <br>
  1147. <a href="../ida/189681.html">雷狼龙的逆鱗</a>
  1148. <span class="c_g b">6%</span>
  1149. <br>
  1150. <a href="../ida/189698.html">雷狼龙的碧玉</a>
  1151. <span class="cpg1_116"></span>
  1152. </div> <span style="color:#888;">Lv9~10</span><br>
  1153. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1154. <a href="../ida/227505.html">金雷公的高电毛</a>
  1155. <span class="c_g b">26%</span>
  1156. <br>
  1157. <a href="../ida/189686.html">雷狼龙的高电壳</a>
  1158. <span class="c_g b">26%</span>
  1159. <br>
  1160. <a href="../ida/189692.html">雷狼龙的尖爪</a>
  1161. <span class="c_g b">18%</span>
  1162. <br>
  1163. <a href="../ida/189211.html">超电雷光虫</a> x4
  1164. <span class="cpg1_120"></span>
  1165. <br>
  1166. <a href="../ida/227503.html">金雷公的坚壳</a> x2
  1167. <span class="c_g b">10%</span>
  1168. <br>
  1169. <a href="../ida/189681.html">雷狼龙的逆鱗</a>
  1170. <span class="c_g b">6%</span>
  1171. <br>
  1172. <a href="../ida/189698.html">雷狼龙的碧玉</a>
  1173. <span class="c_g b">2%</span>
  1174. </div> </td>
  1175. <td style="background-color:#fff;"> <span style="color:#888;">LvG1~G2</span><br>
  1176. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1177. <a href="../ida/281046.html">雷狼龙的雷电壳</a>
  1178. <span class="cpg1_124"></span>
  1179. <br>
  1180. <a href="../ida/281042.html">雷狼龙的刚爪</a>
  1181. <span class="c_g b">18%</span>
  1182. <br>
  1183. <a href="../ida/227505.html">金雷公的高电毛</a>
  1184. <span class="c_g b">16%</span>
  1185. <br>
  1186. <a href="../ida/189211.html">超电雷光虫</a> x4
  1187. <span class="c_g b">12%</span>
  1188. <br>
  1189. <a href="../ida/296024.html">金雷公的重壳</a> x2
  1190. <span class="cpg1_128"></span>
  1191. <br>
  1192. <a href="../ida/227503.html">金雷公的坚壳</a> x2
  1193. <span class="c_g b">10%</span>
  1194. <br>
  1195. <a href="../ida/189698.html">雷狼龙的碧玉</a>
  1196. <span class="c_g b">6%</span>
  1197. <br>
  1198. <a href="../ida/281045.html">雷狼龙的天玉</a>
  1199. <span class="c_g b">2%</span>
  1200. </div> <span style="color:#888;">LvG3~G5</span><br>
  1201. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1202. <a href="../ida/281046.html">雷狼龙的雷电壳</a>
  1203. <span class="cpg1_132"></span>
  1204. <br>
  1205. <a href="../ida/281042.html">雷狼龙的刚爪</a>
  1206. <span class="c_g b">18%</span>
  1207. <br>
  1208. <a href="../ida/227505.html">金雷公的高电毛</a>
  1209. <span class="c_g b">16%</span>
  1210. <br>
  1211. <a href="../ida/189211.html">超电雷光虫</a> x4
  1212. <span class="c_g b">12%</span>
  1213. <br>
  1214. <a href="../ida/296024.html">金雷公的重壳</a> x2
  1215. <span class="cpg1_136"></span>
  1216. <br>
  1217. <a href="../ida/296025.html">金雷公的雷电毛</a>
  1218. <span class="c_g b">10%</span>
  1219. <br>
  1220. <a href="../ida/189698.html">雷狼龙的碧玉</a>
  1221. <span class="c_g b">6%</span>
  1222. <br>
  1223. <a href="../ida/281045.html">雷狼龙的天玉</a>
  1224. <span class="c_g b">2%</span>
  1225. </div> <span style="color:#888;">LvG超</span><br>
  1226. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1227. <a href="../ida/296025.html">金雷公的雷电毛</a>
  1228. <span class="cpg1_140"></span>
  1229. <br>
  1230. <a href="../ida/281046.html">雷狼龙的雷电壳</a>
  1231. <span class="c_g b">26%</span>
  1232. <br>
  1233. <a href="../ida/281042.html">雷狼龙的刚爪</a>
  1234. <span class="c_g b">18%</span>
  1235. <br>
  1236. <a href="../ida/189211.html">超电雷光虫</a> x4
  1237. <span class="c_g b">12%</span>
  1238. <br>
  1239. <a href="../ida/296024.html">金雷公的重壳</a> x2
  1240. <span class="cpg1_144"></span>
  1241. <br>
  1242. <a href="../ida/189698.html">雷狼龙的碧玉</a>
  1243. <span class="c_g b">6%</span>
  1244. <br>
  1245. <a href="../ida/281045.html">雷狼龙的天玉</a>
  1246. <span class="c_g b">2%</span>
  1247. </div> </td>
  1248. </tr>
  1249. <tr>
  1250. <td style="background-color:#fffff0;" rowspan="2"> <span class="c_g b">头破坏</span><br> </td>
  1251. <td style="background-color:#fff;"> - </td>
  1252. <td style="background-color:#fff;"> <span style="color:#888;">Lv1~4</span><br>
  1253. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1254. <a href="../ida/227506.html">金雷公的旋角</a>
  1255. <span class="c_g b">80%</span>
  1256. <br>
  1257. <a href="../ida/227504.html">金雷公的甲壳</a>
  1258. <span class="cpg1_148"></span>
  1259. <br>
  1260. <a href="../ida/189698.html">雷狼龙的碧玉</a>
  1261. <span class="c_g b">3%</span>
  1262. </div> <span style="color:#888;">Lv5~8</span><br>
  1263. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1264. <a href="../ida/227506.html">金雷公的旋角</a>
  1265. <span class="c_g b">45%</span>
  1266. <br>
  1267. <a href="../ida/227507.html">金雷公的大旋角</a>
  1268. <span class="c_g b">35%</span>
  1269. <br>
  1270. <a href="../ida/227504.html">金雷公的甲壳</a>
  1271. <span class="cpg1_152"></span>
  1272. <br>
  1273. <a href="../ida/227503.html">金雷公的坚壳</a>
  1274. <span class="c_g b">7%</span>
  1275. <br>
  1276. <a href="../ida/189698.html">雷狼龙的碧玉</a>
  1277. <span class="c_g b">3%</span>
  1278. </div> <span style="color:#888;">Lv9~10</span><br>
  1279. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1280. <a href="../ida/227507.html">金雷公的大旋角</a>
  1281. <span class="c_g b">70%</span>
  1282. <br>
  1283. <a href="../ida/227503.html">金雷公的坚壳</a>
  1284. <span class="cpg1_156"></span>
  1285. <br>
  1286. <a href="../ida/227506.html">金雷公的旋角</a> x2
  1287. <span class="c_g b">10%</span>
  1288. <br>
  1289. <a href="../ida/189698.html">雷狼龙的碧玉</a>
  1290. <span class="c_g b">3%</span>
  1291. </div> </td>
  1292. <td style="background-color:#fff;"> <span style="color:#888;">LvG1~G5</span><br>
  1293. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1294. <a href="../ida/227507.html">金雷公的大旋角</a>
  1295. <span class="c_g b">45%</span>
  1296. <br>
  1297. <a href="../ida/296023.html">金雷公的极旋角</a>
  1298. <span class="cpg1_160"></span>
  1299. <br>
  1300. <a href="../ida/227503.html">金雷公的坚壳</a>
  1301. <span class="c_g b">10%</span>
  1302. <br>
  1303. <a href="../ida/296024.html">金雷公的重壳</a>
  1304. <span class="c_g b">7%</span>
  1305. <br>
  1306. <a href="../ida/281045.html">雷狼龙的天玉</a>
  1307. <span class="c_g b">3%</span>
  1308. </div> <span style="color:#888;">LvG超</span><br>
  1309. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1310. <a href="../ida/296023.html">金雷公的极旋角</a>
  1311. <span class="cpg1_164"></span>
  1312. <br>
  1313. <a href="../ida/296024.html">金雷公的重壳</a>
  1314. <span class="c_g b">17%</span>
  1315. <br>
  1316. <a href="../ida/227507.html">金雷公的大旋角</a> x2
  1317. <span class="c_g b">10%</span>
  1318. <br>
  1319. <a href="../ida/281045.html">雷狼龙的天玉</a>
  1320. <span class="c_g b">3%</span>
  1321. </div> </td>
  1322. </tr>
  1323. <tr>
  1324. <td colspan="3" style="background-color:#F9F9F9;">1回目で左角破坏。2回目で右角破坏。两方破坏で报酬</td>
  1325. </tr>
  1326. <tr>
  1327. <td style="background-color:#fffff0;" rowspan="2"> <span class="c_g b">背中破坏</span><br> </td>
  1328. <td style="background-color:#fff;"> - </td>
  1329. <td style="background-color:#fff;"> <span style="color:#888;">Lv1~4</span><br>
  1330. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1331. <a href="../ida/189686.html">雷狼龙的高电壳</a>
  1332. <span class="cpg1_168"></span>
  1333. <br>
  1334. <a href="../ida/227508.html">金雷公的带电毛</a>
  1335. <span class="c_g b">25%</span>
  1336. <br>
  1337. <a href="../ida/227504.html">金雷公的甲壳</a> x2
  1338. <span class="c_g b">10%</span>
  1339. <br>
  1340. <a href="../ida/189694.html">雷狼龙的蓄电壳</a> x2
  1341. <span class="c_g b">10%</span>
  1342. </div> <span style="color:#888;">Lv5~8</span><br>
  1343. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1344. <a href="../ida/189686.html">雷狼龙的高电壳</a>
  1345. <span class="cpg1_172"></span>
  1346. <br>
  1347. <a href="../ida/227508.html">金雷公的带电毛</a>
  1348. <span class="c_g b">15%</span>
  1349. <br>
  1350. <a href="../ida/227504.html">金雷公的甲壳</a> x2
  1351. <span class="c_g b">10%</span>
  1352. <br>
  1353. <a href="../ida/227505.html">金雷公的高电毛</a>
  1354. <span class="c_g b">10%</span>
  1355. <br>
  1356. <a href="../ida/189694.html">雷狼龙的蓄电壳</a> x2
  1357. <span class="cpg1_176"></span>
  1358. </div> <span style="color:#888;">Lv9~10</span><br>
  1359. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1360. <a href="../ida/189686.html">雷狼龙的高电壳</a>
  1361. <span class="c_g b">55%</span>
  1362. <br>
  1363. <a href="../ida/227505.html">金雷公的高电毛</a>
  1364. <span class="c_g b">25%</span>
  1365. <br>
  1366. <a href="../ida/227503.html">金雷公的坚壳</a> x2
  1367. <span class="c_g b">10%</span>
  1368. <br>
  1369. <a href="../ida/189694.html">雷狼龙的蓄电壳</a> x2
  1370. <span class="cpg1_180"></span>
  1371. </div> </td>
  1372. <td style="background-color:#fff;"> <span style="color:#888;">LvG1~G2</span><br>
  1373. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1374. <a href="../ida/281046.html">雷狼龙的雷电壳</a>
  1375. <span class="c_g b">55%</span>
  1376. <br>
  1377. <a href="../ida/227505.html">金雷公的高电毛</a>
  1378. <span class="c_g b">25%</span>
  1379. <br>
  1380. <a href="../ida/227503.html">金雷公的坚壳</a> x2
  1381. <span class="c_g b">10%</span>
  1382. <br>
  1383. <a href="../ida/189686.html">雷狼龙的高电壳</a> x2
  1384. <span class="cpg1_184"></span>
  1385. </div> <span style="color:#888;">LvG3~G5</span><br>
  1386. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1387. <a href="../ida/281046.html">雷狼龙的雷电壳</a>
  1388. <span class="c_g b">55%</span>
  1389. <br>
  1390. <a href="../ida/227505.html">金雷公的高电毛</a>
  1391. <span class="c_g b">15%</span>
  1392. <br>
  1393. <a href="../ida/227503.html">金雷公的坚壳</a> x2
  1394. <span class="c_g b">10%</span>
  1395. <br>
  1396. <a href="../ida/296025.html">金雷公的雷电毛</a>
  1397. <span class="cpg1_188"></span>
  1398. <br>
  1399. <a href="../ida/189686.html">雷狼龙的高电壳</a> x2
  1400. <span class="c_g b">10%</span>
  1401. </div> <span style="color:#888;">LvG超</span><br>
  1402. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1403. <a href="../ida/281046.html">雷狼龙的雷电壳</a>
  1404. <span class="c_g b">55%</span>
  1405. <br>
  1406. <a href="../ida/296025.html">金雷公的雷电毛</a>
  1407. <span class="c_g b">25%</span>
  1408. <br>
  1409. <a href="../ida/296024.html">金雷公的重壳</a> x2
  1410. <span class="cpg1_192"></span>
  1411. <br>
  1412. <a href="../ida/189686.html">雷狼龙的高电壳</a> x2
  1413. <span class="c_g b">10%</span>
  1414. </div> </td>
  1415. </tr>
  1416. <tr>
  1417. <td colspan="3" style="background-color:#F9F9F9;">耐久値を2回0にする与报酬</td>
  1418. </tr>
  1419. <tr>
  1420. <td style="background-color:#fffff0;" rowspan="2"> <span class="c_g b">前脚破坏</span><br> </td>
  1421. <td style="background-color:#fff;"> - </td>
  1422. <td style="background-color:#fff;"> <span style="color:#888;">Lv1~10</span><br>
  1423. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1424. <a href="../ida/189692.html">雷狼龙的尖爪</a>
  1425. <span class="c_g b">65%</span>
  1426. <br>
  1427. <a href="../ida/189692.html">雷狼龙的尖爪</a> x2
  1428. <span class="c_g b">17%</span>
  1429. <br>
  1430. <a href="../ida/189686.html">雷狼龙的高电壳</a>
  1431. <span class="cpg1_196"></span>
  1432. <br>
  1433. <a href="../ida/189696.html">雷狼龙爪</a> x3
  1434. <span class="c_g b">8%</span>
  1435. </div> </td>
  1436. <td style="background-color:#fff;"> <span style="color:#888;">LvG1~G超</span><br>
  1437. <div style="padding:0px;margin:0px;border:1px solid #008000;">
  1438. <a href="../ida/281042.html">雷狼龙的刚爪</a>
  1439. <span class="c_g b">65%</span>
  1440. <br>
  1441. <a href="../ida/281042.html">雷狼龙的刚爪</a> x2
  1442. <span class="c_g b">17%</span>
  1443. <br>
  1444. <a href="../ida/281046.html">雷狼龙的雷电壳</a>
  1445. <span class="cpg1_200"></span>
  1446. <br>
  1447. <a href="../ida/189692.html">雷狼龙的尖爪</a> x2
  1448. <span class="c_g b">8%</span>
  1449. </div> </td>
  1450. </tr>
  1451. <tr>
  1452. <td colspan="3" style="background-color:#F9F9F9;">左右どちらか的爪が折れる与报酬</td>
  1453. </tr>
  1454. </tbody>
  1455. </table>
  1456. </div>
  1457. <h3>生息地</h3>
  1458. <table class="t1">
  1459. <tbody>
  1460. <tr>
  1461. <th width="25%">地图</th>
  1462. <th width="25%">初期区域 (大几率)</th>
  1463. <th width="25%">移动区域</th>
  1464. <th width="25%">休息区域</th>
  1465. </tr>
  1466. <tr>
  1467. <td><a href="../data/2400.html">古代林</a></td>
  1468. <td>4</td>
  1469. <td>2,4,5,6,7,8,9,10,11</td>
  1470. <td>8</td>
  1471. </tr>
  1472. <tr>
  1473. <td><a href="../data/2403.html">溪流</a></td>
  1474. <td>5,6</td>
  1475. <td>2,4,5,6,7,8,9</td>
  1476. <td>9</td>
  1477. </tr>
  1478. <tr>
  1479. <td><a href="../data/2402.html">孤岛</a></td>
  1480. <td>5</td>
  1481. <td>2,3,5,6,9</td>
  1482. <td>2</td>
  1483. </tr>
  1484. <tr>
  1485. <td><a href="../data/2410.html">冰海</a></td>
  1486. <td>3</td>
  1487. <td>3,4,5,6,7,9</td>
  1488. <td>4</td>
  1489. </tr>
  1490. <tr>
  1491. <td><a href="../data/2968.html">遗群岭</a></td>
  1492. <td>5</td>
  1493. <td>1,2,3,4,5,6,7</td>
  1494. <td>7</td>
  1495. </tr>
  1496. </tbody>
  1497. </table>
  1498. <h3>出现任务</h3>
  1499. <div class="box1">
  1500. <span style="background-color:#FFE8E0;">赤色</span>背景は乱入时に出现
  1501. <br>
  1502. <img src="../images/monster_color/rannyu1.png" width="16px" height="16px"> 乱入怪物的底色使用
  1503. <span style="background-color:#fff0a0;">橙色</span>标识
  1504. <br> 強さ的ゲージは [
  1505. <span style="background-color:#5CB85C;">绿</span>:体力的倍率] [
  1506. <span style="background-color:#CC9342;">橙</span>:全体防御率] を集计しゲージが増えるほど強く、平均値がゲージ中央に之るように加工
  1507. <br> 怪物固有的体力等があり、そ的倍率之的で异之る怪物与的比較には使えません
  1508. </div>
  1509. <table class="t1">
  1510. <tbody>
  1511. <tr>
  1512. <th width="43%" class="sp_only">任务名</th>
  1513. <th width="17%" class="sp_only">強さ</th>
  1514. <th width="40%" class="sp_only">怪物</th>
  1515. <th width="15%" class="pc_only">种类</th>
  1516. <th width="30%" class="pc_only">任务名</th>
  1517. <th width="10%" class="pc_only">区域</th>
  1518. <th width="15%" class="pc_only">強さ</th>
  1519. <th width="30%" class="pc_only">怪物</th>
  1520. </tr>
  1521. <tr>
  1522. <td style="background-color:;color:#cc33cc;" class="pc_only"> 特许可 </td>
  1523. <td style="background-color:;padding-left:10px;" class="left"> <img alt="狩猎" title="狩猎" src="../images/quest/quest1.png" width="16px" height="16px"> <span class="sp_only"> <span style="color:#cc33cc;">特许可</span> [<a href="../data/2403.html">溪流</a>]<br> </span> <a href="../ida/235926.html">金雷公狩猎委托1</a> </td>
  1524. <td style="background-color:#F0FFF0" class="pc_only"> <a href="../data/2403.html">溪流</a> </td>
  1525. <td style="background-color:;">
  1526. <div class="progress" style="height:3px;margin:3px;">
  1527. <div class="progress-bar progress-bar-success" role="progressbar" style="width:48%;height:3px;"></div>
  1528. </div>
  1529. <div class="progress" style="height:3px;margin:3px;">
  1530. <div class="progress-bar progress-bar-warning" role="progressbar" style="width:50%;height:3px;"></div>
  1531. </div> </td>
  1532. <td style="background-color:;"> <img src="../images/monster_color/monster1.png" width="16px" height="16px"> <a href="../data/2839.html#id217781">金雷公雷狼龙</a><br> </td>
  1533. </tr>
  1534. <tr>
  1535. <td style="background-color:;color:#cc33cc;" class="pc_only"> 特许可 </td>
  1536. <td style="background-color:;padding-left:10px;" class="left"> <img alt="捕获" title="捕获" src="../images/quest/quest5.png" width="16px" height="16px"> <span class="sp_only"> <span style="color:#cc33cc;">特许可</span> [<a href="../data/2410.html">冰海</a>]<br> </span> <a href="../ida/261261.html">金雷公捕获委托2</a> </td>
  1537. <td style="background-color:#D0ECEA" class="pc_only"> <a href="../data/2410.html">冰海</a> </td>
  1538. <td style="background-color:;">
  1539. <div class="progress" style="height:3px;margin:3px;">
  1540. <div class="progress-bar progress-bar-success" role="progressbar" style="width:48%;height:3px;"></div>
  1541. </div>
  1542. <div class="progress" style="height:3px;margin:3px;">
  1543. <div class="progress-bar progress-bar-warning" role="progressbar" style="width:50%;height:3px;"></div>
  1544. </div> </td>
  1545. <td style="background-color:;"> <img src="../images/monster_color/monster1.png" width="16px" height="16px"> <a href="../data/2839.html#id217781">金雷公雷狼龙</a><br> </td>
  1546. </tr>
  1547. <tr>
  1548. <td style="background-color:;color:#cc33cc;" class="pc_only"> 特许可 </td>
  1549. <td style="background-color:;padding-left:10px;" class="left"> <img alt="狩猎" title="狩猎" src="../images/quest/quest1.png" width="16px" height="16px"> <span class="sp_only"> <span style="color:#cc33cc;">特许可</span> [<a href="../data/2403.html">溪流</a>]<br> </span> <a href="../ida/261262.html">金雷公狩猎委托3</a> </td>
  1550. <td style="background-color:#F0FFF0" class="pc_only"> <a href="../data/2403.html">溪流</a> </td>
  1551. <td style="background-color:;">
  1552. <div class="progress" style="height:3px;margin:3px;">
  1553. <div class="progress-bar progress-bar-success" role="progressbar" style="width:48%;height:3px;"></div>
  1554. </div>
  1555. <div class="progress" style="height:3px;margin:3px;">
  1556. <div class="progress-bar progress-bar-warning" role="progressbar" style="width:50%;height:3px;"></div>
  1557. </div> </td>
  1558. <td style="background-color:;"> <img src="../images/monster_color/monster1.png" width="16px" height="16px"> <a href="../data/2839.html#id217781">金雷公雷狼龙</a><br> <img src="../images/monster_color/rannyu1.png" width="16px" height="16px"> <span style="background-color:#fff0a0;"><a href="../data/1975.html#id182543">野猪王</a></span><br> </td>
  1559. </tr>
  1560. <tr>
  1561. <td style="background-color:;color:#cc33cc;" class="pc_only"> 特许可 </td>
  1562. <td style="background-color:;padding-left:10px;" class="left"> <img alt="狩猎" title="狩猎" src="../images/quest/quest1.png" width="16px" height="16px"> <span class="sp_only"> <span style="color:#cc33cc;">特许可</span> [<a href="../data/2400.html">古代林</a>]<br> </span> <a href="../ida/261263.html">金雷公狩猎委托4</a> </td>
  1563. <td style="background-color:#F0FFF0" class="pc_only"> <a href="../data/2400.html">古代林</a> </td>
  1564. <td style="background-color:;">
  1565. <div class="progress" style="height:3px;margin:3px;">
  1566. <div class="progress-bar progress-bar-success" role="progressbar" style="width:36%;height:3px;"></div>
  1567. </div>
  1568. <div class="progress" style="height:3px;margin:3px;">
  1569. <div class="progress-bar progress-bar-warning" role="progressbar" style="width:50%;height:3px;"></div>
  1570. </div> </td>
  1571. <td style="background-color:;"> <img src="../images/monster_color/monster1.png" width="16px" height="16px"> <a href="../data/2839.html#id217781">金雷公雷狼龙</a> x2<br> </td>
  1572. </tr>
  1573. <tr>
  1574. <td style="background-color:;color:#cc33cc;" class="pc_only"> 特许可 </td>
  1575. <td style="background-color:;padding-left:10px;" class="left"> <img alt="狩猎" title="狩猎" src="../images/quest/quest1.png" width="16px" height="16px"> <span class="sp_only"> <span style="color:#cc33cc;">特许可</span> [<a href="../data/2403.html">溪流</a>]<br> </span> <a href="../ida/261264.html">金雷公狩猎委托5</a> </td>
  1576. <td style="background-color:#F0FFF0" class="pc_only"> <a href="../data/2403.html">溪流</a> </td>
  1577. <td style="background-color:;">
  1578. <div class="progress" style="height:3px;margin:3px;">
  1579. <div class="progress-bar progress-bar-success" role="progressbar" style="width:52%;height:3px;"></div>
  1580. </div>
  1581. <div class="progress" style="height:3px;margin:3px;">
  1582. <div class="progress-bar progress-bar-warning" role="progressbar" style="width:65%;height:3px;"></div>
  1583. </div> </td>
  1584. <td style="background-color:;"> <img src="../images/monster_color/monster1.png" width="16px" height="16px"> <a href="../data/2839.html#id217781">金雷公雷狼龙</a><br> </td>
  1585. </tr>
  1586. <tr>
  1587. <td style="background-color:;color:#cc33cc;" class="pc_only"> 特许可 </td>
  1588. <td style="background-color:;padding-left:10px;" class="left"> <img alt="狩猎" title="狩猎" src="../images/quest/quest1.png" width="16px" height="16px"> <span class="sp_only"> <span style="color:#cc33cc;">特许可</span> [<a href="../data/2413.html">塔之秘境</a>]<br> </span> <a href="../ida/261265.html">金雷公狩猎委托6</a> </td>
  1589. <td style="background-color:#E0E0E0" class="pc_only"> <a href="../data/2413.html">塔之秘境</a> </td>
  1590. <td style="background-color:;">
  1591. <div class="progress" style="height:3px;margin:3px;">
  1592. <div class="progress-bar progress-bar-success" role="progressbar" style="width:40%;height:3px;"></div>
  1593. </div>
  1594. <div class="progress" style="height:3px;margin:3px;">
  1595. <div class="progress-bar progress-bar-warning" role="progressbar" style="width:50%;height:3px;"></div>
  1596. </div> </td>
  1597. <td style="background-color:;"> <img src="../images/monster_color/monster1.png" width="16px" height="16px"> <a href="../data/2839.html#id217781">金雷公雷狼龙</a><br> <img src="../images/monster_color/monster1.png" width="16px" height="16px"> <a href="../data/1983.html#id209379">黄速龙王</a><br> </td>
  1598. </tr>
  1599. <tr>
  1600. <td style="background-color:;color:#cc33cc;" class="pc_only"> 特许可 </td>
  1601. <td style="background-color:;padding-left:10px;" class="left"> <img alt="狩猎" title="狩猎" src="../images/quest/quest1.png" width="16px" height="16px"> <span class="sp_only"> <span style="color:#cc33cc;">特许可</span> [<a href="../data/2400.html">古代林</a>]<br> </span> <a href="../ida/261266.html">金雷公狩猎委托7</a> </td>
  1602. <td style="background-color:#F0FFF0" class="pc_only"> <a href="../data/2400.html">古代林</a> </td>
  1603. <td style="background-color:;">
  1604. <div class="progress" style="height:3px;margin:3px;">
  1605. <div class="progress-bar progress-bar-success" role="progressbar" style="width:40%;height:3px;"></div>
  1606. </div>
  1607. <div class="progress" style="height:3px;margin:3px;">
  1608. <div class="progress-bar progress-bar-warning" role="progressbar" style="width:50%;height:3px;"></div>
  1609. </div> </td>
  1610. <td style="background-color:;"> <img src="../images/monster_color/monster1.png" width="16px" height="16px"> <a href="../data/2839.html#id217781">金雷公雷狼龙</a> x2<br> </td>
  1611. </tr>
  1612. <tr>
  1613. <td style="background-color:;color:#cc33cc;" class="pc_only"> 特许可 </td>
  1614. <td style="background-color:;padding-left:10px;" class="left"> <img alt="捕获" title="捕获" src="../images/quest/quest5.png" width="16px" height="16px"> <span class="sp_only"> <span style="color:#cc33cc;">特许可</span> [<a href="../data/2410.html">冰海</a>]<br> </span> <a href="../ida/261267.html">金雷公捕获委托8</a> </td>
  1615. <td style="background-color:#D0ECEA" class="pc_only"> <a href="../data/2410.html">冰海</a> </td>
  1616. <td style="background-color:;">
  1617. <div class="progress" style="height:3px;margin:3px;">
  1618. <div class="progress-bar progress-bar-success" role="progressbar" style="width:55%;height:3px;"></div>
  1619. </div>
  1620. <div class="progress" style="height:3px;margin:3px;">
  1621. <div class="progress-bar progress-bar-warning" role="progressbar" style="width:65%;height:3px;"></div>
  1622. </div> </td>
  1623. <td style="background-color:;"> <img src="../images/monster_color/monster1.png" width="16px" height="16px"> <a href="../data/2839.html#id217781">金雷公雷狼龙</a><br> </td>
  1624. </tr>
  1625. <tr>
  1626. <td style="background-color:;color:#cc33cc;" class="pc_only"> 特许可 </td>
  1627. <td style="background-color:;padding-left:10px;" class="left"> <img alt="狩猎" title="狩猎" src="../images/quest/quest1.png" width="16px" height="16px"> <span class="sp_only"> <span style="color:#cc33cc;">特许可</span> [<a href="../data/2845.html">禁足地</a>]<br> </span> <a href="../ida/261268.html">金雷公狩猎委托9</a> </td>
  1628. <td style="background-color:#E0E0E0" class="pc_only"> <a href="../data/2845.html">禁足地</a> </td>
  1629. <td style="background-color:;">
  1630. <div class="progress" style="height:3px;margin:3px;">
  1631. <div class="progress-bar progress-bar-success" role="progressbar" style="width:46%;height:3px;"></div>
  1632. </div>
  1633. <div class="progress" style="height:3px;margin:3px;">
  1634. <div class="progress-bar progress-bar-warning" role="progressbar" style="width:50%;height:3px;"></div>
  1635. </div> </td>
  1636. <td style="background-color:;"> <img src="../images/monster_color/monster1.png" width="16px" height="16px"> <a href="../data/2839.html#id217781">金雷公雷狼龙</a> x2<br> </td>
  1637. </tr>
  1638. <tr>
  1639. <td style="background-color:;color:#cc33cc;" class="pc_only"> 特许可 </td>
  1640. <td style="background-color:;padding-left:10px;" class="left"> <img alt="狩猎" title="狩猎" src="../images/quest/quest1.png" width="16px" height="16px"> <span class="sp_only"> <span style="color:#cc33cc;">特许可</span> [<a href="../data/2413.html">塔之秘境</a>]<br> </span> <a href="../ida/261269.html">金雷公狩猎委托10</a> </td>
  1641. <td style="background-color:#E0E0E0" class="pc_only"> <a href="../data/2413.html">塔之秘境</a> </td>
  1642. <td style="background-color:;">
  1643. <div class="progress" style="height:3px;margin:3px;">
  1644. <div class="progress-bar progress-bar-success" role="progressbar" style="width:46%;height:3px;"></div>
  1645. </div>
  1646. <div class="progress" style="height:3px;margin:3px;">
  1647. <div class="progress-bar progress-bar-warning" role="progressbar" style="width:50%;height:3px;"></div>
  1648. </div> </td>
  1649. <td style="background-color:;"> <img src="../images/monster_color/monster1.png" width="16px" height="16px"> <a href="../data/2839.html#id217781">金雷公雷狼龙</a><br> <img src="../images/monster_color/monster1.png" width="16px" height="16px"> <a href="../data/1975.html#id182543">野猪王</a><br> </td>
  1650. </tr>
  1651. <tr>
  1652. <td style="background-color:;color:#cc33cc;" class="pc_only"> 特许可 </td>
  1653. <td style="background-color:;padding-left:10px;" class="left"> <img alt="捕获" title="捕获" src="../images/quest/quest5.png" width="16px" height="16px"> <span class="sp_only"> <span style="color:#cc33cc;">特许可</span> [<a href="../data/2968.html">遗群岭</a>]<br> </span> <a href="../ida/309865.html">金雷公捕获委托G1</a> </td>
  1654. <td style="background-color:#F0FFF0" class="pc_only"> <a href="../data/2968.html">遗群岭</a> </td>
  1655. <td style="background-color:;">
  1656. <div class="progress" style="height:3px;margin:3px;">
  1657. <div class="progress-bar progress-bar-success" role="progressbar" style="width:81%;height:3px;"></div>
  1658. </div>
  1659. <div class="progress" style="height:3px;margin:3px;">
  1660. <div class="progress-bar progress-bar-warning" role="progressbar" style="width:65%;height:3px;"></div>
  1661. </div> </td>
  1662. <td style="background-color:;"> <img src="../images/monster_color/monster1.png" width="16px" height="16px"> <a href="../data/2839.html#id217781">金雷公雷狼龙</a><br> </td>
  1663. </tr>
  1664. <tr>
  1665. <td style="background-color:;color:#cc33cc;" class="pc_only"> 特许可 </td>
  1666. <td style="background-color:;padding-left:10px;" class="left"> <img alt="狩猎" title="狩猎" src="../images/quest/quest1.png" width="16px" height="16px"> <span class="sp_only"> <span style="color:#cc33cc;">特许可</span> [<a href="../data/2402.html">孤岛</a>]<br> </span> <a href="../ida/309866.html">金雷公狩猎委托G2</a> </td>
  1667. <td style="background-color:#F0FFF0" class="pc_only"> <a href="../data/2402.html">孤岛</a> </td>
  1668. <td style="background-color:;">
  1669. <div class="progress" style="height:3px;margin:3px;">
  1670. <div class="progress-bar progress-bar-success" role="progressbar" style="width:83%;height:3px;"></div>
  1671. </div>
  1672. <div class="progress" style="height:3px;margin:3px;">
  1673. <div class="progress-bar progress-bar-warning" role="progressbar" style="width:80%;height:3px;"></div>
  1674. </div> </td>
  1675. <td style="background-color:;"> <img src="../images/monster_color/monster1.png" width="16px" height="16px"> <a href="../data/2839.html#id217781">金雷公雷狼龙</a><br> </td>
  1676. </tr>
  1677. <tr>
  1678. <td style="background-color:;color:#cc33cc;" class="pc_only"> 特许可 </td>
  1679. <td style="background-color:;padding-left:10px;" class="left"> <img alt="狩猎" title="狩猎" src="../images/quest/quest1.png" width="16px" height="16px"> <span class="sp_only"> <span style="color:#cc33cc;">特许可</span> [<a href="../data/2975.html">密林</a>]<br> </span> <a href="../ida/309867.html">金雷公狩猎委托G3</a> </td>
  1680. <td style="background-color:#F0FFF0" class="pc_only"> <a href="../data/2975.html">密林</a> </td>
  1681. <td style="background-color:;">
  1682. <div class="progress" style="height:3px;margin:3px;">
  1683. <div class="progress-bar progress-bar-success" role="progressbar" style="width:72%;height:3px;"></div>
  1684. </div>
  1685. <div class="progress" style="height:3px;margin:3px;">
  1686. <div class="progress-bar progress-bar-warning" role="progressbar" style="width:80%;height:3px;"></div>
  1687. </div>
  1688. <div class="progress" style="height:3px;margin:3px;">
  1689. <div class="progress-bar progress-bar-success" role="progressbar" style="width:61%;height:3px;"></div>
  1690. </div>
  1691. <div class="progress" style="height:3px;margin:3px;">
  1692. <div class="progress-bar progress-bar-warning" role="progressbar" style="width:65%;height:3px;"></div>
  1693. </div> </td>
  1694. <td style="background-color:;"> <img src="../images/monster_color/monster1.png" width="16px" height="16px"> <a href="../data/2839.html#id217781">金雷公雷狼龙</a> x2<br> </td>
  1695. </tr>
  1696. <tr>
  1697. <td style="background-color:;color:#cc33cc;" class="pc_only"> 特许可 </td>
  1698. <td style="background-color:;padding-left:10px;" class="left"> <img alt="狩猎" title="狩猎" src="../images/quest/quest1.png" width="16px" height="16px"> <span class="sp_only"> <span style="color:#cc33cc;">特许可</span> [<a href="../data/2403.html">溪流</a>]<br> </span> <a href="../ida/309868.html">金雷公狩猎委托G4</a> </td>
  1699. <td style="background-color:#F0FFF0" class="pc_only"> <a href="../data/2403.html">溪流</a> </td>
  1700. <td style="background-color:;">
  1701. <div class="progress" style="height:3px;margin:3px;">
  1702. <div class="progress-bar progress-bar-success" role="progressbar" style="width:79%;height:3px;"></div>
  1703. </div>
  1704. <div class="progress" style="height:3px;margin:3px;">
  1705. <div class="progress-bar progress-bar-warning" role="progressbar" style="width:80%;height:3px;"></div>
  1706. </div> </td>
  1707. <td style="background-color:;"> <img src="../images/monster_color/monster1.png" width="16px" height="16px"> <a href="../data/2839.html#id217781">金雷公雷狼龙</a><br> <img src="../images/monster_color/monster1.png" width="16px" height="16px"> <a href="../data/2835.html#id217780">红盔青熊兽</a><br> </td>
  1708. </tr>
  1709. <tr>
  1710. <td style="background-color:;color:#cc33cc;" class="pc_only"> 特许可 </td>
  1711. <td style="background-color:;padding-left:10px;" class="left"> <img alt="狩猎" title="狩猎" src="../images/quest/quest1.png" width="16px" height="16px"> <span class="sp_only"> <span style="color:#cc33cc;">特许可</span> [<a href="../data/2845.html">禁足地</a>]<br> </span> <a href="../ida/309869.html">金雷公狩猎委托G5</a> </td>
  1712. <td style="background-color:#E0E0E0" class="pc_only"> <a href="../data/2845.html">禁足地</a> </td>
  1713. <td style="background-color:;">
  1714. <div class="progress" style="height:3px;margin:3px;">
  1715. <div class="progress-bar progress-bar-success" role="progressbar" style="width:84%;height:3px;"></div>
  1716. </div>
  1717. <div class="progress" style="height:3px;margin:3px;">
  1718. <div class="progress-bar progress-bar-warning" role="progressbar" style="width:80%;height:3px;"></div>
  1719. </div> </td>
  1720. <td style="background-color:;"> <img src="../images/monster_color/monster2.png" width="16px" height="16px"> <a href="../data/1830.html#id182547">电龙</a><br> <img src="../images/monster_color/monster1.png" width="16px" height="16px"> <a href="../data/2874.html#id227895">激昂的金狮子</a><br> <img src="../images/monster_color/monster1.png" width="16px" height="16px"> <a href="../data/2839.html#id217781">金雷公雷狼龙</a><br> </td>
  1721. </tr>
  1722. <tr>
  1723. <td style="background-color:;color:#cc33cc;" class="pc_only"> 特许可 </td>
  1724. <td style="background-color:;padding-left:10px;" class="left"> <img alt="狩猎" title="狩猎" src="../images/quest/quest1.png" width="16px" height="16px"> <span class="sp_only"> <span style="color:#cc33cc;">特许可</span> [<a href="../data/2845.html">禁足地</a>]<br> </span> <a href="../ida/309870.html">【超】金雷公狩猎委托</a> </td>
  1725. <td style="background-color:#E0E0E0" class="pc_only"> <a href="../data/2845.html">禁足地</a> </td>
  1726. <td style="background-color:;">
  1727. <div class="progress" style="height:3px;margin:3px;">
  1728. <div class="progress-bar progress-bar-success" role="progressbar" style="width:93%;height:3px;"></div>
  1729. </div>
  1730. <div class="progress" style="height:3px;margin:3px;">
  1731. <div class="progress-bar progress-bar-warning" role="progressbar" style="width:95%;height:3px;"></div>
  1732. </div> </td>
  1733. <td style="background-color:;"> <img src="../images/monster_color/monster1.png" width="16px" height="16px"> <a href="../data/2839.html#id217781">金雷公雷狼龙</a><br> </td>
  1734. </tr>
  1735. <tr>
  1736. <td style="background-color:;color:#cc33cc;" class="pc_only"> 特许可 </td>
  1737. <td style="background-color:;padding-left:10px;" class="left"> <img alt="狩猎" title="狩猎" src="../images/quest/quest1.png" width="16px" height="16px"> <span class="sp_only"> <span style="color:#cc33cc;">特许可</span> [<a href="../data/2845.html">禁足地</a>]<br> </span> <a href="../ida/299156.html">青电主狩猎委托G5</a> </td>
  1738. <td style="background-color:#E0E0E0" class="pc_only"> <a href="../data/2845.html">禁足地</a> </td>
  1739. <td style="background-color:;">
  1740. <div class="progress" style="height:3px;margin:3px;">
  1741. <div class="progress-bar progress-bar-success" role="progressbar" style="width:57%;height:3px;"></div>
  1742. </div>
  1743. <div class="progress" style="height:3px;margin:3px;">
  1744. <div class="progress-bar progress-bar-warning" role="progressbar" style="width:80%;height:3px;"></div>
  1745. </div> </td>
  1746. <td style="background-color:;"> <img src="../images/monster_color/monster1.png" width="16px" height="16px"> <a href="../data/2839.html#id217781">金雷公雷狼龙</a><br> <img src="../images/monster_color/monster1.png" width="16px" height="16px"> <a href="../data/2974.html#id281685">青电主电龙</a><br> </td>
  1747. </tr>
  1748. </tbody>
  1749. </table>
  1750. </div>
  1751. </div>
  1752. </div>
  1753. <script>
  1754. $('.cpg1_8').html('<span class="c_g b">14%</span>');$('.cpg1_12').html('<span class="c_g b">5%</span>');$('.cpg1_16').html('<span class="c_g b">13%</span>');$('.cpg1_20').html('<span class="c_g b">20%</span>');$('.cpg1_24').html('<span class="c_g b">28%</span>');$('.cpg1_28').html('<span class="c_g b">10%</span>');$('.cpg1_32').html('<span class="c_g b">25%</span>');$('.cpg1_36').html('<span class="c_g b">90%</span>');$('.cpg1_40').html('<span class="c_g b">8%</span>');$('.cpg1_44').html('<span class="c_g b">10%</span>');$('.cpg1_48').html('<span class="c_g b">82%</span>');$('.cpg1_52').html('<span class="c_g b">8%</span>');$('.cpg1_56').html('<span class="c_g b">8%</span>');$('.cpg1_60').html('<span class="c_g b">20%</span>');$('.cpg1_64').html('<span class="c_g b">12%</span>');$('.cpg1_68').html('<span class="c_g b">70%</span>');$('.cpg1_72').html('<span class="c_g b">2%</span>');$('.cpg1_76').html('<span class="c_g b">2%</span>');$('.cpg1_80').html('<span class="c_g b">8%</span>');$('.cpg1_84').html('<span class="c_g b">10%</span>');$('.cpg1_88').html('<span class="c_g b">38%</span>');$('.cpg1_92').html('<span class="c_g b">2%</span>');$('.cpg1_96').html('<span class="c_g b">5%</span>');$('.cpg1_100').html('<span class="c_g b">8%</span>');$('.cpg1_104').html('<span class="c_g b">18%</span>');$('.cpg1_108').html('<span class="c_g b">2%</span>');$('.cpg1_112').html('<span class="c_g b">12%</span>');$('.cpg1_116').html('<span class="c_g b">2%</span>');$('.cpg1_120').html('<span class="c_g b">12%</span>');$('.cpg1_124').html('<span class="c_g b">26%</span>');$('.cpg1_128').html('<span class="c_g b">10%</span>');$('.cpg1_132').html('<span class="c_g b">26%</span>');$('.cpg1_136').html('<span class="c_g b">10%</span>');$('.cpg1_140').html('<span class="c_g b">26%</span>');$('.cpg1_144').html('<span class="c_g b">10%</span>');$('.cpg1_148').html('<span class="c_g b">17%</span>');$('.cpg1_152').html('<span class="c_g b">10%</span>');$('.cpg1_156').html('<span class="c_g b">17%</span>');$('.cpg1_160').html('<span class="c_g b">35%</span>');$('.cpg1_164').html('<span class="c_g b">70%</span>');$('.cpg1_168').html('<span class="c_g b">55%</span>');$('.cpg1_172').html('<span class="c_g b">55%</span>');$('.cpg1_176').html('<span class="c_g b">10%</span>');$('.cpg1_180').html('<span class="c_g b">10%</span>');$('.cpg1_184').html('<span class="c_g b">10%</span>');$('.cpg1_188').html('<span class="c_g b">10%</span>');$('.cpg1_192').html('<span class="c_g b">10%</span>');$('.cpg1_196').html('<span class="c_g b">10%</span>');$('.cpg1_200').html('<span class="c_g b">10%</span>');
  1755. </script>
  1756. </body>
  1757. </html>