diff --git a/Heroes-Unlimited-2E/HU2Bion.jpg b/Heroes-Unlimited-2E/HU2Bion.jpg
new file mode 100644
index 0000000000..de38e1fed5
Binary files /dev/null and b/Heroes-Unlimited-2E/HU2Bion.jpg differ
diff --git a/Heroes-Unlimited-2E/HU2Combat.jpg b/Heroes-Unlimited-2E/HU2Combat.jpg
new file mode 100644
index 0000000000..5198537521
Binary files /dev/null and b/Heroes-Unlimited-2E/HU2Combat.jpg differ
diff --git a/Heroes-Unlimited-2E/HU2Config.jpg b/Heroes-Unlimited-2E/HU2Config.jpg
new file mode 100644
index 0000000000..ce212af499
Binary files /dev/null and b/Heroes-Unlimited-2E/HU2Config.jpg differ
diff --git a/Heroes-Unlimited-2E/HU2Main.jpg b/Heroes-Unlimited-2E/HU2Main.jpg
new file mode 100644
index 0000000000..7875023cd8
Binary files /dev/null and b/Heroes-Unlimited-2E/HU2Main.jpg differ
diff --git a/Heroes-Unlimited-2E/HU2MutAn.jpg b/Heroes-Unlimited-2E/HU2MutAn.jpg
new file mode 100644
index 0000000000..168f43f50a
Binary files /dev/null and b/Heroes-Unlimited-2E/HU2MutAn.jpg differ
diff --git a/Heroes-Unlimited-2E/HU2Power.jpg b/Heroes-Unlimited-2E/HU2Power.jpg
new file mode 100644
index 0000000000..2f2f01e647
Binary files /dev/null and b/Heroes-Unlimited-2E/HU2Power.jpg differ
diff --git a/Heroes-Unlimited-2E/HU2Psion.jpg b/Heroes-Unlimited-2E/HU2Psion.jpg
new file mode 100644
index 0000000000..fdd78e2fd8
Binary files /dev/null and b/Heroes-Unlimited-2E/HU2Psion.jpg differ
diff --git a/Heroes-Unlimited-2E/HU2Robot.jpg b/Heroes-Unlimited-2E/HU2Robot.jpg
new file mode 100644
index 0000000000..6afed83cb4
Binary files /dev/null and b/Heroes-Unlimited-2E/HU2Robot.jpg differ
diff --git a/Heroes-Unlimited-2E/HU2Skills.jpg b/Heroes-Unlimited-2E/HU2Skills.jpg
new file mode 100644
index 0000000000..d06c0efa67
Binary files /dev/null and b/Heroes-Unlimited-2E/HU2Skills.jpg differ
diff --git a/Heroes-Unlimited-2E/HU2Social.jpg b/Heroes-Unlimited-2E/HU2Social.jpg
new file mode 100644
index 0000000000..1387fda58e
Binary files /dev/null and b/Heroes-Unlimited-2E/HU2Social.jpg differ
diff --git a/Heroes-Unlimited-2E/HU2Spell.jpg b/Heroes-Unlimited-2E/HU2Spell.jpg
new file mode 100644
index 0000000000..5494092d8b
Binary files /dev/null and b/Heroes-Unlimited-2E/HU2Spell.jpg differ
diff --git a/Heroes-Unlimited-2E/HU2Vehicle.jpg b/Heroes-Unlimited-2E/HU2Vehicle.jpg
new file mode 100644
index 0000000000..db7787c576
Binary files /dev/null and b/Heroes-Unlimited-2E/HU2Vehicle.jpg differ
diff --git a/Heroes-Unlimited-2E/hu2.css b/Heroes-Unlimited-2E/hu2.css
new file mode 100644
index 0000000000..1ff95520e4
--- /dev/null
+++ b/Heroes-Unlimited-2E/hu2.css
@@ -0,0 +1,1475 @@
+/* Configure the Button Bar */
+.sheet-buttonbar {
+ display: flex;
+ flex-direction: row;
+ flex-wrap: nowrap;
+ justify-content: space-evenly;
+ align-items: flex-start;
+ border:solid 2px #9e6666;
+ padding: 5px 0 0 0;
+ background: #d6cda3;
+}
+
+.sheet-navbuttons,
+.sheet-docbuttons {
+ flex: 10 1;
+}
+
+.sheet-navbuttons {
+ text-align: left;
+}
+
+.sheet-docbuttons {
+ text-align: right;
+}
+/*Configure the tab buttons*/
+.sheet-character,
+.sheet-social,
+.sheet-skills,
+.sheet-inventory,
+.sheet-combat,
+.sheet-spells,
+.sheet-psionics,
+.sheet-powers,
+.sheet-animals,
+.sheet-vehicles,
+.sheet-robots,
+.sheet-bionics,
+.sheet-journal,
+.sheet-config,
+.sheet-documentation {
+ display: none;
+}
+
+.sheet-topbuttons {
+ color: black;
+ background-color: transparent;
+ border: none;
+ background-image: none;
+ font-weight: bold;
+ box-shadow: none;
+ text-shadow: none;
+ height: 28px;
+ margin: 0px;
+ padding: 0 5px 0 5px;
+}
+
+.sheet-picbuttons {
+ color: black;
+ background-color: transparent;
+ font-family: "Pictos";
+ font-size: 2em;
+ border: none;
+ background-image: none;
+ font-weight: bold;
+ box-shadow: none;
+ text-shadow: none;
+ height: 28px;
+ margin: 0px;
+ padding: 0 5px 0 5px;
+}
+
+/* hide tab buttons */
+.sheet-confspells,
+.sheet-confpsionics,
+.sheet-confpowers,
+.sheet-confanimals,
+.sheet-confvehicles,
+.sheet-confrobots,
+.sheet-confbionics {
+ display: none;
+}
+
+/* show the selected tab */
+.sheet-tabstoggle[value="character"] ~ div.sheet-character,
+.sheet-tabstoggle[value="social"] ~ div.sheet-social,
+.sheet-tabstoggle[value="skills"] ~ div.sheet-skills,
+.sheet-tabstoggle[value="inventory"] ~ div.sheet-inventory,
+.sheet-tabstoggle[value="combat"] ~ div.sheet-combat,
+.sheet-tabstoggle[value="spells"] ~ div.sheet-spells,
+.sheet-tabstoggle[value="psionics"] ~ div.sheet-psionics,
+.sheet-tabstoggle[value="powers"] ~ div.sheet-powers,
+.sheet-tabstoggle[value="animals"] ~ div.sheet-animals,
+.sheet-tabstoggle[value="vehicles"] ~ div.sheet-vehicles,
+.sheet-tabstoggle[value="robots"] ~ div.sheet-robots,
+.sheet-tabstoggle[value="bionics"] ~ div.sheet-bionics,
+.sheet-tabstoggle[value="journal"] ~ div.sheet-journal,
+.sheet-tabstoggle[value="configuration"] ~ div.sheet-config,
+.sheet-tabstoggle[value="documentation"] ~ div.sheet-documentation {
+ display: block;
+}
+
+/* reveal tab buttons */
+input[value="1"].sheet-showspells ~ .sheet-confspells,
+input[value="1"].sheet-showpsionics ~ .sheet-confpsionics,
+input[value="1"].sheet-showpowers ~ .sheet-confpowers,
+input[value="1"].sheet-showanimals ~ .sheet-confanimals,
+input[value="1"].sheet-showvehicles ~ .sheet-confvehicles,
+input[value="1"].sheet-showrobots ~ .sheet-confrobots,
+input[value="1"].sheet-showbionics ~ .sheet-confbionics {
+ display:inline;
+}
+
+/* sheet arrows */
+input.sheet-arrow {
+ float: left;
+}
+.sheet-body{
+ display: none;
+}
+input.sheet-arrow:checked ~ .sheet-body {
+ display: block;
+}
+
+/* tab body background color */
+.sheet-character,
+.sheet-social,
+.sheet-skills,
+.sheet-inventory,
+.sheet-combat,
+.sheet-spells,
+.sheet-psionics,
+.sheet-powers,
+.sheet-animals,
+.sheet-vehicles,
+.sheet-robots,
+.sheet-bionics,
+.sheet-journal,
+.sheet-config,
+.sheet-documentation {
+ background-color: #d6cda3;
+}
+
+/* General Styles */
+.sheet-underlined{
+ text-decoration: underline;
+}
+.sheet-centered{
+ text-align: center;
+}
+.sheet-parchment{
+ background:#fef5c9;
+}
+.sheet-faded-blue{
+ background:#e4ecff;
+}
+
+/* === FIELDSETS === */
+.repcontrol_del,
+.repcontrol_move,
+.repcontrol_add,
+.repcontrol_edit {
+ font-family: pictos;
+}
+.repcontrol_add::before {
+ content: '&';
+ visibility: visible;
+ font-family: pictos ;
+ background-color: #d6cda3;
+ border: 1px solid #9e6666;
+ border-radius: 5px;
+ font-size: 14px;
+ padding: 3px 5px 3px 5px;
+ color: #9e6666;
+}
+.repcontrol .repcontrol_edit:after {
+/* content: 'W'; hamburger menu*/
+ font-family: Arial ;
+ font-weight: bold;
+ content: '☰';
+ visibility: visible;
+ font-family: pictos;
+ background-color: #d6cda3;
+ border: 1px solid #9e6666;
+ border-radius: 5px;
+ font-size: 16px;
+ padding: 3px 3px 2px 3px;
+ color: #9e6666;
+}
+.editmode ~ .repcontrol .repcontrol_edit:after {
+ font-family: Pictos;
+ content: '3';
+ background-color: #d6cda3;
+ width:16px;
+}
+.repcontrol_edit:hover:before,
+.repcontrol_edit:hover:after,
+.repcontrol_add:hover:before,
+.repcontrol_del:hover:before{
+ color: black !important;
+}
+.repcontrol .btn{
+ border: none;
+ color: #9e6666 !important;
+ font-size: 0;
+ padding: 3px 0 0 0;
+ background: none;
+ box-shadow: none;
+}
+.repcontrol .btn:focus {
+ outline: 0;
+}
+.repcontrol_add,
+.repcontrol_edit {
+ display: block;
+ background: none;
+ color: transparent !important;
+ border: none;
+ box-shadow: none;
+}
+.repcontrol_del,
+.repcontrol_move {
+ display: block;
+ background: #d6cda3;
+ color: #9e6666 !important;
+ border: none;
+ box-shadow: none;
+}
+.repcontrol_move {
+ float: left;
+}
+
+/* ------------Character Tab----------- */
+.sheet-character {
+ padding-left: 5px;
+}
+.sheet-statheader-container{
+ display:grid;
+ align-items:center;
+ grid-template-columns: 175px 100px 175px 100px 175px
+}
+.sheet-whispertoggle-container{
+ display:grid;
+ grid-template-columns: 0px 75px 0px 75px
+}
+.sheet-toggle-left, .sheet-toggle-middle, .sheet-toggle-right{
+ width: 75px;
+ height: 18px;
+ margin-right: -75px;
+ margin-bottom: 2px;
+ cursor: pointer;
+ z-index: 1;
+ opacity: 0;
+}
+.sheet-toggle-left + span::before, .sheet-toggle-middle + span::before, .sheet-toggle-right + span::before{
+ content:attr(title);
+ border: solid 2px #b5ac83;
+ text-align: center;
+ display: inline-block;
+
+ background: #b5ac83;
+
+ width: 75px;
+ height: 18px;
+ font-size: 16px;
+}
+.sheet-toggle-left:checked + span::before, .sheet-toggle-middle:checked + span::before, .sheet-toggle-right:checked + span::before{
+ background: #d6cda3;
+ border-bottom-color: black;
+}
+.sheet-name-grid-container{
+ display:grid;
+ align-items:center;
+ padding-bottom:5px;
+ padding-left:5px;
+ grid-template-columns: 95px 213px 85px 100px 213px
+}
+.sheet-class-grid-container{
+ display:grid;
+ align-items:center;
+ padding-left:5px;
+ grid-template-columns: 50px 213px 45px 100px 85px 213px
+}
+.sheet-class-stats{
+ width: 95px;
+}
+
+/* Character Tab Stat Area */
+.sheet-middle-grid-container{
+ display:grid;
+ padding-top:10px;
+ padding-bottom:10px;
+ grid-template-columns: 160px 10px 160px 10px 185px 10px 180px
+}
+.sheet-stat-grid-container{
+ display:grid;
+ align-items:center;
+ padding:10px;
+ border:5px solid #9e6666;
+ border-radius:10px;
+ grid-template-columns: 65px 65px
+}
+.sheet-calc-grid-container{
+ display:grid;
+ align-items:center;
+ padding:10px;
+ border:5px solid #9e6666;
+ border-radius:10px;
+ grid-template-columns: 90px 65px
+}
+.sheet-fraction-grid-container{
+ display:grid;
+ grid-template-columns: 31px 3px 31px
+}
+.sheet-minmax{
+ width: 31px;
+}
+.sheet-divider{
+ background-color: #9e6666;
+}
+.sheet-calc-field{
+ width: 40px;
+}
+.sheet-hp-grid-container{
+ display:grid;
+ align-items:center;
+ padding:10px;
+ border:5px solid #9e6666;
+ border-radius:10px;
+ grid-template-columns: 90px 75px
+}
+button[type=roll].sheet-rolldice::before {
+ content: "";
+}
+.sheet-rolldice{
+ color:#fef5c9;
+ background: #9e6666;
+}
+.sheet-roll-field, .sheet-caster-field{
+ width:65px;
+}
+.sheet-caster-grid-container{
+ display:grid;
+ align-items:center;
+ padding:10px;
+ border:5px solid #9e6666;
+ border-radius:10px;
+ grid-template-columns: 90px 75px
+}
+.sheet-stat-title, .sheet-calc-title, .sheet-roll-title, .sheet-caster-title{
+ text-decoration:underline;
+}
+
+/* Movement Section */
+.sheet-movement-container{
+ display:grid;
+ padding:10px;
+ border:5px solid #9e6666;
+ border-radius:10px;
+ max-width: 685px
+}
+.sheet-leap-grid-container{
+ display:grid;
+ align-items:center;
+ grid-template-columns: 150px 75px 75px 30px
+}
+.sheet-movement-panel{
+ padding-top:5px;
+}
+.sheet-movement-grid-container{
+ display:grid;
+ align-items:center;
+ grid-template-columns: 213px 70px 70px 70px 70px 60px 60px
+}
+
+/*Combat Maneuvers Section */
+.sheet-combatmaneuver-container{
+ display:grid;
+ padding:10px;
+ border:5px solid #9e6666;
+ border-radius:10px;
+ max-width: 685px
+}
+.sheet-combatmaneuver-panel{
+ padding-top:5px;
+}
+.sheet-combat-options-container{
+ display:grid;
+ padding-bottom:5px;
+ align-items:center;
+ grid-template-columns: 150px 150px
+}
+.sheet-combattoggle-container{
+ display:grid;
+ grid-template-columns: 0px 75px 0px 75px
+}
+.sheet-maneuvers-container{
+ display: grid;
+ padding-left:5px;
+ grid-template-columns: 225px 225px 225px
+}
+.sheet-maneuver-cell{
+ display: grid;
+ align-items:center;
+ grid-template-columns: 100px 100px 20px
+}
+div.sheet-dodgenote-hide, div.sheet-adodgenote-hide, div.sheet-disarmnote-hide, div.sheet-rpunchnote-hide,
+div.sheet-ppunchnote-hide, div.sheet-entanglenote-hide, div.sheet-knockoutnote-hide {
+ display: none;
+}
+input.sheet-dodgenote-toggle[value='1']~div.sheet-dodgenote-hide,
+input.sheet-adodgenote-toggle[value='1']~div.sheet-adodgenote-hide,
+input.sheet-disarmnote-toggle[value='1']~div.sheet-disarmnote-hide,
+input.sheet-rpunchnote-toggle[value='1']~div.sheet-rpunchnote-hide,
+input.sheet-ppunchnote-toggle[value='1']~div.sheet-ppunchnote-hide,
+input.sheet-entanglenote-toggle[value='1']~div.sheet-entanglenote-hide,
+input.sheet-knockoutnote-toggle[value='1']~div.sheet-knockoutnote-hide {
+ display: block;
+}
+.sheet-mnote-container{
+ display:grid;
+}
+.sheet-maneuver-notes{
+ height:60px;
+ width: 200px
+}
+
+/* Repeating Melee and Ranged Attack Sections */
+.sheet-melee-attack-panel, .sheet-ranged-attack-panel{
+ padding:10px;
+}
+.sheet-melee-attack-panel{
+ border-bottom:5px solid #9e6666;
+ max-width:745px;
+}
+.sheet-meleetemp-container{
+ display:grid;
+ align-items:center;
+ padding-bottom:5px;
+ grid-template-columns: 160px 50px 50px 50px 50px 60px 50px
+}
+.sheet-mattack-grid-container{
+ display:grid;
+ align-items:center;
+ grid-template-columns: 160px 80px 80px 80px 62px 75px
+}
+button[type=roll].sheet-meleedice::before {
+ content: '';
+}
+button[type=roll].sheet-rangeddice::before {
+ content: '';
+}
+.sheet-mattack-label, .sheet-rattack-label{
+ width: 160px;
+}
+.sheet-meleedice, .sheet-rangeddice{
+ color:#fef5c9;
+ background: #9e6666;
+}
+.sheet-damage-dice{
+ width: 60px;
+}
+div.sheet-mbonus-hide {
+ display: none;
+}
+input.sheet-mbonus-toggle[value='1']~div.sheet-mbonus-hide {
+ display: block;
+}
+.sheet-mbonus-container{
+ display:grid;
+ align-items: center;
+ grid-template-columns: 213px 213px 301px
+}
+.sheet-mattack-text, .sheet-rattack-text{
+ width: 38px;
+}
+.sheet-mattack-notes{
+ height:18px;
+ width:300px;
+ margin:0px;
+ overflow:auto;
+ resize:vertical;
+}
+.sheet-rattack-notes{
+ height:18px;
+ width:512px;
+ margin:0px;
+ overflow:auto;
+ resize:vertical;
+}
+.sheet-ranged-attack-panel{
+ max-width:745px;
+ border-bottom:5px solid #9e6666;
+}
+.sheet-rangedtemp-container{
+ display:grid;
+ align-items:center;
+ padding-bottom:5px;
+ grid-template-columns: 160px 50px 50px 60px 40px
+}
+.sheet-rattack-grid-container{
+ display:grid;
+ align-items:center;
+ grid-template-columns: 160px 80px 45px 100px 62px 40px 40px 75px
+}
+.sheet-aim-type{
+ width:100px;
+ margin:0;
+}
+div.sheet-rbonus-hide {
+ display: none;
+}
+input.sheet-rbonus-toggle[value='1']~div.sheet-rbonus-hide {
+ display: block;
+}
+.sheet-rbonus-container{
+ display:grid;
+ grid-template-columns: 213px 563px
+}
+.sheet-hidden-combat-attributes{
+ display:none;
+}
+
+/* ------------Social Tab-------------- */
+.sheet-social {
+ padding-left: 5px;
+}
+.sheet-physical-grid-container{
+ display:grid;
+ align-items:center;
+ padding-left:10px;
+ grid-template-columns: 110px 110px 110px 110px 110px
+}
+.sheet-physical-field{
+ width:100px;
+}
+.sheet-origin-grid-container{
+ display:grid;
+ align-items:center;
+ padding:10px;
+ grid-template-columns: 110px 220px 220px
+}
+.sheet-mental-grid-container{
+ display:grid;
+ align-items:center;
+ padding:10px;
+ grid-template-columns: 550px
+}
+.sheet-mental-field{
+ max-height:60px;
+}
+
+/* ------------Skills Tab-------------- */
+.sheet-skills {
+ padding-left: 5px;
+ padding-right: 10px;
+}
+.sheet-skill-header{
+ display: grid;
+ align-items: center;
+ grid-template-columns: 200px 100px 75px 120px 75px
+}
+.sheet-skill-grid-container{
+ display: grid;
+ align-items: center;
+ grid-template-columns: 30px 215px 50px 15px 50px 50px
+}
+div.sheet-skillextras-hide {
+ display: none;
+}
+input.sheet-skillextras-toggle[value='1']~div.sheet-skillextras-hide {
+ display: block;
+}
+.sheet-skillextras-container{
+ display:grid;
+ padding-bottom:5px;
+ grid-template-columns: 75px 75px 75px 400px
+}
+.sheet-skill-notes{
+ height:18px;
+ width:390px;
+ margin:0px;
+ overflow:auto;
+ resize:vertical;
+}
+button[type=roll].sheet-skillroll::before {
+ content: '';
+}
+.sheet-skillroll{
+ color:#fef5c9;
+ background: #9e6666;
+}
+.sheet-dicefontd20{
+ font-family:'dicefontd20';
+}
+
+
+/* -----------Combat Tab------------- */
+.sheet-combat {
+ padding-left: 5px;
+}
+
+/* Ancient Weapon Proficiencies */
+.sheet-ancient-proficiency-panel{
+ padding-bottom:5px;
+ border-bottom:5px solid #9e6666;
+ max-width:595px;
+}
+.sheet-ancient-grid-container{
+ display:grid;
+ grid-template-columns: 213px 55px 55px 55px 55px 55px 55px 55px
+}
+
+/* Modern Weapon Proficiencies */
+.sheet-modern-proficiency-panel{
+ padding-top:5px;
+ padding-bottom:5px;
+ max-width:640px;
+}
+.sheet-modern-grid-container{
+ display:grid;
+ grid-template-columns: 213px 55px 55px 55px 55px 55px 60px 55px 35px
+}
+
+/* Hand to Hand Panels */
+.sheet-combat-skill-panel, .sheet-combat-skill-panel2 {
+ padding:5px;
+ border:5px solid #9e6666;
+ border-radius:10px;
+ max-width:525px;
+}
+.sheet-combat-grid-container{
+ display:grid;
+ grid-template-columns: 250px auto
+}
+.sheet-combat-textarea{
+ grid-column: 1 / 2
+}
+.sheet-combat-textarea{
+ max-height: 60px;
+}
+.sheet-bonus-grid-container{
+ display:grid;
+ align-items:center;
+ grid-template-columns: 150px 50px 130px 150px 50px
+}
+.sheet-bonus-field{
+ width: 45px;
+}
+/* Saving Throw Panel */
+.sheet-saving-throw-panel{
+ padding-top:5px;
+}
+.sheet-saves-grid-container{
+ display:grid;
+ align-items:center;
+ grid-template-columns: 150px 50px 30px 70px 150px 50px 30px
+}
+button[type=roll].sheet-savedice::before {
+ content: '';
+}
+.sheet-savedice{
+ color:#fef5c9;
+ background: #9e6666;
+}
+.sheet-save-notes-container{
+ display:grid;
+ grid-template-columns: 500px 30px
+}
+.sheet-save-misc{
+ max-width:500px;
+ max-height:60px;
+}
+
+/* ----------Spell Tab------------ */
+.sheet-spells {
+ padding-left: 5px;
+ padding-right: 10px;
+}
+.sheet-spell-panel{
+ display: grid;
+ align-items: center;
+ padding-bottom: 5px;
+ grid-template-columns: 80px 215px 80px 80px 80px 215px
+}
+button[type=roll].sheet-rollspell::before {
+ content: '';
+}
+.sheet-rollspell{
+ color:#fef5c9;
+ background: #9e6666;
+}
+.sheet-spell-text{
+ min-width: 735px;
+ max-height: 60px;
+}
+.sheet-spell-attack{
+ width:75px;
+}
+
+
+/* ----------Psionics Tab------------ */
+.sheet-psionics {
+ padding-left: 5px;
+ padding-right: 10px;
+}
+.sheet-psionic-panel{
+ display: grid;
+ align-items: center;
+ padding-bottom: 5px;
+ grid-template-columns: 80px 215px 80px 60px 80px 215px
+}
+button[type=roll].sheet-rollpsion::before {
+ content: '';
+}
+.sheet-rollpsion{
+ color:#fef5c9;
+ background: #9e6666;
+}
+.sheet-psionic-text{
+ min-width: 715px;
+ max-height: 60px;
+}
+
+/* ---------Powers Tab---------- */
+.sheet-powers {
+ padding-left: 5px;
+ padding-right: 10px;
+}
+.sheet-minor-powers-container .sheet-super-powers-container {
+ padding-bottom: 10px;
+}
+.sheet-powers-panel {
+ display:grid;
+ align-items:center;
+ grid-template-columns: 80px 215px;
+}
+button[type=roll].sheet-rollpower::before {
+ content: '';
+}
+.sheet-rollpower{
+ color:#fef5c9;
+ background: #9e6666;
+}
+.sheet-power-text {
+ min-width: 715px;
+ max-height: 100px;
+}
+
+/* ----------Animal Tab------------ */
+.sheet-worksheet-container{
+ padding-left: 5px;
+}
+.sheet-animal-size, .sheet-animal-looks{
+ display:grid;
+ align-items: center;
+ padding:5px;
+ grid-template-columns: 100px 75px 100px 75px
+}
+.sheet-animal-looks{
+ display:grid;
+ align-items: center;
+ padding:5px;
+ grid-template-columns: 100px 100px 75px 100px 100px 75px
+}
+.sheet-biped-mut, .sheet-hands-mut, .sheet-speech-mut, .sheet-looks-mut{
+ width:90px;
+ margin: 0;
+
+}
+.sheet-anim-psion-container, .sheet-anim-power-container{
+ display:block;
+}
+.sheet-anim-psionpower{
+ display:grid;
+ grid-template-columns: 300px 20px 300px
+}
+.sheet-anim-psion, .sheet-anim-power{
+ display:grid;
+ padding:5px;
+ margin-right: 10px;
+ grid-template-columns: 215px 75px
+}
+.sheet-natural-weapon-container{
+ display:grid;
+ width:620px;
+}
+.sheet-natural-weapon{
+ display:grid;
+ padding:5px;
+ grid-template-columns:215px 215px 75px;
+}
+.sheet-bioe-calc{
+ display:grid;
+ align-items: center;
+ padding-bottom: 10px;
+ grid-template-columns: 300px 75px
+}
+
+/* -----------Inventory Tab------------- */
+.sheet-inventory-container{
+ padding-left:5px;
+}
+.sheet-encumbrance-panel{
+ display:grid;
+ align-items:center;
+ padding-bottom:10px;
+ grid-template-columns: 85px 20px
+}
+.sheet-weight-box{
+ width:83px;
+}
+.sheet-weightsub-box{
+ width:63px;
+}
+.sheet-weapon-grid-container{
+ display:grid;
+ grid-template-columns: 213px 62px 62px 62px 47px 30px auto
+}
+.sheet-weapon-textarea{
+ grid-column: 1 / 7
+}
+.sheet-weapon-textarea{
+ max-height: 60px;
+}
+.sheet-weapon-inventory-panel, .sheet-armor-inventory-panel, .sheet-gear-inventory-panel,
+.sheet-consumable-inventory-panel, .sheet-wealth-inventory-panel{
+ max-width:740px;
+ padding-bottom:10px;
+}
+.sheet-armor-grid-container{
+ display:grid;
+ grid-template-columns: 213px 47px 47px 62px 47px 30px auto
+}
+.sheet-armor-textarea{
+ grid-column: 1 / 7
+}
+.sheet-armor-textarea{
+ max-height: 60px;
+}
+.sheet-inventory-grid-container{
+ display:grid;
+ align-items:center;
+ grid-template-columns: 213px 213px 213px 62px 30px auto
+}
+.sheet-inventory-textarea{
+ grid-column: 1 / 6
+}
+.sheet-inventory-textarea{
+ max-height: 60px;
+}
+.sheet-counter{
+ width:28px;
+}
+
+/* --------------Vehicle Tab----------------- */
+.sheet-vehicles {
+ padding-left: 5px;
+}
+.sheet-vehicle-top-panel{
+ display:grid;
+ align-items:center;
+ padding-left:10px;
+ padding-bottom:5px;
+ grid-template-columns: 220px 110px 110px 110px 110px
+}
+.sheet-vehicle-text{
+ max-width: 100px;
+}
+.sheet-double-input{
+ display:grid;
+ align-items: center;
+ grid-template-columns: 110px 110px
+}
+.sheet-vehicle-mid-panel{
+ padding-left:10px;
+}
+.sheet-turrets{
+ display:grid;
+ align-items:center;
+ grid-template-columns:110px 110px 110px 110px 110px 110px 110px 110px
+}
+.sheet-vehicle-bottom-panel{
+ display:grid;
+ align-items:center;
+ padding-left:10px;
+ grid-template-columns: 440px 110px 110px
+}
+.sheet-vehicle-textarea{
+ max-height: 60px;
+ min-width: 640px;
+}
+button[type=roll].sheet-turretroll::before {
+ content: '';
+}
+.sheet-turretroll{
+ color:#fef5c9;
+ background: #9e6666;
+}
+
+/* ---------------Robot Tab-----------------*/
+.sheet-robots-container{
+ padding-left:10px;
+}
+.sheet-robots-panel{
+ display:grid;
+ grid-template-columns: 350px 10px 350px
+}
+.sheet-robots-left, .sheet-robots-right{
+ display:grid;
+ align-items:center;
+ grid-template-columns: 250px 100px
+}
+.sheet-row-filler{
+ height: 28px
+}
+.sheet-robots-text{
+ max-width: 100px
+}
+.sheet-robots-textarea{
+ height:60px;
+ width:340px;
+}
+
+/*--------------Bionics Tab----------------*/
+.sheet-bionics-container{
+ padding-left:10px;
+}
+.sheet-bionics-panel{
+ display:grid;
+ grid-template-columns: 350px 10px 350px
+}
+.sheet-bionics-left, .sheet-bionics-right{
+ display:grid;
+ align-items:center;
+ grid-template-columns: 250px 100px
+}
+.sheet-bionics-text{
+ max-width: 100px
+}
+.sheet-bionics-textarea{
+ height:60px;
+ width:340px;
+}
+
+/* ---------------Journal Tab------------------ */
+.sheet-journal {
+ padding-left: 5px;
+}
+.sheet-note-one-panel, .sheet-note-two-panel, .sheet-note-three-panel{
+ max-width:625px;
+}
+.sheet-notes-grid-container{
+ display: grid;
+ align-items:center;
+ grid-template-columns: 90px 213px auto
+}
+.sheet-second-notes-grid-container{
+ display: grid;
+ align-items:center;
+ grid-template-columns: 90px 213px auto
+}
+.sheet-third-notes-grid-container{
+ display: grid;
+ align-items:center;
+ grid-template-columns: 90px 213px auto
+}
+.sheet-notes-textarea{
+ grid-column: 1 / 3;
+}
+.sheet-notes-textarea{
+ min-width:600px;
+}
+button[type=roll].sheet-noteroll::before {
+ content: '';
+}
+.sheet-noteroll{
+ color:#fef5c9;
+ background: #9e6666;
+}
+
+/* ------------Configuration Tab-------------- */
+.sheet-config {
+ padding-left: 5px;
+}
+.sheet-configarea {
+ display: grid;
+ padding-top: 5px;
+ grid-template-columns: 200px 500px
+}
+.sheet-tab-options{
+ display:grid;
+ align-items:center;
+ line-height: 2;
+ grid-template-columns: 20px 150px;
+}
+.sheet-strengthtoggle-container{
+ display:grid;
+ grid-template-columns: 0px 75px 0px 75px 0px 75px 0px 75px
+}
+.sheet-toggle-mleft, .sheet-toggle-mright{
+ width: 75px;
+ height: 18px;
+ margin-right: -75px;
+ margin-bottom: 2px;
+ cursor: pointer;
+ z-index: 1;
+ opacity: 0;
+}
+.sheet-toggle-mleft + span::before, .sheet-toggle-mright + span::before{
+ content:attr(title);
+ border: solid 2px #b5ac83;
+ text-align: center;
+ display: inline-block;
+
+ background: #b5ac83;
+
+ width: 75px;
+ height: 18px;
+ font-size: 16px;
+}
+.sheet-toggle-mleft:checked + span::before, .sheet-toggle-mright:checked + span::before{
+ background: #d6cda3;
+ border-bottom-color: black;
+}
+.sheet-colortoggle{
+ display:grid;
+ align-items:center;
+ grid-template-columns: 0px 75px 0px 75px 0px 75px 0px 75px 0px 75px 0px 75px
+}
+.sheet-toggle-ice, .sheet-toggle-orange, .sheet-toggle-pine,
+.sheet-toggle-teal, .sheet-toggle-wine, .sheet-toggle-yellow{
+ width: 75px;
+ height: 18px;
+ margin-right: -75px;
+ margin-bottom: 2px;
+ cursor: pointer;
+ z-index: 1;
+ opacity: 0;
+}
+.sheet-toggle-ice + span::before, .sheet-toggle-orange + span::before,
+.sheet-toggle-pine + span::before, .sheet-toggle-teal + span::before,
+.sheet-toggle-wine + span::before, .sheet-toggle-yellow + span::before{
+ content:attr(title);
+ border: solid 2px #b5ac83;
+ text-align: center;
+ display: inline-block;
+
+ background: #b5ac83;
+
+ width: 75px;
+ height: 18px;
+ font-size: 16px;
+}
+.sheet-toggle-ice:checked + span::before{
+ background-color: rgba(204,244,255,1);
+ color:black;
+}
+.sheet-toggle-orange:checked + span::before{
+ background-color: rgba(212,108,24,1);
+ color:white;
+}
+.sheet-toggle-pine:checked + span::before{
+ background-color: rgba(30,79,31,1);
+ color:white;
+}
+.sheet-toggle-teal:checked + span::before{
+ background-color: rgba(79,153,148,1);
+ color:white;
+}
+.sheet-toggle-wine:checked + span::before{
+ background-color: rgba(163,80,92,1);
+ color:white;
+}
+.sheet-toggle-yellow:checked + span::before{
+ background-color: rgba(230,195,90,1);
+ color:black;
+}
+
+/* ---------Documentation Tab------------- */
+.sheet-documentation-panel {
+ padding-left: 5px;
+ width:85%;
+}
+.sheet-documentation-segment{
+ display:grid;
+ border-bottom: 2px solid black;
+}
+
+/* Custom Roll Template */
+.sheet-rolltemplate-custom {
+ margin-left: -37px;
+}
+.withoutavatars .sheet-rolltemplate-custom {
+ margin-left: -7px;
+}
+.sheet-rolltemplate-custom .sheet-container {
+ border: 1px solid;
+ border-color: var(--header-bg-color);
+ border-top-left-radius: 6px;
+ border-top-right-radius: 6px;
+}
+.sheet-rolltemplate-custom .sheet-header {
+ background-color: var(--header-bg-color);
+ text-align: center;
+ color: var(--header-text-color);
+ border-top-left-radius: 5px;
+ border-top-right-radius: 5px;
+ padding: 5px;
+}
+.sheet-rolltemplate-custom .sheet-title {
+ font-size:1.1em;
+}
+.sheet-rolltemplate-custom .sheet-subtitle {
+ font-size:.9em;
+}
+.sheet-rolltemplate-custom .sheet-container.sheet-color-black {
+ --header-bg-color: rgba(0,0,0,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-custom .sheet-container.sheet-color-brown {
+ --header-bg-color: rgba(144,77,10,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-custom .sheet-container.sheet-color-yellow {
+ --header-bg-color: rgba(230,195,90,1);
+ --header-text-color: #OOO;
+}
+.sheet-rolltemplate-custom .sheet-container.sheet-color-grey {
+ --header-bg-color: rgba(187,187,187,1);
+ --header-text-color: #OOO;
+}
+.sheet-rolltemplate-custom .sheet-container.sheet-color-blue {
+ --header-bg-color: rgba(6,54,134,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-custom .sheet-container.sheet-color-red {
+ --header-bg-color: rgba(125,26,26,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-custom .sheet-container.sheet-color-green {
+ --header-bg-color: rgba(67,128,91,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-custom .sheet-container.sheet-color-teal {
+ --header-bg-color: rgba(79,153,148,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-custom .sheet-container.sheet-color-orange {
+ --header-bg-color: rgba(212,108,24,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-custom .sheet-container.sheet-color-pine {
+ --header-bg-color: rgba(30,79,31,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-custom .sheet-container.sheet-color-ice {
+ --header-bg-color: rgba(204,244,255,1);
+ --header-text-color: #OOO;
+}
+.sheet-rolltemplate-custom .sheet-container.sheet-color-violet {
+ --header-bg-color: rgba(101,0,66,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-custom .sheet-container.sheet-color-sun {
+ --header-bg-color: rgba(249,229,124,1);
+ --header-text-color: #OOO;
+}
+.sheet-rolltemplate-custom .sheet-container.sheet-color-wine {
+ --header-bg-color: rgba(163,80,92,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-custom .sheet-content {
+ display: grid;
+ background: #FFF;
+ grid-template-columns: auto auto;
+ line-height:1.4em;
+}
+.sheet-rolltemplate-custom .sheet-content > div {
+ padding: 5px;
+}
+.sheet-rolltemplate-custom .sheet-content .sheet-key {
+ font-weight: bold;
+ padding-right: 5px;
+ text-align: right;
+}
+.sheet-rolltemplate-custom .sheet-value {
+}
+.sheet-rolltemplate-custom .sheet-content :nth-child(4n+3),
+
+.sheet-rolltemplate-custom .sheet-content :nth-child(4n) {
+ background:#EEE;
+}
+.sheet-rolltemplate-custom .sheet-desc {
+ grid-column: span 2;
+ padding: 5px;
+ text-align: center;
+}
+.sheet-rolltemplate-custom a[href^='!'],.sheet-rolltemplate-custom a[href^='~']{
+ background-color:transparent;
+ border:0;
+ color:#3f8aa6;
+ display:inline;
+ padding: 0
+}
+
+/* Menu Roll Template */
+.sheet-rolltemplate-menu {
+ margin-left: -37px;
+}
+.withoutavatars .sheet-rolltemplate-menu {
+ margin-left: -7px;
+}
+.sheet-rolltemplate-menu .sheet-container {
+ border: 1px solid;
+ border-color: var(--header-bg-color);
+}
+.sheet-rolltemplate-menu .sheet-header {
+ background-color: var(--header-bg-color);
+ text-align: center;
+ color: var(--header-text-color);
+ padding: 5px;
+}
+.sheet-rolltemplate-menu .sheet-title {
+ font-size:1.1em;
+}
+.sheet-rolltemplate-menu .sheet-subtitle {
+ font-size:.9em;
+}
+.sheet-rolltemplate-menu .sheet-container.sheet-color-black {
+ --header-bg-color: rgba(0,0,0,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-menu .sheet-container.sheet-color-brown {
+ --header-bg-color: rgba(144,77,10,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-menu .sheet-container.sheet-color-yellow {
+ --header-bg-color: rgba(230,195,90,1);
+ --header-text-color: #OOO;
+}
+.sheet-rolltemplate-menu .sheet-container.sheet-color-grey {
+ --header-bg-color: rgba(187,187,187,1);
+ --header-text-color: #OOO;
+}
+.sheet-rolltemplate-menu .sheet-container.sheet-color-blue {
+ --header-bg-color: rgba(6,54,134,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-menu .sheet-container.sheet-color-red {
+ --header-bg-color: rgba(125,26,26,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-menu .sheet-container.sheet-color-green {
+ --header-bg-color: rgba(67,128,91,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-menu .sheet-container.sheet-color-teal {
+ --header-bg-color: rgba(79,153,148,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-menu .sheet-container.sheet-color-orange {
+ --header-bg-color: rgba(212,108,24,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-menu .sheet-container.sheet-color-pine {
+ --header-bg-color: rgba(30,79,31,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-menu .sheet-container.sheet-color-ice {
+ --header-bg-color: rgba(204,244,255,1);
+ --header-text-color: #OOO;
+}
+.sheet-rolltemplate-menu .sheet-container.sheet-color-violet {
+ --header-bg-color: rgba(101,0,66,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-menu .sheet-container.sheet-color-sun {
+ --header-bg-color: rgba(249,229,124,1);
+ --header-text-color: #OOO;
+}
+.sheet-rolltemplate-menu .sheet-container.sheet-color-wine {
+ --header-bg-color: rgba(163,80,92,1);
+ --header-text-color: #FFF;
+}
+
+.sheet-rolltemplate-menu .sheet-content {
+ display: grid;
+ background: #FFF;
+ grid-template-columns: auto auto;
+ line-height: 18px;
+}
+
+.sheet-rolltemplate-menu .sheet-content > div {
+ padding: 5px;
+}
+
+.sheet-rolltemplate-menu .sheet-content .sheet-key {
+ font-weight: normal;
+ font-style: italic;
+ padding-right: 5px;
+ text-align: right;
+}
+
+.sheet-rolltemplate-menu .sheet-value {
+ font-weight: normal;
+ font-style: italic;
+ padding-left: 5px;
+ text-align: left;
+}
+
+.sheet-rolltemplate-menu .sheet-desc {
+ grid-column: span 2;
+ padding: 5px;
+ text-align: center;
+ font-style: italic;
+ font-weight: bold;
+ background-color: #ededed;
+}
+.sheet-rolltemplate-menu a[href^='!'],.sheet-rolltemplate-menu a[href^='~']{
+ background-color: transparent;
+ border:0;
+ color:#3f8aa6;
+ display:inline;
+ padding: 0
+}
+
+/* Spells Roll Template */
+.sheet-rolltemplate-spells {
+ margin-left: -37px;
+}
+.withoutavatars .sheet-rolltemplate-spells {
+ margin-left: -7px;
+}
+.sheet-rolltemplate-spells .sheet-container {
+ border: 1px solid;
+ border-color: var(--header-bg-color);
+ border-top-left-radius: 6px;
+ border-top-right-radius: 6px;
+}
+.sheet-rolltemplate-spells .sheet-header {
+ background-color: var(--header-bg-color);
+ text-align: center;
+ color: var(--header-text-color);
+ border-top-left-radius: 5px;
+ border-top-right-radius: 5px;
+ padding: 5px;
+}
+.sheet-rolltemplate-spells .sheet-title {
+ font-size:1.1em;
+}
+.sheet-rolltemplate-spells .sheet-subtitle {
+ font-size:.9em;
+}
+.sheet-rolltemplate-spells .sheet-note {
+ background-color: var(--header-bg-color);
+ display: grid;
+ grid-template-columns: auto auto;
+ font-size:.9em;
+ font-weight: bold;
+ padding-left: 5px;
+ text-align: left;
+ color: var(--header-text-color);
+}
+.sheet-rolltemplate-spells .sheet-attack {
+ background-color: white;
+ display: grid;
+ grid-template-columns: auto;
+ font-size:1em;
+ font-weight: bold;
+ padding-top:5px;
+ padding-left: 5px;
+ text-align: center;
+ color: black;
+}
+.sheet-rolltemplate-spells .sheet-container.sheet-color-black {
+ --header-bg-color: rgba(0,0,0,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-spells .sheet-container.sheet-color-brown {
+ --header-bg-color: rgba(144,77,10,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-spells .sheet-container.sheet-color-yellow {
+ --header-bg-color: rgba(230,195,90,1);
+ --header-text-color: #OOO;
+}
+.sheet-rolltemplate-spells .sheet-container.sheet-color-grey {
+ --header-bg-color: rgba(187,187,187,1);
+ --header-text-color: #OOO;
+}
+.sheet-rolltemplate-spells .sheet-container.sheet-color-blue {
+ --header-bg-color: rgba(6,54,134,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-spells .sheet-container.sheet-color-red {
+ --header-bg-color: rgba(125,26,26,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-spells .sheet-container.sheet-color-green {
+ --header-bg-color: rgba(67,128,91,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-spells .sheet-container.sheet-color-teal {
+ --header-bg-color: rgba(79,153,148,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-spells .sheet-container.sheet-color-orange {
+ --header-bg-color: rgba(212,108,24,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-spells .sheet-container.sheet-color-pine {
+ --header-bg-color: rgba(30,79,31,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-spells .sheet-container.sheet-color-ice {
+ --header-bg-color: rgba(204,244,255,1);
+ --header-text-color: #OOO;
+}
+.sheet-rolltemplate-spells .sheet-container.sheet-color-violet {
+ --header-bg-color: rgba(101,0,66,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-spells .sheet-container.sheet-color-sun {
+ --header-bg-color: rgba(249,229,124,1);
+ --header-text-color: #OOO;
+}
+.sheet-rolltemplate-spells .sheet-container.sheet-color-wine {
+ --header-bg-color: rgba(163,80,92,1);
+ --header-text-color: #FFF;
+}
+.sheet-rolltemplate-spells .inlinerollresult,
+.sheet-rolltemplate-spells .inlinerollresult.fullcrit,
+.sheet-rolltemplate-spells .inlinerollresult.fullfail,
+.sheet-rolltemplate-spells .inlinerollresult.importantroll {
+ background-color: transparent;
+ border: none;
+}
+.sheet-rolltemplate-spells .inlineroll.fullcrit,
+.sheet-rolltemplate-spells .inlineroll.fullfail,
+.sheet-rolltemplate-spells .inlineroll.importantroll {
+ border: none;
+}
+.sheet-rolltemplate-spells .sheet-content {
+ display: grid;
+ background: #FFF;
+ grid-template-columns: auto auto;
+ line-height:1.4em;
+}
+.sheet-rolltemplate-spells .sheet-content > div {
+ padding: 5px;
+}
+.sheet-rolltemplate-spells .sheet-content .sheet-key {
+ font-weight: bold;
+ padding-right: 5px;
+ text-align: right;
+}
+.sheet-rolltemplate-spells .sheet-value {
+}
+.sheet-rolltemplate-spells .sheet-content :nth-child(4n+3),
+
+.sheet-rolltemplate-spells .sheet-content :nth-child(4n) {
+ background:#EEE;
+}
+.sheet-rolltemplate-spells .sheet-desc {
+ grid-column: span 2;
+ padding: 5px;
+ text-align: center;
+}
+.sheet-rolltemplate-spells a[href^='!'],.sheet-rolltemplate-spells a[href^='~']{
+ background-color:transparent;
+ border:0;
+ color:#3f8aa6;
+ display:inline;
+ padding: 0
+}
diff --git a/Heroes-Unlimited-2E/hu2.html b/Heroes-Unlimited-2E/hu2.html
new file mode 100644
index 0000000000..b1cbfdd9a3
--- /dev/null
+++ b/Heroes-Unlimited-2E/hu2.html
@@ -0,0 +1,2729 @@
+
+
+
+
+
+
+
+
+
Public Name
+
+
+
Private Name
+
+
+
+
O.C.C.
+
+ Level
+
+ Experience
+
+
+
+
+
+
+
+
Stat
+
Now/Past
+
I.Q.
+
+
+
M.E.
+
+
+
M.A.
+
+
+
P.S.
+
+
+
P.P.
+
+
+
P.E.
+
+
+
P.B.
+
+
+
Spd.
+
+
+
+
+
+
+
Derived
+
Stats
+
Lift lbs.
+
+
Carry lbs.
+
+
Carry Max
+
+
Run MPH
+
+
Run/Melee
+
+
Run/Action
+
+
Run Minutes
+
+
+
+
+
+
+
+
+
Resources &
+
Rolls
+
Hit Points
+
+
S.D.C.
+
+
Armor Rating
+
+
Armor S.D.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Caster
+
Stats
+
Psionic Lvl
+
+
I.S.P.
+
+
Caster Lvl
+
+
P.P.E.
+
+
Spell Str.
+
+
Ward Lvl
+
+
Daily Wards
+
+
Ward Str.
+
+
Circle Lvl
+
+
Circle Str.
+
+
+
+
+
+
+
+
+
Additional Movement
+
+
+
+
+
Verticle
+
Horizontal
+
+
Leaping Distance
+
+
+
Feet
+
+
+
+
Movement Type
+
Speed
+
MPH
+
Run/Melee
+
Run/Action
+
Max Run
+
+
+
+
+
+
+
+
+
+
+
+
Combat Maneuvers
+
+
+
+
+
Maneuver
+
Temp Bonus
+
+
+
+
Maneuver
+
Temp Bonus
+
+
+
+
Maneuver
+
Temp Bonus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Melee Attacks
+
+
+
Temporary Bonuses:
+ Strike:
+
+ Parry:
+
+ Damage:
+
+
+
+
+
Weapon Name
+
+
+
+
Damage
+
+
+
+
+
+
+
+
+
+
Ranged or Magical Attacks
+
+
+
Temporary Bonuses:
+ Strike:
+
+ Damage:
+
+
+
+
Weapon Name
+
+
Crit
+
Aiming
+
Damage
+
Range
+
Ammo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Occupational Class Skills
+
+
+
+
Skill Name
+
Rating
+
+
Bonus
+
+
+
+
+
+
+
+
+
Scholastic Skills
+
+
+
+
Skill Name
+
Rating
+
+
Bonus
+
+
+
+
+
+
+
+
+
Secondary Skills
+
+
+
+
Skill Name
+
Rating
+
+
Bonus
+
+
+
+
+
+
+
+
+
+
Combat
+
+
+
Ancient Weapon Proficencies
+
+
+
+
+
Modern Weapon Proficencies
+
+
+
+
+
Hand to Hand Combat Skill 1
+
+
+
+
Combat Skill Level
+
+
+
+
+
+
Number of Attacks
+
+
+
Initiative
+
+
+
Strike
+
+
+
Damage
+
+
+
Parry
+
+
+
Dodge
+
+
+
Roll with Punch
+
+
+
Pull Punch
+
+
+
Entangle
+
+
+
Disarm
+
+
+
Knockout/Stun
+
+
+
Melee Critical Strike
+
+
+
Physical Prowess Bonus
+
+
+
Physical Strength Bonus
+
+
+
Physical Prowess Initiative Bonus
+
+
+
+
+
+
+
Hand to Hand Combat Skill 2
+
+
+
+
Combat Skill Level
+
+
+
+
+
+
Number of Attacks
+
+
+
Initiative
+
+
+
Strike
+
+
+
Damage
+
+
+
Parry
+
+
+
Dodge
+
+
+
Roll with Punch
+
+
+
Pull Punch
+
+
+
Entangle
+
+
+
Disarm
+
+
+
Knockout/Stun
+
+
+
Melee Critical Strike
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Saving Throws
+
+
+
Magic Save Type
+
Target
+
Bonus
+
+
Save Type
+
Target
+
Bonus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
PE Save Bonus
+
+
+
+
ME Psionic Bonus
+
+
+
+
PE Coma/Death Bonus
+
+
+
+
ME Insanity Bonus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Spell Book
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Psionics
+
+
+
Healing Abilities
+
+
+
+
+
+
+
Physical Abilities
+
+
+
+
+
+
+
Sensative Abilities
+
+
+
+
+
+
+
Super Abilities
+
+
+
+
+
+
+
+
+
Powers
+
+
+
+
Major Super Powers
+
+
+
+
+
+
+
+
+
+
Vehicles
+
+
+
Vehicle 1
+
+
+
Vehicle Name
+
Cost
+
Max Seats
+
Max Load
+
S.D.C.
+
+
+
+
+
+
+
+
+
Speed Class
+ Speed
+
+
Max Speed
+
Cruising
+
+
+
+
+
+
+
+
+
+
+
+
+
Vehicle Armor Type
+
Cost
+
Armor Rating
+
S.D.C.
+
+
+
+
+
+
+
+
+
Passenger Armor Type
+
Cost
+
Armor Rating
+
S.D.C.
+
+
+
+
+
+
+
+
+
Fuel Compartment Armor Type
+
Cost
+
Armor Rating
+
S.D.C.
+
+
+
+
+
+
+
+
+
Drive Engine Armor Type
+
Cost
+
Armor Rating
+
S.D.C.
+
+
+
+
+
+
+
+
+
+
+
Optional Modifications, Equipment, and Accessories
+
+
+
+
+
+
+
+
+
+
Vehicle 2
+
+
+
Vehicle Name
+
Cost
+
Max Seats
+
Max Load
+
S.D.C.
+
+
+
+
+
+
+
+
+
Speed Class
+ Speed
+
+
Max Speed
+
Cruising
+
+
+
+
+
+
+
+
+
+
+
+
+
Vehicle Armor Type
+
Cost
+
Armor Rating
+
S.D.C.
+
+
+
+
+
+
+
+
+
Passenger Armor Type
+
Cost
+
Armor Rating
+
S.D.C.
+
+
+
+
+
+
+
+
+
Fuel Compartment Armor Type
+
Cost
+
Armor Rating
+
S.D.C.
+
+
+
+
+
+
+
+
+
Drive Engine Armor Type
+
Cost
+
Armor Rating
+
S.D.C.
+
+
+
+
+
+
+
+
+
+
+
Optional Modifications, Equipment, and Accessories
+
+
+
+
+
+
+
+
+
+
+
+
+
Robots and Powered Armor
+
+
+
Initial Budget
+
+
+
Robot Intelligence
+
+
+
Body Type
+
+
+
+
+
Size and Frame
+
+
+
+
+
Legs and Locomotion
+
+
+
+
+
Audio and Sensors
+
+
+
+
+
Body Armor
+
+
+
+
+
Eye Weapons
+
+
+
+
+
Giant/Vehicular Weapons
+
+
+
+
+
Miscellaneous Equipment
+
+
+
+
+
+
+
Total Cost
+
+
+
+
+
+
Construction Quality
+
+
+
+
+
Power Supply
+
+
+
+
+
Arms and Hands
+
+
+
+
+
Optics
+
+
+
+
+
Animal Features
+
+
+
+
+
Pilot Operated Systems
+
+
+
+
+
Weapons
+
+
+
+
+
Humanoid Weapons
+
+
+
+
+
+
+
+
+
+
+
+
Bionics
+
+
+
Initial Budget
+
+
+
+
+
Major Body Parts
+
+
+
+
+
Special Attributes
+
+
+
+
+
Eye Features
+
+
+
+
+
Lung, Mouth, Throat Features
+
+
+
+
+
Hand Weapons
+
+
+
+
+
Military Weapons
+
+
+
+
+
+
+
+
Total Cost
+
+
+
+
+
Internal Organs
+
+
+
+
+
Ear Features
+
+
+
+
+
Sensors
+
+
+
+
+
Eye Weapons
+
+
+
+
+
Other Weapons
+
+
+
+
+
Armor
+
+
+
+
+
+
+
+
+
+
+
+
+
Inventory
+
+
+
+
Weapons
+
+
+
+
+
+
+
Armor
+
+
+
+
+
+
+
Gear
+
+
+
+
+
+
+
Consumables
+
+
+
+
+
+
+
Wealth
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Documentation
+
+
For more information on this sheet, check the page dedicated to it on the Roll20 wiki.
+
+
+
+
Initial Release
+
All light parchment colored fields are editable. All light blue-gray fields are readonly fields that will be filled in by sheetworkers.
+
Most attacks are intended to be set up on the main page. Most powers that provide offensive abilities usually have multiple attacks, so I didn't try to set up attacks in the Powers section. Few offensive psionic abilities require an attack roll. Robots, mechanized armor, and and bionics may provide multiple attacks, but may also provide none at all. All of that sort of thing should be set up on the Character tab as needed.
+
The melee attack section will pull in bonuses from your physical prowess and hand to hand combat (if there are any). Bonuses from weapon proficiencies can be added as an attribute call in the strike or parry bonus fields for the attacks. By design, the ranged attack section doesn't pull in any bonuses from anywhere, since some ranged attacks don't use the bonus from Physical Prowess. You can add that to an attack by entering @{pp_bonus} in the strike bonuse field. You can also add in the attribute calls for weapon proficiencies (ranged strike, or melee thrown).
+
Skills should auto-calculate your skill rating assuming you check the box to see all the fields for the skill. Enter the skill base percentage, the progression per level, and the level of the skill. If you have a short time bonus to a particular skill, add or remove that as needed. If you have a temporary bonus to all skills, there is a place at the top of the skill section for that. The sheetworker multiply the progression number by the skill level (minus 1), add in any bonuses including an I.Q. bonus, and will fill in the overall skill rating. That number will be printed out when you make a roll.
+
Be wary of loading the sheet up with spells and psionics if you have a character with access to many of both. That can be a significant source of sheet lag and game loading lag if many sheets are set up that way. If you start experiencing trouble, it might be best to set up macro mule sheets with spells or psionics set up as ability macros on the Attributes & Abilities tab. Hopefully, there will be no trouble, but you have been warned.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{#allprops() title subtitle desc color}}
+
{{key}}
+
{{value}}
+ {{/allprops() title subtitle desc color}}
+ {{#desc}}
{{desc}}
{{/desc}}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{#ispcost}}
I.S.P. Cost: {{ispcost}}
{{/ispcost}}
+ {{#ppecost}}
P.P.E. Cost: {{ppecost}}
{{/ppecost}}
+ {{#range}}
Range: {{range}}
{{/range}}
+ {{#preptime}}
Prep Time: {{preptime}}
{{/preptime}}
+ {{#duration}}
Duration: {{duration}}
{{/duration}}
+ {{#spellstrength}}
Strength: {{spellstrength}}
{{/spellstrength}}
+ {{#spellsave}}
Save: {{spellsave}}
{{/spellsave}}
+
+
+ {{#strike}}
Strike = {{strike}}
{{/strike}}
+ {{#damage}}
Damage = {{damage}}
{{/damage}}
+
+
+ {{#allprops() title subtitle ispcost ppecost range preptime duration spellstrength spellsave strike damage desc color}}
+
{{key}}
+
{{value}}
+ {{/allprops() title subtitle ispcost ppecost range preptime duration spellstrength spellsave strike damage desc color}}
+ {{#desc}}
{{desc}}
{{/desc}}
+
+
+
diff --git a/Heroes-Unlimited-2E/sheet.json b/Heroes-Unlimited-2E/sheet.json
new file mode 100644
index 0000000000..60ba9db2a2
--- /dev/null
+++ b/Heroes-Unlimited-2E/sheet.json
@@ -0,0 +1,8 @@
+{
+ "html": "hu2.html",
+ "css": "hu2.css",
+ "authors": "Kraynic",
+ "roll20userid": "1869955",
+ "preview": "HU2Main.jpg",
+ "instructions": "\n For information about the sheet, [see the wiki page](https://wiki.roll20.net/Heroes_Unlimited_2E)."
+}
diff --git a/Insectopia/Insectopia-Preview.jpg b/Insectopia/Insectopia-Preview.jpg
index 4647fa8a04..5da605f4a0 100644
Binary files a/Insectopia/Insectopia-Preview.jpg and b/Insectopia/Insectopia-Preview.jpg differ
diff --git a/Insectopia/Insectopia.css b/Insectopia/Insectopia.css
index 36cb970d3c..c703ba9fee 100644
--- a/Insectopia/Insectopia.css
+++ b/Insectopia/Insectopia.css
@@ -1,4 +1,4 @@
-/* Roll20 - Fiche Insectopia V1.0 by Giovanninatale & Surfandko */
+/* Roll20 - Fiche Insectopia V2 by Giovanninatale & Surfandko */
/* classe affichage hexagon */
.sheet-hexagon {
@@ -30,6 +30,11 @@
height: 45px;
width: 45px;
}
+.sheet-hexagon-central {
+ height: 200px;
+ width: 200px;
+}
+
.sheet-hexagon-alonge {
height: 45px;
width: 175px;
@@ -60,7 +65,17 @@
width: calc(100% - 2px); /* 100% - (2 * border width) */
background: white;
}
+.sheet-hexagon-central:before {
+ top: 1px; /* border width */
+ left: 1px; /* border width */
+ height: calc(100% - 2px); /* 100% - (2 * border width) */
+ width: calc(100% - 2px); /* 100% - (2 * border width) */
+ background: white;
+}
+.sheet-hexagon-central, .sheet-hexagon-central:before{
+ clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
+}
.sheet-hexagon-petit, .sheet-hexagon-petit:before{
clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}
@@ -202,6 +217,24 @@
overflow: hidden;
width:145px;
}
+.sheet-diagonale-hexagon-petit{
+ position:relative;
+ left:38px;
+ top:-22px;
+ overflow: hidden;
+}
+.sheet-droite-libelle{
+ position:relative;
+ left:66px;
+ top:6px;
+ overflow: hidden;
+}
+.sheet-droite2-libelle{
+ position:relative;
+ left:38px;
+ top:6px;
+ overflow: hidden;
+}
/* classe affichage hexagones en diagonales */
.sheet-col2{
@@ -235,7 +268,125 @@
top:7px;
clip-path: circle(50% at 50% 50%);
}
+/* */
+.sheet-rolltemplate-blattes10 .sheet-circle,.sheet-circle {
+ height: 30px;
+ width: 30px;
+ position: relative;
+ float: left;
+ left:7px;
+ top:7px;
+ clip-path: circle(50% at 50% 50%);
+}
+.sheet-rolltemplate-blattes10 div.sheet-tableau-blatte {
+ display: grid;
+ grid-template-columns: 30px 30px 30px 30px 30px;
+ /*grid-template-rows: 30px 30px;*/
+ column-gap: 5px;
+}
+.sheet-rolltemplate-blattes10 div.sheet-roll-entete {
+ display: grid;
+ grid-template-columns: 150px;
+ /*grid-template-rows: 30px 30px;*/
+ column-gap: 0px;
+ margin-left: 10px;
+}
+.sheet-rolltemplate-blattes10 div.sheet-blackboxlarge {
+ border: 2px solid black;
+}
+
+/* */
+.sheet-rolltemplate-reussitecompetence .sheet-circle,.sheet-circle {
+ height: 30px;
+ width: 30px;
+ position: relative;
+ float: left;
+ left:7px;
+ top:7px;
+ clip-path: circle(50% at 50% 50%);
+}
+
+.sheet-rolltemplate-reussitecompetence div.sheet-tableau-blatte-texte {
+ display: grid;
+ grid-template-columns: 50px 150px;
+ grid-template-rows: 50px 50px;
+ column-gap: 0px;
+}
+.sheet-rolltemplate-reussitecompetence div.sheet-roll-entete {
+ display: grid;
+ grid-template-columns: 150px;
+ /*grid-template-rows: 30px 30px;*/
+ column-gap: 0px;
+ margin-left: 10px;
+}
+.sheet-rolltemplate-reussitecompetence div.sheet-blackboxlarge {
+ border: 2px solid black;
+}
+
+/* */
+.sheet-rolltemplate-reussitecompetencecombat .sheet-circle,.sheet-circle{
+ height: 30px;
+ width: 30px;
+ position: relative;
+ float: left;
+ left:7px;
+ top:7px;
+ clip-path: circle(50% at 50% 50%);
+}
+.sheet-rolltemplate-reussitecompetencecombat div.sheet-roll-entete {
+ display: grid;
+ grid-template-columns: 150px;
+ /*grid-template-rows: 30px 30px;*/
+ column-gap: 0px;
+ margin-left: 10px;
+}
+.sheet-rolltemplate-reussitecompetencecombat div.sheet-tableau-blatte-texte{
+ display: grid;
+ grid-template-columns: 50px 150px;
+ grid-template-rows: 45px;
+ column-gap: 0px;
+ margin-left: 10px;
+}
+
+.sheet-rolltemplate-reussitecompetencecombat div.sheet-tableau-blatte-degats{
+ display: grid;
+ grid-template-columns: 30px 30px 30px 30px 30px;
+ column-gap: 5px;
+}
+.sheet-rolltemplate-reussitecompetencecombat div.sheet-blackboxlarge {
+ border: 2px solid black;
+}
+
+/* */
+.sheet-rolltemplate-reussitedegats .sheet-circle,.sheet-circle{
+ height: 30px;
+ width: 30px;
+ position: relative;
+ float: left;
+ left:7px;
+ top:7px;
+ clip-path: circle(50% at 50% 50%);
+}
+.sheet-rolltemplate-reussitedegats div.sheet-roll-entete {
+ display: grid;
+ grid-template-columns: 150px;
+ /*grid-template-rows: 30px 30px;*/
+ column-gap: 0px;
+ margin-left: 10px;
+}
+.sheet-rolltemplate-reussitedegats div.sheet-tableau-blatte-texte{
+ display: grid;
+ grid-template-columns: 50px 150px;
+ grid-template-rows: 50px;
+ column-gap: 0px;
+ margin-left: 10px;
+}
+.sheet-rolltemplate-reussitedegats div.sheet-blackboxlarge {
+ border: 2px solid black;
+}
+
+/* cercles */
.sheet-circle-small{
height: 17px;
width: 17px;
@@ -333,26 +484,107 @@
top:35px;
}
+/* rolltemplate1 blatte */
.sheet-rolltemplate-blattes .sheet-circle-black,.sheet-circle-black {
background: black;
}
-
.sheet-rolltemplate-blattes .sheet-circle-gray,.sheet-circle-gray {
background: lightgrey;
}
-
.sheet-rolltemplate-blattes .sheet-circle-blue,.sheet-circle-blue {
background: blue;
}
-
.sheet-rolltemplate-blattes .sheet-circle-green,.sheet-circle-green {
background: green;
}
-
.sheet-rolltemplate-blattes .sheet-circle-red,.sheet-circle-red {
background: red;
}
+/* rolltemplate1 blatte 10 */
+.sheet-rolltemplate-blattes10 .sheet-circle-black,.sheet-circle-black {
+ background: black;
+}
+.sheet-rolltemplate-blattes10 .sheet-circle-gray,.sheet-circle-gray {
+ background: lightgrey;
+}
+.sheet-rolltemplate-blattes10 .sheet-circle-blue,.sheet-circle-blue {
+ background: blue;
+}
+.sheet-rolltemplate-blattes10 .sheet-circle-green,.sheet-circle-green {
+ background: green;
+}
+.sheet-rolltemplate-blattes10 .sheet-circle-red,.sheet-circle-red {
+ background: red;
+}
+.sheet-rolltemplate-blattes10 a[href^="!"],
+.sheet-rolltemplate-blattes10 a[href^="~"]{
+ background-color: transparent;
+ padding: 5px;
+ color: white;
+ display: inline-block;
+ border: 0px solid white;
+}
+
+/* rolltemplate1 reussitecompetence */
+.sheet-rolltemplate-reussitecompetence .sheet-circle-black,.sheet-circle-black {
+ background: black;
+}
+.sheet-rolltemplate-reussitecompetence .sheet-circle-gray,.sheet-circle-gray {
+ background: lightgrey;
+}
+.sheet-rolltemplate-reussitecompetence .sheet-circle-blue,.sheet-circle-blue {
+ background: blue;
+}
+.sheet-rolltemplate-reussitecompetence .sheet-circle-green,.sheet-circle-green {
+ background: green;
+}
+.sheet-rolltemplate-reussitecompetence .sheet-circle-red,.sheet-circle-red {
+ background: red;
+}
+
+/* rolltemplate1 reussitecompetencecombat */
+.sheet-rolltemplate-reussitecompetencecombat .sheet-circle-black,.sheet-circle-black {
+ background: black;
+}
+.sheet-rolltemplate-reussitecompetencecombat .sheet-circle-gray,.sheet-circle-gray {
+ background: lightgrey;
+}
+.sheet-rolltemplate-reussitecompetencecombat .sheet-circle-blue,.sheet-circle-blue {
+ background: blue;
+}
+.sheet-rolltemplate-reussitecompetencecombat .sheet-circle-green,.sheet-circle-green {
+ background: green;
+}
+.sheet-rolltemplate-reussitecompetencecombat .sheet-circle-red,.sheet-circle-red {
+ background: red;
+}
+.sheet-rolltemplate-reussitecompetencecombat a[href^="!"],
+.sheet-rolltemplate-reussitecompetencecombat a[href^="~"]{
+ background-color: transparent;
+ padding: 5px;
+ color: white;
+ display: inline-block;
+ border: 0px solid white;
+}
+
+/* rolltemplate1 reussitedegats */
+.sheet-rolltemplate-reussitedegats .sheet-circle-black,.sheet-circle-black {
+ background: black;
+}
+.sheet-rolltemplate-reussitedegats .sheet-circle-gray,.sheet-circle-gray {
+ background: lightgrey;
+}
+.sheet-rolltemplate-reussitedegats .sheet-circle-blue,.sheet-circle-blue {
+ background: blue;
+}
+.sheet-rolltemplate-reussitedegats .sheet-circle-green,.sheet-circle-green {
+ background: green;
+}
+.sheet-rolltemplate-reussitedegats .sheet-circle-red,.sheet-circle-red {
+ background: red;
+}
+
/* Caractéristiques hexagon central */
.sheet-label-antenne {
position: relative;
@@ -361,6 +593,24 @@
top:80px;
}
+.sheet-chevauche-central{
+ position:relative;
+ left:34px;
+ top:32px;
+}
+.sheet-chevauche-central-1{
+ position:relative;
+ left:-7px;
+ top:-1px;
+ font-size:11px;
+}
+.sheet-chevauche-central-2{
+ position:relative;
+ left:-20px;
+ top:1px;
+ font-size:11px;
+}
+
.sheet-label-mandibules {
}
.sheet-label-chitine {
@@ -383,6 +633,13 @@
top:42px;
}
+.sheet-hexagon-central {
+ position: relative;
+ float: left;
+ left:-16px;
+ top:30px;
+}
+
/* GRID */
.sheet-entete{
display: grid;
@@ -424,9 +681,14 @@
.sheet-caste-competence-capacite{
display: grid;
- grid-template-columns: 190px 460px 190px;
+ grid-template-columns: 190px 440px 190px;
column-gap: 16px;
}
+.sheet-aff-competence-capacite {
+ display: grid;
+ grid-template-columns: 15px 200px;
+}
+
.sheet-grid{
display: grid;
}
@@ -446,6 +708,7 @@
.sheet-center{
justify-self:center;
}
+
/* Compétences hexagon central */
/* ligne 1 */
.sheet-label-pheromone {
@@ -506,6 +769,15 @@
position: relative;
right: 14px;
}
+.sheet-hexagone-central{
+ grid-column-start: 4;
+ grid-column-end: 7;
+ grid-row-start: 2;
+ grid-row-end: 6;
+ position: relative;
+ left: 0px;
+ top: 0px;
+}
/* ligne 3*/
.sheet-hexagone-mandibule{
@@ -724,11 +996,11 @@ position: relative;
/* Magie */
.sheet-partie-magie{
display: grid;
- grid-template-columns: 800px;
+ grid-template-columns: 15px 800px;
}
.sheet-magie-label-jeteur{
display: grid;
- grid-template-columns: 200px 250px;
+ grid-template-columns: 160px 160px;
}
.sheet-magie{
display: grid;
@@ -774,6 +1046,11 @@ input.sheet-CSSJetPGM:checked + span.sheet-CSSJetPGM
}
/* Fiche pnj */
+.sheet-pnj-jets {
+ display: grid;
+ grid-template-columns: 600px 300px;
+ column-gap: 20px;
+}
.sheet-tableau-pnj {
display: grid;
grid-template-columns: 600px;
@@ -781,18 +1058,33 @@ input.sheet-CSSJetPGM:checked + span.sheet-CSSJetPGM
.sheet-tableau-pnj-entete {
display: grid;
grid-template-columns: 600px;
- grid-template-rows: 37px 37px;
+ grid-template-rows: 37px;
+}
+.sheet-tableau-pnj-race-aff {
+ display: grid;
+ grid-template-columns: 10px 60px 240px 10px 55px 100px;
}
.sheet-tableau-pnj-caracteristiques {
display: grid;
grid-template-columns: 200px 200px 200px;
grid-template-rows: 37px 37px 37px;
}
+.sheet-tableau-pnj-detaille-caracteristiques {
+ display: grid;
+ grid-template-columns: 200px 200px 200px;
+}
.sheet-tableau-pnj-caracteristique-aff {
display: grid;
grid-template-columns: 10px 130px 60px;
}
-
+.sheet-tableau-pnj-caracteristique-aff2 {
+ display: grid;
+ grid-template-columns: 10px 70px 60px 60px;
+}
+.sheet-tableau-pnj-echelle-aff {
+ display: grid;
+ grid-template-columns: 10px 55px 130px;
+}
.sheet-tableau-pnj-armes-capacites {
display: grid;
grid-template-columns: 300px 300px;
@@ -804,4 +1096,133 @@ input.sheet-CSSJetPGM:checked + span.sheet-CSSJetPGM
}
.sheet-blackboxlarge {
border: 2px solid black;
-}
\ No newline at end of file
+}
+
+.sheet-tableau-pnj-informations {
+ display: grid;
+ grid-template-columns: 150px 150px 150px 150px;
+ grid-template-rows: 35px 35px;
+}
+/* affichage selon coche des informations détaillées */
+.sheet-souvenir-info {
+ display: none;
+}
+input.sheet-souvenir-info-button:checked ~ div.sheet-souvenir-info {
+ display: block;
+}
+
+/* non affichage */
+.sheet-invisible {
+ display: none;
+}
+/* affichage selon bascule pnj simple / pnj détaillé */
+input.sheet-pnj-affiche:checked ~ div.sheet-pnj-detaille,
+input.sheet-pnj-affiche:not(:checked) ~ div.sheet-pnj-simple, {
+ display: block;
+}
+
+/* affichage selon bascule caracteristiques pnj simple / caracteristiques pnj détaillé */
+input.sheet-pnj-affiche-caracteristiques:checked ~ div.sheet-pnj-caracteristiques-detaille,
+input.sheet-pnj-affiche-caracteristiques:not(:checked) ~ div.sheet-pnj-caracteristiques-simple, {
+ display: block;
+}
+
+/* bascule fiche joueur / fiche non joueur / paramètres */
+div.sheet-tab-content {
+ display: none;
+}
+input.sheet-tab:checked ~ div.sheet-tab2,
+input.sheet-tab:not(:checked) ~ div.sheet-tab1, {
+ display: block;
+}
+div.sheet-sub-tab-content {
+ display: none;
+}
+input.sheet-sub-tab:checked ~ div.sheet-sub-tab1,
+input.sheet-sub-tab:not(:checked) ~ div.sheet-sub-tab2, {
+ display: block;
+}
+input.sheet-tab-content {
+ float:right;
+ opacity: 0;
+ width: 20px;
+ height: 20px;
+ cursor: pointer;
+ z-index: 1;
+ position: relative;
+ top: 15px;
+ left: -10px;
+ margin: -10px;
+}
+input[type="checkbox"].sheet-tab-content + span::before {
+ float:right;
+ text-align: center;
+ font-family: "Pictos";
+ font-size: 20px;
+ display: inline-block;
+ vertical-align: middle;
+ content: "y";
+}
+input[type="checkbox"].sheet-tab-content:checked + span::before {
+ content: "H";
+}
+input.sheet-sub-tab-content {
+ float:right;
+ opacity: 0;
+ width: 75px;
+ height: 20px;
+ cursor: pointer;
+ z-index: 1;
+ position: relative;
+ top: -20px;
+ left: -61px;
+ margin: -10px;
+ transform: scale(1.5);
+}
+input[type="checkbox"].sheet-sub-tab-content + span::before {
+ float:right;
+ position: relative;
+ top: -33px;
+ left: -35px;
+ text-align: center;
+ font-size: 15px;
+ display: inline-block;
+ vertical-align: middle;
+ content: "Fiche non joueur";
+ border: 1px solid black;
+ padding: 2px;
+}
+input[type="checkbox"].sheet-sub-tab-content:checked + span::before {
+ content: "Fiche Joueur";
+}
+
+/* Affichage libellé sur span */
+/* Tooltip container */
+.sheet-tooltip {
+ position: relative;
+ display: inline-block;
+ border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
+}
+
+/* Tooltip text */
+.sheet-tooltip .sheet-tooltiptext {
+ visibility: hidden;
+ width: 225px;
+ background-color: black;
+ color: #fff;
+ text-align: justify;
+ padding: 5px 10px;
+ border-radius: 6px;
+
+ /* Position the tooltip text - see examples below! */
+ position: absolute;
+ z-index: 1;
+}
+
+/* Show the tooltip text when you mouse over the tooltip container */
+.sheet-tooltip:hover .sheet-tooltiptext {
+ visibility: visible;
+}
+.sheet-underline {
+ text-decoration: underline;
+}
diff --git a/Insectopia/Insectopia.html b/Insectopia/Insectopia.html
index 317c2d04d9..02e4bc5279 100644
--- a/Insectopia/Insectopia.html
+++ b/Insectopia/Insectopia.html
@@ -1,949 +1,1032 @@
-
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-

-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
Jet blatte :
-
+
+

+
+
+
BLATTES
+
+ * Jet permet de choisir le nombre de blatte du prochain jet de blattes (inclure bonus, malus et définir celui qui choisit la blatte).
+ * Dégâts permet de choisir le nombre de blatte du prochain jet de blattes de dégâts (inclure bonus, malus et définir celui qui choisit la blatte).
+ * Bouton Préparer blatte(s) choisit aléatoirements les blattes du jet.
+ * Bouton Hors-combat permet d'afficher les blattes pour un jet de compétence et de choisir la blatte finale avec affichage du niveau de réussite.
+ * Bouton combat permet d'afficher les blattes pour un jet de compétence de combat et de choisir la blatte finale avec affichage du niveau de réussite puis de faire pareil pour le jet de dégâts.
+ * Initiative - Bouton Préparer permet de choisir le nombre de blatte du prochain jet d'initiative basé sur la caractéristique initiative.
+ * Initiative - Bouton afficher permet d'afficher les blattes d'initiative.
+
+
-
-
-
-
-
Nom
-
-
-
Religion
-
-
-
-
Espèce
-
-
-
-
-
-
Alignement
-
-
-
Variété
-
-
-
Titre
-
-
-
Couleur
-
-
-
Métier
-
-
-
-
-
Régime alimentaire
-
-
-
Sexe
-
-
-
-
-
Caste
-
-
-
-
-
Age
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Phéromone
-
-
-
-
-
-
-
+
+
+
+
Nom
+
+
+
Religion
+
+
+
Espèce
+
+
+
+
+
+
Alignement
+
+
+
Variété
+
+
+
Titre
+
+
+
Couleur
+
+
+
Métier
+
+
+
+
+
Régime alimentaire
+
+
+
Sexe
+
+
+
+
+
Caste
+
+
+
+
+
Age
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
Esprit
-
-
-
-
+
+
+
+
-
-
-
- Instinct
-
-
-
- Tir
-
-
-
-
-
-
- Conscience
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Chrysalide
-
-
-
-
-
-
-
-
+
-
- Activité
-
-
-
-
- Résistance
-
-
-
-
-
-
-
+
+ Instinct
+
+
+
+ Tir
+
+
+
+
+
+
+ Public
+ Deus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hors-combat / Combat
+
+
+
+ Initiative
+
+
+
+
+ Préparer
+
+
+
+
+
+
-
+
+
+ Conscience
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chrysalide
+
+
+
+
+
+
+
+ Activité
+
+
+
+
+ Résistance
+
+
+
+
+
+
+ Métabolisme
+
+
+
+
+
+
+
Capacités
+
-
- Métabolisme
-
-
-
-
Capacités
-
-
-
-
-
-
-
-
-
Vitesse
-
-
Vol
-
-
-
-
Sol
-
-
-
-
-
-
-
Impact
-
-
Courant
-
-
-
Max
-
-
-
-
-
-
-
-
Initiative
-
Defense
-
-
-
-
-
-
-
Blessures
-
-
Courant
-
-
-
-
-
Fluide
-
-
Courant
-
-
-
-
Max
-
-
-
+ Malus mobilité
+
+
+
+
-
-
-
-
-
-
-
- Armure
-
-
-
- Bonus
-
-
-
- Malus Initiative
-
-
-
- Malus mobilité
-
-
-
-
-
Equipements
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Mots de pouvoir
+
Sphères Magiques
+
+
+ Attaque
+
+
+ Altération
+
+
+ Contrôle
+
+
+ Connaissance
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
BLATTES
+
+ * Jet permet de choisir le nombre de blatte du prochain jet de blattes (inclure bonus, malus et définir celui qui choisit la blatte).
+ * Dégâts permet de choisir le nombre de blatte du prochain jet de blattes de dégâts (inclure bonus, malus et définir celui qui choisit la blatte).
+ * Bouton Préparer blatte(s) choisit aléatoirements les blattes du jet.
+ * Bouton Hors-combat permet d'afficher les blattes pour un jet de compétence et de choisir la blatte finale avec affichage du niveau de réussite.
+ * Bouton combat permet d'afficher les blattes pour un jet de compétence de combat et de choisir la blatte finale avec affichage du niveau de réussite puis de faire pareil pour le jet de dégâts.
+ * Initiative - Bouton Préparer permet de choisir le nombre de blatte du prochain jet d'initiative basé sur la caractéristique initiative.
+ * Initiative - Bouton afficher permet d'afficher les blattes d'initiative.
+
+
+
+
-
-
-
- Magie - Jeteur de sorts
-
-
-
+
+
+
+
+
+ Type
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+ Race
+
+
+
+
+
+
+ Echelle :
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Activité - Initiative
+
+
+
+
+
+
+
+
+
+
Bl internes
+
+
+
+
+
+
+
+
+
+
+
+ Armes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Activité - Initiative
+
+
+
+
+
+
+
+
+
+
Bl internes
+
+
+
+
+
+
+
+
+
+
+ Armes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Armes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Bl internes
+
+
+
+
+
+
+
+
+
+
+
+ Notes - Equipements
+
+
+
+
+
-
-
-
+
+
-
Mots de pouvoir
-
Sphères Magiques
+
Public
+
Deus
- Attaque
-
-
- Altération
-
-
- Contrôle
-
-
- Connaissance
-
-
-
+
+
+
+
+ Préparer blatte(s)
+
+
+
+
+ Hors combat
+
+
+
+
+
+
+
+
+
+
+ Combat
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Initiative
+
+
+
+ Préparer
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
V1.0 2020-06-22
+
+
+
+
+
+
+
+
Paramètres futurs
+
+
+
+
-
+
-
-
+
{{#rollLess() roll 4}}
@@ -1197,98 +2103,2468 @@
+
+
+
+
+
+
+
+
+ {{#rollLess() roll1 4}}
+
+
+ {{#rollLess() roll2 3}}
+
+ {{/rollLess() roll2 3}}
+ {{#rollBetween() roll2 3 20}}
+
+ {{/rollBetween() roll2 3 20}}
+ {{#rollBetween() roll2 21 32}}
+
+ {{/rollBetween() roll2 21 32}}
+ {{#rollBetween() roll2 33 38}}
+
+ {{/rollBetween() roll2 33 38}}
+ {{#rollGreater() roll2 38}}
+
+ {{/rollGreater() roll2 38}}
+ {{/rollLess() roll1 4}}
+ {{#rollBetween() roll1 4 21}}
+
+
+ {{#rollLess() roll2 3}}
+
+ {{/rollLess() roll2 3}}
+ {{#rollBetween() roll2 3 19}}
+
+ {{/rollBetween() roll2 3 19}}
+ {{#rollBetween() roll2 20 31}}
+
+ {{/rollBetween() roll2 20 31}}
+ {{#rollBetween() roll2 32 37}}
+
+ {{/rollBetween() roll2 32 37}}
+ {{#rollGreater() roll2 37}}
+
+ {{/rollGreater() roll2 37}}
+ {{/rollBetween() roll1 4 21}}
+ {{#rollBetween() roll1 22 33}}
+
+
+ {{#rollLess() roll2 4}}
+
+ {{/rollLess() roll2 4}}
+ {{#rollBetween() roll2 4 21}}
+
+ {{/rollBetween() roll2 4 21}}
+ {{#rollBetween() roll2 22 32}}
+
+ {{/rollBetween() roll2 22 32}}
+ {{#rollBetween() roll2 33 38}}
+
+ {{/rollBetween() roll2 33 38}}
+ {{#rollGreater() roll2 39}}
+
+ {{/rollGreater() roll2 39}}
+ {{/rollBetween() roll1 22 33}}
+ {{#rollBetween() roll1 34 39}}
+
+
+ {{#rollLess() roll2 4}}
+
+ {{/rollLess() roll2 4}}
+ {{#rollBetween() roll2 4 21}}
+
+ {{/rollBetween() roll2 4 21}}
+ {{#rollBetween() roll2 22 33}}
+
+ {{/rollBetween() roll2 22 33}}
+ {{#rollBetween() roll2 34 38}}
+
+ {{/rollBetween() roll2 34 38}}
+ {{#rollGreater() roll2 38}}
+
+ {{/rollGreater() roll2 38}}
+ {{/rollBetween() roll1 34 39}}
+ {{#rollGreater() roll1 39}}
+
+
+ {{#rollLess() roll2 4}}
+
+ {{/rollLess() roll2 4}}
+ {{#rollBetween() roll2 4 21}}
+
+ {{/rollBetween() roll2 4 21}}
+ {{#rollBetween() roll2 22 33}}
+
+ {{/rollBetween() roll2 22 33}}
+ {{#rollBetween() roll2 34 39}}
+
+ {{/rollBetween() roll2 34 39}}
+ {{#rollGreater() roll2 39}}
+
+ {{/rollGreater() roll2 39}}
+ {{/rollGreater() roll1 39}}
+
+
+
+
+
+
+
+
+
+
+
+
{{nom}}
+
Jet {{type_jet}}
+
+
+
+ {{#rollBetween() blatte01 -1 0}}
+
+ Pas de blatte
+
+ {{/rollBetween() blatte01 -1 0}}
+ {{#rollBetween() blatte01 1 3}}
+
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+
+ {{/rollBetween() blatte01 1 3}}
+ {{#rollBetween() blatte01 4 21}}
+
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+
+ {{/rollBetween() blatte01 4 21}}
+ {{#rollBetween() blatte01 22 33}}
+
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+
+ {{/rollBetween() blatte01 22 33}}
+ {{#rollBetween() blatte01 34 39}}
+
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+
+ {{/rollBetween() blatte01 34 39}}
+ {{#rollBetween() blatte01 40 42}}
+
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+
+ {{/rollBetween() blatte01 40 42}}
+
+ {{#rollBetween() blatte02 1 3}}
+
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+
+ {{/rollBetween() blatte02 1 3}}
+ {{#rollBetween() blatte02 4 21}}
+
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+
+ {{/rollBetween() blatte02 4 21}}
+ {{#rollBetween() blatte02 22 33}}
+
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+
+ {{/rollBetween() blatte02 22 33}}
+ {{#rollBetween() blatte02 34 39}}
+
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+
+ {{/rollBetween() blatte02 34 39}}
+ {{#rollBetween() blatte02 40 42}}
+
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+
+ {{/rollBetween() blatte02 40 42}}
+
+ {{#rollBetween() blatte03 1 3}}
+
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+
+ {{/rollBetween() blatte03 1 3}}
+ {{#rollBetween() blatte03 4 21}}
+
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+
+ {{/rollBetween() blatte03 4 21}}
+ {{#rollBetween() blatte03 22 33}}
+
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+
+ {{/rollBetween() blatte03 22 33}}
+ {{#rollBetween() blatte03 34 39}}
+
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+
+ {{/rollBetween() blatte03 34 39}}
+ {{#rollBetween() blatte03 40 42}}
+
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+
+ {{/rollBetween() blatte03 40 42}}
+
+ {{#rollBetween() blatte04 1 3}}
+
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+
+ {{/rollBetween() blatte04 1 3}}
+ {{#rollBetween() blatte04 4 21}}
+
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+
+ {{/rollBetween() blatte04 4 21}}
+ {{#rollBetween() blatte04 22 33}}
+
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+
+ {{/rollBetween() blatte04 22 33}}
+ {{#rollBetween() blatte04 34 39}}
+
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+
+ {{/rollBetween() blatte04 34 39}}
+ {{#rollBetween() blatte04 40 42}}
+
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+
+ {{/rollBetween() blatte04 40 42}}
+
+ {{#rollBetween() blatte05 1 3}}
+
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+
+ {{/rollBetween() blatte05 1 3}}
+ {{#rollBetween() blatte05 4 21}}
+
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+
+ {{/rollBetween() blatte05 4 21}}
+ {{#rollBetween() blatte05 22 33}}
+
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+
+ {{/rollBetween() blatte05 22 33}}
+ {{#rollBetween() blatte05 34 39}}
+
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+
+ {{/rollBetween() blatte05 34 39}}
+ {{#rollBetween() blatte05 40 42}}
+
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+
+ {{/rollBetween() blatte05 40 42}}
+
+ {{#rollBetween() blatte06 1 3}}
+
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+
+ {{/rollBetween() blatte06 1 3}}
+ {{#rollBetween() blatte06 4 21}}
+
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+
+ {{/rollBetween() blatte06 4 21}}
+ {{#rollBetween() blatte06 22 33}}
+
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+
+ {{/rollBetween() blatte06 22 33}}
+ {{#rollBetween() blatte06 34 39}}
+
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+
+ {{/rollBetween() blatte06 34 39}}
+ {{#rollBetween() blatte06 40 42}}
+
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+
+ {{/rollBetween() blatte06 40 42}}
+
+ {{#rollBetween() blatte07 1 3}}
+
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+
+ {{/rollBetween() blatte07 1 3}}
+ {{#rollBetween() blatte07 4 21}}
+
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+
+ {{/rollBetween() blatte07 4 21}}
+ {{#rollBetween() blatte07 22 33}}
+
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+
+ {{/rollBetween() blatte07 22 33}}
+ {{#rollBetween() blatte07 34 39}}
+
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+
+ {{/rollBetween() blatte07 34 39}}
+ {{#rollBetween() blatte07 40 42}}
+
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+
+ {{/rollBetween() blatte07 40 42}}
+
+ {{#rollBetween() blatte08 1 3}}
+
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+
+ {{/rollBetween() blatte08 1 3}}
+ {{#rollBetween() blatte08 4 21}}
+
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+
+ {{/rollBetween() blatte08 4 21}}
+ {{#rollBetween() blatte08 22 33}}
+
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+
+ {{/rollBetween() blatte08 22 33}}
+ {{#rollBetween() blatte08 34 39}}
+
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+
+ {{/rollBetween() blatte08 34 39}}
+ {{#rollBetween() blatte08 40 42}}
+
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+
+ {{/rollBetween() blatte08 40 42}}
+
+ {{#rollBetween() blatte09 1 3}}
+
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+
+ {{/rollBetween() blatte09 1 3}}
+ {{#rollBetween() blatte09 4 21}}
+
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+
+ {{/rollBetween() blatte09 4 21}}
+ {{#rollBetween() blatte09 22 33}}
+
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+
+ {{/rollBetween() blatte09 22 33}}
+ {{#rollBetween() blatte09 34 39}}
+
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+
+ {{/rollBetween() blatte09 34 39}}
+ {{#rollBetween() blatte09 40 42}}
+
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+
+ {{/rollBetween() blatte09 40 42}}
+
+ {{#rollBetween() blatte10 1 3}}
+
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+
+ {{/rollBetween() blatte10 1 3}}
+ {{#rollBetween() blatte10 4 21}}
+
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+
+ {{/rollBetween() blatte10 4 21}}
+ {{#rollBetween() blatte10 22 33}}
+
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+
+ {{/rollBetween() blatte10 22 33}}
+ {{#rollBetween() blatte10 34 39}}
+
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+
+ {{/rollBetween() blatte10 34 39}}
+ {{#rollBetween() blatte10 40 42}}
+
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+
+ {{/rollBetween() blatte10 40 42}}
+
+
+
+
+
+
+
+
+
+
+
{{nom}}
+
Jet {{type_jet}}
+
+
+ {{#rollBetween() blatte 1 1}}
+
+
+
+
+ *Echec critique*
+
+ {{/rollBetween() blatte 1 1}}
+ {{#rollBetween() blatte 2 2}}
+
+
+
+
+ Echec
+
+ {{/rollBetween() blatte 2 2}}
+ {{#rollBetween() blatte 3 3}}
+
+
+
+
+ Réussite
+
+ {{/rollBetween() blatte 3 3}}
+ {{#rollBetween() blatte 4 4}}
+
+
+
+
+ Réussite améliorée
+
+ {{/rollBetween() blatte 4 4}}
+ {{#rollBetween() blatte 5 5}}
+
+
+
+
+ Réussite critique
+
+ {{/rollBetween() blatte 5 5}}
+
+
+
+
+
+
+
+ {{#rollBetween() blatte 1 1}}
+
+
+
+
+
{{nom}}
+
Jet {{type_jet}}
+
+
+
+
+
+
+ *Echec critique*
+
+
+ Effets
+
+
+ L'attaque est raté, c'est une maladresse.
+
+
+
+ {{/rollBetween() blatte 1 1}}
+ {{#rollBetween() blatte 2 2}}
+
+
+
+
+
{{nom}}
+
Jet {{type_jet}}
+
+
+
+
+
+
+ Echec
+
+
+ Effets
+
+
+ L'attaque ne porte pas.
+
+
+
+ {{/rollBetween() blatte 2 2}}
+ {{#rollBetween() blatte 3 3}}
+
+
+
+
+
{{nom}}
+
Jet {{type_jet}}
+
+
+
+
+
+ Réussite
+
+
+ Effets
+
+
+ L'attaque porte.
+
+
+ Dégâts
+
+
+
+
+ {{#rollBetween() blattedegats01 1 3}}
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+ {{/rollBetween() blattedegats01 1 3}}
+ {{#rollBetween() blattedegats01 4 21}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats01 4 21}}
+ {{#rollBetween() blattedegats01 22 33}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats01 22 33}}
+ {{#rollBetween() blattedegats01 34 39}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats01 34 39}}
+ {{#rollBetween() blattedegats01 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats01 40 42}}
+
+ {{#rollBetween() blattedegats02 1 3}}
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+ {{/rollBetween() blattedegats02 1 3}}
+ {{#rollBetween() blattedegats02 4 21}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats02 4 21}}
+ {{#rollBetween() blattedegats02 22 33}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats02 22 33}}
+ {{#rollBetween() blattedegats02 34 39}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats02 34 39}}
+ {{#rollBetween() blattedegats02 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats02 40 42}}
+
+ {{#rollBetween() blattedegats03 1 3}}
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+ {{/rollBetween() blattedegats03 1 3}}
+ {{#rollBetween() blattedegats03 4 21}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats03 4 21}}
+ {{#rollBetween() blattedegats03 22 33}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats03 22 33}}
+ {{#rollBetween() blattedegats03 34 39}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats03 34 39}}
+ {{#rollBetween() blattedegats03 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats03 40 42}}
+
+ {{#rollBetween() blattedegats04 1 3}}
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+ {{/rollBetween() blattedegats04 1 3}}
+ {{#rollBetween() blattedegats04 4 21}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats04 4 21}}
+ {{#rollBetween() blattedegats04 22 33}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats04 22 33}}
+ {{#rollBetween() blattedegats04 34 39}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats04 34 39}}
+ {{#rollBetween() blattedegats04 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats04 40 42}}
+
+ {{#rollBetween() blattedegats05 1 3}}
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+ {{/rollBetween() blattedegats05 1 3}}
+ {{#rollBetween() blattedegats05 4 21}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats05 4 21}}
+ {{#rollBetween() blattedegats05 22 33}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats05 22 33}}
+ {{#rollBetween() blattedegats05 34 39}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats05 34 39}}
+ {{#rollBetween() blattedegats05 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats05 40 42}}
+
+ {{#rollBetween() blattedegats06 1 3}}
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+ {{/rollBetween() blattedegats06 1 3}}
+ {{#rollBetween() blattedegats06 4 21}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats06 4 21}}
+ {{#rollBetween() blattedegats06 22 33}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats06 22 33}}
+ {{#rollBetween() blattedegats06 34 39}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats06 34 39}}
+ {{#rollBetween() blattedegats06 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats06 40 42}}
+
+ {{#rollBetween() blattedegats07 1 3}}
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+ {{/rollBetween() blattedegats07 1 3}}
+ {{#rollBetween() blattedegats07 4 21}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats07 4 21}}
+ {{#rollBetween() blattedegats07 22 33}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats07 22 33}}
+ {{#rollBetween() blattedegats07 34 39}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats07 34 39}}
+ {{#rollBetween() blattedegats07 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats07 40 42}}
+
+ {{#rollBetween() blattedegats08 1 3}}
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+ {{/rollBetween() blattedegats08 1 3}}
+ {{#rollBetween() blattedegats08 4 21}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats08 4 21}}
+ {{#rollBetween() blattedegats08 22 33}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats08 22 33}}
+ {{#rollBetween() blattedegats08 34 39}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats08 34 39}}
+ {{#rollBetween() blattedegats08 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats08 40 42}}
+
+ {{#rollBetween() blattedegats09 1 3}}
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+ {{/rollBetween() blattedegats09 1 3}}
+ {{#rollBetween() blattedegats09 4 21}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats09 4 21}}
+ {{#rollBetween() blattedegats09 22 33}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats09 22 33}}
+ {{#rollBetween() blattedegats09 34 39}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats09 34 39}}
+ {{#rollBetween() blattedegats09 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats09 40 42}}
+
+ {{#rollBetween() blattedegats10 1 3}}
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+ {{/rollBetween() blattedegats10 1 3}}
+ {{#rollBetween() blattedegats10 4 21}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats10 4 21}}
+ {{#rollBetween() blattedegats10 22 33}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats10 22 33}}
+ {{#rollBetween() blattedegats10 34 39}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats10 34 39}}
+ {{#rollBetween() blattedegats10 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats10 40 42}}
+
+
+ {{/rollBetween() blatte 3 3}}
+ {{#rollBetween() blatte 4 4}}
+
+
+
+
+
{{nom}}
+
Jet {{type_jet}}
+
+
+
+
+
+
+ Réussite améliorée
+
+
+ Effets
+
+
+ L'attaque porte, les dégâts sont augmentés d'une blatte.
+
+
+ Dégâts
+
+
+
+
+ {{#rollBetween() blattedegats01 1 3}}
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+ {{/rollBetween() blattedegats01 1 3}}
+ {{#rollBetween() blattedegats01 4 21}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats01 4 21}}
+ {{#rollBetween() blattedegats01 22 33}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats01 22 33}}
+ {{#rollBetween() blattedegats01 34 39}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats01 34 39}}
+ {{#rollBetween() blattedegats01 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats01 40 42}}
+
+ {{#rollBetween() blattedegats02 1 3}}
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+ {{/rollBetween() blattedegats02 1 3}}
+ {{#rollBetween() blattedegats02 4 21}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats02 4 21}}
+ {{#rollBetween() blattedegats02 22 33}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats02 22 33}}
+ {{#rollBetween() blattedegats02 34 39}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats02 34 39}}
+ {{#rollBetween() blattedegats02 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats02 40 42}}
+
+ {{#rollBetween() blattedegats03 1 3}}
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+ {{/rollBetween() blattedegats03 1 3}}
+ {{#rollBetween() blattedegats03 4 21}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats03 4 21}}
+ {{#rollBetween() blattedegats03 22 33}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats03 22 33}}
+ {{#rollBetween() blattedegats03 34 39}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats03 34 39}}
+ {{#rollBetween() blattedegats03 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats03 40 42}}
+
+ {{#rollBetween() blattedegats04 1 3}}
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+ {{/rollBetween() blattedegats04 1 3}}
+ {{#rollBetween() blattedegats04 4 21}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats04 4 21}}
+ {{#rollBetween() blattedegats04 22 33}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats04 22 33}}
+ {{#rollBetween() blattedegats04 34 39}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats04 34 39}}
+ {{#rollBetween() blattedegats04 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats04 40 42}}
+
+ {{#rollBetween() blattedegats05 1 3}}
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+ {{/rollBetween() blattedegats05 1 3}}
+ {{#rollBetween() blattedegats05 4 21}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats05 4 21}}
+ {{#rollBetween() blattedegats05 22 33}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats05 22 33}}
+ {{#rollBetween() blattedegats05 34 39}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats05 34 39}}
+ {{#rollBetween() blattedegats05 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats05 40 42}}
+
+ {{#rollBetween() blattedegats06 1 3}}
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+ {{/rollBetween() blattedegats06 1 3}}
+ {{#rollBetween() blattedegats06 4 21}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats06 4 21}}
+ {{#rollBetween() blattedegats06 22 33}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats06 22 33}}
+ {{#rollBetween() blattedegats06 34 39}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats06 34 39}}
+ {{#rollBetween() blattedegats06 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats06 40 42}}
+
+ {{#rollBetween() blattedegats07 1 3}}
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+ {{/rollBetween() blattedegats07 1 3}}
+ {{#rollBetween() blattedegats07 4 21}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats07 4 21}}
+ {{#rollBetween() blattedegats07 22 33}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats07 22 33}}
+ {{#rollBetween() blattedegats07 34 39}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats07 34 39}}
+ {{#rollBetween() blattedegats07 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats07 40 42}}
+
+ {{#rollBetween() blattedegats08 1 3}}
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+ {{/rollBetween() blattedegats08 1 3}}
+ {{#rollBetween() blattedegats08 4 21}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats08 4 21}}
+ {{#rollBetween() blattedegats08 22 33}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats08 22 33}}
+ {{#rollBetween() blattedegats08 34 39}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats08 34 39}}
+ {{#rollBetween() blattedegats08 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats08 40 42}}
+
+ {{#rollBetween() blattedegats09 1 3}}
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+ {{/rollBetween() blattedegats09 1 3}}
+ {{#rollBetween() blattedegats09 4 21}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats09 4 21}}
+ {{#rollBetween() blattedegats09 22 33}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats09 22 33}}
+ {{#rollBetween() blattedegats09 34 39}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats09 34 39}}
+ {{#rollBetween() blattedegats09 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats09 40 42}}
+
+ {{#rollBetween() blattedegats10 1 3}}
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+ {{/rollBetween() blattedegats10 1 3}}
+ {{#rollBetween() blattedegats10 4 21}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats10 4 21}}
+ {{#rollBetween() blattedegats10 22 33}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats10 22 33}}
+ {{#rollBetween() blattedegats10 34 39}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats10 34 39}}
+ {{#rollBetween() blattedegats10 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats10 40 42}}
+
+
+ {{#rollBetween() blattedegats11 1 3}}
+
+ {{#button1}}
+ {{button1}}
+ {{/button1}}
+
+ {{/rollBetween() blattedegats11 1 3}}
+ {{#rollBetween() blattedegats11 4 21}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats11 4 21}}
+ {{#rollBetween() blattedegats11 22 33}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats11 22 33}}
+ {{#rollBetween() blattedegats11 34 39}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats11 34 39}}
+ {{#rollBetween() blattedegats11 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats11 40 42}}
+
+ {{/rollBetween() blatte 4 4}}
+ {{#rollBetween() blatte 5 5}}
+
+
+
+
+
{{nom}}
+
Jet {{type_jet}}
+
+
+
+
+
+
+
+ Réussite critique
+
+
+
+ Effets
+
+
+ L'attaque porte, les dégâts sont augmentés d'une blatte et la couleur améliorée.
+
+
+ Dégâts
+
+
+
+
+ {{#rollBetween() blattedegats01 1 3}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats01 1 3}}
+ {{#rollBetween() blattedegats01 4 21}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats01 4 21}}
+ {{#rollBetween() blattedegats01 22 33}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats01 22 33}}
+ {{#rollBetween() blattedegats01 34 39}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats01 34 39}}
+ {{#rollBetween() blattedegats01 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats01 40 42}}
+
+ {{#rollBetween() blattedegats02 1 3}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats02 1 3}}
+ {{#rollBetween() blattedegats02 4 21}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats02 4 21}}
+ {{#rollBetween() blattedegats02 22 33}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats02 22 33}}
+ {{#rollBetween() blattedegats02 34 39}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats02 34 39}}
+ {{#rollBetween() blattedegats02 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats02 40 42}}
+
+ {{#rollBetween() blattedegats03 1 3}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats03 1 3}}
+ {{#rollBetween() blattedegats03 4 21}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats03 4 21}}
+ {{#rollBetween() blattedegats03 22 33}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats03 22 33}}
+ {{#rollBetween() blattedegats03 34 39}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats03 34 39}}
+ {{#rollBetween() blattedegats03 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats03 40 42}}
+
+ {{#rollBetween() blattedegats04 1 3}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats04 1 3}}
+ {{#rollBetween() blattedegats04 4 21}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats04 4 21}}
+ {{#rollBetween() blattedegats04 22 33}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats04 22 33}}
+ {{#rollBetween() blattedegats04 34 39}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats04 34 39}}
+ {{#rollBetween() blattedegats04 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats04 40 42}}
+
+ {{#rollBetween() blattedegats05 1 3}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats05 1 3}}
+ {{#rollBetween() blattedegats05 4 21}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats05 4 21}}
+ {{#rollBetween() blattedegats05 22 33}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats05 22 33}}
+ {{#rollBetween() blattedegats05 34 39}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats05 34 39}}
+ {{#rollBetween() blattedegats05 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats05 40 42}}
+
+ {{#rollBetween() blattedegats06 1 3}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats06 1 3}}
+ {{#rollBetween() blattedegats06 4 21}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats06 4 21}}
+ {{#rollBetween() blattedegats06 22 33}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats06 22 33}}
+ {{#rollBetween() blattedegats06 34 39}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats06 34 39}}
+ {{#rollBetween() blattedegats06 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats06 40 42}}
+
+ {{#rollBetween() blattedegats07 1 3}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats07 1 3}}
+ {{#rollBetween() blattedegats07 4 21}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats07 4 21}}
+ {{#rollBetween() blattedegats07 22 33}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats07 22 33}}
+ {{#rollBetween() blattedegats07 34 39}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats07 34 39}}
+ {{#rollBetween() blattedegats07 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats07 40 42}}
+
+ {{#rollBetween() blattedegats08 1 3}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats08 1 3}}
+ {{#rollBetween() blattedegats08 4 21}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats08 4 21}}
+ {{#rollBetween() blattedegats08 22 33}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats08 22 33}}
+ {{#rollBetween() blattedegats08 34 39}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats08 34 39}}
+ {{#rollBetween() blattedegats08 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats08 40 42}}
+
+ {{#rollBetween() blattedegats09 1 3}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats09 1 3}}
+ {{#rollBetween() blattedegats09 4 21}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats09 4 21}}
+ {{#rollBetween() blattedegats09 22 33}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats09 22 33}}
+ {{#rollBetween() blattedegats09 34 39}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats09 34 39}}
+ {{#rollBetween() blattedegats09 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats09 40 42}}
+
+ {{#rollBetween() blattedegats10 1 3}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats10 1 3}}
+ {{#rollBetween() blattedegats10 4 21}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats10 4 21}}
+ {{#rollBetween() blattedegats10 22 33}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats10 22 33}}
+ {{#rollBetween() blattedegats10 34 39}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats10 34 39}}
+ {{#rollBetween() blattedegats10 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats10 40 42}}
+
+
+ {{#rollBetween() blattedegats11 1 3}}
+
+ {{#button2}}
+ {{button2}}
+ {{/button2}}
+
+ {{/rollBetween() blattedegats11 1 3}}
+ {{#rollBetween() blattedegats11 4 21}}
+
+ {{#button3}}
+ {{button3}}
+ {{/button3}}
+
+ {{/rollBetween() blattedegats11 4 21}}
+ {{#rollBetween() blattedegats11 22 33}}
+
+ {{#button4}}
+ {{button4}}
+ {{/button4}}
+
+ {{/rollBetween() blattedegats11 22 33}}
+ {{#rollBetween() blattedegats11 34 39}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats11 34 39}}
+ {{#rollBetween() blattedegats11 40 42}}
+
+ {{#button5}}
+ {{button5}}
+ {{/button5}}
+
+ {{/rollBetween() blattedegats11 40 42}}
+
+ {{/rollBetween() blatte 5 5}}
+
+
+
+
+ {{#rollBetween() blatte 1 1}}
+
+
+
{{nom}}
+
Jet {{type_jet}}
+
+
+
+
+
+
+ *Echec critique*
+
+
+ Effets
+
+
+ aucun dégâts
+
+
+
+ {{/rollBetween() blatte 1 1}}
+ {{#rollBetween() blatte 2 2}}
+
+
+
+
{{nom}}
+
Jet {{type_jet}}
+
+
+
+
+
+
+ Echec
+
+
+ Effets
+
+
+ 1 impact
+
+
+
+ {{/rollBetween() blatte 2 2}}
+ {{#rollBetween() blatte 3 3}}
+
+
+
+
{{nom}}
+
Jet {{type_jet}}
+
+
+
+
+
+
+ Réussite
+
+
+ Effets
+
+
+ 2 impacts
+
+
+
+ {{/rollBetween() blatte 3 3}}
+ {{#rollBetween() blatte 4 4}}
+
+
+
+
{{nom}}
+
Jet {{type_jet}}
+
+
+
+
+
+
+ Réussite améliorée
+
+
+ Effets
+
+
+ 3 impacts
+
+
+
+ {{/rollBetween() blatte 4 4}}
+ {{#rollBetween() blatte 5 5}}
+
+
+
+
{{nom}}
+
Jet {{type_jet}}
+
+
+
+
+
+
+ Réussite critique
+
+
+ Effets
+
+
+ 4 impacts et une mutilation
+
+
+
+ {{/rollBetween() blatte 5 5}}
+
+
\ No newline at end of file
diff --git a/Legend-of-the-Elements/LOTE.css b/Legend-of-the-Elements/LOTE.css
index f13f936188..cf2c52a67c 100644
--- a/Legend-of-the-Elements/LOTE.css
+++ b/Legend-of-the-Elements/LOTE.css
@@ -24,8 +24,7 @@ input[type="radio"][value="7"]:checked ~ div.sheet-Peasant,
input[type="radio"][value="8"]:checked ~ div.sheet-Scholar,
input[type="radio"][value="9"]:checked ~ div.sheet-Spiritshaper,
input[type="radio"][value="10"]:checked ~ div.sheet-Warrior,
-input[type="radio"][value="11"]:checked ~ div.sheet-Wate
-rshaper,
+input[type="radio"][value="11"]:checked ~ div.sheet-Watershaper,
input[type="radio"][value="99"]:checked ~ div.sheet-Custom
{
display: block;
diff --git a/Malmsturm/README.md b/Malmsturm/README.md
new file mode 100644
index 0000000000..0e4b933fff
--- /dev/null
+++ b/Malmsturm/README.md
@@ -0,0 +1,11 @@
+# Malmsturm
+
+## Änderungen
+
+2020-07-19 - Version 1.0:
+Initiale Anlage des Charakterbogens für Malmsturm
+
+
+## Feedback
+
+Bitte sendet euer Feedback an feedback-roll20sheet@malmsturm.de
\ No newline at end of file
diff --git a/Malmsturm/assets/bg_splats_png24.png b/Malmsturm/assets/bg_splats_png24.png
new file mode 100644
index 0000000000..054362828b
Binary files /dev/null and b/Malmsturm/assets/bg_splats_png24.png differ
diff --git a/Malmsturm/assets/boxen-und-striche_charakterbogen_01.png b/Malmsturm/assets/boxen-und-striche_charakterbogen_01.png
new file mode 100644
index 0000000000..4bdc89acf6
Binary files /dev/null and b/Malmsturm/assets/boxen-und-striche_charakterbogen_01.png differ
diff --git a/Malmsturm/assets/chat-icon_512x512-gold_B.png b/Malmsturm/assets/chat-icon_512x512-gold_B.png
new file mode 100644
index 0000000000..1a4e3dd341
Binary files /dev/null and b/Malmsturm/assets/chat-icon_512x512-gold_B.png differ
diff --git a/Malmsturm/assets/dice-icon_512x512_gold.png b/Malmsturm/assets/dice-icon_512x512_gold.png
new file mode 100644
index 0000000000..689616fb01
Binary files /dev/null and b/Malmsturm/assets/dice-icon_512x512_gold.png differ
diff --git a/Malmsturm/assets/malmsturm-logo-final-red.png b/Malmsturm/assets/malmsturm-logo-final-red.png
new file mode 100644
index 0000000000..87ee7117f4
Binary files /dev/null and b/Malmsturm/assets/malmsturm-logo-final-red.png differ
diff --git a/Malmsturm/malmsturm.css b/Malmsturm/malmsturm.css
new file mode 100644
index 0000000000..a0aceff88a
--- /dev/null
+++ b/Malmsturm/malmsturm.css
@@ -0,0 +1,614 @@
+@font-face {
+ font-family: 'Noto Serif', 'serif';
+ font-display: swap;
+ font-style: normal;
+ font-weight: 400;
+ src: local('Noto Serif'), local('NotoSerif'), url(https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap);
+}
+
+* {
+ --border-image-url: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Malmsturm/assets/boxen-und-striche_charakterbogen_01.png") 30 fill stretch;
+ --border-image-width: 10px;
+ font-family: 'Noto Serif', 'serif';
+}
+
+.repcontainer[data-groupname="repeating_aspect"]>.repitem:hover>.itemcontrol:hover {
+ margin-top: -6px;
+}
+
+.sheet-char_selector[value="character"]~* {
+ --display-character: inline;
+ --display-contact: none;
+}
+
+.sheet-char_selector[value="contact"]~* {
+ --display-character: none;
+ --display-contact: inline;
+}
+
+.sheet-character {
+ display: var(--display-character);
+}
+
+.sheet-contact {
+ display: var(--display-contact);
+}
+
+.sheet-sheet_selector[value="main"]~* {
+ --main-grid-template-areas: "title title " "tabs tabs" "aspects aspects" "skills points" "skills stress" "skills consequence" "skills rewards" "stunts extras";
+ --display-skills: inline-block;
+ --display-aspects: inline-block;
+ --display-points: grid;
+ --display-stress: grid;
+ --display-stunts: inline-block;
+ --display-extras: inline-block;
+ --display-consequence: inline-block;
+ --display-rewards: inline-block;
+ --display-follower: none;
+ --display-notes: none;
+ --display-tradition: none;
+ --display-4-actions: none;
+ --display-trauma: none;
+}
+
+.sheet-sheet_selector[value="follower"]~* {
+ --main-grid-template-areas: "title title " "tabs tabs" "follower follower";
+ --display-skills: none;
+ --display-aspects: none;
+ --display-points: none;
+ --display-stress: none;
+ --display-stunts: none;
+ --display-extras: none;
+ --display-consequence: none;
+ --display-rewards: none;
+ --display-follower: inline-block;
+ --display-notes: none;
+ --display-tradition: none;
+ --display-4-actions: none;
+ --display-trauma: none;
+}
+
+.sheet-sheet_selector[value="tradition"]~* {
+ --main-grid-template-areas: "title title" "tabs tabs" "tradition tradition" "trauma trauma" "4-actions 4-actions" "notes notes";
+ --display-skills: none;
+ --display-aspects: none;
+ --display-points: none;
+ --display-stress: none;
+ --display-stunts: none;
+ --display-extras: none;
+ --display-consequence: none;
+ --display-rewards: none;
+ --display-follower: none;
+ --display-notes: inline-block;
+ --display-tradition: inline-block;
+ --display-4-actions: grid;
+ --display-trauma: inline-block;
+}
+
+.sheet-golden {
+ color: #8a6d45;
+}
+
+.sheet-bloody {
+ color: #c20e1a;
+}
+
+.sheet-font-text {
+ font-weight: bold;
+}
+
+.sheet-left_margin {
+ margin-left: 1em;
+}
+
+.sheet-main {
+ display: grid;
+ width: 870px;
+ grid-gap: 0px;
+ grid-template-columns: auto;
+ grid-template-rows: auto;
+ background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Malmsturm/assets/bg_splats_png24.png);
+ background-repeat: repeat;
+ grid-template-areas: var(--main-grid-template-areas);
+}
+
+input {
+ border-top: 0;
+ border-right: 0;
+ border-bottom: 1px solid;
+ border-left: 0;
+ border-radius: 3px;
+}
+
+select {
+ -webkit-appearance: none;
+}
+
+input[type=number]::-webkit-inner-spin-button,
+input[type=number]::-webkit-outer-spin-button {
+ -webkit-appearance: none;
+ margin: 0;
+}
+
+input[type="number"] {
+ -moz-appearance: textfield;
+ text-align: center;
+}
+
+h3 {
+ margin-bottom: 5px;
+}
+
+.sheet-title {
+ display: grid;
+ grid-gap: 5px;
+ grid-template-columns: 1fr 1fr 2fr 2fr 1fr;
+ border-radius: 3px;
+ border: 1px solid;
+ margin: 10px;
+ padding: 5px;
+ grid-area: title;
+ border-image: var(--border-image-url);
+ border-width: var(--border-image-width);
+}
+
+.sheet-title-image {
+ grid-column: 3 /5;
+ grid-row: 2 / 5;
+ max-width: 75%;
+ margin-left: 5.5em;
+}
+
+.sheet-title-text {
+ width: 12em;
+ white-space: nowrap;
+ grid-column: 1 /1;
+}
+
+.sheet-title-input {
+ width: 25em;
+ grid-column: 2 /2;
+}
+
+.sheet-title-setting1 {
+ grid-column: 1 / 3;
+ grid-row: 1 / 1;
+ margin-bottom: 5px;
+}
+
+.sheet-tabs {
+ display: grid;
+ grid-gap: 5px;
+ border-radius: 3px;
+ border: 1px solid;
+ margin: 10px;
+ padding: 5px;
+ grid-area: tabs;
+ grid-template-columns: 1fr 1fr 1fr;
+ border-image: var(--border-image-url);
+ border-width: var(--border-image-width);
+}
+
+.sheet-aspects {
+ display: var(--display-aspects);
+ grid-gap: 5px;
+ border-radius: 3px;
+ border: 1px solid;
+ margin: 10px;
+ padding: 5px;
+ grid-area: aspects;
+ border-image: var(--border-image-url);
+ border-width: var(--border-image-width);
+}
+
+.sheet-aspects-select {
+ width: max-content;
+}
+
+.sheet-aspects-text {
+ width: 40em;
+}
+
+.sheet-skills {
+ display: var(--display-skills);
+ border-radius: 3px;
+ border: 1px solid;
+ margin: 10px;
+ padding: 5px;
+ grid-area: skills;
+ border-image: var(--border-image-url);
+ border-width: var(--border-image-width);
+}
+
+.sheet-skill {
+ display: grid;
+ grid-template-columns: 12em auto;
+ border-image: var(--border-image-url);
+ border-width: var(--border-image-width);
+}
+
+.sheet-skill-input {
+ width: 10em;
+}
+
+.sheet-skill-text {
+ width: 10em;
+ line-height: 3em;
+}
+
+.sheet-modifikator {
+ width: max-content;
+}
+
+.sheet-points {
+ display: var(--display-points);
+ grid-gap: 5px;
+ grid-template-columns: 1fr 1fr;
+ border-radius: 3px;
+ border: 1px solid;
+ margin: 10px;
+ padding: 5px;
+ grid-area: points;
+ border-image: var(--border-image-url);
+ border-width: var(--border-image-width);
+}
+
+.sheet-points-text {
+ width: max-content;
+}
+
+.sheet-stress {
+ display: var(--display-stress);
+ grid-gap: 5px;
+ grid-template-columns: 1fr 1fr 2fr 1fr;
+ border-radius: 3px;
+ border: 1px solid;
+ margin: 10px;
+ padding: 5px;
+ grid-area: stress;
+ border-image: var(--border-image-url);
+ border-width: var(--border-image-width);
+}
+
+.sheet-stress-select {
+ width: 8em;
+}
+
+.sheet-stress-header {
+ text-align: center;
+ margin-top: 5px;
+ margin-left: -20px;
+}
+
+input[type="checkbox"].sheet-klapp-cb {
+ z-index: 1;
+ position: relative;
+ top: 5px;
+ left: 6px;
+ width: 16px;
+ height: 16px;
+ margin: -10px;
+ opacity: 0;
+ cursor: pointer;
+}
+
+input[type="checkbox"].sheet-klapp-cb+span::before {
+ content: "(-)";
+ font-weight: bold;
+ display: inline-block;
+ width: 14px;
+ height: 14px;
+ margin-right: 4px;
+ text-align: center;
+ vertical-align: middle;
+ font-size: 12px;
+ line-height: 14px;
+}
+
+input[type="checkbox"].sheet-klapp-cb:checked+span::before {
+ content: "(+)";
+ font-weight: bold;
+}
+
+div.sheet-klapp-box {
+ display: block;
+}
+
+input[type="checkbox"].sheet-klapp-cb:checked~div.sheet-klapp-box {
+ display: none;
+}
+
+.sheet-consequence {
+ display: var(--display-consequence);
+ grid-gap: 5px;
+ grid-template-columns: 1fr 1fr 1fr 1fr;
+ border-radius: 3px;
+ border: 1px solid;
+ margin: 10px;
+ padding: 5px;
+ grid-area: consequence;
+ border-image: var(--border-image-url);
+ border-width: var(--border-image-width);
+ min-width: 30;
+}
+
+.sheet-consequence-text {
+ width: 18em;
+}
+
+.sheet-stunts {
+ display: var(--display-stunts);
+ grid-gap: 5px;
+ grid-template-columns: 1fr auto;
+ border-radius: 3px;
+ border: 1px solid;
+ margin: 10px;
+ padding: 5px;
+ grid-area: stunts;
+ border-image: var(--border-image-url);
+ border-width: var(--border-image-width);
+}
+
+.sheet-stunt-textarea {
+ width: 97%
+}
+
+.sheet-stunt-select {
+ width: 10em;
+}
+
+.sheet-stunt-div {
+ display: grid;
+ grid-template-columns: 10em 1fr;
+}
+
+.sheet-extras {
+ display: var(--display-extras);
+ grid-gap: 5px;
+ grid-template-columns: 1fr 3fr;
+ border-radius: 3px;
+ border: 1px solid;
+ margin: 10px;
+ padding: 5px;
+ grid-area: extras;
+ border-image: var(--border-image-url);
+ border-width: var(--border-image-width);
+}
+
+.sheet-rewards {
+ display: var(--display-rewards);
+ grid-gap: 5px;
+ grid-template-columns: 1fr 3fr;
+ border-radius: 3px;
+ border: 1px solid;
+ margin: 10px;
+ padding: 5px;
+ grid-area: rewards;
+ border-image: var(--border-image-url);
+ border-width: var(--border-image-width);
+}
+
+.sheet-reward-text {
+ width: 24em;
+}
+
+.sheet-follower {
+ display: var(--display-follower);
+ grid-gap: 5px;
+ grid-template-columns: 1fr 3fr;
+ border-radius: 3px;
+ border: 1px solid;
+ margin: 10px;
+ padding: 5px;
+ grid-area: follower;
+ border-image: var(--border-image-url);
+ border-width: var(--border-image-width);
+}
+
+.sheet-notes {
+ display: var(--display-notes);
+ grid-gap: 5px;
+ grid-template-columns: 1fr 3fr;
+ border-radius: 3px;
+ border: 1px solid;
+ margin: 10px;
+ padding: 5px;
+ grid-area: notes;
+ border-image: var(--border-image-url);
+ border-width: var(--border-image-width);
+}
+
+.sheet-tradition {
+ display: var(--display-tradition);
+ grid-gap: 5px;
+ grid-template-columns: 1fr 3fr;
+ border-radius: 3px;
+ border: 1px solid;
+ margin: 10px;
+ padding: 5px;
+ grid-area: tradition;
+ border-image: var(--border-image-url);
+ border-width: var(--border-image-width);
+}
+
+.sheet-4-actions {
+ display: var(--display-4-actions);
+ grid-gap: 5px;
+ grid-template-columns: 1fr 1fr;
+ grid-template-areas: "4-actions-title 4-actions-title" "overcome create" "overcome-text create-text" "attack defend" "attack-text defend-text";
+ border-radius: 3px;
+ border: 1px solid;
+ margin: 10px;
+ padding: 5px;
+ grid-area: 4-actions;
+ border-image: var(--border-image-url);
+ border-width: var(--border-image-width);
+}
+
+.sheet-4-actions-title {
+ grid-area: 4-actions-title;
+}
+
+.sheet-attack {
+ grid-area: attack;
+ margin: 10px;
+ padding: 5px;
+}
+
+.sheet-attack-text {
+ grid-area: attack-text;
+ margin: 10px;
+ padding: 5px;
+ width: 28em;
+}
+
+.sheet-create {
+ grid-area: create;
+ margin: 10px;
+ padding: 5px;
+}
+
+.sheet-create-text {
+ margin: 10px;
+ padding: 5px;
+ grid-area: create-text;
+ width: 28em;
+}
+
+.sheet-defend {
+ grid-area: defend;
+ margin: 10px;
+ padding: 5px;
+}
+
+.sheet-defend-text {
+ grid-area: defend-text;
+ margin: 10px;
+ padding: 5px;
+ width: 28em;
+}
+
+.sheet-overcome {
+ grid-area: overcome;
+ margin: 10px;
+ padding: 5px;
+}
+
+.sheet-overcome-text {
+ grid-area: overcome-text;
+ margin: 10px;
+ padding: 5px;
+ width: 28em;
+}
+
+.sheet-trauma {
+ display: var(--display-trauma);
+ grid-gap: 5px;
+ grid-template-columns: 1fr 3fr;
+ border-radius: 3px;
+ border: 1px solid;
+ margin: 10px;
+ padding: 5px;
+ grid-area: trauma;
+ border-image: var(--border-image-url);
+ border-width: var(--border-image-width);
+}
+
+.sheet-trauma-textarea {
+ width: 97%;
+ height: 150px;
+}
+
+button[type="roll"].sheet-w6chat:before {
+ content: ' ';
+}
+
+button[type="roll"].sheet-w6chat:hover {
+ background-position: 0;
+}
+
+button[type="roll"].sheet-w6chat {
+ background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Malmsturm/assets/chat-icon_512x512-gold_B.png);
+ background-size: 16px 16px;
+ background-repeat: no-repeat;
+ width: 16px;
+ height: 16px;
+ border-style: none;
+ background-color: transparent;
+ margin-left: 5px;
+}
+
+button[type="roll"].sheet-w6fate:before {
+ content: ' ';
+}
+
+button[type="roll"].sheet-w6fate:hover {
+ background-position: 0;
+}
+
+button[type="roll"].sheet-w6fate {
+ background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Malmsturm/assets/dice-icon_512x512_gold.png);
+ background-size: 26px 26px;
+ background-repeat: no-repeat;
+ width: 26px;
+ height: 26px;
+ border-style: none;
+ background-color: transparent;
+ margin-left: 5px;
+}
+
+
+
+
+.sheet-rolltemplate-fate table,
+.sheet-rolltemplate-chat table {
+ font-family: 'Noto Serif', 'serif';
+ width: auto;
+ min-width: 180px;
+ background-color: #ffffff;
+ background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Malmsturm/assets/boxen-und-striche_charakterbogen_01.png") ;
+ background-position: top left;
+ background-size: cover;
+}
+
+.sheet-rolltemplate-fate .sheet-subheader,
+.sheet-rolltemplate-chat .sheet-subheader {
+ font-size: 0.9em;
+ font-style: italic;
+}
+
+.sheet-rolltemplate-fate .sheet-freeform,
+.sheet-rolltemplate-chat .sheet-freeform {
+ font-size: 0.8em;
+}
+
+.sheet-rolltemplate-fate td,
+.sheet-rolltemplate-chat td {
+ padding-left: 12px;
+ padding-bottom: 5px;
+ padding-right: 5px;
+ font-size: 0.9em;
+}
+
+.sheet-rolltemplate-fate .inlinerollresult {
+ border: solid 1px;
+ border-color: #8a6d45;
+ background-color: #ffffff;
+ font-size: 1.1em;
+ font-weight: bold;
+}
+
+
+
+
+.sheet-rolltemplate-fate th,
+.sheet-rolltemplate-chat th {
+ padding-top: 10px;
+ padding-left: 10px;
+ padding-right: 5px;
+ text-align: left;
+ font-size: 1.1em;
+ font-variant: small-caps;
+ line-height: 1.4em;
+ color: #8a6d45;
+}
\ No newline at end of file
diff --git a/Malmsturm/malmsturm.html b/Malmsturm/malmsturm.html
new file mode 100644
index 0000000000..2e52686b97
--- /dev/null
+++ b/Malmsturm/malmsturm.html
@@ -0,0 +1,1144 @@
+
+
+
+
+
+
+
+
Aspekte
+
+
+
+
+
+
Fertigkeiten
+
+
+
+
+ Verwende Erleichterung/Erschwernis-Modifikator
+
+
+
+
+ Verwende Aspekt-Modifikator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Aktuelle Fate-Punkte
+
+ Erholungsrate
+
+
+
+
+
+
+
+
+
+
+
+
+
Stunts
+
+
+
+
+
+
+
+
+
Belohungen
+
+
+
+
+
+
+
Notizen
+
+
+
+
+
+
Tradition
+
+ Name der großen Tradition
+
+
+
+
+ Traditionsaspket
+
+
+
+ Schlüsselfertigkeit
+
+
+
+
+
+
+
+
+
+
Die 4 Aktionen
+
+
+ Überwinden
+
+
+
+
+ Erschaffen eines Vorteils
+
+
+
+
+ Angreifen
+
+
+
+
+ Verteidigen
+
+
+
+
+
+
+
+
+
+
+
+
+ | {{name}} |
+
+
+
+
+ {{#output}}
+
+ | {{output}} |
+
+ {{/output}}
+ {{#output2}}
+
+ | {{output2}} |
+
+ {{/output2}}
+ {{#output3}}
+
+ | {{output3}} |
+
+ {{/output3}}
+ {{#output4}}
+
+ | {{output4}} |
+
+ {{/output4}}
+ {{#output5}}
+
+ | {{output5}} |
+
+ {{/output5}}
+
+
+
+
+
+
+ | {{name}} |
+
+
+
+
+ {{#mod1}}
+
+ | Erschwernis {{mod1}} |
+
+ {{/mod1}}
+ {{#mod2}}
+
+ | Aspekt-Modifikator {{mod2}} |
+
+ {{/mod2}}
+
+ {{#output}}
+
+ | {{result_text}} {{output}} |
+
+ {{/output}}
+
+
+
+
+
\ No newline at end of file
diff --git a/Malmsturm/malmsturm_preview.png b/Malmsturm/malmsturm_preview.png
new file mode 100644
index 0000000000..96a8148c08
Binary files /dev/null and b/Malmsturm/malmsturm_preview.png differ
diff --git a/Malmsturm/sheet.json b/Malmsturm/sheet.json
new file mode 100644
index 0000000000..fb3c443396
--- /dev/null
+++ b/Malmsturm/sheet.json
@@ -0,0 +1,8 @@
+{
+ "html": "malmsturm.html",
+ "css": "malmsturm.css",
+ "authors": "Uhrwerk Verlag (feedback-roll20sheet@malmsturm.de), Lars Herweg (trestolt@gmail.com)",
+ "roll20userid": "7000912, 2086387",
+ "preview": "malmsturm_preview.png",
+ "instructions": "This is a character sheet for the fate-based setting Malmsturm. This sheet is officially supported by the publisher Uhrwerk Verlag. Please send feedback to feedback-roll20sheet@malmsturm.de"
+}
diff --git a/Malmsturm/translation.json b/Malmsturm/translation.json
new file mode 100644
index 0000000000..e79a51f1b0
--- /dev/null
+++ b/Malmsturm/translation.json
@@ -0,0 +1,132 @@
+{
+ "query_trans": "Erleichterung(+) / Erschwernis(-), im Fall der Erleichterung ohne '+' eingeben",
+ "modifier": "Erschwernis-Modifikator",
+ "aspect-modifier": "Aspekt-Modifikator",
+ "yes": "ja",
+ "no": "nein",
+ "character-name": "Name des Charakters",
+ "contact-name": "Verbindungsname",
+ "player-name": "Name des Spielers",
+ "name": "Name",
+ "group-concept": "Gruppenkonzept",
+ "group-trouble": "Gruppendilemma",
+ "character": "Charakter",
+ "or": "oder",
+ "contact": "Verbindung",
+ "malmsturm-aspects": "Malmsturm Aspekte",
+ "concept": "Konzept",
+ "contact-to": "Verbindung von",
+ "contact-aspect": "Verbindungsaspekt",
+ "motivation": "Motivation",
+ "relation-to-sc": "Beziehung zu SC",
+ "relation-to-nsc": "Beziehung zu NSC",
+ "do-what-thou-wilt": "Do what thou wilt...",
+ "other-aspects": "sonstige Aspekte",
+ "trouble": "Dilemma",
+ "artifact": "Artefakt",
+ "class": "Klasse",
+ "fate": "Schicksal",
+ "aspects": "Aspekte",
+ "aspect": "Aspekt",
+ "skills": "Fertigkeiten",
+ "skill": "Fertigkeit",
+ "athletics": "Athletik",
+ "rapport": "Charisma",
+ "burglary": "Diebeskunst",
+ "empathy": "Empathie",
+ "marksmanship": "Fernkampf",
+ "lore": "Gelehrsamkeit",
+ "crafts": "Handwerk",
+ "stealth": "Heimlichkeit",
+ "fight": "Kämpfen",
+ "contacts": "Kontakte",
+ "steer": "Lenken",
+ "investigate": "Nachforschen",
+ "provoke": "Provozieren",
+ "resources": "Ressourcen",
+ "physique": "Statur",
+ "decieve": "Täuschen",
+ "survival": "Überleben",
+ "notice": "Wahrnehmen",
+ "will": "Wille",
+ "terrible": "-2 fürchterlich",
+ "poor": "-1 schwach",
+ "mediocre": "",
+ "average": "+1 durchschnittlich",
+ "fair": "+2 ordentlich",
+ "good": "+3 gut",
+ "great": "+4 großartig",
+ "superb": "+5 hervorragend",
+ "fantastic": "+6 fantastisch",
+ "epic": "+7 episch",
+ "legendary": "+8 legendär",
+ "fate-points": "Aktuelle Fate-Punkte",
+ "refresh-modified": "Modifizierte Erholungsrate",
+ "refresh": "Erholungsrate",
+ "stress": "Stress",
+ "arcane-stress": "Arkaner Stress",
+ "selector-default": "Wähle Fertigkeit...",
+ "mental-stress": "Geistiger Stress",
+ "physical-stress": "Körperlicher Stress",
+ "arcane": "arkan",
+ "mental": "geistig",
+ "physical": "körperlich",
+ "consequence": "Konsequenzen",
+ "mild-consequence": "leichte Konsequenz",
+ "additional-mild-consequence": "zusätzliche leichte Konsequenz",
+ "moderate-consequence": "mittlere Konsequenz",
+ "severe-consequence": "schwere Konsequenz",
+ "extreme-consequence": "extreme Konsequenz",
+ "treated": "behandelt?",
+ "not-treated": "nicht behandelt",
+ "select-type": "",
+ "stunts": "Stunts",
+ "stunt": "Stunt",
+ "type": "Typ",
+ "costs": "Kosten",
+ "free": "frei",
+ "rest-rate-stunt": "-1 Erholungsrate",
+ "limits": "Beschränkungen",
+ "scene": "Szene",
+ "conflict": "Konflikt",
+ "session": "Sitzung",
+ "fate-point": "Fate-Punkt",
+ "extras": "Extras",
+ "extra": "Extra",
+ "aspect-slot": "Aspektplätze",
+ "stunt-slot": "Stuntplätze",
+ "other-costs": "Andere Kosten",
+ "rewards": "Belohnungen",
+ "reward": "Belohnung",
+ "follower": "Getreue",
+ "notes": "Notizen",
+ "tradition": "Tradition",
+ "tradition-name": "Name der großen Tradition",
+ "tradition-aspect": "Traditionsaspekt",
+ "tradition-skill": "Schlüsselfertigkeit",
+ "description": "Beschreibung",
+ "4-actions": "Die 4 Aktionen",
+ "overcome": "Überwinden",
+ "create-advantage": "Erschaffen eines Vorteils",
+ "attack": "Angreifen",
+ "defend": "Verteidigen",
+ "trauma": "Trauma",
+ "sepulter": "Sepulter",
+ "stress-position": "leitet Stress auf einen besonderen Ort ab",
+ "saenda": "Sænda",
+ "stress-person": "leitet Stress auf eine andere Person ab",
+ "mactatum": "Mactatum",
+ "stress-item": "leitet Stress auf einen persönlichen Gegenstand ab",
+ "new-action": "Neue Aktion",
+ "bonus": "Bonus",
+ "rule-exception": "Regelausnahme",
+ "current-stress": "aktuell 0 -> 4",
+ "maximum": "Max.",
+ "category": "Art",
+ "of":"von",
+ "--":"--",
+ "result":"Ergebnis"
+
+
+
+}
\ No newline at end of file
diff --git a/Monster of the Week Official/MotWCSS.css b/Monster of the Week Official/MotWCSS.css
index 70fe07cdc6..f2f04976cf 100644
--- a/Monster of the Week Official/MotWCSS.css
+++ b/Monster of the Week Official/MotWCSS.css
@@ -53,10 +53,9 @@ span.sheet-Snoop, div.sheet-Snoop,
span.sheet-Summoned, div.sheet-Summoned,
span.sheet-Traveler, div.sheet-Traveler,
span.sheet-Actionscientist, div.sheet-Actionscientist,
-span.sheet-Biggamehunter, div.sheet-Biggamehunter,
span.sheet-Constructed, div.sheet-Constructed,
-span.sheet-Madscientist, div.sheet-Madscientist,
span.sheet-Spooktacular, div.sheet-Spooktacular,
+span.sheet-Hardcase2020, div.sheet-Hardcase2020,
span.sheet-Custom, div.sheet-Custom
{
display: none;
@@ -86,6 +85,8 @@ span.sheet-Custom, div.sheet-Custom
display: block;
}
+/* SkinCheck value 28 is unallocated; keep in mind for future playbooks */
+
.sheet-SkinCheck[value="-1"] ~ div.sheet-Keeper,
.sheet-SkinCheck[value="0"] ~ div.sheet-Null,
.sheet-SkinCheck[value="1"] ~ div.sheet-Chosen,
@@ -113,9 +114,8 @@ span.sheet-Custom, div.sheet-Custom
.sheet-SkinCheck[value="23"] ~ div.sheet-Summoned,
.sheet-SkinCheck[value="24"] ~ div.sheet-Traveler,
.sheet-SkinCheck[value="25"] ~ div.sheet-Actionscientist,
-.sheet-SkinCheck[value="26"] ~ div.sheet-Biggamehunter, /* Not implemented, not likely to implement. */
-.sheet-SkinCheck[value="27"] ~ div.sheet-Constructed,
-.sheet-SkinCheck[value="28"] ~ div.sheet-Madscientist, /* Not implemented, not likely to implement. */
+.sheet-SkinCheck[value="26"] ~ div.sheet-Hardcase2020,
+.sheet-SkinCheck[value="27"] ~ div.sheet-Constructed,
.sheet-SkinCheck[value="29"] ~ div.sheet-Spooktacular,
.sheet-SkinCheck[value="99"] ~ div.sheet-Custom
{
@@ -176,12 +176,10 @@ span.sheet-Custom, div.sheet-Custom
.sheet-SkinCheck[value="24"] ~ div > span.sheet-Traveler,
.sheet-SkinCheck[value="25"] ~ div > span > span.sheet-Actionscientist,
.sheet-SkinCheck[value="25"] ~ div > span.sheet-Actionscientist,
-.sheet-SkinCheck[value="26"] ~ div > span > span.sheet-Biggamehunter,
-.sheet-SkinCheck[value="26"] ~ div > span.sheet-Biggamehunter,
+.sheet-SkinCheck[value="26"] ~ div > span > span.sheet-Hardcase2020,
+.sheet-SkinCheck[value="26"] ~ div > span.sheet-Hardcase2020,
.sheet-SkinCheck[value="27"] ~ div > span > span.sheet-Constructed,
.sheet-SkinCheck[value="27"] ~ div > span.sheet-Constructed,
-.sheet-SkinCheck[value="28"] ~ div > span > span.sheet-Madscientist,
-.sheet-SkinCheck[value="28"] ~ div > span.sheet-Madscientist,
.sheet-SkinCheck[value="29"] ~ div > span > span.sheet-Spooktacular,
.sheet-SkinCheck[value="29"] ~ div > span.sheet-Spooktacular,
.sheet-SkinCheck[value="99"] ~ div > span > span.sheet-Custom,
diff --git a/Monster of the Week Official/MotWHTML.html b/Monster of the Week Official/MotWHTML.html
index 58485871d9..d0cb7fdb1d 100644
--- a/Monster of the Week Official/MotWHTML.html
+++ b/Monster of the Week Official/MotWHTML.html
@@ -1,18 +1,18 @@
@@ -148,7 +183,7 @@
- Gender
+ Pronouns
Playbook
@@ -180,6 +215,7 @@
@@ -2778,6 +2817,16 @@
+
+
+
+
+
Hard Knocks
+
+
+
+
+
+
+
+
+
+ Bodyguard: When you spend 1 Fire to protect someone, as well as +1 forward, you may protect them even if they are out of reach or the harm they are about to suffer would be unstoppable. Get an ally group of old colleagues: good at protecting people. Get the “concealed armour” gear pick.
+
+
+
+
+
+
+
+ Enforcer: Spend 1 Fire to look so scary that it counts as a reason for manipulating someone. After you roll, if you terrify them, spend Fire 1-for-1 to increase your result. Gain an ally who can help with money, disguises, back you up, or get underworld gossip. Get the “bag of cash” gear pick.
+
+
+
+
+
+
+
+ Secret Martial Art: Spend Fire 1-for-1 to increase harm inflicted by your unarmed attacks. Your unarmed attacks gain `ignore-armour`. Get an ally, a mentor or student: good in a fight or philosophical discussion. Get the “ancient sword” gear pick.
+
+
+
+
+
+
+ Military: When you’re using military gear on a move, you may spend 2 Fire to boost the result level (a miss becomes a 7-9, 7-9 becomes 10+, or 10+ becomes 12+). You have an ally group, your old comrades: good in a fight or when you need help making preparations. Get the “battered assault rifle” gear pick.
+
+
+
+
+
+
+ Resistance: What was your cause? You have contacts amongst sympathetic activists. If you need help and it fits the cause, call on them. Roll +Charm. On a 10+ they will help. On a 7-9 they’ll help you but then you have to help them. On a miss, they help but you get drawn into their trouble. You may spend 2-Fire instead of rolling; you rouse them and they’ll help as if you rolled 10+. Gain an ally, an old comrade from the movement. Get the “spell formula” gear pick.
+
+
+
+
+
+
+
+ Street Fighter: When you have an ally standing by your side, spend 1-Fire to add +2 harm when you inflict harm. If there are multiple allies at your side, you may spend Fire for each. Gain an ally, an old friend you can count on for anything. Get the “firewater” gear pick.
+
+
+
+
+
+
Playbook Special
(Like the Expert's haven or the Spellslinger's combat magic)
@@ -4149,8 +4269,6 @@
-
-
Haven
@@ -4216,8 +4334,6 @@
-
-
Sect
@@ -4353,6 +4469,16 @@
+
+
@@ -4385,6 +4511,7 @@
+
@@ -4404,6 +4531,35 @@
+
+
Moves
@@ -5131,6 +5287,82 @@
+
+
+
The Hard Case (2020)
+
+
+ You get this:
+
+
+
+
+
+ Then pick two of these:
+
+
+
+
+
+
+
+ Unstoppable: You may spend 3 Fire to avoid or heal 2-harm. This also stabilizes you, if appropriate.
+
+
+
+
+
+
+ Ascetic: Spend 1 Fire to ignore all pain and discomfort in your current situation, even beyond normal human tolerances.
+
+
+
+
+
+
+ Always Angry: Start mysteries with 2 Fire marked.
+
+
+
+
+
+
+ FINISH HIM!: When you have Fire remaining and strike a foe for 3-harm or more, tell the Keeper how much Fire you have and ask if that’s enough. If the foe has that much or less harm capacity left, the Keeper will tell you. You may spend all your Fire immediately to make a follow up attack, defeating your foe.
+
+
+
+
+
+
+ Inspired Guesswork: When you investigate a mystery, you may spend 1 Fire to add 1 extra hold. The extra question must be about powers, motivations, or weaknesses.
+
+
+
+
+
+
+ Stone Cold: You never really get ruffled by danger. Gain +1 whenever pain or fear requires you act under pressure. Your nearby allies also gain this bonus against pain and fear, as long as you keep it together.
+
+
+
+
+
+
+ Weapon Master: When you take possession of a new weapon you may add, remove, or change one tag. This change only applies for you. When you get this move, apply it to all your current weapons.
+
+
+
+
+
The Hard Case
@@ -5527,7 +5759,7 @@
+
+
+
+ Best Bud!: You have an animal ally to help you solve mysteries. They can talk, but with a heavy accent (most people don’t understand).
+
+
+
+
+
+
+ b>Hard Head!: Any time you suffer harm from an attack, you may choose to take 0-harm. You instead are knocked out for a few minutes.
+
+
+
@@ -7536,6 +7779,11 @@
Truck.
+
+
+ Motorcycle & Sidecar.
+
+
Mystical Items (pick one)
@@ -7984,6 +8232,12 @@
Axe (2 harm, hand, messy)
+
+
+
+ Spear (2 harm, hand/close)
+
+
@@ -7993,13 +8247,13 @@
- Big axe (3 harm, hand, messy, heavy)
+ Poleaxe (3 harm, hand, messy, heavy)
- Shield (1 harm, hand, 1 armour), (cannot be used at the same time as a heavy weapon)
+ Shield (1 harm, hand, 1 armour)
@@ -8032,12 +8286,6 @@
Arquebus (2 harm, close, loud volatile, smokey, heavy, reload)
-
-
-
- Spear (2 harm, hand/close)
-
-
@@ -8058,6 +8306,156 @@
+
+
+
@@ -8284,6 +8682,30 @@
Camera
+
+
+
+ Bag of snacks
+
+
+
+
+
+ Toolbox
+
+
+
+
+
+ Tape recorder
+
+
+
+
+
+ Disguise kit
+
+
@@ -8411,6 +8833,18 @@
SLR camera
+
+
+
+ Nice smartphone
+
+
+
+
+
+
+
+
Detectors (pick two):
@@ -8480,19 +8914,31 @@
Pendulum
+
+
+
+ Tarot deck
+
+
+
+
+
+
+
+
Subtle Weapons (pick one):
- .32 revolver (2 harm, close, reload, small)
+ Stun Gun (1 harm, hand, stun)
- 9mm (2 harm, close, loud)
+ Handgun (2 harm, close, loud)
@@ -8507,6 +8953,12 @@
Multitool/pocket knife (1 harm, hand, hidden, useful)
+
+
+
+ Baseball/cricket bat (2 harm, hand, innocuous, messy)
+
+
@@ -8693,56 +9145,56 @@
-
+
+1 Charm
- (max +2)
+ (max +2)
(max +3)
-
+
+1 Cool
- (max +2)
- (max +3)
+ (max +2)
+ (max +3)
-
+
+1 Sharp
- (max +2)
- (max +3)
+ (max +2)
+ (max +3)
-
+
+1 Tough
(max +2)
- (max +3)
+ (max +3)
-
+
+1 Weird
- (max +2)
+ (max +2)
(max +3)
-
+
Take another
@@ -8767,6 +9219,7 @@
Searcher
Exile
Hard Case
+ Hard Case
Luchador
Meddling Kid
Sidekick
@@ -8802,6 +9255,7 @@
Searcher
Exile
Hard Case
+ Hard Case
Luchador
Meddling Kid
Sidekick
@@ -8813,13 +9267,13 @@
-
+
Take a move from another playbook
-
+
Take a move from another playbook
@@ -8828,14 +9282,14 @@
-
+
Gain a team of action scientists under your command.
Gain an ally: one of your old crew
Gain an ally: a lesser divine being, sent to help you with your mission
Gain an ally: you find one of your old comrades, who has come to join you in the modern day
- Gain command of a team of monster-hunters
+ Gain command of a team of monster-hunters
Gain an ally: another wrestler who has chosen to fight monsters with you
Gain an ally: someone to join the gang, it may be an animal (most likely a dog or a cat)
Gain an ally: another sidekick for your hero, your junior
@@ -8982,7 +9436,7 @@
-
+
Add an extra harm box on the Dying side
@@ -9015,26 +9469,26 @@
Once you have taken 5 Improvements you may choose from these options as well as the list above:
-
+
+1 to any rating (max +3)
-
+
Change playbooks
-
+
Create a second hunter to play
-
-
+
Retire this hunter to safety. Optionally, you may return home to the past
@@ -9140,7 +9594,7 @@
-
+
Erase one used Luck point
@@ -9154,6 +9608,13 @@
+
+
+
+ Take another Show option
+
+
+
@@ -9269,13 +9730,20 @@
-
+
Add an extra harm box on the Dying side
+
+
+
+ Your Fire track increases to 13 boxes.
+
+
+
@@ -9297,6 +9765,13 @@
+
+
+
+ Undo one sign of the Apocalypse
+
+
+
diff --git a/Monster of the Week Official/translation.json b/Monster of the Week Official/translation.json
index 0f0279457a..71185f4c80 100644
--- a/Monster of the Week Official/translation.json
+++ b/Monster of the Week Official/translation.json
@@ -2,7 +2,7 @@
"sheet-version": "sheet version",
"send_details_to_chat": "Send details to chat!",
"character-name": "Name",
- "character-gender": "Gender",
+ "character-gender": "Pronouns",
"playbook": "Playbook",
"playbook-choice": "Choose a Playbook",
"character-look": "Look",
@@ -75,7 +75,7 @@
"the-pararomantic": "The Pararomantic",
"the-searcher": "The Searcher",
"the-exile": "The Exile",
- "the-hardcase": "The Hard Case",
+ "the-hardcase": "The Hard Case (Original)",
"the-luchador": "The Luchador",
"the-meddlingkid": "The Meddling Kid",
"the-sidekick": "The Sidekick",
@@ -853,23 +853,23 @@
"luck-special-exile": "When you spend Luck, you'll find something from your original life. Maybe something good, maybe something bad.",
"exile-origin": "Origin",
"exile-origin-desc1": "You were taken from your home in the past, and dropped into the modern world with only what you were carrying.",
- "exile-origin-desc2": "Your nemesis came to the modern world as well, and is aware that you followed them. They will try and kill you if you don't kill them first. Decide who or what they are (with the Keeper's agreement).",
+ "exile-origin-desc2": "Your nemesis came to the modern world and is aware you followed it. It will kill you if you don’t kill it first. Decide what it is with the Keeper. Name it, if you know.",
"exile-origin-desc3": "How did you get transported to the modern day?",
- "exile-origin1": "You were pursuing your nemesis.",
- "exile-origin2": "Your nemesis had already travelled to the future, so you (or your comrades) cast a spell to send you after it.",
+ "exile-origin1": "You chased your nemesis through a portal.",
+ "exile-origin2": "A spell sent you after your nemesis.",
"exile-origin3": "Magical accident or side-effect.",
"exile-origin4": "You angered a sorcerer.",
"exile-origin5": "Divine intervention.",
"exile-origin6": "One moment you were there, the next you were here.",
"exile-origin7": "A strange place or artifact brought you.",
"exile-origin8": "You were frozen, and recently unearthed and revived.",
- "exile-move1": "Adept Sorcerer: You have a familiar spirit (usually in the guise of a pet) that counts as an ally: subordinate (motivation: to follow your exact instructions).",
+ "exile-move1": "Adept Sorcerer: You have a familiar spirit (usually in the guise of a pet) that counts as an Ally: Subordinate.",
"exile-move2": "Warrior: If you are fighting with (and against) old-fashioned hand weapons and suffer harm, you suffer 1 harm less. Monster attacks almost always count as old-fashioned for this move.",
- "exile-move3": "Traditional Remedies: You can treat injuries without any need for modern medical supplies (although you might need someone to hold the patient down). Dealing with a poison, infection, or disease might need you to track down some specific ingredients (eg. healing herbs).",
+ "exile-move3": "Traditional Remedies: You can treat injuries without any need for modern medical supplies (although you might need someone to hold the patient down). This can stabilise a hunter or heal 1-harm. Dealing with a poison, infection, or disease might need you to track down some specific healing herbs.",
"exile-move4": "Immortal Name: Your monster-hunting exploits are legendary, so much that your name still scares monsters and minions. You may use threats to use the move manipulate someone on monsters if they understand enough to have heard stories about you.",
"exile-move5": "Hearty Constitution: You never suffer from normal illnesses, and get +1 ongoing against magical illnesses and poisons. You've been through worse.",
"exile-move6": "Confused: Mark experience whenever your bafflement with the modern world gets in the way of monster-hunting.",
- "exile-move7": "Ancient Magics: You learned magic when less lore had been lost. When you use magic, on a 7-9, don't choose a glitch. Instead, take -1 forward.",
+ "exile-move7": "Ancient Magics: You learned magic when less lore had been lost. When you use magic, on a 7-9 result you can opt not to choose a glitch, instead taking -1 forward.",
"exile-move8": "Learned: You researched all the legends and tales of monsters in your home time. When you investigate a mystery, you can ask the Keeper questions from the following list as well as from the usual list",
"exile-move8.1": "Did this creature (or this type of creature) exist in my home time?",
"exile-move8.2": "What defenses are effective against this creature?",
@@ -880,22 +880,22 @@
"exile-gear1": "Sword (2 harm, hand, messy)",
"exile-gear2": "Axe (2 harm, hand, messy)",
"exile-gear3": "Big sword (3 harm, hand, messy, heavy)",
- "exile-gear4": "Big axe (3 harm, hand, messy, heavy)",
- "exile-gear5": "Shield (1 harm, hand, 1 armour), (cannot be used at the same time as a heavy weapon)",
+ "exile-gear4": "Poleaxe (3 harm, hand, messy, heavy)",
+ "exile-gear5": "Shield (1 harm, hand, 1 armour)",
"exile-gear6": "Silver knife (1 harm, hand, silver)",
"exile-gear7": "Bow (2 harm, close)/(1 harm, far)",
"exile-gear8": "Crossbow (2 harm, close, slow)",
"exile-gear9": "Handgonne (1 harm, hand/close, loud, volatile, smokey, reload)",
- "exile-gear10": "Arquebus (2 harm, close, loud, volatile, heavy, smokey, reload)",
- "exile-gear11": "Spear (2 harm, hand/close)",
+ "exile-gear10": "Harquebus (2 harm, close, loud, volatile, heavy, smokey, reload)",
+ "exile-gear11": "Spear (2 harm, hand/close, balanced)",
"exile-gear12": "Big knife (1 harm, hand)",
"exile-gear13": "Cudgel (1 harm, hand)",
"exile-gear14": "Martial arts (1 harm, hand)",
- "exile-ally": "you find one of your old comrades, who has come to join you in the modern day",
- "exile-advance1": "Find a cache of objects left for you by your comrades in the past. The Keeper will decide what's in it, but it will be things that they expected you would need in the future",
+ "exile-ally": "Gain an ally: another one of your old comrades has come to join you in the modern day",
+ "exile-advance1": "Find a cache of objects left for you by your comrades in the past. The Keeper will decide what they expected you might need.",
"exile-return": "Optionally, you may return home to the past",
- "exile-advance2": "When you use magic, you may choose to 'create a gateway between the modern world and my home' as an effect. You cannot control who uses the gateway or exactly where it opens at the other end",
- "Hardcase": "Hard Case",
+ "exile-advance2": "When you use magic, you may choose “create a gateway between the modern world and my origin” as an effect",
+ "Hardcase": "Hard Case (Original)",
"luck-special-hardcase": "When you spend Luck, an enemy from your past comes back into your life. They aren’t happy to see you.",
"hardcase-adv-harm": "Extra harm box",
"hardcase-fixed-move1": "Unstoppable: When you spend Luck to avoid harm you are about to suffer, additionally remove all harm you had already suffered. Once per mystery, when you are about to take major damage (2 harm or more), change it to just 1 harm.",
@@ -971,12 +971,11 @@
"meddlingkid-move1.2": "You are correct, but while you talked, they found a way to attempt an escape.",
"meddlingkid-move1.3": "The explanation for all the events is correct but you picked the wrong person; when you unmask them, the villain is someone unexpected.",
"meddlingkid-move1.4": "On a miss, the monster gets an opportunity to create chaos while you explain your (incorrect) deductions.",
- "meddlingkid-move2": "Power Snack: Pick a favourite snack food. Whenever you take a moment to eat some and enjoy it, take +1 forward.",
+ "meddlingkid-move2": "Power Snack!: When you take the time to eat your chosen snacks and really enjoy them, take +1 forward. My power snack is:",
"meddlingkid-move3": "Wallop!: When you use an improvised weapon to attack something, you may choose one of these extra effects",
- "meddlingkid-move3.1": "Inflict 1 harm.",
+ "meddlingkid-move3.1": "Inflict +1 harm but the improvised weapon breaks.",
"meddlingkid-move3.2": "Momentarily stun them with a blow to the head.",
"meddlingkid-move3.3": "Trip or entangle them.",
- "meddlingkid-move3.4": "Inflict 2 harm but the improvised weapon breaks.",
"meddlingkid-move4": "It's A Trap!: When you make a trap to capture a monster or minion, roll +Sharp. On a hit, you capture something! On a 10+, you can choose one of these extra effects",
"meddlingkid-move4.1": "It will take some time for the victim to get free.",
"meddlingkid-move4.2": "The trap inflicts harm (as an improvised weapon).",
@@ -986,8 +985,10 @@
"meddlingkid-move5.2": "What are you plotting?",
"meddlingkid-move5.3": "Are you lying to me?",
"meddlingkid-move5.4": "Who knows about _____?",
- "meddlingkid-move6": "Run Away!: When you decide to get out of a bad situation, you can get away just fine. Unfortunately you will end up somewhere just as bad, that is important to the current mystery.",
+ "meddlingkid-move6": "Run Away!: When you decide to get out of a bad situation, you can get away just fine. Unfortunately you will end up somewhere just as bad, but important to the current mystery.",
"meddlingkid-move7": "A Pleasant and Friendly Manner: When you politely manipulate someone, your impeccable manners always count as a reason for the person to do what you say.",
+ "meddlingkid-move8": "Best Bud!: You have an animal ally to help you solve mysteries. They can talk, but with a heavy accent (most people don’t understand).",
+ "meddlingkid-move9": "Hard Head!: Any time you suffer harm from an attack, you may choose to take 0-harm. You instead are knocked out for a few minutes.",
"meddlingkid-gadgets": "Mystery-solving Gadgets",
"meddlingkid-gear1": "Magnifying glass",
"meddlingkid-gear2": "Microscope",
@@ -997,56 +998,61 @@
"meddlingkid-gear6": "A set of walkie-talkies",
"meddlingkid-gear7": "Fingerprint kit",
"meddlingkid-gear8": "Camera",
+ "meddlingkid-gear9": "Bag of snacks",
+ "meddlingkid-gear10": "Toolbox",
+ "meddlingkid-gear11": "Tape recorder",
+ "meddlingkid-gear12": "Disguise kit",
"meddlingkid-ally": "someone to join the gang, it may be an animal (most likely a dog or a cat)",
"Sidekick": "Sidekick",
- "luck-special-sidekick": "The Sidekick is an old playbook and does not have any official Luck Special move. You may come up with a corresponding move for use in your game with help from the Keeper.",
+ "luck-special-sidekick": "Whenever you spend Luck, you’ll get a chance to do something heroic.",
"hero": "Hero",
"hero-desc1": "Pick one of the other hunters to be your hero. This is the person you decided is such an awesome monster-hunter that you are going to spend your time helping them out.",
"hero-desc2": "Decide what your relationship is, with agreement from the hero's player. Eg. an older sibling, a parent, a friend who was always better than you, perhaps they saved you from a monster, or you found out about their monster hunting by accident, etc. Optionally, you may choose to copy some aspect of your hero's looks.",
"hero-desc3": "When your hero's player has picked their ratings, ask them which is highest. You've been trying to be like them, so you get an extra +1 to that rating. If they have a tie for highest, you can pick which one you put your +1 on.",
- "sidekick-fixed-move1": "There's no 'I' in 'Team': You get +1 ongoing to help out; +2 ongoing, if you are helping out your hero.",
- "sidekick-move1": "Caddy: You carry all your hero's stuff around. That means you can use anything from their gear list, unless they are currently holding it. Plus, if the item is not unique, you carry spares. For anything like that, you can use one of the spares even if your hero is currently using it.",
+ "sidekick-fixed-move1": "There's no 'I' in 'Team': You get +1 on all help out rolls, or +2 if it’s for your hero.",
+ "sidekick-move1": "Caddy: You carry all your hero’s stuff around. That means you can use anything from their gear list, unless they are currently holding it. If it’s something that there would be a bunch of, or some spares, you can use it even if they are.",
"sidekick-move2": "As You Wish: Mark experience whenever your hero orders or requests that you do something you don't want to do, and you go ahead and do it.",
"sidekick-move3": "Bodyguard: If something bad is going to happen to your hero, your comrades, or a bystander, and you are right there, you may throw yourself in harm's way. Whatever was going to happen to them happens to you instead.",
- "sidekick-move4": "Me Too!: If your hero makes a roll for a move, and you copy what they did (i.e. the same move), you may choose not to roll. Instead, use the outcome of your hero's roll.",
+ "sidekick-move4": "Me Too!: If your hero makes a roll for a move, and you copy what they did, making the same move, you may choose not to roll. Instead, use your hero’s die roll (but adjusted with your own rating).",
"sidekick-move5": "I Can Make You Look Good: If you help out your hero, you may choose to change the outcome of your dice roll with the outcome of their original dice roll.",
- "sidekick-move6": "Journeyman (or Journeywoman): Take a move that your hero has. Add it to your \"Other Moves\" section, below.",
+ "sidekick-move6": "Apprentice: Take a move that your hero has. Add it to your \"Other Moves\" section, below.",
"sidekick-hero-weapon": "Hero's Weapon (from your hero's gear options)",
"sidekick-weapons": "Sidekick Weapons",
- "sidekick-gear1": ".38 revolver (2 harm, close, reload, loud)",
- "sidekick-gear2": "Shotgun (3 harm, close, messy, loud)",
+ "sidekick-gear1": "Handgun (2 harm, close, reload, loud)",
+ "sidekick-gear2": "Shotgun (3 harm, close, messy)",
"sidekick-gear3": "Baseball bat (2 harm, hand)",
- "sidekick-gear4": "9mm (2 harm, close, loud)",
+ "sidekick-gear4": "Stun gun (1 harm, hand, stun)",
"sidekick-gear5": "Big knife (1 harm, hand)",
- "sidekick-ally": "another sidekick for your hero, your junior",
- "sidekick-advance1": "Change playbooks to the same as your hero (overrides the rule that only one of each playbook may be in play)",
+ "sidekick-ally": "another sidekick for your hero, but junior to you",
+ "sidekick-advance1": "Change playbooks to be the same as your hero. This overrides the general rule that only one of each playbook may be in use.",
"sidekick-advance2": "Change your hero; pick another hunter to be your new hero",
"Snoop": "Snoop",
"luck-special-snoop": "When you spend Luck, you’re going to suffer some technical difficulties, eg. breakdowns, communication problems, weird noises in the recordings, etc.",
"snoop-crew": "Crew",
- "snoop-crew-desc1": "Decide if your crew are made up of the other hunters, or if you have your own entourage. If they are other people, there are 1-3 of them. Pick a name and job for each. If it's the other hunters, decide together who gets which job.",
+ "snoop-crew-desc1": "Decide if your crew is the other hunters, or if you have an entourage. If they are not the hunters, there are up to three of them. Pick a name and job for each. Tell the Keeper–your crew are bystanders. If it’s the other hunters, decide together who gets which job.",
"snoop-crew-desc2": "Crew jobs: camera, sound, editing, dogsbody, researcher, driver, director, producer, bodyguard, etc.",
"snoop-move1": "\"What Does That Feel Like?\": When you put your camera/microphone right in a person's face, they automatically break off whatever they are doing. They might go right back to it after they deal with you, but you'll create enough time for everyone else to act in the meantime.",
"snoop-move2": "Minor Celebrity: At the beginning of each mystery, roll +Weird. On a 10+ hold 2, on a 7-9 hold 1. Spend your hold 1-for-1 during the mystery to have someone you meet know of you in a positive light (maybe they read your blog, listen to your podcast, or watch your Internet/TV show, etc). You may end up getting asked for autographs or given 'hot' leads, too.",
"snoop-move3": "We'll Fix It In Post: You can use anything you could conceivably have recorded as evidence for investigate a mystery, allowing you to check previous interviews, attack sites, and so on, from the comfort of your laptop.",
- "snoop-move4": "I'm A Reporter!: When you investigate a mystery by talking to witnesses, interviewing locals, or anything else requiring interpersonal skills, roll +Charm instead of +Sharp.",
- "snoop-move5": "Truthiness: Whatever you tell a normal person, they'll accept that you think it's true. If it's far out, they might think you're crazy, but they won't think you're lying.",
+ "snoop-move4": "Press Accreditation: When you investigate a mystery by talking to witnesses, interviewing locals, or anything else requiring interpersonal skills, roll +Charm instead of +Sharp.",
+ "snoop-move5": "Truthiness: Whatever you tell a normal person, they’ll accept that you think it’s true. If it’s far out, they might think you’re deluded, but they won’t think you’re lying.",
"snoop-move6": "The Mojo Wire: When you read all the current news feeds looking for the weird and crazy stuff, take +1 forward.",
"snoop-move7": "Relaxed Producer: You're employed, with a regular paycheck and little or no oversight. As long as you send in a story every few days, no matter how bizarre, you're set. Every now and again, they'll send you somewhere in particular, and when that happens it usually involves supernatural activity; unless they need human interest, in which case it will be a kitten show or agricultural fair or something.",
"snoop-gear-base": "A laptop",
"snoop-recording": "Recording Devices",
- "snoop-gear1": "Digital video camera",
- "snoop-gear2": "Tiny digital video camera",
- "snoop-gear3": "Film camera (8mm or 16mm)",
- "snoop-gear4": "Digital sound recorder",
- "snoop-gear5": "Cassette tape recorder",
- "snoop-gear6": "Infrared video camera",
- "snoop-gear7": "Pro sound gear with boom mike",
- "snoop-gear8": "Remote controlled camera drone",
+ "snoop-gear1": "Video camera",
+ "snoop-gear2": "Tiny digital camera",
+ "snoop-gear3": "Film camera",
+ "snoop-gear4": "Digital recorder",
+ "snoop-gear5": "Tape recorder",
+ "snoop-gear6": "Infrared camera",
+ "snoop-gear7": "Pro sound gear",
+ "snoop-gear8": "Camera drone",
"snoop-gear9": "Starlight camera",
"snoop-gear10": "Steadicam rig",
"snoop-gear11": "Laser microphone",
"snoop-gear12": "SLR camera",
+ "snoop-gear28": "Nice smartphone",
"snoop-detector": "Detectors",
"snoop-gear13": "Electromagnetic field detector",
"snoop-gear14": "Temperature fluctuation detector",
@@ -1059,13 +1065,16 @@
"snoop-gear21": "GPS receiver",
"snoop-gear22": "Laser rangefinder",
"snoop-gear23": "Pendulum",
+ "snoop-gear29": "Tarot deck",
"snoop-weapon": "Subtle Weapons",
- "snoop-gear24": ".32 revolver (2 harm, close, reload, small)",
- "snoop-gear25": "9mm (2 harm, close, loud)",
+ "snoop-gear24": "Stun gun (1 harm, hand, stun)",
+ "snoop-gear25": "Handgun (2 harm, close, loud)",
"snoop-gear26": "Knife (1 harm, hand, hidden)",
"snoop-gear27": "Multitool/pocket knife (1 harm, hand, hidden, useful)",
- "snoop-advance1": "Gain a Haven, like the Expert, with one option plus a film lab",
- "snoop-ally": "possibly one of your existing crew members, or the whole crew as an ally team",
+ "snoop-gear30": "Baseball/cricket bat (2 harm, hand, innocuous, messy)",
+ "snoop-advance1": "Get a haven, like the Expert has, with one option plus a film lab and editing suite",
+ "snoop-advance2": "Make it big. You’re a superstar now!",
+ "snoop-ally": "one of your existing crew members or the whole crew as an ally team",
"Summoned": "Summoned",
"luck-special-summoned": "When you spend Luck, another sign of the Apocalypse will come to pass. When you have spent all your Luck, the Apocalypse begins.",
"apocalypse": "Apocalypse",
@@ -1096,8 +1105,8 @@
"apocalypse-sign22": "Famine",
"apocalypse-sign23": "Ancient Evil reborn",
"apocalypse-desc3": "When you have spent all your Luck, the Apocalypse is imminent. It's up to you to stop, or cause, the end of the world. Your call.",
- "summoned-fixed-move1": "Freakish: You're weird, and people react badly. You cannot use manipulate someone on a person until you prove yourself to them first (this includes the other hunters, and it's up to them to decide when you have proved yourself). Until then, people will just try to get away from you. You can spend Luck to have a person take to you. Don't roll manipulate someone; they act as though you'd rolled a 12. On the other hand, you can use manipulate someone on monsters that can reason and talk (but they always want something really bad).",
- "summoned-move1": "What Are You Looking At?: When you talk to a monster (capable of reason and speech), they will recognize you and your potential. If you ask them what they know, pick one for the Keeper to reveal",
+ "summoned-fixed-move1": "Freakish: You’re weird, and people react badly. You can’t use manipulate someone until you prove yourself to them first (this includes the other hunters: it’s up to them when you have proved yourself). Until then, they’ll just try to get away from you. You can spend 1 Luck to have the person take to you. Skip the roll: they act as if you rolled a 12. Additionally, you can use manipulate someone on monsters that can reason and talk (but they always want something really bad).",
+ "summoned-move1": "What Are You Looking At?: When you talk to a monster capable of reason and speech, it recognises you (and your potential). If you ask it what it knows, pick one for the Keeper to reveal",
"summoned-move1.1": "Tell me something about where I'm from.",
"summoned-move1.2": "Tell me something about my destiny.",
"summoned-move1.3": "Tell me something about who I really am.",
@@ -1121,20 +1130,23 @@
"summoned-move7": "Why So Serious?: If you cap off a move with an appropriate one-liner, the team gets +1 forward (so the next hunter who makes a roll gets +1).",
"summoned-weapon": "Huge Weapon",
"summoned-gear1": "Super hand cannon (4 harm, close, heavy, loud, reload)",
- "summoned-gear2": "Machinegun (3 harm, close, auto, heavy, messy, loud, reload)",
+ "summoned-gear2": "Machinegun (3 harm, close, area, heavy, messy, loud, reload)",
"summoned-gear3": "Rocket launcher (4 harm, far, area, heavy, messy, loud, reload)",
"summoned-gear4": "Gigantic Hellsword (4 harm, hand, heavy, messy, magic)",
- "summoned-gear5": "Automatic shotgun (3 harm, close, auto, heavy, loud, reload)",
+ "summoned-gear5": "Automatic shotgun (3 harm, close, area, heavy, loud, reload)",
"summoned-gear6": "Red right hand (3 harm, hand, magic)",
"summoned-heavy": "Heavy Weapons",
- "summoned-gear7": "Sledgehammer (3 harm, hand, heavy, messy)",
+ "summoned-gear7": "Sledgehammer (3 harm, hand, heavy, blunt)",
"summoned-gear8": "Big sword (3 harm, hand, heavy, messy)",
- "summoned-gear9": "Big axe (3 harm, hand, heavy, messy)",
+ "summoned-gear9": "Big axe (3 harm, hand, heavy, slow)",
"summoned-gear10": "Magnum (3 harm, close, loud, reload)",
"summoned-gear11": "Shotgun (3 harm, close, messy, loud, reload)",
"summoned-advance1": "Gain an ally team of monster-hunters (or monstrous hunters) under your command",
"summoned-advance2": "Get a position in a Sect, like the Initiate. Describe the Sect and its Traditions (or join a Sect that already exists in your game). Gain the move for when you are in good standing with your Sect",
"summoned-advance3": "Turn evil (again?). Retire this character, they become one of the Keeper's threats",
+ "summoned-advance4": "Undo one sign of the apocalypse",
+ "hobby": "Hobby",
+ "summoned-hobby": "You try to fit in with humans. Pick some of these: cigars, pets, sports, junk food, hat, films, comics, luxury food, antiques, tv shows, classic cars, other.",
"Traveler": "Traveler",
"luck-special-traveler": "The Traveler is an old playbook and does not have any official Luck Special move. You may come up with a corresponding move for use in your game with help from the Keeper.",
"traveler-transport": "Means of Transport",
@@ -1325,7 +1337,7 @@
"chosen-hx": "- You are close blood relations. Ask them exactly how close.
- They are destined to be your mentor. Tell them how this was revealed.
- Your best friend in the world, who you trust totally.
- A rival at first, but you came to a working arrangement.
- Romantic entanglement, or fated to be romantically entangled.
- Just friends, from school or work or something. Ask them what.
- They could have been the Chosen One instead of you, but they failed some trial. Tell them how they failed.
- You saved their life, back when they didn’t know monsters were real. Tell them what you saved them from.
",
"crooked-hx": "- This hunter knows about your criminal past. Tell them what crimes they saw you commit.
- This hunter was there when you decided to give up the life and hunt monsters instead. Work out together what happened.
- This hunter is your younger sibling or child (possibly adopted). You look out for them.
- This hunter is a cousin or more distant relative.
- This hunter saved your life when a monster had the drop on you. Now you owe them one.
- This hunter worked with you on a semi-legal or illegal job. Work out what it was.
- This hunter is your moral compass. When you talk over things with them, their advice keeps you on the straight and narrow.
- You’re powerfully attracted to this hunter. Maybe someday you’ll deserve them.
",
"divine-hx": "- If you are protecting another hunter as your mission, tell them this: You have a crucial role in what is to come. I am here to guide and defend you.
- They should not be involved in this situation: the prophecies didn’t mention them at all. This gets your attention but you don’t know what it means yet.
- They are, at heart, a good and righteous person. You must help them stay that way.
- They are an abomination, and should be destroyed. Except you can’t–work out with them why not.
- Their prayer (perhaps an informal or even unconscious prayer) summoned you.
- They fill you with feelings of sexual infatuation. You are confused by the associated mortal emotions.
- They saved your life, and you understand (intellectually at least) that you owe them for it.
- They’re the person you go to for advice on mortal stuff (e.g sex, food, drugs, television, etc).
",
- "exile-hx": "- They are a distant descendant of your family line.
- They belong to an organisation that existed in your home time. Decide between you what your relationship was with that group, and how you'll be remembered by them.
- They showed understanding when you were confused and overwhelmed.
- When you met, you immediately liked and respected each other.
- They possess a message or item left for you from your comrades in the past. Ask them to tell you what it is and how it came into their possession.
- They had a vision, premonition, or prophecy that mentioned your exile. Tell them what the vision showed them about you.
- You both became hunters because of the same sort of monster attacked you or your kin. Decide between you what it was.
- They were the first person to take you in, explain the modern world, and learn about your origins. Work out how you managed to communicate (perhaps you speak a common language, or ancient and modern versions of the same one).
",
+ "exile-hx": "- This hunter is a distant descendant in your family line.
- This hunter was the first to take you in, explain the modern world, and learn about your origins. Work out how you managed to communicate (perhaps you speak a common language, or ancient and modern versions of the same one).
- This hunter belongs to an organisation that existed in your home time. Decide between you what your relationship was with that group, and how you’ll be remembered by them.
- This hunter showed understanding when you were confused and overwhelmed.
- When you met, you immediately liked and respected each other.
- This hunter possesses a message or item left for you by your comrades in the past. Tell them what it is and ask how it came into their possession.
- This hunter had a vision, premonition, or prophecy that mentioned you. Tell them what the vision showed them about you.
- You both became hunters because of the same sort of monster attacked you or your kin. Decide between you what it was.
",
"expert-hx": "- They are your student, apprentice, ward, or child. Between you, decide which.
- They came to you for advice, and your advice got them out of trouble. Ask them what the trouble was.
- They know about some of your dark secrets, but they’ve agreed to keep quiet about them. Tell them what they know.
- A distant relation. Tell them exactly what.
- You were previously both members of an eldritch group, now disbanded. Ask them why they left, then tell them why you did.
- They once helped you get a singular item that is now part of your haven. Tell them what it was.
- You were taught by the same master. Ask them how it ended.
- You saved their life in a tight spot. Tell them what happened.
",
"flake-hx": "- They’re somehow tied into it all. You’ve been keeping an eye on them.
- They’re a close relative. Ask them to decide exactly what.
- Old friends, who originally met through a long chain of coincidences.
- You went through hell together: maybe a monster, maybe military service, maybe time in an institution. Whatever it was, it bound you together, and you have total trust in each other.
- Members of the same support group.
- Fellow freaks.
- The signs all pointed to working together. So you found them and now you work together.
- You know each other through cryptozoology and conspiracy theory websites.
",
"gumshoe-hx": "- You are on the same (or rival) bowling teams. Ask them what bowling-related disagreement rubbed them the wrong way.
- You caught them committing a crime but let them go. Ask them to describe the crime, then you explain why your Code required you to look the other way.
- They remind you of a former partner who was mysteriously murdered. Describe the unsolved case that killed your partner and how you hope to solve it.
- You first approached them for help on a case. Describe the case. Ask them to describe the key expertise they provided that solved that mystery.
- You were friends back in training, before you became a private investigator. This could be military, law enforcement, or whatever—decide the details between you.
- Ask them if they live by a code and what it is. If you approve of the code, you’ve always respected them. If not (or if they don’t have a code), you’ve never trusted them.
- They hired you for a job but you were too drunk or high to take it. Ask them what they wanted, then tell them how you brushed them off.
- You first met on an unsolved crimes website. Decide together what infamous crime fascinates you both.
",
@@ -1333,7 +1345,7 @@
"hex-hx": "- You once cast a powerful spell or curse on them. Tell them why, and ask them how it ended.
- They fear your power, or what you might do with it. Ask them why.
- You’re madly in love with them. Ask them if they can tell.
- They encourage you to indulge your temptation. Ask them why.
- They keep you grounded, and are unfazed by your displays of power.
- You were part of the same cult, sect, or secret society. Decide together what horrible things you did in the name of power.
- You learned through divination that they’re important and you should help them. Decide whether you’ve told them or not.
- They helped you out when a spell went awry. Tell them what the spell was, and ask them how they helped you.
",
"initiate-hx": "- They are a lay member of your Sect.
- You fought together when the tide of monsters seemed unstoppable. Ask them how it went.
- Friends, but they first met you under your cover identity, and learned about the Sect later. Ask how they feel about that.
- They are your close relative, or partner/spouse. Decide between you exactly what the relationship is.
- Fellow ancient weapons/martial arts club members.
- They’re described in the prophecies, but the role they will play isn’t stated.
- An ex-member of the Sect, but still friends. Ask them why they left or got thrown out
- You met researching mystical weirdness, and you’ve been occult comrades ever since.
",
"luchador-hx": "- Close relations. Tell them exactly how you're related.
- You are (or were) rivals in the ring, while working together as hunters.
- Romantically involved, or you just have a crush on them. Ask them which they prefer.
- They are a huge fan of your wrestling. Ask them why.
- Good friends. Decide between you if it's from way back, or recently.
- They know your real name and personality, as well as your wrestling persona. Decide between you why that is.
- They trained together with you a long time ago. Ask them why they choose a different path.
- You helped them when they had a moment of weakness. Ask them what it was, exactly.
",
- "meddlingkid-hx": "- A cousin, aunt, or uncle. Decide between you what makes sense.
- You're uncomfortable with their “kill all monsters” attitude.
- You have an unrequited crush on them.
- School friends.
- Mutual respect, as you are both expert mystery-solvers.
- They know why you don't really believe in monsters. Tell them what they found out about your past.
- When you saw your first “monster”, they explained what was going on. You may not
- believe everything they believe, but you appreciate that they mean well.
- You stopped them attacking the wrong person one time, when they thought it was a monster.
",
+ "meddlingkid-hx": "- This hunter is your older sibling, cousin, aunt, or uncle.
- This hunter has a rather distrubing “kill all monsters” attitude.
- You have a crush on this hunter.
- You’re friends from school.
- You respect this hunter’s mystery solving skills.
- This hunter knows why you don’t really believe in monsters. Tell them what they found out about your past.
- When you saw your first “monster,” this hunter explained what was going on. You may not believe everything they believe, but you appreciate that they mean well.
- You stopped them attacking the wrong person one time, when they thought it was a monster.
",
"monstrous-hx": "- You lost control one time, and almost killed them. Ask them how they stopped you.
- They tried to slay you, but you proved you’re on the side of good. Ask them what convinced them.
- You are romantically obsessed with them. Ask them if they know, and if they reciprocate.
- Close relations, or a distant descendant. Tell them which.
- You saved them from another of your kind, and prevented reprisals against that individual creature (maybe it’s another good one, or maybe it has a hold over you).
- They are tied to your curse or origin. Tell them how.
- You fought together against the odds, and prevailed.
- They saved you from another hunter who was prepared to kill you. Ask them what happened.
",
"breed-suggestions": "Breed Suggestions",
"breed-suggestions-list": "- Vampire: Curse: feed (blood or life-force). Natural attacks: Base: life-drain or Base: teeth; add +1 harm to base attack. Moves: immortal or unquenchable vitality; mental domination.
- Werewolf: Curse: vulnerability (silver). Natural attacks: Base: claws; Base: teeth. Moves: shapeshifter (wolf and/or wolfman); claws of the beast or unholy strength.
- Ghost: Curse: vulnerability (rock salt). Natural attacks: Base: magical force; add hand range to magical force. Moves: incorporeal; immortal.
- Faerie: Curse: pure drive (joy). Natural attacks: Base: magical force; add ignore-armour to magical force. Moves: flight; preternatural speed.
- Demon: Curse: pure drive (cruelty). Natural attacks: Base: claws; +1 harm to claws. Moves: dark negotiator; unquenchable vitality.
- Orc: Curse: dark master (the orc overlord). Natural attacks: Base: teeth; add ignore-armour to teeth. Moves: Unholy strength; dark negotiator.
- Zombie: Curse: pure drive (hunger), feed (flesh or brains). Natural attacks: Base: teeth; +1 harm to teeth. Moves: immortal; unquenchable vitality.
",
@@ -1341,14 +1353,14 @@
"pararomantic-hx": "- Your best friend in the world. You trust them totally.
- You are blood-kin. Decide your exact relationship together.
- Your ex. Ask them why you aren’t together anymore.
- Romantic entanglement, or fated to be romantically entangled.
- They know about some of your dark secrets, but they’ve agreed to keep quiet about them. Tell them what they know.
- An old rivalry has turned into a tight friendship. Ask them what (or who) you once fought over.
- Mentor from another life. Ask them what they taught you.
",
"professional-hx": "- Your relationship with them has romantic potential. So far it hasn’t gone further.
- They’re on the Agency’s watch list, and you’ve been keeping an eye on them.
- You are related. Tell them how close.
- You met on a mission and worked together unofficially. And successfully.
- They’ve worked with the Agency before, and they’re well regarded.
- You were friends back in training, before the Agency recruited you. This could be military, law enforcement, or some weirder school: decide the details between you.
- They pulled you (and maybe your team) out of a terrible FUBARed mission.
- You got sent to “deal with them” as a hazard to the Agency’s policies one time. Tell them how you resolved this.
",
"searcher-hx": "- In your researches, you found accounts (and pictures) of someone matching their description perfectly, but long before they were born. Tell them if you have mentioned this.
- A relative. Decide between you how close.
- They were involved in a supernatural event similar to your first encounter. Perhaps it was the same event, or perhaps you investigated their event later. Ask them how the event affected them.
- You figured out a supernatural or weird secret they keep. Ask them what it is.
- You met when you were each investigating separate mysteries. Tell them what trick you used to protect them from weirdness and ask them how they saved you from a danger.
- You’re both veterans of a therapy or support group or a treatment program. Work out the details between you.
- Some creature or force is stalking them. Ask them what it is. Then decide if you’ve told them about it or if they are still happily unaware.
- You found their pet when it went missing. Where had it gone?
",
- "sidekick-hx": "- This hunter is your hero (you've picked some specific details already).
- You are a bit jealous of this hunter because of their relationship with your hero.
- You have feelings for this hunter, but you need to become a true hero before you are worthy of their love.
- You have been friends for years – decide between you when and where you originally met.
- You bonded almost instantly after defeating a monster together, the first time you worked as a team. Decide the details between you.
- This hunter knew you back when you were a nobody. Tell them something about the person you used to be, something you're now ashamed of.
- When you first became a hunter, you weren't sure what to do. This hunter introduced you to your hero.
- They saved your life when you were distracted, or maybe you couldn't get it together to fight back. You owe them one. Tell them the circumstances.
",
- "snoop-hx": "- You have a crush on them. Ask them if they've noticed.
- You're best friends from school/university (film class, maybe?).
- You met when they killed the monster you were doing a story on.
- ... missed a kill because of something you did. Ask them what you screwed up.
- ...were in danger of some unhelpful publicity, but you got the story killed.
- ...saved your ass when you did something stupid. Ask them what you did.
- ...is a huge fan of your work. Ask them if they keep quiet about it or if everyone knows.
- Relations, close or distant. Decide between you which.
",
+ "sidekick-hx": "- (For the hero) This hunter is your hero.
- This hunter makes you a bit jealous of their relationship with your hero.
- This hunter has been your friend for many years. Where did you meet?
- This hunter bonded with you after defeating a monster together, the first time you worked as a team. What was it?
- This hunter knew you back when you were a nobody. Tell them something about the person you used to be, something you’re now ashamed of.
- This hunter introduced you to your hero.
- This hunter saved your life when you were distracted, so you owe them big time.
- This hunter’s pretty great, they could have almost been your hero. Tell them why they’re not quite as good.
",
+ "snoop-hx": "- You’re best friends from school/university (film class, maybe?)
- You met this hunter when they killed a monster you were doing a story on. Ask them what it was.
- This hunter almost defeated a monster but you did something to prevent that. Ask them what the monster was, then tell them what you did. Was it an accident or on purpose?
- This hunter was in danger of some having unhelpful publicity, but you got the story killed.
- You have a crush on this hunter. Ask them if they’ve noticed.
- This hunter saved your ass when you did something stupid. Ask them what you did.
- This hunter is a huge fan of your work. Ask them if they keep quiet about it or if everyone knows?
- This hunter is a relation, close or distant. Decide between you exactly what.
",
"spellslinger-hx": "- They act as your conscience when the power goes to your head. Ask them about the last time this happened.
- Blood relation, though you were out of contact for years. Ask them how they reconnected with you.
- Mentor from another life. Ask them what they taught you.
- Your magic-fueled rescue of them introduced them to the supernatural. Tell them what creature was after them.
- An old rivalry has turned into a tight friendship. Tell them what you once fought over.
- You thought they were dead, and now they’re back. What “killed” them?
- They’re an on-again/off-again love interest. Ask them what keeps you apart. Tell them what keeps you together.
- A comrade-in-arms. You’ve faced the biggest threats together.
",
"spooky-hx": "- They taught you to control your powers, to the extent that you can control them at all.
- You are blood-kin. Decide together exactly what.
- You are married, or romantically involved. Decide between you the exact relationship.
- You’re old friends, and trust each other completely.
- You used your powers on them one time. Decide if it was for selfish reasons or not, and tell them if they found out about it.
- You’ve known each other some time, but since your powers manifested, you keep them at a distance emotionally.
- You hope they can help you control your powers.
- They saw you use your powers for selfish or vindictive reasons. Ask them who the victim was, and then tell them what you did.
",
- "summoned-hx": "- ... was there when you were summoned. Ask them who the summoners were.
- ... sees your human side. Ask them why.
- You could probably take this hunter in a fight, but you’re not certain. Together, decide when the last time you threw down was, and what interrupted your fight.
- Romantic obsession on your part. Ask them if they know about it, and if they reciprocate it.
- ... is tied into your destiny somehow. Tell them how they fit into your first sign of the Apocalypse.
- ... saved your ass when the shit went down. Ask them how.
- You met while separately hunting a monster. Ask them why you now work together.
- ...is your good friend. Tell them if it's from way back, or recently.
- ...you are suspicious about their motives. Ask them what they did that gave you doubts about them.
",
+ "summoned-hx": "- This hunter was there when you were summoned. Ask them who the summoners were.
- This hunter sees your human side. Ask them why.
- You could probably take this hunter in a fight, but you’re not certain. Together, decide when the last time you threw down was, and what interrupted your fight.
- This hunter fascinates you, romantically. Ask them if they know about it, and if they reciprocate it.
- This hunter is tied into your destiny somehow. Tell them how they fit into your first sign of the Apocalypse.
- This hunter saved your ass when the shit went down. Ask them how.
- You met this hunter while separately hunting a monster. Ask them why you now work together.
- This hunter is your good friend. Tell them if it’s from way back, or recently.
- You are suspicious about this hunter’s motives. Ask them what they did that gave you doubts about them.
",
"traveler-hx": "- They saw you coming from the future and thought you were one of the villains. Ask them how you convinced them.
- They taught you how to manage in the “modern world.” You still have trouble understanding how everything works, but they’re here to help.
- They’re one of your ancestors. Tell them how you’re related.
- They help you deal with the supernatural by trying to get you out of your over reliance on technology.
- They’re an excellent travel companion. You hope to one day be able to take them to your era and show them the future.
- They remind you of a loved one from your era. You will protect them at all costs.
- An eternally platonic romance. The two of you would make a great couple but you don’t want to get too involved in this era.
- They understand you perfectly, as if they came from the same era as you. This is comforting and gives you total confidence in them.
",
"wronged-hx": "- They helped you at a critical point in your quest for revenge. Tell them what you needed help with.
- They stood between you and what you needed to find out. Ask them why.
- They also lost a friend or relative to these monsters. Ask them who it was.
- Relations, close or distant. Tell them exactly what.
- You saved their life, back when they were a pathetic newbie hunter. Ask them what you saved them from.
- You respect their hard-earned knowledge, and often come to them for advice.
- They showed you the ropes when you were learning how to fight.
- They saw you absolutely lose it and go berserk. Tell them what the situation was, and ask them how much collateral damage you caused.
",
- "snoop-haven": "Film Lab: All the stuff you need to develop film, store negatives, and process digital images.",
+ "snoop-haven": "Film Lab and Editing Suite: All the stuff you need to develop film, store negatives, and process digital images.",
"first-choice": "First choice",
"second-choice": "Second choice",
"enabled": "(Enabled)",
@@ -1561,30 +1573,30 @@
"playtest-note": "Got feedback about a playtest? Email us at feedback@evilhat.com",
"the-spooktacular": "The Spooktacular",
"spooktacular": "Spooktacular",
- "spooktacular-desc": "A carnival worker with a history of supernatural entertainments as part of a travelling show. E.g. Carnivale.",
- "luck-special-spooktacular": "When you spend a Luck, you’re going to run into someone you met at the show. Could be good, could be bad, who knows?",
+ "spooktacular-desc": "A carnival worker with a history of supernatural entertainments as part of a traveling show. E.g. Carnivale.",
+ "luck-special-spooktacular": "When you spend a Luck, you’re going to run into someone you met at the Show. Could be good, could be bad, who knows?",
"the-show": "The Show",
- "the-show-instruct": "You spent a long time with this travelling show and have an ability based on its style. Are you still with them? If so, how do you balance work and monster hunting? If you left, why was that?",
- "the-show-pick": "Pick your show’s specialty:",
- "the-show1": "An Infernal Power: A Big Bad operated the show for evil purposes. You signed a contract. Take a three-box infernal favour track. Spend these as if they were Luck points. They may be refreshed whenever the Power wishes, but they will ask you to do something terrible first. What sin have you already committed?",
+ "the-show-instruct": "You spent a long time with this traveling Show and have an ability based on its style. Are you still with them? If so, how do you balance work and monster hunting? If you left, why was that?",
+ "the-show-pick": "Pick your Show’s specialty:",
+ "the-show1": "An Infernal Power: A Big Bad operated the Show for evil purposes. You signed the contract—take a three-box infernal favour track. Spend these as if they were Luck points. The Big Bad may restore these points when they wish, but first you must do something unforgivably terrible. What sin have you already committed?",
"infernal-favour": "Infernal Favour",
"the-show2": "Magic & Illusions: You can cast confounding spells. When you weave an illusion, roll +Weird. On a 10+ everyone is fooled, they are either led in a direction of your choice or you and those you choose escape undetected. On a 7-9, it doesn’t quite work: misdirect or escape as a 10+ result, but the Keeper chooses one: someone isn’t fooled, or you gain unwelcome attention. On a miss, it goes badly as magic always does.",
"the-show3": "Making Money: You’ve got a lot of practice bamboozling folks. When you want to mess with someone, roll +Charm. On a 10+, they don’t know what’s going on and overlook something of your choice. On a 7-9 they still overlook something but they’re more angry than baffled. On a miss, you better run.",
- "the-show4": "Problem Solvers: The show rolls into town, people visit and reveal their difficulties. The crew arrange to make things better, leaving each town a little happier than when you arrived. Well, when things go smoothly anyhow. When you spend an hour or so in conversation with someone, or observe them for a few hours, the Keeper will tell you what’s their biggest problem right at the moment.",
+ "the-show4": "Problem Solvers: The Show rolls into town, people visit and reveal their difficulties. The crew arrange to make things better, leaving each town a little happier than when you arrived. Well, when things go smoothly anyhow. When you chat to someone, or observe them for a few minutes, the Keeper will tell you what their biggest problem is right now.",
"the-show5": "Supernatural Creatures: You’re not entirely human yourself. Pick a single supernatural move from any hunter playbook (the Monstrous is a good place to start). How does your inhuman nature show?",
- "spooktacular-move1": "Put On A Show: You can entertain people and get them to feel joy and forget their troubles. Decide what the show is like, and roll +Charm if it’s pure performance or +Weird if you add a pinch of magic. On a 10+ the audience is transported and happy. Troubles and trauma are eased in their minds, for a good while. On a 7-9 pick one: the effect just lasts a little while, or the regular time but there’s a ruckus when you’re done.",
- "spooktacular-move2": "A Negligible Price: You can make a magical deal to fulfill a desire for someone else. The price is that they reveal to you a secret, the world then arranges itself to fulfill their desire, matching the scale and impact of the secret.",
+ "spooktacular-move1": "Put On A Show: You can entertain people so they feel joy and forget their troubles. Say what you do and roll +Charm if it’s pure performance or +Weird if you add a pinch of magic. On a 10+ the audience is transported and happy. Troubles and trauma are eased in their minds, for a good while. On a 7-9 pick one: the effect just lasts a little while, or the regular time but there’s a ruckus when you’re done.",
+ "spooktacular-move2": "A Negligible Price: You can make a magical deal to fulfill a desire for someone else. The price is that they reveal to you a secret, the world then arranges itself to fulfill their desire, fitting the scale of the secret.",
"spooktacular-move3": "Easygoin’: You have the gift of being friendly and easy to chat to. When you try to make a good impression on someone you just met, roll +Charm. On a 10+ they treat you as a trustworthy and friendly acquaintance. On a 7-9 they open up more than usual but still regard you as a stranger. On a 6 or less, they think you’re playing them, and they’ll not trust you or your companions.",
"spooktacular-move4": "Pay It Backward: Give yourself or someone else an advantage on any roll: roll 3 dice and select the best 2 for your result. Whenever you do this, the Keeper gains 1 hold. That hold may be spent to give any hunter (but usually you) a disadvantage: roll 3 dice and select the worst 2 instead.",
- "spooktacular-move5": "The Old Crew: You have an ally team of show folks you worked with. They are great at setting up a scene, creating a distraction, or even intimidating folks. Pick an ally type for them.",
- "spooktacular-move6": "The Game Is Fixed: When you use magic in a fairground, take +1 forward. Gain the following effects you may choose for use magic:- Someone fails a skilled task
- You disappear unnoticed and untraceable into a crowd, mist, wood, or fairground
- Instantly set up or pack away a carnival stall or camp site
- Track someone
- Get a bunch of cash.
",
- "spooktacular-gear": "You get one dangerous tool, one vehicle, one mystical item, and all the paraphernalia.",
- "spooktacular-tools": "Dangerous Tools",
+ "spooktacular-move5": "The Old Crew: You have an ally team of Show folks you worked with. They are great at setting up a scene, creating a distraction, or even intimidating folks.",
+ "spooktacular-move6": "The Game Is Fixed: When you usemagic in a crowded and chaotic place (like a fairground), take +1 forward. You may also choose the following effects whenever you use magic:- Someone fails a skilled task
- You disappear unnoticed and untraceable into a crowded and chaotic scene
- Instantly set up or pack away a carnival stall or camp site
- Track someone
- Get a bunch of cash.
",
+ "spooktacular-gear": "You get one camp tool, one vehicle, one mystical item, and all the paraphernalia.",
+ "spooktacular-tools": "Camp Tools",
"spooktacular-vehicles": "Vehicles",
"spooktacular-mysticalitems": "Mystical Items",
"spooktacular-stuff": "Paraphernalia",
"spooktacular-gear1": "Pocket knife or multitool (1-harm hand useful small).",
- "spooktacular-gear2": "Hammer (1-harm hand useful messy).",
+ "spooktacular-gear2": "Mallet (1-harm hand useful blunt).",
"spooktacular-gear3": "Crowbar (2-harm hand useful messy).",
"spooktacular-gear4": "Baseball bat or similar (2-harm hand).",
"spooktacular-gear5": "Hatchet (2-harm hand messy).",
@@ -1592,15 +1604,16 @@
"spooktacular-gear7": "Pickup.",
"spooktacular-gear8": "Van.",
"spooktacular-gear9": "Truck.",
- "spooktacular-gear10": "Ghost Shades. Sunglasses that can see into the spirit world.",
+ "spooktacular-gear9b": "Motorcycle & sidecar.",
+ "spooktacular-gear10": "Ghost Shades. Sunglasses that can see into the spirit world (it seems darker than usual, obviously).",
"spooktacular-gear11": "Really Big Plush Dog (Animated). Somehow this came to life. It’s kind of like a regular dog?",
"spooktacular-gear12": "Returning 100. Spend this hundred dollar bill, and it will come back in a day or so.",
"spooktacular-gear13": "Scamulet. Heats up whenever someone’s running a scam on you.",
"spooktacular-gear14": "Wizard Tent. Worn and crappy on the outside, big and luxurious on the inside.",
"spooktacular-gear15": "You have all of this crap: Tickets to a show, Snack vouchers, Decks of cards, Pairs of dice, Magic trick props, Camping gear, Makeup, Costume accessories.",
- "spooktacular-hx": "- They worked the show with you. Ask them how long–it was at least a few months, time enough to become friends.
- You knew each other as kids. Ask them what town you both hail from. Did you run away to join the show?
- \"No, I certainly did not rip you off in that town a few years back. Must have been a different show, mate.\"
- They were hunting a monster when your show was in town, and thought it might be one of the crew. Was it? How did you resolve things?
- Estranged family members. Decide the exact relationship together.
- Something got loose from the show, a few years back, and they ended up helping you secure it again. Tell them what got loose, then ask how they ended up hunting it too.
- A fortune teller told you they are part of your destiny. Ask their player what the rest of the fortune said.
- This weird old person pointed them out to you when you were in a bad spot. Ask them why they helped you get back on track.
",
+ "spooktacular-hx": "- This hunter worked the Show with you. Ask them for how long—it was at least a few months, time enough to become friends.
- You knew each other as kids. Ask them what town you both hail from. Did you run away to join the Show?
- \"No, I certainly did not rip you off in that town a few years back. Must have been a different show, mate.\"
- This hunter was chasing a monster when the Show was in town, and thought it might be one of the crew. Was it? How did you resolve things?
- Estranged family members. Decide the exact relationship together.
- Something got loose from the Show, a few years back, and they ended up helping you secure it again. Tell them what got loose, then ask how they ended up hunting it too.
- A fortune teller told you they are part of your destiny. Ask their player what the rest of the fortune said.
- This weird old person pointed them out to you when you were in a bad spot. Ask them why they helped you get back on track.
",
"spooktacular-imp1": "Take another Show option",
- "spooktacular-advimp1": "Get your own traveling show. Maybe you take over your old one, maybe you start anew.",
+ "spooktacular-advimp1": "Get your own traveling Show. Maybe you take over your old one, maybe you start anew.",
"alt-move-desc": "If you're using the alternative weird moves options from Tome of Mysteries, here they are. Tick the checkbox next to any move you're able to use.",
"the-constructed": "The Constructed",
"constructed": "Constructed",
@@ -1631,7 +1644,7 @@
"reason6": "You ran away.",
"reason7": "You were lost in the war. Who were you fighting?",
"reason8": "You were broken but now restored. Who fixed you?",
- "constructed-hx": "- This hunter is the person who created you. Tell them how you feel about them.
- This hunter is the first one who treated you like a person instead of a thing. Ask them what you did that made them think of you that way.
- This hunter is still afraid of you. Work out with them why that is.
- This hunter is treats you like pet, fondly but dismissively. Ask them why.
- This hunter is a good friend. Tell them if it’s from way back, or recently.
- This hunter makes you a bit suspicious. What makes you feel that way?
- This hunter thought you were a monster and tried to kill you. Tell them why you are now friends.
- This hunter has known you since they were little. Ask them what the nature of your relationship is.
",
+ "constructed-hx": "- This hunter is your creator. Tell them how you feel about them.
- This hunter is the first one who treated you like a person instead of a thing. Ask them what you did that made them think of you that way.
- This hunter is still afraid of you. Work out with them why that is.
- This hunter is treats you like pet, fondly but dismissively. Ask them why.
- This hunter is a good friend. Tell them if it’s from way back, or recently.
- This hunter makes you a bit suspicious. What makes you feel that way?
- This hunter thought you were a monster and tried to kill you. Figure out why you are now friends.
- This hunter has known you since they were little. Ask them what the nature of your relationship is.
",
"constructed-move1": "Inhuman: You have a hard time understanding human behavior, mannerisms, and emotions. When making move relying on social intelligence, take -1. People don’t get you either, so other hunters suffer a -1 if they try to manipulate you. You also get 10 harm boxes instead of 7, and do not become unstable due to damage. ",
"constructed-move2": "Recharge: You may repair youself by immersing yourself into a source of your animating force, but it’s dangerous. Roll +Weird. On a 10+, heal 3-harm. On a 7-9, heal 2-harm. On a 6 or less, the energy overwhelms you, which never ends well.",
"constructed-move3": "Detachable Parts: You may detach one or more of your body parts. They act as an ally: subordinate (motivation: to follow your exact instructions). Each is able to move and sense in some way.",
@@ -1653,5 +1666,57 @@
"constructed-imp1": "Gain an ally: you make a friend (literally).",
"constructed-imp2": "Adjust your needs: mark a second animating force",
"constructed-advimp1": "Become human, and change to a new type.",
+ "sidekick-reminder": "Remember to take +1 on your hero’s best rating as well!",
+ "the-hardcase2020": "The Hardcase (2020)",
+ "hardcase2020": "Hardcase (2020)",
+ "hardcase2020-desc": "The new Hard Case playbook, significantly different from the original.",
+ "luck-special-hardcase2020": "When you spend a point of Luck, someone you fought in the past is going to turn up. Did you part as enemies or with respect?",
+ "hardcase2020-hx": "- This hunter is blood kin. Decide how you’re related, then ask them how you fit into the family.
- You beat the tar out of this hunter one time. Ask them why. Then tell them why you work together now.
- This hunter saw you lose control one time and go on a rampage. Tell them what started it, then ask them what you did.
- You respect each other as comrades-in-arms: the two toughest bastards in this outfit.
- You respect this hunter’s brains. Someone with that many ideas, you want them on your side.
- You came across this hunter in your time of hard knocks. Decide how they were involved and how you became good friends.
- You have a crush on this hunter. Ask them if it’s reciprocal, and if you know or not.
- This hunter saved your life when you were about to step on that rainbow.
",
+ "hardknocks": "Hard Knocks",
+ "hardknocks-desc": "You had a long, harsh schooling to get as hard as you are. What was it? Pick one:",
+ "hardknocks1": "Bodyguard: When you spend 1 Fire to protect someone, as well as +1 forward, you may protect them even if they are out of reach or the harm they are about to suffer would be unstoppable. Get an ally group of old colleagues: good at protecting people. Get the “concealed armour” gear pick.",
+ "hardknocks2": "Enforcer: Spend 1 Fire to look so scary that it counts as a reason for manipulating someone. After you roll, if you terrify them, spend Fire 1-for-1 to increase your result. Gain an ally who can help with money, disguises, back you up, or get underworld gossip. Get the “bag of cash” gear pick.",
+ "hardknocks3": "Secret Martial Art: Spend Fire 1-for-1 to increase harm inflicted by your unarmed attacks. Your unarmed attacks gain `ignore-armour`. Get an ally, a mentor or student: good in a fight or philosophical discussion. Get the “ancient sword” gear pick.",
+ "hardknocks4": "Military: When you’re using military gear on a move, you may spend 2 Fire to boost the result level (a miss becomes a 7-9, 7-9 becomes 10+, or 10+ becomes 12+). You have an ally group, your old comrades: good in a fight or when you need help making preparations. Get the “battered assault rifle” gear pick.",
+ "hardknocks5": "Resistance: What was your cause? You have contacts amongst sympathetic activists. If you need help and it fits the cause, call on them. Roll +Charm. On a 10+ they will help. On a 7-9 they’ll help you but then you have to help them. On a miss, they help but you get drawn into their trouble. You may spend 2-Fire instead of rolling; you rouse them and they’ll help as if you rolled 10+. Gain an ally, an old comrade from the movement. Get the “spell formula” gear pick.",
+ "hardknocks6": "Street Fighter: When you have an ally standing by your side, spend 1-Fire to add +2 harm when you inflict harm. If there are multiple allies at your side, you may spend Fire for each. Gain an ally, an old friend you can count on for anything. Get the “firewater” gear pick.",
+ "hardcase2020-move1": "Furnace: You have a Fire track with 10 boxes. Mark 1 Fire per harm you suffer, every time someone openly defies you, and every time a friend is hurt. You may spend 1 Fire to add +1-harm whenever you inflict harm, or take +1 to a kick some ass or protect someone move. Fire is cleared between mysteries.",
+ "hardcase2020-move2": "Unstoppable: You may spend 3 Fire to avoid or heal 2-harm. This also stabilizes you, if appropriate.",
+ "hardcase2020-move3": "Ascetic: Spend 1 Fire to ignore all pain and discomfort in your current situation, even beyond normal human tolerances.",
+ "hardcase2020-move4": "Always Angry: Start mysteries with 2 Fire marked.",
+ "hardcase2020-move5": "FINISH HIM!: When you have Fire remaining and strike a foe for 3-harm or more, tell the Keeper how much Fire you have and ask if that’s enough. If the foe has that much or less harm capacity left, the Keeper will tell you. You may spend all your Fire immediately to make a follow up attack, defeating your foe.",
+ "hardcase2020-move6": "Inspired Guesswork: When you investigate a mystery, you may spend 1 Fire to add 1 extra hold. The extra question must be about powers, motivations, or weaknesses.",
+ "hardcase2020-move7": "Stone Cold: You never really get ruffled by danger. Gain +1 whenever pain or fear requires you act under pressure. Your nearby allies also gain this bonus against pain and fear, as long as you keep it together.",
+ "hardcase2020-move8": "Weapon Master: When you take possession of a new weapon you may add, remove, or change one tag. This change only applies for you. When you get this move, apply it to all your current weapons.",
+ "fire": "Fire",
+ "calm": "Calm",
+ "raging": "Raging",
+ "hardcase-vehicles": "Vehicles",
+ "hardcase-other": "Other Items",
+ "hardcase2020-gear-directions": "You get one Hard Case weapon, one vehicle, one other, and whatever you got from your Hard Knocks.",
+ "hardcase2020-gear1": "Ancient sword (2-harm hand valuable balanced holy)",
+ "hardcase2020-gear2": "Auto shotgun (3-harm close load reload area)",
+ "hardcase2020-gear3": "Battered assault rifle (3-harm close/far area loud)",
+ "hardcase2020-gear4": "Chainsaw (3-harm hand unreliable messy heavy)",
+ "hardcase2020-gear5": "Crowbar (2-harm hand messy innocuous)",
+ "hardcase2020-gear6": "Hand cannon (3-harm close loud)",
+ "hardcase2020-gear7": "Huge fucking knife (2-harm hand messy)",
+ "hardcase2020-gear8": "Shotgun (3-harm close messy)",
+ "hardcase2020-gear9": "Hunting rifle (2-harm far loud)",
+ "hardcase2020-gear10": "Pistol (2-harm close)",
+ "hardcase2020-gear11": "Big knife (1-harm hand)",
+ "hardcase2020-gear12": "Pickup",
+ "hardcase2020-gear13": "Motorbike",
+ "hardcase2020-gear14": "Muscle car",
+ "hardcase2020-gear15": "Sportscar",
+ "hardcase2020-gear16": "Concealed armour (1-armour hidden)",
+ "hardcase2020-gear17": "Heavy armour (2-armour heavy)",
+ "hardcase2020-gear18": "Firewater (once per mystery, drink it to mark 1 Fire)",
+ "hardcase2020-gear19": "Bag of cash (untraceable)",
+ "hardcase2020-gear20": "Ghost detector (unreliable)",
+ "hardcase2020-gear21": "A bunch of old monster hunting journals",
+ "hardcase2020-gear22": "A spell formula, written on a napkin",
+ "hardcase2020-advance1": "Your Fire track increases to 13 boxes.",
+ "constructed-unstable": "You get 10 harm boxes and do not become unstable.",
"end_newstuff": ""
}
\ No newline at end of file
diff --git a/Monsterhearts-2/Monsterhearts-2.html b/Monsterhearts-2/Monsterhearts-2.html
index 9d2ad65f10..781a62d437 100644
--- a/Monsterhearts-2/Monsterhearts-2.html
+++ b/Monsterhearts-2/Monsterhearts-2.html
@@ -1347,7 +1347,7 @@
Your Backstory
- You have two friends whom you rely on for monster-slaying or crime-fighting support. Take a String on each.
+ You have two friends whom you rely on for monster-slaying or crime-fighting support. Take a String on each.
There's someone who knows that you're the Chosen one, and wants you dead. Describe them. The MC will give them a name and two Strings on you.
@@ -1377,21 +1377,21 @@
-
Chosen Moves
-
Choose two:
+
Chosen Moves
+
Choose two:
-
Growing Pains: When you fail to protect your friends, mark experience.
+
Growing Pains: When you fail to protect your friends, mark experience.
-
Mercy: When you decide to spare someone you have reason to kill, take a String on them.
+
Mercy: When you decide to spare someone you have reason to kill, take a String on them.
-
Final Showdown: Spend 4 Strings on a side character to kill them. They are totally and irrevocably dead.
+
Final Showdown: Spend 4 Strings on a side character to kill them. They are totally and irrevocably dead.
-
To The Books: When the chips are down and your enemies seem unbeatable, you can turn to your friends for research help. Doing so counts as Gazing Into the Abyss. Add 1 to your roll for each friend who really dives into the work, even when it gets monotonous. On a 10 up, in addition to other results, the visions show you your enemy's secret weakness and you gain a String on them.
+
To The Books: When the chips are down and your enemies seem unbeatable, you can turn to your friends for research help. Doing so counts as Gazing Into the Abyss. Add 1 to your roll for each friend who really dives into the work, even when it gets monotonous. On a 10 up, in addition to other results, the visions show you your enemy's secret weakness and you gain a String on them.
-
Take the Blow: When you leap into the way and take the blow instead of someone else, roll with Volatile. On a 10 up, you take the Harm instead of them, but reduce it by 1. • On a 7-9, you take the Harm instead of them.
+
Take the Blow: When you leap into the way and take the blow instead of someone else, roll with Volatile. On a 10 up, you take the Harm instead of them, but reduce it by 1. • On a 7-9, you take the Harm instead of them.
-
Light the Way: Whenever your friends follow your commands or your lead, they add 1 to their rolls.
+
Light the Way: Whenever your friends follow your commands or your lead, they add 1 to their rolls.
@@ -1405,11 +1405,11 @@
Sex Move
- When you have sex, heal all of your wounds, and cure all of your Conditions. If they disgust you, give them a String. If you disgust yourself, give them a String.
+ When you have sex, heal all of your wounds, and cure all of your Conditions. If they disgust you, give them a String. If you disgust yourself, give them a String.
Darkest Self
- None of your friends can help. They're not strong like you are. You need to chase down the biggest threat imaginable, immediately and alone. Any challenges or dangers that you encounter must be faced head on, even if they might kill you. You escape your Darkest Self when someone comes to your rescue or you wake up in the hospital, whichever comes first.
+ None of your friends can help. They're not strong like you are. You need to chase down the biggest threat imaginable, immediately and alone. Any challenges or dangers that you encounter must be faced head on, even if they might kill you. You escape your Darkest Self when someone comes to your rescue or you wake up in the hospital, whichever comes first.
Experience
@@ -1421,12 +1421,12 @@
When you have five experience points, erase them and choose one advancement from the list below:
- Add +1 to one of your stats.
- Take another Chosen move.
- Take another Chosen move.
- Take a move from any Skin.
- Take a move from any Skin.
- You have Unholy Allies.
+ Add +1 to one of your stats.
+ Take another Chosen move.
+ Take another Chosen move.
+ Take a move from any Skin.
+ Take a move from any Skin.
+ You have Unholy Allies.
Don't forget to manually add any advancements to your sheet. Check any you've already taken.
@@ -1469,7 +1469,7 @@
Your Backstory
- You've been watching someone, trying to learn from them what it means to be human. Gain two Strings on them.
+ You've been watching someone, trying to learn from them what it means to be human. Gain two Strings on them.
Your family seeks to control your every move, and they will not be denied. The head of your family gains two Strings on you.
@@ -1499,11 +1499,11 @@
-
Serpentine Moves
-
You get Failing Dynasty, and choose one more:
+
Serpentine Moves
+
You get Failing Dynasty, and choose one more:
-
Failing Dynasty: In the age of serpents, your family was powerful and prolific. Now, they live in a shadow of their former glory. They want to regain (choose one):
+ Failing Dynasty: In the age of serpents, your family was powerful and prolific. Now, they live in a shadow of their former glory. They want to regain (choose one):
✦ their political clout,
✦ their old wealth,
✦ their failing beauty,
@@ -1512,13 +1512,13 @@
Whenever you are convinced to do the bidding of a family member, take 1 Forward to doing it and that family member gains a String on you. Whenever you help your family regain some of their former glory, mark experience.
- Mesmerizing: When you stare at someone without blinking, roll with Hot. On a 10 up, they freeze up until you blink or someone touches them, and afterwards they don't really remember anything unusual happening. • On a 7-9, it'll still work, but only if you hiss loudly the entire time (and they'll definitely know something weird happened).
+ Mesmerizing: When you stare at someone without blinking, roll with Hot. On a 10 up, they freeze up until you blink or someone touches them, and afterwards they don't really remember anything unusual happening. • On a 7-9, it'll still work, but only if you hiss loudly the entire time (and they'll definitely know something weird happened).
- The Big Reveal: When you reveal your true form to someone, they gain a String on you. If they accept you as you truly are, they mark experience. If they reject you, take 1 Forward against them.
+ The Big Reveal: When you reveal your true form to someone, they gain a String on you. If they accept you as you truly are, they mark experience. If they reject you, take 1 Forward against them.
- The New Order: When you learn to meet one of your needs within human society rather than within your family, mark experience. When others help you fit in better with human society, they mark experience.
+ The New Order: When you learn to meet one of your needs within human society rather than within your family, mark experience. When others help you fit in better with human society, they mark experience.
- Patience is a Virtue: When you bite your tongue and don't respond to an antagonist, roll with Cold. On a 10 up, gain a String on them. • On a 7-9, take 1 Forward to striking the next time you see them.
+ Patience is a Virtue: When you bite your tongue and don't respond to an antagonist, roll with Cold. On a 10 up, gain a String on them. • On a 7-9, take 1 Forward to striking the next time you see them.
@@ -1532,11 +1532,11 @@
Sex Move
- If your family learns that you've had sex with someone, that person becomes part of your family's Failing Dynasty. If they're a main character, they add the move to their sheet.
+ If your family learns that you've had sex with someone, that person becomes part of your family's Failing Dynasty. If they're a main character, they add the move to their sheet.
Darkest Self
- The human and serpent worlds are too different, and you'll never be able to reconcile their demands. The only way out is to choose a side, as decisively and irrevocably as possible. Watch carefully and quietly for an opportunity, and then strike, regardless of who needs to be hobbled or devoured in the process. It's the only way to make the world simple again, and find your place at last. You escape your Darkest Self when you accept your complicated place in the world, or when you moult.
+ The human and serpent worlds are too different, and you'll never be able to reconcile their demands. The only way out is to choose a side, as decisively and irrevocably as possible. Watch carefully and quietly for an opportunity, and then strike, regardless of who needs to be hobbled or devoured in the process. It's the only way to make the world simple again, and find your place at last. You escape your Darkest Self when you accept your complicated place in the world, or when you moult.
Experience
@@ -1548,12 +1548,12 @@
When you have five experience points, erase them and choose one advancement from the list below:
- Add +1 to one of your stats.
- Take another Serpentine move.
- Take another Serpentine move.
- Take a move from any Skin.
- Take a move from any Skin.
- You belong to a Nest of Humans.
+ Add +1 to one of your stats.
+ Take another Serpentine move.
+ Take another Serpentine move.
+ Take a move from any Skin.
+ Take a move from any Skin.
+ You belong to a Nest of Humans.
Don't forget to manually add any advancements to your sheet. Check any you've already taken.
@@ -1596,7 +1596,7 @@
Your Backstory
- Someone managed to slip past you, a damned and wicked soul hiding among the pure. You've tracked them down. Gain two Strings on them.
+ Someone managed to slip past you, a damned and wicked soul hiding among the pure. You've tracked them down. Gain two Strings on them.
You don't fit in. Give yourself a Condition.
@@ -1628,27 +1628,27 @@
-
Cerberus Moves
-
You get Watch Dog, and choose one more:
+
Cerberus Moves
+
You get Watch Dog, and choose one more:
-
Watch Dog: You exist in the liminal space between two communities: one is resplendent with light, the other is damned to the shadows. It is your duty to guard the boundary.
+ Watch Dog: You exist in the liminal space between two communities: one is resplendent with light, the other is damned to the shadows. It is your duty to guard the boundary.
Mark experience whenever you weed out someone on the wrong side of the divide and put them in their place.
- Arbiter: When you give someone a Condition, mark experience.
+ Arbiter: When you give someone a Condition, mark experience.
- Dig Deeper: When you Gaze Into the Abyss by snooping around for dirt on someone, add 1 to your roll. On a 10 up, the owner of that character will tell you a secret, and you can choose to give them a Condition to reflect what you've learned.
+ Dig Deeper: When you Gaze Into the Abyss by snooping around for dirt on someone, add 1 to your roll. On a 10 up, the owner of that character will tell you a secret, and you can choose to give them a Condition to reflect what you've learned.
- Loyal: Whoever currently has the most Strings on you is your Master. When you take action to protect or help your Master, add 1 to your roll and they gain a String on you.
+ Loyal: Whoever currently has the most Strings on you is your Master. When you take action to protect or help your Master, add 1 to your roll and they gain a String on you.
When you become your Darkest Self, your current Master loses all Strings on you.
- Bark, Then Bite: When you take advantage of a Condition that you gave to someone, it adds 2 to your roll instead of 1.
+ Bark, Then Bite: When you take advantage of a Condition that you gave to someone, it adds 2 to your roll instead of 1.
- Doomed Outsider: When trying to drive others away from you, or escape their care, you can take advantage of your own Conditions to add to your roll.
+ Doomed Outsider: When trying to drive others away from you, or escape their care, you can take advantage of your own Conditions to add to your roll.
- Hot Take: When you discover an injustice that has long been hidden or covered up, add 1 to your rolls to bring it to light and to justice as immediately as possible.
+ Hot Take: When you discover an injustice that has long been hidden or covered up, add 1 to your rolls to bring it to light and to justice as immediately as possible.
@@ -1662,11 +1662,11 @@
Sex Move
- When you have sex with someone, tell them why you don't belong in their world. If they agree, give yourself a Condition to reflect. If they disagree, you gain a String on them.
+ When you have sex with someone, tell them why you don't belong in their world. If they agree, give yourself a Condition to reflect. If they disagree, you gain a String on them.
Darkest Self
- You do your best to be a good boy, but you come from a very bad place. Let's face it: you're a mangy, unlovable beast from hell. You were born to snarl and to bite. Anyone who's gotten close to you needs to be driven away, violently if necessary. You must return to the shadows, dragging the damned back down there with you. You escape your Darkest Self when disrupted by a virtuous hero, or when the power of true love tempers your resolve.
+ You do your best to be a good boy, but you come from a very bad place. Let's face it: you're a mangy, unlovable beast from hell. You were born to snarl and to bite. Anyone who's gotten close to you needs to be driven away, violently if necessary. You must return to the shadows, dragging the damned back down there with you. You escape your Darkest Self when disrupted by a virtuous hero, or when the power of true love tempers your resolve.
Experience
@@ -1678,12 +1678,12 @@
When you have five experience points, erase them and choose one advancement from the list below:
- Add +1 to one of your stats.
- Take another Cerberus move.
- Take another Cerberus move.
- Take a move from any Skin.
- Take a move from any Skin.
- You have Serpents at Your Back.
+ Add +1 to one of your stats.
+ Take another Cerberus move.
+ Take another Cerberus move.
+ Take a move from any Skin.
+ Take a move from any Skin.
+ You have Serpents at Your Back.
Don't forget to manually add any advancements to your sheet. Check any you've already taken.
@@ -1726,7 +1726,7 @@
Your Backstory
- You've sworn a pact of secrecy with someone. Over what? You gain 2 Strings on each other.
+ You've sworn a pact of secrecy with someone. Over what? You gain 2 Strings on each other.
One of the adults in your life is worried about you. They gain a String on you.
@@ -1758,13 +1758,13 @@
-
Disciple Moves
-
You get End of the World and Idols, and choose one more:
+
Disciple Moves
+
You get End of the World and Idols, and choose one more:
-
End of the World: You have sworn fealty to a Wicked Master. Once it has accumulated six hundred sixty-six Strings, it can fully materialize in this realm, possessing immeasurable power.
+
End of the World: You have sworn fealty to a Wicked Master. Once it has accumulated six hundred sixty-six Strings, it can fully materialize in this realm, possessing immeasurable power.
-
Idols: You create idols to your Wicked Master, in the form of (choose 1):
+ Idols: You create idols to your Wicked Master, in the form of (choose 1):
✦ cloth dolls,
✦ carved sigils,
✦ statues,
@@ -1775,15 +1775,15 @@
Each idol counts as a String on you, held by the Wicked Master unless someone else seizes control of it or destroys it.
- Blood Offerings: Every time you suffer Harm, the Wicked Master gains a String on you and you mark experience.
+ Blood Offerings: Every time you suffer Harm, the Wicked Master gains a String on you and you mark experience.
- Spoken For: Whenever someone else gains a String on you, your Wicked Master gains a String on them.
+ Spoken For: Whenever someone else gains a String on you, your Wicked Master gains a String on them.
- Secret Mission: Whenever you lie to someone about your true motives, and they foolishly believe you, gain a String on them.
+ Secret Mission: Whenever you lie to someone about your true motives, and they foolishly believe you, gain a String on them.
- Incantations: When you Gaze Into the Abyss to entreat the Wicked Master, it gains a String on you. On a 10 up, the Wicked Master reveals the next stage of its plan, and you take ongoing 1 Forward to all rolls made to enact this bidding.
+ Incantations: When you Gaze Into the Abyss to entreat the Wicked Master, it gains a String on you. On a 10 up, the Wicked Master reveals the next stage of its plan, and you take ongoing 1 Forward to all rolls made to enact this bidding.
- Soul Recruiter: When you bring an innocent soul to the Wicked Master, mark experience.
+ Soul Recruiter: When you bring an innocent soul to the Wicked Master, mark experience.
@@ -1796,13 +1796,13 @@
-
Heart Move
- When you allow yourself to fall in love with someone, truly fall in love, and that person loves you back, erase half of the Strings that your Wicked Master holds on you, rounded up.
+ Heart Move
+ When you allow yourself to fall in love with someone, truly fall in love, and that person loves you back, erase half of the Strings that your Wicked Master holds on you, rounded up.
Darkest Self
- They're fools to ignore you and mistreat you. When the world goes up in flames, you'll make sure they are among the first to burn. Do whatever it takes to summon your otherworldly patron, and drive off anyone who gets in your way. You escape your Darkest Self when the Wicked Master fully materializes in this realm, or when a narrow miss convinces you it would be better to return to keeping a low profile and bide your time.
+ They're fools to ignore you and mistreat you. When the world goes up in flames, you'll make sure they are among the first to burn. Do whatever it takes to summon your otherworldly patron, and drive off anyone who gets in your way. You escape your Darkest Self when the Wicked Master fully materializes in this realm, or when a narrow miss convinces you it would be better to return to keeping a low profile and bide your time.
@@ -1815,12 +1815,12 @@
When you have five experience points, erase them and choose one advancement from the list below:
- Add +1 to one of your stats.
- Take another Disciple move.
- Take another Disciple move.
- Take a move from any Skin.
- Take a move from any Skin.
- Join an Ascension Group.
+ Add +1 to one of your stats.
+ Take another Disciple move.
+ Take another Disciple move.
+ Take a move from any Skin.
+ Take a move from any Skin.
+ Join an Ascension Group.
Don't forget to manually add any advancements to your sheet. Check any you've already taken.
diff --git a/Monsterhearts-2/translation.json b/Monsterhearts-2/translation.json
index 3826388e84..df8038b36a 100644
--- a/Monsterhearts-2/translation.json
+++ b/Monsterhearts-2/translation.json
@@ -401,7 +401,7 @@
"text-disciple-move6desc":" When you
Gaze Into the Abyss to entreat the Wicked Master, it gains a String on you. On a 10 up, the Wicked Master reveals the next stage of its plan, and you take an ongoing 1 Forward to all rolls made to enact this bidding.",
"text-disciple-move7name":"Soul Recruiter",
"text-disciple-move7desc":" When you bring an innocent soul to the Wicked Master, mark experience.",
- "lbl-sexmove":"Heart Move",
+ "lbl-heartmove":"Heart Move",
"text-disciple-sexmove":"When you allow yourself to fall in love with someone, truly fall in love, and that person loves you back, erase half of the Strings that your Wicked Master holds on you, rounded up.",
"text-disciple-darkestself":"They're fools to ignore you and mistreat you. When the world goes up in flames, you'll make sure they are among the first to burn. Do whatever it takes to summon your otherworldly patron, and drive off anyone who gets in your way. You escape your Darkest Self when the Wicked Master fully materializes in this realm, or when a narrow miss convinces you it would be better to return to keeping a low profile and biding your time. ",
"text-disciple-advance1":" Add +1 to one of your stats. ",
diff --git a/Old Dragon - Aprimorado/od_enhanced.html b/Old Dragon - Aprimorado/od_enhanced.html
index 7575f13a23..3f1877e62a 100644
--- a/Old Dragon - Aprimorado/od_enhanced.html
+++ b/Old Dragon - Aprimorado/od_enhanced.html
@@ -136,9 +136,7 @@
-
-
Constituição
-
@@ -179,7 +176,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
t
@@ -485,10 +469,6 @@
-
-
-
-
@@ -514,7 +494,6 @@
-
@@ -522,14 +501,9 @@
-
-
-
-
-
@@ -592,7 +566,7 @@
value="@{ftf-base}+[[@{ftf-strength}]]+@{ftf-item}+@{ftf-outros}" disabled="true"/>
-
+
@@ -622,7 +596,7 @@
value="(@{dis-base}+@{dis-dexterity}+@{dis-item}+@{dis-outros})" disabled="true"/>
-
+
@@ -657,7 +631,6 @@
-
@@ -758,7 +731,7 @@
t
@@ -805,7 +778,7 @@
-
+
-
-
-
15
-
-
-
15
-
-
-
-
+