Skip to content

Commit 11c7d42

Browse files
added a whole bunch of location groups! Purple Chests, Ore Nodes, End-Game Bosses, Secret Herbs, Black Squirrels, Dog Bones, Clamshells, and Quintar Sheddings; also fiddled with the name of a couple locations
1 parent 53ed3ce commit 11c7d42

3 files changed

Lines changed: 358 additions & 350 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
CRYSTAL_LOCATION_GROUP = "Crystals"
22
HOME_POINT_LOCATION_GROUP = "Home Points"
3+
PURPLE_CHEST_LOCATION_GROUP = "Purple Chests"
4+
ORE_LOCATION_GROUP = "Ore Nodes"
35
REGION_COMPLETION_LOCATION_GROUP = "Region Completions"
46
SHOP_LOCATION_GROUP = "Shops"
57
#Fighting
68
BOSS_LOCATION_GROUP = "Bosses"
9+
END_GAME_BOSS_LOCATION_GROUP = "End-Game Bosses"
710
SUMMON_LOCATION_GROUP = "Summons"
811
#Collectibles
12+
SECRET_HERB_LOCATION_GROUP = "Secret Herbs"
13+
SQUIRREL_LOCATION_GROUP = "Black Squirrels"
14+
DOG_BONE_LOCATION_GROUP = "Dog Bones"
15+
CLAMSHELL_LOCATION_GROUP = "Clamshells"
916
PENGUIN_LOCATION_GROUP = "Penguins"
17+
SHEDDING_LOCATION_GROUP = "Quintar Sheddings"
1018
CRAB_LOCATION_GROUP = "Undersea Crabs"

0 commit comments

Comments
 (0)