forked from public/bol
d5a5990faa
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.
9 lines
291 B
Handlebars
9 lines
291 B
Handlebars
<h3 class="form-header">{{localize "BOL.ui.weapon"}}</h3>
|
|
|
|
{{#if data.properties.melee}}
|
|
{{> "systems/bol/templates/item/parts/properties/melee-properties.hbs"}}
|
|
{{/if}}
|
|
{{#if data.properties.ranged}}
|
|
{{> "systems/bol/templates/item/parts/properties/ranged-properties.hbs"}}
|
|
{{/if}}
|