Exp herb changes.

Contributed by Liamxroy.
This commit is contained in:
MobiusDevelopment 2019-08-09 22:13:41 +00:00
parent 5c7cfee3ed
commit 0d8b990e26
14 changed files with 91 additions and 0 deletions

View File

@ -1016,6 +1016,10 @@
<!-- Hellbound's mysterious powers give you 10min of SP/XP gain + 50% through hunting. Entire party. -->
<icon>BranchSys2.icon.g_giant_gem</icon>
<abnormalTime>120</abnormalTime>
<abnormalInstant>true</abnormalInstant>
<abnormalLvl>1</abnormalLvl>
<abnormalType>EXP_HERB</abnormalType>
<abnormalVisualEffect>HERB_PA_UP</abnormalVisualEffect>
<effectPoint>100</effectPoint>
<hitTime>100</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->
@ -1039,6 +1043,10 @@
<!-- Hellbound's mysterious powers give you 10min of SP/XP gain + 100% through hunting. Entire party. -->
<icon>BranchSys2.icon.g_dawn_gem</icon>
<abnormalTime>600</abnormalTime>
<abnormalInstant>true</abnormalInstant>
<abnormalLvl>2</abnormalLvl>
<abnormalType>EXP_HERB</abnormalType>
<abnormalVisualEffect>HERB_PA_UP</abnormalVisualEffect>
<effectPoint>100</effectPoint>
<hitTime>100</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->
@ -1062,6 +1070,10 @@
<!-- Hellbound's mysterious powers give you 2min of SP/XP gain + 300% through hunting. Entire party. -->
<icon>icon.etc_str_symbol_i01</icon>
<abnormalTime>120</abnormalTime>
<abnormalInstant>true</abnormalInstant>
<abnormalLvl>3</abnormalLvl>
<abnormalType>EXP_HERB</abnormalType>
<abnormalVisualEffect>HERB_PA_UP</abnormalVisualEffect>
<effectPoint>100</effectPoint>
<hitTime>100</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->

View File

@ -216,6 +216,7 @@ public enum AbnormalType
SAYHA_BLESSING(-1),
SONG_WEAPON(-1), // TODO: need find proper name
HEAL_RESISTANCE(-1), // TODO: need find proper name
EXP_HERB(-1),
AB_HAWK_EYE(0),
ALL_ATTACK_DOWN(1),
ALL_ATTACK_UP(2),

View File

@ -1012,6 +1012,10 @@
<!-- Hellbound's mysterious powers give you 10min of SP/XP gain + 50% through hunting. Entire party. -->
<icon>BranchSys2.icon.g_giant_gem</icon>
<abnormalTime>120</abnormalTime>
<abnormalInstant>true</abnormalInstant>
<abnormalLvl>1</abnormalLvl>
<abnormalType>EXP_HERB</abnormalType>
<abnormalVisualEffect>HERB_PA_UP</abnormalVisualEffect>
<effectPoint>100</effectPoint>
<hitTime>100</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->
@ -1035,6 +1039,10 @@
<!-- Hellbound's mysterious powers give you 10min of SP/XP gain + 100% through hunting. Entire party. -->
<icon>BranchSys2.icon.g_dawn_gem</icon>
<abnormalTime>600</abnormalTime>
<abnormalInstant>true</abnormalInstant>
<abnormalLvl>2</abnormalLvl>
<abnormalType>EXP_HERB</abnormalType>
<abnormalVisualEffect>HERB_PA_UP</abnormalVisualEffect>
<effectPoint>100</effectPoint>
<hitTime>100</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->
@ -1058,6 +1066,10 @@
<!-- Hellbound's mysterious powers give you 2min of SP/XP gain + 300% through hunting. Entire party. -->
<icon>icon.etc_str_symbol_i01</icon>
<abnormalTime>120</abnormalTime>
<abnormalInstant>true</abnormalInstant>
<abnormalLvl>3</abnormalLvl>
<abnormalType>EXP_HERB</abnormalType>
<abnormalVisualEffect>HERB_PA_UP</abnormalVisualEffect>
<effectPoint>100</effectPoint>
<hitTime>100</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->

View File

@ -216,6 +216,7 @@ public enum AbnormalType
SAYHA_BLESSING(-1),
SONG_WEAPON(-1), // TODO: need find proper name
HEAL_RESISTANCE(-1), // TODO: need find proper name
EXP_HERB(-1),
AB_HAWK_EYE(0),
ALL_ATTACK_DOWN(1),
ALL_ATTACK_UP(2),

View File

