YourFavouriteOreo / VTT-Live-Animate

GNU General Public License v3.0
0 stars 0 forks source link

Why?

Shaquille licking a spicy chicken wing and going oooh!
Sometimes a scene requires a little extra spice , perhaps the evil villain wants to enunciate on every step as he speaks about how he enjoyed an evil act on every ... little... step or perhaps a character rolls a nat 20 and punches a character across a room and it launches him soaring through the air across the room. This module is built to allow GMs to add that extra spice to their GM-ing

Module demonstration!

ko-fi

Current Features

Development Instructions From the Template:

About Bundler:
This project uses webpack to bundle your files. What this means is that every script file in src/ will get 'bundled' into one output .js file in dist/. Likewise every static file (.html, .json, etc.) in static/ will get moved to dist.
Because of this you should NOT have your development working directory inside the foundryuser folder. Instead you should follow the instructions below for setting up symantic links between the dist/ folder and foundryuser.

A note on typescript, it is completely optional and if you do not wish to use then rename any .ts files and their references to .js.

Development Commands:

Development: To run with hotswap enabled run the command: npm run start

Release: To ready the project for release run the command: npm run build:production

Credits:

inSquared for his kind patronage
Stäbchenfisch for his exceptional support
League of Extraordinary FoundryVTT Developers
Used webpack and setup files as reference: https://github.com/anvil-vtt/FateX
Used github workflow and template reference: https://github.com/League-of-Foundry-Developers/FoundryVTT-Module-Template