Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-cast.cc1209 return mons_power_for_hd(spell, mons.spell_hd(spell)); in mons_spellpower()
1229 return mons_spell_range_for_hd(spell, mons.spell_hd()); in _mons_spell_range()
4237 const int spell_hd = mons.spell_hd(slot.spell); in _mons_summon_elemental() local
4238 const int count = 1 + (spell_hd > 15) + random2(spell_hd / 7 + 1); in _mons_summon_elemental()
5112 dice_def waterstrike_damage(int spell_hd) in waterstrike_damage() argument
5114 return dice_def(3, 7 + spell_hd); in waterstrike_damage()
5123 return dice_def(3, mons.spell_hd(SPELL_RESONANCE_STRIKE)); in resonance_strike_base_damage()
5718 duration = min(2 + mons->spell_hd(spell_cast) / 5, 6); in mons_cast()
5732 duration = min(2 + mons->spell_hd(spell_cast) / 5, 6); in mons_cast()
5745 duration = min(2 + mons->spell_hd(spell_cast) / 5, 6); in mons_cast()
[all …]
H A Dmon-cast.h24 dice_def waterstrike_damage(int spell_hd);
H A Ddescribe-spells.cc406 return mon_owner.spell_hd(); in _spell_hd()
521 const int hd = mon_owner ? mon_owner->spell_hd() : 0; in _describe_book()
626 const int hd = mon_owner ? mon_owner->spell_hd() : 0; in _write_book()
H A Dmon-info.h398 int spell_hd(spell_type spell = SPELL_NO_SPELL) const;
H A Dmonster.h562 int spell_hd(spell_type spell = SPELL_NO_SPELL) const;
H A Dmon-info.cc715 const int spellhd = m->spell_hd(); in monster_info()
1631 int monster_info::spell_hd(spell_type spell) const in spell_hd() function in monster_info
H A Dspl-summoning.cc2012 6 * caster_mon->spell_hd(SPELL_SPELLFORGED_SERVITOR) : in _init_servitor_monster()
H A Ddescribe.cc3362 const int hd = mon_owner->spell_hd(); in _get_spell_description()
H A Dmonster.cc6560 int monster::spell_hd(spell_type spell) const in spell_hd() function in monster
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc283 const int pow = mons_power_for_hd(spell, mons->spell_hd(spell)); in mi_calc_chain_lightning_damage()
303 const int max = min + mons->spell_hd(SPELL_MAJOR_HEALING) * 10; in mi_calc_major_healing()
319 const int pow = mons_power_for_hd(sp, monster->spell_hd(sp)); in mons_human_readable_spell_damage_string()
341 spell_beam.damage = waterstrike_damage(monster->spell_hd(sp)); in mons_human_readable_spell_damage_string()