Spirit Power: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) |
Gammaton32 (talk | contribs) →Spirit Scaling by Hero: updated, added partial table of base stats with scaling |
||
| Line 66: | Line 66: | ||
== Spirit Scaling by Hero == | == Spirit Scaling by Hero == | ||
Many ability attributes scale with Spirit Power. Certain heroes also have Spirit scaling on their stats (such as {{HeroIcon|Haze}}, whose ammo capacity increases by {{#invoke:HeroData|get_hero_scalar|hero_haze|Spirit|ClipSize}} for each point of Spirit Power). | Many ability attributes scale with Spirit Power. Certain heroes also have Spirit scaling on their stats (such as {{HeroIcon|Haze}}, whose ammo capacity increases by {{#invoke:HeroData|get_hero_scalar|hero_haze|Spirit|ClipSize}} for each point of Spirit Power). | ||
Most heroes have {{#invoke:HeroData|get_hero_scalar|hero_atlas|Level|TechPower}} Spirit Power scaling per [[Boon]], with the exception of {{HeroIcon|Ivy}} with {{#invoke:HeroData|get_hero_scalar|hero_tengu|Level|TechPower}}, and {{HeroIcon|Kelvin}} with {{#invoke:HeroData|get_hero_scalar|hero_kelvin|Level|TechPower}}. | |||
{| class="wikitable sortable" | |||
|+Hero Base Attributes with Spirit Scaling | |||
!Hero | |||
!Stats | |||
!Scaling | |||
|- | |||
| rowspan="2" |'''{{HeroIcon|Grey Talon}}''' | |||
| Move Speed | |||
| {{#invoke:HeroData|get_hero_var|hero_orion|MaxMoveSpeed}} + {{#invoke:HeroData|get_hero_scalar|hero_orion|Spirit|MaxMoveSpeed}} m/s | |||
|- | |||
| Bullet Damage | |||
| {{#invoke:HeroData|get_hero_var|hero_orion|BulletDamage}} + {{#invoke:HeroData|get_hero_scalar|hero_orion|Spirit|BulletDamage}} | |||
|- | |||
|'''{{HeroIcon|Haze}}''' | |||
| Ammo | |||
| {{#invoke:HeroData|get_hero_var|hero_haze|ClipSize}} + {{#invoke:HeroData|get_hero_scalar|hero_haze|Spirit|ClipSize}} bullets | |||
|- | |||
|'''{{HeroIcon|Paige}}''' | |||
|Heavy Melee | |||
| {{#invoke:HeroData|get_hero_var|hero_bookworm|HeavyMeleeDamage}} + {{#invoke:HeroData|get_hero_scalar|hero_bookworm|Spirit|HeavyMeleeDamage}} | |||
|- | |||
|'''{{HeroIcon|Seven}}''' | |||
| Move Speed | |||
| {{#invoke:HeroData|get_hero_var|hero_gigawatt|MaxMoveSpeed}} + {{#invoke:HeroData|get_hero_scalar|hero_gigawatt|Spirit|MaxMoveSpeed}} m/s | |||
|- | |||
|'''{{HeroIcon|Sinclair}}''' | |||
| Move Speed | |||
| {{#invoke:HeroData|get_hero_var|hero_magician|MaxMoveSpeed}} + {{#invoke:HeroData|get_hero_scalar|hero_magician|Spirit|MaxMoveSpeed}} m/s | |||
|- | |||
|'''{{HeroIcon|Victor}}''' | |||
|Health Regen | |||
| {{#invoke:HeroData|get_hero_var|hero_frank|BaseHealthRegen}} + {{#invoke:HeroData|get_hero_scalar|hero_frank|Spirit|BaseHealthRegen}} hp/s | |||
|- | |||
|'''{{HeroIcon|Vindicta}}''' | |||
| Fire Rate | |||
| + {{#invoke:HeroData|get_hero_scalar|hero_hornet|Spirit|FireRate}} % | |||
|- | |||
|'''{{HeroIcon|Vyper}}''' | |||
|Move Speed | |||
| {{#invoke:HeroData|get_hero_var|hero_viper|MaxMoveSpeed}} + {{#invoke:HeroData|get_hero_scalar|hero_viper|Spirit|MaxMoveSpeed}} m/s | |||
|- | |||
|'''{{HeroIcon|Warden}}''' | |||
| Fire Rate | |||
| + {{#invoke:HeroData|get_hero_scalar|hero_warden|Spirit|FireRate}} % | |||
|- | |||
|'''{{HeroIcon|Wraith}}''' | |||
| Sprint Speed | |||
| {{#invoke:HeroData|get_hero_var|hero_wraith|SprintSpeed}} + {{#invoke:HeroData|get_hero_scalar|hero_wraith|Spirit|SprintSpeed}} m/s | |||
|- | |||
|'''{{HeroIcon|Yamato}}''' | |||
| Ammo | |||
| {{#invoke:HeroData|get_hero_var|hero_yamato|ClipSize}} + {{#invoke:HeroData|get_hero_scalar|hero_yamato|Spirit|ClipSize}} bullets | |||
|} | |||
<!--This table compiles each hero's stat and ability scaling coefficients as determined by sandbox testing. | <!--This table compiles each hero's stat and ability scaling coefficients as determined by sandbox testing. | ||
NEEDS TO BE AUTOMATED, see [[Module:Abilities]] | NEEDS TO BE AUTOMATED, see [[Module:Abilities]] | ||