Clan skill corrections.

Contributed by Liamxroy.
This commit is contained in:
MobiusDevelopment 2019-05-10 15:00:51 +00:00
parent 1d4142937a
commit 385b642bef
12 changed files with 393 additions and 90 deletions

View File

@ -185,6 +185,7 @@
<magicLvl>85</magicLvl>
<isMagic>2</isMagic>
<reuseDelay>1800000</reuseDelay>
<staticReuse>true</staticReuse>
<famePointConsume>900</famePointConsume>
<itemConsumeCount>5</itemConsumeCount>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
@ -206,19 +207,25 @@
<icon>icon.skill19008</icon>
<operateType>A1</operateType>
<hitTime>1500</hitTime>
<coolTime>500</coolTime>
<effectPoint>100</effectPoint>
<hitCancelTime>0</hitCancelTime>
<coolTime>200</coolTime>
<magicCriticalRate>5</magicCriticalRate>
<magicLvl>85</magicLvl>
<isMagic>2</isMagic>
<reuseDelay>3600000</reuseDelay>
<abnormalTime>1</abnormalTime>
<isMagic>1</isMagic>
<reuseDelay>1800000</reuseDelay>
<staticReuse>true</staticReuse>
<effectPoint>100</effectPoint>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<clanRepConsume>1000</clanRepConsume>
<itemConsumeCount>100</itemConsumeCount>
<affectScope>PLEDGE</affectScope>
<affectObject>FRIEND</affectObject>
<affectRange>1000</affectRange>
<itemConsumeCount>1000</itemConsumeCount>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<blockedInOlympiad>true</blockedInOlympiad>
<conditions>
<condition name="CanUseInBattlefield" />
<condition name="OpSocialClass">
<socialClass>8</socialClass>
</condition>
</conditions>
<effects>
<effect name="HealPercent">
@ -287,6 +294,7 @@
<magicLvl>74</magicLvl>
<isMagic>1</isMagic> <!-- Magic Skill -->
<reuseDelay>3600000</reuseDelay>
<staticReuse>true</staticReuse>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<famePointConsume>1500</famePointConsume>
@ -339,8 +347,11 @@
<affectLimit>50-50</affectLimit>
<staticReuse>true</staticReuse>
<abnormalVisualEffect>STEALTH</abnormalVisualEffect>
<removedOnAnyActionExceptMove>true</removedOnAnyActionExceptMove>
<removedOnDamage>true</removedOnDamage>
<isMagic>2</isMagic>
<reuseDelay>14400000</reuseDelay>
<staticReuse>true</staticReuse>
<targetType>SELF</targetType>
<affectScope>PLEDGE</affectScope>
<affectObject>FRIEND</affectObject>
@ -353,6 +364,9 @@
<amount>0.5</amount>
<mode>PER</mode>
</effect>
<effect name="SilentMove">
<chance>100</chance>
</effect>
</effects>
</skill>
<skill id="19013" toLevel="1" name="Clan Un-debuff">
@ -369,6 +383,7 @@
<affectLimit>50-50</affectLimit>
<isMagic>2</isMagic>
<reuseDelay>3600000</reuseDelay>
<staticReuse>true</staticReuse>
<targetType>SELF</targetType>
<affectScope>PLEDGE</affectScope>
<affectObject>FRIEND</affectObject>
@ -436,6 +451,7 @@
<affectLimit>50-50</affectLimit>
<isMagic>2</isMagic>
<reuseDelay>3600000</reuseDelay>
<staticReuse>true</staticReuse>
<targetType>SELF</targetType>
<affectScope>PLEDGE</affectScope>
<affectObject>FRIEND</affectObject>

View File

