templates/game/includes/_rules.html.twig line 1

Open in your IDE?
  1. <h3>{{ "Basic rules"|trans([], 'locale') }}</h3>
  2. <p class="rule-text">
  3.     {{ "To win a game of Randomizer, you will need to get <strong>a three-star photo of the ghost</strong>."|trans([], 'locale')|raw }}<br>
  4.     {{ "A secondary objective is to <strong>find the type of entity</strong> you are facing with the items offered by the random draw."|trans([], 'locale')|raw }}<br>
  5.     <em>{{ "If you get an item that requires a lighter, the lighter is free."|trans([], 'locale') }}</em>
  6. </p>
  7. <p class="rule-text t-red">
  8.     <strong>{{ "You may not take items other than those given, or use those of other players."|trans([], 'locale') }}</strong>
  9. </p>
  10. <h3>{{ "Game mode rules"|trans([], 'locale') }}</h3>
  11. <p id="gamemode-rule" class="rule-text">{{ "There are no specific rules for this game mode."|trans([], 'locale') }}</p>