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

@@ -2191,6 +2191,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

@@ -856,6 +856,7 @@
<effectPoint>1</effectPoint>
<isMagic>2</isMagic>
<stayAfterDeath>true</stayAfterDeath>
<blockedInOlympiad>true</blockedInOlympiad> <!-- Unconfirmed -->
<effects>
<effect name="MaxHp">
<amount>30</amount>

View File

@@ -156,10 +156,48 @@
<skill id="18517" toLevel="1" name="Top-grade Love Potion - Party">
<!-- A strange sensation envelopes you. For 15 seconds, P./M. Atk. And Atk./Casting Spd. increase. A strange power transforms your weapon. Cannot be stacked with Battle Rhapsody Dance.. -->
<icon>icon.love_potion_party</icon>
<blockedInOlympiad>true</blockedInOlympiad>
<operateType>A2</operateType>
<hitTime>100</hitTime>
<effectPoint>100</effectPoint>
<abnormalLvl>4</abnormalLvl>
<abnormalTime>15</abnormalTime>
<abnormalType>MULTI_BUFF_A</abnormalType>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<basicProperty>NONE</basicProperty>
<magicCriticalRate>5</magicCriticalRate>
<hitCancelTime>0</hitCancelTime>
<targetType>SELF</targetType>
<affectScope>PARTY</affectScope>
<affectObject>FRIEND</affectObject>
<reuseDelay>600000</reuseDelay>
<staticReuse>true</staticReuse>
<effects>
<effect name="DispelBySlotProbability">
<dispel>RHAPSODY</dispel>
<rate>100</rate>
</effect>
<effect name="BlockAbnormalSlot">
<slot>RHAPSODY</slot>
</effect>
<effect name="PAtk">
<amount>150</amount>
<mode>PER</mode>
</effect>
<effect name="MAtk">
<amount>150</amount>
<mode>PER</mode>
</effect>
<effect name="PhysicalAttackSpeed">
<amount>150</amount>
<mode>PER</mode>
</effect>
<effect name="MagicalAttackSpeed">
<amount>150</amount>
<mode>PER</mode>
</effect>
</effects>
</skill>
<skill id="18518" toLevel="1" name="Flash Grenade">
<!-- Throws a flare that will identify traps and targets who are hiding. -->

View File

@@ -1018,6 +1018,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>