Module:HeroData: Difference between revisionsGive feedback
Jump to navigation
Jump to search
m write_default_items now uses unlocalized |
m spacing was moved in game for weapon stat infobox |
||
| Line 302: | Line 302: | ||
local image_file --mw returned image file | local image_file --mw returned image file | ||
local extra_blank_cell --add a blank cell after certain stats | local extra_blank_cell --add a blank cell after certain stats | ||
local stats_to_add_blank_after = { | local stats_to_add_blank_after = {CritDamageReceivedScale = true} | ||
if (hero_data == nil) then return "Hero Not Found" end | if (hero_data == nil) then return "Hero Not Found" end | ||
local category_data = attribute_module.get_category_data() | local category_data = attribute_module.get_category_data() | ||