revamp
This commit is contained in:
parent
0327cb715a
commit
02ca4cf85b
7 changed files with 341 additions and 36 deletions
37
index.html
37
index.html
|
@ -8,18 +8,29 @@
|
|||
|
||||
<body>
|
||||
<div class='content'>
|
||||
<h1>
|
||||
<span>Nations of Minzeo on Minecraft</span>
|
||||
<button class='form-input'><a href='#about'>About</a></button>
|
||||
</h1>
|
||||
<canvas class='map' width='1000' height='1000'></canvas>
|
||||
<h2>Position</h2>
|
||||
<pre class='coords'></pre>
|
||||
<h2>Controls</h2>
|
||||
<p><b class='important'>Astrophis</b> is a civilization roleplay. Lead your nation's destiny throughout the
|
||||
Minecraft world.</p>
|
||||
<div class='path'>
|
||||
<div><b class='important'>War</b></div>
|
||||
<img src='war.svg'>
|
||||
</div>
|
||||
<div class='path'>
|
||||
<div><b class='important'><a href='https://discord.gg/yeyJfgAYGp'>Discord</a></b></div>
|
||||
<img src='discord.svg'>
|
||||
</div>
|
||||
<div class='path'>
|
||||
<div><b class='important' onclick='copy()'><a href='#'>Server</a></b></div>
|
||||
<img src='server.svg'>
|
||||
</div>
|
||||
<div class='path'>
|
||||
<div><b class='important' onclick='copy()'><a href='https://wiki.dervland.net/wiki/Astrophis'>Wiki</a></b></div>
|
||||
<img src='wiki.svg'>
|
||||
</div>
|
||||
<h1>Nations</h1>
|
||||
<p><b>Pan camera:</b> [WASD/Mouse], <b>Fast motion:</b> [Q], <b>Zoom:</b> [Mouse wheel]</p>
|
||||
<canvas class='map' width='1200' height='800'></canvas>
|
||||
<pre class='coords'></pre>
|
||||
<h1 id='about'>About</h1>
|
||||
<p>Minzeo is a Minecraft civilization roleplay. Unlike similar servers, it isn't a short-term challenge, and has
|
||||
no claim plugins. </p>
|
||||
<p>The server's geopolitics is defined by the players and the gameplay rules.</p>
|
||||
<h2>Rules</h2>
|
||||
<ol>
|
||||
|
@ -31,14 +42,10 @@
|
|||
<li>Claims of excessive size will not be mapped.</li>
|
||||
<li>The first nation to claim a land in Discord, and anyone squatting there, owns it.</li>
|
||||
<li>Wars must be declared in Discord to be valid.</li>
|
||||
<li>In a war, each nation starts with 3 points per citizen, 3 points per settlement.</li>
|
||||
<li>In a war, each nation starts with 3 points per citizen, 3 points per settlement. These are deducted by player death.</li>
|
||||
<li>To end a war, a nation must have 0 points, have surrendered, or have withdrawn.</li>
|
||||
<li>Not all points need to be taken to partially annex a nation.</li>
|
||||
</ol>
|
||||
<h2>Joining</h2>
|
||||
<button class='form-input'><a href='https://discord.gg/yeyJfgAYGp'>Discord</a></button>
|
||||
<button class='form-input' onclick='copy()'><a href='#'>Minecraft</a></button>
|
||||
<button class='form-input'><a href='https://wiki.dervland.net/wiki/Minezo'>Wiki</a></button>
|
||||
</div>
|
||||
<script src="/map.js"></script>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue