{% extends "layouts/base.html" %}
{% block title %}Commands{% endblock %}
{% block head %}
{% endblock %}
{% block content %}
{% include "components/search.html" %}
{% include "components/type-filters.html" %}
{% include "components/char-filters.html" %}
Character | Command | Ingredient A | Ingredient B | Type | Chance | Abilities | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ crystal }} | {% endfor %}||||||||||||
{% if recipe.can_unlock(Character::Terra) %}T{% endif %}
{% if recipe.can_unlock(Character::Ventus) %}V{% endif %}
{% if recipe.can_unlock(Character::Aqua) %}A{% endif %}
|
{{ cmd.name }} | {{ recipe.ingredients.0 }} | {{ recipe.ingredients.1 }} | {{ recipe.type }} | {{ recipe.chance }}% | {% for crystal in crystals %} {% let ability = recipe.get_ability(crystal) %}{% if ability.is_some() %} {{ ability.unwrap().name }} {% else %} - {% endif %} | {% endfor %}