{% extends "character_base.html" %} {% block title %}Combos{% endblock %} {% block content %} {% for combo in character.class_combos %} {% endfor %}
Unlock Name Prereq LVL Classes MP Effect Attacks MAC PDAM MDAM DAM Type MDEF? Time Min Range Max Range Shape Target Area Duration Duration Unit
{% endif %} {{ combo.name }} {{ combo.prerequisite_lvl }} {% for class in combo.classes %} {{ class.name }}
{% endfor %}
{{ combo.mp_cost }} {{ combo.effect }} {{ combo.attacks|default:"" }} {% if combo.targets_mdef %} {{ character.bmac|add:combo.mac }} {% endif %} {{ combo.pdam|default:"" }} {{ combo.mdam|default:"" }} {{ combo.damage_type.name|capfirst }} {{ combo.targets_mdef|default:"" }} {{ combo.time.name|capfirst }} {{ combo.min_range }} {{ combo.max_range }} {{ combo.shape.name|capfirst }} {{ combo.target_area }} {{ combo.duration|default:"" }} {{ combo.duration_unit.name|capfirst }}
{% endblock %}