V0.06 Midgard-Karten

This commit is contained in:
hjmaier 2021-02-19 23:35:00 +01:00
parent 0384404a52
commit 5a82a46941
16 changed files with 25 additions and 8 deletions

View File

@ -11,3 +11,5 @@
# 0.05
- Flag für Items: Am Körper getragen
- Anpassungen, damit das Modul Tokenizer verwendet werden kann
# 0.06
- Fehler in Krit-Tabellen korrigiert

View File

@ -18,6 +18,7 @@
<li>Tables for critical rolls (already implemented in a rudimentary way)</li>
<li>Modification of the standard combat tracker to fit the Midgard specific battle round rules</li>
<li>Modification of the dice roller (detection of critical rolls and practice points)</li>
<li>Midgard Maps</li>
</ul>
<p>&nbsp;</p>
<h2>License</h2>

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 880 B

After

Width:  |  Height:  |  Size: 880 B

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
assets/maps/midgard_v1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 MiB

BIN
assets/maps/midgard_v2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 MiB

View File

@ -14,9 +14,7 @@
}
}
.profile-img {
height: 64px;
width: 64px;
}
}

View File

@ -13,4 +13,8 @@
height: 100%;
}
}
.item-img {
height: 64px;
width: 64px;
}
}

View File

@ -10,6 +10,10 @@
.midgard5.sheet.item .sheet-content .editor {
height: 100%;
}
.midgard5.sheet.item .item-img {
height: 64px;
width: 64px;
}
.midgard5.sheet.character form {
display: flex;
flex-direction: column;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -37,6 +37,12 @@
"label": "Standardwürfel",
"path": "./packs/macros/makros-standardwurfel.db",
"entity": "Macro"
},
{
"name": "scenes-midgard-karten",
"label": "Midgard-Karten",
"path": "./packs/scenes/scenes-midgard-karten.db",
"entity": "Scene"
}
],
"languages": [

View File

@ -1,6 +1,6 @@
<form class="{{cssClass}}" autocomplete="off">
<header class="sheet-header">
<img src="{{item.img}}" data-edit="img" title="{{item.name}}" height="64" width="64" />
<img class="item-img" src="{{item.img}}" data-edit="img" title="{{item.name}}" />
<h1><input name="name" type="text" value="{{item.name}}" placeholder="Name" /></h1>
</header>
<div class="sheet-content">