annotate gm-hitstats.tf @ 1679:c165ba2d0db0

Adjust version reporting.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 27 Mar 2024 17:25:29 +0200
parents 356c3c26aee6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 ;;
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 ;; GgrTF::HitStats - Weapon hit statistics
1655
356c3c26aee6 Get rid of ISO-8859-1 in copyrights.
Matti Hamalainen <ccr@tnsp.org>
parents: 1586
diff changeset
3 ;; (C) Copyright 2008-2015 Matti Hamalainen (Ggr)
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 ;;
1454
113c9a66eaf1 Add a better/more proper GPL license header in files.
Matti Hamalainen <ccr@tnsp.org>
parents: 1287
diff changeset
5 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
113c9a66eaf1 Add a better/more proper GPL license header in files.
Matti Hamalainen <ccr@tnsp.org>
parents: 1287
diff changeset
6 ;;
113c9a66eaf1 Add a better/more proper GPL license header in files.
Matti Hamalainen <ccr@tnsp.org>
parents: 1287
diff changeset
7 ;; This program is free software; you can redistribute it and/or
113c9a66eaf1 Add a better/more proper GPL license header in files.
Matti Hamalainen <ccr@tnsp.org>
parents: 1287
diff changeset
8 ;; modify it under the terms of the GNU General Public License
113c9a66eaf1 Add a better/more proper GPL license header in files.
Matti Hamalainen <ccr@tnsp.org>
parents: 1287
diff changeset
9 ;; version 2 as published by the Free Software Foundation.
113c9a66eaf1 Add a better/more proper GPL license header in files.
Matti Hamalainen <ccr@tnsp.org>
parents: 1287
diff changeset
10 ;;
113c9a66eaf1 Add a better/more proper GPL license header in files.
Matti Hamalainen <ccr@tnsp.org>
parents: 1287
diff changeset
11 ;; This program is distributed in the hope that it will be useful,
113c9a66eaf1 Add a better/more proper GPL license header in files.
Matti Hamalainen <ccr@tnsp.org>
parents: 1287
diff changeset
12 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
113c9a66eaf1 Add a better/more proper GPL license header in files.
Matti Hamalainen <ccr@tnsp.org>
parents: 1287
diff changeset
13 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
113c9a66eaf1 Add a better/more proper GPL license header in files.
Matti Hamalainen <ccr@tnsp.org>
parents: 1287
diff changeset
14 ;; file "COPYING.txt" for more details.
113c9a66eaf1 Add a better/more proper GPL license header in files.
Matti Hamalainen <ccr@tnsp.org>
parents: 1287
diff changeset
15 ;;
113c9a66eaf1 Add a better/more proper GPL license header in files.
Matti Hamalainen <ccr@tnsp.org>
parents: 1287
diff changeset
16 ;; You should have received a copy of the GNU General Public License
113c9a66eaf1 Add a better/more proper GPL license header in files.
Matti Hamalainen <ccr@tnsp.org>
parents: 1287
diff changeset
17 ;; along with this program; if not, write to the Free Software
113c9a66eaf1 Add a better/more proper GPL license header in files.
Matti Hamalainen <ccr@tnsp.org>
parents: 1287
diff changeset
18 ;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
113c9a66eaf1 Add a better/more proper GPL license header in files.
Matti Hamalainen <ccr@tnsp.org>
parents: 1287
diff changeset
19 ;; MA 02110-1301 USA.
113c9a66eaf1 Add a better/more proper GPL license header in files.
Matti Hamalainen <ccr@tnsp.org>
parents: 1287
diff changeset
20 ;;
113c9a66eaf1 Add a better/more proper GPL license header in files.
Matti Hamalainen <ccr@tnsp.org>
parents: 1287
diff changeset
21 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22 ;;
1277
980a1f19a258 More copyright and version requirement updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 1247
diff changeset
23 ;; NOTICE! This file requires GgrTF (version 0.6.15 or later) to be loaded.
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24 ;;
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 /loaded GgrTF::HitStats
1035
c10f8a59a2e3 Use module depencies for checking required parent modules.
Matti Hamalainen <ccr@tnsp.org>
parents: 1018
diff changeset
26 /test prdefmodule("HitStats")
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
27
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
29 ;; Hit stats
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
30 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1517
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
31 /set hst_types=bash pierce slash shield whip tiger monk unarmed claw bite
1074
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
32
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
33 ;@command /mhits <off|gag|short>
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
34 ;@desc Change hit message mangling:
1561
22830172da4e Use new TFdoc syntax.
Matti Hamalainen <ccr@tnsp.org>
parents: 1559
diff changeset
35 ;@desc $off$ = no mangling, pass hit message through unaltered;
22830172da4e Use new TFdoc syntax.
Matti Hamalainen <ccr@tnsp.org>
parents: 1559
diff changeset
36 ;@desc $short$ = use short messages, collecting ALL your hit messages into
1074
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
37 ;@desc one line like "You jab, dodge, parry, CRUELLY TATTER.";
1561
22830172da4e Use new TFdoc syntax.
Matti Hamalainen <ccr@tnsp.org>
parents: 1559
diff changeset
38 ;@desc $gag$ = gag messages completely.
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
39 /prdefsetting -n"mhits" -d"Mangle YOUR hit messages" -s"off gag short"
1074
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
40
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
41 ;@command /weapon1 <type>
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
42 ;@desc Set the weapon types you are using. Currently only two concurrent
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
43 ;@desc types are supported. Notice, that if you are using several weapons
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
44 ;@desc of SAME type/class, you only need to set one (separate weapons of
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
45 ;@desc same type are counted as one.) Use "/weapon1" without arguments to
1521
ef130b79798c Add support for third and fourth "weapon" type in the hit stats.
Matti Hamalainen <ccr@tnsp.org>
parents: 1517
diff changeset
46 ;@desc see supported types. Use /weapon[2-4] to set the other weapon types, if any.
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
47 /eval /prdefsetting -n"weapon1" -d"Wielded weapon #1 type for hitstats" -s"none %{hst_types}"
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
48 /eval /prdefsetting -n"weapon2" -d"Wielded weapon #2 type for hitstats" -s"none %{hst_types}"
1521
ef130b79798c Add support for third and fourth "weapon" type in the hit stats.
Matti Hamalainen <ccr@tnsp.org>
parents: 1517
diff changeset
49 /eval /prdefsetting -n"weapon3" -d"Wielded weapon #3 type for hitstats" -s"none %{hst_types}"
ef130b79798c Add support for third and fourth "weapon" type in the hit stats.
Matti Hamalainen <ccr@tnsp.org>
parents: 1517
diff changeset
50 /eval /prdefsetting -n"weapon4" -d"Wielded weapon #4 type for hitstats" -s"none %{hst_types}"
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
51
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
52
1074
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
53 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
54 ;; Gag something according to stats
1074
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
55 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
56 /def -i prset =\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
57 /eval /if (%{1}=~"") /set %{1}=%{2}%%;/endif
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
58
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
59 /def -i ghitstats_gag =\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
60 /if (set_mhits=~"gag") \
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
61 /substitute -ag%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
62 /elseif (set_mhits=~"short") \
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
63 /substitute -ag%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
64 /set hst_short=%{hst_short} %{1},%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
65 /endif
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
66
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
67 /def -i ghitstats_mangle =\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
68 /if (set_mhits=~"short" & hst_short!~"")\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
69 /let _htmp=$[substr(hst_short,1,-1)]%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
70 /echo -p @{BCwhite}You %{_htmp}.@{n}%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
71 /set hst_short=%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
72 /endif
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
73
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
74
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
75 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
76 ;; Initialization
1074
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
77 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
78 /def -i ghitstats_init_do =\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
79 /while ({#})\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
80 /set lst_%{1}_hits=%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
81 /shift%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
82 /done
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
83
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
84 /def -i ghitstats_init =\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
85 /prset set_mhits off%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
86 /prset set_weapon1 none%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
87 /prset set_weapon2 none%;\
1521
ef130b79798c Add support for third and fourth "weapon" type in the hit stats.
Matti Hamalainen <ccr@tnsp.org>
parents: 1517
diff changeset
88 /prset set_weapon3 none%;\
ef130b79798c Add support for third and fourth "weapon" type in the hit stats.
Matti Hamalainen <ccr@tnsp.org>
parents: 1517
diff changeset
89 /prset set_weapon4 none%;\
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
90 /set lst_special=%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
91 /set hst_crithit=0%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
92 /set lst_special=%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
93 /test prlist_insert("event_battle_round", "ghitstats_mangle")%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
94 /ghitstats_init_do %{hst_types}
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
95
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
96 /ghitstats_init
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
97
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
98
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
99 ;; Reset the statistics
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
100 /def -i ghitstats_reset_special =\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
101 /while ({#})\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
102 /set hst_%{1}=0%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
103 /shift%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
104 /done
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
105
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
106 /def -i ghitstats_reset_do =\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
107 /let _hname=%{1}%;/shift%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
108 /while ({#})\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
109 /set hst_%{_hname}_%{1}=0%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
110 /set hst_c%{_hname}_%{1}=0%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
111 /shift%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
112 /done
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
113
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
114 /def -i ghitstats_reset =\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
115 /while ({#})\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
116 /set hst_%{1}_total=0%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
117 /set hst_%{1}_crits=0%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
118 /eval /ghitstats_reset_do %{1} %%{lst_%{1}_hits}%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
119 /shift%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
120 /done
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
121
1074
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
122 ;@command /hstreset
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
123 ;@desc Reset and clear current hit-statistics.
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
124 /def -i hstreset =\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
125 /msq @{BCgreen}Resetting hit statistics!@{n}%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
126 /set hst_special=0%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
127 /ghitstats_reset %{hst_types}%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
128 /ghitstats_reset_special %{lst_special}
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
129
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
130
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
131
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
132 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
133 /def -i prgetshort =\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
134 /let _tpos=$[strchr({1}," ")]%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
135 /if (_tpos >= 0)\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
136 /return strcat(substr({1},0,3),"_",substr({1},_tpos+1))%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
137 /else \
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
138 /return {1}%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
139 /endif
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
140
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
141
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
142 ;; Define a special message (for misses, parries, etc.)
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
143 /def -i prdefhitspec =\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
144 /if (!getopts("s:n:t:r", "")) /gerror Invalid prdefhitspec definition!%;/break%;/endif%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
145 /if (opt_s=~""|opt_n=~""|opt_t=~"") /gerror Required arguments not specified!%;/break%;/endif%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
146 /if (opt_r) /let _ttype=regexp%;/else /let _ttype=simple%;/endif%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
147 /test prlist_insert("lst_special", opt_n)%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
148 /def -i -p99999 -F -m%{_ttype} -t"%{opt_t}" ghitstats_%{opt_n} =\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
149 /ghitstats_gag %{opt_s}%%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
150 /set hst_special=$$[hst_special+1]%%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
151 /set hst_%{opt_n}=$$[hst_%{opt_n}+1]
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
152
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
153
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
154 ;; Detect critical hits
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
155 /def -i -mregexp -t"^You score a \*?CRITICAL\*? hit!$" ghitstats_crit =\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
156 /set hst_crithit=1
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
157
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
158 ;; Define a hit message
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
159 /def -i prdefhit =\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
160 /let _hname=%{1}_%{2}%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
161 /let _yname=$[prgetshort({3})]%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
162 /test prlist_insert("lst_%{1}_hits", {2})%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
163 /set hst_name_%{_hname}=%{3}%;\
1247
aa4f7e679b2d In some cases certain emotes etc were counted as a hit, fixed.
Matti Hamalainen <ccr@tnsp.org>
parents: 1243
diff changeset
164 /def -i -p99999 -F -mregexp -t"^(You|(Cackling|Smiling|Grinning) (demonically|devilishly|diabolically) you) %{3} (.*)$$" ghitstats_%{_hname} =\
aa4f7e679b2d In some cases certain emotes etc were counted as a hit, fixed.
Matti Hamalainen <ccr@tnsp.org>
parents: 1243
diff changeset
165 /if (regmatch("^(your|on) ", {P4})) /break%%;/endif%%;\
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
166 /ghitstats_gag %{_yname}%%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
167 /set hst_%{1}_total=$$[hst_%{1}_total+1]%%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
168 /if (hst_crithit==1) \
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
169 /set hst_%{1}_crits=$$[hst_%{1}_crits+1]%%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
170 /set hst_c%{_hname}=$$[hst_c%{_hname}+1]%%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
171 /else \
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
172 /set hst_%{_hname}=$$[hst_%{_hname}+1]%%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
173 /endif%%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
174 /set hst_crithit=0
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
175
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
176
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
177 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1074
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
178 ;; Hit message definitions
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
179 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
180 ;; Specials
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
181 /prdefhitspec -n"misses" -t"^You miss(\.$| )" -r -s"miss"
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
182 /prdefhitspec -n"dodges" -t"^You (successfully dodge |dodge\.$)" -r -s"dodge"
1243
a81ce5b56a9f Some parries were not caught by hitstats, fixed.
Matti Hamalainen <ccr@tnsp.org>
parents: 1074
diff changeset
183 /prdefhitspec -n"parries" -t"^(You parry\.|You successfully parry )" -r -s"parry"
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
184 /prdefhitspec -n"ripostes" -t"...AND riposte." -s"riposte"
1243
a81ce5b56a9f Some parries were not caught by hitstats, fixed.
Matti Hamalainen <ccr@tnsp.org>
parents: 1074
diff changeset
185 /prdefhitspec -n"tumbles" -t"^You tumble .+?'s dodge\.$" -r -s"tumble"
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
186 /prdefhitspec -n"stuns" -t"^You STUN |WHO avoids being stunned with" -r -s"STUN"
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
187 /prdefhitspec -n"stunmanos" -t"^LAA LAALIS PASKI ASTUSTA TULLUT ROU" -r -s"stunmano"
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
188
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
189
1018
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
190 ;; Bash hit messages
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
191 /set hst_name_bash=Bash/Bludgeons
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
192 /test prdefhit("bash", 1, "lightly jostle")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
193 /test prdefhit("bash", 2, "jostle")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
194 /test prdefhit("bash", 3, "butt")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
195 /test prdefhit("bash", 4, "bump")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
196 /test prdefhit("bash", 5, "thump")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
197 /test prdefhit("bash", 6, "stroke")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
198 /test prdefhit("bash", 7, "thrust")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
199 /test prdefhit("bash", 8, "jab")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
200 /test prdefhit("bash", 9, "bash")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
201 /test prdefhit("bash", 10, "strike")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
202 /test prdefhit("bash", 11, "sock")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
203 /test prdefhit("bash", 12, "cuff")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
204 /test prdefhit("bash", 13, "knock")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
205 /test prdefhit("bash", 14, "flail")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
206 /test prdefhit("bash", 15, "whack")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
207 /test prdefhit("bash", 16, "beat")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
208 /test prdefhit("bash", 17, "smash")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
209 /test prdefhit("bash", 18, "cruelly beat")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
210 /test prdefhit("bash", 19, "badly smash")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
211 /test prdefhit("bash", 20, "horribly thrust")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
212 /test prdefhit("bash", 21, "savagely sock")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
213 /test prdefhit("bash", 22, "savagely strike")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
214 /test prdefhit("bash", 23, "REALLY WHACK")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
215 /test prdefhit("bash", 24, "BRUTALLY BEAT")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
216 /test prdefhit("bash", 25, "CRUELLY CUFF")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
217 /test prdefhit("bash", 26, "BARBARICALLY BASH")
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
218
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
219
1018
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
220 ;; Pierce hit messages
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
221 /set hst_name_pierce=Pierce/Poles+Sblades
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
222 /test prdefhit("pierce", 1, "barely scratch")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
223 /test prdefhit("pierce", 2, "scratch")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
224 /test prdefhit("pierce", 3, "slightly pierce")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
225 /test prdefhit("pierce", 4, "pierce")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
226 /test prdefhit("pierce", 5, "puncture")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
227 /test prdefhit("pierce", 6, "sink")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
228 /test prdefhit("pierce", 7, "bore")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
229 /test prdefhit("pierce", 8, "crater")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
230 /test prdefhit("pierce", 9, "cavitate")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
231 /test prdefhit("pierce", 10, "shaft")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
232 /test prdefhit("pierce", 11, "gorge")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
233 /test prdefhit("pierce", 12, "really poke")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
234 /test prdefhit("pierce", 13, "riddle")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
235 /test prdefhit("pierce", 14, "dig into")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
236 /test prdefhit("pierce", 15, "dig through")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
237 /test prdefhit("pierce", 16, "chasm")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
238 /test prdefhit("pierce", 17, "drill")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
239 /test prdefhit("pierce", 18, "powerfully perforate")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
240 /test prdefhit("pierce", 19, "powerfully pierce")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
241 /test prdefhit("pierce", 20, "cruelly crater")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
242 /test prdefhit("pierce", 21, "savagely shaft")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
243 /test prdefhit("pierce", 22, "uncontrollably dig through")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
244 /test prdefhit("pierce", 23, "REALLY DRILL")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
245 /test prdefhit("pierce", 24, "CRUELLY RIDDLE ")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
246 /test prdefhit("pierce", 25, "BRUTALLY BORE")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
247 /test prdefhit("pierce", 26, "BARBARICALLY PIERCE")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
248
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
249
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
250 ;; Shield hit messages
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
251 /set hst_name_shield=Shield Bash
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
252 /test prdefhit("shield", 1, "lightly shove")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
253 /test prdefhit("shield", 2, "lightly batter")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
254 /test prdefhit("shield", 3, "lightly push")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
255 /test prdefhit("shield", 4, "lightly bash")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
256 /test prdefhit("shield", 5, "lightly slam")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
257 /test prdefhit("shield", 6, "lightly crush")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
258 /test prdefhit("shield", 7, "heavily shove")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
259 /test prdefhit("shield", 8, "batter")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
260 /test prdefhit("shield", 9, "heavily push")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
261 /test prdefhit("shield", 10, "heavily bash")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
262 /test prdefhit("shield", 11, "slam")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
263 /test prdefhit("shield", 12, "crush")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
264 /test prdefhit("shield", 13, "really shove")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
265 /test prdefhit("shield", 14, "really batter")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
266 /test prdefhit("shield", 15, "really push")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
267 /test prdefhit("shield", 16, "really bash")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
268 /test prdefhit("shield", 17, "really slam")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
269 /test prdefhit("shield", 18, "really crush")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
270 /test prdefhit("shield", 19, "cruelly shove")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
271 /test prdefhit("shield", 20, "cruelly batter")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
272 /test prdefhit("shield", 21, "cruelly push")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
273 /test prdefhit("shield", 22, "cruelly bash")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
274 /test prdefhit("shield", 23, "REALLY SLAM")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
275 /test prdefhit("shield", 24, "REALLY CRUSH")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
276 /test prdefhit("shield", 25, "BRUTALLY CRUSH")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
277 /test prdefhit("shield", 26, "BARBARICALLY SLAM")
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
278
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
279
1018
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
280 ;; Slash hit messages
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
281 /set hst_name_slash=Slash/Lblades+Axes
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
282 /test prdefhit("slash", 1, "barely graze")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
283 /test prdefhit("slash", 2, "solidly slash")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
284 /test prdefhit("slash", 3, "gash")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
285 /test prdefhit("slash", 4, "lightly cut")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
286 /test prdefhit("slash", 5, "cut")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
287 /test prdefhit("slash", 6, "tear")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
288 /test prdefhit("slash", 7, "incise")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
289 /test prdefhit("slash", 8, "shred")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
290 /test prdefhit("slash", 9, "horribly shred")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
291 /test prdefhit("slash", 10, "slash")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
292 /test prdefhit("slash", 11, "incisively cut")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
293 /test prdefhit("slash", 12, "incisively tear")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
294 /test prdefhit("slash", 13, "slit")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
295 /test prdefhit("slash", 14, "cruelly tatter")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
296 /test prdefhit("slash", 15, "savagely shave")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
297 /test prdefhit("slash", 16, "rive")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
298 /test prdefhit("slash", 17, "cruelly slash")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
299 /test prdefhit("slash", 18, "uncontrollably slash")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
300 /test prdefhit("slash", 19, "quickly cut")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
301 /test prdefhit("slash", 20, "savagely rip")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
302 /test prdefhit("slash", 21, "BRUTALLY TEAR")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
303 /test prdefhit("slash", 22, "SAVAGELY SHRED")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
304 /test prdefhit("slash", 23, "CRUELLY REND")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
305 /test prdefhit("slash", 24, "BARBARICALLY REND")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
306 /test prdefhit("slash", 25, "DISMEMBER")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
307 /test prdefhit("slash", 26, "CRUELLY DISMEMBER")
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
308
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
309
1018
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
310 ;; Tiger martial arts hit messages
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
311 /set hst_name_tiger=Tiger martial arts
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
312 /test prdefhit("tiger", 1, "tickle")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
313 /test prdefhit("tiger", 2, "step on")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
314 /test prdefhit("tiger", 3, "grasp")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
315 /test prdefhit("tiger", 4, "toe-kick")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
316 /test prdefhit("tiger", 5, "knee")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
317 /test prdefhit("tiger", 6, "elbow")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
318 /test prdefhit("tiger", 7, "elbow-smash")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
319 /test prdefhit("tiger", 8, "stomp-kick")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
320 /test prdefhit("tiger", 9, "foot-step")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
321 /test prdefhit("tiger", 10, "twist and throw")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
322 /test prdefhit("tiger", 11, "finger-jab")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
323 /test prdefhit("tiger", 12, "joint-twist")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
324 /test prdefhit("tiger", 13, "back kick")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
325 /test prdefhit("tiger", 14, "spinning back kick")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
326 /test prdefhit("tiger", 15, "phoenix-eye punch")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
327 /test prdefhit("tiger", 16, "spinning backfist")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
328 /test prdefhit("tiger", 17, "jump up and side-kick")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
329 /test prdefhit("tiger", 18, "dragon-claw")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
330 /test prdefhit("tiger", 19, "feint high and then cruelly groin-rip")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
331 /test prdefhit("tiger", 20, "snake-strike, blocking the chi of")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
332 /test prdefhit("tiger", 21, "pummel, with dozens of chain punches,")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
333 /test prdefhit("tiger", 22, "leap, spin, and swallow-tail KICK")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
334 /test prdefhit("tiger", 23, "DEVASTATE, with a thrusting blow,")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
335 /test prdefhit("tiger", 24, "BRUTALLY THROAT RIP")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
336 /test prdefhit("tiger", 25, "SAVAGELY BELLY SMASH")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
337 /test prdefhit("tiger", 26, "CRUELLY TIGER STRIKE")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
338
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
339
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
340 ;; Monk martial arts hit messages
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
341 /set hst_name_monk=Monk martial arts
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
342 /test prdefhit("monk", 1, "slap")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
343 /test prdefhit("monk", 2, "push")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
344 /test prdefhit("monk", 3, "shove")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
345 /test prdefhit("monk", 4, "grab")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
346 /test prdefhit("monk", 5, "punch")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
347 /test prdefhit("monk", 6, "foot-sweep")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
348 /test prdefhit("monk", 7, "evade, and then reverse")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
349 /test prdefhit("monk", 8, "grab and shoulder-toss")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
350 /test prdefhit("monk", 9, "snap-kick")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
351 /test prdefhit("monk", 10, "joint-lock")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
352 /test prdefhit("monk", 11, "unbalance, then expertly throw")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
353 /test prdefhit("monk", 12, "stop-kick")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
354 /test prdefhit("monk", 13, "reverse spin-kick")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
355 /test prdefhit("monk", 14, "pull, then cruelly throat chop")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
356 /test prdefhit("monk", 15, "trip and head-stomp")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
357 /test prdefhit("monk", 16, "savagely hammerfist")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
358 /test prdefhit("monk", 17, "craftily feint and then grab and flip")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
359 /test prdefhit("monk", 18, "fluidly evade, duck under and spine-chop")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
360 /test prdefhit("monk", 19, "nerve-grab, causing unendurable pain to")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
361 /test prdefhit("monk", 20, "perform a lightning fast punch and throw combo on")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
362 /test prdefhit("monk", 21, "grab, headbutt, then NECK-SNAP")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
363 /test prdefhit("monk", 22, "masterfully evade then JUMP-KICK")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
364 /test prdefhit("monk", 23, "DEVASTATINGLY HEAD-THROW")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
365 /test prdefhit("monk", 24, "HORRIBLY DOUBLE-KICK")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
366 /test prdefhit("monk", 25, "MASTERFULLY POWER-THROW")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
367 /test prdefhit("monk", 26, "DEVASTATINGLY SNAP-KICK")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
368
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
369
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
370 ;; Unarmed hit messages
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
371 /set hst_name_unarmed=Unarmed
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
372 /test prdefhit("unarmed", 1, "pat")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
373 /test prdefhit("unarmed", 2, "spank")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
374 /test prdefhit("unarmed", 3, "smack")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
375 /test prdefhit("unarmed", 4, "bitchslap")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
376 /test prdefhit("unarmed", 5, "lightly strike")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
377 /test prdefhit("unarmed", 6, "boot")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
378 /test prdefhit("unarmed", 7, "kick")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
379 /test prdefhit("unarmed", 8, "suckerpunch")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
380 /test prdefhit("unarmed", 9, "ankle-stomp")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
381 /test prdefhit("unarmed", 10, "stomp")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
382 /test prdefhit("unarmed", 11, "knee-kick")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
383 /test prdefhit("unarmed", 12, "badly kick")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
384 /test prdefhit("unarmed", 13, "jump-kick")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
385 /test prdefhit("unarmed", 14, "uppercut")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
386 /test prdefhit("unarmed", 15, "kidneypunch")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
387 /test prdefhit("unarmed", 16, "spin-kick")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
388 /test prdefhit("unarmed", 17, "headbutt")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
389 /test prdefhit("unarmed", 18, "cruelly headbutt")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
390 /test prdefhit("unarmed", 19, "dragon-punch")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
391 /test prdefhit("unarmed", 20, "savagely triple-kick")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
392 /test prdefhit("unarmed", 21, "roundhouse")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
393 /test prdefhit("unarmed", 22, "bodyslam")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
394 /test prdefhit("unarmed", 23, "run into")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
395 /test prdefhit("unarmed", 24, "REALLY SMASH")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
396 /test prdefhit("unarmed", 25, "BRUTALLY BOOT")
a327d7eae658 Updated to use and support the new (as of 28 May 2009) flower BatMUD hitmessages. All except bite attacks are supported now. Unfortunately this also changes the type names, so users need to reconfigure (a minor annoyance), but also HCBat is now unsupported by this module.
Matti Hamalainen <ccr@tnsp.org>
parents: 925
diff changeset
397 /test prdefhit("unarmed", 26, "BARBARICALLY BEAT")
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
398
1074
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
399 ;; Whip hit messages
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
400 /set hst_name_whip=Whip
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
401 /test prdefhit("whip", 1, "lash")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
402 /test prdefhit("whip", 2, "lightly lash")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
403 /test prdefhit("whip", 3, "lightly flog")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
404 /test prdefhit("whip", 4, "slightly slash")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
405 /test prdefhit("whip", 5, "flog")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
406 /test prdefhit("whip", 6, "slice")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
407 /test prdefhit("whip", 7, "sharply slice")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
408 /test prdefhit("whip", 8, "lightly flick")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
409 /test prdefhit("whip", 9, "flick")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
410 /test prdefhit("whip", 10, "whip")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
411 /test prdefhit("whip", 11, "wantonly whip")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
412 /test prdefhit("whip", 12, "welt")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
413 /test prdefhit("whip", 13, "lightly blister")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
414 /test prdefhit("whip", 14, "blister")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
415 /test prdefhit("whip", 15, "badly flog")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
416 /test prdefhit("whip", 16, "slightly gash")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
417 /test prdefhit("whip", 17, "savagely cut")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
418 /test prdefhit("whip", 18, "sharply cut")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
419 /test prdefhit("whip", 19, "thrash")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
420 /test prdefhit("whip", 20, "cruelly thrash")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
421 /test prdefhit("whip", 21, "slightly slit")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
422 /test prdefhit("whip", 22, "strap")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
423 /test prdefhit("whip", 23, "lather")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
424 /test prdefhit("whip", 24, "SADISTICALLY SLASH")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
425 /test prdefhit("whip", 25, "MADLY THRASH")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
426 /test prdefhit("whip", 26, "WILDLY WHIP")
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
427
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
428
1517
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
429 ;; Claw hit messages
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
430 /set hst_name_claw=Claw
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
431 /test prdefhit("claw", 1, "lightly claw")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
432 /test prdefhit("claw", 2, "claw")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
433 /test prdefhit("claw", 3, "barely scrape")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
434 /test prdefhit("claw", 4, "scrape")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
435 /test prdefhit("claw", 5, "prick")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
436 /test prdefhit("claw", 6, "stick")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
437 /test prdefhit("claw", 7, "lacerate")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
438 /test prdefhit("claw", 8, "perforate")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
439 /test prdefhit("claw", 9, "badly perforate")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
440 /test prdefhit("claw", 10, "wound")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
441 /test prdefhit("claw", 11, "badly wound")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
442 /test prdefhit("claw", 12, "savagely claw")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
443 /test prdefhit("claw", 13, "cruelly perforate")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
444 /test prdefhit("claw", 14, "plunge")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
445 /test prdefhit("claw", 15, "lightly eviscerate")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
446 /test prdefhit("claw", 16, "ram")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
447 /test prdefhit("claw", 17, "clash")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
448 /test prdefhit("claw", 18, "savagely strike")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
449 /test prdefhit("claw", 19, "eviscerate")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
450 /test prdefhit("claw", 20, "cruelly rip")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
451 /test prdefhit("claw", 21, "nastily plunge")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
452 /test prdefhit("claw", 22, "cruelly ram")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
453 /test prdefhit("claw", 23, "WHACK")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
454 /test prdefhit("claw", 24, "RELENTLESSLY RAM")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
455 /test prdefhit("claw", 25, "CRUELLY CLAW")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
456 /test prdefhit("claw", 26, "BARBARICALLY LACERATE")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
457
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
458
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
459 ;; Bite hit messages
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
460 /set hst_name_bite=Bite
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
461 /test prdefhit("bite", 1, "sample")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
462 /test prdefhit("bite", 2, "morsel")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
463 /test prdefhit("bite", 3, "nibble")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
464 /test prdefhit("bite", 4, "taste")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
465 /test prdefhit("bite", 5, "bite")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
466 /test prdefhit("bite", 6, "nip")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
467 /test prdefhit("bite", 7, "really taste")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
468 /test prdefhit("bite", 8, "snap")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
469 /test prdefhit("bite", 9, "munch")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
470 /test prdefhit("bite", 10, "chomp")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
471 /test prdefhit("bite", 11, "gnaw")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
472 /test prdefhit("bite", 12, "split")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
473 /test prdefhit("bite", 13, "masticate")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
474 /test prdefhit("bite", 14, "badly chomp")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
475 /test prdefhit("bite", 15, "chew")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
476 /test prdefhit("bite", 16, "rip")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
477 /test prdefhit("bite", 17, "cruelly gnaw")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
478 /test prdefhit("bite", 18, "cruelly chomp")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
479 /test prdefhit("bite", 19, "savagely snap")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
480 /test prdefhit("bite", 20, "brutally bite")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
481 /test prdefhit("bite", 21, "meanly munch")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
482 /test prdefhit("bite", 22, "really chew")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
483 /test prdefhit("bite", 23, "horribly munch")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
484 /test prdefhit("bite", 24, "SAVAGELY CHEW")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
485 /test prdefhit("bite", 25, "UNCONTROLLABLY GNAW")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
486 /test prdefhit("bite", 26, "BARBARICALLY BITE")
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
487
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
488
8cd89345b54e Added bite and claw attack hit messages support.
Matti Hamalainen <ccr@tnsp.org>
parents: 1472
diff changeset
489
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
490 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1074
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
491 ;; Output helper functions
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
492 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
493 /def -i gline_add =\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
494 /eval /set hst_str_%{hst_line}=%%{hst_str_%{hst_line}}%{1}%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
495 /set hst_line=$[hst_line+1]
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
496
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
497 /def -i gline_clear =\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
498 /let _line=0%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
499 /while (_line <= {1})\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
500 /eval /unset hst_str_%{_line}%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
501 /let _line=$[_line+1]%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
502 /done
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
503
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
504 /def -i gline_print =\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
505 /let _line=1%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
506 /while (_line <= {1})\
925
89d0647c9b19 Use prgetval() instead of /eval /set.
Matti Hamalainen <ccr@tnsp.org>
parents: 888
diff changeset
507 /let _line_s=$[prgetval(strcat("hst_str_",_line))]%;\
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
508 /if (_line_s!~"") /msw %{_line_s}|%;/endif%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
509 /let _line=$[_line+1]%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
510 /done
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
511
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
512 /def -i ghitstats_print =\
1074
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
513 /let _nlines=%{3}%;\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
514 /let _hst_name=$[prgetval(strcat("hst_name_",{1},"_",{2}))]%;\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
515 /let _hst_hits=$[prgetval(strcat("hst_",{1},"_",{2}))]%;\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
516 /let _hst_crits=$[prgetval(strcat("hst_c",{1},"_",{2}))]%;\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
517 /if (_hst_hits > 0 | _hst_crits > 0)\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
518 /if (hst_noprint==1)\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
519 /set hst_total=$[hst_total + _hst_hits]%;\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
520 /set hst_crits=$[hst_crits + _hst_crits]%;\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
521 /set hst_count=$[hst_count + 1]%;\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
522 /set hst_line=$[hst_line+1]%;\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
523 /else \
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
524 /if (hst_total > 0)\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
525 /let _htmp=$[trunc((100 * _hst_hits) / hst_total)]%;\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
526 /else \
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
527 /let _htmp=0%;\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
528 /endif%;\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
529 /if (hst_crits > 0)\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
530 /let _ctmp=$[trunc((100 * _hst_crits) / hst_crits)]%;\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
531 /else \
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
532 /let _ctmp=0%;\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
533 /endif%;\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
534 /test gline_add("|$[pad(substr(_hst_name,0,20),-20)]: @{Cgreen}$[pad(_hst_hits, 6)]@{n} (@{BCgreen}$[pad(_htmp,3)]\\%@{n}):@{Cred}$[pad(_hst_crits, 6)]@{n} (@{BCred}$[pad(_ctmp,3)]\\%@{n})")%;\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
535 /endif%;\
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
536 /else \
1074
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
537 /if (hst_noprint==0 & hst_line >= _nlines)\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
538 /test gline_add("| ")%;\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
539 /endif%;\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
540 /endif
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
541
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
542
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
543 /def -i ghitstats_dolist =\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
544 /let _thn=%{1}%;/shift%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
545 /let _thc=%{1}%;/shift%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
546 /while ({#}) /test ghitstats_print(_thn,{1},_thc)%;/shift%;/done
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
547
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
548 /def -i ghitstats_list =\
1074
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
549 /set hst_column=$[hst_column+1]%;\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
550 /set hst_line=0%;\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
551 /test gline_add("-----------------------------------------------")%;\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
552 /let _hst_name=$[prgetval(strcat("hst_name_",{1}))]%;\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
553 /test gline_add("+-| @{BCgreen}$[pad(_hst_name,-20)]@{n} |----------------------")%;\
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
554 /eval /ghitstats_dolist %{1} %%{hst_nlines%{hst_column}} %%{lst_%{2}_hits}
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
555
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
556
1559
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
557
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
558 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1074
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
559 ;; Main stats output macro
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
560 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
561 ;@command /hstats
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
562 ;@desc Print out hit statistics in a pretty table (see the warning above
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
563 ;@desc about the terminal width, though.)
832d49b91c3d Moved command documentation to embedded TFDoc; Added whip hit messages; Updated description of supported hit types to match the reality.
Matti Hamalainen <ccr@tnsp.org>
parents: 1035
diff changeset
564
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
565 /def -i hstats =\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
566 /set hst_count=0%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
567 /set hst_total=0%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
568 /set hst_crits=0%;\
1559
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
569 /msw ,----------------------.%;\
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
570 /msw | @{BCgreen}GgrTF@{n} @{Cyellow}Hit Statistics@{n} |%;\
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
571 \
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
572 /set hst_column=0%;\
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
573 /set hst_noprint=1%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
574 /if (set_weapon1!~"none") /ghitstats_list %{set_weapon1} %{set_weapon1}%;/endif%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
575 /set hst_nlines1=%{hst_line}%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
576 /if (set_weapon2!~"none") /ghitstats_list %{set_weapon2} %{set_weapon2}%;/endif%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
577 /set hst_nlines2=%{hst_line}%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
578 /if (hst_nlines1 >= hst_nlines2)\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
579 /set hst_nlines=%{hst_nlines1}%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
580 /set hst_list=%{set_weapon1}%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
581 /else \
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
582 /set hst_nlines=%{hst_nlines2}%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
583 /set hst_list=%{set_weapon2}%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
584 /endif%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
585 /gline_clear %{hst_nlines}%;\
1521
ef130b79798c Add support for third and fourth "weapon" type in the hit stats.
Matti Hamalainen <ccr@tnsp.org>
parents: 1517
diff changeset
586 /set hst_column=0%;\
ef130b79798c Add support for third and fourth "weapon" type in the hit stats.
Matti Hamalainen <ccr@tnsp.org>
parents: 1517
diff changeset
587 /set hst_noprint=0%;\
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
588 /if (set_weapon1!~"none") /ghitstats_list %{set_weapon1} %{hst_list}%;/endif%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
589 /if (set_weapon2!~"none") /set hst_str_0=%{hst_str_0}-%;/ghitstats_list %{set_weapon2} %{hst_list}%;/endif%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
590 /if (hst_str_0!~"") /msw +%{hst_str_0}.%;/endif%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
591 /gline_print $[hst_nlines]%;\
888
4a89681cfef9 Tidy hitstats output slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 882
diff changeset
592 /if (hst_str_0!~"") /msw +%{hst_str_0}+%;/endif%;\
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
593 /gline_clear %{hst_nlines}%;\
1559
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
594 \
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
595 \
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
596 /set hst_column=0%;\
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
597 /set hst_noprint=1%;\
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
598 /if (set_weapon3!~"none") /ghitstats_list %{set_weapon3} %{set_weapon3}%;/endif%;\
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
599 /set hst_nlines1=%{hst_line}%;\
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
600 /if (set_weapon4!~"none") /ghitstats_list %{set_weapon4} %{set_weapon4}%;/endif%;\
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
601 /set hst_nlines2=%{hst_line}%;\
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
602 /if (hst_nlines3 >= hst_nlines4)\
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
603 /set hst_nlines=%{hst_nlines1}%;\
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
604 /set hst_list=%{set_weapon1}%;\
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
605 /else \
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
606 /set hst_nlines=%{hst_nlines2}%;\
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
607 /set hst_list=%{set_weapon2}%;\
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
608 /endif%;\
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
609 /gline_clear %{hst_nlines}%;\
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
610 /set hst_column=0%;\
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
611 /set hst_noprint=0%;\
1521
ef130b79798c Add support for third and fourth "weapon" type in the hit stats.
Matti Hamalainen <ccr@tnsp.org>
parents: 1517
diff changeset
612 /if (set_weapon3!~"none") /ghitstats_list %{set_weapon3} %{hst_list}%;/endif%;\
ef130b79798c Add support for third and fourth "weapon" type in the hit stats.
Matti Hamalainen <ccr@tnsp.org>
parents: 1517
diff changeset
613 /if (set_weapon4!~"none") /set hst_str_0=%{hst_str_0}-%;/ghitstats_list %{set_weapon4} %{hst_list}%;/endif%;\
ef130b79798c Add support for third and fourth "weapon" type in the hit stats.
Matti Hamalainen <ccr@tnsp.org>
parents: 1517
diff changeset
614 /if (hst_str_0!~"") /msw +%{hst_str_0}.%;/endif%;\
ef130b79798c Add support for third and fourth "weapon" type in the hit stats.
Matti Hamalainen <ccr@tnsp.org>
parents: 1517
diff changeset
615 /gline_print $[hst_nlines]%;\
ef130b79798c Add support for third and fourth "weapon" type in the hit stats.
Matti Hamalainen <ccr@tnsp.org>
parents: 1517
diff changeset
616 /if (hst_str_0!~"") /msw +%{hst_str_0}+%;/endif%;\
ef130b79798c Add support for third and fourth "weapon" type in the hit stats.
Matti Hamalainen <ccr@tnsp.org>
parents: 1517
diff changeset
617 /gline_clear %{hst_nlines}%;\
1559
4912cac99455 Fix hitstats to actually work again. Durr, 100L.
Matti Hamalainen <ccr@tnsp.org>
parents: 1522
diff changeset
618 \
882
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
619 /msw +-| @{BCred}Totals@{n} |-------------------------------------------+%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
620 /let _qtmp=$[hst_total + hst_misses]%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
621 /if (_qtmp != 0) \
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
622 /let _qtmp1=$[trunc((100 * hst_total) / _qtmp)]%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
623 /let _qtmp2=$[trunc((100 * hst_misses) / _qtmp)]%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
624 /let _qtmp3=$[trunc((100 * hst_crits) / _qtmp)]%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
625 /else \
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
626 /let _qtmp1=0%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
627 /let _qtmp2=0%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
628 /let _qtmp3=0%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
629 /endif%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
630 /msw | Hits..: @{Cgreen}$[pad(hst_total,-10)]@{n} (@{BCgreen}$[pad(_qtmp1,3)]\%@{n}) | Crits: @{Cred}$[pad(hst_crits,-10)]@{n} (@{BCred}$[pad(_qtmp3,3)]\%@{n}) |%;\
04abd37e4751 Rename additional modules from ggrtf-*.tf to gm-*.tf.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
631 /msw | Misses: @{Cyellow}$[pad(hst_misses,-10)]@{n} (@{BCyellow}$[pad(_qtmp2,3)]\%@{n}) | Total hit types: @{BCwhite}$[pad(hst_count,-7)]@{n} |%;\
888
4a89681cfef9 Tidy hitstats output slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 882
diff changeset
632 /msw +------------------------------------------------------+%;\
4a89681cfef9 Tidy hitstats output slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 882
diff changeset
633 /msw | Dodges.....: @{BCmagenta}$[pad(hst_dodges,-12)]@{n} | Parries...: @{BCyellow}$[pad(hst_parries,-12)]@{n} |%;\
4a89681cfef9 Tidy hitstats output slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 882
diff changeset
634 /msw | Tumbles....: @{BCgreen}$[pad(hst_tumbles, -12)]@{n} | Stuns.....: @{BCred}$[pad(hst_stuns,-12)]@{n} |%;\
4a89681cfef9 Tidy hitstats output slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 882
diff changeset
635 /msw | Ripostes...: @{BCgreen}$[pad(hst_ripostes,-12)]@{n} | Stun mano.: @{BCred}$[pad(hst_stunmanos,-12)]@{n} |%;\
4a89681cfef9 Tidy hitstats output slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 882
diff changeset
636 /msw `------------------------------------------------------'