Psychopath (Armor Trait)

From AoP Wiki
Psychopath (Armor Trait)

Information

Psychopath (Armor Trait) is a possible Armor Trait an armor can have.

Armor Trait Description

Each time you inflict damage to an enemy you can see, you receive AP cost reduction (1% per each each 5% of HP dmg inflicted, up to 20%)

Cost reduction bonus decays over 10 seconds.

Important notes

Psychopath only works when you can see the target. Bursting through a smoke for example, will have no effect. It does stack up higher, if you hit multiple people, that you can all see however. So doing 50% damage on 2 different enemies with a burst will count as having done 100% damage to a single target.

Effect starts out with 0.

Called each time you do damage: Effect=MIN(Effect+100*TotalDmgTargetMaxHP,100)

Called each 0.5 seconds: Effect=MAX(Effect5,0)

Called each time you calculate AP Costs: APReduction=20*(Effect100)0.5

TotalDmg includes Bleed Damage as well.

Maximum reduction is 20%.