Added some text for 20Q 2dn dice

Minors fixes
This commit is contained in:
Vlyan
2021-01-05 18:51:04 +01:00
parent 6ef4dd3bde
commit c474015e5c
6 changed files with 7 additions and 12 deletions

View File

@@ -2,13 +2,13 @@
<fieldset>
<legend class="text-block-header">{{ localize 'l5r5e.social.title' }}</legend>
<label class="attribute-label">{{ localize 'l5r5e.social.ninjo' }}
<input type="text" name="data.social_standing.ninjo" value="{{data.social.ninjo}}"/>
<input type="text" name="data.social.ninjo" value="{{data.social.ninjo}}"/>
</label>
<label class="attribute-label">{{ localize 'l5r5e.social.giri' }}
<input type="text" name="data.social_standing.giri" value="{{data.social.giri}}"/>
<input type="text" name="data.social.giri" value="{{data.social.giri}}"/>
</label>
<label class="attribute-label">{{ localize 'l5r5e.social.titles' }}
<input type="text" name="data.social_standing.titles" value="{{data.social.titles}}"/>
<input type="text" name="data.social.titles" value="{{data.social.titles}}"/>
</label>
</fieldset>
<fieldset>