Le lancer des armes

On peut maintenant configurer une arme de mélée pour
être lancée
This commit is contained in:
Vincent Vandemeulebrouck
2022-11-18 03:38:17 +01:00
parent eb0afffbd6
commit cdde7c5f2f
10 changed files with 82 additions and 45 deletions

View File

@ -11,6 +11,15 @@
{{/select}}
</select>
</div>
<div class="form-group">
<label for="system.lancer">Compétence de lancer</label>
<select name="system.lancer" data-dtype="String">
{{#select system.lancer}}
<option value="">- lancer impossible -</option>
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-competence-lancer.html"}}
{{/select}}
</select>
</div>
<div class="form-group">
<label for="system.dommages">Dommages </label>
<input class="attribute-value" type="text" name="system.dommages" value="{{system.dommages}}" data-dtype="String"/>