Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-cast.h32 int mons_spellpower(const monster &mons, spell_type spell);
H A Dmon-cast.cc278 const int splpow = mons_spellpower(caster, slot.spell); in __anon2840f9480702()
296 const int splpow = mons_spellpower(caster, slot.spell); in __anon2840f9480902()
421 const int splpow = mons_spellpower(caster, slot.spell); in __anon2840f9481202()
1207 int mons_spellpower(const monster &mons, spell_type spell) in mons_spellpower() function
1224 return min(cap, mons_spellpower(mons, spell) / ENCH_POW_FACTOR); in _ench_power()
1788 : mons_spellpower(*mons, spell_cast); in setup_mons_cast()
4135 const int pow = mons_spellpower(caster, SPELL_ABJURATION); in _monster_abjuration()
4315 const int pow = mons_spellpower(*mons, SPELL_FREEZE); in _mons_cast_freeze()
4593 const int pow = mons_spellpower(*mons, SPELL_LRD); in _mons_fragment_target()
4899 const int pow = mons_spellpower(mons, SPELL_MARSHLIGHT); in _cast_marshlight()
[all …]
H A Dmonster.cc2969 mons_spellpower(*this, SPELL_GRASPING_ROOTS), 20)); in constriction_damage()