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

Weapon Damage Dice

Is there a way to get the Dice value for a weapon? The following returns "No attribute..." which is true. @{Rog the Crusher|repeating_attack_$3_attack_dmg} This one rolls the dice. %{Rog the Crusher|repeating_attack_$3_attack_dmg} I just want the dice value being used for the roll like 2d6.
Which character sheet are you using?
It is the D&D 5E character sheet
1608156706

Edited 1608157010
@{Rog the Crusher|repeating_attack_$0_dmgbase} @{Rog the Crusher|repeating_attack_$0_dmg2base} If you are using Chrome, you can use the Inspect functionality to find attribute calls.   The calls are different for NPCs as well: @{selected|repeating_npcaction_$0_attack_damage} @{selected|repeating_npcaction_$0_attack_damage2}
Awesome! Thank you.