Advertisement
CJD2524

DoD - Weapon Skills

May 26th, 2016
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 68.95 KB | None | 0 0
  1.  
  2.  
  3. ----------------------------------------------------------------------------------------------------------------------
  4. WEAPON SKILLS
  5. ----------------------------------------------------------------------------------------------------------------------
  6.  
  7.  
  8. (*) TABLE DESCRIPTION
  9.  
  10.  
  11. - SKILL
  12.  
  13. New Skill learned by using another specific action or skill.
  14.  
  15.  
  16. - SKILL LEARN TYPE
  17.  
  18. Learning Probability is determined by Character and Skill Compatibility.
  19.  
  20. Depending on compatability required Weapon Ability Level varies.
  21.  
  22.  
  23. - CHARACTER COMPATIBILITY
  24.  
  25. ╒═════════════════════════════════════════════════╤══════╤═══════════════════════════════╕
  26. │ │ │ SKILL TYPE │
  27. │ CHARACTER │ TYPE ├───────┬───────┬───────┬───────┤
  28. │ │ │ 1 │ 2 │ 3 │ 4 │
  29. ╞═════════════════════════════════════════════════╪══════╪═══════╪═══════╪═══════╪═══════╡
  30. │ Reimu, Yukari, Byakuren, Meiling, Kogasa, Angra │ 1 -> │ ○ │ △   │ △   │ × │
  31. ├─────────────────────────────────────────────────┼──────┼───────┼───────┼───────┼───────┤
  32. │ Remilia, Youmu, Nitori, Suika │ 2 -> │ × │ ○ │ × │ △   │
  33. ├─────────────────────────────────────────────────┼──────┼───────┼───────┼───────┼───────┤
  34. │ Yuyuko, Mokou, Yuuka, Eiki │ 3 -> │ × │ × │ ○ │ △   │
  35. ├─────────────────────────────────────────────────┼──────┼───────┼───────┼───────┼───────┤
  36. │ Marisa, Patchouli, Sanae, Utsuho, Sunny, Mima │ 4 -> │ × │ △   │ △   │ ○ │
  37. └─────────────────────────────────────────────────┴──────┴───────┴───────┴───────┴───────┘
  38.  
  39.  
  40. - ENEMY LV
  41.  
  42. Level of the Enemy needed to learn said skill.
  43.  
  44. No calculation below this LV happens.
  45.  
  46. Learning Probability increases when Target LV is higher than Minimum LV.
  47.  
  48. Note LV100 enemies (displayed in the game as LV99) are calculated as LV1 instead.
  49.  
  50. User's Target determines Enemy LV, in case of retargeting, the original Target LV is considered.
  51.  
  52.  
  53. - SOURCE
  54.  
  55. Skill or action to use in order to learn the New Skill.
  56.  
  57. In the case of a Skill being derived from a Weapon, Probability is calculated only when using Regular Attack.
  58.  
  59.  
  60. - ABILITY LEVEL
  61.  
  62. Character elemental Ability Level (SLA/STA/STK) required to learn a Skill.
  63.  
  64. If the character is not skill compatible (○) the ALV requirement is higher:
  65.  
  66. △ = ALV + 2, × = ALV + 5
  67.  
  68.  
  69. e.g.:
  70.  
  71. Mokou ( Type 3 ) learning Dimensional Slash ( Type 1 ALV 10 ) -> Mokou's ALV = 15
  72.  
  73. Type 3 Characters are × for Type 1 Skills, required SLA ALV = 15 ( 10 + 5 )
  74.  
  75.  
  76. - PROBABILITY ( X / 1000 )
  77.  
  78. Basic value of Probability that a New Skill has to be learned when using the Source Skill or Action.
  79.  
  80. Unit is per mil (‰)
  81.  
  82.  
  83.  
  84. (*) SUPPLEMENTAL INFO
  85.  
  86. - A single calculation is run per action.
  87.  
  88. If an action provides two Sources (Weapon + Regular Attack) the one with Highest Probability will take precedence.
  89.  
  90. - No calculation happens if the attack transforms into a Column or All-Targeting strike upon using Regular Attack.
  91.  
  92. Through the use of a Weapon or Shikigami with said ability.
  93.  
  94.  
  95.  
  96. (*) FINAL PROBABILITY ( X / 1000 )
  97.  
  98.  
  99. Final Probability = Basic Probability + LV Correction
  100.  
  101.  
  102. LV Correction = { Target LV - ( 4 + Enemy LV ) } * α (Truncated after decimal point)
  103.  
  104.  
  105. α = if Basic Probability 5 = 0.4
  106. 10 = 1
  107. 20~40 = 2.5
  108. 50~100 = 5
  109.  
  110.  
  111. 1/2 in case of compatibility △, 1/5 in case of compatibility ×
  112.  
  113.  
  114. e.g.:
  115.  
  116.  
  117. Mokou ( Type 3 ) Target LV.48 learning Dimensional Slash ( TYPE 1 / ALV.10 / ENEMY LV.5 / PR.5 )
  118.  
  119. Basic Probability is 5, thus α = 0.4
  120.  
  121. LV Correction = { Target LV.48 - ( 4 + ENEMY LV.5 ) } * α (0.4) = 15.6 ( 15 due to truncation )
  122.  
  123. Type 3 Characters are × for Type 1 Skills thus result becomes one fifth.
  124.  
  125. Final Probability = Basic probability (5) + LV Correction (15) = 20
  126.  
  127. Final Probability = 20 * 1/5
  128.  
  129. Final Probability = 4/1000 (0.4%)
  130.  
  131.  
  132.  
  133. ------------------------------------------------------------------------------------------------------------------------------------------------------
  134. SWORD
  135. ------------------------------------------------------------------------------------------------------------------------------------------------------
  136.  
  137. # = Skill Type # / E.LV = Enemy Level / ALV = Ability Level / Pr. = Probability
  138.  
  139. ╒════════════════════════════════╤═══╤══════╤════════════════════════════╤══════╤══════╤════════════════╤══════╤══════╤════════════════╤══════╤══════╕
  140. │ Skill │ # │ E.LV │ Source 1 │ ALV1 │ Pr.1 │ Source 2 │ ALV2 │ Pr.2 │ Source 3 │ ALV3 │ Pr.3 │
  141. ╞════════════════════════════════╪═══╪══════╪════════════════════════════╪══════╪══════╪════════════════╪══════╪══════╪════════════════╪══════╪══════╡
  142. │ Falcon Slash │ 0 │ 1 │ Regular Attack │ 1 │ 100 │ │ │ │ │ │ │
  143. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  144. │ Razor Wind │ 0 │ 1 │ Regular Attack │ 2 │ 100 │ │ │ │ │ │ │
  145. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  146. │ Mirage Blade │ 0 │ 5 │ Regular Attack │ 4 │ 50 │ │ │ │ │ │ │
  147. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  148. │ Wolf Fang │ 0 │ 5 │ Regular Attack │ 7 │ 10 │ │ │ │ │ │ │
  149. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  150. │ Dimensional Slash │ 1 │ 5 │ Regular Attack │ 10 │ 5 │ │ │ │ │ │ │
  151. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  152. │ Sonic Blade │ 2 │ 5 │ Falcon Slash │ 3 │ 100 │ Regular Attack │ 7 │ 20 │ │ │ │
  153. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  154. │ Meteor Zapper │ 3 │ 5 │ Regular Attack │ 8 │ 20 │ │ │ │ │ │ │
  155. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  156. │ Demonbane │ 4 │ 5 │ Regular Attack │ 9 │ 30 │ │ │ │ │ │ │
  157. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  158. │ Overlord's Flash │ 0 │ 14 │ Regular Attack │ 11 │ 40 │ │ │ │ │ │ │
  159. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  160. │ Bandit Pursuit │ 0 │ 14 │ Regular Attack │ 14 │ 10 │ │ │ │ │ │ │
  161. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  162. │ Chain Slash │ 1 │ 14 │ Mirage Blade │ 9 │ 40 │ Regular Attack │ 16 │ 5 │ │ │ │
  163. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  164. │ Saint's Cross Slash │ 2 │ 14 │ Demonbane │ 9 │ 100 │ Regular Attack │ 11 │ 30 │ │ │ │
  165. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  166. │ Shockwave │ 3 │ 14 │ Regular Attack │ 13 │ 40 │ │ │ │ │ │ │
  167. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  168. │ Vacuum Slash │ 4 │ 14 │ Sonic Blade │ 11 │ 100 │ Regular Attack │ 12 │ 40 │ │ │ │
  169. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  170. │ Comet Assault Sword │ 0 │ 23 │ Regular Attack │ 17 │ 30 │ │ │ │ │ │ │
  171. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  172. │ Invest Malice │ 0 │ 23 │ Regular Attack │ 22 │ 10 │ │ │ │ │ │ │
  173. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  174. │ Super Dimension Crushing Slash │ 1 │ 23 │ Dimensional Slash │ 20 │ 10 │ │ │ │ │ │ │
  175. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  176. │ Quick Break │ 2 │ 23 │ Sonic Blade │ 14 │ 50 │ Regular Attack │ 17 │ 20 │ │ │ │
  177. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  178. │ Cyclone Zapper │ 3 │ 23 │ Meteor Zapper │ 15 │ 50 │ Regular Attack │ 21 │ 20 │ │ │ │
  179. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  180. │ Iai Strike │ 4 │ 23 │ Vacuum Slash │ 16 │ 50 │ Regular Attack │ 19 │ 20 │ │ │ │
  181. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  182. │ Dragon Strike │ 0 │ 32 │ Regular Attack │ 25 │ 20 │ │ │ │ │ │ │
  183. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  184. │ Perfect Super Evil Sword │ 0 │ 32 │ Regular Attack │ 28 │ 10 │ │ │ │ │ │ │
  185. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  186. │ Wild Star Striking Sword │ 1 │ 32 │ Chain Slash │ 26 │ 20 │ Regular Attack │ 30 │ 5 │ │ │ │
  187. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  188. │ Acala Sword │ 2 │ 32 │ Iai Strike │ 29 │ 20 │ Regular Attack │ 32 │ 5 │ │ │ │
  189. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  190. │ Stellar Wind │ 3 │ 32 │ Regular Attack │ 27 │ 20 │ │ │ │ │ │ │
  191. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  192. │ Severe Earth Render │ 4 │ 32 │ Regular Attack │ 25 │ 20 │ │ │ │ │ │ │
  193. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  194. │ Flying Wheel │ 0 │ 70 │ Kageda Doujigiri Yasutsuna │ 36 │ 10 │ Doujigiri │ 38 │ 5 │ Regular Attack │ 42 │ 1 │
  195. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  196. │ Eight Swallow Slash │ 1 │ 70 │ Wild Star Striking Sword │ 39 │ 10 │ │ │ │ │ │ │
  197. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  198. │ Chaotic Flowerfall │ 2 │ 70 │ Regular Attack │ 34 │ 10 │ │ │ │ │ │ │
  199. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  200. │ Galaxy Zapper │ 3 │ 70 │ Stellar Wind │ 34 │ 20 │ Regular Attack │ 36 │ 1 │ │ │ │
  201. ├────────────────────────────────┼───┼──────┼────────────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  202. │ Ultimate Division │ 4 │ 70 │ Iai Strike │ 34 │ 20 │ Regular Attack │ 37 │ 1 │ │ │ │
  203. └────────────────────────────────┴───┴──────┴────────────────────────────┴──────┴──────┴────────────────┴──────┴──────┴────────────────┴──────┴──────┘
  204.  
  205.  
  206.  
  207. --------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  208. SPEAR
  209. --------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  210.  
  211. # = Skill Type # / E.LV = Enemy Level / ALV = Ability Level / Pr. = Probability
  212.  
  213. ╒═════════════════════════════╤═══╤══════╤════════════════════╤══════╤══════╤════════════════╤══════╤══════╤════════════════╤══════╤══════╤════════════════╤══════╤══════╕
  214. │ Skill │ # │ E.LV │ Source 1 │ ALV1 │ Pr.1 │ Source 2 │ ALV2 │ Pr.2 │ Source 3 │ ALV3 │ Pr.3 │ Source 4 │ ALV4 │ Pr.4 │
  215. ╞═════════════════════════════╪═══╪══════╪════════════════════╪══════╪══════╪════════════════╪══════╪══════╪════════════════╪══════╪══════╪════════════════╪══════╪══════╡
  216. │ Leg Sweep │ 0 │ 1 │ Regular Attack │ 1 │ 100 │ │ │ │ │ │ │ │ │ │
  217. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  218. │ Pole Swing │ 0 │ 1 │ Regular Attack │ 2 │ 100 │ │ │ │ │ │ │ │ │ │
  219. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  220. │ Missile Weapon │ 0 │ 5 │ Regular Attack │ 6 │ 30 │ │ │ │ │ │ │ │ │ │
  221. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  222. │ Counter Aiming │ 0 │ 5 │ Regular Attack │ 7 │ 10 │ │ │ │ │ │ │ │ │ │
  223. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  224. │ Asuka Charge │ 1 │ 5 │ Flashing Pierce │ 7 │ 30 │ Regular Attack │ 11 │ 5 │ │ │ │ │ │ │
  225. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  226. │ Flashing Pierce │ 2 │ 5 │ Regular Attack │ 3 │ 50 │ │ │ │ │ │ │ │ │ │
  227. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  228. │ Brandish │ 3 │ 5 │ Pole Swing │ 4 │ 50 │ Regular Attack │ 6 │ 20 │ │ │ │ │ │ │
  229. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  230. │ Impale Charge │ 4 │ 5 │ Regular Attack │ 5 │ 50 │ │ │ │ │ │ │ │ │ │
  231. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  232. │ Sharp Skewer │ 0 │ 14 │ Flashing Pierce │ 9 │ 40 │ Regular Attack │ 13 │ 10 │ │ │ │ │ │ │
  233. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  234. │ High Speed │ 0 │ 14 │ Regular Attack │ 14 │ 10 │ │ │ │ │ │ │ │ │ │
  235. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  236. │ Chaotic Thrusting │ 1 │ 14 │ Flashing Pierce │ 14 │ 10 │ Regular Attack │ 18 │ 5 │ │ │ │ │ │ │
  237. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  238. │ Variety Charge │ 2 │ 14 │ Regular Attack │ 10 │ 40 │ │ │ │ │ │ │ │ │ │
  239. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  240. │ Shakespear │ 3 │ 14 │ Brandish │ 10 │ 50 │ Pole Swing │ 12 │ 20 │ Regular Attack │ 15 │ 10 │ │ │ │
  241. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  242. │ Splash Charge │ 4 │ 14 │ Impale Charge │ 12 │ 50 │ Regular Attack │ 15 │ 20 │ │ │ │ │ │ │
  243. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  244. │ Row of the Evil │ 0 │ 23 │ Variety Charge │ 15 │ 50 │ Regular Attack │ 18 │ 10 │ │ │ │ │ │ │
  245. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  246. │ Honeycomb Rush │ 0 │ 23 │ Regular Attack │ 22 │ 10 │ │ │ │ │ │ │ │ │ │
  247. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  248. │ Raging Dragon Rush │ 1 │ 23 │ Asuka Charge │ 19 │ 30 │ Regular Attack │ 23 │ 5 │ │ │ │ │ │ │
  249. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  250. │ Critical Thrust │ 2 │ 23 │ Sharp Skewer │ 13 │ 30 │ Regular Attack │ 16 │ 20 │ │ │ │ │ │ │
  251. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  252. │ Feral Rage │ 3 │ 23 │ Regular Attack │ 16 │ 30 │ │ │ │ │ │ │ │ │ │
  253. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  254. │ Reckless Rush │ 4 │ 23 │ Splash Charge │ 16 │ 40 │ Impale Charge │ 17 │ 30 │ Regular Attack │ 18 │ 20 │ │ │ │
  255. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  256. │ Whirlwind │ 0 │ 32 │ Regular Attack │ 28 │ 20 │ │ │ │ │ │ │ │ │ │
  257. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  258. │ Fierce God's Rising Assault │ 0 │ 32 │ Regular Attack │ 28 │ 10 │ │ │ │ │ │ │ │ │ │
  259. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  260. │ Mach Pierce │ 1 │ 32 │ Chaotic Thrusting │ 24 │ 10 │ │ │ │ │ │ │ │ │ │
  261. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  262. │ Shock Vital Part │ 2 │ 32 │ Critical Thrust │ 26 │ 20 │ Regular Attack │ 30 │ 10 │ │ │ │ │ │ │
  263. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  264. │ Moulin Rouge │ 3 │ 32 │ Regular Attack │ 25 │ 20 │ │ │ │ │ │ │ │ │ │
  265. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  266. │ Void Slice │ 4 │ 32 │ Regular Attack │ 27 │ 20 │ │ │ │ │ │ │ │ │ │
  267. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  268. │ Tachyon Pierce │ 0 │ 70 │ Brionac │ 36 │ 10 │ Gae Assail │ 37 │ 5 │ Sting │ 39 │ 3 │ Regular Attack │ 42 │ 1 │
  269. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  270. │ Flying Dragon Burst │ 1 │ 70 │ Raging Dragon Rush │ 39 │ 10 │ │ │ │ │ │ │ │ │ │
  271. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  272. │ Shooting Star │ 2 │ 70 │ Reckless Rush │ 34 │ 20 │ Regular Attack │ 38 │ 1 │ │ │ │ │ │ │
  273. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  274. │ Non-Aiming Assault │ 3 │ 70 │ Regular Attack │ 34 │ 10 │ │ │ │ │ │ │ │ │ │
  275. ├─────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  276. │ Rapid Charge │ 4 │ 70 │ Regular Attack │ 34 │ 5 │ │ │ │ │ │ │ │ │ │
  277. └─────────────────────────────┴───┴──────┴────────────────────┴──────┴──────┴────────────────┴──────┴──────┴────────────────┴──────┴──────┴────────────────┴──────┴──────┘
  278.  
  279.  
  280.  
  281. ------------------------------------------------------------------------------------------------------------------------------------------------
  282. CRUSHER
  283. ------------------------------------------------------------------------------------------------------------------------------------------------
  284.  
  285. # = Skill Type # / E.LV = Enemy Level / ALV = Ability Level / Pr. = Probability
  286.  
  287. ╒══════════════════════════════════╤═══╤══════╤════════════════════╤══════╤══════╤════════════════╤══════╤══════╤════════════════╤══════╤══════╕
  288. │ Skill │ # │ E.LV │ Source 1 │ ALV1 │ Pr.1 │ Source 2 │ ALV2 │ Pr.2 │ Source 3 │ ALV3 │ Pr.3 │
  289. ╞══════════════════════════════════╪═══╪══════╪════════════════════╪══════╪══════╪════════════════╪══════╪══════╪════════════════╪══════╪══════╡
  290. │ Stun Blow │ 0 │ 1 │ Regular Attack │ 1 │ 100 │ │ │ │ │ │ │
  291. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  292. │ Burst Shock │ 0 │ 1 │ Regular Attack │ 2 │ 100 │ │ │ │ │ │ │
  293. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  294. │ Hard Hit │ 0 │ 5 │ Regular Attack │ 4 │ 50 │ │ │ │ │ │ │
  295. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  296. │ Dead Blind │ 0 │ 5 │ Regular Attack │ 7 │ 10 │ │ │ │ │ │ │
  297. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  298. │ Full Strength Blow │ 1 │ 5 │ Hard Hit │ 7 │ 50 │ Regular Attack │ 10 │ 5 │ │ │ │
  299. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  300. │ Bone Crush │ 2 │ 5 │ Regular Attack │ 3 │ 50 │ │ │ │ │ │ │
  301. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  302. │ Burst Attack │ 3 │ 5 │ Burst Shock │ 5 │ 80 │ Regular Attack │ 6 │ 50 │ │ │ │
  303. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  304. │ Gramary Buster │ 4 │ 5 │ Regular Attack │ 5 │ 50 │ │ │ │ │ │ │
  305. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  306. │ Silent Maid │ 0 │ 14 │ Regular Attack │ 14 │ 10 │ │ │ │ │ │ │
  307. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  308. │ Gigant Hit │ 0 │ 14 │ Hard Hit │ 11 │ 40 │ Regular Attack │ 13 │ 10 │ │ │ │
  309. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  310. │ Magical Hammer │ 1 │ 14 │ Stun Blow │ 10 │ 40 │ Regular Attack │ 14 │ 10 │ │ │ │
  311. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  312. │ Temple Crusher │ 2 │ 14 │ Bone Crush │ 9 │ 40 │ Regular Attack │ 11 │ 10 │ │ │ │
  313. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  314. │ Painful Earth-Rending Assault │ 3 │ 14 │ Burst Attack │ 13 │ 40 │ Regular Attack │ 16 │ 10 │ │ │ │
  315. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  316. │ Stamp Shock │ 4 │ 14 │ Burst Shock │ 12 │ 40 │ Regular Attack │ 15 │ 10 │ │ │ │
  317. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  318. │ Deplorable Hit │ 0 │ 23 │ Regular Attack │ 17 │ 30 │ │ │ │ │ │ │
  319. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  320. │ Naked Charmer │ 0 │ 23 │ Regular Attack │ 22 │ 10 │ │ │ │ │ │ │
  321. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  322. │ Wholehearted Blow │ 1 │ 23 │ Full Strength Blow │ 20 │ 30 │ │ │ │ │ │ │
  323. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  324. │ Skull Crusher │ 2 │ 23 │ Temple Crusher │ 16 │ 30 │ Regular Attack │ 19 │ 10 │ │ │ │
  325. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  326. │ Violent Earthquake │ 3 │ 23 │ Burst Attack │ 18 │ 30 │ Regular Attack │ 21 │ 10 │ │ │ │
  327. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  328. │ Grand Buster │ 4 │ 23 │ Burst Shock │ 17 │ 50 │ Regular Attack │ 20 │ 10 │ │ │ │
  329. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  330. │ Hell's Crusher │ 0 │ 32 │ Skull Crusher │ 25 │ 20 │ Regular Attack │ 28 │ 5 │ │ │ │
  331. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  332. │ Poison Snake Bite │ 0 │ 32 │ Regular Attack │ 28 │ 10 │ │ │ │ │ │ │
  333. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  334. │ Planet Break │ 1 │ 27 │ Regular Attack │ 24 │ 20 │ │ │ │ │ │ │
  335. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  336. │ Fatal Hit │ 2 │ 32 │ Regular Attack │ 27 │ 20 │ │ │ │ │ │ │
  337. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  338. │ Continental Pressure │ 4 │ 32 │ Regular Attack │ 29 │ 20 │ │ │ │ │ │ │
  339. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  340. │ Exclaiming Earth-Melting Assault │ 3 │ 32 │ Violent Earthquake │ 28 │ 20 │ Regular Attack │ 31 │ 5 │ │ │ │
  341. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  342. │ Giant Disaster │ 0 │ 70 │ Goliath │ 36 │ 10 │ Iron Duke │ 38 │ 5 │ Regular Attack │ 42 │ 1 │
  343. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  344. │ Nirvana Lotus Hit │ 1 │ 70 │ Regular Attack │ 39 │ 1 │ │ │ │ │ │ │
  345. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  346. │ Furious Howling │ 2 │ 70 │ Regular Attack │ 34 │ 20 │ │ │ │ │ │ │
  347. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  348. │ Hyper Destruction │ 3 │ 70 │ Regular Attack │ 39 │ 5 │ │ │ │ │ │ │
  349. ├──────────────────────────────────┼───┼──────┼────────────────────┼──────┼──────┼────────────────┼──────┼──────┼────────────────┼──────┼──────┤
  350. │ Howitzer Explode │ 4 │ 70 │ Regular Attack │ 34 │ 10 │ │ │ │ │ │ │
  351. └──────────────────────────────────┴───┴──────┴────────────────────┴──────┴──────┴────────────────┴──────┴──────┴────────────────┴──────┴──────┘
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement