diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-15 20:23:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-15 20:23:20 -0300 |
commit | 8aa44b31f76f178ec80cee81aba015ee4491f1a9 (patch) | |
tree | 48b0e97d0cca08f42a9337e13f257121a852f582 /db | |
parent | 98aa23bbe51d0956742c269cc49addea6d13d6c3 (diff) | |
download | serverdata-8aa44b31f76f178ec80cee81aba015ee4491f1a9.tar.gz serverdata-8aa44b31f76f178ec80cee81aba015ee4491f1a9.tar.bz2 serverdata-8aa44b31f76f178ec80cee81aba015ee4491f1a9.tar.xz serverdata-8aa44b31f76f178ec80cee81aba015ee4491f1a9.zip |
Introduce Ele_System
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 1 | ||||
-rw-r--r-- | db/re/skill_db.conf | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/db/constants.conf b/db/constants.conf index 8d1a09bd9..2d7b3286b 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -415,6 +415,7 @@ constants_db: { Ele_Nature: 5 Ele_Poison: 5 Ele_Undead: 9 + Ele_System: 9 comment__: "Attack Types" HARM_PHYS: 1 diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 95b2c0d42..4a339129b 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -5811,7 +5811,7 @@ skill_db: ( NPC: true } AttackType: "Misc" - Element: "Ele_Fire" + Element: "Ele_System" DamageType: { SplashArea: true IgnoreDefense: true @@ -23019,7 +23019,7 @@ skill_db: ( Self: true } AttackType: "Misc" - Element: "Ele_Weapon" + Element: "Ele_System" DamageType: { SplashArea: true IgnoreFlee: true |