From 7050cfb8b799a2efb65e17238e4b0fa7fbad78db Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 4 Mar 2026 16:16:52 +0000 Subject: [PATCH] feat: add missing legendary cantrips to suitbuilder Add Dual Wield, Recklessness, Deception, Sneak Attack, and Dirty Fighting cantrips to both the HTML checkbox UI and the COMMON_CANTRIPS JS array for lock form dropdowns. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus --- static/suitbuilder.html | 23 ++++++++++++++++++++++- static/suitbuilder.js | 8 +++++++- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/static/suitbuilder.html b/static/suitbuilder.html index 4a3b5c75..a860a272 100644 --- a/static/suitbuilder.html +++ b/static/suitbuilder.html @@ -181,6 +181,10 @@ +
+ + +
@@ -211,6 +215,23 @@
+ +
+ + +
+
+ + +
+
+ + +
+
+ + +
@@ -475,4 +496,4 @@ - \ No newline at end of file + diff --git a/static/suitbuilder.js b/static/suitbuilder.js index dafd34cf..2954443d 100644 --- a/static/suitbuilder.js +++ b/static/suitbuilder.js @@ -31,7 +31,13 @@ const COMMON_CANTRIPS = [ 'Legendary Life Magic Aptitude', // Defense 'Legendary Magic Resistance', - 'Legendary Invulnerability' + 'Legendary Invulnerability', + // Combat Skills + 'Legendary Recklessness Prowess', + 'Legendary Dual Wield Aptitude', + 'Legendary Deception Prowess', + 'Legendary Sneak Attack Prowess', + 'Legendary Dirty Fighting Prowess' ]; // Common legendary wards for lock form