Return Fire: Difference between revisionsGive feedback
Jump to navigation
Jump to search
No edit summary |
Gammaton32 (talk | contribs) →Notes: updated |
||
| Line 8: | Line 8: | ||
*** Example: If an enemy deals 100 [[Bullet Damage]] while you have 30% [[Bullet Resist]], you reflect {{#expr: 100 * {{#sub:{{#invoke:ItemData|get_prop|{{#var:item_key_or_en}}|BulletDamageReflectedPct}}|0|-1}} / 100}} damage, and you take 70. | *** Example: If an enemy deals 100 [[Bullet Damage]] while you have 30% [[Bullet Resist]], you reflect {{#expr: 100 * {{#sub:{{#invoke:ItemData|get_prop|{{#var:item_key_or_en}}|BulletDamageReflectedPct}}|0|-1}} / 100}} damage, and you take 70. | ||
** Works even with 100% damage immunity (e.g., {{ItemIcon|Metal Skin}} reflects full damage while preventing damage to the user). | ** Works even with 100% damage immunity (e.g., {{ItemIcon|Metal Skin}} reflects full damage while preventing damage to the user). | ||
* Damage returned ignores [[Debuffs]] that increase [[Weapon Damage]] against the target, such as {{HeroIcon|Haze}}'s {{AbilityIcon|Fixation}}. | |||
* Does not apply [[Build-Up|build-up]] or [[Stack|stacking]] effects against the attacker. | * Does not apply [[Build-Up|build-up]] or [[Stack|stacking]] effects against the attacker. | ||