mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-04 14:12:28 +00:00
Wspolczynniki alignement fix Fixed kondycja Added version input Fixed roll template coloring Merged both roll templates Fix in skill substraction logic Rename open test sukcesy Punkty przewagi AKA punkty sukcesu (jak bardzo poszlo, nie poszlo) Add otwarty/zamkniety label to tests Add mistrzowski 20 - 200 and arcymistrzowski 24 - 240 Highlight currently selected tab
15 lines
737 B
Plaintext
15 lines
737 B
Plaintext
input(type="hidden" class="sheet-version" name="attr_version" value="1.1")
|
|
img(src="https://i.imgur.com/9rilIHq.png")
|
|
div(class="sheet-full-page")
|
|
div(class="main")
|
|
input(type="hidden" class="sheet-tabstoggle" name="attr_sheetTab" value="wspolczynniki")
|
|
div(class="navigation-header")
|
|
button(type="action" name="act_wspolczynniki" class="button-wspolczynniki") Współczynniki
|
|
button(type="action" name="act_umiejetnosci" class="button-umiejetnosci") Umiejętności
|
|
button(type="action" name="act_inwentarz" class="button-inwentarz") Inwentarz
|
|
include Wspolczynniki.html
|
|
include Umiejetnosci.html
|
|
include Inwentarz.html
|
|
script(type="text/worker")
|
|
include Script.js
|
|
include Templates.html |