861
edits
Hypermoron (talk | contribs) (I'll have to simplify this code later) |
Hypermoron (talk | contribs) No edit summary |
||
Line 48: | Line 48: | ||
{ 'Cooked Bream', 'A greenish-brown fish, popular with anglers'}, | { 'Cooked Bream', 'A greenish-brown fish, popular with anglers'}, | ||
{ 'Raw Bream', 'A greenish-brown fish, popular with anglers'}, | { 'Raw Bream', 'A greenish-brown fish, popular with anglers'}, | ||
{ 'Cooked Catfish', 'Why did the catfish have trouble sleeping? The bass next door was too loud.'}, | { 'Cooked Catfish', 'Why did the catfish have trouble sleeping?/The bass next door was too loud.'}, | ||
{ 'Raw Catfish', 'Why did the catfish have trouble sleeping? The bass next door was too loud.'}, | { 'Raw Catfish', 'Why did the catfish have trouble sleeping?/The bass next door was too loud.'}, | ||
{ 'Cooked Largemouth Bass', 'A common gamefish known for its particularly large mouth. I\'m all about that bass, \'bout that bass. No treble.'}, | { 'Cooked Largemouth Bass', 'A common gamefish known for its particularly large mouth./I\'m all about that bass, \'bout that bass. No treble.'}, | ||
{ 'Raw Largemouth Bass', 'A common gamefish known for its particularly large mouth. I\'m all about that bass, \'bout that bass. No treble.'}, | { 'Raw Largemouth Bass', 'A common gamefish known for its particularly large mouth./I\'m all about that bass, \'bout that bass. No treble.'}, | ||
{ 'Cooked Magikarp', 'Gotta catch ‘em all!'}, | { 'Cooked Magikarp', 'Gotta catch ‘em all!'}, | ||
{ 'Raw Magikarp', 'Gotta catch ‘em all!'}, | { 'Raw Magikarp', 'Gotta catch ‘em all!'}, | ||
{ 'Cooked Small Fry', 'Not to be confused with the McDonalds menu item, this small fish is thoroughly underwhelming.'}, | { 'Cooked Small Fry', 'Not to be confused with the McDonalds menu item,/this small fish is thoroughly underwhelming.'}, | ||
{ 'Raw Small Fry', 'Not to be confused with the McDonalds menu item, this small fish is thoroughly underwhelming.'}, | { 'Raw Small Fry', 'Not to be confused with the McDonalds menu item,/this small fish is thoroughly underwhelming.'}, | ||
{ 'Cooked Speckled Carp', 'An oily fish with a speckled pattern'}, | { 'Cooked Speckled Carp', 'An oily fish with a speckled pattern'}, | ||
{ 'Raw Speckled Carp', 'An oily fish with a speckled pattern'}, | { 'Raw Speckled Carp', 'An oily fish with a speckled pattern'}, | ||
Line 70: | Line 70: | ||
{ 'Cooked Crab', 'A crustacean with a mean pinch!'}, | { 'Cooked Crab', 'A crustacean with a mean pinch!'}, | ||
{ 'Raw Crab', 'A crustacean with a mean pinch!'}, | { 'Raw Crab', 'A crustacean with a mean pinch!'}, | ||
{ 'Cooked Flounder', 'A flounder and a sole bump into each other. "A flounder!" says the sole. The flounder, to be polite, says nothing.'}, | { 'Cooked Flounder', 'A flounder and a sole bump into each other./"A flounder!" says the sole./The flounder, to be polite, says nothing.'}, | ||
{ 'Raw Flounder', 'A flounder and a sole bump into each other. "A flounder!" says the sole. The flounder, to be polite, says nothing.'}, | { 'Raw Flounder', 'A flounder and a sole bump into each other./"A flounder!" says the sole./The flounder, to be polite, says nothing.'}, | ||
{ 'Cooked Mackerel', 'Holy mackerel!'}, | { 'Cooked Mackerel', 'Holy mackerel!'}, | ||
{ 'Raw Mackerel', 'Holy mackerel!'}, | { 'Raw Mackerel', 'Holy mackerel!'}, | ||
{ 'Cooked Pike', 'A carnivorous fish typically found in brackish waters'}, | { 'Cooked Pike', 'A carnivorous fish typically found in brackish waters'}, | ||
{ 'Raw Pike', 'A carnivorous fish typically found in brackish waters'}, | { 'Raw Pike', 'A carnivorous fish typically found in brackish waters'}, | ||
{ 'Cooked Red Snapper', ' | { 'Cooked Red Snapper', 'A ray-finned fish known for its distinctive red sheen'}, | ||
{ 'Raw Red Snapper', ' | { 'Raw Red Snapper', 'A ray-finned fish known for its distinctive red sheen'}, | ||
} | } | ||
for _, uncommon in ipairs( uncommonLoot ) do | for _, uncommon in ipairs( uncommonLoot ) do | ||
Line 103: | Line 103: | ||
local ultrarareLoot = { | local ultrarareLoot = { | ||
{ 'Cooked Moorish Idol Fish', 'An exotic tropical fish AKA Gill from Finding Nemo'}, | { 'Cooked Moorish Idol Fish', 'An exotic tropical fish/AKA Gill from Finding Nemo'}, | ||
{ 'Raw Moorish Idol Fish', 'An exotic tropical fish AKA Gill from Finding Nemo'}, | { 'Raw Moorish Idol Fish', 'An exotic tropical fish/AKA Gill from Finding Nemo'}, | ||
{ 'Moray Eel', 'A rare eel with a beautiful green color'}, | { 'Moray Eel', 'A rare eel with a beautiful green color'}, | ||
} | } |