Difference between revisions of "Savage Worlds"
From Roll20 Wiki
(Created page with "=== Macro for Wild Card Die Roll === The following macro provides the typical Savage Worlds roll, which consists of a skill die and the corresponding d6 wild card die. /r {1...") |
Leif Egil R. (Talk | contribs) m (Added to category) |
||
Line 6: | Line 6: | ||
This example rolls both a d8 and a d6 and outputs the best result. The "!" character enables acing on each die. | This example rolls both a d8 and a d6 and outputs the best result. The "!" character enables acing on each die. | ||
+ | [[Category:Guides]] |
Revision as of 15:51, 19 May 2013
Macro for Wild Card Die Roll
The following macro provides the typical Savage Worlds roll, which consists of a skill die and the corresponding d6 wild card die.
/r {1d8! , 1d6!}k1
This example rolls both a d8 and a d6 and outputs the best result. The "!" character enables acing on each die.