Fixed Special Dragons Fruit.
This commit is contained in:
@@ -985,7 +985,8 @@
|
||||
<skill id="39269" toLevel="1" name="Special Dragons Fruit">
|
||||
<!-- For 20 min., Acquired XP/ SP +10%, P./ M. Atk. +12%, P./ M. Critical Rate +10, P./ M. Critical Damage +5%, P./ M. Def. +15%, Max HP/ MP/ CP +25%, HP/ MP Recovery Bonus +30%. With a certain chance, converts 5% of P. melee damage dealt into HP. Effect remains after death. -->
|
||||
<icon>icon.bm_dragon_fruit</icon>
|
||||
<operateType>A1</operateType>
|
||||
<operateType>A2</operateType>
|
||||
<abnormalType>DRAGON_FRUIT</abnormalType>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<isMagic>4</isMagic>
|
||||
@@ -1099,8 +1100,8 @@
|
||||
<skill id="39273" toLevel="1" name="Special Dragons Fruit">
|
||||
<!-- For 20 min., Acquired XP/ SP +10%, P./ M. Atk. +12%, P./ M. Critical Rate +10, P./ M. Critical Damage +5%, P./ M. Def. +15%, Max HP/ MP/ CP +25%, HP/ MP Recovery Bonus +30%. With a certain chance, converts 5% of P. melee damage dealt into HP. Effect remains after death. -->
|
||||
<icon>icon.bm_dragon_fruit</icon>
|
||||
<operateType>A1</operateType>
|
||||
<abnormalType>SPECIAL</abnormalType>
|
||||
<operateType>A2</operateType>
|
||||
<abnormalType>DRAGON_FRUIT</abnormalType>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<isMagic>4</isMagic>
|
||||
|
@@ -1474,7 +1474,8 @@
|
||||
<skill id="55682" toLevel="1" name="Special Dragons Fruit">
|
||||
<!-- For 20 min., XP/ SP +10%, P./ M. Atk. +12%, P./ M. Critical Rate +10, P./ M. Critical Damage +5%, P./ M. Def. +15%, Max HP/ MP/ CP +25%, HP/ MP Recovery Bonus +30%. With a certain chance, converts 5% of P. melee damage dealt into HP. Effect remains after death. -->
|
||||
<icon>icon.bm_dragon_fruit</icon>
|
||||
<operateType>A1</operateType>
|
||||
<operateType>A2</operateType>
|
||||
<abnormalType>DRAGON_FRUIT</abnormalType>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<isMagic>4</isMagic>
|
||||
|
@@ -523,7 +523,8 @@ public enum AbnormalType
|
||||
HERB_SPEED(-1),
|
||||
HERB_ACCURANCY(-1),
|
||||
WARRIOR_BANE(-1),
|
||||
MAGE_BANE(-1);
|
||||
MAGE_BANE(-1),
|
||||
DRAGON_FRUIT(-1);
|
||||
|
||||
private int _clientId;
|
||||
|
||||
|
Reference in New Issue
Block a user