Skip to content

Commit

Permalink
Item DB overhaul
Browse files Browse the repository at this point in the history
http://hercules.ws/board/topic/2954-item-db-file-structure-overhaul

- Item db was changed to libconfig format.
- This new format is larger than the original format, but it's less
  subject to conflicts when some items are edited and the file gets
  updated.
- It is no longer necessary to specify fields with no value, and only
  the actually used fields are specified.
- Items scripts (especially the long ones) are made more readable by
  splitting them into multiple lines, with proper indentation.
- A converter perl script is provided in the tools directory (and a link
  to the web-based version of the same script canbe found in the above
  forum topic)
- All of this was made possible thanks to Ind, Yommy.

Signed-off-by: Haru <haru@dotalux.com>
  • Loading branch information
MishimaHaruna committed Nov 14, 2013
1 parent 7d0a63b commit ed72a94
Show file tree
Hide file tree
Showing 11 changed files with 173,661 additions and 15,225 deletions.
554 changes: 554 additions & 0 deletions db/item_db2.conf

Large diffs are not rendered by default.

63 changes: 0 additions & 63 deletions db/item_db2.txt

This file was deleted.

0 comments on commit ed72a94

Please sign in to comment.