summaryrefslogtreecommitdiff
path: root/db/pre-re/pet_db.conf
AgeCommit message (Collapse)AuthorFilesLines
2020-04-05Add intimacy validation to pet DB EquipScript fieldsKenpachi Developer1-100/+194
2020-04-05Remove fields from pet DB where default values can be usedKenpachi Developer1-518/+0
2020-04-05Update pet DB file headers (entry structure)Kenpachi Developer1-12/+12
* Changed the field order. to be more logical. * Changed the description of *Item fields to use the item constants, since they are string fields. * Fixed indentation.
2020-04-05Add new field Intimacy.StarvingDecrement to pet DBKenpachi Developer1-0/+1
2020-04-05Add new field Intimacy.StarvingDelay to pet DBKenpachi Developer1-0/+1
2020-04-05Add new field HungerDecrement to pet DBKenpachi Developer1-0/+1
2020-04-05Add default values and limits to pet DB fieldsKenpachi Developer1-12/+12
2020-04-05Change EggItem field in pet DB to be mandatoryKenpachi Developer1-1/+1
2020-04-05Remove SpriteName field from pet DBKenpachi Developer1-60/+0
Since it was never used for anything, the SpriteName field is removed from the pet DB. Internally it's kept and set to the sprite name corresponding to the defined monster ID, to not break plug-ins which may use it.
2020-01-13Update copyright headers for year 2020Haru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2018-06-25Update Pet DatabaseDastgir1-0/+6
2018-06-25Implemented Pet AutofeedingDastgir1-0/+1
2018-04-07Convert Pet db to LibconfigAsheraf1-0/+1544