Added modifier inquiry to rolls

Updated json file by adding myself as co-author and added  "+
?{Modifier|0}" inquiry to all 6 rolls to help with bonuses from Stunts,
spells etc.
This commit is contained in:
Maetco
2017-08-13 11:40:01 +03:00
parent b33a3f5208
commit d1218c8afa
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -41,29 +41,29 @@
<tr>
<td><label>Strength</label></td>
<td><input type="number" name="attr_str" title="@{str}"/></td>
<td><button type='roll' value='/roll 4dF + @{str}' name='roll_str' /></td>
<td><button type='roll' value='/roll 4dF + @{str} + ?{Modifier|0}' name='roll_str' /></td>
<td/>
<td><label>Intelligence</label></td>
<td><input type="number" name="attr_int" title="@{int}"/></td>
<td><button type='roll' value='/roll 4dF + @{int}' name='roll_int' /></td>
<td><button type='roll' value='/roll 4dF + @{int} + ?{Modifier|0}' name='roll_int' /></td>
</tr>
<tr>
<td><label>Dexterity</label></td>
<td><input type="number" name="attr_dex" title="@{dex}"/></td>
<td><button type='roll' value='/roll 4dF + @{dex}' name='roll_dex' /></td>
<td><button type='roll' value='/roll 4dF + @{dex} + ?{Modifier|0}' name='roll_dex' /></td>
<td/>
<td><label>Wisdom</label></td>
<td><input type="number" name="attr_wis" title="@{wis}"/></td>
<td><button type='roll' value='/roll 4dF + @{wis}' name='roll_wis' /></td>
<td><button type='roll' value='/roll 4dF + @{wis} + ?{Modifier|0}' name='roll_wis' /></td>
</tr>
<tr>
<td><label>Constitution</label></td>
<td><input type="number" name="attr_con" title="@{con}"/></td>
<td><button type='roll' value='/roll 4dF + @{con}' name='roll_con' /></td>
<td><button type='roll' value='/roll 4dF + @{con} + ?{Modifier|0}' name='roll_con' /></td>
<td/>
<td><label>Charisma</label></td>
<td><input type="number" name="attr_cha" title="@{cha}"/></td>
<td><button type='roll' value='/roll 4dF + @{cha}' name='roll_cha' /></td>
<td><button type='roll' value='/roll 4dF + @{cha} + ?{Modifier|0}' name='roll_cha' /></td>
</tr>
</tbody>
</table>
+1 -1
View File
@@ -2,7 +2,7 @@
"html": "fate.html",
"css": "fate.css",
"roll20userid": "675646",
"authors": "Zachary St Lawrence",
"authors": "Zachary St Lawrence and Maetco",
"preview": "fate.png",
"instructions": "Fate Freeport Character Sheet.\rBased off of Devindra Payment (Ardnived) Fate core character sheet\rwith modifications to more closely mirror the Evilhat official freeport character sheet http://www.evilhat.com/home/wp-content/uploads/2013/02/Fate-Freeport-Character-Sheet.pdf\r\r"
}