Fix for reuse of 10019 and 10024 when Limit of Sigel is over.
Contributed by nasseka.
This commit is contained in:
parent
d75b0526e4
commit
386849fe1b
@ -1680,6 +1680,9 @@
|
||||
<affectScope>PARTY</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<conditions>
|
||||
<condition name="OpNotAffectedBySkill">
|
||||
<skillId>30874</skillId> <!-- limit of sigel -->
|
||||
</condition>
|
||||
<condition name="OpNotAffectedBySkill">
|
||||
<skillId>10244</skillId> <!-- Two-Hand Stance -->
|
||||
</condition>
|
||||
@ -2023,6 +2026,9 @@
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="OpNotAffectedBySkill">
|
||||
<skillId>30874</skillId> <!-- limit of sigel -->
|
||||
</condition>
|
||||
<condition name="OpNotAffectedBySkill">
|
||||
<skillId>10244</skillId> <!-- Two-Hand Stance -->
|
||||
</condition>
|
||||
|
@ -2964,11 +2964,6 @@
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>PARTY</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<effects>
|
||||
<effect name="DisableSkill">
|
||||
<disable>10019;10024</disable>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="30882" toLevel="1" name="Improved Dual Certification - P. Atk.">
|
||||
<!-- Weapon P. Atk. +$s1. -->
|
||||
|
@ -1680,6 +1680,9 @@
|
||||
<affectScope>PARTY</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<conditions>
|
||||
<condition name="OpNotAffectedBySkill">
|
||||
<skillId>30874</skillId> <!-- limit of sigel -->
|
||||
</condition>
|
||||
<condition name="OpNotAffectedBySkill">
|
||||
<skillId>10244</skillId> <!-- Two-Hand Stance -->
|
||||
</condition>
|
||||
@ -2023,6 +2026,9 @@
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="OpNotAffectedBySkill">
|
||||
<skillId>30874</skillId> <!-- limit of sigel -->
|
||||
</condition>
|
||||
<condition name="OpNotAffectedBySkill">
|
||||
<skillId>10244</skillId> <!-- Two-Hand Stance -->
|
||||
</condition>
|
||||
|
@ -2964,11 +2964,6 @@
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>PARTY</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<effects>
|
||||
<effect name="DisableSkill">
|
||||
<disable>10019;10024</disable>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="30875" toLevel="1" name="Sonic Star Range Specifics (Test)">
|
||||
<!-- A test ranged skill. -->
|
||||
|
Loading…
Reference in New Issue
Block a user