Skip to content

Commit 7b33f34

Browse files
committedJun 21, 2022
Update solo-roleplaying-toolkit.html
1 parent 6dcbb94 commit 7b33f34

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed
 

‎solo-roleplaying-toolkit.html

+12-5
Original file line numberDiff line numberDiff line change
@@ -468,11 +468,11 @@
468468
},
469469
"story": {
470470
"turns": {
471-
11: "A sudden turn in favor of the player character(s).",
472-
22: "Any useful progress or clues in the scene will be.",
471+
11: "A sudden turn in favor of the player character(s) and/or their interests.",
472+
22: "Any useful progress or clues in the scene will be offset by ostacles of delays.",
473473
33: "Helpful non-player characters suddenly arrive.",
474474
44: "Hostile non-player characters suddenly arrive.",
475-
55: "An especially unusual item or well-hidden clue is.",
475+
55: "An especially unusual item or well-hidden clue is unlocked within the scene.",
476476
66: "A sudden turn in favor of the Big Bad or other forces aligned against the main characters and their interests."
477477
},
478478
"answer": {
@@ -4269,6 +4269,8 @@
42694269
if (total !== 0 || has_num) types.unshift(" ".repeat(padding) + "Total: <b>" + total + "</b>");
42704270
else if (!types.length) types.unshift("Total: <b>None</b>");
42714271

4272+
$("#reset-dice").style.display = "inline-block";
4273+
42724274
$("#dice-rolls").innerHTML = "";
42734275
fadeIn("#dice-rolls", 0, "<pre><code><p>" + output.join("<br>") + "</p><hr><p>" + types.join("</p><p>") + "</p></code></pre>");
42744276
};
@@ -5413,6 +5415,11 @@
54135415

54145416
#dice-rolls td:first-child { padding-right: 1em; }
54155417

5418+
#reset-dice {
5419+
margin-left: 2em;
5420+
display: none;
5421+
}
5422+
54165423
#specials li { margin-top: 1em; }
54175424

54185425
#strive-result { margin-bottom: 0; }
@@ -5666,7 +5673,7 @@
56665673

56675674
<div id="dice-roller">
56685675
<p><input type="text" id="dice" spellcheck="false" autocomplete="off"></p>
5669-
<p><a onclick="solo.showDice()">Roll Dice</a></p>
5676+
<p><a id="roll-button" onclick="solo.showDice()">Roll Dice</a><a id="reset-dice" onclick="solo.showDiceRoller()">Reset Dice</a></p>
56705677
<br>
56715678

56725679
<div id="dice-rolls">
@@ -6276,7 +6283,7 @@
62766283
<li><i>Ursa Minor</i> by Thomas Davis</li>
62776284
</ul>
62786285

6279-
<p>version: 2022.06.11 tayruh</p>
6286+
<p>version: 2022.06.20 tayruh</p>
62806287
</div>
62816288
</div>
62826289
</body>

0 commit comments

Comments
 (0)