Fixed Blessed Scroll: Enchant Exalted Weapon (82074).
Contributed by Sero.
This commit is contained in:
@@ -921,9 +921,16 @@
|
||||
<!-- For enchanting Blessed Exalted weapons. Enchant success rate: 100%. Cannot be used with weapons enchanted to +12 or higher. -->
|
||||
<set name="icon" val="BranchSys.icon.br_holy_cry_of_ench_wp_s_i00" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="ENCHT_WP" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<skills>
|
||||
<skill id="39742" level="1" /> <!-- Scroll: Enchant Blessed Exalted Weapon -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="82075" name="Prophetess' Gift Cube" additionalName="Event" type="EtcItem">
|
||||
<!-- A wondrous cube created by the Prophetess. Double-click to obtain Mysterious Energy Potion. Upon the 10th use you can obtain a special reward. -->
|
||||
|
@@ -364,10 +364,18 @@
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39742" toLevel="1" name="">
|
||||
<skill id="39742" toLevel="1" name="Blessed Scroll: Enchant Exalted Weapon">
|
||||
<!-- AUTO GENERATED SKILL TODO: FIX IT -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>82074</itemConsumeId> <!-- Scroll: Enchant Blessed Exalted Weapon -->
|
||||
<magicLevel>1</magicLevel>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="39743" toLevel="1" name="+10 Artifact Pack">
|
||||
<!-- AUTO GENERATED SKILL TODO: FIX IT -->
|
||||
|
@@ -921,9 +921,16 @@
|
||||
<!-- For enchanting Blessed Exalted weapons. Enchant success rate: 100%. Cannot be used with weapons enchanted to +12 or higher. -->
|
||||
<set name="icon" val="BranchSys.icon.br_holy_cry_of_ench_wp_s_i00" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="ENCHT_WP" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<skills>
|
||||
<skill id="39742" level="1" /> <!-- Scroll: Enchant Blessed Exalted Weapon -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="82075" name="Prophetess' Gift Cube" additionalName="Event" type="EtcItem">
|
||||
<!-- A wondrous cube created by the Prophetess. Double-click to obtain Mysterious Energy Potion. Upon the 10th use you can obtain a special reward. -->
|
||||
|
@@ -367,7 +367,15 @@
|
||||
<skill id="39742" toLevel="1" name="Blessed Scroll: Enchant Exalted Weapon">
|
||||
<!-- AUTO GENERATED SKILL TODO: FIX IT -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>82074</itemConsumeId> <!-- Scroll: Enchant Blessed Exalted Weapon -->
|
||||
<magicLevel>1</magicLevel>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="39743" toLevel="1" name="+10 Artifact Pack">
|
||||
<!-- AUTO GENERATED SKILL TODO: FIX IT -->
|
||||
|
Reference in New Issue
Block a user