#nop // Written by sqweekette@yahoo.com #nop // Substitutes damage verbs with the verbs and the damage #nop // which is done (in hp) #nop // For example, Your slice MANGLES someone! becomes: #nop // Your slice MANGLES (86-95) someone! #nop // with the hp range highlighted in green. #nop // 'miss' does 0 damage, and isn't substituted here #nop // You might notice that miss appears in a slightly different #nop // colour. The difference is, damage verbs are in "bold light red" #nop // when recieved from the MUD, but wintin won't let me highlight #nop // in bold light red :( #nop // If you prefer the bold light red (and personally I do), you can #nop // use the file darkmists-hits-nice.cmd. The substitutions look #nop // messier though... #nop // Thanks to Xeonauz for his site #nop // where I found the numbers! #nop // Thanks also to Adinihirac for suggesting a more robust pattern #nop // ({%0's %1 verb%2} rather than {%2 verb%1}) #nop #substitute {%0's %1 scratches%2.} {%0's %1 scratches (1-4)%2.} #substitute {%0's %1 grazes%2.} {%0's %1 grazes (5-8)%2.} #substitute {%0's %1 hits%2.} {%0's %1 hits (9-13)%2.} #substitute {%0's %1 injures%2.} {%0's %1 injures (14-18)%2.} #substitute {%0's %1 wounds%2.} {%0's %1 wounds (19-23)%2.} #substitute {%0's %1 mauls%2.} {%0's %1 mauls (24-28)%2.} #substitute {%0's %1 decimates%2.} {%0's %1 decimates (29-33)%2.} #substitute {%0's %1 devastates%2!} {%0's %1 devastates (34-38)%2!} #substitute {%0's %1 maims%2!} {%0's %1 maims (39-43)%2!} #substitute {%0's %1 MUTILATES%2!} {%0's %1 MUTILATES (44-55)%2!} #substitute {%0's %1 DISEMBOWELS%2!} {%0's %1 DISEMBOWELS (56-65)%2!} #substitute {%0's %1 DISMEMBERS%2!} {%0's %1 DISMEMBERS (66-75)%2!} #substitute {%0's %1 MASSACRES%2!} {%0's %1 MASSACRES (76-85)%2!} #substitute {%0's %1 MANGLES%2!} {%0's %1 MANGLES (86-95)%2!} #substitute {%0's %1 *** DEMOLISHES ***%2!} {%0's %1 *** DEMOLISHES *** (101-130)%2!} #substitute {%0's %1 *** DEVASTATES ***%2!} {%0's %1 *** DEVASTATES *** (131-160)%2!} #substitute {%0's %1 === OBLITERATES ===%2!} {%0's %1 === OBLITERATES === (161-200)%2!} #substitute {%0's %1 >>> ANNIHILATES <<<%2!} {%0's %1 >>> ANNIHILATES <<< (201-280)%2!} #substitute {%0's %1 <<< ERADICATES >>>%2!} {%0's %1 <<< ERADICATES >>> (281-380)%2!} #substitute {%0's %1 does UNSPEAKABLE things to%2!} {%0's %1 does UNSPEAKABLE things to (381-599)%2!} #substitute {%0's %1 DOES UNSPEAKABLE THINGS TO%2!} {%0's %1 DOES UNSPEAKABLE THINGS TO (600-999)%2!} #substitute {Your %1 scratches%2.} {Your %1 scratches (1-4)%2.} #substitute {Your %1 grazes%2.} {Your %1 grazes (5-8)%2.} #substitute {Your %1 hits%2.} {Your %1 hits (9-13)%2.} #substitute {Your %1 injures%2.} {Your %1 injures (14-18)%2.} #substitute {Your %1 wounds%2.} {Your %1 wounds (19-23)%2.} #substitute {Your %1 mauls%2.} {Your %1 mauls (24-28)%2.} #substitute {Your %1 decimates%2.} {Your %1 decimates (29-33)%2.} #substitute {Your %1 devastates%2!} {Your %1 devastates (34-38)%2!} #substitute {Your %1 maims%2!} {Your %1 maims (39-43)%2!} #substitute {Your %1 MUTILATES%2!} {Your %1 MUTILATES (44-55)%2!} #substitute {Your %1 DISEMBOWELS%2!} {Your %1 DISEMBOWELS (56-65)%2!} #substitute {Your %1 DISMEMBERS%2!} {Your %1 DISMEMBERS (66-75)%2!} #substitute {Your %1 MASSACRES%2!} {Your %1 MASSACRES (76-85)%2!} #substitute {Your %1 MANGLES%2!} {Your %1 MANGLES (86-95)%2!} #substitute {Your %1 *** DEMOLISHES ***%2!} {Your %1 *** DEMOLISHES *** (101-130)%2!} #substitute {Your %1 *** DEVASTATES ***%2!} {Your %1 *** DEVASTATES *** (131-160)%2!} #substitute {Your %1 === OBLITERATES ===%2!} {Your %1 === OBLITERATES === (161-200)%2!} #substitute {Your %1 >>> ANNIHILATES <<<%2!} {Your %1 >>> ANNIHILATES <<< (201-280)%2!} #substitute {Your %1 <<< ERADICATES >>>%2!} {Your %1 <<< ERADICATES >>> (281-380)%2!} #substitute {Your %1 does UNSPEAKABLE things to%2!} {Your %1 does UNSPEAKABLE things to (381-599)%2!} #substitute {Your %1 DOES UNSPEAKABLE THINGS TO%2!} {Your %1 DOES UNSPEAKABLE THINGS TO (600-999)%2!} #highlight {green} {(%0-%1)} #highlight {light red} {scratches} #highlight {light red} {grazes} #highlight {light red} {hits} #highlight {light red} {injures} #highlight {light red} {wounds} #highlight {light red} {mauls} #highlight {light red} {decimates} #highlight {light red} {devastates} #highlight {light red} {maims} #highlight {light red} {MUTILATES} #highlight {light red} {DISEMBOWELS} #highlight {light red} {DISMEMBERS} #highlight {light red} {MASSACRES} #highlight {light red} {MANGLES} #highlight {light red} {*** DEMOLISHES ***} #highlight {light red} {*** DEVASTATES ***} #highlight {light red} {=== OBLITERATES ===} #highlight {light red} {>>> ANNIHILATES <<<} #highlight {light red} {<<< ERADICATES >>>} #highlight {light red} {does UNSPEAKABLE things to} #highlight {light red} {DOES UNSPEAKABLE THINGS TO}