itteerde / fvttconfig

Configuration for our Foundry VTT environments
2 stars 1 forks source link

# fvttconfig Configuration and customization for Foundry Virtual Tabletop (FVTT)

Dungeons and Dragons

System

Modules Active

game.modules.filter(m => m.active) (might not order alphabetically, id is probably key for ordering while title is what we use). This list can be updated by Macro. This list is supposed to be to real Production list. Currently there is a bit of a gap during preparing the next update. Maybe in the future it should reflect the accpeted list instead, which would mean it is either Production or what production is supposed to catch up soon, with the list already being somewhat approved.

Reported from RotFM 2024-08-17:

  1. Autocomplete Whisper (version: 1.0.5) : Project-URL
  2. Covered Token Rescue HUD (version: 1.2.0) : Project-URL
  3. DDB-Importer: A D&D Beyond Integrator (version: 5.2.29) : Project-URL
  4. Dice Tray (version: 2.2.2) : Project-URL
  5. Tasha's Cauldron of Everything (version: 1.2.0) : Project-URL
  6. Simple Calendar (version: 2.4.18) : Project-URL
  7. Item Macro (version: 1.11.1) : Project-URL
  8. Limithron's Crashed Nautiloid (version: 1.1.0) : Project-URL
  9. Monk's Bloodsplats (version: 12.01) : Project-URL
  10. Tablerules - FVTT Module (version: 0.12.2) : Project-URL

General

ActiveEffects

ChatMessage dnd5e

Flags

Hooks and Wrappers

Rolls dnd5e

Warpgate

Development Outlook

Note that both have a lot of rolling targets, where items, even if technically simple (but maybe tidious) keep rolling through milestones.

Cyberpunk Red

The CPR system did a lot of things fundamentally different from dnd5e.

System

Modules Active

game.modules.filter(m => m.active) (might not order alphabetically, id is probably key for ordering while title is what we use). This list can be updated by Macro. This list is supposed to be to real Production list. Currently there is a bit of a gap during preparing the next update. Maybe in the future it should reflect the accpeted list instead, which would mean it is either Production or what production is supposed to catch up soon, with the list already being somewhat approved.

  1. Autocomplete Whisper (version: 1.0.4) : Project-URL, Manifest
  2. Compendium Folders (version: 2.5.7) : Project-URL, Manifest
  3. Covered Token Rescue HUD (version: 1.0.8) : Project-URL, Manifest
  4. Simple Calendar (version: 2.2.0) : Project-URL, Manifest
  5. Frag Maps - Modern, Cyberpunk and Sci-Fi Maps (version: 1.1.1) : Project-URL, Manifest
  6. FXMaster (version: 3.6.0) : Project-URL, Manifest
  7. Game Audio Bundle 1 (version: 3.2) : Project-URL, Manifest
  8. Game Audio Bundle 2 (version: 3.3) : Project-URL, Manifest
  9. Game Audio Bundle 3 (version: 3.2) : Project-URL, Manifest
  10. Game Audio Bundle 4 (version: 3.2) : Project-URL, Manifest
  11. libWrapper (version: 1.12.12.1) : Project-URL, Manifest
  12. Michael Ghelfi Studios Audio Pack (version: 1.4) : Project-URL, Manifest
  13. Monk's Bloodsplats (version: 10.1) : Project-URL, Manifest
  14. Monk's Combat Marker (version: 10.1) : Project-URL, Manifest
  15. PopOut! (version: 2.13) : Project-URL, Manifest
  16. Tablerules - CPR Module (version: 0.10.14) : Project-URL, Manifest
  17. Token Magic FX (version: 0.6.3.2) : Project-URL, Manifest

ChatMessage

The ChatMessage is not deeply structured like in dnd5e, but has pretty much everything in content. A Roll's representation will have the rendered Roll result in content. Therefore anything modifying afterwards would be String replacements in the HTML and on first glance looks very unlikely to be a good path of doing anything.