62 lines
2.9 KiB
HTML
62 lines
2.9 KiB
HTML
<ul class="identity-content">
|
|
<li>
|
|
<label class="attribute-label">
|
|
{{#if data.system.is_samurai}}
|
|
{{localize 'l5r5e.clans.label'}}
|
|
{{else}}
|
|
{{localize 'chiaroscuro.character.region'}}
|
|
{{/if}}
|
|
<input type="text" name="system.identity.clan" value="{{data.system.identity.clan}}" {{^if data.editable_not_soft_locked}}disabled{{/if}}/>
|
|
</label>
|
|
</li>
|
|
<li>
|
|
<label class="attribute-label">
|
|
{{#if data.system.is_samurai}}
|
|
{{localize 'l5r5e.sheets.family'}}
|
|
{{else}}
|
|
{{localize 'chiaroscuro.character.education'}}
|
|
{{/if}}
|
|
<input type="text" name="system.identity.family" value="{{data.system.identity.family}}" {{^if data.editable_not_soft_locked}}disabled{{/if}}/>
|
|
</label>
|
|
</li>
|
|
<li>
|
|
<label class="attribute-label">
|
|
{{localize 'l5r5e.social.status'}}
|
|
<span class="increment-control status">
|
|
<i class="addsub-control pointer-choice fa fa-plus-square" data-type="status" data-value="1"></i>
|
|
<i class="addsub-control pointer-choice fa fa-minus-square" data-type="status" data-value="-1"></i>
|
|
</span>
|
|
<input class="select-on-focus" type="number" name="system.social.status" value="{{data.system.social.status}}" data-dtype="Number" placeholder="0" {{^if data.editable_not_soft_locked}}disabled{{/if}}/>
|
|
</label>
|
|
</li>
|
|
<li>
|
|
<label class="attribute-label is-samurai-label">
|
|
{{localize 'chiaroscuro.character.is_samurai'}}
|
|
<input type="checkbox" name="system.is_samurai" {{checked data.system.is_samurai}} {{^if data.editable_not_soft_locked}}disabled{{/if}}/>
|
|
</label>
|
|
</li>
|
|
<li>
|
|
<label class="attribute-label">
|
|
{{localize 'chiaroscuro.character.title'}}
|
|
<input type="text" name="system.identity.title" value="{{data.system.identity.title}}" {{^if data.editable_not_soft_locked}}disabled{{/if}}/>
|
|
</label>
|
|
</li>
|
|
<li>
|
|
<label class="attribute-label">
|
|
{{localize 'l5r5e.sheets.school'}}
|
|
<input type="text" name="system.identity.school" value="{{data.system.identity.school}}" {{^if data.editable_not_soft_locked}}disabled{{/if}}/>
|
|
</label>
|
|
</li>
|
|
<li>
|
|
<label class="attribute-label">
|
|
{{localize 'l5r5e.roles.title'}}
|
|
<input type="text" name="system.identity.roles" value="{{data.system.identity.roles}}" {{^if data.editable_not_soft_locked}}disabled{{/if}}/>
|
|
</label>
|
|
</li>
|
|
<li>
|
|
<label class="attribute-label quick-info-label">
|
|
{{localize 'chiaroscuro.character.quick_info'}}
|
|
<input type="text" name="system.quick_info" value="{{data.system.quick_info}}" {{^if data.editable_not_soft_locked}}disabled{{/if}}/>
|
|
</label>
|
|
</li>
|
|
</ul> |