Home
last modified time | relevance | path

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

/dports/games/ivan/ivan-059/Main/Include/
H A Dgear.h187 virtual int GetInElasticityPenalty(int) const; in ITEM()
H A Ditem.h497 virtual int GetInElasticityPenalty(int) const { return 0; } in GetInElasticityPenalty() function
/dports/games/ivan/ivan-059/Main/Source/
H A Dbodypart.cpp2204 DexterityBonus -= Item->GetInElasticityPenalty(GetAttribute(DEXTERITY, false)); in ApplyDexterityPenalty()
2210 AgilityBonus -= Item->GetInElasticityPenalty(GetAttribute(AGILITY, false)); in ApplyAgilityPenalty()
H A Dgear.cpp739 int armor::GetInElasticityPenalty(int Attribute) const in GetInElasticityPenalty() function in armor