Fix #29 - Stat selection

This commit is contained in:
2022-11-26 11:20:47 +01:00
parent 109ce4f192
commit 50f4339454
2 changed files with 184 additions and 139 deletions

View File

@ -147,6 +147,19 @@
</table>
{{/if}}
{{#if (eq step "select-global-stat")}}
<div>Now select a Statistic at +1DT.
</div>
<table class="table-create-actor">
{{#each stats as |stat key|}}
<tr>
<td><a class="view-item-from-chat" data-step="{{@root.step}}" data-stat-key="{{key}}">{{stat.label}}</a></td>
<td><a class="chat-card-button chat-create-actor" data-step-name="{{@root.step}}" data-stat-key="{{key}}" >Select it !</a></td>
</tr>
{{/each}}
</table>
{{/if}}
{{#if (eq step "character-end")}}
<div>Follow the next steps from the rulebook page 50 !. You can now spend 150 CDPs to customise your character.
</div>