Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2022-11-20 23:39:28 +00:00
parent 57f411a6fa
commit 3fbd6c8647
154 changed files with 5284 additions and 4653 deletions

View file

@ -17,7 +17,7 @@
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Making a sittable object" href="A-Sittable-Object.html" />
<link rel="next" title="Tutorial for basic MUSH like game" href="Tutorial-for-basic-MUSH-like-game.html" />
<link rel="prev" title="Implementing a game rule system" href="Implementing-a-game-rule-system.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
@ -30,7 +30,7 @@
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="A-Sittable-Object.html" title="Making a sittable object"
<a href="Tutorial-for-basic-MUSH-like-game.html" title="Tutorial for basic MUSH like game"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="Implementing-a-game-rule-system.html" title="Implementing a game rule system"
@ -78,8 +78,8 @@
<p class="topless"><a href="Implementing-a-game-rule-system.html"
title="previous chapter">Implementing a game rule system</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="A-Sittable-Object.html"
title="next chapter">Making a sittable object</a></p>
<p class="topless"><a href="Tutorial-for-basic-MUSH-like-game.html"
title="next chapter">Tutorial for basic MUSH like game</a></p>
<div role="note" aria-label="source link">
<!--h3>This Page</h3-->
<ul class="this-page-menu">
@ -140,7 +140,7 @@ allows for emoting as part of combat which is an advantage for roleplay-heavy ga
<p>To implement a freeform combat system all you need is a dice roller and a roleplaying rulebook. See
<a class="reference external" href="https://github.com/evennia/evennia/blob/master/evennia/contrib/dice.py">contrib/dice.py</a> for an
example dice roller. To implement at twitch-based system you basically need a few combat
<a class="reference internal" href="../Components/Commands.html"><span class="doc std std-doc">commands</span></a>, possibly ones with a <a class="reference internal" href="Command-Cooldown.html"><span class="doc std std-doc">cooldown</span></a>. You also need a <a class="reference internal" href="Implementing-a-game-rule-system.html"><span class="doc std std-doc">game rule
<a class="reference internal" href="../Components/Commands.html"><span class="doc std std-doc">commands</span></a>, possibly ones with a <a class="reference internal" href="Howto-Command-Cooldown.html"><span class="doc std std-doc">cooldown</span></a>. You also need a <a class="reference internal" href="Implementing-a-game-rule-system.html"><span class="doc std std-doc">game rule
module</span></a> that makes use of it. We will focus on the turn-based
variety here.</p>
</section>
@ -630,7 +630,7 @@ show others whats going on.</p>
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="A-Sittable-Object.html" title="Making a sittable object"
<a href="Tutorial-for-basic-MUSH-like-game.html" title="Tutorial for basic MUSH like game"
>next</a> |</li>
<li class="right" >
<a href="Implementing-a-game-rule-system.html" title="Implementing a game rule system"