Flynt's Sealed Rune of Will.
Contributed by gamelike85.
This commit is contained in:
parent
30b0650b71
commit
f52febaa3a
@ -2792,7 +2792,6 @@
|
|||||||
</effects>
|
</effects>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="22697" toLevel="1" name="Flynt's Sealed Rune of Will">
|
<skill id="22697" toLevel="1" name="Flynt's Sealed Rune of Will">
|
||||||
<!-- AUTO GENERATED SKILL -->
|
|
||||||
<!-- CON + 7 permanently, and has a 5% chance of becoming invincible for 5 sec. when attacked. -->
|
<!-- CON + 7 permanently, and has a 5% chance of becoming invincible for 5 sec. when attacked. -->
|
||||||
<icon>br_cashtex.skill.br_cash_rune_of_exp_buff_1</icon>
|
<icon>br_cashtex.skill.br_cash_rune_of_exp_buff_1</icon>
|
||||||
<operateType>P</operateType>
|
<operateType>P</operateType>
|
||||||
@ -2800,13 +2799,28 @@
|
|||||||
<magicCriticalRate>5</magicCriticalRate>
|
<magicCriticalRate>5</magicCriticalRate>
|
||||||
<magicLvl>1</magicLvl>
|
<magicLvl>1</magicLvl>
|
||||||
<passiveConditions>
|
<passiveConditions>
|
||||||
<condition name="CheckLevel">
|
|
||||||
<minLevel>1</minLevel>
|
|
||||||
<maxLevel>85</maxLevel>
|
|
||||||
<affectType>CASTER</affectType>
|
|
||||||
</condition>
|
|
||||||
<condition name="OpNotOlympiad" />
|
<condition name="OpNotOlympiad" />
|
||||||
</passiveConditions>
|
</passiveConditions>
|
||||||
|
<effects>
|
||||||
|
<effect name="TriggerSkillByDamage">
|
||||||
|
<!-- 5% Chance of becoming invincible for 5 sec. -->
|
||||||
|
<attackerType>L2Character</attackerType>
|
||||||
|
<minAttackerLevel>1</minAttackerLevel>
|
||||||
|
<maxAttackerLevel>107</maxAttackerLevel>
|
||||||
|
<minDamage>1</minDamage>
|
||||||
|
<chance>5</chance>
|
||||||
|
<targetType>SELF</targetType>
|
||||||
|
<allowSkillAttack>true</allowSkillAttack>
|
||||||
|
<allowNormalAttack>true</allowNormalAttack>
|
||||||
|
<allowWeapons>ALL</allowWeapons>
|
||||||
|
<skillId>22703</skillId>
|
||||||
|
<skillLevel>1</skillLevel>
|
||||||
|
</effect>
|
||||||
|
<effect name="StatUp">
|
||||||
|
<amount>7</amount>
|
||||||
|
<stat>CON</stat>
|
||||||
|
</effect>
|
||||||
|
</effects>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="22698" toLevel="1" name="Flynt's Sealed Rune of Destruction">
|
<skill id="22698" toLevel="1" name="Flynt's Sealed Rune of Destruction">
|
||||||
<!-- AUTO GENERATED SKILL -->
|
<!-- AUTO GENERATED SKILL -->
|
||||||
|
@ -78,26 +78,35 @@
|
|||||||
</effects>
|
</effects>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="22703" toLevel="1" name="Flynt's Sealed Rune of Will_Trigger">
|
<skill id="22703" toLevel="1" name="Flynt's Sealed Rune of Will_Trigger">
|
||||||
<!-- AUTO GENERATED SKILL -->
|
|
||||||
<!-- Becomes invincible for 5 sec. -->
|
<!-- Becomes invincible for 5 sec. -->
|
||||||
<icon>icon.skill1551</icon>
|
<icon>icon.skill1551</icon>
|
||||||
<operateType>A2</operateType>
|
<operateType>A2</operateType>
|
||||||
<hitTime>1000</hitTime>
|
|
||||||
<reuseDelay>180000</reuseDelay>
|
|
||||||
<abnormalType>INVINCIBILITY</abnormalType>
|
<abnormalType>INVINCIBILITY</abnormalType>
|
||||||
<basicProperty>NONE</basicProperty>
|
<basicProperty>NONE</basicProperty>
|
||||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||||
<magicCriticalRate>5</magicCriticalRate>
|
<magicCriticalRate>5</magicCriticalRate>
|
||||||
<hitCancelTime>0</hitCancelTime>
|
<hitCancelTime>0</hitCancelTime>
|
||||||
<activateRate>0</activateRate>
|
|
||||||
<magicLvl>1</magicLvl>
|
<magicLvl>1</magicLvl>
|
||||||
<abnormalLvl>1</abnormalLvl>
|
<abnormalLvl>1</abnormalLvl>
|
||||||
<abnormalTime>5</abnormalTime>
|
<abnormalTime>5</abnormalTime>
|
||||||
<staticReuse>true</staticReuse>
|
|
||||||
<abnormalVisualEffect>INVINCIBILITY</abnormalVisualEffect>
|
<abnormalVisualEffect>INVINCIBILITY</abnormalVisualEffect>
|
||||||
<isMagic>1</isMagic>
|
<isMagic>2</isMagic>
|
||||||
<targetType>SELF</targetType>
|
<targetType>SELF</targetType>
|
||||||
<affectScope>SINGLE</affectScope>
|
<affectScope>SINGLE</affectScope>
|
||||||
|
<blockedInOlympiad>true</blockedInOlympiad>
|
||||||
|
<effects>
|
||||||
|
<effect name="DamageBlock">
|
||||||
|
<type>BLOCK_HP</type>
|
||||||
|
</effect>
|
||||||
|
<effect name="DamageBlock">
|
||||||
|
<type>BLOCK_MP</type>
|
||||||
|
</effect>
|
||||||
|
<effect name="DebuffBlock" />
|
||||||
|
<effect name="ResistDispelByCategory">
|
||||||
|
<amount>-100</amount>
|
||||||
|
<slot>ALL</slot>
|
||||||
|
</effect>
|
||||||
|
</effects>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="22704" toLevel="1" name="Flynt's Sealed Rune of Destruction_Trigger">
|
<skill id="22704" toLevel="1" name="Flynt's Sealed Rune of Destruction_Trigger">
|
||||||
<!-- AUTO GENERATED SKILL -->
|
<!-- AUTO GENERATED SKILL -->
|
||||||
|
@ -2792,7 +2792,6 @@
|
|||||||
</effects>
|
</effects>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="22697" toLevel="1" name="Flynt's Sealed Rune of Will">
|
<skill id="22697" toLevel="1" name="Flynt's Sealed Rune of Will">
|
||||||
<!-- AUTO GENERATED SKILL -->
|
|
||||||
<!-- CON + 7 permanently, and has a 5% chance of becoming invincible for 5 sec. when attacked. -->
|
<!-- CON + 7 permanently, and has a 5% chance of becoming invincible for 5 sec. when attacked. -->
|
||||||
<icon>br_cashtex.skill.br_cash_rune_of_exp_buff_1</icon>
|
<icon>br_cashtex.skill.br_cash_rune_of_exp_buff_1</icon>
|
||||||
<operateType>P</operateType>
|
<operateType>P</operateType>
|
||||||
@ -2800,13 +2799,28 @@
|
|||||||
<magicCriticalRate>5</magicCriticalRate>
|
<magicCriticalRate>5</magicCriticalRate>
|
||||||
<magicLvl>1</magicLvl>
|
<magicLvl>1</magicLvl>
|
||||||
<passiveConditions>
|
<passiveConditions>
|
||||||
<condition name="CheckLevel">
|
|
||||||
<minLevel>1</minLevel>
|
|
||||||
<maxLevel>85</maxLevel>
|
|
||||||
<affectType>CASTER</affectType>
|
|
||||||
</condition>
|
|
||||||
<condition name="OpNotOlympiad" />
|
<condition name="OpNotOlympiad" />
|
||||||
</passiveConditions>
|
</passiveConditions>
|
||||||
|
<effects>
|
||||||
|
<effect name="TriggerSkillByDamage">
|
||||||
|
<!-- 5% Chance of becoming invincible for 5 sec. -->
|
||||||
|
<attackerType>L2Character</attackerType>
|
||||||
|
<minAttackerLevel>1</minAttackerLevel>
|
||||||
|
<maxAttackerLevel>107</maxAttackerLevel>
|
||||||
|
<minDamage>1</minDamage>
|
||||||
|
<chance>5</chance>
|
||||||
|
<targetType>SELF</targetType>
|
||||||
|
<allowSkillAttack>true</allowSkillAttack>
|
||||||
|
<allowNormalAttack>true</allowNormalAttack>
|
||||||
|
<allowWeapons>ALL</allowWeapons>
|
||||||
|
<skillId>22703</skillId>
|
||||||
|
<skillLevel>1</skillLevel>
|
||||||
|
</effect>
|
||||||
|
<effect name="StatUp">
|
||||||
|
<amount>7</amount>
|
||||||
|
<stat>CON</stat>
|
||||||
|
</effect>
|
||||||
|
</effects>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="22698" toLevel="1" name="Flynt's Sealed Rune of Destruction">
|
<skill id="22698" toLevel="1" name="Flynt's Sealed Rune of Destruction">
|
||||||
<!-- AUTO GENERATED SKILL -->
|
<!-- AUTO GENERATED SKILL -->
|
||||||
|
@ -78,26 +78,35 @@
|
|||||||
</effects>
|
</effects>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="22703" toLevel="1" name="Flynt's Sealed Rune of Will_Trigger">
|
<skill id="22703" toLevel="1" name="Flynt's Sealed Rune of Will_Trigger">
|
||||||
<!-- AUTO GENERATED SKILL -->
|
|
||||||
<!-- Becomes invincible for 5 sec. -->
|
<!-- Becomes invincible for 5 sec. -->
|
||||||
<icon>icon.skill1551</icon>
|
<icon>icon.skill1551</icon>
|
||||||
<operateType>A2</operateType>
|
<operateType>A2</operateType>
|
||||||
<hitTime>1000</hitTime>
|
|
||||||
<reuseDelay>180000</reuseDelay>
|
|
||||||
<abnormalType>INVINCIBILITY</abnormalType>
|
<abnormalType>INVINCIBILITY</abnormalType>
|
||||||
<basicProperty>NONE</basicProperty>
|
<basicProperty>NONE</basicProperty>
|
||||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||||
<magicCriticalRate>5</magicCriticalRate>
|
<magicCriticalRate>5</magicCriticalRate>
|
||||||
<hitCancelTime>0</hitCancelTime>
|
<hitCancelTime>0</hitCancelTime>
|
||||||
<activateRate>0</activateRate>
|
|
||||||
<magicLvl>1</magicLvl>
|
<magicLvl>1</magicLvl>
|
||||||
<abnormalLvl>1</abnormalLvl>
|
<abnormalLvl>1</abnormalLvl>
|
||||||
<abnormalTime>5</abnormalTime>
|
<abnormalTime>5</abnormalTime>
|
||||||
<staticReuse>true</staticReuse>
|
|
||||||
<abnormalVisualEffect>INVINCIBILITY</abnormalVisualEffect>
|
<abnormalVisualEffect>INVINCIBILITY</abnormalVisualEffect>
|
||||||
<isMagic>1</isMagic>
|
<isMagic>2</isMagic>
|
||||||
<targetType>SELF</targetType>
|
<targetType>SELF</targetType>
|
||||||
<affectScope>SINGLE</affectScope>
|
<affectScope>SINGLE</affectScope>
|
||||||
|
<blockedInOlympiad>true</blockedInOlympiad>
|
||||||
|
<effects>
|
||||||
|
<effect name="DamageBlock">
|
||||||
|
<type>BLOCK_HP</type>
|
||||||
|
</effect>
|
||||||
|
<effect name="DamageBlock">
|
||||||
|
<type>BLOCK_MP</type>
|
||||||
|
</effect>
|
||||||
|
<effect name="DebuffBlock" />
|
||||||
|
<effect name="ResistDispelByCategory">
|
||||||
|
<amount>-100</amount>
|
||||||
|
<slot>ALL</slot>
|
||||||
|
</effect>
|
||||||
|
</effects>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="22704" toLevel="1" name="Flynt's Sealed Rune of Destruction_Trigger">
|
<skill id="22704" toLevel="1" name="Flynt's Sealed Rune of Destruction_Trigger">
|
||||||
<!-- AUTO GENERATED SKILL -->
|
<!-- AUTO GENERATED SKILL -->
|
||||||
|
@ -2792,7 +2792,6 @@
|
|||||||
</effects>
|
</effects>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="22697" toLevel="1" name="Flynt's Sealed Rune of Will">
|
<skill id="22697" toLevel="1" name="Flynt's Sealed Rune of Will">
|
||||||
<!-- AUTO GENERATED SKILL -->
|
|
||||||
<!-- CON + 7 permanently, and has a 5% chance of becoming invincible for 5 sec. when attacked. -->
|
<!-- CON + 7 permanently, and has a 5% chance of becoming invincible for 5 sec. when attacked. -->
|
||||||
<icon>br_cashtex.skill.br_cash_rune_of_exp_buff_1</icon>
|
<icon>br_cashtex.skill.br_cash_rune_of_exp_buff_1</icon>
|
||||||
<operateType>P</operateType>
|
<operateType>P</operateType>
|
||||||
@ -2800,13 +2799,28 @@
|
|||||||
<magicCriticalRate>5</magicCriticalRate>
|
<magicCriticalRate>5</magicCriticalRate>
|
||||||
<magicLvl>1</magicLvl>
|
<magicLvl>1</magicLvl>
|
||||||
<passiveConditions>
|
<passiveConditions>
|
||||||
<condition name="CheckLevel">
|
|
||||||
<minLevel>1</minLevel>
|
|
||||||
<maxLevel>85</maxLevel>
|
|
||||||
<affectType>CASTER</affectType>
|
|
||||||
</condition>
|
|
||||||
<condition name="OpNotOlympiad" />
|
<condition name="OpNotOlympiad" />
|
||||||
</passiveConditions>
|
</passiveConditions>
|
||||||
|
<effects>
|
||||||
|
<effect name="TriggerSkillByDamage">
|
||||||
|
<!-- 5% Chance of becoming invincible for 5 sec. -->
|
||||||
|
<attackerType>L2Character</attackerType>
|
||||||
|
<minAttackerLevel>1</minAttackerLevel>
|
||||||
|
<maxAttackerLevel>107</maxAttackerLevel>
|
||||||
|
<minDamage>1</minDamage>
|
||||||
|
<chance>5</chance>
|
||||||
|
<targetType>SELF</targetType>
|
||||||
|
<allowSkillAttack>true</allowSkillAttack>
|
||||||
|
<allowNormalAttack>true</allowNormalAttack>
|
||||||
|
<allowWeapons>ALL</allowWeapons>
|
||||||
|
<skillId>22703</skillId>
|
||||||
|
<skillLevel>1</skillLevel>
|
||||||
|
</effect>
|
||||||
|
<effect name="StatUp">
|
||||||
|
<amount>7</amount>
|
||||||
|
<stat>CON</stat>
|
||||||
|
</effect>
|
||||||
|
</effects>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="22698" toLevel="1" name="Flynt's Sealed Rune of Destruction">
|
<skill id="22698" toLevel="1" name="Flynt's Sealed Rune of Destruction">
|
||||||
<!-- AUTO GENERATED SKILL -->
|
<!-- AUTO GENERATED SKILL -->
|
||||||
|
@ -78,26 +78,35 @@
|
|||||||
</effects>
|
</effects>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="22703" toLevel="1" name="Flynt's Sealed Rune of Will_Trigger">
|
<skill id="22703" toLevel="1" name="Flynt's Sealed Rune of Will_Trigger">
|
||||||
<!-- AUTO GENERATED SKILL -->
|
|
||||||
<!-- Becomes invincible for 5 sec. -->
|
<!-- Becomes invincible for 5 sec. -->
|
||||||
<icon>icon.skill1551</icon>
|
<icon>icon.skill1551</icon>
|
||||||
<operateType>A2</operateType>
|
<operateType>A2</operateType>
|
||||||
<hitTime>1000</hitTime>
|
|
||||||
<reuseDelay>180000</reuseDelay>
|
|
||||||
<abnormalType>INVINCIBILITY</abnormalType>
|
<abnormalType>INVINCIBILITY</abnormalType>
|
||||||
<basicProperty>NONE</basicProperty>
|
<basicProperty>NONE</basicProperty>
|
||||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||||
<magicCriticalRate>5</magicCriticalRate>
|
<magicCriticalRate>5</magicCriticalRate>
|
||||||
<hitCancelTime>0</hitCancelTime>
|
<hitCancelTime>0</hitCancelTime>
|
||||||
<activateRate>0</activateRate>
|
|
||||||
<magicLvl>1</magicLvl>
|
<magicLvl>1</magicLvl>
|
||||||
<abnormalLvl>1</abnormalLvl>
|
<abnormalLvl>1</abnormalLvl>
|
||||||
<abnormalTime>5</abnormalTime>
|
<abnormalTime>5</abnormalTime>
|
||||||
<staticReuse>true</staticReuse>
|
|
||||||
<abnormalVisualEffect>INVINCIBILITY</abnormalVisualEffect>
|
<abnormalVisualEffect>INVINCIBILITY</abnormalVisualEffect>
|
||||||
<isMagic>1</isMagic>
|
<isMagic>2</isMagic>
|
||||||
<targetType>SELF</targetType>
|
<targetType>SELF</targetType>
|
||||||
<affectScope>SINGLE</affectScope>
|
<affectScope>SINGLE</affectScope>
|
||||||
|
<blockedInOlympiad>true</blockedInOlympiad>
|
||||||
|
<effects>
|
||||||
|
<effect name="DamageBlock">
|
||||||
|
<type>BLOCK_HP</type>
|
||||||
|
</effect>
|
||||||
|
<effect name="DamageBlock">
|
||||||
|
<type>BLOCK_MP</type>
|
||||||
|
</effect>
|
||||||
|
<effect name="DebuffBlock" />
|
||||||
|
<effect name="ResistDispelByCategory">
|
||||||
|
<amount>-100</amount>
|
||||||
|
<slot>ALL</slot>
|
||||||
|
</effect>
|
||||||
|
</effects>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="22704" toLevel="1" name="Flynt's Sealed Rune of Destruction_Trigger">
|
<skill id="22704" toLevel="1" name="Flynt's Sealed Rune of Destruction_Trigger">
|
||||||
<!-- AUTO GENERATED SKILL -->
|
<!-- AUTO GENERATED SKILL -->
|
||||||
|
Loading…
Reference in New Issue
Block a user