{% extends "layouts/base.html" %} {% block title %}BBS - Command Melding{% endblock %} {% block head %} {% endblock %} {% block content %}
| 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 %}||||||