Crônicas RPG Fix (#6857)

Fix roll macro for Crônicas RPG Character Sheet
This commit is contained in:
Dungeonist
2020-06-29 11:38:33 -05:00
committed by GitHub
parent bc004f9afd
commit 9684bbafc9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -295,5 +295,5 @@
<th style="text-align:left;"><span>Bônus</span></th>
<th><input type="number" name="attr_bonus" value="0"/></th>
<input type="number" name="attr_dicepool" value="(@{atributo}+@{especializacao}+@{bonus})" disabled="true" />
<button type='roll' value='/roll @{dicepool}d6>4f1!6' name='roll_dices'></button>
<button type='roll' value='/roll @{dicepool}d6!>4' name='roll_dices'></button>
</div>
+1 -1
View File
@@ -4,5 +4,5 @@
"authors": "Leandro Rocha",
"roll20userid": "75009",
"preview": "preview.png",
"instructions": "Ficha (em desenvolvimento) do Sistema Crônicas RPG"
"instructions": "Ficha do Sistema Crônicas RPG"
}