because they may be adjusted again):
3/7: summon daevas 2/7: cleansing flame 2/7: 50% chance of noise, 50% chance of silence (anti-noise)
The original proposal also mentioned pestilence as an option, probably to be used on low-level characters instead of daevas, but the noise already overlaps with Zin (and fits, I think, given TSO's anti-stealth stance), and adding pestilence would just overlap with Zin more. Maybe there should be a different kind of pestilence for TSO, or some other low-level summoning that would fit him?
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3602 c06c8d41-db1a-0410-9941-cceddc491573
3YKYP4IHQWG4NAOP4GANSZS24JPORQXVJYO7DMRXAF4NVPAHIDBQC
6MGFBTLOHGYVF3XCAKXCBIN43BL3F7X7X3BN6QFTOBAIZFT3FSVQC
RT5RRQQIDPCWYBFEEEXVHXIG7DJGQUR6LMYK45ET4P4NRATM7IJQC
SWOYPTHJAWFEDBMB3ROT33VQZIXGZD5UOXEV456DDUENW2HGA66QC
HC2E2YYLYOAABU4ZTRAK3MZKGVKGXP3LM3CJVIPZFHYEE53NGADAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
SM5TRAZJD7BTJUVJ4HUNKROCH7DLD24SU5II6FQSJYIPQ2XA4RUAC
L4PKJZERR7WADKWHY3MR6J6OZFREVPL3CB43I6MLJ2BVKWCUTE7AC
case 2:
simple_god_message(" booms out: \"Turn back to righteousness! REPENT!\"", god);
noisy( 25, you.x_pos, you.y_pos ); // same as scroll of noise
break;
case 3:
god_speaks(god, "You feel The Shining One's silent rage upon you!");
cast_silence( 25 );
case 5:
case 6: // noisiness or silence (anti-noisiness)
if (coinflip())
{
simple_god_message(" booms out: \"Turn back to righteousness! REPENT!\"", god);
noisy( 25, you.x_pos, you.y_pos ); // same as scroll of noise
}
else
{
god_speaks(god, "You feel The Shining One's silent rage upon you!");
cast_silence( 25 );
}