NicePack/sources/Perks/Enforcer/Skills/NiceSkillEnforcerCoating.uc

10 lines
320 B
Ucode

class NiceSkillEnforcerCoating extends NiceSkill
abstract;
var float huskResist;
defaultproperties
{
huskResist=1.000000
SkillName="Coating"
SkillEffects="You get resistance against fire damage when you wear armor. Strength of resistance is proportional to the amount of armor, up to a full immunity."
}