Various item and skill additions.

Author: JoeAlisson
Source: https://github.com/JoeAlisson/L2jOrg
This commit is contained in:
MobiusDevelopment
2019-07-16 20:44:15 +00:00
parent 8ccff5fdfa
commit 3220bc5ef3
139 changed files with 3301 additions and 192 deletions

View File

@@ -141,6 +141,7 @@ public final class EffectMasterHandler
EffectHandler.getInstance().registerHandler("FatalBlowRate", FatalBlowRate::new);
EffectHandler.getInstance().registerHandler("Fear", Fear::new);
EffectHandler.getInstance().registerHandler("Feed", Feed::new);
EffectHandler.getInstance().registerHandler("FishingExpSpBonus", FishingExpSpBonus::new);
EffectHandler.getInstance().registerHandler("Flag", Flag::new);
EffectHandler.getInstance().registerHandler("FlipBlock", FlipBlock::new);
EffectHandler.getInstance().registerHandler("FocusEnergy", FocusEnergy::new);

View File

@@ -0,0 +1,31 @@
/*
* This file is part of the L2J Mobius project.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package handlers.effecthandlers;
import org.l2jmobius.gameserver.model.StatsSet;
import org.l2jmobius.gameserver.model.stats.Stats;
/**
* @author Mobius
*/
public class FishingExpSpBonus extends AbstractStatEffect
{
public FishingExpSpBonus(StatsSet params)
{
super(params, Stats.FISHING_EXP_SP_BONUS);
}
}

View File

@@ -62,6 +62,16 @@ public class ReduceDropPenalty extends AbstractEffect
effected.getStat().mergeMul(Stats.REDUCE_DEATH_PENALTY_BY_RAID, (_deathPenalty / 100) + 1);
break;
}
case ANY:
{
effected.getStat().mergeMul(Stats.REDUCE_EXP_LOST_BY_MOB, (_exp / 100) + 1);
effected.getStat().mergeMul(Stats.REDUCE_DEATH_PENALTY_BY_MOB, (_deathPenalty / 100) + 1);
effected.getStat().mergeMul(Stats.REDUCE_EXP_LOST_BY_PVP, (_exp / 100) + 1);
effected.getStat().mergeMul(Stats.REDUCE_DEATH_PENALTY_BY_PVP, (_deathPenalty / 100) + 1);
effected.getStat().mergeMul(Stats.REDUCE_EXP_LOST_BY_RAID, (_exp / 100) + 1);
effected.getStat().mergeMul(Stats.REDUCE_DEATH_PENALTY_BY_RAID, (_deathPenalty / 100) + 1);
break;
}
}
}
}

View File

@@ -64,7 +64,7 @@
<!-- Enables to summon Agathion of Joy when equipped. <Skill used>. 1. Agathion's Escape: Allows to relocate to Giran, Gludio, Dion, Oren, Hunters Village. (Cooldown: 1 min). <Item Skill>. 1. Search for Evidence: Speed +66 for 15 sec.. <Item Skill>. 2. Hidden Search: monsters don't attack first. -->
<set name="icon" val="icon.etc_rbracelet_aga_agit_i00" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="lbracelet" />
<set name="bodypart" val="agathion" />
<set name="immediate_effect" val="true" />
<set name="material" val="SILVER" />
<set name="weight" val="30" />
@@ -81,6 +81,13 @@
<skill id="8256" level="1" /> <!-- Release Agathion's Seal - Joy -->
<skill id="5955" level="1" /> <!-- Agathion Cute Trick - Joy -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
<skill id="39056" level="1"/> <!-- Agathion Teleport: Oren -->
<skill id="39055" level="1"/> <!--Agathion Teleport: Giran-->
<skill id="39054" level="1"/> <!--Agathion Teleport: Dion-->
<skill id="39053" level="1"/> <!--Agathion Teleport: Gludio-->
<skill id="39100" level="1"/> <!--Agathion Teleport - Hunters Village-->
<skill id="39101" level="1" /> <!-- Evidence Chase -->
<skill id="39102" level="1"/> <!-- Secret Investigation -->
</skills>
</item>
</list>

View File

@@ -12,6 +12,9 @@
<set name="is_dropable" val="false" />
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<skills>
<skill id="8522" level="1"/>
</skills>
<stats>
<stat type="mDef">40</stat>
</stats>

View File

@@ -4,7 +4,7 @@
<!-- Bracelet that can be used to summon Agathion - Uthanka. Cannot be exchanged, dropped, or sold. -->
<set name="icon" val="BranchSys.icon.br_aga_uthanka_i00" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="lbracelet" />
<set name="bodypart" val="agathion" />
<set name="immediate_effect" val="true" />
<set name="material" val="SILVER" />
<set name="weight" val="150" />

View File

@@ -4,7 +4,7 @@
<!-- Summons Singer & Dancer Agathion when equipped. 30-day. Cannot be exchanged, dropped, or sold. <Active Skill>. 1. Dance of Fury: increases Atk. Spd. by 5% for 20 minutes. 2. Dance of Concentration: increases Casting Spd. by 5% for 20 minutes. 3. Song of Wind: increases Speed by 20 for 5 minutes. Cooldown: 10 min. <Note>. Dance of Fury, Dance of Concentration, and Song of Wind do not stack. Duration: 30-day. -->
<set name="icon" val="BranchSys2.icon.br_aga_singer_dancer_i00" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="lbracelet" />
<set name="bodypart" val="agathion" />
<set name="immediate_effect" val="true" />
<set name="material" val="SILVER" />
<set name="weight" val="150" />

View File

@@ -924,7 +924,7 @@
<!-- Bracelet that can be used to summon Agathion - Pisces. 15-day item. Cannot be exchanged, dropped, destroyed, or sold. Can be stored in a private warehouse. <Active Skill>. Agathion Teleport: grants the ability to teleport to Gludio/ Dion/ Giran/ Oren. (Cooldown: 60 minutes) -->
<set name="icon" val="icon.agathion_magmeld_teleport" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="lbracelet" />
<set name="bodypart" val="agathion" />
<set name="immediate_effect" val="true" />
<set name="material" val="SILVER" />
<set name="weight" val="150" />

View File

@@ -219,7 +219,7 @@
<!-- P. Atk. +200, M. Atk. +275, M. Damage Resistance +8%, Skill Power +3%, Resistance to All Weapons +3%, CON +1, MEN +1, STR +1, INT +1. P./ M. Critical Rate +10. Skill MP Consumption -4%. Can only be used by characters Lv. 60 and above. Blacksmith Baggins in Giran can help exchange this Talisman and Baium? Soul for Talisman of Baium. Effects from two such talismans do not stack. -->
<set name="icon" val="icon.tallisman_oman_i01" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="deco1" />
<set name="bodypart" val="talisman" />
<set name="immediate_effect" val="true" />
<set name="material" val="GOLD" />
<set name="weight" val="120" />

View File

@@ -604,11 +604,18 @@
<!-- Instantly recovers MP. Cannot be dropped or sold in the grocery store. -->
<set name="icon" val="icon.freya_potion" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="material" val="PAPER" />
<set name="etcitem_type" val="POTION" />
<set name="commissionItemType" val="POTION" />
<set name="immediate_effect" val="true" />
<set name="material" val="LIQUID" />
<set name="is_dropable" val="false" />
<set name="is_sellable" val="false" />
<set name="is_stackable" val="true" />
<set name="is_freightable" val="true" />
<set name="handler" val="ItemSkills"/>
<skills>
<skill id="39198" level="1"/> <!-- Melissa's MP Recovery Potion -->
</skills>
</item>
<item id="49855" name="Sayha's Golden Gift" type="EtcItem">
<!-- Double-click to randomly receive one rare accessory or one rare item. Cannot be dropped or sold in the grocery store. -->

View File

@@ -411,7 +411,7 @@
<!-- Bracelet that summons Agathion - Cheerleader Mae. Cannot be exchanged, dropped, used in a private store, sold or share within account.. <Agathion's Effect>. 1. Cheerleader Mae's Support: P./ M. Atk. +5%, Atk. Spd./Casting Spd. +5%, Skill MP Consumption -10%, P./ M. Critical Damage ++3%. -->
<set name="icon" val="BranchSys.icon.br_aga_local2009_g_i00" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="underwear" />
<set name="bodypart" val="agathion" />
<set name="immediate_effect" val="true" />
<set name="material" val="SILVER" />
<set name="weight" val="150" />
@@ -419,6 +419,12 @@
<set name="is_dropable" val="false" />
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<skills>
<skill id="55403" level="1"/> <!-- Summon Agathion - Cheerleader Mae -->
<skill id="55404" level="1"/> <!-- Agathion Cute Trick - Cheerleader Mae -->
<skill id="55405" level="1"/> <!-- Cheerleader Mae Support -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
</skills>
</item>
<item id="70334" name="Cadmus Transformation Bracelet Pack (1 day)" additionalName="Prophet" type="EtcItem">
<!-- Double-click to receive Cadmus Transformation Bracelet Pack - Prophet (1-day). Cannot be exchanged, dropped, used in a private store, sold or share within account. This item will be deleted after the event is over. -->

View File

@@ -399,11 +399,18 @@
<set name="icon" val="icon.etc_potion_blue_i00" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="weight" val="10" />
<set name="etcitem_type" val="POTION" />
<set name="commissionItemType" val="POTION" />
<set name="immediate_effect" val="true" />
<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="handler" val="ItemSkills"/>
<skills>
<skill id="39258" level="1"/> <!-- Warrior MP Recovery Potion -->
</skills>
</item>
<item id="70643" name="Golden Mermaid's Scale" additionalName="7-day" type="EtcItem">
<!-- For 3 hours, during fishing XP/ SP +10%. Cannot be exchanged, dropped or sold, shared within account. Can store in a warehouse. Duration: 7-day. -->

View File

@@ -347,12 +347,18 @@
<!-- Activates 5 jewel slots when equipped. Inventory Slot +12. -->
<set name="icon" val="icon.etc_bm_brooch_lavianrose_i03" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="underwear" />
<set name="bodypart" val="brooch" />
<set name="immediate_effect" val="true" />
<set name="material" val="SILVER" />
<set name="weight" val="10" />
<set name="is_dropable" val="false" />
<set name="is_sellable" val="false" />
<skills>
<skill id="55710" level="1" type="ON_EQUIP"/> <!-- Bright light -->
<skill id="55711" level="1" type="ON_UNEQUIP"/> <!-- Bright light fades -->
<skill id="55712" level="1"/> <!-- Activates 5 jewel slots. -->
<skill id="55713" level="1"/> <!-- Inventory Slot +12. -->
</skills>
</item>
<item id="70832" name="Fortune Red Cat's Eye Chest" type="EtcItem">
<!-- Double-click to obtain a Lv. 1-5 Red Cat's Eye. Cannot be dropped. -->

View File

@@ -427,6 +427,7 @@
<set name="is_sellable" val="false" />
<skills>
<skill id="51025" level="3" /> <!-- Expand Primary and Secondary Agathion Slots -->
<skill id="55885" level="1"/> <!-- Agathion Bracelet Stats Increase -->
</skills>
</item>
<item id="70932" name="Agathion Bracelet - Lv. 4" type="Armor">
@@ -441,6 +442,8 @@
<set name="is_sellable" val="false" />
<skills>
<skill id="51025" level="4" /> <!-- Expand Primary and Secondary Agathion Slots -->
<skill id="55885" level="1"/> <!-- Agathion Bracelet Stats Increase -->
<skill id="55886" level="1"/> <!-- Agathion Bracelet Resistance Increase -->
</skills>
</item>
<item id="70933" name="Agathion - Love (Event)" additionalName="7-day" type="Armor">
@@ -496,6 +499,14 @@
<set name="is_dropable" val="false" />
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<skills>
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
<skill id="39016" level="1" /> <!-- Agathion Dance of Fury-->
<skill id="39017" level="1" /> <!-- Agathion Dance of Concetration-->
<skill id="39018" level="1" /> <!-- Song of Wind -->
</skills>
</item>
<item id="70961" name="Agathion: Singer and Dancer" additionalName="7-day" type="Armor">
<!-- 7-day item. Equipping it in the main slot summons the Agathion Singer & Dancer and activates the Special Ability option. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. <Special Ability>. 1. Dance of Fury: increases Atk. Spd. by 5% for 20 minutes. 2. Dance of Concentration: increases Casting Spd. by 5% for 20 minutes. 3. Song of Wind: increases Speed by 20 for 5 minutes. Cooldown: 10 min. <Note>. Dance of Fury, Dance of Concentration, and Song of Wind do not stack. -->

