summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorEmistry Haoyan <equinox1991@gmail.com>2019-07-23 22:24:57 +0800
committerEmistry Haoyan <equinox1991@gmail.com>2019-07-24 07:36:26 +0800
commitb372b02e9cc21ceeb42a428177d992998aed2eec (patch)
treefae024ea4d1357514d998b363cb971961224761b /src/map/script.h
parenta5eb6ec995612c878a3b6cb522520ffae8b13a3b (diff)
downloadhercules-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 'src/map/script.h')
-rw-r--r--src/map/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 62950ba8d..84a8e3b6e 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -434,6 +434,7 @@ enum script_unit_data_types {
UDT_ROBE,
UDT_BODY2,
UDT_GROUP,
+ UDT_DAMAGE_TAKEN_RATE,
UDT_MAX
};