137 lines
3.5 KiB
Python
137 lines
3.5 KiB
Python
class Fish:
|
|
albacore = "Albacore"
|
|
anchovy = "Anchovy"
|
|
angler = "Angler"
|
|
any = "Any Fish"
|
|
blob_fish = "Blobfish"
|
|
blobfish = "Blobfish"
|
|
blue_discus = "Blue Discus"
|
|
bream = "Bream"
|
|
bullhead = "Bullhead"
|
|
carp = "Carp"
|
|
catfish = "Catfish"
|
|
chub = "Chub"
|
|
clam = "Clam"
|
|
cockle = "Cockle"
|
|
crab = "Crab"
|
|
crayfish = "Crayfish"
|
|
crimsonfish = "Crimsonfish"
|
|
dorado = "Dorado"
|
|
eel = "Eel"
|
|
flounder = "Flounder"
|
|
ghostfish = "Ghostfish"
|
|
glacierfish = "Glacierfish"
|
|
glacierfish_jr = "Glacierfish Jr."
|
|
halibut = "Halibut"
|
|
herring = "Herring"
|
|
ice_pip = "Ice Pip"
|
|
largemouth_bass = "Largemouth Bass"
|
|
lava_eel = "Lava Eel"
|
|
legend = "Legend"
|
|
legend_ii = "Legend II"
|
|
lingcod = "Lingcod"
|
|
lionfish = "Lionfish"
|
|
lobster = "Lobster"
|
|
midnight_carp = "Midnight Carp"
|
|
midnight_squid = "Midnight Squid"
|
|
ms_angler = "Ms. Angler"
|
|
mussel = "Mussel"
|
|
mussel_node = "Mussel Node"
|
|
mutant_carp = "Mutant Carp"
|
|
octopus = "Octopus"
|
|
oyster = "Oyster"
|
|
perch = "Perch"
|
|
periwinkle = "Periwinkle"
|
|
pike = "Pike"
|
|
pufferfish = "Pufferfish"
|
|
radioactive_carp = "Radioactive Carp"
|
|
rainbow_trout = "Rainbow Trout"
|
|
red_mullet = "Red Mullet"
|
|
red_snapper = "Red Snapper"
|
|
salmon = "Salmon"
|
|
sandfish = "Sandfish"
|
|
sardine = "Sardine"
|
|
scorpion_carp = "Scorpion Carp"
|
|
sea_cucumber = "Sea Cucumber"
|
|
shad = "Shad"
|
|
shrimp = "Shrimp"
|
|
slimejack = "Slimejack"
|
|
smallmouth_bass = "Smallmouth Bass"
|
|
snail = "Snail"
|
|
son_of_crimsonfish = "Son of Crimsonfish"
|
|
spook_fish = "Spook Fish"
|
|
spookfish = "Spook Fish"
|
|
squid = "Squid"
|
|
stingray = "Stingray"
|
|
stonefish = "Stonefish"
|
|
sturgeon = "Sturgeon"
|
|
sunfish = "Sunfish"
|
|
super_cucumber = "Super Cucumber"
|
|
tiger_trout = "Tiger Trout"
|
|
tilapia = "Tilapia"
|
|
tuna = "Tuna"
|
|
void_salmon = "Void Salmon"
|
|
walleye = "Walleye"
|
|
woodskip = "Woodskip"
|
|
|
|
|
|
class WaterItem:
|
|
seaweed = "Seaweed"
|
|
green_algae = "Green Algae"
|
|
white_algae = "White Algae"
|
|
coral = "Coral"
|
|
nautilus_shell = "Nautilus Shell"
|
|
sea_urchin = "Sea Urchin"
|
|
|
|
|
|
class Trash:
|
|
driftwood = "Driftwood"
|
|
trash = "Trash"
|
|
broken_cd = "Broken CD"
|
|
broken_glasses = "Broken Glasses"
|
|
joja_cola = "Joja Cola"
|
|
soggy_newspaper = "Soggy Newspaper"
|
|
|
|
|
|
class WaterChest:
|
|
fishing_chest = "Fishing Chest"
|
|
treasure = "Treasure Chest"
|
|
|
|
|
|
class SVEFish:
|
|
baby_lunaloo = "Baby Lunaloo"
|
|
bonefish = "Bonefish"
|
|
bull_trout = "Bull Trout"
|
|
butterfish = "Butterfish"
|
|
clownfish = "Clownfish"
|
|
daggerfish = "Daggerfish"
|
|
frog = "Frog"
|
|
gemfish = "Gemfish"
|
|
goldenfish = "Goldenfish"
|
|
grass_carp = "Grass Carp"
|
|
king_salmon = "King Salmon"
|
|
kittyfish = "Kittyfish"
|
|
lunaloo = "Lunaloo"
|
|
meteor_carp = "Meteor Carp"
|
|
minnow = "Minnow"
|
|
puppyfish = "Puppyfish"
|
|
radioactive_bass = "Radioactive Bass"
|
|
seahorse = "Seahorse"
|
|
shiny_lunaloo = "Shiny Lunaloo"
|
|
snatcher_worm = "Snatcher Worm"
|
|
starfish = "Starfish"
|
|
torpedo_trout = "Torpedo Trout"
|
|
undeadfish = "Undeadfish"
|
|
void_eel = "Void Eel"
|
|
water_grub = "Water Grub"
|
|
sea_sponge = "Sea Sponge"
|
|
dulse_seaweed = "Dulse Seaweed"
|
|
|
|
|
|
class DistantLandsFish:
|
|
void_minnow = "Void Minnow"
|
|
swamp_leech = "Swamp Leech"
|
|
purple_algae = "Purple Algae"
|
|
giant_horsehoe_crab = "Giant Horsehoe Crab"
|
|
|