git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7327 c06c8d41-db1a-0410-9941-cceddc491573
VMZN5UELHIGTDNSDWE7D5RLGAX5IXQQK3MGUCTWEHKXIGFUTYRCAC (temp_rand < 45) ? MONS_FLYING_SKULL : // 10%(temp_rand < 54) ? MONS_SPECTRAL_WARRIOR : // 9%(temp_rand < 61) ? MONS_ROTTING_HULK : // 7%(temp_rand < 67) ? MONS_SKELETAL_WARRIOR : // 6%(temp_rand < 72) ? MONS_FREEZING_WRAITH : // 5%(temp_rand < 77) ? MONS_FLAMING_CORPSE : // 5%(temp_rand < 82) ? MONS_GHOUL : // 5%(temp_rand < 87) ? MONS_MUMMY : // 5%(temp_rand < 91) ? MONS_VAMPIRE : // 4%(temp_rand < 95) ? MONS_FLAYED_GHOST : // 4%(temp_rand < 98) ? MONS_SKELETAL_DRAGON // 3%
(temp_rand < 44) ? MONS_FLYING_SKULL : // 9%(temp_rand < 52) ? MONS_SPECTRAL_WARRIOR : // 8%(temp_rand < 59) ? MONS_ROTTING_HULK : // 7%(temp_rand < 65) ? MONS_SKELETAL_WARRIOR : // 6%(temp_rand < 70) ? MONS_FREEZING_WRAITH : // 5%(temp_rand < 75) ? MONS_FLAMING_CORPSE : // 5%(temp_rand < 80) ? MONS_GHOUL : // 5%(temp_rand < 85) ? MONS_MUMMY : // 5%(temp_rand < 89) ? MONS_VAMPIRE : // 4%(temp_rand < 93) ? MONS_HUNGRY_GHOST : // 4%(temp_rand < 96) ? MONS_FLAYED_GHOST : // 3%(temp_rand < 98) ? MONS_SKELETAL_DRAGON // 2%