Register

Geano's Carriage Shake

An Add-on Module for Foundry Virtual Tabletop

Author: GeanoFee Project Source Foundry Versions 11+ (Verified 12) Last Updated 3 weeks ago

This package contains art, text, or software code produced using generative AI.

This module was developed using an iterative, human-led design process supported by Generative AI.

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

🎮 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

Categories

Available Versions

  1. Version 1.0.0

    3 weeks ago
    Foundry Version 11+ (Verified 12) Manifest URL