Change Medic and Commando perks to be one perk

This commit is contained in:
Anton Tarasenko 2020-04-21 13:55:36 +07:00
commit ae28c24ef6
17 changed files with 103 additions and 43 deletions

View file

@ -1,4 +1,4 @@
class NiceDamTypeKrissM extends NiceDamTypeMedicBullet
class NiceDamTypeKrissM extends NiceDamageTypeVetCommando
abstract;
defaultproperties
{

View file

@ -13,6 +13,7 @@ defaultproperties
AmmoItemName="45. ACP Ammo"
AmmoMesh=StaticMesh'KillingFloorStatics.L85Ammo'
EquipmentCategoryID=3
CorrespondingPerkIndex=3
VariantClasses(0)=Class'KFMod.NeonKrissMPickup'
InventoryType=Class'NicePack.NiceKrissMMedicGun'
PickupMessage="You got the KRISS Vector Medic Gun"

View file

@ -1,4 +1,4 @@
class NiceDamTypeM7A3M extends NiceDamTypeMedicBullet
class NiceDamTypeM7A3M extends NiceDamageTypeVetCommando
abstract;
defaultproperties
{

View file

@ -14,6 +14,7 @@ defaultproperties
AmmoItemName="7.6x40mm Ammo"
AmmoMesh=StaticMesh'KillingFloorStatics.L85Ammo'
EquipmentCategoryID=3
CorrespondingPerkIndex=3
InventoryType=Class'NicePack.NiceM7A3MMedicGun'
PickupMessage="You got the M7A3 Medic Gun"
PickupSound=Sound'KF_M7A3Snd.M7A3_Pickup'

View file

@ -1,4 +1,4 @@
class NiceDamTypeMP5M extends NiceDamTypeMedicBullet
class NiceDamTypeMP5M extends NiceDamageTypeVetCommando
abstract;
defaultproperties
{

View file

@ -14,6 +14,7 @@ defaultproperties
AmmoItemName="9x19mm Ammo"
AmmoMesh=StaticMesh'KillingFloorStatics.L85Ammo'
EquipmentCategoryID=3
CorrespondingPerkIndex=3
VariantClasses(0)=Class'KFMod.CamoMP5MPickup'
InventoryType=Class'NicePack.NiceMP5MMedicGun'
PickupMessage="You got the MP5M Medic Gun"

View file

@ -1,4 +1,4 @@
class NiceDamTypeMP7M extends NiceDamTypeMedicBullet
class NiceDamTypeMP7M extends NiceDamageTypeVetCommando
abstract;
defaultproperties
{

View file

@ -14,6 +14,7 @@ defaultproperties
AmmoItemName="4.6x30mm Ammo"
AmmoMesh=StaticMesh'KillingFloorStatics.L85Ammo'
EquipmentCategoryID=3
CorrespondingPerkIndex=3
InventoryType=Class'NicePack.NiceMP7MMedicGun'
PickupMessage="You got the MP7M Medic Gun"
PickupSound=Sound'KF_MP7Snd.MP7_Pickup'