Added some missing NPC skills.

This commit is contained in:
MobiusDev 2017-07-16 07:10:40 +00:00
parent a64757fb81
commit f413ea64de
3 changed files with 58 additions and 1 deletions

View File

@ -781,7 +781,7 @@
</speed>
</stats>
<skill_list>
<skill id="23235" level="1" /> <!--Singer & Dancer Agathion Special Skill - Song of Hunter -->
<skill id="23235" level="1" /> <!-- Singer & Dancer Agathion Special Skill - Song of Hunter -->
</skill_list>
<collision>
<radius normal="25" />

View File

@ -16,6 +16,23 @@
<condition name="OpNeedAgathion" />
</conditions>
</skill>
<skill id="23235" toLevel="1" name="Release Agathion's Seal - Singer and Dancer">
<hitTime>3000</hitTime>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>85</magicLvl>
<operateType>A1</operateType>
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
<magicCriticalRate>5</magicCriticalRate>
<hitCancelTime>0</hitCancelTime>
<icon>icon.etc_summon_aga_agit_i00</icon>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="SummonAgathion">
<npcId>1594</npcId>
</effect>
</effects>
</skill>
<skill id="23298" toLevel="1" name="Flame Hawk">
<abnormalLvl>1</abnormalLvl>
<abnormalTime>10</abnormalTime>

View File

@ -27,4 +27,44 @@
</effect>
</effects>
</skill>
<skill id="23318" toLevel="1" name="Cat the Ranger Boost">
<operateType>A2</operateType>
<effectPoint>1</effectPoint>
<abnormalType>MULTI_BUFF</abnormalType>
<basicProperty>NONE</basicProperty>
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
<magicCriticalRate>-5</magicCriticalRate>
<specialLevel>-1</specialLevel>
<hitCancelTime>0</hitCancelTime>
<effectRange>1400</effectRange>
<abnormalLvl>1</abnormalLvl>
<abnormalTime>60</abnormalTime>
<irreplacableBuff>true</irreplacableBuff>
<icon>BranchSys2.icon.action5016</icon>
<reuseDelay>600000</reuseDelay>
<isMagic>1</isMagic>
<castRange>900</castRange>
<targetType>TARGET</targetType>
<affectScope>SINGLE</affectScope>
</skill>
<skill id="23325" toLevel="1" name="Enlarge - Luckpy">
<operateType>A1</operateType>
<rideState>NONE</rideState>
<magicCriticalRate>-5</magicCriticalRate>
<hitCancelTime>0</hitCancelTime>
<magicLvl>85</magicLvl>
<hitTime>2000</hitTime>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
</skill>
<skill id="23326" toLevel="1" name="Reduce - Luckpy">
<operateType>A1</operateType>
<rideState>NONE</rideState>
<magicCriticalRate>-5</magicCriticalRate>
<hitCancelTime>0</hitCancelTime>
<magicLvl>85</magicLvl>
<hitTime>2000</hitTime>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
</skill>
</list>