@ -257,21 +257,60 @@
<reuseDelay>1800000</reuseDelay>
<effectPoint>100</effectPoint>
<isMagic>1</isMagic>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<itemConsumeCount>300</itemConsumeCount>
<targetType>SELF</targetType>
<affectScope>PLEDGE</affectScope>
<affectObject>FRIEND</affectObject>
<blockedInOlympiad>true</blockedInOlympiad>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpSocialClass">
<socialClass>8</socialClass>
</condition>
</conditions>
<effects>
<effect name="Escape">
<escapeType>TOWN</escapeType>
</effect>
</effects>
</skill>
<skill id="19113" toLevel="1" name="Clan Escape Lock">
<!-- Prevents the target from using the Scroll of Escape for 60 sec. Consumes 300 Spirit Ore. Available only for the clan leader and elite clan members. -->
<icon>icon.skill_recall</icon>
<operateType>A2</operateType>
<abnormalLvl>1</abnormalLvl>
<abnormalTime>60</abnormalTime>
<abnormalType>BLOCK_ESCAPE</abnormalType>
<effectRange>600</effectRange>
<castRange>600</castRange>
<hitTime>2000</hitTime>
<reuseDelay>1800000</reuseDelay>
<effectPoint>-100</effectPoint>
<isDebuff>true</isDebuff>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<itemConsumeCount>300</itemConsumeCount>
<targetType>ENEMY_ONLY</targetType>
<affectScope>SINGLE</affectScope>
<affectObject>NOT_FRIEND</affectObject>
<stayAfterDeath>true</stayAfterDeath>
<conditions>
<condition name="OpTargetPc" />
<condition name="OpSocialClass">
<socialClass>8</socialClass>
</condition>
</conditions>
<effects>
<effect name="BlockEscape" />
</effects>
</skill>
<skill id="19114" toLevel="1" name="Clan Resurrection Lock">
<!-- Prevents the target from resurrecting for 60 sec. Consumes 300 Spirit Ore. Available only for the clan leader and elite clan members. -->
<icon>icon.skill_resurrection</icon>
<operateType>A2</operateType>
<abnormalLvl>1</abnormalLvl>
<abnormalTime>60</abnormalTime>
<abnormalType>BLOCK_RESURRECTION</abnormalType>
<castRange>600</castRange>
<hitTime>2000</hitTime>
<coolTime>500</coolTime>
@ -279,6 +318,19 @@
<isMagic>1</isMagic>
<effectPoint>-100</effectPoint>
<isDebuff>true</isDebuff>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<itemConsumeCount>300</itemConsumeCount>
<targetType>PC_BODY</targetType>
<affectScope>SINGLE</affectScope>
<affectObject>NOT_FRIEND</affectObject>
<conditions>
<condition name="OpSocialClass">
<socialClass>8</socialClass>
</condition>
</conditions>
<effects>
<effect name="BlockResurrection" />
</effects>
</skill>
<skill id="19115" toLevel="1" name="Air Bike">
<!-- Can mount the Air Bike. Must belong to a clan Lv. 5 or above. -->

View File

@ -1653,8 +1653,8 @@
<effects>
<effect name="DefenceCriticalDamage">
<amount>
<value level="1">10</value>
<value level="2">20</value>
<value level="1">-10</value>
<value level="2">-20</value>
</amount>
<mode>PER</mode>
</effect>

View File

@ -409,16 +409,49 @@
</effects>
</skill>
<skill id="19536" toLevel="1" name="Clan Battlefield">
<!-- For $s1, Max HP/ MP/ CP +$s2, P. Atk. +$s3, M. Atk. +$s4, and Speed +$s5. Consumes $s6 Spirit Ore. Only available in the battlefield. -->
<!-- For 5min, Max HP/ MP/ CP +5, P. Atk. +5%, M. Atk. +10%, and Speed +7. Consumes 5 Spirit Ore. Only available in the battlefield. -->
<icon>icon.skill19536</icon>
<itemConsumeId>3031</itemConsumeId>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<itemConsumeCount>5</itemConsumeCount>
<operateType>A2</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime>
<coolTime>500</coolTime>
<reuseDelay>300000</reuseDelay>
<effectPoint>100</effectPoint>
<staticReuse>true</staticReuse>
<abnormalTime>300</abnormalTime>
<isMagic>1</isMagic> <!-- Magic Skill -->
<conditions>
<condition name="CanUseInBattlefield" />
</conditions>
<effects>
<effect name="MaxHp">
<amount>5</amount>
<mode>PER</mode>
</effect>
<effect name="MaxMp">
<amount>5</amount>
<mode>PER</mode>
</effect>
<effect name="MaxCp">
<amount>5</amount>
<mode>PER</mode>
</effect>
<effect name="PAtk">
<amount>5</amount>
<mode>PER</mode>
</effect>
<effect name="MAtk">
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="Speed">
<amount>7</amount>
<mode>DIFF</mode>
</effect>
</effects>
</skill>
<skill id="19537" toLevel="2" name="Clan Iron">
<!-- Clan members' PvP Damage Received -$s1. -->

View File

@ -185,6 +185,7 @@
<magicLvl>85</magicLvl>
<isMagic>2</isMagic>
<reuseDelay>1800000</reuseDelay>
<staticReuse>true</staticReuse>
<famePointConsume>900</famePointConsume>
<itemConsumeCount>5</itemConsumeCount>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
@ -206,19 +207,25 @@
<icon>icon.skill19008</icon>
<operateType>A1</operateType>
<hitTime>1500</hitTime>
<coolTime>500</coolTime>
<effectPoint>100</effectPoint>
<hitCancelTime>0</hitCancelTime>
<coolTime>200</coolTime>
<magicCriticalRate>5</magicCriticalRate>
<magicLvl>85</magicLvl>
<isMagic>2</isMagic>
<reuseDelay>3600000</reuseDelay>
<abnormalTime>1</abnormalTime>
<isMagic>1</isMagic>
<reuseDelay>1800000</reuseDelay>
<staticReuse>true</staticReuse>
<effectPoint>100</effectPoint>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<clanRepConsume>1000</clanRepConsume>
<itemConsumeCount>100</itemConsumeCount>
<affectScope>PLEDGE</affectScope>
<affectObject>FRIEND</affectObject>
<affectRange>1000</affectRange>
<itemConsumeCount>1000</itemConsumeCount>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<blockedInOlympiad>true</blockedInOlympiad>
<conditions>
<condition name="CanUseInBattlefield" />
<condition name="OpSocialClass">
<socialClass>8</socialClass>
</condition>
</conditions>
<effects>
<effect name="HealPercent">
@ -287,6 +294,7 @@
<magicLvl>74</magicLvl>
<isMagic>1</isMagic> <!-- Magic Skill -->
<reuseDelay>3600000</reuseDelay>
<staticReuse>true</staticReuse>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<famePointConsume>1500</famePointConsume>
@ -339,8 +347,11 @@
<affectLimit>50-50</affectLimit>
<staticReuse>true</staticReuse>
<abnormalVisualEffect>STEALTH</abnormalVisualEffect>
<removedOnAnyActionExceptMove>true</removedOnAnyActionExceptMove>
<removedOnDamage>true</removedOnDamage>
<isMagic>2</isMagic>
<reuseDelay>14400000</reuseDelay>
<staticReuse>true</staticReuse>
<targetType>SELF</targetType>
<affectScope>PLEDGE</affectScope>
<affectObject>FRIEND</affectObject>
@ -353,6 +364,9 @@
<amount>0.5</amount>
<mode>PER</mode>
</effect>
<effect name="SilentMove">
<chance>100</chance>
</effect>
</effects>
</skill>
<skill id="19013" toLevel="1" name="Clan Un-debuff">
@ -369,6 +383,7 @@
<affectLimit>50-50</affectLimit>
<isMagic>2</isMagic>
<reuseDelay>3600000</reuseDelay>
<staticReuse>true</staticReuse>
<targetType>SELF</targetType>
<affectScope>PLEDGE</affectScope>
<affectObject>FRIEND</affectObject>
@ -436,6 +451,7 @@
<affectLimit>50-50</affectLimit>
<isMagic>2</isMagic>
<reuseDelay>3600000</reuseDelay>
<staticReuse>true</staticReuse>
<targetType>SELF</targetType>
<affectScope>PLEDGE</affectScope>
<affectObject>FRIEND</affectObject>

View File

