fix: add missing arcane_spell_defense entry for D30=1
Release Creation / build (release) Successful in 49s
Release Creation / build (release) Successful in 49s
User spec lists D30=1 as 'Possible Spell Calamity or Catastrophe' for Arcane Spell Defense but it was missing from the table.
This commit is contained in:
@@ -653,6 +653,10 @@
|
|||||||
"type": "spell_calamity",
|
"type": "spell_calamity",
|
||||||
"description": "A possible spell calamity has occurred"
|
"description": "A possible spell calamity has occurred"
|
||||||
},
|
},
|
||||||
|
"arcane_spell_defense": {
|
||||||
|
"type": "spell_calamity",
|
||||||
|
"description": "Possible Spell Calamity or Catastrophe"
|
||||||
|
},
|
||||||
"melee_attack": {
|
"melee_attack": {
|
||||||
"type": "fumble",
|
"type": "fumble",
|
||||||
"detail": "melee_fumble",
|
"detail": "melee_fumble",
|
||||||
|
|||||||
Reference in New Issue
Block a user