forked from public/bol
Support des jets d'attributs et d'aptitudes
Ajout des macros Amélioration des cartons dans le chat avec gestion des succès/échecs/échecs critiques. Support des carrières dans les dialogues de tests d'attibuts et d'aptitudes.
This commit is contained in:
@ -0,0 +1 @@
|
||||
<h3 class="form-header">{{localize "BOL.featureSubtypes.boon"}}</h3>
|
@ -0,0 +1,5 @@
|
||||
<h3 class="form-header">{{localize 'BOL.featureSubtypes.career'}}</h3>
|
||||
<div class="property flexrow">
|
||||
<label class="property-label">{{localize "BOL.ui.rank"}}</label>
|
||||
<input type="text" name="data.rank" value="{{data.rank}}" data-dtype="Number"/>
|
||||
</div>
|
@ -0,0 +1 @@
|
||||
<h3 class="form-header">{{localize "BOL.featureSubtypes.flaw"}}</h3>
|
@ -0,0 +1 @@
|
||||
<h3 class="form-header">{{localize "BOL.featureSubtypes.origin"}}</h3>
|
@ -0,0 +1 @@
|
||||
<h3 class="form-header">{{localize "BOL.featureSubtypes.race"}}</h3>
|
Reference in New Issue
Block a user