8,222
edits
No edit summary |
No edit summary |
||
Line 229: | Line 229: | ||
-- Cat Series -- | -- Cat Series -- | ||
local catHats = { | local catHats = { | ||
{ 'British Shorthair', '&7'}, | { 'Black Cat Hat', '&8'}, | ||
{ 'Calico', '&6'}, | { 'British Shorthair Cat Hat', '&7'}, | ||
{ 'Red', '&c'}, | { 'Calico Cat Hat', '&6'}, | ||
{ 'Jellie Cat Hat', '&f'}, | |||
{ 'Ocelot Hat', '&e'}, | |||
{ 'Persian Cat Hat', '&#f3ca8e'}, | |||
{ 'Ragdoll Cat Hat', 'a756a'}, | |||
{ 'Red Cat Hat', '&c'}, | |||
{ 'Siamese Cat Hat', '&#e9dcc7'}, | |||
{ 'Tabby Cat Hat', '򿸔'}, | |||
{ 'Tuxedo Cat Hat', '&f'}, | |||
{ 'White Cat Hat', '&f'}, | |||
} | } | ||
for _, kitty in ipairs( catHats ) do | for _, kitty in ipairs( catHats ) do | ||
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&oThe purr-fect hat!'} |