Advertisement
Guest User

BN2 run rates

a guest
Sep 11th, 2013
430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. if (navi.Level > battle.Level)
  2. Odds: 1
  3. else if (1.5 * navi.Level >= battle.Level)
  4. Odds: 13/16, 13/16, 15/16
  5. else if (2 * navi.Level >= battle.Level)
  6. Odds: 10/16, 10/16, 15/16
  7. else
  8. Odds: 6/16, 6/16, 15/16
  9. After multiplication, round down.
  10.  
  11. In-battle run rates:
  12. 100% run: 100%
  13. 81.25% run: 81.25%, 81.25%, 93.75%
  14. 62.5% run: 62.5%, 62.5%, 93.75%
  15. 37.5% run: 37.5%, 37.5%, 93.75%
  16. Note: your run % is always 93.75% from the third try onwards.
  17.  
  18. 100% run: Level >= value + 1
  19. 81.25% run: Level >= value * 2/3
  20. 62.5% run: Level >= value * 1/2
  21. SneakRun: Level >= (value + 1) * 1/2
  22. After multiplication, round up.
  23.  
  24.  
  25.  
  26. Level table: you need at least this level to get the specified run rates. Accounts for integer rounding.
  27.  
  28. value SneakRun 100% run 81.25% run 62.5% run
  29. Gas Comp 1 2 2 3 2 1
  30. Gas Comp 2 3 2 4 2 2
  31.  
  32. Bomb Comp 1 8 5 9 6 4
  33. Bomb Comp 2 8 5 9 6 4
  34. Bomb Comp 3 8 5 9 6 4
  35. Bomb Comp 4 8 5 9 6 4
  36.  
  37. Mother Comp 1 30 16 31 20 15
  38. Mother Comp 2 30 16 31 20 15
  39. Mother Comp 3 48 25 49 32 24
  40. Mother Comp 4 48 25 49 32 24
  41. Mother Comp 5 48 25 49 32 24
  42.  
  43. Castle Comp 1 45 23 46 30 23
  44. Castle Comp 2 45 23 46 30 23
  45. Castle Comp 3 60 31 61 40 30
  46. Castle Comp 4 60 31 61 40 30
  47. Castle Comp 5 60 31 61 40 30
  48.  
  49. Air Comp 1 50 26 51 34 25
  50. Air Comp 2 70 36 71 47 35
  51. Air Comp 3 70 36 71 47 35
  52. Air Comp 4 70 36 71 47 35
  53. Air Comp 5 70 36 71 47 35
  54.  
  55. Apartment Comp 1 100 51 101 67 50
  56. Apartment Comp 2 100 51 101 67 50
  57. Apartment Comp 3 100 51 101 67 50
  58. Apartment Comp 4 100 51 101 67 50
  59. Gospel Server 1 100 51 101 67 50
  60. Gospel Server 2 100 51 101 67 50
  61.  
  62. Lan's PC - - - - -
  63. Mayl's PC 4 3 5 3 2
  64. Dex's PC 4 3 5 3 2
  65. Yai's PC 6 4 7 4 3
  66. Ribitta's Van 12 7 13 8 6
  67. Raoul's Radio 40 21 41 27 20
  68. Millions's Bag 40 21 41 27 20
  69.  
  70. Blackboard 4 3 5 3 2
  71. Broken Toy 4 3 5 3 2
  72. Doghouse 6 4 7 4 3
  73. Control Panel 12 7 13 8 6
  74. Piano 12 7 13 8 6
  75. Coffee Machine 12 7 13 8 6
  76. Portable Game 12 7 13 8 6
  77. Telephone 12 7 13 8 6
  78. Guardian 16 9 17 11 8
  79. Gas Stove 16 9 17 11 8
  80. Bear 16 9 17 11 8
  81. Monitor 24 13 25 16 12
  82. Wide Monitor 24 13 25 16 12
  83. Flight Board 36 19 37 24 18
  84. Gift Shop 36 19 37 24 18
  85. Bronze Statue 20 11 21 14 10
  86. Refrigerator 30 16 31 20 15
  87. Goddess 40 21 41 27 20
  88. Television 45 23 46 30 23
  89. Vending Machine 80 41 81 54 40
  90. Autolock 80 41 81 54 40
  91.  
  92. Den Area 1 2 2 3 2 1
  93. Den Area 2 3 2 4 2 2
  94. Den Area 3 4 3 5 3 2
  95. Square Entrance - - - - -
  96. The Square - - - - -
  97. Board Room - - - - -
  98.  
  99. Koto Area 16 9 17 11 8
  100. UnderKoto 70 36 71 47 35
  101. Koto Square Entrance - - - - -
  102. Koto Square 1 - - - - -
  103. Koto Square 2 - - - - -
  104. Gospel HQ - - - - -
  105.  
  106. Yumland 1 19 10 20 13 10
  107. Yumland 2 19 10 20 13 10
  108. Yum Square Entrance - - - - -
  109. Yum Square - - - - -
  110. Treasure Room - - - - -
  111.  
  112. Netopia 1 45 23 46 30 23
  113. Netopia 2 45 23 46 30 23
  114. Netopia 3 45 23 46 30 23
  115. Netopia Square Entrance - - - - -
  116. Netopia Square - - - - -
  117.  
  118. Undernet 1 80 41 81 54 40
  119. Undernet 2 80 41 81 54 40
  120. Undernet 3 80 41 81 54 40
  121. Undernet 4 100 51 101 67 50
  122. Undernet 5 120 61 121 80 60
  123. Undernet 6 140 71 141 94 70
  124. Undernet 7 160 81 161 107 80
  125. WWW Area 1 180 91 181 120 90
  126. WWW Area 2 200 101 201 134 100
  127. WWW Area 3 200 101 201 134 100
  128. Under Square Entrance - - - - -
  129. Under Square - - - - -
  130. Under Board Room - - - - -
  131.  
  132.  
  133.  
  134. Hard Mode: doubles value for in-battle run but does not affect SneakRun (!)
  135. Table below lists in-battle run rates for every possible value
  136.  
  137. value 100% run 81.25% run 62.5% run
  138. 2 3 2 1
  139. 3 4 2 2
  140. 4 5 3 2
  141. 6 7 4 3
  142. 8 9 6 4
  143. 12 13 8 6
  144. 16 17 11 8
  145. 19 20 13 10
  146. 20 21 14 10
  147. 24 25 16 12
  148. 30 31 20 15
  149. 32 33 22 16
  150. 36 37 24 18
  151. 38 39 26 19
  152. 40 41 27 20
  153. 48 49 32 24
  154. 45 46 30 23
  155. 48 49 32 24
  156. 50 51 34 25
  157. 60 61 40 30
  158. 70 71 47 35
  159. 72 73 48 36
  160. 80 81 54 40
  161. 90 91 60 45
  162. 96 97 64 48
  163. 100 101 67 50
  164. 120 121 80 60
  165. 140 141 94 70
  166. 160 161 107 80
  167. 180 181 120 90
  168. 200 201 134 100
  169. 240 241 160 120
  170. 280 281 187 140
  171. 320 321 214 160
  172. 360 361 240 180
  173. 400 401 267 200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement