Difference between revisions of "Reference:Armor"

From Fortress Forever Wiki
Jump to navigationJump to search
m (Armor moved to Reference:Armor)
m
Line 56: Line 56:
 
| igcaption4=Blue Armor Model
 
| igcaption4=Blue Armor Model
 
}}
 
}}
 +
 +
{{Navigation Reference}}

Revision as of 06:43, 31 December 2007


Armor
File:Armor blue.jpg

Armor is equipment in Fortress Forever that all classes have. Armor reduces damage depending on its strength. Armor strengths are also referred to by colors, as some TFC maps had differently colored Armor (green for Light Armor, yellow for Medium Armor, and red for Heavy Armor) that gave you that type of Armor.

When a player receives damage, a percentage of that damage is absorbed by their Armor. When Armor absorbs damage, the player loses Armor Points. If a player's health goes to 0 or below, he will die - however, if a player's Armor goes down to 0 he will be fine.

If a player has 0 Armor Points, then he has no Armor and subsequently receives no damage absorbtion.

Players spawn with only half of their maximum Armor by default. However, mappers can use to change this and have classes spawn with any amount of Armor they wish (as long as it does not go over the maximum amount).

When a player spawns (or if they receive damage), they can recover Armor by picking up more. Armor is represented by its own pickup (shown in the picture to the right); Armor can also be contained in bags. Armor pickups typically restore 150 armor, but this can be changed via Lua by mappers. Bags with Armor also provide the same default amount, and this can also be changed by mappers via Lua. Special map zones (such as beams, floor tiles, etc.) can also be coded to restore Armor.

Light (Green) Armor

Light Armor absorbs 30% damage. If you sustain 10 points of damage, you will lose 7 health points and 3 armor points. The Scout, Sniper, and Civilian are equipped with Light Armor.

Medium (Yellow) Armor

Medium Armor absorbs 60% damage. If you sustain 10 points of damage, you will lose 4 health points and 6 armor points. The Demoman, Medic, Pyro, Spy, and Engineer are equipped with Medium Armor.

Heavy (Red) Armor

Heavy Armor absorbs 80% damage. If you sustain 10 points of damage, you will lose 2 health points and 8 armor points. The Soldier and HWGuy are equipped with Heavy Armor.

Image Gallery

135px
Green Armor Model
135px
Red Armor Model
135px
Yellow Armor Model
135px
Blue Armor Model


Reference Guide
Class Reference  •  Weapons Reference  •  Grenades Reference
Ammo Reference  •  Armor Reference  •  Scripts Reference
Back to Main Page