View File

@@ -276,7 +276,7 @@
<!-- Lv. 1 Brooch. 30-day. Activates 2 jewel slots when equipped. Cannot be exchanged, dropped, or sold in private store. Can be stored in a private warehouse. -->
<set name="icon" val="icon.etc_bm_brooch_lavianrose_i00" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="underwear" />
<set name="bodypart" val="brooch" />
<set name="immediate_effect" val="true" />
<set name="material" val="SILVER" />
<set name="weight" val="10" />

View File

@@ -134,34 +134,49 @@
<!-- Magical MP-recovering potion. Cannot be exchanged, dropped, sold, or stored in a private warehouse. -->
<set name="icon" val="icon.etc_lesser_potion_blue_i00" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="etcitem_type" val="POTION" />
<set name="commissionItemType" val="POTION" />
<set name="immediate_effect" val="true" />
<set name="weight" val="5" />
<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="handler" val="ItemSkills"/>
<skills>
<skill id="39257" level="1"/> <!-- Newbie MP Recovery Potion -->
</skills>
</item>
<item id="90311" name="Brooch" additionalName="Lv. 1" type="Armor">
<!-- Activates 2 jewel slots when equipped. Inventory Slot +5. -->
<set name="icon" val="icon.etc_bm_brooch_lavianrose_i00" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="underwear" />
<set name="bodypart" val="brooch" />
<set name="immediate_effect" val="true" />
<set name="material" val="SILVER" />
<set name="weight" val="10" />
<set name="is_dropable" val="false" />
<set name="is_sellable" val="false" />
<skills>
<skill id="55468" level="1"/> <!-- Activates 2 jewel slots. -->
<skill id="55470" level="1"/> <!-- Inventory Slot +5. -->
</skills>
</item>
<item id="90312" name="Brooch" additionalName="Lv. 2" type="Armor">
<!-- Activates 3 jewel slots when equipped. Inventory Slot +9. -->
<set name="icon" val="icon.etc_bm_brooch_lavianrose_i01" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="underwear" />
<set name="bodypart" val="brooch" />
<set name="immediate_effect" val="true" />
<set name="material" val="SILVER" />
<set name="weight" val="10" />
<set name="is_dropable" val="false" />
<set name="is_sellable" val="false" />
<skills>
<skill id="55469" level="1"/> <!-- Activates 3 jewel slots. -->
<skill id="55470" level="2"/> <!-- Inventory Slot +9. -->
</skills>
</item>
<item id="90313" name="Topaz" additionalName="Lv. 1" type="Armor">
<!-- Disrupts the target's skill casting when used. Inflicts 475 damage in PvP. Effect does not stack with additional jewels of the same type. Cannot be exchanged, dropped, or sold in private store. Can be stored in a private warehouse. -->

View File

