apparently some skills have no icon

add jinja debug helper
restrict char_xml to gm 9
strip quoted from local desc
This commit is contained in:
Aaron Kimbre
2022-02-03 16:37:34 -06:00
parent c6d624e154
commit cf359e2c6b
4 changed files with 14 additions and 4 deletions

View File

@@ -27,10 +27,12 @@
{% 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 %}
<br/>
<img src='{{ url_for('luclient.get_icon_iconid', id=skill[1]) }}'
alt='Skill: '
width='32'
height='32'>
{% if skill[1]%}
<img src='{{ url_for('luclient.get_icon_iconid', id=skill[1]) }}'
alt='Skill: '
width='32'
height='32'>
{% endif %}
{{ skill[0]|get_skill_desc }}
<br/>
{% endif %}