Francesco Cappelli 5ef1b78c42 sistemati spells преди 2 години
..
README.md 043cdfc230 commit iniziale. преди 2 години
__init__.py 043cdfc230 commit iniziale. преди 2 години
accounts.py 043cdfc230 commit iniziale. преди 2 години
channels.py 043cdfc230 commit iniziale. преди 2 години
characters.py 5ef1b78c42 sistemati spells преди 2 години
effects.py 043cdfc230 commit iniziale. преди 2 години
exits.py 5ef1b78c42 sistemati spells преди 2 години
mob_actions.py 043cdfc230 commit iniziale. преди 2 години
mobs.py db12c674ef da da da. преди 2 години
objects.py 043cdfc230 commit iniziale. преди 2 години
rooms.py 5ef1b78c42 sistemati spells преди 2 години
scripts.py 043cdfc230 commit iniziale. преди 2 години

README.md

typeclasses/

This directory holds the modules for overloading all the typeclasses representing the game entities and many systems of the game. Other server functionality not covered here is usually modified by the modules in server/conf/.

Each module holds empty classes that just imports Evennia's defaults. Any modifications done to these classes will overload the defaults.

You can change the structure of this directory (even rename the directory itself) as you please, but if you do you must add the appropriate new paths to your settings.py file so Evennia knows where to look. Also remember that for Python to find your modules, it requires you to add an empty __init__.py file in any new subdirectories you create.