Fixed defaults for Stitches and added contact info

This commit is contained in:
cbkcook
2021-06-13 20:26:30 -04:00
parent 035e1b0771
commit 7e9bdaac11
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
<label>Hit Threshold </label> <input name="attr_hit_threshold" type="number" value="3" /> <label> </label> <label> </label>
<label>Armor </label> <input name="attr_armor" type="number" value="0" /> <label> </label> <label> </label>
<label>Stitches </label> <input name="attr_stitches" type="number" value="0" /> <label> of </label> <input type="number" name="attr_stitches_max" value="5" disabled >
<label>Stitches </label> <input name="attr_stitches" type="number" value="1" /> <label> of </label> <input type="number" name="attr_stitches_max" value="3" >
</div>
<div class="sheet-damagename sheet-flex-col">
Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

+1 -1
View File
@@ -4,6 +4,6 @@
"authors": "Christine Cook",
"roll20userid": "4360886",
"preview": "preview.png",
"instructions": "Compatible for use with TimeWatch, a GUMSHOE game.",
"instructions": "Compatible for use with TimeWatch, a GUMSHOE game. You can reach me at christine.cook1538@yahoo.ca if there are issues, or you have questions.",
"legacy": false
}