templates/quickguide/techtree.html.twig line 1

Open in your IDE?
  1. {% extends "quickguide_base.html.twig" %}
  2. {% block content %}
  3.     <h1>Tech tree</h1>
  4.     You rule your town and you decide how your town develops. During the round you can spend a total of 4 technology points from top to down. You can give your town bonuses during its development. You can choose to be an agressor and get the attack bonus, or you prefer to become a stronghold with a defense bonus.
  5.     Technology points can be focused on resources, war, operations and more.
  6.     <div class="line-separator"></div>
  7.     <img src="{{ asset('assets/quickguide/img/twhl.jpg') }}" /><br><br> To spend your technology point use the menu to go to the townhall page.<br><br>
  8.     <img src="{{ asset('assets/quickguide/img/techbut.jpg') }}" /><br><br> Click on the tech tree button.
  9.     <div class="line-separator"></div>
  10.     <img src="{{ asset('assets/quickguide/img/tetre.jpg') }}" /><br><br> You choose a technology by clicking on the name of the desired option. <br><br>
  11.     For the tutorial purpose you only have to spend one technology point. Once you've finished the tutorial round and start the real round the choices you make
  12.     matter.
  13.     <div class="line-separator"></div>
  14.     <font color="#f58300">Tip 1: Spend your points wisely. You'll need to use a wildcard to change the choices you made.</font> <br><br>
  15.     <font color="#f58300">Tip 2: You will receive 4 technology points during a game, plan ahead to choose a good path through the tree.</font>
  16.     <div class="line-separator"></div>
  17.     <a href="{{ path('guide_subpage', {'subpage': 'tech'}) }}" target="_blank">Visit the full guide for the complete section about Technology Tree</a>
  18.     <br><br><br>
  19. {% endblock %}