Skip to content

Enhancement/ae duration

Kristian Serrano requested to merge (removed):enhancement/ae-duration into develop
  • Fixes #256 (closed) (partially) - This addresses duration of AEs specifically for Distracted and Vulnerable (for now)
    • Other duration scripts such as power maintenance prompts, Shaken removal, prompts for Vigor rolls, etc. could be added to the SwadeCombat._onUpdate() function in future iterations.
  • Fixes #139 (closed) and #326 (closed)
    • Checking a status effect on an NPC or character sheet applies the AE to the actor and the token.
    • Applying a status effect on a token applies the status effect to the actor and its sheet.
    • Removing the AE, the token status effect, or the actor status effect, removes the other two as well.
    • AEs added in this fashion have the toggle control icon suppressed in the list of AEs.

Question: Do we want to give all status effect AEs the effectType flag?

Answer: No, just the ones we need for now.

Edited by Kristian Serrano

Merge request reports

Loading