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

ROEngine.ROMineDamType


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
//=============================================================================
// ROMineDamType
//=============================================================================
// Damage type
//=============================================================================
// Red Orchestra Source
// Copyright (C) 2003 Erik Christensen
//=============================================================================

class ROMineDamType extends ROWeaponDamageType
	abstract;

//=============================================================================
// defaultproperties
//=============================================================================

defaultproperties
{
     HUDIcon=Texture'InterfaceArt_tex.deathicons.mine'
     TankDamageModifier=1.000000
     APCDamageModifier=1.000000
     VehicleDamageModifier=1.100000
     TreadDamageModifier=1.000000
     DeathString="%o was killed by a mine."
     FemaleSuicide="%o was killed by a mine."
     MaleSuicide="%o was killed by a mine."
     bArmorStops=False
     bLocationalHit=False
     KDeathUpKick=100.000000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Fri 13-10-2023 03:17:28.000 - Creation time: Fri 13-10-2023 03:19:07.160 - Created with UnCodeX