CJD2524

DoD - Slayer Strength

Sep 30th, 2018
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.51 KB | None | 0 0
  1.  
  2.  
  3. --------------------------------------------------------------------------------------------------------------------------
  4. SLAYER STRENGTH
  5. --------------------------------------------------------------------------------------------------------------------------
  6.  
  7.  
  8. - FORMULA
  9.  
  10. Slayer Strength = ( Weapon's Slayer Strength × 10 + Skill's Slayer Strength × 10 + Bonus ) × Coefficient ÷ 1000
  11.  
  12. When Slayer Strength value is 1000 damage dealt is doubled, at 2000 tripled, and so on.
  13.  
  14.  
  15. - COEFFICIENT
  16.  
  17. Value determined by User's INT ( Max INT = 512 )
  18.  
  19.  
  20. if INT < 257: Coefficient = 1000 + INT * 5
  21.  
  22. if INT > 256: Coefficient = 2280 + ( INT - 256 ) * 2
  23.  
  24.  
  25. (!) Slayer formula of Acala Sword and 1000 Needles does not use INT Coefficient.
  26.  
  27.  
  28. - BONUS
  29.  
  30. ╒════════════════════╤════╤═══════════════════╤══════════════════════╤═════════╕
  31. │ Name │ LV │ Type │ Effect / Status │ Bonus │
  32. ╞════════════════════╪════╪═══════════════════╪══════════════════════╪═════════╡
  33. │ Lunasa Prismriver │ 1 │ Passive Skill │ Slayer Strength +15% │ 150 │
  34. ├────────────────────┼────┼───────────────────┼──────────────────────┼─────────┤
  35. │ Lunasa Prismriver │ 55 │ Passive Skill │ Slayer Strength +25% │ 250 │
  36. ├────────────────────┼────┼───────────────────┼──────────────────────┼─────────┤
  37. │ Arithmetic Circuit │ 1 │ Skill (Shikigami) │ Elemental/Slayer Up │ X + 200 │
  38. ├────────────────────┼────┼───────────────────┼──────────────────────┼─────────┤
  39. │ Dimensional Slash │ -- │ Skill (Sword) │ Slayer Damage Up │ 50 │
  40. └────────────────────┴────┴───────────────────┴──────────────────────┴─────────┘
  41.  
  42. - X = User's DEX of Arithmetic Circuit ÷ 2
  43.  
  44.  
  45. --------------------------------------------------------------------------------
  46. TABLE
  47. --------------------------------------------------------------------------------
  48.  
  49. - No Weapon or Skill is capable of Slaying Plants.
  50.  
  51. ╒══════════════╤════════════════════════════╤═══════════════════╤══════════╕
  52. │ Kind │ Name │ Type │ Strength │
  53. ╞══════════════╪════════════════════════════╪═══════════════════╪══════════╡
  54. │ │ Dragon Slayer │ Sword │ 150 │
  55. │ ├────────────────────────────┼───────────────────┼──────────┤
  56. │ │ Kusanagi │ Sword │ 75 │
  57. │ ├────────────────────────────┼───────────────────┼──────────┤
  58. │ │ Naegling │ Sword │ 200 │
  59. │ Dragon ├────────────────────────────┼───────────────────┼──────────┤
  60. │ │ Ame-no-Murakumo │ Sword │ 100 │
  61. │ ├────────────────────────────┼───────────────────┼──────────┤
  62. │ │ Wyvern Spear │ Spear │ 100 │
  63. │ ├────────────────────────────┼───────────────────┼──────────┤
  64. │ │ Dragon Strike │ Skill (Sword) │ 100 │
  65. ├──────────────┼────────────────────────────┼───────────────────┼──────────┤
  66. │ │ Doujigiri │ Sword │ 50 │
  67. │ ├────────────────────────────┼───────────────────┼──────────┤
  68. │ │ Demon Slayer │ Sword │ 150 │
  69. │ ├────────────────────────────┼───────────────────┼──────────┤
  70. │ Demon │ Kageda Doujigiri Yasutsuna │ Sword │ 100 │
  71. │ ├────────────────────────────┼───────────────────┼──────────┤
  72. │ │ Demonbane │ Skill (Sword) │ 100 │
  73. │ ├────────────────────────────┼───────────────────┼──────────┤
  74. │ │ Perfect Super Evil Sword │ Skill (Sword) │ 100 │
  75. ├──────────────┼────────────────────────────┼───────────────────┼──────────┤
  76. │ │ Stormbringer │ Sword │ 50 │
  77. │ ├────────────────────────────┼───────────────────┼──────────┤
  78. │ │ Doujigiri │ Sword │ 50 │
  79. │ ├────────────────────────────┼───────────────────┼──────────┤
  80. │ │ Demon Slayer │ Sword │ 150 │
  81. │ ├────────────────────────────┼───────────────────┼──────────┤
  82. │ Angel │ Royal Demons │ Sword │ 150 │
  83. │ ├────────────────────────────┼───────────────────┼──────────┤
  84. │ │ Kageda Doujigiri Yasutsuna │ Sword │ 100 │
  85. │ ├────────────────────────────┼───────────────────┼──────────┤
  86. │ │ Demonbane │ Skill (Sword) │ 100 │
  87. │ ├────────────────────────────┼───────────────────┼──────────┤
  88. │ │ Perfect Super Evil Sword │ Skill (Sword) │ 100 │
  89. ├──────────────┼────────────────────────────┼───────────────────┼──────────┤
  90. │ │ Hauteclaire │ Sword │ 100 │
  91. │ ├────────────────────────────┼───────────────────┼──────────┤
  92. │ │ Orichalcum Knife │ Sword │ 100 │
  93. │ ├────────────────────────────┼───────────────────┼──────────┤
  94. │ │ Kusanagi │ Sword │ 75 │
  95. │ Spirit ├────────────────────────────┼───────────────────┼──────────┤
  96. │ │ Onikiri │ Sword │ 50 │
  97. │ ├────────────────────────────┼───────────────────┼──────────┤
  98. │ │ Ame-no-Murakumo │ Sword │ 100 │
  99. │ ├────────────────────────────┼───────────────────┼──────────┤
  100. │ │ Sonic Blade │ Skill (Sword) │ 100 │
  101. ├──────────────┼────────────────────────────┼───────────────────┼──────────┤
  102. │ │ Hrunting │ Sword │ 150 │
  103. │ ├────────────────────────────┼───────────────────┼──────────┤
  104. │ │ Kusanagi │ Sword │ 75 │
  105. │ ├────────────────────────────┼───────────────────┼──────────┤
  106. │ Giant │ Ame-no-Murakumo │ Sword │ 100 │
  107. │ ├────────────────────────────┼───────────────────┼──────────┤
  108. │ │ Ogre Killer │ Crusher │ 150 │
  109. │ ├────────────────────────────┼───────────────────┼──────────┤
  110. │ │ Iai Strike │ Skill (Sword) │ 100 │
  111. ├──────────────┼────────────────────────────┼───────────────────┼──────────┤
  112. │ │ Muramasa │ Sword │ 50 │
  113. │ ├────────────────────────────┼───────────────────┼──────────┤
  114. │ │ Kusanagi │ Sword │ 75 │
  115. │ ├────────────────────────────┼───────────────────┼──────────┤
  116. │ │ Onikiri │ Sword │ 50 │
  117. │ ├────────────────────────────┼───────────────────┼──────────┤
  118. │ │ Ame-no-Murakumo │ Sword │ 100 │
  119. │ ├────────────────────────────┼───────────────────┼──────────┤
  120. │ │ Silver Hammer │ Crusher │ 75 │
  121. │ Transcendent ├────────────────────────────┼───────────────────┼──────────┤
  122. │ │ Club of Destruction │ Crusher │ 100 │
  123. │ ├────────────────────────────┼───────────────────┼──────────┤
  124. │ │ Demonbane │ Skill (Sword) │ 100 │
  125. │ ├────────────────────────────┼───────────────────┼──────────┤
  126. │ │ Iai Strike │ Skill (Sword) │ 100 │
  127. │ ├────────────────────────────┼───────────────────┼──────────┤
  128. │ │ Gunshot │ Weapon (Enemy) │ 50 │
  129. │ ├────────────────────────────┼───────────────────┼──────────┤
  130. │ │ Spray Fire │ Weapon (Enemy) │ 50 │
  131. ├──────────────┼────────────────────────────┼───────────────────┼──────────┤
  132. │ │ Mage Masher │ Sword │ 100 │
  133. │ ├────────────────────────────┼───────────────────┼──────────┤
  134. │ │ Muramasa │ Sword │ 50 │
  135. │ ├────────────────────────────┼───────────────────┼──────────┤
  136. │ │ Sansenryoujintou │ Sword │ 100 │
  137. │ ├────────────────────────────┼───────────────────┼──────────┤
  138. │ │ Club of Destruction │ Crusher │ 100 │
  139. │ Magician ├────────────────────────────┼───────────────────┼──────────┤
  140. │ │ Overlord's Flash │ Skill (Sword) │ 100 │
  141. │ ├────────────────────────────┼───────────────────┼──────────┤
  142. │ │ Breathless Strikes │ Skill (Shikigami) │ 50 │
  143. │ ├────────────────────────────┼───────────────────┼──────────┤
  144. │ │ Gunshot │ Weapon (Enemy) │ 50 │
  145. │ ├────────────────────────────┼───────────────────┼──────────┤
  146. │ │ Spray Fire │ Weapon (Enemy) │ 50 │
  147. ├──────────────┼────────────────────────────┼───────────────────┼──────────┤
  148. │ │ Muramasa │ Sword │ 50 │
  149. │ ├────────────────────────────┼───────────────────┼──────────┤
  150. │ │ Sansenryoujintou │ Sword │ 100 │
  151. │ ├────────────────────────────┼───────────────────┼──────────┤
  152. │ │ Club of Destruction │ Crusher │ 100 │
  153. │ ├────────────────────────────┼───────────────────┼──────────┤
  154. │ Warrior │ Overlord's Flash │ Skill (Sword) │ 100 │
  155. │ ├────────────────────────────┼───────────────────┼──────────┤
  156. │ │ Breathless Strikes │ Skill (Shikigami) │ 50 │
  157. │ ├────────────────────────────┼───────────────────┼──────────┤
  158. │ │ Gunshot │ Weapon (Enemy) │ 50 │
  159. │ ├────────────────────────────┼───────────────────┼──────────┤
  160. │ │ Spray Fire │ Weapon (Enemy) │ 50 │
  161. ├──────────────┼────────────────────────────┼───────────────────┼──────────┤
  162. │ │ Imitation Slayer │ Sword │ 175 │
  163. │ ├────────────────────────────┼───────────────────┼──────────┤
  164. │ │ Hauteclaire │ Sword │ 100 │
  165. │ ├────────────────────────────┼───────────────────┼──────────┤
  166. │ │ Plasma Knife │ Sword │ 100 │
  167. │ ├────────────────────────────┼───────────────────┼──────────┤
  168. │ Tsukumogami │ Doujigiri │ Sword │ 50 │
  169. │ ├────────────────────────────┼───────────────────┼──────────┤
  170. │ │ Onikiri │ Sword │ 50 │
  171. │ ├────────────────────────────┼───────────────────┼──────────┤
  172. │ │ Kageda Doujigiri Yasutsuna │ Sword │ 100 │
  173. │ ├────────────────────────────┼───────────────────┼──────────┤
  174. │ │ Crowbar │ Crusher │ 150 │
  175. ├──────────────┼────────────────────────────┼───────────────────┼──────────┤
  176. │ │ Mambele │ Sword │ 100 │
  177. │ ├────────────────────────────┼───────────────────┼──────────┤
  178. │ Avian │ Dragon Slayer │ Sword │ 100 │
  179. │ ├────────────────────────────┼───────────────────┼──────────┤
  180. │ │ Sonic Blade │ Skill (Sword) │ 100 │
  181. ├──────────────┼────────────────────────────┼───────────────────┼──────────┤
  182. │ │ Mambele │ Sword │ 100 │
  183. │ ├────────────────────────────┼───────────────────┼──────────┤
  184. │ Beast │ Wolf Fang │ Skill (Sword) │ 100 │
  185. │ ├────────────────────────────┼───────────────────┼──────────┤
  186. │ │ Comet Assault Sword │ Skill (Sword) │ 100 │
  187. ├──────────────┼────────────────────────────┼───────────────────┼──────────┤
  188. │ │ Mambele │ Sword │ 100 │
  189. │ ├────────────────────────────┼───────────────────┼──────────┤
  190. │ │ Dragon Slayer │ Sword │ 100 │
  191. │ ├────────────────────────────┼───────────────────┼──────────┤
  192. │ │ Snake Mace │ Crusher │ 100 │
  193. │ Reptile ├────────────────────────────┼───────────────────┼──────────┤
  194. │ │ Turtlesmasher │ Crusher │ 100 │
  195. │ ├────────────────────────────┼───────────────────┼──────────┤
  196. │ │ Wolf Fang │ Skill (Sword) │ 100 │
  197. │ ├────────────────────────────┼───────────────────┼──────────┤
  198. │ │ Dragon Strike │ Skill (Sword) │ 100 │
  199. ├──────────────┼────────────────────────────┼───────────────────┼──────────┤
  200. │ │ Zombie Killer │ Sword │ 200 │
  201. │ ├────────────────────────────┼───────────────────┼──────────┤
  202. │ │ Hauteclaire │ Sword │ 100 │
  203. │ ├────────────────────────────┼───────────────────┼──────────┤
  204. │ │ Kusanagi │ Sword │ 75 │
  205. │ Undead ├────────────────────────────┼───────────────────┼──────────┤
  206. │ │ Onikiri │ Sword │ 50 │
  207. │ ├────────────────────────────┼───────────────────┼──────────┤
  208. │ │ Ame-no-Murakumo │ Sword │ 100 │
  209. │ ├────────────────────────────┼───────────────────┼──────────┤
  210. │ │ Silver Hammer │ Crusher │ 75 │
  211. │ ├────────────────────────────┼───────────────────┼──────────┤
  212. │ │ Saint's Cross Slash │ Skill (Sword) │ 100 │
  213. ├──────────────┼────────────────────────────┼───────────────────┼──────────┤
  214. │ │ Mambele │ Sword │ 100 │
  215. │ ├────────────────────────────┼───────────────────┼──────────┤
  216. │ │ Balmung │ Sword │ 100 │
  217. │ Insect ├────────────────────────────┼───────────────────┼──────────┤
  218. │ │ Snake Mace │ Crusher │ 100 │
  219. │ ├────────────────────────────┼───────────────────┼──────────┤
  220. │ │ Comet Assault Sword │ Skill (Sword) │ 100 │
  221. ├──────────────┼────────────────────────────┼───────────────────┼──────────┤
  222. │ │ Doujigiri │ Sword │ 50 │
  223. │ ├────────────────────────────┼───────────────────┼──────────┤
  224. │ │ Onikiri │ Sword │ 50 │
  225. │ ├────────────────────────────┼───────────────────┼──────────┤
  226. │ │ Kageda Doujigiri Yasutsuna │ Sword │ 100 │
  227. │ Youkai ├────────────────────────────┼───────────────────┼──────────┤
  228. │ │ Silver Hammer │ Crusher │ 75 │
  229. │ ├────────────────────────────┼───────────────────┼──────────┤
  230. │ │ Saint's Cross Slash │ Skill (Sword) │ 100 │
  231. │ ├────────────────────────────┼───────────────────┼──────────┤
  232. │ │ Perfect Super Evil Sword │ Skill (Sword) │ 100 │
  233. ├──────────────┼────────────────────────────┼───────────────────┼──────────┤
  234. │ │ Mambele │ Sword │ 100 │
  235. │ ├────────────────────────────┼───────────────────┼──────────┤
  236. │ │ Balmung │ Sword │ 100 │
  237. │ Aquan ├────────────────────────────┼───────────────────┼──────────┤
  238. │ │ Poseidon's Trident │ Spear │ 100 │
  239. │ ├────────────────────────────┼───────────────────┼──────────┤
  240. │ │ Dragon Strike │ Skill (Sword) │ 100 │
  241. └──────────────┴────────────────────────────┴───────────────────┴──────────┘
Advertisement
Add Comment
Please, Sign In to add comment