Register

FantasyMaps Blastzone

An Add-on Module for Foundry Virtual Tabletop

Author: sirmmo Project: Source Foundry Versions 11+ (Verified 13) Last Updated 1 week, 3 days ago

FantasyMaps Blast Zone

Blow up walls with measured templates. An OFM fork of theripper93/blastzone, kept alive for Foundry v11+ and wired into ofm-shared-world so a blast in one session propagates to every other GM sharing that world.

Before the blast:

before

After the blast:

after

Using it

Open any MeasuredTemplateConfig dialog — a Blast! button is added to the header. Confirming the dialog destroys every wall fully enclosed by the template and clips walls that cross its edges.

blast button

Triggering from a macro

const { BlastZone } = game.modules.get("ofm-blastzone").api;
await new BlastZone(template).blast();

template can be either a MeasuredTemplate placeable or a MeasuredTemplateDocument. blast() resolves the containing scene and applies the wall changes there — so macros run from a non-viewed scene work too.

The returned object has { destroyed, created } if you want to chain further logic.

Compatibility

Installing

Manifest URL:

https://raw.githubusercontent.com/openfantasymap/ofm-blastzone/master/module.json

Available Versions

  1. Version 0.3.1

    1 week, 3 days ago
    Foundry Version 11+ (Verified 13) Manifest URL Read Notes
  2. Version 0.2.0

    1 week, 3 days ago
    Foundry Version 11+ (Verified 13) Manifest URL Read Notes