diff --git a/Dogs-in-the-Vineyard/README.md b/Dogs-in-the-Vineyard/README.md new file mode 100644 index 0000000000..86d52a8737 --- /dev/null +++ b/Dogs-in-the-Vineyard/README.md @@ -0,0 +1,24 @@ +# Dogs in the Vineyard Character Sheet + +This sheet was created for use in Dogs in the Vineyard on Roll20. + +## Feedback + +Report any problems, suggestions or features by sending a private message on Roll20 or submitting an issue on Github. + +[Stephen Malone](https://app.roll20.net/users/552705/) on Roll20 + +## Changelog + +### 0.0.2 +* Added in Stats section for Escalate roll macro. +* Added in NPC tab. +* Changed roll macros in NPC tab to allow user to put in the stats of whichever NPC is applicable. + +### 0.0.1 + +* First release, supporting simple and escalation rolls. +* Stats are set at a minimum of 2 as stated in character creation. +* Each set of rolls is sorted for easier overall sorting. +* Each individual dice roll can be clicked and dragged onto page for easier use. + *Standard Roll20 feature. \ No newline at end of file diff --git a/Dogs-in-the-Vineyard/dogs-npcs.png b/Dogs-in-the-Vineyard/dogs-npcs.png new file mode 100644 index 0000000000..f98ab30f00 Binary files /dev/null and b/Dogs-in-the-Vineyard/dogs-npcs.png differ diff --git a/Dogs-in-the-Vineyard/dogs.css b/Dogs-in-the-Vineyard/dogs.css new file mode 100644 index 0000000000..2eeb9f06bb --- /dev/null +++ b/Dogs-in-the-Vineyard/dogs.css @@ -0,0 +1,99 @@ +/* Tabs */ +.sheet-tab-content { + display: none; +} + +input.sheet-tab-char:checked ~ div.sheet-tab-char, +input.sheet-tab-npc:checked ~ div.sheet-tab-npc, +{ + display: block; +} + +input.sheet-tab +{ + width: 100px; + height: 20px; + position: relative; + margin-bottom: 5px; + cursor: pointer; + z-index: 1; +} + +input.sheet-tab::before +{ + content: attr(title); + + border: solid 1px #a7a7a7; + border-bottom-color: #ffffff; + text-align: center; + display: inline-block; + + background: #bbbbbb; + + width: 100px; + height: 20px; + font-size: 18px; +} + +input.sheet-tab:checked::before +{ + background: #ffffff; +} + +/* Content */ +h1 { + text-align: right; +} + +h3 { + text-align: center; +} + +label { + line-height: 25px; + font-size: 16px; + font-weight: bold; +} + +.sheet-version { + text-align: right; + font-size: 10px; +} + +.sheet-stats-text { + font-size: 14px; + font-weight: bold; +} + +input.sheet-stats-input, input.sheet-traits-input, +input.sheet-relationships-input { + width: 75px; + text-align: center; +} + +input.sheet-traits-info, input.sheet-relationships-info { + width: 300px; +} + +textarea.sheet-textareas { + font-size: 12px; +} + +.sheet-btn-talk, .sheet-btn-phys, .sheet-btn-hand, +.sheet-btn-guns { + margin-right: 33px; +} + +.sheet-btn-phys, .sheet-btn-hand, .sheet-btn-guns, +.sheet-btn-escalate { + margin-left: 33px; +} + +.sheet-npc-name { + display: block; + position: relative; +} + +input.sheet-relationships-info-npc { + width: 333px; +} diff --git a/Dogs-in-the-Vineyard/dogs.html b/Dogs-in-the-Vineyard/dogs.html new file mode 100644 index 0000000000..c6c0eb56d7 --- /dev/null +++ b/Dogs-in-the-Vineyard/dogs.html @@ -0,0 +1,453 @@ + + + + +
+ +
+ + +
+
+ +
+ +
+
+
+
+
+
+
+
+ +
+ +
+
+ + +
+
+

Dogs in the Vineyard

+
+ +
+
Version 0.0.2
+
+
+ +
+ +
+ + +
+ +
+
+ +
+ +
+
+ +
+ +
+
+ +
+ +
+
+ +
+ +
+
+ +
+ +
+ +
+ +
+ + +
+ + +
+

STATS

+
+ + +
+ +
+
+
+
d6
+
+ +
+
+
d6
+
+ +
+ +
+
+
+
d6
+
+ +
+
+
d6
+
+ +
+ +
+ +
+ + +
+

TRAITS

+
+ + +
+ +
+
+ +
+ +
+
+ +
+ +
+
+ +
+ +
+
+ +
+
+ +
+
+
+ +
+ + +
+

RELATIONSHIPS

+
+ + +
+ +
+
+ +
+
+ +
+
+
+ +
+ + +
+ + +
+

BELONGINGS

+
+ + + + +
+

FALLOUT

+
+ + + +
+ +
+ +
+ + +
+

NOTES

+
+ + + +
+ + +
+ + +
+

Dogs in the Vineyard

+
+ +
+
Version 0.0.2
+
+ +
+ + +
+ +
+
+ +
+ +
+
+ +
+ +
+
+ +
+ +
+
+ +
+ +
+
+ +
+ +
+ +
+ + +
+ + +
+ + +
+
+
+
+
+
+
+
+ +
+
+ + +
+ +
+ +
+
+
d6
+
+ +
+
+
d6
+
+ +
+ +
+ +
+
+
d6
+
+ +
+
+
d6
+
+ +
+ +
+ +
+ + +
+ +
+

NOTES

+
+ + + +
+ +
+ +
+ + +
+ + +
+ +
+

TRAITS

+
+ + +
+ +
+
+ +
+
+ +
+
+
+ +
+ + +
+ +
+

RELATIONSHIPS

+
+ + +
+ +
+
+ +
+
+ +
+
+
+ +
+ +
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
d6
+
+
+
+
d6
+
+
+
+
+
+
d6
+
+
+
+
d6
+
+
+
+
+
+
+

NOTES

+
+ +
+
+
+
+
+
+

TRAITS

+
+
+ +
+
+
+
+ +
+
+
+
+
+
+

RELATIONSHIPS

+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+ +
diff --git a/Dogs-in-the-Vineyard/dogs.png b/Dogs-in-the-Vineyard/dogs.png new file mode 100644 index 0000000000..4f578ccafe Binary files /dev/null and b/Dogs-in-the-Vineyard/dogs.png differ diff --git a/Dogs-in-the-Vineyard/sheet.json b/Dogs-in-the-Vineyard/sheet.json new file mode 100644 index 0000000000..2175a8a2e8 --- /dev/null +++ b/Dogs-in-the-Vineyard/sheet.json @@ -0,0 +1,8 @@ +{ + "html": "dogs.html", + "css": "dogs.css", + "authors": "Stephen Malone", + "roll20userid": "552705", + "preview": "dogs.png", + "instructions": "" +}