From 67499bc1990336c83da3f1e73d6ead0b09609b98 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Sat, 13 Jun 2026 16:29:54 +0200 Subject: [PATCH] fix: add missing arcane_spell_defense entry for D30=1 User spec lists D30=1 as 'Possible Spell Calamity or Catastrophe' for Arcane Spell Defense but it was missing from the table. --- module/config/d30_results_tables.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module/config/d30_results_tables.json b/module/config/d30_results_tables.json index 77d8752..72edb91 100644 --- a/module/config/d30_results_tables.json +++ b/module/config/d30_results_tables.json @@ -653,6 +653,10 @@ "type": "spell_calamity", "description": "A possible spell calamity has occurred" }, + "arcane_spell_defense": { + "type": "spell_calamity", + "description": "Possible Spell Calamity or Catastrophe" + }, "melee_attack": { "type": "fumble", "detail": "melee_fumble",