Addition of +8 Angel's necklace and earring boxes.
Contributed by Liamxroy.
This commit is contained in:
parent
267f50a36b
commit
616ca8ad6a
@ -459,6 +459,10 @@
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<skills>
|
||||
<skill id="39390" level="1" />
|
||||
</skills>
|
||||
</item>
|
||||
<item id="48942" name="+8 Angel's Earring Box" type="EtcItem">
|
||||
<!-- Use it to obtain 1 +8 Fallen Angel's Earring. -->
|
||||
@ -468,6 +472,10 @@
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<skills>
|
||||
<skill id="39391" level="1" />
|
||||
</skills>
|
||||
</item>
|
||||
<item id="48943" name="Red Libra Request - Sea of Spores" type="EtcItem">
|
||||
<!-- A request issued by the Red Libra Merchants to eliminate monsters in Sea of Spores. Characters level 106 or higher can receive the request by double-clicking the item. Can be played once a day. -->
|
||||
|
@ -256,10 +256,58 @@
|
||||
<skill id="39390" toLevel="1" name="+8 Angel's Necklace Box">
|
||||
<!-- Use it to obtain 1 +8 enchanted Angel's Necklace. -->
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>1</isMagic> <!-- Magic Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>48941</itemConsumeId>
|
||||
<magicLvl>1</magicLvl>
|
||||
<mpConsume>398</mpConsume>
|
||||
<reuseDelay>600000</reuseDelay>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="OpEncumbered">
|
||||
<weightPercent>20</weightPercent>
|
||||
<slotsPercent>10</slotsPercent>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="Restoration" >
|
||||
<items>
|
||||
<itemId>48669</itemId>
|
||||
<itemCount>1</itemCount>
|
||||
<itemEnchantmentLevel>8</itemEnchantmentLevel>
|
||||
</items>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39391" toLevel="1" name="+8 Angel's Earring Box">
|
||||
<!-- Use it to obtain 1 +8 enchanted Angel's Earring. -->
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>1</isMagic> <!-- Magic Skill -->
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>48942</itemConsumeId>
|
||||
<magicLvl>1</magicLvl>
|
||||
<mpConsume>398</mpConsume>
|
||||
<reuseDelay>600000</reuseDelay>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="OpEncumbered">
|
||||
<weightPercent>20</weightPercent>
|
||||
<slotsPercent>10</slotsPercent>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="Restoration" >
|
||||
<items>
|
||||
<itemId>48841</itemId>
|
||||
<itemCount>1</itemCount>
|
||||
<itemEnchantmentLevel>8</itemEnchantmentLevel>
|
||||
</items>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39392" toLevel="1" name="Stage 5 Soul Crystal Box">
|
||||
<operateType>A1</operateType>
|
||||
|
Loading…
Reference in New Issue
Block a user