861
edits
Hypermoron (talk | contribs) (more hats) |
Hypermoron (talk | contribs) No edit summary |
||
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' }, | ||
} | } | ||
-- Fishing - Junk -- | |||
local junkLoot = { | |||
{ 'Old Boot', 'Who lost their shoe?'}, | |||
{ 'Parallel Soda Can', 'It\'s not Pepsi... it\'s Parallel!'}, | |||
{ 'Rock', 'It\'s not just a boulder... it\'s a rock!'}, | |||
} | |||
for _, junk in ipairs( junkLoot ) do | |||
local name = junk[1] | |||
local lore = junk[2] | |||
aliases[name] = { title = name, name = name, text = '&cJUNK/&r&o' .. lore} | |||
end | |||
-- Hat Pack 1 -- | -- Hat Pack 1 -- |