Agathions rework.

This commit is contained in:
MobiusDev
2015-05-12 18:41:45 +00:00
parent 0715d55bad
commit dcdef3bd67
16 changed files with 437 additions and 54 deletions

View File

@@ -294,12 +294,18 @@
<set name="targetType" val="NONE" />
</skill>
<skill id="8527" levels="1" name="Release Agathion's Seal - Magmeld Fairy">
<!-- AUTO GENERATED SKILL -->
<!-- Removes the Agathion's seal. -->
<set name="icon" val="icon.etc_summon_aga_agit_i00" />
<set name="operateType" val="ACTIVE_INSTANT" />
<set name="targetType" val="SELF" />
<set name="hitTime" val="3000" />
<set name="icon" val="icon.skill_agathion_cute" />
<set name="isMagic" val="2" /> <!-- Static Skill -->
<set name="magicLvl" val="75" />
<set name="operateType" val="ACTIVE_INSTANT" />
<set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" />
<set name="targetType" val="SELF" />
<for>
<effect name="SummonAgathion">
<param npcId="16080" />
</effect>
</for>
</skill>
<skill id="8528" levels="1" name="Release Agathion's Seal">
<!-- AUTO GENERATED SKILL -->

View File

@@ -24,12 +24,16 @@
<set name="isDebuff" val="true" />
</skill>
<skill id="14102" levels="1" name="Agathion Cute Trick - Magmeld Fairy">
<!-- AUTO GENERATED SKILL -->
<!-- See the summoned spirit perform cute tricks. -->
<set name="icon" val="icon.skill_agathion_cute" />
<set name="isMagic" val="2" /> <!-- Static Skill -->
<set name="magicLvl" val="85" />
<set name="operateType" val="ACTIVE_INSTANT" />
<set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" />
<set name="targetType" val="SELF" />
<set name="hitTime" val="3000" />
<cond msgId="2292">
<player agathionId="16080" />
</cond>
</skill>
<skill id="14103" levels="1" name="Agathion Return - Magmeld Fairy">
<!-- AUTO GENERATED SKILL -->

View File

@@ -257,28 +257,43 @@
<set name="targetType" val="SELF" />
</skill>
<skill id="18133" levels="1" name="Release Agathion's Seal - Freya">
<!-- AUTO GENERATED SKILL -->
<!-- Releases Agathion's seal. -->
<set name="icon" val="icon.etc_summon_aga_agit_i00" />
<set name="operateType" val="ACTIVE_INSTANT" />
<set name="targetType" val="SELF" />
<set name="hitTime" val="3000" />
<set name="icon" val="icon.etc_summon_aga_agit_i00" />
<set name="isMagic" val="2" /> <!-- Static Skill -->
<set name="magicLvl" val="75" />
<set name="operateType" val="ACTIVE_INSTANT" />
<set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" />
<set name="targetType" val="SELF" />
<for>
<effect name="SummonAgathion">
<param npcId="13446" />
</effect>
</for>
</skill>
<skill id="18134" levels="1" name="Freya's Cuteness">
<!-- AUTO GENERATED SKILL -->
<!-- See Agathion's cuteness. -->
<set name="icon" val="icon.skill_agathion_cute" />
<set name="isMagic" val="2" /> <!-- Static Skill -->
<set name="magicLvl" val="85" />
<set name="operateType" val="ACTIVE_INSTANT" />
<set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" />
<set name="targetType" val="SELF" />
<set name="hitTime" val="3000" />
<cond msgId="2292">
<player agathionId="13446" />
</cond>
</skill>
<skill id="18135" levels="1" name="Freya's Cute Trick">
<!-- AUTO GENERATED SKILL -->
<!-- See Agathion's cute trick. -->
<set name="icon" val="icon.skill_agathion_special" />
<set name="isMagic" val="2" /> <!-- Static Skill -->
<set name="magicLvl" val="85" />
<set name="operateType" val="ACTIVE_INSTANT" />
<set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" />
<set name="targetType" val="SELF" />
<set name="hitTime" val="3000" />
<cond msgId="2292">
<player agathionId="13446" />
</cond>
</skill>
<skill id="18136" levels="1" name="Freya's Scroll of Escape: Town of Rune">
<!-- AUTO GENERATED SKILL -->

View File

@@ -871,12 +871,19 @@
<set name="targetType" val="SELF" />
</skill>
<skill id="21273" levels="7" name="Release Agathion's Seal - Valakas">
<!-- AUTO GENERATED SKILL -->
<!-- Removes the Agathion's seal. -->
<set name="icon" val="icon.etc_summon_aga_agit_i00" />
<set name="operateType" val="ACTIVE_INSTANT" />
<set name="targetType" val="SELF" />
<set name="hitTime" val="3000" />
<set name="isMagic" val="2" /> <!-- Static Skill -->
<set name="magicLvl" val="85" />
<set name="operateType" val="ACTIVE_INSTANT" />
<set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" />
<set name="targetType" val="SELF" />
<for>
<effect name="SummonAgathion">
<param npcId="16104" />
</effect>
</for>
</skill>
<skill id="21274" levels="6" name="Start of Evolution">
<!-- AUTO GENERATED SKILL -->

View File

@@ -737,8 +737,14 @@
</skill>
<skill id="23250" levels="1" name="Agathion Cute Trick - Cow">
<!-- You can see the summoned spirit's cute tricks. -->
<set name="operateType" val="PASSIVE" />
<set name="targetType" val="NONE" />
<set name="isMagic" val="2" /> <!-- Static Skill -->
<set name="magicLvl" val="85" />
<set name="operateType" val="ACTIVE_INSTANT" />
<set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" />
<set name="targetType" val="SELF" />
<cond msgId="2292">
<player agathionId="1596" />
</cond>
</skill>
<skill id="23251" levels="1" name="Agathion Cute Trick - Makeshift Bat">
<!-- You can see the summoned spirit's cute tricks. -->

View File

@@ -422,12 +422,16 @@
<set name="hitTime" val="200" />
</skill>
<skill id="23346" levels="7" name="Valakas Agathion Cute Trick">
<!-- AUTO GENERATED SKILL -->
<!-- You can see the summoned Valakas' cute tricks. -->
<set name="icon" val="icon.skill_agathion_cute" />
<set name="isMagic" val="2" /> <!-- Static Skill -->
<set name="magicLvl" val="85" />
<set name="operateType" val="ACTIVE_INSTANT" />
<set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" />
<set name="targetType" val="SELF" />
<set name="hitTime" val="3000" />
<cond msgId="2292">
<player agathionId="16104" />
</cond>
</skill>
<skill id="23347" levels="7" name="Valakas Agathion Special Skill: Valakas' Blessing">
<!-- AUTO GENERATED SKILL -->