Initial skeleton
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
<section>
|
||||
<div class="item-header">
|
||||
<img class="item-img" src="{{item.img}}" data-edit="img" data-action="editImage" data-tooltip="{{item.name}}" />
|
||||
{{formInput fields.name value=source.name}}
|
||||
</div>
|
||||
<div class="item-body">
|
||||
<div class="form-group">
|
||||
<label>Type</label>
|
||||
{{formField systemFields.abilityType value=system.abilityType localize=true}}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Ability.Cost"}}</label>
|
||||
{{formField systemFields.cost value=system.cost}}
|
||||
</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>
|
||||
<fieldset>
|
||||
<legend>Description</legend>
|
||||
{{formInput
|
||||
systemFields.description
|
||||
enriched=enrichedDescription
|
||||
value=system.description
|
||||
name="system.description"
|
||||
toggled=true
|
||||
}}
|
||||
</fieldset>
|
||||
</section>
|
||||
@@ -0,0 +1,22 @@
|
||||
<section>
|
||||
<div class="item-header">
|
||||
<img class="item-img" src="{{item.img}}" data-edit="img" data-action="editImage" data-tooltip="{{item.name}}" />
|
||||
{{formInput fields.name value=source.name}}
|
||||
</div>
|
||||
<div class="item-body">
|
||||
<div class="form-group">
|
||||
<label>Prerequisite Level</label>
|
||||
{{formInput systemFields.prerequisiteLevel value=system.prerequisiteLevel}}
|
||||
</div>
|
||||
</div>
|
||||
<fieldset>
|
||||
<legend>Description</legend>
|
||||
{{formInput
|
||||
systemFields.description
|
||||
enriched=enrichedDescription
|
||||
value=system.description
|
||||
name="system.description"
|
||||
toggled=true
|
||||
}}
|
||||
</fieldset>
|
||||
</section>
|
||||
@@ -0,0 +1,22 @@
|
||||
<section>
|
||||
<div class="item-header">
|
||||
<img class="item-img" src="{{item.img}}" data-edit="img" data-action="editImage" data-tooltip="{{item.name}}" />
|
||||
{{formInput fields.name value=source.name}}
|
||||
</div>
|
||||
<div class="item-body">
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Background.Bonus"}}</label>
|
||||
{{formInput systemFields.bonus value=system.bonus}}
|
||||
</div>
|
||||
</div>
|
||||
<fieldset>
|
||||
<legend>Description</legend>
|
||||
{{formInput
|
||||
systemFields.description
|
||||
enriched=enrichedDescription
|
||||
value=system.description
|
||||
name="system.description"
|
||||
toggled=true
|
||||
}}
|
||||
</fieldset>
|
||||
</section>
|
||||
@@ -0,0 +1,49 @@
|
||||
<section class="tab character-biography {{tab.cssClass}}" data-tab="{{tab.id}}" data-group="{{tab.group}}">
|
||||
|
||||
<fieldset>
|
||||
<legend>Identity</legend>
|
||||
<div class="form-group">
|
||||
<label>Pronouns</label>
|
||||
{{formInput systemFields.pronouns value=system.pronouns disabled=isPlayMode}}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Kit.Field"}}</label>
|
||||
{{formInput systemFields.fieldName value=system.fieldName disabled=isPlayMode}}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Specialization</label>
|
||||
{{formInput systemFields.specialization value=system.specialization disabled=isPlayMode}}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Item.Archetype"}}</label>
|
||||
{{formInput systemFields.archetypeName value=system.archetypeName disabled=isPlayMode}}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Item.Background"}}</label>
|
||||
{{formInput systemFields.backgroundName value=system.backgroundName disabled=isPlayMode}}
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<legend>Description</legend>
|
||||
{{formInput
|
||||
systemFields.description
|
||||
enriched=enrichedDescription
|
||||
value=system.description
|
||||
name="system.description"
|
||||
toggled=true
|
||||
}}
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<legend>Notes</legend>
|
||||
{{formInput
|
||||
systemFields.notes
|
||||
enriched=enrichedNotes
|
||||
value=system.notes
|
||||
name="system.notes"
|
||||
toggled=true
|
||||
}}
|
||||
</fieldset>
|
||||
|
||||
</section>
|
||||
@@ -0,0 +1,79 @@
|
||||
<section class="tab character-equipment {{tab.cssClass}}" data-tab="{{tab.id}}" data-group="{{tab.group}}">
|
||||
|
||||
{{!-- Kits --}}
|
||||
<fieldset>
|
||||
<legend>{{localize "AWEMMY.Item.Kit"}}</legend>
|
||||
<div class="item-list">
|
||||
{{#each kits as |item|}}
|
||||
<div class="item-row" data-item-id="{{item.id}}" data-item-uuid="{{item.uuid}}">
|
||||
<img class="item-img" src="{{item.img}}" data-tooltip="{{item.name}}" />
|
||||
<div class="item-name">{{item.name}}</div>
|
||||
<div class="item-charges">{{item.system.charges.value}}/{{item.system.charges.max}}</div>
|
||||
<div class="item-controls">
|
||||
<a data-action="edit" data-item-id="{{item.id}}" data-item-uuid="{{item.uuid}}"><i class="fas fa-edit"></i></a>
|
||||
{{#if ../isEditMode}}
|
||||
<a data-action="delete" data-item-id="{{item.id}}" data-item-uuid="{{item.uuid}}"><i class="fas fa-trash"></i></a>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
{{/each}}
|
||||
{{#if isEditMode}}
|
||||
<div class="item-add">
|
||||
<button type="button" data-action="createKit"><i class="fas fa-plus"></i> {{localize "AWEMMY.Item.Kit"}}</button>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
{{!-- Weapons --}}
|
||||
<fieldset>
|
||||
<legend>{{localize "AWEMMY.Item.Weapon"}}</legend>
|
||||
<div class="item-list">
|
||||
{{#each weapons as |item|}}
|
||||
<div class="item-row" data-item-id="{{item.id}}" data-item-uuid="{{item.uuid}}">
|
||||
<img class="item-img" src="{{item.img}}" data-tooltip="{{item.name}}" />
|
||||
<div class="item-name">{{item.name}}</div>
|
||||
<div class="item-damage">{{item.system.damageFormula}} ({{item.system.damageType}})</div>
|
||||
<div class="item-range">Range: {{item.system.range}}</div>
|
||||
<div class="item-controls">
|
||||
<a data-action="edit" data-item-id="{{item.id}}" data-item-uuid="{{item.uuid}}"><i class="fas fa-edit"></i></a>
|
||||
{{#if ../isEditMode}}
|
||||
<a data-action="delete" data-item-id="{{item.id}}" data-item-uuid="{{item.uuid}}"><i class="fas fa-trash"></i></a>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
{{/each}}
|
||||
{{#if isEditMode}}
|
||||
<div class="item-add">
|
||||
<button type="button" data-action="createWeapon"><i class="fas fa-plus"></i> {{localize "AWEMMY.Item.Weapon"}}</button>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
{{!-- Equipment --}}
|
||||
<fieldset>
|
||||
<legend>{{localize "AWEMMY.Item.Equipment"}}</legend>
|
||||
<div class="item-list">
|
||||
{{#each equipments as |item|}}
|
||||
<div class="item-row" data-item-id="{{item.id}}" data-item-uuid="{{item.uuid}}">
|
||||
<img class="item-img" src="{{item.img}}" data-tooltip="{{item.name}}" />
|
||||
<div class="item-name">{{item.name}}</div>
|
||||
<div class="item-qty">x{{item.system.quantity}}</div>
|
||||
<div class="item-controls">
|
||||
<a data-action="edit" data-item-id="{{item.id}}" data-item-uuid="{{item.uuid}}"><i class="fas fa-edit"></i></a>
|
||||
{{#if ../isEditMode}}
|
||||
<a data-action="delete" data-item-id="{{item.id}}" data-item-uuid="{{item.uuid}}"><i class="fas fa-trash"></i></a>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
{{/each}}
|
||||
{{#if isEditMode}}
|
||||
<div class="item-add">
|
||||
<button type="button" data-action="createEquipment"><i class="fas fa-plus"></i> {{localize "AWEMMY.Item.Equipment"}}</button>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
</section>
|
||||
@@ -0,0 +1,119 @@
|
||||
<section class="character-main character-main-{{#if isPlayMode}}play{{else}}edit{{/if}}">
|
||||
|
||||
{{!-- Header: image + name + basic stats --}}
|
||||
<div class="actor-header">
|
||||
<img class="actor-img" src="{{actor.img}}" data-edit="img" data-action="editImage" data-tooltip="{{actor.name}}" />
|
||||
<div class="actor-identity">
|
||||
{{formInput fields.name value=source.name classes="actor-name"}}
|
||||
<div class="actor-details">
|
||||
<div class="detail-item">
|
||||
<label>{{localize "AWEMMY.Character.Level"}}</label>
|
||||
{{formInput systemFields.level value=system.level disabled=isPlayMode}}
|
||||
</div>
|
||||
<div class="detail-item">
|
||||
<label>{{localize "AWEMMY.Character.Stride"}}</label>
|
||||
{{formInput systemFields.stride value=system.stride disabled=isPlayMode}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="actor-stats">
|
||||
{{!-- HP --}}
|
||||
<div class="resource-block">
|
||||
<label>{{localize "AWEMMY.Character.HP"}}</label>
|
||||
<div class="resource-values">
|
||||
{{formInput systemFields.hp.fields.value value=system.hp.value classes="hp-value"}}
|
||||
<span class="separator">/</span>
|
||||
{{formInput systemFields.hp.fields.max value=system.hp.max disabled=isPlayMode classes="hp-max"}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{!-- Flow Points --}}
|
||||
<div class="resource-block">
|
||||
<label>{{localize "AWEMMY.Character.FlowPoints"}}</label>
|
||||
<div class="resource-values">
|
||||
{{formInput systemFields.flowPoints.fields.value value=system.flowPoints.value classes="fp-value"}}
|
||||
</div>
|
||||
{{#if isPlayMode}}
|
||||
<div class="resource-stepper">
|
||||
<button type="button" data-action="flowPointsPlus" data-tooltip="+1">+</button>
|
||||
<button type="button" data-action="flowPointsMinus" data-tooltip="-1">−</button>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="sheet-controls">
|
||||
<button type="button" data-action="toggleSheet" data-tooltip="{{#if isPlayMode}}{{localize 'AWEMMY.Sheet.EditMode'}}{{else}}{{localize 'AWEMMY.Sheet.PlayMode'}}{{/if}}">
|
||||
{{#if isPlayMode}}<i class="fa-solid fa-lock"></i>{{else}}<i class="fa-solid fa-unlock"></i>{{/if}}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{!-- Attributes Table --}}
|
||||
<fieldset>
|
||||
<legend>Attributes</legend>
|
||||
<table class="attributes-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Attribute</th>
|
||||
<th>{{localize "AWEMMY.Character.BoostLevel"}}</th>
|
||||
<th>{{localize "AWEMMY.Character.Mod"}}</th>
|
||||
<th>{{localize "AWEMMY.Character.DC"}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attr-label rollable" data-attribute-id="agility">{{localize "AWEMMY.Attribute.Agility"}} <i class="fa-solid fa-dice-d20"></i></td>
|
||||
<td>{{formInput systemFields.attributes.fields.agility.fields.boostLevel value=system.attributes.agility.boostLevel disabled=isPlayMode}}</td>
|
||||
<td>{{system.attributes.agility.mod}}</td>
|
||||
<td>{{system.attributes.agility.dc}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="attr-label rollable" data-attribute-id="fitness">{{localize "AWEMMY.Attribute.Fitness"}} <i class="fa-solid fa-dice-d20"></i></td>
|
||||
<td>{{formInput systemFields.attributes.fields.fitness.fields.boostLevel value=system.attributes.fitness.boostLevel disabled=isPlayMode}}</td>
|
||||
<td>{{system.attributes.fitness.mod}}</td>
|
||||
<td>{{system.attributes.fitness.dc}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="attr-label rollable" data-attribute-id="awareness">{{localize "AWEMMY.Attribute.Awareness"}} <i class="fa-solid fa-dice-d20"></i></td>
|
||||
<td>{{formInput systemFields.attributes.fields.awareness.fields.boostLevel value=system.attributes.awareness.boostLevel disabled=isPlayMode}}</td>
|
||||
<td>{{system.attributes.awareness.mod}}</td>
|
||||
<td>{{system.attributes.awareness.dc}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="attr-label rollable" data-attribute-id="influence">{{localize "AWEMMY.Attribute.Influence"}} <i class="fa-solid fa-dice-d20"></i></td>
|
||||
<td>{{formInput systemFields.attributes.fields.influence.fields.boostLevel value=system.attributes.influence.boostLevel disabled=isPlayMode}}</td>
|
||||
<td>{{system.attributes.influence.mod}}</td>
|
||||
<td>{{system.attributes.influence.dc}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</fieldset>
|
||||
|
||||
{{!-- Abilities --}}
|
||||
<fieldset>
|
||||
<legend>{{localize "AWEMMY.Item.Ability"}}</legend>
|
||||
<div class="item-list">
|
||||
{{#each abilities as |item|}}
|
||||
<div class="item-row" data-item-id="{{item.id}}" data-item-uuid="{{item.uuid}}">
|
||||
<img class="item-img" src="{{item.img}}" data-tooltip="{{item.name}}" />
|
||||
<div class="item-name">{{item.name}}</div>
|
||||
<div class="item-cost">{{item.system.cost}}</div>
|
||||
<div class="item-controls">
|
||||
<a data-action="edit" data-item-id="{{item.id}}" data-item-uuid="{{item.uuid}}" data-tooltip="Edit"><i class="fas fa-edit"></i></a>
|
||||
{{#if ../isEditMode}}
|
||||
<a data-action="delete" data-item-id="{{item.id}}" data-item-uuid="{{item.uuid}}" data-tooltip="Delete"><i class="fas fa-trash"></i></a>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
{{/each}}
|
||||
{{#if isEditMode}}
|
||||
<div class="item-add">
|
||||
<button type="button" data-action="createAbility"><i class="fas fa-plus"></i> {{localize "AWEMMY.Item.Ability"}}</button>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
</section>
|
||||
@@ -0,0 +1,27 @@
|
||||
<div class="awemmy-chat">
|
||||
<div class="chat-roll-header">
|
||||
<div class="chat-roll-label">{{flavor}}</div>
|
||||
</div>
|
||||
|
||||
{{#unless isPrivate}}
|
||||
<div class="roll-result">{{total}}</div>
|
||||
|
||||
{{#if outcome}}
|
||||
<div class="outcome-badge {{outcome}}">
|
||||
{{#if (eq outcome "criticalSuccess")}}
|
||||
<i class="fa-solid fa-star"></i> {{localize "AWEMMY.Roll.CriticalSuccess"}}
|
||||
{{else if (eq outcome "success")}}
|
||||
<i class="fa-solid fa-circle-check"></i> {{localize "AWEMMY.Roll.Success"}}
|
||||
{{else if (eq outcome "failure")}}
|
||||
<i class="fa-solid fa-circle-xmark"></i> {{localize "AWEMMY.Roll.Failure"}}
|
||||
{{else if (eq outcome "criticalFailure")}}
|
||||
<i class="fa-solid fa-skull"></i> {{localize "AWEMMY.Roll.CriticalFailure"}}
|
||||
{{/if}}
|
||||
</div>
|
||||
{{/if}}
|
||||
{{else}}
|
||||
<div class="private-result">
|
||||
<i class="fa-solid fa-eye-slash"></i> Private Roll
|
||||
</div>
|
||||
{{/unless}}
|
||||
</div>
|
||||
@@ -0,0 +1,106 @@
|
||||
<section class="creature-main">
|
||||
|
||||
<div class="actor-header">
|
||||
<img class="actor-img" src="{{actor.img}}" data-edit="img" data-action="editImage" data-tooltip="{{actor.name}}" />
|
||||
<div class="actor-identity">
|
||||
{{formInput fields.name value=source.name classes="actor-name"}}
|
||||
<div class="actor-details">
|
||||
<div class="detail-item">
|
||||
<label>{{localize "AWEMMY.Character.Level"}}</label>
|
||||
{{formInput systemFields.level value=system.level}}
|
||||
</div>
|
||||
<div class="detail-item">
|
||||
<label>{{localize "AWEMMY.Character.Stride"}}</label>
|
||||
{{formInput systemFields.stride value=system.stride}}
|
||||
</div>
|
||||
<div class="detail-item">
|
||||
<label>{{localize "AWEMMY.Character.HP"}}</label>
|
||||
{{formInput systemFields.hp.fields.value value=system.hp.value}}
|
||||
<span>/</span>
|
||||
{{formInput systemFields.hp.fields.max value=system.hp.max}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sheet-controls">
|
||||
<button type="button" data-action="toggleSheet">
|
||||
{{#if isPlayMode}}<i class="fa-solid fa-lock"></i>{{else}}<i class="fa-solid fa-unlock"></i>{{/if}}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{!-- Attributes --}}
|
||||
<fieldset>
|
||||
<legend>Attributes</legend>
|
||||
<table class="attributes-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Attribute</th>
|
||||
<th>{{localize "AWEMMY.Character.Mod"}}</th>
|
||||
<th>{{localize "AWEMMY.Character.DC"}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attr-label">{{localize "AWEMMY.Attribute.Agility"}}</td>
|
||||
<td>{{formInput systemFields.attributes.fields.agility.fields.mod value=system.attributes.agility.mod}}</td>
|
||||
<td>{{formInput systemFields.attributes.fields.agility.fields.dc value=system.attributes.agility.dc}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="attr-label">{{localize "AWEMMY.Attribute.Fitness"}}</td>
|
||||
<td>{{formInput systemFields.attributes.fields.fitness.fields.mod value=system.attributes.fitness.mod}}</td>
|
||||
<td>{{formInput systemFields.attributes.fields.fitness.fields.dc value=system.attributes.fitness.dc}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="attr-label">{{localize "AWEMMY.Attribute.Awareness"}}</td>
|
||||
<td>{{formInput systemFields.attributes.fields.awareness.fields.mod value=system.attributes.awareness.mod}}</td>
|
||||
<td>{{formInput systemFields.attributes.fields.awareness.fields.dc value=system.attributes.awareness.dc}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="attr-label">{{localize "AWEMMY.Attribute.Influence"}}</td>
|
||||
<td>{{formInput systemFields.attributes.fields.influence.fields.mod value=system.attributes.influence.mod}}</td>
|
||||
<td>{{formInput systemFields.attributes.fields.influence.fields.dc value=system.attributes.influence.dc}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</fieldset>
|
||||
|
||||
{{!-- Description --}}
|
||||
<fieldset>
|
||||
<legend>Description</legend>
|
||||
{{formInput
|
||||
systemFields.description
|
||||
enriched=enrichedDescription
|
||||
value=system.description
|
||||
name="system.description"
|
||||
toggled=true
|
||||
}}
|
||||
</fieldset>
|
||||
|
||||
{{!-- Eureka Rubric --}}
|
||||
<fieldset>
|
||||
<legend>{{localize "AWEMMY.Creature.EurekaRubric"}}</legend>
|
||||
<div class="eureka-rubric">
|
||||
<div class="eureka-row">
|
||||
<label>{{localize "AWEMMY.Creature.Claims"}}</label>
|
||||
{{formInput systemFields.eurekaClaims value=system.eurekaClaims}}
|
||||
</div>
|
||||
<div class="eureka-row">
|
||||
<label>{{localize "AWEMMY.Creature.Evidence"}}</label>
|
||||
{{formInput systemFields.eurekaEvidence value=system.eurekaEvidence}}
|
||||
</div>
|
||||
<div class="eureka-row">
|
||||
<label>Threshold 1</label>
|
||||
{{formInput systemFields.eurekaThreshold1 value=system.eurekaThreshold1}}
|
||||
</div>
|
||||
<div class="eureka-row">
|
||||
<label>Threshold 2</label>
|
||||
{{formInput systemFields.eurekaThreshold2 value=system.eurekaThreshold2}}
|
||||
</div>
|
||||
<div class="eureka-row">
|
||||
<label>{{localize "AWEMMY.Creature.Hints"}}</label>
|
||||
{{formInput systemFields.eurekaHints value=system.eurekaHints}}
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
</section>
|
||||
@@ -0,0 +1,26 @@
|
||||
<section>
|
||||
<div class="item-header">
|
||||
<img class="item-img" src="{{item.img}}" data-edit="img" data-action="editImage" data-tooltip="{{item.name}}" />
|
||||
{{formInput fields.name value=source.name}}
|
||||
</div>
|
||||
<div class="item-body">
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Equipment.Quantity"}}</label>
|
||||
{{formInput systemFields.quantity value=system.quantity}}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Equipment.Weight"}}</label>
|
||||
{{formInput systemFields.weight value=system.weight}}
|
||||
</div>
|
||||
</div>
|
||||
<fieldset>
|
||||
<legend>Description</legend>
|
||||
{{formInput
|
||||
systemFields.description
|
||||
enriched=enrichedDescription
|
||||
value=system.description
|
||||
name="system.description"
|
||||
toggled=true
|
||||
}}
|
||||
</fieldset>
|
||||
</section>
|
||||
@@ -0,0 +1,26 @@
|
||||
<section>
|
||||
<div class="item-header">
|
||||
<img class="item-img" src="{{item.img}}" data-edit="img" data-action="editImage" data-tooltip="{{item.name}}" />
|
||||
{{formInput fields.name value=source.name}}
|
||||
</div>
|
||||
<div class="item-body">
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Field.KeyAttribute"}}</label>
|
||||
{{formField systemFields.keyAttribute value=system.keyAttribute localize=true}}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Field.KnowledgeBonus"}}</label>
|
||||
{{formInput systemFields.knowledgeBonus value=system.knowledgeBonus}}
|
||||
</div>
|
||||
</div>
|
||||
<fieldset>
|
||||
<legend>Description</legend>
|
||||
{{formInput
|
||||
systemFields.description
|
||||
enriched=enrichedDescription
|
||||
value=system.description
|
||||
name="system.description"
|
||||
toggled=true
|
||||
}}
|
||||
</fieldset>
|
||||
</section>
|
||||
@@ -0,0 +1,28 @@
|
||||
<section>
|
||||
<div class="item-header">
|
||||
<img class="item-img" src="{{item.img}}" data-edit="img" data-action="editImage" data-tooltip="{{item.name}}" />
|
||||
{{formInput fields.name value=source.name}}
|
||||
</div>
|
||||
<div class="item-body">
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Kit.Field"}}</label>
|
||||
{{formInput systemFields.fieldName value=system.fieldName}}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Kit.Charges"}}</label>
|
||||
{{formInput systemFields.charges.fields.value value=system.charges.value}}
|
||||
<span>/</span>
|
||||
{{formInput systemFields.charges.fields.max value=system.charges.max}}
|
||||
</div>
|
||||
</div>
|
||||
<fieldset>
|
||||
<legend>Description</legend>
|
||||
{{formInput
|
||||
systemFields.description
|
||||
enriched=enrichedDescription
|
||||
value=system.description
|
||||
name="system.description"
|
||||
toggled=true
|
||||
}}
|
||||
</fieldset>
|
||||
</section>
|
||||
@@ -0,0 +1,34 @@
|
||||
<section>
|
||||
<div class="item-header">
|
||||
<img class="item-img" src="{{item.img}}" data-edit="img" data-action="editImage" data-tooltip="{{item.name}}" />
|
||||
{{formInput fields.name value=source.name}}
|
||||
</div>
|
||||
<div class="item-body">
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Weapon.AttackAttribute"}}</label>
|
||||
{{formField systemFields.attackAttribute value=system.attackAttribute localize=true}}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Weapon.Damage"}}</label>
|
||||
{{formInput systemFields.damageFormula value=system.damageFormula}}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Weapon.DamageType"}}</label>
|
||||
{{formInput systemFields.damageType value=system.damageType}}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Weapon.Range"}}</label>
|
||||
{{formInput systemFields.range value=system.range}}
|
||||
</div>
|
||||
</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