This module parses and executes inline commands in item descriptions, saving time players can spend elsewhere. Made specifically for project fabula ultima
- FoundryVTT: Version 13+
- System: Fabula Ultima (projectfu) 4.1.4
- Dependencies:
- Open FoundryVTT and go to the "Add-on Modules" tab
- Click "Install Module"
- Paste this manifest URL:
https://github.com/goobyx/fu-inline-automations/releases/latest/download/module.json
- Click "Install"
Once installed and enabled, the module automatically processes the inline commands in item descriptions that the system already handles. Some examples:
- @GAIN[10 hp]
- @EFFECT[slow]
- @LOSS[5 mp]
The module searches for two different lines.
- A line that includes "you" and ":"
- you gain:
- you recover:
- you obtain:
- Same as above, but with the word "targets"
The commands are mandatory, with the option to choose among effects enclosed in parenthesis
Some examples then would be
- you get: @LOSS[5 mp]
- targets take: @EFFECT[slow] (@EFFECT[dazed] @LOSS[10 mp])
This module is built with TypeScript and uses Vite for building.
npm install
npm run build
npm run dev
Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests.
This project is licensed under the GPL-3.0-only License - see the LICENSE file for details.
- Issues: GitHub Issues
- Discussions: GitHub Discussions
See CHANGELOG.md for a detailed history of changes.