Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document untrigger-filter #140

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TheRealPear
Copy link
Contributor

Resolves #135

@@ -39,6 +39,7 @@ In the future, some features that are currently used in Kits may be transferred
| `id` | Unique identifier used to reference this action from other places in the XML. | <span className="badge badge--primary">String</span> |
| `scope` | Sets the scope target an action should operate against. | `player`, `team`, or `match` |
| `filter` | A filter that is tested before running actions inside. | [Filter](/docs/modules/mechanics/filters) |
| `untrigger-filter` | Filters if an untrigger event (e.g. a trigger filter stops matching) should be passed down to children, similar to [kit lending](/docs/modules/gear/kits#dynamic-kits). | [Filter](/docs/modules/mechanics/filters) | `never` |
Copy link
Member

@Pablete1234 Pablete1234 Aug 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this description makes it sound like a totally alien thing. Maybe streamline it with the above filter, so while filter is:
A filter that is tested before running actions inside
this should be:
A filter that is tested before deactivating the actions inside

then follow-up with the note about actions untriggering being a mechanic parallel to that of removable kits & kit lending. Also can mention that most actions don't have explicit untrigger logic and so they do nothing on untrigger

@TheRealPear TheRealPear marked this pull request as draft August 19, 2024 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Missing action attributes
2 participants