mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
Add Grace domain cards setup (#513)
* initial grace cards * add cards with as much setup as is possible in the system --------- Co-authored-by: psitacus <walther.johnson@ucalgary.ca>
This commit is contained in:
parent
ba1e7b7b25
commit
a4b1130142
21 changed files with 2363 additions and 113 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Astral Projection",
|
||||
"img": "icons/svg/item-bag.svg",
|
||||
"img": "systems/daggerheart/assets/icons/domains/grace.svg",
|
||||
"type": "domainCard",
|
||||
"folder": "7O1tTswJMNdPgLsx",
|
||||
"system": {
|
||||
|
|
@ -8,22 +8,57 @@
|
|||
"domain": "grace",
|
||||
"recallCost": 0,
|
||||
"level": 8,
|
||||
"type": "spell"
|
||||
"type": "spell",
|
||||
"actions": {
|
||||
"jhEOXtmSiwm4AX1R": {
|
||||
"type": "effect",
|
||||
"_id": "jhEOXtmSiwm4AX1R",
|
||||
"systemPath": "actions",
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [
|
||||
{
|
||||
"scalable": false,
|
||||
"key": "stress",
|
||||
"value": 1,
|
||||
"keyIsID": false,
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": "1",
|
||||
"recovery": "longRest"
|
||||
},
|
||||
"effects": [],
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
},
|
||||
"name": "Project",
|
||||
"img": "systems/daggerheart/assets/icons/domains/grace.svg",
|
||||
"range": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.344",
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753922784409,
|
||||
"modifiedTime": 1753922784409,
|
||||
"lastModifiedBy": "WafZqd6qLGpBRGTt"
|
||||
"modifiedTime": 1754106928035,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
},
|
||||
"_id": "YNOCNmZ96sCp9NEr",
|
||||
"sort": 3400000,
|
||||
"effects": [],
|
||||
"ownership": {
|
||||
"default": 0
|
||||
},
|
||||
"_key": "!items!YNOCNmZ96sCp9NEr"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue