mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
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:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user