@ -1012,6 +1012,10 @@
<!-- Hellbound's mysterious powers give you 10min of SP/XP gain + 50% through hunting. Entire party. -->
<icon>BranchSys2.icon.g_giant_gem</icon>
<abnormalTime>120</abnormalTime>
<abnormalInstant>true</abnormalInstant>
<abnormalLvl>1</abnormalLvl>
<abnormalType>EXP_HERB</abnormalType>
<abnormalVisualEffect>HERB_PA_UP</abnormalVisualEffect>
<effectPoint>100</effectPoint>
<hitTime>100</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->
@ -1035,6 +1039,10 @@
<!-- Hellbound's mysterious powers give you 10min of SP/XP gain + 100% through hunting. Entire party. -->
<icon>BranchSys2.icon.g_dawn_gem</icon>
<abnormalTime>600</abnormalTime>
<abnormalInstant>true</abnormalInstant>
<abnormalLvl>2</abnormalLvl>
<abnormalType>EXP_HERB</abnormalType>
<abnormalVisualEffect>HERB_PA_UP</abnormalVisualEffect>
<effectPoint>100</effectPoint>
<hitTime>100</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->
@ -1058,6 +1066,10 @@
<!-- Hellbound's mysterious powers give you 2min of SP/XP gain + 300% through hunting. Entire party. -->
<icon>icon.etc_str_symbol_i01</icon>
<abnormalTime>120</abnormalTime>
<abnormalInstant>true</abnormalInstant>
<abnormalLvl>3</abnormalLvl>
<abnormalType>EXP_HERB</abnormalType>
<abnormalVisualEffect>HERB_PA_UP</abnormalVisualEffect>
<effectPoint>100</effectPoint>
<hitTime>100</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->

View File

@ -217,6 +217,7 @@ public enum AbnormalType
SAYHA_BLESSING(-1),
SONG_WEAPON(-1), // TODO: need find proper name
HEAL_RESISTANCE(-1), // TODO: need find proper name
EXP_HERB(-1),
AB_HAWK_EYE(0),
ALL_ATTACK_DOWN(1),
ALL_ATTACK_UP(2),

View File

@ -1012,6 +1012,10 @@
<!-- Hellbound's mysterious powers give you 10min of SP/XP gain + 50% through hunting. Entire party. -->
<icon>BranchSys2.icon.g_giant_gem</icon>
<abnormalTime>120</abnormalTime>
<abnormalInstant>true</abnormalInstant>
<abnormalLvl>1</abnormalLvl>
<abnormalType>EXP_HERB</abnormalType>
<abnormalVisualEffect>HERB_PA_UP</abnormalVisualEffect>
<effectPoint>100</effectPoint>
<hitTime>100</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->
@ -1035,6 +1039,10 @@
<!-- Hellbound's mysterious powers give you 10min of SP/XP gain + 100% through hunting. Entire party. -->
<icon>BranchSys2.icon.g_dawn_gem</icon>
<abnormalTime>600</abnormalTime>
<abnormalInstant>true</abnormalInstant>
<abnormalLvl>2</abnormalLvl>
<abnormalType>EXP_HERB</abnormalType>
<abnormalVisualEffect>HERB_PA_UP</abnormalVisualEffect>
<effectPoint>100</effectPoint>
<hitTime>100</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->
@ -1058,6 +1066,10 @@
<!-- Hellbound's mysterious powers give you 2min of SP/XP gain + 300% through hunting. Entire party. -->
<icon>icon.etc_str_symbol_i01</icon>
<abnormalTime>120</abnormalTime>
<abnormalInstant>true</abnormalInstant>
<abnormalLvl>3</abnormalLvl>
<abnormalType>EXP_HERB</abnormalType>
<abnormalVisualEffect>HERB_PA_UP</abnormalVisualEffect>
<effectPoint>100</effectPoint>
<hitTime>100</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->

View File

@ -241,6 +241,7 @@ public enum AbnormalType
SAYHA_BLESSING(-1),
SONG_WEAPON(-1), // TODO: need find proper name
HEAL_RESISTANCE(-1), // TODO: need find proper name
EXP_HERB(-1),
AB_HAWK_EYE(0),
ALL_ATTACK_DOWN(1),
ALL_ATTACK_UP(2),

View File

@ -1012,6 +1012,10 @@
<!-- Hellbound's mysterious powers give you 10 min of SP/ XP gain +50% through hunting. Entire party. -->
<icon>BranchSys2.icon.g_giant_gem</icon>
<abnormalTime>120</abnormalTime>
<abnormalInstant>true</abnormalInstant>
<abnormalLvl>1</abnormalLvl>
<abnormalType>EXP_HERB</abnormalType>
<abnormalVisualEffect>HERB_PA_UP</abnormalVisualEffect>
<effectPoint>100</effectPoint>
<hitTime>100</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->
@ -1035,6 +1039,10 @@
<!-- Hellbound's mysterious powers give you 10 min of SP/ XP gain +100% through hunting. Entire party. -->
<icon>BranchSys2.icon.g_dawn_gem</icon>
<abnormalTime>600</abnormalTime>
<abnormalInstant>true</abnormalInstant>
<abnormalLvl>2</abnormalLvl>
<abnormalType>EXP_HERB</abnormalType>
<abnormalVisualEffect>HERB_PA_UP</abnormalVisualEffect>
<effectPoint>100</effectPoint>
<hitTime>100</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->
@ -1058,6 +1066,10 @@
<!-- Hellbound's mysterious powers give you 2 min of SP/ XP gain +300% through hunting. Entire party. -->
<icon>icon.etc_str_symbol_i01</icon>
<abnormalTime>120</abnormalTime>
<abnormalInstant>true</abnormalInstant>
<abnormalLvl>3</abnormalLvl>
<abnormalType>EXP_HERB</abnormalType>
<abnormalVisualEffect>HERB_PA_UP</abnormalVisualEffect>
<effectPoint>100</effectPoint>
<hitTime>100</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->

View File

@ -242,6 +242,7 @@ public enum AbnormalType
SONG_WEAPON(-1), // TODO: need find proper name
HEAL_RESISTANCE(-1), // TODO: need find proper name
TRIAD(-1),
EXP_HERB(-1),
AURA_DEBUFF(-1),
AB_HAWK_EYE(0),
ALL_ATTACK_DOWN(1),

View File

@ -1012,6 +1012,10 @@
<!-- Hellbound's mysterious powers give you 10 min of Acquired SP/ XP +50% through hunting. Entire party. -->
<icon>BranchSys2.icon.g_giant_gem</icon>
<abnormalTime>120</abnormalTime>
<abnormalInstant>true</abnormalInstant>
<abnormalLvl>1</abnormalLvl>
<abnormalType>EXP_HERB</abnormalType>
<abnormalVisualEffect>HERB_PA_UP</abnormalVisualEffect>
<effectPoint>100</effectPoint>
<hitTime>100</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->
@ -1035,6 +1039,10 @@
<!-- Hellbound's mysterious powers give you 10 min of Acquired SP/ XP +100% through hunting. Entire party. -->
<icon>BranchSys2.icon.g_dawn_gem</icon>
<abnormalTime>600</abnormalTime>
<abnormalInstant>true</abnormalInstant>
<abnormalLvl>2</abnormalLvl>
<abnormalType>EXP_HERB</abnormalType>
<abnormalVisualEffect>HERB_PA_UP</abnormalVisualEffect>
<effectPoint>100</effectPoint>
<hitTime>100</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->
@ -1058,6 +1066,10 @@
<!-- Hellbound's mysterious powers give you 2 min of Acquired SP/ XP +300% through hunting. Entire party. -->
<icon>icon.etc_str_symbol_i01</icon>
<abnormalTime>120</abnormalTime>
<abnormalInstant>true</abnormalInstant>
<abnormalLvl>3</abnormalLvl>
<abnormalType>EXP_HERB</abnormalType>
<abnormalVisualEffect>HERB_PA_UP</abnormalVisualEffect>
<effectPoint>100</effectPoint>
<hitTime>100</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->

View File

@ -242,6 +242,7 @@ public enum AbnormalType
SONG_WEAPON(-1), // TODO: need find proper name
HEAL_RESISTANCE(-1), // TODO: need find proper name
TRIAD(-1),
EXP_HERB(-1),
AURA_DEBUFF(-1),
AB_HAWK_EYE(0),
ALL_ATTACK_DOWN(1),

View File

@ -1012,6 +1012,10 @@
<!-- Hellbound's mysterious powers give you 10 min. of Acquired SP/ XP +50% through hunting. Entire party. -->
<icon>BranchSys2.icon.g_giant_gem</icon>
<abnormalTime>120</abnormalTime>
<abnormalInstant>true</abnormalInstant>
<abnormalLvl>1</abnormalLvl>
<abnormalType>EXP_HERB</abnormalType>
<abnormalVisualEffect>HERB_PA_UP</abnormalVisualEffect>
<effectPoint>100</effectPoint>
<hitTime>100</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->
@ -1035,6 +1039,10 @@
<!-- Hellbound's mysterious powers give you 10 min. of Acquired SP/ XP +100% through hunting. Entire party. -->
<icon>BranchSys2.icon.g_dawn_gem</icon>
<abnormalTime>600</abnormalTime>
<abnormalInstant>true</abnormalInstant>
<abnormalLvl>2</abnormalLvl>
<abnormalType>EXP_HERB</abnormalType>
<abnormalVisualEffect>HERB_PA_UP</abnormalVisualEffect>
<effectPoint>100</effectPoint>
<hitTime>100</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->
@ -1058,6 +1066,10 @@
<!-- Hellbound's mysterious powers give you 2 min. of Acquired SP/ XP +300% through hunting. Entire party. -->
<icon>icon.etc_str_symbol_i01</icon>
<abnormalTime>120</abnormalTime>
<abnormalInstant>true</abnormalInstant>
<abnormalLvl>3</abnormalLvl>
<abnormalType>EXP_HERB</abnormalType>
<abnormalVisualEffect>HERB_PA_UP</abnormalVisualEffect>
<effectPoint>100</effectPoint>
<hitTime>100</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->

View File

@ -242,6 +242,7 @@ public enum AbnormalType
SONG_WEAPON(-1), // TODO: need find proper name
HEAL_RESISTANCE(-1), // TODO: need find proper name
TRIAD(-1),
EXP_HERB(-1),
AURA_DEBUFF(-1),
AB_HAWK_EYE(0),
ALL_ATTACK_DOWN(1),