Implemented EvAdventure quest code+tutorial lesson

This commit is contained in:
Griatch 2024-03-30 23:42:16 +01:00
parent 5fcccca7d1
commit f1f1f6219a
10 changed files with 600 additions and 227 deletions

View file

@ -80,7 +80,7 @@ The advantage of using a menu is that you have all possible actions directly ava
## General Principle
```{sidebar}
An example of an implemented Turnbased combat system can be found in [evennia/contrib/tutorials/evadventure/combat_turnbased.py](evennia.contrib.tutorials.evadventure.combat_turnbased).
An example of an implemented Turnbased combat system can be found under `evennia/contrib/tutorials/evadventure/`, in [combat_turnbased.py](evennia.contrib.tutorials.evadventure.combat_turnbased).
```
Here is the general principle of the Turnbased combat handler: