22 lines
622 B
Ucode
22 lines
622 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'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
|
|
}
|