@ -257,21 +257,60 @@
<reuseDelay>1800000</reuseDelay>
<effectPoint>100</effectPoint>
<isMagic>1</isMagic>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<itemConsumeCount>300</itemConsumeCount>
<targetType>SELF</targetType>
<affectScope>PLEDGE</affectScope>
<affectObject>FRIEND</affectObject>
<blockedInOlympiad>true</blockedInOlympiad>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpSocialClass">
<socialClass>8</socialClass>
</condition>
</conditions>
<effects>
<effect name="Escape">
<escapeType>TOWN</escapeType>
</effect>
</effects>
</skill>
<skill id="19113" toLevel="1" name="Clan Escape Lock">
<!-- Prevents the target from using the Scroll of Escape for 60 sec. Consumes 300 Spirit Ore. Available only for the clan leader and elite clan members. -->
<icon>icon.skill_recall</icon>
<operateType>A2</operateType>
<abnormalLvl>1</abnormalLvl>
<abnormalTime>60</abnormalTime>
<abnormalType>BLOCK_ESCAPE</abnormalType>
<effectRange>600</effectRange>
<castRange>600</castRange>
<hitTime>2000</hitTime>
<reuseDelay>1800000</reuseDelay>
<effectPoint>-100</effectPoint>
<isDebuff>true</isDebuff>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<itemConsumeCount>300</itemConsumeCount>
<targetType>ENEMY_ONLY</targetType>
<affectScope>SINGLE</affectScope>
<affectObject>NOT_FRIEND</affectObject>
<stayAfterDeath>true</stayAfterDeath>
<conditions>
<condition name="OpTargetPc" />
<condition name="OpSocialClass">
<socialClass>8</socialClass>
</condition>
</conditions>
<effects>
<effect name="BlockEscape" />
</effects>
</skill>
<skill id="19114" toLevel="1" name="Clan Resurrection Lock">
<!-- Prevents the target from resurrecting for 60 sec. Consumes 300 Spirit Ore. Available only for the clan leader and elite clan members. -->
<icon>icon.skill_resurrection</icon>
<operateType>A2</operateType>
<abnormalLvl>1</abnormalLvl>
<abnormalTime>60</abnormalTime>
<abnormalType>BLOCK_RESURRECTION</abnormalType>
<castRange>600</castRange>
<hitTime>2000</hitTime>
<coolTime>500</coolTime>
@ -279,6 +318,19 @@
<isMagic>1</isMagic>
<effectPoint>-100</effectPoint>
<isDebuff>true</isDebuff>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<itemConsumeCount>300</itemConsumeCount>
<targetType>PC_BODY</targetType>
<affectScope>SINGLE</affectScope>
<affectObject>NOT_FRIEND</affectObject>
<conditions>
<condition name="OpSocialClass">
<socialClass>8</socialClass>
</condition>
</conditions>
<effects>
<effect name="BlockResurrection" />
</effects>
</skill>
<skill id="19115" toLevel="1" name="Air Bike">
<!-- Can mount the Air Bike. Must belong to a clan Lv. 5 or above. -->

View File

@ -1641,8 +1641,8 @@
<effects>
<effect name="DefenceCriticalDamage">
<amount>
<value level="1">10</value>
<value level="2">20</value>
<value level="1">-10</value>
<value level="2">-20</value>
</amount>
<mode>PER</mode>
</effect>

View File

@ -409,16 +409,49 @@
</effects>
</skill>
<skill id="19536" toLevel="1" name="Clan Battlefield">
<!-- For $s1, Max HP/ MP/ CP +$s2, P. Atk. +$s3, M. Atk. +$s4, and Speed +$s5. Consumes $s6 Spirit Ore. Only available in the battlefield. -->
<!-- For 5min, Max HP/ MP/ CP +5, P. Atk. +5%, M. Atk. +10%, and Speed +7. Consumes 5 Spirit Ore. Only available in the battlefield. -->
<icon>icon.skill19536</icon>
<itemConsumeId>3031</itemConsumeId>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<itemConsumeCount>5</itemConsumeCount>
<operateType>A2</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime>
<coolTime>500</coolTime>
<reuseDelay>300000</reuseDelay>
<effectPoint>100</effectPoint>
<staticReuse>true</staticReuse>
<abnormalTime>300</abnormalTime>
<isMagic>1</isMagic> <!-- Magic Skill -->
<conditions>
<condition name="CanUseInBattlefield" />
</conditions>
<effects>
<effect name="MaxHp">
<amount>5</amount>
<mode>PER</mode>
</effect>
<effect name="MaxMp">
<amount>5</amount>
<mode>PER</mode>
</effect>
<effect name="MaxCp">
<amount>5</amount>
<mode>PER</mode>
</effect>
<effect name="PAtk">
<amount>5</amount>
<mode>PER</mode>
</effect>
<effect name="MAtk">
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="Speed">
<amount>7</amount>
<mode>DIFF</mode>
</effect>
</effects>
</skill>
<skill id="19537" toLevel="2" name="Clan Iron">
<!-- Clan members' PvP Damage Received -$s1. -->

