Docs: add remote_start_inventory info in generate_output (#1316)

This commit is contained in:
Fabian Dill 2022-12-11 14:14:27 +01:00 committed by GitHub
parent 2dcfbff751
commit 149630d532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -660,6 +660,7 @@ def generate_output(self, output_directory: str):
if location.item.player == self.player else "Remote"
for location in self.multiworld.get_filled_locations(self.player)},
# store start_inventory from player's .yaml
# make sure to mark as not remote_start_inventory when connecting if stored in rom/mod
"starter_items": [item.name for item
in self.multiworld.precollected_items[self.player]],
"final_boss_hp": self.final_boss_hp,