Addition of Love Potion herbs.

This commit is contained in:
MobiusDev 2016-02-24 12:44:08 +00:00
parent d880056901
commit 5adfc2c7d4
3 changed files with 27 additions and 3 deletions

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<event name="The Power Of Love" active="10 02 2016-24 02 2016" enableShrines="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/eventConfig.xsd">
<droplist>
<add item="37704" min="1" max="1" chance="30%" /> <!-- Love Potion -->
</droplist>
<spawnlist>
<add npc="33893" x="-14143" y="123176" z="-3096" heading="30212" /> <!-- Gludio -->
<add npc="33893" x="16354" y="142848" z="-2680" heading="14450" /> <!-- Dion -->

View File

@ -85,6 +85,11 @@
<!-- Herb that modifies the appearance of weapons for Valentine's Day. -->
<set name="icon" val="icon.etc_whiteday_herb" />
<set name="is_auctionable" val="false" />
<set name="ex_immediate_effect" val="true" />
<set name="for_npc" val="true" />
<set name="handler" val="ItemSkills" />
<set name="immediate_effect" val="true" />
<set name="item_skill" val="17154-1" /> <!-- Love Potion -->
<set name="material" val="PAPER" />
</item>
<item id="37705" name="Chocolate Truffle" type="EtcItem">

View File

@ -568,13 +568,29 @@
<set name="targetType" val="SELF" />
</skill>
<skill id="17154" levels="1" name="Love Potion">
<!-- AUTO GENERATED SKILL -->
<!-- A strange sensation fogs your brain. Your heart is racing. Your weapon seems to be changing shape. Is that a lady orc? Her muscles are mesmerizing...\nFor 2 minutes, P. Atk. / M. Atk. / Atk. Spd. / Casting Spd. x 2. Effect disappears upon logout. -->
<set name="icon" val="icon.etc_whiteday_herb" />
<set name="operateType" val="ACTIVE_INSTANT" />
<set name="targetType" val="SELF" />
<set name="abnormalTime" val="120" />
<set name="abnormalVisualEffect" val="CHANGE_VALENTINE" />
<set name="effectPoint" val="100" />
<set name="hitTime" val="100" />
<set name="isMagic" val="2" /> <!-- Static Skill -->
<set name="magicLvl" val="40" />
<set name="operateType" val="ACTIVE_CONTINUOUS" />
<set name="reuseDelay" val="2000" />
<set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" />
<set name="targetType" val="SELF" />
<cond msgId="113" addName="1">
<player flyMounted="false" />
</cond>
<for>
<effect name="Buff">
<mul stat="pAtk" val="2" />
<mul stat="mAtk" val="2" />
<mul stat="pAtkSpd" val="2" />
<mul stat="mAtkSpd" val="2" />
</effect>
</for>
</skill>
<skill id="17155" levels="1" name="Coco's Magic">
<!-- AUTO GENERATED SKILL -->