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

@@ -1,6 +1,6 @@
<ul class="identity-content">
<li>
<label class="attribute-label autocomplete">
<label class="attribute-label">
{{#ifCond data.data.template '==' 'pow'}}
{{localize 'l5r5e.region'}}
{{else}}
@@ -10,7 +10,7 @@
</label>
</li>
<li>
<label class="attribute-label autocomplete">
<label class="attribute-label">
{{#ifCond data.data.template '==' 'pow'}}
{{localize 'l5r5e.upbringing'}}
{{else}}
@@ -32,7 +32,7 @@
</label>
</li>
<li>
<label class="attribute-label autocomplete">
<label class="attribute-label">
{{localize 'l5r5e.roles.title'}}
<input type="text" name="data.identity.roles" value="{{data.data.identity.roles}}" {{^if data.editable_not_soft_locked}}disabled{{/if}}/>
</label>

View File

@@ -19,7 +19,7 @@
</li>
<li class="affinities">
{{!-- Attitude --}}
<label class="attitude autocomplete">
<label class="attitude">
<input type="text" name="data.attitude" value="{{data.data.attitude}}" data-dtype="String" placeholder="" {{^if data.editable_not_soft_locked}}disabled{{/if}}/>
{{localize 'l5r5e.social.attitude'}}
</label>

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>