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

(Simple) Macros for Alien RPG (Free League Publishing}

I thought I'd leave this here for anyone to use. I couldn't find anything similar during a search. These are macros that will give you rolls of the appropriate dice for a check in the game. They work in a game begun with the Starter Set. Be careful with the formatting: it does appear to need to be on one line. Roll Prompt Number of Basic Dice &{template:alien} {{character-name=Basic Role}} {{roll-name=Rolling ?{Number|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18} Dice}} {{base-dice=[[ ?{Number|1|2|3|4|5|6|7|8|9|10 |11|12|13|14|15|16|17|18 } ]]}} {{base-roll-one=[[1d6]] }} {{base-roll-two=[[1d6]] }} {{base-roll-three=[[1d6]] }} {{base-roll-four=[[1d6]] }} {{base-roll-five=[[1d6]] }}  {{base-roll-six=[[1d6]] }} {{base-roll-seven=[[1d6]] }} {{base-roll-eight=[[1d6]] }} {{base-roll-nine=[[1d6]] }} {{base-roll-ten=[[1d6]] }} {{base-roll-eleven=[[1d6]] }} {{base-roll-twelve=[[1d6]] }} {{base-roll-thirteen=[[1d6]] }} {{base-roll-fourteen=[[1d6]] }} {{base-roll-fifteen=[[1d6]] }} {{base-roll-sixteen=[[1d6]] }} {{base-roll-seventeen=[[1d6]] }} {{base-roll-eighteen=[[1d6]] }}  {{stress-dice=[[0]] }} {{stress-roll-one=[[1d6]] }} {{stress-roll-two=[[1d6]] }} {{stress-roll-three=[[1d6]] }} {{stress-roll-four=[[1d6]] }} {{stress-roll-five=[[1d6]] }} {{stress-roll-six=[[1d6]] }} {{stress-roll-seven=[[1d6]] }} {{stress-roll-eight=[[1d6]] }} {{stress-roll-nine=[[1d6]] }} {{stress-roll-ten=[[1d6]] }} Roll Prompt1 Basic Dice + Prompt2 Stress Dice &{template:alien} {{character-name=Role with Stress}} {{roll-name=Rolling ?{Basic|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18} Basic and ?{Stress|1|2|3|4|5|6|7|8|9|10} Stress }} {{base-dice=[[ ?{Basic|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18} ]]}} {{base-roll-one=[[1d6]] }} {{base-roll-two=[[1d6]] }} {{base-roll-three=[[1d6]] }} {{base-roll-four=[[1d6]] }} {{base-roll-five=[[1d6]] }}  {{base-roll-six=[[1d6]] }} {{base-roll-seven=[[1d6]] }} {{base-roll-eight=[[1d6]] }} {{base-roll-nine=[[1d6]] }} {{base-roll-ten=[[1d6]] }} {{base-roll-eleven=[[1d6]] }} {{base-roll-twelve=[[1d6]] }} {{base-roll-thirteen=[[1d6]] }} {{base-roll-fourteen=[[1d6]] }} {{base-roll-fifteen=[[1d6]] }} {{base-roll-sixteen=[[1d6]] }} {{base-roll-seventeen=[[1d6]] }} {{base-roll-eighteen=[[1d6]] }}  {{stress-dice=[[ ?{Stress|1|2|3|4|5|6|7|8|9|10} ]] }} {{stress-roll-one=[[1d6]] }} {{stress-roll-two=[[1d6]] }} {{stress-roll-three=[[1d6]] }} {{stress-roll-four=[[1d6]] }} {{stress-roll-five=[[1d6]] }} {{stress-roll-six=[[1d6]] }} {{stress-roll-seven=[[1d6]] }} {{stress-roll-eight=[[1d6]] }} {{stress-roll-nine=[[1d6]] }} {{stress-roll-ten=[[1d6]] }} Stay frosty!
1620472961
David M.
Pro
API Scripter
Nifty! Also, FYI: here is a link to a "complicated" macro using the Scriptcards api script (Pro required) and a rollable table containing the custom dice images. It prompts for Base & Stress dice and performs the comparisons to determine success/failure. I don't actually play AlienTTRPG, but created this for another user a while ago. If anybody is interested and wants help setting it up or adjusting output (i.e. editing or removing labels, etc.), let me know! Example output: The color scheme above is the default, but can be customized using standard scriptcards syntax. For example, adding the following lines in the macro changes to a darker theme, in case powder blue doesn't capture the theme ;) --#titleCardBackground|#222222 --#evenRowBackground|#cccccc --#oddRowBackground|#777777  
Awesome. Thanks for the addition!