Exalted skills.
Contributed by gamelike85.
This commit is contained in:
parent
26d0bbc427
commit
7aeb4eeb90
@ -10,5 +10,16 @@
|
||||
<skill skillName="Fortune of Noblesse" skillId="1325" skillLvl="1" getLevel="1" />
|
||||
<skill skillName="Harmony of Noblesse" skillId="1326" skillLvl="1" getLevel="1" />
|
||||
<skill skillName="Symphony of Noblesse" skillId="1327" skillLvl="1" getLevel="1" />
|
||||
|
||||
<!-- Exalted - Skills -->
|
||||
<skill skillName="Belief of the Exalted" skillId="19223" skillLvl="1" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Blessing of the Exalted" skillId="19224" skillLvl="1" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Dignity of the Exalted" skillId="19222" skillLvl="1" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Dignity of the Exalted" skillId="19222" skillLvl="2" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Dignity of the Exalted" skillId="19222" skillLvl="3" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Fate of the Exalted" skillId="19229" skillLvl="1" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Favor of the Exalted" skillId="19226" skillLvl="1" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Favor of the Exalted" skillId="19226" skillLvl="2" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Summon Battle Potion" skillId="19225" skillLvl="1" getLevel="99" learnedByFS="true" />
|
||||
</skillTree>
|
||||
</list>
|
@ -1500,6 +1500,12 @@
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="weight" val="20" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<skills>
|
||||
<skill id="18351" level="2" /> <!-- Favor of the Exalted -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="45871" name="Proof of Disposal" type="EtcItem">
|
||||
<!-- Item obtained from defeating the monsters that Elikia requested. Take it to Elikia in Heine. -->
|
||||
|
@ -293,7 +293,7 @@
|
||||
<set name="icon" val="icon.ev_charge_box" />
|
||||
</item>
|
||||
<item id="45922" name="Spellbook: Dignity of the Exalted" additionalName="Lv. 1" type="EtcItem">
|
||||
<!-- Needed to learn passive skill, Dignity of the Exalted Lv. 1, with the effect of STR/DEX/CON/MEN/INT/WIT/CHA + 1. Can be obtained in the main class status. -->
|
||||
<!-- Learn passive skill Dignity of the Exalted Lv. 1, with the effect of STR/DEX/CON/MEN/INT/WIT/CHA + 1. Can be obtained in the main class status. -->
|
||||
<set name="icon" val="icon.giant_book_i02" />
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_clan_depositable" val="false" />
|
||||
@ -306,9 +306,17 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="weight" val="20" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="commissionItemType" val="SPELLBOOK" />
|
||||
<skills>
|
||||
<skill id="18345" level="1" /> <!-- Dignity of the Exalted Lv. 1 -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="45923" name="Spellbook: Dignity of the Exalted" additionalName="Lv. 2" type="EtcItem">
|
||||
<!-- Needed to learn passive skill, Dignity of the Exalted Lv. 2, with the effect of STR/DEX/CON/MEN/INT/WIT/CHA + 2. Can be obtained in the main class status. -->
|
||||
<!-- Learn passive skill Dignity of the Exalted Lv. 2, with the effect of STR/DEX/CON/MEN/INT/WIT/CHA + 2. Can be obtained in the main class status. -->
|
||||
<set name="icon" val="icon.giant_book_i02" />
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_clan_depositable" val="false" />
|
||||
@ -321,9 +329,17 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="weight" val="20" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="commissionItemType" val="SPELLBOOK" />
|
||||
<skills>
|
||||
<skill id="18346" level="1" /> <!-- Dignity of the Exalted Lv. 2 -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="45924" name="Spellbook: Dignity of the Exalted" additionalName="Lv. 3" type="EtcItem">
|
||||
<!-- Needed to learn passive skill, Dignity of the Exalted Lv. 3, with the effect of STR/DEX/CON/MEN/INT/WIT/CHA + 3. Can be obtained in the main class status. -->
|
||||
<!-- Learn passive skill Dignity of the Exalted Lv. 3, with the effect of STR/DEX/CON/MEN/INT/WIT/CHA + 3. Can be obtained in the main class status. -->
|
||||
<set name="icon" val="icon.giant_book_i02" />
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_clan_depositable" val="false" />
|
||||
@ -336,6 +352,14 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="weight" val="20" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="commissionItemType" val="SPELLBOOK" />
|
||||
<skills>
|
||||
<skill id="18347" level="1" /> <!-- Dignity of the Exalted Lv. 3 -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="45925" name="Spellbook: Belief of the Exalted" type="EtcItem">
|
||||
<!-- Needed to learn active skill, Belief of the Exalted, used to teleport to a selected party member. Can be obtained in the main class status. -->
|
||||
@ -351,6 +375,14 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="weight" val="20" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="commissionItemType" val="SPELLBOOK" />
|
||||
<skills>
|
||||
<skill id="18348" level="1" /> <!-- Belief of the Exalted -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="45926" name="Spellbook: Blessing of the Exalted" type="EtcItem">
|
||||
<!-- Needed to learn active skill, Blessing of the Exalted, used to buff every party member with buff/de-buff protection even after death. Can be obtained in the main class status. -->
|
||||
@ -366,6 +398,14 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="weight" val="20" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="commissionItemType" val="SPELLBOOK" />
|
||||
<skills>
|
||||
<skill id="18349" level="1" /> <!-- Blessing of the Exalted -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="45927" name="Spellbook: Summon Battle Potion" type="EtcItem">
|
||||
<!-- Needed to learn the Exalted skill Summon Battle Potion. Can be obtained in the main class status. -->
|
||||
@ -381,6 +421,14 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="weight" val="20" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="commissionItemType" val="SPELLBOOK" />
|
||||
<skills>
|
||||
<skill id="18350" level="1" /> <!-- Summon Instant Cure Potion -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="45928" name="Spellbook: Favor of the Exalted" additionalName="Lv. 1" type="EtcItem">
|
||||
<!-- Needed to learn active skill, Favor of the Exalted Lv. 1, used to buff a target with 3% Bonus XP and SP. Can be obtained in the main class status. -->
|
||||
@ -396,6 +444,14 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="weight" val="20" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="commissionItemType" val="SPELLBOOK" />
|
||||
<skills>
|
||||
<skill id="18351" level="1" /> <!-- Favor of the Exalted -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="45929" name="Spirit Stone" type="EtcItem">
|
||||
<!-- Ordinary mineral that has been petrified by a creature's physical or magical damage and dimensional anomalies. Key component used in weapon Augmentation by characters level 46 or above. -->
|
||||
@ -616,7 +672,15 @@
|
||||
<set name="weight" val="10" />
|
||||
<set name="is_freightable" val="false" />
|
||||
<set name="etcitem_type" val="POTION" />
|
||||
<set name="reuse_delay" val="500" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="POTION" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<skills>
|
||||
<skill id="16453" level="1" /> <!-- Exalted Production -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="45946" name="Sirra's Blade of Fortune Capsule" additionalName="Event" type="EtcItem">
|
||||
<!-- Double-click to get a + 4 enchanted Sirra's Blade of Fortune. -->
|
||||
|
@ -446,6 +446,12 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="weight" val="20" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<skills>
|
||||
<skill id="18266" level="1" /> <!-- Fate of the Exalted -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="46037" name="Awakened Hero's Olympiad Gift" type="EtcItem">
|
||||
<!-- An Olympiad gift for awakened heroes. -->
|
||||
|
@ -706,9 +706,22 @@
|
||||
<operateType>P</operateType>
|
||||
</skill>
|
||||
<skill id="16453" toLevel="1" name="Exalted Production">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<icon>icon.skill0922</icon>
|
||||
<operateType>A1</operateType>
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<staticReuse>true</staticReuse>
|
||||
<magicLvl>1</magicLvl>
|
||||
<isMagic>2</isMagic>
|
||||
<reuseDelay>1000</reuseDelay>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="HpCpHeal">
|
||||
<power>3000</power>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="16454" toLevel="1" name="Spinning Slasher">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
|
@ -651,10 +651,34 @@
|
||||
<isMagic>4</isMagic>
|
||||
</skill>
|
||||
<skill id="18266" toLevel="1" name="Spellbook: Fate of the Exalted">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>46036</itemConsumeId> <!-- Spellbook: Fate of the Exalted -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="CheckLevel">
|
||||
<minLevel>99</minLevel>
|
||||
<maxLevel>105</maxLevel>
|
||||
<affectType>CASTER</affectType>
|
||||
</condition>
|
||||
<condition name="OpSkill">
|
||||
<skillId>19229</skillId>
|
||||
<skillLevel>1</skillLevel>
|
||||
<hasLearned>false</hasLearned>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="SetSkill">
|
||||
<skillId>19229</skillId>
|
||||
<skillLvl>1</skillLvl>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18270" toLevel="1" name="Apocalypse Shaper Focus">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
|
@ -9,46 +9,230 @@
|
||||
<reuseDelay>60000</reuseDelay>
|
||||
</skill>
|
||||
<skill id="18345" toLevel="1" name="Spellbook: Dignity of the Exalted Lv. 1">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>45922</itemConsumeId> <!-- Spellbook: Dignity of the Exalted Lv. 1 -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="CheckLevel">
|
||||
<minLevel>99</minLevel>
|
||||
<maxLevel>105</maxLevel>
|
||||
<affectType>CASTER</affectType>
|
||||
</condition>
|
||||
<condition name="OpSkill">
|
||||
<skillId>19222</skillId>
|
||||
<skillLevel>1</skillLevel>
|
||||
<skillLevel>2</skillLevel>
|
||||
<skillLevel>3</skillLevel>
|
||||
<hasLearned>false</hasLearned>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="SetSkill">
|
||||
<skillId>19222</skillId>
|
||||
<skillLvl>1</skillLvl>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18346" toLevel="1" name="Spellbook: Dignity of the Exalted Lv. 2">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>45923</itemConsumeId> <!-- Spellbook: Dignity of the Exalted Lv. 2 -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="CheckLevel">
|
||||
<minLevel>99</minLevel>
|
||||
<maxLevel>105</maxLevel>
|
||||
<affectType>CASTER</affectType>
|
||||
</condition>
|
||||
<condition name="OpSkill">
|
||||
<skillId>19222</skillId>
|
||||
<skillLevel>2</skillLevel>
|
||||
<skillLevel>3</skillLevel>
|
||||
<hasLearned>false</hasLearned>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="SetSkill">
|
||||
<skillId>19222</skillId>
|
||||
<skillLvl>2</skillLvl>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18347" toLevel="1" name="Spellbook: Dignity of the Exalted Lv. 3">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>45924</itemConsumeId> <!-- Spellbook: Dignity of the Exalted Lv. 3 -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="CheckLevel">
|
||||
<minLevel>99</minLevel>
|
||||
<maxLevel>105</maxLevel>
|
||||
<affectType>CASTER</affectType>
|
||||
</condition>
|
||||
<condition name="OpSkill">
|
||||
<skillId>19222</skillId>
|
||||
<skillLevel>3</skillLevel>
|
||||
<hasLearned>false</hasLearned>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="SetSkill">
|
||||
<skillId>19222</skillId>
|
||||
<skillLvl>3</skillLvl>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18348" toLevel="1" name="Spellbook: Belief of the Exalted">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>45925</itemConsumeId> <!-- Spellbook: Belief of the Exalted -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="CheckLevel">
|
||||
<minLevel>99</minLevel>
|
||||
<maxLevel>105</maxLevel>
|
||||
<affectType>CASTER</affectType>
|
||||
</condition>
|
||||
<condition name="OpSkill">
|
||||
<skillId>19223</skillId>
|
||||
<skillLevel>1</skillLevel>
|
||||
<hasLearned>false</hasLearned>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="SetSkill">
|
||||
<skillId>19223</skillId>
|
||||
<skillLvl>1</skillLvl>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18349" toLevel="1" name="Spellbook: Blessing of the Exalted">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>45926</itemConsumeId> <!-- Spellbook: Blessing of the Exalted -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="CheckLevel">
|
||||
<minLevel>99</minLevel>
|
||||
<maxLevel>105</maxLevel>
|
||||
<affectType>CASTER</affectType>
|
||||
</condition>
|
||||
<condition name="OpSkill">
|
||||
<skillId>19224</skillId>
|
||||
<skillLevel>1</skillLevel>
|
||||
<hasLearned>false</hasLearned>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="SetSkill">
|
||||
<skillId>19224</skillId>
|
||||
<skillLvl>1</skillLvl>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18350" toLevel="1" name="Spellbook: Summon Instant Cure Potion">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>45927</itemConsumeId> <!-- Spellbook: Summon Battle Potion -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="CheckLevel">
|
||||
<minLevel>99</minLevel>
|
||||
<maxLevel>105</maxLevel>
|
||||
<affectType>CASTER</affectType>
|
||||
</condition>
|
||||
<condition name="OpSkill">
|
||||
<skillId>19225</skillId>
|
||||
<skillLevel>1</skillLevel>
|
||||
<hasLearned>false</hasLearned>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="SetSkill">
|
||||
<skillId>19225</skillId>
|
||||
<skillLvl>1</skillLvl>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18351" toLevel="2" name="Spellbook: Favor of the Exalted Lv. 1">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<skill id="18351" toLevel="2" name="Spellbook: Favor of the Exalted Lv. 2">
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>
|
||||
<value level="1">45928</value> <!-- Spellbook: Favor of the Exalted Lv. 1 -->
|
||||
<value level="2">45870</value> <!-- Spellbook: Favor of the Exalted Lv. 2 -->
|
||||
</itemConsumeId>
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="CheckLevel">
|
||||
<minLevel>99</minLevel>
|
||||
<maxLevel>105</maxLevel>
|
||||
<affectType>CASTER</affectType>
|
||||
</condition>
|
||||
<condition name="OpSkill">
|
||||
<skillId>19226</skillId>
|
||||
<skillLevel>1</skillLevel>
|
||||
<skillLevel>2</skillLevel>
|
||||
<hasLearned>false</hasLearned>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="SetSkill">
|
||||
<skillId>19226</skillId>
|
||||
<skillLvl>
|
||||
<value level="1">1</value>
|
||||
<value level="2">2</value>
|
||||
</skillLvl>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18352" toLevel="1" name="Special Magic Ornament Eternal Belt">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
|
@ -700,8 +700,7 @@
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="19222" toLevel="3" name="Dignity of the Exalted">
|
||||
<!-- TODO: make WorldChat effect -->
|
||||
<!-- STR/DEX/CON/INT/WIT/MEN/CHA + 1. World Chat + 10 times. -->
|
||||
<!-- STR/DEX/CON/INT/WIT/MEN/CHA + 1 -->
|
||||
<icon>icon.skill19222</icon>
|
||||
<operateType>P</operateType>
|
||||
<effectPoint>100</effectPoint>
|
||||
@ -766,19 +765,29 @@
|
||||
</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>1100</castRange>
|
||||
<hitTime>5000</hitTime>
|
||||
<coolTime>500</coolTime>
|
||||
<effectPoint>100</effectPoint>
|
||||
<effectPoint>-1</effectPoint>
|
||||
<reuseDelay>600000</reuseDelay>
|
||||
<effectRange>1100</effectRange>
|
||||
<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>
|
||||
<effects>
|
||||
<effect name="TeleportToTarget" />
|
||||
</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 +796,23 @@
|
||||
<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>
|
||||
<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>MY_PARTY</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<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 +839,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 +854,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. -->
|
||||
|
@ -10,5 +10,16 @@
|
||||
<skill skillName="Fortune of Noblesse" skillId="1325" skillLvl="1" getLevel="1" />
|
||||
<skill skillName="Harmony of Noblesse" skillId="1326" skillLvl="1" getLevel="1" />
|
||||
<skill skillName="Symphony of Noblesse" skillId="1327" skillLvl="1" getLevel="1" />
|
||||
|
||||
<!-- Exalted - Skills -->
|
||||
<skill skillName="Belief of the Exalted" skillId="19223" skillLvl="1" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Blessing of the Exalted" skillId="19224" skillLvl="1" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Dignity of the Exalted" skillId="19222" skillLvl="1" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Dignity of the Exalted" skillId="19222" skillLvl="2" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Dignity of the Exalted" skillId="19222" skillLvl="3" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Fate of the Exalted" skillId="19229" skillLvl="1" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Favor of the Exalted" skillId="19226" skillLvl="1" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Favor of the Exalted" skillId="19226" skillLvl="2" getLevel="99" learnedByFS="true" />
|
||||
<skill skillName="Summon Battle Potion" skillId="19225" skillLvl="1" getLevel="99" learnedByFS="true" />
|
||||
</skillTree>
|
||||
</list>
|
@ -1500,6 +1500,12 @@
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="weight" val="20" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<skills>
|
||||
<skill id="18351" level="2" /> <!-- Favor of the Exalted -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="45871" name="Proof of Disposal" type="EtcItem">
|
||||
<!-- Item obtained from defeating the monsters that Elikia requested. Take it to Elikia in Heine. -->
|
||||
|
@ -293,7 +293,7 @@
|
||||
<set name="icon" val="icon.ev_charge_box" />
|
||||
</item>
|
||||
<item id="45922" name="Spellbook: Dignity of the Exalted" additionalName="Lv. 1" type="EtcItem">
|
||||
<!-- Needed to learn passive skill, Dignity of the Exalted Lv. 1, with the effect of STR/DEX/CON/MEN/INT/WIT/CHA + 1. Can be obtained in the main class status. -->
|
||||
<!-- Learn passive skill Dignity of the Exalted Lv. 1, with the effect of STR/DEX/CON/MEN/INT/WIT/CHA + 1. Can be obtained in the main class status. -->
|
||||
<set name="icon" val="icon.giant_book_i02" />
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_clan_depositable" val="false" />
|
||||
@ -306,9 +306,17 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="weight" val="20" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="commissionItemType" val="SPELLBOOK" />
|
||||
<skills>
|
||||
<skill id="18345" level="1" /> <!-- Dignity of the Exalted Lv. 1 -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="45923" name="Spellbook: Dignity of the Exalted" additionalName="Lv. 2" type="EtcItem">
|
||||
<!-- Needed to learn passive skill, Dignity of the Exalted Lv. 2, with the effect of STR/DEX/CON/MEN/INT/WIT/CHA + 2. Can be obtained in the main class status. -->
|
||||
<!-- Learn passive skill Dignity of the Exalted Lv. 2, with the effect of STR/DEX/CON/MEN/INT/WIT/CHA + 2. Can be obtained in the main class status. -->
|
||||
<set name="icon" val="icon.giant_book_i02" />
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_clan_depositable" val="false" />
|
||||
@ -321,9 +329,17 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="weight" val="20" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="commissionItemType" val="SPELLBOOK" />
|
||||
<skills>
|
||||
<skill id="18346" level="1" /> <!-- Dignity of the Exalted Lv. 2 -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="45924" name="Spellbook: Dignity of the Exalted" additionalName="Lv. 3" type="EtcItem">
|
||||
<!-- Needed to learn passive skill, Dignity of the Exalted Lv. 3, with the effect of STR/DEX/CON/MEN/INT/WIT/CHA + 3. Can be obtained in the main class status. -->
|
||||
<!-- Learn passive skill Dignity of the Exalted Lv. 3, with the effect of STR/DEX/CON/MEN/INT/WIT/CHA + 3. Can be obtained in the main class status. -->
|
||||
<set name="icon" val="icon.giant_book_i02" />
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_clan_depositable" val="false" />
|
||||
@ -336,6 +352,14 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="weight" val="20" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="commissionItemType" val="SPELLBOOK" />
|
||||
<skills>
|
||||
<skill id="18347" level="1" /> <!-- Dignity of the Exalted Lv. 3 -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="45925" name="Spellbook: Belief of the Exalted" type="EtcItem">
|
||||
<!-- Needed to learn active skill, Belief of the Exalted, used to teleport to a selected party member. Can be obtained in the main class status. -->
|
||||
@ -351,6 +375,14 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="weight" val="20" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="commissionItemType" val="SPELLBOOK" />
|
||||
<skills>
|
||||
<skill id="18348" level="1" /> <!-- Belief of the Exalted -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="45926" name="Spellbook: Blessing of the Exalted" type="EtcItem">
|
||||
<!-- Needed to learn active skill, Blessing of the Exalted, used to buff every party member with buff/de-buff protection even after death. Can be obtained in the main class status. -->
|
||||
@ -366,6 +398,14 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="weight" val="20" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="commissionItemType" val="SPELLBOOK" />
|
||||
<skills>
|
||||
<skill id="18349" level="1" /> <!-- Blessing of the Exalted -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="45927" name="Spellbook: Summon Battle Potion" type="EtcItem">
|
||||
<!-- Needed to learn the Exalted skill Summon Battle Potion. Can be obtained in the main class status. -->
|
||||
@ -381,6 +421,14 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="weight" val="20" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="commissionItemType" val="SPELLBOOK" />
|
||||
<skills>
|
||||
<skill id="18350" level="1" /> <!-- Summon Instant Cure Potion -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="45928" name="Spellbook: Favor of the Exalted" additionalName="Lv. 1" type="EtcItem">
|
||||
<!-- Needed to learn active skill, Favor of the Exalted Lv. 1, used to buff a target with 3% Bonus XP and SP. Can be obtained in the main class status. -->
|
||||
@ -396,6 +444,14 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="weight" val="20" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="commissionItemType" val="SPELLBOOK" />
|
||||
<skills>
|
||||
<skill id="18351" level="1" /> <!-- Favor of the Exalted -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="45929" name="Spirit Stone" type="EtcItem">
|
||||
<!-- Ordinary mineral that has been petrified by a creature's physical or magical damage and dimensional anomalies. Key component used in weapon Augmentation by characters level 46 or above. -->
|
||||
@ -616,7 +672,15 @@
|
||||
<set name="weight" val="10" />
|
||||
<set name="is_freightable" val="false" />
|
||||
<set name="etcitem_type" val="POTION" />
|
||||
<set name="reuse_delay" val="500" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="POTION" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<skills>
|
||||
<skill id="16453" level="1" /> <!-- Exalted Production -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="45946" name="Sirra's Blade of Fortune Capsule" additionalName="Event" type="EtcItem">
|
||||
<!-- Double-click to get a + 4 enchanted Sirra's Blade of Fortune. -->
|
||||
|
@ -446,6 +446,12 @@
|
||||
<set name="is_commissionable" val="false" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="weight" val="20" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<skills>
|
||||
<skill id="18266" level="1" /> <!-- Fate of the Exalted -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="46037" name="Awakened Hero's Olympiad Gift" type="EtcItem">
|
||||
<!-- An Olympiad gift for awakened heroes. -->
|
||||
|
@ -706,9 +706,22 @@
|
||||
<operateType>P</operateType>
|
||||
</skill>
|
||||
<skill id="16453" toLevel="1" name="Exalted Production">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<icon>icon.skill0922</icon>
|
||||
<operateType>A1</operateType>
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<staticReuse>true</staticReuse>
|
||||
<magicLvl>1</magicLvl>
|
||||
<isMagic>2</isMagic>
|
||||
<reuseDelay>1000</reuseDelay>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="HpCpHeal">
|
||||
<power>3000</power>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="16454" toLevel="1" name="Spinning Slasher">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
|
@ -651,10 +651,34 @@
|
||||
<isMagic>4</isMagic>
|
||||
</skill>
|
||||
<skill id="18266" toLevel="1" name="Spellbook: Fate of the Exalted">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>46036</itemConsumeId> <!-- Spellbook: Fate of the Exalted -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="CheckLevel">
|
||||
<minLevel>99</minLevel>
|
||||
<maxLevel>105</maxLevel>
|
||||
<affectType>CASTER</affectType>
|
||||
</condition>
|
||||
<condition name="OpSkill">
|
||||
<skillId>19229</skillId>
|
||||
<skillLevel>1</skillLevel>
|
||||
<hasLearned>false</hasLearned>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="SetSkill">
|
||||
<skillId>19229</skillId>
|
||||
<skillLvl>1</skillLvl>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18270" toLevel="1" name="Apocalypse Shaper Focus">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
|
@ -9,46 +9,230 @@
|
||||
<reuseDelay>60000</reuseDelay>
|
||||
</skill>
|
||||
<skill id="18345" toLevel="1" name="Spellbook: Dignity of the Exalted Lv. 1">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>45922</itemConsumeId> <!-- Spellbook: Dignity of the Exalted Lv. 1 -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="CheckLevel">
|
||||
<minLevel>99</minLevel>
|
||||
<maxLevel>105</maxLevel>
|
||||
<affectType>CASTER</affectType>
|
||||
</condition>
|
||||
<condition name="OpSkill">
|
||||
<skillId>19222</skillId>
|
||||
<skillLevel>1</skillLevel>
|
||||
<skillLevel>2</skillLevel>
|
||||
<skillLevel>3</skillLevel>
|
||||
<hasLearned>false</hasLearned>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="SetSkill">
|
||||
<skillId>19222</skillId>
|
||||
<skillLvl>1</skillLvl>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18346" toLevel="1" name="Spellbook: Dignity of the Exalted Lv. 2">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>45923</itemConsumeId> <!-- Spellbook: Dignity of the Exalted Lv. 2 -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="CheckLevel">
|
||||
<minLevel>99</minLevel>
|
||||
<maxLevel>105</maxLevel>
|
||||
<affectType>CASTER</affectType>
|
||||
</condition>
|
||||
<condition name="OpSkill">
|
||||
<skillId>19222</skillId>
|
||||
<skillLevel>2</skillLevel>
|
||||
<skillLevel>3</skillLevel>
|
||||
<hasLearned>false</hasLearned>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="SetSkill">
|
||||
<skillId>19222</skillId>
|
||||
<skillLvl>2</skillLvl>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18347" toLevel="1" name="Spellbook: Dignity of the Exalted Lv. 3">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>45924</itemConsumeId> <!-- Spellbook: Dignity of the Exalted Lv. 3 -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="CheckLevel">
|
||||
<minLevel>99</minLevel>
|
||||
<maxLevel>105</maxLevel>
|
||||
<affectType>CASTER</affectType>
|
||||
</condition>
|
||||
<condition name="OpSkill">
|
||||
<skillId>19222</skillId>
|
||||
<skillLevel>3</skillLevel>
|
||||
<hasLearned>false</hasLearned>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="SetSkill">
|
||||
<skillId>19222</skillId>
|
||||
<skillLvl>3</skillLvl>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18348" toLevel="1" name="Spellbook: Belief of the Exalted">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>45925</itemConsumeId> <!-- Spellbook: Belief of the Exalted -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="CheckLevel">
|
||||
<minLevel>99</minLevel>
|
||||
<maxLevel>105</maxLevel>
|
||||
<affectType>CASTER</affectType>
|
||||
</condition>
|
||||
<condition name="OpSkill">
|
||||
<skillId>19223</skillId>
|
||||
<skillLevel>1</skillLevel>
|
||||
<hasLearned>false</hasLearned>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="SetSkill">
|
||||
<skillId>19223</skillId>
|
||||
<skillLvl>1</skillLvl>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18349" toLevel="1" name="Spellbook: Blessing of the Exalted">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>45926</itemConsumeId> <!-- Spellbook: Blessing of the Exalted -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="CheckLevel">
|
||||
<minLevel>99</minLevel>
|
||||
<maxLevel>105</maxLevel>
|
||||
<affectType>CASTER</affectType>
|
||||
</condition>
|
||||
<condition name="OpSkill">
|
||||
<skillId>19224</skillId>
|
||||
<skillLevel>1</skillLevel>
|
||||
<hasLearned>false</hasLearned>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="SetSkill">
|
||||
<skillId>19224</skillId>
|
||||
<skillLvl>1</skillLvl>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18350" toLevel="1" name="Spellbook: Summon Instant Cure Potion">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>45927</itemConsumeId> <!-- Spellbook: Summon Battle Potion -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="CheckLevel">
|
||||
<minLevel>99</minLevel>
|
||||
<maxLevel>105</maxLevel>
|
||||
<affectType>CASTER</affectType>
|
||||
</condition>
|
||||
<condition name="OpSkill">
|
||||
<skillId>19225</skillId>
|
||||
<skillLevel>1</skillLevel>
|
||||
<hasLearned>false</hasLearned>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="SetSkill">
|
||||
<skillId>19225</skillId>
|
||||
<skillLvl>1</skillLvl>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18351" toLevel="2" name="Spellbook: Favor of the Exalted Lv. 2">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>
|
||||
<value level="1">45928</value> <!-- Spellbook: Favor of the Exalted Lv. 1 -->
|
||||
<value level="2">45870</value> <!-- Spellbook: Favor of the Exalted Lv. 2 -->
|
||||
</itemConsumeId>
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A1</operateType>
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="CheckLevel">
|
||||
<minLevel>99</minLevel>
|
||||
<maxLevel>105</maxLevel>
|
||||
<affectType>CASTER</affectType>
|
||||
</condition>
|
||||
<condition name="OpSkill">
|
||||
<skillId>19226</skillId>
|
||||
<skillLevel>1</skillLevel>
|
||||
<skillLevel>2</skillLevel>
|
||||
<hasLearned>false</hasLearned>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="SetSkill">
|
||||
<skillId>19226</skillId>
|
||||
<skillLvl>
|
||||
<value level="1">1</value>
|
||||
<value level="2">2</value>
|
||||
</skillLvl>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18352" toLevel="1" name="Special Magic Ornament Eternal Belt">
|
||||
<!-- AUTO GENERATED SKILL -->
|
||||
|
@ -709,8 +709,7 @@
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="19222" toLevel="3" name="Dignity of the Exalted">
|
||||
<!-- TODO: make WorldChat effect -->
|
||||
<!-- STR/DEX/CON/INT/WIT/MEN/CHA + 1. World Chat + 10 times. -->
|
||||
<!-- STR/DEX/CON/INT/WIT/MEN/CHA + 1 -->
|
||||
<icon>icon.skill19222</icon>
|
||||
<operateType>P</operateType>
|
||||
<effectPoint>100</effectPoint>
|
||||
@ -775,19 +774,29 @@
|
||||
</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>1100</castRange>
|
||||
<hitTime>5000</hitTime>
|
||||
<coolTime>500</coolTime>
|
||||
<effectPoint>100</effectPoint>
|
||||
<effectPoint>-1</effectPoint>
|
||||
<reuseDelay>600000</reuseDelay>
|
||||
<effectRange>1100</effectRange>
|
||||
<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>
|
||||
<effects>
|
||||
<effect name="TeleportToTarget" />
|
||||
</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>
|
||||
@ -796,6 +805,23 @@
|
||||
<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>
|
||||
<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>MY_PARTY</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<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). -->
|
||||
@ -822,10 +848,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>
|
||||
@ -833,6 +863,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 5 seconds. Increases Speed by 14. Canceled when using normal attacks or attack skills. -->
|
||||
|
Loading…
Reference in New Issue
Block a user