This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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"; |