diff options
author | Emistry Haoyan <equinox1991@gmail.com> | 2019-04-14 20:52:37 +0800 |
---|---|---|
committer | Emistry Haoyan <equinox1991@gmail.com> | 2019-04-14 20:52:37 +0800 |
commit | 8b68128d64cb6f19ced4e81afc6f67cd05fadd3c (patch) | |
tree | d0cc431e269c6ea34f17aa70557515eaf7e8756d /db/re | |
parent | ab81d4012eac5c2c00c485971fc9b89bf69761be (diff) | |
download | hercules-8b68128d64cb6f19ced4e81afc6f67cd05fadd3c.tar.gz hercules-8b68128d64cb6f19ced4e81afc6f67cd05fadd3c.tar.bz2 hercules-8b68128d64cb6f19ced4e81afc6f67cd05fadd3c.tar.xz hercules-8b68128d64cb6f19ced4e81afc6f67cd05fadd3c.zip |
Update item combo db, fix issue #1982
- update missing item_combo_db
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_combo_db.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/re/item_combo_db.txt b/db/re/item_combo_db.txt index 739be9a65..3cbaef807 100644 --- a/db/re/item_combo_db.txt +++ b/db/re/item_combo_db.txt @@ -436,3 +436,4 @@ 24238:24239,{ bonus bAtk,5; if(getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L) >=15) { bonus2 bAddSize,Size_Small,1; } } 24240:24241:24242,{ bonus bUseSPrate,-1; .@refine = getequiprefinerycnt(EQI_SHADOW_SHIELD)+getequiprefinerycnt(EQI_SHADOW_ARMOR)+getequiprefinerycnt(EQI_SHADOW_SHOES); bonus bVariableCastrate,(.@refine)/5; if(.@refine)>=25 { bonus bUseSPrate,-1; } } 24243:24244:24245,{ bonus bDelayrate,-1; if (getequiprefinerycnt(EQI_SHADOW_SHIELD)+getequiprefinerycnt(EQI_SHADOW_ARMOR)+getequiprefinerycnt(EQI_SHADOW_SHOES) >= 25) bonus bDelayrate,-5; } +2161:1646,{ .@r = (getequiprefinerycnt(EQI_HAND_L)*4); bonus2 bVariableCastrate,"WZ_STORMGUST",-.@r; bonus2 bVariableCastrate,"WL_FROSTMISTY",-.@r; bonus2 bVariableCastrate,"WL_JACKFROST",-.@r; } |