feat: add Healing and Summoning cantrip constraints to suitbuilder
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fc557ab1d5
commit
ede333ed2e
2 changed files with 10 additions and 0 deletions
|
|
@ -206,6 +206,14 @@
|
|||
<input type="checkbox" id="cantrip_legendary_life" value="Legendary Life Magic Aptitude">
|
||||
<label for="cantrip_legendary_life">Life Magic</label>
|
||||
</div>
|
||||
<div class="checkbox-item">
|
||||
<input type="checkbox" id="cantrip_legendary_healing" value="Legendary Healing Prowess">
|
||||
<label for="cantrip_legendary_healing">Healing</label>
|
||||
</div>
|
||||
<div class="checkbox-item">
|
||||
<input type="checkbox" id="cantrip_legendary_summoning" value="Legendary Summoning Prowess">
|
||||
<label for="cantrip_legendary_summoning">Summoning</label>
|
||||
</div>
|
||||
<!-- Legendary Defense -->
|
||||
<div class="checkbox-item">
|
||||
<input type="checkbox" id="cantrip_legendary_magic_defense" value="Legendary Magic Resistance">
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue