non-priestly orcs, 40% chance for orc priests, 60% chance for orc high priests, and 80% for Saint Roka.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9266 c06c8d41-db1a-0410-9941-cceddc491573
DFUIVFA7LFNOL452XOKUAKAAUVIO7PFJXIOQIPQYRR4S5LPWXHZQC
if ((item_orig == MONS_SAINT_ROKA && x_chance_in_y(7, 10))
|| (item_orig == MONS_ORC_HIGH_PRIEST && coinflip())
|| (item_orig == MONS_ORC_PRIEST && x_chance_in_y(3, 10))
|| one_chance_in(10))
if ((item_orig == MONS_SAINT_ROKA && !one_chance_in(5))
|| (item_orig == MONS_ORC_HIGH_PRIEST && x_chance_in_y(3, 5))
|| (item_orig == MONS_ORC_PRIEST && x_chance_in_y(2, 5))
|| one_chance_in(5))