Home
last modified time | relevance | path

Searched refs:R_COLD (Results 1 – 7 of 7) sorted by relevance

/dports/games/avanor/avanor-0.5.8/magic/
H A Dresist.h29 R_ACID, R_COLD, R_POISON, R_DISEASE, R_PARALYSE, enumerator
H A Dmodifers.cpp286 owner->added_resists.ChangeResistance(R_COLD, 40); in onSet()
292 owner->added_resists.ChangeResistance(R_COLD, -40); in onRemove()
H A Deffect.cpp320 return Touch(pData, 1, pData->power, 7, xWHITE, R_COLD, pData->caller->GetVerb("touch")); in Make()
341 return Bolt(pData, 1, pData->power, 5, xWHITE, R_COLD, "the small cone of ice"); in Make()
/dports/games/avanor/avanor-0.5.8/item/
H A Dxcorpse.cpp98 eater->GainResist(R_COLD, (*it).value); in onEat()
/dports/games/avanor/avanor-0.5.8/creature/
H A Dcreature2.cpp569 damage += onMagicDamage(dmg, R_COLD); in CauseEffect()
599 case R_COLD: in CauseEffect()
H A Dcreatures.cpp447 XAT(R_COLD, 100); in FILL_OUT_CR_DB()
1246 XAT(R_COLD, 100); in FILL_OUT_CR_DB()
H A Dcreature.cpp704 case R_COLD: msgwin.Add("Your skin grows warm!"); break; in GainResist()
714 case R_COLD: msgwin.Add("Your skin grows cold!"); break; in GainResist()