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:
67
worlds/stardew_valley/strings/monster_names.py
Normal file
67
worlds/stardew_valley/strings/monster_names.py
Normal file
@@ -0,0 +1,67 @@
|
||||
class Monster:
|
||||
green_slime = "Green Slime"
|
||||
blue_slime = "Frost Jelly"
|
||||
red_slime = "Sludge" # Yeah I know this is weird that these two are the same name
|
||||
purple_slime = "Sludge" # Blame CA
|
||||
yellow_slime = "Yellow Slime"
|
||||
black_slime = "Black Slime"
|
||||
copper_slime = "Copper Slime"
|
||||
iron_slime = "Iron Slime"
|
||||
tiger_slime = "Tiger Slime"
|
||||
shadow_shaman = "Shadow Shaman"
|
||||
shadow_shaman_dangerous = "Dangerous Shadow Shaman"
|
||||
shadow_brute = "Shadow Brute"
|
||||
shadow_brute_dangerous = "Dangerous Shadow Brute"
|
||||
shadow_sniper = "Shadow Sniper"
|
||||
bat = "Bat"
|
||||
bat_dangerous = "Dangerous Bat"
|
||||
frost_bat = "Frost Bat"
|
||||
frost_bat_dangerous = "Dangerous Frost Bat"
|
||||
lava_bat = "Lava Bat"
|
||||
iridium_bat = "Iridium Bat"
|
||||
skeleton = "Skeleton"
|
||||
skeleton_dangerous = "Dangerous Skeleton"
|
||||
skeleton_mage = "Skeleton Mage"
|
||||
bug = "Bug"
|
||||
bug_dangerous = "Dangerous Bug"
|
||||
cave_fly = "Fly"
|
||||
cave_fly_dangerous = "Dangerous Cave Fly"
|
||||
grub = "Grub"
|
||||
grub_dangerous = "Dangerous Grub"
|
||||
mutant_fly = "Mutant Fly"
|
||||
mutant_grub = "Mutant Grub"
|
||||
armored_bug = "Armored Bug"
|
||||
armored_bug_dangerous = "Armored Bug (dangerous)"
|
||||
duggy = "Duggy"
|
||||
duggy_dangerous = "Dangerous Duggy"
|
||||
magma_duggy = "Magma Duggy"
|
||||
dust_sprite = "Dust Sprite"
|
||||
dust_sprite_dangerous = "Dangerous Dust Sprite"
|
||||
rock_crab = "Rock Crab"
|
||||
rock_crab_dangerous = "Dangerous Rock Crab"
|
||||
lava_crab = "Lava Crab"
|
||||
lava_crab_dangerous = "Dangerous Lava Crab"
|
||||
iridium_crab = "Iridium Crab"
|
||||
mummy = "Mummy"
|
||||
mummy_dangerous = "Dangerous Mummy"
|
||||
pepper_rex = "Pepper Rex"
|
||||
serpent = "Serpent"
|
||||
royal_serpent = "Royal Serpent"
|
||||
magma_sprite = "Magma Sprite"
|
||||
magma_sparker = "Magma Sparker"
|
||||
|
||||
|
||||
class MonsterCategory:
|
||||
slime = "Slimes"
|
||||
void_spirits = "Void Spirits"
|
||||
bats = "Bats"
|
||||
skeletons = "Skeletons"
|
||||
cave_insects = "Cave Insects"
|
||||
duggies = "Duggies"
|
||||
dust_sprites = "Dust Sprites"
|
||||
rock_crabs = "Rock Crabs"
|
||||
mummies = "Mummies"
|
||||
pepper_rex = "Pepper Rex"
|
||||
serpents = "Serpents"
|
||||
magma_sprites = "Magma Sprites"
|
||||
|
||||
Reference in New Issue
Block a user