mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-11 11:35:59 +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": "Just a Tree",
|
||||
"type": "feature",
|
||||
"system": {
|
||||
"description": "<p>Before they make their first attack in a fight or after they become Hidden the Treant is indistinguishable from other trees until they next act or a PC succeeds on an Instinct Roll to identify them.</p>",
|
||||
"description": "<p>Before they make their first attack in a fight or after they become Hidden the @Lookup[@name] is indistinguishable from other trees until they next act or a PC succeeds on an Instinct Roll to identify them.</p>",
|
||||
"resource": null,
|
||||
"actions": {},
|
||||
"originItemType": null,
|
||||
|
|
@ -246,14 +246,14 @@
|
|||
"name": "Seed Barrage",
|
||||
"type": "feature",
|
||||
"system": {
|
||||
"description": "<p>Mark a Stress and make an attack against up to three targets within Close range pummeling them with giant acorns Targets the Treant succeeds against take <strong>2d10+5</strong> physical damage.</p>",
|
||||
"description": "<p><strong>Mark a Stress</strong> and make an attack against up to three targets within Close range pummeling them with giant acorns. Targets the @Lookup[@name] succeeds against take <strong>2d10+5</strong> physical damage.</p>",
|
||||
"resource": null,
|
||||
"actions": {
|
||||
"cM5BBUSFxOHBsV2G": {
|
||||
"type": "damage",
|
||||
"_id": "cM5BBUSFxOHBsV2G",
|
||||
"systemPath": "actions",
|
||||
"description": "<p>Mark a Stress and make an attack against up to three targets within Close range pummeling them with giant acorns Targets the Treant succeeds against take <strong>2d10+5</strong> physical damage.</p>",
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [
|
||||
|
|
@ -338,7 +338,7 @@
|
|||
"name": "Take Root",
|
||||
"type": "feature",
|
||||
"system": {
|
||||
"description": "<p><strong>Mark a Stress</strong> to Root the Treant in place. The Treant is Restrained while Rooted and can end this effect instead of moving while they are spotlighted. While Rooted the Treant has resistance to physical damage.</p>",
|
||||
"description": "<p><strong>Mark a Stress</strong> to Root the @Lookup[@name] in place. The @Lookup[@name] is Restrained while Rooted and can end this effect instead of moving while they are spotlighted. While Rooted the @Lookup[@name] has resistance to physical damage.</p>",
|
||||
"resource": null,
|
||||
"actions": {
|
||||
"008EelRlcs6CKGvM": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue