Skip to content

Version 1.8.1: the "Macro-ing Master" edition

Latest
Compare
Choose a tag to compare
@SolarBear SolarBear released this 21 Aug 15:12

Yo, you enjoying this? If so, Coffee !

Changelog

Macros

Added a new function for use with macros: numeneraRoll. What it does is simply roll a d20, Numenera-style, according to your game settings. How do you use it?

  1. Create a new macro.
  2. Select "Script" as Type.
  3. In the Command box at the bottom, paste this:
const text = "stuff";
game.numenera.numeneraRoll(text);

That's it! Of course, change the value of text to whatever you would like... a die roll will be made whose title is the string provided. This could be useful, for instance, if you handle followers.

Need more options for this feature (eg. task level, skill bonuses, etc.)? Let me know!

Bug fixes

  • #210 : macros created from items had the wrong icon.