{% extends "best-cards/_layout.html" %} {% import "best-cards/_layout_card_column.html" as layout with context%} {% block content %}

Sabbat

{% trans trimmed %} The Sabbat is the second sect to have been published in the game, after the Camarilla. It offers good alternatives to its members, especially concerning blocking capabilities. {% endtrans %}

{% call layout.card_column("Under Siege", decks=25, copies="1-3") %} {% trans trimmed second_tradition_domain=card("Second Tradition: Domain", "Second Tradition") %} An excellent defensive tool for titled Sabbat vampires, to be compared with the Camarilla's {{ second_tradition_domain }}, it needs to get through to be used and provides less intercept, but three unlocks for just one pool is a bargain. {% endtrans %} {% endcall %} {% call layout.card_column("Abbot", decks=22, copies="1-2") %} {% trans trimmed %} An excellent intercept enhancer that does not even cost an action, although only against directed actions. Virtually every Sabbat wall deck include some of these. {% endtrans %} {% endcall %} {% call layout.card_column("Black Forest Base", decks=12, copies="1") %} {% trans trimmed %} An excellent bloat device for Sabbat decks that have the votes to back it up, it can also be used as a bargaining chip with other Methusalahs. {% endtrans %} {% endcall %} {% call layout.card_column("Yawp Court", decks=11, copies="1-2") %} {% trans trimmed tupdogs=card("Tupdog", "Tupdogs") %} A powerful defensive tool for combat-oriented decks, it can deter any political predator. Most often associated with {{ tupdogs }}, it can also find its place in other Sabbat decks. {% endtrans %} {% endcall %} {% call layout.card_column("Fiendish Tongue", decks=10, copies="3-10") %} {% trans trimmed %} A decent bleed action, especially if Anarch decks are common enough around the tables. {% endtrans %} {% endcall %} {% call layout.card_column("Legacy of Pander", decks=6, copies="3-7") %} {% trans trimmed legacy_of_pander = link("/archetypes/legacy-of-pander") %} Cornerstone of the {{ legacy_of_pander }} archetype, it enables this whole swamr archetype. {% endtrans %} {% endcall %} {% call layout.card_column("Gurchon Hall", decks=4, copies="1") %} {% trans trimmed carfax_abbey = card("Carfax Abbey") %} Similar to the Anarch {{ carfax_abbey }}, although more costly and useless with a single vampire. Still a good Hunting Ground. {% endtrans %} {% endcall %} {% call layout.card_column("Eternal Vigilance", decks=4, copies="1-2") %} {% trans trimmed abbot=card("Abbot"), under_siege=card("Under Siege") %} Another good defensive device that provides an unlock on every action, it can be combined with {{ abbot }} and {{ under_siege }} for an exceptional defensive arsenal. {% endtrans %} {% endcall %} {% endblock %}