Files
seagull-game/res/doc/python/items.md

9 lines
333 B
Markdown
Raw Normal View History

\namespace items
\brief Game logic related to items and resources.
This module handles generating of items, each worth a given amount of resources. The values are first calculated
according to game rules defined in XML files, then any given modifiers are applied.
\internal
\note This module is almost fully VFS aware.
\endinternal