Home
last modified time | relevance | path

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

/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/game/
H A DSpells.h283 float ARX_SPELLS_ApplyColdProtection(Entity * io, float damages);
H A DDamage.cpp1229 dmg = ARX_SPELLS_ApplyColdProtection(entities.player(), dmg); in ARX_DAMAGES_UpdateDamage()
1267 dmg = ARX_SPELLS_ApplyColdProtection(entities[i], dmg); in ARX_DAMAGES_UpdateDamage()
1550 dmg = ARX_SPELLS_ApplyColdProtection(ioo, dmg); in DoSphericDamage()
1566 dmg = ARX_SPELLS_ApplyColdProtection(ioo, dmg * ratio); in DoSphericDamage()
1587 dmg = ARX_SPELLS_ApplyColdProtection(ioo, dmg * ratio); in DoSphericDamage()
H A DSpells.cpp5677 float ARX_SPELLS_ApplyColdProtection(Entity * io,float damages) in ARX_SPELLS_ApplyColdProtection() function