changeset 1517:8cd89345b54e

Added bite and claw attack hit messages support.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 13 Feb 2013 01:58:30 +0200
parents c760e0775e85
children 718d9c34db56
files gm-hitstats.tf
diffstat 1 files changed, 62 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gm-hitstats.tf	Wed Feb 13 01:49:56 2013 +0200
+++ b/gm-hitstats.tf	Wed Feb 13 01:58:30 2013 +0200
@@ -28,7 +28,7 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; Hit stats
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-/set hst_types=bash pierce slash shield whip tiger monk unarmed
+/set hst_types=bash pierce slash shield whip tiger monk unarmed claw bite
 
 ;@command /mhits <off|gag|short>
 ;@desc Change hit message mangling:
@@ -422,6 +422,67 @@
 /test prdefhit("whip", 26, "WILDLY WHIP")
 
 
+;; Claw hit messages
+/set hst_name_claw=Claw
+/test prdefhit("claw",  1, "lightly claw")
+/test prdefhit("claw",  2, "claw")
+/test prdefhit("claw",  3, "barely scrape")
+/test prdefhit("claw",  4, "scrape")
+/test prdefhit("claw",  5, "prick")
+/test prdefhit("claw",  6, "stick")
+/test prdefhit("claw",  7, "lacerate")
+/test prdefhit("claw",  8, "perforate")
+/test prdefhit("claw",  9, "badly perforate")
+/test prdefhit("claw", 10, "wound")
+/test prdefhit("claw", 11, "badly wound")
+/test prdefhit("claw", 12, "savagely claw")
+/test prdefhit("claw", 13, "cruelly perforate")
+/test prdefhit("claw", 14, "plunge")
+/test prdefhit("claw", 15, "lightly eviscerate")
+/test prdefhit("claw", 16, "ram")
+/test prdefhit("claw", 17, "clash")
+/test prdefhit("claw", 18, "savagely strike")
+/test prdefhit("claw", 19, "eviscerate")
+/test prdefhit("claw", 20, "cruelly rip")
+/test prdefhit("claw", 21, "nastily plunge")
+/test prdefhit("claw", 22, "cruelly ram")
+/test prdefhit("claw", 23, "WHACK")
+/test prdefhit("claw", 24, "RELENTLESSLY RAM")
+/test prdefhit("claw", 25, "CRUELLY CLAW")
+/test prdefhit("claw", 26, "BARBARICALLY LACERATE")
+
+
+;; Bite hit messages
+/set hst_name_bite=Bite
+/test prdefhit("bite",  1, "sample")
+/test prdefhit("bite",  2, "morsel")
+/test prdefhit("bite",  3, "nibble")
+/test prdefhit("bite",  4, "taste")
+/test prdefhit("bite",  5, "bite")
+/test prdefhit("bite",  6, "nip")
+/test prdefhit("bite",  7, "really taste")
+/test prdefhit("bite",  8, "snap")
+/test prdefhit("bite",  9, "munch")
+/test prdefhit("bite", 10, "chomp")
+/test prdefhit("bite", 11, "gnaw")
+/test prdefhit("bite", 12, "split")
+/test prdefhit("bite", 13, "masticate")
+/test prdefhit("bite", 14, "badly chomp")
+/test prdefhit("bite", 15, "chew")
+/test prdefhit("bite", 16, "rip")
+/test prdefhit("bite", 17, "cruelly gnaw")
+/test prdefhit("bite", 18, "cruelly chomp")
+/test prdefhit("bite", 19, "savagely snap")
+/test prdefhit("bite", 20, "brutally bite")
+/test prdefhit("bite", 21, "meanly munch")
+/test prdefhit("bite", 22, "really chew")
+/test prdefhit("bite", 23, "horribly munch")
+/test prdefhit("bite", 24, "SAVAGELY CHEW")
+/test prdefhit("bite", 25, "UNCONTROLLABLY GNAW")
+/test prdefhit("bite", 26, "BARBARICALLY BITE")
+
+
+
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; Output helper functions
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;