Module:Cards/data

From Wildfrost Wiki
< Module:Cards
Revision as of 14:24, 28 April 2023 by Katzeus (talk | contribs) (Created page with "local p = {} local KeyData = mw.loadData( 'Module:Code/data') function p.CardInfobox() return "{{Infobox|name=Azul Battle Axe|image=Azul Battle Axe.png|attack=3|description=Apply {{Stat|Overburn}} equal to damage dealt}}" end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Cards/data/doc

local p = {}

local KeyData = mw.loadData( 'Module:Code/data')

function p.CardInfobox() 
    return "{{Infobox|name=Azul Battle Axe|image=Azul Battle Axe.png|attack=3|description=Apply {{Stat|Overburn}} equal to damage dealt}}"
end

return p