summaryrefslogtreecommitdiff
path: root/db/mob_db2.conf
AgeCommit message (Collapse)AuthorFilesLines
2019-04-20Added support for mobs to drop items with Random OptionsGuilherme G. Menaldo1-0/+2
2016-11-20Replaced some unsupported symbols in AegisNames (step 2)Haru1-4/+4
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-28Added NoKnockback Mode for monstersDastgir1-0/+1
Signed-off-by: Haru <haru@dotalux.com>
2016-01-29Re-added support for the JName field in the mob dbHaru1-0/+1
Signed-off-by: Haru <haru@dotalux.com>
2016-01-29Replaced numeric sizes with Size_* constants in the mob dbHaru1-23/+23
Signed-off-by: Haru <haru@dotalux.com>
2016-01-29Replaced numeric races with RC_* constants in the mob dbHaru1-23/+23
Signed-off-by: Haru <haru@dotalux.com>
2016-01-29Replaced numeric elements with Ele_* constants in the mob databaseHaru1-23/+23
Signed-off-by: Haru <haru@dotalux.com>
2015-12-15Updated header for libconfig-based databasesHaru1-26/+52
It now includes a GPL-compliant license/copyright mention Signed-off-by: Haru <haru@dotalux.com>
2015-10-20Converted all the commented out mob_db/mob_db22 entries to the new formatHaru1-54/+1115
Signed-off-by: Haru <haru@dotalux.com>
2015-10-20Convert mob_db to new format.Andrei Karas1-0/+140