861
edits
Hypermoron (talk | contribs) No edit summary |
Hypermoron (talk | contribs) (Villager Series) |
||
Line 17: | Line 17: | ||
['Tinted Potion Bottle'] = { title = '&7Tinted Potion Bottle', name = 'Tinted Potion Bottle', text = '&oA gross bottle that you should/never drink under any circumstances' }, | ['Tinted Potion Bottle'] = { title = '&7Tinted Potion Bottle', name = 'Tinted Potion Bottle', text = '&oA gross bottle that you should/never drink under any circumstances' }, | ||
} | } | ||
-- Villager Series -- | |||
local villagerHats = { | |||
{ 'Armorer\'s Welding Mask', '&7', 'Shield your eyes from the fiery forge!'}, | |||
{ 'Cartographer\'s Golden Monocle', '&e', 'They make maps so tiny these days...'}, | |||
{ 'Farmer\'s Straw Hat', '&e', 'It ain\'t much, but it\'s honest work.'}, | |||
{ 'Weaponsmith\'s Eyepatch', '&c', 'I keep running into walls with this thing...'}, | |||
} | |||
for _, hat in ipairs( villagerHats ) do | |||
local name = hat[1] | |||
local color = hat[2] | |||
local lore = hat[3] | |||
aliases[name] = { title = '&l' .. color .. name, name = name, text = '&8♦ Villager Series ♦/&r&o' .. lore} | |||
end | |||
-- Cat Series -- | -- Cat Series -- |