More tests againts rolls
This commit is contained in:
+21
-18
@@ -4,27 +4,34 @@
|
||||
{{formInput fields.name value=source.name}}
|
||||
</div>
|
||||
<div class="item-body">
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Ability.TypeLabel"}}</label>
|
||||
{{formField systemFields.abilityType value=system.abilityType localize=true}}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Ability.CostLabel"}}</label>
|
||||
{{formField systemFields.cost value=system.cost localize=true}}
|
||||
|
||||
<div class="form-row">
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Ability.TypeLabel"}}</label>
|
||||
{{formField systemFields.abilityType value=system.abilityType localize=true}}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Ability.CostLabel"}}</label>
|
||||
{{formField systemFields.cost value=system.cost localize=true}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Ability.Frequency"}}</label>
|
||||
{{formInput systemFields.frequency value=system.frequency}}
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Ability.Requirements"}}</label>
|
||||
{{formInput systemFields.requirements value=system.requirements}}
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Ability.Trigger"}}</label>
|
||||
{{formInput systemFields.trigger value=system.trigger}}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
<div class="form-group-tags">
|
||||
<label>{{localize "AWEMMY.Ability.Traits"}}</label>
|
||||
<div class="tags-list">
|
||||
{{#each system.traits}}
|
||||
@@ -33,15 +40,11 @@
|
||||
<input type="text" class="new-tag" data-action="addTrait" placeholder="{{localize 'AWEMMY.Ability.AddTrait'}}" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<fieldset>
|
||||
<legend>Description</legend>
|
||||
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}}
|
||||
</fieldset>
|
||||
|
||||
</div>
|
||||
<fieldset>
|
||||
<legend>Description</legend>
|
||||
{{formInput
|
||||
systemFields.description
|
||||
enriched=enrichedDescription
|
||||
value=system.description
|
||||
name="system.description"
|
||||
toggled=true
|
||||
}}
|
||||
</fieldset>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user