Bullet Resilience: Difference between revisions

Notes: resistances now pull from ItemData because this item gets tweaked really often
oops, fixed. I didn't change TechResist to BulletResist
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:


== Notes ==
== Notes ==
* While below {{ItemData|{{#var: item_key_or_en}}|HealthThreshold}}% health, Bullet Resilience provides one unified {{#expr: {{#replace: {{ItemData|{{#var: item_key_or_en}}|TechResist}} + {{ItemData|{{#var: item_key_or_en}}|TechResistBelowThreshold}}|%|}}}}% [[Bullet Resist]] bonus. This is stronger than two {{ItemData|{{#var: item_key_or_en}}|TechResist}} + {{ItemData|{{#var: item_key_or_en}}|TechResistBelowThreshold}} bonuses which would only be worth {{#expr: {{#replace: (1 - (1 - {{ItemData|{{#var: item_key_or_en}}|TechResist}} / 100) * (1 - {{ItemData|{{#var: item_key_or_en}}|TechResistBelowThreshold}} / 100)) * 100 round 1|%|}}}}% due to [[Damage_Resistance#Calculation|resistance multiplication]].
* While below {{ItemData|{{#var: item_key_or_en}}|HealthThreshold}}% health, Bullet Resilience provides one unified {{#expr: {{#replace: {{ItemData|{{#var: item_key_or_en}}|BulletResist}} + {{ItemData|{{#var: item_key_or_en}}|BulletResistBelowThreshold}}|%|}}}}% [[Bullet Resist]] bonus. This is stronger than two {{ItemData|{{#var: item_key_or_en}}|BulletResist}} + {{ItemData|{{#var: item_key_or_en}}|BulletResistBelowThreshold}} bonuses which would only be worth {{#expr: {{#replace: (1 - (1 - {{ItemData|{{#var: item_key_or_en}}|BulletResist}} / 100) * (1 - {{ItemData|{{#var: item_key_or_en}}|BulletResistBelowThreshold}} / 100)) * 100 round 1|%|}}}}% due to [[Damage_Resistance#Calculation|resistance multiplication]].


== Update history ==
== Update history ==