Skip to content

Releases: sagarc03/tension-pool-2

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 15 Aug 05:02
4bcca96

Full Changelog: v0.6.0...v0.6.1

v0.6.0

Choose a tag to compare

@sagarc03 sagarc03 released this 23 Mar 17:32
21a60cf

Macro API

Tension Pool 2 now exposes a public API for use in Foundry macros and other modules:

const api = game.modules.get("tension-pool-2")?.api;

Available methods:

Method Description
api.add(count?) Add dice to the pool (default 1, handles overflow/auto-roll)
api.remove(count?) Remove dice from the pool (default 1, floors at 0)
api.roll() Roll the current pool and clear it
api.clear() Clear the pool without rolling
api.customRoll(count) Roll tension dice without affecting the pool
api.getDiceCount() Get current dice count
api.getPoolSize() Get configured pool size

Install Example Macros setting

A new GM setting creates a "Tension Pool 2 (Examples)" folder in the Macros sidebar with one ready-to-use macro per API method. Managed by the module — toggling the setting off removes the folder and macros.

Full Changelog: v0.5.6...v0.6.0

v0.5.6

Choose a tag to compare

@sagarc03 sagarc03 released this 18 Mar 21:58
87c354e

Added

  • AI-generated code disclaimer dialog shown to GM on first load and after every version upgrade. (2bb6568)
  • Roll Visibility world setting (Public / GM Only). When set to GM Only, roll results are whispered to GMs only.(bbfa3c7)

Full Changelog: v0.5.5...v0.5.6

v0.5.5

Choose a tag to compare

@sagarc03 sagarc03 released this 14 Mar 03:47
4034d9d

Full Changelog: v0.5.4...v0.5.5

v0.5.4

Choose a tag to compare

@sagarc03 sagarc03 released this 13 Mar 21:03
3fabcd2

Full Changelog: v0.5.3...v0.5.4

v0.5.3

Choose a tag to compare

@sagarc03 sagarc03 released this 11 Mar 04:09
62b1f29

Full Changelog: v0.5.2...v0.5.3

v0.5.2

Choose a tag to compare

@sagarc03 sagarc03 released this 10 Mar 16:18
447db59

Full Changelog: v0.5.1...v0.5.2

v0.5.1

Choose a tag to compare

@sagarc03 sagarc03 released this 10 Mar 08:25
25ee912

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@sagarc03 sagarc03 released this 10 Mar 08:15
a6f90c4

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@sagarc03 sagarc03 released this 09 Mar 16:29
4bc62db

Full Changelog: v0.3.3...v0.4.0