rott/kf_sources/NicePack/Classes/NiceSkillEnforcerCoating.uc
2026-07-14 20:27:09 +07:00

10 lines
329 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."
}