Home
last modified time | relevance | path

Searched defs:mon_spell_slot (Results 1 – 2 of 2) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dexterns.h264 struct mon_spell_slot struct
269 constexpr mon_spell_slot(spell_type spell_, uint8_t freq_, in mon_spell_slot() argument
275 : mon_spell_slot(spell_, freq_, MON_SPELL_NO_FLAGS) in mon_spell_slot() function
280 mon_spell_slot_flags flags; argument
283 typedef vector<mon_spell_slot> monster_spells; argument
H A Dmon-cast.cc554 static void _fire_simple_beam(monster &/*caster*/, mon_spell_slot, bolt &pbolt) in _fire_simple_beam() argument
570 static void _fire_direct_explosion(monster &caster, mon_spell_slot, bolt &pbolt) in _fire_direct_explosion() argument
805 static void _cast_injury_mirror(monster &mons, mon_spell_slot /*slot*/, bolt&) in _cast_injury_mirror() argument
833 static void _cast_grasping_roots(monster &caster, mon_spell_slot, bolt&) in _cast_grasping_roots() argument
2449 static void _cast_call_down_lightning(monster &caster, mon_spell_slot, bolt &beam) in _cast_call_down_lightning() argument
2492 static void _cast_creeping_frost(monster &caster, mon_spell_slot, bolt &beam) in _cast_creeping_frost() argument
2557 static void _cast_pyroclastic_surge(monster &caster, mon_spell_slot, bolt &beam) in _cast_pyroclastic_surge() argument
2621 static void _cast_still_winds(monster &caster, mon_spell_slot, bolt&) in _cast_still_winds() argument
4897 static void _cast_marshlight(monster &mons, mon_spell_slot, bolt&) in _cast_marshlight() argument
4903 static void _cast_flay(monster &caster, mon_spell_slot, bolt&) in _cast_flay() argument
[all …]