Passive skills should use passiveConditions.
This commit is contained in:
@@ -1040,7 +1040,7 @@
|
||||
<!-- Power of skills that consume Momentum increase by $s1. -->
|
||||
<icon>icon.skill10324</icon>
|
||||
<operateType>P</operateType>
|
||||
<conditions>
|
||||
<passiveConditions>
|
||||
<condition name="OpCheckSkill">
|
||||
<skillId>261</skillId> <!-- Triple Sonic Slash -->
|
||||
<skillId>10258</skillId> <!-- Armor Destruction -->
|
||||
@@ -1051,7 +1051,7 @@
|
||||
<skillId>10318</skillId> <!-- Sonic Flash -->
|
||||
<affectType>CASTER</affectType>
|
||||
</condition>
|
||||
</conditions>
|
||||
</passiveConditions>
|
||||
<effects>
|
||||
<effect name="PhysicalSkillPower">
|
||||
<amount>
|
||||
|
||||
@@ -303,14 +303,14 @@
|
||||
<!-- Increases P. Atk. and P. Def. when HP is below 30%. Applies after the lord stage. -->
|
||||
<icon>icon.skill19011</icon>
|
||||
<operateType>P</operateType>
|
||||
<conditions>
|
||||
<passiveConditions>
|
||||
<condition name="CanUseInBattlefield" />
|
||||
<condition name="RemainHpPer">
|
||||
<amount>30</amount>
|
||||
<percentType>LESS</percentType>
|
||||
<affectType>CASTER</affectType>
|
||||
</condition>
|
||||
</conditions>
|
||||
</passiveConditions>
|
||||
<effects>
|
||||
<effect name="PAtk">
|
||||
<amount>30</amount>
|
||||
|
||||
@@ -1664,13 +1664,13 @@
|
||||
<operateType>P</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<magicLvl>85</magicLvl>
|
||||
<conditions>
|
||||
<passiveConditions>
|
||||
<condition name="RemainHpPer">
|
||||
<amount>90</amount>
|
||||
<percentType>MORE</percentType>
|
||||
<affectType>CASTER</affectType>
|
||||
</condition>
|
||||
</conditions>
|
||||
</passiveConditions>
|
||||
<effects>
|
||||
<effect name="PhysicalDefence">
|
||||
<amount>20</amount>
|
||||
|
||||
Reference in New Issue
Block a user