diff --git a/Ironsworn/Ironsworn.css b/Ironsworn/Ironsworn.css index cbd8ed3f19..73d5247465 100644 --- a/Ironsworn/Ironsworn.css +++ b/Ironsworn/Ironsworn.css @@ -40,7 +40,7 @@ h3 { font-family: Copperplate, "Copperplate Gothic Light", arial; font-weight: bold; width: 100%; - line-height: 28px; + line-height: 24px; font-size: 18px; text-align: center; margin: 0 0 0px; @@ -115,14 +115,16 @@ hr { .sheet-page1tab, .sheet-page2tab, .sheet-page3tab, -.sheet-page4tab { +.sheet-page4tab, +.sheet-page5tab { display: none; } input[type=radio].sheet-page1:checked ~ div.sheet-page1tab, input[type=radio].sheet-page2:checked ~ div.sheet-page2tab, input[type=radio].sheet-page3:checked ~ div.sheet-page3tab, -input[type=radio].sheet-page4:checked ~ div.sheet-page4tab { +input[type=radio].sheet-page4:checked ~ div.sheet-page4tab, +input[type=radio].sheet-page5:checked ~ div.sheet-page5tab { display: block; } @@ -132,25 +134,90 @@ input.sheet-clear-vow + .sheet-vow-clear-label { padding: 2px 4px; } -.sheet-vow-clear-label { - border: 1px solid #ccc; - margin-right: 11px; +input.sheet-pages { + opacity: 0; + cursor: pointer; } -.sheet-pages:checked + .sheet-page-label { +input.sheet-clear-vow { + opacity: 0; + width: 54px; + margin-right: 22px; + cursor: pointer; +} + +.sheet-vow-clear-label { + border: 1px solid #ccc; + margin-left: -80px; + width: 80px; +} + +.sheet-pages:checked + span.sheet-page-label { background-color: black; color: white; } -.sheet-page-label:hover, -.sheet-vow-clear-label:hover { - cursor: pointer; +.sheet-pages:hover + .sheet-page-label, +.sheet-clear-vow:hover + .sheet-vow-clear-label { border-radius: 4px; padding: 2px 4px; background-color: #ccc; color: black; } +.sheet-page-label:hover, +.sheet-vow-clear-label:hover { + border-radius: 4px; + padding: 2px 4px; + background-color: #ccc; + color: black; +} + +input.sheet-page1 { + width: 140px; +} + +span.sheet-page-label-1 { + margin-left: -144px; + width: 140px; +} + +input.sheet-page2 { + width: 75px; +} + +span.sheet-page-label-2 { + width: 75px; + margin-left: -78px; +} + +input.sheet-page3 { + width: 60px; +} + +span.sheet-page-label-3 { + margin-left: -64px; + width: 60px; +} + +input.sheet-page4 { + width: 60px; +} + +span.sheet-page-label-4 { + margin-left: -64px; + width: 60px; +} + +input.sheet-page5 { + width: 60px; +} + +span.sheet-page-label-5 { + margin-left: -64px; + width: 60px; +} + .sheet-vertleft { border-left: 2px solid black; height: 1000px; @@ -197,6 +264,33 @@ input.sheet-clear-vow + .sheet-vow-clear-label { align-items: center; } +input[type=checkbox].sheet-momentum-burn:hover ~ span.sheet-momentum-burn { + border-radius: 4px; + background-color: #ccc; + color: black; +} + +input[type=checkbox].sheet-momentum-burn { + width: 80px; + height: 1.3em; + opacity: 0; +} + +div.sheet-momentum-burn { + margin-bottom: 0.5em; +} + +span.sheet-momentum-burn { + border-radius: 4px; + text-align: center; + border: 1px solid #ccc; + padding: 0.2em 1.3em 0.2em 1.3em; + font-family: Copperplate, "Copperplate Gothic Light", arial; + font-weight: bold; + font-size: 14px; + margin-left: -79px; +} + .sheet-bonds { margin-bottom: 0px; } @@ -228,8 +322,7 @@ input.sheet-clear-vow + .sheet-vow-clear-label { } .sheet-debility { display: flex; - justify-content: center; - align-items: top; + flex-flow: row wrap; } .sheet-flex-container { @@ -329,7 +422,7 @@ textarea.sheet-full-width { } input.sheet-filler[type="radio"], -input[type="checkbox"] +input[type="checkbox"].sheet-checkbox { opacity: 0; width: 16px; @@ -344,7 +437,7 @@ input[type="checkbox"] /* Fake radio/checkbox */ input[type="radio"] + span::before, -input[type="checkbox"] + span::before +input[type="checkbox"].sheet-checkbox + span::before { margin-right: 4px; border: solid 1px #a8a8a8; @@ -364,7 +457,7 @@ input[type="checkbox"] + span::before background: -o-radial-gradient(#f6f6f6, #dfdfdf); background: radial-gradient(#f6f6f6, #dfdfdf); } -input[type="checkbox"] + span::before, +input[type="checkbox"].sheet-checkbox + span::before, input.sheet-filler[type="radio"] + span::before { content: ""; @@ -376,7 +469,7 @@ input.sheet-filler[type="radio"] + span::before -webkit-border-radius: 3px; border-radius: 3px; } -input[type="checkbox"]:checked + span::before +input[type="checkbox"].sheet-checkbox:checked + span::before { content: "■"; } @@ -441,6 +534,18 @@ input.sheet-filler[type="radio"]:checked ~ input.sheet-filler[type="radio"] + sp background-color: #ccc; } +.sheet-oracles { + display: flex; + flex-wrap: wrap; + flex-direction: column; +} + +.sheet-oracle { + margin: 0em; + color: black; + display: flex; +} + .sheet-hidden { display: none; position: absolute; @@ -479,6 +584,186 @@ div.sheet-showhide, display: none; } +/* ORACLES */ +input[type=radio].sheet-action:checked ~ div.sheet-action, +input[type=radio].sheet-theme:checked ~ div.sheet-theme, +input[type=radio].sheet-region:checked ~ div.sheet-region, +input[type=radio].sheet-location:checked ~ div.sheet-location, +input[type=radio].sheet-coastal-waters-location:checked ~ div.sheet-coastal-waters-location, +input[type=radio].sheet-location-descriptor:checked ~ div.sheet-location-descriptor , +input[type=radio].sheet-settlement-name:checked ~ div.sheet-settlement-name, +input[type=radio].sheet-quick-settlement-name:checked ~ div.sheet-quick-settlement-name, +input[type=radio].sheet-settlement-trouble:checked ~ div.sheet-settlement-trouble, +input[type=radio].sheet-character-role:checked ~ div.sheet-character-role, +input[type=radio].sheet-character-goal:checked ~ div.sheet-character-goal, +input[type=radio].sheet-character-descriptor:checked ~ div.sheet-character-descriptor, +input[type=radio].sheet-ironlander-names:checked ~ div.sheet-ironlander-names, +input[type=radio].sheet-elf-names:checked ~ div.sheet-elf-names, +input[type=radio].sheet-giant-names:checked ~ div.sheet-giant-names, +input[type=radio].sheet-varou-names:checked ~ div.sheet-varou-names, +input[type=radio].sheet-troll-names:checked ~ div.sheet-troll-names, +input[type=radio].sheet-combat-action:checked ~ div.sheet-combat-action, +input[type=radio].sheet-mystic-backlash:checked ~ div.sheet-mystic-backlash, +input[type=radio].sheet-major-plot-twist:checked ~ div.sheet-major-plot-twist, +input[type=radio].sheet-challenge-rank:checked ~ div.sheet-challenge-rank, +input[type=radio].sheet-pay-the-price:checked ~ div.sheet-pay-the-price, +input[type=radio].sheet-ask-the-oracle:checked ~ div.sheet-ask-the-oracle , +input[type=radio].sheet-endure-harm:checked ~ div.sheet-endure-harm, +input[type=radio].sheet-endure-stress:checked ~ div.sheet-endure-stress { + display: block; +} + +.sheet-oracle-container { + display: flex; + /* justify-content: space-around; */ + /* width: 500px; */ + font-family: Verdana, Arial, sans-serif; + font-size: 1em; + font-weight: bold; +} + +.sheet-oracle-column { + display: flex; + flex-direction: column; + margin-right: 10px; +} + +span.sheet-oracle-result { + width: 36em; +} + + +.sheet-oracle-box { + border: 2px solid #414042; + box-sizing: border-box; + width: 100%; +} + +.sheet-oracle-box:nth-child(n+2) { + margin-top: 10px; +} + +.sheet-oracle-title { + background-color: #414042; + color: #fff; + border-bottom: 1px solid #414042; + font-size: 1.4em; + padding-left: 5px; + padding-right: 5px; + text-transform: uppercase; + width: 12.3em; +} + +.sheet-oracle-table-preview { + width: auto; +} + +.sheet-oracle-show { + display: inline-flex; + font-size: 1em; + margin: 0em; + padding: 0.3em; +} + +.sheet-oracle-show:hover { + background: #969696; + cursor: pointer; +} + +.sheet-column-wrap { + flex-flow: column wrap; + width: 22.5em; +} + +.sheet-oracle-table { + border: 2px solid #414042; + width: 45em; +} + +.sheet-oracle-table-2-column-group { + display: flex; +} + + +.sheet-oracle-table-2-column { + flex-flow: column wrap; + height: 48em; + display: flex; +} + +.sheet-oracle-table-3-column { + flex-flow: column wrap; + height: 63em; + display: flex; +} + +.sheet-oracle-table-4-column { + flex-flow: column wrap; + height: 93em; + display: flex; +} + +.sheet-oracle-result-4-column { + width: 22em; +} + +.sheet-oracle-row:nth-child(2n+1), .sheet-oracle:nth-child(2n+1) { + background-color: #ddd; +} + +.sheet-oracle-row { + padding: 3px 5px 3px 5px; + display: flex; + height: auto; +} + +.sheet-oracle-row-2-column { + width: 21.7em; +} + +.sheet-oracle-row-3-column { + width: 14.2em; +} + +.sheet-oracle-row-4-column { + width: 10.47em; +} + +.sheet-oracle-result-3-column { + width: 8em; +} + +.sheet-oracle-roll { + width: 15%; +} + +.sheet-oracle-roll-2-column { + width: 45%; +} + +.sheet-oracle-roll-4-column { + width: 109%; +} + +div.sheet-preview-roll { + padding: 0em; +} + +span.sheet-preview-roll { + width: 30%; + margin-left: 1em; +} + +.sheet-button-container { + width: 2.4em; + border-right: 1px solid black; +} + +.sheet-button-container-preview { + width: 2.4em; +} + +/* ASSETS */ input[type="checkbox"].sheet-showhide:checked ~ div.sheet-showhide, input[type="checkbox"].sheet-asset-companion:checked ~ div.sheet-companion, input[type="checkbox"].sheet-asset-path:checked ~ div.sheet-path, @@ -730,13 +1015,125 @@ input.sheet-border-bottom { border-bottom: 1px solid black; } +.sheet-oracle-footer { + background-color: #434b4d; + color: #ffffff; + line-height: 0.9em; + font-size: 0.9em; + font-family: Verdana, arial, sans-serif; + font-variant: small-caps; + font-weight: bold; + text-align: left; + padding: 0.5rem; +} + +/* BONDS */ +.sheet-bond-container { + border: 2px solid #414042; + border-radius: 1em; + margin-bottom: 1em; + padding: 1em; +} + +.sheet-bond-notes { + width: 99%; +} + +.sheet-bond-name, +.sheet-bond-location, +.sheet-bond-descriptors { + border: none; + border-radius: 0em; + background: transparent; + padding: 0; + padding-left: 0.5em; +} + +.sheet-bond-descriptors { + width: 43%; +} + +.sheet-bond-location { + width: 40%; +} + +p.sheet-bond-title { + text-align: left; + font-family: Copperplate, "Copperplate Gothic Light", arial; + font-weight: bold; + font-size: 16px; + margin: 0 0 0px; + padding: 0.1em 0.2em 0.08em 0.2em; + text-transform: uppercase; + vertical-align: bottom; + display: inline; + background: #414042; + color: white; + border-radius: 0.3em 0em 0em 0.3em; +} + +.sheet-bond-name::placeholder, +.sheet-bond-location::placeholder, +.sheet-bond-descriptors::placeholder { + color: #8a8a8a; +} + +input[type="checkbox"].sheet-show-bond-info:checked ~ div.sheet-show-bond-info { + display: flex; + flex-flow: row wrap; +} + +input[type="checkbox"].sheet-show-bond-info { + width: 4.5em; + height: 18px; + top: 0; + opacity: 0; + border-radius: 4px; + padding: 2px 4px; +} + +input[type="checkbox"].sheet-show-bond-info:hover ~ span.sheet-show-bond-info { + border-radius: 4px; + padding: 2px 4px; + background-color: #ccc; + color: black; +} + +input[type="checkbox"].sheet-show-bond-info:checked ~ span.sheet-show-bond-info { + border-radius: 4px; + padding: 2px 4px; + border: 1px solid; + background-color: #414042; + color: white; +} + +span.sheet-show-bond-info { + margin-left: -4.9em; + border-radius: 4px; + padding: 2px 4px; + border: 1px solid; + font-family: Copperplate, "Copperplate Gothic Light", arial; + font-weight: bold; +} + +.sheet-full-width { + width: 100%; + margin-top: 0.3em; +} + /* ROLL TEMPLATE */ .sheet-rolltemplate-ironsworn table>thead>tr>th, .sheet-rolltemplate-ironsworn table>tbody>tr>th, .sheet-rolltemplate-ironsworn table>tfoot>tr>th, .sheet-rolltemplate-ironsworn table>thead>tr>td, .sheet-rolltemplate-ironsworn table>tbody>tr>td, -.sheet-rolltemplate-ironsworn table>tfoot>tr>td { +.sheet-rolltemplate-ironsworn table>tfoot>tr>td, +.sheet-rolltemplate-ironswornoracles table>thead>tr>th, +.sheet-rolltemplate-ironswornoracles table>tbody>tr>th, +.sheet-rolltemplate-ironswornoracles table>tfoot>tr>th, +.sheet-rolltemplate-ironswornoracles table>thead>tr>td, +.sheet-rolltemplate-ironswornoracles table>tbody>tr>td, +.sheet-rolltemplate-ironswornoracles table>tfoot>tr>td { padding: 4px; border: none; } @@ -749,8 +1146,17 @@ input.sheet-border-bottom { margin: 0px; } -.sheet-rolltemplate-ironsworn th { - +.sheet-rolltemplate-ironswornoracles table { + width: 100%; + border: 1px solid; + color: black; + font-size: 1em; + font-family: "Verdana", Arial, sans-serif; + margin: 0px; +} + +.sheet-rolltemplate-ironsworn th, +.sheet-rolltemplate-ironswornoracles th { background-color: #434b4d; color: #ffffff; padding: 2px; @@ -760,7 +1166,8 @@ input.sheet-border-bottom { text-align: center; } -.sheet-rolltemplate-ironsworn .sheet-subheader { +.sheet-rolltemplate-ironsworn .sheet-subheader, +.sheet-rolltemplate-ironswornoracles .sheet-subheader { background-color: #434b4d; color: #ffffff; line-height: 0.9em; @@ -770,10 +1177,11 @@ input.sheet-border-bottom { font-style: italic; font-weight: bold; text-align: left; - padding: 0.5rem 0.5rem 0.2rem 0.5rem; + padding: 0.5rem; } -.sheet-rolltemplate-ironsworn .sheet-subfooter { +.sheet-rolltemplate-ironsworn .sheet-subfooter, +.sheet-rolltemplate-ironswornoracles .sheet-subfooter { background-color: #b9b9b6; line-height: 0.9em; font-size: 0.9em; @@ -789,7 +1197,8 @@ input.sheet-border-bottom { background-color: #761818; } -.sheet-rolltemplate-ironsworn .sheet-opportunity { +.sheet-rolltemplate-ironsworn .sheet-opportunity, +.sheet-rolltemplate-ironswornoracles .sheet-opportunity { color: white; background-color: #0B3F0B; } @@ -814,24 +1223,51 @@ input.sheet-border-bottom { background-color: #761818; } -.sheet-rolltemplate-ironsworn .userscript-tcat { +.sheet-rolltemplate-ironsworn .userscript-tcat, +.sheet-rolltemplate-ironswornoracles .userscript-tcat { font-weight: bold; } -.sheet-rolltemplate-ironsworn td { +.sheet-rolltemplate-ironsworn td, +.sheet-rolltemplate-ironswornoracles td { padding: 5px; /*border-bottom: 1px solid black;*/ } -.sheet-rolltemplate-ironsworn tr:nth-child(odd) { +.sheet-rolltemplate-ironswornoracles .sheet-oracle-dice { + width: 2em; + border-right: 1px solid; + background: #bfbfbf; +} + +.sheet-rolltemplate-ironswornoracles .sheet-oracle-dice span { + border: 0px !important; +} + +.sheet-rolltemplate-ironswornoracles .sheet-oracle-double-dice { + width: 5.7em; + border-right: 1px solid; + text-align: center; + background: #bfbfbf; + padding: 0.1em; +} + +.sheet-rolltemplate-ironswornoracles .sheet-oracle-double-dice span { + border: 0px !important; +} + +.sheet-rolltemplate-ironsworn tr:nth-child(odd), +.sheet-rolltemplate-ironswornoracles tr:nth-child(odd) { background-color: #d9d9d6; } -.sheet-rolltemplate-ironsworn tr:nth-child(even) { +.sheet-rolltemplate-ironsworn tr:nth-child(even), +.sheet-rolltemplate-ironswornoracles tr:nth-child(even) { background-color: #e9e9e6; } -.sheet-rolltemplate-ironsworn .inlinerollresult { +.sheet-rolltemplate-ironsworn .inlinerollresult, +.sheet-rolltemplate-ironswornoracles .inlinerollresult { display: inline-block; min-width: 1.5em; text-align: center; diff --git a/Ironsworn/Ironsworn.html b/Ironsworn/Ironsworn.html index 2a176910d1..0131a0e15e 100644 --- a/Ironsworn/Ironsworn.html +++ b/Ironsworn/Ironsworn.html @@ -4,7 +4,7 @@
|
+
+
+ Burn
+
+10@@ -285,9 +293,9 @@
-
-
+
+
+ Clear
-
-
+
+ Clear
-
-
+
+ Clear
-
-
+
+ Clear
-
-
+
+ Clear
|
|||||
| + |
Wounded |
- + |
Shaken |
||
| + |
Unprepared |
- + |
Encumbered@@ -804,12 +812,14 @@ |
||
| + |
Cursed |
- + |
Tormented@@ -822,18 +832,64 @@ |
||
| + |
Maimed |
- + |
Corrupted |
+ Assets+ |
+ |||
| + | +
+ Oathbreaker+ |
+ + | +
+ Leech+ |
+
+ Custom Assets ++ |
+ |||
| + | +
+ Custom 1+ |
+ + | +
+ Custom 2+ |
+
| Momentum Burn: Strong Hit | +Burn Momentum: Strong Hit | ||
| Momentum Burn: Strong Hit | +Burn Momentum: Strong Hit | ||
| Momentum Burn: Strong Hit | +Burn Momentum: Strong Hit | ||
| Momentum Burn: Strong Hit | +Burn Momentum: Strong Hit | ||
| Momentum Burn: Weak Hit | +Burn Momentum: Weak Hit | ||
| Momentum Burn: Weak Hit | +Burn Momentum: Weak Hit | ||
| {{key}} | {{value}} | - {{/allprops() custom name header}} - {{/custom}} +||
| {{header}} | +|
| {{action}} | ++ {{#rollTotal() action 1}} + Scheme + {{/rollTotal() action 1}} + {{#rollTotal() action 2}} + Clash + {{/rollTotal() action 2}} + {{#rollTotal() action 3}} + Weaken + {{/rollTotal() action 3}} + {{#rollTotal() action 4}} + Initiate + {{/rollTotal() action 4}} + {{#rollTotal() action 5}} + Create + {{/rollTotal() action 5}} + {{#rollTotal() action 6}} + Swear + {{/rollTotal() action 6}} + {{#rollTotal() action 7}} + Avenge + {{/rollTotal() action 7}} + {{#rollTotal() action 8}} + Guard + {{/rollTotal() action 8}} + {{#rollTotal() action 9}} + Defeat + {{/rollTotal() action 9}} + {{#rollTotal() action 10}} + Control + {{/rollTotal() action 10}} + {{#rollTotal() action 11}} + Break + {{/rollTotal() action 11}} + {{#rollTotal() action 12}} + Risk + {{/rollTotal() action 12}} + {{#rollTotal() action 13}} + Surrender + {{/rollTotal() action 13}} + {{#rollTotal() action 14}} + Inspect + {{/rollTotal() action 14}} + {{#rollTotal() action 15}} + Raid + {{/rollTotal() action 15}} + {{#rollTotal() action 16}} + Evade + {{/rollTotal() action 16}} + {{#rollTotal() action 17}} + Assault + {{/rollTotal() action 17}} + {{#rollTotal() action 18}} + Deflect + {{/rollTotal() action 18}} + {{#rollTotal() action 19}} + Threaten + {{/rollTotal() action 19}} + {{#rollTotal() action 20}} + Attack + {{/rollTotal() action 20}} + {{#rollTotal() action 21}} + Leave + {{/rollTotal() action 21}} + {{#rollTotal() action 22}} + Preserve + {{/rollTotal() action 22}} + {{#rollTotal() action 23}} + Manipulate + {{/rollTotal() action 23}} + {{#rollTotal() action 24}} + Remove + {{/rollTotal() action 24}} + {{#rollTotal() action 25}} + Eliminate + {{/rollTotal() action 25}} + {{#rollTotal() action 26}} + Withdraw + {{/rollTotal() action 26}} + {{#rollTotal() action 27}} + Abandon + {{/rollTotal() action 27}} + {{#rollTotal() action 28}} + Investigate + {{/rollTotal() action 28}} + {{#rollTotal() action 29}} + Hold + {{/rollTotal() action 29}} + {{#rollTotal() action 30}} + Focus + {{/rollTotal() action 30}} + {{#rollTotal() action 31}} + Uncover + {{/rollTotal() action 31}} + {{#rollTotal() action 32}} + Breach + {{/rollTotal() action 32}} + {{#rollTotal() action 33}} + Aid + {{/rollTotal() action 33}} + {{#rollTotal() action 34}} + Uphold + {{/rollTotal() action 34}} + {{#rollTotal() action 35}} + Falter + {{/rollTotal() action 35}} + {{#rollTotal() action 36}} + Suppress + {{/rollTotal() action 36}} + {{#rollTotal() action 37}} + Hunt + {{/rollTotal() action 37}} + {{#rollTotal() action 38}} + Share + {{/rollTotal() action 38}} + {{#rollTotal() action 39}} + Destroy + {{/rollTotal() action 39}} + {{#rollTotal() action 40}} + Avoid + {{/rollTotal() action 40}} + {{#rollTotal() action 41}} + Reject + {{/rollTotal() action 41}} + {{#rollTotal() action 42}} + Demand + {{/rollTotal() action 42}} + {{#rollTotal() action 43}} + Explore + {{/rollTotal() action 43}} + {{#rollTotal() action 44}} + Bolster + {{/rollTotal() action 44}} + {{#rollTotal() action 45}} + Seize + {{/rollTotal() action 45}} + {{#rollTotal() action 46}} + Mourn + {{/rollTotal() action 46}} + {{#rollTotal() action 47}} + Reveal + {{/rollTotal() action 47}} + {{#rollTotal() action 48}} + Gather + {{/rollTotal() action 48}} + {{#rollTotal() action 49}} + Defy + {{/rollTotal() action 49}} + {{#rollTotal() action 50}} + Transform + {{/rollTotal() action 50}} + {{#rollTotal() action 51}} + Persevere + {{/rollTotal() action 51}} + {{#rollTotal() action 52}} + Serve + {{/rollTotal() action 52}} + {{#rollTotal() action 53}} + Begin + {{/rollTotal() action 53}} + {{#rollTotal() action 54}} + Move + {{/rollTotal() action 54}} + {{#rollTotal() action 55}} + Coordinate + {{/rollTotal() action 55}} + {{#rollTotal() action 56}} + Resist + {{/rollTotal() action 56}} + {{#rollTotal() action 57}} + Await + {{/rollTotal() action 57}} + {{#rollTotal() action 58}} + Impress + {{/rollTotal() action 58}} + {{#rollTotal() action 59}} + Take + {{/rollTotal() action 59}} + {{#rollTotal() action 60}} + Oppose + {{/rollTotal() action 60}} + {{#rollTotal() action 61}} + Capture + {{/rollTotal() action 61}} + {{#rollTotal() action 62}} + Overwhelm + {{/rollTotal() action 62}} + {{#rollTotal() action 63}} + Challenge + {{/rollTotal() action 63}} + {{#rollTotal() action 64}} + Acquire + {{/rollTotal() action 64}} + {{#rollTotal() action 65}} + Protect + {{/rollTotal() action 65}} + {{#rollTotal() action 66}} + Finish + {{/rollTotal() action 66}} + {{#rollTotal() action 67}} + Strengthen + {{/rollTotal() action 67}} + {{#rollTotal() action 68}} + Restore + {{/rollTotal() action 68}} + {{#rollTotal() action 69}} + Advance + {{/rollTotal() action 69}} + {{#rollTotal() action 70}} + Command + {{/rollTotal() action 70}} + {{#rollTotal() action 71}} + Refuse + {{/rollTotal() action 71}} + {{#rollTotal() action 72}} + Find + {{/rollTotal() action 72}} + {{#rollTotal() action 73}} + Deliver + {{/rollTotal() action 73}} + {{#rollTotal() action 74}} + Hide + {{/rollTotal() action 74}} + {{#rollTotal() action 75}} + Fortify + {{/rollTotal() action 75}} + {{#rollTotal() action 76}} + Betray + {{/rollTotal() action 76}} + {{#rollTotal() action 77}} + Secure + {{/rollTotal() action 77}} + {{#rollTotal() action 78}} + Arrive + {{/rollTotal() action 78}} + {{#rollTotal() action 79}} + Affect + {{/rollTotal() action 79}} + {{#rollTotal() action 80}} + Change + {{/rollTotal() action 80}} + {{#rollTotal() action 81}} + Defend + {{/rollTotal() action 81}} + {{#rollTotal() action 82}} + Debate + {{/rollTotal() action 82}} + {{#rollTotal() action 83}} + Support + {{/rollTotal() action 83}} + {{#rollTotal() action 84}} + Follow + {{/rollTotal() action 84}} + {{#rollTotal() action 85}} + Construct + {{/rollTotal() action 85}} + {{#rollTotal() action 86}} + Locate + {{/rollTotal() action 86}} + {{#rollTotal() action 87}} + Endure + {{/rollTotal() action 87}} + {{#rollTotal() action 88}} + Release + {{/rollTotal() action 88}} + {{#rollTotal() action 89}} + Lose + {{/rollTotal() action 89}} + {{#rollTotal() action 90}} + Reduce + {{/rollTotal() action 90}} + {{#rollTotal() action 91}} + Escalate + {{/rollTotal() action 91}} + {{#rollTotal() action 92}} + Distract + {{/rollTotal() action 92}} + {{#rollTotal() action 93}} + Journey + {{/rollTotal() action 93}} + {{#rollTotal() action 94}} + Escort + {{/rollTotal() action 94}} + {{#rollTotal() action 95}} + Learn + {{/rollTotal() action 95}} + {{#rollTotal() action 96}} + Communicate + {{/rollTotal() action 96}} + {{#rollTotal() action 97}} + Depart + {{/rollTotal() action 97}} + {{#rollTotal() action 98}} + Search + {{/rollTotal() action 98}} + {{#rollTotal() action 99}} + Charge + {{/rollTotal() action 99}} + {{#rollTotal() action 100}} + Summon + {{/rollTotal() action 100}} + | +
| {{theme}} | ++ {{#rollTotal() theme 1}} + Risk + {{/rollTotal() theme 1}} + {{#rollTotal() theme 2}} + Ability + {{/rollTotal() theme 2}} + {{#rollTotal() theme 3}} + Price + {{/rollTotal() theme 3}} + {{#rollTotal() theme 4}} + Ally + {{/rollTotal() theme 4}} + {{#rollTotal() theme 5}} + Battle + {{/rollTotal() theme 5}} + {{#rollTotal() theme 6}} + Safety + {{/rollTotal() theme 6}} + {{#rollTotal() theme 7}} + Survival + {{/rollTotal() theme 7}} + {{#rollTotal() theme 8}} + Weapon + {{/rollTotal() theme 8}} + {{#rollTotal() theme 9}} + Wound + {{/rollTotal() theme 9}} + {{#rollTotal() theme 10}} + Shelter + {{/rollTotal() theme 10}} + {{#rollTotal() theme 11}} + Leader + {{/rollTotal() theme 11}} + {{#rollTotal() theme 12}} + Fear + {{/rollTotal() theme 12}} + {{#rollTotal() theme 13}} + Time + {{/rollTotal() theme 13}} + {{#rollTotal() theme 14}} + Duty + {{/rollTotal() theme 14}} + {{#rollTotal() theme 15}} + Secret + {{/rollTotal() theme 15}} + {{#rollTotal() theme 16}} + Innocence + {{/rollTotal() theme 16}} + {{#rollTotal() theme 17}} + Renown + {{/rollTotal() theme 17}} + {{#rollTotal() theme 18}} + Direction + {{/rollTotal() theme 18}} + {{#rollTotal() theme 19}} + Death + {{/rollTotal() theme 19}} + {{#rollTotal() theme 20}} + Honor + {{/rollTotal() theme 20}} + {{#rollTotal() theme 21}} + Labor + {{/rollTotal() theme 21}} + {{#rollTotal() theme 22}} + Solution + {{/rollTotal() theme 22}} + {{#rollTotal() theme 23}} + Tool + {{/rollTotal() theme 23}} + {{#rollTotal() theme 24}} + Balance + {{/rollTotal() theme 24}} + {{#rollTotal() theme 25}} + Love + {{/rollTotal() theme 25}} + {{#rollTotal() theme 26}} + Barrier + {{/rollTotal() theme 26}} + {{#rollTotal() theme 27}} + Creation + {{/rollTotal() theme 27}} + {{#rollTotal() theme 28}} + Decay + {{/rollTotal() theme 28}} + {{#rollTotal() theme 29}} + Trade + {{/rollTotal() theme 29}} + {{#rollTotal() theme 30}} + Bond + {{/rollTotal() theme 30}} + {{#rollTotal() theme 31}} + Hope + {{/rollTotal() theme 31}} + {{#rollTotal() theme 32}} + Superstition + {{/rollTotal() theme 32}} + {{#rollTotal() theme 33}} + Peace + {{/rollTotal() theme 33}} + {{#rollTotal() theme 34}} + Deception + {{/rollTotal() theme 34}} + {{#rollTotal() theme 35}} + History + {{/rollTotal() theme 35}} + {{#rollTotal() theme 36}} + World + {{/rollTotal() theme 36}} + {{#rollTotal() theme 37}} + Vow + {{/rollTotal() theme 37}} + {{#rollTotal() theme 38}} + Protection + {{/rollTotal() theme 38}} + {{#rollTotal() theme 39}} + Nature + {{/rollTotal() theme 39}} + {{#rollTotal() theme 40}} + Opinion + {{/rollTotal() theme 40}} + {{#rollTotal() theme 41}} + Burden + {{/rollTotal() theme 41}} + {{#rollTotal() theme 42}} + Vengeance + {{/rollTotal() theme 42}} + {{#rollTotal() theme 43}} + Opportunity + {{/rollTotal() theme 43}} + {{#rollTotal() theme 44}} + Faction + {{/rollTotal() theme 44}} + {{#rollTotal() theme 45}} + Danger + {{/rollTotal() theme 45}} + {{#rollTotal() theme 46}} + Corruption + {{/rollTotal() theme 46}} + {{#rollTotal() theme 47}} + Freedom + {{/rollTotal() theme 47}} + {{#rollTotal() theme 48}} + Debt + {{/rollTotal() theme 48}} + {{#rollTotal() theme 49}} + Hate + {{/rollTotal() theme 49}} + {{#rollTotal() theme 50}} + Possession + {{/rollTotal() theme 50}} + {{#rollTotal() theme 51}} + Stranger + {{/rollTotal() theme 51}} + {{#rollTotal() theme 52}} + Passage + {{/rollTotal() theme 52}} + {{#rollTotal() theme 53}} + Land + {{/rollTotal() theme 53}} + {{#rollTotal() theme 54}} + Creature + {{/rollTotal() theme 54}} + {{#rollTotal() theme 55}} + Disease + {{/rollTotal() theme 55}} + {{#rollTotal() theme 56}} + Advantage + {{/rollTotal() theme 56}} + {{#rollTotal() theme 57}} + Blood + {{/rollTotal() theme 57}} + {{#rollTotal() theme 58}} + Language + {{/rollTotal() theme 58}} + {{#rollTotal() theme 59}} + Rumor + {{/rollTotal() theme 59}} + {{#rollTotal() theme 60}} + Weakness + {{/rollTotal() theme 60}} + {{#rollTotal() theme 61}} + Greed + {{/rollTotal() theme 61}} + {{#rollTotal() theme 62}} + Family + {{/rollTotal() theme 62}} + {{#rollTotal() theme 63}} + Resource + {{/rollTotal() theme 63}} + {{#rollTotal() theme 64}} + Structure + {{/rollTotal() theme 64}} + {{#rollTotal() theme 65}} + Dream + {{/rollTotal() theme 65}} + {{#rollTotal() theme 66}} + Community + {{/rollTotal() theme 66}} + {{#rollTotal() theme 67}} + War + {{/rollTotal() theme 67}} + {{#rollTotal() theme 68}} + Portent + {{/rollTotal() theme 68}} + {{#rollTotal() theme 69}} + Prize + {{/rollTotal() theme 69}} + {{#rollTotal() theme 70}} + Destiny + {{/rollTotal() theme 70}} + {{#rollTotal() theme 71}} + Momentum + {{/rollTotal() theme 71}} + {{#rollTotal() theme 72}} + Power + {{/rollTotal() theme 72}} + {{#rollTotal() theme 73}} + Memory + {{/rollTotal() theme 73}} + {{#rollTotal() theme 74}} + Ruin + {{/rollTotal() theme 74}} + {{#rollTotal() theme 75}} + Mysticism + {{/rollTotal() theme 75}} + {{#rollTotal() theme 76}} + Rival + {{/rollTotal() theme 76}} + {{#rollTotal() theme 77}} + Problem + {{/rollTotal() theme 77}} + {{#rollTotal() theme 78}} + Idea + {{/rollTotal() theme 78}} + {{#rollTotal() theme 79}} + Revenge + {{/rollTotal() theme 79}} + {{#rollTotal() theme 80}} + Health + {{/rollTotal() theme 80}} + {{#rollTotal() theme 81}} + Fellowship + {{/rollTotal() theme 81}} + {{#rollTotal() theme 82}} + Enemy + {{/rollTotal() theme 82}} + {{#rollTotal() theme 83}} + Religion + {{/rollTotal() theme 83}} + {{#rollTotal() theme 84}} + Spirit + {{/rollTotal() theme 84}} + {{#rollTotal() theme 85}} + Fame + {{/rollTotal() theme 85}} + {{#rollTotal() theme 86}} + Desolation + {{/rollTotal() theme 86}} + {{#rollTotal() theme 87}} + Strength + {{/rollTotal() theme 87}} + {{#rollTotal() theme 88}} + Knowledge + {{/rollTotal() theme 88}} + {{#rollTotal() theme 89}} + Truth + {{/rollTotal() theme 89}} + {{#rollTotal() theme 90}} + Quest + {{/rollTotal() theme 90}} + {{#rollTotal() theme 91}} + Pride + {{/rollTotal() theme 91}} + {{#rollTotal() theme 92}} + Loss + {{/rollTotal() theme 92}} + {{#rollTotal() theme 93}} + Law + {{/rollTotal() theme 93}} + {{#rollTotal() theme 94}} + Path + {{/rollTotal() theme 94}} + {{#rollTotal() theme 95}} + Warning + {{/rollTotal() theme 95}} + {{#rollTotal() theme 96}} + Relationship + {{/rollTotal() theme 96}} + {{#rollTotal() theme 97}} + Wealth + {{/rollTotal() theme 97}} + {{#rollTotal() theme 98}} + Home + {{/rollTotal() theme 98}} + {{#rollTotal() theme 99}} + Strategy + {{/rollTotal() theme 99}} + {{#rollTotal() theme 100}} + Supply + {{/rollTotal() theme 100}} + | +
| {{region}} | ++ {{#rollBetween() region 1 12}} + Barrier Islands + {{/rollBetween() region 1 12}} + {{#rollBetween() region 13 24}} + Ragged Coast + {{/rollBetween() region 13 24}} + {{#rollBetween() region 25 34}} + Deep Wilds + {{/rollBetween() region 25 34}} + {{#rollBetween() region 35 46}} + Flooded Lands + {{/rollBetween() region 35 46}} + {{#rollBetween() region 47 60}} + Havens + {{/rollBetween() region 47 60}} + {{#rollBetween() region 61 72}} + Hinterlands + {{/rollBetween() region 61 72}} + {{#rollBetween() region 73 84}} + Tempest Hills + {{/rollBetween() region 73 84}} + {{#rollBetween() region 85 94}} + Veiled Mountains + {{/rollBetween() region 85 94}} + {{#rollBetween() region 95 99}} + Shattered Wastes + {{/rollBetween() region 95 99}} + {{#rollTotal() region 100}} + Elsewhere + {{/rollTotal() region 100}} + | +
| {{location}} | ++ {{#rollTotal() location 1}} + Hideout + {{/rollTotal() location 1}} + {{#rollTotal() location 2}} + Ruin + {{/rollTotal() location 2}} + {{#rollTotal() location 3}} + Mine + {{/rollTotal() location 3}} + {{#rollTotal() location 4}} + Waste + {{/rollTotal() location 4}} + {{#rollTotal() location 5}} + Mystical Site + {{/rollTotal() location 5}} + {{#rollTotal() location 6}} + Path + {{/rollTotal() location 6}} + {{#rollTotal() location 7}} + Outpost + {{/rollTotal() location 7}} + {{#rollTotal() location 8}} + Wall + {{/rollTotal() location 8}} + {{#rollTotal() location 9}} + Battlefield + {{/rollTotal() location 9}} + {{#rollTotal() location 10}} + Hovel + {{/rollTotal() location 10}} + {{#rollTotal() location 11}} + Spring + {{/rollTotal() location 11}} + {{#rollTotal() location 12}} + Lair + {{/rollTotal() location 12}} + {{#rollTotal() location 13}} + Fort + {{/rollTotal() location 13}} + {{#rollTotal() location 14}} + Bridge + {{/rollTotal() location 14}} + {{#rollTotal() location 15}} + Camp + {{/rollTotal() location 15}} + {{#rollTotal() location 16 }} + Cairn/Grave + {{/rollTotal() location 16 }} + {{#rollBetween() location 17 18 }} + Caravan + {{/rollBetween() location 17 18 }} + {{#rollBetween() location 19 20 }} + Waterfall + {{/rollBetween() location 19 20 }} + {{#rollBetween() location 21 22 }} + Cave + {{/rollBetween() location 21 22 }} + {{#rollBetween() location 23 24 }} + Swamp + {{/rollBetween() location 23 24 }} + {{#rollBetween() location 25 26 }} + Fen + {{/rollBetween() location 25 26 }} + {{#rollBetween() location 27 28 }} + Ravine + {{/rollBetween() location 27 28 }} + {{#rollBetween() location 29 30 }} + Road + {{/rollBetween() location 29 30 }} + {{#rollBetween() location 31 32 }} + Tree + {{/rollBetween() location 31 32 }} + {{#rollBetween() location 33 34 }} + Pond + {{/rollBetween() location 33 34 }} + {{#rollBetween() location 35 36 }} + Fields + {{/rollBetween() location 35 36 }} + {{#rollBetween() location 37 38 }} + Marsh + {{/rollBetween() location 37 38 }} + {{#rollBetween() location 39 40 }} + Steading + {{/rollBetween() location 39 40 }} + {{#rollBetween() location 41 42 }} + Rapids + {{/rollBetween() location 41 42 }} + {{#rollBetween() location 43 44 }} + Pass + {{/rollBetween() location 43 44 }} + {{#rollBetween() location 45 46 }} + Trail + {{/rollBetween() location 45 46 }} + {{#rollBetween() location 47 48 }} + Glade + {{/rollBetween() location 47 48 }} + {{#rollBetween() location 49 50 }} + Plain + {{/rollBetween() location 49 50 }} + {{#rollBetween() location 51 52 }} + Ridge + {{/rollBetween() location 51 52 }} + {{#rollBetween() location 53 54 }} + Cliff + {{/rollBetween() location 53 54 }} + {{#rollBetween() location 55 56 }} + Grove + {{/rollBetween() location 55 56 }} + {{#rollBetween() location 57 58 }} + Village + {{/rollBetween() location 57 58 }} + {{#rollBetween() location 59 60 }} + Moor + {{/rollBetween() location 59 60 }} + {{#rollBetween() location 61 62 }} + Thicket + {{/rollBetween() location 61 62 }} + {{#rollBetween() location 63 64 }} + River Ford + {{/rollBetween() location 63 64 }} + {{#rollBetween() location 65 66 }} + Valley + {{/rollBetween() location 65 66 }} + {{#rollBetween() location 67 68 }} + Bay/Fjord + {{/rollBetween() location 67 68 }} + {{#rollBetween() location 69 70 }} + Foothills + {{/rollBetween() location 69 70 }} + {{#rollBetween() location 71 72 }} + Lake + {{/rollBetween() location 71 72 }} + {{#rollBetween() location 73 75 }} + River + {{/rollBetween() location 73 75 }} + {{#rollBetween() location 76 79 }} + Forest + {{/rollBetween() location 76 79 }} + {{#rollBetween() location 80 83 }} + Coast + {{/rollBetween() location 80 83 }} + {{#rollBetween() location 84 88 }} + Hill + {{/rollBetween() location 84 88 }} + {{#rollBetween() location 89 93 }} + Mountain + {{/rollBetween() location 89 93 }} + {{#rollBetween() location 94 99 }} + Woods + {{/rollBetween() location 94 99 }} + {{#rollTotal() location 100}} + Anomaly + {{/rollTotal() location 100}} + | +
| {{coastalWatersLocation}} | ++ {{#rollTotal() coastalWatersLocation 1}} + Fleet + {{/rollTotal() coastalWatersLocation 1}} + {{#rollTotal() coastalWatersLocation 2}} + Sargassum + {{/rollTotal() coastalWatersLocation 2}} + {{#rollTotal() coastalWatersLocation 3}} + Flotsam + {{/rollTotal() coastalWatersLocation 3}} + {{#rollTotal() coastalWatersLocation 4}} + Mystical Site + {{/rollTotal() coastalWatersLocation 4}} + {{#rollTotal() coastalWatersLocation 5}} + Lair + {{/rollTotal() coastalWatersLocation 5}} + {{#rollBetween() coastalWatersLocation 6 10}} + Wreck + {{/rollBetween() coastalWatersLocation 6 10}} + {{#rollBetween() coastalWatersLocation 11 15}} + Harbor + {{/rollBetween() coastalWatersLocation 11 15}} + {{#rollBetween() coastalWatersLocation 16 23}} + Ship + {{/rollBetween() coastalWatersLocation 16 23}} + {{#rollBetween() coastalWatersLocation 24 30}} + Rocks + {{/rollBetween() coastalWatersLocation 24 30}} + {{#rollBetween() coastalWatersLocation 31 38}} + Fjord + {{/rollBetween() coastalWatersLocation 31 38}} + {{#rollBetween() coastalWatersLocation 39 46}} + Estuary + {{/rollBetween() coastalWatersLocation 39 46}} + {{#rollBetween() coastalWatersLocation 47 54}} + Cove + {{/rollBetween() coastalWatersLocation 47 54}} + {{#rollBetween() coastalWatersLocation 55 62}} + Bay + {{/rollBetween() coastalWatersLocation 55 62}} + {{#rollBetween() coastalWatersLocation 63 70}} + Ice + {{/rollBetween() coastalWatersLocation 63 70}} + {{#rollBetween() coastalWatersLocation 71 85}} + Island + {{/rollBetween() coastalWatersLocation 71 85}} + {{#rollBetween() coastalWatersLocation 86 99}} + Open Water + {{/rollBetween() coastalWatersLocation 86 99}} + {{#rollTotal() coastalWatersLocation 100}} + Anomaly + {{/rollTotal() coastalWatersLocation 100}} + | +
| {{locationDescriptor}} | ++ {{#rollBetween() locationDescriptor 1 2}} + High + {{/rollBetween() locationDescriptor 1 2}} + {{#rollBetween() locationDescriptor 3 4}} + Remote + {{/rollBetween() locationDescriptor 3 4}} + {{#rollBetween() locationDescriptor 5 6}} + Exposed + {{/rollBetween() locationDescriptor 5 6}} + {{#rollBetween() locationDescriptor 7 8}} + Small + {{/rollBetween() locationDescriptor 7 8}} + {{#rollBetween() locationDescriptor 9 10}} + Broken + {{/rollBetween() locationDescriptor 9 10}} + {{#rollBetween() locationDescriptor 11 12}} + Diverse + {{/rollBetween() locationDescriptor 11 12}} + {{#rollBetween() locationDescriptor 13 14}} + Rough + {{/rollBetween() locationDescriptor 13 14}} + {{#rollBetween() locationDescriptor 15 16}} + Dark + {{/rollBetween() locationDescriptor 15 16}} + {{#rollBetween() locationDescriptor 17 18}} + Shadowy + {{/rollBetween() locationDescriptor 17 18}} + {{#rollBetween() locationDescriptor 19 20}} + Contested + {{/rollBetween() locationDescriptor 19 20}} + {{#rollBetween() locationDescriptor 21 22}} + Grim + {{/rollBetween() locationDescriptor 21 22}} + {{#rollBetween() locationDescriptor 23 24}} + Wild + {{/rollBetween() locationDescriptor 23 24}} + {{#rollBetween() locationDescriptor 25 26}} + Fertile + {{/rollBetween() locationDescriptor 25 26}} + {{#rollBetween() locationDescriptor 27 28}} + Blocked + {{/rollBetween() locationDescriptor 27 28}} + {{#rollBetween() locationDescriptor 29 30}} + Ancient + {{/rollBetween() locationDescriptor 29 30}} + {{#rollBetween() locationDescriptor 31 32}} + Perilous + {{/rollBetween() locationDescriptor 31 32}} + {{#rollBetween() locationDescriptor 33 34}} + Hidden + {{/rollBetween() locationDescriptor 33 34}} + {{#rollBetween() locationDescriptor 35 36}} + Occupied + {{/rollBetween() locationDescriptor 35 36}} + {{#rollBetween() locationDescriptor 37 38}} + Rich + {{/rollBetween() locationDescriptor 37 38}} + {{#rollBetween() locationDescriptor 39 40}} + Big + {{/rollBetween() locationDescriptor 39 40}} + {{#rollBetween() locationDescriptor 41 42}} + Savage + {{/rollBetween() locationDescriptor 41 42}} + {{#rollBetween() locationDescriptor 43 44}} + Defended + {{/rollBetween() locationDescriptor 43 44}} + {{#rollBetween() locationDescriptor 45 46}} + Withered + {{/rollBetween() locationDescriptor 45 46}} + {{#rollBetween() locationDescriptor 47 48}} + Mystical + {{/rollBetween() locationDescriptor 47 48}} + {{#rollBetween() locationDescriptor 49 50}} + Inaccessible + {{/rollBetween() locationDescriptor 49 50}} + {{#rollBetween() locationDescriptor 51 52}} + Protected + {{/rollBetween() locationDescriptor 51 52}} + {{#rollBetween() locationDescriptor 53 54}} + Abandoned + {{/rollBetween() locationDescriptor 53 54}} + {{#rollBetween() locationDescriptor 55 56}} + Wide + {{/rollBetween() locationDescriptor 55 56}} + {{#rollBetween() locationDescriptor 57 58}} + Foul + {{/rollBetween() locationDescriptor 57 58}} + {{#rollBetween() locationDescriptor 59 60}} + Dead + {{/rollBetween() locationDescriptor 59 60}} + {{#rollBetween() locationDescriptor 61 62}} + Ruined + {{/rollBetween() locationDescriptor 61 62}} + {{#rollBetween() locationDescriptor 63 64}} + Barren + {{/rollBetween() locationDescriptor 63 64}} + {{#rollBetween() locationDescriptor 65 66}} + Cold + {{/rollBetween() locationDescriptor 65 66}} + {{#rollBetween() locationDescriptor 67 68}} + Blighted + {{/rollBetween() locationDescriptor 67 68}} + {{#rollBetween() locationDescriptor 69 70}} + Low + {{/rollBetween() locationDescriptor 69 70}} + {{#rollBetween() locationDescriptor 71 72}} + Beautiful + {{/rollBetween() locationDescriptor 71 72}} + {{#rollBetween() locationDescriptor 73 74}} + Abundant + {{/rollBetween() locationDescriptor 73 74}} + {{#rollBetween() locationDescriptor 75 76}} + Lush + {{/rollBetween() locationDescriptor 75 76}} + {{#rollBetween() locationDescriptor 77 78}} + Flooded + {{/rollBetween() locationDescriptor 77 78}} + {{#rollBetween() locationDescriptor 79 80}} + Empty + {{/rollBetween() locationDescriptor 79 80}} + {{#rollBetween() locationDescriptor 81 82}} + Strange + {{/rollBetween() locationDescriptor 81 82}} + {{#rollBetween() locationDescriptor 83 84}} + Corrupted + {{/rollBetween() locationDescriptor 83 84}} + {{#rollBetween() locationDescriptor 85 86}} + Peaceful + {{/rollBetween() locationDescriptor 85 86}} + {{#rollBetween() locationDescriptor 87 88}} + Forgotten + {{/rollBetween() locationDescriptor 87 88}} + {{#rollBetween() locationDescriptor 89 90}} + Expansive + {{/rollBetween() locationDescriptor 89 90}} + {{#rollBetween() locationDescriptor 91 92}} + Settled + {{/rollBetween() locationDescriptor 91 92}} + {{#rollBetween() locationDescriptor 93 94}} + Dense + {{/rollBetween() locationDescriptor 93 94}} + {{#rollBetween() locationDescriptor 95 96}} + Civilized + {{/rollBetween() locationDescriptor 95 96}} + {{#rollBetween() locationDescriptor 97 98}} + Desolate + {{/rollBetween() locationDescriptor 97 98}} + {{#rollBetween() locationDescriptor 99 00}} + Isolated + {{/rollBetween() locationDescriptor 99 00}} + | +
| {{settlementName}} | ++ {{#rollBetween() settlementName 01 15}} + A feature of the landscape. Envision what it is. What makes it unusual or distinctive? + {{/rollBetween() settlementName 01 15}} + {{#rollBetween() settlementName 16 30}} + A manmade edifice. What is it? Why is it important to this settlement’s history? + {{/rollBetween() settlementName 16 30}} + {{#rollBetween() settlementName 31 45}} + A creature. Why have the people of this settlement chosen this creature as their totem? How is it + represented in art or rituals? + {{/rollBetween() settlementName 31 45}} + {{#rollBetween() settlementName 46 60}} + A historical event. What happened here? What place or practice commemorates this event? + {{/rollBetween() settlementName 46 60}} + {{#rollBetween() settlementName 61 75}} + A word in an Old World language. What culture is represented by this word? What does it translate + to? + {{/rollBetween() settlementName 61 75}} + {{#rollBetween() settlementName 76 90}} + A season or environmental aspect. What influence does the weather have on this settlement? + {{/rollBetween() settlementName 76 90}} + {{#rollBetween() settlementName 91 00}} + Something Else.... + {{/rollBetween() settlementName 91 00}} + | +
| {{quickSettlementNamePrefix}}{{quickSettlementNameSuffix}} + | ++ {{#rollBetween() quickSettlementNamePrefix 1 4}} + Bleak + {{/rollBetween() quickSettlementNamePrefix 1 4}} + {{#rollBetween() quickSettlementNamePrefix 5 8}} + Green + {{/rollBetween() quickSettlementNamePrefix 5 8}} + {{#rollBetween() quickSettlementNamePrefix 9 12}} + Wolf + {{/rollBetween() quickSettlementNamePrefix 9 12}} + {{#rollBetween() quickSettlementNamePrefix 13 16}} + Raven + {{/rollBetween() quickSettlementNamePrefix 13 16}} + {{#rollBetween() quickSettlementNamePrefix 17 20}} + Gray + {{/rollBetween() quickSettlementNamePrefix 17 20}} + {{#rollBetween() quickSettlementNamePrefix 21 24}} + Red + {{/rollBetween() quickSettlementNamePrefix 21 24}} + {{#rollBetween() quickSettlementNamePrefix 25 28}} + Axe + {{/rollBetween() quickSettlementNamePrefix 25 28}} + {{#rollBetween() quickSettlementNamePrefix 29 32}} + Great + {{/rollBetween() quickSettlementNamePrefix 29 32}} + {{#rollBetween() quickSettlementNamePrefix 33 36}} + Wood + {{/rollBetween() quickSettlementNamePrefix 33 36}} + {{#rollBetween() quickSettlementNamePrefix 37 40}} + Low + {{/rollBetween() quickSettlementNamePrefix 37 40}} + {{#rollBetween() quickSettlementNamePrefix 41 44}} + White + {{/rollBetween() quickSettlementNamePrefix 41 44}} + {{#rollBetween() quickSettlementNamePrefix 45 48}} + Storm + {{/rollBetween() quickSettlementNamePrefix 45 48}} + {{#rollBetween() quickSettlementNamePrefix 49 52}} + Black + {{/rollBetween() quickSettlementNamePrefix 49 52}} + {{#rollBetween() quickSettlementNamePrefix 53 56}} + Mourn + {{/rollBetween() quickSettlementNamePrefix 53 56}} + {{#rollBetween() quickSettlementNamePrefix 57 60}} + New + {{/rollBetween() quickSettlementNamePrefix 57 60}} + {{#rollBetween() quickSettlementNamePrefix 61 64}} + Stone + {{/rollBetween() quickSettlementNamePrefix 61 64}} + {{#rollBetween() quickSettlementNamePrefix 65 68}} + Grim + {{/rollBetween() quickSettlementNamePrefix 65 68}} + {{#rollBetween() quickSettlementNamePrefix 69 72}} + Lost + {{/rollBetween() quickSettlementNamePrefix 69 72}} + {{#rollBetween() quickSettlementNamePrefix 73 76}} + High + {{/rollBetween() quickSettlementNamePrefix 73 76}} + {{#rollBetween() quickSettlementNamePrefix 77 80}} + Rock + {{/rollBetween() quickSettlementNamePrefix 77 80}} + {{#rollBetween() quickSettlementNamePrefix 81 84}} + Shield + {{/rollBetween() quickSettlementNamePrefix 81 84}} + {{#rollBetween() quickSettlementNamePrefix 85 88}} + Sword + {{/rollBetween() quickSettlementNamePrefix 85 88}} + {{#rollBetween() quickSettlementNamePrefix 89 92}} + Frost + {{/rollBetween() quickSettlementNamePrefix 89 92}} + {{#rollBetween() quickSettlementNamePrefix 93 96}} + Thorn + {{/rollBetween() quickSettlementNamePrefix 93 96}} + {{#rollBetween() quickSettlementNamePrefix 97 100}} + Long + {{/rollBetween() quickSettlementNamePrefix 97 100}} + {{#rollBetween() quickSettlementNameSuffix 1 4}} + moor + {{/rollBetween() quickSettlementNameSuffix 1 4}} + {{#rollBetween() quickSettlementNameSuffix 5 8}} + ford + {{/rollBetween() quickSettlementNameSuffix 5 8}} + {{#rollBetween() quickSettlementNameSuffix 9 12}} + crag + {{/rollBetween() quickSettlementNameSuffix 9 12}} + {{#rollBetween() quickSettlementNameSuffix 13 16}} + watch + {{/rollBetween() quickSettlementNameSuffix 13 16}} + {{#rollBetween() quickSettlementNameSuffix 17 20}} + hope + {{/rollBetween() quickSettlementNameSuffix 17 20}} + {{#rollBetween() quickSettlementNameSuffix 21 24}} + wood + {{/rollBetween() quickSettlementNameSuffix 21 24}} + {{#rollBetween() quickSettlementNameSuffix 25 28}} + ridge + {{/rollBetween() quickSettlementNameSuffix 25 28}} + {{#rollBetween() quickSettlementNameSuffix 29 32}} + stone + {{/rollBetween() quickSettlementNameSuffix 29 32}} + {{#rollBetween() quickSettlementNameSuffix 33 36}} + haven + {{/rollBetween() quickSettlementNameSuffix 33 36}} + {{#rollBetween() quickSettlementNameSuffix 37 40}} + fall(s) + {{/rollBetween() quickSettlementNameSuffix 37 40}} + {{#rollBetween() quickSettlementNameSuffix 41 44}} + river + {{/rollBetween() quickSettlementNameSuffix 41 44}} + {{#rollBetween() quickSettlementNameSuffix 45 48}} + field + {{/rollBetween() quickSettlementNameSuffix 45 48}} + {{#rollBetween() quickSettlementNameSuffix 49 52}} + hill + {{/rollBetween() quickSettlementNameSuffix 49 52}} + {{#rollBetween() quickSettlementNameSuffix 53 56}} + bridge + {{/rollBetween() quickSettlementNameSuffix 53 56}} + {{#rollBetween() quickSettlementNameSuffix 57 60}} + mark + {{/rollBetween() quickSettlementNameSuffix 57 60}} + {{#rollBetween() quickSettlementNameSuffix 61 64}} + cairn + {{/rollBetween() quickSettlementNameSuffix 61 64}} + {{#rollBetween() quickSettlementNameSuffix 65 68}} + land + {{/rollBetween() quickSettlementNameSuffix 65 68}} + {{#rollBetween() quickSettlementNameSuffix 69 72}} + hall + {{/rollBetween() quickSettlementNameSuffix 69 72}} + {{#rollBetween() quickSettlementNameSuffix 73 76}} + mount + {{/rollBetween() quickSettlementNameSuffix 73 76}} + {{#rollBetween() quickSettlementNameSuffix 77 80}} + rock + {{/rollBetween() quickSettlementNameSuffix 77 80}} + {{#rollBetween() quickSettlementNameSuffix 81 84}} + brook + {{/rollBetween() quickSettlementNameSuffix 81 84}} + {{#rollBetween() quickSettlementNameSuffix 85 88}} + barrow + {{/rollBetween() quickSettlementNameSuffix 85 88}} + {{#rollBetween() quickSettlementNameSuffix 89 92}} + stead + {{/rollBetween() quickSettlementNameSuffix 89 92}} + {{#rollBetween() quickSettlementNameSuffix 93 96}} + home + {{/rollBetween() quickSettlementNameSuffix 93 96}} + {{#rollBetween() quickSettlementNameSuffix 97 100}} + wick + {{/rollBetween() quickSettlementNameSuffix 97 100}} + | +
| {{settlementTrouble}} | ++ {{#rollBetween() settlementTrouble 1 2}} + Outsiders rejected + {{/rollBetween() settlementTrouble 1 2}} + {{#rollBetween() settlementTrouble 3 4}} + Dangerous discovery + {{/rollBetween() settlementTrouble 3 4}} + {{#rollBetween() settlementTrouble 5 6}} + Dreadful omens + {{/rollBetween() settlementTrouble 5 6}} + {{#rollBetween() settlementTrouble 7 8}} + Natural disaster + {{/rollBetween() settlementTrouble 7 8}} + {{#rollBetween() settlementTrouble 9 10}} + Old wounds reopened + {{/rollBetween() settlementTrouble 9 10}} + {{#rollBetween() settlementTrouble 11 12}} + Important object is lost + {{/rollBetween() settlementTrouble 11 12}} + {{#rollBetween() settlementTrouble 13 14}} + Someone is captured + {{/rollBetween() settlementTrouble 13 14}} + {{#rollBetween() settlementTrouble 15 16}} + Mysterious phenomenon + {{/rollBetween() settlementTrouble 15 16}} + {{#rollBetween() settlementTrouble 17 18}} + Revolt against a leader + {{/rollBetween() settlementTrouble 17 18}} + {{#rollBetween() settlementTrouble 19 20}} + Vengeful outcast + {{/rollBetween() settlementTrouble 19 20}} + {{#rollBetween() settlementTrouble 21 22}} + Rival settlement + {{/rollBetween() settlementTrouble 21 22}} + {{#rollBetween() settlementTrouble 23 24}} + Nature strikes back + {{/rollBetween() settlementTrouble 23 24}} + {{#rollBetween() settlementTrouble 25 26}} + Someone is missing + {{/rollBetween() settlementTrouble 25 26}} + {{#rollBetween() settlementTrouble 27 28}} + Production halts + {{/rollBetween() settlementTrouble 27 28}} + {{#rollBetween() settlementTrouble 29 30}} + Mysterious murders + {{/rollBetween() settlementTrouble 29 30}} + {{#rollBetween() settlementTrouble 31 32}} + Debt comes due + {{/rollBetween() settlementTrouble 31 32}} + {{#rollBetween() settlementTrouble 33 34}} + Unjust leadership + {{/rollBetween() settlementTrouble 33 34}} + {{#rollBetween() settlementTrouble 35 36}} + Disastrous accident + {{/rollBetween() settlementTrouble 35 36}} + {{#rollBetween() settlementTrouble 37 38}} + In league with the enemy + {{/rollBetween() settlementTrouble 37 38}} + {{#rollBetween() settlementTrouble 39 40}} + Raiders prey on the weak + {{/rollBetween() settlementTrouble 39 40}} + {{#rollBetween() settlementTrouble 41 42}} + Cursed past + {{/rollBetween() settlementTrouble 41 42}} + {{#rollBetween() settlementTrouble 43 44}} + An innocent is accused + {{/rollBetween() settlementTrouble 43 44}} + {{#rollBetween() settlementTrouble 45 46}} + Corrupted by dark magic + {{/rollBetween() settlementTrouble 45 46}} + {{#rollBetween() settlementTrouble 47 48}} + Isolated by brutal weather + {{/rollBetween() settlementTrouble 47 48}} + {{#rollBetween() settlementTrouble 49 50}} + Provisions are scarce + {{/rollBetween() settlementTrouble 49 50}} + {{#rollBetween() settlementTrouble 51 52}} + Sickness run amok + {{/rollBetween() settlementTrouble 51 52}} + {{#rollBetween() settlementTrouble 53 54}} + Allies become enemies + {{/rollBetween() settlementTrouble 53 54}} + {{#rollBetween() settlementTrouble 55 56}} + Attack is imminent + {{/rollBetween() settlementTrouble 55 56}} + {{#rollBetween() settlementTrouble 57 58}} + Lost caravan + {{/rollBetween() settlementTrouble 57 58}} + {{#rollBetween() settlementTrouble 59 60}} + Dark secret revealed + {{/rollBetween() settlementTrouble 59 60}} + {{#rollBetween() settlementTrouble 61 62}} + Urgent expedition + {{/rollBetween() settlementTrouble 61 62}} + {{#rollBetween() settlementTrouble 63 64}} + A leader falls + {{/rollBetween() settlementTrouble 63 64}} + {{#rollBetween() settlementTrouble 65 66}} + Families in conflict + {{/rollBetween() settlementTrouble 65 66}} + {{#rollBetween() settlementTrouble 67 68}} + Incompetent leadership + {{/rollBetween() settlementTrouble 67 68}} + {{#rollBetween() settlementTrouble 69 70}} + Reckless warmongering + {{/rollBetween() settlementTrouble 69 70}} + {{#rollBetween() settlementTrouble 71 72}} + Beast on the hunt + {{/rollBetween() settlementTrouble 71 72}} + {{#rollBetween() settlementTrouble 73 74}} + Betrayed from within + {{/rollBetween() settlementTrouble 73 74}} + {{#rollBetween() settlementTrouble 75 76}} + Broken truce + {{/rollBetween() settlementTrouble 75 76}} + {{#rollBetween() settlementTrouble 77 78}} + Wrathful haunt + {{/rollBetween() settlementTrouble 77 78}} + {{#rollBetween() settlementTrouble 79 80}} + Conflict with firstborn + {{/rollBetween() settlementTrouble 79 80}} + {{#rollBetween() settlementTrouble 81 82}} + Trade route blocked + {{/rollBetween() settlementTrouble 81 82}} + {{#rollBetween() settlementTrouble 83 84}} + In the crossfire + {{/rollBetween() settlementTrouble 83 84}} + {{#rollBetween() settlementTrouble 85 86}} + Stranger causes discord + {{/rollBetween() settlementTrouble 85 86}} + {{#rollBetween() settlementTrouble 87 88}} + Important event threatened + {{/rollBetween() settlementTrouble 87 88}} + {{#rollBetween() settlementTrouble 89 90}} + Dangerous tradition + {{/rollBetween() settlementTrouble 89 90}} + {{#rollBetween() settlementTrouble 91 100}} + Roll twice + {{/rollBetween() settlementTrouble 91 100}} + | +
| {{characterRole}} | ++ {{#rollBetween() characterRole 1 2}} + Criminal + {{/rollBetween() characterRole 1 2}} + {{#rollBetween() characterRole 3 4}} + Healer + {{/rollBetween() characterRole 3 4}} + {{#rollBetween() characterRole 5 6}} + Bandit + {{/rollBetween() characterRole 5 6}} + {{#rollBetween() characterRole 7 9}} + Guide + {{/rollBetween() characterRole 7 9}} + {{#rollBetween() characterRole 10 12}} + Performer + {{/rollBetween() characterRole 10 12}} + {{#rollBetween() characterRole 13 15}} + Miner + {{/rollBetween() characterRole 13 15}} + {{#rollBetween() characterRole 16 18}} + Mercenary + {{/rollBetween() characterRole 16 18}} + {{#rollBetween() characterRole 19 21}} + Outcast + {{/rollBetween() characterRole 19 21}} + {{#rollBetween() characterRole 22 24}} + Vagrant + {{/rollBetween() characterRole 22 24}} + {{#rollBetween() characterRole 25 27}} + Forester + {{/rollBetween() characterRole 25 27}} + {{#rollBetween() characterRole 28 30}} + Traveler + {{/rollBetween() characterRole 28 30}} + {{#rollBetween() characterRole 31 33}} + Mystic + {{/rollBetween() characterRole 31 33}} + {{#rollBetween() characterRole 34 36}} + Priest + {{/rollBetween() characterRole 34 36}} + {{#rollBetween() characterRole 37 39}} + Sailor + {{/rollBetween() characterRole 37 39}} + {{#rollBetween() characterRole 40 42}} + Pilgrim + {{/rollBetween() characterRole 40 42}} + {{#rollBetween() characterRole 43 45}} + Thief + {{/rollBetween() characterRole 43 45}} + {{#rollBetween() characterRole 46 48}} + Adventurer + {{/rollBetween() characterRole 46 48}} + {{#rollBetween() characterRole 49 51}} + Forager + {{/rollBetween() characterRole 49 51}} + {{#rollBetween() characterRole 52 54}} + Leader + {{/rollBetween() characterRole 52 54}} + {{#rollBetween() characterRole 55 58}} + Guard + {{/rollBetween() characterRole 55 58}} + {{#rollBetween() characterRole 59 62}} + Artisan + {{/rollBetween() characterRole 59 62}} + {{#rollBetween() characterRole 63 66}} + Scout + {{/rollBetween() characterRole 63 66}} + {{#rollBetween() characterRole 67 70}} + Herder + {{/rollBetween() characterRole 67 70}} + {{#rollBetween() characterRole 71 74}} + Fisher + {{/rollBetween() characterRole 71 74}} + {{#rollBetween() characterRole 75 79}} + Warrior + {{/rollBetween() characterRole 75 79}} + {{#rollBetween() characterRole 80 84}} + Hunter + {{/rollBetween() characterRole 80 84}} + {{#rollBetween() characterRole 85 89}} + Raider + {{/rollBetween() characterRole 85 89}} + {{#rollBetween() characterRole 90 94}} + Trader + {{/rollBetween() characterRole 90 94}} + {{#rollBetween() characterRole 95 99}} + Farmer + {{/rollBetween() characterRole 95 99}} + {{#rollTotal() characterRole 100}} + Unusual role + {{/rollTotal() characterRole 100}} + | +
| {{characterGoal}} | ++ {{#rollBetween() characterGoal 1 3}} + Obtain an object + {{/rollBetween() characterGoal 1 3}} + {{#rollBetween() characterGoal 4 6}} + Make an agreement + {{/rollBetween() characterGoal 4 6}} + {{#rollBetween() characterGoal 7 9}} + Build a relationship + {{/rollBetween() characterGoal 7 9}} + {{#rollBetween() characterGoal 10 12}} + Undermine a relationship + {{/rollBetween() characterGoal 10 12}} + {{#rollBetween() characterGoal 13 15}} + Seek a truth + {{/rollBetween() characterGoal 13 15}} + {{#rollBetween() characterGoal 16 18}} + Pay a debt + {{/rollBetween() characterGoal 16 18}} + {{#rollBetween() characterGoal 19 21}} + Refute a falsehood + {{/rollBetween() characterGoal 19 21}} + {{#rollBetween() characterGoal 22 24}} + Harm a rival + {{/rollBetween() characterGoal 22 24}} + {{#rollBetween() characterGoal 25 27}} + Cure an ill + {{/rollBetween() characterGoal 25 27}} + {{#rollBetween() characterGoal 28 30}} + Find a person + {{/rollBetween() characterGoal 28 30}} + {{#rollBetween() characterGoal 31 33}} + Find a home + {{/rollBetween() characterGoal 31 33}} + {{#rollBetween() characterGoal 34 36}} + Seize power + {{/rollBetween() characterGoal 34 36}} + {{#rollBetween() characterGoal 37 39}} + Restore a relationship + {{/rollBetween() characterGoal 37 39}} + {{#rollBetween() characterGoal 40 42}} + Create an item + {{/rollBetween() characterGoal 40 42}} + {{#rollBetween() characterGoal 43 45}} + Travel to a place + {{/rollBetween() characterGoal 43 45}} + {{#rollBetween() characterGoal 46 48}} + Secure provisions + {{/rollBetween() characterGoal 46 48}} + {{#rollBetween() characterGoal 49 51}} + Rebel against power + {{/rollBetween() characterGoal 49 51}} + {{#rollBetween() characterGoal 52 54}} + Collect a debt + {{/rollBetween() characterGoal 52 54}} + {{#rollBetween() characterGoal 55 57}} + Protect a secret + {{/rollBetween() characterGoal 55 57}} + {{#rollBetween() characterGoal 58 60}} + Spread faith + {{/rollBetween() characterGoal 58 60}} + {{#rollBetween() characterGoal 61 63}} + Enrich themselves + {{/rollBetween() characterGoal 61 63}} + {{#rollBetween() characterGoal 64 66}} + Protect a person + {{/rollBetween() characterGoal 64 66}} + {{#rollBetween() characterGoal 67 69}} + Protect the status quo + {{/rollBetween() characterGoal 67 69}} + {{#rollBetween() characterGoal 70 72}} + Advance status + {{/rollBetween() characterGoal 70 72}} + {{#rollBetween() characterGoal 73 75}} + Defend a place + {{/rollBetween() characterGoal 73 75}} + {{#rollBetween() characterGoal 76 78}} + Avenge a wrong + {{/rollBetween() characterGoal 76 78}} + {{#rollBetween() characterGoal 79 81}} + Fulfill a duty + {{/rollBetween() characterGoal 79 81}} + {{#rollBetween() characterGoal 82 84}} + Gain knowledge + {{/rollBetween() characterGoal 82 84}} + {{#rollBetween() characterGoal 85 87}} + Prove worthiness + {{/rollBetween() characterGoal 85 87}} + {{#rollBetween() characterGoal 88 90}} + Find redemption + {{/rollBetween() characterGoal 88 90}} + {{#rollBetween() characterGoal 91 92}} + Escape from something + {{/rollBetween() characterGoal 91 92}} + {{#rollBetween() characterGoal 93 95}} + Resolve a dispute + {{/rollBetween() characterGoal 93 95}} + {{#rollBetween() characterGoal 96 100}} + Roll twice + {{/rollBetween() characterGoal 96 100}} + | +
| {{characterDescriptor}} | ++ {{#rollTotal() characterDescriptor 1}} + Stoic + {{/rollTotal() characterDescriptor 1}} + {{#rollTotal() characterDescriptor 2}} + Attractive + {{/rollTotal() characterDescriptor 2}} + {{#rollTotal() characterDescriptor 3}} + Passive + {{/rollTotal() characterDescriptor 3}} + {{#rollTotal() characterDescriptor 4}} + Aloof + {{/rollTotal() characterDescriptor 4}} + {{#rollTotal() characterDescriptor 5}} + Affectionate + {{/rollTotal() characterDescriptor 5}} + {{#rollTotal() characterDescriptor 6}} + Generous + {{/rollTotal() characterDescriptor 6}} + {{#rollTotal() characterDescriptor 7}} + Smug + {{/rollTotal() characterDescriptor 7}} + {{#rollTotal() characterDescriptor 8}} + Armed + {{/rollTotal() characterDescriptor 8}} + {{#rollTotal() characterDescriptor 9}} + Clever + {{/rollTotal() characterDescriptor 9}} + {{#rollTotal() characterDescriptor 10}} + Brave + {{/rollTotal() characterDescriptor 10}} + {{#rollTotal() characterDescriptor 11}} + Ugly + {{/rollTotal() characterDescriptor 11}} + {{#rollTotal() characterDescriptor 12}} + Sociable + {{/rollTotal() characterDescriptor 12}} + {{#rollTotal() characterDescriptor 13}} + Doomed + {{/rollTotal() characterDescriptor 13}} + {{#rollTotal() characterDescriptor 14}} + Connected + {{/rollTotal() characterDescriptor 14}} + {{#rollTotal() characterDescriptor 15}} + Bold + {{/rollTotal() characterDescriptor 15}} + {{#rollTotal() characterDescriptor 16}} + Jealous + {{/rollTotal() characterDescriptor 16}} + {{#rollTotal() characterDescriptor 17}} + Angry + {{/rollTotal() characterDescriptor 17}} + {{#rollTotal() characterDescriptor 18}} + Active + {{/rollTotal() characterDescriptor 18}} + {{#rollTotal() characterDescriptor 19}} + Suspicious + {{/rollTotal() characterDescriptor 19}} + {{#rollTotal() characterDescriptor 20}} + Hostile + {{/rollTotal() characterDescriptor 20}} + {{#rollTotal() characterDescriptor 21}} + Hardhearted + {{/rollTotal() characterDescriptor 21}} + {{#rollTotal() characterDescriptor 22}} + Successful + {{/rollTotal() characterDescriptor 22}} + {{#rollTotal() characterDescriptor 23}} + Talented + {{/rollTotal() characterDescriptor 23}} + {{#rollTotal() characterDescriptor 24}} + Experienced + {{/rollTotal() characterDescriptor 24}} + {{#rollTotal() characterDescriptor 25}} + Deceitful + {{/rollTotal() characterDescriptor 25}} + {{#rollTotal() characterDescriptor 26}} + Ambitious + {{/rollTotal() characterDescriptor 26}} + {{#rollTotal() characterDescriptor 27}} + Aggressive + {{/rollTotal() characterDescriptor 27}} + {{#rollTotal() characterDescriptor 28}} + Conceited + {{/rollTotal() characterDescriptor 28}} + {{#rollTotal() characterDescriptor 29}} + Proud + {{/rollTotal() characterDescriptor 29}} + {{#rollTotal() characterDescriptor 30}} + Stern + {{/rollTotal() characterDescriptor 30}} + {{#rollTotal() characterDescriptor 31}} + Dependent + {{/rollTotal() characterDescriptor 31}} + {{#rollTotal() characterDescriptor 32}} + Wary + {{/rollTotal() characterDescriptor 32}} + {{#rollTotal() characterDescriptor 33}} + Strong + {{/rollTotal() characterDescriptor 33}} + {{#rollTotal() characterDescriptor 34}} + Insightful + {{/rollTotal() characterDescriptor 34}} + {{#rollTotal() characterDescriptor 35}} + Dangerous + {{/rollTotal() characterDescriptor 35}} + {{#rollTotal() characterDescriptor 36}} + Quirky + {{/rollTotal() characterDescriptor 36}} + {{#rollTotal() characterDescriptor 37}} + Cheery + {{/rollTotal() characterDescriptor 37}} + {{#rollTotal() characterDescriptor 38}} + Disfigured + {{/rollTotal() characterDescriptor 38}} + {{#rollTotal() characterDescriptor 39}} + Intolerant + {{/rollTotal() characterDescriptor 39}} + {{#rollTotal() characterDescriptor 40}} + Skilled + {{/rollTotal() characterDescriptor 40}} + {{#rollTotal() characterDescriptor 41}} + Stingy + {{/rollTotal() characterDescriptor 41}} + {{#rollTotal() characterDescriptor 42}} + Timid + {{/rollTotal() characterDescriptor 42}} + {{#rollTotal() characterDescriptor 43}} + Insensitive + {{/rollTotal() characterDescriptor 43}} + {{#rollTotal() characterDescriptor 44}} + Wild + {{/rollTotal() characterDescriptor 44}} + {{#rollTotal() characterDescriptor 45}} + Bitter + {{/rollTotal() characterDescriptor 45}} + {{#rollTotal() characterDescriptor 46}} + Cunning + {{/rollTotal() characterDescriptor 46}} + {{#rollTotal() characterDescriptor 47}} + Remorseful + {{/rollTotal() characterDescriptor 47}} + {{#rollTotal() characterDescriptor 48}} + Kind + {{/rollTotal() characterDescriptor 48}} + {{#rollTotal() characterDescriptor 49}} + Charming + {{/rollTotal() characterDescriptor 49}} + {{#rollTotal() characterDescriptor 50}} + Oblivious + {{/rollTotal() characterDescriptor 50}} + {{#rollTotal() characterDescriptor 51}} + Critical + {{/rollTotal() characterDescriptor 51}} + {{#rollTotal() characterDescriptor 52}} + Cautious + {{/rollTotal() characterDescriptor 52}} + {{#rollTotal() characterDescriptor 53}} + Resourceful + {{/rollTotal() characterDescriptor 53}} + {{#rollTotal() characterDescriptor 54}} + Weary + {{/rollTotal() characterDescriptor 54}} + {{#rollTotal() characterDescriptor 55}} + Wounded + {{/rollTotal() characterDescriptor 55}} + {{#rollTotal() characterDescriptor 56}} + Anxious + {{/rollTotal() characterDescriptor 56}} + {{#rollTotal() characterDescriptor 57}} + Powerful + {{/rollTotal() characterDescriptor 57}} + {{#rollTotal() characterDescriptor 58}} + Athletic + {{/rollTotal() characterDescriptor 58}} + {{#rollTotal() characterDescriptor 59}} + Driven + {{/rollTotal() characterDescriptor 59}} + {{#rollTotal() characterDescriptor 60}} + Cruel + {{/rollTotal() characterDescriptor 60}} + {{#rollTotal() characterDescriptor 61}} + Quiet + {{/rollTotal() characterDescriptor 61}} + {{#rollTotal() characterDescriptor 62}} + Honest + {{/rollTotal() characterDescriptor 62}} + {{#rollTotal() characterDescriptor 63}} + Infamous + {{/rollTotal() characterDescriptor 63}} + {{#rollTotal() characterDescriptor 64}} + Dying + {{/rollTotal() characterDescriptor 64}} + {{#rollTotal() characterDescriptor 65}} + Reclusive + {{/rollTotal() characterDescriptor 65}} + {{#rollTotal() characterDescriptor 66}} + Artistic + {{/rollTotal() characterDescriptor 66}} + {{#rollTotal() characterDescriptor 67}} + Disabled + {{/rollTotal() characterDescriptor 67}} + {{#rollTotal() characterDescriptor 68}} + Confused + {{/rollTotal() characterDescriptor 68}} + {{#rollTotal() characterDescriptor 69}} + Manipulative + {{/rollTotal() characterDescriptor 69}} + {{#rollTotal() characterDescriptor 70}} + Relaxed + {{/rollTotal() characterDescriptor 70}} + {{#rollTotal() characterDescriptor 71}} + Stealthy + {{/rollTotal() characterDescriptor 71}} + {{#rollTotal() characterDescriptor 72}} + Confident + {{/rollTotal() characterDescriptor 72}} + {{#rollTotal() characterDescriptor 73}} + Weak + {{/rollTotal() characterDescriptor 73}} + {{#rollTotal() characterDescriptor 74}} + Friendly + {{/rollTotal() characterDescriptor 74}} + {{#rollTotal() characterDescriptor 75}} + Wise + {{/rollTotal() characterDescriptor 75}} + {{#rollTotal() characterDescriptor 76}} + Influential + {{/rollTotal() characterDescriptor 76}} + {{#rollTotal() characterDescriptor 77}} + Young + {{/rollTotal() characterDescriptor 77}} + {{#rollTotal() characterDescriptor 78}} + Adventurous + {{/rollTotal() characterDescriptor 78}} + {{#rollTotal() characterDescriptor 79}} + Oppressed + {{/rollTotal() characterDescriptor 79}} + {{#rollTotal() characterDescriptor 80}} + Vengeful + {{/rollTotal() characterDescriptor 80}} + {{#rollTotal() characterDescriptor 81}} + Cooperative + {{/rollTotal() characterDescriptor 81}} + {{#rollTotal() characterDescriptor 82}} + Armored + {{/rollTotal() characterDescriptor 82}} + {{#rollTotal() characterDescriptor 83}} + Apathetic + {{/rollTotal() characterDescriptor 83}} + {{#rollTotal() characterDescriptor 84}} + Determined + {{/rollTotal() characterDescriptor 84}} + {{#rollTotal() characterDescriptor 85}} + Loyal + {{/rollTotal() characterDescriptor 85}} + {{#rollTotal() characterDescriptor 86}} + Sick + {{/rollTotal() characterDescriptor 86}} + {{#rollTotal() characterDescriptor 87}} + Religious + {{/rollTotal() characterDescriptor 87}} + {{#rollTotal() characterDescriptor 88}} + Selfish + {{/rollTotal() characterDescriptor 88}} + {{#rollTotal() characterDescriptor 89}} + Old + {{/rollTotal() characterDescriptor 89}} + {{#rollTotal() characterDescriptor 90}} + Fervent + {{/rollTotal() characterDescriptor 90}} + {{#rollTotal() characterDescriptor 91}} + Violent + {{/rollTotal() characterDescriptor 91}} + {{#rollTotal() characterDescriptor 92}} + Agreeable + {{/rollTotal() characterDescriptor 92}} + {{#rollTotal() characterDescriptor 93}} + Hot-tempered + {{/rollTotal() characterDescriptor 93}} + {{#rollTotal() characterDescriptor 94}} + Stubborn + {{/rollTotal() characterDescriptor 94}} + {{#rollTotal() characterDescriptor 95}} + Incompetent + {{/rollTotal() characterDescriptor 95}} + {{#rollTotal() characterDescriptor 96}} + Greedy + {{/rollTotal() characterDescriptor 96}} + {{#rollTotal() characterDescriptor 97}} + Cowardly + {{/rollTotal() characterDescriptor 97}} + {{#rollTotal() characterDescriptor 98}} + Obsessed + {{/rollTotal() characterDescriptor 98}} + {{#rollTotal() characterDescriptor 99}} + Careless + {{/rollTotal() characterDescriptor 99}} + {{#rollTotal() characterDescriptor 100}} + Ironsworn + {{/rollTotal() characterDescriptor 100}} + | +
| {{ironlanderNames}} | ++ {{#rollTotal() ironlanderNames 1}} + Solana + {{/rollTotal() ironlanderNames 1}} + {{#rollTotal() ironlanderNames 2}} + Keelan + {{/rollTotal() ironlanderNames 2}} + {{#rollTotal() ironlanderNames 3}} + Cadigan + {{/rollTotal() ironlanderNames 3}} + {{#rollTotal() ironlanderNames 4}} + Sola + {{/rollTotal() ironlanderNames 4}} + {{#rollTotal() ironlanderNames 5}} + Kodroth + {{/rollTotal() ironlanderNames 5}} + {{#rollTotal() ironlanderNames 6}} + Kione + {{/rollTotal() ironlanderNames 6}} + {{#rollTotal() ironlanderNames 7}} + Katja + {{/rollTotal() ironlanderNames 7}} + {{#rollTotal() ironlanderNames 8}} + Tio + {{/rollTotal() ironlanderNames 8}} + {{#rollTotal() ironlanderNames 9}} + Artiga + {{/rollTotal() ironlanderNames 9}} + {{#rollTotal() ironlanderNames 10}} + Eos + {{/rollTotal() ironlanderNames 10}} + {{#rollTotal() ironlanderNames 11}} + Bastien + {{/rollTotal() ironlanderNames 11}} + {{#rollTotal() ironlanderNames 12}} + Elli + {{/rollTotal() ironlanderNames 12}} + {{#rollTotal() ironlanderNames 13}} + Maura + {{/rollTotal() ironlanderNames 13}} + {{#rollTotal() ironlanderNames 14}} + Haleema + {{/rollTotal() ironlanderNames 14}} + {{#rollTotal() ironlanderNames 15}} + Abella + {{/rollTotal() ironlanderNames 15}} + {{#rollTotal() ironlanderNames 16}} + Morter + {{/rollTotal() ironlanderNames 16}} + {{#rollTotal() ironlanderNames 17}} + Wulan + {{/rollTotal() ironlanderNames 17}} + {{#rollTotal() ironlanderNames 18}} + Mai + {{/rollTotal() ironlanderNames 18}} + {{#rollTotal() ironlanderNames 19}} + Farina + {{/rollTotal() ironlanderNames 19}} + {{#rollTotal() ironlanderNames 20}} + Pearce + {{/rollTotal() ironlanderNames 20}} + {{#rollTotal() ironlanderNames 21}} + Wynne + {{/rollTotal() ironlanderNames 21}} + {{#rollTotal() ironlanderNames 22}} + Haf + {{/rollTotal() ironlanderNames 22}} + {{#rollTotal() ironlanderNames 23}} + Aeddon + {{/rollTotal() ironlanderNames 23}} + {{#rollTotal() ironlanderNames 24}} + Khinara + {{/rollTotal() ironlanderNames 24}} + {{#rollTotal() ironlanderNames 25}} + Milla + {{/rollTotal() ironlanderNames 25}} + {{#rollTotal() ironlanderNames 26}} + Nakata + {{/rollTotal() ironlanderNames 26}} + {{#rollTotal() ironlanderNames 27}} + Kynan + {{/rollTotal() ironlanderNames 27}} + {{#rollTotal() ironlanderNames 28}} + Kiah + {{/rollTotal() ironlanderNames 28}} + {{#rollTotal() ironlanderNames 29}} + Jaggar + {{/rollTotal() ironlanderNames 29}} + {{#rollTotal() ironlanderNames 30}} + Beca + {{/rollTotal() ironlanderNames 30}} + {{#rollTotal() ironlanderNames 31}} + Ikram + {{/rollTotal() ironlanderNames 31}} + {{#rollTotal() ironlanderNames 32}} + Melia + {{/rollTotal() ironlanderNames 32}} + {{#rollTotal() ironlanderNames 33}} + Sidan + {{/rollTotal() ironlanderNames 33}} + {{#rollTotal() ironlanderNames 34}} + Deshi + {{/rollTotal() ironlanderNames 34}} + {{#rollTotal() ironlanderNames 35}} + Tessa + {{/rollTotal() ironlanderNames 35}} + {{#rollTotal() ironlanderNames 36}} + Sibila + {{/rollTotal() ironlanderNames 36}} + {{#rollTotal() ironlanderNames 37}} + Morien + {{/rollTotal() ironlanderNames 37}} + {{#rollTotal() ironlanderNames 38}} + Mona + {{/rollTotal() ironlanderNames 38}} + {{#rollTotal() ironlanderNames 39}} + Padma + {{/rollTotal() ironlanderNames 39}} + {{#rollTotal() ironlanderNames 40}} + Avella + {{/rollTotal() ironlanderNames 40}} + {{#rollTotal() ironlanderNames 41}} + Naila + {{/rollTotal() ironlanderNames 41}} + {{#rollTotal() ironlanderNames 42}} + Lio + {{/rollTotal() ironlanderNames 42}} + {{#rollTotal() ironlanderNames 43}} + Cera + {{/rollTotal() ironlanderNames 43}} + {{#rollTotal() ironlanderNames 44}} + Ithela + {{/rollTotal() ironlanderNames 44}} + {{#rollTotal() ironlanderNames 45}} + Zhan + {{/rollTotal() ironlanderNames 45}} + {{#rollTotal() ironlanderNames 46}} + Kaivan + {{/rollTotal() ironlanderNames 46}} + {{#rollTotal() ironlanderNames 47}} + Valeri + {{/rollTotal() ironlanderNames 47}} + {{#rollTotal() ironlanderNames 48}} + Hirsham + {{/rollTotal() ironlanderNames 48}} + {{#rollTotal() ironlanderNames 49}} + Pemba + {{/rollTotal() ironlanderNames 49}} + {{#rollTotal() ironlanderNames 50}} + Edda + {{/rollTotal() ironlanderNames 50}} + {{#rollTotal() ironlanderNames 51}} + Lestara + {{/rollTotal() ironlanderNames 51}} + {{#rollTotal() ironlanderNames 52}} + Lago + {{/rollTotal() ironlanderNames 52}} + {{#rollTotal() ironlanderNames 53}} + Elstan + {{/rollTotal() ironlanderNames 53}} + {{#rollTotal() ironlanderNames 54}} + Saskia + {{/rollTotal() ironlanderNames 54}} + {{#rollTotal() ironlanderNames 55}} + Kabeera + {{/rollTotal() ironlanderNames 55}} + {{#rollTotal() ironlanderNames 56}} + Caldas + {{/rollTotal() ironlanderNames 56}} + {{#rollTotal() ironlanderNames 57}} + Nisus + {{/rollTotal() ironlanderNames 57}} + {{#rollTotal() ironlanderNames 58}} + Serene + {{/rollTotal() ironlanderNames 58}} + {{#rollTotal() ironlanderNames 59}} + Chenda + {{/rollTotal() ironlanderNames 59}} + {{#rollTotal() ironlanderNames 60}} + Themon + {{/rollTotal() ironlanderNames 60}} + {{#rollTotal() ironlanderNames 61}} + Erin + {{/rollTotal() ironlanderNames 61}} + {{#rollTotal() ironlanderNames 62}} + Alban + {{/rollTotal() ironlanderNames 62}} + {{#rollTotal() ironlanderNames 63}} + Parcell + {{/rollTotal() ironlanderNames 63}} + {{#rollTotal() ironlanderNames 64}} + Jelma + {{/rollTotal() ironlanderNames 64}} + {{#rollTotal() ironlanderNames 65}} + Willa + {{/rollTotal() ironlanderNames 65}} + {{#rollTotal() ironlanderNames 66}} + Nadira + {{/rollTotal() ironlanderNames 66}} + {{#rollTotal() ironlanderNames 67}} + Gwen + {{/rollTotal() ironlanderNames 67}} + {{#rollTotal() ironlanderNames 68}} + Amara + {{/rollTotal() ironlanderNames 68}} + {{#rollTotal() ironlanderNames 69}} + Masias + {{/rollTotal() ironlanderNames 69}} + {{#rollTotal() ironlanderNames 70}} + Kanno + {{/rollTotal() ironlanderNames 70}} + {{#rollTotal() ironlanderNames 71}} + Razeena + {{/rollTotal() ironlanderNames 71}} + {{#rollTotal() ironlanderNames 72}} + Mira + {{/rollTotal() ironlanderNames 72}} + {{#rollTotal() ironlanderNames 73}} + Perella + {{/rollTotal() ironlanderNames 73}} + {{#rollTotal() ironlanderNames 74}} + Myrick + {{/rollTotal() ironlanderNames 74}} + {{#rollTotal() ironlanderNames 75}} + Qamar + {{/rollTotal() ironlanderNames 75}} + {{#rollTotal() ironlanderNames 76}} + Kormak + {{/rollTotal() ironlanderNames 76}} + {{#rollTotal() ironlanderNames 77}} + Zura + {{/rollTotal() ironlanderNames 77}} + {{#rollTotal() ironlanderNames 78}} + Zanita + {{/rollTotal() ironlanderNames 78}} + {{#rollTotal() ironlanderNames 79}} + Brynn + {{/rollTotal() ironlanderNames 79}} + {{#rollTotal() ironlanderNames 80}} + Tegan + {{/rollTotal() ironlanderNames 80}} + {{#rollTotal() ironlanderNames 81}} + Pendry + {{/rollTotal() ironlanderNames 81}} + {{#rollTotal() ironlanderNames 82}} + Quinn + {{/rollTotal() ironlanderNames 82}} + {{#rollTotal() ironlanderNames 83}} + Fanir + {{/rollTotal() ironlanderNames 83}} + {{#rollTotal() ironlanderNames 84}} + Glain + {{/rollTotal() ironlanderNames 84}} + {{#rollTotal() ironlanderNames 85}} + Emelyn + {{/rollTotal() ironlanderNames 85}} + {{#rollTotal() ironlanderNames 86}} + Kendi + {{/rollTotal() ironlanderNames 86}} + {{#rollTotal() ironlanderNames 87}} + Althus + {{/rollTotal() ironlanderNames 87}} + {{#rollTotal() ironlanderNames 88}} + Leela + {{/rollTotal() ironlanderNames 88}} + {{#rollTotal() ironlanderNames 89}} + Ishana + {{/rollTotal() ironlanderNames 89}} + {{#rollTotal() ironlanderNames 90}} + Flint + {{/rollTotal() ironlanderNames 90}} + {{#rollTotal() ironlanderNames 91}} + Delkash + {{/rollTotal() ironlanderNames 91}} + {{#rollTotal() ironlanderNames 92}} + Nia + {{/rollTotal() ironlanderNames 92}} + {{#rollTotal() ironlanderNames 93}} + Nan + {{/rollTotal() ironlanderNames 93}} + {{#rollTotal() ironlanderNames 94}} + Keeara + {{/rollTotal() ironlanderNames 94}} + {{#rollTotal() ironlanderNames 95}} + Katania + {{/rollTotal() ironlanderNames 95}} + {{#rollTotal() ironlanderNames 96}} + Morell + {{/rollTotal() ironlanderNames 96}} + {{#rollTotal() ironlanderNames 97}} + Temir + {{/rollTotal() ironlanderNames 97}} + {{#rollTotal() ironlanderNames 98}} + Bas + {{/rollTotal() ironlanderNames 98}} + {{#rollTotal() ironlanderNames 99}} + Sabine + {{/rollTotal() ironlanderNames 99}} + {{#rollTotal() ironlanderNames 100}} + Tallus + {{/rollTotal() ironlanderNames 100}} + {{#rollTotal() ironlanderNames 101}} + Segura + {{/rollTotal() ironlanderNames 101}} + {{#rollTotal() ironlanderNames 102}} + Gethin + {{/rollTotal() ironlanderNames 102}} + {{#rollTotal() ironlanderNames 103}} + Bataar + {{/rollTotal() ironlanderNames 103}} + {{#rollTotal() ironlanderNames 104}} + Basira + {{/rollTotal() ironlanderNames 104}} + {{#rollTotal() ironlanderNames 105}} + Joa + {{/rollTotal() ironlanderNames 105}} + {{#rollTotal() ironlanderNames 106}} + Glynn + {{/rollTotal() ironlanderNames 106}} + {{#rollTotal() ironlanderNames 107}} + Toran + {{/rollTotal() ironlanderNames 107}} + {{#rollTotal() ironlanderNames 108}} + Arasen + {{/rollTotal() ironlanderNames 108}} + {{#rollTotal() ironlanderNames 109}} + Kuron + {{/rollTotal() ironlanderNames 109}} + {{#rollTotal() ironlanderNames 110}} + Griff + {{/rollTotal() ironlanderNames 110}} + {{#rollTotal() ironlanderNames 111}} + Owena + {{/rollTotal() ironlanderNames 111}} + {{#rollTotal() ironlanderNames 112}} + Adda + {{/rollTotal() ironlanderNames 112}} + {{#rollTotal() ironlanderNames 113}} + Euros + {{/rollTotal() ironlanderNames 113}} + {{#rollTotal() ironlanderNames 114}} + Kova + {{/rollTotal() ironlanderNames 114}} + {{#rollTotal() ironlanderNames 115}} + Kara + {{/rollTotal() ironlanderNames 115}} + {{#rollTotal() ironlanderNames 116}} + Morgan + {{/rollTotal() ironlanderNames 116}} + {{#rollTotal() ironlanderNames 117}} + Nanda + {{/rollTotal() ironlanderNames 117}} + {{#rollTotal() ironlanderNames 118}} + Tamara + {{/rollTotal() ironlanderNames 118}} + {{#rollTotal() ironlanderNames 119}} + Asha + {{/rollTotal() ironlanderNames 119}} + {{#rollTotal() ironlanderNames 120}} + Delos + {{/rollTotal() ironlanderNames 120}} + {{#rollTotal() ironlanderNames 121}} + Torgan + {{/rollTotal() ironlanderNames 121}} + {{#rollTotal() ironlanderNames 122}} + Makari + {{/rollTotal() ironlanderNames 122}} + {{#rollTotal() ironlanderNames 123}} + Selva + {{/rollTotal() ironlanderNames 123}} + {{#rollTotal() ironlanderNames 124}} + Kimura + {{/rollTotal() ironlanderNames 124}} + {{#rollTotal() ironlanderNames 125}} + Rhian + {{/rollTotal() ironlanderNames 125}} + {{#rollTotal() ironlanderNames 126}} + Tristan + {{/rollTotal() ironlanderNames 126}} + {{#rollTotal() ironlanderNames 127}} + Siorra + {{/rollTotal() ironlanderNames 127}} + {{#rollTotal() ironlanderNames 128}} + Sayer + {{/rollTotal() ironlanderNames 128}} + {{#rollTotal() ironlanderNames 129}} + Cortina + {{/rollTotal() ironlanderNames 129}} + {{#rollTotal() ironlanderNames 130}} + Vesna + {{/rollTotal() ironlanderNames 130}} + {{#rollTotal() ironlanderNames 131}} + Kataka + {{/rollTotal() ironlanderNames 131}} + {{#rollTotal() ironlanderNames 132}} + Keyshia + {{/rollTotal() ironlanderNames 132}} + {{#rollTotal() ironlanderNames 133}} + Mila + {{/rollTotal() ironlanderNames 133}} + {{#rollTotal() ironlanderNames 134}} + Lili + {{/rollTotal() ironlanderNames 134}} + {{#rollTotal() ironlanderNames 135}} + Vigo + {{/rollTotal() ironlanderNames 135}} + {{#rollTotal() ironlanderNames 136}} + Sadia + {{/rollTotal() ironlanderNames 136}} + {{#rollTotal() ironlanderNames 137}} + Malik + {{/rollTotal() ironlanderNames 137}} + {{#rollTotal() ironlanderNames 138}} + Dag + {{/rollTotal() ironlanderNames 138}} + {{#rollTotal() ironlanderNames 139}} + Kuno + {{/rollTotal() ironlanderNames 139}} + {{#rollTotal() ironlanderNames 140}} + Reva + {{/rollTotal() ironlanderNames 140}} + {{#rollTotal() ironlanderNames 141}} + Kai + {{/rollTotal() ironlanderNames 141}} + {{#rollTotal() ironlanderNames 142}} + Kalina + {{/rollTotal() ironlanderNames 142}} + {{#rollTotal() ironlanderNames 143}} + Jihan + {{/rollTotal() ironlanderNames 143}} + {{#rollTotal() ironlanderNames 144}} + Hennion + {{/rollTotal() ironlanderNames 144}} + {{#rollTotal() ironlanderNames 145}} + Abram + {{/rollTotal() ironlanderNames 145}} + {{#rollTotal() ironlanderNames 146}} + Aida + {{/rollTotal() ironlanderNames 146}} + {{#rollTotal() ironlanderNames 147}} + Myrtle + {{/rollTotal() ironlanderNames 147}} + {{#rollTotal() ironlanderNames 148}} + Nekun + {{/rollTotal() ironlanderNames 148}} + {{#rollTotal() ironlanderNames 149}} + Menna + {{/rollTotal() ironlanderNames 149}} + {{#rollTotal() ironlanderNames 150}} + Tahir + {{/rollTotal() ironlanderNames 150}} + {{#rollTotal() ironlanderNames 151}} + Sarria + {{/rollTotal() ironlanderNames 151}} + {{#rollTotal() ironlanderNames 152}} + Nakura + {{/rollTotal() ironlanderNames 152}} + {{#rollTotal() ironlanderNames 153}} + Akiya + {{/rollTotal() ironlanderNames 153}} + {{#rollTotal() ironlanderNames 154}} + Talan + {{/rollTotal() ironlanderNames 154}} + {{#rollTotal() ironlanderNames 155}} + Mattick + {{/rollTotal() ironlanderNames 155}} + {{#rollTotal() ironlanderNames 156}} + Okoth + {{/rollTotal() ironlanderNames 156}} + {{#rollTotal() ironlanderNames 157}} + Khulan + {{/rollTotal() ironlanderNames 157}} + {{#rollTotal() ironlanderNames 158}} + Verena + {{/rollTotal() ironlanderNames 158}} + {{#rollTotal() ironlanderNames 159}} + Beltran + {{/rollTotal() ironlanderNames 159}} + {{#rollTotal() ironlanderNames 160}} + Del + {{/rollTotal() ironlanderNames 160}} + {{#rollTotal() ironlanderNames 161}} + Ranna + {{/rollTotal() ironlanderNames 161}} + {{#rollTotal() ironlanderNames 162}} + Alina + {{/rollTotal() ironlanderNames 162}} + {{#rollTotal() ironlanderNames 163}} + Muna + {{/rollTotal() ironlanderNames 163}} + {{#rollTotal() ironlanderNames 164}} + Mura + {{/rollTotal() ironlanderNames 164}} + {{#rollTotal() ironlanderNames 165}} + Torrens + {{/rollTotal() ironlanderNames 165}} + {{#rollTotal() ironlanderNames 166}} + Yuda + {{/rollTotal() ironlanderNames 166}} + {{#rollTotal() ironlanderNames 167}} + Nazmi + {{/rollTotal() ironlanderNames 167}} + {{#rollTotal() ironlanderNames 168}} + Ghalen + {{/rollTotal() ironlanderNames 168}} + {{#rollTotal() ironlanderNames 169}} + Sarda + {{/rollTotal() ironlanderNames 169}} + {{#rollTotal() ironlanderNames 170}} + Shona + {{/rollTotal() ironlanderNames 170}} + {{#rollTotal() ironlanderNames 171}} + Kalidas + {{/rollTotal() ironlanderNames 171}} + {{#rollTotal() ironlanderNames 172}} + Wena + {{/rollTotal() ironlanderNames 172}} + {{#rollTotal() ironlanderNames 173}} + Sendra + {{/rollTotal() ironlanderNames 173}} + {{#rollTotal() ironlanderNames 174}} + Kori + {{/rollTotal() ironlanderNames 174}} + {{#rollTotal() ironlanderNames 175}} + Setara + {{/rollTotal() ironlanderNames 175}} + {{#rollTotal() ironlanderNames 176}} + Lucia + {{/rollTotal() ironlanderNames 176}} + {{#rollTotal() ironlanderNames 177}} + Maya + {{/rollTotal() ironlanderNames 177}} + {{#rollTotal() ironlanderNames 178}} + Reema + {{/rollTotal() ironlanderNames 178}} + {{#rollTotal() ironlanderNames 179}} + Yorath + {{/rollTotal() ironlanderNames 179}} + {{#rollTotal() ironlanderNames 180}} + Rhoddri + {{/rollTotal() ironlanderNames 180}} + {{#rollTotal() ironlanderNames 181}} + Shekhar + {{/rollTotal() ironlanderNames 181}} + {{#rollTotal() ironlanderNames 182}} + Servan + {{/rollTotal() ironlanderNames 182}} + {{#rollTotal() ironlanderNames 183}} + Reese + {{/rollTotal() ironlanderNames 183}} + {{#rollTotal() ironlanderNames 184}} + Kenrick + {{/rollTotal() ironlanderNames 184}} + {{#rollTotal() ironlanderNames 185}} + Indirra + {{/rollTotal() ironlanderNames 185}} + {{#rollTotal() ironlanderNames 186}} + Giliana + {{/rollTotal() ironlanderNames 186}} + {{#rollTotal() ironlanderNames 187}} + Jebran + {{/rollTotal() ironlanderNames 187}} + {{#rollTotal() ironlanderNames 188}} + Kotama + {{/rollTotal() ironlanderNames 188}} + {{#rollTotal() ironlanderNames 189}} + Fara + {{/rollTotal() ironlanderNames 189}} + {{#rollTotal() ironlanderNames 190}} + Katrin + {{/rollTotal() ironlanderNames 190}} + {{#rollTotal() ironlanderNames 191}} + Namba + {{/rollTotal() ironlanderNames 191}} + {{#rollTotal() ironlanderNames 192}} + Lona + {{/rollTotal() ironlanderNames 192}} + {{#rollTotal() ironlanderNames 193}} + Taylah + {{/rollTotal() ironlanderNames 193}} + {{#rollTotal() ironlanderNames 194}} + Kato + {{/rollTotal() ironlanderNames 194}} + {{#rollTotal() ironlanderNames 195}} + Esra + {{/rollTotal() ironlanderNames 195}} + {{#rollTotal() ironlanderNames 196}} + Eleri + {{/rollTotal() ironlanderNames 196}} + {{#rollTotal() ironlanderNames 197}} + Irsia + {{/rollTotal() ironlanderNames 197}} + {{#rollTotal() ironlanderNames 198}} + Kayu + {{/rollTotal() ironlanderNames 198}} + {{#rollTotal() ironlanderNames 199}} + Bevan + {{/rollTotal() ironlanderNames 199}} + {{#rollTotal() ironlanderNames 200}} + Chandra + {{/rollTotal() ironlanderNames 200}} + | +
| {{elfNames}} | ++ {{#rollBetween() elfNames 1 2}} + Arsula + {{/rollBetween() elfNames 1 2}} + {{#rollBetween() elfNames 3 4}} + Naidita + {{/rollBetween() elfNames 3 4}} + {{#rollBetween() elfNames 5 6}} + Belesunna + {{/rollBetween() elfNames 5 6}} + {{#rollBetween() elfNames 7 8}} + Vidarna + {{/rollBetween() elfNames 7 8}} + {{#rollBetween() elfNames 9 10}} + Ninsunu + {{/rollBetween() elfNames 9 10}} + {{#rollBetween() elfNames 11 12}} + Balathu + {{/rollBetween() elfNames 11 12}} + {{#rollBetween() elfNames 13 14}} + Dorosi + {{/rollBetween() elfNames 13 14}} + {{#rollBetween() elfNames 15 16}} + Gezera + {{/rollBetween() elfNames 15 16}} + {{#rollBetween() elfNames 17 18}} + Zursan + {{/rollBetween() elfNames 17 18}} + {{#rollBetween() elfNames 19 20}} + Seleeku + {{/rollBetween() elfNames 19 20}} + {{#rollBetween() elfNames 21 22}} + Utamara + {{/rollBetween() elfNames 21 22}} + {{#rollBetween() elfNames 23 24}} + Nebakay + {{/rollBetween() elfNames 23 24}} + {{#rollBetween() elfNames 25 26}} + Dismashk + {{/rollBetween() elfNames 25 26}} + {{#rollBetween() elfNames 27 28}} + Mitunu + {{/rollBetween() elfNames 27 28}} + {{#rollBetween() elfNames 29 30}} + Atani + {{/rollBetween() elfNames 29 30}} + {{#rollBetween() elfNames 31 32}} + Kinzura + {{/rollBetween() elfNames 31 32}} + {{#rollBetween() elfNames 33 34}} + Sumula + {{/rollBetween() elfNames 33 34}} + {{#rollBetween() elfNames 35 36}} + Ukames + {{/rollBetween() elfNames 35 36}} + {{#rollBetween() elfNames 37 38}} + Ahmeshki + {{/rollBetween() elfNames 37 38}} + {{#rollBetween() elfNames 39 40}} + Ilsit + {{/rollBetween() elfNames 39 40}} + {{#rollBetween() elfNames 41 42}} + Mayatanay + {{/rollBetween() elfNames 41 42}} + {{#rollBetween() elfNames 43 44}} + Etana + {{/rollBetween() elfNames 43 44}} + {{#rollBetween() elfNames 45 46}} + Gamanna + {{/rollBetween() elfNames 45 46}} + {{#rollBetween() elfNames 47 48}} + Nessana + {{/rollBetween() elfNames 47 48}} + {{#rollBetween() elfNames 49 50}} + Uralar + {{/rollBetween() elfNames 49 50}} + {{#rollBetween() elfNames 51 52}} + Tishetu + {{/rollBetween() elfNames 51 52}} + {{#rollBetween() elfNames 53 54}} + Leucia + {{/rollBetween() elfNames 53 54}} + {{#rollBetween() elfNames 55 56}} + Sutahe + {{/rollBetween() elfNames 55 56}} + {{#rollBetween() elfNames 57 58}} + Dotani + {{/rollBetween() elfNames 57 58}} + {{#rollBetween() elfNames 59 60}} + Uktannu + {{/rollBetween() elfNames 59 60}} + {{#rollBetween() elfNames 61 62}} + Retenay + {{/rollBetween() elfNames 61 62}} + {{#rollBetween() elfNames 63 64}} + Kendalanu + {{/rollBetween() elfNames 63 64}} + {{#rollBetween() elfNames 65 66}} + Tahuta + {{/rollBetween() elfNames 65 66}} + {{#rollBetween() elfNames 67 68}} + Mattissa + {{/rollBetween() elfNames 67 68}} + {{#rollBetween() elfNames 69 70}} + Anatu + {{/rollBetween() elfNames 69 70}} + {{#rollBetween() elfNames 71 72}} + Aralu + {{/rollBetween() elfNames 71 72}} + {{#rollBetween() elfNames 73 74}} + Arakhi + {{/rollBetween() elfNames 73 74}} + {{#rollBetween() elfNames 75 76}} + Ibrahem + {{/rollBetween() elfNames 75 76}} + {{#rollBetween() elfNames 77 78}} + Sinosu + {{/rollBetween() elfNames 77 78}} + {{#rollBetween() elfNames 79 80}} + Jemshida + {{/rollBetween() elfNames 79 80}} + {{#rollBetween() elfNames 81 82}} + Visapni + {{/rollBetween() elfNames 81 82}} + {{#rollBetween() elfNames 83 84}} + Hullata + {{/rollBetween() elfNames 83 84}} + {{#rollBetween() elfNames 85 86}} + Sidura + {{/rollBetween() elfNames 85 86}} + {{#rollBetween() elfNames 87 88}} + Kerihu + {{/rollBetween() elfNames 87 88}} + {{#rollBetween() elfNames 89 90}} + Ereshki + {{/rollBetween() elfNames 89 90}} + {{#rollBetween() elfNames 91 92}} + Cybela + {{/rollBetween() elfNames 91 92}} + {{#rollBetween() elfNames 93 94}} + Anunna + {{/rollBetween() elfNames 93 94}} + {{#rollBetween() elfNames 95 96}} + Otani + {{/rollBetween() elfNames 95 96}} + {{#rollBetween() elfNames 97 98}} + Ditani + {{/rollBetween() elfNames 97 98}} + {{#rollBetween() elfNames 99 100}} + Faraza + {{/rollBetween() elfNames 99 100}} + | +
| {{giantNames}} | ++ {{#rollBetween() giantNames 1 4}} + Chony + {{/rollBetween() giantNames 1 4}} + {{#rollBetween() giantNames 5 8}} + Banda + {{/rollBetween() giantNames 5 8}} + {{#rollBetween() giantNames 9 12}} + Jochu + {{/rollBetween() giantNames 9 12}} + {{#rollBetween() giantNames 13 16}} + Kira + {{/rollBetween() giantNames 13 16}} + {{#rollBetween() giantNames 17 20}} + Khatir + {{/rollBetween() giantNames 17 20}} + {{#rollBetween() giantNames 21 24}} + Chaidu + {{/rollBetween() giantNames 21 24}} + {{#rollBetween() giantNames 25 28}} + Atan + {{/rollBetween() giantNames 25 28}} + {{#rollBetween() giantNames 29 32}} + Buandu + {{/rollBetween() giantNames 29 32}} + {{#rollBetween() giantNames 33 36}} + Javyn + {{/rollBetween() giantNames 33 36}} + {{#rollBetween() giantNames 37 40}} + Khashin + {{/rollBetween() giantNames 37 40}} + {{#rollBetween() giantNames 41 44}} + Bayara + {{/rollBetween() giantNames 41 44}} + {{#rollBetween() giantNames 45 48}} + Temura + {{/rollBetween() giantNames 45 48}} + {{#rollBetween() giantNames 49 52}} + Kidha + {{/rollBetween() giantNames 49 52}} + {{#rollBetween() giantNames 53 56}} + Kathos + {{/rollBetween() giantNames 53 56}} + {{#rollBetween() giantNames 57 60}} + Tanua + {{/rollBetween() giantNames 57 60}} + {{#rollBetween() giantNames 61 64}} + Bashtu + {{/rollBetween() giantNames 61 64}} + {{#rollBetween() giantNames 65 68}} + Jaran + {{/rollBetween() giantNames 65 68}} + {{#rollBetween() giantNames 69 72}} + Othos + {{/rollBetween() giantNames 69 72}} + {{#rollBetween() giantNames 73 76}} + Khutan + {{/rollBetween() giantNames 73 76}} + {{#rollBetween() giantNames 77 80}} + Otaan + {{/rollBetween() giantNames 77 80}} + {{#rollBetween() giantNames 81 84}} + Martu + {{/rollBetween() giantNames 81 84}} + {{#rollBetween() giantNames 85 88}} + Baku + {{/rollBetween() giantNames 85 88}} + {{#rollBetween() giantNames 89 92}} + Tuban + {{/rollBetween() giantNames 89 92}} + {{#rollBetween() giantNames 93 96}} + Qudan + {{/rollBetween() giantNames 93 96}} + {{#rollBetween() giantNames 97 100}} + Denua + {{/rollBetween() giantNames 97 100}} + | +
| {{varouNames}} | ++ {{#rollBetween() varouNames 1 4}} + Vata + {{/rollBetween() varouNames 1 4}} + {{#rollBetween() varouNames 5 8}} + Zora + {{/rollBetween() varouNames 5 8}} + {{#rollBetween() varouNames 9 12}} + Jasna + {{/rollBetween() varouNames 9 12}} + {{#rollBetween() varouNames 13 16}} + Charna + {{/rollBetween() varouNames 13 16}} + {{#rollBetween() varouNames 17 20}} + Tana + {{/rollBetween() varouNames 17 20}} + {{#rollBetween() varouNames 21 24}} + Soveen + {{/rollBetween() varouNames 21 24}} + {{#rollBetween() varouNames 25 28}} + Radka + {{/rollBetween() varouNames 25 28}} + {{#rollBetween() varouNames 29 32}} + Zlata + {{/rollBetween() varouNames 29 32}} + {{#rollBetween() varouNames 33 36}} + Leesla + {{/rollBetween() varouNames 33 36}} + {{#rollBetween() varouNames 37 40}} + Byna + {{/rollBetween() varouNames 37 40}} + {{#rollBetween() varouNames 41 44}} + Meeka + {{/rollBetween() varouNames 41 44}} + {{#rollBetween() varouNames 45 48}} + Iskra + {{/rollBetween() varouNames 45 48}} + {{#rollBetween() varouNames 49 52}} + Jarek + {{/rollBetween() varouNames 49 52}} + {{#rollBetween() varouNames 53 56}} + Darva + {{/rollBetween() varouNames 53 56}} + {{#rollBetween() varouNames 57 60}} + Neda + {{/rollBetween() varouNames 57 60}} + {{#rollBetween() varouNames 61 64}} + Keha + {{/rollBetween() varouNames 61 64}} + {{#rollBetween() varouNames 65 68}} + Zhivka + {{/rollBetween() varouNames 65 68}} + {{#rollBetween() varouNames 69 72}} + Kvata + {{/rollBetween() varouNames 69 72}} + {{#rollBetween() varouNames 73 76}} + Staysa + {{/rollBetween() varouNames 73 76}} + {{#rollBetween() varouNames 77 80}} + Evka + {{/rollBetween() varouNames 77 80}} + {{#rollBetween() varouNames 81 84}} + Vuksha + {{/rollBetween() varouNames 81 84}} + {{#rollBetween() varouNames 85 88}} + Muko + {{/rollBetween() varouNames 85 88}} + {{#rollBetween() varouNames 89 92}} + Dreko + {{/rollBetween() varouNames 89 92}} + {{#rollBetween() varouNames 93 96}} + Aleko + {{/rollBetween() varouNames 93 96}} + {{#rollBetween() varouNames 97 100}} + Vojan + {{/rollBetween() varouNames 97 100}} + | +
| {{trollNames}} | ++ {{#rollBetween() trollNames 1 4}} + Rattle + {{/rollBetween() trollNames 1 4}} + {{#rollBetween() trollNames 5 8}} + Scratch + {{/rollBetween() trollNames 5 8}} + {{#rollBetween() trollNames 9 12}} + Wallow + {{/rollBetween() trollNames 9 12}} + {{#rollBetween() trollNames 13 16}} + Groak + {{/rollBetween() trollNames 13 16}} + {{#rollBetween() trollNames 17 20}} + Gimble + {{/rollBetween() trollNames 17 20}} + {{#rollBetween() trollNames 21 24}} + Scar + {{/rollBetween() trollNames 21 24}} + {{#rollBetween() trollNames 25 28}} + Cratch + {{/rollBetween() trollNames 25 28}} + {{#rollBetween() trollNames 29 32}} + Creech + {{/rollBetween() trollNames 29 32}} + {{#rollBetween() trollNames 33 36}} + Shush + {{/rollBetween() trollNames 33 36}} + {{#rollBetween() trollNames 37 40}} + Glush + {{/rollBetween() trollNames 37 40}} + {{#rollBetween() trollNames 41 44}} + Slar + {{/rollBetween() trollNames 41 44}} + {{#rollBetween() trollNames 45 48}} + Gnash + {{/rollBetween() trollNames 45 48}} + {{#rollBetween() trollNames 49 52}} + Stoad + {{/rollBetween() trollNames 49 52}} + {{#rollBetween() trollNames 53 56}} + Grig + {{/rollBetween() trollNames 53 56}} + {{#rollBetween() trollNames 57 60}} + Bleat + {{/rollBetween() trollNames 57 60}} + {{#rollBetween() trollNames 61 64}} + Chortle + {{/rollBetween() trollNames 61 64}} + {{#rollBetween() trollNames 65 68}} + Cluck + {{/rollBetween() trollNames 65 68}} + {{#rollBetween() trollNames 69 72}} + Slith + {{/rollBetween() trollNames 69 72}} + {{#rollBetween() trollNames 73 76}} + Mongo + {{/rollBetween() trollNames 73 76}} + {{#rollBetween() trollNames 77 80}} + Creak + {{/rollBetween() trollNames 77 80}} + {{#rollBetween() trollNames 81 84}} + Burble + {{/rollBetween() trollNames 81 84}} + {{#rollBetween() trollNames 85 88}} + Vrusk + {{/rollBetween() trollNames 85 88}} + {{#rollBetween() trollNames 89 92}} + Snuffle + {{/rollBetween() trollNames 89 92}} + {{#rollBetween() trollNames 93 96}} + Leech + {{/rollBetween() trollNames 93 96}} + {{#rollBetween() trollNames 97 100}} + Herk + {{/rollBetween() trollNames 97 100}} + | +
| {{combatAction}} | ++ {{#rollBetween() combatAction 1 3}} + Compel a surrender. + {{/rollBetween() combatAction 1 3}} + {{#rollBetween() combatAction 4 6}} + Coordinate with allies. + {{/rollBetween() combatAction 4 6}} + {{#rollBetween() combatAction 7 9}} + Gather reinforcements + {{/rollBetween() combatAction 7 9}} + {{#rollBetween() combatAction 10 13}} + Seize something or someone + {{/rollBetween() combatAction 10 13}} + {{#rollBetween() combatAction 14 17}} + Provoke a reckless response + {{/rollBetween() combatAction 14 17}} + {{#rollBetween() combatAction 18 21}} + Intimidate or frighten + {{/rollBetween() combatAction 18 21}} + {{#rollBetween() combatAction 22 25}} + Reveal a surprising truth. + {{/rollBetween() combatAction 22 25}} + {{#rollBetween() combatAction 26 29}} + Shift focus to someone or something else. + {{/rollBetween() combatAction 26 29}} + {{#rollBetween() combatAction 30 33}} + Destroy something, or render it useless. + {{/rollBetween() combatAction 30 33}} + {{#rollBetween() combatAction 34 39}} + Take a decisive action. + {{/rollBetween() combatAction 34 39}} + {{#rollBetween() combatAction 40 45}} + Reinforce defenses. + {{/rollBetween() combatAction 40 45}} + {{#rollBetween() combatAction 46 52}} + Ready an action. + {{/rollBetween() combatAction 46 52}} + {{#rollBetween() combatAction 53 60}} + Use the terrain to gain advantage. + {{/rollBetween() combatAction 53 60}} + {{#rollBetween() combatAction 61 68}} + Leverage the advantage of a weapon or ability. + {{/rollBetween() combatAction 61 68}} + {{#rollBetween() combatAction 69 78}} + Create an opportunity. + {{/rollBetween() combatAction 69 78}} + {{#rollBetween() combatAction 79 89}} + Attack with precision. + {{/rollBetween() combatAction 79 89}} + {{#rollBetween() combatAction 90 99}} + Attack with power. + {{/rollBetween() combatAction 90 99}} + {{#rollTotal() combatAction 100}} + Take a completely unexpected action. + {{/rollTotal() combatAction 100}} + | +
| {{mysticBacklash}} | ++ {{#rollBetween() mysticBacklash 1 4}} + Your ritual has the opposite affect. + {{/rollBetween() mysticBacklash 1 4}} + {{#rollBetween() mysticBacklash 5 8}} + You are sapped of strength. + {{/rollBetween() mysticBacklash 5 8}} + {{#rollBetween() mysticBacklash 9 12}} + Your friend, ally, or companion is adversely affected. + {{/rollBetween() mysticBacklash 9 12}} + {{#rollBetween() mysticBacklash 13 16}} + You destroy an important object. + {{/rollBetween() mysticBacklash 13 16}} + {{#rollBetween() mysticBacklash 17 20}} + You inadvertently summon a horror. + {{/rollBetween() mysticBacklash 17 20}} + {{#rollBetween() mysticBacklash 21 24}} + You collapse, and drift into a troubled sleep. + {{/rollBetween() mysticBacklash 21 24}} + {{#rollBetween() mysticBacklash 25 28}} + You undergo a physical torment which leaves its mark upon you. + {{/rollBetween() mysticBacklash 25 28}} + {{#rollBetween() mysticBacklash 29 32}} + You hear ghostly voices whispering of dark portents. + {{/rollBetween() mysticBacklash 29 32}} + {{#rollBetween() mysticBacklash 33 36}} + You are lost in shadow, and find yourself in another place without memory of how you got + there. + {{/rollBetween() mysticBacklash 33 36}} + {{#rollBetween() mysticBacklash 37 40}} + You alert someone or something to your presence. + {{/rollBetween() mysticBacklash 37 40}} + {{#rollBetween() mysticBacklash 41 44}} + You are not yourself, and act against a friend, ally, or companion. + {{/rollBetween() mysticBacklash 41 44}} + {{#rollBetween() mysticBacklash 45 48}} + You affect or damage your surroundings, causing a disturbance or potential harm. + {{/rollBetween() mysticBacklash 45 48}} + {{#rollBetween() mysticBacklash 49 52}} + You waste resources. + {{/rollBetween() mysticBacklash 49 52}} + {{#rollBetween() mysticBacklash 53 56}} + You suffer the loss of a sense for several hours. + {{/rollBetween() mysticBacklash 53 56}} + {{#rollBetween() mysticBacklash 57 60}} + You lose your connection to magic for a day or so, and cannot perform rituals. + {{/rollBetween() mysticBacklash 57 60}} + {{#rollBetween() mysticBacklash 61 64}} + Your ritual affects the target in an unexpected and problematic way. + {{/rollBetween() mysticBacklash 61 64}} + {{#rollBetween() mysticBacklash 65 68}} + Your ritual reveals a surprising and troubling truth. + {{/rollBetween() mysticBacklash 65 68}} + {{#rollBetween() mysticBacklash 69 72}} + You are tempted by dark powers. + {{/rollBetween() mysticBacklash 69 72}} + {{#rollBetween() mysticBacklash 73 76}} + You see a troubling vision of your future. + {{/rollBetween() mysticBacklash 73 76}} + {{#rollBetween() mysticBacklash 77 80}} + You can't perform this ritual again until you acquire an important component. + {{/rollBetween() mysticBacklash 77 80}} + {{#rollBetween() mysticBacklash 81 84}} + You develop a strange fear or compulsion. + {{/rollBetween() mysticBacklash 81 84}} + {{#rollBetween() mysticBacklash 85 88}} + Your ritual causes creatures to exhibit strange or aggressive behavior. + {{/rollBetween() mysticBacklash 85 88}} + {{#rollBetween() mysticBacklash 89 92}} + You are tormented by an apparition from your past. + {{/rollBetween() mysticBacklash 89 92}} + {{#rollBetween() mysticBacklash 93 96}} + You are wracked with sudden sickness. + {{/rollBetween() mysticBacklash 93 96}} + {{#rollBetween() mysticBacklash 97 100}} + Roll twice more on this table. Both results occur. If they are the same result, make it + worse + {{/rollBetween() mysticBacklash 97 100}} + | +
| {{majorPlotTwist}} | ++ {{#rollBetween() majorPlotTwist 1 5}} + It was all a diversion. + {{/rollBetween() majorPlotTwist 1 5}} + {{#rollBetween() majorPlotTwist 6 10}} + A dark secret is revealed. + {{/rollBetween() majorPlotTwist 6 10}} + {{#rollBetween() majorPlotTwist 11 15}} + A trap is sprung. + {{/rollBetween() majorPlotTwist 11 15}} + {{#rollBetween() majorPlotTwist 16 20}} + An assumption is revealed to be false. + {{/rollBetween() majorPlotTwist 16 20}} + {{#rollBetween() majorPlotTwist 21 25}} + A secret alliance is revealed. + {{/rollBetween() majorPlotTwist 21 25}} + {{#rollBetween() majorPlotTwist 26 30}} + Your actions benefit an enemy. + {{/rollBetween() majorPlotTwist 26 30}} + {{#rollBetween() majorPlotTwist 31 35}} + Someone returns unexpectedly. + {{/rollBetween() majorPlotTwist 31 35}} + {{#rollBetween() majorPlotTwist 36 40}} + A more dangerous foe is revealed. + {{/rollBetween() majorPlotTwist 36 40}} + {{#rollBetween() majorPlotTwist 41 45}} + You and an enemy share a common goal. + {{/rollBetween() majorPlotTwist 41 45}} + {{#rollBetween() majorPlotTwist 46 50}} + A true identity is revealed. + {{/rollBetween() majorPlotTwist 46 50}} + {{#rollBetween() majorPlotTwist 51 55}} + You are betrayed by someone who was trusted. + {{/rollBetween() majorPlotTwist 51 55}} + {{#rollBetween() majorPlotTwist 56 60}} + You are too late. + {{/rollBetween() majorPlotTwist 56 60}} + {{#rollBetween() majorPlotTwist 61 65}} + The true enemy is revealed. + {{/rollBetween() majorPlotTwist 61 65}} + {{#rollBetween() majorPlotTwist 66 70}} + The enemy gains new allies. + {{/rollBetween() majorPlotTwist 66 70}} + {{#rollBetween() majorPlotTwist 71 75}} + A new danger appears. + {{/rollBetween() majorPlotTwist 71 75}} + {{#rollBetween() majorPlotTwist 76 80}} + Someone or something goes missing. + {{/rollBetween() majorPlotTwist 76 80}} + {{#rollBetween() majorPlotTwist 81 85}} + The truth of a relationship is revealed. + {{/rollBetween() majorPlotTwist 81 85}} + {{#rollBetween() majorPlotTwist 86 90}} + Two seemingly unrelated situations are shown to be connected. + {{/rollBetween() majorPlotTwist 86 90}} + {{#rollBetween() majorPlotTwist 91 95}} + Unexpected powers or abilities are revealed. + {{/rollBetween() majorPlotTwist 91 95}} + {{#rollBetween() majorPlotTwist 96 100}} + Roll twice more on this table. Both results occur. If they are the same result, make it more + dramatic. + {{/rollBetween() majorPlotTwist 96 100}} + | +
| {{challengeRank}} | ++ {{#rollBetween() challengeRank 1 20}} + Troublesome + {{/rollBetween() challengeRank 1 20}} + {{#rollBetween() challengeRank 21 55}} + Dangerous + {{/rollBetween() challengeRank 21 55}} + {{#rollBetween() challengeRank 56 80}} + Formidable + {{/rollBetween() challengeRank 56 80}} + {{#rollBetween() challengeRank 81 93}} + Extreme + {{/rollBetween() challengeRank 81 93}} + {{#rollBetween() challengeRank 94 100}} + Epic + {{/rollBetween() challengeRank 94 100}} + | +
| {{almostCertain}} | +Yes | +
| An extreme result or twist has occurred. | +|
| {{almostCertain}} | +No | +
| {{likely}} | +Yes | +
| An extreme result or twist has occurred. | +|
| {{likely}} | +No | +
| {{fiftyFifty}} | +Yes | +
| An extreme result or twist has occurred. | +|
| {{fiftyFifty}} | +No | +
| {{unlikely}} | +Yes | +
| An extreme result or twist has occurred. | +|
| {{unlikely}} | +No | +
| {{smallChance}} | +Yes | +
| An extreme result or twist has occurred. | +|
| {{smallChance}} | +No | +
| {{payThePrice}} | ++ {{#rollBetween() payThePrice 1 2}} + Roll again and apply that result but make it worse. If you roll this result yet again, + think of something dreadful that changes the course of your quest (Ask the Oracle if + unsure) and make it happen. + {{/rollBetween() payThePrice 1 2}} + {{#rollBetween() payThePrice 3 5}} + A person or community you trusted loses faith in you, or acts against you. + {{/rollBetween() payThePrice 3 5}} + {{#rollBetween() payThePrice 6 9}} + A person or community you care about is exposed to danger. + {{/rollBetween() payThePrice 6 9}} + {{#rollBetween() payThePrice 10 16}} + You are separated from something or someone. + {{/rollBetween() payThePrice 10 16}} + {{#rollBetween() payThePrice 17 23}} + Your action has an unintended effect. + {{/rollBetween() payThePrice 17 23}} + {{#rollBetween() payThePrice 24 32}} + Something of value is lost or destroyed. + {{/rollBetween() payThePrice 24 32}} + {{#rollBetween() payThePrice 33 41}} + The current situation worsens + {{/rollBetween() payThePrice 33 41}} + {{#rollBetween() payThePrice 42 50}} + A new danger or foe is revealed. + {{/rollBetween() payThePrice 42 50}} + {{#rollBetween() payThePrice 51 59}} + It causes a delay or puts you at a disadvantage. + {{/rollBetween() payThePrice 51 59}} + {{#rollBetween() payThePrice 60 68}} + It is harmful. + {{/rollBetween() payThePrice 60 68}} + {{#rollBetween() payThePrice 69 77}} + It is stressful. + {{/rollBetween() payThePrice 69 77}} + {{#rollBetween() payThePrice 78 85}} + A surprising development complicates your quest. + {{/rollBetween() payThePrice 78 85}} + {{#rollBetween() payThePrice 86 90}} + It wastes resources. + {{/rollBetween() payThePrice 86 90}} + {{#rollBetween() payThePrice 91 94}} + It forces you to act against your best intentions. + {{/rollBetween() payThePrice 91 94}} + {{#rollBetween() payThePrice 95 98}} + A friend, companion, or ally is put in harm’s way (or you are, if alone) + {{/rollBetween() payThePrice 95 98}} + {{#rollBetween() payThePrice 99 100}} + Roll twice more on this table. Both results occur. If they are the same result, make + it worse. + {{/rollBetween() payThePrice 99 100}} + {{/payThePrice}} + | +
| {{endureHarm}} | ++ {{#rollBetween() endureHarm 1 10}} + The harm is mortal. Face Death. + {{/rollBetween() endureHarm 1 10}} + {{#rollBetween() endureHarm 11 20}} + You are dying. You need to Heal within an hour or two, or Face Death. + {{/rollBetween() endureHarm 11 20}} + {{#rollBetween() endureHarm 21 35}} + You are unconscious and out of action. If left alone, you come back to your senses in + an hour or two. If you are vulnerable to a foe not inclined to show mercy, Face + Death. + {{/rollBetween() endureHarm 21 35}} + {{#rollBetween() endureHarm 36 50}} + You are reeling and fighting to stay conscious. If you engage in any vigorous activity + (such as running or fighting) before taking a breather for a few minutes, roll on this table again + (before resolving the other move). + {{/rollBetween() endureHarm 36 50}} + {{#rollBetween() endureHarm 51 100}} + You are battered but still standing. + {{/rollBetween() endureHarm 51 100}} + | +
| {{endureStress}} | ++ {{#rollBetween() endureStress 1 10}} + You are overwhelmed. Face Desolation. + {{/rollBetween() endureStress 1 10}} + {{#rollBetween() endureStress 11 25}} + You give up. Forsake Your Vow (if possible, one relevant to your current + crisis). + {{/rollBetween() endureStress 11 25}} + {{#rollBetween() endureStress 26 50}} + You give in to a fear or compulsion, and act against your better instincts. + {{/rollBetween() endureStress 26 50}} + {{#rollBetween() endureStress 51 100}} + You persevere. + {{/rollBetween() endureStress 51 100}} + | +