7 lines
267 B
Ucode
7 lines
267 B
Ucode
class NiceSkillHeavySafeguard extends NiceSkill
|
|
abstract;
|
|
var float healingCost;
|
|
defaultproperties
|
|
{
|
|
healingCost=0.250000
|
|
SkillName="Safeguard"
|
|
SkillEffects="Your armor no longer protects you, but it heals you when your health falls too low."
|
|
}
|