Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2024-01-08 20:35:32 +00:00
parent a2f5d016d4
commit a86be6351f
74 changed files with 675 additions and 567 deletions

View file

@ -420,7 +420,7 @@ how to train a neural net.</p>
</section>
<section id="are-npcs-and-mobs-different-entities-how-do-they-differ">
<h3><span class="section-number">3.6.9. </span>Are NPCs and mobs different entities? How do they differ?<a class="headerlink" href="#are-npcs-and-mobs-different-entities-how-do-they-differ" title="Permalink to this headline"></a></h3>
<p>“Mobs” or “mobiles” are things that move around. This is traditionally monsters you can fight with, but could also be city guards or the baker going to chat with the neighbor. Back in the day, they were often fundamentally different these days its often easier to just make NPCs and mobs essentially the same thing.</p>
<p>“Mobs” or “mobiles” are things that move around. This is traditionally monsters you can fight with, but could also be city guards or the baker going to chat with the neighbor. Back in the day, they were often fundamentally different. These days its often easier to just make NPCs and mobs essentially the same thing.</p>
<p><strong>EvAdventure Answer</strong></p>
<p>In EvAdventure, Monsters and NPCs do very different things, so they will be different classes, sharing some code where possible.</p>
</section>