Ammo: Difference between revisionsGive feedback
Updated powerup stats |
Simplified the math. |
||
| Line 17: | Line 17: | ||
For heroes who have an alternate fire, shooting with the alt fire consumes more than one ammo round at once. However, the player can still use alt fire with only one round left. | For heroes who have an alternate fire, shooting with the alt fire consumes more than one ammo round at once. However, the player can still use alt fire with only one round left. | ||
== | == Calculation == | ||
Ammo is calculated by adding all flat bonuses to your base ammo first, then applying the combined total of all percentage bonuses. Percentage bonuses for ammo are '''additive''', meaning they are added together into a single multiplier. | |||
The formula for Clip Size is: | |||
<math>\text{Final Ammo} = (\text{Base Ammo} + \text{Flat Bonuses}) \times (1 + \text{Total Percentage Bonuses})</math> | |||
'''Note:''' The final result is always rounded up to the nearest whole number. | |||
=== Example === | |||
If a hero has '''20''' Base Ammo and gains the following: | |||
* +10 Flat Ammo from an item. | |||
* +15% Ammo from an item. | |||
* +4% Ammo from a [[Golden Statue]]. | |||
The calculation would be: | |||
# Add the Base and Flat ammo: 20 + 10 = '''30'''. | |||
# Add the percentage bonuses together: 15% + 4% = '''19%''' (or 0.19). | |||
# Multiply the ammo by the percentage multiplier: 30 × 1.19 = '''35.7'''. | |||
# Round up to the nearest whole number: '''36'''. | |||
== Sources == | == Sources == | ||
{{Item stat table|Ammo}} | {{Item stat table|Ammo}} | ||
=== Map spawns === | === Map spawns === | ||
* [[Golden Statue]]s can provide a permanent increase: + | * [[Golden Statue]]s can provide a permanent increase: +'''4%''' Ammo before 10 minutes, or +'''6%''' Ammo before 30 minutes, or +'''8%''' Ammo after 30 minutes. | ||
* [[Powerup]] runes can provide a temporary Gun buff that provides +'''35''' | * [[Powerup]] runes can provide a temporary Gun buff that provides +'''35%''' to +'''70%''' Ammo for 160 seconds (scaling with game time from 5 to 40 minutes). | ||
== Trivia == | == Trivia == | ||
| Line 37: | Line 52: | ||
<references /> | <references /> | ||
{{Stat Navbox}} | {{Stat Navbox}} | ||
[[Category:Stats]] | |||