mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-11 11:35:59 +01:00
[PR] [Feature] Feature form labels + SRD Update (Adversaries & Environments) (#1429)
* New labels. Time to print them somewhere. * Action buttons have icons. Pretty Iconic * Features tweaked to support only on limited actors * Duplicate ActionTypes+references are removed. * Adversary and Environment SRD entries updated. * Updated name field workflow in character actor. * Adversary name fields are improved as well. * Revert "Updated name field workflow in character actor." This reverts commit66924c530f. * Revert "Adversary name fields are improved as well." This reverts commitf60e8cffda. * Fixed prototype token in Abandoned Grove * Label change --------- Co-authored-by: WBHarry <williambjrklund@gmail.com>
This commit is contained in:
parent
474cf28a53
commit
7d1e70f66f
152 changed files with 731 additions and 405 deletions
|
|
@ -49,7 +49,7 @@
|
|||
"width": 1,
|
||||
"height": 1,
|
||||
"texture": {
|
||||
"src": "AbominationVaults.webp",
|
||||
"src": "systems/daggerheart/assets/icons/documents/actors/forest.svg",
|
||||
"anchorX": 0.5,
|
||||
"anchorY": 0.5,
|
||||
"offsetX": 0,
|
||||
|
|
@ -67,10 +67,10 @@
|
|||
"disposition": -1,
|
||||
"displayBars": 0,
|
||||
"bar1": {
|
||||
"attribute": "resources.hitPoints"
|
||||
"attribute": null
|
||||
},
|
||||
"bar2": {
|
||||
"attribute": "resources.stress"
|
||||
"attribute": null
|
||||
},
|
||||
"light": {
|
||||
"negative": false,
|
||||
|
|
@ -118,7 +118,7 @@
|
|||
"ring": null,
|
||||
"background": null
|
||||
},
|
||||
"effects": 1,
|
||||
"effects": 0,
|
||||
"subject": {
|
||||
"scale": 1,
|
||||
"texture": null
|
||||
|
|
@ -249,7 +249,8 @@
|
|||
}
|
||||
},
|
||||
"originItemType": null,
|
||||
"originId": null
|
||||
"originId": null,
|
||||
"featureForm": "action"
|
||||
},
|
||||
"_id": "maK5OyfrOxcjCoPt",
|
||||
"img": "icons/magic/nature/root-vine-spiral-thorns-teal.webp",
|
||||
|
|
@ -313,7 +314,8 @@
|
|||
"resource": null,
|
||||
"actions": {},
|
||||
"originItemType": null,
|
||||
"originId": null
|
||||
"originId": null,
|
||||
"featureForm": "action"
|
||||
},
|
||||
"_id": "uG5A2XQuUcPsXzgP",
|
||||
"img": "icons/magic/nature/hand-weapon-wood-bark-brown.webp",
|
||||
|
|
@ -361,7 +363,8 @@
|
|||
}
|
||||
},
|
||||
"originItemType": null,
|
||||
"originId": null
|
||||
"originId": null,
|
||||
"featureForm": "action"
|
||||
},
|
||||
"_id": "3kkkbnWEvXk5TPK8",
|
||||
"img": "icons/magic/unholy/strike-hand-glow-pink.webp",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue