Sayha Talisman fixes.
Contributed by Liamxroy.
This commit is contained in:
@@ -2494,6 +2494,7 @@
|
||||
<value level="3">icon.sayhas_talisman_g_Lv3</value>
|
||||
<value level="4">icon.sayhas_talisman_g_Lv4</value>
|
||||
</icon>
|
||||
<abnormalType>TALISMAN_SPECIAL</abnormalType>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>45</abnormalTime>
|
||||
<operateType>A2</operateType>
|
||||
@@ -2539,6 +2540,7 @@
|
||||
<value level="3">icon.sayhas_talisman_pve_Lv3</value>
|
||||
<value level="4">icon.sayhas_talisman_pve_Lv4</value>
|
||||
</icon>
|
||||
<abnormalType>TALISMAN_SPECIAL</abnormalType>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>45</abnormalTime>
|
||||
<operateType>A2</operateType>
|
||||
@@ -2593,6 +2595,7 @@
|
||||
<value level="3">icon.sayhas_talisman_pvp_Lv3</value>
|
||||
<value level="4">icon.sayhas_talisman_pvp_Lv4</value>
|
||||
</icon>
|
||||
<abnormalType>TALISMAN_SPECIAL</abnormalType>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>45</abnormalTime>
|
||||
<operateType>A2</operateType>
|
||||
|
@@ -1050,6 +1050,8 @@
|
||||
<value level="4">BranchIcon.Icon.g_therich_i03</value>
|
||||
</icon>
|
||||
<operateType>A2</operateType>
|
||||
<abnormalType>TALISMAN_SPECIAL</abnormalType>
|
||||
<abnormalLvl>2</abnormalLvl>
|
||||
<abnormalTime>
|
||||
<value level="1">60</value>
|
||||
<value level="2">60</value>
|
||||
|
@@ -1536,7 +1536,7 @@
|
||||
<!-- Recovers HP by $s1, MP by $s2, and CP by $s3. -->
|
||||
<icon>icon.bm_sayhas_talisman</icon>
|
||||
<operateType>A1</operateType>
|
||||
<targetType>TARGET</targetType>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<hitTime>300</hitTime>
|
||||
<coolTime>300</coolTime>
|
||||
|
@@ -703,7 +703,7 @@
|
||||
<!-- Recovers HP by $s1, MP by $s2, and CP by $s3. -->
|
||||
<icon>icon.bm_sayhas_talisman</icon>
|
||||
<operateType>A1</operateType>
|
||||
<targetType>TARGET</targetType>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<hitTime>300</hitTime>
|
||||
<coolTime>300</coolTime>
|
||||
|
@@ -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),
|
||||
TALISMAN_SPECIAL(-1),
|
||||
EXP_HERB(-1),
|
||||
AURA_DEBUFF(-1),
|
||||
AB_HAWK_EYE(0),
|
||||
|
Reference in New Issue
Block a user