View File

@ -185,6 +185,7 @@
<magicLvl>85</magicLvl>
<isMagic>2</isMagic>
<reuseDelay>1800000</reuseDelay>
<staticReuse>true</staticReuse>
<famePointConsume>900</famePointConsume>
<itemConsumeCount>5</itemConsumeCount>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
@ -206,19 +207,25 @@
<icon>icon.skill19008</icon>
<operateType>A1</operateType>
<hitTime>1500</hitTime>
<coolTime>500</coolTime>
<effectPoint>100</effectPoint>
<hitCancelTime>0</hitCancelTime>
<coolTime>200</coolTime>
<magicCriticalRate>5</magicCriticalRate>
<magicLvl>85</magicLvl>
<isMagic>2</isMagic>
<reuseDelay>3600000</reuseDelay>
<abnormalTime>1</abnormalTime>
<isMagic>1</isMagic>
<reuseDelay>1800000</reuseDelay>
<staticReuse>true</staticReuse>
<effectPoint>100</effectPoint>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<clanRepConsume>1000</clanRepConsume>
<itemConsumeCount>100</itemConsumeCount>
<affectScope>PLEDGE</affectScope>
<affectObject>FRIEND</affectObject>
<affectRange>1000</affectRange>
<itemConsumeCount>1000</itemConsumeCount>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<blockedInOlympiad>true</blockedInOlympiad>
<conditions>
<condition name="CanUseInBattlefield" />
<condition name="OpSocialClass">
<socialClass>8</socialClass>
</condition>
</conditions>
<effects>
<effect name="HealPercent">
@ -287,6 +294,7 @@
<magicLvl>74</magicLvl>
<isMagic>1</isMagic> <!-- Magic Skill -->
<reuseDelay>3600000</reuseDelay>
<staticReuse>true</staticReuse>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<famePointConsume>1500</famePointConsume>
@ -339,8 +347,11 @@
<affectLimit>50-50</affectLimit>
<staticReuse>true</staticReuse>
<abnormalVisualEffect>STEALTH</abnormalVisualEffect>
<removedOnAnyActionExceptMove>true</removedOnAnyActionExceptMove>
<removedOnDamage>true</removedOnDamage>
<isMagic>2</isMagic>
<reuseDelay>14400000</reuseDelay>
<staticReuse>true</staticReuse>
<targetType>SELF</targetType>
<affectScope>PLEDGE</affectScope>
<affectObject>FRIEND</affectObject>
@ -353,6 +364,9 @@
<amount>0.5</amount>
<mode>PER</mode>
</effect>
<effect name="SilentMove">
<chance>100</chance>
</effect>
</effects>
</skill>
<skill id="19013" toLevel="1" name="Clan Purge">
@ -369,6 +383,7 @@
<affectLimit>50-50</affectLimit>
<isMagic>2</isMagic>
<reuseDelay>3600000</reuseDelay>
<staticReuse>true</staticReuse>
<targetType>SELF</targetType>
<affectScope>PLEDGE</affectScope>
<affectObject>FRIEND</affectObject>
@ -436,6 +451,7 @@
<affectLimit>50-50</affectLimit>
<isMagic>2</isMagic>
<reuseDelay>3600000</reuseDelay>
<staticReuse>true</staticReuse>
<targetType>SELF</targetType>
<affectScope>PLEDGE</affectScope>
<affectObject>FRIEND</affectObject>

View File

