summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2017-09-17Replace 1048576 with EQP_SHADOW_ACC_R in the item_db Loc fieldHaru1-34/+34
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 524288 with EQP_SHADOW_SHOES in the item_db Loc fieldHaru1-38/+38
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 262144 with EQP_SHADOW_SHIELD in the item_db Loc fieldHaru1-44/+44
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 131072 with "EQP_SHADOW_WEAPON" in the item_db Loc fieldHaru1-51/+51
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 65536 with "EQP_SHADOW_ARMOR" in the item_db Loc fieldHaru1-46/+46
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 32768 with "EQP_AMMO" in the item_db Loc fieldHaru2-186/+186
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 8192 with "EQP_COSTUME_GARMENT" in the item_db Loc fieldHaru1-9/+9
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 4096 with "EQP_COSTUME_HEAD_LOW" in the item_db Loc fieldHaru2-61/+61
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 2048 with "EQP_COSTUME_HEAD_MID" in the item_db Loc fieldHaru2-83/+83
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 1024 with "EQP_COSTUME_HEAD_TOP" in the item_db Loc fieldHaru2-564/+564
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 512 with "EQP_HEAD_MID" in the item_db Loc fieldHaru2-229/+229
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 256 with "EQP_HEAD_TOP" in the item_db Loc fieldHaru3-1676/+1676
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 64 with "EQP_SHOES" in the item_db Loc fieldHaru2-286/+286
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 32 with "EQP_SHIELD" in the item_db Loc fieldHaru2-232/+232
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 16 with "EQP_ARMOR" in the item_db Loc fieldHaru3-496/+496
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 4 with "EQP_GARMENT" in the item_db Loc fieldHaru2-300/+300
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 2 with "EQP_WEAPON" in the item_db Loc fieldHaru2-1377/+1377
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 1 with "EQP_HEAD_LOW" in the item_db Loc fieldHaru3-189/+189
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Add support for bitmask arrays in the item_db Loc fieldHaru3-3/+3
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace the remaining numbers in the item_db Upper field with bitmask arraysHaru1-10/+10
Replaced: - 3 -> ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER"] - 7 -> ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY"] Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace the recurring 'Upper: 47' value in the item_db with a bitmask arrayHaru1-43/+43
Equivalent: `["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]` Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 1 with "ITEMUPPER_NORMAL" in the item_db Upper fieldHaru1-108/+108
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace the recurring 'Upper: 56' value in the item_db with a bitmask arrayHaru2-243/+243
Equivalent: `["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]` Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace the recurring 'Upper: 58' value in the item_db with a bitmask arrayHaru1-182/+182
Equivalent: `["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]` Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Remove redundant 'Upper: 63' (ITEMUPPER_ALL) values from the item_dbHaru2-14/+0
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 8 with "ITEMUPPER_THIRD" in the item_db Upper fieldHaru2-87/+87
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 2 with "ITEMUPPER_UPPER" in the item_db Upper fieldHaru2-158/+158
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Add support for bitmask arrays in the item_db Upper fieldHaru3-3/+3
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Fixes wrong Type values on db\re\item_db.confAtlantisRO1-26/+27
- Adds Subtype "A_SHURIKEN" to 13295 - Light_Shuriken - Changes "IT_WEAPON" to "IT_ARMOR" in some armors, shoes and accessory for Summoner Class. Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-09-17Replaced Number 18 in Type for Constant "IT_CASH" on item_db.confAtlantisRO2-1914/+1914
Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-09-17Replaced Number 11 in Type for Constant "IT_DELAYCONSUME" on item_db.confAtlantisRO2-269/+269
Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-09-17Replaced Number 10 in Type for Constant "IT_AMMO" on item_db.confAtlantisRO2-186/+186
Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-09-17Replaced Number 8 in Type for Constant "IT_PETARMOR" on item_db.confAtlantisRO2-77/+77
Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-09-17Replaced Number 7 in Type for Constant "IT_PETEGG" on item_db.confAtlantisRO2-118/+118
Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-09-17Replaced Number 6 in Type for Constant "IT_CARD" on item_db.confAtlantisRO2-1545/+1545
Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-09-17Replaced Number 5 in Type for Constant "IT_ARMOR" on item_db.confAtlantisRO2-4773/+4773
Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-09-17Replaced Number 4 in Type for Constant "IT_WEAPON" on item_db.confAtlantisRO2-1795/+1795
Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-09-17Removed type 3 values from pre-re/item_db.conf since type 3 (IT_ETC) is ↵AtlantisRO1-1631/+0
default value. Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-09-17Replaced Number 2 in Type for Constant "IT_USABLE" on item_db.confAtlantisRO2-1665/+1665
Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-09-17Replaced Number 0 in Type for Constant "IT_HEALING" on item_db.confAtlantisRO2-628/+628
Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-09-17Replaced Number 0 in Gender for Constant "SEX_FEMALE" on item_db.confAtlantisRO1-19/+19
Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-09-17Added Constant SEX_ANY (2) for Male and Female genders.AtlantisRO3-88/+89
Replaced Number 1 in Gender for Constant "SEX_MALE" on item_db.conf Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-09-17Fix an error in an AegisNameHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Update item DB (View -> ViewSprite)Haru3-3289/+3289
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Update item DB (View -> Subtype)Haru2-1954/+1954
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Split 'View' in two different fields in the item databaseHaru3-3/+6
- 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>
2017-09-17Replace A_THROWWEAPON in the item database applicable entriesHaru2-62/+62
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_CANNONBALL in the item database applicable entriesHaru2-10/+10
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_KUNAI in the item database applicable entriesHaru2-14/+14
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_SHURIKEN in the item database applicable entriesHaru2-11/+11
Signed-off-by: Haru <haru@dotalux.com>