Various skill fixes, including the caster only buff for Spirit of Iss.

Contributed by manax182.
This commit is contained in:
MobiusDevelopment 2021-03-01 05:43:36 +00:00
parent e2deaca80c
commit 445f361888
2 changed files with 119 additions and 104 deletions

View File

@ -125,36 +125,37 @@
<skill id="19204" toLevel="1" name="Prophecy of Might">
<!-- For $s1, the targeted party member's P. Critical Rate, P./ M. Skill Critical Rate, P. Critical Damage, and P./ M. Skill Critical Damage +$s2. Additionally, activates the Spirit of Iss effect. P./ M. Atk. and P./ M. Def. +$s3. Cannot be used with Chant of Bison/ Victories of Pa'agrio. Consumes $s4 Spirit Ore. <The character is targeted automatically> -->
<icon>icon.skill19204</icon>
<abnormalLevel>1</abnormalLevel>
<abnormalTime>
<value fromLevel="1" toLevel="1">300</value>
<value fromLevel="1" toLevel="1" fromSubLevel="1001" toSubLevel="1010">{base + subIndex}</value>
<value fromLevel="1" toLevel="1" fromSubLevel="1011" toSubLevel="1020">{base + 10 + 0.5 * subIndex}</value>
</abnormalTime>
<abnormalType>SONG_WEAPON</abnormalType> <!-- find proper name -->
<operateType>A2</operateType>
<targetType>MY_PARTY</targetType>
<affectScope>SINGLE</affectScope>
<affectObject>FRIEND</affectObject>
<mpConsume>270</mpConsume>
<castRange>400</castRange>
<hitTime>5000</hitTime>
<coolTime>500</coolTime>
<effectPoint>712</effectPoint>
<reuseDelay>300000</reuseDelay>
<abnormalType>SONG_WEAPON</abnormalType>
<isTriggeredSkill>true</isTriggeredSkill>
<affectRange>1000</affectRange>
<itemConsumeCount>10</itemConsumeCount>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ores -->
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<operateType>A3</operateType>
<targetType>MY_PARTY</targetType>
<affectScope>PARTY</affectScope>
<mpConsume>332</mpConsume>
<hitTime>8000</hitTime>
<coolTime>300</coolTime>
<effectPoint>712</effectPoint>
<reuseDelay>600000</reuseDelay>
<conditions>
<condition name="TargetMyParty">
<includeMe>true</includeMe>
</condition>
</conditions>
<effects>
<effect name="SkillCriticalDamage">
<amount>25</amount>
<mode>PER</mode>
<abnormalTime>
<value fromLevel="1" toLevel="1">300</value>
<value fromLevel="1" toLevel="1" fromSubLevel="1001" toSubLevel="1010">{base + subIndex}</value>
<value fromLevel="1" toLevel="1" fromSubLevel="1011" toSubLevel="1020">{base + 10 + 0.5 * subIndex}</value>
</abnormalTime>
<selfEffects>
<effect name="CallSkill">
<skillId>30848</skillId> <!-- Spirit of iss -->
<skillLevel>1</skillLevel>
</effect>
<effect name="SkillCriticalProbability">
</selfEffects>
<effects>
<effect name="CriticalRate">
<amount>25</amount>
<mode>PER</mode>
</effect>
@ -162,10 +163,6 @@
<amount>25</amount>
<mode>PER</mode>
</effect>
<effect name="CriticalRate">
<amount>25</amount>
<mode>PER</mode>
</effect>
<effect name="MagicCriticalRate">
<amount>25</amount>
<mode>PER</mode>
@ -174,13 +171,15 @@
<amount>25</amount>
<mode>PER</mode>
</effect>
</effects>
<selfEffects>
<effect name="CallSkill">
<skillId>30848</skillId> <!-- Spirit of Iss -->
<skillLevel>1</skillLevel>
<effect name="PhysicalSkillPower">
<amount>25</amount>
<mode>PER</mode>
</effect>
</selfEffects>
<effect name="MagicalSkillPower">
<amount>25</amount>
<mode>PER</mode>
</effect>
</effects>
</skill>
<skill id="19205" toLevel="1" name="Song of Archery">
<!-- For $s1, all party members' Bow/ Crossbow Resistance +$s2. Cannot be used with Sage's Dance or Song of Thief. Consumes $s3 Spirit Ore. -->
@ -245,26 +244,26 @@
<skill id="19207" toLevel="1" name="Chant of Bison">
<!-- For $s1, all party members' Critical Rate for standard attacks, P./ M. Skill Critical Rate, P./ M. Skill Power +$s2. Additionally, activates the Spirit of Iss effect: P./ M. Atk. and P./ M. Def. +$s3. Cannot be used with Prophecy of Might/ Victories of Pa'agrio. Consumes $s4 Spirit Ore. -->
<icon>icon.skill19207</icon>
<abnormalLevel>2</abnormalLevel>
<abnormalTime>
<value fromLevel="1" toLevel="1">300</value>
<value fromLevel="1" toLevel="1" fromSubLevel="1001" toSubLevel="1020">{base + (subIndex * 15)}</value>
<value fromLevel="1" toLevel="1" fromSubLevel="1001" toSubLevel="1010">{base + subIndex}</value>
<value fromLevel="1" toLevel="1" fromSubLevel="1011" toSubLevel="1020">{base + 10 + 0.5 * subIndex}</value>
</abnormalTime>
<abnormalType>SONG_WEAPON</abnormalType>
<affectRange>1000</affectRange>
<itemConsumeCount>10</itemConsumeCount>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<operateType>A2</operateType>
<operateType>A3</operateType>
<targetType>SELF</targetType>
<affectScope>PARTY</affectScope>
<affectObject>FRIEND</affectObject>
<mpConsume>332</mpConsume>
<hitTime>5000</hitTime>
<coolTime>500</coolTime>
<hitTime>8000</hitTime>
<coolTime>300</coolTime>
<effectPoint>712</effectPoint>
<reuseDelay>600000</reuseDelay>
<effects>
<effect name="SkillCriticalDamage">
<effect name="CriticalRate">
<amount>15</amount>
<mode>PER</mode>
</effect>
@ -272,27 +271,29 @@
<amount>15</amount>
<mode>PER</mode>
</effect>
<effect name="CriticalRate">
<amount>15</amount>
<mode>PER</mode>
</effect>
<effect name="MagicCriticalRate">
<amount>15</amount>
<mode>PER</mode>
</effect>
<effect name="SkillCriticalProbability">
<amount>15</amount>
<mode>PER</mode>
</effect>
<effect name="MagicCriticalDamage">
<amount>15</amount>
<mode>PER</mode>
</effect>
<effect name="PhysicalSkillPower">
<amount>15</amount>
<mode>PER</mode>
</effect>
<effect name="MagicalSkillPower">
<amount>15</amount>
<mode>PER</mode>
</effect>
</effects>
<selfEffects>
<effect name="CallSkill">
<skillId>30848</skillId> <!-- Spirit of Iss -->
<skillLevel>1</skillLevel>
</effect>
</effects>
</selfEffects>
</skill>
<skill id="19208" toLevel="9" name="Seal of Suspension">
<!-- For $s1, P./ M. Skill Cooldown +$s2 for the target and nearby enemies. Consumes 5 Spirit Ore. -->
@ -1058,6 +1059,8 @@
<allowNormalAttack>true</allowNormalAttack>
<allowSkillAttack>true</allowSkillAttack>
<skillId>14839</skillId> <!-- Cancel Hide -->
<skillLevel>1</skillLevel>
<isCritical>false</isCritical>
</effect>
</effects>
<endEffects>
@ -1122,26 +1125,30 @@
<skill id="19231" toLevel="1" name="Song of Assault">
<!-- For $s1, all party members P./ M. Atk. and P./ M. Def. +$s2. Additionally, activates the Spirit of Iss effect. P./ M. Atk. and P./ M. Def. +$s3. Cannot be used with Crippling Dance. Consumes $s4 Spirit Ore. -->
<icon>icon.skill19231</icon>
<abnormalLevel>1</abnormalLevel>
<abnormalTime>
<value fromLevel="1" toLevel="1">300</value>
<value fromLevel="1" toLevel="1">60</value>
<value fromLevel="1" toLevel="1" fromSubLevel="1001" toSubLevel="1010">{base + subIndex}</value>
<value fromLevel="1" toLevel="1" fromSubLevel="1011" toSubLevel="1020">{base + 10 + 0.5 * subIndex}</value>
</abnormalTime>
<abnormalType>SONG_OF_WISDOM</abnormalType>
<affectRange>1000</affectRange>
<itemConsumeCount>10</itemConsumeCount>
<itemConsumeCount>5</itemConsumeCount>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ores -->
<operateType>A2</operateType>
<operateType>A3</operateType>
<targetType>SELF</targetType>
<affectScope>PARTY</affectScope>
<affectObject>FRIEND</affectObject>
<mpConsume>140</mpConsume>
<hitTime>5000</hitTime>
<coolTime>500</coolTime>
<hitTime>8000</hitTime>
<coolTime>300</coolTime>
<effectPoint>687</effectPoint>
<reuseDelay>300000</reuseDelay>
<isMagic>1</isMagic>
<selfEffects>
<effect name="CallSkill">
<skillId>30848</skillId> <!-- Spirit of iss -->
<skillLevel>1</skillLevel>
</effect>
</selfEffects>
<effects>
<effect name="PAtk">
<amount>15</amount>
@ -1151,24 +1158,19 @@
<amount>15</amount>
<mode>PER</mode>
</effect>
<effect name="PhysicalDefence">
<amount>15</amount>
<mode>PER</mode>
</effect>
<effect name="MagicalDefence">
<amount>15</amount>
<mode>PER</mode>
</effect>
<effect name="CallSkill">
<skillId>30848</skillId> <!-- Spirit of Iss -->
<skillLevel>1</skillLevel>
<effect name="PhysicalDefence">
<amount>15</amount>
<mode>PER</mode>
</effect>
</effects>
</skill>
<skill id="19232" toLevel="1" name="Crippling Dance">
<!-- For $s1, all party members P./ M. Atk. and P./ M. Def. +$s2. Additionally, activates the Spirit of Iss effect. P./ M. Atk. and P./ M. Def. +$s3. Cannot be used with Song of Assault. Consumes $s4 Spirit Ore. -->
<icon>icon.skill19232</icon>
<abnormalLevel>1</abnormalLevel>
<abnormalTime>
<value fromLevel="1" toLevel="1">300</value>
<value fromLevel="1" toLevel="1" fromSubLevel="1001" toSubLevel="1010">{base + subIndex}</value>
@ -1176,18 +1178,23 @@
</abnormalTime>
<abnormalType>SONG_OF_WISDOM</abnormalType>
<affectRange>1000</affectRange>
<itemConsumeCount>10</itemConsumeCount>
<itemConsumeCount>5</itemConsumeCount>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ores -->
<operateType>A2</operateType>
<operateType>A3</operateType>
<targetType>SELF</targetType>
<affectScope>PARTY</affectScope>
<affectObject>FRIEND</affectObject>
<mpConsume>140</mpConsume>
<hitTime>5000</hitTime>
<coolTime>500</coolTime>
<hitTime>8000</hitTime>
<coolTime>300</coolTime>
<effectPoint>687</effectPoint>
<reuseDelay>300000</reuseDelay>
<isMagic>1</isMagic>
<selfEffects>
<effect name="CallSkill">
<skillId>30848</skillId> <!-- Spirit of iss -->
<skillLevel>1</skillLevel>
</effect>
</selfEffects>
<effects>
<effect name="PAtk">
<amount>15</amount>
@ -1197,17 +1204,13 @@
<amount>15</amount>
<mode>PER</mode>
</effect>
<effect name="PhysicalDefence">
<amount>15</amount>
<mode>PER</mode>
</effect>
<effect name="MagicalDefence">
<amount>15</amount>
<mode>PER</mode>
</effect>
<effect name="CallSkill">
<skillId>30848</skillId> <!-- Spirit of Iss -->
<skillLevel>1</skillLevel>
<effect name="PhysicalDefence">
<amount>15</amount>
<mode>PER</mode>
</effect>
</effects>
</skill>
@ -2602,7 +2605,7 @@
<value level="9">9</value>
<value level="10">10</value>
</abnormalLevel>
<abnormalTime>5</abnormalTime>
<abnormalTime>2</abnormalTime>
<abnormalType>KNOCKDOWN</abnormalType>
<abnormalVisualEffect>KNOCKDOWN</abnormalVisualEffect>
<operateType>A2</operateType>
@ -2628,12 +2631,6 @@
<isDebuff>true</isDebuff>
<isTriggeredSkill>true</isTriggeredSkill>
<effects>
<effect name="DispelBySlot">
<dispel>COUNTER_FLIP,-1</dispel>
</effect>
<effect name="DisableSkill">
<disable>19296</disable>
</effect>
<effect name="TeleportToTarget" />
<effect name="KnockBack">
<speed>400</speed>
@ -2649,6 +2646,11 @@
</effect>
<effect name="BlockActions" />
</effects>
<selfEffects>
<effect name="DispelBySlot">
<dispel>COUNTER_FLIP,-1</dispel>
</effect>
</selfEffects>
</skill>
<skill id="19298" toLevel="10" name="Flash Dagger">
<!-- Blinds enemies in front of you making them unable to choose a target for $s1 Requires a dagger or a dual dagger. Inflicted status: Obstruction (Disarm, Hold, Blind, Block, Aggression, Silence, Banishment, Bluff, Stealth). -->

