First entered the planes <%= pluralize((Date.current - @character.created_at.to_date).to_i, "day") %> ago.
Learned <%= @character.learned_activities.count %> recipe(s) or technique(s).
No boons or banes affect you.
<% end %>Wounds | <%= @character.wounds %> / <%= @character.max_wounds %> |
---|---|
Max HP | <%= @character.max_hp %> |
Speed | <%= @character.speed %> |
Accuracy | <%= @character.accuracy(with_combat_style: true) %> |
Power | <%= @character.power(with_combat_style: true) %> |
Evasion | <%= @character.evasion(with_combat_style: true) %> |
Slash | <%= @character.resistance("slash")%> |
---|---|
Pierce | <%= @character.resistance("pierce") %> |
Bash | <%= @character.resistance("bash") %> |
Arcane | <%= @character.resistance("arcane") %> |
Fire | <%= @character.resistance("fire") %> |
Frost | <%= @character.resistance("frost") %> |
Lightning | <%= @character.resistance("lightning") %> |
Acid | <%= @character.resistance("acid") %> |
---|---|
Thunder | <%= @character.resistance("thunder")%> |
Radiant | <%= @character.resistance("radiant") %> |
Necrotic | <%= @character.resistance("necrotic") %> |
Poison | <%= @character.resistance("poison") %> |
Bleed | <%= @character.resistance("bleed") %> |