Add limit to the damage from quad damage skill
This commit is contained in:
parent
3716813a7b
commit
a3f4baabc6
6 changed files with 67 additions and 28 deletions
|
|
@ -5,6 +5,7 @@ var string abilityID;
|
|||
var float coolDown;
|
||||
var float abilityDuration;
|
||||
var float damageMult;
|
||||
var float maximumDamageAdded;
|
||||
|
||||
function static SkillSelected(NicePlayerController nicePlayer)
|
||||
{
|
||||
|
|
@ -29,6 +30,7 @@ function static SkillDeSelected(NicePlayerController nicePlayer)
|
|||
|
||||
defaultproperties
|
||||
{
|
||||
maximumDamageAdded=10000
|
||||
abilityID="brute"
|
||||
cooldown=60.000000
|
||||
abilityDuration=5.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue