mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
118 - adversary data model (#119)
* Fixed datamodel and set up basic template in new style * Added in a temp attack button, because why not * Restored HitPoints counting up
This commit is contained in:
parent
ad0acd62cd
commit
02f16f7363
18 changed files with 307 additions and 935 deletions
|
|
@ -204,7 +204,9 @@
|
|||
"documentTypes": {
|
||||
"Actor": {
|
||||
"pc": {},
|
||||
"adversary": {},
|
||||
"adversary": {
|
||||
"htmlFields": ["description", "motivesAndTactics"]
|
||||
},
|
||||
"environment": {
|
||||
"htmlFields": ["description", "impulses"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue