NicePack/sources/Weapons/Playable/Melee/Katana/NiceKatanaPickup.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
635 B
Ucode

class NiceKatanaPickup extends NiceWeaponPickup;
defaultproperties
{
Weight=3.000000
cost=750
PowerValue=60
SpeedValue=55
RangeValue=-21
Description="An incredibly sharp katana sword."
ItemName="Katana"
ItemShortName="Katana"
CorrespondingPerkIndex=4
VariantClasses(0)=Class'KFMod.GoldenKatanaPickup'
InventoryType=Class'NicePack.NiceKatana'
PickupMessage="You got the Katana."
PickupSound=Sound'KF_AxeSnd.Axe_Pickup'
PickupForce="AssaultRiflePickup"
StaticMesh=StaticMesh'KF_pickups_Trip.melee.Katana_pickup'
CollisionRadius=27.000000
CollisionHeight=5.000000
}