Fix dice values + miracle/spell roll
This commit is contained in:
16
lang/en.json
16
lang/en.json
@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user