Module:Cards/data

From Wildfrost Wiki
Revision as of 15:43, 20 April 2023 by ParchmentEngineer (talk | contribs) (Added the first few cards, just to get the formatting down)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

local keyData = {

   ["Items"] = {
       {

name="Azul Battle Axe", image="Azul Battle Axe.png", attack=3, description="Apply Overburn.png Overburn equal to damage dealt" }, { name="Azul Candle", image="Azul Candle.png", attack=1, description="Double the target's Overburn.png Overburn" }, { name="Azul Skull", image="Azul Skull.png", attack=0, description="Kill an ally
Apply 4 Overburn.png Overburn to front enemy" }, { name="B.I.N.K", image="B.I.N.K.png", attack=0, description="Apply 3 Ink.png Ink
Hits all enemies" }, { name="Beepop Mask", image="Beepop Mask.png", description="Summon Beepop }, { name="Berry Basket", image="Berry Basket.png", description="Restore 2 Health.png Health
Barrage" }, { name="Berry Bell", image="Berry Bell.png", description="Increase Health.png Health 1
Barrage" } } }