{% extends "best-cards/_layout.html" %}
{% import "best-cards/_layout_card_column.html" as layout with context %}
{% block content %}
{{ for }} {{ _("Fortitude") }}
{% trans trimmed %}
{{ for }} provides damage prevention and additional actions.
{% endtrans %}
{% call layout.card_column("Freak Drive", decks=207, copies="2-10") %}
{% trans trimmed
a_b=link("/strategy/fundamentals", _("A&B"), _anchor="AB"),
forced_march=card("Forced March")
%}
By far the most played {{ for }} card, this is a straight-up {{ a_b }} enhancer.
The 1 blood cost is a bargain, although vampires with access to {{ cel }} can use
the cheaper {{ forced_march }}.
{% endtrans %}
{% endcall %}
{% call layout.card_column("Daring the Dawn", decks=84, copies="1-3") %}
{% trans trimmed %}
An efficient block denial. It is a good tool to deliver a finishing blow
when no good stealth discipline is available, even with such a drawback.
{% endtrans %}
{% endcall %}
{% call layout.card_column("Rolling with the Punches", decks=80, copies="2-8") %}
{% trans trimmed %}
The best damage prevention of the game: its inferior version is easy to use and the
superior version is efficient against high damage, additional strikes and aggravated
damage all the same.
{% endtrans %}
{% endcall %}
{% call layout.card_column("Hidden Strength", decks=59, copies="2-6") %}
{% trans trimmed
taste_of_vitae=card("Taste of Vitae"),
disarm=card("Disarm")
%}
An excellent damage prevention at inferior {{ for }}: it is easy to use and will not jam
a hand, plus it prevents aggravated and defuses {{ taste_of_vitae }} as well as
{{ disarm }}. The optional press at superior {{ for }} can also come in handy.
{% endtrans %}
{% endcall %}
{% call layout.card_column("Unflinching Persistence", decks=33, copies="2-6") %}
{% trans trimmed %}
A good damage prevention at no cost, it is mostly included for its optional maneuver,
a great way to provide some range control without risking jamming the hand too much.
{% endtrans %}
{% endcall %}
{% call layout.card_column("Indomitability", decks=28, copies="2-5") %}
{% trans trimmed hidden_strength=card("Hidden Strength") %}
A good damage prevention at no cost, easy to use with a useful optional press.
Contrary to {{ hidden_strength }}, its press can be used even if the opponent inflicts
no damage, for example if he uses a maneuver to try to avoid damage.
{% endtrans %}
{% endcall %}
{% call layout.card_column("Soak", decks=24, copies="2-5") %}
{% trans trimmed
rolling_with_the_punches=card("Rolling with the Punches"),
hidden_strength=card("Hidden Strength")
%}
It prevents a large chunk of damage — up to 4 at superior {{ FOR }} — at no cost, but only
non-aggravated. It lacks the extra effects of {{ rolling_with_the_punches }} or
{{ hidden_strength }}, yet the sheer amount prevented keeps it relevant against heavy hitters.
{% endtrans %}
{% endcall %}
{% call layout.card_column("Superior Mettle", decks=23, copies="1-3") %}
{% trans trimmed
rolling_with_the_punches=card("Rolling with the Punches")
%}
A bit less impactful than {{ rolling_with_the_punches }}, it is appreciated by vampires
who have only access to inferior Fortitude {{ for }}, or those expecting multi-rounds
combats.
{% endtrans %}
{% endcall %}
{% endblock %}