phylll / mychs-macro-magic

A simple, sane, and friendly little scripting language for your Roll20 macros.
MIT License
0 stars 0 forks source link

Mundane healing can cause damage #48

Closed phylll closed 2 years ago

phylll commented 2 years ago

Functions provided to transmit healing data failed to account for the possibility of damage. That needs to be added.

phylll commented 2 years ago

In case of such a severe failure in applying the healing skill(s), our healing script simply calls m3mgdExchangeStoreEnduranceBoost() and m3mgdExchangeStoreHealthBoost() with a negative value for the health/endurance points "won". So the functions need to allow for that, which is all. If attribute storage and retrieval doesn't make trouble, this should be easy.

phylll commented 2 years ago

Closed via https://github.com/michael-buschbeck/mychs-macro-magic/pull/191