Dice dialog v1 and Minus all key in template and long files
This commit is contained in:
@@ -1,47 +1,47 @@
|
||||
<ul class="attributes-wrapper">
|
||||
<li class="endurance-content">
|
||||
<label class="attribute-label">
|
||||
{{ localize 'L5r5e.Attributes.Endurance' }}
|
||||
{{ localize 'l5r5e.attributes.endurance' }}
|
||||
<input class="centered-input" type="text" name="data.endurance" value="{{data.endurance}}" data-dtype="Number" disabled/>
|
||||
</label>
|
||||
<label class="attribute-label">
|
||||
{{ localize 'L5r5e.Attributes.Fatigue' }}
|
||||
{{ localize 'l5r5e.attributes.fatigue' }}
|
||||
<input class="centered-input" type="text" name="data.fatigue" value="{{data.fatigue}}" data-dtype="Number"/>
|
||||
</label>
|
||||
<p class="quick-rules"> {{ localize 'L5r5e.Attributes.EnduranceTip' }}</p>
|
||||
<p class="quick-rules"> {{ localize 'l5r5e.attributes.endurancetip' }}</p>
|
||||
</li>
|
||||
<li class="composure-content">
|
||||
<label class="attribute-label">
|
||||
{{ localize 'L5r5e.Attributes.Composure' }}
|
||||
{{ localize 'l5r5e.attributes.composure' }}
|
||||
<input class="centered-input" type="text" name="data.composure" value="{{data.composure}}" data-dtype="Number" disabled/>
|
||||
</label>
|
||||
<label class="attribute-label">
|
||||
{{ localize 'L5r5e.Attributes.Strife' }}
|
||||
{{ localize 'l5r5e.attributes.strife' }}
|
||||
<input class="centered-input" type="text" name="data.strife" value="{{data.strife}}" data-dtype="Number"/>
|
||||
</label>
|
||||
<p class="quick-rules"> {{ localize 'L5r5e.Attributes.ComposureTip' }}</p>
|
||||
<p class="quick-rules"> {{ localize 'l5r5e.attributes.composuretip' }}</p>
|
||||
</li>
|
||||
<li class="focus-content">
|
||||
<label class="attribute-label">
|
||||
{{ localize 'L5r5e.Attributes.Focus' }}
|
||||
{{ localize 'l5r5e.attributes.focus' }}
|
||||
<input class="centered-input" type="text" name="data.focus" value="{{data.focus}}" data-dtype="Number" disabled/>
|
||||
</label>
|
||||
<p class="quick-rules"> {{ localize 'L5r5e.Attributes.FocusTip' }}</p>
|
||||
<p class="quick-rules"> {{ localize 'l5r5e.attributes.focustip' }}</p>
|
||||
</li>
|
||||
<li class="vigilante-content">
|
||||
<label class="attribute-label">
|
||||
{{ localize 'L5r5e.Attributes.Vigilante' }}
|
||||
{{ localize 'l5r5e.attributes.vigilante' }}
|
||||
<input class="centered-input" type="text" name="data.vigilante" value="{{data.vigilante}}" data-dtype="Number" disabled/>
|
||||
</label>
|
||||
<p class="quick-rules"> {{ localize 'L5r5e.Attributes.VigilanteTip' }}</p>
|
||||
<p class="quick-rules"> {{ localize 'l5r5e.attributes.vigilantetip' }}</p>
|
||||
</li>
|
||||
<li class="void-content">
|
||||
<label class="attribute-label">
|
||||
{{ localize 'L5r5e.Attributes.VoidPoints' }}
|
||||
{{ localize 'l5r5e.attributes.voidpoints' }}
|
||||
<input class="centered-input" type="text" name="data.void_points.current" value="{{data.void_points.current}}" data-dtype="Number"/>
|
||||
</label>
|
||||
<label class="attribute-label">
|
||||
{{ localize 'L5r5e.Max' }}
|
||||
{{ localize 'L5r5e.max' }}
|
||||
<input class="centered-input" type="text" name="data.void_points.max" value="{{data.void_points.max}}" data-dtype="Number" disabled/>
|
||||
</label>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user