Updated HTML docs

This commit is contained in:
Evennia docbuilder action 2022-10-23 09:04:07 +00:00
parent 478c0b6473
commit 0e0cd24694
958 changed files with 41858 additions and 39649 deletions

View file

@ -43,7 +43,81 @@
</div>
<div class="document">
<div class="documentwrapper">
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="../index.html">
<img class="logo" src="../_static/evennia_logo.png" alt="Logo"/>
</a></p>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
<h3><a href="../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Tutorial for basic MUSH like game</a><ul>
<li><a class="reference internal" href="#server-settings">Server Settings</a></li>
<li><a class="reference internal" href="#creating-the-character">Creating the Character</a></li>
<li><a class="reference internal" href="#character-generation">Character Generation</a><ul>
<li><a class="reference internal" href="#the-setpower-command">The +setpower command</a></li>
<li><a class="reference internal" href="#chargen-areas">Chargen areas</a></li>
<li><a class="reference internal" href="#testing-chargen">Testing chargen</a></li>
</ul>
</li>
<li><a class="reference internal" href="#combat-system">Combat System</a><ul>
<li><a class="reference internal" href="#attacking-with-the-attack-command">Attacking with the +attack command</a></li>
<li><a class="reference internal" href="#have-look-show-combat-scores">Have “look” show combat scores</a></li>
</ul>
</li>
<li><a class="reference internal" href="#npc-system">NPC system</a><ul>
<li><a class="reference internal" href="#creating-an-npc-with-createnpc">Creating an NPC with +createNPC</a></li>
<li><a class="reference internal" href="#editing-the-npc-with-editnpc">Editing the NPC with +editNPC</a></li>
<li><a class="reference internal" href="#making-the-npc-do-stuff-the-npc-command">Making the NPC do stuff - the +npc command</a></li>
</ul>
</li>
<li><a class="reference internal" href="#concluding-remarks">Concluding remarks</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="Evennia-for-MUSH-Users.html"
title="previous chapter">Evennia for MUSH Users</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="Implementing-a-game-rule-system.html"
title="next chapter">Implementing a game rule system</a></p>
<div role="note" aria-label="source link">
<!--h3>This Page</h3-->
<ul class="this-page-menu">
<li><a href="../_sources/Howtos/Tutorial-for-basic-MUSH-like-game.md.txt"
rel="nofollow">Show Page Source</a></li>
</ul>
</div><h3>Links</h3>
<ul>
<li><a href="https://www.evennia.com">Home page</a> </li>
<li><a href="https://github.com/evennia/evennia">Evennia Github</a> </li>
<li><a href="http://games.evennia.com">Game Index</a> </li>
<li>
<a href="https://discord.gg/AJJpcRUhtF">Discord</a> -
<a href="https://github.com/evennia/evennia/discussions">Discussions</a> -
<a href="https://evennia.blogspot.com/">Blog</a>
</li>
</ul>
<h3>Versions</h3>
<ul>
<li><a href="Tutorial-for-basic-MUSH-like-game.html">1.0-dev (develop branch)</a></li>
<li><a href="../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>
</div>
<div class="bodywrapper">
<div class="body" role="main">
@ -666,84 +740,10 @@ as the <a class="reference internal" href="../Components/Components-Overview.htm
</section>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="../index.html">
<img class="logo" src="../_static/evennia_logo.png" alt="Logo"/>
</a></p>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
<p><h3><a href="../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Tutorial for basic MUSH like game</a><ul>
<li><a class="reference internal" href="#server-settings">Server Settings</a></li>
<li><a class="reference internal" href="#creating-the-character">Creating the Character</a></li>
<li><a class="reference internal" href="#character-generation">Character Generation</a><ul>
<li><a class="reference internal" href="#the-setpower-command">The +setpower command</a></li>
<li><a class="reference internal" href="#chargen-areas">Chargen areas</a></li>
<li><a class="reference internal" href="#testing-chargen">Testing chargen</a></li>
</ul>
</li>
<li><a class="reference internal" href="#combat-system">Combat System</a><ul>
<li><a class="reference internal" href="#attacking-with-the-attack-command">Attacking with the +attack command</a></li>
<li><a class="reference internal" href="#have-look-show-combat-scores">Have “look” show combat scores</a></li>
</ul>
</li>
<li><a class="reference internal" href="#npc-system">NPC system</a><ul>
<li><a class="reference internal" href="#creating-an-npc-with-createnpc">Creating an NPC with +createNPC</a></li>
<li><a class="reference internal" href="#editing-the-npc-with-editnpc">Editing the NPC with +editNPC</a></li>
<li><a class="reference internal" href="#making-the-npc-do-stuff-the-npc-command">Making the NPC do stuff - the +npc command</a></li>
</ul>
</li>
<li><a class="reference internal" href="#concluding-remarks">Concluding remarks</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="Evennia-for-MUSH-Users.html"
title="previous chapter">Evennia for MUSH Users</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="Implementing-a-game-rule-system.html"
title="next chapter">Implementing a game rule system</a></p>
<div role="note" aria-label="source link">
<!--h3>This Page</h3-->
<ul class="this-page-menu">
<li><a href="../_sources/Howtos/Tutorial-for-basic-MUSH-like-game.md.txt"
rel="nofollow">Show Page Source</a></li>
</ul>
</div><h3>Links</h3>
<ul>
<li><a href="https://www.evennia.com">Home page</a> </li>
<li><a href="https://github.com/evennia/evennia">Evennia Github</a> </li>
<li><a href="http://games.evennia.com">Game Index</a> </li>
<li>
<a href="https://discord.gg/AJJpcRUhtF">Discord</a> -
<a href="https://github.com/evennia/evennia/discussions">Discussions</a> -
<a href="https://evennia.blogspot.com/">Blog</a>
</li>
</ul>
<h3>Versions</h3>
<ul>
<li><a href="Tutorial-for-basic-MUSH-like-game.html">1.0-dev (develop branch)</a></li>
<li><a href="../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>