Update 008
[Changed] - Weapon for sharpshooter SVD: reload speed was sped up by 20% - Weapon for enforcer Nailgun: previously bugged spread of alt fire of 3000 reduced to 500, added 2 bounces to alt fire
This commit is contained in:
parent
3ab2559616
commit
4f708c52e0
@ -336,10 +336,8 @@ simulated function Tick(float deltaTime){
|
||||
{
|
||||
// Update weapon progress for this skill
|
||||
if(niceMutator == none) {
|
||||
return;
|
||||
}
|
||||
else {
|
||||
Log("Failed to update holstered progress, because no mut! :(");
|
||||
return;
|
||||
}
|
||||
for(Item = Inventory; Item != none; Item = Item.Inventory){
|
||||
niceWeap = NiceWeapon(Item);
|
||||
|
@ -2,5 +2,5 @@ class NiceDamTypeNailGunWeak extends NiceDamTypeNailGun
|
||||
abstract;
|
||||
defaultproperties
|
||||
{
|
||||
MaxPenetrations=0
|
||||
MaxPenetrations=2
|
||||
}
|
@ -6,4 +6,5 @@ defaultproperties
|
||||
DamageType=Class'NicePack.NiceDamTypeNailGunWeak'
|
||||
AmmoPerFire=7
|
||||
SpreadStyle=SS_Random
|
||||
Spread=500.000000
|
||||
}
|
@ -26,4 +26,5 @@ defaultproperties
|
||||
BotRefireRate=0.500000
|
||||
FlashEmitterClass=Class'ROEffects.MuzzleFlash1stNailGun'
|
||||
SpreadStyle=SS_None
|
||||
Spread=1125.000000
|
||||
}
|
@ -12,8 +12,8 @@ defaultproperties
|
||||
MagazineBone="Bone_Magazine"
|
||||
ZoomedDisplayFOVHigh=32.000000
|
||||
MagCapacity=10
|
||||
ReloadRate=3.600000
|
||||
ReloadAnimRate=1.250000
|
||||
ReloadRate=3.000000
|
||||
ReloadAnimRate=1.5
|
||||
WeaponReloadAnim="Reload_AK47"
|
||||
Weight=8.000000
|
||||
IdleAimAnim="Idle_Iron"
|
||||
|
Loading…
Reference in New Issue
Block a user