Addition of item Life Stone Pack (90035).
Contributed by gruccia.
This commit is contained in:
parent
d3168295f6
commit
ec38c853c7
@ -6,7 +6,6 @@
|
|||||||
<set name="material" val="PAPER" />
|
<set name="material" val="PAPER" />
|
||||||
<set name="weight" val="150" />
|
<set name="weight" val="150" />
|
||||||
<set name="is_stackable" val="true" />
|
<set name="is_stackable" val="true" />
|
||||||
<set name="is_freightable" val="true" />
|
|
||||||
</item>
|
</item>
|
||||||
<item id="90001" name="Best Dye of INT (INT + 4 MEN - 2)" additionalName="3rd Class Transfer" type="EtcItem">
|
<item id="90001" name="Best Dye of INT (INT + 4 MEN - 2)" additionalName="3rd Class Transfer" type="EtcItem">
|
||||||
<!-- Dye of INT. Take 10 units of this magical dye to the symbol maker in town and you will receive a symbol that boosts your abilities. Can be used by Wizards after 3rd Class Transfer. -->
|
<!-- Dye of INT. Take 10 units of this magical dye to the symbol maker in town and you will receive a symbol that boosts your abilities. Can be used by Wizards after 3rd Class Transfer. -->
|
||||||
@ -339,10 +338,15 @@
|
|||||||
<item id="90035" name="Life Stone Pack" type="EtcItem">
|
<item id="90035" name="Life Stone Pack" type="EtcItem">
|
||||||
<!-- Double-click to receive one of the following items: High/Medium/Average Quality Life Stone. -->
|
<!-- Double-click to receive one of the following items: High/Medium/Average Quality Life Stone. -->
|
||||||
<set name="icon" val="icon.event_hero_treasure_box_i00" />
|
<set name="icon" val="icon.event_hero_treasure_box_i00" />
|
||||||
<set name="default_action" val="SKILL_REDUCE_ON_SKILL_SUCCESS" />
|
<set name="default_action" val="CAPSULE" />
|
||||||
<set name="material" val="PAPER" />
|
<set name="material" val="PAPER" />
|
||||||
|
<set name="immediate_effect" val="true" />
|
||||||
<set name="is_sellable" val="false" />
|
<set name="is_sellable" val="false" />
|
||||||
<set name="is_stackable" val="true" />
|
<set name="is_stackable" val="true" />
|
||||||
|
<set name="handler" val="ItemSkills" />
|
||||||
|
<skills>
|
||||||
|
<skill id="39203" level="1" /> <!-- Life Stone Pack -->
|
||||||
|
</skills>
|
||||||
</item>
|
</item>
|
||||||
<item id="90036" name="Hero’s Talisman - Attack" additionalName="30-day" type="Armor">
|
<item id="90036" name="Hero’s Talisman - Attack" additionalName="30-day" type="Armor">
|
||||||
<!-- PvP Damage +3%, P./M. Critical Damage +20, Skill Power +2%, P./M. Accuracy +1. Duration: 30 days. Cannot be exchanged, dropped, or sold in a private store. Can be stored in a private warehouse. -->
|
<!-- PvP Damage +3%, P./M. Critical Damage +20, Skill Power +2%, P./M. Accuracy +1. Duration: 30 days. Cannot be exchanged, dropped, or sold in a private store. Can be stored in a private warehouse. -->
|
||||||
|
@ -12,7 +12,34 @@
|
|||||||
<operateType>A1</operateType>
|
<operateType>A1</operateType>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="39203" toLevel="1" name="Life Stone Pack">
|
<skill id="39203" toLevel="1" name="Life Stone Pack">
|
||||||
|
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||||
|
<itemConsumeCount>1</itemConsumeCount>
|
||||||
|
<itemConsumeId>90035</itemConsumeId>
|
||||||
|
<magicLvl>1</magicLvl>
|
||||||
<operateType>A1</operateType>
|
<operateType>A1</operateType>
|
||||||
|
<targetType>SELF</targetType>
|
||||||
|
<affectScope>SINGLE</affectScope>
|
||||||
|
<conditions>
|
||||||
|
<condition name="OpEncumbered">
|
||||||
|
<weightPercent>20</weightPercent>
|
||||||
|
<slotsPercent>10</slotsPercent>
|
||||||
|
</condition>
|
||||||
|
</conditions>
|
||||||
|
<effects>
|
||||||
|
<effect name="RestorationRandom">
|
||||||
|
<items>
|
||||||
|
<item chance="70">
|
||||||
|
<item id="90012" count="1" /> <!-- common -->
|
||||||
|
</item>
|
||||||
|
<item chance="20">
|
||||||
|
<item id="90013" count="1" /> <!-- mid -->
|
||||||
|
</item>
|
||||||
|
<item chance="10">
|
||||||
|
<item id="90014" count="1" /> <!-- high -->
|
||||||
|
</item>
|
||||||
|
</items>
|
||||||
|
</effect>
|
||||||
|
</effects>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="39204" toLevel="1" name="Dimensional Blessing">
|
<skill id="39204" toLevel="1" name="Dimensional Blessing">
|
||||||
<!-- Gives 3,700,000 XP / 1,110,000 SP. -->
|
<!-- Gives 3,700,000 XP / 1,110,000 SP. -->
|
||||||
|
@ -338,10 +338,15 @@
|
|||||||
<item id="90035" name="Life Stone Pack" type="EtcItem">
|
<item id="90035" name="Life Stone Pack" type="EtcItem">
|
||||||
<!-- Double-click to receive one of the following items: High/Medium/Average Quality Life Stone. -->
|
<!-- Double-click to receive one of the following items: High/Medium/Average Quality Life Stone. -->
|
||||||
<set name="icon" val="icon.event_hero_treasure_box_i00" />
|
<set name="icon" val="icon.event_hero_treasure_box_i00" />
|
||||||
<set name="default_action" val="SKILL_REDUCE_ON_SKILL_SUCCESS" />
|
<set name="default_action" val="CAPSULE" />
|
||||||
<set name="material" val="PAPER" />
|
<set name="material" val="PAPER" />
|
||||||
|
<set name="immediate_effect" val="true" />
|
||||||
<set name="is_sellable" val="false" />
|
<set name="is_sellable" val="false" />
|
||||||
<set name="is_stackable" val="true" />
|
<set name="is_stackable" val="true" />
|
||||||
|
<set name="handler" val="ItemSkills" />
|
||||||
|
<skills>
|
||||||
|
<skill id="39203" level="1" /> <!-- Life Stone Pack -->
|
||||||
|
</skills>
|
||||||
</item>
|
</item>
|
||||||
<item id="90036" name="Hero’s Talisman - Attack" additionalName="30-day" type="Armor">
|
<item id="90036" name="Hero’s Talisman - Attack" additionalName="30-day" type="Armor">
|
||||||
<!-- PvP Damage +3%, P./M. Critical Damage +20, Skill Power +2%, P./M. Accuracy +1. Duration: 30 days. Cannot be exchanged, dropped, or sold in a private store. Can be stored in a private warehouse. -->
|
<!-- PvP Damage +3%, P./M. Critical Damage +20, Skill Power +2%, P./M. Accuracy +1. Duration: 30 days. Cannot be exchanged, dropped, or sold in a private store. Can be stored in a private warehouse. -->
|
||||||
|
@ -12,7 +12,34 @@
|
|||||||
<operateType>A1</operateType>
|
<operateType>A1</operateType>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="39203" toLevel="1" name="Life Stone Pack">
|
<skill id="39203" toLevel="1" name="Life Stone Pack">
|
||||||
|
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||||
|
<itemConsumeCount>1</itemConsumeCount>
|
||||||
|
<itemConsumeId>90035</itemConsumeId>
|
||||||
|
<magicLvl>1</magicLvl>
|
||||||
<operateType>A1</operateType>
|
<operateType>A1</operateType>
|
||||||
|
<targetType>SELF</targetType>
|
||||||
|
<affectScope>SINGLE</affectScope>
|
||||||
|
<conditions>
|
||||||
|
<condition name="OpEncumbered">
|
||||||
|
<weightPercent>20</weightPercent>
|
||||||
|
<slotsPercent>10</slotsPercent>
|
||||||
|
</condition>
|
||||||
|
</conditions>
|
||||||
|
<effects>
|
||||||
|
<effect name="RestorationRandom">
|
||||||
|
<items>
|
||||||
|
<item chance="70">
|
||||||
|
<item id="90012" count="1" /> <!-- common -->
|
||||||
|
</item>
|
||||||
|
<item chance="20">
|
||||||
|
<item id="90013" count="1" /> <!-- mid -->
|
||||||
|
</item>
|
||||||
|
<item chance="10">
|
||||||
|
<item id="90014" count="1" /> <!-- high -->
|
||||||
|
</item>
|
||||||
|
</items>
|
||||||
|
</effect>
|
||||||
|
</effects>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="39204" toLevel="1" name="Dimensional Blessing">
|
<skill id="39204" toLevel="1" name="Dimensional Blessing">
|
||||||
<!-- Gives 3,700,000 XP / 1,110,000 SP. -->
|
<!-- Gives 3,700,000 XP / 1,110,000 SP. -->
|
||||||
|
@ -338,10 +338,15 @@
|
|||||||
<item id="90035" name="Life Stone Pack" type="EtcItem">
|
<item id="90035" name="Life Stone Pack" type="EtcItem">
|
||||||
<!-- Double-click to receive one of the following items: High/Medium/Average Quality Life Stone. -->
|
<!-- Double-click to receive one of the following items: High/Medium/Average Quality Life Stone. -->
|
||||||
<set name="icon" val="icon.event_hero_treasure_box_i00" />
|
<set name="icon" val="icon.event_hero_treasure_box_i00" />
|
||||||
<set name="default_action" val="SKILL_REDUCE_ON_SKILL_SUCCESS" />
|
<set name="default_action" val="CAPSULE" />
|
||||||
<set name="material" val="PAPER" />
|
<set name="material" val="PAPER" />
|
||||||
|
<set name="immediate_effect" val="true" />
|
||||||
<set name="is_sellable" val="false" />
|
<set name="is_sellable" val="false" />
|
||||||
<set name="is_stackable" val="true" />
|
<set name="is_stackable" val="true" />
|
||||||
|
<set name="handler" val="ItemSkills" />
|
||||||
|
<skills>
|
||||||
|
<skill id="39203" level="1" /> <!-- Life Stone Pack -->
|
||||||
|
</skills>
|
||||||
</item>
|
</item>
|
||||||
<item id="90036" name="Hero’s Talisman - Attack" additionalName="30-day" type="Armor">
|
<item id="90036" name="Hero’s Talisman - Attack" additionalName="30-day" type="Armor">
|
||||||
<!-- PvP Damage +3%, P./M. Critical Damage +20, Skill Power +2%, P./M. Accuracy +1. Duration: 30-day. Cannot be exchanged, dropped, or sold in a private store. Can be stored in a private warehouse. -->
|
<!-- PvP Damage +3%, P./M. Critical Damage +20, Skill Power +2%, P./M. Accuracy +1. Duration: 30-day. Cannot be exchanged, dropped, or sold in a private store. Can be stored in a private warehouse. -->
|
||||||
|
@ -12,7 +12,34 @@
|
|||||||
<operateType>A1</operateType>
|
<operateType>A1</operateType>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="39203" toLevel="1" name="Life Stone Pack">
|
<skill id="39203" toLevel="1" name="Life Stone Pack">
|
||||||
|
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||||
|
<itemConsumeCount>1</itemConsumeCount>
|
||||||
|
<itemConsumeId>90035</itemConsumeId>
|
||||||
|
<magicLvl>1</magicLvl>
|
||||||
<operateType>A1</operateType>
|
<operateType>A1</operateType>
|
||||||
|
<targetType>SELF</targetType>
|
||||||
|
<affectScope>SINGLE</affectScope>
|
||||||
|
<conditions>
|
||||||
|
<condition name="OpEncumbered">
|
||||||
|
<weightPercent>20</weightPercent>
|
||||||
|
<slotsPercent>10</slotsPercent>
|
||||||
|
</condition>
|
||||||
|
</conditions>
|
||||||
|
<effects>
|
||||||
|
<effect name="RestorationRandom">
|
||||||
|
<items>
|
||||||
|
<item chance="70">
|
||||||
|
<item id="90012" count="1" /> <!-- common -->
|
||||||
|
</item>
|
||||||
|
<item chance="20">
|
||||||
|
<item id="90013" count="1" /> <!-- mid -->
|
||||||
|
</item>
|
||||||
|
<item chance="10">
|
||||||
|
<item id="90014" count="1" /> <!-- high -->
|
||||||
|
</item>
|
||||||
|
</items>
|
||||||
|
</effect>
|
||||||
|
</effects>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="39204" toLevel="1" name="Dimensional Blessing">
|
<skill id="39204" toLevel="1" name="Dimensional Blessing">
|
||||||
<!-- Gives 3,700,000 XP/ 1,110,000 SP. -->
|
<!-- Gives 3,700,000 XP/ 1,110,000 SP. -->
|
||||||
|
@ -338,10 +338,15 @@
|
|||||||
<item id="90035" name="Life Stone Pack" type="EtcItem">
|
<item id="90035" name="Life Stone Pack" type="EtcItem">
|
||||||
<!-- Double-click to obtain one of the following items: High/Medium/Average Quality Life Stone. -->
|
<!-- Double-click to obtain one of the following items: High/Medium/Average Quality Life Stone. -->
|
||||||
<set name="icon" val="icon.event_hero_treasure_box_i00" />
|
<set name="icon" val="icon.event_hero_treasure_box_i00" />
|
||||||
<set name="default_action" val="SKILL_REDUCE_ON_SKILL_SUCCESS" />
|
<set name="default_action" val="CAPSULE" />
|
||||||
<set name="material" val="PAPER" />
|
<set name="material" val="PAPER" />
|
||||||
|
<set name="immediate_effect" val="true" />
|
||||||
<set name="is_sellable" val="false" />
|
<set name="is_sellable" val="false" />
|
||||||
<set name="is_stackable" val="true" />
|
<set name="is_stackable" val="true" />
|
||||||
|
<set name="handler" val="ItemSkills" />
|
||||||
|
<skills>
|
||||||
|
<skill id="39203" level="1" /> <!-- Life Stone Pack -->
|
||||||
|
</skills>
|
||||||
</item>
|
</item>
|
||||||
<item id="90036" name="Hero’s Talisman - Attack" additionalName="30-day" type="Armor">
|
<item id="90036" name="Hero’s Talisman - Attack" additionalName="30-day" type="Armor">
|
||||||
<!-- PvP Damage +3%, P./ M. Critical Damage +20, Skill Power +2%, P./ M. Accuracy +1. Duration: 30-day. Cannot be exchanged, dropped, or sold in a private store. Can be stored in a private warehouse. -->
|
<!-- PvP Damage +3%, P./ M. Critical Damage +20, Skill Power +2%, P./ M. Accuracy +1. Duration: 30-day. Cannot be exchanged, dropped, or sold in a private store. Can be stored in a private warehouse. -->
|
||||||
|
@ -12,7 +12,34 @@
|
|||||||
<operateType>A1</operateType>
|
<operateType>A1</operateType>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="39203" toLevel="1" name="Life Stone Pack">
|
<skill id="39203" toLevel="1" name="Life Stone Pack">
|
||||||
|
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||||
|
<itemConsumeCount>1</itemConsumeCount>
|
||||||
|
<itemConsumeId>90035</itemConsumeId>
|
||||||
|
<magicLvl>1</magicLvl>
|
||||||
<operateType>A1</operateType>
|
<operateType>A1</operateType>
|
||||||
|
<targetType>SELF</targetType>
|
||||||
|
<affectScope>SINGLE</affectScope>
|
||||||
|
<conditions>
|
||||||
|
<condition name="OpEncumbered">
|
||||||
|
<weightPercent>20</weightPercent>
|
||||||
|
<slotsPercent>10</slotsPercent>
|
||||||
|
</condition>
|
||||||
|
</conditions>
|
||||||
|
<effects>
|
||||||
|
<effect name="RestorationRandom">
|
||||||
|
<items>
|
||||||
|
<item chance="70">
|
||||||
|
<item id="90012" count="1" /> <!-- common -->
|
||||||
|
</item>
|
||||||
|
<item chance="20">
|
||||||
|
<item id="90013" count="1" /> <!-- mid -->
|
||||||
|
</item>
|
||||||
|
<item chance="10">
|
||||||
|
<item id="90014" count="1" /> <!-- high -->
|
||||||
|
</item>
|
||||||
|
</items>
|
||||||
|
</effect>
|
||||||
|
</effects>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="39204" toLevel="1" name="Dimensional Blessing">
|
<skill id="39204" toLevel="1" name="Dimensional Blessing">
|
||||||
<!-- Gives 3,700,000 XP/ 1,110,000 SP. -->
|
<!-- Gives 3,700,000 XP/ 1,110,000 SP. -->
|
||||||
|
Loading…
Reference in New Issue
Block a user