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

Daggerheart Adversary Roll Macros

I've just started playing Daggerheart using the Roll20-Demiplane integration. As stated, there is currently no integration with Adversaries for the GM. I found a player roll macro from a year ago (it works and looks good, but it's no longer needed with the Demiplane character sheets (GJ guys for making this):&nbsp; <a href="https://app.roll20.net/forum/post/11845688/daggerheart-roller-macro-help#newtopic" rel="nofollow">https://app.roll20.net/forum/post/11845688/daggerheart-roller-macro-help#newtopic</a> I am wondering if the macro gurus can craft a simple macro for rolling the d20s needed for adversary rolls Just noodling in the features (mostly in the Duality Macro): Display the d20 rolled - that looks good in the chat Select advantage or disadvantage and pick the higher/lower roll and add the modifier&nbsp; A field for me to type the thing - "Claws", "Hobbling Strike" etc Maybe a field to paste in some descriptive text... An scripters want to bite? Later GS
If I understand correctly; dis/advantage is the higher/lower of 2d20. As such a basic template for this roll would be &amp;{template:default} {{Roll=$[[0.computed]] }} {{Total=[[ [[ ?{Roll Type?|Normal,1d20|Advantage,2d20k1|Disadvantage,2d20kl1} ]] +(?{Modifier|0}) ]] }} {{name=NAME }} {{Description=DESCRIPTION }} Or a version that prompts for name and description &amp;{template:default} {{Roll=$[[0.computed]] }} {{Total=[[ [[ ?{Roll Type?|Normal,1d20|Advantage,2d20k1|Disadvantage,2d20kl1} ]] +(?{Modifier|0}) ]] }} {{name=?{Name} }} {{Description=?{Description} }}
This looks awesome - I will test it shortly to make sure I can get it to work - looking forward to it I can add attributes for Difficulty Stress and HP and uses those in the token meters I don't know how to display an attribute like threshold with a value like "5/9" There is an ATK value to be added to an attack roll There is one or more attack description fields &lt;name: range&gt; and then a "DMG:" dice role e.g. 1d6+2 There is one or more Experience fields that can sometimes add to the attack roll Then there is zero to many Features - &lt;Name&gt;: Explanatory text and then sometimes a dice roll i.e. Bite &amp; Shake: When the beast succeeds in a bite attack, it may spend a Fear and shake the victim violently before tossing the victim aside. The victim suffers a second attack for 1d12+2 damage.&nbsp;&nbsp; I am thinking about the D&amp;D sheet where the text showed up in a box in the chat window But just the d20 roller is a big help I don't want to invest a lot of work when the demiplane adversary sheet is around the corner Thanks for the script
I am playing with the ability macros now to see if this is good enough