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 00026 00027 00028 00029 00030 00031 00032 00033 00034 00035 00036 00037 00038 |
//============================================================================= // ROGrenadeDamType //============================================================================= // // Damage Type for Grenades. // //============================================================================= // Red Orchestra Source // Copyright (C) 2003 John "Ramm-Jaeger" Gibson //============================================================================= class ROGrenadeDamType extends ROWeaponDamageType abstract; //============================================================================= // defaultproperties //============================================================================= defaultproperties { APCDamageModifier=0.200000 VehicleDamageModifier=0.500000 DeathString="%o was torn apart by %k's grenade." FemaleSuicide="%o was careless with her own grenade." MaleSuicide="%o was careless with his own grenade." bLocationalHit=False bDetonatesGoop=True bDelayedDamage=True bExtraMomentumZ=True GibModifier=1.500000 KDamageImpulse=2000.000000 KDeathVel=120.000000 KDeathUpKick=30.000000 KDeadLinZVelScale=0.005000 KDeadAngVelScale=0.003600 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |