Francesco Cappelli 043cdfc230 commit iniziale. 2 år sedan
..
batches 043cdfc230 commit iniziale. 2 år sedan
README.md 043cdfc230 commit iniziale. 2 år sedan
__init__.py 043cdfc230 commit iniziale. 2 år sedan
batch_cmds.ev 043cdfc230 commit iniziale. 2 år sedan
prototypes.py 043cdfc230 commit iniziale. 2 år sedan
recipes_base.py 043cdfc230 commit iniziale. 2 år sedan
spells.py 043cdfc230 commit iniziale. 2 år sedan

README.md

world/

This folder is meant as a miscellanous folder for all that other stuff related to the game. Code which are not commands or typeclasses go here, like custom economy systems, combat code, batch-files etc.

You can restructure and even rename this folder as best fits your sense of organisation. Just remember that if you add new sub directories, you must add (optionally empty) __init__.py files in them for Python to be able to find the modules within.