Module:LevelTables: Difference between revisionsGive feedback
Add function to write the list of multishot heroes and their weapon stats |
Updated Shiv and yamato's base alt fire damage. |
||
| Line 14: | Line 14: | ||
-- Not in HeroData.json although Shiv is just (bullet damage * 12) | -- Not in HeroData.json although Shiv is just (bullet damage * 12) | ||
local alt_fires = { | local alt_fires = { | ||
Shiv = {base = | Shiv = {base = 55.2, level = 2.64, suffix = "alt fire 12 pellets"}, | ||
Viscous = {base = 63, level = 0.9, suffix = "alt fire AOE"}, | Viscous = {base = 63, level = 0.9, suffix = "alt fire AOE"}, | ||
Yamato = {base =63, level = 0.35, suffix = "alt fire AOE"} | Yamato = {base = 63.36, level = 0.35, suffix = "alt fire AOE"} | ||
} | } | ||