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).
<% if @character == current_char %>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) %> |
Block | <%= @character.block(with_combat_style: true) %> |
Block Value | <%= @character.block_value %> |
Skill | Level | XPTNL | Total XP |
---|---|---|---|
<%= cs.skill.name %> | <%= cs.level %> | <%= cs.xp_to_next_level %> | <%= cs.xp %> |