Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UTGame.UTDmgType_StingerShard


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
/**
 * Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
 */
class UTDmgType_StingerShard extends UTDamageType;

static function PawnTornOff(UTPawn DeadPawn)
{
	if ( !class'GameInfo'.Static.UseLowGore(DeadPawn.WorldInfo) )
	{
	 	class'UTProj_StingerShard'.static.CreateSpike(DeadPawn, DeadPawn.TakeHitLocation, DeadPawn.Normal(DeadPawn.TearOffMomentum));
	}
}

defaultproperties
{
   bThrowRagdoll=True
   DamageWeaponClass=Class'UTGame.UTWeap_Stinger'
   DamageWeaponFireMode=1
   NodeDamageScaling=0.600000
   KillStatsName="KILLS_STINGER"
   DeathStatsName="DEATHS_STINGER"
   SuicideStatsName="SUICIDES_STINGER"
   RewardCount=15
   RewardAnnouncementSwitch=9
   RewardEvent="REWARD_BLUESTREAK"
   CustomTauntIndex=9
   DeathString="`o was eviscerated by `k's Stinger."
   FemaleSuicide="`o turned the Stinger on herself."
   MaleSuicide="`o turned the Stinger on himself."
   bNeverGibs=True
   bCausesBloodSplatterDecals=True
   bKRadialImpulse=True
   KDamageImpulse=1000.000000
   KDeathUpKick=200.000000
   VehicleDamageScaling=0.600000
   VehicleMomentumScaling=2.000000
   Name="Default__UTDmgType_StingerShard"
   ObjectArchetype=UTDamageType'UTGame.Default__UTDamageType'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: tr 31-1-2018 17:18:44.000 - Creation time: sk 18-3-2018 10:01:20.227 - Created with UnCodeX