Skip to content

v1.2.69

Choose a tag to compare

@wibobm wibobm released this 02 Jul 14:15
c5e0999

fix: off-balance active effect was not decaying after 1 round.

feat: add 2 more macro APIs (both return the delta applied)

  • game.system.api.rmuMacroAdjustPowerPoints(tokenIntent, delta)
  • game.system.api.rmuMacroAdjustHitPoints(tokenIntent, delta)

feat: rmuMacroTargetCritical now supports option prompt: boolean (defaults to true).

  # no critical dialog
   game.system.api.rmuMacroTargetCritical('controlled', { criticalName: 'Puncture', severity: 'C', prompt: false });