Addition of missing VANGUARD_CHANGE_ARMOR abnormal visual effect.

Contributed by nasseka.
This commit is contained in:
MobiusDevelopment 2022-07-28 11:37:17 +00:00
parent c375779a43
commit e3d1410d8d
2 changed files with 4 additions and 1 deletions

View File

@ -1144,10 +1144,11 @@
</effects>
</skill>
<skill id="47871" toLevel="1" name="Change Armor">
<!-- Changes the Vanguard Rider's armor appearance. When activated, the default appearance is shown. When deactivated, the Vanguard Rider's armor appearance is shown. If no upper armor is equipped, the Vanguard Rider's armor is not used. -->
<icon>icon.s_orc_armor_change</icon>
<operateType>T</operateType>
<abnormalType>CHANGEBODY</abnormalType>
<abnormalVisualEffect>DK_CHANGE_ARMOR</abnormalVisualEffect>
<abnormalVisualEffect>VANGUARD_CHANGE_ARMOR</abnormalVisualEffect>
<blockedInOlympiad>true</blockedInOlympiad>
<effectPoint>1</effectPoint>
<isMagic>4</isMagic> <!-- Magic Skill -->

View File

@ -606,6 +606,8 @@ public enum AbnormalVisualEffect
S_EVENT_MOON_AVE(597),
V_DARION_REFLECTION_AVE(598),
V_OR_BURNING_BEAST_FIRE_AVE(599),
VANGUARD_CHANGE_ARMOR(600),
VANGUARD_RANKER(601),
H_Y_BLESSING_OF_EMPEROR_AVE(602),
H_B_BLESSING_OF_GUARDIAN_AVE(603),
H_P_BLESSING_OF_LORD_AVE(604),