forked from public/foundryvtt-reve-de-dragon
Correction de la protection
This commit is contained in:
@ -1 +1,4 @@
|
||||
<div class="flexrow"><div>{{upperFirst carac.colName}}</div><div class="flex-group-right">{{carac.value}}</div></div>
|
||||
<div class="flexrow">
|
||||
<div>{{upperFirst carac.colName}}</div>
|
||||
<div class="flex-group-right">{{carac.value}}</div>
|
||||
</div>
|
||||
|
@ -1,7 +1,8 @@
|
||||
{{#if protectionnaturelle.value}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/actor/export-scriptarium/carac-derivee.hbs" protectionnaturelle}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/actor/export-scriptarium/carac-derivee.hbs" carac=protectionnaturelle}}
|
||||
{{/if}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/actor/export-scriptarium/carac-derivee.hbs" protection}}
|
||||
{{log 'protectionarmure' protectionarmure}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/actor/export-scriptarium/carac-derivee.hbs" carac=protectionarmure}}
|
||||
{{#if armure.value}}
|
||||
<div class="flexrow flex-group-right"><i>{{armure.value}}</i></div>
|
||||
{{/if}}
|
||||
|
Reference in New Issue
Block a user