Update Template

This commit is contained in:
Bruno Cesar Alves de Freitas Ferreira Mendes
2023-07-16 19:06:54 -03:00
parent 930985d59c
commit de35398215
+3 -3
View File
@@ -17,21 +17,21 @@
<div name="Atributos" class="sheet-attributes">
<div>&nbsp;</div>
<div name="Poder" class="sheet-bold sheet-border">
<button type='roll' value='&{template:default}{{name=@{charactername} - Poder}} {{ [[{1d6+?{Perícia?|Sim,1d6|Não,0}+?{Ganho?|Sim,1d6|Não,0}}+@{poder}]] }}' class="sheet-button-attribute">Poder</button>
<button type='roll' value='&{template:default}{{name=@{charactername} - Poder}} {{Resultado=[[{1d6[Atributo]+?{Perícia?|Sim,1d6[Pericia]|Não,0}+?{Ganho?|Sim,1d6[Ganho]|Não,0}}+@{poder}]]}}' class="sheet-button-attribute">Poder</button>
<div>
<input type="number" name="attr_poder" class="sheet-main-attributes" min="0" value="0"/>
</div>
</div>
<div>&nbsp;</div>
<div name="Habilidade" class="sheet-bold sheet-border">
<button type='roll' class="sheet-button-attribute" value='&{template:default}{{name=@{charactername} - Habilidade}} {{ [[{1d6+?{Perícia?|Sim,1d6|Não,0}+?{Ganho?|Sim,1d6|Não,0}}+@{habilidade}]] }}' >Habilidade</button>
<button type='roll' class="sheet-button-attribute" value='&{template:default}{{name=@{charactername} - Habilidade}} {{Resultado: [[{1d6[Atributo]+?{Perícia?|Sim,1d6[Pericia]|Não,0}+?{Ganho?|Sim,1d6[Ganho]|Não,0}}+@{habilidade}]] }}' >Habilidade</button>
<div>
<input type="number" name="attr_habilidade" class="sheet-main-attributes" min="0" value="0"/>
</div>
</div>
<div>&nbsp;</div>
<div name="Resistencia" class="sheet-bold sheet-border">
<button type='roll' class="sheet-button-attribute" value='&{template:default}{{name=@{charactername} - Resistencia}} {{ [[{1d6+?{Perícia?|Sim,1d6|Não,0}+?{Ganho?|Sim,1d6|Não,0}}+@{resistencia}]] }}' >Resistência</button>
<button type='roll' class="sheet-button-attribute" value='&{template:default}{{name=@{charactername} - Resistencia}} {{Resultado: [[{1d6[Atributo]+?{Perícia?|Sim,1d6[Pericia]|Não,0}+?{Ganho?|Sim,1d6[Ganho]|Não,0}}+@{resistencia}]] }}' >Resistência</button>
<div>
<input type="number" name="attr_resistencia" class="sheet-main-attributes" min="0" value="0"/>
</div>