Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therebelrobot/fvtt-5e-combat-action-drawer
A Foundry VTT module for dnd5e system that provides PCs a simple walkthrough of available actions to take in battle.
https://github.com/therebelrobot/fvtt-5e-combat-action-drawer
Last synced: 9 days ago
JSON representation
A Foundry VTT module for dnd5e system that provides PCs a simple walkthrough of available actions to take in battle.
- Host: GitHub
- URL: https://github.com/therebelrobot/fvtt-5e-combat-action-drawer
- Owner: therebelrobot
- License: mit
- Created: 2020-04-17T05:26:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:13:18.000Z (about 2 years ago)
- Last Synced: 2024-11-08T11:19:49.502Z (2 months ago)
- Language: TypeScript
- Size: 1.02 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fvtt-5e-combat-action-drawer
[WIP]
A Foundry VTT module for dnd5e system that provides PCs a simple walkthrough of available actions to take in battle.
Built from [fvtt-module-template-typescript](https://github.com/therebelrobot/fvtt-module-template-typescript)
## Structure
The source code is in `src/` and when `Parcel` runs, it dumps the bundled js into `dist/`
## Development
To install dependencies:
```
yarn
```to run dev mode:
```
yarn dev
```to build for release:
```
yarn build
```