summaryrefslogtreecommitdiff
path: root/db/pre-re/mob_db.conf
AgeCommit message (Collapse)AuthorFilesLines
2020-06-16Add missing mobs and items for custom or disabled scripts in pre-reAndrei Karas1-0/+46
2020-04-11Update monster DB file headers (entry structure)Kenpachi Developer1-2/+2
2020-02-01Updated documentation of default value for mob DB field ViewData->HairStyleId.Kenpachi Developer1-1/+1
Additionally fixed reference to monster modes deocumentation in doc/mob_db.txt.
2020-01-13Update copyright headers for year 2020Haru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2019-10-30Add support for overriding default view data in mob databaseAsheraf1-0/+15
2019-07-24Update mob_db - DamageTakenRate fieldEmistry Haoyan1-0/+1
- adjust the damage taken by monster. (default = `100 = 1x`) - ref: https://github.com/idathena/trunk/commit/e267d2e2dada6196b479a6f2f35e9d25291ef22b
2019-04-20Added support for mobs to drop items with Random OptionsGuilherme G. Menaldo1-0/+2
2017-03-12Fixes #569. Adds mob_db.txt documentation.AtlantisRO1-2/+2
Signed-off-by: Ragno <ragno@atlantis-ro.net>
2016-11-20Replaced some unsupported symbols in AegisNames (step 2)Haru1-118/+118
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-11-20Replaced some unsupported symbols in AegisNames (step 1)Haru1-2/+2
This removes some unsupported symbols (despite they being official names) in AegisNames. The replacement rules used are: - 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-11-20Synchronized the AegisName between re and pre-re item databasesHaru1-2/+2
Signed-off-by: Haru <haru@dotalux.com>
2016-02-28Added monsters with NoKnockbackDastgir1-0/+1
2016-02-28Added NoKnockback Mode for monstersDastgir1-0/+1
Signed-off-by: Haru <haru@dotalux.com>
2016-01-29Re-added JName for the monsters that require itHaru1-0/+178
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-1081/+1081
Signed-off-by: Haru <haru@dotalux.com>
2016-01-29Replaced numeric races with RC_* constants in the mob dbHaru1-1081/+1081
Signed-off-by: Haru <haru@dotalux.com>
2016-01-29Replaced numeric elements with Ele_* constants in the mob databaseHaru1-1081/+1081
Signed-off-by: Haru <haru@dotalux.com>
2015-12-23Follow Up c69a756f. Removed redundnat conditions, added XmasLunatic to pre-reDastgir1-0/+37
2015-12-15Updated header for libconfig-based databasesHaru1-27/+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-187/+3099
Signed-off-by: Haru <haru@dotalux.com>
2015-10-20Convert mob_db to new format.Andrei Karas1-0/+46983