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 00039 00040 00041 00042 |
//============================================================================= // ROSatchelDamType //============================================================================= // Satchel Charge. //============================================================================= // Red Orchestra Source // Copyright (C) 2004 John "Ramm-Jaeger" Gibson //============================================================================= class ROSatchelDamType extends ROWeaponDamageType abstract; //============================================================================= // defaultproperties //============================================================================= defaultproperties { HUDIcon=Texture'InterfaceArt_tex.deathicons.satchel' TankDamageModifier=1.000000 APCDamageModifier=1.000000 VehicleDamageModifier=1.000000 TreadDamageModifier=1.000000 DeathString="%o was blown up by %k's satchel charge." FemaleSuicide="%o was careless with her own satchel charge." MaleSuicide="%o was careless with his own satchel charge." bArmorStops=False bLocationalHit=False bDetonatesGoop=True bDelayedDamage=True bExtraMomentumZ=True GibModifier=4.000000 DeathOverlayMaterial=Combiner'Effects_Tex.GoreDecals.PlayerDeathOverlay' DeathOverlayTime=999.000000 KDamageImpulse=5000.000000 KDeathVel=300.000000 KDeathUpKick=75.000000 KDeadLinZVelScale=0.001500 KDeadAngVelScale=0.001500 HumanObliterationThreshhold=400 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |