Vorlage:Charactersheet: Unterschied zwischen den Versionen

Aus Meddlerde
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(12 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 10: Zeile 10:
                     <td>{{{class}}}</td>
                     <td>{{{class}}}</td>
                     <td><strong>Level:</strong></td>
                     <td><strong>Level:</strong></td>
                     <td>{{{level}}}</td>
                     <td>{{{level}}} ({{#expr: floor(({{{level}}} - 1) / 4) + 2}})</td>
                 </tr>
                 </tr>
                 <tr>
                 <tr>
Zeile 23: Zeile 23:
                     <td><strong>Hit Points:</strong></td>
                     <td><strong>Hit Points:</strong></td>
                     <td>{{{hitPoints}}}</td>
                     <td>{{{hitPoints}}}</td>
                </tr>
                <tr>
                    <td><strong>Initiative:</strong></td>
                    <td>{{#expr: floor(({{{dexterity}}} - 10) / 2)}}</td>
                    <td><strong>Speed:</strong></td>
                    <td>{{{speed}}}</td>
                 </tr>
                 </tr>
                 <tr>
                 <tr>
                     <td><strong>Strength:</strong></td>
                     <td><strong>Strength:</strong></td>
                     <td>{{{strength}}}</td>
                     <td>{{{strength}}} ({{#expr: floor(({{{strength}}} - 10) / 2)}})</td>
                     <td><strong>Dexterity:</strong></td>
                     <td><strong>Dexterity:</strong></td>
                     <td>{{{dexterity}}}</td>
                     <td>{{{dexterity}}} ({{#expr: floor(({{{dexterity}}} - 10) / 2)}})</td>
                 </tr>
                 </tr>
                 <tr>
                 <tr>
                     <td><strong>Constitution:</strong></td>
                     <td><strong>Constitution:</strong></td>
                     <td>{{{constitution}}}</td>
                     <td>{{{constitution}}} ({{#expr: floor(({{{constitution}}} - 10) / 2)}})</td>
                     <td><strong>Intelligence:</strong></td>
                     <td><strong>Intelligence:</strong></td>
                     <td>{{{intelligence}}}</td>
                     <td>{{{intelligence}}} ({{#expr: floor(({{{intelligence}}} - 10) / 2)}})</td>
                 </tr>
                 </tr>
                 <tr>
                 <tr>
                     <td><strong>Wisdom:</strong></td>
                     <td><strong>Wisdom:</strong></td>
                     <td>{{{wisdom}}}</td>
                     <td>{{{wisdom}}} ({{#expr: floor(({{{wisdom}}} - 10) / 2)}})</td>
                     <td><strong>Charisma:</strong></td>
                     <td><strong>Charisma:</strong></td>
                     <td>{{{charisma}}}</td>
                     <td>{{{charisma}}} ({{#expr: floor(({{{charisma}}} - 10) / 2)}})</td>
                </tr>
                <tr>
                    <td><strong>Passive Perception:</strong></td>
                    <td>{{#expr: 10 + floor(({{{wisdom}}} - 10) / 2)}}</td>
                </tr>
            </table>
            <hr style="border: 1px solid #4CAF50; margin: 5px 0;">
            <h3 style="color: #4CAF50; text-align: center; margin-top: 5px; margin-bottom: 5px;">Proficiencies and Languages</h3>
            <p style="text-align: center;">{{{proficiencies}}}</p>
            <p style="text-align: center;">{{{languages}}}</p>
            <hr style="border: 1px solid #4CAF50; margin: 5px 0;">
            <h3 style="color: #4CAF50; text-align: center; margin-top: 5px; margin-bottom: 5px;">Equipment</h3>
            <p style="text-align: center;">{{{equipment}}}</p>
            <hr style="border: 1px solid #4CAF50; margin: 5px 0;">
            <h3 style="color: #4CAF50; text-align: center; margin-top: 5px; margin-bottom: 5px;">Saving Throws</h3>
            <table style="width: 100%; border-collapse: collapse; font-size: 10px;">
                <tr>
                    <td><strong>Strength:</strong> {{#expr: floor(({{{strength}}} - 10) / 2) + ({{{strengthSaveProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                    <td><strong>Dexterity:</strong> {{#expr: floor(({{{dexterity}}} - 10) / 2) + ({{{dexteritySaveProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                </tr>
                <tr>
                    <td><strong>Constitution:</strong> {{#expr: floor(({{{constitution}}} - 10) / 2) + ({{{constitutionSaveProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                    <td><strong>Intelligence:</strong> {{#expr: floor(({{{intelligence}}} - 10) / 2) + ({{{intelligenceSaveProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                </tr>
                <tr>
                    <td><strong>Wisdom:</strong> {{#expr: floor(({{{wisdom}}} - 10) / 2) + ({{{wisdomSaveProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                    <td><strong>Charisma:</strong> {{#expr: floor(({{{charisma}}} - 10) / 2) + ({{{charismaSaveProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                 </tr>
                 </tr>
             </table>
             </table>
Zeile 47: Zeile 80:
             <table style="width: 100%; border-collapse: collapse; font-size: 10px;">
             <table style="width: 100%; border-collapse: collapse; font-size: 10px;">
                 <tr>
                 <tr>
                     <td><strong>Acrobatics:</strong> {{{acrobatics}}}</td>
                     <td><strong>Acrobatics:</strong> {{#expr: floor(({{{dexterity}}} - 10) / 2) + ({{{acrobaticsProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                     <td><strong>Animal Handling:</strong> {{{animalHandling}}}</td>
                     <td><strong>Animal Handling:</strong> {{#expr: floor(({{{wisdom}}} - 10) / 2) + ({{{animalHandlingProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                     <td><strong>Arcana:</strong> {{{arcana}}}</td>
                     <td><strong>Arcana:</strong> {{#expr: floor(({{{intelligence}}} - 10) / 2) + ({{{arcanaProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                 </tr>
                 </tr>
                 <tr>
                 <tr>
                     <td><strong>Athletics:</strong> {{{athletics}}}</td>
                     <td><strong>Athletics:</strong> {{#expr: floor(({{{strength}}} - 10) / 2) + ({{{athleticsProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                     <td><strong>Deception:</strong> {{{deception}}}</td>
                     <td><strong>Deception:</strong> {{#expr: floor(({{{charisma}}} - 10) / 2) + ({{{deceptionProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                     <td><strong>History:</strong> {{{history}}}</td>
                     <td><strong>History:</strong> {{#expr: floor(({{{intelligence}}} - 10) / 2) + ({{{historyProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                 </tr>
                 </tr>
                 <tr>
                 <tr>
                     <td><strong>Insight:</strong> {{{insight}}}</td>
                     <td><strong>Insight:</strong> {{#expr: floor(({{{wisdom}}} - 10) / 2) + ({{{insightProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                     <td><strong>Intimidation:</strong> {{{intimidation}}}</td>
                     <td><strong>Intimidation:</strong> {{#expr: floor(({{{charisma}}} - 10) / 2) + ({{{intimidationProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                     <td><strong>Investigation:</strong> {{{investigation}}}</td>
                     <td><strong>Investigation:</strong> {{#expr: floor(({{{intelligence}}} - 10) / 2) + ({{{investigationProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                 </tr>
                 </tr>
                 <tr>
                 <tr>
                     <td><strong>Medicine:</strong> {{{medicine}}}</td>
                     <td><strong>Nature:</strong> {{#expr: floor(({{{intelligence}}} - 10) / 2) + ({{{natureProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                    <td><strong>Nature:</strong> {{{nature}}}</td>
                     <td><strong>Perception:</strong> {{#expr: floor(({{{wisdom}}} - 10) / 2) + ({{{perceptionProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                     <td><strong>Perception:</strong> {{{perception}}}</td>
                 </tr>
                 </tr>
                 <tr>
                 <tr>
                     <td><strong>Performance:</strong> {{{performance}}}</td>
                     <td><strong>Performance:</strong> {{#expr: floor(({{{charisma}}} - 10) / 2) + ({{{performanceProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                     <td><strong>Persuasion:</strong> {{{persuasion}}}</td>
                     <td><strong>Persuasion:</strong> {{#expr: floor(({{{charisma}}} - 10) / 2) + ({{{persuasionProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                     <td><strong>Religion:</strong> {{{religion}}}</td>
                     <td><strong>Religion:</strong> {{#expr: floor(({{{intelligence}}} - 10) / 2) + ({{{religionProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                 </tr>
                 </tr>
                 <tr>
                 <tr>
                     <td><strong>Sleight of Hand:</strong> {{{sleightOfHand}}}</td>
                     <td><strong>Sleight of Hand:</strong> {{#expr: floor(({{{dexterity}}} - 10) / 2) + ({{{sleightOfHandProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                     <td><strong>Stealth:</strong> {{{stealth}}}</td>
                     <td><strong>Stealth:</strong> {{#expr: floor(({{{dexterity}}} - 10) / 2) + ({{{stealthProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                     <td><strong>Survival:</strong> {{{survival}}}</td>
                     <td><strong>Survival:</strong> {{#expr: floor(({{{wisdom}}} - 10) / 2) + ({{{survivalProf}}} * (floor(({{{level}}} - 1) / 4) + 2))}}</td>
                 </tr>
                 </tr>
             </table>
             </table>

Aktuelle Version vom 2. März 2025, 17:24 Uhr

Character Sheet

{{{name}}}

Class: {{{class}}} Level: {{{level}}} (Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“)
Race: {{{race}}} Background: {{{background}}}
Armor Class: {{{armorClass}}} Hit Points: {{{hitPoints}}}
Initiative: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“ Speed: {{{speed}}}
Strength: {{{strength}}} (Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“) Dexterity: {{{dexterity}}} (Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“)
Constitution: {{{constitution}}} (Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“) Intelligence: {{{intelligence}}} (Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“)
Wisdom: {{{wisdom}}} (Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“) Charisma: {{{charisma}}} (Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“)
Passive Perception: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“

Proficiencies and Languages

{{{proficiencies}}}

{{{languages}}}


Equipment

{{{equipment}}}


Saving Throws

Strength: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“ Dexterity: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“
Constitution: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“ Intelligence: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“
Wisdom: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“ Charisma: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“

Skills

Acrobatics: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“ Animal Handling: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“ Arcana: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“
Athletics: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“ Deception: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“ History: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“
Insight: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“ Intimidation: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“ Investigation: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“
Nature: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“ Perception: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“
Performance: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“ Persuasion: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“ Religion: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“
Sleight of Hand: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“ Stealth: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“ Survival: Fehler im Ausdruck: Nicht erkanntes Satzzeichen „{“