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

Ars Magica Dice Roller Macro?

1613596662
Doctor Cameron
Pro
Marketplace Creator
Sheet Author
Chris L's API for Ars Magica Stress Dice is robust. I've got pretty technophobic players, however, and it would be great if I could find a Macro that presents sort of like one of the World of Darkness dice rollers and automate the process for them.  For instance: "Trait 1? _____" "Trait 2? _____" "Any other modifiers?____" "Adding Vis? _____" "Specialization Pertinent? Y/N"  "Difficulty? _______" ...and then have it total column 1, 2, 3, and 4, with a +1 if 5 is Y, add that total to a <!st 1> roll and then compare the result to column 6 as a pass/fail... Has anyone with more coding skills than I have done this?
1613598378

Edited 1613598431
GiGs
Pro
Sheet Author
API Scripter
You can do this with a standard macro but I'm unsure how to write it, without knowing how you are getting the trait values. One way is to just ask for queries: /roll (?{Trait 1|1}+?{Trait 2|1}+?{Other Modifiers|0}+?{Adding Vis?|Yes,1|No,0}+?{Specialisation|0})d10>?{Difficulty?|8} I dont know what specialisation is meant to do, so just left it as a modifier. It doesnt give Pass/Fail, it tells you how many successes you get.
1613684657
Doctor Cameron
Pro
Marketplace Creator
Sheet Author
Oooh, cool. Thanks!