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

DruidsRPGcvs.DruidRegen

Extends
AbilityRegen
Modifiers
config ( UT2004RPG ) abstract

Core.Object
|   
+-- UT2004RPG.RPGAbility
   |   
   +-- UT2004RPG.AbilityRegen
      |   
      +-- DruidsRPGcvs.DruidRegen

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

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


Variables Detail

AdjustableMultiplierPerLevel Source code

var config int AdjustableMultiplierPerLevel;


Functions Detail

Cost Source code

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


Defaultproperties

defaultproperties
{
     Description="Heals 1 health per second per level. Does not heal past starting health amount. You must have a Health Bonus stat equal to 30 times the ability level you wish to have before you can purchase it. (Max Level: 5) You must be a Weapons Master or a Monster Master to purchase this skill.|Cost (per level): 15,20,25,30,35"
     AdjustableMultiplierPerLevel=30
}

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