Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Healing word adding hp

I look the way, for a healing word macro to and to add the healed HPs to the tokens targetted and to target may tokens.
I finally made that one so I look for a way to add the Cast at what level to it ! !power {{ --name|Mass Healing word: --tokenid|@{selected|token_id}  --emote|@{selected|character_name} Cast a healing spell --leftsub|Ranged HeaL Spell --rightsub|60 ft range --npc_qualities_summary|@{selected|character_id} --Mass Healing word1:|[[ [$Heal1] 1d4+4 ]] --Mass Healing word2:|[[ [$Heal2] 1d4+4 ]] --Mass Healing word3:|[[ [$Heal3] 1d4+4 ]] --Mass Healing word4:|[[ [$Heal4] 1d4+4 ]] --Mass Healing word5:|[[ [$Heal5] 1d4+4 ]] --Mass Healing word6:|[[ [$Heal6] 1d4+4 ]] --alterbar1|_target|@{target|Target 1|token_id} _bar|1 _amount|+[^Heal1] _show|all --alterbar2|_target|@{target|Target 2|token_id} _bar|1 _amount|+[^Heal2] _show|all --alterbar3|_target|@{target|Target 3|token_id} _bar|1 _amount|+[^Heal3] _show|all --alterbar4|_target|@{target|Target 4|token_id} _bar|1 _amount|+[^Heal4] _show|all --alterbar5|_target|@{target|Target 5|token_id} _bar|1 _amount|+[^Heal5] _show|all --alterbar6|_target|@{target|Target 6|token_id} _bar|1 _amount|+[^Heal6] _show|all }} Tu use that macro you need the Powercards API .
1620766602
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Looks great! As an aid to the newcomers out there, it might save them some head scratching if you noted that it uses the Powercards API.
I do a lot of head scratching to make that spell, level upgradable !!!