We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae3c72 commit 6e374e9Copy full SHA for 6e374e9
worlds/dark_souls_3/__init__.py
@@ -52,6 +52,14 @@ class DarkSouls3World(World):
52
required_client_version = (0, 4, 2)
53
item_name_to_id = DarkSouls3Item.get_name_to_id()
54
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
63
64
65
def __init__(self, multiworld: MultiWorld, player: int):
0 commit comments