Update 005
[Changed] - Knife replaced by machete (now with 0 weight) - Light vest now costs 50 instead of 100 - Horzine armor now costs 750 instead of 1000 - Dual pistols now have added spread of 500, same as SMGs - Dual pistols now shoot 1.5 times as fast as single ones, instead of double speed - Shiver's health is set to the gorefast's level, but without 6-players scaling - Commando's passive reload speed bonus reduced from 30% to 15% - Skill for commando "Perfect execution" no longer activates from Jasons - Weapon for commando AK47: total ammo decreased from 270 to 240 - Weapon for commando Mkb42: total ammo increased from 240 to 270, delay between shots decreased from 0.175 to 0.14 - Weapon for sharpshooter 9mm: perked decapitation mod increased from 0.5 to 0.6 - Weapon for sharpshooter MK23: delay between shots decreased from 0.35 to 0.3 seconds [Fixed] - Fixed bug that cause Benelli shotgun to deal 79 damage per pellet instead of 63 - Fixed bug that caused dual magnums to deal less damage that single one
This commit is contained in:
parent
b0ee5678bc
commit
d8689b9ca0
19 changed files with 39 additions and 34 deletions
|
|
@ -42,7 +42,7 @@ static function float GetMovementSpeedModifier(KFPlayerReplicationInfo KFPRI, KF
|
|||
return 1.1;
|
||||
}
|
||||
static function float GetReloadSpeedModifierStatic(KFPlayerReplicationInfo KFPRI, class<KFWeapon> Other){
|
||||
return 1.3;
|
||||
return 1.15;
|
||||
}
|
||||
static function float GetFireSpeedModStatic(KFPlayerReplicationInfo KFPRI, class<Weapon> other){
|
||||
local float fireSpeed;
|
||||
|
|
@ -102,7 +102,7 @@ defaultproperties
|
|||
OnHUDIcons(3)=(PerkIcon=Texture'ScrnTex.Perks.Perk_Commando_Blue',StarIcon=Texture'ScrnTex.Perks.Hud_Perk_Star_Blue',DrawColor=(B=255,G=255,R=255,A=255))
|
||||
OnHUDIcons(4)=(PerkIcon=Texture'ScrnTex.Perks.Perk_Commando_Purple',StarIcon=Texture'ScrnTex.Perks.Hud_Perk_Star_Purple',DrawColor=(B=255,G=255,R=255,A=255))
|
||||
OnHUDIcons(5)=(PerkIcon=Texture'ScrnTex.Perks.Perk_Commando_Orange',StarIcon=Texture'ScrnTex.Perks.Hud_Perk_Star_Orange',DrawColor=(B=255,G=255,R=255,A=255))
|
||||
CustomLevelInfo="Level up by doing damage with perked weapons|30% faster reload with all weapons|10% faster movement speed|You get four additional Zed-Time Extensions|See health and cloacked zeds from 16 meters distance|Better Syringe handling"
|
||||
CustomLevelInfo="Level up by doing damage with perked weapons|15% faster reload with all weapons|10% faster movement speed|You get four additional Zed-Time Extensions|See health and cloacked zeds from 16 meters distance|Better Syringe handling"
|
||||
PerkIndex=3
|
||||
OnHUDIcon=Texture'KillingFloorHUD.Perks.Perk_Commando'
|
||||
OnHUDGoldIcon=Texture'KillingFloor2HUD.Perk_Icons.Perk_Commando_Gold'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue