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 collapsible\" style=\"text-align: center\"\n".. | z = "{| class=\"wikitable sortable mw-collapsible\" style=\"text-align: center\"\n".. | ||
"|+ Hero Base Health Stats \n".. | "|+ Hero Base Health Stats \n".. | ||
"! Hero !! Starting !! Added per PI !! At Max PI \n" | "! style=\"text-align: left\" | Hero !! Starting !! Added per PI !! At Max PI \n" | ||
for i,a in pairs(heroHealthData) do | for i,a in pairs(heroHealthData) do | ||