Files
roll20-character-sheets/Neuroshima/Templates.html
T
Jacek Janiszewski d423fd7795 ## V 1.1
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
2022-05-09 01:12:25 +02:00

73 lines
3.9 KiB
HTML

<rolltemplate class="sheet-rolltemplate-test">
<div class="sheet-template-container">
<div class="sheet-results">
<h1>
{{#rollTotal() computed::finaldifficulty 0}}
Łatwy
{{/rollTotal() computed::finaldifficulty 0}}
{{#rollTotal() computed::finaldifficulty 1}}
Przeciętny
{{/rollTotal() computed::finaldifficulty 1}}
{{#rollTotal() computed::finaldifficulty 2}}
Problematyczny
{{/rollTotal() computed::finaldifficulty 2}}
{{#rollTotal() computed::finaldifficulty 3}}
Trudny
{{/rollTotal() computed::finaldifficulty 3}}
{{#rollTotal() computed::finaldifficulty 4}}
Bardzo Trudny
{{/rollTotal() computed::finaldifficulty 4}}
{{#rollTotal() computed::finaldifficulty 5}}
Cholernie Trudny
{{/rollTotal() computed::finaldifficulty 5}}
{{#rollTotal() computed::finaldifficulty 6}}
Fartowny
{{/rollTotal() computed::finaldifficulty 6}}
{{#rollTotal() computed::finaldifficulty 7}}
Mistrzowski
{{/rollTotal() computed::finaldifficulty 7}}
{{#rollTotal() computed::finaldifficulty 8}}
Arcymistrzowski
{{/rollTotal() computed::finaldifficulty 8}}
test
{{#rollTotal() computed::open 0}}zamknięty{{/rollTotal() computed::open 0}}
{{#rollTotal() computed::open 1}}otwarty{{/rollTotal() computed::open 1}}
{{skill-name}} na {{base_wsp_name}}
</h1>
{{#rollTotal() computed::roll1 0}}<div style="background-color:rgba(0, 255, 0, 0.3);">{{/rollTotal() computed::roll1 0}}
{{#rollTotal() computed::roll1 1}}<div style="background-color:rgba(100, 30, 220, 0.4);">{{/rollTotal() computed::roll1 1}}
{{#rollTotal() computed::roll1 2}}<div style="background-color:rgba(255, 68, 0, 0.6);">{{/rollTotal() computed::roll1 2}}
{{#rollTotal() computed::roll1 3}}<div style="background-color: rgba(0, 0, 0, 0.4);">{{/rollTotal() computed::roll1 3}}
<h4>D1 = {{roll1}}</h4>
</div>
{{#rollTotal() computed::roll2 0}}<div style="background-color:rgba(0, 255, 0, 0.3);">{{/rollTotal() computed::roll2 0}}
{{#rollTotal() computed::roll2 1}}<div style="background-color:rgba(100, 30, 220, 0.4);">{{/rollTotal() computed::roll2 1}}
{{#rollTotal() computed::roll2 2}}<div style="background-color:rgba(255, 68, 0, 0.6);">{{/rollTotal() computed::roll2 2}}
{{#rollTotal() computed::roll2 3}}<div style="background-color: rgba(0, 0, 0, 0.4);">{{/rollTotal() computed::roll2 3}}
<h4>D2 = {{roll2}}</h4>
</div>
{{#rollTotal() computed::roll3 0}}<div style="background-color:rgba(0, 255, 0, 0.3);">{{/rollTotal() computed::roll3 0}}
{{#rollTotal() computed::roll3 1}}<div style="background-color:rgba(100, 30, 220, 0.4);">{{/rollTotal() computed::roll3 1}}
{{#rollTotal() computed::roll3 2}}<div style="background-color:rgba(255, 68, 0, 0.6);">{{/rollTotal() computed::roll3 2}}
{{#rollTotal() computed::roll3 3}}<div style="background-color: rgba(0, 0, 0, 0.4);">{{/rollTotal() computed::roll3 3}}
<h4>D3 = {{roll3}}</h4>
</div>
<h4>
{{#rollTotal() computed::open 0}}
Zdany na kościach: {{computed::successes}}
{{/rollTotal() computed::open 0}}
{{#rollTotal() computed::open 1}}
Punktów przewagi: {{computed::successes}}
{{/rollTotal() computed::open 1}}
</h4>
</div>
</div>
</rolltemplate>