|
468 | 468 | },
|
469 | 469 | "story": {
|
470 | 470 | "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.", |
473 | 473 | 33: "Helpful non-player characters suddenly arrive.",
|
474 | 474 | 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.", |
476 | 476 | 66: "A sudden turn in favor of the Big Bad or other forces aligned against the main characters and their interests."
|
477 | 477 | },
|
478 | 478 | "answer": {
|
|
4269 | 4269 | if (total !== 0 || has_num) types.unshift(" ".repeat(padding) + "Total: <b>" + total + "</b>");
|
4270 | 4270 | else if (!types.length) types.unshift("Total: <b>None</b>");
|
4271 | 4271 |
|
| 4272 | + $("#reset-dice").style.display = "inline-block"; |
| 4273 | + |
4272 | 4274 | $("#dice-rolls").innerHTML = "";
|
4273 | 4275 | fadeIn("#dice-rolls", 0, "<pre><code><p>" + output.join("<br>") + "</p><hr><p>" + types.join("</p><p>") + "</p></code></pre>");
|
4274 | 4276 | };
|
|
5413 | 5415 |
|
5414 | 5416 | #dice-rolls td:first-child { padding-right: 1em; }
|
5415 | 5417 |
|
| 5418 | + #reset-dice { |
| 5419 | + margin-left: 2em; |
| 5420 | + display: none; |
| 5421 | + } |
| 5422 | + |
5416 | 5423 | #specials li { margin-top: 1em; }
|
5417 | 5424 |
|
5418 | 5425 | #strive-result { margin-bottom: 0; }
|
|
5666 | 5673 |
|
5667 | 5674 | <div id="dice-roller">
|
5668 | 5675 | <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> |
5670 | 5677 | <br>
|
5671 | 5678 |
|
5672 | 5679 | <div id="dice-rolls">
|
|
6276 | 6283 | <li><i>Ursa Minor</i> by Thomas Davis</li>
|
6277 | 6284 | </ul>
|
6278 | 6285 |
|
6279 |
| - <p>version: 2022.06.11 tayruh</p> |
| 6286 | + <p>version: 2022.06.20 tayruh</p> |
6280 | 6287 | </div>
|
6281 | 6288 | </div>
|
6282 | 6289 | </body>
|
|
0 commit comments