Aliharu / Foundry-Ex3

Foundry module for Exalted Third Edition
MIT License
7 stars 12 forks source link

Feature/charm macros #26

Closed Angry-Russian closed 1 year ago

Angry-Russian commented 1 year ago

Sample Macro for First Movement of the Demiurge: https://gist.github.com/Angry-Russian/774cd5f6de23b8d0f3f0e0734a0b30ba

Aliharu commented 1 year ago

The macro triggers should probably trigger at the end of _calculateRoll instead of _rollTheDice because that's the spot where the all the dice have been rolled and the numbers are shown. Otherwise you might not correctly track the number of dice in your macros

Angry-Russian commented 1 year ago

The macro triggers should probably trigger at the end of _calculateRoll instead of _rollTheDice because that's the spot where the all the dice have been rolled and the numbers are shown. Otherwise you might not correctly track the number of dice in your macros

Good point. Moved it next to the code for Divine Inspiration Technique.

Aliharu commented 1 year ago

There's some other issues but i can fix those. I'm going to merge this in as soon as I have time after i finish the next Essence patch .