Actor sheet -> working !!!
This commit is contained in:
@@ -44,16 +44,16 @@
|
||||
<div class="reputation flexrow flex-group-center">
|
||||
<label>{{ localize 'VERMINE.reputation' }}</label>
|
||||
{{#if isEditMode}}
|
||||
<input name="system.attributes.reputation.value" type="number" min="0"
|
||||
value="{{#if (or (not system.attributes.reputation.value) (eq system.attributes.reputation.value 0))}}0{{else}}{{system.attributes.reputation.value}}{{/if}}" />
|
||||
<input name="system.attributes.reputation.value" data-type="Number" type="number"
|
||||
value="{{system.attributes.reputation.value}}" />
|
||||
{{else}}
|
||||
<span>{{system.attributes.reputation.value}}</span>
|
||||
{{/if}}
|
||||
|
||||
<label>{{ localize 'VERMINE.experience' }}</label>
|
||||
{{#if isEditMode}}
|
||||
<input name="system.attributes.xp.value" type="number" min="0"
|
||||
value="{{#if (or (not system.attributes.xp.value) (eq system.attributes.xp.value 0))}}0{{else}}{{system.attributes.xp.value}}{{/if}}" />
|
||||
<input name="system.attributes.xp.value" data-type="Number" type="number"
|
||||
value="{{system.attributes.xp.value}}" />
|
||||
{{else}}
|
||||
<span>{{system.attributes.xp.value}}</span>
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user