View fvtt-macro-bless.js
/** | |
* ffvt-macro-bless.js | |
* Based on the tutorial by azathought, https://youtu.be/FMwXpAE3tJQ | |
* | |
* Requires: | |
* Foundry VTT ~0.7.5 | |
* Combat Utility Belt ~1.3.3 w/ Enhanced Conditions enabled | |
*/ | |
const conditionName = "Blessed"; | |
const filterId = "ffvt-macro-bless"; |