daggerheart/system.json
WBHarry 67d3b6c0e3
Hotfix 1.0.1 (#823)
* Updated the background image for the system

* Fixed so Weapon/Armor features are added again

* Fixed so fear is available as a resource to be deducted by actions (#757)

* Changed to use the config labels and src

* Updated Weapons

* Fixed so the decrease button of simple fear tracker is not visible when not hovered

* Fixed so armor preUpdate doesn't fail if no system changes are made

* Updated .gitignore and author details (#777)

* Add author details and name mapping for chrisryan10 (#773)

Co-authored-by: Chris Ryan <chrisr@blackhole>

* Add build to ignore for my linux dev (#775)

Co-authored-by: Chris Ryan <chrisr@blackhole>

---------

Co-authored-by: Chris Ryan <chrisr@blackhole>

* Corrected sneak attack active effect (#780)

* Fixed a spelling error (#779)

* Fix bardic rally showing in damage dialog when it should not (#783)

* update spelling (#786)

* Translating inventory descriptions (#782)

* updated credits for 1.0.1 release (#797)

* updated credits for 1.0.1 release

* further updated artwork credits

* Chagned handlebarhelper rollparsed to be more defensive (#794)

* Added missing scene refreshType (#790)

* Remove ability use buttons for not owned abilities (#795)

* [Fix] PrayerDice Fixed (#799)

* Fixed prayer dice, and wheelchair images

* Fixed -settings data sources

* Dragging features from one adversary to another (#788)

* [Fix] Levelup Fixes (#787)

* Fixed crash on experience selection. Fixed subclass error on multiclassing

* Fixed so multiclasses do not gain the hope feature for the class

* Fixed so Class/Subclass features are properly deleted on delevel

* Removed automatic deletion of features on delevel when not using levelup auto

* Fixed so custom domains can be selected in levelup when multiclassing

* Changed so encounter countdowns is a button (#804)

* Fixed so that dropping on class/subclass...creates the item on the character (#803)

* [BUG] - Importing All Adversaries/Environments (#814)

Fixes #774

Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>

* Bug/671 reaction roll chat title (#809)

* Update Reaction Roll Chat Message Title

* Removed console log

---------

Co-authored-by: WBHarry <williambjrklund@gmail.com>

* Improve Trait tooltip display (#817)

Fixes #806

Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>

* [BUG] - Combat Tracker d12 logo not found (#812)

Fixes #764

Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>

* Compendium Browser (#821)

* Corrected timbending description localization (#816)

* [Fix] Compendium Item (#810)

* Corrected Emberwoven Armor

* Fixed subclass regression

* Fixed so character's with wildcard images don't break beastform (#815)

* Fix roll result based duality damage (#822)

---------

Co-authored-by: Chris Ryan <73275196+chrisryan10@users.noreply.github.com>
Co-authored-by: Chris Ryan <chrisr@blackhole>
Co-authored-by: Dapoulp <74197441+Dapoulp@users.noreply.github.com>
Co-authored-by: IrkTheImp <41175833+IrkTheImp@users.noreply.github.com>
Co-authored-by: CPTN_Cosmo <cptncosmo@gmail.com>
Co-authored-by: Josh Q. <jshqntnr13@gmail.com>
Co-authored-by: joaquinpereyra98 <24190917+joaquinpereyra98@users.noreply.github.com>
Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>
2025-08-11 00:52:29 +02:00

275 lines
7.4 KiB
JSON

{
"id": "daggerheart",
"title": "Daggerheart",
"description": "An unofficial implementation of the Daggerheart system",
"version": "1.0.0",
"compatibility": {
"minimum": "13",
"verified": "13.347",
"maximum": "13"
},
"authors": [
{
"name": "WBHarry"
},
{
"name": "cptn-cosmo",
"url": "https://github.com/cptn-cosmo",
"email": "cptncosmo@gmail.com",
"discord": "cptn_cosmo"
},
{
"name": "Ikraik"
},
{
"name": "IrkTheImp"
},
{
"name": "jacobwojoski"
},
{
"name": "moliloo"
},
{
"name": "Mysteryusy"
},
{
"name": "JimCanE"
},
{
"name": "Po0lp"
},
{
"name": "JoaquinP",
"url": "https://github.com/joaquinpereyra98",
"email": "joaquinpereyra98@gmail.com",
"discord": "joaquinp98"
},
{
"name": "chrisryan10",
"discord": "lazjen"
}
],
"esmodules": ["build/daggerheart.js"],
"styles": ["styles/daggerheart.css"],
"packs": [
{
"name": "classes",
"label": "Classes",
"system": "daggerheart",
"path": "packs/classes.db",
"type": "Item",
"private": false,
"flags": {}
},
{
"name": "subclasses",
"label": "Subclasses",
"system": "daggerheart",
"path": "packs/subclasses.db",
"type": "Item",
"private": false,
"flags": {}
},
{
"name": "domains",
"label": "Domains",
"system": "daggerheart",
"path": "packs/domains.db",
"type": "Item",
"private": false,
"flags": {}
},
{
"name": "ancestries",
"label": "Ancestry",
"system": "daggerheart",
"path": "packs/ancestries.db",
"type": "Item",
"private": false,
"flags": {}
},
{
"name": "communities",
"label": "Communities",
"system": "daggerheart",
"path": "packs/communities.db",
"type": "Item",
"private": false,
"flags": {}
},
{
"name": "weapons",
"label": "Weapons",
"system": "daggerheart",
"path": "packs/items/weapons.db",
"type": "Item",
"private": false,
"flags": {}
},
{
"name": "armors",
"label": "Armors",
"system": "daggerheart",
"path": "packs/items/armors.db",
"type": "Item",
"private": false,
"flags": {}
},
{
"name": "consumables",
"label": "Consumables",
"system": "daggerheart",
"path": "packs/items/consumables.db",
"type": "Item",
"private": false,
"flags": {}
},
{
"name": "loot",
"label": "Loot",
"system": "daggerheart",
"path": "packs/items/loot.db",
"type": "Item",
"private": false,
"flags": {}
},
{
"name": "adversaries",
"label": "Adversaries",
"system": "daggerheart",
"path": "packs/adversaries.db",
"type": "Actor",
"private": false,
"flags": {}
},
{
"name": "environments",
"label": "Environments",
"system": "daggerheart",
"path": "packs/environments.db",
"type": "Actor",
"private": false,
"flags": {}
},
{
"name": "journals",
"label": "Journals",
"system": "daggerheart",
"path": "packs/journals.db",
"type": "JournalEntry",
"private": false,
"flags": {}
},
{
"name": "beastforms",
"label": "Beastforms",
"system": "daggerheart",
"path": "packs/beastforms.db",
"type": "Item",
"private": false,
"flags": {}
}
],
"packFolders": [
{
"name": "Daggerheart SRD",
"sorting": "m",
"color": "#08718c",
"packs": ["adversaries", "environments", "journals"],
"folders": [
{
"name": "Character Options",
"sorting": "m",
"color": "#000000",
"packs": ["ancestries", "communities", "classes", "subclasses", "domains", "beastforms"]
},
{
"name": "Items",
"sorting": "m",
"color": "#000000",
"packs": ["armors", "weapons", "consumables", "loot"]
}
]
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"socket": true,
"initiative": "1d20",
"grid": {
"distance": 5,
"units": "feet"
},
"documentTypes": {
"Actor": {
"character": {
"htmlFields": ["biography.background", "biography.connections"]
},
"companion": {},
"adversary": {
"htmlFields": ["notes", "description"]
},
"environment": {
"htmlFields": ["notes", "description"]
}
},
"Item": {
"ancestry": {
"htmlFields": ["description"]
},
"community": {
"htmlFields": ["description"]
},
"class": {
"htmlFields": ["description"]
},
"subclass": {
"htmlFields": ["description"]
},
"feature": {
"htmlFields": ["description"]
},
"domainCard": {
"htmlFields": ["description"]
},
"loot": {
"htmlFields": ["description"]
},
"consumable": {
"htmlFields": ["description"]
},
"weapon": {
"htmlFields": ["description"]
},
"armor": {
"htmlFields": ["description"]
},
"beastform": {}
},
"ActiveEffect": {
"beastform": {},
"horde": {}
},
"Combat": {
"combat": {}
},
"ChatMessage": {
"dualityRoll": {},
"adversaryRoll": {},
"damageRoll": {},
"abilityUse": {}
}
},
"background": "systems/daggerheart/assets/logos/FoundrybornBackgroundLogo.png",
"primaryTokenAttribute": "resources.hitPoints",
"secondaryTokenAttribute": "resources.stress",
"url": "https://your/hosted/system/repo/",
"manifest": "https://your/hosted/system/repo/system.json",
"download": "https://your/packaged/download/archive.zip"
}