Prevent some skills used in olympiad.

Contributed by Liamxroy.
This commit is contained in:
MobiusDevelopment
2019-08-09 22:57:44 +00:00
parent b02b25074b
commit bc2b138767
49 changed files with 317 additions and 5 deletions

View File

@@ -2193,6 +2193,9 @@
<reuseDelay>1000</reuseDelay>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="CanUseInBattlefield" />
</conditions>
<effects>
<effect name="HpCpHeal">
<power>2500</power>

View File

@@ -2787,6 +2787,7 @@
<condition name="OpSocialClass">
<socialClass>8</socialClass>
</condition>
<condition name="CanUseInBattlefield" />
</conditions>
<effects>
<effect name="SummonNpc">

View File

@@ -1046,6 +1046,7 @@
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<blockedInOlympiad>true</blockedInOlympiad> <!-- Unconfirmed -->
<reuseDelay>
<value level="1">2250000</value>
<value level="2">2100000</value>