83 lines
5.9 KiB
HTML
83 lines
5.9 KiB
HTML
<!doctype html>
|
|
<!-- Template for lua_api.html -->
|
|
<html lang="en">
|
|
|
|
<body data-spy="scroll" data-target="#contenttable" data-offset="15" style="background: url('background.png') no-repeat center center fixed;background-size: 100% 100%;background-repeat: no-repeat;image-rendering:optimizeSpeed">
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="description" content="Minetest Magic-CTF Game">
|
|
<meta name="author" content="Lars Müller">
|
|
<link rel="icon" href="icon.png">
|
|
<div class="bg"></div>
|
|
|
|
<title>Magic-CTF - Playguide</title>
|
|
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
|
|
|
<!-- Scripts and stylesheets -->
|
|
<!-- Bootstrap core CSS -->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
|
<link href="jumbotron.css" rel="stylesheet">
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
|
|
|
|
<!-- Table of content -->
|
|
<div class="position-fixed" id="toc2" style="left: 20px;">
|
|
<nav class="col-lg">
|
|
<ul class="nav flex-column nav-pills affix">
|
|
<a class="nav-link" href="index.html">Home</a><a class="nav-link" href="content.html">Content</a><a class="nav-link" href="about.html">About Magic-CTF</a><a class="nav-link" href="gallery.html">Gallery</a><a class="nav-link" href="licensing.html">Licensing</a><a class="nav-link" href="videos.html">Videos</a><a class="nav-link active" id="v-pills-home-tab" data-toggle="pill" href="playguide.html" role="tab" aria-controls="v-pills-home" aria-selected="true">Playguide</a><a class="nav-link" href="credits.html">Credits</a><a class="nav-link" href="releases.html">Releases</a><a class="nav-link" href="about_us.html">About Us</a>
|
|
<!--Python script places stuff here-->
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
|
|
<!-- Table of content -->
|
|
<div class="position-fixed" id="toc" style="right: 20px;">
|
|
<nav class="col-lg" id="contenttable">
|
|
<ul class="nav flex-column nav-pills affix" id="v-pills-tab" data-spy="affix" data-offset-top="205">
|
|
<li><a class="nav-link" href="#gheader1"><h1><p>Playguide</p></h1></a></li><li><a class="nav-link" href="#gheader2"><h2><p>In-game Hints</p></h2></a></li>
|
|
<!--Python script places stuff here-->
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
|
|
<!--<div class="jumbotron" style="background-color:rgba(0,0,0,0)">-->
|
|
<div class="row" style="width:60%;margin-left:20%;margin-right:20%;">
|
|
<div class="col-lg" style="display:inline-block;height:100%;">
|
|
<div>
|
|
<h1 id="gheader1"><p>Playguide</p></h1><br><br><h2 id="gheader2"><p>In-game Hints</p></h2><br><p>Here the source code of all in-game hints : </p><br><pre><code>HINTS={"Bring the enemy flag home successfully by always knowing how to get back fast.","Make sure to weaken the enemies enough before attempting to steal their flag.",
|
|
"You have to support your teammates. Nobody can win without support.","Never ever kill teammates.","Use firearms to kill enemies from far away.",
|
|
"Shield skill makes you resistant to magic.","Magic ignores walls and physical armor.","Poison inflicts anybody who comes close to a poisoned person.",
|
|
"Big parasites kill instantly. Use traps to kill them.","Manadrain stave works well to weaken an enemy before killing it.","Spawners supply you with the items needed.",
|
|
"At the start of a game, loot the treasure chests.","Teamwork is essential;magic skills go well together, for example, heal and shield.",
|
|
"The more allies you are able to reach with your heal spell, the more it heals yourself.", "Share precious items with your team.", "Assault together, defend together, win together."}
|
|
</code></pre><br><p>Further hints : </p><br><ul><li><p>Use improved boats or gliders, as they provide far more HP and placing one takes time.</p></li><li><p>Try to hide Rune Signal Systems to prevent the enemies from modifying or destroying them.</p></li><li><p>Carts are included ! Build rails to reach the enemy faster.</p></li><li><p>Collect potions to be safe on your way home when attempting to steal their book(flag).</p></li>
|
|
</div>
|
|
<!--Python script places stuff here-->
|
|
<hr>
|
|
<p>Magic-CTF is a new, magically themed CTF Engine & Game for Minetest Servers.</p>
|
|
<p>Minetest is a free software game engine currently under development to create various games based on voxel gameplay, inspired by InfiniMiner, Minecraft, and the like. Minetest was originally created by Perttu Ahola (alias “celeron55”). </p>
|
|
<a>Page generated by </a><a href="https://github.com/appgurueu/md-pypage">md-pypage</a><a>.</a>
|
|
</div>
|
|
</div>
|
|
<!--</div>-->
|
|
|
|
<script>
|
|
var last=""
|
|
var objDiv=document.getElementById("toc")
|
|
function scroll() {
|
|
var elem=document.getElementsByClassName("nav-link active")[0]
|
|
console.log(elem.textContent)
|
|
if (elem != null && last != elem.textContent) {
|
|
last=elem.textContent;
|
|
objDiv.scrollTop = elem.offsetTop;
|
|
}
|
|
}
|
|
window.setInterval(scroll,5)
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|