Ability Range: Difference between revisionsGive feedback
Jump to navigation
Jump to search
add note about items having cylindrical ability range |
→Calculation: change calculation section to dynamically pull from ItemData. this was already out of date so I'm trying this out, feel free to undo it if it's causing performance issues |
||
| Line 15: | Line 15: | ||
'''Example:''' | '''Example:''' | ||
With ''' | With '''{{ItemData|Greater Expansion|TechRangeMultiplier}}''' from {{ItemIcon|Greater Expansion}} and '''{{ItemData|Divine Barrier|TechRangeMultiplier}}''' from {{ItemIcon|Divine Barrier}}: | ||
# Convert percentages to decimals: | # Convert percentages to decimals: {{ItemData|Greater Expansion|TechRangeMultiplier}} to {{#expr: {{#replace: {{ItemData|Greater Expansion|TechRangeMultiplier}}|%|}} / 100}} and {{ItemData|Divine Barrier|TechRangeMultiplier}} to {{#expr: {{#replace: {{ItemData|Divine Barrier|TechRangeMultiplier}}|%|}} / 100}}. | ||
# Subtract from 1: (1 - | # Subtract from 1: (1 - {{#expr: {{#replace: {{ItemData|Greater Expansion|TechRangeMultiplier}}|%|}} / 100}}) = '''{{#expr: 1 - {{#replace: {{ItemData|Greater Expansion|TechRangeMultiplier}}|%|}} / 100}}''' and (1 - {{#expr: {{#replace: {{ItemData|Divine Barrier|TechRangeMultiplier}}|%|}} / 100}}) = '''{{#expr: 1 - {{#replace: {{ItemData|Divine Barrier|TechRangeMultiplier}}|%|}} / 100}}'''. | ||
# Multiply the differences: | # Multiply the differences: {{#expr: 1 - {{#replace: {{ItemData|Greater Expansion|TechRangeMultiplier}}|%|}} / 100}} × {{#expr: 1 - {{#replace: {{ItemData|Divine Barrier|TechRangeMultiplier}}|%|}} / 100}} = '''{{#expr: (1 - {{#replace: {{ItemData|Greater Expansion|TechRangeMultiplier}}|%|}} / 100) * (1 - {{#replace: {{ItemData|Divine Barrier|TechRangeMultiplier}}|%|}} / 100) round 4}}'''. | ||
# Subtract from 1: 1 - | # Subtract from 1: 1 - {{#expr: (1 - {{#replace: {{ItemData|Greater Expansion|TechRangeMultiplier}}|%|}} / 100) * (1 - {{#replace: {{ItemData|Divine Barrier|TechRangeMultiplier}}|%|}} / 100) round 4}} = '''{{#expr: 1 - (1 - {{#replace: {{ItemData|Greater Expansion|TechRangeMultiplier}}|%|}} / 100) * (1 - {{#replace: {{ItemData|Divine Barrier|TechRangeMultiplier}}|%|}} / 100) round 4}}'''. | ||
# Total Ability Range bonus is | # Total Ability Range bonus is '''{{#expr: (1 - (1 - {{#replace: {{ItemData|Greater Expansion|TechRangeMultiplier}}|%|}} / 100) * (1 - {{#replace: {{ItemData|Divine Barrier|TechRangeMultiplier}}|%|}} / 100)) * 100}}%''', not {{#expr: {{#replace: {{ItemData|Greater Expansion|TechRangeMultiplier}}|%|}} + {{#replace: {{ItemData|Divine Barrier|TechRangeMultiplier}}|%|}} round 1}}%. | ||
== Sources of Ability Range == | == Sources of Ability Range == | ||
Revision as of 16:37, 10 September 2026

Ability Range determines the effective distance and cast range of hero abilities and items. It is measured in a distance of meters, and stat gains are measured in percentages.
For example, Shiv's Slice and Dice ability has a dash range of 12 meters. Purchasing Mystic Expansion improves this by 35%, making the new effective dash range of the ability 16.2 meters.
The range of Active Items does not consider height and their cast range is shaped like a cylinder. This means their range can be greater than expected when targeting heroes above or below the player.
Calculation
Calculating Ability Range
Multiple sources of Ability Range stack multiplicatively, not additively:
Example: With 30% from Greater Expansion and 10% from Divine Barrier:
- Convert percentages to decimals: 30% to 0.3 and 10% to 0.1.
- Subtract from 1: (1 - 0.3) = 0.7 and (1 - 0.1) = 0.9.
- Multiply the differences: 0.7 × 0.9 = 0.63.
- Subtract from 1: 1 - 0.63 = 0.37.
- Total Ability Range bonus is 37%, not 40%.
Sources of Ability Range
This is a dynamic list "Ability Range". Edit contents.
| Name | Category | Stat change | |
|---|---|---|---|
| Ballistic Enchantment | 3,200 | +22% Ability Range | |
| Cultist Sacrifice | 3,200 | +12% Ability Range | |
| Guardian Ward | 1,600 | +8% Ability Range | |
| Healing Nova | 3,200 | +5% Ability Range | |
| Rescue Beam | 3,200 | +6% Ability Range | |
| Divine Barrier | 6,400 | +10% Ability Range | |
| Mystic Expansion | 800 | +20% Ability Range | |
| Greater Expansion | 3,200 | +30% Ability Range | |
| Knockdown | 3,200 | +5% Ability Range | |
| Spirit Burn | 6,400 | +6% Ability Range | |
| Vortex Web | 6,400 | +8% Ability Range | |
| Mystic Conduit | Legendary | +40% Ability Range |
- Arcane Surge increases the range of the first ability you cast after dash jumping by 12%.
- Mystic Expansion only increases the range of the imbued ability by 20%.
- Trophy Collector increases ability range by 0.75% per stack (up to 16 maximum stacks)