summaryrefslogtreecommitdiff
path: root/db/item_db2.conf
AgeCommit message (Collapse)AuthorFilesLines
2018-12-13Fixed typoDarren1-1/+1
`Gungslinger` should be `Gunslinger`.
2018-07-12Fix date part2Unknown1-1/+1
2017-09-17Replace recurring value 136 with "EQP_ACC" in the item_db Loc fieldHaru1-2/+2
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 256 with "EQP_HEAD_TOP" in the item_db Loc fieldHaru1-9/+9
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 16 with "EQP_ARMOR" in the item_db Loc fieldHaru1-2/+2
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 1 with "EQP_HEAD_LOW" in the item_db Loc fieldHaru1-2/+2
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Add support for bitmask arrays in the item_db Loc fieldHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Add support for bitmask arrays in the item_db Upper fieldHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Update item DB (View -> ViewSprite)Haru1-11/+11
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Split 'View' in two different fields in the item databaseHaru1-1/+2
- The field was used both for sprite view IDs and for weapon or ammunition subtypes. Now the fields 'ViewSprite' and 'Subtype' are used respectively. Signed-off-by: Haru <haru@dotalux.com>
2016-11-20Replaced some unsupported symbols in AegisNames (step 2)Haru1-5/+5
This removes the remaining unsupported symbols (despite they being official names) in AegisNames: The apostrophe (`'`) sign is suppressed. The full replacement rules (cumulative with the step 1 commit) are thus: - Any apostrophe is suppressed. - Any non-`[A-Za-z0-9_]` character is replaced with an underscore (`_`). - If the replaced symbol is at a word boundary (beginning or end of the string, or next to another underscore), it is suppressed instead. - If the replacement causes an AegisName conflict, underscores are appended appropriately. Signed-off-by: Haru <haru@dotalux.com>
2016-02-21Changed item_db to new formatDastgir1-2/+8
Signed-off-by: Haru <haru@dotalux.com>
2016-02-21Updated DocumentationDastgir1-2/+34
2015-12-15Updated header for libconfig-based databasesHaru1-9/+36
It now includes a GPL-compliant license/copyright mention Signed-off-by: Haru <haru@dotalux.com>
2015-12-06Replaced RC_Boss/RC_NonBoss combinations with RC_AllHaru1-4/+1
- Item Databases
2015-07-08Update Unique ID system to match official now it cover all cash items ↵Ibrahim Hossam1-0/+1
include stackable ones. Implement ForceSerial option in Package Item Database to force serial for any item. Implement ForceSerial option in item database to force serial for any item. Implement Merge Client interface to merge stackable items with serial numbers ( check npc/other/item_merge.txt ).
2014-12-26Added note about KeepAfterUse to pre-re item_dbHaru1-0/+21
- Follow-up to d4e0689 - Special thanks to Litro - Also synchronized header comment of the item_db2 Signed-off-by: Haru <haru@dotalux.com>
2013-11-15Added BindOnEquip to the item_db documentation and templatesHaru1-0/+1
- Special thanks to ossi0110, kyeme - Fixes bugreport:7821 http://hercules.ws/board/tracker/issue-7821-missing-item-dbconf-columne/ Signed-off-by: Haru <haru@dotalux.com>
2013-11-14Item DB overhaulHaru1-0/+554
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>