Jump to content

Incinerator Drone: Difference between revisions

Whiskers (talk | contribs)
Miepee (talk | contribs)
m add metroid prime creature category
 
(2 intermediate revisions by one other user not shown)
Line 9: Line 9:


==How the RNG Works==
==How the RNG Works==
[[File:IncineratorDrone.png|thumb|upright=2.0]]


The first round time takes between 8 and 13 seconds (480-780 frames), and the remaining times it takes between 15 and 25 seconds (900-1500 frames). Since it is assumed that 1 frame passes between each of the rounds, the overall amount of time it takes is between 53.05 and 88.067 seconds (3183-5284 frames).<br><br>
The first round time takes between 8 and 13 seconds (480-780 frames), and the remaining rounds take between 15 and 25 seconds (900-1500 frames). Since it is assumed that 1 frame passes between each of the rounds, the overall amount of time it takes is between 53.05 and 88.067 seconds (3183-5284 frames).<br><br>


This is how the Random Number Generation works for this fight:<br><br>
This is how the Random Number Generation works for this fight:<br><br>
Line 33: Line 34:
===Everything in between===
===Everything in between===


This [https://github.com/Skull64/metroid-rocks/tree/master/i_drone code] calculates the probability of I-Drone taking every possible number of frames. It also displays the cumulative probability of it taking all numbers of frames less than or greater than every possible number of frames.
This [https://github.com/Skull64/metroid-rocks/tree/master/i_drone code] calculates the probability of I-Drone taking every possible number of frames. It also displays the cumulative probability of it taking all numbers of frames less than or greater than every possible number of frames.
 
* 90% of all fights fall between 62 and 79 seconds in length.
* Average fight length ~ 70.55 seconds standard deviation of ~ 10.1 seconds.
* 1.96% of fights are 60 seconds or faster.
* 3.41% of fights are 80 seconds or slower.
 
One of the slowest I-Drone fights was timed to have taken 85.933 seconds (5156 frames) after subtracting the time it took to shoot the weak points after they became visible. The code calculated that the probability of I-Drone taking 5156 or more frames is 1/6064. Thus it could be said that only 1/6000 or so I-Drone fights could be expected to have worse RNG than the RNG in that fight.


For example, one of the slowest I-Drone fights was timed to have taken 85.933 seconds (5156 frames) after subtracting the time it took to shoot the weak points after they became visible. The code calculated that the probability of I-Drone taking 5156 or more frames is 1/6064. Thus it could be said that only 1/6000 or so I-Drone fights could be expected to have worse RNG than the RNG in that fight.


==See Also==
==See Also==
Line 42: Line 49:
[[Category:Boss]]
[[Category:Boss]]
[[Category:Creature]]
[[Category:Creature]]
[[Category:Creature (Metroid Prime)]]