reyzor1991 / foundry-vtt-pf2e-action-support

Apache License 2.0
0 stars 4 forks source link

Request: Observe Godless Healing #10

Closed Pyroman2xxx closed 1 year ago

Pyroman2xxx commented 1 year ago

Would it be possible to have Treat Wounds and Battle Medicine observe the feat Godless Healing?

Text of the feat: You recover an additional 5 Hit Points from a successful attempt to Treat your Wounds or use Battle Medicine on you. After you or an ally use Battle Medicine on you, you become temporarily immune to that Battle Medicine for only 1 hour, instead of 1 day.

Pyroman2xxx commented 1 year ago

Thank you for the quick addition!

I Tested the new Godless Healing addition and the cooldown works great but it is not adding the +5 Hit Points to the healing.

reyzor1991 commented 1 year ago

+5 Hit Points to the healing — it's part of pf2e macro, I am preparing change for it

reyzor1991 commented 1 year ago

I hope that + 5 hp would be in next release

Pyroman2xxx commented 1 year ago

Thank you very much!

reyzor1991 commented 1 year ago

@Pyroman2xxx you can use this rule for now. Add it to godless feat

{
  "key": "FlatModifier",
  "predicate": [
    "action:treat-wounds"
  ],
  "selector": "healing-received",
  "value": 5
}