{% extends "layout.html" %} {% import "_layout_sponsor.html" as sponsor %} {% block content %} {{ 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"), white_wolf=external("https://www.white-wolf.com", "White Wolf") %} 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 the {{ white_wolf }} license. {% endtrans %}

{% trans trimmed brett_s_guide=external("https://gamingwithbs.wordpress.com/new-players-corner/vtes-quick-start-guide", _("Brett S. guide")), vekn_website=external("http://www.vekn.net/rulebook", _("VEKN 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 }} to learn the game before digging deeper. The official rule can be found on the {{ vekn_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 %}

{{ _('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') }} white-wolf.com.

{% endblock %}