Fix dice values + miracle/spell roll

This commit is contained in:
2025-01-30 13:40:01 +01:00
parent 560b2eb5ac
commit b78cdb0c10
36 changed files with 160 additions and 91 deletions

View File

@ -281,6 +281,10 @@
}
},
"Label": {
"spell-power": "Spell - Power",
"spell-attack": "Spell - Attack",
"miracle-power": "Miracle - Power",
"miracle-attack": "Miracle - Attack",
"will":"Will",
"dodge":"Dodge",
"toughness":"Toughness",
@ -415,6 +419,12 @@
},
"Miracle": {
"FIELDS": {
"attackRoll": {
"label": "Attack roll"
},
"powerRoll": {
"label": "Power roll"
},
"materialComponent": {
"label": "Material component"
},
@ -636,6 +646,12 @@
},
"Spell": {
"FIELDS": {
"attackRoll": {
"label": "Attack roll"
},
"powerRoll": {
"label": "Power roll"
},
"areaAffected": {
"label": "Area affected"
},