from totem to vermine - v0.0.12

This commit is contained in:
François-Xavier Guillois
2023-06-06 11:06:04 +02:00
parent d388c3ba4b
commit 2b5e639e9e
110 changed files with 369 additions and 9675 deletions
+10 -10
View File
@@ -1,39 +1,39 @@
<form id="dice-pool-form" class="ecryme-dv-form" data-actor-id="{{ speakerId }}">
<div class="dice-pool flexcol">
<div class="flexrow row">
<label class="label" style="flex: 80%;">{{localize 'TOTEM.difficulty'}}</label>
<label class="label" style="flex: 80%;">{{localize 'VERMINE.difficulty'}}</label>
<input style="text-align: center;" class="numeric-entry" type="number" name="difficulty" value="7" id="difficulty" min="3" max="10">
</div>
<div class="flexrow row">
<label class="label" style="flex: 80%;">{{localize 'TOTEM.ability'}}</label>
<label class="label" style="flex: 80%;">{{localize 'VERMINE.ability'}}</label>
<input type="number" class="numeric-entry" style="text-align: center;" name="ability" id="ability" min="1" max="5" value="2">
</div>
<div class="flexrow row">
<label class="label" style="flex: 80%;">{{localize 'TOTEM.skill_title'}}</label>
<label class="label" style="flex: 80%;">{{localize 'VERMINE.skill_title'}}</label>
<input type="number" class="numeric-entry" style="text-align: center;" name="skill" id="skill" required min="0" max="5" {{#if skillScore}}value="{{ skillScore }}"{{else}}value="0"{{/if}}>
</div>
<div class="flexrow row">
<label class="label">{{localize 'TOTEM.skill_mastery'}}</label>
<span style="flex: 80%;">{{localize 'TOTEM.bonus'}} : / {{localize 'TOTEM.reroll'}} : </span>
<label class="label">{{localize 'VERMINE.skill_mastery'}}</label>
<span style="flex: 80%;">{{localize 'VERMINE.bonus'}} : / {{localize 'VERMINE.reroll'}} : </span>
</div>
<div class="flexrow row">
<label class="label">{{localize 'TOTEM.specialty'}}</label>
<label class="label">{{localize 'VERMINE.specialty'}}</label>
<input type="checkbox" name="usingSpecialization" id="usingSpecialization" value="1" {{#if specialty}}checked{{/if}}>
</div>
<div class="flexrow row">
<label class="label">{{localize 'TOTEM.help'}}</label>
<label class="label">{{localize 'VERMINE.help'}}</label>
<input type="checkbox" name="helped" id="helped" value="1" {{#if help}}checked{{/if}}>
</div>
<div class="flexrow row">
<label class="label">{{localize 'TOTEM.tooling'}}</label>
<label class="label">{{localize 'VERMINE.tooling'}}</label>
<input type="checkbox" name="usingTools" id="usingTools" value="1" {{#if help}}checked{{/if}}>
</div>
<div class="flexrow row">
<label class="label" style="flex: 80%;">{{localize 'TOTEM.self_control'}}</label>
<label class="label" style="flex: 80%;">{{localize 'VERMINE.self_control'}}</label>
<input type="number" class="numeric-entry" style="text-align: center;" name="self_control" id="self_control" min="0" max="5" value="0">
</div>
<div class="flexrow row">
<label class="label" style="flex: 80%;">{{localize 'TOTEM.group'}}</label>
<label class="label" style="flex: 80%;">{{localize 'VERMINE.group'}}</label>
<input type="number" class="numeric-entry" style="text-align: center;" name="group" id="group" min="0" max="5" value="0">
</div>
</div>