module

Geano's Carriage Shake

Endorsements
0
Installs
0.02%
Comments
0
Latest version2.0.0
Minimum Core13
Compatible Core13
File size5.51 KB
Last updated7 months ago
Created8 months ago
Authors
Languages
Systems All systems
Project source Project URL

Geano's Carriage Shake

Geano's Carriage Shake Showcase

A FoundryVTT module that adds a configurable screen shake effect to simulate a carriage ride or other unstable conditions.

🌟 Features

  • Scene-based Synchronization: Uses scene flags to ensure all players see the same shake effect.
  • Configurable Intensity: Choose from various presets ranging from "Smooth Road" to "Offroad Chaos".
  • GM Controls: Easy access via a button in the Token Controls layer.
  • Macro API: Full control via macros for automation.

🎮 Usage

  1. Switch to the Token Controls layer.
  2. Click the Horse Icon (Toggle Carriage Ride).
  3. If the shake is inactive, a dialog will appear allowing you to select the intensity (Road Condition).
  4. Click "Start Ride" to begin the effect for all players on the scene.
  5. Click the button again to stop the effect.

🔧 Macro API

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();
 

🚀 Installation

  • Manifest URLhttps://github.com/GeanoFee/geanos-carriage-shake/releases/latest/download/module.json
Subscribe
Notify of
0 Comments
0
Would love your thoughts, please comment.x
()
x