{{!-- * Header --}}
Logo Image
Player
{{!-- * Armour --}}
{{ rc-i18n "RipCrypt.common.armour" }}
{{#each armours as | slot |}}
{{ slot.defense }} {{#if slot.shielded}} {{/if}}
{{ rc-i18n (concat "RipCrypt.common.anatomy." @key) }}
{{/each}}
{{!-- * Fate & Advancement --}}
{{#if meta.editable}} {{else}}
{{ rc-i18n "RipCrypt.common.glory" }}
{{ level.glory }}
{{/if}} {{#if meta.editable}} {{else}}
{{ rc-i18n "RipCrypt.common.step" }}
{{ level.step }}
{{/if}} <{{{ifThen meta.editable "label" "div"}}} id="{{meta.idp}}-rank-label" for="{{meta.idp}}-rank" class="rank-label label col-header right-pill" > {{ rc-i18n "RipCrypt.common.rank" }} {{#if meta.editable}} {{else}}
{{ level.rank.selected }}
{{/if}} {{!-- * Weapons --}} {{#each weapons as | slot |}} {{#if slot.empty}} {{else}} {{/if}} {{/each}}
{{ rc-i18n "RipCrypt.common.weapon.singular" }} {{ rc-i18n "RipCrypt.Apps.traits-range" }} {{ rc-i18n "RipCrypt.common.wear" }} {{ rc-i18n "RipCrypt.common.damage" }}
{{!-- ? NOTE: Disabled for now to see what user feedback spawns --}} {{ slot.data.quantifiedName }} {{#if slot.data.system.traitString}} {{ slot.data.system.traitString }} {{/if}} {{#if slot.data.system.rangeString}} {{ slot.data.system.rangeString }} {{/if}} {{ slot.data.system.wear.value }} / {{ slot.data.system.wear.max }} {{ slot.data.system.damage }}
{{!-- * Abilities --}}
{{!-- Actual Abilities --}} {{#each abilities as | ability |}}
{{#unless ability.readonly}} {{else}} {{ability.value}} {{/unless}} {{#if @root.meta.editable}} {{/if}}
{{#unless ability.readonly}} {{else}}
{{ ability.name }}
{{/unless}}
{{/each}} {{!-- Health --}}
{{#if meta.editable}} {{else}} {{ guts.value }} {{/if}}
{{#if meta.editable}} {{else}}
{{ rc-i18n "RipCrypt.common.guts" }}
{{/if}}
{{!-- Move & Run --}}
{{speed.move}} {{speed.run}}
{{!-- * Equipment --}}