-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Previously the index file enforced uniqueness constraints based on the key of a given rule. This causes problems in some cases where for example, Stealth might be both an ability (that grants stealth) and a model advantage.
In order to get around this, the index now creates keys in the following format: category:rule. Eg. ability:stealth.
What this means, is that when you're referencing rules in text, you must now use the above format, and point the system to the appropriate entry that you're after.
This should help address the problem of non-unique rule names.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation