Addition of Noble Longing Cookie (28503).
Contributed by SmiDmi.
This commit is contained in:
@@ -33,13 +33,25 @@
|
||||
<!-- Double-click to apply 'Longing' effect to all party members. STR + 2, INT + 2, CON + 2, MEN + 2. Can be stacked with 'Compassion' and 'Devotion' effects. -->
|
||||
<set name="icon" val="icon.etc_whiteday_cookie" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="etcitem_type" val="POTION" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="LIQUID" />
|
||||
<set name="weight" val="5" />
|
||||
<set name="reuse_delay" val="10000" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="is_freightable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="for_npc" val="true" />
|
||||
<set name="is_coc_restricted" val="true" />
|
||||
<set name="commissionItemType" val="POTION" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_private_storeable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<skills>
|
||||
<skill id="27848" level="1" /> <!-- Longing -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="28504" name="Frintezza's Transformation Chocolate" type="EtcItem">
|
||||
<!-- Contains Frintezza's limitless power. For 60 minutes, randomly transform into Snow Kung/Scarecrow Jack/Tin Golem/Makeshift Bat/Lady Tow/Heavy Tow/Sleepy Tow. -->
|
||||
|
@@ -354,10 +354,45 @@
|
||||
<skill id="27848" toLevel="1" name="Longing">
|
||||
<!-- You want the people around you to acknowledge your worth. For 2 hours, STR + 2, INT + 2, CON + 2, MEN + 2. -->
|
||||
<icon>icon.etc_whiteday_cookie</icon>
|
||||
<operateType>A1</operateType>
|
||||
<operateType>A2</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<hitTime>700</hitTime>
|
||||
<reuseDelay>10000</reuseDelay>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>PARTY</affectScope>
|
||||
<affectObject>FRIEND</affectObject>
|
||||
<coolTime>500</coolTime>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<specialLevel>-1</specialLevel>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>7200</abnormalTime>
|
||||
<irreplacableBuff>true</irreplacableBuff>
|
||||
<staticReuse>true</staticReuse>
|
||||
<effects>
|
||||
<effect name="ExpModify">
|
||||
<amount>10</amount>
|
||||
</effect>
|
||||
<effect name="SpModify">
|
||||
<amount>10</amount>
|
||||
</effect>
|
||||
<effect name="StatUp">
|
||||
<amount>2</amount>
|
||||
<stat>INT</stat>
|
||||
</effect>
|
||||
<effect name="StatUp">
|
||||
<amount>2</amount>
|
||||
<stat>STR</stat>
|
||||
</effect>
|
||||
<effect name="StatUp">
|
||||
<amount>2</amount>
|
||||
<stat>CON</stat>
|
||||
</effect>
|
||||
<effect name="StatUp">
|
||||
<amount>2</amount>
|
||||
<stat>MEN</stat>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="27849" toLevel="1" name="Transformation Skill">
|
||||
<!-- For 60 minutes, randomly transform into Snow Kung/Scarecrow Jack/Tin Golem/Makeshift Bat/Lady Tow/Heavy Tow/Sleepy Tow. -->
|
||||
|
Reference in New Issue
Block a user