Disney Magic Kingdoms Wiki

The Sword in the Stone Part 3 Update has arrived! ✨
Visit this page to learn all about what's coming up in Disney Magic Kingdoms!

READ MORE

Disney Magic Kingdoms Wiki
No edit summary
No edit summary
Line 148: Line 148:
 
},
 
},
 
}
 
}
  +
  +
-- </nowiki>
  +
-- [[Category:Lua Modules]]

Revision as of 09:40, 30 June 2020


--  Currency Details
--  Key: Currency/Event
--  Data: "I" = image icon name 
--        "F" = image file name
--        "N" = Currency Name / Link
--             
--  Strings containing double quotes (")
--      should be enclose in single quotes (')

return {
-- Permanent  --
    ["magic"] = {
        ["I"] = "m-magic",
        ["F"] = "shop-magic-1",
        ["N"] = "Magic"
    },
    ["gems"] = {
        ["I"] = "m-gem",
        ["F"] = "shop-gems-1",
        ["N"] = "Gems"
    },
    ["xp"] = {
        ["I"] = "m-xp",
        ["F"] = "xp",
        ["N"] = "Experience"
    },
    ["wish"] = {
        ["I"] = "m-wish-ecstatic",
        ["F"] = "m-wish-content",
        ["N"] = "Happiness / Wishes"
    },
    ["elixirs"] = {
        ["I"] = "m-elixir",
        ["F"] = "elixirs",
        ["N"] = "Elixirs"
    },

-- Limited Time --
    ["ttc"] = {
        ["I"] = "update-20-m-currency",
    	["F"] = "update-20-currency",
    	["N"] = 'Maleficent Coins'
    },
    ["ti"] = {
        ["I"] = "update-2-m-currency",
    	["F"] = "update-2-currency",
    	["N"] = "Incredibles Currency"
    },
    ["nbc"] = {
        ["I"] = "update-5-m-currency",
    	["F"] = "update-5-currency",
    	["N"] = "Wooden Pumpkins"
    },
    ["frozen"] = {
        ["I"] = "update-7-m-currency",
    	["F"] = "update-7-currency",
    	["N"] = "Arendelle Shields"
    },
    ["mulan"] = {
        ["I"] = "update-8-m-currency",
    	["F"] = "update-8-currency",
    	["N"] = "Dragon Coins"
    },
    ["batb"] = {
        ["I"] = "update-9-m-currency",
    	["F"] = "update-9-currency",
    	["N"] = "Rose Emblems"
    },
    ["tlk"] = {
        ["I"] = "update-12-m-currency",
    	["F"] = "update-12-currency",
    	["N"] = "King Symbols"
    },
    ["aladdin"] = {
        ["I"] = "update-13-m-currency",
    	["F"] = "update-13-currency",
    	["N"] = "Sultan Symbols"
    },
    ["aiw"] = {
        ["I"] = "update-15-m-currency",
    	["F"] = "update-15-currency",
    	["N"] = "Queen Coins"
    },
    ["swatsd"] = {
        ["I"] = "update-16-m-currency",
    	["F"] = "update-16-currency",
    	["N"] = "Grimhilde Coins"
    },
    ["wtp"] = {
        ["I"] = "update-18-m-currency",
    	["F"] = "update-18-currency",
    	["N"] = "Pooh Badges"
    },
    ["las"] = {
        ["I"] = "update-19-m-currency",
    	["F"] = "update-19-currency",
    	["N"] = "Galactic Coins"
    },
    ["bh6"] = {
        ["I"] = "update-21-m-currency",
    	["F"] = "update-21-currency",
    	["N"] = "Medical Chips"
    },
    ["tlm"] = {
        ["I"] = "update-23-m-currency",
    	["F"] = "update-23-currency",
    	["N"] = "Trident Sand Shells"
    },
    ["wir"] = {
        ["I"] = "update-25-m-currency",
    	["F"] = "update-25-currency",
    	["N"] = "Hearts"
    },
    ["tpatf"] = {
        ["I"] = "update-27-m-currency",
    	["F"] = "update-27-currency",
    	["N"] = "Voodoo Coins"
    },
    ["moana"] = {
        ["I"] = "update-29-m-currency",
    	["F"] = "update-29-currency",
    	["N"] = "Shiny Shells"
    },
    ["fn"] = {
        ["I"] = "update-32-m-currency",
    	["F"] = "update-32-currency",
    	["N"] = "Sand Dollars"
    },
    ["coco"] = {
        ["I"] = "update-34-m-currency",
    	["F"] = "update-34-currency",
    	["N"] = "Vinyl Records"
    },
    ["starwars"] = {
        ["I"] = "update-36-m-currency",
    	["F"] = "update-36-currency",
    	["N"] = "Galactic Credits"
    },
    ["onward"] = {
        ["I"] = "update-39-m-currency",
    	["F"] = "update-39-currency",
    	["N"] = "Adventure Cards"
    },
    ["hercules"] = {
        ["I"] = "update-41-m-currency",
    	["F"] = "update-41-currency",
    	["N"] = "Plates"
    },
}

-- </nowiki>
-- [[Category:Lua Modules]]