Skip to content

Commit

Permalink
Merge pull request #12997 from kreuvf/misc-2024-06
Browse files Browse the repository at this point in the history
[Das_Schwarze_Auge_4-1] Miscellaneous Fixes and Enhancements
  • Loading branch information
NorWhal authored Jun 11, 2024
2 parents b6efd4f + c63fe0a commit c60841a
Show file tree
Hide file tree
Showing 10 changed files with 1,496 additions and 2,558 deletions.
499 changes: 3 additions & 496 deletions Das_Schwarze_Auge_4-1/dev/css/style.css

Large diffs are not rendered by default.

16 changes: 10 additions & 6 deletions Das_Schwarze_Auge_4-1/dev/html/roll templates/crp.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
{{/rollTotal() computed::result 3}}
<tr>
<th>
{{name}}
{{name}} von {{charactername}}
{{#rollTotal() computed::isConfirmationRoll 0}}
{{#rollTotal() showRollTag 1}}
{{#rollTotal() computed::confirmationRollRequired 0}}
Expand All @@ -290,17 +290,21 @@
{{/rollTotal() computed::isConfirmationRoll 0}}
</th>
</tr>
<tr>
<td>Charakter: {{charactername}}</td>
</tr>
<tr>
<td>Wert: {{wert}} (Mod {{mod}}, Ansage {{ansage}})</td>
</tr>
<tr>
<td>Ergebnis: {{computed::result}}</td>
<td>Würfelergebnisse:
{{#rollGreater() roll0 0}}{{roll0}}{{/rollGreater() roll0 0}}<!--
-->{{#rollGreater() roll1 0}}/{{roll1}}{{/rollGreater() roll1 0}}<!--
-->{{#rollGreater() roll2 0}}/{{roll2}}{{/rollGreater() roll2 0}}
</td>
</tr>
<tr>
<td>Würfelergebnisse: {{roll0}}/{{roll1}}/{{roll2}}//{{confirmationRoll0}}/{{confirmationRoll1}}/{{confirmationRoll2}}</td>
<td>Würfelergebnisse (Bestätigungswürfe):
{{#rollGreater() confirmationRoll0 0}}{{confirmationRoll0}}{{/rollGreater() confirmationRoll0 0}}<!--
-->{{#rollGreater() confirmationRoll1 0}}/{{confirmationRoll1}}{{/rollGreater() confirmationRoll1 0}}<!--
-->{{#rollGreater() confirmationRoll2 0}}/{{confirmationRoll2}}{{/rollGreater() confirmationRoll2 0}}</td>
</tr>
{{#rollTotal() computed::confirmationRollRequired 0}}
{{#rollTotal() computed::result -3}}
Expand Down
2 changes: 1 addition & 1 deletion Das_Schwarze_Auge_4-1/dev/html/sheet/footer.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!-- sheet footer start -->
<b>&bdquo;Das Schwarze Auge&ldquo;-Heldenbogen für Roll20.net, Version <input type="text" class="stat-immutable stat-immutable-version" disabled="disabled" name="attr_character_sheet_version" value="20240519"><input type="hidden" class="stat-immutable stat-immutable-version" readonly="readonly" name="attr_data_version" value=""></b>
<b>&bdquo;Das Schwarze Auge&ldquo;-Heldenbogen für Roll20.net, Version <input type="text" class="stat-immutable stat-immutable-version" disabled="disabled" name="attr_character_sheet_version" value="20240609"><input type="hidden" class="stat-immutable stat-immutable-version" readonly="readonly" name="attr_data_version" value=""></b>
<!-- sheet footer end -->
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<tr>
<th>Eigenschaft</th>
<th>Basis</th>
<th>Mod</th>
<th>Mod <span class="abbr" title="Diese Spalte entspricht nicht der Spalte gleichen Namens auf dem offiziellen Papiercharakterbogen, sie dient der Nachhaltung temporärer Veränderungen beispielsweise aus Gift oder Krankheit, die keine Änderungen abgeleiteter Werte nach sich ziehen.">&#x2139;&#xfe0f;</span></th>
<th>Aktuell</th>
</tr>
<tr>
Expand Down
23 changes: 22 additions & 1 deletion Das_Schwarze_Auge_4-1/dev/html/sheet/section_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,27 @@ <h3>Infos zum Charakterbogen</h3>
<p>Änderungen &bdquo;unter der Haube&ldquo; erspare ich euch an dieser Stelle. Wer Interesse daran hat, findet all die Infos auf GitHub (siehe oben). Bei Bedarf könnt ihr auch gerne fragen: &bdquo;Isurandil&ldquo; auf (in stark fallender Lesehäufigkeit) Orkenspalter, Mastodon (@Isurandil@mastodon.online), Twitter, YouTube und Roll20.</p>

<details open>
<summary>
<h4>Update auf Version 20240609</h4>
</summary>
<h5>Design</h5>
<p>
<ul>
<li>Info zu &bdquo;Mod&ldquo;-Spalte im Tab &bdquo;Grundwerte&ldquo;: Da diese Spalte eine andere Funktion hat als auf dem offiziellen Papiercharakterbogen, wurde bereits vor langer Zeit ein Fehler bei Roll20 gemeldet. Im Rahmen der Diskussion kam heraus, dass die Benennung der Spalte die Ursache des Problems darstellt. Vorerst wird dem damit abgeholfen, dass die Spalte nun über eine Erklärung verfügt.</li>
</li>
<li>Würfelvorlage für Betafeature &bdquo;Bestätigungswürfe im Kampf einzeln/manuell würfeln&ldquo;: Die Würfelvorlage enthält jetzt weniger überflüssige oder nur für interne Zwecke sinnvolle Informationen, sodass der Spielwert deutlich gesteigert sein dürfte.</li>
</ul>
</p>
<h5>Internes</h5>
<p>
<ul>
<li><span class="abbr" title="Cascading Stylesheet">CSS</span>-Dateigröße durch Entfernung von Redundanzen um über 40% reduziert. Dank an Pascal Stein für die ursprüngliche Version dieses Beitrags.</li>
<li>Code für Talentwürfe mit und ohne effektiver Behinderung zusammengefasst. Dank an Pascal Stein für die ursprüngliche Version dieses Beitrags.</li>
</ul>
</p>
</details>

<details>
<summary>
<h4>Update auf Version 20240519</h4>
</summary>
Expand All @@ -37,7 +58,7 @@ <h5>Fehlerbehebungen</h5>
</p>
</details>

<details open>
<details>
<summary>
<h4>&#x1f3ac; Update auf Version 20240510</h4>
</summary>
Expand Down
Loading

0 comments on commit c60841a

Please sign in to comment.