mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-11 19:45:57 +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
|
|
@ -234,7 +234,7 @@
|
|||
"_id": "vipYd2zMFs0i4Ock",
|
||||
"img": "icons/commodities/metal/chain-silver.webp",
|
||||
"system": {
|
||||
"description": "<p>Creatures <em>Restrained</em> by the Kneebreaker take double damage from attacks by other adversaries.</p>",
|
||||
"description": "<p>Creatures <em>Restrained</em> by the @Lookup[@name] take double damage from attacks by other adversaries.</p>",
|
||||
"resource": null,
|
||||
"actions": {},
|
||||
"originItemType": null,
|
||||
|
|
@ -260,14 +260,14 @@
|
|||
"_id": "Sa4Nt0eoDjirBKGf",
|
||||
"img": "icons/skills/melee/unarmed-punch-fist.webp",
|
||||
"system": {
|
||||
"description": "<p>Make an attack against a target within Melee range. On a success, the target takes no damage but is Restrained and <em>Vulnerable</em>. The target can break free, clearing both conditions, with a successful Strength Roll or is freed automatically if the Kneebreaker takes Major or greater damage.</p>",
|
||||
"description": "<p>Make an attack against a target within Melee range. On a success, the target takes no damage but is Restrained and <em>Vulnerable</em>. The target can break free, clearing both conditions, with a successful Strength Roll or is freed automatically if the @Lookup[@name] takes Major or greater damage.</p>",
|
||||
"resource": null,
|
||||
"actions": {
|
||||
"uMNSQzNPVPhHT34T": {
|
||||
"type": "attack",
|
||||
"_id": "uMNSQzNPVPhHT34T",
|
||||
"systemPath": "actions",
|
||||
"description": "<p>Make an attack against a target within Melee range. On a success, the target takes no damage but is Restrained and <em>Vulnerable</em>. The target can break free, clearing both conditions, with a successful Strength Roll or is freed automatically if the Kneebreaker takes Major or greater damage.</p>",
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue