Home
last modified time | relevance | path

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

/dports/games/powder/powder118_src/
H A Dencyc_support.cpp120 if (glb_spelldefs[spell].hpcost) in encyc_viewSpellDescription()
122 buf.sprintf("Health Cost: %d", glb_spelldefs[spell].hpcost); in encyc_viewSpellDescription()
H A Dpiety.cpp294 (glb_spelldefs[spell].hpcost/2) + in pietyCastSpell()
H A Dmain.cpp2415 avatar->incrementMaxHP(glb_spelldefs[spell].hpcost); in performRandomAction()
5512 if (avatar->getHP() < glb_spelldefs[spell].hpcost) in processAction()
5515 glb_spelldefs[spell].hpcost); in processAction()
H A Daction.cpp4251 myHP += glb_spelldefs[spell].hpcost; in cancelSpell()
4295 myHP -= glb_spelldefs[spell].hpcost; in actionCast()
H A Dcreature.cpp3279 if (myHP <= glb_spelldefs[spell].hpcost) in canCastSpell()
3318 testability(ability, total, glb_spelldefs[spell].hpcost, myHP); in spellCastability()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dability.cc1512 const int hpcost = abil.get_hp_cost(); in _check_ability_possible() local
1513 if (hpcost > 0 && !enough_hp(hpcost, quiet)) in _check_ability_possible()