Module:ParallelAliases: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 184: Line 184:
local color = hat[2]
local color = hat[2]
local lore = hat[3]
local lore = hat[3]
aliases[name] = { title = '&l' .. color .. name, name = name, text = '&8♦ Hat Pack 1 ♦/&r&o' .. lore}
aliases[name] = { title = '&l' .. color .. name, name = name, text = '&8♦ Hat Pack 1 ♦/&r&5&o' .. lore}
end
end


Line 205: Line 205:
local name = kitty[1]
local name = kitty[1]
local color = kitty[2]
local color = kitty[2]
aliases[name] = { title = '&l' .. color .. name, name = name, text = '&8♦ Cat Series ♦/&r&oThe purr-fect hat!'}
aliases[name] = { title = '&l' .. color .. name, name = name, text = '&8♦ Cat Series ♦/&r&5&oThe purr-fect hat!'}
end
end


-- Halloween Series --
-- Donator Crowns --
local donatorCrowns = {
{ 'Bronze', '&#cd7f32'},
{ 'Silver', '&#dbdbdb'},
{ 'Gold', '&6'},
{ 'Diamond', '&b'},
}
for _, hat in ipairs( donatorCrowns ) do
local name = hat[1] .. ' Donator Crown'
local color = hat[2]
aliases[name] = { title = '&l' .. color .. name, name = name, text = '&5&oAwarded to &r&ePlayer &r&5&ofor their/generous support for Parallel!'}
end
 
-- Spooky Hat Pack --
local halloweenHats = {  
local halloweenHats = {  
{ 'Original Witch Hat', '&a', 'Double, double toil and trouble;/Fire burn and cauldron bubble...'},
{ 'Original Witch Hat', '&a', 'Double, double toil and trouble;/Fire burn and cauldron bubble...'},
Line 216: Line 229:
local color = hat[2]
local color = hat[2]
local lore = hat[3]
local lore = hat[3]
aliases[name] = { title = '&l' .. color .. name, name = name, text = '&8♦ Hat Pack 1 ♦/&r&o' .. lore}
aliases[name] = { title = '&l' .. color .. name, name = name, text = '&8♦ Hat Pack 1 ♦/&r&5&o' .. lore}
end
end


Line 236: Line 249:
local color = hat[2]
local color = hat[2]
local lore = hat[3]
local lore = hat[3]
aliases[name] = { title = '&l' .. color .. name, name = name, text = '&8♦ Villager Series ♦/&r&o' .. lore}
aliases[name] = { title = '&l' .. color .. name, name = name, text = '&8♦ Villager Series ♦/&r&5&o' .. lore}
end
end


return aliases
return aliases