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 <clio-agent@sisyphuslabs.ai>
This commit is contained in:
parent
973c3722bc
commit
7050cfb8b7
2 changed files with 29 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue