Editing Return FireGive feedback
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 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). | ||
* 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. | ||
== Update history == | == Update history == | ||