diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-26 13:20:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-26 13:20:19 -0300 |
commit | 2d0a4748ce6c2e8872d2d48935c21c8a739f2d46 (patch) | |
tree | 04372796e6d8d89696f614b1b0aa690febc2db48 /db | |
parent | 4f2b3748bb846877a502abe84a64e78b567cae15 (diff) | |
download | serverdata-2d0a4748ce6c2e8872d2d48935c21c8a739f2d46.tar.gz serverdata-2d0a4748ce6c2e8872d2d48935c21c8a739f2d46.tar.bz2 serverdata-2d0a4748ce6c2e8872d2d48935c21c8a739f2d46.tar.xz serverdata-2d0a4748ce6c2e8872d2d48935c21c8a739f2d46.zip |
Ships now have penalty to magic and ranged damage (-40% and -20% on ranged)
Diffstat (limited to 'db')
-rw-r--r-- | db/re/map_zone_db.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index 3f51d73f2..e5d75e659 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -213,6 +213,10 @@ zones: ( mapflags: ( "nosave 000-1,22,22", + "noknockback", + "magic_damage_rate 60", + "misc_damage_rate 60", + "long_damage_rate 80", ) /* "command:min-group-lv-to-override" e.g. "heal: 70" */ |