Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- UT2004RPG.RPGAbility | +-- UT2004RPG.AbilityAdrenalineRegen | +-- DruidsRPGcvs.DruidAdrenalineRegen
Variables Summary | |
---|---|
int | PointsPerLevel |
Inherited Variables from UT2004RPG.RPGAbility |
---|
AbilityName, BotChance, CostAddPerLevel, Description, MaxLevel, StartingCost |
Functions Summary | ||
---|---|---|
int | Cost (RPGPlayerDataObject Data, int CurrentLevel) | |
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 |
---|
Functions Detail |
---|
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 | UnrealScript Documentation |
previous class next class | frames no frames |