Addition of Chuseok Harvest Festival event.
Contributed by CostyKiller.
This commit is contained in:
@@ -12,8 +12,17 @@
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<skills>
|
||||
<skill id="15145" level="1" /> <!-- Ruler's Authority -->
|
||||
</skills>
|
||||
<stats>
|
||||
<stat type="pDef">50</stat>
|
||||
<stat type="fireRes">15</stat>
|
||||
<stat type="waterRes">15</stat>
|
||||
<stat type="windRes">15</stat>
|
||||
<stat type="earthRes">15</stat>
|
||||
<stat type="holyRes">15</stat>
|
||||
<stat type="darkRes">15</stat>
|
||||
</stats>
|
||||
</item>
|
||||
<item id="80801" name="Golden Pig's Lucky Coin" type="EtcItem">
|
||||
|
@@ -861,7 +861,7 @@
|
||||
<set name="is_sellable" val="false" />
|
||||
<skills>
|
||||
<skill id="8864" level="8" /> <!-- Heavenly Talisman (Insanity lvl 8) -->
|
||||
<skill id="35552" level="1" type="ON_EQUIP" /> <!-- Equip Talisman - Infinity -->
|
||||
<skill id="35552" level="1" type="ON_EQUIP" /> <!-- Equip Heavenly Talisman -->
|
||||
<skill id="35553" level="1" type="ON_UNEQUIP" /> <!-- Unequip Heavenly Talisman -->
|
||||
</skills>
|
||||
</item>
|
||||
|
@@ -418,11 +418,18 @@
|
||||
<!-- Changes the armor appearance to that of Lovely Hanbok for 24 h. -->
|
||||
<set name="icon" val="icon.dragon_dye_i01" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="POTION" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="reuse_delay" val="300" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<skills>
|
||||
<skill id="39602" level="1" /> <!-- Potion of Appearance for PA Event - Lovely Hanbok -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="81039" name="PA Event Potion of Appearance - Jester" type="EtcItem">
|
||||
<!-- Changes appearance by wearing Jester Outfit for 24 h. -->
|
||||
|
@@ -179,11 +179,17 @@
|
||||
<!-- Potion that removes effect of Festival Fairy's Potion of Appearance. -->
|
||||
<set name="icon" val="icon.etc_whiteday_herb" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="POTION" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<skills>
|
||||
<skill id="39609" level="1" /> <!-- Festival Fairy's Style Cancelling Oil -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="81126" name="Mysterious Pack Lv. 1" type="EtcItem">
|
||||
<!-- Double-click to obtain a rare item. -->
|
||||
|
@@ -1043,6 +1043,13 @@
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<cond>
|
||||
<player MaximumVitalityPoints="140000" />
|
||||
</cond>
|
||||
<skills>
|
||||
<skill id="39621" level="1" /> <!-- Honey Rice Cakes -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="81368" name="Lovely Hanbok Appearance Stone" additionalName="Event" type="EtcItem">
|
||||
<!-- Changes the appearance of the entire armor to that of Lovely Hanbok. Used with upper or full-body armor. -->
|
||||
|
@@ -98,9 +98,30 @@
|
||||
<skill id="39207" toLevel="1" name="Red Libra's Fortune Scroll">
|
||||
<!-- For 30 min., damage +5%, Vitality bonus +50%. -->
|
||||
<icon>icon.etc_charm_of_luck_i00</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<operateType>A2</operateType>
|
||||
<abnormalLevel>1</abnormalLevel>
|
||||
<abnormalTime>1800</abnormalTime>
|
||||
<abnormalType>SONGPYEN_BUFF</abnormalType>
|
||||
<canBeDispelled>false</canBeDispelled>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<blockedInOlympiad>true</blockedInOlympiad>
|
||||
<reuseDelay>5000</reuseDelay>
|
||||
<isMagic>4</isMagic>
|
||||
<conditions>
|
||||
<condition name="OpNotInEvent" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="PAtk">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="MAtk">
|
||||
<amount>5</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39208" toLevel="17" name="Red Libra's Adena Gift Box">
|
||||
<operateType>A1</operateType>
|
||||
|
@@ -21,11 +21,30 @@
|
||||
<skill id="39602" toLevel="1" name="Potion of Appearance for PA Event - Lovely Hanbok">
|
||||
<!-- Changes the armor appearance to that of Lovely Hanbok. -->
|
||||
<icon>icon.armor_t2000_b_i00</icon>
|
||||
<operateType>A1</operateType>
|
||||
<abnormalLevel>1</abnormalLevel>
|
||||
<abnormalTime>86400</abnormalTime>
|
||||
<abnormalType>APPEARANCE_POTION</abnormalType>
|
||||
<abnormalVisualEffect>AVE_RED_LIBRA_29</abnormalVisualEffect>
|
||||
<operateType>A2</operateType>
|
||||
<reuseDelay>5000</reuseDelay>
|
||||
<effectPoint>1</effectPoint>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<specialLevel>-1</specialLevel>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<irreplacableBuff>true</irreplacableBuff>
|
||||
<isMagic>4</isMagic>
|
||||
<hitTime>1500</hitTime>
|
||||
<reuseDelay>5000</reuseDelay>
|
||||
<effectPoint>780</effectPoint>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<reuseDelayType>S</reuseDelayType>
|
||||
<effects>
|
||||
<effect name="DispelBySlot">
|
||||
<dispel>
|
||||
<value level="1">APPEARANCE_POTION,1</value>
|
||||
</dispel>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39603" toLevel="1" name="PA Event Potion of Appearance - Jester">
|
||||
<!-- Changes the armor appearance to that of Jester Outfit. -->
|
||||
@@ -81,10 +100,32 @@
|
||||
</skill>
|
||||
<skill id="39609" toLevel="1" name="Festival Fairy's Style Cancelling Oil">
|
||||
<icon>icon.armor_t2000_b_i00</icon>
|
||||
<!-- AUTO GENERATED SKILL TODO: FIX IT -->
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>1500</hitTime>
|
||||
<abnormalLevel>1</abnormalLevel>
|
||||
<abnormalTime>5</abnormalTime>
|
||||
<operateType>A2</operateType>
|
||||
<reuseDelay>5000</reuseDelay>
|
||||
<effectPoint>1</effectPoint>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<specialLevel>-1</specialLevel>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<isMagic>4</isMagic>
|
||||
<hitTime>1500</hitTime>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<reuseDelayType>S</reuseDelayType>
|
||||
<conditions>
|
||||
<condition name="OpAffectedBySkill">
|
||||
<skillId>39602</skillId>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="DispelBySlot">
|
||||
<dispel>
|
||||
<value level="1">APPEARANCE_POTION,1</value>
|
||||
</dispel>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39610" toLevel="1" name="Freya's Scroll of Storm">
|
||||
<!-- For 10 min., Vitality Consumption +$s1 and Acquired XP/ SP +$s2 while hunting. Remains after death. Cooldown is 9 min. Only usable when 1 or more Vitality slot is full. -->
|
||||
@@ -215,7 +256,21 @@
|
||||
<skill id="39621" toLevel="1" name="Honey Rice Cakes">
|
||||
<!-- Recovers 10,000 Vitality. -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>81367</itemConsumeId> <!-- Songpyeon (Event)-->
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<specialLevel>-1</specialLevel>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="CanUseVitalityIncreaseItem" />
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="VitalityPointUp">
|
||||
<value>10000</value>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39622" toLevel="1" name="Lovely Hanbok Appearance Stone">
|
||||
<!-- An appearance stone that changes appearance to that of a Lovely Hanbok Suit. Can be used on upper and full-body costumes. -->
|
||||
|
@@ -263,6 +263,8 @@ public enum AbnormalType
|
||||
AIR_LIGHT(-1),
|
||||
PK_DEBUFF1(-1),
|
||||
PK_DEBUFF2(-1),
|
||||
SONGPYEN_BUFF(-1),
|
||||
APPEARANCE_POTION(-1),
|
||||
AB_HAWK_EYE(0),
|
||||
ALL_ATTACK_DOWN(1),
|
||||
ALL_ATTACK_UP(2),
|
||||
|
Reference in New Issue
Block a user