Skip to content

Commit 6e374e9

Browse files
ZunaweFlySniper
authored andcommitted
DS3: Add cinders item group (ArchipelagoMW#2226)
1 parent fae3c72 commit 6e374e9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

worlds/dark_souls_3/__init__.py

+8
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ class DarkSouls3World(World):
5252
required_client_version = (0, 4, 2)
5353
item_name_to_id = DarkSouls3Item.get_name_to_id()
5454
location_name_to_id = DarkSouls3Location.get_name_to_id()
55+
item_name_groups = {
56+
"Cinders": {
57+
"Cinders of a Lord - Abyss Watcher",
58+
"Cinders of a Lord - Aldrich",
59+
"Cinders of a Lord - Yhorm the Giant",
60+
"Cinders of a Lord - Lothric Prince"
61+
}
62+
}
5563

5664

5765
def __init__(self, multiworld: MultiWorld, player: int):

0 commit comments

Comments
 (0)