{% extends "layout.html" %} {% import "_layout_promo.html" as promo with context %} {% import "_layout_sponsor.html" as sponsor with context %} {% block content %} {{ promo }} {{ sponsor }}

{# TRANSLATORS: please abide by BCP translation choices for game terms when possible. #} {% trans trimmed black_chantry_productions=external("https://www.blackchantry.com", "Black Chantry Productions"), world_of_darkness=external("https://www.worldofdarkness.com", "World of Darkness") %} This site is a compilation of Vampire: the Eternal Struggle strategy resources. It is intended for players already familiar with the game and its rules. VTES is a game published by {{ black_chantry_productions }}, under {{ world_of_darkness }} license. {% endtrans %}

{% trans trimmed brett_s_guide=external("https://gamingwithbs.wordpress.com/new-players-corner/vtes-quick-start-guide", _("Brett S. guide")), bcp_s_website=external("https://www.blackchantry.com/rulebook/", _("BCP's website")), players_guide=external("https://www.drivethrurpg.com/product/2931/Vampire-The-Eternal-Struggle-Players-Guide", _("Player's Guide")) %} If you are a new player, consult {{ brett_s_guide }} or one of the video tutorials below to learn the game before digging deeper. The official rule can be found on the {{ bcp_s_website }}. The official {{ players_guide }} is available in PDF format at DriveThruRPG. {% endtrans %}

{% trans trimmed github_page=external("https://github.com/lionel-panhaleux/codex-of-the-damned/issues", _("Github page")) %} If you want to contribute to this guide, point out mistakes or raise an issue, you are welcome to do so on the {{ github_page }} of the project. {% endtrans %}

{{ _('Community') }}

{% endblock %} {% block footer %}

{% trans trimmed %} Portions of the materials are the copyrights and trademarks of Paradox Interactive AB, and are used with permission.
All rights reserved. For more information please visit {% endtrans %} worldofdarkness.com.

{% endblock %}