diff options
author | Emistry Haoyan <equinox1991@gmail.com> | 2019-07-23 22:24:57 +0800 |
---|---|---|
committer | Emistry Haoyan <equinox1991@gmail.com> | 2019-07-24 07:36:26 +0800 |
commit | b372b02e9cc21ceeb42a428177d992998aed2eec (patch) | |
tree | fae024ea4d1357514d998b363cb971961224761b /db/re/mob_db.conf | |
parent | a5eb6ec995612c878a3b6cb522520ffae8b13a3b (diff) | |
download | hercules-b372b02e9cc21ceeb42a428177d992998aed2eec.tar.gz hercules-b372b02e9cc21ceeb42a428177d992998aed2eec.tar.bz2 hercules-b372b02e9cc21ceeb42a428177d992998aed2eec.tar.xz hercules-b372b02e9cc21ceeb42a428177d992998aed2eec.zip |
Update mob_db - DamageTakenRate field
- adjust the damage taken by monster. (default = `100 = 1x`)
- ref: https://github.com/idathena/trunk/commit/e267d2e2dada6196b479a6f2f35e9d25291ef22b
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index f787d5478..7ac31655c 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -93,6 +93,7 @@ mob_db: ( AegisName: (chance, "Option Drop Group") // ... } + DamageTakenRate: damage taken rate (int, defaults to 100) }, **************************************************************************/ |