mirror of
https://github.com/PhantomGamesDevelopment/TWM2.git
synced 2026-07-11 14:34:39 +00:00
PGD Connect Removal
First pass on files to strip PGD Connect from the mod.
This commit is contained in:
parent
42d636b4b8
commit
52ad2235c7
40 changed files with 234 additions and 2223 deletions
|
|
@ -11,7 +11,7 @@ datablock AudioProfile(PistolFireSound) {
|
|||
datablock TracerProjectileData(coltBullet) {
|
||||
doDynamicClientHits = true;
|
||||
|
||||
directDamage = 0.15; // z0dd - ZOD, 9-27-02. Was 0.0825
|
||||
directDamage = 0.15;
|
||||
directDamageType = $DamageType::pistol;
|
||||
explosion = "ChaingunExplosion";
|
||||
splash = ChaingunSplash;
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ datablock TracerProjectileData(DeagleBullet)
|
|||
{
|
||||
doDynamicClientHits = true;
|
||||
|
||||
directDamage = 0.3; //reduced .6
|
||||
directDamage = 0.38;
|
||||
directDamageType = $DamageType::deserteagle;
|
||||
explosion = "ChaingunExplosion";
|
||||
splash = ChaingunSplash;
|
||||
|
|
@ -99,7 +99,7 @@ datablock ShapeBaseImageData(DeagleImage) {
|
|||
projectile = DeagleBullet;
|
||||
projectileType = tracerProjectile;
|
||||
|
||||
ProjectileSpread = 6.0 / 1000.0; //2.5 spread added
|
||||
ProjectileSpread = 4.0 / 1000.0; //2.5 spread added
|
||||
|
||||
//ClipStuff
|
||||
ClipName = "DesertEagleClip";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue