Module:Items/ComparisonTables: Difference between revisions

Adding Ice Arrows as a forced Ranged override
(Substitute links with Icons.Icon() where possible to benefit from ambiguous link handling)
(Adding Ice Arrows as a forced Ranged override)
Line 12: Line 12:
local styleOverrides = {
local styleOverrides = {
   Melee = {'Slayer Helmet (Basic)', 'Slayer Platebody (Basic)', 'Paladin Gloves', 'Desert Wrappings', 'Almighty Lute', 'Candy Cane', 'Bob's Rake'},
   Melee = {'Slayer Helmet (Basic)', 'Slayer Platebody (Basic)', 'Paladin Gloves', 'Desert Wrappings', 'Almighty Lute', 'Candy Cane', 'Bob's Rake'},
   Ranged = {'Slayer Cowl (Basic)', 'Slayer Leather Body (Basic)'},
   Ranged = {'Slayer Cowl (Basic)', 'Slayer Leather Body (Basic)', 'Ice Arrows'},
   Magic = {'Slayer Wizard Hat (Basic)', 'Slayer Wizard Robes (Basic)', 'Enchanted Shield', 'Elementalist Gloves'},
   Magic = {'Slayer Wizard Hat (Basic)', 'Slayer Wizard Robes (Basic)', 'Enchanted Shield', 'Elementalist Gloves'},
   None = {},
   None = {},