TS: Add region names to location names, and other location name clarifications (#570)

* Add region names to location names, and other location name clarification changes
This commit is contained in:
t3hf1gm3nt
2022-06-03 06:27:02 -04:00
committed by GitHub
parent 2b73c7f9e4
commit 6b47776b11
2 changed files with 219 additions and 219 deletions

View File

@@ -40,7 +40,7 @@ class TimespinnerWorld(World):
game = "Timespinner"
topology_present = True
remote_items = False
data_version = 9
data_version = 10
web = TimespinnerWebWorld()
item_name_to_id = {name: data.code for name, data in item_table.items()}
@@ -154,8 +154,8 @@ def assign_starter_items(world: MultiWorld, player: int, excluded_items: Set[str
else:
local_starter_spells = ('Lightwall',)
assign_starter_item(world, player, excluded_items, locked_locations, 'Yo Momma 1', local_starter_melee_weapons)
assign_starter_item(world, player, excluded_items, locked_locations, 'Yo Momma 2', local_starter_spells)
assign_starter_item(world, player, excluded_items, locked_locations, 'Tutorial: Yo Momma 1', local_starter_melee_weapons)
assign_starter_item(world, player, excluded_items, locked_locations, 'Tutorial: Yo Momma 2', local_starter_spells)
def assign_starter_item(world: MultiWorld, player: int, excluded_items: Set[str], locked_locations: List[str],