From 6e80394b5a3d7e717b9806735397746ff975fca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anja=20M=C3=B6ller?= Date: Wed, 17 Mar 2021 21:44:36 +0100 Subject: [PATCH 01/11] Initial commit with redesign of menu, Grundwerte page, Fertigkeiten page and part of Kampf page. With implementation of Turn Tracker merged. --- Splittermond/Sheet.css | 952 +++++++- Splittermond/Sheet.html | 4665 +++++++++++++++++++++------------------ 2 files changed, 3355 insertions(+), 2262 deletions(-) diff --git a/Splittermond/Sheet.css b/Splittermond/Sheet.css index 3f6e2bf75d..e748d65e4a 100644 --- a/Splittermond/Sheet.css +++ b/Splittermond/Sheet.css @@ -1,7 +1,9 @@ +@import url('https://fonts.googleapis.com/css?family=Caudex:ital,wght@0,400;0,700;1,400;1,700|Poppins:ital,wght@0,400;0,600;0,700;1,300&display=swap'); + .charsheet { background-color: white; - width: 840px; - font-family: "Times New Roman"; + /*width: 840px;*/ + font-family: 'Poppins', sans-serif; } .sheet-isPC { @@ -16,6 +18,7 @@ margin: 0 5px 0 20px; } +/* todo label { font-weight: bold; font-size: 12px; @@ -24,102 +27,104 @@ label { line-height: 26px; padding: 0 !important; text-align: center !important; -} +}*/ /*-----------------------------------------------input ------------------------------------------------*/ +/* todo .charsheet input[type=text], .charsheet input[type=number] { padding-left: 2px; -} +}*/ + +/* todo .charsheet input[type="text"], .charsheet input[type="number"] { background-color: white; border-width: 0px 0px 0px 0px; +}*/ +.charsheetinput [type="text"]:disabled, +.charsheet input[type="number"]:disabled { + /*background-color: lightgray;*/ + /*todo border-width: 0px 0px 0px 0px;*/ } -.charsheetinput [type="text"]:disabled, .charsheet input[type="number"]:disabled { - background-color: lightgray; - border-width: 0px 0px 0px 0px; -} -.charsheet input[type="text"], select { - width:100%; - margin:0; - background-color: white; - border-width: 0px 0px 0px 0px; +.charsheet input[type="text"], +select { + width: 100%; + margin: 0; + background-color: inherit; + /*todo border-width: 0px 0px 0px 0px;*/ } -.charsheet input[type=number]:disabled { - background-color:#FFFFFF; +.charsheet input[type="number"]:disabled { + background-color: #ffffff; } td { padding: 0px; } -input{ - font-family: "Times New Roman"; -} + input[type="text"]:disabled { - background-color:#81BEF7; + background-color: #81bef7; } /*-------------------------------------------------Tabs--------------------------------------*/ - - -div[class^="sheet-section"] { +/*todo remove +div[class^="sheet-section"] { visibility: hidden; opacity: 0; - max-height:0; + max-height: 0; overflow: hidden; } input.sheet-tab { width: 190px; height: 20px; - cursor: pointer; + cursor: pointer; position: relative; opacity: 0; z-index: 9999; } span.sheet-tab { text-align: center; - display: inline-block; - font-size: 12px; - background: #0489B1; + display: inline-block; + font-size: 12px; + background: #0489b1; color: white; font-weight: bold; - + border: solid 1px #a8a8a8; text-align: center; width: 190px; height: 20px; - cursor: pointer; + cursor: pointer; position: relative; margin-left: -197px; } input.sheet-tab::before { content: attr(title); text-align: center; - display: inline-block; + display: inline-block; width: 100%; height: 100%; - background: black; + background: black; color: white; font-weight: bold; } -.sheet-isPC:checked~.sheet-pc, -.sheet-isNPC:checked~.sheet-npc, -.sheet-isCreature:checked~.sheet-creature { +.sheet-isPC:checked ~ .sheet-pc, +.sheet-isNPC:checked ~ .sheet-npc, +.sheet-isCreature:checked ~ .sheet-creature { display: inline-block; } -.sheet-isPC:checked~.sheet-creature, -.sheet-isPC:checked~.sheet-npc, -.sheet-isNPC:checked~.sheet-creature, -.sheet-isNPC:checked~.sheet-pc, -.sheet-isCreature:checked~.sheet-npc, -.sheet-isCreature:checked~.sheet-pc { +.sheet-isPC:checked ~ .sheet-creature, +.sheet-isPC:checked ~ .sheet-npc, +.sheet-isNPC:checked ~ .sheet-creature, +.sheet-isNPC:checked ~ .sheet-pc, +.sheet-isCreature:checked ~ .sheet-npc, +.sheet-isCreature:checked ~ .sheet-pc { display: none; } input.sheet-tab1:checked ~ div.sheet-section-Grundwerte, -input.sheet-tab2:checked ~ div.sheet-section-Fertigkeiten,, +input.sheet-tab2:checked ~ div.sheet-section-Fertigkeiten, input.sheet-tab21:checked ~ div.sheet-section-Fertigkeiten, input.sheet-tab3:checked ~ div.sheet-section-Kampf, input.sheet-tab4:checked ~ div.sheet-section-Entwicklung, @@ -132,32 +137,12 @@ input.sheet-tab29:checked ~ div.sheet-section-npc { opacity: 1; transition: opacity 0.5s linear 0s; overflow: hidden; - + border: 1px solid #222; margin: 7px 0 0 5px; - padding: 5px + padding: 5px; } - -input.sheet-tab42:checked ~ div.sheet-section-Updates { - max-height: 999999px; - visibility: visible; - opacity: 1; - transition: opacity 0.5s linear 0s; - overflow: hidden; - - border: 1px solid #222; - margin: 7px 0 0 5px; - padding: 5px -} - -input.sheet-tab42:checked { - display: none; -} - -input.sheet-tab42:checked ~ span.sheet-tab42 { - display: none; -} - +todo remove end*/ /*--------------------------------------------Roll Templates-------------------------------------*/ .sheet-rolltemplate-splittermond_generic .sheet-rolltemplate-table-generic, @@ -166,15 +151,15 @@ input.sheet-tab42:checked ~ span.sheet-tab42 { .sheet-rolltemplate-splittermond_aktiveabwehr .sheet-rolltemplate-table-aktiveabwehr, .sheet-rolltemplate-splittermond_damage .sheet-rolltemplate-table-damage, .sheet-rolltemplate-splittermond-initiative_tracker .sheet-rolltemplate-table-initiative_tracker { - width:100%; + width: 100%; background-color: white; - border:2px solid #000; + border: 2px solid #000; border-spacing: 0; border-collapse: separate; border-radius: 5px; -moz-box-shadow: 2px 2px 5px #000; -webkit-box-shadow: 2px 2px 5px #000; - box-shadow:2px 2px 5px #000; + box-shadow: 2px 2px 5px #000; overflow: hidden; } @@ -194,45 +179,47 @@ input.sheet-arrow:checked ~ div.sheet-body { display: block; } +/* div .repitem:nth-child(odd), div .repitem:nth-child(odd) input, div .repitem:nth-child(odd) select, div .repitem:nth-child(odd) textarea.sheet-textarea-description { - background-color: #81BEF7; + background-color: #81bef7; } div.sheet-creature .repitem:nth-child(odd), div.sheet-creature .repitem:nth-child(odd) input, div.sheet-creature .repitem:nth-child(odd) select { - background-color: #C7EAFF; + background-color: #c7eaff; } +*/ .sheet-button-attack, .sheet-button-ability, .sheet-button-dm, .sheet-button-defense { - background: #66BDED; + background: #66bded; } -button[type=roll].sheet-button-attack::before { - font-family: "Times New Roman"; +button[type="roll"].sheet-button-attack::before { + font-family: 'Poppins', sans-serif; content: "AT"; font-size: 0.75em; color: white; } -button[type=roll].sheet-button-defense::before { - font-family: "Times New Roman"; +button[type="roll"].sheet-button-defense::before { + font-family: 'Poppins', sans-serif; content: "AA"; font-size: 0.75em; color: white; } -button[type=roll].sheet-button-ability::before { - font-family: "Times New Roman"; +button[type="roll"].sheet-button-ability::before { + font-family: 'Poppins', sans-serif; content: "SP"; font-size: 0.75em; color: white; -} -button[type=roll].sheet-button-dm::before { - font-family: "Times New Roman"; +} +button[type="roll"].sheet-button-dm::before { + font-family: 'Poppins', sans-serif; content: "SL"; font-size: 0.75em; color: white; @@ -245,7 +232,9 @@ button[type=roll].sheet-button-dm::before { } .sheet-tooltip strong, -.sheet-tooltip-small strong { line-height: 30px; } +.sheet-tooltip-small strong { + line-height: 30px; +} input.sheet-toggletooltips-inside[value="1"] ~ .sheet-tooltip:hover textarea { display: block; @@ -253,9 +242,11 @@ input.sheet-toggletooltips-inside[value="1"] ~ .sheet-tooltip:hover textarea { } .sheet-tooltip:hover, -.sheet-tooltip-small:hover { text-decoration: none; } +.sheet-tooltip-small:hover { + text-decoration: none; +} -.sheet-tooltip-small:hover textarea { +.sheet-tooltip-small:hover textarea { display: block; position: absolute; } @@ -270,8 +261,8 @@ input.sheet-toggletooltips-inside[value="1"] ~ .sheet-tooltip:hover textarea { margin-left: 28px; width: 600px; line-height: 16px; - border: 1px solid #66BDED; - background: #C7EAFF; + border: 1px solid #66bded; + background: #c7eaff; } .sheet-tooltip-small textarea { @@ -284,8 +275,8 @@ input.sheet-toggletooltips-inside[value="1"] ~ .sheet-tooltip:hover textarea { margin-left: 28px; width: 70px; line-height: 16px; - border: 1px solid #66BDED; - background: #C7EAFF; + border: 1px solid #66bded; + background: #c7eaff; } .sheet-textarea-description { @@ -302,8 +293,8 @@ input.sheet-toggletooltips-inside[value="1"] ~ .sheet-tooltip:hover textarea { resize: none; } -.sheet-hidden { - display:none; +.sheet-hidden { + display: none; } div.sheet-behaelter1, @@ -324,9 +315,7 @@ input.sheet-behaelter5:checked ~ div.sheet-behaelter5 { div.sheet-behaelter1, div.sheet-behaelter2, -div.sheet-behaelter3 -div.sheet-behaelter4 -div.sheet-behaelter5 { +div.sheet-behaelter3 div.sheet-behaelter4 div.sheet-behaelter5 { border: 1px solid gray; } @@ -358,4 +347,783 @@ p.sheet-initracker_paragraph { text-align: center; margin-top: 1em; margin-bottom: 1em; -} \ No newline at end of file +} + +/* Settings */ + /*light theme*/ +.sheet-theme~* { + --color-bg: white; + --color-bg-underlay:#d0d0d0; + --color-bg-form-header:#0489b1; + + --color-font: #252b2e; + --color-font-h1:#0489b1; + --color-font-form-header:white; + --color-font-form__field:#252b2e; + --color-font-form__label:#5a5a5a; + --color-font-form__label--focus:#0489b1; + + --border-form__field: 2px solid #5a5a5a; +} + /*dark theme*/ +.sheet-theme:checked~* { + --color-bg: #252b2e; + --color-bg-underlay:#155a6f; + --color-bg-form-header:#155a6f; + + --color-font-form__field:white; + --color-font-form__label:#bbbbbb; + --color-font-form__label--focus:#97d1e5; + --color-font: white; + --color-font-h1:#97d1e5; + --color-font-form-header:#97d1e5; + + --border-form__field: 2px solid #bbbbbb; +} + + +/* Generic */ +.repcontrol_add, +.repcontrol_edit { + border-radius: 0; + line-height: 1; + text-shadow: none; + border-color: transparent; +} + +.repcontrol_add { + float: right; + background: none; + background-color: #97d1e5; + border-bottom-left-radius: 3px; +} + +.repcontrol_add:hover, .repcontrol_edit:hover { + background-color: #bdeefd; +} + +.repcontrol_edit { + background: none; + background-color: #f1f1f1; + border-bottom-right-radius: 3px; +} + +.itemcontrol { + z-index: 10; +} + + +/* Elements */ +h1, +h2, +h3, +h4, +h5, +h6 { + font-family: 'Caudex', serif; + color: inherit; +} + +select { + color: var(--color-font); +} + +select option { + color: black; +} + +input[readonly], +select[readonly], +textarea[readonly] { + cursor: default; +} + +label { + width: auto; + font-size: inherit; + margin-bottom: 0; +} + +/* Objects */ +.charsheetinput [type="text"]:disabled, +.charsheet input[type="number"]:disabled { + background-color: transparent; +} + +.sheet-button { + background: none; + background-color: #d0d0d0; + color: black; + text-shadow: none; + border: none; + box-shadow: none; + border-radius: 4px; +} + +.sheet-button:hover { + background-color: #f1f1f1; +} + +.sheet-button--primary { + background-color: #0489b1; + color: white; +} + +.sheet-button--primary:hover { + background-color: #97d1e5; + color: #0489b1; +} + +.sheet-form-header { + display: block; + font-family: 'Caudex', serif; + font-size: 1.5rem; + font-weight: 700; + background-color: var(--color-bg-form-header); + color: var(--color-font-form-header); + padding: 0.2rem 0.5rem; +} + +.sheet-value-overview { + display: flex; + flex-wrap: wrap; + justify-content: center; + background-color: var(--color-bg-underlay); + padding: 0.5rem 0 1rem 0; +} + +.sheet-value-overview > label { + margin-right: 0.5rem; +} + +.sheet-value-overview > .sheet-form__group, +.sheet-value-overview > .sheet-moon-fragment { + max-width: 7rem; +} + +.sheet-value-overview > input { + background-color: #81bef7; + margin-right: 1rem; +} + +.sheet-footer { + background-color: var(--color-bg-underlay); + padding: 1rem; +} + +.sheet-section { + visibility: hidden; + overflow: hidden; + position: relative; + background-color: var(--color-bg); + color: var(--color-font); + /*todo important*/ + padding: 0 !important; + -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.45); + -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.45); + box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.45); + z-index: 1; + height: 0; +} + +.sheet-section > * { + opacity: 0; + transform: translateY(20px); + transition: opacity 0.2s, transform 0.2s; +} + +.sheet-section > *:nth-child(1) { + transition-delay: 0.4s; +} + +.sheet-section > *:nth-child(2) { + transition-delay: 0.6s; +} + +.sheet-section > *:nth-child(3) { + transition-delay: 0.8s; +} + +.sheet-section > *:nth-child(4) { + transition-delay: 1s; +} + +.sheet-section > *:nth-child(5) { + transition-delay: 1.2s; +} + +input.sheet-tab1:checked ~ .sheet-section-Grundwerte > *, +input.sheet-tab2:checked ~ .sheet-section-Fertigkeiten > *, +input.sheet-tab21:checked ~ .sheet-section-Fertigkeiten > *, +input.sheet-tab3:checked ~ .sheet-section-Kampf > *, +input.sheet-tab4:checked ~ .sheet-section-Entwicklung > *, +input.sheet-tab5:checked ~ .sheet-section-Einstellungen > *, +input.sheet-tab6:checked ~ .sheet-section-Ausruestung > *, +input.sheet-tab7:checked ~ .sheet-section-Genesis > *, +input.sheet-tab29:checked ~ .sheet-section-npc > *, +input.sheet-tab42:checked ~ .sheet-section-Updates > * { + opacity: 1; + transform: translateY(0px); +} + +.sheet-tab .sheet-tab__selector { + display: none; +} + +.sheet-section h1 { + color: var(--color-font-h1); +} + +.sheet-group { + border: solid 1px #4e4b49; + overflow: hidden; +} + +.sheet-group__option { + display: none; +} + +.sheet-group__label { + color: #969696; + display: inline-block; + cursor: pointer; + font-weight: bold; + padding: 0.2rem 1rem; + width: auto; + margin: 0; + font-size: 1.2rem; + font-weight: 400; + text-align: center; + border-right: solid 1px #4e4b49; +} + +.sheet-group__label:last-child { + border-right: none; +} + +.sheet-group__label:hover { + color: #4e4b49; + background-color: #f1f1f1; +} + +.sheet-group__option.sheet-isPC:checked ~ .sheet-group .sheet-group__label--isPC, +.sheet-group__option.sheet-isNPC:checked ~ .sheet-group .sheet-group__label--isNPC, +.sheet-group__option.sheet-isCreature:checked ~ .sheet-group .sheet-group__label--isCreature { + color: white; + background-color: #4e4b49; + font-weight: 600; +} + +.sheet-tab-menu { + display: flex; + flex-wrap: wrap; + background-color: #0489b1; + padding: 1rem 0; + justify-content: center; + font-family: 'Caudex', serif; +} + +.sheet-tab-menu__item { + font-size: 1.5rem; + color: #c1e1ff; + text-align: center; + cursor: pointer; + padding: 0.5rem 0; + margin-left: 1rem; + margin-right: 1rem; + width: auto; + transition: all 0.2s ease-in-out; + transition-duration: 0.75s; + position: relative; +} + +.sheet-tab-menu__item:hover { + color: #fff; +} + +.sheet-tab-menu__item:before, +.sheet-tab-menu__item:after { + content: ""; + position: absolute; + bottom: -1px; + width: 0px; + height: 3px; + transition: all 0.2s ease-in-out; + transition-duration: 0.75s; + background-color: #81bef7; + opacity: 0; +} + +.sheet-tab-menu__item:before { + left: 50%; +} +.sheet-tab-menu__item:after { + right: 50%; +} + +.sheet-tab-menu__item:hover:before, +.sheet-tab-menu__item:hover:after { + opacity: 1; + width: 50%; +} + +.sheet-isPC:checked ~ .sheet-pc, +.sheet-isNPC:checked ~ .sheet-npc, +.sheet-isCreature:checked ~ .sheet-creature { + display: block; +} + +.sheet-isPC:checked ~ .sheet-creature, +.sheet-isPC:checked ~ .sheet-npc, +.sheet-isNPC:checked ~ .sheet-creature, +.sheet-isNPC:checked ~ .sheet-pc, +.sheet-isCreature:checked ~ .sheet-npc, +.sheet-isCreature:checked ~ .sheet-pc { + display: none; +} + +input.sheet-tab1:checked ~ .sheet-section-Grundwerte, +input.sheet-tab2:checked ~ .sheet-section-Fertigkeiten, +input.sheet-tab21:checked ~ .sheet-section-Fertigkeiten, +input.sheet-tab3:checked ~ .sheet-section-Kampf, +input.sheet-tab4:checked ~ .sheet-section-Entwicklung, +input.sheet-tab5:checked ~ .sheet-section-Einstellungen, +input.sheet-tab6:checked ~ .sheet-section-Ausruestung, +input.sheet-tab7:checked ~ .sheet-section-Genesis, +input.sheet-tab29:checked ~ .sheet-section-npc, +input.sheet-tab42:checked ~ .sheet-section-Updates { + visibility: visible; + opacity: 1; + /*todo*/ + padding: 3rem !important; + height: auto; +} + +input.sheet-tab1:checked ~ .sheet-tab-menu .sheet-tab12, +input.sheet-tab2:checked ~ .sheet-tab-menu .sheet-tab21, +input.sheet-tab3:checked ~ .sheet-tab-menu .sheet-tab31, +input.sheet-tab4:checked ~ .sheet-tab-menu .sheet-tab4, +input.sheet-tab7:checked ~ .sheet-tab-menu .sheet-tab6, +input.sheet-tab6:checked ~ .sheet-tab-menu .sheet-tab7, +input.sheet-tab5:checked ~ .sheet-tab-menu .sheet-tab5 { + color: white; +} + +input.sheet-tab1:checked ~ .sheet-tab-menu .sheet-tab12:before, +input.sheet-tab2:checked ~ .sheet-tab-menu .sheet-tab21:before, +input.sheet-tab3:checked ~ .sheet-tab-menu .sheet-tab31:before, +input.sheet-tab4:checked ~ .sheet-tab-menu .sheet-tab4:before, +input.sheet-tab7:checked ~ .sheet-tab-menu .sheet-tab6:before, +input.sheet-tab6:checked ~ .sheet-tab-menu .sheet-tab7:before, +input.sheet-tab5:checked ~ .sheet-tab-menu .sheet-tab5:before, +input.sheet-tab1:checked ~ .sheet-tab-menu .sheet-tab12:after, +input.sheet-tab2:checked ~ .sheet-tab-menu .sheet-tab21:after, +input.sheet-tab3:checked ~ .sheet-tab-menu .sheet-tab31:after, +input.sheet-tab4:checked ~ .sheet-tab-menu .sheet-tab4:after, +input.sheet-tab7:checked ~ .sheet-tab-menu .sheet-tab6:after, +input.sheet-tab6:checked ~ .sheet-tab-menu .sheet-tab7:after, +input.sheet-tab5:checked ~ .sheet-tab-menu .sheet-tab5:after { + opacity: 1; + width: 50%; +} + +.sheet-collapse--toggle { + height: 0; + overflow: hidden; +} + +.sheet-collapse:checked ~ .sheet-collapse--toggle { + height: auto; +} + +/* Components */ + +.sheet-switch[type="checkbox"] { + display: none; +} + +.sheet-switch[type="checkbox"] + .sheet-switch__slider { + position: relative; + display: inline-flex; + cursor: pointer; +} + +.sheet-switch[type="checkbox"] + .sheet-switch__slider:before { + content: ""; + width: 40px; + height: 16px; + border-radius: 30px; + border: 2px solid #b1b1b1; + background-color: #b1b1b1; + transition: background-color 0.5s linear; +} + +.sheet-switch--theme[type="checkbox"] + .sheet-switch__slider:before { + border: 2px solid #0489b1; + background-color: #0489b1; +} + +.sheet-switch[type="checkbox"] + .sheet-switch__slider:after { + content: ""; + position: absolute; + left: 2px; + top: 2px; + width: 16px; + height: 16px; + border-radius: 30px; + background-color: white; + transition: margin 0.1s linear; +} + +.sheet-switch[type="checkbox"]:checked + .sheet-switch__slider:before { + border: 2px solid #0489b1; + background-color: #0489b1; +} + +.sheet-switch--theme[type="checkbox"]:checked + .sheet-switch__slider:before { + border: 2px solid #252b2e; + background-color: #252b2e; +} + +.sheet-switch[type="checkbox"]:checked + .sheet-switch__slider:after { + margin: 0 0 0 25px; +} + +.sheet-form__group { + position: relative; + padding: 10px 0 0 0; +} + +.sheet-form__field { + position: relative; + font-family: inherit; + width: 100% !important; + border: 0; + color: var(--color-font-form__field); + border-bottom: var(--border-form__field); + border-radius: 0; + outline: 0; + font-size: 1.3rem; + padding: 0.5rem 0 0 0; + background: transparent; + transition: border-color 0.2s; + z-index: 2; +} +input[type="number"].sheet-form__field { + text-align: right; +} +.sheet-form__field::placeholder { + color: transparent; +} +.sheet-form__field:placeholder-shown ~ .sheet-form__label { + font-size: 1.3rem; + cursor: text; + top: 15px; +} + +.sheet-form__label { + position: absolute; + top: 0; + display: block; + transition: 0.2s; + font-size: 1rem; + color: var(--color-font-form__label); + z-index: 1; + white-space: nowrap; +} + +.sheet-form__field:focus { + font-weight: 700; + border-width: 3px; + border-image: linear-gradient(to right, #0489b1, #97d1e5); + border-image-slice: 1; +} +.sheet-form__field:focus ~ .sheet-form__label { + position: absolute; + top: 0; + display: block; + transition: 0.2s; + font-size: 1rem; + color: var(--color-font-form__label--focus); + font-weight: 700; +} + +.sheet-form__field--framed { + border: 1px solid gray; + border-radius: 6px; +} + +.sheet-form__field--framed:focus { + font-weight: 400; + border-width: 1px; + border-image: none; +} + +.sheet-input-circle--primary { + position: relative; + width: 35px; + height: 35px; + background-color: #0489b1; + color: white; + border-radius: 50%; +} + +.sheet-input-circle--primary > input { + position: absolute; + top: 9px; + left: 3px; + background-color: transparent; + color: white; + border-color: transparent; + padding: 0; + text-align: center; +} + +.sheet-card { + border: 1px solid gray; + border-radius: 5px; + padding: 1rem 2rem; +} + +.sheet-popover { + position: relative; + outline: none; +} + +.sheet-popover .sheet-popover__content, +.sheet-popover .sheet-popover__arrow { + position: absolute; + -webkit-transform: translate(0, 8px); + transform: translate(0, 8px); + display: none; + opacity: 0; + z-index: 99; +} + +.sheet-popover .sheet-popover__content { + pointer-events: none; + top: 100%; + min-width: 3em; + max-width: 21em; + overflow: hidden; + padding: 6px 8px; + border-radius: 3px; + border-color: #0489b1; + background: #0489b1; + color: #ffffff; + word-break: break-all; +} + +.sheet-popover .sheet-popover__arrow { + top: calc(100% - 5px); + left: 6px; + border-left: 5px solid transparent; + border-right: 5px solid transparent; + border-bottom: 5px solid #0489b1; +} + +.sheet-popover__trigger:hover ~ .sheet-popover__content, +.sheet-popover__trigger:hover ~ .sheet-popover__arrow { + display: block; + opacity: 1; +} + +.sheet-popover--center .sheet-popover__content, +.sheet-popover--center .sheet-popover__arrow { + left: 50%; + -webkit-transform: translate(-50%, 8px); + transform: translate(-50%, 8px); +} + +.sheet-moon-fragment { + position: relative; +} + +.sheet-moon-fragment__icon { + position: absolute; + bottom: 23px; + right: -10px; + transform: rotate(45deg) !important; +} + +/* unused atm +.sheet-moon-fragment__icon--1 { + left: 10px; + bottom: 20px; +} + +.sheet-moon-fragment__icon--2 { + left: 25px; +} + +.sheet-moon-fragment__icon--3 { + left: 40px; +} + +.sheet-moon-fragment__icon--4 { + left: 55px; +} + +.sheet-moon-fragment__icon--5 { + left: 70px; +}*/ + +.sheet-moon-fragment__icon > span { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border-style: solid; +} + +.sheet-moon-fragment__icon span:nth-child(1){ + border-width: 5px; + border-color: #1983d8 #1b74bb #2196f3 #38a1f5; +} + +.sheet-moon-fragment__icon span:nth-child(2){ + left: 9px; + border-width: 5px 3px; + border-color: transparent transparent #1b74bb #1b74bb; +} + +.sheet-moon-fragment__icon span:nth-child(3){ + top: 9px; + border-width: 3px 5px; + border-color: #2196f3 #2196f3 transparent transparent; +} + +.sheet-moon-fragment__icon span:nth-child(4){ + top: 9px; + left: 9px; + border-width: 3px; + border-color: #1b74bb #1983d8 #1b74bb #2196f3; +} + +/* Utilities */ + +.sheet-text--400 { + font-weight: 400 !important; +} + +.sheet-text--700 { + font-weight: 700 !important; +} + +.sheet-text--center { + text-align: center !important; +} + +.sheet-text--right { + text-align: right !important; +} + +.sheet-d--none { + display: none; +} + +.sheet-d--inline { + display: inline; +} + +.sheet-d--flex { + display: flex; +} + +.sheet-d--flex--align-center { + align-items: center; +} + +.sheet-d--flex > * { + flex: 1; +} + +.sheet-d--flex__item--grow0 { + flex: none; +} + +.sheet-d--flex__item--grow2 { + flex: 2; +} + +.sheet-d--flex__item--grow3 { + flex: 3; +} + +.sheet-d--flex__item--grow4 { + flex: 4; +} + +.sheet-d--flex--wrap { + flex-wrap: wrap; +} + +.sheet-float--left { + float: left; +} + +.sheet-mr--1 { + margin-right: 0.5rem !important; +} + +.sheet-mr--3 { + margin-right: 2rem !important; +} + +.sheet-ml--1 { + margin-left: 0.5rem !important; +} + +.sheet-ml--3 { + margin-left: 2rem !important; +} + +.sheet-mr--3--negate > * { + margin-right: -2rem !important; +} + +.sheet-mt--1 { + margin-top: 0.5rem !important; +} + +.sheet-mt--2 { + margin-top: 1rem !important; +} + +.sheet-mt--3 { + margin-top: 2rem !important; +} + +.sheet-mb--1 { + margin-bottom: 0.5rem !important; +} + +.sheet-mb--2 { + margin-bottom: 1rem !important; +} + +.sheet-mb--3 { + margin-bottom: 2rem !important; +} + +.sheet-mb--4 { + margin-bottom: 4rem !important; +} + +.sheet-pt--1 { + padding-top: 0.5rem !important; +} + +.sheet-pb--2 { + padding-bottom: 1rem !important; +} + +.sheet-pl--3 { + padding-left: 2rem !important; +} + +.sheet-pr--3 { + padding-right: 2rem !important; +} + diff --git a/Splittermond/Sheet.html b/Splittermond/Sheet.html index 48c6e4ee0f..984219bb98 100644 --- a/Splittermond/Sheet.html +++ b/Splittermond/Sheet.html @@ -1,8 +1,7 @@ - -      - - -
+ + + +
@@ -63,26 +62,26 @@ AUS - + MYS - + GK - + VTD - - + + @@ -90,26 +89,26 @@ BEW - + STÄ - + GSW - + SR - + - + @@ -117,25 +116,25 @@ INT - + VER - + LP - + GW - + @@ -143,25 +142,25 @@ KON - + WIL - + FO - + KW - + @@ -176,7 +175,7 @@ Initiative: - + @@ -217,13 +216,13 @@ - + - + - + + - + - + @@ -252,9 +251,9 @@ - - - + + + @@ -265,13 +264,13 @@ - + - + - + + - + - + @@ -300,9 +299,9 @@ - - - + + + @@ -356,8 +355,8 @@ - - + + @@ -486,26 +485,26 @@ - + - + - + - + - + - - - + + + @@ -599,7 +598,7 @@ Ausstrahlung - + Beweglichkeit @@ -607,27 +606,27 @@ Intuition - + Konstitution - + Mystik - + Stärke - + Verstand - + Willenskraft - +
@@ -641,35 +640,35 @@ Größenklasse - + Geschwindigkeit - + Lebenspunkte - + Fokus - + Verteidigung - + Schadensreduktion - + KW - + GW - + @@ -685,10 +684,10 @@ Gesamtlebenspunkte - - K: - E: - V: + + K: + E: + V: Gesundheitsleisten (1/3/5) @@ -696,23 +695,23 @@ Schadensmodifikator - + Schmerzresistenz / -immunität Resistenz: - + Immunität: - + Gesamtfokus   - - K: - E: - V: + + K: + E: + V: Aktive Abwehr @@ -722,7 +721,7 @@ Initiative - + @@ -792,20 +791,20 @@
- + - + - + - + + + - - - - + + + + @@ -892,7 +891,7 @@ - +
@@ -909,7 +908,7 @@
- +
@@ -958,23 +957,23 @@ - - + +
- +
- +
- - + +                           @@ -998,7 +997,7 @@
- +            @@ -1028,1915 +1027,2039 @@
-
- -

Splittermond Charakterbogen für Roll20 (v. 2.0.0)

-

Entworfen und umgesetzt von Loki

-
-
+
+ +
+ Splittermond Charakterbogen für Roll20 (v. 2.0.0) + Entworfen und umgesetzt von Loki +
+
- - Grundwerte - - Fertigkeiten & Magie - - Kampf & Meisterschaften - - Charakterentwicklung - - Genesis-Import - - Ausrüstung - - Einstellungen - - -

- -
- - - - - - - - - - - -
VTD:GW:KW:SR:
-
+
+ + + + + + + + -

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

Grundwerte

+ +
+
+ Persönliche Informationen +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+
+
+ Start + Wert + Max +
+
+ + + + + + +
+ +
+ + + + + + +
-
-

Grundwerte


- +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + +
+ +
+
+ Wert + Mod. +
+ +
+ + +
+ +
+ + + + + + + + + + + +
+ +
+ + + + + + + + + +
+ +
+ + + + + + + + +
+ +
+ + + + + + + +
+ +
+ + + + + + + + + + +
+ +
+ + + + + + + + +
+ +
+ + + + + + + + +
+ +
+ + + + +
+
+ + + + +
+
+ Ressourcen +
+
+
+ +
+
+ +
+
+
+ +
+ +
+ Stärken +
+
+
+ +
+
+ +
+
+
+ +
+
+ +
+
+ Schwächen +
+
+ +
+
+
+
+ Sprachen +
+
+ +
+
+
+
+ Kulturkunde +
+
+ +
+
+
+
+ +
+

Modifikatoren (z.B. Kanalisierte Zauber)

+
+ Name + Eigenschaft + Mod. + Aktiv? +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ + +
+ +
+

Einstellungen


+
-
- - - + - - + + + + + +
Persönliche Informationen + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +
Angriffe
Schaden separat würfeln   (SC-Bogen)
Name:
Spieler:
Mondzeichen: -
Ausbildung:
Kultur:Abstammung:
Rasse:Geschlecht:
Haarfarbe:Größe:
Augenfarbe:Gewicht:
Hautfarbe:Geburtsort:Schaden separat würfeln   (NSC-Bogen)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameStartWertMaximum
Ausstrahlung
Beweglichkeit
Intuition
Konstitution
Mystik
Stärke
Verstand
Willenskraft
Behinderung
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + -
NameWert - Mod.
Größenklasse
Geschwindigkeit
Initiative - -
Lebenspunkte  + + + - - - - - + - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - -
Fehlerbehebung
Fokus
VerteidigungLebenspunkte
Geistiger Widerstand
Körperlicher Widerstand
Schadensreduktion
- -
- - - - - - - - -
-
- - - - - - - - -
Ressourcen
-
- - -
-
-
-
-
- - - - - - - -
Stärken
-
- - -
- -
-
-
-
- - - - - - - -
Schwächen
-
- -
-
-
-
 
-
- - - - - - - -
Sprachen
-
- -
-
-
-
-
- - - - - - - -
Kulturkunde
-
- -
-
-
+
+ + + + + + + + + + + + + + + + + + +
Tooltips
MeisterschaftTooltip
+
+ + +
+
ZauberspruchTooltip
+
+ + +
+
- -
- -
-

Modifikatoren (z.B. Kanalisierte Zauber)


- - - - - - - - - - -
NameEigenschaftMod.Aktiv?
-
- - - - -
-
- - -
-
-

Einstellungen


- - - - - - - - - - - - -
- - - - - - - - - - - - -
Angriffe
Schaden separat würfeln   (SC-Bogen)
Schaden separat würfeln   (NSC-Bogen)
-
  - - - - - - - - - - - - -
Fehlerbehebung
Fokus
Lebenspunkte
-
 
- - - - - - - - - - - - - - - - - - -
Tooltips
MeisterschaftTooltip
-
- - -
-
ZauberspruchTooltip
-
- - -
-
-
-
- -
- -
-

Fertigkeiten & Magieschulen

- - - - - - - - - - - - - - -
-   -
- - -    
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FertigkeitWert PunkteAttributeMod.Würfeln (SI/STD/RI)
Akrobatik
Alchemie
Anführen
Arkane Kunde
Athletik
Darbietung
Diplomatie
Edelhandwerk
Empathie
Entschlossenheit
Fingerfertigkeit
Geschichte & Mythen
Handwerk
Heilkunde
Heimlichkeit
Jagdkunst
Länderkunde
Naturkunde
Redegewandtheit
Schlösser & Fallen
Schwimmen
Seefahrt
Straßenkunde
Tierführung
Überleben
Wahrnehmung
Zähigkeit
+
+

Fertigkeiten & Magieschulen

+
+ +
+
+
+

Fertigkeiten

+
+ Wert + Punkte + Attribute + Mod. + Würfeln (SI/STD/RI) + + + +
+
+
+ + +
+ +
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MagieschuleWert PunkteAttributeMod.Würfeln
Bannmagie
Beherrschungsmagie
Bewegungsmagie
Erkenntnismagie
Felsmagie
Feuermagie
Heilungsmagie
Illusionsmagie
Kampfmagie
Lichtmagie
Naturmagie
Schattenmagie
Schicksalsmagie
Schutzmagie
Stärkungsmagie
Todesmagie
Verwandlungsmagie
Wassermagie
Windmagie
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KampffertigkeitenPunkteMod.Würfeln
Handgemenge
Hiebwaffen
Kettenwaffen
Klingenwaffen
Stangenwaffen
Schusswaffen
Wurfwaffen
-
-
-
-
- -
-

Kampf & Meisterschaften

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

Initiative, Patzer & Splitterpunkte

 

Zustände, Schaden & Fokus

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Diverses
LebenspunkteK: E: V:
Schadensmodifikator
FokusK: E: V:
Aktive AbwehrAkrobatik KW GW
Splitterpunkte - -
Initiative
Kampfpatzer  
Zauberpatzer
-
-   - - - - - - - - - - -
ZustandStufeAktiv?
-
- - -       -
-
-
-   -
- - - - - - - - -
Zauberkosten abrechnen
Kosten: 
-
- - - - - - - - - - - - -
Regeneration & Heilung
Bonus: -
-
-
Autom. K → E (Fokus)? - -
-
-
-
- Roll20 Turn Tracker verwenden? - - - +
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ + +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
+ + +
+ + +
+ +
+ + + +
+ +
+
- +
+

Magieschulen

+
+ Wert + Punkte + Attribute + Mod. + Würfeln +
+
+ + +
+ + +
+ + + +
+
+ + +
+ + +
+ + + +
+
+ + +
+ + +
+ + + +
+
+ + +
+ + +
+ + + +
+
+ + +
+ + +
+ + + +
+
+ + +
+ + +
+ + + +
+
+ + +
+ + +
+ + + +
+
+ + +
+ + +
+ + + +
+
+ + +
+ + +
+ + + +
+
+ + +
+ + +
+ + + +
+
+ + +
+ + +
+ + + +
+
+ + +
+ + +
+ + + +
+
+ + +
+ + +
+ + + +
+
+ + +
+ + +
+ + + +
+
+ + +
+ + +
+ + + +
+
+ + +
+ + +
+ + + +
+
+ + +
+ + +
+ + + +
+
+ + +
+ + +
+ + + +
+
+ + +
+ + +
+ + + +
+

Kampffertigkeiten

+
+ Punkte + Mod. + Würfeln + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ -
-

Nahkampfwaffen

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

- Hinweis: Merkmale bitte mit Kommata getrennt und ohne Klammern notieren, z.B.: Kritisch 2, Scharf 2, Exakt 1 -

- - - - -
WaffennameWertBasisWGSSchadenModMerkmaleAngriff / AA
- -
- - - - - - - - - - - - - - - - - - - - -
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ Schadensmodifikator + + + + + + + + + + + +
+ +
+
+

Fokus

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

Regeneration und Heilung

+
+
+ + +
+ + +
+
+ Autom. K → E (Fokus)? + +
+
+
+

Zauberkosten abrechnen

+
+
+ + +
+ +
+
+
+
+ + +
+
+
+
+ Initiative + +
+
+ Kampfpatzer + + Zauberpatzer + +
+
+
+

Aktive Abwehr

+
+ Akrobatik + KW + GW +
+
+
+
+
+ Zustand + Stufe + Aktiv +
+
+
+
+
- + - - - - - - - - -
-
- / - - -
-
-
-
-

Fernkampfwaffen

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

- Hinweis: Merkmale bitte mit Kommata getrennt und ohne Klammern notieren, z.B.: Kritisch 2, Scharf 2, Exakt 1 -

- - - - -
WaffennameWertBasisWGSSchadenRWModMerkmaleWürfeln
-
- - - - - - - - - - - - - - - - - - - - - - - - -
- + +
+ +
+
+ +
+ + + + + +
+ Roll20 Turn Tracker verwenden? + + + + +
+
+ +

Nahkampfwaffen

+ + Hinweis: Merkmale bitte mit Kommata getrennt und ohne Klammern notieren, z.B.: Kritisch 2, Scharf 2, Exakt 1 + +
+ Waffenname + Wert + + WGS + Schaden + Mod + + Angriff / Abwehr +
+ + +
+
+
+ +
+
+ +
+ +
+ +
+
+
+ +
+
+
+ - - -
-
-
-
-

Zaubersprüche

- Tooltips aktivieren? - - - - - - - - - - - - - - - - - -
ZauberspruchMagieschuleWertSGKostenKosten (V)ZDRWWDMod. Ausr. / Mag.Würfeln
-
- - - - - -
- - - -
-
- - - -
- - - - / - - - -   - -
- Wirkung:  -
-
-
-

Rüstungen & Schilde

- - - - - - - - - - - - - - - - - - - - -
RüstungVTD+SRBETick+MerkmaleAusger.
-
- - - - - - -     - -
-
-
- - - + + + + + +
+ +
+ +
+ +
+ + + + + +
+ / + + +
+ + + + +

Fernkampfwaffen

+
Schild
+ + + + + + + + + + + + +

+ Hinweis: Merkmale bitte mit Kommata getrennt und ohne Klammern notieren, z.B.: Kritisch 2, Scharf 2, Exakt 1 +

+ + + + +
WaffennameWertBasisWGSSchadenRWModMerkmaleWürfeln
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+
+
+ +

Zaubersprüche

+ Tooltips aktivieren? + + + + + + + + + + + + + + + + + +
ZauberspruchMagieschuleWertSGKostenKosten (V)ZDRWWDMod. Ausr. / Mag.Würfeln
+
+ + + + + +
+ + + +
+
+ + + +
+ + + + / + + + +   +
+ Wirkung:  +
+
+ +

Rüstungen & Schilde

+ + + - + - - - -
Rüstung VTD+ SR BE Tick+ Merkmale Ausger.
- - - - - - -     - - - - - - -
-
- - - - - - - - - -
Gesamt:
-
-

Meisterschaften

- Tooltips aktivieren? - - - - - - - - + + + + + + + -
MeisterschaftFertigkeitSchw.Wirkung
-
- - - - - +
+
+ + + + + + +     +
-
-
-
-
-
- - -
-

Charakterentwicklung


- - - - - - -
- - - - - - - - - - - - - - - - - - - -
Erfahrungspunkte
Gesamt: 
Eingesetzt: 
Offen: 
-
-   - - - - - - - - - - - - - - - - - - - - -
Geld
Solare: 
Lunare: 
Telare: 
-
- -
- - - - - - - - - - - +
-
Heldengrad
Grad: 
+
+ + + + + + + + + + + + -
SchildVTD+ BETick+MerkmaleAusger.
+ + + + + + +     + + + + + +
- -
- - - - - - - - -
Ausrüstung
- -
- -
- - - - - - - - -
Notizen
- -
-
- -
-

Ausrüstung

-
-
-  Behälter 1 -   Behälter 2 -   Behälter 3 -   Behälter 4 -   Behälter 5 -
-
-
- -
-
- - - - - - - - - - - - -
AnzahlNameLastHärteZustandGetr.?Infos
-
- - - - -
+
+ + + + + + + + + +
Gesamt:
+
+

Meisterschaften

+ Tooltips aktivieren? + + + + + + + + + - - - - - + +
MeisterschaftFertigkeitSchw.Wirkung
+
+ + + - - -
-
 
- + + +
+
+
+
+
+
+
+ +
+

Charakterentwicklung


+ + + - -
+ + + + + + + + + + + + + + + + + + + +
Erfahrungspunkte
Gesamt: 
Eingesetzt: 
Offen: 
+
  - + + + + + + + + + + + + + + + + + + + +
Geld
Solare: 
Lunare: 
Telare: 
- -
-

- - - - - - - - - - - - - - - - - +
AnzahlNameLastHärteZustandGetr.?Infos
-
- - - - - - - -
-
 
+ +
+ + - - + + + + + + +
- - -   - - +
Heldengrad
Grad: 
+ +
+ + + + + + + + +
Ausrüstung
+ +
+ +
+ + + + + + + + +
Notizen
+ +
- -
-

- - + +
+

Ausrüstung

+
+
+  Behälter 1 +   Behälter 2 +   Behälter 3 +   Behälter 4 +   Behälter 5 +
+
+
+ +
+
+ +
@@ -2948,11 +3071,11 @@ - - + @@ -2976,245 +3098,448 @@   + +
Anzahl Name
-
- - - - +
+ + + + - - + +
 
- +
+ +
+

+ + + + + + + + + + + + + + + + + + + + + + +
AnzahlNameLastHärteZustandGetr.?Infos
+
+ + + + + + + +
+
 
+ + +   + + +
+
+ +
+

+ + + + + + + + + + + + + + + + + + + + + + +
AnzahlNameLastHärteZustandGetr.?Infos
+
+ + + + + + + +
+
 
+ + +   + + +
+
+ +
+

+ + + + + + + + + + + + + + + + + + + + + + +
AnzahlNameLastHärteZustandGetr.?Infos
+
+ + + + + + + +
+
 
+ + +   + + +
+
+ +
+

+ + + + + + + + + + + + + + + + + + + + + + +
AnzahlNameLastHärteZustandGetr.?Infos
+
+ + + + + + + +
+
 
+ + +   + + +
+
+ +
+

+ + + + + + + + + + + + + + + + + + + + + + +
AnzahlNameLastHärteZustandGetr.?Infos
+
+ + + + + + + +
+
 
+ + +   + + +
+
+
+ +
+

Einstellungen


+ + + + + + + + + + + +
+ + + + + + + + + + + + +
Angriffe
Schaden separat würfeln   (SC-Bogen)
Schaden separat würfeln   (NSC-Bogen)
+
  + + + + + + + + + + + + +
Fehlerbehebung
Fokus
Lebenspunkte
+
 
+ + + + + + + + + + + + + + + + + + +
Tooltips
MeisterschaftTooltip
+
+ + +
+
ZauberspruchTooltip
+
+ + +
+
+
- -
-

- - - - - - - - - - - - - - - + +
+

Genesis-Import


+
+
AnzahlNameLastHärteZustandGetr.?Infos
-
- - - - - - - -
-
+ + + + - - -
Ab Version 6.1.5 (empfohlen)
 
- - -   - - +
+
    +
  1. Drucke den Charakter aus und wähle als Ausgabeformat "Splittermond JSON Export"
  2. +
  3. Kopiere den Inhalt der JSON-Datei in das untenstehende Textfeld
  4. +
  5. Klicke auf "Import starten" (der Import kann ein paar Sekunden dauern)
  6. +
+
-
- -
-

- - - - - - - - - - - - - - - + + + + + + + - - -
AnzahlNameLastHärteZustandGetr.?Infos
-
- - - - - - - -
-
 
Ältere Versionen:
 
- - -   - - +
+
    +
  1. Öffne die XML-Datei im Genesis-Ordner (z.B: C:\Users\[Username]\AppData\Roaming\rpgframework\player\myself\splittermond\[Charaktername])
  2. +
  3. Kopiere den Inhalt der XML-Datei in einen der frei verfügbaren XML-JSON-Konverter, z.B.:
  4. +
  5. Kopiere den umgewandelten JSON-String in das unten stehende Textfeld
  6. +
  7. Klicke auf "Import starten" (der Import kann ein paar Sekunden dauern)
  8. +
+
-
- -
-

- - - - - - - - - - - - - - - + - - - + -
AnzahlNameLastHärteZustandGetr.?Infos
-
- - - - - - - -
-
 
- - -   - - -

Hinweise: Aufgrund der stetig wachsenden Datenbasis kann es vereinzelt zu fehlerhaft importierten Daten kommen (insbes. Zaubersprüche und Meisterschaften), erkennbar daran, dass die Begriffe dann auf englisch vorliegen. Bitte beachte, dass der Import von Waffen, Rüstungen, Schilden sowie Ausruüstung technisch nicht möglich ist. Falls der Importer nicht funktioniert, kann das an einer veralteten Genesis-Version liegen. In dem Fall upgrade bitte auf Genesis 6.

+
+ - -
-

Genesis-Import


-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Ab Version 6.1.5 (empfohlen)
 
-
-
    -
  1. Drucke den Charakter aus und wähle als Ausgabeformat "Splittermond JSON Export"
  2. -
  3. Kopiere den Inhalt der JSON-Datei in das untenstehende Textfeld
  4. -
  5. Klicke auf "Import starten" (der Import kann ein paar Sekunden dauern)
  6. -
-
-
 
Ältere Versionen:
 
-
-
    -
  1. Öffne die XML-Datei im Genesis-Ordner (z.B: C:\Users\[Username]\AppData\Roaming\rpgframework\player\myself\splittermond\[Charaktername])
  2. -
  3. Kopiere den Inhalt der XML-Datei in einen der frei verfügbaren XML-JSON-Konverter, z.B.:
  4. -
  5. Kopiere den umgewandelten JSON-String in das unten stehende Textfeld
  6. -
  7. Klicke auf "Import starten" (der Import kann ein paar Sekunden dauern)
  8. -
-
-
 

Hinweise: Aufgrund der stetig wachsenden Datenbasis kann es vereinzelt zu fehlerhaft importierten Daten kommen (insbes. Zaubersprüche und Meisterschaften), erkennbar daran, dass die Begriffe dann auf englisch vorliegen. Bitte beachte, dass der Import von Waffen, Rüstungen, Schilden sowie Ausruüstung technisch nicht möglich ist. Falls der Importer nicht funktioniert, kann das an einer veralteten Genesis-Version liegen. In dem Fall upgrade bitte auf Genesis 6.

-
-
- - Letzte Updates - -
-

Letzte Updates


-

16.03.2021

- Der Charakterbogen unterstützt jetzt den Roll20 Turn Tracker. Ihr findet ihn unter Kampf & Meisterschaften → "Roll20 Turn Tracker verwenden?" (unter den Patzer-Würfen) -
    -
  • Turn Tracker-Unterstützung für den SC-Bogen implementiert
  • -
  • Turn Tracker-Unterstützung für den NSC-Bogen implementiert
  • -
-

04.08.2020

-
    -
  • TRIUMPH! und PATZER! werden jetzt auch bei Risikowürfen angezeigt.
  • -
  • Würfelbilder werden jetzt auch bei Risikowürfen angezeigt.
  • -
  • Die Reihenfolge der Würfel-Buttons bei den Fertigkeiten wurde verändert - die Reihenfolge wird jetzt außerdem im Tabellen-Kopf angezeigt.
  • -
  • Die Breite der Fertigkeiten-Tabelle wurde etwas reduziert.
  • -
-

28.07.2020

-
    -
  • Bei den Fertigkeiten gibt es jetzt drei Würfel-Buttons: Für Standard-, Sicherheits- und Risikowurf. Dadurch entfällt das erste Abfragefenster beim Würfeln. Bei allen anderen Proben (z.B. Kampf) herrscht noch das alte System vor - bei der neuen Implementierung handelt es sich um einen Testlauf. Feedback dazu ist definitiv gewünscht.
  • -
  • (Nur) bei Standardwürfen (Fertigkeiten) werden jetzt die Würfelsymbole im Chat als Bilder ausgegeben. Sicherheits- und Risikowürfe folgen noch.
  • -
  • Wichtig: Ebenfalls (nur) bei Standardwürfen (Fertigkeiten) werden jetzt PATZER und TRIÜMPHE festgestellt und markiert. Danke an simon für den Tipp, wie das geht.
  • -
-
-

Mit Dank an alle begeisterten Splittermond-Spieler, die diesen Charakterbogen nutzen und mit ihrem Feedback für stetige Verbesserungen sorgen!

+ + + + + + +
+ +

Letzte Updates


+

16.03.2021

+ Der Charakterbogen unterstützt jetzt den Roll20 Turn Tracker. Ihr findet ihn unter Kampf & Meisterschaften → "Roll20 Turn Tracker verwenden?" (unter den Patzer-Würfen) +
    +
  • Turn Tracker-Unterstützung für den SC-Bogen implementiert
  • +
  • Turn Tracker-Unterstützung für den NSC-Bogen implementiert
  • +
+

04.08.2020

+
    +
  • TRIUMPH! und PATZER! werden jetzt auch bei Risikowürfen angezeigt.
  • +
  • Würfelbilder werden jetzt auch bei Risikowürfen angezeigt.
  • +
  • Die Reihenfolge der Würfel-Buttons bei den Fertigkeiten wurde verändert - die Reihenfolge wird jetzt außerdem im Tabellen-Kopf angezeigt.
  • +
  • Die Breite der Fertigkeiten-Tabelle wurde etwas reduziert.
  • +
+

28.07.2020

+
    +
  • Bei den Fertigkeiten gibt es jetzt drei Würfel-Buttons: Für Standard-, Sicherheits- und Risikowurf. Dadurch entfällt das erste Abfragefenster beim Würfeln. Bei allen anderen Proben (z.B. Kampf) herrscht noch das alte System vor - bei der neuen Implementierung handelt es sich um einen Testlauf. Feedback dazu ist definitiv gewünscht.
  • +
  • (Nur) bei Standardwürfen (Fertigkeiten) werden jetzt die Würfelsymbole im Chat als Bilder ausgegeben. Sicherheits- und Risikowürfe folgen noch.
  • +
  • Wichtig: Ebenfalls (nur) bei Standardwürfen (Fertigkeiten) werden jetzt PATZER und TRIÜMPHE festgestellt und markiert. Danke an simon für den Tipp, wie das geht.
  • +
+
+

Mit Dank an alle begeisterten Splittermond-Spieler, die diesen Charakterbogen nutzen und mit ihrem Feedback für stetige Verbesserungen sorgen!

+ From b897c66a4d06c11ceebe55529e7c43a03f629b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anja=20M=C3=B6ller?= Date: Sat, 27 Mar 2021 15:11:56 +0100 Subject: [PATCH 02/11] Impove view of Fertikeiten --- Splittermond/Sheet.css | 149 +++- Splittermond/Sheet.html | 1711 +++++++++++++++++++++++++++++---------- 2 files changed, 1396 insertions(+), 464 deletions(-) diff --git a/Splittermond/Sheet.css b/Splittermond/Sheet.css index e748d65e4a..625ecd90cd 100644 --- a/Splittermond/Sheet.css +++ b/Splittermond/Sheet.css @@ -40,11 +40,19 @@ label { background-color: white; border-width: 0px 0px 0px 0px; }*/ -.charsheetinput [type="text"]:disabled, -.charsheet input[type="number"]:disabled { +.charsheetinput [type="text"]:read-only, +.charsheet input[type="number"]:read-only { /*background-color: lightgray;*/ /*todo border-width: 0px 0px 0px 0px;*/ + border-color: #7d7d7d; + color: #7d7d7d; } + +.charsheetinput [type="text"]:disabled, +.charsheet input[type="number"]:disabled { + border: none; +} + .charsheet input[type="text"], select { width: 100%; @@ -53,16 +61,6 @@ select { /*todo border-width: 0px 0px 0px 0px;*/ } -.charsheet input[type="number"]:disabled { - background-color: #ffffff; -} -td { - padding: 0px; -} - -input[type="text"]:disabled { - background-color: #81bef7; -} /*-------------------------------------------------Tabs--------------------------------------*/ /*todo remove div[class^="sheet-section"] { @@ -438,6 +436,10 @@ textarea[readonly] { cursor: default; } +input[readonly]:focus { + outline: none; +} + label { width: auto; font-size: inherit; @@ -458,18 +460,24 @@ label { border: none; box-shadow: none; border-radius: 4px; + cursor: pointer; + padding: 0.3rem; } .sheet-button:hover { background-color: #f1f1f1; } +.sheet-button--white { + background-color: #fff; +} + .sheet-button--primary { background-color: #0489b1; color: white; } -.sheet-button--primary:hover { +.sheet-button--white:hover, .sheet-button--primary:hover { background-color: #97d1e5; color: #0489b1; } @@ -727,13 +735,11 @@ input.sheet-tab5:checked ~ .sheet-tab-menu .sheet-tab5:after { width: 50%; } -.sheet-collapse--toggle { - height: 0; - overflow: hidden; -} - -.sheet-collapse:checked ~ .sheet-collapse--toggle { - height: auto; +.sheet-arrow { + border-left: 5px solid transparent; + border-right: 5px solid transparent; + border-top: 5px solid black; + cursor: pointer; } /* Components */ @@ -839,39 +845,29 @@ input[type="number"].sheet-form__field { border-image-slice: 1; } .sheet-form__field:focus ~ .sheet-form__label { - position: absolute; - top: 0; - display: block; transition: 0.2s; - font-size: 1rem; color: var(--color-font-form__label--focus); font-weight: 700; } -.sheet-form__field--framed { - border: 1px solid gray; - border-radius: 6px; -} - -.sheet-form__field--framed:focus { - font-weight: 400; - border-width: 1px; - border-image: none; -} - -.sheet-input-circle--primary { +.sheet-input-circle { position: relative; - width: 35px; - height: 35px; + width: 25px; + height: 25px; background-color: #0489b1; color: white; border-radius: 50%; } -.sheet-input-circle--primary > input { +.sheet-input-circle--lg { + width: 35px; + height: 35px; +} + +.sheet-input-circle > input { position: absolute; - top: 9px; - left: 3px; + top: 5px; + left: 0; background-color: transparent; color: white; border-color: transparent; @@ -879,6 +875,10 @@ input[type="number"].sheet-form__field { text-align: center; } +.sheet-input-circle--lg > input { + top: 8px; +} + .sheet-card { border: 1px solid gray; border-radius: 5px; @@ -1003,6 +1003,14 @@ input[type="number"].sheet-form__field { /* Utilities */ +.sheet-text--sm { + font-size: 1rem !important; +} + +.sheet-text--lg { + font-size: 2rem !important; +} + .sheet-text--400 { font-weight: 400 !important; } @@ -1027,14 +1035,26 @@ input[type="number"].sheet-form__field { display: inline; } +.sheet-d--inline-block { + display: inline-block; +} + .sheet-d--flex { display: flex; } +.sheet-d--flex--justify-center { + justify-content: center; +} + .sheet-d--flex--align-center { align-items: center; } +.sheet-d--flex--align-bottom { + align-items: flex-end; +} + .sheet-d--flex > * { flex: 1; } @@ -1067,6 +1087,10 @@ input[type="number"].sheet-form__field { margin-right: 0.5rem !important; } +.sheet-mr--2 { + margin-right: 1rem !important; +} + .sheet-mr--3 { margin-right: 2rem !important; } @@ -1111,10 +1135,22 @@ input[type="number"].sheet-form__field { margin-bottom: 4rem !important; } +.sheet-p--0 { + padding: 0 !important; +} + +.sheet-p--1 { + padding: 0.5rem !important; +} + .sheet-pt--1 { padding-top: 0.5rem !important; } +.sheet-pb--1 { + padding-bottom: 0.5rem !important; +} + .sheet-pb--2 { padding-bottom: 1rem !important; } @@ -1123,7 +1159,38 @@ input[type="number"].sheet-form__field { padding-left: 2rem !important; } +.sheet-pr--1 { + padding-right: 0.5rem !important; +} + +.sheet-pr--2 { + padding-right: 1rem !important; +} + .sheet-pr--3 { padding-right: 2rem !important; } +.sheet-collapse_child { + max-height: 0; + background-color: #c1e1ff; + margin-right: 0.5rem; + margin-left: 0.5rem; + transition: max-height 0.2s ease-out; + overflow: hidden; +} + +.sheet-collapse_switch:checked + .sheet-collapse_child { + padding: 1rem; + height: auto; + max-height: 100px; + transition: max-height 0.2s ease-in; + box-shadow: inset 0 -5px 5px -5px rgb(0 0 0 / 45%), inset 0 5px 5px -5px rgb(0 0 0 / 45%); +} + +.sheet-collapse_switch:checked + .sheet-arrow { + border-left: 5px solid transparent; + border-right: 5px solid transparent; + border-bottom: 5px solid black; + border-top: none; +} \ No newline at end of file diff --git a/Splittermond/Sheet.html b/Splittermond/Sheet.html index 984219bb98..24e701bffe 100644 --- a/Splittermond/Sheet.html +++ b/Splittermond/Sheet.html @@ -1076,7 +1076,6 @@
-
@@ -1137,7 +1136,6 @@

Grundwerte

-
Persönliche Informationen @@ -1516,9 +1514,7 @@
- -
- +

Einstellungen


@@ -1602,651 +1598,1517 @@ -
+

Fertigkeiten

- Wert - Punkte - Attribute - Mod. - Würfeln (SI/STD/RI) + Fertigkeit + Wert + Mod. + Würfeln (SI/STD/RI)
-
- - -
- - +
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
-
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
-
+
- -
+
+ +
+
+ + +
+
+ + +
+
+ + +
+

Magieschulen

- Wert - Punkte - Attribute - Mod. - Würfeln + Magieschule + Wert + Mod. + Würfeln
-
- - -
- - +
+ + +
+
+ +
- - +
+ +
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
- - +
+ +
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
- - +
+ +
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
- - +
+ +
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
- - +
+ +
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
- - +
+ +
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
- - +
+ +
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
- - +
+ +
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
- - +
+ +
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
- - +
+ +
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
- - +
+ +
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
- - +
+ +
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
- - +
+ +
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
- - +
+ +
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
- - +
+ +
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
- - +
+ +
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
- - +
+ +
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
- - +
+ +
-
- - -
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
- - +
+ +
+ +
+
+ + +
+
+ + +
+
+ + +
+
+ +

Kampffertigkeiten

- Punkte - Mod. - Würfeln + Punkte + Mod. + Würfeln
@@ -2297,14 +3159,13 @@

Kampf & Meisterschaften

-

Lebenspunkte

-
- +
+
@@ -2323,7 +3184,9 @@
Schadensmodifikator - +
+ +
@@ -2339,8 +3202,8 @@

Fokus

-
- +
+
@@ -2359,21 +3222,23 @@
-
- - - - - - - - - - - -
- - - - - - - - - - - - -
Angriffe
Schaden separat würfeln   (SC-Bogen)
Schaden separat würfeln   (NSC-Bogen)
-
  - - - - - - - - - - - - -
Fehlerbehebung
Fokus
Lebenspunkte
-
 
- - - - - - - - - - - - - - - - - - -
Tooltips
MeisterschaftTooltip
-
- - -
-
ZauberspruchTooltip
-
- - -
-
-
-
-

Fertigkeiten & Magieschulen

@@ -3203,7 +3122,7 @@

Fokus

- +
@@ -3368,68 +3287,29 @@ Hinweis: Merkmale bitte mit Kommata getrennt und ohne Klammern notieren, z.B.: Kritisch 2, Scharf 2, Exakt 1
- Waffenname - Wert - - WGS - Schaden - Mod - + Waffenname + Wert + WGS + Schaden + Mod Angriff Abwehr
-
+
+
-
- -
-
@@ -3453,13 +3333,6 @@
- @@ -3471,136 +3344,252 @@
+ +
+
+ + + + +
+
+ + + + + + +
+

Fernkampfwaffen

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

- Hinweis: Merkmale bitte mit Kommata getrennt und ohne Klammern notieren, z.B.: Kritisch 2, Scharf 2, Exakt 1 -

- - - - -
WaffennameWertBasisWGSSchadenRWModMerkmaleWürfeln
-
- - - - - - - - - - - - - - - - - - - - - - - - -
- + - - -
-
-
+ + Hinweis: Merkmale bitte mit Kommata getrennt und ohne Klammern notieren, z.B.: Kritisch 2, Scharf 2, Exakt 1 + +
+ Waffenname + Wert + WGS + Schaden + RW + Mod + Würfeln +
+
+
+ +
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+ +
+ + +
+ +
+
+
+ +
+
+ +
+
+ + +
+ +
+ +
+
+ + + + +
+
+ + + + + + + + + +
+
+
+

Zaubersprüche

- Tooltips aktivieren? - - - - - - - - - - - - - - - - - -
ZauberspruchMagieschuleWertSGKostenKosten (V)ZDRWWDMod. Ausr. / Mag.Würfeln
-
- - - + + Tooltips aktivieren? + +
+ Zauberspruch + Wert + SG + Kosten + Kosten (V) + Mod. Ausr. / Mag. + Würfeln +
+
+
+ +
+ +
+
+
+ +
+ + + i + + +
+
+ +
+
+ + + + + +
+
+ + + + + +
+
+ / + + + +
+
+ +
+ +
+ +
+
+
+ - - -
- - - -
-
- - - -
- - - - / - - - -   -
- Wirkung:  -
-
+ +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +

Rüstungen & Schilde

- - - - - - - - - - - - - - - - - - - - -
RüstungVTD+SRBETick+MerkmaleAusger.
+
+
+ Rüstung + VTD+ + SR + BE + Tick+ + Ausger. +
+
- - - - - - -     - +
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+ +
+
+ + +
+
-
-
- - - - - - - - - - - - - -
SchildVTD+ BETick+MerkmaleAusger.
- - - - - - -     - - - - - - -
-
- - - - - - - - - -
Gesamt:
-
+ + + + + + + + +
+ +
+
+ Schild + VTD+ + + BE + Tick+ + Ausger. +
+
+ +
+ +
+
+ +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+
+ + +
+
+
+
+
Gesamt
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+ +
+
+

Meisterschaften

- Tooltips aktivieren? - - - - - - - - - - -
MeisterschaftFertigkeitSchw.Wirkung
-
- - - + + Tooltips aktivieren? + +
+ Meisterschaft + Fertigkeit + Schw. +
+
+
+
+ +
+ + + + i + + +
+
+ - - -
-
-
-
-
-
-
+
+
+ +
+ + +
+
+ + +
+
+ +
@@ -4369,17 +4422,23 @@
@@ -2612,8 +2713,8 @@

Magieschulen

-
-
+
+
Magieschule Wert @@ -3219,61 +3320,6 @@
-

Meisterschaften (Magie)

-
- Meisterschaft - Fertigkeit - Schwellenwert - Wirkung -
-
-
- -
- -
-
- -
-
- -
-
- -
-
- -
-
- - -
-
-
@@ -3381,7 +3427,7 @@
-
+
@@ -3395,7 +3441,7 @@
-
+

Aktive Abwehr

Akrobatik @@ -3404,7 +3450,7 @@
-
+
Zustand Stufe @@ -3445,7 +3491,7 @@
-