Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 00024 00025 |
//============================================================================= // Scythe Pickup. //============================================================================= class ScythePickup extends KFWeaponPickup; defaultproperties { Weight=6.000000 cost=2500 PowerValue=70 SpeedValue=25 RangeValue=-20 Description="It's a scythe. Long handle. Long blade. Good for reaping corn, wheat - or shambling monsters." ItemName="Scythe" ItemShortName="Scythe" CorrespondingPerkIndex=4 InventoryType=Class'KFMod.Scythe' PickupMessage="You got the Scythe." PickupSound=SoundGroup'KF_KatanaSnd.Katana_Select' PickupForce="AssaultRiflePickup" StaticMesh=StaticMesh'KF_IJC_Halloween_Weps.scythe_pickup' CollisionRadius=27.000000 CollisionHeight=5.000000 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |