feat: Implement Daggerheart Path Browser module to display and copy Active Effect data paths.
This commit is contained in:
commit
922814242d
7 changed files with 387 additions and 0 deletions
33
README.md
Normal file
33
README.md
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# Daggerheart Path Browser
|
||||
|
||||
A Foundry VTT module that adds a browser to easily find and copy Active Effect data paths in the Daggerheart system.
|
||||
|
||||
## Features
|
||||
- Easily browse available data paths for Active Effects in Daggerheart.
|
||||
- Search and filter functionality to quickly find what you need.
|
||||
- Simple, distinct UI accessible directly from your game.
|
||||
|
||||
## Requirements
|
||||
- **Foundry VTT**: Version 13 or higher
|
||||
- **System**: Daggerheart 1.9.4 or higher
|
||||
|
||||
## Installation
|
||||
|
||||
### Method 1: Foundry Native
|
||||
1. Open up the Foundry VTT application and go to the **Add-on Modules** tab.
|
||||
2. Click **Install Module**.
|
||||
3. Search for "Daggerheart Path Browser".
|
||||
4. Click **Install**.
|
||||
|
||||
### Method 2: Manifest URL
|
||||
1. Open up the Foundry VTT application and go to the **Add-on Modules** tab.
|
||||
2. Click **Install Module**.
|
||||
3. Paste the following link into the **Manifest URL** field at the bottom:
|
||||
`https://git.geeks.gay/cosmo/dh-path-browser/raw/branch/main/module.json`
|
||||
4. Click **Install**.
|
||||
|
||||
## Usage
|
||||
Once installed and enabled in your world, you can access the Daggerheart Path Browser to find and copy Active Effect data paths.
|
||||
|
||||
## Author
|
||||
- **Cosmo** (Discord: `cptn_cosmo`)
|
||||
Loading…
Add table
Add a link
Reference in a new issue