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 .
×
The developers are currently investigating an issue with logging in + accessing the VTT.
Create a free account

Powercards Macro Help

Greetings to all the macro helpers out there. I am really bad at this, so I humbly ask for help. I have watched Nick O's video and have stumbled through this so far it works. !power {{     --name|Cure Wounds     --leftsub|1 Action     --rightsub|Range:Touch          --Spell Cast|Cure Wounds     --Effect|A creature you touch regains a number of hit points equal to 1d8 + your spellcasting ability modifier.     --Healing Received|[[ [$Heal]1d8+@{wisdom_mod} ]]     --alterbar1|_target|@{target|token_id} _bar|1 _amount|+[^Heal] _show|all }} After an hour of piecing this together as well as knocking my head against the desk... Is there a way you can think of to add the ability to modify the level of the cast? I have it so it displays a card, describes the spell, targets a token and heals the target tokens HP, but I can not figure out a way to factor upcasting the spell SO any help would be great. Please feel free to make any suggestions on how to alter the macro that you may think of as well.
Hi Vayne, you should just be able to add in a dropdown query into the roll. If the caster gains an additional 1d8 per spell level it would look like: !power {{     --name|Cure Wounds     --leftsub|1 Action     --rightsub|Range:Touch          --Spell Cast|Cure Wounds     --Effect|A creature you touch regains a number of hit points equal to 1d8 + your spellcasting ability modifier.     --Healing Received|[[ [$Heal] ?{Level cast at?|1|2|3|4|5|6|7|8|9} d8+@{wisdom_mod} ]]     --alterbar1|_target|@{target|token_id} _bar|1 _amount|+[^Heal] _show|all }}
awesome thanks Erik M. it figures it appears to be something easy for someone else. I am really bad at this, I am shocked I got as far as I did and it worked... so Thank you very much for ending my frustration.