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 |
// ============================================================================ // JBDamageTypeIncinerated // Copyright 2006 by Wormbo <wormbo@onlinehome.de> // $Id: JBDamageTypeIncinerated.uc,v 1.2 2007-01-03 20:23:12 jrubzjeknf Exp $ // // Damage type for incineration execution. // ============================================================================ class JBDamageTypeIncinerated extends DamageType abstract; // ============================================================================ // Default properties // ============================================================================ defaultproperties { DeathString="%o was incinerated." FemaleSuicide="%o was incinerated." MaleSuicide="%o was incinerated." bArmorStops=False bLocationalHit=False bSkeletize=True bCausedByWorld=True GibModifier=2.000000 GibPerterbation=0.500000 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |