Home
last modified time | relevance | path

Searched refs:GetDamageReduction (Results 1 – 4 of 4) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/iwd2/
H A DGUIREC.py465 mod = GemRB.GetDamageReduction (pc, damageType, 10)
469 damage = GemRB.GetDamageReduction (pc, damageType, enchantment)
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/Scriptable/
H A DActor.h726 int GetDamageReduction(int resist_stat, ieDword weaponEnchantment) const;
H A DActor.cpp7652 int Actor::GetDamageReduction(int resist_stat, ieDword weaponEnchantment) const in GetDamageReduction() function in GemRB::Actor
7755 resisted = GetDamageReduction(it->second.resist_stat, weaponEnchantment); in ModifyDamage()
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/GUIScript/
H A DGUIScript.cpp12697 total = actor->GetDamageReduction(IE_RESISTMISSILE, enchantment);
12699 total = actor->GetDamageReduction(IE_RESISTCRUSHING, enchantment);
13378 METHOD(GetDamageReduction, METH_VARARGS),