NicePack/sources/Weapons/Playable/Explosives/SealSqueal/NiceSealSquealPickup.uc
Anton Tarasenko 12d95e387e Revert weapon conversion
This patch reverts first step of global weapon conversion
that would have halted the release of the next version for too long.
2020-04-17 23:06:41 +07:00

5 lines
865 B
Ucode

class NiceSealSquealPickup extends NiceWeaponPickup;
defaultproperties
{
Weight=6.000000
cost=750
AmmoCost=30
BuyClipSize=3
PowerValue=90
SpeedValue=35
RangeValue=85
Description="Shoot the zeds with this harpoon gun and watch them squeal.. and then explode!"
ItemName="SealSqueal Harpoon Bomber"
ItemShortName="SealSqueal"
AmmoItemName="SealSqueal Harpoon Bombs"
CorrespondingPerkIndex=6
EquipmentCategoryID=2
MaxDesireability=0.790000
InventoryType=Class'NicePack.NiceSealSquealHarpoonBomber'
PickupMessage="You got the SealSqueal Harpoon Bomb Launcher."
PickupSound=Sound'KF_FY_SealSquealSND.foley.WEP_Harpoon_Foley_Pickup'
PickupForce="AssaultRiflePickup"
StaticMesh=StaticMesh'KF_IJC_Halloween_Weps2.SealSqueal_Pickup'
CollisionRadius=25.000000
CollisionHeight=10.000000
}