Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Health & Gun damage numbers  (Read 1307 times)

0 Members and 1 Guest are viewing this topic.

Jaenak

  • Guest
Health & Gun damage numbers
« on: 25 Mar 2004, 02:41:52 »
I was looking through a weapons addon looking at the damage each gun deals out and I realized something.  What good is knowing the amount of damage they deal out when you don't know how much a OFP unit can take?  So...

If the regular OFP unit has
Code: [Select]
armor=3;
armorStructural=2.0;
armorHead=0.7;
armorBody=0.8;
armorHands=0.5;
armorLegs=0.5;
then how does that relate to a gun that deals out 5.5 or 11 in damage?  0.7 and 0.8 are totally different than 5.5 and 11.  How much damage can a unit take?  For an example would a unit take 4 in the head to cause 100% damage and 6 in the chest cause 100% damage?  How does these armor readings relate to the weapon damage readings relate to the unit health readings?