Module:ParallelAliases: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 175: Line 175:
----------- HATS -----------
----------- HATS -----------
----------------------------
----------------------------
local hatArmorText = '//&r&7When on head:/&9+2 Armor'


-- Hat Pack 1 --
-- Hat Pack 1 --
Line 226: Line 228:
-- Spooky Hat Pack --
-- Spooky Hat Pack --
local halloweenHats = {  
local halloweenHats = {  
{ 'Original Witch Hat', '&2', '&b♦ Dyeable ♦', 'Double, double toil and trouble;/Fire burn and cauldron bubble...'},
{ 'Original Witch Hat', '&2', '&b♦ Dyeable ♦/', 'Double, double toil and trouble;/Fire burn and cauldron bubble...'},
{ 'Red Witch Hat', '&c', '&b♦ Dyeable ♦', 'Double, double toil and trouble;/Fire burn and cauldron bubble...'},
{ 'Red Witch Hat', '&c', '&b♦ Dyeable ♦/', 'Double, double toil and trouble;/Fire burn and cauldron bubble...'},
}
}
for _, hat in ipairs( halloweenHats ) do
for _, hat in ipairs( halloweenHats ) do
Line 234: Line 236:
local dyeable = hat[3]
local dyeable = hat[3]
local lore = hat[4]
local lore = hat[4]
aliases[name] = { title = '&l' .. color .. name, name = name, text = dyeable .. '&8♦ Spooky Hat Pack ♦/&r&5&o' .. lore .. '//&r&7When on head:/&9+2 Armor'}
aliases[name] = { title = '&l' .. color .. name, name = name, text = dyeable .. '&8♦ Spooky Hat Pack ♦/&r&5&o' .. lore .. hatArmorText}
end
end


Navigation menu