Addition of ReplaceSkillBySkill effect.

This commit is contained in:
MobiusDevelopment
2019-06-29 13:09:07 +00:00
parent 97a686a23e
commit d3d4f5881a
17 changed files with 428 additions and 19 deletions

View File

@@ -1034,6 +1034,14 @@
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="ReplaceSkillBySkill">
<existingSkillId>11509</existingSkillId> <!-- Radiant Crash (Single)-->
<replacementSkillId>11513</replacementSkillId> <!-- Radiant Crash (AOE) -->
</effect>
<effect name="ReplaceSkillBySkill">
<existingSkillId>11510</existingSkillId> <!-- Resolving Bash (Single)-->
<replacementSkillId>11514</replacementSkillId> <!-- Resolving Bash (AOE) -->
</effect>
<effect name="PAtk">
<amount>
<value level="1">300</value>

View File

@@ -254,6 +254,7 @@ ReflectSkill: Deflects physical/magical debuffs back to the attacker.
RefuelAirship: Increases Airship's fuel.
Relax: Sits down and increases HP regeneration until full.
RemoveEquipPenalty: Removes equipment grade penalty. Its the base effect for the grade penalty mechanics.
ReplaceSkillBySkill: While active replaces a skill with an alternative skill. (l2jmobius)
ResetInstanceEntry: Resets instance re-entry time. (l2jmobius)
ResistAbnormalByCategory: Buff/debuff resist stat.
ResistDDMagic: Magic resist stat (magic attack 50% effective or 1 damage)