Stendhal Database Structure

From Arianne
Revision as of 03:41, 1 March 2010 by imported>Hendrik Brummermann
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search



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.