Roll : Added target info in Roll

This commit is contained in:
Vlyan
2022-02-17 15:24:50 +01:00
parent 448fadeca7
commit efe1e088ed
18 changed files with 148 additions and 68 deletions

View File

@@ -37,7 +37,7 @@
<article class="tab parts part1" data-group="primary" data-tab="part1">
<h2>{{localize (localize 'l5r5e.twenty_questions.part1.title{suffix}' suffix=suffix)}}</h2>
<h3>{{localize (localize 'l5r5e.twenty_questions.part1.q1{suffix}' suffix=suffix)}}</h3>
<div class="autocomplete">
<div>
<input type="text" name="step1.clan" value="{{data.step1.clan}}">
</div>
<table>
@@ -86,7 +86,7 @@
</tr>
</table>
<h3>{{localize (localize 'l5r5e.twenty_questions.part1.q2{suffix}' suffix=suffix)}}</h3>
<div class="autocomplete">
<div>
<input type="text" name="step2.family" value="{{data.step2.family}}">
</div>
<table>
@@ -151,7 +151,7 @@
{{localize 'l5r5e.twenty_questions.part2.school'}}
<input type="text" name="step3.school" value="{{data.step3.school}}">
</label>
<label class="full autocomplete">
<label class="full">
{{localize 'l5r5e.twenty_questions.part2.role'}}
<input type="text" name="step3.roles" value="{{data.step3.roles}}">
</label>