diff options
author | rud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-29 15:52:29 +0000 |
---|---|---|
committer | rud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-29 15:52:29 +0000 |
commit | 86aafca6da0a843db09a33e74faf8d9bb77e2508 (patch) | |
tree | ae44006b9f05054ccdf479780b2d0a03743252e4 /db/const.txt | |
parent | 05972632af5de3ddce35ea54797bf3a0598368b2 (diff) | |
download | hercules-86aafca6da0a843db09a33e74faf8d9bb77e2508.tar.gz hercules-86aafca6da0a843db09a33e74faf8d9bb77e2508.tar.bz2 hercules-86aafca6da0a843db09a33e74faf8d9bb77e2508.tar.xz hercules-86aafca6da0a843db09a33e74faf8d9bb77e2508.zip |
Implemented new item script bonuses:
- bSkillCooldown,n,x;
- bSkillFixedCast,n,x;
- *bSkillVariableCast,n,x;
- bFixedCastrate,x;
- *bVariableCastrate,x;
*Pending until RE Casting system is fully implemented.
ATM bCastrate is used to manipulate variable cast time where it should not.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16355 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index a189e5bb5..e23b80229 100644 --- a/db/const.txt +++ b/db/const.txt @@ -581,6 +581,11 @@ bMatk 2047 bSPGainRaceAttack 2048 bHPGainRaceAttack 2049 bUseSPrateSkill 2050 +bSkillCooldown 2051 +bSkillFixedCast 2052 +bSkillVariableCast 2053 +bFixedCastrate 2054 +bVariableCastrate 2055 EQI_HEAD_TOP 1 EQI_ARMOR 2 |