Anonymous

Module:Icons/Overrides: Difference between revisions

From Melvor Idle
Improve areaCategory extension overrides
No edit summary
(Improve areaCategory extension overrides)
Line 5: Line 5:
local extOverrides = {
local extOverrides = {
["type"] = {
["type"] = {
["areaCategory"] = "svg",
["skill"] = "svg",
["skill"] = "svg",
["spellType"] = "svg",
["spellType"] = "svg",
Line 245: Line 246:
-- Example: ["item"] = { ["Chicken"] = "png" }
-- Example: ["item"] = { ["Chicken"] = "png" }
["areaCategory"] = {
["areaCategory"] = {
["Abyssal Slayer Areas"] = "svg",
["Abyssal Combat Areas"] = "png"
["Abyssal Strongholds"] = "svg",
["The Abyss"] = "svg"
},
},
["building"] = {
["building"] = {