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

WVHoverTankV3.DamTypePoltergeistBeam


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
00043
00044
00045
00046
00047
00048
00049
00050
/******************************************************************************
DamTypeHoverTankBeam

Creation date: 2011-08-07 13:42
Last change: $Id$
Copyright © 2011, Wormbo
Website: http://www.koehler-homepage.de/Wormbo/
Feel free to reuse this code. Send me a note if you found it helpful or want
to report bugs/provide improvements.
Please ask for permission first, if you intend to make money off reused code.
******************************************************************************/

class DamTypePoltergeistBeam extends VehicleDamageType abstract;


static function GetHitEffects(out class<xEmitter> HitEffects[4], int VictimHealth)
{
	HitEffects[0] = class'HitSmoke';

	if (VictimHealth <= 0)
		HitEffects[1] = class'HitFlameBig';
	else if (FRand() < 0.8)
		HitEffects[1] = class'HitFlame';
}


//=============================================================================
// Default values
//=============================================================================

defaultproperties
{
	DeathString   = "%o was fried by %k's heat ray."
	MaleSuicide   = "%o fried himself."
	FemaleSuicide = "%o fried herself."

	VehicleClass = class'PoltergeistTank'
	bInstantHit = True
	bAlwaysSevers = True
	bDetonatesGoop = True
	bFlaming = True
	GibPerterbation = 0.5
	GibModifier = 2.0
	FlashFog = (X=800,Y=600,Z=240)

	VehicleDamageScaling   = 1.5
	VehicleMomentumScaling = 2.0
}


Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Sa 2.2.2013 18:36:36.000 - Creation time: Do 14.8.2014 09:58:37.105 - Created with UnCodeX