Changeset 899 for trunk/src/xtra3.c

Show
Ignore:
Timestamp:
05/16/08 10:57:27 (3 months ago)
Author:
takkaria
Message:
  • Add "terror" timed effect. This is fear + small speed boost.
  • Add "stoneskin" timed effect. This is +40AC + small speed penalty.
  • (#351) Mushrooms of Clear Mind now cures hallu and gives temp rConf.
  • (#522, #369) Tone down CSW and CCW.
  • Add "deep descent" effect, which lowers recall depth by 2 dungeon levels and teleports/recalls there.
  • Add "line of sight confusion" effect, analagous to the slow/sleep effects.
  • Add few new effects for mushrooms, one commented out.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/xtra3.c

    r898 r899  
    651651        { TMD_CONFUSED,  S("Confused"),   TERM_ORANGE }, 
    652652        { TMD_AFRAID,    S("Afraid"),     TERM_ORANGE }, 
     653        { TMD_AFRAID,    S("Terror"),     TERM_ORANGE }, 
    653654        { TMD_IMAGE,     S("Halluc"),     TERM_ORANGE }, 
    654655        { TMD_POISONED,  S("Poisoned"),   TERM_ORANGE }, 
     
    658659        { TMD_HERO,      S("Hero"),       TERM_L_GREEN }, 
    659660        { TMD_SHERO,     S("Berserk"),    TERM_L_GREEN }, 
     661        { TMD_STONESKIN, S("Stone"),      TERM_L_GREEN }, 
    660662        { TMD_SHIELD,    S("Shield"),     TERM_L_GREEN }, 
    661663        { TMD_BLESSED,   S("Blssd"),      TERM_L_GREEN },