| Latest version | 2.0.0 |
|---|---|
| Minimum Core | 13 |
| Compatible Core | 13 |
| File size | 5.51 KB |
| Last updated | 7 months ago |
| Created | 8 months ago |
| Authors | |
| Languages |
|
| Systems | All systems |
| Project source | Project URL |
A FoundryVTT module that adds a configurable screen shake effect to simulate a carriage ride or other unstable conditions.
You can control the module programmatically using the exposed API:
// Start the shake with a specific intensity (default: 6)
game.modules.get("geanos-carriage-shake").api.start(intensity);
// Stop the shake
game.modules.get("geanos-carriage-shake").api.stop();
// Toggle the shake (opens dialog if starting)
game.modules.get("geanos-carriage-shake").api.toggle();
https://github.com/GeanoFee/geanos-carriage-shake/releases/latest/download/module.jsonTo install this package, open your Foundry Setup screen and navigate to your Module tab and click the Install Module button.
From there, you can either search for the package unique name: geanos-carriage-shake or copy its manifest URL:
And paste it to the input box at the bottom of your window.

You can install this package directly to your Forge account.