Author Topic: Tier+Tactical: Grenade Damage?  (Read 1798 times)

Okay, so, I've been looking around in the code for Tier+Tactical, trying to mod the stats of the weapons there for an Endless Zombies server (so the fun never stops!), and I can't find where the Conc' Grenade and Stick Grenade radius damage fields are.
I've seen them for the RPG, for example, which has a Radius Damage of 100, but the grenades don't seem to have a value I can see to account for their ability to instantly kill a man.
So if anyone knows what value I'm supposed to modify, that would just be fantastic.
Oh, also, I don't know what values represent clip size and reload speed, so if I could know those I would be very thankful, as well.

Now, I'm NEARLY clueless when it comes to TorqueScript, so the answer is probably staring me in the face, but I've searched on this forum and haven't found anything. Though I probably just don't know what to search for.

The stick grenade's is under tierstickGrenadeExplosion, radiusDamage. tierstickGrenadeProjectile also has a directDamage of 10.

The conc' grenade has a direct damage of 20 under tierfragGrenadeProjectile and it shares the same explosion as the stick grenade.
« Last Edit: December 10, 2014, 02:56:03 PM by jes00 »

The stick grenade's is under tierstickGrenadeExplosion, radiusDamage. tierstickGrenadeProjectile also has a directDamage of 10.

The conc' grenade has a direct damage of 20 under tierfragGrenadeProjectile and it shares the same explosion as the stick grenade.
Okay, thanks. Locking thread.