2021-12-02 07:38:59 +01:00
< form class = "{{cssClass}}" autocomplete = "off" >
2022-01-08 18:28:01 +01:00
{{!-- Sheet Header --}}
< header class = "sheet-header" >
< div class = "header-fields" >
< div class = "flexrow" >
< img class = "profile-img" src = "{{img}}" data-edit = "img" title = "{{name}}" / >
2022-02-10 15:53:42 +01:00
< div class = "flexcol" >
< h1 class = "charname" > < input name = "name" type = "text" value = "{{name}}" placeholder = "Name" / > < / h1 >
2022-02-25 14:53:19 +01:00
< div class = "flexcol" >
< div class = "flexrow" >
< / div >
< / div >
2022-02-10 15:53:42 +01:00
< / div >
2021-12-02 07:38:59 +01:00
< / div >
2022-01-08 18:28:01 +01:00
< / div >
< / header >
2021-12-02 07:38:59 +01:00
2022-01-08 18:28:01 +01:00
{{!-- Sheet Tab Navigation --}}
< nav class = "sheet-tabs tabs" data-group = "primary" >
< a class = "item" data-tab = "statistics" > Statistics< / a >
< a class = "item" data-tab = "specs" > Specialisations< / a >
2022-02-10 15:53:42 +01:00
< a class = "item" data-tab = "powers" > Powers/Abilities< / a >
2022-01-08 18:28:01 +01:00
< a class = "item" data-tab = "combat" > Combat< / a >
< a class = "item" data-tab = "equipment" > Equipment< / a >
< a class = "item" data-tab = "biodata" > Biography< / a >
< / nav >
2021-12-02 07:38:59 +01:00
{{!-- Sheet Body --}}
< section class = "sheet-body" >
{{!-- Carac Tab --}}
< div class = "tab items" data-group = "primary" data-tab = "statistics" >
2022-01-08 18:28:01 +01:00
< span > < a class = "lock-unlock-sheet" > < img class = "small-button-container"
src="systems/fvtt-weapons-of-the-gods/images/icons/{{#if editScore}}unlocked.svg{{else}}locked.svg{{/if}}"
alt="Unlocked/Locked">{{#if editScore}}Unlocked{{else}}Locked{{/if}}< / a >
2021-12-02 07:38:59 +01:00
< / span >
2022-01-08 18:28:01 +01:00
2021-12-02 07:38:59 +01:00
< div class = "grid grid-2col" >
2022-01-08 18:28:01 +01:00
< div class = "" >
2021-12-02 07:38:59 +01:00
< ul >
2022-01-08 18:28:01 +01:00
{{#each data.statistics as |stat key|}}
2021-12-02 07:38:59 +01:00
< li class = "item flexrow list-item" data-attr-key = "{{key}}" >
2022-01-08 18:28:01 +01:00
< span class = "stat-label flexrow" name = "{{key}}" >
2022-01-11 23:35:23 +01:00
< h4 > < a class = "roll-stat" data-stat-key = "{{key}}" > {{stat.label}} [{{stat.abbrev}}]< / a > < / h4 > < / span >
2022-01-08 18:28:01 +01:00
< select class = " carac-base flexrow" type = "text" name = "data.statistics.{{key}}.value"
value="{{stat.value}}" data-dtype="Number" {{#unless @root.editScore}}disabled{{/unless}}>
{{#select stat.value}}
{{{@root.optionsDiceList}}}
{{/select}}
< / select >
< input type = "text" class = "input-numeric-short padd-right" name = "data.statistics.{{key}}.mod"
value="{{stat.mod}}" data-dtype="Number" {{#unless @root.editScore}}disabled{{/unless}} />
2021-12-02 07:38:59 +01:00
< / li >
{{/each}}
2022-01-08 18:28:01 +01:00
< / ul >
2022-02-10 15:53:42 +01:00
< div class = "flexrow" >
2022-02-17 19:17:24 +01:00
< span class = "generic-label packed-left" > < a class = "generic-pool-roll" > < button class = "chat-card-button" > Dice Pool< / button > < / a > < / span >
2022-02-10 15:53:42 +01:00
< / div >
2021-12-02 07:38:59 +01:00
< / div >
< div class = "" >
< ul >
2022-01-22 21:49:34 +01:00
< li class = "item flexrow list-item" > < span > < / span > < span > Current< / span > < span > Bonus< / span > < span > Max< / span > < / li >
2022-01-11 23:35:23 +01:00
< li class = "item flexrow list-item" > < / li >
< li class = "item flexrow list-item" > < / li >
2022-01-08 18:28:01 +01:00
{{#each data.secondary as |stat2 key|}}
2021-12-02 07:38:59 +01:00
< li class = "item flexrow list-item" data-attr-key = "{{key}}" >
2022-01-08 18:28:01 +01:00
< span class = "stat-label flexrow" name = "{{key}}" >
2022-01-22 22:06:08 +01:00
< h4 > {{stat2.label}}< br >
{{#if (eq key "health")}}
(KOV -{{stat2.max}})
{{/if}}
{{#if (eq key "delirium")}}
(MV -{{stat2.max}})
{{/if}}
< / h4 >
2022-01-08 18:28:01 +01:00
< / span >
2022-01-11 23:35:23 +01:00
< input type = "text" class = "padd-right" name = "data.secondary.{{key}}.value" value = "{{stat2.value}}" data-dtype = "Number" / >
2022-01-17 15:09:52 +01:00
< input type = "text" class = "padd-right" name = "data.secondary.{{key}}.bonus" value = "{{stat2.bonus}}" data-dtype = "Number" / >
2022-01-11 23:35:23 +01:00
< input type = "text" class = "padd-right" name = "data.secondary.{{key}}.max" value = "{{stat2.max}}" data-dtype = "Number" / >
< / li >
{{/each}}
< / ul >
< ul >
< li class = "item flexrow list-item" data-key = "nrg" >
< span class = "stat-label flexrow" name = "nrg" > < h4 > {{data.nrg.label}}< / h4 > < / span >
2022-02-13 21:58:19 +01:00
< span class = "small-label padd-right packed-left" > Act< / span >
< input type = "text" class = "padd-right" name = "data.nrg.activated" value = "{{data.nrg.activated}}" data-dtype = "Number" / >
2022-01-25 09:14:32 +01:00
< span class = "small-label padd-right packed-left" > Cur< / span > < input type = "text" class = "padd-right" name = "data.nrg.value" value = "{{data.nrg.value}}" data-dtype = "Number" / >
2022-01-22 21:49:34 +01:00
< span class = "small-label padd-right packed-left" > Mod< / span > < input type = "text" class = "padd-right" 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" name = "data.nrg.max" value = "{{data.nrg.max}}" data-dtype = "Number" / >
2022-02-14 15:19:26 +01:00
< span class = "small-label padd-right packed-left" > / {{data.nrg.absolutemax}}< / span >
2022-01-11 23:35:23 +01:00
< / li >
< / ul >
< ul >
< li class = "item flexrow list-item" data-key = "momentum" >
< span class = "stat-label flexrow" name = "momentum" > < h4 > {{data.momentum.label}}< / h4 > < / span >
< input type = "text" class = "padd-right" name = "data.momentum.value" value = "{{data.momentum.value}}" data-dtype = "Number" / >
< input type = "text" class = "padd-right" name = "data.momentum.max" value = "{{data.momentum.max}}" data-dtype = "Number" / >
< / li >
< / ul >
2021-12-02 07:38:59 +01:00
< / div >
2022-01-08 18:28:01 +01:00
2021-12-02 07:38:59 +01:00
< / div >
< / div >
{{!-- Other Tab --}}
< div class = "tab items" data-group = "primary" data-tab = "specs" >
2021-12-03 18:31:43 +01:00
< div >
2022-01-08 18:28:01 +01:00
< span class = "generic-label" >
< h3 > Specialisations< / h3 >
< / span >
2021-12-03 18:31:43 +01:00
< ul class = "stat-list alternate-list" >
{{#each specs as |spec key|}}
< li class = "item stat flexrow list-item" data-item-id = "{{spec._id}}" >
2022-01-08 18:28:01 +01:00
< img class = "sheet-competence-img" src = "{{spec.img}}" / >
2021-12-03 18:31:43 +01:00
< span class = "stat-label" > < a class = "roll-spec" > {{spec.name}}< / a > < / span >
2022-01-12 16:25:55 +01:00
< span class = "stat-label" > {{upper spec.data.statistic}}< / span >
2021-12-03 18:31:43 +01:00
< span class = "stat-label" > {{spec.data.dice}}< / span >
2022-02-10 21:58:19 +01:00
{{#if spec.data.ispowergroup}}
{{#if spec.data.powersactivated}}
< span class = "stat-label" > < a class = "spec-group-deactivate" > Deactivate< / a > < / span >
{{else}}
< span class = "stat-label" > < a class = "spec-group-activate" > Activate< / a > < / span >
{{/if}}
{{else}}
< span class = "stat-label" > < / span >
{{/if}}
2021-12-03 18:31:43 +01:00
< div class = "item-controls" >
< 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 >
2022-01-08 18:28:01 +01:00
{{/each}}
< / ul >
2021-12-03 18:31:43 +01:00
< / div >
2022-01-08 18:28:01 +01:00
2022-01-06 18:22:05 +01:00
< / div >
2021-12-02 07:38:59 +01:00
< / div >
2022-01-08 18:28:01 +01:00
2021-12-02 07:38:59 +01:00
{{!-- Combat Tab --}}
2021-12-03 18:31:43 +01:00
< div class = "tab fight" data-group = "primary" data-tab = "combat" >
2021-12-02 07:38:59 +01:00
< div class = "flexcol" >
2022-01-08 18:28:01 +01:00
2022-01-13 21:05:55 +01:00
< ul >
2022-01-22 21:49:34 +01:00
< li class = "item flexrow list-item" data-key = "mr" >
< span class = "stat-label flexrow" name = "mr" >
< a class = "roll-mr" data-stat-key = "{{mr}}" > < h4 > {{data.mr.label}}< / h4 > < / a >
< / span >
< select class = "carac-base flexrow" type = "text" name = "data.mr.value" value = "{{data.mr.value}}"
data-dtype="Number" >
{{#select data.mr.value}}
{{{@root.optionsDiceList}}}
{{/select}}
< / select >
< input type = "text" class = "padd-right input-numeric-short" name = "data.mr.mod" value = "{{data.mr.mod}}" data-dtype = "Number" / >
< / li >
2022-01-13 21:05:55 +01:00
< li class = "item flexrow list-item" data-key = "nrg" >
< span class = "stat-label flexrow" name = "nrg" > < h4 > {{data.nrg.label}}< / h4 > < / span >
2022-01-22 21:49:34 +01:00
< span class = "small-label padd-right packed-left" > Act< / span > < input type = "text" class = "padd-right update-field input-numeric-short" data-field-name = "data.nrg.activated" value = "{{data.nrg.activated}}" data-dtype = "Number" / >
2022-01-25 09:14:32 +01:00
< span class = "small-label padd-right packed-left" > Cur< / span > < input type = "text" class = "padd-right update-field input-numeric-short" data-field-name = "data.nrg.value" value = "{{data.nrg.value}}" data-dtype = "Number" / >
2022-01-22 21:49:34 +01:00
< span class = "small-label padd-right packed-left" > Mod< / span > < input type = "text" class = "padd-right update-field input-numeric-short" 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 input-numeric-short" data-field-name = "data.nrg.max" value = "{{data.nrg.max}}" data-dtype = "Number" / >
2022-02-14 15:19:26 +01:00
< span class = "small-label padd-right packed-left" > / {{data.nrg.absolutemax}}< / span >
2022-01-22 21:49:34 +01:00
< / li >
2022-02-10 15:53:42 +01:00
< li class = "item flexrow list-item" data-attr-key = "{{key}}" >
{{#each data.secondary as |stat2 key|}}
2022-01-22 21:49:34 +01:00
{{#if stat2.iscombat}}
2022-02-10 15:53:42 +01:00
< span class = "stat-label" name = "{{key}}" >
< h4 > {{stat2.label}} : < / h4 >
2022-01-22 21:49:34 +01:00
< / span >
2022-01-25 09:14:32 +01:00
< span class = "small-label padd-right packed-left" > Cur< / span > < input type = "text" class = "padd-right update-field input-numeric-short" data-field-name = "data.secondary.{{key}}.value" value = "{{stat2.value}}" data-dtype = "Number" / >
2022-01-22 21:49:34 +01:00
< span class = "small-label padd-right packed-left" > Max< / span > < input type = "text" class = "padd-right update-field input-numeric-short" data-field-name = "data.secondary.{{key}}.max" value = "{{stat2.max}}" data-dtype = "Number" / >
{{/if}}
{{/each}}
2022-02-10 15:53:42 +01:00
< / li >
2022-01-22 21:49:34 +01:00
< li class = "item flexrow list-item" data-key = "momentum" >
2022-02-10 15:53:42 +01:00
< span class = "stat-label flexrow" name = "momentum" > < h4 > {{data.momentum.label}}:< / h4 > < / span >
2022-01-25 09:14:32 +01:00
< span class = "small-label padd-right packed-left" > Cur< / span > < input type = "text" class = "padd-right update-field input-numeric-short" data-field-name = "data.momentum.value" value = "{{data.momentum.value}}" data-dtype = "Number" / >
2022-01-22 21:49:34 +01:00
< span class = "small-label padd-right packed-left" > Max< / span > < input type = "text" class = "padd-right update-field input-numeric-short" data-field-name = "data.momentum.max" value = "{{data.momentum.max}}" data-dtype = "Number" / >
2022-01-13 21:05:55 +01:00
< / li >
< / ul >
2022-01-11 23:35:23 +01:00
< span class = "generic-label" >
2022-01-28 22:14:13 +01:00
< h3 > Combat Dice Pools< / h3 >
2022-01-11 23:35:23 +01:00
< / span >
< ul class = "stat-list alternate-list" >
< li class = "item stat flexrow list-item" >
2022-01-28 18:15:28 +01:00
< span class = "generic-label" > < a class = "attack-melee" > < button class = "chat-card-button" > Melee Attack< / button > < / a > < / span >
< span class = "generic-label" > < a class = "attack-ranged" > < button class = "chat-card-button" > Ranged Attack< / button > < / a > < / span >
< span class = "generic-label" > < a class = "damage-ranged" > < button class = "chat-card-button" > Ranged Damage< / button > < / a > < / span >
2022-01-11 23:35:23 +01:00
< / li >
< li class = "item stat flexrow list-item" >
2022-01-28 18:15:28 +01:00
< span class = "generic-label" > < a class = "damage-melee" > < button class = "chat-card-button" > Melee/Thrown Damage< / button > < / a > < / span >
2022-01-28 22:14:13 +01:00
< span class = "generic-label" > < a class = "defense-roll" > < button class = "chat-card-button" > Defence< / button > < / a > < / span >
2022-01-28 18:15:28 +01:00
< span class = "generic-label" > < a class = "damage-resistance" > < button class = "chat-card-button" > Damage Resistance< / button > < / a > < / span >
2022-01-11 23:35:23 +01:00
< / li >
< li class = "item stat flexrow list-item" >
2022-02-17 19:17:24 +01:00
< span class = "generic-label" > < / span >
< span class = "generic-label" > < a class = "generic-pool-roll" > < button class = "chat-card-button" > Dice Pool< / button > < / a > < / span >
< span class = "generic-label" > < / span >
2022-01-11 23:35:23 +01:00
< / li >
< / ul >
< span class = "generic-label" >
< h3 > Stun< / h3 >
< / span >
< ul class = "stat-list alternate-list" >
< li class = "item stat flexrow list-item" >
< span class = "generic-label" > Stun Level< / span >
< input type = "text" class = "" name = "data.combat.stunlevel" value = "{{data.combat.stunlevel}}" data-dtype = "Number" / >
< span class = "generic-label" > Stun Threshold< / span >
< input type = "text" class = "" name = "data.combat.stunthreshold" value = "{{data.combat.stunthreshold}}" data-dtype = "Number" / >
< / li >
< / ul >
2022-01-12 16:25:55 +01:00
< span class = "generic-label" >
< h3 > Effects< / h3 >
< / span >
< ul class = "stat-list alternate-list" >
{{#each effects as |effect key|}}
< li class = "item stat flexrow list-item" data-arme-id = "{{effect.id}}" data-item-id = "{{effect._id}}" >
< img class = "sheet-competence-img" src = "{{effect.img}}" / >
< span class = "generic-label" > {{effect.name}}< / span >
2022-01-12 17:21:37 +01:00
< span class = "generic-label" > {{upperFirst effect.data.type}}< / span >
< span class = "generic-label" > {{upperFirst effect.data.genre}}< / span >
< span class = "generic-label" > Lvl:{{effect.data.effectlevel}}< / span >
2022-01-12 19:57:36 +01:00
< span class = "generic-label" > {{upper effect.data.stataffected}}< / span >
2022-01-12 16:25:55 +01:00
< div class = "item-controls" >
< 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 >
2022-01-22 21:49:34 +01:00
< div >
< span class = "generic-label" >
< h3 > Perks< / h3 >
< / span >
< ul class = "stat-list alternate-list" >
{{#each perks as |perk key|}}
< li class = "item stat flexrow list-item" data-item-id = "{{perk._id}}" >
< img class = "sheet-competence-img" src = "{{perk.img}}" / >
< span class = "stat-label" > {{perk.name}}< / span >
< span class = "stat-label" > Lvl:{{perk.data.level}}< / span >
2022-02-14 15:19:26 +01:00
{{#if perk.data.features.range.flag}}
< span class = "stat-label" > Range:{{perk.data.features.range.value}}< / span >
{{else}}
< span class = "stat-label" > < / span >
{{/if}}
{{#if perk.data.features.nbtargets.flag}}
< span class = "stat-label" > #T:{{perk.data.features.nbtargets.value}}< / span >
{{else}}
< span class = "stat-label" > < / span >
{{/if}}
2022-02-10 19:03:09 +01:00
< span class = "stat-label" > Perk Status:
< select class = "competence-base flexrow perk-status" type = "text" value = "{{perk.data.status}}" data-dtype = "String" >
{{#select perk.data.status}}
< option value = "ready" > Ready< / option >
< option value = "activated" > Activated< / option >
< option value = "round2" > 2 Rounds left< / option >
< option value = "round1" > 1 Round left< / option >
2022-01-22 21:49:34 +01:00
{{/select}}
< / select >
< / span >
2022-02-13 21:58:19 +01:00
{{#if (ne perk.data.status "ready")}}
{{#if (eq perk.data.nbuse "next1action")}}
< label class = "attribute-value checkbox" > < input type = "checkbox" class = "perk-used" data-use-index = "1" name = "perk.data.used1" { { checked perk . data . used1 } } / > < / label >
< span class = "stat-label" > < / span >
< span class = "stat-label" > < / span >
{{/if}}
{{#if (eq perk.data.nbuse "next2action")}}
< label class = "attribute-value checkbox" > < / label > < input type = "checkbox" class = "perk-used" data-use-index = "1" name = "perk.data.used1" { { checked perk . data . used1 } } / > < / label >
< label class = "attribute-value checkbox" > < / label > < input type = "checkbox" class = "perk-used" data-use-index = "2" name = "perk.data.used2" { { checked perk . data . used2 } } / > < / label >
< span class = "stat-label" > < / span >
{{/if}}
{{#if (eq perk.data.nbuse "next3action")}}
< label class = "attribute-value checkbox" > < / label > < input type = "checkbox" class = "perk-used" data-use-index = "1" name = "perk.data.used1" { { checked perk . data . used1 } } / > < / label >
< label class = "attribute-value checkbox" > < / label > < input type = "checkbox" class = "perk-used" data-use-index = "2" name = "perk.data.used2" { { checked perk . data . used2 } } / > < / label >
< label class = "attribute-value checkbox" > < / label > < input type = "checkbox" class = "perk-used" data-use-index = "3" name = "perk.data.used3" { { checked perk . data . used3 } } / > < / label >
{{/if}}
{{else}}
< span class = "stat-label" > < / span >
< span class = "stat-label" > < / span >
< span class = "stat-label" > < / span >
{{/if}}
2022-01-22 21:49:34 +01:00
< div class = "item-controls" >
< 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 >
2021-12-02 07:38:59 +01:00
< / div >
< / div >
2022-01-08 18:28:01 +01:00
2021-12-02 07:38:59 +01:00
{{!-- Powers Tab --}}
< div class = "tab fight" data-group = "primary" data-tab = "powers" >
2022-01-08 18:28:01 +01:00
2021-12-02 07:38:59 +01:00
< div class = "flexcol" >
2022-01-08 18:28:01 +01:00
2022-01-17 15:09:52 +01:00
< ul >
< li class = "item flexrow list-item" data-key = "nrg" >
< span class = "stat-label flexrow" name = "nrg" > < h4 > {{data.nrg.label}}< / h4 > < / span >
2022-01-22 21:49:34 +01:00
< span class = "small-label padd-right packed-left" > Act< / span > < input type = "text" class = "padd-right update-field" data-field-name = "data.nrg.activated" value = "{{data.nrg.activated}}" data-dtype = "Number" / >
2022-01-25 09:14:32 +01:00
< span class = "small-label padd-right packed-left" > Cur< / span > < input type = "text" class = "padd-right update-field" data-field-name = "data.nrg.value" value = "{{data.nrg.value}}" data-dtype = "Number" / >
2022-01-22 21:49:34 +01:00
< 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" / >
2022-02-14 15:19:26 +01:00
< span class = "small-label padd-right packed-left" > / {{data.nrg.absolutemax}}< / span >
2022-01-17 15:09:52 +01:00
< / li >
< / ul >
2022-02-10 15:53:42 +01:00
< hr >
2022-01-08 18:28:01 +01:00
< span class = "generic-label" >
< h3 > Powers< / h3 >
< / span >
2021-12-02 07:38:59 +01:00
< ul class = "stat-list alternate-list" >
2022-01-08 18:28:01 +01:00
{{#each powers as |power key|}}
2021-12-02 07:38:59 +01:00
< li class = "item stat flexrow list-item" data-item-id = "{{power._id}}" >
2022-01-08 18:28:01 +01:00
< img class = "sheet-competence-img" src = "{{power.img}}" / >
< span class = "stat-label" >
{{#if power.data.rollneeded}}
< a class = "power-roll" > {{power.name}}< / a >
{{else}}
{{power.name}}
{{/if}}
< / span >
2022-01-22 21:49:34 +01:00
< span class = "stat-label outfit-label" > {{power.data.type}}< / span >
2022-02-25 14:53:19 +01:00
2022-02-13 21:58:19 +01:00
{{#if power.data.activated}}
< span class = "stat-label outfit-label" > Activated< / span >
{{else}}
< span class = "stat-label outfit-label" > < / span >
{{/if}}
2022-02-25 14:53:19 +01:00
{{#if power.data.dmgroll}}
< span class = "stat-label outfit-label" > < a class = "power-dmg-roll" > DMG Roll< / a > < / span >
{{else}}
< span class = "stat-label outfit-label" > < / span >
{{/if}}
2022-02-13 21:58:19 +01:00
< span class = "stat-label outfit-label" > {{power.data.cost}}< / span >
< span class = "stat-label outfit-label" > Spent:
< input type = "text" class = "padd-right power-cost-spent" value = "{{power.data.costspent}}" data-dtype = "Number" / >
< / span >
2021-12-02 07:38:59 +01:00
< div class = "item-controls" >
2022-02-13 21:58:19 +01:00
< a class = "item-control power-activate" title = "Activated" > {{#if power.data.activated}}< i
2022-01-16 16:12:15 +01:00
class="fas fa-circle">< / i > {{else}}< i class = "fas fa-genderless" > < / i > {{/if}}< / a >
2021-12-02 07:38:59 +01:00
< 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 >
2022-01-08 18:28:01 +01:00
{{/each}}
< / ul >
2022-02-10 15:53:42 +01:00
< hr >
< span class = "generic-label" >
< h3 > Abilities< / h3 >
< / span >
< ul class = "stat-list alternate-list" >
{{#each abilities as |ability key|}}
< li class = "item stat flexrow list-item" data-item-id = "{{ability._id}}" >
< img class = "sheet-competence-img" src = "{{ability.img}}" / >
< span class = "stat-label" > {{ability.name}}< / span >
< div class = "item-controls" >
< 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 >
2021-12-02 07:38:59 +01:00
< / div >
< / div >
{{!-- Equipement Tab --}}
< div class = "tab equipment" data-group = "primary" data-tab = "equipment" >
2022-01-22 21:49:34 +01:00
< div >
< h4 > Money< / h4 >
< / div >
< ul class = "item-list alternate-list" >
{{#each moneys as |money key|}}
< li class = "item flexrow list-item" data-item-id = "{{money._id}}" >
< img class = "sheet-competence-img" src = "{{money.img}}" / >
< span class = "equipement-label" > {{money.name}}< / span >
2022-01-25 10:37:28 +01:00
< span class = "generic-label" >
Qty {{money.data.quantity}}
(< a class = "quantity-minus plus-minus-button" > -< / a > /< a class = "quantity-plus plus-minus-button" > +< / a > )
< / span >
2022-01-22 21:49:34 +01:00
< div class = "item-controls" >
< 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 >
2022-01-08 18:28:01 +01:00
2022-01-28 22:14:13 +01:00
< hr >
2022-01-08 18:28:01 +01:00
< div >
< h4 > Equipment< / h4 >
< / div >
< ul class = "item-list alternate-list" >
{{#each equipments as |equip key|}}
< li class = "item flexrow list-item" data-item-id = "{{equip._id}}" >
< img class = "sheet-competence-img" src = "{{equip.img}}" / >
< span class = "equipement-label" > {{equip.name}}< / span >
2022-01-28 22:14:13 +01:00
< span class = "equipement-label" > {{upperFirst equip.data.type}}< / span >
2022-02-16 17:43:51 +01:00
< span class = "generic-label" > Qty {{equip.data.quantity}}< / span >
{{#if (count equip.data.effects)}}
{{#if equip.data.activated}}
< span class = "stat-label" > < a class = "equip-deactivate" > Deactivate< / a > < / span >
{{else}}
< span class = "stat-label" > < a class = "equip-activate" > Activate< / a > < / span >
{{/if}}
{{else}}
< span class = "stat-label" > < / span >
{{/if}}
2022-01-17 15:09:52 +01:00
< span class = "generic-label" > Qty {{equip.data.quantity}}< / span >
2022-01-08 18:28:01 +01:00
< div class = "item-controls" >
< a class = "item-control item-equip" title = "Worn" > {{#if equip.data.equipped}}< i
class="fas fa-circle">< / i > {{else}}< i class = "fas fa-genderless" > < / i > {{/if}}< / a >
< 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 >
2021-12-02 07:38:59 +01:00
{{/each}}
2022-01-08 18:28:01 +01:00
< / ul >
2022-01-28 22:14:13 +01:00
< hr >
< div >
< h4 > Weapons< / h4 >
< / div >
< ul class = "item-list alternate-list" >
{{#each weapons as |weapon key|}}
< li class = "item flexrow list-item" data-item-id = "{{weapon._id}}" >
< img class = "sheet-competence-img" src = "{{weapon.img}}" / >
< span class = "equipement-label" > {{weapon.name}}< / span >
2022-02-16 17:43:51 +01:00
{{#if (count weapon.data.effects)}}
{{#if weapon.data.activated}}
< span class = "stat-label" > < a class = "equip-deactivate" > Deactivate< / a > < / span >
{{else}}
< span class = "stat-label" > < a class = "equip-activate" > Activate< / a > < / span >
{{/if}}
{{else}}
< span class = "stat-label" > < / span >
{{/if}}
2022-01-28 22:14:13 +01:00
< div class = "item-controls" >
< 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-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 >
< hr >
< div >
< h4 > Armors & Shields< / h4 >
< / div >
< ul class = "item-list alternate-list" >
{{#each armors as |armor key|}}
< li class = "item flexrow list-item" data-item-id = "{{armor._id}}" >
< img class = "sheet-competence-img" src = "{{armor.img}}" / >
< span class = "equipement-label" > {{armor.name}}< / span >
2022-02-16 17:43:51 +01:00
{{#if (count armor.data.effects)}}
{{#if armor.data.activated}}
< span class = "stat-label" > < a class = "equip-deactivate" > Deactivate< / a > < / span >
{{else}}
< span class = "stat-label" > < a class = "equip-activate" > Activate< / a > < / span >
{{/if}}
{{else}}
< span class = "stat-label" > < / span >
{{/if}}
2022-01-28 22:14:13 +01:00
< div class = "item-controls" >
< 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-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}}
{{#each shields as |shield key|}}
< li class = "item flexrow list-item" data-item-id = "{{shield._id}}" >
< img class = "sheet-competence-img" src = "{{shield.img}}" / >
< span class = "equipement-label" > {{shield.name}}< / span >
2022-02-16 17:43:51 +01:00
{{#if (count shield.data.effects)}}
{{#if shield.data.activated}}
< span class = "stat-label" > < a class = "equip-deactivate" > Deactivate< / a > < / span >
{{else}}
< span class = "stat-label" > < a class = "equip-activate" > Activate< / a > < / span >
{{/if}}
{{else}}
< span class = "stat-label" > < / span >
{{/if}}
2022-01-28 22:14:13 +01:00
< div class = "item-controls" >
< 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-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 >
2021-12-02 07:38:59 +01:00
< / div >
{{!-- Biography Tab --}}
2022-01-08 18:28:01 +01:00
< div class = "tab biodata" data-group = "primary" data-tab = "biodata" >
2021-12-02 07:38:59 +01:00
< div class = "grid grid-2col" >
< div >
< ul >
< li class = "flexrow" >
< label class = "generic-label" > Origin< / label >
2022-01-08 18:28:01 +01:00
< input type = "text" class = "" name = "data.biodata.origin" value = "{{data.biodata.origin}}"
data-dtype="String" />
2021-12-02 07:38:59 +01:00
< / li >
< li class = "flexrow" >
< label class = "generic-label" > Age< / label >
2022-01-08 18:28:01 +01:00
< input type = "text" class = "" name = "data.biodata.age" value = "{{data.biodata.age}}" data-dtype = "String" / >
2021-12-02 07:38:59 +01:00
< / li >
< li class = "flexrow" >
< label class = "generic-label" > Height< / label >
2022-01-08 18:28:01 +01:00
< input type = "text" class = "" name = "data.biodata.size" value = "{{data.biodata.size}}" data-dtype = "String" / >
2021-12-02 07:38:59 +01:00
< / li >
< li class = "flexrow" >
< label class = "generic-label" > Eyes< / label >
2022-01-08 18:28:01 +01:00
< input type = "text" class = "" name = "data.biodata.eyes" value = "{{data.biodata.eyes}}" data-dtype = "String" / >
2021-12-02 07:38:59 +01:00
< / li >
< li class = "flexrow" >
< label class = "generic-label" > Hair< / label >
2022-01-08 18:28:01 +01:00
< input type = "text" class = "" name = "data.biodata.hair" value = "{{data.biodata.hair}}" data-dtype = "String" / >
2021-12-02 07:38:59 +01:00
< / li >
< / ul >
< / div >
< div >
< ul >
< li class = "flexrow" >
< label class = "generic-label" > Weight< / label >
2022-01-08 18:28:01 +01:00
< input type = "text" class = "" name = "data.biodata.weight" value = "{{data.biodata.weight}}"
data-dtype="String" />
2021-12-02 07:38:59 +01:00
< / li >
< li class = "flexrow" >
2022-01-08 18:28:01 +01:00
< label class = "generic-label" > Sex< / label >
< input type = "text" class = "" name = "data.biodata.sex" value = "{{data.biodata.sex}}" data-dtype = "String" / >
< / li >
2022-01-10 08:00:27 +01:00
< li class = "flexrow" >
< label class = "generic-label" > Preferred Hand< / label >
< input type = "text" class = "" name = "data.biodata.preferredhand" value = "{{data.biodata.preferredhand}}" data-dtype = "String" / >
< / li >
2022-01-08 18:28:01 +01:00
< li class = "flexrow item list_item" data-item-id = "{{race._id}}" >
2022-01-06 18:22:05 +01:00
< label class = "generic-label" > Race< / label >
2022-02-10 15:53:42 +01:00
< input type = "text" class = "" name = "data.biodata.racename" value = "{{race.name}}" disabled data-dtype = "String" / >
2022-01-08 18:28:01 +01:00
< div class = "item-controls" >
< a class = "item-control item-edit" title = "Edit Item" > < i class = "fas fa-edit" > < / i > < / a >
2022-02-10 15:53:42 +01:00
< a class = "item-control item-delete" title = "Delete Item" > < i class = "fas fa-trash" > < / i > < / a >
2022-01-08 18:28:01 +01:00
< / div >
2021-12-02 07:38:59 +01:00
< / li >
2022-01-08 18:28:01 +01:00
< li class = "flexrow item list_item" data-item-id = "{{role._id}}" >
< label class = "generic-label" > Role< / label >
2022-02-10 15:53:42 +01:00
< input type = "text" class = "" name = "data.biodata.rolename" value = "{{role.name}}" disabled data-dtype = "String" / >
2022-01-08 18:28:01 +01:00
< div class = "item-controls" >
< a class = "item-control item-edit" title = "Edit Item" > < i class = "fas fa-edit" > < / i > < / a >
2022-02-10 15:53:42 +01:00
< a class = "item-control item-delete" title = "Delete Item" > < i class = "fas fa-trash" > < / i > < / a >
2022-01-08 18:28:01 +01:00
< / div >
2021-12-02 07:38:59 +01:00
< / li >
2022-01-08 18:28:01 +01:00
< / ul >
2021-12-02 07:38:59 +01:00
< / div >
< / div >
< hr >
2022-01-10 08:00:27 +01:00
< h3 > Psychology : < / h3 >
2021-12-02 07:38:59 +01:00
< ul >
< li class = "flexrow" >
2022-01-11 23:35:23 +01:00
< label class = "short-label" > Worst Fear < / label >
2022-02-10 21:58:19 +01:00
< 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 >
2021-12-02 07:38:59 +01:00
< / li >
< li class = "flexrow" >
2022-01-10 08:00:27 +01:00
< label class = "short-label" > Desires < / label >
2022-02-10 21:58:19 +01:00
< 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 >
2022-01-10 08:00:27 +01:00
< / ul >
< h3 > Catchphrase : < / h3 >
< ul >
< li class = "flexrow" >
< label class = "short-label" > Catchphrase < / label >
2022-01-17 15:09:52 +01:00
< input type = "text" class = "" name = "data.biodata.catchphrase" value = "{{data.biodata.catchphrase}}"
data-dtype="String" />
2021-12-02 07:38:59 +01:00
< / li >
< li class = "flexrow" >
2022-01-10 08:00:27 +01:00
< label class = "short-label" > Catchphrase Trigger : < / label >
< input type = "text" class = "" name = "data.biodata.catchphrasetrigger" value = "{{data.biodata.catchphrasetrigger}}"
2022-01-17 15:09:52 +01:00
data-dtype="String" />
2021-12-02 07:38:59 +01:00
< / li >
2022-01-10 08:00:27 +01:00
< 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 >
2022-01-08 18:28:01 +01:00
< / ul >
2021-12-02 07:38:59 +01:00
< hr >
2022-01-10 08:00:27 +01:00
< h3 > Development : < / h3 >
2021-12-02 07:38:59 +01:00
< ul >
< li class = "flexrow" >
2022-01-10 08:00:27 +01:00
< label class = "short-label" > Character Value : < / label >
< input type = "text" class = "" name = "data.biodata.charactervalue" value = "{{data.biodata.charactervalue}}"
2022-01-08 18:28:01 +01:00
data-dtype="String" />
2021-12-02 07:38:59 +01:00
< / li >
< li class = "flexrow" >
2022-01-11 23:35:23 +01:00
< label class = "short-label" > Character Development Points Total (CDP total) : < / label >
< input type = "text" class = "" name = "data.biodata.cdp" value = "{{data.biodata.cdp}}"
2022-01-10 08:00:27 +01:00
data-dtype="Number" />
2021-12-02 07:38:59 +01:00
< / li >
< li class = "flexrow" >
2022-01-11 23:35:23 +01:00
< label class = "short-label" > Hero Level : < / label >
< input type = "text" class = "" name = "data.biodata.level" value = "{{data.biodata.level}}"
2022-01-10 08:00:27 +01:00
data-dtype="Number" />
< / li >
< li class = "flexrow" >
2022-01-11 23:35:23 +01:00
< label class = "short-label" > Hero Levels Remaining : < / label >
2022-01-10 08:00:27 +01:00
< input type = "text" class = "" name = "data.biodata.cdpused" value = "{{data.biodata.cdpused}}"
data-dtype="Number" />
2021-12-02 07:38:59 +01:00
< / li >
2022-02-25 17:11:31 +01:00
< 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 >
2022-01-08 18:28:01 +01:00
< / ul >
< hr >
2022-01-11 23:35:23 +01:00
< h3 > Background : < / h3 >
2022-01-08 18:28:01 +01:00
< div class = "form-group editor" >
{{editor content=data.biodata.description target="data.biodata.description" button=true owner=owner
editable=editable}}
< / div >
< hr >
< h3 > Notes : < / h3 >
< div class = "form-group editor" >
{{editor content=data.biodata.notes target="data.biodata.notes" button=true owner=owner editable=editable}}
< / div >
< hr >
2021-12-02 07:38:59 +01:00
< / article >
< / div >
2022-01-08 18:28:01 +01:00
< / section >
< / form >