ACTOR RageArmor : BasicArmorPickup
{
  Armor.SavePercent 0
  Armor.SaveAmount 666
  Inventory.Icon "BLARA1"
}

ACTOR PlayerStartingArmor : BasicArmorPickup
{
  Inventory.Icon "ARM1A0"
  Armor.SavePercent 66.6667
  Armor.SaveAmount 100
}