@@ -376,7 +376,7 @@
<!-- A 7-day item. Enables to summon Agathion of Joy when equipped. <Skill used>. 1. Agathion's Escape: Allows to relocate to Giran, Gludio, Dion, Oren, Hunters Village. (Cooldown: 1 min). <Item Skill>. 1. Search for Evidence: Speed +66 for 15 sec.. <Item Skill>. 2. Hidden Search: monsters don't attack first. Cannot be exchanged, dropped, or sold in a private store. Can be stored in a private warehouse. -->
<set name="icon" val="icon.etc_rbracelet_aga_agit_i00" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="underwear" />
<set name="bodypart" val="agathion" />
<set name="immediate_effect" val="true" />
<set name="material" val="SILVER" />
<set name="weight" val="30" />
@@ -715,8 +715,7 @@
<!-- A 30-day item. Occupies 3 Hair Accessory slots. Cannot be exchanged, dropped, or sold in a private store. Can be stored in a private warehouse. -->
<set name="icon" val="icon.etc_bm_brooch_lavianrose_i01" />
<set name="default_action" val="EQUIP" />
<set name="armor_type" val="HEAVY" />
<set name="bodypart" val="alldress" />
<set name="bodypart" val="brooch" />
<set name="immediate_effect" val="true" />
<set name="material" val="CLOTH" />
<set name="is_tradable" val="false" />
@@ -1032,19 +1031,29 @@
<set name="icon" val="BranchSys2.icon.br_aga_singer_dancer_i00" />
<set name="default_action" val="EQUIP" />
<set name="immediate_effect" val="true" />
<set name="bodypart" val="lbracelet" />
<set name="material" val="STEEL" />
<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="time" val="43200" />
<skills>
<skill id="51025" level="1" /> <!-- Expand Agathion Slots -->
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
<skill id="39016" level="1" /> <!-- Seal Agathion -->
<skill id="39017" level="1" /> <!-- Seal Agathion -->
<skill id="39018" level="1" /> <!-- Seal Agathion -->
</skills>
</item>
<item id="90886" name="Agathion Bracelet - Singer and Dancer" additionalName="90-day" type="Armor">
<!-- A 90-day item. When worn, 2 Agathion slots are activated. <Active Skill>. 1. Dance of Fury: Atk. Spd. +5% for 20 minutes. 2. Dance of Concentration: Casting Spd. +5% for 20 minutes. 3. Song of Wind: Speed +20 for 5 minutes. Cooldown: 10 min. <Note>. Dance of Fury, Dance of Concentration, and Song of Wind do not stack. Duration: 30-day. Cannot be exchanged, dropped or sold. -->
<set name="icon" val="BranchSys2.icon.br_aga_singer_dancer_i00" />
<set name="default_action" val="EQUIP" />
<set name="armor_type" val="HEAVY" />
<set name="bodypart" val="alldress" />
<set name="bodypart" val="lbracelet" />
<set name="immediate_effect" val="true" />
<set name="material" val="BRONZE" />
<set name="is_tradable" val="false" />
@@ -1052,13 +1061,22 @@
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="time" val="129600" />
<skills>
<skill id="51025" level="1" /> <!-- Expand Agathion Slots -->
<skill id="21233" level="1" /> <!-- Release Agathion's Seal - Singer and Dancer -->
<skill id="23234" level="1" /> <!-- Singer and Dancer Agathion Cute Trick -->
<skill id="3267" level="1" type="ON_UNEQUIP" /> <!-- Seal Agathion -->
<skill id="39016" level="1" /> <!-- Seal Agathion -->
<skill id="39017" level="1" /> <!-- Seal Agathion -->
<skill id="39018" level="1" /> <!-- Seal Agathion -->
</skills>
</item>
<item id="90887" name="Agathion Bracelet - Lv. 3" additionalName="60-day" type="Armor">
<!-- A 90-day item. When worn, 3 Agathion slots are activated., STR/ INT/ CON/ MEN +1. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. -->
<set name="icon" val="icon.high_agathion_bracelet_i00" />
<set name="default_action" val="EQUIP" />
<set name="armor_type" val="HEAVY" />
<set name="bodypart" val="alldress" />
<set name="bodypart" val="lbracelet" />
<set name="immediate_effect" val="true" />
<set name="material" val="BRONZE" />
<set name="is_tradable" val="false" />
@@ -1066,53 +1084,75 @@
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="time" val="86400" />
<skills>
<skill id="51025" level="2" /> <!-- Expand Agathion Slots -->
<skill id="55885" level="1"/> <!-- Agathion Bracelet Stats Increase -->
</skills>
</item>
<item id="90888" name="Agathion Bracelet - Lv. 1" type="Armor">
<!-- When worn, 2 Agathion slots are activated. Cannot be dropped. -->
<set name="icon" val="icon.agathion_magmeld_teleport" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="hairall" />
<set name="bodypart" val="lbracelet" />
<set name="immediate_effect" val="true" />
<set name="material" val="WOOD" />
<set name="weight" val="10" />
<set name="is_dropable" val="false" />
<set name="is_sellable" val="false" />
<skills>
<skill id="51025" level="1" /> <!-- Expand Agathion Slots -->
</skills>
</item>
<item id="90889" name="Agathion Bracelet - Lv. 2" type="Armor">
<!-- When worn, 3 Agathion slots are activated. Cannot be dropped. -->
<set name="icon" val="icon.bracelet_tersi_agathion" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="hairall" />
<set name="bodypart" val="lbracelet" />
<set name="immediate_effect" val="true" />
<set name="material" val="WOOD" />
<set name="weight" val="10" />
<set name="is_dropable" val="false" />
<set name="is_sellable" val="false" />
<skills>
<skill id="51025" level="2" /> <!-- Expand Agathion Slots -->
</skills>
</item>
<item id="90890" name="Agathion Bracelet - Lv. 3" type="Armor">
<!-- When worn, 3 Agathion slots are activated. STR/ INT/ CON/ MEN +1. Cannot be dropped. -->
<set name="icon" val="icon.high_agathion_bracelet_i00" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="lbracelet" />
<set name="immediate_effect" val="true" />
<set name="material" val="GOLD" />
<set name="weight" val="150" />
<set name="is_dropable" val="false" />
<set name="is_sellable" val="false" />
<skills>
<skill id="51025" level="2" /> <!-- Expand Agathion Slots -->
<skill id="55885" level="1"/> <!-- Agathion Bracelet Stats Increase -->
</skills>
</item>
<item id="90891" name="Agathion Bracelet - Lv. 4" type="Armor">
<!-- When worn, 4 Agathion slots are activated. STR/ INT/ CON/ MEN +1. Mental/ stun/ sleep/ paralyse attacks resistance +5%. Cannot be dropped. -->
<set name="icon" val="icon.high_agathion_bracelet_i01" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="lbracelet" />
<set name="immediate_effect" val="true" />
<set name="material" val="GOLD" />
<set name="weight" val="150" />
<set name="is_dropable" val="false" />
<set name="is_sellable" val="false" />
<skills>
<skill id="51025" level="3" /> <!-- Expand Agathion Slots -->
<skill id="55885" level="1"/> <!-- Agathion Bracelet Stats Increase -->
<skill id="55886" level="1"/> <!-- Agathion Bracelet Resistance Increase -->
</skills>
</item>
<item id="90892" name="Agathion Bracelet - Joy" type="Armor">
<!-- When worn, 2 Agathion slots are activated.. <Item Skill>. 1. Evidence Chase: for 15 min. Speed +66. <Item Skill>. 2. Hidden Search: monsters don't attack first. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. -->
<set name="icon" val="icon.pi_high_agathion_bracelet_i00" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="lbracelet" />
<set name="immediate_effect" val="true" />
<set name="material" val="GOLD" />
<set name="weight" val="150" />
@@ -1120,11 +1160,17 @@
<set name="is_dropable" val="false" />
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<skills>
<skill id="51025" level="1" /> <!-- Expand Agathion Slots -->
<skill id="39101" level="1" /> <!-- Evidence Chase -->
<skill id="39102" level="1"/> <!-- Secret Investigation -->
</skills>
</item>
<item id="90893" name="Agathion Bracelet - Joy" additionalName="7-day" type="Armor">
<!-- A 7-day item. When worn, 2 Agathion slots are activated.. <Item Skill>. 1. Evidence Chase: for 15 min. Speed +66. <Item Skill>. 2. Hidden Search: monsters don't attack first. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. -->
<set name="icon" val="icon.pi_high_agathion_bracelet_i00" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="lbracelet" />
<set name="immediate_effect" val="true" />
<set name="material" val="GOLD" />
<set name="weight" val="150" />
@@ -1133,6 +1179,11 @@
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="time" val="10080" />
<skills>
<skill id="51025" level="1" /> <!-- Expand Agathion Slots -->
<skill id="39101" level="1" /> <!-- Evidence Chase -->
<skill id="39102" level="1"/> <!-- Secret Investigation -->
</skills>
</item>
<item id="90894" name="Agathion Aries" additionalName="60-day" type="Armor">
<!-- A 60-day item. Equipping it in the main slot summons the Agathion Aries and activates the Special Ability option. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. -->

View File

@@ -10,6 +10,7 @@
<!-- A 15-day item. When worn, 2 Agathion slots are activated. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. -->
<set name="icon" val="icon.agathion_magmeld_teleport" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="lbracelet" />
<set name="immediate_effect" val="true" />
<set name="material" val="STEEL" />
<set name="weight" val="10" />
@@ -18,11 +19,15 @@
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="time" val="21600" />
<skills>
<skill id="51025" level="1" /> <!-- Expand Primary and Secondary Agathion Slots -->
</skills>
</item>
<item id="90902" name="Agathion Pisces" additionalName="15-day" type="Armor">
<!-- A 15-day item. Equipping it in the Bracelet's main slot summons the Agathion Pisces and activates the Special Ability option. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. -->
<set name="icon" val="icon.pis_agathion_i00" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="agathion" />
<set name="immediate_effect" val="true" />
<set name="material" val="CLOTH" />
<set name="weight" val="220" />
@@ -36,7 +41,7 @@
<!-- A 15-day item. Equipping it in the Bracelet's main slot summons the Agathion Cancer and activates the Special Ability option. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. -->
<set name="icon" val="icon.can_agathion_i00" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="rear;lear" />
<set name="bodypart" val="agathion" />
<set name="immediate_effect" val="true" />
<set name="material" val="GOLD" />
<set name="weight" val="150" />
@@ -105,7 +110,7 @@
<!-- A 2-hours item. Equipping it in the Bracelet's main slot summons the Agathion Rudolph. Casting Spd./ Atk. Spd. +5%, during the hunt XP/SP gain +10%. Cannot be exchanged, dropped or sold. Can be stored in a private warehouse. -->
<set name="icon" val="BranchSys2.icon.event_lbracelet_rudolph" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="gloves" />
<set name="bodypart" val="agathion" />
<set name="immediate_effect" val="true" />
<set name="material" val="SILVER" />
<set name="weight" val="5" />
@@ -392,6 +397,7 @@
<!-- Activates 4 jewel slots when equipped. Inventory Slot +12. Cannot be dropped. -->
<set name="icon" val="icon.etc_bm_brooch_lavianrose_i03" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="brooch" />
<set name="immediate_effect" val="true" />
<set name="material" val="GOLD" />
<set name="is_dropable" val="false" />

View File

@@ -34,7 +34,7 @@
<!-- 1-day item. When worn, 2 Agathion slots are activated. Cannot be exchanged, dropped, or sold in a private store. Can be stored in a private warehouse. -->
<set name="icon" val="icon.agathion_magmeld_teleport" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="gloves" />
<set name="bodypart" val="lbracelet" />
<set name="immediate_effect" val="true" />
<set name="material" val="SILVER" />
<set name="weight" val="5" />
@@ -43,6 +43,9 @@
<set name="is_depositable" val="false" />
<set name="is_sellable" val="false" />
<set name="time" val="1440" />
<skills>
<skill id="51025" level="1" /> <!-- Expand Agathion Slots -->
</skills>
</item>
<item id="91004" name="Agathion - Sin Eater" type="Armor">
<!-- Equipping it in the Bracelet's main slot summons the Agathion Sin Eater and activates the Special Ability option. Cannot be exchanged, dropped, sold, or stored in a private warehouse. -->

View File

@@ -3,8 +3,24 @@
<skill id="39100" toLevel="1" name="Agathion Teleport - Hunters Village">
<!-- Teleports to Hunters Village. -->
<operateType>A1</operateType>
<blockedInOlympiad>true</blockedInOlympiad>
<hitTime>3000</hitTime>
<reuseDelay>60000</reuseDelay>
<isMagic>2</isMagic> <!-- Magic Skill -->
<magicLvl>-1</magicLvl>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanEscape" />
</conditions>
<effects>
<effect name="Teleport">
<x>117088</x>
<y>76931</y>
<z>-2696</z>
</effect>
</effects>
</skill>
<skill id="39101" toLevel="1" name="Evidence Chase">
<!-- Increases your Speed by 66 for 15 seconds. -->
@@ -1773,6 +1789,20 @@
</skill>
<skill id="39198" toLevel="1" name="Melissa's MP Recovery Potion">
<icon>icon.etc_bm_hero_red_potion</icon>
<blockedInOlympiad>true</blockedInOlympiad>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<reuseDelay>1000</reuseDelay> <!-- need confirm -->
<magicCriticalRate>5</magicCriticalRate>
<hitCancelTime>0</hitCancelTime>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="ManaHealPercent">
<power>100</power>
</effect>
</effects>
<operateType>A1</operateType>
</skill>
<skill id="39199" toLevel="1" name="Hero's Wondrous Cubic - 7-day">

View File

@@ -876,7 +876,18 @@
</skill>
<skill id="39257" toLevel="1" name="Newbie MP Recovery Potion">
<icon>icon.etc_reagent_white_i00</icon>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<reuseDelay>500</reuseDelay>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="Mp">
<amount>40</amount> <!-- need confirm -->
<mode>DIFF</mode>
</effect>
</effects>
</skill>
<skill id="39258" toLevel="1" name="Warrior MP Recovery Potion">
<icon>icon.etc_reagent_white_i00</icon>

View File

@@ -324,7 +324,62 @@
<skill id="55031" toLevel="1" name="Report Status">
<!-- You are under suspicion of using this program illegally. Your actions have been restricted. -->
<icon>icon.skill6038</icon>
<operateType>A1</operateType>
<abnormalLvl>1</abnormalLvl>
<abnormalTime>3600</abnormalTime>
<abnormalType>BOT_PENALTY</abnormalType>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>-1</magicLvl>
<operateType>A2</operateType>
<stayAfterDeath>True</stayAfterDeath>
<basicProperty>NONE</basicProperty>
<magicCriticalRate>-5</magicCriticalRate>
<specialLevel>-1</specialLevel>
<hitCancelTime>0</hitCancelTime>
<targetType>TARGET</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="Speed">
<amount>-90</amount>
<mode>PER</mode>
</effect>
<effect name="MagicalAttackSpeed">
<amount>-30</amount>
<mode>PER</mode>
</effect>
<effect name="PhysicalAttackSpeed">
<amount>-30</amount>
<mode>PER</mode>
</effect>
<effect name="MagicMpCost">
<amount>300</amount>
<mode>PER</mode>
<magicType>1</magicType>
</effect>
<effect name="MagicMpCost">
<amount>300</amount>
<mode>PER</mode>
</effect>
<effect name="PveMagicalSkillDamageBonus">
<amount>-50</amount>
<mode>PER</mode>
</effect>
<effect name="PvePhysicalAttackDamageBonus">
<amount>-50</amount>
<mode>PER</mode>
</effect>
<effect name="PvePhysicalSkillDamageBonus">
<amount>-50</amount>
<mode>PER</mode>
</effect>
<effect name="MagicalDefence">
<amount>-50</amount>
<mode>PER</mode>
</effect>
<effect name="PhysicalDefence">
<amount>-50</amount>
<mode>PER</mode>
</effect>
</effects>
</skill>
<skill id="55032" toLevel="1" name="Life Hazard">
<!-- Resurrects and fully restores your Stats. Buff and Debuff effects remain after death. Cooldown - 12 hours. -->

View File

@@ -1688,36 +1688,278 @@
<!-- The right to VIP 1st level chest. XP/ SP gain +3%, item drop rate +50%. -->
<icon>BranchIcon.Icon.g_skill_vip1</icon>
<operateType>P</operateType>
<effects>
<effect name="ExpModify">
<amount>3</amount>
</effect>
<effect name="SpModify">
<amount>3</amount>
</effect>
<effect name="BonusDropRate">
<amount>50</amount>
<mode>PER</mode>
</effect>
</effects>
</skill>
<skill id="55162" toLevel="1" name="VIP Level 2">
<!-- The right to VIP 2nd level chest. XP/ SP gain +7%, item drop rate +150%. World chat on any level, number of usage attempts +10. -->
<icon>BranchIcon.Icon.g_skill_vip2</icon>
<operateType>P</operateType>
<effects>
<effect name="ExpModify">
<amount>7</amount>
</effect>
<effect name="SpModify">
<amount>7</amount>
</effect>
<effect name="BonusDropRate">
<amount>150</amount>
<mode>PER</mode>
</effect>
<effect name="WorldChatPoints">
<amount>10</amount>
<mode>DIFF</mode>
</effect>
</effects>
</skill>
<skill id="55163" toLevel="1" name="VIP Level 3">
<!-- The right to VIP 3rd level chest. XP/ SP gain +15%, item drop rate +200%. Experience loss and chance to lose items upon death is decreased by 10%. World chat on any level, number of usage attempts +10. -->
<icon>BranchIcon.Icon.g_skill_vip3</icon>
<operateType>P</operateType>
<effects>
<effect name="ExpModify">
<amount>15</amount>
</effect>
<effect name="SpModify">
<amount>15</amount>
</effect>
<effect name="BonusDropRate">
<amount>200</amount>
<mode>PER</mode>
</effect>
<effect name="ReduceDropPenalty">
<exp>-10</exp>
<deathPenalty>-10</deathPenalty>
<mode>PER</mode>
<type>ANY</type>
</effect>
<effect name="WorldChatPoints">
<amount>10</amount>
<mode>DIFF</mode>
</effect>
</effects>
</skill>
<skill id="55164" toLevel="1" name="VIP Level 4">
<!-- The right to VIP 4th level chest. XP/ SP gain +25%, item drop rate +250%. Experience loss and chance to lose items upon death is decreased by 15%. World chat on any level, number of usage attempts +10. XP/ SP gain +20% during fishing. -->
<icon>BranchIcon.Icon.g_skill_vip4</icon>
<operateType>P</operateType>
<effects>
<effect name="ExpModify">
<amount>25</amount>
</effect>
<effect name="SpModify">
<amount>25</amount>
</effect>
<effect name="BonusDropRate">
<amount>250</amount>
<mode>PER</mode>
</effect>
<effect name="ReduceDropPenalty">
<exp>-15</exp>
<deathPenalty>-15</deathPenalty>
<mode>PER</mode>
<type>ANY</type>
</effect>
<effect name="WorldChatPoints">
<amount>10</amount>
<mode>DIFF</mode>
</effect>
<effect name="FishingExpSpBonus">
<amount>20</amount>
<mode>PER</mode>
</effect>
</effects>
</skill>
<skill id="55165" toLevel="1" name="VIP Level 5">
<!-- The right to VIP 5th level chest. XP/ SP gain +30%, item drop rate +250%. Experience loss and chance to lose items upon death is decreased by 20%. PvE damage is increased. World chat on any level, number of usage attempts +10. XP/ SP gain +20% during fishing. -->
<icon>BranchIcon.Icon.g_skill_vip5</icon>
<operateType>P</operateType>
<effects>
<effect name="ExpModify">
<amount>30</amount>
</effect>
<effect name="SpModify">
<amount>30</amount>
</effect>
<effect name="BonusDropRate">
<amount>250</amount>
<mode>PER</mode>
</effect>
<effect name="ReduceDropPenalty">
<exp>-20</exp>
<deathPenalty>-20</deathPenalty>
<mode>PER</mode>
<type>ANY</type>
</effect>
<effect name="PveMagicalSkillDamageBonus">
<amount>5</amount>
<mode>PER</mode>
</effect>
<effect name="PvePhysicalAttackDamageBonus">
<amount>5</amount>
<mode>PER</mode>
</effect>
<effect name="PvePhysicalSkillDamageBonus">
<amount>5</amount>
<mode>PER</mode>
</effect>
<effect name="WorldChatPoints">
<amount>10</amount>
<mode>DIFF</mode>
</effect>
<effect name="FishingExpSpBonus">
<amount>20</amount>
<mode>PER</mode>
</effect>
</effects>
</skill>
<skill id="55166" toLevel="1" name="VIP Level 6">
<!-- The right to VIP 6th level chest. XP/ SP gain +30%, item drop rate +250%. Experience loss and chance to lose items upon death is decreased by 20%. PvE damage is increased, STR/ DEX/ INT/ WIT/ MEN +2. World chat on any level, number of usage attempts +10. XP/ SP gain +20% during fishing. -->
<icon>BranchIcon.Icon.g_skill_vip6</icon>
<operateType>P</operateType>
<effects>
<effect name="StatUp">
<amount>2</amount>
<stat>STR</stat>
</effect>
<effect name="StatUp">
<amount>2</amount>
<stat>DEX</stat>
</effect>
<effect name="StatUp">
<amount>2</amount>
<stat>INT</stat>
</effect>
<effect name="StatUp">
<amount>2</amount>
<stat>WIT</stat>
</effect>
<effect name="StatUp">
<amount>2</amount>
<stat>MEN</stat>
</effect>
<effect name="ExpModify">
<amount>30</amount>
</effect>
<effect name="SpModify">
<amount>30</amount>
</effect>
<effect name="BonusDropRate">
<amount>250</amount>
<mode>PER</mode>
</effect>
<effect name="ReduceDropPenalty">
<exp>-20</exp>
<deathPenalty>-20</deathPenalty>
<mode>PER</mode>
<type>ANY</type>
</effect>
<effect name="PveMagicalSkillDamageBonus">
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="PvePhysicalAttackDamageBonus">
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="PvePhysicalSkillDamageBonus">
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="WorldChatPoints">
<amount>10</amount>
<mode>DIFF</mode>
</effect>
<effect name="FishingExpSpBonus">
<amount>20</amount>
<mode>PER</mode>
</effect>
</effects>
</skill>
<skill id="55167" toLevel="1" name="VIP Level 7">
<!-- The right to VIP 7th level chest. XP/ SP gain +30%, item drop rate +250%. Experience loss and chance to lose items upon death is decreased by 20%. PvE/ PvP damage is increased, STR/ DEX/ INT/ WIT/ MEN +2. World chat on any level, number of usage attempts +20. XP/ SP gain +20% during fishing. -->
<icon>BranchIcon.Icon.g_skill_vip7</icon>
<operateType>P</operateType>
<effects>
<effect name="StatUp">
<amount>2</amount>
<stat>STR</stat>
</effect>
<effect name="StatUp">
<amount>2</amount>
<stat>DEX</stat>
</effect>
<effect name="StatUp">
<amount>2</amount>
<stat>INT</stat>
</effect>
<effect name="StatUp">
<amount>2</amount>
<stat>WIT</stat>
</effect>
<effect name="StatUp">
<amount>2</amount>
<stat>MEN</stat>
</effect>
<effect name="ExpModify">
<amount>30</amount>
</effect>
<effect name="SpModify">
<amount>30</amount>
</effect>
<effect name="BonusDropRate">
<amount>250</amount>
<mode>PER</mode>
</effect>
<effect name="ReduceDropPenalty">
<exp>-20</exp>
<deathPenalty>-20</deathPenalty>
<mode>PER</mode>
<type>ANY</type>
</effect>
<effect name="PveMagicalSkillDamageBonus">
<amount>15</amount>
<mode>PER</mode>
</effect>
<effect name="PvePhysicalAttackDamageBonus">
<amount>15</amount>
<mode>PER</mode>
</effect>
<effect name="PvePhysicalSkillDamageBonus">
<amount>15</amount>
<mode>PER</mode>
</effect>
<effect name="PvpMagicalSkillDamageBonus">
<amount>5</amount>
<mode>PER</mode>
</effect>
<effect name="PvpPhysicalAttackDamageBonus">
<amount>5</amount>
<mode>PER</mode>
</effect>
<effect name="PvpPhysicalSkillDamageBonus">
<amount>5</amount>
<mode>PER</mode>
</effect>
<effect name="WorldChatPoints">
<amount>20</amount>
<mode>DIFF</mode>
</effect>
<effect name="FishingExpSpBonus">
<amount>20</amount>
<mode>PER</mode>
</effect>
</effects>
</skill>
<skill id="55168" toLevel="1" name="Clan Unity - Lv. 1">
<!-- Clan Alliance Buff. For 3 hours, XP/ SP bonus +3%. -->

View File

@@ -890,11 +890,21 @@
<!-- Activates 2 jewel slots. -->
<icon>icon.etc_bm_brooch_lavianrose_i00</icon>
<operateType>P</operateType>
<effects>
<effect name="JewelSlot">
<amount>2</amount>
</effect>
</effects>
</skill>
<skill id="55469" toLevel="1" name="Lv. 2 Brooch">
<!-- Activates 3 jewel slots. -->
<icon>icon.etc_bm_brooch_lavianrose_i01</icon>
<operateType>P</operateType>
<effects>
<effect name="JewelSlot">
<amount>3</amount>
</effect>
</effects>
</skill>
<skill id="55470" toLevel="2" name="Lv. 2 Brooch - Additional Effect">
<!-- Inventory Slot +5. -->
@@ -903,6 +913,14 @@
<value level="2">icon.etc_bm_brooch_lavianrose_i01</value>
</icon>
<operateType>P</operateType>
<effects>
<effect name="EnlargeSlot">
<amount>
<value level="1">5</value>
<value level="2">9</value>
</amount>
</effect>
</effects>
</skill>
<skill id="55471" toLevel="5" name="Topaz">
<!-- Interrupts target's skill casting. In PvP, ignores CP and inflicts a fixed damage of $s1. -->

View File

@@ -707,6 +707,21 @@
</skill>
<skill id="55589" toLevel="1" name="Hero's MP Recovery Potion">
<icon>icon.etc_potion_blue_i00</icon>
<blockedInOlympiad>true</blockedInOlympiad>
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<reuseDelay>500</reuseDelay>
<magicCriticalRate>5</magicCriticalRate>
<hitCancelTime>0</hitCancelTime>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="Mp">
<amount>60</amount>
<mode>DIFF</mode>
</effect>
</effects>
<operateType>A1</operateType>
</skill>
<skill id="55590" toLevel="1" name="Golden Mermaid's Scale">

View File

@@ -86,12 +86,17 @@
<!-- Brooch radiates bright light. -->
<icon>icon.etc_bm_brooch_lavianrose_i03</icon>
<operateType>A1</operateType>
<isMagic>4</isMagic>
<abnormalVisualEffect>AVE_BROOCH</abnormalVisualEffect>
<abnormalType>AVE_BROOCH</abnormalType>
</skill>
<skill id="55711" toLevel="1" name="Remove Lv. 4 Brooch">
<!-- Bright light fades. -->
<operateType>A1</operateType>
<effectPoint>1</effectPoint>
<effects>
<effect name="DispelBySlot">
<dispel>AVE_BROOCH,10</dispel>
</effect>
</effects>
</skill>
<skill id="55712" toLevel="1" name="Lv. 4 Brooch">
<!-- Activates 5 jewel slots. -->

View File

@@ -443,7 +443,7 @@
<magicCriticalRate>5</magicCriticalRate>
<effects>
<effect name="TalismanSlot">
<slots>3</slots>
<slots>4</slots>
</effect>
<effect name="StatUp">
<amount>1</amount>
@@ -475,11 +475,45 @@
<!-- STR/ INT/ CON/ MEN +1. -->
<icon>icon.skill6343_2</icon>
<operateType>P</operateType>
<effects>
<effect name="StatUp">
<amount>1</amount>
<stat>CON</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>MEN</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>STR</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>INT</stat>
</effect>
</effects>
</skill>
<skill id="55886" toLevel="1" name="Agathion Bracelet Resistance Increase">
<!-- Mental/ Stun/ Sleep/ Paralysis Attack Resistance +5%. -->
<icon>icon.skill6366_2</icon>
<operateType>P</operateType>
<effects>
<effect name="DefenceTrait">
<DERANGEMENT>
<value level="1">5</value>
</DERANGEMENT>
<SHOCK>
<value level="1">5</value>
</SHOCK>
<SLEEP>
<value level="1">5</value>
</SLEEP>
<PARALYZE>
<value level="1">5</value>
</PARALYZE>
</effect>
</effects>
</skill>
<skill id="55887" toLevel="4" name="Clan Exuberance">
<!-- Clan members' HP/ MP/ CP Recovery Bonus +$s1, received PVE damage -$s2, EXP and SP +$s3. -->

View File

@@ -112,6 +112,7 @@ FatalBlow: Physical attack based on blow formula. Deadly Blow, Lethal Blow etc.
FatalBlowRate: Blow land rate stat.
Fear: Causes the target to run away. Does not block it though.
Feed: Gives food to pet.
FishingExpSpBonus: Bonus Exp and SP from fishing. (l2jmobius)
Flag: Starts pvpflag.
FlyMove: Moves towards target location.
FocusEnergy: Max momentum stat.

View File

@@ -21,6 +21,7 @@ package org.l2jmobius.gameserver.enums;
*/
public enum ReduceDropType
{
ANY,
MOB,
PK,
RAID

View File

@@ -222,8 +222,9 @@ public enum AbnormalType
CLAN_TEAMWORK(-1),
SONG_OF_ARCHERY(-1),
DANCE_OF_SAGE(-1),
SONG_WEAPON(-1), // TODO: need find proper name
HEAL_RESISTANCE(-1), // TODO: need find proper name
SONG_WEAPON(-1),
HEAL_RESISTANCE(-1),
AVE_BROOCH(-1),
AB_HAWK_EYE(0),
ALL_ATTACK_DOWN(1),
ALL_ATTACK_UP(2),

View File

@@ -180,6 +180,7 @@ public enum AbnormalVisualEffect
TORNADO(161),
SNOW_SLOW(162),
SNOW_HOLD(163),
UNK_164(164),
TORNADO_SLOW(165),
ASTATINE_WATER(166),
BIG_BODY_COMBINATION_CAT_NPC(167),
@@ -193,13 +194,21 @@ public enum AbnormalVisualEffect
PIRATE_SUIT(175),
DARK_ASSASSIN_SUIT(176),
WHITE_ASSASSIN_SUIT(177),
UNK_178(178),
UNK_179(179),
UNK_180(180),
AVE_DRAGON_ULTIMATE(181),
HALLOWEEN_SUIT(182),
INFINITE_SHIELD1_AVE(183),
INFINITE_SHIELD2_AVE(184),
INFINITE_SHIELD3_AVE(185),
INFINITE_SHIELD4_AVE(186),
AVE_ABSORB2_SHIELD(187),
TALI_DECO_BAIUM(190),
UNK_188(188),
UNK_189(189),
TALISMAN_BAIUM(190),
UNK_191(191),
UNK_192(192),
CHANGESHAPE_TRANSFORM(193),
ANGRY_GOLEM_AVE(194),
WA_UNBREAKABLE_SONIC_AVE(195),
@@ -208,6 +217,7 @@ public enum AbnormalVisualEffect
HEROIC_FEAR_AVE_1(198),
HEROIC_FEAR_AVE_2(199),
AVE_BROOCH(200),
AVE_BROOCH_B(201),
INFINITE_SHIELD4_AVE_2(206),
CHANGESHAPE_TRANSFORM_1(207),
CHANGESHAPE_TRANSFORM_2(208),
@@ -227,7 +237,8 @@ public enum AbnormalVisualEffect
BR_Y_2_ACCESSORY_NECKRACE(10006),
BR_Y_3_ACCESSORY_R_RING(10007),
BR_Y_3_ACCESSORY_EARRING(10008),
BR_Y_3_ACCESSORY_NECKRACE(10009);
BR_Y_3_ACCESSORY_NECKRACE(10009),
BR_TALI_DECO(10019);
private final int _clientId;

View File

@@ -177,6 +177,7 @@ public enum Stats
// VARIOUS
BREATH("breath"),
FALL("fall"),
FISHING_EXP_SP_BONUS("fishingExpSpBonus"),
// VULNERABILITIES
DAMAGE_ZONE_VULN("damageZoneVuln"),