Overview | Package | Class | Source | Class tree | Glossary | Deus Ex 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 00026 00027 00028 00029 00030 00031 00032 00033 00034 00035 |
//============================================================================= // HazMatSuit. //============================================================================= class HazMatSuit extends ChargedPickup; // // Reduces poison gas, tear gas, and radiation damage // defaultproperties { skillNeeded=Class'DeusEx.SkillEnviro' LoopSound=Sound'DeusExSounds.Pickup.SuitLoop' ChargedIcon=Texture'DeusExUI.Icons.ChargedIconHazMatSuit' ExpireMessage="HazMatSuit power supply used up" ItemName="Hazmat Suit" PlayerViewOffset=(X=30.000000,Z=-12.000000) PlayerViewMesh=LodMesh'DeusExItems.HazMatSuit' PickupViewMesh=LodMesh'DeusExItems.HazMatSuit' ThirdPersonMesh=LodMesh'DeusExItems.HazMatSuit' LandSound=Sound'DeusExSounds.Generic.PaperHit2' Icon=Texture'DeusExUI.Icons.BeltIconHazMatSuit' largeIcon=Texture'DeusExUI.Icons.LargeIconHazMatSuit' largeIconWidth=46 largeIconHeight=45 Description="A standard hazardous materials suit that protects against a full range of environmental hazards including radiation, fire, biochemical toxins, electricity, and EMP. Hazmat suits contain an integrated bacterial oxygen scrubber that degrades over time and thus should not be reused." beltDescription="HAZMAT" Texture=Texture'DeusExItems.Skins.ReflectionMapTex1' Mesh=LodMesh'DeusExItems.HazMatSuit' CollisionRadius=17.000000 CollisionHeight=11.520000 Mass=20.000000 Buoyancy=12.000000 } |
Overview | Package | Class | Source | Class tree | Glossary | Deus Ex UnrealScript Documentation |
previous class next class | frames no frames |