mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
DS3: Add cinders item group (#2226)
This commit is contained in:
@@ -52,6 +52,14 @@ class DarkSouls3World(World):
|
||||
required_client_version = (0, 4, 2)
|
||||
item_name_to_id = DarkSouls3Item.get_name_to_id()
|
||||
location_name_to_id = DarkSouls3Location.get_name_to_id()
|
||||
item_name_groups = {
|
||||
"Cinders": {
|
||||
"Cinders of a Lord - Abyss Watcher",
|
||||
"Cinders of a Lord - Aldrich",
|
||||
"Cinders of a Lord - Yhorm the Giant",
|
||||
"Cinders of a Lord - Lothric Prince"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
def __init__(self, multiworld: MultiWorld, player: int):
|
||||
|
Reference in New Issue
Block a user