Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtilereg-mem.cc47 const string failure = failure_rate_to_string(raw_spell_fail(spell)); in draw_tag()
H A Dspl-cast.h98 int raw_spell_fail(spell_type spell);
H A Dtilereg-spl.cc49 const string failure = failure_rate_to_string(raw_spell_fail(spell)); in draw_tag()
H A Dspl-cast.cc317 int raw_spell_fail(spell_type spell) in raw_spell_fail() function
1144 if (failure_rate_to_int(raw_spell_fail(spell)) == 100) in _spellcasting_aborted()
1953 const int spfail_chance = raw_spell_fail(spell); in your_spells()
2437 int raw_fail = raw_spell_fail(spell); in max_miscast_damage()
2464 const int raw_fail = raw_spell_fail(spell); in fail_severity()
2528 const string failure = failure_rate_to_string(raw_spell_fail(spell)); in spell_failure_rate_string()
2536 const string failure = failure_rate_to_string(raw_spell_fail(spell)); in _spell_failure_rate_description()
H A Dl-spells.cc174 PLUARET(number, failure_rate_to_int(raw_spell_fail(spell))); in LUAFN()
H A Dspl-book.cc52 raw_fail(raw_spell_fail(s)), in sortable_spell()
964 if (raw_spell_fail(specspell) >= 100 && !vehumet_is_offering(specspell)) in learn_spell()
H A Dspl-miscast.cc619 raw_spell_fail(spell), string("miscasting ") + spell_title(spell)); in miscast_effect()
H A Dghost.cc758 const int chance = max(0, 50 - failure_rate_to_int(raw_spell_fail(you.spells[i]))); in add_spells()
H A Dchardump.cc948 spell_line += failure_rate_to_string(raw_spell_fail(spell)); in _sdump_spells()
1013 spell_line += failure_rate_to_string(raw_spell_fail(spell)); in _sdump_spells()
H A Dspl-summoning.cc1988 if (you.has_spell(spell) && raw_spell_fail(spell) < 50) in player_servitor_spell()
2023 && (caster_mon || raw_spell_fail(spell) < 50)) in _init_servitor_monster()
H A Dquiver.cc1265 failure_rate_to_string(raw_spell_fail(spell)).c_str()); in quiver_description()
H A Ddescribe.cc3085 failure = failure_rate_to_string(raw_spell_fail(spell)); in _player_spell_stats()