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

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

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

View File

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