{{#each attributes as |attr|}}
{{#if (eq attr.key 'magic')}} ({{localize 'HBM.attributes.actual'}}: {{attr.actualLabel}}) {{else}} {{/if}}
{{/each}}
/
{{system.attributes.physicalArmor.value}} {{localize 'HBM.resources.max'}}: {{system.attributes.physicalArmor.max}}
{{localize 'HBM.ui.physicalArmorBonus'}}:
/ {{localize 'HBM.resources.runicCounter'}}: {{system.attributes.magicalArmor.runicCounter}}/5
/ {{localize 'HBM.resources.maxManaPerSpell'}}: {{system.attributes.mana.maxPerSpell}}
/
{{#if hasBloodMagic}}
/
{{/if}}
cap: {{elixirCap}}
{{#if (gt system.attributes.insanity 0)}}
{{/if}}
{{system.attributes.initiative}}
{{system.advancement.attributePointsAvailable}} +
{{system.advancement.skillPointsAvailable}} +
{{system.advancement.freeTalentsAvailable}} +

{{localize 'HBM.ui.actionsTitle'}}

{{#each skills as |sk|}}
{{sk.label}}
{{/each}}
{{#if spells.length}} {{#each spellSchoolGroups as |group|}}
{{group.label}} ({{group.items.length}})
    {{#each group.items as |spell|}}
  • {{spell.name}} {{#if spell.system.isSuperspell}}{{/if}} {{#if spell.system.requiresGroupCast}}{{/if}} {{#if spell.system.nonCombatOnly}}{{/if}} {{#if spell.system.requirements.race.length}}🔒{{/if}} K{{spell.system.circle}} · {{localize (concat 'HBM.spell.castingMode.' spell.system.castingMode)}} · {{localize 'HBM.resources.mana'}}: {{spell.system.manaCost}} {{#if (eq spell.system.castingMode 'sacred')}}{{#if spell.system.deity}} · {{spell.system.deity}}{{/if}}{{/if}} {{#if (eq spell.system.castingMode 'blood')}} · krew: {{spell.system.bloodCost}}{{/if}} {{#if spell.system.sourceBook}} · {{spell.system.sourceBook}}{{/if}}
  • {{/each}}
{{/each}} {{else}}

{{localize 'HBM.ui.dropItems'}}

{{/if}}

{{localize 'HBM.ui.dropTalentsHint'}}

{{#if talents.length}}
    {{#each talents as |item|}}
  • {{item.name}} {{{item.system.description}}}
  • {{/each}}
{{else}}

{{localize 'HBM.ui.dropItems'}}

{{/if}}
🪙 {{localize 'HBM.ui.money'}}: PLN
{{#if weapons.length}}

{{localize 'HBM.gear.weapon'}}

{{#each weapons as |item|}} {{/each}}
{{localize 'HBM.ui.name'}} {{localize 'HBM.gear.damage'}} {{localize 'HBM.gear.weight'}} {{localize 'HBM.gear.quantity'}} {{localize 'HBM.gear.equipped'}}
{{item.name}} {{item.system.weapon.damage}} ({{localize (concat 'HBM.damageType.' item.system.weapon.damageType)}}) {{item.system.weight}} {{item.system.quantity}}
{{/if}} {{#if armors.length}}

{{localize 'HBM.gear.armor'}}

{{#each armors as |item|}} {{/each}}
{{localize 'HBM.ui.name'}} {{localize 'HBM.gear.damageReduction'}} {{localize 'HBM.gear.condition'}} {{localize 'HBM.gear.weight'}} {{localize 'HBM.gear.quantity'}} {{localize 'HBM.gear.equipped'}}
{{item.name}} {{item.system.armor.damageReduction}} DR {{item.system.armor.condition}} / {{item.system.armor.conditionMax}} {{item.system.weight}} {{item.system.quantity}}
{{/if}} {{#if equipment.length}}

{{localize 'HBM.gear.equipment'}}

{{#each equipment as |item|}} {{/each}}
{{localize 'HBM.ui.name'}} {{localize 'HBM.gear.weight'}} {{localize 'HBM.gear.quantity'}}
{{item.name}} {{item.system.weight}} {{item.system.quantity}}
{{/if}} {{#if (eq gear.length 0)}}

{{localize 'HBM.ui.dropItems'}}

{{/if}}
{{localize 'HBM.ui.customEquipment'}}
{{#if system.details.customItems.length}} {{#each system.details.customItems as |row i|}} {{/each}}
{{localize 'HBM.ui.name'}} {{localize 'HBM.gear.quantity'}} {{localize 'HBM.ui.notes'}}
{{else}}

{{localize 'HBM.ui.dropItems'}}

{{/if}}
{{> 'systems/hbm-rpg-v3/templates/actor/_actor-effects.hbs'}}
{{localize 'HBM.ui.changeImageHint'}}
# {{localize 'HBM.schedule.hours'}} {{localize 'HBM.schedule.monday'}} {{localize 'HBM.schedule.tuesday'}} {{localize 'HBM.schedule.wednesday'}} {{localize 'HBM.schedule.thursday'}} {{localize 'HBM.schedule.friday'}} {{localize 'HBM.schedule.saturday'}}
1
2
3
{{localize 'HBM.schedule.lunchBreak'}}
4
5
6
7
{{localize 'HBM.schedule.dinnerBreak'}}
8
9
{{localize 'HBM.schedule.supperBreak'}}
10
11
12