Kekilla0 / Item-Macro

Store macros in your items, execute them from your character sheet or from your favorite automation module!
MIT License
18 stars 21 forks source link

Adding support for Simple Worldbuilding system #37

Closed operation404 closed 2 years ago

operation404 commented 2 years ago

Modifies the module.json and helper.js files. Adds worldbuilding.js.

module.json has the worldbuilding system added to list of supported systems. helper.js has helpers and sheet hooks imported from worldbuilding.js. worldbuilding.js adds system specific support for the worldbuilding system. It was created using the other system js files as a starting guideline. I didn't need to modify very much, namely just changed the html class for sheet hooks.

operation404 commented 2 years ago

A friend asked if I could modify this module for the worldbuilding system. I'm not really a js expert and haven't used this module before, but I did my best. My basic testing showed that it should be working as intended.

trioderegion commented 2 years ago

Wonderful! Thank you for the contribution. I will try to get it merged and tested this weekend ❤️