Stardew Valley: 5.x.x - The Allsanity Update (#2764)
Major Content update for Stardew Valley, including the following features - Major performance improvements all across the Stardew Valley apworld, including a significant reduction in the test time - Randomized Farm Type - Bundles rework (Remixed Bundles and Missing Bundle!) - New Settings: * Shipsanity - Shipping individual items * Monstersanity - Slaying monsters * Cooksanity - Cooking individual recipes * Chefsanity - Learning individual recipes * Craftsanity - Crafting individual items - New Goals: * Protector of the Valley - Complete every monster slayer goal * Full Shipment - Ship every item * Craftmaster - Craft every item * Gourmet Chef - Cook every recipe * Legend - Earn 10 000 000g * Mystery of the Stardrops - Find every stardrop (Maguffin Hunt) * Allsanity - Complete every check in your slot - Building Shuffle: Cheaper options - Tool Shuffle: Cheaper options - Money rework - New traps - New isolated checks and items, including the farm cave, the movie theater, etc - Mod Support: SVE [Albrekka] - Mod Support: Distant Lands [Albrekka] - Mod Support: Hat Mouse Lacey [Albrekka] - Mod Support: Boarding House [Albrekka] Co-authored-by: Witchybun <elnendil@gmail.com> Co-authored-by: Witchybun <96719127+Witchybun@users.noreply.github.com> Co-authored-by: Jouramie <jouramie@hotmail.com> Co-authored-by: Alchav <59858495+Alchav@users.noreply.github.com>
This commit is contained in:
@@ -1,49 +1,84 @@
|
||||
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"
|
||||
void_salmon = "Void Salmon"
|
||||
albacore = "Albacore"
|
||||
largemouth_bass = "Largemouth Bass"
|
||||
smallmouth_bass = "Smallmouth Bass"
|
||||
sardine = "Sardine"
|
||||
periwinkle = "Periwinkle"
|
||||
shrimp = "Shrimp"
|
||||
snail = "Snail"
|
||||
super_cucumber = "Super Cucumber"
|
||||
tiger_trout = "Tiger Trout"
|
||||
tilapia = "Tilapia"
|
||||
tuna = "Tuna"
|
||||
eel = "Eel"
|
||||
salmon = "Salmon"
|
||||
void_salmon = "Void Salmon"
|
||||
walleye = "Walleye"
|
||||
woodskip = "Woodskip"
|
||||
|
||||
|
||||
class WaterItem:
|
||||
seaweed = "Seaweed"
|
||||
green_algae = "Green Algae"
|
||||
white_algae = "White Algae"
|
||||
clam = "Clam"
|
||||
cockle = "Cockle"
|
||||
coral = "Coral"
|
||||
nautilus_shell = "Nautilus Shell"
|
||||
sea_urchin = "Sea Urchin"
|
||||
@@ -58,5 +93,44 @@ class Trash:
|
||||
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user