diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-01-20 02:19:05 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-01-20 02:19:05 +0000 |
commit | f9d5becbc0b6cafa3cce70b16126638e8e0525c3 (patch) | |
tree | fe037cba8494135da8c1feac31191da05f01d81f /db/const.txt | |
parent | dc43d9256c146508cc9a835805f36ff4c19d5824 (diff) | |
download | hercules-f9d5becbc0b6cafa3cce70b16126638e8e0525c3.tar.gz hercules-f9d5becbc0b6cafa3cce70b16126638e8e0525c3.tar.bz2 hercules-f9d5becbc0b6cafa3cce70b16126638e8e0525c3.tar.xz hercules-f9d5becbc0b6cafa3cce70b16126638e8e0525c3.zip |
- Added support for item effect Ignore Def Rate by Race. bonus2 bIgnoreDefRate,<race>,<%>;
- Added support for item status effects on skills. bonus3 bAddEff,<sc_effect>,<rate>,ATF_SKILL;
- Update to battleground equipment.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13457 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 5b2ac9757..1d3d18cb5 100644 --- a/db/const.txt +++ b/db/const.txt @@ -380,6 +380,7 @@ bDelayrate 1083 bHPDrainRateRace 1084 bSPDrainRateRace 1085 bIgnoreMdefRate 1086 +bIgnoreDefRate 1087 bRestartFullRecover 2000 bNoCastCancel 2001 @@ -484,6 +485,8 @@ ATF_SELF 0x01 ATF_TARGET 0x02 ATF_SHORT 0x04 ATF_LONG 0x08 +ATF_WEAPON 0x10 +ATF_SKILL 0x20 IG_BlueBox 1 IG_VioletBox 2 |