Module:HeroData: Difference between revisions

Jump to navigation Jump to search
Sur (talk | contribs)
m write_default_items now uses unlocalized
Sur (talk | contribs)
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 = {BulletLifesteal = true, CritDamageReceivedScale = true}
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()