Editing WraithGive feedback
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 22: | Line 22: | ||
| ability_num = 1 | | ability_num = 1 | ||
| notes = | | notes = | ||
* Cards are generated by dealing [[Weapon Damage]] and [[Melee Damage]], instead of recharging over time. The amount of charge gained is dependent on the attack landing on enemies, but the amount of damage dealt does ''not'' affect the amount of charge gained. | * Cards are generated by dealing [[Weapon Damage]] and [[Melee Damage]], instead of recharging over time. The amount of charge gained is dependent on the attack landing on enemies, but the amount of damage dealt does ''not'' affect the amount of charge gained. Cooldown reduction increases the percentage generated proportionally (i.e. 10% Cooldown Reduction = 10% increase to charge gain percentage). | ||
* Card generation rate: | * Card generation rate: | ||
** Bodyshot: {{#expr:({{ | ** Bodyshot: {{#expr:({{#invoke:Abilities|get_ability_prop|Card Trick|CardResourceGenPctScale.Value}}*{{#invoke:Abilities|get_ability_prop|Card Trick|CardResourcePerBulletHit}})/100}}% | ||
** Headshot: {{#expr:({{ | ** Headshot: {{#expr:({{#invoke:Abilities|get_ability_prop|Card Trick|CardResourceGenPctScale.Value}}*{{#invoke:Abilities|get_ability_prop|Card Trick|CardResourcePerBulletCrit}})/100}}% | ||
** Light melee: {{#expr:({{ | ** Light melee: {{#expr:({{#invoke:Abilities|get_ability_prop|Card Trick|CardResourceGenPctScale.Value}}*{{#invoke:Abilities|get_ability_prop|Card Trick|CardResourcePerLightMelee}})/100}}% | ||
** Heavy melee: {{#expr:({{ | ** Heavy melee: {{#expr:({{#invoke:Abilities|get_ability_prop|Card Trick|CardResourceGenPctScale.Value}}*{{#invoke:Abilities|get_ability_prop|Card Trick|CardResourcePerHeavyMelee}})/100}}% | ||
** Damage to [[NPCs]] is {{#expr:100*{{ | ** Damage to [[NPCs]] is {{#expr:100*{{#invoke:Abilities|get_ability_prop|Card Trick|NonPlayerCardResourceScale}}}}% effective. | ||
* Card Trick generates a random card out of an 8-card stack (2 of each suit, not counting jokers). Once the stack is depleted, it generates a new one. Additionally, it has an 11% (1/9) chance to generate Jokers, increased to 20% (1/5) chance at T3. Joker generation does not count for the 8-card stack. | * Card Trick generates a random card out of an 8-card stack (2 of each suit, not counting jokers). Once the stack is depleted, it generates a new one. Additionally, it has an 11% (1/9) chance to generate Jokers, increased to 20% (1/5) chance at T3. Joker generation does not count for the 8-card stack. | ||
* Hitting multiple units with the same Heart suit card will provide 50% healing for each additional unit hit (i.e. if a card heals for 100hp and hits two heroes, that card will heal Wraith for 150hp). | * Hitting multiple units with the same Heart suit card will provide 50% healing for each additional unit hit (i.e. if a card heals for 100hp and hits two heroes, that card will heal Wraith for 150hp). | ||
* Hitting non-hero units with the Heart suit card provides 50% less healing. | * Hitting non-hero units with the Heart suit card provides 50% less healing. | ||
}} | }} | ||