mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
create DHResourceData
This commit is contained in:
parent
31647d71ee
commit
82a7a99b65
7 changed files with 45 additions and 20 deletions
|
|
@ -35,6 +35,9 @@
|
|||
"Settings": {
|
||||
"resultBased": {
|
||||
"label": "Formula based on Hope/Fear result."
|
||||
},
|
||||
"applyTo": {
|
||||
"label": "Targeted Resource"
|
||||
}
|
||||
},
|
||||
"TYPES": {
|
||||
|
|
@ -647,6 +650,10 @@
|
|||
"armorStack": {
|
||||
"name": "Armor Stack",
|
||||
"abbreviation": "AS"
|
||||
},
|
||||
"fear": {
|
||||
"name": "Fear",
|
||||
"abbreviation": "FR"
|
||||
}
|
||||
},
|
||||
"ItemResourceType": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue