summaryrefslogtreecommitdiffstats
path: root/example/clientdata/attributes.xml
Commit message (Collapse)AuthorAgeFilesLines
* Merged the example client and server dataThorbjørn Lindeijer2012-02-251-193/+0
| | | | | | | | | It's easier to just talk about world data and to modify it as a whole. If there is really a need to separate it, a project can still choose to do that (and in whatever suitable way). There is no need to enforce this separation or to do it in our example. Reviewed-by: Erik Schilling
* Added a way to specify the min and max attributes values.Yohann Ferreira2012-02-021-22/+135
| | | | | | | | | This can now be done in attributes.xml through the minimum and maximum attribute parameters. I also changed the AttributeInfo struct as requested by bjorn. Reviewed-by: Erik Schilling, Thorbjørn Lindeijer
* Added the missing Magical dodge monster property.Yohann Ferreira2011-01-301-1/+1
| | | | Now this can be loaded with the 'magic-evade' xml tag.
* Made the monsters' attributes compute fine again.Yohann Ferreira2011-01-301-8/+8
| | | | | | As a consequence, the monsters can spawn again. Reviewed-by: Freeyorp.
* Updated the attributes.xml file with a more up-to-date version.Yohann Ferreira2010-12-291-12/+10
| | | | Trivial fix.
* Converted CRLF to LF in attributes.xmlThorbjørn Lindeijer2010-09-181-82/+82
| | | | Somebody needs to check his core.autocrlf setting.
* Upgraded the attributes.xml example to something actually usable.Yohann Ferreira2010-09-161-38/+82
|
* Added an example attributes.xmlThorbjørn Lindeijer2010-09-121-0/+38
Copied from bertram-experimental-mana-data and updated to new element names.