Stendhal Database Structure
Jump to navigation
Jump to search
Database
- Stendhal
Stendhal adds a number of table to the Marauroa Database Structure as you can see below.
The table character_stats, halloffame, npcs and kills are read by the website.
The table words is used by Stendhal's grammar package.
And finally itemlog keeps track of each items and how it is moved around in world. This is very similar to the general gameEvents table. The table itemid is used to assign each newly created item a unique id. There is a proposal to have an item table with one row per item instead of this counter table.