This is an old revision of the document!
The .creature
The “.creature” files are datasheets that fill's the game world. They can be used to create animals, plants, objects and NPCs.
The simplest kind of creature is a simple object that serves as a “decor”, that does not move or do not have an AI. We call this category “botobjects”.
The datasheet itself is much simpler to create: creation of a botobject ←- Yet to be defined!!
The nextcreature(which can be endowed with an AI not too complex) is the herbivore. This term refers to a creature that feeds on the environment by itself.
This datasheet is a bit more complex: creation of herbivore fauna ←- Yet to be defined!!