Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```