Exalted Blessing fixes.

Contributed by gamelike85.
This commit is contained in:
MobiusDev 2017-11-30 15:17:46 +00:00
parent cc5398d7bd
commit b06d94eda9
4 changed files with 80 additions and 11 deletions

View File

@ -766,19 +766,32 @@
</effects>
</skill>
<skill id="19223" toLevel="1" name="Belief of the Exalted">
<!-- AUTO GENERATED SKILL -->
<!-- Teleports to selected party member. Consumes 100 Spirit Ores. -->
<icon>icon.skill19223</icon>
<operateType>A1</operateType>
<mpConsume>142</mpConsume>
<castRange>-2</castRange>
<castRange>-1</castRange>
<hitTime>5000</hitTime>
<coolTime>500</coolTime>
<effectPoint>100</effectPoint>
<reuseDelay>600000</reuseDelay>
<icon>icon.skill0821</icon>
<magicLvl>99</magicLvl>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<itemConsumeCount>100</itemConsumeCount>
<rideState>NONE</rideState>
<magicCriticalRate>5</magicCriticalRate>
<targetType>MY_PARTY</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="TargetMyParty">
<includeMe>false</includeMe>
</condition>
</conditions>
<effects>
<effect name="TeleportToPlayer" />
</effects>
</skill>
<skill id="19224" toLevel="1" name="Blessing of the Exalted">
<!-- AUTO GENERATED SKILL -->
<!-- Gives 'Blessing of the Exalted' effect to all party members. Maintains target's buff/de-buff condition even following death and resurrection. Consumes 40 Spirit Ores. -->
<icon>icon.skill19224</icon>
<operateType>A2</operateType>
@ -787,6 +800,26 @@
<coolTime>500</coolTime>
<effectPoint>100</effectPoint>
<reuseDelay>60000</reuseDelay>
<abnormalLvl>1</abnormalLvl>
<abnormalTime>3600</abnormalTime>
<abnormalType>PRESERVE_ABNORMAL</abnormalType>
<castRange>400</castRange>
<effectRange>900</effectRange>
<affectRange>1000</affectRange>
<affectLimit>0-0</affectLimit>
<isMagic>1</isMagic> <!-- Magic Skill -->
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<itemConsumeCount>40</itemConsumeCount>
<magicLvl>99</magicLvl>
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
<basicProperty>NONE</basicProperty>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>PARTY</affectScope>
<affectObject>FRIEND</affectObject>
<effects>
<effect name="NoblesseBless" />
</effects>
</skill>
<skill id="19225" toLevel="1" name="Summon Battle Potion">
<!-- Summons 5 Battle Quick Healing Potions. Consumes 40 Crystals (R-grade). -->
@ -813,10 +846,14 @@
</effects>
</skill>
<skill id="19226" toLevel="2" name="Favor of the Exalted">
<!-- AUTO GENERATED SKILL -->
<!-- For 1 hr., increases gained XP/SP by 3%. Consumes 40 Spirit Ores. -->
<icon>icon.skill19226</icon>
<operateType>A2</operateType>
<abnormalLvl>
<value level="1">1</value>
<value level="2">2</value>
</abnormalLvl>
<abnormalTime>3600</abnormalTime>
<mpConsume>142</mpConsume>
<castRange>400</castRange>
<hitTime>1000</hitTime>
@ -824,6 +861,29 @@
<reuseDelay>2000</reuseDelay>
<effectPoint>100</effectPoint>
<isMagic>4</isMagic>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<itemConsumeCount>
<value level="1">40</value>
<value level="2">120</value>
</itemConsumeCount>
<targetType>MY_PARTY</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="ExpModify">
<amount>
<value level="1">3</value>
<value level="2">10</value>
</amount>
<mode>DIFF</mode>
</effect>
<effect name="SpModify">
<amount>
<value level="1">3</value>
<value level="2">10</value>
</amount>
<mode>DIFF</mode>
</effect>
</effects>
</skill>
<skill id="19227" toLevel="2" name="Wind Hiding">
<!-- Blends into the wind for 7 seconds. Increases Speed by 70. Canceled when using normal attacks or attack skills. -->

View File

@ -804,6 +804,8 @@
<abnormalType>PRESERVE_ABNORMAL</abnormalType>
<castRange>400</castRange>
<effectRange>900</effectRange>
<affectRange>1000</affectRange>
<affectLimit>0-0</affectLimit>
<isMagic>1</isMagic> <!-- Magic Skill -->
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<itemConsumeCount>40</itemConsumeCount>
@ -811,8 +813,9 @@
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
<basicProperty>NONE</basicProperty>
<magicCriticalRate>5</magicCriticalRate>
<targetType>MY_PARTY</targetType>
<affectScope>SINGLE</affectScope>
<targetType>SELF</targetType>
<affectScope>PARTY</affectScope>
<affectObject>FRIEND</affectObject>
<effects>
<effect name="NoblesseBless" />
</effects>

View File

@ -813,6 +813,8 @@
<abnormalType>PRESERVE_ABNORMAL</abnormalType>
<castRange>400</castRange>
<effectRange>900</effectRange>
<affectRange>1000</affectRange>
<affectLimit>0-0</affectLimit>
<isMagic>1</isMagic> <!-- Magic Skill -->
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<itemConsumeCount>40</itemConsumeCount>
@ -820,8 +822,9 @@
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
<basicProperty>NONE</basicProperty>
<magicCriticalRate>5</magicCriticalRate>
<targetType>MY_PARTY</targetType>
<affectScope>SINGLE</affectScope>
<targetType>SELF</targetType>
<affectScope>PARTY</affectScope>
<affectObject>FRIEND</affectObject>
<effects>
<effect name="NoblesseBless" />
</effects>

View File

@ -815,6 +815,8 @@
<abnormalType>PRESERVE_ABNORMAL</abnormalType>
<castRange>400</castRange>
<effectRange>900</effectRange>
<affectRange>1000</affectRange>
<affectLimit>0-0</affectLimit>
<isMagic>1</isMagic> <!-- Magic Skill -->
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<itemConsumeCount>40</itemConsumeCount>
@ -822,8 +824,9 @@
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
<basicProperty>NONE</basicProperty>
<magicCriticalRate>5</magicCriticalRate>
<targetType>MY_PARTY</targetType>
<affectScope>SINGLE</affectScope>
<targetType>SELF</targetType>
<affectScope>PARTY</affectScope>
<affectObject>FRIEND</affectObject>
<effects>
<effect name="NoblesseBless" />
</effects>