planet-wars/backend/templates/info/info_2.html.tera

27 lines
608 B
Plaintext
Raw Normal View History

2020-04-09 20:57:12 +00:00
{% extends "info/base" %}
2020-04-06 18:22:10 +00:00
{% block header %}
2020-04-07 09:31:28 +00:00
Information
2020-04-06 18:22:10 +00:00
{% endblock %}
2020-04-09 20:57:12 +00:00
{% block info %}
2020-04-06 18:22:10 +00:00
2020-04-07 09:31:28 +00:00
<div class="help_content_2">
<h2>Combat resolution</h2>
<ul>
<li>fleets belonging to the same player are merged</li>
<li>each ship destroys one ship in all other fleets</li>
<li>this means the largest fleet wins, with <em>|fleet| - |second largest fleet|</em> ships remaining</li>
</ul>
<h2>How to win</h2>
<ul>
<li>The last player standing wins!</li>
<li>When the turn limit is reached, all remaining players tie.</li>
</ul>
</div>
2020-04-06 18:22:10 +00:00
{% endblock %}