Page 1 of 1

damage different??

Posted: 26 Jun 2007, 07:09
by ghobot21
i want to know, what is the different between both of krogoth damage in the

unit fbi

[DAMAGE]
{
default=2500;
ARMREF=50;

and another weapon

[DAMAGE]
{
default=350;

and weapon tdf



MaxDamage=13000;


is maxdamage is the sum of both weapon damage?? :?:

Posted: 26 Jun 2007, 07:31
by yuritch
You mixed the two files :)
MaxDamage is a FBI tag, it sets the max hit points of a unit.
[DAMAGE] is a section in weapon.tdf, it sets the amount of damage that weapon does to different units based on their category set in armor.txt.

Posted: 26 Jun 2007, 11:11
by ghobot21
oh!
the maxdamage should be named maxhitpoint in the first place :roll:

well, thank you for your trouble :-)