Fixed Spellbook: Renewed Energy of Power (80924).
Contributed by Liamxroy.
This commit is contained in:
parent
934c53500e
commit
b9882ce3eb
@ -316,7 +316,7 @@
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<skills>
|
||||
<skill id="30820" level="1" /> <!-- Dual Class - Renewed Energy of Power -->
|
||||
<skill id="39551" level="1" /> <!-- Spellbook: Renewed Energy of Power -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="80925" name="Potion of Protection: Confusion" type="EtcItem">
|
||||
|
@ -339,6 +339,30 @@
|
||||
<skill id="39551" toLevel="1" name="Spellbook: Renewed Energy of Power">
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>3000</hitTime>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>80924</itemConsumeId>
|
||||
<magicLvl>1</magicLvl>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="CheckLevel">
|
||||
<minLevel>105</minLevel>
|
||||
<maxLevel>127</maxLevel>
|
||||
<affectType>CASTER</affectType>
|
||||
</condition>
|
||||
<condition name="OpSkill">
|
||||
<skillId>30820</skillId> <!-- Dual Class - Renewed Energy of Power -->
|
||||
<skillLevel>1</skillLevel>
|
||||
<hasLearned>false</hasLearned>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="SetSkill">
|
||||
<skillId>30820</skillId> <!-- Dual Class - Renewed Energy of Power -->
|
||||
<skillLvl>1</skillLvl>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39552" toLevel="1" name="Potion of Protection: Confusion (Low-grade)">
|
||||
<!-- Confusion Resistance +5%. Cannot be used in the Olympiad. -->
|
||||
|
Loading…
Reference in New Issue
Block a user