1
0
This commit is contained in:
GenZmeY 2024-02-15 20:38:06 +03:00
parent 722a3bf4a7
commit b275c49ca3
Signed by: GenZmeY
GPG Key ID: 424DA4BC3CB2CF39
3 changed files with 3 additions and 12 deletions

View File

@ -82,7 +82,7 @@ function SetPlayerDefaults( Pawn PlayerPawn )
{
if( IsHeavyArmorActive() )
{
NewArmor += OwnerPawn.default.MaxArmor * GetSKillValue( PerkSkills[ESWAT_HeavyArmor] );
NewArmor += OwnerPawn.MaxArmor * GetSKillValue( PerkSkills[ESWAT_HeavyArmor] );
}
OwnerPawn.AddArmor( Round( NewArmor ) );
@ -99,7 +99,7 @@ function SetWaveDefaults()
{
if( IsBodyArmorActive() )
{
NewArmor += OwnerPawn.default.MaxArmor * GetSKillValue( PerkSkills[ESWAT_BodyArmor] );
NewArmor += OwnerPawn.MaxArmor * GetSKillValue( PerkSkills[ESWAT_BodyArmor] );
}
OwnerPawn.AddArmor( Round( NewArmor ) );

View File

@ -45,13 +45,4 @@ defaultproperties
AmbientSoundPlayEvent=none
AmbientSoundStopEvent=none
bWaitForEffects=false
ProjEffectsFadeOutDuration=0.25
bSyncToOriginalLocation=true
bSyncToThirdPersonMuzzleLocation=true
bRotationFollowsVelocity=true
bNoReplicationToInstigator=false
bUseClientSideHitDetection=true
}

View File

@ -166,7 +166,7 @@ defaultproperties
InstantHitDamageTypes(ALTFIRE_FIREMODE)=class'KFDT_Ballistic_ElephantGun'
PenetrationPower(ALTFIRE_FIREMODE)=4.0
FireInterval(ALTFIRE_FIREMODE)=0.25 // 240 RPM
NumPellets(ALTFIRE_FIREMODE)=24
NumPellets(ALTFIRE_FIREMODE)=6
Spread(ALTFIRE_FIREMODE)=0.19
AmmoCost(ALTFIRE_FIREMODE)=1
DoubleBarrelKickMomentum=1000