{% if stat.life > 0 %}
+ {{ stat.life }}
{% endif %}
{% if stat.armor > 0 %}
+ {{ stat.armor }}
{% endif %}
{% if stat.im > 0 %}
+ {{ stat.im }}
{% endif %}
{% if stat.skill|length > 0 %}
{% for skill in stat.skill %}
{% set skill_desc = skill[0]|get_skill_desc %}
{% if "IP" not in skill_desc and "AP" not in skill_desc and "LP" not in skill_desc and skill[0]|string not in skill_desc %}
{% if skill[1]%}
{% endif %}
{{ skill[0]|get_skill_desc }}
{% endif %}
{% endfor %}
{% endif %}