Singer and Dancer agathion additions.

Contributed by Liamxroy.
This commit is contained in:
MobiusDevelopment
2019-08-16 09:30:05 +00:00
parent 7a8f667178
commit bdcd0d9c1d
33 changed files with 886 additions and 109 deletions

View File

@@ -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">

View File

@@ -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">

View File

@@ -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">

View File

@@ -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%. -->