Home
last modified time | relevance | path

Searched refs:blow_method (Results 1 – 7 of 7) sorted by relevance

/dports/games/angband/Angband-4.2.2/src/
H A Dmon-blows.h31 struct blow_method { struct
41 struct blow_method *next; argument
44 extern struct blow_method *blow_methods;
59 const struct blow_method *method;
90 char *monster_blow_method_action(struct blow_method *method, int midx);
H A Dmon-init.c38 struct blow_method *blow_methods;
104 struct blow_method *h = parser_priv(p); in parse_meth_name()
115 struct blow_method *meth = parser_priv(p); in parse_meth_cut()
125 struct blow_method *meth = parser_priv(p); in parse_meth_stun()
135 struct blow_method *meth = parser_priv(p); in parse_meth_miss()
145 struct blow_method *meth = parser_priv(p); in parse_meth_phys()
158 struct blow_method *meth = parser_priv(p); in parse_meth_message_type()
176 struct blow_method *meth = parser_priv(p); in parse_meth_act_msg()
189 struct blow_method *meth = parser_priv(p); in parse_meth_desc()
215 struct blow_method *meth, *next = NULL; in finish_parse_meth()
[all …]
H A Dmon-attack.c584 struct blow_method *method = mon->race->blow[ap_cnt].method; in make_attack_normal()
813 struct blow_method *method = mon->race->blow[ap_cnt].method; in monster_attack_monster()
H A Dmonster.h149 struct blow_method *method; /* Method */
H A Dmon-blows.c74 char *monster_blow_method_action(struct blow_method *method, int midx) in monster_blow_method_action()
/dports/games/angband/Angband-4.2.2/src/tests/monster/
H A Dattack.c40 static int take1(struct player *p, struct monster *m, struct blow_method *blow, in take1()
/dports/games/angband/Angband-4.2.2/src/tests/
H A Dunit-test-data.h762 static struct blow_method TEST_DATA test_blow_method = {