Skip to content

Instantly share code, notes, and snippets.

View crw's full-sized avatar
:octocat:

Craig Wright crw

:octocat:
View GitHub Profile
@crw
crw / fvtt-macro-bless.js
Last active November 8, 2020 08:00
An Foundry 0.7.5 + CUB 1.3.3 update to the azathought bless macro
/**
* 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";