Editing User:Blaziken257/Denjuu Encounter Data/Power Version

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 175: Line 175:
'''Notes''':
'''Notes''':
* The Denjuu do not have equal probabilities:
* The Denjuu do not have equal probabilities:
** The Denjuu in the 1st column has a 103/256 (40.2%) chance of appearing.
** The Denjuu in the 1st column has a 102/256 (39.8%) chance of appearing.
** The Denjuu in the 2nd column has a 77/256 (30.1%) chance of appearing.
** The Denjuu in the 2nd column has a 77/256 (30.1%) chance of appearing.
** The Denjuu in the 3rd column has a 51/256 (19.9%) chance of appearing.
** The Denjuu in the 3rd column has a 51/256 (19.9%) chance of appearing.
** The Denjuu in the 4th column has a 25/256 (9.8%) chance of appearing. <!--
** The Denjuu in the 4th column has a 26/256 (10.2%) chance of appearing.
Technical explanation:
 
Throw a random number from 0-255.
 
If this random number is less than 25, the Denjuu from the 4th column will appear. (Therefore the odds are 25/256.)
Otherwise, if this random number is less than 76, the Denjuu from the 3rd column will appear. (Therefore the odds are (76-25)/256 or 51/256.)
Otherwise, if this random number is less than 153, the Denjuu from the 2nd column will appear. (Therefore the odds are (153-76)/256 or 77/256.)
Otherwise, the Denjuu from the 1st column will appear. (Therefore the odds are (256-153)/256 or 103/256.)
 
Anybody who knows assembly can verify this from looking at offsets 0x3C69-0x3C81. -->
* The probability of the Denjuu's level will be the following:
* The probability of the Denjuu's level will be the following:
** 50% chance that it will be the median.
** 50% chance that it will be the median.
** 25% chance that it will be the minimum.
** 25% chance that it will be the minimum.
** 25% chance that it will be the maximum. <!--
** 25% chance that it will be the maximum.
Technical explanation:
 
Throw a random number from 0-255.
 
If this random number is less than 64, take the median level and add 1 to it. (Thus the odds of this are 64/256.)
Otherwise, if this random number is less than 128, take the median level and add 1 to it. (Thus the odds of this are (128-64)/256 or 64/256.)
Otherwise, the median level shall be left alone. (Thus the odds of this are (256-128)/256 or 128/256.)
 
See this at offsets 0x701C6-0x701D9 -->


== See also ==
== See also ==


* [[User:Blaziken257/Denjuu Encounter Data/Speed Version]]
* [[User:Blaziken257/Denjuu Encounter Data/Speed Version]]
Please note that all contributions to Wikifang are considered to be released under the Attribution-NonCommercial-ShareAlike 3.0 Unported (see Wikifang:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)