|
|
|
@@ -10,12 +10,11 @@
|
|
|
|
|
<nav class="sheet-tabs tabs" data-group="primary">
|
|
|
|
|
<a class="item" data-tab="principal">Principal</a>
|
|
|
|
|
<a class="item" data-tab="ressources">Ressources</a>
|
|
|
|
|
<a class="item" data-tab="equipment">Equipment</a>
|
|
|
|
|
<a class="item" data-tab="biodata">Biography</a>
|
|
|
|
|
</nav>
|
|
|
|
|
<a class="item" data-tab="biodata">Bio</a>
|
|
|
|
|
</nav>
|
|
|
|
|
</div>
|
|
|
|
|
<img class="profile-img" src="{{img}}" data-edit="img" title="{{name}}" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
@@ -28,29 +27,31 @@
|
|
|
|
|
<div class="flexrow">
|
|
|
|
|
|
|
|
|
|
<div class="flexrow">
|
|
|
|
|
<div class="sheet-box">
|
|
|
|
|
<h4 class="ame-margin">Physique</h4>
|
|
|
|
|
<ul>
|
|
|
|
|
{{>systems/fvtt-imperium5/templates/actor-partial-ames.html typeame="physique"}}
|
|
|
|
|
</ul>
|
|
|
|
|
<h4 class="ame-margin">Social</h4>
|
|
|
|
|
<ul>
|
|
|
|
|
{{>systems/fvtt-imperium5/templates/actor-partial-ames.html typeame="social"}}
|
|
|
|
|
</ul>
|
|
|
|
|
<h4 class="ame-margin">Mental</h4>
|
|
|
|
|
<ul>
|
|
|
|
|
{{>systems/fvtt-imperium5/templates/actor-partial-ames.html typeame="mental"}}
|
|
|
|
|
</ul>
|
|
|
|
|
<div class="sheet-box color-bg-ame color-text-ame">
|
|
|
|
|
<span class="flexrow">
|
|
|
|
|
<img class="ame-icon" src="systems/fvtt-imperium5/images/icons/ame_transparent.webp">
|
|
|
|
|
<h4 class="ame-margin title-font">AMES</h4>
|
|
|
|
|
</span>
|
|
|
|
|
{{>systems/fvtt-imperium5/templates/actor-partial-ames.html typeame="physique" typedata=data.amestype.physique}}
|
|
|
|
|
|
|
|
|
|
{{>systems/fvtt-imperium5/templates/actor-partial-ames.html typeame="social" typedata=data.amestype.social}}
|
|
|
|
|
|
|
|
|
|
{{>systems/fvtt-imperium5/templates/actor-partial-ames.html typeame="mental" typedata=data.amestype.mental}}
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="flexrow">
|
|
|
|
|
<div class="sheet-box">
|
|
|
|
|
<h4 class="ame-margin">Archetype</h4>
|
|
|
|
|
<div class="sheet-box color-bg-archetype">
|
|
|
|
|
<span class="flexrow">
|
|
|
|
|
<img class="ame-icon" src="systems/fvtt-imperium5/images/icons/archetype_transparent.webp">
|
|
|
|
|
<h4 class="ame-margin title-font">ARCHETYPE</h4>
|
|
|
|
|
</span>
|
|
|
|
|
<h4 class="ame-margin"></h4>
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="item stat flexrow list-item list-item-shadow" data-item-id="{{archetype._id}}">
|
|
|
|
|
<li class="item stat flexrow" data-item-id="{{archetype._id}}">
|
|
|
|
|
<img class="sheet-competence-img" src="{{archetype.img}}" /></a>
|
|
|
|
|
<span class="item-name-label"><a class="roll-spec">{{archetype.name}}</a></span>
|
|
|
|
|
<span class="item-name-label">{{archetype.name}}</span>
|
|
|
|
|
<div class="item-filler"> </div>
|
|
|
|
|
<div class="item-controls item-controls-fixed">
|
|
|
|
|
<a class="item-control item-edit" title="Edit Item"><i class="fas fa-edit"></i></a>
|
|
|
|
@@ -58,13 +59,13 @@
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="ame-margin">Spécialités</h4>
|
|
|
|
|
<ul>
|
|
|
|
|
{{#each specialites as |spec key|}}
|
|
|
|
|
<li class="item stat flexrow list-item list-item-shadow" data-item-id="{{spec._id}}">
|
|
|
|
|
<li class="item stat flexrow " data-item-id="{{spec._id}}">
|
|
|
|
|
<img class="sheet-competence-img" src="{{spec.img}}" /></a>
|
|
|
|
|
<span class="item-name-label"><a class="roll-spec">{{spec.name}}</a></span>
|
|
|
|
|
<span class="item-name-label">{{spec.name}}</span>
|
|
|
|
|
<div class="item-filler"> </div>
|
|
|
|
|
<div class="item-controls item-controls-fixed">
|
|
|
|
|
<a class="item-control item-edit" title="Edit Item"><i class="fas fa-edit"></i></a>
|
|
|
|
@@ -74,12 +75,12 @@
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<h4 class="ame-margin" >Familiarités :</h4>
|
|
|
|
|
<h4 class="ame-margin">Familiarités :</h4>
|
|
|
|
|
<ul>
|
|
|
|
|
{{#each familiarites as |fami key|}}
|
|
|
|
|
<li class="item stat flexrow list-item list-item-shadow" data-item-id="{{fami._id}}">
|
|
|
|
|
<li class="item stat flexrow " data-item-id="{{fami._id}}">
|
|
|
|
|
<img class="sheet-competence-img" src="{{fami.img}}" /></a>
|
|
|
|
|
<span class="item-name-label"><a class="roll-spec">{{fami.name}}</a></span>
|
|
|
|
|
<span class="item-name-label">{{fami.name}}</span>
|
|
|
|
|
<div class="item-filler"> </div>
|
|
|
|
|
<div class="item-controls item-controls-fixed">
|
|
|
|
|
<a class="item-control item-edit" title="Edit Item"><i class="fas fa-edit"></i></a>
|
|
|
|
@@ -91,620 +92,306 @@
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="flexrow">
|
|
|
|
|
<div class="sheet-box">
|
|
|
|
|
<h4 class="ame-margin">Paradigmes</h4>
|
|
|
|
|
<ul>
|
|
|
|
|
{{> systems/fvtt-imperium5/templates/actor-partial-paradigmes.html}}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="flexrow">
|
|
|
|
|
|
|
|
|
|
<div class="sheet-box color-bg-paradigme">
|
|
|
|
|
|
|
|
|
|
<span class="flexrow">
|
|
|
|
|
<img class="ame-icon" src="systems/fvtt-imperium5/images/icons/paradigme_transparent.webp">
|
|
|
|
|
<h4 class="ame-margin title-font">PARADIGMES</h4>
|
|
|
|
|
</span>
|
|
|
|
|
<ul>
|
|
|
|
|
{{> systems/fvtt-imperium5/templates/actor-partial-paradigmes.html}}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="sheet-box color-bg-archetype">
|
|
|
|
|
|
|
|
|
|
{{!-- Other Tab --}}
|
|
|
|
|
<div class="tab items" data-group="primary" data-tab="specs">
|
|
|
|
|
|
|
|
|
|
<ul class="stat-list alternate-list">
|
|
|
|
|
<li class="item flexrow list-item items-title-bg">
|
|
|
|
|
<span class="item-name-label-header">
|
|
|
|
|
<h3><label class="items-title-text">Specialisations</label></h3>
|
|
|
|
|
<span class="flexrow">
|
|
|
|
|
<img class="ame-icon" src="systems/fvtt-imperium5/images/icons/nature_transparent.webp">
|
|
|
|
|
<h4 class="ame-margin title-font">NATURE PROFONDE</h4>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-short">
|
|
|
|
|
<label class="short-label">Stat</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-short">
|
|
|
|
|
<label class="short-label">Dice</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-long">
|
|
|
|
|
<label class="short-label">Powergroup</label>
|
|
|
|
|
</span>
|
|
|
|
|
</li>
|
|
|
|
|
{{#each specs as |spec key|}}
|
|
|
|
|
<li class="item stat flexrow list-item list-item-shadow" data-item-id="{{spec._id}}">
|
|
|
|
|
<a class="item-edit item-name-img" title="Edit Item"><img class="sheet-competence-img"
|
|
|
|
|
src="{{spec.img}}" /></a>
|
|
|
|
|
<span class="item-name-label"><a class="roll-spec">{{spec.name}}</a></span>
|
|
|
|
|
<span class="item-field-label-short">{{upper spec.data.statistic}}</span>
|
|
|
|
|
<span class="item-field-label-short">{{spec.data.dice}}</span>
|
|
|
|
|
{{#if spec.data.ispowergroup}}
|
|
|
|
|
{{#if spec.data.powersactivated}}
|
|
|
|
|
<span class="item-field-label-long"><a class="spec-group-deactivate">Deactivate</a></span>
|
|
|
|
|
{{else}}
|
|
|
|
|
<span class="item-field-label-long"><a class="spec-group-activate">Activate</a></span>
|
|
|
|
|
{{/if}}
|
|
|
|
|
{{else}}
|
|
|
|
|
<span class="item-field-label-long"> - </span>
|
|
|
|
|
{{/if}}
|
|
|
|
|
<div class="item-filler"> </div>
|
|
|
|
|
<div class="item-controls item-controls-fixed">
|
|
|
|
|
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="item stat flexrow " data-item-id="{{nature._id}}">
|
|
|
|
|
<img class="sheet-competence-img" src="{{nature.img}}" />
|
|
|
|
|
<span class="item-name-label">{{nature.name}}</span>
|
|
|
|
|
<div class="item-filler"> </div>
|
|
|
|
|
<div class="item-controls item-controls-fixed">
|
|
|
|
|
<a class="item-control item-edit" title="Edit Item"><i class="fas fa-edit"></i></a>
|
|
|
|
|
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<h4 class="ame-margin">Traits</h4>
|
|
|
|
|
<ul>
|
|
|
|
|
{{#each traits as |trait key|}}
|
|
|
|
|
<li class="item stat flexrow " data-item-id="{{trait._id}}">
|
|
|
|
|
<img class="sheet-competence-img" src="{{trait.img}}" />
|
|
|
|
|
<span class="item-name-label">{{trait.name}}</span>
|
|
|
|
|
<div class="item-filler"> </div>
|
|
|
|
|
<div class="item-controls item-controls-fixed">
|
|
|
|
|
<a class="item-control item-edit" title="Edit Item"><i class="fas fa-edit"></i></a>
|
|
|
|
|
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<h4 class="ame-margin">Symbioses :</h4>
|
|
|
|
|
<ul>
|
|
|
|
|
{{#each symbioses as |symbiose key|}}
|
|
|
|
|
<li class="item stat flexrow " data-item-id="{{symbiose._id}}">
|
|
|
|
|
<img class="sheet-competence-img" src="{{symbiose.img}}" />
|
|
|
|
|
<span class="item-name-label">{{symbiose.name}}</span>
|
|
|
|
|
<div class="item-filler"> </div>
|
|
|
|
|
<div class="item-controls item-controls-fixed">
|
|
|
|
|
<a class="item-control item-edit" title="Edit Item"><i class="fas fa-edit"></i></a>
|
|
|
|
|
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{{!-- Powers Tab --}}
|
|
|
|
|
<div class="tab fight" data-group="primary" data-tab="powers">
|
|
|
|
|
|
|
|
|
|
<div class="flexcol">
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="item flexrow list-item" data-key="nrg">
|
|
|
|
|
<span class="stat-label flexrow" name="nrg">
|
|
|
|
|
<h4>{{data.nrg.label}}</h4>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="small-label padd-right packed-left">Activated</span><input type="text"
|
|
|
|
|
class="padd-right update-field" data-field-name="data.nrg.activated" value="{{data.nrg.activated}}"
|
|
|
|
|
data-dtype="Number" />
|
|
|
|
|
<span class="small-label padd-right packed-left"> Current</span><input type="text"
|
|
|
|
|
class="padd-right update-field" data-field-name="data.nrg.value" value="{{data.nrg.value}}"
|
|
|
|
|
data-dtype="Number" />
|
|
|
|
|
<span class="small-label padd-right packed-left"> Mod</span><input type="text"
|
|
|
|
|
class="padd-right update-field" data-field-name="data.nrg.mod" value="{{data.nrg.mod}}"
|
|
|
|
|
data-dtype="Number" />
|
|
|
|
|
<span class="small-label padd-right packed-left"> Max</span><input type="text"
|
|
|
|
|
class="padd-right update-field" data-field-name="data.nrg.max" value="{{data.nrg.max}}"
|
|
|
|
|
data-dtype="Number" />
|
|
|
|
|
<span class="small-label padd-right packed-left"> / {{data.nrg.absolutemax}}</span>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<ul class="stat-list alternate-list">
|
|
|
|
|
<li class="item flexrow list-item items-title-bg">
|
|
|
|
|
<span class="item-name-label-header">
|
|
|
|
|
<h3><label class="items-title-text">Powers</label></h3>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
<label class="short-label">Type</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-short">
|
|
|
|
|
<label class="short-label">Status</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
<label class="short-label">Action</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
<label class="short-label">DMG Roll</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
<label class="short-label">NRG Cost</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
<label class="short-label">NRG Spent</label>
|
|
|
|
|
</span>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
{{#each powers as |power key|}}
|
|
|
|
|
<li class="item stat flexrow list-item list-item-shadow" data-item-id="{{power._id}}">
|
|
|
|
|
<a class="item-edit item-name-img" title="Edit Item"><img class="sheet-competence-img"
|
|
|
|
|
src="{{power.img}}" /></a>
|
|
|
|
|
<span class="item-name-label">
|
|
|
|
|
{{#if power.data.rollneeded}}
|
|
|
|
|
<a class="power-roll">{{power.name}}</a>
|
|
|
|
|
{{else}}
|
|
|
|
|
{{power.name}}
|
|
|
|
|
{{/if}}
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-medium">{{upperFirst power.data.type}}</span>
|
|
|
|
|
|
|
|
|
|
<span class="item-field-label-short"><label class="short-label">
|
|
|
|
|
{{#if power.data.activated}}
|
|
|
|
|
Activated
|
|
|
|
|
{{else}}
|
|
|
|
|
-
|
|
|
|
|
{{/if}}
|
|
|
|
|
</label>
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
<span class="item-field-label-medium">{{upperFirst power.data.action}}</span>
|
|
|
|
|
|
|
|
|
|
<span class="item-field-label-medium"><a class="power-dmg-roll">
|
|
|
|
|
{{#if power.data.dmgroll}}
|
|
|
|
|
{{upper power.data.dmgstatistic}}
|
|
|
|
|
{{else}}
|
|
|
|
|
-
|
|
|
|
|
{{/if}}
|
|
|
|
|
</a></span>
|
|
|
|
|
|
|
|
|
|
<span class="item-field-label-medium">{{power.data.cost}}</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
<input type="text" class="padd-right input-numeric-short power-cost-spent"
|
|
|
|
|
value="{{power.data.costspent}}" data-dtype="Number" />
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
<div class="item-filler"> </div>
|
|
|
|
|
<div class="item-controls item-controls-fixed">
|
|
|
|
|
<a class="item-control power-activate" title="Activated">{{#if power.data.activated}}<i
|
|
|
|
|
class="fas fa-circle"></i>{{else}}<i class="fas fa-genderless"></i>{{/if}}</a>
|
|
|
|
|
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<ul class="stat-list alternate-list">
|
|
|
|
|
<li class="item flexrow list-item items-title-bg">
|
|
|
|
|
<span class="item-name-label-header">
|
|
|
|
|
<h3><label class="items-title-text">Abilities</label></h3>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-long">
|
|
|
|
|
<label class="short-label">Stat</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
<label class="short-label">Stat Modifier</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
<label class="short-label">Affected status</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
<label class="short-label">Status Modifier</label>
|
|
|
|
|
</span>
|
|
|
|
|
</li>
|
|
|
|
|
{{#each abilities as |ability key|}}
|
|
|
|
|
<li class="item stat flexrow list-item list-item-shadow" data-item-id="{{ability._id}}">
|
|
|
|
|
<a class="item-edit item-name-img" title="Edit Item"><img class="sheet-competence-img"
|
|
|
|
|
src="{{ability.img}}" /></a>
|
|
|
|
|
<span class="item-name-label">{{ability.name}}</span>
|
|
|
|
|
|
|
|
|
|
<span class="item-field-label-long">{{upper ability.data.affectedstat}}</span>
|
|
|
|
|
<span class="item-field-label-medium">{{ability.data.statmodifier}}</span>
|
|
|
|
|
<span class="item-field-label-medium">{{upperFirst ability.data.statusaffected}}</span>
|
|
|
|
|
<span class="item-field-label-medium">{{ability.data.statusmodifier}}</span>
|
|
|
|
|
|
|
|
|
|
<div class="item-filler"> </div>
|
|
|
|
|
<div class="item-controls item-controls-fixed">
|
|
|
|
|
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{{!-- Equipement Tab --}}
|
|
|
|
|
<div class="tab equipment" data-group="primary" data-tab="equipment">
|
|
|
|
|
<div class="tab ressources" data-group="primary" data-tab="ressources">
|
|
|
|
|
|
|
|
|
|
<div class="flexrow">
|
|
|
|
|
<h3>Encumbrance</h3>
|
|
|
|
|
<span class="small-label">Current : {{encCurrent}}</span>
|
|
|
|
|
<span class="small-label">Capacity : {{encCapacity}}</span>
|
|
|
|
|
<span class="small-label">Hindrance : {{encHindrance}}</span>
|
|
|
|
|
|
|
|
|
|
<div class="sheet-box color-bg-archetype">
|
|
|
|
|
<ul class="item-list alternate-list">
|
|
|
|
|
<li class="item flexrow">
|
|
|
|
|
<span class="item-name-label-header">
|
|
|
|
|
<h3><label class="items-title-text">Equipement</label></h3>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-short">
|
|
|
|
|
<label class="short-label">Intensité</label>
|
|
|
|
|
</span>
|
|
|
|
|
</li>
|
|
|
|
|
{{#each equipements as |equip key|}}
|
|
|
|
|
<li class="item flexrow " data-item-id="{{equip._id}}">
|
|
|
|
|
<img class="item-name-img" src="{{equip.img}}" />
|
|
|
|
|
<span class="item-name-label">{{equip.name}}</span>
|
|
|
|
|
<span class="item-field-label-short">{{equip.data.value}}</span>
|
|
|
|
|
|
|
|
|
|
<div class="item-filler"> </div>
|
|
|
|
|
<div class="item-controls item-controls-fixed">
|
|
|
|
|
<a class="item-control item-edit" title="Edit Item"><i class="fas fa-edit"></i></a>
|
|
|
|
|
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="sheet-box color-bg-archetype">
|
|
|
|
|
<ul class="item-list alternate-list">
|
|
|
|
|
<li class="item flexrow">
|
|
|
|
|
<span class="item-name-label-header">
|
|
|
|
|
<h3><label class="items-title-text">Capacités</label></h3>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-short">
|
|
|
|
|
<label class="short-label">Aide</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-short">
|
|
|
|
|
<label class="short-label">Ressource</label>
|
|
|
|
|
</span>
|
|
|
|
|
</li>
|
|
|
|
|
{{#each capacites as |capa key|}}
|
|
|
|
|
<li class="item flexrow " data-item-id="{{capa._id}}">
|
|
|
|
|
<img class="item-name-img" src="{{capa.img}}" /></a>
|
|
|
|
|
<span class="item-name-label">{{capa.name}}</span>
|
|
|
|
|
<span class="item-field-label-short"">{{capa.data.aide}}</span>
|
|
|
|
|
<span class=" item-field-label-short"">{{capa.data.ressource}}</span>
|
|
|
|
|
|
|
|
|
|
<div class="item-filler"> </div>
|
|
|
|
|
<div class="item-controls item-controls-fixed">
|
|
|
|
|
<a class="item-control item-edit" title="Edit Item"><i class="fas fa-edit"></i></a>
|
|
|
|
|
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<ul class="item-list alternate-list">
|
|
|
|
|
<li class="item flexrow list-item items-title-bg">
|
|
|
|
|
<span class="item-name-label-header">
|
|
|
|
|
<h3><label class="items-title-text">Money</label></h3>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-long">
|
|
|
|
|
<label class="short-label">Qty</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
<label class="short-label">Weight</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
<label class="short-label">IDR</label>
|
|
|
|
|
</span>
|
|
|
|
|
</li>
|
|
|
|
|
{{#each moneys as |money key|}}
|
|
|
|
|
<li class="item flexrow list-item list-item-shadow" data-item-id="{{money._id}}">
|
|
|
|
|
<a class="item-edit item-name-img" title="Edit Item"><img class="sheet-competence-img"
|
|
|
|
|
src="{{money.img}}" /></a>
|
|
|
|
|
<span class="item-name-label">{{money.name}}</span>
|
|
|
|
|
<div class="flexrow">
|
|
|
|
|
|
|
|
|
|
<span class="item-field-label-long"><label>
|
|
|
|
|
{{money.data.quantity}}
|
|
|
|
|
(<a class="quantity-minus plus-minus-button"> -</a>/<a class="quantity-plus plus-minus-button">+</a>)
|
|
|
|
|
</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
<label>{{money.data.weight}}</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
{{#if money.data.idrDice}}
|
|
|
|
|
<a class="roll-idr" data-dice-value="{{money.data.idrDice}}">{{money.data.idrDice}}</a>
|
|
|
|
|
{{else}}
|
|
|
|
|
-
|
|
|
|
|
{{/if}}
|
|
|
|
|
</span>
|
|
|
|
|
<div class="sheet-box color-bg-archetype">
|
|
|
|
|
<ul class="item-list alternate-list">
|
|
|
|
|
<li class="item flexrow">
|
|
|
|
|
<span class="item-name-label-header">
|
|
|
|
|
<h3><label class="items-title-text">Singularités</label></h3>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-short">
|
|
|
|
|
<label class="short-label">Intensité</label>
|
|
|
|
|
</span>
|
|
|
|
|
</li>
|
|
|
|
|
{{#each singularites as |singul key|}}
|
|
|
|
|
<li class="item flexrow " data-item-id="{{singul._id}}">
|
|
|
|
|
<img class="item-name-img" src="{{singul.img}}" />
|
|
|
|
|
<span class="item-name-label">{{singul.name}}</span>
|
|
|
|
|
<span class="item-field-label-short">{{singul.data.value}}</span>
|
|
|
|
|
|
|
|
|
|
<div class="item-filler"> </div>
|
|
|
|
|
<div class="item-controls item-controls-fixed">
|
|
|
|
|
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
<div class="item-filler"> </div>
|
|
|
|
|
<div class="item-controls item-controls-fixed">
|
|
|
|
|
<a class="item-control item-edit" title="Edit Item"><i class="fas fa-edit"></i></a>
|
|
|
|
|
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<ul class="item-list alternate-list">
|
|
|
|
|
<li class="item flexrow list-item items-title-bg">
|
|
|
|
|
<span class="item-name-label-header">
|
|
|
|
|
<h3><label class="items-title-text">Weapons</label></h3>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-short">
|
|
|
|
|
<label class="short-label">Attack</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-short">
|
|
|
|
|
<label class="short-label">Damage</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-short">
|
|
|
|
|
<label class="short-label">DMG</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-long">
|
|
|
|
|
<label class="short-label">Ammo</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
<label class="short-label">Act/Deact</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-short">
|
|
|
|
|
<label class="short-label">Weight</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
<label class="short-label">IDR</label>
|
|
|
|
|
</span>
|
|
|
|
|
</li>
|
|
|
|
|
{{#each weapons as |weapon key|}}
|
|
|
|
|
<li class="item flexrow list-item list-item-shadow" data-item-id="{{weapon._id}}">
|
|
|
|
|
<a class="item-edit item-name-img" title="Edit Item"><img class="sheet-competence-img"
|
|
|
|
|
src="{{weapon.img}}" /></a>
|
|
|
|
|
<span class="item-name-label">{{weapon.name}}</span>
|
|
|
|
|
<span class="item-field-label-short"><label>{{upper weapon.data.statistic}}</label></span>
|
|
|
|
|
<span class="item-field-label-short"><label>{{upper weapon.data.damagestatistic}}</label></span>
|
|
|
|
|
<span class="item-field-label-short"><label>{{weapon.data.damageDice}}</label></span>
|
|
|
|
|
<div class="sheet-box color-bg-archetype">
|
|
|
|
|
<ul class="item-list alternate-list">
|
|
|
|
|
<li class="item flexrow">
|
|
|
|
|
<span class="item-name-label-header">
|
|
|
|
|
<h3><label class="items-title-text">Contacts/Finances</label></h3>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-short">
|
|
|
|
|
<label class="short-label">Intensité</label>
|
|
|
|
|
</span>
|
|
|
|
|
</li>
|
|
|
|
|
{{#each contacts as |contact key|}}
|
|
|
|
|
<li class="item flexrow " data-item-id="{{contact._id}}">
|
|
|
|
|
<img class="item-name-img" src="{{contact.img}}" />
|
|
|
|
|
<span class="item-name-label">{{contact.name}}</span>
|
|
|
|
|
<span class="item-field-label-short">{{contact.data.value}}</span>
|
|
|
|
|
|
|
|
|
|
{{#if (gt weapon.data.ammomax 0)}}
|
|
|
|
|
<span class="item-field-label-long"><label>{{weapon.data.ammocurrent}}/{{weapon.data.ammomax}}
|
|
|
|
|
(<a class="ammo-minus plus-minus-button"> -</a>/<a class="ammo-plus plus-minus-button">+</a>)
|
|
|
|
|
</label></span>
|
|
|
|
|
{{else}}
|
|
|
|
|
<span class="item-field-label-long"><label>-</label>
|
|
|
|
|
</span>
|
|
|
|
|
{{/if}}
|
|
|
|
|
<div class="item-filler"> </div>
|
|
|
|
|
<div class="item-controls item-controls-fixed">
|
|
|
|
|
<a class="item-control item-edit" title="Edit Item"><i class="fas fa-edit"></i></a>
|
|
|
|
|
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
{{#if (count weapon.data.effects)}}
|
|
|
|
|
{{#if weapon.data.activated}}
|
|
|
|
|
<a class="equip-deactivate">Deactivate</a>
|
|
|
|
|
{{else}}
|
|
|
|
|
<a class="equip-activate">Activate</a>
|
|
|
|
|
{{/if}}
|
|
|
|
|
{{else}}
|
|
|
|
|
-
|
|
|
|
|
{{/if}}
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-short"><label>{{weapon.data.weight}}</label></span>
|
|
|
|
|
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
{{#if weapon.data.idrDice}}
|
|
|
|
|
<a class="roll-idr" data-dice-value="{{weapon.data.idrDice}}">{{weapon.data.idrDice}}</a>
|
|
|
|
|
{{else}}
|
|
|
|
|
-
|
|
|
|
|
{{/if}}
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
<div class="item-filler"> </div>
|
|
|
|
|
<div class="item-controls item-controls-fixed">
|
|
|
|
|
<a class="item-control item-equip" title="Worn">{{#if weapon.data.equipped}}<i
|
|
|
|
|
class="fas fa-circle"></i>{{else}}<i class="fas fa-genderless"></i>{{/if}}</a>
|
|
|
|
|
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<ul class="item-list alternate-list">
|
|
|
|
|
<li class="item flexrow list-item items-title-bg">
|
|
|
|
|
<span class="item-name-label-header">
|
|
|
|
|
<h3><label class="items-title-text">Armors</label></h3>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-short">
|
|
|
|
|
<label class="short-label">Stat</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-short">
|
|
|
|
|
<label class="short-label">DMG RES</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
<label class="short-label">Loc</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
<label class="short-label">Act/Deact</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-short">
|
|
|
|
|
<label class="short-label">Weight</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
<label class="short-label">IDR</label>
|
|
|
|
|
</span>
|
|
|
|
|
</li>
|
|
|
|
|
{{#each armors as |armor key|}}
|
|
|
|
|
<li class="item list-item flexrow list-item-shadow" data-item-id="{{armor._id}}">
|
|
|
|
|
<a class="item-edit item-name-img" title="Edit Item"><img class="sheet-competence-img"
|
|
|
|
|
src="{{armor.img}}" /></a>
|
|
|
|
|
<span class="item-name-label">{{armor.name}}</span>
|
|
|
|
|
<span class="item-field-label-short">{{upper armor.data.statistic}}</span>
|
|
|
|
|
<span class="item-field-label-short">{{armor.data.resistanceDice}}</span>
|
|
|
|
|
<span class="item-field-label-medium">{{armor.data.locationprotected}}</span>
|
|
|
|
|
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
{{#if (count armor.data.effects)}}
|
|
|
|
|
{{#if armor.data.activated}}
|
|
|
|
|
<a class="equip-deactivate">Deactivate</a>
|
|
|
|
|
{{else}}
|
|
|
|
|
<a class="equip-activate">Activate</a>
|
|
|
|
|
{{/if}}
|
|
|
|
|
{{else}}
|
|
|
|
|
-
|
|
|
|
|
{{/if}}
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
<span class="item-field-label-short">{{armor.data.weight}}</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
{{#if armor.data.idrDice}}
|
|
|
|
|
<a class="roll-idr" data-dice-value="{{armor.data.idrDice}}">{{armor.data.idrDice}}</a>
|
|
|
|
|
{{else}}
|
|
|
|
|
-
|
|
|
|
|
{{/if}}
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
<div class="item-filler"> </div>
|
|
|
|
|
<div class="item-controls item-controls-fixed">
|
|
|
|
|
<a class="item-control item-equip" title="Worn">{{#if armor.data.equipped}}<i
|
|
|
|
|
class="fas fa-circle"></i>{{else}}<i class="fas fa-genderless"></i>{{/if}}</a>
|
|
|
|
|
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<ul class="item-list alternate-list">
|
|
|
|
|
<li class="item flexrow list-item items-title-bg">
|
|
|
|
|
<span class="item-name-label-header">
|
|
|
|
|
<h3><label class="items-title-text">Shields</label></h3>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-short">
|
|
|
|
|
<label class="short-label">Dice</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
<label class="short-label">Act/Deact</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-short">
|
|
|
|
|
<label class="short-label">Weight</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
<label class="short-label">IDR</label>
|
|
|
|
|
</span>
|
|
|
|
|
</li>
|
|
|
|
|
{{#each shields as |shield key|}}
|
|
|
|
|
<li class="item flexrow list-item list-item-shadow" data-item-id="{{shield._id}}">
|
|
|
|
|
<a class="item-edit item-name-img" title="Edit Item"><img class="sheet-competence-img"
|
|
|
|
|
src="{{shield.img}}" /></a>
|
|
|
|
|
<span class="item-name-label">{{shield.name}}</span>
|
|
|
|
|
<span class="item-field-label-short">{{shield.data.levelDice}}</span>
|
|
|
|
|
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
{{#if (count shield.data.effects)}}
|
|
|
|
|
{{#if shield.data.activated}}
|
|
|
|
|
<a class="equip-deactivate">Deactivate</a>
|
|
|
|
|
{{else}}
|
|
|
|
|
<a class="equip-activate">Activate</a>
|
|
|
|
|
{{/if}}
|
|
|
|
|
{{else}}
|
|
|
|
|
-
|
|
|
|
|
{{/if}}
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
<span class="item-field-label-short">{{shield.data.weight}}</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
{{#if shield.data.idrDice}}
|
|
|
|
|
<a class="roll-idr" data-dice-value="{{shield.data.idrDice}}">{{shield.data.idrDice}}</a>
|
|
|
|
|
{{else}}
|
|
|
|
|
-
|
|
|
|
|
{{/if}}
|
|
|
|
|
</span>
|
|
|
|
|
<div class="item-filler"> </div>
|
|
|
|
|
<div class="item-controls item-controls-fixed">
|
|
|
|
|
<a class="item-control item-equip" title="Worn">{{#if shield.data.equipped}}<i
|
|
|
|
|
class="fas fa-circle"></i>{{else}}<i class="fas fa-genderless"></i>{{/if}}</a>
|
|
|
|
|
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<ul class="item-list alternate-list">
|
|
|
|
|
<li class="item flexrow list-item items-title-bg">
|
|
|
|
|
<span class="item-name-label-header">
|
|
|
|
|
<h3><label class="items-title-text">Equipment</label></h3>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-long">
|
|
|
|
|
<label class="short-label">Quantity</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
<label class="short-label">Act/Deact</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-short">
|
|
|
|
|
<label class="short-label">Weight</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-field-label-medium">
|
|
|
|
|
<label class="short-label">IDR</label>
|
|
|
|
|
</span>
|
|
|
|
|
</li>
|
|
|
|
|
{{#each containersTree as |equip key|}}
|
|
|
|
|
{{> systems/fvtt-pegasus-rpg/templates/partial-actor-equipment.html equip=equip level=1}}
|
|
|
|
|
<ul class="item-list list-item-shadow2 list-item-margin1">
|
|
|
|
|
{{#each equip.data.contents as |subgear key|}}
|
|
|
|
|
{{> systems/fvtt-pegasus-rpg/templates/partial-actor-equipment.html equip=subgear level=2}}
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{{!-- Biography Tab --}}
|
|
|
|
|
<div class="tab biodata" data-group="primary" data-tab="biodata">
|
|
|
|
|
<div class="grid grid-2col">
|
|
|
|
|
<div class="grid grid-3col">
|
|
|
|
|
<div>
|
|
|
|
|
<ul class="item-list alternate-list">
|
|
|
|
|
<li class="item flexrow">
|
|
|
|
|
<label class="generic-label">Origin</label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.origin" value="{{data.biodata.origin}}"
|
|
|
|
|
<label class="generic-label">Imperium</label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.imperium" value="{{data.biodata.imperium}}"
|
|
|
|
|
data-dtype="String" />
|
|
|
|
|
</li>
|
|
|
|
|
<li class="item flexrow">
|
|
|
|
|
<label class="generic-label">ADM ID</label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.admid" value="{{data.biodata.admid}}"
|
|
|
|
|
data-dtype="String" />
|
|
|
|
|
</li>
|
|
|
|
|
<li class="item flexrow">
|
|
|
|
|
<label class="generic-label">Age</label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.age" value="{{data.biodata.age}}" data-dtype="String" />
|
|
|
|
|
</li>
|
|
|
|
|
<li class="item flexrow">
|
|
|
|
|
<label class="generic-label">Height</label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.size" value="{{data.biodata.size}}" data-dtype="String" />
|
|
|
|
|
</li>
|
|
|
|
|
<li class="item flexrow">
|
|
|
|
|
<label class="generic-label">Eyes</label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.eyes" value="{{data.biodata.eyes}}" data-dtype="String" />
|
|
|
|
|
</li>
|
|
|
|
|
<li class="item flexrow">
|
|
|
|
|
<label class="generic-label">Hair</label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.hair" value="{{data.biodata.hair}}" data-dtype="String" />
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="flexrow item">
|
|
|
|
|
<label class="generic-label">Weight</label>
|
|
|
|
|
<label class="generic-label">Poids</label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.weight" value="{{data.biodata.weight}}"
|
|
|
|
|
data-dtype="String" />
|
|
|
|
|
</li>
|
|
|
|
|
<li class="flexrow item">
|
|
|
|
|
<label class="generic-label">Sex</label>
|
|
|
|
|
<label class="generic-label">Sexe</label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.sex" value="{{data.biodata.sex}}" data-dtype="String" />
|
|
|
|
|
</li>
|
|
|
|
|
<li class="flexrow item">
|
|
|
|
|
<label class="generic-label">Preferred Hand</label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.preferredhand" value="{{data.biodata.preferredhand}}"
|
|
|
|
|
data-dtype="String" />
|
|
|
|
|
</li>
|
|
|
|
|
<li class="flexrow item" data-item-id="{{race._id}}">
|
|
|
|
|
<label class="generic-label">Race</label>
|
|
|
|
|
<a class="item-edit"><img class="stat-icon" src="{{race.img}}"></a>
|
|
|
|
|
<input type="text" class="" name="data.biodata.racename" value="{{race.name}}" disabled
|
|
|
|
|
data-dtype="String" />
|
|
|
|
|
<div class="item-controls">
|
|
|
|
|
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="flexrow item" data-item-id="{{role._id}}">
|
|
|
|
|
<label class="generic-label">Role</label>
|
|
|
|
|
<a class="item-edit"><img class="stat-icon" src="{{role.img}}"></a>
|
|
|
|
|
<input type="text" class="" name="data.biodata.rolename" value="{{role.name}}" disabled
|
|
|
|
|
data-dtype="String" />
|
|
|
|
|
<div class="item-controls">
|
|
|
|
|
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
|
|
|
|
|
</div>
|
|
|
|
|
<li class="item flexrow">
|
|
|
|
|
<label class="generic-label">Taille</label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.size" value="{{data.biodata.size}}" data-dtype="String" />
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<li class="item flexrow">
|
|
|
|
|
<label class="generic-label">Yeux</label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.eyes" value="{{data.biodata.eyes}}" data-dtype="String" />
|
|
|
|
|
</li>
|
|
|
|
|
<li class="flexrow item">
|
|
|
|
|
<label class="generic-label">Main préférée</label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.preferredhand" value="{{data.biodata.preferredhand}}"
|
|
|
|
|
data-dtype="String" />
|
|
|
|
|
</li>
|
|
|
|
|
<li class="item flexrow">
|
|
|
|
|
<label class="generic-label">Cheveux</label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.hair" value="{{data.biodata.hair}}" data-dtype="String" />
|
|
|
|
|
</li>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h3 class="items-title-bg">Psychology : </h3>
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="flexrow">
|
|
|
|
|
<label class="short-label">Worst Fear </label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.worstfear" value="{{data.biodata.worstfear}}"
|
|
|
|
|
data-dtype="String" />
|
|
|
|
|
<label class="attribute-value checkbox"><input type="checkbox" class="change-worstfear"
|
|
|
|
|
name="data.biodata.worstfearactive" {{checked data.biodata.worstfearactive}} /> Active ?</label>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="flexrow">
|
|
|
|
|
<label class="short-label">Desires </label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.desires" value="{{data.biodata.desires}}"
|
|
|
|
|
data-dtype="String" />
|
|
|
|
|
<label class="attribute-value checkbox"><input type="checkbox" class="change-desires"
|
|
|
|
|
name="data.biodata.desiresactive" {{checked data.biodata.desiresactive}} /> Active ?</label>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<div class="flexrow">
|
|
|
|
|
<div>
|
|
|
|
|
<h3>Apparence actuelle : </h3>
|
|
|
|
|
<div class="form-group small-editor">
|
|
|
|
|
{{editor content=data.biodata.appactual target="data.biodata.appactual" button=true owner=owner
|
|
|
|
|
editable=editable}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<h3>Autres identités : </h3>
|
|
|
|
|
<div class="form-group small-editor">
|
|
|
|
|
{{editor content=data.biodata.identities target="data.biodata.identities" button=true owner=owner
|
|
|
|
|
editable=editable}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h3>Catchphrase : </h3>
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="flexrow">
|
|
|
|
|
<label class="short-label">Catchphrase </label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.catchphrase" value="{{data.biodata.catchphrase}}"
|
|
|
|
|
data-dtype="String" />
|
|
|
|
|
</li>
|
|
|
|
|
<li class="flexrow">
|
|
|
|
|
<label class="short-label">Catchphrase Trigger : </label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.catchphrasetrigger" value="{{data.biodata.catchphrasetrigger}}"
|
|
|
|
|
data-dtype="String" />
|
|
|
|
|
</li>
|
|
|
|
|
<li class="flexrow">
|
|
|
|
|
<label class="short-label">Catchphrase used </label>
|
|
|
|
|
<label class="attribute-value checkbox"><input type="checkbox" name="data.biodata.catchphraseused" {{checked
|
|
|
|
|
data.biodata.catchphraseused}} /></label>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<div class="flexrow">
|
|
|
|
|
<div>
|
|
|
|
|
<h3>Traits particuliers : </h3>
|
|
|
|
|
<div class="form-group small-editor">
|
|
|
|
|
{{editor content=data.biodata.traits target="data.biodata.traits" button=true owner=owner
|
|
|
|
|
editable=editable}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<h3>Souvenirs quantiques : </h3>
|
|
|
|
|
<div class="form-group small-editor">
|
|
|
|
|
{{editor content=data.biodata.memories target="data.biodata.memories" button=true owner=owner
|
|
|
|
|
editable=editable}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h3 class="items-title-bg">Development : </h3>
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="flexrow">
|
|
|
|
|
<label class="short-label">Character Value : </label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.charactervalue" value="{{data.biodata.charactervalue}}"
|
|
|
|
|
data-dtype="String" />
|
|
|
|
|
</li>
|
|
|
|
|
<li class="flexrow">
|
|
|
|
|
<label class="short-label">Character Development Points Total (CDP total) : </label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.cdp" value="{{data.biodata.cdp}}" data-dtype="Number" />
|
|
|
|
|
</li>
|
|
|
|
|
<li class="flexrow">
|
|
|
|
|
<label class="short-label">Hero Level : </label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.level" value="{{data.biodata.level}}" data-dtype="Number" />
|
|
|
|
|
</li>
|
|
|
|
|
<li class="flexrow">
|
|
|
|
|
<label class="short-label">Hero Levels Remaining : </label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.cdpused" value="{{data.biodata.cdpused}}"
|
|
|
|
|
data-dtype="Number" />
|
|
|
|
|
</li>
|
|
|
|
|
<li class="flexrow">
|
|
|
|
|
<label class="short-label">Threat Level : </label>
|
|
|
|
|
<input type="text" class="" name="data.biodata.threatlevel" value="{{data.biodata.threatlevel}}"
|
|
|
|
|
data-dtype="Number" />
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<div class="flexrow">
|
|
|
|
|
<div>
|
|
|
|
|
<h3>Rebuild : </h3>
|
|
|
|
|
<div class="form-group small-editor">
|
|
|
|
|
{{editor content=data.biodata.rebuild target="data.biodata.rebuild" button=true owner=owner
|
|
|
|
|
editable=editable}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<h3>Relations, contacts et acolytes : </h3>
|
|
|
|
|
<div class="form-group small-editor">
|
|
|
|
|
{{editor content=data.biodata.contacts target="data.biodata.contacts" button=true owner=owner
|
|
|
|
|
editable=editable}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
|
<h3>Background : </h3>
|
|
|
|
|
<h3>Qui suis-je : </h3>
|
|
|
|
|
<div class="form-group editor">
|
|
|
|
|
{{editor content=data.biodata.description target="data.biodata.description" button=true owner=owner
|
|
|
|
|
{{editor content=data.biodata.whoami target="data.biodata.whoami" button=true owner=owner
|
|
|
|
|
editable=editable}}
|
|
|
|
|
</div>
|
|
|
|
|
<hr>
|
|
|
|
|