Boost attack and defence scrolls should stack with other buffs.
This commit is contained in:
parent
d5c27d9e44
commit
3ef253b7e5
@ -99,7 +99,7 @@
|
||||
<!-- P. Atk. +800\nM. Atk. +800\nMax HP +1000\nAll received Critical Damage -100\nThe effect remains after death.\nYou can cancel the effect by yourself. -->
|
||||
<abnormalLevel>4</abnormalLevel>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<abnormalType>PA_UP</abnormalType>
|
||||
<abnormalType>BOOST_ATTACK</abnormalType>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>94269</itemConsumeId>
|
||||
<hitTime>1000</hitTime>
|
||||
@ -139,7 +139,7 @@
|
||||
<!-- P. Def. +500\nM. Def. +500\nMax MP +800\nSpeed +2\nAll Critical Rate +30\nThe effect remains after death.\nYou can cancel the effect by yourself. -->
|
||||
<abnormalLevel>4</abnormalLevel>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<abnormalType>PD_UP</abnormalType>
|
||||
<abnormalType>BOOST_DEFENCE</abnormalType>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>94271</itemConsumeId>
|
||||
<hitTime>1000</hitTime>
|
||||
|
@ -225,6 +225,8 @@ public enum AbnormalType
|
||||
SONG_WEAPON(-1),
|
||||
HEAL_RESISTANCE(-1),
|
||||
AVE_BROOCH(-1),
|
||||
BOOST_ATTACK(-1),
|
||||
BOOST_DEFENCE(-1),
|
||||
AB_HAWK_EYE(0),
|
||||
ALL_ATTACK_DOWN(1),
|
||||
ALL_ATTACK_UP(2),
|
||||
|
Loading…
Reference in New Issue
Block a user