View File

@ -426,7 +426,6 @@
<value level="1">icon.soul_spirit1</value>
<value level="2">icon.soul_spirit2</value>
</icon>
<affectRange>1000</affectRange>
<operateType>A2</operateType>
<hitTime>700</hitTime>
<coolTime>300</coolTime>
@ -1040,6 +1039,12 @@
<targetType>SELF</targetType>
<affectScope>PARTY</affectScope>
<affectObject>FRIEND</affectObject>
<selfEffects>
<effect name="CallSkill">
<skillId>30848</skillId> <!-- Spirit of iss -->
<skillLevel>1</skillLevel>
</effect>
</selfEffects>
<effects>
<effect name="SkillCriticalDamage">
<amount>15</amount>
@ -1065,10 +1070,6 @@
<amount>15</amount>
<mode>PER</mode>
</effect>
<effect name="CallSkill">
<skillId>30848</skillId> <!-- Spirit of Iss -->
<skillLevel>1</skillLevel>
</effect>
</effects>
</skill>
<skill id="30823" toLevel="4" name="Basic Horn Melody">
@ -2044,21 +2045,30 @@
<item>BLUNT</item>
</weaponType>
</effect>
<effect name="Speed">
<amount>20</amount>
<mode>DIFF</mode>
</effect>
<effect name="CallSkillOnActionTime">
<skillId>30850</skillId> <!-- Superior Provoke Aura -->
<skillLevel>1</skillLevel>
<ticks>1</ticks>
</effect>
<effect name="Speed">
<amount>20</amount>
<mode>DIFF</mode>
<effect name="TriggerSkillByDamage">
<attackerType>Playable</attackerType>
<skillId>30851</skillId> <!-- Armor Breaker -->
<chance>2</chance>
<targetType>ENEMY_ONLY</targetType>
<isCritical>false</isCritical>
<allowWeapons>ALL</allowWeapons>
</effect>
<effect name="TriggerSkillByDamage">
<attackerType>Playable</attackerType> <!-- PvP -->
<attackerType>Creature</attackerType>
<skillId>30851</skillId> <!-- Armor Breaker -->
<chance>2</chance>
<targetType>ENEMY</targetType>
<isCritical>true</isCritical>
<skillId>30851</skillId> <!-- Armor Crack -->
<targetType>ENEMY_ONLY</targetType>
<isCritical>false</isCritical>
<allowWeapons>ALL</allowWeapons>
</effect>
</effects>
</skill>
@ -2098,14 +2108,18 @@
<skill id="30851" toLevel="1" name="Armor Crack">
<!-- In PvP, removes the target's armor for $s1 In PvE, P./ M. Def. -$s2. -->
<icon>icon.skill30851</icon>
<operateType>A1</operateType>
<isTriggeredSkill>true</isTriggeredSkill>
<abnormalLevel>1</abnormalLevel>
<abnormalTime>5</abnormalTime>
<abnormalType>POSSESSION_SPECIAL</abnormalType>
<magicLevel>110</magicLevel>
<magicCriticalRate>5</magicCriticalRate>
<isMagic>1</isMagic>
<reuseDelay>1000</reuseDelay>
<reuseDelay>10</reuseDelay>
<basicProperty>NONE</basicProperty>
<operateType>A2</operateType>
<hitCancelTime>0</hitCancelTime>
<staticReuse>true</staticReuse>
<targetType>ENEMY_ONLY</targetType>
<targetType>ENEMY</targetType>
<affectScope>SINGLE</affectScope>
<pvpEffects>
<effect name="Disarmor" />
@ -2479,7 +2493,7 @@
<!-- For $s1, the targeted party member's P. Atk. +$s2, M. Atk. +$s3, Attribute Resistance +$s4, Resistance to All Weapons +$s5. Consumes $s6 Spirit Ore. <The character is targeted automatically> -->
<icon>icon.skill30858</icon>
<abnormalLevel>1</abnormalLevel>
<abnormalTime>1800</abnormalTime>
<abnormalTime>7200</abnormalTime>
<abnormalType>HEAL_RESISTANCE</abnormalType>
<operateType>A2</operateType>
<isMagic>1</isMagic> <!-- Magic Skill -->
@ -2657,7 +2671,7 @@
<operateType>A1</operateType>
<targetType>ENEMY</targetType>
<affectScope>SINGLE</affectScope>
<reuseDelay>300</reuseDelay>
<reuseDelay>30000</reuseDelay>
<staticReuse>true</staticReuse>
<effects>
<effect name="Hp">
@ -2762,8 +2776,7 @@
<effectRange>600</effectRange>
<effectPoint>669</effectPoint>
<targetType>SELF</targetType>
<affectScope>PARTY</affectScope>
<affectObject>FRIEND_PC</affectObject>
<affectScope>SINGLE</affectScope>
<itemConsumeCount>77777</itemConsumeCount>
<itemConsumeId>57</itemConsumeId> <!-- Adena -->
<conditions>
@ -2938,7 +2951,7 @@
<skill id="30874" toLevel="1" name="Limit of Sigel">
<!-- Protection of Faith/ Nine Aegis are ineffective for $s1 -->
<icon>icon.skill10019</icon>
<operateType>A3</operateType>
<operateType>A2</operateType>
<abnormalLevel>1</abnormalLevel>
<abnormalTime>90</abnormalTime>
<canBeDispelled>false</canBeDispelled>
@ -2950,7 +2963,7 @@
<affectObject>FRIEND</affectObject>
<effects>
<effect name="DisableSkill">
<disable>10019</disable>
<disable>10019;10024</disable>
</effect>
</effects>
</skill>