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

DruidsRPGcvs.DruidAdrenalineRegen

Extends
AbilityAdrenalineRegen
Modifiers
config ( UT2004RPG ) abstract

Core.Object
|   
+-- UT2004RPG.RPGAbility
   |   
   +-- UT2004RPG.AbilityAdrenalineRegen
      |   
      +-- DruidsRPGcvs.DruidAdrenalineRegen

Variables Summary
intPointsPerLevel
Inherited Variables from UT2004RPG.RPGAbility
AbilityName, BotChance, CostAddPerLevel, Description, MaxLevel, StartingCost

Functions Summary
functionint Cost (RPGPlayerDataObject Data, int CurrentLevel)
function ModifyPawn (Pawn Other, int AbilityLevel)
Inherited Functions from UT2004RPG.AbilityAdrenalineRegen
Cost, ModifyPawn
Inherited Functions from UT2004RPG.RPGAbility
AbilityIsAllowed, BotBuyChance, Cost, HandleDamage, ModifyPawn, ModifyVehicle, ModifyWeapon, OverridePickupQuery, PreventDeath, PreventSever, ScoreKill, UnModifyVehicle


Variables Detail

PointsPerLevel Source code

var config int PointsPerLevel;


Functions Detail

Cost Source code

static simulated function int Cost ( RPGPlayerDataObject Data, int CurrentLevel )

ModifyPawn Source code

static simulated function ModifyPawn ( Pawn Other, int AbilityLevel )


Defaultproperties

defaultproperties
{
     Description="Slowly drips adrenaline into your system.|At level 1 you get one adrenaline every 3 seconds.|At level 2 you get one adrenaline every 2 seconds.|At level 3 you get one adrenaline every second.|You must spend 25 points in your Adrenaline Max stat for each level of this ability you want to purchase. (Max Level: 3)|You must be an Adrenaline Master or a Monster Master to purchase this skill.|Cost (per level): 2,8,14"

     StartingCost=2
     CostAddPerLevel=6

     MaxLevel=3
     PointsPerLevel=25
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:15:55.781 - Created with UnCodeX