Add crew member option with pilot rolls integrated
All checks were successful
Release Creation / build (release) Successful in 48s

This commit is contained in:
2025-11-09 22:12:00 +01:00
parent c180365a61
commit 27b09d4546
30 changed files with 687 additions and 85 deletions

View File

@@ -44,6 +44,12 @@
<select name="numericModifierSelect" class="roll-numeric-modifier">
{{selectOptions choiceNumericModifier selected=numericModifierSelect}}
</select>
{{#if vehicleBonus}}
<div class="vehicle-bonus-info">
<label>{{localize "FTLNOMAD.Label.vehicleBonus"}}</label>
<span class="vehicle-bonus-value">+{{vehicleBonus}}</span>
</div>
{{/if}}
{{/if}}
{{#if (eq rollType "weapon")}}