Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-gear.cc208 struct mon_weapon_spec struct
232 static bool _apply_weapon_spec(const mon_weapon_spec &spec, item_def &item, in _apply_weapon_spec() argument
357 static const mon_weapon_spec ORC_KNIGHT_WSPEC = in make_mons_weapon()
359 static const mon_weapon_spec ORC_WARLORD_WSPEC = in make_mons_weapon()
379 static const mon_weapon_spec EFREET_WSPEC = in make_mons_weapon()
383 static const mon_weapon_spec DAEVA_WSPEC = in make_mons_weapon()
441 static const map<monster_type, mon_weapon_spec> primary_weapon_specs = { in make_mons_weapon()
937 static const map<monster_type, mon_weapon_spec> secondary_weapon_specs = { in make_mons_weapon()
1004 const mon_weapon_spec *secondary_spec = map_find(secondary_weapon_specs, in make_mons_weapon()
1012 const mon_weapon_spec *primary_spec = map_find(primary_weapon_specs, in make_mons_weapon()