You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some actions are just inherently more narratively significant than others, and should be prioritized as suggestions whenever available. As a first pass at enabling this behavior, we should:
Allow action authors to add an integer weight to every action definition.
Assign a default weight (1?) at action registration time if none is specified.
Adjust action suggestion sorting, which currently only respects author goals, to consider action base weights as well – maybe by summing or multiplying them with author goal weights.
The text was updated successfully, but these errors were encountered:
Some actions are just inherently more narratively significant than others, and should be prioritized as suggestions whenever available. As a first pass at enabling this behavior, we should:
weight
to every action definition.The text was updated successfully, but these errors were encountered: