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

JBAddonLlama.JBDamageTypeLlamaLaser


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
//=============================================================================
// JBDamageTypeLlamaLaser
// Copyright 2004 by Wormbo <wormbo@onlinehome.de>
// $Id: JBDamageTypeLlamaLaser.uc,v 1.1 2004/05/31 11:14:58 wormbo Exp $
//
// Damage type for the JBLlamaKillLaser punishment.
//=============================================================================


class JBDamageTypeLlamaLaser extends DamageType
  abstract;


//=============================================================================
// Default properties
//=============================================================================

defaultproperties
{
  DeathString="%o was toasted"
  MaleSuicide="%o was toasted"
  FemaleSuicide="%o was toasted"
  
  Begin Object Class=Shader Name=LaserHit
    Diffuse=Texture'PlayerSkins.JuggFemaleABodyA'
    Specular=Texture'UCGeneric.SolidColours.Red'
    SpecularityMask=ConstantColor'XGameShaders.OverlayConstant'
  End Object
  
  DamageOverlayMaterial=LaserHit
  DamageOverlayTime=3.0
  bSkeletize=true
  bArmorStops=False
  GibPerterbation=0.5
  GibModifier=2.0
  bLocationalHit=false
  bCausedByWorld=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Mo 31.5.2004 13:14:58.000 - Creation time: Do 14.8.2014 09:58:41.952 - Created with UnCodeX