T-Shirt Box extractable item.
Contributed by jagltoro.
This commit is contained in:
@@ -156,13 +156,19 @@
|
||||
<item id="29214" name="T-shirt Box" type="EtcItem">
|
||||
<!-- 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="default_action" val="SKILL_REDUCE_ON_SKILL_SUCCESS" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<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 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. -->
|
||||
|
||||
@@ -11,8 +11,39 @@
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="28202" toLevel="1" name="T-shirt Box">
|
||||
<icon>icon.bm_strongbox</icon>
|
||||
<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. -->
|
||||
|
||||
Reference in New Issue
Block a user