Various item adjustments.
Contributed by arquisoft.
This commit is contained in:
parent
1930e9a004
commit
1ca3b2d6c5
@ -158,6 +158,7 @@
|
||||
<set name="commissionItemType" val="ONE_HAND_MAGIC_BLUNT_WEAPON" />
|
||||
<set name="isAppearanceable" val="true" />
|
||||
<set name="is_magic_weapon" val="true" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<stats>
|
||||
<stat type="pAtk">6</stat>
|
||||
<stat type="mAtk">8</stat>
|
||||
|
@ -575,11 +575,20 @@
|
||||
<!-- Applies a buff when used. <Buff effect>. Sayha's Grace Consumption +100%. Acquired XP +100%. Acquired SP +100%. Duration: 20 min. Cooldown: 1 min. The effect remains after death. <font color=eeaa22>(Requires 35,000+ Sayha's Grace points.)</font> -->
|
||||
<set name="icon" val="icon.skill11137" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_freightable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<cond msgId="1902">
|
||||
<player levelRange="1;75" />
|
||||
</cond>
|
||||
<skills>
|
||||
<skill id="54068" level="1" /> <!-- Sayha's Gust -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="49852" name="Secret Book of Baggins’ Enchantments - IV" type="EtcItem">
|
||||
<!-- Prevents Talisman of Insolence from degrading to Lv. 2 in case of failure when enchanting it to Lv. 4. -->
|
||||
|
@ -877,7 +877,7 @@
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="is_freightable" val="true" />
|
||||
<cond msgId="1902">
|
||||
<player levelRange="1;74" />
|
||||
<player levelRange="1;75" />
|
||||
</cond>
|
||||
<skills>
|
||||
<skill id="54068" level="1" /> <!-- Sayha's Gust -->
|
||||
@ -887,15 +887,20 @@
|
||||
<!-- Applies a buff when used. <Buff effect>. Magic Lamp charging rate +100%. Duration: 60 min. Cooldown: 1 min. Required level: 1-75. -->
|
||||
<set name="icon" val="icon.bm_soul_of_shilen" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_freightable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<cond msgId="1902">
|
||||
<player levelRange="1;74" />
|
||||
<player levelRange="1;75" />
|
||||
</cond>
|
||||
<skills>
|
||||
<skill id="40057" level="1" /> <!-- Magic Fire (Event) -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="91778" name="Sayha's Storm Lv. 3" additionalName="1 hour" type="EtcItem">
|
||||
<!-- Applies a buff when used. <Buff effect>. Sayha's Grace Consumption +100%. Acquired XP +200%. Acquired SP +200%. Duration: 60 min. Cooldown: 1 min. The effect remains after death. <font color=eeaa22>(Requires 35,000+ Sayha's Grace.)</font> -->
|
||||
|
@ -1126,9 +1126,18 @@
|
||||
<set name="default_action" val="PEEL" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="price" val="10000" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_destroyable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ExtractableItems" />
|
||||
<capsuled_items>
|
||||
<item id="3031" min="100" max="100" chance="40" /> <!-- Spirit Ore -->
|
||||
<item id="91912" min="20" max="20" chance="30" /> <!-- HP Potion (Exchangeable) -->
|
||||
<item id="91033" min="1" max="1" chance="20" /> <!-- Wind Spirit Evolution Stone -->
|
||||
<item id="91972" min="1" max="1" chance="20" /> <!-- Heavenly Rift Titcket -->
|
||||
</capsuled_items>
|
||||
</item>
|
||||
<item id="91977" name="Tower of Insolence Scroll: Paralysis Resistance" type="EtcItem">
|
||||
<!-- Applies a buff when used. <Buff effect>. Paralysis Resistance +10%. Duration: 20 min. -->
|
||||
|
@ -376,14 +376,19 @@
|
||||
<!-- Applies a buff when used. <Buff effect>. Magic Lamp charging rate +100%. Duration: 60 min. Cooldown: 1 min. Required level: 1-75. -->
|
||||
<set name="icon" val="icon.bm_soul_of_shilen" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<cond msgId="1902">
|
||||
<player levelRange="1;75" />
|
||||
</cond>
|
||||
<skills>
|
||||
<skill id="54069" level="1" /> <!-- Magic Fire (Event) -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="92034" name="Reinforced Jewel Box" type="EtcItem">
|
||||
<!-- Double-click to obtain one of the following items. -->
|
||||
|
@ -430,13 +430,14 @@
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="reuse_delay" val="1500" />
|
||||
<stats>
|
||||
<stat type="pAtk">179</stat>
|
||||
<stat type="mAtk">51</stat>
|
||||
<stat type="rCrit">1.2</stat>
|
||||
<stat type="pAtkSpd">227</stat>
|
||||
<stat type="pAtkRange">40</stat>
|
||||
<stat type="randomDamage">5</stat>
|
||||
<stat type="pAtkRange">500</stat>
|
||||
</stats>
|
||||
</item>
|
||||
<item id="93031" name="Aden Club" type="Weapon">
|
||||
@ -641,15 +642,16 @@
|
||||
<!-- For Adventurer's Agathion Griffin only. Increases M. Def. when the agathion is enchanted. -->
|
||||
<set name="icon" val="icon.star_scrl_of_ench_ag_2" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="ENCHT_AM" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="ENCHT_AM" /> <!-- BLESS_ENCHT_AM -->
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<skills>
|
||||
<skill id="40056" level="1" /> <!-- Scroll: Enchant Talisman of Eva -->
|
||||
<skill id="40089" level="1" /> <!-- Scroll: Enchant Adventurer's Agathion Griffin -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="93041" name="Adventurer's Cloak" type="Armor">
|
||||
@ -693,6 +695,8 @@
|
||||
<!-- For Adventurer's Sheep Hat. When enchanted, M. Def. +2. -->
|
||||
<set name="icon" val="icon.scroll_of_unidentify_am_d" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="ENCHT_AM" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
@ -721,6 +725,8 @@
|
||||
<!-- For Adventurer's Cloak only. -->
|
||||
<set name="icon" val="icon.sayha2017_scrl" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="ENCHT_AM" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
@ -736,6 +742,8 @@
|
||||
<!-- For Adventurer's Belt only. -->
|
||||
<set name="icon" val="icon.etc_training_scroll_kalie_i00" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="ENCHT_AM" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
@ -1163,6 +1171,10 @@
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<skills>
|
||||
<skill id="50140" level="1" /> <!-- Red Lantern - 1st Place -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="93069" name="Purple Lantern" additionalName="2nd Place" type="EtcItem">
|
||||
<!-- XP +30,000,000, SP +810,000. Cannot be exchanged for the lit lantern. -->
|
||||
@ -1173,6 +1185,10 @@
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<skills>
|
||||
<skill id="50141" level="1" /> <!-- Purple Lantern - 2nd Place -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="93070" name="Blue Lantern" additionalName="3rd Place" type="EtcItem">
|
||||
<!-- XP +10,000,000, SP +270,000. Cannot be exchanged for the lit lantern. -->
|
||||
@ -1183,6 +1199,10 @@
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<skills>
|
||||
<skill id="50142" level="1" /> <!-- Blue Lantern - 3rd Place -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="93071" name="Green Lantern" additionalName="4th Place" type="EtcItem">
|
||||
<!-- XP +5,000,000, SP +135,000. Cannot be exchanged for the lit lantern. -->
|
||||
@ -1193,6 +1213,10 @@
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<skills>
|
||||
<skill id="50143" level="1" /> <!-- Green Lantern - 4th Place -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="93072" name="Star Candy (Event)" type="EtcItem">
|
||||
<!-- Sayha's Grace points +10,000. -->
|
||||
|
@ -461,9 +461,16 @@
|
||||
<skill id="40057" toLevel="1" name="Magic Fire (Event)">
|
||||
<!-- Magic Lamp charging rate +100%. -->
|
||||
<icon>icon.bm_soul_of_shilen</icon>
|
||||
<operateType>A1</operateType>
|
||||
<operateType>A2</operateType>
|
||||
<abnormalType>MAGIC_LAMP_RATE</abnormalType>
|
||||
<abnormalTime>3600</abnormalTime>
|
||||
<isMagic>4</isMagic>
|
||||
<reuseDelay>60000</reuseDelay>
|
||||
<effects>
|
||||
<effect name="MagicLampExpRate">
|
||||
<amount>100</amount>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="40058" toLevel="1" name="Giran Seal">
|
||||
<!-- For $s1, Acquired XP/ SP +$s2. Cooldown: 1 min. The effect remains after death. Note! The effect doesn't stack with Einhasad's Protection. -->
|
||||
@ -667,12 +674,24 @@
|
||||
<skill id="40089" toLevel="1" name="Scroll: Enchant Adventurer's Agathion Griffin">
|
||||
<!-- Required for enchanting Adventurer's Agathion Griffin. -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLevel>1</magicLevel>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="40090" toLevel="1" name="Scroll: Enchant Adventurer's Cloak">
|
||||
<!-- Used to enchant Adventurer's Cloak. -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLevel>1</magicLevel>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="40091" toLevel="1" name="Adventurer's Scroll: Enchant Hair Accessory">
|
||||
<!-- Used to enchant hair accessories. -->
|
||||
|
@ -9,6 +9,21 @@
|
||||
<!-- AUTO GENERATED SKILL TODO: FIX IT -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>93074</itemConsumeId> <!-- Blue Lantern -->
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLevel>1</magicLevel>
|
||||
<isMagic>2</isMagic>
|
||||
<reuseDelay>500</reuseDelay>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="GiveExpAndSp">
|
||||
<xp>10000000</xp>
|
||||
<sp>270000</sp>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="40102" toLevel="1" name="Green Lantern - 4th Place">
|
||||
<!-- AUTO GENERATED SKILL TODO: FIX IT -->
|
||||
@ -141,21 +156,81 @@
|
||||
<!-- <Reward for achieving the 1st place in the Large Magic Lamp event> XP +1,200,000,000, SP +32,400,000. Can be exchanged by the Game Assistant for the Lit Red Lantern (transferable to other characters on the account). -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>91668</itemConsumeId> <!-- Red Lantern -->
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLevel>1</magicLevel>
|
||||
<isMagic>2</isMagic>
|
||||
<reuseDelay>500</reuseDelay>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="GiveExpAndSp">
|
||||
<xp>100000000</xp>
|
||||
<sp>2700000</sp>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="40122" toLevel="1" name="High-grade Purple Lantern">
|
||||
<!-- <Reward for achieving the 2nd place in the Large Magic Lamp event> XP +360,000,000, SP +9,720,000. Can be exchanged by the Game Assistant for the Lit Purple Lantern (transferable to other characters on the account). -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>91669</itemConsumeId> <!-- Red Lantern -->
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLevel>1</magicLevel>
|
||||
<isMagic>2</isMagic>
|
||||
<reuseDelay>500</reuseDelay>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="GiveExpAndSp">
|
||||
<xp>30000000</xp>
|
||||
<sp>810000</sp>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="40123" toLevel="1" name="High-grade Blue Lantern">
|
||||
<!-- <Reward for achieving the 3rd place in the Large Magic Lamp event> XP +120,000,000, SP +3,240,000. Can be exchanged by the Game Assistant for the Lit Blue Lantern (transferable to other characters on the account). -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>91670</itemConsumeId> <!-- Red Lantern -->
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLevel>1</magicLevel>
|
||||
<isMagic>2</isMagic>
|
||||
<reuseDelay>500</reuseDelay>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="GiveExpAndSp">
|
||||
<xp>10000000</xp>
|
||||
<sp>270000</sp>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="40124" toLevel="1" name="High-grade Green Lantern">
|
||||
<!-- <Reward for achieving the 4th place in the Large Magic Lamp event> XP +60,000,000, SP +1,620,000. Can be exchanged by the Game Assistant for the Lit Green Lantern (transferable to other characters on the account). -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>91671</itemConsumeId> <!-- Red Lantern -->
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLevel>1</magicLevel>
|
||||
<isMagic>2</isMagic>
|
||||
<reuseDelay>500</reuseDelay>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="GiveExpAndSp">
|
||||
<xp>5000000</xp>
|
||||
<sp>135000</sp>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="40125" toLevel="1" name="High-grade Lit Red Lantern">
|
||||
<!-- <Reward for achieving the 1st place in the Big Magic Lamp event> XP +1,200,000,000, SP +32,400,000. Cannot be transferred to higher-level characters. -->
|
||||
|
@ -311,20 +311,48 @@
|
||||
<!-- A magic lantern given as a reward for the 1st place. Prize: XP +100,000,000, SP +2,700,000. Cannot be exchanged, dropped or sold in a private store. Can be stored in a private warehouse. -->
|
||||
<icon>icon.etc_holy_grail_i00</icon>
|
||||
<operateType>A1</operateType>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>93068</itemConsumeId> <!-- Red Lantern -->
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLevel>1</magicLevel>
|
||||
<isMagic>2</isMagic>
|
||||
<reuseDelay>500</reuseDelay>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="GiveExpAndSp">
|
||||
<xp>100000000</xp>
|
||||
<sp>2700000</sp>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="50141" toLevel="1" name="Purple Lantern - 2nd Place">
|
||||
<!-- A magic lantern given as a reward for the 2nd place. Prize: XP +30,000,000, SP +810,000. Cannot be exchanged, dropped or sold in a private store. Can be stored in a private warehouse. -->
|
||||
<icon>icon.etc_holy_grail_i01</icon>
|
||||
<operateType>A1</operateType>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>93069</itemConsumeId> <!-- Purple Lantern -->
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLevel>1</magicLevel>
|
||||
<isMagic>2</isMagic>
|
||||
<reuseDelay>500</reuseDelay>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="GiveExpAndSp">
|
||||
<xp>30000000</xp>
|
||||
<sp>810000</sp>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="50142" toLevel="1" name="Blue Lantern - 3rd Place">
|
||||
<!-- A magic lantern given as a reward for the 3rd place. Prize: XP +10,000,000, SP +270,000. Cannot be exchanged, dropped or sold in a private store. Can be stored in a private warehouse. -->
|
||||
<icon>icon.etc_holy_grail_i02</icon>
|
||||
<operateType>A1</operateType>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>93074</itemConsumeId> <!-- Blue Lantern -->
|
||||
<itemConsumeId>93070</itemConsumeId> <!-- Blue Lantern -->
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLevel>1</magicLevel>
|
||||
@ -343,7 +371,21 @@
|
||||
<!-- A magic lantern given as a reward for the 4th place. Prize: XP +5,000,000, SP +135,000. Cannot be exchanged, dropped or sold in a private store. Can be stored in a private warehouse. -->
|
||||
<icon>icon.etc_holy_grail_i03</icon>
|
||||
<operateType>A1</operateType>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>93071</itemConsumeId> <!-- Green Lantern -->
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLevel>1</magicLevel>
|
||||
<isMagic>2</isMagic>
|
||||
<reuseDelay>500</reuseDelay>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="GiveExpAndSp">
|
||||
<xp>5000000</xp>
|
||||
<sp>135000</sp>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="50144" toLevel="3" name="Pa'agrio's Summoning Stick (PA Event)">
|
||||
<operateType>A1</operateType>
|
||||
|
@ -10,6 +10,9 @@
|
||||
<icon>icon.belt_i00</icon>
|
||||
<operateType>P</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="EnlargeSlot">
|
||||
<amount>2</amount>
|
||||
|
@ -1953,9 +1953,16 @@
|
||||
<skill id="54069" toLevel="1" name="Magic Fire (Event)">
|
||||
<!-- Magic Lamp charging rate +100%. -->
|
||||
<icon>icon.bm_soul_of_shilen</icon>
|
||||
<operateType>A1</operateType>
|
||||
<operateType>A2</operateType>
|
||||
<abnormalType>MAGIC_LAMP_RATE</abnormalType>
|
||||
<abnormalTime>3600</abnormalTime>
|
||||
<isMagic>4</isMagic>
|
||||
<reuseDelay>60000</reuseDelay>
|
||||
<effects>
|
||||
<effect name="MagicLampExpRate">
|
||||
<amount>100</amount>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="54070" toLevel="1" name="Sayha's Buff Scroll - Event">
|
||||
<!-- A magic scroll which allows getting various buffs. -->
|
||||
|
@ -158,6 +158,7 @@
|
||||
<set name="commissionItemType" val="ONE_HAND_MAGIC_BLUNT_WEAPON" />
|
||||
<set name="isAppearanceable" val="true" />
|
||||
<set name="is_magic_weapon" val="true" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<stats>
|
||||
<stat type="pAtk">6</stat>
|
||||
<stat type="mAtk">8</stat>
|
||||
|
@ -575,11 +575,20 @@
|
||||
<!-- Applies a buff when used. <Buff effect>. Sayha's Grace Consumption +100%. Acquired XP +100%. Acquired SP +100%. Duration: 20 min. Cooldown: 1 min. The effect remains after death. <font color=eeaa22>(Requires 35,000+ Sayha's Grace points.)</font> -->
|
||||
<set name="icon" val="icon.skill11137" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_freightable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<cond msgId="1902">
|
||||
<player levelRange="1;75" />
|
||||
</cond>
|
||||
<skills>
|
||||
<skill id="54068" level="1" /> <!-- Sayha's Gust -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="49852" name="Secret Book of Baggins’ Enchantments - IV" type="EtcItem">
|
||||
<!-- Prevents Talisman of Insolence from degrading to Lv. 2 in case of failure when enchanting it to Lv. 4. -->
|
||||
|
@ -877,7 +877,7 @@
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="is_freightable" val="true" />
|
||||
<cond msgId="1902">
|
||||
<player levelRange="1;74" />
|
||||
<player levelRange="1;75" />
|
||||
</cond>
|
||||
<skills>
|
||||
<skill id="54068" level="1" /> <!-- Sayha's Gust -->
|
||||
@ -887,15 +887,20 @@
|
||||
<!-- Applies a buff when used. <Buff effect>. Magic Lamp charging rate +100%. Duration: 60 min. Cooldown: 1 min. Required level: 1-75. -->
|
||||
<set name="icon" val="icon.bm_soul_of_shilen" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_freightable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<cond msgId="1902">
|
||||
<player levelRange="1;74" />
|
||||
<player levelRange="1;75" />
|
||||
</cond>
|
||||
<skills>
|
||||
<skill id="40057" level="1" /> <!-- Magic Fire (Event) -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="91778" name="Sayha's Storm Lv. 3" additionalName="1 hour" type="EtcItem">
|
||||
<!-- Applies a buff when used. <Buff effect>. Sayha's Grace Consumption +100%. Acquired XP +200%. Acquired SP +200%. Duration: 60 min. Cooldown: 1 min. The effect remains after death. <font color=eeaa22>(Requires 35,000+ Sayha's Grace.)</font> -->
|
||||
|
@ -1126,9 +1126,18 @@
|
||||
<set name="default_action" val="PEEL" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="price" val="10000" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_destroyable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ExtractableItems" />
|
||||
<capsuled_items>
|
||||
<item id="3031" min="100" max="100" chance="40" /> <!-- Spirit Ore -->
|
||||
<item id="91912" min="20" max="20" chance="30" /> <!-- HP Potion (Exchangeable) -->
|
||||
<item id="91033" min="1" max="1" chance="20" /> <!-- Wind Spirit Evolution Stone -->
|
||||
<item id="91972" min="1" max="1" chance="20" /> <!-- Heavenly Rift Titcket -->
|
||||
</capsuled_items>
|
||||
</item>
|
||||
<item id="91977" name="Tower of Insolence Scroll: Paralysis Resistance" type="EtcItem">
|
||||
<!-- Applies a buff when used. <Buff effect>. Paralysis Resistance +10%. Duration: 20 min. -->
|
||||
|
@ -376,14 +376,19 @@
|
||||
<!-- Applies a buff when used. <Buff effect>. Magic Lamp charging rate +100%. Duration: 60 min. Cooldown: 1 min. Required level: 1-75. -->
|
||||
<set name="icon" val="icon.bm_soul_of_shilen" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<cond msgId="1902">
|
||||
<player levelRange="1;75" />
|
||||
</cond>
|
||||
<skills>
|
||||
<skill id="54069" level="1" /> <!-- Magic Fire (Event) -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="92034" name="Reinforced Jewel Box" type="EtcItem">
|
||||
<!-- Double-click to obtain one of the following items. -->
|
||||
|
@ -430,13 +430,14 @@
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="reuse_delay" val="1500" />
|
||||
<stats>
|
||||
<stat type="pAtk">179</stat>
|
||||
<stat type="mAtk">51</stat>
|
||||
<stat type="rCrit">1.2</stat>
|
||||
<stat type="pAtkSpd">227</stat>
|
||||
<stat type="pAtkRange">40</stat>
|
||||
<stat type="randomDamage">5</stat>
|
||||
<stat type="pAtkRange">500</stat>
|
||||
</stats>
|
||||
</item>
|
||||
<item id="93031" name="Aden Club" type="Weapon">
|
||||
@ -641,15 +642,16 @@
|
||||
<!-- For Adventurer's Agathion Griffin only. Increases M. Def. when the agathion is enchanted. -->
|
||||
<set name="icon" val="icon.star_scrl_of_ench_ag_2" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="ENCHT_AM" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="ENCHT_AM" /> <!-- BLESS_ENCHT_AM -->
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<skills>
|
||||
<skill id="40056" level="1" /> <!-- Scroll: Enchant Talisman of Eva -->
|
||||
<skill id="40089" level="1" /> <!-- Scroll: Enchant Adventurer's Agathion Griffin -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="93041" name="Adventurer's Cloak" type="Armor">
|
||||
@ -693,6 +695,8 @@
|
||||
<!-- For Adventurer's Sheep Hat. When enchanted, M. Def. +2. -->
|
||||
<set name="icon" val="icon.scroll_of_unidentify_am_d" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="ENCHT_AM" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
@ -721,6 +725,8 @@
|
||||
<!-- For Adventurer's Cloak only. -->
|
||||
<set name="icon" val="icon.sayha2017_scrl" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="ENCHT_AM" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
@ -736,6 +742,8 @@
|
||||
<!-- For Adventurer's Belt only. -->
|
||||
<set name="icon" val="icon.etc_training_scroll_kalie_i00" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="ENCHT_AM" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
@ -1163,6 +1171,10 @@
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<skills>
|
||||
<skill id="50140" level="1" /> <!-- Red Lantern - 1st Place -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="93069" name="Purple Lantern" additionalName="2nd Place" type="EtcItem">
|
||||
<!-- XP +30,000,000, SP +810,000. Cannot be exchanged for the lit lantern. -->
|
||||
@ -1173,6 +1185,10 @@
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<skills>
|
||||
<skill id="50141" level="1" /> <!-- Purple Lantern - 2nd Place -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="93070" name="Blue Lantern" additionalName="3rd Place" type="EtcItem">
|
||||
<!-- XP +10,000,000, SP +270,000. Cannot be exchanged for the lit lantern. -->
|
||||
@ -1183,6 +1199,10 @@
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<skills>
|
||||
<skill id="50142" level="1" /> <!-- Blue Lantern - 3rd Place -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="93071" name="Green Lantern" additionalName="4th Place" type="EtcItem">
|
||||
<!-- XP +5,000,000, SP +135,000. Cannot be exchanged for the lit lantern. -->
|
||||
@ -1193,6 +1213,10 @@
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<skills>
|
||||
<skill id="50143" level="1" /> <!-- Green Lantern - 4th Place -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="93072" name="Star Candy (Event)" type="EtcItem">
|
||||
<!-- Sayha's Grace points +10,000. -->
|
||||
|
@ -461,9 +461,16 @@
|
||||
<skill id="40057" toLevel="1" name="Magic Fire (Event)">
|
||||
<!-- Magic Lamp charging rate +100%. -->
|
||||
<icon>icon.bm_soul_of_shilen</icon>
|
||||
<operateType>A1</operateType>
|
||||
<operateType>A2</operateType>
|
||||
<abnormalType>MAGIC_LAMP_RATE</abnormalType>
|
||||
<abnormalTime>3600</abnormalTime>
|
||||
<isMagic>4</isMagic>
|
||||
<reuseDelay>60000</reuseDelay>
|
||||
<effects>
|
||||
<effect name="MagicLampExpRate">
|
||||
<amount>100</amount>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="40058" toLevel="1" name="Giran Seal">
|
||||
<!-- For $s1, Acquired XP/ SP +$s2. Cooldown: 1 min. The effect remains after death. Note! The effect doesn't stack with Einhasad's Protection. -->
|
||||
@ -667,12 +674,24 @@
|
||||
<skill id="40089" toLevel="1" name="Scroll: Enchant Adventurer's Agathion Griffin">
|
||||
<!-- Required for enchanting Adventurer's Agathion Griffin. -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLevel>1</magicLevel>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="40090" toLevel="1" name="Scroll: Enchant Adventurer's Cloak">
|
||||
<!-- Used to enchant Adventurer's Cloak. -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLevel>1</magicLevel>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="40091" toLevel="1" name="Adventurer's Scroll: Enchant Hair Accessory">
|
||||
<!-- Used to enchant hair accessories. -->
|
||||
|
@ -9,6 +9,21 @@
|
||||
<!-- AUTO GENERATED SKILL TODO: FIX IT -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>93074</itemConsumeId> <!-- Blue Lantern -->
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLevel>1</magicLevel>
|
||||
<isMagic>2</isMagic>
|
||||
<reuseDelay>500</reuseDelay>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="GiveExpAndSp">
|
||||
<xp>10000000</xp>
|
||||
<sp>270000</sp>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="40102" toLevel="1" name="Green Lantern - 4th Place">
|
||||
<!-- AUTO GENERATED SKILL TODO: FIX IT -->
|
||||
@ -141,21 +156,81 @@
|
||||
<!-- <Reward for achieving the 1st place in the Large Magic Lamp event> XP +1,200,000,000, SP +32,400,000. Can be exchanged by the Game Assistant for the Lit Red Lantern (transferable to other characters on the account). -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>91668</itemConsumeId> <!-- Red Lantern -->
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLevel>1</magicLevel>
|
||||
<isMagic>2</isMagic>
|
||||
<reuseDelay>500</reuseDelay>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="GiveExpAndSp">
|
||||
<xp>100000000</xp>
|
||||
<sp>2700000</sp>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="40122" toLevel="1" name="High-grade Purple Lantern">
|
||||
<!-- <Reward for achieving the 2nd place in the Large Magic Lamp event> XP +360,000,000, SP +9,720,000. Can be exchanged by the Game Assistant for the Lit Purple Lantern (transferable to other characters on the account). -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>91669</itemConsumeId> <!-- Red Lantern -->
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLevel>1</magicLevel>
|
||||
<isMagic>2</isMagic>
|
||||
<reuseDelay>500</reuseDelay>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="GiveExpAndSp">
|
||||
<xp>30000000</xp>
|
||||
<sp>810000</sp>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="40123" toLevel="1" name="High-grade Blue Lantern">
|
||||
<!-- <Reward for achieving the 3rd place in the Large Magic Lamp event> XP +120,000,000, SP +3,240,000. Can be exchanged by the Game Assistant for the Lit Blue Lantern (transferable to other characters on the account). -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>91670</itemConsumeId> <!-- Red Lantern -->
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLevel>1</magicLevel>
|
||||
<isMagic>2</isMagic>
|
||||
<reuseDelay>500</reuseDelay>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="GiveExpAndSp">
|
||||
<xp>10000000</xp>
|
||||
<sp>270000</sp>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="40124" toLevel="1" name="High-grade Green Lantern">
|
||||
<!-- <Reward for achieving the 4th place in the Large Magic Lamp event> XP +60,000,000, SP +1,620,000. Can be exchanged by the Game Assistant for the Lit Green Lantern (transferable to other characters on the account). -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<operateType>A1</operateType>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>91671</itemConsumeId> <!-- Red Lantern -->
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLevel>1</magicLevel>
|
||||
<isMagic>2</isMagic>
|
||||
<reuseDelay>500</reuseDelay>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="GiveExpAndSp">
|
||||
<xp>5000000</xp>
|
||||
<sp>135000</sp>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="40125" toLevel="1" name="High-grade Lit Red Lantern">
|
||||
<!-- <Reward for achieving the 1st place in the Big Magic Lamp event> XP +1,200,000,000, SP +32,400,000. Cannot be transferred to higher-level characters. -->
|
||||
|
@ -311,20 +311,48 @@
|
||||
<!-- A magic lantern given as a reward for the 1st place. Prize: XP +100,000,000, SP +2,700,000. Cannot be exchanged, dropped or sold in a private store. Can be stored in a private warehouse. -->
|
||||
<icon>icon.etc_holy_grail_i00</icon>
|
||||
<operateType>A1</operateType>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>93068</itemConsumeId> <!-- Red Lantern -->
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLevel>1</magicLevel>
|
||||
<isMagic>2</isMagic>
|
||||
<reuseDelay>500</reuseDelay>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="GiveExpAndSp">
|
||||
<xp>100000000</xp>
|
||||
<sp>2700000</sp>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="50141" toLevel="1" name="Purple Lantern - 2nd Place">
|
||||
<!-- A magic lantern given as a reward for the 2nd place. Prize: XP +30,000,000, SP +810,000. Cannot be exchanged, dropped or sold in a private store. Can be stored in a private warehouse. -->
|
||||
<icon>icon.etc_holy_grail_i01</icon>
|
||||
<operateType>A1</operateType>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>93069</itemConsumeId> <!-- Purple Lantern -->
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLevel>1</magicLevel>
|
||||
<isMagic>2</isMagic>
|
||||
<reuseDelay>500</reuseDelay>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="GiveExpAndSp">
|
||||
<xp>30000000</xp>
|
||||
<sp>810000</sp>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="50142" toLevel="1" name="Blue Lantern - 3rd Place">
|
||||
<!-- A magic lantern given as a reward for the 3rd place. Prize: XP +10,000,000, SP +270,000. Cannot be exchanged, dropped or sold in a private store. Can be stored in a private warehouse. -->
|
||||
<icon>icon.etc_holy_grail_i02</icon>
|
||||
<operateType>A1</operateType>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>93074</itemConsumeId> <!-- Blue Lantern -->
|
||||
<itemConsumeId>93070</itemConsumeId> <!-- Blue Lantern -->
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLevel>1</magicLevel>
|
||||
@ -343,7 +371,21 @@
|
||||
<!-- A magic lantern given as a reward for the 4th place. Prize: XP +5,000,000, SP +135,000. Cannot be exchanged, dropped or sold in a private store. Can be stored in a private warehouse. -->
|
||||
<icon>icon.etc_holy_grail_i03</icon>
|
||||
<operateType>A1</operateType>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>93071</itemConsumeId> <!-- Green Lantern -->
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLevel>1</magicLevel>
|
||||
<isMagic>2</isMagic>
|
||||
<reuseDelay>500</reuseDelay>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="GiveExpAndSp">
|
||||
<xp>5000000</xp>
|
||||
<sp>135000</sp>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="50144" toLevel="3" name="Pa'agrio's Summoning Stick (PA Event)">
|
||||
<operateType>A1</operateType>
|
||||
|
@ -10,6 +10,9 @@
|
||||
<icon>icon.belt_i00</icon>
|
||||
<operateType>P</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="EnlargeSlot">
|
||||
<amount>2</amount>
|
||||
|
@ -1953,9 +1953,16 @@
|
||||
<skill id="54069" toLevel="1" name="Magic Fire (Event)">
|
||||
<!-- Magic Lamp charging rate +100%. -->
|
||||
<icon>icon.bm_soul_of_shilen</icon>
|
||||
<operateType>A1</operateType>
|
||||
<operateType>A2</operateType>
|
||||
<abnormalType>MAGIC_LAMP_RATE</abnormalType>
|
||||
<abnormalTime>3600</abnormalTime>
|
||||
<isMagic>4</isMagic>
|
||||
<reuseDelay>60000</reuseDelay>
|
||||
<effects>
|
||||
<effect name="MagicLampExpRate">
|
||||
<amount>100</amount>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="54070" toLevel="1" name="Sayha's Buff Scroll - Event">
|
||||
<!-- A magic scroll which allows getting various buffs. -->
|
||||
|
Loading…
Reference in New Issue
Block a user