{% extends "layout.html" %} {% block title %} Section Archétypes {% endblock %} {% block content %} {% trans trimmed deckbuilding=_("deckbuilding (à venir)") %}
Cette section complète l'introduction au {{ deckbuilding }} et propose des archétypes de tournois qui ont fait leurs preuves ou qui proposent un style de jeu unique.
{% endtrans %} {{ bootstrap.card( "Adeliz, the Cinder Wind", "/archetypes/adeliz-the-cinder-wind", _("Tempo") ) }} {{ bootstrap.card( "Aminatou, the Fateshifter", "/archetypes/aminatou-the-fateshifter", _("Prison") ) }} {{ bootstrap.card( "Arcades, the Strategist", "/archetypes/arcades-the-strategist", _("Tempo") ) }} {{ bootstrap.card( "Doran the Siege Tower", "/archetypes/doran-the-siege-tower", _("Rock") ) }} {{ bootstrap.card( "Galazeth Prismari", "/archetypes/galazeth-prismari", _("Draw Go") ) }} {{ bootstrap.card( "Golos, Tireless Pilgrim", "/archetypes/golos-tireless-pilgrim", _("Midrange Non-Bleu") ) }} {{ bootstrap.card( "Grenzo, Dungeon Warden", "/archetypes/grenzo-dungeon-warden", _("Aggro Linéaire") ) }} {{ bootstrap.card( "Hogaak, Arisen Necropolis", "/archetypes/hogaak-arisen-necropolis", _("Wave Combo") ) }} {{ bootstrap.card( "Isamaru, Hound of Konda", "/archetypes/isamaru-hound-of-konda", _("Swarm") ) }} {{ bootstrap.card( "Kelsien, the Plague", "/archetypes/kelsien-the-plague", _("Swarm") ) }} {{ bootstrap.card( "Kess, Dissident Mage", "/archetypes/kess-dissident-mage", _("Draw Go") ) }} {{ bootstrap.card( "Kinnan, Bonder Prodigy", "/archetypes/kinnan-bonder-prodigy", _("Combo Traditionnel") ) }} {{ bootstrap.card( "Magda, Brazen Outlaw", "/archetypes/magda-brazen-outlaw", _("Créatures Combo") ) }} {{ bootstrap.card( "Miara,Thorn of the Glade", "/archetypes/miara-tevesh", _("Midrange Non-Bleu") ) }} {{ bootstrap.card( "Minsc, Beloved Ranger", "/archetypes/minsc-beloved-ranger", _("Créatures Combo") ) }} {{ bootstrap.card( "Niv Mizzet Reborn", "/archetypes/niv-mizzet-reborn", _("Midrange Non-Bleu") ) }} {{ bootstrap.card( "Octavia, Living Thesis", "/archetypes/octavia-living-thesis", _("Contrôle") ) }} {{ bootstrap.card( "Orvar, the All-Form", "/archetypes/orvar-the-allform", _("Contrôle-Combo") ) }} {{ bootstrap.card( "Will Kenrith", "/archetypes/rowan-and-will-kenrith", _("Big Spell") ) }} {{ bootstrap.card( "The Gitrog Monster", "/archetypes/the-gitrog-monster", _("Contrôle-Combo") ) }} {{ bootstrap.card( "The Omenkeel", "/archetypes/the-omenkeel", _("Tempo") ) }} {{ bootstrap.card( "Titania, Protector of Argoth", "/archetypes/titania-protector-of-argoth", _("Voltron Aggro") ) }} {{ bootstrap.card( "Venser, Shaper Savant", "/archetypes/venser-shaper-savant", _("Tempo") ) }} {{ bootstrap.card( "Winota, Joiner of Forces", "/archetypes/winota-joiner-of-forces", _("Voltron Combo") ) }} {% endblock %}