Files
l5rx-chiaroscuro/system/templates/sheets/actor/identity.html
2020-12-09 19:10:12 +01:00

32 lines
1.1 KiB
HTML

<ul class="identity-content">
<li>
<label class="attribute-label">
{{ localize 'L5r5e.Clan' }}
<input type="text" name="data.identity.clan" value="{{data.identity.clan}}"/>
</label>
</li>
<li>
<label class="attribute-label">
{{ localize 'L5r5e.Family' }}
<input type="text" name="data.identity.family" value="{{data.identity.family}}"/>
</label>
</li>
<li>
<label class="attribute-label">
{{ localize 'L5r5e.School' }}
<input type="text" name="data.identity.school" value="{{data.identity.school}}"/>
</label>
</li>
<li>
<label class="attribute-label">
{{ localize 'L5r5e.SchoolRank' }}
<input type="text" name="data.identity.school_rank" value="{{data.identity.school_rank}}" data-dtype="Number" placeholder="0"/>
</label>
</li>
<li>
<label class="attribute-label">
{{ localize 'L5r5e.Roles' }}
<input type="text" name="data.identity.roles" value="{{data.identity.roles}}"/>
</label>
</li>
</ul>