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

{{ dom }} {{ _("Dominate") }}

{% trans trimmed %} {{ dom }} is the most played discipline of the game. It provides an excellent bleed module, good bloat and the best bounce in the game. More than a third of winning decks use this discipline. {% endtrans %}

{% call layout.card_column("Deflection", decks=425, copies="3-8") %} {% trans trimmed %} It is the best bounce of the game. At superior {{ DOM }}, it can be chained multiple times by the same vampire, an incredibly effective defence against even the most severe bleed constructs. {% endtrans %} {% endcall %} {% call layout.card_column("Govern the Unaligned", decks=305, copies="4-14") %} {% trans trimmed %} An incredibly versatile tool, it helps getting more vampires out for cheap in the beginning of the game, and provides an excruciating bleed later on. {% endtrans %} {% endcall %} {% call layout.card_column("Conditioning", decks=261, copies="1-6") %} {% trans trimmed govern_the_unaligned=card("Govern the Unaligned") %} It is the best bleed modifier of the game, and can be associated with {{ govern_the_unaligned }} for a 6-pool bleed. The ability to use this modifier only after blocks have been declined makes it superior to bleed actions. The 1 blood cost is a bargain. {% endtrans %} {% endcall %} {% call layout.card_column("Foreshadowing Destruction", decks=140, copies="1-3") %} {% trans trimmed conditioning=card("Conditioning"), direct_intervention=card("Direct Intervention") %} An excellent lunge device, it has the same pool damage as a {{ conditioning }} at no cost, provided the prey is low enough in pool. Having both modifiers in hand can also be a good way to get around a {{ direct_intervention }}, as the modifier countered this way cannot be played again during the same action, but the other can. {% endtrans %} {% endcall %} {% call layout.card_column("Bonding", decks=112, copies="2-5") %} {% trans trimmed conditioning=card("Conditioning") %} Clearly it does not have the same impact as {{ conditioning }} in terms of pool damage, but the +1 stealth is invaluable for decks with poor stealth support. {% endtrans %} {% endcall %} {% call layout.card_column("Seduction", decks=104, copies="1-6") %} {% trans trimmed %} An excellent block denial modifier. Well targeted, it can be enough to get a bleed through unopposed. Combined with another block denial modifier, it allows for a pure block denial module that can be used to get actions through without even bothering to use stealth. {% endtrans %} {% endcall %} {% call layout.card_column("Murmur of the False Will", decks=77, copies="1-4") %} {% trans trimmed deflection=card("Deflection") %} Another high capacity vampire tool, this one is all about adaptability: additional bounces just in case, but not jamming one's hand if one's predator is not bleeding. A nice complement to {{ deflection }}. {% endtrans %} {% endcall %} {% call layout.card_column("Obedience", decks=71, copies="2-8") %} {% trans trimmed immortal_grapple=card("Immortal Grapple") %} A strong defensive tool for high capacity vampires, it even escapes all combat modules. {% endtrans %} {% endcall %} {% endblock %}