Change Medic and Commando perks to be one perk
This commit is contained in:
parent
e7d1c539e8
commit
ae28c24ef6
17 changed files with 103 additions and 43 deletions
|
|
@ -1,4 +1,4 @@
|
|||
class NiceDamTypeKrissM extends NiceDamTypeMedicBullet
|
||||
class NiceDamTypeKrissM extends NiceDamageTypeVetCommando
|
||||
abstract;
|
||||
defaultproperties
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
class NiceDamTypeM7A3M extends NiceDamTypeMedicBullet
|
||||
class NiceDamTypeM7A3M extends NiceDamageTypeVetCommando
|
||||
abstract;
|
||||
defaultproperties
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
class NiceDamTypeMP5M extends NiceDamTypeMedicBullet
|
||||
class NiceDamTypeMP5M extends NiceDamageTypeVetCommando
|
||||
abstract;
|
||||
defaultproperties
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
class NiceDamTypeMP7M extends NiceDamTypeMedicBullet
|
||||
class NiceDamTypeMP7M extends NiceDamageTypeVetCommando
|
||||
abstract;
|
||||
defaultproperties
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue