hardcode removed / husk proj fix
This commit is contained in:
parent
1438773ffd
commit
31a99d413b
653 changed files with 1294 additions and 1272 deletions
|
|
@ -4,7 +4,7 @@ defaultproperties
|
|||
{
|
||||
MaxPenetrations=3
|
||||
bIsPowerWeapon=True
|
||||
WeaponClass=Class'NicePack.NiceSaiga12c'
|
||||
WeaponClass=class'NiceSaiga12c'
|
||||
DeathString="%k killed %o (Saiga-12с)."
|
||||
FemaleSuicide="%o shot herself in the foot."
|
||||
MaleSuicide="%o shot himself in the foot."
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ defaultproperties
|
|||
SelectedHudImageRef="ScrnWeaponPack_T.saiga.Saiga_selected"
|
||||
PlayerIronSightFOV=65.000000
|
||||
ZoomedDisplayFOV=32.000000
|
||||
FireModeClass(0)=Class'NicePack.NiceSaiga12cFire'
|
||||
FireModeClass(0)=class'NiceSaiga12cFire'
|
||||
FireModeClass(1)=Class'KFMod.NoFire'
|
||||
PutDownAnim="PutDown"
|
||||
SelectForce="SwitchToAssaultRifle"
|
||||
|
|
@ -40,10 +40,10 @@ defaultproperties
|
|||
Priority=160
|
||||
InventoryGroup=4
|
||||
GroupOffset=10
|
||||
PickupClass=Class'NicePack.NiceSaiga12cPickup'
|
||||
PickupClass=class'NiceSaiga12cPickup'
|
||||
PlayerViewOffset=(X=10.000000,Y=8.000000,Z=-4.000000)
|
||||
BobDamping=4.000000
|
||||
AttachmentClass=Class'NicePack.NiceSaiga12cAttachment'
|
||||
AttachmentClass=class'NiceSaiga12cAttachment'
|
||||
IconCoords=(X1=245,Y1=39,X2=329,Y2=79)
|
||||
ItemName="Saiga-12s"
|
||||
DrawScale=0.850000
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@ class NiceSaiga12cAmmo extends NiceAmmo;
|
|||
#EXEC OBJ LOAD FILE=KillingFloorHUD.utx
|
||||
defaultproperties
|
||||
{
|
||||
WeaponPickupClass=Class'NicePack.NiceSaiga12cPickup'
|
||||
WeaponPickupClass=class'NiceSaiga12cPickup'
|
||||
AmmoPickupAmount=8
|
||||
MaxAmmo=72
|
||||
InitialAmount=18
|
||||
PickupClass=Class'NicePack.NiceSaiga12cAmmoPickup'
|
||||
PickupClass=class'NiceSaiga12cAmmoPickup'
|
||||
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
|
||||
IconCoords=(X1=451,Y1=445,X2=510,Y2=500)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ class NiceSaiga12cAmmoPickup extends NiceAmmoPickup;
|
|||
defaultproperties
|
||||
{
|
||||
AmmoAmount=8
|
||||
InventoryType=Class'NicePack.NiceSaiga12cAmmo'
|
||||
InventoryType=class'NiceSaiga12cAmmo'
|
||||
PickupMessage="12-gauge"
|
||||
StaticMesh=None
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,12 +16,12 @@ defaultproperties
|
|||
FireSoundRef="ScrnWeaponPack_SND.saiga.shot_mono"
|
||||
StereoFireSoundRef="ScrnWeaponPack_SND.saiga.shot_stereo"
|
||||
NoAmmoSoundRef="ScrnWeaponPack_SND.saiga.Saiga_empty"
|
||||
DamageType=Class'NicePack.NiceDamTypeSaiga12c'
|
||||
DamageType=class'NiceDamTypeSaiga12c'
|
||||
DamageMax=66
|
||||
Momentum=60000.000000
|
||||
bModeExclusive=False
|
||||
FireRate=0.600000
|
||||
AmmoClass=Class'NicePack.NiceSaiga12cAmmo'
|
||||
AmmoClass=class'NiceSaiga12cAmmo'
|
||||
BotRefireRate=0.250000
|
||||
Spread=825.000000
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ defaultproperties
|
|||
AmmoItemName="12-gauge"
|
||||
CorrespondingPerkIndex=1
|
||||
EquipmentCategoryID=3
|
||||
InventoryType=Class'NicePack.NiceSaiga12c'
|
||||
InventoryType=class'NiceSaiga12c'
|
||||
PickupMessage="You've got Saiga-12s"
|
||||
PickupSound=Sound'KF_AA12Snd.AA12_Pickup'
|
||||
PickupForce="AssaultRiflePickup"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue