{{!-- * Header --}}
Logo Image
Player
{{!-- * Armour --}}
{{ rc-i18n "RipCrypt.common.armour" }}
0
{{ rc-i18n "RipCrypt.common.anatomy.head" }}
0
{{ rc-i18n "RipCrypt.common.anatomy.body" }}
0
{{ rc-i18n "RipCrypt.common.anatomy.arms" }}
0
{{ rc-i18n "RipCrypt.common.anatomy.legs" }}
{{ rc-i18n "RipCrypt.common.shield" }}
{{!-- * 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" > {{ 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.plural" }} {{ rc-i18n "RipCrypt.Apps.traits-range" }} {{ rc-i18n "RipCrypt.common.wear" }} {{ rc-i18n "RipCrypt.common.damage" }}
{{ slot.data.name }} {{#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 --}}