Register

Pirate Borg Wind Manager

An Add-on Module for Foundry Virtual Tabletop

Zero AI Author: r2doesinc Project: Source Foundry Versions 13 to 14 (Verified 14) Last Updated 1 day, 19 hours ago

Pirate Borg Wind Manager gives your table one shared source of truth for wind during naval travel and combat.

Roll or set wind direction and Changing Winds conditions from a dedicated GM control, show the current wind in a draggable scene overlay, post wind results to chat, and apply wind effects directly to selected or targeted ship actors. 

When Tile Scroll is installed, Wind Manager can detect likely water, wave, sea, and current tiles, then synchronize their scroll direction and speed with the active wind. 

Features

 




Public API for Pirate Borg Wind

Pirate Borg Wind Manager exposes a small public API for macros and companion modules at game.modules.get('pb-wind-manager').api. Use it to read the current wind, set or roll new wind, subscribe to wind changes, apply wind effects to ship actors, and synchronize accepted Tile Scroll water tiles.

const windApi = game.modules.get('pb-wind-manager')?.api;
const currentWind = windApi.getWind({ scene: canvas.scene });

await windApi.changeWind({
  scope: 'scene',
  scene: canvas.scene,
  postChat: true
});

The API returns normalized wind objects with direction, condition, labels, degrees, rules text, ship speed modifier, Tile Scroll speed, source, and rolled time. Other modules can also subscribe to pb-wind-manager.windChanged through windApi.subscribe(callback) and receive an unsubscribe function.

Requires: Pirate Borg system.
Recommended: Tile Scroll for animated water tile integration.

 

 

Supported Game Systems

  1. PIRATE BORG

    Latest Version: Version v1.2.3 Last Updated 2 months, 1 week ago

Categories

Available Versions

  1. Version 1.3.0

    1 day, 19 hours ago
    Foundry Version 13 - 14 (Verified 14) Manifest URL Read Notes
  2. Version 1.2.5

    1 day, 19 hours ago
    Foundry Version 13 - 14 (Verified 14) Manifest URL Read Notes
  3. Version 1.2.4

    1 day, 19 hours ago
    Foundry Version 13 - 14 (Verified 14) Manifest URL Read Notes