From ede333ed2e635d753ac208f6465ff6fbfcea3bb9 Mon Sep 17 00:00:00 2001 From: erik Date: Sat, 7 Mar 2026 20:57:11 +0000 Subject: [PATCH] feat: add Healing and Summoning cantrip constraints to suitbuilder Co-Authored-By: Claude Opus 4.6 --- static/suitbuilder.html | 8 ++++++++ static/suitbuilder.js | 2 ++ 2 files changed, 10 insertions(+) diff --git a/static/suitbuilder.html b/static/suitbuilder.html index a860a272..5ede36cc 100644 --- a/static/suitbuilder.html +++ b/static/suitbuilder.html @@ -206,6 +206,14 @@ +
+ + +
+
+ + +
diff --git a/static/suitbuilder.js b/static/suitbuilder.js index 2954443d..f523134b 100644 --- a/static/suitbuilder.js +++ b/static/suitbuilder.js @@ -29,6 +29,8 @@ const COMMON_CANTRIPS = [ 'Legendary Creature Enchantment Aptitude', 'Legendary Item Enchantment Aptitude', 'Legendary Life Magic Aptitude', + 'Legendary Healing Prowess', + 'Legendary Summoning Prowess', // Defense 'Legendary Magic Resistance', 'Legendary Invulnerability',