Weapon Range Variable |

So, another one of my many unanswerable questions...
what is the variable that controls a weapon's range?
» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Weapon Range Variable
Soumis par Rilo57 le Sam, 2007-01-27 21:31
I think the way the min and max damage lines are writen is that if you get to a certain distance the damage is reduced by 100000 or some such huge number.
SEV, more than a feeling.
» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Re: Weapon Range Variable
Soumis par Nevyn le Sam, 2007-01-27 22:56
Yep, pretty much. There is no 'range' variable persay.
It's a derevation of the damage variable instead. Probably cuts it at the point damage = 0, though I wonder if you could make a weapon with a minimum range....., 0 0 0 10 20 30 20 10 0..... be interesting and make strategy more entertaining at that point.
» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Re: Weapon Range Variable
Soumis par Fallen Haven le Dim, 2007-01-28 15:58
Point defense weapons have fixed range, it does not change with levels. And yes, if it's less than 200, it will fire (assuming the target is valid).
» Vous devez vous identifier ou créer un compte pour écrire des commentaires




Re: Weapon Range Variable
It's generally in the minimum and maximum damage variables. As in, if the range is less than X, do Y damage, otherwise do none.