100 lines
3.3 KiB
Python
100 lines
3.3 KiB
Python
|
class SVRegion:
|
||
|
menu = "Menu"
|
||
|
stardew_valley = "Stardew Valley"
|
||
|
farm_house = "Farmhouse"
|
||
|
cellar = "Cellar"
|
||
|
farm = "Farm"
|
||
|
town = "Town"
|
||
|
beach = "Beach"
|
||
|
mountain = "Mountain"
|
||
|
forest = "Forest"
|
||
|
bus_stop = "Bus Stop"
|
||
|
backwoods = "Backwoods"
|
||
|
railroad = "Railroad"
|
||
|
secret_woods = "Secret Woods"
|
||
|
community_center = "Community Center"
|
||
|
pantry = "Pantry"
|
||
|
crafts_room = "Crafts Room"
|
||
|
fish_tank = "Fish Tank"
|
||
|
boiler_room = "Boiler Room"
|
||
|
vault = "Vault"
|
||
|
bulletin_board = "Bulletin Board"
|
||
|
desert = "The Desert"
|
||
|
mines = "The Mines"
|
||
|
skull_cavern_entrance = "Skull Cavern Entrance"
|
||
|
skull_cavern = "Skull Cavern"
|
||
|
sewers = "Sewers"
|
||
|
mutant_bug_lair = "Mutant Bug Lair"
|
||
|
witch_swamp = "Witch's Swamp"
|
||
|
ginger_island = "Ginger Island"
|
||
|
pirate_cove = ginger_island
|
||
|
dig_site = ginger_island
|
||
|
perfect_skull_cavern = "Skull Cavern Floor 100"
|
||
|
hospital = "Hospital"
|
||
|
carpenter = "Carpenter Shop"
|
||
|
alex_house = "Alex's House"
|
||
|
elliott_house = "Elliott's House"
|
||
|
ranch = "Marnie's Ranch"
|
||
|
traveling_cart = "Traveling Cart"
|
||
|
farm_cave = "Farmcave"
|
||
|
greenhouse = "Greenhouse"
|
||
|
tunnel = "Tunnel"
|
||
|
tunnel_entrance = "Tunnel Entrance"
|
||
|
leah_house = "Leah's Cottage"
|
||
|
wizard_tower = "Wizard Tower"
|
||
|
wizard_basement = "Wizard Basement"
|
||
|
tent = "Tent"
|
||
|
sebastian_room = "Sebastian's Room"
|
||
|
adventurer_guild = "Adventurer's Guild"
|
||
|
quarry = "Quarry"
|
||
|
quarry_mine_entrance = "Quarry Mine Entrance"
|
||
|
quarry_mine = "Quarry Mine"
|
||
|
witch_warp_cave = "Witch Warp Cave"
|
||
|
harvey_room = "Harvey's Room"
|
||
|
pierre_store = "Pierre's General Store"
|
||
|
sunroom = "Sunroom"
|
||
|
saloon = "Saloon"
|
||
|
blacksmith = "Clint's Blacksmith"
|
||
|
trailer = "Trailer"
|
||
|
museum = "Museum"
|
||
|
mayor_house = "Mayor's Manor"
|
||
|
haley_house = "Haley's House"
|
||
|
sam_house = "Sam's House"
|
||
|
jojamart = "JojaMart"
|
||
|
fish_shop = "Willy's Fish Shop"
|
||
|
tide_pools = "Tide Pools"
|
||
|
bathhouse_entrance = "Bathhouse Entrance"
|
||
|
locker_room = "Locker Room"
|
||
|
public_bath = "Public Bath"
|
||
|
jotpk_world_1 = "JotPK World 1"
|
||
|
jotpk_world_2 = "JotPK World 2"
|
||
|
jotpk_world_3 = "JotPK World 3"
|
||
|
junimo_kart_1 = "Junimo Kart 1"
|
||
|
junimo_kart_2 = "Junimo Kart 2"
|
||
|
junimo_kart_3 = "Junimo Kart 3"
|
||
|
mines_floor_5 = "The Mines - Floor 5"
|
||
|
mines_floor_10 = "The Mines - Floor 10"
|
||
|
mines_floor_15 = "The Mines - Floor 15"
|
||
|
mines_floor_20 = "The Mines - Floor 20"
|
||
|
mines_floor_25 = "The Mines - Floor 25"
|
||
|
mines_floor_30 = "The Mines - Floor 30"
|
||
|
mines_floor_35 = "The Mines - Floor 35"
|
||
|
mines_floor_40 = "The Mines - Floor 40"
|
||
|
mines_floor_45 = "The Mines - Floor 45"
|
||
|
mines_floor_50 = "The Mines - Floor 50"
|
||
|
mines_floor_55 = "The Mines - Floor 55"
|
||
|
mines_floor_60 = "The Mines - Floor 60"
|
||
|
mines_floor_65 = "The Mines - Floor 65"
|
||
|
mines_floor_70 = "The Mines - Floor 70"
|
||
|
mines_floor_75 = "The Mines - Floor 75"
|
||
|
mines_floor_80 = "The Mines - Floor 80"
|
||
|
mines_floor_85 = "The Mines - Floor 85"
|
||
|
mines_floor_90 = "The Mines - Floor 90"
|
||
|
mines_floor_95 = "The Mines - Floor 95"
|
||
|
mines_floor_100 = "The Mines - Floor 100"
|
||
|
mines_floor_105 = "The Mines - Floor 105"
|
||
|
mines_floor_110 = "The Mines - Floor 110"
|
||
|
mines_floor_115 = "The Mines - Floor 115"
|
||
|
mines_floor_120 = "The Mines - Floor 120"
|
||
|
|