Advertisement
CJD2524

NoR - Status Success Rate - Regular Enemies

Oct 2nd, 2018
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.46 KB | None | 0 0
  1.  
  2.  
  3. ------------------------------------------------------------------------------------------------------------------------
  4. STATUS SUCCESS RATE (REGULAR ENEMIES)
  5. ------------------------------------------------------------------------------------------------------------------------
  6.  
  7.  
  8. X. STATUS DETERMINATION
  9.  
  10.  
  11.  
  12. Success Rate is calculated upon user's IND value and Target's RES value.
  13.  
  14.  
  15. Probability * { 100 - ( RES - IND ) } / 100 = Success Rate (%) -> Safe RES = 100 + Enemy IND
  16.  
  17.  
  18. RES - IND can never be lower than 0 (minimum value = 0).
  19.  
  20.  
  21. Formula (Status) is only calculated once regardless of the Number of Hits # (not to be confused with double attack)
  22.  
  23.  
  24. If there is a corresponding Resistance to the Status, Status Avoidance (prevention) Probability is as follows:
  25.  
  26.  
  27. ★ 100% / ☆ 95% / ◎ 80% / ○ 50%
  28.  
  29.  
  30. ------------------------------------------------------------------------------------------------------------------------
  31.  
  32.  
  33. Y. COUNTER MAGIC, PERFECT RESIST, RESIST SHIELD WALL, MALIGNANT, LEVEL STATUS
  34.  
  35.  
  36. (*) Level A ~ C
  37.  
  38.  
  39. Value for calculating the Status Level.
  40.  
  41.  
  42. A + B * Hits # / C = Final Level
  43.  
  44.  
  45. However in the case of B & C being both 0: the final level is calculated as:
  46.  
  47.  
  48. A * { Hits # * ( Hits # + 1 ) / 2 + 1 } = Final Level
  49.  
  50.  
  51.  
  52. Counter Magic (RES Up)
  53.  
  54. Level A = 21 / Level B = 4 / Level C = 1 / Success = 999 / Time A = 4 / Time B = 1 / Time C = 1
  55.  
  56.  
  57. 21 + 4 * 1 / 1 = 25 RES -> Buff Hits # 1 -> Nazrin Lv.14 (+50%) -> 37 RES
  58.  
  59. 21 + 4 * 2 / 1 = 29 RES -> Buff Hits # 2 -> Nazrin Lv.14 (+50%) -> 43 RES
  60.  
  61. 21 + 4 * 3 / 1 = 33 RES -> Buff Hits # 3 -> Nazrin Lv.14 (+50%) -> 49 RES
  62.  
  63. 21 + 4 * 4 / 1 = 37 RES -> Buff Hits # 4 -> Nazrin Lv.14 (+50%) -> 55 RES
  64.  
  65. 21 + 4 * 5 / 1 = 41 RES -> Buff Hits # 5 -> Nazrin Lv.14 (+50%) -> 61 RES
  66.  
  67. 21 + 4 * 6 / 1 = 45 RES -> Buff Hits # 6 -> Nazrin Lv.14 (+50%) -> 67 RES
  68.  
  69. 21 + 4 * 7 / 1 = 49 RES -> Buff Hits # 7 -> Nazrin Lv.14 (+50%) -> 73 RES
  70.  
  71. 21 + 4 * 8 / 1 = 53 RES -> Buff Hits # 8 -> Nazrin Lv.14 (+50%) -> 79 RES
  72.  
  73. 21 + 4 * 9 / 1 = 57 RES -> Buff Hits # 9 -> Nazrin Lv.14 (+50%) -> 85 RES
  74.  
  75. 21 + 4 * 10 / 1 = 61 RES -> Buff Hits # 10 -> Nazrin Lv.14 (+50%) -> 91 RES
  76.  
  77. 21 + 4 * 11 / 1 = 65 RES -> Buff Hits # 11
  78.  
  79.  
  80.  
  81. Perfect Resist (RES Up)
  82.  
  83. Level A = 34 / Level B = 6 / Level C = 1 / Success = 999 / Time A = 4 / Time B = 1 / Time C = 1
  84.  
  85.  
  86. 34 + 6 * 1 / 1 = 40 RES -> Buff Hits # 1 -> Sanae Lv.14 (+50%) -> 60 RES
  87.  
  88. 34 + 6 * 2 / 1 = 46 RES -> Buff Hits # 2 -> Sanae Lv.14 (+50%) -> 69 RES
  89.  
  90. 34 + 6 * 3 / 1 = 52 RES -> Buff Hits # 3 -> Sanae Lv.14 (+50%) -> 78 RES
  91.  
  92. 34 + 6 * 4 / 1 = 58 RES -> Buff Hits # 4 -> Sanae Lv.14 (+50%) -> 87 RES
  93.  
  94. 34 + 6 * 5 / 1 = 64 RES -> Buff Hits # 5 -> Sanae Lv.14 (+50%) -> 96 RES
  95.  
  96. 34 + 6 * 6 / 1 = 70 RES -> Buff Hits # 6 -> Sanae Lv.14 (+50%) -> 105 RES
  97.  
  98. 34 + 6 * 7 / 1 = 76 RES -> Buff Hits # 7 -> Sanae Lv.14 (+50%) -> 114 RES
  99.  
  100. 34 + 6 * 8 / 1 = 82 RES -> Buff Hits # 8 -> Sanae Lv.14 (+50%) -> 123 RES
  101.  
  102. 34 + 6 * 9 / 1 = 88 RES -> Buff Hits # 9 -> Sanae Lv.14 (+50%) -> 132 RES
  103.  
  104. 34 + 6 * 10 / 1 = 94 RES -> Buff Hits # 10 -> Sanae Lv.14 (+50%) -> 141 RES
  105.  
  106. 34 + 6 * 11 / 1 = 100 RES -> Buff Hits # 11
  107.  
  108.  
  109.  
  110. Resist Shield Wall (Quick RES Up)
  111.  
  112. Level A = 73 / Level B = 2 / Level C = 1 / Success = 999 / Time A = 1
  113.  
  114.  
  115. 73 + 2 * 1 / 1 = 75 RES -> Buff Hits # 1
  116.  
  117. 73 + 2 * 2 / 1 = 77 RES -> Buff Hits # 2
  118.  
  119. 73 + 2 * 3 / 1 = 79 RES -> Buff Hits # 3
  120.  
  121. 73 + 2 * 4 / 1 = 81 RES -> Buff Hits # 4
  122.  
  123. 73 + 2 * 5 / 1 = 83 RES -> Buff Hits # 5
  124.  
  125. 73 + 2 * 6 / 1 = 85 RES -> Buff Hits # 6
  126.  
  127. 73 + 2 * 7 / 1 = 87 RES -> Buff Hits # 7
  128.  
  129. 73 + 2 * 8 / 1 = 89 RES -> Buff Hits # 8
  130.  
  131. 73 + 2 * 9 / 1 = 91 RES -> Buff Hits # 9
  132.  
  133. 73 + 2 * 10 / 1 = 93 RES -> Buff Hits # 10
  134.  
  135. 73 + 2 * 11 / 1 = 95 RES -> Buff Hits # 11
  136.  
  137.  
  138.  
  139. Malignant ( % Success Rate Status Failure )
  140.  
  141. Level A = 10 / Level B = 1 / Level C = 1 / Success = 999 / Time A = 5 / Time B = 0 / Time C = 0
  142.  
  143. 10 + 1 * 1 / 1 = 11 (%) Success Rate Failure -> Buff Hits # 1 -> Murasa Lv.15 (+75%) -> 19% Success Rate Failure
  144.  
  145. 10 + 1 * 2 / 1 = 12 (%) Success Rate Failure -> Buff Hits # 2 -> Murasa Lv.15 (+75%) -> 21% Success Rate Failure
  146.  
  147. 10 + 1 * 3 / 1 = 13 (%) Success Rate Failure -> Buff Hits # 3 -> Murasa Lv.15 (+75%) -> 22% Success Rate Failure
  148.  
  149. 10 + 1 * 4 / 1 = 14 (%) Success Rate Failure -> Buff Hits # 4 -> Murasa Lv.15 (+75%) -> 24% Success Rate Failure
  150.  
  151. 10 + 1 * 5 / 1 = 15 (%) Success Rate Failure -> Buff Hits # 5 -> Murasa Lv.15 (+75%) -> 26% Success Rate Failure
  152.  
  153. 10 + 1 * 6 / 1 = 16 (%) Success Rate Failure -> Buff Hits # 6 -> Murasa Lv.15 (+75%) -> 28% Success Rate Failure
  154.  
  155. 10 + 1 * 7 / 1 = 17 (%) Success Rate Failure -> Buff Hits # 7 -> Murasa Lv.15 (+75%) -> 29% Success Rate Failure
  156.  
  157. 10 + 1 * 8 / 1 = 18 (%) Success Rate Failure -> Buff Hits # 8 -> Murasa Lv.15 (+75%) -> 31% Success Rate Failure
  158.  
  159. 10 + 1 * 9 / 1 = 19 (%) Success Rate Failure -> Buff Hits # 9 -> Murasa Lv.15 (+75%) -> 33% Success Rate Failure
  160.  
  161. 10 + 1 * 10 / 1 = 20 (%) Success Rate Failure -> Buff Hits # 10 -> Murasa Lv.15 (+75%) -> 35% Success Rate Failure
  162.  
  163. 10 + 1 * 11 / 1 = 21 (%) Success Rate Failure -> Buff Hits # 11
  164.  
  165.  
  166. (?) Does this work like Status Avoidance, or reduces Final Success Rate.
  167.  
  168.  
  169. (!) Yasaka's Divine Wind & Bösendorfer Divine Performance raise POT among all base stats, but needs formula to calculate RES.
  170.  
  171.  
  172.  
  173. Z. INSTANT DEATH, PETRIFY, STOP, DAMAGE PERCENTAGE, ORDER BEHAVIOR, CURSE ENEMY SKILLS
  174.  
  175.  
  176. ╒══════════════════════╤═════╤════════════════════════╤════════════════╤═════════════╤══════════╕
  177. │ Enemy │ IND │ Skill │ Status │ Probability │ Safe RES │
  178. ╞══════════════════════╪═════╪════════════════════════╪════════════════╪═════════════╪══════════╡
  179. │ Happy 99 │ 0 │ 1 Million Volts │ Damage Percent │ 40 │ 100 │
  180. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  181. │ Hinoenma │ 0 │ Death │ Instant Death │ 30 │ 100 │
  182. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  183. │ Mind Flayer │ 5 │ Mind Flayer Hand │ Instant Death │ 20 (?) │ 105 │
  184. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  185. │ │ │ HDD Crash │ Removal │ 20 │ 100 │
  186. │ Caviar │ 0 ├────────────────────────┼────────────────┼─────────────┼──────────┤
  187. │ │ │ 1 Million Volts │ Damage Percent │ 40 │ 100 │
  188. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  189. │ Botan Dourou │ 0 │ Death │ Instant Death │ 30 │ 100 │
  190. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  191. │ Vorpal Bunny │ 10 │ Slash (Instant Death) │ Instant Death │ 20 │ 110 │
  192. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  193. │ Genin │ 10 │ Slash (Instant Death) │ Instant Death │ 20 │ 110 │
  194. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  195. │ Sunflower Fairy │ 20 │ 1 Million Volts │ Damage Percent │ 40 │ 120 │
  196. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  197. │ │ │ Claw (Petrify) │ Petrify │ 40 │ 120 │
  198. │ Cockatrice │ 20 ├────────────────────────┼────────────────┼─────────────┼──────────┤
  199. │ │ │ Petrification Gas │ Petrify │ 50 │ 120 │
  200. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  201. │ Hakkotsu Fujin │ 0 │ 1 Million Volts │ Damage Percent │ 40 │ 100 │
  202. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  203. │ Izanami │ 10 │ Critical Thrust │ Instant Death │ 33 │ 110 │
  204. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  205. │ Fuguruma │ 0 │ Rapid Stream │ Order Behavior │ XX │ XX │
  206. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  207. │ Kirin │ 20 │ 100 Million Amperes │ Damage Percent │ 40 │ 120 │ [ 2 Actions per Turn ]
  208. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  209. │ Beholder │ 10 │ 1 Million Volts │ Damage Percent │ 40 │ 110 │ [ 2 Actions per Turn ]
  210. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  211. │ Elite Mind Flayer │ 10 │ Mind Flayer Hand │ Instant Death │ 30 (?) │ 110 │
  212. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  213. │ Sylph │ 0 │ 1 Million Volts │ Damage Percent │ 40 │ 100 │ [ 2 Actions per Turn ]
  214. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  215. │ Karasu Tengu │ 0 │ 100 Million Amperes │ Damage Percent │ 40 │ 100 │
  216. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  217. │ Undine │ 0 │ Critical Thrust │ Instant Death │ 33 │ 100 │
  218. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  219. │ Empusa │ 10 │ 1 Million Volts │ Instant Death │ 40 │ 110 │
  220. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  221. │ Obelisk │ 0 │ Double-edged Curse │ Curse │ 70 │ 100 │
  222. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  223. │ Seven Caped People │ 0 │ Shinigami Scythe │ Instant Death │ 25 │ 100 │ [ Breathless Strikes -> Slayer = Warrios/Magicians ]
  224. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  225. │ Basilisk │ 0 │ Death Breath │ Instant Death │ 20 │ 100 │
  226. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  227. │ │ │ Death Cloud │ Instant Death │ 30 │ 100 │
  228. │ Miagenyuudou │ 0 ├────────────────────────┼────────────────┼─────────────┼──────────┤
  229. │ │ │ 1 Million Volts │ Damage Percent │ 40 │ 100 │
  230. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  231. │ Manuscript │ 0 │ 1 Million Volts │ Damage Percent │ 40 │ 100 │
  232. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  233. │ │ │ Molecular Disassembly │ Damage Percent │ 50 │ 100 │
  234. │ Shisa │ 0 ├────────────────────────┼────────────────┼─────────────┼──────────┤
  235. │ │ │ Dimension Hole │ Removal │ 30 │ 100 │
  236. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  237. │ Hatamoto │ 0 │ Slash (Instant Death) │ Instant Death │ 20 │ 100 │
  238. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  239. │ │ │ Claw (Petrify) │ Petrify │ 40 │ 110 │
  240. │ Elite Cockatrice │ 10 ├────────────────────────┼────────────────┼─────────────┼──────────┤
  241. │ │ │ Petrification Gas │ Petrify │ 50 │ 110 │
  242. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  243. │ Hipporit │ 0 │ Petrification Gas │ Petrify │ 50 │ 100 │
  244. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  245. │ Lich │ 0 │ 1 Million Volts │ Damage Percent │ 40 │ 100 │
  246. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  247. │ Taisai │ 10 │ 1 Million Volts │ Damage Percent │ 40 │ 110 │
  248. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  249. │ Aikoku Beholder │ 0 │ 1 Million Volts │ Damage Percent │ 40 │ 100 │ [ 2 Actions per Turn ]
  250. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  251. │ Death Bible │ 0 │ Molecular Disassembly │ Damage Percent │ 50 │ 100 │
  252. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  253. │ Great Basilisk │ 0 │ Death Breath │ Instant Death │ 20 │ 100 │
  254. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  255. │ Ninja │ 0 │ Slash (Instant Death) │ Instant Death │ 40 │ 100 │
  256. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  257. │ Dullahan │ 0 │ Shinigami Scythe │ Instant Death │ 25 │ 100 │
  258. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  259. │ Velociraptor │ 0 │ HDD Crash │ Removal │ 20 │ 100 │
  260. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  261. │ Mind Flayer Lord │ 20 │ Mind Flayer Hand │ Instant Death │ 50 (?) │ 120 │
  262. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  263. │ Hell's Stairs │ 0 │ Rapid Stream │ Order Behavior │ XX │ XX │ [ 2 Actions per Turn ]
  264. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  265. │ Metal Shisa │ 0 │ Molecular Disassembly │ Damage Percent │ 50 │ 100 │
  266. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  267. │ Death Rider │ 0 │ Death Zapper │ Instant Death │ 25 │ 100 │
  268. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  269. │ │ │ Death Zapper │ Instant Death │ 25 │ 100 │
  270. │ │ ├────────────────────────┼────────────────┼─────────────┼──────────┤ [ 2 Actions per Turn ]
  271. │ No Life King │ 0 │ Concrete │ Petrify │ 30 │ 100 │
  272. │ │ ├────────────────────────┼────────────────┼─────────────┼──────────┤
  273. │ │ │ Double-edged Curse │ Curse │ 70 │ 100 │
  274. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  275. │ │ │ Death (*) │ Instant Death │ 30 │ 110 │
  276. │ Hokuto Seikun │ 10 ├────────────────────────┼────────────────┼─────────────┼──────────┤
  277. │ │ │ Death Cloud │ Instant Death │ 30 │ 110 │
  278. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  279. │ │ │ Mind Flayer Hand │ Instant Death │ 90 (?) │ 130 │
  280. │ Queen Flayer │ 30 ├────────────────────────┼────────────────┼─────────────┼──────────┤
  281. │ │ │ Timestop │ Stop │ 40 │ 130 │
  282. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  283. │ Lu Bu │ 0 │ Death Zapper │ Instant Death │ 25 │ 100 │ [ Acala Sword ]
  284. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  285. │ Falak │ 0 │ 100 Million Amperes │ Damage Percent │ 40 │ 100 │
  286. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  287. │ Gingaku │ 0 │ Shinigami Scythe │ Instant Death │ 25 │ 100 │ [ Breathless Strikes -> Slayer = Warrios/Magicians ]
  288. ├──────────────────────┼─────┼────────────────────────┼────────────────┼─────────────┼──────────┤
  289. │ Ronin │ 0 │ Slash (Instant Death) │ Instant Death │ 20 │ 100 │
  290. └──────────────────────┴─────┴────────────────────────┴────────────────┴─────────────┴──────────┘
  291.  
  292. (*) Physical Counter %, only if it survived the attack.
  293.  
  294. (!) Virtue: Breathless Strikes (Slayer = Warrios/Magicians), 2 Actions per Turn, able to use Weapon Bless.
  295.  
  296. (?) Sylph has access to Rapid Stream ?, Fast Strike ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement