From 32a7b496a0525c9d95ab5380264426be9d1b21c2 Mon Sep 17 00:00:00 2001 From: Arioch1973 <42805698+Arioch1973@users.noreply.github.com> Date: Thu, 11 Oct 2018 20:37:37 +0200 Subject: [PATCH 1/5] Delete WFRP4Charsheet.css --- WFRP4CharSheet/WFRP4Charsheet.css | 660 ------------------------------ 1 file changed, 660 deletions(-) delete mode 100644 WFRP4CharSheet/WFRP4Charsheet.css diff --git a/WFRP4CharSheet/WFRP4Charsheet.css b/WFRP4CharSheet/WFRP4Charsheet.css deleted file mode 100644 index 37a2bf0e89..0000000000 --- a/WFRP4CharSheet/WFRP4Charsheet.css +++ /dev/null @@ -1,660 +0,0 @@ -/* WARHAMMER FANTASY ROLEPLAY 4th EDITION CHARACTER SHEET CSS */ -/* Version 1.54j */ - -/* REPLACE CHECKBOXES */ -input[type="checkbox"] { - opacity: 0; - width: 16px; - height: 16px; - position: relative; - left: 16px; - margin: -10px; - z-index: 1; -} - -input[type="checkbox"] + span::before { - margin-right: 1px; - border: solid 1px #a8a8a8; - line-height: 14px; - text-align: center; - display: inline-block; - vertical-align: middle; - - -moz-box-shadow: 0 0 2px #ccc; - -webkit-box-shadow: 0 0 2px #ccc; - box-shadow: 0 0 2px #ccc; - -} - -input[type="checkbox"] + span::before { - position:relative; - content: ""; - background-image:url(http://i.imgur.com/c8Cx2mg.png); - background-size: 100%; - background-repeat: no-repeat; - background-position: center; - opacity: 1; - width: 20px; - height: 20px; - font-size: 12px; - border:none; - - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -input[type="checkbox"]:checked + span::before { - content: ""; - - border:none; - background-image:url(http://i.imgur.com/MOtYDyu.png); - background-size: 100%; - background-repeat: no-repeat; - background-position: center; - -moz-box-shadow: 0 0 2px transparent; - -webkit-box-shadow: 0 0 2px transparent; - box-shadow: 0 0 2px transparent; -} -input[type="checkbox"]:checked ~ input[type="checkbox"] + span::before { - background: #f6f6f6; - background: -moz-radial-gradient(#f6f6f6, #dfdfdf); - background: -webkit-radial-gradient(#f6f6f6, #dfdfdf); - background: -ms-radial-gradient(#f6f6f6, #dfdfdf); - background: -o-radial-gradient(#f6f6f6, #dfdfdf); - background: radial-gradient(#f6f6f6, #dfdfdf); -} - -/* CHARACTER SHEET */ -.charsheet{ - background-image:url(https://i.imgur.com/sIF6UDb.jpg); - background-size:100%; - font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; - font-size:14px; - color:black; - text-align:center; -} - -.charsheet h1{ - display:block; - font-size:2em; - margin-top:0.67em; - margin-bottom:0.67em; - margin-left:0; - margin-right:0; - font-weight:bold -} - -/* Mouse Cursors */ -/* Normal Cursor */ -.charsheet -{ - cursor: url(http://i.imgur.com/FaqICyL.png), auto; -} - -/* Normal Cursor */ -.charsheet .sheet-wrapper button[type="roll"]:hover, label:hover, .charsheet .sheet-wrapper .sheet-btn:hover,.charsheet .sheet-wrapper .sheet-hider input[type=checkbox]:checked ~ .sheet-btn, -{ - cursor: url(http://i.imgur.com/FaqICyL.png), auto; -} - -/* Write Cursor */ -.charsheet .sheet-wrapper input[type=text], input[type=number], textarea -{ - cursor: url(http://i.imgur.com/pY2uaXd.png), auto; -} - -/* Select Cursor */ -.charsheet .sheet-wrapper select:hover, button:hover, input[type=checkbox]:hover, sheet-tab:hover -{ - - cursor: url(http://i.imgur.com/OYpiryU.png) 10 10, auto; -} - -/* Disabled Cursor */ -.charsheet .sheet-wrapper select:disabled, button:disabled, input:disabled -{ - - cursor: url(http://i.imgur.com/B3IzNW1.png), auto; -} - -.charsheet .sheet-wrapper .sheet-table td:first-child{ - width:70%; - height:24px; - border-bottom:1px solid black; - border-bottom-style:dotted; -} -.charsheet .sheet-wrapper .sheet-table td:nth-child(n+2){ - width:24px; - height:24px; - border-bottom:1px solid black; - border-bottom-style:dotted; - text-align:center -} - -.charsheet .sheet-wrapper hr{ - border:1px #545454; -} - -.charsheet .sheet-wrapper div,.charsheet .sheet-wrapper span,.charsheet .sheet-wrapper label,.charsheet .sheet-wrapper h1,.charsheet .sheet-wrapper h2,.charsheet .sheet-wrapper h3,.charsheet .sheet-wrapper h4,.charsheet .sheet-wrapper h5,.charsheet .sheet-wrapper h6,.charsheet .sheet-wrapper p,.charsheet .sheet-wrapper table,.charsheet .sheet-wrapper caption,.charsheet .sheet-wrapper tbody,.charsheet .sheet-wrapper tfoot,.charsheet .sheet-wrapper thead,.charsheet .sheet-wrapper tr,.charsheet .sheet-wrapper th,.charsheet .sheet-wrapper td{ - margin:0; - padding:0; - border:0; - font-size:100%; - font:inherit; - color:#000000; - vertical-align:baseline; - box-sizing:border-box; - -moz-box-sizing:border-box; - -webkit-box-sizing:border-box -} -.charsheet .sheet-wrapper table{ - border-collapse:collapse; - border-spacing:0 -} - -.charsheet .sheet-wrapper input::-webkit-outer-spin-button,.charsheet .sheet-wrapper input::-webkit-inner-spin-button{ - -webkit-appearance:none; - background-image:transparent; - margin:0 -} -.charsheet .sheet-wrapper input[type="number"]{ - -moz-appearance:textfield -} -.charsheet .sheet-wrapper button[type="roll"]:before{ - content:"" !important; - display:none -} -.charsheet .sheet-wrapper button[type="roll"],.charsheet .sheet-wrapper .sheet-btn{ - width:100%; - height:24px; - vertical-align:middle; - padding:0; - display:inline-block; - margin:0; - font-weight:400; - text-align:center; - vertical-align:middle; - cursor:pointer; - background-image:none; - background-color:transparent; - border:1px solid #ccc; - white-space:nowrap; - border-radius:4px; - border-color:#545454; - -webkit-user-select:none; - -moz-user-select:none; - -ms-user-select:none; - user-select:none; - box-sizing:border-box; - -moz-box-sizing:border-box; - -webkit-box-sizing:border-box -} -.charsheet .sheet-wrapper button[type="roll"]:hover,.charsheet .sheet-wrapper .sheet-btn:hover,.charsheet .sheet-wrapper .sheet-hider input[type=checkbox]:checked ~ .sheet-btn{ - background-color:#831010; - border-color:#831010; -} - -/* BUTTONS */ -.charsheet .sheet-wrapper button { - font-size:13px; - vertical-align:middle; - text-align:center; - cursor:pointer; - background-image:none; - background:transparent; - box-shadow:none; - transition:none; - border-radius:none; - color:black; - border:1px solid black; - font-weight:700 -} - -.charsheet .sheet-wrapper button:hover { - background-image:url ('https://i.imgur.com/xV3ceZB.png'); - background-size:100% 100%; - background-repeat:no-repeat; - border-color:black; - color:white; -} - -.charsheet .sheet-wrapper button[type="roll"] label,.charsheet .sheet-wrapper button[type="roll"] input{ - height:24px; - line-height:24px; - font-size:13px; - vertical-align:middle; - text-align:center; - width:99%; - cursor:pointer; - background-image:none; - background:transparent; - box-shadow:none; - transition:none; - border-radius:none; - color:black; - border:1px; - border-color:black; - font-weight:700 -} -.charsheet .sheet-wrapper button[type="roll"]:hover label,.charsheet .sheet-wrapper button[type="roll"]:hover input{ - color:white; - border-color:black; -} -.charsheet .sheet-wrapper h3{ - color:black; - padding:3px; - margin-bottom:5px; - font-size:18px; - font-weight:bold; - font-family:inherit; - text-transform:uppercase; - text-align:center -} -.charsheet .sheet-wrapper h4{ - color:black; - font-weight:bold; - font-family:inherit; - text-transform:uppercase; - text-align:center -} -.charsheet .sheet-wrapper textarea{ - display:inline-block; - border:1px solid black; - padding:2px; - height:24px; - width:100%; - font-size:14px; - font-family:inherit; - line-height:16px; - font-weight:normal; - margin:0; - color:black; - background-color:transparent; - vertical-align:middle; - cursor:auto; - letter-spacing:normal; - word-spacing:normal; - text-transform:none; - text-indent:0px; - text-shadow:none; - text-align:start; - -webkit-rtl-ordering:logical; - -webkit-user-select:text; - -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075); - -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075); - box-shadow:inset 0 1px 1px rgba(0,0,0,0.075); - -webkit-transition:border linear .2s,box-shadow linear .2s; - -moz-transition:border linear .2s,box-shadow linear .2s; - -ms-transition:border linear .2s,box-shadow linear .2s; - -o-transition:border linear .2s,box-shadow linear .2s; - transition:border linear .2s,box-shadow linear .2s; - -webkit-border-radius:3px; - -moz-border-radius:3px; - border-radius:3px; - -webkit-writing-mode:horizontal-tb -} - -.charsheet .sheet-wrapper input,.charsheet .sheet-wrapper select,.charsheet .sheet-wrapper input[type="number"]{ - display:inline-block; - border-bottom:1px dotted grey; - border-top:none; - border-left:none; - border-right:none; - padding:2px; - height:24px; - width:100%; - font-size:14px; - font-family:inherit; - line-height:16px; - font-weight:normal; - margin:0; - color:#000000; - background-color:transparent; - vertical-align:middle; - cursor:auto; - letter-spacing:normal; - word-spacing:normal; - text-transform:none; - text-indent:0px; - text-shadow:none; - text-align:start; - -webkit-rtl-ordering:logical; - -webkit-user-select:text; - -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075); - -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075); - box-shadow:inset 0 1px 1px rgba(0,0,0,0.075); - -webkit-transition:border linear .2s,box-shadow linear .2s; - -moz-transition:border linear .2s,box-shadow linear .2s; - -ms-transition:border linear .2s,box-shadow linear .2s; - -o-transition:border linear .2s,box-shadow linear .2s; - transition:border linear .2s,box-shadow linear .2s; - -webkit-border-radius:3px; - -moz-border-radius:3px; - border-radius:3px; - -webkit-writing-mode:horizontal-tb -} - -.charsheet .sheet-wrapper input:not([type='checkbox']){ - -webkit-appearance:textfield -} -.charsheet .sheet-wrapper input[type="checkbox"]{ - height:13px; - width:13px; - color:#555; - border:1px solid #000000; - -webkit-border-radius:0; - -moz-border-radius:0; - border-radius:0; - -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075); - -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075); - box-shadow:inset 0 1px 1px rgba(0,0,0,0.075); - -webkit-transition:border linear .2s,box-shadow linear .2s; - -moz-transition:border linear .2s,box-shadow linear .2s; - -ms-transition:border linear .2s,box-shadow linear .2s; - -o-transition:border linear .2s,box-shadow linear .2s; - transition:border linear .2s,box-shadow linear .2s -} - -.charsheet .sheet-wrapper input[disabled],.charsheet .sheet-wrapper select[disabled],.charsheet .sheet-wrapper textarea[disabled],.charsheet .sheet-wrapper input[readonly],.charsheet .sheet-wrapper select[readonly],.charsheet .sheet-wrapper textarea[readonly]{ - background-color:transparent; - border-color:#000000; - cursor:not-allowed -} -.charsheet .sheet-wrapper textarea{ - width:98%; - height:80px; - line-height:16px -} -.charsheet .sheet-wrapper label{ - display:inline-block; - width:100%; - font-size:14px; - text-align:left; - font-weight:600; - height:24px; - line-height:24px; - vertical-align:middle -} -.charsheet .sheet-wrapper .sheet-characteristics button[type="roll"] label,.charsheet .sheet-wrapper .sheet-characteristics button[type="roll"] input.sheet-charMain{ - height:25px; - line-height:25px; - font-size:16px; - font-weight:bold; - font-family:inherit; - vertical-align:center; - text-align:center; - width:99%; - cursor:pointer; - background:none; - box-shadow:none; - transition:none; - border-radius:none; - border:none -} -.charsheet .sheet-wrapper .sheet-characteristics button[type="roll"]:hover label,.charsheet .sheet-wrapper .sheet-characteristics button[type="roll"]:hover input.sheet-charMain{ - color:#fff; - border:none; - background-color:#DAA520; - border-color:#DAA520; - border-radius:5px -} -.charsheet .sheet-wrapper .sheet-characteristics button[type="roll"]{ - border:none; - background-color:transparent; - width:100%; - margin:auto; - text-align:center; - font-family:inherit -} -.charsheet .sheet-wrapper .sheet-characteristics select{ - display:inline-block; - width:100%; - text-align:center; - background-color:transparent; - border:0; - font-weight:bold -} -.charsheet .sheet-wrapper .sheet-characteristics input.sheet-charMain{ - display:block; - border:1px solid gray; - background-color:transparent; - width:70%; - height:65px; - margin:auto; - text-align:center; - font-weight:bolder; - font-family:inherit; - font-size:3em -} - -.sheet-input-selectbox{ - -webkit-appearance:none; - -moz-appearance:none; - appearance:none; - -webkit-transition:all 0.3s ease-out; - -moz-transition:all 0.3s ease-out; - -ms-transition:all 0.3s ease-out; - -o-transition:all 0.3s ease-out; - transition:all 0.3s ease-out; - text-align:center; - text-align-last:center; - border:none; - box-shadow:none -} - -/* BUTTONS */ -input.sheet-arrow[type="checkbox"]{ - opacity:0; - width:20px; - height:20px; - position:relative; - top:0px; - left:16px; - cursor:pointer; - z-index:1 -} -.charsheet .sheet-wrapper .sheet-item{ - display:inline-block; - width:100%; - height:28px; - vertical-align:middle; - margin:0 -2px; - text-align:left; - padding:3px 2px -} -input.sheet-arrow[type="checkbox"] + span::before{ - background:url("https://i.imgur.com/dFig3jt.png"); - background-size:20px 20px; - background-repeat:no-repeat; - background-position:center; - content:""; - line-height:14px; - text-align:center; - display:inline-block; - vertical-align:middle; - border-radius:10px; - border:1px solid black; - width:20px; - height:20px -} -input.sheet-arrow[type="checkbox"]:checked + span::before{ - background:url("https://i.imgur.com/2V2A4qm.png"); - background-size:20px 20px; - background-repeat:no-repeat; - background-position:center; - content:""; - width:20px; - height:20px -} -input.sheet-arrow[type="checkbox"]:hover + span::before{ - background:url("https://i.imgur.com/Ig3Ww6v.png"); - background-size:20px 20px; - background-repeat:no-repeat; - background-position:center; - content:""; - line-height:14px; - text-align:center; - display:inline-block; - vertical-align:middle; - border-radius:10px; - border:1px solid black; - width:20px; - height:20px -} - -div.sheet-body{ - display:none -} -input.sheet-arrow:checked ~ div.sheet-body{ - display:block -} -table.sheet-armortable{ - background-image:url("https://i.imgur.com/ohregeQ.png"); - background-size: 60% 80%; - background-repeat: no-repeat; - background-position: 110px 70px; -} -td.sheet-armorshield{ - background-image:url("https://i.imgur.com/c4KfHLg.png"); - background-size: 95% auto; - background-repeat: no-repeat; - background-position: center 37px; -} - -.sheet-rolltemplate-wfrp4 table { - background-image:url(https://i.imgur.com/sIF6UDb.jpg); - min-width:220px; - max-width:220px; - width: 100%; - border: 1px solid; - color: black; - font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; -} - -.sheet-rolltemplate-wfrp4 th { - width: 100%; - border: 1px solid; - border: black; - background-color:#785604; - color: white; - font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; -} - -.sheet-rolltemplate-wfrp4 .userscript-tcat { - color: black; -} - -.sheet-rolltemplate-wfrp4 td { - padding: 1px; - border-bottom: 1px solid black; -} - -.sheet-rolltemplate-wfrp4 hr { - padding: 1px; - border-bottom: 1px solid black; -} - -.sheet-rolltemplate-wfrp4 div { - padding: 1px; - border-bottom: 1px solid black; -} - -.sheet-rolltemplate-wfrp4 .inlinerollresult { - display: inline-block; - min-width: 1.5em; - text-align: center; - border: 2px solid rgba(167, 168, 170,1); /*Cool Gray 6 C*/ -} - -.sheet-rolltemplate-wfrp4 .inlinerollresult.fullcrit { - border: 2px solid #3FB315; -} - -.sheet-rolltemplate-wfrp4 .inlinerollresult.fullfail { - border: 2px solid #B31515; -} - -.sheet-rolltemplate-wfrp4 .inlinerollresult.importantroll { - border: 2px solid #4A57ED; -} - -/* === TABS from GODBOUND.css === */ -.sheet-wrapper div[class^="sheet-section"]{ - display: none !important; -} -input.sheet-tab-page-1:checked ~ div.sheet-section-1, -input.sheet-tab-page-2:checked ~ div.sheet-section-2, -input.sheet-tab-page-3:checked ~ div.sheet-section-3, -input.sheet-tab-page-4:checked ~ div.sheet-section-4 -{ - display: block !important; -} -input[class*="sheet-tab"]{ - cursor: pointer; - position: relative; - opacity: 0; - z-index: 9999; -} -span[class*="sheet-tab"]{ - display: inline-block; - position: relative; - font-size: 13px; - color: #204060; - cursor: pointer; - font-weight: bold; - text-align: center; - border: 1px solid black; - border-color: #204060 !important; - border-radius: 4px; -} -input[class*="sheet-tab-page"], -span[class*="sheet-tab-page"]{ - width: 100px; - height: 18px; - vertical-align: top; -} -span[class*="sheet-tab-page"]{ - background-color: transparent; -} -input.sheet-tab-page-1, -span.sheet-tab-page-1{ - width: 100px; -} -span.sheet-tab-page-1{ - margin-left: -100px; -} -input.sheet-tab-page-2, -span.sheet-tab-page-2{ - width: 100px; -} -span.sheet-tab-page-2{ - margin-left: -100px; -} -input.sheet-tab-page-3, -span.sheet-tab-page-3{ - width: 100px; -} -span.sheet-tab-page-3{ - margin-left: -100px; -} -input.sheet-tab-page-4, -span.sheet-tab-page-4{ - width: 100px; -} -span.sheet-tab-page-4{ - margin-left: -100px; -} -input.sheet-tab-page-1:checked + span.sheet-tab-page-1, -input.sheet-tab-page-2:checked + span.sheet-tab-page-2, -input.sheet-tab-page-3:checked + span.sheet-tab-page-3, -input.sheet-tab-page-4:checked + span.sheet-tab-page-4 -{ - background-color: #204060; - color: white; -} -.sheet-section-1 select, -.sheet-section-2 select, -.sheet-section-3 select, -.sheet-section-4 select .sheet-checkbox-row-height{ - height: 19px; -} From ff91e9da8508561a9f9bf7df31e375a1c81d02d2 Mon Sep 17 00:00:00 2001 From: Arioch1973 <42805698+Arioch1973@users.noreply.github.com> Date: Thu, 11 Oct 2018 20:37:47 +0200 Subject: [PATCH 2/5] Delete WFRP4Charsheet.html --- WFRP4CharSheet/WFRP4Charsheet.html | 3866 ---------------------------- 1 file changed, 3866 deletions(-) delete mode 100644 WFRP4CharSheet/WFRP4Charsheet.html diff --git a/WFRP4CharSheet/WFRP4Charsheet.html b/WFRP4CharSheet/WFRP4Charsheet.html deleted file mode 100644 index b6d89c20f3..0000000000 --- a/WFRP4CharSheet/WFRP4Charsheet.html +++ /dev/null @@ -1,3866 +0,0 @@ - - - - - -
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - -
- - - -
- - - -
- - - - - - - -
- - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - -
- - - - - - - - - - -
- - - - - - - - - - -
- - - - - - - - - - -
- - - - - - - - - - -
- - - - - - - - - - -
-
- - - - - - - - - - -
- - - - - - - - - - -
- - - - - - - - - - -
-
- - -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - -
- - - - - - - -
- - - - - - - -
- - - - -
-
- - - -
- - - - - - - - - - - - - - - - - - - -
-
- -
- -
- -
- -
-
-
- - -
-
-
- - -
- - - - - - - - - - - - - - - - -
-
- - - - - - - - - -
-
-
- -
-
- - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - -
- - - - - - - - - - -
-
-
-
- - -
-
-
- - - - - - - - - - - - - - - - - - - -
-
- - -
- - -
- - -
- -
-
-
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - -
- - - - - - - - -
-
- - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - -
Art - - - - - - - -
Athletics - - - - - - - -
Bribery - - - - - - - -
Charm - - - - - - - -
Charm Animal - - - - - - - -
Climb - - - - - - - -
Cool - - - - - - - -
Consume Alcohol - - - - - - - -
Dodge - - - - - - - -
Drive - - - - - - - -
Endurance - - - - - - - -
Entertain - - - - - - - -
Gamble - - - - - - - -
Gossip - - - - - - - -
Haggle - - - - - - - -
Intimidate - - - - - - - -
Intuition - - - - - - - -
Leadership - - - - - - - -
Navigation - - - - - - - -
Outdoor Survival - - - - - - - -
Perception - - - - - - - -
Ride - - - - - - - -
Row - - - - - - - -
Stealth - - - - - - - -
-
- - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - -
Melee (Basic) - - - - - - - -
Melee (Brawling) - - - - - - - -
Melee (Cavalry) - - - - - - - -
Melee (Fencing) - - - - - - - -
Melee (Flail) - - - - - - - -
Melee (Parry) - - - - - - - -
Melee (Pole-Arm) - - - - - - - -
Melee (Two-Handed) - - - - - - - -
-
- - - - -
Ranged (Blackpowder) - - - - - - - -
Ranged (Bow) - - - - - - - -
Ranged (Crossbow) † - - - - - - - -
Ranged (Engineering) - - - - - - - -
Ranged (Entangling) - - - - - - - -
Ranged (Explosives) - - - - - - - -
Ranged (Sling) - - - - - - - -
Ranged (Throwing) † - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - -
Language (Magick) - - - - - - - -
Pray - - - - - - - -
- -
-
- - -
-
- - - - - - - - - - - -
-
- - - - -
-
- - - - - - - - - -
-
- - - - - - - -
-
- - -
-

Talents

- -
-
-
-
-
- -
- -
-
-
-
-
- - - - - - -
- - - - -
-
-
-
-

ARMOUR

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
- -
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - -
-
01-09
-
- -
-
- 25-44
-
-
- (or primary arm) -

45-79
-
- -
10-24
-
-
- (or secondary arm) -
-


-
- -
-
90-00
-
- -
-
80-89
-
- -
-
-
- -
- - -
-
-

WEAPONS

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
- -
- -
-
-
-
- - -
-
-

SPELLS AND PRAYERS

-
- - - - - - - - - - - - -
- - - - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - - -
-
-
-
-
-
-
-
-
-
-
-
-
- -
- -
-
-
- -
- - -
-

INJURIES, AFFLICTIONS, PSYCHOLOGY AND MUTATIONS

- -
- - - - - - - - - - - - - - - - - - - -
- - - - - - - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - -
-
-
-

TRAPPINGS

-
-
-
-
-
-
-
-
-
-
-
-
-
- -
- -
-
-
- -
-
-
-
-
- - -
-
-
-

NOTES

- -
-
-
-
-

APPEARANCE

- -
-
- -
-
-
-

PERSONALITY

- -
-
-
-
-

HISTORY

- -
-
-
-
-
-
- - - - - - - - -
{{name}} -
{{title}}
-
- {{#dice}} - Rolled {{dice}} vs {{against}} - - -
**Result:** - {{#rollWasCrit() dice}} - {{#rollLess() dice against}} - Critical - {{/rollLess() dice against}} - {{#rollGreater() dice against}} - Fumbling - {{/rollGreater() dice against}} - {{/rollWasCrit() dice}} - {{#rollWasFumble() dice}} - Fumbling - {{/rollWasFumble() dice}} - {{#rollLess() dice against}} - Success
- {{/rollLess() dice against}} - {{#rollTotal() dice against}} - Success
- {{/rollTotal() dice against}} - {{#rollGreater() dice against}} - Failure
- {{/rollGreater() dice against}} - {{/dice}} - - {{#description}} -
Description: {{description}}
- {{/description}} - - {{#weapon}} -
Weapon: {{weapon}}
- Range/Reach: {{range}}
- Dmg: {{damage}} - {{/weapon}} - - {{#spell}} -
Spell: {{spell}}
- CN: {{cn}} - {{/spell}} - -{{#rollBetween() against 90 99}} - {{#rollTotal() dice 100}}–1{{/rollTotal() dice 100}} - {{#rollBetween() dice against 99}} - {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} - {{/rollBetween() dice against 99}} - {{#rollBetween() dice 90 against}}SL: +0{{/rollBetween() dice 90 against}} - {{#rollBetween() dice 80 89}}SL: +1{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: +2{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +3{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +4{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +5{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +6{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +7{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +8{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 1 9}}SL: +9{{/rollBetween() dice 1 9}} -{{/rollBetween() against 90 99}} -{{#rollBetween() against 80 89}} - {{#rollTotal() dice 100}}SL: –2{{/rollTotal() dice 100}} - {{#rollBetween() dice 90 99}}SL: –1{{/rollBetween() dice 90 99}} - {{#rollBetween() dice against 89}} - {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} - {{/rollBetween() dice against 89}} - {{#rollBetween() dice 80 against}}SL: +0{{/rollBetween() dice 80 against}} - {{#rollBetween() dice 70 79}}SL: +1{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +2{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +3{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +4{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +5{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +6{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +7{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 1 9}}SL: +8{{/rollBetween() dice 1 9}} -{{/rollBetween() against 80 89}} -{{#rollBetween() against 70 79}} - {{#rollTotal() dice 100}}SL: –3{{/rollTotal() dice 100}} - {{#rollBetween() dice 90 99}}SL: –2{{/rollBetween() dice 90 99}} - {{#rollBetween() dice 80 89}}SL: –1{{/rollBetween() dice 80 89}} - {{#rollBetween() dice against 79}} - {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} - {{/rollBetween() dice against 79}} - {{#rollBetween() dice 70 against}}SL: +0{{/rollBetween() dice 70 against}} - {{#rollBetween() dice 60 69}}SL: +1{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +2{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +3{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +4{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +5{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +6{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 1 9}}+7{{/rollBetween() dice 1 9}} -{{/rollBetween() against 70 79}} -{{#rollBetween() against 60 69}} - {{#rollTotal() dice 100}}–4{{/rollTotal() dice 100}} - {{#rollBetween() dice 90 99}}SL: –3{{/rollBetween() dice 90 99}} - {{#rollBetween() dice 80 89}}SL: –2{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: –1{{/rollBetween() dice 70 79}} - {{#rollBetween() dice against 69}} - {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} - {{/rollBetween() dice against 69}} - {{#rollBetween() dice 60 against}}SL: +0{{/rollBetween() dice 60 against}} - {{#rollBetween() dice 50 59}}SL: +1{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +2{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +3{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +4{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +5{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 1 9}}SL: +6{{/rollBetween() dice 1 9}} -{{/rollBetween() against 60 69}} -{{#rollBetween() against 50 59}} - {{#rollTotal() dice 100}}SL: –5{{/rollTotal() dice 100}} - {{#rollBetween() dice 90 99}}SL: –4{{/rollBetween() dice 90 99}} - {{#rollBetween() dice 80 89}}SL: –3{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: –2{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: –1{{/rollBetween() dice 60 69}} - {{#rollBetween() dice against 59}} - {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} - {{/rollBetween() dice against 59}} - {{#rollBetween() dice 50 against}}SL: +0{{/rollBetween() dice 50 against}} - {{#rollBetween() dice 40 49}}SL: +1{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +2{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +3{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +4{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 1 9}}SL: +5{{/rollBetween() dice 1 9}} -{{/rollBetween() against 50 59}} -{{#rollBetween() against 40 49}} - {{#rollTotal() dice 100}}–6{{/rollTotal() dice 100}} - {{#rollBetween() dice 90 99}}SL: –5{{/rollBetween() dice 90 99}} - {{#rollBetween() dice 80 89}}SL: –4{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: –3{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: –2{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: –1{{/rollBetween() dice 50 59}} - {{#rollBetween() dice against 49}} - {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} - {{/rollBetween() dice against 49}} - {{#rollBetween() dice 40 against}}SL: +0{{/rollBetween() dice 40 against}} - {{#rollBetween() dice 30 39}}SL: +1{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +2{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +3{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 1 9}}SL: +4{{/rollBetween() dice 1 9}} -{{/rollBetween() against 40 49}} -{{#rollBetween() against 30 39}} - {{#rollTotal() dice 100}}-7{{/rollTotal() dice 100}} - {{#rollBetween() dice 90 99}}SL: –6{{/rollBetween() dice 90 99}} - {{#rollBetween() dice 80 89}}SL: –5{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: –4{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: –3{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: –2{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: –1{{/rollBetween() dice 40 49}} - {{#rollBetween() dice against 39}} - {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} - {{/rollBetween() dice against 39}} - {{#rollBetween() dice 30 against}}SL: +0{{/rollBetween() dice 30 against}} - {{#rollBetween() dice 20 29}}SL: +1{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +2{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 1 9}}SL: +3{{/rollBetween() dice 1 9}} -{{/rollBetween() against 30 39}} -{{#rollBetween() against 20 29}} - {{#rollTotal() dice 100}}–8{{/rollTotal() dice 100}} - {{#rollBetween() dice 90 99}}SL: –7{{/rollBetween() dice 90 99}} - {{#rollBetween() dice 80 89}}SL: –6{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: –5{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: –4{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: –3{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: –2{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: –1{{/rollBetween() dice 30 39}} - {{#rollBetween() dice against 29}} - {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} - {{/rollBetween() dice against 29}} - {{#rollBetween() dice 20 against}}SL: +0{{/rollBetween() dice 20 against}} - {{#rollBetween() dice 10 19}}SL: +1{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 1 9}}SL: +2{{/rollBetween() dice 1 9}} -{{/rollBetween() against 20 29}} -{{#rollBetween() against 10 19}} - {{#rollTotal() dice 100}}SL: –9{{/rollTotal() dice 100}} - {{#rollBetween() dice 90 99}}SL: –8{{/rollBetween() dice 90 99}} - {{#rollBetween() dice 80 89}}SL: –7{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: –6{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: –5{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: –4{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: –3{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: –2{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: –1{{/rollBetween() dice 20 29}} - {{#rollBetween() dice against 19}} - {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} - {{/rollBetween() dice against 19}} - {{#rollBetween() dice 10 against}}SL: +0{{/rollBetween() dice 10 against}} - {{#rollBetween() dice 1 9}}SL: +1{{/rollBetween() dice 1 9}} -{{/rollBetween() against 10 19}} -{{#rollBetween() against 1 9}} - {{#rollTotal() dice 100}}SL: –10{{/rollTotal() dice 100}} - {{#rollBetween() dice 90 99}}SL: –9{{/rollBetween() dice 90 99}} - {{#rollBetween() dice 80 89}}SL: –8{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: –7{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: –6{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: –5{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: –4{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: –3{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: –2{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: –1{{/rollBetween() dice 10 19}} - {{#rollBetween() dice against 9}} - {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} - {{/rollBetween() dice against 9}} - {{#rollBetween() dice 1 against}}SL: +0{{/rollBetween() dice 1 against}} -{{/rollBetween() against 1 9}} - -{{#rollBetween() against 100 109}} - {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} - {{#rollBetween() dice 90 95}}SL: +1{{/rollBetween() dice 90 95}} - {{#rollBetween() dice 80 89}}SL: +2{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: +3{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +4{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +5{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +6{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +7{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +8{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +9{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 1 9}}SL: +10{{/rollBetween() dice 1 9}} -{{/rollBetween() against 100 109}} - -{{#rollBetween() against 110 119}} - {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} - {{#rollBetween() dice 90 95}}SL: +2{{/rollBetween() dice 90 95}} - {{#rollBetween() dice 80 89}}SL: +3{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: +4{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +5{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +6{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +7{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +8{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +9{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +10{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 1 9}}SL: +10{{/rollBetween() dice 1 9}} -{{/rollBetween() against 110 119}} - -{{#rollBetween() against 120 129}} - {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} - {{#rollBetween() dice 90 95}}SL: +3{{/rollBetween() dice 90 95}} - {{#rollBetween() dice 80 89}}SL: +4{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: +5{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +6{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +7{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +8{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +9{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +10{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +11{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 03 09}}SL: +11{{/rollBetween() dice 03 09}} - {{#rollBetween() dice 01 02}}SL: +12{{/rollBetween() dice 01 02}} -{{/rollBetween() against 120 129}} - -{{#rollBetween() against 130 139}} - {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} - {{#rollBetween() dice 90 95}}SL: +4{{/rollBetween() dice 90 95}} - {{#rollBetween() dice 80 89}}SL: +5{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: +6{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +7{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +8{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +9{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +10{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +11{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +12{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 04 09}}SL: +12{{/rollBetween() dice 04 09}} - {{#rollBetween() dice 01 03}}SL: +13{{/rollBetween() dice 01 03}} -{{/rollBetween() against 130 139}} - -{{#rollBetween() against 140 149}} - {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} - {{#rollBetween() dice 90 95}}SL: +5{{/rollBetween() dice 90 95}} - {{#rollBetween() dice 80 89}}SL: +6{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: +7{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +8{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +9{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +10{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +11{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +12{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +13{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 05 09}}SL: +13{{/rollBetween() dice 05 09}} - {{#rollBetween() dice 01 04}}SL: +14{{/rollBetween() dice 01 04}} -{{/rollBetween() against 140 149}} - -{{#rollBetween() against 150 159}} - {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} - {{#rollBetween() dice 90 95}}SL: +6{{/rollBetween() dice 90 95}} - {{#rollBetween() dice 80 89}}SL: +7{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: +8{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +9{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +10{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +11{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +12{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +13{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +14{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 06 09}}SL: +14{{/rollBetween() dice 06 09}} - {{#rollBetween() dice 01 05}}SL: +15{{/rollBetween() dice 01 05}} -{{/rollBetween() against 150 159}} - -{{#rollBetween() against 160 169}} - {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} - {{#rollBetween() dice 90 95}}SL: +7{{/rollBetween() dice 90 95}} - {{#rollBetween() dice 80 89}}SL: +8{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: +9{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +10{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +11{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +12{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +13{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +14{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +15{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 07 09}}SL: +15{{/rollBetween() dice 07 09}} - {{#rollBetween() dice 01 06}}SL: +16{{/rollBetween() dice 01 06}} -{{/rollBetween() against 160 169}} - -{{#rollBetween() against 170 179}} - {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} - {{#rollBetween() dice 90 95}}SL: +8{{/rollBetween() dice 90 95}} - {{#rollBetween() dice 80 89}}SL: +9{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: +10{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +11{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +12{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +13{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +14{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +15{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +16{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 08 09}}SL: +16{{/rollBetween() dice 08 09}} - {{#rollBetween() dice 01 07}}SL: +17{{/rollBetween() dice 01 07}} -{{/rollBetween() against 170 179}} - -{{#rollBetween() against 180 189}} - {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} - {{#rollBetween() dice 90 95}}SL: +9{{/rollBetween() dice 90 95}} - {{#rollBetween() dice 80 89}}SL: +10{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: +11{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +12{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +13{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +14{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +15{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +16{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +17{{/rollBetween() dice 10 19}} - {{#rollTotal() dice 09}}SL: +17{{/rollTotal() dice 09}} - {{#rollBetween() dice 01 08}}SL: +18{{/rollBetween() dice 01 08}} -{{/rollBetween() against 180 189}} - -{{#rollBetween() against 190 199}} - {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} - {{#rollBetween() dice 90 95}}SL: +10{{/rollBetween() dice 90 95}} - {{#rollBetween() dice 80 89}}SL: +11{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: +12{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +13{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +14{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +15{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +16{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +17{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +18{{/rollBetween() dice 10 19}} - {{#rollLess() against 198}} - {{#rollTotal() dice 09}}SL: +18{{/rollTotal() dice 09}} - {{#rollBetween() dice 01 08}}SL: +19{{/rollBetween() dice 01 08}} - {{/rollLess() against 198}} - {{#rollTotal() against 199}} SL: +19 {{/rollTotal() against 199}} -{{/rollBetween() against 190 199}} - -{{#rollGreater() against 200}} - SL: +20 max calculated value -{{/rollGreater() against 200}} - - -{{#channelling}} - Channelling SL: {{channelling}} -{{/channelling}} - - - {{#hitlocation}} -
- - {{#rollTotal() dice 10}} - Hit Location: Head - {{/rollTotal() dice 10}} - {{#rollTotal() dice 20}} - Hit Location: Head - {{/rollTotal() dice 20}} - {{#rollTotal() dice 30}} - Hit Location: Head - {{/rollTotal() dice 30}} - {{#rollTotal() dice 40}} - Hit Location: Head - {{/rollTotal() dice 40}} - {{#rollTotal() dice 50}} - Hit Location: Head - {{/rollTotal() dice 50}} - {{#rollTotal() dice 60}} - Hit Location: Head - {{/rollTotal() dice 60}} - {{#rollTotal() dice 70}} - Hit Location: Head - {{/rollTotal() dice 70}} - {{#rollTotal() dice 80}} - Hit Location: Head - {{/rollTotal() dice 80}} - {{#rollTotal() dice 90}} - Hit Location: Head - {{/rollTotal() dice 90}} - - - {{#rollTotal() dice 01}} - Hit Location: Left Arm - {{/rollTotal() dice 01}} - {{#rollTotal() dice 11}} - Hit Location: Left Arm - {{/rollTotal() dice 11}} - {{#rollTotal() dice 21}} - Hit Location: Left Arm - {{/rollTotal() dice 21}} - {{#rollTotal() dice 31}} - Hit Location: Left Arm - {{/rollTotal() dice 31}} - {{#rollTotal() dice 41}} - Hit Location: Left Arm - {{/rollTotal() dice 41}} - {{#rollTotal() dice 51}} - Hit Location: Left Arm - {{/rollTotal() dice 51}} - {{#rollTotal() dice 61}} - Hit Location: Left Arm - {{/rollTotal() dice 61}} - {{#rollTotal() dice 71}} - Hit Location: Left Arm - {{/rollTotal() dice 71}} - {{#rollTotal() dice 81}} - Hit Location: Left Arm - {{/rollTotal() dice 81}} - {{#rollTotal() dice 91}} - Hit Location: Left Arm - {{/rollTotal() dice 91}} - {{#rollTotal() dice 02}} - Hit Location: Left Arm - {{/rollTotal() dice 02}} - {{#rollTotal() dice 12}} - Hit Location: Left Arm - {{/rollTotal() dice 12}} - {{#rollTotal() dice 22}} - Hit Location: Left Arm - {{/rollTotal() dice 22}} - {{#rollTotal() dice 32}} - Hit Location: Left Arm - {{/rollTotal() dice 32}} - {{#rollTotal() dice 42}} - Hit Location: Left Arm - {{/rollTotal() dice 42}} - - - {{#rollTotal() dice 52}} - Hit Location: Right Arm - {{/rollTotal() dice 52}} - {{#rollTotal() dice 62}} - Hit Location: Right Arm - {{/rollTotal() dice 62}} - {{#rollTotal() dice 72}} - Hit Location: Right Arm - {{/rollTotal() dice 72}} - {{#rollTotal() dice 82}} - Hit Location: Right Arm - {{/rollTotal() dice 82}} - {{#rollTotal() dice 92}} - Hit Location: Right Arm - {{/rollTotal() dice 92}} - {{#rollTotal() dice 03}} - Hit Location: Right Arm - {{/rollTotal() dice 03}} - {{#rollTotal() dice 13}} - Hit Location: Right Arm - {{/rollTotal() dice 13}} - {{#rollTotal() dice 23}} - Hit Location: Right Arm - {{/rollTotal() dice 23}} - {{#rollTotal() dice 33}} - Hit Location: Right Arm - {{/rollTotal() dice 33}} - {{#rollTotal() dice 43}} - Hit Location: Right Arm - {{/rollTotal() dice 43}} - {{#rollTotal() dice 53}} - Hit Location: Right Arm - {{/rollTotal() dice 53}} - {{#rollTotal() dice 63}} - Hit Location: Right Arm - {{/rollTotal() dice 63}} - {{#rollTotal() dice 73}} - Hit Location: Right Arm - {{/rollTotal() dice 73}} - {{#rollTotal() dice 83}} - Hit Location: Right Arm - {{/rollTotal() dice 83}} - {{#rollTotal() dice 93}} - Hit Location: Right Arm - {{/rollTotal() dice 93}} - {{#rollTotal() dice 04}} - Hit Location: Right Arm - {{/rollTotal() dice 04}} - {{#rollTotal() dice 14}} - Hit Location: Right Arm - {{/rollTotal() dice 14}} - {{#rollTotal() dice 24}} - Hit Location: Right Arm - {{/rollTotal() dice 24}} - {{#rollTotal() dice 34}} - Hit Location: Right Arm - {{/rollTotal() dice 34}} - {{#rollTotal() dice 44}} - Hit Location: Right Arm - {{/rollTotal() dice 44}} - - - {{#rollTotal() dice 54}} - Hit Location: Body - {{/rollTotal() dice 54}} - {{#rollTotal() dice 64}} - Hit Location: Body - {{/rollTotal() dice 64}} - {{#rollTotal() dice 74}} - Hit Location: Body - {{/rollTotal() dice 74}} - {{#rollTotal() dice 84}} - Hit Location: Body - {{/rollTotal() dice 84}} - {{#rollTotal() dice 94}} - Hit Location: Body - {{/rollTotal() dice 94}} - {{#rollTotal() dice 05}} - Hit Location: Body - {{/rollTotal() dice 05}} - {{#rollTotal() dice 15}} - Hit Location: Body - {{/rollTotal() dice 15}} - {{#rollTotal() dice 25}} - Hit Location: Body - {{/rollTotal() dice 25}} - {{#rollTotal() dice 35}} - Hit Location: Body - {{/rollTotal() dice 35}} - {{#rollTotal() dice 45}} - Hit Location: Body - {{/rollTotal() dice 45}} - {{#rollTotal() dice 55}} - Hit Location: Body - {{/rollTotal() dice 55}} - {{#rollTotal() dice 65}} - Hit Location: Body - {{/rollTotal() dice 65}} - {{#rollTotal() dice 75}} - Hit Location: Body - {{/rollTotal() dice 75}} - {{#rollTotal() dice 85}} - Hit Location: Body - {{/rollTotal() dice 85}} - {{#rollTotal() dice 95}} - Hit Location: Body - {{/rollTotal() dice 95}} - {{#rollTotal() dice 06}} - Hit Location: Body - {{/rollTotal() dice 06}} - {{#rollTotal() dice 16}} - Hit Location: Body - {{/rollTotal() dice 16}} - {{#rollTotal() dice 26}} - Hit Location: Body - {{/rollTotal() dice 26}} - {{#rollTotal() dice 36}} - Hit Location: Body - {{/rollTotal() dice 36}} - {{#rollTotal() dice 46}} - Hit Location: Body - {{/rollTotal() dice 46}} - {{#rollTotal() dice 56}} - Hit Location: Body - {{/rollTotal() dice 56}} - {{#rollTotal() dice 66}} - Hit Location: Body - {{/rollTotal() dice 66}} - {{#rollTotal() dice 76}} - Hit Location: Body - {{/rollTotal() dice 76}} - {{#rollTotal() dice 86}} - Hit Location: Body - {{/rollTotal() dice 86}} - {{#rollTotal() dice 96}} - Hit Location: Body - {{/rollTotal() dice 96}} - {{#rollTotal() dice 07}} - Hit Location: Body - {{/rollTotal() dice 07}} - {{#rollTotal() dice 17}} - Hit Location: Body - {{/rollTotal() dice 17}} - {{#rollTotal() dice 27}} - Hit Location: Body - {{/rollTotal() dice 27}} - {{#rollTotal() dice 37}} - Hit Location: Body - {{/rollTotal() dice 37}} - {{#rollTotal() dice 47}} - Hit Location: Body - {{/rollTotal() dice 47}} - {{#rollTotal() dice 57}} - Hit Location: Body - {{/rollTotal() dice 57}} - {{#rollTotal() dice 67}} - Hit Location: Body - {{/rollTotal() dice 67}} - {{#rollTotal() dice 77}} - Hit Location: Body - {{/rollTotal() dice 77}} - {{#rollTotal() dice 87}} - Hit Location: Body - {{/rollTotal() dice 87}} - {{#rollTotal() dice 97}} - Hit Location: Body - {{/rollTotal() dice 97}} - - - {{#rollTotal() dice 08}} - Hit Location: Left Leg - {{/rollTotal() dice 08}} - {{#rollTotal() dice 18}} - Hit Location: Left Leg - {{/rollTotal() dice 18}} - {{#rollTotal() dice 28}} - Hit Location: Left Leg - {{/rollTotal() dice 28}} - {{#rollTotal() dice 38}} - Hit Location: Left Leg - {{/rollTotal() dice 38}} - {{#rollTotal() dice 48}} - Hit Location: Left Leg - {{/rollTotal() dice 48}} - {{#rollTotal() dice 58}} - Hit Location: Left Leg - {{/rollTotal() dice 58}} - {{#rollTotal() dice 68}} - Hit Location: Left Leg - {{/rollTotal() dice 68}} - {{#rollTotal() dice 78}} - Hit Location: Left Leg - {{/rollTotal() dice 78}} - {{#rollTotal() dice 88}} - Hit Location: Left Leg - {{/rollTotal() dice 88}} - {{#rollTotal() dice 98}} - Hit Location: Left Leg - {{/rollTotal() dice 98}} - - - {{#rollTotal() dice 09}} - Hit Location: Right Leg - {{/rollTotal() dice 09}} - {{#rollTotal() dice 19}} - Hit Location: Right Leg - {{/rollTotal() dice 19}} - {{#rollTotal() dice 29}} - Hit Location: Right Leg - {{/rollTotal() dice 29}} - {{#rollTotal() dice 39}} - Hit Location: Right Leg - {{/rollTotal() dice 39}} - {{#rollTotal() dice 49}} - Hit Location: Right Leg - {{/rollTotal() dice 49}} - {{#rollTotal() dice 59}} - Hit Location: Right Leg - {{/rollTotal() dice 59}} - {{#rollTotal() dice 69}} - Hit Location: Right Leg - {{/rollTotal() dice 69}} - {{#rollTotal() dice 79}} - Hit Location: Right Leg - {{/rollTotal() dice 79}} - {{#rollTotal() dice 89}} - Hit Location: Right Leg - {{/rollTotal() dice 89}} - {{#rollTotal() dice 99}} - Hit Location: Right Leg - {{/rollTotal() dice 99}} - {{#rollTotal() dice 100}} - Hit Location: Right Leg - {{/rollTotal() dice 100}} - {{/hitlocation}} - - - {{#weapon}} -
- - Qualities/Flaws: {{qualities}} - {{/weapon}} - - {{#spell}} -
Range: {{range}}
- Target: {{target}}
- Duration: {{duration}}
- Effect: {{effect}} - {{/spell}} - - {{#talent}} - Description: {{description}} - {{/talent}} -
-
- - - \ No newline at end of file From 64d3389dbf81aaf44d6d9acb747e3f5d8c6b0f13 Mon Sep 17 00:00:00 2001 From: Arioch1973 <42805698+Arioch1973@users.noreply.github.com> Date: Thu, 11 Oct 2018 20:38:18 +0200 Subject: [PATCH 3/5] Add files via upload --- WFRP4CharSheet/WFRP4Charsheet.css | 660 +++++ WFRP4CharSheet/WFRP4Charsheet.html | 3866 ++++++++++++++++++++++++++++ 2 files changed, 4526 insertions(+) create mode 100644 WFRP4CharSheet/WFRP4Charsheet.css create mode 100644 WFRP4CharSheet/WFRP4Charsheet.html diff --git a/WFRP4CharSheet/WFRP4Charsheet.css b/WFRP4CharSheet/WFRP4Charsheet.css new file mode 100644 index 0000000000..f214283c5b --- /dev/null +++ b/WFRP4CharSheet/WFRP4Charsheet.css @@ -0,0 +1,660 @@ +/* WARHAMMER FANTASY ROLEPLAY 4th EDITION CHARACTER SHEET CSS */ +/* Version 1.55d */ + +/* REPLACE CHECKBOXES */ +input[type="checkbox"] { + opacity: 0; + width: 16px; + height: 16px; + position: relative; + left: 16px; + margin: -10px; + z-index: 1; +} + +input[type="checkbox"] + span::before { + margin-right: 1px; + border: solid 1px #a8a8a8; + line-height: 14px; + text-align: center; + display: inline-block; + vertical-align: middle; + + -moz-box-shadow: 0 0 2px #ccc; + -webkit-box-shadow: 0 0 2px #ccc; + box-shadow: 0 0 2px #ccc; + +} + +input[type="checkbox"] + span::before { + position:relative; + content: ""; + background-image:url(http://i.imgur.com/c8Cx2mg.png); + background-size: 100%; + background-repeat: no-repeat; + background-position: center; + opacity: 1; + width: 20px; + height: 20px; + font-size: 10px; + border:none; + + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; +} +input[type="checkbox"]:checked + span::before { + content: ""; + + border:none; + background-image:url(http://i.imgur.com/MOtYDyu.png); + background-size: 100%; + background-repeat: no-repeat; + background-position: center; + -moz-box-shadow: 0 0 2px transparent; + -webkit-box-shadow: 0 0 2px transparent; + box-shadow: 0 0 2px transparent; +} +input[type="checkbox"]:checked ~ input[type="checkbox"] + span::before { + background: #f6f6f6; + background: -moz-radial-gradient(#f6f6f6, #dfdfdf); + background: -webkit-radial-gradient(#f6f6f6, #dfdfdf); + background: -ms-radial-gradient(#f6f6f6, #dfdfdf); + background: -o-radial-gradient(#f6f6f6, #dfdfdf); + background: radial-gradient(#f6f6f6, #dfdfdf); +} + +/* CHARACTER SHEET */ +.charsheet{ + background-image:url(https://i.imgur.com/sIF6UDb.jpg); + background-size:100%; + font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; + font-size:14px; + color:black; + text-align:center; +} + +.charsheet h1{ + display:block; + font-size:2em; + margin-top:0.67em; + margin-bottom:0.67em; + margin-left:0; + margin-right:0; + font-weight:bold +} + +/* Mouse Cursors */ +/* Normal Cursor */ +.charsheet +{ + cursor: url(http://i.imgur.com/FaqICyL.png), auto; +} + +/* Normal Cursor */ +.charsheet .sheet-wrapper button[type="roll"]:hover, label:hover, .charsheet .sheet-wrapper .sheet-btn:hover,.charsheet .sheet-wrapper .sheet-hider input[type=checkbox]:checked ~ .sheet-btn, +{ + cursor: url(http://i.imgur.com/FaqICyL.png), auto; +} + +/* Write Cursor */ +.charsheet .sheet-wrapper input[type=text], input[type=number], textarea +{ + cursor: url(http://i.imgur.com/pY2uaXd.png), auto; +} + +/* Select Cursor */ +.charsheet .sheet-wrapper select:hover, button:hover, input[type=checkbox]:hover, sheet-tab:hover +{ + + cursor: url(http://i.imgur.com/OYpiryU.png) 10 10, auto; +} + +/* Disabled Cursor */ +.charsheet .sheet-wrapper select:disabled, button:disabled, input:disabled +{ + + cursor: url(http://i.imgur.com/B3IzNW1.png), auto; +} + +.charsheet .sheet-wrapper .sheet-table td:first-child{ + width:70%; + height:24px; + border-bottom:1px solid black; + border-bottom-style:dotted; +} +.charsheet .sheet-wrapper .sheet-table td:nth-child(n+2){ + width:24px; + height:24px; + border-bottom:1px solid black; + border-bottom-style:dotted; + text-align:center +} + +.charsheet .sheet-wrapper hr{ + border:1px #545454; +} + +.charsheet .sheet-wrapper div,.charsheet .sheet-wrapper span,.charsheet .sheet-wrapper label,.charsheet .sheet-wrapper h1,.charsheet .sheet-wrapper h2,.charsheet .sheet-wrapper h3,.charsheet .sheet-wrapper h4,.charsheet .sheet-wrapper h5,.charsheet .sheet-wrapper h6,.charsheet .sheet-wrapper p,.charsheet .sheet-wrapper table,.charsheet .sheet-wrapper caption,.charsheet .sheet-wrapper tbody,.charsheet .sheet-wrapper tfoot,.charsheet .sheet-wrapper thead,.charsheet .sheet-wrapper tr,.charsheet .sheet-wrapper th,.charsheet .sheet-wrapper td{ + margin:0; + padding:0; + border:0; + font-size:100%; + font:inherit; + color:#000000; + vertical-align:baseline; + box-sizing:border-box; + -moz-box-sizing:border-box; + -webkit-box-sizing:border-box +} +.charsheet .sheet-wrapper table{ + border-collapse:collapse; + border-spacing:0 +} + +.charsheet .sheet-wrapper input::-webkit-outer-spin-button,.charsheet .sheet-wrapper input::-webkit-inner-spin-button{ + -webkit-appearance:none; + background-image:transparent; + margin:0 +} +.charsheet .sheet-wrapper input[type="number"]{ + -moz-appearance:textfield +} +.charsheet .sheet-wrapper button[type="roll"]:before{ + content:"" !important; + display:none +} +.charsheet .sheet-wrapper button[type="roll"],.charsheet .sheet-wrapper .sheet-btn{ + width:100%; + height:24px; + vertical-align:middle; + padding:0; + display:inline-block; + margin:0; + font-weight:400; + text-align:center; + vertical-align:middle; + cursor:pointer; + background-image:none; + background-color:transparent; + border:1px solid #ccc; + white-space:nowrap; + border-radius:4px; + border-color:#545454; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + box-sizing:border-box; + -moz-box-sizing:border-box; + -webkit-box-sizing:border-box +} +.charsheet .sheet-wrapper button[type="roll"]:hover,.charsheet .sheet-wrapper .sheet-btn:hover,.charsheet .sheet-wrapper .sheet-hider input[type=checkbox]:checked ~ .sheet-btn{ + background-color:#831010; + border-color:#831010; +} + +/* BUTTONS */ +.charsheet .sheet-wrapper button { + font-size:13px; + vertical-align:middle; + text-align:center; + cursor:pointer; + background-image:none; + background:transparent; + box-shadow:none; + transition:none; + border-radius:none; + color:black; + border:1px solid black; + font-weight:700 +} + +.charsheet .sheet-wrapper button:hover { + background-image:url ('https://i.imgur.com/xV3ceZB.png'); + background-size:100% 100%; + background-repeat:no-repeat; + border-color:black; + color:white; +} + +.charsheet .sheet-wrapper button[type="roll"] label,.charsheet .sheet-wrapper button[type="roll"] input{ + height:24px; + line-height:24px; + font-size:13px; + vertical-align:middle; + text-align:center; + width:99%; + cursor:pointer; + background-image:none; + background:transparent; + box-shadow:none; + transition:none; + border-radius:none; + color:black; + border:1px; + border-color:black; + font-weight:700 +} +.charsheet .sheet-wrapper button[type="roll"]:hover label,.charsheet .sheet-wrapper button[type="roll"]:hover input{ + color:white; + border-color:black; +} +.charsheet .sheet-wrapper h3{ + color:black; + padding:3px; + margin-bottom:5px; + font-size:18px; + font-weight:bold; + font-family:inherit; + text-transform:uppercase; + text-align:center +} +.charsheet .sheet-wrapper h4{ + color:black; + font-weight:bold; + font-family:inherit; + text-transform:uppercase; + text-align:center +} +.charsheet .sheet-wrapper textarea{ + display:inline-block; + border:1px solid black; + padding:2px; + height:24px; + width:100%; + font-size:14px; + font-family:inherit; + line-height:16px; + font-weight:normal; + margin:0; + color:black; + background-color:transparent; + vertical-align:middle; + cursor:auto; + letter-spacing:normal; + word-spacing:normal; + text-transform:none; + text-indent:0px; + text-shadow:none; + text-align:start; + -webkit-rtl-ordering:logical; + -webkit-user-select:text; + -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075); + -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075); + box-shadow:inset 0 1px 1px rgba(0,0,0,0.075); + -webkit-transition:border linear .2s,box-shadow linear .2s; + -moz-transition:border linear .2s,box-shadow linear .2s; + -ms-transition:border linear .2s,box-shadow linear .2s; + -o-transition:border linear .2s,box-shadow linear .2s; + transition:border linear .2s,box-shadow linear .2s; + -webkit-border-radius:3px; + -moz-border-radius:3px; + border-radius:3px; + -webkit-writing-mode:horizontal-tb +} + +.charsheet .sheet-wrapper input,.charsheet .sheet-wrapper select,.charsheet .sheet-wrapper input[type="number"]{ + display:inline-block; + border-bottom:1px dotted grey; + border-top:none; + border-left:none; + border-right:none; + padding:2px; + height:24px; + width:100%; + font-size:14px; + font-family:inherit; + line-height:16px; + font-weight:normal; + margin:0; + color:#000000; + background-color:transparent; + vertical-align:middle; + cursor:auto; + letter-spacing:normal; + word-spacing:normal; + text-transform:none; + text-indent:0px; + text-shadow:none; + text-align:start; + -webkit-rtl-ordering:logical; + -webkit-user-select:text; + -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075); + -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075); + box-shadow:inset 0 1px 1px rgba(0,0,0,0.075); + -webkit-transition:border linear .2s,box-shadow linear .2s; + -moz-transition:border linear .2s,box-shadow linear .2s; + -ms-transition:border linear .2s,box-shadow linear .2s; + -o-transition:border linear .2s,box-shadow linear .2s; + transition:border linear .2s,box-shadow linear .2s; + -webkit-border-radius:3px; + -moz-border-radius:3px; + border-radius:3px; + -webkit-writing-mode:horizontal-tb +} + +.charsheet .sheet-wrapper input:not([type='checkbox']){ + -webkit-appearance:textfield +} +.charsheet .sheet-wrapper input[type="checkbox"]{ + height:13px; + width:13px; + color:#555; + border:1px solid #000000; + -webkit-border-radius:0; + -moz-border-radius:0; + border-radius:0; + -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075); + -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075); + box-shadow:inset 0 1px 1px rgba(0,0,0,0.075); + -webkit-transition:border linear .2s,box-shadow linear .2s; + -moz-transition:border linear .2s,box-shadow linear .2s; + -ms-transition:border linear .2s,box-shadow linear .2s; + -o-transition:border linear .2s,box-shadow linear .2s; + transition:border linear .2s,box-shadow linear .2s +} + +.charsheet .sheet-wrapper input[disabled],.charsheet .sheet-wrapper select[disabled],.charsheet .sheet-wrapper textarea[disabled],.charsheet .sheet-wrapper input[readonly],.charsheet .sheet-wrapper select[readonly],.charsheet .sheet-wrapper textarea[readonly]{ + background-color:transparent; + border-color:#000000; + cursor:not-allowed +} +.charsheet .sheet-wrapper textarea{ + width:98%; + height:80px; + line-height:16px +} +.charsheet .sheet-wrapper label{ + display:inline-block; + width:100%; + font-size:14px; + text-align:left; + font-weight:600; + height:24px; + line-height:24px; + vertical-align:middle +} +.charsheet .sheet-wrapper .sheet-characteristics button[type="roll"] label,.charsheet .sheet-wrapper .sheet-characteristics button[type="roll"] input.sheet-charMain{ + height:25px; + line-height:25px; + font-size:16px; + font-weight:bold; + font-family:inherit; + vertical-align:center; + text-align:center; + width:99%; + cursor:pointer; + background:none; + box-shadow:none; + transition:none; + border-radius:none; + border:none +} +.charsheet .sheet-wrapper .sheet-characteristics button[type="roll"]:hover label,.charsheet .sheet-wrapper .sheet-characteristics button[type="roll"]:hover input.sheet-charMain{ + color:#fff; + border:none; + background-color:#DAA520; + border-color:#DAA520; + border-radius:5px +} +.charsheet .sheet-wrapper .sheet-characteristics button[type="roll"]{ + border:none; + background-color:transparent; + width:100%; + margin:auto; + text-align:center; + font-family:inherit +} +.charsheet .sheet-wrapper .sheet-characteristics select{ + display:inline-block; + width:100%; + text-align:center; + background-color:transparent; + border:0; + font-weight:bold +} +.charsheet .sheet-wrapper .sheet-characteristics input.sheet-charMain{ + display:block; + border:1px solid gray; + background-color:transparent; + width:70%; + height:65px; + margin:auto; + text-align:center; + font-weight:bolder; + font-family:inherit; + font-size:3em +} + +.sheet-input-selectbox{ + -webkit-appearance:none; + -moz-appearance:none; + appearance:none; + -webkit-transition:all 0.3s ease-out; + -moz-transition:all 0.3s ease-out; + -ms-transition:all 0.3s ease-out; + -o-transition:all 0.3s ease-out; + transition:all 0.3s ease-out; + text-align:center; + text-align-last:center; + border:none; + box-shadow:none +} + +/* BUTTONS */ +input.sheet-arrow[type="checkbox"]{ + opacity:0; + width:20px; + height:20px; + position:relative; + top:0px; + left:16px; + cursor:pointer; + z-index:1 +} +.charsheet .sheet-wrapper .sheet-item{ + display:inline-block; + width:100%; + height:28px; + vertical-align:middle; + margin:0 -2px; + text-align:left; + padding:3px 2px +} +input.sheet-arrow[type="checkbox"] + span::before{ + background:url("https://i.imgur.com/dFig3jt.png"); + background-size:20px 20px; + background-repeat:no-repeat; + background-position:center; + content:""; + line-height:14px; + text-align:center; + display:inline-block; + vertical-align:middle; + border-radius:10px; + border:1px solid black; + width:20px; + height:20px +} +input.sheet-arrow[type="checkbox"]:checked + span::before{ + background:url("https://i.imgur.com/2V2A4qm.png"); + background-size:20px 20px; + background-repeat:no-repeat; + background-position:center; + content:""; + width:20px; + height:20px +} +input.sheet-arrow[type="checkbox"]:hover + span::before{ + background:url("https://i.imgur.com/Ig3Ww6v.png"); + background-size:20px 20px; + background-repeat:no-repeat; + background-position:center; + content:""; + line-height:14px; + text-align:center; + display:inline-block; + vertical-align:middle; + border-radius:10px; + border:1px solid black; + width:20px; + height:20px +} + +div.sheet-body{ + display:none +} +input.sheet-arrow:checked ~ div.sheet-body{ + display:block +} +table.sheet-armortable{ + background-image:url("https://i.imgur.com/ohregeQ.png"); + background-size: 60% 80%; + background-repeat: no-repeat; + background-position: center 70px; +} +td.sheet-armorshield{ + background-image:url("https://i.imgur.com/c4KfHLg.png"); + background-size: 95% auto; + background-repeat: no-repeat; + background-position: center 37px; +} + +.sheet-rolltemplate-wfrp4 table { + background-image:url(https://i.imgur.com/sIF6UDb.jpg); + min-width:220px; + max-width:220px; + width: 100%; + border: 1px solid; + color: black; + font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; +} + +.sheet-rolltemplate-wfrp4 th { + width: 100%; + border: 1px solid; + border: black; + background-color:#785604; + color: white; + font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; +} + +.sheet-rolltemplate-wfrp4 .userscript-tcat { + color: black; +} + +.sheet-rolltemplate-wfrp4 td { + padding: 1px; + border-bottom: 1px solid black; +} + +.sheet-rolltemplate-wfrp4 hr { + padding: 1px; + border-bottom: 1px solid black; +} + +.sheet-rolltemplate-wfrp4 div { + padding: 1px; + border-bottom: 1px solid black; +} + +.sheet-rolltemplate-wfrp4 .inlinerollresult { + display: inline-block; + min-width: 1.5em; + text-align: center; + border: 2px solid rgba(167, 168, 170,1); /*Cool Gray 6 C*/ +} + +.sheet-rolltemplate-wfrp4 .inlinerollresult.fullcrit { + border: 2px solid #3FB315; +} + +.sheet-rolltemplate-wfrp4 .inlinerollresult.fullfail { + border: 2px solid #B31515; +} + +.sheet-rolltemplate-wfrp4 .inlinerollresult.importantroll { + border: 2px solid #4A57ED; +} + +/* === TABS from GODBOUND.css === */ +.sheet-wrapper div[class^="sheet-section"]{ + display: none !important; +} +input.sheet-tab-page-1:checked ~ div.sheet-section-1, +input.sheet-tab-page-2:checked ~ div.sheet-section-2, +input.sheet-tab-page-3:checked ~ div.sheet-section-3, +input.sheet-tab-page-4:checked ~ div.sheet-section-4 +{ + display: block !important; +} +input[class*="sheet-tab"]{ + cursor: pointer; + position: relative; + opacity: 0; + z-index: 9999; +} +span[class*="sheet-tab"]{ + display: inline-block; + position: relative; + font-size: 13px; + color: #204060; + cursor: pointer; + font-weight: bold; + text-align: center; + border: 1px solid black; + border-color: #204060 !important; + border-radius: 4px; +} +input[class*="sheet-tab-page"], +span[class*="sheet-tab-page"]{ + width: 100px; + height: 18px; + vertical-align: top; +} +span[class*="sheet-tab-page"]{ + background-color: transparent; +} +input.sheet-tab-page-1, +span.sheet-tab-page-1{ + width: 100px; +} +span.sheet-tab-page-1{ + margin-left: -100px; +} +input.sheet-tab-page-2, +span.sheet-tab-page-2{ + width: 100px; +} +span.sheet-tab-page-2{ + margin-left: -100px; +} +input.sheet-tab-page-3, +span.sheet-tab-page-3{ + width: 100px; +} +span.sheet-tab-page-3{ + margin-left: -100px; +} +input.sheet-tab-page-4, +span.sheet-tab-page-4{ + width: 100px; +} +span.sheet-tab-page-4{ + margin-left: -100px; +} +input.sheet-tab-page-1:checked + span.sheet-tab-page-1, +input.sheet-tab-page-2:checked + span.sheet-tab-page-2, +input.sheet-tab-page-3:checked + span.sheet-tab-page-3, +input.sheet-tab-page-4:checked + span.sheet-tab-page-4 +{ + background-color: #204060; + color: white; +} +.sheet-section-1 select, +.sheet-section-2 select, +.sheet-section-3 select, +.sheet-section-4 select .sheet-checkbox-row-height{ + height: 19px; +} \ No newline at end of file diff --git a/WFRP4CharSheet/WFRP4Charsheet.html b/WFRP4CharSheet/WFRP4Charsheet.html new file mode 100644 index 0000000000..b6d89c20f3 --- /dev/null +++ b/WFRP4CharSheet/WFRP4Charsheet.html @@ -0,0 +1,3866 @@ + + + + + +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + + +
+ + + +
+ + + + + + + +
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + +
+
+ + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + +
+
+ + +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + + +
+ + + + + + + +
+ + + + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+
+ +
+ +
+ +
+ +
+
+
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+
+ + + + + + + + + +
+
+
+ +
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + +
+ + + + + + + + + + +
+
+
+
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + +
+
+ + +
+ + +
+ + +
+ +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + +
+ + + + + + + + +
+
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
Art + + + + + + + +
Athletics + + + + + + + +
Bribery + + + + + + + +
Charm + + + + + + + +
Charm Animal + + + + + + + +
Climb + + + + + + + +
Cool + + + + + + + +
Consume Alcohol + + + + + + + +
Dodge + + + + + + + +
Drive + + + + + + + +
Endurance + + + + + + + +
Entertain + + + + + + + +
Gamble + + + + + + + +
Gossip + + + + + + + +
Haggle + + + + + + + +
Intimidate + + + + + + + +
Intuition + + + + + + + +
Leadership + + + + + + + +
Navigation + + + + + + + +
Outdoor Survival + + + + + + + +
Perception + + + + + + + +
Ride + + + + + + + +
Row + + + + + + + +
Stealth + + + + + + + +
+
+ + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
Melee (Basic) + + + + + + + +
Melee (Brawling) + + + + + + + +
Melee (Cavalry) + + + + + + + +
Melee (Fencing) + + + + + + + +
Melee (Flail) + + + + + + + +
Melee (Parry) + + + + + + + +
Melee (Pole-Arm) + + + + + + + +
Melee (Two-Handed) + + + + + + + +
+
+ + + + +
Ranged (Blackpowder) + + + + + + + +
Ranged (Bow) + + + + + + + +
Ranged (Crossbow) † + + + + + + + +
Ranged (Engineering) + + + + + + + +
Ranged (Entangling) + + + + + + + +
Ranged (Explosives) + + + + + + + +
Ranged (Sling) + + + + + + + +
Ranged (Throwing) † + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
Language (Magick) + + + + + + + +
Pray + + + + + + + +
+ +
+
+ + +
+
+ + + + + + + + + + + +
+
+ + + + +
+
+ + + + + + + + + +
+
+ + + + + + + +
+
+ + +
+

Talents

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

ARMOUR

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + +
+
01-09
+
+ +
+
+ 25-44
+
+
+ (or primary arm) +

45-79
+
+ +
10-24
+
+
+ (or secondary arm) +
+


+
+ +
+
90-00
+
+ +
+
80-89
+
+ +
+
+
+ +
+ + +
+
+

WEAPONS

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

SPELLS AND PRAYERS

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

INJURIES, AFFLICTIONS, PSYCHOLOGY AND MUTATIONS

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

TRAPPINGS

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

NOTES

+ +
+
+
+
+

APPEARANCE

+ +
+
+ +
+
+
+

PERSONALITY

+ +
+
+
+
+

HISTORY

+ +
+
+
+
+
+
+ + + + + + + + +
{{name}} +
{{title}}
+
+ {{#dice}} + Rolled {{dice}} vs {{against}} + + +
**Result:** + {{#rollWasCrit() dice}} + {{#rollLess() dice against}} + Critical + {{/rollLess() dice against}} + {{#rollGreater() dice against}} + Fumbling + {{/rollGreater() dice against}} + {{/rollWasCrit() dice}} + {{#rollWasFumble() dice}} + Fumbling + {{/rollWasFumble() dice}} + {{#rollLess() dice against}} + Success
+ {{/rollLess() dice against}} + {{#rollTotal() dice against}} + Success
+ {{/rollTotal() dice against}} + {{#rollGreater() dice against}} + Failure
+ {{/rollGreater() dice against}} + {{/dice}} + + {{#description}} +
Description: {{description}}
+ {{/description}} + + {{#weapon}} +
Weapon: {{weapon}}
+ Range/Reach: {{range}}
+ Dmg: {{damage}} + {{/weapon}} + + {{#spell}} +
Spell: {{spell}}
+ CN: {{cn}} + {{/spell}} + +{{#rollBetween() against 90 99}} + {{#rollTotal() dice 100}}–1{{/rollTotal() dice 100}} + {{#rollBetween() dice against 99}} + {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} + {{/rollBetween() dice against 99}} + {{#rollBetween() dice 90 against}}SL: +0{{/rollBetween() dice 90 against}} + {{#rollBetween() dice 80 89}}SL: +1{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: +2{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +3{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +4{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +5{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +6{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +7{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +8{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 1 9}}SL: +9{{/rollBetween() dice 1 9}} +{{/rollBetween() against 90 99}} +{{#rollBetween() against 80 89}} + {{#rollTotal() dice 100}}SL: –2{{/rollTotal() dice 100}} + {{#rollBetween() dice 90 99}}SL: –1{{/rollBetween() dice 90 99}} + {{#rollBetween() dice against 89}} + {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} + {{/rollBetween() dice against 89}} + {{#rollBetween() dice 80 against}}SL: +0{{/rollBetween() dice 80 against}} + {{#rollBetween() dice 70 79}}SL: +1{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +2{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +3{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +4{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +5{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +6{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +7{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 1 9}}SL: +8{{/rollBetween() dice 1 9}} +{{/rollBetween() against 80 89}} +{{#rollBetween() against 70 79}} + {{#rollTotal() dice 100}}SL: –3{{/rollTotal() dice 100}} + {{#rollBetween() dice 90 99}}SL: –2{{/rollBetween() dice 90 99}} + {{#rollBetween() dice 80 89}}SL: –1{{/rollBetween() dice 80 89}} + {{#rollBetween() dice against 79}} + {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} + {{/rollBetween() dice against 79}} + {{#rollBetween() dice 70 against}}SL: +0{{/rollBetween() dice 70 against}} + {{#rollBetween() dice 60 69}}SL: +1{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +2{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +3{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +4{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +5{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +6{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 1 9}}+7{{/rollBetween() dice 1 9}} +{{/rollBetween() against 70 79}} +{{#rollBetween() against 60 69}} + {{#rollTotal() dice 100}}–4{{/rollTotal() dice 100}} + {{#rollBetween() dice 90 99}}SL: –3{{/rollBetween() dice 90 99}} + {{#rollBetween() dice 80 89}}SL: –2{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: –1{{/rollBetween() dice 70 79}} + {{#rollBetween() dice against 69}} + {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} + {{/rollBetween() dice against 69}} + {{#rollBetween() dice 60 against}}SL: +0{{/rollBetween() dice 60 against}} + {{#rollBetween() dice 50 59}}SL: +1{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +2{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +3{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +4{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +5{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 1 9}}SL: +6{{/rollBetween() dice 1 9}} +{{/rollBetween() against 60 69}} +{{#rollBetween() against 50 59}} + {{#rollTotal() dice 100}}SL: –5{{/rollTotal() dice 100}} + {{#rollBetween() dice 90 99}}SL: –4{{/rollBetween() dice 90 99}} + {{#rollBetween() dice 80 89}}SL: –3{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: –2{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: –1{{/rollBetween() dice 60 69}} + {{#rollBetween() dice against 59}} + {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} + {{/rollBetween() dice against 59}} + {{#rollBetween() dice 50 against}}SL: +0{{/rollBetween() dice 50 against}} + {{#rollBetween() dice 40 49}}SL: +1{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +2{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +3{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +4{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 1 9}}SL: +5{{/rollBetween() dice 1 9}} +{{/rollBetween() against 50 59}} +{{#rollBetween() against 40 49}} + {{#rollTotal() dice 100}}–6{{/rollTotal() dice 100}} + {{#rollBetween() dice 90 99}}SL: –5{{/rollBetween() dice 90 99}} + {{#rollBetween() dice 80 89}}SL: –4{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: –3{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: –2{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: –1{{/rollBetween() dice 50 59}} + {{#rollBetween() dice against 49}} + {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} + {{/rollBetween() dice against 49}} + {{#rollBetween() dice 40 against}}SL: +0{{/rollBetween() dice 40 against}} + {{#rollBetween() dice 30 39}}SL: +1{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +2{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +3{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 1 9}}SL: +4{{/rollBetween() dice 1 9}} +{{/rollBetween() against 40 49}} +{{#rollBetween() against 30 39}} + {{#rollTotal() dice 100}}-7{{/rollTotal() dice 100}} + {{#rollBetween() dice 90 99}}SL: –6{{/rollBetween() dice 90 99}} + {{#rollBetween() dice 80 89}}SL: –5{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: –4{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: –3{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: –2{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: –1{{/rollBetween() dice 40 49}} + {{#rollBetween() dice against 39}} + {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} + {{/rollBetween() dice against 39}} + {{#rollBetween() dice 30 against}}SL: +0{{/rollBetween() dice 30 against}} + {{#rollBetween() dice 20 29}}SL: +1{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +2{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 1 9}}SL: +3{{/rollBetween() dice 1 9}} +{{/rollBetween() against 30 39}} +{{#rollBetween() against 20 29}} + {{#rollTotal() dice 100}}–8{{/rollTotal() dice 100}} + {{#rollBetween() dice 90 99}}SL: –7{{/rollBetween() dice 90 99}} + {{#rollBetween() dice 80 89}}SL: –6{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: –5{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: –4{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: –3{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: –2{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: –1{{/rollBetween() dice 30 39}} + {{#rollBetween() dice against 29}} + {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} + {{/rollBetween() dice against 29}} + {{#rollBetween() dice 20 against}}SL: +0{{/rollBetween() dice 20 against}} + {{#rollBetween() dice 10 19}}SL: +1{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 1 9}}SL: +2{{/rollBetween() dice 1 9}} +{{/rollBetween() against 20 29}} +{{#rollBetween() against 10 19}} + {{#rollTotal() dice 100}}SL: –9{{/rollTotal() dice 100}} + {{#rollBetween() dice 90 99}}SL: –8{{/rollBetween() dice 90 99}} + {{#rollBetween() dice 80 89}}SL: –7{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: –6{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: –5{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: –4{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: –3{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: –2{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: –1{{/rollBetween() dice 20 29}} + {{#rollBetween() dice against 19}} + {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} + {{/rollBetween() dice against 19}} + {{#rollBetween() dice 10 against}}SL: +0{{/rollBetween() dice 10 against}} + {{#rollBetween() dice 1 9}}SL: +1{{/rollBetween() dice 1 9}} +{{/rollBetween() against 10 19}} +{{#rollBetween() against 1 9}} + {{#rollTotal() dice 100}}SL: –10{{/rollTotal() dice 100}} + {{#rollBetween() dice 90 99}}SL: –9{{/rollBetween() dice 90 99}} + {{#rollBetween() dice 80 89}}SL: –8{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: –7{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: –6{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: –5{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: –4{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: –3{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: –2{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: –1{{/rollBetween() dice 10 19}} + {{#rollBetween() dice against 9}} + {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} + {{/rollBetween() dice against 9}} + {{#rollBetween() dice 1 against}}SL: +0{{/rollBetween() dice 1 against}} +{{/rollBetween() against 1 9}} + +{{#rollBetween() against 100 109}} + {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} + {{#rollBetween() dice 90 95}}SL: +1{{/rollBetween() dice 90 95}} + {{#rollBetween() dice 80 89}}SL: +2{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: +3{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +4{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +5{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +6{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +7{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +8{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +9{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 1 9}}SL: +10{{/rollBetween() dice 1 9}} +{{/rollBetween() against 100 109}} + +{{#rollBetween() against 110 119}} + {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} + {{#rollBetween() dice 90 95}}SL: +2{{/rollBetween() dice 90 95}} + {{#rollBetween() dice 80 89}}SL: +3{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: +4{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +5{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +6{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +7{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +8{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +9{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +10{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 1 9}}SL: +10{{/rollBetween() dice 1 9}} +{{/rollBetween() against 110 119}} + +{{#rollBetween() against 120 129}} + {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} + {{#rollBetween() dice 90 95}}SL: +3{{/rollBetween() dice 90 95}} + {{#rollBetween() dice 80 89}}SL: +4{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: +5{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +6{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +7{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +8{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +9{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +10{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +11{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 03 09}}SL: +11{{/rollBetween() dice 03 09}} + {{#rollBetween() dice 01 02}}SL: +12{{/rollBetween() dice 01 02}} +{{/rollBetween() against 120 129}} + +{{#rollBetween() against 130 139}} + {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} + {{#rollBetween() dice 90 95}}SL: +4{{/rollBetween() dice 90 95}} + {{#rollBetween() dice 80 89}}SL: +5{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: +6{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +7{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +8{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +9{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +10{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +11{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +12{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 04 09}}SL: +12{{/rollBetween() dice 04 09}} + {{#rollBetween() dice 01 03}}SL: +13{{/rollBetween() dice 01 03}} +{{/rollBetween() against 130 139}} + +{{#rollBetween() against 140 149}} + {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} + {{#rollBetween() dice 90 95}}SL: +5{{/rollBetween() dice 90 95}} + {{#rollBetween() dice 80 89}}SL: +6{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: +7{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +8{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +9{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +10{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +11{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +12{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +13{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 05 09}}SL: +13{{/rollBetween() dice 05 09}} + {{#rollBetween() dice 01 04}}SL: +14{{/rollBetween() dice 01 04}} +{{/rollBetween() against 140 149}} + +{{#rollBetween() against 150 159}} + {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} + {{#rollBetween() dice 90 95}}SL: +6{{/rollBetween() dice 90 95}} + {{#rollBetween() dice 80 89}}SL: +7{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: +8{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +9{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +10{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +11{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +12{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +13{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +14{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 06 09}}SL: +14{{/rollBetween() dice 06 09}} + {{#rollBetween() dice 01 05}}SL: +15{{/rollBetween() dice 01 05}} +{{/rollBetween() against 150 159}} + +{{#rollBetween() against 160 169}} + {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} + {{#rollBetween() dice 90 95}}SL: +7{{/rollBetween() dice 90 95}} + {{#rollBetween() dice 80 89}}SL: +8{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: +9{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +10{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +11{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +12{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +13{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +14{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +15{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 07 09}}SL: +15{{/rollBetween() dice 07 09}} + {{#rollBetween() dice 01 06}}SL: +16{{/rollBetween() dice 01 06}} +{{/rollBetween() against 160 169}} + +{{#rollBetween() against 170 179}} + {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} + {{#rollBetween() dice 90 95}}SL: +8{{/rollBetween() dice 90 95}} + {{#rollBetween() dice 80 89}}SL: +9{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: +10{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +11{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +12{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +13{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +14{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +15{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +16{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 08 09}}SL: +16{{/rollBetween() dice 08 09}} + {{#rollBetween() dice 01 07}}SL: +17{{/rollBetween() dice 01 07}} +{{/rollBetween() against 170 179}} + +{{#rollBetween() against 180 189}} + {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} + {{#rollBetween() dice 90 95}}SL: +9{{/rollBetween() dice 90 95}} + {{#rollBetween() dice 80 89}}SL: +10{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: +11{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +12{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +13{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +14{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +15{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +16{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +17{{/rollBetween() dice 10 19}} + {{#rollTotal() dice 09}}SL: +17{{/rollTotal() dice 09}} + {{#rollBetween() dice 01 08}}SL: +18{{/rollBetween() dice 01 08}} +{{/rollBetween() against 180 189}} + +{{#rollBetween() against 190 199}} + {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} + {{#rollBetween() dice 90 95}}SL: +10{{/rollBetween() dice 90 95}} + {{#rollBetween() dice 80 89}}SL: +11{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: +12{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +13{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +14{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +15{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +16{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +17{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +18{{/rollBetween() dice 10 19}} + {{#rollLess() against 198}} + {{#rollTotal() dice 09}}SL: +18{{/rollTotal() dice 09}} + {{#rollBetween() dice 01 08}}SL: +19{{/rollBetween() dice 01 08}} + {{/rollLess() against 198}} + {{#rollTotal() against 199}} SL: +19 {{/rollTotal() against 199}} +{{/rollBetween() against 190 199}} + +{{#rollGreater() against 200}} + SL: +20 max calculated value +{{/rollGreater() against 200}} + + +{{#channelling}} + Channelling SL: {{channelling}} +{{/channelling}} + + + {{#hitlocation}} +
+ + {{#rollTotal() dice 10}} + Hit Location: Head + {{/rollTotal() dice 10}} + {{#rollTotal() dice 20}} + Hit Location: Head + {{/rollTotal() dice 20}} + {{#rollTotal() dice 30}} + Hit Location: Head + {{/rollTotal() dice 30}} + {{#rollTotal() dice 40}} + Hit Location: Head + {{/rollTotal() dice 40}} + {{#rollTotal() dice 50}} + Hit Location: Head + {{/rollTotal() dice 50}} + {{#rollTotal() dice 60}} + Hit Location: Head + {{/rollTotal() dice 60}} + {{#rollTotal() dice 70}} + Hit Location: Head + {{/rollTotal() dice 70}} + {{#rollTotal() dice 80}} + Hit Location: Head + {{/rollTotal() dice 80}} + {{#rollTotal() dice 90}} + Hit Location: Head + {{/rollTotal() dice 90}} + + + {{#rollTotal() dice 01}} + Hit Location: Left Arm + {{/rollTotal() dice 01}} + {{#rollTotal() dice 11}} + Hit Location: Left Arm + {{/rollTotal() dice 11}} + {{#rollTotal() dice 21}} + Hit Location: Left Arm + {{/rollTotal() dice 21}} + {{#rollTotal() dice 31}} + Hit Location: Left Arm + {{/rollTotal() dice 31}} + {{#rollTotal() dice 41}} + Hit Location: Left Arm + {{/rollTotal() dice 41}} + {{#rollTotal() dice 51}} + Hit Location: Left Arm + {{/rollTotal() dice 51}} + {{#rollTotal() dice 61}} + Hit Location: Left Arm + {{/rollTotal() dice 61}} + {{#rollTotal() dice 71}} + Hit Location: Left Arm + {{/rollTotal() dice 71}} + {{#rollTotal() dice 81}} + Hit Location: Left Arm + {{/rollTotal() dice 81}} + {{#rollTotal() dice 91}} + Hit Location: Left Arm + {{/rollTotal() dice 91}} + {{#rollTotal() dice 02}} + Hit Location: Left Arm + {{/rollTotal() dice 02}} + {{#rollTotal() dice 12}} + Hit Location: Left Arm + {{/rollTotal() dice 12}} + {{#rollTotal() dice 22}} + Hit Location: Left Arm + {{/rollTotal() dice 22}} + {{#rollTotal() dice 32}} + Hit Location: Left Arm + {{/rollTotal() dice 32}} + {{#rollTotal() dice 42}} + Hit Location: Left Arm + {{/rollTotal() dice 42}} + + + {{#rollTotal() dice 52}} + Hit Location: Right Arm + {{/rollTotal() dice 52}} + {{#rollTotal() dice 62}} + Hit Location: Right Arm + {{/rollTotal() dice 62}} + {{#rollTotal() dice 72}} + Hit Location: Right Arm + {{/rollTotal() dice 72}} + {{#rollTotal() dice 82}} + Hit Location: Right Arm + {{/rollTotal() dice 82}} + {{#rollTotal() dice 92}} + Hit Location: Right Arm + {{/rollTotal() dice 92}} + {{#rollTotal() dice 03}} + Hit Location: Right Arm + {{/rollTotal() dice 03}} + {{#rollTotal() dice 13}} + Hit Location: Right Arm + {{/rollTotal() dice 13}} + {{#rollTotal() dice 23}} + Hit Location: Right Arm + {{/rollTotal() dice 23}} + {{#rollTotal() dice 33}} + Hit Location: Right Arm + {{/rollTotal() dice 33}} + {{#rollTotal() dice 43}} + Hit Location: Right Arm + {{/rollTotal() dice 43}} + {{#rollTotal() dice 53}} + Hit Location: Right Arm + {{/rollTotal() dice 53}} + {{#rollTotal() dice 63}} + Hit Location: Right Arm + {{/rollTotal() dice 63}} + {{#rollTotal() dice 73}} + Hit Location: Right Arm + {{/rollTotal() dice 73}} + {{#rollTotal() dice 83}} + Hit Location: Right Arm + {{/rollTotal() dice 83}} + {{#rollTotal() dice 93}} + Hit Location: Right Arm + {{/rollTotal() dice 93}} + {{#rollTotal() dice 04}} + Hit Location: Right Arm + {{/rollTotal() dice 04}} + {{#rollTotal() dice 14}} + Hit Location: Right Arm + {{/rollTotal() dice 14}} + {{#rollTotal() dice 24}} + Hit Location: Right Arm + {{/rollTotal() dice 24}} + {{#rollTotal() dice 34}} + Hit Location: Right Arm + {{/rollTotal() dice 34}} + {{#rollTotal() dice 44}} + Hit Location: Right Arm + {{/rollTotal() dice 44}} + + + {{#rollTotal() dice 54}} + Hit Location: Body + {{/rollTotal() dice 54}} + {{#rollTotal() dice 64}} + Hit Location: Body + {{/rollTotal() dice 64}} + {{#rollTotal() dice 74}} + Hit Location: Body + {{/rollTotal() dice 74}} + {{#rollTotal() dice 84}} + Hit Location: Body + {{/rollTotal() dice 84}} + {{#rollTotal() dice 94}} + Hit Location: Body + {{/rollTotal() dice 94}} + {{#rollTotal() dice 05}} + Hit Location: Body + {{/rollTotal() dice 05}} + {{#rollTotal() dice 15}} + Hit Location: Body + {{/rollTotal() dice 15}} + {{#rollTotal() dice 25}} + Hit Location: Body + {{/rollTotal() dice 25}} + {{#rollTotal() dice 35}} + Hit Location: Body + {{/rollTotal() dice 35}} + {{#rollTotal() dice 45}} + Hit Location: Body + {{/rollTotal() dice 45}} + {{#rollTotal() dice 55}} + Hit Location: Body + {{/rollTotal() dice 55}} + {{#rollTotal() dice 65}} + Hit Location: Body + {{/rollTotal() dice 65}} + {{#rollTotal() dice 75}} + Hit Location: Body + {{/rollTotal() dice 75}} + {{#rollTotal() dice 85}} + Hit Location: Body + {{/rollTotal() dice 85}} + {{#rollTotal() dice 95}} + Hit Location: Body + {{/rollTotal() dice 95}} + {{#rollTotal() dice 06}} + Hit Location: Body + {{/rollTotal() dice 06}} + {{#rollTotal() dice 16}} + Hit Location: Body + {{/rollTotal() dice 16}} + {{#rollTotal() dice 26}} + Hit Location: Body + {{/rollTotal() dice 26}} + {{#rollTotal() dice 36}} + Hit Location: Body + {{/rollTotal() dice 36}} + {{#rollTotal() dice 46}} + Hit Location: Body + {{/rollTotal() dice 46}} + {{#rollTotal() dice 56}} + Hit Location: Body + {{/rollTotal() dice 56}} + {{#rollTotal() dice 66}} + Hit Location: Body + {{/rollTotal() dice 66}} + {{#rollTotal() dice 76}} + Hit Location: Body + {{/rollTotal() dice 76}} + {{#rollTotal() dice 86}} + Hit Location: Body + {{/rollTotal() dice 86}} + {{#rollTotal() dice 96}} + Hit Location: Body + {{/rollTotal() dice 96}} + {{#rollTotal() dice 07}} + Hit Location: Body + {{/rollTotal() dice 07}} + {{#rollTotal() dice 17}} + Hit Location: Body + {{/rollTotal() dice 17}} + {{#rollTotal() dice 27}} + Hit Location: Body + {{/rollTotal() dice 27}} + {{#rollTotal() dice 37}} + Hit Location: Body + {{/rollTotal() dice 37}} + {{#rollTotal() dice 47}} + Hit Location: Body + {{/rollTotal() dice 47}} + {{#rollTotal() dice 57}} + Hit Location: Body + {{/rollTotal() dice 57}} + {{#rollTotal() dice 67}} + Hit Location: Body + {{/rollTotal() dice 67}} + {{#rollTotal() dice 77}} + Hit Location: Body + {{/rollTotal() dice 77}} + {{#rollTotal() dice 87}} + Hit Location: Body + {{/rollTotal() dice 87}} + {{#rollTotal() dice 97}} + Hit Location: Body + {{/rollTotal() dice 97}} + + + {{#rollTotal() dice 08}} + Hit Location: Left Leg + {{/rollTotal() dice 08}} + {{#rollTotal() dice 18}} + Hit Location: Left Leg + {{/rollTotal() dice 18}} + {{#rollTotal() dice 28}} + Hit Location: Left Leg + {{/rollTotal() dice 28}} + {{#rollTotal() dice 38}} + Hit Location: Left Leg + {{/rollTotal() dice 38}} + {{#rollTotal() dice 48}} + Hit Location: Left Leg + {{/rollTotal() dice 48}} + {{#rollTotal() dice 58}} + Hit Location: Left Leg + {{/rollTotal() dice 58}} + {{#rollTotal() dice 68}} + Hit Location: Left Leg + {{/rollTotal() dice 68}} + {{#rollTotal() dice 78}} + Hit Location: Left Leg + {{/rollTotal() dice 78}} + {{#rollTotal() dice 88}} + Hit Location: Left Leg + {{/rollTotal() dice 88}} + {{#rollTotal() dice 98}} + Hit Location: Left Leg + {{/rollTotal() dice 98}} + + + {{#rollTotal() dice 09}} + Hit Location: Right Leg + {{/rollTotal() dice 09}} + {{#rollTotal() dice 19}} + Hit Location: Right Leg + {{/rollTotal() dice 19}} + {{#rollTotal() dice 29}} + Hit Location: Right Leg + {{/rollTotal() dice 29}} + {{#rollTotal() dice 39}} + Hit Location: Right Leg + {{/rollTotal() dice 39}} + {{#rollTotal() dice 49}} + Hit Location: Right Leg + {{/rollTotal() dice 49}} + {{#rollTotal() dice 59}} + Hit Location: Right Leg + {{/rollTotal() dice 59}} + {{#rollTotal() dice 69}} + Hit Location: Right Leg + {{/rollTotal() dice 69}} + {{#rollTotal() dice 79}} + Hit Location: Right Leg + {{/rollTotal() dice 79}} + {{#rollTotal() dice 89}} + Hit Location: Right Leg + {{/rollTotal() dice 89}} + {{#rollTotal() dice 99}} + Hit Location: Right Leg + {{/rollTotal() dice 99}} + {{#rollTotal() dice 100}} + Hit Location: Right Leg + {{/rollTotal() dice 100}} + {{/hitlocation}} + + + {{#weapon}} +
+ + Qualities/Flaws: {{qualities}} + {{/weapon}} + + {{#spell}} +
Range: {{range}}
+ Target: {{target}}
+ Duration: {{duration}}
+ Effect: {{effect}} + {{/spell}} + + {{#talent}} + Description: {{description}} + {{/talent}} +
+
+ + + \ No newline at end of file From 6fff9e221d0e301353be55b19815860a5408d957 Mon Sep 17 00:00:00 2001 From: Arioch1973 <42805698+Arioch1973@users.noreply.github.com> Date: Sun, 14 Oct 2018 14:21:48 +0200 Subject: [PATCH 4/5] Delete WFRP4Charsheet.html --- WFRP4CharSheet/WFRP4Charsheet.html | 3866 ---------------------------- 1 file changed, 3866 deletions(-) delete mode 100644 WFRP4CharSheet/WFRP4Charsheet.html diff --git a/WFRP4CharSheet/WFRP4Charsheet.html b/WFRP4CharSheet/WFRP4Charsheet.html deleted file mode 100644 index b6d89c20f3..0000000000 --- a/WFRP4CharSheet/WFRP4Charsheet.html +++ /dev/null @@ -1,3866 +0,0 @@ - - - - - -
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - -
- - - -
- - - -
- - - - - - - -
- - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - -
- - - - - - - - - - -
- - - - - - - - - - -
- - - - - - - - - - -
- - - - - - - - - - -
- - - - - - - - - - -
-
- - - - - - - - - - -
- - - - - - - - - - -
- - - - - - - - - - -
-
- - -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - -
- - - - - - - -
- - - - - - - -
- - - - -
-
- - - -
- - - - - - - - - - - - - - - - - - - -
-
- -
- -
- -
- -
-
-
- - -
-
-
- - -
- - - - - - - - - - - - - - - - -
-
- - - - - - - - - -
-
-
- -
-
- - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - -
- - - - - - - - - - -
-
-
-
- - -
-
-
- - - - - - - - - - - - - - - - - - - -
-
- - -
- - -
- - -
- -
-
-
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - -
- - - - - - - - -
-
- - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - -
Art - - - - - - - -
Athletics - - - - - - - -
Bribery - - - - - - - -
Charm - - - - - - - -
Charm Animal - - - - - - - -
Climb - - - - - - - -
Cool - - - - - - - -
Consume Alcohol - - - - - - - -
Dodge - - - - - - - -
Drive - - - - - - - -
Endurance - - - - - - - -
Entertain - - - - - - - -
Gamble - - - - - - - -
Gossip - - - - - - - -
Haggle - - - - - - - -
Intimidate - - - - - - - -
Intuition - - - - - - - -
Leadership - - - - - - - -
Navigation - - - - - - - -
Outdoor Survival - - - - - - - -
Perception - - - - - - - -
Ride - - - - - - - -
Row - - - - - - - -
Stealth - - - - - - - -
-
- - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - -
Melee (Basic) - - - - - - - -
Melee (Brawling) - - - - - - - -
Melee (Cavalry) - - - - - - - -
Melee (Fencing) - - - - - - - -
Melee (Flail) - - - - - - - -
Melee (Parry) - - - - - - - -
Melee (Pole-Arm) - - - - - - - -
Melee (Two-Handed) - - - - - - - -
-
- - - - -
Ranged (Blackpowder) - - - - - - - -
Ranged (Bow) - - - - - - - -
Ranged (Crossbow) † - - - - - - - -
Ranged (Engineering) - - - - - - - -
Ranged (Entangling) - - - - - - - -
Ranged (Explosives) - - - - - - - -
Ranged (Sling) - - - - - - - -
Ranged (Throwing) † - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - -
Language (Magick) - - - - - - - -
Pray - - - - - - - -
- -
-
- - -
-
- - - - - - - - - - - -
-
- - - - -
-
- - - - - - - - - -
-
- - - - - - - -
-
- - -
-

Talents

- -
-
-
-
-
- -
- -
-
-
-
-
- - - - - - -
- - - - -
-
-
-
-

ARMOUR

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
- -
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - -
-
01-09
-
- -
-
- 25-44
-
-
- (or primary arm) -

45-79
-
- -
10-24
-
-
- (or secondary arm) -
-


-
- -
-
90-00
-
- -
-
80-89
-
- -
-
-
- -
- - -
-
-

WEAPONS

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
- -
- -
-
-
-
- - -
-
-

SPELLS AND PRAYERS

-
- - - - - - - - - - - - -
- - - - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - - -
-
-
-
-
-
-
-
-
-
-
-
-
- -
- -
-
-
- -
- - -
-

INJURIES, AFFLICTIONS, PSYCHOLOGY AND MUTATIONS

- -
- - - - - - - - - - - - - - - - - - - -
- - - - - - - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - -
-
-
-

TRAPPINGS

-
-
-
-
-
-
-
-
-
-
-
-
-
- -
- -
-
-
- -
-
-
-
-
- - -
-
-
-

NOTES

- -
-
-
-
-

APPEARANCE

- -
-
- -
-
-
-

PERSONALITY

- -
-
-
-
-

HISTORY

- -
-
-
-
-
-
- - - - - - - - -
{{name}} -
{{title}}
-
- {{#dice}} - Rolled {{dice}} vs {{against}} - - -
**Result:** - {{#rollWasCrit() dice}} - {{#rollLess() dice against}} - Critical - {{/rollLess() dice against}} - {{#rollGreater() dice against}} - Fumbling - {{/rollGreater() dice against}} - {{/rollWasCrit() dice}} - {{#rollWasFumble() dice}} - Fumbling - {{/rollWasFumble() dice}} - {{#rollLess() dice against}} - Success
- {{/rollLess() dice against}} - {{#rollTotal() dice against}} - Success
- {{/rollTotal() dice against}} - {{#rollGreater() dice against}} - Failure
- {{/rollGreater() dice against}} - {{/dice}} - - {{#description}} -
Description: {{description}}
- {{/description}} - - {{#weapon}} -
Weapon: {{weapon}}
- Range/Reach: {{range}}
- Dmg: {{damage}} - {{/weapon}} - - {{#spell}} -
Spell: {{spell}}
- CN: {{cn}} - {{/spell}} - -{{#rollBetween() against 90 99}} - {{#rollTotal() dice 100}}–1{{/rollTotal() dice 100}} - {{#rollBetween() dice against 99}} - {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} - {{/rollBetween() dice against 99}} - {{#rollBetween() dice 90 against}}SL: +0{{/rollBetween() dice 90 against}} - {{#rollBetween() dice 80 89}}SL: +1{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: +2{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +3{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +4{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +5{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +6{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +7{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +8{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 1 9}}SL: +9{{/rollBetween() dice 1 9}} -{{/rollBetween() against 90 99}} -{{#rollBetween() against 80 89}} - {{#rollTotal() dice 100}}SL: –2{{/rollTotal() dice 100}} - {{#rollBetween() dice 90 99}}SL: –1{{/rollBetween() dice 90 99}} - {{#rollBetween() dice against 89}} - {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} - {{/rollBetween() dice against 89}} - {{#rollBetween() dice 80 against}}SL: +0{{/rollBetween() dice 80 against}} - {{#rollBetween() dice 70 79}}SL: +1{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +2{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +3{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +4{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +5{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +6{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +7{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 1 9}}SL: +8{{/rollBetween() dice 1 9}} -{{/rollBetween() against 80 89}} -{{#rollBetween() against 70 79}} - {{#rollTotal() dice 100}}SL: –3{{/rollTotal() dice 100}} - {{#rollBetween() dice 90 99}}SL: –2{{/rollBetween() dice 90 99}} - {{#rollBetween() dice 80 89}}SL: –1{{/rollBetween() dice 80 89}} - {{#rollBetween() dice against 79}} - {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} - {{/rollBetween() dice against 79}} - {{#rollBetween() dice 70 against}}SL: +0{{/rollBetween() dice 70 against}} - {{#rollBetween() dice 60 69}}SL: +1{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +2{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +3{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +4{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +5{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +6{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 1 9}}+7{{/rollBetween() dice 1 9}} -{{/rollBetween() against 70 79}} -{{#rollBetween() against 60 69}} - {{#rollTotal() dice 100}}–4{{/rollTotal() dice 100}} - {{#rollBetween() dice 90 99}}SL: –3{{/rollBetween() dice 90 99}} - {{#rollBetween() dice 80 89}}SL: –2{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: –1{{/rollBetween() dice 70 79}} - {{#rollBetween() dice against 69}} - {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} - {{/rollBetween() dice against 69}} - {{#rollBetween() dice 60 against}}SL: +0{{/rollBetween() dice 60 against}} - {{#rollBetween() dice 50 59}}SL: +1{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +2{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +3{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +4{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +5{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 1 9}}SL: +6{{/rollBetween() dice 1 9}} -{{/rollBetween() against 60 69}} -{{#rollBetween() against 50 59}} - {{#rollTotal() dice 100}}SL: –5{{/rollTotal() dice 100}} - {{#rollBetween() dice 90 99}}SL: –4{{/rollBetween() dice 90 99}} - {{#rollBetween() dice 80 89}}SL: –3{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: –2{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: –1{{/rollBetween() dice 60 69}} - {{#rollBetween() dice against 59}} - {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} - {{/rollBetween() dice against 59}} - {{#rollBetween() dice 50 against}}SL: +0{{/rollBetween() dice 50 against}} - {{#rollBetween() dice 40 49}}SL: +1{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +2{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +3{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +4{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 1 9}}SL: +5{{/rollBetween() dice 1 9}} -{{/rollBetween() against 50 59}} -{{#rollBetween() against 40 49}} - {{#rollTotal() dice 100}}–6{{/rollTotal() dice 100}} - {{#rollBetween() dice 90 99}}SL: –5{{/rollBetween() dice 90 99}} - {{#rollBetween() dice 80 89}}SL: –4{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: –3{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: –2{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: –1{{/rollBetween() dice 50 59}} - {{#rollBetween() dice against 49}} - {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} - {{/rollBetween() dice against 49}} - {{#rollBetween() dice 40 against}}SL: +0{{/rollBetween() dice 40 against}} - {{#rollBetween() dice 30 39}}SL: +1{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +2{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +3{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 1 9}}SL: +4{{/rollBetween() dice 1 9}} -{{/rollBetween() against 40 49}} -{{#rollBetween() against 30 39}} - {{#rollTotal() dice 100}}-7{{/rollTotal() dice 100}} - {{#rollBetween() dice 90 99}}SL: –6{{/rollBetween() dice 90 99}} - {{#rollBetween() dice 80 89}}SL: –5{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: –4{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: –3{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: –2{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: –1{{/rollBetween() dice 40 49}} - {{#rollBetween() dice against 39}} - {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} - {{/rollBetween() dice against 39}} - {{#rollBetween() dice 30 against}}SL: +0{{/rollBetween() dice 30 against}} - {{#rollBetween() dice 20 29}}SL: +1{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +2{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 1 9}}SL: +3{{/rollBetween() dice 1 9}} -{{/rollBetween() against 30 39}} -{{#rollBetween() against 20 29}} - {{#rollTotal() dice 100}}–8{{/rollTotal() dice 100}} - {{#rollBetween() dice 90 99}}SL: –7{{/rollBetween() dice 90 99}} - {{#rollBetween() dice 80 89}}SL: –6{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: –5{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: –4{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: –3{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: –2{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: –1{{/rollBetween() dice 30 39}} - {{#rollBetween() dice against 29}} - {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} - {{/rollBetween() dice against 29}} - {{#rollBetween() dice 20 against}}SL: +0{{/rollBetween() dice 20 against}} - {{#rollBetween() dice 10 19}}SL: +1{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 1 9}}SL: +2{{/rollBetween() dice 1 9}} -{{/rollBetween() against 20 29}} -{{#rollBetween() against 10 19}} - {{#rollTotal() dice 100}}SL: –9{{/rollTotal() dice 100}} - {{#rollBetween() dice 90 99}}SL: –8{{/rollBetween() dice 90 99}} - {{#rollBetween() dice 80 89}}SL: –7{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: –6{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: –5{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: –4{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: –3{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: –2{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: –1{{/rollBetween() dice 20 29}} - {{#rollBetween() dice against 19}} - {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} - {{/rollBetween() dice against 19}} - {{#rollBetween() dice 10 against}}SL: +0{{/rollBetween() dice 10 against}} - {{#rollBetween() dice 1 9}}SL: +1{{/rollBetween() dice 1 9}} -{{/rollBetween() against 10 19}} -{{#rollBetween() against 1 9}} - {{#rollTotal() dice 100}}SL: –10{{/rollTotal() dice 100}} - {{#rollBetween() dice 90 99}}SL: –9{{/rollBetween() dice 90 99}} - {{#rollBetween() dice 80 89}}SL: –8{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: –7{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: –6{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: –5{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: –4{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: –3{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: –2{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: –1{{/rollBetween() dice 10 19}} - {{#rollBetween() dice against 9}} - {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} - {{/rollBetween() dice against 9}} - {{#rollBetween() dice 1 against}}SL: +0{{/rollBetween() dice 1 against}} -{{/rollBetween() against 1 9}} - -{{#rollBetween() against 100 109}} - {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} - {{#rollBetween() dice 90 95}}SL: +1{{/rollBetween() dice 90 95}} - {{#rollBetween() dice 80 89}}SL: +2{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: +3{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +4{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +5{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +6{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +7{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +8{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +9{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 1 9}}SL: +10{{/rollBetween() dice 1 9}} -{{/rollBetween() against 100 109}} - -{{#rollBetween() against 110 119}} - {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} - {{#rollBetween() dice 90 95}}SL: +2{{/rollBetween() dice 90 95}} - {{#rollBetween() dice 80 89}}SL: +3{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: +4{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +5{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +6{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +7{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +8{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +9{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +10{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 1 9}}SL: +10{{/rollBetween() dice 1 9}} -{{/rollBetween() against 110 119}} - -{{#rollBetween() against 120 129}} - {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} - {{#rollBetween() dice 90 95}}SL: +3{{/rollBetween() dice 90 95}} - {{#rollBetween() dice 80 89}}SL: +4{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: +5{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +6{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +7{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +8{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +9{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +10{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +11{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 03 09}}SL: +11{{/rollBetween() dice 03 09}} - {{#rollBetween() dice 01 02}}SL: +12{{/rollBetween() dice 01 02}} -{{/rollBetween() against 120 129}} - -{{#rollBetween() against 130 139}} - {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} - {{#rollBetween() dice 90 95}}SL: +4{{/rollBetween() dice 90 95}} - {{#rollBetween() dice 80 89}}SL: +5{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: +6{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +7{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +8{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +9{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +10{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +11{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +12{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 04 09}}SL: +12{{/rollBetween() dice 04 09}} - {{#rollBetween() dice 01 03}}SL: +13{{/rollBetween() dice 01 03}} -{{/rollBetween() against 130 139}} - -{{#rollBetween() against 140 149}} - {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} - {{#rollBetween() dice 90 95}}SL: +5{{/rollBetween() dice 90 95}} - {{#rollBetween() dice 80 89}}SL: +6{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: +7{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +8{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +9{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +10{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +11{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +12{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +13{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 05 09}}SL: +13{{/rollBetween() dice 05 09}} - {{#rollBetween() dice 01 04}}SL: +14{{/rollBetween() dice 01 04}} -{{/rollBetween() against 140 149}} - -{{#rollBetween() against 150 159}} - {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} - {{#rollBetween() dice 90 95}}SL: +6{{/rollBetween() dice 90 95}} - {{#rollBetween() dice 80 89}}SL: +7{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: +8{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +9{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +10{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +11{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +12{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +13{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +14{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 06 09}}SL: +14{{/rollBetween() dice 06 09}} - {{#rollBetween() dice 01 05}}SL: +15{{/rollBetween() dice 01 05}} -{{/rollBetween() against 150 159}} - -{{#rollBetween() against 160 169}} - {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} - {{#rollBetween() dice 90 95}}SL: +7{{/rollBetween() dice 90 95}} - {{#rollBetween() dice 80 89}}SL: +8{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: +9{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +10{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +11{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +12{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +13{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +14{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +15{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 07 09}}SL: +15{{/rollBetween() dice 07 09}} - {{#rollBetween() dice 01 06}}SL: +16{{/rollBetween() dice 01 06}} -{{/rollBetween() against 160 169}} - -{{#rollBetween() against 170 179}} - {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} - {{#rollBetween() dice 90 95}}SL: +8{{/rollBetween() dice 90 95}} - {{#rollBetween() dice 80 89}}SL: +9{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: +10{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +11{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +12{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +13{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +14{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +15{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +16{{/rollBetween() dice 10 19}} - {{#rollBetween() dice 08 09}}SL: +16{{/rollBetween() dice 08 09}} - {{#rollBetween() dice 01 07}}SL: +17{{/rollBetween() dice 01 07}} -{{/rollBetween() against 170 179}} - -{{#rollBetween() against 180 189}} - {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} - {{#rollBetween() dice 90 95}}SL: +9{{/rollBetween() dice 90 95}} - {{#rollBetween() dice 80 89}}SL: +10{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: +11{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +12{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +13{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +14{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +15{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +16{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +17{{/rollBetween() dice 10 19}} - {{#rollTotal() dice 09}}SL: +17{{/rollTotal() dice 09}} - {{#rollBetween() dice 01 08}}SL: +18{{/rollBetween() dice 01 08}} -{{/rollBetween() against 180 189}} - -{{#rollBetween() against 190 199}} - {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} - {{#rollBetween() dice 90 95}}SL: +10{{/rollBetween() dice 90 95}} - {{#rollBetween() dice 80 89}}SL: +11{{/rollBetween() dice 80 89}} - {{#rollBetween() dice 70 79}}SL: +12{{/rollBetween() dice 70 79}} - {{#rollBetween() dice 60 69}}SL: +13{{/rollBetween() dice 60 69}} - {{#rollBetween() dice 50 59}}SL: +14{{/rollBetween() dice 50 59}} - {{#rollBetween() dice 40 49}}SL: +15{{/rollBetween() dice 40 49}} - {{#rollBetween() dice 30 39}}SL: +16{{/rollBetween() dice 30 39}} - {{#rollBetween() dice 20 29}}SL: +17{{/rollBetween() dice 20 29}} - {{#rollBetween() dice 10 19}}SL: +18{{/rollBetween() dice 10 19}} - {{#rollLess() against 198}} - {{#rollTotal() dice 09}}SL: +18{{/rollTotal() dice 09}} - {{#rollBetween() dice 01 08}}SL: +19{{/rollBetween() dice 01 08}} - {{/rollLess() against 198}} - {{#rollTotal() against 199}} SL: +19 {{/rollTotal() against 199}} -{{/rollBetween() against 190 199}} - -{{#rollGreater() against 200}} - SL: +20 max calculated value -{{/rollGreater() against 200}} - - -{{#channelling}} - Channelling SL: {{channelling}} -{{/channelling}} - - - {{#hitlocation}} -
- - {{#rollTotal() dice 10}} - Hit Location: Head - {{/rollTotal() dice 10}} - {{#rollTotal() dice 20}} - Hit Location: Head - {{/rollTotal() dice 20}} - {{#rollTotal() dice 30}} - Hit Location: Head - {{/rollTotal() dice 30}} - {{#rollTotal() dice 40}} - Hit Location: Head - {{/rollTotal() dice 40}} - {{#rollTotal() dice 50}} - Hit Location: Head - {{/rollTotal() dice 50}} - {{#rollTotal() dice 60}} - Hit Location: Head - {{/rollTotal() dice 60}} - {{#rollTotal() dice 70}} - Hit Location: Head - {{/rollTotal() dice 70}} - {{#rollTotal() dice 80}} - Hit Location: Head - {{/rollTotal() dice 80}} - {{#rollTotal() dice 90}} - Hit Location: Head - {{/rollTotal() dice 90}} - - - {{#rollTotal() dice 01}} - Hit Location: Left Arm - {{/rollTotal() dice 01}} - {{#rollTotal() dice 11}} - Hit Location: Left Arm - {{/rollTotal() dice 11}} - {{#rollTotal() dice 21}} - Hit Location: Left Arm - {{/rollTotal() dice 21}} - {{#rollTotal() dice 31}} - Hit Location: Left Arm - {{/rollTotal() dice 31}} - {{#rollTotal() dice 41}} - Hit Location: Left Arm - {{/rollTotal() dice 41}} - {{#rollTotal() dice 51}} - Hit Location: Left Arm - {{/rollTotal() dice 51}} - {{#rollTotal() dice 61}} - Hit Location: Left Arm - {{/rollTotal() dice 61}} - {{#rollTotal() dice 71}} - Hit Location: Left Arm - {{/rollTotal() dice 71}} - {{#rollTotal() dice 81}} - Hit Location: Left Arm - {{/rollTotal() dice 81}} - {{#rollTotal() dice 91}} - Hit Location: Left Arm - {{/rollTotal() dice 91}} - {{#rollTotal() dice 02}} - Hit Location: Left Arm - {{/rollTotal() dice 02}} - {{#rollTotal() dice 12}} - Hit Location: Left Arm - {{/rollTotal() dice 12}} - {{#rollTotal() dice 22}} - Hit Location: Left Arm - {{/rollTotal() dice 22}} - {{#rollTotal() dice 32}} - Hit Location: Left Arm - {{/rollTotal() dice 32}} - {{#rollTotal() dice 42}} - Hit Location: Left Arm - {{/rollTotal() dice 42}} - - - {{#rollTotal() dice 52}} - Hit Location: Right Arm - {{/rollTotal() dice 52}} - {{#rollTotal() dice 62}} - Hit Location: Right Arm - {{/rollTotal() dice 62}} - {{#rollTotal() dice 72}} - Hit Location: Right Arm - {{/rollTotal() dice 72}} - {{#rollTotal() dice 82}} - Hit Location: Right Arm - {{/rollTotal() dice 82}} - {{#rollTotal() dice 92}} - Hit Location: Right Arm - {{/rollTotal() dice 92}} - {{#rollTotal() dice 03}} - Hit Location: Right Arm - {{/rollTotal() dice 03}} - {{#rollTotal() dice 13}} - Hit Location: Right Arm - {{/rollTotal() dice 13}} - {{#rollTotal() dice 23}} - Hit Location: Right Arm - {{/rollTotal() dice 23}} - {{#rollTotal() dice 33}} - Hit Location: Right Arm - {{/rollTotal() dice 33}} - {{#rollTotal() dice 43}} - Hit Location: Right Arm - {{/rollTotal() dice 43}} - {{#rollTotal() dice 53}} - Hit Location: Right Arm - {{/rollTotal() dice 53}} - {{#rollTotal() dice 63}} - Hit Location: Right Arm - {{/rollTotal() dice 63}} - {{#rollTotal() dice 73}} - Hit Location: Right Arm - {{/rollTotal() dice 73}} - {{#rollTotal() dice 83}} - Hit Location: Right Arm - {{/rollTotal() dice 83}} - {{#rollTotal() dice 93}} - Hit Location: Right Arm - {{/rollTotal() dice 93}} - {{#rollTotal() dice 04}} - Hit Location: Right Arm - {{/rollTotal() dice 04}} - {{#rollTotal() dice 14}} - Hit Location: Right Arm - {{/rollTotal() dice 14}} - {{#rollTotal() dice 24}} - Hit Location: Right Arm - {{/rollTotal() dice 24}} - {{#rollTotal() dice 34}} - Hit Location: Right Arm - {{/rollTotal() dice 34}} - {{#rollTotal() dice 44}} - Hit Location: Right Arm - {{/rollTotal() dice 44}} - - - {{#rollTotal() dice 54}} - Hit Location: Body - {{/rollTotal() dice 54}} - {{#rollTotal() dice 64}} - Hit Location: Body - {{/rollTotal() dice 64}} - {{#rollTotal() dice 74}} - Hit Location: Body - {{/rollTotal() dice 74}} - {{#rollTotal() dice 84}} - Hit Location: Body - {{/rollTotal() dice 84}} - {{#rollTotal() dice 94}} - Hit Location: Body - {{/rollTotal() dice 94}} - {{#rollTotal() dice 05}} - Hit Location: Body - {{/rollTotal() dice 05}} - {{#rollTotal() dice 15}} - Hit Location: Body - {{/rollTotal() dice 15}} - {{#rollTotal() dice 25}} - Hit Location: Body - {{/rollTotal() dice 25}} - {{#rollTotal() dice 35}} - Hit Location: Body - {{/rollTotal() dice 35}} - {{#rollTotal() dice 45}} - Hit Location: Body - {{/rollTotal() dice 45}} - {{#rollTotal() dice 55}} - Hit Location: Body - {{/rollTotal() dice 55}} - {{#rollTotal() dice 65}} - Hit Location: Body - {{/rollTotal() dice 65}} - {{#rollTotal() dice 75}} - Hit Location: Body - {{/rollTotal() dice 75}} - {{#rollTotal() dice 85}} - Hit Location: Body - {{/rollTotal() dice 85}} - {{#rollTotal() dice 95}} - Hit Location: Body - {{/rollTotal() dice 95}} - {{#rollTotal() dice 06}} - Hit Location: Body - {{/rollTotal() dice 06}} - {{#rollTotal() dice 16}} - Hit Location: Body - {{/rollTotal() dice 16}} - {{#rollTotal() dice 26}} - Hit Location: Body - {{/rollTotal() dice 26}} - {{#rollTotal() dice 36}} - Hit Location: Body - {{/rollTotal() dice 36}} - {{#rollTotal() dice 46}} - Hit Location: Body - {{/rollTotal() dice 46}} - {{#rollTotal() dice 56}} - Hit Location: Body - {{/rollTotal() dice 56}} - {{#rollTotal() dice 66}} - Hit Location: Body - {{/rollTotal() dice 66}} - {{#rollTotal() dice 76}} - Hit Location: Body - {{/rollTotal() dice 76}} - {{#rollTotal() dice 86}} - Hit Location: Body - {{/rollTotal() dice 86}} - {{#rollTotal() dice 96}} - Hit Location: Body - {{/rollTotal() dice 96}} - {{#rollTotal() dice 07}} - Hit Location: Body - {{/rollTotal() dice 07}} - {{#rollTotal() dice 17}} - Hit Location: Body - {{/rollTotal() dice 17}} - {{#rollTotal() dice 27}} - Hit Location: Body - {{/rollTotal() dice 27}} - {{#rollTotal() dice 37}} - Hit Location: Body - {{/rollTotal() dice 37}} - {{#rollTotal() dice 47}} - Hit Location: Body - {{/rollTotal() dice 47}} - {{#rollTotal() dice 57}} - Hit Location: Body - {{/rollTotal() dice 57}} - {{#rollTotal() dice 67}} - Hit Location: Body - {{/rollTotal() dice 67}} - {{#rollTotal() dice 77}} - Hit Location: Body - {{/rollTotal() dice 77}} - {{#rollTotal() dice 87}} - Hit Location: Body - {{/rollTotal() dice 87}} - {{#rollTotal() dice 97}} - Hit Location: Body - {{/rollTotal() dice 97}} - - - {{#rollTotal() dice 08}} - Hit Location: Left Leg - {{/rollTotal() dice 08}} - {{#rollTotal() dice 18}} - Hit Location: Left Leg - {{/rollTotal() dice 18}} - {{#rollTotal() dice 28}} - Hit Location: Left Leg - {{/rollTotal() dice 28}} - {{#rollTotal() dice 38}} - Hit Location: Left Leg - {{/rollTotal() dice 38}} - {{#rollTotal() dice 48}} - Hit Location: Left Leg - {{/rollTotal() dice 48}} - {{#rollTotal() dice 58}} - Hit Location: Left Leg - {{/rollTotal() dice 58}} - {{#rollTotal() dice 68}} - Hit Location: Left Leg - {{/rollTotal() dice 68}} - {{#rollTotal() dice 78}} - Hit Location: Left Leg - {{/rollTotal() dice 78}} - {{#rollTotal() dice 88}} - Hit Location: Left Leg - {{/rollTotal() dice 88}} - {{#rollTotal() dice 98}} - Hit Location: Left Leg - {{/rollTotal() dice 98}} - - - {{#rollTotal() dice 09}} - Hit Location: Right Leg - {{/rollTotal() dice 09}} - {{#rollTotal() dice 19}} - Hit Location: Right Leg - {{/rollTotal() dice 19}} - {{#rollTotal() dice 29}} - Hit Location: Right Leg - {{/rollTotal() dice 29}} - {{#rollTotal() dice 39}} - Hit Location: Right Leg - {{/rollTotal() dice 39}} - {{#rollTotal() dice 49}} - Hit Location: Right Leg - {{/rollTotal() dice 49}} - {{#rollTotal() dice 59}} - Hit Location: Right Leg - {{/rollTotal() dice 59}} - {{#rollTotal() dice 69}} - Hit Location: Right Leg - {{/rollTotal() dice 69}} - {{#rollTotal() dice 79}} - Hit Location: Right Leg - {{/rollTotal() dice 79}} - {{#rollTotal() dice 89}} - Hit Location: Right Leg - {{/rollTotal() dice 89}} - {{#rollTotal() dice 99}} - Hit Location: Right Leg - {{/rollTotal() dice 99}} - {{#rollTotal() dice 100}} - Hit Location: Right Leg - {{/rollTotal() dice 100}} - {{/hitlocation}} - - - {{#weapon}} -
- - Qualities/Flaws: {{qualities}} - {{/weapon}} - - {{#spell}} -
Range: {{range}}
- Target: {{target}}
- Duration: {{duration}}
- Effect: {{effect}} - {{/spell}} - - {{#talent}} - Description: {{description}} - {{/talent}} -
-
- - - \ No newline at end of file From a4a5d489dee36834df68496f53f14762fdd892e0 Mon Sep 17 00:00:00 2001 From: Arioch1973 <42805698+Arioch1973@users.noreply.github.com> Date: Sun, 14 Oct 2018 14:22:36 +0200 Subject: [PATCH 5/5] Add files via upload --- WFRP4CharSheet/WFRP4Charsheet.html | 4007 ++++++++++++++++++++++++++++ 1 file changed, 4007 insertions(+) create mode 100644 WFRP4CharSheet/WFRP4Charsheet.html diff --git a/WFRP4CharSheet/WFRP4Charsheet.html b/WFRP4CharSheet/WFRP4Charsheet.html new file mode 100644 index 0000000000..b6ffe4f65a --- /dev/null +++ b/WFRP4CharSheet/WFRP4Charsheet.html @@ -0,0 +1,4007 @@ + + + + + +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + + +
+ + + +
+ + + + + + + +
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + +
+
+ + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + +
+
+ + +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + + +
+ + + + + + + +
+ + + + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+
+ +
+ +
+ +
+ +
+
+
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+
+ + + + + + + + + +
+
+
+ +
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + +
+ + + + + + + + + + +
+
+
+
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + +
+
+ + +
+ + +
+ + +
+ +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + +
+ + + + + + + + +
+
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +
Art + + + + + + + + +
Athletics + + + + + + + + +
Bribery + + + + + + + + +
Charm + + + + + + + + +
Charm Animal + + + + + + + + +
Climb + + + + + + + + +
Cool + + + + + + + + +
Consume Alcohol + + + + + + + + +
Dodge + + + + + + + + +
Drive + + + + + + + + +
Endurance + + + + + + + + +
Entertain + + + + + + + + +
Gamble + + + + + + + + +
Gossip + + + + + + + + +
Haggle + + + + + + + + +
Intimidate + + + + + + + + +
Intuition + + + + + + + + +
Leadership + + + + + + + + +
Navigation + + + + + + + + +
Outdoor Survival + + + + + + + + +
Perception + + + + + + + + +
Ride + + + + + + + + +
Row + + + + + + + + +
Stealth + + + + + + + + +
+
+ + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +
Melee (Basic) + + + + + + + + +
Melee (Brawling) + + + + + + + + +
Melee (Cavalry) + + + + + + + + +
Melee (Fencing) + + + + + + + + +
Melee (Flail) + + + + + + + + +
Melee (Parry) + + + + + + + + +
Melee (Pole-Arm) + + + + + + + + +
Melee (Two-Handed) + + + + + + + + +
+
+ + + + + +
Ranged (Blackpowder) + + + + + + + + +
Ranged (Bow) + + + + + + + + +
Ranged (Crossbow) † + + + + + + + + +
Ranged (Engineering) + + + + + + + + +
Ranged (Entangling) + + + + + + + + +
Ranged (Explosives) + + + + + + + + +
Ranged (Sling) + + + + + + + + +
Ranged (Throwing) † + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +
Language (Magick) + + + + + + + + +
Pray + + + + + + + + +
+ +
+
+ + +
+
+ + + + + + + + + + + + +
+
+ + + + + +
+
+ + + + + + + + + + +
+
+ + + + + + + + +
+
+ + +
+

Talents

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

ARMOUR

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + +
+
01-09
+
+ +
+
+ 25-44
+
+
+ (or primary arm) +

45-79
+
+ +
10-24
+
+
+ (or secondary arm) +
+


+
+ +
+
90-00
+
+ +
+
80-89
+
+ +
+
+
+ +
+ + +
+
+

WEAPONS

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

SPELLS AND PRAYERS

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

INJURIES, AFFLICTIONS, PSYCHOLOGY AND MUTATIONS

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

TRAPPINGS

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

NOTES

+ +
+
+
+
+

APPEARANCE

+ +
+
+ +
+
+
+

PERSONALITY

+ +
+
+
+
+

HISTORY

+ +
+
+
+
+
+
+ + + + + + + + +
{{name}} +
{{title}}
+
+ {{#dice}} + Rolled {{dice}} vs {{against}} + + +
**Result:** + {{#rollWasCrit() dice}} + {{#rollLess() dice against}} + Critical + {{/rollLess() dice against}} + {{#rollGreater() dice against}} + Fumbling + {{/rollGreater() dice against}} + {{/rollWasCrit() dice}} + {{#rollWasFumble() dice}} + Fumbling + {{/rollWasFumble() dice}} + {{#rollLess() dice against}} + Success
+ {{/rollLess() dice against}} + {{#rollTotal() dice against}} + Success
+ {{/rollTotal() dice against}} + {{#rollGreater() dice against}} + Failure
+ {{/rollGreater() dice against}} + {{/dice}} + + {{#description}} +
Description: {{description}}
+ {{/description}} + + {{#weapon}} +
Weapon: {{weapon}}
+ Range/Reach: {{range}}
+ Dmg: {{damage}} + {{/weapon}} + + {{#spell}} +
Spell: {{spell}}
+ CN: {{cn}} + {{/spell}} + +{{#rollBetween() against 90 99}} + {{#rollTotal() dice 100}}–1{{/rollTotal() dice 100}} + {{#rollBetween() dice against 99}} + {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} + {{/rollBetween() dice against 99}} + {{#rollBetween() dice 90 against}}SL: +0{{/rollBetween() dice 90 against}} + {{#rollBetween() dice 80 89}}SL: +1{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: +2{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +3{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +4{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +5{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +6{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +7{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +8{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 1 9}}SL: +9{{/rollBetween() dice 1 9}} +{{/rollBetween() against 90 99}} +{{#rollBetween() against 80 89}} + {{#rollTotal() dice 100}}SL: –2{{/rollTotal() dice 100}} + {{#rollBetween() dice 90 99}}SL: –1{{/rollBetween() dice 90 99}} + {{#rollBetween() dice against 89}} + {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} + {{/rollBetween() dice against 89}} + {{#rollBetween() dice 80 against}}SL: +0{{/rollBetween() dice 80 against}} + {{#rollBetween() dice 70 79}}SL: +1{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +2{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +3{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +4{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +5{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +6{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +7{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 1 9}}SL: +8{{/rollBetween() dice 1 9}} +{{/rollBetween() against 80 89}} +{{#rollBetween() against 70 79}} + {{#rollTotal() dice 100}}SL: –3{{/rollTotal() dice 100}} + {{#rollBetween() dice 90 99}}SL: –2{{/rollBetween() dice 90 99}} + {{#rollBetween() dice 80 89}}SL: –1{{/rollBetween() dice 80 89}} + {{#rollBetween() dice against 79}} + {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} + {{/rollBetween() dice against 79}} + {{#rollBetween() dice 70 against}}SL: +0{{/rollBetween() dice 70 against}} + {{#rollBetween() dice 60 69}}SL: +1{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +2{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +3{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +4{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +5{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +6{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 1 9}}+7{{/rollBetween() dice 1 9}} +{{/rollBetween() against 70 79}} +{{#rollBetween() against 60 69}} + {{#rollTotal() dice 100}}–4{{/rollTotal() dice 100}} + {{#rollBetween() dice 90 99}}SL: –3{{/rollBetween() dice 90 99}} + {{#rollBetween() dice 80 89}}SL: –2{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: –1{{/rollBetween() dice 70 79}} + {{#rollBetween() dice against 69}} + {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} + {{/rollBetween() dice against 69}} + {{#rollBetween() dice 60 against}}SL: +0{{/rollBetween() dice 60 against}} + {{#rollBetween() dice 50 59}}SL: +1{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +2{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +3{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +4{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +5{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 1 9}}SL: +6{{/rollBetween() dice 1 9}} +{{/rollBetween() against 60 69}} +{{#rollBetween() against 50 59}} + {{#rollTotal() dice 100}}SL: –5{{/rollTotal() dice 100}} + {{#rollBetween() dice 90 99}}SL: –4{{/rollBetween() dice 90 99}} + {{#rollBetween() dice 80 89}}SL: –3{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: –2{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: –1{{/rollBetween() dice 60 69}} + {{#rollBetween() dice against 59}} + {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} + {{/rollBetween() dice against 59}} + {{#rollBetween() dice 50 against}}SL: +0{{/rollBetween() dice 50 against}} + {{#rollBetween() dice 40 49}}SL: +1{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +2{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +3{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +4{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 1 9}}SL: +5{{/rollBetween() dice 1 9}} +{{/rollBetween() against 50 59}} +{{#rollBetween() against 40 49}} + {{#rollTotal() dice 100}}–6{{/rollTotal() dice 100}} + {{#rollBetween() dice 90 99}}SL: –5{{/rollBetween() dice 90 99}} + {{#rollBetween() dice 80 89}}SL: –4{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: –3{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: –2{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: –1{{/rollBetween() dice 50 59}} + {{#rollBetween() dice against 49}} + {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} + {{/rollBetween() dice against 49}} + {{#rollBetween() dice 40 against}}SL: +0{{/rollBetween() dice 40 against}} + {{#rollBetween() dice 30 39}}SL: +1{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +2{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +3{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 1 9}}SL: +4{{/rollBetween() dice 1 9}} +{{/rollBetween() against 40 49}} +{{#rollBetween() against 30 39}} + {{#rollTotal() dice 100}}-7{{/rollTotal() dice 100}} + {{#rollBetween() dice 90 99}}SL: –6{{/rollBetween() dice 90 99}} + {{#rollBetween() dice 80 89}}SL: –5{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: –4{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: –3{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: –2{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: –1{{/rollBetween() dice 40 49}} + {{#rollBetween() dice against 39}} + {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} + {{/rollBetween() dice against 39}} + {{#rollBetween() dice 30 against}}SL: +0{{/rollBetween() dice 30 against}} + {{#rollBetween() dice 20 29}}SL: +1{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +2{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 1 9}}SL: +3{{/rollBetween() dice 1 9}} +{{/rollBetween() against 30 39}} +{{#rollBetween() against 20 29}} + {{#rollTotal() dice 100}}–8{{/rollTotal() dice 100}} + {{#rollBetween() dice 90 99}}SL: –7{{/rollBetween() dice 90 99}} + {{#rollBetween() dice 80 89}}SL: –6{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: –5{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: –4{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: –3{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: –2{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: –1{{/rollBetween() dice 30 39}} + {{#rollBetween() dice against 29}} + {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} + {{/rollBetween() dice against 29}} + {{#rollBetween() dice 20 against}}SL: +0{{/rollBetween() dice 20 against}} + {{#rollBetween() dice 10 19}}SL: +1{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 1 9}}SL: +2{{/rollBetween() dice 1 9}} +{{/rollBetween() against 20 29}} +{{#rollBetween() against 10 19}} + {{#rollTotal() dice 100}}SL: –9{{/rollTotal() dice 100}} + {{#rollBetween() dice 90 99}}SL: –8{{/rollBetween() dice 90 99}} + {{#rollBetween() dice 80 89}}SL: –7{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: –6{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: –5{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: –4{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: –3{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: –2{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: –1{{/rollBetween() dice 20 29}} + {{#rollBetween() dice against 19}} + {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} + {{/rollBetween() dice against 19}} + {{#rollBetween() dice 10 against}}SL: +0{{/rollBetween() dice 10 against}} + {{#rollBetween() dice 1 9}}SL: +1{{/rollBetween() dice 1 9}} +{{/rollBetween() against 10 19}} +{{#rollBetween() against 1 9}} + {{#rollTotal() dice 100}}SL: –10{{/rollTotal() dice 100}} + {{#rollBetween() dice 90 99}}SL: –9{{/rollBetween() dice 90 99}} + {{#rollBetween() dice 80 89}}SL: –8{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: –7{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: –6{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: –5{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: –4{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: –3{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: –2{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: –1{{/rollBetween() dice 10 19}} + {{#rollBetween() dice against 9}} + {{#^rollTotal() dice against}}SL: –0{{/^rollTotal() dice against}} + {{/rollBetween() dice against 9}} + {{#rollBetween() dice 1 against}}SL: +0{{/rollBetween() dice 1 against}} +{{/rollBetween() against 1 9}} + +{{#rollBetween() against 100 109}} + {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} + {{#rollBetween() dice 90 95}}SL: +1{{/rollBetween() dice 90 95}} + {{#rollBetween() dice 80 89}}SL: +2{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: +3{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +4{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +5{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +6{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +7{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +8{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +9{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 1 9}}SL: +10{{/rollBetween() dice 1 9}} +{{/rollBetween() against 100 109}} + +{{#rollBetween() against 110 119}} + {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} + {{#rollBetween() dice 90 95}}SL: +2{{/rollBetween() dice 90 95}} + {{#rollBetween() dice 80 89}}SL: +3{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: +4{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +5{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +6{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +7{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +8{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +9{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +10{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 1 9}}SL: +10{{/rollBetween() dice 1 9}} +{{/rollBetween() against 110 119}} + +{{#rollBetween() against 120 129}} + {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} + {{#rollBetween() dice 90 95}}SL: +3{{/rollBetween() dice 90 95}} + {{#rollBetween() dice 80 89}}SL: +4{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: +5{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +6{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +7{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +8{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +9{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +10{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +11{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 03 09}}SL: +11{{/rollBetween() dice 03 09}} + {{#rollBetween() dice 01 02}}SL: +12{{/rollBetween() dice 01 02}} +{{/rollBetween() against 120 129}} + +{{#rollBetween() against 130 139}} + {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} + {{#rollBetween() dice 90 95}}SL: +4{{/rollBetween() dice 90 95}} + {{#rollBetween() dice 80 89}}SL: +5{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: +6{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +7{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +8{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +9{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +10{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +11{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +12{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 04 09}}SL: +12{{/rollBetween() dice 04 09}} + {{#rollBetween() dice 01 03}}SL: +13{{/rollBetween() dice 01 03}} +{{/rollBetween() against 130 139}} + +{{#rollBetween() against 140 149}} + {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} + {{#rollBetween() dice 90 95}}SL: +5{{/rollBetween() dice 90 95}} + {{#rollBetween() dice 80 89}}SL: +6{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: +7{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +8{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +9{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +10{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +11{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +12{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +13{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 05 09}}SL: +13{{/rollBetween() dice 05 09}} + {{#rollBetween() dice 01 04}}SL: +14{{/rollBetween() dice 01 04}} +{{/rollBetween() against 140 149}} + +{{#rollBetween() against 150 159}} + {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} + {{#rollBetween() dice 90 95}}SL: +6{{/rollBetween() dice 90 95}} + {{#rollBetween() dice 80 89}}SL: +7{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: +8{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +9{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +10{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +11{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +12{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +13{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +14{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 06 09}}SL: +14{{/rollBetween() dice 06 09}} + {{#rollBetween() dice 01 05}}SL: +15{{/rollBetween() dice 01 05}} +{{/rollBetween() against 150 159}} + +{{#rollBetween() against 160 169}} + {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} + {{#rollBetween() dice 90 95}}SL: +7{{/rollBetween() dice 90 95}} + {{#rollBetween() dice 80 89}}SL: +8{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: +9{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +10{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +11{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +12{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +13{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +14{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +15{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 07 09}}SL: +15{{/rollBetween() dice 07 09}} + {{#rollBetween() dice 01 06}}SL: +16{{/rollBetween() dice 01 06}} +{{/rollBetween() against 160 169}} + +{{#rollBetween() against 170 179}} + {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} + {{#rollBetween() dice 90 95}}SL: +8{{/rollBetween() dice 90 95}} + {{#rollBetween() dice 80 89}}SL: +9{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: +10{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +11{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +12{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +13{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +14{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +15{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +16{{/rollBetween() dice 10 19}} + {{#rollBetween() dice 08 09}}SL: +16{{/rollBetween() dice 08 09}} + {{#rollBetween() dice 01 07}}SL: +17{{/rollBetween() dice 01 07}} +{{/rollBetween() against 170 179}} + +{{#rollBetween() against 180 189}} + {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} + {{#rollBetween() dice 90 95}}SL: +9{{/rollBetween() dice 90 95}} + {{#rollBetween() dice 80 89}}SL: +10{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: +11{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +12{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +13{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +14{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +15{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +16{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +17{{/rollBetween() dice 10 19}} + {{#rollTotal() dice 09}}SL: +17{{/rollTotal() dice 09}} + {{#rollBetween() dice 01 08}}SL: +18{{/rollBetween() dice 01 08}} +{{/rollBetween() against 180 189}} + +{{#rollBetween() against 190 199}} + {{#rollBetween() dice 96 99}}SL: -1{{/rollBetween() dice 96 99}} + {{#rollBetween() dice 90 95}}SL: +10{{/rollBetween() dice 90 95}} + {{#rollBetween() dice 80 89}}SL: +11{{/rollBetween() dice 80 89}} + {{#rollBetween() dice 70 79}}SL: +12{{/rollBetween() dice 70 79}} + {{#rollBetween() dice 60 69}}SL: +13{{/rollBetween() dice 60 69}} + {{#rollBetween() dice 50 59}}SL: +14{{/rollBetween() dice 50 59}} + {{#rollBetween() dice 40 49}}SL: +15{{/rollBetween() dice 40 49}} + {{#rollBetween() dice 30 39}}SL: +16{{/rollBetween() dice 30 39}} + {{#rollBetween() dice 20 29}}SL: +17{{/rollBetween() dice 20 29}} + {{#rollBetween() dice 10 19}}SL: +18{{/rollBetween() dice 10 19}} + {{#rollLess() against 198}} + {{#rollTotal() dice 09}}SL: +18{{/rollTotal() dice 09}} + {{#rollBetween() dice 01 08}}SL: +19{{/rollBetween() dice 01 08}} + {{/rollLess() against 198}} + {{#rollTotal() against 199}} SL: +19 {{/rollTotal() against 199}} +{{/rollBetween() against 190 199}} + +{{#rollGreater() against 200}} + SL: +20 max calculated value +{{/rollGreater() against 200}} + + +{{#channelling}} + Channelling SL: {{channelling}} +{{/channelling}} + + + {{#hitlocation}} +
+ + {{#rollTotal() dice 10}} + Hit Location: Head + {{/rollTotal() dice 10}} + {{#rollTotal() dice 20}} + Hit Location: Head + {{/rollTotal() dice 20}} + {{#rollTotal() dice 30}} + Hit Location: Head + {{/rollTotal() dice 30}} + {{#rollTotal() dice 40}} + Hit Location: Head + {{/rollTotal() dice 40}} + {{#rollTotal() dice 50}} + Hit Location: Head + {{/rollTotal() dice 50}} + {{#rollTotal() dice 60}} + Hit Location: Head + {{/rollTotal() dice 60}} + {{#rollTotal() dice 70}} + Hit Location: Head + {{/rollTotal() dice 70}} + {{#rollTotal() dice 80}} + Hit Location: Head + {{/rollTotal() dice 80}} + {{#rollTotal() dice 90}} + Hit Location: Head + {{/rollTotal() dice 90}} + + + {{#rollTotal() dice 01}} + Hit Location: Left Arm + {{/rollTotal() dice 01}} + {{#rollTotal() dice 11}} + Hit Location: Left Arm + {{/rollTotal() dice 11}} + {{#rollTotal() dice 21}} + Hit Location: Left Arm + {{/rollTotal() dice 21}} + {{#rollTotal() dice 31}} + Hit Location: Left Arm + {{/rollTotal() dice 31}} + {{#rollTotal() dice 41}} + Hit Location: Left Arm + {{/rollTotal() dice 41}} + {{#rollTotal() dice 51}} + Hit Location: Left Arm + {{/rollTotal() dice 51}} + {{#rollTotal() dice 61}} + Hit Location: Left Arm + {{/rollTotal() dice 61}} + {{#rollTotal() dice 71}} + Hit Location: Left Arm + {{/rollTotal() dice 71}} + {{#rollTotal() dice 81}} + Hit Location: Left Arm + {{/rollTotal() dice 81}} + {{#rollTotal() dice 91}} + Hit Location: Left Arm + {{/rollTotal() dice 91}} + {{#rollTotal() dice 02}} + Hit Location: Left Arm + {{/rollTotal() dice 02}} + {{#rollTotal() dice 12}} + Hit Location: Left Arm + {{/rollTotal() dice 12}} + {{#rollTotal() dice 22}} + Hit Location: Left Arm + {{/rollTotal() dice 22}} + {{#rollTotal() dice 32}} + Hit Location: Left Arm + {{/rollTotal() dice 32}} + {{#rollTotal() dice 42}} + Hit Location: Left Arm + {{/rollTotal() dice 42}} + + + {{#rollTotal() dice 52}} + Hit Location: Right Arm + {{/rollTotal() dice 52}} + {{#rollTotal() dice 62}} + Hit Location: Right Arm + {{/rollTotal() dice 62}} + {{#rollTotal() dice 72}} + Hit Location: Right Arm + {{/rollTotal() dice 72}} + {{#rollTotal() dice 82}} + Hit Location: Right Arm + {{/rollTotal() dice 82}} + {{#rollTotal() dice 92}} + Hit Location: Right Arm + {{/rollTotal() dice 92}} + {{#rollTotal() dice 03}} + Hit Location: Right Arm + {{/rollTotal() dice 03}} + {{#rollTotal() dice 13}} + Hit Location: Right Arm + {{/rollTotal() dice 13}} + {{#rollTotal() dice 23}} + Hit Location: Right Arm + {{/rollTotal() dice 23}} + {{#rollTotal() dice 33}} + Hit Location: Right Arm + {{/rollTotal() dice 33}} + {{#rollTotal() dice 43}} + Hit Location: Right Arm + {{/rollTotal() dice 43}} + {{#rollTotal() dice 53}} + Hit Location: Right Arm + {{/rollTotal() dice 53}} + {{#rollTotal() dice 63}} + Hit Location: Right Arm + {{/rollTotal() dice 63}} + {{#rollTotal() dice 73}} + Hit Location: Right Arm + {{/rollTotal() dice 73}} + {{#rollTotal() dice 83}} + Hit Location: Right Arm + {{/rollTotal() dice 83}} + {{#rollTotal() dice 93}} + Hit Location: Right Arm + {{/rollTotal() dice 93}} + {{#rollTotal() dice 04}} + Hit Location: Right Arm + {{/rollTotal() dice 04}} + {{#rollTotal() dice 14}} + Hit Location: Right Arm + {{/rollTotal() dice 14}} + {{#rollTotal() dice 24}} + Hit Location: Right Arm + {{/rollTotal() dice 24}} + {{#rollTotal() dice 34}} + Hit Location: Right Arm + {{/rollTotal() dice 34}} + {{#rollTotal() dice 44}} + Hit Location: Right Arm + {{/rollTotal() dice 44}} + + + {{#rollTotal() dice 54}} + Hit Location: Body + {{/rollTotal() dice 54}} + {{#rollTotal() dice 64}} + Hit Location: Body + {{/rollTotal() dice 64}} + {{#rollTotal() dice 74}} + Hit Location: Body + {{/rollTotal() dice 74}} + {{#rollTotal() dice 84}} + Hit Location: Body + {{/rollTotal() dice 84}} + {{#rollTotal() dice 94}} + Hit Location: Body + {{/rollTotal() dice 94}} + {{#rollTotal() dice 05}} + Hit Location: Body + {{/rollTotal() dice 05}} + {{#rollTotal() dice 15}} + Hit Location: Body + {{/rollTotal() dice 15}} + {{#rollTotal() dice 25}} + Hit Location: Body + {{/rollTotal() dice 25}} + {{#rollTotal() dice 35}} + Hit Location: Body + {{/rollTotal() dice 35}} + {{#rollTotal() dice 45}} + Hit Location: Body + {{/rollTotal() dice 45}} + {{#rollTotal() dice 55}} + Hit Location: Body + {{/rollTotal() dice 55}} + {{#rollTotal() dice 65}} + Hit Location: Body + {{/rollTotal() dice 65}} + {{#rollTotal() dice 75}} + Hit Location: Body + {{/rollTotal() dice 75}} + {{#rollTotal() dice 85}} + Hit Location: Body + {{/rollTotal() dice 85}} + {{#rollTotal() dice 95}} + Hit Location: Body + {{/rollTotal() dice 95}} + {{#rollTotal() dice 06}} + Hit Location: Body + {{/rollTotal() dice 06}} + {{#rollTotal() dice 16}} + Hit Location: Body + {{/rollTotal() dice 16}} + {{#rollTotal() dice 26}} + Hit Location: Body + {{/rollTotal() dice 26}} + {{#rollTotal() dice 36}} + Hit Location: Body + {{/rollTotal() dice 36}} + {{#rollTotal() dice 46}} + Hit Location: Body + {{/rollTotal() dice 46}} + {{#rollTotal() dice 56}} + Hit Location: Body + {{/rollTotal() dice 56}} + {{#rollTotal() dice 66}} + Hit Location: Body + {{/rollTotal() dice 66}} + {{#rollTotal() dice 76}} + Hit Location: Body + {{/rollTotal() dice 76}} + {{#rollTotal() dice 86}} + Hit Location: Body + {{/rollTotal() dice 86}} + {{#rollTotal() dice 96}} + Hit Location: Body + {{/rollTotal() dice 96}} + {{#rollTotal() dice 07}} + Hit Location: Body + {{/rollTotal() dice 07}} + {{#rollTotal() dice 17}} + Hit Location: Body + {{/rollTotal() dice 17}} + {{#rollTotal() dice 27}} + Hit Location: Body + {{/rollTotal() dice 27}} + {{#rollTotal() dice 37}} + Hit Location: Body + {{/rollTotal() dice 37}} + {{#rollTotal() dice 47}} + Hit Location: Body + {{/rollTotal() dice 47}} + {{#rollTotal() dice 57}} + Hit Location: Body + {{/rollTotal() dice 57}} + {{#rollTotal() dice 67}} + Hit Location: Body + {{/rollTotal() dice 67}} + {{#rollTotal() dice 77}} + Hit Location: Body + {{/rollTotal() dice 77}} + {{#rollTotal() dice 87}} + Hit Location: Body + {{/rollTotal() dice 87}} + {{#rollTotal() dice 97}} + Hit Location: Body + {{/rollTotal() dice 97}} + + + {{#rollTotal() dice 08}} + Hit Location: Left Leg + {{/rollTotal() dice 08}} + {{#rollTotal() dice 18}} + Hit Location: Left Leg + {{/rollTotal() dice 18}} + {{#rollTotal() dice 28}} + Hit Location: Left Leg + {{/rollTotal() dice 28}} + {{#rollTotal() dice 38}} + Hit Location: Left Leg + {{/rollTotal() dice 38}} + {{#rollTotal() dice 48}} + Hit Location: Left Leg + {{/rollTotal() dice 48}} + {{#rollTotal() dice 58}} + Hit Location: Left Leg + {{/rollTotal() dice 58}} + {{#rollTotal() dice 68}} + Hit Location: Left Leg + {{/rollTotal() dice 68}} + {{#rollTotal() dice 78}} + Hit Location: Left Leg + {{/rollTotal() dice 78}} + {{#rollTotal() dice 88}} + Hit Location: Left Leg + {{/rollTotal() dice 88}} + {{#rollTotal() dice 98}} + Hit Location: Left Leg + {{/rollTotal() dice 98}} + + + {{#rollTotal() dice 09}} + Hit Location: Right Leg + {{/rollTotal() dice 09}} + {{#rollTotal() dice 19}} + Hit Location: Right Leg + {{/rollTotal() dice 19}} + {{#rollTotal() dice 29}} + Hit Location: Right Leg + {{/rollTotal() dice 29}} + {{#rollTotal() dice 39}} + Hit Location: Right Leg + {{/rollTotal() dice 39}} + {{#rollTotal() dice 49}} + Hit Location: Right Leg + {{/rollTotal() dice 49}} + {{#rollTotal() dice 59}} + Hit Location: Right Leg + {{/rollTotal() dice 59}} + {{#rollTotal() dice 69}} + Hit Location: Right Leg + {{/rollTotal() dice 69}} + {{#rollTotal() dice 79}} + Hit Location: Right Leg + {{/rollTotal() dice 79}} + {{#rollTotal() dice 89}} + Hit Location: Right Leg + {{/rollTotal() dice 89}} + {{#rollTotal() dice 99}} + Hit Location: Right Leg + {{/rollTotal() dice 99}} + {{#rollTotal() dice 100}} + Hit Location: Right Leg + {{/rollTotal() dice 100}} + {{/hitlocation}} + + + {{#weapon}} +
+ + Qualities/Flaws: {{qualities}} + {{/weapon}} + + {{#spell}} +
Range: {{range}}
+ Target: {{target}}
+ Duration: {{duration}}
+ Effect: {{effect}} + {{/spell}} + + {{#talentdescription}} + Description: {{talentdescription}} + {{/talentdescription}} +
+
+ + + \ No newline at end of file