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

[5e OGL] Attack info attribute/ability names

Hi, This is probably a lot simpler than I'm making it but I can't seem to get the attribute name of individual aspects of attacks. For reasons I won't go into I've had to make my own spell attack macros which seem to work fine apart from a couple bits. Is there any way to call up the ability modifier, the range and any magic bonuses of an attack? Thanks for any help on this
1505516603

Edited 1505516629
Ability modifier : @{selected|repeating_attack_$X_atkattr_base} Range : @{selected|repeating_attack_$X_atkrange} Magic Bonus : @{selected|repeating_attack_$X_atkmagic}
Thanks so much you're a lifesaver
No problem, if you need to know more I found the attribute names by inspecting the html/css of the character sheet.