mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-24 16:33:38 +02: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
|
|
@ -320,7 +320,8 @@
|
|||
}
|
||||
},
|
||||
"originItemType": null,
|
||||
"originId": null
|
||||
"originId": null,
|
||||
"featureForm": "action"
|
||||
},
|
||||
"_id": "dI2MGjC7NFAru1Gd",
|
||||
"img": "icons/magic/defensive/shield-barrier-blades-teal.webp",
|
||||
|
|
@ -426,7 +427,8 @@
|
|||
}
|
||||
},
|
||||
"originItemType": null,
|
||||
"originId": null
|
||||
"originId": null,
|
||||
"featureForm": "action"
|
||||
},
|
||||
"_id": "PnQ0m0FLnpht7oE4",
|
||||
"img": "icons/magic/earth/barrier-stone-explosion-red.webp",
|
||||
|
|
@ -532,7 +534,8 @@
|
|||
}
|
||||
},
|
||||
"originItemType": null,
|
||||
"originId": null
|
||||
"originId": null,
|
||||
"featureForm": "action"
|
||||
},
|
||||
"_id": "s2luvEVxJLZmOrdh",
|
||||
"img": "icons/magic/light/projectiles-trio-pink.webp",
|
||||
|
|
@ -565,7 +568,7 @@
|
|||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"value": 0,
|
||||
"max": "1",
|
||||
"recovery": null
|
||||
},
|
||||
|
|
@ -611,7 +614,8 @@
|
|||
}
|
||||
},
|
||||
"originItemType": null,
|
||||
"originId": null
|
||||
"originId": null,
|
||||
"featureForm": "reaction"
|
||||
},
|
||||
"_id": "9cPigHRcUfJC9gD8",
|
||||
"img": "icons/magic/defensive/barrier-shield-dome-blue-purple.webp",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue