T-Shirt Box extractable item.
Contributed by jagltoro.
This commit is contained in:
@@ -156,13 +156,19 @@
|
|||||||
<item id="29214" name="Shirt Box" type="EtcItem">
|
<item id="29214" name="Shirt Box" type="EtcItem">
|
||||||
<!-- Double-click to obtain 1 Pa'agrio, Sayha, Eva, or Maphr's shirt. -->
|
<!-- Double-click to obtain 1 Pa'agrio, Sayha, Eva, or Maphr's shirt. -->
|
||||||
<set name="icon" val="icon.event_six_party_box_i00" />
|
<set name="icon" val="icon.event_six_party_box_i00" />
|
||||||
<set name="default_action" val="SKILL_REDUCE_ON_SKILL_SUCCESS" />
|
|
||||||
<set name="material" val="PAPER" />
|
<set name="material" val="PAPER" />
|
||||||
<set name="is_tradable" val="false" />
|
<set name="is_tradable" val="false" />
|
||||||
<set name="is_dropable" val="false" />
|
<set name="is_dropable" val="false" />
|
||||||
<set name="is_depositable" val="false" />
|
<set name="is_depositable" val="false" />
|
||||||
<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="default_action" val="CAPSULE" />
|
||||||
|
<set name="immediate_effect" val="true" />
|
||||||
|
<set name="is_stackable" val="true" />
|
||||||
|
<set name="handler" val="ItemSkills" />
|
||||||
|
<skills>
|
||||||
|
<skill id="28202" level="1" /> <!-- T-shirt Box -->
|
||||||
|
</skills>
|
||||||
</item>
|
</item>
|
||||||
<item id="29215" name="Starter Kit" additionalName="Lv. 85" type="EtcItem">
|
<item id="29215" name="Starter Kit" additionalName="Lv. 85" type="EtcItem">
|
||||||
<!-- Double-click to obtain 3 XP Rune IV (Lv. 1-99) 100% Packs (1-hr), 3 Mysterious Wind Scrolls, 3 Dandy's Scrolls: Challenge, 5 Dragon Vitality Replenishing Potions, Entrance Pass: Kartia's Labyrinth Lv. 85/ 90 Party, Adventurer's Circlet, Shirt Box, 3 Scrolls: Enchant Elemental Shirt, Blessed Scroll: Enchant Elemental Shirt. -->
|
<!-- Double-click to obtain 3 XP Rune IV (Lv. 1-99) 100% Packs (1-hr), 3 Mysterious Wind Scrolls, 3 Dandy's Scrolls: Challenge, 5 Dragon Vitality Replenishing Potions, Entrance Pass: Kartia's Labyrinth Lv. 85/ 90 Party, Adventurer's Circlet, Shirt Box, 3 Scrolls: Enchant Elemental Shirt, Blessed Scroll: Enchant Elemental Shirt. -->
|
||||||
|
56
L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/28200-28299.xml
vendored
Normal file
56
L2J_Mobius_5.0_Salvation/dist/game/data/stats/skills/28200-28299.xml
vendored
Normal file
@@ -0,0 +1,56 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd">
|
||||||
|
<skill id="28200" toLevel="1" name="Adventurer's Circlet">
|
||||||
|
<!-- Increases P. Atk. by $s1, M. Atk. by $s2 -->
|
||||||
|
<icon>BranchSys.icon.br_valkyrie_cap_i00</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28201" toLevel="1" name="Adventurer's Bracelet">
|
||||||
|
<!-- Increases STR/ DEX/ CON/ INT/ WIT/ MEN by +$s1 when equipped. Activates 3 Talisman slots. -->
|
||||||
|
<icon>BranchIcon.icon.bracelet_of_explorer_i00</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28202" toLevel="1" name="T-shirt Box">
|
||||||
|
<itemConsumeId>29214</itemConsumeId>
|
||||||
|
<itemConsumeCount>1</itemConsumeCount>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
<magicCriticalRate>5</magicCriticalRate>
|
||||||
|
<hitCancelTime>0</hitCancelTime>
|
||||||
|
<magicLvl>1</magicLvl>
|
||||||
|
<isMagic>2</isMagic>
|
||||||
|
<targetType>SELF</targetType>
|
||||||
|
<affectScope>SINGLE</affectScope>
|
||||||
|
<conditions>
|
||||||
|
<condition name="OpEncumbered">
|
||||||
|
<weightPercent>10</weightPercent>
|
||||||
|
<slotsPercent>10</slotsPercent>
|
||||||
|
</condition>
|
||||||
|
</conditions>
|
||||||
|
<effects>
|
||||||
|
<effect name="RestorationRandom">
|
||||||
|
<items>
|
||||||
|
<item chance="25">
|
||||||
|
<item id="23301" count="1" /> <!-- Sayha's Shirt -->
|
||||||
|
</item>
|
||||||
|
<item chance="25">
|
||||||
|
<item id="23240" count="1" /> <!-- Pa'agrio's Shirt -->
|
||||||
|
</item>
|
||||||
|
<item chance="25">
|
||||||
|
<item id="23304" count="1" /> <!-- Eva's Shirt -->
|
||||||
|
</item>
|
||||||
|
<item chance="25">
|
||||||
|
<item id="23307" count="1" /> <!-- Maphr's Shirt -->
|
||||||
|
</item>
|
||||||
|
</items>
|
||||||
|
</effect>
|
||||||
|
</effects>
|
||||||
|
</skill>
|
||||||
|
<skill id="28204" toLevel="1" name="Box Containing War God's Soul">
|
||||||
|
<icon>icon.bm_strongbox</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28205" toLevel="1" name="14th Anniversary Rune 100%">
|
||||||
|
<icon>br_cashtex.skill.br_cash_rune_of_exp_buff_5</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
</list>
|
@@ -156,13 +156,19 @@
|
|||||||
<item id="29214" name="Shirt Box" type="EtcItem">
|
<item id="29214" name="Shirt Box" type="EtcItem">
|
||||||
<!-- Double click to obtain one of Shirt of Pagrio/ Sayha/ Eva/ Maphr. -->
|
<!-- Double click to obtain one of Shirt of Pagrio/ Sayha/ Eva/ Maphr. -->
|
||||||
<set name="icon" val="icon.event_six_party_box_i00" />
|
<set name="icon" val="icon.event_six_party_box_i00" />
|
||||||
<set name="default_action" val="SKILL_REDUCE_ON_SKILL_SUCCESS" />
|
|
||||||
<set name="material" val="PAPER" />
|
<set name="material" val="PAPER" />
|
||||||
<set name="is_tradable" val="false" />
|
<set name="is_tradable" val="false" />
|
||||||
<set name="is_dropable" val="false" />
|
<set name="is_dropable" val="false" />
|
||||||
<set name="is_depositable" val="false" />
|
<set name="is_depositable" val="false" />
|
||||||
<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="default_action" val="CAPSULE" />
|
||||||
|
<set name="immediate_effect" val="true" />
|
||||||
|
<set name="is_stackable" val="true" />
|
||||||
|
<set name="handler" val="ItemSkills" />
|
||||||
|
<skills>
|
||||||
|
<skill id="28202" level="1" /> <!-- T-shirt Box -->
|
||||||
|
</skills>
|
||||||
</item>
|
</item>
|
||||||
<item id="29215" name="Starter Kit" additionalName="Lv. 85" type="EtcItem">
|
<item id="29215" name="Starter Kit" additionalName="Lv. 85" type="EtcItem">
|
||||||
<!-- Double-click to obtain 3 XP Rune IV (Lv. 1-99) 100% Packs (1-hr), 3 Mysterious Wind Scrolls, 3 Dandy's Scrolls: Challenge, 5 Dragon Vitality Replenishing Potions, Entrance Pass: Kartia's Labyrinth Lv. 85/ 90 Party, Adventurer's Circlet, Shirt Box, 3 Scrolls: Enchant Elemental Shirt, Blessed Scroll: Enchant Elemental Shirt. -->
|
<!-- Double-click to obtain 3 XP Rune IV (Lv. 1-99) 100% Packs (1-hr), 3 Mysterious Wind Scrolls, 3 Dandy's Scrolls: Challenge, 5 Dragon Vitality Replenishing Potions, Entrance Pass: Kartia's Labyrinth Lv. 85/ 90 Party, Adventurer's Circlet, Shirt Box, 3 Scrolls: Enchant Elemental Shirt, Blessed Scroll: Enchant Elemental Shirt. -->
|
||||||
|
475
L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/28200-28299.xml
vendored
Normal file
475
L2J_Mobius_5.5_EtinasFate/dist/game/data/stats/skills/28200-28299.xml
vendored
Normal file
@@ -0,0 +1,475 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd">
|
||||||
|
<skill id="28200" toLevel="1" name="Adventurer's Circlet">
|
||||||
|
<!-- Increases P. Atk. by $s1, M. Atk. by $s2 -->
|
||||||
|
<icon>BranchSys.icon.br_valkyrie_cap_i00</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28201" toLevel="1" name="Adventurer's Bracelet">
|
||||||
|
<!-- Increases STR/ DEX/ CON/ INT/ WIT/ MEN by +$s1 when equipped. Activates 3 Talisman slots. -->
|
||||||
|
<icon>BranchIcon.icon.bracelet_of_explorer_i00</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28202" toLevel="1" name="T-shirt Box">
|
||||||
|
<itemConsumeId>29214</itemConsumeId>
|
||||||
|
<itemConsumeCount>1</itemConsumeCount>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
<magicCriticalRate>5</magicCriticalRate>
|
||||||
|
<hitCancelTime>0</hitCancelTime>
|
||||||
|
<magicLvl>1</magicLvl>
|
||||||
|
<isMagic>2</isMagic>
|
||||||
|
<targetType>SELF</targetType>
|
||||||
|
<affectScope>SINGLE</affectScope>
|
||||||
|
<conditions>
|
||||||
|
<condition name="OpEncumbered">
|
||||||
|
<weightPercent>10</weightPercent>
|
||||||
|
<slotsPercent>10</slotsPercent>
|
||||||
|
</condition>
|
||||||
|
</conditions>
|
||||||
|
<effects>
|
||||||
|
<effect name="RestorationRandom">
|
||||||
|
<items>
|
||||||
|
<item chance="25">
|
||||||
|
<item id="23301" count="1" /> <!-- Sayha's Shirt -->
|
||||||
|
</item>
|
||||||
|
<item chance="25">
|
||||||
|
<item id="23240" count="1" /> <!-- Pa'agrio's Shirt -->
|
||||||
|
</item>
|
||||||
|
<item chance="25">
|
||||||
|
<item id="23304" count="1" /> <!-- Eva's Shirt -->
|
||||||
|
</item>
|
||||||
|
<item chance="25">
|
||||||
|
<item id="23307" count="1" /> <!-- Maphr's Shirt -->
|
||||||
|
</item>
|
||||||
|
</items>
|
||||||
|
</effect>
|
||||||
|
</effects>
|
||||||
|
</skill>
|
||||||
|
<skill id="28203" toLevel="1" name="Greater Garnet - Cancel Debuffs">
|
||||||
|
<!-- Cancels all debuffs on you and makes you immune to debuffs for $s1. -->
|
||||||
|
<icon>icon.bm_jewel_garnet_high_lv1_lavianrose</icon>
|
||||||
|
<operateType>A2</operateType>
|
||||||
|
<abnormalTime>1</abnormalTime>
|
||||||
|
<chance>100</chance>
|
||||||
|
<reuseDelay>15000</reuseDelay>
|
||||||
|
<staticReuse>true</staticReuse>
|
||||||
|
<isTriggeredSkill>true</isTriggeredSkill>
|
||||||
|
<targetType>SELF</targetType>
|
||||||
|
<affectScope>SINGLE</affectScope>
|
||||||
|
<targetConditions>
|
||||||
|
<condition name="OpTargetPc" />
|
||||||
|
</targetConditions>
|
||||||
|
<effects>
|
||||||
|
<effect name="CallSkill">
|
||||||
|
<skillId>7002</skillId> <!-- Dispel Debuff -->
|
||||||
|
<skillLevel>1</skillLevel>
|
||||||
|
</effect>
|
||||||
|
<effect name="CallSkill">
|
||||||
|
<skillId>15207</skillId> <!-- Debuff Immunity -->
|
||||||
|
<skillLevel>1</skillLevel>
|
||||||
|
</effect>
|
||||||
|
</effects>
|
||||||
|
</skill>
|
||||||
|
<skill id="28204" toLevel="1" name="Box Containing War God's Soul">
|
||||||
|
<icon>icon.bm_strongbox</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28205" toLevel="1" name="14th Anniversary Rune 100%">
|
||||||
|
<icon>br_cashtex.skill.br_cash_rune_of_exp_buff_5</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28206" toLevel="1" name="Stabilized Agathion Charm Book of Growth">
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28207" toLevel="1" name="+7 Elmoreden Cloak Box">
|
||||||
|
<!-- Double-click to obtain a +7 Elmoreden Cloak. -->
|
||||||
|
<icon>icon.etc_summon_aga_agit_i00</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28208" toLevel="1" name="+7 Aden Cloak Box">
|
||||||
|
<!-- Double-click to obtain a +7 Aden Cloak. -->
|
||||||
|
<icon>icon.etc_summon_aga_agit_i00</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28209" toLevel="1" name="+7 Elmore Cloak Box">
|
||||||
|
<!-- Double-click to obtain a +7 Elmore Cloak. -->
|
||||||
|
<icon>icon.etc_summon_aga_agit_i00</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28210" toLevel="1" name="+7 Ferios Cloak Box">
|
||||||
|
<!-- Double-click to obtain a +7 Ferios Cloak. -->
|
||||||
|
<icon>icon.skill_agathion_cute</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28211" toLevel="1" name="Reconstruction Society's Enchantment Pack">
|
||||||
|
<icon>icon.skill_transform_buff</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28212" toLevel="1" name="Babayaga's Blessing - Meditation">
|
||||||
|
<!-- Decreases P. Def. by 90% and recovers 134 MP every second for 30 sec. The status is canceled when damage is incurred. Cooldown is 30 min. -->
|
||||||
|
<icon>icon.skill1430</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28213" toLevel="1" name="Babayaga's Blessing - Lightness">
|
||||||
|
<!-- Weight is increased by 9000, Inventory Slot is increased by 9. -->
|
||||||
|
<icon>icon.skill0332</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28214" toLevel="1" name="Babayaga Teleport: Town of Aden">
|
||||||
|
<!-- Teleports you to the Town of Aden. -->
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28215" toLevel="1" name="Babayaga Teleport: Town of Rune">
|
||||||
|
<!-- Teleport to Town of Rune. -->
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28216" toLevel="1" name="Babayaga Teleport: Town of Giran">
|
||||||
|
<!-- Teleports you to the Town of Giran. -->
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28217" toLevel="1" name="Minion Eye's Encouragement">
|
||||||
|
<!-- Increases CON +3, MEN +3, Weight Gauge by 10000, and Max HP/ MP/ CP by 300. Decreases skill Cooldown by 3%, and MP Consumption for skill use by 3%. -->
|
||||||
|
<icon>icon.skill_agathion_cute</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28218" toLevel="1" name="Minion Eye's Blessing - Resurrection">
|
||||||
|
<!-- You can use the Blessed Resurrection. -->
|
||||||
|
<icon>icon.skill_agathion_special</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28219" toLevel="1" name="Matryoshka's Gift">
|
||||||
|
<!-- Receive Matryoshka's Gift's gift. -->
|
||||||
|
<icon>icon.etc_pi_gift_box_i02</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28220" toLevel="1" name="Matryoshka's Blessing">
|
||||||
|
<!-- Increases Acquired XP/ SP by 30% while hunting for 60 min. -->
|
||||||
|
<icon>icon.exp_bottle_scroll</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28221" toLevel="1" name="Matryoshka Teleport: Talking Island Village">
|
||||||
|
<!-- Teleports you to the Talking Island Village. -->
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28222" toLevel="1" name="Matryoshka Teleport: Town of Aden">
|
||||||
|
<!-- Teleports you to the Town of Aden. -->
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28223" toLevel="1" name="Matryoshka Teleport: Magmeld">
|
||||||
|
<!-- Teleports to Magmeld Ancient City Arcan. -->
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28224" toLevel="1" name="Matryoshka Teleport: Keucereus Alliance Base">
|
||||||
|
<!-- Teleports you to Keucereus Alliance Base. -->
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28225" toLevel="1" name="+7 Elmoreden Cloak Box">
|
||||||
|
<!-- Double-click to obtain a +7 Elmoreden Cloak. -->
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28226" toLevel="1" name="+7 Aden Cloak Box">
|
||||||
|
<!-- Double-click to obtain a +7 Aden Cloak. -->
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28227" toLevel="1" name="+7 Elmore Cloak Box">
|
||||||
|
<!-- Double-click to obtain a +7 Elmore Cloak. -->
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28228" toLevel="1" name="+7 Ferios Cloak Box">
|
||||||
|
<!-- Double-click to obtain a +7 Ferios Cloak. -->
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28229" toLevel="1" name="Reconstruction Society's Enchantment Pack">
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28230" toLevel="1" name="Summon Gnosian Agathion">
|
||||||
|
<!-- Summons Agathion - Gnosian. -->
|
||||||
|
<icon>icon.etc_summon_aga_agit_i00</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28231" toLevel="1" name="Summon Orodriel Agathion">
|
||||||
|
<!-- Summons Agathion - Orodriel. -->
|
||||||
|
<icon>icon.etc_summon_aga_agit_i00</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28232" toLevel="1" name="Summon Penalty Kick Agathion">
|
||||||
|
<!-- Summons Agathion - Penalty Kick. -->
|
||||||
|
<icon>icon.etc_summon_aga_agit_i00</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28233" toLevel="1" name="Agathion Cute Trick">
|
||||||
|
<!-- See Agathion's cute trick. -->
|
||||||
|
<icon>icon.skill_agathion_cute</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28234" toLevel="1" name="Freya's Deluxe Shopping Bag">
|
||||||
|
<!-- Double-click Freya's Deluxe Shopping Bag to obtain 1 Freya's Art of Seduction, 2 Freya's Recovery Potion, and 1 Freya's Frozen Scroll. There is also a chance to additionally obtain one Freya, Sirra, or Snowman Special Card. -->
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28235" toLevel="3" name="Freya Special Card">
|
||||||
|
<!-- Double-click to randomly obtain an item from a selection of rare items including rare accessories. -->
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28236" toLevel="1" name="Sibi's Suspicious Supply Items">
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28237" toLevel="1" name="Water Dragon's Treasure Chest">
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28238" toLevel="1" name="Agathion Summon - Meliodas">
|
||||||
|
<!-- Summons Agathion. -->
|
||||||
|
<icon>icon.etc_summon_aga_agit_i00</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28239" toLevel="1" name="Agathion Summon - Elizabeth">
|
||||||
|
<!-- Summons Agathion. -->
|
||||||
|
<icon>icon.etc_summon_aga_agit_i00</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28240" toLevel="1" name="Agathion Summon - Hawk">
|
||||||
|
<!-- Summons Agathion. -->
|
||||||
|
<icon>icon.etc_summon_aga_agit_i00</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28241" toLevel="1" name="Agathion Summon - Ban">
|
||||||
|
<!-- Summons Agathion. -->
|
||||||
|
<icon>icon.etc_summon_aga_agit_i00</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28242" toLevel="1" name="Agathion Summon - Diane">
|
||||||
|
<!-- Summons Agathion. -->
|
||||||
|
<icon>icon.etc_summon_aga_agit_i00</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28243" toLevel="1" name="Agathion Summon - King">
|
||||||
|
<!-- Summons Agathion. -->
|
||||||
|
<icon>icon.etc_summon_aga_agit_i00</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28244" toLevel="1" name="Agathion Summon - Merlin">
|
||||||
|
<!-- Summons Agathion. -->
|
||||||
|
<icon>icon.etc_summon_aga_agit_i00</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28245" toLevel="1" name="Agathion Summon - Gowther">
|
||||||
|
<!-- Summons Agathion. -->
|
||||||
|
<icon>icon.etc_summon_aga_agit_i00</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28246" toLevel="1" name="Agathion Summon - Escanor">
|
||||||
|
<!-- Summons Agathion. -->
|
||||||
|
<icon>icon.etc_summon_aga_agit_i00</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28247" toLevel="9" name="Seven Great Sins - Meliodas">
|
||||||
|
<!-- When the Agathion grows, Attribute Attack and CHA are increased. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_meliodas_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28248" toLevel="9" name="Seven Great Sins - Elizabeth">
|
||||||
|
<!-- When the Agathion grows, Attribute Attack and Recovery Effect of Potions/ Elixirs are increased. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_elizabeth_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28249" toLevel="9" name="Seven Great Sins - Hawk">
|
||||||
|
<!-- When the Agathion grows, Attribute Attack and LUC are increased. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_hawk_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28250" toLevel="9" name="Seven Great Sins - Ban">
|
||||||
|
<!-- Increases Attribute Resistance, Attribute Attack, and DEX. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_ban_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28251" toLevel="9" name="Seven Great Sins - Diane">
|
||||||
|
<!-- Increases Attribute Resistance, Attribute Attack, and STR. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_diane_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28252" toLevel="9" name="Seven Great Sins - King">
|
||||||
|
<!-- When the Agathion grows, Attribute Attack and WIT are increased. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_king_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28253" toLevel="9" name="Seven Great Sins - Meriln">
|
||||||
|
<!-- When the Agathion grows, Attribute Attack and INT are increased. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_merlin_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28254" toLevel="9" name="Seven Great Sins - Gowther">
|
||||||
|
<!-- When the Agathion grows, Attribute Attack and MEN are increased. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_gowther_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28255" toLevel="9" name="Seven Great Sins - Escanor">
|
||||||
|
<!-- When the Agathion grows, Attribute Attack and CON are increased. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_escanor_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28256" toLevel="9" name="Sin of Wrath">
|
||||||
|
<!-- When the Agathion grows, PvE Damage to normal monsters is increased. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_meliodas_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28257" toLevel="9" name="Power of Goddess Clan">
|
||||||
|
<!-- When the Agathion grows, Received PvE Damage is reduced. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_elizabeth_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28258" toLevel="8" name="Boar Hat Bar's Main Pig">
|
||||||
|
<!-- When the Agathion grows, Acquired XP/ SP from fishing is increased. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_hawk_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28259" toLevel="8" name="Sin of Greed">
|
||||||
|
<!-- When the Agathion grows, P. Skill Critical Rate is increased. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_ban_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28260" toLevel="8" name="Sin of Envy">
|
||||||
|
<!-- When the Agathion grows, P. Atk.is increased. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_diane_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28261" toLevel="8" name="Sin of Sloth">
|
||||||
|
<!-- When the Agathion grows, Skill MP Consumption is reduced. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_king_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28262" toLevel="8" name="Sin of Gluttony">
|
||||||
|
<!-- When the Agathion grows, M. Def. is increased. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_merlin_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28263" toLevel="8" name="Sin of Lust">
|
||||||
|
<!-- When the Agathion grows, Debuff Resistance is increased. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_gowther_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28264" toLevel="8" name="Sin of Pride">
|
||||||
|
<!-- When the Agathion grows, P. Def. is increased. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_escanor_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28265" toLevel="8" name="Power of Demon Sword Lostvayne">
|
||||||
|
<!-- When the Agathion grows, PvP Damage is increased. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_meliodas_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28266" toLevel="8" name="Consolidation Super Magic">
|
||||||
|
<!-- When the Agathion grows, Received PvP Damage is decreased. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_elizabeth_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28267" toLevel="8" name="Leftovers Knights Mobilize!">
|
||||||
|
<!-- When the Agathion grows, Acquired XP/ SP is increased. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_hawk_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28268" toLevel="8" name="Power of Holy Staff Courechouse">
|
||||||
|
<!-- When the Agathion grows, Skill Cooldown is reduced. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_ban_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28269" toLevel="8" name="Power of War Hammer Gideon">
|
||||||
|
<!-- When the Agathion grows, P. Critical Damage is increased. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_diane_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28270" toLevel="8" name="Power of Spirit Spear Chastiefol">
|
||||||
|
<!-- When the Agathion grows, M. Atk. is increased. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_king_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28271" toLevel="8" name="Power of Morning Star Aldan">
|
||||||
|
<!-- When the Agathion grows, M. Critical Damage is increased. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_merlin_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28272" toLevel="8" name="Power of Twin Bow Herritt">
|
||||||
|
<!-- When the Agathion grows, Damage to paralyzed targets is increased. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_gowther_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28273" toLevel="8" name="Power of Divine Axe Rhitta">
|
||||||
|
<!-- When the Agathion grows, Received P. Critical Damage is reduced. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_escanor_agathion_charm_lv1_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28274" toLevel="1" name="Seven Great Sins Agathion Charm Book of Growth">
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28275" toLevel="1" name="Meriln's Magic Bracelet">
|
||||||
|
<!-- Activates 1 main Agathion slot and $s1 side slots. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_7th_sins_lbracelet_30d_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28276" toLevel="1" name="Seven Deadly Sins Card Pouch">
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28277" toLevel="1" name="Legendary Knights Card: Seven Deadly Sins">
|
||||||
|
<!-- For $s1, Acquired XP/ SP +$s2, XP/ SP with Vitality +$s3, P. Atk./ M. Atk./ P. Def./ M. Def. +$s4, Damage Reflectionion +$s5. -->
|
||||||
|
<icon>BranchIcon.icon.icon_card_sin_meli_legend</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28278" toLevel="1" name="Animate Appearance Stone Random Box">
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28279" toLevel="1" name="+5 Hawk Agathion - Stage 3 (7-day) Box">
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28280" toLevel="1" name="New User Sprout">
|
||||||
|
<!-- Recovers Vitality when in a peace zone. -->
|
||||||
|
<icon>icon.s_newbie_user_display</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28281" toLevel="1" name="Goddess Eva's Treasure Chest">
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28282" toLevel="2" name="Deton's Red Potion">
|
||||||
|
<!-- When used, increases Acquired XP/ SP by $s2, Acquired XP/ SP in Vitality state by $s3, and P. Atk./ P. Def./ M. Atk./ M. Def. by $s4 for $s1. -->
|
||||||
|
<icon>
|
||||||
|
<value level="1">BranchIcon.etc_sign_agathion_feed_red_i00</value>
|
||||||
|
<value level="2">BranchIcon.etc_sign_agathion_feed_purple_i00</value>
|
||||||
|
</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28283" toLevel="1" name="Deton's Yellow Potion">
|
||||||
|
<icon>BranchIcon.etc_sign_agathion_feed_yellow_i00</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28284" toLevel="4" name="Deton's Blue Potion">
|
||||||
|
<!-- When used, increases Successful Fishing XP/ SP by $s2 for $s1. Applied to all bait. Can be stacked with Angler's Blessing. -->
|
||||||
|
<icon>BranchIcon.etc_sign_agathion_feed_blue_i00</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28285" toLevel="1" name="Honey Rose Beer">
|
||||||
|
<!-- For $s1, HP/ MP/ CP +$s2, P. Atk./ M. Atk./ P. Def./ M. Def. +$s3, Atk. Spd./ Casting Spd. +$s4, Speed +$s5, Atk./ Def. Attribute +$s6, Damage +$s7, P./ M. Skill Power +$s8, Acquired XP/ SP +$s9, Received Damage -$s10, Skill MP Consumption -$s11. Buff remains even after death. -->
|
||||||
|
<icon>BranchSys3.Icon1.g_beerfestival_bavarian_beer</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28286" toLevel="1" name="Honey Rose Beer">
|
||||||
|
<!-- For $s1, HP/ MP/ CP +$s2, P. Atk./ M. Atk./ P. Def./ M. Def. +$s3, Atk. Spd./ Casting Spd. +$s4, Speed +$s5, Atk./ Def. Attribute +$s6, Damage +$s7, P./ M. Skill Power +$s8, Acquired XP/ SP +$s9, Received Damage -$s10, Skill MP Consumption -$s11. Buff remains even after death. -->
|
||||||
|
<icon>BranchSys3.Icon1.g_beerfestival_bavarian_beer</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28287" toLevel="1" name="Level 4 Box of Gems">
|
||||||
|
<!-- Double click to obtain 1 Level 4 La Vie En Rose Gem. -->
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28288" toLevel="1" name="Level 5 Box of Gems">
|
||||||
|
<!-- Double click to obtain 1 Level 5 La Vie En Rose Gem. -->
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28289" toLevel="1" name="Paulina's Magic Bracelet">
|
||||||
|
<!-- Activates 1 main Agathion slot and $s1 side slots. -->
|
||||||
|
<icon>BranchIcon.icon.g_bm_7th_sins_lbracelet_30d_jp</icon>
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28290" toLevel="3" name="Sealed Artifact Box">
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
<skill id="28291" toLevel="1" name="Water Spirit's Gift">
|
||||||
|
<operateType>A1</operateType>
|
||||||
|
</skill>
|
||||||
|
</list>
|
@@ -156,13 +156,19 @@
|
|||||||
<item id="29214" name="T-shirt Box" type="EtcItem">
|
<item id="29214" name="T-shirt Box" type="EtcItem">
|
||||||
<!-- Double-click to obtain one of T-shirt of Pagrio/ Sayha/ Eva/ Maph. -->
|
<!-- Double-click to obtain one of T-shirt of Pagrio/ Sayha/ Eva/ Maph. -->
|
||||||
<set name="icon" val="icon.event_six_party_box_i00" />
|
<set name="icon" val="icon.event_six_party_box_i00" />
|
||||||
<set name="default_action" val="SKILL_REDUCE_ON_SKILL_SUCCESS" />
|
|
||||||
<set name="material" val="PAPER" />
|
<set name="material" val="PAPER" />
|
||||||
<set name="is_tradable" val="false" />
|
<set name="is_tradable" val="false" />
|
||||||
<set name="is_dropable" val="false" />
|
<set name="is_dropable" val="false" />
|
||||||
<set name="is_depositable" val="false" />
|
<set name="is_depositable" val="false" />
|
||||||
<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="default_action" val="CAPSULE" />
|
||||||
|
<set name="immediate_effect" val="true" />
|
||||||
|
<set name="is_stackable" val="true" />
|
||||||
|
<set name="handler" val="ItemSkills" />
|
||||||
|
<skills>
|
||||||
|
<skill id="28202" level="1" /> <!-- T-shirt Box -->
|
||||||
|
</skills>
|
||||||
</item>
|
</item>
|
||||||
<item id="29215" name="Starter Kit" additionalName="Lv. 85" type="EtcItem">
|
<item id="29215" name="Starter Kit" additionalName="Lv. 85" type="EtcItem">
|
||||||
<!-- Double-click to obtain 3 XP Rune IV (Lv. 1-99) 100% Packs (1-hr), 3 Mysterious Wind Scrolls, 3 Dandy's Scrolls: Challenge, 5 Dragon Vitality Replenishing Potions, Entrance Pass: Kartia's Labyrinth Lv. 85/ 90 Party, Adventurer's Circlet, Shirt Box, 3 Scrolls: Enchant Elemental Shirt, Blessed Scroll: Enchant Elemental Shirt. -->
|
<!-- Double-click to obtain 3 XP Rune IV (Lv. 1-99) 100% Packs (1-hr), 3 Mysterious Wind Scrolls, 3 Dandy's Scrolls: Challenge, 5 Dragon Vitality Replenishing Potions, Entrance Pass: Kartia's Labyrinth Lv. 85/ 90 Party, Adventurer's Circlet, Shirt Box, 3 Scrolls: Enchant Elemental Shirt, Blessed Scroll: Enchant Elemental Shirt. -->
|
||||||
|
@@ -11,8 +11,39 @@
|
|||||||
<operateType>A1</operateType>
|
<operateType>A1</operateType>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="28202" toLevel="1" name="T-shirt Box">
|
<skill id="28202" toLevel="1" name="T-shirt Box">
|
||||||
<icon>icon.bm_strongbox</icon>
|
<itemConsumeId>29214</itemConsumeId>
|
||||||
|
<itemConsumeCount>1</itemConsumeCount>
|
||||||
<operateType>A1</operateType>
|
<operateType>A1</operateType>
|
||||||
|
<magicCriticalRate>5</magicCriticalRate>
|
||||||
|
<hitCancelTime>0</hitCancelTime>
|
||||||
|
<magicLvl>1</magicLvl>
|
||||||
|
<isMagic>2</isMagic>
|
||||||
|
<targetType>SELF</targetType>
|
||||||
|
<affectScope>SINGLE</affectScope>
|
||||||
|
<conditions>
|
||||||
|
<condition name="OpEncumbered">
|
||||||
|
<weightPercent>10</weightPercent>
|
||||||
|
<slotsPercent>10</slotsPercent>
|
||||||
|
</condition>
|
||||||
|
</conditions>
|
||||||
|
<effects>
|
||||||
|
<effect name="RestorationRandom">
|
||||||
|
<items>
|
||||||
|
<item chance="25">
|
||||||
|
<item id="23301" count="1" /> <!-- Sayha's Shirt -->
|
||||||
|
</item>
|
||||||
|
<item chance="25">
|
||||||
|
<item id="23240" count="1" /> <!-- Pa'agrio's Shirt -->
|
||||||
|
</item>
|
||||||
|
<item chance="25">
|
||||||
|
<item id="23304" count="1" /> <!-- Eva's Shirt -->
|
||||||
|
</item>
|
||||||
|
<item chance="25">
|
||||||
|
<item id="23307" count="1" /> <!-- Maphr's Shirt -->
|
||||||
|
</item>
|
||||||
|
</items>
|
||||||
|
</effect>
|
||||||
|
</effects>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="28203" toLevel="1" name="Greater Garnet - Cancel Debuffs">
|
<skill id="28203" toLevel="1" name="Greater Garnet - Cancel Debuffs">
|
||||||
<!-- Cancels all debuffs on you and makes you immune to debuffs for $s1. -->
|
<!-- Cancels all debuffs on you and makes you immune to debuffs for $s1. -->
|
||||||
|
Reference in New Issue
Block a user