Core.Object | +--Engine.Actor | +--Engine.DamageType | +--XIII.XIIIDamageType | +--XIII.DTSureStunned
00001 //----------------------------------------------------------- 00002 // 00003 //----------------------------------------------------------- 00004 class DTSureStunned extends XIIIDamageType 00005 abstract; 00006 00007 00008 00009 defaultproperties 00010 { 00011 DeathString="%k Stunned %o." 00012 DamageWeaponName="Stunning Item" 00013 bSpawnDeathOnomatop=False 00014 bDieInSilencePlease=True 00015 bSpawnBloodFX=False 00016 bBloodSplash=False 00017 }