mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-10 19:17:09 +01:00
[Fix] 900 - Compendium Self Targetting (#1077)
* Fixed classes and subclasses * Went over DomainCards * Everything except de-facto-items * Fixed items * Fixed merge conflicts
This commit is contained in:
parent
7a764e39ae
commit
8e5dd22370
60 changed files with 786 additions and 413 deletions
|
|
@ -24,7 +24,7 @@
|
|||
],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"max": "",
|
||||
"recovery": null
|
||||
},
|
||||
"damage": {
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
"includeBase": false
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"type": "self",
|
||||
"amount": null
|
||||
},
|
||||
"effects": [],
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
},
|
||||
"name": "Attack",
|
||||
"img": "icons/creatures/abilities/paw-print-orange.webp",
|
||||
"range": ""
|
||||
"range": "self"
|
||||
}
|
||||
},
|
||||
"originItemType": null,
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
"name": "Takedown",
|
||||
"img": "icons/creatures/abilities/paw-print-orange.webp",
|
||||
"origin": "Item.okjlLUwEdNOKeUk3",
|
||||
"transfer": false,
|
||||
"transfer": true,
|
||||
"_id": "hE6ciIusvKEtUQ8U",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
|
|
@ -113,7 +113,7 @@
|
|||
"priority": null
|
||||
}
|
||||
],
|
||||
"disabled": false,
|
||||
"disabled": true,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null,
|
||||
|
|
@ -123,7 +123,7 @@
|
|||
"startRound": null,
|
||||
"startTurn": null
|
||||
},
|
||||
"description": "",
|
||||
"description": "<p>You gain a +2 bonus to your Proficiency for this attack and the target must mark a Stress.</p>",
|
||||
"tint": "#ffffff",
|
||||
"statuses": [],
|
||||
"sort": 0,
|
||||
|
|
@ -132,10 +132,11 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"lastModifiedBy": null
|
||||
"lastModifiedBy": "vUIbuan0U50nfKBE",
|
||||
"modifiedTime": 1756041368153
|
||||
},
|
||||
"_key": "!items.effects!0ey4kM9ssj2otHvb.hE6ciIusvKEtUQ8U"
|
||||
}
|
||||
|
|
@ -152,10 +153,10 @@
|
|||
"exportSource": null,
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "1.0.5",
|
||||
"systemVersion": "1.1.0",
|
||||
"createdTime": 1753621786000,
|
||||
"modifiedTime": 1755395696040,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
"modifiedTime": 1756041242273,
|
||||
"lastModifiedBy": "vUIbuan0U50nfKBE"
|
||||
},
|
||||
"_id": "0ey4kM9ssj2otHvb",
|
||||
"sort": 600000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue