Difference between revisions of "Reference:Armor"

From Fortress Forever Wiki
Jump to navigationJump to search
(Engineer doesn't need to be there, he's under 'Other Armor')
 
(14 intermediate revisions by 6 users not shown)
Line 15: Line 15:
 
|+ style="background:#dce7ed; color:#000000"|Armor
 
|+ style="background:#dce7ed; color:#000000"|Armor
 
|- style="height:195px"
 
|- style="height:195px"
| font-size="100%" align="center"| [[Image:Armor_blue.jpg]]
+
| font-size="100%" align="center"| [[Image:A_b_380x380.jpg|270px]]
 
|}
 
|}
 
|}
 
|}
Line 27: Line 27:
 
If a player has 0 Armor Points, then he has no Armor and subsequently receives no damage absorbtion.
 
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 [[Category:Lua|Lua]] 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).
+
Players spawn with only half of their maximum Armor by default. However, mappers can use [[:Category:Lua|Lua]] 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.
 
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==
  
 
Light Armor absorbs 30% damage. If you sustain 10 points of damage, you will lose 7 health points and 3 armor points. The [[Class:Scout|Scout]], [[Class:Sniper|Sniper]], and [[Class:Civilian|Civilian]] are equipped with Light Armor.
 
Light Armor absorbs 30% damage. If you sustain 10 points of damage, you will lose 7 health points and 3 armor points. The [[Class:Scout|Scout]], [[Class:Sniper|Sniper]], and [[Class:Civilian|Civilian]] are equipped with Light Armor.
  
=Medium (Yellow) Armor=
+
Historically, this was called ''Green'' armor, but this designation is no longer used.
  
Medium Armor absorbs 60% damage. . If you sustain 10 points of damage, you will lose 4 health points and 6 armor points. The [[Class:Demoman|Demoman]], [[Class:Medic|Medic]], [[Class:Pyro|Pyro]], [[Class:Spy|Spy]], and [[Class:Engineer|Engineer]] are equipped with Medium Armor.
+
==Medium Armor==
  
=Heavy (Red) Armor=
+
Medium Armor absorbs 60% damage. If you sustain 10 points of damage, you will lose 4 health points and 6 armor points. The [[Class:Demoman|Demoman]], [[Class:Medic|Medic]], [[Class:Pyro|Pyro]], and [[Class:Spy|Spy]] are equipped with Medium Armor.
 +
 
 +
Historically, this was called ''Yellow'' armor, but this designation is no longer used.
 +
 
 +
==Heavy Armor==
  
 
Heavy Armor absorbs 80% damage.  If you sustain 10 points of damage, you will lose 2 health points and 8 armor points. The [[Class:Soldier|Soldier]] and [[Class:HWGuy|HWGuy]] are equipped with Heavy Armor.
 
Heavy Armor absorbs 80% damage.  If you sustain 10 points of damage, you will lose 2 health points and 8 armor points. The [[Class:Soldier|Soldier]] and [[Class:HWGuy|HWGuy]] are equipped with Heavy Armor.
  
[[Category:Armor]]
+
Historically, this was called ''Red'' armor, but this designation is no longer used.
  
=Image Gallery=
+
==Other Armor==
 +
 
 +
The [[Class:Engineer|Engineer]] is equipped with a special class of armor that might be called ''Medium-Light''. The Engineer's armor absorbs 50% damage. If you sustain 10 points of damage, you will lose 5 health points and 5 armor points.
 +
 
 +
==Image Gallery==
 
{{Image_Gallery
 
{{Image_Gallery
| igimage1=[[Image:Armor_green.jpg|135px]]
+
| igimage1=[[Image:A_g_380x380.jpg|135px]]
 
| igcaption1=Green Armor Model
 
| igcaption1=Green Armor Model
| igimage2=[[Image:Armor_red.jpg|135px]]
+
| igimage2=[[Image:A_y_380x380.jpg|135px]]
| igcaption2=Red Armor Model
+
| igcaption2=Yellow Armor Model
| igimage3=[[Image:Armor_yellow.jpg|135px]]
+
| igimage3=[[Image:A_r_380x380.jpg|135px]]
| igcaption3=Yellow Armor Model
+
| igcaption3=Red Armor Model
 +
| igimage4=[[Image:A_b_380x380.jpg|135px]]
 +
| igcaption4=Blue Armor Model
 
}}
 
}}
 +
 +
{{Navigation Reference}}
 +
{{Rating|4}}

Latest revision as of 13:09, 6 April 2009


Armor
A b 380x380.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 Lua 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 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.

Historically, this was called Green armor, but this designation is no longer used.

Medium 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, and Spy are equipped with Medium Armor.

Historically, this was called Yellow armor, but this designation is no longer used.

Heavy 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.

Historically, this was called Red armor, but this designation is no longer used.

Other Armor

The Engineer is equipped with a special class of armor that might be called Medium-Light. The Engineer's armor absorbs 50% damage. If you sustain 10 points of damage, you will lose 5 health points and 5 armor points.

Image Gallery

A g 380x380.jpg
Green Armor Model
A y 380x380.jpg
Yellow Armor Model
A r 380x380.jpg
Red Armor Model
A b 380x380.jpg
Blue Armor Model


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

Rating-FilledStar.gifRating-FilledStar.gifRating-FilledStar.gifRating-FilledStar.gif

Excellent