mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
[PR][Feature] Adversary Compendium Name Lookup (#1458)
* Exchanged all name references for @Lookup. Removed duplicated descriptions on feature actions. * Corrected action.description fallback
This commit is contained in:
parent
92b31b71a7
commit
2104549617
132 changed files with 672 additions and 669 deletions
|
|
@ -221,7 +221,7 @@
|
|||
"name": "Punish the Guilty",
|
||||
"type": "feature",
|
||||
"system": {
|
||||
"description": "<p>The Archer deals double damage to targets marked Guilty by a High Seraph.</p>",
|
||||
"description": "<p>The @Lookup[@name] deals double damage to targets marked Guilty by a High Seraph.</p>",
|
||||
"resource": null,
|
||||
"actions": {},
|
||||
"originItemType": null,
|
||||
|
|
@ -253,7 +253,7 @@
|
|||
"type": "attack",
|
||||
"_id": "pQLfy0I6sZhgAoIm",
|
||||
"systemPath": "actions",
|
||||
"description": "<p><strong>Mark a Stress</strong> to make a standard attack against up to three targets.</p>",
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue