Dielantha Beginner
Joined: 29 Nov 2002 Posts: 12 Location: USA
|
Posted: Sun Apr 06, 2003 12:55 am
Evaluation Damage Messages - Darkmists MUD |
Certain classes on the Darkmists MUD have a skill called "Evaluation" This skill tells you in more detail how hurt your opponent is. This scripts takes the damage message and adds a percentage to the end of it to make it easier to tell how close they are to death.
#CLASS {Evaluation On} {enable}
#TRIGGER {is in perfect condition} {#sub {is in perfect condition %ansi(green)100%}}
#TRIGGER {has a few scratches} {#sub {has a few scratches %ansi(green)95-99%}}
#TRIGGER {has a few bruises} {#sub {has a few bruises %ansi(green)90-94%}}
#TRIGGER {has some small wounds } {#sub {has some small wounds %ansi(green)80-89%}}
#TRIGGER {has quite a few wounds} {#sub {has quite a few wounds %ansi(yellow)70-79%}}
#TRIGGER {is covered in bleeding wounds} {#sub {is covered in bleeding wounds %ansi(yellow)60-69%}}
#TRIGGER {is bleeding profusely} {#sub {is bleeding profusely %ansi(yellow)50-59%}}
#TRIGGER {is gushing blood} {#sub {is gushing blood %ansi(yellow)40-49%}}
#TRIGGER {is screaming in pain} {#sub {is screaming in pain %ansi(bold,red)30-39%}}
#TRIGGER {is spasming in shock } {#sub {is spasming in shock %ansi(bold,red)20-29%}}
#TRIGGER {is writhing in agony} {#sub {is writhing in agony %ansi(bold,red)10-19%}}
#TRIGGER {is convulsing on the ground} {#sub {is convulsing on the ground %ansi(bold,red)1-9%}}
#TRIGGER {is nearly dead} {#sub {is nearly dead %ansi(bold,red)0%}}
#CLASS 0
Dielantha Darshiva, Lord of the Silver Dragon - Darkmists MUD |
|