Module:HeroDataArrays: Difference between revisionsGive feedback
SerpentofSet (talk | contribs) mNo edit summary |
SerpentofSet (talk | contribs) mNo edit summary |
||
| Line 44: | Line 44: | ||
heroHealthData = heroDataArray({"Name", "MaxHealth", "LevelScaling>Health"}) | heroHealthData = heroDataArray({"Name", "MaxHealth", "LevelScaling>Health"}) | ||
z = "{| class=\"wikitable sortable mw-collapsible | z = "{| class=\"wikitable sortable mw-collapsible\" \n".. | ||
"|+ Hero Base Health Stats \n".. | "|+ Hero Base Health Stats \n".. | ||
"! style=\"text-align: | "! Hero !! style=\"text-align: center\" | Starting !! style=\"text-align: center\" | Added per PI !! style=\"text-align: center\" | At Max PI \n" | ||
for i,a in pairs(heroHealthData) do | for i,a in pairs(heroHealthData) do | ||