Stendhal Database Structure: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann No edit summary |
imported>Hendrik Brummermann No edit summary |
||
| (15 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Navigation for Stendhal Top}} |
{{Navigation for Stendhal Top|Developing}} |
||
{{Navigation for Stendhal Developers}} |
{{Navigation for Stendhal Developers}} |
||
| Line 6: | Line 6: | ||
__TOC__ |
__TOC__ |
||
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. |
|||
[[Image:Database-stendhal.png]] |
[[Image:Database-stendhal.png]] |
||