{% 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 dans des tournois d'au moins 40 joueurs.
{% 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("Isamaru, Hound of Konda", "/archetypes/isamaru-hound-of-konda", "Swarm") }} {{ bootstrap.card("Galazeth Prismari", "/archetypes/galazeth-prismari", "Contrôle") }} {{ 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("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", "Contrôle") }} {{ bootstrap.card("Minsc, Beloved Ranger", "/archetypes/minsc-beloved-ranger", "Créatures Combo") }} {{ 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 %}