@ -257,21 +257,60 @@
<reuseDelay>1800000</reuseDelay>
<effectPoint>100</effectPoint>
<isMagic>1</isMagic>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<itemConsumeCount>300</itemConsumeCount>
<targetType>SELF</targetType>
<affectScope>PLEDGE</affectScope>
<affectObject>FRIEND</affectObject>
<blockedInOlympiad>true</blockedInOlympiad>
<conditions>
<condition name="OpCanEscape" />
<condition name="OpSocialClass">
<socialClass>8</socialClass>
</condition>
</conditions>
<effects>
<effect name="Escape">
<escapeType>TOWN</escapeType>
</effect>
</effects>
</skill>
<skill id="19113" toLevel="1" name="Clan Block">
<!-- Prevents the target from using the Scroll of Escape for 60 sec. Consumes 300 Spirit Ore. Available only for the clan leader and elite clan members. -->
<icon>icon.skill_recall</icon>
<operateType>A2</operateType>
<abnormalLvl>1</abnormalLvl>
<abnormalTime>60</abnormalTime>
<abnormalType>BLOCK_ESCAPE</abnormalType>
<effectRange>600</effectRange>
<castRange>600</castRange>
<hitTime>2000</hitTime>
<reuseDelay>1800000</reuseDelay>
<effectPoint>-100</effectPoint>
<isDebuff>true</isDebuff>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<itemConsumeCount>300</itemConsumeCount>
<targetType>ENEMY_ONLY</targetType>
<affectScope>SINGLE</affectScope>
<affectObject>NOT_FRIEND</affectObject>
<stayAfterDeath>true</stayAfterDeath>
<conditions>
<condition name="OpTargetPc" />
<condition name="OpSocialClass">
<socialClass>8</socialClass>
</condition>
</conditions>
<effects>
<effect name="BlockEscape" />
</effects>
</skill>
<skill id="19114" toLevel="1" name="Clan Exclusion">
<!-- Prevents the target from resurrecting for 60 sec. Consumes 300 Spirit Ore. Available only for the clan leader and elite clan members. -->
<icon>icon.skill_resurrection</icon>
<operateType>A2</operateType>
<abnormalLvl>1</abnormalLvl>
<abnormalTime>60</abnormalTime>
<abnormalType>BLOCK_RESURRECTION</abnormalType>
<castRange>600</castRange>
<hitTime>2000</hitTime>
<coolTime>500</coolTime>
@ -279,6 +318,19 @@
<isMagic>1</isMagic>
<effectPoint>-100</effectPoint>
<isDebuff>true</isDebuff>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<itemConsumeCount>300</itemConsumeCount>
<targetType>PC_BODY</targetType>
<affectScope>SINGLE</affectScope>
<affectObject>NOT_FRIEND</affectObject>
<conditions>
<condition name="OpSocialClass">
<socialClass>8</socialClass>
</condition>
</conditions>
<effects>
<effect name="BlockResurrection" />
</effects>
</skill>
<skill id="19115" toLevel="1" name="Air Bike">
<!-- Can mount the Air Bike. Must belong to a clan Lv. 5 or above. -->

View File

@ -1653,8 +1653,8 @@
<effects>
<effect name="DefenceCriticalDamage">
<amount>
<value level="1">10</value>
<value level="2">20</value>
<value level="1">-10</value>
<value level="2">-20</value>
</amount>
<mode>PER</mode>
</effect>

View File

@ -409,16 +409,49 @@
</effects>
</skill>
<skill id="19536" toLevel="1" name="Clan Battlefield">
<!-- For $s1, Max HP/ MP/ CP +$s2, P. Atk. +$s3, M. Atk. +$s4, and Speed +$s5. Consumes $s6 Spirit Ore. Only available in the battlefield. -->
<!-- For 5min, Max HP/ MP/ CP +5, P. Atk. +5%, M. Atk. +10%, and Speed +7. Consumes 5 Spirit Ore. Only available in the battlefield. -->
<icon>icon.skill19536</icon>
<itemConsumeId>3031</itemConsumeId>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<itemConsumeCount>5</itemConsumeCount>
<operateType>A2</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<hitTime>1000</hitTime>
<coolTime>500</coolTime>
<reuseDelay>300000</reuseDelay>
<effectPoint>100</effectPoint>
<staticReuse>true</staticReuse>
<abnormalTime>300</abnormalTime>
<isMagic>1</isMagic> <!-- Magic Skill -->
<conditions>
<condition name="CanUseInBattlefield" />
</conditions>
<effects>
<effect name="MaxHp">
<amount>5</amount>
<mode>PER</mode>
</effect>
<effect name="MaxMp">
<amount>5</amount>
<mode>PER</mode>
</effect>
<effect name="MaxCp">
<amount>5</amount>
<mode>PER</mode>
</effect>
<effect name="PAtk">
<amount>5</amount>
<mode>PER</mode>
</effect>
<effect name="MAtk">
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="Speed">
<amount>7</amount>
<mode>DIFF</mode>
</effect>
</effects>
</skill>
<skill id="19537" toLevel="2" name="Clan Iron">
<!-- Clan members' PvP Damage Received -$s1. -->