Singer and Dancer agathion additions.
Contributed by Liamxroy.
This commit is contained in:
parent
7a8f667178
commit
bdcd0d9c1d
@ -1295,9 +1295,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="29588" name="Black Long Samurai Sword Box" additionalName="30-day" type="EtcItem">
|
||||
|
@ -17,9 +17,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="49001" name="Agathion - Singer and Dancer Pack (30-day)" type="EtcItem">
|
||||
@ -55,9 +55,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="49003" name="Agathion - Singer and Dancer Pack (90-day)" type="EtcItem">
|
||||
|
@ -312,9 +312,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70115" name="Fishing Coin" type="EtcItem">
|
||||
|
@ -1727,26 +1727,88 @@
|
||||
<!-- For 20 minutes, Atk. Spd. + 5%. -->
|
||||
<icon>icon.bm_agathion_fury</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<hitTime>2000</hitTime>
|
||||
<effectPoint>100</effectPoint>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<abnormalType>DANCE_OF_FURY</abnormalType>
|
||||
<affectRange>1000</affectRange>
|
||||
<isMagic>3</isMagic> <!-- Dance Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A2</operateType>
|
||||
<reuseDelay>600000</reuseDelay>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<conditions>
|
||||
<condition name="OpNeedAgathion" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="PhysicalAttackSpeed">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55271" toLevel="1" name="Agathion - Dance of Concentration">
|
||||
<!-- For 20 minutes, Casting Spd. + 5%. -->
|
||||
<icon>icon.bm_agathion_concentration</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<hitTime>2000</hitTime>
|
||||
<effectPoint>100</effectPoint>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<abnormalType>DANCE_OF_CONCENTRATION</abnormalType>
|
||||
<affectRange>1000</affectRange>
|
||||
<isMagic>3</isMagic> <!-- Dance Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A2</operateType>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<reuseDelay>600000</reuseDelay>
|
||||
<conditions>
|
||||
<condition name="OpNeedAgathion" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="MagicalAttackSpeed">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55272" toLevel="1" name="Agathion - Song of Wind">
|
||||
<!-- For 5 min., Speed + 20. -->
|
||||
<icon>icon.bm_agathion_wind</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<operateType>A2</operateType>
|
||||
<hitTime>2000</hitTime>
|
||||
<reuseDelay>600000</reuseDelay>
|
||||
<effectPoint>100</effectPoint>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>300</abnormalTime>
|
||||
<abnormalType>SONG_OF_WIND</abnormalType>
|
||||
<affectRange>1000</affectRange>
|
||||
<hitTime>2500</hitTime>
|
||||
<isMagic>3</isMagic> <!-- Dance Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<conditions>
|
||||
<condition name="OpNeedAgathion" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="Speed">
|
||||
<amount>20</amount>
|
||||
<mode>DIFF</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55273" toLevel="3" name="Energy of Development">
|
||||
<!-- For 10 min. XP gained through hunting +5%. -->
|
||||
|
@ -1295,9 +1295,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="29588" name="Black Long Samurai Sword Box" additionalName="30-day" type="EtcItem">
|
||||
|
@ -18,9 +18,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="49001" name="Agathion - Singer and Dancer Pack (30-day)" type="EtcItem">
|
||||
@ -56,9 +56,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="49003" name="Agathion - Singer and Dancer Pack (90-day)" type="EtcItem">
|
||||
|
@ -312,9 +312,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70115" name="Fishing Coin" type="EtcItem">
|
||||
|
@ -1727,26 +1727,88 @@
|
||||
<!-- For 20 minutes, Atk. Spd. + 5%. -->
|
||||
<icon>icon.bm_agathion_fury</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<hitTime>2000</hitTime>
|
||||
<effectPoint>100</effectPoint>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<abnormalType>DANCE_OF_FURY</abnormalType>
|
||||
<affectRange>1000</affectRange>
|
||||
<isMagic>3</isMagic> <!-- Dance Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A2</operateType>
|
||||
<reuseDelay>600000</reuseDelay>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<conditions>
|
||||
<condition name="OpNeedAgathion" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="PhysicalAttackSpeed">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55271" toLevel="1" name="Agathion - Dance of Concentration">
|
||||
<!-- For 20 minutes, Casting Spd. + 5%. -->
|
||||
<icon>icon.bm_agathion_concentration</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<hitTime>2000</hitTime>
|
||||
<effectPoint>100</effectPoint>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<abnormalType>DANCE_OF_CONCENTRATION</abnormalType>
|
||||
<affectRange>1000</affectRange>
|
||||
<isMagic>3</isMagic> <!-- Dance Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A2</operateType>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<reuseDelay>600000</reuseDelay>
|
||||
<conditions>
|
||||
<condition name="OpNeedAgathion" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="MagicalAttackSpeed">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55272" toLevel="1" name="Agathion - Song of Wind">
|
||||
<!-- For 5 min., Speed + 20. -->
|
||||
<icon>icon.bm_agathion_wind</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<operateType>A2</operateType>
|
||||
<hitTime>2000</hitTime>
|
||||
<reuseDelay>600000</reuseDelay>
|
||||
<effectPoint>100</effectPoint>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>300</abnormalTime>
|
||||
<abnormalType>SONG_OF_WIND</abnormalType>
|
||||
<affectRange>1000</affectRange>
|
||||
<hitTime>2500</hitTime>
|
||||
<isMagic>3</isMagic> <!-- Dance Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<conditions>
|
||||
<condition name="OpNeedAgathion" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="Speed">
|
||||
<amount>20</amount>
|
||||
<mode>DIFF</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55273" toLevel="3" name="Energy of Development">
|
||||
<!-- For 10 min. XP gained through hunting +5%. -->
|
||||
|
@ -1475,9 +1475,71 @@
|
||||
<!-- For 20 minutes, XP / SP +10%, P. / M. Atk. +12%, P. /M. Critical Rate +10, P. / M. Critical Damage +5%, P. / M. Def. +15%, Max HP/MP/CP +25%, HP / MP Recovery Bonus +30%. With a certain chance, converts 5% of P. melee damage dealt into HP. Effect remains after death. -->
|
||||
<icon>icon.bm_dragon_fruit</icon>
|
||||
<operateType>A1</operateType>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<isMagic>4</isMagic>
|
||||
<reuseDelay>60000</reuseDelay>
|
||||
<effectPoint>1</effectPoint>
|
||||
<stayAfterDeath>true</stayAfterDeath>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<magicLvl>1</magicLvl>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>90508</itemConsumeId>
|
||||
<reuseDelay>60000</reuseDelay>
|
||||
<effects>
|
||||
<effect name="ExpModify">
|
||||
<amount>10</amount>
|
||||
</effect>
|
||||
<effect name="SpModify">
|
||||
<amount>10</amount>
|
||||
</effect>
|
||||
<effect name="PAtk">
|
||||
<amount>12</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MAtk">
|
||||
<amount>12</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="CriticalRate">
|
||||
<amount>10</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="CriticalDamage">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MagicCriticalDamage">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MaxHp">
|
||||
<amount>25</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MaxMp">
|
||||
<amount>25</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MaxCp">
|
||||
<amount>25</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="HpRegen">
|
||||
<amount>30</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MpRegen">
|
||||
<amount>30</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="VampiricAttack">
|
||||
<amount>5</amount>
|
||||
<chance>30</chance>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55683" toLevel="1" name="Royal Tears">
|
||||
<!-- The essence of Frintezza's feelings. P. Atk. / M. Atk. +15%, P. Def. / M. Def. +15%. -->
|
||||
|
@ -1295,9 +1295,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="29588" name="Black Long Samurai Sword Box" additionalName="30-day" type="EtcItem">
|
||||
|
@ -17,9 +17,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="49001" name="Agathion - Singer and Dancer Pack (30-day)" type="EtcItem">
|
||||
@ -55,9 +55,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="49003" name="Agathion - Singer and Dancer Pack (90-day)" type="EtcItem">
|
||||
|
@ -312,9 +312,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70115" name="Fishing Coin" type="EtcItem">
|
||||
|
@ -503,9 +503,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Agathion Dance of Fury-->
|
||||
<skill id="39017" level="1" /> <!-- Agathion Dance of Concetration-->
|
||||
<skill id="39018" level="1" /> <!-- Song of Wind -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70961" name="Agathion: Singer and Dancer" additionalName="7-day" type="Armor">
|
||||
@ -521,6 +521,14 @@
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="time" val="10080" />
|
||||
<skills>
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70962" name="Agathion: Singer and Dancer" additionalName="30-day" type="Armor">
|
||||
<!-- 30-day item. Equipping it in the main slot summons the Agathion Singer & Dancer and activates the Special Ability option. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. <Special Ability>. 1. Dance of Fury: increases Atk. Spd. by 5% for 20 minutes. 2. Dance of Concentration: increases Casting Spd. by 5% for 20 minutes. 3. Song of Wind: increases Speed by 20 for 5 minutes. Cooldown: 10 min. <Note>. Dance of Fury, Dance of Concentration, and Song of Wind do not stack. -->
|
||||
@ -535,6 +543,14 @@
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="time" val="43200" />
|
||||
<skills>
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70963" name="Agathion: Singer and Dancer" additionalName="90-day" type="Armor">
|
||||
<!-- 90-day item. Equipping it in the main slot summons the Agathion Singer & Dancer and activates the Special Ability option. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. <Special Ability>. 1. Dance of Fury: increases Atk. Spd. by 5% for 20 minutes. 2. Dance of Concentration: increases Casting Spd. by 5% for 20 minutes. 3. Song of Wind: increases Speed by 20 for 5 minutes. Cooldown: 10 min. <Note>. Dance of Fury, Dance of Concentration, and Song of Wind do not stack. -->
|
||||
@ -549,6 +565,14 @@
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="time" val="129600" />
|
||||
<skills>
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70964" name="Agathion: Griffin" additionalName="30-day" type="Armor">
|
||||
<!-- Equipping it in the main slot summons the Agathion Griffin and activates the Special Ability option. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. <Special Ability>. - STR/ INT +1. -->
|
||||
|
@ -1727,26 +1727,88 @@
|
||||
<!-- For 20 minutes, Atk. Spd. +5%. -->
|
||||
<icon>icon.bm_agathion_fury</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<hitTime>2000</hitTime>
|
||||
<effectPoint>100</effectPoint>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<abnormalType>DANCE_OF_FURY</abnormalType>
|
||||
<affectRange>1000</affectRange>
|
||||
<isMagic>3</isMagic> <!-- Dance Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A2</operateType>
|
||||
<reuseDelay>600000</reuseDelay>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<conditions>
|
||||
<condition name="OpNeedAgathion" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="PhysicalAttackSpeed">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55271" toLevel="1" name="Agathion - Dance of Concentration">
|
||||
<!-- For 20 minutes, Casting Spd. +5%. -->
|
||||
<icon>icon.bm_agathion_concentration</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<hitTime>2000</hitTime>
|
||||
<effectPoint>100</effectPoint>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<abnormalType>DANCE_OF_CONCENTRATION</abnormalType>
|
||||
<affectRange>1000</affectRange>
|
||||
<isMagic>3</isMagic> <!-- Dance Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A2</operateType>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<reuseDelay>600000</reuseDelay>
|
||||
<conditions>
|
||||
<condition name="OpNeedAgathion" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="MagicalAttackSpeed">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55272" toLevel="1" name="Agathion - Song of Wind">
|
||||
<!-- For 5 min., Speed +20. -->
|
||||
<icon>icon.bm_agathion_wind</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<operateType>A2</operateType>
|
||||
<hitTime>2000</hitTime>
|
||||
<reuseDelay>600000</reuseDelay>
|
||||
<effectPoint>100</effectPoint>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>300</abnormalTime>
|
||||
<abnormalType>SONG_OF_WIND</abnormalType>
|
||||
<affectRange>1000</affectRange>
|
||||
<hitTime>2500</hitTime>
|
||||
<isMagic>3</isMagic> <!-- Dance Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<conditions>
|
||||
<condition name="OpNeedAgathion" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="Speed">
|
||||
<amount>20</amount>
|
||||
<mode>DIFF</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55273" toLevel="3" name="Energy of Development">
|
||||
<!-- For 10 min. XP gained through hunting +5%. -->
|
||||
|
@ -1475,9 +1475,71 @@
|
||||
<!-- For 20 minutes, XP/ SP +10%, P./ M. Atk. +12%, P./ M. Critical Rate +10, P./ M. Critical Damage +5%, P./ M. Def. +15%, Max HP/ MP/ CP +25%, HP/ MP Recovery Bonus +30%. With a certain chance, converts 5% of P. melee damage dealt into HP. Effect remains after death. -->
|
||||
<icon>icon.bm_dragon_fruit</icon>
|
||||
<operateType>A1</operateType>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<isMagic>4</isMagic>
|
||||
<reuseDelay>60000</reuseDelay>
|
||||
<effectPoint>1</effectPoint>
|
||||
<stayAfterDeath>true</stayAfterDeath>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<magicLvl>1</magicLvl>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>90508</itemConsumeId>
|
||||
<reuseDelay>60000</reuseDelay>
|
||||
<effects>
|
||||
<effect name="ExpModify">
|
||||
<amount>10</amount>
|
||||
</effect>
|
||||
<effect name="SpModify">
|
||||
<amount>10</amount>
|
||||
</effect>
|
||||
<effect name="PAtk">
|
||||
<amount>12</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MAtk">
|
||||
<amount>12</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="CriticalRate">
|
||||
<amount>10</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="CriticalDamage">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MagicCriticalDamage">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MaxHp">
|
||||
<amount>25</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MaxMp">
|
||||
<amount>25</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MaxCp">
|
||||
<amount>25</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="HpRegen">
|
||||
<amount>30</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MpRegen">
|
||||
<amount>30</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="VampiricAttack">
|
||||
<amount>5</amount>
|
||||
<chance>30</chance>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55683" toLevel="1" name="Royal Tears">
|
||||
<!-- The essence of Frintezza's feelings. P. Atk./ M. Atk. +15%, P. Def./ M. Def. +15%. Changes the appearance of your weapon. Deleted upon logout. Not deleted upon death. -->
|
||||
|
@ -1295,9 +1295,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="29588" name="Black Long Samurai Sword Box" additionalName="30-day" type="EtcItem">
|
||||
|
@ -17,9 +17,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="49001" name="Agathion - Singer and Dancer Pack (30-day)" type="EtcItem">
|
||||
@ -55,9 +55,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="49003" name="Agathion - Singer and Dancer Pack (90-day)" type="EtcItem">
|
||||
|
@ -312,9 +312,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70115" name="Fishing Coin" type="EtcItem">
|
||||
|
@ -503,9 +503,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Agathion Dance of Fury-->
|
||||
<skill id="39017" level="1" /> <!-- Agathion Dance of Concetration-->
|
||||
<skill id="39018" level="1" /> <!-- Song of Wind -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70961" name="Agathion: Singer and Dancer" additionalName="7-day" type="Armor">
|
||||
@ -521,6 +521,14 @@
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="time" val="10080" />
|
||||
<skills>
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70962" name="Agathion: Singer and Dancer" additionalName="30-day" type="Armor">
|
||||
<!-- 30-day item. Equipping it in the main slot summons the Agathion Singer & Dancer and activates the Special Ability option. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. <Special Ability>. 1. Dance of Fury: increases Atk. Spd. by 5% for 20 minutes. 2. Dance of Concentration: increases Casting Spd. by 5% for 20 minutes. 3. Song of Wind: increases Speed by 20 for 5 minutes. Cooldown: 10 min. <Note>. Dance of Fury, Dance of Concentration, and Song of Wind do not stack. -->
|
||||
@ -535,6 +543,14 @@
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="time" val="43200" />
|
||||
<skills>
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70963" name="Agathion: Singer and Dancer" additionalName="90-day" type="Armor">
|
||||
<!-- 90-day item. Equipping it in the main slot summons the Agathion Singer & Dancer and activates the Special Ability option. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. <Special Ability>. 1. Dance of Fury: increases Atk. Spd. by 5% for 20 minutes. 2. Dance of Concentration: increases Casting Spd. by 5% for 20 minutes. 3. Song of Wind: increases Speed by 20 for 5 minutes. Cooldown: 10 min. <Note>. Dance of Fury, Dance of Concentration, and Song of Wind do not stack. -->
|
||||
@ -549,6 +565,14 @@
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="time" val="129600" />
|
||||
<skills>
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70964" name="Agathion: Griffin" additionalName="30-day" type="Armor">
|
||||
<!-- Equipping it in the main slot summons the Agathion Griffin and activates the Special Ability option. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. <Special Ability>. - STR/ INT +1. -->
|
||||
|
@ -1727,26 +1727,88 @@
|
||||
<!-- For 20 min., Atk. Spd. +5%. -->
|
||||
<icon>icon.bm_agathion_fury</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<hitTime>2000</hitTime>
|
||||
<effectPoint>100</effectPoint>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<abnormalType>DANCE_OF_FURY</abnormalType>
|
||||
<affectRange>1000</affectRange>
|
||||
<isMagic>3</isMagic> <!-- Dance Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A2</operateType>
|
||||
<reuseDelay>600000</reuseDelay>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<conditions>
|
||||
<condition name="OpNeedAgathion" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="PhysicalAttackSpeed">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55271" toLevel="1" name="Agathion - Dance of Concentration">
|
||||
<!-- For 20 min., Casting Spd. +5%. -->
|
||||
<icon>icon.bm_agathion_concentration</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<hitTime>2000</hitTime>
|
||||
<effectPoint>100</effectPoint>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<abnormalType>DANCE_OF_CONCENTRATION</abnormalType>
|
||||
<affectRange>1000</affectRange>
|
||||
<isMagic>3</isMagic> <!-- Dance Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A2</operateType>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<reuseDelay>600000</reuseDelay>
|
||||
<conditions>
|
||||
<condition name="OpNeedAgathion" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="MagicalAttackSpeed">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55272" toLevel="1" name="Agathion - Song of Wind">
|
||||
<!-- For 5 min., Speed +20. -->
|
||||
<icon>icon.bm_agathion_wind</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<operateType>A2</operateType>
|
||||
<hitTime>2000</hitTime>
|
||||
<reuseDelay>600000</reuseDelay>
|
||||
<effectPoint>100</effectPoint>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>300</abnormalTime>
|
||||
<abnormalType>SONG_OF_WIND</abnormalType>
|
||||
<affectRange>1000</affectRange>
|
||||
<hitTime>2500</hitTime>
|
||||
<isMagic>3</isMagic> <!-- Dance Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<conditions>
|
||||
<condition name="OpNeedAgathion" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="Speed">
|
||||
<amount>20</amount>
|
||||
<mode>DIFF</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55273" toLevel="3" name="Energy of Development">
|
||||
<!-- For 10 min., acquired XP +5%. -->
|
||||
|
@ -1475,9 +1475,71 @@
|
||||
<!-- For 20 min., XP/ SP +10%, P./ M. Atk. +12%, P./ M. Critical Rate +10, P./ M. Critical Damage +5%, P./ M. Def. +15%, Max HP/ MP/ CP +25%, HP/ MP Recovery Bonus +30%. With a certain chance, converts 5% of P. melee damage dealt into HP. Buff remains after death. -->
|
||||
<icon>icon.bm_dragon_fruit</icon>
|
||||
<operateType>A1</operateType>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<isMagic>4</isMagic>
|
||||
<reuseDelay>60000</reuseDelay>
|
||||
<effectPoint>1</effectPoint>
|
||||
<stayAfterDeath>true</stayAfterDeath>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<magicLvl>1</magicLvl>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>90508</itemConsumeId>
|
||||
<reuseDelay>60000</reuseDelay>
|
||||
<effects>
|
||||
<effect name="ExpModify">
|
||||
<amount>10</amount>
|
||||
</effect>
|
||||
<effect name="SpModify">
|
||||
<amount>10</amount>
|
||||
</effect>
|
||||
<effect name="PAtk">
|
||||
<amount>12</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MAtk">
|
||||
<amount>12</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="CriticalRate">
|
||||
<amount>10</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="CriticalDamage">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MagicCriticalDamage">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MaxHp">
|
||||
<amount>25</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MaxMp">
|
||||
<amount>25</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MaxCp">
|
||||
<amount>25</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="HpRegen">
|
||||
<amount>30</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MpRegen">
|
||||
<amount>30</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="VampiricAttack">
|
||||
<amount>5</amount>
|
||||
<chance>30</chance>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55683" toLevel="1" name="Royal Tears">
|
||||
<!-- The essence of Frintezza's feelings. P. Atk./ M. Atk. +15%, P. Def./ M. Def. +15%. Changes the appearance of your weapon. Deleted upon logout. Not deleted upon death. -->
|
||||
|
@ -1295,9 +1295,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="29588" name="Black Long Samurai Sword Box" additionalName="30-day" type="EtcItem">
|
||||
|
@ -17,9 +17,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="49001" name="Agathion - Singer and Dancer Pack (30-day)" type="EtcItem">
|
||||
@ -55,9 +55,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="49003" name="Agathion - Singer and Dancer Pack (90-day)" type="EtcItem">
|
||||
|
@ -312,9 +312,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70115" name="Fishing Coin" type="EtcItem">
|
||||
|
@ -503,9 +503,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Agathion Dance of Fury-->
|
||||
<skill id="39017" level="1" /> <!-- Agathion Dance of Concetration-->
|
||||
<skill id="39018" level="1" /> <!-- Song of Wind -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70961" name="Agathion: Singer and Dancer" additionalName="7-day" type="Armor">
|
||||
@ -521,6 +521,14 @@
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="time" val="10080" />
|
||||
<skills>
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70962" name="Agathion: Singer and Dancer" additionalName="30-day" type="Armor">
|
||||
<!-- 30-day item. Equipping it in the main slot summons the Agathion Singer & Dancer and activates the Special Ability option. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. <Special Ability>. 1. Dance of Fury: increases Atk. Spd. by 5% for 20 minutes. 2. Dance of Concentration: increases Casting Spd. by 5% for 20 minutes. 3. Song of Wind: increases Speed by 20 for 5 minutes. Cooldown: 10 min. <Note>. Dance of Fury, Dance of Concentration, and Song of Wind do not stack. -->
|
||||
@ -535,6 +543,14 @@
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="time" val="43200" />
|
||||
<skills>
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70963" name="Agathion: Singer and Dancer" additionalName="90-day" type="Armor">
|
||||
<!-- 90-day item. Equipping it in the main slot summons the Agathion Singer & Dancer and activates the Special Ability option. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. <Special Ability>. 1. Dance of Fury: increases Atk. Spd. by 5% for 20 minutes. 2. Dance of Concentration: increases Casting Spd. by 5% for 20 minutes. 3. Song of Wind: increases Speed by 20 for 5 minutes. Cooldown: 10 min. <Note>. Dance of Fury, Dance of Concentration, and Song of Wind do not stack. -->
|
||||
@ -549,6 +565,14 @@
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="time" val="129600" />
|
||||
<skills>
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70964" name="Agathion: Griffin" additionalName="30-day" type="Armor">
|
||||
<!-- Equipping it in the main slot summons the Agathion Griffin and activates the Special Ability option. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. <Special Ability>. - STR/ INT +1. -->
|
||||
|
@ -1727,26 +1727,88 @@
|
||||
<!-- For 20 min., Atk. Spd. +5%. -->
|
||||
<icon>icon.bm_agathion_fury</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<hitTime>2000</hitTime>
|
||||
<effectPoint>100</effectPoint>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<abnormalType>DANCE_OF_FURY</abnormalType>
|
||||
<affectRange>1000</affectRange>
|
||||
<isMagic>3</isMagic> <!-- Dance Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A2</operateType>
|
||||
<reuseDelay>600000</reuseDelay>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<conditions>
|
||||
<condition name="OpNeedAgathion" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="PhysicalAttackSpeed">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55271" toLevel="1" name="Agathion - Dance of Concentration">
|
||||
<!-- For 20 min., Casting Spd. +5%. -->
|
||||
<icon>icon.bm_agathion_concentration</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<hitTime>2000</hitTime>
|
||||
<effectPoint>100</effectPoint>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<abnormalType>DANCE_OF_CONCENTRATION</abnormalType>
|
||||
<affectRange>1000</affectRange>
|
||||
<isMagic>3</isMagic> <!-- Dance Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A2</operateType>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<reuseDelay>600000</reuseDelay>
|
||||
<conditions>
|
||||
<condition name="OpNeedAgathion" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="MagicalAttackSpeed">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55272" toLevel="1" name="Agathion - Song of Wind">
|
||||
<!-- For 5 min., Speed +20. -->
|
||||
<icon>icon.bm_agathion_wind</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<operateType>A2</operateType>
|
||||
<hitTime>2000</hitTime>
|
||||
<reuseDelay>600000</reuseDelay>
|
||||
<effectPoint>100</effectPoint>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>300</abnormalTime>
|
||||
<abnormalType>SONG_OF_WIND</abnormalType>
|
||||
<affectRange>1000</affectRange>
|
||||
<hitTime>2500</hitTime>
|
||||
<isMagic>3</isMagic> <!-- Dance Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<conditions>
|
||||
<condition name="OpNeedAgathion" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="Speed">
|
||||
<amount>20</amount>
|
||||
<mode>DIFF</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55273" toLevel="3" name="Energy of Development">
|
||||
<!-- For 10 min., Acquired XP/ SP +$s1. -->
|
||||
|
@ -1475,9 +1475,71 @@
|
||||
<!-- For 20 min., XP/ SP +10%, P./ M. Atk. +12%, P./ M. Critical Rate +10, P./ M. Critical Damage +5%, P./ M. Def. +15%, Max HP/ MP/ CP +25%, HP/ MP Recovery Bonus +30%. With a certain chance, converts 5% of P. melee damage dealt into HP. Effect remains after death. -->
|
||||
<icon>icon.bm_dragon_fruit</icon>
|
||||
<operateType>A1</operateType>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<isMagic>4</isMagic>
|
||||
<reuseDelay>60000</reuseDelay>
|
||||
<effectPoint>1</effectPoint>
|
||||
<stayAfterDeath>true</stayAfterDeath>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<magicLvl>1</magicLvl>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>90508</itemConsumeId>
|
||||
<reuseDelay>60000</reuseDelay>
|
||||
<effects>
|
||||
<effect name="ExpModify">
|
||||
<amount>10</amount>
|
||||
</effect>
|
||||
<effect name="SpModify">
|
||||
<amount>10</amount>
|
||||
</effect>
|
||||
<effect name="PAtk">
|
||||
<amount>12</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MAtk">
|
||||
<amount>12</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="CriticalRate">
|
||||
<amount>10</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="CriticalDamage">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MagicCriticalDamage">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MaxHp">
|
||||
<amount>25</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MaxMp">
|
||||
<amount>25</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MaxCp">
|
||||
<amount>25</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="HpRegen">
|
||||
<amount>30</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MpRegen">
|
||||
<amount>30</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="VampiricAttack">
|
||||
<amount>5</amount>
|
||||
<chance>30</chance>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55683" toLevel="1" name="Royal Tears">
|
||||
<!-- The essence of Frintezza's feelings. P. Atk./ M. Atk. +15%, P. Def./ M. Def. +15%. Changes the appearance of your weapon. Deleted upon logout. Effect remains after death. -->
|
||||
|
@ -1295,9 +1295,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="29588" name="Black Long Samurai Sword Box" additionalName="30-day" type="EtcItem">
|
||||
|
@ -17,9 +17,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="49001" name="Agathion - Singer and Dancer Pack (30-day)" type="EtcItem">
|
||||
@ -55,9 +55,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="49003" name="Agathion - Singer and Dancer Pack (90-day)" type="EtcItem">
|
||||
|
@ -312,9 +312,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39017" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="39018" level="1" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70115" name="Fishing Coin" type="EtcItem">
|
||||
|
@ -503,9 +503,9 @@
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="39016" level="1" /> <!-- Agathion Dance of Fury-->
|
||||
<skill id="39017" level="1" /> <!-- Agathion Dance of Concetration-->
|
||||
<skill id="39018" level="1" /> <!-- Song of Wind -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70961" name="Agathion: Singer and Dancer" additionalName="7-day" type="Armor">
|
||||
@ -521,6 +521,14 @@
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="time" val="10080" />
|
||||
<skills>
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70962" name="Agathion: Singer and Dancer" additionalName="30-day" type="Armor">
|
||||
<!-- 30-day item. Equipping it in the main slot summons the Agathion Singer & Dancer and activates the Special Ability option. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. <Special Ability>. 1. Dance of Fury: increases Atk. Spd. by 5% for 20 minutes. 2. Dance of Concentration: increases Casting Spd. by 5% for 20 minutes. 3. Song of Wind: increases Speed by 20 for 5 minutes. Cooldown: 10 min. <Note>. Dance of Fury, Dance of Concentration, and Song of Wind do not stack. -->
|
||||
@ -535,6 +543,14 @@
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="time" val="43200" />
|
||||
<skills>
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70963" name="Agathion: Singer and Dancer" additionalName="90-day" type="Armor">
|
||||
<!-- 90-day item. Equipping it in the main slot summons the Agathion Singer & Dancer and activates the Special Ability option. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. <Special Ability>. 1. Dance of Fury: increases Atk. Spd. by 5% for 20 minutes. 2. Dance of Concentration: increases Casting Spd. by 5% for 20 minutes. 3. Song of Wind: increases Speed by 20 for 5 minutes. Cooldown: 10 min. <Note>. Dance of Fury, Dance of Concentration, and Song of Wind do not stack. -->
|
||||
@ -549,6 +565,14 @@
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="time" val="129600" />
|
||||
<skills>
|
||||
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
|
||||
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
|
||||
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
|
||||
<skill id="55270" level="1" /> <!-- Agathion - Dance of Fury -->
|
||||
<skill id="55271" level="1" /> <!-- Agathion - Dance of Concentration -->
|
||||
<skill id="55272" level="1" /> <!-- Agathion - Song of Wind -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70964" name="Agathion: Griffin" additionalName="30-day" type="Armor">
|
||||
<!-- Equipping it in the main slot summons the Agathion Griffin and activates the Special Ability option. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. <Special Ability>. - STR/ INT +1. -->
|
||||
|
@ -1727,26 +1727,88 @@
|
||||
<!-- For 20 min., Atk. Spd. +5%. -->
|
||||
<icon>icon.bm_agathion_fury</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<hitTime>2000</hitTime>
|
||||
<effectPoint>100</effectPoint>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<abnormalType>DANCE_OF_FURY</abnormalType>
|
||||
<affectRange>1000</affectRange>
|
||||
<isMagic>3</isMagic> <!-- Dance Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A2</operateType>
|
||||
<reuseDelay>600000</reuseDelay>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<conditions>
|
||||
<condition name="OpNeedAgathion" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="PhysicalAttackSpeed">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55271" toLevel="1" name="Agathion - Dance of Concentration">
|
||||
<!-- For 20 min., Casting Spd. +5%. -->
|
||||
<icon>icon.bm_agathion_concentration</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<hitTime>2000</hitTime>
|
||||
<effectPoint>100</effectPoint>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<abnormalType>DANCE_OF_CONCENTRATION</abnormalType>
|
||||
<affectRange>1000</affectRange>
|
||||
<isMagic>3</isMagic> <!-- Dance Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A2</operateType>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<reuseDelay>600000</reuseDelay>
|
||||
<conditions>
|
||||
<condition name="OpNeedAgathion" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="MagicalAttackSpeed">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55272" toLevel="1" name="Agathion - Song of Wind">
|
||||
<!-- For 5 min., Speed +20. -->
|
||||
<icon>icon.bm_agathion_wind</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<operateType>A2</operateType>
|
||||
<hitTime>2000</hitTime>
|
||||
<reuseDelay>600000</reuseDelay>
|
||||
<effectPoint>100</effectPoint>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>300</abnormalTime>
|
||||
<abnormalType>SONG_OF_WIND</abnormalType>
|
||||
<affectRange>1000</affectRange>
|
||||
<hitTime>2500</hitTime>
|
||||
<isMagic>3</isMagic> <!-- Dance Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<conditions>
|
||||
<condition name="OpNeedAgathion" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="Speed">
|
||||
<amount>20</amount>
|
||||
<mode>DIFF</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55273" toLevel="3" name="Energy of Development">
|
||||
<!-- For 10 min., Acquired XP/ SP +$s1. -->
|
||||
|
@ -1364,7 +1364,6 @@
|
||||
<itemConsumeId>70758</itemConsumeId>
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<reuseDelay>1000</reuseDelay>
|
||||
<hitTime>500</hitTime>
|
||||
<coolTime>500</coolTime>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
@ -1476,9 +1475,71 @@
|
||||
<!-- For 20 min., XP/ SP +10%, P./ M. Atk. +12%, P./ M. Critical Rate +10, P./ M. Critical Damage +5%, P./ M. Def. +15%, Max HP/ MP/ CP +25%, HP/ MP Recovery Bonus +30%. Has a chance of absorbing 5% of damage inflicted on enemy as HP. Effect remains after death. -->
|
||||
<icon>icon.bm_dragon_fruit</icon>
|
||||
<operateType>A1</operateType>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<isMagic>4</isMagic>
|
||||
<reuseDelay>60000</reuseDelay>
|
||||
<effectPoint>1</effectPoint>
|
||||
<stayAfterDeath>true</stayAfterDeath>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<magicLvl>1</magicLvl>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>90508</itemConsumeId>
|
||||
<reuseDelay>60000</reuseDelay>
|
||||
<effects>
|
||||
<effect name="ExpModify">
|
||||
<amount>10</amount>
|
||||
</effect>
|
||||
<effect name="SpModify">
|
||||
<amount>10</amount>
|
||||
</effect>
|
||||
<effect name="PAtk">
|
||||
<amount>12</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MAtk">
|
||||
<amount>12</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="CriticalRate">
|
||||
<amount>10</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="CriticalDamage">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MagicCriticalDamage">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MaxHp">
|
||||
<amount>25</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MaxMp">
|
||||
<amount>25</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MaxCp">
|
||||
<amount>25</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="HpRegen">
|
||||
<amount>30</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MpRegen">
|
||||
<amount>30</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="VampiricAttack">
|
||||
<amount>5</amount>
|
||||
<chance>30</chance>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55683" toLevel="1" name="Royal Tears">
|
||||
<!-- The essence of Frintezza's feelings. P. Atk./ M. Atk. +15%, P. Def./ M. Def. +15%. Changes the appearance of your weapon. Deleted upon logout. Effect remains after death. -->
|
||||
|
Loading…
Reference in New Issue
Block a user