An unofficial Foundry VTT implementation of the Daggerheart system
Find a file
WBHarry cf66b4683e
Merge pull request #19 from Foundryborne/ikraik
- Added resizing for level up dialog
2025-05-23 15:30:50 +02:00
.github/workflows Initial commit 2025-05-22 16:53:39 +02:00
assets Initial commit 2025-05-22 16:53:39 +02:00
lang Initial commit 2025-05-22 16:53:39 +02:00
module Merge pull request #19 from Foundryborne/ikraik 2025-05-23 15:30:50 +02:00
src/packs/classes Initial commit 2025-05-22 16:53:39 +02:00
styles Initial commit 2025-05-22 16:53:39 +02:00
templates Fix Attribute rolling. Updated some depreciated values based on warnings. 2025-05-22 21:41:40 -05:00
tools Initial commit 2025-05-22 16:53:39 +02:00
.gitignore Initial commit 2025-05-22 16:53:39 +02:00
daggerheart.mjs Initial commit 2025-05-22 16:53:39 +02:00
gulpfile.js Initial commit 2025-05-22 16:53:39 +02:00
LICENSE Initial commit 2025-05-22 16:53:39 +02:00
package-lock.json Update package-lock.json 2025-05-22 16:15:17 -04:00
package.json Testing branch commit 2025-05-22 16:15:11 -04:00
postcss.config.js Initial commit 2025-05-22 16:53:39 +02:00
README.md Update README.md 2025-05-22 22:32:39 -04:00
rollup.config.mjs Initial commit 2025-05-22 16:53:39 +02:00
system.json Initial commit 2025-05-22 16:53:39 +02:00
template.json Initial commit 2025-05-22 16:53:39 +02:00

Daggerheart

For Foundry VTT

This is a repo for a Foundry VTT implementation of daggerheart. It is not associated with critical role or darrington press.

Table Of Contents

Overview

Developer Guide

Setup

  • Open a terminal in the directory with the repo cd <path>/<to>/<repo>

  • NOTE: The repo should be placed in the system files are or somewhere else and a link (if on linux) is placed in the system directory

  • NOTE: Linux link can be made using ln -snf <path to development folder> daggerheart inside the system folder

  • Install npm npm install

  • Update package.json to match your profile

"start": "concurrently \"rollup -c --watch\" \"node C:/FoundryDev/resources/app/main.js --dataPath=C:/FoundryDevFiles  --noupnp\"  \"gulp\"",
"start-test": "node C:/FoundryDev/resources/app/main.js --dataPath=C:/FoundryDevFiles && rollup -c --watch && gulp",

  • Replace C:/FoundryDev/resources/app/main.js with <your>/<path>/<to>/<foundry>/<main.js>
  • The main is likely in <Foundry Install Location>/resouces/app/main.js
  • Replace --dataPath=C:/FoundryDevFiles with <your>/<path>/<to>/<foundry>/<data>

Now you should be able to build the app using npm start Foundry VTT Website