summaryrefslogtreecommitdiff
path: root/db/pre-re
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-05 11:34:32 +0300
committerAndrei Karas <akaras@inbox.ru>2019-03-11 21:55:00 +0300
commit2f6d4516113059d9edbe71b085540c9cda92fa03 (patch)
tree4b9a4d9d3ddbff7d478f3f7363f395fd44036ecc /db/pre-re
parentd8215077643025d10527cbab22d6949a59d3258c (diff)
downloadhercules-2f6d4516113059d9edbe71b085540c9cda92fa03.tar.gz
hercules-2f6d4516113059d9edbe71b085540c9cda92fa03.tar.bz2
hercules-2f6d4516113059d9edbe71b085540c9cda92fa03.tar.xz
hercules-2f6d4516113059d9edbe71b085540c9cda92fa03.zip
Remove conf dir.
Diffstat (limited to 'db/pre-re')
-rw-r--r--db/pre-re/achievement_db.conf6079
-rw-r--r--db/pre-re/attr_fix.txt56
-rw-r--r--db/pre-re/exp_group_db.conf175
-rw-r--r--db/pre-re/exp_guild.txt50
-rw-r--r--db/pre-re/exp_homun.txt100
-rw-r--r--db/pre-re/homunculus_db.txt33
-rw-r--r--db/pre-re/item_chain.conf121
-rw-r--r--db/pre-re/item_combo_db.txt165
-rw-r--r--db/pre-re/item_db.conf97111
-rw-r--r--db/pre-re/item_group.conf4799
-rw-r--r--db/pre-re/item_packages.conf13568
-rw-r--r--db/pre-re/job_db.conf1673
-rw-r--r--db/pre-re/map_zone_db.conf394
-rw-r--r--db/pre-re/mob_boss.txt50
-rw-r--r--db/pre-re/mob_branch.txt469
-rw-r--r--db/pre-re/mob_db.conf50138
-rw-r--r--db/pre-re/mob_poring.txt18
-rw-r--r--db/pre-re/mob_race2_db.txt17
-rw-r--r--db/pre-re/mob_skill_db.conf55082
-rw-r--r--db/pre-re/pet_db.conf1551
-rw-r--r--db/pre-re/refine_db.conf231
-rw-r--r--db/pre-re/size_fix.txt7
-rw-r--r--db/pre-re/skill_db.conf37603
-rw-r--r--db/pre-re/skill_tree.conf4047
-rw-r--r--db/pre-re/statpoint.txt255
25 files changed, 0 insertions, 273792 deletions
diff --git a/db/pre-re/achievement_db.conf b/db/pre-re/achievement_db.conf
deleted file mode 100644
index db63ed4a8..000000000
--- a/db/pre-re/achievement_db.conf
+++ /dev/null
@@ -1,6079 +0,0 @@
-//================= Hercules Database =====================================
-//= _ _ _
-//= | | | | | |
-//= | |_| | ___ _ __ ___ _ _| | ___ ___
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
-//= | | | | __/ | | (__| |_| | | __/\__ \
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/
-//================= License ===============================================
-//= This file is part of Hercules.
-//= http://herc.ws - http://github.com/HerculesWS/Hercules
-//=
-//= Copyright (C) 2018 Hercules Dev Team
-//=
-//= Hercules 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/>.
-//=========================================================================
-//= Achievement Database
-//=========================================================================
-
-achievement_db: (
-/*****************************************************************
- * Entry Structure
- *****************************************************************
-{
- Id: (int) Unique ID of the achievement representing it's client-side equivalent.
- Name: (string) Name/Title of the Achievement.
- Type: (string) Validation type for the achievement.
- [Type] [Validation Description] (Trigger)
- ACH_QUEST: Specific achievement objective update (Script).
- ACH_KILL_PC_TOTAL: (Accumulative) Total kill count. (Player kill)
- ACH_KILL_PC_JOB: Kill a player of the specified job. (Player Kill)
- ACH_KILL_PC_JOBTYPE: Kill a player of the specified job type. (Player Kill)
- ACH_KILL_MOB_CLASS: Kill a particular mob class. (Mob Kill)
- ACH_DAMAGE_PC_MAX: Maximum damage caused on a player. (Player Damage)
- ACH_DAMAGE_PC_TOTAL: (Accumulative) Damage on players. (Player Damage)
- ACH_DAMAGE_PC_REC_MAX: Maximum damage received by a player. (Receive Player Damage)
- ACH_DAMAGE_PC_REC_TOTAL: (Accumulative) Damage received by players. (Receive Player Damage)
- ACH_DAMAGE_MOB_MAX: Maximum damage caused on a monster. (Monster Damage)
- ACH_DAMAGE_MOB_TOTAL: (Accumulative) Damage caused on monsters. (Monster Damage)
- ACH_DAMAGE_MOB_REC_MAX: Maximum damage received by a monster. (Receive Monster Damage)
- ACH_DAMAGE_MOB_REC_TOTAL: (Accumulative) Damage received by monsters. (Receive Monster Damage)
- ACH_JOB_CHANGE: Change to a specific job. (Job Change)
- ACH_STATUS: Acquire a specific amount of a particular status type. (Stat Change)
- ACH_STATUS_BY_JOB: Acquire a specific amount of a status type as a job class. (Stat Change)
- ACH_STATUS_BY_JOBTYPE: Acquire a specific amount of a status type as a job type. (Stat Change)
- ACH_CHATROOM_CREATE_DEAD: (Accumulative) Create a chatroom when dead. (Chatroom Creation)
- ACH_CHATROOM_CREATE: (Accumulative) Create a chatroom. (Chatroom Creation)
- ACH_CHATROOM_MEMBERS: Gather 'n' members in a chatroom. (Chatroom Join)
- ACH_FRIEND_ADD: Add a specific number of friends. (Friend Addition)
- ACH_PARTY_CREATE: (Accumulative) Create a specific number of parties. (Party Creation)
- ACH_PARTY_JOIN: (Accumulative) Join a specific number of parties. (Party Join)
- ACH_MARRY: (Accumulative) Marry a specified number of times. (Marriage)
- ACH_ADOPT_BABY: (Accumulative) Get Adopted. (Adoption)
- ACH_ADOPT_PARENT: (Accumulative) Adopt a Baby. (Adoption)
- ACH_ZENY_HOLD: Hold a specific amount of zeny in your inventory. (Gain Zeny)
- ACH_ZENY_GET_ONCE: Gain a specific amount of zeny in one transaction. (Gain Zeny)
- ACH_ZENY_GET_TOTAL: (Accumulative) Gain a specific amount of zeny in total. (Gain Zeny)
- ACH_ZENY_SPEND_ONCE: Spend a specific amount of zeny in one transaction. (Pay Zeny)
- ACH_ZENY_SPEND_TOTAL: (Accumulative) Spend a specific amount of zeny in total. (Pay Zeny)
- ACH_EQUIP_REFINE_SUCCESS: Refine an item to +N. (Successful Refine)
- ACH_EQUIP_REFINE_FAILURE: Fail to refine an item of +N refine. (Failed Refine)
- ACH_EQUIP_REFINE_SUCCESS_TOTAL: (Accumulative) Refine an item successfully N times. (Success Refine)
- ACH_EQUIP_REFINE_FAILURE_TOTAL: (Accumulative) Fail to refine an item N times. (Failed Refine)
- ACH_EQUIP_REFINE_SUCCESS_WLV: Refine a Weapon of a particular Level to +N. (Success Refine)
- ACH_EQUIP_REFINE_FAILURE_WLV: Fail to refine a Weapon of a particular level from +N. (Failed Refine)
- ACH_EQUIP_REFINE_SUCCESS_ID: Refine a particular Item successfully to +N. (Success Refine)
- ACH_EQUIP_REFINE_FAILURE_ID: Fail to refine a particular item successfully from +N. (Failed Refine)
- ACH_ITEM_GET_COUNT: Acquire N amount of an item of a particular ID. (Acquire Item)
- ACH_ITEM_GET_COUNT_ITEMTYPE: Acquire N amount of items of a particular type mask. (Acquire Item)
- ACH_ITEM_GET_WORTH: Acquire an item of buy value N. (Acquire Item)
- ACH_ITEM_SELL_WORTH: Sell an item of sell value N. (NPC Sell Item)
- ACH_PET_CREATE: Successfully tame a pet of a particular mob class. (Successful Pet Tame)
- ACH_ACHIEVE: Achieve an Achievement. (Achievement Completion)
- ACH_ACHIEVEMENT_RANK: Achieve an Achievement Rank. (Achievement Rank Increase)
- Objectives: { [Mandatory Field] Objectives of an achievement. Up to 10 objectives per achievement.
- To comply with the client's order of objectives, this list must be in order.
- *1: {
- Description: (string) [Mandatory Field] Description of a particular objective.
- Criteria: { This is a field for achievements whose objectives must meet
- certain criteria before evaluating the player's progress for it.
- MobId: (mixed) MonsterId required for an objective.
- For types such as ACH_KILL_MOB_CLASS and ACH_PET_CREATE. Can be either int or string constant.
- JobId: (mixed) Array or Single entry of JobIds.
- For types - ACH_KILL_PC_JOBTYPE, ACH_JOB_CHANGE or ACH_STATUS_BY_JOBTYPE.
- Can be either a numeric or string constant.
- ItemId: (mixed) ItemId required for an objective.
- For Types such as ACH_ITEM_GET_COUNT. Can be either int or string constant.
- StatusType: (mixed) Status Type required for an objective.
- For Types such as ACH_STATUS, ACH_STATUS_BY_JOB, ACH_STATUS_BY_JOBTYPE.
- Types -
- "SP_STR" - Strength
- "SP_AGI" - Agility
- "SP_VIT" - Vitality
- "SP_INT" - Intelligence
- "SP_DEX" - Dexterity
- "SP_LUK" - Luck
- "SP_BASELEVEL" - Base Level
- "SP_JOBLEVEL" - Job Level
- Can be either int or string constant.
- ItemType: (mixed) Item type that is required for this achievement.
- For Types such as ACH_ITEM_GET_COUNT_ITEMTYPE.
- Can be either int, string or list.
- Refer "Item types" Constants from constants.conf
- WeaponLevel: (int) Weapon Level that is required for this achievement. (Eg. 0, 1, 2, 3 or 4).
- For Types such as ACH_EQUIP_REFINE_SUCCESS_WLV and ACH_EQUIP_REFINE_FAILURE_WLV.
- Achieve: (int) AchievementID to be achieved.
- For Type - ACH_ACHIEVE.
- }
- Goal: (int) Target amount to be met for the completion of the objective. Default is 1.
- }
- ...
- *10: {...}
- }
- Rewards: {
- Bonus: <""> (script) Script code bonus to be given as a reward for an achievement.
- Items: { Item rewards per achievement. With a maximum defined in mmo.h as MAX_ACHEIVEMENT_ITEM_REWARDS.
- Apple: 1 (int) Item ID (int or string constant) : Amount (int)
- }
- TitleId: (int) ID of the Title (from the Title System) awarded.
- }
- Points: (int) Points per achievement given on it's successful completion.
-}
- *****************************************************************/
-{
- Id: 110000
- Name: "At this time I live to eat"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Bring the food to Bigfoot at this hour"
- }
- }
- Points: 10
-},
-{
- Id: 110001
- Name: "A fan of this polarity"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Lady of the house"
- }
- *2: {
- Description: "Beautiful fine anak"
- }
- *3: {
- Description: "Mistress in ambience"
- }
- *4: {
- Description: "Beautiful wife and children"
- }
- *5: {
- Description: "Down town Bachelor"
- }
- *6: {
- Description: "Great act ability anak"
- }
- *7: {
- Description: "Great attack power bachelor"
- }
- }
- Points: 10
-},
-{
- Id: 120001
- Name: "North Prontera Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding north prontera field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120002
- Name: "North Prontera Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding north prontera field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120003
- Name: "North Prontera Field Exploration(3)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding north prontera field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120004
- Name: "West Prontera Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding west prontera field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120005
- Name: "West Prontera Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding west prontera field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120006
- Name: "East Prontera Field Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding east prontera field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120007
- Name: "South Prontera Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding south prontera field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120008
- Name: "South Prontera Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding south prontera field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120009
- Name: "South Prontera Field Exploration(3)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding south prontera field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120010
- Name: "South Prontera Field Exploration(4)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding south prontera field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120011
- Name: "East Geffen Field Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding east geffen field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120012
- Name: "Southeast Geffen Field Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding southeast geffen field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120013
- Name: "Northwest Geffen Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding northwest geffen field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120014
- Name: "Northwest Geffen Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding northwest geffen field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120015
- Name: "Northwest Geffen Field Exploration(3)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding northwest geffen field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120016
- Name: "South Geffen Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding south geffen field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120017
- Name: "South Geffen Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding south geffen field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120018
- Name: "Sograt Desert Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding sograt desert field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120019
- Name: "Sograt Desert Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding sograt desert field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120020
- Name: "Sograt Desert Field Exploration(3)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding sograt desert field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120021
- Name: "Sograt Desert Field Exploration(4)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding sograt desert field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120022
- Name: "Sograt Desert Field Exploration(5)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding sograt desert field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120023
- Name: "Sograt Desert Field Exploration(6)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding sograt desert field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120024
- Name: "Southwest Payon Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding southwest payon field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120025
- Name: "Southwest Payon Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding southwest payon field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120026
- Name: "Southwest Payon Field Exploration(3)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding southwest payon field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120027
- Name: "Southwest Payon Field Exploration(4)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding southwest payon field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120028
- Name: "East Payon Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding east payon field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120029
- Name: "East Payon Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding east payon field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120030
- Name: "East Payon Field Exploration(3)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding east payon field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120031
- Name: "East Payon Field Exploration(4)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding east payon field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120032
- Name: "North Mjolnir Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding north mjolnir field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120033
- Name: "North Mjolnir Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding north mjolnir field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120034
- Name: "North Mjolnir Field Exploration(3)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding north mjolnir field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120035
- Name: "North Mjolnir Field Exploration(4)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding north mjolnir field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120036
- Name: "North Mjolnir Field Exploration(5)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding north mjolnir field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120037
- Name: "South Mjolnir Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding south mjolnir field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120038
- Name: "South Mjolnir Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding south mjolnir field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120039
- Name: "South Mjolnir Field Exploration(3)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding south mjolnir field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120040
- Name: "South Mjolnir Field Exploration(4)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding south mjolnir field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120041
- Name: "South Mjolnir Field Exploration(5)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding south mjolnir field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120042
- Name: "South Mjolnir Field Exploration(6)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding south mjolnir field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120043
- Name: "South Aldebaran Field Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding south aldebaran field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120044
- Name: "Comodo Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding comodo field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120045
- Name: "Comodo Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding comodo field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120046
- Name: "Comodo Field Exploration(3)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding comodo field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120047
- Name: "Comodo Field Exploration(4)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding comodo field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120048
- Name: "Comodo Field Exploration(5)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding comodo field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120049
- Name: "Comodo Field Exploration(6)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding comodo field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120050
- Name: "Comodo Field Exploration(7)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding comodo field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120051
- Name: "Comodo Field Exploration(8)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding comodo field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120052
- Name: "Border Checkpoint Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding border checkpoint field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120053
- Name: "Border Checkpoint Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding border checkpoint field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120054
- Name: "Kiel Hyre Mansion Field Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding kiel hyre mansion field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120055
- Name: "El Mes Plateau Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding el mes plateau field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120056
- Name: "El Mes Plateau Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding el mes plateau field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120057
- Name: "El Mes Plateau Field Exploration(3)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding el mes plateau field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120058
- Name: "El Mes Gorge Field Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding el mes gorge field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120059
- Name: "Kiel Hyre Academy Field Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding kiel hyre academy field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120060
- Name: "Guard Camp Field Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding guard camp field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120061
- Name: "Yuno Field Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding yuno field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120062
- Name: "Front of Thanatos Tower Field Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding front of thanatos tower field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120063
- Name: "Hugel Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding hugel field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120064
- Name: "Hugel Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding hugel field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120065
- Name: "Hugel Field Exploration(3)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding hugel field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120066
- Name: "Abyss Lake Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding abyss lake field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120067
- Name: "Einbroch Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding Einbroch field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120068
- Name: "Einbroch Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding Einbroch field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120069
- Name: "Einbroch Field Exploration(3)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding Einbroch field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120070
- Name: "Einbroch Field Exploration(4)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding Einbroch field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120071
- Name: "Einbroch Field Exploration(5)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding Einbroch field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120072
- Name: "Einbroch Field Exploration(6)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding Einbroch field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120073
- Name: "Einbroch Field Exploration(7)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding Einbroch field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120074
- Name: "Einbroch Field Exploration(8)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding Einbroch field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120075
- Name: "Lighthalzen Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding lighthalzen field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120076
- Name: "Lighthalzen Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding lighthalzen field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120077
- Name: "Lighthalzen Field Exploration(3)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding lighthalzen field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120078
- Name: "Rachel Audhumbla Plains Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding rachel audhumbla plains field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120079
- Name: "Rachel Plains Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding rachel plains field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120080
- Name: "Rachel Plains Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding rachel plains field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120081
- Name: "Rachel Plains Field Exploration(3)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding rachel plains field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120082
- Name: "Rachel Audhumbla Grassland Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding rachel audhumbla grassland field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120083
- Name: "Rachel Audhumbla Grassland Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding rachel audhumbla grassland field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120084
- Name: "Portus Luna Field Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding portus luna field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120085
- Name: "Veins Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding veins field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120086
- Name: "Veins Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding veins field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120087
- Name: "Veins Field Exploration(3)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding veins field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120088
- Name: "Veins Field Exploration(4)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding veins field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120089
- Name: "Veins Field Exploration(5)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding veins field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120090
- Name: "Eclage Field Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding eclage field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120091
- Name: "North Bitfrost Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding north bitfrost field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120092
- Name: "South Bitfrost Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding south bitfrost field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120093
- Name: "Splendide Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding splendide field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120094
- Name: "Splendide Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding splendide field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120095
- Name: "Splendide Field Exploration(3)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding splendide field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120096
- Name: "Manuk Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding manuk field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120097
- Name: "Manuk Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding manuk field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120098
- Name: "Manuk Field Exploration(3)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding manuk field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120099
- Name: "Outskirts of Kamidal Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding outskirts of kamidal field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120100
- Name: "Outskirts of Kamidal Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding outskirts of kamidal field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120101
- Name: "Amatsu Field Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding amatsu field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120102
- Name: "Kunlun Field Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding kunlun field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120103
- Name: "Gonryun Field Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding gonryun field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120104
- Name: "Ayothaya Field Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding ayothaya field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120105
- Name: "Moscovia Field Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding moscovia field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120106
- Name: "Brasilis Field Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding brasilis field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120107
- Name: "Dewata Field Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding dewata field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120108
- Name: "Malaya Field Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding malaya field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120109
- Name: "Malaya Field Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding malaya field"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 10
-},
-{
- Id: 120110
- Name: "Abbey Underground Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding abbey underground dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120111
- Name: "Abyss Lake Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding abyss lake dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120112
- Name: "Clock Tower Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding clock tower dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120113
- Name: "Amatsu Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding amatsu dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120114
- Name: "Ant Hell Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding ant hell dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120115
- Name: "Ayothaya Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding ayothaya dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120116
- Name: "Comodo Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding comodo dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120117
- Name: "Brasilis Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding brasilis dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120118
- Name: "Clock Tower Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding clock tower dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120119
- Name: "Istana Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding istana dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120120
- Name: "Scaraba Hole Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding scaraba hole dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120121
- Name: "Bitfrost Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding bitfrost dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120122
- Name: "Einbroch Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding einbroch dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120123
- Name: "Geffen Underground Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding geffen underground dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120124
- Name: "Glastheim Dungeon Exploration(1)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding glastheim dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120125
- Name: "Glastheim Dungeon Exploration(2)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding glastheim dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120126
- Name: "Glastheim Dungeon Exploration(3)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding glastheim dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120127
- Name: "Glastheim Dungeon Exploration(4)"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding glastheim dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120128
- Name: "Kunlun Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding Kunlun dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120129
- Name: "Rachel Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding rachel dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120130
- Name: "Sphinx Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding sphinx dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120131
- Name: "Izlude Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding izlude dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120132
- Name: "Robot Factory Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding robot factory dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120133
- Name: "Bio Lab Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding bio lab dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120134
- Name: "Gonryun Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding gonryun dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120135
- Name: "Nogg Road Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding nogg road dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120136
- Name: "Coal Mine Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding Coal mine dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120137
- Name: "Pyramid Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding pyramid dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120138
- Name: "Orc Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding orc dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120139
- Name: "Payon Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding payon dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120140
- Name: "Labyrinth Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding labyrinth dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120141
- Name: "Undersea Tunnel Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding undersea tunnel dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120142
- Name: "Thanatos Tower Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding thanatos tower dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120143
- Name: "Thor Volcano Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding thor volcano dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120144
- Name: "Sunken Ship Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding sunken ship dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120145
- Name: "Turtle Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding turtle dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 120146
- Name: "Toy Factory Dungeon Exploration"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Discover the treasure surrounding toy factory dungeon"
- }
- }
- Rewards: {
- Items: {
- Old_Money_Pocket: 1
- }
- }
- Points: 20
-},
-{
- Id: 127001
- Name: "Prontera Contribution"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Stranger"
- Goal: 3000
- }
- *2: {
- Description: "Village Freshman"
- Goal: 6000
- }
- *3: {
- Description: "Neighbor"
- Goal: 12000
- }
- *4: {
- Description: "Celebrity"
- Goal: 20000
- }
- *5: {
- Description: "City Dictator"
- Goal: 1000
- }
- }
- Points: 10
-},
-{
- Id: 127002
- Name: "Geffen Contribution"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Stranger"
- Goal: 3000
- }
- *2: {
- Description: "Village Freshman"
- Goal: 6000
- }
- *3: {
- Description: "Neighbor"
- Goal: 12000
- }
- *4: {
- Description: "Celebrity"
- Goal: 20000
- }
- *5: {
- Description: "City Dictator"
- Goal: 1000
- }
- }
- Points: 10
-},
-{
- Id: 127003
- Name: "Morocc Contribution"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Stranger"
- Goal: 3000
- }
- *2: {
- Description: "Village Freshman"
- Goal: 6000
- }
- *3: {
- Description: "Neighbor"
- Goal: 12000
- }
- *4: {
- Description: "Celebrity"
- Goal: 20000
- }
- *5: {
- Description: "City Dictator"
- Goal: 1000
- }
- }
- Points: 10
-},
-{
- Id: 127004
- Name: "Payon Contribution"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Stranger"
- Goal: 3000
- }
- *2: {
- Description: "Village Freshman"
- Goal: 6000
- }
- *3: {
- Description: "Neighbor"
- Goal: 12000
- }
- *4: {
- Description: "Celebrity"
- Goal: 20000
- }
- *5: {
- Description: "City Dictator"
- Goal: 1000
- }
- }
- Points: 10
-},
-{
- Id: 127005
- Name: "Yuno Contribution"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Stranger"
- Goal: 3000
- }
- *2: {
- Description: "Village Freshman"
- Goal: 6000
- }
- *3: {
- Description: "Neighbor"
- Goal: 12000
- }
- *4: {
- Description: "Celebrity"
- Goal: 20000
- }
- *5: {
- Description: "City Dictator"
- Goal: 1000
- }
- }
- Points: 10
-},
-{
- Id: 127006
- Name: "Lighthalzen Contribution"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Stranger"
- Goal: 3000
- }
- *2: {
- Description: "Village Freshman"
- Goal: 6000
- }
- *3: {
- Description: "Neighbor"
- Goal: 12000
- }
- *4: {
- Description: "Celebrity"
- Goal: 20000
- }
- *5: {
- Description: "City Dictator"
- Goal: 1000
- }
- }
- Points: 10
-},
-{
- Id: 127007
- Name: "Einbroch Contribution"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Stranger"
- Goal: 3000
- }
- *2: {
- Description: "Village Freshman"
- Goal: 6000
- }
- *3: {
- Description: "Neighbor"
- Goal: 12000
- }
- *4: {
- Description: "Celebrity"
- Goal: 20000
- }
- *5: {
- Description: "City Dictator"
- Goal: 1000
- }
- }
- Points: 10
-},
-{
- Id: 127008
- Name: "Rachel Contribution"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Stranger"
- Goal: 3000
- }
- *2: {
- Description: "Village Freshman"
- Goal: 6000
- }
- *3: {
- Description: "Neighbor"
- Goal: 12000
- }
- *4: {
- Description: "Celebrity"
- Goal: 20000
- }
- *5: {
- Description: "City Dictator"
- Goal: 1000
- }
- }
- Points: 10
-},
-{
- Id: 127009
- Name: "Veins Contribution"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Stranger"
- Goal: 3000
- }
- *2: {
- Description: "Village Freshman"
- Goal: 6000
- }
- *3: {
- Description: "Neighbor"
- Goal: 12000
- }
- *4: {
- Description: "Celebrity"
- Goal: 20000
- }
- *5: {
- Description: "City Dictator"
- Goal: 1000
- }
- }
- Points: 10
-},
-{
- Id: 128008
- Name: "Bold Adventurer"
- Type: "ACH_KILL_MOB_CLASS"
- Objectives: {
- *1: {
- Description: "Eliminate 1 Baphomet"
- Criteria: {
- MobId: "BAPHOMET"
- }
- Goal: 1
- }
- }
- Points: 10
-},
-{
- Id: 128009
- Name: "Baphomet Hatred"
- Type: "ACH_KILL_MOB_CLASS"
- Objectives: {
- *1: {
- Description: "Eliminate 10 Baphomet"
- Criteria: {
- MobId: "BAPHOMET"
- }
- Goal: 10
- }
- }
- Points: 20
-},
-{
- Id: 128010
- Name: "Goat's Nemesis"
- Type: "ACH_KILL_MOB_CLASS"
- Objectives: {
- *1: {
- Description: "Eliminate 50 Baphomet"
- Criteria: {
- MobId: "BAPHOMET"
- }
- Goal: 50
- }
- }
- Points: 50
-},
-{
- Id: 128047
- Name: "Endless Tower challenger"
- Type: "ACH_KILL_MOB_CLASS"
- Objectives: {
- *1: {
- Description: "Eliminate 1 Naght Sieger"
- Criteria: {
- MobId: "NAGHT_SIEGER"
- }
- Goal: 1
- }
- }
- Points: 10
-},
-{
- Id: 128048
- Name: "Endless Tower Slayer"
- Type: "ACH_KILL_MOB_CLASS"
- Objectives: {
- *1: {
- Description: "Eliminate 10 Naght Sieger"
- Criteria: {
- MobId: "NAGHT_SIEGER"
- }
- Goal: 10
- }
- }
- Points: 20
-},
-{
- Id: 128049
- Name: "Lord of the tower"
- Type: "ACH_KILL_MOB_CLASS"
- Objectives: {
- *1: {
- Description: "Eliminate 50 Naght Sieger"
- Criteria: {
- MobId: "NAGHT_SIEGER"
- }
- Goal: 50
- }
- }
- Points: 50
-},
-{
- Id: 129001
- Name: "Prontera Explorer"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "North Prontera Field Exploration(1) completed"
- Criteria: {
- Achieve: 120001
- }
- }
- *2: {
- Description: "North Prontera Field Exploration(2) completed"
- Criteria: {
- Achieve: 120002
- }
- }
- *3: {
- Description: "North Prontera Field Exploration(3) completed"
- Criteria: {
- Achieve: 120003
- }
- }
- *4: {
- Description: "West Prontera Field Exploration(1) completed"
- Criteria: {
- Achieve: 120004
- }
- }
- *5: {
- Description: "West Prontera Field Exploration(2) completed"
- Criteria: {
- Achieve: 120005
- }
- }
- *6: {
- Description: "East Prontera Field Exploration(1) completed"
- Criteria: {
- Achieve: 120006
- }
- }
- *7: {
- Description: "South Prontera Field Exploration(1) completed"
- Criteria: {
- Achieve: 120007
- }
- }
- *8: {
- Description: "South Prontera Field Exploration(2) completed"
- Criteria: {
- Achieve: 120008
- }
- }
- *9: {
- Description: "South Prontera Field Exploration(3) completed"
- Criteria: {
- Achieve: 120009
- }
- }
- *10: {
- Description: "South Prontera Field Exploration(4) completed"
- Criteria: {
- Achieve: 120010
- }
- }
- }
- Rewards: {
- Items: {
- Gift_Box: 1
- }
- }
- Points: 20
-},
-{
- Id: 129002
- Name: "Geffen Explorer"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "East Geffen Field Exploration(1) completed"
- Criteria: {
- Achieve: 120011
- }
- }
- *2: {
- Description: "Southeast Geffen Field Exploration(1) completed"
- Criteria: {
- Achieve: 120012
- }
- }
- *3: {
- Description: "Northwest Geffen Field Exploration(1) completed"
- Criteria: {
- Achieve: 120013
- }
- }
- *4: {
- Description: "Northwest Geffen Field Exploration(2) completed"
- Criteria: {
- Achieve: 120014
- }
- }
- *5: {
- Description: "Northwest Geffen Field Exploration(3) completed"
- Criteria: {
- Achieve: 120015
- }
- }
- *6: {
- Description: "South Geffen Field Exploration(1) completed"
- Criteria: {
- Achieve: 120016
- }
- }
- *7: {
- Description: "South Geffen Field Exploration(2) completed"
- Criteria: {
- Achieve: 120017
- }
- }
- }
- Rewards: {
- Items: {
- Gift_Box: 1
- }
- }
- Points: 20
-},
-{
- Id: 129003
- Name: "Sograt Desert Explorer"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Sograt Desert Field Exploration(1) completed"
- Criteria: {
- Achieve: 120018
- }
- }
- *2: {
- Description: "Sograt Desert Field Exploration(2) completed"
- Criteria: {
- Achieve: 120019
- }
- }
- *3: {
- Description: "Sograt Desert Field Exploration(3) completed"
- Criteria: {
- Achieve: 120020
- }
- }
- *4: {
- Description: "Sograt Desert Field Exploration(4) completed"
- Criteria: {
- Achieve: 120021
- }
- }
- *5: {
- Description: "Sograt Desert Field Exploration(5) completed"
- Criteria: {
- Achieve: 120022
- }
- }
- *6: {
- Description: "Sograt Desert Field Exploration(6) completed"
- Criteria: {
- Achieve: 120023
- }
- }
- }
- Rewards: {
- Items: {
- Gift_Box: 1
- }
- }
- Points: 20
-},
-{
- Id: 129004
- Name: "Payon Explorer"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Southwest Payon Field Exploration(1) completed"
- Criteria: {
- Achieve: 120024
- }
- }
- *2: {
- Description: "Southwest Payon Field Exploration(2) completed"
- Criteria: {
- Achieve: 120025
- }
- }
- *3: {
- Description: "Southwest Payon Field Exploration(3) completed"
- Criteria: {
- Achieve: 120026
- }
- }
- *4: {
- Description: "Southwest Payon Field Exploration(4) completed"
- Criteria: {
- Achieve: 120027
- }
- }
- *5: {
- Description: "East Payon Field Exploration(1) completed"
- Criteria: {
- Achieve: 120028
- }
- }
- *6: {
- Description: "East Payon Field Exploration(2) completed"
- Criteria: {
- Achieve: 120029
- }
- }
- *7: {
- Description: "East Payon Field Exploration(3) completed"
- Criteria: {
- Achieve: 120030
- }
- }
- *8: {
- Description: "East Payon Field Exploration(4) completed"
- Criteria: {
- Achieve: 120031
- }
- }
- }
- Rewards: {
- Items: {
- Gift_Box: 1
- }
- }
- Points: 20
-},
-{
- Id: 129005
- Name: "North Mjolnir Explorer"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "North Mjolnir Field Exploration(1) completed"
- Criteria: {
- Achieve: 120032
- }
- }
- *2: {
- Description: "North Mjolnir Field Exploration(2) completed"
- Criteria: {
- Achieve: 120033
- }
- }
- *3: {
- Description: "North Mjolnir Field Exploration(3) completed"
- Criteria: {
- Achieve: 120034
- }
- }
- *4: {
- Description: "North Mjolnir Field Exploration(4) completed"
- Criteria: {
- Achieve: 120035
- }
- }
- *5: {
- Description: "North Mjolnir Field Exploration(5) completed"
- Criteria: {
- Achieve: 120036
- }
- }
- }
- Rewards: {
- Items: {
- Gift_Box: 1
- }
- }
- Points: 20
-},
-{
- Id: 129006
- Name: "South Mjolnir Explorer"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "South Mjolnir Field Exploration(1) completed"
- Criteria: {
- Achieve: 120037
- }
- }
- *2: {
- Description: "South Mjolnir Field Exploration(2) completed"
- Criteria: {
- Achieve: 120038
- }
- }
- *3: {
- Description: "South Mjolnir Field Exploration(3) completed"
- Criteria: {
- Achieve: 120039
- }
- }
- *4: {
- Description: "South Mjolnir Field Exploration(4) completed"
- Criteria: {
- Achieve: 120040
- }
- }
- *5: {
- Description: "South Mjolnir Field Exploration(5) completed"
- Criteria: {
- Achieve: 120041
- }
- }
- *6: {
- Description: "South Mjolnir Field Exploration(6) completed"
- Criteria: {
- Achieve: 120042
- }
- }
- *7: {
- Description: "South Aldebaran Field Exploration(1) completed"
- Criteria: {
- Achieve: 120043
- }
- }
- }
- Rewards: {
- Items: {
- Gift_Box: 1
- }
- }
- Points: 20
-},
-{
- Id: 129007
- Name: "Comodo Explorer"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Comodo Field Exploration(1) completed"
- Criteria: {
- Achieve: 120044
- }
- }
- *2: {
- Description: "Comodo Field Exploration(2) completed"
- Criteria: {
- Achieve: 120045
- }
- }
- *3: {
- Description: "Comodo Field Exploration(3) completed"
- Criteria: {
- Achieve: 120046
- }
- }
- *4: {
- Description: "Comodo Field Exploration(4) completed"
- Criteria: {
- Achieve: 120047
- }
- }
- *5: {
- Description: "Comodo Field Exploration(5) completed"
- Criteria: {
- Achieve: 120048
- }
- }
- *6: {
- Description: "Comodo Field Exploration(6) completed"
- Criteria: {
- Achieve: 120049
- }
- }
- *7: {
- Description: "Comodo Field Exploration(7) completed"
- Criteria: {
- Achieve: 120050
- }
- }
- *8: {
- Description: "Comodo Field Exploration(8) completed"
- Criteria: {
- Achieve: 120051
- }
- }
- }
- Rewards: {
- Items: {
- Gift_Box: 1
- }
- }
- Points: 20
-},
-{
- Id: 129008
- Name: "Rune Midgard Explorer"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Prontera Explorer"
- Criteria: {
- Achieve: 129001
- }
- }
- *2: {
- Description: "Geffen Explorer"
- Criteria: {
- Achieve: 129002
- }
- }
- *3: {
- Description: "Sograt Desert Explorer"
- Criteria: {
- Achieve: 129003
- }
- }
- *4: {
- Description: "Payon Explorer"
- Criteria: {
- Achieve: 129004
- }
- }
- *5: {
- Description: "North Mjolnir Explorer"
- Criteria: {
- Achieve: 129005
- }
- }
- *6: {
- Description: "South Mjolnir Explorer"
- Criteria: {
- Achieve: 129006
- }
- }
- *7: {
- Description: "Comodo Explorer"
- Criteria: {
- Achieve: 129007
- }
- }
- }
- Rewards: {
- Items: {
- Old_Violet_Box: 1
- }
- }
- Points: 50
-},
-{
- Id: 129009
- Name: "Yuno Explorer"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Border Checkpoint Field Exploration(1) completed"
- Criteria: {
- Achieve: 120052
- }
- }
- *2: {
- Description: "Border Checkpoint Field Exploration(2) completed"
- Criteria: {
- Achieve: 120053
- }
- }
- *3: {
- Description: "Kiel Hyre Mansion Field Exploration(1) completed"
- Criteria: {
- Achieve: 120054
- }
- }
- *4: {
- Description: "El Mes Plateau Field Exploration(1) completed"
- Criteria: {
- Achieve: 120055
- }
- }
- *5: {
- Description: "El Mes Plateau Field Exploration(2) completed"
- Criteria: {
- Achieve: 120056
- }
- }
- *6: {
- Description: "El Mes Plateau Field Exploration(3) completed"
- Criteria: {
- Achieve: 120057
- }
- }
- *7: {
- Description: "El Mes Gorge Field Exploration(1) completed"
- Criteria: {
- Achieve: 120058
- }
- }
- *8: {
- Description: "Kiel Hyre Academy Field Exploration(1) completed"
- Criteria: {
- Achieve: 120059
- }
- }
- *9: {
- Description: "Guard Camp Field Exploration(1) completed"
- Criteria: {
- Achieve: 120060
- }
- }
- *10: {
- Description: "Yuno Field Exploration(1) completed"
- Criteria: {
- Achieve: 120061
- }
- }
- }
- Rewards: {
- Items: {
- Gift_Box: 1
- }
- }
- Points: 20
-},
-{
- Id: 129010
- Name: "Hugel Explorer"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Front of Thanatos Tower Field Exploration(1) completed"
- Criteria: {
- Achieve: 120062
- }
- }
- *2: {
- Description: "Hugel Field Exploration(1) completed"
- Criteria: {
- Achieve: 120063
- }
- }
- *3: {
- Description: "Hugel Field Exploration(2) completed"
- Criteria: {
- Achieve: 120064
- }
- }
- *4: {
- Description: "Hugel Field Exploration(3) completed"
- Criteria: {
- Achieve: 120065
- }
- }
- *5: {
- Description: "Abyss Lake Field Exploration(1) completed"
- Criteria: {
- Achieve: 120066
- }
- }
- }
- Rewards: {
- Items: {
- Gift_Box: 1
- }
- }
- Points: 20
-},
-{
- Id: 129011
- Name: "Einbroch Explorer"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Einbroch Field Exploration(1) completed"
- Criteria: {
- Achieve: 120067
- }
- }
- *2: {
- Description: "Einbroch Field Exploration(2) completed"
- Criteria: {
- Achieve: 120068
- }
- }
- *3: {
- Description: "Einbroch Field Exploration(3) completed"
- Criteria: {
- Achieve: 120069
- }
- }
- *4: {
- Description: "Einbroch Field Exploration(4) completed"
- Criteria: {
- Achieve: 120070
- }
- }
- *5: {
- Description: "Einbroch Field Exploration(5) completed"
- Criteria: {
- Achieve: 120071
- }
- }
- *6: {
- Description: "Einbroch Field Exploration(6) completed"
- Criteria: {
- Achieve: 120072
- }
- }
- *7: {
- Description: "Einbroch Field Exploration(7) completed"
- Criteria: {
- Achieve: 120073
- }
- }
- *8: {
- Description: "Einbroch Field Exploration(8) completed"
- Criteria: {
- Achieve: 120074
- }
- }
- }
- Rewards: {
- Items: {
- Gift_Box: 1
- }
- }
- Points: 20
-},
-{
- Id: 129012
- Name: "Lighthalzen Explorer"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Lighthalzen Field Exploration(1) completed"
- Criteria: {
- Achieve: 120075
- }
- }
- *2: {
- Description: "Lighthalzen Field Exploration(2) completed"
- Criteria: {
- Achieve: 120076
- }
- }
- *3: {
- Description: "Lighthalzen Field Exploration(3) completed"
- Criteria: {
- Achieve: 120077
- }
- }
- }
- Rewards: {
- Items: {
- Gift_Box: 1
- }
- }
- Points: 20
-},
-{
- Id: 129013
- Name: "Schwarzwald Explorer"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Yuno Explorer"
- Criteria: {
- Achieve: 129009
- }
- }
- *2: {
- Description: "Hugel Explorer"
- Criteria: {
- Achieve: 129010
- }
- }
- *3: {
- Description: "Einbroch Explorer"
- Criteria: {
- Achieve: 129011
- }
- }
- *4: {
- Description: "Lighthalzen Explorer"
- Criteria: {
- Achieve: 129012
- }
- }
- }
- Rewards: {
- Items: {
- Old_Violet_Box: 1
- }
- }
- Points: 50
-},
-{
- Id: 129014
- Name: "Rachel Explorer"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Rachel Audhumbla Plains Field Exploration(1) completed"
- Criteria: {
- Achieve: 120078
- }
- }
- *2: {
- Description: "Rachel Plains Field Exploration(1) completed"
- Criteria: {
- Achieve: 120079
- }
- }
- *3: {
- Description: "Rachel Plains Field Exploration(2) completed"
- Criteria: {
- Achieve: 120080
- }
- }
- *4: {
- Description: "Rachel Plains Field Exploration(3) completed"
- Criteria: {
- Achieve: 120081
- }
- }
- *5: {
- Description: "Rachel Audhumbla Grassland Field Exploration(1) completed"
- Criteria: {
- Achieve: 120082
- }
- }
- *6: {
- Description: "Rachel Audhumbla Grassland Field Exploration(2) completed"
- Criteria: {
- Achieve: 120083
- }
- }
- *7: {
- Description: "Portus Luna Field Exploration(1) completed"
- Criteria: {
- Achieve: 120084
- }
- }
- }
- Rewards: {
- Items: {
- Gift_Box: 1
- }
- }
- Points: 20
-},
-{
- Id: 129015
- Name: "Veins Explorer"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Veins Field Exploration(1) completed"
- Criteria: {
- Achieve: 120085
- }
- }
- *2: {
- Description: "Veins Field Exploration(2) completed"
- Criteria: {
- Achieve: 120086
- }
- }
- *3: {
- Description: "Veins Field Exploration(3) completed"
- Criteria: {
- Achieve: 120087
- }
- }
- *4: {
- Description: "Veins Field Exploration(4) completed"
- Criteria: {
- Achieve: 120088
- }
- }
- *5: {
- Description: "Veins Field Exploration(5) completed"
- Criteria: {
- Achieve: 120089
- }
- }
- }
- Rewards: {
- Items: {
- Gift_Box: 1
- }
- }
- Points: 20
-},
-{
- Id: 129016
- Name: "Arunafeltz Explorer"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Rachel Explorer"
- Criteria: {
- Achieve: 129014
- }
- }
- *2: {
- Description: "Veins Explorer"
- Criteria: {
- Achieve: 129015
- }
- }
- }
- Rewards: {
- Items: {
- Old_Violet_Box: 1
- }
- }
- Points: 50
-},
-{
- Id: 129017
- Name: "Laphine Explorer"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Eclage Field Exploration(1) completed"
- Criteria: {
- Achieve: 120090
- }
- }
- *2: {
- Description: "North Bitfrost Field Exploration(1) completed"
- Criteria: {
- Achieve: 120091
- }
- }
- *3: {
- Description: "South Bitfrost Field Exploration(1) completed"
- Criteria: {
- Achieve: 120092
- }
- }
- *4: {
- Description: "Splendide Field Exploration(1) completed"
- Criteria: {
- Achieve: 120093
- }
- }
- *5: {
- Description: "Splendide Field Exploration(2) completed"
- Criteria: {
- Achieve: 120094
- }
- }
- *6: {
- Description: "Splendide Field Exploration(3) completed"
- Criteria: {
- Achieve: 120095
- }
- }
- }
- Rewards: {
- Items: {
- Gift_Box: 1
- }
- }
- Points: 20
-},
-{
- Id: 129018
- Name: "Manuk Explorer"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Manuk Field Exploration(1) completed"
- Criteria: {
- Achieve: 120096
- }
- }
- *2: {
- Description: "Manuk Field Exploration(2) completed"
- Criteria: {
- Achieve: 120097
- }
- }
- *3: {
- Description: "Manuk Field Exploration(3) completed"
- Criteria: {
- Achieve: 120098
- }
- }
- *4: {
- Description: "Outskirts of Kamidal Field Exploration(1) completed"
- Criteria: {
- Achieve: 120099
- }
- }
- *5: {
- Description: "Outskirts of Kamidal Field Exploration(2) completed"
- Criteria: {
- Achieve: 120100
- }
- }
- }
- Rewards: {
- Items: {
- Gift_Box: 1
- }
- }
- Points: 20
-},
-{
- Id: 129019
- Name: "Eclage Explorer"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Laphine Explorer"
- Criteria: {
- Achieve: 129017
- }
- }
- *2: {
- Description: "Manuk Explorer"
- Criteria: {
- Achieve: 129018
- }
- }
- }
- Rewards: {
- Items: {
- Old_Violet_Box: 1
- }
- }
- Points: 50
-},
-{
- Id: 129020
- Name: "Localizing fields explorer"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Amatsu Field Exploration(1) completed"
- Criteria: {
- Achieve: 120101
- }
- }
- *2: {
- Description: "Kunlun Field Exploration(1) completed"
- Criteria: {
- Achieve: 120102
- }
- }
- *3: {
- Description: "Gonryun Field Exploration(1) completed"
- Criteria: {
- Achieve: 120103
- }
- }
- *4: {
- Description: "Ayothaya Field Exploration(1) completed"
- Criteria: {
- Achieve: 120104
- }
- }
- *5: {
- Description: "Moscovia Field Exploration(1) completed"
- Criteria: {
- Achieve: 120105
- }
- }
- *6: {
- Description: "Brasilis Field Exploration(1) completed"
- Criteria: {
- Achieve: 120106
- }
- }
- *7: {
- Description: "Dewata Field Exploration(1) completed"
- Criteria: {
- Achieve: 120107
- }
- }
- *8: {
- Description: "Malaya Field Exploration(1) completed"
- Criteria: {
- Achieve: 120108
- }
- }
- *9: {
- Description: "Malaya Field Exploration(2) completed"
- Criteria: {
- Achieve: 120109
- }
- }
- }
- Rewards: {
- Items: {
- Old_Violet_Box: 1
- }
- }
- Points: 50
-},
-{
- Id: 130000
- Name: "Socialite debut"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Visit Heine Royal Family and start conversation"
- }
- *2: {
- Description: "Visit Nerius Royal Family and start conversation"
- }
- *3: {
- Description: "Visit Walter Royal Family and start conversation"
- }
- *4: {
- Description: "Visit Wigner Royal Family and start conversation"
- }
- *5: {
- Description: "Visit Richard Royal Family and start conversation"
- }
- *6: {
- Description: "Visit Gaebolg Royal Family and start conversation"
- }
- *7: {
- Description: "Visit Lugenburg Royal Family and start conversation"
- }
- }
- Rewards: {
- TitleId: 1034
- }
- Points: 10
-},
-{
- Id: 170000
- Name: "Song chamber is not an accident"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Listen the secret song of five recomended court musician"
- }
- }
- Points: 10
-},
-{
- Id: 190000
- Name: "Alliance workers of merchant city"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Novice Amethyst class"
- Goal: 1
- }
- *2: {
- Description: "Expert Sardonyx class"
- Goal: 10
- }
- *3: {
- Description: "Competence Person Aquamarine class"
- Goal: 30
- }
- *4: {
- Description: "Sparkling Diamond class"
- Goal: 100
- }
- }
- Points: 50
-},
-{
- Id: 200000
- Name: "Acquire the first aura!"
- Type: "ACH_STATUS"
- Objectives: {
- *1: {
- Description: "Base level 99"
- Criteria: {
- StatusType: "SP_BASELEVEL"
- }
- Goal: 99
- }
- }
- Rewards: {
- TitleId: 1000
- Bonus: <" specialeffect(EF_BLESSING, AREA, playerattached()); sc_start SC_BLESSING, 30000, 1; ">
- Items: {
- White_Slim_Pot_Box2: 1
- }
- }
- Points: 50
-},
-{
- Id: 200001
- Name: "Acquire the second aura!"
- Type: "ACH_STATUS"
- Objectives: {
- *1: {
- Description: "Base level 150"
- Criteria: {
- StatusType: "SP_BASELEVEL"
- }
- Goal: 150
- }
- }
- Rewards: {
- TitleId: 1001
- Bonus: <" specialeffect(EF_BLESSING, AREA, playerattached()); sc_start SC_BLESSING, 30000, 1; ">
- Items: {
- Dark_Snake_Lord_Hat: 1
- }
- }
- Points: 60
-},
-/*
-{
- Id: 200002
- Name: "Acquire the third aura!"
- Type: "ACH_STATUS"
- Objectives: {
- *1: {
- Description: "Base level 175"
- Criteria: {
- StatusType: "SP_BASELEVEL"
- }
- Goal: 175
- }
- }
- Rewards: {
- TitleId: 1002
- Bonus: <" specialeffect(EF_BLESSING, AREA, playerattached()); sc_start SC_BLESSING, 30000, 1; ">
- Items: {
- Advanced_Jao_King_Hat: 1
- }
- }
- Points: 70
-},
-*/
-{
- Id: 200003
- Name: "Master Job level!"
- Type: "ACH_STATUS"
- Objectives: {
- *1: {
- Description: "Job level 50"
- Criteria: {
- StatusType: "SP_JOBLEVEL"
- }
- Goal: 50
- }
- }
- Rewards: {
- TitleId: 1003
- Bonus: <" specialeffect(EF_BLESSING, AREA, playerattached()); sc_start SC_BLESSING, 30000, 1; ">
- Items: {
- Old_Violet_Box: 1
- }
- }
- Points: 30
-},
-/*
-{
- Id: 200004
- Name: "Grandmaster Job level!"
- Type: "ACH_STATUS"
- Objectives: {
- *1: {
- Description: "Job level 70"
- Criteria: {
- StatusType: "SP_JOBLEVEL"
- }
- Goal: 70
- }
- }
- Rewards: {
- TitleId: 1004
- Bonus: <" specialeffect(EF_BLESSING, AREA, playerattached()); sc_start SC_BLESSING, 30000, 1; ">
- Items: {
- Old_Card_Album_: 1
- }
- }
- Points: 50
-},
-*/
-{
- Id: 200005
- Name: "Official Adventurer"
- Type: "ACH_JOB_CHANGE"
- Objectives: {
- *1: {
- Description: "Job change to first class"
- Criteria: {
- JobId: [ "Job_Swordman", "Job_Mage", "Job_Archer", "Job_Acolyte", "Job_Merchant", "Job_Thief" ]
- }
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- }
- Points: 10
-},
-{
- Id: 200006
- Name: "First step of job change!"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "First step of job change"
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- }
- Points: 20
-},
-{
- Id: 200007
- Name: "Veteran Adventurer! (1)"
- Type: "ACH_JOB_CHANGE"
- Objectives: {
- *1: {
- Description: "Job change to 2-1 classes"
- Criteria: {
- JobId: [ "Job_Knight", "Job_Priest", "Job_Wizard", "Job_Blacksmith", "Job_Hunter", "Job_Assassin" ]
- }
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- }
- Points: 25
-},
-{
- Id: 200008
- Name: "Veteran Adventurer! (2)"
- Type: "ACH_JOB_CHANGE"
- Objectives: {
- *1: {
- Description: "Job change to 2-2 classes"
- Criteria: {
- JobId: [ "Job_Crusader", "Job_Sage", "Job_Bard", "Job_Dancer", "Job_Alchemist", "Job_Rogue" ]
- }
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- }
- Points: 25
-},
-{
- Id: 200009
- Name: "Warrior (1)"
- Type: "ACH_JOB_CHANGE"
- Objectives: {
- *1: {
- Description: "Job change to transcendent 2-1 classes"
- Criteria: {
- JobId: [ "Job_Lord_Knight", "Job_High_Wizard", "Job_Sniper", "Job_High_Priest", "Job_Whitesmith", "Job_Assassin_Cross" ]
- }
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- }
- Points: 30
-},
-{
- Id: 200010
- Name: "Warrior (2)"
- Type: "ACH_JOB_CHANGE"
- Objectives: {
- *1: {
- Description: "Job change to transcendent 2-2 classes"
- Criteria: {
- JobId: [ "Job_Paladin", "Job_Professor", "Job_Clown", "Job_Gypsy", "Job_Champion", "Job_Creator", "Job_Stalker" ]
- }
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- }
- Points: 30
-},
-{
- Id: 200011
- Name: "Elite Adventurer! (1)"
- Type: "ACH_JOB_CHANGE"
- Objectives: {
- *1: {
- Description: "Job change to 3-1 classes"
- Criteria: {
- JobId: [ "Job_Rune_Knight", "Job_Warlock", "Job_Ranger", "Job_Arch_Bishop", "Job_Mechanic", "Job_Guillotine_Cross" ]
- }
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Abrasive_Box_10: 1
- }
- }
- Points: 50
-},
-{
- Id: 200012
- Name: "Transcendentaler! (1)"
- Type: "ACH_JOB_CHANGE"
- Objectives: {
- *1: {
- Description: "Job change to 3-1 classes after transcendent"
- Criteria: {
- JobId: [ "Job_Rune_Knight_T", "Job_Warlock_T", "Job_Ranger_T", "Job_Arch_Bishop_T", "Job_Mechanic_T", "Job_Guillotine_Cross_T" ]
- }
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Abrasive_Box_10: 1
- }
- }
- Points: 60
-},
-{
- Id: 200013
- Name: "Elite Adventurer! (2)"
- Type: "ACH_JOB_CHANGE"
- Objectives: {
- *1: {
- Description: "Job change to 3-2 classes"
- Criteria: {
- JobId: [ "Job_Royal_Guard", "Job_Sorcerer", "Job_Minstrel", "Job_Wanderer", "Job_Sura", "Job_Genetic", "Job_Shadow_Chaser" ]
- }
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Abrasive_Box_10: 1
- }
- }
- Points: 50
-},
-{
- Id: 200014
- Name: "Transcendentaler! (2)"
- Type: "ACH_JOB_CHANGE"
- Objectives: {
- *1: {
- Description: "Job change to 3-2 classes after transcendent"
- Criteria: {
- JobId: [ "Job_Royal_Guard_T", "Job_Sorcerer_T", "Job_Minstrel_T", "Job_Wanderer_T", "Job_Sura_T", "Job_Genetic_T", "Job_Shadow_Chaser_T" ]
- }
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Abrasive_Box_10: 1
- }
- }
- Points: 60
-},
-{
- Id: 200015
- Name: "The way of exceptional character"
- Type: "ACH_JOB_CHANGE"
- Objectives: {
- *1: {
- Description: "Job change to expanded classes"
- Criteria: {
- JobId: [ "Job_Taekwon", "Job_Gunslinger", "Job_Ninja", "Job_Summoner" ]
- }
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- }
- Points: 10
-},
-{
- Id: 200016
- Name: "This is My way!"
- Type: "ACH_JOB_CHANGE"
- Objectives: {
- *1: {
- Description: "Expanded 2nd classes"
- Criteria: {
- JobId: [ "Job_Star_Gladiator", "Job_Soul_Linker", "Job_Rebellion", "Job_Kagerou", "Job_Oboro" ]
- }
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Abrasive_Box_10: 1
- }
- }
- Points: 20
-},
-{
- Id: 200017
- Name: "Bearish Power!"
- Type: "ACH_STATUS"
- Objectives: {
- *1: {
- Description: "Achieve base STR 90º"
- Criteria: {
- StatusType: "SP_STR"
- }
- Goal: 90
- }
- }
- Points: 10
-},
-{
- Id: 200018
- Name: "Overflowing Magic!"
- Type: "ACH_STATUS"
- Objectives: {
- *1: {
- Description: "Achieve base INT 90"
- Criteria: {
- StatusType: "SP_INT"
- }
- Goal: 90
- }
- }
- Points: 10
-},
-{
- Id: 200019
- Name: "Healthy Body and Mental Health!"
- Type: "ACH_STATUS"
- Objectives: {
- *1: {
- Description: "Achieve base VIT 90"
- Criteria: {
- StatusType: "SP_VIT"
- }
- Goal: 90
- }
- }
- Points: 10
-},
-{
- Id: 200020
- Name: "Speed of Light"
- Type: "ACH_STATUS"
- Objectives: {
- *1: {
- Description: "Achieve base AGI 90"
- Criteria: {
- StatusType: "SP_AGI"
- }
- Goal: 90
- }
- }
- Points: 10
-},
-{
- Id: 200021
- Name: "Hawk Eyes"
- Type: "ACH_STATUS"
- Objectives: {
- *1: {
- Description: "Achieve base DEX 90"
- Criteria: {
- StatusType: "SP_DEX"
- }
- Goal: 90
- }
- }
- Points: 10
-},
-{
- Id: 200022
- Name: "Maximum Luck"
- Type: "ACH_STATUS"
- Objectives: {
- *1: {
- Description: "Achieve base LUK 90"
- Criteria: {
- StatusType: "SP_LUK"
- }
- Goal: 90
- }
- }
- Points: 10
-},
-{
- Id: 200023
- Name: "Dragonlike Power!"
- Type: "ACH_STATUS"
- Objectives: {
- *1: {
- Description: "Achieve base STR 125"
- Criteria: {
- StatusType: "SP_STR"
- }
- Goal: 125
- }
- }
- Rewards: {
- Bonus: <" sc_start SC_GIANTGROWTH, 180000, 1; ">
- }
- Points: 20
-},
-{
- Id: 200024
- Name: "Magic Insanity"
- Type: "ACH_STATUS"
- Objectives: {
- *1: {
- Description: "Achieve base INT 125"
- Criteria: {
- StatusType: "SP_INT"
- }
- Goal: 125
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_HASTEUP, AREA, playerattached()); sc_start2 SC_MAGIC_CANDY, 60000, 30, 70; ">
- }
- Points: 20
-},
-{
- Id: 200025
- Name: "Rock Alloy"
- Type: "ACH_STATUS"
- Objectives: {
- *1: {
- Description: "Achieve base VIT 125"
- Criteria: {
- StatusType: "SP_VIT"
- }
- Goal: 125
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_HEAL3, AREA, playerattached()); sc_start2 SC_S_LIFEPOTION, 600000, -5, 5; ">
- }
- Points: 20
-},
-{
- Id: 200026
- Name: "Speed of Light"
- Type: "ACH_STATUS"
- Objectives: {
- *1: {
- Description: "Achieve base AGI 125"
- Criteria: {
- StatusType: "SP_AGI"
- }
- Goal: 125
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_STEAL, AREA, playerattached()); sc_start SC_PLUSAVOIDVALUE, 60000, 20; ">
- }
- Points: 20
-},
-{
- Id: 200027
- Name: "Falcon's Eyes"
- Type: "ACH_STATUS"
- Objectives: {
- *1: {
- Description: "Achieve base DEX 125"
- Criteria: {
- StatusType: "SP_DEX"
- }
- Goal: 125
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_MAGICALATTHIT, AREA, playerattached()); sc_start SC_CRITICALPERCENT, 300000, 30; ">
- }
- Points: 20
-},
-{
- Id: 200028
- Name: "Lucky Fever"
- Type: "ACH_STATUS"
- Objectives: {
- *1: {
- Description: "Achieve base LUK 125"
- Criteria: {
- StatusType: "SP_LUK"
- }
- Goal: 125
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_GLORIA, AREA, playerattached()); sc_start SC_GLORIA, 15000, 0; ">
- }
- Points: 20
-},
-{
- Id: 200029
- Name: "Incarnation of Love and Hate"
- Type: "ACH_STATUS_BY_JOB"
- Objectives: {
- *1: {
- Description: "Achieve 99 base level as Novice"
- Criteria: {
- StatusType: "SP_BASELEVEL"
- JobId: "Job_Novice"
- }
- Goal: 99
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_BLESSING, AREA, playerattached()); sc_start SC_BLESSING, 30000, 1; ">
- Items: {
- Abrasive_Box_10: 1
- }
- }
- Points: 30
-},
-{
- Id: 200030
- Name: "I really love it!"
- Type: "ACH_STATUS_BY_JOBTYPE"
- Objectives: {
- *1: {
- Description: "Achieve 99 base level as 1st classes"
- Criteria: {
- StatusType: "SP_BASELEVEL"
- JobId: ["Job_Swordman", "Job_Mage", "Job_Archer", "Job_Acolyte", "Job_Merchant", "Job_Thief"]
- }
- Goal: 99
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_BLESSING, AREA, playerattached()); sc_start(SC_BLESSING, 30000, 1); ">
- Items: {
- Bubble_Gum_Box_10: 1
- }
- }
- Points: 30
-},
-{
- Id: 200031
- Name: "Reborn in Valhalla!"
- Type: "ACH_JOB_CHANGE"
- Objectives: {
- *1: {
- Description: "Job change to transcendent Novice"
- Criteria: {
- JobId: "Job_Novice_High"
- }
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Special_Gift_Box: 1
- }
- }
- Points: 10
-},
-/*{
- Id: 200032
- Name: "Start of Another Adventure"
- Type: "ACH_STATUS_BY_JOB"
- Objectives: {
- *1: {
- Description: "Achieve Base Level 100"
- Criteria: {
- StatusType: "SP_BASELEVEL"
- JobId: "" // Rebirth?
- }
- Goal: 100
- }
- }
- Rewards: {
- Items: {
- ID23585: 1 (Non-Existent Item)
- }
- }
- Points: 10
-},*/
-{
- Id: 220000
- Name: "Community begin"
- Type: "ACH_CHATROOM_CREATE"
- Objectives: {
- *1: {
- Description: "Create a chatroom"
- }
- }
- Points: 10
-},
-{
- Id: 220001
- Name: "A mouth only moment"
- Type: "ACH_CHATROOM_CREATE_DEAD"
- Objectives: {
- *1: {
- Description: "Create a chatroom when KO'ed"
- }
- }
- Points: 10
-},
-{
- Id: 220002
- Name: "Admiring the chatter"
- Type: "ACH_CHATROOM_MEMBERS"
- Objectives: {
- *1: {
- Description: "Fill the chatroom with 20 people"
- }
- }
- Points: 10
-},
-{
- Id: 220003
- Name: "My friend's friend~"
- Type: "ACH_FRIEND_ADD"
- Objectives: {
- *1: {
- Description: "Add 1 person as a friend"
- }
- }
- Points: 10
-},
-{
- Id: 220004
- Name: "A competition of popularity"
- Type: "ACH_FRIEND_ADD"
- Objectives: {
- *1: {
- Description: "Add 10 person as a friend"
- }
- }
- Points: 10
-},
-{
- Id: 220005
- Name: "Let's Party~"
- Type: "ACH_PARTY_CREATE"
- Objectives: {
- *1: {
- Description: "Create a party"
- }
- }
- Points: 10
-},
-{
- Id: 220006
- Name: "Married with who..?"
- Type: "ACH_MARRY"
- Objectives: {
- *1: {
- Description: "Succeed on marriage"
- }
- }
- Rewards: {
- TitleId: 1022
- }
- Points: 20
-},
-{
- Id: 220007
- Name: "Can you grow?"
- Type: "ACH_ADOPT_PARENT"
- Objectives: {
- *1: {
- Description: "Adopted by parents"
- }
- }
- Rewards: {
- TitleId: 1032
- }
- Points: 20
-},
-{
- Id: 220008
- Name: "Being a parent"
- Type: "ACH_ADOPT_BABY"
- Objectives: {
- *1: {
- Description: "Adopt a child"
- }
- }
- Rewards: {
- TitleId: 1033
- }
- Points: 20
-},
-{
- Id: 220009
- Name: "Activating the market economy (1)"
- Type: "ACH_ZENY_SPEND_TOTAL"
- Objectives: {
- *1: {
- Description: "Spend 10000 zeny on vending merchant"
- Goal: 10000
- }
- }
- Points: 10
-},
-{
- Id: 220010
- Name: "Activating the market economy (2)"
- Type: "ACH_ZENY_SPEND_TOTAL"
- Objectives: {
- *1: {
- Description: "Spend 100000 zeny on vending merchant"
- Goal: 1000000
- }
- }
- Points: 15
-},
-{
- Id: 220011
- Name: "Activating the market economy (3)"
- Type: "ACH_ZENY_SPEND_TOTAL"
- Objectives: {
- *1: {
- Description: "Spend 500000 zeny on vending merchant"
- Goal: 5000000
- }
- }
- Points: 20
-},
-{
- Id: 220012
- Name: "Activating the market economy (4)"
- Type: "ACH_ZENY_SPEND_TOTAL"
- Objectives: {
- *1: {
- Description: "Spend 1.000000 zeny on vending merchant"
- Goal: 100000000
- }
- }
- Points: 30
-},
-{
- Id: 220013
- Name: "Activating the market economy (5)"
- Type: "ACH_ZENY_SPEND_TOTAL"
- Objectives: {
- *1: {
- Description: "Spend 5.000000 zeny on vending merchant"
- Goal: 500000000
- }
- }
- Points: 50
-},
-{
- Id: 220014
- Name: "I can't quit from refining! (1)"
- Type: "ACH_EQUIP_REFINE_SUCCESS_WLV"
- Objectives: {
- *1: {
- Description: "Succeed on refining level 1 weapon to +7"
- Criteria: {
- ItemType: "IT_WEAPON"
- WeaponLevel: 1
- }
- Goal: 7
- }
- }
- Points: 10
-},
-{
- Id: 220015
- Name: "I can't quit from refining! (2)"
- Type: "ACH_EQUIP_REFINE_SUCCESS_WLV"
- Objectives: {
- *1: {
- Description: "Succeed on refining level 1 weapon to +12"
- Criteria: {
- ItemType: "IT_WEAPON"
- WeaponLevel: 1
- }
- Goal: 12
- }
- }
- Points: 15
-},
-{
- Id: 220016
- Name: "I can't quit from refining! (3)"
- Type: "ACH_EQUIP_REFINE_SUCCESS_WLV"
- Objectives: {
- *1: {
- Description: "Succeed on refining level 2 weapon to +7"
- Criteria: {
- ItemType: "IT_WEAPON"
- WeaponLevel: 2
- }
- Goal: 7
- }
- }
- Points: 10
-},
-{
- Id: 220017
- Name: "I can't quit from refining! (4)"
- Type: "ACH_EQUIP_REFINE_SUCCESS_WLV"
- Objectives: {
- *1: {
- Description: "Succeed on refining level 2 weapon to +12"
- Criteria: {
- ItemType: "IT_WEAPON"
- WeaponLevel: 2
- }
- Goal: 12
- }
- }
- Points: 15
-},
-{
- Id: 220018
- Name: "I can't quit from refining! (5)"
- Type: "ACH_EQUIP_REFINE_SUCCESS_WLV"
- Objectives: {
- *1: {
- Description: "Succeed on refining level 3 weapon to +7"
- Criteria: {
- ItemType: "IT_WEAPON"
- WeaponLevel: 3
- }
- Goal: 7
- }
- }
- Points: 15
-},
-{
- Id: 220019
- Name: "I can't quit from refining! (6)"
- Type: "ACH_EQUIP_REFINE_SUCCESS_WLV"
- Objectives: {
- *1: {
- Description: "Succeed on refining level 3 weapon to +12"
- Criteria: {
- ItemType: "IT_WEAPON"
- WeaponLevel: 3
- }
- Goal: 12
- }
- }
- Points: 20
-},
-{
- Id: 220020
- Name: "I can't quit from refining! (7)"
- Type: "ACH_EQUIP_REFINE_SUCCESS_WLV"
- Objectives: {
- *1: {
- Description: "Succeed on refining level 4 weapon to +7"
- Criteria: {
- ItemType: "IT_WEAPON"
- WeaponLevel: 4
- }
- Goal: 7
- }
- }
- Points: 20
-},
-{
- Id: 220021
- Name: "I can't quit from refining! (8)"
- Type: "ACH_EQUIP_REFINE_SUCCESS_WLV"
- Objectives: {
- *1: {
- Description: "Succeed on refining level 4 weapon to +12"
- Criteria: {
- ItemType: "IT_WEAPON"
- WeaponLevel: 4
- }
- Goal: 12
- }
- }
- Points: 30
-},
-{
- Id: 220022
- Name: "Human's greed has no ending.."
- Type: "ACH_EQUIP_REFINE_FAILURE_TOTAL"
- Objectives: {
- *1: {
- Description: "Experience the fail of refining"
- Criteria: {
- ItemType: ["IT_WEAPON", "IT_ARMOR"]
- }
- }
- }
- Points: 10
-},
-{
- Id: 220023
- Name: "I found it! (1)"
- Type: "ACH_ITEM_GET_WORTH"
- Objectives: {
- *1: {
- Description: "Obtain an item with worth of more than 100 zeny"
- Goal: 100
- }
- }
- Points: 10
-},
-{
- Id: 220024
- Name: "I found it! (2)"
- Type: "ACH_ITEM_GET_WORTH"
- Objectives: {
- *1: {
- Description: "Obtain an item with worth of more than 1000 zeny"
- Goal: 1000
- }
- }
- Points: 10
-},
-{
- Id: 220025
- Name: "I found it! (3)"
- Type: "ACH_ITEM_GET_WORTH"
- Objectives: {
- *1: {
- Description: "Obtain an item with worth of more than 5000 zeny"
- Goal: 5000
- }
- }
- Points: 15
-},
-{
- Id: 220026
- Name: "I found it! (4)"
- Type: "ACH_ITEM_GET_WORTH"
- Objectives: {
- *1: {
- Description: "Obtain an item with worth of more than 10000 zeny"
- Goal: 10000
- }
- }
- Points: 15
-},
-{
- Id: 220027
- Name: "I found it! (5)"
- Type: "ACH_ITEM_GET_WORTH"
- Objectives: {
- *1: {
- Description: "Obtain an item with worth of more than 50000 zeny"
- Goal: 50000
- }
- }
- Points: 20
-},
-{
- Id: 220028
- Name: "I found it! (6)"
- Type: "ACH_ITEM_GET_WORTH"
- Objectives: {
- *1: {
- Description: "Obtain an item with worth of more than 100000 zeny"
- Goal: 100000
- }
- }
- Points: 20
-},
-{
- Id: 220029
- Name: "I found it! (7)"
- Type: "ACH_ITEM_GET_WORTH"
- Objectives: {
- *1: {
- Description: "Obtain an item with worth of more than 150000 zeny"
- Goal: 150000
- }
- }
- Points: 30
-},
-{
- Id: 220030
- Name: "Rich King (1)"
- Type: "ACH_ZENY_HOLD"
- Objectives: {
- *1: {
- Description: "Hold more than 10000 zeny in pocket"
- Goal: 10000
- }
- }
- Points: 10
-},
-{
- Id: 220031
- Name: "Rich King (2)"
- Type: "ACH_ZENY_HOLD"
- Objectives: {
- *1: {
- Description: "Hold more than 100000 zeny in pocket"
- Goal: 100000
- }
- }
- Points: 15
-},
-{
- Id: 220032
- Name: "Rich King (3)"
- Type: "ACH_ZENY_HOLD"
- Objectives: {
- *1: {
- Description: "Hold more than 1000000 zeny in pocket"
- Goal: 1000000
- }
- }
- Points: 20
-},
-{
- Id: 220033
- Name: "Rich King (4)"
- Type: "ACH_ZENY_HOLD"
- Objectives: {
- *1: {
- Description: "Hold more than 10000000 zeny in pocket"
- Goal: 10000000
- }
- }
- Points: 25
-},
-{
- Id: 220034
- Name: "Rich King (5)"
- Type: "ACH_ZENY_HOLD"
- Objectives: {
- *1: {
- Description: "Hold more than 100000000 zeny in pocket"
- Goal: 100000000
- }
- }
- Points: 30
-},
-{
- Id: 220035
- Name: "Rich King (6)"
- Type: "ACH_ZENY_HOLD"
- Objectives: {
- *1: {
- Description: "Hold more than 1000000000 zeny in pocket"
- Goal: 1000000000
- }
- }
- Points: 40
-},
-{
- Id: 230101
- Name: "Poring - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Poring"
- Criteria: {
- MobId: "PORING"
- }
- }
- }
- Points: 10
-},
-{
- Id: 230102
- Name: "Drops - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Drops"
- Criteria: {
- MobId: "DROPS"
- }
- }
- }
- Points: 10
-},
-{
- Id: 230103
- Name: "Poporing - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Poporing"
- Criteria: {
- MobId: "POPORING"
- }
- }
- }
- Points: 10
-},
-/*
-{
- Id: 230104
- Name: "Novice Poring - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Novice Poring"
- Criteria: {
- MobId: "LITTLE_PORING"
- }
- }
- }
- Points: 10
-},
-*/
-{
- Id: 230111
- Name: "Chonchon - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Chonchon"
- Criteria: {
- MobId: "CHONCHON"
- }
- }
- }
- Points: 10
-},
-{
- Id: 230112
- Name: "Steel Chonchon - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Steel Chonchon"
- Criteria: {
- MobId: "STEEL_CHONCHON"
- }
- }
- }
- Points: 10
-},
-{
- Id: 230113
- Name: "Hunter Fly - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Hunter Fly"
- Criteria: {
- MobId: "HUNTER_FLY"
- }
- }
- }
- Points: 10
-},
-{
- Id: 230114
- Name: "Rocker - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Rocker"
- Criteria: {
- MobId: "ROCKER"
- }
- }
- }
- Points: 10
-},
-{
- Id: 230115
- Name: "Spore - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Spore"
- Criteria: {
- MobId: "SPORE"
- }
- }
- }
- Points: 10
-},
-{
- Id: 230116
- Name: "Poison Spore - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Poison Spore"
- Criteria: {
- MobId: "POISON_SPORE"
- }
- }
- }
- Points: 10
-},
-{
- Id: 230121
- Name: "Lunatic - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Lunatic"
- Criteria: {
- MobId: "LUNATIC"
- }
- }
- }
- Points: 10
-},
-{
- Id: 230122
- Name: "Picky - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Picky"
- Criteria: {
- MobId: "PICKY"
- }
- }
- }
- Points: 10
-},
-{
- Id: 230123
- Name: "Savage Bebe - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Savage Bebe"
- Criteria: {
- MobId: "SAVAGE_BABE"
- }
- }
- }
- Points: 10
-},
-/*
-{
- Id: 230124
- Name: "Baby Desert Wolf - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Baby Desert Wolf"
- Criteria: {
- MobId: "M_DESERT_WOLF_B"
- }
- }
- }
- Points: 10
-},
-*/
-{
- Id: 230125
- Name: "Smokie - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Smokie"
- Criteria: {
- MobId: "SMOKIE"
- }
- }
- }
- Points: 10
-},
-{
- Id: 230126
- Name: "Yoyo - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Yoyo"
- Criteria: {
- MobId: "YOYO"
- }
- }
- }
- Points: 10
-},
-{
- Id: 230127
- Name: "Peco Peco - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Peco Peco"
- Criteria: {
- MobId: "PECOPECO"
- }
- }
- }
- Points: 10
-},
-{
- Id: 230128
- Name: "Petite - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Petite"
- Criteria: {
- MobId: "PETIT"
- }
- }
- }
- Points: 10
-},
-{
- Id: 230141
- Name: "Munak - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Munak"
- Criteria: {
- MobId: "MUNAK"
- }
- }
- }
- Points: 10
-},
-{
- Id: 230142
- Name: "Isis - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Isis"
- Criteria: {
- MobId: "ISIS"
- }
- }
- }
- Points: 10
-},
-{
- Id: 230143
- Name: "Sohee - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Sohee"
- Criteria: {
- MobId: "SOHEE"
- }
- }
- }
- Points: 10
-},
-{
- Id: 230144
- Name: "Zherlthsh - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Zherlthsh"
- Criteria: {
- MobId: "ZHERLTHSH"
- }
- }
- }
- Points: 10
-},
-{
- Id: 230145
- Name: "Alice - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Alice"
- Criteria: {
- MobId: "ALICE"
- }
- }
- }
- Points: 10
-},
-{
- Id: 230146
- Name: "Succubus - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Succubus"
- Criteria: {
- MobId: "SUCCUBUS"
- }
- }
- }
- Points: 10
-},
-{
- Id: 230147
- Name: "Loli Ruri - taming"
- Type: "ACH_PET_CREATE"
- Objectives: {
- *1: {
- Description: "Succeed on Taming Loli Ruri"
- Criteria: {
- MobId: "LOLI_RURI"
- }
- }
- }
- Points: 10
-},
-{
- Id: 230201
- Name: "Exploring Poring's life (1)"
- Type: "ACH_KILL_MOB_CLASS"
- Objectives: {
- *1: {
- Description: "Hunt 10 Poring"
- Criteria: {
- MobId: "PORING"
- }
- Goal: 10
- }
- *2: {
- Description: "Hunt 10 Drops"
- Criteria: {
- MobId: "DROPS"
- }
- Goal: 10
- }
- *3: {
- Description: "Hunt 10 Poporing"
- Criteria: {
- MobId: "POPORING"
- }
- Goal: 10
- }
- *4: {
- Description: "Hunt 10 Marin"
- Criteria: {
- MobId: "MARIN"
- }
- Goal: 10
- }
-/* Renewal Monster
- *5: {
- Description: "Hunt 10 Novice Poring"
- Criteria: {
- MobId: "LITTLE_PORING"
- }
- Goal: 10
- }
-*/
- }
- Points: 10
-},
-
-{
- Id: 230202
- Name: "Exploring Poring's life (2)"
- Type: "ACH_KILL_MOB_CLASS"
- Objectives: {
- *1: {
- Description: "Hunt 1 Mastering"
- Criteria: {
- MobId: "MASTERING"
- }
- Goal: 1
- }
- *2: {
- Description: "Hunt 1 Devilring"
- Criteria: {
- MobId: "DEVILING"
- }
- Goal: 1
- }
- *3: {
- Description: "Hunt 1 Angelring"
- Criteria: {
- MobId: "ANGELING"
- }
- Goal: 1
- }
- *4: {
- Description: "Hunt 1 Arch Angelring"
- Criteria: {
- MobId: "ARCHANGELING"
- }
- Goal: 1
- }
- *5: {
- Description: "Hunt 1 Ghostring"
- Criteria: {
- MobId: "GHOSTRING"
- }
- Goal: 1
- }
- }
- Points: 15
-},
-{
- Id: 230203
- Name: "Exploring Poring's life (3)"
- Type: "ACH_KILL_MOB_CLASS"
- Objectives: {
- *1: {
- Description: "Hunt 5 Metalring"
- Criteria: {
- MobId: "METALING"
- }
- Goal: 5
- }
- *2: {
- Description: "Hunt 5 Heavy Metalring"
- Criteria: {
- MobId: "METALING"
- }
- Goal: 5
- }
- *3: {
- Description: "Hunt 5 Magmaring"
- Criteria: {
- MobId: "MAGMARING"
- }
- Goal: 5
- }
- }
- Points: 20
-},
-{
- Id: 240000
- Name: "Complete challenges after first introduction"
- Type: "ACH_QUEST"
- Objectives: {
- *1: {
- Description: "Complete challenges after first introduction"
- }
- }
- Points: 10
-},
-{
- Id: 240001
- Name: "Achieve Level 1"
- Type: "ACH_ACHIEVEMENT_RANK"
- Objectives: {
- *1: {
- Description: "Achieving Rank 1"
- Goal: 1
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Gift_Box: 1
- }
- }
- Points: 10
-},
-{
- Id: 240002
- Name: "Achieve Level 2"
- Type: "ACH_ACHIEVEMENT_RANK"
- Objectives: {
- *1: {
- Description: "Achieving Rank 2"
- Goal: 2
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Gift_Box: 1
- }
- }
- Points: 10
-},
-{
- Id: 240003
- Name: "Achieve Level 3"
- Type: "ACH_ACHIEVEMENT_RANK"
- Objectives: {
- *1: {
- Description: "Achieving Rank 3"
- Goal: 3
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Gift_Box: 1
- }
- }
- Points: 10
-},
-{
- Id: 240004
- Name: "Achieve Level 4"
- Type: "ACH_ACHIEVEMENT_RANK"
- Objectives: {
- *1: {
- Description: "Achieving Rank 4"
- Goal: 4
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Gift_Box: 1
- }
- }
- Points: 10
-},
-{
- Id: 240005
- Name: "Achieve Level 5"
- Type: "ACH_ACHIEVEMENT_RANK"
- Objectives: {
- *1: {
- Description: "Achieving Rank 5"
- Goal: 5
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Gift_Box: 1
- }
- }
- Points: 10
-},
-{
- Id: 240006
- Name: "Achieve Level 6"
- Type: "ACH_ACHIEVEMENT_RANK"
- Objectives: {
- *1: {
- Description: "Achieving Rank 6"
- Goal: 6
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Gift_Box: 1
- }
- }
- Points: 10
-},
-{
- Id: 240007
- Name: "Achieve Level 7"
- Type: "ACH_ACHIEVEMENT_RANK"
- Objectives: {
- *1: {
- Description: "Achieving Rank 7"
- Goal: 7
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Gift_Box: 1
- }
- }
- Points: 10
-},
-{
- Id: 240008
- Name: "Achieve Level 8"
- Type: "ACH_ACHIEVEMENT_RANK"
- Objectives: {
- *1: {
- Description: "Achieving Rank 8"
- Goal: 8
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Gift_Box: 1
- }
- }
- Points: 10
-},
-{
- Id: 240009
- Name: "Achieve Level 9"
- Type: "ACH_ACHIEVEMENT_RANK"
- Objectives: {
- *1: {
- Description: "Achieving Rank 9"
- Goal: 9
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Gift_Box: 1
- }
- }
- Points: 10
-},
-{
- Id: 240010
- Name: "Achieve Level 10"
- Type: "ACH_ACHIEVEMENT_RANK"
- Objectives: {
- *1: {
- Description: "Achieving Rank 10"
- Goal: 10
- }
- }
- Rewards: {
- TitleId: 1023
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Gift_Box: 1
- }
- }
- Points: 10
-},
-{
- Id: 240011
- Name: "Achieve Level 11"
- Type: "ACH_ACHIEVEMENT_RANK"
- Objectives: {
- *1: {
- Description: "Achieving Rank 11"
- Goal: 11
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Gift_Box: 1
- }
- }
- Points: 10
-},
-{
- Id: 240012
- Name: "Achieve Level 12"
- Type: "ACH_ACHIEVEMENT_RANK"
- Objectives: {
- *1: {
- Description: "Achieving Rank 12"
- Goal: 12
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Gift_Box: 1
- }
- }
- Points: 10
-},
-{
- Id: 240013
- Name: "Achieve Level 13"
- Type: "ACH_ACHIEVEMENT_RANK"
- Objectives: {
- *1: {
- Description: "Achieving Rank 13"
- Goal: 13
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Gift_Box: 1
- }
- }
- Points: 10
-},
-{
- Id: 240014
- Name: "Achieve Level 14"
- Type: "ACH_ACHIEVEMENT_RANK"
- Objectives: {
- *1: {
- Description: "Achieving Rank 14"
- Goal: 14
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Gift_Box: 1
- }
- }
- Points: 10
-},
-{
- Id: 240015
- Name: "Achieve Level 15"
- Type: "ACH_ACHIEVEMENT_RANK"
- Objectives: {
- *1: {
- Description: "Achieving Rank 15"
- Goal: 15
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Gift_Box: 1
- }
- }
- Points: 10
-},
-{
- Id: 240016
- Name: "Achieve Level 16"
- Type: "ACH_ACHIEVEMENT_RANK"
- Objectives: {
- *1: {
- Description: "Achieving Rank 16"
- Goal: 16
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Gift_Box: 1
- }
- }
- Points: 10
-},
-{
- Id: 240017
- Name: "Achieve Level 17"
- Type: "ACH_ACHIEVEMENT_RANK"
- Objectives: {
- *1: {
- Description: "Achieving Rank 17"
- Goal: 17
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Gift_Box: 1
- }
- }
- Points: 10
-},
-{
- Id: 240018
- Name: "Achieve Level 18"
- Type: "ACH_ACHIEVEMENT_RANK"
- Objectives: {
- *1: {
- Description: "Achieving Rank 18"
- Goal: 18
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Gift_Box: 1
- }
- }
- Points: 10
-},
-{
- Id: 240019
- Name: "Achieve Level 19"
- Type: "ACH_ACHIEVEMENT_RANK"
- Objectives: {
- *1: {
- Description: "Achieving Rank 19"
- Goal: 19
- }
- }
- Rewards: {
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Gift_Box: 1
- }
- }
- Points: 10
-},
-{
- Id: 240020
- Name: "Achieve Level 20"
- Type: "ACH_ACHIEVEMENT_RANK"
- Objectives: {
- *1: {
- Description: "Achieving Rank 20"
- Goal: 20
- }
- }
- Rewards: {
- TitleId: 1024
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- Items: {
- Gift_Box: 1
- }
- }
- Points: 10
-},
-/*****************************************************************
- Postlude
- Entries with criteria that must be read before itself.
- *****************************************************************/
-{
- Id: 230100
- Name: "Poring is Love"
- Type: "ACH_ACHIEVE"
- Objectives: {
- *1: {
- Description: "Complete 'Poring - taming' challenge"
- Criteria: {
- Achieve: 230101
- }
- }
- *2: {
- Description: "Complete 'Drops - taming' challenge"
- Criteria: {
- Achieve: 230102
- }
- }
- *3: {
- Description: "Complete 'Poporing - taming' challenge"
- Criteria: {
- Achieve: 230103
- }
- }
-/* Renewal Monster
- *4: {
- Description: "Complete 'Novice Poring - taming' challenge"
- Criteria: {
- Achieve: 230104
- }
- }
-*/
- }
- Rewards: {
- TitleId: 1025
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- }
- Points: 50
-},
-{
- Id: 230110
- Name: "Entomologist"
- Type: "ACH_ACHIEVE"
- Objectives: {
- *1: {
- Description: "Complete 'Chonchon - taming' challenge"
- Criteria: {
- Achieve: 230111
- }
- }
- *2: {
- Description: "Complete 'Steel Chonchon - taming' challenge"
- Criteria: {
- Achieve: 230112
- }
- }
- *3: {
- Description: "Complete 'Hunter Fly - taming' challenge"
- Criteria: {
- Achieve: 230113
- }
- }
- *4: {
- Description: "Complete 'Rocker - taming' challenge"
- Criteria: {
- Achieve: 230114
- }
- }
- *5: {
- Description: "Complete 'Spore - taming' challenge"
- Criteria: {
- Achieve: 230115
- }
- }
- *6: {
- Description: "Complete 'Poison Spore - taming' challenge"
- Criteria: {
- Achieve: 230116
- }
- }
- }
- Rewards: {
- TitleId: 1026
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- }
- Points: 50
-},
-{
- Id: 230120
- Name: "Animals are also our friend"
- Type: "ACH_ACHIEVE"
- Objectives: {
- *1: {
- Description: "Complete 'Lunatic - taming' challenge"
- Criteria: {
- Achieve: 230121
- }
- }
- *2: {
- Description: "Complete 'Picky - taming' challenge"
- Criteria: {
- Achieve: 230122
- }
- }
- *3: {
- Description: "Complete 'Savage Bebe - taming' challenge"
- Criteria: {
- Achieve: 230123
- }
- }
- *4: {
- Description: "Complete 'Smokie - taming' challenge"
- Criteria: {
- Achieve: 230125
- }
- }
- *5: {
- Description: "Complete 'Yoyo - taming' challenge"
- Criteria: {
- Achieve: 230126
- }
- }
- *6: {
- Description: "Complete 'Peco Peco - taming' challenge"
- Criteria: {
- Achieve: 230127
- }
- }
- *7: {
- Description: "Complete 'Petite - taming' challenge"
- Criteria: {
- Achieve: 230128
- }
- }
-/* Renewal Monster
- *8: {
- Description: "Complete 'Baby Desert Wolf - taming' challenge"
- Criteria: {
- Achieve: 230124
- }
- }
-*/
- }
- Rewards: {
- TitleId: 1027
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- }
- Points: 50
-},
-{
- Id: 230140
- Name: "Monster Girls Unite!!"
- Type: "ACH_ACHIEVE"
- Objectives: {
- *1: {
- Description: "Complete 'Munak - taming' challenge"
- Criteria: {
- Achieve: 230141
- }
- }
- *2: {
- Description: "Complete 'Isis - taming' challenge"
- Criteria: {
- Achieve: 230142
- }
- }
- *3: {
- Description: "Complete 'Sohee - taming' challenge"
- Criteria: {
- Achieve: 230143
- }
- }
- *4: {
- Description: "Complete 'Zherlthsh - taming' challenge"
- Criteria: {
- Achieve: 230144
- }
- }
- *5: {
- Description: "Complete 'Alice - taming' challenge"
- Criteria: {
- Achieve: 230145
- }
- }
- *6: {
- Description: "Complete 'Succubus - taming' challenge"
- Criteria: {
- Achieve: 230146
- }
- }
- *7: {
- Description: "Complete 'Loli Ruri - taming' challenge"
- Criteria: {
- Achieve: 230147
- }
- }
- }
- Rewards: {
- TitleId: 1029
- Bonus: <" specialeffect(EF_INCAGILITY, AREA, playerattached()); sc_start SC_INC_AGI, 30000, 1; ">
- }
- Points: 50
-},
-{
- Id: 230200
- Name: "Poring seeker"
- Type: "ACH_ACHIEVE"
- Objectives: {
- *1: {
- Description: "Complete 'Exploring Poring's life (1)' challenge"
- Criteria: {
- Achieve: 230201
- }
- }
- *2: {
- Description: "Complete 'Exploring Poring's life (2)' challenge"
- Criteria: {
- Achieve: 230202
- }
- }
- *3: {
- Description: "Complete 'Exploring Poring's life (3)' challenge"
- Criteria: {
- Achieve: 230203
- }
- }
- }
- Points: 10
-},
-)
diff --git a/db/pre-re/attr_fix.txt b/db/pre-re/attr_fix.txt
deleted file mode 100644
index 134eec5cd..000000000
--- a/db/pre-re/attr_fix.txt
+++ /dev/null
@@ -1,56 +0,0 @@
-// Elemental attribute damage adjustment tables
-//
-// Row: target's defense element
-// Column: attacker's weapon element
-
-1,10 // lv1 Attribute table
-//Neut Watr Erth Fire Wind Pois Holy Shdw Gho Und
- 100, 100, 100, 100, 100, 100, 100, 100, 25, 100, // Neutral
- 100, 25, 100, 150, 50, 100, 75, 100, 100, 100, // Water
- 100, 100, 100, 50, 150, 100, 75, 100, 100, 100, // Earth
- 100, 50, 150, 25, 100, 100, 75, 100, 100, 125, // Fire
- 100, 175, 50, 100, 25, 100, 75, 100, 100, 100, // Wind
- 100, 100, 125, 125, 125, 0, 75, 50, 100, -25, // Poison
- 100, 100, 100, 100, 100, 100, 0, 125, 100, 150, // Holy
- 100, 100, 100, 100, 100, 50, 125, 0, 100, -25, // Shadow
- 25, 100, 100, 100, 100, 100, 75, 75, 125, 100, // Ghost
- 100, 100, 100, 100, 100, 50, 100, 0, 100, 0, // Undead
-
-2,10 // lv2 Attribute table
-//Neut Watr Erth Fire Wind Pois Holy Shdw Gho Und
- 100, 100, 100, 100, 100, 100, 100, 100, 25, 100, // Neutral
- 100, 0, 100, 175, 25, 100, 50, 75, 100, 100, // Water
- 100, 100, 50, 25, 175, 100, 50, 75, 100, 100, // Earth
- 100, 25, 175, 0, 100, 100, 50, 75, 100, 150, // Fire
- 100, 175, 25, 100, 0, 100, 50, 75, 100, 100, // Wind
- 100, 75, 125, 125, 125, 0, 50, 25, 75, -50, // Poison
- 100, 100, 100, 100, 100, 100, -25, 150, 100, 175, // Holy
- 100, 100, 100, 100, 100, 25, 150, -25, 100, -50, // Shadow
- 0, 75, 75, 75, 75, 75, 50, 50, 150, 125, // Ghost
- 100, 75, 75, 75, 75, 25, 125, 0, 100, 0, // Undead
-
-3,10 // lv3 Attribute table
-//Neut Watr Erth Fire Wind Pois Holy Shdw Gho Und
- 100, 100, 100, 100, 100, 100, 100, 100, 0, 100, // Neutral
- 100, -25, 100, 200, 0, 100, 25, 50, 100, 125, // Water
- 100, 100, 0, 0, 200, 100, 25, 50, 100, 75, // Earth
- 100, 0, 200, -25, 100, 100, 25, 50, 100, 175, // Fire
- 100, 200, 0, 100, -25, 100, 25, 50, 100, 100, // Wind
- 100, 50, 100, 100, 100, 0, 25, 0, 50, -75, // Poison
- 100, 100, 100, 100, 100, 125, -50, 175, 100, 200, // Holy
- 100, 100, 100, 100, 100, 0, 175, -50, 100, -75, // Shadow
- 0, 50, 50, 50, 50, 50, 25, 25, 175, 150, // Ghost
- 100, 50, 50, 50, 50, 0, 150, 0, 100, 0, // Undead
-
-4,10 // lv4 Attribute table
-//Neut Watr Erth Fire Wind Pois Holy Shdw Gho Und
- 100, 100, 100, 100, 100, 100, 100, 100, 0, 100, // Neutral
- 100, -50, 100, 200, 0, 75, 0, 25, 100, 150, // Water
- 100, 100, -25, 0, 200, 75, 0, 25, 100, 50, // Earth
- 100, 0, 200, -50, 100, 75, 0, 25, 100, 200, // Fire
- 100, 200, 0, 100, -50, 75, 0, 25, 100, 100, // Wind
- 100, 25, 75, 75, 75, 0, 0, -25, 25,-100, // Poison
- 100, 75, 75, 75, 75, 125,-100, 200, 100, 200, // Holy
- 100, 75, 75, 75, 75, -25, 200,-100, 100,-100, // Shadow
- 0, 25, 25, 25, 25, 25, 0, 0, 200, 175, // Ghost
- 100, 25, 25, 25, 25, -25, 175, 0, 100, 0, // Undead
diff --git a/db/pre-re/exp_group_db.conf b/db/pre-re/exp_group_db.conf
deleted file mode 100644
index 9ebb94e3c..000000000
--- a/db/pre-re/exp_group_db.conf
+++ /dev/null
@@ -1,175 +0,0 @@
-//================= Hercules Database =====================================
-//= _ _ _
-//= | | | | | |
-//= | |_| | ___ _ __ ___ _ _| | ___ ___
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
-//= | | | | __/ | | (__| |_| | | __/\__ \
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/
-//================= License ===============================================
-//= This file is part of Hercules.
-//= http://herc.ws - http://github.com/HerculesWS/Hercules
-//=
-//= Copyright (C) 2018 Hercules Dev Team
-//=
-//= Hercules 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/>.
-//=========================================================================
-//= Exp Groups Database File.
-//=========================================================================
-
-base_exp_group_db: {
- FirstClasses: {
- MaxLevel: 99
- Exp: [
- 9, 16, 25, 36, 77, 112, 153, 200, 253, 320,
- 385, 490, 585, 700, 830, 970, 1120, 1260, 1420, 1620,
- 1860, 1990, 2240, 2504, 2950, 3426, 3934, 4474, 6889, 7995,
- 9174, 10425, 11748, 13967, 15775, 17678, 19677, 21773, 30543, 34212,
- 38065, 42102, 46323, 53026, 58419, 64041, 69892, 75973, 102468, 115254,
- 128692, 142784, 157528, 178184, 196300, 215198, 234879, 255341, 330188, 365914,
- 403224, 442116, 482590, 536948, 585191, 635278, 687211, 740988, 925400, 1473746,
- 1594058, 1718928, 1848355, 1982340, 2230113, 2386162, 2547417, 2713878, 3206160, 3681024,
- 4022472, 4377024, 4744680, 5125440, 5767272, 6204000, 6655464, 7121664, 7602600, 9738720,
- 11649960, 13643520, 18339300, 23836800, 35658000, 48687000, 58135000, 99999998
- ]
- }
- TranscendedClasses: {
- MaxLevel: 99
- Exp: [
- 10, 18, 28, 40, 85, 123, 168, 220, 278, 400,
- 481, 613, 731, 875, 1038, 1213, 1400, 1575, 1775, 2268,
- 2604, 2786, 3136, 3506, 4130, 4796, 5508, 6264, 9645, 12392,
- 14220, 16159, 18209, 21649, 24451, 27401, 30499, 33748, 47342, 58160,
- 64711, 71573, 78749, 90144, 99312, 108870, 118816, 129154, 174196, 213220,
- 238080, 264150, 291427, 329640, 363155, 398116, 434526, 472381, 610848, 731828,
- 806448, 884232, 965180, 1073896, 1170382, 1270556, 1374422, 1481976, 1850800, 3389616,
- 3666333, 3953534, 4251217, 4559382, 5129260, 5488173, 5859059, 6241919, 7374168, 9570662,
- 10458427, 11380262, 12336168, 13326144, 14994907, 16130400, 17304206, 18516326, 19766760, 29216160,
- 34949880, 40930560, 55017900, 71510400, 106974000, 146061000, 174405000, 343210000
- ]
- }
- ThirdClasses: {
- MaxLevel: 99
- Exp: [
- 10, 18, 28, 40, 85, 123, 168, 220, 278, 400,
- 481, 613, 731, 875, 1038, 1213, 1400, 1575, 1775, 2268,
- 2604, 2786, 3136, 3506, 4130, 4796, 5508, 6264, 9645, 12392,
- 14220, 16159, 18209, 21649, 24451, 27401, 30499, 33748, 47342, 58160,
- 64711, 71573, 78749, 90144, 99312, 108870, 118816, 129154, 174196, 213220,
- 238080, 264150, 291427, 329640, 363155, 398116, 434526, 472381, 610848, 731828,
- 806448, 884232, 965180, 1073896, 1170382, 1270556, 1374422, 1481976, 1850800, 3389616,
- 3666333, 3953534, 4251217, 4559382, 5129260, 5488173, 5859059, 6241919, 7374168, 9570662,
- 10458427, 11380262, 12336168, 13326144, 14994907, 16130400, 17304200, 18516326, 19766760, 21085096,
- 22473939, 23935933, 25473761, 27090141, 28787825, 30569594, 32438257, 34396650
- ]
- }
-}
-job_exp_group_db: {
- Novice: {
- MaxLevel: 10
- Exp: [ 10, 18, 28, 40, 91, 151, 205, 268, 340 ]
- }
- FirstClasses: {
- MaxLevel: 50
- Exp: [
- 30, 43, 58, 76, 116, 180, 220, 272, 336, 520,
- 604, 699, 802, 948, 1125, 1668, 1937, 2226, 3040, 3988,
- 5564, 6272, 7021, 9114, 11473, 15290, 16891, 18570, 23229, 28359,
- 36478, 39716, 43088, 52417, 62495, 78160, 84175, 90404, 107611, 125915,
- 153941, 191781, 204351, 248352, 286212, 386371, 409795, 482092, 509596
- ]
- }
- SecondClasses: {
- MaxLevel: 50
- Exp: [
- 144, 184, 284, 348, 603, 887, 1096, 1598, 2540, 3676,
- 4290, 4946, 6679, 9492, 12770, 14344, 16005, 20642, 27434, 35108,
- 38577, 42206, 52708, 66971, 82688, 89544, 96669, 117821, 144921, 174201,
- 186677, 199584, 238617, 286366, 337147, 358435, 380376, 447685, 526989, 610246,
- 644736, 793535, 921810, 1106758, 1260955, 1487304, 1557657, 1990632, 2083386
- ]
- }
- ThirdClasses: {
- MaxLevel: 50
- Exp: [
- 368, 568, 696, 1206, 1774, 2192, 3196, 5080, 7352, 8580,
- 9892, 13358, 18984, 31925, 35860, 40013, 51605, 68585, 87770, 96443,
- 105515, 131770, 167428, 206720, 223860, 241673, 294553, 362303, 479053, 513362,
- 548856, 656197, 787507, 927154, 985696, 1046034, 1231134, 1449220, 1678177, 1943306,
- 2244059, 2584282, 2968115, 3400000, 3884688, 4427246, 5033064, 5707855, 6457661
- ]
- }
- HighNovice: {
- MaxLevel: 10
- Exp: [ 11, 20, 31, 44, 100, 166, 226, 295, 374 ]
- }
- TranscendedFirstClasses: {
- MaxLevel: 50
- Exp: [
- 60, 86, 116, 152, 232, 360, 440, 544, 672, 1040,
- 1208, 1398, 1604, 1896, 2250, 3336, 3874, 4452, 6080, 7976,
- 11128, 12544, 14042, 18228, 28683, 38225, 42228, 46425, 58073, 70898,
- 91195, 99290, 107720, 131043, 156238, 195400, 210438, 226010, 269028, 314788,
- 384853, 479453, 510878, 620880, 715530, 965928, 1024488, 1205230, 1273990
- ]
- }
- TranscendedSecondClasses: {
- MaxLevel: 70
- Exp: [
- 288, 368, 568, 696, 1206, 1774, 2192, 3196, 5080, 7352,
- 8580, 9892, 13358, 18984, 31925, 35860, 40013, 51605, 68585, 87770,
- 96443, 105515, 131770, 167428, 206720, 223860, 241673, 294553, 362303, 479053,
- 513362, 548856, 656197, 787507, 927154, 985696, 1046034, 1231134, 1449220, 1678177,
- 1773024, 2182221, 2534978, 3043585, 3782865, 4461912, 4672971, 5971896, 6250158, 6875174,
- 7562691, 8318960, 9150856, 10065942, 11877812, 14015818, 16538665, 19515624, 23028437, 28094693,
- 34275525, 41816141, 51015692, 62239144, 79666104, 101972614, 130524946, 167071930, 213852071
- ]
- }
- NinjaAndGunslinger: {
- MaxLevel: 70
- Exp: [
- 72, 92, 142, 174, 301, 443, 548, 799, 1270, 1838,
- 2145, 2473, 3339, 4746, 6385, 7172, 8002, 10321, 13717, 17554,
- 19288, 21103, 26354, 33485, 41344, 44772, 48334, 58910, 72460, 87100,
- 93338, 99792, 119308, 143183, 231068, 257377, 274363, 314246, 371105, 431038,
- 476309, 588548, 665256, 801731, 916689, 1130023, 1188623, 1377408, 1551289, 1746582,
- 1845236, 1954741, 2124555, 2345698, 2548763, 2759555, 3021488, 3254111, 3489547, 3695474,
- 4012251, 4181112, 4302211, 4496584, 4578951, 4869523, 5022114, 5123654, 5395117
- ]
- }
- StarGladiator: {
- MaxLevel: 50
- Exp: [
- 27434, 27434, 27434, 27434, 27434, 27434, 27434, 27434, 27434, 27434,
- 27434, 27434, 27434, 27434, 27434, 27434, 27434, 27434, 54868, 70216,
- 77154, 84412, 105416, 133924, 165376, 179008, 193338, 235642, 289842, 348402,
- 373354, 399168, 477234, 572732, 674294, 716870, 760752, 895370, 1053978, 1220492,
- 1289472, 1587070, 1843620, 2213516, 2521910, 2974608, 3115314, 3981264, 5166772
- ]
- }
- SuperNovice: {
- MaxLevel: 99
- Exp: [
- 30, 43, 58, 76, 116, 180, 220, 272, 336, 520,
- 604, 699, 802, 948, 1125, 1668, 1937, 2226, 3040, 3988,
- 5564, 6272, 7021, 9114, 11473, 15290, 16891, 18570, 23229, 28359,
- 36478, 39716, 43088, 52417, 62495, 78160, 84175, 90404, 107611, 125915,
- 153941, 191781, 204351, 248352, 286212, 386371, 409795, 482092, 509596, 982092,
- 992092, 1002092, 1012092, 1022092, 1032092, 1042092, 1052092, 1062092, 1072092, 1082092,
- 1092092, 1102092, 1112092, 1122092, 1132092, 1142092, 1152092, 1162092, 1172092, 1182092,
- 1192092, 1202092, 1212092, 1222092, 1232092, 1242092, 1252092, 1262092, 1272092, 1282092,
- 1292092, 1302092, 1312092, 1322092, 1332092, 1342092, 1352092, 1362092, 1372092, 1382092,
- 1392092, 1402092, 1412092, 1422092, 1432092, 1442092, 1452092, 1462092
- ]
- }
-}
diff --git a/db/pre-re/exp_guild.txt b/db/pre-re/exp_guild.txt
deleted file mode 100644
index acb370246..000000000
--- a/db/pre-re/exp_guild.txt
+++ /dev/null
@@ -1,50 +0,0 @@
-// Guild LvUp experience value table
-2000000
-4000000
-8000000
-14000000
-22000000
-32000000
-44000000
-58000000
-74000000
-92000000
-112000000
-134000000
-158000000
-184000000
-212000000
-242000000
-274000000
-308000000
-344000000
-382000000
-422000000
-464000000
-508000000
-554000000
-602000000
-652000000
-704000000
-758000000
-814000000
-872000000
-932000000
-994000000
-1058000000
-1124000000
-1192000000
-1262000000
-1334000000
-1408000000
-1484000000
-1562000000
-1642000000
-1724000000
-1808000000
-1894000000
-1999999999
-1999999999
-1999999999
-1999999999
-1999999999
diff --git a/db/pre-re/exp_homun.txt b/db/pre-re/exp_homun.txt
deleted file mode 100644
index f8b443526..000000000
--- a/db/pre-re/exp_homun.txt
+++ /dev/null
@@ -1,100 +0,0 @@
-//Homunculus LvUp experience value table
-50
-110
-180
-260
-350
-630
-950
-1310
-1710
-2150
-3180
-4300
-5510
-6810
-8200
-10800
-13560
-16480
-19560
-22800
-28090
-33630
-39420
-45460
-51750
-61500
-70910
-81030
-91510
-102350
-117580
-133300
-149510
-166210
-183400
-206480
-230200
-254560
-279560
-305200
-338450
-372510
-407380
-443060
-479550
-525590
-572630
-620670
-669710
-719750
-781500
-844460
-908630
-974010
-1040600
-1121280
-1203400
-1286960
-1371960
-1458400
-1561530
-1666350
-1772860
-1881060
-1990950
-2120350
-2251710
-2385030
-2520310
-2657550
-2817340
-2979380
-3143670
-3310210
-3479000
-3673600
-3870760
-4070480
-4272760
-4477600
-4711730
-4948750
-5188660
-5431460
-5677150
-5955830
-6237750
-6522910
-6811310
-7102950
-7431500
-7763660
-8099430
-8438810
-8781800
-9165840
-9553880
-9945920
-0
diff --git a/db/pre-re/homunculus_db.txt b/db/pre-re/homunculus_db.txt
deleted file mode 100644
index 68e8cd3e2..000000000
--- a/db/pre-re/homunculus_db.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-// Homunculus Database
-//
-// Structure of Database:
-// Class,EvoClass,Name,FoodID,HungryDelay,BaseSize,EvoSize,Race,Element,bASPD,bHP,bSP,bSTR,bAGI,bVIT,bINT,bDEX,bLUK,gnHP,gxHP,gnSP,gxSP,gnSTR,gxSTR,gnAGI,gxAGI,gnVIT,gxVIT,gnINT,gxINT,gnDEX,gxDEX,gnLUK,gxLUK,enHP,exHP,enSP,exSP,enSTR,exSTR,enAGI,exAGI,enVIT,exVIT,enINT,exINT,enDEX,exDEX,enLUK,exLUK
-//
-// 01. Class Homunculus ID.
-// 02. EvoClass Homunculus ID of the evolved version.
-// 03. Name Name of the homunculus.
-// 04. FoodID Item ID of the homunuclus food.
-// 05. HungryDelay Time interval in milliseconds after which the homunculus' hunger value is altered.
-// 06. BaseSize Size of the base homunculus class (0 = small, 1 = normal, 2 = large).
-// 07. EvoSize Size of the evolved homunculus class (0 = small, 1 = normal, 2 = large).
-// 08. Race Race of the homunculus (0 = formless, 1 = undead, 2 = brute, 3 = plant, 4 = insect, 5 = fish, 6 = demon, 7 = demi-human, 8 = angel, 9 = dragon).
-// 09. Element Element of the homunculus (0 = neutral, 1 = water, 2 = earth, 3 = fire, 4 = wind, 5 = poison, 6 = holy, 7 = dark, 8 = ghost, 9 = undead).
-// The element level is always 1.
-// ...
-//
-// Legend: b: base, gn: growth min, gx: growth max, en: evolution min, ex: evolution max
-// NOTE: Only the growth values are in a 1/10 scale, the other stats are 1/1 (eg: 5 gmAGI means 0.5 agi)
-
-6001,6009,Lif,537,60000,0,1,7,0,700,150,40,17,20,15,35,24,12,60,100,4,9,5,19,5,19,5,19,4,20,6,20,6,20,1,10,10,20,1,5,1,4,1,5,4,10,1,10,1,3
-6002,6010,Amistr,912,60000,0,1,2,0,700,320,10,20,17,35,11,24,12,80,130,1,4,8,20,4,20,4,20,1,10,3,19,3,19,10,20,1,10,1,10,1,5,4,10,1,3,1,4,1,5
-6003,6011,Filir,910,60000,0,1,2,0,700,90,25,29,35,9,8,30,9,45,75,3,6,4,20,8,20,1,10,3,19,4,20,3,19,5,15,5,15,4,10,1,10,1,3,1,4,1,5,1,5
-6004,6012,Vanilmirth,911,60000,0,1,0,0,700,80,11,11,11,11,11,11,11,30,150,0,7,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,10,1,10,1,10,1,10,1,10,1,10
-6005,6013,Lif,537,60000,0,1,7,0,700,150,40,17,20,15,35,24,12,60,100,4,9,5,19,5,19,5,19,4,20,6,20,6,20,1,10,10,20,1,5,1,4,1,5,4,10,1,10,1,3
-6006,6014,Amistr,912,60000,0,1,2,0,700,320,10,20,17,35,11,24,12,80,130,1,4,8,20,4,20,4,20,1,10,3,19,3,19,10,20,1,10,1,10,1,5,4,10,1,3,1,4,1,5
-6007,6015,Filir,910,60000,0,1,2,0,700,90,25,29,35,9,8,30,9,45,75,3,6,4,20,8,20,1,10,3,19,4,20,3,19,5,15,5,15,4,10,1,10,1,3,1,4,1,5,1,5
-6008,6016,Vanilmirth,911,60000,0,1,0,0,700,80,11,11,11,11,11,11,11,30,150,0,7,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,10,1,10,1,10,1,10,1,10,1,10
-6048,6048,Eira,6098,60000,1,1,8,0,700,450,120,36,60,45,105,86,42,40,160,20,42,13,39,14,48,15,25,16,36,28,42,9,18,1000,2000,10,200,1,10,1,10,1,10,1,10,1,10,1,10
-6049,6049,Bayeri,6112,60000,1,1,2,0,700,1060,30,60,51,105,33,86,39,90,360,48,52,18,36,22,44,16,32,12,24,8,36,20,36,1000,2000,10,200,1,10,1,10,1,10,1,10,1,10,1,10
-6050,6050,Sera,6108,60000,1,1,4,0,700,330,80,87,90,55,24,126,9,60,240,36,64,10,25,7,35,5,25,28,40,16,32,20,40,1000,2000,10,200,1,10,1,10,1,10,1,10,1,10,1,10
-6051,6051,Dieter,6104,60000,1,1,0,0,700,300,44,44,44,44,44,53,44,240,480,40,120,20,40,15,40,18,36,16,32,13,26,4,16,1000,2000,10,200,1,10,1,10,1,10,1,10,1,10,1,10
-6052,6052,Eleanor,6115,60000,1,1,7,0,700,310,60,87,115,27,24,108,27,60,300,10,20,20,40,5,15,24,48,12,36,10,50,2,10,1000,2000,10,200,1,10,1,10,1,10,1,10,1,10,1,10
diff --git a/db/pre-re/item_chain.conf b/db/pre-re/item_chain.conf
deleted file mode 100644
index a2e4efff4..000000000
--- a/db/pre-re/item_chain.conf
+++ /dev/null
@@ -1,121 +0,0 @@
-//================= Hercules Database =====================================
-//= _ _ _
-//= | | | | | |
-//= | |_| | ___ _ __ ___ _ _| | ___ ___
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
-//= | | | | __/ | | (__| |_| | | __/\__ \
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/
-//================= License ===============================================
-//= This file is part of Hercules.
-//= http://herc.ws - http://github.com/HerculesWS/Hercules
-//=
-//= Copyright (C) 2013-2015 Hercules Dev Team
-//=
-//= Hercules 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/>.
-//================= More Information ======================================
-// http://herc.ws/board/topic/1244-official-item-grouppackagechain
-//=========================================================================
-
-/**************************************************************************
- ************* Entry structure ********************************************
- **************************************************************************
-ITMCHAIN_<Name>: {
- <Item_Name>: <chance>
- // ...
-}
-**************************************************************************/
-
-ITMCHAIN_ORE: {
- Iron_Ore: 600
- Iron: 380
- Yellow_Live: 100
- Coal: 80
- Wind_Of_Verdure: 100
- Phracon: 600
- Crystal_Blue: 100
- Boody_Red: 100
- Steel: 50
- Emveretarcon: 380
- Elunium_Stone: 70
- Oridecon_Stone: 80
- Great_Nature: 40
- Rough_Wind: 40
- Mistic_Frozen: 40
- Flame_Heart: 40
- Elunium: 20
- Oridecon: 20
- Gold: 10
- Emperium: 5
-}
-
-ITMCHAIN_GEM: {
- Dark_Red_Jewel: 80
- Violet_Jewel: 30
- Skyblue_Jewel: 40
- Azure_Jewel: 130
- Scarlet_Jewel: 70
- Cardinal_Jewel: 190
- Cardinal_Jewel_: 50
- Red_Jewel: 130
- Blue_Jewel: 140
- White_Jewel: 80
- Golden_Jewel: 150
- Bluish_Green_Jewel: 150
- Crystal_Jewel: 150
- Crystal_Jewel_: 80
- Crystal_Jewel__: 50
- Crystal_Jewel___: 30
-}
-
-ITMCHAIN_HEAL: {
- Fruit_Of_Mastela: 5
- Leaflet_Of_Aloe: 5
- Leaflet_Of_Hinal: 10
- Red_Slim_Potion: 10
- Resist_Earth: 10
- Yellow_Herb: 20
- Red_Potion: 20
- Green_Herb: 30
- Red_Herb: 30
- Novice_Potion: 50
- Nice_Sweet_Potato: 50
- Candy: 100
- Monsters_Feed: 200
- Popped_Rice: 600
-}
-
-ITMCHAIN_FOOD: {
- Royal_Jelly: 5
- Str_Dish02: 10
- Agi_Dish02: 10
- Vit_Dish03: 10
- Dex_Dish02: 10
- Luk_Dish03: 10
- Int_Dish02: 10
- Apple_Juice: 30
- Banana_Juice: 30
- Grape_Juice: 30
- Carrot_Juice: 30
- Well_Baked_Cookie: 30
- Ice_Cream: 50
- Fish_Slice: 50
- Cheese: 50
- Shusi: 50
- Bun: 50
- Mojji: 50
- Pumpkin: 50
- Sweet_Potato: 100
- Banana: 100
- Apple: 600
-}
diff --git a/db/pre-re/item_combo_db.txt b/db/pre-re/item_combo_db.txt
deleted file mode 100644
index f3bf81e38..000000000
--- a/db/pre-re/item_combo_db.txt
+++ /dev/null
@@ -1,165 +0,0 @@
-// Item Combos Database
-//
-// Structure of Database:
-// ID:ID:ID:ID,{ Script }
-
-1166:2527,{ bonus2 bAddRace,RC_Dragon,5; }
-1420:2115,{ bonus3 bAutoSpellWhenHit,"HP_ASSUMPTIO",2,5; }
-1420:2133,{ bonus2 bAddRace, RC_All, 4; bonus bDef,2; }
-1421:2133,{ bonus2 bAddRace, RC_All, 4; bonus bDef,2; }
-1422:2133,{ bonus2 bAddRace, RC_All, 4; bonus bDef,2; }
-1428:2115,{ bonus3 bAutoSpellWhenHit,"HP_ASSUMPTIO",2,5; }
-1472:2677,{ bonus bMatkRate,6; bonus bDex,2; bonus bCastrate,-getequiprefinerycnt(EQI_HAND_R); }
-1472:2711,{ bonus bMatkRate,6; bonus bDex,2; bonus bCastrate,-getequiprefinerycnt(EQI_HAND_R); }
-1473:2677,{ bonus bMatkRate,6; bonus bDex,2; bonus bCastrate,-getequiprefinerycnt(EQI_HAND_R); }
-1473:2711,{ bonus bMatkRate,6; bonus bDex,2; bonus bCastrate,-getequiprefinerycnt(EQI_HAND_R); }
-1474:2527,{ bonus2 bAddRace,RC_Dragon,5; }
-1477:2700,{ bonus2 bResEff,Eff_Confusion,9500; }
-1479:2700,{ bonus2 bResEff,Eff_Confusion,9500; }
-1535:4361,{ bonus bBreakArmorRate,900; bonus bBreakWeaponRate,900; }
-1572:2716:2717,{ bonus bInt,5; bonus bMaxHP,700; bonus bAspdRate,5; }
-1573:2334,{ bonus bMdef,8; bonus bMaxSPrate,10; bonus bInt,4; }
-1573:2372,{ bonus bMdef,8; bonus bMaxSPrate,10; bonus bInt,4; }
-1573:2716:2717,{ bonus bInt,5; bonus bMaxHP,700; bonus bAspdRate,5; }
-1615:18539,{ bonus bMatk,10*getequiprefinerycnt(EQI_HAND_R); bonus bCastrate,-10; }
-1616:2515,{ bonus bSpeedRate,25; }
-1618:2509,{ bonus bMaxHP,300; bonus bMatkRate,getequiprefinerycnt(EQI_HAND_R)-5; bonus2 bSubEle,Ele_Neutral,getequiprefinerycnt(EQI_HAND_R)*3; }
-1618:2535,{ bonus bMatkRate,5; bonus2 bSubEle,Ele_Neutral,25; }
-1620:2509,{ bonus bMaxHP,300; bonus bMatkRate,getequiprefinerycnt(EQI_HAND_R)-5; bonus2 bSubEle,Ele_Neutral,getequiprefinerycnt(EQI_HAND_R)*3; }
-1620:2535,{ bonus bMatkRate,5; bonus2 bSubEle,Ele_Neutral,25; }
-1629:5045,{ bonus bDex,2; bonus bInt,2; bonus bSPrecovRate,5; bonus bMatkRate,getequiprefinerycnt(EQI_HAND_R); }
-1631:2129,{ bonus2 bSkillAtk,"PR_MAGNUS",20; bonus3 bAutoSpellWhenHit,"PR_TURNUNDEAD",1,20; }
-1636:18539,{ bonus bMatk,10*getequiprefinerycnt(EQI_HAND_R); bonus bCastrate,-10; }
-1723:2718,{ bonus bDex,1; bonus bMaxSP,50; bonus bSPrecovRate,10; }
-1730:1752,{ bonus bLongAtkRate,25; }
-1731:1754,{ bonus bLongAtkRate,25; }
-1732:1756,{ bonus bLongAtkRate,25; bonus2 bAddEff,Eff_Stone,1000; }
-1733:1755,{ bonus bLongAtkRate,25; bonus3 bAutoSpell,"NJ_HUUJIN",5,100; if(readparam(bInt)>39) bonus3 bAutoSpell,"NJ_HUUJIN",5,200; }
-1734:1753,{ bonus bLongAtkRate,50; }
-1741:2748,{ bonus bAtk,25; bonus3 bAddEff,Eff_Curse,200,ATF_WEAPON|ATF_LONG|ATF_TARGET; }
-2001:2677,{ bonus bMatkRate,10; bonus bDex,2; bonus2 bSubRace,RC_Demon,10; bonus2 bSubRace,RC_Undead,10; }
-2001:2711,{ bonus bMatkRate,10; bonus bDex,2; bonus2 bSubRace,RC_Demon,10; bonus2 bSubRace,RC_Undead,10; }
-2109:2717:2239,{ bonus bHPrecovRate,15; bonus bSPrecovRate,15; bonus bMatkRate,7; }
-2114:2353:5122,{ bonus bStr,2; bonus bDef,5; bonus bMdef,5; if(BaseClass==Job_Swordman) bonus bDef,6; }
-2115:2353:5124,{ bonus bDef,2-getequiprefinerycnt(EQI_HAND_L)-getequiprefinerycnt(EQI_HEAD_TOP); bonus bMdef,5+getequiprefinerycnt(EQI_HAND_L)+getequiprefinerycnt(EQI_HEAD_TOP); }
-2116:2355:2420:2521:5125,{ bonus bMaxHP,900; bonus bMaxSP,100; bonus3 bAutoSpellWhenHit,"HP_ASSUMPTIO",1,30; }
-2121:2717:2239,{ bonus bHPrecovRate,15; bonus bSPrecovRate,15; bonus bMatkRate,7; }
-2123:2701,{ bonus bCastrate,-10; }
-2124:2702,{ bonus bAspdRate,10; bonus bShortWeaponDamageReturn,5; }
-2135:2426,{ bonus2 bAddEff,Eff_Blind,500; autobonus "{ bonus bFlee,20; }",200,10000,BF_WEAPON,"{ specialeffect(EF_INCAGILITY, AREA, playerattached()); }"; }
-2137:2353:5124,{ bonus bDef,2-getrefine()-getequiprefinerycnt(EQI_HEAD_TOP); bonus bMdef,5+getrefine()+getequiprefinerycnt(EQI_HEAD_TOP); }
-2278:18656,{ bonus2 bAddMonsterDropItem,12192,1; }
-2281:18656,{ bonus bFlee,10; bonus2 bAddEff,Eff_Stun,1000; }
-2286:18539,{ bonus bUseSPrate,-3; }
-2312:2656,{ bonus bDef,5; bonus bMaxHP,150; }
-2313:2656,{ bonus bDef,5; bonus bMaxHP,150; }
-2337:2654,{ bonus bUseSPrate,-20; bonus bMaxHP,300; }
-2339:2522,{ bonus bAgi,5; bonus bFlee,10; }
-2339:2523,{ bonus bAgi,5; bonus bFlee,10; }
-2353:2417:2516,{ bonus bAgi,3; bonus bMaxHPrate,5; bonus bMaxSPrate,5; }
-2353:2418:2517,{ bonus bVit,5; bonus bHPrecovRate,10; bonus bSPrecovRate,10; }
-2353:5123,{ if(readparam(bDex)>69) bonus bUseSPrate,-10; }
-2353:5493,{ if(readparam(bDex)>69) bonus bUseSPrate,-10; }
-2354:2419:2520:5128,{ bonus bVit,5; bonus bMaxHPrate,15; bonus bMaxSPrate,5; bonus bDef,5; bonus bMdef,15; bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Earth,10; bonus2 bSubEle,Ele_Fire,10; bonus2 bSubEle,Ele_Wind,10; }
-2357:2421:2524:5171,{ bonus bAllStats,1; }
-2358:5153,{ bonus bLuk,6; bonus bFlee,5; bonus bInt,2; }
-2359:2654,{ bonus bUseSPrate,-20; bonus bMaxHP,300; }
-//2369:2428:2533:5306,{ bonus2 bSubRace,RC_DemiPlayer,10; bonus bMaxHPrate,20; bonus2 bResEff,Eff_Freeze,10000; skill "WZ_FIREPILLAR",10; }
-2371:2522,{ bonus bAgi,5; bonus bFlee,10; }
-2371:2523,{ bonus bAgi,5; bonus bFlee,10; }
-2374:2729,{ bonus2 bAddRace, RC_All, 3; bonus bMatkRate,3; }
-2375:2729,{ bonus2 bAddRace, RC_All, 3; bonus bMatkRate,3; }
-2376:2435:2538,{ bonus2 bSubRace,RC_NonDemiPlayer,-300; bonus bVit,3; bonus bMaxHPrate,12; bonus bHealPower2,10; bonus bAddItemHealRate,10; autobonus2 "{ bonus2 bHPRegenRate,600,1000; }",5,10000,BF_WEAPON,"{ specialeffect(EF_HEAL, AREA, playerattached()); }"; }
-2377:2435:2538,{ bonus2 bSubRace,RC_NonDemiPlayer,-300; bonus bStr,3; bonus bMaxHPrate,12; bonus2 bSkillAtk,"MC_MAMMONITE",20; bonus2 bSkillHeal,"AM_POTIONPITCHER",10; bonus2 bSkillHeal2,"AM_POTIONPITCHER",10; bonus2 bSkillHeal2,"AL_HEAL",10; bonus bUnbreakableArmor,0; }
-2378:2435:2538,{ bonus2 bSubRace,RC_NonDemiPlayer,-300; bonus bAgi,3; bonus bMaxHPrate,12; bonus bCritical,5; bonus bAspdRate,5; autobonus "{ bonus2 bHPRegenRate,300,1000; }",10,10000,BF_WEAPON,"{ specialeffect(EF_HEAL, AREA, playerattached()); }"; }
-2379:2436:2539,{ bonus2 bSubRace,RC_NonDemiPlayer,-300; bonus bInt,3; bonus bMaxHPrate,12; bonus2 bResEff,Eff_Stun,2000; autobonus2 "{ bonus bDefEle,Ele_Ghost; }",30,10000,BF_WEAPON,"{ specialeffect(EF_ENERGYCOAT, AREA, playerattached()); }"; }
-2380:2436:2539,{ bonus2 bSubRace,RC_NonDemiPlayer,-300; bonus bInt,3; bonus bMaxHPrate,12; bonus2 bCastrate,"AL_HOLYLIGHT",-50; bonus bHealPower,6; autobonus2 "{ bonus bDefEle,Ele_Ghost; }",30,10000,BF_WEAPON,"{ specialeffect(EF_ENERGYCOAT, AREA, playerattached()); }"; }
-2381:2436:2539,{ bonus2 bSubRace,RC_NonDemiPlayer,-300; bonus bDex,3; bonus bMaxHPrate,12; bonus bLongAtkDef,10; bonus bDelayrate,-25; }
-2382:2437:2540,{ bonus2 bSubRace,RC_NonDemiPlayer,-300; bonus bDex,3; bonus bMaxHPrate,12; bonus bLongAtkDef,10; bonus bDelayrate,-25; }
-2387:2440:2744,{ bonus bMaxHPrate,7; bonus bMaxSPrate,7; bonus bCastrate,-3; bonus bDelayrate,-15; }
-2390:2749,{ bonus bFlee2,5; }
-2394:2444:2549,{ bonus2 bAddRace, RC_All, 5; bonus bMatkRate,5; bonus2 bResEff,Eff_Freeze,10000; bonus2 bSkillHeal2,"AM_POTIONPITCHER",3; bonus2 bSkillHeal2,"AL_HEAL",3; bonus2 bSkillHeal2,"PR_SANCTUARY",3; }
-2399:2553,{ bonus bAgi,5; bonus bFlee,15; }
-2408:2655,{ bonus bBaseAtk,50; bonus2 bAddDefClass,1196,20; bonus2 bAddDefClass,1197,20; }
-2424:2528,{ bonus bHPrecovRate,5; bonus bMaxHPrate,10; }
-2425:2529,{ bonus bFlee,10; }
-2425:2530,{ bonus bFlee,10; }
-2425:2551,{ bonus bFlee,10; }
-2433:2537,{ bonus bMaxHPrate,6; }
-2434:2529,{ bonus bFlee,10; }
-2434:2530,{ bonus bFlee,10; }
-2434:2551,{ bonus bFlee,10; }
-2441:2546,{ bonus bFlee,5; }
-2518:2648:2649:5126,{ bonus bInt,5; bonus bMdef,11; bonus bMaxSPrate,20; bonus bNoCastCancel,0; bonus bCastrate,25; }
-2519:2650:2651:5127,{ bonus bStr,2; bonus bLuk,9; bonus bCritical,13; bonus bBaseAtk,18; bonus bFlee2,13; }
-2527:13001,{ bonus2 bAddRace,RC_Dragon,5; }
-2607:2677,{ bonus2 bSkillAtk,"AL_HEAL",50; bonus2 bSkillAtk,"PR_MAGNUS",30; bonus bSPrecovRate,9; }
-2607:2711,{ bonus2 bSkillAtk,"AL_HEAL",50; bonus2 bSkillAtk,"PR_MAGNUS",30; bonus bSPrecovRate,9; }
-2607:2786,{ bonus2 bSkillAtk,"AL_HEAL",50; bonus2 bSkillAtk,"PR_MAGNUS",30; bonus bSPrecovRate,9; }
-2608:2677,{ bonus2 bSkillAtk,"AL_HEAL",50; bonus2 bSkillAtk,"PR_MAGNUS",30; bonus bSPrecovRate,9; }
-2608:2711,{ bonus2 bSkillAtk,"AL_HEAL",50; bonus2 bSkillAtk,"PR_MAGNUS",30; bonus bSPrecovRate,9; }
-2608:2786,{ bonus2 bSkillAtk,"AL_HEAL",50; bonus2 bSkillAtk,"PR_MAGNUS",30; bonus bSPrecovRate,9; }
-2620:2746,{ bonus2 bAddSize,Size_Medium,8; bonus bAspdRate,getequiprefinerycnt(EQI_HAND_R)/2; }
-2620:2747,{ bonus2 bAddSize,Size_Large,8; bonus bHit,getequiprefinerycnt(EQI_HAND_R)/2; bonus bCastrate,-getequiprefinerycnt(EQI_HAND_R)/2; }
-2626:2677,{ bonus2 bSkillAtk,"AL_HEAL",50; bonus2 bSkillAtk,"PR_MAGNUS",30; bonus bSPrecovRate,9; }
-2626:2711,{ bonus2 bSkillAtk,"AL_HEAL",50; bonus2 bSkillAtk,"PR_MAGNUS",30; bonus bSPrecovRate,9; }
-2626:2786,{ bonus2 bSkillAtk,"AL_HEAL",50; bonus2 bSkillAtk,"PR_MAGNUS",30; bonus bSPrecovRate,9; }
-2678:2679,{ bonus4 bAutoSpell,"MO_EXTREMITYFIST",1,3,1; bonus3 bAutoSpell,"PR_LEXAETERNA",1,20; bonus3 bAutoSpell,"AS_SONICBLOW",5,50; bonus3 bAutoSpell,"MO_INVESTIGATE",5,20; bonus3 bAutoSpell,"ASC_METEORASSAULT",2,50; }
-//2679:2792,{ bonus4 bAutoSpell,"MO_EXTREMITYFIST",1,3,1; bonus3 bAutoSpell,"PR_LEXAETERNA",1,20; bonus3 bAutoSpell,"AS_SONICBLOW",5,50; bonus3 bAutoSpell,"MO_INVESTIGATE",5,20; bonus3 bAutoSpell,"ASC_METEORASSAULT",2,50; }
-2720:2772,{ bonus2 bAddRace, RC_All, 5; bonus bMatkRate,3; bonus bHealPower,5; }
-2721:2772,{ bonus2 bAddRace, RC_All, 5; bonus bMatkRate,3; bonus bHealPower,5; }
-2722:2772,{ bonus2 bAddRace, RC_All, 5; bonus bMatkRate,3; bonus bHealPower,5; }
-2723:2772,{ bonus2 bAddRace, RC_All, 5; bonus bMatkRate,3; bonus bHealPower,5; }
-2724:2772,{ bonus2 bAddRace, RC_All, 5; bonus bMatkRate,3; bonus bHealPower,5; }
-2725:2772,{ bonus2 bAddRace, RC_All, 5; bonus bMatkRate,3; bonus bHealPower,5; }
-2726:2727,{ bonus bUseSPrate,-25; }
-2733:2772,{ bonus2 bAddRace, RC_All, 5; bonus bMatkRate,3; bonus bHealPower,5; }
-2777:2778:5479,{ bonus bMaxHP,300; bonus bMatkRate,5; bonus2 bSubEle,Ele_Neutral,5; }
-2779:2780:5482,{ bonus bMatkRate,10; bonus bInt,5; bonus2 bSubRace,RC_Angel,10; }
-2779:2780:5577,{ bonus bMatkRate,10; bonus bInt,5; bonus2 bSubRace,RC_Angel,10; }
-4001:4197,{ bonus bFlee,18; }
-4006:4266,{ bonus bFlee,18; }
-4009:4179,{ bonus bFlee,18; }
-4014:4306,{ bonus bFlee,18; }
-4021:4211,{ bonus bFlee,18; }
-4025:4222,{ bonus2 bAddEffWhenHit,Eff_Sleep,600; }
-4028:4296,{ bonus bStr,3; }
-4029:4183,{ bonus bFlee,18; }
-4031:4161,{ bonus bDef,3; bonus bVit,3; }
-4036:4186:4233:4281:4343,{ bonus bStr,4; bonus bMaxHPrate,7; bonus bMaxSPrate,7; bonus2 bSkillAtk,"MC_MAMMONITE",20; bonus bSPDrainValue,1; if(BaseJob==Job_Alchemist) { bonus3 bAutoSpell,"BS_ADRENALINE",1,10; bonus2 bAddMonsterDropItem,7139,3; bonus2 bAddMonsterDropItem,905,10; } }
-4039:4210:4230:4257:4348,{ bonus bStr,6; bonus bAgi,4; bonus2 bSkillAtk,"RG_BACKSTAP",10; if(getskilllv("RG_STRIPARMOR")==5) bonus3 bAutoSpell,"RG_STRIPARMOR",5,50; if(BaseJob==Job_Rogue) { bonus bUseSPrate,-20; bonus3 bAutoSpell,"RG_INTIMIDATE",1,-20; } }
-4074:4162,{ bonus2 bAddEffWhenHit,Eff_Blind,600; }
-4090:4212:4328,{ bonus bAllStats,1; }
-4106:4248,{ bonus bPerfectHitAddRate,20; }
-4127:4166,{ bonus2 bAddEffWhenHit,Eff_Curse,600; }
-4153:4247:4273,{ bonus3 bAddMonsterDropItem,544,RC_Fish,3000; bonus2 bAddEle,Ele_Water,30; }
-4168:4169,{ bonus bMaxHPrate,20; bonus bMaxSPrate,20; bonus bCastrate,-10; }
-4172:4210:4230:4257:4272,{ bonus bAgi,5; bonus bStr,5; bonus bAspdRate,5; bonus bSpeedRate,25; bonus2 bSPDrainValue,1,0; if(BaseClass==Job_Thief) bonus bNoGemStone,0; }
-4178:4199:4234:4252:4297,{ bonus bAgi,5; bonus bDex,3; bonus bLongAtkRate,20; bonus bPerfectHitAddRate,20; if(BaseClass==Job_Archer) { bonus2 bExpAddRace,RC_Brute,5; bonus2 bWeaponComaRace,RC_Brute,100; } }
-4178:4234:4252:4297:4381,{ bonus bDex,5; bonus2 bSkillAtk,"CG_ARROWVULCAN",5; bonus2 bSkillAtk,"DC_THROWARROW",10; bonus2 bSkillAtk,"BA_MUSICALSTRIKE",10; if(BaseJob==Job_Bard||BaseJob==Job_Dancer) bonus3 bAutoSpellWhenHit,"CG_TAROTCARD",2,50; }
-4185:4217:4280:4293:4312,{ bonus bVit,10; bonus bCastrate,-10; bonus bUseSPrate,-10; if(BaseClass==Job_Acolyte) { bonus2 bExpAddRace,RC_Undead,5; bonus2 bExpAddRace,RC_Demon,5; bonus2 bSubRace,RC_Undead,30; bonus2 bSubRace,RC_Demon,30; } }
-4185:4293:4312:4332,{ bonus bStr,3; bonus bMaxSP,80; bonus bBaseAtk,25; bonus3 bAutoSpell,"AL_CRUCIS",5,10; bonus2 bSkillAtk,"MO_EXTREMITYFIST",10; if(BaseJob==Job_Monk) { bonus bUseSPrate,-10; bonus bNoCastCancel,0; } }
-4186:4206:4233:4281:4321,{ bonus bLuk,10; bonus2 bSPDrainValue,2,0; bonus2 bSkillAtk,42,20; if(BaseClass==Job_Merchant) { bonus2 bAddMonsterDropItem,617,5; bonus bMagicDamageReturn,20; } }
-4191:4208:4258:4309:4325:4327,{ bonus bMaxHP,500; bonus bDef,5; bonus bMdef,5; bonus2 bSkillAtk,14,10; bonus2 bSkillAtk,19,10; bonus2 bSkillAtk,20,10; if(BaseClass==Job_Mage) { bonus bMatkRate,3; bonus bCastrate,-15; } }
-4193:4294,{ bonus bMaxHP,300; bonus bMaxSP,60; }
-4208:4258:4325:4327:4382,{ bonus bInt,3; bonus2 bSkillAtk,"WZ_HEAVENDRIVE",10; bonus2 bSkillAtk,"MG_THUNDERSTORM",10; if(BaseJob==Job_Sage) { bonus bMagicDamageReturn,20; bonus2 bAddMonsterDropItem,716,100; bonus2 bAddMonsterDropItem,715,100; bonus bCastrate,-20; } }
-4218:4269,{ bonus bHPrecovRate,30; bonus bSPrecovRate,30; bonus bVit,4; bonus bInt,4; }
-4220:4246:4311:4319:4331,{ bonus bStr,10; bonus bMaxHPrate,20; bonus bHPrecovRate,50; bonus3 bAutoSpell,"BS_WEAPONPERFECT",1,3; bonus2 bAddMonsterDropItem,501,500; if(BaseClass==Job_Swordman) { bonus2 bAddItemHealRate,Red_Potion,50; bonus2 bAddItemHealRate,Yellow_Potion,50; bonus2 bAddItemHealRate,Orange_Potion,50; bonus2 bAddItemHealRate,White_Potion,50; } }
-4229:4244:4299:4313,{ bonus bDef,3; bonus bMdef,3; }
-4237:4238,{ bonus3 bAutoSpell,"MG_LIGHTNINGBOLT",5,20; }
-4268:4277,{ bonus bBaseAtk,20; bonus bLuk,3; }
-4311:4319:4331:4371,{ bonus bInt,1; bonus bStr,1; bonus bDef,2; bonus bSPrecovRate,10; bonus2 bSkillAtk,"PA_SHIELDCHAIN",10; bonus2 bSkillAtk,"PA_SACRIFICE",10; bonus bCastrate,-10; if(BaseJob==Job_Crusader) bonus bDefEle,Ele_Holy; }
-4323:4324,{ bonus3 bAutoSpell,"MG_FROSTDIVER",3,250; }
-4435:4436,{ bonus2 bSPGainRace,RC_DemiPlayer,2; }
-5040:5442,{ bonus bAspdRate,3; bonus bCastrate,3; }
-5068:5653,{ bonus bStr,1; bonus bAtkRate,5; }
-5074:5653,{ bonus bStr,1; bonus bAspdRate,2; }
-5086:18656,{ bonus2 bAddMonsterDropItem,12192,1; bonus2 bAddMonsterDropItem,538,1; bonus2 bAddItemHealRate,12192,100; bonus2 bAddItemHealRate,538,100; }
-5176:18656,{ bonus bAspdRate,5; autobonus "{ bonus bAtk,50; }",5,10000,0,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }"; }
-//5184:5657,{ bonus bLongAtkRate,getrefine(); }
-5358:5653,{ bonus bAgi,1; bonus bFlee,3; }
-5401:5653,{ bonus bInt,1; bonus bMatkRate,2; }
-//5470:5653,{ bonus bDex,1; bonus bLongAtkRate,3; }
-5574:5073,{ bonus bDex, 2; bonus bDef, 2; }
-13034:13035,{ bonus bMaxSP,20; bonus bMaxHPrate,5; bonus bHit,10; bonus2 bAddSize,Size_Large,30; autobonus "{ bonus bAspdRate,100; }",1,7000,0,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }"; }
-18507:18539,{ bonus bUseSPrate,-3; }
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
deleted file mode 100644
index c860e0239..000000000
--- a/db/pre-re/item_db.conf
+++ /dev/null
@@ -1,97111 +0,0 @@
-//================= Hercules Database =====================================
-//= _ _ _
-//= | | | | | |
-//= | |_| | ___ _ __ ___ _ _| | ___ ___
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
-//= | | | | __/ | | (__| |_| | | __/\__ \
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/
-//================= License ===============================================
-//= This file is part of Hercules.
-//= http://herc.ws - http://github.com/HerculesWS/Hercules
-//=
-//= Copyright (C) 2014-2018 Hercules Dev Team
-//=
-//= Hercules 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/>.
-//=========================================================================
-//= Items Database
-//=========================================================================
-
-item_db: (
-/**************************************************************************
- ************* Entry structure ********************************************
- **************************************************************************
-{
- // ================ Mandatory fields ==============================
- Id: ID (int)
- AegisName: "Aegis_Name" (string)
- Name: "Item Name" (string)
- // ================ Optional fields ===============================
- Type: Item Type (string, defaults to "IT_ETC")
- Buy: Buy Price (int, defaults to Sell * 2)
- Sell: Sell Price (int, defaults to Buy / 2)
- Weight: Item Weight (int, defaults to 0)
- Atk: Attack (int, defaults to 0)
- Matk: Magical Attack (int, defaults to 0, ignored in pre-re)
- Def: Defense (int, defaults to 0)
- Range: Attack Range (int, defaults to 0)
- Slots: Slots (int, defaults to 0)
- Job: { (defaults to all job)
- All: true/false (boolean, defaults to false)
- Novice: true/false (boolean, defaults to false)
- Swordsman: true/false (boolean, defaults to false)
- Magician: true/false (boolean, defaults to false)
- Archer: true/false (boolean, defaults to false)
- Acolyte: true/false (boolean, defaults to false)
- Merchant: true/false (boolean, defaults to false)
- Thief: true/false (boolean, defaults to false)
- Knight: true/false (boolean, defaults to false)
- Priest: true/false (boolean, defaults to false)
- Wizard: true/false (boolean, defaults to false)
- Blacksmith: true/false (boolean, defaults to false)
- Hunter: true/false (boolean, defaults to false)
- Assassin: true/false (boolean, defaults to false)
- Crusader: true/false (boolean, defaults to false)
- Monk: true/false (boolean, defaults to false)
- Sage: true/false (boolean, defaults to false)
- Rogue: true/false (boolean, defaults to false)
- Alchemist: true/false (boolean, defaults to false)
- Bard: true/false (boolean, defaults to false)
- Taekwon: true/false (boolean, defaults to false)
- Star_Gladiator: true/false (boolean, defaults to false)
- Soul_Linker: true/false (boolean, defaults to false)
- Gunslinger: true/false (boolean, defaults to false)
- Ninja: true/false (boolean, defaults to false)
- Gangsi: true/false (boolean, defaults to false)
- Death_Knight: true/false (boolean, defaults to false)
- Dark_Collector: true/false (boolean, defaults to false)
- Kagerou: true/false (boolean, defaults to false)
- Rebellion: true/false (boolean, defaults to false)
- }
- Job: Job mask (alternate format, int, defaults to all jobs = 0xFFFFFFFF)
- Upper: Upper mask (bitmask array, string or int, defaults to "ITEMUPPER_ALL")
- Gender: Gender (string, defaults to "SEX_ANY")
- Loc: Equip location (bitmask array, string or int, required value for equipment)
- WeaponLv: Weapon Level (int, defaults to 0)
- EquipLv: Equip required level (int, defaults to 0)
- EquipLv: [min, max] (alternative syntax with min / max level)
- Refine: Refineable (boolean, defaults to true)
- DisableOptions: true/false (boolean, defaults to false !!for equipments only!!) [Smokexyz]
- Subtype: Item Subtype (int, defaults to 0)
- ViewSprite: Sprite view ID (int, defaults to 0)
- BindOnEquip: true/false (boolean, defaults to false)
- ForceSerial: true/false (boolean, defaults to false)
- BuyingStore: true/false (boolean, defaults to false)
- Delay: Delay to use item (int, defaults to 0)
- KeepAfterUse: true/false (boolean, defaults to false)
- DropAnnounce: true/false (boolean, defaults to false)
- ShowDropEffect: true/false (boolean, defaults to false)
- DropEffectMode: Effect Type (int, default to 0)
- Trade: { (defaults to no restrictions)
- override: GroupID (int, defaults to 100)
- nodrop: true/false (boolean, defaults to false)
- notrade: true/false (boolean, defaults to false)
- nostorage: true/false (boolean, defaults to false)
- nocart: true/false (boolean, defaults to false)
- noselltonpc: true/false (boolean, defaults to false)
- nomail: true/false (boolean, defaults to false)
- noauction: true/false (boolean, defaults to false)
- nogstorage: true/false (boolean, defaults to false)
- partneroverride: true/false (boolean, defaults to false)
- }
- Nouse: { (defaults to no restrictions)
- override: GroupID (int, defaults to 100)
- sitting: true/false (boolean, defaults to false)
- }
- Stack: [amount, type] (int, defaults to 0)
- Sprite: SpriteID (int, defaults to 0)
- Script: <"
- Script
- (it can be multi-line)
- ">
- OnEquipScript: <" OnEquip Script (can also be multi-line) ">
- OnUnequipScript: <" OnUnequip Script (can also be multi-line) ">
-},
-**************************************************************************/
-
-//== Healing Items =========================================
-{
- Id: 501
- AegisName: "Red_Potion"
- Name: "Red Potion"
- Type: "IT_HEALING"
- Buy: 50
- Weight: 70
- Script: <" itemheal rand(45,65),0; ">
-},
-{
- Id: 502
- AegisName: "Orange_Potion"
- Name: "Orange Potion"
- Type: "IT_HEALING"
- Buy: 200
- Weight: 100
- Script: <" itemheal rand(105,145),0; ">
-},
-{
- Id: 503
- AegisName: "Yellow_Potion"
- Name: "Yellow Potion"
- Type: "IT_HEALING"
- Buy: 550
- Weight: 130
- Script: <" itemheal rand(175,235),0; ">
-},
-{
- Id: 504
- AegisName: "White_Potion"
- Name: "White Potion"
- Type: "IT_HEALING"
- Buy: 1200
- Weight: 150
- Script: <" itemheal rand(325,405),0; ">
-},
-{
- Id: 505
- AegisName: "Blue_Potion"
- Name: "Blue Potion"
- Type: "IT_HEALING"
- Buy: 5000
- Weight: 150
- Script: <" itemheal 0,rand(40,60); ">
-},
-{
- Id: 506
- AegisName: "Green_Potion"
- Name: "Green Potion"
- Type: "IT_HEALING"
- Buy: 40
- Weight: 70
- BuyingStore: true
- Script: <"
- sc_end SC_POISON;
- sc_end SC_SILENCE;
- sc_end SC_BLIND;
- sc_end SC_CONFUSION;
- ">
-},
-{
- Id: 507
- AegisName: "Red_Herb"
- Name: "Red Herb"
- Type: "IT_HEALING"
- Buy: 18
- Weight: 30
- BuyingStore: true
- Script: <" itemheal rand(18,28),0; ">
-},
-{
- Id: 508
- AegisName: "Yellow_Herb"
- Name: "Yellow Herb"
- Type: "IT_HEALING"
- Buy: 40
- Weight: 50
- BuyingStore: true
- Script: <" itemheal rand(38,58),0; ">
-},
-{
- Id: 509
- AegisName: "White_Herb"
- Name: "White Herb"
- Type: "IT_HEALING"
- Buy: 120
- Weight: 70
- BuyingStore: true
- Script: <" itemheal rand(75,115),0; ">
-},
-{
- Id: 510
- AegisName: "Blue_Herb"
- Name: "Blue Herb"
- Type: "IT_HEALING"
- Buy: 60
- Weight: 70
- BuyingStore: true
- Script: <" itemheal 0,rand(15,30); ">
-},
-{
- Id: 511
- AegisName: "Green_Herb"
- Name: "Green Herb"
- Type: "IT_HEALING"
- Buy: 10
- Weight: 30
- BuyingStore: true
- Script: <" sc_end SC_POISON; ">
-},
-{
- Id: 512
- AegisName: "Apple"
- Name: "Apple"
- Type: "IT_HEALING"
- Buy: 15
- Weight: 20
- BuyingStore: true
- Script: <" itemheal rand(16,22),0; ">
-},
-{
- Id: 513
- AegisName: "Banana"
- Name: "Banana"
- Type: "IT_HEALING"
- Buy: 15
- Weight: 20
- BuyingStore: true
- Script: <" itemheal rand(17,21),0; ">
-},
-{
- Id: 514
- AegisName: "Grape"
- Name: "Grape"
- Type: "IT_HEALING"
- Buy: 200
- Weight: 20
- BuyingStore: true
- Script: <" itemheal 0,rand(10,15); ">
-},
-{
- Id: 515
- AegisName: "Carrot"
- Name: "Carrot"
- Type: "IT_HEALING"
- Buy: 15
- Weight: 20
- BuyingStore: true
- Script: <" itemheal rand(18,20),0; ">
-},
-{
- Id: 516
- AegisName: "Sweet_Potato"
- Name: "Potato"
- Type: "IT_HEALING"
- Buy: 15
- Weight: 20
- BuyingStore: true
- Script: <" itemheal rand(15,23),0; ">
-},
-{
- Id: 517
- AegisName: "Meat"
- Name: "Meat"
- Type: "IT_HEALING"
- Buy: 50
- Weight: 150
- BuyingStore: true
- Script: <" itemheal rand(70,100),0; ">
-},
-{
- Id: 518
- AegisName: "Honey"
- Name: "Honey"
- Type: "IT_HEALING"
- Buy: 500
- Weight: 100
- BuyingStore: true
- Script: <" itemheal rand(70,100),rand(20,40); ">
-},
-{
- Id: 519
- AegisName: "Milk"
- Name: "Milk"
- Type: "IT_HEALING"
- Buy: 25
- Weight: 30
- BuyingStore: true
- Script: <" itemheal rand(27,37),0; ">
-},
-{
- Id: 520
- AegisName: "Leaflet_Of_Hinal"
- Name: "Hinalle Leaflet"
- Type: "IT_HEALING"
- Buy: 150
- Weight: 10
- BuyingStore: true
- Script: <" itemheal rand(175,235),0; ">
-},
-{
- Id: 521
- AegisName: "Leaflet_Of_Aloe"
- Name: "Aloe Leaflet"
- Type: "IT_HEALING"
- Buy: 360
- Weight: 20
- BuyingStore: true
- Script: <" itemheal rand(325,405),0; ">
-},
-{
- Id: 522
- AegisName: "Fruit_Of_Mastela"
- Name: "Mastela Fruit"
- Type: "IT_HEALING"
- Buy: 8500
- Weight: 30
- BuyingStore: true
- Script: <" itemheal rand(400,600),0; ">
-},
-{
- Id: 523
- AegisName: "Holy_Water"
- Name: "Holy Water"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 30
- BuyingStore: true
- Script: <" sc_end SC_CURSE; ">
-},
-{
- Id: 525
- AegisName: "Panacea"
- Name: "Panacea"
- Type: "IT_HEALING"
- Buy: 500
- Weight: 100
- BuyingStore: true
- Script: <"
- sc_end SC_POISON;
- sc_end SC_SILENCE;
- sc_end SC_BLIND;
- sc_end SC_CONFUSION;
- sc_end SC_CURSE;
- sc_end SC_ILLUSION;
- ">
-},
-{
- Id: 526
- AegisName: "Royal_Jelly"
- Name: "Royal Jelly"
- Type: "IT_HEALING"
- Buy: 7000
- Weight: 150
- BuyingStore: true
- Script: <"
- itemheal rand(325,405),rand(40,60);
- sc_end SC_POISON;
- sc_end SC_SILENCE;
- sc_end SC_BLIND;
- sc_end SC_CONFUSION;
- sc_end SC_CURSE;
- sc_end SC_ILLUSION;
- ">
-},
-{
- Id: 528
- AegisName: "Monsters_Feed"
- Name: "Monster's Feed"
- Type: "IT_HEALING"
- Buy: 60
- Weight: 150
- BuyingStore: true
- Script: <" itemheal rand(72,108),0; ">
-},
-{
- Id: 529
- AegisName: "Candy"
- Name: "Candy"
- Type: "IT_HEALING"
- Buy: 10
- Weight: 30
- BuyingStore: true
- Script: <" itemheal rand(45,65),0; ">
-},
-{
- Id: 530
- AegisName: "Candy_Striper"
- Name: "Candy Cane"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 40
- BuyingStore: true
- Script: <" itemheal rand(105,145),0; ">
-},
-{
- Id: 531
- AegisName: "Apple_Juice"
- Name: "Apple Juice"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 40
- BuyingStore: true
- Script: <" itemheal rand(25,35),0; ">
-},
-{
- Id: 532
- AegisName: "Banana_Juice"
- Name: "Banana Juice"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 40
- BuyingStore: true
- Script: <" itemheal rand(26,34),0; ">
-},
-{
- Id: 533
- AegisName: "Grape_Juice"
- Name: "Grape Juice"
- Type: "IT_HEALING"
- Buy: 250
- Weight: 40
- BuyingStore: true
- Script: <" itemheal 0,rand(15,25); ">
-},
-{
- Id: 534
- AegisName: "Carrot_Juice"
- Name: "Carrot Juice"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 40
- BuyingStore: true
- Script: <" itemheal rand(27,33),0; ">
-},
-{
- Id: 535
- AegisName: "Pumpkin"
- Name: "Pumpkin"
- Type: "IT_HEALING"
- Buy: 15
- Weight: 20
- BuyingStore: true
- Script: <" itemheal 19,0; ">
-},
-{
- Id: 536
- AegisName: "Ice_Cream"
- Name: "Ice Cream"
- Type: "IT_HEALING"
- Buy: 150
- Weight: 80
- BuyingStore: true
- Script: <"
- itemheal rand(105,145),0;
- sc_start SC_FREEZE,10000,0,2500,SCFLAG_NONE;
- ">
-},
-{
- Id: 537
- AegisName: "Pet_Food"
- Name: "Pet Food"
- Type: "IT_HEALING"
- Buy: 1000
- Weight: 10
- BuyingStore: true
- Script: <" itemheal rand(50,90),0; ">
-},
-{
- Id: 538
- AegisName: "Well_Baked_Cookie"
- Name: "Well-baked Cookie"
- Type: "IT_HEALING"
- Buy: 1000
- Weight: 30
- BuyingStore: true
- Script: <" itemheal rand(160,200),0; ">
-},
-{
- Id: 539
- AegisName: "Piece_Of_Cake"
- Name: "Piece of Cake"
- Type: "IT_HEALING"
- Buy: 3000
- Weight: 100
- BuyingStore: true
- Script: <" itemheal rand(270,330),0; ">
-},
-{
- Id: 540
- AegisName: "Falcons_Feed"
- Name: "Falcon Food"
- Type: "IT_HEALING"
- Buy: 2000
- Weight: 50
- Script: <" itemheal rand(185,225),0; ">
-},
-{
- Id: 541
- AegisName: "Pecopecos_Feed"
- Name: "PecoPeco Food"
- Type: "IT_HEALING"
- Buy: 3000
- Weight: 50
- Script: <" itemheal rand(325,405),0; ">
-},
-/*
-{
- Id: 542
- AegisName: "Festive_Cookie"
- Name: "Festival Cookie"
- Type: "IT_HEALING"
- Buy: 10
- Weight: 10
- Script: <" itemheal rand(325,405),0; ">
-},
-*/
-/*
-{
- Id: 543
- AegisName: "Festive_Rainbow_Cake"
- Name: "Festival Rainbow Cake"
- Type: "IT_HEALING"
- Buy: 10
- Weight: 10
- Script: <" itemheal rand(325,405),0; ">
-},
-*/
-{
- Id: 544
- AegisName: "Fish_Slice"
- Name: "Raw Fish"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 30
- BuyingStore: true
- Script: <" itemheal rand(25,60),0; ">
-},
-{
- Id: 545
- AegisName: "Red_Slim_Potion"
- Name: "Condensed Red Potion"
- Type: "IT_HEALING"
- Buy: 150
- Weight: 20
- Script: <" itemheal rand(45,65),0; ">
-},
-{
- Id: 546
- AegisName: "Yellow_Slim_Potion"
- Name: "Condensed Yellow Potion"
- Type: "IT_HEALING"
- Buy: 600
- Weight: 30
- Script: <" itemheal rand(175,235),0; ">
-},
-{
- Id: 547
- AegisName: "White_Slim_Potion"
- Name: "Condensed White Potion"
- Type: "IT_HEALING"
- Buy: 1650
- Weight: 50
- Script: <" itemheal rand(325,405),0; ">
-},
-{
- Id: 548
- AegisName: "Cheese"
- Name: "Cheese"
- Type: "IT_HEALING"
- Buy: 2800
- Weight: 50
- BuyingStore: true
- Script: <" itemheal 0,rand(10,15); ">
-},
-{
- Id: 549
- AegisName: "Nice_Sweet_Potato"
- Name: "Yam"
- Type: "IT_HEALING"
- Buy: 180
- Weight: 80
- BuyingStore: true
- Script: <"
- itemheal rand(50,100),0;
- sc_start SC_STUN,3000,0,1500,SCFLAG_NONE;
- ">
-},
-{
- Id: 550
- AegisName: "Popped_Rice"
- Name: "Rice Cake"
- Type: "IT_HEALING"
- Buy: 10
- Weight: 10
- BuyingStore: true
- Script: <" itemheal rand(10,15),0; ">
-},
-{
- Id: 551
- AegisName: "Shusi"
- Name: "Sushi"
- Type: "IT_HEALING"
- Buy: 1
- Weight: 50
- BuyingStore: true
- Script: <" itemheal rand(50,60),0; ">
-},
-{
- Id: 552
- AegisName: "KETUPAT"
- Name: "Ketupat"
- Type: "IT_HEALING"
- Buy: 1
- Weight: 10
- Script: <" itemheal rand(70,90),rand(20,30); ">
-},
-{
- Id: 553
- AegisName: "Bun"
- Name: "Bao"
- Type: "IT_HEALING"
- Buy: 1
- Weight: 50
- BuyingStore: true
- Script: <" itemheal rand(35,70),0; ">
-},
-{
- Id: 554
- AegisName: "Mojji"
- Name: "Mochi"
- Type: "IT_HEALING"
- Buy: 400
- Weight: 80
- Script: <"
- itemheal rand(105,145),0;
- sc_start SC_STUN,3000,0;
- sc_start SC_BLIND,2000,0,1500,SCFLAG_NONE;
- ">
-},
-{
- Id: 555
- AegisName: "Rice_Cake"
- Name: "Traditional Rice Cake"
- Type: "IT_HEALING"
- Buy: 100
- Weight: 20
- Script: <" itemheal rand(105,145),0; ">
-},
-{
- Id: 556
- AegisName: "Long_Rice_Cake"
- Name: "Rice Cake Stick"
- Type: "IT_HEALING"
- Buy: 10
- Weight: 10
- Script: <" itemheal rand(20,25),0; ">
-},
-{
- Id: 557
- AegisName: "Hash_Rice_Cake"
- Name: "Neatly Sliced Rice Cake"
- Type: "IT_HEALING"
- Buy: 10
- Weight: 10
- Script: <" itemheal rand(25,30),0; ">
-},
-{
- Id: 558
- AegisName: "Chocolate"
- Name: "Chocolate"
- Type: "IT_HEALING"
- Buy: 1
- Weight: 20
- Script: <" itemheal 1,1; ">
-},
-{
- Id: 559
- AegisName: "HandMade_Chocolate"
- Name: "Hand-made Chocolate"
- Type: "IT_HEALING"
- Buy: 1
- Weight: 80
- Script: <" itemheal 50,50; ">
-},
-{
- Id: 560
- AegisName: "HandMade_Chocolate_"
- Name: "Handmade White Chocolate"
- Type: "IT_HEALING"
- Buy: 5000
- Weight: 80
- Script: <" itemheal 50,50; ">
-},
-{
- Id: 561
- AegisName: "White_Chocolate"
- Name: "White Chocolate"
- Type: "IT_HEALING"
- Buy: 5000
- Weight: 80
- Script: <" itemheal 50,50; ">
-},
-{
- Id: 562
- AegisName: "Pizza"
- Name: "Doublecrust Swiss Fondue"
- Type: "IT_HEALING"
- Buy: 100
- Weight: 150
- Script: <" itemheal rand(70,100),0; ">
-},
-{
- Id: 563
- AegisName: "Pizza_01"
- Name: "Doublecrust Swiss Fondue"
- Type: "IT_HEALING"
- Buy: 1200
- Weight: 150
- Script: <" itemheal rand(375,445),0; ">
-},
-{
- Id: 564
- AegisName: "Rice_Ball"
- Name: "Rice Ball"
- Type: "IT_HEALING"
- Buy: 1
- Weight: 30
- BuyingStore: true
- Script: <" itemheal 200,0; ">
-},
-{
- Id: 565
- AegisName: "Vita500_Bottle"
- Name: "Vita500"
- Type: "IT_HEALING"
- Buy: 580
- Weight: 100
- Script: <" itemheal rand(142,274),0; ">
-},
-{
- Id: 566
- AegisName: "Tomyumkung"
- Name: "Tom Yum Goong"
- Type: "IT_HEALING"
- Buy: 10000
- Weight: 150
- BuyingStore: true
- Script: <"
- itemheal rand(244,350),rand(10,30);
- sc_end SC_POISON;
- sc_end SC_SILENCE;
- sc_end SC_BLIND;
- sc_end SC_CONFUSION;
- sc_end SC_CURSE;
- sc_end SC_ILLUSION;
- ">
-},
-{
- Id: 567
- AegisName: "Prawn"
- Name: "Shrimp"
- Type: "IT_HEALING"
- Buy: 500
- Weight: 40
- BuyingStore: true
- Script: <" itemheal rand(117,192),0; ">
-},
-{
- Id: 568
- AegisName: "Lemon"
- Name: "Lemon"
- Type: "IT_HEALING"
- Buy: 60
- Weight: 40
- BuyingStore: true
- Script: <" itemheal 0,rand(10,20); ">
-},
-{
- Id: 569
- AegisName: "Novice_Potion"
- Name: "Novice Potion"
- Type: "IT_HEALING"
- Weight: 10
- BuyingStore: true
- Script: <" itemheal rand(22,33),0; ">
-},
-{
- Id: 570
- AegisName: "Lucky_Candy"
- Name: "Lucky Candy"
- Type: "IT_HEALING"
- Buy: 10
- Weight: 30
- BuyingStore: true
- Script: <" itemheal rand(45,65),0; ">
-},
-{
- Id: 571
- AegisName: "Lucky_Candy_Cane"
- Name: "Lucky Candy Cane"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 40
- BuyingStore: true
- Script: <" itemheal rand(105,145),0; ">
-},
-{
- Id: 572
- AegisName: "Lucky_Cookie"
- Name: "Lucky Cookie"
- Type: "IT_HEALING"
- Buy: 1000
- Weight: 30
- BuyingStore: true
- Script: <" itemheal rand(160,200),0; ">
-},
-{
- Id: 573
- AegisName: "Chocolate_Drink"
- Name: "Chocolate Drink"
- Type: "IT_HEALING"
- Buy: 7000
- Weight: 150
- Script: <"
- itemheal rand(330,410),rand(45,65);
- sc_end SC_POISON;
- sc_end SC_SILENCE;
- sc_end SC_BLIND;
- sc_end SC_CONFUSION;
- sc_end SC_CURSE;
- sc_end SC_ILLUSION;
- ">
-},
-{
- Id: 574
- AegisName: "Egg"
- Name: "Egg"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 30
- BuyingStore: true
- Script: <" itemheal rand(33,42),0; ">
-},
-{
- Id: 575
- AegisName: "Piece_Of_Cake_"
- Name: "2nd Anniversary Cake"
- Type: "IT_HEALING"
- Buy: 10
- Weight: 100
- Script: <" itemheal rand(270,330),0; ">
-},
-{
- Id: 576
- AegisName: "Prickly_Fruit"
- Name: "Prickly Fruit"
- Type: "IT_HEALING"
- Buy: 540
- Weight: 60
- BuyingStore: true
- Script: <" itemheal rand(150,300),rand(20,30); ">
-},
-{
- Id: 577
- AegisName: "Grain"
- Name: "Bag of Grain"
- Type: "IT_HEALING"
- Buy: 200
- Weight: 20
- BuyingStore: true
- Script: <" itemheal rand(60,70),0; ">
-},
-{
- Id: 578
- AegisName: "Strawberry"
- Name: "Strawberry"
- Type: "IT_HEALING"
- Buy: 200
- Weight: 20
- BuyingStore: true
- Script: <" itemheal 0,rand(16,28); ">
-},
-{
- Id: 579
- AegisName: "Delicious_Fish"
- Name: "Fresh Fish"
- Type: "IT_HEALING"
- Buy: 250
- Weight: 20
- BuyingStore: true
- Script: <" itemheal rand(100,150),0; ">
-},
-{
- Id: 580
- AegisName: "Bread"
- Name: "Bread"
- Type: "IT_HEALING"
- Buy: 150
- Weight: 20
- BuyingStore: true
- Script: <" itemheal rand(50,90),0; ">
-},
-{
- Id: 581
- AegisName: "Mushroom"
- Name: "Edible Mushroom"
- Type: "IT_HEALING"
- Buy: 40
- Weight: 20
- BuyingStore: true
- Script: <" itemheal rand(20,30),0; ">
-},
-{
- Id: 582
- AegisName: "Orange"
- Name: "Orange"
- Type: "IT_HEALING"
- Buy: 300
- Weight: 20
- BuyingStore: true
- Script: <" itemheal rand(10,20),rand(10,20); ">
-},
-{
- Id: 583
- AegisName: "KETUPAT_"
- Name: "Ketupat Sayur"
- Type: "IT_HEALING"
- Buy: 7000
- Weight: 150
- Script: <"
- itemheal rand(325,405),rand(40,60);
- sc_end SC_POISON;
- sc_end SC_SILENCE;
- sc_end SC_BLIND;
- sc_end SC_CONFUSION;
- sc_end SC_CURSE;
- sc_end SC_ILLUSION;
- ">
-},
-{
- Id: 584
- AegisName: "Fish_Ball_Soup"
- Name: "Fish Cake Soup"
- Type: "IT_HEALING"
- Buy: 100
- Weight: 60
- BuyingStore: true
- Script: <" itemheal rand(40,70),0; ">
-},
-{
- Id: 585
- AegisName: "Wurst"
- Name: "Wurst"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 40
- Script: <" itemheal rand(15,20),0; ">
-},
-{
- Id: 586
- AegisName: "Mothers_Cake"
- Name: "Mother's Cake"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 100
- Script: <" itemheal rand(325,405),0; ">
-},
-{
- Id: 587
- AegisName: "Prickly_Fruit_"
- Name: "Red Prickly Fruit"
- Type: "IT_HEALING"
- Buy: 880
- Weight: 60
- BuyingStore: true
- Script: <" itemheal rand(270,330),rand(20,30); ">
-},
-{
- Id: 588
- AegisName: "Spaghetti"
- Name: "Spaghetti"
- Type: "IT_HEALING"
- Buy: 100
- Weight: 100
- Script: <" itemheal rand(40,70),0; ">
-},
-{
- Id: 589
- AegisName: "Pizza_02"
- Name: "Pizza"
- Type: "IT_HEALING"
- Buy: 1200
- Weight: 150
- Script: <" itemheal rand(375,445),0; ">
-},
-{
- Id: 590
- AegisName: "Brezel_"
- Name: "Pretzel"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 20
- Script: <" itemheal rand(50,90),0; ">
-},
-{
- Id: 591
- AegisName: "Caviar_Pancake"
- Name: "Caviar Pancake"
- Type: "IT_HEALING"
- Weight: 150
- BuyingStore: true
- Script: <"
- itemheal rand(325,405),rand(40,60);
- sc_end SC_POISON;
- sc_end SC_SILENCE;
- sc_end SC_BLIND;
- sc_end SC_CONFUSION;
- sc_end SC_CURSE;
- sc_end SC_ILLUSION;
- ">
-},
-{
- Id: 592
- AegisName: "Jam_Pancake"
- Name: "Jam Pancake"
- Type: "IT_HEALING"
- Weight: 150
- BuyingStore: true
- Script: <"
- itemheal rand(325,405),rand(40,60);
- sc_end SC_POISON;
- sc_end SC_SILENCE;
- sc_end SC_BLIND;
- sc_end SC_CONFUSION;
- sc_end SC_CURSE;
- sc_end SC_ILLUSION;
- ">
-},
-{
- Id: 593
- AegisName: "Honey_Pancake"
- Name: "Honey Pancake"
- Type: "IT_HEALING"
- Weight: 150
- BuyingStore: true
- Script: <"
- itemheal rand(325,405),rand(40,60);
- sc_end SC_POISON;
- sc_end SC_SILENCE;
- sc_end SC_BLIND;
- sc_end SC_CONFUSION;
- sc_end SC_CURSE;
- sc_end SC_ILLUSION;
- ">
-},
-{
- Id: 594
- AegisName: "Sour_Cream_Pancake"
- Name: "Sour-Cream Pancake"
- Type: "IT_HEALING"
- Weight: 150
- BuyingStore: true
- Script: <"
- itemheal rand(325,405),rand(40,60);
- sc_end SC_POISON;
- sc_end SC_SILENCE;
- sc_end SC_BLIND;
- sc_end SC_CONFUSION;
- sc_end SC_CURSE;
- sc_end SC_ILLUSION;
- ">
-},
-{
- Id: 595
- AegisName: "Mushroom_Pancake"
- Name: "Mushroom Pancake"
- Type: "IT_HEALING"
- Weight: 150
- BuyingStore: true
- Script: <"
- itemheal rand(325,405),rand(40,60);
- sc_end SC_POISON;
- sc_end SC_SILENCE;
- sc_end SC_BLIND;
- sc_end SC_CONFUSION;
- sc_end SC_CURSE;
- sc_end SC_ILLUSION;
- ">
-},
-{
- Id: 596
- AegisName: "Cute_Strawberry_Choco"
- Name: "Cute Strawberry-Choco"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 100
- Script: <" itemheal 0,rand(1,100); ">
-},
-{
- Id: 597
- AegisName: "Lovely_Choco_Tart"
- Name: "Lovely Choco-Tart"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 100
- Script: <" itemheal rand(10,400),0; ">
-},
-{
- Id: 598
- AegisName: "Light_Red_Pot"
- Name: "Light Red Potion"
- Type: "IT_HEALING"
- Buy: 50
- Weight: 10
- Script: <" itemheal rand(45,65),0; ">
-},
-{
- Id: 599
- AegisName: "Light_Orange_Pot"
- Name: "Light Orange Potion"
- Type: "IT_HEALING"
- Buy: 200
- Weight: 10
- Script: <" itemheal rand(105,145),0; ">
-},
-
-//== Usable Items ==========================================
-{
- Id: 601
- AegisName: "Wing_Of_Fly"
- Name: "Fly Wing"
- Type: "IT_DELAYCONSUME"
- Buy: 60
- Weight: 50
- BuyingStore: true
- Script: <" itemskill AL_TELEPORT,1; ">
-},
-{
- Id: 602
- AegisName: "Wing_Of_Butterfly"
- Name: "Butterfly Wing"
- Type: "IT_DELAYCONSUME"
- Buy: 300
- Weight: 50
- BuyingStore: true
- Script: <" itemskill AL_TELEPORT,3; ">
-},
-{
- Id: 603
- AegisName: "Old_Blue_Box"
- Name: "Old Blue Box"
- Type: "IT_USABLE"
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Script: <" getrandgroupitem 603,1; ">
-},
-{
- Id: 604
- AegisName: "Branch_Of_Dead_Tree"
- Name: "Dead Branch"
- Type: "IT_USABLE"
- Buy: 50
- Weight: 50
- BuyingStore: true
- Script: <" monster "this",-1,-1,"--ja--",-1,1,""; ">
-},
-{
- Id: 605
- AegisName: "Anodyne"
- Name: "Anodyne"
- Type: "IT_DELAYCONSUME"
- Buy: 2000
- Weight: 100
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill SM_ENDURE,1; ">
-},
-{
- Id: 606
- AegisName: "Aloebera"
- Name: "Aloevera"
- Type: "IT_DELAYCONSUME"
- Buy: 1500
- Weight: 100
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill SM_SELFPROVOKE,1; ">
-},
-{
- Id: 607
- AegisName: "Yggdrasilberry"
- Name: "Yggdrasil Berry"
- Type: "IT_HEALING"
- Buy: 5000
- Weight: 300
- BuyingStore: true
- Script: <" percentheal 100,100; ">
-},
-{
- Id: 608
- AegisName: "Seed_Of_Yggdrasil"
- Name: "Yggdrasil Seed"
- Type: "IT_HEALING"
- Buy: 5000
- Weight: 300
- BuyingStore: true
- Script: <" percentheal 50,50; ">
-},
-{
- Id: 609
- AegisName: "Amulet"
- Name: "Amulet"
- Type: "IT_USABLE"
- Buy: 100
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 610
- AegisName: "Leaf_Of_Yggdrasil"
- Name: "Yggdrasil Leaf"
- Type: "IT_DELAYCONSUME"
- Buy: 4000
- Weight: 100
- BuyingStore: true
- Script: <" itemskill ALL_RESURRECTION,1; ">
-},
-{
- Id: 611
- AegisName: "Spectacles"
- Name: "Magnifier"
- Type: "IT_DELAYCONSUME"
- Buy: 40
- Weight: 50
- BuyingStore: true
- Script: <" itemskill MC_IDENTIFY,1; ">
-},
-{
- Id: 612
- AegisName: "Portable_Furnace"
- Name: "Mini Furnace"
- Type: "IT_USABLE"
- Buy: 150
- Weight: 200
- BuyingStore: true
- Script: <" produce 21; ">
-},
-{
- Id: 613
- AegisName: "Iron_Hammer"
- Name: "Iron Hammer"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Script: <" produce 1; ">
-},
-{
- Id: 614
- AegisName: "Golden_Hammer"
- Name: "Golden Hammer"
- Type: "IT_USABLE"
- Buy: 3000
- Weight: 300
- BuyingStore: true
- Script: <" produce 2; ">
-},
-{
- Id: 615
- AegisName: "Oridecon_Hammer"
- Name: "Oridecon Hammer"
- Type: "IT_USABLE"
- Buy: 5000
- Weight: 400
- BuyingStore: true
- Script: <" produce 3; ">
-},
-{
- Id: 616
- AegisName: "Old_Card_Album"
- Name: "Old Card Album"
- Type: "IT_USABLE"
- Buy: 10000
- Weight: 50
- BuyingStore: true
- Script: <" getrandgroupitem 616,1; ">
-},
-{
- Id: 617
- AegisName: "Old_Violet_Box"
- Name: "Old Purple Box"
- Type: "IT_USABLE"
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Script: <" getrandgroupitem 617,1; ">
-},
-{
- Id: 618
- AegisName: "Worn_Out_Scroll"
- Name: "Worn Out Scroll"
- Type: "IT_USABLE"
- Buy: 50
- Weight: 20
- BuyingStore: true
-},
-{
- Id: 619
- AegisName: "Unripe_Apple"
- Name: "Unripe Apple"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet PORING; ">
-},
-{
- Id: 620
- AegisName: "Orange_Juice"
- Name: "Orange Juice"
- Type: "IT_USABLE"
- Buy: 1500
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet DROPS; ">
-},
-{
- Id: 621
- AegisName: "Bitter_Herb"
- Name: "Bitter Herb"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet POPORING; ">
-},
-{
- Id: 622
- AegisName: "Rainbow_Carrot"
- Name: "Rainbow Carrot"
- Type: "IT_USABLE"
- Buy: 2500
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet LUNATIC; ">
-},
-{
- Id: 623
- AegisName: "Earthworm_The_Dude"
- Name: "Earthworm the Dude"
- Type: "IT_USABLE"
- Buy: 4000
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet PICKY; ">
-},
-{
- Id: 624
- AegisName: "Rotten_Fish"
- Name: "Rotten Fish"
- Type: "IT_USABLE"
- Buy: 2500
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet CHONCHON; ">
-},
-{
- Id: 625
- AegisName: "Lusty_Iron"
- Name: "Rusty Iron"
- Type: "IT_USABLE"
- Buy: 100
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet STEEL_CHONCHON; ">
-},
-{
- Id: 626
- AegisName: "Monster_Juice"
- Name: "Monster Juice"
- Type: "IT_USABLE"
- Buy: 1500
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet HUNTER_FLY; ">
-},
-{
- Id: 627
- AegisName: "Sweet_Milk"
- Name: "Sweet Milk"
- Type: "IT_USABLE"
- Buy: 7000
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet SAVAGE_BABE; ">
-},
-{
- Id: 628
- AegisName: "Well_Dried_Bone"
- Name: "Well-Dried Bone"
- Type: "IT_USABLE"
- Buy: 10000
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet DESERT_WOLF_B; ">
-},
-{
- Id: 629
- AegisName: "Singing_Flower"
- Name: "Singing Flower"
- Type: "IT_USABLE"
- Buy: 300
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet ROCKER; ">
-},
-{
- Id: 630
- AegisName: "Dew_Laden_Moss"
- Name: "Dew Laden Moss"
- Type: "IT_USABLE"
- Buy: 10
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet SPORE; ">
-},
-{
- Id: 631
- AegisName: "Deadly_Noxious_Herb"
- Name: "Deadly Noxious Herb"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet POISON_SPORE; ">
-},
-{
- Id: 632
- AegisName: "Fatty_Chubby_Earthworm"
- Name: "Fatty Chubby Earthworm"
- Type: "IT_USABLE"
- Buy: 5000
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet PECOPECO; ">
-},
-{
- Id: 633
- AegisName: "Baked_Yam"
- Name: "Sweet Potato"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet SMOKIE; ">
-},
-{
- Id: 634
- AegisName: "Tropical_Banana"
- Name: "Tropical Banana"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet YOYO; ">
-},
-{
- Id: 635
- AegisName: "Horror_Of_Tribe"
- Name: "Orc Trophy"
- Type: "IT_USABLE"
- Buy: 300
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet ORK_WARRIOR; ">
-},
-{
- Id: 636
- AegisName: "No_Recipient"
- Name: "No Recipient"
- Type: "IT_USABLE"
- Buy: 100
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet MUNAK; ">
-},
-{
- Id: 637
- AegisName: "Old_Broom"
- Name: "Old Broom"
- Type: "IT_USABLE"
- Buy: 350
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet DOKEBI; ">
-},
-{
- Id: 638
- AegisName: "Silver_Knife_Of_Chaste"
- Name: "Silver Knife of Chastity"
- Type: "IT_USABLE"
- Buy: 12000
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet SOHEE; ">
-},
-{
- Id: 639
- AegisName: "Armlet_Of_Obedience"
- Name: "Armlet of Obedience"
- Type: "IT_USABLE"
- Buy: 18000
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet ISIS; ">
-},
-{
- Id: 640
- AegisName: "Shining_Stone"
- Name: "Shining Stone"
- Type: "IT_USABLE"
- Buy: 3000
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet PETIT; ">
-},
-{
- Id: 641
- AegisName: "Contracts_In_Shadow"
- Name: "Contract in Shadow"
- Type: "IT_USABLE"
- Buy: 100
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet DEVIRUCHI; ">
-},
-{
- Id: 642
- AegisName: "Book_Of_Devil"
- Name: "Book of the Devil"
- Type: "IT_USABLE"
- Buy: 1800
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet BAPHOMET_; ">
-},
-{
- Id: 643
- AegisName: "Pet_Incubator"
- Name: "Pet Incubator"
- Type: "IT_USABLE"
- Buy: 3000
- Weight: 30
- BuyingStore: true
- Script: <" bpet; ">
-},
-{
- Id: 644
- AegisName: "Gift_Box"
- Name: "Gift Box"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Script: <" getrandgroupitem 644,1; ">
-},
-{
- Id: 645
- AegisName: "Center_Potion"
- Name: "Concentration Potion"
- Type: "IT_USABLE"
- Buy: 800
- Weight: 100
- BuyingStore: true
- Script: <" sc_start SC_ATTHASTE_POTION1, 1800000, 0; ">
-},
-{
- Id: 656
- AegisName: "Awakening_Potion"
- Name: "Awakening Potion"
- Type: "IT_USABLE"
- Buy: 1500
- Weight: 150
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Taekwon: true
- Star_Gladiator: true
- Soul_Linker: true
- Gunslinger: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- Summoner: true
- }
- EquipLv: 40
- BuyingStore: true
- Script: <" sc_start SC_ATTHASTE_POTION2, 1800000, 0; ">
-},
-{
- Id: 657
- AegisName: "Berserk_Potion"
- Name: "Berserk Potion"
- Type: "IT_USABLE"
- Buy: 3000
- Weight: 200
- Job: {
- Swordsman: true
- Magician: true
- Merchant: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Crusader: true
- Rogue: true
- Alchemist: true
- Taekwon: true
- Star_Gladiator: true
- Soul_Linker: true
- Gunslinger: true
- }
- EquipLv: 85
- BuyingStore: true
- Script: <" sc_start SC_ATTHASTE_POTION3, 1800000, 0; ">
-},
-{
- Id: 658
- AegisName: "Union_Of_Tribe"
- Name: "Union of Tribe"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 500
- BuyingStore: true
- Script: <" guildgetexp rand(600000,1200000); ">
-},
-{
- Id: 659
- AegisName: "Heart_Of_Her"
- Name: "Her Heart"
- Type: "IT_USABLE"
- Buy: 500
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet BON_GUN; ">
-},
-{
- Id: 660
- AegisName: "Prohibition_Red_Candle"
- Name: "Forbidden Red Candle"
- Type: "IT_USABLE"
- Buy: 20000
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet ZHERLTHSH; ">
-},
-{
- Id: 661
- AegisName: "Sway_Apron"
- Name: "Soft Apron"
- Type: "IT_USABLE"
- Buy: 20000
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet ALICE; ">
-},
-{
- Id: 662
- AegisName: "Inspector_Certificate"
- Name: "Authoritative Badge"
- Type: "IT_USABLE"
- Buy: 1450
- Weight: 30
- BuyingStore: true
- Script: <" sc_start SC_MOVHASTE_HORSE, 180000, 25; ">
-},
-{
- Id: 663
- AegisName: "Korea_Rice_Cake"
- Name: "Korean Rice Cake"
- Type: "IT_HEALING"
- Buy: 1
- Weight: 10
- BuyingStore: true
- Script: <" percentheal 10,0; ">
-},
-{
- Id: 664
- AegisName: "Gift_Box_1"
- Name: "Gift Box"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Script: <" getrandgroupitem 664,1; ">
-},
-{
- Id: 665
- AegisName: "Gift_Box_2"
- Name: "Gift Box"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Script: <" getrandgroupitem 665,1; ">
-},
-{
- Id: 666
- AegisName: "Gift_Box_3"
- Name: "Gift Box"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Script: <" getrandgroupitem 666,1; ">
-},
-{
- Id: 667
- AegisName: "Gift_Box_4"
- Name: "Gift Box"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Script: <" getrandgroupitem 667,1; ">
-},
-{
- Id: 668
- AegisName: "Handsei"
- Name: "Red Envelope"
- Type: "IT_USABLE"
- Weight: 20
- BuyingStore: true
- Script: <" Zeny += rand(1000,10000); ">
-},
-{
- Id: 669
- AegisName: "Rice_Cake_Soup"
- Name: "Tempting Rice-Cake Soup"
- Type: "IT_HEALING"
- Buy: 500
- Weight: 100
- BuyingStore: true
- Script: <" percentheal -100,-100; ">
-},
-{
- Id: 670
- AegisName: "Gold_Coin_Moneybag"
- Name: "Bag of Gold Coins"
- Buy: 100000
- Weight: 400
-},
-{
- Id: 671
- AegisName: "Gold_Coin"
- Name: "Gold Roulette Coin"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" TmpRouletteGold += 1; ">
-},
-{
- Id: 672
- AegisName: "Copper_Coin_Moneybag"
- Name: "Bag of Bronze Coins"
- Buy: 1000
- Weight: 400
-},
-{
- Id: 673
- AegisName: "Copper_Coin"
- Name: "Bronze Coin"
- Buy: 100
- Weight: 40
-},
-{
- Id: 674
- AegisName: "Mithril_Coin"
- Name: "Mithril Coin"
- Buy: 5000
- Weight: 40
-},
-{
- Id: 675
- AegisName: "Silver_Coin"
- Name: "Silver Roulette Coin"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" TmpRouletteSilver += 1; ">
-},
-{
- Id: 676
- AegisName: "Silver_Coin_Moneybag"
- Name: "Bag of Silver Coins"
- Buy: 50000
- Weight: 400
-},
-{
- Id: 677
- AegisName: "White_Gold_Coin"
- Name: "Platinum Coin"
- Buy: 2000
- Weight: 40
-},
-{
- Id: 678
- AegisName: "Poison_Bottle"
- Name: "Poison Bottle"
- Type: "IT_USABLE"
- Buy: 5000
- Weight: 100
- BuyingStore: true
- Script: <"
- if (Class == Job_Assassin_Cross || Class == Job_Guillotine_Cross || Class == Job_Guillotine_Cross_T) {
- sc_start SC_DPOISON, 60000, 0;
- sc_start SC_ATTHASTE_INFINITY, 60000, 0;
- } else {
- percentheal -100, -100;
- }
- ">
-},
-{
- Id: 679
- AegisName: "Gold_Pill"
- Name: "Pilule"
- Type: "IT_USABLE"
- Buy: 5000
- Weight: 300
- BuyingStore: true
- Script: <" percentheal 50, 50; ">
-},
-{
- Id: 680
- AegisName: "Magical_Carnation"
- Name: "Magic Carnation"
- Type: "IT_HEALING"
- Weight: 1000
- Script: <" percentheal 0,20; ">
-},
-{
- Id: 681
- AegisName: "Memory_Of_Wedding"
- Name: "Sweet Memory of Marriage"
- Type: "IT_USABLE"
- Buy: 50000
- Weight: 10
- BuyingStore: true
- Script: <" if(getpartnerid()) sc_start SC_WEDDING,600000,0; ">
-},
-{
- Id: 682
- AegisName: "Realgar_Wine"
- Name: "Distilled Fighting Spirit"
- Type: "IT_USABLE"
- Weight: 100
- BuyingStore: true
- Script: <" sc_start SC_PLUSATTACKPOWER, 60000, 30; ">
-},
-{
- Id: 683
- AegisName: "Exorcize_Herb"
- Name: "Herb of Incantation"
- Type: "IT_USABLE"
- Weight: 50
- BuyingStore: true
- Script: <" sc_start SC_PLUSMAGICPOWER, 60000, 30; ">
-},
-{
- Id: 684
- AegisName: "Durian"
- Name: "Durian"
- Type: "IT_USABLE"
- Buy: 15000
- Weight: 300
- BuyingStore: true
- Script: <"
- sc_start SC_PLUSATTACKPOWER, 60000, 10;
- sc_start SC_PLUSMAGICPOWER, 60000, 10;
- ">
-},
-{
- Id: 685
- AegisName: "RAMADAN"
- Name: "Ramadan"
- Type: "IT_HEALING"
- Buy: 5000
- Weight: 300
- Script: <" percentheal 100,50; ">
-},
-{
- Id: 686
- AegisName: "Earth_Scroll_1_3"
- Name: "Level 3 Earth Spike"
- Type: "IT_DELAYCONSUME"
- Buy: 1000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill WZ_EARTHSPIKE,3; ">
-},
-{
- Id: 687
- AegisName: "Earth_Scroll_1_5"
- Name: "Level 5 Earth Spike"
- Type: "IT_DELAYCONSUME"
- Buy: 2000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill WZ_EARTHSPIKE,5; ">
-},
-{
- Id: 688
- AegisName: "Cold_Scroll_1_3"
- Name: "Level 3 Cold Bolt"
- Type: "IT_DELAYCONSUME"
- Buy: 1000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_COLDBOLT,3; ">
-},
-{
- Id: 689
- AegisName: "Cold_Scroll_1_5"
- Name: "Level 5 Cold Bolt"
- Type: "IT_DELAYCONSUME"
- Buy: 2000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_COLDBOLT,5; ">
-},
-{
- Id: 690
- AegisName: "Fire_Scroll_1_3"
- Name: "Level 3 Fire Bolt"
- Type: "IT_DELAYCONSUME"
- Buy: 1000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_FIREBOLT,3; ">
-},
-{
- Id: 691
- AegisName: "Fire_Scroll_1_5"
- Name: "Level 5 Fire Bolt"
- Type: "IT_DELAYCONSUME"
- Buy: 2000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_FIREBOLT,5; ">
-},
-{
- Id: 692
- AegisName: "Wind_Scroll_1_3"
- Name: "Level 3 Lightening Bolt"
- Type: "IT_DELAYCONSUME"
- Buy: 1000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_LIGHTNINGBOLT,3; ">
-},
-{
- Id: 693
- AegisName: "Wind_Scroll_1_5"
- Name: "Level 5 Lightening Bolt"
- Type: "IT_DELAYCONSUME"
- Buy: 2000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_LIGHTNINGBOLT,5; ">
-},
-{
- Id: 694
- AegisName: "Ghost_Scroll_1_3"
- Name: "Level 3 Soul Strike"
- Type: "IT_DELAYCONSUME"
- Buy: 1000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_SOULSTRIKE,3; ">
-},
-{
- Id: 695
- AegisName: "Ghost_Scroll_1_5"
- Name: "Level 5 Soul Strike"
- Type: "IT_DELAYCONSUME"
- Buy: 2000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_SOULSTRIKE,5; ">
-},
-{
- Id: 696
- AegisName: "Fire_Scroll_2_1"
- Name: "Level 1 Fire Ball"
- Type: "IT_DELAYCONSUME"
- Buy: 1000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_FIREBALL,1; ">
-},
-{
- Id: 697
- AegisName: "Fire_Scroll_2_5"
- Name: "Level 5 Fire Ball"
- Type: "IT_DELAYCONSUME"
- Buy: 2000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_FIREBALL,5; ">
-},
-{
- Id: 698
- AegisName: "Fire_Scroll_3_1"
- Name: "Level 1 Fire Wall"
- Type: "IT_DELAYCONSUME"
- Buy: 1000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_FIREWALL,1; ">
-},
-{
- Id: 699
- AegisName: "Fire_Scroll_3_5"
- Name: "Level 5 Fire Wall"
- Type: "IT_DELAYCONSUME"
- Buy: 2000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_FIREWALL,5; ">
-},
-{
- Id: 700
- AegisName: "Cold_Scroll_2_1"
- Name: "Level 1 Frost Diver"
- Type: "IT_DELAYCONSUME"
- Buy: 1000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_FROSTDIVER,1; ">
-},
-
-//== Etc Items =============================================
-{
- Id: 701
- AegisName: "Ora_Ora"
- Name: "Ora Ora"
- Buy: 55000
- Weight: 200
- BuyingStore: true
-},
-{
- Id: 702
- AegisName: "Animal_Blood"
- Name: "Animal Gore"
- Buy: 450
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 703
- AegisName: "Hinalle"
- Name: "Hinalle"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 704
- AegisName: "Aloe"
- Name: "Aloe"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 705
- AegisName: "Clover"
- Name: "Clover"
- Buy: 10
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 706
- AegisName: "Four_Leaf_Clover"
- Name: "Four Leaf Clover"
- Buy: 80000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 707
- AegisName: "Singing_Plant"
- Name: "Singing Plant"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 708
- AegisName: "Ment"
- Name: "Ment"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 709
- AegisName: "Izidor"
- Name: "Izidor"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 710
- AegisName: "Illusion_Flower"
- Name: "Illusion Flower"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 711
- AegisName: "Shoot"
- Name: "Shoot"
- Buy: 16
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 712
- AegisName: "Flower"
- Name: "Flower"
- Buy: 2
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 713
- AegisName: "Empty_Bottle"
- Name: "Empty Bottle"
- Buy: 6
- Weight: 20
- BuyingStore: true
-},
-{
- Id: 714
- AegisName: "Emperium"
- Name: "Emperium"
- Buy: 2
- Weight: 1000
- BuyingStore: true
-},
-{
- Id: 715
- AegisName: "Yellow_Gemstone"
- Name: "Yellow Gemstone"
- Buy: 600
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 716
- AegisName: "Red_Gemstone"
- Name: "Red Gemstone"
- Buy: 600
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 717
- AegisName: "Blue_Gemstone"
- Name: "Blue Gemstone"
- Buy: 600
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 718
- AegisName: "Dark_Red_Jewel"
- Name: "Garnet"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 719
- AegisName: "Violet_Jewel"
- Name: "Amethyst"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 720
- AegisName: "Skyblue_Jewel"
- Name: "Aquamarine"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 721
- AegisName: "Azure_Jewel"
- Name: "Emerald"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 722
- AegisName: "Scarlet_Jewel"
- Name: "Pearl"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 723
- AegisName: "Cardinal_Jewel"
- Name: "Ruby"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 724
- AegisName: "Cardinal_Jewel_"
- Name: "Cursed Ruby"
- Buy: 600
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 725
- AegisName: "Red_Jewel"
- Name: "Sardonyx"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 726
- AegisName: "Blue_Jewel"
- Name: "Sapphire"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 727
- AegisName: "White_Jewel"
- Name: "Opal"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 728
- AegisName: "Golden_Jewel"
- Name: "Topaz"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 729
- AegisName: "Bluish_Green_Jewel"
- Name: "Zircon"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 730
- AegisName: "Crystal_Jewel"
- Name: "1carat Diamond"
- Buy: 10000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 731
- AegisName: "Crystal_Jewel_"
- Name: "2carat Diamond"
- Buy: 25000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 732
- AegisName: "Crystal_Jewel__"
- Name: "3carat Diamond"
- Buy: 55000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 733
- AegisName: "Crystal_Jewel___"
- Name: "Cracked Diamond"
- Buy: 10
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 734
- AegisName: "Red_Frame"
- Name: "Red Frame"
- Buy: 3000
- Weight: 200
- BuyingStore: true
-},
-{
- Id: 735
- AegisName: "Blue_Porcelain"
- Name: "Chung Jah"
- Buy: 5000
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 736
- AegisName: "White_Platter"
- Name: "China"
- Buy: 1000
- Weight: 300
- BuyingStore: true
-},
-{
- Id: 737
- AegisName: "Black_Ladle"
- Name: "Black Ladle"
- Buy: 400
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 738
- AegisName: "Pencil_Case"
- Name: "Pencil Case"
- Buy: 400
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 739
- AegisName: "Rouge"
- Name: "Rouge"
- Buy: 10000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 740
- AegisName: "Stuffed_Doll"
- Name: "Puppet"
- Buy: 1000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 741
- AegisName: "Poring_Doll"
- Name: "Poring Doll"
- Buy: 1800
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 742
- AegisName: "Chonchon_Doll"
- Name: "Chonchon Doll"
- Buy: 3000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 743
- AegisName: "Spore_Doll"
- Name: "Spore Doll"
- Buy: 5500
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 744
- AegisName: "Bunch_Of_Flowers"
- Name: "Bouquet"
- Buy: 2000
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 745
- AegisName: "Wedding_Bouquet"
- Name: "Wedding Bouquet"
- Buy: 12000
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 746
- AegisName: "Glass_Bead"
- Name: "Glass Bead"
- Buy: 1400
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 747
- AegisName: "Crystal_Mirror"
- Name: "Crystal Mirror"
- Buy: 15000
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 748
- AegisName: "Witherless_Rose"
- Name: "Witherless Rose"
- Buy: 55000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 749
- AegisName: "Frozen_Rose"
- Name: "Frozen Rose"
- Buy: 35000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 750
- AegisName: "Baphomet_Doll"
- Name: "Baphomet Doll"
- Buy: 18000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 751
- AegisName: "Osiris_Doll"
- Name: "Osiris Doll"
- Buy: 14000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 752
- AegisName: "Grasshopper_Doll"
- Name: "Rocker Doll"
- Buy: 4000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 753
- AegisName: "Monkey_Doll"
- Name: "Yoyo Doll"
- Buy: 6000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 754
- AegisName: "Raccoondog_Doll"
- Name: "Raccoon Doll"
- Buy: 5000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 756
- AegisName: "Oridecon_Stone"
- Name: "Rough Oridecon"
- Buy: 550
- Weight: 200
- BuyingStore: true
-},
-{
- Id: 757
- AegisName: "Elunium_Stone"
- Name: "Rough Elunium"
- Buy: 650
- Weight: 200
- BuyingStore: true
-},
-{
- Id: 901
- AegisName: "Danggie"
- Name: "Daenggie"
- Buy: 260
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 902
- AegisName: "Tree_Root"
- Name: "Tree Root"
- Buy: 12
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 903
- AegisName: "Reptile_Tongue"
- Name: "Reptile Tongue"
- Buy: 140
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 904
- AegisName: "Scorpions_Tail"
- Name: "Scorpion Tail"
- Buy: 124
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 905
- AegisName: "Stem"
- Name: "Stem"
- Buy: 46
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 906
- AegisName: "Pointed_Scale"
- Name: "Pointed Scale"
- Buy: 68
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 907
- AegisName: "Resin"
- Name: "Resin"
- Buy: 120
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 908
- AegisName: "Spawn"
- Name: "Spawn"
- Buy: 140
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 909
- AegisName: "Jellopy"
- Name: "Jellopy"
- Buy: 6
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 910
- AegisName: "Garlet"
- Name: "Garlet"
- Buy: 40
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 911
- AegisName: "Scell"
- Name: "Scell"
- Buy: 160
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 912
- AegisName: "Zargon"
- Name: "Zargon"
- Buy: 480
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 913
- AegisName: "Tooth_Of_Bat"
- Name: "Tooth of Bat"
- Buy: 34
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 914
- AegisName: "Fluff"
- Name: "Fluff"
- Buy: 8
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 915
- AegisName: "Chrysalis"
- Name: "Chrysalis"
- Buy: 8
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 916
- AegisName: "Feather_Of_Birds"
- Name: "Feather of Birds"
- Buy: 10
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 917
- AegisName: "Talon"
- Name: "Talon"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 918
- AegisName: "Sticky_Webfoot"
- Name: "Sticky Webfoot"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 919
- AegisName: "Animals_Skin"
- Name: "Animal Skin"
- Buy: 36
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 920
- AegisName: "Claw_Of_Wolves"
- Name: "Wolf Claw"
- Buy: 58
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 921
- AegisName: "Mushroom_Spore"
- Name: "Mushroom Spore"
- Buy: 36
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 922
- AegisName: "Orcish_Cuspid"
- Name: "Orc's Fang"
- Buy: 220
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 923
- AegisName: "Evil_Horn"
- Name: "Evil Horn"
- Buy: 1200
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 924
- AegisName: "Powder_Of_Butterfly"
- Name: "Powder of Butterfly"
- Buy: 90
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 925
- AegisName: "Bill_Of_Birds"
- Name: "Bill of Birds"
- Buy: 64
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 926
- AegisName: "Scale_Of_Snakes"
- Name: "Snake Scale"
- Buy: 82
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 928
- AegisName: "Insect_Feeler"
- Name: "Insect Feeler"
- Buy: 114
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 929
- AegisName: "Immortal_Heart"
- Name: "Immortal Heart"
- Buy: 374
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 930
- AegisName: "Rotten_Bandage"
- Name: "Rotten Bandage"
- Buy: 350
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 931
- AegisName: "Orcish_Voucher"
- Name: "Orcish Voucher"
- Buy: 142
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 932
- AegisName: "Skel_Bone"
- Name: "Skel-Bone"
- Buy: 232
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 934
- AegisName: "Mementos"
- Name: "Memento"
- Buy: 600
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 935
- AegisName: "Shell"
- Name: "Shell"
- Buy: 14
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 936
- AegisName: "Scales_Shell"
- Name: "Scale Shell"
- Buy: 466
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 937
- AegisName: "Posionous_Canine"
- Name: "Venom Canine"
- Buy: 148
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 938
- AegisName: "Sticky_Mucus"
- Name: "Sticky Mucus"
- Buy: 70
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 939
- AegisName: "Bee_Sting"
- Name: "Bee Sting"
- Buy: 32
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 940
- AegisName: "Grasshoppers_Leg"
- Name: "Grasshopper's Leg"
- Buy: 36
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 941
- AegisName: "Nose_Ring"
- Name: "Nose Ring"
- Buy: 568
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 942
- AegisName: "Yoyo_Tail"
- Name: "Yoyo Tail"
- Buy: 114
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 943
- AegisName: "Solid_Shell"
- Name: "Solid Shell"
- Buy: 448
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 944
- AegisName: "Horseshoe"
- Name: "Horseshoe"
- Buy: 588
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 945
- AegisName: "Raccoon_Leaf"
- Name: "Raccoon Leaf"
- Buy: 106
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 946
- AegisName: "Snails_Shell"
- Name: "Snail's Shell"
- Buy: 64
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 947
- AegisName: "Horn"
- Name: "Horn"
- Buy: 116
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 948
- AegisName: "Bears_Foot"
- Name: "Bear's Footskin"
- Buy: 174
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 949
- AegisName: "Feather"
- Name: "Feather"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 950
- AegisName: "Heart_Of_Mermaid"
- Name: "Heart of Mermaid"
- Buy: 264
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 951
- AegisName: "Fin"
- Name: "Fin"
- Buy: 412
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 952
- AegisName: "Cactus_Needle"
- Name: "Cactus Needle"
- Buy: 82
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 953
- AegisName: "Stone_Heart"
- Name: "Stone Heart"
- Buy: 184
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 954
- AegisName: "Shining_Scales"
- Name: "Shining Scale"
- Buy: 466
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 955
- AegisName: "Worm_Peelings"
- Name: "Worm Peeling"
- Buy: 52
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 956
- AegisName: "Gill"
- Name: "Gill"
- Buy: 342
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 957
- AegisName: "Decayed_Nail"
- Name: "Decayed Nail"
- Buy: 82
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 958
- AegisName: "Horrendous_Mouth"
- Name: "Horrendous Mouth"
- Buy: 390
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 959
- AegisName: "Rotten_Scale"
- Name: "Stinky Scale"
- Buy: 168
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 960
- AegisName: "Nipper"
- Name: "Nipper"
- Buy: 114
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 961
- AegisName: "Conch"
- Name: "Conch"
- Buy: 158
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 962
- AegisName: "Tentacle"
- Name: "Tentacle"
- Buy: 70
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 963
- AegisName: "Sharp_Scale"
- Name: "Sharp Scale"
- Buy: 250
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 964
- AegisName: "Crap_Shell"
- Name: "Crab Shell"
- Buy: 90
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 965
- AegisName: "Clam_Shell"
- Name: "Clam Shell"
- Buy: 56
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 966
- AegisName: "Flesh_Of_Clam"
- Name: "Clam Flesh"
- Buy: 158
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 967
- AegisName: "Turtle_Shell"
- Name: "Turtle Shell"
- Buy: 680
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 968
- AegisName: "Voucher_Of_Orcish_Hero"
- Name: "Heroic Emblem"
- Buy: 3000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 969
- AegisName: "Gold"
- Name: "Gold"
- Buy: 200000
- Weight: 200
- BuyingStore: true
-},
-{
- Id: 970
- AegisName: "Alchol"
- Name: "Alcohol"
- Buy: 400
- Weight: 30
-},
-{
- Id: 971
- AegisName: "Detrimindexta"
- Name: "Detrimindexta"
- Buy: 400
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 972
- AegisName: "Karvodailnirol"
- Name: "Karvodailnirol"
- Buy: 400
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 973
- AegisName: "Counteragent"
- Name: "Counteragent"
- Buy: 800
- Weight: 70
- BuyingStore: true
-},
-{
- Id: 974
- AegisName: "Mixture"
- Name: "Mixture"
- Buy: 800
- Weight: 70
- BuyingStore: true
-},
-{
- Id: 975
- AegisName: "Scarlet_Dyestuffs"
- Name: "Scarlet Dyestuffs"
- Buy: 8000
- Weight: 150
- BuyingStore: true
-},
-{
- Id: 976
- AegisName: "Lemon_Dyestuffs"
- Name: "Lemon Dyestuffs"
- Buy: 8000
- Weight: 150
- BuyingStore: true
-},
-{
- Id: 978
- AegisName: "Cobaltblue_Dyestuffs"
- Name: "Cobaltblue Dyestuffs"
- Buy: 8000
- Weight: 150
- BuyingStore: true
-},
-{
- Id: 979
- AegisName: "Darkgreen_Dyestuffs"
- Name: "Darkgreen Dyestuffs"
- Buy: 8000
- Weight: 150
- BuyingStore: true
-},
-{
- Id: 980
- AegisName: "Orange_Dyestuffs"
- Name: "Orange Dyestuffs"
- Buy: 8000
- Weight: 150
- BuyingStore: true
-},
-{
- Id: 981
- AegisName: "Violet_Dyestuffs"
- Name: "Violet Dyestuffs"
- Buy: 8000
- Weight: 150
- BuyingStore: true
-},
-{
- Id: 982
- AegisName: "White_Dyestuffs"
- Name: "White Dyestuffs"
- Buy: 8000
- Weight: 150
- BuyingStore: true
-},
-{
- Id: 983
- AegisName: "Black_Dyestuffs"
- Name: "Black Dyestuffs"
- Buy: 8000
- Weight: 150
- BuyingStore: true
-},
-{
- Id: 984
- AegisName: "Oridecon"
- Name: "Oridecon"
- Buy: 1100
- Weight: 200
- BuyingStore: true
-},
-{
- Id: 985
- AegisName: "Elunium"
- Name: "Elunium"
- Buy: 1100
- Weight: 200
- BuyingStore: true
-},
-{
- Id: 986
- AegisName: "Anvil"
- Name: "Anvil"
- Buy: 30000
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 987
- AegisName: "Oridecon_Anvil"
- Name: "Oridecon Anvil"
- Buy: 120000
- Weight: 700
- BuyingStore: true
-},
-{
- Id: 988
- AegisName: "Golden_Anvil"
- Name: "Golden Anvil"
- Buy: 300000
- Weight: 900
- BuyingStore: true
-},
-{
- Id: 989
- AegisName: "Emperium_Anvil"
- Name: "Emperium Anvil"
- Buy: 600000
- Weight: 1000
- BuyingStore: true
-},
-{
- Id: 990
- AegisName: "Boody_Red"
- Name: "Red Blood"
- Buy: 1000
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 991
- AegisName: "Crystal_Blue"
- Name: "Crystal Blue"
- Buy: 1000
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 992
- AegisName: "Wind_Of_Verdure"
- Name: "Wind of Verdure"
- Buy: 1000
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 993
- AegisName: "Yellow_Live"
- Name: "Green Live"
- Buy: 1000
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 994
- AegisName: "Flame_Heart"
- Name: "Flame Heart"
- Buy: 3000
- Weight: 300
- BuyingStore: true
-},
-{
- Id: 995
- AegisName: "Mistic_Frozen"
- Name: "Mystic Frozen"
- Buy: 3000
- Weight: 300
- BuyingStore: true
-},
-{
- Id: 996
- AegisName: "Rough_Wind"
- Name: "Rough Wind"
- Buy: 3000
- Weight: 300
- BuyingStore: true
-},
-{
- Id: 997
- AegisName: "Great_Nature"
- Name: "Great Nature"
- Buy: 3000
- Weight: 300
- BuyingStore: true
-},
-{
- Id: 998
- AegisName: "Iron"
- Name: "Iron"
- Buy: 100
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 999
- AegisName: "Steel"
- Name: "Steel"
- Buy: 1000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 1000
- AegisName: "Star_Crumb"
- Name: "Star Crumb"
- Buy: 4500
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 1001
- AegisName: "Sparkling_Dust"
- Name: "Star Dust"
- Buy: 1500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1002
- AegisName: "Iron_Ore"
- Name: "Iron Ore"
- Buy: 50
- Weight: 150
- BuyingStore: true
-},
-{
- Id: 1003
- AegisName: "Coal"
- Name: "Coal"
- Buy: 500
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 1004
- AegisName: "Patriotism_Marks"
- Name: "Chivalry Emblem"
- Buy: 2
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 1005
- AegisName: "Hammer_Of_Blacksmith"
- Name: "Hammer of Blacksmith"
- Buy: 2
- Weight: 800
- BuyingStore: true
-},
-{
- Id: 1006
- AegisName: "Old_Magic_Book"
- Name: "Old Magicbook"
- Buy: 2
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 1007
- AegisName: "Penetration"
- Name: "Necklace of Wisdom"
- Buy: 2
- Weight: 40
- BuyingStore: true
-},
-{
- Id: 1008
- AegisName: "Frozen_Heart"
- Name: "Necklace of Oblivion"
- Buy: 2
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 1009
- AegisName: "Sacred_Marks"
- Name: "Hand of God"
- Buy: 2
- Weight: 20
- BuyingStore: true
-},
-{
- Id: 1010
- AegisName: "Phracon"
- Name: "Phracon"
- Buy: 200
- Weight: 200
- BuyingStore: true
-},
-{
- Id: 1011
- AegisName: "Emveretarcon"
- Name: "Emveretarcon"
- Buy: 1000
- Weight: 200
- BuyingStore: true
-},
-{
- Id: 1012
- AegisName: "Lizard_Scruff"
- Name: "Frill"
- Buy: 250
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1013
- AegisName: "Colorful_Shell"
- Name: "Rainbow Shell"
- Buy: 90
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1014
- AegisName: "Jaws_Of_Ant"
- Name: "Ant Jaw"
- Buy: 232
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1015
- AegisName: "Thin_N_Long_Tongue"
- Name: "Tongue"
- Buy: 528
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1016
- AegisName: "Rat_Tail"
- Name: "Rat Tail"
- Buy: 52
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1017
- AegisName: "Moustache_Of_Mole"
- Name: "Mole Whiskers"
- Buy: 106
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1018
- AegisName: "Nail_Of_Mole"
- Name: "Mole Claw"
- Buy: 210
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1019
- AegisName: "Wooden_Block"
- Name: "Trunk"
- Buy: 60
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1020
- AegisName: "Long_Hair"
- Name: "Black Hair"
- Buy: 292
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1021
- AegisName: "Dokkaebi_Horn"
- Name: "Dokebi Horn"
- Buy: 292
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1022
- AegisName: "Fox_Tail"
- Name: "Nine Tails"
- Buy: 650
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1023
- AegisName: "Fish_Tail"
- Name: "Fish Tail"
- Buy: 196
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1024
- AegisName: "Chinese_Ink"
- Name: "Squid Ink"
- Buy: 264
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1025
- AegisName: "Spiderweb"
- Name: "Cobweb"
- Buy: 184
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1026
- AegisName: "Acorn"
- Name: "Acorn"
- Buy: 98
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1027
- AegisName: "Porcupine_Spike"
- Name: "Porcupine Quill"
- Buy: 158
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1028
- AegisName: "Wild_Boars_Mane"
- Name: "Mane"
- Buy: 196
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1029
- AegisName: "Tigers_Skin"
- Name: "Tiger Skin"
- Buy: 548
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1030
- AegisName: "Tiger_Footskin"
- Name: "Tiger's Footskin"
- Buy: 1500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1031
- AegisName: "Limb_Of_Mantis"
- Name: "Mantis Scythe"
- Buy: 196
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1032
- AegisName: "Blossom_Of_Maneater"
- Name: "Maneater Blossom"
- Buy: 196
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1033
- AegisName: "Root_Of_Maneater"
- Name: "Maneater Root"
- Buy: 208
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1034
- AegisName: "Cobold_Hair"
- Name: "Blue Hair"
- Buy: 342
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1035
- AegisName: "Dragon_Canine"
- Name: "Dragon Canine"
- Buy: 484
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1036
- AegisName: "Dragon_Scale"
- Name: "Dragon Scale"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1037
- AegisName: "Dragon_Train"
- Name: "Dragon Tail"
- Buy: 1200
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1038
- AegisName: "Petite_DiablOfs_Horn"
- Name: "Little Evil Horn"
- Buy: 528
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1039
- AegisName: "Petite_DiablOfs_Wing"
- Name: "Little Evil Wing"
- Buy: 2000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1040
- AegisName: "Elder_Pixies_Beard"
- Name: "Elder Pixie's Moustache"
- Buy: 232
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1041
- AegisName: "Lantern"
- Name: "Lantern"
- Buy: 250
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1042
- AegisName: "Short_Leg"
- Name: "Bug Leg"
- Buy: 430
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1043
- AegisName: "Nail_Of_Orc"
- Name: "Orc Claw"
- Buy: 168
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1044
- AegisName: "Tooth_Of_"
- Name: "Zenorc's Fang"
- Buy: 264
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1045
- AegisName: "Sacred_Masque"
- Name: "Cultish Masque"
- Buy: 412
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1046
- AegisName: "Tweezer"
- Name: "Scorpion Nipper"
- Buy: 614
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1047
- AegisName: "Head_Of_Medusa"
- Name: "Dead Medusa"
- Buy: 548
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1048
- AegisName: "Slender_Snake"
- Name: "Horrendous Hair"
- Buy: 800
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1049
- AegisName: "Skirt_Of_Virgin"
- Name: "Skirt of Virgin"
- Buy: 1700
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1050
- AegisName: "Tendon"
- Name: "Tendon"
- Buy: 220
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1051
- AegisName: "Detonator"
- Name: "Detonator"
- Buy: 450
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1052
- AegisName: "Single_Cell"
- Name: "Single Cell"
- Buy: 46
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1053
- AegisName: "Tooth_Of_Ancient_Fish"
- Name: "Ancient Tooth"
- Buy: 548
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1054
- AegisName: "Lip_Of_Ancient_Fish"
- Name: "Ancient Lips"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1055
- AegisName: "Earthworm_Peeling"
- Name: "Earthworm Peeling"
- Buy: 196
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1056
- AegisName: "Grit"
- Name: "Grit"
- Buy: 306
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1057
- AegisName: "Moth_Dust"
- Name: "Moth Dust"
- Buy: 138
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1058
- AegisName: "Wing_Of_Moth"
- Name: "Moth Wings"
- Buy: 200
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1059
- AegisName: "Transparent_Cloth"
- Name: "Fabric"
- Buy: 306
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1060
- AegisName: "Golden_Hair"
- Name: "Golden Hair"
- Buy: 430
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1061
- AegisName: "Starsand_Of_Witch"
- Name: "Witched Starsand"
- Buy: 484
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1062
- AegisName: "Pumpkin_Head"
- Name: "Jack o' Pumpkin"
- Buy: 374
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1063
- AegisName: "Sharpened_Cuspid"
- Name: "Fang"
- Buy: 680
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1064
- AegisName: "Reins"
- Name: "Reins"
- Buy: 802
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1065
- AegisName: "Booby_Trap"
- Name: "Trap"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1066
- AegisName: "Tree_Of_Archer_1"
- Name: "Fine-grained Trunk"
- Buy: 2
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1067
- AegisName: "Tree_Of_Archer_2"
- Name: "Solid Trunk"
- Buy: 2
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1068
- AegisName: "Tree_Of_Archer_3"
- Name: "Barren Trunk"
- Buy: 2
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1069
- AegisName: "Mushroom_Of_Thief_1"
- Name: "Orange Net Mushroom"
- Buy: 2
- Weight: 10
-},
-{
- Id: 1070
- AegisName: "Mushroom_Of_Thief_2"
- Name: "Orange Gooey Mushroom"
- Buy: 2
- Weight: 10
-},
-{
- Id: 1071
- AegisName: "Mage_Test_1"
- Name: "Unknown Test Tube"
- Weight: 10
-},
-{
- Id: 1072
- AegisName: "Delivery_Message"
- Name: "Delivery Message"
- Weight: 10
-},
-{
- Id: 1073
- AegisName: "Merchant_Voucher_1"
- Name: "Voucher"
- Weight: 10
-},
-{
- Id: 1074
- AegisName: "Merchant_Voucher_2"
- Name: "Voucher"
- Weight: 10
-},
-{
- Id: 1075
- AegisName: "Merchant_Voucher_3"
- Name: "Voucher"
- Weight: 10
-},
-{
- Id: 1076
- AegisName: "Merchant_Voucher_4"
- Name: "Voucher"
- Weight: 10
-},
-{
- Id: 1077
- AegisName: "Merchant_Voucher_5"
- Name: "Voucher"
- Weight: 10
-},
-{
- Id: 1078
- AegisName: "Merchant_Voucher_6"
- Name: "Voucher"
- Weight: 10
-},
-{
- Id: 1079
- AegisName: "Merchant_Voucher_7"
- Name: "Voucher"
- Weight: 10
-},
-{
- Id: 1080
- AegisName: "Merchant_Voucher_8"
- Name: "Voucher"
- Weight: 10
-},
-{
- Id: 1081
- AegisName: "Merchant_Box_1"
- Name: "Delivery Box"
- Weight: 10
-},
-{
- Id: 1082
- AegisName: "Merchant_Box_2"
- Name: "Delivery Box"
- Weight: 10
-},
-{
- Id: 1083
- AegisName: "Merchant_Box_3"
- Name: "Delivery Box"
- Weight: 10
-},
-{
- Id: 1084
- AegisName: "Kapras_Pass"
- Name: "Kafra Pass"
- Weight: 10
-},
-{
- Id: 1085
- AegisName: "Mage_Test_2"
- Name: "Unknown Test Tube"
- Weight: 10
-},
-{
- Id: 1086
- AegisName: "Mage_Test_3"
- Name: "Unknown Test Tube"
- Weight: 10
-},
-{
- Id: 1087
- AegisName: "Mage_Test_4"
- Name: "Unknown Test Tube"
- Weight: 10
-},
-{
- Id: 1088
- AegisName: "Morocc_Potion"
- Name: "Morroc Solution"
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1089
- AegisName: "Payon_Potion"
- Name: "Payon Solution"
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1090
- AegisName: "Mage_Test_Etc"
- Name: "Unknown Test Tube"
- Weight: 10
-},
-{
- Id: 1091
- AegisName: "Merchant_Box_Etc"
- Name: "Delivery Box"
- Weight: 10
-},
-{
- Id: 1092
- AegisName: "Empty_Cylinder"
- Name: "Empty Test Tube"
- Buy: 3
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1093
- AegisName: "Empty_Potion"
- Name: "Empty Potion Bottle"
- Buy: 10
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1094
- AegisName: "Short_Daenggie"
- Name: "Short Daenggie"
- Buy: 278
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1095
- AegisName: "Needle_Of_Alarm"
- Name: "Needle of Alarm"
- Buy: 546
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1096
- AegisName: "Round_Shell"
- Name: "Round Shell"
- Buy: 780
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1097
- AegisName: "Worn_Out_Page"
- Name: "Worn Out Page"
- Buy: 948
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1098
- AegisName: "Manacles"
- Name: "Manacles"
- Buy: 658
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 1099
- AegisName: "Worn_Out_Prison_Uniform"
- Name: "Worn-out Prison Uniform"
- Buy: 680
- Weight: 10
- BuyingStore: true
-},
-
-//== One-Handed Swords =====================================
-{
- Id: 1101
- AegisName: "Sword"
- Name: "Sword"
- Type: "IT_WEAPON"
- Buy: 100
- Weight: 500
- Atk: 25
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 2
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1102
- AegisName: "Sword_"
- Name: "Sword"
- Type: "IT_WEAPON"
- Buy: 100
- Weight: 500
- Atk: 25
- Range: 1
- Slots: 4
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 2
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1103
- AegisName: "Sword__"
- Name: "Sword"
- Type: "IT_WEAPON"
- Buy: 100
- Weight: 500
- Atk: 25
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 2
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1104
- AegisName: "Falchion"
- Name: "Falchion"
- Type: "IT_WEAPON"
- Buy: 1500
- Weight: 600
- Atk: 39
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 2
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1105
- AegisName: "Falchion_"
- Name: "Falchion"
- Type: "IT_WEAPON"
- Buy: 1500
- Weight: 600
- Atk: 39
- Range: 1
- Slots: 4
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 2
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1106
- AegisName: "Falchion__"
- Name: "Falchion"
- Type: "IT_WEAPON"
- Buy: 1500
- Weight: 600
- Atk: 39
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 2
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1107
- AegisName: "Blade"
- Name: "Blade"
- Type: "IT_WEAPON"
- Buy: 2900
- Weight: 700
- Atk: 53
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 2
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1108
- AegisName: "Blade_"
- Name: "Blade"
- Type: "IT_WEAPON"
- Buy: 2900
- Weight: 700
- Atk: 53
- Range: 1
- Slots: 4
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 2
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1109
- AegisName: "Blade__"
- Name: "Blade"
- Type: "IT_WEAPON"
- Buy: 2900
- Weight: 700
- Atk: 53
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 2
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1110
- AegisName: "Lapier"
- Name: "Rapier"
- Type: "IT_WEAPON"
- Buy: 10000
- Weight: 500
- Atk: 70
- Range: 1
- Slots: 2
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1111
- AegisName: "Lapier_"
- Name: "Rapier"
- Type: "IT_WEAPON"
- Buy: 10000
- Weight: 500
- Atk: 70
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1112
- AegisName: "Lapier__"
- Name: "Rapier"
- Type: "IT_WEAPON"
- Buy: 10000
- Weight: 500
- Atk: 70
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1113
- AegisName: "Scimiter"
- Name: "Scimitar"
- Type: "IT_WEAPON"
- Buy: 17000
- Weight: 700
- Atk: 85
- Range: 1
- Slots: 2
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1114
- AegisName: "Scimiter_"
- Name: "Scimitar"
- Type: "IT_WEAPON"
- Buy: 17000
- Weight: 700
- Atk: 85
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1115
- AegisName: "Scimiter__"
- Name: "Scimitar"
- Type: "IT_WEAPON"
- Buy: 17000
- Weight: 700
- Atk: 85
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1116
- AegisName: "Katana"
- Name: "Katana"
- Type: "IT_WEAPON"
- Buy: 2000
- Weight: 1000
- Atk: 60
- Range: 1
- Slots: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- EquipLv: 4
- Subtype: "W_2HSWORD"
-},
-{
- Id: 1117
- AegisName: "Katana_"
- Name: "Katana"
- Type: "IT_WEAPON"
- Buy: 2000
- Weight: 1000
- Atk: 60
- Range: 1
- Slots: 4
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- EquipLv: 4
- Subtype: "W_2HSWORD"
-},
-{
- Id: 1118
- AegisName: "Katana__"
- Name: "Katana"
- Type: "IT_WEAPON"
- Buy: 2000
- Weight: 1000
- Atk: 60
- Range: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- EquipLv: 4
- Subtype: "W_2HSWORD"
-},
-{
- Id: 1119
- AegisName: "Tsurugi"
- Name: "Tsurugi"
- Type: "IT_WEAPON"
- Buy: 51000
- Weight: 1200
- Atk: 130
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1120
- AegisName: "Tsurugi_"
- Name: "Tsurugi"
- Type: "IT_WEAPON"
- Buy: 51000
- Weight: 1200
- Atk: 130
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1121
- AegisName: "Tsurugi__"
- Name: "Tsurugi"
- Type: "IT_WEAPON"
- Buy: 51000
- Weight: 1200
- Atk: 130
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1122
- AegisName: "Ring_Pommel_Saber"
- Name: "Ring Pommel Saber"
- Type: "IT_WEAPON"
- Buy: 24000
- Weight: 900
- Atk: 100
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1123
- AegisName: "Haedonggum"
- Name: "Haedonggum"
- Type: "IT_WEAPON"
- Buy: 50000
- Weight: 900
- Atk: 120
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_1HSWORD"
- Script: <" bonus bInt,3; ">
-},
-{
- Id: 1124
- AegisName: "Orcish_Sword"
- Name: "Orcish Sword"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 800
- Atk: 90
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 5
- Subtype: "W_1HSWORD"
- Script: <" bonus bUnbreakableWeapon,0; ">
-},
-{
- Id: 1125
- AegisName: "Ring_Pommel_Saber_"
- Name: "Ring Pommel Saber"
- Type: "IT_WEAPON"
- Buy: 24000
- Weight: 900
- Atk: 100
- Range: 1
- Slots: 3
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1126
- AegisName: "Saber"
- Name: "Saber"
- Type: "IT_WEAPON"
- Buy: 49000
- Weight: 1000
- Atk: 115
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1127
- AegisName: "Saber_"
- Name: "Saber"
- Type: "IT_WEAPON"
- Buy: 49000
- Weight: 1000
- Atk: 115
- Range: 1
- Slots: 3
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1128
- AegisName: "Hae_Dong_Gum_"
- Name: "Haedonggum"
- Type: "IT_WEAPON"
- Buy: 50000
- Weight: 900
- Atk: 120
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_1HSWORD"
- Script: <" bonus bInt,3; ">
-},
-{
- Id: 1129
- AegisName: "Flamberge"
- Name: "Flamberge"
- Type: "IT_WEAPON"
- Buy: 60000
- Weight: 1500
- Atk: 150
- Range: 1
- Job: {
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1130
- AegisName: "Nagan"
- Name: "Nagan"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 120
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_1HSWORD"
- Script: <"
- skill TF_DOUBLE,5;
- bonus bDoubleRate,25;
- bonus2 bAddRace,RC_DemiPlayer,5;
- ">
-},
-{
- Id: 1131
- AegisName: "Ice_Falchon"
- Name: "Ice Falchion"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 600
- Atk: 100
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_1HSWORD"
- Script: <"
- bonus bAtkEle,Ele_Water;
- bonus2 bAddEff,Eff_Freeze,500;
- bonus2 bAddEff2,Eff_Freeze,10;
- skill MG_COLDBOLT,3;
- bonus3 bAutoSpell,MG_COLDBOLT,3,100;
- ">
-},
-{
- Id: 1132
- AegisName: "Edge"
- Name: "Edge"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 115
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_1HSWORD"
- Script: <"
- bonus2 bAddEff,Eff_Curse,30;
- bonus2 bWeaponComaRace,RC_NonBoss,10;
- ">
-},
-{
- Id: 1133
- AegisName: "Fire_Brand"
- Name: "Fireblend"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 100
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_1HSWORD"
- Script: <"
- bonus bAtkEle,Ele_Fire;
- skill MG_FIREBOLT,3;
- bonus3 bAutoSpell,MG_FIREBOLT,3,100;
- ">
-},
-{
- Id: 1134
- AegisName: "Scissores_Sword"
- Name: "Caesar's Sword"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 140
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_1HSWORD"
- Script: <"
- bonus2 bAddRace,RC_Plant,25;
- bonus bIgnoreDefRace,RC_Plant;
- ">
-},
-{
- Id: 1135
- AegisName: "Cutlas"
- Name: "Cutlus"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 900
- Atk: 150
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_1HSWORD"
- Script: <"
- skill SM_BASH,5;
- bonus bStr,2;
- bonus bDef,1;
- ">
-},
-{
- Id: 1136
- AegisName: "Solar_Sword"
- Name: "Solar Sword"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1200
- Atk: 85
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_1HSWORD"
- Script: <"
- bonus bAtkEle,Ele_Fire;
- bonus2 bHPDrainRate,1000,1;
- bonus2 bSPLossRate,15,10000;
- ">
-},
-{
- Id: 1137
- AegisName: "Excalibur"
- Name: "Excalibur"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1200
- Atk: 150
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_1HSWORD"
- Script: <"
- bonus bInt,5;
- bonus bLuk,10;
- bonus bDex,-1;
- bonus bAtkEle,Ele_Holy;
- ">
-},
-{
- Id: 1138
- AegisName: "Mysteltainn_"
- Name: "Mysteltainn"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 170
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_1HSWORD"
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus2 bAddEle,Ele_Ghost,15;
- bonus3 bAutoSpell,MG_STONECURSE,3,100;
- bonus2 bAddEff,Eff_Stone,10;
- bonus bDex,3;
- ">
-},
-{
- Id: 1139
- AegisName: "Tale_Fing_"
- Name: "Tirfing"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 200
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_1HSWORD"
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus2 bHPLossRate,35,10000;
- ">
-},
-{
- Id: 1140
- AegisName: "Byeorrun_Gum"
- Name: "Byeollungum"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 900
- Atk: 150
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_1HSWORD"
- Script: <"
- bonus2 bSubRace,RC_NonBoss,-10;
- bonus2 bAddRace,RC_Boss,50;
- bonus bAllStats,2;
- ">
-},
-{
- Id: 1141
- AegisName: "Immaterial_Sword"
- Name: "Immaterial Sword"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 900
- Atk: 140
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_1HSWORD"
- Script: <"
- bonus bAtkEle, Ele_Ghost;
- bonus2 bSPVanishRate, 30, 30;
- bonus bSPDrainValue, -1;
- bonus bUnbreakableWeapon, 1;
- ">
-},
-{
- Id: 1142
- AegisName: "Jewel_Sword"
- Name: "Jeweled Sword"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2200
- Atk: 104
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 68
- Subtype: "W_1HSWORD"
- Script: <" bonus bAddMonsterDropChainItem,ITMCHAIN_GEM; ">
-},
-{
- Id: 1143
- AegisName: "Gaia_Sword"
- Name: "Gaia Sword"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2500
- Atk: 140
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 74
- Subtype: "W_1HSWORD"
- Script: <" bonus bAddMonsterDropChainItem,ITMCHAIN_ORE; ">
-},
-{
- Id: 1144
- AegisName: "Sasimi"
- Name: "Sashimi"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1400
- Atk: 75
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 48
- Subtype: "W_1HSWORD"
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus3 bAddMonsterDropItem,544,RC_Fish,4000;
- ">
-},
-{
- Id: 1145
- AegisName: "Holy_Avenger"
- Name: "Holy Avenger"
- Type: "IT_WEAPON"
- Buy: 450000
- Weight: 1350
- Atk: 125
- Range: 1
- Job: {
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 75
- Subtype: "W_1HSWORD"
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bVit,2;
- ">
-},
-{
- Id: 1146
- AegisName: "Town_Sword"
- Name: "Town Sword"
- Type: "IT_WEAPON"
- Buy: 42000
- Weight: 800
- Atk: 100
- Range: 1
- Slots: 1
- Job: {
- Novice: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1147
- AegisName: "Town_Sword_"
- Name: "Town Sword"
- Type: "IT_WEAPON"
- Buy: 42000
- Weight: 800
- Atk: 100
- Range: 1
- Slots: 2
- Job: {
- Novice: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_1HSWORD"
-},
-{
- Id: 1148
- AegisName: "Star_Dust_Blade"
- Name: "Star Dust Blade"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 140
- Range: 1
- Slots: 1
- Job: {
- Novice: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 45
- Subtype: "W_1HSWORD"
- Script: <"
- bonus2 bAddEff,Eff_Stun,500;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1149
- AegisName: "Flamberge_"
- Name: "Flamberge"
- Type: "IT_WEAPON"
- Buy: 60000
- Weight: 1500
- Atk: 150
- Range: 1
- Slots: 2
- Job: {
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_1HSWORD"
-},
-
-//== Two-Handed Swords =====================================
-{
- Id: 1151
- AegisName: "Slayer"
- Name: "Slayer"
- Type: "IT_WEAPON"
- Buy: 15000
- Weight: 1300
- Atk: 90
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_2HSWORD"
-},
-{
- Id: 1152
- AegisName: "Slayer_"
- Name: "Slayer"
- Type: "IT_WEAPON"
- Buy: 15000
- Weight: 1300
- Atk: 90
- Range: 1
- Slots: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_2HSWORD"
-},
-{
- Id: 1153
- AegisName: "Slayer__"
- Name: "Slayer"
- Type: "IT_WEAPON"
- Buy: 15000
- Weight: 1300
- Atk: 90
- Range: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_2HSWORD"
-},
-{
- Id: 1154
- AegisName: "Bastard_Sword"
- Name: "Bastard Sword"
- Type: "IT_WEAPON"
- Buy: 22500
- Weight: 1600
- Atk: 115
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_2HSWORD"
-},
-{
- Id: 1155
- AegisName: "Bastard_Sword_"
- Name: "Bastard Sword"
- Type: "IT_WEAPON"
- Buy: 22500
- Weight: 1600
- Atk: 115
- Range: 1
- Slots: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_2HSWORD"
-},
-{
- Id: 1156
- AegisName: "Bastard_Sword__"
- Name: "Bastard Sword"
- Type: "IT_WEAPON"
- Buy: 22500
- Weight: 1600
- Atk: 115
- Range: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_2HSWORD"
-},
-{
- Id: 1157
- AegisName: "Two_Hand_Sword"
- Name: "Two-Handed Sword"
- Type: "IT_WEAPON"
- Buy: 60000
- Weight: 2200
- Atk: 160
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_2HSWORD"
-},
-{
- Id: 1158
- AegisName: "Two_Hand_Sword_"
- Name: "Two-Handed Sword"
- Type: "IT_WEAPON"
- Buy: 60000
- Weight: 2200
- Atk: 160
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_2HSWORD"
-},
-{
- Id: 1159
- AegisName: "Two_Hand_Sword__"
- Name: "Two-Handed Sword"
- Type: "IT_WEAPON"
- Buy: 60000
- Weight: 2200
- Atk: 160
- Range: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_2HSWORD"
-},
-{
- Id: 1160
- AegisName: "Broad_Sword"
- Name: "Broad Sword"
- Type: "IT_WEAPON"
- Buy: 65000
- Weight: 2000
- Atk: 140
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_2HSWORD"
- Script: <"
- bonus bDef,5;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1161
- AegisName: "Balmung"
- Name: "Balmung"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 250
- Range: 1
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_2HSWORD"
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAtkEle,Ele_Holy;
- ">
-},
-{
- Id: 1162
- AegisName: "Broad_Sword_"
- Name: "Broad Sword"
- Type: "IT_WEAPON"
- Buy: 65000
- Weight: 2000
- Atk: 140
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_2HSWORD"
- Script: <"
- bonus bDef,5;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1163
- AegisName: "Claymore"
- Name: "Claymore"
- Type: "IT_WEAPON"
- Buy: 74000
- Weight: 2500
- Atk: 180
- Range: 1
- Job: {
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_2HSWORD"
-},
-{
- Id: 1164
- AegisName: "Muramasa"
- Name: "Muramasa"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 155
- Range: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_2HSWORD"
- Script: <"
- bonus bCritical,30;
- bonus bAspdRate,8;
- bonus2 bAddEff2,Eff_Curse,10;
- ">
-},
-{
- Id: 1165
- AegisName: "Masamune"
- Name: "Masamune"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 200
- Range: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_2HSWORD"
- Script: <"
- bonus bFlee,30;
- bonus bStr,-5;
- bonus bAspd,2;
- bonus bDefRate,-67;
- bonus bDef2Rate,-67;
- ">
-},
-{
- Id: 1166
- AegisName: "Dragon_Slayer"
- Name: "Dragon Slayer"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1300
- Atk: 150
- Range: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_2HSWORD"
- Script: <"
- bonus bIgnoreDefRace,RC_Dragon;
- bonus2 bAddRace,RC_Dragon,15;
- ">
-},
-{
- Id: 1167
- AegisName: "Schweizersabel"
- Name: "Schweizersabel"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1600
- Atk: 160
- Range: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_2HSWORD"
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus bDef,1;
- bonus3 bAutoSpell,MG_LIGHTNINGBOLT,3,100;
- ">
-},
-{
- Id: 1168
- AegisName: "Zweihander"
- Name: "Zweihander"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2200
- Atk: 200
- Range: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_2HSWORD"
- Script: <" bonus bUnbreakableWeapon,0; ">
-},
-{
- Id: 1169
- AegisName: "Executioner_"
- Name: "Executioner"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2200
- Atk: 155
- Range: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_2HSWORD"
- Script: <"
- bonus bIgnoreDefRace,RC_DemiPlayer;
- bonus2 bAddRace,RC_DemiPlayer,20;
- bonus2 bSubRace,RC_DemiPlayer,-10;
- bonus bAtkEle,Ele_Dark;
- ">
-},
-{
- Id: 1170
- AegisName: "Katzbalger"
- Name: "Katzbalger"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2000
- Atk: 175
- Range: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_2HSWORD"
- Script: <"
- bonus bVit,5;
- bonus bDef,10;
- ">
-},
-{
- Id: 1171
- AegisName: "Zweihander_"
- Name: "Zweihander"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2200
- Atk: 200
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_2HSWORD"
- Script: <" bonus bUnbreakableWeapon,0; ">
-},
-{
- Id: 1172
- AegisName: "Claymore_"
- Name: "Claymore"
- Type: "IT_WEAPON"
- Buy: 74000
- Weight: 2500
- Atk: 180
- Range: 1
- Slots: 2
- Job: {
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_2HSWORD"
-},
-{
- Id: 1173
- AegisName: "Muramasa_C"
- Name: "Muramasa"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 204
- Range: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 1
- Refine: false
- Subtype: "W_2HSWORD"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bCritical,30;
- bonus bAspdRate,8;
- ">
-},
-{
- Id: 1174
- AegisName: "Executioner_C"
- Name: "Executioner"
- Type: "IT_WEAPON"
- Buy: 2
- Atk: 190
- Range: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- Refine: false
- Subtype: "W_2HSWORD"
- Script: <"
- bonus bIgnoreDefRace,RC_DemiPlayer;
- bonus2 bAddRace,RC_DemiPlayer,20;
- bonus2 bSubRace,RC_DemiPlayer,-10;
- bonus bAtkEle,Ele_Dark;
- ">
-},
-{
- Id: 1175
- AegisName: "Altas_Weapon"
- Name: "Atlas Weapon"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 3500
- Atk: 200
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 55
- Subtype: "W_2HSWORD"
- Script: <"
- bonus bCritical,10;
- if(readparam(bStr)>=80) bonus bBreakArmorRate,500;
- ">
-},
-{
- Id: 1176
- AegisName: "Muscle_Cutter"
- Name: "Muscle Cutter"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2200
- Atk: 160
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 55
- Subtype: "W_2HSWORD"
- Script: <"
- bonus2 bAddEff,Eff_Bleeding,800;
- bonus3 bAutoSpell,AL_DECAGI,1,30;
- ">
-},
-{
- Id: 1177
- AegisName: "Muramash"
- Name: "Muramash"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 120
- Range: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- Refine: false
- Subtype: "W_2HSWORD"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddRace, RC_All, 50; ">
-},
-{
- Id: 1178
- AegisName: "Schweizersabel_"
- Name: "Schweizersabel"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1600
- Atk: 160
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_2HSWORD"
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus bDef,1;
- bonus3 bAutoSpell,MG_LIGHTNINGBOLT,3,100;
- ">
-},
-{
- Id: 1179
- AegisName: "Executioner__"
- Name: "Executioner"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2200
- Atk: 155
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_2HSWORD"
- Script: <"
- bonus bIgnoreDefRace,RC_DemiPlayer;
- bonus2 bAddRace,RC_DemiPlayer,20;
- bonus2 bSubRace,RC_DemiPlayer,-10;
- bonus bAtkEle,Ele_Dark;
- ">
-},
-{
- Id: 1180
- AegisName: "Dragon_Slayer_"
- Name: "Dragon Slayer"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1300
- Atk: 150
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_2HSWORD"
- Script: <"
- bonus bIgnoreDefRace,RC_Dragon;
- bonus2 bAddRace,RC_Dragon,15;
- ">
-},
-{
- Id: 1181
- AegisName: "Tae_Goo_Lyeon"
- Name: "Tae Goo Lyeon"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2000
- Atk: 250
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 90
- Subtype: "W_2HSWORD"
- Script: <"
- bonus bFlee2,10;
- if(JobLevel>=70) autobonus "{ bonus bBaseAtk,50; }",10,10000,BF_WEAPON,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }";
- if(getrefine()>8) {
- bonus bCastrate,-20;
- bonus bDelayrate,-20;
- }
-
- ">
-},
-{
- Id: 1182
- AegisName: "Bloody_Eater"
- Name: "Bloody Eater"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1200
- Atk: 200
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 50
- Subtype: "W_2HSWORD"
- Script: <"
- bonus bAtkEle,Ele_Ghost;
- autobonus "{ bonus bCritical,100; bonus bBaseAtk,50; }",1,5000,0,"{ specialeffect(EF_FIRESPLASHHIT, AREA, playerattached()); }";
- bonus bHPGainValue,100;
- ">
-},
-{
- Id: 1183
- AegisName: "BF_Two_Handed_Sword1"
- Name: "Brave Assaulter's Katzbalger"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 200
- Range: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_2HSWORD"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus2 bAddRace,RC_DemiPlayer,55;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1184
- AegisName: "BF_Two_Handed_Sword2"
- Name: "Valorous Assaulter's Katzbalger"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 200
- Range: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_2HSWORD"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bCritical,20;
- bonus2 bAddRace,RC_DemiPlayer,55;
- bonus bCritAtkRate,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1185
- AegisName: "Violet_Fear"
- Name: "Violet Fear"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2200
- Atk: 275
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_2HSWORD"
- Script: <"
- bonus3 bAutoSpell,WZ_METEOR,3,30;
- bonus3 bAutoSpell,WZ_FROSTNOVA,5,50;
- autobonus "{ bonus bIgnoreDefRace,RC_NonBoss; }",50,5000;
- ">
-},
-{
- Id: 1186
- AegisName: "Death_Guidance"
- Name: "Death Guidance"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2000
- Atk: 200
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 70
- Subtype: "W_2HSWORD"
- Script: <"
- bonus bStr,5;
- bonus bAgi,2;
- bonus bFlee2,20;
- bonus3 bAutoSpell,NPC_HELLPOWER,1,10;
- bonus4 bAutoSpell,NPC_HELLPOWER,1,10,0;
- if( getrefine()>8 ) bonus3 bAutoSpell,NPC_VAMPIRE_GIFT,2,20;
- else bonus3 bAutoSpell,NPC_VAMPIRE_GIFT,1,20;
- ">
-},
-{
- Id: 1187
- AegisName: "Krieger_Twohand_Sword1"
- Name: "Glorious Claymore"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 220
- Range: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_2HSWORD"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,70;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,25;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine()-3)*(getrefine()-3);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) {
- bonus3 bAutoSpell,LK_CONCENTRATION,max(getskilllv(LK_CONCENTRATION),1),30;
- bonus3 bAutoSpell,LK_AURABLADE,max(getskilllv(LK_AURABLADE),1),30;
- }
-
- ">
-},
-{
- Id: 1188
- AegisName: "Veteran_Sword"
- Name: "Veteran Sword"
- Type: "IT_WEAPON"
- Buy: 10000
- Weight: 2000
- Atk: 180
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_2HSWORD"
- Script: <"
- if(getskilllv(SM_BASH)==10) {
- bonus2 bSkillAtk,SM_BASH,50;
- }
- if(getskilllv(KN_BOWLINGBASH)==10) {
- bonus2 bSkillAtk,KN_BOWLINGBASH,50;
- }
- bonus bStr,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 1189
- AegisName: "Krasnaya"
- Name: "Krasnaya"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 3800
- Atk: 200
- Range: 2
- Slots: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 50
- Subtype: "W_2HSWORD"
- Script: <"
- if(readparam(bStr)>=95) {
- bonus bBaseAtk,20;
- }
-
- ">
-},
-{
- Id: 1190
- AegisName: "Claymore_C"
- Name: "Claymore"
- Type: "IT_WEAPON"
- Atk: 220
- Range: 1
- Job: {
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 1
- Refine: false
- Subtype: "W_2HSWORD"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddSize,Size_Small,40;
- bonus2 bAddSize,Size_Medium,40;
- bonus2 bAddSize,Size_Large,40;
- ">
-},
-
-//== Daggers ===============================================
-{
- Id: 1201
- AegisName: "Knife"
- Name: "Knife"
- Type: "IT_WEAPON"
- Buy: 50
- Weight: 400
- Atk: 17
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Subtype: "W_DAGGER"
-},
-{
- Id: 1202
- AegisName: "Knife_"
- Name: "Knife"
- Type: "IT_WEAPON"
- Buy: 50
- Weight: 400
- Atk: 17
- Range: 1
- Slots: 4
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Subtype: "W_DAGGER"
-},
-{
- Id: 1203
- AegisName: "Knife__"
- Name: "Knife"
- Type: "IT_WEAPON"
- Buy: 50
- Weight: 400
- Atk: 17
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Subtype: "W_DAGGER"
-},
-{
- Id: 1204
- AegisName: "Cutter"
- Name: "Cutter"
- Type: "IT_WEAPON"
- Buy: 1250
- Weight: 500
- Atk: 30
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Subtype: "W_DAGGER"
-},
-{
- Id: 1205
- AegisName: "Cutter_"
- Name: "Cutter"
- Type: "IT_WEAPON"
- Buy: 1250
- Weight: 500
- Atk: 30
- Range: 1
- Slots: 4
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Subtype: "W_DAGGER"
-},
-{
- Id: 1206
- AegisName: "Cutter__"
- Name: "Cutter"
- Type: "IT_WEAPON"
- Buy: 1250
- Weight: 500
- Atk: 30
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Subtype: "W_DAGGER"
-},
-{
- Id: 1207
- AegisName: "Main_Gauche"
- Name: "Main Gauche"
- Type: "IT_WEAPON"
- Buy: 2400
- Weight: 600
- Atk: 43
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Subtype: "W_DAGGER"
-},
-{
- Id: 1208
- AegisName: "Main_Gauche_"
- Name: "Main Gauche"
- Type: "IT_WEAPON"
- Buy: 2400
- Weight: 600
- Atk: 43
- Range: 1
- Slots: 4
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Subtype: "W_DAGGER"
-},
-{
- Id: 1209
- AegisName: "Main_Gauche__"
- Name: "Main Gauche"
- Type: "IT_WEAPON"
- Buy: 2400
- Weight: 600
- Atk: 43
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Subtype: "W_DAGGER"
-},
-{
- Id: 1210
- AegisName: "Dirk"
- Name: "Dirk"
- Type: "IT_WEAPON"
- Buy: 8500
- Weight: 500
- Atk: 59
- Range: 1
- Slots: 2
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 12
- Subtype: "W_DAGGER"
-},
-{
- Id: 1211
- AegisName: "Dirk_"
- Name: "Dirk"
- Type: "IT_WEAPON"
- Buy: 8500
- Weight: 500
- Atk: 59
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 12
- Subtype: "W_DAGGER"
-},
-{
- Id: 1212
- AegisName: "Dirk__"
- Name: "Dirk"
- Type: "IT_WEAPON"
- Buy: 8500
- Weight: 500
- Atk: 59
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 12
- Subtype: "W_DAGGER"
-},
-{
- Id: 1213
- AegisName: "Dagger"
- Name: "Dagger"
- Type: "IT_WEAPON"
- Buy: 14000
- Weight: 600
- Atk: 73
- Range: 1
- Slots: 2
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 12
- Subtype: "W_DAGGER"
-},
-{
- Id: 1214
- AegisName: "Dagger_"
- Name: "Dagger"
- Type: "IT_WEAPON"
- Buy: 14000
- Weight: 600
- Atk: 73
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 12
- Subtype: "W_DAGGER"
-},
-{
- Id: 1215
- AegisName: "Dagger__"
- Name: "Dagger"
- Type: "IT_WEAPON"
- Buy: 14000
- Weight: 600
- Atk: 73
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 12
- Subtype: "W_DAGGER"
-},
-{
- Id: 1216
- AegisName: "Stiletto"
- Name: "Stiletto"
- Type: "IT_WEAPON"
- Buy: 19500
- Weight: 700
- Atk: 87
- Range: 1
- Slots: 2
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 12
- Subtype: "W_DAGGER"
-},
-{
- Id: 1217
- AegisName: "Stiletto_"
- Name: "Stiletto"
- Type: "IT_WEAPON"
- Buy: 19500
- Weight: 700
- Atk: 87
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 12
- Subtype: "W_DAGGER"
-},
-{
- Id: 1218
- AegisName: "Stiletto__"
- Name: "Stiletto"
- Type: "IT_WEAPON"
- Buy: 19500
- Weight: 700
- Atk: 87
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 12
- Subtype: "W_DAGGER"
-},
-{
- Id: 1219
- AegisName: "Gladius"
- Name: "Gladius"
- Type: "IT_WEAPON"
- Buy: 43000
- Weight: 700
- Atk: 105
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 24
- Subtype: "W_DAGGER"
-},
-{
- Id: 1220
- AegisName: "Gladius_"
- Name: "Gladius"
- Type: "IT_WEAPON"
- Buy: 43000
- Weight: 700
- Atk: 105
- Range: 1
- Slots: 3
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 24
- Subtype: "W_DAGGER"
-},
-{
- Id: 1221
- AegisName: "Gladius__"
- Name: "Gladius"
- Type: "IT_WEAPON"
- Buy: 43000
- Weight: 700
- Atk: 105
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 24
- Subtype: "W_DAGGER"
-},
-{
- Id: 1222
- AegisName: "Damascus"
- Name: "Damascus"
- Type: "IT_WEAPON"
- Buy: 49000
- Weight: 800
- Atk: 118
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 24
- Subtype: "W_DAGGER"
- Script: <" bonus bUnbreakableWeapon,0; ">
-},
-{
- Id: 1223
- AegisName: "Forturn_Sword"
- Name: "Fortune Sword"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 90
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 24
- Subtype: "W_DAGGER"
- Script: <"
- bonus bLuk,5;
- bonus bFlee2,20;
- ">
-},
-{
- Id: 1224
- AegisName: "Sword_Breaker"
- Name: "Swordbreaker"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 70
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 36
- Subtype: "W_DAGGER"
- Script: <" bonus bBreakWeaponRate,500; ">
-},
-{
- Id: 1225
- AegisName: "Mail_Breaker"
- Name: "Mailbreaker"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 70
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 36
- Subtype: "W_DAGGER"
- Script: <" bonus bBreakArmorRate,500; ">
-},
-{
- Id: 1226
- AegisName: "Damascus_"
- Name: "Damascus"
- Type: "IT_WEAPON"
- Buy: 49000
- Weight: 800
- Atk: 118
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 24
- Subtype: "W_DAGGER"
- Script: <" bonus bUnbreakableWeapon,0; ">
-},
-{
- Id: 1227
- AegisName: "Weeder_Knife"
- Name: "Weeder Knife"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 400
- Atk: 80
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 36
- Subtype: "W_DAGGER"
- Script: <"
- bonus bIgnoreDefRace,RC_Plant;
- bonus2 bAddRace,RC_Plant,15;
- bonus2 bSubRace,RC_Plant,15;
- ">
-},
-{
- Id: 1228
- AegisName: "Combat_Knife"
- Name: "Combat Knife"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 400
- Atk: 80
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 36
- Subtype: "W_DAGGER"
- Script: <"
- bonus bIgnoreDefRace,RC_DemiPlayer;
- bonus2 bSubRace,RC_DemiPlayer,10;
- bonus2 bSubRace,RC_Demon,-10;
- ">
-},
-{
- Id: 1229
- AegisName: "Mamas_Knife"
- Name: "Kitchen Knife"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 75
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 36
- Subtype: "W_DAGGER"
- Script: <"
- bonus bCritical,30;
- bonus3 bAddMonsterDropItem,517,RC_Brute,5000;
- ">
-},
-{
- Id: 1230
- AegisName: "House_Auger"
- Name: "Ice Pick"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 600
- Atk: 80
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 36
- Subtype: "W_DAGGER"
- Script: <" bonus bDefRatioAtkRace, RC_All; ">
-},
-{
- Id: 1231
- AegisName: "Bazerald"
- Name: "Bazerald"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 70
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 36
- Subtype: "W_DAGGER"
- Script: <"
- bonus bAtkEle,Ele_Fire;
- bonus bInt,5;
- bonus bMatkRate,10;
- ">
-},
-{
- Id: 1232
- AegisName: "Assasin_Dagger"
- Name: "Assassin Dagger"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 600
- Atk: 140
- Range: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 36
- Subtype: "W_DAGGER"
- Script: <"
- bonus bMaxHPrate,20;
- bonus bMaxSPrate,15;
- bonus bAspdRate,2;
- bonus bAtkEle,Ele_Dark;
- ">
-},
-{
- Id: 1233
- AegisName: "Exercise"
- Name: "Exorciser"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 90
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 36
- Subtype: "W_DAGGER"
- Script: <"
- bonus bIgnoreDefRace,RC_Demon;
- bonus2 bSubRace,RC_Demon,5;
- bonus2 bSubRace,RC_DemiPlayer,-10;
- ">
-},
-{
- Id: 1234
- AegisName: "Moonlight_Sword"
- Name: "Moonlight Dagger"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 50
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 36
- Subtype: "W_DAGGER"
- Script: <"
- bonus bMaxSPrate,10;
- bonus bSPDrainValue,3;
- ">
-},
-{
- Id: 1235
- AegisName: "Azoth"
- Name: "Azoth"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 110
- Range: 1
- Job: {
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 36
- Subtype: "W_DAGGER"
- Script: <" bonus bClassChange,300; ">
-},
-{
- Id: 1236
- AegisName: "Sucsamad"
- Name: "Sucsamad"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 800
- Atk: 140
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 36
- Subtype: "W_DAGGER"
- Script: <"
- bonus2 bAddEle,Ele_Earth,10;
- bonus2 bAddEle,Ele_Wind,10;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1237
- AegisName: "Grimtooth_"
- Name: "Grimtooth"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 800
- Atk: 180
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 36
- Subtype: "W_DAGGER"
- Script: <"
- bonus bFlee,10;
- bonus bFlee2,5;
- bonus bDefRate,-50;
- bonus bDef2Rate,-50;
- ">
-},
-{
- Id: 1238
- AegisName: "Zeny_Knife"
- Name: "Zeny Knife"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1200
- Atk: 64
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_DAGGER"
- Script: <" bonus2 bGetZenyNum,100,40; ">
-},
-{
- Id: 1239
- AegisName: "Poison_Knife"
- Name: "Poison Knife"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 800
- Atk: 64
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 65
- Subtype: "W_DAGGER"
- Script: <"
- bonus bAtkEle,Ele_Poison;
- bonus2 bAddEff,Eff_Poison,3000;
- ">
-},
-{
- Id: 1240
- AegisName: "Princess_Knife"
- Name: "Princess Knife"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 400
- Atk: 84
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 1
- Subtype: "W_DAGGER"
- Script: <" bonus bAllStats,1; ">
-},
-{
- Id: 1241
- AegisName: "Cursed_Dagger"
- Name: "Cursed Dagger"
- Type: "IT_WEAPON"
- Buy: 80000
- Weight: 400
- Atk: 55
- Range: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 85
- Subtype: "W_DAGGER"
- Script: <" bonus2 bAddEff,Eff_Curse,5000; ">
-},
-{
- Id: 1242
- AegisName: "Counter_Dagger"
- Name: "Dagger of Counter"
- Type: "IT_WEAPON"
- Buy: 120000
- Weight: 550
- Atk: 140
- Range: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 55
- Subtype: "W_DAGGER"
- Script: <" bonus bCritical,90; ">
-},
-{
- Id: 1243
- AegisName: "Novice_Knife"
- Name: "Novice Main-Gauche"
- Type: "IT_WEAPON"
- Buy: 1
- Weight: 1
- Atk: 45
- Range: 1
- Job: {
- Novice: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- Subtype: "W_DAGGER"
-},
-{
- Id: 1244
- AegisName: "Holy_Dagger"
- Name: "Holy Dagger"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 800
- Atk: 100
- Range: 1
- Job: {
- Thief: true
- Assassin: true
- Rogue: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 55
- Subtype: "W_DAGGER"
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bDex,1;
- ">
-},
-{
- Id: 1245
- AegisName: "Cinquedea"
- Name: "Cinquedea"
- Type: "IT_WEAPON"
- Buy: 40000
- Weight: 700
- Atk: 110
- Range: 1
- Slots: 1
- Job: {
- Novice: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_DAGGER"
-},
-{
- Id: 1246
- AegisName: "Cinquedea_"
- Name: "Cinquedea"
- Type: "IT_WEAPON"
- Buy: 40000
- Weight: 700
- Atk: 110
- Range: 1
- Slots: 2
- Job: {
- Novice: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_DAGGER"
-},
-{
- Id: 1247
- AegisName: "Kindling_Dagger"
- Name: "Kindle Dagger"
- Type: "IT_WEAPON"
- Buy: 10000
- Weight: 600
- Atk: 39
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Subtype: "W_DAGGER"
- Script: <" bonus bAtkEle,Ele_Fire; ">
-},
-{
- Id: 1248
- AegisName: "Obsidian_Dagger"
- Name: "Obsidian Dagger"
- Type: "IT_WEAPON"
- Buy: 10000
- Weight: 600
- Atk: 39
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Subtype: "W_DAGGER"
- Script: <" bonus bAtkEle,Ele_Earth; ">
-},
-{
- Id: 1249
- AegisName: "Fishermans_Dagger"
- Name: "Fisherman's Dagger"
- Type: "IT_WEAPON"
- Buy: 10000
- Weight: 600
- Atk: 39
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Subtype: "W_DAGGER"
- Script: <" bonus bAtkEle,Ele_Water; ">
-},
-
-//== Katars ================================================
-{
- Id: 1250
- AegisName: "Jur"
- Name: "Jur"
- Type: "IT_WEAPON"
- Buy: 19500
- Weight: 800
- Atk: 125
- Range: 1
- Slots: 2
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_KATAR"
-},
-{
- Id: 1251
- AegisName: "Jur_"
- Name: "Jur"
- Type: "IT_WEAPON"
- Buy: 19500
- Weight: 800
- Atk: 125
- Range: 1
- Slots: 3
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_KATAR"
-},
-{
- Id: 1252
- AegisName: "Katar"
- Name: "Katar"
- Type: "IT_WEAPON"
- Buy: 41000
- Weight: 1200
- Atk: 148
- Range: 1
- Slots: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_KATAR"
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 1253
- AegisName: "Katar_"
- Name: "Katar"
- Type: "IT_WEAPON"
- Buy: 41000
- Weight: 1200
- Atk: 148
- Range: 1
- Slots: 2
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_KATAR"
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 1254
- AegisName: "Jamadhar"
- Name: "Jamadhar"
- Type: "IT_WEAPON"
- Buy: 37200
- Weight: 1500
- Atk: 165
- Range: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_KATAR"
-},
-{
- Id: 1255
- AegisName: "Jamadhar_"
- Name: "Jamadhar"
- Type: "IT_WEAPON"
- Buy: 37200
- Weight: 1500
- Atk: 165
- Range: 1
- Slots: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_KATAR"
-},
-{
- Id: 1256
- AegisName: "Katar_Of_Cold_Icicle"
- Name: "Katar of Frozen Icicle"
- Type: "IT_WEAPON"
- Buy: 45000
- Weight: 1200
- Atk: 105
- Range: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 55
- Subtype: "W_KATAR"
- Script: <"
- bonus bAtkEle,Ele_Water;
- bonus2 bAddEff,Eff_Freeze,500;
- ">
-},
-{
- Id: 1257
- AegisName: "Katar_Of_Thornbush"
- Name: "Katar of Quaking"
- Type: "IT_WEAPON"
- Buy: 45000
- Weight: 1200
- Atk: 105
- Range: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 55
- Subtype: "W_KATAR"
- Script: <"
- bonus bAtkEle,Ele_Earth;
- bonus2 bAddEff,Eff_Blind,500;
- ">
-},
-{
- Id: 1258
- AegisName: "Katar_Of_Raging_Blaze"
- Name: "Katar of Raging Blaze"
- Type: "IT_WEAPON"
- Buy: 45000
- Weight: 1200
- Atk: 105
- Range: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 55
- Subtype: "W_KATAR"
- Script: <"
- bonus bAtkEle,Ele_Fire;
- bonus2 bAddEff,Eff_Silence,500;
- ">
-},
-{
- Id: 1259
- AegisName: "Katar_Of_Piercing_Wind"
- Name: "Katar of Piercing Wind"
- Type: "IT_WEAPON"
- Buy: 45000
- Weight: 1200
- Atk: 105
- Range: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 55
- Subtype: "W_KATAR"
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus2 bAddEff,Eff_Sleep,500;
- ">
-},
-{
- Id: 1260
- AegisName: "Ghoul_Leg"
- Name: "Sharpened Legbone of Ghoul"
- Type: "IT_WEAPON"
- Buy: 52500
- Weight: 1700
- Atk: 150
- Range: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 65
- Subtype: "W_KATAR"
- Script: <" bonus bAtkEle,Ele_Undead; ">
-},
-{
- Id: 1261
- AegisName: "Infiltrator"
- Name: "Infiltrator"
- Type: "IT_WEAPON"
- Buy: 57000
- Weight: 1500
- Atk: 140
- Range: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 75
- Subtype: "W_KATAR"
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,50;
- bonus bDef,3;
- bonus bFlee,5;
- bonus bFlee2,2;
- ">
-},
-{
- Id: 1262
- AegisName: "Nail_Of_Loki"
- Name: "Loki's Nail"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1200
- Atk: 115
- Range: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 55
- Subtype: "W_KATAR"
- Script: <" bonus2 bAddEff,Eff_Bleeding,300; ">
-},
-{
- Id: 1263
- AegisName: "Unholy_Touch"
- Name: "Unholy Touch"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1250
- Atk: 151
- Range: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 70
- Subtype: "W_KATAR"
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus2 bAddEff,Eff_Curse,200;
- bonus bCritical,-1;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1264
- AegisName: "Various_Jur"
- Name: "Specialty Jur"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 800
- Atk: 90
- Range: 1
- Slots: 4
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- EquipLv: 1
- Subtype: "W_KATAR"
- Script: <" bonus2 bAddEff2,Eff_Bleeding,10; ">
-},
-{
- Id: 1265
- AegisName: "Bloody_Roar"
- Name: "Bloody Roar"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 120
- Range: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 75
- Subtype: "W_KATAR"
- Script: <"
- bonus bIgnoreDefRace,RC_DemiPlayer;
- bonus bFlee,-160;
- bonus bFlee2,-160;
- bonus bHPrecovRate,-100;
- bonus bSPrecovRate,-100;
- ">
-},
-{
- Id: 1266
- AegisName: "Infiltrator_"
- Name: "Infiltrator"
- Type: "IT_WEAPON"
- Buy: 57000
- Weight: 1500
- Atk: 140
- Range: 1
- Slots: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 75
- Subtype: "W_KATAR"
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,50;
- bonus bDef,3;
- bonus bFlee,5;
- bonus bFlee2,2;
- ">
-},
-{
- Id: 1267
- AegisName: "Infiltrator_C"
- Name: "Infiltrator"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 189
- Range: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 1
- Refine: false
- Subtype: "W_KATAR"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,70;
- bonus bDef,3;
- bonus bFlee,5;
- bonus bFlee2,2;
- bonus bAspdRate,5;
- ">
-},
-{
- Id: 1268
- AegisName: "Wild_Beast_Claw"
- Name: "Wild Beast Claw"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1450
- Atk: 160
- Range: 1
- Slots: 1
- Job: {
- Assassin: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 55
- Subtype: "W_KATAR"
- Script: <"
- if(getrefine()>=9) {
- bonus3 bAutoSpell,NPC_CRITICALWOUND,2,100;
- }
- else bonus3 bAutoSpell,NPC_CRITICALWOUND,1,100;
- ">
-},
-{
- Id: 1269
- AegisName: "Inverse_Scale"
- Name: "Inverse Scale"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1500
- Atk: 140
- Range: 1
- Job: {
- Assassin: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 55
- Subtype: "W_KATAR"
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus3 bAutoSpell,NPC_DRAGONFEAR,1,30;
- ">
-},
-{
- Id: 1270
- AegisName: "Drill_Katar"
- Name: "Drill Katar"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1400
- Atk: 110
- Range: 1
- Slots: 1
- Job: {
- Assassin: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 55
- Subtype: "W_KATAR"
- Script: <"
- bonus bHit,30;
- bonus3 bAutoSpell,ST_FULLSTRIP,1,150;
- ">
-},
-{
- Id: 1271
- AegisName: "Blood_Tears"
- Name: "Blood Tears"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1700
- Atk: 120
- Range: 1
- Slots: 2
- Job: {
- Assassin: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 55
- Subtype: "W_KATAR"
- Script: <"
- if(getrefine()>=9) {
- bonus3 bAutoSpell,NPC_WIDEBLEEDING,2,30;
- }
- else bonus3 bAutoSpell,NPC_WIDEBLEEDING,1,30;
- ">
-},
-{
- Id: 1272
- AegisName: "Scratcher"
- Name: "Scratcher"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 120
- Range: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- Refine: false
- Subtype: "W_KATAR"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddRace, RC_All, 50; ">
-},
-{
- Id: 1273
- AegisName: "Bloody_Roar_C"
- Name: "Refined Bloody Roar"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 148
- Range: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- Refine: false
- Subtype: "W_KATAR"
- Script: <"
- bonus bIgnoreDefRace,RC_DemiPlayer;
- bonus bFlee,-160;
- bonus bFlee2,-160;
- ">
-},
-{
- Id: 1274
- AegisName: "Unholy_Touch_C"
- Name: "Refined Unholy Touch"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 179
- Range: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- Refine: false
- Subtype: "W_KATAR"
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus2 bAddEff,Eff_Curse,5000;
- bonus bCritical,-1;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1275
- AegisName: "Katar_Of_Cold_Icicle_"
- Name: "Katar of Frozen Icicle"
- Type: "IT_WEAPON"
- Buy: 45000
- Weight: 1200
- Atk: 105
- Range: 1
- Slots: 3
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 55
- Subtype: "W_KATAR"
- Script: <"
- bonus bAtkEle,Ele_Water;
- bonus2 bAddEff,Eff_Freeze,500;
- ">
-},
-{
- Id: 1276
- AegisName: "Katar_Of_Thornbush_"
- Name: "Katar of Quaking"
- Type: "IT_WEAPON"
- Buy: 45000
- Weight: 1200
- Atk: 105
- Range: 1
- Slots: 3
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 55
- Subtype: "W_KATAR"
- Script: <"
- bonus bAtkEle,Ele_Earth;
- bonus2 bAddEff,Eff_Blind,500;
- ">
-},
-{
- Id: 1277
- AegisName: "Katar_Of_Raging_Blaze_"
- Name: "Katar of Raging Blaze"
- Type: "IT_WEAPON"
- Buy: 45000
- Weight: 1200
- Atk: 105
- Range: 1
- Slots: 3
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 55
- Subtype: "W_KATAR"
- Script: <"
- bonus bAtkEle,Ele_Fire;
- bonus2 bAddEff,Eff_Silence,500;
- ">
-},
-{
- Id: 1278
- AegisName: "Katar_Of_Piercing_Wind_"
- Name: "Katar of Piercing Wind"
- Type: "IT_WEAPON"
- Buy: 45000
- Weight: 1200
- Atk: 105
- Range: 1
- Slots: 3
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 55
- Subtype: "W_KATAR"
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus2 bAddEff,Eff_Sleep,500;
- ">
-},
-{
- Id: 1279
- AegisName: "BF_Katar1"
- Name: "Brave Carnage Katar"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 130
- Range: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_KATAR"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bDex,1;
- bonus bLuk,1;
- bonus2 bAddRace,RC_DemiPlayer,70;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1280
- AegisName: "BF_Katar2"
- Name: "Valorous Carnage Katar"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 130
- Range: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_KATAR"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bDex,1;
- bonus bLuk,1;
- bonus2 bAddRace,RC_DemiPlayer,70;
- bonus bCritAtkRate,20;
- bonus bAspdRate,5;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1281
- AegisName: "Krieger_Katar1"
- Name: "Glorious Bloody Roar"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 140
- Range: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_KATAR"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,70;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine()-4)*(getrefine()-4);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) autobonus "{ bonus bAspdRate,100; }",70,3000,BF_WEAPON,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }";
- ">
-},
-{
- Id: 1282
- AegisName: "Krieger_Katar2"
- Name: "Glorious Jamadhar"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 140
- Range: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_KATAR"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,70;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine()-4)*(getrefine()-4);
- bonus2 bCriticalAddRace,RC_DemiPlayer,5;
- }
- if(getrefine()>8) autobonus "{ bonus bAspdRate,100; }",70,3000,BF_WEAPON,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }";
- ">
-},
-{
- Id: 1283
- AegisName: "Katar_Of_Speed"
- Name: "Katar Of Speed"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 175
- Range: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- Refine: false
- Subtype: "W_KATAR"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bSkillAtk,AS_SONICBLOW,25;
- bonus bAspdRate,3;
- ">
-},
-{
- Id: 1284
- AegisName: "Krishna"
- Name: "Krishna"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1200
- Atk: 120
- Range: 1
- Slots: 2
- Job: {
- Assassin: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 50
- Subtype: "W_KATAR"
- Script: <"
- bonus2 bSkillAtk,AS_GRIMTOOTH,10;
- if(getskilllv(AS_SONICBLOW)) {
- bonus3 bAutoSpell,AS_SONICBLOW,getskilllv(AS_SONICBLOW),5;
- }
- else {
- bonus3 bAutoSpell,AS_SONICBLOW,1,5;
- }
-
- ">
-},
-{
- Id: 1285
- AegisName: "Cakram"
- Name: "Chakram"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 130
- Range: 1
- Slots: 2
- Job: {
- Assassin: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 50
- Subtype: "W_KATAR"
- Script: <"
- if(getskilllv(AS_KATAR)==10) {
- bonus bHit,10;
- }
- bonus2 bSkillAtk,ASC_METEORASSAULT,20;
- ">
-},
-{
- Id: 1286
- AegisName: "Jamadhar_C"
- Name: "Jamadhar"
- Type: "IT_WEAPON"
- Atk: 200
- Range: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 1
- Refine: false
- Subtype: "W_KATAR"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus2 bAddSize,Size_Small,40;
- bonus2 bAddSize,Size_Medium,40;
- bonus2 bAddSize,Size_Large,40;
- ">
-},
-
-//== One-Handed Axes =======================================
-{
- Id: 1301
- AegisName: "Axe"
- Name: "Axe"
- Type: "IT_WEAPON"
- Buy: 500
- Weight: 800
- Atk: 38
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 3
- Subtype: "W_1HAXE"
-},
-{
- Id: 1302
- AegisName: "Axe_"
- Name: "Axe"
- Type: "IT_WEAPON"
- Buy: 500
- Weight: 800
- Atk: 38
- Range: 1
- Slots: 4
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 3
- Subtype: "W_1HAXE"
-},
-{
- Id: 1303
- AegisName: "Axe__"
- Name: "Axe"
- Type: "IT_WEAPON"
- Buy: 500
- Weight: 800
- Atk: 38
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 3
- Subtype: "W_1HAXE"
-},
-{
- Id: 1304
- AegisName: "Orcish_Axe"
- Name: "Orcish Axe"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1500
- Atk: 75
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 3
- Subtype: "W_1HAXE"
-},
-{
- Id: 1305
- AegisName: "Cleaver"
- Name: "Cleaver"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1200
- Atk: 140
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 44
- Subtype: "W_1HAXE"
- Script: <"
- bonus2 bSubRace,RC_DemiPlayer,5;
- bonus3 bAddMonsterDropItem,517,RC_Brute,3000;
- ">
-},
-{
- Id: 1306
- AegisName: "War_Axe"
- Name: "War Axe"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 4200
- Atk: 140
- Range: 1
- Slots: 1
- Job: {
- Blacksmith: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 76
- Subtype: "W_1HAXE"
- Script: <"
- bonus bDex,2;
- bonus bLuk,2;
- ">
-},
-{
- Id: 1307
- AegisName: "Windhawk"
- Name: "Windhawk"
- Type: "IT_WEAPON"
- Buy: 18000
- Weight: 1500
- Atk: 115
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_1HAXE"
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus bAspdRate,5;
- ">
-},
-{
- Id: 1308
- AegisName: "Golden_Axe"
- Name: "Golden Axe"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 3000
- Atk: 170
- Range: 1
- Job: {
- Novice: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 45
- Subtype: "W_1HAXE"
-},
-{
- Id: 1309
- AegisName: "Orcish_Axe_"
- Name: "Orcish Axe"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1500
- Atk: 75
- Range: 1
- Slots: 4
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 3
- Subtype: "W_1HAXE"
-},
-{
- Id: 1310
- AegisName: "Krieger_Onehand_Axe1"
- Name: "Glorious Cleaver"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 130
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_1HAXE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine()-4)*(getrefine()-4);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- bonus bAspdRate,5;
- }
- if(getrefine()>8) {
- bonus bAspdRate,5;
- bonus3 bAutoSpell,NPC_CRITICALWOUND,1,50;
- bonus4 bAutoSpellOnSkill,MC_MAMMONITE,NPC_CRITICALWOUND,2,200;
- }
-
- ">
-},
-{
- Id: 1311
- AegisName: "Vecer_Axe"
- Name: "Vecer Axe"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1500
- Atk: 140
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 50
- Subtype: "W_1HAXE"
- Script: <"
- if(readparam(bLuk)>=90) {
- bonus bBaseAtk,20;
- }
- if(readparam(bDex)>=90) {
- bonus bCritical,5;
- }
- if(readparam(bDex)>=90||readparam(bLuk)>=90) {
- bonus2 bSkillAtk,MC_MAMMONITE,15;
- }
-
- ">
-},
-{
- Id: 1312
- AegisName: "Orcish_Axe_C"
- Name: "Orcish Axe"
- Type: "IT_WEAPON"
- Atk: 110
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 1
- Refine: false
- Subtype: "W_1HAXE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddSize,Size_Small,70;
- bonus2 bAddSize,Size_Medium,70;
- bonus2 bAddSize,Size_Large,70;
- ">
-},
-{
- Id: 1313
- AegisName: "Tourist_Axe"
- Name: "Tourist Axe"
- Type: "IT_WEAPON"
- Weight: 500
- Atk: 77
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- Subtype: "W_1HAXE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 1314
- AegisName: "F_Tomahawk_C"
- Name: "Tomahawk"
- Type: "IT_WEAPON"
- Buy: 2
- Atk: 200
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- Refine: false
- Subtype: "W_2HAXE"
- Script: <" bonus bAtkEle,Ele_Wind; ">
-},
-{
- Id: 1315
- AegisName: "F_Right_Epsilon_C"
- Name: "Light Epsilon"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 229
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 1
- Refine: false
- Subtype: "W_2HAXE"
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bStr,10;
- ">
-},
-{
- Id: 1326
- AegisName: "War_Axe_IL"
- Name: "War_Axe_IL"
-},
-
-//== Two-Handed Axes =======================================
-{
- Id: 1351
- AegisName: "Battle_Axe"
- Name: "Battle Axe"
- Type: "IT_WEAPON"
- Buy: 5400
- Weight: 1500
- Atk: 80
- Range: 1
- Slots: 3
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- EquipLv: 3
- Subtype: "W_2HAXE"
-},
-{
- Id: 1352
- AegisName: "Battle_Axe_"
- Name: "Battle Axe"
- Type: "IT_WEAPON"
- Buy: 5400
- Weight: 1500
- Atk: 80
- Range: 1
- Slots: 4
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- EquipLv: 3
- Subtype: "W_2HAXE"
-},
-{
- Id: 1353
- AegisName: "Battle_Axe__"
- Name: "Battle Axe"
- Type: "IT_WEAPON"
- Buy: 5400
- Weight: 1500
- Atk: 80
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- EquipLv: 3
- Subtype: "W_2HAXE"
-},
-{
- Id: 1354
- AegisName: "Hammer"
- Name: "Hammer"
- Type: "IT_WEAPON"
- Buy: 15500
- Weight: 2000
- Atk: 120
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 16
- Subtype: "W_2HAXE"
-},
-{
- Id: 1355
- AegisName: "Hammer_"
- Name: "Hammer"
- Type: "IT_WEAPON"
- Buy: 15500
- Weight: 2000
- Atk: 120
- Range: 1
- Slots: 3
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 16
- Subtype: "W_2HAXE"
-},
-{
- Id: 1356
- AegisName: "Hammer__"
- Name: "Hammer"
- Type: "IT_WEAPON"
- Buy: 15500
- Weight: 2000
- Atk: 120
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 16
- Subtype: "W_2HAXE"
-},
-{
- Id: 1357
- AegisName: "Buster"
- Name: "Buster"
- Type: "IT_WEAPON"
- Buy: 34000
- Weight: 2200
- Atk: 155
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_2HAXE"
-},
-{
- Id: 1358
- AegisName: "Buster_"
- Name: "Buster"
- Type: "IT_WEAPON"
- Buy: 34000
- Weight: 2200
- Atk: 155
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_2HAXE"
-},
-{
- Id: 1359
- AegisName: "Buster__"
- Name: "Buster"
- Type: "IT_WEAPON"
- Buy: 34000
- Weight: 2200
- Atk: 155
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_2HAXE"
-},
-{
- Id: 1360
- AegisName: "Two_Handed_Axe"
- Name: "Two-Handed Axe"
- Type: "IT_WEAPON"
- Buy: 55000
- Weight: 2500
- Atk: 185
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_2HAXE"
-},
-{
- Id: 1361
- AegisName: "Two_Handed_Axe_"
- Name: "Two-Handed Axe"
- Type: "IT_WEAPON"
- Buy: 55000
- Weight: 2500
- Atk: 185
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_2HAXE"
-},
-{
- Id: 1362
- AegisName: "Two_Handed_Axe__"
- Name: "Two-Handed Axe"
- Type: "IT_WEAPON"
- Buy: 55000
- Weight: 2500
- Atk: 185
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_2HAXE"
-},
-{
- Id: 1363
- AegisName: "Brood_Axe"
- Name: "Bloody Axe"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 4000
- Atk: 170
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 44
- Subtype: "W_2HAXE"
- Script: <"
- bonus bStr,10;
- bonus bSpeedRate,25;
- ">
-},
-{
- Id: 1364
- AegisName: "Great_Axe"
- Name: "Great Axe"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1800
- Atk: 187
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 44
- Subtype: "W_2HAXE"
- Script: <"
- bonus2 bAddSkillBlow,MC_MAMMONITE,5;
- bonus2 bAddEff,Eff_Stun,1500;
- ">
-},
-{
- Id: 1365
- AegisName: "Sabbath"
- Name: "Sabbath"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2300
- Atk: 120
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 44
- Subtype: "W_2HAXE"
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus2 bWeaponComaRace,RC_Demon,50;
- bonus2 bCriticalAddRace,RC_Undead,50;
- ">
-},
-{
- Id: 1366
- AegisName: "Right_Epsilon"
- Name: "Light Epsilon"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2300
- Atk: 180
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 44
- Subtype: "W_2HAXE"
- Script: <"
- bonus bAtkEle,Ele_Holy;
- skill AL_HEAL,3;
- bonus2 bAddRace,RC_Demon,3;
- ">
-},
-{
- Id: 1367
- AegisName: "Slaughter"
- Name: "Slaughter"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2500
- Atk: 120
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 44
- Subtype: "W_2HAXE"
- Script: <"
- bonus bAtkEle,Ele_Earth;
- bonus bIgnoreDefRace,RC_Brute;
- bonus2 bWeaponComaRace,RC_Brute,40;
- ">
-},
-{
- Id: 1368
- AegisName: "Tomahawk"
- Name: "Tomahawk"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2500
- Atk: 165
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 44
- Subtype: "W_2HAXE"
- Script: <"
- bonus bAtkEle,Ele_Wind;
- skill ITM_TOMAHAWK,1;
- ">
-},
-{
- Id: 1369
- AegisName: "Guillotine"
- Name: "Guillotine"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 3000
- Atk: 215
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 44
- Subtype: "W_2HAXE"
- Script: <"
- bonus2 bWeaponComaRace,RC_DemiPlayer,30;
- bonus2 bSPGainRaceAttack,RC_DemiPlayer,2;
- bonus2 bSPGainRace,RC_DemiPlayer,20;
- ">
-},
-{
- Id: 1370
- AegisName: "Doom_Slayer"
- Name: "Doom Slayer"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 6000
- Atk: 10
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_2HAXE"
- Script: <"
- bonus bAspdRate,-40;
- bonus bUseSPrate,100;
- if(readparam(bStr)>=95) {
- bonus bBaseAtk,340;
- bonus2 bAddEff,Eff_Stun,3000;
- bonus bBreakArmorRate,500;
- }
-
- ">
-},
-{
- Id: 1371
- AegisName: "Doom_Slayer_"
- Name: "Doom Slayer"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 6000
- Atk: 10
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_2HAXE"
- Script: <"
- bonus bAspdRate,-40;
- bonus bUseSPrate,100;
- if(readparam(bStr)>=95) {
- bonus bBaseAtk,340;
- bonus2 bAddEff,Eff_Stun,3000;
- bonus bBreakArmorRate,500;
- }
-
- ">
-},
-{
- Id: 1372
- AegisName: "Right_Epsilon_C"
- Name: "Light Epsilon"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 229
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 1
- Refine: false
- Subtype: "W_2HAXE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtkEle,Ele_Holy;
- skill AL_HEAL,3;
- bonus2 bAddRace,RC_Demon,3;
- bonus bStr,10;
- bonus bSpeedRate,25;
- ">
-},
-{
- Id: 1373
- AegisName: "Brood_Axe_C"
- Name: "Refined Bloody Axe"
- Type: "IT_WEAPON"
- Buy: 2
- Atk: 205
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- Refine: false
- Subtype: "W_2HAXE"
- Script: <"
- bonus bStr,20;
- bonus bSpeedRate,25;
- bonus bAspdRate,5;
- ">
-},
-{
- Id: 1374
- AegisName: "Tomahawk_C"
- Name: "Tomahawk"
- Type: "IT_WEAPON"
- Buy: 2
- Atk: 200
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- Refine: false
- Subtype: "W_2HAXE"
- Script: <"
- bonus bAtkEle,Ele_Wind;
- skill ITM_TOMAHAWK,1;
- ">
-},
-{
- Id: 1375
- AegisName: "Berdysz"
- Name: "Berdysz"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2500
- Atk: 200
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_2HAXE"
- Script: <"
- bonus2 bSubSize,Size_Medium,13;
- bonus2 bSubSize,Size_Large,15;
- ">
-},
-{
- Id: 1376
- AegisName: "Heart_Breaker"
- Name: "Heart Breaker"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2000
- Atk: 175
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 70
- Subtype: "W_2HAXE"
- Script: <"
- bonus bCritical,20+getrefine();
- bonus bAspdRate,5;
- if((Class==Job_Whitesmith)||(Class==Job_Creator)) bonus3 bAutoSpell,BS_HAMMERFALL,3,30;
- ">
-},
-{
- Id: 1377
- AegisName: "Hurricane_Fury"
- Name: "Hurricane's Fury"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 3500
- Atk: 332
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_2HAXE"
- Script: <"
- bonus2 bSubSize,Size_Medium,10+getrefine();
- bonus bAspdRate,getrefine();
- bonus3 bAutoSpell,NPC_PULSESTRIKE,5,20;
- ">
-},
-{
- Id: 1378
- AegisName: "Great_Axe_C"
- Name: "Refined Great Axe"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 215
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- Refine: false
- Subtype: "W_2HAXE"
- Script: <"
- bonus bStr,5;
- bonus bHit,20;
- bonus2 bAddSkillBlow,MC_MAMMONITE,5;
- bonus2 bAddEff,Eff_Stun,2000;
- ">
-},
-{
- Id: 1379
- AegisName: "BF_Two_Handed_Axe1"
- Name: "Valorous Insane Battle Axe"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 200
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_2HAXE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,3;
- bonus2 bAddRace,RC_DemiPlayer,55;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1380
- AegisName: "BF_Two_Handed_Axe2"
- Name: "Brave Insane Battle Axe"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 200
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_2HAXE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,3;
- bonus2 bAddRace,RC_DemiPlayer,55;
- autobonus "{ bonus bBreakArmorRate,10000; }",20,3000,BF_WEAPON,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }";
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1381
- AegisName: "N_Battle_Axe"
- Name: "Novice Battle Axe"
- Type: "IT_WEAPON"
- Atk: 100
- Range: 1
- Slots: 3
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- EquipLv: 3
- Refine: false
- Subtype: "W_2HAXE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 1382
- AegisName: "Krieger_Twohand_Axe1"
- Name: "Glorious Two-Handed Axe"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 220
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_2HAXE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,70;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,25;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine()-3)*(getrefine()-3);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- bonus3 bAutoSpell,NPC_CRITICALWOUND,1,50;
- }
- if(getrefine()>8) {
- bonus3 bAutoSpell,NPC_CRITICALWOUND,1,100;
- bonus4 bAutoSpellOnSkill,MC_MAMMONITE,NPC_CRITICALWOUND,2,200;
- bonus4 bAutoSpellOnSkill,WS_CARTTERMINATION,NPC_CRITICALWOUND,2,200;
- }
-
- ">
-},
-{
- Id: 1383
- AegisName: "Holy_Celestial_Axe"
- Name: "Celestial Axe"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1500
- Atk: 200
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 60
- Subtype: "W_2HAXE"
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bVit,10;
- bonus2 bAddRace,RC_Undead,10;
- bonus3 bAutoSpell,AL_BLESSING,5,50;
- ">
-},
-{
- Id: 1384
- AegisName: "Veteran_Axe"
- Name: "Veteran Axe"
- Type: "IT_WEAPON"
- Buy: 10000
- Weight: 3000
- Atk: 250
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_2HAXE"
- Script: <"
- if(getskilllv(BS_DAGGER)==3) {
- bonus bBaseAtk,10;
- }
- if(getskilllv(BS_SWORD)==3) {
- bonus bBaseAtk,10;
- }
- if(getskilllv(BS_TWOHANDSWORD)==3) {
- bonus bBaseAtk,10;
- }
- if(getskilllv(BS_KNUCKLE)==3) {
- bonus bBaseAtk,10;
- }
- if(getskilllv(BS_SPEAR)==3) {
- bonus bBaseAtk,10;
- }
- if(getskilllv(BS_AXE)==3) {
- bonus bBaseAtk,10;
- }
- if(getskilllv(BS_MACE)==3) {
- bonus bBaseAtk,10;
- }
- bonus bVit,2;
- ">
-},
-{
- Id: 1385
- AegisName: "Bradium_Stonehammer"
- Name: "Bradium Stone Hammer"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2700
- Atk: 210
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 75
- Subtype: "W_2HAXE"
- Script: <" bonus3 bAddEffOnSkill,BS_HAMMERFALL,Eff_Stun,500+(200*getrefine()); ">
-},
-{
- Id: 1386
- AegisName: "Doom_Slayer_I"
- Name: "Doom Slayer"
- Type: "IT_WEAPON"
- Atk: 20
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- Refine: false
- Subtype: "W_2HAXE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- if(readparam(bStr)>=95) {
- bonus bBaseAtk,400;
- bonus2 bAddEff,Eff_Stun,3000;
- bonus bAspdRate,-25;
- bonus bUseSPrate,100;
- bonus bBreakArmorRate,500;
- }
-
- ">
-},
-{
- Id: 1387
- AegisName: "Giant_Axe"
- Name: "Giant Axe"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 4000
- Atk: 330
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 50
- Subtype: "W_2HAXE"
- Script: <"
- bonus2 bSkillAtk,WS_CARTTERMINATION,15;
- if(readparam(bStr)>=95) {
- bonus bHit,10;
- bonus bAspdRate,3;
- }
-
- ">
-},
-{
- Id: 1388
- AegisName: "Two_Handed_Axe_C"
- Name: "Two-Handed Axe"
- Type: "IT_WEAPON"
- Atk: 220
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 1
- Refine: false
- Subtype: "W_2HAXE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddSize,Size_Small,40;
- bonus2 bAddSize,Size_Medium,40;
- bonus2 bAddSize,Size_Large,40;
- ">
-},
-{
- Id: 1389
- AegisName: "E_Tomahawk_C"
- Name: "Tomahawk"
- Type: "IT_WEAPON"
- Buy: 2
- Atk: 200
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- Refine: false
- Subtype: "W_2HAXE"
- Script: <" bonus bAtkEle,Ele_Wind; ">
-},
-{
- Id: 1390
- AegisName: "E_Right_Epsilon_C"
- Name: "Light Epsilon"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 229
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 1
- Refine: false
- Subtype: "W_2HAXE"
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bStr,10;
- ">
-},
-
-//== One-Handed Spears =====================================
-{
- Id: 1401
- AegisName: "Javelin"
- Name: "Javelin"
- Type: "IT_WEAPON"
- Buy: 150
- Weight: 700
- Atk: 28
- Range: 3
- Slots: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 4
- Subtype: "W_1HSPEAR"
-},
-{
- Id: 1402
- AegisName: "Javelin_"
- Name: "Javelin"
- Type: "IT_WEAPON"
- Buy: 150
- Weight: 700
- Atk: 28
- Range: 3
- Slots: 4
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 4
- Subtype: "W_1HSPEAR"
-},
-{
- Id: 1403
- AegisName: "Javelin__"
- Name: "Javelin"
- Type: "IT_WEAPON"
- Buy: 150
- Weight: 700
- Atk: 28
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 4
- Subtype: "W_1HSPEAR"
-},
-{
- Id: 1404
- AegisName: "Spear"
- Name: "Spear"
- Type: "IT_WEAPON"
- Buy: 1700
- Weight: 850
- Atk: 44
- Range: 3
- Slots: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 4
- Subtype: "W_1HSPEAR"
-},
-{
- Id: 1405
- AegisName: "Spear_"
- Name: "Spear"
- Type: "IT_WEAPON"
- Buy: 1700
- Weight: 850
- Atk: 44
- Range: 3
- Slots: 4
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 4
- Subtype: "W_1HSPEAR"
-},
-{
- Id: 1406
- AegisName: "Spear__"
- Name: "Spear"
- Type: "IT_WEAPON"
- Buy: 1700
- Weight: 850
- Atk: 44
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 4
- Subtype: "W_1HSPEAR"
-},
-{
- Id: 1407
- AegisName: "Pike"
- Name: "Pike"
- Type: "IT_WEAPON"
- Buy: 3450
- Weight: 1000
- Atk: 60
- Range: 3
- Slots: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 4
- Subtype: "W_1HSPEAR"
-},
-{
- Id: 1408
- AegisName: "Pike_"
- Name: "Pike"
- Type: "IT_WEAPON"
- Buy: 3450
- Weight: 1000
- Atk: 60
- Range: 3
- Slots: 4
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 4
- Subtype: "W_1HSPEAR"
-},
-{
- Id: 1409
- AegisName: "Pike__"
- Name: "Pike"
- Type: "IT_WEAPON"
- Buy: 3450
- Weight: 1000
- Atk: 60
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 4
- Subtype: "W_1HSPEAR"
-},
-{
- Id: 1410
- AegisName: "Lance"
- Name: "Lance"
- Type: "IT_WEAPON"
- Buy: 60000
- Weight: 2500
- Atk: 185
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_2HSPEAR"
-},
-{
- Id: 1411
- AegisName: "Lance_"
- Name: "Lance"
- Type: "IT_WEAPON"
- Buy: 60000
- Weight: 2500
- Atk: 185
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_2HSPEAR"
-},
-{
- Id: 1412
- AegisName: "Lance__"
- Name: "Lance"
- Type: "IT_WEAPON"
- Buy: 60000
- Weight: 2500
- Atk: 185
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_2HSPEAR"
-},
-{
- Id: 1413
- AegisName: "Gungnir"
- Name: "Gungnir"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 120
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 4
- Subtype: "W_1HSPEAR"
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus bPerfectHitRate,25;
- bonus bHit,30;
- ">
-},
-{
- Id: 1414
- AegisName: "Gelerdria"
- Name: "Gelerdria"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 145
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_1HSPEAR"
- Script: <"
- bonus bAtkEle,Ele_Earth;
- bonus bMaxHP,800;
- bonus bMaxSP,-50;
- ">
-},
-{
- Id: 1415
- AegisName: "Skewer"
- Name: "Brocca"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 850
- Atk: 100
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_1HSPEAR"
- Script: <"
- bonus bIgnoreDefRace,RC_NonBoss;
- bonus2 bAddEle,Ele_Neutral,25;
- ">
-},
-{
- Id: 1416
- AegisName: "Tjungkuletti"
- Name: "Tjungkuletti"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 95
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_1HSPEAR"
- Script: <"
- bonus bSPDrainValue,1;
- bonus bSPGainValue,5;
- ">
-},
-{
- Id: 1417
- AegisName: "Pole_Axe"
- Name: "Pole Axe"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 3800
- Atk: 160
- Range: 3
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 71
- Subtype: "W_1HSPEAR"
- Script: <"
- bonus bStr,1;
- bonus bInt,2;
- bonus bDex,1;
- ">
-},
-{
- Id: 1418
- AegisName: "Gungnir_"
- Name: "Gungnir"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 120
- Range: 3
- Slots: 2
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 4
- Subtype: "W_1HSPEAR"
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus bPerfectHitRate,25;
- bonus bHit,30;
- ">
-},
-{
- Id: 1419
- AegisName: "Pole_Axe_C"
- Name: "Pole Axe"
- Type: "IT_WEAPON"
- Buy: 1
- Weight: 4800
- Atk: 159
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 1
- Refine: false
- Subtype: "W_1HSPEAR"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bInt,2;
- bonus bDex,1;
- ">
-},
-{
- Id: 1420
- AegisName: "Long_Horn"
- Name: "Long Horn"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 150
- Range: 3
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 65
- Subtype: "W_1HSPEAR"
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus2 bAddEff,Eff_Bleeding,500;
- skill TF_DETOXIFY,1;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1421
- AegisName: "Battle_Hook"
- Name: "Battle Hook"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 900
- Atk: 140
- Range: 3
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 65
- Subtype: "W_1HSPEAR"
- Script: <"
- bonus2 bAddEff,Eff_Stun,500;
- bonus2 bAddRace,RC_DemiPlayer,20;
- skill KN_PIERCE,3;
- ">
-},
-{
- Id: 1422
- AegisName: "Hunting_Spear"
- Name: "Hunting Spear"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 4200
- Atk: 180
- Range: 3
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 60
- Subtype: "W_1HSPEAR"
- Script: <"
- bonus bIgnoreDefRace,RC_Brute;
- bonus3 bAddMonsterDropItem,517,RC_Brute,1000;
- bonus3 bAutoSpell,LK_JOINTBEAT,3,100;
- ">
-},
-{
- Id: 1423
- AegisName: "Pole_XO"
- Name: "Pole XO"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 120
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- Refine: false
- Subtype: "W_1HSPEAR"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddRace, RC_All, 50; ">
-},
-{
- Id: 1424
- AegisName: "Skewer_C"
- Name: "Refined Brocca"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 149
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- Refine: false
- Subtype: "W_1HSPEAR"
- Script: <"
- bonus bIgnoreDefRace,RC_NonBoss;
- bonus2 bAddSize,Size_Medium,20;
- ">
-},
-{
- Id: 1425
- AegisName: "BF_Spear1"
- Name: "Assaulter Spear"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 60
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_1HSPEAR"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(BaseJob==Job_Crusader) bonus bAspdRate,20;
- ">
-},
-{
- Id: 1426
- AegisName: "Krieger_Onehand_Spear1"
- Name: "Glorious Spear"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 130
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_1HSPEAR"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine()-4)*(getrefine()-4);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- bonus bAspdRate,10;
- }
- if(getrefine()>8) {
- if(BaseJob==Job_Knight) bonus4 bAutoSpellOnSkill,KN_PIERCE,NPC_CRITICALWOUND,2,200;
- else if(BaseJob==Job_Crusader) bonus3 bAutoSpell,PA_PRESSURE,5,100;
- }
-
- ">
-},
-{
- Id: 1427
- AegisName: "Spear_Of_Excellent"
- Name: "Spear Of Excellent"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 160
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- Refine: false
- Subtype: "W_1HSPEAR"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bSkillAtk,SM_MAGNUM,25;
- bonus bStr,2;
- ">
-},
-{
- Id: 1428
- AegisName: "Long_Horn_M"
- Name: "Long Horn"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 150
- Range: 3
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 65
- Subtype: "W_1HSPEAR"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus2 bAddEff,Eff_Bleeding,500;
- skill TF_DETOXIFY,1;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1429
- AegisName: "Hunting_Spear_M"
- Name: "Hunting Spear"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 4200
- Atk: 180
- Range: 3
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 60
- Subtype: "W_1HSPEAR"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bIgnoreDefRace,RC_Brute;
- bonus3 bAddMonsterDropItem,517,RC_Brute,1000;
- bonus3 bAutoSpell,LK_JOINTBEAT,3,500;
- ">
-},
-{
- Id: 1430
- AegisName: "Pike_C"
- Name: "Pike"
- Type: "IT_WEAPON"
- Atk: 74
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- Subtype: "W_1HSPEAR"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddSize,Size_Small,70;
- bonus2 bAddSize,Size_Medium,70;
- bonus2 bAddSize,Size_Large,70;
- ">
-},
-{
- Id: 1431
- AegisName: "F_Pole_Axe_C"
- Name: "Pole Axe"
- Type: "IT_WEAPON"
- Buy: 1
- Weight: 4800
- Atk: 195
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 1
- Refine: false
- Subtype: "W_1HSPEAR"
- Script: <"
- bonus bStr,1;
- bonus bInt,2;
- bonus bDex,1;
- ">
-},
-{
- Id: 1432
- AegisName: "E_Pole_Axe_C"
- Name: "Pole Axe"
- Type: "IT_WEAPON"
- Buy: 1
- Weight: 4800
- Atk: 195
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 1
- Refine: false
- Subtype: "W_1HSPEAR"
- Script: <"
- bonus bStr,1;
- bonus bInt,2;
- bonus bDex,1;
- ">
-},
-
-//== Two-Handed Spears =====================================
-{
- Id: 1451
- AegisName: "Guisarme"
- Name: "Guisarme"
- Type: "IT_WEAPON"
- Buy: 13000
- Weight: 1000
- Atk: 84
- Range: 3
- Slots: 2
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_2HSPEAR"
-},
-{
- Id: 1452
- AegisName: "Guisarme_"
- Name: "Guisarme"
- Type: "IT_WEAPON"
- Buy: 13000
- Weight: 1000
- Atk: 84
- Range: 3
- Slots: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_2HSPEAR"
-},
-{
- Id: 1453
- AegisName: "Guisarme__"
- Name: "Guisarme"
- Type: "IT_WEAPON"
- Buy: 13000
- Weight: 1000
- Atk: 84
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_2HSPEAR"
-},
-{
- Id: 1454
- AegisName: "Glaive"
- Name: "Glaive"
- Type: "IT_WEAPON"
- Buy: 20000
- Weight: 1200
- Atk: 104
- Range: 3
- Slots: 2
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_2HSPEAR"
-},
-{
- Id: 1455
- AegisName: "Glaive_"
- Name: "Glaive"
- Type: "IT_WEAPON"
- Buy: 20000
- Weight: 1200
- Atk: 104
- Range: 3
- Slots: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_2HSPEAR"
-},
-{
- Id: 1456
- AegisName: "Glaive__"
- Name: "Glaive"
- Type: "IT_WEAPON"
- Buy: 20000
- Weight: 1200
- Atk: 104
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_2HSPEAR"
-},
-{
- Id: 1457
- AegisName: "Partizan"
- Name: "Partizan"
- Type: "IT_WEAPON"
- Buy: 27000
- Weight: 2000
- Atk: 124
- Range: 3
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_2HSPEAR"
-},
-{
- Id: 1458
- AegisName: "Partizan_"
- Name: "Partizan"
- Type: "IT_WEAPON"
- Buy: 27000
- Weight: 2000
- Atk: 124
- Range: 3
- Slots: 2
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_2HSPEAR"
-},
-{
- Id: 1459
- AegisName: "Partizan__"
- Name: "Partizan"
- Type: "IT_WEAPON"
- Buy: 27000
- Weight: 2000
- Atk: 124
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_2HSPEAR"
-},
-{
- Id: 1460
- AegisName: "Trident"
- Name: "Trident"
- Type: "IT_WEAPON"
- Buy: 51000
- Weight: 1200
- Atk: 150
- Range: 3
- Slots: 2
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_2HSPEAR"
-},
-{
- Id: 1461
- AegisName: "Trident_"
- Name: "Trident"
- Type: "IT_WEAPON"
- Buy: 51000
- Weight: 1200
- Atk: 150
- Range: 3
- Slots: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_2HSPEAR"
-},
-{
- Id: 1462
- AegisName: "Trident__"
- Name: "Trident"
- Type: "IT_WEAPON"
- Buy: 51000
- Weight: 1200
- Atk: 150
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_2HSPEAR"
-},
-{
- Id: 1463
- AegisName: "Halberd"
- Name: "Halberd"
- Type: "IT_WEAPON"
- Buy: 54000
- Weight: 2500
- Atk: 165
- Range: 3
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_2HSPEAR"
-},
-{
- Id: 1464
- AegisName: "Halberd_"
- Name: "Halberd"
- Type: "IT_WEAPON"
- Buy: 54000
- Weight: 2500
- Atk: 165
- Range: 3
- Slots: 2
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_2HSPEAR"
-},
-{
- Id: 1465
- AegisName: "Halberd__"
- Name: "Halberd"
- Type: "IT_WEAPON"
- Buy: 54000
- Weight: 2500
- Atk: 165
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_2HSPEAR"
-},
-{
- Id: 1466
- AegisName: "Crescent_Scythe"
- Name: "Crescent Scythe"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2500
- Atk: 180
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_2HSPEAR"
- Script: <"
- bonus bCritical,30;
- bonus bHit,10;
- ">
-},
-{
- Id: 1467
- AegisName: "Bill_Guisarme"
- Name: "Bill Guisarme"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 183
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_2HSPEAR"
- Script: <"
- bonus2 bAddRace,RC_Brute,10;
- bonus2 bAddRace,RC_DemiPlayer,5;
- ">
-},
-{
- Id: 1468
- AegisName: "Zephyrus"
- Name: "Zephyrus"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2000
- Atk: 170
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_2HSPEAR"
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus2 bAddEff,Eff_Silence,200;
- bonus3 bAutoSpell,MG_THUNDERSTORM,3,100;
- ">
-},
-{
- Id: 1469
- AegisName: "Longinuss_Spear"
- Name: "Longinus's Spear"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2500
- Atk: 180
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_2HSPEAR"
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus2 bAddRace,RC_DemiPlayer,10;
- bonus2 bAddRace,RC_Angel,10;
- ">
-},
-{
- Id: 1470
- AegisName: "Brionac"
- Name: "Brionac"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 3000
- Atk: 190
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_2HSPEAR"
- Script: <"
- bonus bAtkEle,Ele_Holy;
- skill AL_HEAL,5;
- bonus3 bAutoSpell,MG_SOULSTRIKE,3,100;
- bonus2 bAddRace,RC_Boss,5;
- ">
-},
-{
- Id: 1471
- AegisName: "Hell_Fire"
- Name: "Hellfire"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 3500
- Atk: 200
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_2HSPEAR"
- Script: <"
- bonus bAtkEle,Ele_Fire;
- bonus3 bAutoSpell,MG_FIREBALL,3,100;
- bonus bStr,3;
- ">
-},
-
-//== Two-Handed Staves =====================================
-{
- Id: 1472
- AegisName: "Staff_Of_Soul"
- Name: "Soul Staff"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1400
- Atk: 25
- Range: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 73
- Subtype: "W_STAFF"
- Script: <"
- bonus bInt,5;
- bonus bAgi,2;
- bonus bMatkRate,15;
- ">
-},
-{
- Id: 1473
- AegisName: "Wizardy_Staff"
- Name: "Wizardry Staff"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2400
- Atk: 120
- Range: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 90
- Subtype: "W_STAFF"
- Script: <"
- bonus bInt,6;
- bonus bDex,2;
- bonus bMatkRate,15;
- ">
-},
-
-//== Two-Handed Spears =====================================
-{
- Id: 1474
- AegisName: "Gae_Bolg"
- Name: "Gae Bolg"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2000
- Atk: 160
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 60
- Subtype: "W_2HSPEAR"
- Script: <"
- bonus bIgnoreDefRace,RC_Dragon;
- bonus2 bAddRace,RC_Boss,10;
- ">
-},
-{
- Id: 1475
- AegisName: "Horseback_Lance"
- Name: "Equestrian's Spear"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 3700
- Atk: 200
- Range: 4
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 75
- Subtype: "W_2HSPEAR"
-},
-{
- Id: 1476
- AegisName: "Crescent_Scythe_"
- Name: "Crescent Scythe"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2500
- Atk: 180
- Range: 3
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_2HSPEAR"
- Script: <"
- bonus bCritical,30;
- bonus bHit,10;
- ">
-},
-{
- Id: 1477
- AegisName: "Spectral_Spear"
- Name: "Spectral Spear"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2000
- Atk: 170
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 75
- Subtype: "W_2HSPEAR"
- Script: <"
- bonus2 bAddEle,Ele_Dark,20;
- bonus2 bAddRace,RC_Demon,20;
- bonus2 bAddRace,RC_Undead,20;
- bonus2 bSubEle,Ele_Dark,10;
- bonus2 bSubRace,RC_Demon,10;
- bonus2 bSubRace,RC_Undead,10;
- bonus3 bAddEff,Eff_Confusion,10000,ATF_SELF|ATF_SHORT;
- bonus bHPGainValue,50;
- ">
-},
-{
- Id: 1478
- AegisName: "Ahlspiess"
- Name: "Ahlspiess"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 120
- Range: 3
- Job: {
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 65
- Subtype: "W_2HSPEAR"
- Script: <"
- bonus bIgnoreDefRace, RC_All;
- bonus2 bAddRace,RC_DemiPlayer,10;
- bonus3 bAutoSpell,KN_PIERCE,5,30;
- ">
-},
-{
- Id: 1479
- AegisName: "Spectral_Spear_"
- Name: "Spectral Spear"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2000
- Atk: 170
- Range: 3
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 75
- Subtype: "W_2HSPEAR"
- Script: <"
- bonus2 bAddEle,Ele_Dark,20;
- bonus2 bAddRace,RC_Demon,20;
- bonus2 bAddRace,RC_Undead,20;
- bonus2 bSubEle,Ele_Dark,10;
- bonus2 bSubRace,RC_Demon,10;
- bonus2 bSubRace,RC_Undead,10;
- bonus3 bAddEff,Eff_Confusion,10000,ATF_SELF|ATF_SHORT;
- bonus bHPGainValue,50;
- ">
-},
-{
- Id: 1480
- AegisName: "Gae_Bolg_"
- Name: "Gae Bolg"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2000
- Atk: 160
- Range: 3
- Slots: 2
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 60
- Subtype: "W_2HSPEAR"
- Script: <"
- bonus bIgnoreDefRace,RC_Dragon;
- bonus2 bAddRace,RC_Boss,10;
- ">
-},
-{
- Id: 1481
- AegisName: "Zephyrus_"
- Name: "Zephyrus"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2000
- Atk: 170
- Range: 3
- Slots: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_2HSPEAR"
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus2 bAddEff,Eff_Silence,200;
- bonus3 bAutoSpell,MG_THUNDERSTORM,3,100;
- ">
-},
-{
- Id: 1482
- AegisName: "BF_Lance1"
- Name: "Assaulter Lance"
- Type: "IT_WEAPON"
- Atk: 160
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_2HSPEAR"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus2 bAddRace,RC_DemiPlayer,25;
- bonus bIgnoreDefRace,RC_DemiPlayer;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1483
- AegisName: "Ivory_Lance"
- Name: "Ivory Lance"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 160
- Range: 3
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 50
- Subtype: "W_2HSPEAR"
- Script: <"
- bonus bAgi,2;
- bonus bAspdRate,3;
- bonus2 bAddEff,Eff_Bleeding,100;
- bonus3 bAutoSpell,LK_JOINTBEAT,1,100;
- skill KN_SPEARSTAB,5;
- ">
-},
-{
- Id: 1484
- AegisName: "Cardo"
- Name: "Cardo"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 5600
- Atk: 150
- Range: 3
- Slots: 1
- Job: {
- Knight: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 70
- Subtype: "W_2HSPEAR"
- Script: <"
- bonus bAspdRate,-10;
- bonus bDef,getrefine()/2;
- ">
-},
-{
- Id: 1485
- AegisName: "Battle_Fork"
- Name: "Battle Fork"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 112
- Range: 3
- Slots: 4
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 50
- Subtype: "W_2HSPEAR"
-},
-{
- Id: 1486
- AegisName: "Krieger_Twohand_Spear1"
- Name: "Glorious Lance"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 220
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_2HSPEAR"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,70;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,25;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine()-4)*(getrefine()-4);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) {
- if(BaseJob==Job_Knight) bonus4 bAutoSpellOnSkill,KN_PIERCE,NPC_CRITICALWOUND,2,200;
- else if(BaseJob==Job_Crusader) bonus3 bAutoSpell,PA_PRESSURE,5,200;
- }
-
- ">
-},
-{
- Id: 1487
- AegisName: "Lance_C"
- Name: "Lance"
- Type: "IT_WEAPON"
- Atk: 220
- Range: 3
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 1
- Refine: false
- Subtype: "W_2HSPEAR"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddSize,Size_Small,50;
- bonus2 bAddSize,Size_Medium,50;
- bonus2 bAddSize,Size_Large,50;
- ">
-},
-{
- Id: 1488
- AegisName: "Ahlspiess_C"
- Name: "Ahlspiess"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 135
- Range: 3
- Job: {
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 1
- Subtype: "W_2HSPEAR"
- Script: <"
- bonus bIgnoreDefRace, RC_All;
- bonus2 bAddRace,RC_DemiPlayer,10;
- bonus3 bAutoSpell,KN_PIERCE,5,30;
- ">
-},
-
-//== Maces =================================================
-{
- Id: 1501
- AegisName: "Club"
- Name: "Club"
- Type: "IT_WEAPON"
- Buy: 120
- Weight: 700
- Atk: 23
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 2
- Subtype: "W_MACE"
-},
-{
- Id: 1502
- AegisName: "Club_"
- Name: "Club"
- Type: "IT_WEAPON"
- Buy: 120
- Weight: 700
- Atk: 23
- Range: 1
- Slots: 4
- Job: {
- Novice: true
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 2
- Subtype: "W_MACE"
-},
-{
- Id: 1503
- AegisName: "Club__"
- Name: "Club"
- Type: "IT_WEAPON"
- Buy: 120
- Weight: 700
- Atk: 23
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 2
- Subtype: "W_MACE"
-},
-{
- Id: 1504
- AegisName: "Mace"
- Name: "Mace"
- Type: "IT_WEAPON"
- Buy: 1600
- Weight: 800
- Atk: 37
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 2
- Subtype: "W_MACE"
-},
-{
- Id: 1505
- AegisName: "Mace_"
- Name: "Mace"
- Type: "IT_WEAPON"
- Buy: 1600
- Weight: 800
- Atk: 37
- Range: 1
- Slots: 4
- Job: {
- Novice: true
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 2
- Subtype: "W_MACE"
-},
-{
- Id: 1506
- AegisName: "Mace__"
- Name: "Mace"
- Type: "IT_WEAPON"
- Buy: 1600
- Weight: 800
- Atk: 37
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 2
- Subtype: "W_MACE"
-},
-{
- Id: 1507
- AegisName: "Smasher"
- Name: "Smasher"
- Type: "IT_WEAPON"
- Buy: 9000
- Weight: 1000
- Atk: 54
- Range: 1
- Slots: 2
- Job: {
- Novice: true
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_MACE"
-},
-{
- Id: 1508
- AegisName: "Smasher_"
- Name: "Smasher"
- Type: "IT_WEAPON"
- Buy: 9000
- Weight: 1000
- Atk: 54
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_MACE"
-},
-{
- Id: 1509
- AegisName: "Smasher__"
- Name: "Smasher"
- Type: "IT_WEAPON"
- Buy: 9000
- Weight: 1000
- Atk: 54
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_MACE"
-},
-{
- Id: 1510
- AegisName: "Flail"
- Name: "Flail"
- Type: "IT_WEAPON"
- Buy: 16000
- Weight: 900
- Atk: 69
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_MACE"
-},
-{
- Id: 1511
- AegisName: "Flail_"
- Name: "Flail"
- Type: "IT_WEAPON"
- Buy: 16000
- Weight: 900
- Atk: 69
- Range: 1
- Slots: 3
- Job: {
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_MACE"
-},
-{
- Id: 1512
- AegisName: "Flail__"
- Name: "Flail"
- Type: "IT_WEAPON"
- Buy: 16000
- Weight: 900
- Atk: 69
- Range: 1
- Slots: 3
- Job: {
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_MACE"
-},
-{
- Id: 1513
- AegisName: "Morning_Star"
- Name: "Morning Star"
- Type: "IT_WEAPON"
- Buy: 41000
- Weight: 1500
- Atk: 110
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_MACE"
-},
-{
- Id: 1514
- AegisName: "Morning_Star_"
- Name: "Morning Star"
- Type: "IT_WEAPON"
- Buy: 41000
- Weight: 1500
- Atk: 110
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_MACE"
-},
-{
- Id: 1515
- AegisName: "Morning_Star__"
- Name: "Morning Star"
- Type: "IT_WEAPON"
- Buy: 41000
- Weight: 1500
- Atk: 110
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_MACE"
-},
-{
- Id: 1516
- AegisName: "Sword_Mace"
- Name: "Sword Mace"
- Type: "IT_WEAPON"
- Buy: 50000
- Weight: 1200
- Atk: 130
- Range: 1
- Job: {
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_MACE"
-},
-{
- Id: 1517
- AegisName: "Sword_Mace_"
- Name: "Sword Mace"
- Type: "IT_WEAPON"
- Buy: 50000
- Weight: 1200
- Atk: 130
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_MACE"
-},
-{
- Id: 1518
- AegisName: "Sword_Mace__"
- Name: "Sword Mace"
- Type: "IT_WEAPON"
- Buy: 50000
- Weight: 1200
- Atk: 130
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_MACE"
-},
-{
- Id: 1519
- AegisName: "Chain"
- Name: "Chain"
- Type: "IT_WEAPON"
- Buy: 23000
- Weight: 800
- Atk: 84
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_MACE"
-},
-{
- Id: 1520
- AegisName: "Chain_"
- Name: "Chain"
- Type: "IT_WEAPON"
- Buy: 23000
- Weight: 800
- Atk: 84
- Range: 1
- Slots: 3
- Job: {
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_MACE"
-},
-{
- Id: 1521
- AegisName: "Chain__"
- Name: "Chain"
- Type: "IT_WEAPON"
- Buy: 23000
- Weight: 800
- Atk: 84
- Range: 1
- Slots: 3
- Job: {
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_MACE"
-},
-{
- Id: 1522
- AegisName: "Stunner"
- Name: "Stunner"
- Type: "IT_WEAPON"
- Buy: 60000
- Weight: 2000
- Atk: 140
- Range: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_MACE"
- Script: <" bonus2 bAddEff,Eff_Stun,1000; ">
-},
-{
- Id: 1523
- AegisName: "Spike"
- Name: "Spike"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 85
- Range: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_MACE"
- Script: <"
- bonus bCritical,40;
- bonus bDefRate,-67;
- bonus bDef2Rate,-67;
- ">
-},
-{
- Id: 1524
- AegisName: "Golden_Mace"
- Name: "Golden Mace"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 800
- Atk: 110
- Range: 1
- Slots: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_MACE"
- Script: <"
- bonus2 bAddRace,RC_Undead,10;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1525
- AegisName: "Long_Mace"
- Name: "Long Mace"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 800
- Atk: 135
- Range: 3
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_MACE"
- Script: <" bonus bLongAtkDef,10; ">
-},
-{
- Id: 1526
- AegisName: "Slash"
- Name: "Slash"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 145
- Range: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_MACE"
- Script: <"
- bonus2 bAddRace,RC_Undead,15;
- bonus2 bWeaponComaRace,RC_Undead,10;
- bonus2 bExpAddRace,RC_Undead,5;
- ">
-},
-{
- Id: 1527
- AegisName: "Quadrille"
- Name: "Quadrille"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 900
- Atk: 165
- Range: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_MACE"
- Script: <"
- bonus2 bAddRace,RC_Undead,10;
- bonus2 bAddRace,RC_DemiPlayer,10;
- bonus2 bAddEle,Ele_Earth,10;
- ">
-},
-{
- Id: 1528
- AegisName: "Grand_Cross"
- Name: "Grand Cross"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1500
- Atk: 140
- Range: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_MACE"
- Script: <"
- bonus bAtkEle,Ele_Holy;
- skill PR_TURNUNDEAD,3;
- bonus3 bAutoSpell,PR_TURNUNDEAD,3,100;
- bonus2 bSPDrainValueRace,RC_Undead,1;
- bonus2 bSPGainRace,RC_Undead,3;
- ">
-},
-{
- Id: 1529
- AegisName: "Iron_Driver"
- Name: "Iron Driver"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 3000
- Atk: 155
- Range: 2
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 78
- Subtype: "W_MACE"
-},
-{
- Id: 1530
- AegisName: "Mjolnir"
- Name: "Mjolnir"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 6000
- Atk: 250
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 95
- Refine: false
- Subtype: "W_MACE"
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus bDex,40;
- bonus bStr,15;
- bonus bAspdRate,10;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1531
- AegisName: "Spanner"
- Name: "Wrench"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2500
- Atk: 115
- Range: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 55
- Subtype: "W_MACE"
- Script: <"
- bonus2 bAddEff,Eff_Blind,100;
- bonus2 bAddEff,Eff_Stun,100;
- bonus2 bAddEff,Eff_Poison,100;
- bonus2 bAddEff,Eff_Freeze,100;
- ">
-},
-{
- Id: 1532
- AegisName: "Stunner_"
- Name: "Stunner"
- Type: "IT_WEAPON"
- Buy: 60000
- Weight: 2000
- Atk: 140
- Range: 1
- Slots: 2
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_MACE"
- Script: <" bonus2 bAddEff,Eff_Stun,1000; ">
-},
-{
- Id: 1533
- AegisName: "Warrior_Balmung"
- Name: "Warrior's Balmung"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 170
- Range: 1
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_MACE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAllStats,5; ">
-},
-{
- Id: 1534
- AegisName: "Spanner_C"
- Name: "Wrench"
- Type: "IT_WEAPON"
- Buy: 2
- Atk: 150
- Range: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- Refine: false
- Subtype: "W_MACE"
- Script: <"
- bonus2 bAddEff,Eff_Blind,100;
- bonus2 bAddEff,Eff_Stun,100;
- bonus2 bAddEff,Eff_Poison,100;
- bonus2 bAddEff,Eff_Freeze,100;
- ">
-},
-{
- Id: 1535
- AegisName: "Hollgrehenn_Hammer"
- Name: "Hollgrehenn's Hammer"
- Type: "IT_WEAPON"
- Buy: 4444
- Weight: 44
- Atk: 4
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 44
- Subtype: "W_MACE"
- Script: <"
- bonus bBreakArmorRate,100;
- bonus bBreakWeaponRate,100;
- if(readparam(bStr)>=44) {
- bonus bBaseAtk,44;
- }
-
- ">
-},
-{
- Id: 1536
- AegisName: "Good_Morning_Star"
- Name: "Good Morning Star"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 120
- Range: 1
- Job: {
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- Refine: false
- Subtype: "W_MACE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddRace, RC_All, 50; ">
-},
-{
- Id: 1537
- AegisName: "Quadrille_C"
- Name: "Refined Quadrille"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 193
- Range: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- Refine: false
- Subtype: "W_MACE"
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,30;
- bonus2 bAddRace,RC_Demon,40;
- bonus2 bAddRace,RC_Undead,40;
- ">
-},
-{
- Id: 1538
- AegisName: "Spike_"
- Name: "Spike"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 85
- Range: 1
- Slots: 2
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_MACE"
- Script: <"
- bonus bCritical,40;
- bonus bDefRate,-67;
- bonus bDef2Rate,-67;
- ">
-},
-{
- Id: 1539
- AegisName: "Golden_Mace_"
- Name: "Golden Mace"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 800
- Atk: 110
- Range: 1
- Slots: 2
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_MACE"
- Script: <"
- bonus2 bAddRace,RC_Undead,10;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1540
- AegisName: "Grand_Cross_"
- Name: "Grand Cross"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1500
- Atk: 140
- Range: 1
- Slots: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_MACE"
- Script: <"
- bonus bAtkEle,Ele_Holy;
- skill PR_TURNUNDEAD,3;
- bonus3 bAutoSpell,PR_TURNUNDEAD,3,100;
- bonus2 bSPDrainValueRace,RC_Undead,1;
- bonus2 bSPGainRace,RC_Undead,3;
- ">
-},
-{
- Id: 1541
- AegisName: "Nemesis"
- Name: "Nemesis"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 900
- Atk: 120
- Range: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 60
- Subtype: "W_MACE"
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus2 bAddRace,RC_Undead,10;
- bonus2 bAddRace,RC_Demon,10;
- bonus3 bAutoSpell,AL_CRUCIS,1+getrefine(),100;
- autobonus "{ bonus bBaseAtk,50; }",10,20000,BF_WEAPON,"{ specialeffect(EF_BLOODDRAIN, AREA, playerattached()); }";
- ">
-},
-{
- Id: 1542
- AegisName: "BF_Morning_Star1"
- Name: "Valorous Battlefield Morning Star"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 105
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_MACE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bDex,1;
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1543
- AegisName: "BF_Morning_Star2"
- Name: "Brave Battlefield Morning Star"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 105
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_MACE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bDex,1;
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus bUnbreakableWeapon,0;
- autobonus "{ bonus2 bAddEff,Eff_Stun,5000; }",10,6000,BF_WEAPON,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }";
- ">
-},
-{
- Id: 1544
- AegisName: "Lunakaligo"
- Name: "Lunakaligo"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 110
- Range: 1
- Slots: 3
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 50
- Subtype: "W_MACE"
- Script: <"
- if(readparam(bStr)>=77) {
- bonus bAspdRate,4;
- bonus2 bAddEff,Eff_Stun,1500;
- bonus3 bAddMonsterDropItem,12065,RC_Plant,500;
- bonus3 bAddMonsterDropItem,12043,RC_Brute,500;
- bonus3 bAddMonsterDropItem,12069,RC_Fish,500;
- }
-
- ">
-},
-{
- Id: 1545
- AegisName: "N_Mace"
- Name: "Novice Mace"
- Type: "IT_WEAPON"
- Atk: 57
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 2
- Refine: false
- Subtype: "W_MACE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 1546
- AegisName: "Krieger_Onehand_Mace1"
- Name: "Glorious Morning Star"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 130
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_MACE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine()-4)*(getrefine()-4);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- bonus bAspdRate,5;
- }
- if(getrefine()>8) {
- bonus2 bAddEff,Eff_Stun,2000;
- bonus bAspdRate,5;
- }
-
- ">
-},
-{
- Id: 1547
- AegisName: "Mace_Of_Madness"
- Name: "Mace Of Madness"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 150
- Range: 1
- Job: {
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- Refine: false
- Subtype: "W_MACE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bSkillAtk,MC_CARTREVOLUTION,25;
- bonus bStr,2;
- ">
-},
-{
- Id: 1548
- AegisName: "Veteran_Hammer"
- Name: "Veteran Hammer"
- Type: "IT_WEAPON"
- Buy: 10000
- Weight: 1800
- Atk: 160
- Range: 1
- Slots: 2
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_MACE"
- Script: <"
- bonus bHealPower,getskilllv(AL_DP);
- bonus bCritical,getskilllv(PR_MACEMASTERY)*2;
- bonus bInt,1;
- bonus bLuk,1;
- ">
-},
-{
- Id: 1549
- AegisName: "Pilebuncker"
- Name: "Pile Bunker"
- Type: "IT_WEAPON"
- Buy: 10000
- Weight: 3500
- Atk: 450
- Range: 1
- Job: {
- Blacksmith: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 99
- Subtype: "W_MACE"
-},
-
-//== Books =================================================
-{
- Id: 1550
- AegisName: "Book"
- Name: "Book"
- Type: "IT_WEAPON"
- Buy: 30000
- Weight: 600
- Atk: 85
- Range: 1
- Slots: 3
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_BOOK"
-},
-{
- Id: 1551
- AegisName: "Bible"
- Name: "Bible"
- Type: "IT_WEAPON"
- Buy: 60000
- Weight: 1000
- Atk: 115
- Range: 1
- Slots: 2
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_BOOK"
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 1552
- AegisName: "Tablet"
- Name: "Tablet"
- Type: "IT_WEAPON"
- Buy: 51000
- Weight: 800
- Atk: 125
- Range: 1
- Slots: 1
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_BOOK"
-},
-{
- Id: 1553
- AegisName: "Book_Of_Billows"
- Name: "Book of Billows"
- Type: "IT_WEAPON"
- Buy: 35000
- Weight: 750
- Atk: 90
- Range: 1
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_BOOK"
- Script: <" bonus bAtkEle,Ele_Water; ">
-},
-{
- Id: 1554
- AegisName: "Book_Of_Mother_Earth"
- Name: "Book of Mother Earth"
- Type: "IT_WEAPON"
- Buy: 35000
- Weight: 750
- Atk: 90
- Range: 1
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_BOOK"
- Script: <" bonus bAtkEle,Ele_Earth; ">
-},
-{
- Id: 1555
- AegisName: "Book_Of_Blazing_Sun"
- Name: "Book of the Blazing Sun"
- Type: "IT_WEAPON"
- Buy: 35000
- Weight: 750
- Atk: 90
- Range: 1
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_BOOK"
- Script: <" bonus bAtkEle,Ele_Fire; ">
-},
-{
- Id: 1556
- AegisName: "Book_Of_Gust_Of_Wind"
- Name: "Book of Gust of Wind"
- Type: "IT_WEAPON"
- Buy: 35000
- Weight: 750
- Atk: 90
- Range: 1
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_BOOK"
- Script: <" bonus bAtkEle,Ele_Wind; ">
-},
-{
- Id: 1557
- AegisName: "Book_Of_The_Apocalypse"
- Name: "Book of the Apocalypse"
- Type: "IT_WEAPON"
- Buy: 60000
- Weight: 800
- Atk: 120
- Range: 1
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_BOOK"
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus2 bAddEle,Ele_Holy,5;
- bonus2 bAddEle,Ele_Water,7;
- bonus2 bAddEle,Ele_Earth,7;
- bonus2 bAddEle,Ele_Fire,7;
- bonus2 bAddEle,Ele_Wind,7;
- ">
-},
-{
- Id: 1558
- AegisName: "Girls_Diary"
- Name: "Girl's Diary"
- Type: "IT_WEAPON"
- Buy: 1500
- Weight: 300
- Atk: 60
- Range: 1
- Slots: 1
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_BOOK"
- Script: <" bonus2 bAddDamageClass,1188,150; ">
-},
-{
- Id: 1559
- AegisName: "Legacy_Of_Dragon"
- Name: "Legacy of Dragon"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 130
- Range: 1
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 70
- Subtype: "W_BOOK"
- Script: <"
- bonus bInt,3;
- bonus bIgnoreDefRace,RC_Dragon;
- bonus2 bSPGainRace,RC_Dragon,10;
- ">
-},
-{
- Id: 1560
- AegisName: "Diary_Of_Great_Sage"
- Name: "Sage's Diary"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1100
- Atk: 100
- Range: 1
- Slots: 2
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 60
- Subtype: "W_BOOK"
- Script: <"
- bonus bMatkRate,15;
- if(readparam(bStr)>=50) bonus bAspdRate,5;
- if(readparam(bInt)>=70) bonus bMatkRate,5;
- ">
-},
-{
- Id: 1561
- AegisName: "Hardback"
- Name: "Hardcover Book"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1500
- Atk: 140
- Range: 1
- Slots: 1
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 55
- Subtype: "W_BOOK"
- Script: <"
- bonus bStr,3;
- bonus bDex,2;
- ">
-},
-{
- Id: 1562
- AegisName: "Bible_Of_Battlefield"
- Name: "Battlefield Textbook"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 110
- Range: 1
- Slots: 1
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 80
- Refine: false
- Subtype: "W_BOOK"
- Script: <"
- bonus bInt,3;
- bonus3 bAutoSpell,AL_BLESSING,3+(getskilllv(AL_BLESSING)>3)*(getskilllv(AL_BLESSING)-3),20;
- ">
-},
-{
- Id: 1563
- AegisName: "Diary_Of_Great_Sage_C"
- Name: "Sage's Diary"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 135
- Range: 1
- Slots: 2
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 1
- Refine: false
- Subtype: "W_BOOK"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMatkRate,20;
- bonus bAspdRate,5;
- ">
-},
-{
- Id: 1564
- AegisName: "Encyclopedia"
- Name: "Encyclopedia"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2000
- Atk: 110
- Range: 1
- Slots: 2
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_BOOK"
- Script: <"
- bonus bMatkRate,15;
- bonus bInt,3;
- bonus bDex,2;
- bonus bCritical,20+((readparam(bLuk)*2)/10);
- ">
-},
-{
- Id: 1565
- AegisName: "Death_Note"
- Name: "Ledger of Death"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 137
- Range: 1
- Slots: 2
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 85
- Subtype: "W_BOOK"
- Script: <"
- bonus bMatkRate,15;
- bonus bStr,3;
- bonus bInt,3;
- bonus bLuk,-20;
- bonus2 bWeaponComaRace,RC_DemiPlayer,10;
- bonus bAspdRate,getrefine();
- if(BaseJob==Job_Sage) bonus3 bAutoSpell,NPC_HELLJUDGEMENT,5,20;
- ">
-},
-{
- Id: 1566
- AegisName: "Diary_Of_Great_Basil"
- Name: "Diary Of Great Basil"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 120
- Range: 1
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- Refine: false
- Subtype: "W_BOOK"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddRace, RC_All, 50; ">
-},
-{
- Id: 1567
- AegisName: "Hardback_C"
- Name: "Refined Hardcover Book"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 168
- Range: 1
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- Refine: false
- Subtype: "W_BOOK"
- Script: <"
- bonus bStr,5;
- bonus bDex,2;
- bonus bMatkRate,20;
- ">
-},
-{
- Id: 1568
- AegisName: "Book_Of_Billows_"
- Name: "Book of Billows"
- Type: "IT_WEAPON"
- Buy: 35000
- Weight: 750
- Atk: 90
- Range: 1
- Slots: 3
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_BOOK"
- Script: <" bonus bAtkEle,Ele_Water; ">
-},
-{
- Id: 1569
- AegisName: "Book_Of_Mother_Earth_"
- Name: "Book of Mother Earth"
- Type: "IT_WEAPON"
- Buy: 35000
- Weight: 750
- Atk: 90
- Range: 1
- Slots: 3
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_BOOK"
- Script: <" bonus bAtkEle,Ele_Earth; ">
-},
-{
- Id: 1570
- AegisName: "Book_Of_Blazing_Sun_"
- Name: "Book of Blazing Sun"
- Type: "IT_WEAPON"
- Buy: 35000
- Weight: 750
- Atk: 90
- Range: 1
- Slots: 3
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_BOOK"
- Script: <" bonus bAtkEle,Ele_Fire; ">
-},
-{
- Id: 1571
- AegisName: "Book_Of_Gust_Of_Wind_"
- Name: "Book of Gust of Wind"
- Type: "IT_WEAPON"
- Buy: 35000
- Weight: 750
- Atk: 90
- Range: 1
- Slots: 3
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_BOOK"
- Script: <" bonus bAtkEle,Ele_Wind; ">
-},
-{
- Id: 1572
- AegisName: "Principles_Of_Magic"
- Name: "Principles of Magic"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 300
- Atk: 60
- Range: 1
- Slots: 2
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 60
- Subtype: "W_BOOK"
- Script: <"
- bonus bMatkRate,20;
- bonus bInt,3;
- bonus bSPrecovRate,5;
- ">
-},
-{
- Id: 1573
- AegisName: "Ancient_Magic"
- Name: "Ancient Magic"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 30
- Range: 1
- Slots: 2
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_BOOK"
- Script: <" bonus bMatkRate,15; ">
-},
-{
- Id: 1574
- AegisName: "BF_Book1"
- Name: "Brave Battle Strategy Book"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 90
- Range: 1
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_BOOK"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus bInt,1;
- bonus bMatkRate,15;
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1575
- AegisName: "BF_Book2"
- Name: "Valorous Battle Strategy Book"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 90
- Range: 1
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_BOOK"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus bInt,1;
- bonus bMatkRate,15;
- bonus2 bIgnoreMdefRate,RC_DemiPlayer,25;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1576
- AegisName: "Krieger_Book1"
- Name: "Glorious Tablet"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 90
- Range: 1
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_BOOK"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMatkRate,15;
- bonus2 bAddRace,RC_DemiPlayer,80;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,25;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine()-4)*(getrefine()-4);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) autobonus "{ bonus bBaseAtk,200; }",30,3000,BF_WEAPON,"{ specialeffect(EF_BASH3D, AREA, playerattached()); }";
- ">
-},
-{
- Id: 1577
- AegisName: "Krieger_Book2"
- Name: "Glorious Apocalypse"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 90
- Range: 1
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_BOOK"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMatkRate,15;
- bonus2 bAddRace,RC_DemiPlayer,80;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,25;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- if(getrefine()>8) {
- bonus bMatkRate,5;
- bonus bCastrate,-5;
- bonus bDelayrate,-5;
- }
-
- ">
-},
-{
- Id: 1578
- AegisName: "Book_Of_Prayer"
- Name: "Book Of Prayer"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 140
- Range: 1
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- Refine: false
- Subtype: "W_BOOK"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bVit,2;
- bonus bMdef,2;
- bonus bMaxSPrate,10;
- ">
-},
-{
- Id: 1579
- AegisName: "Death_Note_M"
- Name: "Book of the Dead"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 137
- Range: 1
- Slots: 2
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 85
- Subtype: "W_BOOK"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMatkRate,15;
- bonus bStr,3;
- bonus bInt,3;
- bonus bLuk,-20;
- bonus2 bWeaponComaRace,RC_DemiPlayer,10;
- bonus bAspdRate,getrefine();
- if(BaseJob==Job_Sage) bonus3 bAutoSpell,NPC_HELLJUDGEMENT,5,20;
- ">
-},
-{
- Id: 1580
- AegisName: "Encyclopedia_C"
- Name: "Giant Encyclopedia"
- Type: "IT_WEAPON"
- Atk: 145
- Range: 1
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- Refine: false
- Subtype: "W_BOOK"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMatkRate,15;
- bonus bInt,3;
- bonus bDex,2;
- bonus bCritical,20+((readparam(bLuk)*2)/10);
- bonus2 bAddSize,Size_Small,40;
- bonus2 bAddSize,Size_Medium,40;
- bonus2 bAddSize,Size_Large,40;
- ">
-},
-{
- Id: 1581
- AegisName: "F_Diary_Of_Great_Sage_C"
- Name: "Diary Of Great Sage"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 135
- Range: 1
- Slots: 2
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 1
- Refine: false
- Subtype: "W_BOOK"
-},
-{
- Id: 1582
- AegisName: "E_Diary_Of_Great_Sage_C"
- Name: "Diary Of Great Sage"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 135
- Range: 1
- Slots: 2
- Job: {
- Priest: true
- Sage: true
- Star_Gladiator: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 1
- Refine: false
- Subtype: "W_BOOK"
-},
-
-//== GM Weapon =============================================
-{
- Id: 1599
- AegisName: "Angra_Manyu"
- Name: "Angra Manyu"
- Type: "IT_WEAPON"
- Buy: 1
- Weight: 10
- Atk: 200
- Range: 2
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Subtype: "W_MACE"
- Script: <"
- bonus bAllStats,50;
- bonus bBaseAtk,3800;
- bonus bMatkRate,200;
- bonus2 bHPDrainRate,1000,100;
- bonus2 bSPDrainRate,1000,20;
- bonus bHealPower,200;
- bonus2 bAddRace, RC_All, 100;
- skill WZ_STORMGUST,10;
- skill WZ_METEOR,10;
- skill WZ_VERMILION,10;
- skill GM_SANDMAN,1;
- ">
-},
-
-//== Staves ================================================
-{
- Id: 1601
- AegisName: "Rod"
- Name: "Rod"
- Type: "IT_WEAPON"
- Buy: 50
- Weight: 400
- Atk: 15
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Subtype: "W_STAFF"
- Script: <" bonus bMatkRate,15; ">
-},
-{
- Id: 1602
- AegisName: "Rod_"
- Name: "Rod"
- Type: "IT_WEAPON"
- Buy: 50
- Weight: 400
- Atk: 15
- Range: 1
- Slots: 4
- Job: {
- Novice: true
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Subtype: "W_STAFF"
- Script: <" bonus bMatkRate,15; ">
-},
-{
- Id: 1603
- AegisName: "Rod__"
- Name: "Rod"
- Type: "IT_WEAPON"
- Buy: 50
- Weight: 400
- Atk: 15
- Range: 1
- Job: {
- Novice: true
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Subtype: "W_STAFF"
- Script: <" bonus bMatkRate,15; ">
-},
-{
- Id: 1604
- AegisName: "Wand"
- Name: "Wand"
- Type: "IT_WEAPON"
- Buy: 2500
- Weight: 400
- Atk: 25
- Range: 1
- Slots: 2
- Job: {
- Novice: true
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 12
- Subtype: "W_STAFF"
- Script: <"
- bonus bInt,1;
- bonus bMatkRate,15;
- ">
-},
-{
- Id: 1605
- AegisName: "Wand_"
- Name: "Wand"
- Type: "IT_WEAPON"
- Buy: 2500
- Weight: 400
- Atk: 25
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 12
- Subtype: "W_STAFF"
- Script: <"
- bonus bInt,1;
- bonus bMatkRate,15;
- ">
-},
-{
- Id: 1606
- AegisName: "Wand__"
- Name: "Wand"
- Type: "IT_WEAPON"
- Buy: 2500
- Weight: 400
- Atk: 25
- Range: 1
- Job: {
- Novice: true
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 12
- Subtype: "W_STAFF"
- Script: <"
- bonus bInt,1;
- bonus bMatkRate,15;
- ">
-},
-{
- Id: 1607
- AegisName: "Staff"
- Name: "Staff"
- Type: "IT_WEAPON"
- Buy: 9500
- Weight: 400
- Atk: 40
- Range: 1
- Slots: 2
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 12
- Subtype: "W_STAFF"
- Script: <"
- bonus bInt,2;
- bonus bMatkRate,15;
- ">
-},
-{
- Id: 1608
- AegisName: "Staff_"
- Name: "Staff"
- Type: "IT_WEAPON"
- Buy: 9500
- Weight: 400
- Atk: 40
- Range: 1
- Slots: 3
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 12
- Subtype: "W_STAFF"
- Script: <"
- bonus bInt,2;
- bonus bMatkRate,15;
- ">
-},
-{
- Id: 1609
- AegisName: "Staff__"
- Name: "Staff"
- Type: "IT_WEAPON"
- Buy: 9500
- Weight: 400
- Atk: 40
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 12
- Subtype: "W_STAFF"
- Script: <"
- bonus bInt,2;
- bonus bMatkRate,15;
- ">
-},
-{
- Id: 1610
- AegisName: "Arc_Wand"
- Name: "Arc Wand"
- Type: "IT_WEAPON"
- Buy: 45000
- Weight: 400
- Atk: 60
- Range: 1
- Slots: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 24
- Subtype: "W_STAFF"
- Script: <"
- bonus bInt,3;
- bonus bMatkRate,15;
- ">
-},
-{
- Id: 1611
- AegisName: "Arc_Wand_"
- Name: "Arc Wand"
- Type: "IT_WEAPON"
- Buy: 45000
- Weight: 400
- Atk: 60
- Range: 1
- Slots: 2
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 24
- Subtype: "W_STAFF"
- Script: <"
- bonus bInt,3;
- bonus bMatkRate,15;
- ">
-},
-{
- Id: 1612
- AegisName: "Arc_Wand__"
- Name: "Arc Wand"
- Type: "IT_WEAPON"
- Buy: 45000
- Weight: 400
- Atk: 60
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 24
- Subtype: "W_STAFF"
- Script: <"
- bonus bInt,3;
- bonus bMatkRate,15;
- ">
-},
-{
- Id: 1613
- AegisName: "Mighty_Staff"
- Name: "Mighty Staff"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 130
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 24
- Subtype: "W_STAFF"
- Script: <"
- bonus bStr,10;
- bonus bMatkRate,15;
- bonus bSPDrainValue,-2;
- ">
-},
-{
- Id: 1614
- AegisName: "Blessed_Wand"
- Name: "Wand of Occult"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 75
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 24
- Subtype: "W_STAFF"
- Script: <"
- bonus bInt,3;
- bonus bMatkRate,15;
- ">
-},
-{
- Id: 1615
- AegisName: "Bone_Wand"
- Name: "Evil Bone Wand"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 40
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 24
- Subtype: "W_STAFF"
- Script: <"
- bonus bInt,4;
- bonus bAtkEle,Ele_Undead;
- bonus bMatkRate,15;
- ">
-},
-{
- Id: 1616
- AegisName: "Staff_Of_Wing"
- Name: "Wing Staff"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 60
- Range: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_STAFF"
- Script: <"
- bonus bMatkRate,15;
- bonus bCastrate,-5;
- ">
-},
-{
- Id: 1617
- AegisName: "Survival_Rod"
- Name: "Survivor's Rod"
- Type: "IT_WEAPON"
- Buy: 85000
- Weight: 1000
- Atk: 50
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 24
- Subtype: "W_STAFF"
- Script: <"
- bonus bDex,2;
- bonus bMatkRate,15;
- bonus bMaxHP,300;
- ">
-},
-{
- Id: 1618
- AegisName: "Survival_Rod_"
- Name: "Survivor's Rod"
- Type: "IT_WEAPON"
- Buy: 85000
- Weight: 1000
- Atk: 50
- Range: 1
- Slots: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 24
- Subtype: "W_STAFF"
- Script: <"
- bonus bDex,3;
- bonus bMatkRate,15;
- bonus bMaxHP,400;
- ">
-},
-{
- Id: 1619
- AegisName: "Survival_Rod2"
- Name: "Survivor's Rod"
- Type: "IT_WEAPON"
- Buy: 85000
- Weight: 1000
- Atk: 50
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 24
- Subtype: "W_STAFF"
- Script: <"
- bonus bInt,2;
- bonus bMatkRate,15;
- bonus bMaxHP,300;
- ">
-},
-{
- Id: 1620
- AegisName: "Survival_Rod2_"
- Name: "Survivor's Rod"
- Type: "IT_WEAPON"
- Buy: 85000
- Weight: 1000
- Atk: 50
- Range: 1
- Slots: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 24
- Subtype: "W_STAFF"
- Script: <"
- bonus bInt,3;
- bonus bMatkRate,15;
- bonus bMaxHP,400;
- ">
-},
-{
- Id: 1621
- AegisName: "Hypnotists_Staff"
- Name: "Hypnotist's Staff"
- Type: "IT_WEAPON"
- Buy: 43000
- Weight: 500
- Atk: 70
- Range: 1
- Slots: 1
- Job: {
- Novice: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_STAFF"
- Script: <"
- bonus bInt,1;
- bonus bMatkRate,25;
- ">
-},
-{
- Id: 1622
- AegisName: "Hypnotists_Staff_"
- Name: "Hypnotist's Staff"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 70
- Range: 1
- Slots: 2
- Job: {
- Novice: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_STAFF"
- Script: <"
- bonus bInt,1;
- bonus bMatkRate,25;
- ">
-},
-{
- Id: 1623
- AegisName: "Mighty_Staff_C"
- Name: "Mighty Staff"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 165
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 1
- Refine: false
- Subtype: "W_STAFF"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,10;
- bonus bInt,4;
- bonus bMatkRate,20;
- bonus bSPDrainValue,-1;
- ">
-},
-{
- Id: 1624
- AegisName: "Lich_Bone_Wand"
- Name: "Lich's Bone Wand"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 800
- Atk: 60
- Range: 1
- Slots: 2
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_STAFF"
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- bonus bAtkEle,Ele_Undead;
- bonus bMatkRate,20;
- bonus3 bAutoSpellWhenHit,NPC_WIDECURSE,5,10+getrefine();
- if(getrefine()>=9) {
- bonus bMatkRate,3;
- bonus bMaxSP,300;
- }
-
- ">
-},
-{
- Id: 1625
- AegisName: "Healing_Staff"
- Name: "Healing Staff"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 400
- Atk: 10
- Range: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 55
- Subtype: "W_STAFF"
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bMatkRate,15;
- bonus bHealPower,(getrefine()*3/2);
- ">
-},
-{
- Id: 1626
- AegisName: "Piercing_Staff"
- Name: "Piercing Staff"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 80
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_STAFF"
- Script: <"
- bonus bInt,4;
- bonus bMatkRate,15;
- bonus bIgnoreMdefRate,10+getrefine();
- ">
-},
-{
- Id: 1627
- AegisName: "Staffy"
- Name: "Staffy"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 40
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- Refine: false
- Subtype: "W_STAFF"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMatkRate,15;
- bonus2 bAddRace, RC_All, 50;
- ">
-},
-{
- Id: 1628
- AegisName: "Survival_Rod_C"
- Name: "Refined Survivor's Rod"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 71
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- Refine: false
- Subtype: "W_STAFF"
- Script: <"
- bonus bDex,4;
- bonus bMatkRate,20;
- bonus bMaxHP,500;
- ">
-},
-{
- Id: 1629
- AegisName: "Walking_Stick"
- Name: "Gentleman's Staff"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 40
- Range: 1
- Slots: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 50
- Subtype: "W_STAFF"
- Script: <"
- bonus bMatkRate,15;
- bonus bDex,1;
- ">
-},
-{
- Id: 1630
- AegisName: "Release_Of_Wish"
- Name: "Release of Wish"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 30
- Range: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 50
- Subtype: "W_STAFF"
- Script: <"
- bonus bMatkRate,15;
- bonus bInt,3;
- bonus bHealPower,5;
- autobonus "{ bonus2 bSPRegenRate,100,2000; bonus2 bHPRegenRate,50,2000; }",10,10000,BF_MAGIC,"{ specialeffect(EF_HEAL, AREA, playerattached()); }";
- ">
-},
-{
- Id: 1631
- AegisName: "Holy_Stick"
- Name: "Holy Stick"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 50
- Range: 1
- Slots: 1
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 70
- Subtype: "W_STAFF"
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bMatkRate,15;
- bonus2 bCastrate,AL_HOLYLIGHT,-25;
- bonus2 bCastrate,PR_TURNUNDEAD,-25;
- bonus2 bCastrate,PR_MAGNUS,-25;
- ">
-},
-{
- Id: 1632
- AegisName: "BF_Staff1"
- Name: "Warlock's Magic Wand"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 70
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_STAFF"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,4;
- bonus bDex,3;
- bonus bMatkRate,15;
- bonus2 bIgnoreMdefRate,RC_DemiPlayer,25;
- bonus3 bAddEff,Eff_Stun,500,ATF_SKILL;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1633
- AegisName: "BF_Staff2"
- Name: "Warlock's Battle Wand"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 70
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_STAFF"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,3;
- bonus bDex,3;
- bonus bMatkRate,15;
- bonus2 bMagicAddRace,RC_DemiPlayer,15;
- bonus3 bAddEff,Eff_Stun,500,ATF_SKILL;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1634
- AegisName: "BF_Staff3"
- Name: "Strong Recovery Wand"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 70
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_STAFF"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMatkRate,15;
- bonus bHealPower,14;
- bonus2 bSPRegenRate,5,10000;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1635
- AegisName: "BF_Staff4"
- Name: "Speedy Recovery Wand"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 70
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_STAFF"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,3;
- bonus bDex,2;
- bonus bMatkRate,15;
- bonus bDelayrate,-15;
- bonus2 bSPRegenRate,5,10000;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1636
- AegisName: "Thorn_Staff"
- Name: "Thorn Staff of Darkness"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 60
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 75
- Subtype: "W_STAFF"
- Script: <"
- bonus bInt,3;
- bonus bDex,3;
- bonus bMatkRate,20;
- bonus bIgnoreMdefRate,getrefine();
- bonus bDelayrate,-(getrefine()*3/2);
- ">
-},
-{
- Id: 1637
- AegisName: "Eraser"
- Name: "Eraser"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 80
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 70
- Subtype: "W_STAFF"
- Script: <"
- bonus bMatkRate,20;
- bonus bInt,3;
- bonus bDex,2;
- bonus bSPrecovRate,8;
- if( getrefine()>9 ) bonus5 bAutoSpell,NPC_WIDESOULDRAIN,3,5,BF_MAGIC,0;
- else bonus5 bAutoSpell,NPC_WIDESOULDRAIN,1,5,BF_MAGIC,0;
- ">
-},
-{
- Id: 1638
- AegisName: "Healing_Staff_C"
- Name: "Staff Of Healing"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 10
- Range: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 1
- Refine: false
- Subtype: "W_STAFF"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bMatkRate,15;
- bonus bHealPower,(getrefine()*3/2);
- ">
-},
-{
- Id: 1639
- AegisName: "N_Rod"
- Name: "Novice Rod"
- Type: "IT_WEAPON"
- Atk: 15
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- Subtype: "W_STAFF"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMatkRate,16; ">
-},
-{
- Id: 1640
- AegisName: "Krieger_Onehand_Staff1"
- Name: "Glorious Arc Wand"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 70
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_STAFF"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bMagicAddRace,RC_DemiPlayer,15;
- bonus2 bIgnoreMdefRate,RC_DemiPlayer,25 + ((getrefine()>5) ? 5 : 0);
- bonus bUnbreakableWeapon,0;
- if(getrefine()>8) {
- bonus bCastrate,-5;
- bonus bDelayrate,-5;
- bonus bMatkRate,5;
- }
-
- ">
-},
-{
- Id: 1641
- AegisName: "Krieger_Onehand_Staff2"
- Name: "Glorious Cure Wand"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 70
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_STAFF"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bHealPower,14;
- bonus bDelayrate,-10;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bIgnoreMdefRate,RC_DemiPlayer,5;
- bonus bHealPower,5+(getrefine()-5)*2;
- }
- if(getrefine()>8) bonus5 bAutoSpellOnSkill,AL_HEAL,AL_HEAL,10,100,1;
- if(getrefine()>9) {
- bonus bHealPower,10;
- }
-
- ">
-},
-{
- Id: 1642
- AegisName: "Staff_Of_Darkness"
- Name: "Staff Of Darkness"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 100
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- Refine: false
- Subtype: "W_STAFF"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bCastrate,-5;
- bonus bMatkRate,15;
- bonus bInt,2;
- ">
-},
-{
- Id: 1643
- AegisName: "Dead_Tree_Cane"
- Name: "Dead Tree Cane"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 100
- Atk: 100
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 70
- Subtype: "W_STAFF"
- Script: <"
- bonus bMatk,15;
- bonus bInt,4;
- if(getrefine()>5) {
- bonus bInt,getrefine()-5;
- bonus bMaxHP,-200;
- bonus bMaxSP,-100;
- }
-
- ">
-},
-{
- Id: 1644
- AegisName: "Piercing_Staff_M"
- Name: "Staff of Piercing"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 80
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_STAFF"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,4;
- bonus bMatkRate,15;
- bonus bIgnoreMdefRate,10+getrefine();
- ">
-},
-{
- Id: 1645
- AegisName: "Lich_Bone_Wand_M"
- Name: "Lich's Bone Wand"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 800
- Atk: 60
- Range: 1
- Slots: 2
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_STAFF"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- bonus bAtkEle,Ele_Undead;
- bonus bMatkRate,20;
- bonus3 bAutoSpellWhenHit,NPC_WIDECURSE,5,10+getrefine();
- if(getrefine()>=9) {
- bonus bMatkRate,3;
- bonus bMaxSP,300;
- }
-
- ">
-},
-{
- Id: 1646
- AegisName: "Lacryma_Stick"
- Name: "La'cryma Stick"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 30
- Range: 1
- Slots: 2
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 50
- Subtype: "W_STAFF"
- Script: <"
- bonus bInt,4;
- bonus bMatkRate,15;
- bonus bMdef,1;
- bonus2 bSkillAtk,WZ_STORMGUST,getrefine();
- if(getrefine()>9) bonus2 bCastrate,WZ_STORMGUST,-8;
- ">
-},
-{
- Id: 1647
- AegisName: "Croce_Staff"
- Name: "Croce Staff"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 30
- Range: 1
- Slots: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 50
- Subtype: "W_STAFF"
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bMatkRate,15;
- bonus bInt,4;
- bonus4 bAutoSpellOnSkill,AL_HEAL,AL_BLESSING,max(getskilllv(AL_BLESSING),1),20;
- ">
-},
-{
- Id: 1648
- AegisName: "Staff_Of_Bordeaux"
- Name: "Staff Of Bordeaux"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 30
- Range: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 50
- Subtype: "W_STAFF"
- Script: <"
- bonus bMatkRate,15;
- bonus bInt,2;
- bonus bDex,1;
- if(getskilllv(SA_DRAGONOLOGY)==5) {
- bonus bUseSPrate,-15;
- bonus bInt,3;
- }
-
- ">
-},
-
-//== Bows ==================================================
-{
- Id: 1701
- AegisName: "Bow"
- Name: "Bow"
- Type: "IT_WEAPON"
- Buy: 1000
- Weight: 500
- Atk: 15
- Range: 5
- Slots: 3
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- EquipLv: 4
- Subtype: "W_BOW"
-},
-{
- Id: 1702
- AegisName: "Bow_"
- Name: "Bow"
- Type: "IT_WEAPON"
- Buy: 1000
- Weight: 500
- Atk: 15
- Range: 5
- Slots: 4
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- EquipLv: 4
- Subtype: "W_BOW"
-},
-{
- Id: 1703
- AegisName: "Bow__"
- Name: "Bow"
- Type: "IT_WEAPON"
- Buy: 1000
- Atk: 15
- Range: 5
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- EquipLv: 4
- Subtype: "W_BOW"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddDamageClass,1002,500;
- bonus2 bAddDamageClass,1113,500;
- bonus2 bAddDamageClass,1031,500;
- bonus2 bAddDamageClass,1242,500;
- ">
-},
-{
- Id: 1704
- AegisName: "Composite_Bow"
- Name: "Composite Bow"
- Type: "IT_WEAPON"
- Buy: 2500
- Weight: 600
- Atk: 29
- Range: 5
- Slots: 3
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- EquipLv: 4
- Subtype: "W_BOW"
-},
-{
- Id: 1705
- AegisName: "Composite_Bow_"
- Name: "Composite Bow"
- Type: "IT_WEAPON"
- Buy: 2500
- Weight: 600
- Atk: 29
- Range: 5
- Slots: 4
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- EquipLv: 4
- Subtype: "W_BOW"
-},
-{
- Id: 1706
- AegisName: "Composite_Bow__"
- Name: "Composite Bow"
- Type: "IT_WEAPON"
- Buy: 2500
- Weight: 600
- Atk: 29
- Range: 5
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- EquipLv: 4
- Subtype: "W_BOW"
-},
-{
- Id: 1707
- AegisName: "Great_Bow"
- Name: "Great Bow"
- Type: "IT_WEAPON"
- Buy: 10000
- Weight: 1000
- Atk: 50
- Range: 5
- Slots: 2
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_BOW"
-},
-{
- Id: 1708
- AegisName: "Great_Bow_"
- Name: "Great Bow"
- Type: "IT_WEAPON"
- Buy: 10000
- Weight: 1000
- Atk: 50
- Range: 5
- Slots: 3
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_BOW"
-},
-{
- Id: 1709
- AegisName: "Great_Bow__"
- Name: "Great Bow"
- Type: "IT_WEAPON"
- Buy: 10000
- Weight: 1000
- Atk: 50
- Range: 5
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_BOW"
-},
-{
- Id: 1710
- AegisName: "CrossBow"
- Name: "Crossbow"
- Type: "IT_WEAPON"
- Buy: 17000
- Weight: 900
- Atk: 65
- Range: 5
- Slots: 2
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_BOW"
-},
-{
- Id: 1711
- AegisName: "CrossBow_"
- Name: "Crossbow"
- Type: "IT_WEAPON"
- Buy: 17000
- Weight: 900
- Atk: 65
- Range: 5
- Slots: 3
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_BOW"
-},
-{
- Id: 1712
- AegisName: "CrossBow__"
- Name: "Crossbow"
- Type: "IT_WEAPON"
- Buy: 17000
- Weight: 900
- Atk: 65
- Range: 5
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 18
- Subtype: "W_BOW"
-},
-{
- Id: 1713
- AegisName: "Arbalest"
- Name: "Arbalest"
- Type: "IT_WEAPON"
- Buy: 48000
- Weight: 1000
- Atk: 90
- Range: 5
- Slots: 1
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_BOW"
- Script: <" bonus bDex,2; ">
-},
-{
- Id: 1714
- AegisName: "Kakkung"
- Name: "Gakkung Bow"
- Type: "IT_WEAPON"
- Buy: 42000
- Weight: 1100
- Atk: 100
- Range: 5
- Slots: 1
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_BOW"
-},
-{
- Id: 1715
- AegisName: "Arbalest_"
- Name: "Arbalest"
- Type: "IT_WEAPON"
- Buy: 48000
- Weight: 1000
- Atk: 90
- Range: 5
- Slots: 2
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_BOW"
- Script: <" bonus bDex,2; ">
-},
-{
- Id: 1716
- AegisName: "Kakkung_"
- Name: "Gakkung Bow"
- Type: "IT_WEAPON"
- Buy: 42000
- Weight: 1100
- Atk: 100
- Range: 5
- Slots: 2
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_BOW"
-},
-{
- Id: 1718
- AegisName: "Hunter_Bow"
- Name: "Hunter Bow"
- Type: "IT_WEAPON"
- Buy: 64000
- Weight: 1500
- Atk: 125
- Range: 5
- Job: {
- Hunter: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_BOW"
-},
-{
- Id: 1719
- AegisName: "Bow_Of_Roguemaster"
- Name: "Roguemaster's Bow"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 75
- Range: 11
- Job: {
- Thief: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_BOW"
-},
-{
- Id: 1720
- AegisName: "Bow_Of_Rudra"
- Name: "Rudra Bow"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1200
- Atk: 150
- Range: 5
- Job: {
- Archer: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_BOW"
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bInt,5;
- skill AL_CURE,1;
- skill AL_HEAL,1;
- bonus2 bResEff,Eff_Poison,5000;
- bonus2 bResEff,Eff_Curse,5000;
- bonus2 bResEff,Eff_Silence,5000;
- bonus2 bResEff,Eff_Confusion,5000;
- bonus2 bResEff,Eff_Blind,5000;
- ">
-},
-{
- Id: 1721
- AegisName: "Repeting_CrossBow"
- Name: "Repeating Crossbow"
- Type: "IT_WEAPON"
- Buy: 89000
- Weight: 2000
- Atk: 95
- Range: 9
- Slots: 1
- Job: {
- Thief: true
- Hunter: true
- Rogue: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 65
- Subtype: "W_BOW"
-},
-{
- Id: 1722
- AegisName: "Balistar"
- Name: "Ballista"
- Type: "IT_WEAPON"
- Buy: 124000
- Weight: 3500
- Atk: 145
- Range: 5
- Job: {
- Hunter: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 77
- Subtype: "W_BOW"
-},
-{
- Id: 1723
- AegisName: "Luna_Bow"
- Name: "Luna Bow"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2000
- Atk: 100
- Range: 5
- Slots: 2
- Job: {
- Hunter: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_BOW"
- Script: <" bonus bDef,2+3*(getrefine()>5)+2*(getrefine()>8); ">
-},
-{
- Id: 1724
- AegisName: "Dragon_Wing"
- Name: "Dragon Wing"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1200
- Atk: 100
- Range: 5
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 60
- Subtype: "W_BOW"
- Script: <"
- bonus3 bAddMonsterDropItem,1765,RC_Dragon,300;
- bonus bIgnoreDefRace,RC_Dragon;
- ">
-},
-{
- Id: 1725
- AegisName: "Bow_Of_Minstrel"
- Name: "Minstrel Bow"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1700
- Atk: 120
- Range: 5
- Slots: 1
- Job: {
- Hunter: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 70
- Subtype: "W_BOW"
- Script: <"
- bonus bInt,2;
- bonus bSPrecovRate,10;
- ">
-},
-{
- Id: 1726
- AegisName: "Hunter_Bow_"
- Name: "Hunter Bow"
- Type: "IT_WEAPON"
- Buy: 64000
- Weight: 1500
- Atk: 125
- Range: 5
- Slots: 1
- Job: {
- Hunter: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 33
- Subtype: "W_BOW"
-},
-{
- Id: 1727
- AegisName: "Balistar_"
- Name: "Ballista"
- Type: "IT_WEAPON"
- Buy: 124000
- Weight: 3500
- Atk: 145
- Range: 5
- Slots: 1
- Job: {
- Hunter: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 77
- Subtype: "W_BOW"
-},
-{
- Id: 1728
- AegisName: "Balistar_C"
- Name: "Ballista"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 194
- Range: 5
- Job: {
- Hunter: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 1
- Refine: false
- Subtype: "W_BOW"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bLongAtkRate,20; ">
-},
-{
- Id: 1729
- AegisName: "Bow_Of_Rudra_C"
- Name: "Rudra Bow"
- Type: "IT_WEAPON"
- Buy: 2
- Atk: 185
- Range: 5
- Job: {
- Archer: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 1
- Refine: false
- Subtype: "W_BOW"
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bInt,5;
- skill AL_CURE,1;
- skill AL_HEAL,1;
- ">
-},
-{
- Id: 1730
- AegisName: "Burning_Bow"
- Name: "Burning Bow"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1400
- Atk: 95
- Range: 5
- Slots: 1
- Job: {
- Archer: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 55
- Subtype: "W_BOW"
- Script: <" bonus2 bSubEle,Ele_Fire,10; ">
-},
-{
- Id: 1731
- AegisName: "Frozen_Bow"
- Name: "Frozen Bow"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1400
- Atk: 100
- Range: 5
- Slots: 1
- Job: {
- Archer: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 55
- Subtype: "W_BOW"
- Script: <" bonus2 bAddEff,Eff_Freeze,1000; ">
-},
-{
- Id: 1732
- AegisName: "Earth_Bow"
- Name: "Earth Bow"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1400
- Atk: 105
- Range: 5
- Slots: 1
- Job: {
- Archer: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 55
- Subtype: "W_BOW"
-},
-{
- Id: 1733
- AegisName: "Gust_Bow"
- Name: "Gust Bow"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1400
- Atk: 95
- Range: 5
- Slots: 1
- Job: {
- Archer: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 55
- Subtype: "W_BOW"
-},
-{
- Id: 1734
- AegisName: "Orc_Archer_Bow"
- Name: "Orc Archer Bow"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1600
- Atk: 120
- Range: 5
- Job: {
- Archer: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 65
- Subtype: "W_BOW"
- Script: <" bonus2 bAddMonsterDropItem,1753,200; ">
-},
-{
- Id: 1735
- AegisName: "Kkakkung"
- Name: "Kkakkung"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 120
- Range: 5
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- Subtype: "W_BOW"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddRace, RC_All, 50; ">
-},
-{
- Id: 1736
- AegisName: "Double_Bound"
- Name: "Double Bound"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 900
- Atk: 70
- Range: 5
- Slots: 3
- Job: {
- Hunter: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_BOW"
- Script: <" bonus3 bAutoSpell,AC_DOUBLE,getskilllv(AC_DOUBLE),10; ">
-},
-{
- Id: 1737
- AegisName: "Ixion_Wing"
- Name: "Ixion Wings"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 300
- Atk: 135
- Range: 5
- Slots: 1
- Job: {
- Hunter: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 70
- Subtype: "W_BOW"
- Script: <"
- autobonus "{ bonus bAspdRate,7; }",10+(getrefine()*2),7000,BF_WEAPON,"{ specialeffect(EF_HASTEUP, AREA, playerattached()); }";
- bonus2 bAddSkillBlow,AC_CHARGEARROW,3;
- ">
-},
-{
- Id: 1738
- AegisName: "BF_Bow1"
- Name: "Valorous Battle CrossBow"
- Type: "IT_WEAPON"
- Atk: 100
- Range: 5
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_BOW"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus2 bAddRace,RC_DemiPlayer,55;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1739
- AegisName: "BF_Bow2"
- Name: "Brave Battle CrossBow"
- Type: "IT_WEAPON"
- Atk: 100
- Range: 5
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_BOW"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus bInt,10;
- bonus2 bAddRace,RC_DemiPlayer,55;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1740
- AegisName: "Nepenthes_Bow"
- Name: "Nepenthes Bow"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 105
- Range: 5
- Slots: 2
- Job: {
- Hunter: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 60
- Subtype: "W_BOW"
- Script: <" bonus4 bAutoSpellOnSkill,AC_DOUBLE,AC_CHARGEARROW,1,20; ">
-},
-{
- Id: 1741
- AegisName: "Cursed_Lyre"
- Name: "Cursed Lyre"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1250
- Atk: 125
- Range: 5
- Slots: 1
- Job: {
- Archer: true
- Hunter: true
- Bard: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_BOW"
- Script: <"
- bonus bLuk,-2;
- bonus2 bAddEff,Eff_Curse,400;
- ">
-},
-{
- Id: 1742
- AegisName: "N_Composite_Bow"
- Name: "Novice Composite Bow"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 49
- Range: 5
- Slots: 3
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- EquipLv: 4
- Refine: false
- Subtype: "W_BOW"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 1743
- AegisName: "Krieger_Bow1"
- Name: "Glorious Hunter Bow"
- Type: "IT_WEAPON"
- Atk: 100
- Range: 5
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_BOW"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,55;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bCritAtkRate,getrefine() * 2;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine()-4)*(getrefine()-4);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) bonus2 bSkillAtk,AC_DOUBLE,20;
- ">
-},
-{
- Id: 1744
- AegisName: "Bow_Of_Evil"
- Name: "Bow Of Evil"
- Type: "IT_WEAPON"
- Atk: 170
- Range: 5
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 1
- Refine: false
- Subtype: "W_BOW"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bSkillAtk,AC_DOUBLE,25;
- bonus bDex,2;
- ">
-},
-{
- Id: 1745
- AegisName: "Falken_Blitz"
- Name: "Falken Blitz"
- Type: "IT_WEAPON"
- Weight: 1000
- Atk: 100
- Range: 5
- Slots: 2
- Job: {
- Archer: true
- Hunter: true
- Bard: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 50
- Subtype: "W_BOW"
- Script: <"
- bonus2 bSkillAtk,SN_SHARPSHOOTING,10;
- bonus2 bSkillAtk,AC_DOUBLE,10;
- bonus2 bSkillAtk,AC_CHARGEARROW,10;
- ">
-},
-
-//== Arrows ================================================
-{
- Id: 1750
- AegisName: "Arrow"
- Name: "Arrow"
- Type: "IT_AMMO"
- Buy: 1
- Weight: 1
- Atk: 25
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_ARROW"
-},
-{
- Id: 1751
- AegisName: "Silver_Arrow"
- Name: "Silver Arrow"
- Type: "IT_AMMO"
- Buy: 3
- Weight: 2
- Atk: 30
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_ARROW"
- Script: <" bonus bAtkEle,Ele_Holy; ">
-},
-{
- Id: 1752
- AegisName: "Fire_Arrow"
- Name: "Fire Arrow"
- Type: "IT_AMMO"
- Buy: 3
- Weight: 2
- Atk: 30
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_ARROW"
- Script: <" bonus bAtkEle,Ele_Fire; ">
-},
-{
- Id: 1753
- AegisName: "Steel_Arrow"
- Name: "Steel Arrow"
- Type: "IT_AMMO"
- Buy: 4
- Weight: 2
- Atk: 40
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_ARROW"
-},
-{
- Id: 1754
- AegisName: "Crystal_Arrow"
- Name: "Crystal Arrow"
- Type: "IT_AMMO"
- Buy: 3
- Weight: 2
- Atk: 30
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_ARROW"
- Script: <" bonus bAtkEle,Ele_Water; ">
-},
-{
- Id: 1755
- AegisName: "Arrow_Of_Wind"
- Name: "Arrow of Wind"
- Type: "IT_AMMO"
- Buy: 3
- Weight: 2
- Atk: 30
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_ARROW"
- Script: <" bonus bAtkEle,Ele_Wind; ">
-},
-{
- Id: 1756
- AegisName: "Stone_Arrow"
- Name: "Stone Arrow"
- Type: "IT_AMMO"
- Buy: 3
- Weight: 2
- Atk: 30
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_ARROW"
- Script: <" bonus bAtkEle,Ele_Earth; ">
-},
-{
- Id: 1757
- AegisName: "Immatrial_Arrow"
- Name: "Immaterial Arrow"
- Type: "IT_AMMO"
- Buy: 3
- Weight: 1
- Atk: 30
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_ARROW"
- Script: <" bonus bAtkEle,Ele_Ghost; ">
-},
-{
- Id: 1758
- AegisName: "Stun_Arrow"
- Name: "Stun Arrow"
- Type: "IT_AMMO"
- Buy: 10
- Weight: 3
- Atk: 1
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_ARROW"
- Script: <" bonus2 bAddEff,Eff_Stun,1000; ">
-},
-{
- Id: 1759
- AegisName: "Freezing_Arrow"
- Name: "Frozen Arrow"
- Type: "IT_AMMO"
- Buy: 10
- Weight: 3
- Atk: 1
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_ARROW"
- Script: <"
- bonus bAtkEle,Ele_Water;
- bonus2 bAddEff,Eff_Freeze,1000;
- ">
-},
-{
- Id: 1760
- AegisName: "Flash_Arrow"
- Name: "Flash Arrow"
- Type: "IT_AMMO"
- Buy: 10
- Weight: 3
- Atk: 1
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_ARROW"
- Script: <" bonus2 bAddEff,Eff_Blind,1000; ">
-},
-{
- Id: 1761
- AegisName: "Curse_Arrow"
- Name: "Cursed Arrow"
- Type: "IT_AMMO"
- Buy: 10
- Weight: 3
- Atk: 1
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_ARROW"
- Script: <" bonus2 bAddEff,Eff_Curse,1000; ">
-},
-{
- Id: 1762
- AegisName: "Rusty_Arrow"
- Name: "Rusty Arrow"
- Type: "IT_AMMO"
- Buy: 3
- Weight: 2
- Atk: 30
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_ARROW"
- Script: <" bonus bAtkEle,Ele_Poison; ">
-},
-{
- Id: 1763
- AegisName: "Poison_Arrow"
- Name: "Poison Arrow"
- Type: "IT_AMMO"
- Buy: 10
- Weight: 3
- Atk: 1
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_ARROW"
- Script: <"
- bonus bAtkEle,Ele_Poison;
- bonus2 bAddEff,Eff_Poison,2000;
- ">
-},
-{
- Id: 1764
- AegisName: "Incisive_Arrow"
- Name: "Sharp Arrow"
- Type: "IT_AMMO"
- Buy: 20
- Weight: 3
- Atk: 10
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_ARROW"
- Script: <" bonus bCritical,20; ">
-},
-{
- Id: 1765
- AegisName: "Oridecon_Arrow"
- Name: "Oridecon Arrow"
- Type: "IT_AMMO"
- Buy: 30
- Weight: 3
- Atk: 50
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_ARROW"
-},
-{
- Id: 1766
- AegisName: "Arrow_Of_Counter_Evil"
- Name: "Arrow of Counter Evil"
- Type: "IT_AMMO"
- Buy: 40
- Weight: 3
- Atk: 50
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_ARROW"
- Script: <" bonus bAtkEle,Ele_Holy; ">
-},
-{
- Id: 1767
- AegisName: "Arrow_Of_Shadow"
- Name: "Arrow of Shadow"
- Type: "IT_AMMO"
- Buy: 3
- Weight: 2
- Atk: 30
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_ARROW"
- Script: <" bonus bAtkEle,Ele_Dark; ">
-},
-{
- Id: 1768
- AegisName: "Sleep_Arrow"
- Name: "Sleep Arrow"
- Type: "IT_AMMO"
- Buy: 10
- Weight: 3
- Atk: 1
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_ARROW"
- Script: <" bonus2 bAddEff,Eff_Sleep,2000; ">
-},
-{
- Id: 1769
- AegisName: "Silence_Arrow"
- Name: "Mute Arrow"
- Type: "IT_AMMO"
- Buy: 10
- Weight: 3
- Atk: 1
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_ARROW"
- Script: <" bonus2 bAddEff,Eff_Silence,1000; ">
-},
-{
- Id: 1770
- AegisName: "Iron_Arrow"
- Name: "Iron Arrow"
- Type: "IT_AMMO"
- Buy: 2
- Weight: 1
- Atk: 30
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_ARROW"
-},
-{
- Id: 1771
- AegisName: "Venom_Knife"
- Name: "Venom Knife"
- Type: "IT_AMMO"
- Buy: 50
- Weight: 5
- Atk: 30
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_DAGGER"
-},
-{
- Id: 1772
- AegisName: "Holy_Arrow"
- Name: "Holy Arrow"
- Type: "IT_AMMO"
- Buy: 3
- Weight: 2
- Atk: 50
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Assassin: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_ARROW"
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus2 bAddRace,RC_Demon,5;
- ">
-},
-
-//== Knuckles ==============================================
-{
- Id: 1801
- AegisName: "Waghnakh"
- Name: "Waghnak"
- Type: "IT_WEAPON"
- Buy: 8000
- Weight: 400
- Atk: 30
- Range: 1
- Slots: 3
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Subtype: "W_KNUCKLE"
-},
-{
- Id: 1802
- AegisName: "Waghnakh_"
- Name: "Waghnak"
- Type: "IT_WEAPON"
- Buy: 8000
- Weight: 400
- Atk: 30
- Range: 1
- Slots: 4
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Subtype: "W_KNUCKLE"
-},
-{
- Id: 1803
- AegisName: "Knuckle_Duster"
- Name: "Knuckle Dusters"
- Type: "IT_WEAPON"
- Buy: 25000
- Weight: 450
- Atk: 50
- Range: 1
- Slots: 2
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 12
- Subtype: "W_KNUCKLE"
-},
-{
- Id: 1804
- AegisName: "Knuckle_Duster_"
- Name: "Knuckle Dusters"
- Type: "IT_WEAPON"
- Buy: 25000
- Weight: 450
- Atk: 50
- Range: 1
- Slots: 3
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 12
- Subtype: "W_KNUCKLE"
-},
-{
- Id: 1805
- AegisName: "Hora"
- Name: "Studded Knuckles"
- Type: "IT_WEAPON"
- Buy: 32000
- Weight: 450
- Atk: 65
- Range: 1
- Slots: 2
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 12
- Subtype: "W_KNUCKLE"
-},
-{
- Id: 1806
- AegisName: "Hora_"
- Name: "Studded Knuckles"
- Type: "IT_WEAPON"
- Buy: 32000
- Weight: 450
- Atk: 65
- Range: 1
- Slots: 3
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 12
- Subtype: "W_KNUCKLE"
-},
-{
- Id: 1807
- AegisName: "Fist"
- Name: "Fist"
- Type: "IT_WEAPON"
- Buy: 53000
- Weight: 650
- Atk: 115
- Range: 1
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 24
- Subtype: "W_KNUCKLE"
-},
-{
- Id: 1808
- AegisName: "Fist_"
- Name: "Fist"
- Type: "IT_WEAPON"
- Buy: 53000
- Weight: 650
- Atk: 115
- Range: 1
- Slots: 1
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 24
- Subtype: "W_KNUCKLE"
-},
-{
- Id: 1809
- AegisName: "Claw"
- Name: "Claw"
- Type: "IT_WEAPON"
- Buy: 67000
- Weight: 500
- Atk: 86
- Range: 1
- Slots: 1
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 24
- Subtype: "W_KNUCKLE"
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 1810
- AegisName: "Claw_"
- Name: "Claw"
- Type: "IT_WEAPON"
- Buy: 67000
- Weight: 500
- Atk: 86
- Range: 1
- Slots: 2
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 24
- Subtype: "W_KNUCKLE"
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 1811
- AegisName: "Finger"
- Name: "Finger"
- Type: "IT_WEAPON"
- Buy: 58000
- Weight: 500
- Atk: 97
- Range: 1
- Slots: 1
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 24
- Subtype: "W_KNUCKLE"
-},
-{
- Id: 1812
- AegisName: "Finger_"
- Name: "Finger"
- Type: "IT_WEAPON"
- Buy: 58000
- Weight: 500
- Atk: 97
- Range: 1
- Slots: 2
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 24
- Subtype: "W_KNUCKLE"
-},
-{
- Id: 1813
- AegisName: "Kaiser_Knuckle"
- Name: "Kaiser Knuckle"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 450
- Atk: 110
- Range: 1
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 36
- Subtype: "W_KNUCKLE"
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus2 bAddRace,RC_Undead,5;
- bonus2 bAddEle,Ele_Water,10;
- bonus2 bAddEle,Ele_Earth,10;
- bonus2 bAddEle,Ele_Fire,10;
- bonus2 bAddEle,Ele_Wind,10;
- ">
-},
-{
- Id: 1814
- AegisName: "Berserk"
- Name: "Berserk"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 120
- Range: 1
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 36
- Subtype: "W_KNUCKLE"
- Script: <" bonus bAspdRate,12; ">
-},
-{
- Id: 1815
- AegisName: "Claw_Of_Garm"
- Name: "Hatii Claw"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 550
- Atk: 152
- Range: 1
- Slots: 1
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 70
- Subtype: "W_KNUCKLE"
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus bMaxHPrate,-2;
- bonus2 bAddEff,Eff_Bleeding,200;
- ">
-},
-{
- Id: 1816
- AegisName: "Berserk_"
- Name: "Berserk"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 120
- Range: 1
- Slots: 1
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 36
- Subtype: "W_KNUCKLE"
- Script: <" bonus bAspdRate,12; ">
-},
-{
- Id: 1817
- AegisName: "Kaiser_Knuckle_C"
- Name: "Kaiser Knuckle"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 159
- Range: 1
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 1
- Refine: false
- Subtype: "W_KNUCKLE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus2 bAddRace,RC_Undead,5;
- bonus2 bAddEle,Ele_Water,10;
- bonus2 bAddEle,Ele_Earth,10;
- bonus2 bAddEle,Ele_Fire,10;
- bonus2 bAddEle,Ele_Wind,10;
- bonus bAspdRate,5;
- ">
-},
-{
- Id: 1818
- AegisName: "Magma_Fist"
- Name: "Magma Fist"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 650
- Atk: 80
- Range: 1
- Slots: 3
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 75
- Subtype: "W_KNUCKLE"
- Script: <" bonus3 bAutoSpell,SA_FLAMELAUNCHER,5,10; ">
-},
-{
- Id: 1819
- AegisName: "Icicle_Fist"
- Name: "Icicle Fist"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 650
- Atk: 80
- Range: 1
- Slots: 3
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 75
- Subtype: "W_KNUCKLE"
- Script: <" bonus3 bAutoSpell,SA_FROSTWEAPON,5,10; ">
-},
-{
- Id: 1820
- AegisName: "Electric_Fist"
- Name: "Electric Fist"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 650
- Atk: 80
- Range: 1
- Slots: 3
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 75
- Subtype: "W_KNUCKLE"
- Script: <" bonus3 bAutoSpell,SA_LIGHTNINGLOADER,5,10; ">
-},
-{
- Id: 1821
- AegisName: "Seismic_Fist"
- Name: "Seismic Fist"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 650
- Atk: 80
- Range: 1
- Slots: 3
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 75
- Subtype: "W_KNUCKLE"
- Script: <" bonus3 bAutoSpell,SA_SEISMICWEAPON,5,10; ">
-},
-{
- Id: 1822
- AegisName: "Combo_Battle_Glove"
- Name: "Combo Battle Glove"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 30
- Range: 1
- Slots: 4
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 60
- Subtype: "W_KNUCKLE"
- Script: <"
- bonus2 bSkillAtk,MO_TRIPLEATTACK,15;
- bonus2 bSkillAtk,MO_CHAINCOMBO,15;
- bonus2 bSkillAtk,MO_COMBOFINISH,20;
- ">
-},
-{
- Id: 1823
- AegisName: "BF_Knuckle1"
- Name: "Valorous Battle Fist"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 30
- Range: 1
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_KNUCKLE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus bAgi,1;
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus4 bAutoSpell,CH_SOULCOLLECT,1,5,0;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1824
- AegisName: "BF_Knuckle2"
- Name: "Brave Battle Fist"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 30
- Range: 1
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_KNUCKLE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus bInt,1;
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bCastrate,MO_EXTREMITYFIST,-25;
- autobonus "{ bonus2 bCastrate,MO_EXTREMITYFIST,-100; }",50,6000,BF_WEAPON,"{ specialeffect(EF_SUFFRAGIUM, AREA, playerattached()); }";
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1825
- AegisName: "Horn_Of_Hilthrion"
- Name: "Horn of Hillslion"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 600
- Atk: 95
- Range: 1
- Slots: 3
- Job: {
- Monk: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 60
- Subtype: "W_KNUCKLE"
- Script: <"
- bonus3 bAutoSpell,NPC_CRITICALWOUND,1,100;
- bonus4 bAutoSpellOnSkill,CH_PALMSTRIKE,MO_INVESTIGATE,1,100;
- bonus3 bAutoSpell,MO_CALLSPIRITS,5,100;
- ">
-},
-{
- Id: 1826
- AegisName: "Krieger_Knuckle1"
- Name: "Glorious Claw"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 30
- Range: 1
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_KNUCKLE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine()-4)*(getrefine()-4);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) {
- bonus3 bAutoSpell,MO_INVESTIGATE,5,(getrefine()*10-50);
- bonus3 bAutoSpell,AL_DECAGI,1,(getrefine()*10-50);
- }
-
- ">
-},
-{
- Id: 1827
- AegisName: "Krieger_Knuckle2"
- Name: "Glorious Fist"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 30
- Range: 1
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_KNUCKLE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine()-4)*(getrefine()-4);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) {
- bonus2 bCastrate,MO_EXTREMITYFIST,-100;
- bonus4 bAutoSpellOnSkill,MO_EXPLOSIONSPIRITS,CH_SOULCOLLECT,1,1000;
- }
-
- ">
-},
-{
- Id: 1828
- AegisName: "Monk_Knuckle"
- Name: "Monk Knuckle"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 150
- Range: 1
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- Refine: false
- Subtype: "W_KNUCKLE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,2;
- bonus2 bSkillAtk,MO_FINGEROFFENSIVE,25;
- ">
-},
-{
- Id: 1829
- AegisName: "Fist_C"
- Name: "Fist"
- Type: "IT_WEAPON"
- Atk: 150
- Range: 1
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 1
- Refine: false
- Subtype: "W_KNUCKLE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddSize,Size_Small,40;
- bonus2 bAddSize,Size_Medium,40;
- bonus2 bAddSize,Size_Large,40;
- ">
-},
-{
- Id: 1846
- AegisName: "Combo_Battle_Glove_IL"
- Name: "Combo_Battle_Glove_IL"
-},
-{
- Id: 1848
- AegisName: "Rebeginer_SR_Nuckle"
- Name: "Rebeginer_SR_Nuckle"
-},
-{
- Id: 1862
- AegisName: "Burning_Knuckle_OS"
- Name: "Burning_Knuckle_OS"
-},
-{
- Id: 1864
- AegisName: "Evt_Iron_Nail_K"
- Name: "Evt_Iron_Nail_K"
-},
-
-//== Instruments ===========================================
-{
- Id: 1901
- AegisName: "Violin"
- Name: "Violin"
- Type: "IT_WEAPON"
- Buy: 4000
- Weight: 700
- Atk: 50
- Range: 1
- Slots: 3
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 2
- Subtype: "W_MUSICAL"
-},
-{
- Id: 1902
- AegisName: "Violin_"
- Name: "Violin"
- Type: "IT_WEAPON"
- Buy: 4000
- Weight: 700
- Atk: 50
- Range: 1
- Slots: 4
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 2
- Subtype: "W_MUSICAL"
-},
-{
- Id: 1903
- AegisName: "Mandolin"
- Name: "Mandolin"
- Type: "IT_WEAPON"
- Buy: 18000
- Weight: 400
- Atk: 90
- Range: 1
- Slots: 2
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_MUSICAL"
-},
-{
- Id: 1904
- AegisName: "Mandolin_"
- Name: "Mandolin"
- Type: "IT_WEAPON"
- Buy: 18000
- Weight: 400
- Atk: 90
- Range: 1
- Slots: 3
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_MUSICAL"
-},
-{
- Id: 1905
- AegisName: "Lute"
- Name: "Lute"
- Type: "IT_WEAPON"
- Buy: 24500
- Weight: 500
- Atk: 105
- Range: 1
- Slots: 2
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_MUSICAL"
-},
-{
- Id: 1906
- AegisName: "Lute_"
- Name: "Lute"
- Type: "IT_WEAPON"
- Buy: 24500
- Weight: 500
- Atk: 105
- Range: 1
- Slots: 3
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 14
- Subtype: "W_MUSICAL"
-},
-{
- Id: 1907
- AegisName: "Guitar"
- Name: "Guitar"
- Type: "IT_WEAPON"
- Buy: 47000
- Weight: 900
- Atk: 142
- Range: 1
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_MUSICAL"
-},
-{
- Id: 1908
- AegisName: "Guitar_"
- Name: "Guitar"
- Type: "IT_WEAPON"
- Buy: 47000
- Weight: 900
- Atk: 142
- Range: 1
- Slots: 1
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_MUSICAL"
-},
-{
- Id: 1909
- AegisName: "Harp"
- Name: "Harp"
- Type: "IT_WEAPON"
- Buy: 62000
- Weight: 900
- Atk: 114
- Range: 1
- Slots: 1
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_MUSICAL"
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 1910
- AegisName: "Harp_"
- Name: "Harp"
- Type: "IT_WEAPON"
- Buy: 62000
- Weight: 900
- Atk: 114
- Range: 1
- Slots: 2
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_MUSICAL"
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 1911
- AegisName: "Guh_Moon_Goh"
- Name: "Gumoongoh"
- Type: "IT_WEAPON"
- Buy: 54000
- Weight: 1300
- Atk: 126
- Range: 1
- Slots: 1
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_MUSICAL"
-},
-{
- Id: 1912
- AegisName: "Guh_Moon_Goh_"
- Name: "Gumoongoh"
- Type: "IT_WEAPON"
- Buy: 54000
- Weight: 1300
- Atk: 126
- Range: 1
- Slots: 2
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_MUSICAL"
-},
-{
- Id: 1913
- AegisName: "Electronic_Guitar"
- Name: "Electric Guitar"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1800
- Atk: 110
- Range: 1
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 70
- Subtype: "W_MUSICAL"
- Script: <"
- skill WZ_JUPITEL,1;
- bonus3 bAutoSpell,WZ_JUPITEL,1,100;
- bonus bAtkEle,Ele_Wind;
- bonus bInt,2;
- bonus bAgi,1;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1914
- AegisName: "Guitar_Of_Passion"
- Name: "Burning Passion Guitar"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 900
- Atk: 110
- Range: 1
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_MUSICAL"
- Script: <" bonus bAtkEle,Ele_Fire; ">
-},
-{
- Id: 1915
- AegisName: "Guitar_Of_Blue_Solo"
- Name: "Loner's Guitar"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 900
- Atk: 110
- Range: 1
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_MUSICAL"
- Script: <" bonus bAtkEle,Ele_Water; ">
-},
-{
- Id: 1916
- AegisName: "Guitar_Of_Vast_Land"
- Name: "Green Acre Guitar"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 900
- Atk: 110
- Range: 1
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_MUSICAL"
- Script: <" bonus bAtkEle,Ele_Earth; ">
-},
-{
- Id: 1917
- AegisName: "Guitar_Of_Gentle_Breeze"
- Name: "Gentle Breeze Guitar"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 900
- Atk: 110
- Range: 1
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 27
- Subtype: "W_MUSICAL"
- Script: <" bonus bAtkEle,Ele_Wind; ">
-},
-{
- Id: 1918
- AegisName: "Oriental_Lute"
- Name: "Oriental Lute"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1200
- Atk: 150
- Range: 1
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 65
- Subtype: "W_MUSICAL"
- Script: <"
- bonus2 bSkillAtk,CG_ARROWVULCAN,10;
- bonus2 bSkillAtk,BA_MUSICALSTRIKE,10;
- ">
-},
-{
- Id: 1919
- AegisName: "Base_Guitar"
- Name: "Bass Guitar"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1500
- Atk: 130
- Range: 1
- Slots: 1
- Job: {
- Bard: true
- }
- Upper: "ITEMUPPER_UPPER"
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_MUSICAL"
- Script: <"
- bonus bSPGainValue,3;
- bonus4 bAutoSpellWhenHit,WZ_HEAVENDRIVE,3,30,1;
- bonus3 bAutoSpell,NPC_WIDECONFUSE,2,100;
- ">
-},
-{
- Id: 1920
- AegisName: "Berserk_Guitar"
- Name: "Berserk Guitar"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1800
- Atk: 10
- Range: 1
- Job: {
- Bard: true
- }
- Upper: "ITEMUPPER_UPPER"
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 70
- Subtype: "W_MUSICAL"
- Script: <"
- bonus bAspdRate,100;
- bonus bHPrecovRate,-100;
- bonus2 bHPLossRate,50,5000;
- bonus bDex,-readparam(bDex);
- ">
-},
-{
- Id: 1921
- AegisName: "Guh_Moon_Gom"
- Name: "Gun Moon Gom"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 120
- Range: 1
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- Refine: false
- Subtype: "W_MUSICAL"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddRace, RC_All, 50; ">
-},
-{
- Id: 1922
- AegisName: "Oriental_Lute_"
- Name: "Oriental Lute"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1200
- Atk: 150
- Range: 1
- Slots: 2
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 65
- Subtype: "W_MUSICAL"
- Script: <"
- bonus2 bSkillAtk,CG_ARROWVULCAN,10;
- bonus2 bSkillAtk,BA_MUSICALSTRIKE,10;
- ">
-},
-{
- Id: 1923
- AegisName: "BF_Instrument1"
- Name: "Valorous Battlefield Guitar"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 50
- Range: 1
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_MUSICAL"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1924
- AegisName: "BF_Instrument2"
- Name: "Brave Battlefield Guitar"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 50
- Range: 1
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_MUSICAL"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bSkillAtk,CG_ARROWVULCAN,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1925
- AegisName: "Cello"
- Name: "Cello"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 110
- Range: 1
- Slots: 3
- Job: {
- Bard: true
- }
- Upper: "ITEMUPPER_UPPER"
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_MUSICAL"
- Script: <"
- bonus bAgi,2;
- bonus bDex,3;
- bonus2 bAddSkillBlow,BA_MUSICALSTRIKE,2;
- bonus2 bAddSkillBlow,CG_ARROWVULCAN,3;
- ">
-},
-{
- Id: 1926
- AegisName: "Harp_Of_Nepenthes"
- Name: "Harp of Nepenthes"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 120
- Range: 1
- Slots: 2
- Job: {
- Bard: true
- }
- Upper: "ITEMUPPER_UPPER"
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 60
- Subtype: "W_MUSICAL"
- Script: <"
- bonus bInt,2;
- if( getrefine()>9 ) {
- bonus3 bAddEffOnSkill,BA_MUSICALSTRIKE,Eff_Stun,2000;
- }
- else {
- bonus3 bAddEffOnSkill,BA_MUSICALSTRIKE,Eff_Stun,1000;
- }
-
- ">
-},
-{
- Id: 1927
- AegisName: "Krieger_Instrument1"
- Name: "Glorious Guitar"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 50
- Range: 1
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_MUSICAL"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine()-4)*(getrefine()-4);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) bonus4 bAutoSpellOnSkill,CG_ARROWVULCAN,CG_TAROTCARD,5,100;
- ">
-},
-{
- Id: 1928
- AegisName: "Berserk_Guitar_I"
- Name: "Spirited Guitar"
- Type: "IT_WEAPON"
- Atk: 40
- Range: 1
- Job: {
- Bard: true
- }
- Upper: "ITEMUPPER_UPPER"
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- Refine: false
- Subtype: "W_MUSICAL"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAspdRate,100;
- bonus bHPrecovRate,-100;
- bonus2 bHPLossRate,50,5000;
- bonus bDex,-readparam(bDex);
- ">
-},
-{
- Id: 1929
- AegisName: "Guitar_C"
- Name: "Guitar"
- Type: "IT_WEAPON"
- Atk: 177
- Range: 1
- Job: {
- Bard: true
- }
- Gender: "SEX_MALE"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 1
- Refine: false
- Subtype: "W_MUSICAL"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddSize,Size_Small,40;
- bonus2 bAddSize,Size_Medium,40;
- bonus2 bAddSize,Size_Large,40;
- ">
-},
-
-//== Whips =================================================
-{
- Id: 1950
- AegisName: "Rope"
- Name: "Rope"
- Type: "IT_WEAPON"
- Buy: 2500
- Weight: 400
- Atk: 45
- Range: 2
- Slots: 3
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 3
- Subtype: "W_WHIP"
-},
-{
- Id: 1951
- AegisName: "Rope_"
- Name: "Rope"
- Type: "IT_WEAPON"
- Buy: 2500
- Weight: 400
- Atk: 45
- Range: 2
- Slots: 4
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 3
- Subtype: "W_WHIP"
-},
-{
- Id: 1952
- AegisName: "Line"
- Name: "Whip"
- Type: "IT_WEAPON"
- Buy: 12000
- Weight: 300
- Atk: 80
- Range: 2
- Slots: 2
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 16
- Subtype: "W_WHIP"
-},
-{
- Id: 1953
- AegisName: "Line_"
- Name: "Whip"
- Type: "IT_WEAPON"
- Buy: 12000
- Weight: 300
- Atk: 80
- Range: 2
- Slots: 3
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 16
- Subtype: "W_WHIP"
-},
-{
- Id: 1954
- AegisName: "Wire"
- Name: "Wire Whip"
- Type: "IT_WEAPON"
- Buy: 17500
- Weight: 1000
- Atk: 95
- Range: 2
- Slots: 2
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 16
- Subtype: "W_WHIP"
-},
-{
- Id: 1955
- AegisName: "Wire_"
- Name: "Wire Whip"
- Type: "IT_WEAPON"
- Buy: 17500
- Weight: 1000
- Atk: 95
- Range: 2
- Slots: 3
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 16
- Subtype: "W_WHIP"
-},
-{
- Id: 1956
- AegisName: "Rante"
- Name: "Rante Whip"
- Type: "IT_WEAPON"
- Buy: 32000
- Weight: 900
- Atk: 135
- Range: 2
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_WHIP"
-},
-{
- Id: 1957
- AegisName: "Rante_"
- Name: "Rante Whip"
- Type: "IT_WEAPON"
- Buy: 32000
- Weight: 900
- Atk: 135
- Range: 2
- Slots: 1
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_WHIP"
-},
-{
- Id: 1958
- AegisName: "Tail"
- Name: "Tail Whip"
- Type: "IT_WEAPON"
- Buy: 41000
- Weight: 700
- Atk: 105
- Range: 2
- Slots: 1
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_WHIP"
- Script: <" bonus bLuk,3; ">
-},
-{
- Id: 1959
- AegisName: "Tail_"
- Name: "Tail Whip"
- Type: "IT_WEAPON"
- Buy: 41000
- Weight: 700
- Atk: 105
- Range: 2
- Slots: 2
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_WHIP"
- Script: <" bonus bLuk,3; ">
-},
-{
- Id: 1960
- AegisName: "Whip"
- Name: "Whip"
- Type: "IT_WEAPON"
- Buy: 38000
- Weight: 700
- Atk: 120
- Range: 2
- Slots: 1
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_WHIP"
-},
-{
- Id: 1961
- AegisName: "Whip_"
- Name: "Whip"
- Type: "IT_WEAPON"
- Buy: 38000
- Weight: 700
- Atk: 120
- Range: 2
- Slots: 2
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_WHIP"
-},
-{
- Id: 1962
- AegisName: "Lariat"
- Name: "Lariat Whip"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 400
- Atk: 100
- Range: 2
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 44
- Subtype: "W_WHIP"
- Script: <"
- bonus bDex,5;
- bonus bAgi,1;
- ">
-},
-{
- Id: 1963
- AegisName: "Rapture_Rose"
- Name: "Rapture Rose"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 300
- Atk: 115
- Range: 2
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 44
- Subtype: "W_WHIP"
- Script: <"
- bonus bAtkEle,Ele_Poison;
- bonus2 bAddEff,Eff_Poison,5000;
- ">
-},
-{
- Id: 1964
- AegisName: "Chemeti"
- Name: "Chemeti Whip"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 135
- Range: 2
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 44
- Subtype: "W_WHIP"
- Script: <"
- bonus bCritical,5;
- bonus bFlee,10;
- bonus bFlee2,2;
- ">
-},
-{
- Id: 1965
- AegisName: "Whip_Of_Red_Flame"
- Name: "Red Flame Whip"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 110
- Range: 2
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_WHIP"
- Script: <" bonus bAtkEle,Ele_Fire; ">
-},
-{
- Id: 1966
- AegisName: "Whip_Of_Ice_Piece"
- Name: "Icicle Whip"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 110
- Range: 2
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_WHIP"
- Script: <" bonus bAtkEle,Ele_Water; ">
-},
-{
- Id: 1967
- AegisName: "Whip_Of_Earth"
- Name: "Gaia Whip"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 110
- Range: 2
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_WHIP"
- Script: <" bonus bAtkEle,Ele_Earth; ">
-},
-{
- Id: 1968
- AegisName: "Jump_Rope"
- Name: "Skipping Rope"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 400
- Atk: 120
- Range: 2
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_WHIP"
- Script: <" bonus bCritical,20; ">
-},
-{
- Id: 1969
- AegisName: "Bladed_Whip"
- Name: "Blade Whip"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1200
- Atk: 140
- Range: 2
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 30
- Subtype: "W_WHIP"
- Script: <" bonus2 bAddEff,Eff_Bleeding,300; ">
-},
-{
- Id: 1970
- AegisName: "Queens_Whip"
- Name: "Queen's Whip"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1100
- Atk: 150
- Range: 2
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 65
- Subtype: "W_WHIP"
- Script: <"
- bonus2 bSkillAtk,CG_ARROWVULCAN,10;
- bonus2 bSkillAtk,DC_THROWARROW,10;
- ">
-},
-{
- Id: 1971
- AegisName: "Electric_Wire"
- Name: "Electric Wire"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 110
- Range: 2
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 30
- Subtype: "W_WHIP"
- Script: <" bonus bAtkEle,Ele_Wind; ">
-},
-{
- Id: 1972
- AegisName: "Electric_Eel"
- Name: "Electric Eel"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2000
- Atk: 100
- Range: 2
- Slots: 2
- Job: {
- Bard: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 70
- Subtype: "W_WHIP"
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus bInt,2;
- bonus bAgi,2;
- bonus3 bAutoSpell,WZ_JUPITEL,3,20;
- if(getrefine()>0) bonus3 bAutoSpell,CG_ARROWVULCAN,getrefine(),50;
- ">
-},
-{
- Id: 1973
- AegisName: "Sea_Witch_Foot"
- Name: "Sea Witch's Foot"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1500
- Atk: 110
- Range: 2
- Slots: 1
- Job: {
- Bard: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 70
- Subtype: "W_WHIP"
- Script: <"
- bonus bSPGainValue,5;
- bonus4 bAutoSpellWhenHit,WZ_FROSTNOVA,3,50,1;
- bonus3 bAutoSpell,NPC_WIDESILENCE,2,100;
- ">
-},
-{
- Id: 1974
- AegisName: "Carrot_Whip"
- Name: "Carrot Whip"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1300
- Atk: 185
- Range: 2
- Job: {
- Bard: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 70
- Subtype: "W_WHIP"
- Script: <" if(getrefine()>0) bonus3 bAutoSpell,AL_INCAGI,getrefine(),10; ">
-},
-{
- Id: 1975
- AegisName: "Queen_Is_Whip"
- Name: "Queen Is Whip"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 120
- Range: 2
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- Refine: false
- Subtype: "W_WHIP"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddRace, RC_All, 50; ">
-},
-{
- Id: 1976
- AegisName: "Queens_Whip_"
- Name: "Queen's Whip"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1100
- Atk: 150
- Range: 2
- Slots: 2
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 65
- Subtype: "W_WHIP"
- Script: <"
- bonus2 bSkillAtk,CG_ARROWVULCAN,10;
- bonus2 bSkillAtk,DC_THROWARROW,10;
- ">
-},
-{
- Id: 1977
- AegisName: "BF_Whip1"
- Name: "Valorous Battle Lariat"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 50
- Range: 2
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_WHIP"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1978
- AegisName: "BF_Whip2"
- Name: "Brave Battle Lariat"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 50
- Range: 2
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_WHIP"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bSkillAtk,CG_ARROWVULCAN,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 1979
- AegisName: "Stem_Of_Nepenthes"
- Name: "Stem of Nepenthes"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 120
- Range: 2
- Slots: 2
- Job: {
- Bard: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 60
- Subtype: "W_WHIP"
- Script: <"
- bonus bInt,2;
- if( getrefine()>=9 ) {
- bonus3 bAddEffOnSkill,DC_THROWARROW,Eff_Freeze,2000;
- }
- else {
- bonus3 bAddEffOnSkill,DC_THROWARROW,Eff_Freeze,1000;
- }
-
- ">
-},
-{
- Id: 1980
- AegisName: "Whip_Of_Balance"
- Name: "Whip of Balance"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 110
- Range: 2
- Slots: 3
- Job: {
- Bard: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_WHIP"
- Script: <"
- bonus bAgi,2;
- bonus bDex,3;
- bonus2 bAddSkillBlow,DC_THROWARROW,2;
- bonus2 bAddSkillBlow,CG_ARROWVULCAN,3;
- ">
-},
-{
- Id: 1981
- AegisName: "Krieger_Whip1"
- Name: "Glorious Lariat"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 50
- Range: 2
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_WHIP"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine()-4)*(getrefine()-4);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) bonus4 bAutoSpellOnSkill,CG_ARROWVULCAN,CG_TAROTCARD,5,100;
- ">
-},
-{
- Id: 1982
- AegisName: "Phenomena_Whip"
- Name: "Phenomena Whip"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 160
- Range: 2
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- Refine: false
- Subtype: "W_WHIP"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus2 bSkillAtk,DC_THROWARROW,25;
- ">
-},
-{
- Id: 1983
- AegisName: "Rante_C"
- Name: "Rante Whip"
- Type: "IT_WEAPON"
- Atk: 170
- Range: 2
- Job: {
- Bard: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 1
- Refine: false
- Subtype: "W_WHIP"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddSize,Size_Small,40;
- bonus2 bAddSize,Size_Medium,40;
- bonus2 bAddSize,Size_Large,40;
- ">
-},
-
-//== More Two-Handed Staves ================================
-{
- Id: 2000
- AegisName: "Destruction_Rod"
- Name: "Staff of Destruction"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2500
- Atk: 130
- Range: 1
- Slots: 1
- Job: {
- Wizard: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_2HSTAFF"
- Script: <"
- bonus bMatkRate,25+getrefine()/2;
- bonus bInt,3;
- bonus bAgi,10;
- bonus bUseSPrate,(getrefine()*2);
- bonus3 bAutoSpellWhenHit,WZ_JUPITEL,5,(getrefine()*20);
- bonus2 bCastrate,HW_MAGICPOWER,-50;
- ">
-},
-{
- Id: 2001
- AegisName: "Divine_Cross"
- Name: "Divine Cross"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1500
- Atk: 120
- Range: 1
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 70
- Subtype: "W_2HSTAFF"
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bMatkRate,15;
- bonus bDex,4;
- bonus2 bSubRace,RC_Demon,15;
- bonus2 bSubRace,RC_Undead,15;
- ">
-},
-{
- Id: 2002
- AegisName: "Krieger_Twohand_Staff1"
- Name: "Glorious Destruction Staff"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 70
- Range: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_2HSTAFF"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMatkRate,getrefine();
- bonus2 bMagicAddRace,RC_DemiPlayer,15;
- bonus2 bIgnoreMdefRate,RC_DemiPlayer,25;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bMagicAddRace,RC_DemiPlayer,(getrefine()-5)*2;
- bonus2 bIgnoreMdefRate,RC_DemiPlayer,5+(getrefine()-5)*2;
- }
- if(getrefine()>8) {
- bonus5 bAutoSpellOnSkill,WZ_STORMGUST,MG_SAFETYWALL,10,200,1;
- bonus5 bAutoSpellOnSkill,WZ_METEOR,MG_SAFETYWALL,10,200,1;
- bonus5 bAutoSpellOnSkill,WZ_VERMILION,MG_SAFETYWALL,10,200,1;
- }
-
- ">
-},
-{
- Id: 2003
- AegisName: "Destruction_Rod_M"
- Name: "Staff of Destruction"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 2500
- Atk: 130
- Range: 1
- Slots: 1
- Job: {
- Wizard: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_2HSTAFF"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMatkRate,25+getrefine()/2;
- bonus bInt,3;
- bonus bAgi,10;
- bonus bUseSPrate,(getrefine()*2);
- bonus3 bAutoSpellWhenHit,WZ_JUPITEL,5,(getrefine()*20);
- bonus2 bCastrate,HW_MAGICPOWER,-50;
- ">
-},
-{
- Id: 2004
- AegisName: "Kronos"
- Name: "Kronos"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 30
- Range: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 50
- Subtype: "W_2HSTAFF"
- Script: <"
- bonus bMatkRate,20;
- bonus bInt,3+(getrefine()/2);
- bonus bMaxHP,300+(50*getrefine()/2);
- autobonus "{ bonus bMatkRate,12; bonus bUseSPrate,20; }",1,5000,BF_MAGIC,"{ specialeffect(EF_ENHANCE, AREA, playerattached()); }";
- ">
-},
-{
- Id: 2005
- AegisName: "Dea_Staff"
- Name: "Dea Staff"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 30
- Range: 1
- Slots: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 50
- Subtype: "W_2HSTAFF"
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bMatkRate,15+getrefine()/2;
- bonus bInt,6;
- bonus bVit,2;
- autobonus3 "{ }",20,1000,AL_HEAL,"{ specialeffect(EF_MAGICALATTHIT, AREA, playerattached()); heal 0,200; }";
- ">
-},
-{
- Id: 2006
- AegisName: "G_Staff_Of_Light"
- Name: "Staff Of Light"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1900
- Atk: 80
- Range: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 60
- Subtype: "W_2HSTAFF"
- Script: <"
- //bonus bMatk,150;
- bonus bAtkEle,Ele_Holy;
- bonus bInt,6;
- ">
-},
-{
- Id: 2039
- AegisName: "Wizardy_Staff_IL"
- Name: "Wizardy_Staff_IL"
-},
-{
- Id: 2046
- AegisName: "Rebeginer_WL_Staff"
- Name: "Rebeginer_WL_Staff"
-},
-{
- Id: 2051
- AegisName: "Survival_Staff_IL"
- Name: "Survival_Staff_IL"
-},
-{
- Id: 2054
- AegisName: "Evt_Iron_Staff"
- Name: "Evt_Iron_Staff"
-},
-
-//== Shields ===============================================
-{
- Id: 2101
- AegisName: "Guard"
- Name: "Guard"
- Type: "IT_ARMOR"
- Buy: 500
- Weight: 300
- Def: 3
- Loc: "EQP_SHIELD"
- ViewSprite: 1
-},
-{
- Id: 2102
- AegisName: "Guard_"
- Name: "Guard"
- Type: "IT_ARMOR"
- Buy: 500
- Weight: 300
- Def: 3
- Slots: 1
- Loc: "EQP_SHIELD"
- ViewSprite: 1
-},
-{
- Id: 2103
- AegisName: "Buckler"
- Name: "Buckler"
- Type: "IT_ARMOR"
- Buy: 14000
- Weight: 600
- Def: 4
- Job: {
- Swordsman: true
- Acolyte: true
- Merchant: true
- Thief: true
- Knight: true
- Priest: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Monk: true
- Rogue: true
- Alchemist: true
- Bard: true
- }
- Loc: "EQP_SHIELD"
- ViewSprite: 2
-},
-{
- Id: 2104
- AegisName: "Buckler_"
- Name: "Buckler"
- Type: "IT_ARMOR"
- Buy: 14000
- Weight: 600
- Def: 4
- Slots: 1
- Job: {
- Swordsman: true
- Acolyte: true
- Merchant: true
- Thief: true
- Knight: true
- Priest: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Monk: true
- Rogue: true
- Alchemist: true
- Bard: true
- }
- Loc: "EQP_SHIELD"
- ViewSprite: 2
-},
-{
- Id: 2105
- AegisName: "Shield"
- Name: "Shield"
- Type: "IT_ARMOR"
- Buy: 56000
- Weight: 1300
- Def: 6
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_SHIELD"
- ViewSprite: 3
-},
-{
- Id: 2106
- AegisName: "Shield_"
- Name: "Shield"
- Type: "IT_ARMOR"
- Buy: 56000
- Weight: 1300
- Def: 6
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_SHIELD"
- ViewSprite: 3
-},
-{
- Id: 2107
- AegisName: "Mirror_Shield"
- Name: "Mirror Shield"
- Type: "IT_ARMOR"
- Buy: 60000
- Weight: 1000
- Def: 4
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- Star_Gladiator: true
- }
- Loc: "EQP_SHIELD"
- ViewSprite: 4
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2108
- AegisName: "Mirror_Shield_"
- Name: "Mirror Shield"
- Type: "IT_ARMOR"
- Buy: 60000
- Weight: 1000
- Def: 4
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- Star_Gladiator: true
- }
- Loc: "EQP_SHIELD"
- ViewSprite: 4
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2109
- AegisName: "Memorize_Book"
- Name: "Memory Book"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 3
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_SHIELD"
- ViewSprite: 5
- Script: <"
- bonus bInt,1;
- bonus bMdef,2;
- ">
-},
-{
- Id: 2110
- AegisName: "Holy_Guard"
- Name: "Holy Guard"
- Type: "IT_ARMOR"
- Buy: 85000
- Weight: 1400
- Def: 5
- Job: {
- Crusader: true
- }
- Loc: "EQP_SHIELD"
- EquipLv: 68
- Refine: false
- ViewSprite: 4
- Script: <"
- bonus bVit,2;
- bonus bMdef,2;
- ">
-},
-{
- Id: 2111
- AegisName: "Herald_Of_GOD"
- Name: "Sacred Mission"
- Type: "IT_ARMOR"
- Buy: 128000
- Weight: 1600
- Def: 5
- Job: {
- Crusader: true
- }
- Loc: "EQP_SHIELD"
- EquipLv: 83
- ViewSprite: 4
- Script: <"
- bonus bVit,3;
- bonus bInt,2;
- bonus bMdef,3;
- bonus bUnbreakableShield,0;
- ">
-},
-{
- Id: 2112
- AegisName: "Novice_Guard"
- Name: "Novice Guard"
- Type: "IT_ARMOR"
- Buy: 1
- Weight: 1
- Def: 3
- Job: {
- Novice: true
- }
- Loc: "EQP_SHIELD"
- Refine: false
- ViewSprite: 1
-},
-{
- Id: 2113
- AegisName: "Novice_Shield"
- Name: "Novice Shield"
- Type: "IT_ARMOR"
- Buy: 5000
- Weight: 1000
- Def: 3
- Slots: 1
- Job: {
- Novice: true
- }
- Loc: "EQP_SHIELD"
- EquipLv: 40
- ViewSprite: 3
- Script: <"
- bonus2 bSubEle,Ele_Water,20;
- bonus2 bSubEle,Ele_Earth,20;
- bonus2 bSubEle,Ele_Fire,20;
- bonus2 bSubEle,Ele_Wind,20;
- bonus2 bSubEle,Ele_Poison,20;
- bonus2 bSubEle,Ele_Ghost,20;
- bonus2 bSubEle,Ele_Undead,20;
- ">
-},
-{
- Id: 2114
- AegisName: "Stone_Buckler"
- Name: "Stone Buckler"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 1500
- Def: 3
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_SHIELD"
- EquipLv: 65
- ViewSprite: 2
- Script: <" bonus2 bSubSize,Size_Large,5; ">
-},
-{
- Id: 2115
- AegisName: "Valkyrjas_Shield"
- Name: "Valkyrja's Shield"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 500
- Def: 3
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_SHIELD"
- EquipLv: 65
- ViewSprite: 4
- Script: <"
- bonus2 bSubEle,Ele_Water,20;
- bonus2 bSubEle,Ele_Fire,20;
- bonus2 bSubEle,Ele_Dark,20;
- bonus2 bSubEle,Ele_Undead,20;
- bonus bMdef,5;
- ">
-},
-{
- Id: 2116
- AegisName: "Angels_Safeguard"
- Name: "Angelic Guard"
- Type: "IT_ARMOR"
- Buy: 10000
- Weight: 400
- Def: 3
- Slots: 1
- Job: {
- Novice: true
- }
- Loc: "EQP_SHIELD"
- EquipLv: 20
- ViewSprite: 1
- Script: <" bonus2 bSubRace,RC_Demon,5; ">
-},
-{
- Id: 2117
- AegisName: "Arm_Guard"
- Name: "Arm Guard"
- Type: "IT_ARMOR"
- Buy: 10000
- Weight: 150
- Def: 5
- Job: {
- Ninja: true
- }
- Loc: "EQP_SHIELD"
- EquipLv: 20
- ViewSprite: 1
-},
-{
- Id: 2118
- AegisName: "Arm_Guard_"
- Name: "Arm Guard"
- Type: "IT_ARMOR"
- Buy: 10000
- Weight: 150
- Def: 5
- Slots: 1
- Job: {
- Ninja: true
- }
- Loc: "EQP_SHIELD"
- EquipLv: 20
- ViewSprite: 1
-},
-{
- Id: 2119
- AegisName: "Improved_Arm_Guard"
- Name: "Advanced Arm Guard"
- Type: "IT_ARMOR"
- Buy: 40000
- Weight: 150
- Def: 4
- Job: {
- Ninja: true
- }
- Loc: "EQP_SHIELD"
- EquipLv: 50
- ViewSprite: 1
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2120
- AegisName: "Improved_Arm_Guard_"
- Name: "Advanced Arm Guard"
- Type: "IT_ARMOR"
- Buy: 40000
- Weight: 150
- Def: 4
- Slots: 1
- Job: {
- Ninja: true
- }
- Loc: "EQP_SHIELD"
- EquipLv: 50
- ViewSprite: 1
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2121
- AegisName: "Memorize_Book_"
- Name: "Memory Book"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 3
- Slots: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_SHIELD"
- ViewSprite: 5
- Script: <"
- bonus bInt,1;
- bonus bMdef,2;
- ">
-},
-{
- Id: 2122
- AegisName: "Platinum_Shield"
- Name: "Platinum Shield"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1200
- Def: 5
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_SHIELD"
- EquipLv: 68
- ViewSprite: 4
- Script: <"
- bonus bMdef,5;
- bonus2 bSubSize,Size_Medium,15;
- bonus2 bSubSize,Size_Large,15;
- bonus2 bSubRace,RC_Undead,10;
- bonus5 bAutoSpellWhenHit,NPC_MAGICMIRROR,2,150,BF_MAGIC,0;
- ">
-},
-{
- Id: 2123
- AegisName: "Orleans_Server"
- Name: "Orleans's Server"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 5
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_SHIELD"
- EquipLv: 55
- ViewSprite: 4
- Script: <"
- bonus bMdef,2;
- bonus bMagicDamageReturn,5;
- ">
-},
-{
- Id: 2124
- AegisName: "Thorny_Buckler"
- Name: "Thorny Buckler"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 5
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_SHIELD"
- EquipLv: 55
- ViewSprite: 2
- Script: <" bonus bMdef,2; ">
-},
-{
- Id: 2125
- AegisName: "Strong_Shield"
- Name: "Strong Shield"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 2500
- Def: 4
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_SHIELD"
- EquipLv: 75
- ViewSprite: 4
- Script: <"
- bonus bNoKnockback,0;
- bonus2 bSubEle,Ele_Neutral,-20;
- bonus2 bSubEle,Ele_Fire,-20;
- bonus2 bSubEle,Ele_Water,-20;
- bonus2 bSubEle,Ele_Wind,-20;
- bonus2 bSubEle,Ele_Earth,-20;
- bonus2 bSubEle,Ele_Dark,-20;
- bonus2 bSubEle,Ele_Holy,-20;
- bonus2 bSubEle,Ele_Ghost,-20;
- ">
-},
-{
- Id: 2126
- AegisName: "Guyak_Shield"
- Name: "Guyak Shield"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 700
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_SHIELD"
- EquipLv: 75
- ViewSprite: 2
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 2127
- AegisName: "Secular_Mission"
- Name: "Secular Mission"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 10
- Loc: "EQP_SHIELD"
- Refine: false
- ViewSprite: 4
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bSubRace, RC_All, 25; ">
-},
-{
- Id: 2128
- AegisName: "Herald_Of_GOD_"
- Name: "Sacred Mission"
- Type: "IT_ARMOR"
- Buy: 128000
- Weight: 1600
- Def: 5
- Slots: 1
- Job: {
- Crusader: true
- }
- Loc: "EQP_SHIELD"
- EquipLv: 83
- ViewSprite: 4
- Script: <"
- bonus bVit,3;
- bonus bInt,2;
- bonus bMdef,3;
- bonus bUnbreakableShield,0;
- ">
-},
-{
- Id: 2129
- AegisName: "Exorcism_Bible"
- Name: "Exorcism Bible"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Def: 5
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_SHIELD"
- EquipLv: 50
- ViewSprite: 5
- Script: <"
- bonus bHPrecovRate,3;
- bonus bSPrecovRate,3;
- bonus bInt,1;
- ">
-},
-{
- Id: 2130
- AegisName: "Cross_Shield"
- Name: "Cross Shield"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 2000
- Def: 6
- Slots: 1
- Job: {
- Crusader: true
- }
- Loc: "EQP_SHIELD"
- EquipLv: 80
- ViewSprite: 4
- Script: <"
- bonus bStr,1;
- bonus2 bSkillAtk,PA_SHIELDCHAIN,30;
- bonus2 bSkillAtk,CR_SHIELDBOOMERANG,30;
- bonus bUseSPrate,10;
- ">
-},
-{
- Id: 2131
- AegisName: "Magic_Study_Vol1"
- Name: "Magic Bible Vol1"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 2
- Slots: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_SHIELD"
- EquipLv: 70
- ViewSprite: 5
- Script: <"
- bonus bMdef,3;
- bonus bInt,2;
- bonus2 bAddEffWhenHit,Eff_Stun,1000;
- ">
-},
-{
- Id: 2132
- AegisName: "Shelter_Resistance"
- Name: "Shell Of Resistance"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 9
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_SHIELD"
- Refine: false
- ViewSprite: 2
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bSubEle,Ele_Neutral,20;
- bonus2 bSubEle,Ele_Water,20;
- bonus2 bSubEle,Ele_Earth,20;
- bonus2 bSubEle,Ele_Fire,20;
- bonus2 bSubEle,Ele_Wind,20;
- bonus2 bSubEle,Ele_Poison,20;
- bonus2 bSubEle,Ele_Holy,20;
- bonus2 bSubEle,Ele_Dark,20;
- bonus2 bSubEle,Ele_Ghost,20;
- bonus2 bSubEle,Ele_Undead,20;
- bonus bShortWeaponDamageReturn,1;
- ">
-},
-{
- Id: 2133
- AegisName: "Tournament_Shield"
- Name: "Tournament Shield"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 5
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_SHIELD"
- EquipLv: 50
- ViewSprite: 4
- Script: <"
- bonus2 bAddRace, RC_All, 1;
- if (Class == Job_Lord_Knight)
- bonus bAspdRate,-5;
- ">
-},
-{
- Id: 2134
- AegisName: "Shield_Of_Naga"
- Name: "Shield of Naga"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 3
- Slots: 1
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_SHIELD"
- EquipLv: 70
- ViewSprite: 2
- Script: <"
- bonus bMdef,3;
- autobonus2 "{ bonus bShortWeaponDamageReturn,(getrefine()*3); }",10,5000,BF_WEAPON,"{ specialeffect(EF_GUARD, AREA, playerattached()); }";
- ">
-},
-{
- Id: 2135
- AegisName: "Shadow_Guard"
- Name: "Shadow Guard"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 4
- Slots: 1
- Job: {
- Rogue: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_SHIELD"
- EquipLv: 70
- ViewSprite: 2
-},
-{
- Id: 2136
- AegisName: "Cracked_Buckler"
- Name: "Cracked Buckler"
- Type: "IT_ARMOR"
- Def: 5
- Loc: "EQP_SHIELD"
- Refine: false
- ViewSprite: 2
- Script: <"
- bonus bAgi,2;
- bonus2 bAddEle,Ele_Neutral,-10;
- bonus3 bAutoSpellWhenHit,PR_KYRIE,1,50;
- bonus bMdef,1;
- ">
-},
-{
- Id: 2137
- AegisName: "Valkyrjas_Shield_C"
- Name: "Neo Valkyrja's Shield"
- Type: "IT_ARMOR"
- Def: 5
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_SHIELD"
- EquipLv: 95
- Refine: false
- ViewSprite: 4
- Script: <"
- bonus2 bSubEle,Ele_Water,20;
- bonus2 bSubEle,Ele_Fire,20;
- bonus2 bSubEle,Ele_Dark,20;
- bonus2 bSubEle,Ele_Undead,20;
- bonus bMdef,5;
- ">
-},
-{
- Id: 2138
- AegisName: "Bradium_Shield"
- Name: "Bradium Shield"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1800
- Def: 5
- Slots: 1
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_SHIELD"
- EquipLv: 65
- ViewSprite: 3
- Script: <"
- bonus2 bSkillAtk,CR_SHIELDBOOMERANG,60;
- bonus bAgi,-1;
- bonus bMaxHP,500;
- ">
-},
-{
- Id: 2139
- AegisName: "Flame_Thrower"
- Name: "Flame Thrower"
- Type: "IT_ARMOR"
- Buy: 20000
- Weight: 2000
- Def: 60
- Job: {
- Blacksmith: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_SHIELD"
- EquipLv: 99
- Refine: false
- ViewSprite: 1
-},
-
-//== GM Shield =============================================
-{
- Id: 2199
- AegisName: "Ahura_Mazda"
- Name: "Ahura Mazdah"
- Type: "IT_ARMOR"
- Buy: 1
- Weight: 10
- Def: 100
- Loc: "EQP_SHIELD"
- EquipLv: 1
- Script: <"
- bonus bAllStats,50;
- bonus bMdef,99;
- bonus bShortWeaponDamageReturn,100;
- bonus2 bSubRace,RC_DemiPlayer,95;
- skill CR_FULLPROTECTION,5;
- skill WZ_ESTIMATION,1;
- skill ST_FULLSTRIP,5;
- skill HW_MAGICPOWER,10;
- bonus bMaxHPrate,200;
- bonus bNoGemStone,0;
- bonus bSpeedRate,25;
- ">
- OnEquipScript: <" sc_start4 SC_ENDURE,60000,10,0,0,1; ">
- OnUnequipScript: <" sc_end SC_ENDURE; ">
-},
-
-//== Headgears =============================================
-{
- Id: 2201
- AegisName: "Sunglasses"
- Name: "Sunglasses"
- Type: "IT_ARMOR"
- Buy: 5000
- Weight: 100
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 12
- Script: <" bonus2 bResEff,Eff_Blind,500; ">
-},
-{
- Id: 2202
- AegisName: "Sunglasses_"
- Name: "Sunglasses"
- Type: "IT_ARMOR"
- Buy: 5000
- Weight: 100
- Slots: 1
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 12
- Script: <" bonus2 bResEff,Eff_Blind,500; ">
-},
-{
- Id: 2203
- AegisName: "Glasses"
- Name: "Glasses"
- Type: "IT_ARMOR"
- Buy: 4000
- Weight: 100
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 3
-},
-{
- Id: 2204
- AegisName: "Glasses_"
- Name: "Glasses"
- Type: "IT_ARMOR"
- Buy: 4000
- Weight: 100
- Slots: 1
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 3
-},
-{
- Id: 2205
- AegisName: "Divers_Goggles"
- Name: "Diver Goggles"
- Type: "IT_ARMOR"
- Buy: 3500
- Weight: 100
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 10
-},
-{
- Id: 2206
- AegisName: "Wedding_Veil"
- Name: "Wedding Veil"
- Type: "IT_ARMOR"
- Buy: 23000
- Weight: 100
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 44
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2207
- AegisName: "Fancy_Flower"
- Name: "Fancy Flower"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 4
- Script: <" bonus2 bSubRace,RC_Plant,10; ">
-},
-{
- Id: 2208
- AegisName: "Ribbon"
- Name: "Ribbon"
- Type: "IT_ARMOR"
- Buy: 800
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 17
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 2209
- AegisName: "Ribbon_"
- Name: "Ribbon"
- Type: "IT_ARMOR"
- Buy: 800
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 17
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 2210
- AegisName: "Hair_Band"
- Name: "Hair Band"
- Type: "IT_ARMOR"
- Buy: 500
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 9
-},
-{
- Id: 2211
- AegisName: "Bandana"
- Name: "Bandana"
- Type: "IT_ARMOR"
- Buy: 400
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 6
-},
-{
- Id: 2212
- AegisName: "Eye_Bandage"
- Name: "Eye Patch"
- Type: "IT_ARMOR"
- Buy: 1000
- Weight: 100
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 13
-},
-{
- Id: 2213
- AegisName: "Cat_Hairband"
- Name: "Kitty Band"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 2
-},
-{
- Id: 2214
- AegisName: "Bunny_Band"
- Name: "Bunny Band"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 15
- Script: <" bonus bLuk,2; ">
-},
-{
- Id: 2215
- AegisName: "Flower_Hairband"
- Name: "Flower Band"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 5
-},
-{
- Id: 2216
- AegisName: "Biretta"
- Name: "Biretta"
- Type: "IT_ARMOR"
- Buy: 9000
- Weight: 100
- Def: 4
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 11
-},
-{
- Id: 2217
- AegisName: "Biretta_"
- Name: "Biretta"
- Type: "IT_ARMOR"
- Buy: 9000
- Weight: 100
- Def: 4
- Slots: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 11
-},
-{
- Id: 2218
- AegisName: "Flu_Mask"
- Name: "Flu Mask"
- Type: "IT_ARMOR"
- Buy: 300
- Weight: 100
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 8
- Script: <" bonus2 bResEff,Eff_Silence,1000; ">
-},
-{
- Id: 2219
- AegisName: "Flu_Mask_"
- Name: "Flu Mask"
- Type: "IT_ARMOR"
- Buy: 300
- Weight: 100
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 8
- Script: <" bonus2 bResEff,Eff_Silence,1000; ">
-},
-{
- Id: 2220
- AegisName: "Hat"
- Name: "Hat"
- Type: "IT_ARMOR"
- Buy: 1000
- Weight: 200
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 16
-},
-{
- Id: 2221
- AegisName: "Hat_"
- Name: "Hat"
- Type: "IT_ARMOR"
- Buy: 1000
- Weight: 200
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 16
-},
-{
- Id: 2222
- AegisName: "Turban"
- Name: "Turban"
- Type: "IT_ARMOR"
- Buy: 4500
- Weight: 300
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 7
-},
-{
- Id: 2223
- AegisName: "Turban_"
- Name: "Turban"
- Type: "IT_ARMOR"
- Buy: 4500
- Weight: 300
- Def: 3
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 7
-},
-{
- Id: 2224
- AegisName: "Goggle"
- Name: "Goggles"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 5
- Job: {
- Swordsman: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- Bard: true
- }
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 1
-},
-{
- Id: 2225
- AegisName: "Goggle_"
- Name: "Goggles"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 5
- Slots: 1
- Job: {
- Swordsman: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- Bard: true
- }
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 1
-},
-{
- Id: 2226
- AegisName: "Cap"
- Name: "Cap"
- Type: "IT_ARMOR"
- Buy: 12000
- Weight: 400
- Def: 4
- Job: {
- Swordsman: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- Bard: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 14
-},
-{
- Id: 2227
- AegisName: "Cap_"
- Name: "Cap"
- Type: "IT_ARMOR"
- Buy: 12000
- Weight: 400
- Def: 4
- Slots: 1
- Job: {
- Swordsman: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- Bard: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 14
-},
-{
- Id: 2228
- AegisName: "Helm"
- Name: "Helm"
- Type: "IT_ARMOR"
- Buy: 44000
- Weight: 600
- Def: 6
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 40
-},
-{
- Id: 2229
- AegisName: "Helm_"
- Name: "Helm"
- Type: "IT_ARMOR"
- Buy: 44000
- Weight: 600
- Def: 6
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 40
-},
-{
- Id: 2230
- AegisName: "Gemmed_Sallet"
- Name: "Gemmed Sallet"
- Type: "IT_ARMOR"
- Buy: 50000
- Weight: 500
- Def: 4
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_HEAD_TOP"
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 2231
- AegisName: "Gemmed_Sallet_"
- Name: "Gemmed Sallet"
- Type: "IT_ARMOR"
- Buy: 50000
- Weight: 500
- Def: 4
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_HEAD_TOP"
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 2232
- AegisName: "Circlet"
- Name: "Circlet"
- Type: "IT_ARMOR"
- Buy: 7500
- Weight: 300
- Def: 3
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 18
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 2233
- AegisName: "Circlet_"
- Name: "Circlet"
- Type: "IT_ARMOR"
- Buy: 7500
- Weight: 300
- Def: 3
- Slots: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 18
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 2234
- AegisName: "Tiara"
- Name: "Tiara"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 4
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 45
- ViewSprite: 19
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 2235
- AegisName: "Crown"
- Name: "Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 4
- Job: {
- All: true
- Novice: false
- }
- Gender: "SEX_MALE"
- Loc: "EQP_HEAD_TOP"
- EquipLv: 45
- ViewSprite: 45
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 2236
- AegisName: "Santas_Hat"
- Name: "Santa Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 20
- Script: <"
- bonus bMdef,1;
- bonus bLuk,1;
- ">
-},
-{
- Id: 2237
- AegisName: "Weird_Goatee"
- Name: "Bandit Beard"
- Type: "IT_ARMOR"
- Buy: 2
- Weight: 100
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 21
-},
-/*
-{
- Id: 2238
- AegisName: "Weird_Moustache"
- Name: "Moustache"
- Type: "IT_ARMOR"
- Buy: 2
- Weight: 100
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 22
-},
-*/
-{
- Id: 2239
- AegisName: "One_Eyed_Glass"
- Name: "Monocle"
- Type: "IT_ARMOR"
- Buy: 10000
- Weight: 100
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 23
-},
-{
- Id: 2240
- AegisName: "Beard"
- Name: "Beard"
- Type: "IT_ARMOR"
- Buy: 2
- Weight: 100
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 24
- Sprite: 2241
-},
-{
- Id: 2241
- AegisName: "Granpa_Beard"
- Name: "Grampa Beard"
- Type: "IT_ARMOR"
- Buy: 5000
- Weight: 100
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 25
-},
-{
- Id: 2242
- AegisName: "Luxury_Sunglasses"
- Name: "Purple Glasses"
- Type: "IT_ARMOR"
- Buy: 24000
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 26
- Script: <" bonus2 bResEff,Eff_Blind,1000; ">
-},
-{
- Id: 2243
- AegisName: "Spinning_Eyes"
- Name: "Geek Glasses"
- Type: "IT_ARMOR"
- Buy: 20000
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 27
- Script: <" bonus2 bResEff,Eff_Blind,1500; ">
-},
-{
- Id: 2244
- AegisName: "Big_Sis_Ribbon"
- Name: "Big Ribbon"
- Type: "IT_ARMOR"
- Buy: 15000
- Weight: 200
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 28
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 2245
- AegisName: "Sweet_Gents"
- Name: "Sweet Gent"
- Type: "IT_ARMOR"
- Buy: 15000
- Weight: 400
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 29
-},
-{
- Id: 2246
- AegisName: "Golden_Gear"
- Name: "Golden Gear"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 900
- Def: 5
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 40
- ViewSprite: 30
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 2247
- AegisName: "Oldmans_Romance"
- Name: "Romantic Gent"
- Type: "IT_ARMOR"
- Buy: 15000
- Weight: 400
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 31
-},
-{
- Id: 2248
- AegisName: "Western_Grace"
- Name: "Western Grace"
- Type: "IT_ARMOR"
- Buy: 15000
- Weight: 400
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 32
-},
-{
- Id: 2249
- AegisName: "Coronet"
- Name: "Coronet"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 33
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 2250
- AegisName: "Fillet"
- Name: "Cute Ribbon"
- Type: "IT_ARMOR"
- Buy: 500
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 34
- Script: <" bonus bMaxSP,20; ">
-},
-{
- Id: 2251
- AegisName: "Holy_Bonnet"
- Name: "Monk Hat"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 100
- Def: 5
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 35
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 2252
- AegisName: "Star_Sparkling"
- Name: "Wizard Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 4
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 36
- Script: <" bonus bMaxSP,100; ">
-},
-{
- Id: 2253
- AegisName: "Sunflower"
- Name: "Sunflower"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 37
- Script: <" bonus2 bSubRace,RC_Insect,10; ">
-},
-{
- Id: 2254
- AegisName: "Angelic_Chain"
- Name: "Angel Wing"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 38
- Script: <"
- bonus bMdef,3;
- bonus bAgi,1;
- bonus bLuk,1;
- bonus2 bSubRace,RC_Demon,3;
- ">
-},
-{
- Id: 2255
- AegisName: "Satanic_Chain"
- Name: "Evil Wing"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 39
- Script: <"
- bonus bMdef,2;
- bonus bStr,1;
- bonus2 bSubRace,RC_Angel,3;
- ">
-},
-{
- Id: 2256
- AegisName: "Magestic_Goat"
- Name: "Majestic Goat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 5
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- Taekwon: true
- Star_Gladiator: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 41
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 2257
- AegisName: "Snowy_Horn"
- Name: "Unicorn Horn"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 42
-},
-{
- Id: 2258
- AegisName: "Sharp_Gear"
- Name: "Spiky Band"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 6
- Job: {
- Swordsman: true
- Acolyte: true
- Merchant: true
- Thief: true
- Knight: true
- Priest: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Monk: true
- Rogue: true
- Alchemist: true
- Taekwon: true
- Star_Gladiator: true
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 43
-},
-{
- Id: 2259
- AegisName: "Mini_Propeller"
- Name: "Mini Propeller"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 46
-},
-{
- Id: 2260
- AegisName: "Mini_Glasses"
- Name: "Mini Glasses"
- Type: "IT_ARMOR"
- Buy: 28000
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 47
-},
-{
- Id: 2261
- AegisName: "Prontera_Army_Cap"
- Name: "Army Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 4
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 48
-},
-{
- Id: 2262
- AegisName: "Pierrot_Nose"
- Name: "Clown Nose"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 49
-},
-{
- Id: 2263
- AegisName: "Gangster_Patch"
- Name: "Zorro Masque"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 50
-},
-{
- Id: 2264
- AegisName: "Munak_Turban"
- Name: "Munak Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 5
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 51
- Script: <" bonus2 bSubRace,RC_Undead,10; ">
-},
-{
- Id: 2265
- AegisName: "Ganster_Mask"
- Name: "Gangster Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 52
- Script: <" bonus2 bResEff,Eff_Silence,1500; ">
-},
-{
- Id: 2266
- AegisName: "Iron_Cane"
- Name: "Iron Cain"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_HEAD_LOW"
- EquipLv: 50
- Refine: false
- ViewSprite: 53
-},
-{
- Id: 2267
- AegisName: "Cigar"
- Name: "Cigarette"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 54
- Script: <" bonus2 bSubRace,RC_Insect,3; ">
-},
-{
- Id: 2268
- AegisName: "Smoking_Pipe"
- Name: "Pipe"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 55
- Script: <" bonus2 bSubRace,RC_Insect,3; ">
-},
-{
- Id: 2269
- AegisName: "Centimental_Flower"
- Name: "Romantic Flower"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 56
- Script: <" bonus2 bSubRace,RC_Plant,3; ">
-},
-{
- Id: 2270
- AegisName: "Centimental_Leaf"
- Name: "Romantic Leaf"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 57
- Script: <" bonus2 bSubRace,RC_Plant,3; ">
-},
-{
- Id: 2271
- AegisName: "Jack_A_Dandy"
- Name: "Jack be Dandy"
- Type: "IT_ARMOR"
- Buy: 45000
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 58
-},
-{
- Id: 2272
- AegisName: "Stop_Post"
- Name: "Stop Post"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 59
-},
-{
- Id: 2273
- AegisName: "Doctor_Cap"
- Name: "Doctor Band"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 60
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 2274
- AegisName: "Ghost_Bandana"
- Name: "Ghost Bandana"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 61
- Script: <"
- bonus bAgi,2;
- bonus2 bSubEle,Ele_Ghost,10;
- ">
-},
-{
- Id: 2275
- AegisName: "Red_Bandana"
- Name: "Red Bandana"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 62
-},
-{
- Id: 2276
- AegisName: "Eagle_Eyes"
- Name: "Angled Glasses"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 63
-},
-{
- Id: 2277
- AegisName: "Nurse_Cap"
- Name: "Nurse Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 64
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 2278
- AegisName: "Mr_Smile"
- Name: "Mr. Smile"
- Type: "IT_ARMOR"
- Buy: 60
- Weight: 100
- Def: 1
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 65
-},
-{
- Id: 2279
- AegisName: "Bomb_Wick"
- Name: "Bomb Wick"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 66
-},
-{
- Id: 2280
- AegisName: "Sahkkat"
- Name: "Sakkat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 67
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 2281
- AegisName: "Phantom_Of_Opera"
- Name: "Opera Masque"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 68
-},
-{
- Id: 2282
- AegisName: "Spirit_Chain"
- Name: "Halo"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 69
- Script: <" bonus2 bSubEle,Ele_Holy,15; ">
-},
-{
- Id: 2283
- AegisName: "Ear_Mufs"
- Name: "Ear Muffs"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 3
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 70
- Script: <" bonus2 bResEff,Eff_Curse,1000; ">
-},
-{
- Id: 2284
- AegisName: "Antler"
- Name: "Antlers"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 4
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 71
-},
-{
- Id: 2285
- AegisName: "Apple_Of_Archer"
- Name: "Apple of Archer"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 72
- Script: <" bonus bDex,3; ">
-},
-{
- Id: 2286
- AegisName: "Elven_Ears"
- Name: "Elven Ears"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_MID"
- EquipLv: 70
- Refine: false
- ViewSprite: 73
-},
-{
- Id: 2287
- AegisName: "Pirate_Bandana"
- Name: "Pirate Bandana"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 74
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 2288
- AegisName: "Mr_Scream"
- Name: "Mr. Scream"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 75
-},
-{
- Id: 2289
- AegisName: "Poo_Poo_Hat"
- Name: "Poo Poo Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 700
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 76
- Script: <" bonus2 bSubRace,RC_DemiPlayer,10; ">
-},
-{
- Id: 2290
- AegisName: "Funeral_Costume"
- Name: "Funeral Hat"
- Type: "IT_ARMOR"
- Buy: 3000
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 77
-},
-{
- Id: 2291
- AegisName: "Masquerade"
- Name: "Masquerade"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 78
- Script: <" bonus2 bAddRace,RC_DemiPlayer,3; ">
-},
-{
- Id: 2292
- AegisName: "Welding_Mask"
- Name: "Welding Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 2
- Job: {
- Merchant: true
- Blacksmith: true
- Alchemist: true
- }
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- EquipLv: 50
- Refine: false
- ViewSprite: 79
- Script: <" bonus2 bSubEle,Ele_Fire,10; ">
-},
-{
- Id: 2293
- AegisName: "Pretend_Murdered"
- Name: "Pretend Murdered"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 80
-},
-{
- Id: 2294
- AegisName: "Star_Dust"
- Name: "Stellar"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 81
-},
-{
- Id: 2295
- AegisName: "Blinker"
- Name: "Blinker"
- Type: "IT_ARMOR"
- Buy: 1500
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 82
- Script: <" bonus2 bResEff,Eff_Blind,10000; ">
-},
-{
- Id: 2296
- AegisName: "Binoculars"
- Name: "Binoculars"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Job: {
- Archer: true
- Hunter: true
- Bard: true
- }
- Loc: "EQP_HEAD_MID"
- EquipLv: 50
- Refine: false
- ViewSprite: 83
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 2297
- AegisName: "Goblini_Mask"
- Name: "Goblin Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 84
-},
-{
- Id: 2298
- AegisName: "Green_Feeler"
- Name: "Green Feeler"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 85
-},
-{
- Id: 2299
- AegisName: "Viking_Helm"
- Name: "Orc Helm"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 5
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 86
-},
-
-//== Armors ================================================
-{
- Id: 2301
- AegisName: "Cotton_Shirt"
- Name: "Cotton Shirt"
- Type: "IT_ARMOR"
- Buy: 10
- Weight: 100
- Def: 1
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2302
- AegisName: "Cotton_Shirt_"
- Name: "Cotton Shirt"
- Type: "IT_ARMOR"
- Buy: 10
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2303
- AegisName: "Leather_Jacket"
- Name: "Jacket"
- Type: "IT_ARMOR"
- Buy: 200
- Weight: 200
- Def: 2
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2304
- AegisName: "Leather_Jacket_"
- Name: "Jacket"
- Type: "IT_ARMOR"
- Buy: 200
- Weight: 200
- Def: 2
- Slots: 1
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2305
- AegisName: "Adventure_Suit"
- Name: "Adventurer's Suit"
- Type: "IT_ARMOR"
- Buy: 1000
- Weight: 300
- Def: 3
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2306
- AegisName: "Adventureres_Suit_"
- Name: "Adventurer's Suit"
- Type: "IT_ARMOR"
- Buy: 1000
- Weight: 300
- Def: 3
- Slots: 1
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2307
- AegisName: "Mantle"
- Name: "Mantle"
- Type: "IT_ARMOR"
- Buy: 10000
- Weight: 600
- Def: 4
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2308
- AegisName: "Mantle_"
- Name: "Mantle"
- Type: "IT_ARMOR"
- Buy: 10000
- Weight: 600
- Def: 4
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2309
- AegisName: "Coat"
- Name: "Coat"
- Type: "IT_ARMOR"
- Buy: 22000
- Weight: 1200
- Def: 5
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2310
- AegisName: "Coat_"
- Name: "Coat"
- Type: "IT_ARMOR"
- Buy: 22000
- Weight: 1200
- Def: 5
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2311
- AegisName: "Mink_Coat"
- Name: "Mink Coat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 2300
- Def: 6
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ARMOR"
- EquipLv: 30
-},
-{
- Id: 2312
- AegisName: "Padded_Armor"
- Name: "Padded Armor"
- Type: "IT_ARMOR"
- Buy: 48000
- Weight: 2800
- Def: 7
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2313
- AegisName: "Padded_Armor_"
- Name: "Padded Armor"
- Type: "IT_ARMOR"
- Buy: 48000
- Weight: 2800
- Def: 7
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2314
- AegisName: "Chain_Mail"
- Name: "Chain Mail"
- Type: "IT_ARMOR"
- Buy: 65000
- Weight: 3300
- Def: 8
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2315
- AegisName: "Chain_Mail_"
- Name: "Chain Mail"
- Type: "IT_ARMOR"
- Buy: 65000
- Weight: 3300
- Def: 8
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2316
- AegisName: "Plate_Armor"
- Name: "Full Plate"
- Type: "IT_ARMOR"
- Buy: 80000
- Weight: 4500
- Def: 10
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 40
-},
-{
- Id: 2317
- AegisName: "Plate_Armor_"
- Name: "Full Plate"
- Type: "IT_ARMOR"
- Buy: 80000
- Weight: 4500
- Def: 10
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 40
-},
-{
- Id: 2318
- AegisName: "Clothes_Of_The_Lord"
- Name: "Lord's Clothes"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 2500
- Def: 8
- Slots: 1
- Job: {
- Merchant: true
- Blacksmith: true
- Alchemist: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 70
- Script: <"
- bonus bMdef,5;
- bonus bInt,1;
- ">
-},
-{
- Id: 2319
- AegisName: "Glittering_Clothes"
- Name: "Glittering Jacket"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 2500
- Def: 7
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ARMOR"
- EquipLv: 60
- Script: <"
- bonus bMdef,5;
- bonus2 bAddEff,Eff_Blind,300;
- ">
-},
-{
- Id: 2320
- AegisName: "Formal_Suit"
- Name: "Formal Suit"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 5
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2321
- AegisName: "Silk_Robe"
- Name: "Silk Robe"
- Type: "IT_ARMOR"
- Buy: 8000
- Weight: 400
- Def: 3
- Job: {
- Swordsman: true
- Magician: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Sage: true
- Alchemist: true
- Soul_Linker: true
- }
- Loc: "EQP_ARMOR"
- Script: <" bonus bMdef,10; ">
-},
-{
- Id: 2322
- AegisName: "Silk_Robe_"
- Name: "Silk Robe"
- Type: "IT_ARMOR"
- Buy: 8000
- Weight: 400
- Def: 3
- Slots: 1
- Job: {
- Swordsman: true
- Magician: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Sage: true
- Alchemist: true
- Soul_Linker: true
- }
- Loc: "EQP_ARMOR"
- Script: <" bonus bMdef,10; ">
-},
-{
- Id: 2323
- AegisName: "Scapulare"
- Name: "Scapulare"
- Type: "IT_ARMOR"
- Buy: 6500
- Weight: 400
- Def: 4
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2324
- AegisName: "Scapulare_"
- Name: "Scapulare"
- Type: "IT_ARMOR"
- Buy: 6500
- Weight: 400
- Def: 4
- Slots: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2325
- AegisName: "Saint_Robe"
- Name: "Saint's Robe"
- Type: "IT_ARMOR"
- Buy: 54000
- Weight: 600
- Def: 6
- Job: {
- Acolyte: true
- Merchant: true
- Priest: true
- Blacksmith: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_ARMOR"
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2326
- AegisName: "Saint_Robe_"
- Name: "Saint's Robe"
- Type: "IT_ARMOR"
- Buy: 54000
- Weight: 600
- Def: 6
- Slots: 1
- Job: {
- Acolyte: true
- Merchant: true
- Priest: true
- Blacksmith: true
- Monk: true
- Alchemist: true
- }
- Loc: "EQP_ARMOR"
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2327
- AegisName: "Holy_Robe"
- Name: "Holy Robe"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1700
- Def: 7
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 60
- Script: <"
- bonus bMdef,5;
- bonus2 bSubRace,RC_Demon,15;
- bonus2 bSubEle,Ele_Dark,10;
- ">
-},
-{
- Id: 2328
- AegisName: "Wooden_Mail"
- Name: "Wooden Mail"
- Type: "IT_ARMOR"
- Buy: 5500
- Weight: 1000
- Def: 4
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2329
- AegisName: "Wooden_Mail_"
- Name: "Wooden Mail"
- Type: "IT_ARMOR"
- Buy: 5500
- Weight: 1000
- Def: 4
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2330
- AegisName: "Tights"
- Name: "Tights"
- Type: "IT_ARMOR"
- Buy: 71000
- Weight: 500
- Def: 6
- Job: {
- Archer: true
- Hunter: true
- Bard: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 45
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 2331
- AegisName: "Tights_"
- Name: "Tights"
- Type: "IT_ARMOR"
- Buy: 71000
- Weight: 500
- Def: 6
- Slots: 1
- Job: {
- Archer: true
- Hunter: true
- Bard: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 45
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 2332
- AegisName: "Silver_Robe"
- Name: "Silver Robe"
- Type: "IT_ARMOR"
- Buy: 7000
- Weight: 700
- Def: 4
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2333
- AegisName: "Silver_Robe_"
- Name: "Silver Robe"
- Type: "IT_ARMOR"
- Buy: 7000
- Weight: 700
- Def: 4
- Slots: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2334
- AegisName: "Mage_Coat"
- Name: "Mage Coat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Def: 5
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 50
- Script: <"
- bonus bMdef,5;
- bonus bInt,1;
- ">
-},
-{
- Id: 2335
- AegisName: "Thief_Clothes"
- Name: "Thief Clothes"
- Type: "IT_ARMOR"
- Buy: 74000
- Weight: 100
- Def: 6
- Job: {
- Thief: true
- Assassin: true
- Rogue: true
- Ninja: true
- }
- Loc: "EQP_ARMOR"
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 2336
- AegisName: "Thief_Clothes_"
- Name: "Thief Clothes"
- Type: "IT_ARMOR"
- Buy: 74000
- Weight: 100
- Def: 6
- Slots: 1
- Job: {
- Thief: true
- Assassin: true
- Rogue: true
- Ninja: true
- }
- Loc: "EQP_ARMOR"
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 2337
- AegisName: "Ninja_Suit"
- Name: "Ninja Suit"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1500
- Def: 7
- Job: {
- Thief: true
- Assassin: true
- Rogue: true
- Ninja: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 50
- Script: <"
- bonus bAgi,1;
- bonus bMdef,3;
- ">
-},
-{
- Id: 2338
- AegisName: "Wedding_Dress"
- Name: "Wedding Dress"
- Type: "IT_ARMOR"
- Buy: 43000
- Weight: 500
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ARMOR"
- Script: <" bonus bMdef,15; ">
-},
-{
- Id: 2339
- AegisName: "G_Strings"
- Name: "Pantie"
- Type: "IT_ARMOR"
- Buy: 1000
- Weight: 100
- Def: 4
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2340
- AegisName: "Novice_Breast"
- Name: "Novice Breastplate"
- Type: "IT_ARMOR"
- Buy: 89000
- Weight: 500
- Def: 4
- Slots: 1
- Job: {
- Novice: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 10
-},
-{
- Id: 2341
- AegisName: "Full_Plate_Armor"
- Name: "Legion Plate Armor"
- Type: "IT_ARMOR"
- Buy: 94000
- Weight: 5500
- Def: 11
- Job: {
- Crusader: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 70
-},
-{
- Id: 2342
- AegisName: "Full_Plate_Armor_"
- Name: "Legion Plate Armor"
- Type: "IT_ARMOR"
- Buy: 102500
- Weight: 5500
- Def: 11
- Slots: 1
- Job: {
- Crusader: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 70
-},
-{
- Id: 2343
- AegisName: "Robe_Of_Casting"
- Name: "Robe of Cast"
- Type: "IT_ARMOR"
- Buy: 124800
- Weight: 1100
- Def: 5
- Job: {
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 75
- Script: <"
- bonus bCastrate,-3;
- bonus bMdef,4;
- ">
-},
-{
- Id: 2344
- AegisName: "Flame_Sprits_Armor"
- Name: "Lucius's Fierce Armor of Volcano"
- Type: "IT_ARMOR"
- Buy: 136000
- Weight: 2200
- Def: 4
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 45
- Script: <" bonus bDefEle,Ele_Fire; ">
-},
-{
- Id: 2345
- AegisName: "Flame_Sprits_Armor_"
- Name: "Lucius's Fierce Armor of Volcano"
- Type: "IT_ARMOR"
- Buy: 136000
- Weight: 2200
- Def: 4
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ARMOR"
- EquipLv: 45
- Script: <" bonus bDefEle,Ele_Fire; ">
-},
-{
- Id: 2346
- AegisName: "Water_Sprits_Armor"
- Name: "Saphien's Armor of Ocean"
- Type: "IT_ARMOR"
- Buy: 136000
- Weight: 2200
- Def: 4
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 45
- Script: <" bonus bDefEle,Ele_Water; ">
-},
-{
- Id: 2347
- AegisName: "Water_Sprits_Armor_"
- Name: "Saphien's Armor of Ocean"
- Type: "IT_ARMOR"
- Buy: 136000
- Weight: 2200
- Def: 4
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ARMOR"
- EquipLv: 45
- Script: <" bonus bDefEle,Ele_Water; ">
-},
-{
- Id: 2348
- AegisName: "Wind_Sprits_Armor"
- Name: "Aebecee's Raging Typhoon Armor"
- Type: "IT_ARMOR"
- Buy: 136000
- Weight: 2200
- Def: 4
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 45
- Script: <" bonus bDefEle,Ele_Wind; ">
-},
-{
- Id: 2349
- AegisName: "Wind_Sprits_Armor_"
- Name: "Aebecee's Raging Typhoon Armor"
- Type: "IT_ARMOR"
- Buy: 136000
- Weight: 2200
- Def: 4
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ARMOR"
- EquipLv: 45
- Script: <" bonus bDefEle,Ele_Wind; ">
-},
-{
- Id: 2350
- AegisName: "Earth_Sprits_Armor"
- Name: "Claytos Cracking Earth Armor"
- Type: "IT_ARMOR"
- Buy: 136000
- Weight: 2200
- Def: 4
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 45
- Script: <" bonus bDefEle,Ele_Earth; ">
-},
-{
- Id: 2351
- AegisName: "Earth_Sprits_Armor_"
- Name: "Claytos Cracking Earth Armor"
- Type: "IT_ARMOR"
- Buy: 136000
- Weight: 2200
- Def: 4
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ARMOR"
- EquipLv: 45
- Script: <" bonus bDefEle,Ele_Earth; ">
-},
-{
- Id: 2352
- AegisName: "Novice_Plate"
- Name: "Tattered Novice Ninja Suit"
- Type: "IT_ARMOR"
- Buy: 1
- Weight: 1
- Def: 4
- Job: {
- Novice: true
- }
- Loc: "EQP_ARMOR"
- Refine: false
-},
-{
- Id: 2353
- AegisName: "Odins_Blessing"
- Name: "Odin's Blessing"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 2500
- Def: 6
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ARMOR"
- EquipLv: 65
-},
-{
- Id: 2354
- AegisName: "Goibnes_Armor"
- Name: "Goibne's Armor"
- Type: "IT_ARMOR"
- Buy: 50000
- Weight: 3500
- Def: 7
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ARMOR"
- EquipLv: 54
- Script: <"
- bonus bVit,2;
- bonus bMaxHPrate,10;
- ">
-},
-{
- Id: 2355
- AegisName: "Angels_Protection"
- Name: "Angelic Protection"
- Type: "IT_ARMOR"
- Buy: 10000
- Weight: 600
- Def: 4
- Slots: 1
- Job: {
- Novice: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 40
- Script: <" bonus bMdef,20; ">
-},
-{
- Id: 2356
- AegisName: "Vestment_Of_Grace"
- Name: "Blessed Holy Robe"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 2500
- Def: 5
- Slots: 1
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 70
- Script: <"
- bonus bMdef,5;
- bonus2 bResEff,Eff_Blind,8000;
- ">
-},
-{
- Id: 2357
- AegisName: "Valkyrie_Armor"
- Name: "Valkyrian Armor"
- Type: "IT_ARMOR"
- Weight: 2800
- Def: 6
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMOR"
- EquipLv: 1
- Script: <"
- bonus bAllStats,1;
- bonus bUnbreakableArmor,0;
- if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus2 bResEff,Eff_Silence,5000;
- else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus2 bResEff,Eff_Stun,5000;
- ">
-},
-{
- Id: 2358
- AegisName: "Dress_Of_Angel"
- Name: "Angel's Dress"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 5
- Loc: "EQP_ARMOR"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bLuk,4; ">
-},
-{
- Id: 2359
- AegisName: "Ninja_Suit_"
- Name: "Ninja Suit"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1500
- Def: 7
- Slots: 1
- Job: {
- Thief: true
- Assassin: true
- Rogue: true
- Ninja: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 50
- Script: <"
- bonus bAgi,1;
- bonus bMdef,3;
- ">
-},
-{
- Id: 2360
- AegisName: "Robe_Of_Casting_"
- Name: "Robe of Cast"
- Type: "IT_ARMOR"
- Buy: 124800
- Weight: 1100
- Def: 5
- Slots: 1
- Job: {
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 75
- Script: <"
- bonus bCastrate,-3;
- bonus bMdef,4;
- ">
-},
-/*
-{
- Id: 2361
- AegisName: "Blue_Aodai"
- Name: "Blue Robe"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ARMOR"
- EquipLv: 1
- Script: <"
- bonus bAllStats,3;
- bonus bMdef,5;
- ">
-},
-*/
-/*
-{
- Id: 2362
- AegisName: "Red_Aodai"
- Name: "Red Robe"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ARMOR"
- EquipLv: 1
- Script: <"
- bonus bAllStats,3;
- bonus bMdef,5;
- ">
-},
-*/
-/*
-{
- Id: 2363
- AegisName: "White_Aodai"
- Name: "White Robe"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Job: {
- Novice: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 1
- Script: <"
- bonus bAllStats,3;
- bonus bMdef,5;
- ">
-},
-*/
-{
- Id: 2364
- AegisName: "Meteo_Plate_Armor"
- Name: "Meteo Plate Armor"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 3000
- Def: 10
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMOR"
- EquipLv: 55
- Script: <"
- bonus2 bResEff,Eff_Stun,3000;
- bonus2 bResEff,Eff_Freeze,3000;
- ">
-},
-{
- Id: 2365
- AegisName: "Orleans_Gown"
- Name: "Orleans's Gown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 2
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMOR"
- EquipLv: 55
- Script: <"
- bonus bCastrate,15;
- bonus bNoCastCancel,0;
- ">
-},
-{
- Id: 2366
- AegisName: "Divine_Cloth"
- Name: "Divine Cloth"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1500
- Def: 6
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMOR"
- EquipLv: 55
- Script: <"
- bonus2 bResEff,Eff_Curse,500;
- bonus2 bResEff,Eff_Silence,500;
- bonus2 bResEff,Eff_Stun,500;
- bonus2 bResEff,Eff_Stone,500;
- bonus2 bResEff,Eff_Sleep,500;
- ">
-},
-{
- Id: 2367
- AegisName: "Sniping_Suit"
- Name: "Sniping Suit"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 750
- Def: 5
- Slots: 1
- Job: {
- Hunter: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMOR"
- EquipLv: 50
- Script: <"
- bonus bMdef,5;
- bonus bCritical,6+(readparam(bLuk)/10);
- bonus bDelayrate,-23;
- ">
-},
-{
- Id: 2368
- AegisName: "Golden_Armor"
- Name: "Golden Armor"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 2000
- Def: 4
- Loc: "EQP_ARMOR"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMdef,4; ">
-},
-{
- Id: 2369
- AegisName: "Freyja_Overcoat"
- Name: "Freyja Overcoat"
- Type: "IT_ARMOR"
- Weight: 500
- Def: 12
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ARMOR"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableArmor,0;
- bonus2 bSubRace,RC_DemiPlayer,10;
- ">
-},
-{
- Id: 2370
- AegisName: "Used_Mage_Coat"
- Name: "Used Mage Coat"
- Type: "IT_ARMOR"
- Def: 15
- Loc: "EQP_ARMOR"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,300;
- bonus bMaxSP,30;
- bonus bBaseAtk,10;
- bonus bAgi,1;
- ">
-},
-{
- Id: 2371
- AegisName: "G_Strings_"
- Name: "Pantie"
- Type: "IT_ARMOR"
- Buy: 1000
- Weight: 100
- Def: 4
- Slots: 1
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2372
- AegisName: "Mage_Coat_"
- Name: "Mage Coat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Def: 5
- Slots: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 50
- Script: <"
- bonus bMdef,5;
- bonus bInt,1;
- ">
-},
-{
- Id: 2373
- AegisName: "Holy_Robe_"
- Name: "Holy Robe"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1700
- Def: 7
- Slots: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 60
- Script: <"
- bonus bMdef,5;
- bonus2 bSubRace,RC_Demon,15;
- bonus2 bSubEle,Ele_Dark,10;
- ">
-},
-{
- Id: 2374
- AegisName: "Diabolus_Robe"
- Name: "Diabolus Robe"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 6
- Slots: 1
- Job: {
- Magician: true
- Archer: true
- Acolyte: true
- Priest: true
- Wizard: true
- Hunter: true
- Monk: true
- Sage: true
- Bard: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMOR"
- EquipLv: 55
- Script: <"
- bonus bMaxSP,150;
- bonus bMdef,5;
- bonus bHealPower,6;
- bonus bDelayrate,-10;
- ">
-},
-{
- Id: 2375
- AegisName: "Diabolus_Armor"
- Name: "Diabolus Armor"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Def: 7
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMOR"
- EquipLv: 55
- Script: <"
- bonus bStr,2;
- bonus bDex,1;
- bonus bMaxHP,150;
- bonus2 bResEff,Eff_Stun,500;
- bonus2 bResEff,Eff_Stone,500;
- ">
-},
-{
- Id: 2376
- AegisName: "Assaulter_Plate"
- Name: "Assaulter Plate"
- Type: "IT_ARMOR"
- Buy: 10
- Def: 7
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- Taekwon: true
- Star_Gladiator: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,150;
- bonus bMdef,2;
- bonus2 bSubRace,RC_DemiPlayer,2;
- ">
-},
-{
- Id: 2377
- AegisName: "Elite_Engineer_Armor"
- Name: "Elite Engineer Armor"
- Type: "IT_ARMOR"
- Buy: 10
- Def: 7
- Slots: 1
- Job: {
- Merchant: true
- Blacksmith: true
- Alchemist: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,150;
- bonus bMdef,2;
- bonus2 bSubRace,RC_DemiPlayer,2;
- ">
-},
-{
- Id: 2378
- AegisName: "Assassin_Robe"
- Name: "Assassin Robe"
- Type: "IT_ARMOR"
- Buy: 10
- Def: 7
- Slots: 1
- Job: {
- Thief: true
- Assassin: true
- Rogue: true
- Ninja: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,150;
- bonus bMdef,2;
- bonus2 bSubRace,RC_DemiPlayer,2;
- ">
-},
-{
- Id: 2379
- AegisName: "Warlock_Battle_Robe"
- Name: "Warlock's Battle Robe"
- Type: "IT_ARMOR"
- Buy: 10
- Def: 3
- Slots: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,150;
- bonus bMdef,2;
- bonus2 bSubRace,RC_DemiPlayer,2;
- ">
-},
-{
- Id: 2380
- AegisName: "Medic_Robe"
- Name: "Medic's Robe"
- Type: "IT_ARMOR"
- Buy: 10
- Def: 3
- Slots: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,150;
- bonus bMdef,2;
- bonus2 bSubRace,RC_DemiPlayer,2;
- ">
-},
-{
- Id: 2381
- AegisName: "Elite_Archer_Suit"
- Name: "Elite Archer Suit"
- Type: "IT_ARMOR"
- Buy: 10
- Def: 3
- Slots: 1
- Job: {
- Archer: true
- Hunter: true
- Bard: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,150;
- bonus bMdef,2;
- bonus2 bSubRace,RC_DemiPlayer,2;
- ">
-},
-{
- Id: 2382
- AegisName: "Elite_Shooter_Suit"
- Name: "Elite Shooter Suit"
- Type: "IT_ARMOR"
- Buy: 10
- Def: 3
- Slots: 1
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMOR"
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,150;
- bonus bMdef,2;
- bonus2 bSubRace,RC_DemiPlayer,2;
- ">
-},
-{
- Id: 2383
- AegisName: "Brynhild"
- Name: "Brynhild"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 10
- Loc: "EQP_ARMOR"
- EquipLv: 94
- Refine: false
- Script: <"
- bonus bMdef,10;
- bonus bMaxHP,20*BaseLevel;
- bonus bMaxSP,5*BaseLevel;
- bonus2 bAddRace, RC_All, 10;
- bonus bMatkRate,10;
- bonus bUnbreakableArmor,0;
- bonus bNoKnockback,0;
- ">
-},
-{
- Id: 2384
- AegisName: "Spritual_Tunic"
- Name: "Spiritual Tunic"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 10
- Loc: "EQP_ARMOR"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,800;
- bonus2 bResEff,Eff_Freeze,10000;
- bonus2 bSubEle,Ele_Earth,20;
- bonus2 bSubEle,Ele_Fire,20;
- bonus2 bSubEle,Ele_Wind,20;
- bonus2 bSubEle,Ele_Poison,20;
- bonus2 bSubEle,Ele_Holy,20;
- bonus2 bSubEle,Ele_Dark,20;
- bonus2 bSubEle,Ele_Ghost,20;
- bonus2 bSubEle,Ele_Undead,20;
- ">
-},
-{
- Id: 2385
- AegisName: "Recuperative_Armor"
- Name: "Recuperative Armor"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 12
- Loc: "EQP_ARMOR"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bNoRegen,1;
- bonus bNoRegen,2;
- bonus bHPGainValue,60;
- bonus bSPGainValue,6;
- bonus bMagicHPGainValue,60;
- bonus bMagicSPGainValue,6;
- ">
- OnUnequipScript: <" heal 0,-100; ">
-},
-{
- Id: 2386
- AegisName: "Chameleon_Armor"
- Name: "Chameleon Armor"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1700
- Def: 5
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMOR"
- EquipLv: 70
- Script: <"
- bonus bMaxHP,(BaseLevel*7);
- bonus bMaxSP,(BaseLevel/2);
- autobonus2 "{ bonus bNoMagicDamage,100; }",10,2000,BF_MAGIC,"{ specialeffect(EF_ENERGYCOAT, AREA, playerattached()); }";
- if( BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte ) bonus bMdef,5;
- else if( BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief ) bonus bDef,3;
- ">
-},
-{
- Id: 2387
- AegisName: "Sprint_Mail"
- Name: "Sprint Mail"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 3
- Slots: 1
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMOR"
- EquipLv: 70
- Script: <"
- bonus bVit,1;
- bonus bHPrecovRate,5;
- bonus bAddItemHealRate,3;
- bonus2 bSkillHeal,AL_HEAL,3;
- ">
-},
-{
- Id: 2388
- AegisName: "Kandura"
- Name: "Kandura"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 4
- Slots: 1
- Job: {
- Assassin: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMOR"
- EquipLv: 70
- Script: <"
- bonus bAgi,1;
- bonus bFlee,5;
- bonus bAspdRate,2;
- ">
-},
-{
- Id: 2389
- AegisName: "Armor_Of_Naga"
- Name: "Armor of Naga"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 5
- Slots: 1
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMOR"
- EquipLv: 70
- Script: <"
- bonus bMdef,2;
- autobonus "{ bonus bBaseAtk,20; }",10,10000,BF_WEAPON,"{ specialeffect(EF_ENHANCE, AREA, playerattached()); }";
- ">
-},
-{
- Id: 2390
- AegisName: "Improved_Tights"
- Name: "Improved Tights"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 6
- Slots: 1
- Job: {
- Archer: true
- Hunter: true
- Bard: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMOR"
- EquipLv: 75
- Script: <"
- bonus bMdef,2;
- bonus bFlee2,3;
- ">
-},
-{
- Id: 2391
- AegisName: "Life_Link"
- Name: "Life Link"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 3500
- Def: 9
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMOR"
- EquipLv: 82
- Script: <"
- bonus bVit,2;
- bonus bMdef,5;
- bonus bHPrecovRate,50;
- ">
-},
-{
- Id: 2392
- AegisName: "Old_Pant"
- Name: "Old Green Pantie"
- Type: "IT_ARMOR"
- Def: 10
- Loc: "EQP_ARMOR"
- Refine: false
- Script: <"
- bonus bStr,2;
- bonus bVit,2;
- bonus bMaxHP,200;
- bonus3 bAutoSpellWhenHit,MO_CALLSPIRITS,5,20;
- bonus bMdef,1;
- ">
-},
-{
- Id: 2393
- AegisName: "N_Adventurers_Suit"
- Name: "Novice Adventurer's Suit"
- Type: "IT_ARMOR"
- Def: 8
- Slots: 1
- Loc: "EQP_ARMOR"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2394
- AegisName: "Krieger_Suit1"
- Name: "Glorious Suit"
- Type: "IT_ARMOR"
- Buy: 20
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ARMOR"
- EquipLv: 81
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHPrate,20;
- bonus2 bSubRace,RC_DemiPlayer,7;
- ">
-},
-{
- Id: 2395
- AegisName: "Krieger_Suit2"
- Name: "Glorious Popularized Suit"
- Type: "IT_ARMOR"
- Buy: 20
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ARMOR"
- EquipLv: 61
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,600;
- bonus bSPrecovRate,10;
- ">
-},
-{
- Id: 2396
- AegisName: "Krieger_Suit3"
- Name: "Glorious Mass-Production Suit"
- Type: "IT_ARMOR"
- Buy: 20
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ARMOR"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMaxHP,500; ">
-},
-{
- Id: 2397
- AegisName: "Incredible_Coat"
- Name: "Incredible Event Resignation Coat"
- Type: "IT_ARMOR"
- Buy: 10
- Weight: 900
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ARMOR"
-},
-{
- Id: 2398
- AegisName: "Sniping_Suit_M"
- Name: "Sniping Suit"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 750
- Def: 5
- Slots: 1
- Job: {
- Hunter: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMOR"
- EquipLv: 50
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,5;
- bonus bCritical,6+(readparam(bLuk)/10);
- bonus bDelayrate,-23;
- ">
-},
-{
- Id: 2399
- AegisName: "Dragon_Vest"
- Name: "Dragon Vest"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 3
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMOR"
- Script: <" bonus bMdef,3; ">
-},
-
-//== Footgears =============================================
-{
- Id: 2401
- AegisName: "Sandals"
- Name: "Sandals"
- Type: "IT_ARMOR"
- Buy: 400
- Weight: 200
- Def: 1
- Loc: "EQP_SHOES"
-},
-{
- Id: 2402
- AegisName: "Sandals_"
- Name: "Sandals"
- Type: "IT_ARMOR"
- Buy: 400
- Weight: 200
- Def: 1
- Slots: 1
- Loc: "EQP_SHOES"
-},
-{
- Id: 2403
- AegisName: "Shoes"
- Name: "Shoes"
- Type: "IT_ARMOR"
- Buy: 3500
- Weight: 400
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_SHOES"
-},
-{
- Id: 2404
- AegisName: "Shoes_"
- Name: "Shoes"
- Type: "IT_ARMOR"
- Buy: 3500
- Weight: 400
- Def: 2
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_SHOES"
-},
-{
- Id: 2405
- AegisName: "Boots"
- Name: "Boots"
- Type: "IT_ARMOR"
- Buy: 18000
- Weight: 600
- Def: 4
- Job: {
- Swordsman: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- Bard: true
- Taekwon: true
- Star_Gladiator: true
- Gunslinger: true
- }
- Loc: "EQP_SHOES"
-},
-{
- Id: 2406
- AegisName: "Boots_"
- Name: "Boots"
- Type: "IT_ARMOR"
- Buy: 18000
- Weight: 600
- Def: 4
- Slots: 1
- Job: {
- Swordsman: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- Bard: true
- Taekwon: true
- Star_Gladiator: true
- Gunslinger: true
- }
- Loc: "EQP_SHOES"
-},
-{
- Id: 2407
- AegisName: "Chrystal_Pumps"
- Name: "Crystal Pumps"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_SHOES"
- Script: <"
- bonus bMdef,10;
- bonus bLuk,5;
- ">
-},
-{
- Id: 2408
- AegisName: "Cuffs"
- Name: "Shackles"
- Type: "IT_ARMOR"
- Buy: 5000
- Weight: 3000
- Def: 3
- Loc: "EQP_SHOES"
-},
-{
- Id: 2409
- AegisName: "Spiky_Heel"
- Name: "High Heels"
- Type: "IT_ARMOR"
- Buy: 8500
- Weight: 600
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_SHOES"
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2410
- AegisName: "Sleipnir"
- Name: "Sleipnir"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 3500
- Def: 5
- Loc: "EQP_SHOES"
- EquipLv: 94
- Refine: false
- Script: <"
- bonus bMdef,10;
- bonus bMaxHPrate,20;
- bonus bMaxSPrate,20;
- bonus bSPrecovRate,15;
- bonus bSpeedRate,25;
- ">
-},
-{
- Id: 2411
- AegisName: "Grave"
- Name: "Greaves"
- Type: "IT_ARMOR"
- Buy: 48000
- Weight: 750
- Def: 5
- Job: {
- Knight: true
- Crusader: true
- }
- Loc: "EQP_SHOES"
- EquipLv: 65
-},
-{
- Id: 2412
- AegisName: "Grave_"
- Name: "Greaves"
- Type: "IT_ARMOR"
- Buy: 54000
- Weight: 750
- Def: 5
- Slots: 1
- Job: {
- Knight: true
- Crusader: true
- }
- Loc: "EQP_SHOES"
- EquipLv: 65
-},
-{
- Id: 2413
- AegisName: "Safty_Boots"
- Name: "Safety Boots"
- Type: "IT_ARMOR"
- Buy: 34000
- Weight: 350
- Def: 6
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_SHOES"
- EquipLv: 30
- Refine: false
-},
-{
- Id: 2414
- AegisName: "Novice_Boots"
- Name: "Novice Slippers"
- Type: "IT_ARMOR"
- Buy: 1
- Weight: 1
- Def: 2
- Job: {
- Novice: true
- }
- Loc: "EQP_SHOES"
- Refine: false
-},
-{
- Id: 2415
- AegisName: "Slipper"
- Name: "Bunny Slipper"
- Type: "IT_ARMOR"
- Buy: 34000
- Weight: 300
- Def: 3
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_SHOES"
- EquipLv: 30
- Script: <"
- bonus bLuk,3;
- bonus bMdef,3;
- ">
-},
-{
- Id: 2416
- AegisName: "Novice_Shoes"
- Name: "Novice Shoes"
- Type: "IT_ARMOR"
- Buy: 35000
- Weight: 500
- Def: 2
- Slots: 1
- Job: {
- Novice: true
- }
- Loc: "EQP_SHOES"
- EquipLv: 40
- Script: <" bonus bMaxHPrate,5; ">
-},
-{
- Id: 2417
- AegisName: "Fricco_Shoes"
- Name: "Fricco's Shoes"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 500
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_SHOES"
- EquipLv: 65
- Script: <"
- bonus bAgi,2;
- bonus2 bAddItemHealRate,Red_Potion,20;
- bonus2 bAddItemHealRate,Yellow_Potion,20;
- bonus2 bAddItemHealRate,Orange_Potion,20;
- bonus2 bAddItemHealRate,White_Potion,20;
- ">
-},
-{
- Id: 2418
- AegisName: "Vidars_Boots"
- Name: "Vidar's Boots"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 650
- Def: 4
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_SHOES"
- EquipLv: 65
- Script: <"
- bonus bMaxHPrate,9;
- bonus bMaxSPrate,9;
- ">
-},
-{
- Id: 2419
- AegisName: "Goibnes_Combat_Boots"
- Name: "Goibne's Greaves"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 700
- Def: 4
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_SHOES"
- EquipLv: 54
- Script: <"
- bonus bMdef,3;
- bonus bMaxHPrate,5;
- bonus bMaxSPrate,5;
- ">
-},
-{
- Id: 2420
- AegisName: "Angels_Arrival"
- Name: "Angel's Reincarnation"
- Type: "IT_ARMOR"
- Buy: 10000
- Weight: 300
- Def: 2
- Slots: 1
- Job: {
- Novice: true
- }
- Loc: "EQP_SHOES"
- EquipLv: 25
- Script: <" bonus bMaxHP,100; ">
-},
-{
- Id: 2421
- AegisName: "Valkyrie_Shoes"
- Name: "Valkyrian Shoes"
- Type: "IT_ARMOR"
- Weight: 500
- Def: 4
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_SHOES"
- EquipLv: 1
- Script: <"
- bonus bUnbreakableShoes,0;
- if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus bMaxHP,(BaseLevel*5);
- else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus bMaxSP,(JobLevel*2);
- ">
-},
-{
- Id: 2422
- AegisName: "High_Fashion_Sandals"
- Name: "High Fashion Sandals"
- Type: "IT_ARMOR"
- Buy: 24000
- Weight: 200
- Def: 2
- Slots: 1
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_SHOES"
- EquipLv: 40
- Script: <" bonus bMdef,10; ">
-},
-{
- Id: 2423
- AegisName: "Variant_Shoes"
- Name: "Variant Shoes"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_SHOES"
- EquipLv: 85
- Script: <"
- bonus bMaxHPrate,20-getrefine();
- bonus bMaxSPrate,20-getrefine();
- bonus bDef,getrefine()/2;
- ">
-},
-{
- Id: 2424
- AegisName: "Tidal_Shoes"
- Name: "Tidal Shoes"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_SHOES"
- EquipLv: 55
- Script: <" bonus2 bSubEle,Ele_Water,5; ">
-},
-{
- Id: 2425
- AegisName: "Black_Leather_Boots"
- Name: "Black Leather Boots"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 4
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_SHOES"
- EquipLv: 55
- Script: <"
- bonus bAgi,1;
- if(getrefine()>=9) bonus bAgi,2;
- ">
-},
-{
- Id: 2426
- AegisName: "Shadow_Walk"
- Name: "Shadow Walk"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 2000
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_SHOES"
- EquipLv: 75
- Script: <"
- bonus bMdef,10;
- if(getskilllv(AS_CLOAKING)<2) {
- bonus5 bAutoSpellWhenHit,AS_CLOAKING,2,100,BF_MAGIC,0;
- }
- else bonus5 bAutoSpellWhenHit,AS_CLOAKING,getskilllv(AS_CLOAKING),100,BF_MAGIC,0;
- ">
-},
-{
- Id: 2427
- AegisName: "Golden_Shoes"
- Name: "Golden Shoes"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 4
- Loc: "EQP_SHOES"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMdef,4; ">
-},
-/*
-{
- Id: 2428
- AegisName: "Freyja_Boots"
- Name: "Freyja Boots"
- Type: "IT_ARMOR"
- Weight: 300
- Def: 10
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_SHOES"
- Refine: false
- Script: <" bonus2 bSubRace,RC_DemiPlayer,5; ">
-},
-*/
-{
- Id: 2429
- AegisName: "Iron_Boots01"
- Name: "Iron Boots"
- Type: "IT_ARMOR"
- Weight: 1500
- Def: 5
- Job: {
- Swordsman: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- Bard: true
- }
- Loc: "EQP_SHOES"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2430
- AegisName: "Iron_Boots02"
- Name: "Iron Boots"
- Type: "IT_ARMOR"
- Weight: 800
- Def: 5
- Loc: "EQP_SHOES"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2431
- AegisName: "Valley_Shoes"
- Name: "Valley Shoes"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 10
- Loc: "EQP_SHOES"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHPrate,7;
- bonus bMaxSPrate,7;
- ">
-},
-{
- Id: 2432
- AegisName: "Spiky_Heel_"
- Name: "High Heels"
- Type: "IT_ARMOR"
- Buy: 8500
- Weight: 600
- Def: 2
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_SHOES"
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2433
- AegisName: "Diabolus_Boots"
- Name: "Diabolus Boots"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 250
- Def: 4
- Slots: 1
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_SHOES"
- Script: <" bonus bMaxHP,(BaseLevel*10); ">
-},
-{
- Id: 2434
- AegisName: "Black_Leather_Boots_"
- Name: "Black Leather Boots"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 4
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_SHOES"
- EquipLv: 55
- Script: <"
- bonus bAgi,1;
- if(getrefine()>=9) bonus bAgi,2;
- ">
-},
-{
- Id: 2435
- AegisName: "Battle_Greave"
- Name: "Battle Greaves"
- Type: "IT_ARMOR"
- Buy: 10
- Def: 4
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- Taekwon: true
- Star_Gladiator: true
- Ninja: true
- }
- Loc: "EQP_SHOES"
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,100;
- bonus bMdef,1;
- bonus2 bSubRace,RC_DemiPlayer,1;
- ">
-},
-{
- Id: 2436
- AegisName: "Combat_Boots"
- Name: "Combat Boots"
- Type: "IT_ARMOR"
- Buy: 10
- Def: 3
- Slots: 1
- Job: {
- Magician: true
- Archer: true
- Acolyte: true
- Priest: true
- Wizard: true
- Hunter: true
- Monk: true
- Sage: true
- Bard: true
- Soul_Linker: true
- }
- Loc: "EQP_SHOES"
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,100;
- bonus bMdef,1;
- bonus2 bSubRace,RC_DemiPlayer,1;
- ">
-},
-{
- Id: 2437
- AegisName: "Battle_Boots"
- Name: "Battle Boots"
- Type: "IT_ARMOR"
- Buy: 10
- Def: 3
- Slots: 1
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_SHOES"
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,100;
- bonus bMdef,1;
- bonus2 bSubRace,RC_DemiPlayer,1;
- ">
-},
-{
- Id: 2438
- AegisName: "Paw_Of_Cat"
- Name: "Paw Of Cat"
- Type: "IT_ARMOR"
- Buy: 10
- Weight: 300
- Loc: "EQP_SHOES"
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bFlee,5;
- bonus bAgi,1;
- skill ALL_CATCRY, 1;
- ">
-},
-{
- Id: 2439
- AegisName: "Refresh_Shoes"
- Name: "Refresh Shoes"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 9
- Loc: "EQP_SHOES"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHPrate,17;
- bonus bMaxSPrate,8;
- bonus2 bHPRegenRate,20,10000;
- bonus2 bSPRegenRate,3,10000;
- ">
-},
-{
- Id: 2440
- AegisName: "Sprint_Shoes"
- Name: "Sprint Shoes"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 2
- Slots: 1
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_SHOES"
- EquipLv: 70
- Script: <"
- bonus bAgi,1;
- bonus bSPrecovRate,5;
- ">
-},
-{
- Id: 2441
- AegisName: "Beach_Sandal"
- Name: "Beach Sandals"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Loc: "EQP_SHOES"
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bAgi,1;
- bonus2 bSubEle,Ele_Fire,10;
- ">
-},
-{
- Id: 2442
- AegisName: "Boots_Perforated"
- Name: "Red Stocking Boots"
- Type: "IT_ARMOR"
- Def: 7
- Loc: "EQP_SHOES"
- Refine: false
- Script: <"
- bonus bLuk,2;
- bonus bHPrecovRate,10;
- bonus bSPrecovRate,10;
- bonus3 bAutoSpellWhenHit,WZ_QUAGMIRE,3,20;
- bonus bMdef,1;
- ">
-},
-{
- Id: 2443
- AegisName: "Fish_Shoes"
- Name: "Fisher's Boots"
- Type: "IT_ARMOR"
- Buy: 10
- Weight: 250
- Loc: "EQP_SHOES"
- Refine: false
-},
-{
- Id: 2444
- AegisName: "Krieger_Shoes1"
- Name: "Glorious Shoes"
- Type: "IT_ARMOR"
- Buy: 20
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_SHOES"
- EquipLv: 81
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHPrate,10;
- bonus2 bSubRace,RC_DemiPlayer,4;
- bonus3 bAutoSpellWhenHit,AL_INCAGI,1,10;
- ">
-},
-{
- Id: 2445
- AegisName: "Krieger_Shoes2"
- Name: "Glorious Popularized Shoes"
- Type: "IT_ARMOR"
- Buy: 20
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_SHOES"
- EquipLv: 61
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHPrate,5;
- bonus bMaxSPrate,5;
- ">
-},
-{
- Id: 2446
- AegisName: "Krieger_Shoes3"
- Name: "Glorious Mass-Production Shoes"
- Type: "IT_ARMOR"
- Buy: 20
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_SHOES"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMaxHPrate,5; ">
-},
-{
- Id: 2447
- AegisName: "Military_Boots"
- Name: "Army Boots"
- Type: "IT_ARMOR"
- Weight: 1000
- Def: 5
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_SHOES"
-},
-{
- Id: 2448
- AegisName: "Air_Boss"
- Name: "Air Boss"
- Type: "IT_ARMOR"
- Weight: 500
- Def: 2
- Loc: "EQP_SHOES"
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 2449
- AegisName: "Variant_Shoes_M"
- Name: "Variant Shoes"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_SHOES"
- EquipLv: 85
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHPrate,20-getrefine();
- bonus bMaxSPrate,20-getrefine();
- bonus bDef,getrefine()/2;
- ">
-},
-{
- Id: 2450
- AegisName: "Vital_Tree_Shoes"
- Name: "Vital Tree Shoes"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 4
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_SHOES"
- EquipLv: 60
- Script: <"
- bonus bMaxHPrate,10;
- bonus2 bHPRegenRate,30,10000;
- bonus bHealPower2,5;
- bonus bAddItemHealRate,5;
- bonus bMdef,3;
- bonus bVit,2;
- ">
-},
-
-//== Garments ==============================================
-{
- Id: 2501
- AegisName: "Hood"
- Name: "Hood"
- Type: "IT_ARMOR"
- Buy: 1000
- Weight: 200
- Def: 1
- Loc: "EQP_GARMENT"
-},
-{
- Id: 2502
- AegisName: "Hood_"
- Name: "Hood"
- Type: "IT_ARMOR"
- Buy: 1000
- Weight: 200
- Def: 1
- Slots: 1
- Loc: "EQP_GARMENT"
-},
-{
- Id: 2503
- AegisName: "Muffler"
- Name: "Muffler"
- Type: "IT_ARMOR"
- Buy: 5000
- Weight: 400
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_GARMENT"
-},
-{
- Id: 2504
- AegisName: "Muffler_"
- Name: "Muffler"
- Type: "IT_ARMOR"
- Buy: 5000
- Weight: 400
- Def: 2
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_GARMENT"
-},
-{
- Id: 2505
- AegisName: "Manteau"
- Name: "Manteau"
- Type: "IT_ARMOR"
- Buy: 32000
- Weight: 600
- Def: 4
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- Taekwon: true
- Star_Gladiator: true
- }
- Loc: "EQP_GARMENT"
-},
-{
- Id: 2506
- AegisName: "Manteau_"
- Name: "Manteau"
- Type: "IT_ARMOR"
- Buy: 32000
- Weight: 600
- Def: 4
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- Taekwon: true
- Star_Gladiator: true
- }
- Loc: "EQP_GARMENT"
-},
-{
- Id: 2507
- AegisName: "Cape_Of_Ancient_Lord"
- Name: "Ancient Cape"
- Type: "IT_ARMOR"
- Buy: 82000
- Weight: 600
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_GARMENT"
- EquipLv: 40
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 2508
- AegisName: "Ragamuffin_Cape"
- Name: "Ragamuffin Manteau"
- Type: "IT_ARMOR"
- Buy: 56000
- Weight: 500
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_GARMENT"
- Script: <"
- bonus bUnbreakableGarment,0;
- bonus bMdef,10;
- ">
-},
-{
- Id: 2509
- AegisName: "Clack_Of_Servival"
- Name: "Survivor's Manteau"
- Type: "IT_ARMOR"
- Buy: 20000
- Weight: 550
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_GARMENT"
- EquipLv: 75
- Script: <"
- bonus bMdef,5;
- bonus bVit,10;
- ">
-},
-{
- Id: 2510
- AegisName: "Novice_Hood"
- Name: "Somber Novice Hood"
- Type: "IT_ARMOR"
- Buy: 1
- Weight: 1
- Def: 2
- Job: {
- Novice: true
- }
- Loc: "EQP_GARMENT"
- Refine: false
- Script: <" bonus2 bSubEle,Ele_Neutral,20; ">
-},
-{
- Id: 2511
- AegisName: "Skeletons_Cape"
- Name: "Skeleton Manteau"
- Type: "IT_ARMOR"
- Buy: 5000
- Weight: 700
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_GARMENT"
- EquipLv: 75
- Script: <"
- bonus bStr,2;
- bonus bInt,-3;
- bonus bDex,2;
- bonus bVit,-3;
- bonus bLuk,2;
- bonus bAgi,-4;
- ">
-},
-{
- Id: 2512
- AegisName: "Novice_Manteau"
- Name: "Novice Manteau"
- Type: "IT_ARMOR"
- Buy: 50000
- Weight: 500
- Def: 2
- Slots: 1
- Job: {
- Novice: true
- }
- Loc: "EQP_GARMENT"
- EquipLv: 40
- Script: <" bonus2 bSubEle,Ele_Neutral,10; ">
-},
-{
- Id: 2513
- AegisName: "Celestial_Robe"
- Name: "Heavenly Maiden Robe"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 3
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_GARMENT"
- EquipLv: 80
-},
-{
- Id: 2514
- AegisName: "Pauldron"
- Name: "Pauldron"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 5
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_GARMENT"
- EquipLv: 80
-},
-{
- Id: 2515
- AegisName: "Wing_Of_Eagle"
- Name: "Eagle Wing"
- Type: "IT_ARMOR"
- Buy: 20000
- Weight: 300
- Def: 1
- Slots: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_GARMENT"
- EquipLv: 85
-},
-{
- Id: 2516
- AegisName: "Falcon_Robe"
- Name: "Falcon Muffler"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 400
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_GARMENT"
- EquipLv: 65
- Script: <"
- bonus bFlee,15;
- bonus bFlee2,5;
- ">
-},
-{
- Id: 2517
- AegisName: "Valis_Manteau"
- Name: "Vali's Manteau"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 600
- Def: 4
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_GARMENT"
- EquipLv: 65
- Script: <" bonus2 bSubEle,Ele_Neutral,15; ">
-},
-{
- Id: 2518
- AegisName: "Morpheuss_Shawl"
- Name: "Morpheus's Shawl"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 600
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_GARMENT"
- EquipLv: 33
- Script: <"
- bonus bMaxSPrate,10;
- bonus bMdef,3;
- ">
-},
-{
- Id: 2519
- AegisName: "Morriganes_Manteau"
- Name: "Morrigane's Manteau"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 600
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_GARMENT"
- EquipLv: 61
- Script: <"
- bonus bLuk,2;
- bonus bFlee2,8;
- ">
-},
-{
- Id: 2520
- AegisName: "Goibnes_Shoulder_Arms"
- Name: "Goibne's Spaulders"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 700
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_GARMENT"
- EquipLv: 54
- Script: <"
- bonus bLongAtkDef,10;
- bonus bMdef,2;
- bonus bVit,1;
- ">
-},
-{
- Id: 2521
- AegisName: "Angels_Warmth"
- Name: "Angelic Cardigan"
- Type: "IT_ARMOR"
- Buy: 10000
- Weight: 400
- Def: 2
- Slots: 1
- Job: {
- Novice: true
- }
- Loc: "EQP_GARMENT"
- EquipLv: 20
- Script: <" bonus bHPrecovRate,5; ">
-},
-{
- Id: 2522
- AegisName: "Undershirt"
- Name: "Undershirt"
- Type: "IT_ARMOR"
- Buy: 20000
- Weight: 150
- Def: 2
- Loc: "EQP_GARMENT"
- EquipLv: 1
- Script: <" bonus bMdef,1; ">
-},
-{
- Id: 2523
- AegisName: "Undershirt_"
- Name: "Undershirt"
- Type: "IT_ARMOR"
- Buy: 20000
- Weight: 150
- Def: 2
- Slots: 1
- Loc: "EQP_GARMENT"
- EquipLv: 1
- Script: <" bonus bMdef,1; ">
-},
-{
- Id: 2524
- AegisName: "Valkyrie_Manteau"
- Name: "Valkyrian Manteau"
- Type: "IT_ARMOR"
- Weight: 500
- Def: 3
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_GARMENT"
- EquipLv: 1
- Script: <"
- bonus bUnbreakableGarment,0;
- if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus bFlee2,5+(getequiprefinerycnt(EQI_GARMENT)*2);
- else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus bShortWeaponDamageReturn,5+(getequiprefinerycnt(EQI_GARMENT)*2);
- ">
-},
-{
- Id: 2525
- AegisName: "Cape_Of_Ancient_Lord_"
- Name: "Ancient Cape"
- Type: "IT_ARMOR"
- Buy: 82000
- Weight: 600
- Def: 2
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_GARMENT"
- EquipLv: 40
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 2526
- AegisName: "Dragon_Scale_Coat"
- Name: "Coat of Dragon Scale"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 10
- Def: 4
- Loc: "EQP_GARMENT"
- EquipLv: 50
-},
-{
- Id: 2527
- AegisName: "Dragon_Breath"
- Name: "Dragon Breath"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Def: 4
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_GARMENT"
- EquipLv: 48
- Script: <" bonus2 bSubRace,RC_Dragon,15; ">
-},
-{
- Id: 2528
- AegisName: "Wool_Scarf"
- Name: "Wool Scarf"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 3
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_GARMENT"
- EquipLv: 55
- Script: <" bonus bMdef,4; ">
-},
-{
- Id: 2529
- AegisName: "Rider_Insignia"
- Name: "Rider Insignia"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 4
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_GARMENT"
- EquipLv: 55
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 2530
- AegisName: "Rider_Insignia_"
- Name: "Rider Insignia"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 4
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_GARMENT"
- EquipLv: 55
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 2531
- AegisName: "Ulfhedinn"
- Name: "Ulfhedinn"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 700
- Def: 3
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_GARMENT"
- EquipLv: 70
- Script: <" bonus3 bAutoSpellWhenHit,NPC_STONESKIN,1,20; ">
-},
-{
- Id: 2532
- AegisName: "Mithril_Magic_Cape"
- Name: "Mithril Magic Cape"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 3
- Slots: 1
- Job: {
- Magician: true
- Archer: true
- Acolyte: true
- Priest: true
- Wizard: true
- Hunter: true
- Monk: true
- Sage: true
- Bard: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_GARMENT"
- EquipLv: 70
- Script: <"
- bonus bMdef,3;
- bonus5 bAutoSpellWhenHit,NPC_ANTIMAGIC,1,200,BF_MAGIC,0;
- ">
-},
-/*
-{
- Id: 2533
- AegisName: "Freyja_Cape"
- Name: "Freyja Cape"
- Type: "IT_ARMOR"
- Weight: 200
- Def: 10
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_GARMENT"
- Refine: false
- Script: <" bonus2 bSubRace,RC_DemiPlayer,15; ">
-},
-*/
-{
- Id: 2534
- AegisName: "Ruffler"
- Name: "Ruffler"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 10
- Loc: "EQP_GARMENT"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bSubEle,Ele_Neutral,17;
- bonus bFlee,17;
- ">
-},
-{
- Id: 2535
- AegisName: "Cloak_Of_Survival_C"
- Name: "Cloak Of Survival"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 5
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_GARMENT"
- Refine: false
- Script: <"
- bonus bVit,10;
- bonus bMdef,10;
- ">
-},
-{
- Id: 2536
- AegisName: "Skin_Of_Ventus"
- Name: "Skin of Ventus"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 250
- Def: 2
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_GARMENT"
- EquipLv: 60
- Script: <"
- bonus bMdef,2;
- bonus bMaxHP,200;
- bonus bFlee,10;
- ">
-},
-{
- Id: 2537
- AegisName: "Diabolus_Manteau"
- Name: "Diabolus Manteau"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 250
- Def: 5
- Slots: 1
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_GARMENT"
- Script: <"
- bonus2 bSubEle,Ele_Neutral,5;
- bonus bMaxHP,100;
- bonus2 bAddDamageClass,1916,10;
- bonus2 bAddDamageClass,1917,10;
- ">
-},
-{
- Id: 2538
- AegisName: "Commander_Manteau"
- Name: "Captain's Manteau"
- Type: "IT_ARMOR"
- Buy: 10
- Def: 4
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- Taekwon: true
- Star_Gladiator: true
- Ninja: true
- }
- Loc: "EQP_GARMENT"
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,50;
- bonus bMdef,1;
- bonus2 bSubRace,RC_DemiPlayer,1;
- ">
-},
-{
- Id: 2539
- AegisName: "Commander_Manteau_"
- Name: "Commander's Manteau"
- Type: "IT_ARMOR"
- Buy: 10
- Def: 3
- Slots: 1
- Job: {
- Magician: true
- Archer: true
- Acolyte: true
- Priest: true
- Wizard: true
- Hunter: true
- Monk: true
- Sage: true
- Bard: true
- Soul_Linker: true
- }
- Loc: "EQP_GARMENT"
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,50;
- bonus bMdef,1;
- bonus2 bSubRace,RC_DemiPlayer,1;
- ">
-},
-{
- Id: 2540
- AegisName: "Sheriff_Manteau"
- Name: "Sheriff's Manteau"
- Type: "IT_ARMOR"
- Buy: 10
- Def: 3
- Slots: 1
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_GARMENT"
- EquipLv: 80
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,50;
- bonus bMdef,1;
- bonus2 bSubRace,RC_DemiPlayer,1;
- ">
-},
-{
- Id: 2541
- AegisName: "Asprika"
- Name: "Asprika"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 5
- Loc: "EQP_GARMENT"
- EquipLv: 94
- Refine: false
- Script: <"
- bonus bMdef,5;
- bonus3 bSubEle,Ele_Neutral,30,BF_SHORT;
- bonus3 bSubEle,Ele_Water,30,BF_SHORT;
- bonus3 bSubEle,Ele_Earth,30,BF_SHORT;
- bonus3 bSubEle,Ele_Fire,30,BF_SHORT;
- bonus3 bSubEle,Ele_Wind,30,BF_SHORT;
- bonus3 bSubEle,Ele_Poison,30,BF_SHORT;
- bonus3 bSubEle,Ele_Holy,30,BF_SHORT;
- bonus3 bSubEle,Ele_Dark,30,BF_SHORT;
- bonus3 bSubEle,Ele_Ghost,30,BF_SHORT;
- bonus3 bSubEle,Ele_Undead,30,BF_SHORT;
- bonus bFlee,30;
- skill AL_TELEPORT,1;
- bonus bUnbreakableGarment,0;
- ">
-},
-{
- Id: 2542
- AegisName: "Flame_Manteau"
- Name: "Flame Manteau of Naght Sieger"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 70
- Def: 4
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_GARMENT"
- EquipLv: 70
- Script: <"
- bonus bMaxHPrate,5;
- bonus bMdef,2;
- bonus bMatkRate,1;
- bonus2 bAddEle,Ele_Fire,2;
- ">
-},
-{
- Id: 2543
- AegisName: "Sylphid_Manteau"
- Name: "Sylphid Manteau"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 9
- Loc: "EQP_GARMENT"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bFlee,13;
- bonus2 bSubEle,Ele_Neutral,13;
- bonus bFlee2,1;
- ">
-},
-{
- Id: 2544
- AegisName: "Leather_Of_Tendrilion"
- Name: "Leather of Tendrilion"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Slots: 1
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_GARMENT"
- Script: <"
- bonus2 bSubEle,Ele_Water,5;
- bonus2 bSubEle,Ele_Earth,5;
- bonus2 bSubRace,RC_Plant,5;
- bonus2 bSubRace,RC_Brute,5;
- ">
-},
-{
- Id: 2545
- AegisName: "Musika"
- Name: "Musika"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 2
- Slots: 1
- Job: {
- Priest: true
- Monk: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_GARMENT"
- EquipLv: 70
- Script: <"
- bonus bMdef,3;
- bonus3 bAutoSpellWhenHit,AL_HEAL,max(getskilllv(AL_HEAL),1),20;
- ">
-},
-{
- Id: 2546
- AegisName: "Beach_Manteau"
- Name: "Beach Manteau"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Slots: 1
- Loc: "EQP_GARMENT"
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus2 bSubEle,Ele_Fire,10;
- ">
-},
-{
- Id: 2547
- AegisName: "Cheap_Running_Shirts"
- Name: "Cheap Undershirt"
- Type: "IT_ARMOR"
- Def: 8
- Loc: "EQP_GARMENT"
- Script: <"
- bonus bDex,2;
- bonus bFlee,10;
- bonus2 bSubEle,Ele_Neutral,10;
- bonus bMdef,1;
- ">
-},
-{
- Id: 2548
- AegisName: "Muffler_C"
- Name: "Neo Muffler"
- Type: "IT_ARMOR"
- Def: 5
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_GARMENT"
- EquipLv: 95
- Refine: false
- Script: <"
- bonus2 bSubRace,RC_DemiPlayer,10;
- bonus bMaxHPrate,10;
- bonus2 bSubEle,Ele_Water,5;
- bonus2 bSubEle,Ele_Fire,5;
- bonus2 bSubEle,Ele_Holy,5;
- bonus2 bSubEle,Ele_Dark,5;
- ">
-},
-{
- Id: 2549
- AegisName: "Krieger_Muffler1"
- Name: "Glorious Muffler"
- Type: "IT_ARMOR"
- Buy: 20
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_GARMENT"
- EquipLv: 81
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHPrate,5;
- bonus2 bSubRace,RC_DemiPlayer,5;
- ">
-},
-{
- Id: 2550
- AegisName: "Fishers_Muffler"
- Name: "Fisher's Muffler"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Loc: "EQP_GARMENT"
-},
-{
- Id: 2551
- AegisName: "Rider_Insignia_M"
- Name: "Crest of the Rider"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 4
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_GARMENT"
- EquipLv: 55
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 2552
- AegisName: "Mithril_Magic_Cape_M"
- Name: "Mithril Magic Manteau"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 3
- Slots: 1
- Job: {
- Magician: true
- Archer: true
- Acolyte: true
- Priest: true
- Wizard: true
- Hunter: true
- Monk: true
- Sage: true
- Bard: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_GARMENT"
- EquipLv: 70
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,3;
- bonus5 bAutoSpellWhenHit,NPC_ANTIMAGIC,1,200,BF_MAGIC,0;
- ">
-},
-{
- Id: 2553
- AegisName: "Dragon_Manteau"
- Name: "Dragon Manteau"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 5
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_GARMENT"
- Script: <"
- bonus bAgi,1;
- bonus bMdef,5;
- ">
-},
-{
- Id: 2554
- AegisName: "Piece_Of_Angent_Skin"
- Name: "Nydhorgg's Shadow Garb"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 5
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_GARMENT"
- EquipLv: 90
- Script: <"
- bonus2 bSubEle,Ele_Neutral,7;
- bonus2 bSubEle,Ele_Water,7;
- bonus2 bSubEle,Ele_Earth,7;
- bonus2 bSubEle,Ele_Fire,7;
- bonus2 bSubEle,Ele_Wind,7;
- bonus2 bSubEle,Ele_Poison,7;
- bonus2 bSubEle,Ele_Holy,7;
- bonus2 bSubEle,Ele_Dark,7;
- bonus2 bSubEle,Ele_Ghost,7;
- bonus2 bSubEle,Ele_Undead,7;
- bonus bMaxSP,(BaseLevel/3)+(getrefine()*10);
- bonus3 bSPDrainRate,10,1,0;
- bonus bMdef,3;
- ">
-},
-
-//== Accessories ===========================================
-{
- Id: 2601
- AegisName: "Ring"
- Name: "Ring"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 20
- Refine: false
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 2602
- AegisName: "Earring"
- Name: "Earring"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 20
- Refine: false
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 2603
- AegisName: "Necklace"
- Name: "Necklace"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 20
- Refine: false
- Script: <" bonus bVit,2; ">
-},
-{
- Id: 2604
- AegisName: "Glove"
- Name: "Glove"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 20
- Refine: false
- Script: <" bonus bDex,2; ">
-},
-{
- Id: 2605
- AegisName: "Brooch"
- Name: "Brooch"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 20
- Refine: false
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 2607
- AegisName: "Clip"
- Name: "Clip"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 100
- Slots: 1
- Loc: "EQP_ACC"
- Refine: false
- Script: <" bonus bMaxSP,10; ">
-},
-{
- Id: 2608
- AegisName: "Rosary"
- Name: "Rosary"
- Type: "IT_ARMOR"
- Buy: 15000
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 20
- Refine: false
- Script: <"
- bonus bMdef,5;
- bonus bLuk,2;
- ">
-},
-{
- Id: 2609
- AegisName: "Skul_Ring"
- Name: "Skull Ring"
- Type: "IT_ARMOR"
- Buy: 10000
- Weight: 100
- Loc: "EQP_ACC"
- Refine: false
-},
-{
- Id: 2610
- AegisName: "Gold_Ring"
- Name: "Gold Ring"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 100
- Loc: "EQP_ACC"
- Refine: false
-},
-{
- Id: 2611
- AegisName: "Silver_Ring"
- Name: "Silver Ring"
- Type: "IT_ARMOR"
- Buy: 20000
- Weight: 100
- Loc: "EQP_ACC"
- Refine: false
-},
-{
- Id: 2612
- AegisName: "Flower_Ring"
- Name: "Flower Ring"
- Type: "IT_ARMOR"
- Buy: 1500
- Weight: 100
- Loc: "EQP_ACC"
- Refine: false
-},
-{
- Id: 2613
- AegisName: "Diamond_Ring"
- Name: "Diamond Ring"
- Type: "IT_ARMOR"
- Buy: 45000
- Weight: 100
- Loc: "EQP_ACC"
- Refine: false
-},
-{
- Id: 2614
- AegisName: "An_Eye_Of_Dullahan"
- Name: "Eye of Dullahan"
- Type: "IT_ARMOR"
- Buy: 90000
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 50
- Refine: false
- Script: <"
- bonus2 bResEff,Eff_Poison,10000;
- bonus2 bSubRace,RC_Undead,4;
- bonus2 bSubRace,RC_Demon,4;
- ">
-},
-{
- Id: 2615
- AegisName: "Safety_Ring"
- Name: "Safety Ring"
- Type: "IT_ARMOR"
- Buy: 75000
- Weight: 100
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 40
- Refine: false
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 2616
- AegisName: "Critical_Ring"
- Name: "Critical Ring"
- Type: "IT_ARMOR"
- Buy: 75000
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 40
- Refine: false
- Script: <" bonus bCritical,5; ">
-},
-{
- Id: 2617
- AegisName: "Mitten_Of_Presbyter"
- Name: "Celebrant's Mitten"
- Type: "IT_ARMOR"
- Buy: 2
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 35
- Refine: false
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 2618
- AegisName: "Matyrs_Flea_Guard"
- Name: "Matyr's Leash"
- Type: "IT_ARMOR"
- Buy: 2
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 35
- Refine: false
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 2619
- AegisName: "Thimble_Of_Archer"
- Name: "Bow Thimble"
- Type: "IT_ARMOR"
- Buy: 10000
- Weight: 100
- Job: {
- Archer: true
- Hunter: true
- Bard: true
- }
- Loc: "EQP_ACC"
- EquipLv: 65
- Refine: false
- Script: <" bonus bLongAtkRate,3; ">
-},
-{
- Id: 2620
- AegisName: "Ring_Of_Rogue"
- Name: "Rogue's Treasure"
- Type: "IT_ARMOR"
- Buy: 10000
- Weight: 100
- Job: {
- Thief: true
- Assassin: true
- Rogue: true
- Ninja: true
- }
- Loc: "EQP_ACC"
- EquipLv: 70
- Refine: false
- Script: <"
- if(readparam(bStr)>=90) {
- bonus bHit,10;
- bonus bFlee,10;
- }
- if(readparam(bAgi)>=90) {
- bonus bBaseAtk,10;
- bonus bCritical,10;
- }
-
- ">
-},
-{
- Id: 2621
- AegisName: "Ring_"
- Name: "Ring"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 200
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 90
- Refine: false
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 2622
- AegisName: "Earring_"
- Name: "Earring"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 200
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 90
- Refine: false
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 2623
- AegisName: "Necklace_"
- Name: "Necklace"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 200
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 90
- Refine: false
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 2624
- AegisName: "Glove_"
- Name: "Glove"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 200
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 90
- Refine: false
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 2625
- AegisName: "Brooch_"
- Name: "Brooch"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 200
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 90
- Refine: false
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 2626
- AegisName: "Rosary_"
- Name: "Rosary"
- Type: "IT_ARMOR"
- Buy: 15000
- Weight: 200
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 90
- Refine: false
- Script: <"
- bonus bMdef,3;
- bonus bLuk,1;
- ">
-},
-{
- Id: 2627
- AegisName: "Belt"
- Name: "Belt"
- Type: "IT_ARMOR"
- Buy: 20000
- Weight: 1200
- Slots: 1
- Loc: "EQP_ACC"
- EquipLv: 25
- Refine: false
-},
-{
- Id: 2628
- AegisName: "Novice_Armlet"
- Name: "Novice Armlet"
- Type: "IT_ARMOR"
- Buy: 400
- Weight: 200
- Slots: 1
- Job: {
- Novice: true
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
-},
-{
- Id: 2629
- AegisName: "Magingiorde"
- Name: "Megingjard"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 8000
- Def: 2
- Loc: "EQP_ACC"
- EquipLv: 94
- Refine: false
- Script: <"
- bonus bStr,40;
- bonus bMdef,7;
- ">
-},
-{
- Id: 2630
- AegisName: "Brysinggamen"
- Name: "Brisingamen"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1500
- Def: 1
- Loc: "EQP_ACC"
- EquipLv: 94
- Refine: false
- Script: <"
- bonus bStr,6;
- bonus bAgi,6;
- bonus bVit,6;
- bonus bInt,6;
- bonus bLuk,10;
- bonus bMdef,5;
- ">
-},
-{
- Id: 2631
- AegisName: "First_Age_Ring"
- Name: "Celebration Ring"
- Type: "IT_ARMOR"
- Buy: 1
- Weight: 10
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
-},
-/*
-{
- Id: 2632
- AegisName: "Korean_Trinket"
- Name: "Korean Trinket"
- Type: "IT_ARMOR"
- Buy: 125000
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 65
- Refine: false
- Script: <"
- bonus bVit,1;
- bonus bDex,1;
- bonus bLuk,1;
- ">
-},
-*/
-/*
-{
- Id: 2633
- AegisName: "Jade_Ring"
- Name: "Jade Ring"
- Type: "IT_ARMOR"
- Buy: 204000
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 80
- Refine: false
- Script: <"
- bonus bStr,2;
- bonus bInt,1;
- ">
-},
-*/
-{
- Id: 2634
- AegisName: "Bridegroom_Ring"
- Name: "Wedding Ring"
- Type: "IT_ARMOR"
- Gender: "SEX_MALE"
- Loc: "EQP_ACC"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- skill WE_MALE,1;
- skill WE_FEMALE,1;
- skill WE_CALLPARTNER,1;
- ">
-},
-{
- Id: 2635
- AegisName: "Bride_Ring"
- Name: "Wedding Ring"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- skill WE_MALE,1;
- skill WE_FEMALE,1;
- skill WE_CALLPARTNER,1;
- ">
-},
-{
- Id: 2636
- AegisName: "Gold_Ring_"
- Name: "Gold Christmas Ring"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 100
- Loc: "EQP_ACC"
- Refine: false
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 2637
- AegisName: "Silver_Ring_"
- Name: "Silver Christmas Ring"
- Type: "IT_ARMOR"
- Buy: 20000
- Weight: 100
- Loc: "EQP_ACC"
- Refine: false
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 2638
- AegisName: "Exorcize_Sachet"
- Name: "Sacred Incense"
- Type: "IT_ARMOR"
- Buy: 20000
- Weight: 100
- Loc: "EQP_ACC"
- Refine: false
- Script: <"
- bonus bStr,1;
- bonus bLuk,1;
- ">
-},
-{
- Id: 2639
- AegisName: "Purification_Sachet"
- Name: "Occult Incense"
- Type: "IT_ARMOR"
- Buy: 20000
- Weight: 100
- Loc: "EQP_ACC"
- Refine: false
- Script: <"
- bonus bInt,1;
- bonus bAgi,1;
- ">
-},
-{
- Id: 2640
- AegisName: "Kafra_Ring"
- Name: "Kafra Ring"
- Type: "IT_ARMOR"
- Buy: 40000
- Weight: 200
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- Refine: false
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bAgi,1;
- bonus bLuk,1;
- bonus bMdef,1;
- ">
-},
-{
- Id: 2641
- AegisName: "Fashionable_Sack"
- Name: "Fashion Hip Sack"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 700
- Job: {
- Merchant: true
- Blacksmith: true
- Alchemist: true
- }
- Loc: "EQP_ACC"
- EquipLv: 50
- Refine: false
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 2642
- AegisName: "Serins_Gold_Ring"
- Name: "Serin's Gold Ring"
- Type: "IT_ARMOR"
- Buy: 20
- Loc: "EQP_ACC"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2643
- AegisName: "Serins_Gold_Ring_"
- Name: "Serin's Gold Ring"
- Type: "IT_ARMOR"
- Buy: 45000
- Weight: 100
- Loc: "EQP_ACC"
- Refine: false
-},
-{
- Id: 2644
- AegisName: "The_Sign_"
- Name: "The Sign"
- Type: "IT_ARMOR"
- Buy: 2
- Loc: "EQP_ACC"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace, RC_All, 5;
- bonus bMatkRate,5;
- ">
-},
-{
- Id: 2645
- AegisName: "Moonlight_Ring"
- Name: "Moonlight Ring"
- Type: "IT_ARMOR"
- Buy: 40000
- Weight: 200
- Job: {
- Thief: true
- Assassin: true
- Rogue: true
- Ninja: true
- }
- Loc: "EQP_ACC"
- EquipLv: 60
- Refine: false
- Script: <" bonus bMdef,2; ">
-},
-{
- Id: 2646
- AegisName: "Bunch_Of_Carnation"
- Name: "Bunch of Carnations"
- Type: "IT_ARMOR"
- Buy: 2
- Weight: 100
- Loc: "EQP_ACC"
- Refine: false
- Script: <" bonus bAllStats,3; ">
-},
-{
- Id: 2647
- AegisName: "Nile_Rose"
- Name: "Nile Rose"
- Type: "IT_ARMOR"
- Buy: 2
- Weight: 100
- Slots: 1
- Loc: "EQP_ACC"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMaxHP,10; ">
-},
-{
- Id: 2648
- AegisName: "Morpheuss_Ring"
- Name: "Morpheus's Ring"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 33
- Refine: false
- Script: <"
- bonus bInt,1;
- bonus bMaxSPrate,5;
- ">
-},
-{
- Id: 2649
- AegisName: "Morpheuss_Armlet"
- Name: "Morpheus's Bracelet"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 33
- Refine: false
- Script: <"
- bonus bInt,1;
- bonus bMaxSPrate,5;
- ">
-},
-{
- Id: 2650
- AegisName: "Morriganes_Belt"
- Name: "Morrigane's Belt"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 200
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 61
- Refine: false
- Script: <"
- bonus bBaseAtk,5;
- bonus bCritical,3;
- ">
-},
-{
- Id: 2651
- AegisName: "Morriganes_Pendant"
- Name: "Morrigane's Pendant"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 200
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 61
- Refine: false
- Script: <"
- bonus bStr,2;
- bonus bCritical,3;
- ">
-},
-{
- Id: 2652
- AegisName: "Cursed_Lucky_Brooch"
- Name: "Goddess of Fortune's Cursed Brooch"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_ACC"
- EquipLv: 40
- Refine: false
- Script: <"
- bonus bCritical,6;
- bonus2 bAddEff2,Eff_Curse,50;
- ">
-},
-{
- Id: 2653
- AegisName: "Sacrifice_Ring"
- Name: "Sacrifice Ring"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_ACC"
- EquipLv: 90
- Refine: false
-},
-{
- Id: 2654
- AegisName: "Shinobis_Sash"
- Name: "Shinobi Sash"
- Type: "IT_ARMOR"
- Buy: 20000
- Weight: 300
- Def: 1
- Job: {
- Thief: true
- Assassin: true
- Rogue: true
- Ninja: true
- }
- Loc: "EQP_ACC"
- EquipLv: 30
- Refine: false
- Script: <"
- bonus bStr,1;
- bonus bAgi,1;
- bonus bMdef,1;
- ">
-},
-{
- Id: 2655
- AegisName: "Bloody_Iron_Ball"
- Name: "Bloodied Shackle Ball"
- Type: "IT_ARMOR"
- Buy: 50000
- Weight: 4000
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
-},
-{
- Id: 2656
- AegisName: "Hyper_Changer"
- Name: "Armor Charm"
- Type: "IT_ARMOR"
- Buy: 20000
- Weight: 1000
- Def: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Script: <" bonus bMaxHP,50; ">
-},
-{
- Id: 2657
- AegisName: "Lab_Passport"
- Name: "Laboratory Permit"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
-},
-{
- Id: 2658
- AegisName: "Nile_Rose_"
- Name: "Nile Rose"
- Type: "IT_ARMOR"
- Buy: 2
- Weight: 100
- Slots: 1
- Loc: "EQP_ACC"
- Refine: false
- Script: <" bonus bMaxHP,10; ">
-},
-{
- Id: 2659
- AegisName: "Vesper_Core01"
- Name: "Vesper Core 01"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Script: <"
- bonus bMdef,3;
- bonus bInt,2;
- bonus bMaxSPrate,5;
- ">
-},
-{
- Id: 2660
- AegisName: "Vesper_Core02"
- Name: "Vesper Core 02"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Script: <"
- bonus bMdef,3;
- bonus bStr,3;
- bonus bBaseAtk,10;
- ">
-},
-{
- Id: 2661
- AegisName: "Vesper_Core03"
- Name: "Vesper Core 03"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Script: <"
- bonus bMdef,3;
- bonus bAgi,3;
- bonus bFlee,5;
- ">
-},
-{
- Id: 2662
- AegisName: "Vesper_Core04"
- Name: "Vesper Core 04"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Script: <"
- bonus bMdef,3;
- bonus bDex,3;
- bonus bHit,10;
- ">
-},
-{
- Id: 2663
- AegisName: "Gauntlet_Of_Accuracy"
- Name: "Gauntlet of Hit"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 900
- Loc: "EQP_ACC"
- EquipLv: 75
- Refine: false
- Script: <"
- bonus bHit,15;
- bonus bStr,1;
- ">
-},
-{
- Id: 2664
- AegisName: "Scarf_Belt"
- Name: "Belcarf"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 75
- Refine: false
- Script: <"
- bonus bDex,2;
- bonus bInt,1;
- ">
-},
-{
- Id: 2665
- AegisName: "Ring_Of_Exorcism"
- Name: "Exorcising Ring"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_ACC"
- EquipLv: 60
- Refine: false
- Script: <"
- bonus bMdef,1;
- bonus2 bExpAddRace,RC_Undead,5;
- bonus2 bExpAddRace,RC_Demon,5;
- ">
-},
-{
- Id: 2666
- AegisName: "Lamp_Of_Hope"
- Name: "Lantern of Hope"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Script: <"
- bonus bStr,2;
- bonus2 bResEff,Eff_Blind,1000;
- ">
-},
-{
- Id: 2667
- AegisName: "Glove_Of_Archer"
- Name: "Renown Archer's Gloves"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 60
- Refine: false
- Script: <"
- bonus bHit,5;
- bonus bCritical,5;
- bonus bDex,1;
- ">
-},
-{
- Id: 2668
- AegisName: "Womens_Glory"
- Name: "Woman Glory"
- Type: "IT_ARMOR"
- Weight: 500
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2669
- AegisName: "Golden_Necklace_"
- Name: "RJC Necklace"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 100
- Slots: 1
- Loc: "EQP_ACC"
- Refine: false
- Script: <" bonus bMaxSP,10; ">
-},
-{
- Id: 2670
- AegisName: "Ring_Of_Longing"
- Name: "Ring of Longing"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_ACC"
- EquipLv: 30
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bFlee,5; ">
-},
-{
- Id: 2671
- AegisName: "Thimble_Of_Archer_"
- Name: "Bow Thimble"
- Type: "IT_ARMOR"
- Buy: 10000
- Weight: 100
- Slots: 1
- Job: {
- Archer: true
- Hunter: true
- Bard: true
- }
- Loc: "EQP_ACC"
- EquipLv: 65
- Refine: false
- Script: <" bonus bLongAtkRate,3; ">
-},
-{
- Id: 2672
- AegisName: "Anniversary_Ring"
- Name: "3rd Anniversary Celebration Ring"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- Refine: false
-},
-{
- Id: 2673
- AegisName: "Shining_Ring"
- Name: "Warrior's Shining Ring"
- Type: "IT_ARMOR"
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 48
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bBaseAtk,10;
- bonus bSPrecovRate,3;
- ">
-},
-{
- Id: 2674
- AegisName: "Honor_Ring"
- Name: "Ring of Honor"
- Type: "IT_ARMOR"
- Buy: 20
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2675
- AegisName: "Lord_Ring"
- Name: "Lord Ring"
- Type: "IT_ARMOR"
- Weight: 10
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Script: <" bonus bAllStats,3; ">
-},
-{
- Id: 2676
- AegisName: "Hunter_Earring"
- Name: "Hunter's Earring"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddMonsterDropItem,7618,100; ">
-},
-{
- Id: 2677
- AegisName: "Spiritual_Ring"
- Name: "Spiritual Ring"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_ACC"
- Refine: false
- Script: <"
- bonus bInt,2;
- bonus bDex,1;
- ">
-},
-{
- Id: 2678
- AegisName: "Ring_Of_Flame_Lord"
- Name: "Ring Of Flame Lord"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- Refine: false
- Script: <"
- bonus bStr,2;
- bonus bVit,1;
- bonus bBaseAtk,15;
- bonus2 bSubEle,Ele_Fire,10;
- bonus3 bAutoSpell,CH_SOULCOLLECT,1,30;
- bonus3 bAutoSpell,MO_EXPLOSIONSPIRITS,1,10;
- bonus3 bAutoSpell,PA_PRESSURE,2,30;
- bonus3 bAutoSpell,MG_FIREBALL,1,150;
- bonus3 bAutoSpell,KN_BOWLINGBASH,5,20;
- ">
-},
-{
- Id: 2679
- AegisName: "Ring_Of_Resonance"
- Name: "Ring Of Resonance"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- Refine: false
- Script: <"
- bonus bAgi,2;
- bonus bVit,1;
- bonus bMdef,2;
- bonus4 bAutoSpellWhenHit,WZ_QUAGMIRE,1,50,0;
- bonus3 bAutoSpellWhenHit,AS_SPLASHER,10,20;
- bonus3 bAutoSpellWhenHit,AL_HEAL,10,30;
- bonus3 bAutoSpellWhenHit,HP_ASSUMPTIO,3,20;
- bonus3 bAutoSpellWhenHit,CG_TAROTCARD,5,20;
- ">
-},
-{
- Id: 2680
- AegisName: "Lesser_Elemental_Ring"
- Name: "Lesser Elemental Ring"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_ACC"
- Refine: false
- Script: <"
- bonus bAllStats,1;
- bonus3 bAutoSpell,WZ_ESTIMATION,1,80;
- bonus3 bAutoSpell,MC_IDENTIFY,1,50;
- bonus3 bAutoSpell,TF_PICKSTONE,1,100;
- bonus3 bAutoSpell,BS_GREED,1,10;
- bonus3 bAutoSpellWhenHit,TK_RUN,5,20;
- bonus3 bAutoSpellWhenHit,TK_HIGHJUMP,3,30;
- bonus3 bAutoSpellWhenHit,NV_FIRSTAID,1,100;
- bonus3 bAutoSpellWhenHit,TF_BACKSLIDING,1,50;
- ">
-},
-{
- Id: 2681
- AegisName: "Republic_Ring"
- Name: "Republic Anniversary Ring"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Loc: "EQP_ACC"
- Refine: false
- Script: <" bonus bAllStats,3; ">
-},
-{
- Id: 2682
- AegisName: "Ring_Of_Water"
- Name: "Ring of Water"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 20
- Refine: false
- Script: <" bonus2 bSubEle,Ele_Water,5; ">
-},
-{
- Id: 2683
- AegisName: "Ring_Of_Fire"
- Name: "Ring of Fire"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 20
- Refine: false
- Script: <" bonus2 bSubEle,Ele_Fire,5; ">
-},
-{
- Id: 2684
- AegisName: "Ring_Of_Wind"
- Name: "Ring of Wind"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 20
- Refine: false
- Script: <" bonus2 bSubEle,Ele_Wind,5; ">
-},
-{
- Id: 2685
- AegisName: "Ring_Of_Earth"
- Name: "Ring of Earth"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 20
- Refine: false
- Script: <" bonus2 bSubEle,Ele_Earth,5; ">
-},
-{
- Id: 2686
- AegisName: "Elven_Ears_C"
- Name: "Elven Ears"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_MID"
- EquipLv: 1
- Refine: false
- ViewSprite: 73
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 2687
- AegisName: "Steel_Flower_C"
- Name: "Steel Flower"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_LOW"
- EquipLv: 1
- Refine: false
- ViewSprite: 56
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bSubRace,RC_Plant,3; ">
-},
-{
- Id: 2688
- AegisName: "Critical_Ring_C"
- Name: "Critical Ring"
- Type: "IT_ARMOR"
- Buy: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bCritical,10; ">
-},
-{
- Id: 2689
- AegisName: "Earring_C"
- Name: "Earring"
- Type: "IT_ARMOR"
- Buy: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bInt,3; ">
-},
-{
- Id: 2690
- AegisName: "Ring_C"
- Name: "Ring"
- Type: "IT_ARMOR"
- Buy: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bStr,4; ">
-},
-{
- Id: 2691
- AegisName: "Necklace_C"
- Name: "Necklace"
- Type: "IT_ARMOR"
- Buy: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bVit,4; ">
-},
-{
- Id: 2692
- AegisName: "Glove_C"
- Name: "Glove"
- Type: "IT_ARMOR"
- Buy: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bDex,4; ">
-},
-{
- Id: 2693
- AegisName: "Brooch_C"
- Name: "Brooch"
- Type: "IT_ARMOR"
- Buy: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAgi,4; ">
-},
-{
- Id: 2694
- AegisName: "Rosary_C"
- Name: "Rosary"
- Type: "IT_ARMOR"
- Buy: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,5;
- bonus bLuk,4;
- ">
-},
-{
- Id: 2695
- AegisName: "Safety_Ring_C"
- Name: "Safety Ring"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 5
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 2696
- AegisName: "Vesper_Core01_C"
- Name: "Vesper Core 01"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,3;
- bonus bInt,2;
- bonus bMaxSPrate,5;
- ">
-},
-{
- Id: 2697
- AegisName: "Vesper_Core02_C"
- Name: "Vesper Core 02"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,3;
- bonus bStr,3;
- bonus bBaseAtk,10;
- ">
-},
-{
- Id: 2698
- AegisName: "Vesper_Core03_C"
- Name: "Vesper Core 03"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,3;
- bonus bAgi,3;
- bonus bFlee,5;
- ">
-},
-{
- Id: 2699
- AegisName: "Vesper_Core04_C"
- Name: "Vesper Core 04"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,3;
- bonus bDex,3;
- bonus bHit,10;
- ">
-},
-{
- Id: 2700
- AegisName: "Red_Silk_Seal"
- Name: "Red Silk Seal"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 60
- Refine: false
-},
-{
- Id: 2701
- AegisName: "Orleans_Glove"
- Name: "Orleans's Glove"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 90
- Refine: false
- Script: <"
- bonus bDex,2;
- bonus bMatkRate,3;
- ">
-},
-{
- Id: 2702
- AegisName: "Bison_Horn"
- Name: "Bison Horn"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 90
- Refine: false
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 2703
- AegisName: "Expert_Ring"
- Name: "Expert Ring"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 150
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 50
- Refine: false
- Script: <"
- bonus bDelayrate,-5;
- bonus bUseSPrate,5;
- ">
-},
-{
- Id: 2704
- AegisName: "Golden_Accessory"
- Name: "Golden Accessories"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 4
- Loc: "EQP_ACC"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMdef,4; ">
-},
-{
- Id: 2705
- AegisName: "Golden_Accessory2"
- Name: "Golden Accessories"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 4
- Loc: "EQP_ACC"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddMonsterDropItem,12018,500; ">
-},
-{
- Id: 2706
- AegisName: "Handcuff"
- Name: "Arrest Handcuffs"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- Refine: false
-},
-{
- Id: 2707
- AegisName: "GUSLI"
- Name: "GUSLI"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_ACC"
- Refine: false
-},
-{
- Id: 2708
- AegisName: "Chinese_Handicraft"
- Name: "Chinese Handicraft"
- Type: "IT_ARMOR"
- Weight: 50
- Loc: "EQP_ACC"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus3 bAutoSpell,MG_FIREBOLT,5,300; ">
-},
-{
- Id: 2709
- AegisName: "5_Anniversary_Coin"
- Name: "5th Anniversary Coin"
- Type: "IT_ARMOR"
- Buy: 2
- Loc: "EQP_ACC"
- Refine: false
- Script: <"
- bonus bAtkRate,5;
- bonus bMatkRate,5;
- ">
-},
-{
- Id: 2710
- AegisName: "Bloody_Iron_Ball_C"
- Name: "Bloody Iron Ball"
- Type: "IT_ARMOR"
- Buy: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- Refine: false
- Script: <" bonus bBaseAtk,30; ">
-},
-{
- Id: 2711
- AegisName: "Spiritual_Ring_C"
- Name: "Spiritual Ring"
- Type: "IT_ARMOR"
- Buy: 1
- Loc: "EQP_ACC"
- Refine: false
- Script: <"
- bonus bInt,2;
- bonus bDex,2;
- ">
-},
-{
- Id: 2712
- AegisName: "Ragnarok_Limited_Ed"
- Name: "Ragnarok Limited Edition"
- Type: "IT_ARMOR"
- Weight: 300
- Loc: "EQP_ACC"
- EquipLv: 30
- Refine: false
- Script: <"
- bonus bVit,3;
- bonus bAgi,3;
- bonus bLuk,3;
- ">
-},
-{
- Id: 2713
- AegisName: "Certificate_TW"
- Name: "Certificate"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2714
- AegisName: "Marvelous_Pandent"
- Name: "Marvelous Pendant"
- Type: "IT_ARMOR"
- Weight: 100
- Slots: 1
- Loc: "EQP_ACC"
- Refine: false
-},
-{
- Id: 2715
- AegisName: "Skul_Ring_"
- Name: "Skull Ring"
- Type: "IT_ARMOR"
- Buy: 10000
- Weight: 100
- Slots: 1
- Loc: "EQP_ACC"
- Refine: false
- Script: <" bonus2 bSubRace,RC_Undead,1; ">
-},
-{
- Id: 2716
- AegisName: "Librarian_Glove"
- Name: "Librarian Glove"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Slots: 1
- Job: {
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_ACC"
- EquipLv: 80
- Refine: false
- Script: <" bonus bMaxSP,20; ">
-},
-{
- Id: 2717
- AegisName: "Pocket_Watch_"
- Name: "Pocket Watch"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_ACC"
- EquipLv: 80
- Refine: false
-},
-{
- Id: 2718
- AegisName: "Lunatic_Brooch"
- Name: "Lunatic Brooch"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Slots: 1
- Job: {
- Archer: true
- Hunter: true
- Bard: true
- }
- Loc: "EQP_ACC"
- EquipLv: 65
- Refine: false
-},
-{
- Id: 2719
- AegisName: "Iron_Wrist"
- Name: "Iron Wrist"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 700
- Def: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_ACC"
- EquipLv: 50
- Refine: false
- Script: <"
- bonus2 bSkillAtk,SM_BASH,6;
- bonus2 bSkillAtk,MC_MAMMONITE,6;
- ">
-},
-{
- Id: 2720
- AegisName: "Medal_Swordman"
- Name: "Medal of Honor"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- Star_Gladiator: true
- }
- Loc: "EQP_ACC"
- EquipLv: 70
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace, RC_All, 5;
- bonus bMatkRate,5;
- bonus bHit,10;
- bonus bMaxHP,500;
- bonus bMaxSP,50;
- bonus3 bAddEff,Eff_Stun,100,ATF_SHORT;
- ">
-},
-{
- Id: 2721
- AegisName: "Medal_Thief"
- Name: "Medal of Honor"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 1
- Job: {
- Thief: true
- Assassin: true
- Rogue: true
- Ninja: true
- }
- Loc: "EQP_ACC"
- EquipLv: 70
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace, RC_All, 5;
- bonus bMatkRate,5;
- bonus bFlee,10;
- bonus bMaxHP,300;
- bonus bMaxSP,80;
- bonus3 bAddEff,Eff_Poison,100,ATF_SHORT;
- ">
-},
-{
- Id: 2722
- AegisName: "Medal_Acolyte"
- Name: "Medal of Honor"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_ACC"
- EquipLv: 70
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace, RC_All, 5;
- bonus bMatkRate,5;
- bonus bMdef,6;
- bonus bMaxHP,600;
- bonus3 bAddEff,Eff_Silence,100,ATF_SHORT;
- ">
-},
-{
- Id: 2723
- AegisName: "Medal_Mage"
- Name: "Medal of Honor"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_ACC"
- EquipLv: 70
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace, RC_All, 5;
- bonus bMatkRate,5;
- bonus bMdef,6;
- bonus bMaxHP,600;
- bonus2 bAddEffWhenHit,Eff_Stone,100;
- ">
-},
-{
- Id: 2724
- AegisName: "Medal_Archer"
- Name: "Medal of Honor"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 1
- Job: {
- Archer: true
- Hunter: true
- Bard: true
- }
- Loc: "EQP_ACC"
- EquipLv: 70
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace, RC_All, 5;
- bonus bMatkRate,5;
- bonus bCritical,10;
- bonus bMaxHP,300;
- bonus bMaxSP,80;
- bonus3 bAddEff,Eff_Blind,100,ATF_LONG;
- ">
-},
-{
- Id: 2725
- AegisName: "Medal_Merchant"
- Name: "Medal of Honor"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 1
- Job: {
- Merchant: true
- Blacksmith: true
- Alchemist: true
- }
- Loc: "EQP_ACC"
- EquipLv: 70
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace, RC_All, 5;
- bonus bMatkRate,5;
- bonus bAspdRate,10;
- bonus bMaxHP,500;
- bonus bMaxSP,50;
- bonus3 bAddEff,Eff_Curse,100,ATF_SHORT;
- ">
-},
-{
- Id: 2726
- AegisName: "Icarus_Wing"
- Name: "Icarus Wings"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- Hunter: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 70
- Refine: false
- Script: <"
- bonus bMaxSP,50;
- bonus bDex,3;
- ">
-},
-{
- Id: 2727
- AegisName: "Bowman_Scarf"
- Name: "Bowman Scarf"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Job: {
- Hunter: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 70
- Refine: false
- Script: <"
- bonus bMaxSP,50;
- bonus bDex,3;
- ">
-},
-{
- Id: 2728
- AegisName: "Cursed_Hand"
- Name: "Cursed Hand"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 50
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 80
- Refine: false
- Script: <"
- bonus3 bAutoSpell,NPC_CRITICALWOUND,1,30;
- bonus bHit,10;
- bonus bHPrecovRate,20;
- ">
-},
-{
- Id: 2729
- AegisName: "Diabolus_Ring"
- Name: "Diabolus Ring"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 50
- Slots: 1
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- Refine: false
- Script: <"
- bonus bMaxHP,100;
- bonus bMaxSP,100;
- bonus bHealPower,5;
- bonus2 bAddDamageClass,1916,10;
- bonus2 bAddDamageClass,1917,10;
- ">
-},
-{
- Id: 2730
- AegisName: "Morroc_Seal"
- Name: "Seal of Continental Guard"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 50
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 80
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,50;
- bonus bAspdRate,3;
- ">
-},
-{
- Id: 2731
- AegisName: "Morroc_Charm_Stone"
- Name: "Rune Spellstone"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 50
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 80
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxSP,50;
- bonus bCastrate,-1;
- ">
-},
-{
- Id: 2732
- AegisName: "Morroc_Ring"
- Name: "Death Loop"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 50
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 80
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bCritical,5; ">
-},
-{
- Id: 2733
- AegisName: "Medal_Gunner"
- Name: "Sheriff Badge"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 1
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ACC"
- EquipLv: 70
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace, RC_All, 5;
- bonus bMatkRate,5;
- bonus bCritical,10;
- bonus bMaxHP,300;
- bonus bMaxSP,80;
- bonus3 bAddEff,Eff_Blind,100,ATF_LONG;
- ">
-},
-{
- Id: 2734
- AegisName: "Directive_A"
- Name: "Directive"
- Type: "IT_ARMOR"
- Def: 1
- Job: {
- Novice: true
- }
- Loc: "EQP_ACC"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2735
- AegisName: "Directive_B"
- Name: "Directive"
- Type: "IT_ARMOR"
- Def: 1
- Job: {
- Novice: true
- }
- Loc: "EQP_ACC"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 2736
- AegisName: "Navel_Ring"
- Name: "Navel Ring"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 75
- Refine: false
- Script: <"
- bonus bDex,3;
- bonus bLuk,3;
- bonus bMdef,2;
- ">
-},
-{
- Id: 2737
- AegisName: "Foot_Ring"
- Name: "Foot Ring"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 150
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 75
- Refine: false
- Script: <"
- bonus bVit,3;
- bonus bMaxHPrate,10;
- ">
-},
-{
- Id: 2738
- AegisName: "Shiny_Coin"
- Name: "Shiny Coin"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace, RC_All, 6;
- bonus bMatkRate,6;
- ">
-},
-{
- Id: 2739
- AegisName: "Ordinary_Coin"
- Name: "Ordinary Coin"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace, RC_All, 5;
- bonus bMatkRate,5;
- ">
-},
-{
- Id: 2740
- AegisName: "Rusty_Coin"
- Name: "Rusty Coin"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace, RC_All, 3;
- bonus bMatkRate,3;
- ">
-},
-{
- Id: 2741
- AegisName: "All_In_One_Ring"
- Name: "All In One Ring"
- Type: "IT_ARMOR"
- Buy: 20
- Loc: "EQP_ACC"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAllStats,1;
- bonus bNoCastCancel,0;
- bonus bCastrate,10;
- skill AL_HEAL,1;
- skill AL_TELEPORT,1;
- ">
-},
-/*
-{
- Id: 2742
- AegisName: "Lucky_Clip"
- Name: "Lucky Clip"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- Refine: false
-},
-*/
-{
- Id: 2743
- AegisName: "Angelic_Ring"
- Name: "Angelic Ring"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 70
- Refine: false
- Script: <"
- bonus bInt,2;
- bonus bDex,1;
- bonus bMdef,2;
- autobonus3 "{ bonus bHealPower,20; }",50,3000,AL_HEAL;
- autobonus3 "{ bonus bHealPower,20; }",50,3000,AM_POTIONPITCHER;
- autobonus3 "{ bonus bHealPower,20; }",50,3000,PR_SANCTUARY;
- ">
-},
-{
- Id: 2744
- AegisName: "Sprint_Ring"
- Name: "Sprint Ring"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 70
- Refine: false
- Script: <"
- bonus bCastrate,-10;
- bonus bDelayrate,-5;
- ">
-},
-{
- Id: 2745
- AegisName: "Pinguicula_Corsage"
- Name: "Pinguicula Corsage"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Slots: 1
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 70
- Refine: false
- Script: <"
- bonus bMdef,2;
- bonus bMaxSP,25;
- ">
-},
-{
- Id: 2746
- AegisName: "Cold_Heart"
- Name: "Cold Heart"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Job: {
- Assassin: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 80
- Refine: false
- Script: <" bonus bAgi,3; ">
-},
-{
- Id: 2747
- AegisName: "Black_Cat"
- Name: "Black Cat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Job: {
- Rogue: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 80
- Refine: false
- Script: <" bonus bDex,3; ">
-},
-{
- Id: 2748
- AegisName: "Cursed_Star"
- Name: "Cursed Star"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Job: {
- Archer: true
- Hunter: true
- Bard: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 84
- Refine: false
- Script: <"
- bonus bMdef,3;
- bonus bDex,2;
- bonus bLuk,-1;
- bonus2 bHPLossRate,50,10000;
- bonus3 bAddEff,Eff_Curse,200,ATF_WEAPON|ATF_LONG|ATF_TARGET;
- ">
- OnUnequipScript: <" heal -300,0; ">
-},
-{
- Id: 2749
- AegisName: "Linen_Glove"
- Name: "Linen Glove"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 120
- Def: 1
- Slots: 1
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 90
- Refine: false
- Script: <"
- bonus bMdef,2;
- bonus bAgi,2;
- bonus bDex,1;
- ">
-},
-/*
-{
- Id: 2750
- AegisName: "Summer_Night_Dream"
- Name: "Summer Night Dream"
- Type: "IT_ARMOR"
- Buy: 20
- Loc: "EQP_ACC"
- Refine: false
- Script: <" skill ALL_DREAM_SUMMERNIGHT,1; ">
-},
-*/
-{
- Id: 2751
- AegisName: "Academy_Badge"
- Name: "Academy Of Badge"
- Type: "IT_ARMOR"
- Weight: 100
- Loc: "EQP_ACC"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- if(BaseLevel<80) {
- bonus bMaxHP,400;
- bonus bMaxSP,200;
- }
-
- ">
-},
-{
- Id: 2752
- AegisName: "Praxinus_C"
- Name: "Praccsinos"
- Type: "IT_ARMOR"
- Buy: 2
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace, RC_All, 5;
- bonus bMatkRate,5;
- ">
-},
-{
- Id: 2753
- AegisName: "Beholder_Ring"
- Name: "Beholder Ring"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bExpAddRace,RC_Formless,15; ">
-},
-{
- Id: 2754
- AegisName: "Hallow_Ring"
- Name: "Hallow Ring"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bExpAddRace,RC_Undead,15; ">
-},
-{
- Id: 2755
- AegisName: "Clamorous_Ring"
- Name: "Clamorous Ring"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bExpAddRace,RC_Brute,15; ">
-},
-{
- Id: 2756
- AegisName: "Chemical_Ring"
- Name: "Chemical Ring"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bExpAddRace,RC_Plant,15; ">
-},
-{
- Id: 2757
- AegisName: "Insecticide_Ring"
- Name: "Insecticide Ring"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bExpAddRace,RC_Insect,15; ">
-},
-{
- Id: 2758
- AegisName: "Fisher_Ring"
- Name: "Fischer Ring"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bExpAddRace,RC_Fish,15; ">
-},
-{
- Id: 2759
- AegisName: "Decussate_Ring"
- Name: "Decussate Ring"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bExpAddRace,RC_Demon,15; ">
-},
-{
- Id: 2760
- AegisName: "Bloody_Ring"
- Name: "Bloody Ring"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bExpAddRace,RC_DemiPlayer,15; ">
-},
-{
- Id: 2761
- AegisName: "Satanic_Ring"
- Name: "Satanic Ring"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bExpAddRace,RC_Angel,15; ">
-},
-{
- Id: 2762
- AegisName: "Dragoon_Ring"
- Name: "Dragon Ring"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bExpAddRace,RC_Dragon,15; ">
-},
-{
- Id: 2763
- AegisName: "Skul_Ring_C"
- Name: "Neo Skull Ring"
- Type: "IT_ARMOR"
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 95
- Refine: false
- Script: <"
- bonus bAtkRate,5;
- bonus bMatkRate,5;
- bonus bMaxHPrate,5;
- bonus2 bSkillHeal,AL_HEAL,5;
- skill MG_SIGHT,1;
- ">
-},
-{
- Id: 2764
- AegisName: "Small_Fishing_Rod"
- Name: "Small Fishing Rod"
- Type: "IT_ARMOR"
- Buy: 10
- Weight: 250
- Loc: "EQP_ACC"
- Refine: false
-},
-{
- Id: 2765
- AegisName: "Novice_Figure"
- Name: "Novice Figure"
- Type: "IT_ARMOR"
- Weight: 100
- Loc: "EQP_ACC"
- Refine: false
- Script: <"
- bonus bMaxHP,70;
- if(Class==Job_Novice || Class==Job_Novice_High || Class==Job_SuperNovice) bonus bMaxHP,30;
- ">
-},
-{
- Id: 2766
- AegisName: "Swordman_Figure"
- Name: "Swordman Figure"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- Refine: false
- Script: <"
- bonus bVit,1;
- if(BaseClass==Job_Swordman) bonus bDef,2;
- ">
-},
-{
- Id: 2767
- AegisName: "Acolyte_Figure"
- Name: "Acolyte Figure"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- Refine: false
- Script: <"
- bonus bInt,1;
- if(BaseClass==Job_Acolyte) bonus bMaxSP,50;
- ">
-},
-{
- Id: 2768
- AegisName: "Mage_Figure"
- Name: "Mage Figure"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- Refine: false
- Script: <"
- bonus bInt,1;
- if(BaseClass==Job_Mage) bonus bSPrecovRate,5;
- ">
-},
-{
- Id: 2769
- AegisName: "Archer_Figure"
- Name: "Archer Figure"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- Refine: false
- Script: <"
- bonus bDex,1;
- if(BaseClass==Job_Archer) bonus bBaseAtk,10;
- ">
-},
-{
- Id: 2770
- AegisName: "Thief_Figure"
- Name: "Thief Figure"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- Refine: false
- Script: <"
- bonus bAgi,1;
- if(BaseClass==Job_Thief) bonus bAspdRate,3;
- ">
-},
-{
- Id: 2771
- AegisName: "Merchant_Figure"
- Name: "Merchant Figure"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- Refine: false
- Script: <"
- bonus bStr,1;
- if(BaseClass==Job_Merchant) bonus bCritical,5;
- ">
-},
-{
- Id: 2772
- AegisName: "Krieger_Ring1"
- Name: "Glorious Ring"
- Type: "IT_ARMOR"
- Buy: 20
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 81
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,300;
- bonus2 bSubEle,Ele_Water,10;
- bonus2 bSubEle,Ele_Wind,10;
- bonus2 bSubEle,Ele_Earth,10;
- bonus2 bSubEle,Ele_Fire,10;
- bonus bAspdRate,5;
- bonus bCastrate,-3;
- bonus bHealPower,5;
- ">
-},
-{
- Id: 2773
- AegisName: "Krieger_Ring2"
- Name: "Glorious Mass-Production Ring"
- Type: "IT_ARMOR"
- Buy: 20
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 61
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAllStats,2; ">
-},
-{
- Id: 2774
- AegisName: "Krieger_Ring3"
- Name: "Glorious Popularized Ring"
- Type: "IT_ARMOR"
- Buy: 20
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAllStats,1; ">
-},
-{
- Id: 2775
- AegisName: "Lure"
- Name: "Lure"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_ACC"
- Refine: false
-},
-{
- Id: 2776
- AegisName: "Cool_Towel"
- Name: "Adventurer's Trusty Towel"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_ACC"
- Refine: false
- OnEquipScript: <" sc_start SC_SUMMER,-1,0; ">
- OnUnequipScript: <" sc_end SC_SUMMER; ">
-},
-{
- Id: 2777
- AegisName: "Shaman_Ring"
- Name: "Shaman Ring"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: "EQP_ACC"
- EquipLv: 30
- Refine: false
- Trade: {
- nodrop: true
- nogstorage: true
- }
- Script: <" bonus bUseSPrate,-5; ">
-},
-{
- Id: 2778
- AegisName: "Shaman_Earing"
- Name: "Shaman Earrings"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_ACC"
- EquipLv: 30
- Refine: false
- Trade: {
- nodrop: true
- nogstorage: true
- }
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 2779
- AegisName: "Dark_Knight_Belt"
- Name: "Dark Knight Belt"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 1
- Loc: "EQP_ACC"
- EquipLv: 30
- Refine: false
- Trade: {
- nodrop: true
- nogstorage: true
- }
- Script: <"
- bonus bStr,2;
- bonus bAgi,1;
- ">
-},
-{
- Id: 2780
- AegisName: "Dark_Knight_Glove"
- Name: "Dark Knight Glove"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 1
- Loc: "EQP_ACC"
- EquipLv: 80
- Refine: false
- Trade: {
- nodrop: true
- nogstorage: true
- }
- Script: <" autobonus "{ bonus bAspdRate,2; }",10,10000,0,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }"; ">
-},
-{
- Id: 2781
- AegisName: "Aumduras_Grace"
- Name: "Aumdura's Benefit"
- Type: "IT_ARMOR"
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- nogstorage: true
- }
- Script: <"
- bonus bAllStats,1;
- bonus bMdef,1;
- ">
-},
-{
- Id: 2782
- AegisName: "Ring_Of_Wise_King"
- Name: "Ring of the Ancient Wise King"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_ACC"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,50;
- bonus bMaxSP,20;
- ">
-},
-{
- Id: 2783
- AegisName: "Eyes_Stone_Ring"
- Name: "Eye Stone Ring"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: "EQP_ACC"
- EquipLv: 70
- Refine: false
- Script: <"
- bonus bCritical,2;
- bonus bMaxSP,25;
- ">
-},
-{
- Id: 2784
- AegisName: "Oh_Holy_Night"
- Name: "Christmas Musicbox"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Script: <" skill ALL_WEWISH,1; ">
-},
-{
- Id: 2785
- AegisName: "Orleans_Glove_M"
- Name: "Orlean's Gloves"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 90
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus bMatkRate,3;
- ">
-},
-{
- Id: 2786
- AegisName: "Spiritual_Ring_M"
- Name: "Spiritual Ring"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_ACC"
- Refine: false
- Script: <"
- bonus bInt,2;
- bonus bDex,1;
- ">
-},
-{
- Id: 2787
- AegisName: "Waterdrop_Brooch"
- Name: "Waterdrop Brooch"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 75
- Refine: false
- Script: <"
- bonus2 bSubEle,Ele_Water,5;
- bonus bMaxHP,80;
- bonus bMdef,2;
- ">
-},
-{
- Id: 2788
- AegisName: "Bradium_Earing"
- Name: "Bradium Earring"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 60
- Refine: false
- Script: <"
- bonus bMatkRate,2;
- bonus bInt,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 2789
- AegisName: "Bradium_Ring"
- Name: "Bradium Ring"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 60
- Refine: false
- Script: <"
- bonus2 bAddRace, RC_All, 2;
- bonus bStr,1;
- bonus bVit,1;
- ">
-},
-{
- Id: 2790
- AegisName: "Bradium_Brooch"
- Name: "Bradium Brooch"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- EquipLv: 60
- Refine: false
- Script: <"
- bonus bFlee,4;
- bonus bAspdRate,2;
- bonus bAgi,1;
- ">
-},
-{
- Id: 2791
- AegisName: "Just_Got_Fish"
- Name: "Fresh Fish"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Slots: 1
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Script: <" bonus bHit,3; ">
-},
-/*
-{
- Id: 2792
- AegisName: "Ring_Of_Flame_Lord_I"
- Name: "Ring of Flame Lord"
- Type: "IT_ARMOR"
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- Refine: false
- Script: <"
- bonus bStr,2;
- bonus bVit,1;
- bonus bBaseAtk,15;
- bonus2 bSubEle,Ele_Fire,10;
- bonus3 bAutoSpell,CH_SOULCOLLECT,1,30;
- bonus3 bAutoSpell,MO_EXPLOSIONSPIRITS,1,10;
- bonus3 bAutoSpell,PA_PRESSURE,2,30;
- bonus3 bAutoSpell,MG_FIREBALL,1,150;
- bonus3 bAutoSpell,KN_BOWLINGBASH,5,20;
- ">
-},
-*/
-/*
-{
- Id: 2793
- AegisName: "Ring_Of_Resonance_I"
- Name: "Ring of Resonance"
- Type: "IT_ARMOR"
- Def: 2
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ACC"
- Refine: false
- Script: <"
- bonus bAgi,2;
- bonus bVit,1;
- bonus bMdef,2;
- bonus4 bAutoSpellWhenHit,WZ_QUAGMIRE,1,50,0;
- bonus3 bAutoSpellWhenHit,AS_SPLASHER,10,20;
- bonus3 bAutoSpellWhenHit,AL_HEAL,10,30;
- bonus3 bAutoSpellWhenHit,HP_ASSUMPTIO,3,20;
- bonus3 bAutoSpellWhenHit,CG_TAROTCARD,5,20;
- ">
-},
-*/
-{
- Id: 2794
- AegisName: "Magic_Stone_Ring"
- Name: "Magic Stone Ring"
- Type: "IT_ARMOR"
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_ACC"
- EquipLv: 99
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 2795
- AegisName: "Green_Apple_Ring"
- Name: "Green Apple Ring"
- Type: "IT_ARMOR"
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 99
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAllStats,6;
- if(JobLevel <30) {
- bonus bAllStats,(JobLevel/5);
- }
-
- ">
-},
-{
- Id: 2796
- AegisName: "Magical_Stone"
- Name: "Rocks"
- Type: "IT_ARMOR"
- Weight: 200
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_ACC"
- EquipLv: 99
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddDamageClass,2047,10;
- bonus2 bAddDefClass,2048,-10;
- bonus3 bAddClassDropItem,6152,2047,70;
- ">
-},
-{
- Id: 2797
- AegisName: "Magical_Stone_"
- Name: "Rocks"
- Type: "IT_ARMOR"
- Weight: 200
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_ACC"
- EquipLv: 99
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddDamageClass,2049,10;
- bonus2 bAddDefClass,2050,-10;
- bonus3 bAddClassDropItem,6151,2049,70;
- ">
-},
-{
- Id: 2798
- AegisName: "Will_Of_Exhausted_Angel"
- Name: "Will Of Exhausted Angel"
- Type: "IT_ARMOR"
- Weight: 200
- Job: {
- Priest: true
- Monk: true
- }
- Loc: "EQP_ACC"
- EquipLv: 99
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- if(strcharinfo(PC_MAP)=="job3_arch02") {
- bonus2 bAddDefClass,1761,50;
- bonus2 bAddDefClass,1762,50;
- }
-
- ">
-},
-{
- Id: 2799
- AegisName: "Kuirpenring"
- Name: "Kuirpenring"
- Type: "IT_ARMOR"
- Weight: 100
- Slots: 1
- Loc: "EQP_ACC"
- Refine: false
- Script: <" bonus bMdef,1; ">
-},
-{
- Id: 2800
- AegisName: "Accelerator"
- Name: "Accelerator"
- Type: "IT_ARMOR"
- Buy: 100000
- Weight: 100
- Slots: 1
- Job: {
- Blacksmith: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_ACC"
- EquipLv: 99
- Refine: false
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 2801
- AegisName: "Hovering_Booster"
- Name: "Hovering Booster"
- Type: "IT_ARMOR"
- Buy: 100000
- Weight: 2000
- Slots: 1
- Job: {
- Blacksmith: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_ACC"
- EquipLv: 99
- Refine: false
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 2802
- AegisName: "Suicidal_Device"
- Name: "Suicidal Device"
- Type: "IT_ARMOR"
- Buy: 500000
- Weight: 1000
- Slots: 1
- Job: {
- Blacksmith: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_ACC"
- EquipLv: 99
- Refine: false
-},
-{
- Id: 2803
- AegisName: "Shape_Shifter"
- Name: "Shape Shifter"
- Type: "IT_ARMOR"
- Buy: 100000
- Weight: 500
- Slots: 1
- Job: {
- Blacksmith: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_ACC"
- EquipLv: 99
- Refine: false
- Script: <" bonus bInt,3; ">
-},
-{
- Id: 2804
- AegisName: "Cooling_Device"
- Name: "Cooling Device"
- Type: "IT_ARMOR"
- Buy: 100000
- Weight: 2500
- Slots: 1
- Job: {
- Blacksmith: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_ACC"
- EquipLv: 99
- Refine: false
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 2805
- AegisName: "Mag_Field_Generator"
- Name: "Magnetic Field Generator"
- Type: "IT_ARMOR"
- Buy: 100000
- Weight: 6000
- Slots: 1
- Job: {
- Blacksmith: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_ACC"
- EquipLv: 99
- Refine: false
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 2806
- AegisName: "Barrier_Builder"
- Name: "Barrier Builder"
- Type: "IT_ARMOR"
- Buy: 150000
- Weight: 8000
- Def: 3
- Slots: 1
- Job: {
- Blacksmith: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_ACC"
- EquipLv: 99
- Refine: false
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 2807
- AegisName: "Repair_Kit"
- Name: "Repair Kit"
- Type: "IT_ARMOR"
- Buy: 200000
- Weight: 400
- Slots: 1
- Job: {
- Blacksmith: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_ACC"
- EquipLv: 99
- Refine: false
-},
-{
- Id: 2808
- AegisName: "Camouflage_Generator"
- Name: "Camouflage Generator"
- Type: "IT_ARMOR"
- Buy: 250000
- Weight: 1000
- Slots: 1
- Job: {
- Blacksmith: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_ACC"
- EquipLv: 99
- Refine: false
- Script: <" bonus bAgi,3; ">
-},
-{
- Id: 2819
- AegisName: "Swordman_Manual"
- Name: "Swordsman Manual"
- Type: "IT_ARMOR"
- Weight: 100
- Job: {
- Novice: true
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxSP,100;
- skill SM_BASH,1;
- skill SM_PROVOKE,1;
- skill SM_MAGNUM,1;
- ">
-},
-{
- Id: 2820
- AegisName: "Thief_Manual"
- Name: "Thief Manual"
- Type: "IT_ARMOR"
- Weight: 100
- Job: {
- Novice: true
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxSP,100;
- skill TF_DOUBLE,3;
- bonus bDoubleRate,15;
- skill TF_STEAL,1;
- skill TF_HIDING,1;
- skill TF_POISON,1;
- ">
-},
-{
- Id: 2821
- AegisName: "Acolyte_Manual"
- Name: "Acolyte Manual"
- Type: "IT_ARMOR"
- Weight: 100
- Job: {
- Novice: true
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxSP,100;
- skill AL_HEAL,1;
- skill AL_INCAGI,1;
- skill AL_BLESSING,1;
- ">
-},
-{
- Id: 2822
- AegisName: "Archer_Manual"
- Name: "Archer Manual"
- Type: "IT_ARMOR"
- Weight: 100
- Job: {
- Novice: true
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxSP,100;
- skill AC_OWL,1;
- skill AC_CONCENTRATION,1;
- ">
-},
-{
- Id: 2823
- AegisName: "Merchant_Manual"
- Name: "Merchant Manual"
- Type: "IT_ARMOR"
- Weight: 100
- Job: {
- Novice: true
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxSP,100;
- skill MC_DISCOUNT,1;
- skill MC_OVERCHARGE,10;
- skill MC_IDENTIFY,1;
- skill MC_MAMMONITE,1;
- ">
-},
-{
- Id: 2824
- AegisName: "Mage_Manual"
- Name: "Mage Manual"
- Type: "IT_ARMOR"
- Weight: 100
- Job: {
- Novice: true
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxSP,100;
- skill MG_SRECOVERY,1;
- skill MG_COLDBOLT,1;
- skill MG_FIREWALL,1;
- skill MG_FIREBOLT,1;
- ">
-},
-
-//== Cards =================================================
-{
- Id: 4001
- AegisName: "Poring_Card"
- Name: "Poring Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bLuk,2;
- bonus bFlee2,1;
- ">
-},
-{
- Id: 4002
- AegisName: "Fabre_Card"
- Name: "Fabre Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bVit,1;
- bonus bMaxHP,100;
- ">
-},
-{
- Id: 4003
- AegisName: "Pupa_Card"
- Name: "Pupa Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus bMaxHP,700; ">
-},
-{
- Id: 4004
- AegisName: "Drops_Card"
- Name: "Drops Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bDex,1;
- bonus bHit,3;
- ">
-},
-{
- Id: 4005
- AegisName: "Poring__Card"
- Name: "Santa Poring Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddEle,Ele_Dark,20; ">
-},
-{
- Id: 4006
- AegisName: "Lunatic_Card"
- Name: "Lunatic Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bLuk,1;
- bonus bCritical,1;
- bonus bFlee2,1;
- ">
-},
-{
- Id: 4007
- AegisName: "Pecopeco_Egg_Card"
- Name: "Peco Peco Egg Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddRace,RC_Formless,20; ">
-},
-{
- Id: 4008
- AegisName: "Picky_Card"
- Name: "Picky Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bStr,1;
- bonus bBaseAtk,10;
- ">
-},
-{
- Id: 4009
- AegisName: "Chonchon_Card"
- Name: "Chonchon Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus bAgi,1;
- bonus bFlee,2;
- ">
-},
-{
- Id: 4010
- AegisName: "Wilow_Card"
- Name: "Willow Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <" bonus bMaxSP,80; ">
-},
-{
- Id: 4011
- AegisName: "Picky__Card"
- Name: "Picky Egg Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bVit,1;
- bonus bMaxHP,100;
- ">
-},
-{
- Id: 4012
- AegisName: "Thief_Bug_Egg_Card"
- Name: "Thief Bug Egg Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <" bonus bMaxHP,400; ">
-},
-{
- Id: 4013
- AegisName: "Andre_Egg_Card"
- Name: "Andre Egg Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <" bonus bMaxHPrate,5; ">
-},
-{
- Id: 4014
- AegisName: "Roda_Frog_Card"
- Name: "Roda Frog Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bMaxHP,400;
- bonus bMaxSP,50;
- ">
-},
-{
- Id: 4015
- AegisName: "Condor_Card"
- Name: "Condor Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <" bonus bFlee,10; ">
-},
-{
- Id: 4016
- AegisName: "Thief_Bug_Card"
- Name: "Thief Bug Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 4017
- AegisName: "Savage_Babe_Card"
- Name: "Savage Babe Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddEff,Eff_Stun,500; ">
-},
-{
- Id: 4018
- AegisName: "Andre_Larva_Card"
- Name: "Andre Larva Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bInt,1;
- bonus bMaxSP,10;
- ">
-},
-{
- Id: 4019
- AegisName: "Hornet_Card"
- Name: "Hornet Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bStr,1;
- bonus bBaseAtk,3;
- ">
-},
-{
- Id: 4020
- AegisName: "Farmiliar_Card"
- Name: "Familiar Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus2 bAddEff,Eff_Blind,500;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 4021
- AegisName: "Rocker_Card"
- Name: "Rocker Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bDex,1;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 4022
- AegisName: "Spore_Card"
- Name: "Spore Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus bVit,2; ">
-},
-{
- Id: 4023
- AegisName: "Desert_Wolf_Babe_Card"
- Name: "Baby Desert Wolf Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 4024
- AegisName: "Plankton_Card"
- Name: "Plankton Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus2 bAddEff,Eff_Sleep,500;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 4025
- AegisName: "Skeleton_Card"
- Name: "Skeleton Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bBaseAtk,10;
- bonus2 bAddEff,Eff_Stun,200;
- ">
-},
-{
- Id: 4026
- AegisName: "Thief_Bug_Female_Card"
- Name: "Female Thief Bug Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bAgi,1;
- bonus bFlee,1;
- ">
-},
-{
- Id: 4027
- AegisName: "Kukre_Card"
- Name: "Kukre Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 4028
- AegisName: "Tarou_Card"
- Name: "Tarou Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 4029
- AegisName: "Wolf_Card"
- Name: "Wolf Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bBaseAtk,15;
- bonus bCritical,1;
- ">
-},
-{
- Id: 4030
- AegisName: "Mandragora_Card"
- Name: "Mandragora Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddEle,Ele_Wind,20; ">
-},
-{
- Id: 4031
- AegisName: "Pecopeco_Card"
- Name: "Peco Peco Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus bMaxHPrate,10; ">
-},
-{
- Id: 4032
- AegisName: "Ambernite_Card"
- Name: "Ambernite Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <" bonus bDef,2; ">
-},
-{
- Id: 4033
- AegisName: "Poporing_Card"
- Name: "Poporing Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" skill TF_DETOXIFY,1; ">
-},
-{
- Id: 4034
- AegisName: "Worm_Tail_Card"
- Name: "Wormtail Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus bDex,2; ">
-},
-{
- Id: 4035
- AegisName: "Hydra_Card"
- Name: "Hydra Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddRace,RC_DemiPlayer,20; ">
-},
-{
- Id: 4036
- AegisName: "Muka_Card"
- Name: "Muka Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus bHPrecovRate,10; ">
-},
-{
- Id: 4037
- AegisName: "Snake_Card"
- Name: "Snake Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus2 bAddEff,Eff_Poison,500;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 4038
- AegisName: "Zombie_Card"
- Name: "Zombie Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <" bonus bHPrecovRate,20; ">
-},
-{
- Id: 4039
- AegisName: "Stainer_Card"
- Name: "Stainer Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus2 bResEff,Eff_Silence,2000;
- bonus bDef,1;
- ">
-},
-{
- Id: 4040
- AegisName: "Creamy_Card"
- Name: "Creamy Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" skill AL_TELEPORT,1; ">
-},
-{
- Id: 4041
- AegisName: "Coco_Card"
- Name: "Coco Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus2 bResEff,Eff_Sleep,2000;
- bonus bDef,1;
- ">
-},
-{
- Id: 4042
- AegisName: "Steel_Chonchon_Card"
- Name: "Steel Chonchon Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus2 bSubEle,Ele_Wind,10;
- bonus bDef,2;
- ">
-},
-{
- Id: 4043
- AegisName: "Andre_Card"
- Name: "Andre Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus bBaseAtk,20; ">
-},
-{
- Id: 4044
- AegisName: "Smokie_Card"
- Name: "Smokie Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" skill TF_HIDING,1; ">
- OnUnequipScript: <" sc_end SC_HIDING; ">
-},
-{
- Id: 4045
- AegisName: "Horn_Card"
- Name: "Horn Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <" bonus bLongAtkDef,35; ">
-},
-{
- Id: 4046
- AegisName: "Martin_Card"
- Name: "Martin Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus2 bResEff,Eff_Blind,2000;
- bonus bDef,1;
- ">
-},
-{
- Id: 4047
- AegisName: "Ghostring_Card"
- Name: "Ghostring Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bDefEle,Ele_Ghost;
- bonus bHPrecovRate,-25;
- ">
-},
-{
- Id: 4048
- AegisName: "Poison_Spore_Card"
- Name: "Poison Spore Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" skill TF_POISON,3; ">
-},
-{
- Id: 4049
- AegisName: "Vadon_Card"
- Name: "Vadon Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddEle,Ele_Fire,20; ">
-},
-{
- Id: 4050
- AegisName: "Thief_Bug_Male_Card"
- Name: "Male Thief Bug Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 4051
- AegisName: "Yoyo_Card"
- Name: "Yoyo Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus bFlee2,5;
- bonus bAgi,1;
- ">
-},
-{
- Id: 4052
- AegisName: "Elder_Wilow_Card"
- Name: "Elder Willow Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 4053
- AegisName: "Vitata_Card"
- Name: "Vitata Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- skill AL_HEAL,1;
- bonus bUseSPrate,25;
- ">
-},
-{
- Id: 4054
- AegisName: "Angeling_Card"
- Name: "Angeling Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus bDefEle,Ele_Holy; ">
-},
-{
- Id: 4055
- AegisName: "Marina_Card"
- Name: "Marina Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus2 bAddEff,Eff_Freeze,500;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 4056
- AegisName: "Dustiness_Card"
- Name: "Dustiness Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus2 bSubEle,Ele_Wind,30;
- bonus bFlee,5;
- ">
-},
-{
- Id: 4057
- AegisName: "Metaller_Card"
- Name: "Metaller Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus2 bAddEff,Eff_Silence,500;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 4058
- AegisName: "Thara_Frog_Card"
- Name: "Thara Frog Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <" bonus2 bSubRace,RC_DemiPlayer,30; ">
-},
-{
- Id: 4059
- AegisName: "Soldier_Andre_Card"
- Name: "Soldier Andre Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <" bonus2 bSubRace,RC_Plant,30; ">
-},
-{
- Id: 4060
- AegisName: "Goblin_Card"
- Name: "Goblin Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddRace,RC_Brute,20; ">
-},
-{
- Id: 4061
- AegisName: "Cornutus_Card"
- Name: "Cornutus Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bUnbreakableArmor,0;
- bonus bDef,1;
- ">
-},
-{
- Id: 4062
- AegisName: "Anacondaq_Card"
- Name: "Anacondaq Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddEle,Ele_Poison,20; ">
-},
-{
- Id: 4063
- AegisName: "Caramel_Card"
- Name: "Caramel Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddRace,RC_Insect,20; ">
-},
-{
- Id: 4064
- AegisName: "Zerom_Card"
- Name: "Zerom Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus bDex,3; ">
-},
-{
- Id: 4065
- AegisName: "Kaho_Card"
- Name: "Kaho Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddEle,Ele_Earth,20; ">
-},
-{
- Id: 4066
- AegisName: "Orc_Warrior_Card"
- Name: "Orc Warrior Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <" bonus2 bSubRace,RC_Brute,30; ">
-},
-{
- Id: 4067
- AegisName: "Megalodon_Card"
- Name: "Megalodon Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus2 bResEff,Eff_Freeze,2000;
- bonus bDef,1;
- ">
-},
-{
- Id: 4068
- AegisName: "Scorpion_Card"
- Name: "Scorpion Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddRace,RC_Plant,20; ">
-},
-{
- Id: 4069
- AegisName: "Drainliar_Card"
- Name: "Drainliar Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddEle,Ele_Water,20; ">
-},
-{
- Id: 4070
- AegisName: "Eggyra_Card"
- Name: "Eggyra Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <" bonus bSPrecovRate,15; ">
-},
-{
- Id: 4071
- AegisName: "Orc_Zombie_Card"
- Name: "Orc Zombie Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus2 bSubEle,Ele_Undead,30;
- bonus bFlee,5;
- ">
-},
-{
- Id: 4072
- AegisName: "Golem_Card"
- Name: "Golem Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 4073
- AegisName: "Pirate_Skel_Card"
- Name: "Pirate Skeleton Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" skill MC_DISCOUNT,5; ">
-},
-{
- Id: 4074
- AegisName: "BigFoot_Card"
- Name: "Bigfoot Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <" bonus2 bSubRace,RC_Insect,30; ">
-},
-{
- Id: 4075
- AegisName: "Argos_Card"
- Name: "Argos Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus2 bResEff,Eff_Stone,2000;
- bonus bDef,1;
- ">
-},
-{
- Id: 4076
- AegisName: "Magnolia_Card"
- Name: "Magnolia Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus2 bAddEff,Eff_Curse,500;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 4077
- AegisName: "Phen_Card"
- Name: "Phen Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus bNoCastCancel,0;
- bonus bCastrate,25;
- ">
-},
-{
- Id: 4078
- AegisName: "Savage_Card"
- Name: "Savage Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus bVit,3; ">
-},
-{
- Id: 4079
- AegisName: "Mantis_Card"
- Name: "Mantis Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus bStr,3; ">
-},
-{
- Id: 4080
- AegisName: "Flora_Card"
- Name: "Flora Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddRace,RC_Fish,20; ">
-},
-{
- Id: 4081
- AegisName: "Hode_Card"
- Name: "Hode Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus2 bSubEle,Ele_Earth,30;
- bonus bFlee,5;
- ">
-},
-{
- Id: 4082
- AegisName: "Desert_Wolf_Card"
- Name: "Desert Wolf Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus2 bAddSize,Size_Small,15;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 4083
- AegisName: "Rafflesia_Card"
- Name: "Rafflesia Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <" bonus2 bSubRace,RC_Fish,30; ">
-},
-{
- Id: 4084
- AegisName: "Marine_Sphere_Card"
- Name: "Marine Sphere Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" skill SM_MAGNUM,3; ">
-},
-{
- Id: 4085
- AegisName: "Orc_Skeleton_Card"
- Name: "Orc Skeleton Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddEle,Ele_Holy,20; ">
-},
-{
- Id: 4086
- AegisName: "Soldier_Skeleton_Card"
- Name: "Soldier Skeleton Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus bCritical,9; ">
-},
-{
- Id: 4087
- AegisName: "Giearth_Card"
- Name: "Giearth Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus2 bResEff,Eff_Confusion,10000;
- bonus2 bSubEle,Ele_Earth,15;
- ">
-},
-{
- Id: 4088
- AegisName: "Frilldora_Card"
- Name: "Frilldora Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <" skill AS_CLOAKING,1; ">
- OnUnequipScript: <" sc_end SC_CLOAKING; ">
-},
-{
- Id: 4089
- AegisName: "Sword_Fish_Card"
- Name: "Swordfish Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bDefEle,Ele_Water;
- bonus bDef,1;
- ">
-},
-{
- Id: 4090
- AegisName: "Munak_Card"
- Name: "Munak Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus2 bResEff,Eff_Stone,1500;
- bonus2 bSubEle,Ele_Earth,5;
- bonus bDef,1;
- ">
-},
-{
- Id: 4091
- AegisName: "Kobold_Card"
- Name: "Kobold Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus bStr,1;
- bonus bCritical,4;
- ">
-},
-{
- Id: 4092
- AegisName: "Skel_Worker_Card"
- Name: "Skeleton Worker Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus2 bAddSize,Size_Medium,15;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 4093
- AegisName: "Obeaune_Card"
- Name: "Obeaune Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" skill AL_CURE,1; ">
-},
-{
- Id: 4094
- AegisName: "Archer_Skeleton_Card"
- Name: "Archer Skeleton Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus bLongAtkRate,10; ">
-},
-{
- Id: 4095
- AegisName: "Marse_Card"
- Name: "Marse Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus2 bSubEle,Ele_Water,30;
- bonus bFlee,5;
- ">
-},
-{
- Id: 4096
- AegisName: "Zenorc_Card"
- Name: "Zenorc Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus2 bAddEff,Eff_Poison,400;
- bonus bBaseAtk,10;
- ">
-},
-{
- Id: 4097
- AegisName: "Matyr_Card"
- Name: "Matyr Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus bMaxHPrate,10;
- bonus bAgi,1;
- ">
-},
-{
- Id: 4098
- AegisName: "Dokebi_Card"
- Name: "Dokebi Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bDefEle,Ele_Wind;
- bonus bDef,1;
- ">
-},
-{
- Id: 4099
- AegisName: "Pasana_Card"
- Name: "Pasana Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bDefEle,Ele_Fire;
- bonus bDef,1;
- ">
-},
-{
- Id: 4100
- AegisName: "Sohee_Card"
- Name: "Sohee Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus bMaxSPrate,15;
- bonus bSPrecovRate,3;
- ">
-},
-{
- Id: 4101
- AegisName: "Sand_Man_Card"
- Name: "Sandman Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bDefEle,Ele_Earth;
- bonus bDef,1;
- ">
-},
-{
- Id: 4102
- AegisName: "Whisper_Card"
- Name: "Whisper Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus bFlee,20;
- bonus2 bSubEle,Ele_Ghost,-50;
- ">
-},
-{
- Id: 4103
- AegisName: "Horong_Card"
- Name: "Horong Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" skill MG_SIGHT,1; ">
- OnUnequipScript: <" sc_end SC_SIGHT; ">
-},
-{
- Id: 4104
- AegisName: "Requiem_Card"
- Name: "Requiem Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddEff,Eff_Confusion,500; ">
-},
-{
- Id: 4105
- AegisName: "Marc_Card"
- Name: "Marc Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus2 bSubEle,Ele_Water,5;
- bonus2 bResEff,Eff_Freeze,10000;
- ">
-},
-{
- Id: 4106
- AegisName: "Mummy_Card"
- Name: "Mummy Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus bHit,20; ">
-},
-{
- Id: 4107
- AegisName: "Verit_Card"
- Name: "Verit Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus bMaxHPrate,8;
- bonus bMaxSPrate,8;
- ">
-},
-{
- Id: 4108
- AegisName: "Myst_Card"
- Name: "Myst Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus2 bSubEle,Ele_Poison,30;
- bonus bFlee,5;
- ">
-},
-{
- Id: 4109
- AegisName: "Jakk_Card"
- Name: "Jakk Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus2 bSubEle,Ele_Fire,30;
- bonus bFlee,5;
- ">
-},
-{
- Id: 4110
- AegisName: "Ghoul_Card"
- Name: "Ghoul Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus2 bResEff,Eff_Poison,2000;
- bonus bDef,1;
- ">
-},
-{
- Id: 4111
- AegisName: "Strouf_Card"
- Name: "Strouf Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddRace,RC_Demon,20; ">
-},
-{
- Id: 4112
- AegisName: "Marduk_Card"
- Name: "Marduk Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <" bonus2 bResEff,Eff_Silence,10000; ">
-},
-{
- Id: 4113
- AegisName: "Marionette_Card"
- Name: "Marionette Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus2 bSubEle,Ele_Ghost,30;
- bonus bFlee,5;
- ">
-},
-{
- Id: 4114
- AegisName: "Argiope_Card"
- Name: "Argiope Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bDefEle,Ele_Poison;
- bonus bDef,1;
- ">
-},
-{
- Id: 4115
- AegisName: "Hunter_Fly_Card"
- Name: "Hunter Fly Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bHPDrainRate,30,15; ">
-},
-{
- Id: 4116
- AegisName: "Isis_Card"
- Name: "Isis Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus2 bSubEle,Ele_Dark,30;
- bonus bFlee,5;
- ">
-},
-{
- Id: 4117
- AegisName: "Side_Winder_Card"
- Name: "Sidewinder Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- skill TF_DOUBLE,1;
- bonus bDoubleRate,5;
- ">
-},
-{
- Id: 4118
- AegisName: "Petit_Card"
- Name: "Earth Petite Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddRace,RC_Dragon,20; ">
-},
-{
- Id: 4119
- AegisName: "Bathory_Card"
- Name: "Bathory Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus bDefEle,Ele_Dark; ">
-},
-{
- Id: 4120
- AegisName: "Petit__Card"
- Name: "Sky Petite Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <" bonus2 bSubRace,RC_Dragon,30; ">
-},
-{
- Id: 4121
- AegisName: "Phreeoni_Card"
- Name: "Phreeoni Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus bHit,100; ">
-},
-{
- Id: 4122
- AegisName: "Deviruchi_Card"
- Name: "Deviruchi Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus bStr,1;
- bonus2 bResEff,Eff_Blind,10000;
- ">
-},
-{
- Id: 4123
- AegisName: "Eddga_Card"
- Name: "Eddga Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <" bonus bMaxHPrate,-25; ">
- OnEquipScript: <" sc_start4 SC_ENDURE,60000,10,0,0,1; ">
- OnUnequipScript: <" sc_end SC_ENDURE; ">
-},
-{
- Id: 4124
- AegisName: "Medusa_Card"
- Name: "Medusa Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus2 bSubRace,RC_Demon,15;
- bonus2 bResEff,Eff_Stone,10000;
- ">
-},
-{
- Id: 4125
- AegisName: "Deviace_Card"
- Name: "Deviace Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,7;
- bonus2 bAddRace,RC_Brute,7;
- bonus2 bAddRace,RC_Plant,7;
- bonus2 bAddRace,RC_Insect,7;
- ">
-},
-{
- Id: 4126
- AegisName: "Minorous_Card"
- Name: "Minorous Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus2 bAddSize,Size_Large,15;
- bonus bBaseAtk,5;
- ">
-},
-{
- Id: 4127
- AegisName: "Nightmare_Card"
- Name: "Nightmare Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus2 bResEff,Eff_Sleep,10000;
- bonus bAgi,1;
- ">
-},
-{
- Id: 4128
- AegisName: "Golden_Bug_Card"
- Name: "Golden Thief Bug Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus bNoMagicDamage,100;
- bonus bUseSPrate,100;
- ">
-},
-{
- Id: 4129
- AegisName: "Baphomet__Card"
- Name: "Bapho Jr. Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus bAgi,3;
- bonus bCritical,1;
- ">
-},
-{
- Id: 4130
- AegisName: "Scorpion_King_Card"
- Name: "Scorpion King Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddEle,Ele_Undead,20; ">
-},
-{
- Id: 4131
- AegisName: "Moonlight_Flower_Card"
- Name: "Moonlight Flower Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <" bonus bSpeedRate,25; ">
-},
-{
- Id: 4132
- AegisName: "Mistress_Card"
- Name: "Mistress Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus bNoGemStone,0;
- bonus bUseSPrate,25;
- ">
-},
-{
- Id: 4133
- AegisName: "Daydric_Card"
- Name: "Raydric Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <" bonus2 bSubEle,Ele_Neutral,20; ">
-},
-{
- Id: 4134
- AegisName: "Dracula_Card"
- Name: "Dracula Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bSPDrainRate,100,5; ">
-},
-{
- Id: 4135
- AegisName: "Orc_Load_Card"
- Name: "Orc Lord Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus bShortWeaponDamageReturn,30; ">
-},
-{
- Id: 4136
- AegisName: "Khalitzburg_Card"
- Name: "Khalitzburg Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <" bonus2 bSubRace,RC_Demon,30; ">
-},
-{
- Id: 4137
- AegisName: "Drake_Card"
- Name: "Drake Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus bNoSizeFix,0; ">
-},
-{
- Id: 4138
- AegisName: "Anubis_Card"
- Name: "Anubis Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <" bonus2 bSubRace,RC_Angel,30; ">
-},
-{
- Id: 4139
- AegisName: "Joker_Card"
- Name: "Joker Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" skill TF_STEAL,1; ">
-},
-{
- Id: 4140
- AegisName: "Knight_Of_Abyss_Card"
- Name: "Abysmal Knight Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddRace,RC_Boss,25; ">
-},
-{
- Id: 4141
- AegisName: "Evil_Druid_Card"
- Name: "Evil Druid Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bDefEle,Ele_Undead;
- bonus bInt,1;
- bonus bDef,1;
- ">
-},
-{
- Id: 4142
- AegisName: "Doppelganger_Card"
- Name: "Doppelganger Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus bAspdRate,10; ">
-},
-{
- Id: 4143
- AegisName: "Orc_Hero_Card"
- Name: "Orc Hero Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus bVit,3;
- bonus2 bResEff,Eff_Stun,10000;
- ">
-},
-{
- Id: 4144
- AegisName: "Osiris_Card"
- Name: "Osiris Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus bRestartFullRecover,0; ">
-},
-{
- Id: 4145
- AegisName: "Berzebub_Card"
- Name: "Berzebub Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus bCastrate,-30; ">
-},
-{
- Id: 4146
- AegisName: "Maya_Card"
- Name: "Maya Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <" bonus bMagicDamageReturn,50; ">
-},
-{
- Id: 4147
- AegisName: "Baphomet_Card"
- Name: "Baphomet Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bHit,-10;
- bonus bSplashRange,1;
- ">
-},
-{
- Id: 4148
- AegisName: "Pharaoh_Card"
- Name: "Pharaoh Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <" bonus bUseSPrate,-30; ">
-},
-{
- Id: 4149
- AegisName: "Gargoyle_Card"
- Name: "Gargoyle Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus3 bAddMonsterDropItem,12028,RC_Insect,100; ">
-},
-{
- Id: 4150
- AegisName: "Goat_Card"
- Name: "Goat Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- if(getrefine()<6) {
- bonus bDef,2;
- bonus bMdef,5;
- }
-
- ">
-},
-{
- Id: 4151
- AegisName: "Gajomart_Card"
- Name: "Gajomart Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus2 bSubRace,RC_Plant,-20;
- bonus2 bExpAddRace,RC_Plant,10;
- ">
-},
-{
- Id: 4152
- AegisName: "Galapago_Card"
- Name: "Galapago Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus2 bAddItemHealRate,Apple_Juice,50;
- bonus2 bAddItemHealRate,Banana_Juice,50;
- bonus2 bAddItemHealRate,Carrot_Juice,50;
- bonus3 bAddMonsterDropItem,531,RC_Insect,300;
- bonus3 bAddMonsterDropItem,532,RC_Insect,300;
- bonus3 bAddMonsterDropItem,534,RC_Insect,300;
- ">
-},
-{
- Id: 4153
- AegisName: "Crab_Card"
- Name: "Crab Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bBaseAtk,5;
- bonus2 bAddDamageClass,1266,30;
- ">
-},
-{
- Id: 4154
- AegisName: "Rice_Cake_Boy_Card"
- Name: "Dumpling Child Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus2 bAddItemHealRate,Candy,50;
- bonus2 bAddItemHealRate,Candy_Striper,50;
- bonus3 bAddMonsterDropItem,529,RC_DemiPlayer,300;
- bonus3 bAddMonsterDropItem,530,RC_DemiPlayer,100;
- ">
-},
-{
- Id: 4155
- AegisName: "Goblin_Leader_Card"
- Name: "Goblin Leader Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddRace2,RC2_Goblin,30; ">
-},
-{
- Id: 4156
- AegisName: "Steam_Goblin_Card"
- Name: "Goblin Steamrider Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bCritAtkRate,10;
- bonus2 bCriticalAddRace,RC_Formless,7;
- ">
-},
-{
- Id: 4157
- AegisName: "Goblin_Archer_Card"
- Name: "Goblin Archer Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bCritAtkRate,10;
- bonus2 bCriticalAddRace,RC_Undead,7;
- ">
-},
-{
- Id: 4158
- AegisName: "Flying_Deleter_Card"
- Name: "Sky Deleter Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bHPrecovRate,-100;
- bonus bHPGainValue,100;
- ">
-},
-{
- Id: 4159
- AegisName: "Nine_Tail_Card"
- Name: "Nine Tail Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus bAgi,2;
- if(getrefine()>8) bonus bFlee,20;
- ">
-},
-{
- Id: 4160
- AegisName: "Antique_Firelock_Card"
- Name: "Firelock Soldier Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus bStr,2;
- if(getrefine()>8) {
- bonus bMaxHPrate,10;
- bonus bMaxSPrate,10;
- }
-
- ">
-},
-{
- Id: 4161
- AegisName: "Grand_Peco_Card"
- Name: "Grand Peco Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <" bonus3 bAutoSpellWhenHit,PR_GLORIA,1,50; ">
-},
-{
- Id: 4162
- AegisName: "Grizzly_Card"
- Name: "Grizzly Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus2 bAddEffWhenHit,Eff_Blind,300; ">
-},
-{
- Id: 4163
- AegisName: "Gryphon_Card"
- Name: "Gryphon Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bFlee,2;
- bonus bCritical,7;
- if(BaseClass==Job_Swordman) bonus3 bAutoSpell,KN_BOWLINGBASH,5,10;
- ">
-},
-{
- Id: 4164
- AegisName: "Gullinbursti_Card"
- Name: "Gullinbursti Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus2 bSubRace,RC_Fish,-20;
- bonus2 bExpAddRace,RC_Fish,10;
- ">
-},
-{
- Id: 4165
- AegisName: "Gig_Card"
- Name: "Gig Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bSPGainRace,RC_Insect,5; ">
- OnUnequipScript: <" heal 0,-5; ">
-},
-{
- Id: 4166
- AegisName: "Nightmare_Terror_Card"
- Name: "Nightmare Terror Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus2 bAddEffWhenHit,Eff_Curse,300; ">
-},
-{
- Id: 4167
- AegisName: "Neraid_Card"
- Name: "Nereid Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bSPGainRace,RC_Brute,5; ">
- OnUnequipScript: <" heal 0,-5; ">
-},
-{
- Id: 4168
- AegisName: "Dark_Lord_Card"
- Name: "Dark Lord Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <" bonus3 bAutoSpellWhenHit,WZ_METEOR,5,100; ">
-},
-{
- Id: 4169
- AegisName: "Dark_Illusion_Card"
- Name: "Dark Illusion Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus bMaxHPrate,-10;
- bonus bMaxSPrate,-10;
- bonus bCastrate,-10;
- ">
-},
-{
- Id: 4170
- AegisName: "Dark_Frame_Card"
- Name: "Dark Frame Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus2 bAddEffWhenHit,Eff_Stone,600; ">
-},
-{
- Id: 4171
- AegisName: "Dark_Priest_Card"
- Name: "Dark Priest Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus2 bSPVanishRate, 50, 10;
- if (BaseJob == Job_Sage) bonus bSPDrainValue, 1;
- ">
-},
-{
- Id: 4172
- AegisName: "The_Paper_Card"
- Name: "The Paper Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bCritAtkRate,20;
- bonus2 bSPDrainValue,-1,0;
- ">
-},
-{
- Id: 4173
- AegisName: "Demon_Pungus_Card"
- Name: "Demon Pungus Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus2 bAddEffWhenHit,Eff_Sleep,600; ">
-},
-{
- Id: 4174
- AegisName: "Deviling_Card"
- Name: "Deviling Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus2 bSubEle,Ele_Neutral,50;
- bonus2 bSubEle,Ele_Water,-50;
- bonus2 bSubEle,Ele_Earth,-50;
- bonus2 bSubEle,Ele_Fire,-50;
- bonus2 bSubEle,Ele_Wind,-50;
- bonus2 bSubEle,Ele_Poison,-50;
- bonus2 bSubEle,Ele_Holy,-50;
- bonus2 bSubEle,Ele_Dark,-50;
- bonus2 bSubEle,Ele_Ghost,-50;
- bonus2 bSubEle,Ele_Undead,-50;
- ">
-},
-{
- Id: 4175
- AegisName: "Poison_Toad_Card"
- Name: "Poisonous Toad Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus3 bAutoSpell,TF_POISON,1,20;
- bonus2 bAddSkillBlow,52,5;
- ">
-},
-{
- Id: 4176
- AegisName: "Dullahan_Card"
- Name: "Dullahan Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bCritAtkRate,10;
- bonus2 bCriticalAddRace,RC_Dragon,7;
- ">
-},
-{
- Id: 4177
- AegisName: "Dryad_Card"
- Name: "Dryad Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus3 bAddMonsterDropItem,993,RC_Plant,100;
- bonus2 bSubEle,Ele_Earth,10;
- ">
-},
-{
- Id: 4178
- AegisName: "Dragon_Tail_Card"
- Name: "Dragon Tail Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus bAgi,1;
- bonus bFlee,10;
- bonus2 bSkillAtk,AC_DOUBLE,5;
- bonus2 bSkillAtk,AC_SHOWER,5;
- ">
-},
-{
- Id: 4179
- AegisName: "Dragon_Fly_Card"
- Name: "Dragon Fly Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 4180
- AegisName: "Driller_Card"
- Name: "Driller Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bSPGainRace,RC_Dragon,5; ">
- OnUnequipScript: <" heal 0,-5; ">
-},
-{
- Id: 4181
- AegisName: "Disguise_Card"
- Name: "Disguise Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus2 bAddEffWhenHit,Eff_Silence,300+600*(readparam(bVit)>=77); ">
-},
-{
- Id: 4182
- AegisName: "Diabolic_Card"
- Name: "Diabolic Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bSPGainRace,RC_Demon,5; ">
- OnUnequipScript: <" heal 0,-5; ">
-},
-{
- Id: 4183
- AegisName: "Vagabond_Wolf_Card"
- Name: "Vagabond Wolf Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 4184
- AegisName: "Lava_Golem_Card"
- Name: "Lava Golem Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddRace2,RC2_Golem,30; ">
-},
-{
- Id: 4185
- AegisName: "Rideword_Card"
- Name: "Rideword Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus bInt,1;
- if(BaseClass==Job_Acolyte) {
- bonus bInt,1;
- bonus bMdef,1;
- }
-
- ">
-},
-{
- Id: 4186
- AegisName: "Raggler_Card"
- Name: "Raggler Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus bStr,1;
- bonus bVit,1;
- ">
-},
-{
- Id: 4187
- AegisName: "Raydric_Archer_Card"
- Name: "Raydric Archer Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus3 bAddMonsterDropItem,12030,RC_Demon,100; ">
-},
-{
- Id: 4188
- AegisName: "Leib_Olmai_Card"
- Name: "Leib Olmai Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus2 bSubEle,Ele_Fire,10;
- bonus3 bAddMonsterDropItem,990,RC_Brute,100;
- ">
-},
-{
- Id: 4189
- AegisName: "Wraith_Dead_Card"
- Name: "Wraith Dead Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus2 bAddEffWhenHit,Eff_Curse,600; ">
-},
-{
- Id: 4190
- AegisName: "Wraith_Card"
- Name: "Wraith Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus3 bAddMonsterDropItem,12027,RC_Undead,100; ">
-},
-{
- Id: 4191
- AegisName: "Loli_Ruri_Card"
- Name: "Loli Ruri Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus3 bAutoSpellWhenHit,AL_HEAL,3,50; ">
-},
-{
- Id: 4192
- AegisName: "Rotar_Zairo_Card"
- Name: "Rotar Zairo Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bCritAtkRate,10;
- bonus2 bCriticalAddRace,RC_Fish,7;
- ">
-},
-{
- Id: 4193
- AegisName: "Lude_Card"
- Name: "Lude Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" if(BaseJob==Job_Novice||BaseJob==Job_SuperNovice) bonus3 bAutoSpellWhenHit,SM_ENDURE,1,200; ">
-},
-{
- Id: 4194
- AegisName: "Rybio_Card"
- Name: "Rybio Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus2 bAddEffWhenHit,Eff_Stun,300+600*(readparam(bDex)>=77); ">
-},
-{
- Id: 4195
- AegisName: "Leaf_Cat_Card"
- Name: "Leaf Cat Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus2 bSubEle,Ele_Water,10;
- bonus3 bAddMonsterDropItem,991,RC_Fish,100;
- ">
-},
-{
- Id: 4196
- AegisName: "Marin_Card"
- Name: "Marin Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus2 bAddMonsterDropItem,909,2000;
- bonus2 bAddMonsterDropItem,7126,10;
- ">
-},
-{
- Id: 4197
- AegisName: "Mastering_Card"
- Name: "Mastering Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 4198
- AegisName: "Maya_Puple_Card"
- Name: "Maya Purple Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <" bonus bIntravision,0; ">
-},
-{
- Id: 4199
- AegisName: "Merman_Card"
- Name: "Merman Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus bHPrecovRate,10;
- bonus bSPrecovRate,10;
- ">
-},
-{
- Id: 4200
- AegisName: "Megalith_Card"
- Name: "Megalith Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <" if(getrefine()<6) bonus bMdef,7; ">
-},
-{
- Id: 4201
- AegisName: "Majoruros_Card"
- Name: "Majoruros Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus2 bAddEffWhenHit,Eff_Stun,600; ">
-},
-{
- Id: 4202
- AegisName: "Civil_Servant_Card"
- Name: "Mao Guai Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddEle,Ele_Ghost,20; ">
-},
-{
- Id: 4203
- AegisName: "Mutant_Dragon_Card"
- Name: "Mutant Dragonoid Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bBaseAtk,15;
- bonus3 bAutoSpell,MG_FIREBALL,3+2*(getskilllv(MG_FIREBALL)==10),50;
- ">
-},
-{
- Id: 4204
- AegisName: "Mini_Demon_Card"
- Name: "Mini Demon Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus2 bSubRace,RC_Brute,-20;
- bonus2 bExpAddRace,RC_Brute,10;
- ">
-},
-{
- Id: 4205
- AegisName: "Mimic_Card"
- Name: "Mimic Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus2 bAddMonsterDropItem,603,10; ">
-},
-{
- Id: 4206
- AegisName: "Mystcase_Card"
- Name: "Myst Case Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <" bonus2 bAddMonsterDropItem,644,30; ">
-},
-{
- Id: 4207
- AegisName: "Mysteltainn_Card"
- Name: "Mysteltainn Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus2 bSubSize,Size_Small,25;
- bonus bDef,1;
- ">
-},
-{
- Id: 4208
- AegisName: "Miyabi_Ningyo_Card"
- Name: "Miyabi Doll Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus bMaxSPrate,10;
- bonus2 bSkillAtk,MG_FROSTDIVER,5;
- ">
-},
-{
- Id: 4209
- AegisName: "Violy_Card"
- Name: "Violy Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus3 bAutoSpell,BA_FROSTJOKER,1+4*(getskilllv(BA_FROSTJOKER)==5),20; ">
-},
-{
- Id: 4210
- AegisName: "Wander_Man_Card"
- Name: "Wanderer Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- if(!isequipped(4172,4257,4230,4272)) bonus3 bAutoSpell,RG_INTIMIDATE,1,20;
- if(BaseClass==Job_Thief) bonus bFlee,20;
- ">
-},
-{
- Id: 4211
- AegisName: "Vocal_Card"
- Name: "Vocal Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 4212
- AegisName: "Bon_Gun_Card"
- Name: "Bongun Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus3 bAutoSpell,SM_BASH,1,20;
- bonus2 bAddSkillBlow,SM_BASH,5;
- bonus2 bAddDefClass,1026,-100;
- ">
-},
-{
- Id: 4213
- AegisName: "Brilight_Card"
- Name: "Brilight Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus2 bAddEffWhenHit,Eff_Silence,600; ">
-},
-{
- Id: 4214
- AegisName: "Bloody_Murderer_Card"
- Name: "Bloody Murderer Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bCritAtkRate,10;
- bonus2 bCriticalAddRace,RC_Insect,7;
- ">
-},
-{
- Id: 4215
- AegisName: "Blazzer_Card"
- Name: "Blazer Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus bAddMonsterDropChainItem,ITMCHAIN_FOOD; ">
-},
-{
- Id: 4216
- AegisName: "Sasquatch_Card"
- Name: "Sasquatch Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus2 bAddEffWhenHit,Eff_Freeze,600; ">
-},
-{
- Id: 4217
- AegisName: "Live_Peach_Tree_Card"
- Name: "Enchanted Peach Tree Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <" bonus3 bAutoSpell,AL_HEAL,1+9*(getskilllv(AL_HEAL)==10),20; ">
-},
-{
- Id: 4218
- AegisName: "Succubus_Card"
- Name: "Succubus Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bVit,-3;
- bonus bHPrecovRate,-20;
- bonus bMaxHP,1000;
- ">
-},
-{
- Id: 4219
- AegisName: "Sageworm_Card"
- Name: "Sage Worm Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus2 bAddMonsterDropItem,715,30;
- bonus2 bAddMonsterDropItem,716,30;
- bonus2 bAddMonsterDropItem,717,30;
- ">
-},
-{
- Id: 4220
- AegisName: "Solider_Card"
- Name: "Solider Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bDef,2;
- bonus bMdef,2;
- ">
-},
-{
- Id: 4221
- AegisName: "Skeleton_General_Card"
- Name: "Skeleton General Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus2 bSubRace,RC_Insect,-20;
- bonus2 bExpAddRace,RC_Insect,10;
- ">
-},
-{
- Id: 4222
- AegisName: "Skel_Prisoner_Card"
- Name: "Skeleton Prisoner Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus2 bAddEffWhenHit,Eff_Sleep,300; ">
-},
-{
- Id: 4223
- AegisName: "Stalactic_Golem_Card"
- Name: "Stalactic Golem Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Stun,2000;
- ">
-},
-{
- Id: 4224
- AegisName: "Stem_Worm_Card"
- Name: "Stem Worm Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus3 bAddMonsterDropItem,12032,RC_Brute,100; ">
-},
-{
- Id: 4225
- AegisName: "Stone_Shooter_Card"
- Name: "Stone Shooter Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bBaseAtk,10;
- bonus bHit,10;
- ">
-},
-{
- Id: 4226
- AegisName: "Sting_Card"
- Name: "Sting Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus bDef,2;
- if(getrefine()>8) bonus bMdef,5;
- ">
-},
-{
- Id: 4227
- AegisName: "Spring_Rabbit_Card"
- Name: "Spring Rabbit Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus2 bAddItemHealRate,Meat,50;
- bonus2 bAddItemHealRate,528,50;
- bonus3 bAddMonsterDropItem,Meat,RC_Brute,200;
- bonus3 bAddMonsterDropItem,528,RC_Brute,200;
- ">
-},
-{
- Id: 4228
- AegisName: "Sleeper_Card"
- Name: "Sleeper Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus3 bAddMonsterDropItem,12031,RC_Fish,100; ">
-},
-{
- Id: 4229
- AegisName: "C_Tower_Manager_Card"
- Name: "Tower Keeper Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus bInt,1;
- bonus bCastrate,-5;
- ">
-},
-{
- Id: 4230
- AegisName: "Shinobi_Card"
- Name: "Shinobi Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus bAgi,1;
- bonus3 bAutoSpellWhenHit,AS_CLOAKING,5,100;
- ">
-},
-{
- Id: 4231
- AegisName: "Increase_Soil_Card"
- Name: "Mi Gao Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <" bonus2 bSubRace2,RC2_Guardian,50; ">
-},
-{
- Id: 4232
- AegisName: "Wild_Ginseng_Card"
- Name: "Hermit Plant Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus2 bAddItemHealRate,Red_Herb,50;
- bonus2 bAddItemHealRate,Yellow_Herb,50;
- bonus2 bAddItemHealRate,White_Herb,50;
- bonus3 bAddMonsterDropItem,507,RC_Plant,300;
- bonus3 bAddMonsterDropItem,508,RC_Plant,200;
- bonus3 bAddMonsterDropItem,509,RC_Plant,100;
- ">
-},
-{
- Id: 4233
- AegisName: "Baby_Leopard_Card"
- Name: "Baby Leopard Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bLuk,3;
- if(BaseClass==Job_Merchant) bonus bUnbreakableArmor,0;
- ">
-},
-{
- Id: 4234
- AegisName: "Anolian_Card"
- Name: "Anolian Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus3 bAutoSpellWhenHit,AC_CONCENTRATION,1+9*(getskilllv(AC_CONCENTRATION)==10),30; ">
-},
-{
- Id: 4235
- AegisName: "Cookie_XMAS_Card"
- Name: "Christmas Cookie Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus2 bSubRace,RC_Angel,-20;
- bonus2 bExpAddRace,RC_Angel,10;
- ">
-},
-{
- Id: 4236
- AegisName: "Amon_Ra_Card"
- Name: "Amon Ra Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus bAllStats,1;
- bonus3 bAutoSpellWhenHit,PR_KYRIE,10,(30+70*(readparam(bInt)>=99));
- ">
-},
-{
- Id: 4237
- AegisName: "Owl_Duke_Card"
- Name: "Owl Duke Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus3 bAutoSpell,PR_IMPOSITIO,3,3; ">
-},
-{
- Id: 4238
- AegisName: "Owl_Baron_Card"
- Name: "Owl Baron Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus3 bAutoSpell,PR_LEXAETERNA,1,30; ">
-},
-{
- Id: 4239
- AegisName: "Iron_Fist_Card"
- Name: "Iron Fist Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus2 bSubRace,RC_Formless,-20;
- bonus2 bExpAddRace,RC_Formless,10;
- ">
-},
-{
- Id: 4240
- AegisName: "Arclouse_Card"
- Name: "Arclouze Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- if(getrefine()<6) {
- bonus bDef,2;
- bonus bMdef,3;
- }
-
- ">
-},
-{
- Id: 4241
- AegisName: "Archangeling_Card"
- Name: "Arc Angeling Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus bMaxHP,300;
- if(readparam(bLuk)>=77) {
- bonus bHPrecovRate,100;
- bonus bSPrecovRate,100;
- }
-
- ">
-},
-{
- Id: 4242
- AegisName: "Apocalips_Card"
- Name: "Apocalipse Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bVit,2;
- if(getrefine()>8) bonus bMaxHP,800;
- ">
-},
-{
- Id: 4243
- AegisName: "Antonio_Card"
- Name: "Antonio Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus3 bAutoSpellWhenHit,AL_TELEPORT,1,500; ">
-},
-{
- Id: 4244
- AegisName: "Alarm_Card"
- Name: "Alarm Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus3 bAutoSpellWhenHit,MG_SIGHT,1,200;
- bonus bMaxHP,300;
- bonus bVit,1;
- ">
-},
-{
- Id: 4245
- AegisName: "Am_Mut_Card"
- Name: "Am Mut Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus2 bSubRace,RC_DemiPlayer,-20;
- bonus2 bExpAddRace,RC_DemiPlayer,10;
- ">
-},
-{
- Id: 4246
- AegisName: "Assulter_Card"
- Name: "Assaulter Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bCritAtkRate,10;
- bonus2 bCriticalAddRace,RC_DemiPlayer,7;
- ">
-},
-{
- Id: 4247
- AegisName: "Aster_Card"
- Name: "Aster Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bBaseAtk,5;
- bonus2 bAddDamageClass,1074,30;
- ">
-},
-{
- Id: 4248
- AegisName: "Ancient_Mummy_Card"
- Name: "Ancient Mummy Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <" bonus3 bAutoSpellWhenHit,AL_CRUCIS,5,30; ">
-},
-{
- Id: 4249
- AegisName: "Ancient_Worm_Card"
- Name: "Ancient Worm Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus2 bSubRace,RC_Demon,-20;
- bonus2 bExpAddRace,RC_Demon,10;
- ">
-},
-{
- Id: 4250
- AegisName: "Executioner_Card"
- Name: "Executioner Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus2 bSubSize,Size_Large,25;
- bonus bDef,1;
- ">
-},
-{
- Id: 4251
- AegisName: "Elder_Card"
- Name: "Elder Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddRace2,RC2_Guardian,40; ">
-},
-{
- Id: 4252
- AegisName: "Alligator_Card"
- Name: "Alligator Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus bLongAtkDef,5; ">
-},
-{
- Id: 4253
- AegisName: "Alice_Card"
- Name: "Alice Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus2 bSubRace,RC_Boss,40;
- bonus2 bSubRace,RC_NonBoss,-40;
- ">
-},
-{
- Id: 4254
- AegisName: "Tirfing_Card"
- Name: "Ogretooth Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus2 bSubSize,Size_Medium,25;
- bonus bDef,1;
- ">
-},
-{
- Id: 4255
- AegisName: "Orc_Lady_Card"
- Name: "Orc Lady Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddRace2,RC2_Orc,30; ">
-},
-{
- Id: 4256
- AegisName: "Orc_Archer_Card"
- Name: "Orc Archer Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus3 bAddMonsterDropItem,12034,RC_DemiPlayer,100; ">
-},
-{
- Id: 4257
- AegisName: "Wild_Rose_Card"
- Name: "Wild Rose Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus bAgi,1;
- if(BaseClass==Job_Thief) bonus bFlee2,5;
- ">
-},
-{
- Id: 4258
- AegisName: "Wicked_Nymph_Card"
- Name: "Evil Nymph Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus bInt,1;
- bonus bMaxSP,50;
- ">
-},
-{
- Id: 4259
- AegisName: "Wooden_Golem_Card"
- Name: "Wooden Golem Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bDef,1;
- bonus bHPrecovRate,30;
- ">
-},
-{
- Id: 4260
- AegisName: "Wootan_Shooter_Card"
- Name: "Wootan Shooter Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Confusion,2000;
- ">
-},
-{
- Id: 4261
- AegisName: "Wootan_Fighter_Card"
- Name: "Wootan Fighter Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus bDef,1;
- bonus2 bResEff,Eff_Bleeding,2000;
- ">
-},
-{
- Id: 4262
- AegisName: "Evil_Cloud_Hermit_Card"
- Name: "Cloud Hermit Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus3 bAddMonsterDropItem,12029,RC_Plant,100; ">
-},
-{
- Id: 4263
- AegisName: "Incant_Samurai_Card"
- Name: "Samurai Spector Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bIgnoreDefRace,RC_NonBoss;
- bonus bHPrecovRate,-100;
- bonus2 bHPLossRate,666,10000;
- ">
- OnUnequipScript: <"
- if((Hp <= 999) && !getmapflag(strcharinfo(PC_MAP),mf_pvp) && !getmapflag(strcharinfo(PC_MAP),mf_pvp_noparty) && !getmapflag(strcharinfo(PC_MAP),mf_pvp_noguild)) {
- heal (1-Hp),0;
- }
- else {
- heal -999,0;
- }
-
- ">
-},
-{
- Id: 4264
- AegisName: "Wind_Ghost_Card"
- Name: "Wind Ghost Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus3 bAutoSpell,WZ_JUPITEL,3+7*(getskilllv(WZ_JUPITEL)==10),20; ">
-},
-{
- Id: 4265
- AegisName: "Li_Me_Mang_Ryang_Card"
- Name: "Jing Guai Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus3 bAddMonsterDropItem,12033,RC_Angel,100; ">
-},
-{
- Id: 4266
- AegisName: "Eclipse_Card"
- Name: "Eclipse Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 4267
- AegisName: "Explosion_Card"
- Name: "Explosion Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus2 bSubRace,RC_Dragon,-20;
- bonus2 bExpAddRace,RC_Dragon,10;
- ">
-},
-{
- Id: 4268
- AegisName: "Injustice_Card"
- Name: "Injustice Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus3 bAutoSpell,AS_SONICBLOW,1,50; ">
-},
-{
- Id: 4269
- AegisName: "Incubus_Card"
- Name: "Incubus Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus bInt,-3;
- bonus bSPrecovRate,-20;
- bonus bMaxSP,150;
- ">
-},
-{
- Id: 4270
- AegisName: "Giant_Spider_Card"
- Name: "Giant Spider Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus2 bAddEffWhenHit,Eff_Poison,600; ">
-},
-{
- Id: 4271
- AegisName: "Giant_Honet_Card"
- Name: "Giant Hornet Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus2 bSubEle,Ele_Wind,10;
- bonus3 bAddMonsterDropItem,992,RC_Insect,100;
- ">
-},
-{
- Id: 4272
- AegisName: "Dancing_Dragon_Card"
- Name: "Zhu Po Long Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus bAgi,1;
- bonus bCritical,3;
- ">
-},
-{
- Id: 4273
- AegisName: "Shellfish_Card"
- Name: "Shell Fish Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bBaseAtk,5;
- bonus2 bAddDamageClass,1073,30;
- ">
-},
-{
- Id: 4274
- AegisName: "Zombie_Master_Card"
- Name: "Zombie Master Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bSPGainRace,RC_Undead,5; ">
- OnUnequipScript: <" heal 0,-5; ">
-},
-{
- Id: 4275
- AegisName: "Zombie_Prisoner_Card"
- Name: "Zombie Prisoner Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus2 bSubRace,RC_Undead,-20;
- bonus2 bExpAddRace,RC_Undead,10;
- ">
-},
-{
- Id: 4276
- AegisName: "Lord_Of_Death_Card"
- Name: "Lord of The Dead Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus3 bAddEff,Eff_Stun,500,ATF_SHORT;
- bonus3 bAddEff,Eff_Curse,500,ATF_SHORT;
- bonus3 bAddEff,Eff_Silence,500,ATF_SHORT;
- bonus3 bAddEff,Eff_Poison,500,ATF_SHORT;
- bonus3 bAddEff,Eff_Bleeding,500,ATF_SHORT;
- bonus2 bWeaponComaRace,RC_NonBoss,1;
- ">
-},
-{
- Id: 4277
- AegisName: "Zherlthsh_Card"
- Name: "Zealotus Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus bLuk,2;
- bonus2 bSkillAtk,BA_MUSICALSTRIKE,10;
- bonus2 bSkillAtk,DC_THROWARROW,10;
- ">
-},
-{
- Id: 4278
- AegisName: "Gibbet_Card"
- Name: "Gibbet Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <" if(getrefine()<6) bonus bMdef,5; ">
-},
-{
- Id: 4279
- AegisName: "Deleter_Card"
- Name: "Earth Deleter Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bSPrecovRate,-100;
- bonus bSPGainValue,10;
- ">
- OnUnequipScript: <" heal 0,-100; ">
-},
-{
- Id: 4280
- AegisName: "Geographer_Card"
- Name: "Geographer Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus3 bAutoSpellWhenHit,AL_BLESSING,2+8*(getskilllv(AL_BLESSING)==10),30; ">
-},
-{
- Id: 4281
- AegisName: "Zipper_Bear_Card"
- Name: "Zipper Bear Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bBaseAtk,30;
- bonus2 bSPDrainValue,-1,0;
- if(BaseClass==Job_Merchant) bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 4282
- AegisName: "Tengu_Card"
- Name: "Tengu Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus bAddMonsterDropChainItem,ITMCHAIN_HEAL; ">
-},
-{
- Id: 4283
- AegisName: "Greatest_General_Card"
- Name: "Greatest General Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus3 bAutoSpell,MO_CALLSPIRITS,5,2+18*(BaseClass==Job_Acolyte); ">
-},
-{
- Id: 4284
- AegisName: "Chepet_Card"
- Name: "Chepet Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus4 bAutoSpell,AL_HEAL,5,50,1; ">
-},
-{
- Id: 4285
- AegisName: "Choco_Card"
- Name: "Choco Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus bFlee2,5;
- bonus bFlee,10;
- ">
-},
-{
- Id: 4286
- AegisName: "Karakasa_Card"
- Name: "Karakasa Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus2 bAddEffWhenHit,Eff_Confusion,300+600*(readparam(bStr)>=77); ">
-},
-{
- Id: 4287
- AegisName: "Kapha_Card"
- Name: "Kapha Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <" if(getrefine()<6) bonus bMdef,8; ">
-},
-{
- Id: 4288
- AegisName: "Carat_Card"
- Name: "Carat Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus bInt,2;
- if(getrefine()>8) bonus bMaxSP,150;
- ">
-},
-{
- Id: 4289
- AegisName: "Caterpillar_Card"
- Name: "Caterpillar Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bSPGainRace,RC_Plant,5; ">
- OnUnequipScript: <" heal 0,-5; ">
-},
-{
- Id: 4290
- AegisName: "Cat_O_Nine_Tail_Card"
- Name: "Cat O' Nine Tails Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus bMdef,3;
- bonus bMagicDamageReturn,5;
- ">
-},
-{
- Id: 4291
- AegisName: "Kobold_Leader_Card"
- Name: "Kobold Leader Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bAddRace2,RC2_Kobold,30; ">
-},
-{
- Id: 4292
- AegisName: "Kobold_Archer_Card"
- Name: "Kobold Archer Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bCritAtkRate,10;
- bonus2 bCriticalAddRace,RC_Plant,7;
- ">
-},
-{
- Id: 4293
- AegisName: "Cookie_Card"
- Name: "Cookie Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus bLuk,2;
- bonus2 bSkillAtk,AL_HOLYLIGHT,10;
- ">
-},
-{
- Id: 4294
- AegisName: "Quve_Card"
- Name: "Quve Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" if(BaseJob==Job_Novice||BaseJob==Job_SuperNovice) bonus3 bAutoSpellWhenHit,AL_INCAGI,1,100; ">
-},
-{
- Id: 4295
- AegisName: "Kraben_Card"
- Name: "Kraben Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus2 bAddEffWhenHit,Eff_Blind,600; ">
-},
-{
- Id: 4296
- AegisName: "Cramp_Card"
- Name: "Cramp Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <" bonus2 bGetZenyNum,500,1; ">
-},
-{
- Id: 4297
- AegisName: "Cruiser_Card"
- Name: "Cruiser Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bCritAtkRate,10;
- bonus2 bCriticalAddRace,RC_Brute,7;
- ">
-},
-{
- Id: 4298
- AegisName: "Cremy_Fear_Card"
- Name: "Creamy Fear Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus2 bAddEffWhenHit,Eff_Confusion,600; ">
-},
-{
- Id: 4299
- AegisName: "Clock_Card"
- Name: "Clock Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus3 bAutoSpellWhenHit,CR_AUTOGUARD,3+7*(getskilllv(CR_AUTOGUARD)==10),30; ">
- OnUnequipScript: <" sc_end SC_AUTOGUARD; ">
-},
-{
- Id: 4300
- AegisName: "Chimera_Card"
- Name: "Chimera Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus2 bAddEffWhenHit,Eff_Poison,300+600*(BaseJob==Job_Assassin); ">
-},
-{
- Id: 4301
- AegisName: "Killer_Mantis_Card"
- Name: "Killer Mantis Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus2 bAddEffWhenHit,Eff_Bleeding,600; ">
-},
-{
- Id: 4302
- AegisName: "Tao_Gunka_Card"
- Name: "Tao Gunka Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bMaxHPrate,100;
- bonus bDef,-50;
- bonus bMdef,-50;
- ">
-},
-{
- Id: 4303
- AegisName: "Whisper_Boss_Card"
- Name: "Giant Whisper Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus bFlee,10;
- if(readparam(bStr)>=80) bonus bBaseAtk,20;
- if(readparam(bVit)>=80) bonus bMaxHPrate,3;
- if(readparam(bLuk)>=80) bonus bCritical,3;
- ">
-},
-{
- Id: 4304
- AegisName: "Tamruan_Card"
- Name: "Tamruan Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus bDef,2;
- bonus2 bSkillAtk,CR_SHIELDCHARGE,10;
- bonus2 bSkillAtk,CR_SHIELDBOOMERANG,10;
- ">
-},
-{
- Id: 4305
- AegisName: "Turtle_General_Card"
- Name: "Turtle General Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus2 bAddRace, RC_All, 20;
- bonus3 bAutoSpell,SM_MAGNUM,10,30;
- ">
-},
-{
- Id: 4306
- AegisName: "Toad_Card"
- Name: "Toad Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <" bonus bFlee2,1; ">
-},
-{
- Id: 4307
- AegisName: "Kind_Of_Beetle_Card"
- Name: "Beetle King Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bSPGainRace,RC_Fish,5; ">
- OnUnequipScript: <" heal 0,-5; ">
-},
-{
- Id: 4308
- AegisName: "Tri_Joint_Card"
- Name: "Tri Joint Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bSPGainRace,RC_Formless,5; ">
- OnUnequipScript: <" heal 0,-5; ">
-},
-{
- Id: 4309
- AegisName: "Parasite_Card"
- Name: "Parasite Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus bDef,1;
- bonus2 bSubEle,Ele_Neutral,5;
- ">
-},
-{
- Id: 4310
- AegisName: "Panzer_Goblin_Card"
- Name: "Panzer Goblin Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bCritAtkRate,10;
- bonus2 bCriticalAddRace,RC_Demon,7;
- ">
-},
-{
- Id: 4311
- AegisName: "Permeter_Card"
- Name: "Permeter Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus2 bSubEle,Ele_Dark,15;
- bonus2 bSubEle,Ele_Undead,15;
- ">
-},
-{
- Id: 4312
- AegisName: "Fur_Seal_Card"
- Name: "Seal Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bFlee,3;
- bonus bHit,10;
- if(BaseClass==Job_Acolyte) {
- bonus2 bCriticalAddRace,RC_Undead,9;
- bonus2 bCriticalAddRace,RC_Demon,9;
- }
-
- ">
-},
-{
- Id: 4313
- AegisName: "Punk_Card"
- Name: "Punk Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <" bonus4 bAutoSpellWhenHit,WZ_QUAGMIRE,1+4*(getskilllv(WZ_QUAGMIRE)==5),50,0; ">
-},
-{
- Id: 4314
- AegisName: "Penomena_Card"
- Name: "Penomena Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <" bonus2 bSubRace,RC_Formless,30; ">
-},
-{
- Id: 4315
- AegisName: "Pest_Card"
- Name: "Pest Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus2 bAddEffWhenHit,Eff_Stone,300+600*(readparam(bInt)>=77); ">
-},
-{
- Id: 4316
- AegisName: "Fake_Angel_Card"
- Name: "False Angel Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bSPGainRace,RC_Angel,5; ">
- OnUnequipScript: <" heal 0,-5; ">
-},
-{
- Id: 4317
- AegisName: "Mobster_Card"
- Name: "Mobster Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bCritAtkRate,15;
- if(BaseClass==Job_Thief) bonus bCritical,4;
- ">
-},
-{
- Id: 4318
- AegisName: "Knight_Windstorm_Card"
- Name: "Stormy Knight Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus3 bAutoSpell,WZ_STORMGUST,2,20;
- bonus2 bAddEff,Eff_Freeze,2000;
- ">
-},
-{
- Id: 4319
- AegisName: "Freezer_Card"
- Name: "Freezer Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus bMaxHP,300;
- if(getrefine()>=9) bonus2 bSkillAtk,SM_BASH,10;
- ">
-},
-{
- Id: 4320
- AegisName: "Bloody_Knight_Card"
- Name: "Bloody Knight Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus3 bAutoSpell,WZ_METEOR,1,20; ">
-},
-{
- Id: 4321
- AegisName: "Hylozoist_Card"
- Name: "Hylozoist Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus bClassChange,100; ">
-},
-{
- Id: 4322
- AegisName: "High_Orc_Card"
- Name: "High Orc Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus bDef,1;
- bonus bShortWeaponDamageReturn,5;
- ">
-},
-{
- Id: 4323
- AegisName: "Garm_Baby_Card"
- Name: "Hatii Babe Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus3 bAutoSpell,MG_FROSTDIVER,3,50; ">
-},
-{
- Id: 4324
- AegisName: "Garm_Card"
- Name: "Hatii Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus2 bAddEffWhenHit,Eff_Freeze,5000; ">
-},
-{
- Id: 4325
- AegisName: "Harpy_Card"
- Name: "Harpy Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus2 bSubEle,Ele_Neutral,15;
- bonus2 bSkillAtk,MG_NAPALMBEAT,5;
- ">
-},
-{
- Id: 4326
- AegisName: "See_Otter_Card"
- Name: "Sea-Otter Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus2(bAddItemHealRate, Shusi, 50);
- bonus2(bAddItemHealRate, Fish_Slice, 50);
- bonus3(bAddMonsterDropItem, Shusi, RC_Fish, 300);
- bonus3(bAddMonsterDropItem, Fish_Slice, RC_Fish, 300);
- ">
-},
-{
- Id: 4327
- AegisName: "Blood_Butterfly_Card"
- Name: "Bloody Butterfly Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus bCastrate,30;
- bonus bNoCastCancel,0;
- bonus2 bSkillAtk,MG_FIREWALL,5;
- ">
-},
-{
- Id: 4328
- AegisName: "Hyegun_Card"
- Name: "Yao Jun Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus bFlee,15;
- bonus bCritical,1;
- ">
-},
-{
- Id: 4329
- AegisName: "Phendark_Card"
- Name: "Phendark Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bSPGainRace,RC_DemiPlayer,5; ">
- OnUnequipScript: <" heal 0,-5; ">
-},
-{
- Id: 4330
- AegisName: "Dark_Snake_Lord_Card"
- Name: "Evil Snake Lord Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus bInt,3;
- bonus2 bResEff,Eff_Blind,10000;
- bonus2 bResEff,Eff_Curse,10000;
- ">
-},
-{
- Id: 4331
- AegisName: "Heater_Card"
- Name: "Heater Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus bCritical,3;
- if(BaseClass==Job_Swordman) bonus bFlee2,3;
- ">
-},
-{
- Id: 4332
- AegisName: "Waste_Stove_Card"
- Name: "Waste Stove Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bBaseAtk,5;
- bonus bInt,1;
- ">
-},
-{
- Id: 4333
- AegisName: "Venomous_Card"
- Name: "Venomous Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus3 bAddEffWhenHit,Eff_Poison,3000,ATF_TARGET|ATF_SELF; ">
-},
-{
- Id: 4334
- AegisName: "Noxious_Card"
- Name: "Noxious Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus bLongAtkDef,10;
- bonus2 bSubEle,Ele_Neutral,10;
- ">
-},
-{
- Id: 4335
- AegisName: "Pitman_Card"
- Name: "Pitman Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus2 bSkillAtk,WZ_EARTHSPIKE,5;
- bonus2 bSkillAtk,WZ_HEAVENDRIVE,5;
- ">
- OnUnequipScript: <" heal 0,-50; ">
-},
-{
- Id: 4336
- AegisName: "Ungoliant_Card"
- Name: "Ungoliant Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus bHPrecovRate,10;
- bonus2 bResEff,Eff_Bleeding,10000;
- ">
-},
-{
- Id: 4337
- AegisName: "Porcellio_Card"
- Name: "Porcellio Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bBaseAtk,25;
- bonus bDef,-5;
- ">
-},
-{
- Id: 4338
- AegisName: "Obsidian_Card"
- Name: "Obsidian Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus bVit,readparam(bDex)/18; ">
-},
-{
- Id: 4339
- AegisName: "Mineral_Card"
- Name: "Mineral Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bBaseAtk,-25;
- bonus bDef,3;
- ">
-},
-{
- Id: 4340
- AegisName: "Teddy_Bear_Card"
- Name: "Teddy Bear Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <" bonus2 bSubRace,RC_Undead,30; ">
-},
-{
- Id: 4341
- AegisName: "Metaling_Card"
- Name: "Metaling Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus3 bAutoSpell,RG_STRIPWEAPON,1,50; ">
-},
-{
- Id: 4342
- AegisName: "Rsx_0806_Card"
- Name: "RSX-0806 Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bVit,3;
- bonus bUnbreakableArmor,0;
- bonus bNoKnockback,0;
- ">
-},
-{
- Id: 4343
- AegisName: "Mole_Card"
- Name: "Holden Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <" bonus bLuk,2; ">
-},
-{
- Id: 4344
- AegisName: "Anopheles_Card"
- Name: "Anopheles Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus3 bAddMonsterDropItem,12058,RC_Insect,50; ">
-},
-{
- Id: 4345
- AegisName: "Hill_Wind_Card"
- Name: "Hill Wind Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus2 bSkillAtk,MG_THUNDERSTORM,5;
- bonus2 bSkillAtk,WZ_JUPITEL,5;
- bonus2 bSkillAtk,WZ_VERMILION,5;
- ">
- OnUnequipScript: <" heal 0,-50; ">
-},
-{
- Id: 4346
- AegisName: "Ygnizem_Card"
- Name: "Egnigem Cenia Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus bStr,readparam(bInt)/18; ">
-},
-{
- Id: 4347
- AegisName: "Armaia_Card"
- Name: "Armeyer Dinze Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus3 bAddMonsterDropItem,12053,RC_Fish,50; ">
-},
-{
- Id: 4348
- AegisName: "Whikebain_Card"
- Name: "Wickebine Tres Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus3 bAutoSpell,RG_STRIPARMOR,1,50; ">
-},
-{
- Id: 4349
- AegisName: "Erend_Card"
- Name: "Errende Ebecee Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus4 bAutoSpellWhenHit,AL_PNEUMA,1,50,0; ">
-},
-{
- Id: 4350
- AegisName: "Rawrel_Card"
- Name: "Laurell Weinder Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus2 bSkillAtk,WZ_FROSTNOVA,3;
- bonus2 bSkillAtk,WZ_STORMGUST,3;
- ">
- OnUnequipScript: <" heal 0,-50; ">
-},
-{
- Id: 4351
- AegisName: "Kavac_Card"
- Name: "Kavach Icarus Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- if(getrefine()<=4) {
- bonus bFlee,20;
- bonus bFlee2,1;
- }
- else {
- bonus bFlee,10;
- }
-
- ">
-},
-{
- Id: 4352
- AegisName: "B_Ygnizem_Card"
- Name: "General Egnigem Cenia Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus bMaxHPrate,10;
- bonus bMaxSPrate,10;
- bonus2 bHPRegenRate,50,10000;
- bonus2 bSPRegenRate,10,10000;
- ">
-},
-{
- Id: 4353
- AegisName: "Removal_Card"
- Name: "Remover Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bMaxHP,800-40*getrefine();
- bonus bHPrecovRate,10;
- ">
-},
-{
- Id: 4354
- AegisName: "Gemini_Card"
- Name: "Gemini-S58 Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- if(readparam(bAgi)>=90) {
- bonus2 bResEff,Eff_Silence,3000;
- bonus2 bResEff,Eff_Stun,3000;
- }
- if(readparam(bVit)>=80) {
- bonus2 bResEff,Eff_Stone,5000;
- bonus2 bResEff,Eff_Sleep,5000;
- }
-
- ">
-},
-{
- Id: 4355
- AegisName: "Gremlin_Card"
- Name: "Gremlin Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus3 bAddMonsterDropItem,12043,RC_Brute,50; ">
-},
-{
- Id: 4356
- AegisName: "Beholder_Card"
- Name: "Beholder Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" skill SA_CASTCANCEL,1; ">
-},
-{
- Id: 4357
- AegisName: "B_Seyren_Card"
- Name: "Lord Knight Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- skill LK_BERSERK,1;
- bonus bMaxHPrate,-50;
- ">
-},
-{
- Id: 4358
- AegisName: "Seyren_Card"
- Name: "Seyren Windsor Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <" bonus bStr,getrefine()-6; ">
-},
-{
- Id: 4359
- AegisName: "B_Eremes_Card"
- Name: "Assassin Cross Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <" skill AS_CLOAKING,3; ">
- OnUnequipScript: <" sc_end SC_CLOAKING; ">
-},
-{
- Id: 4360
- AegisName: "Eremes_Card"
- Name: "Eremes Guile Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bCriticalAddRace,RC_DemiPlayer,10; ">
-},
-{
- Id: 4361
- AegisName: "B_Harword_Card"
- Name: "MasterSmith Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bBreakWeaponRate,1000;
- bonus bBreakArmorRate,700;
- ">
-},
-{
- Id: 4362
- AegisName: "Harword_Card"
- Name: "Howard Alt-Eisen Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bAspdRate,-5;
- bonus bHit,30;
- ">
-},
-{
- Id: 4363
- AegisName: "B_Magaleta_Card"
- Name: "High Priest Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus5 bAutoSpellWhenHit,HP_ASSUMPTIO,1,50,BF_WEAPON|BF_MAGIC,0; ">
-},
-{
- Id: 4364
- AegisName: "Magaleta_Card"
- Name: "Margaretha Sorin Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus bInt,1;
- bonus5 bAutoSpellWhenHit,PR_LEXDIVINA,5,150,BF_MAGIC,1;
- ">
-},
-{
- Id: 4365
- AegisName: "B_Katrinn_Card"
- Name: "High Wizard Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus bIgnoreMdefRace,RC_NonBoss;
- bonus bCastrate,100;
- bonus bSPrecovRate,-100;
- ">
- OnUnequipScript: <" heal 0,-2000; ">
-},
-{
- Id: 4366
- AegisName: "Katrinn_Card"
- Name: "Kathryne Keyron Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus bCastrate,getrefine()*-1;
- if(getrefine()>=9) {
- bonus bMatkRate,2;
- }
-
- ">
-},
-{
- Id: 4367
- AegisName: "B_Shecil_Card"
- Name: "Sniper Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus2 bHPDrainRate,50,20;
- bonus bHPrecovRate,-10;
- ">
-},
-{
- Id: 4368
- AegisName: "Shecil_Card"
- Name: "Cecil Damon Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bAspdRate,5;
- bonus bHit,-30;
- ">
-},
-{
- Id: 4369
- AegisName: "Venatu_Card"
- Name: "Venatu Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus bLuk,readparam(bAgi)/18; ">
-},
-{
- Id: 4370
- AegisName: "Dimik_Card"
- Name: "Dimik Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus bVit,getrefine()-5; ">
-},
-{
- Id: 4371
- AegisName: "Archdam_Card"
- Name: "Archdam Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bBaseAtk,10;
- bonus bCastrate,20;
- ">
-},
-{
- Id: 4372
- AegisName: "Bacsojin_Card"
- Name: "White Lady Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus bHealPower,30;
- bonus bUseSPrate,15;
- ">
-},
-{
- Id: 4373
- AegisName: "Chung_E_Card"
- Name: "Green Maiden Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus bLuk,getrefine()-5;
- bonus bCritical,getrefine();
- ">
-},
-{
- Id: 4374
- AegisName: "Apocalips_H_Card"
- Name: "Vesper Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus bDex,2;
- bonus2 bIgnoreMdefRate,RC_Boss,30;
- ">
-},
-{
- Id: 4375
- AegisName: "Orc_Baby_Card_Card"
- Name: "Orc Baby Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- if(getrefine()>=9) {
- bonus2 bSubEle,Ele_Neutral,15;
- bonus bFlee,15;
- }
- else {
- bonus2 bSubEle,Ele_Neutral,10;
- bonus bFlee,10;
- }
-
- ">
-},
-{
- Id: 4376
- AegisName: "Lady_Tanee_Card"
- Name: "Lady Tanee Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus bMaxHPrate,-40;
- bonus bMaxSPrate,50;
- bonus2 bAddMonsterDropItem,513,200;
- bonus2 bAddItemHealRate,513,100;
- ">
-},
-{
- Id: 4377
- AegisName: "Green_Iguana_Card"
- Name: "Grove Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus3 bAddMonsterDropItem,12063,RC_Formless,50; ">
-},
-{
- Id: 4378
- AegisName: "Acidus_Card"
- Name: "Gold Acidus Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- if(getrefine()<=4) {
- bonus bMaxHPrate,8;
- bonus bMaxSPrate,8;
- bonus bHPrecovRate,5;
- bonus bSPrecovRate,5;
- }
- else {
- bonus bMaxHPrate,4;
- bonus bMaxSPrate,4;
- }
-
- ">
-},
-{
- Id: 4379
- AegisName: "Acidus__Card"
- Name: "Blue Acidus Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- if(getrefine()<=4) {
- bonus bSPrecovRate,5;
- bonus bMaxSP,80;
- }
- else {
- bonus bMaxSP,40;
- }
-
- ">
-},
-{
- Id: 4380
- AegisName: "Ferus_Card"
- Name: "Red Ferus Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus2 bSkillAtk,WZ_FIREPILLAR,5;
- bonus2 bSkillAtk,WZ_METEOR,5;
- ">
- OnUnequipScript: <" heal 0,-50; ">
-},
-{
- Id: 4381
- AegisName: "Ferus__Card"
- Name: "Green Ferus Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus bVit,1;
- bonus bMaxHPrate,10;
- ">
-},
-{
- Id: 4382
- AegisName: "Novus__Card"
- Name: "Yellow Novus Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bMaxHP,500;
- bonus bHPrecovRate,10;
- ">
-},
-{
- Id: 4383
- AegisName: "Novus_Card"
- Name: "Red Novus Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus3 bAddEffWhenHit,Eff_Confusion,3000,ATF_TARGET|ATF_SELF; ">
-},
-{
- Id: 4384
- AegisName: "Hydro_Card"
- Name: "Hydrolancer Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus3 bAutoSpell,SA_SPELLBREAKER,1,100; ">
-},
-{
- Id: 4385
- AegisName: "Dragon_Egg_Card"
- Name: "Dragon Egg Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus3 bAddMonsterDropItem,12048,RC_Dragon,50; ">
-},
-{
- Id: 4386
- AegisName: "Detale_Card"
- Name: "Detardeurus Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bMdef,-20;
- bonus2 bResEff,Eff_Freeze,10000;
- bonus5 bAutoSpellWhenHit,SA_LANDPROTECTOR,1,70,BF_MAGIC,0;
- ">
-},
-{
- Id: 4387
- AegisName: "Ancient_Mimic_Card"
- Name: "Ancient Mimic Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus bAgi,readparam(bLuk)/18; ">
-},
-{
- Id: 4388
- AegisName: "Deathword_Card"
- Name: "Death Word Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus2 bSkillAtk,MG_NAPALMBEAT,5;
- bonus2 bSkillAtk,MG_SOULSTRIKE,5;
- bonus2 bSkillAtk,HW_NAPALMVULCAN,5;
- ">
- OnUnequipScript: <" heal 0,-50; ">
-},
-{
- Id: 4389
- AegisName: "Plasma_Card"
- Name: "Plasma Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus2 bAddMonsterDropItem,12118,50;
- bonus2 bAddMonsterDropItem,12119,50;
- bonus2 bAddMonsterDropItem,12120,50;
- bonus2 bAddMonsterDropItem,12121,50;
- ">
-},
-{
- Id: 4390
- AegisName: "Breeze_Card"
- Name: "Breeze Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bBaseAtk,5;
- bonus2 bAddEff,Eff_Bleeding,500;
- ">
-},
-{
- Id: 4391
- AegisName: "Retribution_Card"
- Name: "Baroness of Retribution Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus3 bAddMonsterDropItem,12068,RC_Angel,50; ">
-},
-{
- Id: 4392
- AegisName: "Observation_Card"
- Name: "Dame of Sentinel Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus bDex,readparam(bVit)/18; ">
-},
-{
- Id: 4393
- AegisName: "Shelter_Card"
- Name: "Mistress of Shelter Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus bInt,readparam(bStr)/18; ">
-},
-{
- Id: 4394
- AegisName: "Solace_Card"
- Name: "Lady Solace Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" if(BaseJob==Job_Priest) bonus3 bAutoSpell,CR_GRANDCROSS,5,20; ">
-},
-{
- Id: 4395
- AegisName: "Tha_Maero_Card"
- Name: "Maero of Thanatos Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bBaseAtk,5;
- bonus3 bAutoSpell,AL_DECAGI,3,50;
- ">
-},
-{
- Id: 4396
- AegisName: "Tha_Odium_Card"
- Name: "Odium of Thanatos Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <" bonus bAgi,getrefine()-5; ">
-},
-{
- Id: 4397
- AegisName: "Tha_Despero_Card"
- Name: "Despero of Thanatos Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <" bonus bInt,getrefine()-6; ">
-},
-{
- Id: 4398
- AegisName: "Tha_Dolor_Card"
- Name: "Dolor of Thanatos Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bMagicAddRace,RC_Angel,10; ">
-},
-{
- Id: 4399
- AegisName: "Thanatos_Card"
- Name: "Memory of Thanatos Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bDefRatioAtkRace, RC_All;
- bonus bSPDrainValue,-1;
- bonus bDef,-30;
- bonus bFlee,-30;
- ">
-},
-{
- Id: 4400
- AegisName: "Aliza_Card"
- Name: "Aliza Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus3 bAutoSpellWhenHit,DC_WINKCHARM,1,50+50*(BaseJob==Job_Dancer); ">
-},
-{
- Id: 4401
- AegisName: "Alicel_Card"
- Name: "Alicel Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bFlee,10;
- bonus bDef,-5;
- ">
-},
-{
- Id: 4402
- AegisName: "Aliot_Card"
- Name: "Aliot Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) {
- bonus bStr,2;
- bonus bMaxHPrate,5;
- }
- if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) {
- bonus bInt,2;
- bonus bMaxSPrate,5;
- }
-
- ">
-},
-{
- Id: 4403
- AegisName: "Kiel_Card"
- Name: "Kiel-D-01 Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <" bonus bDelayrate,-30; ">
-},
-{
- Id: 4404
- AegisName: "Skogul_Card"
- Name: "Skogul Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus3 bAddEffWhenHit,Eff_Bleeding,3000,ATF_TARGET|ATF_SELF; ">
-},
-{
- Id: 4405
- AegisName: "Frus_Card"
- Name: "Frus Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bMagicDamageReturn,getrefine()*2;
- if(BaseClass==Job_Mage) bonus bMdef,3;
- ">
-},
-{
- Id: 4406
- AegisName: "Skeggiold_Card"
- Name: "Skeggiold Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus2 bMagicAddRace,RC_Demon,2; ">
-},
-{
- Id: 4407
- AegisName: "Randgris_Card"
- Name: "Randgris Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus2 bAddRace, RC_All, 10;
- bonus3 bAutoSpell,SA_DISPELL,1,50;
- ">
-},
-{
- Id: 4408
- AegisName: "Gloom_Under_Night_Card"
- Name: "Gloom Under Night Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus2 bAddEle,Ele_Holy,40;
- bonus2 bAddEle,Ele_Dark,40;
- bonus2 bAddRace,RC_Angel,40;
- bonus2 bAddRace,RC_Demon,40;
- ">
-},
-{
- Id: 4409
- AegisName: "Agav_Card"
- Name: "Agav Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bMatkRate,5;
- bonus bDef,-10;
- if(BaseClass==Job_Mage) bonus bMaxSP,100;
- ">
-},
-{
- Id: 4410
- AegisName: "Echio_Card"
- Name: "Echio Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bBaseAtk,15;
- if(BaseClass==Job_Swordman) bonus bMaxHP,500;
- ">
-},
-{
- Id: 4411
- AegisName: "Vanberk_Card"
- Name: "Vanberk Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus bStr,2;
- autobonus "{ bonus bCritical,100; }",5,5000,0,"{ specialeffect(EF_ENHANCE, AREA, playerattached()); }";
- ">
-},
-{
- Id: 4412
- AegisName: "Isilla_Card"
- Name: "Isilla Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus bInt,2;
- autobonus "{ bonus bCastrate,-50; bonus bFlee,30; }",50,5000,BF_MAGIC,"{ specialeffect(EF_SUFFRAGIUM, AREA, playerattached()); }";
- ">
-},
-{
- Id: 4413
- AegisName: "Hodremlin_Card"
- Name: "Hodremlin Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus2 bSubSize,Size_Small,15;
- bonus2 bSubSize,Size_Medium,15;
- bonus2 bSubSize,Size_Large,15;
- autobonus2 "{ bonus bFlee2,30; }",3,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect(EF_WIND, AREA, playerattached()); }";
- ">
-},
-{
- Id: 4414
- AegisName: "Seeker_Card"
- Name: "Seeker Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- skill MG_STONECURSE,1;
- bonus2 bResEff,Eff_Stone,3000;
- bonus bMdef,10;
- ">
-},
-{
- Id: 4415
- AegisName: "Snowier_Card"
- Name: "Snowier Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus2 bAddMonsterDropItem,536,2000;
- bonus2 bAddItemHealRate,536,100;
- ">
-},
-{
- Id: 4416
- AegisName: "Siroma_Card"
- Name: "Siroma Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus2 bSkillAtk,MG_COLDBOLT,25;
- bonus2 bCastrate,MG_COLDBOLT,-25;
- ">
-},
-{
- Id: 4417
- AegisName: "Ice_Titan_Card"
- Name: "Ice Titan Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus bVit,2;
- autobonus2 "{ bonus bDef,10; }",3,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect(EF_FREEZED, AREA, playerattached()); }";
- ">
-},
-{
- Id: 4418
- AegisName: "Gazeti_Card"
- Name: "Gazeti Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <" bonus3 bAutoSpell,MG_COLDBOLT,2,100; ">
-},
-{
- Id: 4419
- AegisName: "Ktullanux_Card"
- Name: "Ktullanux Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus2 bAddEle,Ele_Fire,50;
- bonus5 bAutoSpellWhenHit,WZ_FROSTNOVA,10,20,BF_WEAPON|BF_MAGIC,0;
- ">
-},
-{
- Id: 4420
- AegisName: "Muscipular_Card"
- Name: "Muscipular Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus3 bAutoSpellWhenHit,AL_HEAL,1,100;
- bonus3 bAutoSpellWhenHit,AL_INCAGI,1,100;
- ">
-},
-{
- Id: 4421
- AegisName: "Drosera_Card"
- Name: "Drosera Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" if(getiteminfo(getequipid(EQI_HAND_R),9)>3) bonus bCritical,15; ">
-},
-{
- Id: 4422
- AegisName: "Roween_Card"
- Name: "Roween Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus bFlee,5;
- bonus bFlee2,3;
- bonus2 bAddEle,Ele_Water,10;
- bonus2 bCriticalAddRace,RC_Fish,15;
- ">
-},
-{
- Id: 4423
- AegisName: "Galion_Card"
- Name: "Galion Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus bHit,5;
- bonus2 bAddEle,Ele_Water,5;
- ">
-},
-{
- Id: 4424
- AegisName: "Stapo_Card"
- Name: "Stapo Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- skill TF_PICKSTONE,1;
- skill TF_THROWSTONE,1;
- ">
-},
-{
- Id: 4425
- AegisName: "Atroce_Card"
- Name: "Atroce Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bBaseAtk,25;
- autobonus "{ bonus bAspdRate,100; }",5,10000,0,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }";
- ">
-},
-{
- Id: 4426
- AegisName: "Byorgue_Card"
- Name: "Byorgue Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- if (BaseJob == Job_Rogue) {
- bonus bMatkRate,10;
- bonus2 bAddRace, RC_All, 10;
- }
- ">
-},
-{
- Id: 4427
- AegisName: "Sword_Guardian_Card"
- Name: "Sword Guardian Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- if(getiteminfo(getequipid(EQI_HAND_R),11)==2||getiteminfo(getequipid(EQI_HAND_R),11)==3) {
- bonus bHit,5;
- bonus bCritical,5;
- bonus2 bSkillAtk,62,25;
- }
-
- ">
-},
-{
- Id: 4428
- AegisName: "Bow_Guardian_Card"
- Name: "Bow Guardian Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- if(getiteminfo(getequipid(EQI_HAND_R),11)==11) {
- bonus bHit,5;
- bonus bCritical,5;
- bonus2 bSkillAtk,47,50;
- }
-
- ">
-},
-{
- Id: 4429
- AegisName: "Salamander_Card"
- Name: "Salamander Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus2 bSkillAtk,WZ_FIREPILLAR,40;
- bonus2 bSkillAtk,WZ_METEOR,40;
- ">
-},
-{
- Id: 4430
- AegisName: "Ifrit_Card"
- Name: "Ifrit Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus bBaseAtk,(JobLevel/10);
- bonus bCritical,(JobLevel/10);
- bonus bHit,(JobLevel/10);
- bonus3 bAutoSpellWhenHit,NPC_EARTHQUAKE,2,10;
- ">
-},
-{
- Id: 4431
- AegisName: "Kasa_Card"
- Name: "Kasa Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus3 bAutoSpell,MG_FIREBALL,5,20;
- bonus3 bAutoSpell,MG_FIREBOLT,5,20;
- ">
-},
-{
- Id: 4432
- AegisName: "Magmaring_Card"
- Name: "Magmaring Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_GARMENT"
- Script: <"
- bonus bBaseAtk,5;
- bonus2 bAddEle,Ele_Earth,10;
- bonus2 bCriticalAddRace,RC_Brute,15;
- ">
-},
-{
- Id: 4433
- AegisName: "Imp_Card"
- Name: "Imp Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus2 bSkillAtk,MG_FIREBOLT,25;
- bonus2 bCastrate,MG_FIREBOLT,-25;
- ">
-},
-{
- Id: 4434
- AegisName: "Knocker_Card"
- Name: "Knocker Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- bonus2 bAddRace,RC_Formless,5;
- bonus3 bAddMonsterDropItem,756,RC_Formless,10;
- bonus3 bAddMonsterDropItem,757,RC_Formless,10;
- ">
-},
-{
- Id: 4435
- AegisName: "Zombie_Slaughter_Card"
- Name: "Zombie Slaughter Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,1;
- bonus2 bMagicAddRace,RC_DemiPlayer,1;
- bonus bHPGainValue,50;
- ">
-},
-{
- Id: 4436
- AegisName: "Ragged_Zombie_Card"
- Name: "Ragged Zombie Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus2 bCriticalAddRace,RC_DemiPlayer,5;
- bonus2 bAddRace,RC_DemiPlayer,1;
- bonus2 bMagicAddRace,RC_DemiPlayer,1;
- bonus2 bAddEff2,Eff_Bleeding,10;
- ">
-},
-{
- Id: 4437
- AegisName: "Hell_Poodle_Card"
- Name: "Hell Poodle Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ACC"
- Script: <"
- bonus bHit,1;
- bonus2 bAddItemHealRate,517,100;
- bonus3 bAddEff,Eff_Bleeding,50,ATF_SHORT;
- ">
-},
-{
- Id: 4438
- AegisName: "Banshee_Card"
- Name: "Banshee Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Script: <"
- if(BaseClass==Job_Mage) {
- bonus bMaxSP,100;
- bonus bMaxHP,-100;
- bonus2 bSkillAtk,MG_NAPALMBEAT,20;
- bonus2 bSkillAtk,MG_SOULSTRIKE,20;
- bonus2 bSkillAtk,HW_NAPALMVULCAN,20;
- }
-
- ">
-},
-{
- Id: 4439
- AegisName: "Flame_Skull_Card"
- Name: "Flame Skull Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus2 bResEff,Eff_Blind,3000;
- bonus2 bResEff,Eff_Stun,3000;
- bonus2 bResEff,Eff_Curse,3000;
- bonus2 bResEff,Eff_Stone,3000;
- bonus2 bAddEffWhenHit,Eff_Blind,500;
- bonus2 bAddEffWhenHit,Eff_Stun,500;
- bonus2 bAddEffWhenHit,Eff_Curse,500;
- bonus2 bAddEffWhenHit,Eff_Stone,500;
- ">
-},
-{
- Id: 4440
- AegisName: "Necromancer_Card"
- Name: "Necromancer Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- .@i = getiteminfo(getequipid(EQI_HAND_R),11);
- if (.@i == 10 || .@i == 23) {
- bonus bInt,1;
- bonus bIgnoreMdefRate,2;
- }
-
- ">
-},
-{
- Id: 4441
- AegisName: "Fallen_Bishop_Card"
- Name: "Fallen Bishop Hibram Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHOES"
- Script: <"
- bonus bMatkRate,10;
- bonus bMaxSPrate,-50;
- bonus2 bMagicAddRace,RC_Angel,50;
- bonus2 bMagicAddRace,RC_DemiPlayer,50;
- ">
-},
-{
- Id: 4442
- AegisName: "Tatacho_Card"
- Name: "Tatacho Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus2 bSubEle,Ele_Neutral,20;
- bonus2 bAddEle,Ele_Neutral,5;
- ">
-},
-{
- Id: 4443
- AegisName: "Aqua_Elemental_Card"
- Name: "Aqua Elemental Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus2 bSubEle,Ele_Water,20;
- bonus2 bAddEle,Ele_Water,5;
- ">
-},
-{
- Id: 4444
- AegisName: "Draco_Card"
- Name: "Draco Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus2 bSubEle,Ele_Earth,20;
- bonus2 bAddEle,Ele_Earth,5;
- ">
-},
-{
- Id: 4445
- AegisName: "Luciola_Vespa_Card"
- Name: "Luciola Vespa Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus2 bSubEle,Ele_Wind,20;
- bonus2 bAddEle,Ele_Wind,5;
- ">
-},
-{
- Id: 4447
- AegisName: "Centipede_Card"
- Name: "Centipede Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus2 bSubEle,Ele_Poison,20;
- bonus2 bAddEle,Ele_Poison,5;
- ">
-},
-{
- Id: 4448
- AegisName: "Cornus_Card"
- Name: "Cornus Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus2 bSubEle,Ele_Holy,20;
- bonus2 bAddEle,Ele_Holy,5;
- ">
-},
-{
- Id: 4449
- AegisName: "Dark_Shadow_Card"
- Name: "Dark Shadow Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_SHIELD"
- Script: <"
- bonus2 bSubEle,Ele_Dark,20;
- bonus2 bAddEle,Ele_Dark,5;
- ">
-},
-{
- Id: 4450
- AegisName: "Banshee_Master_Card"
- Name: "Banshee Master Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <"
- bonus bInt,1;
- bonus bMatk,10;
- ">
-},
-{
- Id: 4451
- AegisName: "Ant_Buyanne_Card"
- Name: "Entweihen Crothen Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_ARMOR"
- Script: <" bonus bMatk,100; ">
-},
-{
- Id: 4452
- AegisName: "Centipede_Larva_Card"
- Name: "Centipede Larva Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <"
- bonus bInt,1;
- bonus bMatk,3;
- ">
-},
-{
- Id: 4453
- AegisName: "Hilsrion_Card"
- Name: "Hillsrion Card"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: "EQP_WEAPON"
- Script: <" bonus bBaseAtk,25; ">
-},
-
-//== Armor Enchant System ==================================
-{
- Id: 4700
- AegisName: "Strength1"
- Name: "STR+1"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 4701
- AegisName: "Strength2"
- Name: "STR+2"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 4702
- AegisName: "Strength3"
- Name: "STR+3"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bStr,3; ">
-},
-{
- Id: 4703
- AegisName: "Strength4"
- Name: "STR+4"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bStr,4; ">
-},
-{
- Id: 4704
- AegisName: "Strength5"
- Name: "STR+5"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bStr,5; ">
-},
-{
- Id: 4705
- AegisName: "Strength6"
- Name: "STR+6"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bStr,6; ">
-},
-{
- Id: 4706
- AegisName: "Strength7"
- Name: "STR+7"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bStr,7; ">
-},
-{
- Id: 4707
- AegisName: "Strength8"
- Name: "STR+8"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bStr,8; ">
-},
-{
- Id: 4708
- AegisName: "Strength9"
- Name: "STR+9"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bStr,9; ">
-},
-{
- Id: 4709
- AegisName: "Strength10"
- Name: "STR+10"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bStr,10; ">
-},
-{
- Id: 4710
- AegisName: "Inteligence1"
- Name: "INT+1"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 4711
- AegisName: "Inteligence2"
- Name: "INT+2"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 4712
- AegisName: "Inteligence3"
- Name: "INT+3"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bInt,3; ">
-},
-{
- Id: 4713
- AegisName: "Inteligence4"
- Name: "INT+4"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bInt,4; ">
-},
-{
- Id: 4714
- AegisName: "Inteligence5"
- Name: "INT+5"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bInt,5; ">
-},
-{
- Id: 4715
- AegisName: "Inteligence6"
- Name: "INT+6"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bInt,6; ">
-},
-{
- Id: 4716
- AegisName: "Inteligence7"
- Name: "INT+7"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bInt,7; ">
-},
-{
- Id: 4717
- AegisName: "Inteligence8"
- Name: "INT+8"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bInt,8; ">
-},
-{
- Id: 4718
- AegisName: "Inteligence9"
- Name: "INT+9"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bInt,9; ">
-},
-{
- Id: 4719
- AegisName: "Inteligence10"
- Name: "INT+10"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bInt,10; ">
-},
-{
- Id: 4720
- AegisName: "Dexterity1"
- Name: "DEX+1"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 4721
- AegisName: "Dexterity2"
- Name: "DEX+2"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bDex,2; ">
-},
-{
- Id: 4722
- AegisName: "Dexterity3"
- Name: "DEX+3"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bDex,3; ">
-},
-{
- Id: 4723
- AegisName: "Dexterity4"
- Name: "DEX+4"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bDex,4; ">
-},
-{
- Id: 4724
- AegisName: "Dexterity5"
- Name: "DEX+5"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bDex,5; ">
-},
-{
- Id: 4725
- AegisName: "Dexterity6"
- Name: "DEX+6"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bDex,6; ">
-},
-{
- Id: 4726
- AegisName: "Dexterity7"
- Name: "DEX+7"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bDex,7; ">
-},
-{
- Id: 4727
- AegisName: "Dexterity8"
- Name: "DEX+8"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bDex,8; ">
-},
-{
- Id: 4728
- AegisName: "Dexterity9"
- Name: "DEX+9"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bDex,9; ">
-},
-{
- Id: 4729
- AegisName: "Dexterity10"
- Name: "DEX+10"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bDex,10; ">
-},
-{
- Id: 4730
- AegisName: "Agility1"
- Name: "AGI+1"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 4731
- AegisName: "Agility2"
- Name: "AGI+2"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 4732
- AegisName: "Agility3"
- Name: "AGI+3"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bAgi,3; ">
-},
-{
- Id: 4733
- AegisName: "Agility4"
- Name: "AGI+4"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bAgi,4; ">
-},
-{
- Id: 4734
- AegisName: "Agility5"
- Name: "AGI+5"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bAgi,5; ">
-},
-{
- Id: 4735
- AegisName: "Agility6"
- Name: "AGI+6"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bAgi,6; ">
-},
-{
- Id: 4736
- AegisName: "Agility7"
- Name: "AGI+7"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bAgi,7; ">
-},
-{
- Id: 4737
- AegisName: "Agility8"
- Name: "AGI+8"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bAgi,8; ">
-},
-{
- Id: 4738
- AegisName: "Agility9"
- Name: "AGI+9"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bAgi,9; ">
-},
-{
- Id: 4739
- AegisName: "Agility10"
- Name: "AGI+10"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bAgi,10; ">
-},
-{
- Id: 4740
- AegisName: "Vitality1"
- Name: "VIT+1"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 4741
- AegisName: "Vitality2"
- Name: "VIT+2"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bVit,2; ">
-},
-{
- Id: 4742
- AegisName: "Vitality3"
- Name: "VIT+3"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bVit,3; ">
-},
-{
- Id: 4743
- AegisName: "Vitality4"
- Name: "VIT+4"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bVit,4; ">
-},
-{
- Id: 4744
- AegisName: "Vitality5"
- Name: "VIT+5"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bVit,5; ">
-},
-{
- Id: 4745
- AegisName: "Vitality6"
- Name: "VIT+6"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bVit,6; ">
-},
-{
- Id: 4746
- AegisName: "Vitality7"
- Name: "VIT+7"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bVit,7; ">
-},
-{
- Id: 4747
- AegisName: "Vitality8"
- Name: "VIT+8"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bVit,8; ">
-},
-{
- Id: 4748
- AegisName: "Vitality9"
- Name: "VIT+9"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bVit,9; ">
-},
-{
- Id: 4749
- AegisName: "Vitality10"
- Name: "VIT+10"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bVit,10; ">
-},
-{
- Id: 4750
- AegisName: "Luck1"
- Name: "LUK+1"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 4751
- AegisName: "Luck2"
- Name: "LUK+2"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bLuk,2; ">
-},
-{
- Id: 4752
- AegisName: "Luck3"
- Name: "LUK+3"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bLuk,3; ">
-},
-{
- Id: 4753
- AegisName: "Luck4"
- Name: "LUK+4"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bLuk,4; ">
-},
-{
- Id: 4754
- AegisName: "Luck5"
- Name: "LUK+5"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bLuk,5; ">
-},
-{
- Id: 4755
- AegisName: "Luck6"
- Name: "LUK+6"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bLuk,6; ">
-},
-{
- Id: 4756
- AegisName: "Luck7"
- Name: "LUK+7"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bLuk,7; ">
-},
-{
- Id: 4757
- AegisName: "Luck8"
- Name: "LUK+8"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bLuk,8; ">
-},
-{
- Id: 4758
- AegisName: "Luck9"
- Name: "LUK+9"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bLuk,9; ">
-},
-{
- Id: 4759
- AegisName: "Luck10"
- Name: "LUK+10"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bLuk,10; ">
-},
-{
- Id: 4760
- AegisName: "Matk1"
- Name: "MATK+1%"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bMatkRate,1; ">
-},
-{
- Id: 4761
- AegisName: "Matk2"
- Name: "MATK+2%"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bMatkRate,2; ">
-},
-{
- Id: 4762
- AegisName: "Evasion6"
- Name: "FLEE+6"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bFlee,6; ">
-},
-{
- Id: 4763
- AegisName: "Evasion12"
- Name: "FLEE+12"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bFlee,12; ">
-},
-{
- Id: 4764
- AegisName: "Critical5"
- Name: "CRI+5"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bCritical,5; ">
-},
-{
- Id: 4765
- AegisName: "Critical7"
- Name: "CRI+7"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus bCritical,7; ">
-},
-{
- Id: 4766
- AegisName: "Atk2"
- Name: "ATK+2%"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus2 bAddRace, RC_All, 2; ">
-},
-{
- Id: 4767
- AegisName: "Atk3"
- Name: "ATK+3%"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
- Script: <" bonus2 bAddRace, RC_All, 3; ">
-},
-{
- Id: 4768
- AegisName: "Str1_J"
- Name: "STR+1"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
-},
-{
- Id: 4769
- AegisName: "Str2_J"
- Name: "STR+2"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
-},
-{
- Id: 4770
- AegisName: "Str3_J"
- Name: "STR+3"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
-},
-{
- Id: 4771
- AegisName: "Int1_J"
- Name: "INT+1"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
-},
-{
- Id: 4772
- AegisName: "Int2_J"
- Name: "INT+2"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
-},
-{
- Id: 4773
- AegisName: "Int3_J"
- Name: "INT+3"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
-},
-{
- Id: 4774
- AegisName: "Vit1_J"
- Name: "VIT+1"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
-},
-{
- Id: 4775
- AegisName: "Vit2_J"
- Name: "VIT+2"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
-},
-{
- Id: 4776
- AegisName: "Vit3_J"
- Name: "VIT+3"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
-},
-{
- Id: 4777
- AegisName: "Agi1_J"
- Name: "AGI+1"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
-},
-{
- Id: 4778
- AegisName: "Agi2_J"
- Name: "AGI+2"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
-},
-{
- Id: 4779
- AegisName: "Agi3_J"
- Name: "AGI+3"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
-},
-{
- Id: 4780
- AegisName: "Dex1_J"
- Name: "DEX+1"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
-},
-{
- Id: 4781
- AegisName: "Dex2_J"
- Name: "DEX+2"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
-},
-{
- Id: 4782
- AegisName: "Dex3_J"
- Name: "DEX+3"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
-},
-{
- Id: 4783
- AegisName: "Luk1_J"
- Name: "LUK+1"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
-},
-{
- Id: 4784
- AegisName: "Luk2_J"
- Name: "LUK+2"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
-},
-{
- Id: 4785
- AegisName: "Luk3_J"
- Name: "LUK+3"
- Type: "IT_CARD"
- Buy: 20
- Weight: 10
- Loc: ["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]
-},
-
-//== More Headgears ========================================
-{
- Id: 5001
- AegisName: "Headset"
- Name: "Headset"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 87
- Script: <" bonus2 bResEff,Eff_Curse,1000; ">
-},
-{
- Id: 5002
- AegisName: "Gemmed_Crown"
- Name: "Jewel Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Def: 4
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- ViewSprite: 88
- Script: <"
- bonus bInt,2;
- bonus bLuk,1;
- bonus bMdef,3;
- ">
-},
-{
- Id: 5003
- AegisName: "Joker_Jester"
- Name: "Joker Jester"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 89
- Script: <"
- bonus bLuk,2;
- bonus bMdef,5;
- ">
-},
-{
- Id: 5004
- AegisName: "Oxygen_Mask"
- Name: "Oxygen Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 90
- Script: <" bonus2 bResEff,Eff_Poison,2000; ">
-},
-{
- Id: 5005
- AegisName: "Gas_Mask"
- Name: "Gas Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 91
- Script: <" bonus2 bResEff,Eff_Poison,3000; ">
-},
-{
- Id: 5006
- AegisName: "Machoman_Glasses"
- Name: "Machoman's Glasses"
- Type: "IT_ARMOR"
- Buy: 36000
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 92
-},
-{
- Id: 5007
- AegisName: "Loard_Circlet"
- Name: "Grand Circlet"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 55
- ViewSprite: 93
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bLuk,1;
- bonus bMdef,4;
- ">
-},
-{
- Id: 5008
- AegisName: "Puppy_Love"
- Name: "Puppy Love"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 94
-},
-{
- Id: 5009
- AegisName: "Safety_Helmet"
- Name: "Safety Helmet"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 95
- Script: <"
- bonus bMdef,3;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5010
- AegisName: "Indian_Hair_Piece"
- Name: "Indian Fillet"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 96
-},
-{
- Id: 5011
- AegisName: "Antenna"
- Name: "Aerial"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 97
-},
-{
- Id: 5012
- AegisName: "Ph_D_Hat"
- Name: "Ph.D Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 98
-},
-{
- Id: 5013
- AegisName: "Horn_Of_Lord_Kaho"
- Name: "Lord Kaho's Horn"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 5
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 99
- Script: <"
- bonus bMdef,10;
- bonus bStr,5;
- bonus bAgi,10;
- bonus bVit,10;
- bonus bInt,5;
- bonus bLuk,20;
- ">
-},
-{
- Id: 5014
- AegisName: "Fin_Helm"
- Name: "Fin Helm"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 2
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: "EQP_HEAD_MID"
- EquipLv: 65
- Refine: false
- ViewSprite: 100
-},
-{
- Id: 5015
- AegisName: "Egg_Shell"
- Name: "Egg Shell"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 3
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 101
-},
-{
- Id: 5016
- AegisName: "Boys_Cap"
- Name: "Boy's Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 102
-},
-{
- Id: 5017
- AegisName: "Bone_Helm"
- Name: "Bone Helm"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 7
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 103
- Script: <" bonus2 bSubEle,Ele_Dark,-15; ">
-},
-{
- Id: 5018
- AegisName: "Feather_Bonnet"
- Name: "Feather Bonnet"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 4
- Job: {
- Archer: true
- Hunter: true
- Bard: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 104
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 5019
- AegisName: "Corsair"
- Name: "Corsair"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 5
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 105
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 5020
- AegisName: "Kafra_Band"
- Name: "Kafra Band"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 3
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 106
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5021
- AegisName: "Bankruptcy_Of_Heart"
- Name: "Grief for Greed"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1200
- Def: 4
- Job: {
- Merchant: true
- Blacksmith: true
- Alchemist: true
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 38
- ViewSprite: 107
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 5022
- AegisName: "Helm_Of_Sun"
- Name: "Hat of the Sun God"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 2400
- Def: 4
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 138
- Script: <"
- bonus bStr,3;
- bonus bInt,2;
- ">
-},
-{
- Id: 5023
- AegisName: "Hat_Of_Bundle"
- Name: "Parcel Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Job: {
- Merchant: true
- Blacksmith: true
- Alchemist: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 108
-},
-{
- Id: 5024
- AegisName: "Hat_Of_Cake"
- Name: "Cake Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 109
-},
-{
- Id: 5025
- AegisName: "Helm_Of_Angel"
- Name: "Helm of Angel"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1600
- Def: 5
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 74
- ViewSprite: 110
- Script: <"
- bonus bAgi,1;
- bonus bLuk,1;
- bonus bMdef,3;
- ">
-},
-{
- Id: 5026
- AegisName: "Hat_Of_Cook"
- Name: "Chef Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 111
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 5027
- AegisName: "Wizardry_Hat"
- Name: "Mage Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 112
- Script: <"
- bonus bInt,2;
- bonus bMaxSP,150;
- ">
-},
-{
- Id: 5028
- AegisName: "Candle"
- Name: "Candle"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 150
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 113
-},
-{
- Id: 5029
- AegisName: "Spore_Hat"
- Name: "Spore Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 900
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 20
- ViewSprite: 114
-},
-{
- Id: 5030
- AegisName: "Panda_Cap"
- Name: "Panda Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 40
- ViewSprite: 115
-},
-{
- Id: 5031
- AegisName: "Mine_Helm"
- Name: "Mine Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1500
- Def: 4
- Job: {
- Swordsman: true
- Acolyte: true
- Merchant: true
- Thief: true
- Knight: true
- Priest: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Monk: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 55
- ViewSprite: 116
- Script: <" bonus bDex,2; ">
-},
-{
- Id: 5032
- AegisName: "Picnic_Hat"
- Name: "Sunday Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 117
-},
-{
- Id: 5033
- AegisName: "Smokie_Hat"
- Name: "Raccoon Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 900
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 118
-},
-{
- Id: 5034
- AegisName: "Light_Bulb_Band"
- Name: "Bulb Band"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 119
-},
-{
- Id: 5035
- AegisName: "Poring_Hat"
- Name: "Poring Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 700
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 38
- ViewSprite: 120
-},
-{
- Id: 5036
- AegisName: "Cross_Band"
- Name: "Cross Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 250
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 121
-},
-{
- Id: 5037
- AegisName: "Fruit_Shell"
- Name: "Nut Shell"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 150
- Def: 4
- Loc: "EQP_HEAD_TOP"
- EquipLv: 5
- Refine: false
- ViewSprite: 122
-},
-{
- Id: 5038
- AegisName: "Deviruchi_Cap"
- Name: "Deviruchi Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 64
- ViewSprite: 123
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- ">
-},
-{
- Id: 5039
- AegisName: "Mottled_Egg_Shell"
- Name: "Rainbow Eggshell"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 4
- Loc: "EQP_HEAD_TOP"
- EquipLv: 19
- Refine: false
- ViewSprite: 124
-},
-{
- Id: 5040
- AegisName: "Blush"
- Name: "Blush"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 125
-},
-{
- Id: 5041
- AegisName: "Heart_Hair_Pin"
- Name: "Heart Hairpin"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 126
-},
-{
- Id: 5042
- AegisName: "Hair_Protector"
- Name: "Bao Bao"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 150
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 14
- ViewSprite: 127
-},
-{
- Id: 5043
- AegisName: "Opera_Ghost_Mask"
- Name: "Opera Phantom Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_MID"
- EquipLv: 20
- Refine: false
- ViewSprite: 128
-},
-{
- Id: 5044
- AegisName: "Devils_Wing"
- Name: "Evil Wing Ears"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 350
- Def: 2
- Job: {
- All: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 45
- ViewSprite: 129
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 5045
- AegisName: "Magician_Hat"
- Name: "Magician Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 3
- Job: {
- Magician: true
- Acolyte: true
- Priest: true
- Wizard: true
- Monk: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 130
- Script: <"
- bonus bDex,1;
- bonus bAgi,1;
- bonus bMaxSP,50;
- ">
-},
-{
- Id: 5046
- AegisName: "Bongun_Hat"
- Name: "Bongun Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 5
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 139
-},
-{
- Id: 5047
- AegisName: "Fashion_Sunglass"
- Name: "Fashionable Glasses"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 131
-},
-{
- Id: 5048
- AegisName: "First_Moon_Hair_Pin"
- Name: "Cresent Hairpin"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 132
-},
-{
- Id: 5049
- AegisName: "Stripe_Band"
- Name: "Striped Hairband"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 150
- Def: 1
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 133
-},
-{
- Id: 5050
- AegisName: "Mystery_Fruit_Shell"
- Name: "Wonder Nutshell"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 5
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 134
-},
-{
- Id: 5051
- AegisName: "Kitty_Bell"
- Name: "Pussy Cat Bell"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- All: false
- }
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 135
-},
-{
- Id: 5052
- AegisName: "Blue_Hair_Band"
- Name: "Blue Hairband"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 150
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 136
-},
-{
- Id: 5053
- AegisName: "Spinx_Helm"
- Name: "Sphinx Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 3000
- Def: 5
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP"]
- EquipLv: 65
- Refine: false
- ViewSprite: 137
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 5054
- AegisName: "Assasin_Mask"
- Name: "Assassin Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- Priest: true
- Assassin: true
- }
- Loc: "EQP_HEAD_LOW"
- EquipLv: 70
- Refine: false
- ViewSprite: 180
-},
-{
- Id: 5055
- AegisName: "Novice_Egg_Cap"
- Name: "Novice False Eggshell"
- Type: "IT_ARMOR"
- Buy: 1
- Weight: 1
- Def: 3
- Job: {
- Novice: true
- }
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 101
-},
-{
- Id: 5056
- AegisName: "Love_Berry"
- Name: "Fruit of Love"
- Type: "IT_ARMOR"
- Buy: 1
- Weight: 100
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 140
-},
-{
- Id: 5057
- AegisName: "Ear_Of_Black_Cat"
- Name: "Black Cat Ears"
- Type: "IT_ARMOR"
- Buy: 16000
- Weight: 200
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 45
- ViewSprite: 141
-},
-{
- Id: 5058
- AegisName: "Drooping_Kitty"
- Name: "Drooping Cat"
- Type: "IT_ARMOR"
- Buy: 250000
- Weight: 500
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 142
- Script: <"
- bonus bMdef,15;
- bonus2 bResEff,Eff_Curse,3000;
- ">
-},
-{
- Id: 5059
- AegisName: "Brown_Bear_Cap"
- Name: "Teddybear Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 143
-},
-{
- Id: 5060
- AegisName: "Party_Hat"
- Name: "Party Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 144
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 5061
- AegisName: "Flower_Hairpin"
- Name: "Flower Hairpin"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 145
-},
-{
- Id: 5062
- AegisName: "Straw_Hat"
- Name: "Straw Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 146
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 5063
- AegisName: "Plaster"
- Name: "Giant Band Aid"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 147
-},
-{
- Id: 5064
- AegisName: "Leaf_Headgear"
- Name: "Smokie Leaf"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 148
-},
-{
- Id: 5065
- AegisName: "Fish_On_Head"
- Name: "Blue Fish"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 149
- Script: <" bonus2 bAddRace,RC_Fish,10; ">
-},
-{
- Id: 5066
- AegisName: "Horn_Of_Succubus"
- Name: "Succubus Horn"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 4
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 150
- Script: <"
- bonus bInt,1;
- bonus bMdef,10;
- ">
-},
-{
- Id: 5067
- AegisName: "Sombrero"
- Name: "Sombrero"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 350
- Def: 4
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 151
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 5068
- AegisName: "Ear_Of_Devils_Wing"
- Name: "Evil Wing Ears"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_MID"
- EquipLv: 70
- Refine: false
- ViewSprite: 152
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 5069
- AegisName: "Mask_Of_Fox"
- Name: "Kitsune Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 153
- Script: <"
- bonus bAgi,1;
- bonus bLuk,1;
- ">
-},
-{
- Id: 5070
- AegisName: "Headband_Of_Power"
- Name: "Hot-blooded Headband"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 154
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 5071
- AegisName: "Indian_Headband"
- Name: "Indian Headband"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 155
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 5072
- AegisName: "Inccubus_Horn"
- Name: "Incubus Horn"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 4
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 156
- Script: <"
- bonus bAgi,1;
- bonus bMdef,10;
- ">
-},
-{
- Id: 5073
- AegisName: "Cap_Of_Concentration"
- Name: "Model Training Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 700
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 157
- Script: <" bonus bDex, 2; ">
-},
-{
- Id: 5074
- AegisName: "Ear_Of_Angels_Wing"
- Name: "Angel Wing Ears"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_MID"
- EquipLv: 70
- Refine: false
- ViewSprite: 158
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 5075
- AegisName: "Cowboy_Hat"
- Name: "Cowboy Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 4
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 159
-},
-{
- Id: 5076
- AegisName: "Fur_Hat"
- Name: "Beanie"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 350
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 160
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 5077
- AegisName: "Tulip_Hairpin"
- Name: "Tulip Hairpin"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 161
-},
-{
- Id: 5078
- AegisName: "Sea_Otter_Cap"
- Name: "Sea-Otter Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 162
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 5079
- AegisName: "Crossed_Hair_Band"
- Name: "X Hairpin"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 163
-},
-{
- Id: 5080
- AegisName: "Headgear_Of_Queen"
- Name: "Crown of Ancient Queen"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 4
- Loc: "EQP_HEAD_TOP"
- EquipLv: 45
- ViewSprite: 164
-},
-{
- Id: 5081
- AegisName: "Mistress_Crown"
- Name: "Crown of Mistress"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 75
- ViewSprite: 165
- Script: <"
- bonus bMaxSP,100;
- bonus bInt,2;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5082
- AegisName: "Mushroom_Band"
- Name: "Decorative Mushroom"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 166
-},
-{
- Id: 5083
- AegisName: "Red_Tailed_Ribbon"
- Name: "Red Ribbon"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 45
- ViewSprite: 167
- Script: <" bonus bMdef,10; ">
-},
-{
- Id: 5084
- AegisName: "Lazy_Raccoon"
- Name: "Lazy Smokie"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 168
- Script: <" bonus2 bResEff,Eff_Sleep,2000; ">
-},
-{
- Id: 5085
- AegisName: "Pair_Of_Red_Ribbon"
- Name: "Small Ribbons"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_MID"
- EquipLv: 45
- Refine: false
- ViewSprite: 169
-},
-{
- Id: 5086
- AegisName: "Alarm_Mask"
- Name: "Alarm Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 170
- Script: <" bonus2 bResEff,Eff_Blind,5000; ">
-},
-{
- Id: 5087
- AegisName: "Goblin_Mask_01"
- Name: "Poker Face"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 171
-},
-{
- Id: 5088
- AegisName: "Goblin_Mask_02"
- Name: "Surprised Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 172
-},
-{
- Id: 5089
- AegisName: "Goblin_Mask_03"
- Name: "Annoyed Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 173
-},
-{
- Id: 5090
- AegisName: "Goblin_Mask_04"
- Name: "Goblin Leader Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 174
-},
-{
- Id: 5091
- AegisName: "Big_Golden_Bell"
- Name: "Decorative Golden Bell"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 35
- ViewSprite: 175
-},
-{
- Id: 5092
- AegisName: "Blue_Coif"
- Name: "Coif"
- Type: "IT_ARMOR"
- Buy: 150000
- Weight: 300
- Def: 5
- Job: {
- Priest: true
- Assassin: true
- }
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 65
- ViewSprite: 176
-},
-{
- Id: 5093
- AegisName: "Blue_Coif_"
- Name: "Coif"
- Type: "IT_ARMOR"
- Buy: 150000
- Weight: 300
- Def: 5
- Slots: 1
- Job: {
- Priest: true
- Assassin: true
- }
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 65
- ViewSprite: 177
- Script: <" bonus bMaxSP,100; ">
-},
-{
- Id: 5094
- AegisName: "Orc_Hero_Helm"
- Name: "Helmet of Orc Hero"
- Type: "IT_ARMOR"
- Buy: 500000
- Weight: 900
- Def: 5
- Job: {
- All: true
- Novice: false
- }
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 55
- ViewSprite: 178
- Script: <"
- bonus bStr,2;
- bonus bVit,1;
- ">
-},
-/*
-{
- Id: 5095
- AegisName: "Orc_Hero_Helm_"
- Name: "Helmet of Orc Hero"
- Type: "IT_ARMOR"
- Buy: 800000
- Weight: 1000
- Def: 5
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 55
- ViewSprite: 179
- Script: <"
- bonus bStr,2;
- bonus bVit,1;
- ">
-},
-*/
-{
- Id: 5096
- AegisName: "Assassin_Mask_"
- Name: "Assassin Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- Priest: true
- Assassin: true
- }
- Loc: "EQP_HEAD_LOW"
- EquipLv: 70
- Refine: false
- ViewSprite: 180
-},
-{
- Id: 5097
- AegisName: "Cone_Hat_"
- Name: "Holiday Hat"
- Type: "IT_ARMOR"
- Weight: 400
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 144
-},
-{
- Id: 5098
- AegisName: "Tiger_Mask"
- Name: "Tiger Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 2
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 50
- Refine: false
- ViewSprite: 181
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bStr,3;
- bonus bMaxHP,100;
- ">
-},
-{
- Id: 5099
- AegisName: "Cat_Hat"
- Name: "Neko Mimi"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 182
- Script: <"
- bonus bLuk,2;
- bonus bMdef,10;
- bonus2 bSubRace,RC_Brute,5;
- ">
-},
-{
- Id: 5100
- AegisName: "Sales_Signboard"
- Name: "Sales Banner"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Loc: "EQP_HEAD_TOP"
- EquipLv: 75
- ViewSprite: 183
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bStr,1;
- bonus bAgi,1;
- bonus bLuk,1;
- ">
-},
-{
- Id: 5101
- AegisName: "Takius_Blindfold"
- Name: "Takius's Blindfold"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 184
-},
-{
- Id: 5102
- AegisName: "Round_Eyes"
- Name: "Blank Eyes"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 185
-},
-{
- Id: 5103
- AegisName: "Sunflower_Hairpin"
- Name: "Sunflower Hairpin"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 186
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bAgi,2;
- bonus bCritical,5;
- ">
-},
-{
- Id: 5104
- AegisName: "Dark_Blindfold"
- Name: "Dark Blinder"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 187
- Script: <"
- bonus2 bResEff,Eff_Blind,10000;
- bonus2 bResEff,Eff_Stun,200;
- ">
-},
-{
- Id: 5105
- AegisName: "Hat_Of_Cake_"
- Name: "2nd Anniversary Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 24
- ViewSprite: 109
- Script: <"
- bonus bDex,1;
- bonus bMaxSP,80;
- bonus3 bAddMonsterDropItem,7864,7,50;
- ">
-},
-{
- Id: 5106
- AegisName: "Cone_Hat_INA"
- Name: "2nd Anniversary Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- Refine: false
- ViewSprite: 144
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 5107
- AegisName: "Well_Baked_Toast"
- Name: "Crunch Toast"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 50
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 188
-},
-{
- Id: 5108
- AegisName: "Detective_Hat"
- Name: "Renown Detective's Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 350
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 189
-},
-{
- Id: 5109
- AegisName: "Red_Bonnet"
- Name: "Red Bonnet"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 190
-},
-{
- Id: 5110
- AegisName: "Baby_Pacifier"
- Name: "Baby Pacifier"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 50
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 191
-},
-{
- Id: 5111
- AegisName: "Galapago_Cap"
- Name: "Galapago Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 55
- ViewSprite: 192
- Script: <" bonus2 bAddMonsterDropItem,605,100; ">
-},
-{
- Id: 5112
- AegisName: "Super_Novice_Hat"
- Name: "Super Novice Hat"
- Type: "IT_ARMOR"
- Buy: 8500
- Weight: 400
- Def: 4
- Job: {
- Novice: true
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 40
- ViewSprite: 193
- Script: <" bonus bAllStats,1; ">
-},
-{
- Id: 5113
- AegisName: "Angry_Mouth"
- Name: "Angry Snarl"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 50
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 194
-},
-{
- Id: 5114
- AegisName: "Fedora"
- Name: "Bucket Hat"
- Type: "IT_ARMOR"
- Buy: 6000
- Weight: 300
- Def: 3
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 195
-},
-{
- Id: 5115
- AegisName: "Winter_Hat"
- Name: "Winter Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 3
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 196
- Script: <" bonus2 bResEff,Eff_Freeze,1000; ">
-},
-{
- Id: 5116
- AegisName: "Banana_Hat"
- Name: "Banana Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 197
- Script: <" bonus3 bAutoSpell,SM_PROVOKE,3,30; ">
-},
-{
- Id: 5117
- AegisName: "Mistic_Rose"
- Name: "Mystic Rose"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 198
- Script: <" bonus2 bSubRace,RC_Plant,2; ">
-},
-{
- Id: 5118
- AegisName: "Ear_Of_Puppy"
- Name: "Puppy Headband"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 199
-},
-{
- Id: 5119
- AegisName: "Super_Novice_Hat_"
- Name: "Super Novice Hat"
- Type: "IT_ARMOR"
- Buy: 8500
- Weight: 400
- Def: 4
- Slots: 1
- Job: {
- Novice: true
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 40
- ViewSprite: 193
- Script: <" bonus bAllStats,1; ">
-},
-{
- Id: 5120
- AegisName: "Fedora_"
- Name: "Bucket Hat"
- Type: "IT_ARMOR"
- Buy: 6000
- Weight: 300
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 195
-},
-{
- Id: 5121
- AegisName: "Zherlthsh_Mask"
- Name: "Zealotus Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 70
- ViewSprite: 200
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,5;
- bonus2 bSubRace,RC_DemiPlayer,5;
- ">
-},
-{
- Id: 5122
- AegisName: "Magni_Cap"
- Name: "Magni's Cap"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 1000
- Def: 5
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 65
- ViewSprite: 250
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 5123
- AegisName: "Ulle_Cap"
- Name: "Ulle's Cap"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 500
- Def: 3
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 65
- ViewSprite: 254
- Script: <"
- bonus bDex,2;
- bonus bAgi,1;
- ">
-},
-{
- Id: 5124
- AegisName: "Fricca_Circlet"
- Name: "Fricca's Circlet"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 300
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 65
- ViewSprite: 251
- Script: <"
- bonus bMdef,10;
- bonus bInt,2;
- bonus bMaxSP,50;
- ">
-},
-{
- Id: 5125
- AegisName: "Kiss_Of_Angel"
- Name: "Angel's Kiss"
- Type: "IT_ARMOR"
- Buy: 10000
- Weight: 300
- Def: 3
- Slots: 1
- Job: {
- Novice: true
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 255
- Script: <" bonus bSPrecovRate,5; ">
-},
-{
- Id: 5126
- AegisName: "Morpheuss_Hood"
- Name: "Morpheus's Hood"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 200
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 33
- ViewSprite: 256
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 5127
- AegisName: "Morriganes_Helm"
- Name: "Morrigane's Helm"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 500
- Def: 4
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 61
- ViewSprite: 257
- Script: <"
- bonus bLuk,2;
- bonus bBaseAtk,3;
- ">
-},
-{
- Id: 5128
- AegisName: "Goibnes_Helmet"
- Name: "Goibne's Helm"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 500
- Def: 5
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 54
- ViewSprite: 258
- Script: <"
- bonus bVit,3;
- bonus bMdef,3;
- ">
-},
-{
- Id: 5129
- AegisName: "Bird_Nest"
- Name: "Bird Nest"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- Refine: false
- ViewSprite: 201
- Script: <"
- bonus bAgi,2;
- bonus2 bSubRace,RC_Brute,10;
- ">
-},
-{
- Id: 5130
- AegisName: "Lion_Mask"
- Name: "Lion Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 700
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 75
- ViewSprite: 202
- Script: <"
- bonus2 bAddEffWhenHit,Eff_Silence,500;
- bonus bMdef,1;
- ">
-},
-{
- Id: 5131
- AegisName: "Close_Helmet"
- Name: "Close Helmet"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1200
- Def: 8
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 75
- ViewSprite: 203
- Script: <"
- bonus bVit,3;
- bonus bMaxHPrate,3;
- ">
-},
-{
- Id: 5132
- AegisName: "Angeling_Hat"
- Name: "Angeling Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 700
- Def: 2
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 204
- Trade: {
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bSubRace,RC_DemiPlayer,10; ">
-},
-{
- Id: 5133
- AegisName: "Sheep_Hat"
- Name: "Sheep Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 150
- Def: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 205
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bShortWeaponDamageReturn,5; ">
-},
-{
- Id: 5134
- AegisName: "Pumpkin_Hat"
- Name: "Pumpkin-Head"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 206
- Script: <" bonus2 bSubRace,RC_Demon,5; ">
-},
-{
- Id: 5135
- AegisName: "Cyclops_Visor"
- Name: "Cyclop's Eye"
- Type: "IT_ARMOR"
- Weight: 200
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_MID"
- EquipLv: 75
- Refine: false
- ViewSprite: 207
- Script: <" bonus bMaxSP,50; ">
-},
-{
- Id: 5136
- AegisName: "Santas_Hat_"
- Name: "Antonio's Santa Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 20
-},
-{
- Id: 5137
- AegisName: "Alice_Doll"
- Name: "Alice Doll"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 208
- Script: <"
- bonus bStr,1;
- bonus2 bAddRace,RC_DemiPlayer,10;
- bonus2 bAddEff2,Eff_Sleep,10;
- ">
-},
-{
- Id: 5138
- AegisName: "Magic_Eyes"
- Name: "Magic Eyes"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 209
- Script: <"
- bonus bMdef,5;
- bonus bCastrate,-10;
- bonus bUseSPrate,20;
- ">
-},
-{
- Id: 5139
- AegisName: "Hibiscus"
- Name: "Hibiscus"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- Refine: false
- ViewSprite: 210
- Script: <"
- bonus bDex,1;
- bonus bInt,1;
- bonus bMdef,5;
- ">
-},
-{
- Id: 5140
- AegisName: "Charming_Ribbon"
- Name: "Charming Ribbon"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 211
- Script: <"
- bonus2 bSubRace,RC_Undead,5;
- bonus2 bSubRace,RC_Demon,5;
- ">
-},
-{
- Id: 5141
- AegisName: "Marionette_Doll"
- Name: "Marionette Doll"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 212
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 5142
- AegisName: "Crescent_Helm"
- Name: "Crescent Helm"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 3000
- Def: 8
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 50
- ViewSprite: 213
- Script: <"
- bonus bVit,1;
- bonus2 bSubRace,RC_DemiPlayer,5;
- ">
-},
-{
- Id: 5143
- AegisName: "Kabuki_Mask"
- Name: "Kabuki Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 5
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Gender: "SEX_MALE"
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 30
- ViewSprite: 214
- Script: <" bonus2 bResEff,Eff_Silence,3000; ">
-},
-{
- Id: 5144
- AegisName: "Gambler_Hat"
- Name: "Gambler Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 16
- Script: <" bonus bLuk,5; ">
-},
-{
- Id: 5145
- AegisName: "Carnival_Joker_Jester"
- Name: "Carnival Joker Jester"
- Type: "IT_ARMOR"
- Buy: 10
- Weight: 100
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 89
-},
-{
- Id: 5146
- AegisName: "Elephant_Hat"
- Name: "Elephant Hat"
- Type: "IT_ARMOR"
- Weight: 500
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 215
- Script: <"
- bonus bVit,1;
- bonus2 bSubRace,RC_Brute,7;
- skill WZ_WATERBALL,1;
- ">
-},
-{
- Id: 5147
- AegisName: "Baseball_Cap"
- Name: "Baseball Cap"
- Type: "IT_ARMOR"
- Weight: 200
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 216
-},
-{
- Id: 5148
- AegisName: "Phrygian_Cap"
- Name: "Phrygian Cap"
- Type: "IT_ARMOR"
- Weight: 500
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 217
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 5149
- AegisName: "Silver_Tiara"
- Name: "Silver Tiara"
- Type: "IT_ARMOR"
- Weight: 100
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 218
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 5150
- AegisName: "Joker_Jester_"
- Name: "Joker Jester"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 219
- Script: <" bonus bSpeedRate,25; ">
-},
-{
- Id: 5151
- AegisName: "Headset_OST"
- Name: "Note Headphones"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 4
- Slots: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 220
- Script: <"
- bonus bMdef,3;
- bonus2 bResEff,Eff_Stun,1000;
- bonus2 bResEff,Eff_Freeze,1000;
- ">
-},
-{
- Id: 5152
- AegisName: "Chinese_Crown"
- Name: "Chinese Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 2000
- Def: 2
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 1
- ViewSprite: 221
- Script: <"
- bonus2 bResEff,Eff_Stun,1000;
- bonus bInt,1;
- ">
-},
-{
- Id: 5153
- AegisName: "Angeling_Hairpin"
- Name: "Angeling Hairpin"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 700
- Def: 3
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 222
- Script: <" bonus bFlee,5; ">
-},
-{
- Id: 5154
- AegisName: "Sunglasses_F"
- Name: "Father's Sunglasses"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 12
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5155
- AegisName: "Granpa_Beard_F"
- Name: "Father's White Moustache"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 25
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bBaseAtk,20; ">
-},
-{
- Id: 5156
- AegisName: "Flu_Mask_F"
- Name: "Father's Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 8
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMatkRate,1; ">
-},
-{
- Id: 5157
- AegisName: "Viking_Helm_"
- Name: "Orc Helm"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 5
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 86
-},
-{
- Id: 5158
- AegisName: "Holy_Bonnet_"
- Name: "Monk Hat"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 100
- Def: 5
- Slots: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 35
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5159
- AegisName: "Golden_Gear_"
- Name: "Golden Gear"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 900
- Def: 5
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 40
- ViewSprite: 30
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-{
- Id: 5160
- AegisName: "Magestic_Goat_"
- Name: "Majestic Goat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 5
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- Taekwon: true
- Star_Gladiator: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 41
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 5161
- AegisName: "Sharp_Gear_"
- Name: "Spiky Band"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 6
- Slots: 1
- Job: {
- Swordsman: true
- Acolyte: true
- Merchant: true
- Thief: true
- Knight: true
- Priest: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Monk: true
- Rogue: true
- Alchemist: true
- Taekwon: true
- Star_Gladiator: true
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 43
-},
-{
- Id: 5162
- AegisName: "Bone_Helm_"
- Name: "Bone Helm"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 7
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 103
- Script: <" bonus2 bSubEle,Ele_Dark,-15; ">
-},
-{
- Id: 5163
- AegisName: "Corsair_"
- Name: "Corsair"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 5
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 105
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 5164
- AegisName: "Tiara_"
- Name: "Tiara"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 4
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 45
- ViewSprite: 19
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 5165
- AegisName: "Crown_"
- Name: "Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 4
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Gender: "SEX_MALE"
- Loc: "EQP_HEAD_TOP"
- EquipLv: 45
- ViewSprite: 45
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 5166
- AegisName: "Spinx_Helm_"
- Name: "Sphinx Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 3000
- Def: 5
- Slots: 1
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP"]
- EquipLv: 65
- Refine: false
- ViewSprite: 137
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 5167
- AegisName: "Munak_Turban_"
- Name: "Munak Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 5
- Slots: 1
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 51
- Script: <" bonus2 bSubRace,RC_Undead,10; ">
-},
-{
- Id: 5168
- AegisName: "Bongun_Hat_"
- Name: "Bongun Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 5
- Slots: 1
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 139
-},
-{
- Id: 5169
- AegisName: "Bride_Mask"
- Name: "Bride Mask"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 500
- Def: 4
- Slots: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 40
- ViewSprite: 223
- Script: <"
- if(BaseClass==Job_Taekwon) {
- bonus bLuk,2;
- bonus bCritical,5;
- }
-
- ">
-},
-{
- Id: 5170
- AegisName: "Feather_Beret"
- Name: "Feather Beret"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 600
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 224
- Script: <"
- bonus bMdef,1;
- bonus2 bSubRace,RC_DemiPlayer,10;
- ">
-},
-{
- Id: 5171
- AegisName: "Valkyrie_Helm"
- Name: "Valkyrie Helm"
- Type: "IT_ARMOR"
- Buy: 100000
- Weight: 1000
- Def: 5
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 225
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 5172
- AegisName: "Beret"
- Name: "Beret"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 700
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 226
- Script: <" bonus2 bSubRace,RC_DemiPlayer,10; ">
-},
-{
- Id: 5173
- AegisName: "Satto_Hat"
- Name: "Magistrate Hat"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 400
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- ViewSprite: 227
- Script: <"
- if(BaseClass==Job_Taekwon) {
- bonus bAgi,1;
- bonus bHPrecovRate,3;
- }
-
- ">
-},
-{
- Id: 5174
- AegisName: "Ayam"
- Name: "Ayam"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 400
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- ViewSprite: 228
- Script: <"
- if(BaseClass==Job_Taekwon) {
- bonus bInt,1;
- bonus bSPrecovRate,3;
- }
-
- ">
-},
-{
- Id: 5175
- AegisName: "Censor_Bar"
- Name: "Censor Bar"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 100
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 229
- Script: <"
- bonus2 bResEff,Eff_Curse,500;
- bonus bMdef,1;
- bonus bHit,-5;
- ">
-},
-{
- Id: 5176
- AegisName: "Hahoe_Mask"
- Name: "Hahoe Mask"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 100
- Def: 2
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- EquipLv: 30
- Refine: false
- ViewSprite: 230
- Script: <"
- if(BaseClass==Job_Taekwon) {
- bonus bLuk,1;
- bonus bFlee2,2;
- }
-
- ">
-},
-{
- Id: 5177
- AegisName: "Guardian_Lion_Mask"
- Name: "Mythical Lion Mask"
- Type: "IT_ARMOR"
- Buy: 30000
- Weight: 500
- Def: 5
- Slots: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 40
- ViewSprite: 231
- Script: <"
- if(BaseClass==Job_Taekwon) {
- bonus bDex,2;
- bonus bBaseAtk,2*getrefine();
- bonus3 bAddEff,Eff_Stun,1000,ATF_SHORT;
- }
-
- ">
-},
-{
- Id: 5178
- AegisName: "Candle_"
- Name: "Candle"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 150
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 113
- Script: <" bonus bAllStats,1; ">
-},
-{
- Id: 5179
- AegisName: "Gold_Tiara"
- Name: "Golden Tiara"
- Type: "IT_ARMOR"
- Weight: 100
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 232
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 5180
- AegisName: "Phrygian_Cap_"
- Name: "France Holiday Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 217
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 5181
- AegisName: "Helm_Of_Darkness"
- Name: "Helm of Darkness"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 2000
- Def: 3
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 50
- ViewSprite: 233
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 5182
- AegisName: "Puppy_Hat"
- Name: "Puppy Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 234
- Script: <"
- bonus bAgi,1;
- bonus3 bAutoSpell,PR_GLORIA,1,10+20*(readparam(bAgi)>=77);
- ">
-},
-{
- Id: 5183
- AegisName: "Bird_Nest_Hat"
- Name: "Bird Nest Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 235
- Script: <"
- bonus bDex,1;
- bonus bAgi,1;
- bonus2 bResEff,Eff_Stun,1000;
- ">
-},
-{
- Id: 5184
- AegisName: "Captain_Hat"
- Name: "Captain's Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 4
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 236
- Script: <" bonus2 bSubEle,Ele_Water,5; ">
-},
-{
- Id: 5185
- AegisName: "Laurel_Wreath"
- Name: "Laurel Wreath"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 237
- Script: <"
- bonus bLuk,3;
- bonus2 bResEff,Eff_Blind,500;
- bonus2 bResEff,Eff_Curse,500;
- ">
-},
-{
- Id: 5186
- AegisName: "Geographer_Band"
- Name: "Geographer Band"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 238
- Script: <"
- bonus bInt,1;
- bonus3 bAutoSpellWhenHit,AL_HEAL,1,50;
- ">
-},
-{
- Id: 5187
- AegisName: "Twin_Ribbon"
- Name: "Twin Ribbon"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 239
- Script: <"
- bonus bMaxSP,30;
- bonus bMdef,3;
- bonus3 bAutoSpellWhenHit,NPC_STONESKIN,6,10;
- bonus5 bAutoSpellWhenHit,NPC_ANTIMAGIC,6,120,BF_MAGIC,0;
- ">
-},
-{
- Id: 5188
- AegisName: "Minstrel_Hat"
- Name: "Wandering Minstrel Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 240
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 5189
- AegisName: "Fallen_Leaves"
- Name: "Autumn Leaves"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 241
- Script: <"
- bonus bMaxHP,40;
- bonus bMaxSP,40;
- ">
-},
-{
- Id: 5190
- AegisName: "Baseball_Cap_"
- Name: "Independence Memorial Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 20
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 216
-},
-{
- Id: 5191
- AegisName: "Ribbon_Black"
- Name: "Black Ribbon"
- Type: "IT_ARMOR"
- Buy: 800
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 242
- Script: <"
- bonus bInt,1;
- bonus bMdef,3;
- ">
-},
-{
- Id: 5192
- AegisName: "Ribbon_Yellow"
- Name: "Yellow Ribbon"
- Type: "IT_ARMOR"
- Buy: 800
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 243
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5193
- AegisName: "Ribbon_Green"
- Name: "Green Ribbon"
- Type: "IT_ARMOR"
- Buy: 800
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 244
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5194
- AegisName: "Ribbon_Pink"
- Name: "Pink Ribbon"
- Type: "IT_ARMOR"
- Buy: 800
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 245
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5195
- AegisName: "Ribbon_Red"
- Name: "Red Ribbon"
- Type: "IT_ARMOR"
- Buy: 800
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 246
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5196
- AegisName: "Ribbon_Orange"
- Name: "Orange Ribbon"
- Type: "IT_ARMOR"
- Buy: 800
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 247
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5197
- AegisName: "Ribbon_White"
- Name: "White Ribbon"
- Type: "IT_ARMOR"
- Buy: 800
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 248
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5198
- AegisName: "Drooping_Bunny"
- Name: "Drooping Bunny"
- Type: "IT_ARMOR"
- Buy: 10
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 249
- Script: <"
- bonus bDex,1;
- bonus bFlee,2;
- ">
-},
-{
- Id: 5199
- AegisName: "Baseball_Cap_I"
- Name: "Baseball Cap"
- Type: "IT_ARMOR"
- Weight: 200
- Def: 3
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 216
-},
-{
- Id: 5200
- AegisName: "Coppola"
- Name: "Coppola"
- Type: "IT_ARMOR"
- Buy: 10
- Weight: 300
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 252
-},
-{
- Id: 5201
- AegisName: "Party_Hat_B"
- Name: "Party Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 144
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5202
- AegisName: "Pumpkin_Hat_"
- Name: "Fantastic Pumpkin-Head"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 206
- Script: <" bonus2 bSubRace,RC_Demon,5; ">
-},
-{
- Id: 5203
- AegisName: "Tongue_Mask"
- Name: "Smiling Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 2
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 253
- Script: <" bonus bSpeedRate,25; ">
-},
-{
- Id: 5204
- AegisName: "Event_Pierrot_Nose"
- Name: "Rudolph's Nose"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 49
- Script: <"
- bonus2 bResEff,Eff_Blind,3000;
- bonus2 bAddMonsterDropItem,12130,30;
- ">
-},
-{
- Id: 5205
- AegisName: "Wreath"
- Name: "Emperor's Laurel Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 3
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 261
- Script: <"
- bonus bAllStats,1;
- bonus bMdef,3;
- ">
-},
-{
- Id: 5206
- AegisName: "Romantic_White_Flower"
- Name: "Romantic White Flower"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 259
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus2 bSubRace,RC_Plant,3; ">
-},
-{
- Id: 5207
- AegisName: "Gold_Spirit_Chain"
- Name: "Angel Blessing"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 260
- Script: <"
- bonus bLuk,1;
- bonus2 bSubEle,Ele_Holy,5;
- ">
-},
-{
- Id: 5208
- AegisName: "Rideword_Hat"
- Name: "Rideword Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 2
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 40
- ViewSprite: 262
- Script: <"
- bonus2 bHPDrainRate,50,8;
- bonus2 bSPDrainRate,10,4;
- bonus2 bHPLossRate,10,5000;
- ">
-},
-{
- Id: 5209
- AegisName: "Yellow_Baseball_Cap"
- Name: "Love Dad Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 263
-},
-{
- Id: 5210
- AegisName: "Flying_Angel"
- Name: "Flapping Angel Wing"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 264
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bCastrate,-3;
- bonus bAspdRate,3;
- bonus bInt,1;
- bonus bAgi,1;
- ">
-},
-{
- Id: 5211
- AegisName: "Dress_Hat"
- Name: "Dress Hat"
- Type: "IT_ARMOR"
- Weight: 200
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 20
- ViewSprite: 265
- Script: <"
- bonus bMdef,7;
- bonus bStr,1;
- bonus bInt,1;
- bonus2 bAddRace, RC_All, 2;
- bonus bMatkRate,2;
- bonus bHealPower,5;
- if (getrefine() >= 7) {
- bonus2 bAddRace, RC_All, 1;
- bonus bMatkRate,1;
- bonus bHealPower,1;
- }
-
- ">
-},
-{
- Id: 5212
- AegisName: "Satellite_Hairband"
- Name: "Satellite Hairband"
- Type: "IT_ARMOR"
- Weight: 1000
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 266
- Script: <"
- bonus bMaxHP,50;
- bonus bMaxSP,10;
- skill AL_RUWACH,1;
- ">
- OnUnequipScript: <" sc_end SC_RUWACH; ">
-},
-{
- Id: 5213
- AegisName: "Black_Bunny_Band"
- Name: "Sheila Hairnet"
- Type: "IT_ARMOR"
- Weight: 200
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 267
- Script: <"
- bonus bAgi,2;
- bonus bMdef,3;
- ">
-},
-{
- Id: 5214
- AegisName: "Moonlight_Flower_Hat"
- Name: "Moonlight Flower Hat"
- Type: "IT_ARMOR"
- Weight: 200
- Def: 3
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 1
- ViewSprite: 268
- Script: <"
- bonus bDex,2;
- bonus3 bAutoSpell,AL_INCAGI,1,50;
- ">
-},
-{
- Id: 5215
- AegisName: "Angelic_Chain_"
- Name: "Evolved Angel Wing"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 38
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bMdef,3;
- bonus bDex,1;
- bonus bInt,1;
- bonus2 bSubRace,RC_Demon,3;
- ">
-},
-{
- Id: 5216
- AegisName: "Satanic_Chain_"
- Name: "Evolved Evil Wing"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 39
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bStr,1;
- bonus bAgi,1;
- bonus bFlee,3;
- bonus2 bSubRace,RC_Angel,3;
- ">
-},
-{
- Id: 5217
- AegisName: "Magestic_Goat_TW"
- Name: "Evolved Majestic Goat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 5
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- Taekwon: true
- Star_Gladiator: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 41
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 5218
- AegisName: "Bunny_Band_"
- Name: "Evolved Bunny Band"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 15
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 5219
- AegisName: "Drooping_Kitty_"
- Name: "Evolved Drooping Cat"
- Type: "IT_ARMOR"
- Buy: 250000
- Weight: 500
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 142
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bMdef,18;
- bonus bFlee,3;
- ">
-},
-{
- Id: 5220
- AegisName: "Smoking_Pipe_"
- Name: "Evolved Pipe"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 55
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bVit,1;
- bonus2 bSubRace,RC_Brute,5;
- ">
-},
-{
- Id: 5221
- AegisName: "Pair_Of_Red_Ribbon_"
- Name: "Evolved Pair of Red Ribbon"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_MID"
- EquipLv: 45
- Refine: false
- ViewSprite: 169
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bFlee,5; ">
-},
-{
- Id: 5222
- AegisName: "Fish_On_Head_"
- Name: "Evolved Blue Fish"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 149
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bAgi,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 5223
- AegisName: "Big_Golden_Bell_"
- Name: "Evolved Big Golden Bell"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 35
- ViewSprite: 175
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 5224
- AegisName: "Orc_Hero_Helm_TW"
- Name: "Evolved Orc Hero Helm"
- Type: "IT_ARMOR"
- Buy: 500000
- Weight: 900
- Def: 5
- Job: {
- All: true
- Novice: false
- }
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 55
- ViewSprite: 178
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bStr,2;
- bonus bVit,1;
- bonus bMaxHPrate,10;
- ">
-},
-{
- Id: 5225
- AegisName: "Marcher_Hat"
- Name: "Parade Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 269
- Script: <"
- bonus bMdef,2;
- bonus bStr,2;
- bonus4 bAutoSpellWhenHit,AL_ANGELUS,5,30,0;
- bonus4 bAutoSpellWhenHit,HP_ASSUMPTIO,1,1,0;
- bonus2 bResEff,Eff_Stun,1000;
- if(BaseClass==Job_Acolyte) bonus4 bAutoSpellOnSkill,AL_HEAL,PR_LEXAETERNA,1,1000;
- ">
-},
-{
- Id: 5226
- AegisName: "Mini_Propeller_"
- Name: "Mini Propeller"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 270
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bAgi,2;
- bonus bDex,1;
- bonus bFlee,10;
- bonus bCastrate,-getrefine();
- ">
-},
-{
- Id: 5227
- AegisName: "Red_Deviruchi_Cap"
- Name: "Red Deviruchi Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 64
- ViewSprite: 271
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- ">
-},
-{
- Id: 5228
- AegisName: "White_Deviruchi_Cap"
- Name: "Gray Deviruchi Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 64
- ViewSprite: 272
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- ">
-},
-{
- Id: 5229
- AegisName: "Gray_Deviruchi_Cap"
- Name: "Brown Deviruchi Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 64
- ViewSprite: 273
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- ">
-},
-{
- Id: 5230
- AegisName: "White_Drooping_Kitty"
- Name: "Gray Drooping Cat"
- Type: "IT_ARMOR"
- Buy: 250000
- Weight: 500
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 274
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bResEff,Eff_Curse,3000;
- bonus bMdef,15;
- ">
-},
-{
- Id: 5231
- AegisName: "Gray_Drooping_Kitty"
- Name: "Brown Drooping Cat"
- Type: "IT_ARMOR"
- Buy: 250000
- Weight: 500
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 275
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bResEff,Eff_Curse,3000;
- bonus bMdef,15;
- ">
-},
-{
- Id: 5232
- AegisName: "Pink_Drooping_Kitty"
- Name: "Pink Drooping Cat"
- Type: "IT_ARMOR"
- Buy: 250000
- Weight: 500
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 276
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bResEff,Eff_Curse,3000;
- bonus bMdef,15;
- ">
-},
-{
- Id: 5233
- AegisName: "Blue_Drooping_Kitty"
- Name: "Blue Drooping Cat"
- Type: "IT_ARMOR"
- Buy: 250000
- Weight: 500
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 277
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bResEff,Eff_Curse,3000;
- bonus bMdef,15;
- ">
-},
-{
- Id: 5234
- AegisName: "Yellow_Drooping_Kitty"
- Name: "Yellow Drooping Cat"
- Type: "IT_ARMOR"
- Buy: 250000
- Weight: 500
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 278
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bResEff,Eff_Curse,3000;
- bonus bMdef,15;
- ">
-},
-{
- Id: 5235
- AegisName: "Gray_Fur_Hat"
- Name: "Brown Beanie"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 350
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 279
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 5236
- AegisName: "Blue_Fur_Hat"
- Name: "Blue Beanie"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 350
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 280
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 5237
- AegisName: "Pink_Fur_Hat"
- Name: "Pink Beanie"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 350
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 281
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 5238
- AegisName: "Red_Wizardry_Hat"
- Name: "Red Mage Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 282
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,2;
- bonus bMaxSP,150;
- ">
-},
-{
- Id: 5239
- AegisName: "White_Wizardry_Hat"
- Name: "Gray Mage Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 283
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,2;
- bonus bMaxSP,150;
- ">
-},
-{
- Id: 5240
- AegisName: "Gray_Wizardry_Hat"
- Name: "Brown Mage Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 284
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,2;
- bonus bMaxSP,150;
- ">
-},
-{
- Id: 5241
- AegisName: "Blue_Wizardry_Hat"
- Name: "Blue Mage Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 285
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,2;
- bonus bMaxSP,150;
- ">
-},
-{
- Id: 5242
- AegisName: "Yellow_Wizardry_Hat"
- Name: "Yellow Mage Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 286
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,2;
- bonus bMaxSP,150;
- ">
-},
-{
- Id: 5243
- AegisName: "Chullos"
- Name: "Shafka"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 2
- Slots: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 287
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus2 bResEff,Eff_Freeze,1000; ">
-},
-{
- Id: 5244
- AegisName: "Elven_Blindfold"
- Name: "Elven Blindfold"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 288
- Script: <" bonus2 bResEff,Eff_Blind,10000; ">
-},
-{
- Id: 5245
- AegisName: "Elven_Sunglasses"
- Name: "Elven Sunglasses"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 289
- Script: <" bonus2 bResEff,Eff_Blind,500; ">
-},
-{
- Id: 5246
- AegisName: "Angelic_Helm"
- Name: "Angelic Helm"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 700
- Def: 3
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 290
- Script: <"
- bonus bAgi,1;
- bonus bLuk,1;
- bonus bMdef,3;
- bonus2 bSubRace,RC_Demon,5;
- ">
-},
-{
- Id: 5247
- AegisName: "Satanic_Helm"
- Name: "Satanic Helm"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 700
- Def: 4
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 291
- Script: <"
- bonus bAgi,1;
- bonus bLuk,1;
- bonus bMdef,3;
- bonus2 bSubRace,RC_Demon,5;
- ">
-},
-{
- Id: 5248
- AegisName: "Robotic_Blindfold"
- Name: "Robotic Blindfold"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 292
- Script: <" bonus2 bResEff,Eff_Blind,10000; ">
-},
-{
- Id: 5249
- AegisName: "Human_Blindfold"
- Name: "Human Blindfold"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 293
- Script: <" bonus2 bResEff,Eff_Blind,10000; ">
-},
-{
- Id: 5250
- AegisName: "Robotic_Ears"
- Name: "Robotic Ears"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 10
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 294
-},
-{
- Id: 5251
- AegisName: "Round_Ears"
- Name: "Round Ears"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 10
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 295
-},
-{
- Id: 5252
- AegisName: "Drooping_Nine_Tail"
- Name: "Drooping Ninetail"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 20
- ViewSprite: 296
- Script: <"
- bonus bAgi,1;
- bonus bDex,1;
- bonus3 bAutoSpellWhenHit,PR_GLORIA,1,30;
- ">
-},
-{
- Id: 5253
- AegisName: "Lif_Doll_Hat"
- Name: "Lif Doll Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 20
- ViewSprite: 297
- Script: <"
- bonus bInt,1;
- bonus bMdef,getrefine();
- bonus bDef,getrefine()*-1;
- ">
-},
-{
- Id: 5254
- AegisName: "Deviling_Hat"
- Name: "Deviling Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 20
- ViewSprite: 298
- Script: <"
- bonus bStr,1;
- bonus bCritical,3;
- bonus2 bSubRace,RC_Angel,-20;
- if(getrefine()>=6) {
- bonus bCritical,getrefine()-5;
- }
-
- ">
-},
-{
- Id: 5255
- AegisName: "Triple_Poring_Hat"
- Name: "Triple Poring Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 20
- Refine: false
- ViewSprite: 299
- Script: <"
- bonus bLuk,3;
- bonus3 bAutoSpell,BS_GREED,1,50;
- ">
-},
-{
- Id: 5256
- AegisName: "Valkyrie_Feather_Band"
- Name: "Valkyrie Feather Band"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 20
- ViewSprite: 300
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bInt,1;
- bonus3 bAutoSpellWhenHit,AL_HEAL,1,10;
- ">
-},
-{
- Id: 5257
- AegisName: "Soulless_Wing"
- Name: "Soul Ring"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 20
- ViewSprite: 301
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bMdef,2;
- bonus3 bAutoSpellWhenHit,HP_ASSUMPTIO,1,10;
- ">
-},
-{
- Id: 5258
- AegisName: "Afro_Wig"
- Name: "Afro Wig"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 10
- ViewSprite: 302
- Script: <"
- bonus3 bAutoSpellWhenHit,NV_FIRSTAID,1,300;
- bonus2 bSubEle,Ele_Neutral,1;
- ">
-},
-{
- Id: 5259
- AegisName: "Elephant_Hat_"
- Name: "Elephant Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 3
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 215
- Script: <"
- bonus bVit,1;
- bonus3 bAutoSpell,WZ_WATERBALL,3,10;
- skill AL_HOLYWATER,1;
- ">
-},
-{
- Id: 5260
- AegisName: "Cookie_Hat"
- Name: "Cookie Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 217
- Script: <"
- bonus bAgi,1;
- bonus bFlee2,5;
- bonus bCritAtkRate,5;
- ">
-},
-{
- Id: 5261
- AegisName: "Silver_Tiara_"
- Name: "Silver Tiara"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 218
- Script: <"
- bonus bInt,2;
- if(BaseClass==Job_Mage) bonus bMatkRate,(JobLevel/20);
- if(BaseClass==Job_Acolyte) bonus bUseSPrate,-(JobLevel/10);
- if(BaseClass==Job_Archer) bonus bMaxSP,(JobLevel*2);
- ">
-},
-{
- Id: 5262
- AegisName: "Gold_Tiara_"
- Name: "Golden Tiara"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 232
- Script: <"
- bonus bStr,2;
- bonus bUnbreakableHelm,0;
- if((readparam(bDex)<56)&&(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief)) bonus bDex,JobLevel/7;
- ">
-},
-{
- Id: 5263
- AegisName: "Ati_Atihan_Hat"
- Name: "Pagdayaw"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 20
- ViewSprite: 303
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus2 bSubEle,Ele_Water,1;
- bonus2 bSubEle,Ele_Earth,1;
- bonus2 bSubEle,Ele_Fire,1;
- bonus2 bSubEle,Ele_Wind,1;
- bonus2 bAddEff,Eff_Curse,3;
- ">
-},
-{
- Id: 5264
- AegisName: "Aussie_Flag_Hat"
- Name: "Australian Flag Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 4
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 304
- Script: <" bonus bAllStats,2; ">
-},
-{
- Id: 5265
- AegisName: "Apple_Of_Archer_C"
- Name: "Apple of Archer"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 7
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- Refine: false
- ViewSprite: 72
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bDex,4; ">
-},
-{
- Id: 5266
- AegisName: "Bunny_Band_C"
- Name: "Bunny Band"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 9
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- Refine: false
- ViewSprite: 15
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,5;
- bonus2 bSubRace,RC_DemiPlayer,10;
- ">
-},
-{
- Id: 5267
- AegisName: "Sahkkat_C"
- Name: "Sakkat"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 10
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 67
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAgi,3; ">
-},
-{
- Id: 5268
- AegisName: "Lord_Circlet_C"
- Name: "Grand Circlet"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 10
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- Refine: false
- ViewSprite: 93
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,3;
- bonus bInt,3;
- bonus bLuk,3;
- bonus bMdef,4;
- ">
-},
-{
- Id: 5269
- AegisName: "Flying_Angel_"
- Name: "Flapping Angel Wing"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 264
- Script: <"
- bonus bInt,1;
- bonus bAgi,1;
- bonus bAspdRate,3;
- bonus bSpeedRate,25;
- ">
-},
-{
- Id: 5270
- AegisName: "Fallen_Leaves_"
- Name: "Autumn Leaves"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 241
- Script: <" bonus bFlee2,5; ">
-},
-{
- Id: 5271
- AegisName: "Chinese_Crown_"
- Name: "Phoenix Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 4
- Slots: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 221
- Script: <"
- bonus bMdef,3;
- bonus2 bSubRace,RC_Boss,getrefine();
- ">
-},
-{
- Id: 5272
- AegisName: "Tongue_Mask_"
- Name: "Tongue Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 253
- Script: <" bonus3 bAutoSpell,SM_PROVOKE,5,50; ">
-},
-{
- Id: 5273
- AegisName: "Happy_Wig"
- Name: "Happy Wig"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 305
- Script: <"
- bonus bSpeedRate,25;
- bonus bDef,4;
- skill TF_HIDING,1;
- ">
- OnUnequipScript: <" sc_end SC_HIDING; ">
-},
-{
- Id: 5274
- AegisName: "Shiny_Wig"
- Name: "Shiny Wig"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 306
- Script: <"
- bonus bSpeedRate,25;
- bonus bDef,4;
- skill TF_HIDING,1;
- ">
- OnUnequipScript: <" sc_end SC_HIDING; ">
-},
-{
- Id: 5275
- AegisName: "Marvelous_Wig"
- Name: "Marvelous Wig"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 307
- Script: <"
- bonus bSpeedRate,25;
- bonus bDef,4;
- skill TF_HIDING,1;
- ">
- OnUnequipScript: <" sc_end SC_HIDING; ">
-},
-{
- Id: 5276
- AegisName: "Fantastic_Wig"
- Name: "Fantastic Wig"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 308
- Script: <"
- bonus bSpeedRate,25;
- bonus bDef,4;
- skill TF_HIDING,1;
- ">
- OnUnequipScript: <" sc_end SC_HIDING; ">
-},
-{
- Id: 5277
- AegisName: "Yellow_Bandana"
- Name: "Yellow Bandana"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 20
- ViewSprite: 309
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bLuk,2;
- bonus bVit,2;
- bonus bLongAtkDef,10;
- ">
-},
-{
- Id: 5278
- AegisName: "Yellow_Ribbon"
- Name: "Yellow Ribbon"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 20
- ViewSprite: 310
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bLuk,2;
- bonus bVit,2;
- bonus bLongAtkDef,10;
- ">
-},
-{
- Id: 5279
- AegisName: "Drooping_Kitty_C"
- Name: "Refined Drooping Cat"
- Type: "IT_ARMOR"
- Buy: 2
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 142
- Script: <"
- bonus bMdef,15;
- bonus2 bResEff,Eff_Curse,3000;
- ">
-},
-{
- Id: 5280
- AegisName: "Magestic_Goat_C"
- Name: "Baphomet Horns"
- Type: "IT_ARMOR"
- Buy: 2
- Def: 5
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 41
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 5281
- AegisName: "Deviruchi_Cap_C"
- Name: "Refined Deviruchi Hat"
- Type: "IT_ARMOR"
- Buy: 2
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 123
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- ">
-},
-{
- Id: 5282
- AegisName: "euRO_Baseball_Cap"
- Name: "Europe Baseball Cap"
- Type: "IT_ARMOR"
- Weight: 200
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 216
-},
-{
- Id: 5283
- AegisName: "Chick_Hat"
- Name: "Chick Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- Refine: false
- ViewSprite: 311
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bLuk,2;
- bonus bMaxHP,50;
- bonus bMaxSP,50;
- skill TF_DOUBLE,2;
- bonus bDoubleRate,10;
- bonus2 bSubRace,RC_DemiPlayer,3;
- ">
-},
-{
- Id: 5284
- AegisName: "Water_Lily_Crown"
- Name: "Water Lily Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 312
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bDex,1;
- bonus bAgi,1;
- bonus bHPrecovRate,5;
- bonus bSPrecovRate,3;
- ">
-},
-{
- Id: 5285
- AegisName: "Vane_Hairpin"
- Name: "Vane Hairpin"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 313
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 5286
- AegisName: "Pecopeco_Hairband"
- Name: "Pecopeco Hairband"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- Refine: false
- ViewSprite: 314
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bSpeedRate,25;
- bonus bAspdRate,-10;
- bonus bCastrate,25;
- ">
-},
-{
- Id: 5287
- AegisName: "Vacation_Hat"
- Name: "Vacation Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 315
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 5288
- AegisName: "Red_Glasses"
- Name: "Red Glasses"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 1
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 316
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 5289
- AegisName: "Vanilmirth_Hat"
- Name: "Vanilmirth Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 317
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bUnbreakableHelm,0;
- bonus3 bAutoSpell,MG_FIREBOLT,1,10;
- bonus3 bAutoSpell,MG_COLDBOLT,1,10;
- bonus3 bAutoSpell,MG_LIGHTNINGBOLT,1,10;
- bonus bMdef,5;
- ">
-},
-{
- Id: 5290
- AegisName: "Drooping_Bunny_"
- Name: "Drooping Bunny"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 249
- Script: <"
- bonus bDex,1;
- bonus bFlee,2;
- ">
-},
-{
- Id: 5291
- AegisName: "Kettle_Hat"
- Name: "Kettle Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Def: 4
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 318
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus4 bAutoSpell,SA_DELUGE,2,10,0;
- bonus3 bAutoSpell,WZ_WATERBALL,3,10;
- ">
-},
-{
- Id: 5292
- AegisName: "Dragon_Skull"
- Name: "Dragon Skull"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 5
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 319
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus2 bSubRace,RC_Dragon,5; ">
-},
-{
- Id: 5293
- AegisName: "Ramen_Hat"
- Name: "Ramen Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 1
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 320
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bDex,4;
- bonus4 bAutoSpellWhenHit,AL_DECAGI,1,30,1;
- ">
-},
-{
- Id: 5294
- AegisName: "Whisper_Mask"
- Name: "Whisper Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 321
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bAgi,3;
- bonus2 bSubEle,Ele_Ghost,-10;
- ">
-},
-{
- Id: 5295
- AegisName: "Golden_Bandana"
- Name: "Golden Bandana"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 2400
- Def: 4
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 138
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMdef,4; ">
-},
-{
- Id: 5296
- AegisName: "Drooping_Nine_Tail_"
- Name: "Drooping Nine Tail"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 296
- Script: <"
- bonus bAgi,1;
- bonus bCritical,1;
- ">
-},
-{
- Id: 5297
- AegisName: "Soulless_Wing_"
- Name: "Soul Wing"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 301
- Script: <"
- bonus bAllStats,1;
- bonus2 bSPRegenRate,2,10000;
- ">
-},
-{
- Id: 5298
- AegisName: "Marvelous_Wig_"
- Name: "Dokebi's Wig"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 307
- Script: <"
- bonus2 bSubEle,Ele_Neutral,5;
- bonus2 bSubEle,Ele_Fire,-5;
- bonus2 bSubEle,Ele_Water,-5;
- ">
-},
-{
- Id: 5299
- AegisName: "Ati_Atihan_Hat_"
- Name: "Pagdayaw"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 303
- Script: <" bonus3 bAutoSpell,DC_SCREAM,1,50; ">
-},
-{
- Id: 5300
- AegisName: "Bullock_Helm"
- Name: "Bullock Helm"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 45
- ViewSprite: 322
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bMaxHP,100; ">
-},
-{
- Id: 5301
- AegisName: "Russian_Ribbon"
- Name: "Victory Hairband"
- Type: "IT_ARMOR"
- Weight: 100
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 323
-},
-{
- Id: 5302
- AegisName: "Lotus_Flower_Hat"
- Name: "Flower Lily"
- Type: "IT_ARMOR"
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 324
-},
-{
- Id: 5303
- AegisName: "Flower_Coronet"
- Name: "Flower Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 325
- Script: <"
- bonus bMdef,3;
- bonus bMaxHP,50;
- ">
-},
-{
- Id: 5304
- AegisName: "Cap_Of_Blindness"
- Name: "Cap Of Blindness"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 4
- Slots: 1
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 50
- ViewSprite: 326
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus2 bResEff,Eff_Curse,700;
- bonus2 bResEff,Eff_Blind,10000;
- ">
-},
-{
- Id: 5305
- AegisName: "Pirate_Dagger"
- Name: "Pirate Dagger"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 327
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bBaseAtk,5; ">
-},
-{
- Id: 5306
- AegisName: "Freyja_Crown"
- Name: "Freya's Crown"
- Type: "IT_ARMOR"
- Weight: 500
- Def: 12
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 328
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bSubRace,RC_DemiPlayer,5; ">
-},
-{
- Id: 5307
- AegisName: "Carmen_Mirandas_Hat"
- Name: "Carmen Miranda's Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 3
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 329
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bMdef,3;
- bonus3 bAutoSpellWhenHit,DC_WINKCHARM,1,50;
- ">
-},
-{
- Id: 5308
- AegisName: "Brazilian_Flag_Hat"
- Name: "Brazil National Flag Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 330
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bSpeedAddRate,25; ">
-},
-{
- Id: 5309
- AegisName: "Mahican"
- Name: "Wool Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 331
- Script: <" skill RG_GRAFFITI,1; ">
-},
-{
- Id: 5310
- AegisName: "Bulb_Hairband"
- Name: "Shining Electric Bulb Hairband"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 332
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus2 bSubEle,Ele_Dark,10;
- skill MG_SIGHT,1;
- ">
- OnUnequipScript: <" sc_end SC_SIGHT; ">
-},
-{
- Id: 5311
- AegisName: "Large_Hibiscus"
- Name: "Large Hisbiscus"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 333
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bMdef,15; ">
-},
-{
- Id: 5312
- AegisName: "Ayothaya_Hat"
- Name: "Ayothaya King's Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 5
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 334
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bStr,1;
- bonus2 bAddRace,RC_DemiPlayer,5;
- ">
-},
-{
- Id: 5313
- AegisName: "Diadem"
- Name: "Diadem"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 335
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bInt,1;
- bonus bMatkRate,3;
- bonus bCastrate,-3;
- ">
-},
-{
- Id: 5314
- AegisName: "Hockey_Mask"
- Name: "Hockey Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- EquipLv: 50
- Refine: false
- ViewSprite: 336
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus2 bAddRace,RC_DemiPlayer,5; ">
-},
-{
- Id: 5315
- AegisName: "Observer"
- Name: "Observer"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_MID"
- EquipLv: 35
- Refine: false
- ViewSprite: 337
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" skill WZ_ESTIMATION,1; ">
-},
-{
- Id: 5316
- AegisName: "Umbrella_Hat"
- Name: "Umbrella Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 338
- Script: <" bonus2 bSubEle,Ele_Water,3; ">
-},
-{
- Id: 5317
- AegisName: "Fisherman_Hat"
- Name: "Fisherman's Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 339
- Script: <" bonus3 bAutoSpell,WZ_WATERBALL,3,50; ">
-},
-{
- Id: 5318
- AegisName: "Poring_Party_Hat"
- Name: "Poring Party Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 340
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAllStats,3; ">
-},
-{
- Id: 5319
- AegisName: "Hellomother_Hat"
- Name: "Hello Mother Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 341
- Script: <" bonus bLuk,3; ">
-},
-{
- Id: 5320
- AegisName: "Champion_Wreath"
- Name: "Champion Wreath"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 4
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 261
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAllStats,2;
- bonus4 bAutoSpellWhenHit,AL_HEAL,1,50,0;
- ">
-},
-{
- Id: 5321
- AegisName: "Indonesian_Bandana"
- Name: "Bandana Merah Putih"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 342
-},
-{
- Id: 5322
- AegisName: "Scarf"
- Name: "Kerchief"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 24
- ViewSprite: 343
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,2;
- bonus bFlee,5;
- ">
-},
-{
- Id: 5323
- AegisName: "Misstrance_Crown"
- Name: "Misstrance Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 10
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 165
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAllStats,2; ">
-},
-{
- Id: 5324
- AegisName: "Little_Angel_Doll"
- Name: "Little Angel Doll"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 344
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bDex,3;
- bonus4 bAutoSpellWhenHit,CR_GRANDCROSS,3,30,0;
- ">
-},
-{
- Id: 5325
- AegisName: "Robo_Eye"
- Name: "Robo Eye"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 2
- Loc: "EQP_HEAD_MID"
- EquipLv: 10
- Refine: false
- ViewSprite: 345
- Script: <"
- bonus2 bAddRace, RC_All, 2;
- bonus bMatkRate,2;
- bonus bDex,1;
- ">
-},
-{
- Id: 5326
- AegisName: "Masquerade_C"
- Name: "Masquerade C"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 1
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 78
- Script: <" bonus2 bAddRace,RC_DemiPlayer,7; ">
-},
-{
- Id: 5327
- AegisName: "Orc_Hero_Helm_C"
- Name: "Refined Helmet of Orc Hero"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 10
- Job: {
- All: true
- Novice: false
- }
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 178
- Script: <"
- bonus bStr,5;
- bonus bVit,3;
- ">
-},
-{
- Id: 5328
- AegisName: "Evil_Wing_Ears_C"
- Name: "Evil Wing Ears C"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 2
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 152
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 5329
- AegisName: "Dark_Blindfold_C"
- Name: "Dark Blindfold C"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 1
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 187
- Script: <"
- bonus2 bResEff,Eff_Blind,10000;
- bonus2 bResEff,Eff_Stun,500;
- ">
-},
-{
- Id: 5330
- AegisName: "kRO_Drooping_Kitty_C"
- Name: "kRO Drooping Kitty C"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 6
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 142
- Script: <"
- bonus bMdef,15;
- bonus2 bResEff,Eff_Curse,4000;
- bonus2 bResEff,Eff_Curse,1000;
- ">
-},
-{
- Id: 5331
- AegisName: "Corsair_C"
- Name: "Corsair C"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 10
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 105
- Script: <"
- bonus bVit,3;
- bonus bInt,3;
- ">
-},
-{
- Id: 5332
- AegisName: "Loki_Mask"
- Name: "Loki Mask"
- Type: "IT_ARMOR"
- Weight: 200
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- EquipLv: 20
- Refine: false
- ViewSprite: 346
- Script: <" bonus bFlee2,3; ">
-},
-{
- Id: 5333
- AegisName: "Radio_Antenna"
- Name: "Radio Antenna"
- Type: "IT_ARMOR"
- Weight: 1500
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 347
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,5;
- bonus bCritical,5;
- bonus bFlee,5;
- skill MG_LIGHTNINGBOLT,1;
- bonus4 bAutoSpellWhenHit,MG_THUNDERSTORM,5,30,1;
- ">
-},
-{
- Id: 5334
- AegisName: "Angeling_Wanna_Fly"
- Name: "Flapping Angeling"
- Type: "IT_ARMOR"
- Weight: 700
- Loc: "EQP_HEAD_TOP"
- EquipLv: 38
- Refine: false
- ViewSprite: 348
- Script: <"
- bonus bLuk,2;
- bonus bMdef,2;
- ">
-},
-{
- Id: 5335
- AegisName: "Jumping_Poring"
- Name: "Jumping Poring"
- Type: "IT_ARMOR"
- Weight: 300
- Def: 2
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 349
- Script: <"
- bonus bLuk,1;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5336
- AegisName: "Guildsman_Recruiter"
- Name: "Guildsman Recruiter Hat"
- Type: "IT_ARMOR"
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 350
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
-},
-{
- Id: 5337
- AegisName: "Party_Recruiter_Hat"
- Name: "Party Recruiter Hat"
- Type: "IT_ARMOR"
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 351
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
-},
-{
- Id: 5338
- AegisName: "Bf_Recruiter_Hat"
- Name: "Bf Recruiter Hat"
- Type: "IT_ARMOR"
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 352
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5339
- AegisName: "Friend_Recruiter_Hat"
- Name: "Friend Recruiter Hat"
- Type: "IT_ARMOR"
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 353
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5340
- AegisName: "Deprotai_Doll_Hat"
- Name: "Defolty Doll Hat"
- Type: "IT_ARMOR"
- Weight: 500
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- Refine: false
- ViewSprite: 354
- Script: <"
- bonus2 bSubRace,RC_DemiPlayer,5;
- bonus bStr,2;
- bonus3 bAutoSpellWhenHit,AL_ANGELUS,10,20;
- ">
-},
-{
- Id: 5341
- AegisName: "Claris_Doll_Hat"
- Name: "Glaris Doll Hat"
- Type: "IT_ARMOR"
- Weight: 500
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- Refine: false
- ViewSprite: 355
- Script: <"
- bonus2 bSubRace,RC_DemiPlayer,5;
- bonus bInt,2;
- bonus bMagicHPGainValue,50;
- ">
-},
-{
- Id: 5342
- AegisName: "Sorin_Doll_Hat"
- Name: "Sorin Doll Hat"
- Type: "IT_ARMOR"
- Weight: 500
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- Refine: false
- ViewSprite: 356
- Script: <"
- bonus2 bSubRace,RC_DemiPlayer,5;
- bonus bDex,2;
- autobonus "{ bonus bBaseAtk,50; }",20,10000,0,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }";
- ">
-},
-{
- Id: 5343
- AegisName: "Tayelin_Doll_Hat"
- Name: "Telling Doll Hat"
- Type: "IT_ARMOR"
- Weight: 500
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- Refine: false
- ViewSprite: 357
- Script: <"
- bonus2 bSubRace,RC_DemiPlayer,5;
- bonus bAgi,2;
- bonus2 bAddItemHealRate,504,10;
- bonus2 bAddItemHealRate,547,10;
- ">
-},
-{
- Id: 5344
- AegisName: "Binit_Doll_Hat"
- Name: "Bennit Doll Hat"
- Type: "IT_ARMOR"
- Weight: 500
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- Refine: false
- ViewSprite: 358
- Script: <"
- bonus2 bSubRace,RC_DemiPlayer,5;
- bonus bVit,2;
- autobonus "{ bonus bAspdRate,5; }",20,30000,0,"{ specialeffect(EF_HASTEUP, AREA, playerattached()); }";
- ">
-},
-{
- Id: 5345
- AegisName: "Debril_Doll_Hat"
- Name: "W Doll Hat"
- Type: "IT_ARMOR"
- Weight: 500
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- Refine: false
- ViewSprite: 359
- Script: <"
- bonus2 bSubRace,RC_DemiPlayer,5;
- bonus bLuk,2;
- bonus2 bAddRace,RC_Undead,5;
- bonus2 bMagicAddRace,RC_Undead,5;
- bonus2 bSubRace,RC_Undead,5;
- ">
-},
-{
- Id: 5346
- AegisName: "Gf_Recruiter_Hat"
- Name: "Gf Recruiter Hat"
- Type: "IT_ARMOR"
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 360
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5347
- AegisName: "Ph_D_Hat_"
- Name: "Ph.D Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 3
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 98
-},
-{
- Id: 5348
- AegisName: "Big_Sis_Ribbon_"
- Name: "Big Ribbon"
- Type: "IT_ARMOR"
- Buy: 15000
- Weight: 200
- Def: 2
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 28
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5349
- AegisName: "Boys_Cap_"
- Name: "Boy's Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 102
-},
-{
- Id: 5350
- AegisName: "Pirate_Bandana_"
- Name: "Pirate Bandana"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 74
- Script: <" bonus bStr,1; ">
-},
-{
- Id: 5351
- AegisName: "Sunflower_"
- Name: "Sunflower"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 37
- Script: <" bonus2 bSubRace,RC_Insect,10; ">
-},
-{
- Id: 5352
- AegisName: "Poporing_Cap"
- Name: "Poporing Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 700
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 38
- ViewSprite: 361
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
-},
-{
- Id: 5353
- AegisName: "Helm_Of_Sun_"
- Name: "Hat of the Sun God"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 2400
- Def: 4
- Slots: 1
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 138
- Script: <"
- bonus bStr,3;
- bonus bInt,2;
- ">
-},
-{
- Id: 5354
- AegisName: "Muslim_Hat_M"
- Name: "Muslim Hat M"
- Type: "IT_ARMOR"
- Weight: 100
- Def: 2
- Gender: "SEX_MALE"
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 362
- Script: <" bonus bCastrate,-5; ">
-},
-{
- Id: 5355
- AegisName: "Muslim_Hat_F"
- Name: "Selendang"
- Type: "IT_ARMOR"
- Weight: 100
- Def: 2
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 363
- Script: <" bonus bCastrate,-5; ">
-},
-{
- Id: 5356
- AegisName: "Pumpkin_Hat_H"
- Name: "Festival Pumpkin Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 206
- Trade: {
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bSubRace,RC_Demon,5;
- bonus2 bAddRace,RC_Demon,5;
- ">
-},
-{
- Id: 5357
- AegisName: "Wings_Of_Victory"
- Name: "Wings Of Victory"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 10
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 365
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,10;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5358
- AegisName: "Pecopeco_Wing_Ears"
- Name: "Peco Ears"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_MID"
- EquipLv: 70
- Refine: false
- ViewSprite: 366
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bAgi,1;
- bonus bMdef,2;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5359
- AegisName: "J_Captain_Hat"
- Name: "Ship Captain Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- ViewSprite: 367
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bDex,1;
- bonus bLongAtkRate,7;
- bonus bMaxHP,100;
- ">
-},
-{
- Id: 5360
- AegisName: "Whikebain_Ears"
- Name: "Hyuke's Black Cat Ears"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 45
- ViewSprite: 368
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bFlee,10;
- bonus bCritical,3;
- bonus bCritAtkRate,10;
- bonus bDefRate,-50;
- bonus bDef2Rate,-50;
- ">
-},
-{
- Id: 5361
- AegisName: "Gang_Scarf"
- Name: "Gangster Scarf"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_LOW"
- EquipLv: 60
- Refine: false
- ViewSprite: 369
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bBaseAtk,5;
- if(BaseJob==Job_Rogue) skill RG_GANGSTER,1;
- ">
-},
-{
- Id: 5362
- AegisName: "Ninja_Scroll"
- Name: "Ninja Scroll"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Loc: "EQP_HEAD_LOW"
- EquipLv: 60
- Refine: false
- ViewSprite: 370
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bMatkRate,1; ">
-},
-{
- Id: 5363
- AegisName: "Helm_Of_Abyss"
- Name: "Helm Of Abyss"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 2
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 371
- Script: <"
- bonus2 bSubRace,RC_DemiPlayer,-10;
- bonus2 bSubRace,RC_Boss,10;
- ">
-},
-{
- Id: 5364
- AegisName: "Dark_Snake_Lord_Hat"
- Name: "Evil Snake Lord Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- ViewSprite: 372
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bAgi,2;
- ">
-},
-{
- Id: 5365
- AegisName: "Fried_Egg"
- Name: "Magnolia Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- Refine: false
- ViewSprite: 373
- Script: <"
- bonus bBaseAtk, 5;
- bonus5 bAutoSpellWhenHit, BS_GREED, 1, 10, BF_SHORT, 0;
- ">
-},
-{
- Id: 5366
- AegisName: "Hat_0f_King"
- Name: "Love Dad Bandana"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 3
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 374
- Script: <" bonus bAllStats,5; ">
-},
-{
- Id: 5367
- AegisName: "Hyegun_Hat"
- Name: "Hyegun Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 5
- Slots: 1
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 10
- Refine: false
- ViewSprite: 375
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bMdef,3;
- bonus2 bSubRace,RC_Demon,10;
- ">
-},
-{
- Id: 5368
- AegisName: "White_Wing"
- Name: "White Wing"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 38
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddMonsterDropItem,12280,300; ">
-},
-{
- Id: 5369
- AegisName: "Dark_Wing"
- Name: "Dark Wing"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 39
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddMonsterDropItem,12279,300; ">
-},
-{
- Id: 5370
- AegisName: "Orchid_Hairband"
- Name: "Orchid Hairband"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 376
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 5371
- AegisName: "Hat_Of_Judge"
- Name: "Judge Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 2
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 377
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bLuk,1;
- bonus bMaxSP,30;
- ">
-},
-{
- Id: 5372
- AegisName: "Drooping_White_Kitty"
- Name: "Koneko Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 378
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bInt,1;
- bonus bDelayrate,-3;
- bonus bMatkRate,3;
- bonus bMaxSPrate,3;
- bonus bMdef,3;
- ">
-},
-{
- Id: 5373
- AegisName: "Darkness_Helm"
- Name: "Dark Randgris Helm"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 2
- Slots: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 379
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bDex,3;
- bonus bMdef,1;
- ">
-},
-{
- Id: 5374
- AegisName: "L_Magestic_Goat"
- Name: "Gigantic Majestic Goat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 5
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 380
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,12;
- bonus bBaseAtk,(JobLevel*2)/7;
- ">
-},
-{
- Id: 5375
- AegisName: "L_Orc_Hero_Helm"
- Name: "Orc Hero Headdress"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 900
- Def: 5
- Slots: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 381
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bStr,2;
- bonus3 bAutoSpellWhenHit,BS_WEAPONPERFECT,3,10;
- ">
-},
-{
- Id: 5376
- AegisName: "Satanic_Chain_P"
- Name: "Flying Evil Wing"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 382
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bMaxSP,120;
- bonus2 bAddEff2,Eff_Curse,300;
- ">
-},
-{
- Id: 5377
- AegisName: "Antique_Pipe"
- Name: "Gentleman's Pipe"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 383
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus2 bSubRace,RC_DemiPlayer,2; ">
-},
-{
- Id: 5378
- AegisName: "Rabbit_Ear_Hat"
- Name: "Bunny Top Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 384
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bAgi,3;
- bonus3 bAutoSpellWhenHit,AL_INCAGI,5,10;
- ">
-},
-{
- Id: 5379
- AegisName: "Balloon_Hat"
- Name: "Tam"
- Type: "IT_ARMOR"
- Weight: 800
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 385
- Script: <"
- bonus bMdef,2;
- bonus bMatkRate,2+(getrefine()/2);
- ">
-},
-{
- Id: 5380
- AegisName: "Fish_Head_Hat"
- Name: "Fish Head Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 386
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus3 bAutoSpell,SA_FROSTWEAPON,1,5; ">
-},
-{
- Id: 5381
- AegisName: "Santa_Poring_Hat"
- Name: "Santa Poring Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 387
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bMdef,2;
- bonus2 bAddEle,Ele_Dark,3;
- bonus2 bSubEle,Ele_Dark,3;
- ">
-},
-{
- Id: 5382
- AegisName: "Bell_Ribbon"
- Name: "Bell Ribbon"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 388
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bVit,1;
- skill AL_ANGELUS,1;
- ">
- OnUnequipScript: <" sc_end SC_ANGELUS; ">
-},
-{
- Id: 5383
- AegisName: "Hunting_Cap"
- Name: "Hunter's Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 250
- Def: 3
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 389
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bLuk,1;
- bonus2 bAddRace,RC_Brute,10;
- bonus2 bAddRace,RC_DemiPlayer,5;
- ">
-},
-{
- Id: 5384
- AegisName: "Santa_Hat_1"
- Name: "Twin Pompom By JB"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 20
- ViewSprite: 390
- Script: <"
- bonus bLuk,3;
- skill WZ_ESTIMATION,1;
- bonus3 bAutoSpell,AL_INCAGI,1,500;
- ">
-},
-{
- Id: 5385
- AegisName: "Yoyo_Hat"
- Name: "Yoyo Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 20
- ViewSprite: 391
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" skill TF_HIDING, 1; ">
- OnUnequipScript: <" sc_end SC_HIDING; ">
-},
-{
- Id: 5386
- AegisName: "Ayam_"
- Name: "Ayam"
- Type: "IT_ARMOR"
- Weight: 70
- Def: 7
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- Refine: false
- ViewSprite: 228
- Trade: {
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,7;
- bonus bFlee,7;
- bonus2 bAddMonsterDropItem,12198,200;
- ">
-},
-{
- Id: 5387
- AegisName: "Neko_Mimi_Kafra"
- Name: "Neko Mimi Kafra"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 392
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bMdef,5; ">
-},
-{
- Id: 5388
- AegisName: "Snake_Head"
- Name: "Snake Head Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 393
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- skill TF_DOUBLE,5;
- bonus bDoubleRate,25;
- ">
-},
-{
- Id: 5389
- AegisName: "Angel_Spirit"
- Name: "Angel Spirit"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Loc: "EQP_HEAD_MID"
- EquipLv: 30
- Refine: false
- ViewSprite: 394
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bStr,2;
- bonus bHit,15;
- ">
-},
-{
- Id: 5390
- AegisName: "Santa_Hat_2"
- Name: "Frozen Twin Pompom"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 395
- Script: <" bonus2 bResEff, Eff_Freeze, 3000; ">
-},
-{
- Id: 5391
- AegisName: "Toast_C"
- Name: "Toast"
- Type: "IT_ARMOR"
- Buy: 20
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 188
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,100;
- bonus2 bAddMonsterDropItem,617,10;
- ">
-},
-{
- Id: 5392
- AegisName: "Louyang_Cap"
- Name: "Louyang NewYear Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 396
- Script: <" bonus bLuk,2; ">
-},
-{
- Id: 5393
- AegisName: "Valentine_Hat"
- Name: "Love Valentine's Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 2
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 397
- Script: <"
- bonus bMaxSPrate, 7;
- bonus bMaxHPrate, 7;
- ">
-},
-{
- Id: 5394
- AegisName: "Bubblegum_Lower"
- Name: "Bubblegum"
- Type: "IT_ARMOR"
- Loc: "EQP_HEAD_LOW"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5395
- AegisName: "Tiraya_Bonnet"
- Name: "Striped Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 398
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bMaxHP,100+(getrefine()*20);
- bonus bLuk,3;
- ">
-},
-{
- Id: 5396
- AegisName: "Jasper_Crest"
- Name: "Jasper Crest"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 700
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 399
- Script: <"
- bonus bDex,3;
- bonus bVit,1;
- ">
-},
-{
- Id: 5397
- AegisName: "Scuba_Mask"
- Name: "Scuba Gear"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 400
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus2 bSubEle,Ele_Water, 10;
- bonus bUnbreakableHelm, 0;
- ">
-},
-{
- Id: 5398
- AegisName: "Bone_Head"
- Name: "Bone Head"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1200
- Def: 5
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_HEAD_TOP"
- EquipLv: 85
- ViewSprite: 401
- Script: <"
- bonus bStr,2;
- bonus bMdef,5;
- bonus2 bResEff,Eff_Stun,500;
- bonus2 bResEff,Eff_Bleeding,500;
- ">
-},
-{
- Id: 5399
- AegisName: "Mandragora_Cap"
- Name: "Mandragora Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Slots: 1
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Star_Gladiator: true
- Soul_Linker: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_HEAD_TOP"
- EquipLv: 85
- Refine: false
- ViewSprite: 402
- Script: <"
- bonus bVit,3;
- bonus3 bAutoSpellWhenHit,DC_SCREAM,5,30;
- ">
-},
-{
- Id: 5400
- AegisName: "Fox_Hat"
- Name: "Fox Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 403
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 5401
- AegisName: "Black_Glasses"
- Name: "Black Frame Glasses"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Loc: "EQP_HEAD_MID"
- EquipLv: 70
- Refine: false
- ViewSprite: 404
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bInt,1;
- bonus bMdef,2;
- bonus bUnbreakableHelm, 0;
- ">
-},
-{
- Id: 5402
- AegisName: "Mischievous_Fairy"
- Name: "Mischievous Fairy"
- Type: "IT_ARMOR"
- Buy: 10
- Weight: 200
- Def: 1
- Loc: "EQP_HEAD_MID"
- EquipLv: 70
- Refine: false
- ViewSprite: 405
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bUnbreakableHelm, 0;
- bonus bFlee2, 3;
- ">
-},
-{
- Id: 5403
- AegisName: "Fish_In_Mouth"
- Name: "Fish In Mouth"
- Type: "IT_ARMOR"
- Buy: 10
- Weight: 200
- Loc: "EQP_HEAD_LOW"
- EquipLv: 30
- Refine: false
- ViewSprite: 406
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus2 bAddMonsterDropItem,579,500;
- bonus2 bAddItemHealRate,579,25;
- ">
-},
-{
- Id: 5404
- AegisName: "Blue_Ribbon"
- Name: "Blue Ribbon"
- Type: "IT_ARMOR"
- Buy: 10
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 45
- ViewSprite: 407
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus4 bAutoSpellWhenHit, AC_CONCENTRATION, 2, 7, 0; ">
-},
-{
- Id: 5405
- AegisName: "Filir_Hat"
- Name: "Filir Hat"
- Type: "IT_ARMOR"
- Buy: 10
- Weight: 200
- Loc: "EQP_HEAD_TOP"
- EquipLv: 80
- Refine: false
- ViewSprite: 408
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bShortWeaponDamageReturn, 1; ">
-},
-{
- Id: 5406
- AegisName: "Academy_Freshman_Hat"
- Name: "Academy Freshman Hat"
- Type: "IT_ARMOR"
- Weight: 500
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 409
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHP,80;
- bonus bMaxSP,10;
- ">
-},
-{
- Id: 5407
- AegisName: "Academy_Graduating_Cap"
- Name: "Academy Completion Hat"
- Type: "IT_ARMOR"
- Weight: 200
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 410
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMaxSP,30; ">
-},
-{
- Id: 5408
- AegisName: "Old_Bandanna"
- Name: "Old Bandana"
- Type: "IT_ARMOR"
- Def: 5
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 6
- Script: <"
- bonus bInt,2;
- bonus bMaxSP,50;
- bonus bCastrate,10;
- ">
-},
-{
- Id: 5409
- AegisName: "New_Cowboy_Hat"
- Name: "Purple Cowboy Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 4
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 411
- Script: <"
- bonus bInt,2;
- bonus bVit,2;
- bonus bMaxSP,50;
- ">
-},
-{
- Id: 5410
- AegisName: "Bread_Bag2"
- Name: "Brown Paperbag Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 6
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 412
- Script: <"
- bonus bMaxHP,100;
- bonus2 bResEff, Eff_Stun, 400;
- bonus2 bSubRace,RC_DemiPlayer,4;
- ">
-},
-{
- Id: 5411
- AegisName: "White_Snake_Hat"
- Name: "White Snake Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 413
- Script: <" bonus bDex,2; ">
-},
-{
- Id: 5412
- AegisName: "Sweet_Candy"
- Name: "Sweet Candy"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 414
- Script: <" bonus bUnbreakableHelm, 0; ">
-},
-{
- Id: 5413
- AegisName: "Popcorn_Hat"
- Name: "Pop Corn Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 2
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 415
- Script: <" bonus2 bSubEle,Ele_Wind, 10; ">
-},
-{
- Id: 5414
- AegisName: "Campfire_Hat"
- Name: "Camp Fire Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 2
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 416
- Script: <"
- bonus2 bSubEle,Ele_Fire, 10;
- bonus4 bAutoSpellWhenHit, MG_FIREBALL, 5, 100, 1;
- ">
-},
-{
- Id: 5415
- AegisName: "Poring_Cake_Cap"
- Name: "Poring Cake Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 5
- Loc: "EQP_HEAD_TOP"
- EquipLv: 40
- ViewSprite: 417
- Script: <"
- bonus bMdef,5;
- bonus bCritical,5;
- bonus bFlee,5;
- bonus bFlee2,5;
- bonus bAspdRate,5;
- bonus bCastrate,-5;
- bonus bDelayrate,-5;
- ">
-},
-{
- Id: 5416
- AegisName: "Beer_Cap"
- Name: "Beer Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 18
- ViewSprite: 418
- Script: <"
- bonus bFlee2,5;
- skill SM_RECOVERY,3;
- skill MG_SRECOVERY,3;
- ">
-},
-{
- Id: 5417
- AegisName: "Crown_Parrot"
- Name: "Crown Parrots"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 419
- Script: <"
- bonus bInt,1;
- bonus2 bResEff,Eff_Silence,10000;
- bonus3 bAutoSpell,DC_SCREAM,1,50;
- ">
-},
-{
- Id: 5418
- AegisName: "Soldier_Hat"
- Name: "Legionnaire Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 4
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 420
- Script: <"
- bonus bStr,1;
- bonus2 bAddRace, RC_All, 3;
- bonus bUseSPrate,10;
- ">
-},
-{
- Id: 5419
- AegisName: "Evolved_Leaf"
- Name: "Leaves Of Grass"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 57
- Script: <"
- bonus bVit,1;
- bonus2 bSubRace,RC_Plant,5;
- ">
-},
-{
- Id: 5420
- AegisName: "Mask_Of_Ifrit"
- Name: "Mask Of Ifrit"
- Type: "IT_ARMOR"
- Def: 8
- Job: {
- All: true
- Novice: false
- }
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 70
- Refine: false
- ViewSprite: 421
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bMdef,5;
- bonus2 bSubEle,Ele_Fire,10;
- bonus2 bSubEle,Ele_Water,-10;
- skill MG_SIGHT,1;
- bonus3 bAutoSpellWhenHit,WZ_METEOR,3,50;
- bonus3 bAutoSpell,MG_FIREBOLT,3,50;
- ">
- OnUnequipScript: <" sc_end SC_SIGHT; ">
-},
-{
- Id: 5421
- AegisName: "Ifrits_Ear"
- Name: "Ears Of Ifrit"
- Type: "IT_ARMOR"
- Buy: 20
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_MID"
- EquipLv: 70
- Refine: false
- ViewSprite: 422
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bStr,1;
- bonus bMdef,3;
- bonus2 bSkillAtk,MG_FIREBOLT,2;
- bonus2 bSkillAtk,WZ_FIREPILLAR,2;
- bonus2 bSkillAtk,WZ_METEOR,2;
- bonus2 bSkillAtk,SM_BASH,2;
- bonus2 bSkillAtk,SM_MAGNUM,2;
- bonus2 bSkillAtk,KN_PIERCE,2;
- bonus2 bSubEle,Ele_Fire,5;
- bonus2 bSubEle,Ele_Water,-5;
- ">
-},
-{
- Id: 5422
- AegisName: "Linguistic_Book_Cap"
- Name: "Linguistic Book Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 70
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 423
- Script: <"
- bonus bInt,1;
- bonus bMdef,2;
- ">
-},
-{
- Id: 5423
- AegisName: "Lovecap_China"
- Name: "I Love China"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 250
- Def: 5
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 424
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bDex,3;
- bonus2 bSubRace,RC_DemiPlayer,10;
- ">
-},
-{
- Id: 5424
- AegisName: "Fanta_Orange_Can"
- Name: "Fanta Orange Can Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 425
-},
-{
- Id: 5425
- AegisName: "Fanta_Grape_Can"
- Name: "Fanta Grape Can Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 426
-},
-{
- Id: 5426
- AegisName: "Karada_Meguri_Tea_Hat"
- Name: "Karada Meguricha Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 427
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 5427
- AegisName: "Royal_Milk_Tea_Hat"
- Name: "Black Tea Kochakaden Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 428
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 5428
- AegisName: "Bread_Bag1"
- Name: "RWC Anniversary Bread Envelope"
- Type: "IT_ARMOR"
- Weight: 100
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 429
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bSubRace,RC_DemiPlayer,12; ">
-},
-{
- Id: 5429
- AegisName: "Bogy_Cap"
- Name: "Bogy Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 430
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bHPrecovRate, 5;
- bonus bSPrecovRate, 5;
- ">
-},
-{
- Id: 5430
- AegisName: "Sacred_Torch_Coronet"
- Name: "Torch Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 3
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 431
- Trade: {
- nodrop: true
- nogstorage: true
- }
- Script: <"
- bonus2 bSubEle,Ele_Fire,20;
- skill MG_FIREBOLT,5;
- ">
-},
-{
- Id: 5431
- AegisName: "Chicken_Hat"
- Name: "Chicken Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 432
- Script: <"
- bonus3 bAutoSpell,MC_LOUD,1,30;
- bonus bAspdRate,5;
- ">
-},
-{
- Id: 5432
- AegisName: "Brazil_Baseball_Cap"
- Name: "bRO 4th Anniversary Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 433
- Script: <"
- if (gettime(GETTIME_MONTH) == SEPTEMBER && gettime(GETTIME_DAYOFMONTH) >= 10 && gettime(GETTIME_DAYOFMONTH) <= 24)
- bonus bAllStats, 4;
- ">
-},
-{
- Id: 5433
- AegisName: "Golden_Wreath"
- Name: "Golden Laurel"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 434
-},
-/*
-{
- Id: 5434
- AegisName: "Cola_Can"
- Name: "Cola Can"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 435
-},
-*/
-{
- Id: 5435
- AegisName: "Coke_Hat"
- Name: "Red Minstrel Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 40
- ViewSprite: 436
- Script: <"
- bonus bInt,1;
- bonus bMaxSP,80;
- bonus bMdef,3;
- if(getrefine()>5) {
- bonus bMdef,getrefine()-5;
- bonus bMaxSP,(getrefine()-5)*10;
- }
-
- ">
-},
-{
- Id: 5436
- AegisName: "Brides_Corolla"
- Name: "Bride's Corolla"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 437
- Script: <"
- bonus bLuk,3;
- bonus bMdef,2;
- ">
-},
-{
- Id: 5437
- AegisName: "Flower_Of_Fairy"
- Name: "Fairy Flower"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 438
- Script: <"
- bonus bInt,1;
- bonus bMdef,1;
- bonus2 bSubRace,RC_Insect,5;
- ">
-},
-{
- Id: 5438
- AegisName: "Fillet_Green"
- Name: "Cute Green Ribbon"
- Type: "IT_ARMOR"
- Buy: 500
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 439
- Script: <" bonus bMaxSP,20; ">
-},
-{
- Id: 5439
- AegisName: "Fillet_Red"
- Name: "Cute Red Ribbon"
- Type: "IT_ARMOR"
- Buy: 500
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 440
- Script: <" bonus bMaxSP,20; ">
-},
-{
- Id: 5440
- AegisName: "Fillet_Blue"
- Name: "Cute Blue Ribbon"
- Type: "IT_ARMOR"
- Buy: 500
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 441
- Script: <" bonus bMaxSP,20; ">
-},
-{
- Id: 5441
- AegisName: "Fillet_White"
- Name: "Cute White Ribbon"
- Type: "IT_ARMOR"
- Buy: 500
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 442
- Script: <" bonus bMaxSP,20; ">
-},
-{
- Id: 5442
- AegisName: "Necktie"
- Name: "Necktie"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 443
- Script: <"
- bonus bVit,1;
- bonus bHit,-5;
- bonus bUseSPrate,5;
- ">
-},
-{
- Id: 5443
- AegisName: "Status_Of_Baby_Angel"
- Name: "Statue Of Baby Angel"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 444
- Script: <"
- bonus bMdef,2;
- bonus4 bAutoSpellWhenHit,PR_STRECOVERY,1,20,0;
- ">
-},
-{
- Id: 5444
- AegisName: "Hair_Brush"
- Name: "Hair Brush"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 445
- Script: <" bonus bCritical,6; ">
-},
-{
- Id: 5445
- AegisName: "Candy_Cane_In_The_Mouth"
- Name: "Candy Cane In Mouth"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 446
- Script: <" bonus bMaxSP,5; ">
-},
-{
- Id: 5446
- AegisName: "Cat_Foot_Hairpin"
- Name: "Catfoot Hairpin"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 447
- Script: <"
- bonus bFlee,5;
- bonus bFlee2,3;
- ">
-},
-{
- Id: 5447
- AegisName: "Frog_Cap"
- Name: "Frog Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 448
- Script: <"
- bonus bMdef,1;
- bonus2 bAddRace,RC_Insect,12;
- bonus2 bMagicAddRace,RC_Insect,12;
- ">
-},
-{
- Id: 5448
- AegisName: "Solo_Play_Box1"
- Name: "Soloplay Box1"
- Type: "IT_ARMOR"
- Weight: 300
- Slots: 1
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 449
-},
-{
- Id: 5449
- AegisName: "Solo_Play_Box2"
- Name: "Soloplay Box2"
- Type: "IT_ARMOR"
- Weight: 300
- Slots: 1
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 450
-},
-{
- Id: 5450
- AegisName: "Sun_Cap"
- Name: "Solar Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 20
- ViewSprite: 451
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5451
- AegisName: "Dragonhelm_Gold"
- Name: "RWC 2008 Dragon Helm Gold"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 2500
- Def: 7
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- Refine: false
- ViewSprite: 452
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAspdRate,10;
- bonus bAllStats,3;
- bonus2 bAddRace,RC_DemiPlayer,5;
- ">
-},
-{
- Id: 5452
- AegisName: "Dragonhelm_Silver"
- Name: "RWC 2008 Dragon Helm Silver"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 2500
- Def: 5
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- Refine: false
- ViewSprite: 453
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAspdRate,7;
- bonus bAllStats,2;
- bonus2 bAddRace,RC_DemiPlayer,3;
- ">
-},
-{
- Id: 5453
- AegisName: "Dragonhelm_Copper"
- Name: "RWC 2008 Dragon Helm Copper"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 2500
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- Refine: false
- ViewSprite: 454
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAspdRate,5;
- bonus bAllStats,2;
- bonus2 bAddRace,RC_DemiPlayer,1;
- ">
-},
-{
- Id: 5454
- AegisName: "Dog_Cap_"
- Name: "Puppy Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 234
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- autobonus "{ bonus bCritical,100; }",10,3000,BF_WEAPON,"{ specialeffect(EF_ENHANCE, AREA, playerattached()); }";
- autobonus "{ bonus bIgnoreMdefRate,100; }",10,3000,BF_MAGIC,"{ specialeffect(EF_MAGICALATTHIT, AREA, playerattached()); }";
- ">
-},
-{
- Id: 5455
- AegisName: "Geographer_Band_"
- Name: "Decorative Geographer"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 238
- Script: <"
- bonus bInt,1;
- bonus3 bAutoSpell,AL_HEAL,5,50;
- bonus3 bAutoSpellWhenHit,AL_HEAL,5,30;
- ">
-},
-{
- Id: 5456
- AegisName: "Vacation_Hat_"
- Name: "Summer Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 315
- Script: <"
- bonus bVit,5;
- bonus bHPrecovRate,20;
- bonus bSPrecovRate,15;
- ">
-},
-{
- Id: 5457
- AegisName: "Spring_Rabbit_Hat"
- Name: "Moon Rabbit Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 455
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bAgi,3;
- bonus bBaseAtk,5;
- bonus bMatkRate,5;
- if(getrefine()>4) {
- bonus bBaseAtk,getrefine()-4;
- bonus bMatkRate,getrefine()-4;
- }
-
- ">
-},
-{
- Id: 5458
- AegisName: "Pinwheel_Cap"
- Name: "Pinwheel Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 456
- Script: <"
- bonus bHPrecovRate, 5;
- bonus bHPrecovRate, 5;
- ">
-},
-{
- Id: 5459
- AegisName: "Drooping_Bunny_Chusuk"
- Name: "Drooping Bunny"
- Type: "IT_ARMOR"
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 249
- Script: <"
- bonus bDex,1;
- bonus bFlee,2;
- ">
-},
-{
- Id: 5460
- AegisName: "Adv_Dragon_Skull"
- Name: "Evolved Dragon Skull Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 7
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- ViewSprite: 457
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAllStats, 2;
- bonus bMaxHPrate, 3;
- ">
-},
-{
- Id: 5461
- AegisName: "Adv_Whisper_Mask"
- Name: "Evolved Whisper Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 50
- ViewSprite: 458
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,3;
- bonus2 bSubEle,Ele_Ghost, 20;
- ">
-},
-{
- Id: 5462
- AegisName: "Spiked_Scarf"
- Name: "Spiked Scarf"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_LOW"
- EquipLv: 90
- Refine: false
- ViewSprite: 459
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bVit,1;
- bonus2 bAddRace,RC_DemiPlayer,1;
- bonus2 bSubRace,RC_DemiPlayer,1;
- ">
-},
-{
- Id: 5463
- AegisName: "Rainbow_Scarf"
- Name: "Rainbow Scarf"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_LOW"
- EquipLv: 90
- Refine: false
- ViewSprite: 460
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,1;
- bonus bMdef,2;
- bonus bMatkRate,1;
- ">
-},
-{
- Id: 5464
- AegisName: "Zaha_Doll_Hat"
- Name: "Zaha Doll Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 461
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,2;
- skill PR_MAGNIFICAT, 3;
- ">
-},
-/*
-{
- Id: 5465
- AegisName: "Celestial_Hat"
- Name: "Hat Of Fortune"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 40
- ViewSprite: 462
- Script: <"
- bonus bLuk,2;
- bonus bMdef,5;
- if(getrefine()>4) bonus bLuk,getrefine()-4;
- ">
-},
-*/
-/*
-{
- Id: 5466
- AegisName: "Wind_Milestone"
- Name: "Wind Milestone"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 463
- Script: <"
- bonus bAgi,2;
- skill AL_TELEPORT,1;
- ">
-},
-*/
-/*
-{
- Id: 5467
- AegisName: "Helm_Of_Dragoon"
- Name: "Helm Of Dragon"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 2000
- Def: 5
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 464
- Script: <"
- bonus2 bAddRace,RC_Dragon,20;
- bonus3 bAutoSpell,NPC_DRAGONFEAR,1,30;
- ">
-},
-*/
-/*
-{
- Id: 5468
- AegisName: "Parade_Cap"
- Name: "Parade Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 465
- Script: <"
- bonus bDelayrate,-5;
- bonus bMdef,2;
- if(getrefine()>5) bonus bCastrate,-(getrefine()-5);
- ">
-},
-*/
-/*
-{
- Id: 5469
- AegisName: "Noble_Hat"
- Name: "Musketeer Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 466
- Script: <"
- bonus bStr,2;
- bonus3 bAutoSpellWhenHit,BS_ADRENALINE,1,7;
- ">
-},
-*/
-/*
-{
- Id: 5470
- AegisName: "Eyes_Of_Darkness"
- Name: "Eye Of Darkness"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_MID"
- EquipLv: 50
- Refine: false
- ViewSprite: 467
- Script: <"
- bonus bDex,1;
- bonus2 bResEff,Eff_Blind,10000;
- ">
-},
-*/
-{
- Id: 5471
- AegisName: "Hairband_Of_Reginleif"
- Name: "Hairband Of Reginleif"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 1
- Loc: "EQP_HEAD_MID"
- EquipLv: 50
- Refine: false
- ViewSprite: 468
- Script: <"
- bonus2 bSubEle,Ele_Water,3;
- bonus2 bSubEle,Ele_Fire,3;
- bonus2 bSubEle,Ele_Undead,3;
- bonus2 bSubEle,Ele_Ghost,3;
- ">
-},
-/*
-{
- Id: 5472
- AegisName: "Red_White_Hat"
- Name: "Red Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 469
- Script: <" bonus3 bAddMonsterDropItem,550,RC_DemiPlayer,3; ">
-},
-*/
-/*
-{
- Id: 5473
- AegisName: "Forceps_Hairpin"
- Name: "Nipper Crab Hairpin"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 4
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 470
- Script: <"
- bonus3 bAutoSpellWhenHit,MG_COLDBOLT,1,100;
- bonus3 bAddMonsterDropItem,991,RC_Fish,3;
- ">
-},
-*/
-/*
-{
- Id: 5474
- AegisName: "Notice_Board"
- Name: "AFK Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 700
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- Refine: false
- ViewSprite: 471
-},
-*/
-/*
-{
- Id: 5475
- AegisName: "Cube_Mask"
- Name: "Mask Cube"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 472
-},
-*/
-{
- Id: 5476
- AegisName: "Hairband_Of_Grandpeco"
- Name: "Grand Peco Hairband"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 2
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 30
- ViewSprite: 473
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bStr,2;
- bonus bMaxHPrate,-10;
- bonus2 bAddRace2,RC2_Orc,15;
- ">
-},
-{
- Id: 5477
- AegisName: "Bro_Flag"
- Name: "Brazilian Flag Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 474
- Script: <" skill SM_BASH, 1; ">
-},
-{
- Id: 5478
- AegisName: "Classic_Hat"
- Name: "Classic Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 3
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 475
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus bMaxHP,300;
- ">
-},
-{
- Id: 5479
- AegisName: "Shamans_Hair_Ornament"
- Name: "Shaman's Hair Decoration"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 476
- Trade: {
- nodrop: true
- nogstorage: true
- }
- Script: <"
- bonus bMdef,3;
- bonus bMaxHP,50;
- bonus2 bSubEle,Ele_Neutral,5;
- ">
-},
-{
- Id: 5480
- AegisName: "Bizofnil_Wing_Deco"
- Name: "Bijofnil Wings"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 477
- Trade: {
- nodrop: true
- nogstorage: true
- }
- Script: <"
- bonus bAllStats,2;
- bonus3 bAutoSpell,PR_IMPOSITIO,3,3;
- ">
-},
-{
- Id: 5481
- AegisName: "Hermose_Cap"
- Name: "Hermode Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 478
- Trade: {
- nodrop: true
- nogstorage: true
- }
- Script: <"
- bonus bAspdRate,10;
- bonus bBaseAtk,-20;
- bonus bMatkRate,-10;
- ">
-},
-{
- Id: 5482
- AegisName: "Dark_Knight_Mask"
- Name: "Dark Knight Mask"
- Type: "IT_ARMOR"
- Weight: 3000
- Def: 5
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 80
- ViewSprite: 479
- Trade: {
- nodrop: true
- nogstorage: true
- }
- Script: <" bonus bStr,3; ">
-},
-{
- Id: 5483
- AegisName: "Odin_Mask"
- Name: "Odin Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- EquipLv: 50
- Refine: false
- ViewSprite: 480
- Trade: {
- nodrop: true
- nogstorage: true
- }
- Script: <"
- bonus bHit,-10;
- bonus2 bAddRace,RC_DemiPlayer,6;
- ">
-},
-{
- Id: 5485
- AegisName: "Tiger_Face"
- Name: "Tiger Face"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 3
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 60
- ViewSprite: 483
- Script: <"
- bonus2 bSubRace,RC_Brute,5;
- bonus2 bAddRace,RC_Brute,5;
- bonus2 bMagicAddRace,RC_Brute,5;
- ">
-},
-{
- Id: 5486
- AegisName: "J_Anniversary_Hat"
- Name: "Anniversary Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 395
- Script: <" bonus bAllStats, 2; ">
-},
-{
- Id: 5487
- AegisName: "J_Poringcake_Hat"
- Name: "Poring Cake Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 417
- Script: <" bonus bLuk,2; ">
-},
-{
- Id: 5488
- AegisName: "J_Twin_Santahat"
- Name: "Twin Santa Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 390
- Script: <"
- bonus bLuk,1;
- bonus bMdef,1;
- ">
-},
-{
- Id: 5489
- AegisName: "Love_Daddy"
- Name: "Love Daddy Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 484
- Script: <" bonus bDex,2; ">
-},
-{
- Id: 5490
- AegisName: "Anubis_Helm"
- Name: "Anubis Helm"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- Refine: false
- ViewSprite: 485
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,5;
- bonus2 bSubRace,RC_Boss,10;
- bonus bHealPower2,10;
- bonus bAddItemHealRate,10;
- ">
-},
-{
- Id: 5491
- AegisName: "Hat_Of_Outlaw"
- Name: "Bandit Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 486
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus2 bSubEle,Ele_Fire, 10;
- ">
-},
-{
- Id: 5492
- AegisName: "Boys_Cap_I"
- Name: "Student Cap"
- Type: "IT_ARMOR"
- Def: 5
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 102
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMdef,3;
- bonus2 bAddRace,RC_DemiPlayer,5;
- ">
-},
-{
- Id: 5493
- AegisName: "Ulle_Cap_I"
- Name: "Ulle's Cap"
- Type: "IT_ARMOR"
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 254
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus bAgi,1;
- ">
-},
-{
- Id: 5494
- AegisName: "Spinx_Helm_I"
- Name: "Sphinx Hat"
- Type: "IT_ARMOR"
- Def: 5
- Job: {
- Swordsman: true
- Knight: true
- Crusader: true
- }
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP"]
- Refine: false
- ViewSprite: 137
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bStr,5; ">
-},
-{
- Id: 5495
- AegisName: "Power_Of_Thor"
- Name: "Power Of Thor"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 6
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 75
- ViewSprite: 493
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- bonus bMdef,3;
- bonus bFlee,5;
- ">
-},
-{
- Id: 5496
- AegisName: "Dice_Hat"
- Name: "Dice Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- Refine: false
- ViewSprite: 494
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bLuk,4; ">
-},
-{
- Id: 5497
- AegisName: "King_Tiger_Doll_Hat"
- Name: "King Tiger Doll Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 3
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 495
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 5498
- AegisName: "Wondering_Wolf_Helm"
- Name: "Wandering Wolf Helm"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Def: 5
- Job: {
- All: true
- Novice: false
- }
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 50
- Refine: false
- ViewSprite: 490
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bVit,5;
- bonus bFlee,10;
- ">
-},
-{
- Id: 5499
- AegisName: "Pizza_Hat"
- Name: "Pizza Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 487
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" skill SM_PROVOKE, 1; ">
-},
-{
- Id: 5500
- AegisName: "Icecream_Hat"
- Name: "Icecream Hat"
- Type: "IT_ARMOR"
- Weight: 300
- Def: 6
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 488
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bMdef,3;
- skill MG_FROSTDIVER, 3;
- ">
-},
-{
- Id: 5501
- AegisName: "Pirates_Pride"
- Name: "Pirate's Pride"
- Type: "IT_ARMOR"
- Weight: 100
- Def: 6
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- Refine: false
- ViewSprite: 496
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace2,RC2_Ninja,5;
- bonus2 bSubRace2,RC2_Ninja,5;
- ">
-},
-{
- Id: 5502
- AegisName: "Necromencers_Hood"
- Name: "Necromancer's Hood"
- Type: "IT_ARMOR"
- Weight: 500
- Def: 2
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 1
- ViewSprite: 491
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus5 bAutoSpellWhenHit,NPC_DARKSTRIKE,5,5,BF_WEAPON|BF_MAGIC,1; ">
-},
-{
- Id: 5503
- AegisName: "Rabbit_Magic_Hat"
- Name: "Magic Rabit Hat"
- Type: "IT_ARMOR"
- Weight: 800
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 497
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bDex,2;
- bonus bAgi,2;
- bonus bMdef,1;
- bonus bMaxSP,50;
- bonus3 bAutoSpellWhenHit,MG_FIREBOLT,1,20;
- bonus3 bAutoSpellWhenHit,MG_COLDBOLT,1,20;
- bonus3 bAutoSpellWhenHit,MG_LIGHTNINGBOLT,1,20;
- ">
-},
-{
- Id: 5504
- AegisName: "China_Wedding_Veil"
- Name: "Wedding Weil"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 5
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 70
- ViewSprite: 489
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bMdef,10; ">
-},
-{
- Id: 5505
- AegisName: "Asara_Fairy_Hat"
- Name: "Asara Fairy Hat"
- Type: "IT_ARMOR"
- Weight: 500
- Def: 2
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 50
- ViewSprite: 492
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- skill DC_DONTFORGETME,1;
- bonus bDex,2;
- bonus bLuk,2;
- ">
-},
-{
- Id: 5506
- AegisName: "Blue_Pajamas_Hat"
- Name: "Blue Night Cap"
- Type: "IT_ARMOR"
- Weight: 100
- Def: 4
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 501
- Script: <"
- bonus bBaseAtk,5;
- bonus bMatkRate,5;
- ">
-},
-{
- Id: 5507
- AegisName: "Pink_Pajamas_Hat"
- Name: "Pink Night Cap"
- Type: "IT_ARMOR"
- Weight: 100
- Def: 4
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 502
- Script: <"
- bonus bBaseAtk,5;
- bonus bMatkRate,5;
- ">
-},
-{
- Id: 5508
- AegisName: "Shark_Hat"
- Name: "Shark Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 3
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 503
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bStr,1;
- bonus bAgi,2;
- bonus bMdef,1;
- bonus2 bAddEle,Ele_Water,5;
- bonus2 bSubEle,Ele_Water,10;
- ">
-},
-{
- Id: 5509
- AegisName: "Sting_Hat"
- Name: "Sting hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 5
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 504
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bStr,2;
- bonus bVit,1;
- bonus bMdef,3;
- bonus2 bAddEle,Ele_Fire,5;
- bonus2 bSubEle,Ele_Earth,5;
- bonus3 bAutoSpell,WZ_EARTHSPIKE,1,10;
- ">
-},
-{
- Id: 5510
- AegisName: "Shower_Cap"
- Name: "Shower Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 4
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 507
- Script: <"
- bonus bMdef,3;
- bonus bFlee,3;
- bonus2 bAddEle,Ele_Water,10;
- bonus2 bSubRace,RC_Fish,10;
- ">
-},
-{
- Id: 5511
- AegisName: "Samambaia"
- Name: "Samambaia"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 5
- Slots: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 30
- ViewSprite: 508
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bSPrecovRate,8; ">
-},
-{
- Id: 5512
- AegisName: "Aquarius_Diadem"
- Name: "Aquarius Diadem"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 6
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 509
- Script: <"
- bonus bStr,2;
- bonus bFlee,10;
- bonus2 bSubEle,Ele_Wind, 5;
- if(getrefine()>6) {
- bonus bDef, 1;
- bonus bBaseAtk,15;
- }
-
- ">
-},
-{
- Id: 5513
- AegisName: "Aquarius_Crown"
- Name: "Aquarius Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 6
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 510
- Script: <"
- bonus bStr,2;
- bonus bFlee,10;
- bonus2 bSubEle,Ele_Wind, 5;
- if(getrefine()>6) {
- bonus bDef, 1;
- bonus bBaseAtk,15;
- }
-
- ">
-},
-{
- Id: 5514
- AegisName: "Pisces_Diadem"
- Name: "Pisces Diadem"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 6
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 511
- Script: <"
- bonus bInt,2;
- bonus bMdef,5;
- bonus2 bSubEle,Ele_Water, 5;
- if(getrefine()>6) {
- bonus bDef, 1;
- bonus bMatkRate,2;
- }
-
- ">
-},
-{
- Id: 5515
- AegisName: "Pisces_Crown"
- Name: "Pisces Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 6
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 512
- Script: <"
- bonus bInt,2;
- bonus bMdef,5;
- bonus2 bSubEle,Ele_Water, 5;
- if(getrefine()>6) {
- bonus bDef, 1;
- bonus bMatkRate,2;
- }
-
- ">
-},
-{
- Id: 5516
- AegisName: "Hawk_Eyes01"
- Name: "hawk Eyes"
- Type: "IT_ARMOR"
- Buy: 10
- Weight: 100
- Job: {
- Hunter: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_HEAD_MID"
- EquipLv: 60
- Refine: false
- ViewSprite: 23
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 5517
- AegisName: "Hawk_Eyes02"
- Name: "Hawk Eyes"
- Type: "IT_ARMOR"
- Buy: 10
- Weight: 100
- Job: {
- Archer: true
- Hunter: true
- Bard: true
- }
- Loc: "EQP_HEAD_MID"
- EquipLv: 60
- Refine: false
- ViewSprite: 23
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 5518
- AegisName: "L_Magestic_Goat2"
- Name: "Gigantic Majestic Goat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 5
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 513
- Script: <"
- bonus2 bSubRace,RC_DemiPlayer,12;
- bonus bBaseAtk,(JobLevel*2)/7;
- ">
-},
-{
- Id: 5519
- AegisName: "Peacock_Feather"
- Name: "Peacock Feather"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 4
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 514
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 5520
- AegisName: "Rabbit_Earplug"
- Name: "Rabbit Earplugs"
- Type: "IT_ARMOR"
- Weight: 400
- Slots: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 1
- ViewSprite: 515
- Script: <"
- bonus2 bAddRace, RC_All, 4;
- bonus bMatkRate,4;
- ">
-},
-{
- Id: 5521
- AegisName: "Angry_Mouth_C"
- Name: "Angry Mouth"
- Type: "IT_ARMOR"
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 194
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bDelayrate,-3; ">
-},
-{
- Id: 5522
- AegisName: "Fanta_Zero_Lemon_Hat"
- Name: "Fanta Zero Lemon Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 4
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 516
-},
-{
- Id: 5523
- AegisName: "Sakura_Mist_Hat"
- Name: "Sakura Mist Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 4
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 517
- Script: <" bonus bDex,1; ">
-},
-{
- Id: 5524
- AegisName: "Sakura_Milk_Tea_Hat"
- Name: "Sakura Milk Tea Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 4
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 518
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 5525
- AegisName: "First_Leaf_Tea_Hat"
- Name: "Flower Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 4
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 519
- Script: <"
- bonus bMaxHP,80;
- bonus bMaxSP,20;
- ">
-},
-{
- Id: 5526
- AegisName: "Lady_Tanee_Doll"
- Name: "Tanigumi Girl Doll"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 4
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- Refine: false
- ViewSprite: 520
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bAgi,2;
- bonus bFlee,3;
- bonus2 bSubEle,Ele_Wind, 5;
- bonus2 bAddMonsterDropItem, 513, 200;
- ">
-},
-{
- Id: 5527
- AegisName: "Lunatic_Hat"
- Name: "Lunatic Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 521
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bLuk,5;
- bonus bMdef,2;
- bonus bFlee2,5;
- bonus2 bAddMonsterDropItem,622,50;
- ">
-},
-{
- Id: 5528
- AegisName: "King_Frog_Hat"
- Name: "Frog King Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 4
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 522
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAgi,1; ">
-},
-{
- Id: 5529
- AegisName: "Evils_Bone_Hat"
- Name: "Satanic Bone Helm"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Def: 6
- Slots: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 70
- ViewSprite: 523
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,3;
- bonus2 bSubEle,Ele_Neutral,5;
- skill WZ_FROSTNOVA,1;
- ">
-},
-{
- Id: 5530
- AegisName: "Raven_Cap"
- Name: "Raven Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 6
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 524
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
-},
-/*
-{
- Id: 5531
- AegisName: "B_Dragon_Hat"
- Name: "Baby Dragon Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 525
-},
-*/
-{
- Id: 5532
- AegisName: "Pirate_Dagger_J"
- Name: "Pirate Dagger"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_LOW"
- ViewSprite: 327
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bShortWeaponDamageReturn,1; ">
-},
-{
- Id: 5533
- AegisName: "Emperor_Wreath_J"
- Name: "Emperor Wreath"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 80
- ViewSprite: 261
- Script: <" bonus bAllStats,1; ">
-},
-/*
-{
- Id: 5534
- AegisName: "Fox_Hat_J"
- Name: "Fox Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- EquipLv: 70
- Refine: false
- ViewSprite: 403
- Script: <"
- bonus bAgi,1;
- bonus bFlee2,2;
- ">
-},
-*/
-{
- Id: 5535
- AegisName: "Side_Cap"
- Name: "Side Cap"
- Type: "IT_ARMOR"
- Weight: 500
- Def: 3
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 529
- Script: <"
- bonus bVit,1;
- bonus bDex,1;
- bonus bMdef,3;
- bonus2 bSubRace,RC_DemiPlayer,5;
- bonus2 bAddRace,RC_DemiPlayer,3;
- ">
-},
-{
- Id: 5536
- AegisName: "Spare_Card"
- Name: "Spare Card"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 10
- Def: 1
- Loc: "EQP_HEAD_LOW"
- EquipLv: 1
- Refine: false
- ViewSprite: 526
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddMonsterDropItem,6187,1000; ">
-},
-{
- Id: 5537
- AegisName: "Quati_Hat"
- Name: "Kwati Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 700
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 45
- Refine: false
- ViewSprite: 527
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bAgi,3; ">
-},
-{
- Id: 5538
- AegisName: "Tucan_Hat"
- Name: "Tucan Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Def: 2
- Slots: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 45
- Refine: false
- ViewSprite: 528
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bDex,3; ">
-},
-{
- Id: 5539
- AegisName: "Jaguar_Hat"
- Name: "Jaguar Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 4
- Slots: 1
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 25
- ViewSprite: 530
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bMdef,2;
- skill MC_LOUD, 1;
- ">
-},
-{
- Id: 5540
- AegisName: "Freyja_SCirclet7"
- Name: "Freyja SCirclet7"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 700
- Def: 8
- Loc: "EQP_HEAD_TOP"
- EquipLv: 20
- Refine: false
- ViewSprite: 18
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 5541
- AegisName: "Freyja_SCirclet30"
- Name: "Freyja SCirclet30"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 700
- Def: 8
- Loc: "EQP_HEAD_TOP"
- EquipLv: 20
- Refine: false
- ViewSprite: 18
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 5542
- AegisName: "Freyja_SCirclet60"
- Name: "Freyja SCirclet60"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 700
- Def: 8
- Loc: "EQP_HEAD_TOP"
- EquipLv: 20
- Refine: false
- ViewSprite: 18
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 5543
- AegisName: "Freyja_SCirclet90"
- Name: "Freyja SCirclet90"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 700
- Def: 8
- Loc: "EQP_HEAD_TOP"
- EquipLv: 20
- Refine: false
- ViewSprite: 18
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bDex,1;
- ">
-},
-{
- Id: 5544
- AegisName: "Time_Keeper_Hat"
- Name: "Time Keeper Hat"
- Type: "IT_ARMOR"
- Buy: 30000
- Def: 6
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 240
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,2;
- bonus bMaxSP,50;
- ">
-},
-{
- Id: 5545
- AegisName: "Aries_Diadem"
- Name: "Aries Diadem"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 531
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bVit,2;
- bonus2 bSubEle,Ele_Fire,5;
- if(getrefine()>6) {
- bonus bDef,1;
- bonus bVit,1;
- }
-
- ">
-},
-{
- Id: 5546
- AegisName: "Aries_Crown"
- Name: "Aries Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 532
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bVit,2;
- bonus2 bSubEle,Ele_Fire,5;
- if(getrefine()>6) {
- bonus bDef,1;
- bonus bVit,1;
- }
-
- ">
-},
-{
- Id: 5547
- AegisName: "RJC_Katusa"
- Name: "RJC Katusa Flower"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 533
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus2 bSkillAtk, WZ_HEAVENDRIVE, 15 + getequiprefinerycnt(EQI_HAND_R);
- bonus2 bSkillAtk, WZ_EARTHSPIKE, 15 + getequiprefinerycnt(EQI_HAND_R);
- bonus2 bCastrate, WZ_HEAVENDRIVE, -25;
- bonus2 bCastrate, WZ_EARTHSPIKE, -25;
- ;
- ">
-},
-{
- Id: 5548
- AegisName: "Scarlet_Rose"
- Name: "Scarlet Rose"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_LOW"
- EquipLv: 50
- ViewSprite: 534
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bLuk,1; ">
-},
-{
- Id: 5549
- AegisName: "Taurus_Diadem"
- Name: "Taurus Diadem"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 535
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bDex,2;
- bonus bDelayrate,-2;
- bonus2 bSubEle,Ele_Earth,5;
- if(getrefine()>6) {
- bonus bDex,1;
- bonus bMatkRate,1;
- }
-
- ">
-},
-{
- Id: 5550
- AegisName: "Taurus_Crown"
- Name: "Taurus Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 536
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bDex,2;
- bonus bDelayrate,-2;
- bonus2 bSubEle,Ele_Earth,5;
- if(getrefine()>6) {
- bonus bDex,1;
- bonus bMatkRate,1;
- }
-
- ">
-},
-/*
-{
- Id: 5551
- AegisName: "Holy_Egg_Hat"
- Name: "Holy Egg Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 537
-},
-*/
-{
- Id: 5552
- AegisName: "Fest_Lord_Circlet"
- Name: "Festival Grand Circlet"
- Type: "IT_ARMOR"
- Def: 8
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 93
- Script: <"
- bonus bStr,3;
- bonus bInt,3;
- bonus bMdef,3;
- ">
-},
-{
- Id: 5553
- AegisName: "Fest_Bunny_Band"
- Name: "Festival Bunny Band"
- Type: "IT_ARMOR"
- Def: 7
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 15
- Script: <"
- bonus bMdef,4;
- bonus2 bSubRace,RC_DemiPlayer,9;
- ">
-},
-{
- Id: 5554
- AegisName: "Octopus_Hat"
- Name: "Octopus Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 20
- ViewSprite: 538
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus3 bAutoSpell,SM_PROVOKE,5,10;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 5555
- AegisName: "Leaf_Cat_Hat"
- Name: "Leaf Cat Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 539
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bAgi,1;
- bonus3 bAutoSpellWhenHit,AL_HEAL,3,10;
- ">
-},
-{
- Id: 5556
- AegisName: "Fur_Seal_Hat"
- Name: "Seal Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 3
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 55
- ViewSprite: 540
- Script: <"
- bonus bInt,1;
- bonus3 bAutoSpell,WZ_FROSTNOVA,1,30;
- ">
-},
-{
- Id: 5557
- AegisName: "Wild_Rose_Hat"
- Name: "Wild Rose Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 6
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 20
- ViewSprite: 541
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bAgi,3; ">
-},
-{
- Id: 5558
- AegisName: "Saci_Hat"
- Name: "Luxury Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 6
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 542
- Script: <" bonus3 bAddMonsterDropItem,510,RC_Plant,500; ">
-},
-{
- Id: 5559
- AegisName: "Piece_Of_White_Cloth_E"
- Name: "Piece Of White Cloth"
- Type: "IT_ARMOR"
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 543
-},
-{
- Id: 5560
- AegisName: "Bullock_Helm_J"
- Name: "Bullock Helm"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 3000
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 75
- ViewSprite: 322
- Script: <"
- bonus bMaxHP,100;
- bonus bNoKnockback,0;
- bonus2 bSubEle,Ele_Neutral,-20;
- bonus2 bSubEle,Ele_Fire,-20;
- bonus2 bSubEle,Ele_Water,-20;
- bonus2 bSubEle,Ele_Wind,-20;
- bonus2 bSubEle,Ele_Earth,-20;
- bonus2 bSubEle,Ele_Dark,-20;
- bonus2 bSubEle,Ele_Holy,-20;
- bonus2 bSubEle,Ele_Ghost,-20;
- ">
-},
-{
- Id: 5561
- AegisName: "Rabbit_Magic_Hat_J"
- Name: "Magic Rabbit Hat"
- Type: "IT_ARMOR"
- Weight: 800
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 497
- Script: <"
- bonus bInt,1;
- bonus bMaxSP,50;
- bonus4 bAutoSpellWhenHit,MG_FIREBOLT,3,10,3;
- bonus4 bAutoSpellWhenHit,MG_COLDBOLT,3,10,3;
- bonus4 bAutoSpellWhenHit,MG_LIGHTNINGBOLT,3,10,3;
- bonus3 bAutoSpellWhenHit,AL_HEAL,1,10;
- ">
-},
-{
- Id: 5562
- AegisName: "Good_Wedding_Veil_J"
- Name: "Luxurious Wedding Veil"
- Type: "IT_ARMOR"
- Weight: 500
- Slots: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 45
- Refine: false
- ViewSprite: 489
- Script: <"
- bonus bMdef,10;
- bonus bCastrate,-3;
- bonus bUseSPrate,-5;
- ">
-},
-/*
-{
- Id: 5563
- AegisName: "Dolor_Hat"
- Name: "Dolor Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 547
-},
-*/
-{
- Id: 5564
- AegisName: "Crown_Of_Deceit"
- Name: "Crown of Deceit"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Slots: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 85
- ViewSprite: 544
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bInt,4;
- bonus bCastrate,-10;
- ">
-},
-{
- Id: 5565
- AegisName: "Dragon_Arhat_Mask"
- Name: "Dragon Arhat Mask"
- Type: "IT_ARMOR"
- Def: 5
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- EquipLv: 1
- Refine: false
- ViewSprite: 545
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddRace,RC_DemiPlayer,10; ">
-},
-{
- Id: 5566
- AegisName: "Tiger_Arhat_Mask"
- Name: "Tiger Arhat Mask"
- Type: "IT_ARMOR"
- Def: 1
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- EquipLv: 1
- Refine: false
- ViewSprite: 546
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddRace,RC_DemiPlayer,2; ">
-},
-{
- Id: 5567
- AegisName: "Bright_Fury"
- Name: "Bright Fury"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 548
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bStr,1;
- bonus2 bAddRace, RC_All, 2;
- bonus bAspdRate,2;
- ">
-},
-{
- Id: 5568
- AegisName: "Rabbit_Bonnet"
- Name: "Rabbit Bonnet"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 1
- Slots: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 549
- Script: <" bonus bInt,2; ">
-},
-{
- Id: 5569
- AegisName: "Gemini_Diadem"
- Name: "Gemini Diadem"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 4
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 550
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bAgi,2;
- bonus bMatkRate,2;
- if(getrefine()>6) {
- bonus bMdef,7;
- bonus bMatkRate,8;
- bonus2 bSubEle,Ele_Wind,5;
- }
-
- ">
-},
-{
- Id: 5570
- AegisName: "Gemini_Crown"
- Name: "Gemini Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 4
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 551
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bAgi,2;
- bonus bBaseAtk,2;
- bonus bMdef,5;
- if(getrefine()>6) {
- bonus bDef,1;
- bonus bMatk,15;
- bonus bFlee,10;
- bonus2 bSubEle,Ele_Wind,5;
- }
-
- ">
-},
-/*
-{
- Id: 5571
- AegisName: "Rasta_Wig"
- Name: "Rasta_Wig"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 552
- Script: <" bonus bStr,1; ">
-},
-*/
-{
- Id: 5572
- AegisName: "Savage_Baby_Hat"
- Name: "Savage Babe Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 553
- Script: <" bonus bVit,2; ">
-},
-{
- Id: 5573
- AegisName: "Bogy_Horn"
- Name: "Dokebi Horn"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 554
-},
-{
- Id: 5574
- AegisName: "Pencil_In_Mouth"
- Name: "Well-Chewed Pencil"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_LOW"
- EquipLv: 10
- Refine: false
- ViewSprite: 555
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bUnbreakableHelm, 0;
- bonus bHitRate, 3;
- ">
-},
-{
- Id: 5575
- AegisName: "Onigiri_Hat"
- Name: "Rice Ball Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 6
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 556
-},
-/*
-{
- Id: 5576
- AegisName: "Japan_Winecup"
- Name: "Wine Cup"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 557
-},
-*/
-{
- Id: 5577
- AegisName: "Dark_Knight_MaskB"
- Name: "Dark Knight Mask"
- Type: "IT_ARMOR"
- Weight: 3000
- Def: 5
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 80
- ViewSprite: 479
- Trade: {
- nodrop: true
- nogstorage: true
- }
- Script: <" bonus bStr,3; ">
-},
-{
- Id: 5578
- AegisName: "Voyage_Hat"
- Name: "Voyage_Hat"
- Type: "IT_ARMOR"
- Buy: 200
- Weight: 10
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 236
- Script: <" bonus bAgi,2; ">
-},
-{
- Id: 5579
- AegisName: "Wanderers_Sakkat"
- Name: "Wanderer's Sakkat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 2
- Slots: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 70
- ViewSprite: 558
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" bonus bAgi,2; ">
-},
-/*
-{
- Id: 5580
- AegisName: "Red_Beret"
- Name: "Red Beret"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 559
- Script: <"
- bonus bAllStats,3;
- bonus bMdef,3;
- ">
-},
-*/
-{
- Id: 5581
- AegisName: "Cancer_Diadem"
- Name: "Cancer Diadem"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 560
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bInt,2;
- bonus2 bSubEle,Ele_Water, 5;
- if(getrefine()>6) {
- bonus bMdef,1;
- bonus bHealPower, 3;
- bonus bMatkRate,2;
- }
-
- ">
-},
-{
- Id: 5582
- AegisName: "Cancer_Crown"
- Name: "Cancer Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 561
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bStr,2;
- bonus2 bSubEle,Ele_Water, 5;
- if(getrefine()>6) {
- bonus bDef, 1;
- bonus bBaseAtk,15;
- bonus bFlee,10;
- }
-
- ">
-},
-{
- Id: 5583
- AegisName: "Para_Team_Hat"
- Name: "Eden Team Hat"
- Type: "IT_ARMOR"
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 12
- ViewSprite: 465
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5584
- AegisName: "Majestic_Evil_Horn"
- Name: "Majestic Evil Horns"
- Type: "IT_ARMOR"
- Weight: 400
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 562
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus2 bSubRace,RC_Demon,3;
- bonus2 bHPDrainRate,3,15;
- bonus2 bSPDrainRate,1,7;
- ">
-},
-{
- Id: 5585
- AegisName: "Rune_Hairband"
- Name: "Rune Cloth Circlet"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 1
- Slots: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 1
- ViewSprite: 564
-},
-{
- Id: 5586
- AegisName: "Mosquito_Coil"
- Name: "Mosquito Coil"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 563
-},
-{
- Id: 5587
- AegisName: "Mosquito_Coil_1Use"
- Name: "Mosquito Coil"
- Type: "IT_ARMOR"
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 563
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-/*
-{
- Id: 5588
- AegisName: "Leo_Crown"
- Name: "Leo Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 565
- Script: <"
- bonus bStr,2;
- bonus2 bSubEle,Ele_Fire,5;
- if(getrefine()>6) {
- bonus bDef,1;
- bonus bFlee,10;
- bonus3 bAutoSpell,TK_SEVENWIND,4,50;
- }
-
- ">
-},
-*/
-/*
-{
- Id: 5589
- AegisName: "Leo_Diadem"
- Name: "Leo Diadem"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 566
- Script: <"
- bonus bDex,2;
- bonus2 bSubEle,Ele_Fire,5;
- if(getrefine()>6) {
- bonus bFlee,10;
- bonus bAspdRate,3;
- autobonus "{ bonus bSplashRange,1; }",10,10000,BF_WEAPON,"{ specialeffect(EF_ENHANCE, AREA, playerattached()); }";
- }
-
- ">
-},
-*/
-{
- Id: 5590
- AegisName: "K_Poring_Cake_Cap"
- Name: "Poring Cake Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 417
-},
-/*
-{
- Id: 5591
- AegisName: "Desert_Prince"
- Name: "Desert Prince"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 567
-},
-*/
-{
- Id: 5592
- AegisName: "Sigruns_Wing"
- Name: "Sigrun's Wings"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Loc: "EQP_HEAD_MID"
- EquipLv: 80
- Refine: false
- ViewSprite: 568
- Script: <"
- if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief||(BaseJob==Job_Taekwon&&Class!=Job_Soul_Linker)) bonus bStr,1;
- else if(BaseClass==Job_Mage||BaseClass==Job_Acolyte||Class==Job_Ninja||Class==Job_Soul_Linker) bonus bInt,1;
- else if(BaseClass==Job_Archer||BaseClass==Job_Gunslinger) bonus bDex,1;
- else if(BaseJob==Job_Novice||BaseJob==Job_SuperNovice) {
- bonus bMaxHP,80;
- bonus bMaxSP,30;
- }
-
- ">
-},
-{
- Id: 5593
- AegisName: "K_Rabbit_Bonnet"
- Name: "Rabbit Bonnet"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Slots: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 1
- ViewSprite: 549
-},
-{
- Id: 5594
- AegisName: "Donut_In_Mouth"
- Name: "Donut In Mouth"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 50
- Def: 1
- Loc: "EQP_HEAD_LOW"
- EquipLv: 1
- Refine: false
- ViewSprite: 569
-},
-/*
-{
- Id: 5595
- AegisName: "Eye_Of_Juno"
- Name: "Eye Of Juno"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 570
- Script: <" bonus bMdef,2; ">
-},
-*/
-{
- Id: 5596
- AegisName: "4Leaf_Clover_In_Mouth"
- Name: "4Leaf Clover In Mouth"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 2
- Loc: "EQP_HEAD_LOW"
- EquipLv: 1
- Refine: false
- ViewSprite: 571
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMdef,2; ">
-},
-{
- Id: 5597
- AegisName: "Bubble_Gum_In_Mouth"
- Name: "Bubble Gum In Mouth"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 2
- Loc: "EQP_HEAD_LOW"
- EquipLv: 1
- Refine: false
- ViewSprite: 572
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMdef,2; ">
-},
-/*
-{
- Id: 5598
- AegisName: "Virgo_Crown"
- Name: "Virgo Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 573
- Script: <"
- bonus bDex,2;
- bonus bAspdRate,1;
- if(getrefine()>6) {
- bonus2 bSubEle,Ele_Earth,5;
- autobonus "{ bonus bDex,20; }",10,6000,BF_WEAPON,"{ specialeffect(EF_ENHANCE, AREA, playerattached()); }";
- }
-
- ">
-},
-*/
-/*
-{
- Id: 5599
- AegisName: "Virgo_Diadem"
- Name: "Virgo Diadem"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 574
- Script: <"
- bonus bAspdRate,3;
- bonus2 bSubEle,Ele_Earth,5;
- if(getrefine()>6) bonus3 bAutoSpell,MO_BALKYOUNG,1,50;
- ">
-},
-*/
-{
- Id: 5600
- AegisName: "Br_Twin_Ribbon"
- Name: "Brazil Twin Ribbon"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 575
- Script: <"
- bonus bAllStats,3;
- bonus bMdef,1;
- ">
-},
-/*
-{
- Id: 5601
- AegisName: "Br_Beret"
- Name: "Brazil Beret"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 576
- Script: <"
- bonus bAllStats,3;
- bonus bMdef,1;
- ">
-},
-*/
-/*
-{
- Id: 5602
- AegisName: "Jaguar_Hat_J"
- Name: "Jaguar Hat J"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Slots: 1
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- EquipLv: 50
- Refine: false
- ViewSprite: 530
-},
-*/
-{
- Id: 5603
- AegisName: "RTC_Winner_Only"
- Name: "RTC First Place"
- Type: "IT_ARMOR"
- Weight: 250
- Def: 8
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 577
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAllStats, 3; ">
-},
-{
- Id: 5604
- AegisName: "RTC_Second_Best"
- Name: "RTC Second Place"
- Type: "IT_ARMOR"
- Weight: 250
- Def: 6
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 578
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAllStats, 2; ">
-},
-{
- Id: 5605
- AegisName: "RTC_Third_Best"
- Name: "RTC Third Place"
- Type: "IT_ARMOR"
- Weight: 250
- Def: 4
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 579
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAllStats, 1; ">
-},
-/*
-{
- Id: 5606
- AegisName: "Campume_Hat"
- Name: "Champune Hat"
- Type: "IT_ARMOR"
- Buy: 500
- Weight: 1200
- Def: 4
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 3
- ViewSprite: 580
- Script: <" bonus bAllStats,1; ">
-},
-*/
-/*
-{
- Id: 5607
- AegisName: "Lyria_Doll_Hat"
- Name: "Lyria Doll Hat"
- Type: "IT_ARMOR"
- Weight: 500
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- Refine: false
- ViewSprite: 581
-},
-*/
-/*
-{
- Id: 5608
- AegisName: "Dorothy_Doll_Hat"
- Name: "Dorothy Doll Hat"
- Type: "IT_ARMOR"
- Weight: 500
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- Refine: false
- ViewSprite: 582
-},
-*/
-/*
-{
- Id: 5609
- AegisName: "Chung_Hairband"
- Name: "Chung Hairband"
- Type: "IT_ARMOR"
- Weight: 500
- Def: 5
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- Refine: false
- ViewSprite: 583
- Script: <"
- bonus bLuk,3;
- bonus bMdef,4;
- ">
-},
-*/
-/*
-{
- Id: 5610
- AegisName: "Ice_Wing_Ear"
- Name: "Ice Wing Ear"
- Type: "IT_ARMOR"
- Weight: 100
- Loc: "EQP_HEAD_MID"
- EquipLv: 10
- Refine: false
- ViewSprite: 584
- Script: <" bonus bLuk,1; ">
-},
-*/
-{
- Id: 5611
- AegisName: "Turtle_Hat"
- Name: "Turtle_Hat"
- Type: "IT_ARMOR"
- Weight: 300
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 585
- Script: <" bonus bAgi,1; ">
-},
-/*
-{
- Id: 5612
- AegisName: "F_Blue_Drooping_Kitty"
- Name: "F Blue Drooping Kitty"
- Type: "IT_ARMOR"
- Buy: 250000
- Weight: 500
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 277
- Script: <" bonus bMdef,15; ">
-},
-*/
-/*
-{
- Id: 5613
- AegisName: "F_Flying_Angel"
- Name: "F Flying Angel"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 264
- Script: <"
- bonus bInt,1;
- bonus bAgi,1;
- ">
-},
-*/
-/*
-{
- Id: 5614
- AegisName: "F_Smoking_Pipe_"
- Name: "F Smoking Pipe"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 55
- Script: <" bonus bVit,1; ">
-},
-*/
-/*
-{
- Id: 5615
- AegisName: "F_Pair_Of_Red_Ribbon_"
- Name: "F Pair Of Red Ribbon"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_MID"
- EquipLv: 45
- Refine: false
- ViewSprite: 169
-},
-*/
-/*
-{
- Id: 5616
- AegisName: "F_Fish_On_Head_"
- Name: "F Fish On Head"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 149
- Script: <"
- bonus bDex,1;
- bonus bAgi,1;
- ">
-},
-*/
-/*
-{
- Id: 5617
- AegisName: "F_Hibiscus"
- Name: "F Hibiscus"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- Refine: false
- ViewSprite: 210
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- bonus bMdef,5;
- ">
-},
-*/
-/*
-{
- Id: 5618
- AegisName: "F_Cat_Hat"
- Name: "F Cat Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 182
- Script: <"
- bonus bLuk,2;
- bonus bMdef,10;
- ">
-},
-*/
-/*
-{
- Id: 5619
- AegisName: "F_Bunny_Band_"
- Name: "F Bunny Band"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 15
- Script: <" bonus bInt,2; ">
-},
-*/
-/*
-{
- Id: 5620
- AegisName: "F_Magestic_Goat_TW"
- Name: "F Magestic Goat TW"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 5
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- Taekwon: true
- Star_Gladiator: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 41
- Script: <" bonus bStr,2; ">
-},
-*/
-/*
-{
- Id: 5621
- AegisName: "F_Sheep_Hat"
- Name: "F Sheep Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 150
- Def: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 205
-},
-*/
-/*
-{
- Id: 5622
- AegisName: "F_Mini_Propeller_"
- Name: "F Mini Propeller"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 270
- Script: <"
- bonus bDex,1;
- bonus bAgi,2;
- ">
-},
-*/
-/*
-{
- Id: 5623
- AegisName: "F_Alice_Doll"
- Name: "F Alice Doll"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 208
- Script: <" bonus bStr,1; ">
-},
-*/
-/*
-{
- Id: 5624
- AegisName: "F_Red_Glasses"
- Name: "F Red Glasses"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 1
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 316
- Script: <" bonus bInt,1; ">
-},
-*/
-/*
-{
- Id: 5625
- AegisName: "F_Chick_Hat"
- Name: "F Chick Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- Refine: false
- ViewSprite: 311
- Script: <" bonus bLuk,2; ">
-},
-*/
-/*
-{
- Id: 5626
- AegisName: "F_White_Deviruchi_Cap"
- Name: "F White Deviruchi Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 64
- ViewSprite: 272
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- ">
-},
-*/
-/*
-{
- Id: 5627
- AegisName: "F_Vane_Hairpin"
- Name: "F Vane Hairpin"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 313
- Script: <" bonus bAgi,2; ">
-},
-*/
-/*
-{
- Id: 5628
- AegisName: "F_Pecopeco_Hairband"
- Name: "F Pecopeco Hairband"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 3
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 314
-},
-*/
-/*
-{
- Id: 5629
- AegisName: "F_Vacation_Hat"
- Name: "F Vacation Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 315
- Script: <" bonus bVit,1; ">
-},
-*/
-/*
-{
- Id: 5630
- AegisName: "F_Charming_Ribbon"
- Name: "F Charming Ribbon"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 211
-},
-*/
-/*
-{
- Id: 5631
- AegisName: "F_Water_Lily_Crown"
- Name: "F Water Lily Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 312
- Script: <"
- bonus bDex,1;
- bonus bAgi,1;
- bonus bMdef,3;
- ">
-},
-*/
-/*
-{
- Id: 5632
- AegisName: "F_Vanilmirth_Hat"
- Name: "F Vanilmirth Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 317
- Script: <" bonus bMdef,5; ">
-},
-*/
-/*
-{
- Id: 5633
- AegisName: "F_Drooping_Bunny_"
- Name: "F Drooping Bunny"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 249
- Script: <" bonus bDex,1; ">
-},
-*/
-/*
-{
- Id: 5634
- AegisName: "F_Kettle_Hat"
- Name: "F Kettle Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Def: 4
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 318
-},
-*/
-/*
-{
- Id: 5635
- AegisName: "F_Dragon_Skull"
- Name: "F Dragon Skull"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 5
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 319
-},
-*/
-/*
-{
- Id: 5636
- AegisName: "F_Ramen_Hat"
- Name: "F Ramen Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 1
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 320
- Script: <" bonus bDex,4; ">
-},
-*/
-/*
-{
- Id: 5637
- AegisName: "F_Pink_Fur_Hat"
- Name: "F Pink Fur Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 350
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 281
- Script: <" bonus bLuk,1; ">
-},
-*/
-/*
-{
- Id: 5638
- AegisName: "F_Puppy_Hat"
- Name: "F Puppy Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 234
- Script: <" bonus bAgi,1; ">
-},
-*/
-/*
-{
- Id: 5639
- AegisName: "F_Magic_Eyes"
- Name: "F Magic Eyes"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 209
- Script: <" bonus bMdef,5; ">
-},
-*/
-/*
-{
- Id: 5640
- AegisName: "F_Jumping_Poring"
- Name: "F Jumping Poring"
- Type: "IT_ARMOR"
- Weight: 300
- Def: 2
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 349
- Script: <" bonus bLuk,1; ">
-},
-*/
-/*
-{
- Id: 5641
- AegisName: "F_Robo_Eye"
- Name: "F Robo Eye"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Loc: "EQP_HEAD_MID"
- EquipLv: 10
- Refine: false
- ViewSprite: 345
- Script: <" bonus bDex,1; ">
-},
-*/
-/*
-{
- Id: 5642
- AegisName: "F_Yellow_Wizardry_Hat"
- Name: "F Yellow Wizardry Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 286
- Script: <" bonus bInt,2; ">
-},
-*/
-/*
-{
- Id: 5643
- AegisName: "F_Crescent_Helm"
- Name: "F Crescent Helm"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 3000
- Def: 8
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 50
- ViewSprite: 213
- Script: <" bonus bVit,1; ">
-},
-*/
-/*
-{
- Id: 5644
- AegisName: "F_Tiger_Mask"
- Name: "F Tiger Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 2
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 50
- Refine: false
- ViewSprite: 181
- Script: <" bonus bStr,3; ">
-},
-*/
-/*
-{
- Id: 5645
- AegisName: "F_Fantastic_Wig"
- Name: "F Fantastic Wig"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 308
-},
-*/
-/*
-{
- Id: 5646
- AegisName: "F_Whisper_Mask"
- Name: "F Whisper Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 321
- Script: <" bonus bAgi,3; ">
-},
-*/
-/*
-{
- Id: 5647
- AegisName: "F_Bunny_Band_C"
- Name: "F Bunny Band C"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 9
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- Refine: false
- ViewSprite: 15
- Script: <" bonus bMdef,5; ">
-},
-*/
-/*
-{
- Id: 5648
- AegisName: "F_Centimental_Flower_C"
- Name: "F Centimental Flower C"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_LOW"
- EquipLv: 1
- Refine: false
- ViewSprite: 56
-},
-*/
-/*
-{
- Id: 5649
- AegisName: "F_Apple_Of_Archer_C"
- Name: "F Apple Of Archer C"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 7
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- Refine: false
- ViewSprite: 72
- Script: <" bonus bDex,4; ">
-},
-*/
-/*
-{
- Id: 5650
- AegisName: "F_Elven_Ears_C"
- Name: "F Elven Ears C"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_MID"
- EquipLv: 1
- Refine: false
- ViewSprite: 73
- Script: <" bonus bInt,1; ">
-},
-*/
-/*
-{
- Id: 5651
- AegisName: "F_Brooch_C"
- Name: "F Brooch C"
- Type: "IT_ARMOR"
- Buy: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Script: <" bonus bAgi,4; ">
-},
-*/
-/*
-{
- Id: 5652
- AegisName: "F_Magestic_Goat_C"
- Name: "F Magestic Goat C"
- Type: "IT_ARMOR"
- Buy: 2
- Def: 5
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 41
- Script: <" bonus bStr,1; ">
-},
-*/
-{
- Id: 5653
- AegisName: "Darkness_Helm_J"
- Name: "Darkness Helm"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 586
-},
-{
- Id: 5654
- AegisName: "Holy_Marching_Hat_J"
- Name: "Holy Marching Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 587
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bStr,2;
- bonus3 bAutoSpell,PR_ASPERSIO,2,30;
- ">
-},
-/*
-{
- Id: 5655
- AegisName: "Dark_Snake_Lord_Hat_J"
- Name: "Evil Snake Lord Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- ViewSprite: 372
- Script: <"
- bonus bInt,2;
- bonus bAgi,2;
- bonus bDex,-2;
- autobonus "{ bonus bCastrate,-50; bonus bFlee,30; }",50,5000,BF_MAGIC,"{ specialeffect(EF_SUFFRAGIUM, AREA, playerattached()); }";
- ">
-},
-*/
-/*
-{
- Id: 5656
- AegisName: "Scooter_Hat_J"
- Name: "Scooter Helmet"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 7
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 588
- Script: <" bonus bUnbreakableHelm,0; ">
-},
-*/
-/*
-{
- Id: 5657
- AegisName: "Antique_Pipe_J"
- Name: "Captain's Pipe"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_LOW"
- EquipLv: 30
- Refine: false
- ViewSprite: 383
-},
-*/
-{
- Id: 5658
- AegisName: "Imp_Hat"
- Name: "Imp Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 589
- Script: <" bonus3 bAutoSpell,SA_FLAMELAUNCHER,1,10; ">
-},
-{
- Id: 5659
- AegisName: "Sleepr_Hat"
- Name: "Sleeper Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 590
- Script: <" bonus3 bAutoSpell,SA_SEISMICWEAPON,1,10; ">
-},
-{
- Id: 5660
- AegisName: "Gryphon_Hat"
- Name: "Gryphon Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 591
- Script: <" bonus3 bAutoSpell,SA_LIGHTNINGLOADER,1,10; ">
-},
-/*
-{
- Id: 5661
- AegisName: "Red_Pirate_Bandana"
- Name: "Red Pirate Banada"
- Type: "IT_ARMOR"
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 592
- Script: <"
- bonus bStr,1;
- bonus bDex,1;
- bonus bAspdRate,2;
- bonus bCastrate,-2;
- ">
-},
-*/
-/*
-{
- Id: 5662
- AegisName: "Libra_Crown"
- Name: "Libra Crown"
- Type: "IT_ARMOR"
- Buy: 10
- Weight: 300
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 593
- Script: <" bonus bDex,3; ">
-},
-*/
-/*
-{
- Id: 5663
- AegisName: "Libra_Diadem"
- Name: "Libra Diadem"
- Type: "IT_ARMOR"
- Buy: 10
- Weight: 300
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 594
- Script: <" bonus bDex,3; ">
-},
-*/
-{
- Id: 5664
- AegisName: "Filir_Wing"
- Name: "Filir's Pinions"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_MID"
- EquipLv: 70
- Refine: false
- ViewSprite: 595
- Script: <"
- bonus bAspdRate,2;
- bonus bCastrate,-2;
- ">
-},
-{
- Id: 5665
- AegisName: "Shaman_Hat"
- Name: "Shaman Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 596
- Script: <"
- bonus2 bSubEle,Ele_Neutral,3;
- bonus2 bSubEle,Ele_Water,3;
- bonus2 bSubEle,Ele_Earth,3;
- bonus2 bSubEle,Ele_Fire,3;
- bonus2 bSubEle,Ele_Wind,3;
- bonus2 bSubEle,Ele_Poison,3;
- bonus2 bSubEle,Ele_Holy,3;
- bonus2 bSubEle,Ele_Dark,3;
- bonus2 bSubEle,Ele_Ghost,3;
- bonus2 bSubEle,Ele_Undead,3;
- ">
-},
-{
- Id: 5666
- AegisName: "Golden_Crown"
- Name: "Golden Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 8
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 597
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- bonus bLuk,1;
- ">
-},
-{
- Id: 5667
- AegisName: "Skull_Hood"
- Name: "Skull Hood"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 30
- ViewSprite: 598
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
-},
-{
- Id: 5668
- AegisName: "Weird_Pumpkin_Hat"
- Name: "Weird Pumpkin Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 5
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 206
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMdef,5; ">
-},
-/*
-{
- Id: 5669
- AegisName: "Poring_Party_Hat_J"
- Name: "Poring Party Hat J"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 340
-},
-*/
-/*
-{
- Id: 5670
- AegisName: "Aniv_Star_Hat"
- Name: "Aniv Star Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 599
-},
-*/
-{
- Id: 5671
- AegisName: "Drooping_Morocc_Minion"
- Name: "Drooping Morocc Minion"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- Refine: false
- ViewSprite: 600
-},
-/*
-{
- Id: 5672
- AegisName: "Southern_Cross"
- Name: "Southern Cross"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 601
- Script: <" bonus bInt,1; ">
-},
-*/
-/*
-{
- Id: 5673
- AegisName: "Home_Cherry_Blossom"
- Name: "Home Cherry Blossom"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 602
-},
-*/
-/*
-{
- Id: 5674
- AegisName: "Pig_Moneybox"
- Name: "Pig Moneybox"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- Refine: false
- ViewSprite: 603
-},
-*/
-/*
-{
- Id: 5675
- AegisName: "Poring_Letter"
- Name: "Poring Letter"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_LOW"
- EquipLv: 10
- Refine: false
- ViewSprite: 604
-},
-*/
-/*
-{
- Id: 5676
- AegisName: "Scorpio_Crown"
- Name: "Scorpio Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 605
-},
-*/
-/*
-{
- Id: 5677
- AegisName: "Scorpio_Diadem"
- Name: "Scorpio Diadem"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 606
- Script: <" bonus bDex,2; ">
-},
-*/
-/*
-{
- Id: 5678
- AegisName: "Notation_Hairband"
- Name: "Notation Hairband"
- Type: "IT_ARMOR"
- Buy: 200
- Weight: 100
- Def: 5
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 607
-},
-*/
-/*
-{
- Id: 5679
- AegisName: "Engineer_Cap"
- Name: "Engineer Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 608
-},
-*/
-/*
-{
- Id: 5680
- AegisName: "Hawkeyes"
- Name: "Hawkeyes"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_MID"
- EquipLv: 10
- Refine: false
- ViewSprite: 609
-},
-*/
-{
- Id: 5681
- AegisName: "F_Ribbon_Green"
- Name: "Green Ribbon"
- Type: "IT_ARMOR"
- Buy: 800
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 244
- Script: <" bonus bMdef,3; ">
-},
-{
- Id: 5682
- AegisName: "Triangle_Rune_Cap"
- Name: "Triangle Rune Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 5
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 610
- Script: <" bonus bInt,1; ">
-},
-{
- Id: 5683
- AegisName: "Majestic_Goat_Repl"
- Name: "Baphomet Horns"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 5
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 41
-},
-{
- Id: 5684
- AegisName: "Jewel_Crown_Repl"
- Name: "Ornate Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 5
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 88
-},
-{
- Id: 5685
- AegisName: "Prontera_Army_Cap_Repl"
- Name: "Army Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 5
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 48
-},
-{
- Id: 5686
- AegisName: "Feather_Bonnet_Repl"
- Name: "Nice Hat Feather"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 5
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 104
-},
-{
- Id: 5687
- AegisName: "Viking_Helm_Repl"
- Name: "Orc Helm"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 5
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 86
-},
-/*
-{
- Id: 5688
- AegisName: "2009Love_Daddy"
- Name: "2009 Love Dad"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 611
- Script: <" bonus bVit,2; ">
-},
-*/
-/*
-{
- Id: 5689
- AegisName: "Queen_Ant_Diadem"
- Name: "Queen Ant Diadem"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 75
- ViewSprite: 612
-},
-*/
-{
- Id: 5690
- AegisName: "Red_Wing_Hat"
- Name: "Red Wing Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 613
- Script: <"
- if (getrefine() > 6) {
- bonus2 bAddRace, RC_All, 2;
- bonus bMatkRate,2;
- }
- if (getrefine() > 8) {
- bonus2 bAddRace, RC_All, 2;
- bonus bMatkRate,2;
- }
-
- ">
-},
-{
- Id: 5691
- AegisName: "Catain_Bandanna"
- Name: "Sailor's Bandana"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 10
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 542
- Script: <"
- bonus bDex,1;
- bonus2 bSubEle,Ele_Poison,20;
- ">
-},
-{
- Id: 5692
- AegisName: "Sea_Cat_Hat"
- Name: "Sea Cat Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 10
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 539
- Script: <" bonus bDex,1; ">
-},
-/*
-{
- Id: 5693
- AegisName: "No_Fear_Underware"
- Name: "No Fear Underwear"
- Type: "IT_ARMOR"
- Def: 10
- Loc: "EQP_HEAD_TOP"
- EquipLv: 20
- Refine: false
- ViewSprite: 30
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bDex,1;
- ">
-},
-*/
-/*
-{
- Id: 5694
- AegisName: "No_Fear_P_Headgear"
- Name: "No Fear P Headgear"
- Type: "IT_ARMOR"
- Def: 1
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 20
- Refine: false
- ViewSprite: 614
- Script: <" bonus bVit,1; ">
-},
-*/
-/*
-{
- Id: 5695
- AegisName: "E_Blue_Drooping_Kitty"
- Name: "E Blue Drooping Kitty"
- Type: "IT_ARMOR"
- Buy: 250000
- Weight: 500
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 277
- Script: <" bonus bMdef,15; ">
-},
-*/
-/*
-{
- Id: 5696
- AegisName: "E_Flying_Angel"
- Name: "E Flying Angel"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 264
- Script: <"
- bonus bInt,1;
- bonus bAgi,1;
- ">
-},
-*/
-/*
-{
- Id: 5697
- AegisName: "E_Smoking_Pipe_"
- Name: "E Smoking Pipe"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 55
- Script: <" bonus bVit,1; ">
-},
-*/
-/*
-{
- Id: 5698
- AegisName: "E_Pair_OE_Red_Ribbon_"
- Name: "E Pair OE Red Ribbon"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_MID"
- EquipLv: 45
- Refine: false
- ViewSprite: 169
-},
-*/
-/*
-{
- Id: 5699
- AegisName: "E_Fish_On_Head_"
- Name: "E Fish On Head"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 149
- Script: <"
- bonus bDex,1;
- bonus bAgi,1;
- ">
-},
-*/
-/*
-{
- Id: 5700
- AegisName: "E_Hibiscus"
- Name: "E Hibiscus"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- Refine: false
- ViewSprite: 210
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- bonus bMdef,5;
- ">
-},
-*/
-/*
-{
- Id: 5701
- AegisName: "E_Cat_Hat"
- Name: "E Cat Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 182
- Script: <"
- bonus bLuk,2;
- bonus bMdef,10;
- ">
-},
-*/
-/*
-{
- Id: 5702
- AegisName: "E_Bunny_Band_"
- Name: "E Bunny Band"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 15
- Script: <" bonus bInt,2; ">
-},
-*/
-/*
-{
- Id: 5703
- AegisName: "E_Magestic_Goat_TW"
- Name: "E Magestic Goat TW"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 5
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- Taekwon: true
- Star_Gladiator: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 41
- Script: <" bonus bStr,2; ">
-},
-*/
-/*
-{
- Id: 5704
- AegisName: "E_Sheep_Hat"
- Name: "E Sheep Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 150
- Def: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 205
-},
-*/
-/*
-{
- Id: 5705
- AegisName: "E_Mini_Propeller_"
- Name: "E Mini Propeller"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 270
- Script: <"
- bonus bDex,1;
- bonus bAgi,2;
- ">
-},
-*/
-/*
-{
- Id: 5706
- AegisName: "E_Alice_Doll"
- Name: "E Alice Doll"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 208
- Script: <" bonus bStr,1; ">
-},
-*/
-/*
-{
- Id: 5707
- AegisName: "E_Red_Glasses"
- Name: "E Red Glasses"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 1
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 316
- Script: <" bonus bInt,1; ">
-},
-*/
-/*
-{
- Id: 5708
- AegisName: "E_Chick_Hat"
- Name: "E Chick Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- Refine: false
- ViewSprite: 311
- Script: <" bonus bLuk,2; ">
-},
-*/
-/*
-{
- Id: 5709
- AegisName: "E_White_Deviruchi_Cap"
- Name: "E White Deviruchi Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 64
- ViewSprite: 272
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- ">
-},
-*/
-/*
-{
- Id: 5710
- AegisName: "E_Vane_Hairpin"
- Name: "E Vane Hairpin"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 313
- Script: <" bonus bAgi,2; ">
-},
-*/
-/*
-{
- Id: 5711
- AegisName: "E_Pecopeco_Hairband"
- Name: "E Pecopeco Hairband"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 3
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 314
-},
-*/
-/*
-{
- Id: 5712
- AegisName: "E_Vacation_Hat"
- Name: "E Vacation Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 315
- Script: <" bonus bVit,1; ">
-},
-*/
-/*
-{
- Id: 5713
- AegisName: "E_Charming_Ribbon"
- Name: "E Charming Ribbon"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 211
-},
-*/
-/*
-{
- Id: 5714
- AegisName: "E_Water_Lily_Crown"
- Name: "E Water Lily Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 312
- Script: <"
- bonus bDex,1;
- bonus bAgi,1;
- bonus bMdef,3;
- ">
-},
-*/
-/*
-{
- Id: 5715
- AegisName: "E_Vanilmirth_Hat"
- Name: "E Vanilmirth Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 317
- Script: <" bonus bMdef,5; ">
-},
-*/
-/*
-{
- Id: 5716
- AegisName: "E_Drooping_Bunny_"
- Name: "E Drooping Bunny"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 249
- Script: <" bonus bDex,1; ">
-},
-*/
-/*
-{
- Id: 5717
- AegisName: "E_Kettle_Hat"
- Name: "E Kettle Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Def: 4
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 318
-},
-*/
-/*
-{
- Id: 5718
- AegisName: "E_Dragon_Skull"
- Name: "E Dragon Skull"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 5
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 319
-},
-*/
-/*
-{
- Id: 5719
- AegisName: "E_Ramen_Hat"
- Name: "E Ramen Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 1
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 320
- Script: <" bonus bDex,4; ">
-},
-*/
-/*
-{
- Id: 5720
- AegisName: "E_Pink_Fur_Hat"
- Name: "E Pink Fur Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 350
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 281
- Script: <" bonus bLuk,1; ">
-},
-*/
-/*
-{
- Id: 5721
- AegisName: "E_Puppy_Hat"
- Name: "E Puppy Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 234
- Script: <" bonus bAgi,1; ">
-},
-*/
-/*
-{
- Id: 5722
- AegisName: "E_Magic_Eyes"
- Name: "E Magic Eyes"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 209
- Script: <" bonus bMdef,5; ">
-},
-*/
-/*
-{
- Id: 5723
- AegisName: "E_Jumping_Poring"
- Name: "E Jumping Poring"
- Type: "IT_ARMOR"
- Weight: 300
- Def: 2
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 349
- Script: <" bonus bLuk,1; ">
-},
-*/
-/*
-{
- Id: 5724
- AegisName: "E_Robo_Eye"
- Name: "E Robo Eye"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 1
- Loc: "EQP_HEAD_MID"
- EquipLv: 10
- Refine: false
- ViewSprite: 345
- Script: <" bonus bDex,1; ">
-},
-*/
-/*
-{
- Id: 5725
- AegisName: "E_Yellow_Wizardry_Hat"
- Name: "E Yellow Wizardry Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 286
- Script: <" bonus bInt,2; ">
-},
-*/
-/*
-{
- Id: 5726
- AegisName: "E_Crescent_Helm"
- Name: "E Crescent Helm"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 3000
- Def: 8
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 50
- ViewSprite: 213
- Script: <" bonus bVit,1; ">
-},
-*/
-/*
-{
- Id: 5727
- AegisName: "E_Tiger_Mask"
- Name: "E Tiger Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 2
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 50
- Refine: false
- ViewSprite: 181
- Script: <" bonus bStr,3; ">
-},
-*/
-/*
-{
- Id: 5728
- AegisName: "E_Fantastic_Wig"
- Name: "E Fantastic Wig"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 308
-},
-*/
-/*
-{
- Id: 5729
- AegisName: "E_Bunny_Band_C"
- Name: "E Bunny Band C"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 9
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- Refine: false
- ViewSprite: 15
- Script: <" bonus bMdef,5; ">
-},
-*/
-/*
-{
- Id: 5730
- AegisName: "E_Centimental_Flower_C"
- Name: "E Centimental Flower C"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_LOW"
- EquipLv: 1
- Refine: false
- ViewSprite: 56
-},
-*/
-/*
-{
- Id: 5731
- AegisName: "E_Apple_OE_Archer_C"
- Name: "E Apple OE Archer C"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 7
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- Refine: false
- ViewSprite: 72
- Script: <" bonus bDex,4; ">
-},
-*/
-/*
-{
- Id: 5732
- AegisName: "E_Elven_Ears_C"
- Name: "E Elven Ears C"
- Type: "IT_ARMOR"
- Buy: 1
- Def: 2
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_MID"
- EquipLv: 1
- Refine: false
- ViewSprite: 73
- Script: <" bonus bInt,1; ">
-},
-*/
-/*
-{
- Id: 5733
- AegisName: "E_Brooch_C"
- Name: "E Brooch C"
- Type: "IT_ARMOR"
- Buy: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ACC"
- EquipLv: 1
- Refine: false
- Script: <" bonus bAgi,4; ">
-},
-*/
-/*
-{
- Id: 5734
- AegisName: "E_Magestic_Goat_C"
- Name: "E Magestic Goat C"
- Type: "IT_ARMOR"
- Buy: 2
- Def: 5
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 41
- Script: <" bonus bStr,1; ">
-},
-*/
-/*
-{
- Id: 5735
- AegisName: "E_Ribbon_Green"
- Name: "Green Ribbon"
- Type: "IT_ARMOR"
- Buy: 800
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 244
- Script: <" bonus bMdef,3; ">
-},
-*/
-/*
-{
- Id: 5736
- AegisName: "EF_Whisper_Mask"
- Name: "Whisper Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- Refine: false
- ViewSprite: 321
- Script: <"
- bonus bAgi,3;
- bonus2 bSubEle,Ele_Ghost,-10;
- ">
-},
-*/
-/*
-{
- Id: 5737
- AegisName: "Cactus_Hat"
- Name: "Cactus Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- Refine: false
- ViewSprite: 615
-},
-*/
-{
- Id: 5738
- AegisName: "Snowman_Hat"
- Name: "Snowman Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 4
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 616
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bMdef,3;
- bonus2 bSubEle,Ele_Water,7;
- bonus2 bAddMonsterDropItem,530,100;
- bonus2 bAddMonsterDropItem,12354,300;
- if(getrefine()>7) {
- bonus5 bAutoSpellWhenHit,BA_FROSTJOKER,5,20,BF_WEAPON|BF_MAGIC,0;
- }
- else {
- bonus5 bAutoSpellWhenHit,BA_FROSTJOKER,1,20,BF_WEAPON|BF_MAGIC,0;
- }
-
- ">
-},
-/*
-{
- Id: 5739
- AegisName: "Sagittarius_Crown"
- Name: "Sagittarius Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 617
- Script: <" bonus bDex,2; ">
-},
-*/
-/*
-{
- Id: 5740
- AegisName: "Sagittarius_Diadem"
- Name: "Sagittarius Diadem"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 618
- Script: <"
- bonus bDex,2;
- bonus bMdef,3;
- ">
-},
-*/
-{
- Id: 5741
- AegisName: "Im_Egg_Shell_Hat"
- Name: "Eternal Egg Shell"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 101
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5742
- AegisName: "Rudolf_Santa_Hat"
- Name: "Rudolph Santa Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 400
- Def: 5
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 619
- Script: <" bonus bLuk,1; ">
-},
-/*
-{
- Id: 5743
- AegisName: "Orange_Stem_Hat"
- Name: "Orange Stem Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Job: {
- All: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- Refine: false
- ViewSprite: 620
- Script: <" bonus bLuk,3; ">
-},
-*/
-/*
-{
- Id: 5744
- AegisName: "Capricorn_Crown"
- Name: "Capricon Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 621
- Script: <"
- bonus bVit,2;
- bonus bDex,2;
- ">
-},
-*/
-/*
-{
- Id: 5745
- AegisName: "Capricorn_Diadem"
- Name: "Capricon Diadem"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 622
- Script: <"
- bonus bDex,2;
- bonus bMdef,5;
- ">
-},
-*/
-/*
-{
- Id: 5746
- AegisName: "Rune_Circlet"
- Name: "Rune Circlet"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: {
- Knight: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_HEAD_TOP"
- EquipLv: 100
- ViewSprite: 623
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bMdef,5;
- if(readparam(bStr)>=120) {
- bonus bBaseAtk,10;
- bonus bMatk,5;
- }
-
- ">
-},
-*/
-/*
-{
- Id: 5747
- AegisName: "Mitra"
- Name: "Mitra"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: {
- Priest: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_HEAD_TOP"
- EquipLv: 100
- ViewSprite: 624
- Script: <"
- bonus bVit,1;
- bonus bInt,1;
- bonus bMdef,5;
- bonus bHealPower,5;
- if(readparam(bInt)>=120) {
- bonus bMatk,10;
- }
-
- ">
-},
-*/
-/*
-{
- Id: 5748
- AegisName: "Sniper_Goggle"
- Name: "Sniper Goggles"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: {
- Hunter: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 100
- ViewSprite: 625
- Script: <"
- bonus bAgi,1;
- bonus bDex,1;
- bonus bMdef,5;
- if(readparam(bAgi)>=120) {
- bonus bLongAtkRate,4;
- bonus bAspd,1;
- }
-
- ">
-},
-*/
-/*
-{
- Id: 5749
- AegisName: "Driver_Band"
- Name: "Driver Band"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: {
- Blacksmith: true
- }
- Upper: "ITEMUPPER_THIRD"
- Gender: "SEX_MALE"
- Loc: "EQP_HEAD_TOP"
- EquipLv: 100
- ViewSprite: 626
- Script: <"
- bonus bStr,1;
- bonus bDex,1;
- bonus bMdef,5;
- if(readparam(bStr)>=120) {
- bonus bBaseAtk,10;
- bonus bCritical,3;
- }
-
- ">
-},
-*/
-/*
-{
- Id: 5750
- AegisName: "Shadow_Handicraft"
- Name: "Shadow Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: {
- Rogue: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_HEAD_TOP"
- EquipLv: 100
- ViewSprite: 627
- Script: <"
- bonus bAgi,1;
- bonus bInt,1;
- bonus bMdef,1;
- if(readparam(bAgi)>=120) {
- bonus bBaseAtk,10;
- bonus bFlee,3;
- }
-
- ">
-},
-*/
-/*
-{
- Id: 5751
- AegisName: "Minstrel_Song_Hat"
- Name: "Minstrel Song Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: {
- Bard: true
- }
- Upper: "ITEMUPPER_THIRD"
- Gender: "SEX_MALE"
- Loc: "EQP_HEAD_TOP"
- EquipLv: 100
- ViewSprite: 628
- Script: <"
- bonus bInt,1;
- bonus bLuk,1;
- bonus bMdef,5;
- bonus bLongAtkRate,4;
- bonus bUseSPrate,-10;
- ">
-},
-*/
-/*
-{
- Id: 5752
- AegisName: "Midas_Whispers"
- Name: "Midas Whispers"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_HEAD_TOP"
- EquipLv: 100
- ViewSprite: 629
- Script: <"
- bonus bStr,1;
- bonus bDex,1;
- bonus bMdef,5;
- if(readparam(bStr)>=120) {
- bonus bBaseAtk,5;
- bonus bAspd,1;
- }
-
- ">
-},
-*/
-/*
-{
- Id: 5753
- AegisName: "Magic_Stone_Hat"
- Name: "Magic Stone Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: {
- Wizard: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_HEAD_TOP"
- EquipLv: 100
- ViewSprite: 630
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- bonus bMdef,5;
- if(readparam(bDex)>=120) {
- bonus bMatkRate,10;
- bonus bCastrate,-2;
- }
-
- ">
-},
-*/
-/*
-{
- Id: 5754
- AegisName: "Blazing_Soul"
- Name: "Burning Spirit"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: {
- Monk: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_HEAD_TOP"
- EquipLv: 100
- ViewSprite: 631
- Script: <"
- bonus bStr,1;
- bonus bVit,1;
- bonus bMdef,5;
- if(readparam(bStr)>=120) {
- bonus bBaseAtk,10;
- bonus bHit,3;
- }
-
- ">
-},
-*/
-/*
-{
- Id: 5755
- AegisName: "Silent_Enforcer"
- Name: "Silent Enforcer"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 12
- Job: {
- Assassin: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- EquipLv: 100
- ViewSprite: 632
- Script: <"
- bonus bAgi,1;
- bonus bMdef,5;
- if(readparam(bAgi)>=120) {
- bonus bBaseAtk,10;
- bonus bFlee2,5;
- }
-
- ">
-},
-*/
-/*
-{
- Id: 5756
- AegisName: "Wind_Whisper"
- Name: "Wispers of Wind"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: {
- Sage: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_HEAD_TOP"
- EquipLv: 100
- ViewSprite: 633
- Script: <"
- bonus bInt,1;
- bonus bDex,1;
- bonus bMdef,5;
- if(readparam(bInt)>=120) {
- bonus bMatkRate,10;
- bonus bFlee,3;
- }
-
- ">
-},
-*/
-/*
-{
- Id: 5757
- AegisName: "Schmidt_Helm"
- Name: "Reissue Schmitz Helm"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: {
- Crusader: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 100
- ViewSprite: 634
- Script: <"
- bonus bVit,2;
- bonus bInt,1;
- bonus bMdef,5;
- if(readparam(bInt)>=120) {
- bonus bMatkRate,10;
- bonus bDef,5;
- }
-
- ">
-},
-*/
-{
- Id: 5758
- AegisName: "Dying_Swan"
- Name: "Resting Swan"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 17
- Slots: 1
- Job: {
- Bard: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_HEAD_TOP"
- EquipLv: 100
- ViewSprite: 635
- Script: <"
- bonus bInt,1;
- bonus bLuk,1;
- bonus bMdef,5;
- bonus bAtkRate,5;
- bonus bUseSPrate,-10;
- ">
-},
-/*
-{
- Id: 5759
- AegisName: "Noah_Hat"
- Name: "Noah Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 636
- Script: <" bonus bMdef,3; ">
-},
-*/
-/*
-{
- Id: 5760
- AegisName: "Driver_Band_F"
- Name: "Driver Band"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 12
- Slots: 1
- Job: {
- Blacksmith: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_HEAD_TOP"
- EquipLv: 100
- ViewSprite: 637
- Script: <"
- bonus bStr,1;
- bonus bDex,1;
- bonus bMdef,5;
- if(readparam(bStr)>=120) {
- bonus bBaseAtk,10;
- bonus bCritical,3;
- }
-
- ">
-},
-*/
-/*
-{
- Id: 5761
- AegisName: "Sloth_Hat"
- Name: "Sloth Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 638
- Script: <" bonus bAgi,2; ">
-},
-*/
-/*
-{
- Id: 5762
- AegisName: "Duneyrr_Helm"
- Name: "Duneyrr Helm"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 5
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 639
- Script: <"
- bonus bAllStats,1;
- bonus bMdef,5;
- ">
-},
-*/
-/*
-{
- Id: 5763
- AegisName: "Red_Bunny_Band"
- Name: "Red Bunny Band"
- Type: "IT_ARMOR"
- Weight: 200
- Def: 4
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 640
- Script: <"
- bonus bAgi,2;
- bonus bMdef,3;
- ">
-},
-*/
-/*
-{
- Id: 5765
- AegisName: "Black_Tail_Ribbon"
- Name: "Black Tail Ribbon"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 642
- Script: <" bonus bMdef,5; ">
-},
-*/
-{
- Id: 5766
- AegisName: "Amistr_Cap"
- Name: "Amistr Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 4
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 643
- Script: <" bonus bVit,5; ">
-},
-/*
-{
- Id: 5767
- AegisName: "Samurai_Mask"
- Name: "Samurai Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 1
- Loc: "EQP_HEAD_LOW"
- EquipLv: 50
- Refine: false
- ViewSprite: 644
-},
-*/
-/*
-{
- Id: 5768
- AegisName: "Sakura_Coronet"
- Name: "Sakura Coronet"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 645
- Script: <" bonus bMdef,3; ">
-},
-*/
-/*
-{
- Id: 5769
- AegisName: "Gold_Angel_Sculpture"
- Name: "Gold Angel Sculpture"
- Type: "IT_ARMOR"
- Buy: 100
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- Refine: false
- ViewSprite: 646
-},
-*/
-{
- Id: 5770
- AegisName: "Splash_Hat"
- Name: "Splash Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 349
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" autobonus "{ sc_start SC_PROPERTYWIND, 180000, 1; }", 3, 180000, BF_WEAPON, "{ specialeffect(EF_ENHANCE, AREA, playerattached()); }"; ">
-},
-{
- Id: 5771
- AegisName: "Family_Hat"
- Name: "Family Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 109
- Script: <"
- bonus bDex,1;
- bonus bMdef,1;
- ">
-},
-/*
-{
- Id: 5772
- AegisName: "Red_Navy_Hat"
- Name: "Red Navy Hat"
- Type: "IT_ARMOR"
- Buy: 3000
- Weight: 500
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 95
- ViewSprite: 651
-},
-*/
-/*
-{
- Id: 5773
- AegisName: "Navy_Beret"
- Name: "Navy Beret"
- Type: "IT_ARMOR"
- Buy: 3000
- Weight: 500
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 95
- ViewSprite: 652
-},
-*/
-/*
-{
- Id: 5774
- AegisName: "Red_Pirate_Hat"
- Name: "Red Pirate Hat"
- Type: "IT_ARMOR"
- Buy: 3000
- Weight: 500
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 95
- ViewSprite: 496
-},
-*/
-{
- Id: 5775
- AegisName: "Choco_Donut_In_Mouth"
- Name: "Choco Donut In Mouth"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 50
- Def: 1
- Loc: "EQP_HEAD_LOW"
- EquipLv: 1
- Refine: false
- ViewSprite: 653
-},
-/*
-{
- Id: 5776
- AegisName: "Blazing_Sun"
- Name: "Blazing Sun"
- Type: "IT_ARMOR"
- Weight: 500
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 654
-},
-*/
-/*
-{
- Id: 5777
- AegisName: "Remover_Hat"
- Name: "Remover Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 800
- Def: 2
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 655
- Script: <" bonus bMdef,1; ">
-},
-*/
-/*
-{
- Id: 5778
- AegisName: "Blue_Arara_Hat"
- Name: "Blue Arara Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 656
- Script: <" bonus bStr,2; ">
-},
-*/
-/*
-{
- Id: 5779
- AegisName: "Drooping_Boto"
- Name: "Drooping Boto"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 657
- Script: <" bonus bInt,2; ">
-},
-*/
-/*
-{
- Id: 5780
- AegisName: "Tendrilion_Hat"
- Name: "Tendrilion Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 658
-},
-*/
-{
- Id: 5781
- AegisName: "Persika"
- Name: "Persika"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 659
-},
-/*
-{
- Id: 5783
- AegisName: "YellowBunny_Hairband"
- Name: "YellowBunny Hairband"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 662
- Script: <"
- bonus bStr,1;
- bonus bInt,1;
- bonus bDex,2;
- ">
-},
-*/
-/*
-{
- Id: 5784
- AegisName: "PinkBunny_Hairband"
- Name: "PinkBunny Hairband"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 663
- Script: <"
- bonus bStr,1;
- bonus bInt,2;
- bonus bDex,1;
- ">
-},
-*/
-/*
-{
- Id: 5785
- AegisName: "Green_Bunny_Hairband"
- Name: "Green Bunny Hairband"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 664
- Script: <"
- bonus bStr,2;
- bonus bInt,1;
- bonus bDex,1;
- ">
-},
-*/
-{
- Id: 5786
- AegisName: "Ancient_Elven_Ear"
- Name: "Ancient Elven Ear"
- Type: "IT_ARMOR"
- Buy: 10
- Weight: 200
- Def: 1
- Loc: "EQP_HEAD_MID"
- EquipLv: 1
- Refine: false
- ViewSprite: 665
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bLuk,1; ">
-},
-/*
-{
- Id: 5787
- AegisName: "Tha_Maero_Mask"
- Name: "Tha Maero Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- EquipLv: 30
- Refine: false
- ViewSprite: 666
- Script: <" bonus bMdef,2; ">
-},
-*/
-{
- Id: 5788
- AegisName: "3D_Glasses"
- Name: "3D Glasses"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_MID"
- EquipLv: 1
- Refine: false
- ViewSprite: 661
-},
-/*
-{
- Id: 5789
- AegisName: "Thanatos_Mal_Mask"
- Name: "Thanatos Mal Mask"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_MID"]
- EquipLv: 30
- Refine: false
- ViewSprite: 667
- Script: <" bonus bVit,1; ">
-},
-*/
-/*
-{
- Id: 5790
- AegisName: "Holy_Mom_Love"
- Name: "TM"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Slots: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 45
- ViewSprite: 610
-},
-*/
-/*
-{
- Id: 5791
- AegisName: "Tenkaippin_Ramen"
- Name: "Tenkaippin Ramen"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- Refine: false
- ViewSprite: 668
- Script: <"
- bonus bInt,-1;
- bonus bDex,4;
- ">
-},
-*/
-{
- Id: 5792
- AegisName: "Fish_Pin"
- Name: "Fish Pin"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 669
-},
-{
- Id: 5793
- AegisName: "Ribbon_Of_Life"
- Name: "Ribbon Of Life"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 2
- Loc: "EQP_HEAD_MID"
- EquipLv: 1
- Refine: false
- ViewSprite: 575
- Script: <"
- bonus bInt,1;
- bonus bMdef,2;
- ">
-},
-{
- Id: 5794
- AegisName: "3D_Glasses_"
- Name: "3D Glasses"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 1
- Loc: "EQP_HEAD_MID"
- EquipLv: 1
- Refine: false
- ViewSprite: 661
-},
-/*
-{
- Id: 5795
- AegisName: "Red_Dress_Hat"
- Name: "Red Dress Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 670
- Script: <" bonus bMdef,7; ">
-},
-*/
-{
- Id: 5796
- AegisName: "Cheer_Scarf"
- Name: "Cheer Scarf"
- Type: "IT_ARMOR"
- Loc: "EQP_HEAD_LOW"
- EquipLv: 1
- Refine: false
- ViewSprite: 369
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5797
- AegisName: "Cheer_Scarf2"
- Name: "Cheer Scarf2"
- Type: "IT_ARMOR"
- Loc: "EQP_HEAD_LOW"
- EquipLv: 1
- Refine: false
- ViewSprite: 369
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5798
- AegisName: "Cheer_Scarf3"
- Name: "Cheer Scarf3"
- Type: "IT_ARMOR"
- Loc: "EQP_HEAD_LOW"
- EquipLv: 1
- Refine: false
- ViewSprite: 369
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5799
- AegisName: "Cheer_Scarf4"
- Name: "Cheer Scarf4"
- Type: "IT_ARMOR"
- Loc: "EQP_HEAD_LOW"
- EquipLv: 1
- Refine: false
- ViewSprite: 369
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5800
- AegisName: "Blush_Of_Groom"
- Name: "Blush of Groom"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 50
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 125
- Script: <" bonus2 bSubRace,RC_DemiPlayer,3; ">
-},
-{
- Id: 5801
- AegisName: "Ribbon_Of_Bride"
- Name: "Red Tailed Ribbon"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 5
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 167
- Script: <"
- bonus bAllStats,2;
- bonus2 bSubRace,RC_DemiPlayer,10;
- if(getskilllv(AL_HEAL)==10) {
- bonus3 bAutoSpellWhenHit,AL_HEAL,10,20;
- }
- else {
- bonus3 bAutoSpellWhenHit,AL_HEAL,5,20;
- }
-
- ">
-},
-{
- Id: 5802
- AegisName: "Upgrade_Elephant_Hat"
- Name: "Upgraded Elephant Hat"
- Type: "IT_ARMOR"
- Weight: 500
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 215
-},
-{
- Id: 5803
- AegisName: "Flower_Love_Hat"
- Name: "Love Flower Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 5
- Script: <" bonus2 bAddMonsterDropItem,608,100; ">
-},
-{
- Id: 5804
- AegisName: "Pirate_Eyepatch"
- Name: "Pirate Eye Bandage"
- Type: "IT_ARMOR"
- Buy: 1000
- Weight: 100
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 13
-},
-{
- Id: 5805
- AegisName: "Victorious_Coronet"
- Name: "Victorious Coronet"
- Type: "IT_ARMOR"
- Weight: 150
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- Refine: false
- ViewSprite: 43
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bMaxHPrate,15;
- bonus bSPrecovRate,5;
- ">
-},
-{
- Id: 5806
- AegisName: "Poem_Natalia_Hat"
- Name: "Poet Natalie's Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 5
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 67
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 5807
- AegisName: "October_Fest_Cap"
- Name: "October Fest Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 104
-},
-{
- Id: 5808
- AegisName: "Diabolus_Helmet"
- Name: "Dark Bacilium"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 250
- Def: 5
- Slots: 1
- Job: {
- Knight: true
- Priest: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- ViewSprite: 364
- Script: <"
- bonus2 bResEff,Eff_Stone,2000+(getrefine()*200);
- bonus2 bResEff,Eff_Freeze,2000+(getrefine()*200);
- bonus2 bResEff,Eff_Stun,2000+(getrefine()*200);
- ">
-},
-{
- Id: 5809
- AegisName: "Boom_Boom_Hat"
- Name: "Boom Boom Hat"
- Type: "IT_ARMOR"
- Weight: 100
- Def: 6
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 216
- Script: <" bonus bAllStats,5; ">
-},
-{
- Id: 5810
- AegisName: "Ph_D_Hat_V"
- Name: "Ph.D Hat V"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 3
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 98
- Script: <"
- bonus bInt,5;
- bonus bVit,3;
- bonus bDex,3;
- ">
-},
-{
- Id: 5811
- AegisName: "Santa_Beard"
- Name: "Santa's Beard"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 5
- Loc: "EQP_HEAD_LOW"
- Refine: false
- ViewSprite: 25
-},
-{
- Id: 5812
- AegisName: "Hat_Of_Expert"
- Name: "Hat Of Expert"
- Type: "IT_ARMOR"
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 16
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-/*
-{
- Id: 5813
- AegisName: "Red_Ph_D_Hat"
- Name: "Red Ph.D Hat"
- Type: "IT_ARMOR"
- Buy: 1000
- Weight: 500
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 481
- Script: <" bonus bInt,1; ">
-},
-*/
-/*
-{
- Id: 5814
- AegisName: "Ati_Atihan_Hat3"
-},
-*/
-{
- Id: 5815
- AegisName: "Cowboy_Hat_J"
- Name: "Purple Cowboy Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 475
- Script: <"
- bonus bStr,1;
- bonus2 bSubSize, 0, 5;
- bonus2 bSubSize, 1, 5;
- bonus2 bSubSize, 2, 5;
- ">
-},
-{
- Id: 5816
- AegisName: "Classic_Hat_J"
- Name: "Classic Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 411
-},
-{
- Id: 5817
- AegisName: "Valentine_Pledge"
- Name: "Valentine Pledge"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 3
- Loc: "EQP_ACC"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bAllStats,2;
- bonus bMdef,3;
- ">
-},
-{
- Id: 5818
- AegisName: "Carnival_Hat"
- Name: "Carnival Hat"
- Type: "IT_ARMOR"
- Def: 6
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 505
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAllStats, 3; ">
-},
-{
- Id: 5819
- AegisName: "Carnival_Circlet"
- Name: "Carnival Circlet"
- Type: "IT_ARMOR"
- Def: 6
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 506
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAllStats, 3; ">
-},
-/*
-{
- Id: 5820
- AegisName: "Black_Elven_Ears"
- Name: "Black Elven Ears"
- Type: "IT_ARMOR"
- Buy: 10
- Weight: 100
- Def: 2
- Loc: "EQP_HEAD_MID"
- Refine: false
- ViewSprite: 498
-},
-*/
-{
- Id: 5821
- AegisName: "Gold_Tulip_Hairpin"
- Name: "Gold Tulip Hairpin"
- Type: "IT_ARMOR"
- Buy: 10
- Weight: 100
- Def: 2
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 499
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bExpAddRace, RC_All, 5; ">
-},
-{
- Id: 5822
- AegisName: "Love_Chick_Hat"
- Name: "Love Chick Hat"
- Type: "IT_ARMOR"
- Buy: 10000
- Weight: 100
- Def: 4
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 500
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bLuk,4;
- bonus bMaxHP,100;
- bonus bMaxSP,100;
- bonus2 bSubRace,RC_DemiPlayer,7;
- bonus2 bSubRace,RC_Undead,7;
- ">
-},
-/*
-{
- Id: 5823
- AegisName: "Love_Arrow"
- Name: "Love Arrow"
- Type: "IT_ARMOR"
- Buy: 5000
- Weight: 100
- Def: 1
- Loc: "EQP_ACC"
- Refine: false
- Script: <"
- bonus bDex,5;
- bonus bAgi,5;
- ">
-},
-*/
-{
- Id: 5824
- AegisName: "Fools_Day_Hat"
- Name: "Fools Day Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 6
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 265
-},
-/*
-{
- Id: 5825
- AegisName: "Badge_Of_Order_Grace"
- Name: "Badge Of Order Grace"
- Type: "IT_ARMOR"
- Def: 1
- Loc: "EQP_ACC"
- Refine: false
- Script: <" bonus bMdef,1; ">
-},
-*/
-{
- Id: 5826
- AegisName: "Valkyrie_Helmet"
- Name: "Valkyrie Helmet"
- Type: "IT_ARMOR"
- Def: 10
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 225
- Script: <"
- bonus bStr,2;
- bonus bInt,2;
- bonus bDex,2;
- bonus bAgi,2;
- bonus bMdef,5;
- ">
-},
-{
- Id: 5827
- AegisName: "Book_File_Hat"
- Name: "Book File Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 423
-},
-{
- Id: 5828
- AegisName: "Honor_Gold_Ring"
- Name: "Honor Gold Ring"
- Type: "IT_ARMOR"
- Weight: 50
- Loc: "EQP_ACC"
- EquipLv: 1
- Script: <"
- bonus bAllStats,1;
- bonus bMdef,5;
- ">
-},
-/*
-{
- Id: 5829
- AegisName: "Ordinary_Armor"
- Name: "Ordinary Armor"
- Type: "IT_ARMOR"
- Loc: "EQP_ARMOR"
- EquipLv: 30
-},
-*/
-/*
-{
- Id: 5830
- AegisName: "Woe_Sahkkat"
- Name: "Woe Sahkkat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 10
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- ViewSprite: 67
-},
-*/
-/*
-{
- Id: 5831
- AegisName: "Woe_Big_Sis_Ribbon"
- Name: "Woe Big Sis Ribbon"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 10
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- ViewSprite: 28
-},
-*/
-/*
-{
- Id: 5832
- AegisName: "Woe_Vane_Hairpin"
- Name: "Woe Vane Hairpin"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 10
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- ViewSprite: 313
-},
-*/
-/*
-{
- Id: 5833
- AegisName: "Woe_Picnic_Hat"
- Name: "Woe Picnic Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 10
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- ViewSprite: 117
-},
-*/
-/*
-{
- Id: 5834
- AegisName: "Woe_Crown"
- Name: "Woe Crown"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 10
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- ViewSprite: 45
-},
-*/
-/*
-{
- Id: 5835
- AegisName: "Woe_Tiara"
- Name: "Woe Tiara"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 10
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- ViewSprite: 19
-},
-*/
-/*
-{
- Id: 5836
- AegisName: "Woe_Boys_Cap"
- Name: "Woe Boys Cap"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 10
- Loc: "EQP_HEAD_TOP"
- EquipLv: 60
- ViewSprite: 102
-},
-*/
-/*
-{
- Id: 5837
- AegisName: "Woe_Sunglass"
- Name: "Woe Sunglass"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 10
- Loc: "EQP_HEAD_MID"
- EquipLv: 70
- Refine: false
- ViewSprite: 12
-},
-*/
-/*
-{
- Id: 5838
- AegisName: "Woe_Fin_Helm"
- Name: "Woe Fin Helm"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 10
- Loc: "EQP_HEAD_MID"
- EquipLv: 70
- Refine: false
- ViewSprite: 100
-},
-*/
-/*
-{
- Id: 5839
- AegisName: "Woe_Blush"
- Name: "Woe Blush"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 10
- Loc: "EQP_HEAD_MID"
- EquipLv: 70
- Refine: false
- ViewSprite: 125
-},
-*/
-/*
-{
- Id: 5840
- AegisName: "Woe_Elven_Ears"
- Name: "Woe Elven Ears"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 10
- Loc: "EQP_HEAD_MID"
- EquipLv: 70
- Refine: false
- ViewSprite: 73
-},
-*/
-/*
-{
- Id: 5841
- AegisName: "Shaman_Hat_"
- Name: "Shaman_Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 30
- ViewSprite: 596
- Script: <" bonus bLuk,2; ">
-},
-*/
-/*
-{
- Id: 5842
- AegisName: "Loyal_Ring1"
- Name: "Loyal Ring1"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- EquipLv: 1
-},
-*/
-/*
-{
- Id: 5843
- AegisName: "Loyal_Ring2"
- Name: "Loyal Ring2"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- EquipLv: 1
- Script: <" bonus bAllStats,2; ">
-},
-*/
-{
- Id: 5844
- AegisName: "Loyal_Ring3"
- Name: "Loyal Ring3"
- Type: "IT_ARMOR"
- Loc: "EQP_ACC"
- EquipLv: 1
- Script: <" bonus bAllStats,3; ">
-},
-/*
-{
- Id: 5845
- AegisName: "Buzzy_Ball_Board"
- Name: "Buzzy Ball Board"
- Type: "IT_ARMOR"
- Buy: 50
- Weight: 400
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 641
-},
-*/
-{
- Id: 5846
- AegisName: "Buzzy_Ball_Gum"
- Name: "Buzzy Ball Gum"
- Type: "IT_ARMOR"
- Buy: 50
- Weight: 100
- Def: 1
- Loc: "EQP_HEAD_LOW"
- EquipLv: 1
- Refine: false
- ViewSprite: 572
- Script: <" bonus bMdef,5; ">
-},
-/*
-{
- Id: 5847
- AegisName: "Fools_Day_Helmet"
- Name: "Fools Day Helmet"
- Type: "IT_ARMOR"
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- Refine: false
- ViewSprite: 647
- Script: <"
- bonus bInt,5;
- bonus bVit,-3;
- ">
-},
-*/
-/*
-{
- Id: 5848
- AegisName: "Robin_Eyepatch"
- Name: "Robin Eyepatch"
- Type: "IT_ARMOR"
- Buy: 20
- Loc: "EQP_HEAD_MID"
- EquipLv: 1
- Refine: false
- ViewSprite: 50
-},
-*/
-/*
-{
- Id: 5849
- AegisName: "Doctor_Hairband"
- Name: "Doctor Hairband"
- Type: "IT_ARMOR"
- Buy: 20
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- Refine: false
- ViewSprite: 60
-},
-*/
-/*
-{
- Id: 5850
- AegisName: "Golden_Savage_Hat"
- Name: "Golden Savage Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: 5
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 648
-},
-*/
-{
- Id: 5851
- AegisName: "Summer_Knight"
- Name: "Summer Knight"
- Type: "IT_ARMOR"
- Buy: 20
- Def: 1
- Loc: ["EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 60
- Refine: false
- ViewSprite: 138
-},
-/*
-{
- Id: 5852
- AegisName: "Easter_Egg_Shell"
- Name: "Resurrect Egg Shell"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 500
- Def: -7
- Loc: "EQP_HEAD_TOP"
- EquipLv: 40
- ViewSprite: 537
- Script: <" bonus bMdef,-7; ">
-},
-*/
-{
- Id: 5856
- AegisName: "Passion_FB_Hat"
- Name: "Passion FB Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 671
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus bDex,2;
- ">
-},
-{
- Id: 5857
- AegisName: "Cool_FB_Hat"
- Name: "Cool FB Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 672
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,2;
- bonus bVit,2;
- ">
-},
-{
- Id: 5858
- AegisName: "Victory_FB_Hat"
- Name: "Victory FB Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 673
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,2;
- bonus bDex,2;
- ">
-},
-{
- Id: 5859
- AegisName: "Glory_FB_Hat"
- Name: "Glory FB Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 600
- Def: 2
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 1
- ViewSprite: 674
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAllStats,1; ">
-},
-
-//== More Etc Items ========================================
-{
- Id: 6000
- AegisName: "Dark_Ashes"
- Name: "Ashes of Darkness"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6001
- AegisName: "Essence_Of_Fire"
- Name: "Essence of Fire"
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6002
- AegisName: "Token_Of_Apostle"
- Name: "Token of Apostle"
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6003
- AegisName: "Soul_Pendant"
- Name: "Pendant of Spirit"
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6004
- AegisName: "Bapho_Doll"
- Name: "Cursed Baphomet Doll"
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6005
- AegisName: "New_Year_Rice_Cake"
- Name: "New Year Rice Cake"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6006
- AegisName: "Rice_Cake_Delivery_Box"
- Name: "Rice Cake Delivery Box"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6007
- AegisName: "New_Year_Rice_Cake_Soup"
- Name: "New Year Rice Cake Soup"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6008
- AegisName: "Wood"
- Name: "Wood"
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6009
- AegisName: "Large_Magical_Fan"
- Name: "Big Fan Of Magic"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6010
- AegisName: "Pickaxe"
- Name: "Hoe"
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6011
- AegisName: "Blue_Card_B"
- Name: "Blue B Card"
- Weight: 10
-},
-{
- Id: 6012
- AegisName: "Blue_Card_C"
- Name: "Blue C Card"
- Weight: 10
-},
-{
- Id: 6013
- AegisName: "Blue_Card_J"
- Name: "Blue J Card"
- Weight: 10
-},
-{
- Id: 6015
- AegisName: "Blue_Card_M"
- Name: "Blue M Card"
- Weight: 10
-},
-{
- Id: 6016
- AegisName: "Blue_Card_Q"
- Name: "Blue Q Card"
- Weight: 10
-},
-{
- Id: 6017
- AegisName: "Blue_Card_T"
- Name: "Blue T Card"
- Weight: 10
-},
-{
- Id: 6018
- AegisName: "Blue_Card_V"
- Name: "Blue V Card"
- Weight: 10
-},
-{
- Id: 6019
- AegisName: "Blue_Card_Z"
- Name: "Blue Z Card"
- Weight: 10
-},
-{
- Id: 6020
- AegisName: "Fur"
- Name: "Fur"
- Buy: 704
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6021
- AegisName: "Peaked_Hat"
- Name: "Peaked Hat"
- Buy: 433
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6022
- AegisName: "Hard_Skin"
- Name: "Hard Skin"
- Buy: 884
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6023
- AegisName: "Mystic_Horn"
- Name: "Mystic Horn"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6024
- AegisName: "17Carat_Dia"
- Name: "17Carat Diamond"
- Weight: 10
-},
-{
- Id: 6025
- AegisName: "Towel_Of_Memory"
- Name: "Towel of Memory"
-},
-{
- Id: 6026
- AegisName: "Marriage_Covenant"
- Name: "Written Oath Of Marriage"
- Weight: 10
-},
-{
- Id: 6027
- AegisName: "Crystal_Of_Feardoom"
- Name: "Crystal Of Feardom"
-},
-{
- Id: 6028
- AegisName: "Seal_Scroll"
- Name: "Sealed Scroll"
-},
-{
- Id: 6029
- AegisName: "Morocc_Tracing_Log"
- Name: "Morroc Tracing Log"
-},
-{
- Id: 6030
- AegisName: "Glitering_PaperA"
- Name: "Glittering Paper"
- Weight: 10
-},
-{
- Id: 6031
- AegisName: "Glitering_PaperB"
- Name: "Glittering Paper"
- Weight: 10
-},
-{
- Id: 6032
- AegisName: "Horn_Of_Hilsrion"
- Name: "Horn of Hillslion"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6033
- AegisName: "Horn_Of_Tendrilion"
- Name: "Horn of Tendrilion"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6034
- AegisName: "Weird_Part"
- Name: "Weird Part"
-},
-{
- Id: 6035
- AegisName: "Decaying_Stem"
- Name: "Decaying Stem"
-},
-{
- Id: 6036
- AegisName: "Invite_To_Meeting"
- Name: "Meeting Invitation"
- Weight: 10
-},
-{
- Id: 6037
- AegisName: "Rough_File"
- Name: "Messy File"
-},
-{
- Id: 6038
- AegisName: "Neat_Report"
- Name: "Neat Report"
- Weight: 10
-},
-{
- Id: 6039
- AegisName: "Piece_Of_Fish"
- Name: "Piece of Fish"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6040
- AegisName: "Some_Of_Report"
- Name: "Part of a Report"
-},
-{
- Id: 6041
- AegisName: "Strong_Bine"
- Name: "Strong Vine"
- Buy: 30
- Weight: 50
-},
-{
- Id: 6042
- AegisName: "Ordinary_Branch"
- Name: "Ordinary Branch"
- Weight: 10
-},
-{
- Id: 6043
- AegisName: "Letter_From_Lugen"
- Name: "Letter from Lugen"
- Weight: 10
-},
-{
- Id: 6044
- AegisName: "Letter_From_Otto"
- Name: "Letter from Otto"
- Weight: 10
-},
-{
- Id: 6045
- AegisName: "Supply_Box"
- Name: "Supply Box"
-},
-{
- Id: 6046
- AegisName: "Clothing_Dye_Coupon"
- Name: "Clothing Dye Coupon"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "SetPalete",1; ">
-},
-{
- Id: 6047
- AegisName: "Clothing_Dye_Coupon2"
- Name: "Clothing Dye Coupon II"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "SetPalete",2; ">
-},
-{
- Id: 6048
- AegisName: "Unidentified_Mineral"
- Name: "Unidentified Mineral"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6049
- AegisName: "Marlin"
- Name: "Marlin"
- Weight: 10
-},
-{
- Id: 6050
- AegisName: "Mercenary_Contract"
- Name: "Mercenary Contract"
- Weight: 10
-},
-{
- Id: 6051
- AegisName: "Gray_Hollow"
- Name: "Gray Hollow"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6052
- AegisName: "Ornamental_Hairpin"
- Name: "Ornament Hairpin"
- Buy: 1
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6053
- AegisName: "Yuanbao"
- Name: "Circle Step"
- Buy: 100
- Weight: 100
-},
-{
- Id: 6054
- AegisName: "Blue_Card_6"
- Name: "Number 6 Card"
- Weight: 10
-},
-{
- Id: 6055
- AegisName: "Blue_Card_Annyver"
- Name: "Character Week Card"
- Weight: 10
-},
-{
- Id: 6056
- AegisName: "Blue_Card_Sary"
- Name: "Character Year Card"
- Weight: 10
-},
-{
- Id: 6057
- AegisName: "Blue_Card_E"
- Name: "Character Lee Card"
- Weight: 10
-},
-{
- Id: 6058
- AegisName: "Blue_Card_Ven"
- Name: "Character Ben Card"
- Weight: 10
-},
-{
- Id: 6059
- AegisName: "Blue_Card_Nt"
- Name: "Character Project Card"
- Weight: 10
-},
-{
- Id: 6060
- AegisName: "Moon_Admin_Ticket"
- Name: "Month Viewing Ticket"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6061
- AegisName: "Plantain"
- Name: "Blood Beginner"
- Buy: 100
- Weight: 50
-},
-{
- Id: 6062
- AegisName: "Moon_Cake15"
- Name: "Letter Moon Cake"
- Buy: 10
- Weight: 10
-},
-{
- Id: 6063
- AegisName: "Moon_Cake16"
- Name: "Letter Moon Cake"
- Buy: 10
- Weight: 10
-},
-{
- Id: 6064
- AegisName: "Moon_Cake17"
- Name: "Letter Moon Cake"
- Buy: 10
- Weight: 10
-},
-{
- Id: 6065
- AegisName: "Moon_Cake18"
- Name: "Letter Moon Cake"
- Buy: 10
- Weight: 10
-},
-{
- Id: 6066
- AegisName: "Moon_Cake19"
- Name: "Letter Moon Cake"
- Buy: 10
- Weight: 10
-},
-{
- Id: 6067
- AegisName: "Moon_Cake20"
- Name: "Letter Moon Cake"
- Buy: 10
- Weight: 10
-},
-{
- Id: 6068
- AegisName: "Rabbit_Skin"
- Name: "Leather Rabbit"
- Buy: 10
- Weight: 10
-},
-{
- Id: 6069
- AegisName: "ABUNDANCE"
- Name: "Abundance"
- Buy: 10
- Weight: 10
-},
-{
- Id: 6070
- AegisName: "Shamans_Old_Paper"
- Name: "Shaman's Document"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6071
- AegisName: "Broken_Sword"
- Name: "Broken Sword"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6072
- AegisName: "Wing_Of_Bizofnil"
- Name: "Bijofnil Feather"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6073
- AegisName: "Dragons_Mane"
- Name: "Dragon's Mane"
- BuyingStore: true
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6074
- AegisName: "Bazetts_Order"
- Name: "Bazett's Order"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6075
- AegisName: "Crystalized_Teardrop"
- Name: "Crystalized Teardrop"
- BuyingStore: true
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6076
- AegisName: "Portable_Toolbox"
- Name: "Portable Toolbox"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6077
- AegisName: "Rough_Mineral"
- Name: "Rough Mineral"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6078
- AegisName: "Stone_Fragments"
- Name: "Stone Fragment"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6079
- AegisName: "Flower_Of_Alfheim"
- Name: "Flower Of Alfheim"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6080
- AegisName: "Manuk_Coin"
- Name: "Manuk Coin"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6081
- AegisName: "Splendide_Coin"
- Name: "Splendide Coin"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6082
- AegisName: "Spirit_Of_Alfheim"
- Name: "Spirit Of Alfheim"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6083
- AegisName: "Dolly_Capsule"
- Name: "Capsule Dolls"
- Weight: 10
-},
-{
- Id: 6084
- AegisName: "Bradium_Fragments"
- Name: "Bradium Fragments"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6085
- AegisName: "Shaggy_Muffler"
- Name: "Shaggy Muffler"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6086
- AegisName: "Withered_Flower"
- Name: "Withered Flower"
- Buy: 890
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6087
- AegisName: "Crystal_Of_Soul_01"
- Name: "Spiritual Crystal"
- Buy: 1050
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6088
- AegisName: "Crystal_Of_Soul_02"
- Name: "Spiritual Crystal"
- Buy: 1050
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6089
- AegisName: "Piece_Of_Darkness"
- Name: "Dark Piece"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6090
- AegisName: "Purified_Bradium"
- Name: "Refined Bradium"
- Buy: 1100
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 6091
- AegisName: "Dark_Red_Scale"
- Name: "Dark Red Scale"
- Buy: 200000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6092
- AegisName: "Singing_Crystal_Piece"
- Name: "Piece Of Singing Crystal"
- Weight: 10
-},
-{
- Id: 6093
- AegisName: "Egg_Of_Draco"
- Name: "Draco's Egg"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6094
- AegisName: "Traditional_Cookie"
- Name: "Traditional Sweets"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6095
- AegisName: "Flavored_Alcohol"
- Name: "Flavored Alcohol"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6096
- AegisName: "Fish_With_Blue_Back"
- Name: "Fish With Blue Back"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6097
- AegisName: "Pumpkin_Pie_"
- Name: "Pumpkin Pie"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6098
- AegisName: "Small_Snow_Flower"
- Name: "Small Snow Flower"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6099
- AegisName: "Grilled_Rice_Cake"
- Name: "Grilled Rice Cake"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6100
- AegisName: "Damp_Darkness"
- Name: "Damp Darkness"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6101
- AegisName: "Attendance_Card"
- Name: "Attendance Card"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6102
- AegisName: "Report_On_Splendide"
- Name: "Report On Splendide"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6103
- AegisName: "Report_On_Manuk"
- Name: "Report On Manuk"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6104
- AegisName: "Big_Cell"
- Name: "Big Cell"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6105
- AegisName: "Morning_Dew"
- Name: "Morning Dew"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6106
- AegisName: "Well_Ripened_Berry"
- Name: "Well Ripened Berry"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6107
- AegisName: "Sunset_On_The_Rock"
- Name: "Sunset On The Rock"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6108
- AegisName: "Apple_Pudding"
- Name: "Apple Pudding"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6109
- AegisName: "Plant_Neutrient"
- Name: "Plant Neutrient"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6110
- AegisName: "Vital_Flower"
- Name: "Vital Flower"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6111
- AegisName: "Mystic_Stone"
- Name: "Mystic Stone"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6112
- AegisName: "Fresh_Plant"
- Name: "Fresh Plant"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6113
- AegisName: "Vital_Flower_"
- Name: "Vital Flower"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6114
- AegisName: "Flame_Gemstone"
- Name: "Flame Gemstone"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6115
- AegisName: "Bun_"
- Name: "Bun"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6116
- AegisName: "Succu_Pet_Coupon"
- Name: "Succubus Pet Exchange Coupon"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6117
- AegisName: "Imp_Pet_Coupon"
- Name: "Imp Pet Exchange Coupon"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6118
- AegisName: "Chung_E_Pet_Coupon"
- Name: "Chung E Exchange Coupon"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6119
- AegisName: "Natural_Leather"
- Name: "Cow Leather"
-},
-{
- Id: 6120
- AegisName: "Face_Paint"
- Name: "Face Paint"
- Buy: 120
- Weight: 20
- BuyingStore: true
-},
-{
- Id: 6121
- AegisName: "Makeover_Brush"
- Name: "Makeover Brush"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6122
- AegisName: "Paint_Brush"
- Name: "Paint Brush"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6123
- AegisName: "Surface_Paint"
- Name: "Surface Paint"
- Buy: 200
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 6124
- AegisName: "Wolfs_Flute"
- Name: "Wolf Flute"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6125
- AegisName: "Lucky_Box"
- Name: "Spring Time Box"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6126
- AegisName: "Happy_Box"
- Name: "Summer Happy Box"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6127
- AegisName: "Purification_Stone"
- Name: "Purification Stone"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6128
- AegisName: "Guillotine_Antidote"
- Name: "Antidote"
- BuyingStore: true
-},
-{
- Id: 6129
- AegisName: "Ticket_Nightmare"
- Name: "Nightmare Terror Exchange Coupon"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6130
- AegisName: "Ticket_Loli_Ruri"
- Name: "Loli Ruri Exchange Coupon"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6131
- AegisName: "Ticket_Goblin_Leader"
- Name: "Goblin Leader Exchange Coupon"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6132
- AegisName: "Ticket_Incubus"
- Name: "Incubus Exchange Coupon"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6133
- AegisName: "Ticket_Miyabi_Ningyo"
- Name: "Miyabi Ningyo Exchange Coupon"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6134
- AegisName: "Ticket_Whisper"
- Name: "Giant Whisper Exchange Coupon"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6135
- AegisName: "Ticket_Wicked_Nymph"
- Name: "Evil Nymph Exchange Coupon"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6136
- AegisName: "Ticket_Medusa"
- Name: "Medusa Exchange Coupon"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6137
- AegisName: "Ticket_Stoneshooter"
- Name: "Stone Shooter Exchange Coupon"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6138
- AegisName: "Ticket_Marionette"
- Name: "Marionette Exchange Coupon"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6139
- AegisName: "Ticket_Leafcat"
- Name: "Leaf Cat Exchange Coupon"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6140
- AegisName: "Ticket_Dullahan"
- Name: "Dullahan Exchange Coupon"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6141
- AegisName: "Ticket_Shinobi"
- Name: "Shinobi Exchange Coupon"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6142
- AegisName: "Ticket_Golem"
- Name: "Golem Exchange Coupon"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6143
- AegisName: "Ticket_Civil_Servant"
- Name: "Civil Servant Exchange Coupon"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6144
- AegisName: "Heartbroken_Tears"
- Name: "Regrettable Tears"
- Buy: 1000
- Weight: 2
- BuyingStore: true
-},
-{
- Id: 6145
- AegisName: "Vulcan_Bullet"
- Name: "Vulcan Bullet"
- Buy: 10
- Weight: 2
- BuyingStore: true
-},
-{
- Id: 6146
- AegisName: "Magic_Gear_Fuel"
- Name: "Magic Gear Fuel"
- Buy: 300
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 6147
- AegisName: "Liquid_Condensed_Bullet"
- Name: "Liquid Condensed Bullet"
- Buy: 100
- Weight: 3
- BuyingStore: true
-},
-{
- Id: 6148
- AegisName: "Chocolate_Of_Eternity"
- Name: "Eternity Of Chocolate"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6149
- AegisName: "Plain_Chocolate"
- Name: "Simple Chocolate"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6150
- AegisName: "Key_Of_The_Mansion"
- Name: "Key of The Mansion"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6151
- AegisName: "Peice_Of_Great_Bradium"
- Name: "Giant Bradium Fragment"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6152
- AegisName: "Glittering_Crystal"
- Name: "Glittering Crystal"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6153
- AegisName: "Special_Exchange_Coupon"
- Name: "Special Exchange Ticket"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6154
- AegisName: "Broken_Horn_Pipe"
- Name: "Broken Horn Pipe"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6155
- AegisName: "Coke_Membership_Card"
- Name: "Member Card"
-},
-{
- Id: 6156
- AegisName: "Approval_Report"
- Name: "Approval Report"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6157
- AegisName: "Poring_Ticket"
- Name: "Poring Exchange Ticket"
-},
-{
- Id: 6158
- AegisName: "Drops_Ticket"
- Name: "Drops Exchange Ticket"
-},
-{
- Id: 6159
- AegisName: "Poporing_Ticket"
- Name: "Poporing Exchange Ticket"
-},
-{
- Id: 6160
- AegisName: "Lunatic_Ticket"
- Name: "Lunatic Exchange Ticket"
-},
-{
- Id: 6161
- AegisName: "Picky_Ticket"
- Name: "Picky Exchange Ticket"
-},
-{
- Id: 6162
- AegisName: "Pecopeco_Ticket"
- Name: "Peco Peco Exchange Ticket"
-},
-{
- Id: 6163
- AegisName: "Savage_Baby_Ticket"
- Name: "Savage Babe Exchange Ticket"
-},
-{
- Id: 6164
- AegisName: "Spore_Ticket"
- Name: "Spore Exchange Ticket"
-},
-{
- Id: 6165
- AegisName: "Poison_Spore_Ticket"
- Name: "Poison Spore Exchange Ticket"
-},
-{
- Id: 6166
- AegisName: "Chonchon_Ticket"
- Name: "Chonchon Exchange Ticket"
-},
-{
- Id: 6167
- AegisName: "Steel_Chonchon_Ticket"
- Name: "Steel Chonchon Exchange Ticket"
-},
-{
- Id: 6168
- AegisName: "Petit_Ticket"
- Name: "Sky Petite Exchange Ticket"
-},
-{
- Id: 6169
- AegisName: "Deviruchi_Ticket"
- Name: "Deviruchi Exchange Ticket"
-},
-{
- Id: 6170
- AegisName: "Isis_Ticket"
- Name: "Isis Exchange Ticket"
-},
-{
- Id: 6171
- AegisName: "Smokie_Ticket"
- Name: "Smokie Exchange Ticket"
-},
-{
- Id: 6172
- AegisName: "Dokebi_Ticket"
- Name: "Dokebi Exchange Ticket"
-},
-{
- Id: 6173
- AegisName: "Desert_Wolf_B_Ticket"
- Name: "Baby Desert Wolf Exchange Ticket"
-},
-{
- Id: 6174
- AegisName: "Yoyo_Ticket"
- Name: "Yoyo Exchange Ticket"
-},
-{
- Id: 6175
- AegisName: "Sohee_Ticket"
- Name: "Sohee Exchange Ticket"
-},
-{
- Id: 6176
- AegisName: "Rocker_Ticket"
- Name: "Rocker Exchange Ticket"
-},
-{
- Id: 6177
- AegisName: "Hunter_Fly_Ticket"
- Name: "Hunter Fly Exchange Ticket"
-},
-{
- Id: 6178
- AegisName: "Orc_Warrior_Ticket"
- Name: "Orc Warrior Exchange Ticket"
-},
-{
- Id: 6179
- AegisName: "Bapho_Jr_Ticket"
- Name: "Bapho Jr. Exchange Ticket"
-},
-{
- Id: 6180
- AegisName: "Munak_Ticket"
- Name: "Munak Exchange Ticket"
-},
-{
- Id: 6181
- AegisName: "Bongun_Ticket"
- Name: "Bongun Exchange Ticket"
-},
-{
- Id: 6182
- AegisName: "Goblin_Ticket"
- Name: "Christmas Goblin Exchange Ticket"
-},
-{
- Id: 6183
- AegisName: "Hardtack_Ticket"
- Name: "Rice Cake Exchange Ticket"
-},
-{
- Id: 6184
- AegisName: "Zherlthsh_Ticket"
- Name: "Zherlthsh Exchange Ticket"
-},
-{
- Id: 6185
- AegisName: "Alice_Ticket"
- Name: "Alice Exchange Ticket"
-},
-{
- Id: 6186
- AegisName: "Monkey_Wrench"
- Name: "Monkey Wrench"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6187
- AegisName: "Blank_Card"
- Name: "Blank Card"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6188
- AegisName: "Slot_Coupon"
- Name: "Slotting Advertisement"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6189
- AegisName: "Magic_Book_FB"
- Name: "Spell Book (Fire Bolt)"
- BuyingStore: true
-},
-{
- Id: 6190
- AegisName: "Magic_Book_CB"
- Name: "Spell Book (Cold Bolt)"
- BuyingStore: true
-},
-{
- Id: 6191
- AegisName: "Magic_Book_LB"
- Name: "Spell Book (Lightening Bolt)"
- BuyingStore: true
-},
-{
- Id: 6192
- AegisName: "Magic_Book_SG"
- Name: "Spell Book (Storm Gust)"
- BuyingStore: true
-},
-{
- Id: 6193
- AegisName: "Magic_Book_LOV"
- Name: "Spell Book (Lord Of Vermilion)"
- BuyingStore: true
-},
-{
- Id: 6194
- AegisName: "Magic_Book_MS"
- Name: "Spell Book (Meteor Storm)"
- BuyingStore: true
-},
-{
- Id: 6195
- AegisName: "Magic_Book_CM"
- Name: "Spell Book (Comet)"
- BuyingStore: true
-},
-{
- Id: 6196
- AegisName: "Magic_Book_TV"
- Name: "Spell Book (Tetra Vortex)"
- BuyingStore: true
-},
-{
- Id: 6197
- AegisName: "Magic_Book_TS"
- Name: "Spell Book (Thunder Storm)"
- BuyingStore: true
-},
-{
- Id: 6198
- AegisName: "Magic_Book_JT"
- Name: "Spell Book (Jupitel Thunder)"
- BuyingStore: true
-},
-{
- Id: 6199
- AegisName: "Magic_Book_WB"
- Name: "Spell Book (Water Ball)"
- BuyingStore: true
-},
-{
- Id: 6200
- AegisName: "Magic_Book_HD"
- Name: "Spell Book (Heaven's Drive)"
- BuyingStore: true
-},
-{
- Id: 6201
- AegisName: "Magic_Book_ES"
- Name: "Spell Book (Earth Spike)"
- BuyingStore: true
-},
-{
- Id: 6202
- AegisName: "Magic_Book_ES_"
- Name: "Spell Book (Earth Strain)"
- BuyingStore: true
-},
-{
- Id: 6203
- AegisName: "Magic_Book_CL"
- Name: "Spell Book (Chain Lightning)"
- BuyingStore: true
-},
-{
- Id: 6204
- AegisName: "Magic_Book_CR"
- Name: "Spell Book (Crimson Rock)"
- BuyingStore: true
-},
-{
- Id: 6205
- AegisName: "Magic_Book_DL"
- Name: "Spell Book (Drain Life)"
- BuyingStore: true
-},
-{
- Id: 6206
- AegisName: "I_Love_You"
- Name: "I Love You"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6207
- AegisName: "Thank_You"
- Name: "Thank You"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6208
- AegisName: "I_Respect_You"
- Name: "I Respect You"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6209
- AegisName: "Glory_Of_Knights"
- Name: "Knight's Honor"
-},
-{
- Id: 6210
- AegisName: "Seed_Of_Horny_Plant"
- Name: "Seed Of Thorny Plant"
- Buy: 600
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6211
- AegisName: "Bloodsuck_Plant_Seed"
- Name: "Bloodsuck Plant Seed"
- Buy: 800
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6212
- AegisName: "Bomb_Mushroom_Spore"
- Name: "Bomb Mushroom Spore"
- Buy: 1000
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6213
- AegisName: "Explosive_Powder"
- Name: "Explosive Powder"
- Buy: 500
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6214
- AegisName: "Smoke_Powder"
- Name: "Smoke Powder"
- Buy: 500
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6215
- AegisName: "Tear_Gas"
- Name: "Tear Gas"
- Buy: 500
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6216
- AegisName: "Oil_Bottle"
- Name: "Oil Bottle"
- Buy: 1000
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6217
- AegisName: "Mandragora_Flowerpot"
- Name: "Mandragora Flowerpot"
- Buy: 2000
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6218
- AegisName: "Disin_Delivery_Box"
- Name: "Delivery_Daishin_Box"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6219
- AegisName: "Para_Team_Mark"
- Name: "Eden Group Mark"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6220
- AegisName: "Mysterious_Dyestuff"
- Name: "Mysterious Dyestuff"
- Weight: 10
-},
-{
- Id: 6221
- AegisName: "Mystic_Leaf_Cat_Ball"
- Name: "Mystic Leaf Cat Ball"
-},
-{
- Id: 6222
- AegisName: "Shining_Beads"
- Name: "Shining Beads"
- Buy: 20
-},
-{
- Id: 6223
- AegisName: "Carnium"
- Name: "Carnium"
- Buy: 2000
- Weight: 150
- BuyingStore: true
-},
-{
- Id: 6224
- AegisName: "Bradium"
- Name: "Bradium"
- Buy: 2000
- Weight: 150
- BuyingStore: true
-},
-{
- Id: 6225
- AegisName: "HD_Carnium"
- Name: "HD Carnium"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6226
- AegisName: "HD_Bradium"
- Name: "HD Bradium"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6228
- AegisName: "Guarantee_Weapon_9Up"
- Name: "Guarantee Weapon 9Up"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6229
- AegisName: "Guarantee_Weapon_8Up"
- Name: "Guarantee Weapon 8Up"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6230
- AegisName: "Guarantee_Weapon_7Up"
- Name: "Guarantee Weapon 7Up"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6231
- AegisName: "Guarantee_Weapon_6Up"
- Name: "Guarantee Weapon 6Up"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6232
- AegisName: "Guarantee_Armor_9Up"
- Name: "Guarantee Armor 9Up"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6233
- AegisName: "Guarantee_Armor_8Up"
- Name: "Guarantee Armor 8Up"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6234
- AegisName: "Guarantee_Armor_7Up"
- Name: "Guarantee Armor 7Up"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6235
- AegisName: "Guarantee_Armor_6Up"
- Name: "Guarantee Armor 6Up"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6236
- AegisName: "Blue_Card_7"
- Name: "Blue Card 7"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6237
- AegisName: "Guarana_Fruit"
- Name: "Guarana Fruit"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6238
- AegisName: "Guarantee_Weapon_11Up"
- Name: "Guarantee Weapon 11Up"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6239
- AegisName: "Guarantee_Armor_11Up"
- Name: "Guarantee Armor 11Up"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6240
- AegisName: "HD_Oridecon"
- Name: "Purified Oridecon"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6241
- AegisName: "HD_Elunium"
- Name: "Purified Elunium"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6242
- AegisName: "Midgard_Coin"
- Name: "Midgard Coin"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6243
- AegisName: "Exchange_Coupon"
- Name: "Exchange Coupon"
-},
-{
- Id: 6244
- AegisName: "Gun_Powder"
- Name: "Gun Powder"
- Buy: 10
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6245
- AegisName: "Black_Powder"
- Name: "Black Powder"
- Buy: 100
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6246
- AegisName: "Yellow_Powder"
- Name: "Yellow Powder"
- Buy: 100
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6247
- AegisName: "White_Powder"
- Name: "White Powder"
- Buy: 100
- Weight: 1
- BuyingStore: true
-},
-{
- Id: 6248
- AegisName: "Melange_Pot"
- Name: "Melange Pot"
- Buy: 600
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6249
- AegisName: "Savage_Meat"
- Name: "Savage Meat"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6250
- AegisName: "Cooking_Skewer"
- Name: "Cooking Skewer"
- Buy: 300
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6251
- AegisName: "Black_Charcoal"
- Name: "Black Charcoal"
- Buy: 300
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6252
- AegisName: "Wolf_Blood"
- Name: "Blood Of Wolf"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6253
- AegisName: "Cold_Ice"
- Name: "Cold Ice"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6254
- AegisName: "Beef_Head_Meat"
- Name: "Beef Head"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6255
- AegisName: "Large_Cookpot"
- Name: "Large Cookpot"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6256
- AegisName: "Ice_Fragment"
- Name: "Ice Piece"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6257
- AegisName: "Ice_Crystal"
- Name: "Ice Crystal"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6258
- AegisName: "Comodo_Tropic_Fruit"
- Name: "Comodo Tropical Fruit"
- Buy: 800
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6259
- AegisName: "Drocera_Tentacle"
- Name: "Drosera Tentacle"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6260
- AegisName: "Petti_Tail"
- Name: "Petite's Tail"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6261
- AegisName: "Fine_Noodle"
- Name: "Fine Noodles"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6262
- AegisName: "Cool_Gravy"
- Name: "Cool Gravy"
- Buy: 400
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6263
- AegisName: "Coconut_Fruit"
- Name: "Coconut Fruit"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6264
- AegisName: "Melon"
- Name: "Melon"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6265
- AegisName: "Pineapple"
- Name: "Pineapple"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6266
- AegisName: "Cheat_Key"
- Name: "Key Of Deception"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6267
- AegisName: "Virtual_Key"
- Name: "Key Of Illusion"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6268
- AegisName: "Mirth_Key"
- Name: "Key Of Gaiety"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6269
- AegisName: "Master_Brush"
- Name: "A Master's Blush"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6270
- AegisName: "Mins_Picture"
- Name: "A Picture Of Minstrel Song"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6271
- AegisName: "Mins_Receipt"
- Name: "Receipt"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6272
- AegisName: "Experiment_Seed"
- Name: "Experiment Seed"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6273
- AegisName: "Altered_Seed"
- Name: "Seed For Experiment"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6274
- AegisName: "Saint_Cloth_Piece"
- Name: "A Piece Of Cloth Of A Saint"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6275
- AegisName: "King_Shield"
- Name: "Shield Of King"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6276
- AegisName: "Clear_Reagent"
- Name: "Clear Reagent"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6277
- AegisName: "Red_Reagent"
- Name: "Red Reagent"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6278
- AegisName: "Black_Reagent"
- Name: "Black Reagent"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6279
- AegisName: "Apple_Bomb_CB"
- Name: "Apple Bomb Guidebook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6280
- AegisName: "Pinepple_Bomb_CB"
- Name: "Pineapple Bomb Guidebook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6281
- AegisName: "Coconut_Bomb_CB"
- Name: "Coconut Fruit Bomb Guidebook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6282
- AegisName: "Melon_Bomb_CB"
- Name: "Melon Bomb Guidebook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6283
- AegisName: "Banana_Bomb_CB"
- Name: "Banana Bomb Guidebook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6284
- AegisName: "Plant_Genetic_Grow"
- Name: "How To Grow Plant Genes"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6285
- AegisName: "Quality_Potion_Book"
- Name: "Manual: How To Make High Quality Potion"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6286
- AegisName: "F_Max_Weight_Up_Scroll"
- Name: "F Max Weight Up Scroll"
- Weight: 10
-},
-{
- Id: 6287
- AegisName: "F_Clothing_Dye_Coupon"
- Name: "F Clothing Dye Coupon"
-},
-{
- Id: 6288
- AegisName: "F_Happy_Box"
- Name: "F Happy Box"
- Buy: 10
-},
-{
- Id: 6289
- AegisName: "F_Mysterious_Dyestuff"
- Name: "F Mysterious Dyestuff"
- Weight: 10
-},
-{
- Id: 6290
- AegisName: "F_New_Style_Coupon"
- Name: "F New Style Coupon"
- Weight: 10
-},
-{
- Id: 6291
- AegisName: "F_Enriched_Elunium"
- Name: "F Enriched Elunium"
- Buy: 2
- Weight: 10
-},
-{
- Id: 6292
- AegisName: "F_Enriched_Oridecon"
- Name: "F Enriched Oridecon"
- Buy: 2
- Weight: 10
-},
-{
- Id: 6293
- AegisName: "F_Token_Of_Siegfried"
- Name: "F Token Of Siegfried"
- Buy: 2
- Weight: 10
-},
-{
- Id: 6294
- AegisName: "F_Marriage_Covenant"
- Name: "F Marriage Covenant"
- Weight: 10
-},
-{
- Id: 6295
- AegisName: "F_Clothing_Dye_Coupon2"
- Name: "F Clothing Dye Coupon2"
-},
-{
- Id: 6296
- AegisName: "RF_Taining_Notice"
- Name: "Training Notice"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6297
- AegisName: "Bottle_To_Throw"
- Name: "Throwing Bottle"
- Buy: 300
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6298
- AegisName: "Pumpkin_Head_Crushed"
- Name: "Pumpkin Head Crushed"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6299
- AegisName: "Worn_Cloth_Piece"
- Name: "Worn Cloth Piece"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6300
- AegisName: "J_7Draw"
- Name: "event"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6301
- AegisName: "J_Semi_Draw"
- Name: "event"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6302
- AegisName: "GM_Handwriting"
- Name: "GM Handwriting"
- Buy: 20004
-},
-{
- Id: 6303
- AegisName: "Changed_Hydra_Ball"
- Name: "Changed Hydra Ball"
-},
-{
- Id: 6304
- AegisName: "Sapa_Feat_Cert"
- Name: "Proof Of Sapha's Honor"
-},
-{
- Id: 6305
- AegisName: "Frozen_Skin_Piece"
- Name: "Frozen Piece Of Skin"
-},
-{
- Id: 6306
- AegisName: "Solid_Bloodstain"
- Name: "Hard Bloodstain"
-},
-{
- Id: 6307
- AegisName: "Suspicious_Magic_Stone"
- Name: "Cursed Magical Stone"
-},
-{
- Id: 6308
- AegisName: "Unidentified_Relic"
- Name: "Unidentified Relic"
-},
-{
- Id: 6309
- AegisName: "E_Max_Weight_Up_Scroll"
- Name: "E Max Weight Up Scroll"
- Weight: 10
-},
-{
- Id: 6310
- AegisName: "E_Cloth_Dye_Coupon"
- Name: "E Cloth Dye Coupon"
-},
-{
- Id: 6311
- AegisName: "E_Happy_Box"
- Name: "E Happy Box"
- Buy: 10
-},
-{
- Id: 6312
- AegisName: "E_Mysterious_Dyestuff"
- Name: "E Mysterious Dyestuff"
- Weight: 10
-},
-{
- Id: 6313
- AegisName: "E_New_Style_Coupon"
- Name: "E New Style Coupon"
- Weight: 10
-},
-{
- Id: 6314
- AegisName: "E_Enriched_Elunium"
- Name: "E Enriched Elunium"
- Buy: 2
- Weight: 10
-},
-{
- Id: 6315
- AegisName: "E_Enriched_Oridecon"
- Name: "E Enriched Oridecon"
- Buy: 2
- Weight: 10
-},
-{
- Id: 6316
- AegisName: "E_Token_Of_Siegfried"
- Name: "E Token Of Siegfried"
- Buy: 2
- Weight: 10
-},
-{
- Id: 6317
- AegisName: "E_Marriage_Covenant"
- Name: "E Marriage Covenant"
- Weight: 10
-},
-{
- Id: 6318
- AegisName: "E_Cloth_Dye_Coupon2"
- Name: "E Cloth Dye Coupon2"
-},
-{
- Id: 6319
- AegisName: "Small_Bradium"
- Name: "Small Bradium"
- Buy: 324
- Weight: 10
-},
-{
- Id: 6320
- AegisName: "Premium_Reset_Stone"
- Name: "Premium Reset Stone"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6321
- AegisName: "Rakehorn_Helm"
- Name: "Rakehorn Helm"
- Buy: 822
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6322
- AegisName: "Antler_Helm"
- Name: "Antler Helmet"
- Buy: 800
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6323
- AegisName: "Twinhorn_Helm"
- Name: "Two-Horned Helmet"
- Buy: 728
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6324
- AegisName: "Singlehorn_Helm"
- Name: "Single Horned Helmet"
- Buy: 702
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6325
- AegisName: "White_Spider_Limb"
- Name: "White Spider Limb"
- Buy: 1004
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6326
- AegisName: "Queen_Wing_Piece"
- Name: "Queen Wing Piece"
- Buy: 1630
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6328
- AegisName: "Calender_January"
- Name: "Calender January"
- Buy: 20
-},
-{
- Id: 6329
- AegisName: "Calender_February"
- Name: "Calender February"
- Buy: 20
-},
-{
- Id: 6330
- AegisName: "Calender_March"
- Name: "Calender March"
- Buy: 20
-},
-{
- Id: 6331
- AegisName: "Calender_April"
- Name: "Calender April"
- Buy: 20
-},
-{
- Id: 6332
- AegisName: "Calender_May"
- Name: "Calender May"
- Buy: 20
-},
-{
- Id: 6333
- AegisName: "Calender_June"
- Name: "Calender June"
- Buy: 20
-},
-{
- Id: 6334
- AegisName: "Calender_July"
- Name: "Calender July"
- Buy: 20
-},
-{
- Id: 6335
- AegisName: "Calender_August"
- Name: "Calender August"
- Buy: 20
-},
-{
- Id: 6336
- AegisName: "Calender_September"
- Name: "Calender September"
- Buy: 20
-},
-{
- Id: 6337
- AegisName: "Calender_October"
- Name: "Calender October"
- Buy: 20
-},
-{
- Id: 6338
- AegisName: "Calender_November"
- Name: "Calender November"
- Buy: 20
-},
-{
- Id: 6339
- AegisName: "Calender_December"
- Name: "Calender December"
- Buy: 20
-},
-{
- Id: 6340
- AegisName: "Fade_Notation_Green"
- Name: "Fade Notation Green"
- Weight: 10
-},
-{
- Id: 6341
- AegisName: "Fade_Notation_Red"
- Name: "Fade Notation Red"
- Weight: 10
-},
-{
- Id: 6342
- AegisName: "Fade_Notation_Purple"
- Name: "Fade Notation Purple"
- Weight: 10
-},
-{
- Id: 6343
- AegisName: "Fade_Notation_Blue"
- Name: "Fade Notation Blue"
- Weight: 10
-},
-{
- Id: 6344
- AegisName: "Muscle_Story"
- Name: "Muscle Story"
-},
-{
- Id: 6345
- AegisName: "Love_Ball"
- Name: "Love Ball"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6346
- AegisName: "Seagate_Mark"
- Name: "Seagate Mark"
-},
-{
- Id: 6347
- AegisName: "Bless_Word_Paper1"
- Name: "Bless Word Paper"
- Buy: 4020
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6348
- AegisName: "Bless_Word_Paper2"
- Name: "Bless Word Paper"
- Buy: 4020
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6349
- AegisName: "Bless_Word_Paper3"
- Name: "Bless Word Paper"
- Buy: 4020
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6350
- AegisName: "Bless_Word_Paper4"
- Name: "Bless Word Paper"
- Buy: 4020
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6351
- AegisName: "Bless_Word_Paper5"
- Name: "Bless Word Paper"
- Buy: 4020
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6352
- AegisName: "Bless_Word_Paper6"
- Name: "Bless Word Paper"
- Buy: 4020
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6353
- AegisName: "Bless_Word_Paper7"
- Name: "Bless Word Paper"
- Buy: 4020
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6354
- AegisName: "Bless_Word_Paper8"
- Name: "Bless Word Paper"
- Buy: 4020
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6355
- AegisName: "Bless_Word_Paper9"
- Name: "Bless Word Paper"
- Buy: 4020
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6356
- AegisName: "Bless_Word_Paper10"
- Name: "Bless Word Paper"
- Buy: 4020
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6357
- AegisName: "Fortune_Cookie_Fail"
- Name: "Fortune Cookie Fail"
- Buy: 4020
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6358
- AegisName: "Free_Cash_Coupon"
- Name: "Free Cash Coupon"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6359
- AegisName: "Guidebook_Exchange"
- Name: "Guidebook Exchange"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6360
- AegisName: "Scarlet_Pts"
- Name: "Scarlet Point"
- Buy: 100
- Weight: 5
- BuyingStore: true
-},
-{
- Id: 6361
- AegisName: "Indigo_Pts"
- Name: "Indigo Point"
- Buy: 100
- Weight: 5
- BuyingStore: true
-},
-{
- Id: 6362
- AegisName: "Yellow_Wish_Pts"
- Name: "Yellow Wish Point"
- Buy: 100
- Weight: 5
- BuyingStore: true
-},
-{
- Id: 6363
- AegisName: "Lime_Green_Pts"
- Name: "Lime Green Point"
- Buy: 100
- Weight: 5
- BuyingStore: true
-},
-{
- Id: 6369
- AegisName: "Amatsu_Bead_A"
- Name: "Amatsu Bead A"
-},
-{
- Id: 6370
- AegisName: "Amatsu_Bead_Ma"
- Name: "Amatsu Bead Ma"
-},
-{
- Id: 6371
- AegisName: "Amatsu_Bead_Tsu"
- Name: "Amatsu Bead Tsu"
-},
-{
- Id: 6372
- AegisName: "Amatsu_Bead_Jam"
- Name: "Amatsu Bead Jam"
-},
-{
- Id: 6373
- AegisName: "Amatsu_Bead_Bo"
- Name: "Amatsu Bead Bo"
-},
-{
- Id: 6374
- AegisName: "Amatsu_Bead_Ree"
- Name: "Amatsu Bead Ree"
-},
-{
- Id: 6375
- AegisName: "Amatsu_Bead_"
- Name: "Amatsu Bead !"
-},
-{
- Id: 6376
- AegisName: "KVM_Badge"
- Name: "KVM Badge"
-},
-{
- Id: 6377
- AegisName: "Buy_Market_Permit"
- Name: "Buy Market Permit"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6378
- AegisName: "Winning_Mark"
- Name: "Winning Mark"
-},
-{
- Id: 6379
- AegisName: "Card_Coin"
- Name: "7Star Board"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6380
- AegisName: "Mora_Coin"
- Name: "Mora Coin"
- Buy: 20
-},
-{
- Id: 6381
- AegisName: "Field_Shovel"
- Name: "Field Shovel"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6382
- AegisName: "Urn"
- Name: "Urn"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6383
- AegisName: "Clue_Of_Lope"
- Name: "Ropewa Clues"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6384
- AegisName: "Ring_Of_Lope"
- Name: "Ring Of Lope"
-},
-{
- Id: 6385
- AegisName: "Research_Tool_Bag"
- Name: "Research Tool Bag"
-},
-{
- Id: 6386
- AegisName: "Bathtub_R_Sample"
- Name: "Bathtub R Sample"
- Buy: 20
-},
-{
- Id: 6387
- AegisName: "Teeth_Sample"
- Name: "Teeth Sample"
- Buy: 20
-},
-{
- Id: 6388
- AegisName: "Scale_Sample"
- Name: "Scale Sample"
- Buy: 20
-},
-{
- Id: 6389
- AegisName: "Puddle_R_Sample"
- Name: "Pool Sample"
- Buy: 20
-},
-{
- Id: 6390
- AegisName: "Small_Pocket"
- Name: "Small Pocket"
- Buy: 20
-},
-{
- Id: 6391
- AegisName: "Splendid_Supply_Kit"
- Name: "Splendid Supply Kit"
- Buy: 20
- Weight: 2000
-},
-{
- Id: 6392
- AegisName: "Bradium_Box"
- Name: "Bradium Box"
- Buy: 20
- Weight: 10
-},
-{
- Id: 6393
- AegisName: "Round_Feather"
- Name: "Round Feather"
- Buy: 700
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6394
- AegisName: "Golden_Feather"
- Name: "Golden Feather"
- Buy: 650
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6395
- AegisName: "Angel_Magic_Power"
- Name: "Angel Magic Power"
- Buy: 820
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 6396
- AegisName: "Auger_Of_Spirit"
- Name: "Auger Of Spirit"
- Weight: 10
-},
-{
- Id: 6415
- AegisName: "Strange_Embryo"
- Name: "Strange Embryo"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 6493
- AegisName: "Makibishi"
- Name: "Makibishi"
- Buy: 30
- Weight: 1
-},
-{
- Id: 6512
- AegisName: "Charm_Fire"
- Name: "Charm Fire"
- Buy: 100
- Weight: 1
-},
-{
- Id: 6513
- AegisName: "Charm_Ice"
- Name: "Charm Ice"
- Buy: 100
- Weight: 1
-},
-{
- Id: 6514
- AegisName: "Charm_Wind"
- Name: "Charm Wind"
- Buy: 100
- Weight: 1
-},
-{
- Id: 6515
- AegisName: "Charm_Earth"
- Name: "Charm Earth"
- Buy: 100
- Weight: 1
-},
-{
- Id: 6707
- AegisName: "Cash_Hair_Coupon"
- Name: "Cash Hair Coupon"
- Weight: 10
-},
-{
- Id: 7001
- AegisName: "Mould_Powder"
- Name: "Mould Powder"
- Buy: 466
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7002
- AegisName: "Ogre_Tooth"
- Name: "Ogre Tooth"
- Buy: 658
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7003
- AegisName: "Anolian_Skin"
- Name: "Anolian Skin"
- Buy: 968
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7004
- AegisName: "Mud_Lump"
- Name: "Mud Lump"
- Buy: 876
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7005
- AegisName: "Skull"
- Name: "Skull"
- Buy: 1044
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7006
- AegisName: "Wing_Of_Red_Bat"
- Name: "Wing of Red Bat"
- Buy: 168
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7007
- AegisName: "Claw_Of_Rat"
- Name: "Claw of Rat"
- Buy: 748
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7008
- AegisName: "Stiff_Horn"
- Name: "Stiff Horn"
- Buy: 636
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7009
- AegisName: "Glitter_Shell"
- Name: "Glitter Shell"
- Buy: 528
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7010
- AegisName: "Tail_Of_Steel_Scorpion"
- Name: "Tail of Steel Scorpion"
- Buy: 548
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7011
- AegisName: "Claw_Of_Monkey"
- Name: "Claw of Monkey"
- Buy: 466
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7012
- AegisName: "Tough_Scalelike_Stem"
- Name: "Tough Scalelike Stem"
- Buy: 412
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7013
- AegisName: "Coral_Reef"
- Name: "Coral Reef"
- Buy: 772
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7014
- AegisName: "Old_Portrait"
- Name: "Old Portrait"
- Buy: 1500
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 7015
- AegisName: "Bookclip_In_Memory"
- Name: "Bookclip in Memory"
- Buy: 3000
- Weight: 20
- BuyingStore: true
-},
-{
- Id: 7016
- AegisName: "Spoon_Stub"
- Name: "Spoon Stub"
- Buy: 2500
- Weight: 20
- BuyingStore: true
-},
-{
- Id: 7017
- AegisName: "Executioners_Mitten"
- Name: "Executioner's Mitten"
- Buy: 4500
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 7018
- AegisName: "Young_Twig"
- Name: "Young Twig"
- Buy: 50
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7019
- AegisName: "Lokis_Whispers"
- Name: "Loki's Whispers"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7020
- AegisName: "Mothers_Nightmare"
- Name: "Mother's Nightmare"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7021
- AegisName: "Foolishness_Of_Blind"
- Name: "Foolishness of the Blind"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7022
- AegisName: "Old_Hilt"
- Name: "Old Hilt"
- Buy: 150
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 7023
- AegisName: "Blade_Lost_In_Darkness"
- Name: "Blade Lost in Darkness"
- Buy: 12000
- Weight: 40
- BuyingStore: true
-},
-{
- Id: 7024
- AegisName: "Bloody_Edge"
- Name: "Bloody Edge"
- Buy: 10000
- Weight: 40
- BuyingStore: true
-},
-{
- Id: 7025
- AegisName: "Lucifers_Lament"
- Name: "Lucifer's Lament"
- Buy: 30000
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7026
- AegisName: "Key_Of_Clock_Tower"
- Name: "Key of Clock Tower"
- Buy: 100
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 7027
- AegisName: "Underground_Key"
- Name: "Key of Underground"
- Buy: 100
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 7028
- AegisName: "Invite_For_Duel"
- Name: "Invite for Duel"
-},
-{
- Id: 7029
- AegisName: "Admission_For_Duel"
- Name: "Admission for Duel"
-},
-{
- Id: 7030
- AegisName: "Claw_Of_Desert_Wolf"
- Name: "Claw of Desert Wolf"
- Buy: 208
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7031
- AegisName: "Old_Frying_Pan"
- Name: "Old Frying Pan"
- Buy: 196
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7032
- AegisName: "Piece_Of_Egg_Shell"
- Name: "Piece of Egg Shell"
- Buy: 168
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7033
- AegisName: "Poison_Spore"
- Name: "Poison Spore"
- Buy: 114
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7034
- AegisName: "Red_Socks_With_Holes"
- Name: "Red Stocking"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7035
- AegisName: "Matchstick"
- Name: "Matchstick"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7036
- AegisName: "Fang_Of_Garm"
- Name: "Fang of Hatii"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7037
- AegisName: "Trade_Coupon"
- Name: "Coupon"
- Buy: 100
- Weight: 10
-},
-{
- Id: 7038
- AegisName: "Yarn"
- Name: "Yarn"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7039
- AegisName: "Novice_Nametag"
- Name: "Newbie Tag"
- Weight: 10
-},
-{
- Id: 7040
- AegisName: "Megaphone"
- Name: "Megaphone"
- Buy: 1
- Weight: 10
-},
-{
- Id: 7041
- AegisName: "Fine_Grit"
- Name: "Fine Grit"
- Buy: 120
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7042
- AegisName: "Leather_Bag_Of_Infinity"
- Name: "Leather Bag of Infinity"
- Buy: 1
- Weight: 10
-},
-{
- Id: 7043
- AegisName: "Fine_Sand"
- Name: "Fine Sand"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7044
- AegisName: "Vigorgra"
- Name: "Vigorgra"
- Buy: 1
- Weight: 10
-},
-{
- Id: 7045
- AegisName: "Magic_Paint"
- Name: "Magic Paint"
- Buy: 1
- Weight: 10
-},
-{
- Id: 7046
- AegisName: "Cart_Parts"
- Name: "Cart Parts"
- Buy: 1
- Weight: 10
-},
-{
- Id: 7047
- AegisName: "Alices_Apron"
- Name: "Alice's Apron"
- Buy: 2424
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7048
- AegisName: "Talon_Of_Griffin"
- Name: "Talon of Griffon"
- Buy: 5418
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7049
- AegisName: "Stone"
- Name: "Stone"
- Weight: 30
- BuyingStore: true
-},
-{
- Id: 7050
- AegisName: "Cotton_Mat"
- Name: "Cotton Mat"
- Buy: 100
- Weight: 10
-},
-{
- Id: 7051
- AegisName: "Silk_Mat"
- Name: "Silk Mat"
- Buy: 100
- Weight: 10
-},
-{
- Id: 7052
- AegisName: "Old_Magazine"
- Name: "Old Papers"
- Buy: 100
- Weight: 10
-},
-{
- Id: 7053
- AegisName: "Cyfar"
- Name: "Cyfar"
- Buy: 772
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7054
- AegisName: "Brigan"
- Name: "Brigan"
- Buy: 746
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7055
- AegisName: "Animal_Pooopoo"
- Name: "Animal Poop"
- Buy: 100
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 7056
- AegisName: "Payroll_Of_Kafra"
- Name: "Payment Statement for Kafra Employee"
- Buy: 1
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 7057
- AegisName: "Gallar_Horn"
- Name: "Gjallar"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7058
- AegisName: "Gullraifnir"
- Name: "Gleipnir"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7059
- AegisName: "Cargo_Free_Ticket"
- Name: "Free Ticket for Kafra Storage"
- Buy: 1
-},
-{
- Id: 7060
- AegisName: "Warp_Free_Ticket"
- Name: "Free Ticket for Kafra Transportation"
- Buy: 1
-},
-{
- Id: 7061
- AegisName: "Cart_Free_Ticket"
- Name: "Free Ticket for the Cart Service"
- Buy: 1
-},
-{
- Id: 7062
- AegisName: "Turtle_Shell_"
- Name: "Broken Turtle Shell"
- Buy: 280
- Weight: 10
-},
-{
- Id: 7063
- AegisName: "Soft_Feather"
- Name: "Soft Feather"
- Buy: 280
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7064
- AegisName: "Dragon_Fly_Wing"
- Name: "Wing of Dragonfly"
- Buy: 520
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7065
- AegisName: "Sea_Otter_Leather"
- Name: "Sea-Otter Fur"
- Buy: 820
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7066
- AegisName: "Ice_Piece"
- Name: "Ice Cubic"
- Buy: 660
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7067
- AegisName: "Stone_Piece"
- Name: "Stone Fragment"
- Buy: 640
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7068
- AegisName: "Burn_Tree"
- Name: "Burnt Tree"
- Buy: 722
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7069
- AegisName: "Broken_Armor_Piece"
- Name: "Destroyed Armor"
- Buy: 1042
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7070
- AegisName: "Broken_Shell"
- Name: "Broken Shell"
- Buy: 900
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7071
- AegisName: "Tatters_Clothes"
- Name: "Tattered Clothes"
- Buy: 1280
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7072
- AegisName: "Rust_Suriken"
- Name: "Old Shuriken"
- Buy: 1780
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7073
- AegisName: "Jewel_Of_Prayer"
- Name: "Freya's Jewel"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7074
- AegisName: "Iron_Glove"
- Name: "Thor's Gauntlets"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7075
- AegisName: "Iron_Maiden"
- Name: "Iron Maiden"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7076
- AegisName: "Mystery_Wheel"
- Name: "Wheel of the Unknown"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7077
- AegisName: "Silver_Fancy"
- Name: "Silver Ornament"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7078
- AegisName: "Anger_Of_Valkurye"
- Name: "Wrath of Valkyrie"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7079
- AegisName: "Feather_Of_Angel"
- Name: "Feather of Angel Wing"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7080
- AegisName: "Foot_Step_Of_Cat"
- Name: "Cat Tread"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7081
- AegisName: "Beard_Of_Women"
- Name: "Woman's Moustache"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7082
- AegisName: "Root_Of_Stone"
- Name: "Root of Stone"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7083
- AegisName: "Soul_Of_Fish"
- Name: "Spirit of Fish"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7084
- AegisName: "Saliva_Of_Bird"
- Name: "Sputum of Bird"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7085
- AegisName: "Tendon_Of_Bear"
- Name: "Sinew of Bear"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7086
- AegisName: "Symbol_Of_Sun"
- Name: "Emblem of the Sun God"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7087
- AegisName: "Breath_Of_Soul"
- Name: "Breath of Spirit"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7088
- AegisName: "Crystal_Of_Snow"
- Name: "Snow Crystal"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7089
- AegisName: "Indication_Of_Tempest"
- Name: "Omen of Tempest"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7090
- AegisName: "Slilince_Wave"
- Name: "Ripple"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7091
- AegisName: "Rough_Billows"
- Name: "Billow"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7092
- AegisName: "Air_Stream"
- Name: "Drifting Air"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7093
- AegisName: "Wheel"
- Name: "Cogwheel"
- Buy: 1512
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7094
- AegisName: "Mystery_Piece"
- Name: "Fragment"
- Buy: 1344
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7095
- AegisName: "Broken_Steel_Piece"
- Name: "Metal Fragment"
- Buy: 1075
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7096
- AegisName: "Cold_Magma"
- Name: "Lava"
- Buy: 1109
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7097
- AegisName: "Burning_Heart"
- Name: "Burning Heart"
- Buy: 924
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7098
- AegisName: "Live_Coal"
- Name: "Live Coal"
- Buy: 638
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7099
- AegisName: "Old_Magic_Circle"
- Name: "Worn-out Magic Scroll"
- Buy: 773
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7100
- AegisName: "Sharp_Leaf"
- Name: "Sharp Leaf"
- Buy: 806
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7101
- AegisName: "Peco_Wing_Feather"
- Name: "Peco Peco Feather"
- Buy: 454
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7102
- AegisName: "Hideous_Dream"
- Name: "Nightmare"
- Buy: 1075
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7103
- AegisName: "Unknown_Liquid_Bottle"
- Name: "Unknown Liquid Bottle"
- Buy: 10
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7104
- AegisName: "Fake_Angel_Wing"
- Name: "False Angel Wing"
- Buy: 756
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7105
- AegisName: "Fake_Angel_Loop"
- Name: "False Heaven Ring"
- Buy: 924
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7106
- AegisName: "Goats_Horn"
- Name: "Antelope Horn"
- Buy: 672
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7107
- AegisName: "Gaoats_Skin"
- Name: "Antelope Skin"
- Buy: 756
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7108
- AegisName: "Boroken_Shiled_Piece"
- Name: "Piece of Shield"
- Buy: 1680
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7109
- AegisName: "Shine_Spear_Blade"
- Name: "Shining Spear Blade"
- Buy: 840
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7110
- AegisName: "Vroken_Sword"
- Name: "Broken Sword"
- Buy: 588
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7111
- AegisName: "Smooth_Paper"
- Name: "Slick Paper"
- Buy: 706
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7112
- AegisName: "Fright_Paper_Blade"
- Name: "Sharp Paper"
- Buy: 907
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7113
- AegisName: "Broken_Pharaoh_Symbol"
- Name: "Broken Pharaoh Emblem"
- Buy: 2016
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7114
- AegisName: "Tutankhamens_Mask"
- Name: "Masque of Tutankhamen"
- Buy: 10
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7115
- AegisName: "Harpys_Feather"
- Name: "Harpy Feather"
- Buy: 1142
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7116
- AegisName: "Harpys_Claw"
- Name: "Harpy Talon"
- Buy: 1210
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7117
- AegisName: "Rent_Spell_Book"
- Name: "Torn Magic Book"
- Buy: 1142
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7118
- AegisName: "Rent_Scroll"
- Name: "Torn Scroll"
- Buy: 1361
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7119
- AegisName: "Spawns"
- Name: "Bacillus"
- Buy: 1025
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7120
- AegisName: "Burning_Horse_Shoe"
- Name: "Burning Horseshoe"
- Buy: 823
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7121
- AegisName: "Honey_Jar"
- Name: "Honey Pot"
- Buy: 622
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7122
- AegisName: "Hot_Hair"
- Name: "Burning Hair"
- Buy: 974
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7123
- AegisName: "Dragons_Skin"
- Name: "Dragon Skin"
- Buy: 1025
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7124
- AegisName: "Sand_Lump"
- Name: "Sand Clump"
- Buy: 706
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7125
- AegisName: "Scropions_Nipper"
- Name: "Scorpion Claw"
- Buy: 706
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7126
- AegisName: "Large_Jellopy"
- Name: "Large Jellopy"
- Buy: 840
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7127
- AegisName: "Alcol_Create_Book"
- Name: "Alcohol Creation Guide"
- Buy: 100000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7128
- AegisName: "FireBottle_Create_Book"
- Name: "Bottle Grenade Creation Guide"
- Buy: 100000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7129
- AegisName: "Acid_Create_Book"
- Name: "Acid Bottle Creation Guide"
- Buy: 100000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7130
- AegisName: "Plant_Create_Book"
- Name: "Plant Bottle Creation Guide"
- Buy: 100000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7131
- AegisName: "Mine_Create_Book"
- Name: "Marine Sphere Creation Guide"
- Buy: 100000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7132
- AegisName: "Coating_Create_Book"
- Name: "Glistening Coat Creation Guide"
- Buy: 100000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7133
- AegisName: "Slim_Potion_Create_Book"
- Name: "Condensed Potion Creation Guide"
- Buy: 240000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7134
- AegisName: "Medicine_Bowl"
- Name: "Medicine Bowl"
- Buy: 8
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7135
- AegisName: "Fire_Bottle"
- Name: "Bottle Grenade"
- Buy: 200
- Weight: 10
-},
-{
- Id: 7136
- AegisName: "Acid_Bottle"
- Name: "Acid Bottle"
- Buy: 200
- Weight: 10
-},
-{
- Id: 7137
- AegisName: "MenEater_Plant_Bottle"
- Name: "Plant Bottle"
- Buy: 200
- Weight: 10
-},
-{
- Id: 7138
- AegisName: "Mini_Bottle"
- Name: "Marine Sphere Bottle"
- Buy: 200
- Weight: 10
-},
-{
- Id: 7139
- AegisName: "Coating_Bottle"
- Name: "Glistening Coat"
- Buy: 200
- Weight: 10
-},
-{
- Id: 7140
- AegisName: "Seed_Of_Life"
- Name: "Seed of Life"
- Buy: 60000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7141
- AegisName: "Yggdrasilberry_Dew"
- Name: "Morning Dew of Yggdrasil"
- Buy: 20000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7142
- AegisName: "Germination_Breed"
- Name: "Embryo"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7143
- AegisName: "Life_Force_Pot"
- Name: "Glass Tube"
- Buy: 5000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7144
- AegisName: "Normal_Potion_Book"
- Name: "Potion Creation Guide"
- Buy: 100000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7145
- AegisName: "Rag_T_Shirts"
- Name: "Ragnarok T-shirt"
- Buy: 1
- Weight: 10
-},
-{
- Id: 7146
- AegisName: "Vacance_Ticket"
- Name: "Vacation Ticket"
- Buy: 1
- Weight: 10
-},
-{
- Id: 7147
- AegisName: "Jasmin"
- Name: "Jasmine"
- Buy: 1
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7148
- AegisName: "Mother_Letter"
- Name: "Mother's Letter"
- Buy: 1
- Weight: 10
-},
-{
- Id: 7149
- AegisName: "Yellow_Plate"
- Name: "Yellow Plate"
- Buy: 220
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7150
- AegisName: "Bamboo_Cut"
- Name: "Piece of Bamboo"
- Buy: 310
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7151
- AegisName: "Oil_Paper"
- Name: "Oil Paper"
- Buy: 210
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7152
- AegisName: "Glossy_Hair"
- Name: "Glossy Hair"
- Buy: 340
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7153
- AegisName: "Old_Japaness_Clothes"
- Name: "Worn-out Kimono"
- Buy: 590
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7154
- AegisName: "Poison_Powder"
- Name: "Poisonous Powder"
- Buy: 160
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7155
- AegisName: "Poison_Toads_Skin"
- Name: "Poisonous Toad Skin"
- Buy: 280
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7156
- AegisName: "Broken_Shuriken"
- Name: "Broken Shuriken"
- Buy: 470
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7157
- AegisName: "Black_Mask"
- Name: "Dark Mask"
- Buy: 315
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7158
- AegisName: "Broken_Wine_Vessel"
- Name: "Broken Liquor Jar"
- Buy: 160
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7159
- AegisName: "Tengus_Nose"
- Name: "Tengu Nose"
- Buy: 400
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7160
- AegisName: "Lords_Passable_Ticket"
- Name: "Feudal Lord Permit"
- Buy: 1
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7161
- AegisName: "Black_Bears_Skin"
- Name: "Black Bear Skin"
- Buy: 384
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7162
- AegisName: "Cloud_Piece"
- Name: "Cloud Crumb"
- Buy: 390
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7163
- AegisName: "Sharp_Feeler"
- Name: "Hard Feeler"
- Buy: 570
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7164
- AegisName: "Hard_Peach"
- Name: "Solid Peach"
- Buy: 400
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7165
- AegisName: "Limpid_Celestial_Robe"
- Name: "Transparent Celestial Robe"
- Buy: 650
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7166
- AegisName: "Soft_Silk_Cloth"
- Name: "Soft Silk"
- Buy: 1200
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7167
- AegisName: "Mystery_Iron_Bit"
- Name: "Strange Steel Piece"
- Buy: 430
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7168
- AegisName: "Great_Wing"
- Name: "Giant Butterfly Wing"
- Buy: 614
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7169
- AegisName: "Taegeuk_Plate"
- Name: "Ba Gua"
- Buy: 2800
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7170
- AegisName: "Tuxedo"
- Name: "Tuxedo"
- Buy: 43000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7171
- AegisName: "Leopard_Skin"
- Name: "Leopard Skin"
- Buy: 282
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7172
- AegisName: "Leopard_Talon"
- Name: "Leopard Claw"
- Buy: 290
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7173
- AegisName: "BurnBuster_Bag"
- Name: "iROGM02's Backpack"
- Weight: 10
-},
-{
- Id: 7174
- AegisName: "Packing_Ribbon"
- Name: "Wrapping Lace"
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7175
- AegisName: "Packing_Paper"
- Name: "Wrapping Paper"
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7176
- AegisName: "XMAS_Coupon"
- Name: "Royal Certificate"
- Weight: 10
-},
-{
- Id: 7177
- AegisName: "Part_Of_Stars_Sob"
- Name: "Crumb of Sobbing Starlight"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7178
- AegisName: "Stars_Sob"
- Name: "Sobbing Starlight"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7179
- AegisName: "Donation_Card"
- Name: "Proof of Donation"
- Weight: 10
-},
-{
- Id: 7180
- AegisName: "Introduction_Of_Mr_Han"
- Name: "Hahn Sukbong's Recommendation"
- Weight: 10
-},
-{
- Id: 7181
- AegisName: "Receipt_01"
- Name: "Receipt"
- Weight: 10
-},
-{
- Id: 7182
- AegisName: "Cacao"
- Name: "Cacao"
- Buy: 200
- Weight: 20
- BuyingStore: true
-},
-{
- Id: 7183
- AegisName: "Sister_Letter"
- Name: "Letter from Sister"
- Weight: 10
-},
-{
- Id: 7184
- AegisName: "Piano_Keyboard"
- Name: "Piano Key"
- Weight: 10
-},
-{
- Id: 7185
- AegisName: "Quiz_Ticket"
- Name: "Quiz Entry"
- Weight: 10
-},
-{
- Id: 7186
- AegisName: "Thin_Stem"
- Name: "Thin Trunk"
- Buy: 380
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7187
- AegisName: "Festival_Mask"
- Name: "Festival Mask"
- Buy: 100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7188
- AegisName: "Browny_Root"
- Name: "Brown Root"
- Buy: 560
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7189
- AegisName: "Heart_Of_Tree"
- Name: "Wooden Heart"
- Buy: 680
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7190
- AegisName: "Solid_Peeling"
- Name: "Solid Husk"
- Buy: 140
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7191
- AegisName: "Lamplight"
- Name: "Lamp"
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7192
- AegisName: "Blade_Of_Pinwheel"
- Name: "Vane"
- Buy: 160
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7193
- AegisName: "Germinating_Sprout"
- Name: "Sprout"
- Buy: 230
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7194
- AegisName: "Soft_Leaf"
- Name: "Soft Blade of Grass"
- Buy: 400
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7195
- AegisName: "Air_Rifle"
- Name: "Slingshot"
- Buy: 210
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7196
- AegisName: "Shoulder_Protection"
- Name: "Shoulder Protector"
- Buy: 230
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7197
- AegisName: "Tough_Vines"
- Name: "Tough Vines"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7198
- AegisName: "Great_Leaf"
- Name: "Huge Leaf"
- Buy: 610
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7199
- AegisName: "Coupon"
- Name: "Coupon"
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7200
- AegisName: "Flexible_String"
- Name: "Elastic Band"
- Buy: 380
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7201
- AegisName: "Log"
- Name: "Log"
- Buy: 250
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7202
- AegisName: "Beetle_Nipper"
- Name: "Pincher of Beetle"
- Buy: 290
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7203
- AegisName: "Solid_Twig"
- Name: "Strong Branch"
- Buy: 190
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7204
- AegisName: "Gunpowder"
- Name: "Gunpowder"
- Buy: 320
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7205
- AegisName: "Piece_Of_Black_Cloth"
- Name: "Piece of Black Cloth"
- Buy: 526
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7206
- AegisName: "Black_Kitty_Doll"
- Name: "Black Cat Doll"
- Buy: 1440
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7207
- AegisName: "Old_Manteau"
- Name: "Old Manteau"
- Buy: 1050
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7208
- AegisName: "Rusty_Cleaver"
- Name: "Rusty Kitchen Knife"
- Buy: 1780
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7209
- AegisName: "Dullahans_Helm"
- Name: "Helm of Dullahan"
- Buy: 1350
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7210
- AegisName: "Dullahan_Armor"
- Name: "Armor Piece of Dullahan"
- Buy: 790
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7211
- AegisName: "Rojerta_Piece"
- Name: "Fragment of Rossata Stone"
- Buy: 2600
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7212
- AegisName: "Hanging_Doll"
- Name: "Hung Doll"
- Buy: 1020
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7213
- AegisName: "Needle_Pouch"
- Name: "Needle Packet"
- Buy: 832
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7214
- AegisName: "Bat_Cage"
- Name: "Bat Cage"
- Buy: 880
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7215
- AegisName: "Broken_Needle"
- Name: "Broken Needle"
- Buy: 690
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7216
- AegisName: "Red_Scarf"
- Name: "Red Muffler"
- Buy: 660
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7217
- AegisName: "Spool"
- Name: "Spool"
- Buy: 424
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7218
- AegisName: "Rotten_Rope"
- Name: "Decomposed Rope"
- Buy: 390
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7219
- AegisName: "Striped_Socks"
- Name: "Striped Sock"
- Buy: 920
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7220
- AegisName: "Ectoplasm"
- Name: "Ectoplasm"
- Buy: 322
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7221
- AegisName: "Tangled_Chain"
- Name: "Tangled Chains"
- Buy: 740
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7222
- AegisName: "Tree_Knot"
- Name: "Wooden Gnarl"
- Buy: 468
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7223
- AegisName: "Distorted_Portrait"
- Name: "Contorted Self-Portrait"
- Buy: 2032
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7224
- AegisName: "Stone_Of_Intelligence"
- Name: "Stone of Sage"
- Weight: 10
-},
-{
- Id: 7225
- AegisName: "Pumpkin_Bucket"
- Name: "Pumpkin Lantern"
- Buy: 486
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7226
- AegisName: "Pill"
- Name: "Pellet"
- Buy: 2
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7227
- AegisName: "TCG_Card"
- Name: "TCG Card"
- Weight: 10
-},
-{
- Id: 7228
- AegisName: "Gold_Bullion"
- Name: "Gold Bullion"
- Buy: 100000
- Weight: 300
-},
-{
- Id: 7229
- AegisName: "Silver_Bullion"
- Name: "Silver Bullion"
- Buy: 50000
- Weight: 300
-},
-{
- Id: 7230
- AegisName: "White_Gold_Bullion"
- Name: "Platinum Bullion"
- Buy: 200000
- Weight: 300
-},
-{
- Id: 7231
- AegisName: "Gold_Ore"
- Name: "Gold Ore"
- Buy: 20
- Weight: 150
-},
-{
- Id: 7232
- AegisName: "Silver_Ore"
- Name: "Silver Ore"
- Buy: 20
- Weight: 150
-},
-{
- Id: 7233
- AegisName: "Mithril_Ore"
- Name: "Mithril Ore"
- Buy: 20
- Weight: 150
-},
-{
- Id: 7234
- AegisName: "Soul_Of_Guild"
- Name: "Spirit of Guild"
- Weight: 10
-},
-{
- Id: 7235
- AegisName: "Soul_Of_Courage"
- Name: "Spirit of Charge"
- Weight: 10
-},
-{
- Id: 7236
- AegisName: "Soul_Of_Guard"
- Name: "Spirit of Protection"
- Weight: 10
-},
-{
- Id: 7237
- AegisName: "Soul_Of_Partnership"
- Name: "Spirit of Association"
- Weight: 10
-},
-{
- Id: 7238
- AegisName: "Soul_Of_Correspondence"
- Name: "Spirit of Coordination"
- Weight: 10
-},
-{
- Id: 7239
- AegisName: "Soul_Of_Proceeding"
- Name: "Spirit of Advance"
- Weight: 10
-},
-{
- Id: 7240
- AegisName: "Soul_Of_Confidence"
- Name: "Spirit of Trust"
- Weight: 10
-},
-{
- Id: 7241
- AegisName: "Soul_Of_Agreement"
- Name: "Spirit of Union"
- Weight: 10
-},
-{
- Id: 7242
- AegisName: "Soul_Of_Harmony"
- Name: "Spirit of Combination"
- Weight: 10
-},
-{
- Id: 7243
- AegisName: "Soul_Of_Cooperate"
- Name: "Spirit of Cooperation"
- Weight: 10
-},
-{
- Id: 7244
- AegisName: "Soul_Of_Unity"
- Name: "Spirit of Solidarity"
- Weight: 10
-},
-{
- Id: 7245
- AegisName: "Soul_Of_Friendship"
- Name: "Spirit of Friendship"
- Weight: 10
-},
-{
- Id: 7246
- AegisName: "Soul_Of_Peace"
- Name: "Spirit of Peace"
- Weight: 10
-},
-{
- Id: 7247
- AegisName: "Soul_Of_Spirit"
- Name: "Spirit of Determination"
- Weight: 10
-},
-{
- Id: 7248
- AegisName: "Soul_Of_Honor"
- Name: "Spirit of Honor"
- Weight: 10
-},
-{
- Id: 7249
- AegisName: "Soul_Of_Service"
- Name: "Spirit of Service"
- Weight: 10
-},
-{
- Id: 7250
- AegisName: "Soul_Of_Glory"
- Name: "Spirit of Glory"
- Weight: 10
-},
-{
- Id: 7251
- AegisName: "Soul_Of_Victory"
- Name: "Spirit of Victory"
- Weight: 10
-},
-{
- Id: 7252
- AegisName: "Herb_Medicine"
- Name: "Herbal Medicine"
- Weight: 10
-},
-{
- Id: 7253
- AegisName: "Taeguk_Flag"
- Name: "Golden Korean Flag"
- Weight: 10
-},
-{
- Id: 7254
- AegisName: "Digital_Print_Ticket"
- Name: "Digital Picture Printing Coupon"
- Weight: 10
-},
-{
- Id: 7255
- AegisName: "China_Marble01"
- Name: "Mystic Orb"
- Weight: 100
-},
-{
- Id: 7256
- AegisName: "China_Marble02"
- Name: "Mystic Orb"
- Weight: 100
-},
-{
- Id: 7257
- AegisName: "China_Marble03"
- Name: "Mystic Orb"
- Weight: 100
-},
-{
- Id: 7258
- AegisName: "China_Marble04"
- Name: "Mystic Orb"
- Weight: 100
-},
-{
- Id: 7259
- AegisName: "China_Marble05"
- Name: "Mystic Orb"
- Weight: 100
-},
-{
- Id: 7260
- AegisName: "China_Marble06"
- Name: "Mystic Orb"
- Weight: 100
-},
-{
- Id: 7261
- AegisName: "China_Marble07"
- Name: "Mystic Orb"
- Weight: 100
-},
-{
- Id: 7262
- AegisName: "Fan"
- Name: "Folding Fan of Cat Ghost"
- Buy: 466
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7263
- AegisName: "Cat_Eyed_Stone"
- Name: "Cat's Eye"
- Buy: 954
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7264
- AegisName: "Dried_Sand"
- Name: "Dry Sand"
- Buy: 322
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7265
- AegisName: "Dragon_Horn"
- Name: "Dragon Horn"
- Buy: 544
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7266
- AegisName: "Dragon_Fang"
- Name: "Denture from Dragon Mask"
- Buy: 436
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7267
- AegisName: "Tiger_Skin_Panties"
- Name: "Tiger Panty"
- Buy: 298
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7268
- AegisName: "Little_Blacky_Ghost"
- Name: "Little Ghost Doll"
- Buy: 1210
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7269
- AegisName: "Bib"
- Name: "Pinafore"
- Buy: 960
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7270
- AegisName: "Milk_Bottle"
- Name: "Nursing Bottle"
- Buy: 1100
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7271
- AegisName: "Figure"
- Name: "Novice Figure"
- Buy: 10000
- Weight: 10
-},
-{
- Id: 7272
- AegisName: "Meat_Dumpling_Doll"
- Name: "Rice Ball Doll"
- Buy: 500
- Weight: 10
-},
-{
- Id: 7273
- AegisName: "Golden_Necklace"
- Name: "RWC Necklace"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7274
- AegisName: "Ancient_Translator"
- Name: "Translated Ancient Language"
- Weight: 10
-},
-{
- Id: 7275
- AegisName: "Ancient_Document"
- Name: "Record of Ancient Language"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7276
- AegisName: "Picture_Letter"
- Name: "Doodled Message"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7277
- AegisName: "Munak_Doll"
- Name: "Munak Doll"
- Buy: 8900
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7278
- AegisName: "Wellbeing_Letter"
- Name: "Letter to Wife"
- Weight: 10
-},
-{
- Id: 7279
- AegisName: "Vita500_Lid"
- Name: "Vita500 Lid"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7280
- AegisName: "Quiz_Ticket01"
- Name: "1st Quiz Entry"
- Weight: 10
-},
-{
- Id: 7281
- AegisName: "Quiz_Ticket02"
- Name: "2nd Quiz Entry"
- Weight: 10
-},
-{
- Id: 7282
- AegisName: "Quiz_Ticket03"
- Name: "3rd Quiz Entry"
- Weight: 10
-},
-{
- Id: 7283
- AegisName: "Quiz_Ticket04"
- Name: "4th Quiz Entry"
- Weight: 10
-},
-{
- Id: 7284
- AegisName: "Quiz_Ticket05"
- Name: "5th Quiz Entry"
- Weight: 10
-},
-{
- Id: 7285
- AegisName: "Thread_Skein"
- Name: "Holy Threads"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7286
- AegisName: "Chilli"
- Name: "Red Chile"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7287
- AegisName: "Thread_Skein_"
- Name: "Holier Threads"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7288
- AegisName: "Thai_Ring"
- Name: "Engagement Ring"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7289
- AegisName: "Olivine"
- Name: "Peridot"
- Buy: 3000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 7290
- AegisName: "Phlogopite"
- Name: "Phlogopite"
- Buy: 3000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 7291
- AegisName: "Agate"
- Name: "Agate"
- Buy: 3000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 7292
- AegisName: "Muscovite"
- Name: "Muscovite"
- Buy: 3000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 7293
- AegisName: "Rose_Quartz"
- Name: "Rose Quartz"
- Buy: 3000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 7294
- AegisName: "Turquoise"
- Name: "Turquoise"
- Buy: 3000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 7295
- AegisName: "Citrine"
- Name: "Citrin"
- Buy: 3000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 7296
- AegisName: "Pyroxene"
- Name: "Pyroxene"
- Buy: 3000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 7297
- AegisName: "Biotite"
- Name: "Biotite"
- Buy: 3000
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 7298
- AegisName: "Leaf_Clothes"
- Name: "Fig Leaf"
- Buy: 538
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7299
- AegisName: "Bamboo_Basket"
- Name: "Straw Basket"
- Buy: 632
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7300
- AegisName: "Gemstone"
- Name: "Gemstone"
- Buy: 1420
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7301
- AegisName: "Sword_Accessory"
- Name: "Tassel"
- Buy: 798
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7302
- AegisName: "KRATHONG"
- Name: "Krathong"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7303
- AegisName: "Bag_Of_Rice"
- Name: "Straw Rice Bag"
- Weight: 800
- BuyingStore: true
-},
-{
- Id: 7304
- AegisName: "Witchs_Spell_Book"
- Name: "Witch's Spell Scroll"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7305
- AegisName: "Authority_Of_Nine_World"
- Name: "Symbol of the Nine Realms"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7306
- AegisName: "Fragment_Of_Soul"
- Name: "Piece of Spirit"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7307
- AegisName: "Whisper_Of_Soul"
- Name: "Spiritual Whispers"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7308
- AegisName: "Witchs_Potion"
- Name: "Witch's Tonic"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7309
- AegisName: "Wing_Of_Crow"
- Name: "Crow Wing"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7310
- AegisName: "Free_Peco_Ticket"
- Name: "Free Ticket for Peco Ride"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7311
- AegisName: "Free_Flying_Ship_Ticket"
- Name: "Free Ticket for Flyship"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7312
- AegisName: "Jubilee"
- Name: "Jubilee"
- Buy: 32
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7313
- AegisName: "Seal_Of_Witch"
- Name: "Witch's Medal"
- Buy: 2
-},
-{
- Id: 7314
- AegisName: "The_Sign"
- Name: "The Sign"
- Buy: 2
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7315
- AegisName: "Dark_Crystal_Fragment"
- Name: "Dark Crystal Fragment"
- Buy: 422
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7316
- AegisName: "Long_Limb"
- Name: "Insect Leg"
- Buy: 658
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7317
- AegisName: "Screw"
- Name: "Rusty Screw"
- Buy: 534
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7318
- AegisName: "Old_Pick"
- Name: "Old Pick"
- Buy: 512
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7319
- AegisName: "Old_Steel_Plate"
- Name: "Used Iron Plate"
- Buy: 1024
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7320
- AegisName: "Air_Pollutant"
- Name: "Dust Pollutant"
- Buy: 256
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7321
- AegisName: "Fragment_Of_Crystal"
- Name: "Crystal Fragment"
- Buy: 552
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7322
- AegisName: "Poisonous_Gas"
- Name: "Toxic Gas"
- Buy: 666
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7323
- AegisName: "Battered_Kettle"
- Name: "Battered Kettle"
- Buy: 256
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7325
- AegisName: "Tube"
- Name: "Flexible Tube"
- Buy: 102
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7326
- AegisName: "Fluorescent_Liquid"
- Name: "Fluorescent Liquid"
- Buy: 712
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7327
- AegisName: "Headlamp"
- Name: "Flashlight"
- Buy: 1024
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7328
- AegisName: "Legendary_Scroll"
- Name: "Legend of Songkran"
- Weight: 10
-},
-{
- Id: 7329
- AegisName: "Old_Copper_Key"
- Name: "Old Bronze Key"
- Weight: 10
-},
-{
- Id: 7330
- AegisName: "2anny"
- Name: "Mystic Orb"
- Weight: 100
-},
-{
- Id: 7331
- AegisName: "Flower_Of_Heaven"
- Name: "Heaven Flower"
- Buy: 500
- Weight: 10
-},
-{
- Id: 7332
- AegisName: "Slate"
- Name: "Complete Tablet"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7333
- AegisName: "Piece_Of_Slate_1"
- Name: "Prontera Tablet"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7334
- AegisName: "Piece_Of_Slate_2"
- Name: "Payon Tablet"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7335
- AegisName: "Piece_Of_Slate_3"
- Name: "Morroc Tablet"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7336
- AegisName: "Piece_Of_Slate_4"
- Name: "Geffen Tablet"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7337
- AegisName: "Eye_Of_Hellion"
- Name: "Eye of Hellion"
-},
-{
- Id: 7338
- AegisName: "RO_Transportation_Card"
- Name: "One-way Ticket"
-},
-{
- Id: 7339
- AegisName: "RO_Transportation_Card_"
- Name: "Commemorative Travel Card"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7340
- AegisName: "Will_Of_Darkness"
- Name: "Will of the Darkness"
- Buy: 734
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 7341
- AegisName: "Worn_Out_Pendant"
- Name: "Old Pendant"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7342
- AegisName: "File01"
- Name: "File Folder"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7343
- AegisName: "File02"
- Name: "Sealed File Folder"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7344
- AegisName: "File03"
- Name: "Shinokas Case File"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7345
- AegisName: "Armlet_Of_Prisoner"
- Name: "Handcuffs"
- Buy: 724
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7346
- AegisName: "Pile_Of_Ymir_Heart"
- Name: "Ymir's Heart Piece"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7347
- AegisName: "Lab_Staff_Record"
- Name: "Research Chart"
- Buy: 840
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7348
- AegisName: "Indication_Of_Member01"
- Name: "Membership Card"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7349
- AegisName: "Indication_Of_Member02"
- Name: "Archive Permit"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7350
- AegisName: "Pass"
- Name: "Pass"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7351
- AegisName: "Friends_Diary"
- Name: "Friend's Diary"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7352
- AegisName: "Transparent_Plate01"
- Name: "Transparent Plate"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7353
- AegisName: "Transparent_Plate02"
- Name: "Transparent Plate"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7354
- AegisName: "Transparent_Plate03"
- Name: "Transparent Plate"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7355
- AegisName: "Transparent_Plate04"
- Name: "Transparent Plate"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7356
- AegisName: "Piece_Of_Crest1"
- Name: "Crest Piece"
- Buy: 5000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7357
- AegisName: "Piece_Of_Crest2"
- Name: "Crest Piece"
- Buy: 5000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7358
- AegisName: "Piece_Of_Crest3"
- Name: "Crest Piece"
- Buy: 5000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7359
- AegisName: "Piece_Of_Crest4"
- Name: "Crest Piece"
- Buy: 5000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7360
- AegisName: "RO_Festival_Ticket"
- Name: "RO Festival Invitation"
- Weight: 10
-},
-{
- Id: 7361
- AegisName: "Lotto01"
- Name: "Lotto Ball 01"
- Weight: 10
-},
-{
- Id: 7362
- AegisName: "Lotto02"
- Name: "Lotto Ball 02"
- Weight: 10
-},
-{
- Id: 7363
- AegisName: "Lotto03"
- Name: "Lotto Ball 03"
- Weight: 10
-},
-{
- Id: 7364
- AegisName: "Lotto04"
- Name: "Lotto Ball 04"
- Weight: 10
-},
-{
- Id: 7365
- AegisName: "Lotto05"
- Name: "Lotto Ball 05"
- Weight: 10
-},
-{
- Id: 7366
- AegisName: "Lotto06"
- Name: "Lotto Ball 06"
- Weight: 10
-},
-{
- Id: 7367
- AegisName: "Lotto07"
- Name: "Lotto Ball 07"
- Weight: 10
-},
-{
- Id: 7368
- AegisName: "Lotto08"
- Name: "Lotto Ball 08"
- Weight: 10
-},
-{
- Id: 7369
- AegisName: "Lotto09"
- Name: "Lotto Ball 09"
- Weight: 10
-},
-{
- Id: 7370
- AegisName: "Lotto10"
- Name: "Lotto Ball 10"
- Weight: 10
-},
-{
- Id: 7371
- AegisName: "Lotto11"
- Name: "Lotto Ball 11"
- Weight: 10
-},
-{
- Id: 7372
- AegisName: "Lotto12"
- Name: "Lotto Ball 12"
- Weight: 10
-},
-{
- Id: 7373
- AegisName: "Lotto13"
- Name: "Lotto Ball 13"
- Weight: 10
-},
-{
- Id: 7374
- AegisName: "Lotto14"
- Name: "Lotto Ball 14"
- Weight: 10
-},
-{
- Id: 7375
- AegisName: "Lotto15"
- Name: "Lotto Ball 15"
- Weight: 10
-},
-{
- Id: 7376
- AegisName: "Lotto16"
- Name: "Lotto Ball 16"
- Weight: 10
-},
-{
- Id: 7377
- AegisName: "Lotto17"
- Name: "Lotto Ball 17"
- Weight: 10
-},
-{
- Id: 7378
- AegisName: "Lotto18"
- Name: "Lotto Ball 18"
- Weight: 10
-},
-{
- Id: 7379
- AegisName: "Lotto19"
- Name: "Lotto Ball 19"
- Weight: 10
-},
-{
- Id: 7380
- AegisName: "Lotto20"
- Name: "Lotto Ball 20"
- Weight: 10
-},
-{
- Id: 7381
- AegisName: "Lotto21"
- Name: "Lotto Ball 21"
- Weight: 10
-},
-{
- Id: 7382
- AegisName: "Lotto22"
- Name: "Lotto Ball 22"
- Weight: 10
-},
-{
- Id: 7383
- AegisName: "Lotto23"
- Name: "Lotto Ball 23"
- Weight: 10
-},
-{
- Id: 7384
- AegisName: "Lotto24"
- Name: "Lotto Ball 24"
- Weight: 10
-},
-{
- Id: 7385
- AegisName: "Lotto25"
- Name: "Lotto Ball 25"
- Weight: 10
-},
-{
- Id: 7386
- AegisName: "Lotto26"
- Name: "Lotto Ball 26"
- Weight: 10
-},
-{
- Id: 7387
- AegisName: "Lotto27"
- Name: "Lotto Ball 27"
- Weight: 10
-},
-{
- Id: 7388
- AegisName: "Lotto28"
- Name: "Lotto Ball 28"
- Weight: 10
-},
-{
- Id: 7389
- AegisName: "Lotto29"
- Name: "Lotto Ball 29"
- Weight: 10
-},
-{
- Id: 7390
- AegisName: "Lotto30"
- Name: "Lotto Ball 30"
- Weight: 10
-},
-{
- Id: 7391
- AegisName: "Lotto31"
- Name: "Lotto Ball 31"
- Weight: 10
-},
-{
- Id: 7392
- AegisName: "Lotto32"
- Name: "Lotto Ball 32"
- Weight: 10
-},
-{
- Id: 7393
- AegisName: "Lotto33"
- Name: "Lotto Ball 33"
- Weight: 10
-},
-{
- Id: 7394
- AegisName: "Lotto34"
- Name: "Lotto Ball 34"
- Weight: 10
-},
-{
- Id: 7395
- AegisName: "Lotto35"
- Name: "Lotto Ball 35"
- Weight: 10
-},
-{
- Id: 7396
- AegisName: "Lotto36"
- Name: "Lotto Ball 36"
- Weight: 10
-},
-{
- Id: 7397
- AegisName: "Lotto37"
- Name: "Lotto Ball 37"
- Weight: 10
-},
-{
- Id: 7398
- AegisName: "Lotto38"
- Name: "Lotto Ball 38"
- Weight: 10
-},
-{
- Id: 7399
- AegisName: "Word_Card01"
- Name: "Selamat"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7400
- AegisName: "Word_Card02"
- Name: "Hari"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7401
- AegisName: "Word_Card03"
- Name: "Kemerdekaan"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7402
- AegisName: "Word_Card04"
- Name: "Republik"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7403
- AegisName: "Word_Card05"
- Name: "Indonesia"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7404
- AegisName: "Word_Card06"
- Name: "Ke-60"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7405
- AegisName: "Crushed_Can"
- Name: "Crushed Can"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7406
- AegisName: "Moon_Cake1"
- Name: "Yuebing"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7407
- AegisName: "Moon_Cake2"
- Name: "Yuebing"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7408
- AegisName: "Moon_Cake3"
- Name: "Yuebing"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7409
- AegisName: "Moon_Cake4"
- Name: "Yuebing"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7410
- AegisName: "Moon_Cake5"
- Name: "Yuebing"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7411
- AegisName: "Moon_Cake6"
- Name: "Yuebing"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7412
- AegisName: "Moon_Cake7"
- Name: "Yuebing"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7413
- AegisName: "Moon_Cake8"
- Name: "Yuebing"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7414
- AegisName: "Moon_Cake9"
- Name: "Yuebing"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7415
- AegisName: "Stone_Of_Summons"
- Name: "Summoning Stone"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7416
- AegisName: "Letter_Of_Recommend"
- Name: "Letter of Recommendation"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7417
- AegisName: "Mission_ScrollA"
- Name: "Written Request(A)"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7418
- AegisName: "Mission_ScrollB"
- Name: "Written Request(B)"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7419
- AegisName: "Embryo_HandBook"
- Name: "Embryo Creation Guide"
- Buy: 48000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7420
- AegisName: "Skull_"
- Name: "Skull"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7421
- AegisName: "Key_Red"
- Name: "Red Key"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7422
- AegisName: "Key_Yellow"
- Name: "Yellow Key"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7423
- AegisName: "Key_Blue"
- Name: "Blue Key"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7424
- AegisName: "Key_Green"
- Name: "Green Key"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7425
- AegisName: "Key_Black"
- Name: "Black Key"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7426
- AegisName: "Magic_Gem_Red"
- Name: "Red Charm Stone"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7427
- AegisName: "Magic_Gem_Yellow"
- Name: "Yellow Charm Stone"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7428
- AegisName: "Magic_Gem_Blue"
- Name: "Blue Charm Stone"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7429
- AegisName: "Magic_Gem_Green"
- Name: "Green Charm Stone"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7430
- AegisName: "Magic_Gem_Black"
- Name: "Black Charm Stone"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7431
- AegisName: "Several_Books"
- Name: "Pile of Books"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7432
- AegisName: "Leather_Pouch"
- Name: "Leather Pouch"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7433
- AegisName: "Scroll"
- Name: "Blank Scroll"
- Buy: 4000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7434
- AegisName: "Elemental_Potion_Book"
- Name: "Elemental Potion Creation Guide"
- Buy: 100000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7435
- AegisName: "Golden_Bracelet"
- Name: "Golden Ornament"
- Buy: 1907
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7436
- AegisName: "Piece_Of_Memory_Green"
- Name: "Fragment of Agony"
- Buy: 1506
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7437
- AegisName: "Piece_Of_Memory_Purple"
- Name: "Fragment of Misery"
- Buy: 1506
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7438
- AegisName: "Piece_Of_Memory_Blue"
- Name: "Fragment of Hatred"
- Buy: 1506
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7439
- AegisName: "Piece_Of_Memory_Red"
- Name: "Fragment of Despair"
- Buy: 1506
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7440
- AegisName: "Red_Feather"
- Name: "Red Feather"
- Buy: 1335
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7441
- AegisName: "Blue_Feather"
- Name: "Blue Feather"
- Buy: 1408
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7442
- AegisName: "Cursed_Seal"
- Name: "Cursed Seal"
- Buy: 1332
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7443
- AegisName: "Tri_Headed_Dragon_Head"
- Name: "Three-Headed Dragon's Head"
- Buy: 956
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7444
- AegisName: "Treasure_Box"
- Name: "Treasure Box"
- Buy: 300000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7445
- AegisName: "Dragonball_Green"
- Name: "Green Bijou"
- Buy: 887
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7446
- AegisName: "Dragonball_Blue"
- Name: "Blue Bijou"
- Buy: 887
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7447
- AegisName: "Dragonball_Red"
- Name: "Red Bijou"
- Buy: 887
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7448
- AegisName: "Dragonball_Yellow"
- Name: "Yellow Bijou"
- Buy: 887
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7449
- AegisName: "Bloody_Page"
- Name: "Bloody Page"
- Buy: 681
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7450
- AegisName: "Piece_Of_Bone_Armor"
- Name: "Skeletal Armor Piece"
- Buy: 2050
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7451
- AegisName: "Scale_Of_Red_Dragon"
- Name: "Fire Dragon Scale"
- Buy: 1852
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7452
- AegisName: "Yellow_Spice"
- Name: "Yellow Spice"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7453
- AegisName: "Sweet_Sauce"
- Name: "Sweet Sauce"
- Buy: 700
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7454
- AegisName: "Plain_Sauce"
- Name: "Savory Sauce"
- Buy: 700
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7455
- AegisName: "Hot_Sauce"
- Name: "Spicy Sauce"
- Buy: 700
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7456
- AegisName: "Red_Spice"
- Name: "Red Spice"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7457
- AegisName: "Cooking_Oil"
- Name: "Cooking Oil"
- Buy: 500
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7458
- AegisName: "Baphomets_Horn"
- Name: "Fortune Horn"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7459
- AegisName: "RAMADAN_"
- Name: "Idul Fitri Card"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7460
- AegisName: "Niflheim_Ticket"
- Name: "Niflheim Express Ticket"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7461
- AegisName: "BlueCard_A"
- Name: "Blue A Card"
- Weight: 10
-},
-{
- Id: 7462
- AegisName: "BlueCard_E"
- Name: "Blue E Card"
- Weight: 10
-},
-{
- Id: 7463
- AegisName: "BlueCard_F"
- Name: "Blue F Card"
- Weight: 10
-},
-{
- Id: 7464
- AegisName: "BlueCard_H"
- Name: "Blue H Card"
- Weight: 10
-},
-{
- Id: 7465
- AegisName: "BlueCard_L"
- Name: "Blue L Card"
- Weight: 10
-},
-{
- Id: 7466
- AegisName: "BlueCard_N"
- Name: "Blue N Card"
- Weight: 10
-},
-{
- Id: 7467
- AegisName: "BlueCard_O"
- Name: "Blue O Card"
- Weight: 10
-},
-{
- Id: 7468
- AegisName: "BlueCard_P"
- Name: "Blue P Card"
- Weight: 10
-},
-{
- Id: 7469
- AegisName: "BlueCard_U"
- Name: "Blue U Card"
- Weight: 10
-},
-{
- Id: 7470
- AegisName: "BlueCard_W"
- Name: "Blue W Card"
- Weight: 10
-},
-{
- Id: 7471
- AegisName: "BlueCard_Y"
- Name: "Blue Y Card"
- Weight: 10
-},
-{
- Id: 7472
- AegisName: "Cookbook01"
- Name: "Level 1 Cookbook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7473
- AegisName: "Cookbook02"
- Name: "Level 2 Cookbook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7474
- AegisName: "Cookbook03"
- Name: "Level 3 Cookbook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7475
- AegisName: "Cookbook04"
- Name: "Level 4 Cookbook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7476
- AegisName: "Cookbook05"
- Name: "Level 5 Cookbook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7477
- AegisName: "Cookbook06"
- Name: "Level 6 Cookbook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7478
- AegisName: "Cookbook07"
- Name: "Level 7 Cookbook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7479
- AegisName: "Cookbook08"
- Name: "Level 8 Cookbook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7480
- AegisName: "Cookbook09"
- Name: "Level 9 Cookbook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7481
- AegisName: "Cookbook10"
- Name: "Level 10 Cookbook"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7482
- AegisName: "Pot"
- Name: "Pot"
- Buy: 200
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7483
- AegisName: "Key_Of_Seal"
- Name: "Key of the Seal"
-},
-{
- Id: 7484
- AegisName: "Warrior_Symbol"
- Name: "Symbol of a Brave Warrior"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7485
- AegisName: "2nd_Floor_Pass"
- Name: "Cloud General"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7486
- AegisName: "3rd_Floor_Pass"
- Name: "Wind General"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7487
- AegisName: "Tavern_Wine"
- Name: "Culinary Wine"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7488
- AegisName: "Delivery_Box"
- Name: "Delivery Package"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7489
- AegisName: "Villa_Spare_Key"
- Name: "Cottage Key"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7490
- AegisName: "Kyll_Hire_Letter"
- Name: "Letter to Elly"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7491
- AegisName: "Iron_Box"
- Name: "Steel Box"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7492
- AegisName: "Yellow_Key_Card"
- Name: "Yellow Keycard"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7493
- AegisName: "Golden_Key"
- Name: "Golden Key"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7494
- AegisName: "Kiel_Button"
- Name: "Luxurious Button"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7495
- AegisName: "Blue_Key_Card"
- Name: "Blue Keycard"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7496
- AegisName: "Red_Key_Card"
- Name: "Red Keycard"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7497
- AegisName: "Steel_Piece"
- Name: "Metal Fragment"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7498
- AegisName: "Rosimier_Key"
- Name: "Rosimier Mansion Keys"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7499
- AegisName: "Family_Portrait"
- Name: "Family Portrait"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7500
- AegisName: "Elysia_Portrait"
- Name: "Woman's Portrait"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7501
- AegisName: "Kyll_Hire_Letter2"
- Name: "K.H's Letter"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7502
- AegisName: "Piece_Memo_Of_James"
- Name: "James's Note"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7503
- AegisName: "Man_Portrait"
- Name: "Man's Portrait"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7504
- AegisName: "Toy_Motor"
- Name: "Power Device"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7505
- AegisName: "Toy_Key"
- Name: "Toy Key"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7506
- AegisName: "Black_Key_Card"
- Name: "Black Keycard"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7507
- AegisName: "Sturdy_Iron_Piece"
- Name: "Solid Iron Piece"
- Buy: 842
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7508
- AegisName: "Elysia_Ring"
- Name: "Allysia's Ring"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7509
- AegisName: "Fancy_Key_Card"
- Name: "Luxurious Keycard"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7510
- AegisName: "Valhalla_Flower"
- Name: "Valhalla's Flower"
- Buy: 200000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7511
- AegisName: "Rune_Of_Darkness"
- Name: "Rune of Darkness"
- Buy: 2526
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7512
- AegisName: "Burnt_Parts"
- Name: "Burnt Part"
- Buy: 1600
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7513
- AegisName: "Pocket_Watch"
- Name: "Pocket Watch"
- Buy: 3420
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7514
- AegisName: "Monster_Ticket"
- Name: "Monster Ticket"
- Buy: 2
-},
-{
- Id: 7515
- AegisName: "Marvelous_Medal"
- Name: "Prize Medal"
- Buy: 2
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7516
- AegisName: "Green_Key_Card"
- Name: "Green Keycard"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7517
- AegisName: "Gold_Coin_"
- Name: "Gold Coin"
- Buy: 1000
- Weight: 100
-},
-{
- Id: 7518
- AegisName: "Womens_Medal"
- Name: "Women's Medal"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7519
- AegisName: "Money_Envelope"
- Name: "Handsel"
- Weight: 10
-},
-{
- Id: 7520
- AegisName: "Chinese_Scroll"
- Name: "Please Be Rich"
- Weight: 10
-},
-{
- Id: 7521
- AegisName: "Flame_Stone"
- Name: "Flame Stone"
- Buy: 150
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7522
- AegisName: "Ice_Stone"
- Name: "Ice Stone"
- Buy: 150
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7523
- AegisName: "Wind_Stone"
- Name: "Wind Stone"
- Buy: 150
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7524
- AegisName: "Shadow_Orb"
- Name: "Shadow Orb"
- Buy: 300
- Weight: 20
- BuyingStore: true
-},
-{
- Id: 7525
- AegisName: "Summer_Feast_Ticket"
- Name: "Summer Festival Ticket"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7526
- AegisName: "Manuscript_Paper"
- Name: "Manuscript Paper"
- Buy: 2
-},
-{
- Id: 7527
- AegisName: "Life_Book"
- Name: "Book About True Life"
- Weight: 100
- Trade: {
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7528
- AegisName: "Id_Lottery_Ticket"
- Name: "Lottery Ticket"
-},
-{
- Id: 7529
- AegisName: "Stolen_Sandals"
- Name: "Stolen Sandal"
-},
-{
- Id: 7530
- AegisName: "Travel_Brochure_01"
- Name: "Travel Brochure [Amatsu]"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7531
- AegisName: "Travel_Brochure_02"
- Name: "Travel Brochure [Kunlun]"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7532
- AegisName: "Travel_Brochure_03"
- Name: "Travel Brochure [Louyang]"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7533
- AegisName: "Travel_Brochure_04"
- Name: "Travel Brochure [Ayothaya]"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7534
- AegisName: "Photo_Album_01"
- Name: "Amatsu Completed Photo Album"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7535
- AegisName: "Photo_Album_02"
- Name: "Kunlun Completed Photo Album"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7536
- AegisName: "Photo_Album_03"
- Name: "Louyang Completed Photo Album"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7537
- AegisName: "Photo_Album_04"
- Name: "Ayothaya Completed Photo Album"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7538
- AegisName: "Sifted_Sand"
- Name: "Sand for Work"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7539
- AegisName: "Poring_Coin"
- Name: "Poring Coin"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7540
- AegisName: "Lotto39"
- Name: "Lotto Ball 39"
- Weight: 10
-},
-{
- Id: 7541
- AegisName: "Lotto40"
- Name: "Lotto Ball 40"
- Weight: 10
-},
-{
- Id: 7542
- AegisName: "Lotto41"
- Name: "Lotto Ball 41"
- Weight: 10
-},
-{
- Id: 7543
- AegisName: "Lotto42"
- Name: "Lotto Ball 42"
- Weight: 10
-},
-{
- Id: 7544
- AegisName: "Lotto43"
- Name: "Lotto Ball 43"
- Weight: 10
-},
-{
- Id: 7545
- AegisName: "Lotto44"
- Name: "Lotto Ball 44"
- Weight: 10
-},
-{
- Id: 7546
- AegisName: "Lotto45"
- Name: "Lotto Ball 45"
- Weight: 10
-},
-{
- Id: 7547
- AegisName: "Soccer_Ball"
- Name: "Soccer Ball"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7548
- AegisName: "Soccer_Shoes"
- Name: "Soccer Shoes"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7549
- AegisName: "Brazilian_Flag"
- Name: "Brazilian Flag"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7550
- AegisName: "Ticket01"
- Name: "6.13 Ticket"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7551
- AegisName: "Ticket02"
- Name: "6.18 Ticket"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7552
- AegisName: "Ticket03"
- Name: "6.22 Ticket"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7553
- AegisName: "Lotus_Flower"
- Name: "Lotus Flower"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7554
- AegisName: "Striped_Candle"
- Name: "Striped Candle"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7555
- AegisName: "Green_Incense"
- Name: "Green Incense"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7556
- AegisName: "Longing_Heart"
- Name: "Longing Heart"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7557
- AegisName: "Invitation_Letter"
- Name: "Invitation Letter"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7558
- AegisName: "Invitation_Ticket"
- Name: "Invitation Ticket"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7559
- AegisName: "Key_Of_Flower_Garden"
- Name: "Key to the Secret Garden"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7560
- AegisName: "Longing_Heart2"
- Name: "Longing Heart"
-},
-{
- Id: 7561
- AegisName: "Ice_Heart"
- Name: "Glacial Heart"
- Buy: 606
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7562
- AegisName: "Ice_Scale"
- Name: "Ice Scale"
- Buy: 3020
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7563
- AegisName: "Bloody_Rune"
- Name: "Bloody Rune"
- Buy: 2016
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7564
- AegisName: "Rotten_Meat"
- Name: "Rotten Meat"
- Buy: 102
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7565
- AegisName: "Sticky_Poison"
- Name: "Sticky Poison"
- Buy: 350
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7566
- AegisName: "Will_Of_Darkness_"
- Name: "Will of Red Darkness"
- Buy: 1530
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7567
- AegisName: "Suspicious_Hat"
- Name: "Suspicious Hat"
- Buy: 1290
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7568
- AegisName: "White_Mask"
- Name: "White Mask"
- Buy: 1060
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7569
- AegisName: "Hammer_Of_Wind"
- Name: "Wind Hammer"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7570
- AegisName: "Temple_Lottery_Ticket"
- Name: "Temple Lottery Ticket"
- Weight: 10
-},
-{
- Id: 7571
- AegisName: "Diary_Of_Blue"
- Name: "Bruspetti's Diary"
-},
-{
- Id: 7572
- AegisName: "Magic_Necklace"
- Name: "Ashy Necklace"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7573
- AegisName: "Magic_Necklace_"
- Name: "Sparkling Necklace"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7574
- AegisName: "Ice_Particle"
- Name: "Freezing Snow Powder"
- BuyingStore: true
-},
-{
- Id: 7575
- AegisName: "Red_Jewel_"
- Name: "Red Jewel"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7576
- AegisName: "Blue_Jewel_"
- Name: "Blue Jewel"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7577
- AegisName: "Golden_Jewel_"
- Name: "Yellow Jewel"
- Buy: 20
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7578
- AegisName: "Anti_Spell_Bead"
- Name: "Countermagic Crystal"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7579
- AegisName: "Silk_Handkerchief"
- Name: "Silk Handkerchief of Zhi Nu"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7580
- AegisName: "Black_Bead"
- Name: "Black Marble"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7581
- AegisName: "Anniversary_Ticket"
- Name: "Celebration Document"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7582
- AegisName: "Gem_Of_Ruin"
- Name: "Jewel of Destruction"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7583
- AegisName: "Evil_Mind"
- Name: "Evil Mind"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7584
- AegisName: "Proof_Of_Guard1"
- Name: "Guard's First Proof"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7585
- AegisName: "Proof_Of_Guard2"
- Name: "Guard's Second Proof"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7586
- AegisName: "Proof_Of_Guard3"
- Name: "Guard's Third Proof"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7587
- AegisName: "Proof_Of_Guard4"
- Name: "Guard's Fourth Proof"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7588
- AegisName: "IPOD_Ticker"
- Name: "IPOD Coupon"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7589
- AegisName: "Moon_Cake10"
- Name: "Lettered Moon Snack 01"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7590
- AegisName: "Moon_Cake11"
- Name: "Lettered Moon Snack 02"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7591
- AegisName: "Moon_Cake12"
- Name: "Lettered Moon Snack 03"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7592
- AegisName: "Moon_Cake13"
- Name: "Lettered Moon Snack 04"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7593
- AegisName: "Moon_Cake14"
- Name: "Lettered Moon Snack 05"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7594
- AegisName: "Sonias_Letter"
- Name: "Sonia's Letter"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7595
- AegisName: "Unique_Sword"
- Name: "Special Sword"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7596
- AegisName: "Unique_Shield"
- Name: "Special Shield"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7597
- AegisName: "Magic_Stone"
- Name: "Magic Stone"
- Buy: 20
- Weight: 10
-},
-/*
-{
- Id: 7598
- AegisName: "BlueCard_I"
- Name: "Blue I Card"
- Weight: 10
-},
-*/
-/*
-{
- Id: 7599
- AegisName: "BlueCard_D"
- Name: "Blue D Card"
- Weight: 10
-},
-*/
-/*
-{
- Id: 7600
- AegisName: "BlueCard_K"
- Name: "Blue K Card"
- Weight: 10
-},
-*/
-/*
-{
- Id: 7601
- AegisName: "BlueCard_S"
- Name: "Blue S Card"
- Weight: 10
-},
-*/
-/*
-{
- Id: 7602
- AegisName: "BlueCard_R"
- Name: "Blue R Card"
- Weight: 10
-},
-*/
-{
- Id: 7603
- AegisName: "RO_Party_Ticket"
- Name: "RO Party Invitation Ticket"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7604
- AegisName: "Flour"
- Name: "Flour"
- Weight: 10
-},
-{
- Id: 7605
- AegisName: "Chicken_Egg"
- Name: "Chicken Egg"
- Weight: 10
-},
-{
- Id: 7606
- AegisName: "Coin"
- Name: "Token of the Ox"
- Weight: 10
-},
-{
- Id: 7607
- AegisName: "Evil_Dragon_Head"
- Name: "Neck of Demon Dragon"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7608
- AegisName: "Premium_Ticket"
- Name: "Premium Ticket"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7609
- AegisName: "Pumpkin_Mojo"
- Name: "Pumpkin Mojo"
- Weight: 10
-},
-{
- Id: 7610
- AegisName: "Food_Ticket"
- Name: "Food Exchange Ticket"
- Buy: 1000
- Weight: 10
-},
-{
- Id: 7611
- AegisName: "Fox_Symbol"
- Name: "Symbol of Fox"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7612
- AegisName: "Heart_Of_Fox_Queen"
- Name: "Heart of Queen Fox"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7613
- AegisName: "Small_Rice_Dough"
- Name: "Small Rice Cake Dough"
-},
-{
- Id: 7614
- AegisName: "Special_Packing_Paper"
- Name: "Wrapping Paper"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7615
- AegisName: "MVP_Ticket"
- Name: "MVP Voucher"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7616
- AegisName: "Mini_Boss_Ticket"
- Name: "Miniboss Voucher"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7617
- AegisName: "Monster_Ticket_"
- Name: "Monster Voucher"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7618
- AegisName: "Monster_Crystal"
- Name: "Monster Crystal"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7619
- AegisName: "Enriched_Elunium"
- Name: "Enriched Elunium"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7620
- AegisName: "Enriched_Oridecon"
- Name: "Enriched Oridecon"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7621
- AegisName: "Token_Of_Siegfried"
- Name: "Token Of Siegfried"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7622
- AegisName: "New_Style_Coupon"
- Name: "Hairstyle Coupon"
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
-},
-{
- Id: 7623
- AegisName: "Name_Change_Coupon"
- Name: "Ticket Of Identification"
- Buy: 2
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7624
- AegisName: "Spring_Stanza23"
- Name: "Spring Stanza23"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7625
- AegisName: "Registration_Ticket"
- Name: "Registration Ticket"
-},
-{
- Id: 7626
- AegisName: "Bubble_Gum_Token"
- Name: "Bubble Gum Token"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7627
- AegisName: "Sage_Key"
- Name: "Sage Key"
-},
-{
- Id: 7628
- AegisName: "Idiot_Key"
- Name: "Idiot Key"
-},
-{
- Id: 7629
- AegisName: "Pink_Gift_Box"
- Name: "Pink Gift Box"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7630
- AegisName: "Clean_Beach_Brush"
- Name: "Clean Beach Brush"
-},
-{
- Id: 7631
- AegisName: "Trash_Debris"
- Name: "Trash Debris"
-},
-{
- Id: 7635
- AegisName: "Perfume_Pouch"
- Name: "Sachet"
- Buy: 100
-},
-{
- Id: 7701
- AegisName: "Dragon_Spirit"
- Name: "Soul"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7702
- AegisName: "Special_Cogwheel"
- Name: "Special Cogwheel"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7703
- AegisName: "Piece_Of_Cogwheel"
- Name: "Piece of Cogwheel"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7704
- AegisName: "Broken_Thermometer"
- Name: "Broken Thermometer"
- Buy: 2
-},
-{
- Id: 7705
- AegisName: "Note_Of_Geologist"
- Name: "Note of Geologist"
- Buy: 2
-},
-{
- Id: 7706
- AegisName: "Spoiled_Carrot_Juice"
- Name: "Broken Carrot Juice"
- Buy: 20
- Weight: 40
-},
-{
- Id: 7707
- AegisName: "Spoiled_Banana_Juice"
- Name: "Broken Banana Juice"
- Buy: 20
- Weight: 40
-},
-{
- Id: 7708
- AegisName: "Spoiled_Apple_Juice"
- Name: "Broken Apple Juice"
- Buy: 20
- Weight: 40
-},
-{
- Id: 7709
- AegisName: "Spoiled_Grape_Juice"
- Name: "Broken Grape Juice"
- Buy: 20
- Weight: 40
-},
-{
- Id: 7710
- AegisName: "Black_Gemstone"
- Name: "Black Gemstone"
- Buy: 600
- Weight: 30
-},
-{
- Id: 7711
- AegisName: "Update_Ticket"
- Name: "Event Ticket"
- Weight: 10
-},
-{
- Id: 7712
- AegisName: "Nokia5500"
- Name: "Nokia 5500"
- Weight: 10
-},
-{
- Id: 7713
- AegisName: "BlueCard_A_"
- Name: "Blue A(2) Card"
- Weight: 10
-},
-{
- Id: 7714
- AegisName: "BlueCard_R_"
- Name: "Blue R(2) Card"
- Weight: 10
-},
-{
- Id: 7715
- AegisName: "Handmade_Choco_Recipe"
- Name: "Handmade Chocolate Recipe"
-},
-{
- Id: 7716
- AegisName: "Strawberry_Choco_Recipe"
- Name: "Chocolate Strawberry Recipe"
-},
-{
- Id: 7717
- AegisName: "Choco_Tart_Recipe"
- Name: "Chocolate Tart Recipe"
-},
-{
- Id: 7718
- AegisName: "Cacao_Bean"
- Name: "Cacao Bean"
- Weight: 10
-},
-{
- Id: 7719
- AegisName: "BlueCard_G"
- Name: "Blue G Card"
- Weight: 10
-},
-{
- Id: 7720
- AegisName: "Gold_Coin_US"
- Name: "Gold Coin"
- Buy: 100
- Weight: 10
-},
-{
- Id: 7721
- AegisName: "Treasure_Box_"
- Name: "Treasure Box"
- Buy: 100
- Weight: 500
-},
-{
- Id: 7722
- AegisName: "Debt_Note"
- Name: "Debt Note"
- Buy: 20
-},
-{
- Id: 7723
- AegisName: "Diamond_Of_Ruin"
- Name: "Diamond of Ruin"
- Buy: 20
-},
-{
- Id: 7724
- AegisName: "Forbidden_Secret_Art"
- Name: "Forbidden Secret Art"
- Buy: 20
-},
-{
- Id: 7725
- AegisName: "Unlucky_Emerald"
- Name: "Unlucky Emerald"
- Buy: 20
-},
-{
- Id: 7726
- AegisName: "Token_Of_King"
- Name: "Token of King"
- Buy: 20
-},
-{
- Id: 7727
- AegisName: "HP_Doctor_Ticket"
- Name: "HP Doctor Ticket"
-},
-{
- Id: 7728
- AegisName: "SP_Doctor_Ticket"
- Name: "SP Doctor Ticket"
-},
-{
- Id: 7729
- AegisName: "Rok_Star_Badge"
- Name: "Rok Star Badge"
- Buy: 20
- Weight: 100
-},
-{
- Id: 7730
- AegisName: "Mission_Certificate1"
- Name: "Mission Ticket 1"
- Weight: 10
-},
-{
- Id: 7731
- AegisName: "Mission_Certificate2"
- Name: "Mission Ticket 2"
- Weight: 10
-},
-{
- Id: 7732
- AegisName: "Mission_Certificate3"
- Name: "Mission Ticket 3"
- Weight: 10
-},
-{
- Id: 7733
- AegisName: "Mission_Certificate4"
- Name: "Mission Ticket 4"
- Weight: 10
-},
-{
- Id: 7734
- AegisName: "Mission_Certificate5"
- Name: "Mission Ticket 5"
- Weight: 10
-},
-{
- Id: 7735
- AegisName: "Mission_Certificate6"
- Name: "Mission Ticket 6"
- Weight: 10
-},
-{
- Id: 7736
- AegisName: "Mission_Certificate7"
- Name: "Mission Ticket 7"
- Weight: 10
-},
-{
- Id: 7737
- AegisName: "Mission_Certificate8"
- Name: "Mission Ticket 8"
- Weight: 10
-},
-{
- Id: 7738
- AegisName: "Mission_Certificate9"
- Name: "Mission Ticket 9"
- Weight: 10
-},
-{
- Id: 7739
- AegisName: "Mission_Certificate10"
- Name: "Mission Ticket 10"
- Weight: 10
-},
-{
- Id: 7740
- AegisName: "Mission_Certificate11"
- Name: "Mission Ticket 11"
- Weight: 10
-},
-{
- Id: 7741
- AegisName: "Mission_Certificate12"
- Name: "Mission Ticket 12"
- Weight: 10
-},
-{
- Id: 7742
- AegisName: "Kaong"
- Name: "Kaong"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7743
- AegisName: "Gulaman"
- Name: "Gulaman"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7744
- AegisName: "Leche_Flan"
- Name: "Leche Flan"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7745
- AegisName: "Ube_Jam"
- Name: "Ube Jam"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7746
- AegisName: "Sago"
- Name: "Sago"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7747
- AegisName: "Langka"
- Name: "Langka"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7748
- AegisName: "Sweet_Bean"
- Name: "Sweet Beans"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7749
- AegisName: "Sweet_Banana"
- Name: "Sweet Bananas"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7750
- AegisName: "Macapuno"
- Name: "Macapuno"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7751
- AegisName: "Old_White_Cloth"
- Name: "Old White Cloth"
- Buy: 550
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7752
- AegisName: "Clattering_Skull"
- Name: "Clattering Skull"
- Buy: 840
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7753
- AegisName: "Broken_Farming_Utensil"
- Name: "Broken Farming Utensil"
- Buy: 330
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7754
- AegisName: "Broken_Crown"
- Name: "Broken Crown"
- Buy: 3000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7755
- AegisName: "Research_Note"
- Name: "Research Note"
- Buy: 20
-},
-{
- Id: 7756
- AegisName: "Sealed_Book"
- Name: "Sealed Book"
- Buy: 2000
- Weight: 10
-},
-{
- Id: 7757
- AegisName: "Mithril"
- Name: "Mithril"
- Buy: 20
- Weight: 100
-},
-{
- Id: 7758
- AegisName: "Star_Crystal"
- Name: "Star Crystal"
- Buy: 20
- Weight: 100
-},
-{
- Id: 7759
- AegisName: "Geology_Report"
- Name: "Geologist's Report"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7760
- AegisName: "Yaga_Magic_Book"
- Name: "Yaga's Magic Book"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7761
- AegisName: "Magic_Gourd_Bottle"
- Name: "Magic Gourd Bottle"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7762
- AegisName: "Yaga_Pestle"
- Name: "Yaga's Pestle"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7763
- AegisName: "Sticky_Herb"
- Name: "Sticky Herb"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7764
- AegisName: "High_Strength_Adhesive"
- Name: "High Strength Adhesive"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7765
- AegisName: "Yaga_Secret_Medicine"
- Name: "Baba Yaga's Secret Medicine"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7766
- AegisName: "Bok_Choy"
- Name: "Bok Choy"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7767
- AegisName: "Chung_E_Cake"
- Name: "Green Maiden's Cake"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7768
- AegisName: "Squid"
- Name: "Squid"
- Weight: 10
-},
-{
- Id: 7769
- AegisName: "Egg_Yolk"
- Name: "Egg Yolk"
- Weight: 10
-},
-{
- Id: 7770
- AegisName: "Sweet_Rice"
- Name: "Sweet Rice"
- Weight: 10
-},
-{
- Id: 7771
- AegisName: "Lotus_Leaf"
- Name: "Lotus Leaf"
- Weight: 10
-},
-{
- Id: 7772
- AegisName: "String"
- Name: "String"
- Weight: 10
-},
-{
- Id: 7773
- AegisName: "War_Badge"
- Name: "Wat Badge"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7774
- AegisName: "Chung_E_Ticket"
- Name: "Green Maiden Ticket"
- Weight: 10
-},
-{
- Id: 7775
- AegisName: "Spring_Rabbit_Ticket"
- Name: "Spring Rabbit Ticket"
- Weight: 10
-},
-{
- Id: 7776
- AegisName: "Max_Weight_Up_Scroll"
- Name: "Gym Pass"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7777
- AegisName: "Gold_Box"
- Name: "Sealed Golden Box"
- Weight: 10
-},
-{
- Id: 7778
- AegisName: "Silver_Box"
- Name: "Sealed Silver Box"
- Weight: 10
-},
-{
- Id: 7779
- AegisName: "Gold_Key_TW"
- Name: "Golden Key"
- Weight: 10
-},
-{
- Id: 7780
- AegisName: "Silver_Key"
- Name: "Silver Key"
- Weight: 10
-},
-{
- Id: 7781
- AegisName: "Heart_Box"
- Name: "Engrave Treasure Box"
- Weight: 10
-},
-{
- Id: 7782
- AegisName: "Gold_Key77"
- Name: "Episode 13.1 Poporing Key"
- Weight: 10
- DropAnnounce: true
-},
-{
- Id: 7783
- AegisName: "Silver_Key77"
- Name: "Episode 13.2 Poring Key"
- Weight: 10
- DropAnnounce: true
-},
-{
- Id: 7784
- AegisName: "Fawner_Coupon1"
- Name: "Free Coupon 1"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7785
- AegisName: "Fawner_Coupon2"
- Name: "Free Coupon 2"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7786
- AegisName: "Fawner_Coupon3"
- Name: "Free Coupon 3"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7787
- AegisName: "Fawner_Coupon4"
- Name: "Free Coupon 4"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7788
- AegisName: "Fawner_Coupon5"
- Name: "Free Coupon 5"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7789
- AegisName: "Fawner_Coupon6"
- Name: "Free Coupon 6"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7790
- AegisName: "Fawner_Coupon7"
- Name: "Free Coupon 7"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7791
- AegisName: "Fawner_Coupon8"
- Name: "Free Coupon 8"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7792
- AegisName: "Guyak"
- Name: "Guyak"
- Weight: 10
-},
-{
- Id: 7793
- AegisName: "Golden_Apple"
- Name: "Golden Apple"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7794
- AegisName: "Fate_Of_Crow"
- Name: "The Crow of Destiny"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7795
- AegisName: "Mami_Photo_Album"
- Name: "Mammi's Photo Album"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7796
- AegisName: "Author_Autograph"
- Name: "Author's Autograph"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7797
- AegisName: "Author_Memo"
- Name: "Author's Memo"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7798
- AegisName: "Dark_Debris"
- Name: "Fragment of Darkness"
- Buy: 500
- Weight: 10
-},
-{
- Id: 7799
- AegisName: "Dark_Crystal"
- Name: "Crystal of Darkness"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7800
- AegisName: "Golden_Apple_"
- Name: "Golden Charm Apple"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7801
- AegisName: "Girl_Fan_Letter"
- Name: "Girl's Letter"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7802
- AegisName: "Autograph_Book"
- Name: "Signature Notebook"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7803
- AegisName: "Battle_Manual_TW"
- Name: "Beginner's Field Manual"
- Weight: 10
-},
-/*
-{
- Id: 7804
- AegisName: "????_???"
- Name: "????_???"
- Weight: 10
-},
-*/
-{
- Id: 7805
- AegisName: "Brown_Ring"
- Name: "Brown Jenoss's Family Ring"
- Weight: 10
-},
-{
- Id: 7806
- AegisName: "Black_Anvil"
- Name: "God Anvil"
- Weight: 10
-},
-{
- Id: 7807
- AegisName: "Ore"
- Name: "God Mineral"
- Weight: 10
-},
-{
- Id: 7808
- AegisName: "Gold_Hammer"
- Name: "God Hammer"
- Weight: 10
-},
-{
- Id: 7809
- AegisName: "Gold_Furnace"
- Name: "God Furnace"
- Weight: 10
-},
-{
- Id: 7810
- AegisName: "Yellow_Cat_Eyed_Stone"
- Name: "Symbol of Richness"
- Weight: 10
-},
-{
- Id: 7811
- AegisName: "Gold_Anvil"
- Name: "Anvil"
- Weight: 10
-},
-{
- Id: 7812
- AegisName: "Red_Cat_Eyed_Stone"
- Name: "Symbol of Bravery"
- Weight: 10
-},
-{
- Id: 7813
- AegisName: "Th_Red_Ring"
- Name: "Red Jenoss's Family Ring"
- Weight: 10
-},
-{
- Id: 7814
- AegisName: "Green_Ring"
- Name: "Green Jenoss's Family Ring"
- Weight: 10
-},
-{
- Id: 7815
- AegisName: "Blue_Ring"
- Name: "Blue Jenoss's Family Ring"
- Weight: 10
-},
-{
- Id: 7816
- AegisName: "Blue_Cat_Eyed_Stone"
- Name: "Symbol of Faith"
- Weight: 10
-},
-{
- Id: 7817
- AegisName: "White_Cat_Eyed_Stone"
- Name: "Symbol of Peace"
- Weight: 10
-},
-{
- Id: 7818
- AegisName: "RJC_Golden_Necklace"
- Name: "Jessur's Necklace"
- Weight: 10
-},
-{
- Id: 7819
- AegisName: "Nokia5300"
- Name: "Nokia 5300"
- Weight: 10
-},
-{
- Id: 7820
- AegisName: "Morroc_Skin"
- Name: "Piece of Morocc Skin"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7821
- AegisName: "Green_Apple"
- Name: "Green Apple"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7822
- AegisName: "Whole_Barbecue"
- Name: "Whole Barbecue"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7823
- AegisName: "Meat_Veg_Skewer"
- Name: "Meat Veg Skewer"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7824
- AegisName: "Spirit_Liquor"
- Name: "Spirit Liquor"
- Buy: 20
- Weight: 10
- BuyingStore: true
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7825
- AegisName: "Heroic_Stone"
- Name: "Heroic Stone"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7826
- AegisName: "Continental_Guard_Paper"
- Name: "Continental Guard Paper"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7827
- AegisName: "Mineral_Report"
- Name: "Mineral Evals"
-},
-{
- Id: 7828
- AegisName: "BF_Badge1"
- Name: "Bravery Badge"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7829
- AegisName: "BF_Badge2"
- Name: "Valor Badge"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7830
- AegisName: "Goddess_Tear"
- Name: "Goddess Tear"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7831
- AegisName: "Valkyrie_Token"
- Name: "Valkyrie's Token"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7832
- AegisName: "Brynhild_Armor_Piece"
- Name: "Brynhild Armor Piece"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7833
- AegisName: "Hero_Remains"
- Name: "Hero's Remains"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7834
- AegisName: "Andvari_Ring"
- Name: "Andvari's Ring"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7835
- AegisName: "Dusk_Glow"
- Name: "Dusk Glow"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7836
- AegisName: "Dawn_Essence"
- Name: "Dawn Essence"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7837
- AegisName: "Cold_Moonlight"
- Name: "Cold Moonlight"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7838
- AegisName: "Hazy_Starlight"
- Name: "Hazy Starlight"
- Buy: 1
- Weight: 500
- BuyingStore: true
-},
-{
- Id: 7839
- AegisName: "Crystal_Key"
- Name: "Crystal Key"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7840
- AegisName: "Valkyrie_Gift"
- Name: "Valkyrie's Gift"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7841
- AegisName: "Spotted_Paper"
- Name: "Stained Piece Of Paper"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7842
- AegisName: "Torn_Paper"
- Name: "Torn Piece Of Paper"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7843
- AegisName: "Old_Paper"
- Name: "Old Piece Of Paper"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7844
- AegisName: "Burnt_Paper"
- Name: "Burnt Pieces Of Paper"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7845
- AegisName: "Copy_Of_Spotted_Paper"
- Name: "Copy Of Spotted Paper"
- Weight: 10
-},
-{
- Id: 7846
- AegisName: "Copy_Of_Torn_Paper"
- Name: "Copy Of Torn Paper"
- Weight: 10
-},
-{
- Id: 7847
- AegisName: "Copy_Of_Old_Paper"
- Name: "Copy Of Old Paper"
- Weight: 10
-},
-{
- Id: 7848
- AegisName: "Copy_Of_Burnt_Paper"
- Name: "Copy Of Burnt Paper"
- Weight: 10
-},
-{
- Id: 7849
- AegisName: "Soul_Crystal"
- Name: "Soul Crystal"
- Weight: 10
-},
-{
- Id: 7850
- AegisName: "Wooden_Block_"
- Name: "Wooden Block"
- Buy: 20
- Weight: 100
-},
-{
- Id: 7851
- AegisName: "Pass_F1"
- Name: "Wii Raffle Ticket"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7852
- AegisName: "Pass_F2"
- Name: "Divx Player Raffle Ticket"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7853
- AegisName: "Pass_F3"
- Name: "iPod nano Raffle Ticket"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7854
- AegisName: "Pass_CF"
- Name: "Comodo Festival Ticket"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7855
- AegisName: "Heart"
- Name: "Heart"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7856
- AegisName: "Girl_Bunch_Of_Flower_"
- Name: "Girl's Bouquet"
- Buy: 20
- Weight: 50
-},
-{
- Id: 7857
- AegisName: "Handmade_Kitty_Doll"
- Name: "Hand-made Kitty Doll"
- Buy: 20
- Weight: 30
-},
-{
- Id: 7858
- AegisName: "Dragonball_Yellow_"
- Name: "Dragonball Yellow"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7859
- AegisName: "Game_Ticket"
- Name: "Game Ticket"
- Buy: 20
- Weight: 100
-},
-{
- Id: 7860
- AegisName: "Peeps"
- Name: "Peeps"
- Weight: 50
-},
-{
- Id: 7861
- AegisName: "Jelly_Bean"
- Name: "Jelly Bean"
- Weight: 50
-},
-{
- Id: 7862
- AegisName: "Marshmallow"
- Name: "Marshmallow"
- Weight: 50
-},
-{
- Id: 7863
- AegisName: "GOLD_ID4"
- Name: "Special Gold"
- Buy: 20
- Weight: 200
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7864
- AegisName: "Love_Flower"
- Name: "Love Flower"
- Buy: 20
- Weight: 10
-},
-{
- Id: 7865
- AegisName: "Gold_Pouch"
- Name: "Gold Pouch"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7866
- AegisName: "Certificate"
- Name: "Certificate"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7867
- AegisName: "SesamePouch"
- Name: "Sesame Bag"
- Buy: 10
- Weight: 100
-},
-{
- Id: 7868
- AegisName: "Water"
- Name: "Fresh Water"
- Buy: 10
- Weight: 100
-},
-{
- Id: 7869
- AegisName: "RicePouch"
- Name: "Rice Pouch"
- Buy: 10
- Weight: 100
-},
-{
- Id: 7870
- AegisName: "Corn"
- Name: "Corn"
- Buy: 5
- Weight: 20
-},
-{
- Id: 7871
- AegisName: "BeanPouch"
- Name: "Bean Bag"
- Buy: 10
- Weight: 20
-},
-{
- Id: 7872
- AegisName: "Grass"
- Name: "Herb"
- Buy: 10
- Weight: 30
-},
-{
- Id: 7873
- AegisName: "MVP_Monster_Scroll"
- Name: "MVP Monster Scroll"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7874
- AegisName: "Monster_Scroll"
- Name: "Create Monster Scroll"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7875
- AegisName: "Pirate_Box"
- Name: "Pirate Treasure"
- Buy: 300000
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7876
- AegisName: "Gold_Key"
- Name: "Golden Key"
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7877
- AegisName: "Red_Ring"
- Name: "Red Ring"
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7878
- AegisName: "Lusalka_Hair"
- Name: "Lusalka's Hair"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7879
- AegisName: "Golden_Thread"
- Name: "Golden Thread"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7880
- AegisName: "Babayaga_Silver_Spoon"
- Name: "Baba Yaga's Silver Spoon"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7881
- AegisName: "Book_Of_Magic"
- Name: "Mystery Magic Book"
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7882
- AegisName: "Pointed_Branch"
- Name: "Sharp Branch"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7883
- AegisName: "Pointed_Wooden_Flute"
- Name: "Wooden Flute"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7884
- AegisName: "Jade_Plate"
- Name: "Jade Plate"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7885
- AegisName: "Sacred_Arrow"
- Name: "Sacred Arrow"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7886
- AegisName: "Bean_Paste"
- Name: "Bean Paste"
- Weight: 10
-},
-{
- Id: 7887
- AegisName: "Dried_Fruit_Box"
- Name: "Dried Fruit Box"
- Weight: 30
-},
-{
- Id: 7888
- AegisName: "Bag_Of_Nuts"
- Name: "Bag of Nuts"
- Weight: 30
-},
-{
- Id: 7889
- AegisName: "Chicken_Feed"
- Name: "Chicken Feed"
- Weight: 20
-},
-{
- Id: 7891
- AegisName: "Mug"
- Name: "Mug"
- Buy: 2
- Weight: 100
-},
-{
- Id: 7892
- AegisName: "Charcoal"
- Name: "Charcoal"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7893
- AegisName: "Sulfur"
- Name: "Sulphur"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7894
- AegisName: "Nitrate"
- Name: "Nitrogen Acid"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7895
- AegisName: "TRO_Memory_Book01"
- Name: "Rama5 Book"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7896
- AegisName: "TRO_Memory_Book02"
- Name: "Loykrathong Book"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7897
- AegisName: "TRO_Memory_Book03"
- Name: "Constitution Book"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7898
- AegisName: "VVS_Balmung"
- Name: "VV Strong Balmung"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7899
- AegisName: "Spiritualist_Dagger"
- Name: "Dagger Of Psychic"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7900
- AegisName: "Jenoss_Ring1"
- Name: "Jonathan Family Ring"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7901
- AegisName: "Jenoss_Ring2"
- Name: "Jillberriel Family Ring"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7902
- AegisName: "Jenoss_Ring3"
- Name: "Jessur Family Ring"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7903
- AegisName: "Jenoss_Ring4"
- Name: "Jenoss Family Ring"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7904
- AegisName: "Piano_Key"
- Name: "Piano Key"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7905
- AegisName: "Rok_Star_Badge_"
- Name: "Rok Star Badge"
- Buy: 20
- Weight: 100
-},
-{
- Id: 7906
- AegisName: "Poppy_Wreath"
- Name: "Poppy Wreath"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7907
- AegisName: "Bobbin_Of_Goddess"
- Name: "Bobbin Of Goddess"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7908
- AegisName: "Louis_Hair_Coupon"
- Name: "Louise's Beauty Coupon"
- Weight: 10
-},
-{
- Id: 7909
- AegisName: "Stolen_Cookie"
- Name: "Stolen Cookie"
- Weight: 10
-},
-{
- Id: 7910
- AegisName: "Stolen_Candy"
- Name: "Stolen Candy"
- Weight: 10
-},
-{
- Id: 7911
- AegisName: "Yulia_Hat"
- Name: "Yulia's Hat"
- Weight: 10
-},
-{
- Id: 7912
- AegisName: "Portable_Snowman"
- Name: "Portable Snowman Machine"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7913
- AegisName: "Test_Certificate"
- Name: "Battle Test Certificate"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7914
- AegisName: "Ancient_Document_TW"
- Name: "Ancient Language Document"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7915
- AegisName: "Copper_Coin_"
- Name: "Bronze Coin"
-},
-{
- Id: 7916
- AegisName: "Silver_Coin_"
- Name: "Silver Coin"
-},
-{
- Id: 7917
- AegisName: "Magic_Potion"
- Name: "Magic Potion"
-},
-{
- Id: 7918
- AegisName: "Particle_Of_Memory"
- Name: "Fragment Of Memory"
- Buy: 2000
- Weight: 100
-},
-{
- Id: 7919
- AegisName: "Festival_Ticket"
- Name: "Festival Ticket"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7920
- AegisName: "Heros_Arsenal"
- Name: "He's Arsenal"
-},
-{
- Id: 7921
- AegisName: "Essence_Of_Dragon"
- Name: "Essence Of Dragon"
- Buy: 1000
- Weight: 10
-},
-{
- Id: 7922
- AegisName: "RWC_Ticket"
- Name: "RWC Voucher Items"
- Buy: 2
- Weight: 10
-},
-{
- Id: 7923
- AegisName: "KRATHONG_"
- Name: "Krathong"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7928
- AegisName: "Brazilian_Flag_"
- Name: "Brazil National Flag"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7929
- AegisName: "Golden_Coin_"
- Name: "Gold Coin"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7930
- AegisName: "Cowkings_Nose_Ring"
- Name: "Devil's Cattle Ring"
- Weight: 1000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7931
- AegisName: "Poison_Kit"
- Name: "Poison Kit"
- Buy: 1
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7932
- AegisName: "Poison_Herb_Nerium"
- Name: "Poison Herb Nerium"
- Buy: 1
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7933
- AegisName: "Poison_Herb_Rantana"
- Name: "Poison Herb Rantana"
- Buy: 1
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7934
- AegisName: "Poison_Herb_Makulata"
- Name: "Poison Herb Makulata"
- Buy: 1
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7935
- AegisName: "Poison_Herb_Seratum"
- Name: "Poison Herb Seratum"
- Buy: 1
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7936
- AegisName: "Poison_Herb_Scopolia"
- Name: "Poison Herb Scoporia"
- Buy: 1
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7937
- AegisName: "Poison_Herb_Amoena"
- Name: "Poison Herb Amoena"
- Buy: 1
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7938
- AegisName: "Light_Granule"
- Name: "Light Granule"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7939
- AegisName: "Elder_Branch"
- Name: "Elder Branch"
- Buy: 1000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 7940
- AegisName: "Special_Alloy_Trap"
- Name: "Special Alloy Trap"
- Buy: 200
- Weight: 2
- BuyingStore: true
-},
-{
- Id: 7941
- AegisName: "Halloween_Ticket"
- Name: "Halloween Ticket"
- Buy: 10
-},
-{
- Id: 7942
- AegisName: "Letter_From_Chico"
- Name: "Chico Cesar Letter"
-},
-{
- Id: 7943
- AegisName: "Caskinya"
- Name: "Caskinya"
-},
-{
- Id: 7944
- AegisName: "Box_Of_Seal"
- Name: "Sealed Box"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
-},
-{
- Id: 7945
- AegisName: "Almighty_Charm"
- Name: "Universal Amulet"
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
-},
-{
- Id: 7946
- AegisName: "Valentine_Gold_Ring"
- Name: "Gold Ring Of Valentine"
- Buy: 10
-},
-{
- Id: 7947
- AegisName: "Valentine_Silver_Ring"
- Name: "Silver Ring Of Valentine"
- Buy: 10
-},
-{
- Id: 7948
- AegisName: "Box"
- Name: "Box"
- Buy: 10
- Weight: 10
-},
-{
- Id: 7949
- AegisName: "Woven_Wool"
- Name: "Woven Wool"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7950
- AegisName: "Ayothaya_Ticket"
- Name: "Ayothaya Fest Ticket"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7951
- AegisName: "Gold_Tulip"
- Name: "Golden Tulip Flower"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7952
- AegisName: "Gift_From_Romiros"
- Name: "Gift Of Lomi Ross"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7953
- AegisName: "Gift_From_Juliedge"
- Name: "Gift Of Juliet"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7954
- AegisName: "Festival_Ticket_"
- Name: "Summer Festival Ticket"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7955
- AegisName: "Lost_Card1"
- Name: "Lost Card1"
- Buy: 10
-},
-{
- Id: 7956
- AegisName: "Lost_Card2"
- Name: "Lost Card2"
- Buy: 10
-},
-{
- Id: 7957
- AegisName: "Lost_Card3"
- Name: "Lost Card3"
- Buy: 10
-},
-{
- Id: 7958
- AegisName: "Lost_Card4"
- Name: "Lost Card4"
- Buy: 10
-},
-{
- Id: 7959
- AegisName: "Ancient_Gold_Coin"
- Name: "Ancient Gold Coin"
- Trade: {
- nodrop: true
- nogstorage: true
- }
-},
-{
- Id: 7960
- AegisName: "Ancient_Silver_Coin"
- Name: "Ancient Silver Coin"
- Trade: {
- nodrop: true
- nogstorage: true
- }
-},
-{
- Id: 7961
- AegisName: "Weapon_Exchange"
- Name: "Weapon Exchange"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7962
- AegisName: "Treasure_Map1"
- Name: "Treasure Map1"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7963
- AegisName: "Treasure_Map2"
- Name: "Treasure Map2"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7964
- AegisName: "Treasure_Map3"
- Name: "Treasure Map3"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7965
- AegisName: "Treasure_Map4"
- Name: "Treasure Map4"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7966
- AegisName: "Weird_Parchment1"
- Name: "Weird Parchment1"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7967
- AegisName: "Weird_Parchment2"
- Name: "Weird Parchment2"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7968
- AegisName: "Weird_Parchment3"
- Name: "Weird Parchment3"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7969
- AegisName: "Weird_Parchment4"
- Name: "Weird Parchment4"
- Buy: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7970
- AegisName: "Unwritten_Letter1"
- Name: "Unwritten Letter1"
-},
-{
- Id: 7971
- AegisName: "Unwritten_Letter2"
- Name: "Unwritten Letter2"
-},
-{
- Id: 7972
- AegisName: "Oath_Day_Letter"
- Name: "Oath Day Letter"
-},
-{
- Id: 7973
- AegisName: "Immortality_Egg"
- Name: "Immortality Egg"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7974
- AegisName: "Illusion_Piece"
- Name: "Illusion Piece"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7975
- AegisName: "Cupid_Choco"
- Name: "Cupid Choco"
-},
-{
- Id: 7976
- AegisName: "Gf_Magic_Coin"
- Name: "Gf Magic Coin"
- Buy: 20
-},
-{
- Id: 7977
- AegisName: "Hunting_Medal_Badge"
- Name: "Hunting Medal Badge"
-},
-{
- Id: 7978
- AegisName: "Spring_Stanza1"
- Name: "Spring Stanza1"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7979
- AegisName: "Spring_Stanza2"
- Name: "Spring Stanza2"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7980
- AegisName: "Spring_Stanza3"
- Name: "Spring Stanza3"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7981
- AegisName: "Spring_Stanza4"
- Name: "Spring Stanza4"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7982
- AegisName: "Spring_Stanza5"
- Name: "Spring Stanza5"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7983
- AegisName: "Spring_Stanza6"
- Name: "Spring Stanza6"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7984
- AegisName: "Spring_Stanza7"
- Name: "Spring Stanza7"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7985
- AegisName: "Spring_Stanza8"
- Name: "Spring Stanza8"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7986
- AegisName: "Spring_Stanza9"
- Name: "Spring Stanza9"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7987
- AegisName: "Spring_Stanza10"
- Name: "Spring Stanza10"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7988
- AegisName: "Spring_Stanza11"
- Name: "Spring Stanza11"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7989
- AegisName: "Spring_Stanza12"
- Name: "Spring Stanza12"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7990
- AegisName: "Spring_Stanza13"
- Name: "Spring Stanza13"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7991
- AegisName: "Spring_Stanza14"
- Name: "Spring Stanza14"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7992
- AegisName: "Spring_Stanza15"
- Name: "Spring Stanza15"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7993
- AegisName: "Spring_Stanza16"
- Name: "Spring Stanza16"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7994
- AegisName: "Spring_Stanza17"
- Name: "Spring Stanza17"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7995
- AegisName: "Spring_Stanza18"
- Name: "Spring Stanza18"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7996
- AegisName: "Spring_Stanza19"
- Name: "Spring Stanza19"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7997
- AegisName: "Spring_Stanza20"
- Name: "Spring Stanza20"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7998
- AegisName: "Spring_Stanza21"
- Name: "Spring Stanza21"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 7999
- AegisName: "Spring_Stanza22"
- Name: "Spring Stanza22"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-
-//== Pet Eggs ==============================================
-{
- Id: 9001
- AegisName: "Poring_Egg"
- Name: "Poring Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9002
- AegisName: "Drops_Egg"
- Name: "Drops Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9003
- AegisName: "Poporing_Egg"
- Name: "Poporing Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9004
- AegisName: "Lunatic_Egg"
- Name: "Lunatic Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9005
- AegisName: "Picky_Egg"
- Name: "Picky Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9006
- AegisName: "Chonchon_Egg"
- Name: "Chonchon Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9007
- AegisName: "Steel_Chonchon_Egg"
- Name: "Steel Chonchon Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9008
- AegisName: "Hunter_Fly_Egg"
- Name: "Hunter Fly Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9009
- AegisName: "Savage_Bebe_Egg"
- Name: "Savage Babe Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9010
- AegisName: "Baby_Desert_Wolf_Egg"
- Name: "Baby Desert Wolf Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9011
- AegisName: "Rocker_Egg"
- Name: "Rocker Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9012
- AegisName: "Spore_Egg"
- Name: "Spore Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9013
- AegisName: "Poison_Spore_Egg"
- Name: "Poison Spore Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9014
- AegisName: "PecoPeco_Egg"
- Name: "Peco Peco Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9015
- AegisName: "Smokie_Egg"
- Name: "Smokie Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9016
- AegisName: "Yoyo_Egg"
- Name: "Yoyo Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9017
- AegisName: "Orc_Warrior_Egg"
- Name: "Orc Warrior Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9018
- AegisName: "Munak_Egg"
- Name: "Munak Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9019
- AegisName: "Dokkaebi_Egg"
- Name: "Dokebi Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9020
- AegisName: "Sohee_Egg"
- Name: "Sohee Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9021
- AegisName: "Isis_Egg"
- Name: "Isis Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9022
- AegisName: "Green_Petite_Egg"
- Name: "Green Petite Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9023
- AegisName: "Deviruchi_Egg"
- Name: "Deviruchi Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9024
- AegisName: "Bapho_Jr_Egg"
- Name: "Bapho Jr. Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9025
- AegisName: "Bongun_Egg"
- Name: "Bongun Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9026
- AegisName: "Zherlthsh_Egg"
- Name: "Zealotus Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9027
- AegisName: "Alice_Egg"
- Name: "Alice Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9028
- AegisName: "Rice_Cake_Egg"
- Name: "Hard Rice Cake"
- Type: "IT_PETEGG"
- Buy: 20
- Trade: {
- nodrop: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 9029
- AegisName: "Santa_Goblin_Egg"
- Name: "Christmas Goblin's Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9030
- AegisName: "Chung_E_Egg"
- Name: "Green Maiden Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9031
- AegisName: "Spring_Rabbit_Egg"
- Name: "Spring Rabbit Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9032
- AegisName: "Knife_Goblin_Egg"
- Name: "Knife Goblin Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9033
- AegisName: "Flail_Goblin_Egg"
- Name: "Flail Goblin Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9034
- AegisName: "Hammer_Goblin_Egg"
- Name: "Hammer Goblin Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9035
- AegisName: "Red_Deleter_Egg"
- Name: "Red Deleter Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9036
- AegisName: "Diabolic_Egg"
- Name: "Diabolic Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9037
- AegisName: "Wanderer_Egg"
- Name: "Wanderer Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9038
- AegisName: "New_Year_Doll_Egg"
- Name: "New Year Doll Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9039
- AegisName: "Bacsojin_Egg"
- Name: "Bacsojin Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9040
- AegisName: "Civil_Servant_Egg"
- Name: "Civil Servant Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9041
- AegisName: "Leaf_Cat_Egg"
- Name: "Leaf Cat Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9042
- AegisName: "Loli_Ruri_Egg"
- Name: "Loli Ruri Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9043
- AegisName: "Marionette_Egg"
- Name: "Marionette Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9044
- AegisName: "Shinobi_Egg"
- Name: "Shinobi Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9045
- AegisName: "Whisper_Egg"
- Name: "Whisper Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9046
- AegisName: "Goblin_Leader_Egg"
- Name: "Goblin Leader Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9047
- AegisName: "Wicked_Nymph_Egg"
- Name: "Wicked Nymph Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9048
- AegisName: "Miyabi_Ningyo_Egg"
- Name: "Miyabi Ningyo Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9049
- AegisName: "Dullahan_Egg"
- Name: "Dullahan Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9050
- AegisName: "Medusa_Egg"
- Name: "Medusa Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9051
- AegisName: "Stone_Shooter_Egg"
- Name: "Stone Shooter Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9052
- AegisName: "Incubus_Egg"
- Name: "Incubus Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9053
- AegisName: "Golem_Egg"
- Name: "Golem Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9054
- AegisName: "Nightmare_Terror_Egg"
- Name: "Nightmare Terror Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9055
- AegisName: "Succubus_Egg"
- Name: "Succubus Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9056
- AegisName: "Imp_Egg"
- Name: "Imp Egg"
- Type: "IT_PETEGG"
- Buy: 20
-},
-{
- Id: 9058
- AegisName: "Snow_Rabbit_Egg"
- Name: "Christmas Snow Rabbit Egg"
- Type: "IT_PETEGG"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-//== Pet Accessories =======================================
-{
- Id: 10001
- AegisName: "Skull_Helm"
- Name: "Skull Helm"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10002
- AegisName: "Monster_Oxygen_Mask"
- Name: "Monster Oxygen Mask"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10003
- AegisName: "Transparent_Headgear"
- Name: "Transparent Head Protector"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10004
- AegisName: "Pacifier"
- Name: "Pacifier"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10005
- AegisName: "Wig"
- Name: "Wig"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10006
- AegisName: "Queens_Hair_Ornament"
- Name: "Queen's Hair Ornament"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10007
- AegisName: "Silk_Ribbon"
- Name: "Silk Ribbon"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10008
- AegisName: "Punisher"
- Name: "Punisher"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10009
- AegisName: "Wild_Flower"
- Name: "Wild Flower"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10010
- AegisName: "Battered_Pot"
- Name: "Battered Pot"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10011
- AegisName: "Stellar_Hairpin"
- Name: "Stellar Hairpin"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10012
- AegisName: "Tiny_Egg_Shell"
- Name: "Tiny Egg Shell"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10013
- AegisName: "Backpack"
- Name: "Backpack"
- Type: "IT_PETARMOR"
- Buy: 1500
-},
-{
- Id: 10014
- AegisName: "Rocker_Glasses"
- Name: "Rocker Glasses"
- Type: "IT_PETARMOR"
- Buy: 2000
-},
-{
- Id: 10015
- AegisName: "Green_Lace"
- Name: "Green Lace"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10016
- AegisName: "Golden_Bell"
- Name: "Golden Bell"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10017
- AegisName: "Bark_Shorts"
- Name: "Bark Shorts"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10018
- AegisName: "Monkey_Circlet"
- Name: "Monkey Circlet"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10019
- AegisName: "Red_Muffler"
- Name: "Red Scarf"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10020
- AegisName: "Sword_Of_Grave_Keeper"
- Name: "Grave Keeper's Sword"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10021
- AegisName: "Round_Hair_Ornament"
- Name: "Circular Headgear"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10022
- AegisName: "Golden_Earing"
- Name: "Gold Earring"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10023
- AegisName: "Green_Lucky_Bag"
- Name: "Green Jewel Bag"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10024
- AegisName: "Fashionable_Glasses"
- Name: "Fashion Glasses"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10025
- AegisName: "Star_Hairband"
- Name: "Hairband Of Stars"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10026
- AegisName: "Wine_On_Sleeve"
- Name: "Tassel for Durumagi"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10027
- AegisName: "Spirit_Chain_"
- Name: "Pet Soul Ring"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10028
- AegisName: "Nice_Badge"
- Name: "Beautiful Badges"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10029
- AegisName: "Jade_Trinket"
- Name: "Jade Trinket"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10030
- AegisName: "Summer_Fan"
- Name: "Summer Fan"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10031
- AegisName: "Death_Coil"
- Name: "Ring Of Death"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10032
- AegisName: "Queens_Coronet"
- Name: "Queen's Coronet"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10033
- AegisName: "Apro_Hair"
- Name: "Afro"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10034
- AegisName: "Ball_Mask"
- Name: "Masked Ball"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10035
- AegisName: "Windup_Spring"
- Name: "Spring"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10036
- AegisName: "Hell_Horn"
- Name: "Horn Of Hell"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10037
- AegisName: "Black_Butterfly_Mask"
- Name: "Black Butterfly Mask"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10038
- AegisName: "Horn_Protector"
- Name: "Horn Barrier"
- Type: "IT_PETARMOR"
- Buy: 20
-},
-{
- Id: 10042
- AegisName: "Dark_Mane"
- Name: "Dark_Mane"
-},
-
-//== Misc "Etc" Books ======================================
-{
- Id: 11000
- AegisName: "Prontera_Book_01"
- Name: "History book of Prontera"
- Buy: 8000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11001
- AegisName: "Adventure_Story01"
- Name: "Adventure Story Vol.1"
- Buy: 8000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11002
- AegisName: "Great_Chef_Orleans01"
- Name: "Chef King Orleans Vol.1"
- Buy: 8000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11003
- AegisName: "Legend_Of_Kafra01"
- Name: "Kafra Legend Vol.1"
- Buy: 8000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11004
- AegisName: "Mercenary_Rebellion"
- Name: "Old Book"
- Buy: 10000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11005
- AegisName: "Tyrant_Schmidt"
- Name: "Rune Royal Family Book"
- Buy: 10000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11006
- AegisName: "Blood_Flower01"
- Name: "Blood Flower Vol.1"
- Buy: 8000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11007
- AegisName: "Blood_Flower02"
- Name: "Blood Flower Vol.2"
- Buy: 8000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11008
- AegisName: "Barmund"
- Name: "Biographical Dictionary Copy Edition"
- Buy: 10000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11009
- AegisName: "Adventure_Story02"
- Name: "Adventure Story Vol.2"
- Buy: 8000
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11010
- AegisName: "Reward_List_Book"
- Name: "Battlegrounds Catalog"
- Weight: 10
-},
-{
- Id: 11011
- AegisName: "Barmund_Note"
- Name: "Varmunt's Note"
-},
-{
- Id: 11012
- AegisName: "Expedition_Report"
- Name: "Expedition Report"
-},
-{
- Id: 11013
- AegisName: "Expedition_Report_Vol1"
- Name: "Expedition Report Vol1"
-},
-{
- Id: 11014
- AegisName: "Expedition_Report_Vol2"
- Name: "Expedition Report Vol2"
-},
-{
- Id: 11015
- AegisName: "Expedition_Report_Vol3"
- Name: "Expedition Report Vol3"
-},
-{
- Id: 11016
- AegisName: "Expedition_Report_Vol4"
- Name: "Expedition Report Vol4"
-},
-{
- Id: 11017
- AegisName: "Reward_List_Book2"
- Name: "KVM Reward Items Catalog"
- Weight: 10
-},
-{
- Id: 11018
- AegisName: "Splendide_Selling_Item"
- Name: "Splendide Selling Item"
- Weight: 10
-},
-{
- Id: 11019
- AegisName: "Manuk_Selling_Item"
- Name: "Manuk Selling Item"
- Weight: 10
-},
-{
- Id: 11020
- AegisName: "Japan_Book1"
- Name: "Japan Book1"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11021
- AegisName: "Japan_Book2"
- Name: "Japan Book2"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11022
- AegisName: "Mix_Cook_Book"
- Name: "Mix Cook Book"
- Buy: 10
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 11023
- AegisName: "Increase_Stamina_Study"
- Name: "Increase Stamina Study"
- Buy: 10
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 11024
- AegisName: "Vital_Drink_CB"
- Name: "Vital Drink CB"
- Buy: 10
- Weight: 50
- BuyingStore: true
-},
-{
- Id: 11025
- AegisName: "Swordman_Book_Basic"
- Name: "Swordman Book Basic"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11026
- AegisName: "Swordman_Book_Practice"
- Name: "Swordman Book Practice"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11027
- AegisName: "Swrodman_Book_Misc"
- Name: "Swrodman Book Misc"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11028
- AegisName: "Thief_Book_Basic"
- Name: "Thief Book Basic"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11029
- AegisName: "Thief_Book_Practice"
- Name: "Thief Book Practice"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11030
- AegisName: "Thief_Book_Misc"
- Name: "Thief Book Misc"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11031
- AegisName: "Archer_Book_Basic"
- Name: "Archer Book Basic"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11032
- AegisName: "Archer_Book_Practice"
- Name: "Archer Book Practice"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11033
- AegisName: "Archer_Book_Misc"
- Name: "Archer Book Misc"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11034
- AegisName: "Acol_Book_Basic"
- Name: "Acol Book Basic"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11035
- AegisName: "Acol_Book_Practice"
- Name: "Acol Book Practice"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11036
- AegisName: "Acol_Book_Misc"
- Name: "Acol Book Misc"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11037
- AegisName: "Mage_Book_Basic"
- Name: "Mage Book Basic"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11038
- AegisName: "Mage_Book_Practice"
- Name: "Mage Book Practice"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11039
- AegisName: "Mage_Book_Misc"
- Name: "Mage Book Misc"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11040
- AegisName: "Mer_Book_Basic"
- Name: "Mer Book Basic"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11041
- AegisName: "Mer_Book_Practice"
- Name: "Mer Book Practice"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11042
- AegisName: "Mer_Book_Misc"
- Name: "Mer Book Misc"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11043
- AegisName: "TK_Book_Basic"
- Name: "TK Book Basic"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11044
- AegisName: "TK_Book_Practice"
- Name: "TK Book Practice"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11045
- AegisName: "TK_Book_Misc"
- Name: "TK Book Misc"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11046
- AegisName: "Ninja_Book_Basic"
- Name: "Ninja Book Basic"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11047
- AegisName: "Ninja_Book_Practice"
- Name: "Ninja Book Practice"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11048
- AegisName: "Ninja_Book_Misc"
- Name: "Ninja Book Misc"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11049
- AegisName: "Gun_Book_Basic"
- Name: "Gun Book Basic"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11050
- AegisName: "Gun_Book_Practice"
- Name: "Gun Book Practice"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11051
- AegisName: "Gun_Book_Misc"
- Name: "Gun Book Misc"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11052
- AegisName: "SN_Book_Basic"
- Name: "SN Book Basic"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11053
- AegisName: "SN_Book_Practice"
- Name: "SN Book Practice"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11054
- AegisName: "SN_Book_Misc"
- Name: "SN Book Misc"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11055
- AegisName: "Basic_Adventure"
- Name: "Basic Adventure"
- Buy: 20
- Weight: 10
-},
-{
- Id: 11056
- AegisName: "Spiritualism_Guide"
- Name: "Elemental Spirit Guide"
- Buy: 1000
- Weight: 10
-},
-
-//== More Usable Items =====================================
-{
- Id: 11500
- AegisName: "Light_Yellow_Pot"
- Name: "Light Yellow Potion"
- Type: "IT_HEALING"
- Buy: 550
- Weight: 10
- Script: <" itemheal rand(175,235),0; ">
-},
-{
- Id: 11501
- AegisName: "Light_White_Pot"
- Name: "Light White Potion"
- Type: "IT_HEALING"
- Buy: 1200
- Weight: 10
- Script: <" itemheal rand(325,405),0; ">
-},
-{
- Id: 11502
- AegisName: "Light_Blue_Pot"
- Name: "Light Blue Potion"
- Type: "IT_HEALING"
- Buy: 5000
- Weight: 10
- Script: <" itemheal 0,rand(40,60); ">
-},
-{
- Id: 11503
- AegisName: "Siege_White_Potion"
- Name: "WoE White Potion"
- Type: "IT_HEALING"
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemheal rand(400,500),0; ">
-},
-{
- Id: 11504
- AegisName: "Siege_Blue_Potion"
- Name: "WoE Blue Potion"
- Type: "IT_HEALING"
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemheal 0,rand(50,70); ">
-},
-{
- Id: 11505
- AegisName: "Iris"
- Name: "Iris"
- Type: "IT_HEALING"
- Weight: 30
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemheal 0,150; ">
-},
-{
- Id: 11506
- AegisName: "Fanta_Orange"
- Name: "Fanta Orange"
- Type: "IT_HEALING"
- Buy: 800
- Weight: 100
- Script: <" itemheal rand(50,70),rand(10,12); ">
-},
-{
- Id: 11507
- AegisName: "Fanta_Grape"
- Name: "Fanta Grape"
- Type: "IT_HEALING"
- Buy: 800
- Weight: 100
- Script: <" itemheal rand(50,70),rand(10,12); ">
-},
-{
- Id: 11508
- AegisName: "Karada_Meguri_Tea"
- Name: "Karada Meguricha"
- Type: "IT_HEALING"
- Buy: 800
- Weight: 100
- Script: <" itemheal rand(50,70),rand(10,12); ">
-},
-{
- Id: 11509
- AegisName: "Royal_Milk_Tea"
- Name: "Black Tea Kochakaden"
- Type: "IT_HEALING"
- Buy: 800
- Weight: 100
- Script: <" itemheal rand(50,70),rand(10,12); ">
-},
-{
- Id: 11510
- AegisName: "Coke_Zero"
- Name: "Coca Cola Zero"
- Type: "IT_HEALING"
- Buy: 800
- Weight: 100
- Script: <" itemheal rand(50,70),rand(10,12); ">
-},
-{
- Id: 11511
- AegisName: "Coke_No_Cal"
- Name: "Diet Coca Cola"
- Type: "IT_HEALING"
- Buy: 800
- Weight: 100
- Script: <" itemheal rand(50,70),rand(10,12); ">
-},
-{
- Id: 11512
- AegisName: "Coca_Cola"
- Name: "Coca Cola"
- Type: "IT_HEALING"
- Buy: 800
- Weight: 100
- Script: <" itemheal rand(50,70),rand(10,12); ">
-},
-{
- Id: 11513
- AegisName: "Protect_Neck_Candy"
- Name: "Protect Neck Candy"
- Type: "IT_HEALING"
- Buy: 200
- Weight: 1
- BuyingStore: true
- Script: <" itemheal rand(5,25),0; ">
-},
-{
- Id: 11514
- AegisName: "Enriched_Slim_Pot"
- Name: "Enriched Slim Pot"
- Type: "IT_HEALING"
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemheal rand(335,415),0; ">
-},
-{
- Id: 11515
- AegisName: "Coconut"
- Name: "Coconut"
- Type: "IT_HEALING"
- Buy: 1500
- Weight: 120
- BuyingStore: true
- Script: <" itemheal rand(300,400),0; ">
-},
-{
- Id: 11516
- AegisName: "Asai_Fruit"
- Name: "Asai Fruit"
- Type: "IT_HEALING"
- Buy: 15
- Weight: 20
- BuyingStore: true
- Script: <" itemheal rand(16,22),0; ">
-},
-{
- Id: 11517
- AegisName: "Puri_Potion"
- Name: "Puri Potion"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 100
- BuyingStore: true
- Script: <" itemheal rand(400,600),0; ">
-},
-{
- Id: 11518
- AegisName: "N_Blue_Potion"
- Name: "Blue Potion"
- Type: "IT_HEALING"
- Weight: 50
- Script: <" itemheal 0,5; ">
-},
-{
- Id: 11519
- AegisName: "Beef_Toast"
- Name: "Beef Toast"
- Type: "IT_HEALING"
- Buy: 650
- Weight: 40
- BuyingStore: true
- Script: <" itemheal rand(170,250),0; ">
-},
-{
- Id: 11520
- AegisName: "Mora_Mandarin"
- Name: "Mora Mandar"
- Type: "IT_HEALING"
- Buy: 500
- Weight: 20
- BuyingStore: true
- Script: <" itemheal 0,rand(50,80); ">
-},
-{
- Id: 11521
- AegisName: "Pingui_Berry_Juice"
- Name: "Pingui Berry Juice"
- Type: "IT_HEALING"
- Buy: 500
- Weight: 50
- BuyingStore: true
- Script: <" itemheal rand(400,800),rand(50,80); ">
-},
-{
- Id: 11522
- AegisName: "Red_Raffle_Sap"
- Name: "Red Raffle Sap"
- Type: "IT_HEALING"
- Buy: 2000
- Weight: 100
- BuyingStore: true
- Delay: 1000
- Script: <" itemheal rand(400,800),0; ">
-},
-{
- Id: 11523
- AegisName: "Yellow_Raffle_Sap"
- Name: "Yellow Raffle Sap"
- Type: "IT_HEALING"
- Buy: 2400
- Weight: 120
- BuyingStore: true
- Delay: 2000
- Script: <" itemheal rand(600,1000),0; ">
-},
-{
- Id: 11524
- AegisName: "White_Raffle_Sap"
- Name: "White Raffle Sap"
- Type: "IT_HEALING"
- Buy: 2800
- Weight: 140
- BuyingStore: true
- Delay: 3000
- Script: <" itemheal rand(800,1200),0; ">
-},
-{
- Id: 11525
- AegisName: "Mora_Hip_Tea"
- Name: "Mora HIp Tea"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 150
- BuyingStore: true
- Delay: 5000
- Script: <" itemheal rand(1500,2000),0; ">
-},
-{
- Id: 11526
- AegisName: "Rafflecino"
- Name: "Rafflecino"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 100
- BuyingStore: true
- Script: <" itemheal 0,rand(120,160); ">
-},
-{
- Id: 11527
- AegisName: "Baklava"
- Name: "Baklava"
- Type: "IT_HEALING"
- Buy: 3500
- Weight: 600
- Script: <" itemheal 1200,440; ">
-},
-{
- Id: 11528
- AegisName: "Kanafeh"
- Name: "Kanafeh"
- Type: "IT_HEALING"
- Buy: 1500
- Weight: 200
- Script: <" itemheal 300,240; ">
-},
-{
- Id: 11529
- AegisName: "MAAMOUL_"
- Name: "Maamoul"
- Type: "IT_HEALING"
- Buy: 500
- Weight: 100
- Script: <" itemheal 120,60; ">
-},
-{
- Id: 11530
- AegisName: "Jujube"
- Name: "Jujube"
- Type: "IT_HEALING"
- Buy: 10
- Weight: 100
- Script: <" itemheal 30,0; ">
-},
-{
- Id: 11531
- AegisName: "Coffee"
- Name: "Coffee"
- Type: "IT_HEALING"
- Buy: 10
- Weight: 100
- Script: <" itemheal 0,10; ">
-},
-{
- Id: 11602
- AegisName: "Catnip_Fruit"
- Name: "Catnip Fruit"
- Type: "IT_HEALING"
- Buy: 15
- Weight: 1
- Script: <" itemheal rand(10, 40), 0; ">
-},
-{
- Id: 11607
- AegisName: "Crepe"
- Name: "Crepe"
-},
-{
- Id: 11608
- AegisName: "Chocolate_Egg"
- Name: "Chocolate_Egg"
-},
-{
- Id: 11609
- AegisName: "Yummy_Cookie_Egg"
- Name: "Yummy_Cookie_Egg"
-},
-{
- Id: 11611
- AegisName: "Pop_Corn"
- Name: "Pop_Corn"
-},
-{
- Id: 11612
- AegisName: "Aromatic_Pop_Corn"
- Name: "Aromatic_Pop_Corn"
-},
-{
- Id: 11614
- AegisName: "Fresh_Milk"
- Name: "Fresh_Milk"
-},
-{
- Id: 11615
- AegisName: "Sweet_Potato_"
- Name: "Sweet_Potato_"
-},
-{
- Id: 11620
- AegisName: "Bearopy"
- Name: "Bearopy"
-},
-{
- Id: 11625
- AegisName: "Aromatic_Pop_Corn_"
- Name: "Aromatic_Pop_Corn_"
-},
-{
- Id: 11701
- AegisName: "Girl_Bunch_Of_Flower"
- Name: "Girl's Bouquet"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 50
- Script: <" itemheal rand(105,145),0; ">
-},
-{
- Id: 11702
- AegisName: "Moon_Cookie"
- Name: "Moon Cookie"
- Type: "IT_HEALING"
- Weight: 300
- Nouse: {
- sitting: true
- }
-},
-{
- Id: 11703
- AegisName: "Mysterious_Blood"
- Name: "Mystery Blood"
- Type: "IT_HEALING"
- Weight: 30
- Script: <" itemheal 0,rand(25,35); ">
-},
-{
- Id: 11704
- AegisName: "KETUPAT_F"
- Name: "Ketupat"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <" itemheal rand(70,90),0; ">
-},
-{
- Id: 11705
- AegisName: "Special_White_Potion"
- Name: "Children's Potion"
- Type: "IT_HEALING"
- Buy: 1
- Weight: 10
- Script: <" itemheal rand(425,425),0; ">
-},
-{
- Id: 11706
- AegisName: "Steak"
- Name: "Steak"
- Type: "IT_HEALING"
- Buy: 1
- Weight: 200
- Script: <" itemheal rand(700,1000),0; ">
-},
-{
- Id: 11707
- AegisName: "Roasted_Beef"
- Name: "Roast Beef"
- Type: "IT_HEALING"
- Buy: 1
- Weight: 200
- Script: <" itemheal 0,rand(100,200); ">
-},
-{
- Id: 11708
- AegisName: "Fore_Flank_Sirloin"
- Name: "Fore Flank Sirloin"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 100
- Script: <" itemheal rand(30,50),rand(1,5); ">
-},
-{
- Id: 11709
- AegisName: "Fanta_Zero_Lemon"
- Name: "Fanta Zero Lemon"
- Type: "IT_HEALING"
- Buy: 800
- Weight: 100
- Script: <" itemheal rand(50,70),rand(10,12); ">
-},
-{
- Id: 11710
- AegisName: "Sakura_Mist"
- Name: "Sakura Mist"
- Type: "IT_HEALING"
- Buy: 800
- Weight: 100
- Script: <" itemheal rand(50,70),rand(10,12); ">
-},
-{
- Id: 11711
- AegisName: "Sakura_Milk_Tea"
- Name: "Sakura Milk Tea"
- Type: "IT_HEALING"
- Buy: 800
- Weight: 100
- Script: <" itemheal rand(50,70),rand(10,12); ">
-},
-{
- Id: 11712
- AegisName: "First_Leaf_Tea"
- Name: "Flower"
- Type: "IT_HEALING"
- Buy: 800
- Weight: 100
- Script: <" itemheal rand(50,70),rand(10,12); ">
-},
-{
- Id: 12000
- AegisName: "Cold_Scroll_2_5"
- Name: "Level 5 Frost Diver"
- Type: "IT_DELAYCONSUME"
- Buy: 2000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MG_FROSTDIVER,5; ">
-},
-{
- Id: 12001
- AegisName: "Holy_Scroll_1_3"
- Name: "Level 3 Heal"
- Type: "IT_DELAYCONSUME"
- Buy: 2000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill AL_HEAL,3; ">
-},
-{
- Id: 12002
- AegisName: "Holy_Scroll_1_5"
- Name: "Level 5 Heal"
- Type: "IT_DELAYCONSUME"
- Buy: 2000
- Weight: 10
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill AL_HEAL,5; ">
-},
-{
- Id: 12003
- AegisName: "Holy_Scroll_2_1"
- Name: "Level 1 Teleport"
- Type: "IT_DELAYCONSUME"
- Buy: 1000
- Weight: 10
- BuyingStore: true
- Script: <" itemskill AL_TELEPORT,1; ">
-},
-{
- Id: 12004
- AegisName: "Arrow_Container"
- Name: "Quiver"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1750,500; ">
-},
-{
- Id: 12005
- AegisName: "Iron_Arrow_Container"
- Name: "Iron Arrow Quiver"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1770,500; ">
-},
-{
- Id: 12006
- AegisName: "Steel_Arrow_Container"
- Name: "Steel Arrow Quiver"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1753,500; ">
-},
-{
- Id: 12007
- AegisName: "Ori_Arrow_Container"
- Name: "Oridecon Arrow Quiver"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1765,500; ">
-},
-{
- Id: 12008
- AegisName: "Fire_Arrow_Container"
- Name: "Fire Arrow Quiver"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1752,500; ">
-},
-{
- Id: 12009
- AegisName: "Silver_Arrow_Container"
- Name: "Silver Arrow Quiver"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1751,500; ">
-},
-{
- Id: 12010
- AegisName: "Wind_Arrow_Container"
- Name: "Wind Arrow Quiver"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1755,500; ">
-},
-{
- Id: 12011
- AegisName: "Stone_Arrow_Container"
- Name: "Stone Arrow Quiver"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1756,500; ">
-},
-{
- Id: 12012
- AegisName: "Crystal_Arrow_Container"
- Name: "Crystal Arrow Quiver"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1754,500; ">
-},
-{
- Id: 12013
- AegisName: "Shadow_Arrow_Container"
- Name: "Shadow Arrow Quiver"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1767,500; ">
-},
-{
- Id: 12014
- AegisName: "Imma_Arrow_Container"
- Name: "Immaterial Arrow Quiver"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1757,500; ">
-},
-{
- Id: 12015
- AegisName: "Rusty_Arrow_Container"
- Name: "Rusty Arrow Quiver"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem 1762,500; ">
-},
-{
- Id: 12016
- AegisName: "Speed_Up_Potion"
- Name: "Speed Potion"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- BuyingStore: true
- Script: <" sc_start SC_MOVHASTE_POTION, 5000, 100; ">
-},
-{
- Id: 12017
- AegisName: "Slow_Down_Potion"
- Name: "Slow Potion"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- BuyingStore: true
- Script: <" sc_start SC_MOVESLOW_POTION, 5000, 100; ">
-},
-{
- Id: 12018
- AegisName: "Fire_Cracker"
- Name: "Firecracker"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 20
- BuyingStore: true
- Script: <" end; ">
-},
-{
- Id: 12019
- AegisName: "Holy_Egg"
- Name: "Holy Egg"
- Type: "IT_DELAYCONSUME"
- Buy: 2
- Weight: 150
- Script: <" itemskill ALL_RESURRECTION,2; ">
-},
-{
- Id: 12020
- AegisName: "Water_Of_Darkness"
- Name: "Cursed Water"
- Type: "IT_DELAYCONSUME"
- Buy: 2
- Weight: 30
- BuyingStore: true
- Script: <" itemskill ITEM_ENCHANTARMS,8; ">
-},
-{
- Id: 12021
- AegisName: "Pork_Belly"
- Name: "Pork"
- Type: "IT_HEALING"
- Weight: 10
- Script: <" itemheal rand(70,99),0; ">
-},
-{
- Id: 12022
- AegisName: "Spareribs"
- Name: "Galbi"
- Type: "IT_HEALING"
- Weight: 10
- Script: <" itemheal rand(70,99),0; ">
-},
-{
- Id: 12023
- AegisName: "Giftbox_China"
- Name: "Wrapped Box"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 200
- Script: <" getrandgroupitem 12023,1; ">
-},
-{
- Id: 12024
- AegisName: "Red_Pouch_Of_Surprise"
- Name: "Red Pouch"
- Type: "IT_USABLE"
- Buy: 50
- Weight: 50
- Script: <" monster "this",-1,-1,"--ja--",-4,1,""; ">
-},
-{
- Id: 12025
- AegisName: "Egg_Boy"
- Name: "Dano Festival Egg"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 200
- Script: <" getrandgroupitem 12025,1; ">
-},
-{
- Id: 12026
- AegisName: "Egg_Girl"
- Name: "Dano Festival Egg"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 200
- Script: <" getrandgroupitem 12026,1; ">
-},
-{
- Id: 12027
- AegisName: "Giggling_Box"
- Name: "Giggling Box"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <"
- percentheal 9,0;
- sc_start SC_CURSE,30000,0,3000,SCFLAG_NONE;
- ">
-},
-{
- Id: 12028
- AegisName: "Box_Of_Thunder"
- Name: "Box of Thunder"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" sc_start SC_MOVHASTE_HORSE, 20000, 25; ">
-},
-{
- Id: 12029
- AegisName: "Gloomy_Box"
- Name: "Box of Gloom"
- Type: "IT_DELAYCONSUME"
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill AC_CONCENTRATION,1; ">
-},
-{
- Id: 12030
- AegisName: "Box_Of_Grudge"
- Name: "Box of Resentment"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" sc_start SC_PLUSATTACKPOWER, 60000, 20; ">
-},
-{
- Id: 12031
- AegisName: "Sleepy_Box"
- Name: "Box of Drowsiness"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" sc_start SC_PLUSMAGICPOWER, 60000, 20; ">
-},
-{
- Id: 12032
- AegisName: "Box_Of_Storm"
- Name: "Box of Storms"
- Type: "IT_DELAYCONSUME"
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill ITEM_ENCHANTARMS,2; ">
-},
-{
- Id: 12033
- AegisName: "Box_Of_Sunlight"
- Name: "Box of Sunlight"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" sc_start SC_CLAIRVOYANCE,30000,0; ">
-},
-{
- Id: 12034
- AegisName: "Painting_Box"
- Name: "Box of Panting"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 200
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <"
- percentheal 0,9;
- sc_start SC_SILENCE,30000,0,3000,SCFLAG_NONE;
- ">
-},
-{
- Id: 12035
- AegisName: "Lotto_Box01"
- Name: "Lotto Box 01"
- Type: "IT_USABLE"
- Weight: 20
- Script: <" getrandgroupitem 12035,1; ">
-},
-{
- Id: 12036
- AegisName: "Lotto_Box02"
- Name: "Lotto Box 02"
- Type: "IT_USABLE"
- Weight: 20
- Script: <" getrandgroupitem 12036,1; ">
-},
-{
- Id: 12037
- AegisName: "Lotto_Box03"
- Name: "Lotto Box 03"
- Type: "IT_USABLE"
- Weight: 20
- Script: <" getrandgroupitem 12037,1; ">
-},
-{
- Id: 12038
- AegisName: "Lotto_Box04"
- Name: "Lotto Box 04"
- Type: "IT_USABLE"
- Weight: 20
- Script: <" getrandgroupitem 12038,1; ">
-},
-{
- Id: 12039
- AegisName: "Lotto_Box05"
- Name: "Lotto Box 05"
- Type: "IT_USABLE"
- Weight: 20
- Script: <" getrandgroupitem 12039,1; ">
-},
-{
- Id: 12040
- AegisName: "Stone_Of_Intelligence_"
- Name: "Stone of Sage"
- Type: "IT_USABLE"
- Buy: 100000
- Weight: 300
- BuyingStore: true
- Script: <" homevolution; ">
-},
-{
- Id: 12041
- AegisName: "Str_Dish01"
- Name: "Fried Grasshopper Legs"
- Type: "IT_HEALING"
- Buy: 2000
- Weight: 60
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_STR,1200000,1;
- percentheal 5,0;
- ">
-},
-{
- Id: 12042
- AegisName: "Str_Dish02"
- Name: "Seasoned Sticky Webfoot"
- Type: "IT_HEALING"
- Buy: 4000
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_STR,1200000,2;
- percentheal 5,0;
- ">
-},
-{
- Id: 12043
- AegisName: "Str_Dish03"
- Name: "Bomber Steak"
- Type: "IT_HEALING"
- Buy: 6000
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_STR,1200000,3;
- percentheal 5,0;
- ">
-},
-{
- Id: 12044
- AegisName: "Str_Dish04"
- Name: "Herb Marinade Beef"
- Type: "IT_HEALING"
- Buy: 8000
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_STR,1200000,4;
- percentheal 5,0;
- ">
-},
-{
- Id: 12045
- AegisName: "Str_Dish05"
- Name: "Lutie Lady's Pancake"
- Type: "IT_HEALING"
- Buy: 10000
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_STR,1200000,5;
- percentheal 10,0;
- ">
-},
-{
- Id: 12046
- AegisName: "Int_Dish01"
- Name: "Grape Juice Herbal Tea"
- Type: "IT_HEALING"
- Buy: 2000
- Weight: 100
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_INT,1200000,1;
- percentheal 0,5;
- ">
-},
-{
- Id: 12047
- AegisName: "Int_Dish02"
- Name: "Autumn Red Tea"
- Type: "IT_HEALING"
- Buy: 4000
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_INT,1200000,2;
- percentheal 0,5;
- ">
-},
-{
- Id: 12048
- AegisName: "Int_Dish03"
- Name: "Honey Herbal Tea"
- Type: "IT_HEALING"
- Buy: 6000
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_INT,1200000,3;
- percentheal 0,5;
- ">
-},
-{
- Id: 12049
- AegisName: "Int_Dish04"
- Name: "Morroc Fruit Wine"
- Type: "IT_HEALING"
- Buy: 8000
- Weight: 300
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_INT,1200000,4;
- percentheal 0,5;
- ">
-},
-{
- Id: 12050
- AegisName: "Int_Dish05"
- Name: "Mastela Fruit Wine"
- Type: "IT_HEALING"
- Buy: 10000
- Weight: 400
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_INT,1200000,5;
- percentheal 0,10;
- ">
-},
-{
- Id: 12051
- AegisName: "Vit_Dish01"
- Name: "Steamed Crab Nippers"
- Type: "IT_HEALING"
- Buy: 2000
- Weight: 100
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_VIT,1200000,1;
- percentheal 5,0;
- ">
-},
-{
- Id: 12052
- AegisName: "Vit_Dish02"
- Name: "Assorted Seafood"
- Type: "IT_HEALING"
- Buy: 4000
- Weight: 200
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_VIT,1200000,2;
- percentheal 5,0;
- ">
-},
-{
- Id: 12053
- AegisName: "Vit_Dish03"
- Name: "Clam Soup"
- Type: "IT_HEALING"
- Buy: 6000
- Weight: 300
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_VIT,1200000,3;
- percentheal 5,0;
- ">
-},
-{
- Id: 12054
- AegisName: "Vit_Dish04"
- Name: "Seasoned Jellyfish"
- Type: "IT_HEALING"
- Buy: 8000
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_VIT,1200000,4;
- percentheal 5,0;
- ">
-},
-{
- Id: 12055
- AegisName: "Vit_Dish05"
- Name: "Spicy Fried Bao"
- Type: "IT_HEALING"
- Buy: 10000
- Weight: 800
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_VIT,1200000,5;
- percentheal 10,0;
- ">
-},
-{
- Id: 12056
- AegisName: "Agi_Dish01"
- Name: "Frog Egg Squid Ink Soup"
- Type: "IT_HEALING"
- Buy: 2000
- Weight: 100
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_AGI,1200000,1;
- percentheal 3,1;
- ">
-},
-{
- Id: 12057
- AegisName: "Agi_Dish02"
- Name: "Smooth Noodle"
- Type: "IT_HEALING"
- Buy: 4000
- Weight: 100
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_AGI,1200000,2;
- percentheal 3,1;
- ">
-},
-{
- Id: 12058
- AegisName: "Agi_Dish03"
- Name: "Tentacle Cheese Gratin"
- Type: "IT_HEALING"
- Buy: 6000
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_AGI,1200000,3;
- percentheal 3,1;
- ">
-},
-{
- Id: 12059
- AegisName: "Agi_Dish04"
- Name: "Lutie Cold Noodle"
- Type: "IT_HEALING"
- Buy: 8000
- Weight: 400
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_AGI,1200000,4;
- percentheal 3,1;
- ">
-},
-{
- Id: 12060
- AegisName: "Agi_Dish05"
- Name: "Steamed Bat Wing in Pumpkin"
- Type: "IT_HEALING"
- Buy: 10000
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_AGI,1200000,5;
- percentheal 6,2;
- ">
-},
-{
- Id: 12061
- AegisName: "Dex_Dish01"
- Name: "Honey Grape Juice"
- Type: "IT_HEALING"
- Buy: 2000
- Weight: 100
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_DEX,1200000,1;
- percentheal 2,2;
- ">
-},
-{
- Id: 12062
- AegisName: "Dex_Dish02"
- Name: "Chocolate Mousse Cake"
- Type: "IT_HEALING"
- Buy: 4000
- Weight: 200
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_DEX,1200000,2;
- percentheal 2,2;
- ">
-},
-{
- Id: 12063
- AegisName: "Dex_Dish03"
- Name: "Fruit Mix"
- Type: "IT_HEALING"
- Buy: 6000
- Weight: 200
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_DEX,1200000,3;
- percentheal 2,2;
- ">
-},
-{
- Id: 12064
- AegisName: "Dex_Dish04"
- Name: "Cream Sandwich"
- Type: "IT_HEALING"
- Buy: 8000
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_DEX,1200000,4;
- percentheal 2,2;
- ">
-},
-{
- Id: 12065
- AegisName: "Dex_Dish05"
- Name: "Green Salad"
- Type: "IT_HEALING"
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_DEX,1200000,5;
- percentheal 5,5;
- ">
-},
-{
- Id: 12066
- AegisName: "Luk_Dish01"
- Name: "Fried Monkey Tails"
- Type: "IT_HEALING"
- Buy: 2000
- Weight: 60
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_LUK,1200000,1;
- percentheal 3,2;
- ">
-},
-{
- Id: 12067
- AegisName: "Luk_Dish02"
- Name: "Mixed Juice"
- Type: "IT_HEALING"
- Buy: 4000
- Weight: 200
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_LUK,1200000,2;
- percentheal 3,2;
- ">
-},
-{
- Id: 12068
- AegisName: "Luk_Dish03"
- Name: "Fried Sweet Potato"
- Type: "IT_HEALING"
- Buy: 6000
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_LUK,1200000,3;
- percentheal 4,2;
- ">
-},
-{
- Id: 12069
- AegisName: "Luk_Dish04"
- Name: "Steamed Ancient Lips"
- Type: "IT_HEALING"
- Buy: 8000
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_LUK,1200000,4;
- percentheal 4,2;
- ">
-},
-{
- Id: 12070
- AegisName: "Luk_Dish05"
- Name: "Fried Scorpion Tails"
- Type: "IT_HEALING"
- Buy: 10000
- Weight: 400
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_LUK,1200000,5;
- percentheal 5,2;
- ">
-},
-{
- Id: 12071
- AegisName: "Str_Dish06"
- Name: "Shiny Marinade Beef"
- Type: "IT_HEALING"
- Buy: 20000
- Weight: 800
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_STR,1200000,6;
- percentheal 10,2;
- ">
-},
-{
- Id: 12072
- AegisName: "Str_Dish07"
- Name: "Whole Roast"
- Type: "IT_HEALING"
- Buy: 40000
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_STR,1200000,7;
- percentheal 10,4;
- ">
-},
-{
- Id: 12073
- AegisName: "Str_Dish08"
- Name: "Bearfoot Special"
- Type: "IT_HEALING"
- Buy: 60000
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_STR,1200000,8;
- percentheal 15,6;
- ">
-},
-{
- Id: 12074
- AegisName: "Str_Dish09"
- Name: "Tendon Satay"
- Type: "IT_HEALING"
- Buy: 80000
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_STR,1200000,9;
- percentheal 15,8;
- ">
-},
-{
- Id: 12075
- AegisName: "Str_Dish10"
- Name: "Steamed Tongue"
- Type: "IT_HEALING"
- Buy: 100000
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_STR,1200000,10;
- percentheal 20,10;
- ">
-},
-{
- Id: 12076
- AegisName: "Int_Dish06"
- Name: "Red Mushroom Wine"
- Type: "IT_HEALING"
- Buy: 20000
- Weight: 300
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_INT,1200000,6;
- percentheal 2,10;
- ">
-},
-{
- Id: 12077
- AegisName: "Int_Dish07"
- Name: "Special Royal Jelly Herbal Tea"
- Type: "IT_HEALING"
- Buy: 40000
- Weight: 800
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_INT,1200000,7;
- percentheal 4,10;
- ">
-},
-{
- Id: 12078
- AegisName: "Int_Dish08"
- Name: "Royal Family Tea"
- Type: "IT_HEALING"
- Buy: 60000
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_INT,1200000,8;
- percentheal 6,10;
- ">
-},
-{
- Id: 12079
- AegisName: "Int_Dish09"
- Name: "Tristan XII"
- Type: "IT_HEALING"
- Buy: 80000
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_INT,1200000,9;
- percentheal 8,15;
- ">
-},
-{
- Id: 12080
- AegisName: "Int_Dish10"
- Name: "Dragon Breath Cocktail"
- Type: "IT_HEALING"
- Buy: 100000
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_INT,1200000,10;
- percentheal 10,20;
- ">
-},
-{
- Id: 12081
- AegisName: "Vit_Dish06"
- Name: "Awfully Bitter Bracer"
- Type: "IT_HEALING"
- Buy: 20000
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_VIT,1200000,6;
- percentheal 13,0;
- ">
-},
-{
- Id: 12082
- AegisName: "Vit_Dish07"
- Name: "Sumptuous Feast"
- Type: "IT_HEALING"
- Buy: 40000
- Weight: 400
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_VIT,1200000,7;
- percentheal 16,0;
- ">
-},
-{
- Id: 12083
- AegisName: "Vit_Dish08"
- Name: "Giant Burito"
- Type: "IT_HEALING"
- Buy: 60000
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_VIT,1200000,8;
- percentheal 19,0;
- ">
-},
-{
- Id: 12084
- AegisName: "Vit_Dish09"
- Name: "Ascending Dragon Soup"
- Type: "IT_HEALING"
- Buy: 80000
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_VIT,1200000,9;
- percentheal 22,0;
- ">
-},
-{
- Id: 12085
- AegisName: "Vit_Dish10"
- Name: "Immortal Stew"
- Type: "IT_HEALING"
- Buy: 100000
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_VIT,1200000,10;
- percentheal 25,0;
- ">
-},
-{
- Id: 12086
- AegisName: "Agi_Dish06"
- Name: "Chile Shrimp Gratin"
- Type: "IT_HEALING"
- Buy: 20000
- Weight: 800
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_AGI,1200000,6;
- percentheal 7,2;
- ">
-},
-{
- Id: 12087
- AegisName: "Agi_Dish07"
- Name: "Steamed Alligator with Vegetable"
- Type: "IT_HEALING"
- Buy: 40000
- Weight: 800
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_AGI,1200000,7;
- percentheal 8,2;
- ">
-},
-{
- Id: 12088
- AegisName: "Agi_Dish08"
- Name: "Incredibly Spicy Curry"
- Type: "IT_HEALING"
- Buy: 60000
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_AGI,1200000,8;
- percentheal 9,2;
- ">
-},
-{
- Id: 12089
- AegisName: "Agi_Dish09"
- Name: "Special Meat Stew"
- Type: "IT_HEALING"
- Buy: 80000
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_AGI,1200000,9;
- percentheal 10,2;
- ">
-},
-{
- Id: 12090
- AegisName: "Agi_Dish10"
- Name: "Steamed Desert Scorpions"
- Type: "IT_HEALING"
- Buy: 100000
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_AGI,1200000,10;
- percentheal 15,5;
- ">
-},
-{
- Id: 12091
- AegisName: "Dex_Dish06"
- Name: "Peach Cake"
- Type: "IT_HEALING"
- Buy: 20000
- Weight: 800
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_DEX,1200000,6;
- percentheal 5,6;
- ">
-},
-{
- Id: 12092
- AegisName: "Dex_Dish07"
- Name: "Soul Haunted Bread"
- Type: "IT_HEALING"
- Buy: 40000
- Weight: 800
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_DEX,1200000,7;
- percentheal 5,7;
- ">
-},
-{
- Id: 12093
- AegisName: "Dex_Dish08"
- Name: "Special Toast"
- Type: "IT_HEALING"
- Buy: 60000
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_DEX,1200000,8;
- percentheal 5,8;
- ">
-},
-{
- Id: 12094
- AegisName: "Dex_Dish09"
- Name: "Heavenly Fruit Juice"
- Type: "IT_HEALING"
- Buy: 80000
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_DEX,1200000,9;
- percentheal 5,9;
- ">
-},
-{
- Id: 12095
- AegisName: "Dex_Dish10"
- Name: "Hwergelmir's Tonic"
- Type: "IT_HEALING"
- Buy: 100000
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_DEX,1200000,10;
- percentheal 10,10;
- ">
-},
-{
- Id: 12096
- AegisName: "Luk_Dish06"
- Name: "Lucky Soup"
- Type: "IT_HEALING"
- Buy: 20000
- Weight: 300
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_LUK,1200000,6;
- percentheal 6,3;
- ">
-},
-{
- Id: 12097
- AegisName: "Luk_Dish07"
- Name: "Assorted Shish Kebob"
- Type: "IT_HEALING"
- Buy: 40000
- Weight: 800
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_LUK,1200000,7;
- percentheal 7,3;
- ">
-},
-{
- Id: 12098
- AegisName: "Luk_Dish08"
- Name: "Strawberry Flavored Rice Ball"
- Type: "IT_HEALING"
- Buy: 60000
- Weight: 400
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_LUK,1200000,8;
- percentheal 9,3;
- ">
-},
-{
- Id: 12099
- AegisName: "Luk_Dish09"
- Name: "Blood Flavored Soda"
- Type: "IT_HEALING"
- Buy: 80000
- Weight: 1000
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_LUK,1200000,9;
- percentheal 10,4;
- ">
-},
-{
- Id: 12100
- AegisName: "Luk_Dish10"
- Name: "Cooked Nine Tail's Tails"
- Type: "IT_HEALING"
- Buy: 100000
- Weight: 500
- BuyingStore: true
- Script: <"
- sc_start SC_FOOD_LUK,1200000,10;
- percentheal 14,8;
- ">
-},
-{
- Id: 12101
- AegisName: "Citron"
- Name: "Citron"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 300
- BuyingStore: true
- Script: <" sc_start SC_FOOD_BASICAVOIDANCE,180000,30; ">
-},
-{
- Id: 12102
- AegisName: "Meat_Skewer"
- Name: "Grilled Skewer"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 300
- BuyingStore: true
- Script: <" sc_start SC_FOOD_BASICHIT,180000,30; ">
-},
-{
- Id: 12103
- AegisName: "Bloody_Dead_Branch"
- Name: "Bloody Branch"
- Type: "IT_USABLE"
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Script: <" monster "this",-1,-1,"--ja--",-3,1,""; ">
-},
-{
- Id: 12104
- AegisName: "Random_Quiver"
- Name: "Random Quiver"
- Type: "IT_USABLE"
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Script: <" getrandgroupitem 12104,1; ">
-},
-{
- Id: 12105
- AegisName: "Set_Of_Taiming_Item"
- Name: "Taming Gift Set"
- Type: "IT_USABLE"
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Script: <"
- getrandgroupitem 12105,1;
- getrandgroupitem 12105,1;
- getrandgroupitem 12105,1;
- ">
-},
-{
- Id: 12106
- AegisName: "Accessory_Box"
- Name: "Jewelry Box"
- Type: "IT_USABLE"
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Script: <" getrandgroupitem 12106,1; ">
-},
-{
- Id: 12107
- AegisName: "Wrapped_Mask"
- Name: "Wrapped Mask"
- Type: "IT_USABLE"
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Script: <" getrandgroupitem 12107,1; ">
-},
-{
- Id: 12108
- AegisName: "Bundle_Of_Magic_Scroll"
- Name: "Scroll Package"
- Type: "IT_USABLE"
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Script: <"
- getrandgroupitem 12108,1;
- getrandgroupitem 12108,1;
- getrandgroupitem 12108,1;
- getrandgroupitem 12108,1;
- getrandgroupitem 12108,1;
- ">
-},
-{
- Id: 12109
- AegisName: "Poring_Box"
- Name: "Poring Box"
- Type: "IT_USABLE"
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Script: <" monster "this",-1,-1,"--ja--",-2,1,""; ">
-},
-{
- Id: 12110
- AegisName: "First_Aid_Kit"
- Name: "First Aid Kit"
- Type: "IT_USABLE"
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Script: <"
- getrandgroupitem 12110,1;
- getrandgroupitem 12110,1;
- getrandgroupitem 12110,1;
- getrandgroupitem 12110,1;
- getrandgroupitem 12110,1;
- ">
-},
-{
- Id: 12111
- AegisName: "Food_Package"
- Name: "Bundle of Food"
- Type: "IT_USABLE"
- Buy: 10000
- Weight: 200
- BuyingStore: true
- Script: <"
- getrandgroupitem 12111,1;
- getrandgroupitem 12111,1;
- getrandgroupitem 12111,1;
- ">
-},
-{
- Id: 12112
- AegisName: "Tropical_Sograt"
- Name: "Tropical Sograt"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 100
- BuyingStore: true
- Script: <" sc_start SC_CURSE,10000,1; ">
-},
-{
- Id: 12113
- AegisName: "Vermilion_The_Beach"
- Name: "Vermilion on the Beach"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 100
- BuyingStore: true
- Script: <" sc_start SC_STUN,10000,1; ">
-},
-{
- Id: 12114
- AegisName: "Elemental_Fire"
- Name: "Elemental Converter"
- Type: "IT_DELAYCONSUME"
- Buy: 2
- Weight: 10
- BuyingStore: true
- Script: <" itemskill ITEM_ENCHANTARMS,4; ">
-},
-{
- Id: 12115
- AegisName: "Elemental_Water"
- Name: "Elemental Converter"
- Type: "IT_DELAYCONSUME"
- Buy: 2
- Weight: 10
- BuyingStore: true
- Script: <" itemskill ITEM_ENCHANTARMS,2; ">
-},
-{
- Id: 12116
- AegisName: "Elemental_Earth"
- Name: "Elemental Converter"
- Type: "IT_DELAYCONSUME"
- Buy: 2
- Weight: 10
- BuyingStore: true
- Script: <" itemskill ITEM_ENCHANTARMS,3; ">
-},
-{
- Id: 12117
- AegisName: "Elemental_Wind"
- Name: "Elemental Converter"
- Type: "IT_DELAYCONSUME"
- Buy: 2
- Weight: 10
- BuyingStore: true
- Script: <" itemskill ITEM_ENCHANTARMS,5; ">
-},
-{
- Id: 12118
- AegisName: "Resist_Fire"
- Name: "Fireproof Potion"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- BuyingStore: true
- Script: <" sc_start4 SC_ARMORPROPERTY,1200000,-15,0,20,0; ">
-},
-{
- Id: 12119
- AegisName: "Resist_Water"
- Name: "Coldproof Potion"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- BuyingStore: true
- Script: <" sc_start4 SC_ARMORPROPERTY,1200000,20,0,0,-15; ">
-},
-{
- Id: 12120
- AegisName: "Resist_Earth"
- Name: "Earthproof Potion"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- BuyingStore: true
- Script: <" sc_start4 SC_ARMORPROPERTY,1200000,0,20,-15,0; ">
-},
-{
- Id: 12121
- AegisName: "Resist_Wind"
- Name: "Thunderproof Potion"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- BuyingStore: true
- Script: <" sc_start4 SC_ARMORPROPERTY,1200000,0,-15,0,20; ">
-},
-{
- Id: 12122
- AegisName: "Sesame_Pastry"
- Name: "Sesame Pastry"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 70
- BuyingStore: true
- Script: <" sc_start SC_FOOD_BASICHIT,1200000,30; ">
-},
-{
- Id: 12123
- AegisName: "Honey_Pastry"
- Name: "Honey Pastry"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 70
- BuyingStore: true
- Script: <" sc_start SC_FOOD_BASICAVOIDANCE,1200000,30; ">
-},
-{
- Id: 12124
- AegisName: "Rainbow_Cake"
- Name: "Rainbow Cake"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 70
- BuyingStore: true
- Script: <"
- sc_start SC_BATKFOOD,1200000,10;
- sc_start SC_MATKFOOD,120000,10;
- ">
-},
-{
- Id: 12125
- AegisName: "Outdoor_Cooking_Kits"
- Name: "Outdoor Cooking Kit"
- Type: "IT_USABLE"
- Buy: 500
- Weight: 20
- BuyingStore: true
- Script: <" cooking 11; ">
-},
-{
- Id: 12126
- AegisName: "Indoor_Cooking_Kits"
- Name: "Home Cooking Kit"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 30
- BuyingStore: true
- Script: <" cooking 12; ">
-},
-{
- Id: 12127
- AegisName: "High_end_Cooking_Kits"
- Name: "Professional Cooking Kit"
- Type: "IT_USABLE"
- Buy: 2000
- Weight: 50
- BuyingStore: true
- Script: <" cooking 13; ">
-},
-{
- Id: 12128
- AegisName: "Imperial_Cooking_Kits"
- Name: "Royal Cooking Kit"
- Type: "IT_USABLE"
- Buy: 5000
- Weight: 70
- BuyingStore: true
- Script: <" cooking 14; ">
-},
-{
- Id: 12129
- AegisName: "Fantastic_Cooking_Kits"
- Name: "Fantastic Cooking Kit"
- Type: "IT_USABLE"
- Buy: 10000
- Weight: 70
- BuyingStore: true
- Script: <" cooking 15; ">
-},
-{
- Id: 12130
- AegisName: "Cookie_Bag"
- Name: "Cookie Bag"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 70
- BuyingStore: true
- Script: <"
- getrandgroupitem 12130,1;
- getrandgroupitem 12130,1;
- getrandgroupitem 12130,1;
- ">
-},
-{
- Id: 12131
- AegisName: "Lucky_Potion"
- Name: "Lucky Potion"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 100
- Script: <" sc_start SC_FOOD_LUK, 1800000, 15; ">
-},
-{
- Id: 12132
- AegisName: "Red_Bag"
- Name: "Santa's Bag"
- Type: "IT_USABLE"
- Weight: 200
- BuyingStore: true
- Script: <"
- sc_start SC_XMAS, 600000, 0;
- sc_start SC_MOVHASTE_HORSE, 600000, 25;
- ">
-},
-{
- Id: 12133
- AegisName: "Ice_Cream_"
- Name: "McDonald's Ice Cone"
- Type: "IT_HEALING"
- Weight: 80
- Script: <"
- if (gettime(GETTIME_DAYOFMONTH) != MDiceCone) {
- MDiceCone = gettime(GETTIME_DAYOFMONTH);
- percentheal 50,50;
- }
-
- ">
-},
-{
- Id: 12134
- AegisName: "Red_Envelope"
- Name: "Red Envelope"
- Type: "IT_USABLE"
- Buy: 1
- Weight: 10
- Script: <" Zeny += rand(1000,10000); ">
-},
-{
- Id: 12135
- AegisName: "Green_Ale"
- Name: "Green Ale"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 30
- Script: <"
- percentheal 50,50;
- sc_start SC_CONFUSION,10000,0,1000,SCFLAG_NONE;
- ">
-},
-{
- Id: 12136
- AegisName: "Womens_Bundle"
- Name: "Women's Bundle"
- Type: "IT_USABLE"
- Weight: 100
- Script: <" getitem callfunc("F_RandMes",4,558,529,2668,7518),1; ">
-},
-{
- Id: 12137
- AegisName: "1st_Stage_Prize"
- Name: "First Stage Prize"
- Type: "IT_USABLE"
-},
-{
- Id: 12138
- AegisName: "2nd_Stage_Prize"
- Name: "Second Stage Prize"
- Type: "IT_USABLE"
-},
-{
- Id: 12139
- AegisName: "3rd_Stage_Prize"
- Name: "Third Stage Prize"
- Type: "IT_USABLE"
-},
-{
- Id: 12140
- AegisName: "4th_Stage_Prize"
- Name: "Fourth Stage Prize"
- Type: "IT_USABLE"
-},
-{
- Id: 12141
- AegisName: "5th_Stage_Prize"
- Name: "Fifth Stage Prize"
- Type: "IT_USABLE"
-},
-{
- Id: 12142
- AegisName: "Magic_Book"
- Name: "Book of Magic"
- Type: "IT_USABLE"
- Weight: 100
- Trade: {
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_FOOD_AGI,1800000,10; ">
-},
-{
- Id: 12143
- AegisName: "Red_Can"
- Name: "Red Can"
- Type: "IT_USABLE"
- Buy: 50000
- Weight: 300
-},
-{
- Id: 12144
- AegisName: "Sphere_Case_Wind"
- Name: "Lightning Sphere Pack"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 350
- BuyingStore: true
- Script: <" getitem Lightning_Sphere, 500; ">
-},
-{
- Id: 12145
- AegisName: "Sphere_Case_Darkness"
- Name: "Blind Sphere Pack"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 350
- BuyingStore: true
- Script: <" getitem Blind_Sphere, 500; ">
-},
-{
- Id: 12146
- AegisName: "Sphere_Case_Poison"
- Name: "Poison Sphere Pack"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 350
- BuyingStore: true
- Script: <" getitem Poison_Sphere, 500; ">
-},
-{
- Id: 12147
- AegisName: "Sphere_Case_Water"
- Name: "Freezing Sphere Pack"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 350
- BuyingStore: true
- Script: <" getitem Freezing_Sphere, 500; ">
-},
-{
- Id: 12148
- AegisName: "Sphere_Case_Fire"
- Name: "Flare Sphere Pack"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 350
- BuyingStore: true
- Script: <" getitem Flare_Sphere, 500; ">
-},
-{
- Id: 12149
- AegisName: "Bullet_Case"
- Name: "Cartridge"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem Bullet, 500; ">
-},
-{
- Id: 12150
- AegisName: "Bullet_Case_Blood"
- Name: "Blood Cartridge"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem Shell_Of_Blood, 500; ">
-},
-{
- Id: 12151
- AegisName: "Bullet_Case_Silver"
- Name: "Silver Cartridge"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem Silver_Bullet, 500; ">
-},
-{
- Id: 12152
- AegisName: "Special_Box"
- Name: "Special Present"
- Type: "IT_USABLE"
- Weight: 100
- Script: <" packageitem(); ">
-},
-{
- Id: 12153
- AegisName: "Bow_Mercenary_Scroll1"
- Name: "Bowman Scroll 1"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_ARCHER01, 1800000; ">
-},
-{
- Id: 12154
- AegisName: "Bow_Mercenary_Scroll2"
- Name: "Bowman Scroll 2"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_ARCHER02, 1800000; ">
-},
-{
- Id: 12155
- AegisName: "Bow_Mercenary_Scroll3"
- Name: "Bowman Scroll 3"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_ARCHER03, 1800000; ">
-},
-{
- Id: 12156
- AegisName: "Bow_Mercenary_Scroll4"
- Name: "Bowman Scroll 4"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_ARCHER04, 1800000; ">
-},
-{
- Id: 12157
- AegisName: "Bow_Mercenary_Scroll5"
- Name: "Bowman Scroll 5"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_ARCHER05, 1800000; ">
-},
-{
- Id: 12158
- AegisName: "Bow_Mercenary_Scroll6"
- Name: "Bowman Scroll 6"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_ARCHER06, 1800000; ">
-},
-{
- Id: 12159
- AegisName: "Bow_Mercenary_Scroll7"
- Name: "Bowman Scroll 7"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_ARCHER07, 1800000; ">
-},
-{
- Id: 12160
- AegisName: "Bow_Mercenary_Scroll8"
- Name: "Bowman Scroll 8"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_ARCHER08, 1800000; ">
-},
-{
- Id: 12161
- AegisName: "Bow_Mercenary_Scroll9"
- Name: "Bowman Scroll 9"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_ARCHER09, 1800000; ">
-},
-{
- Id: 12162
- AegisName: "Bow_Mercenary_Scroll10"
- Name: "Bowman Scroll 10"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_ARCHER10, 1800000; ">
-},
-{
- Id: 12163
- AegisName: "SwordMercenary_Scroll1"
- Name: "Fencer Scroll 1"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_SWORDMAN01, 1800000; ">
-},
-{
- Id: 12164
- AegisName: "SwordMercenary_Scroll2"
- Name: "Fencer Scroll 2"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_SWORDMAN02, 1800000; ">
-},
-{
- Id: 12165
- AegisName: "SwordMercenary_Scroll3"
- Name: "Fencer Scroll 3"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_SWORDMAN03, 1800000; ">
-},
-{
- Id: 12166
- AegisName: "SwordMercenary_Scroll4"
- Name: "Fencer Scroll 4"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_SWORDMAN04, 1800000; ">
-},
-{
- Id: 12167
- AegisName: "SwordMercenary_Scroll5"
- Name: "Fencer Scroll 5"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_SWORDMAN05, 1800000; ">
-},
-{
- Id: 12168
- AegisName: "SwordMercenary_Scroll6"
- Name: "Fencer Scroll 6"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_SWORDMAN06, 1800000; ">
-},
-{
- Id: 12169
- AegisName: "SwordMercenary_Scroll7"
- Name: "Fencer Scroll 7"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_SWORDMAN07, 1800000; ">
-},
-{
- Id: 12170
- AegisName: "SwordMercenary_Scroll8"
- Name: "Fencer Scroll 8"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_SWORDMAN08, 1800000; ">
-},
-{
- Id: 12171
- AegisName: "SwordMercenary_Scroll9"
- Name: "Fencer Scroll 9"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_SWORDMAN09, 1800000; ">
-},
-{
- Id: 12172
- AegisName: "SwordMercenary_Scroll10"
- Name: "Fencer Scroll 10"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_SWORDMAN10, 1800000; ">
-},
-{
- Id: 12173
- AegisName: "SpearMercenary_Scroll1"
- Name: "Spearman Scroll 1"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_LANCER01, 1800000; ">
-},
-{
- Id: 12174
- AegisName: "SpearMercenary_Scroll2"
- Name: "Spearman Scroll 2"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_LANCER02, 1800000; ">
-},
-{
- Id: 12175
- AegisName: "SpearMercenary_Scroll3"
- Name: "Spearman Scroll 3"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_LANCER03, 1800000; ">
-},
-{
- Id: 12176
- AegisName: "SpearMercenary_Scroll4"
- Name: "Spearman Scroll 4"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_LANCER04, 1800000; ">
-},
-{
- Id: 12177
- AegisName: "SpearMercenary_Scroll5"
- Name: "Spearman Scroll 5"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_LANCER05, 1800000; ">
-},
-{
- Id: 12178
- AegisName: "SpearMercenary_Scroll6"
- Name: "Spearman Scroll 6"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_LANCER06, 1800000; ">
-},
-{
- Id: 12179
- AegisName: "SpearMercenary_Scroll7"
- Name: "Spearman Scroll 7"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_LANCER07, 1800000; ">
-},
-{
- Id: 12180
- AegisName: "SpearMercenary_Scroll8"
- Name: "Spearman Scroll 8"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_LANCER08, 1800000; ">
-},
-{
- Id: 12181
- AegisName: "SpearMercenary_Scroll9"
- Name: "Spearman Scroll 9"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_LANCER09, 1800000; ">
-},
-{
- Id: 12182
- AegisName: "SpearMercenary_Scroll10"
- Name: "Spearman Scroll 10"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create MER_LANCER10, 1800000; ">
-},
-{
- Id: 12183
- AegisName: "Holy_Arrow_Quiver"
- Name: "Holy Arrow Quiver"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 250
- BuyingStore: true
- Script: <" getitem Holy_Arrow, 500; ">
-},
-{
- Id: 12184
- AegisName: "Mercenary_Red_Potion"
- Name: "Mercenary Red Potion"
- Type: "IT_USABLE"
- Buy: 500
- Weight: 100
- BuyingStore: true
- Script: <" mercenary_heal 1000,0; ">
-},
-{
- Id: 12185
- AegisName: "Mercenary_Blue_Potion"
- Name: "Mercenary Blue Potion"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 100
- BuyingStore: true
- Script: <" mercenary_heal 0,100; ">
-},
-{
- Id: 12186
- AegisName: "Red_Box"
- Name: "Old Red Box"
- Type: "IT_USABLE"
- Buy: 50000
- Weight: 200
- Script: <" getrandgroupitem 12186,1; ">
-},
-{
- Id: 12187
- AegisName: "Green_Box"
- Name: "Old Green Box"
- Type: "IT_USABLE"
- Buy: 50000
- Weight: 200
- Script: <" getrandgroupitem 12187,1; ">
-},
-{
- Id: 12188
- AegisName: "Magical_Moon_Cake"
- Name: "Grace Moon Cake"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 300
- Script: <" percentheal 50,50; ">
-},
-{
- Id: 12189
- AegisName: "Red_Box_"
- Name: "Old Red Box"
- Type: "IT_USABLE"
- Buy: 50000
- Weight: 200
- Script: <" getrandgroupitem 12189,1; ">
-},
-{
- Id: 12190
- AegisName: "Moon_Cake"
- Name: "Moon Cake"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 300
-},
-{
- Id: 12191
- AegisName: "Special_Moon_Cake"
- Name: "Special Moon Cake"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 500
-},
-{
- Id: 12192
- AegisName: "Pumpkin_Pie"
- Name: "Pumpkin Pie"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 10
- Script: <" percentheal 5,5; ">
-},
-{
- Id: 12193
- AegisName: "Brezel"
- Name: "Pretzel"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 20
-},
-{
- Id: 12194
- AegisName: "Hometown_Gift"
- Name: "Hometown Gift"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 200
- BuyingStore: true
- Script: <"
- getrandgroupitem 12194,1;
- getrandgroupitem 12194,1;
- getrandgroupitem 12194,1;
- ">
-},
-{
- Id: 12195
- AegisName: "Plain_Rice_Cake"
- Name: "Plain Rice Cake"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 100
- BuyingStore: true
- Script: <" percentheal 0,20; ">
-},
-{
- Id: 12196
- AegisName: "Hearty_Rice_Cake"
- Name: "Hearty Rice Cake"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 100
- BuyingStore: true
- Script: <" percentheal 50,0; ">
-},
-{
- Id: 12197
- AegisName: "Salty_Rice_Cake"
- Name: "Salty Rice Cake"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 100
- BuyingStore: true
- Script: <" percentheal 10,10; ">
-},
-{
- Id: 12198
- AegisName: "Lucky_Rice_Cake"
- Name: "Lucky Rice Cake"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 100
- BuyingStore: true
- Script: <" sc_start SC_FOOD_LUK,1200000,21; ">
-},
-{
- Id: 12199
- AegisName: "Rice_Scroll"
- Name: "Scroll of Magic"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12200
- AegisName: "Event_Cake"
- Name: "X-mas Cake"
- Type: "IT_DELAYCONSUME"
- Buy: 20
- Weight: 50
- Script: <" itemskill PR_MAGNIFICAT,3; ">
-},
-{
- Id: 12201
- AegisName: "Red_Box_C"
- Name: "Commonplace Red Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 200
-},
-
-//== Cash Shop Usable Items ================================
-{
- Id: 12202
- AegisName: "Str_Dish10_"
- Name: "Steamed Tongue"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- sc_start(SC_FOOD_STR_CASH, 1800000, 10);
- percentheal(20, 10);
- ">
-},
-{
- Id: 12203
- AegisName: "Agi_Dish10_"
- Name: "Steamed Scorpion"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- sc_start(SC_FOOD_AGI_CASH, 1800000, 10);
- percentheal(15, 5);
- ">
-},
-{
- Id: 12204
- AegisName: "Int_Dish10_"
- Name: "Dragon Breath Cocktail"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- sc_start(SC_FOOD_INT_CASH, 1800000, 10);
- percentheal(10, 20);
- ">
-},
-{
- Id: 12205
- AegisName: "Dex_Dish10_"
- Name: "Hwergelmir's Tonic"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- sc_start(SC_FOOD_DEX_CASH, 1800000, 10);
- percentheal(10, 10);
- ">
-},
-{
- Id: 12206
- AegisName: "Luk_Dish10_"
- Name: "Cooked Nine Tail's Tails"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- sc_start(SC_FOOD_LUK_CASH, 1800000, 10);
- percentheal(14, 8);
- ">
-},
-{
- Id: 12207
- AegisName: "Vit_Dish10_"
- Name: "Stew Of Immortality"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- sc_start(SC_FOOD_VIT_CASH, 1800000, 10);
- percentheal(25, 0);
- ">
-},
-{
- Id: 12208
- AegisName: "Battle_Manual"
- Name: "Battle Manual"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Delay: 60000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_CASH_PLUSEXP,1800000,50; ">
-},
-{
- Id: 12209
- AegisName: "Insurance"
- Name: "Life Insurance"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_CASH_DEATHPENALTY,1800000,0; ">
-},
-{
- Id: 12210
- AegisName: "Bubble_Gum"
- Name: "Bubble Gum"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Delay: 60000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_CASH_RECEIVEITEM,1800000,200; ">
-},
-{
- Id: 12211
- AegisName: "Kafra_Card"
- Name: "Kafra Card"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "F_CashStore"; ">
-},
-{
- Id: 12212
- AegisName: "Giant_Fly_Wing"
- Name: "Giant Fly Wing"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "F_CashPartyCall"; ">
-},
-{
- Id: 12213
- AegisName: "Neuralizer"
- Name: "Neuralizer"
- Type: "IT_DELAYCONSUME"
- Buy: 2
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "F_CashReset"; ">
-},
-{
- Id: 12214
- AegisName: "Convex_Mirror"
- Name: "Convex Mirror"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_CASH_BOSS_ALARM,600000,0; ">
-},
-{
- Id: 12215
- AegisName: "Blessing_10_Scroll"
- Name: "LV10 Blessing Scroll"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <"
- skilleffect AL_BLESSING,0;
- sc_start SC_BLESSING,240000,10;
- ">
-},
-{
- Id: 12216
- AegisName: "Inc_Agi_10_Scroll"
- Name: "LV10 Agil Scroll"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <"
- if(Hp>15) {
- skilleffect AL_INCAGI,0;
- sc_start SC_INC_AGI,240000,10;
- heal -15,0;
- }
-
- ">
-},
-{
- Id: 12217
- AegisName: "Aspersio_5_Scroll"
- Name: "LV5 Aspersio Scroll"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <"
- if(countitem(523)>0) {
- skilleffect PR_ASPERSIO,0;
- sc_start SC_ASPERSIO,180000,5;
- delitem 523,1;
- }
-
- ">
-},
-{
- Id: 12218
- AegisName: "Assumptio_5_Scroll"
- Name: "LV5 Assumptio Scroll"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <"
- sc_start SC_ASSUMPTIO,100000,5;
- skilleffect HP_ASSUMPTIO,0;
- ">
-},
-{
- Id: 12219
- AegisName: "Wind_Walk_10_Scroll"
- Name: "LV10 Wind Walker Scroll"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <"
- skilleffect SN_WINDWALK,0;
- sc_start SC_WINDWALK,250000,5;
- ">
-},
-{
- Id: 12220
- AegisName: "Adrenaline_Scroll"
- Name: "LV5 Adrenaline Scroll"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <"
- .@type = getiteminfo(getequipid(EQI_HAND_R),11);
- if (.@type==6||.@type==7||.@type==8) {
- skilleffect BS_ADRENALINE,0;
- sc_start SC_ADRENALINE,150000,5;
- }
-
- ">
-},
-{
- Id: 12221
- AegisName: "Megaphone_"
- Name: "Megaphone"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- input @megaphone$;
- announce strcharinfo(PC_NAME) + ": " + @megaphone$,bc_all,0xFF0000;
- end;
- ">
-},
-{
- Id: 12225
- AegisName: "Sweet_Candy_Striper"
- Name: "Sweet Candy Cane"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- Nouse: {
- sitting: true
- }
- Script: <" pet GOBLIN_XMAS; ">
-},
-{
- Id: 12226
- AegisName: "Examination1"
- Name: "Examination 1"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 50
- Script: <"
- sc_start SC_MOVHASTE_INFINITY, 5400000, 100;
- percentheal 100, 100;
- sc_start SC_FOOD_STR, 5400000, 10;
- sc_start SC_FOOD_DEX, 5400000, 5;
- sc_start SC_PLUSATTACKPOWER, 5400000, 22;
- sc_start SC_PLUSMAGICPOWER, 5400000, 15;
- ">
-},
-{
- Id: 12227
- AegisName: "Examination2"
- Name: "Examination 2"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 50
- Script: <"
- sc_start SC_MOVHASTE_INFINITY, 5400000, 100;
- percentheal 100, 100;
- sc_start SC_FOOD_INT, 5400000, 8;
- sc_start SC_FOOD_VIT, 5400000, 7;
- sc_start SC_FOOD_LUK, 5400000, 7;
- sc_start SC_PLUSATTACKPOWER, 5400000, 10;
- ">
-},
-{
- Id: 12228
- AegisName: "Examination3"
- Name: "Examination 3"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 50
- Script: <"
- sc_start SC_MOVHASTE_INFINITY, 5400000, 100;
- percentheal 100, 100;
- sc_start SC_FOOD_AGI, 5400000, 15;
- sc_start SC_PLUSATTACKPOWER, 5400000, 52;
- sc_start SC_PLUSMAGICPOWER, 5400000, 10;
- ">
-},
-{
- Id: 12229
- AegisName: "Examination4"
- Name: "Examination 4"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 50
- Script: <"
- sc_start SC_MOVHASTE_INFINITY, 5400000, 100;
- percentheal 100, 100;
- sc_start SC_FOOD_STR, 5400000, 3;
- sc_start SC_FOOD_AGI, 5400000, 5;
- sc_start SC_FOOD_VIT, 5400000, 10;
- sc_start SC_PLUSMAGICPOWER, 5400000, 52;
- ">
-},
-{
- Id: 12230
- AegisName: "Examination5"
- Name: "Examination 5"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 50
- Script: <"
- sc_start SC_MOVHASTE_INFINITY, 5400000, 100;
- percentheal 100, 100;
- sc_start SC_FOOD_INT, 5400000, 3;
- sc_start SC_FOOD_DEX, 5400000, 12;
- sc_start SC_PLUSATTACKPOWER, 5400000, 20;
- sc_start SC_PLUSMAGICPOWER, 5400000, 20;
- ">
-},
-{
- Id: 12231
- AegisName: "Examination6"
- Name: "Examination 6"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 50
- Script: <"
- percentheal 100,100;
- sc_start SC_FOOD_STR, 5400000, 6;
- sc_start SC_FOOD_DEX, 5400000, 6;
- sc_start SC_FOOD_AGI, 5400000, 6;
- sc_start SC_FOOD_INT, 5400000, 6;
- sc_start SC_FOOD_VIT, 5400000, 6;
- sc_start SC_FOOD_LUK, 5400000, 6;
- sc_start SC_PLUSATTACKPOWER, 5400000, 24;
- sc_start SC_PLUSMAGICPOWER, 5400000, 24;
- ">
-},
-{
- Id: 12232
- AegisName: "Gingerbread"
- Name: "Ginger Bread"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 150
- Script: <"
- sc_start SC_ATTHASTE_POTION2, 900000, 0;
- sc_start SC_MOVHASTE_INFINITY, 900000, 100;
- ">
-},
-{
- Id: 12233
- AegisName: "Kvass"
- Name: "Kvass"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 200
- Script: <" percentheal 100,100; ">
-},
-{
- Id: 12234
- AegisName: "Cacao99"
- Name: "Fierce Cacao 99%"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 100
- Script: <" percentheal 25,0; ">
-},
-{
- Id: 12235
- AegisName: "Strawberry_Choco"
- Name: "Chocolate Strawberry"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 100
- Nouse: {
- sitting: true
- }
- Script: <"
- percentheal 0,5;
- skilleffect AL_BLESSING,0;
- sc_start SC_BLESSING,240000,10;
- ">
-},
-{
- Id: 12236
- AegisName: "Choco_Tart"
- Name: "Chocolate Tart"
- Type: "IT_DELAYCONSUME"
- Buy: 20
- Weight: 100
- Nouse: {
- sitting: true
- }
- Script: <"
- percentheal 5,0;
- itemskill AL_ANGELUS,5;
- ">
-},
-{
- Id: 12237
- AegisName: "Choco_Lump"
- Name: "Junky Chocolate"
- Type: "IT_USABLE"
- Weight: 100
- Nouse: {
- sitting: true
- }
- Script: <"
- percentheal 0,5;
- sc_start SC_POISON,18000,0;
- sc_start SC_BLOODING,18000,0;
- ">
-},
-{
- Id: 12238
- AegisName: "New_Year_Rice_Cake_1"
- Name: "New Year Rice Cake"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 100
- Script: <"
- sc_start SC_DPOISON,10000,0,1000,SCFLAG_NONE;
- sc_start SC_POISON,50000,0;
- ">
-},
-{
- Id: 12239
- AegisName: "New_Year_Rice_Cake_2"
- Name: "New Year Rice Cake"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 100
- Script: <"
- sc_start SC_DPOISON,10000,0,1000,SCFLAG_NONE;
- sc_start SC_POISON,50000,0;
- ">
-},
-{
- Id: 12240
- AegisName: "Old_Yellow_Box"
- Name: "Old Yellow Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 200
- Script: <" getrandgroupitem 12240,1; ">
-},
-{
- Id: 12241
- AegisName: "M_Center_Potion"
- Name: "Mercenary Concentration Potion"
- Type: "IT_USABLE"
- Buy: 800
- Weight: 100
- BuyingStore: true
- Script: <" mercenary_sc_start SC_ATTHASTE_POTION1, 1800000, 0; ">
-},
-{
- Id: 12242
- AegisName: "M_Awakening_Potion"
- Name: "Mercenary Awakening Potion"
- Type: "IT_USABLE"
- Buy: 1500
- Weight: 150
- BuyingStore: true
- Script: <" mercenary_sc_start SC_ATTHASTE_POTION2, 1800000, 0; ">
-},
-{
- Id: 12243
- AegisName: "M_Berserk_Potion"
- Name: "Mercenary Berserk Potion"
- Type: "IT_USABLE"
- Buy: 3000
- Weight: 200
- BuyingStore: true
- Script: <" mercenary_sc_start SC_ATTHASTE_POTION3, 1800000, 0; ">
-},
-{
- Id: 12244
- AegisName: "Old_Gift_Box"
- Name: "Old Gift Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 200
- Script: <" getrandgroupitem 12244,1; ">
-},
-{
- Id: 12245
- AegisName: "Green_Ale_US"
- Name: "Green Ale"
- Type: "IT_HEALING"
- Buy: 5000
- Weight: 500
- Script: <" percentheal 100,0; ">
-},
-{
- Id: 12246
- AegisName: "Magic_Card_Album"
- Name: "Mystical Card Album"
- Type: "IT_USABLE"
- Buy: 10000
- Weight: 50
- BuyingStore: true
- Script: <" getrandgroupitem 12246,1; ">
-},
-{
- Id: 12247
- AegisName: "Halohalo"
- Name: "Halo-Halo"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- EquipLv: 20
- Script: <"
- sc_start SC_FOOD_STR,600000,3;
- sc_start SC_FOOD_DEX,600000,3;
- sc_start SC_FOOD_AGI,600000,3;
- sc_start SC_FOOD_INT,600000,3;
- sc_start SC_FOOD_VIT,600000,3;
- sc_start SC_FOOD_LUK,600000,3;
- ">
-},
-{
- Id: 12248
- AegisName: "Masquerade_Ball_Box"
- Name: "Fancy Ball Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <" getrandgroupitem 12248,1; ">
-},
-{
- Id: 12249
- AegisName: "Payroll_Of_Kafra_"
- Name: "Payment Statement for Kafra Employee"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 12250
- AegisName: "Str_Dish10_M"
- Name: "Steamed Tongue"
- Type: "IT_USABLE"
- Weight: 10
- Script: <"
- sc_start SC_FOOD_STR,3600000,10;
- percentheal 20,10;
- ">
-},
-{
- Id: 12251
- AegisName: "Agi_Dish10_M"
- Name: "Steamed Desert Scorpions"
- Type: "IT_USABLE"
- Weight: 10
- Script: <"
- sc_start SC_FOOD_AGI,3600000,10;
- percentheal 15,5;
- ">
-},
-{
- Id: 12252
- AegisName: "Int_Dish10_M"
- Name: "Dragon Breath Cocktail"
- Type: "IT_USABLE"
- Weight: 10
- Script: <"
- sc_start SC_FOOD_INT,3600000,10;
- percentheal 10,20;
- ">
-},
-{
- Id: 12253
- AegisName: "Dex_Dish10_M"
- Name: "Hwergelmir's Tonic"
- Type: "IT_USABLE"
- Weight: 10
- Script: <"
- sc_start SC_FOOD_DEX,3600000,10;
- percentheal 10,10;
- ">
-},
-{
- Id: 12254
- AegisName: "Luk_Dish10_M"
- Name: "Cooked Nine Tail"
- Type: "IT_USABLE"
- Weight: 10
- Script: <"
- sc_start SC_FOOD_LUK,3600000,10;
- percentheal 14,8;
- ">
-},
-{
- Id: 12255
- AegisName: "Vit_Dish10_M"
- Name: "Immortal Stew"
- Type: "IT_USABLE"
- Weight: 10
- Script: <"
- sc_start SC_FOOD_VIT,3600000,10;
- percentheal 25,0;
- ">
-},
-{
- Id: 12256
- AegisName: "PRO_Gift_Box"
- Name: "PRO Gift Box"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12257
- AegisName: "Cold_Medicine"
- Name: "Cold Medicine"
- Type: "IT_HEALING"
- Buy: 20
- Weight: 100
- EquipLv: 50
- Script: <" percentheal 25,25; ">
-},
-{
- Id: 12258
- AegisName: "Bombring_Box"
- Name: "Bomb Poring Box"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- if(strcharinfo(PC_MAP)=="job3_rang02") {
- monster "this",-1,-1,"--ja--",1904,1,"";
- }
-
- ">
-},
-{
- Id: 12259
- AegisName: "Miracle_Medicine"
- Name: "Miracle Tonic"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getexp 3000000,1500000; ">
-},
-{
- Id: 12260
- AegisName: "Cool_Summer_Outfit"
- Name: "Cool Summer Outfit"
- Type: "IT_USABLE"
- Weight: 100
- BuyingStore: true
- Script: <" sc_start SC_SUMMER,600000,0; ">
-},
-{
- Id: 12261
- AegisName: "Secret_Medicine"
- Name: "Leap of Fantasy"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getexp 2000000,1000000; ">
-},
-{
- Id: 12262
- AegisName: "Inspector_Certificate_"
- Name: "Authoritative Badge"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_MOVHASTE_HORSE, 180000, 25; ">
-},
-{
- Id: 12263
- AegisName: "Comp_Battle_Manual"
- Name: "Field Manual"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_CASH_PLUSEXP,1800000,50; ">
-},
-{
- Id: 12264
- AegisName: "Comp_Bubble_Gum"
- Name: "Bubble Gum"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_CASH_RECEIVEITEM,1800000,200; ">
-},
-{
- Id: 12265
- AegisName: "Comp_Insurance"
- Name: "Life Insurrance"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_CASH_DEATHPENALTY,1800000,0; ">
-},
-{
- Id: 12266
- AegisName: "Sesame_Pastry_"
- Name: "Sesame Pastry"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 70
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_FOOD_BASICHIT,1200000,30; ">
-},
-{
- Id: 12267
- AegisName: "Honey_Pastry_"
- Name: "Honey Pastry"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 70
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_FOOD_BASICAVOIDANCE,1200000,30; ">
-},
-{
- Id: 12268
- AegisName: "Rainbow_Cake_"
- Name: "Rainbow Cake"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 70
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- sc_start SC_PLUSATTACKPOWER, 60000, 10;
- sc_start SC_PLUSMAGICPOWER, 60000, 10;
- ">
-},
-{
- Id: 12269
- AegisName: "Tasty_Colonel"
- Name: "Tasty Pink Ration"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 70
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_PLUSATTACKPOWER, 600000, 15; ">
-},
-{
- Id: 12270
- AegisName: "Tasty_Major"
- Name: "Tasty White Ration"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 70
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_PLUSMAGICPOWER, 600000, 15; ">
-},
-{
- Id: 12271
- AegisName: "Mre_A"
- Name: "Military Ration A"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 70
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" percentheal 5,0; ">
-},
-{
- Id: 12272
- AegisName: "Mre_B"
- Name: "Military Ration B"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 70
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_FOOD_BASICHIT,600000,33; ">
-},
-{
- Id: 12273
- AegisName: "Mre_C"
- Name: "Military Ration C"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 70
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_FOOD_BASICAVOIDANCE,600000,33; ">
-},
-{
- Id: 12274
- AegisName: "Gold_Pill_1"
- Name: "Daehwandan"
- Type: "IT_HEALING"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nostorage: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" sc_start2 SC_ATKER_ASPD,3600000,5,10; ">
-},
-{
- Id: 12275
- AegisName: "Gold_Pill_2"
- Name: "Taecheongdan"
- Type: "IT_HEALING"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nostorage: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" sc_start2 SC_ATKER_MOVESPEED,3600000,5,10; ">
-},
-{
- Id: 12276
- AegisName: "Mimic_Scroll"
- Name: "Mimic Scroll"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" mercenary_create M_MIMIC, 1800000; ">
-},
-{
- Id: 12277
- AegisName: "Disguise_Scroll"
- Name: "Disguise Scroll"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" mercenary_create M_DISGUISE, 1800000; ">
-},
-{
- Id: 12278
- AegisName: "Alice_Scroll"
- Name: "Alice Scroll"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" mercenary_create M_ALICE, 1800000; ">
-},
-{
- Id: 12279
- AegisName: "Undead_Element_Scroll"
- Name: "Undead Elemental Scroll"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" sc_start4 SC_ARMOR_RESIST,300000,20,20,20,20; ">
-},
-{
- Id: 12280
- AegisName: "Holy_Element_Scroll"
- Name: "Holy Elemental Scroll"
- Type: "IT_USABLE"
- Weight: 10
- Script: <"
- specialeffect(EF_BENEDICTIO, AREA, playerattached());
- sc_start SC_BENEDICTIO,300000,1;
- ">
-},
-{
- Id: 12281
- AegisName: "Tresure_Box_WoE"
- Name: "Event Treasure Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 150
- Script: <" getrandgroupitem 12281,1; ">
-},
-{
- Id: 12282
- AegisName: "Internet_Cafe1"
- Name: "Internet Cafe1"
- Type: "IT_USABLE"
- Weight: 10
- Script: <"
- sc_start SC_FOOD_STR, 5400000, 3;
- sc_start SC_FOOD_DEX, 5400000, 3;
- sc_start SC_FOOD_AGI, 5400000, 3;
- sc_start SC_FOOD_INT, 5400000, 3;
- sc_start SC_FOOD_VIT, 5400000, 3;
- sc_start SC_FOOD_LUK, 5400000, 3;
- sc_start SC_PLUSATTACKPOWER, 5400000, 15;
- sc_start SC_PLUSMAGICPOWER, 5400000, 15;
- ">
-},
-{
- Id: 12283
- AegisName: "Internet_Cafe2"
- Name: "Internet Cafe2"
- Type: "IT_USABLE"
- Weight: 10
- Script: <"
- sc_start SC_FOOD_STR, 5400000, 8;
- sc_start SC_FOOD_DEX, 5400000, 4;
- sc_start SC_FOOD_AGI, 5400000, 6;
- sc_start SC_PLUSATTACKPOWER, 5400000, 32;
- sc_start SC_FOOD_BASICAVOIDANCE, 5400000, 5;
- ">
-},
-{
- Id: 12284
- AegisName: "Internet_Cafe3"
- Name: "Internet Cafe3"
- Type: "IT_USABLE"
- Weight: 10
- Script: <"
- sc_start SC_FOOD_INT, 5400000, 8;
- sc_start SC_FOOD_VIT, 5400000, 4;
- sc_start SC_FOOD_DEX, 5400000, 6;
- sc_start SC_PLUSMAGICPOWER, 5400000, 40;
- ">
-},
-{
- Id: 12285
- AegisName: "Internet_Cafe4"
- Name: "Internet Cafe4"
- Type: "IT_USABLE"
- Weight: 10
- Script: <"
- sc_start SC_FOOD_DEX, 5400000, 8;
- sc_start SC_FOOD_LUK, 5400000, 4;
- sc_start SC_FOOD_AGI, 5400000, 6;
- sc_start SC_PLUSATTACKPOWER, 5400000, 24;
- sc_start SC_PLUSMAGICPOWER, 5400000, 24;
- ">
-},
-{
- Id: 12286
- AegisName: "Masquerade_Ball_Box2"
- Name: "Masquerade Ball Box2"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" getrandgroupitem 12286,1; ">
-},
-{
- Id: 12287
- AegisName: "Love_Angel"
- Name: "Love Angel Magic Powder"
- Type: "IT_DELAYCONSUME"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" setfont 1; ">
-},
-{
- Id: 12288
- AegisName: "Squirrel"
- Name: "Squirrel Magic Powder"
- Type: "IT_DELAYCONSUME"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" setfont 2; ">
-},
-{
- Id: 12289
- AegisName: "Gogo"
- Name: "Gogo Magic Powder"
- Type: "IT_DELAYCONSUME"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" setfont 3; ">
-},
-{
- Id: 12290
- AegisName: "Mysterious_Can"
- Name: "Mysterious Can Magic Powder"
- Type: "IT_USABLE"
- Buy: 10
- Weight: 100
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <"
- percentheal 5,0;
- skilleffect AL_BLESSING,0;
- sc_start SC_BLESSING,120000,5;
- ">
-},
-{
- Id: 12291
- AegisName: "Mysterious_PET_Bottle"
- Name: "Mysterious PET Bottle"
- Type: "IT_USABLE"
- Buy: 10
- Weight: 100
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <"
- percentheal 5,0;
- skilleffect AL_INCAGI,0;
- sc_start SC_INC_AGI,120000,5;
- ">
-},
-{
- Id: 12292
- AegisName: "Unripe_Fruit"
- Name: "Unripe Fruit"
- Type: "IT_HEALING"
- Buy: 500
- Weight: 200
- BuyingStore: true
- Script: <" percentheal 20,0; ">
-},
-{
- Id: 12293
- AegisName: "Dried_Yggdrasilberry"
- Name: "Dried Yggdrasilberry"
- Type: "IT_HEALING"
- Buy: 500
- Weight: 200
- BuyingStore: true
- Script: <" percentheal 0,20; ">
-},
-{
- Id: 12294
- AegisName: "PC_Bang_Coin_Box1"
- Name: "PC-Room Coin Box"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2740,1; ">
-},
-{
- Id: 12295
- AegisName: "PC_Bang_Coin_Box2"
- Name: "PC-Room Coin Box"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2739,1; ">
-},
-{
- Id: 12296
- AegisName: "PC_Bang_Coin_Box3"
- Name: "PC-Room Coin Box"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2738,1; ">
-},
-{
- Id: 12297
- AegisName: "PC_Bang_Coin_Box4"
- Name: "PC-Room Coin Box"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2738,2; ">
-},
-{
- Id: 12298
- AegisName: "SP_Potion"
- Name: "SP Consumption Reduction Potion"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nostorage: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- specialeffect(EF_SPELLBREAKER, AREA, playerattached());
- sc_start SC_ATKER_BLOOD,3600000,15;
- ">
-},
-{
- Id: 12299
- AegisName: "Mega_Resist_Potion"
- Name: "Mega Resist Potion"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nostorage: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- specialeffect(EF_GUARD, AREA, playerattached());
- sc_start SC_TARGET_BLOOD,3600000,10;
- ">
-},
-{
- Id: 12300
- AegisName: "Wild_Rose_Scroll"
- Name: "Wild Rose Contract"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create M_WILD_ROSE, 1800000; ">
-},
-{
- Id: 12301
- AegisName: "Doppelganger_Scroll"
- Name: "Doppelganger Contract"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create M_DOPPELGANGER, 1800000; ">
-},
-{
- Id: 12302
- AegisName: "Ygnizem_Scroll"
- Name: "Egnigem Cenia Contract"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" mercenary_create M_YGNIZEM, 1800000; ">
-},
-{
- Id: 12303
- AegisName: "Water_Of_Blessing"
- Name: "Blessing Of Water"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12304
- AegisName: "Picture_Diary"
- Name: "Diary Magic Powder"
- Type: "IT_DELAYCONSUME"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" setfont 4; ">
-},
-{
- Id: 12305
- AegisName: "Mini_Heart"
- Name: "Mini Heart Magic Powder"
- Type: "IT_DELAYCONSUME"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" setfont 5; ">
-},
-{
- Id: 12306
- AegisName: "Newcomer"
- Name: "Freshman Magic Powder"
- Type: "IT_DELAYCONSUME"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" setfont 6; ">
-},
-{
- Id: 12307
- AegisName: "Kid"
- Name: "Kid Magic Powder"
- Type: "IT_DELAYCONSUME"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" setfont 7; ">
-},
-{
- Id: 12308
- AegisName: "Magic_Castle"
- Name: "Magic Magic Powder"
- Type: "IT_DELAYCONSUME"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" setfont 8; ">
-},
-{
- Id: 12309
- AegisName: "Bulging_Head"
- Name: "JJangu Magic Powder"
- Type: "IT_DELAYCONSUME"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" setfont 9; ">
-},
-{
- Id: 12310
- AegisName: "Spray_Of_Flowers"
- Name: "Spray Of Flowers"
- Type: "IT_USABLE"
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" sc_start SC_FOOD_BASICAVOIDANCE,600000,10; ">
-},
-{
- Id: 12311
- AegisName: "Large_Spray_Of_Flowers"
- Name: "Huge Spray Of Flowers"
- Type: "IT_DELAYCONSUME"
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" itemskill ALL_PARTYFLEE,1; ">
-},
-{
- Id: 12312
- AegisName: "Thick_Manual50"
- Name: "Thick Battle Manual"
- Type: "IT_USABLE"
- Script: <" sc_start SC_CASH_PLUSEXP,3600000,50; ">
-},
-{
- Id: 12313
- AegisName: "Protection_Of_Angel"
- Name: "Guardian Angel"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" itemskill ALL_ANGEL_PROTECT,1; ">
-},
-{
- Id: 12314
- AegisName: "Noive_Box"
- Name: "Noive Box"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12315
- AegisName: "Goddess_Bless"
- Name: "Goddess Of Blessing"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12316
- AegisName: "Angel_Bless"
- Name: "Angel Of Blessing"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12317
- AegisName: "Powder_Snow"
- Name: "Snow Powder"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" end; ">
-},
-{
- Id: 12318
- AegisName: "Little_Heart"
- Name: "Small Hearts"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12319
- AegisName: "Strawberry_Cake"
- Name: "Rune Strawberry Cake"
- Type: "IT_USABLE"
- Weight: 300
- Script: <"
- sc_start SC_PLUSATTACKPOWER, 600000, 5;
- sc_start SC_PLUSMAGICPOWER, 600000, 5;
- ">
-},
-{
- Id: 12320
- AegisName: "Pineapple_Juice"
- Name: "Schwartzwald Pine Jubilee"
- Type: "IT_USABLE"
- Weight: 300
- Script: <"
- sc_start SC_FOOD_BASICHIT,600000,10;
- sc_start SC_FOOD_BASICAVOIDANCE,600000,20;
- ">
-},
-{
- Id: 12321
- AegisName: "Spicy_Sandwich"
- Name: "Arunafeltz Desert Sandwich"
- Type: "IT_USABLE"
- Weight: 300
- Script: <" sc_start SC_FOOD_CRITICALSUCCESSVALUE,600000,7; ">
-},
-{
- Id: 12322
- AegisName: "Chocolate_Pie"
- Name: "Chocolate Pie"
- Type: "IT_HEALING"
- Weight: 50
- Script: <" percentheal 5,5; ">
-},
-{
- Id: 12323
- AegisName: "N_Fly_Wing"
- Name: "Novice Fly Wing"
- Type: "IT_DELAYCONSUME"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" itemskill AL_TELEPORT,1; ">
-},
-{
- Id: 12324
- AegisName: "N_Butterfly_Wing"
- Name: "Novice Butterfly Wing"
- Type: "IT_DELAYCONSUME"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" itemskill AL_TELEPORT,3; ">
-},
-{
- Id: 12325
- AegisName: "N_Magnifier"
- Name: "Novice Magnifier"
- Type: "IT_DELAYCONSUME"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" itemskill MC_IDENTIFY,1; ">
-},
-{
- Id: 12326
- AegisName: "J_Firecracker"
- Name: "Large Firecracker"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 20
-},
-{
- Id: 12327
- AegisName: "Charm_Of_Luck"
- Name: "Charm Of Luck"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 50
- Script: <" sc_start SC_FOOD_LUK,3600000,20; ">
-},
-{
- Id: 12328
- AegisName: "Charm_Of_Happiness"
- Name: "Charm Of Happiness"
- Type: "IT_USABLE"
- Buy: 1800
- Weight: 100
- Script: <"
- sc_start SC_FOOD_STR,20000,10;
- sc_start SC_FOOD_DEX,20000,10;
- sc_start SC_FOOD_AGI,20000,10;
- sc_start SC_FOOD_INT,20000,10;
- sc_start SC_FOOD_VIT,20000,10;
- sc_start SC_FOOD_LUK,20000,10;
- ">
-},
-{
- Id: 12329
- AegisName: "Recall_MaleGM"
- Name: "Summon Male GameMaster Scroll"
- Type: "IT_USABLE"
- Weight: 10
- BuyingStore: true
- Script: <" mercenary_create M_GAMEMASTER, 1800000; ">
-},
-{
- Id: 12330
- AegisName: "Recall_FemaleGM"
- Name: "Summon Female GameMaster Scroll"
- Type: "IT_USABLE"
- Weight: 10
- BuyingStore: true
- Script: <" mercenary_create F_GAMEMASTER, 1800000; ">
-},
-{
- Id: 12331
- AegisName: "Ginseng"
- Name: "Ginseng"
- Type: "IT_HEALING"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" percentheal 6,0; ">
-},
-{
- Id: 12332
- AegisName: "Fruit_Juice"
- Name: "Fruit Juice"
- Type: "IT_HEALING"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" percentheal 0,6; ">
-},
-{
- Id: 12333
- AegisName: "Ansila"
- Name: "Ancilla"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Stack: [3, 1]
- Script: <" percentheal 0,15; ">
-},
-{
- Id: 12334
- AegisName: "Cherish_Box"
- Name: "Treasure Edition Helm Box"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" getrandgroupitem 12334,1; ">
-},
-{
- Id: 12335
- AegisName: "Yummy_Skewered_Dish"
- Name: "Grilled Delicious Skewer"
- Type: "IT_HEALING"
- Buy: 1000
- Weight: 350
- Script: <" percentheal 60,60; ">
-},
-{
- Id: 12336
- AegisName: "Baked_Mushroom"
- Name: "Grilled Mushroom"
- Type: "IT_HEALING"
- Buy: 500
- Weight: 300
- Script: <" percentheal 30,30; ">
-},
-{
- Id: 12337
- AegisName: "Grilled_Sausage"
- Name: "Grilled Sausages"
- Type: "IT_HEALING"
- Buy: 300
- Weight: 200
- Script: <" percentheal 20,20; ">
-},
-{
- Id: 12338
- AegisName: "Grilled_Corn"
- Name: "Grilled Corn"
- Type: "IT_USABLE"
- Buy: 100
- Weight: 100
- Script: <"
- sc_start SC_FOOD_STR,180000,2;
- sc_start SC_FOOD_INT,180000,2;
- sc_start SC_FOOD_AGI,180000,2;
- ">
-},
-{
- Id: 12339
- AegisName: "Cherish_Box_Ori"
- Name: "Treasure Edition Box"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" getrandgroupitem 12339,1; ">
-},
-{
- Id: 12340
- AegisName: "Mysterious_Rice_Powder"
- Name: "Chewy Rice Powder"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nostorage: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" pet EVENT_RICECAKE; ">
-},
-{
- Id: 12341
- AegisName: "Special_Alloy_Trap_Box"
- Name: "Special Alloy Trap Box"
- Type: "IT_USABLE"
- Buy: 30000
- Weight: 10
- BuyingStore: true
- Script: <" getitem Special_Alloy_Trap, 100; ">
-},
-{
- Id: 12342
- AegisName: "Manuks_Opportunity"
- Name: "Manuk's Opportunity"
- Type: "IT_USABLE"
- Weight: 50
- BuyingStore: true
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- specialeffect(EF_POTION_BERSERK, AREA, playerattached());
- sc_start SC_MANU_ATK,600000,10;
- ">
-},
-{
- Id: 12343
- AegisName: "Manuks_Courage"
- Name: "Manuk's Courage"
- Type: "IT_USABLE"
- Weight: 50
- BuyingStore: true
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- specialeffect(EF_GUARD, AREA, playerattached());
- sc_start SC_MANU_DEF,600000,10;
- ">
-},
-{
- Id: 12344
- AegisName: "Pinguiculas_fruit_Jam"
- Name: "Pinguicula's Fruit Jam"
- Type: "IT_USABLE"
- Weight: 50
- BuyingStore: true
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- specialeffect(EF_POTION_BERSERK, AREA, playerattached());
- sc_start SC_SPL_ATK,600000,10;
- ">
-},
-{
- Id: 12345
- AegisName: "Luciolas_Honey_Jam"
- Name: "Luciola's Honey Jam"
- Type: "IT_USABLE"
- Weight: 50
- BuyingStore: true
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- specialeffect(EF_GUARD, AREA, playerattached());
- sc_start SC_SPL_DEF,600000,10;
- ">
-},
-{
- Id: 12346
- AegisName: "Unripe_Acorn"
- Name: "Unripe Acorn"
- Type: "IT_USABLE"
- BuyingStore: true
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" heal -100,0; ">
-},
-{
- Id: 12347
- AegisName: "Acorn_Jelly"
- Name: "Acorn Jelly"
- Type: "IT_USABLE"
- Buy: 11
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" itemskill ALL_REVERSEORCISH,1; ">
-},
-{
- Id: 12348
- AegisName: "Manuks_Faith"
- Name: "Manuk's Faith"
- Type: "IT_USABLE"
- Weight: 50
- BuyingStore: true
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- specialeffect(EF_POTION_BERSERK, AREA, playerattached());
- sc_start SC_MANU_MATK,600000,10;
- ">
-},
-{
- Id: 12349
- AegisName: "Cornus_Tears"
- Name: "Cornus' Tears"
- Type: "IT_USABLE"
- Weight: 50
- BuyingStore: true
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- specialeffect(EF_POTION_BERSERK, AREA, playerattached());
- sc_start SC_SPL_MATK,600000,10;
- ">
-},
-{
- Id: 12350
- AegisName: "Angeling_Potion"
- Name: "Angeling Potion"
- Type: "IT_DELAYCONSUME"
- Buy: 20
- Weight: 100
- BuyingStore: true
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <"
- skilleffect AL_BLESSING,0;
- sc_start SC_BLESSING,120000,5;
- itemskill AL_ANGELUS,5;
- ">
-},
-{
- Id: 12351
- AegisName: "Shout_Megaphone"
- Name: "Scream Megaphone"
- Type: "IT_DELAYCONSUME"
- Buy: 20
- Weight: 50
- BuyingStore: true
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemskill MC_LOUD,1; ">
-},
-{
- Id: 12352
- AegisName: "Dun_Tele_Scroll3"
- Name: "Dungeon Teleport Scroll 3"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" callfunc "F_CashDungeon",3; ">
-},
-{
- Id: 12353
- AegisName: "Tiny_Waterbottle"
- Name: "Small Bottle"
- Type: "IT_USABLE"
- Buy: 800
- Weight: 10
- BuyingStore: true
- Script: <" sc_start SC_PROPERTYWATER,90000,1; ">
-},
-{
- Id: 12354
- AegisName: "Buche_De_Noel"
- Name: "Buche De Noel"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 50
- BuyingStore: true
- Script: <"
- specialeffect(EF_ANGELUS, AREA, playerattached());
- sc_start4 SC_BUCHEDENOEL, 600000, 3, 3, 3, 7;
- ">
-},
-{
- Id: 12355
- AegisName: "Xmas_Gift"
- Name: "Xmas Gift"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- BuyingStore: true
- Script: <" getrandgroupitem 12355,1; ">
-},
-{
- Id: 12356
- AegisName: "Louise_Costume_Box"
- Name: "Louise Costume Box"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- BuyingStore: true
- Script: <" getrandgroupitem 12356,1; ">
-},
-{
- Id: 12357
- AegisName: "Shiny_Wing_Gown"
- Name: "Shiny Wing Gown"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- Script: <" pet BACSOJIN_; ">
-},
-{
- Id: 12358
- AegisName: "Fan_Of_Wind"
- Name: "Fan Of Wind"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet CIVIL_SERVANT; ">
-},
-{
- Id: 12359
- AegisName: "Very_Soft_Plant"
- Name: "Very Soft Plant"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet LEAF_CAT; ">
-},
-{
- Id: 12360
- AegisName: "Very_Red_Juice"
- Name: "Very Red Juice"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet LOLI_RURI; ">
-},
-{
- Id: 12361
- AegisName: "Delicious_Shaved_Ice"
- Name: "Delicious Shaved Ice"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- nostorage: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" pet MARIONETTE; ">
-},
-{
- Id: 12362
- AegisName: "Kuloren"
- Name: "Kuloren"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet SHINOBI; ">
-},
-{
- Id: 12363
- AegisName: "Fit_Pipe"
- Name: "Fit Pipe"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- nostorage: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" pet WHISPER; ">
-},
-{
- Id: 12364
- AegisName: "Staff_Of_Leader"
- Name: "Staff Of Leader"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet GOBLIN_LEADER; ">
-},
-{
- Id: 12365
- AegisName: "Charming_Lotus"
- Name: "Charming Lotus"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet WICKED_NYMPH; ">
-},
-{
- Id: 12366
- AegisName: "Gril_Doll"
- Name: "Girl's Doll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet MIYABI_NINGYO; ">
-},
-{
- Id: 12367
- AegisName: "Luxury_Whisky_Bottle"
- Name: "Luxury Whisky Bottle"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet DULLAHAN; ">
-},
-{
- Id: 12368
- AegisName: "Splendid_Mirror"
- Name: "Splendid Mirror"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet MEDUSA; ">
-},
-{
- Id: 12369
- AegisName: "Oilpalm_Coconut"
- Name: "Oilpalm Coconut"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet STONE_SHOOTER; ">
-},
-{
- Id: 12370
- AegisName: "Grils_Naivety"
- Name: "Girl's Naivety"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- nostorage: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" pet INCUBUS; ">
-},
-{
- Id: 12371
- AegisName: "Magical_Lithography"
- Name: "Magical Lithography"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet GOLEM; ">
-},
-{
- Id: 12372
- AegisName: "Hell_Contract"
- Name: "Hell Contract"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet NIGHTMARE_TERROR; ">
-},
-{
- Id: 12373
- AegisName: "Boys_Naivety"
- Name: "Boy's Pure Heart"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet SUCCUBUS; ">
-},
-{
- Id: 12374
- AegisName: "Flaming_Ice"
- Name: "Ice Fireworks"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <" pet IMP; ">
-},
-{
- Id: 12375
- AegisName: "Acaraje"
- Name: "Akaraje"
- Type: "IT_USABLE"
- Weight: 80
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- specialeffect(EF_STEAL, AREA, playerattached());
- sc_start2 SC_ACARAJE,120000,5,10;
- ">
-},
-{
- Id: 12376
- AegisName: "Mysterious_Can2"
- Name: "Mysterious Can2"
- Type: "IT_USABLE"
- Buy: 10
- Weight: 100
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <"
- percentheal 3, 0;
- itemskill PR_GLORIA, 2;
- ">
-},
-{
- Id: 12377
- AegisName: "Mysterious_PET_Bottle2"
- Name: "Mysterious PET Bottle2"
- Type: "IT_USABLE"
- Buy: 10
- Weight: 100
- BuyingStore: true
- Nouse: {
- sitting: true
- }
- Script: <"
- percentheal 0, 3;
- itemskill PR_MAGNIFICAT, 1;
- ">
-},
-{
- Id: 12378
- AegisName: "2009_Rice_Cake_Soup"
- Name: "Rice Cake Soup"
- Type: "IT_USABLE"
- Buy: 10
- Weight: 100
- Script: <" percentheal 50, 50; ">
-},
-{
- Id: 12379
- AegisName: "Popes_Cookie"
- Name: "Pope Cookie"
- Type: "IT_USABLE"
- Buy: 10
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 12380
- AegisName: "Desert_Wolf_Babe_Scroll"
- Name: "Job Change Flute"
- Type: "IT_USABLE"
- Buy: 10
- Weight: 10
- Script: <" mercenary_create M_DESERT_WOLF_B, 1800000; ">
-},
-{
- Id: 12381
- AegisName: "ValkyrieA_Scroll"
- Name: "Ancient Languages Scroll"
- Type: "IT_USABLE"
- Buy: 10
- Weight: 10
- Script: <"
- if (strcharinfo(PC_MAP) == "job3_arch02") {
- mercenary_create VALKYRIE_A, 1800000;
- }
-
- ">
-},
-{
- Id: 12382
- AegisName: "ValkyrieB_Scroll"
- Name: "Ancient Languages Scroll"
- Type: "IT_USABLE"
- Buy: 10
- Weight: 10
- Script: <"
- if (strcharinfo(PC_MAP) == "job3_arch02") {
- mercenary_create VALKYRIE_B, 1800000;
- }
-
- ">
-},
-{
- Id: 12383
- AegisName: "Vulcan_Bullet_Magazine"
- Name: "Vulcan Bullet Magazine"
- Type: "IT_USABLE"
- Buy: 11000
- Weight: 500
- BuyingStore: true
- Script: <" getitem Vulcan_Bullet, 1000; ">
-},
-{
- Id: 12384
- AegisName: "Rainbow_Ruby_Water"
- Name: "Rainbow Ruby"
- Type: "IT_DELAYCONSUME"
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- //if(strcharinfo(PC_MAP)=="job3_war02") {
- // itemskill WL_FROSTMISTY,5;
- //}
- ">
-},
-{
- Id: 12385
- AegisName: "Rainbow_Ruby_Fire"
- Name: "Rainbow Ruby"
- Type: "IT_DELAYCONSUME"
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- //if(strcharinfo(PC_MAP)=="job3_war02") {
- // itemskill WL_CRIMSONROCK,5;
- //}
- ">
-},
-{
- Id: 12386
- AegisName: "Rainbow_Ruby_Wind"
- Name: "Rainbow Ruby"
- Type: "IT_DELAYCONSUME"
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- //if(strcharinfo(PC_MAP)=="job3_war02") {
- // itemskill WL_CHAINLIGHTNING,5;
- //}
- ">
-},
-{
- Id: 12387
- AegisName: "Rainbow_Ruby_Earth"
- Name: "Rainbow Ruby"
- Type: "IT_DELAYCONSUME"
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- //if(strcharinfo(PC_MAP)=="job3_war02") {
- // itemskill WL_EARTHSTRAIN,5;
- //}
- ">
-},
-{
- Id: 12388
- AegisName: "Runstone_Crush"
- Name: "Rhydo Runestone For Apprentice"
- Type: "IT_DELAYCONSUME"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <"
- //if(strcharinfo(PC_MAP)=="job3_rune02") {
- // itemskill RK_CRUSHSTRIKE,1;
- //}
- ">
-},
-{
- Id: 12389
- AegisName: "Runstone_Storm"
- Name: "Pertz Runestone For Apprentice"
- Type: "IT_DELAYCONSUME"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <"
- //if(strcharinfo(PC_MAP)=="job3_rune02") {
- // itemskill RK_STORMBLAST,1;
- //}
- ">
-},
-{
- Id: 12390
- AegisName: "Runstone_Millennium"
- Name: "Verkana Runestone For Apprentice"
- Type: "IT_DELAYCONSUME"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <"
- //if(strcharinfo(PC_MAP)=="job3_rune02") {
- // itemskill RK_MILLENNIUMSHIELD,1;
- //}
- ">
-},
-{
- Id: 12391
- AegisName: "Lucky_Egg_C"
- Name: "Lucky Egg"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12392
- AegisName: "RepairA"
- Name: "Repair A"
- Type: "IT_HEALING"
- Buy: 220
- Weight: 70
- Job: {
- Blacksmith: true
- }
- Upper: "ITEMUPPER_THIRD"
- BuyingStore: true
- Script: <" if(checkmount() == MOUNT_MADO) itemheal rand(200,300), 0; ">
-},
-{
- Id: 12393
- AegisName: "RepairB"
- Name: "Repair B"
- Type: "IT_HEALING"
- Buy: 500
- Weight: 70
- Job: {
- Blacksmith: true
- }
- Upper: "ITEMUPPER_THIRD"
- BuyingStore: true
- Script: <" if(checkmount() == MOUNT_MADO) itemheal rand(300,400), 0; ">
-},
-{
- Id: 12394
- AegisName: "RepairC"
- Name: "Repair C"
- Type: "IT_HEALING"
- Buy: 1100
- Weight: 70
- Job: {
- Blacksmith: true
- }
- Upper: "ITEMUPPER_THIRD"
- BuyingStore: true
- Script: <" if(checkmount() == MOUNT_MADO) itemheal rand(400,500), 0; ">
-},
-{
- Id: 12395
- AegisName: "Tantanmen"
- Name: "Tantan Noodle"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- BuyingStore: true
- Script: <" pet CHUNG_E; ">
-},
-{
- Id: 12396
- AegisName: "Fools_Day_Box"
- Name: "Gift Box?"
- Type: "IT_DELAYCONSUME"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Nouse: {
- sitting: true
- }
- Script: <"
- .@temp = rand(1,10);
- if (.@temp == 1) itemskill AL_TELEPORT,1;
- else if (.@temp == 2) itemskill AL_TELEPORT,3;
- else if (.@temp == 3) percentheal 50,0;
- else if (.@temp == 4) percentheal 0,50;
- else if (.@temp == 5) percentheal 50,50;
- else if (.@temp == 6) getitem Apple,1;
- else if (.@temp == 7) itemskill ALL_REVERSEORCISH,1;
- else if (.@temp == 8) specialeffect(EF_MAPPILLAR2, AREA, playerattached());
- else if (.@temp == 9) specialeffect(EF_ANGEL2, AREA, playerattached());
- else specialeffect(EF_COIN, AREA, playerattached());
- ">
-},
-{
- Id: 12397
- AegisName: "Fools_Day_Box2"
- Name: "Gift Box?"
- Type: "IT_DELAYCONSUME"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Nouse: {
- sitting: true
- }
- Script: <"
- .@temp = rand(1,10);
- if (.@temp == 1) itemskill TF_DETOXIFY,1;
- else if (.@temp == 2) itemskill TF_PICKSTONE,1;
- else if (.@temp == 3) itemskill BA_FROSTJOKER,1;
- else if (.@temp == 4) itemskill DC_SCREAM,1;
- else if (.@temp == 5) percentheal 50,50;
- else if (.@temp == 6) getitem Jellopy,1;
- else if (.@temp == 7) itemskill AL_RUWACH,1;
- else if (.@temp == 8) specialeffect(EF_BEGINASURA, AREA, playerattached());
- else if (.@temp == 9) specialeffect(EF_MVP, AREA, playerattached());
- else specialeffect(EF_CURSEATTACK, AREA, playerattached());
- ">
-},
-{
- Id: 12398
- AegisName: "PCBang_Gift_Box"
- Name: "PCBang Gift Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12399
- AegisName: "Castle_Treasure_Box"
- Name: "Castle Treasure Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 1000
-},
-{
- Id: 12400
- AegisName: "Water_Of_Blessing_"
- Name: "Water Of Blessing "
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 12401
- AegisName: "Rune_Kn_Test_Int"
- Name: "Rune Kn Test Int"
- Type: "IT_USABLE"
- Script: <" sc_start SC_FOOD_INT,300000,40; ">
-},
-{
- Id: 12402
- AegisName: "29Fruit"
- Name: "29Fruit"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12403
- AegisName: "Lucky_Egg_C2"
- Name: "Lucky Egg2"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 12404
- AegisName: "Acti_Potion"
- Name: "Acti Potion"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12405
- AegisName: "Underripe_Yggseed"
- Name: "Underripe Yggseed"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- percentheal 30,30;
- skilleffect AL_BLESSING,0;
- sc_start SC_BLESSING,140000,5;
- ">
-},
-{
- Id: 12406
- AegisName: "Psychic_ArmorS"
- Name: "Psychic ArmorS"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- specialeffect(EF_ENERGYCOAT, AREA, playerattached());
- sc_start4 SC_ARMOR_PROPERTY, 10000, 1, Ele_Neutral, 1, 0;
- ">
-},
-{
- Id: 12407
- AegisName: "PCBang_Coupon_Box"
- Name: "PCBang Coupon Box"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12408
- AegisName: "Leaf_Cat_Ball"
- Name: "Leaf Cat Ball"
- Type: "IT_USABLE"
- Script: <" pet E_HYDRA; ">
-},
-{
- Id: 12409
- AegisName: "Pork_Belly_H"
- Name: "Pork Belly H"
- Type: "IT_USABLE"
-},
-{
- Id: 12410
- AegisName: "Spareribs_H"
- Name: "Spareribs H"
- Type: "IT_USABLE"
-},
-{
- Id: 12411
- AegisName: "HE_Battle_Manual"
- Name: "HE Battle Manual"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Script: <" sc_start SC_CASH_PLUSEXP,900000,200; ">
-},
-{
- Id: 12412
- AegisName: "HE_Bubble_Gum"
- Name: "HE Bubble Gum"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Script: <" sc_start SC_CASH_RECEIVEITEM,900000,300; ">
-},
-{
- Id: 12413
- AegisName: "PCBang_Coupon_Box2"
- Name: "PCBang Coupon Box2"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12414
- AegisName: "Guarana_Candy"
- Name: "Guarana Candy"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- BuyingStore: true
- Script: <"
- sc_start SC_ATTHASTE_POTION1, 1800000, 0;
- sc_start SC_INC_AGI, 140000, 5;
- skilleffect AL_INCAGI, 0;
- ">
-},
-{
- Id: 12415
- AegisName: "Siege_Teleport_Scroll2"
- Name: "Siege Teleport Scroll2"
- Type: "IT_USABLE"
- Weight: 10
- Nouse: {
- sitting: true
- }
-},
-{
- Id: 12416
- AegisName: "Lucky_Egg_C3"
- Name: "Lucky Egg C3"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 12417
- AegisName: "Boost500"
- Name: "Boost500"
- Type: "IT_USABLE"
- Buy: 100
- Weight: 50
- Script: <" sc_start SC_BOOST500, 500000, 10; ">
-},
-{
- Id: 12418
- AegisName: "Full_SwingK"
- Name: "Full SwingK"
- Type: "IT_USABLE"
- Buy: 100
- Weight: 50
- BuyingStore: true
- Script: <" sc_start SC_FULL_SWING_K, 500000, 50; ">
-},
-{
- Id: 12419
- AegisName: "Mana_Plus"
- Name: "Mana +"
- Type: "IT_USABLE"
- Buy: 100
- Weight: 50
- BuyingStore: true
- Script: <" sc_start SC_MANA_PLUS, 500000, 50; ">
-},
-{
- Id: 12420
- AegisName: "Stamina_Up_M"
- Name: "Muramura(M)"
- Type: "IT_USABLE"
- Buy: 100
- Weight: 50
- Script: <" sc_start SC_MUSTLE_M, 500000, 5; ">
-},
-{
- Id: 12421
- AegisName: "Digestive_F"
- Name: "Falmons(F)"
- Type: "IT_USABLE"
- Buy: 100
- Weight: 50
- Script: <" sc_start SC_LIFE_FORCE_F, 500000, 5; ">
-},
-{
- Id: 12422
- AegisName: "HP_Increase_PotionS"
- Name: "HP Increase Potion(Small)"
- Type: "IT_USABLE"
- Buy: 100
- Weight: 20
- BuyingStore: true
- Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 1, 1, 500, 2; ">
-},
-{
- Id: 12423
- AegisName: "HP_Increase_PotionM"
- Name: "HP Increase Potion(Mid)"
- Type: "IT_USABLE"
- Buy: 100
- Weight: 40
- BuyingStore: true
- Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 1, 2, 1500, 3; ">
-},
-{
- Id: 12424
- AegisName: "HP_Increase_PotionL"
- Name: "HP Increase Potion(Large)"
- Type: "IT_USABLE"
- Buy: 100
- Weight: 80
- BuyingStore: true
- Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 1, 3, 2500, 5; ">
-},
-{
- Id: 12425
- AegisName: "SP_Increase_PotionS"
- Name: "SP Increase Potion(Small)"
- Type: "IT_USABLE"
- Buy: 100
- Weight: 20
- BuyingStore: true
- Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 1, 1, 0, 2; ">
-},
-{
- Id: 12426
- AegisName: "SP_Increase_PotionM"
- Name: "SP Increase Potion(Mid)"
- Type: "IT_USABLE"
- Buy: 100
- Weight: 40
- BuyingStore: true
- Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 1, 2, 0, 4; ">
-},
-{
- Id: 12427
- AegisName: "SP_Increase_PotionL"
- Name: "SP Increase Potion(Large)"
- Type: "IT_USABLE"
- Buy: 100
- Weight: 80
- BuyingStore: true
- Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 1, 3, 0, 8; ">
-},
-{
- Id: 12428
- AegisName: "Enrich_White_PotionZ"
- Name: "Enriched White PotionZ"
- Type: "IT_USABLE"
- Buy: 100
- Weight: 70
- BuyingStore: true
- Script: <"
- sc_start SC_EXTRACT_WHITE_POTION_Z, 500000, 20;
- heal 1000, 0;
- ">
-},
-{
- Id: 12429
- AegisName: "Savage_BBQ"
- Name: "Savage BBQ"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 50
- BuyingStore: true
- Script: <" sc_start SC_SAVAGE_STEAK, 300000, 20; ">
-},
-{
- Id: 12430
- AegisName: "Wug_Blood_Cocktail"
- Name: "Warg Blood Cocktail"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 50
- BuyingStore: true
- Script: <" sc_start SC_COCKTAIL_WARG_BLOOD, 300000, 20; ">
-},
-{
- Id: 12431
- AegisName: "Minor_Brisket"
- Name: "Minor Brisket"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 50
- BuyingStore: true
- Script: <" sc_start SC_MINOR_BBQ, 300000, 20; ">
-},
-{
- Id: 12432
- AegisName: "Siroma_Icetea"
- Name: "Siroma Icetea"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 50
- BuyingStore: true
- Script: <" sc_start SC_SIROMA_ICE_TEA, 300000, 20; ">
-},
-{
- Id: 12433
- AegisName: "Drocera_Herb_Stew"
- Name: "Drosera Herb Stew"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 50
- BuyingStore: true
- Script: <" sc_start SC_DROCERA_HERB_STEAMED, 300000, 20; ">
-},
-{
- Id: 12434
- AegisName: "Petti_Tail_Noodle"
- Name: "Petite Tail Noodles"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 50
- BuyingStore: true
- Script: <" sc_start SC_PUTTI_TAILS_NOODLES, 300000, 20; ">
-},
-{
- Id: 12435
- AegisName: "Black_Thing"
- Name: "Black Thing"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 50
- Script: <" sc_start2 SC_STOMACHACHE, 60000, rand(5,10), 75; ">
-},
-{
- Id: 12436
- AegisName: "Vitata500"
- Name: "Vitata500"
- Type: "IT_USABLE"
- Buy: 100
- Weight: 50
- BuyingStore: true
- Script: <"
- sc_start2 SC_VITATA_500,500000, 20, 5;
- heal 0, 200;
- ">
-},
-{
- Id: 12437
- AegisName: "Enrich_Celermine_Juice"
- Name: "Enrich Celermine Juice"
- Type: "IT_USABLE"
- Buy: 100
- Weight: 50
- BuyingStore: true
- Script: <" sc_start SC_EXTRACT_SALAMINE_JUICE, 500000, 10; ">
-},
-{
- Id: 12438
- AegisName: "F_Giant_Fly_Wing"
- Name: "F Giant Fly Wing"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12439
- AegisName: "F_Battle_Manual"
- Name: "F Battle Manual"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12440
- AegisName: "F_Insurance"
- Name: "F Insurance"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12441
- AegisName: "F_Bubble_Gum"
- Name: "F Bubble Gum"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12442
- AegisName: "F_Kafra_Card"
- Name: "F Kafra Card"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12443
- AegisName: "F_Neuralizer"
- Name: "F Neuralizer"
- Type: "IT_USABLE"
- Buy: 2
-},
-{
- Id: 12444
- AegisName: "F_Dun_Tele_Scroll1"
- Name: "WoE Teleport Scroll1"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" callfunc "F_CashSiegeTele"; ">
-},
-{
- Id: 12445
- AegisName: "F_Str_Dish10_"
- Name: "F Str Dish10 "
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12446
- AegisName: "F_Agi_Dish10_"
- Name: "F Agi Dish10 "
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12447
- AegisName: "F_Int_Dish10_"
- Name: "F Int Dish10 "
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12448
- AegisName: "F_Dex_Dish10_"
- Name: "F Dex Dish10 "
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12449
- AegisName: "F_Luk_Dish10_"
- Name: "F Luk Dish10 "
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12450
- AegisName: "F_Vit_Dish10_"
- Name: "F Vit Dish10 "
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12451
- AegisName: "F_WOB_Rune"
- Name: "F WOB Rune"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12452
- AegisName: "F_WOB_Schwaltz"
- Name: "F WOB Schwaltz"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12453
- AegisName: "F_WOB_Rachel"
- Name: "F WOB Rachel"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12454
- AegisName: "F_WOB_Local"
- Name: "F WOB Local"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12456
- AegisName: "F_Greed_Scroll"
- Name: "F Greed Scroll"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12457
- AegisName: "F_Glass_Of_Illusion"
- Name: "F Glass Of Illusion"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12458
- AegisName: "F_Abrasive"
- Name: "F Abrasive"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12459
- AegisName: "F_Med_Life_Potion"
- Name: "F Med Life Potion"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12460
- AegisName: "F_Small_Life_Potion"
- Name: "F Small Life Potion"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12461
- AegisName: "F_Regeneration_Potion"
- Name: "F Regeneration Potion"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12462
- AegisName: "F_B_Mdef_Potion"
- Name: "F B Mdef Potion"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12463
- AegisName: "F_S_Mdef_Potion"
- Name: "F S Mdef Potion"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12464
- AegisName: "F_B_Def_Potion"
- Name: "F B Def Potion"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12465
- AegisName: "F_S_Def_Potion"
- Name: "F S Def Potion"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12466
- AegisName: "F_Blessing_10_Scroll"
- Name: "F Blessing 10 Scroll"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12467
- AegisName: "F_Inc_Agi_10_Scroll"
- Name: "F Inc Agi 10 Scroll"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12468
- AegisName: "F_Aspersio_5_Scroll"
- Name: "F Aspersio 5 Scroll"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12470
- AegisName: "F_Wind_Walk_10_Scroll"
- Name: "F Wind Walk 10 Scroll"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12471
- AegisName: "F_Adrenaline_Scroll"
- Name: "F Adrenaline Scroll"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12472
- AegisName: "F_Convex_Mirror"
- Name: "F Convex Mirror"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12473
- AegisName: "RWC_Parti_Box"
- Name: "RWC Parti Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12474
- AegisName: "RWC_Final_Comp_Box"
- Name: "RWC Final Comp Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
-},
-{
- Id: 12475
- AegisName: "Cure_Free"
- Name: "Cure Free"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
- BuyingStore: true
- Script: <"
- sc_end SC_SILENCE;
- sc_end SC_BLOODING;
- sc_end SC_POISON;
- sc_end SC_CURSE;
- sc_end SC_ORCISH;
- sc_end SC_PROPERTYUNDEAD;
- itemheal 500,0;
- ">
-},
-{
- Id: 12476
- AegisName: "PCBang_Coupon_Box3"
- Name: "PCBang Coupon Box3"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12477
- AegisName: "Gift_Bundle"
- Name: "Gift Bundle"
- Type: "IT_USABLE"
- Script: <" packageitem(); ">
-},
-{
- Id: 12478
- AegisName: "Chance_Box"
- Name: "Chance Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12479
- AegisName: "Caracas_Ring_Box"
- Name: "Caracas Ring Box"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12480
- AegisName: "Attend_3Day_Box"
- Name: "Attend 3Day Box"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12481
- AegisName: "Attend_7Day_Box"
- Name: "Attend 7Day Box"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12482
- AegisName: "Attend_10Day_Box"
- Name: "Attend 10Day Box"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12483
- AegisName: "Attend_15Day_Box"
- Name: "Attend 15Day Box"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12484
- AegisName: "Attend_20Day_Box"
- Name: "Attend 20Day Box"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12485
- AegisName: "Attend_25Day_Box"
- Name: "Attend 25Day Box"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12486
- AegisName: "GoldPC_First_Box"
- Name: "GoldPC First Box"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12487
- AegisName: "PC_4Leaf_Clover_Box"
- Name: "PC 4Leaf Clover Box"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12488
- AegisName: "Ticket_Gift_Box"
- Name: "Ticket Gift Box"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12489
- AegisName: "Ticket_Gift_Box2"
- Name: "Ticket Gift Box2"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12490
- AegisName: "Vivid_Notation"
- Name: "Vivid Notation"
- Type: "IT_USABLE"
- Buy: 20
-},
-{
- Id: 12491
- AegisName: "Curious_Snowball"
- Name: "Curious Snowball"
- Type: "IT_USABLE"
- Buy: 20
-},
-{
- Id: 12492
- AegisName: "Crumpled_Paper"
- Name: "Crumpled Paper"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12493
- AegisName: "Lucky_Egg_C4"
- Name: "Lucky Egg C4"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12494
- AegisName: "E_Giant_Fly_Wing"
- Name: "E Giant Fly Wing"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12495
- AegisName: "E_Battle_Manual"
- Name: "E Battle Manual"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12496
- AegisName: "E_Insurance"
- Name: "E Insurance"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12497
- AegisName: "E_Bubble_Gum"
- Name: "E Bubble Gum"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12498
- AegisName: "E_Kafra_Card"
- Name: "E Kafra Card"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12499
- AegisName: "E_Neuralizer"
- Name: "E Neuralizer"
- Type: "IT_USABLE"
- Buy: 2
-},
-{
- Id: 12500
- AegisName: "E_Dun_Tele_Scroll1"
- Name: "E Dun Tele Scroll1"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12501
- AegisName: "E_Str_Dish10_"
- Name: "E Str Dish10 "
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12502
- AegisName: "E_Agi_Dish10_"
- Name: "E Agi Dish10 "
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12503
- AegisName: "E_Int_Dish10_"
- Name: "E Int Dish10 "
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12504
- AegisName: "E_Dex_Dish10_"
- Name: "E Dex Dish10 "
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12505
- AegisName: "E_Luk_Dish10_"
- Name: "E Luk Dish10 "
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12506
- AegisName: "E_Vit_Dish10_"
- Name: "E Vit Dish10 "
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12507
- AegisName: "E_WOB_Rune"
- Name: "E WOB Rune"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12508
- AegisName: "E_WOB_Schwaltz"
- Name: "E WOB Schwaltz"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12509
- AegisName: "E_WOB_Rachel"
- Name: "E WOB Rachel"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12510
- AegisName: "E_WOB_Local"
- Name: "E WOB Local"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12511
- AegisName: "E_Siege_Teleport_Scroll"
- Name: "E Siege Teleport Scroll"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12512
- AegisName: "E_Greed_Scroll"
- Name: "E Greed Scroll"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12513
- AegisName: "E_Glass_Of_Illusion"
- Name: "E Glass Of Illusion"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12514
- AegisName: "E_Abrasive"
- Name: "E Abrasive"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12515
- AegisName: "E_Med_Life_Potion"
- Name: "E Med Life Potion"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12516
- AegisName: "E_Small_Life_Potion"
- Name: "E Small Life Potion"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12517
- AegisName: "E_Regeneration_Potion"
- Name: "E Regeneration Potion"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12518
- AegisName: "E_B_Mdef_Potion"
- Name: "E B Mdef Potion"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12519
- AegisName: "E_S_Mdef_Potion"
- Name: "E S Mdef Potion"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12520
- AegisName: "E_B_Def_Potion"
- Name: "E B Def Potion"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12521
- AegisName: "E_S_Def_Potion"
- Name: "E S Def Potion"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12522
- AegisName: "E_Blessing_10_Scroll"
- Name: "E Blessing 10 Scroll"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12523
- AegisName: "E_Inc_Agi_10_Scroll"
- Name: "E Inc Agi 10 Scroll"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12524
- AegisName: "E_Aspersio_5_Scroll"
- Name: "E Aspersio 5 Scroll"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12525
- AegisName: "E_Assumptio_5_Scroll"
- Name: "E Assumptio 5 Scroll"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12526
- AegisName: "E_Wind_Walk_10_Scroll"
- Name: "E Wind Walk 10 Scroll"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12527
- AegisName: "E_Adrenaline_Scroll"
- Name: "E Adrenaline Scroll"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12528
- AegisName: "E_Convex_Mirror"
- Name: "E Convex Mirror"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12529
- AegisName: "White_Slim_Potion_Box"
- Name: "White Slim Potion Box"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" getitem White_Slim_Potion, 200; ">
-},
-{
- Id: 12530
- AegisName: "Mastela_Fruit_Box"
- Name: "Mastela Fruit Box"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" getitem Fruit_Of_Mastela, 200; ">
-},
-{
- Id: 12531
- AegisName: "White_Potion_Box"
- Name: "White Potion Box"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" getitem White_Potion, 100; ">
-},
-{
- Id: 12532
- AegisName: "Royal_Jelly_Box2"
- Name: "Royal Jelly Box"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" getitem Royal_Jelly, 100; ">
-},
-{
- Id: 12533
- AegisName: "Blue_Herb_Box2"
- Name: "Blue Herb Box"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" getitem Blue_Herb, 100; ">
-},
-{
- Id: 12534
- AegisName: "Yggdrasil_Seed_Box"
- Name: "Yggdrasil Seed Box"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" getitem Seed_Of_Yggdrasil, 30; ">
-},
-{
- Id: 12535
- AegisName: "Iggdrasilberry_Box"
- Name: "Yggdrasil Berry Box"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" getitem Yggdrasilberry, 15; ">
-},
-{
- Id: 12536
- AegisName: "NY_Rice_Cake_Soup"
- Name: "NY Rice Cake Soup"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 100
- BuyingStore: true
- Script: <" percentheal 20,20; ">
-},
-{
- Id: 12537
- AegisName: "Solo_Gift_Basket"
- Name: "Solo Gift Basket"
- Type: "IT_USABLE"
- Buy: 1000
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 12538
- AegisName: "Couple_Event_Basket"
- Name: "Couple Event Basket"
- Type: "IT_USABLE"
- Buy: 2000
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 12539
- AegisName: "Splendid_Box"
- Name: "Splendid Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 100
- BuyingStore: true
-},
-{
- Id: 12540
- AegisName: "GM_Warp_Box"
- Name: "GM Warp Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12541
- AegisName: "Fortune_Cookie1"
- Name: "Fortune Cookie1"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12542
- AegisName: "Fortune_Cookie2"
- Name: "Fortune Cookie2"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12543
- AegisName: "Fortune_Cookie3"
- Name: "Fortune Cookie3"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12544
- AegisName: "Mystic_Tree_Branch"
- Name: "Mystic Tree Branch"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 12545
- AegisName: "Lucky_Egg_C5"
- Name: "Lucky Egg C5"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 12546
- AegisName: "Suspicious_Dish"
- Name: "Suspicious Dish"
- Type: "IT_USABLE"
- Buy: 100
- Weight: 50
- Script: <" sc_start SC_POISON,12000,0; ">
-},
-{
- Id: 12547
- AegisName: "Chalcenodny_Box"
- Name: "Chalcenodny Box"
- Type: "IT_USABLE"
- Weight: 200
-},
-{
- Id: 12548
- AegisName: "Buy_Market_Permit2"
- Name: "Shabby Purchase Street Stall License"
- Type: "IT_USABLE"
- Buy: 500
- Weight: 10
- Script: <" buyingstore 2; ">
-},
-{
- Id: 12549
- AegisName: "White_Slim_Pot_Box2"
- Name: "White Slim Potion Box"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem White_Slim_Potion, 100; ">
-},
-{
- Id: 12550
- AegisName: "Poison_Bottle_Box2"
- Name: "Poison Bottle Box"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem Poison_Bottle, 30; ">
-},
-{
- Id: 12551
- AegisName: "MVP_Tele_Scroll"
- Name: "MVP Tele Scroll"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12552
- AegisName: "Quest_Tele_Scroll"
- Name: "Quest Tele Scroll"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12553
- AegisName: "Brysinggamen_Piece_Box"
- Name: "Brysinggamen Piece Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 12554
- AegisName: "Asprika_Piece_Box"
- Name: "Asprika Piece Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 12555
- AegisName: "Brynhild_Piece_Box"
- Name: "Brynhild Piece Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 12556
- AegisName: "Sleipnir_Piece_Box"
- Name: "Sleipnir Piece Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 12557
- AegisName: "Mjolnir_Piece_Box"
- Name: "Mjolnir Piece Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 12558
- AegisName: "Magingiorde_Piece_Box"
- Name: "Magingiorde Piece Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 12559
- AegisName: "Tenkaippin_Strong"
- Name: "Tenkaippin Strong"
- Type: "IT_USABLE"
- Buy: 650
- Weight: 200
-},
-{
- Id: 12560
- AegisName: "Tenkaippin_Clean"
- Name: "Tenkaippin Clean"
- Type: "IT_USABLE"
- Buy: 650
- Weight: 200
-},
-{
- Id: 12561
- AegisName: "Mysterious_Seed"
- Name: "Mysterious Seed"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- BuyingStore: true
-},
-{
- Id: 12562
- AegisName: "Bubble_Gum_Plus"
- Name: "Bubble Gum Plus"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12563
- AegisName: "BM75"
- Name: "BM75"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
-},
-{
- Id: 12564
- AegisName: "3D_Glasses_Box"
- Name: "3D Glasses Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 12565
- AegisName: "Cheer_Scarf_Box"
- Name: "Cheer Scarf Box"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12566
- AegisName: "Cheer_Scarf2_Box"
- Name: "Cheer Scarf2 Box"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12567
- AegisName: "Cheer_Scarf3_Box"
- Name: "Cheer Scarf3 Box"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12568
- AegisName: "Cheer_Scarf4_Box"
- Name: "Cheer Scarf4 Box"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12569
- AegisName: "Cheer_Scarf6_Box"
- Name: "Cheer Scarf6 Box"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12570
- AegisName: "Cheer_Scarf8_Box"
- Name: "Cheer Scarf8 Box"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12571
- AegisName: "Cheer_Scarf10_Box"
- Name: "Cheer Scarf10 Box"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12572
- AegisName: "Cheer_Scarf10_Box2"
- Name: "Cheer Scarf10 Box2"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12573
- AegisName: "Fruit_Basket"
- Name: "Fruit Basket"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 50
-},
-{
- Id: 12574
- AegisName: "Mora_Berry"
- Name: "Mora Berry"
- Type: "IT_USABLE"
- Weight: 20
- BuyingStore: true
-},
-{
- Id: 12575
- AegisName: "Arrow_Of_Elf_Cntr"
- Name: "Arrow Of Elf Cntr"
- Type: "IT_USABLE"
- Buy: 500
- Weight: 250
- BuyingStore: true
- Script: <" getitem Arrow_Of_Elf,500; ">
-},
-{
- Id: 12576
- AegisName: "Hunting_Arrow_Cntr"
- Name: "Hunting Arrow Cntr"
- Type: "IT_USABLE"
- Buy: 500
- Weight: 250
- BuyingStore: true
- Script: <" getitem Hunting_Arrow,500; ">
-},
-{
- Id: 12577
- AegisName: "Lucky_Egg_C6"
- Name: "Lucky Egg C6"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 12578
- AegisName: "Rapid_Life_Water"
- Name: "Rapid Life Water"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12579
- AegisName: "Ring_Of_Valkyrie_Box"
- Name: "Ring Of Valkyrie Box"
- Type: "IT_USABLE"
- Buy: 20
-},
-{
- Id: 12580
- AegisName: "Vending_Search_Scroll"
- Name: "Universal Catalog Silver"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" searchstores 10,0; ">
-},
-{
- Id: 12581
- AegisName: "Vending_Search_Scroll2"
- Name: "Universal Catalog Gold"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" searchstores 10,1; ">
-},
-{
- Id: 12591
- AegisName: "Uni_Catalog_Bz"
- Name: "Universal Catalog Bronze"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" searchstores 10,1; ">
-},
-{
- Id: 12609
- AegisName: "Old_Ore_Box"
- Name: "Old Ore Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 100
- Script: <" packageitem(); ">
-},
-{
- Id: 12622
- AegisName: "Boarding_Halter"
- Name: "Halter Lead"
- Type: "IT_DELAYCONSUME"
- Buy: 20
- Delay: 3000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" setcashmount(); ">
-},
-{
- Id: 12701
- AegisName: "Old_Blue_Box_F"
- Name: "Old Blue Box"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 12702
- AegisName: "Old_Bleu_Box"
- Name: "Old Navy Box"
- Type: "IT_USABLE"
- Weight: 200
- Script: <"
- getrandgroupitem Old_Bleu_Box,1;
- getrandgroupitem Old_Bleu_Box,1;
- ">
-},
-{
- Id: 12703
- AegisName: "Holy_Egg_2"
- Name: "Holy Egg"
- Type: "IT_DELAYCONSUME"
- Weight: 50
-},
-{
- Id: 12704
- AegisName: "Elixir_Of_Life"
- Name: "Elixir of Life"
- Type: "IT_HEALING"
- Weight: 10
- EquipLv: 85
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" percentheal 100,0; ">
-},
-{
- Id: 12705
- AegisName: "Noble_Nameplate"
- Name: "Noble Nameplate"
- Type: "IT_USABLE"
- Weight: 100
- EquipLv: 90
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_CASH_PLUSEXP,1800000,100; ">
-},
-{
- Id: 12706
- AegisName: "Lucky_Cookie01"
- Name: "Lucky Cookie"
- Type: "IT_DELAYCONSUME"
- Weight: 100
- Nouse: {
- sitting: true
- }
- Script: <" itemskill PR_GLORIA,5; ">
-},
-{
- Id: 12707
- AegisName: "Lucky_Cookie02"
- Name: "Lucky Cookie"
- Type: "IT_DELAYCONSUME"
- Weight: 100
- Nouse: {
- sitting: true
- }
- Script: <" itemskill PR_MAGNIFICAT,1; ">
-},
-{
- Id: 12708
- AegisName: "Lucky_Cookie03"
- Name: "Lucky Cookie"
- Type: "IT_DELAYCONSUME"
- Weight: 100
- Nouse: {
- sitting: true
- }
- Script: <" itemskill PR_IMPOSITIO,3; ">
-},
-{
- Id: 12709
- AegisName: "Guyak_Candy"
- Name: "Guyak Candy"
- Type: "IT_HEALING"
- Weight: 150
- Script: <" percentheal 30,30; ">
-},
-{
- Id: 12710
- AegisName: "Guyak_Pudding"
- Name: "Guyak Pudding"
- Type: "IT_USABLE"
- Weight: 200
- Script: <" sc_start SC_MOVHASTE_POTION, 300000, 100; ">
-},
-{
- Id: 12711
- AegisName: "Pretzel"
- Name: "Pretzel"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 100
- Script: <" itemheal rand(50,90),0; ">
-},
-{
- Id: 12712
- AegisName: "Green_Beer"
- Name: "Green Beer"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 100
- Script: <" percentheal 0,50; ">
-},
-{
- Id: 12713
- AegisName: "Monster_Extract"
- Name: "Monster Extract"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 12714
- AegisName: "Easter_Scroll"
- Name: "Easter Scroll"
- Type: "IT_USABLE"
- Buy: 1
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getrandgroupitem 12714,1; ">
-},
-{
- Id: 12715
- AegisName: "Black_Treasure_Box"
- Name: "Black Treasure Box"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 12716
- AegisName: "Indian_Rice_Cake"
- Name: "Indian Rice Cake"
- Type: "IT_USABLE"
- Weight: 10
-},
-
-//== Guillotine Cross Poisons ==============================
-{
- Id: 12717
- AegisName: "Poison_Paralysis"
- Name: "Paralyze"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 20
- Job: {
- Assassin: true
- }
- Upper: "ITEMUPPER_THIRD"
- BuyingStore: true
- Script: <"
- specialeffect(EF_ENCHANTPOISON, AREA, playerattached());
- sc_start SC_PARALYSE, 300000, 0, 10, SCFLAG_FIXEDTICK;
- ">
-},
-{
- Id: 12718
- AegisName: "Poison_Leech"
- Name: "Leech End"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 20
- Job: {
- Assassin: true
- }
- Upper: "ITEMUPPER_THIRD"
- BuyingStore: true
- Script: <"
- specialeffect(EF_ENCHANTPOISON, AREA, playerattached());
- sc_start SC_LEECHESEND, 300000, 0, 10, SCFLAG_FIXEDTICK;
- ">
-},
-{
- Id: 12719
- AegisName: "Poison_Oblivion"
- Name: "Oblivion Curse"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 20
- Job: {
- Assassin: true
- }
- Upper: "ITEMUPPER_THIRD"
- BuyingStore: true
- Script: <"
- specialeffect(EF_ENCHANTPOISON, AREA, playerattached());
- sc_start SC_OBLIVIONCURSE, 300000, 0, 10, SCFLAG_FIXEDTICK;
- ">
-},
-{
- Id: 12720
- AegisName: "Poison_Contamination"
- Name: "Disheart"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 20
- Job: {
- Assassin: true
- }
- Upper: "ITEMUPPER_THIRD"
- BuyingStore: true
- Script: <"
- specialeffect(EF_ENCHANTPOISON, AREA, playerattached());
- sc_start SC_DEATHHURT, 300000, 0, 10, SCFLAG_FIXEDTICK;
- ">
-},
-{
- Id: 12721
- AegisName: "Poison_Numb"
- Name: "Toxin"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 20
- Job: {
- Assassin: true
- }
- Upper: "ITEMUPPER_THIRD"
- BuyingStore: true
- Script: <"
- specialeffect(EF_ENCHANTPOISON, AREA, playerattached());
- sc_start SC_TOXIN, 300000, 0, 10, SCFLAG_FIXEDTICK;
- ">
-},
-{
- Id: 12722
- AegisName: "Poison_Fever"
- Name: "Pyrexia"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 20
- Job: {
- Assassin: true
- }
- Upper: "ITEMUPPER_THIRD"
- BuyingStore: true
- Script: <"
- specialeffect(EF_ENCHANTPOISON, AREA, playerattached());
- sc_start SC_PYREXIA, 300000, 0, 10, SCFLAG_FIXEDTICK;
- ">
-},
-{
- Id: 12723
- AegisName: "Poison_Laughing"
- Name: "Magic Mushroom"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 20
- BuyingStore: true
- Job: {
- Assassin: true
- }
- Upper: "ITEMUPPER_THIRD"
- BuyingStore: true
- Script: <"
- specialeffect(EF_ENCHANTPOISON, AREA, playerattached());
- sc_start SC_MAGICMUSHROOM, 300000, 0, 10, SCFLAG_FIXEDTICK;
- ">
-},
-{
- Id: 12724
- AegisName: "Poison_Fatigue"
- Name: "Venom Bleed"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 20
- Job: {
- Assassin: true
- }
- Upper: "ITEMUPPER_THIRD"
- BuyingStore: true
- Script: <"
- specialeffect(EF_ENCHANTPOISON, AREA, playerattached());
- sc_start SC_VENOMBLEED, 15000, 0, 10, SCFLAG_FIXEDTICK;
- ">
-},
-
-//== Rune Knight's Rune Stones =============================
-{
- Id: 12725
- AegisName: "Runstone_Nosiege"
- Name: "Nauthiz Rune"
- Type: "IT_DELAYCONSUME"
- Buy: 100
- Weight: 100
- Job: {
- Knight: true
- }
- Upper: "ITEMUPPER_THIRD"
- Delay: 120000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Stack: [20, 1]
- Script: <" itemskill RK_REFRESH, 1; ">
-},
-{
- Id: 12726
- AegisName: "Runstone_Rhydo"
- Name: "Raido Rune"
- Type: "IT_DELAYCONSUME"
- Buy: 100
- Weight: 100
- Job: {
- Knight: true
- }
- Upper: "ITEMUPPER_THIRD"
- Delay: 30000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Stack: [20, 1]
- Script: <" itemskill RK_CRUSHSTRIKE, 1; ">
-},
-{
- Id: 12727
- AegisName: "Runstone_Verkana"
- Name: "Berkana Rune"
- Type: "IT_DELAYCONSUME"
- Buy: 100
- Weight: 100
- Job: {
- Knight: true
- }
- Upper: "ITEMUPPER_THIRD"
- Delay: 60000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Stack: [20, 1]
- Script: <" itemskill RK_MILLENNIUMSHIELD, 1; ">
-},
-{
- Id: 12728
- AegisName: "Runstone_Isia"
- Name: "Isa Rune"
- Type: "IT_DELAYCONSUME"
- Buy: 100
- Weight: 100
- Job: {
- Knight: true
- }
- Upper: "ITEMUPPER_THIRD"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Stack: [20, 1]
- Script: <" itemskill RK_VITALITYACTIVATION, 1; ">
-},
-{
- Id: 12729
- AegisName: "Runstone_Asir"
- Name: "Othila Rune"
- Type: "IT_DELAYCONSUME"
- Buy: 100
- Weight: 100
- Job: {
- Knight: true
- }
- Upper: "ITEMUPPER_THIRD"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Stack: [20, 1]
- Script: <" itemskill RK_FIGHTINGSPIRIT, 1; ">
-},
-{
- Id: 12730
- AegisName: "Runstone_Urj"
- Name: "Uruz Rune"
- Type: "IT_DELAYCONSUME"
- Buy: 100
- Weight: 100
- Job: {
- Knight: true
- }
- Upper: "ITEMUPPER_THIRD"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Stack: [20, 1]
- Script: <" itemskill RK_ABUNDANCE, 1; ">
-},
-{
- Id: 12731
- AegisName: "Runstone_Turisus"
- Name: "Thurisaz Rune"
- Type: "IT_DELAYCONSUME"
- Buy: 100
- Weight: 100
- Job: {
- Knight: true
- }
- Upper: "ITEMUPPER_THIRD"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Stack: [20, 1]
- Script: <" itemskill RK_GIANTGROWTH, 1; ">
-},
-{
- Id: 12732
- AegisName: "Runstone_Pertz"
- Name: "Wyrd Rune"
- Type: "IT_DELAYCONSUME"
- Buy: 100
- Weight: 100
- Job: {
- Knight: true
- }
- Upper: "ITEMUPPER_THIRD"
- Delay: 1000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Stack: [20, 1]
- Script: <" itemskill RK_STORMBLAST, 1; ">
-},
-{
- Id: 12733
- AegisName: "Runstone_Hagalas"
- Name: "Hagalaz Rune"
- Type: "IT_DELAYCONSUME"
- Buy: 100
- Weight: 100
- Job: {
- Knight: true
- }
- Upper: "ITEMUPPER_THIRD"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Stack: [20, 1]
- Script: <" itemskill RK_STONEHARDSKIN, 1; ">
-},
-
-//== Rune Knight Rune Ores =============================
-{
- Id: 12734
- AegisName: "Runstone_Quality"
- Name: "Luxurious Rune"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 100
- BuyingStore: true
- Script: <" makerune 5; ">
-},
-{
- Id: 12735
- AegisName: "Runstone_Ancient"
- Name: "Ancient Rune"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 100
- BuyingStore: true
- Script: <" makerune 11; ">
-},
-{
- Id: 12736
- AegisName: "Runstone_Mystic"
- Name: "Mystic Rune"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 100
- BuyingStore: true
- Script: <" makerune 14; ">
-},
-{
- Id: 12737
- AegisName: "Runstone_Ordinary"
- Name: "General Rune"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 100
- BuyingStore: true
- Script: <" makerune 2; ">
-},
-{
- Id: 12738
- AegisName: "Runstone_Rare"
- Name: "Rare Rune"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 100
- BuyingStore: true
- Script: <" makerune 8; ">
-},
-
-//== More Cash Shop Usable Items ===========================
-{
- Id: 12739
- AegisName: "Snow_Flower"
- Name: "Snow Flowers"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" percentheal 10,10; ">
-},
-{
- Id: 12740
- AegisName: "Inc_Str_Scroll"
- Name: "Amplification Scroll"
- Type: "IT_USABLE"
- Buy: 1
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- specialeffect(EF_POTION_BERSERK, AREA, playerattached());
- sc_start SC_STR_SCROLL, 60000, 20;
- ">
-},
-{
- Id: 12741
- AegisName: "Inc_Int_Scroll"
- Name: "Intellect Amplification Scroll"
- Type: "IT_USABLE"
- Buy: 1
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- specialeffect(EF_SPELLBREAKER, AREA, playerattached());
- sc_start SC_INT_SCROLL, 60000, 20;
- ">
-},
-{
- Id: 12742
- AegisName: "Valentine_Gift_Box1"
- Name: "Valentine Gift Box"
- Type: "IT_USABLE"
- Script: <" getitem Valentine_Gold_Ring, 1; ">
-},
-{
- Id: 12743
- AegisName: "Valentine_Gift_Box2"
- Name: "Valentine Gift Box"
- Type: "IT_USABLE"
- Script: <" getitem Valentine_Silver_Ring, 1; ">
-},
-{
- Id: 12744
- AegisName: "Chocotate_Box"
- Name: "Chocolate Box"
- Type: "IT_USABLE"
- Script: <" getitem Chocolate, 1; ">
-},
-{
- Id: 12745
- AegisName: "Skull_Scroll"
- Name: "Skull Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nostorage: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" sc_start SC_SKELSCROLL,1800000,5; ">
-},
-{
- Id: 12746
- AegisName: "Destruction_Scroll"
- Name: "Destruction Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nostorage: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" sc_start SC_DISTRUCTIONSCROLL,1800000,5; ">
-},
-{
- Id: 12747
- AegisName: "Royal_Scroll"
- Name: "Royal Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <" sc_start SC_ROYALSCROLL,1800000,5; ">
-},
-{
- Id: 12748
- AegisName: "Immune_Scroll"
- Name: "Immune Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <" sc_start SC_IMMUNITYSCROLL,1800000,5; ">
-},
-{
- Id: 12749
- AegisName: "Mystic_Scroll"
- Name: "Mystic Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <" sc_start SC_MYSTICSCROLL,1800000,5; ">
-},
-{
- Id: 12750
- AegisName: "Battle_Scroll"
- Name: "Battle Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <" sc_start SC_BATTLESCROLL,1800000,5; ">
-},
-{
- Id: 12751
- AegisName: "Armor_Scroll"
- Name: "Armor Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <" sc_start2 SC_ARMORSCROLL,1800000,5,10; ">
-},
-{
- Id: 12752
- AegisName: "Prayer_Scroll"
- Name: "Prayer Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <" sc_start2 SC_FREYJASCROLL,1800000,5,10; ">
-},
-{
- Id: 12753
- AegisName: "Soul_Scroll"
- Name: "Soul Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <" sc_start SC_SOULSCROLL,1800000,5; ">
-},
-{
- Id: 12754
- AegisName: "New_Year_Bun"
- Name: "New Year Bun"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" percentheal 50,50; ">
-},
-{
- Id: 12755
- AegisName: "Traditional_Firecrack"
- Name: "Traditional Firecrack"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- specialeffect(EF_POK_JAP, AREA, playerattached());
- itemskill MO_CALLSPIRITS,3;
- itemskill MO_FINGEROFFENSIVE,5;
- ">
-},
-{
- Id: 12756
- AegisName: "New_Gift_Envelope"
- Name: "New Gift Envelope"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12757
- AegisName: "Loyal_Ring1_Box"
- Name: "Loyal Ring1 Box"
- Type: "IT_USABLE"
- Buy: 10
-},
-{
- Id: 12758
- AegisName: "Loyal_Ring2_Box"
- Name: "Loyal Ring2 Box"
- Type: "IT_USABLE"
- Buy: 10
-},
-{
- Id: 12759
- AegisName: "Loyal_Ring3_Box"
- Name: "Loyal Ring3 Box"
- Type: "IT_USABLE"
- Buy: 10
-},
-{
- Id: 12760
- AegisName: "Bubble_Gum_Green"
- Name: "Bubble Gum Green"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 12761
- AegisName: "Bubble_Gum_Yellow"
- Name: "Bubble Gum Yellow"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 12762
- AegisName: "Bubble_Gum_Orange"
- Name: "Bubble Gum Orange"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 12763
- AegisName: "Bubble_Gum_Red"
- Name: "Bubble Gum Red"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 12764
- AegisName: "Fools_Day_Box_Tw"
- Name: "Fools Day Box Tw"
- Type: "IT_USABLE"
-},
-{
- Id: 12765
- AegisName: "Summer_Knight_Box"
- Name: "Summer Knight Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 12766
- AegisName: "Reward_Job_BM25"
- Name: "Reward Job BM25"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_CASH_PLUSONLYJOBEXP,1800000,25; ">
-},
-{
- Id: 12767
- AegisName: "Passion_FB_Hat_Box"
- Name: "Passion FB Hat Box"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12768
- AegisName: "Cool_FB_Hat_Box"
- Name: "Cool FB Hat Box"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12769
- AegisName: "Victory_FB_Hat_Box"
- Name: "Victory FB Hat Box"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12770
- AegisName: "Glory_FB_Hat_Box"
- Name: "Glory FB Hat Box"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12771
- AegisName: "Passion_Hat_Box2"
- Name: "Passion Hat Box2"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12772
- AegisName: "Cool_Hat_Box2"
- Name: "Cool Hat Box2"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12773
- AegisName: "Victory_Hat_Box2"
- Name: "Victory Hat Box2"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12786
- AegisName: "Change_Slot_Card"
- Name: "Character Position Change Coupon"
- Type: "IT_USABLE"
- Script: <" SlotChange += 1; ">
-},
-{
- Id: 12790
- AegisName: "Change_Name_Card"
- Name: "Name Change Coupon"
- Type: "IT_USABLE"
- Script: <" CharRename += 1; ">
-},
-{
- Id: 12831
- AegisName: "Potion_Box"
- Name: "Potion Box"
- Type: "IT_USABLE"
- Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- getitem Red_Slim_Potion, 100;
- getitem Yellow_Slim_Potion, 100;
- getitem White_Slim_Potion, 100;
- getitem Blue_Potion, 100;
- ">
-},
-{
- Id: 12848
- AegisName: "Falcon_Flute"
- Name: "Falcon Flute"
- Type: "IT_DELAYCONSUME"
- Weight: 10
- Script: <"
- if (getskilllv(HT_FALCON)) {
- if (checkoption(Option_Wug) || checkoption(Option_Wugrider)) end;
- if (checkfalcon() == 1) {
- setfalcon 0;
- }
- else {
- setfalcon 1;
- }
- }
-
- ">
-},
-{
- Id: 12900
- AegisName: "Battle_Manual_Box"
- Name: "Battle Manual Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12208,10; ">
-},
-{
- Id: 12901
- AegisName: "Insurance_Package"
- Name: "Insurance Package"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12209,10; ">
-},
-{
- Id: 12902
- AegisName: "Bubble_Gum_Box"
- Name: "Bubble Gum Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12210,10; ">
-},
-{
- Id: 12903
- AegisName: "Str_Dish_Box"
- Name: "Steamed Tongue Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12202,10; ">
-},
-{
- Id: 12904
- AegisName: "Agi_Dish_Box"
- Name: "Steamed Scorpion Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12203,10; ">
-},
-{
- Id: 12905
- AegisName: "Int_Dish_Box"
- Name: "Dragon Breath Cocktail Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12204,10; ">
-},
-{
- Id: 12906
- AegisName: "Dex_Dish_Box"
- Name: "Hwergelmir's Tonic Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12205,10; ">
-},
-{
- Id: 12907
- AegisName: "Luk_Dish_Box"
- Name: "Nine Tail Dish Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12206,10; ">
-},
-{
- Id: 12908
- AegisName: "Vit_Dish_Box"
- Name: "Stew Of Immortality Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12207,10; ">
-},
-{
- Id: 12909
- AegisName: "Kafra_Card_Box"
- Name: "Kafra Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12211,10; ">
-},
-{
- Id: 12910
- AegisName: "Giant_Fly_Wing_Box"
- Name: "Giant Fly Wing Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12212,10; ">
-},
-{
- Id: 12911
- AegisName: "Neuralizer_Box"
- Name: "Neuralizer Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12213,1; ">
-},
-{
- Id: 12912
- AegisName: "Convex_Mirror_Box"
- Name: "Convex Mirror Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12214,10; ">
-},
-{
- Id: 12913
- AegisName: "Blessing_10_Scroll_Box"
- Name: "Blessing 10 Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12215,10; ">
-},
-{
- Id: 12914
- AegisName: "Inc_Agi_10_Scroll_Box"
- Name: "Increase AGI 10 scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12216,10; ">
-},
-{
- Id: 12915
- AegisName: "Aspersio_5_Scroll_Box"
- Name: "Aspersio 5 Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12217,10; ">
-},
-{
- Id: 12916
- AegisName: "Assumptio_5_Scroll_Box"
- Name: "Assumptio 5 Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12218,10; ">
-},
-{
- Id: 12917
- AegisName: "Wind_Walk_10_Scroll_Box"
- Name: "Wind Walk 10 Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12219,10; ">
-},
-{
- Id: 12918
- AegisName: "Adrenaline_Scroll_Box"
- Name: "Adrenaline 5 Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12220,10; ">
-},
-{
- Id: 12919
- AegisName: "Megaphone_Box"
- Name: "Megaphone Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12221,10; ">
-},
-{
- Id: 12920
- AegisName: "Enriched_Elunium_Box"
- Name: "Enriched Elunium Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7619,10; ">
-},
-{
- Id: 12921
- AegisName: "Enriched_Oridecon_Box"
- Name: "Enriched Oridecon Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7620,10; ">
-},
-{
- Id: 12922
- AegisName: "Token_Of_Siegfried_Box"
- Name: "Token of Siegfried Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7621,10; ">
-},
-{
- Id: 12923
- AegisName: "Pet_Egg_Scroll_Box1"
- Name: "December Lucky Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12925,1; ">
-},
-{
- Id: 12924
- AegisName: "Pet_Egg_Scroll_Box2"
- Name: "Pet Egg Box 2"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12926,1; ">
-},
-{
- Id: 12925
- AegisName: "Pet_Egg_Scroll1"
- Name: "Kafra Item Mall Prize Package"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12926
- AegisName: "Pet_Egg_Scroll2"
- Name: "December Lucky Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12927
- AegisName: "J_Aspersio_5_Scroll_Box"
- Name: "Aspersio Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12928,10; ">
-},
-{
- Id: 12928
- AegisName: "J_Aspersio_5_Scroll"
- Name: "Sacred Scroll"
- Type: "IT_DELAYCONSUME"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" itemskill PR_ASPERSIO,5; ">
-},
-{
- Id: 12929
- AegisName: "Pet_Egg_Scroll_Box3"
- Name: "Pet Egg Box 3"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12932,1; ">
-},
-{
- Id: 12930
- AegisName: "Pet_Egg_Scroll_Box4"
- Name: "Pet Egg Box 4"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12933,1; ">
-},
-{
- Id: 12931
- AegisName: "Pet_Egg_Scroll_Box5"
- Name: "Pet Egg Box 5"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12934,1; ">
-},
-{
- Id: 12932
- AegisName: "Pet_Egg_Scroll3"
- Name: "Episode 13.2 Key Package"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12933
- AegisName: "Pet_Egg_Scroll4"
- Name: "Summer Hat Pack"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12934
- AegisName: "Pet_Egg_Scroll5"
- Name: "Pet Egg Scroll5"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12935
- AegisName: "Infiltrator_Box"
- Name: "Infiltrator Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1267,604800; ">
-},
-{
- Id: 12936
- AegisName: "Muramasa_Box"
- Name: "Muramasa Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1173,604800; ">
-},
-{
- Id: 12937
- AegisName: "Excalibur_Box"
- Name: "Excalibur Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13401,604800; ">
-},
-{
- Id: 12938
- AegisName: "Combat_Knife_Box"
- Name: "Combat Knife Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13021,604800; ">
-},
-{
- Id: 12939
- AegisName: "Counter_Dagger_Box"
- Name: "Dagger of Counter Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13022,604800; ">
-},
-{
- Id: 12940
- AegisName: "Kaiser_Knuckle_Box"
- Name: "Kaiser Knuckle Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1817,604800; ">
-},
-{
- Id: 12941
- AegisName: "Pole_Axe_Box"
- Name: "Poll Axe Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1419,604800; ">
-},
-{
- Id: 12942
- AegisName: "Mighty_Staff_Box"
- Name: "Mighty Staff Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1623,604800; ">
-},
-{
- Id: 12943
- AegisName: "Right_Epsilon_Box"
- Name: "Light Epsilon Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1372,604800; ">
-},
-{
- Id: 12944
- AegisName: "Balistar_Box"
- Name: "Ballista Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1728,604800; ">
-},
-{
- Id: 12945
- AegisName: "Diary_Of_Great_Sage_Box"
- Name: "Sage's Diary Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1563,604800; ">
-},
-{
- Id: 12946
- AegisName: "Asura_Box"
- Name: "Asura Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13023,604800; ">
-},
-{
- Id: 12947
- AegisName: "Apple_Of_Archer_Box"
- Name: "Apple of Archer Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5265,1209600; ">
-},
-{
- Id: 12948
- AegisName: "Bunny_Band_Box"
- Name: "Bunny Band Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5266,1209600; ">
-},
-{
- Id: 12949
- AegisName: "Sahkkat_Box"
- Name: "Sakkat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5267,1209600; ">
-},
-{
- Id: 12950
- AegisName: "Lord_Circlet_Box"
- Name: "Grand Circlet Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5268,1209600; ">
-},
-{
- Id: 12951
- AegisName: "Elven_Ears_Box"
- Name: "Elven Ears Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2686,604800; ">
-},
-{
- Id: 12952
- AegisName: "Steel_Flower_Box"
- Name: "Steel Flower Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2687,1209600; ">
-},
-{
- Id: 12953
- AegisName: "Critical_Ring_Box"
- Name: "Critical Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2688,604800; ">
-},
-{
- Id: 12954
- AegisName: "Earring_Box"
- Name: "Earring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2689,604800; ">
-},
-{
- Id: 12955
- AegisName: "Ring_Box"
- Name: "Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2690,604800; ">
-},
-{
- Id: 12956
- AegisName: "Necklace_Box"
- Name: "Necklace Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2691,604800; ">
-},
-{
- Id: 12957
- AegisName: "Glove_Box"
- Name: "Glove Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2692,604800; ">
-},
-{
- Id: 12958
- AegisName: "Brooch_Box"
- Name: "Brooch Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2693,604800; ">
-},
-{
- Id: 12959
- AegisName: "Rosary_Box"
- Name: "Rosary Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2694,604800; ">
-},
-{
- Id: 12960
- AegisName: "Safety_Ring_Box"
- Name: "Safety Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2695,604800; ">
-},
-{
- Id: 12961
- AegisName: "Vesper_Core01_Box"
- Name: "Vesper Core 01 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2696,604800; ">
-},
-{
- Id: 12962
- AegisName: "Vesper_Core02_Box"
- Name: "Vesper Core 02 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2697,604800; ">
-},
-{
- Id: 12963
- AegisName: "Vesper_Core03_Box"
- Name: "Vesper Core 03 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2698,604800; ">
-},
-{
- Id: 12964
- AegisName: "Vesper_Core04_Box"
- Name: "Vesper Core 04 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2699,604800; ">
-},
-{
- Id: 12965
- AegisName: "Emergency_Box1"
- Name: "Emergency Level 1 Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12968,1; ">
-},
-{
- Id: 12966
- AegisName: "Emergency_Box2"
- Name: "Emergency Level 2 Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12969,1; ">
-},
-{
- Id: 12967
- AegisName: "Emergency_Box3"
- Name: "Emergency Level 3 Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12970,1; ">
-},
-{
- Id: 12968
- AegisName: "Emergency_Scroll1"
- Name: "Emergency Level 1 Scroll"
- Type: "IT_DELAYCONSUME"
- Buy: 2
- Weight: 10
- Script: <" itemskill GD_EMERGENCYCALL,1; ">
-},
-{
- Id: 12969
- AegisName: "Emergency_Scroll2"
- Name: "Emergency Level 2 Scroll"
- Type: "IT_DELAYCONSUME"
- Buy: 2
- Weight: 10
- Script: <" itemskill GD_EMERGENCYCALL,1; ">
-},
-{
- Id: 12970
- AegisName: "Emergency_Scroll3"
- Name: "Emergency Level 3 Scroll"
- Type: "IT_DELAYCONSUME"
- Buy: 2
- Weight: 10
- Script: <" itemskill GD_EMERGENCYCALL,1; ">
-},
-{
- Id: 12971
- AegisName: "Teleport_Box1"
- Name: "Teleport Scroll Box 1"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12977,10; ">
-},
-{
- Id: 12972
- AegisName: "Teleport_Box2"
- Name: "Teleport Scroll Box 2"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12978,10; ">
-},
-{
- Id: 12973
- AegisName: "Teleport_Box3"
- Name: "Teleport Scroll Box 3"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12979,10; ">
-},
-{
- Id: 12974
- AegisName: "Teleport_Box4"
- Name: "Teleport Scroll Box 4"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12980,10; ">
-},
-{
- Id: 12975
- AegisName: "Teleport_Box5"
- Name: "Teleport Scroll Box 5"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12981,10; ">
-},
-{
- Id: 12976
- AegisName: "Teleport_Box6"
- Name: "Teleport Scroll Box 6"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12982,10; ">
-},
-{
- Id: 12977
- AegisName: "Teleport_Scroll1"
- Name: "Teleport Scroll 1"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Script: <" callfunc "F_CashTele",1; ">
-},
-{
- Id: 12978
- AegisName: "Teleport_Scroll2"
- Name: "Teleport Scroll 2"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Script: <" callfunc "F_CashTele",2; ">
-},
-{
- Id: 12979
- AegisName: "Teleport_Scroll3"
- Name: "Teleport Scroll 3"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Script: <" callfunc "F_CashTele",3; ">
-},
-{
- Id: 12980
- AegisName: "Teleport_Scroll4"
- Name: "Teleport Scroll 4"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Script: <" callfunc "F_CashTele",4; ">
-},
-{
- Id: 12981
- AegisName: "Teleport_Scroll5"
- Name: "Teleport Scroll 5"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Script: <" callfunc "F_CashTele",5; ">
-},
-{
- Id: 12982
- AegisName: "Teleport_Scroll6"
- Name: "Teleport Scroll 6"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Script: <" callfunc "F_CashTele",6; ">
-},
-{
- Id: 12983
- AegisName: "Pet_Egg_Scroll_Box6"
- Name: "Pet Egg Scroll Box 6"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12989,1; ">
-},
-{
- Id: 12984
- AegisName: "Pet_Egg_Scroll_Box7"
- Name: "Pet Egg Scroll Box 7"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12990,1; ">
-},
-{
- Id: 12985
- AegisName: "Pet_Egg_Scroll_Box8"
- Name: "Pet Egg Scroll Box 8"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12991,1; ">
-},
-{
- Id: 12986
- AegisName: "Pet_Egg_Scroll_Box9"
- Name: "Adventurer Pack Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12992,1; ">
-},
-{
- Id: 12987
- AegisName: "Pet_Egg_Scroll_Box10"
- Name: "Pet Egg Scroll Box 10"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12993,1; ">
-},
-{
- Id: 12988
- AegisName: "Pet_Egg_Scroll_Box11"
- Name: "Pet Egg Scroll Box 11"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12994,1; ">
-},
-{
- Id: 12989
- AegisName: "Pet_Egg_Scroll6"
- Name: "Pet Egg Scroll 6"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12990
- AegisName: "Pet_Egg_Scroll7"
- Name: "Pet Egg Scroll 7"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12991
- AegisName: "Pet_Egg_Scroll8"
- Name: "Party Hard Pack"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12992
- AegisName: "Pet_Egg_Scroll9"
- Name: "Adventurer Pack"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12993
- AegisName: "Pet_Egg_Scroll10"
- Name: "Pet Egg Scroll 10"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12994
- AegisName: "Pet_Egg_Scroll11"
- Name: "Pet Egg Scroll 11"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 12995
- AegisName: "White_Herb_Box"
- Name: "White Herb Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 509,15; ">
-},
-{
- Id: 12996
- AegisName: "Blue_Herb_Box"
- Name: "Blue Herb Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 510,15; ">
-},
-{
- Id: 12997
- AegisName: "Elunium_Box"
- Name: "Elunium Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 985,5; ">
-},
-{
- Id: 12998
- AegisName: "Oridecon_Box"
- Name: "Oridecon Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 984,5; ">
-},
-{
- Id: 12999
- AegisName: "Branch_Of_Dead_Tree_Box"
- Name: "Dead Branch Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 604,3; ">
-},
-
-//== More Daggers ==========================================
-{
- Id: 13000
- AegisName: "Jujube_Dagger"
- Name: "Jujube Dagger"
- Type: "IT_WEAPON"
- Buy: 10000
- Weight: 600
- Atk: 39
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Subtype: "W_DAGGER"
- Script: <" bonus bAtkEle,Ele_Wind; ">
-},
-{
- Id: 13001
- AegisName: "Dragon_Killer"
- Name: "Dragon Killer"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 900
- Atk: 110
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 60
- Subtype: "W_DAGGER"
- Script: <"
- bonus bIgnoreDefRace,RC_Dragon;
- bonus2 bExpAddRace,RC_Dragon,10;
- ">
-},
-{
- Id: 13002
- AegisName: "Ginnungagap"
- Name: "Ginnungagap"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 148
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 70
- Subtype: "W_DAGGER"
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus2 bAddEff,Eff_Blind,500;
- bonus2 bAddEff2,Eff_Blind,50;
- ">
-},
-{
- Id: 13003
- AegisName: "Coward"
- Name: "Cowardice Blade"
- Type: "IT_WEAPON"
- Buy: 52000
- Weight: 700
- Atk: 80
- Range: 1
- Slots: 1
- Job: {
- Thief: true
- Assassin: true
- Rogue: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 55
- Subtype: "W_DAGGER"
- Script: <" bonus bDef,5; ">
-},
-{
- Id: 13004
- AegisName: "Coward_"
- Name: "Cowardice Blade"
- Type: "IT_WEAPON"
- Buy: 52000
- Weight: 700
- Atk: 80
- Range: 1
- Slots: 2
- Job: {
- Thief: true
- Assassin: true
- Rogue: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 55
- Subtype: "W_DAGGER"
- Script: <" bonus bDef,5; ">
-},
-{
- Id: 13005
- AegisName: "Angelwing_Short_Sword"
- Name: "Angelic Wing Dagger"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 600
- Atk: 120
- Range: 1
- Slots: 2
- Job: {
- Novice: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 50
- Subtype: "W_DAGGER"
-},
-{
- Id: 13006
- AegisName: "Khukri"
- Name: "Khukri"
- Type: "IT_WEAPON"
- Buy: 240000
- Weight: 600
- Atk: 150
- Range: 1
- Job: {
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 65
- Subtype: "W_DAGGER"
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus2 bAddEff,Eff_Curse,1000;
- ">
-},
-{
- Id: 13007
- AegisName: "Jitte"
- Name: "Jitte"
- Type: "IT_WEAPON"
- Buy: 20000
- Weight: 400
- Atk: 70
- Range: 1
- Job: {
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 35
- Subtype: "W_DAGGER"
- Script: <" bonus bBreakWeaponRate,200; ">
-},
-{
- Id: 13008
- AegisName: "Jitte_"
- Name: "Jitte"
- Type: "IT_WEAPON"
- Buy: 20000
- Weight: 400
- Atk: 70
- Range: 1
- Slots: 1
- Job: {
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 35
- Subtype: "W_DAGGER"
- Script: <" bonus bBreakWeaponRate,200; ">
-},
-{
- Id: 13009
- AegisName: "Kamaitachi"
- Name: "Kamaitachi"
- Type: "IT_WEAPON"
- Buy: 48000
- Weight: 900
- Atk: 125
- Range: 2
- Job: {
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 70
- Subtype: "W_DAGGER"
- Script: <"
- bonus bAtkEle,Ele_Wind;
- bonus bCritical,3;
- bonus bAspdRate,3;
- ">
-},
-{
- Id: 13010
- AegisName: "Asura"
- Name: "Asura"
- Type: "IT_WEAPON"
- Buy: 3000
- Weight: 600
- Atk: 50
- Range: 1
- Slots: 2
- Job: {
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 12
- Subtype: "W_DAGGER"
- Script: <" bonus bMatkRate,10; ">
-},
-{
- Id: 13011
- AegisName: "Asura_"
- Name: "Asura"
- Type: "IT_WEAPON"
- Buy: 3000
- Weight: 600
- Atk: 50
- Range: 1
- Slots: 3
- Job: {
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 12
- Subtype: "W_DAGGER"
- Script: <" bonus bMatkRate,10; ">
-},
-{
- Id: 13012
- AegisName: "Murasame"
- Name: "Murasame"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 95
- Range: 1
- Slots: 1
- Job: {
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 24
- Subtype: "W_DAGGER"
- Script: <"
- bonus bAtkEle,Ele_Water;
- bonus2 bCriticalAddRace,RC_DemiPlayer,10;
- ">
-},
-{
- Id: 13013
- AegisName: "Murasame_"
- Name: "Murasame"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 95
- Range: 1
- Slots: 2
- Job: {
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 24
- Subtype: "W_DAGGER"
- Script: <"
- bonus bAtkEle,Ele_Water;
- bonus2 bCriticalAddRace,RC_DemiPlayer,10;
- ">
-},
-{
- Id: 13014
- AegisName: "Hakujin"
- Name: "Hakujin"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 800
- Atk: 120
- Range: 1
- Job: {
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 42
- Subtype: "W_DAGGER"
- Script: <"
- bonus bInt,2;
- bonus3 bAutoSpell,AL_HEAL,1,10;
- ">
-},
-{
- Id: 13015
- AegisName: "Hakujin_"
- Name: "Hakujin"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 800
- Atk: 120
- Range: 1
- Slots: 1
- Job: {
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 42
- Subtype: "W_DAGGER"
- Script: <"
- bonus bInt,2;
- bonus3 bAutoSpell,AL_HEAL,1,10;
- ">
-},
-{
- Id: 13016
- AegisName: "Poison_Knife_"
- Name: "Poison Knife"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 800
- Atk: 64
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 65
- Subtype: "W_DAGGER"
- Script: <"
- bonus bAtkEle,Ele_Poison;
- bonus2 bAddEff,Eff_Poison,3000;
- ">
-},
-{
- Id: 13017
- AegisName: "House_Auger_"
- Name: "Ice Pick"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 600
- Atk: 70
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 36
- Subtype: "W_DAGGER"
- Script: <" bonus bDefRatioAtkRace, RC_All; ">
-},
-{
- Id: 13018
- AegisName: "Sucsamad_"
- Name: "Sucsamad"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 800
- Atk: 140
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 36
- Subtype: "W_DAGGER"
- Script: <"
- bonus2 bAddEle,Ele_Earth,10;
- bonus2 bAddEle,Ele_Wind,10;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 13019
- AegisName: "Ginnungagap_"
- Name: "Ginnungagap"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 148
- Range: 1
- Slots: 1
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 70
- Subtype: "W_DAGGER"
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus2 bAddEff,Eff_Blind,500;
- bonus2 bAddEff2,Eff_Blind,50;
- ">
-},
-{
- Id: 13020
- AegisName: "Warrior_Balmung_"
- Name: "Warrior's Balmung"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 170
- Range: 1
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 48
- Subtype: "W_DAGGER"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bAllStats,5; ">
-},
-{
- Id: 13021
- AegisName: "Combat_Knife_C"
- Name: "Combat Knife"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 129
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 1
- Refine: false
- Subtype: "W_DAGGER"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bIgnoreDefRace,RC_DemiPlayer;
- bonus2 bSubRace,RC_DemiPlayer,10;
- bonus2 bSubRace,RC_Demon,-10;
- bonus bMaxSPrate,10;
- bonus bSPDrainValue,3;
- ">
-},
-{
- Id: 13022
- AegisName: "Counter_Dagger_C"
- Name: "Dagger of Counter"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 209
- Range: 1
- Job: {
- Magician: true
- Wizard: true
- Sage: true
- Soul_Linker: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 1
- Refine: false
- Subtype: "W_DAGGER"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bCritical,90; ">
-},
-{
- Id: 13023
- AegisName: "Asura_C"
- Name: "Ashura"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 120
- Range: 1
- Job: {
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- Subtype: "W_DAGGER"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bMatkRate,15; ">
-},
-{
- Id: 13024
- AegisName: "Sword_Breaker_C"
- Name: "Refined Swordbreaker"
- Type: "IT_WEAPON"
- Buy: 2
- Atk: 105
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- Refine: false
- Subtype: "W_DAGGER"
- Script: <" bonus bBreakWeaponRate,500; ">
-},
-{
- Id: 13025
- AegisName: "Mail_Breaker_C"
- Name: "Refined Mailbreaker"
- Type: "IT_WEAPON"
- Buy: 2
- Atk: 105
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- Refine: false
- Subtype: "W_DAGGER"
- Script: <" bonus bBreakArmorRate,500; ">
-},
-{
- Id: 13026
- AegisName: "Moonlight_Sword_C"
- Name: "Moonlight Dagger"
- Type: "IT_WEAPON"
- Buy: 2
- Atk: 85
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- Refine: false
- Subtype: "W_DAGGER"
- Script: <"
- bonus bMaxSPrate,10;
- bonus bSPDrainValue,3;
- ">
-},
-{
- Id: 13027
- AegisName: "Scalpel"
- Name: "Scalpel"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 120
- Range: 1
- Slots: 3
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 55
- Subtype: "W_DAGGER"
- Script: <" bonus2 bAddEff,Eff_Bleeding,500; ">
-},
-{
- Id: 13028
- AegisName: "Tooth_Blade"
- Name: "Tooth Blade"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 130
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 55
- Subtype: "W_DAGGER"
- Script: <"
- if(getrefine()>=9) {
- bonus3 bAutoSpell,NPC_SLOWCAST,2,70;
- }
- else bonus3 bAutoSpell,NPC_SLOWCAST,1,50;
- ">
-},
-{
- Id: 13029
- AegisName: "Prinsence_Knife"
- Name: "Prinsense Knife"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 120
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- Refine: false
- Subtype: "W_DAGGER"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddRace, RC_All, 50; ">
-},
-{
- Id: 13030
- AegisName: "Dragon_Killer_"
- Name: "Dragon Killer"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 900
- Atk: 110
- Range: 1
- Slots: 2
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 60
- Subtype: "W_DAGGER"
- Script: <"
- bonus bIgnoreDefRace,RC_Dragon;
- bonus2 bExpAddRace,RC_Dragon,10;
- ">
-},
-{
- Id: 13031
- AegisName: "Sword_Breaker_"
- Name: "Swordbreaker"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 70
- Range: 1
- Slots: 3
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 36
- Subtype: "W_DAGGER"
- Script: <" bonus bBreakWeaponRate,500; ">
-},
-{
- Id: 13032
- AegisName: "Mail_Breaker_"
- Name: "Mailbreaker"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1000
- Atk: 70
- Range: 1
- Slots: 3
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 36
- Subtype: "W_DAGGER"
- Script: <" bonus bBreakArmorRate,500; ">
-},
-{
- Id: 13033
- AegisName: "Assasin_Dagger_"
- Name: "Assassin Dagger"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 600
- Atk: 140
- Range: 1
- Slots: 1
- Job: {
- Assassin: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 36
- Subtype: "W_DAGGER"
- Script: <"
- bonus bMaxHPrate,20;
- bonus bMaxSPrate,15;
- bonus bAspdRate,2;
- bonus bAtkEle,Ele_Dark;
- ">
-},
-{
- Id: 13034
- AegisName: "Twilight_Desert"
- Name: "Desert Twilight"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 600
- Atk: 130
- Range: 1
- Slots: 2
- Job: {
- Assassin: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 70
- Subtype: "W_DAGGER"
-},
-{
- Id: 13035
- AegisName: "Sandstorm"
- Name: "Sandstorm"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 600
- Atk: 50
- Range: 1
- Slots: 4
- Job: {
- Assassin: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 70
- Subtype: "W_DAGGER"
-},
-{
- Id: 13036
- AegisName: "BF_Dagger1"
- Name: "Brave Assassin's Damascus"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 120
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_DAGGER"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bAgi,1;
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(Class==Job_Ninja||Class==Job_Rogue||Class==Job_Stalker) bonus bMatkRate,15;
- ">
-},
-{
- Id: 13037
- AegisName: "BF_Dagger2"
- Name: "Valorous Assassin's Damascus"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 120
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_DAGGER"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bAgi,1;
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus bUnbreakableWeapon,0;
- autobonus "{ bonus bDefRatioAtkRace, RC_All; }",10,6000,BF_WEAPON,"{ specialeffect(EF_HASTEUP, AREA, playerattached()); }";
- if(Class==Job_Ninja||Class==Job_Rogue||Class==Job_Stalker) bonus bMatkRate,15;
- ">
-},
-{
- Id: 13038
- AegisName: "Dagger_Of_Hunter"
- Name: "Dagger of Hunter"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 120
- Range: 1
- Slots: 3
- Job: {
- Rogue: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_DAGGER"
- Script: <"
- bonus bStr,1;
- bonus bAgi,2;
- bonus bDex,1;
- bonus4 bAutoSpellOnSkill,RG_BACKSTAP,SM_BASH,10,100;
- bonus2 bSkillAtk,RG_BACKSTAP,20;
- ">
-},
-{
- Id: 13039
- AegisName: "Ivory_Knife"
- Name: "Ivory Knife"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 700
- Atk: 130
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 50
- Subtype: "W_DAGGER"
- Script: <"
- bonus bAgi,2;
- bonus bAspdRate,3;
- bonus2 bAddEff,Eff_Bleeding,300;
- bonus3 bAutoSpell,NPC_CRITICALWOUND,1,30;
- ">
-},
-{
- Id: 13040
- AegisName: "N_Cutter"
- Name: "Novice Cutter"
- Type: "IT_WEAPON"
- Atk: 50
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- Subtype: "W_DAGGER"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13041
- AegisName: "N_Main_Gauche"
- Name: "Novice Main Gauche"
- Type: "IT_WEAPON"
- Atk: 63
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 1
- Refine: false
- Subtype: "W_DAGGER"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13042
- AegisName: "Krieger_Dagger1"
- Name: "Glorious Gladius"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 120
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_DAGGER"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus3 bAutoSpell,PR_LEXDIVINA,1,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine()-4)*(getrefine()-4);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) bonus4 bAutoSpellOnSkill,RG_RAID,NPC_WIDEBLEEDING,1,250;
- ">
-},
-{
- Id: 13043
- AegisName: "Fortune_Sword_I"
- Name: "Fortune Sword"
- Type: "IT_WEAPON"
- Atk: 120
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- Refine: false
- Subtype: "W_DAGGER"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bLuk,5; ">
-},
-{
- Id: 13044
- AegisName: "House_Auger_I"
- Name: "Ice Pick"
- Type: "IT_WEAPON"
- Atk: 105
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- Refine: false
- Subtype: "W_DAGGER"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13045
- AegisName: "Kamaitachi_I"
- Name: "Kamaitachi"
- Type: "IT_WEAPON"
- Atk: 155
- Range: 2
- Job: {
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- Refine: false
- Subtype: "W_DAGGER"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13046
- AegisName: "Krieg"
- Name: "Krierg"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 110
- Range: 1
- Slots: 3
- Job: {
- Thief: true
- Assassin: true
- Rogue: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 2
- EquipLv: 50
- Subtype: "W_DAGGER"
- Script: <"
- bonus3 bAddEffOnSkill,RG_BACKSTAP,Eff_Bleeding,1000;
- bonus2 bSkillAtk,RG_BACKSTAP,15;
- ">
-},
-{
- Id: 13047
- AegisName: "Weihna"
- Name: "Weihna"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 135
- Range: 1
- Slots: 2
- Job: {
- Thief: true
- Assassin: true
- Rogue: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 50
- Subtype: "W_DAGGER"
- Script: <"
- bonus3 bAddEffOnSkill,RG_RAID,Eff_Poison,1000;
- autobonus "{ bonus2 bAddRace, RC_All, 10; }",5,5000,BF_WEAPON|BF_SHORT,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }";
- ">
-},
-{
- Id: 13048
- AegisName: "Damascus_C"
- Name: "Damascus"
- Type: "IT_WEAPON"
- Atk: 153
- Range: 1
- Job: {
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Sage: true
- Rogue: true
- Alchemist: true
- Bard: true
- Soul_Linker: true
- Ninja: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 1
- Refine: false
- Subtype: "W_DAGGER"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-
-//== Revolvers =============================================
-{
- Id: 13100
- AegisName: "Six_Shooter"
- Name: "Six Shooter"
- Type: "IT_WEAPON"
- Buy: 4500
- Weight: 400
- Atk: 30
- Range: 7
- Slots: 1
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- EquipLv: 10
- Subtype: "W_REVOLVER"
- Script: <" bonus bHit,-10; ">
-},
-{
- Id: 13101
- AegisName: "Six_Shooter_"
- Name: "Six Shooter"
- Type: "IT_WEAPON"
- Buy: 4500
- Weight: 400
- Atk: 30
- Range: 7
- Slots: 2
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- EquipLv: 10
- Subtype: "W_REVOLVER"
- Script: <" bonus bHit,-10; ">
-},
-{
- Id: 13102
- AegisName: "Crimson_Bolt"
- Name: "Crimson Bolt"
- Type: "IT_WEAPON"
- Buy: 20000
- Weight: 450
- Atk: 45
- Range: 7
- Slots: 1
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 35
- Subtype: "W_REVOLVER"
- Script: <" bonus bHit,-10; ">
-},
-{
- Id: 13103
- AegisName: "Crimson_Bolt_"
- Name: "Crimson Bolt"
- Type: "IT_WEAPON"
- Buy: 20000
- Weight: 450
- Atk: 45
- Range: 7
- Slots: 2
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 35
- Subtype: "W_REVOLVER"
- Script: <" bonus bHit,-10; ">
-},
-{
- Id: 13104
- AegisName: "The_Garrison"
- Name: "Garrison"
- Type: "IT_WEAPON"
- Buy: 48000
- Weight: 500
- Atk: 70
- Range: 7
- Slots: 1
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 55
- Subtype: "W_REVOLVER"
- Script: <" bonus bHit,-10; ">
-},
-{
- Id: 13105
- AegisName: "The_Garrison_"
- Name: "Garrison"
- Type: "IT_WEAPON"
- Buy: 48000
- Weight: 500
- Atk: 70
- Range: 7
- Slots: 2
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 55
- Subtype: "W_REVOLVER"
- Script: <" bonus bHit,-10; ">
-},
-{
- Id: 13106
- AegisName: "Gold_Lux"
- Name: "Gold Lux"
- Type: "IT_WEAPON"
- Buy: 100000
- Weight: 500
- Atk: 20
- Range: 7
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 12
- Subtype: "W_REVOLVER"
- Script: <"
- bonus bHit,-10;
- if(getskilllv(GS_GLITTERING)>0) bonus3 bAutoSpell,GS_GLITTERING,getskilllv(GS_GLITTERING),100;
- ">
-},
-{
- Id: 13107
- AegisName: "Wasteland_Outlaw"
- Name: "Wasteland's Outlaw"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 580
- Atk: 68
- Range: 7
- Slots: 2
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_REVOLVER"
- Script: <"
- bonus bHit,readparam(bAgi)/10;
- bonus bAspdRate,readparam(bAgi)/14;
- ">
-},
-{
- Id: 13108
- AegisName: "BF_Pistol1"
- Name: "Soldier Revolver"
- Type: "IT_WEAPON"
- Atk: 70
- Range: 7
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_REVOLVER"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus bHit,-10;
- bonus2 bAddRace,RC_DemiPlayer,55;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- autobonus "{ bonus bAspdRate,100; }",10,3000,BF_WEAPON,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }";
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 13109
- AegisName: "Wasteland_Outlaw_C"
- Name: "Wasteland Outlaw"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 100
- Range: 7
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- Refine: false
- Subtype: "W_REVOLVER"
- Script: <"
- bonus bHit,readparam(bAgi)/10;
- bonus bAspdRate,readparam(bAgi)/14;
- bonus2 bAddRace, RC_All, 10;
- bonus bMatkRate,10;
- ">
-},
-{
- Id: 13110
- AegisName: "Krieger_Pistol1"
- Name: "Glorious Pistol"
- Type: "IT_WEAPON"
- Atk: 80
- Range: 7
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_REVOLVER"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,55;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,((getrefine()-4) ** (2));
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) {
- bonus4 bAutoSpellOnSkill,GS_RAPIDSHOWER,GS_GLITTERING,1,1000;
- bonus2 bSkillAtk,GS_RAPIDSHOWER,getrefine()*2;
- }
-
- ">
-},
-/*
-{
- Id: 13111
- AegisName: "Sharpshooter_Revolver"
-},
-*/
-{
- Id: 13112
- AegisName: "P_Revolver1"
- Name: "Eden Revlover I"
- Type: "IT_WEAPON"
- Atk: 4
- Range: 7
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- EquipLv: 26
- Refine: false
- Subtype: "W_REVOLVER"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bHit,-5; ">
-},
-{
- Id: 13113
- AegisName: "P_Revolver2"
- Name: "Eden Revlover II"
- Type: "IT_WEAPON"
- Atk: 60
- Range: 7
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- EquipLv: 40
- Refine: false
- Subtype: "W_REVOLVER"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bHit,-5; ">
-},
-{
- Id: 13144
- AegisName: "Rebeginer_RL_Gun"
- Name: "Rebeginer_RL_Gun"
-},
-{
- Id: 13146
- AegisName: "Calf_Deathadder"
- Name: "Calf_Deathadder"
-},
-
-//== Guns ==================================================
-{
- Id: 13150
- AegisName: "Branch"
- Name: "Branch"
- Type: "IT_WEAPON"
- Buy: 3000
- Weight: 500
- Atk: 50
- Range: 9
- Slots: 3
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- EquipLv: 1
- Subtype: "W_RIFLE"
-},
-{
- Id: 13151
- AegisName: "The_Cyclone"
- Name: "Cyclone"
- Type: "IT_WEAPON"
- Buy: 17500
- Weight: 700
- Atk: 120
- Range: 9
- Slots: 1
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 24
- Subtype: "W_RIFLE"
- Script: <"
- bonus bHit,10;
- bonus bCritical,10;
- ">
-},
-{
- Id: 13152
- AegisName: "The_Cyclone_"
- Name: "Cyclone"
- Type: "IT_WEAPON"
- Buy: 17500
- Weight: 700
- Atk: 120
- Range: 9
- Slots: 2
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 24
- Subtype: "W_RIFLE"
- Script: <"
- bonus bHit,10;
- bonus bCritical,10;
- ">
-},
-{
- Id: 13153
- AegisName: "Dusk"
- Name: "Dusk"
- Type: "IT_WEAPON"
- Buy: 23500
- Weight: 750
- Atk: 150
- Range: 9
- Slots: 1
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 56
- Subtype: "W_RIFLE"
- Script: <"
- bonus bHit,10;
- bonus bCritical,10;
- ">
-},
-{
- Id: 13154
- AegisName: "Rolling_Stone"
- Name: "Rolling Stone"
- Type: "IT_WEAPON"
- Buy: 12000
- Weight: 900
- Atk: 135
- Range: 9
- Slots: 1
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 1
- EquipLv: 14
- Subtype: "W_SHOTGUN"
- Script: <" bonus bSplashRange,1; ">
-},
-{
- Id: 13155
- AegisName: "Black_Rose"
- Name: "Black Rose"
- Type: "IT_WEAPON"
- Buy: 32000
- Weight: 900
- Atk: 180
- Range: 9
- Slots: 1
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 35
- Subtype: "W_SHOTGUN"
- Script: <" bonus bSplashRange,1; ">
-},
-{
- Id: 13156
- AegisName: "Gate_Keeper"
- Name: "Gate Keeper"
- Type: "IT_WEAPON"
- Buy: 56000
- Weight: 1000
- Atk: 210
- Range: 9
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 24
- Subtype: "W_SHOTGUN"
- Script: <"
- bonus bSplashRange,1;
- bonus3 bAutoSpell,GS_SPREADATTACK,6,50;
- ">
-},
-{
- Id: 13157
- AegisName: "Drifter"
- Name: "Drifter"
- Type: "IT_WEAPON"
- Buy: 80000
- Weight: 2300
- Atk: 50
- Range: 9
- Slots: 1
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 55
- Subtype: "W_GATLING"
-},
-{
- Id: 13158
- AegisName: "Butcher"
- Name: "Butcher"
- Type: "IT_WEAPON"
- Buy: 130000
- Weight: 2500
- Atk: 75
- Range: 9
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 68
- Subtype: "W_GATLING"
- Script: <" bonus2 bCriticalAddRace,RC_Brute,10; ">
-},
-{
- Id: 13159
- AegisName: "Butcher_"
- Name: "Butcher"
- Type: "IT_WEAPON"
- Buy: 130000
- Weight: 2500
- Atk: 75
- Range: 9
- Slots: 1
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 68
- Subtype: "W_GATLING"
- Script: <" bonus2 bCriticalAddRace,RC_Brute,10; ">
-},
-{
- Id: 13160
- AegisName: "Destroyer"
- Name: "Destroyer"
- Type: "IT_WEAPON"
- Buy: 110000
- Weight: 1200
- Atk: 220
- Range: 9
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 52
- Subtype: "W_GRENADE"
- Script: <" bonus bBreakArmorRate,200; ">
-},
-{
- Id: 13161
- AegisName: "Destroyer_"
- Name: "Destroyer"
- Type: "IT_WEAPON"
- Buy: 110000
- Weight: 1200
- Atk: 220
- Range: 9
- Slots: 1
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 52
- Subtype: "W_GRENADE"
- Script: <" bonus bBreakArmorRate,200; ">
-},
-{
- Id: 13162
- AegisName: "Inferno"
- Name: "Inferno"
- Type: "IT_WEAPON"
- Buy: 230000
- Weight: 1250
- Atk: 280
- Range: 9
- Slots: 1
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 2
- EquipLv: 65
- Subtype: "W_GRENADE"
-},
-{
- Id: 13163
- AegisName: "Long_Barrel"
- Name: "Long Barrel"
- Type: "IT_WEAPON"
- Buy: 40000
- Weight: 1000
- Atk: 150
- Range: 9
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_RIFLE"
- Script: <"
- bonus bHit,10;
- bonus bCritical,20;
- bonus bAspdRate,-3;
- bonus3 bAutoSpell,GS_TRACKING,5,20;
- ">
-},
-{
- Id: 13164
- AegisName: "Long_Barrel_"
- Name: "Long Barrel"
- Type: "IT_WEAPON"
- Buy: 40000
- Weight: 1000
- Atk: 150
- Range: 9
- Slots: 1
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_RIFLE"
- Script: <"
- bonus bHit,10;
- bonus bCritical,20;
- bonus bAspdRate,-3;
- bonus3 bAutoSpell,GS_TRACKING,5,20;
- ">
-},
-{
- Id: 13165
- AegisName: "Jungle_Carbine"
- Name: "Jungle Carbine"
- Type: "IT_WEAPON"
- Buy: 56000
- Weight: 700
- Atk: 170
- Range: 9
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_RIFLE"
- Script: <"
- bonus bHit,10;
- bonus bCritical,4;
- bonus bAspdRate,10;
- bonus bHit,-readparam(bDex)/3;
- ">
-},
-{
- Id: 13166
- AegisName: "Jungle_Carbine_"
- Name: "Jungle Carbine"
- Type: "IT_WEAPON"
- Buy: 56000
- Weight: 700
- Atk: 170
- Range: 9
- Slots: 1
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_RIFLE"
- Script: <"
- bonus bHit,10;
- bonus bCritical,4;
- bonus bAspdRate,10;
- bonus bHit,-readparam(bDex)/3;
- ">
-},
-{
- Id: 13167
- AegisName: "Gate_KeeperDD"
- Name: "Gate Keeper-DD"
- Type: "IT_WEAPON"
- Buy: 72000
- Weight: 1300
- Atk: 200
- Range: 9
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 70
- Subtype: "W_SHOTGUN"
- Script: <"
- bonus bSplashRange,1;
- bonus3 bAutoSpell,GS_SPREADATTACK,6,50;
- bonus bDef,getrefine();
- bonus bDex,1;
- ">
-},
-{
- Id: 13168
- AegisName: "Thunder_P"
- Name: "Thunder P"
- Type: "IT_WEAPON"
- Buy: 76000
- Weight: 700
- Atk: 80
- Range: 9
- Slots: 1
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_SHOTGUN"
- Script: <"
- bonus bSplashRange,1;
- bonus bHit,-5;
- bonus bAspdRate,20;
- ">
-},
-{
- Id: 13169
- AegisName: "Thunder_P_"
- Name: "Thunder P"
- Type: "IT_WEAPON"
- Buy: 76000
- Weight: 700
- Atk: 80
- Range: 9
- Slots: 2
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_SHOTGUN"
- Script: <"
- bonus bSplashRange,1;
- bonus bHit,-5;
- bonus bAspdRate,20;
- ">
-},
-{
- Id: 13170
- AegisName: "Lever_Action_Rifle"
- Name: "Lever Action Rifle"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 770
- Atk: 138
- Range: 9
- Slots: 2
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_RIFLE"
- Script: <"
- bonus bHit,20;
- bonus bCritical,50;
- bonus bAspdRate,-5;
- ">
-},
-{
- Id: 13171
- AegisName: "BF_Rifle1"
- Name: "Soldier Rifle"
- Type: "IT_WEAPON"
- Atk: 50
- Range: 9
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_RIFLE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus bHit,10;
- bonus bCritical,10;
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus2 bCastrate,GS_TRACKING,-25;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 13172
- AegisName: "BF_Gatling_Gun1"
- Name: "Soldier Gatling Gun"
- Type: "IT_WEAPON"
- Atk: 80
- Range: 9
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_GATLING"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus2 bAddRace,RC_DemiPlayer,35;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- autobonus "{ bonus bBaseAtk,80; bonus2 bHPLossRate,120,1000; }",10,6000,BF_WEAPON,"{ specialeffect(EF_BASH3D, AREA, playerattached()); }";
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 13173
- AegisName: "BF_Shotgun1"
- Name: "Soldier Shotgun"
- Type: "IT_WEAPON"
- Atk: 100
- Range: 9
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_SHOTGUN"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus bSplashRange,1;
- bonus2 bAddRace,RC_DemiPlayer,55;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- autobonus "{ bonus bBaseAtk,80; bonus2 bHPLossRate,100,1000; }",30,6000,BF_WEAPON,"{ specialeffect(EF_BASH3D, AREA, playerattached()); }";
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 13174
- AegisName: "BF_Launcher1"
- Name: "Soldier Grenade Launcher"
- Type: "IT_WEAPON"
- Atk: 300
- Range: 9
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_GRENADE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bDex,2;
- bonus2 bAddRace,RC_DemiPlayer,35;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- autobonus "{ bonus bBaseAtk,300; bonus2 bHPLossRate,120,1000; }",30,9000,BF_WEAPON,"{ specialeffect(EF_BASH3D, AREA, playerattached()); }";
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 13175
- AegisName: "Lever_Action_Rifle_C"
- Name: "Lever Action Rifle"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 170
- Range: 9
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- Refine: false
- Subtype: "W_RIFLE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bHit,20;
- bonus bCritical,50;
- bonus bAspdRate,-5;
- ">
-},
-{
- Id: 13176
- AegisName: "Krieger_Rifle1"
- Name: "Glorious Rifle"
- Type: "IT_WEAPON"
- Atk: 90
- Range: 9
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_RIFLE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus2 bSkillAtk,GS_TRIPLEACTION,30;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine()-4)*(getrefine()-4);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) {
- bonus2 bCastrate,GS_TRACKING,25;
- bonus2 bSkillAtk,GS_TRACKING,getrefine() * 3;
- }
-
- ">
-},
-{
- Id: 13177
- AegisName: "Krieger_Gatling1"
- Name: "Glorious Gatling Gun"
- Type: "IT_WEAPON"
- Atk: 90
- Range: 9
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_GATLING"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,35;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus2 bSkillAtk,GS_TRIPLEACTION,30;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine()-4)*(getrefine()-4);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if (getrefine() > 8) {
- bonus2 bAddRace, RC_All, getrefine();
- }
-
- ">
-},
-{
- Id: 13178
- AegisName: "Krieger_Shotgun1"
- Name: "Glorious Shotgun"
- Type: "IT_WEAPON"
- Atk: 110
- Range: 9
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_SHOTGUN"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,55;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bSplashRange,1;
- bonus2 bSkillAtk,GS_TRIPLEACTION,30;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine()-4)*(getrefine()-4);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) {
- bonus2 bSkillAtk,GS_SPREADATTACK,getrefine() * 2;
- bonus3 bAddEffOnSkill,GS_SPREADATTACK,Eff_Stun,2000;
- }
-
- ">
-},
-{
- Id: 13179
- AegisName: "Krieger_Launcher1"
- Name: "Glorious Grenade Launcher"
- Type: "IT_WEAPON"
- Atk: 330
- Range: 9
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_GRENADE"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,35;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus2 bSkillAtk,GS_TRIPLEACTION,30;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine()-4)*(getrefine()-4);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) {
- bonus2 bSkillAtk,GS_GROUNDDRIFT,getrefine() * 2;
- bonus3 bAddEffOnSkill,GS_SPREADATTACK,Eff_Stun,2000;
- autobonus "{ bonus bAspdRate,20; }",200,20000,BF_WEAPON,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }";
- }
-
- ">
-},
-
-//== Bullets ===============================================
-{
- Id: 13200
- AegisName: "Bullet"
- Name: "Bullet"
- Type: "IT_AMMO"
- Buy: 1
- Weight: 2
- Atk: 10
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_BULLET"
- Script: <" bonus bAtkEle, Ele_Neutral; ">
-},
-{
- Id: 13201
- AegisName: "Silver_Bullet"
- Name: "Silver Bullet"
- Type: "IT_AMMO"
- Buy: 15
- Weight: 2
- Atk: 15
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_BULLET"
- Script: <" bonus bAtkEle,Ele_Holy; ">
-},
-{
- Id: 13202
- AegisName: "Shell_Of_Blood"
- Name: "Bloody Shell"
- Type: "IT_AMMO"
- Buy: 30
- Weight: 2
- Atk: 30
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_BULLET"
- Script: <"
- bonus bAtkEle, Ele_Neutral;
- bonus2 bAddEff, Eff_Bleeding, 100;
- ">
-},
-{
- Id: 13203
- AegisName: "Flare_Sphere"
- Name: "Flare Sphere"
- Type: "IT_AMMO"
- Buy: 80
- Weight: 5
- Atk: 50
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_GRENADE"
- Script: <" bonus bAtkEle,Ele_Fire; ">
-},
-{
- Id: 13204
- AegisName: "Lighting_Sphere"
- Name: "Lightning Sphere"
- Type: "IT_AMMO"
- Buy: 80
- Weight: 5
- Atk: 50
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_GRENADE"
- Script: <" bonus bAtkEle,Ele_Wind; ">
-},
-{
- Id: 13205
- AegisName: "Poison_Sphere"
- Name: "Poison Sphere"
- Type: "IT_AMMO"
- Buy: 80
- Weight: 5
- Atk: 50
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_GRENADE"
- Script: <"
- bonus bAtkEle,Ele_Poison;
- bonus2 bAddEff,Eff_Poison,500;
- ">
-},
-{
- Id: 13206
- AegisName: "Blind_Sphere"
- Name: "Blind Sphere"
- Type: "IT_AMMO"
- Buy: 80
- Weight: 5
- Atk: 50
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_GRENADE"
- Script: <"
- bonus bAtkEle,Ele_Dark;
- bonus2 bAddEff,Eff_Blind,500;
- ">
-},
-{
- Id: 13207
- AegisName: "Freezing_Sphere"
- Name: "Freezing Sphere"
- Type: "IT_AMMO"
- Buy: 80
- Weight: 5
- Atk: 50
- Job: {
- Gunslinger: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_GRENADE"
- Script: <" bonus bAtkEle,Ele_Water; ">
-},
-
-//== Shurikens & Kunais ====================================
-{
- Id: 13250
- AegisName: "Shuriken"
- Name: "Shuriken"
- Type: "IT_AMMO"
- Buy: 4
- Weight: 5
- Atk: 10
- Job: {
- Ninja: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_SHURIKEN"
-},
-{
- Id: 13251
- AegisName: "Nimbus_Shuriken"
- Name: "Nimbus Shuriken"
- Type: "IT_AMMO"
- Buy: 10
- Weight: 5
- Atk: 30
- Job: {
- Ninja: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 20
- Subtype: "A_SHURIKEN"
-},
-{
- Id: 13252
- AegisName: "Flash_Shuriken"
- Name: "Flash Shuriken"
- Type: "IT_AMMO"
- Buy: 20
- Weight: 5
- Atk: 45
- Job: {
- Ninja: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 40
- Subtype: "A_SHURIKEN"
-},
-{
- Id: 13253
- AegisName: "Sharp_Leaf_Shuriken"
- Name: "Sharp Leaf Shuriken"
- Type: "IT_AMMO"
- Buy: 40
- Weight: 5
- Atk: 70
- Job: {
- Ninja: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 60
- Subtype: "A_SHURIKEN"
-},
-{
- Id: 13254
- AegisName: "Thorn_Needle_Shuriken"
- Name: "Thorn Needle Shuriken"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 5
- Atk: 100
- Job: {
- Ninja: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 80
- Subtype: "A_SHURIKEN"
-},
-{
- Id: 13255
- AegisName: "Kunai_Of_Icicle"
- Name: "Icicle Kunai"
- Type: "IT_AMMO"
- Buy: 10
- Weight: 20
- Atk: 30
- Job: {
- Ninja: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_KUNAI"
- Script: <" bonus bAtkEle,Ele_Water; ">
-},
-{
- Id: 13256
- AegisName: "Kunai_Of_Black_Soil"
- Name: "Black Earth Kunai"
- Type: "IT_AMMO"
- Buy: 10
- Weight: 20
- Atk: 30
- Job: {
- Ninja: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_KUNAI"
- Script: <" bonus bAtkEle,Ele_Earth; ">
-},
-{
- Id: 13257
- AegisName: "Kunai_Of_Furious_Wind"
- Name: "High Wind Kunai"
- Type: "IT_AMMO"
- Buy: 10
- Weight: 20
- Atk: 30
- Job: {
- Ninja: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_KUNAI"
- Script: <" bonus bAtkEle,Ele_Wind; ">
-},
-{
- Id: 13258
- AegisName: "Kunai_Of_Fierce_Flame"
- Name: "Heat Wave Kunai"
- Type: "IT_AMMO"
- Buy: 10
- Weight: 20
- Atk: 30
- Job: {
- Ninja: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_KUNAI"
- Script: <" bonus bAtkEle,Ele_Fire; ">
-},
-{
- Id: 13259
- AegisName: "Kunai_Of_Deadly_Poison"
- Name: "Fell Poison Kunai"
- Type: "IT_AMMO"
- Buy: 10
- Weight: 20
- Atk: 30
- Job: {
- Ninja: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 1
- Subtype: "A_KUNAI"
- Script: <"
- bonus bAtkEle,Ele_Poison;
- bonus2 bAddEff,Eff_Poison,500;
- ">
-},
-
-//== Geneticist Created Bombs and Throwing Items ===========
-{
- Id: 13260
- AegisName: "Apple_Bomb"
- Name: "Apple Bomb"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 1
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
-},
-{
- Id: 13261
- AegisName: "Coconut_Bomb"
- Name: "Coconut Bomb"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 1
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
-},
-{
- Id: 13262
- AegisName: "Melon_Bomb"
- Name: "Melon Bomb"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 1
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
-},
-{
- Id: 13263
- AegisName: "Pineapple_Bomb"
- Name: "Pineapple Bomb"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 1
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
-},
-{
- Id: 13264
- AegisName: "Banana_Bomb"
- Name: "Banana Bomb"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 1
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
-},
-{
- Id: 13265
- AegisName: "Black_Lump"
- Name: "Black Lump"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 50
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
-},
-{
- Id: 13266
- AegisName: "Black_Hard_Lump"
- Name: "Black Hard Lump"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 50
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
-},
-{
- Id: 13267
- AegisName: "Very_Hard_Lump"
- Name: "Very Hard Lump"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 50
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
-},
-{
- Id: 13268
- AegisName: "Mysterious_Powder"
- Name: "Mysterious Powder"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 10
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <" sc_start SC_MYSTERIOUS_POWDER, 10000, 2; ">
-},
-{
- Id: 13269
- AegisName: "Boost500_To_Throw"
- Name: "Throwing Boost500"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 10
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <" sc_start SC_BOOST500, 500000, 10; ">
-},
-{
- Id: 13270
- AegisName: "Full_SwingK_To_Throw"
- Name: "Full SwingK Throw"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 50
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <" sc_start SC_FULL_SWING_K, 500000, 50; ">
-},
-{
- Id: 13271
- AegisName: "Mana_Plus_To_Throw"
- Name: "Mana + Throw"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 50
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <" sc_start SC_MANA_PLUS, 500000, 50; ">
-},
-{
- Id: 13272
- AegisName: "Cure_Free_To_Throw"
- Name: "Cure Free Throw"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 50
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <"
- sc_end SC_SILENCE;
- sc_end SC_BLOODING;
- sc_end SC_POISON;
- sc_end SC_CURSE;
- sc_end SC_ORCISH;
- sc_end SC_PROPERTYUNDEAD;
- heal 500, 0;
- ">
-},
-{
- Id: 13273
- AegisName: "Stamina_Up_M_To_Throw"
- Name: "Throwing Muramura(M)"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 10
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <" sc_start SC_MUSTLE_M, 500000, 5; ">
-},
-{
- Id: 13274
- AegisName: "Digestive_F_To_Throw"
- Name: "Throwing Falmons(F)"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 10
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <" sc_start SC_LIFE_FORCE_F, 500000, 5; ">
-},
-{
- Id: 13275
- AegisName: "HP_Inc_PotS_To_Throw"
- Name: "HP Increase Potion(Small) Throw"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 20
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 2, 1, 500, 2; ">
-},
-{
- Id: 13276
- AegisName: "HP_Inc_PotM_To_Throw"
- Name: "HP Increase Potion(Mid) Throw"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 40
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 2, 2, 1500, 3; ">
-},
-{
- Id: 13277
- AegisName: "HP_Inc_PotL_To_Throw"
- Name: "HP Increase Potion(Large) Throw"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 80
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 2, 3, 2500, 5; ">
-},
-{
- Id: 13278
- AegisName: "SP_Inc_PotS_To_Throw"
- Name: "SP Increase Potion(Small) Throw"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 20
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 2, 1, 0, 2; ">
-},
-{
- Id: 13279
- AegisName: "SP_Inc_PotM_To_Throw"
- Name: "SP Increase Potion(Mid) Throw"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 40
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 2, 2, 0, 4; ">
-},
-{
- Id: 13280
- AegisName: "SP_Inc_PotL_To_Throw"
- Name: "SP Increase Potion(Large) Throw"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 80
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 2, 3, 0, 8; ">
-},
-{
- Id: 13281
- AegisName: "En_White_PotZ_To_Throw"
- Name: "Enriched White PotionZ Throw"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 70
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <"
- sc_start SC_EXTRACT_WHITE_POTION_Z, 500000, 20;
- heal 1000, 0;
- ">
-},
-{
- Id: 13282
- AegisName: "Vitata500_To_Throw"
- Name: "Vitata50 Throw0"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 50
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <"
- sc_start2 SC_VITATA_500, 500000, 20, 5;
- heal 0, 200;
- ">
-},
-{
- Id: 13283
- AegisName: "En_Cel_Juice_To_Throw"
- Name: "Enrich Celermine Juice Throw"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 50
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <" sc_start SC_EXTRACT_SALAMINE_JUICE, 500000, 10; ">
-},
-{
- Id: 13284
- AegisName: "Savage_BBQ_To_Throw"
- Name: "Savage BBQ Throw"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 50
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <" sc_start SC_SAVAGE_STEAK, 300000, 20; ">
-},
-{
- Id: 13285
- AegisName: "Wug_Cocktail_To_Throw"
- Name: "Warg Cocktail To Throw"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 50
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <" sc_start SC_COCKTAIL_WARG_BLOOD, 300000, 20; ">
-},
-{
- Id: 13286
- AegisName: "M_Brisket_To_Throw"
- Name: "M Brisket To Throw"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 50
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <" sc_start SC_MINOR_BBQ, 300000, 20; ">
-},
-{
- Id: 13287
- AegisName: "Siroma_Icetea_To_Throw"
- Name: "Siroma Icetea To Throw"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 50
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <" sc_start SC_SIROMA_ICE_TEA, 300000, 20; ">
-},
-{
- Id: 13288
- AegisName: "Drocera_Stew_To_Throw"
- Name: "Drosera Stew To Throw"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 50
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <" sc_start SC_DROCERA_HERB_STEAMED, 300000, 20; ">
-},
-{
- Id: 13289
- AegisName: "Petti_Noodle_To_Throw"
- Name: "Petite Noodle To Throw"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 50
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <" sc_start SC_PUTTI_TAILS_NOODLES, 300000, 20; ">
-},
-{
- Id: 13290
- AegisName: "Black_Thing_To_Throw"
- Name: "Black Thing To Throw"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 50
- Job: {
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_THROWWEAPON"
- Script: <" sc_start2 SC_STOMACHACHE, 60000, rand(5,10), 75; ">
-},
-{
- Id: 13294
- AegisName: "Explosive_Kunai"
- Name: "Explosive Kunai"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 30
- Atk: 50
- Job: {
- Ninja: true
- }
- Loc: "EQP_AMMO"
- EquipLv: 100
- Subtype: "A_KUNAI"
- Script: <" bonus bAtkEle,Ele_Neutral; ">
-},
-
-//== Ninja Fuuma Shurikens =================================
-{
- Id: 13300
- AegisName: "Huuma_Bird_Wing"
- Name: "Huuma Wing Shuriken"
- Type: "IT_WEAPON"
- Buy: 90000
- Weight: 3000
- Atk: 150
- Range: 1
- Job: {
- Ninja: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 65
- Subtype: "W_HUUMA"
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAtkEle,Ele_Wind;
- bonus bDex,-2;
- bonus bAgi,-1;
- ">
-},
-{
- Id: 13301
- AegisName: "Huuma_Giant_Wheel"
- Name: "Huuma Giant Wheel Shuriken"
- Type: "IT_WEAPON"
- Buy: 40000
- Weight: 2500
- Atk: 50
- Range: 1
- Slots: 3
- Job: {
- Ninja: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 42
- Subtype: "W_HUUMA"
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus2 bAddEff,Eff_Bleeding,100;
- ">
-},
-{
- Id: 13302
- AegisName: "Huuma_Giant_Wheel_"
- Name: "Huuma Giant Wheel Shuriken"
- Type: "IT_WEAPON"
- Buy: 40000
- Weight: 2500
- Atk: 50
- Range: 1
- Slots: 4
- Job: {
- Ninja: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 42
- Subtype: "W_HUUMA"
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus2 bAddEff,Eff_Bleeding,100;
- ">
-},
-{
- Id: 13303
- AegisName: "Huuma_Blaze"
- Name: "Huuma Blaze Shuriken"
- Type: "IT_WEAPON"
- Buy: 78000
- Weight: 1500
- Atk: 185
- Range: 1
- Job: {
- Ninja: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 55
- Subtype: "W_HUUMA"
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAtkEle,Ele_Fire;
- bonus bDex,-2;
- bonus3 bAutoSpell,MG_FIREBALL,5,30;
- ">
-},
-{
- Id: 13304
- AegisName: "Huuma_Calm_Mind"
- Name: "Huuma Calm Mind"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1550
- Atk: 112
- Range: 1
- Slots: 2
- Job: {
- Ninja: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_HUUMA"
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus2 bSkillAtk,NJ_HUUMA,30;
- bonus bNoCastCancel,0;
- ">
-},
-{
- Id: 13305
- AegisName: "BF_Huuma_Shuriken1"
- Name: "Brave Huuma Front Shuriken"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 55
- Range: 1
- Job: {
- Ninja: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_HUUMA"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus bDex,1;
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 13306
- AegisName: "BF_Huuma_Shuriken2"
- Name: "Valorous Huuma Front Shuriken"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 55
- Range: 1
- Job: {
- Ninja: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_HUUMA"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,2;
- bonus bDex,1;
- bonus2 bAddRace,RC_DemiPlayer,95;
- autobonus "{ bonus2 bSkillAtk,NJ_HUUMA,100; bonus2 bSkillAtk,NJ_ISSEN,100; }",50,10000,BF_WEAPON,"{specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }";
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 13307
- AegisName: "Krieger_Huuma_Shuriken1"
- Name: "Glorious Shuriken"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 55
- Range: 1
- Job: {
- Ninja: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_HUUMA"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,95;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bMatkRate,15;
- autobonus "{ bonus2 bSkillAtk,NJ_HUUMA,100; bonus2 bSkillAtk,NJ_ISSEN,100; }",50,10000;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine()-3)*(getrefine()-3);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>8) {
- bonus5 bAutoSpellOnSkill,NJ_ISSEN,AL_HEAL,10,1000,1;
- bonus4 bAutoSpellOnSkill,NJ_HUUMA,NPC_CRITICALWOUND,2,200;
- }
-
- ">
-},
-{
- Id: 13308
- AegisName: "Huuma_Blaze_I"
- Name: "Huuma Blaze Shuriken"
- Type: "IT_WEAPON"
- Atk: 230
- Range: 1
- Job: {
- Ninja: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- Refine: false
- Subtype: "W_HUUMA"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bUnbreakableWeapon,0;
- bonus bAtkEle,Ele_Fire;
- bonus bDex,2;
- ">
-},
-{
- Id: 13309
- AegisName: "Huuma_Giant_Wheel_C"
- Name: "Huuma Giant Wheel Shuriken"
- Type: "IT_WEAPON"
- Atk: 99
- Range: 1
- Job: {
- Ninja: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 1
- Refine: false
- Subtype: "W_HUUMA"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13337
- AegisName: "Huuma_Fluttering_Snow_IL"
- Name: "Huuma_Fluttering_Snow_IL"
-},
-{
- Id: 13338
- AegisName: "Huuma_Bird_Wing_IL"
- Name: "Huuma_Bird_Wing_IL"
-},
-{
- Id: 13341
- AegisName: "Rebeginer_KO_Humma"
- Name: "Rebeginer_KO_Humma"
-},
-
-//== More One-Handed Swords ================================
-{
- Id: 13400
- AegisName: "Cutlas_"
- Name: "Cutlus"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 900
- Atk: 150
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 40
- Subtype: "W_1HSWORD"
- Script: <"
- skill SM_BASH,5;
- bonus bStr,2;
- bonus bDef,1;
- ">
-},
-{
- Id: 13401
- AegisName: "Excalibur_C"
- Name: "Excalibur"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 199
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 1
- Refine: false
- Subtype: "W_1HSWORD"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,10;
- bonus bLuk,10;
- bonus bAtkEle,Ele_Holy;
- ">
-},
-{
- Id: 13402
- AegisName: "Cutlas_C"
- Name: "Cutlus"
- Type: "IT_WEAPON"
- Buy: 2
- Atk: 185
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- Refine: false
- Subtype: "W_1HSWORD"
- Script: <"
- skill SM_BASH,5;
- bonus bStr,2;
- bonus bDef,1;
- ">
-},
-{
- Id: 13403
- AegisName: "Solar_Sword_C"
- Name: "Solar Sword"
- Type: "IT_WEAPON"
- Buy: 2
- Atk: 120
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- Refine: false
- Subtype: "W_1HSWORD"
- Script: <"
- bonus bAtkEle,Ele_Fire;
- bonus2 bHPDrainRate,1000,1;
- bonus2 bSPLossRate,15,10000;
- ">
-},
-{
- Id: 13404
- AegisName: "Platinum_Shotel"
- Name: "Platinum Shotel"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1500
- Atk: 130
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 55
- Subtype: "W_1HSWORD"
- Script: <" bonus bCritical,50; ">
-},
-{
- Id: 13405
- AegisName: "Curved_Sword"
- Name: "Curved Sword"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 800
- Atk: 125
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 55
- Subtype: "W_1HSWORD"
- Script: <"
- bonus bAspdRate,10;
- bonus2 bAddEff,Eff_Curse,300;
- ">
-},
-{
- Id: 13406
- AegisName: "Edger"
- Name: "Edger"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 120
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- Refine: false
- Subtype: "W_1HSWORD"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus2 bAddRace, RC_All, 50; ">
-},
-{
- Id: 13407
- AegisName: "Nagan_C"
- Name: "Refined Nagan"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 148
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- Refine: false
- Subtype: "W_1HSWORD"
- Script: <"
- skill TF_DOUBLE,5;
- bonus bDoubleRate,25;
- bonus2 bAddRace,RC_DemiPlayer,40;
- ">
-},
-{
- Id: 13408
- AegisName: "Fire_Brand_C"
- Name: "Refined Fireblend"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 120
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- Refine: false
- Subtype: "W_1HSWORD"
- Script: <"
- bonus bAtkEle,Ele_Fire;
- bonus bInt,2;
- skill MG_FIREBOLT,5;
- bonus3 bAutoSpell,MG_FIREBOLT,5,100;
- ">
-},
-{
- Id: 13409
- AegisName: "Immaterial_Sword_C"
- Name: "Refined Immaterial Sword"
- Type: "IT_WEAPON"
- Buy: 1
- Atk: 160
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- Refine: false
- Subtype: "W_1HSWORD"
- Script: <"
- bonus bAtkEle, Ele_Ghost;
- bonus2 bSPVanishRate, 45, 30;
- bonus bSPDrainValue, -1;
- bonus bUnbreakableWeapon, 1;
- ">
-},
-{
- Id: 13410
- AegisName: "BF_Sword1"
- Name: "Valorous Gladiator Blade"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 115
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_1HSWORD"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bDex,1;
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 13411
- AegisName: "BF_Sword2"
- Name: "Brave Gladiator Blade"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 115
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 80
- Subtype: "W_1HSWORD"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bStr,1;
- bonus bDex,1;
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus bMatkRate,10;
- bonus bUnbreakableWeapon,0;
- ">
-},
-{
- Id: 13412
- AegisName: "Twin_Edge_B"
- Name: "Twin Edge of Naght Sieger"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1500
- Atk: 150
- Range: 1
- Slots: 3
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 75
- Subtype: "W_1HSWORD"
- Script: <"
- bonus bAtkEle,Ele_Water;
- skill MG_FROSTDIVER,5;
- autobonus "{ bonus bIgnoreDefRace,RC_NonBoss; }",50,5000;
- ">
-},
-{
- Id: 13413
- AegisName: "Twin_Edge_R"
- Name: "Twin Edge of Naght Sieger"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1500
- Atk: 160
- Range: 1
- Slots: 3
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 75
- Subtype: "W_1HSWORD"
- Script: <"
- bonus bAtkEle,Ele_Fire;
- skill WZ_METEOR,3;
- autobonus "{ bonus bIgnoreDefRace,RC_NonBoss; }",50,5000;
- ">
-},
-{
- Id: 13414
- AegisName: "Elemental_Sword"
- Name: "Elemental Sword"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1200
- Atk: 105
- Range: 1
- Slots: 3
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 70
- Subtype: "W_1HSWORD"
- Script: <"
- bonus bStr,2;
- bonus bInt,4;
- bonus bDex,1;
- bonus bMatkRate,5;
- bonus2 bAddEle,Ele_Neutral,10;
- bonus3 bAutoSpell,MG_COLDBOLT,3,50;
- bonus4 bAutoSpellOnSkill,MG_COLDBOLT,MG_FIREBOLT,3,1000;
- bonus4 bAutoSpellOnSkill,MG_FIREBOLT,MG_LIGHTNINGBOLT,3,1000;
- bonus4 bAutoSpellOnSkill,MG_LIGHTNINGBOLT,WZ_EARTHSPIKE,3,1000;
- ">
-},
-{
- Id: 13415
- AegisName: "N_Falchion"
- Name: "Novice Falchion"
- Type: "IT_WEAPON"
- Atk: 59
- Range: 1
- Slots: 3
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 1
- EquipLv: 2
- Refine: false
- Subtype: "W_1HSWORD"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13416
- AegisName: "Krieger_Onehand_Sword1"
- Name: "Glorious Flamberge"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 130
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_1HSWORD"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddRace,RC_DemiPlayer,75;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,20;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine()-4)*(getrefine()-4);
- bonus2 bIgnoreDefRate,RC_DemiPlayer,5;
- }
- if(getrefine()>6) bonus bAspdRate,5;
- if(getrefine()>8) {
- bonus bAspdRate,5;
- bonus4 bAutoSpellOnSkill,SM_BASH,NPC_CRITICALWOUND,2,200;
- }
-
- ">
-},
-{
- Id: 13417
- AegisName: "Krieger_Onehand_Sword2"
- Name: "Glorious Rapier"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 130
- Range: 1
- Job: {
- Novice: true
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_1HSWORD"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,getrefine()-5;
- bonus bMatkRate,10;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) bonus bUseSPrate,-10;
- if(getrefine()>8) bonus bInt,5;
- ">
-},
-{
- Id: 13418
- AegisName: "Krieger_Onehand_Sword3"
- Name: "Glorious Holy Avenger"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 130
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 80
- Subtype: "W_1HSWORD"
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus bInt,getrefine()-5;
- bonus bMatkRate,10;
- bonus bUnbreakableWeapon,0;
- if(getrefine()>5) bonus bUseSPrate,-10;
- if(getrefine()>8) bonus4 bAutoSpellOnSkill,PA_PRESSURE,PR_LEXDIVINA,1,1000;
- if(getrefine()>9) bonus bInt,5;
- ">
-},
-{
- Id: 13419
- AegisName: "Holy_Saber"
- Name: "Holy saber"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 160
- Range: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- Refine: false
- Subtype: "W_1HSWORD"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13420
- AegisName: "Honglyuns_Sword"
- Name: "Honglyun's Sword"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1200
- Atk: 160
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 70
- Subtype: "W_1HSWORD"
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- bonus bAtkEle,Ele_Fire;
- bonus bStr,2;
- bonus bInt,2;
- ">
-},
-{
- Id: 13421
- AegisName: "Ruber"
- Name: "Ruber"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 1500
- Atk: 170
- Range: 1
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Knight: true
- Blacksmith: true
- Crusader: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 50
- Subtype: "W_1HSWORD"
- Script: <" autobonus "{ bonus2 bSkillAtk,KN_BOWLINGBASH,20; bonus2 bSkillAtk,SM_BASH,20; }",5,15000,BF_WEAPON,"{ specialeffect(EF_ENHANCE, AREA, playerattached()); }"; ">
-},
-{
- Id: 13422
- AegisName: "Flamberge_C"
- Name: "Flamberge"
- Type: "IT_WEAPON"
- Atk: 185
- Range: 1
- Job: {
- Knight: true
- Crusader: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 1
- Refine: false
- Subtype: "W_1HSWORD"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" bonus bUnbreakableWeapon,0; ">
-},
-{
- Id: 13469
- AegisName: "Immaterial_Sword_IL"
- Name: "Immaterial_Sword_IL"
-},
-{
- Id: 13483
- AegisName: "Rebeginer_GN_Sword"
- Name: "Rebeginer_GN_Sword"
-},
-{
- Id: 13493
- AegisName: "Cannon_Rapier_OS"
- Name: "Cannon_Rapier_OS"
-},
-{
- Id: 13495
- AegisName: "Evt_Bluefire_Sword"
- Name: "Evt_Bluefire_Sword"
-},
-
-//== More Cash Shop Items ==================================
-{
- Id: 13500
- AegisName: "Insurance60_Package"
- Name: "Life Insurrance Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14500,10; ">
-},
-{
- Id: 13501
- AegisName: "Assorted_Scroll_Box"
- Name: "Experience Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
-},
-{
- Id: 13502
- AegisName: "Drooping_Kitty_Box"
- Name: "Refined Drooping Cat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5279,604800; ">
-},
-{
- Id: 13503
- AegisName: "Magestic_Goat_Box"
- Name: "Baphomet Horns Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5280,604800; ">
-},
-{
- Id: 13504
- AegisName: "Deviruchi_Cap_Box"
- Name: "Refined Deviruchi Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5281,604800; ">
-},
-{
- Id: 13505
- AegisName: "Executioner_Box"
- Name: "Executioner Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1174,604800; ">
-},
-{
- Id: 13506
- AegisName: "Brood_Axe_Box"
- Name: "Refined Bloody Axe Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1373,604800; ">
-},
-{
- Id: 13507
- AegisName: "Tomahawk_Box"
- Name: "Tomahawk Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1374,604800; ">
-},
-{
- Id: 13508
- AegisName: "Bow_Of_Rudra_Box"
- Name: "Rudra Bow Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1729,604800; ">
-},
-{
- Id: 13509
- AegisName: "Cutlas_Box"
- Name: "Cutlus Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 13402,604800; ">
-},
-{
- Id: 13510
- AegisName: "Solar_Sword_Box"
- Name: "Solar Sword Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 13403,604800; ">
-},
-{
- Id: 13511
- AegisName: "Sword_Breaker_Box"
- Name: "Refined Swordbreaker Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 13024,604800; ">
-},
-{
- Id: 13512
- AegisName: "Mail_Breaker_Box"
- Name: "Refined Mailbreaker Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 13025,604800; ">
-},
-{
- Id: 13513
- AegisName: "Moonlight_Sword_Box"
- Name: "Moonlight Dagger Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 13026,604800; ">
-},
-{
- Id: 13514
- AegisName: "Spanner_Box"
- Name: "Wrench Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1534,604800; ">
-},
-{
- Id: 13515
- AegisName: "Grape_Box"
- Name: "Grape Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 514,10; ">
-},
-{
- Id: 13516
- AegisName: "Royal_Jelly_Box"
- Name: "Royal Jelly Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 526,5; ">
-},
-{
- Id: 13517
- AegisName: "Yggdrasilberry_Box"
- Name: "Yggdrasil Berry Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 607,3; ">
-},
-{
- Id: 13518
- AegisName: "Weapon_Card_Scroll_Box"
- Name: "Weapon Card Pet Egg Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 13558,1; ">
-},
-{
- Id: 13519
- AegisName: "Armor_Card_Scroll_Box"
- Name: "Armor Card Pet Egg Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 13559,1; ">
-},
-{
- Id: 13520
- AegisName: "Helmet_Card_Scroll_Box"
- Name: "Helmet Card Pet Egg Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 13560,1; ">
-},
-{
- Id: 13521
- AegisName: "Hood_Card_Scroll_Box"
- Name: "Garment Card Pet Egg Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 13561,1; ">
-},
-{
- Id: 13522
- AegisName: "Hood_Card_Scroll_Box2"
- Name: "Shield Card Pet Egg Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 13562,1; ">
-},
-{
- Id: 13523
- AegisName: "Shoes_Card_Scroll_Box"
- Name: "Shoes Card Pet Egg Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 13563,1; ">
-},
-{
- Id: 13524
- AegisName: "Accy_Card_Scroll_Box"
- Name: "Accessory Card Pet Egg Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 13564,1; ">
-},
-{
- Id: 13525
- AegisName: "Zeny_Scroll_Box"
- Name: "Zeny Pet Egg Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14508,1; ">
-},
-{
- Id: 13526
- AegisName: "Pet_Egg_Scroll_Box1_"
- Name: "Pet Egg Scroll Box 12"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12925,30; ">
-},
-{
- Id: 13527
- AegisName: "Pet_Egg_Scroll_Box2_"
- Name: "Pet Egg Scroll Box 13"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12926,30; ">
-},
-{
- Id: 13528
- AegisName: "Pet_Egg_Scroll_Box3_"
- Name: "Pet Egg Scroll Box 14"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12932,30; ">
-},
-{
- Id: 13529
- AegisName: "Pet_Egg_Scroll_Box4_"
- Name: "Pet Egg Scroll Box 15"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12933,30; ">
-},
-{
- Id: 13530
- AegisName: "Pet_Egg_Scroll_Box5_"
- Name: "Pet Egg Scroll Box 16"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12934,30; ">
-},
-{
- Id: 13531
- AegisName: "Light_Red_Pot_Box"
- Name: "Light Red Potion Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 598,50; ">
-},
-{
- Id: 13532
- AegisName: "Light_Orange_Pot_Box"
- Name: "Light Orange Potion Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 599,50; ">
-},
-{
- Id: 13533
- AegisName: "Light_Yellow_Pot_Box"
- Name: "Light Yellow Potion Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 11500,50; ">
-},
-{
- Id: 13534
- AegisName: "Light_White_Pot_Box"
- Name: "Light White Potion Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 11501,50; ">
-},
-{
- Id: 13535
- AegisName: "Light_Center_Pot_Box"
- Name: "Light Concentration Potion Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem Light_Center_Pot, 20; ">
-},
-{
- Id: 13536
- AegisName: "Light_Awakening_Pot_Box"
- Name: "Light Awakening Potion Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem Light_Awakening_Pot, 20; ">
-},
-{
- Id: 13537
- AegisName: "Light_Berserk_Pot_Box"
- Name: "Light Berserk Potion Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem Light_Berserk_Pot, 20; ">
-},
-{
- Id: 13538
- AegisName: "Meteor_10_Scroll_Box"
- Name: "Meteor Storm Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14512,1; ">
-},
-{
- Id: 13539
- AegisName: "Storm_10_Scroll_Box"
- Name: "Storm Gust Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14513,1; ">
-},
-{
- Id: 13540
- AegisName: "Vermilion_10_Scroll_Box"
- Name: "Lord of Vermilion Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14514,1; ">
-},
-{
- Id: 13541
- AegisName: "Lex_Aeterna_Scroll_Box"
- Name: "Lex Aeterna Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14515,1; ">
-},
-{
- Id: 13542
- AegisName: "Magnificat_5_Scroll_Box"
- Name: "Magnificat Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14516,1; ">
-},
-{
- Id: 13543
- AegisName: "CP_Helm_Scroll_Box"
- Name: "Chemical Protection Helm Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 14517,10;
- getitem 7139,10;
- ">
-},
-{
- Id: 13544
- AegisName: "CP_Shield_Scroll_Box"
- Name: "Chemical Protection Shield Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 14518,10;
- getitem 7139,10;
- ">
-},
-{
- Id: 13545
- AegisName: "CP_Armor_Scroll_Box"
- Name: "Chemical Protection Armor Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 14519,10;
- getitem 7139,10;
- ">
-},
-{
- Id: 13546
- AegisName: "CP_Weapon_Scroll_Box"
- Name: "Chemical Protection Weapon Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 14520,10;
- getitem 7139,10;
- ">
-},
-{
- Id: 13547
- AegisName: "Repair_Scroll_Box"
- Name: "Repair Weapon Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- getitem 14587,5;
- getitem 1002,5;
- getitem 998,5;
- getitem 756,5;
- getitem 999,5;
- ">
-},
-{
- Id: 13548
- AegisName: "Big_Bun_Box"
- Name: "Big Bun Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14522,10; ">
-},
-{
- Id: 13549
- AegisName: "Pill__Box"
- Name: "Pill Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14523,10; ">
-},
-{
- Id: 13550
- AegisName: "Superb_Fish_Slice_Box"
- Name: "Fish Slice Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14524,10; ">
-},
-{
- Id: 13551
- AegisName: "Chewy_Ricecake_Box"
- Name: "Chewy Ricecake Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14525,10; ">
-},
-{
- Id: 13552
- AegisName: "Oriental_Pastry_Box"
- Name: "Pastry Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14526,10; ">
-},
-{
- Id: 13553
- AegisName: "Dun_Tele_Scroll1_Box"
- Name: "Dungeon Teleport Scroll 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14527,5; ">
-},
-{
- Id: 13554
- AegisName: "Weapon_Card_Scroll_Box2"
- Name: "Weapon Card Pet Egg Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 13565,1; ">
-},
-{
- Id: 13555
- AegisName: "Weapon_Card_Scroll_Box3"
- Name: "Weapon Card Pet Egg Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 13566,1; ">
-},
-{
- Id: 13556
- AegisName: "Armor_Card_Scroll_Box2"
- Name: "Armor Card Pet Egg Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 13567,1; ">
-},
-{
- Id: 13557
- AegisName: "Accy_Card_Scroll_Box2"
- Name: "Accessory Card Pet Egg Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 13568,1; ">
-},
-{
- Id: 13558
- AegisName: "Weapon_Card_Scroll"
- Name: "Weapon Card Pet Egg Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 13559
- AegisName: "Armor_Card_Scroll"
- Name: "Armor Card Pet Egg Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 13560
- AegisName: "Helmet_Card_Scroll"
- Name: "Helmet Card Pet Egg Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 13561
- AegisName: "Hood_Card_Scroll"
- Name: "Garment Card Pet Egg Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 13562
- AegisName: "Hood_Card_Scroll2"
- Name: "Shield Card Pet Egg Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 13563
- AegisName: "Shoes_Card_Scroll"
- Name: "Shoes Card Pet Egg Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 13564
- AegisName: "Accy_Card_Scroll"
- Name: "Accessory Card Pet Egg Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 13565
- AegisName: "Weapon_Card_Scroll2"
- Name: "Weapon Card Pet Egg Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 13566
- AegisName: "Weapon_Card_Scroll3"
- Name: "Weapon Card Pet Egg Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 13567
- AegisName: "Armor_Card_Scroll2"
- Name: "Armor Card Pet Egg Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 13568
- AegisName: "Accy_Card_Scroll2"
- Name: "Accessory Card Pet Egg Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 13569
- AegisName: "PVP_Tele_Scroll_Box"
- Name: "PVP Teleport Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14528,10; ">
-},
-{
- Id: 13570
- AegisName: "Giant_Fly_Wing_Box50"
- Name: "Giant Fly Wing 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12212,50; ">
-},
-{
- Id: 13571
- AegisName: "Giant_Fly_Wing_Box100"
- Name: "Giant Fly Wing 100 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12212,100; ">
-},
-{
- Id: 13572
- AegisName: "Dex_Dish_Box30"
- Name: "Hwergelmir's Tonic 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12205,30; ">
-},
-{
- Id: 13573
- AegisName: "Dex_Dish_Box50"
- Name: "Hwergelmir's Tonic 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12205,50; ">
-},
-{
- Id: 13574
- AegisName: "Luk_Dish_Box30"
- Name: "Nine Tail Dish 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12206,30; ">
-},
-{
- Id: 13575
- AegisName: "Luk_Dish_Box50"
- Name: "Nine Tail Dish 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12206,50; ">
-},
-{
- Id: 13576
- AegisName: "Inc_Agi_10_Box30"
- Name: "Increase Agility Scroll 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12216,30; ">
-},
-{
- Id: 13577
- AegisName: "Inc_Agi_10_Box50"
- Name: "Increase Agility Scroll 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12216,50; ">
-},
-{
- Id: 13578
- AegisName: "Vit_Dish_Box30"
- Name: "Stew of Immortality 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12207,30; ">
-},
-{
- Id: 13579
- AegisName: "Vit_Dish_Box50"
- Name: "Stew of Immortality 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12207,50; ">
-},
-{
- Id: 13580
- AegisName: "Insurance_Package30"
- Name: "Life Insurrance 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12209,30; ">
-},
-{
- Id: 13581
- AegisName: "Insurance_Package50"
- Name: "Life Insurrance 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12209,50; ">
-},
-{
- Id: 13582
- AegisName: "Convex_Mirror_Box5"
- Name: "Convex Mirror 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12214,5; ">
-},
-{
- Id: 13583
- AegisName: "Convex_Mirror_Box30"
- Name: "Convex Mirror 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12214,30; ">
-},
-{
- Id: 13584
- AegisName: "Blessing10_Box30"
- Name: "Blessing Scroll 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12215,30; ">
-},
-{
- Id: 13585
- AegisName: "Blessing10_Box50"
- Name: "Blessing Scroll 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12215,50; ">
-},
-{
- Id: 13586
- AegisName: "Adrenaline10_Box30"
- Name: "Adrenaline Rush Scroll 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12220,30; ">
-},
-{
- Id: 13587
- AegisName: "Adrenaline10_Box50"
- Name: "Adrenaline Rush Scroll 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12220,50; ">
-},
-{
- Id: 13588
- AegisName: "Assumptio_5_Box30"
- Name: "Assumptio Scroll 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12218,30; ">
-},
-{
- Id: 13589
- AegisName: "Assumptio_5_Box50"
- Name: "Assumptio Scroll 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12218,50; ">
-},
-{
- Id: 13590
- AegisName: "Aspersio_5_Box30"
- Name: "Aspersio Scroll 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12217,30; ">
-},
-{
- Id: 13591
- AegisName: "Aspersio_5_Box50"
- Name: "Aspersio Scroll 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12217,50; ">
-},
-{
- Id: 13592
- AegisName: "Agi_Dish_Box30"
- Name: "Steamed Scorpion 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12203,30; ">
-},
-{
- Id: 13593
- AegisName: "Agi_Dish_Box50"
- Name: "Steamed Scorpion 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12203,50; ">
-},
-{
- Id: 13594
- AegisName: "Wind_Walk10_Box30"
- Name: "Wind Walk Scroll 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12219,30; ">
-},
-{
- Id: 13595
- AegisName: "Wind_Walk10_Box50"
- Name: "Wind Walk Scroll 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12219,50; ">
-},
-{
- Id: 13596
- AegisName: "Int_Dish_Box30"
- Name: "Dragon Breath Cocktail 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12204,30; ">
-},
-{
- Id: 13597
- AegisName: "Int_Dish_Box50"
- Name: "Dragon Breath Cocktail 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12204,50; ">
-},
-{
- Id: 13598
- AegisName: "Battle_Manual_Box1"
- Name: "Field Manual Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12208,1; ">
-},
-{
- Id: 13599
- AegisName: "Battle_Manual_Box5"
- Name: "Field Manual 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12208,5; ">
-},
-{
- Id: 13600
- AegisName: "Siegfried_Box5"
- Name: "Token of Siegfried 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 7621,5; ">
-},
-{
- Id: 13601
- AegisName: "Siegfried_Box20"
- Name: "Token of Siegfried 20 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 7621,20; ">
-},
-{
- Id: 13602
- AegisName: "Kafra_Card_Box30"
- Name: "Kafra Card 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12211,30; ">
-},
-{
- Id: 13603
- AegisName: "Kafra_Card_Box50"
- Name: "Kafra Card 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12211,50; ">
-},
-{
- Id: 13604
- AegisName: "Str_Dish_Box30"
- Name: "Steamed Tongue 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12202,30; ">
-},
-{
- Id: 13605
- AegisName: "Str_Dish_Box50"
- Name: "Steamed Tongue 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12202,50; ">
-},
-{
- Id: 13606
- AegisName: "Bubble_Gum_Box1"
- Name: "Bubble Gum Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12210,1; ">
-},
-{
- Id: 13607
- AegisName: "Bubble_Gum_Box5"
- Name: "Bubble Gum 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12210,5; ">
-},
-{
- Id: 13608
- AegisName: "Megaphone_Box1"
- Name: "Megaphone Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12221,1; ">
-},
-{
- Id: 13609
- AegisName: "Megaphone_Box5"
- Name: "Megaphone 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12221,5; ">
-},
-{
- Id: 13610
- AegisName: "Enriched_Elunium_Box5"
- Name: "Enriched Elunium 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 7619,5; ">
-},
-{
- Id: 13611
- AegisName: "Enriched_Oridecon_Box5"
- Name: "Enriched Oridecon 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 7620,5; ">
-},
-{
- Id: 13612
- AegisName: "Handcuff_Box"
- Name: "Arrest Handcuffs Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 2706,1; ">
-},
-{
- Id: 13613
- AegisName: "Super_Pet_Egg_Box1"
- Name: "Super Pet Egg Box 1"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 13617,1; ">
-},
-{
- Id: 13614
- AegisName: "Super_Pet_Egg_Box2"
- Name: "Super Pet Egg Box 2"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 13618,1; ">
-},
-{
- Id: 13615
- AegisName: "Super_Pet_Egg_Box3"
- Name: "Super Pet Egg Box 3"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 13619,1; ">
-},
-{
- Id: 13616
- AegisName: "Super_Pet_Egg_Box4"
- Name: "Super Pet Egg Box 4"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 13620,1; ">
-},
-{
- Id: 13617
- AegisName: "Super_Pet_Egg1"
- Name: "Super Pet Egg 1"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 13618
- AegisName: "Super_Pet_Egg2"
- Name: "Super Pet Egg 2"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 13619
- AegisName: "Super_Pet_Egg3"
- Name: "Super Pet Egg 3"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 13620
- AegisName: "Super_Pet_Egg4"
- Name: "Super Pet Egg 4"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 13621
- AegisName: "Greed_Box30"
- Name: "Greed Scroll 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14529,30; ">
-},
-{
- Id: 13622
- AegisName: "Greed_Box50"
- Name: "Greed Scroll 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14529,50; ">
-},
-{
- Id: 13623
- AegisName: "Greed_Box100"
- Name: "Greed Scroll 100 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14529,100; ">
-},
-{
- Id: 13624
- AegisName: "Flee_30_Scroll_Box"
- Name: "Evasion Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem Flee_30_Scroll,1; ">
-},
-{
- Id: 13625
- AegisName: "Accuracy_30_Scroll_Box"
- Name: "Concentration Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem Accuracy_30_Scroll,1; ">
-},
-{
- Id: 13626
- AegisName: "Super_Card_Pet_Egg_Box1"
- Name: "Super Card Pet Egg Box 1"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 13630,1; ">
-},
-{
- Id: 13627
- AegisName: "Super_Card_Pet_Egg_Box2"
- Name: "Super Card Pet Egg Box 2"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 13631,1; ">
-},
-{
- Id: 13628
- AegisName: "Super_Card_Pet_Egg_Box3"
- Name: "Super Card Pet Egg Box 3"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 13632,1; ">
-},
-{
- Id: 13629
- AegisName: "Super_Card_Pet_Egg_Box4"
- Name: "Super Card Pet Egg Box 4"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 13633,1; ">
-},
-{
- Id: 13630
- AegisName: "Super_Card_Pet_Egg1"
- Name: "Super Card Pet Egg 1"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 13631
- AegisName: "Super_Card_Pet_Egg2"
- Name: "Super Card Pet Egg 2"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 13632
- AegisName: "Super_Card_Pet_Egg3"
- Name: "Super Card Pet Egg 3"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 13633
- AegisName: "Super_Card_Pet_Egg4"
- Name: "Super Card Pet Egg 4"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 13634
- AegisName: "Vigorgra_Package1"
- Name: "1 Hour Package Vol. 1"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 12250,2;
- getitem 12251,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12216,15;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 13635
- AegisName: "Vigorgra_Package2"
- Name: "1 Hour Package Vol. 2"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 12250,2;
- getitem 12255,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12216,15;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 13636
- AegisName: "Vigorgra_Package3"
- Name: "1 Hour Package Vol. 3"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 12252,2;
- getitem 12253,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12216,15;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 13637
- AegisName: "Vigorgra_Package4"
- Name: "1 Hour Package Vol. 4"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 12252,2;
- getitem 12255,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12216,15;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 13638
- AegisName: "Vigorgra_Package5"
- Name: "1 Hour Package Vol. 5"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 12252,2;
- getitem 12250,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12216,15;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 13639
- AegisName: "Vigorgra_Package6"
- Name: "1 Hour Package Vol. 6"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 12250,2;
- getitem 12251,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12217,20;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 13640
- AegisName: "Vigorgra_Package7"
- Name: "2 Hour Package Vol. 1"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 12250,4;
- getitem 12251,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12216,30;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 13641
- AegisName: "Vigorgra_Package8"
- Name: "2 Hour Package Vol. 2"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 12250,4;
- getitem 12255,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12216,30;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 13642
- AegisName: "Vigorgra_Package9"
- Name: "2 Hour Package Vol. 3"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 12252,4;
- getitem 12253,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12216,30;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 13643
- AegisName: "Vigorgra_Package10"
- Name: "2 Hour Package Vol. 4"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 12252,4;
- getitem 12255,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12216,30;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 13644
- AegisName: "Vigorgra_Package11"
- Name: "2 Hour Package Vol. 5"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 12252,4;
- getitem 12250,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12216,30;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 13645
- AegisName: "Vigorgra_Package12"
- Name: "2 Hour Package Vol. 6"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 12250,4;
- getitem 12251,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12217,40;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 13646
- AegisName: "Infiltrator_Box1"
- Name: "Refined Infiltrator Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1267,604800; ">
-},
-{
- Id: 13647
- AegisName: "Muramasa_Box1"
- Name: "Refined Muramasa Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1173,604800; ">
-},
-{
- Id: 13648
- AegisName: "Excalibur_Box1"
- Name: "Refined Excalibur Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 13401,604800; ">
-},
-{
- Id: 13649
- AegisName: "Combat_Knife_Box1"
- Name: "Refined Combat Knife Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 13021,604800; ">
-},
-{
- Id: 13650
- AegisName: "Counter_Dagger_Box1"
- Name: "Refined Dagger of Counter Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 13022,604800; ">
-},
-{
- Id: 13651
- AegisName: "Kaiser_Knuckle_Box1"
- Name: "Refined Kaiser Knuckle Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1817,604800; ">
-},
-{
- Id: 13652
- AegisName: "Pole_Axe_Box1"
- Name: "Refined Pole Axe Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1419,604800; ">
-},
-{
- Id: 13653
- AegisName: "Mighty_Staff_Box1"
- Name: "Refined Mighty Staff Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1623,604800; ">
-},
-{
- Id: 13654
- AegisName: "Right_Epsilon_Box1"
- Name: "Refined Light Epsilon Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1372,604800; ">
-},
-{
- Id: 13655
- AegisName: "Balistar_Box1"
- Name: "Refined Ballista Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1728,604800; ">
-},
-{
- Id: 13656
- AegisName: "Diary_Of_Sage_Box1"
- Name: "Refined Sage's Diary Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1563,604800; ">
-},
-{
- Id: 13657
- AegisName: "Asura_Box1"
- Name: "Refined Ashura Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 13023,604800; ">
-},
-{
- Id: 13658
- AegisName: "Apple_Of_Archer_Box1"
- Name: "Refined Apple of Archer Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5265,1209600; ">
-},
-{
- Id: 13659
- AegisName: "Bunny_Band_Box1"
- Name: "Refined Bunny Band Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5266,1209600; ">
-},
-{
- Id: 13660
- AegisName: "Sahkkat_Box1"
- Name: "Refined Sakkat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5267,1209600; ">
-},
-{
- Id: 13661
- AegisName: "Lord_Circlet_Box1"
- Name: "Refined Grand Circlet Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5268,1209600; ">
-},
-{
- Id: 13662
- AegisName: "Elven_Ears_Box1"
- Name: "Refined Elven Ears Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 2686,1209600; ">
-},
-{
- Id: 13663
- AegisName: "Steel_Flower_Box1"
- Name: "Refined Romantic Flower Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 2687,1209600; ">
-},
-{
- Id: 13664
- AegisName: "Critical_Ring_Box1"
- Name: "Refined Critical Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 2688,604800; ">
-},
-{
- Id: 13665
- AegisName: "Earring_Box1"
- Name: "Refined Earring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 2689,604800; ">
-},
-{
- Id: 13666
- AegisName: "Ring_Box1"
- Name: "Refined Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 2690,604800; ">
-},
-{
- Id: 13667
- AegisName: "Necklace_Box1"
- Name: "Refined Necklace Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 2691,604800; ">
-},
-{
- Id: 13668
- AegisName: "Glove_Box1"
- Name: "Refined Glove Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 2692,604800; ">
-},
-{
- Id: 13669
- AegisName: "Brooch_Box1"
- Name: "Refined Brooch Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 2693,604800; ">
-},
-{
- Id: 13670
- AegisName: "Rosary_Box1"
- Name: "Refined Rosary Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 2694,604800; ">
-},
-{
- Id: 13671
- AegisName: "Safety_Ring_Box1"
- Name: "Refined Safety Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 2695,604800; ">
-},
-{
- Id: 13672
- AegisName: "Vesper_Core01_Box1"
- Name: "Refined Vesper Core 01 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 2696,604800; ">
-},
-{
- Id: 13673
- AegisName: "Vesper_Core02_Box1"
- Name: "Refined Vesper Core 02 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 2697,604800; ">
-},
-{
- Id: 13674
- AegisName: "Vesper_Core03_Box1"
- Name: "Refined Vesper Core 03 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 2698,604800; ">
-},
-{
- Id: 13675
- AegisName: "Vesper_Core04_Box1"
- Name: "Refined Vesper Core 04 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 2699,604800; ">
-},
-{
- Id: 13676
- AegisName: "Drooping_Kitty_Box1"
- Name: "Refined Drooping Cat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5279,1209600; ">
-},
-{
- Id: 13677
- AegisName: "Magestic_Goat_Box1"
- Name: "Refined Majestic Goat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5280,1209600; ">
-},
-{
- Id: 13678
- AegisName: "Deviruchi_Cap_Box1"
- Name: "Refined Deviruchi Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5281,1209600; ">
-},
-{
- Id: 13679
- AegisName: "Executioner_Box1"
- Name: "Refined Executioner Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1174,604800; ">
-},
-{
- Id: 13680
- AegisName: "Brood_Axe_Box1"
- Name: "Refined Bloody Axe Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1373,604800; ">
-},
-{
- Id: 13681
- AegisName: "Tomahawk_Box1"
- Name: "Refined Tomahawk Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1374,604800; ">
-},
-{
- Id: 13682
- AegisName: "Bow_Of_Rudra_Box1"
- Name: "Refined Rudra Bow Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1729,604800; ">
-},
-{
- Id: 13683
- AegisName: "Cutlas_Box1"
- Name: "Refined Cutlus Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 13402,604800; ">
-},
-{
- Id: 13684
- AegisName: "Solar_Sword_Box1"
- Name: "Refined Solar Sword Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 13403,604800; ">
-},
-{
- Id: 13685
- AegisName: "Sword_Breaker_Box1"
- Name: "Refined Swordbreaker Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 13024,604800; ">
-},
-{
- Id: 13686
- AegisName: "Mail_Breaker_Box1"
- Name: "Refined Mailbreaker Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 13025,604800; ">
-},
-{
- Id: 13687
- AegisName: "Moonlight_Sword_Box1"
- Name: "Refined Moonlight Dagger Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 13026,604800; ">
-},
-{
- Id: 13688
- AegisName: "Spanner_Box1"
- Name: "Refined Wrench Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1534,604800; ">
-},
-{
- Id: 13689
- AegisName: "Bok_Choy_Box"
- Name: "Bok Choy Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7766,100; ">
-},
-{
- Id: 13690
- AegisName: "Chung_E_Cake_Box"
- Name: "Green Maiden Cake Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7767,100; ">
-},
-{
- Id: 13691
- AegisName: "Freyja_Overcoat_Box"
- Name: "Freya's Clothes Box"
- Type: "IT_CASH"
- Weight: 10
- Script: <" rentitem 2369,604800; ">
-},
-{
- Id: 13692
- AegisName: "Freyja_Boots_Box"
- Name: "Freya's Boots Box"
- Type: "IT_CASH"
- Weight: 10
- Script: <" rentitem 2428,604800; ">
-},
-{
- Id: 13693
- AegisName: "Freyja_Cape_Box"
- Name: "Freya's Manteau Box"
- Type: "IT_CASH"
- Weight: 10
- Script: <" rentitem 2533,604800; ">
-},
-{
- Id: 13694
- AegisName: "Freyja_Crown_Box"
- Name: "Freya's Crown Box"
- Type: "IT_CASH"
- Weight: 10
- Script: <" rentitem 5306,604800; ">
-},
-{
- Id: 13695
- AegisName: "Battle_Manual25_Box"
- Name: "Field Manual 25% Box"
- Type: "IT_CASH"
- Weight: 10
- Script: <" getitem 14532,10; ">
-},
-{
- Id: 13696
- AegisName: "Battle_Manual100_Box"
- Name: "Field Manual 100% Box"
- Type: "IT_CASH"
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14533,10; ">
-},
-{
- Id: 13697
- AegisName: "J_Blessing10_Box"
- Name: "Blessing Scroll 10 Box"
- Type: "IT_CASH"
- Weight: 10
- Script: <" getitem 12215,10; ">
-},
-{
- Id: 13698
- AegisName: "J_Inc_Agi10_Box"
- Name: "Increase Agility Scroll 10 Box"
- Type: "IT_CASH"
- Weight: 10
- Script: <" getitem 12216,10; ">
-},
-{
- Id: 13699
- AegisName: "J_Wind_Walk10_Box"
- Name: "Wind Walk Scroll 10 Box"
- Type: "IT_CASH"
- Weight: 10
- Script: <" getitem 12219,10; ">
-},
-{
- Id: 13700
- AegisName: "J_Adrenaline10_Box"
- Name: "Adrenaline Rush Scroll 10 Box"
- Type: "IT_CASH"
- Weight: 10
- Script: <" getitem 12220,10; ">
-},
-{
- Id: 13701
- AegisName: "Pet_Egg_Scroll12"
- Name: "Pet Egg Scroll 12"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 13702
- AegisName: "Pet_Egg_Scroll13"
- Name: "Pet Egg Scroll 13"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 13703
- AegisName: "Pet_Egg_Scroll14"
- Name: "Pet Egg Scroll 14"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 13704
- AegisName: "Super_Pet_Egg5"
- Name: "Super Pet Egg 5"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13705
- AegisName: "Super_Pet_Egg6"
- Name: "Super Pet Egg 6"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13706
- AegisName: "Super_Pet_Egg7"
- Name: "Super Pet Egg 7"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13707
- AegisName: "Super_Pet_Egg8"
- Name: "Super Pet Egg 8"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 13708
- AegisName: "Pet_Egg_Scroll_E"
- Name: "Pet Egg Scroll E"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 13709
- AegisName: "BRO_Package_1"
- Name: "BRO Package Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 13710
- AegisName: "Max_Weight_Up_Box"
- Name: "Gym Pass Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 7776,10; ">
-},
-{
- Id: 13711
- AegisName: "Small_Life_Potion_Box"
- Name: "Small Life Potion 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14534,10; ">
-},
-{
- Id: 13712
- AegisName: "Small_Life_Potion_Box30"
- Name: "Small Life Potion 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14534,30; ">
-},
-{
- Id: 13713
- AegisName: "Small_Life_Potion_Box50"
- Name: "Small Life Potion 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14534,50; ">
-},
-{
- Id: 13714
- AegisName: "Med_Life_Potion_Box"
- Name: "Medium Life Potion 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14535,10; ">
-},
-{
- Id: 13715
- AegisName: "Med_Life_Potion_Box30"
- Name: "Medium Life Potion 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14535,30; ">
-},
-{
- Id: 13716
- AegisName: "Med_Life_Potion_Box50"
- Name: "Medium Life Potion 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14535,50; ">
-},
-{
- Id: 13717
- AegisName: "Abrasive_Box5"
- Name: "Abrasive 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14536,5; ">
-},
-{
- Id: 13718
- AegisName: "Abrasive_Box10"
- Name: "Abrasive 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14536,10; ">
-},
-{
- Id: 13719
- AegisName: "Regeneration_Box5"
- Name: "Regeneration Potion 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14537,5; ">
-},
-{
- Id: 13720
- AegisName: "Regeneration_Box10"
- Name: "Regeneration 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14537,10; ">
-},
-{
- Id: 13721
- AegisName: "Dun_Tele_Scroll_Box10"
- Name: "Dungeon Teleport Scroll 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14527,10; ">
-},
-{
- Id: 13722
- AegisName: "Pecopeco_Hairband_Box"
- Name: "Peco Peco Hairband Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 5286,1; ">
-},
-{
- Id: 13723
- AegisName: "Red_Glasses_Box"
- Name: "Red Glasses Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 5288,1; ">
-},
-{
- Id: 13724
- AegisName: "Whisper_Mask_Box"
- Name: "Whisper Mask Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 5294,1; ">
-},
-{
- Id: 13725
- AegisName: "Ramen_Hat_Box"
- Name: "Ramen Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 5293,1; ">
-},
-{
- Id: 13726
- AegisName: "Gold_Box_"
- Name: "Golden Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 7777,1; ">
-},
-{
- Id: 13727
- AegisName: "Silver_Box_"
- Name: "Silver Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 7778,1; ">
-},
-{
- Id: 13728
- AegisName: "Gold_Key1_Box"
- Name: "Golden Key 1 Box"
- Type: "IT_CASH"
- Weight: 10
- Script: <" getitem 7779,1; ">
-},
-{
- Id: 13729
- AegisName: "Gold_Key5_Box"
- Name: "Golden Key 5 Box"
- Type: "IT_CASH"
- Weight: 10
- Script: <" getitem 7779,5; ">
-},
-{
- Id: 13730
- AegisName: "Silver_Key1_Box"
- Name: "Silver Key 1 Box"
- Type: "IT_CASH"
- Weight: 10
- Script: <" getitem 7780,1; ">
-},
-{
- Id: 13731
- AegisName: "Silver_Key5_Box"
- Name: "Silver Key 5 Box"
- Type: "IT_CASH"
- Weight: 10
- Script: <" getitem 7780,5; ">
-},
-{
- Id: 13734
- AegisName: "Pecopeco_Hairband_Box1"
- Name: "Peco Peco Hairband Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 5286,1; ">
-},
-{
- Id: 13735
- AegisName: "Red_Glasses_Box1"
- Name: "Red Glasses Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 5288,1; ">
-},
-{
- Id: 13736
- AegisName: "Whisper_Mask_Box1"
- Name: "Whisper Mask Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 5294,1; ">
-},
-{
- Id: 13737
- AegisName: "Ramen_Hat_Box1"
- Name: "Ramen Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 5293,1; ">
-},
-{
- Id: 13738
- AegisName: "Glass_Of_Illusion_Box5"
- Name: "Glass of Illusion 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14538,5; ">
-},
-{
- Id: 13739
- AegisName: "Glass_Of_Illusion_Box10"
- Name: "Glass of Illusion 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14538,10; ">
-},
-{
- Id: 13740
- AegisName: "Shadow_Armor_S_Box5"
- Name: "Shadow Armor Scroll 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem Shadow_Armor_S, 5; ">
-},
-{
- Id: 13741
- AegisName: "Shadow_Armor_S_Box10"
- Name: "Shadow Armor Scroll 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem Shadow_Armor_S, 10; ">
-},
-{
- Id: 13742
- AegisName: "Shadow_Armor_S_Box30"
- Name: "Shadow Armor Scroll 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem Shadow_Armor_S, 30; ">
-},
-{
- Id: 13743
- AegisName: "Holy_Armor_S_Box5"
- Name: "Holy Armor Scroll 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem Holy_Armor_S, 5; ">
-},
-{
- Id: 13744
- AegisName: "Holy_Armor_S_Box10"
- Name: "Holy Armor Scroll 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem Holy_Armor_S, 10; ">
-},
-{
- Id: 13745
- AegisName: "Holy_Armor_S_Box30"
- Name: "Holy Armor Scroll 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem Holy_Armor_S, 30; ">
-},
-{
- Id: 13746
- AegisName: "S_Def_Potion_Box10"
- Name: "Small Defense Potion 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14541,10; ">
-},
-{
- Id: 13747
- AegisName: "S_Def_Potion_Box30"
- Name: "Small Defense Potion 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14541,30; ">
-},
-{
- Id: 13748
- AegisName: "S_Def_Potion_Box50"
- Name: "Small Defense Potion 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14541,50; ">
-},
-{
- Id: 13749
- AegisName: "B_Def_Potion_Box10"
- Name: "Big Defense Potion 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14542,10; ">
-},
-{
- Id: 13750
- AegisName: "B_Def_Potion_Box30"
- Name: "Big Defense Potion 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14542,30; ">
-},
-{
- Id: 13751
- AegisName: "B_Def_Potion_Box50"
- Name: "Big Defense Potion 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14542,50; ">
-},
-{
- Id: 13752
- AegisName: "S_Mdef_Potion_Box10"
- Name: "Small Magic Defense Potion 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14543,10; ">
-},
-{
- Id: 13753
- AegisName: "S_Mdef_Potion_Box30"
- Name: "Small Magic Defense Potion 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14543,30; ">
-},
-{
- Id: 13754
- AegisName: "S_Mdef_Potion_Box50"
- Name: "Small Magic Defense Potion 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14543,50; ">
-},
-{
- Id: 13755
- AegisName: "B_Mdef_Potion_Box10"
- Name: "Big Magic Defense Potion 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14544,10; ">
-},
-{
- Id: 13756
- AegisName: "B_Mdef_Potion_Box30"
- Name: "Big Magic Defense Potion 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14544,30; ">
-},
-{
- Id: 13757
- AegisName: "B_Mdef_Potion_Box50"
- Name: "Big Magic Defense Potion 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14544,50; ">
-},
-{
- Id: 13758
- AegisName: "Battle_Manual_X3_Box"
- Name: "Field Manual 300% Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14545,20; ">
-},
-{
- Id: 13759
- AegisName: "In_Blue_Herb_Box"
- Name: "Blue Herb Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 510,50; ">
-},
-{
- Id: 13760
- AegisName: "Honey_Box"
- Name: "Honey Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 518,100; ">
-},
-{
- Id: 13761
- AegisName: "Empty_Bottle_Box"
- Name: "Empty Bottle Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 713,500; ">
-},
-{
- Id: 13762
- AegisName: "In_Royal_Jelly_Box"
- Name: "Royal Jelly Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 526,70; ">
-},
-{
- Id: 13763
- AegisName: "5_Anniversary_Coin_Box"
- Name: "Coin Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 2709,1; ">
-},
-{
- Id: 13764
- AegisName: "Battle_Manual_Box_TW"
- Name: "Beginner's Field Manual 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 7803,5; ">
-},
-{
- Id: 13765
- AegisName: "Certificate_TW_Box"
- Name: "Certificate Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7804,1; ">
-},
-{
- Id: 13766
- AegisName: "Nagan_Box"
- Name: "Refined Nagan Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 13407,604800; ">
-},
-{
- Id: 13767
- AegisName: "Skewer_Box"
- Name: "Refined Brocca Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1424,604800; ">
-},
-{
- Id: 13768
- AegisName: "Survival_Rod_Box"
- Name: "Refined Survivor's Rod Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1628,604800; ">
-},
-{
- Id: 13769
- AegisName: "Quadrille_Box"
- Name: "Refined Quadrille Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1537,604800; ">
-},
-{
- Id: 13770
- AegisName: "Great_Axe_Box"
- Name: "Refined Great Axe Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1378,604800; ">
-},
-{
- Id: 13771
- AegisName: "Bloody_Roar_Box"
- Name: "Refined Bloody Roar Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1273,604800; ">
-},
-{
- Id: 13772
- AegisName: "Hardback_Box"
- Name: "Refined Hardcover Book Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1567,604800; ">
-},
-{
- Id: 13773
- AegisName: "Fire_Brand_Box"
- Name: "Refined Fireblend Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 13408,604800; ">
-},
-{
- Id: 13774
- AegisName: "Immaterial_Sword_Box"
- Name: "Refined Immaterial Sword Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 13409,604800; ">
-},
-{
- Id: 13775
- AegisName: "Unholy_Touch_Box"
- Name: "Refined Unholy Touch Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1274,604800; ">
-},
-{
- Id: 13776
- AegisName: "Cloak_Of_Survival_Box"
- Name: "Refined Survivor's Manteau Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 2535,1209600; ">
-},
-{
- Id: 13777
- AegisName: "Masquerade_Box"
- Name: "Refined Masquerade Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5326,1209600; ">
-},
-{
- Id: 13778
- AegisName: "Orc_Hero_Helm_Box"
- Name: "Refined Helmet of Orc Hero Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5327,1209600; ">
-},
-{
- Id: 13779
- AegisName: "Evil_Wing_Ears_Box"
- Name: "Refined Wing of Diablo Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5328,1209600; ">
-},
-{
- Id: 13780
- AegisName: "Dark_Blindfold_Box"
- Name: "Refined Dark Blinder Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5329,1209600; ">
-},
-{
- Id: 13781
- AegisName: "kRO_Drooping_Kitty_Box"
- Name: "Refined Drooping Cat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5330,1209600; ">
-},
-{
- Id: 13782
- AegisName: "Corsair_Box"
- Name: "Refined Corsair Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5331,1209600; ">
-},
-{
- Id: 13783
- AegisName: "Bloody_Iron_Ball_Box"
- Name: "Refined Bloodied Shackle Ball Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 2710,604800; ">
-},
-{
- Id: 13784
- AegisName: "Spiritual_Ring_Box"
- Name: "Refined Spiritual Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 2711,604800; ">
-},
-{
- Id: 13785
- AegisName: "Nagan_Box1"
- Name: "Refined Nagan Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 13407,86400; ">
-},
-{
- Id: 13786
- AegisName: "Skewer_Box1"
- Name: "Refined Brocca Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1424,86400; ">
-},
-{
- Id: 13787
- AegisName: "Survival_Rod_Box1"
- Name: "Refined Survivor's Rod Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1628,86400; ">
-},
-{
- Id: 13788
- AegisName: "Quadrille_Box1"
- Name: "Refined Quadrille Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1537,86400; ">
-},
-{
- Id: 13789
- AegisName: "Great_Axe_Box1"
- Name: "Refined Great Axe Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1378,86400; ">
-},
-{
- Id: 13790
- AegisName: "Bloody_Roar_Box1"
- Name: "Refined Bloody Roar Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1273,86400; ">
-},
-{
- Id: 13791
- AegisName: "Hardback_Box1"
- Name: "Refined Hardcover Book Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1567,86400; ">
-},
-{
- Id: 13792
- AegisName: "Fire_Brand_Box1"
- Name: "Refined Fireblend Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 13408,86400; ">
-},
-{
- Id: 13793
- AegisName: "Immaterial_Sword_Box1"
- Name: "Refined Immaterial Sword Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 13409,86400; ">
-},
-{
- Id: 13794
- AegisName: "Unholy_Touch_Box1"
- Name: "Refined Unholy Touch Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1274,86400; ">
-},
-{
- Id: 13795
- AegisName: "Cloak_Of_Survival_Box1"
- Name: "Refined Survivor's Manteau Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 2535,86400; ">
-},
-{
- Id: 13796
- AegisName: "Masquerade_Box1"
- Name: "Refined Masquerade Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5326,86400; ">
-},
-{
- Id: 13797
- AegisName: "Orc_Hero_Helm_Box1"
- Name: "Refined Helmet of Orc Hero Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5327,86400; ">
-},
-{
- Id: 13798
- AegisName: "Evil_Wing_Ears_Box1"
- Name: "Refined Wing of Diablo Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5328,86400; ">
-},
-{
- Id: 13799
- AegisName: "Dark_Blindfold_Box1"
- Name: "Refined Dark Blinder Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5329,86400; ">
-},
-{
- Id: 13800
- AegisName: "kRO_Drooping_Kitty_Box1"
- Name: "Refined Drooping Cat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5330,86400; ">
-},
-{
- Id: 13801
- AegisName: "Corsair_Box1"
- Name: "Refined Corsair Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5331,86400; ">
-},
-{
- Id: 13802
- AegisName: "Bloody_Iron_Ball_Box1"
- Name: "Refined Bloodied Shackle Ball Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 2710,86400; ">
-},
-{
- Id: 13803
- AegisName: "Spiritual_Ring_Box1"
- Name: "Refined Spiritual Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 2711,86400; ">
-},
-{
- Id: 13804
- AegisName: "Fire_Cracker_Love_Box"
- Name: "I Love You Firecracker Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14546,10; ">
-},
-{
- Id: 13805
- AegisName: "Fire_Cracker_Wday_Box"
- Name: "Whiteday Firecracker Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14547,10; ">
-},
-{
- Id: 13806
- AegisName: "Fire_Cracker_Vday_Box"
- Name: "Valentine's Day Firecracker Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14548,10; ">
-},
-{
- Id: 13807
- AegisName: "Fire_Cracker_Bday_Box"
- Name: "Birthday Firecracker Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14549,10; ">
-},
-{
- Id: 13808
- AegisName: "Fire_Cracker_Xmas_Box"
- Name: "Xmas Firecracker Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14550,10; ">
-},
-{
- Id: 13809
- AegisName: "Blue_Gemstone_Box"
- Name: "Blue Gemstone Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 717,100; ">
-},
-{
- Id: 13810
- AegisName: "Blue_Potion_Box"
- Name: "Blue Potion Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 11502,25; ">
-},
-{
- Id: 13811
- AegisName: "Food_Box_Lv1"
- Name: "Food Box Vol 1"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 14551,1;
- getitem 14554,1;
- getitem 14557,1;
- getitem 14560,1;
- getitem 14563,1;
- getitem 14566,1;
- ">
-},
-{
- Id: 13812
- AegisName: "Food_Box_Lv2"
- Name: "Food Box Vol 2"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 14552,1;
- getitem 14555,1;
- getitem 14558,1;
- getitem 14561,1;
- getitem 14564,1;
- getitem 14567,1;
- ">
-},
-{
- Id: 13813
- AegisName: "Food_Box_Lv3"
- Name: "Food Box Vol 3"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 14553,1;
- getitem 14556,1;
- getitem 14559,1;
- getitem 14562,1;
- getitem 14565,1;
- getitem 14568,1;
- ">
-},
-{
- Id: 13814
- AegisName: "Indonesia_Box"
- Name: "Healing Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
-},
-{
- Id: 13815
- AegisName: "Knife_Goblin_Box"
- Name: "Knife Goblin Taming Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem Knife_Goblin_Ring, 10; ">
-},
-{
- Id: 13816
- AegisName: "Flail_Goblin_Box"
- Name: "Flail Goblin Taming Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem Flail_Goblin_Ring, 10; ">
-},
-{
- Id: 13817
- AegisName: "Hammer_Goblin_Box"
- Name: "Hammer Goblin Taming Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem Hammer_Goblin_Ring, 10; ">
-},
-{
- Id: 13818
- AegisName: "Red_Deleter_Box"
- Name: "Red Deleter Taming Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem Holy_Marble, 10; ">
-},
-{
- Id: 13819
- AegisName: "Diabolic_Box"
- Name: "Diabolic Taming Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem Red_Burning_Stone, 10; ">
-},
-{
- Id: 13820
- AegisName: "Wanderer_Box"
- Name: "Wanderer Taming Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem Skull_Of_Vagabond, 10; ">
-},
-{
- Id: 13821
- AegisName: "Green_Apple_Box"
- Name: "Green Apple Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 7821,10; ">
-},
-{
- Id: 13822
- AegisName: "Whole_Barbecue_Box"
- Name: "Barbeque Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 7822,10; ">
-},
-{
- Id: 13823
- AegisName: "Meat_Veg_Skewer_Box"
- Name: "Meat Skewer Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 7823,10; ">
-},
-{
- Id: 13824
- AegisName: "Spirit_Liquor_Box"
- Name: "Spirit Liquor Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 7824,10; ">
-},
-{
- Id: 13825
- AegisName: "Green_Box_"
- Name: "Old Green Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-{
- Id: 13826
- AegisName: "Power_Box1"
- Name: "Power Box 1"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 682,1;
- getitem 12123,1;
- getitem 12122,1;
- ">
-},
-{
- Id: 13827
- AegisName: "Power_Box2"
- Name: "Power Box 2"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 683,1;
- getitem 12123,1;
- getitem 12122,1;
- ">
-},
-{
- Id: 13828
- AegisName: "Resist_Box1"
- Name: "Resist Box 1"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 12118,1;
- getitem 12119,1;
- ">
-},
-{
- Id: 13829
- AegisName: "Resist_Box2"
- Name: "Resist Box 2"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 12120,1;
- getitem 12121,1;
- ">
-},
-{
- Id: 13830
- AegisName: "Stat_Boost1"
- Name: "Stat Boost 1"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <"
- sc_start SC_CHASEWALK2,60000,5;
- sc_start SC_INCAGI,60000,5;
- sc_start SC_INCVIT,60000,5;
- ">
-},
-{
- Id: 13831
- AegisName: "Stat_Boost2"
- Name: "Stat Boost 2"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <"
- sc_start SC_INCINT,60000,5;
- sc_start SC_INCLUK,60000,5;
- sc_start SC_INCDEX,60000,5;
- ">
-},
-{
- Id: 13832
- AegisName: "Stat_Boost3"
- Name: "Stat Boost 3"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <"
- sc_start SC_INCAGI,60000,5;
- sc_start SC_INCVIT,60000,5;
- sc_start SC_INCDEX,60000,5;
- ">
-},
-{
- Id: 13833
- AegisName: "Stat_Boost4"
- Name: "Stat Boost 4"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <"
- sc_start SC_INCINT,60000,5;
- sc_start SC_INCVIT,60000,5;
- sc_start SC_INCDEX,60000,5;
- ">
-},
-{
- Id: 13834
- AegisName: "Dun_Tele_Scroll2_Box5"
- Name: "Dungeon Teleport Scroll II 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14581,5; ">
-},
-{
- Id: 13835
- AegisName: "Dun_Tele_Scroll2_Box10"
- Name: "Dungeon Teleport Scroll II 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14581,10; ">
-},
-{
- Id: 13836
- AegisName: "Mbl_Str_Dish_Box"
- Name: "Steamed Tongue Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12250,1; ">
-},
-{
- Id: 13837
- AegisName: "Mbl_Agi_Dish_Box"
- Name: "Steamed Desert Scorpions Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12251,1; ">
-},
-{
- Id: 13838
- AegisName: "Mbl_Int_Dish_Box"
- Name: "Dragon Breath Cocktail Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12252,1; ">
-},
-{
- Id: 13839
- AegisName: "Mbl_Dex_Dish_Box"
- Name: "Hwergelmir's Tonic Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12253,1; ">
-},
-{
- Id: 13840
- AegisName: "Mbl_Luk_Dish_Box"
- Name: "Cooked Nine Tail Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12254,1; ">
-},
-{
- Id: 13841
- AegisName: "Mbl_Vit_Dish_Box"
- Name: "Immortal Stew Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12255,1; ">
-},
-{
- Id: 13842
- AegisName: "Mbl_Kafra_Card_Box"
- Name: "Payment Statement for Kafra Employee Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12249,1; ">
-},
-{
- Id: 13843
- AegisName: "Mbl_Battle_Manual_Box"
- Name: "Field Manual Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14532,1; ">
-},
-{
- Id: 13844
- AegisName: "Heroic_Stone_Box"
- Name: "Heroic Stone Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 7825,1; ">
-},
-{
- Id: 13845
- AegisName: "Mysterious_Travel_Sack1"
- Name: "Mystery Travel Sack A"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 13846
- AegisName: "Mysterious_Travel_Sack2"
- Name: "Mystery Travel Sack B"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 13847
- AegisName: "Mysterious_Travel_Sack3"
- Name: "Mystery Travel Sack C"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 13848
- AegisName: "Mysterious_Travel_Sack4"
- Name: "Mystery Travel Sack D"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" packageitem(); ">
-},
-{
- Id: 13849
- AegisName: "WOB_Box_Rune5"
- Name: "Yellow Butterfly Wing 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14582,5; ">
-},
-{
- Id: 13850
- AegisName: "WOB_Box_Rune10"
- Name: "Yellow Butterfly Wing Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14582,10; ">
-},
-{
- Id: 13851
- AegisName: "WOB_Box_Schawaltz5"
- Name: "Green Butterfly Wing 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14583,5; ">
-},
-{
- Id: 13852
- AegisName: "WOB_Box_Schawaltz10"
- Name: "Green Butterfly Wing Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14583,10; ">
-},
-{
- Id: 13853
- AegisName: "WOB_Box_Rachel5"
- Name: "Red Butterfly Wing 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14584,5; ">
-},
-{
- Id: 13854
- AegisName: "WOB_Box_Rachel10"
- Name: "Red Butterfly Wing Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14584,10; ">
-},
-{
- Id: 13855
- AegisName: "WOB_Box_Local5"
- Name: "Blue Butterfly Wing 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14585,5; ">
-},
-{
- Id: 13856
- AegisName: "WOB_Box_Local10"
- Name: "Blue Butterfly Wing Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14585,10; ">
-},
-{
- Id: 13857
- AegisName: "Spark_Candy_Box5"
- Name: "Candy 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem Spark_Candy, 5; ">
-},
-{
- Id: 13858
- AegisName: "Spark_Candy_Box10"
- Name: "Candy 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem Spark_Candy, 10; ">
-},
-{
- Id: 13859
- AegisName: "Directive_A_Envelope"
- Name: "Directive Envelope A"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2734,1; ">
-},
-{
- Id: 13860
- AegisName: "Directive_B_Envelope"
- Name: "Directive Envelope B"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 2735,1; ">
-},
-{
- Id: 13861
- AegisName: "Mini_Battle_Manual_Box"
- Name: "Small Field Manual Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12208,4; ">
-},
-{
- Id: 13862
- AegisName: "Trial_Box"
- Name: "Trial Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 12208,2;
- getitem 12215,15;
- getitem 12216,15;
- ">
-},
-{
- Id: 13863
- AegisName: "Repair_Scroll_Box10"
- Name: "Repair Weapon Scroll 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 14521,10;
- getitem 1002,10;
- getitem 998,10;
- getitem 756,10;
- getitem 999,10;
- ">
-},
-/*
-{
- Id: 13864
- AegisName: "Hockey_Mask_Box"
- Name: "Hockey Mask Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5314,604800; ">
-},
-*/
-/*
-{
- Id: 13865
- AegisName: "Observer_Box"
- Name: "Observer Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5315,604800; ">
-},
-*/
-{
- Id: 13866
- AegisName: "Flying_Angel_Box"
- Name: "Flying Angel Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5210,1; ">
-},
-{
- Id: 13867
- AegisName: "Neko_Mimi_Box"
- Name: "Neko Mimi Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5099,1; ">
-},
-{
- Id: 13868
- AegisName: "MFH_Box"
- Name: "Moonlight Flower Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5214,1; ">
-},
-{
- Id: 13869
- AegisName: "Chick_Hat_Box"
- Name: "Baby Chick Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5283,1; ">
-},
-{
- Id: 13870
- AegisName: "New_Style_Box"
- Name: "Beauty Gift Certificate Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7622,1; ">
-},
-{
- Id: 13871
- AegisName: "Magician_Card_Box"
- Name: "Mage Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4327,1;
- getitem 4309,1;
- getitem 4325,1;
- getitem 4208,1;
- getitem 4258,1;
- getitem 4191,1;
- ">
-},
-{
- Id: 13872
- AegisName: "Acolyte_Card_Box"
- Name: "Acolyte Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4185,1;
- getitem 4312,1;
- getitem 4217,1;
- getitem 4280,1;
- getitem 4293,1;
- ">
-},
-{
- Id: 13873
- AegisName: "Archer_Card_Box"
- Name: "Archer Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4297,1;
- getitem 4234,1;
- getitem 4199,1;
- getitem 4178,1;
- getitem 4252,1;
- ">
-},
-{
- Id: 13874
- AegisName: "Swordman_Card_Box"
- Name: "Swordman Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4319,1;
- getitem 4331,1;
- getitem 4220,1;
- getitem 4311,1;
- getitem 4246,1;
- ">
-},
-{
- Id: 13875
- AegisName: "Thief_Card_Box"
- Name: "Thief Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4230,1;
- getitem 4210,1;
- getitem 4257,1;
- getitem 4172,1;
- getitem 4272,1;
- ">
-},
-{
- Id: 13876
- AegisName: "Merchant_Card_Box"
- Name: "Merchant Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4206,1;
- getitem 4281,1;
- getitem 4186,1;
- getitem 4233,1;
- getitem 4321,1;
- ">
-},
-{
- Id: 13877
- AegisName: "Clock_Tower_Card_Box"
- Name: "Clock Tower Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4244,1;
- getitem 4299,1;
- getitem 4313,1;
- getitem 4229,1;
- ">
-},
-{
- Id: 13878
- AegisName: "Geffenia_Card_Box"
- Name: "Geffenia Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4218,1;
- getitem 4269,1;
- ">
-},
-{
- Id: 13879
- AegisName: "Owl_Card_Box"
- Name: "Owl Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4237,1;
- getitem 4238,1;
- ">
-},
-{
- Id: 13880
- AegisName: "Ghost_Card_Box"
- Name: "Ghost Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4193,1;
- getitem 4294,1;
- ">
-},
-{
- Id: 13881
- AegisName: "Nightmare_Card_Box"
- Name: "Nightmare Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4127,1;
- getitem 4166,1;
- ">
-},
-{
- Id: 13882
- AegisName: "Curse_Card_Box"
- Name: "Curse Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4076,4; ">
-},
-{
- Id: 13883
- AegisName: "Sleep_Card_Box"
- Name: "Sleep Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4024,4; ">
-},
-{
- Id: 13884
- AegisName: "Freeze_Card_Box"
- Name: "Freeze Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4055,4; ">
-},
-{
- Id: 13885
- AegisName: "Stun_Card_Box"
- Name: "Stun Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4017,4; ">
-},
-{
- Id: 13886
- AegisName: "Silence_Card_Box"
- Name: "Silence Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4057,4; ">
-},
-{
- Id: 13887
- AegisName: "Blind_Card_Box"
- Name: "Blind Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4020,4; ">
-},
-{
- Id: 13888
- AegisName: "Chaos_Card_Box"
- Name: "Chaos Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4104,4; ">
-},
-{
- Id: 13889
- AegisName: "Elunium_Box_"
- Name: "Elunium Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 985,10; ">
-},
-{
- Id: 13890
- AegisName: "Oridecon_Box_"
- Name: "Oridecon Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 984,10; ">
-},
-{
- Id: 13891
- AegisName: "Fire_Converter_Box"
- Name: "Fire Converter Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12114,10; ">
-},
-{
- Id: 13892
- AegisName: "Water_Converter_Box"
- Name: "Water Converter Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12115,10; ">
-},
-{
- Id: 13893
- AegisName: "Wind_Converter_Box"
- Name: "Wind Converter Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12117,10; ">
-},
-{
- Id: 13894
- AegisName: "Earth_Converter_Box"
- Name: "Earth Converter Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12116,10; ">
-},
-{
- Id: 13895
- AegisName: "Starter_Pack"
- Name: "Starter Pack"
- Type: "IT_CASH"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 7229,2;
- getitem 569,300;
- getitem 504,20;
- getitem 505,20;
- getitem 7060,30;
- getitem 2403,1;
- getitem 5039,1;
- getitem 2503,1;
- getitem 2307,1;
- getitem 616,1;
- getitem 603,1;
- getitem 617,1;
- getitem 610,5;
- getitem 604,5;
- ">
-},
-{
- Id: 13896
- AegisName: "Mimic_Summon_Box5"
- Name: "Mimic Summoning 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem Mimic_Scroll, 5; ">
-},
-{
- Id: 13897
- AegisName: "Disguise_Summon_Box5"
- Name: "Disguise Summoning 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem Disguise_Scroll, 5; ">
-},
-{
- Id: 13898
- AegisName: "Alice_Summon_Box5"
- Name: "Alice Summoning 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem Alice_Scroll, 5; ">
-},
-{
- Id: 13899
- AegisName: "Mimic_Summon_Box10"
- Name: "Mimic Summoning 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem Mimic_Scroll, 10; ">
-},
-{
- Id: 13900
- AegisName: "Disguise_Summon_Box10"
- Name: "Disguise Summoning 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem Disguise_Scroll, 10; ">
-},
-{
- Id: 13901
- AegisName: "Alice_Summon_Box10"
- Name: "Alice Summoning 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem Alice_Scroll, 10; ">
-},
-{
- Id: 13902
- AegisName: "Fish_Head_Hat_Box"
- Name: "Fish Head Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5380,1; ">
-},
-{
- Id: 13903
- AegisName: "Santa_Poring_Hat_Box"
- Name: "Santa Poring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5381,1; ">
-},
-{
- Id: 13904
- AegisName: "Bell_Ribbon_Box"
- Name: "Bell Ribbon Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5382,1; ">
-},
-{
- Id: 13905
- AegisName: "Hard_Core_Set_Box"
- Name: "XM Hardcore Set Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12208,10;
- getitem 12209,10;
- getitem 12210,10;
- ">
-},
-{
- Id: 13906
- AegisName: "Kitty_Set_Box"
- Name: "XM Kitty Set Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 5230,1;
- getitem 5231,1;
- getitem 5232,1;
- getitem 5233,1;
- getitem 5234,1;
- ">
-},
-{
- Id: 13907
- AegisName: "Soft_Core_Set_Box"
- Name: "XM Softcore Set Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12208,5;
- getitem 12209,5;
- getitem 12210,5;
- ">
-},
-{
- Id: 13908
- AegisName: "Deviruchi_Set_Box"
- Name: "XM Deviruchi Set Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 5227,1;
- getitem 5228,1;
- getitem 5229,1;
- ">
-},
-{
- Id: 13909
- AegisName: "MVP_Hunt_Box"
- Name: "MVP Hunting Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 7621,1;
- getitem 12210,1;
- getitem 12221,1;
- getitem 12214,3;
- ">
-},
-{
- Id: 13910
- AegisName: "Brewing_Box"
- Name: "XM Brewing Set Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12204,10;
- getitem 12205,10;
- getitem 12206,10;
- ">
-},
-{
- Id: 13911
- AegisName: "Xmas_Pet_Scroll"
- Name: "Christmas Pet Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13912
- AegisName: "Party_Blessing_Box"
- Name: "Party Blessing 10 Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14588,10; ">
-},
-{
- Id: 13913
- AegisName: "Party_Inc_Agi_Box"
- Name: "Party Increase Agi 10 Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14589,10; ">
-},
-{
- Id: 13914
- AegisName: "Party_Assumptio_Box"
- Name: "Party Assumptio 5 Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 14590,10; ">
-},
-{
- Id: 13915
- AegisName: "Love_Angel_Box"
- Name: "Love Angel Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12287,604800; ">
-},
-{
- Id: 13916
- AegisName: "Squirrel_Box"
- Name: "Squirrel Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12288,604800; ">
-},
-{
- Id: 13917
- AegisName: "Gogo_Box"
- Name: "Gogo Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12289,604800; ">
-},
-/*
-{
- Id: 13918
- AegisName: "Drooping_W_Kitty_Box"
- Name: "Koneko Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 5372,1; ">
-},
-*/
-/*
-{
- Id: 13919
- AegisName: "L_Magestic_Goat_Box"
- Name: "Baphomet Horns Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 5374,1; ">
-},
-*/
-/*
-{
- Id: 13920
- AegisName: "Satanic_Chain_P_Box"
- Name: "Flying Evil Wing Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 5376,1; ">
-},
-*/
-/*
-{
- Id: 13921
- AegisName: "Antique_Pipe_Box"
- Name: "Gentleman's Pipe Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 5377,1; ">
-},
-*/
-/*
-{
- Id: 13922
- AegisName: "Rabbit_Ear_Hat_Box"
- Name: "Bunny Top Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 5378,1; ">
-},
-*/
-/*
-{
- Id: 13923
- AegisName: "Darkness_Helm_Box"
- Name: "Dark Randgris Helm Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 5373,1; ">
-},
-*/
-/*
-{
- Id: 13924
- AegisName: "L_Orc_Hero_Helm_Box"
- Name: "Orc Hero Headdress Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 5375,1; ">
-},
-*/
-/*
-{
- Id: 13925
- AegisName: "Lucky_Scroll08"
- Name: "... GoodLuck Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-*/
-{
- Id: 13926
- AegisName: "Crusader_Card_Box"
- Name: "Crusader Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4371,1;
- getitem 4311,1;
- getitem 4319,1;
- getitem 4331,1;
- ">
-},
-{
- Id: 13927
- AegisName: "Alchemist_Card_Box"
- Name: "Alchemist Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4281,1;
- getitem 4233,1;
- getitem 4343,1;
- getitem 4186,1;
- getitem 4036,1;
- ">
-},
-{
- Id: 13928
- AegisName: "Rogue_Card_Box"
- Name: "Rogue Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4039,1;
- getitem 4210,1;
- getitem 4257,1;
- getitem 4230,1;
- getitem 4348,1;
- ">
-},
-{
- Id: 13929
- AegisName: "Bard_Dancer_Card_Box"
- Name: "Bard Dancer Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4297,1;
- getitem 4234,1;
- getitem 4178,1;
- getitem 4381,1;
- getitem 4252,1;
- ">
-},
-{
- Id: 13930
- AegisName: "Sage_Card_Box"
- Name: "Sage card box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4382,1;
- getitem 4258,1;
- getitem 4325,1;
- getitem 4208,1;
- getitem 4327,1;
- ">
-},
-{
- Id: 13931
- AegisName: "Monk_Card_Box"
- Name: "Monk Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 4312,1;
- getitem 4332,1;
- getitem 4185,1;
- getitem 4293,1;
- ">
-},
-{
- Id: 13932
- AegisName: "Sylph_Box"
- Name: "Sylph Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4345,4; ">
-},
-{
- Id: 13933
- AegisName: "Undine_Box"
- Name: "Undine Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4350,4; ">
-},
-{
- Id: 13934
- AegisName: "Salamander_Box"
- Name: "Salamander Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4380,4; ">
-},
-{
- Id: 13935
- AegisName: "Soul_Box"
- Name: "Soul Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4388,4; ">
-},
-{
- Id: 13936
- AegisName: "Noum_Bpx"
- Name: "Gnome Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 4335,4; ">
-},
-{
- Id: 13937
- AegisName: "Robo_Eye_Box"
- Name: "Robo Eye Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5325,1; ">
-},
-{
- Id: 13938
- AegisName: "Twin_Ribbon_Box"
- Name: "Maiden's Twin Ribbon Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5187,1; ">
-},
-/*
-{
- Id: 13939
- AegisName: "Diadem_Box"
- Name: "Diadem Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 5313,1; ">
-},
-*/
-{
- Id: 13940
- AegisName: "Siege_Tele_Scroll_Box"
- Name: "WoE Teleport Scroll 100 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14591,100; ">
-},
-{
- Id: 13941
- AegisName: "Valentine_Scroll_TW"
- Name: "Taiwan Valentine Scroll"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13942
- AegisName: "Love_Angel_Box_1m"
- Name: "Love Angel Magic Powder Box 30 Days"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 14009,2592000; ">
-},
-{
- Id: 13943
- AegisName: "Squirrel_Box_1m"
- Name: "Squirrel Magic Powder Box 30 Days"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 14010,2592000; ">
-},
-{
- Id: 13944
- AegisName: "Gogo_Box_1m"
- Name: "Gogo Magic Powder Box 30 Days"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 14011,2592000; ">
-},
-{
- Id: 13945
- AegisName: "Br_SwordPackage"
- Name: "Brazil Swordsman Package"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 2317,1;
- getitem 2106,1;
- getitem 2406,1;
- getitem 2506,1;
- getitem 4003,1;
- getitem 4133,1;
- getitem 2607,2;
- getitem 2229,1;
- getitem 2266,1;
- ">
-},
-{
- Id: 13946
- AegisName: "Br_MagePackage"
- Name: "Brazil Magician Package"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 2322,1;
- getitem 2102,1;
- getitem 2104,1;
- getitem 2504,1;
- getitem 4003,1;
- getitem 4077,1;
- getitem 2607,2;
- getitem 5027,1;
- ">
-},
-{
- Id: 13947
- AegisName: "Br_AcolPackage"
- Name: "Brazil Acolyte Package"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 2326,1;
- getitem 2104,1;
- getitem 2404,1;
- getitem 2504,1;
- getitem 4003,1;
- getitem 4100,1;
- getitem 2607,2;
- getitem 2217,1;
- ">
-},
-{
- Id: 13948
- AegisName: "Br_ArcherPackage"
- Name: "Brazil Archer package"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 2331,1;
- getitem 1716,1;
- getitem 2406,1;
- getitem 2504,1;
- getitem 4064,1;
- getitem 4102,1;
- getitem 2607,2;
- getitem 2285,1;
- ">
-},
-{
- Id: 13949
- AegisName: "Br_MerPackage"
- Name: "Brazil Merchant Package"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 2315,1;
- getitem 2104,1;
- getitem 2406,1;
- getitem 2506,1;
- getitem 4003,1;
- getitem 4133,1;
- getitem 2607,2;
- getitem 5021,1;
- ">
-},
-{
- Id: 13950
- AegisName: "Br_ThiefPackage"
- Name: "Brazil Thief Package"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 2336,1;
- getitem 2104,1;
- getitem 2406,1;
- getitem 2506,1;
- getitem 4097,1;
- getitem 4102,1;
- getitem 2607,2;
- getitem 2274,1;
- ">
-},
-{
- Id: 13951
- AegisName: "Wasteland_Outlaw_Box"
- Name: "Western Outlaw Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13109,604800; ">
-},
-{
- Id: 13952
- AegisName: "Lever_Action_Rifle_Box"
- Name: "Lever Action Rifle Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13170,604800; ">
-},
-{
- Id: 13953
- AegisName: "All_In_One_Ring_Box"
- Name: "All In One Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2741,604800; ">
-},
-{
- Id: 13954
- AegisName: "Spiritual_Tunic_Box"
- Name: "Spiritual Tunic Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2384,604800; ">
-},
-{
- Id: 13955
- AegisName: "Recuperative_Armor_Box"
- Name: "Recuvative Armor Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2385,604800; ">
-},
-{
- Id: 13956
- AegisName: "Shelter_Resistance_Box"
- Name: "Shell Of Resistance Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2132,604800; ">
-},
-{
- Id: 13957
- AegisName: "Sylphid_Manteau_Box"
- Name: "Silf Manteau Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2543,604800; ">
-},
-{
- Id: 13958
- AegisName: "Refresh_Shoes_Box"
- Name: "Refresh Shoes Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2439,604800; ">
-},
-{
- Id: 13959
- AegisName: "Toast_Box"
- Name: "Crunch Toast Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5391,604800; ">
-},
-{
- Id: 13960
- AegisName: "Name_Change_Coupon_Box"
- Name: "Identification Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7623,1; ">
-},
-{
- Id: 13961
- AegisName: "Mojji_Box"
- Name: "Mochi Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 554,5; ">
-},
-{
- Id: 13962
- AegisName: "Deprotai_Doll_Hat_Box"
- Name: "Defolty Doll Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5340,1; ">
-},
-{
- Id: 13963
- AegisName: "Claris_Doll_Hat_Box"
- Name: "Glaris Doll Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5341,1; ">
-},
-{
- Id: 13964
- AegisName: "Sorin_Doll_Hat_Box"
- Name: "Sorin Doll Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5342,1; ">
-},
-{
- Id: 13965
- AegisName: "Tayelin_Doll_Hat_Box"
- Name: "Tailring Doll Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5343,1; ">
-},
-{
- Id: 13966
- AegisName: "Binit_Doll_Hat_Box"
- Name: "Vinit Doll Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5344,1; ">
-},
-{
- Id: 13967
- AegisName: "Debril_Doll_Hat_Box"
- Name: "W Doll Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5345,1; ">
-},
-/*
-{
- Id: 13968
- AegisName: "Bubblegum_Lower_Box"
- Name: "Bubble Gum Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5394,86400; ">
-},
-*/
-/*
-{
- Id: 13969
- AegisName: "Lucky_Clip_Box"
- Name: "Lucky Clip Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 2742,86400; ">
-},
-*/
-{
- Id: 13970
- AegisName: "Iron_10_Box"
- Name: "Iron Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 998,10; ">
-},
-{
- Id: 13971
- AegisName: "Steel_10_Box"
- Name: "Steel Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 999,10; ">
-},
-{
- Id: 13972
- AegisName: "Coal_10_Box"
- Name: "Coal Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 1003,10; ">
-},
-{
- Id: 13973
- AegisName: "Poison_Bottle_30_Box"
- Name: "Poison Bottle Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 678,30; ">
-},
-{
- Id: 13974
- AegisName: "TW_Scroll01"
- Name: "Fisherman Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 13975
- AegisName: "Picture_Diary_Box"
- Name: "Diary Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12304,604800; ">
-},
-{
- Id: 13976
- AegisName: "Mini_Heart_Box"
- Name: "Mini Heart Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12305,604800; ">
-},
-{
- Id: 13977
- AegisName: "Newcomer_Box"
- Name: "Freshman Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12306,604800; ">
-},
-{
- Id: 13978
- AegisName: "Kid_Box"
- Name: "Kid Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12307,604800; ">
-},
-{
- Id: 13979
- AegisName: "Magic_Castle_Box"
- Name: "Magic Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12308,604800; ">
-},
-{
- Id: 13980
- AegisName: "Bulging_Head_Box"
- Name: "JJangu Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12309,604800; ">
-},
-{
- Id: 13981
- AegisName: "Picture_Diary_Box_1m"
- Name: "Diary Magic Powder Box 30 Days"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12304,2592000; ">
-},
-{
- Id: 13982
- AegisName: "Mini_Heart_Box_1m"
- Name: "Mini Heart Magic Powder Box 30 Days"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12305,2592000; ">
-},
-{
- Id: 13983
- AegisName: "Newcomer_Box_1m"
- Name: "Freshman Magic Powder Box 30 Days"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12306,2592000; ">
-},
-{
- Id: 13984
- AegisName: "Kid_Box_1m"
- Name: "Kid Magic Powder Box 30 Days"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12307,2592000; ">
-},
-{
- Id: 13985
- AegisName: "Magic_Castle_Box_1m"
- Name: "Magic Magic Powder Box 30 Days"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12308,2592000; ">
-},
-{
- Id: 13986
- AegisName: "Bulging_Head_Box_1m"
- Name: "JJangu Magic Powder Box 30 Days"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12309,2592000; ">
-},
-{
- Id: 13987
- AegisName: "Ori_Stone_5_Box"
- Name: "Rough Oridecon 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 756,5; ">
-},
-{
- Id: 13988
- AegisName: "Ori_Stone_50_Box"
- Name: "Rough Oridecon 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 756,50; ">
-},
-{
- Id: 13989
- AegisName: "Acidbomb_10_Box"
- Name: "Acid Bomb 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 7135,10;
- getitem 7136,10;
- ">
-},
-{
- Id: 13990
- AegisName: "Job_Manual50_Box"
- Name: "JOB Battle Manual Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14592,10; ">
-},
-{
- Id: 13991
- AegisName: "Tiger_Mask_Box"
- Name: "Tiger Mask Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5098,1; ">
-},
-{
- Id: 13992
- AegisName: "Cat_Hat_Box"
- Name: "Pussy Cat Bell Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5099,1; ">
-},
-{
- Id: 13993
- AegisName: "Alice_Doll_Box"
- Name: "Alice Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5137,1; ">
-},
-{
- Id: 13994
- AegisName: "Speed_Up_Potion_Box5"
- Name: "Speed Potion 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" getitem Speed_Up_Potion, 5; ">
-},
-{
- Id: 13995
- AegisName: "Speed_Up_Potion_Box10"
- Name: "Speed Potion 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" getitem Speed_Up_Potion, 10; ">
-},
-{
- Id: 13996
- AegisName: "Big_Bun_Box100"
- Name: "Big Bun 100 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14522,100; ">
-},
-{
- Id: 13997
- AegisName: "Big_Bun_Box500"
- Name: "Big Bun 500 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14522,500; ">
-},
-{
- Id: 13998
- AegisName: "Giant_Fly_Wing_Box500"
- Name: "Giant Fly Wing 500 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12212,500; ">
-},
-{
- Id: 13999
- AegisName: "Pill__Box100"
- Name: "Pill 100 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14523,100; ">
-},
-{
- Id: 14000
- AegisName: "Pill__Box500"
- Name: "Pill 500 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14523,500; ">
-},
-{
- Id: 14001
- AegisName: "Basic_Siege_Supply_Box"
- Name: "Recruit Siege Supply Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 11503,25;
- getitem 11504,10;
- ">
-},
-{
- Id: 14002
- AegisName: "Adv_Siege_Supply_Box"
- Name: "Veteran Siege Supply Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 11503,50;
- getitem 11504,20;
- ">
-},
-{
- Id: 14003
- AegisName: "Elite_Siege_Supply_Box"
- Name: "Elite Siege Supply Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 11503,100;
- getitem 11504,50;
- ">
-},
-{
- Id: 14004
- AegisName: "Poison_Bottle_10_Box"
- Name: "Poison Bottle 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 678,10; ">
-},
-{
- Id: 14005
- AegisName: "Poison_Bottle_5_Box"
- Name: "Poison Bottle 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 678,5; ">
-},
-{
- Id: 14006
- AegisName: "F_Drooping_W_Kitty_Box"
- Name: "Evolved Drooping Cat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5372,1; ">
-},
-{
- Id: 14007
- AegisName: "F_Rabbit_Ear_Hat_Box"
- Name: "Evolved Rabbits Headband Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5378,1; ">
-},
-{
- Id: 14008
- AegisName: "F_L_Orc_Hero_Helm_Box"
- Name: "Evolved Helmet Of Orc Hero Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5375,1; ">
-},
-{
- Id: 14009
- AegisName: "F_Love_Angel_Box"
- Name: "Love Angel Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12287,604800; ">
-},
-{
- Id: 14010
- AegisName: "F_Squirrel_Box"
- Name: "Squillroll Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12288,604800; ">
-},
-{
- Id: 14011
- AegisName: "F_Gogo_Box"
- Name: "Gogo Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 12289,604800; ">
-},
-{
- Id: 14012
- AegisName: "F_Love_Angel_Box_1m"
- Name: "Love Angel Magic Powder Box 30 Days"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13915,2592000; ">
-},
-{
- Id: 14013
- AegisName: "F_Squirrel_Box_1m"
- Name: "Squillroll Magic Powder Box 30 Days"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13916,2592000; ">
-},
-{
- Id: 14014
- AegisName: "F_Gogo_Box_1m"
- Name: "Gogo Magic Powder Box 30 Days"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13917,2592000; ">
-},
-{
- Id: 14015
- AegisName: "F_Wasteland_Outlaw_Box"
- Name: "Western Outlaw Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13107,604800; ">
-},
-{
- Id: 14016
- AegisName: "F_Lever_Action_Rifle_Box"
- Name: "Lever Action Rifle Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13170,604800; ">
-},
-{
- Id: 14017
- AegisName: "F_All_In_One_Ring_Box"
- Name: "All In One Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2741,604800; ">
-},
-{
- Id: 14018
- AegisName: "F_Spritual_Tunic_Box"
- Name: "Spiritual Tunic Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2384,604800; ">
-},
-{
- Id: 14019
- AegisName: "F_Recuperative_Box"
- Name: "Recuvative Armor Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2385,604800; ">
-},
-{
- Id: 14020
- AegisName: "F_Shelter_Resist_Box"
- Name: "Shell Of Resistance Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2132,604800; ">
-},
-{
- Id: 14021
- AegisName: "F_Sylphid_Manteau_Box"
- Name: "Silf Manteau Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2543,604800; ">
-},
-{
- Id: 14022
- AegisName: "F_Refresh_Shoes_Box"
- Name: "Refresh Shoes Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2439,604800; ">
-},
-{
- Id: 14023
- AegisName: "F_Toast_Box"
- Name: "Crunch Toast Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5391,604800; ">
-},
-{
- Id: 14024
- AegisName: "F_Robo_Eye_Box"
- Name: "Robo Eye Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5325,1; ">
-},
-{
- Id: 14025
- AegisName: "F_Twin_Ribbon_Box"
- Name: "Maiden's Twin Ribbon Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5187,1; ">
-},
-/*
-{
- Id: 14026
- AegisName: "F_Diadem_Box"
- Name: "Diadem Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 5313,1; ">
-},
-*/
-{
- Id: 14027
- AegisName: "F_Fish_Head_Hat_Box"
- Name: "Fish Head Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5380,1; ">
-},
-{
- Id: 14028
- AegisName: "F_Santa_Poring_Hat_Box"
- Name: "SantaPoring Cap Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5381,1; ">
-},
-{
- Id: 14029
- AegisName: "F_Bell_Ribbon_Box"
- Name: "Bell Ribbon Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5382,1; ">
-},
-{
- Id: 14030
- AegisName: "F_Mimic_Scroll_Box5"
- Name: "Mimic Summoning 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem Mimic_Scroll, 5; ">
-},
-{
- Id: 14031
- AegisName: "F_Disguise_Scroll_Box5"
- Name: "Disguise Summoning 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem Disguise_Scroll, 5; ">
-},
-{
- Id: 14032
- AegisName: "F_Alice_Scroll_Box5"
- Name: "Alice Summoning 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem Alice_Scroll, 5; ">
-},
-{
- Id: 14033
- AegisName: "F_Mimic_Scroll_Box10"
- Name: "Mimic Summoning 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem Mimic_Scroll, 10; ">
-},
-{
- Id: 14034
- AegisName: "F_Disguise_Scroll_Box10"
- Name: "Disguise Summoning 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem Disguise_Scroll, 10; ">
-},
-{
- Id: 14035
- AegisName: "F_Alice_Scroll_Box10"
- Name: "Alice Summoning 10 Box)"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem Alice_Scroll, 10; ">
-},
-{
- Id: 14036
- AegisName: "F_New_Style_Coupon_Box"
- Name: "New Style Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7622,1; ">
-},
-{
- Id: 14037
- AegisName: "F_Repair_Scroll_Box"
- Name: "Repair Weapon Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 14521,5;
- getitem 1002,5;
- getitem 998,5;
- getitem 756,5;
- getitem 999,5;
- ">
-},
-{
- Id: 14038
- AegisName: "F_Repair_Scroll_Box10"
- Name: "Repair Weapon Scroll 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 14521,10;
- getitem 1002,10;
- getitem 998,10;
- getitem 756,10;
- getitem 999,10;
- ">
-},
-/*
-{
- Id: 14039
- AegisName: "F_Hockey_Mask_Box"
- Name: "Hockey Mask Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5314,604800; ">
-},
-*/
-/*
-{
- Id: 14040
- AegisName: "F_Observer_Box"
- Name: "Observer Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 5315,604800; ">
-},
-*/
-{
- Id: 14041
- AegisName: "F_WOB_Rune_Box5"
- Name: "Yellow Butterfly Wing 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14582,5; ">
-},
-{
- Id: 14042
- AegisName: "F_WOB_Rune_Box10"
- Name: "Yellow Butterfly Wing Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14582,10; ">
-},
-{
- Id: 14043
- AegisName: "F_WOB_Schwaltz_Box5"
- Name: "Green Butterfly Wing 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14583,5; ">
-},
-{
- Id: 14044
- AegisName: "F_WOB_Schwaltz_Box10"
- Name: "Green Butterfly Wing Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14583,10; ">
-},
-{
- Id: 14045
- AegisName: "F_WOB_Rachel_Box5"
- Name: "Red Butterfly Wing 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14584,5; ">
-},
-{
- Id: 14046
- AegisName: "F_WOB_Rachel_Box10"
- Name: "Red Butterfly Wing Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14584,10; ">
-},
-{
- Id: 14047
- AegisName: "F_WOB_Local_Box5"
- Name: "Blue Butterfly Wing 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14585,5; ">
-},
-{
- Id: 14048
- AegisName: "F_WOB_Local_Box10"
- Name: "Blue Butterfly Wing Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14585,10; ">
-},
-{
- Id: 14049
- AegisName: "F_Spark_Candy_Box5"
- Name: "Candy 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem Spark_Candy, 5; ">
-},
-{
- Id: 14050
- AegisName: "F_Spark_Candy_Box10"
- Name: "Candy 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" getitem Spark_Candy, 10; ">
-},
-{
- Id: 14051
- AegisName: "F_Dun_Tel_Scroll2_Box5"
- Name: "Dungeon Teleport Scroll II 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14581,5; ">
-},
-{
- Id: 14052
- AegisName: "F_Dun_Tel_Scroll2_Box10"
- Name: "Dungeon Teleport Scroll II 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14581,10; ">
-},
-{
- Id: 14053
- AegisName: "F_Little_Angel_Doll_Box"
- Name: "Little Angel Doll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5324,1; ">
-},
-{
- Id: 14054
- AegisName: "F_Triple_Poring_Hat_Box"
- Name: "Poring 3 Hats Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5255,1; ">
-},
-{
- Id: 14055
- AegisName: "F_Nagan_Box"
- Name: "Refined Nagan Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13407,604800; ">
-},
-{
- Id: 14056
- AegisName: "F_Skewer_Box"
- Name: "Refined Brocca Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1424,604800; ">
-},
-{
- Id: 14057
- AegisName: "F_Survival_Rod_Box"
- Name: "Refined Survivor's Rod Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1628,604800; ">
-},
-{
- Id: 14058
- AegisName: "F_Quadrille_Box"
- Name: "Refined Quadrille Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1537,604800; ">
-},
-{
- Id: 14059
- AegisName: "F_Great_Axe_Box"
- Name: "Refined Great Axe Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1378,604800; ">
-},
-{
- Id: 14060
- AegisName: "F_Bloody_Roar_Box"
- Name: "Refined Bloody Roar Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1273,604800; ">
-},
-{
- Id: 14061
- AegisName: "F_Hardback_Box"
- Name: "Refined Hardcover Book Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1567,604800; ">
-},
-{
- Id: 14062
- AegisName: "F_Fire_Brand_Box"
- Name: "Refined Fireblend Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13408,604800; ">
-},
-{
- Id: 14063
- AegisName: "F_Immaterial_Sword_Box"
- Name: "Refined Immaterial Sword Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13409,604800; ">
-},
-{
- Id: 14064
- AegisName: "F_Unholy_Touch_Box"
- Name: "Refined Unholy Touch Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1274,604800; ">
-},
-{
- Id: 14065
- AegisName: "F_Clack_Of_Servival_Box"
- Name: "Refined Survivor's Manteau Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2535,1209600; ">
-},
-{
- Id: 14066
- AegisName: "F_Masquerade_Box"
- Name: "Refined Masquerade Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5326,1209600; ">
-},
-{
- Id: 14067
- AegisName: "F_Orc_Hero_Helm_Box"
- Name: "Refined Helmet of Orc Hero Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5327,1209600; ">
-},
-{
- Id: 14068
- AegisName: "F_Ear_Of_Devil_Wing_Box"
- Name: "Refined Wing of Diablo Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5328,1209600; ">
-},
-{
- Id: 14069
- AegisName: "F_Dark_Blindfold_Box"
- Name: "Refined Dark Blinder Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5329,1209600; ">
-},
-{
- Id: 14070
- AegisName: "F_K_Drooping_Kitty_Box"
- Name: "Refined Drooping Cat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5330,1209600; ">
-},
-{
- Id: 14071
- AegisName: "F_Corsair_Box"
- Name: "Refined Corsair Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5331,1209600; ">
-},
-{
- Id: 14072
- AegisName: "F_Bloody_Iron_Ball_Box"
- Name: "Refined Bloodied Shackle Ball Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2710,604800; ">
-},
-{
- Id: 14073
- AegisName: "F_Spiritual_Ring_Box"
- Name: "Refined Spiritual Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2711,604800; ">
-},
-{
- Id: 14074
- AegisName: "F_G_O_I_Box5"
- Name: "Wine Glass of Illusion 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14538,5; ">
-},
-{
- Id: 14075
- AegisName: "F_G_O_I_Box10"
- Name: "Glass Of Illusion 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14538,10; ">
-},
-{
- Id: 14076
- AegisName: "F_Shadow_Armor_S_Box5"
- Name: "Scroll of Shadow Armor 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14539,5; ">
-},
-{
- Id: 14077
- AegisName: "F_Shadow_Armor_S_Box10"
- Name: "Scroll of Shadow Armor 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14539,10; ">
-},
-{
- Id: 14078
- AegisName: "F_Shadow_Armor_S_Box30"
- Name: "Scroll of Shadow Armor 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14539,30; ">
-},
-{
- Id: 14079
- AegisName: "F_Holy_Armor_S_Box5"
- Name: "Scroll of Holy Armor 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14540,5; ">
-},
-{
- Id: 14080
- AegisName: "F_Holy_Armor_S_Box10"
- Name: "Scroll of Holy Armor 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14540,10; ">
-},
-{
- Id: 14081
- AegisName: "F_Holy_Armor_S_Box30"
- Name: "Scroll of Holy Armor 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14540,30; ">
-},
-{
- Id: 14082
- AegisName: "FS_Def_Potion_Box10"
- Name: "Small Defense Potion 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14541,10; ">
-},
-{
- Id: 14083
- AegisName: "FS_Def_Potion_Box30"
- Name: "Small Physical Defense Potion 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14541,30; ">
-},
-{
- Id: 14084
- AegisName: "FS_Def_Potion_Box50"
- Name: "Small Physical Defense Potion 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14541,50; ">
-},
-{
- Id: 14085
- AegisName: "FB_Def_Potion_Box10"
- Name: "Big Defense Potion 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14542,10; ">
-},
-{
- Id: 14086
- AegisName: "FB_Def_Potion_Box30"
- Name: "Large Physical Defense Potion 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14542,30; ">
-},
-{
- Id: 14087
- AegisName: "FB_Def_Potion_Box50"
- Name: "Large Physical Defense Potion 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14542,50; ">
-},
-{
- Id: 14088
- AegisName: "FS_Mdef_Potion_Box10"
- Name: "Small Magic Defense Potion 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14543,10; ">
-},
-{
- Id: 14089
- AegisName: "FS_Mdef_Potion_Box30"
- Name: "Small Magical Defense Potion 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14543,30; ">
-},
-{
- Id: 14090
- AegisName: "FS_Mdef_Potion_Box50"
- Name: "Small Magical Defense Potion 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14543,50; ">
-},
-{
- Id: 14091
- AegisName: "FB_Mdef_Potion_Box10"
- Name: "Big Magic Defense Potion 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14544,10; ">
-},
-{
- Id: 14092
- AegisName: "FB_Mdef_Potion_Box30"
- Name: "Large Magical Defense Potion 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14544,30; ">
-},
-{
- Id: 14093
- AegisName: "FB_Mdef_Potion_Box50"
- Name: "Large Magical Defense Potion 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14544,50; ">
-},
-{
- Id: 14094
- AegisName: "F_Flying_Angel_Box"
- Name: "Flying Angel Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5210,1; ">
-},
-{
- Id: 14095
- AegisName: "F_Cat_Hat_Box"
- Name: "Neko Mimi Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5099,1; ">
-},
-{
- Id: 14096
- AegisName: "F_M_F_H_Box"
- Name: "Moonlight Flower Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5214,1; ">
-},
-{
- Id: 14097
- AegisName: "F_Chick_Hat_Box"
- Name: "Baby Chick Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5283,1; ">
-},
-{
- Id: 14098
- AegisName: "F_Pecopeco_Hairband_Box"
- Name: "Peco Peco Hairband Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5286,1209600; ">
-},
-{
- Id: 14099
- AegisName: "F_Red_Glasses_Box"
- Name: "Red Glasses Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5288,1209600; ">
-},
-{
- Id: 14100
- AegisName: "F_Whisper_Mask_Box"
- Name: "Whisper Mask Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5294,1209600; ">
-},
-{
- Id: 14101
- AegisName: "F_Ramen_Hat_Box"
- Name: "Ramen Hat Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5293,1209600; ">
-},
-{
- Id: 14102
- AegisName: "F_Dun_Tele_Scroll1_Box"
- Name: "Dungeon Teleport Scroll 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14527,5; ">
-},
-{
- Id: 14103
- AegisName: "F_Max_Weight_Up_Box"
- Name: "Gym Membership Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7776,1; ">
-},
-{
- Id: 14104
- AegisName: "F_S_Life_Potion_Box"
- Name: "Small Life Potion 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14534,10; ">
-},
-{
- Id: 14105
- AegisName: "F_S_Life_Potion_Box30"
- Name: "Small Life Potion 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14534,30; ">
-},
-{
- Id: 14106
- AegisName: "F_S_Life_Potion_Box50"
- Name: "Small Life Potion 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14534,50; ">
-},
-{
- Id: 14107
- AegisName: "F_M_Life_Potion_Box"
- Name: "Medium Life Potion 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14535,10; ">
-},
-{
- Id: 14108
- AegisName: "F_M_Life_Potion_Box30"
- Name: "Medium Life Potion 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14535,30; ">
-},
-{
- Id: 14109
- AegisName: "F_M_Life_Potion_Box50"
- Name: "Medium Life Potion 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14535,50; ">
-},
-{
- Id: 14110
- AegisName: "F_Abrasive_Box5"
- Name: "Abrasive 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14536,5; ">
-},
-{
- Id: 14111
- AegisName: "F_Abrasive_Box10"
- Name: "Abrasive 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14536,10; ">
-},
-{
- Id: 14112
- AegisName: "F_Regeneration_Box5"
- Name: "Regeneration Potion 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14537,5; ">
-},
-{
- Id: 14113
- AegisName: "F_Regeneration_Box10"
- Name: "Regeneration Potion 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14537,10; ">
-},
-{
- Id: 14114
- AegisName: "F_Dun_Tele_Scroll_Box10"
- Name: "Dungeon Teleport Scroll 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14527,10; ">
-},
-{
- Id: 14115
- AegisName: "F_Infiltrator_Box"
- Name: "Refined Infiltrator Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1267,604800; ">
-},
-{
- Id: 14116
- AegisName: "F_Muramasa_Box"
- Name: "Refined Muramasa Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1173,604800; ">
-},
-{
- Id: 14117
- AegisName: "F_Excalibur_Box"
- Name: "Refined Excalibur Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13401,604800; ">
-},
-{
- Id: 14118
- AegisName: "F_Combat_Knife_Box"
- Name: "Combat Knife Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13021,604800; ">
-},
-{
- Id: 14119
- AegisName: "F_Counter_Dagger_Box"
- Name: "Counter Dagger Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13022,604800; ">
-},
-{
- Id: 14120
- AegisName: "F_Kaiser_Knuckle_Box"
- Name: "Refined Kaiser Knuckle Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1817,604800; ">
-},
-{
- Id: 14121
- AegisName: "F_Mighty_Staff_Box"
- Name: "Refined Mighty Staff Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1623,604800; ">
-},
-{
- Id: 14122
- AegisName: "F_Right_Epsilon_Box"
- Name: "Light Epsilon Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1372,604800; ">
-},
-{
- Id: 14123
- AegisName: "F_Balistar_Box"
- Name: "Refined Ballista Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1728,604800; ">
-},
-{
- Id: 14124
- AegisName: "F_Diary_Of_Great_Sage"
- Name: "Sage's Diary Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1563,604800; ">
-},
-{
- Id: 14125
- AegisName: "F_Asura_Box"
- Name: "Asura Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 13023,604800; ">
-},
-{
- Id: 14126
- AegisName: "F_Apple_Of_Archer_Box"
- Name: "Apple of Archer Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5265,1209600; ">
-},
-{
- Id: 14127
- AegisName: "F_Bunny_Band_Box"
- Name: "Bunny Band Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5266,1209600; ">
-},
-{
- Id: 14128
- AegisName: "F_Sahkkat_Box"
- Name: "Refined Sakkat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5267,1209600; ">
-},
-{
- Id: 14129
- AegisName: "F_Lord_Circlet_Box"
- Name: "Refined Grand Circlet Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 5268,1209600; ">
-},
-{
- Id: 14130
- AegisName: "F_Elven_Ears_Box"
- Name: "Elven Ears Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2686,1209600; ">
-},
-{
- Id: 14131
- AegisName: "F_Steel_Flower_Box"
- Name: "Steel Flower Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2687,1209600; ">
-},
-{
- Id: 14132
- AegisName: "F_Critical_Ring_Box"
- Name: "Critical Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2688,604800; ">
-},
-{
- Id: 14133
- AegisName: "F_Earring_Box"
- Name: "Earring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2689,604800; ">
-},
-{
- Id: 14134
- AegisName: "F_Ring_Box"
- Name: "Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2690,604800; ">
-},
-{
- Id: 14135
- AegisName: "F_Necklace_Box"
- Name: "Necklace Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2691,604800; ">
-},
-{
- Id: 14136
- AegisName: "F_Glove_Box"
- Name: "Glove Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2692,604800; ">
-},
-{
- Id: 14137
- AegisName: "F_Brooch_Box"
- Name: "Brooch Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2693,604800; ">
-},
-{
- Id: 14138
- AegisName: "F_Rosary_Box"
- Name: "Rosary Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2694,604800; ">
-},
-{
- Id: 14139
- AegisName: "F_Safety_Ring_Box"
- Name: "Safety Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2695,604800; ">
-},
-{
- Id: 14140
- AegisName: "F_Vesper_Core_Box01"
- Name: "Refined Vesper Core 01 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2696,604800; ">
-},
-{
- Id: 14141
- AegisName: "F_Vesper_Core_Box02"
- Name: "Refined Vesper Core 02 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2697,604800; ">
-},
-{
- Id: 14142
- AegisName: "F_Vesper_Core_Box03"
- Name: "Refined Vesper Core 03 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2698,604800; ">
-},
-{
- Id: 14143
- AegisName: "F_Vesper_Core_Box04"
- Name: "Refined Vesper Core 04 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 2699,604800; ">
-},
-{
- Id: 14144
- AegisName: "F_Vigorgra_Package1"
- Name: "Vigorgra Box1"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12250,2;
- getitem 12251,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12216,15;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 14145
- AegisName: "F_Vigorgra_Package2"
- Name: "Vigorgra Box2"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12250,2;
- getitem 12255,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12216,15;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 14146
- AegisName: "F_Vigorgra_Package3"
- Name: "Vigorgra Box3"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12252,2;
- getitem 12253,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12216,15;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 14147
- AegisName: "F_Vigorgra_Package4"
- Name: "Vigorgra Box4"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12252,2;
- getitem 12255,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12216,15;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 14148
- AegisName: "F_Vigorgra_Package5"
- Name: "Vigorgra Box5"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12252,2;
- getitem 12250,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12216,15;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 14149
- AegisName: "F_Vigorgra_Package6"
- Name: "Vigorgra Box6"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12250,2;
- getitem 12251,2;
- getitem 12208,2;
- getitem 12215,15;
- getitem 12217,20;
- getitem 12211,1;
- getitem 7621,1;
- ">
-},
-{
- Id: 14150
- AegisName: "F_Vigorgra_Package7"
- Name: "Vigorgra Box7"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12250,4;
- getitem 12251,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12216,30;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 14151
- AegisName: "F_Vigorgra_Package8"
- Name: "Vigorgra Box8"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12250,4;
- getitem 12255,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12216,30;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 14152
- AegisName: "F_Vigorgra_Package9"
- Name: "Start your Journey Pack"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12252,4;
- getitem 12253,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12216,30;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 14153
- AegisName: "F_Vigorgra_Package10"
- Name: "Siege Mode Pack"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12252,4;
- getitem 12255,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12216,30;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 14154
- AegisName: "F_Vigorgra_Package11"
- Name: "1 Hour Survival Pack"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12252,4;
- getitem 12250,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12216,30;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 14155
- AegisName: "F_Vigorgra_Package12"
- Name: "Weekend Hunting Pack"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12250,4;
- getitem 12251,4;
- getitem 12208,4;
- getitem 12215,30;
- getitem 12217,40;
- getitem 12211,2;
- getitem 7621,2;
- ">
-},
-{
- Id: 14156
- AegisName: "F_Battle_Manual_Box"
- Name: "Battle Manual Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12208,10; ">
-},
-{
- Id: 14157
- AegisName: "F_Insurance_Package"
- Name: "Insurance Package"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12209,10; ">
-},
-{
- Id: 14158
- AegisName: "F_Bubble_Gum_Box"
- Name: "Bubble Gum Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12210,10; ">
-},
-{
- Id: 14159
- AegisName: "F_Str_Dish_Box"
- Name: "Steamed Tongue Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12202,10; ">
-},
-{
- Id: 14160
- AegisName: "F_Agi_Dish_Box"
- Name: "Steamed Scorpion Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12203,10; ">
-},
-{
- Id: 14161
- AegisName: "F_Int_Dish_Box"
- Name: "Dragon Breath Cocktail Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12204,10; ">
-},
-{
- Id: 14162
- AegisName: "F_Dex_Dish_Box"
- Name: "Hwergelmir's Tonic Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12205,10; ">
-},
-{
- Id: 14163
- AegisName: "F_Luk_Dish_Box"
- Name: "Nine Tail Dish Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12206,10; ">
-},
-{
- Id: 14164
- AegisName: "F_Vit_Dish_Box"
- Name: "Stew Of Immortality Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12207,10; ">
-},
-{
- Id: 14165
- AegisName: "F_Kafra_Card_Box"
- Name: "Kafra Card Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12211,10; ">
-},
-{
- Id: 14166
- AegisName: "F_Giant_Fly_Wing_Box"
- Name: "Giant Fly Wing Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12212,10; ">
-},
-{
- Id: 14167
- AegisName: "F_Neuralizer_Box"
- Name: "Neuralizer Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12213,1; ">
-},
-{
- Id: 14168
- AegisName: "F_Convex_Mirror_Box"
- Name: "Convex Mirror Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12214,10; ">
-},
-{
- Id: 14169
- AegisName: "F_Blessing_10_Scroll_Box"
- Name: "Blessing 10 Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12215,10; ">
-},
-{
- Id: 14170
- AegisName: "F_Inc_Agi_10_Scroll_Box"
- Name: "Increase AGI 10 scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12216,10; ">
-},
-{
- Id: 14171
- AegisName: "F_Aspersio_5_Scroll_Box"
- Name: "Aspersio 5 Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12217,10;
- getitem 523,10;
- ">
-},
-{
- Id: 14172
- AegisName: "F_Assumptio_5_Scroll_Box"
- Name: "Assumptio 5 Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12218,10; ">
-},
-{
- Id: 14173
- AegisName: "F_Wind_Walk_10_Scroll_Box"
- Name: "Wind Walk 10 Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12219,10; ">
-},
-{
- Id: 14174
- AegisName: "F_Adrenaline_Scroll_Box"
- Name: "Adrenaline 5 Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12220,10; ">
-},
-{
- Id: 14175
- AegisName: "F_Megaphone_Box"
- Name: "Megaphone 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12221,10; ">
-},
-{
- Id: 14176
- AegisName: "F_Enriched_Elunium_Box"
- Name: "Enriched Elunium Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7619,10; ">
-},
-{
- Id: 14177
- AegisName: "F_Enriched_Oridecon_Box"
- Name: "Enriched Oridecon Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7620,10; ">
-},
-{
- Id: 14178
- AegisName: "F_Token_Of_Siegfried_Box"
- Name: "Token of Siegfried Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7621,10; ">
-},
-{
- Id: 14179
- AegisName: "F_Giant_Fly_Wing_Box50"
- Name: "Giant Fly Wing 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12212,50; ">
-},
-{
- Id: 14180
- AegisName: "F_Giant_Fly_Wing_Box100"
- Name: "Giant Fly Wing 100 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12212,100; ">
-},
-{
- Id: 14181
- AegisName: "F_Dex_Dish_Box30"
- Name: "Hwergelmir's Tonic 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12205,30; ">
-},
-{
- Id: 14182
- AegisName: "F_Dex_Dish_Box50"
- Name: "Hwergelmir's Tonic 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12205,50; ">
-},
-{
- Id: 14183
- AegisName: "F_Luk_Dish_Box30"
- Name: "Nine Tail Dish 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12206,30; ">
-},
-{
- Id: 14184
- AegisName: "F_Luk_Dish_Box50"
- Name: "Nine Tail Dish 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12206,50; ">
-},
-{
- Id: 14185
- AegisName: "F_Inc_Agi_10_Box30"
- Name: "Increase Agility Scroll 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12216,30; ">
-},
-{
- Id: 14186
- AegisName: "F_Inc_Agi_10_Box50"
- Name: "Increase Agility Scroll 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12216,50; ">
-},
-{
- Id: 14187
- AegisName: "F_Vit_Dish_Box30"
- Name: "Stew of Immortality 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12207,30; ">
-},
-{
- Id: 14188
- AegisName: "F_Vit_Dish_Box50"
- Name: "Stew of Immortality 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12207,50; ">
-},
-{
- Id: 14189
- AegisName: "F_Insurance_Package30"
- Name: "Life Insurrance 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12209,30; ">
-},
-{
- Id: 14190
- AegisName: "F_Insurance_Package50"
- Name: "Life Insurrance 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12209,50; ">
-},
-{
- Id: 14191
- AegisName: "F_Convex_Mirror_Box5"
- Name: "Convex Mirror 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12214,5; ">
-},
-{
- Id: 14192
- AegisName: "F_Convex_Mirror_Box30"
- Name: "Convex Mirror 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12214,30; ">
-},
-{
- Id: 14193
- AegisName: "F_Blessing10_Box30"
- Name: "Blessing Scroll 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12215,30; ">
-},
-{
- Id: 14194
- AegisName: "F_Blessing10_Box50"
- Name: "Lv10 Blessing Scroll Box 50"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12215,50; ">
-},
-{
- Id: 14195
- AegisName: "F_Adrenaline10_Box30"
- Name: "Adrenaline Rush Scroll 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12220,30; ">
-},
-{
- Id: 14196
- AegisName: "F_Adrenaline10_Box50"
- Name: "Adrenaline Rush Scroll 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12220,50; ">
-},
-{
- Id: 14197
- AegisName: "F_Assumptio_5_Box30"
- Name: "Assumptio Scroll 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12218,30; ">
-},
-{
- Id: 14198
- AegisName: "F_Assumptio_5_Box50"
- Name: "Lv5 Assumptio Scroll Box 50"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12218,50; ">
-},
-{
- Id: 14199
- AegisName: "F_Aspersio_5_Box30"
- Name: "Aspersio Scroll 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12217,30;
- getitem 523,30;
- ">
-},
-{
- Id: 14200
- AegisName: "F_Aspersio_5_Box50"
- Name: "Aspersio Scroll 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 12217,50;
- getitem 523,50;
- ">
-},
-{
- Id: 14201
- AegisName: "F_Agi_Dish_Box30"
- Name: "Steamed Scorpion 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12203,30; ">
-},
-{
- Id: 14202
- AegisName: "F_Agi_Dish_Box50"
- Name: "Steamed Scorpion 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12203,50; ">
-},
-{
- Id: 14203
- AegisName: "F_Wind_Walk10_Box30"
- Name: "Wind Walk Scroll 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12219,30; ">
-},
-{
- Id: 14204
- AegisName: "F_Wind_Walk10_Box50"
- Name: "Wind Walk Scroll 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12219,50; ">
-},
-{
- Id: 14205
- AegisName: "F_Int_Dish_Box30"
- Name: "Dragon Breath Cocktail 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12204,30; ">
-},
-{
- Id: 14206
- AegisName: "F_Int_Dish_Box50"
- Name: "Dragon Breath Cocktail 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12204,50; ">
-},
-{
- Id: 14207
- AegisName: "F_Battle_Manual_Box1"
- Name: "Field Manual Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12208,1; ">
-},
-{
- Id: 14208
- AegisName: "F_Battle_Manual_Box5"
- Name: "Battle Manual 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12208,5; ">
-},
-{
- Id: 14209
- AegisName: "F_Siegfried_Box5"
- Name: "Token of Siegfried 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7621,5; ">
-},
-{
- Id: 14210
- AegisName: "F_Siegfried_Box20"
- Name: "Token of Siegfried 20 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7621,20; ">
-},
-{
- Id: 14211
- AegisName: "F_Kafra_Card_Box30"
- Name: "Kafra Card 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12211,30; ">
-},
-{
- Id: 14212
- AegisName: "F_Kafra_Card_Box50"
- Name: "Kafra Card 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12211,50; ">
-},
-{
- Id: 14213
- AegisName: "F_Str_Dish_Box30"
- Name: "Steamed Tongue 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12202,30; ">
-},
-{
- Id: 14214
- AegisName: "F_Str_Dish_Box50"
- Name: "Steamed Tongue 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12202,50; ">
-},
-{
- Id: 14215
- AegisName: "F_Bubble_Gum_Box1"
- Name: "Bubble Gum Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12210,1; ">
-},
-{
- Id: 14216
- AegisName: "F_Bubble_Gum_Box5"
- Name: "Bubble Gum 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12210,5; ">
-},
-{
- Id: 14217
- AegisName: "F_Megaphone_Box1"
- Name: "Megaphone Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12221,1; ">
-},
-{
- Id: 14218
- AegisName: "F_Megaphone_Box5"
- Name: "Megaphone 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12221,5; ">
-},
-{
- Id: 14219
- AegisName: "F_Enriched_Elunium_Box5"
- Name: "Enriched Elunium 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7619,5; ">
-},
-{
- Id: 14220
- AegisName: "FEnriched_Oridecon_Box5"
- Name: "Enriched Oridecon 5 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 7620,5; ">
-},
-{
- Id: 14221
- AegisName: "MP_Scroll_Box"
- Name: "Mystical Amplification Scroll 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14593,10; ">
-},
-{
- Id: 14222
- AegisName: "MP_Scroll_Box30"
- Name: "Mystical Amplification Scroll 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14593,30; ">
-},
-{
- Id: 14223
- AegisName: "MP_Scroll_Box50"
- Name: "Mystical Amplification Scroll 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14593,50; ">
-},
-{
- Id: 14224
- AegisName: "Quagmire_Scroll_Box"
- Name: "Quagmire Scroll 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14594,10; ">
-},
-{
- Id: 14225
- AegisName: "Quagmire_Scroll_Box30"
- Name: "Quagmire Scroll 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14594,30; ">
-},
-{
- Id: 14226
- AegisName: "Quagmire_Scroll_Box50"
- Name: "Quagmire Scroll 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 14594,50; ">
-},
-{
- Id: 14227
- AegisName: "Healing_Staff_Box"
- Name: "Healing Staff Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" rentitem 1638,604800; ">
-},
-/*
-{
- Id: 14228
- AegisName: "Praxinus_Box"
- Name: "Praccsinos Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 2752,604800; ">
-},
-*/
-/*
-{
- Id: 14229
- AegisName: "Sakura_Scroll"
- Name: "Cherry Blossom Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
-},
-*/
-/*
-{
- Id: 14230
- AegisName: "Headphone_Box"
- Name: "Note Headphones Box"
- Type: "IT_CASH"
- Weight: 10
- Script: <" getitem 5151,1; ">
-},
-*/
-/*
-{
- Id: 14231
- AegisName: "Novice_Box"
- Name: "Novice Breastplate Boxes"
- Type: "IT_CASH"
- Weight: 10
-},
-*/
-{
- Id: 14232
- AegisName: "Yggdrasilberry_Box_"
- Name: "Yggdrasil Berry 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 607,10; ">
-},
-{
- Id: 14233
- AegisName: "Dead_Tree_Branch_Box1"
- Name: "Dead Branch 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 604,10; ">
-},
-{
- Id: 14234
- AegisName: "Dead_Tree_Branch_Box2"
- Name: "Dead Branch 25 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 604,25; ">
-},
-{
- Id: 14235
- AegisName: "Field_Manual_Box_2"
- Name: "Field Manual 2 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12208,2; ">
-},
-{
- Id: 14236
- AegisName: "Str_Dish_Box60"
- Name: "Steamed Tongue 20 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12202,20; ">
-},
-{
- Id: 14237
- AegisName: "Agi_Dish_Box60"
- Name: "Steamed Desert Scorpions Box(20)"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12203,20; ">
-},
-{
- Id: 14238
- AegisName: "Int_Dish_Box60"
- Name: "Immortal Stew 20 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12207,20; ">
-},
-{
- Id: 14239
- AegisName: "Dex_Dish_Box60"
- Name: "Dragon Breath Cocktail 20 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12204,20; ">
-},
-{
- Id: 14240
- AegisName: "Luk_Dish_Box60"
- Name: "Hwergelmir's Tonic 20 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12205,20; ">
-},
-{
- Id: 14241
- AegisName: "Vit_Dish_Box60"
- Name: "Nine Tail Dish 20 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 12206,20; ">
-},
-{
- Id: 14242
- AegisName: "Beholder_Ring_Box"
- Name: "Beholder Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" rentitem 2753,604800; ">
-},
-{
- Id: 14243
- AegisName: "Hallow_Ring_Box"
- Name: "Hallow Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" rentitem 2754,604800; ">
-},
-{
- Id: 14244
- AegisName: "Clamorous_Ring_Box"
- Name: "Clamorous Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" rentitem 2755,604800; ">
-},
-{
- Id: 14245
- AegisName: "Chemical_Ring_Box"
- Name: "Chemical Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" rentitem 2756,604800; ">
-},
-{
- Id: 14246
- AegisName: "Insecticide_Ring_Box"
- Name: "Insecticide Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" rentitem 2757,604800; ">
-},
-{
- Id: 14247
- AegisName: "Fisher_Ring_Box"
- Name: "Fisher Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" rentitem 2758,604800; ">
-},
-{
- Id: 14248
- AegisName: "Decussate_Ring_Box"
- Name: "Decussate Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" rentitem 2759,604800; ">
-},
-{
- Id: 14249
- AegisName: "Bloody_Ring_Box"
- Name: "Bloody Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" rentitem 2760,604800; ">
-},
-{
- Id: 14250
- AegisName: "Satanic_Ring_Box"
- Name: "Satanic Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" rentitem 2761,604800; ">
-},
-{
- Id: 14251
- AegisName: "Dragoon_Ring_Box"
- Name: "Dragon Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" rentitem 2762,604800; ">
-},
-{
- Id: 14252
- AegisName: "Beholder_Ring_Box2"
- Name: "Beholder Ring Box II"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" rentitem 2753,1296000; ">
-},
-{
- Id: 14253
- AegisName: "Hallow_Ring_Box2"
- Name: "Hallow Ring Box II"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" rentitem 2754,1296000; ">
-},
-{
- Id: 14254
- AegisName: "Clamorous_Ring_Box2"
- Name: "Clamorous Ring Box II"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" rentitem 2755,1296000; ">
-},
-{
- Id: 14255
- AegisName: "Chemical_Ring_Box2"
- Name: "Chemical Ring Box II"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" rentitem 2756,1296000; ">
-},
-{
- Id: 14256
- AegisName: "Insecticide_Ring_Box2"
- Name: "Insecticide Ring Box II"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" rentitem 2757,1296000; ">
-},
-{
- Id: 14257
- AegisName: "Fisher_Ring_Box2"
- Name: "Fisher Ring Box II"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" rentitem 2758,1296000; ">
-},
-{
- Id: 14258
- AegisName: "Decussate_Ring_Box2"
- Name: "Decussate Ring Box II"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" rentitem 2759,1296000; ">
-},
-{
- Id: 14259
- AegisName: "Bloody_Ring_Box2"
- Name: "Bloody Ring Box II"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" rentitem 2760,1296000; ">
-},
-{
- Id: 14260
- AegisName: "Satanic_Ring_Box2"
- Name: "Satanic Ring Box II"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" rentitem 2761,1296000; ">
-},
-{
- Id: 14261
- AegisName: "Dragoon_Ring_Box2"
- Name: "Dragon Ring Box II"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" rentitem 2762,1296000; ">
-},
-{
- Id: 14262
- AegisName: "Diary_Magic_Powder_Box"
- Name: "Diary Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Script: <" rentitem 12304,604800; ">
-},
-{
- Id: 14263
- AegisName: "Mini_Heart_Magic_Powder_Box"
- Name: "Mini Heart Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Script: <" rentitem 12305,604800; ">
-},
-{
- Id: 14264
- AegisName: "Freshman_Magic_Powder_Box"
- Name: "Freshman Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Script: <" rentitem 12306,604800; ">
-},
-{
- Id: 14265
- AegisName: "Kid_Magic_Powder_Box"
- Name: "Kid Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Script: <" rentitem 12307,604800; ">
-},
-{
- Id: 14266
- AegisName: "Magic_Magic_Powder_Box"
- Name: "Magic Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Script: <" rentitem 12308,604800; ">
-},
-{
- Id: 14267
- AegisName: "JJangu_Magic_Powder_Box"
- Name: "JJangu Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Script: <" rentitem 12309,604800; ">
-},
-{
- Id: 14268
- AegisName: "Diary_Magic_Powder_Box4"
- Name: "Diary Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
-},
-{
- Id: 14269
- AegisName: "Mini_Heart_Magic_Powder_Box4"
- Name: "Mini_Heart_Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
-},
-{
- Id: 14270
- AegisName: "Freshman_Magic_Powder_Box4"
- Name: "Freshman Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
-},
-{
- Id: 14271
- AegisName: "Kid_Magic_Powder_Box4"
- Name: "Kid Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
-},
-{
- Id: 14272
- AegisName: "Magic_Magic_Powder_Box4"
- Name: "Magic Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
-},
-{
- Id: 14273
- AegisName: "JJangu_Magic_Powder_Box4"
- Name: "JJangu Magic Powder Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
-},
-{
- Id: 14274
- AegisName: "F_Magic_Scroll_Box"
- Name: "Mystical Amplification Scroll 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14593,10; ">
-},
-{
- Id: 14275
- AegisName: "F_Magic_Scroll_Box30"
- Name: "Mystical Amplification Scroll 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14593,30; ">
-},
-{
- Id: 14276
- AegisName: "F_Magic_Scroll_Box50"
- Name: "Mystical Amplification Scroll 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14593,50; ">
-},
-{
- Id: 14277
- AegisName: "F_Quagmire_Scroll_Box"
- Name: "Quagmire Scroll 10 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14594,10; ">
-},
-{
- Id: 14278
- AegisName: "F_Quagmire_Scroll_Box30"
- Name: "Quagmire Scroll 30 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14594,30; ">
-},
-{
- Id: 14279
- AegisName: "F_Quagmire_Scroll_Box50"
- Name: "Quagmire Scroll 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 14594,50; ">
-},
-{
- Id: 14280
- AegisName: "Healing_Staff_Box2"
- Name: "Healing Staff Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" rentitem 1638,604800; ">
-},
-/*
-{
- Id: 14281
- AegisName: "Praccsinos_Box"
- Name: "Praccsinos_Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 2752,1; ">
-},
-*/
-{
- Id: 14282
- AegisName: "Emperium_Box"
- Name: "Emperium Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 714,1; ">
-},
-{
- Id: 14283
- AegisName: "Marriage_Covenant_Box"
- Name: "Written Oath Of Marriage Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 6026,1; ">
-},
-/*
-{
- Id: 14284
- AegisName: "Muffler_C_Box"
- Name: "Muffler Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 2548,1; ">
-},
-*/
-/*
-{
- Id: 14285
- AegisName: "Valkyrjas_Shield_C_Box"
- Name: "Balkiriah Shield Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 2137,1; ">
-},
-*/
-/*
-{
- Id: 14286
- AegisName: "Skul_Ring_C_Box"
- Name: "Skull Ring Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <" getitem 2763,1; ">
-},
-*/
-{
- Id: 14287
- AegisName: "S_Barricade_Repair_Kit"
- Name: "Barricade Repair Kit"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 1019,30;
- getitem 999,10;
- getitem 1011,10;
- getitem 984,5;
- ">
-},
-{
- Id: 14288
- AegisName: "S_Gstone_Repair_Kit"
- Name: "Guardian Stone Repair Kit"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Script: <"
- getitem 984,1;
- getitem 985,1;
- getitem 7049,30;
- getitem 717,5;
- getitem 716,5;
- getitem 715,5;
- ">
-},
-{
- Id: 14289
- AegisName: "Cloth_Dye_Coupon_Box"
- Name: "New Clothing Dye Coupon Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 6046,1; ">
-},
-{
- Id: 14290
- AegisName: "Cloth_Dye_Coupon2_Box"
- Name: "Original Clothing Dye Coupon Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 6047,1; ">
-},
-{
- Id: 14291
- AegisName: "Cloth_Dye_Coupon3_Box"
- Name: "Clothing Dye Coupon Box"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" getitem 6046,1; ">
-},
-{
- Id: 14292
- AegisName: "Cloth_Dye_Coupon4_Box"
- Name: "Clothing Dye Coupon Box II"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" getitem 6047,1; ">
-},
-/*
-{
- Id: 14293
- AegisName: "Mercenary_Contract_Box"
- Name: "Mercenary Contract Box"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" getitem 6050,1; ">
-},
-*/
-/*
-{
- Id: 14294
- AegisName: "Mercenary_Contract_5Box"
- Name: "Mercenary Contract Box 5ea"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" getitem 6050,5; ">
-},
-*/
-/*
-{
- Id: 14295
- AegisName: "Mercenary_Contract_10Bo"
- Name: "Mercenary Contract Box 10ea"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" getitem 6050,10; ">
-},
-*/
-{
- Id: 14296
- AegisName: "Angel_Scroll"
- Name: "Angel Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 14297
- AegisName: "Devil_Scroll"
- Name: "Devil Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 14300
- AegisName: "Mask_Of_Ifrit_Box"
- Name: "Mask Of Ifrit Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 5420,1; ">
-},
-{
- Id: 14301
- AegisName: "Ifrits_Ear_Box"
- Name: "Ears Of Ifrit Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 5421,1; ">
-},
-{
- Id: 14304
- AegisName: "Scuba_Mask_Box"
- Name: "Scuba Mask Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 5397,1; ">
-},
-{
- Id: 14314
- AegisName: "Phreeoni_Scroll_Box"
- Name: "Phreeoni Scroll Box"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" getitem PhreeoniS, 10; ">
-},
-{
- Id: 14315
- AegisName: "GhostringS_Box"
- Name: "Ghostring Scroll Box"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" getitem GhostringS, 10; ">
-},
-{
- Id: 14316
- AegisName: "July7_Scroll"
- Name: "July7 Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 14317
- AegisName: "Bacsojin_Scroll"
- Name: "Bacsojin Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 14343
- AegisName: "Spiked_Scarf_Box"
- Name: "Spiked Scarf Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5462,1; ">
-},
-{
- Id: 14344
- AegisName: "Rainbow_Scarf_Box"
- Name: "Rainbow Scarf Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5463,1; ">
-},
-{
- Id: 14345
- AegisName: "Animal_Scroll"
- Name: "Animal Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 14349
- AegisName: "Mental_Potion20_Box"
- Name: "Mental Potion 20 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem Mental_Potion,20; ">
-},
-{
- Id: 14350
- AegisName: "Mental_Potion50_Box"
- Name: "Mental Potion 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem Mental_Potion,50; ">
-},
-{
- Id: 14351
- AegisName: "Tyrs_Blessing20_Box"
- Name: "Tyr's Blessing 20 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem Tyrs_Blessing,20; ">
-},
-{
- Id: 14352
- AegisName: "Tyrs_Blessing50_Box"
- Name: "Tyr's Blessing 50 Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem Tyrs_Blessing,50; ">
-},
-{
- Id: 14359
- AegisName: "TaogunkaS_Box"
- Name: "Tao Gunka Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" getitem TaogunkaS, 10; ">
-},
-{
- Id: 14360
- AegisName: "MistressS_Box"
- Name: "Mistress Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" getitem MistressS, 10; ">
-},
-{
- Id: 14361
- AegisName: "Orc_HeroS_Box"
- Name: "Orc Hero Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" getitem Orc_HeroS, 10; ">
-},
-{
- Id: 14362
- AegisName: "Orc_LoadS_Box"
- Name: "Orc Lord Scroll Box"
- Type: "IT_CASH"
- Buy: 20
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" getitem Ord_LoadS, 10; ">
-},
-{
- Id: 14363
- AegisName: "Heart_Scroll"
- Name: "Heart Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 14375
- AegisName: "Holy_Celestial_Axe_Box"
- Name: "Celestial Axe Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 1383,1; ">
-},
-{
- Id: 14376
- AegisName: "Angeling_Pot_Box"
- Name: "Angeling Potion Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12350,1; ">
-},
-{
- Id: 14377
- AegisName: "Shout_Megaphone_Box"
- Name: "Scream Megaphone Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 12351,1; ">
-},
-{
- Id: 14380
- AegisName: "Anubis_Helm_Box"
- Name: "Anubis Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5490,1; ">
-},
-{
- Id: 14393
- AegisName: "Almighty_Charm_Box"
- Name: "Universal Amulet Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 7945,1; ">
-},
-{
- Id: 14408
- AegisName: "New_Year_Scroll"
- Name: "New Year Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 14440
- AegisName: "Dice_Hat_Box"
- Name: "Dice Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5496,1; ">
-},
-{
- Id: 14441
- AegisName: "King_Tiger_Doll_Hat_Box"
- Name: "King Tiger Doll Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5497,1; ">
-},
-{
- Id: 14447
- AegisName: "Pirates_Pride_Box"
- Name: "Pirate's Pride Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5501,1; ">
-},
-{
- Id: 14448
- AegisName: "Necromencers_Hood_Box"
- Name: "Necromancer's Hood Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5502,1; ">
-},
-{
- Id: 14459
- AegisName: "Rabbit_Magic_Hat_Box"
- Name: "Magic Rabbit Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5503,1; ">
-},
-{
- Id: 14460
- AegisName: "China_Wedding_Veil_Box"
- Name: "RO 5th Wedding Anniversary Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5504,1; ">
-},
-{
- Id: 14461
- AegisName: "Asara_Fairy_Hat_Box"
- Name: "Ashura Fairy Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5505,1; ">
-},
-{
- Id: 14466
- AegisName: "Valentine_Pledge_Box"
- Name: "Valentine's Emblem Box"
- Type: "IT_USABLE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 14469
- AegisName: "Ox_Tail_Scroll"
- Name: "Ox Tail Egg"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-{
- Id: 14500
- AegisName: "Insurance60"
- Name: "Life Insurrance Certificate"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Script: <" sc_start SC_CASH_DEATHPENALTY,3600000,0; ">
-},
-{
- Id: 14508
- AegisName: "Zeny_Scroll"
- Name: "Zeny Pet Egg Scroll"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
-},
-{
- Id: 14509
- AegisName: "Light_Center_Pot"
- Name: "Light Concentration Potion"
- Type: "IT_USABLE"
- Buy: 800
- Weight: 20
- Script: <" sc_start SC_ATTHASTE_POTION1, 1800000, 0; ">
-},
-{
- Id: 14510
- AegisName: "Light_Awakening_Pot"
- Name: "Light Awakening Potion"
- Type: "IT_USABLE"
- Buy: 1500
- Weight: 20
- Job: {
- Novice: true
- Swordsman: true
- Magician: true
- Archer: true
- Merchant: true
- Thief: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Hunter: true
- Assassin: true
- Crusader: true
- Monk: true
- Sage: true
- Rogue: true
- Alchemist: true
- Taekwon: true
- Star_Gladiator: true
- Soul_Linker: true
- Gunslinger: true
- Ninja: true
- Gangsi: true
- Death_Knight: true
- Dark_Collector: true
- Kagerou: true
- Rebellion: true
- Summoner: true
- }
- EquipLv: 40
- Script: <" sc_start SC_ATTHASTE_POTION2, 1800000, 0; ">
-},
-{
- Id: 14511
- AegisName: "Light_Berserk_Pot"
- Name: "Light Berserk Potion"
- Type: "IT_USABLE"
- Buy: 3000
- Weight: 20
- Job: {
- Swordsman: true
- Magician: true
- Merchant: true
- Knight: true
- Wizard: true
- Blacksmith: true
- Crusader: true
- Rogue: true
- Alchemist: true
- Taekwon: true
- Star_Gladiator: true
- Soul_Linker: true
- Gunslinger: true
- }
- EquipLv: 85
- Script: <" sc_start SC_ATTHASTE_POTION3, 1800000, 0; ">
-},
-{
- Id: 14512
- AegisName: "Meteor_10_Scroll"
- Name: "Meteor Storm Scroll"
- Type: "IT_DELAYCONSUME"
- Weight: 10
- Script: <" itemskill WZ_METEOR,10; ">
-},
-{
- Id: 14513
- AegisName: "Storm_10_Scroll"
- Name: "Storm Gust Scroll"
- Type: "IT_DELAYCONSUME"
- Weight: 10
- Script: <" itemskill WZ_STORMGUST,10; ">
-},
-{
- Id: 14514
- AegisName: "Vermilion_10_Scroll"
- Name: "Lord of Vermilion Scroll"
- Type: "IT_DELAYCONSUME"
- Weight: 10
- Script: <" itemskill WZ_VERMILION,10; ">
-},
-{
- Id: 14515
- AegisName: "Lex_Aeterna_Scroll"
- Name: "Lex Aeterna Scroll"
- Type: "IT_DELAYCONSUME"
- Weight: 10
- Script: <" itemskill PR_LEXAETERNA,1; ">
-},
-{
- Id: 14516
- AegisName: "Magnificat_5_Scroll"
- Name: "Magnificat Scroll"
- Type: "IT_DELAYCONSUME"
- Weight: 10
- Script: <" itemskill PR_MAGNIFICAT,5; ">
-},
-{
- Id: 14517
- AegisName: "CP_Helm_Scroll"
- Name: "Chemical Protection Helm Scroll"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" unitskilluseid getcharid(CHAR_ID_ACCOUNT),237,5; ">
-},
-{
- Id: 14518
- AegisName: "CP_Shield_Scroll"
- Name: "Chemical Protection Shield Scrol"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" unitskilluseid getcharid(CHAR_ID_ACCOUNT),235,5; ">
-},
-{
- Id: 14519
- AegisName: "CP_Armor_Scroll"
- Name: "Chemical Protection Armor Scroll"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" unitskilluseid getcharid(CHAR_ID_ACCOUNT),236,5; ">
-},
-{
- Id: 14520
- AegisName: "CP_Weapon_Scroll"
- Name: "Chemical Protection Weapon Scroll"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" unitskilluseid getcharid(CHAR_ID_ACCOUNT),234,5; ">
-},
-{
- Id: 14521
- AegisName: "Repair_Scroll"
- Name: "Repair Weapon Scroll"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" unitskilluseid getcharid(CHAR_ID_ACCOUNT),108,1; ">
-},
-{
- Id: 14522
- AegisName: "Big_Bun"
- Name: "Big Bun"
- Type: "IT_HEALING"
- Weight: 10
- Script: <" percentheal 100,0; ">
-},
-{
- Id: 14523
- AegisName: "Pill_"
- Name: "Pill"
- Type: "IT_HEALING"
- Weight: 10
- Script: <" percentheal 0,100; ">
-},
-{
- Id: 14524
- AegisName: "Superb_Fish_Slice"
- Name: "Superb Fish Slice"
- Type: "IT_HEALING"
- Weight: 10
- Script: <" percentheal 100,100; ">
-},
-{
- Id: 14525
- AegisName: "Chewy_Ricecake"
- Name: "Chewy Ricecake"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" sc_start SC_PLUSATTACKPOWER, 1800000, 10; ">
-},
-{
- Id: 14526
- AegisName: "Oriental_Pastry"
- Name: "Oriental Pastry"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" sc_start SC_PLUSMAGICPOWER, 1800000, 10; ">
-},
-{
- Id: 14527
- AegisName: "Dun_Tele_Scroll1"
- Name: "Dungeon Teleport Scroll"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" callfunc "F_CashDungeon",1; ">
-},
-{
- Id: 14528
- AegisName: "PVP_Tele_Scroll"
- Name: "PVP Teleport Scroll"
- Type: "IT_USABLE"
- Weight: 10
-},
-{
- Id: 14529
- AegisName: "Greed_Scroll"
- Name: "Greed Scroll"
- Type: "IT_DELAYCONSUME"
- Weight: 10
- Nouse: {
- sitting: true
- }
- Script: <" itemskill BS_GREED,1; ">
-},
-{
- Id: 14530
- AegisName: "Flee_30_Scroll"
- Name: "Evasion Scroll"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" sc_start SC_FOOD_BASICAVOIDANCE,1800000,30; ">
-},
-{
- Id: 14531
- AegisName: "Accuracy_30_Scroll"
- Name: "Concentration Scroll"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" sc_start SC_FOOD_BASICHIT,1800000,30; ">
-},
-{
- Id: 14532
- AegisName: "Battle_Manual25"
- Name: "Field Manual 25%"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Nouse: {
- sitting: true
- }
- Script: <" sc_start SC_CASH_PLUSEXP,1800000,25; ">
-},
-{
- Id: 14533
- AegisName: "Battle_Manual100"
- Name: "Field Manual 100%"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_CASH_PLUSEXP,1800000,100; ">
-},
-{
- Id: 14534
- AegisName: "Small_Life_Potion"
- Name: "Small Life Potion"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- specialeffect(EF_HEAL3, AREA, playerattached());
- sc_start2 SC_S_LIFEPOTION, 600000, -5, 5;
- ">
-},
-{
- Id: 14535
- AegisName: "Med_Life_Potion"
- Name: "Medium Life Potion"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- specialeffect(EF_HEAL3, AREA, playerattached());
- sc_start2 SC_L_LIFEPOTION, 600000, -7, 4;
- ">
-},
-{
- Id: 14536
- AegisName: "Abrasive"
- Name: "Abrasive"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- specialeffect(EF_MAGICALATTHIT, AREA, playerattached());
- sc_start SC_CRITICALPERCENT, 300000, 30;
- ">
-},
-{
- Id: 14537
- AegisName: "Regeneration_Potion"
- Name: "Regeneration Potion"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- specialeffect(EF_LIGHTSPHERE, AREA, playerattached());
- sc_start SC_HEALPLUS, 1800000, 20;
- ">
-},
-{
- Id: 14538
- AegisName: "Glass_Of_Illusion"
- Name: "Glass of Illusion"
- Type: "IT_USABLE"
- Weight: 10
- Delay: 300000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- specialeffect(EF_STEAL, AREA, playerattached());
- sc_start SC_PLUSAVOIDVALUE, 60000, 20;
- ">
-},
-{
- Id: 14539
- AegisName: "Shadow_Armor_S"
- Name: "Shadow Armor Scroll"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- specialeffect(EF_CLOAKING, AREA, playerattached());
- sc_start4 SC_ARMOR_PROPERTY, 1800000, 1, Ele_Dark, 1, 0;
- ">
-},
-{
- Id: 14540
- AegisName: "Holy_Armor_S"
- Name: "Holy Armor Scroll"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- specialeffect(EF_BENEDICTIO, AREA, playerattached());
- sc_start4 SC_ARMOR_PROPERTY, 1800000, 1, Ele_Holy, 1, 0;
- ">
-},
-{
- Id: 14541
- AegisName: "S_Def_Potion"
- Name: "Small Defense Potion"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- specialeffect(EF_GUARD, AREA, playerattached());
- sc_start SC_PROTECT_DEF, 60000, 3;
- ">
-},
-{
- Id: 14542
- AegisName: "B_Def_Potion"
- Name: "Big Defense Potion"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- specialeffect(EF_GUARD, AREA, playerattached());
- sc_start SC_PROTECT_DEF, 180000, 3;
- ">
-},
-{
- Id: 14543
- AegisName: "S_Mdef_Potion"
- Name: "Small Magic Defense Potion"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- specialeffect(EF_SPELLBREAKER, AREA, playerattached());
- sc_start SC_PROTECT_MDEF, 60000, 3;
- ">
-},
-{
- Id: 14544
- AegisName: "B_Mdef_Potion"
- Name: "Big Magic Defense Potion"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- specialeffect(EF_SPELLBREAKER, AREA, playerattached());
- sc_start SC_PROTECT_MDEF, 180000, 3;
- ">
-},
-{
- Id: 14545
- AegisName: "Battle_Manual_X3"
- Name: "Field Manual 300%"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" sc_start SC_CASH_PLUSEXP,1800000,300; ">
-},
-{
- Id: 14546
- AegisName: "Fire_Cracker_Love"
- Name: "I Love You Firecracker"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 20
- Script: <" end; ">
-},
-{
- Id: 14547
- AegisName: "Fire_Cracker_Wday"
- Name: "Whiteday Firecracker"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 20
- Script: <" end; ">
-},
-{
- Id: 14548
- AegisName: "Fire_Cracker_Vday"
- Name: "Valentine's Day Firecracker"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 20
- Script: <" end; ">
-},
-{
- Id: 14549
- AegisName: "Fire_Cracker_Bday"
- Name: "Birthday Firecracker"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 20
- Script: <" end; ">
-},
-{
- Id: 14550
- AegisName: "Fire_Cracker_Xmas"
- Name: "Xmas Firecracker"
- Type: "IT_USABLE"
- Buy: 2
- Weight: 20
- Script: <" end; ">
-},
-{
- Id: 14551
- AegisName: "Str_Dish01_"
- Name: "Fried Grasshopper Legs"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_STR,1200000,1;
- percentheal 5,0;
- ">
-},
-{
- Id: 14552
- AegisName: "Str_Dish02_"
- Name: "Seasoned Sticky Webfoot"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_STR,1200000,2;
- percentheal 5,0;
- ">
-},
-{
- Id: 14553
- AegisName: "Str_Dish03_"
- Name: "Bomber Steak"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_STR,1200000,3;
- percentheal 5,0;
- ">
-},
-{
- Id: 14554
- AegisName: "Int_Dish01_"
- Name: "Grape Juice Herbal Tea"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_INT,1200000,1;
- percentheal 0,5;
- ">
-},
-{
- Id: 14555
- AegisName: "Int_Dish02_"
- Name: "Autumn Red Tea"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_INT,1200000,2;
- percentheal 0,5;
- ">
-},
-{
- Id: 14556
- AegisName: "Int_Dish03_"
- Name: "Honey Herbal Tea"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_INT,1200000,3;
- percentheal 0,5;
- ">
-},
-{
- Id: 14557
- AegisName: "Vit_Dish01_"
- Name: "Steamed Crab Nippers"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_VIT,1200000,1;
- percentheal 5,0;
- ">
-},
-{
- Id: 14558
- AegisName: "Vit_Dish02_"
- Name: "Assorted Seafood"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_VIT,1200000,2;
- percentheal 5,0;
- ">
-},
-{
- Id: 14559
- AegisName: "Vit_Dish03_"
- Name: "Clam Soup"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_VIT,1200000,3;
- percentheal 5,0;
- ">
-},
-{
- Id: 14560
- AegisName: "Agi_Dish01_"
- Name: "Frog Egg Squid Ink Soup"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_AGI,1200000,1;
- percentheal 3,1;
- ">
-},
-{
- Id: 14561
- AegisName: "Agi_Dish02_"
- Name: "Smooth Noodle"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_AGI,1200000,2;
- percentheal 3,1;
- ">
-},
-{
- Id: 14562
- AegisName: "Agi_Dish03_"
- Name: "Tentacle Cheese Gratin"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_AGI,1200000,3;
- percentheal 3,1;
- ">
-},
-{
- Id: 14563
- AegisName: "Dex_Dish01_"
- Name: "Honey Grape Juice"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_DEX,1200000,1;
- percentheal 2,2;
- ">
-},
-{
- Id: 14564
- AegisName: "Dex_Dish02_"
- Name: "Chocolate Mousse Cake"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_DEX,1200000,2;
- percentheal 2,2;
- ">
-},
-{
- Id: 14565
- AegisName: "Dex_Dish03_"
- Name: "Fruit Mix"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_DEX,1200000,3;
- percentheal 2,2;
- ">
-},
-{
- Id: 14566
- AegisName: "Luk_Dish01_"
- Name: "Fried Monkey Tails"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_LUK,1200000,1;
- percentheal 3,2;
- ">
-},
-{
- Id: 14567
- AegisName: "Luk_Dish02_"
- Name: "Mixed Juice"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_LUK,1200000,2;
- percentheal 3,2;
- ">
-},
-{
- Id: 14568
- AegisName: "Luk_Dish03_"
- Name: "Fried Sweet Potato"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_LUK,1200000,3;
- percentheal 4,2;
- ">
-},
-{
- Id: 14569
- AegisName: "Knife_Goblin_Ring"
- Name: "Knife Goblin Ring"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" pet GOBLIN_1; ">
-},
-{
- Id: 14570
- AegisName: "Flail_Goblin_Ring"
- Name: "Flail Goblin Ring"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" pet GOBLIN_2; ">
-},
-{
- Id: 14571
- AegisName: "Hammer_Goblin_Ring"
- Name: "Hammer Goblin Ring"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" pet GOBLIN_4; ">
-},
-{
- Id: 14572
- AegisName: "Holy_Marble"
- Name: "Holy Marble"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" pet DELETER_; ">
-},
-{
- Id: 14573
- AegisName: "Red_Burning_Stone"
- Name: "Red Burning Stone"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" pet DIABOLIC; ">
-},
-{
- Id: 14574
- AegisName: "Skull_Of_Vagabond"
- Name: "Vagabond's Skull"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" pet WANDER_MAN; ">
-},
-{
- Id: 14575
- AegisName: "Str_Dish05_"
- Name: "Lutie Lady's Pancake"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_STR,1200000,5;
- percentheal 10,0;
- ">
-},
-{
- Id: 14576
- AegisName: "Int_Dish05_"
- Name: "Mastela Fruit Wine"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_INT,1200000,5;
- percentheal 0,10;
- ">
-},
-{
- Id: 14577
- AegisName: "Vit_Dish05_"
- Name: "Spicy Fried Bao"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_VIT,1200000,5;
- percentheal 10,0;
- ">
-},
-{
- Id: 14578
- AegisName: "Agi_Dish05_"
- Name: "Steamed Bat Wing in Pumpkin"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_AGI,1200000,5;
- percentheal 6,2;
- ">
-},
-{
- Id: 14579
- AegisName: "Dex_Dish05_"
- Name: "Green Salad"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_DEX,1200000,5;
- percentheal 5,5;
- ">
-},
-{
- Id: 14580
- AegisName: "Luk_Dish05_"
- Name: "Fried Scorpion Tails"
- Type: "IT_HEALING"
- Buy: 2
- Weight: 10
- Script: <"
- sc_start SC_FOOD_LUK,1200000,5;
- percentheal 5,2;
- ">
-},
-{
- Id: 14581
- AegisName: "Dun_Tele_Scroll2"
- Name: "Dungeon Teleport Scroll II"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" callfunc "F_CashDungeon",2; ">
-},
-{
- Id: 14582
- AegisName: "WOB_Rune"
- Name: "Yellow Butterfly Wing"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" callfunc "F_CashCity",1; ">
-},
-{
- Id: 14583
- AegisName: "WOB_Schwaltz"
- Name: "Green Butterfly Wing"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" callfunc "F_CashCity",2; ">
-},
-{
- Id: 14584
- AegisName: "WOB_Rachel"
- Name: "Red Butterfly Wing"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" callfunc "F_CashCity",3; ">
-},
-{
- Id: 14585
- AegisName: "WOB_Local"
- Name: "Blue Butterfly Wing"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" callfunc "F_CashCity",4; ">
-},
-{
- Id: 14586
- AegisName: "Spark_Candy"
- Name: "Jumping Candy"
- Type: "IT_USABLE"
- Weight: 10
- Delay: 180000
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- specialeffect(EF_HASTEUP, AREA, playerattached());
- sc_start2 SC_STEAMPACK, 60000, 20, 25;
- ">
-},
-{
- Id: 14587
- AegisName: "Repair_Scroll_"
- Name: "Equipment Repair Spell Book"
- Type: "IT_DELAYCONSUME"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" itemskill BS_REPAIRWEAPON,1; ">
-},
-{
- Id: 14588
- AegisName: "Pty_Blessing_Scroll"
- Name: "Party Blessing 10 Scroll"
- Type: "IT_DELAYCONSUME"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" itemskill CASH_BLESSING,10; ">
-},
-{
- Id: 14589
- AegisName: "Pty_Inc_Agi_Scroll"
- Name: "Party Increase Agi 10 Scroll"
- Type: "IT_DELAYCONSUME"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" itemskill CASH_INCAGI,10; ">
-},
-{
- Id: 14590
- AegisName: "Pty_Assumptio_Scroll"
- Name: "Party Assumptio 5 Scroll"
- Type: "IT_DELAYCONSUME"
- Buy: 10
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" itemskill CASH_ASSUMPTIO,5; ">
-},
-{
- Id: 14591
- AegisName: "Siege_Teleport_Scroll"
- Name: "WoE Teleport Scroll"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" callfunc "F_CashSiegeTele"; ">
-},
-{
- Id: 14592
- AegisName: "Job_Manual50"
- Name: "JOB Battle Manual"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" sc_start SC_CASH_PLUSONLYJOBEXP,1800000,50; ">
-},
-{
- Id: 14593
- AegisName: "Magic_Power_Scroll"
- Name: "Mystical Amplification Scroll"
- Type: "IT_DELAYCONSUME"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" itemskill HW_MAGICPOWER,10; ">
-},
-{
- Id: 14594
- AegisName: "Quagmire_Scroll"
- Name: "Quagmire Scroll"
- Type: "IT_DELAYCONSUME"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" itemskill WZ_QUAGMIRE,5; ">
-},
-{
- Id: 14595
- AegisName: "Unsealed_Magic_Spell"
- Name: "Unsealed Magic Spell"
- Type: "IT_USABLE"
- Script: <" warp "yuno_fild09",255,127; ">
-},
-{
- Id: 14596
- AegisName: "Pierre_Treasurebox"
- Name: "Pierre's Treasure Box"
- Type: "IT_USABLE"
- Weight: 100
- Script: <"
- getrandgroupitem 14596,1;
- getrandgroupitem 14596,1;
- getrandgroupitem 14596,1;
- getrandgroupitem 14596,1;
- getrandgroupitem 14596,1;
- getrandgroupitem 14596,1;
- ">
-},
-{
- Id: 14597
- AegisName: "PhreeoniS"
- Name: "Phreeoni Scroll"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" sc_start SC_FOOD_BASICHIT, 180000, 100; ">
-},
-{
- Id: 14598
- AegisName: "GhostringS"
- Name: "Ghostring Scroll"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- specialeffect(EF_LIGHTSPHERE, AREA, playerattached());
- sc_start4 SC_ARMOR_PROPERTY, 60000, 1, Ele_Neutral, 1, 0;
- ">
-},
-{
- Id: 14599
- AegisName: "Greed_Scroll_C"
- Name: "Greed Scroll"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Nouse: {
- sitting: true
- }
-},
-{
- Id: 14600
- AegisName: "Mental_Potion"
- Name: "Mental Potion"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- specialeffect(EF_SPELLBREAKER, AREA, playerattached());
- sc_start SC_TARGET_ASPD,1800000,10;
- ">
-},
-{
- Id: 14601
- AegisName: "Tyrs_Blessing"
- Name: "Tyr's Blessing"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- sc_start SC_FOOD_BASICAVOIDANCE, 300000, 30;
- sc_start SC_FOOD_BASICHIT, 300000, 30;
- sc_start SC_PLUSATTACKPOWER, 300000, 20;
- sc_start SC_PLUSMAGICPOWER, 300000, 20;
- ">
-},
-{
- Id: 14602
- AegisName: "TaogunkaS"
- Name: "Tao Gunka Scroll"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- specialeffect(EF_LIGHTSPHERE, AREA, playerattached());
- sc_start4 SC_MVPCARD_TAOGUNKA, 180000, 100, 50, 50, 0;
- ">
-},
-{
- Id: 14603
- AegisName: "MistressS"
- Name: "Mistress Scroll"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- specialeffect(EF_SPELLBREAKER, AREA, playerattached());
- sc_start SC_MVPCARD_MISTRESS, 180000, 25;
- ">
-},
-{
- Id: 14604
- AegisName: "Orc_HeroS"
- Name: "Orc Hero Scroll"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <" sc_start SC_MVPCARD_ORCHERO, 180000, 100; ">
-},
-{
- Id: 14605
- AegisName: "Orc_LoadS"
- Name: "Orc Lord Scroll"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- noselltonpc: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Script: <"
- specialeffect(EF_LIGHTSPHERE, AREA, playerattached());
- sc_start SC_MVPCARD_ORCLORD, 180000, 30;
- ">
-},
-{
- Id: 14606
- AegisName: "Job_Manual25"
- Name: "JOB Battle Manual"
- Type: "IT_USABLE"
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nomail: true
- noauction: true
- nogstorage: true
- }
- Nouse: {
- sitting: true
- }
- Script: <" sc_start SC_CASH_PLUSONLYJOBEXP, 1800000, 25; ">
-},
-{
- Id: 14607
- AegisName: "Luxurious_Dinner_W"
- Name: "Luxurious Western Food"
- Type: "IT_USABLE"
- Buy: 10000
- Weight: 600
- Script: <"
- sc_start SC_FOOD_STR,3600000,3;
- sc_start SC_FOOD_DEX,3600000,3;
- sc_start SC_FOOD_AGI,3600000,3;
- sc_start SC_FOOD_INT,3600000,3;
- sc_start SC_FOOD_VIT,3600000,3;
- sc_start SC_FOOD_LUK,3600000,3;
- ">
-},
-{
- Id: 14608
- AegisName: "Luxurious_Dinner_E"
- Name: "Manchu-Han Imperial Feast"
- Type: "IT_USABLE"
- Buy: 20000
- Weight: 1200
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <"
- sc_start SC_FOOD_STR,3600000,6;
- sc_start SC_FOOD_DEX,3600000,6;
- sc_start SC_FOOD_AGI,3600000,6;
- sc_start SC_FOOD_INT,3600000,6;
- sc_start SC_FOOD_VIT,3600000,6;
- sc_start SC_FOOD_LUK,3600000,6;
- ">
-},
-{
- Id: 14609
- AegisName: "Spoiled_Cuisine"
- Name: "Spoiled Cuisine"
- Type: "IT_USABLE"
- Script: <" percentheal 10,10; ">
-},
-
-//== More Armors ===========================================
-{
- Id: 15000
- AegisName: "Bone_Plate"
- Name: "Bone Plate"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 1000
- Def: 7
- Slots: 1
- Job: {
- Swordsman: true
- Merchant: true
- Thief: true
- Knight: true
- Blacksmith: true
- Assassin: true
- Crusader: true
- Rogue: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_ARMOR"
- EquipLv: 85
- Script: <"
- bonus bStr,1;
- bonus bMdef,3;
- bonus2 bIgnoreDefRate,RC_DemiPlayer,10;
- bonus2 bIgnoreDefRate,RC_Brute,10;
- bonus3 bAutoSpellWhenHit,NPC_WIDEBLEEDING,1,10;
- ">
-},
-{
- Id: 15001
- AegisName: "Odins_Blessing_I"
- Name: "Odin's Blessing"
- Type: "IT_ARMOR"
- Def: 10
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_ARMOR"
- Refine: false
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 15212
- AegisName: "YSF01_Plate"
- Name: "YSF01_Plate"
-},
-{
- Id: 15246
- AegisName: "True_Hunting_Mail"
- Name: "True_Hunting_Mail"
-},
-{
- Id: 15247
- AegisName: "R_Hunting_Mail"
- Name: "R_Hunting_Mail"
-},
-{
- Id: 15250
- AegisName: "Rebeginer_Suits"
- Name: "Rebeginer_Suits"
-},
-{
- Id: 15280
- AegisName: "S_CriticalHit_Armor"
- Name: "S_CriticalHit_Armor"
-},
-{
- Id: 15348
- AegisName: "Goibne_Armor_IL"
- Name: "Goibne_Armor_IL"
-},
-{
- Id: 15376
- AegisName: "Illusion_Armor_A"
- Name: "Illusion_Armor_A"
-},
-{
- Id: 15377
- AegisName: "Illusion_Armor_B"
- Name: "Illusion_Armor_B"
-},
-{
- Id: 15383
- AegisName: "Time_Overload_Robe"
- Name: "Time_Overload_Robe"
-},
-{
- Id: 15388
- AegisName: "Schmidt_Suits"
- Name: "Schmidt_Suits"
-},
-{
- Id: 15389
- AegisName: "Schmidt_Manteau"
- Name: "Schmidt_Manteau"
-},
-
-//== More Maces ============================================
-{
- Id: 16000
- AegisName: "Erde"
- Name: "Erde"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 130
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 50
- Subtype: "W_MACE"
- Script: <"
- bonus2 bSkillAtk,AM_ACIDTERROR,20;
- bonus2 bSkillAtk,AM_DEMONSTRATION,20;
- bonus bMaxSP,50;
- bonus bHealPower,10;
- ">
-},
-{
- Id: 16001
- AegisName: "Red_Square_Bag"
- Name: "Red Square Bag"
- Type: "IT_WEAPON"
- Buy: 20
- Weight: 500
- Atk: 130
- Range: 1
- Slots: 2
- Job: {
- Swordsman: true
- Acolyte: true
- Merchant: true
- Knight: true
- Priest: true
- Blacksmith: true
- Crusader: true
- Monk: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_UPPER"
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 50
- Subtype: "W_MACE"
- Script: <"
- bonus bMaxHP,200;
- bonus2 bSkillAtk,AM_ACIDTERROR,20;
- bonus2 bSkillAtk,AM_DEMONSTRATION,20;
- bonus2 bAddMonsterDropItem,501,50;
- bonus2 bAddMonsterDropItem,502,20;
- bonus2 bAddMonsterDropItem,503,20;
- bonus2 bAddMonsterDropItem,504,20;
- bonus2 bAddMonsterDropItem,505,10;
- if(readparam(bStr)>=95) bonus2 bAddEff,Eff_Stun,500;
- ">
-},
-{
- Id: 16002
- AegisName: "Stunner_C"
- Name: "Stunner"
- Type: "IT_WEAPON"
- Atk: 175
- Range: 1
- Job: {
- Acolyte: true
- Priest: true
- Monk: true
- }
- Loc: "EQP_WEAPON"
- WeaponLv: 3
- EquipLv: 1
- Refine: false
- Subtype: "W_MACE"
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- bonus2 bAddEff,Eff_Stun,1000;
- bonus2 bAddSize,Size_Small,40;
- bonus2 bAddSize,Size_Medium,40;
- bonus2 bAddSize,Size_Large,40;
- ">
-},
-{
- Id: 16030
- AegisName: "Pilebuncker_S"
- Name: "Pile Bunker S"
- Type: "IT_WEAPON"
- Weight: 3000
- Atk: 400
- Range: 1
- Slots: 1
- Job: {
- Blacksmith: true
- }
- Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 130
- Subtype: "W_MACE"
- Script: <" bonus bAspdRate, (getrefine() / 2); ">
-},
-{
- Id: 16031
- AegisName: "Pilebuncker_P"
- Name: "Pile Bunker P"
- Type: "IT_WEAPON"
- Weight: 4000
- Atk: 450
- Range: 1
- Job: {
- Blacksmith: true
- }
- Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 130
- Subtype: "W_MACE"
- Script: <" bonus bBaseAtk, (getrefine() * 5); ">
-},
-{
- Id: 16032
- AegisName: "Pilebuncker_T"
- Name: "Pile Bunker T"
- Type: "IT_WEAPON"
- Weight: 3500
- Atk: 400
- Range: 1
- Slots: 1
- Job: {
- Blacksmith: true
- }
- Upper: ["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
- Loc: "EQP_WEAPON"
- WeaponLv: 4
- EquipLv: 130
- Subtype: "W_MACE"
- Script: <" bonus bUseSPrate, - getrefine(); ">
-},
-{
- Id: 16063
- AegisName: "Long_Mace_IL"
- Name: "Long_Mace_IL"
-},
-{
- Id: 16065
- AegisName: "Iron_Driver_IL"
- Name: "Iron_Driver_IL"
-},
-{
- Id: 16075
- AegisName: "Rebeginer_NC_Mace"
- Name: "Rebeginer_NC_Mace"
-},
-{
- Id: 16076
- AegisName: "Rebeginer_N2_Mace"
- Name: "Rebeginer_N2_Mace"
-},
-{
- Id: 16088
- AegisName: "Saphir_Hall_OS"
- Name: "Saphir_Hall_OS"
-},
-{
- Id: 16089
- AegisName: "Ultio_Spes_OS"
- Name: "Ultio_Spes_OS"
-},
-
-//== More Rental Boxes =====================================
-{
- Id: 16134
- AegisName: "King_Frog_Hat_Box"
- Name: "Frog King Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5528,1; ">
-},
-{
- Id: 16135
- AegisName: "Evils_Bone_Hat_Box"
- Name: "Satanic Bone Helm Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5529,1; ">
-},
-/*
-{
- Id: 16186
- AegisName: "B_Dragon_Hat_Box"
-},
-*/
-/*
-{
- Id: 16226
- AegisName: "Aries_Diadem_Box"
-},
-*/
-/*
-{
- Id: 16227
- AegisName: "Aries_Crown_Box"
-},
-*/
-/*
-{
- Id: 16230
- AegisName: "Taurus_Diadem_Box"
-},
-*/
-/*
-{
- Id: 16231
- AegisName: "Taurus_Crown_Box"
-},
-*/
-/*
-{
- Id: 16246
- AegisName: "Crown_Of_Deceit_Box"
-},
-*/
-{
- Id: 16247
- AegisName: "Dragon_Arhat_Mask_Box"
- Name: "Dragon Arhat Mask Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5565,1; ">
-},
-{
- Id: 16248
- AegisName: "Tiger_Arhat_Mask_Box"
- Name: "Tiger Arhat Mask Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" getitem 5566,1; ">
-},
-/*
- Id: 16249
- AegisName: "Knight_Gift_Box"
-},
-*/
-/*
- Id: 16250
- AegisName: "Valkyries_Gift_Bo"
-},
-*/
-/*
- Id: 16251
- AegisName: "Gemini_Diadem_Bo"
-},
-*/
-/*
- Id: 16252
- AegisName: "Gemini_Crown_Bo"
-},
-*/
-{
- Id: 16257
- AegisName: "Buddah_Scroll"
- Name: "Buddah Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" packageitem(); ">
-},
-/*
- Id: 16258
- AegisName: "HD_Bradium_5_Box"
-},
-*/
-/*
- Id: 16259
- AegisName: "HD_Carnium_5_Box"
-},
-*/
-/*
- Id: 16260
- AegisName: "HD_Bradium_10_Box"
-},
-*/
-/*
- Id: 16261
- AegisName: "HD_Carnium_10_Box"
-},
-*/
-/*
- Id: 16262
- AegisName: "HD_Bradium_5_Box"
-},
-*/
-/*
- Id: 16263
- AegisName: "HD_Carnium_5_Box"
-},
-*/
-/*
- Id: 16264
- AegisName: "HD_Bradium_10_Box"
-},
-*/
-/*
- Id: 16265
- AegisName: "HD_Carnium_10_Box"
-},
-*/
-/*
- Id: 16267
- AegisName: "HE_Battle_Manual_Bo"
-},
-*/
-/*
- Id: 16268
- AegisName: "HE_Bubble_Gum_Box"
-},
-*/
-/*
- Id: 16269
- AegisName: "Cancer_Diadem_Box"
-},
-*/
-/*
- Id: 16270
- AegisName: "Cancer_Crown_Box"
-},
-*/
-{
- Id: 16304
- AegisName: "Evil_Incarnation_Disable"
- Name: "Evil Incarnation"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" packageitem(); ">
-},
-/*
- Id: 16343
- AegisName: "Leo_Crown_Box"
-},
-*/
-/*
- Id: 16344
- AegisName: "Leo_Diadem_Box"
-},
-*/
-/*
- Id: 16345
- AegisName: "F_Leo_Crown_Box"
-},
-*/
-/*
- Id: 16346
- AegisName: "F_Leo_Diadem_Box"
-},
-*/
-/*
- Id: 16368
- AegisName: "Virgo_Crown_Box"
-},
-*/
-{
- Id: 16371
- AegisName: "Tw_Aug_Scroll"
- Name: "Tw Aug Scroll"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" packageitem(); ">
-},
-/*
- Id: 16381
- AegisName: "WoE_Teleport_Scroll_100_Box"
-},
-*/
-/*
- Id: 16397
- AegisName: "Virgo_Diadem_Box"
-},
-*/
-/*
- Id: 16398
- AegisName: "Virgo_Crown_Box"
-},
-*/
-/*
- Id: 16399
- AegisName: "Virgo_Diadem_Box"
-},
-*/
-/*
- Id: 16418
- AegisName: "Giant_Fly_Wing_Box_500"
-},
-*/
-/*
- Id: 16419
- AegisName: "Greed_Scroll_30_Box"
-},
-*/
-/*
- Id: 16420
- AegisName: "Adventurer_Pack"
-},
-*/
-/*
- Id: 16421
- AegisName: "Written_Oath_Of_Marriage_Box"
-},
-*/
-/*
- Id: 16422
- AegisName: "Baphomet_Horns_Box"
-},
-{
- Id: 16423
- AegisName: "PoporingKey"
- Name: "PoporingKey"
-},
-*/
-/*
- Id: 16423
- AegisName: "Episode_13_1_Key_Package"
-},
-*/
-/*
- Id: 16424
- AegisName: "Executioner_Box"
-},
-*/
-/*
- Id: 16425
- AegisName: "Cutlas_Box"
-},
-*/
-/*
- Id: 16426
- AegisName: "Moonlight_Dagger_Box"
-},
-*/
-/*
- Id: 16427
- AegisName: "Wrench_Box"
-},
-*/
-/*
- Id: 16428
- AegisName: "Solar_Sword_Box"
-},
-*/
-/*
- Id: 16429
- AegisName: "Tomahawk_Box"
-},
-*/
-/*
- Id: 16430
- AegisName: "Rudra_Bow_Box"
-},
-*/
-/*
- Id: 16431
- AegisName: "Pole_Axe_Box"
-},
-*/
-/*
- Id: 16436
- AegisName: "Libra_Crown_Box"
-},
-*/
-/*
- Id: 16437
- AegisName: "Libra_Crown_Box"
-},
-*/
-/*
- Id: 16438
- AegisName: "Libra_Diadem_Box"
-},
-*/
-/*
- Id: 16439
- AegisName: "Libra_Diadem_Box"
-},
-*/
-/*
- Id: 16447
- AegisName: "Scorpio_Crown_Box"
-},
-*/
-/*
- Id: 16448
- AegisName: "Scorpio_Diadem_Box"
-},
-*/
-/*
- Id: 16449
- AegisName: "Scorpio_Crown_Box"
-},
-*/
-/*
- Id: 16450
- AegisName: "FScorpio_Diadem_Box"
-},
-*/
-{
- Id: 16461
- AegisName: "Red_Wing_Hat_Box"
- Name: "Red Wing Hat Box"
- Type: "IT_CASH"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" getitem 5690,1; ">
-},
-/*
- Id: 16462
- AegisName: "FRed_Wing_Hat_Box"
-},
-*/
-{
- Id: 16483
- AegisName: "Abrasive_Box_10"
- Name: "Abrasive Box (10)"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Script: <" getitem(E_Abrasive, 10); ">
-},
-{
- Id: 16504
- AegisName: "Bubble_Gum_Box_10"
- Name: "Bubble Gum Box(10)"
- Type: "IT_CASH"
- Buy: 10
- Weight: 10
- Script: <" getitem(Bubble_Gum, 10); ">
-},
-/*
- Id: 16543
- AegisName: "Snowman_Hat_Box"
-},
-*/
-/*
- Id: 16544
- AegisName: "FSnowman_Hat_Box"
-},
-*/
-/*
- Id: 16548
- AegisName: "Sagittarius_Crown_Box"
-},
-*/
-/*
- Id: 16549
- AegisName: "Sagittarius_Diadem_Box"
-},
-*/
-/*
- Id: 16550
- AegisName: "Sagittarius_Crown_Box"
-},
-*/
-/*
- Id: 16551
- AegisName: "Sagittarius_Diadem_Box"
-},
-*/
-/*
- Id: 16554
- AegisName: "Elven_Sunglasses_Box"
-},
-*/
-{
- Id: 16555
- AegisName: "Pr_Reset_Stone_Box"
- Name: "Pr Reset Stone Box"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 10
- Trade: {
- nodrop: true
- noselltonpc: true
- nogstorage: true
- }
- Script: <" packageitem(); ">
-},
-/*
- Id: 16565
- AegisName: "Capricorn_Crown_Box"
-},
-*/
-/*
- Id: 16566
- AegisName: "Capricorn_Crown_Box"
-},
-*/
-/*
- Id: 16567
- AegisName: "Capricorn_Diadem_Box"
-},
-*/
-/*
- Id: 16568
- AegisName: "FCapricorn_Diadem_Box"
-},
-*/
-/*
- Id: 16588
- AegisName: "Thoughtful_Hat_Box"
-},
-*/
-/*
- Id: 16589
- AegisName: "Thoughtful_Hat_Box"
-},
-*/
-/*
- Id: 16590
- AegisName: "Thoughtful_Hat_Box"
-},
-*/
-// 16677 - 16680 incomplete types, not in database
-/*
-{
- Id: 16677
- AegisName: "Universal_Catalog_Gold_Box10"
- Name: "Universal Catalog Gold 10 Box"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" getitem 12581,10; ">
-},
-*/
-/*
-{
- Id: 16678
- AegisName: "Universal_Catalog_Gold_Box50"
- Name: "Universal Catalog Gold 50 Box"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" getitem 12581,50; ">
-},
-*/
-/*
-{
- Id: 16679
- AegisName: "Universal_Catalog_Gold_Box10"
- Name: "Universal Catalog Gold 10 Box"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" getitem 12581,10; ">
-},
-*/
-/*
-{
- Id: 16680
- AegisName: "Universal_Catalog_Gold_Box50"
- Name: "Universal Catalog Gold 50 Box"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" getitem 12581,50; ">
-},
-*/
-{
- Id: 16776
- AegisName: "Universal_Catalog_Gold_Box10_"
- Name: "Universal Catalog Gold 10 Box"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" getitem 12581,10; ">
-},
-{
- Id: 16777
- AegisName: "Universal_Catalog_Gold_Box50"
- Name: "Universal Catalog Gold 50 Box"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" getitem 12581,50; ">
-},
-{
- Id: 16843
- AegisName: "Beauty_Gift_Box"
- Name: "Beauty Gift Box"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" getitem(New_Style_Coupon, 1); ">
-},
-{
- Id: 16854
- AegisName: "Clothing_Dye_Box"
- Name: "Clothing Dye Box"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" getitem(Clothing_Dye_Coupon, 1); ">
-},
-{
- Id: 16855
- AegisName: "Clothing_Dye_Orig_Box"
- Name: "Clothing Dye Orig Box"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" getitem(Clothing_Dye_Coupon2, 1); ">
-},
-{
- Id: 17336
- AegisName: "Jeremy_Beauty_Coupon_Box"
- Name: "Jeremy's Beauty Coupon Box"
- Type: "IT_USABLE"
- Weight: 10
- Script: <" getitem(Cash_Hair_Coupon, 1); ">
-},
-{
- Id: 17774
- AegisName: "Almighty_Plus_Box3"
- Name: "Almighty_Plus_Box3"
-},
-{
- Id: 17775
- AegisName: "Almighty100_PlusBox3"
- Name: "Almighty100_PlusBox3"
-},
-{
- Id: 17882
- AegisName: "Refine_Ore_Box17_Set10"
- Name: "Refine_Ore_Box17_Set10"
-},
-{
- Id: 17883
- AegisName: "Refine_Ore_Box17"
- Name: "Refine_Ore_Box17"
-},
-{
- Id: 17884
- AegisName: "HD_Refine_Ore_Box5"
- Name: "HD_Refine_Ore_Box5"
-},
-{
- Id: 17885
- AegisName: "HD_High_Refine_Box3"
- Name: "HD_High_Refine_Box3"
-},
-{
- Id: 17886
- AegisName: "Infinity_Box"
- Name: "Infinity_Box"
-},
-{
- Id: 17887
- AegisName: "Infinity_10_Box"
- Name: "Infinity_10_Box"
-},
-{
- Id: 17894
- AegisName: "New_Vigorgra_Package"
- Name: "New_Vigorgra_Package"
-},
-{
- Id: 17895
- AegisName: "New_Vigorgra_Set"
- Name: "New_Vigorgra_Set"
-},
-{
- Id: 17914
- AegisName: "2017_GStar_CostumeBox"
- Name: "2017_GStar_CostumeBox"
-},
-{
- Id: 17923
- AegisName: "Refine_Ore_Box18"
- Name: "Refine_Ore_Box18"
-},
-{
- Id: 17924
- AegisName: "Refine_Ore_Box18_Set10"
- Name: "Refine_Ore_Box18_Set10"
-},
-{
- Id: 17925
- AegisName: "HD_Refine_Ore_Box6"
- Name: "HD_Refine_Ore_Box6"
-},
-{
- Id: 17926
- AegisName: "HD_High_Refine_Box4"
- Name: "HD_High_Refine_Box4"
-},
-{
- Id: 17935
- AegisName: "New_3_Potion_pack"
- Name: "New_3_Potion_pack"
-},
-{
- Id: 17936
- AegisName: "New_3_Potion_10pack"
- Name: "New_3_Potion_10pack"
-},
-{
- Id: 17940
- AegisName: "Nyangvine_Box10_3"
- Name: "Nyangvine_Box10_3"
-},
-{
- Id: 17941
- AegisName: "Nyangvine_Box100_3"
- Name: "Nyangvine_Box100_3"
-},
-{
- Id: 17944
- AegisName: "Almighty_Plus_Box4"
- Name: "Almighty_Plus_Box4"
-},
-{
- Id: 17945
- AegisName: "Almighty100_PlusBox4"
- Name: "Almighty100_PlusBox4"
-},
-//== Mechanic / Geneticist Cannon Balls ====================
-{
- Id: 18000
- AegisName: "Cannon_Ball"
- Name: "Cannon Ball"
- Type: "IT_AMMO"
- Buy: 100
- Weight: 10
- Atk: 100
- Job: {
- Blacksmith: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_CANNONBALL"
-},
-{
- Id: 18001
- AegisName: "Holy_Cannon_Ball"
- Name: "Holy Cannon Ball"
- Type: "IT_AMMO"
- Buy: 200
- Weight: 10
- Atk: 120
- Job: {
- Blacksmith: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_CANNONBALL"
- Script: <" bonus bAtkEle,Ele_Holy; ">
-},
-{
- Id: 18002
- AegisName: "Dark_Cannon_Ball"
- Name: "Dark Cannon Ball"
- Type: "IT_AMMO"
- Buy: 200
- Weight: 10
- Atk: 120
- Job: {
- Blacksmith: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_CANNONBALL"
- Script: <" bonus bAtkEle,Ele_Dark; ">
-},
-{
- Id: 18003
- AegisName: "Soul_Cannon_Ball"
- Name: "Soul Cannon Ball"
- Type: "IT_AMMO"
- Buy: 200
- Weight: 10
- Atk: 120
- Job: {
- Blacksmith: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_CANNONBALL"
- Script: <" bonus bAtkEle,Ele_Ghost; ">
-},
-{
- Id: 18004
- AegisName: "Iron_Cannon_Ball"
- Name: "Iron Cannon Ball"
- Type: "IT_AMMO"
- Buy: 500
- Weight: 10
- Atk: 250
- Job: {
- Blacksmith: true
- Alchemist: true
- }
- Upper: "ITEMUPPER_THIRD"
- Loc: "EQP_AMMO"
- EquipLv: 99
- Subtype: "A_CANNONBALL"
-},
-
-//== More Bows =============================================
-{
- Id: 18100
- AegisName: "Shooting_Star_C"
- Name: "Shooting Star"
- Type: "IT_WEAPON"
- Buy: 20
- Atk: 190
- Range: 5
- Job: {
- Hunter: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- EquipLv: 1
- Subtype: "W_BOW"
- Script: <" bonus bLongAtkRate,20; ">
-},
-{
- Id: 18101
- AegisName: "F_Bow_Of_Rudra_C"
- Name: "Rudra Bow"
- Type: "IT_WEAPON"
- Buy: 2
- Atk: 185
- Range: 5
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- Refine: false
- Subtype: "W_BOW"
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bInt,5;
- skill AL_CURE,1;
- skill AL_HEAL,1;
- bonus2 bResEff,Eff_Poison,5000;
- bonus2 bResEff,Eff_Curse,5000;
- bonus2 bResEff,Eff_Silence,5000;
- bonus2 bResEff,Eff_Confusion,5000;
- bonus2 bResEff,Eff_Blind,5000;
- ">
-},
-{
- Id: 18102
- AegisName: "E_Bow_Of_Rudra_C"
- Name: "Rudra Bow"
- Type: "IT_WEAPON"
- Buy: 2
- Atk: 185
- Range: 5
- Job: {
- Archer: true
- Thief: true
- Hunter: true
- Rogue: true
- Bard: true
- }
- Loc: "EQP_ARMS"
- WeaponLv: 4
- Refine: false
- Subtype: "W_BOW"
- Script: <"
- bonus bAtkEle,Ele_Holy;
- bonus bInt,5;
- skill AL_CURE,1;
- skill AL_HEAL,1;
- bonus2 bResEff,Eff_Poison,5000;
- bonus2 bResEff,Eff_Curse,5000;
- bonus2 bResEff,Eff_Silence,5000;
- bonus2 bResEff,Eff_Confusion,5000;
- bonus2 bResEff,Eff_Blind,5000;
- ">
-},
-{
- Id: 18149
- AegisName: "Balistar_IL"
- Name: "Balistar_IL"
-},
-{
- Id: 18165
- AegisName: "Rebeginer_RN_Bow"
- Name: "Rebeginer_RN_Bow"
-},
-{
- Id: 18166
- AegisName: "Rebeginer_WM_Bow"
- Name: "Rebeginer_WM_Bow"
-},
-{
- Id: 18170
- AegisName: "Neev_Bow_Of_Rogue"
- Name: "Neev_Bow_Of_Rogue"
-},
-{
- Id: 18174
- AegisName: "Hunter_Bow_IL"
- Name: "Hunter_Bow_IL"
-},
-{
- Id: 18178
- AegisName: "Virtual_Bow_OS"
- Name: "Virtual_Bow_OS"
-},
-{
- Id: 18179
- AegisName: "MH_P89_OS"
- Name: "MH_P89_OS"
-},
-{
- Id: 18180
- AegisName: "AC_B44_OS"
- Name: "AC_B44_OS"
-},
-{
- Id: 18182
- AegisName: "Evt_Royal_Bow_K"
- Name: "Evt_Royal_Bow_K"
-},
-{
- Id: 18183
- AegisName: "Evt_Narcis_Bow"
- Name: "Evt_Narcis_Bow"
-},
-
-//== More Headgears ========================================
-{
- Id: 18500
- AegisName: "Cheer_Scarf6"
- Name: "Cheer Scarf6"
- Type: "IT_ARMOR"
- Loc: "EQP_HEAD_LOW"
- EquipLv: 1
- Refine: false
- ViewSprite: 369
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 18501
- AegisName: "Cheer_Scarf8"
- Name: "Cheer Scarf8"
- Type: "IT_ARMOR"
- Loc: "EQP_HEAD_LOW"
- EquipLv: 1
- Refine: false
- ViewSprite: 369
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 18502
- AegisName: "Cheer_Scarf10"
- Name: "Cheer Scarf10"
- Type: "IT_ARMOR"
- Loc: "EQP_HEAD_LOW"
- EquipLv: 1
- Refine: false
- ViewSprite: 369
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
-},
-{
- Id: 18503
- AegisName: "Small_Horn_Of_Devil"
- Name: "Small Devil Horns"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 2
- Loc: "EQP_HEAD_MID"
- EquipLv: 1
- Refine: false
- ViewSprite: 562
- Script: <"
- bonus bAtkRate,5;
- bonus bMatkRate,5;
- bonus bMaxHPrate,10;
- bonus bMaxSPrate,10;
- ">
-},
-{
- Id: 18505
- AegisName: "Umbala_Spirit"
- Name: "Umbala Spirit"
- Type: "IT_ARMOR"
- Weight: 200
- Def: 1
- Slots: 1
- Loc: "EQP_HEAD_LOW"
- EquipLv: 30
- Refine: false
- ViewSprite: 675
- Script: <" bonus bVit,1; ">
-},
-{
- Id: 18506
- AegisName: "Hattah_Black"
- Name: "Hattah Black"
- Type: "IT_ARMOR"
- Buy: 12000
- Weight: 4000
- Def: 2
- Slots: 1
- Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]
- EquipLv: 1
- ViewSprite: 676
-},
-{
- Id: 18507
- AegisName: "Elven_Ears_"
- Name: "Elven Ears"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Slots: 1
- Job: {
- All: true
- Novice: false
- }
- Loc: "EQP_HEAD_MID"
- EquipLv: 70
- Refine: false
- ViewSprite: 73
-},
-{
- Id: 18539
- AegisName: "Skull_Cap"
- Name: "Skull Cap"
- Type: "IT_ARMOR"
- Buy: 40
- Weight: 200
- Def: 5
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 10
- ViewSprite: 713
- Script: <"
- bonus bMatkRate,2;
- if(getrefine() >= 5) {
- bonus bMatkRate,3;
- }
- if(getrefine() >= 7) {
- bonus bMatkRate,3;
- }
-
- ">
-},
-{
- Id: 18595
- AegisName: "Horn_Of_Ancient"
- Name: "Horn of Ancient"
- Type: "IT_ARMOR"
- Buy: 40
- Weight: 200
- Def: 8
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- EquipLv: 50
- ViewSprite: 757
- Script: <" autobonus "{ bonus bBaseAtk,100; }",5,10000,0,"{ specialeffect(EF_POTION_BERSERK, AREA, playerattached()); }"; ">
-},
-{
- Id: 18596
- AegisName: "Sprout_Hat"
- Name: "Sprout Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 200
- Def: 4
- Loc: "EQP_HEAD_TOP"
- EquipLv: 70
- ViewSprite: 758
- Script: <" skill WZ_HEAVENDRIVE,3; ">
-},
-{
- Id: 18597
- AegisName: "Mercury_Helm"
- Name: "Mercury Riser"
- Type: "IT_ARMOR"
- Buy: 40
- Weight: 200
- Def: 10
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- Refine: false
- ViewSprite: 759
- Script: <"
- bonus bAspdRate,3;
- bonus bCritical,3;
- if(getrefine() >= 7) {
- bonus bAspdRate,2;
- bonus bCritical,2;
- }
- if(getrefine() >= 9) {
- bonus bAspdRate,2;
- bonus bCritical,2;
- }
-
- ">
-},
-{
- Id: 18600
- AegisName: "Cat_Ears_Beret"
- Name: "Cat Ear Beret"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 100
- Def: 5
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 761
- Script: <"
- bonus bAtkRate,5;
- if(getrefine() > 5 && getrefine() <= 12) {
- bonus2 bAddRace,RC_DemiPlayer,(getrefine() - 5);
- bonus2 bSubRace,RC_DemiPlayer,(getrefine() - 5);
- }
- if(getrefine() > 12) {
- bonus2 bAddRace,RC_DemiPlayer,7;
- bonus2 bSubRace,RC_DemiPlayer,7;
- }
-
- ">
-},
-{
- Id: 18612
- AegisName: "White_Musang_Hat"
- Name: "White Musang Hat"
- Type: "IT_ARMOR"
- Buy: 40
- Weight: 200
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 770
- Script: <"
- bonus bStr,2;
- bonus bVit,2;
- bonus bLuk,1;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 18613
- AegisName: "Black_Musang_Hat"
- Name: "Black Musang Hat"
- Type: "IT_ARMOR"
- Buy: 40
- Weight: 200
- Def: 3
- Slots: 1
- Loc: "EQP_HEAD_TOP"
- ViewSprite: 771
- Script: <"
- bonus bInt,2;
- bonus bDex,2;
- bonus bAgi,1;
- bonus bUnbreakableHelm,0;
- ">
-},
-{
- Id: 18620
- AegisName: "Heart_Eyepatch"
- Name: "Heart Eyepatch"
- Type: "IT_ARMOR"
- Buy: 5
- Weight: 200
- Def: 2
- Loc: "EQP_HEAD_MID"
- EquipLv: 20
- ViewSprite: 779
-},
-{
- Id: 18656
- AegisName: "Wit_Pumpkin_Hat"
- Name: "Witch's Pumpkin Hat"
- Type: "IT_ARMOR"
- Buy: 20
- Weight: 300
- Def: 10
- Loc: "EQP_HEAD_TOP"
- EquipLv: 20
- ViewSprite: 717
- Script: <"
- bonus bMdef,10;
- bonus bStr,2;
- bonus bInt,2;
- bonus2 bMagicAddRace,RC_Undead,15;
- bonus2 bMagicAddRace,RC_Demon,15;
- ">
-},
-{
- Id: 19209
- AegisName: "Nurse_Cap_IL"
- Name: "Nurse_Cap_IL"
-},
-{
- Id: 19210
- AegisName: "Apple_Of_Archer_IL"
- Name: "Apple_Of_Archer_IL"
-},
-{
- Id: 19223
- AegisName: "Cap_IL"
- Name: "Cap_IL"
-},
-{
- Id: 19247
- AegisName: "Fancy_Flower_IL"
- Name: "Fancy_Flower_IL"
-},
-{
- Id: 19264
- AegisName: "GoldFish_Hat"
- Name: "GoldFish_Hat"
-},
-{
- Id: 19265
- AegisName: "Smoky_TransformHat"
- Name: "Smoky_TransformHat"
-},
-{
- Id: 19277
- AegisName: "Soda_In_Mouth"
- Name: "Soda_In_Mouth"
-},
-{
- Id: 19291
- AegisName: "C_Shiba_Inu"
- Name: "C_Shiba_Inu"
-},
-{
- Id: 19294
- AegisName: "C_CatEars_Cyber_HeadP_R"
- Name: "C_CatEars_Cyber_HeadP_R"
-},
-{
- Id: 19300
- AegisName: "Dog_Officer"
- Name: "Dog_Officer"
-},
-{
- Id: 19310
- AegisName: "Rebeginer_Cap"
- Name: "Rebeginer_Cap"
-},
-{
- Id: 19339
- AegisName: "Egg_Crispinette"
- Name: "Egg_Crispinette"
-},
-{
- Id: 19344
- AegisName: "Headband_Of_Power_IL"
- Name: "Headband_Of_Power_IL"
-},
-{
- Id: 19366
- AegisName: "Goibne_Helmet_IL"
- Name: "Goibne_Helmet_IL"
-},
-{
- Id: 19382
- AegisName: "Pop_Popcorn_Hat"
- Name: "Pop_Popcorn_Hat"
-},
-{
- Id: 19389
- AegisName: "E_Oxygen_Mask"
- Name: "E_Oxygen_Mask"
-},
-{
- Id: 19396
- AegisName: "Racing_C_Star"
- Name: "Racing_C_Star"
-},
-{
- Id: 19397
- AegisName: "Racing_C_Soul"
- Name: "Racing_C_Soul"
-},
-{
- Id: 19404
- AegisName: "Biting_Off_Rideword"
- Name: "Biting_Off_Rideword"
-},
-
-//== Costume System ========================================
-{
- Id: 19500
- AegisName: "T_Mr_Smile"
- Name: "T Mr Smile"
- Type: "IT_ARMOR"
- Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]
- Refine: false
- ViewSprite: 65
- Script: <" bonus bStr,2; ">
-},
-{
- Id: 19501
- AegisName: "T_Spinx_Helm"
- Name: "T Spinx Helm"
- Type: "IT_ARMOR"
- Slots: 1
- Loc: ["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_LOW"]
- Refine: false
- ViewSprite: 137
-},
-{
- Id: 19504
- AegisName: "T_Sunglasses"
- Name: "T Sunglasses"
- Type: "IT_ARMOR"
- Loc: "EQP_COSTUME_HEAD_MID"
- Refine: false
- ViewSprite: 12
-},
-{
- Id: 19505
- AegisName: "T_Cigarette"
- Name: "T Cigarette"
- Type: "IT_ARMOR"
- Loc: "EQP_COSTUME_HEAD_LOW"
- Refine: false
- ViewSprite: 54
-},
-{
- Id: 19506
- AegisName: "T_Valkyrie_Feather_Band"
- Name: "T Valkyrie Feather Band"
- Type: "IT_ARMOR"
- Loc: "EQP_COSTUME_HEAD_TOP"
- ViewSprite: 300
-},
-{
- Id: 19507
- AegisName: "Fine_Sun"
- Name: "Clear Sun"
- Type: "IT_ARMOR"
- Loc: "EQP_COSTUME_HEAD_TOP"
- EquipLv: 1
- Refine: false
- ViewSprite: 654
-},
-{
- Id: 20514
- AegisName: "C_Thanatos_Sword"
- Name: "C_Thanatos_Sword"
-},
-{
- Id: 20515
- AegisName: "C_Magic_Circle"
- Name: "C_Magic_Circle"
-},
-{
- Id: 20516
- AegisName: "C_Wings_of_Michael"
- Name: "C_Wings_of_Michael"
-},
-{
- Id: 20517
- AegisName: "C_GiantCatBag_TW"
- Name: "C_GiantCatBag_TW"
-},
-{
- Id: 20528
- AegisName: "C_GoldButterfly_Wing"
- Name: "C_GoldButterfly_Wing"
-},
-{
- Id: 20530
- AegisName: "C_Wings_of_Gabriel"
- Name: "C_Wings_of_Gabriel"
-},
-{
- Id: 20533
- AegisName: "C_PinkButterfly_Wing_T"
- Name: "C_PinkButterfly_Wing_T"
-},
-{
- Id: 20535
- AegisName: "C_Digital_Space"
- Name: "C_Digital_Space"
-},
-{
- Id: 20838
- AegisName: "Muffler_IL"
- Name: "Muffler_IL"
-},
-{
- Id: 20840
- AegisName: "Cape_Of_Ancient_Lord_IL"
- Name: "Cape_Of_Ancient_Lord_IL"
-},
-{
- Id: 20847
- AegisName: "Clack_Of_Servival_IL"
- Name: "Clack_Of_Servival_IL"
-},
-{
- Id: 20856
- AegisName: "YSF01_Manteau"
- Name: "YSF01_Manteau"
-},
-{
- Id: 20902
- AegisName: "True_Hunting_Manteau"
- Name: "True_Hunting_Manteau"
-},
-{
- Id: 20903
- AegisName: "R_Hunting_Manteau"
- Name: "R_Hunting_Manteau"
-},
-{
- Id: 20906
- AegisName: "Rebeginer_Manteau"
- Name: "Rebeginer_Manteau"
-},
-{
- Id: 20923
- AegisName: "Goibne_Shoulder_IL"
- Name: "Goibne_Shoulder_IL"
-},
-{
- Id: 20933
- AegisName: "Illusion_Engine_A"
- Name: "Illusion_Engine_A"
-},
-{
- Id: 20934
- AegisName: "Illusion_Engine_B"
- Name: "Illusion_Engine_B"
-},
-{
- Id: 20939
- AegisName: "Time_Overload_Hood"
- Name: "Time_Overload_Hood"
-},
-{
- Id: 20940
- AegisName: "Violet_Halo"
- Name: "Violet_Halo"
-},
-{
- Id: 20944
- AegisName: "Fairy_Cloth"
- Name: "Fairy_Cloth"
-},
-{
- Id: 21037
- AegisName: "Rebeginer_RK_T_Sword"
- Name: "Rebeginer_RK_T_Sword"
-},
-{
- Id: 21047
- AegisName: "Beam_Claymore_OS"
- Name: "Beam_Claymore_OS"
-},
-{
- Id: 21049
- AegisName: "Evt_Oriental_Sword"
- Name: "Evt_Oriental_Sword"
-},
-{
- Id: 22133
- AegisName: "Shoes_IL"
- Name: "Shoes_IL"
-},
-{
- Id: 22141
- AegisName: "YSF01_Greave"
- Name: "YSF01_Greave"
-},
-{
- Id: 22168
- AegisName: "True_Hunting_Boots"
- Name: "True_Hunting_Boots"
-},
-{
- Id: 22169
- AegisName: "R_Hunting_Boots"
- Name: "R_Hunting_Boots"
-},
-{
- Id: 22171
- AegisName: "ShoesOfGuardsman"
- Name: "ShoesOfGuardsman"
-},
-{
- Id: 22173
- AegisName: "Rebeginer_Boots"
- Name: "Rebeginer_Boots"
-},
-{
- Id: 22190
- AegisName: "Boots_IL"
- Name: "Boots_IL"
-},
-{
- Id: 22192
- AegisName: "Goibne_Boots_IL"
- Name: "Goibne_Boots_IL"
-},
-{
- Id: 22196
- AegisName: "Illusion_Leg_A"
- Name: "Illusion_Leg_A"
-},
-{
- Id: 22197
- AegisName: "Illusion_Leg_B"
- Name: "Illusion_Leg_B"
-},
-{
- Id: 22204
- AegisName: "Time_Overload_Boots"
- Name: "Time_Overload_Boots"
-},
-
-//== New Etc Items =========================================
-{
- Id: 22540
- AegisName: "Runstone_Lux"
- Name: "Lux Anima Rune"
- Type: "IT_DELAYCONSUME"
- Buy: 2
- Weight: 100
- Job: {
- Knight: true
- }
- Upper: "ITEMUPPER_THIRD"
- Delay: 60000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Stack: [20, 1]
- Script: <" itemskill RK_LUXANIMA,1; ">
-},
-{
- Id: 22777
- AegisName: "Buff_Gift_Set"
- Name: "Buff Gift Set"
- Type: "IT_USABLE"
- Buy: 20
- Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <"
- getitem 14534,5;
- getitem 12215,5;
- getitem 12216,5;
- ">
-},
-{
- Id: 22808
- AegisName: "Special_Gift_Box"
- Name: "Special Gift Box"
- Type: "IT_USABLE"
- Buy: 10
- Weight: 100
-},
-{
- Id: 22837
- AegisName: "Integer_Time"
- Name: "Integer Time"
- Type: "IT_USABLE"
- EquipLv: 50
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- nocart: true
- nostorage: true
- nogstorage: true
- nomail: true
- noauction: true
- }
- Script: <" TmpRouletteBronze += 1; ">
-},
-{
- Id: 22876
- AegisName: "Old_Money_Pocket"
- Name: "Old Money Pocket"
- Type: "IT_USABLE"
- Script: <" Zeny += rand(500, 550); ">
-},
-{
- Id: 23242
- AegisName: "Fried_Chicken"
- Name: "Fried_Chicken"
-},
-{
- Id: 23243
- AegisName: "Fried_Chicken_1"
- Name: "Fried_Chicken_1"
-},
-{
- Id: 23256
- AegisName: "Elixir_Bandage"
- Name: "Elixir_Bandage"
-},
-{
- Id: 23257
- AegisName: "Dew_Of_Old_Tree"
- Name: "Dew_Of_Old_Tree"
-},
-{
- Id: 23258
- AegisName: "Foul_Rotten_Meat"
- Name: "Foul_Rotten_Meat"
-},
-{
- Id: 23259
- AegisName: "St_Cupcake"
- Name: "St_Cupcake"
-},
-{
- Id: 23260
- AegisName: "Parfait"
- Name: "Parfait"
-},
-{
- Id: 23261
- AegisName: "Macaron"
- Name: "Macaron"
-},
-{
- Id: 23277
- AegisName: "Mado_Box"
- Name: "Mado_Box"
-},
-{
- Id: 23332
- AegisName: "Costama_EggV01"
- Name: "Costama_EggV01"
-},
-{
- Id: 23342
- AegisName: "Vend_Arbeit1_1Lv"
- Name: "Vend_Arbeit1_1Lv"
-},
-{
- Id: 23343
- AegisName: "Vend_Arbeit1_2Lv"
- Name: "Vend_Arbeit1_2Lv"
-},
-{
- Id: 23344
- AegisName: "Vend_Arbeit1_3Lv"
- Name: "Vend_Arbeit1_3Lv"
-},
-{
- Id: 23345
- AegisName: "Buy_Arbeit1_1Lv"
- Name: "Buy_Arbeit1_1Lv"
-},
-{
- Id: 23346
- AegisName: "Buy_Arbeit1_2Lv"
- Name: "Buy_Arbeit1_2Lv"
-},
-{
- Id: 23347
- AegisName: "Buy_Arbeit1_3Lv"
- Name: "Buy_Arbeit1_3Lv"
-},
-{
- Id: 23348
- AegisName: "Vend_Arbeit_1Lv"
- Name: "Vend_Arbeit_1Lv"
-},
-{
- Id: 23349
- AegisName: "Vend_Arbeit_2Lv"
- Name: "Vend_Arbeit_2Lv"
-},
-{
- Id: 23350
- AegisName: "Vend_Arbeit_3Lv"
- Name: "Vend_Arbeit_3Lv"
-},
-{
- Id: 23351
- AegisName: "Buy_Arbeit_1Lv"
- Name: "Buy_Arbeit_1Lv"
-},
-{
- Id: 23352
- AegisName: "Buy_Arbeit_2Lv"
- Name: "Buy_Arbeit_2Lv"
-},
-{
- Id: 23353
- AegisName: "Buy_Arbeit_3Lv"
- Name: "Buy_Arbeit_3Lv"
-},
-{
- Id: 23354
- AegisName: "Vend_Arbeit1_1Lv_"
- Name: "Vend_Arbeit1_1Lv_"
-},
-{
- Id: 23355
- AegisName: "Vend_Arbeit1_2Lv_"
- Name: "Vend_Arbeit1_2Lv_"
-},
-{
- Id: 23356
- AegisName: "Vend_Arbeit1_3Lv_"
- Name: "Vend_Arbeit1_3Lv_"
-},
-{
- Id: 23357
- AegisName: "Buy_Arbeit1_1Lv_"
- Name: "Buy_Arbeit1_1Lv_"
-},
-{
- Id: 23358
- AegisName: "Buy_Arbeit1_2Lv_"
- Name: "Buy_Arbeit1_2Lv_"
-},
-{
- Id: 23359
- AegisName: "Buy_Arbeit1_3Lv_"
- Name: "Buy_Arbeit1_3Lv_"
-},
-{
- Id: 23405
- AegisName: "Green_Scroll_K2"
- Name: "Green_Scroll_K2"
-},
-{
- Id: 23440
- AegisName: "Sentimental_Scroll"
- Name: "Sentimental_Scroll"
-},
-{
- Id: 23444
- AegisName: "July_Hair_Box"
- Name: "July_Hair_Box"
-},
-{
- Id: 23446
- AegisName: "Savage_Trap"
- Name: "Savage_Trap"
-},
-{
- Id: 23473
- AegisName: "Infinity_Scroll"
- Name: "Infinity_Scroll"
-},
-{
- Id: 23475
- AegisName: "Infinity_Drink"
- Name: "Infinity_Drink"
-},
-{
- Id: 23484
- AegisName: "Firstaid_Box_5"
- Name: "Firstaid_Box_5"
-},
-{
- Id: 23485
- AegisName: "Firstaid_Box_10"
- Name: "Firstaid_Box_10"
-},
-{
- Id: 23486
- AegisName: "Firstaid_Box_15"
- Name: "Firstaid_Box_15"
-},
-{
- Id: 23487
- AegisName: "Firstaid_Box_20"
- Name: "Firstaid_Box_20"
-},
-{
- Id: 23488
- AegisName: "Firstaid_Box_25"
- Name: "Firstaid_Box_25"
-},
-{
- Id: 23489
- AegisName: "Firstaid_Box_30"
- Name: "Firstaid_Box_30"
-},
-{
- Id: 23490
- AegisName: "Firstaid_Box_35"
- Name: "Firstaid_Box_35"
-},
-{
- Id: 23491
- AegisName: "Firstaid_Box_40"
- Name: "Firstaid_Box_40"
-},
-{
- Id: 23492
- AegisName: "Firstaid_Box_45"
- Name: "Firstaid_Box_45"
-},
-{
- Id: 23493
- AegisName: "Firstaid_Box_50"
- Name: "Firstaid_Box_50"
-},
-{
- Id: 23494
- AegisName: "Firstaid_Box_55"
- Name: "Firstaid_Box_55"
-},
-{
- Id: 23495
- AegisName: "Firstaid_Box_60"
- Name: "Firstaid_Box_60"
-},
-{
- Id: 23496
- AegisName: "Firstaid_Box_65"
- Name: "Firstaid_Box_65"
-},
-{
- Id: 23497
- AegisName: "Firstaid_Box_70"
- Name: "Firstaid_Box_70"
-},
-{
- Id: 23498
- AegisName: "Firstaid_Box_75"
- Name: "Firstaid_Box_75"
-},
-{
- Id: 23499
- AegisName: "Firstaid_Box_80"
- Name: "Firstaid_Box_80"
-},
-{
- Id: 23500
- AegisName: "Firstaid_Box_85"
- Name: "Firstaid_Box_85"
-},
-{
- Id: 23501
- AegisName: "Firstaid_Box_90"
- Name: "Firstaid_Box_90"
-},
-{
- Id: 23502
- AegisName: "Firstaid_Box_95"
- Name: "Firstaid_Box_95"
-},
-{
- Id: 23503
- AegisName: "Red_Potion_B_20"
- Name: "Red_Potion_B_20"
-},
-{
- Id: 23504
- AegisName: "Orange_Potion_B_20"
- Name: "Orange_Potion_B_20"
-},
-{
- Id: 23505
- AegisName: "Yellow_Potion_B_20"
- Name: "Yellow_Potion_B_20"
-},
-{
- Id: 23506
- AegisName: "White_Potion_B_20"
- Name: "White_Potion_B_20"
-},
-{
- Id: 23533
- AegisName: "Vote_Rose"
- Name: "Vote_Rose"
-},
-{
- Id: 23537
- AegisName: "Bloody_Scroll"
- Name: "Bloody_Scroll"
-},
-{
- Id: 23549
- AegisName: "Snow_Cookie"
- Name: "Snow_Cookie"
-},
-{
- Id: 23550
- AegisName: "Winter_Cookie"
- Name: "Winter_Cookie"
-},
-{
- Id: 23551
- AegisName: "Festi_Cookie"
- Name: "Festi_Cookie"
-},
-{
- Id: 23552
- AegisName: "Flora_Cookie"
- Name: "Flora_Cookie"
-},
-{
- Id: 23554
- AegisName: "Snow_Festa_CardPack"
- Name: "Snow_Festa_CardPack"
-},
-{
- Id: 23575
- AegisName: "Adventurer_Box_1"
- Name: "Adventurer_Box_1"
-},
-{
- Id: 23576
- AegisName: "Adventurer_Box_15"
- Name: "Adventurer_Box_15"
-},
-{
- Id: 23577
- AegisName: "Adventurer_Box_30"
- Name: "Adventurer_Box_30"
-},
-{
- Id: 23578
- AegisName: "Adventurer_Box_45"
- Name: "Adventurer_Box_45"
-},
-{
- Id: 23579
- AegisName: "Adventurer_Box_60"
- Name: "Adventurer_Box_60"
-},
-{
- Id: 23580
- AegisName: "Adventurer_Box_75"
- Name: "Adventurer_Box_75"
-},
-{
- Id: 23581
- AegisName: "Adventurer_Box_90"
- Name: "Adventurer_Box_90"
-},
-{
- Id: 23582
- AegisName: "E_Wing_Of_Fly_3Day_Box"
- Name: "E_Wing_Of_Fly_3Day_Box"
-},
-{
- Id: 23583
- AegisName: "Rebeginer_Box"
- Name: "Rebeginer_Box"
-},
-{
- Id: 23584
- AegisName: "Rebeginer_S_Box"
- Name: "Rebeginer_S_Box"
-},
-{
- Id: 23585
- AegisName: "Rebeginer_Box_100"
- Name: "Rebeginer_Box_100"
-},
-{
- Id: 23586
- AegisName: "Rebeginer_Box_110"
- Name: "Rebeginer_Box_110"
-},
-{
- Id: 23587
- AegisName: "Rebeginer_Box_120"
- Name: "Rebeginer_Box_120"
-},
-{
- Id: 23618
- AegisName: "2017_Special_Scroll"
- Name: "2017_Special_Scroll"
-},
-{
- Id: 23650
- AegisName: "Ice_Scroll"
- Name: "Ice_Scroll"
-},
-{
- Id: 23661
- AegisName: "2018_New_Year_Scroll"
- Name: "2018_New_Year_Scroll"
-},
-{
- Id: 23683
- AegisName: "EVT_JAN02KR"
- Name: "EVT_JAN02KR"
-},
-{
- Id: 23700
- AegisName: "Lunar_New_Year_Scroll"
- Name: "Lunar_New_Year_Scroll"
-},
-{
- Id: 23706
- AegisName: "Reactor_Z"
- Name: "Reactor_Z"
-},
-{
- Id: 23707
- AegisName: "Reactor_Z_"
- Name: "Reactor_Z_"
-},
-{
- Id: 23710
- AegisName: "2018_Spring_Scroll"
- Name: "2018_Spring_Scroll"
-},
-{
- Id: 23723
- AegisName: "Melon_Bread"
- Name: "Melon_Bread"
-},
-{
- Id: 23765
- AegisName: "Costama_EggV02"
- Name: "Costama_EggV02"
-},
-{
- Id: 23771
- AegisName: "Mysterious_Plastic"
- Name: "Mysterious_Plastic"
-},
-{
- Id: 23772
- AegisName: "EP17_1_SPC01"
- Name: "EP17_1_SPC01"
-},
-{
- Id: 23773
- AegisName: "EP17_1_SPC02"
- Name: "EP17_1_SPC02"
-},
-{
- Id: 23774
- AegisName: "EP17_1_SPC03"
- Name: "EP17_1_SPC03"
-},
-{
- Id: 23775
- AegisName: "EP17_1_SPC04"
- Name: "EP17_1_SPC04"
-},
-{
- Id: 23817
- AegisName: "Bs_Making_Scrolls"
- Name: "Bs_Making_Scrolls"
-},
-{
- Id: 23878
- AegisName: "StarSoul_Scroll"
- Name: "StarSoul_Scroll"
-},
-{
- Id: 23897
- AegisName: "2018_Jump_Thx_Box"
- Name: "2018_Jump_Thx_Box"
-},
-{
- Id: 23898
- AegisName: "Comp_Power_Booster"
- Name: "Comp_Power_Booster"
-},
-{
- Id: 23899
- AegisName: "Comp_Almighty"
- Name: "Comp_Almighty"
-},
-{
- Id: 23900
- AegisName: "Time_Overload_Box"
- Name: "Time_Overload_Box"
-},
-{
- Id: 23901
- AegisName: "110LVUP"
- Name: "110LVUP"
-},
-{
- Id: 23921
- AegisName: "Season_Evt_Reward"
- Name: "Season_Evt_Reward"
-},
-{
- Id: 23962
- AegisName: "Malang_Cat_Can2"
- Name: "Malang_Cat_Can2"
-},
-{
- Id: 24380
- AegisName: "Sentimental_Weapone_S"
- Name: "Sentimental_Weapone_S"
-},
-{
- Id: 24381
- AegisName: "Sentimental_Earring_S"
- Name: "Sentimental_Earring_S"
-},
-{
- Id: 24382
- AegisName: "Sentimental_Pendant_S"
- Name: "Sentimental_Pendant_S"
-},
-{
- Id: 24383
- AegisName: "Enchanting_Weapone_S"
- Name: "Enchanting_Weapone_S"
-},
-{
- Id: 24384
- AegisName: "Enchanting_Earring_S"
- Name: "Enchanting_Earring_S"
-},
-{
- Id: 24385
- AegisName: "Enchanting_Pendant_S"
- Name: "Enchanting_Pendant_S"
-},
-{
- Id: 24386
- AegisName: "S_Infinity_Weapon"
- Name: "S_Infinity_Weapon"
-},
-{
- Id: 24387
- AegisName: "Rebeginer_Armor_S"
- Name: "Rebeginer_Armor_S"
-},
-{
- Id: 24388
- AegisName: "Rebeginer_Shield_S"
- Name: "Rebeginer_Shield_S"
-},
-{
- Id: 24389
- AegisName: "Rebeginer_Shoes_S"
- Name: "Rebeginer_Shoes_S"
-},
-{
- Id: 24390
- AegisName: "Rebeginer_Weapon_S"
- Name: "Rebeginer_Weapon_S"
-},
-{
- Id: 24391
- AegisName: "Rebeginer_Earring_S"
- Name: "Rebeginer_Earring_S"
-},
-{
- Id: 24392
- AegisName: "Rebeginer_Pendant_S"
- Name: "Rebeginer_Pendant_S"
-},
-{
- Id: 24393
- AegisName: "S_Physical_Shoes"
- Name: "S_Physical_Shoes"
-},
-{
- Id: 24394
- AegisName: "S_Physical_Shield"
- Name: "S_Physical_Shield"
-},
-{
- Id: 24395
- AegisName: "S_Physical_Armor"
- Name: "S_Physical_Armor"
-},
-{
- Id: 24396
- AegisName: "S_Magical_Shoes"
- Name: "S_Magical_Shoes"
-},
-{
- Id: 24397
- AegisName: "S_Magical_Shield"
- Name: "S_Magical_Shield"
-},
-{
- Id: 24398
- AegisName: "S_Magical_Armor"
- Name: "S_Magical_Armor"
-},
-{
- Id: 24399
- AegisName: "S_ImmunedAthena_Shield"
- Name: "S_ImmunedAthena_Shield"
-},
-{
- Id: 24400
- AegisName: "S_HardChamption_Shoes"
- Name: "S_HardChamption_Shoes"
-},
-{
- Id: 24401
- AegisName: "S_KingbirdAncient_Armor"
- Name: "S_KingbirdAncient_Armor"
-},
-{
- Id: 24402
- AegisName: "S_Rebellion_Armor"
- Name: "S_Rebellion_Armor"
-},
-{
- Id: 24403
- AegisName: "S_Kagerou_Armor"
- Name: "S_Kagerou_Armor"
-},
-{
- Id: 24404
- AegisName: "S_Oboro_Armor"
- Name: "S_Oboro_Armor"
-},
-{
- Id: 24405
- AegisName: "S_Rebellion_Shoes"
- Name: "S_Rebellion_Shoes"
-},
-{
- Id: 24406
- AegisName: "S_Kagerou_Shoes"
- Name: "S_Kagerou_Shoes"
-},
-{
- Id: 24407
- AegisName: "S_Oboro_Shoes"
- Name: "S_Oboro_Shoes"
-},
-{
- Id: 24408
- AegisName: "S_DoramPhysical_Armor"
- Name: "S_DoramPhysical_Armor"
-},
-{
- Id: 24409
- AegisName: "S_DoramPhysical_Shoes"
- Name: "S_DoramPhysical_Shoes"
-},
-{
- Id: 24410
- AegisName: "S_DoramMagical_Armor"
- Name: "S_DoramMagical_Armor"
-},
-{
- Id: 24411
- AegisName: "S_DoramMagical_Shoes"
- Name: "S_DoramMagical_Shoes"
-},
-{
- Id: 24412
- AegisName: "S_Star_Emperor_Armor"
- Name: "S_Star_Emperor_Armor"
-},
-{
- Id: 24413
- AegisName: "S_Star_Emperor_Shoes"
- Name: "S_Star_Emperor_Shoes"
-},
-{
- Id: 24414
- AegisName: "S_Soul_Reaper_Armor"
- Name: "S_Soul_Reaper_Armor"
-},
-{
- Id: 24415
- AegisName: "S_Soul_Reaper_Shoes"
- Name: "S_Soul_Reaper_Shoes"
-},
-{
- Id: 24416
- AegisName: "S_Timeoverload_Weapon"
- Name: "S_Timeoverload_Weapon"
-},
-{
- Id: 24417
- AegisName: "S_Timeoverload_Armor"
- Name: "S_Timeoverload_Armor"
-},
-{
- Id: 24418
- AegisName: "S_Timeoverload_Shield"
- Name: "S_Timeoverload_Shield"
-},
-{
- Id: 24419
- AegisName: "S_Timeoverload_Shoes"
- Name: "S_Timeoverload_Shoes"
-},
-{
- Id: 24420
- AegisName: "S_Timeoverload_Earing"
- Name: "S_Timeoverload_Earing"
-},
-{
- Id: 24421
- AegisName: "S_Timeoverload_Pandent"
- Name: "S_Timeoverload_Pandent"
-},
-{
- Id: 25258
- AegisName: "BrokenArrow"
- Name: "BrokenArrow"
-},
-{
- Id: 25265
- AegisName: "Shining_Spore"
- Name: "Shining_Spore"
-},
-{
- Id: 25266
- AegisName: "Dried_Leaf_Of_Ygg"
- Name: "Dried_Leaf_Of_Ygg"
-},
-{
- Id: 25271
- AegisName: "IllusionStone"
- Name: "IllusionStone"
-},
-{
- Id: 25290
- AegisName: "Sweets_Coin"
- Name: "Sweets_Coin"
-},
-{
- Id: 25294
- AegisName: "Clover_Ticket"
- Name: "Clover_Ticket"
-},
-{
- Id: 25295
- AegisName: "Happiness_Clover"
- Name: "Happiness_Clover"
-},
-{
- Id: 25340
- AegisName: "Golden_Corn"
- Name: "Golden_Corn"
-},
-{
- Id: 25375
- AegisName: "Mightysoul_Essence"
- Name: "Mightysoul_Essence"
-},
-{
- Id: 25390
- AegisName: "Captured_Savage"
- Name: "Captured_Savage"
-},
-{
- Id: 25391
- AegisName: "Goodly_Bough"
- Name: "Goodly_Bough"
-},
-{
- Id: 25392
- AegisName: "Free_Pass_Ticket"
- Name: "Free_Pass_Ticket"
-},
-{
- Id: 25393
- AegisName: "Delicious_Corn"
- Name: "Delicious_Corn"
-},
-{
- Id: 25394
- AegisName: "Fruit_Lunch"
- Name: "Fruit_Lunch"
-},
-{
- Id: 25395
- AegisName: "Small_Embers"
- Name: "Small_Embers"
-},
-{
- Id: 25401
- AegisName: "Black_Fur"
- Name: "Black_Fur"
-},
-{
- Id: 25408
- AegisName: "Memory_Of_Gyol"
- Name: "Memory_Of_Gyol"
-},
-{
- Id: 25409
- AegisName: "SuraStone_Top"
- Name: "SuraStone_Top"
-},
-{
- Id: 25410
- AegisName: "SuraStone_Middle"
- Name: "SuraStone_Middle"
-},
-{
- Id: 25411
- AegisName: "SuraStone_Bottom"
- Name: "SuraStone_Bottom"
-},
-{
- Id: 25412
- AegisName: "SuraStone_Robe"
- Name: "SuraStone_Robe"
-},
-{
- Id: 25413
- AegisName: "RangerStone_Top"
- Name: "RangerStone_Top"
-},
-{
- Id: 25414
- AegisName: "RangerStone_Middle"
- Name: "RangerStone_Middle"
-},
-{
- Id: 25415
- AegisName: "RangerStone_Bottom"
- Name: "RangerStone_Bottom"
-},
-{
- Id: 25416
- AegisName: "RangerStone_Robe"
- Name: "RangerStone_Robe"
-},
-{
- Id: 25417
- AegisName: "SorcererStone_Top"
- Name: "SorcererStone_Top"
-},
-{
- Id: 25418
- AegisName: "SorcererStone_Middle"
- Name: "SorcererStone_Middle"
-},
-{
- Id: 25419
- AegisName: "SorcererStone_Bottom"
- Name: "SorcererStone_Bottom"
-},
-{
- Id: 25420
- AegisName: "SorcererStone_Robe"
- Name: "SorcererStone_Robe"
-},
-{
- Id: 25421
- AegisName: "Pumpkin_Decor"
- Name: "Pumpkin_Decor"
-},
-{
- Id: 25422
- AegisName: "White_Thin_Stem"
- Name: "White_Thin_Stem"
-},
-{
- Id: 25425
- AegisName: "SnowFlower_Of_Spell"
- Name: "SnowFlower_Of_Spell"
-},
-{
- Id: 25426
- AegisName: "Warm_Cotton"
- Name: "Warm_Cotton"
-},
-{
- Id: 25427
- AegisName: "Rebeginer_W_Coupon"
- Name: "Rebeginer_W_Coupon"
-},
-{
- Id: 25428
- AegisName: "Rebeginer_W_7Up"
- Name: "Rebeginer_W_7Up"
-},
-{
- Id: 25445
- AegisName: "RuneknightStone_Top"
- Name: "RuneknightStone_Top"
-},
-{
- Id: 25446
- AegisName: "RuneknightStone_Middle"
- Name: "RuneknightStone_Middle"
-},
-{
- Id: 25447
- AegisName: "RuneknightStone_Bottom"
- Name: "RuneknightStone_Bottom"
-},
-{
- Id: 25448
- AegisName: "RuneknightStone_Robe"
- Name: "RuneknightStone_Robe"
-},
-{
- Id: 25449
- AegisName: "GeneticStone_Robe"
- Name: "GeneticStone_Robe"
-},
-{
- Id: 25450
- AegisName: "GeneticStone_Top"
- Name: "GeneticStone_Top"
-},
-{
- Id: 25451
- AegisName: "GeneticStone_Middle"
- Name: "GeneticStone_Middle"
-},
-{
- Id: 25452
- AegisName: "GeneticStone_Bottom"
- Name: "GeneticStone_Bottom"
-},
-{
- Id: 25453
- AegisName: "WarlockStone_Top"
- Name: "WarlockStone_Top"
-},
-{
- Id: 25454
- AegisName: "WarlockStone_Middle"
- Name: "WarlockStone_Middle"
-},
-{
- Id: 25455
- AegisName: "WarlockStone_Bottom"
- Name: "WarlockStone_Bottom"
-},
-{
- Id: 25456
- AegisName: "WarlockStone_Robe"
- Name: "WarlockStone_Robe"
-},
-{
- Id: 25464
- AegisName: "World_Tour_Ticket"
- Name: "World_Tour_Ticket"
-},
-{
- Id: 25479
- AegisName: "Dogly_Bottle"
- Name: "Dogly_Bottle"
-},
-{
- Id: 25490
- AegisName: "ShadowchaserStone_Top"
- Name: "ShadowchaserStone_Top"
-},
-{
- Id: 25491
- AegisName: "ShadowchaseStone_Middle"
- Name: "ShadowchaseStone_Middle"
-},
-{
- Id: 25492
- AegisName: "ShadowchaseStone_Bottom"
- Name: "ShadowchaseStone_Bottom"
-},
-{
- Id: 25493
- AegisName: "ShadowchaserStone_Robe"
- Name: "ShadowchaserStone_Robe"
-},
-{
- Id: 25494
- AegisName: "MechanicStone_Top"
- Name: "MechanicStone_Top"
-},
-{
- Id: 25495
- AegisName: "MechanicStone_Middle"
- Name: "MechanicStone_Middle"
-},
-{
- Id: 25496
- AegisName: "MechanicStone_Bottom"
- Name: "MechanicStone_Bottom"
-},
-{
- Id: 25497
- AegisName: "MechanicStone_Robe"
- Name: "MechanicStone_Robe"
-},
-{
- Id: 25498
- AegisName: "WanderMinstrelStone_Top"
- Name: "WanderMinstrelStone_Top"
-},
-{
- Id: 25499
- AegisName: "WanderMinstStone_Middle"
- Name: "WanderMinstStone_Middle"
-},
-{
- Id: 25500
- AegisName: "WanderMinstStone_Bottom"
- Name: "WanderMinstStone_Bottom"
-},
-{
- Id: 25501
- AegisName: "WanderMinstreStone_Robe"
- Name: "WanderMinstreStone_Robe"
-},
-{
- Id: 25504
- AegisName: "Visionary_Ticket"
- Name: "Visionary_Ticket"
-},
-{
- Id: 25508
- AegisName: "Token_of_OrcGeneral"
- Name: "Token_of_OrcGeneral"
-},
-{
- Id: 25511
- AegisName: "Evt_March04_KR"
- Name: "Evt_March04_KR"
-},
-{
- Id: 25512
- AegisName: "Evt_March05_KR"
- Name: "Evt_March05_KR"
-},
-{
- Id: 25616
- AegisName: "Green_Bearopy"
- Name: "Green_Bearopy"
-},
-{
- Id: 25622
- AegisName: "White_Snake_Tear"
- Name: "White_Snake_Tear"
-},
-{
- Id: 25627
- AegisName: "Gold_Card"
- Name: "Gold_Card"
-},
-{
- Id: 25629
- AegisName: "Konts_Letter"
- Name: "Konts_Letter"
-},
-{
- Id: 25633
- AegisName: "Token_Of_Wootan"
- Name: "Token_Of_Wootan"
-},
-{
- Id: 25634
- AegisName: "Wootan_D_S_Piece"
- Name: "Wootan_D_S_Piece"
-},
-{
- Id: 25638
- AegisName: "Token_Of_Bigstone"
- Name: "Token_Of_Bigstone"
-},
-{
- Id: 25639
- AegisName: "Fragment_Of_Rock"
- Name: "Fragment_Of_Rock"
-},
-{
- Id: 25643
- AegisName: "Autographed_Book"
- Name: "Autographed_Book"
-},
-{
- Id: 25655
- AegisName: "Dalcom_Coin"
- Name: "Dalcom_Coin"
-},
-{
- Id: 25656
- AegisName: "Stamp_Note"
- Name: "Stamp_Note"
-},
-{
- Id: 25657
- AegisName: "Evt_July01_KR"
- Name: "Evt_July01_KR"
-},
-{
- Id: 25658
- AegisName: "Evt_July02_KR"
- Name: "Evt_July02_KR"
-},
-{
- Id: 25659
- AegisName: "Evt_May02_KR"
- Name: "Evt_May02_KR"
-},
-{
- Id: 25664
- AegisName: "Evt_July03_KR"
- Name: "Evt_July03_KR"
-},
-{
- Id: 25665
- AegisName: "Dienes_Envelope"
- Name: "Dienes_Envelope"
-},
-{
- Id: 25666
- AegisName: "Id_Card"
- Name: "Id_Card"
-},
-{
- Id: 25668
- AegisName: "Broken_Weapon"
- Name: "Broken_Weapon"
-},
-{
- Id: 25669
- AegisName: "Unknown_Parts"
- Name: "Unknown_Parts"
-},
-{
- Id: 25706
- AegisName: "HighpriestStone_Top"
- Name: "HighpriestStone_Top"
-},
-{
- Id: 25707
- AegisName: "HighpriestStone_Middle"
- Name: "HighpriestStone_Middle"
-},
-{
- Id: 25708
- AegisName: "HighpriestStone_Bottom"
- Name: "HighpriestStone_Bottom"
-},
-{
- Id: 25709
- AegisName: "ArchbishopStone_Robe"
- Name: "ArchbishopStone_Robe"
-},
-{
- Id: 25710
- AegisName: "PaladinStone_Top"
- Name: "PaladinStone_Top"
-},
-{
- Id: 25711
- AegisName: "PaladinStone_Middle"
- Name: "PaladinStone_Middle"
-},
-{
- Id: 25712
- AegisName: "PaladinStone_Bottom"
- Name: "PaladinStone_Bottom"
-},
-{
- Id: 25713
- AegisName: "RoyalguardStone_Robe"
- Name: "RoyalguardStone_Robe"
-},
-{
- Id: 25714
- AegisName: "AssacrossStone_Top"
- Name: "AssacrossStone_Top"
-},
-{
- Id: 25715
- AegisName: "AssacrossStone_Middle"
- Name: "AssacrossStone_Middle"
-},
-{
- Id: 25716
- AegisName: "AssacrossStone_Bottom"
- Name: "AssacrossStone_Bottom"
-},
-{
- Id: 25717
- AegisName: "GuillcrossStone_Robe"
- Name: "GuillcrossStone_Robe"
-},
-{
- Id: 25723
- AegisName: "Cor_Core"
- Name: "Cor_Core"
-},
-{
- Id: 25728
- AegisName: "Shadowdecon_Ore"
- Name: "Shadowdecon_Ore"
-},
-{
- Id: 25729
- AegisName: "Shadowdecon"
- Name: "Shadowdecon"
-},
-{
- Id: 25730
- AegisName: "Zelunium_Ore"
- Name: "Zelunium_Ore"
-},
-{
- Id: 25731
- AegisName: "Zelunium"
- Name: "Zelunium"
-},
-{
- Id: 25734
- AegisName: "Sealed_Weapon_Ticket"
- Name: "Sealed_Weapon_Ticket"
-},
-{
- Id: 25735
- AegisName: "Unsealing_Token"
- Name: "Unsealing_Token"
-},
-{
- Id: 25739
- AegisName: "GH_Cursed_Crystal"
- Name: "GH_Cursed_Crystal"
-},
-{
- Id: 25740
- AegisName: "GH_Cursed_Gemstone"
- Name: "GH_Cursed_Gemstone"
-},
-{
- Id: 25793
- AegisName: "Inventory_Extension_Coupon"
- Name: "Inventory_Extension_Coupon"
-},
-{
- Id: 26007
- AegisName: "Spectral_Spear_IL"
- Name: "Spectral_Spear_IL"
-},
-{
- Id: 26015
- AegisName: "Rebeginer_LG_Lance"
- Name: "Rebeginer_LG_Lance"
-},
-{
- Id: 26109
- AegisName: "Staff_Of_Bordeaux_IL"
- Name: "Staff_Of_Bordeaux_IL"
-},
-{
- Id: 26110
- AegisName: "CandyCaneRod"
- Name: "CandyCaneRod"
-},
-{
- Id: 26111
- AegisName: "Metal_Foxtail"
- Name: "Metal_Foxtail"
-},
-{
- Id: 26119
- AegisName: "Rebeginer_SO_Rod"
- Name: "Rebeginer_SO_Rod"
-},
-{
- Id: 26120
- AegisName: "Rebeginer_DO_Rod"
- Name: "Rebeginer_DO_Rod"
-},
-{
- Id: 26151
- AegisName: "Rutilus_Stick_OS"
- Name: "Rutilus_Stick_OS"
-},
-{
- Id: 26155
- AegisName: "MeawFoxtail"
- Name: "MeawFoxtail"
-},
-{
- Id: 26156
- AegisName: "Evt_Shadow_Staff_K"
- Name: "Evt_Shadow_Staff_K"
-},
-{
- Id: 28022
- AegisName: "Infiltrator_IL"
- Name: "Infiltrator_IL"
-},
-{
- Id: 28023
- AegisName: "Ghoul_Leg_IL"
- Name: "Ghoul_Leg_IL"
-},
-{
- Id: 28027
- AegisName: "Rebeginer_GC_Katar"
- Name: "Rebeginer_GC_Katar"
-},
-{
- Id: 28038
- AegisName: "Meuchler_OS"
- Name: "Meuchler_OS"
-},
-{
- Id: 28040
- AegisName: "Evt_Shiver_Katar_K"
- Name: "Evt_Shiver_Katar_K"
-},
-{
- Id: 28136
- AegisName: "Blasti_OS"
- Name: "Blasti_OS"
-},
-{
- Id: 28137
- AegisName: "Evt_Avenger"
- Name: "Evt_Avenger"
-},
-{
- Id: 28240
- AegisName: "Calf_Kingcobra"
- Name: "Calf_Kingcobra"
-},
-{
- Id: 28241
- AegisName: "Calf_Diamondback"
- Name: "Calf_Diamondback"
-},
-{
- Id: 28242
- AegisName: "Calf_Anaconda"
- Name: "Calf_Anaconda"
-},
-{
- Id: 28243
- AegisName: "Calf_Python"
- Name: "Calf_Python"
-},
-{
- Id: 28244
- AegisName: "Gate_KeeperDD_IL"
- Name: "Gate_KeeperDD_IL"
-},
-{
- Id: 28253
- AegisName: "HR_S55_OS"
- Name: "HR_S55_OS"
-},
-{
- Id: 28508
- AegisName: "Skul_Ring_IL"
- Name: "Skul_Ring_IL"
-},
-{
- Id: 28509
- AegisName: "Ring_IL"
- Name: "Ring_IL"
-},
-{
- Id: 28510
- AegisName: "Vampire_s_Servant"
- Name: "Vampire_s_Servant"
-},
-{
- Id: 28534
- AegisName: "RKC_2017_Pendant"
- Name: "RKC_2017_Pendant"
-},
-{
- Id: 28535
- AegisName: "RKC_2017_Ring"
- Name: "RKC_2017_Ring"
-},
-{
- Id: 28566
- AegisName: "Rebeginer_Ring"
- Name: "Rebeginer_Ring"
-},
-{
- Id: 28612
- AegisName: "Book_Of_The_Apo_IL"
- Name: "Book_Of_The_Apo_IL"
-},
-{
- Id: 28616
- AegisName: "Rebeginer_AB_Bible"
- Name: "Rebeginer_AB_Bible"
-},
-{
- Id: 28626
- AegisName: "Tablet_IL"
- Name: "Tablet_IL"
-},
-{
- Id: 28629
- AegisName: "Circuit_Board_OS"
- Name: "Circuit_Board_OS"
-},
-{
- Id: 28631
- AegisName: "Time_Kamiji"
- Name: "Time_Kamiji"
-},
-{
- Id: 28725
- AegisName: "Moonlight_Sword_IL"
- Name: "Moonlight_Sword_IL"
-},
-{
- Id: 28740
- AegisName: "Rebeginer_SC_Dagger"
- Name: "Rebeginer_SC_Dagger"
-},
-{
- Id: 28745
- AegisName: "Counter_Dagger_IL"
- Name: "Counter_Dagger_IL"
-},
-{
- Id: 28755
- AegisName: "Kuroiro_OS"
- Name: "Kuroiro_OS"
-},
-{
- Id: 28759
- AegisName: "Evt_Magic_Sword"
- Name: "Evt_Magic_Sword"
-},
-{
- Id: 28922
- AegisName: "Herald_Of_GOD_IL"
- Name: "Herald_Of_GOD_IL"
-},
-{
- Id: 28942
- AegisName: "Bloody_Knight_Shield"
- Name: "Bloody_Knight_Shield"
-},
-{
- Id: 28945
- AegisName: "Bloody_Knight_Shield_"
- Name: "Bloody_Knight_Shield_"
-},
-{
- Id: 28946
- AegisName: "Bloody_Knight_Shield__"
- Name: "Bloody_Knight_Shield__"
-},
-{
- Id: 28953
- AegisName: "Poring_B_Shield"
- Name: "Poring_B_Shield"
-},
-{
- Id: 29540
- AegisName: "Deep_Black_Pearl"
- Name: "Deep_Black_Pearl"
-},
-{
- Id: 29547
- AegisName: "Sea_Sapphire"
- Name: "Sea_Sapphire"
-},
-{
- Id: 29548
- AegisName: "Red_Fog_Garnet"
- Name: "Red_Fog_Garnet"
-},
-{
- Id: 29549
- AegisName: "Lightning_Topaz"
- Name: "Lightning_Topaz"
-},
-{
- Id: 29550
- AegisName: "Poisoned_Amethyst"
- Name: "Poisoned_Amethyst"
-},
-{
- Id: 29551
- AegisName: "Frost_Zircon"
- Name: "Frost_Zircon"
-},
-{
- Id: 29552
- AegisName: "Deep_Black_Pearl_"
- Name: "Deep_Black_Pearl_"
-},
-{
- Id: 29587
- AegisName: "Lightning_Topaz_"
- Name: "Lightning_Topaz_"
-},
-{
- Id: 29588
- AegisName: "Bloody_Ruby"
- Name: "Bloody_Ruby"
-},
-{
- Id: 29589
- AegisName: "GH_Cursed_Gemstone_"
- Name: "GH_Cursed_Gemstone_"
-},
-{
- Id: 29590
- AegisName: "GH_Cursed_Crystal_"
- Name: "GH_Cursed_Crystal_"
-},
-{
- Id: 29591
- AegisName: "Cursed_Emerald"
- Name: "Cursed_Emerald"
-},
-{
- Id: 29592
- AegisName: "Shinee_Opal"
- Name: "Shinee_Opal"
-},
-{
- Id: 31172
- AegisName: "Roast_Memory"
- Name: "Roast_Memory"
-},
-{
- Id: 31186
- AegisName: "C_Black_Cat"
- Name: "C_Black_Cat"
-},
-{
- Id: 31195
- AegisName: "Choco_Minihat"
- Name: "Choco_Minihat"
-},
-{
- Id: 31197
- AegisName: "Egg_Crispinette_"
- Name: "Egg_Crispinette_"
-},
-{
- Id: 31208
- AegisName: "Straight_Long_YL"
- Name: "Straight_Long_YL"
-},
-{
- Id: 31209
- AegisName: "Straight_Long_WH"
- Name: "Straight_Long_WH"
-},
-{
- Id: 31249
- AegisName: "Rabbit_Hopping"
- Name: "Rabbit_Hopping"
-},
-{
- Id: 31261
- AegisName: "Soda_In_Mouth_"
- Name: "Soda_In_Mouth_"
-},
-{
- Id: 31300
- AegisName: "Warm_Cat_Muffler"
- Name: "Warm_Cat_Muffler"
-},
-{
- Id: 31313
- AegisName: "C_FallenAngelWingEar"
- Name: "C_FallenAngelWingEar"
-},
-{
- Id: 31314
- AegisName: "C_Ghost_Holiday"
- Name: "C_Ghost_Holiday"
-},
-{
- Id: 31316
- AegisName: "C_FlutterButterfly_BL"
- Name: "C_FlutterButterfly_BL"
-},
-{
- Id: 31329
- AegisName: "C_Alice_Wig"
- Name: "C_Alice_Wig"
-},
-{
- Id: 31332
- AegisName: "C_Khalitzburg_Helm_BL"
- Name: "C_Khalitzburg_Helm_BL"
-},
-{
- Id: 31368
- AegisName: "Harvest_Festa_Hat"
- Name: "Harvest_Festa_Hat"
-},
-{
- Id: 31369
- AegisName: "Straight_Long_WH_"
- Name: "Straight_Long_WH_"
-},
-{
- Id: 31370
- AegisName: "Straight_Long_YL_"
- Name: "Straight_Long_YL_"
-},
-{
- Id: 31387
- AegisName: "Jjakk"
- Name: "Jjakk"
-},
-{
- Id: 31389
- AegisName: "White_Bird_Rose"
- Name: "White_Bird_Rose"
-},
-{
- Id: 31390
- AegisName: "Let_It_Snow"
- Name: "Let_It_Snow"
-},
-{
- Id: 31396
- AegisName: "C_Sorcerer_Hood"
- Name: "C_Sorcerer_Hood"
-},
-{
- Id: 31397
- AegisName: "C_Pope_Sitting_Head"
- Name: "C_Pope_Sitting_Head"
-},
-{
- Id: 31398
- AegisName: "C_Blinking_Thin_Eyes"
- Name: "C_Blinking_Thin_Eyes"
-},
-{
- Id: 31407
- AegisName: "Alice_Wig_PK"
- Name: "Alice_Wig_PK"
-},
-{
- Id: 31415
- AegisName: "C_Wanderer_Sakkat"
- Name: "C_Wanderer_Sakkat"
-},
-{
- Id: 31432
- AegisName: "C_Luwmin_Ice"
- Name: "C_Luwmin_Ice"
-},
-{
- Id: 31433
- AegisName: "C_Astro_Circle"
- Name: "C_Astro_Circle"
-},
-{
- Id: 31437
- AegisName: "C_Baby_Penguin"
- Name: "C_Baby_Penguin"
-},
-{
- Id: 31439
- AegisName: "C_Fluffy_Heart_Earmuffs"
- Name: "C_Fluffy_Heart_Earmuffs"
-},
-{
- Id: 31452
- AegisName: "White_Cat"
- Name: "White_Cat"
-},
-{
- Id: 31454
- AegisName: "Love_Feeling"
- Name: "Love_Feeling"
-},
-{
- Id: 31455
- AegisName: "Enchanted_Dog"
- Name: "Enchanted_Dog"
-},
-{
- Id: 31460
- AegisName: "C_Blessing_Sky_Lantern"
- Name: "C_Blessing_Sky_Lantern"
-},
-{
- Id: 31463
- AegisName: "C_Flying_Drone"
- Name: "C_Flying_Drone"
-},
-{
- Id: 31465
- AegisName: "Egg_Minihat"
- Name: "Egg_Minihat"
-},
-{
- Id: 31489
- AegisName: "C_Bouquet_Hat"
- Name: "C_Bouquet_Hat"
-},
-{
- Id: 31490
- AegisName: "C_Poring_Muffler"
- Name: "C_Poring_Muffler"
-},
-{
- Id: 31494
- AegisName: "Volume_Low_Twin"
- Name: "Volume_Low_Twin"
-},
-{
- Id: 31495
- AegisName: "Lolita_Two_Side_Up"
- Name: "Lolita_Two_Side_Up"
-},
-{
- Id: 31498
- AegisName: "C_Elephangel_TH"
- Name: "C_Elephangel_TH"
-},
-{
- Id: 31516
- AegisName: "Mini_Melon"
- Name: "Mini_Melon"
-},
-{
- Id: 31518
- AegisName: "Pop_Popcorn_Hat_"
- Name: "Pop_Popcorn_Hat_"
-},
-{
- Id: 31519
- AegisName: "Slurp_Slurp_Hat"
- Name: "Slurp_Slurp_Hat"
-},
-{
- Id: 31529
- AegisName: "C_Happy_Rabbit_Ribbon"
- Name: "C_Happy_Rabbit_Ribbon"
-},
-{
- Id: 31580
- AegisName: "Autumnal_Flavor"
- Name: "Autumnal_Flavor"
-},
-{
- Id: 31589
- AegisName: "GOLD_MAJESTIC_GOUT"
- Name: "GOLD_MAJESTIC_GOUT"
-},
-{
- Id: 31606
- AegisName: "C_Autumn_Headband"
- Name: "C_Autumn_Headband"
-},
-{
- Id: 32005
- AegisName: "Pole_Axe_IL"
- Name: "Pole_Axe_IL"
-},
-{
- Id: 32013
- AegisName: "Metal_Stick"
- Name: "Metal_Stick"
-},
-{
- Id: 32019
- AegisName: "Boost_Lance_OS"
- Name: "Boost_Lance_OS"
-},
-{
- Id: 32021
- AegisName: "Evt_Undine_Spear_K"
- Name: "Evt_Undine_Spear_K"
-},
-{
- Id: 32207
- AegisName: "Illusion_B_R"
- Name: "Illusion_B_R"
-},
-{
- Id: 32208
- AegisName: "Illusion_B_L"
- Name: "Illusion_B_L"
-},
-{
- Id: 32209
- AegisName: "Illusion_BC_R"
- Name: "Illusion_BC_R"
-},
-{
- Id: 32210
- AegisName: "Illusion_BC_L"
- Name: "Illusion_BC_L"
-},
-{
- Id: 32221
- AegisName: "Time_Overload_Ring"
- Name: "Time_Overload_Ring"
-},
-{
- Id: 32237
- AegisName: "Celine_Brooch"
- Name: "Celine_Brooch"
-},
-)
diff --git a/db/pre-re/item_group.conf b/db/pre-re/item_group.conf
deleted file mode 100644
index d2d9c61d8..000000000
--- a/db/pre-re/item_group.conf
+++ /dev/null
@@ -1,4799 +0,0 @@
-//================= Hercules Database =====================================
-//= _ _ _
-//= | | | | | |
-//= | |_| | ___ _ __ ___ _ _| | ___ ___
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
-//= | | | | __/ | | (__| |_| | | __/\__ \
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/
-//================= License ===============================================
-//= This file is part of Hercules.
-//= http://herc.ws - http://github.com/HerculesWS/Hercules
-//=
-//= Copyright (C) 2013-2015 Hercules Dev Team
-//=
-//= Hercules 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/>.
-//================= More Information ======================================
-// http://herc.ws/board/topic/1244-official-item-grouppackagechain
-//=========================================================================
-
-/**************************************************************************
- ************* Entry structure ********************************************
- **************************************************************************
-<Container_Item_Name>: (
- "Item_Name", // or
- ("Item_Name", Repeat_Count),
- // ...
- )
-**************************************************************************/
-
-Old_Card_Album: (
- ("Poring_Card",9),
- ("Fabre_Card",10),
- ("Pupa_Card",6),
- ("Drops_Card",11),
- "Poring__Card",
- ("Lunatic_Card",7),
- ("Pecopeco_Egg_Card",4),
- ("Picky_Card",10),
- ("Chonchon_Card",10),
- ("Wilow_Card",10),
- ("Picky__Card",10),
- ("Thief_Bug_Egg_Card",8),
- ("Andre_Egg_Card",7),
- ("Roda_Frog_Card",5),
- ("Condor_Card",7),
- ("Thief_Bug_Card",7),
- ("Savage_Babe_Card",5),
- ("Hornet_Card",5),
- ("Farmiliar_Card",5),
- ("Rocker_Card",5),
- ("Spore_Card",5),
- ("Desert_Wolf_Babe_Card",5),
- ("Plankton_Card",5),
- ("Skeleton_Card",5),
- ("Thief_Bug_Female_Card",3),
- ("Kukre_Card",3),
- ("Tarou_Card",3),
- ("Wolf_Card",3),
- ("Mandragora_Card",3),
- ("Pecopeco_Card",3),
- ("Ambernite_Card",3),
- ("Poporing_Card",3),
- ("Worm_Tail_Card",3),
- ("Hydra_Card",3),
- ("Muka_Card",3),
- ("Snake_Card",3),
- ("Zombie_Card",3),
- ("Stainer_Card",3),
- ("Coco_Card",3),
- ("Steel_Chonchon_Card",3),
- ("Andre_Card",3),
- ("Smokie_Card",3),
- ("Horn_Card",3),
- ("Martin_Card",3),
- ("Poison_Spore_Card",3),
- ("Vadon_Card",3),
- ("Thief_Bug_Male_Card",3),
- ("Yoyo_Card",3),
- ("Elder_Wilow_Card",3),
- "Vitata_Card",
- ("Marina_Card",3),
- ("Dustiness_Card",3),
- ("Metaller_Card",2),
- ("Thara_Frog_Card",2),
- ("Goblin_Card",2),
- ("Cornutus_Card",2),
- ("Anacondaq_Card",2),
- ("Caramel_Card",2),
- ("Zerom_Card",2),
- ("Kaho_Card",2),
- ("Orc_Warrior_Card",2),
- ("Megalodon_Card",2),
- ("Scorpion_Card",2),
- ("Drainliar_Card",2),
- ("Eggyra_Card",2),
- ("Orc_Zombie_Card",2),
- ("Golem_Card",2),
- ("Pirate_Skel_Card",2),
- ("BigFoot_Card",2),
- ("Argos_Card",2),
- ("Magnolia_Card",2),
- ("Phen_Card",2),
- ("Savage_Card",2),
- ("Mantis_Card",2),
- ("Flora_Card",2),
- ("Hode_Card",2),
- "Desert_Wolf_Card",
- "Rafflesia_Card",
- "Marine_Sphere_Card",
- "Orc_Skeleton_Card",
- "Soldier_Skeleton_Card",
- "Giearth_Card",
- "Frilldora_Card",
- "Sword_Fish_Card",
- "Munak_Card",
- "Kobold_Card",
- "Skel_Worker_Card",
- "Obeaune_Card",
- "Archer_Skeleton_Card",
- "Marse_Card",
- "Zenorc_Card",
- "Matyr_Card",
- "Dokebi_Card",
- "Pasana_Card",
- "Sohee_Card",
- "Sand_Man_Card",
- "Whisper_Card",
- "Horong_Card",
- "Requiem_Card",
- "Marc_Card",
- "Mummy_Card",
- "Verit_Card",
- "Myst_Card",
- "Jakk_Card",
- "Ghoul_Card",
- "Strouf_Card",
- "Marduk_Card",
- "Marionette_Card",
- "Argiope_Card",
- "Hunter_Fly_Card",
- "Isis_Card",
- "Side_Winder_Card",
- "Petit_Card",
- "Bathory_Card",
- "Petit__Card",
- "Deviruchi_Card",
- "Deviace_Card",
- "Nightmare_Card",
- "Baphomet__Card",
- "Daydric_Card",
- "Khalitzburg_Card",
- "Evil_Druid_Card",
- "Gargoyle_Card",
- "Goat_Card",
- "Gajomart_Card",
- "Galapago_Card",
- "Crab_Card",
- "Rice_Cake_Boy_Card",
- "Steam_Goblin_Card",
- "Goblin_Archer_Card",
- "Flying_Deleter_Card",
- "Nine_Tail_Card",
- "Antique_Firelock_Card",
- "Grand_Peco_Card",
- "Grizzly_Card",
- "Gullinbursti_Card",
- "Gig_Card",
- "Nightmare_Terror_Card",
- "Neraid_Card",
- "Dark_Frame_Card",
- "The_Paper_Card",
- "Demon_Pungus_Card",
- "Poison_Toad_Card",
- "Dullahan_Card",
- "Dryad_Card",
- "Dragon_Tail_Card",
- "Driller_Card",
- "Disguise_Card",
- "Diabolic_Card",
- "Lava_Golem_Card",
- "Rideword_Card",
- "Raggler_Card",
- "Raydric_Archer_Card",
- "Leib_Olmai_Card",
- "Wraith_Dead_Card",
- "Wraith_Card",
- "Loli_Ruri_Card",
- "Rotar_Zairo_Card",
- "Lude_Card",
- "Rybio_Card",
- "Leaf_Cat_Card",
- "Marin_Card",
- "Merman_Card",
- "Megalith_Card",
- "Majoruros_Card",
- "Civil_Servant_Card",
- "Mini_Demon_Card",
- "Mimic_Card",
- "Mystcase_Card",
- "Miyabi_Ningyo_Card",
- "Violy_Card",
- "Wander_Man_Card",
- "Bon_Gun_Card",
- "Brilight_Card",
- "Bloody_Murderer_Card",
- "Blazzer_Card",
- "Sasquatch_Card",
- "Live_Peach_Tree_Card",
- "Succubus_Card",
- "Sageworm_Card",
- "Solider_Card",
- "Skeleton_General_Card",
- "Skel_Prisoner_Card",
- "Stalactic_Golem_Card",
- "Stem_Worm_Card",
- "Stone_Shooter_Card",
- "Sting_Card",
- "Spring_Rabbit_Card",
- "Sleeper_Card",
- "Shinobi_Card",
- "Increase_Soil_Card",
- "Wild_Ginseng_Card",
- "Baby_Leopard_Card",
- "Anolian_Card",
- "Cookie_XMAS_Card",
- "Owl_Duke_Card",
- "Owl_Baron_Card",
- "Iron_Fist_Card",
- "Arclouse_Card",
- "Apocalips_Card",
- "Alarm_Card",
- "Am_Mut_Card",
- "Assulter_Card",
- "Aster_Card",
- "Ancient_Mummy_Card",
- "Ancient_Worm_Card",
- "Elder_Card",
- "Alligator_Card",
- "Alice_Card",
- "Orc_Lady_Card",
- "Orc_Archer_Card",
- "Wild_Rose_Card",
- "Wicked_Nymph_Card",
- "Wooden_Golem_Card",
- "Wootan_Shooter_Card",
- "Wootan_Fighter_Card",
- "Evil_Cloud_Hermit_Card",
- "Wind_Ghost_Card",
- "Li_Me_Mang_Ryang_Card",
- "Explosion_Card",
- "Injustice_Card",
- "Incubus_Card",
- "Giant_Spider_Card",
- "Giant_Honet_Card",
- "Dancing_Dragon_Card",
- "Shellfish_Card",
- "Zombie_Master_Card",
- "Zombie_Prisoner_Card",
- "Zherlthsh_Card",
- "Gibbet_Card",
- "Deleter_Card",
- "Geographer_Card",
- "Zipper_Bear_Card",
- "Tengu_Card",
- "Greatest_General_Card",
- "Chepet_Card",
- "Choco_Card",
- "Karakasa_Card",
- "Kapha_Card",
- "Carat_Card",
- "Caterpillar_Card",
- "Cat_O_Nine_Tail_Card",
- "Kobold_Archer_Card",
- "Cookie_Card",
- "Quve_Card",
- "Kraben_Card",
- "Cramp_Card",
- "Cruiser_Card",
- "Cremy_Fear_Card",
- "Clock_Card",
- "Chimera_Card",
- "Killer_Mantis_Card",
- "Tamruan_Card",
- "C_Tower_Manager_Card",
- "Kind_Of_Beetle_Card",
- "Tri_Joint_Card",
- "Parasite_Card",
- "Panzer_Goblin_Card",
- "Permeter_Card",
- "Fur_Seal_Card",
- "Punk_Card",
- "Penomena_Card",
- "Pest_Card",
- "Fake_Angel_Card",
- "Freezer_Card",
- "Hylozoist_Card",
- "High_Orc_Card",
- "Garm_Baby_Card",
- "Harpy_Card",
- "See_Otter_Card",
- "Blood_Butterfly_Card",
- "Hyegun_Card",
- "Phendark_Card",
- "Heater_Card",
- "Antonio_Card",
- "Agav_Card",
- "Echio_Card",
- "Vanberk_Card",
- "Isilla_Card",
- "Hodremlin_Card",
- "Seeker_Card",
- ("Snowier_Card",2),
- "Siroma_Card",
- "Ice_Titan_Card",
- "Gazeti_Card",
- "Muscipular_Card",
- ("Drosera_Card",2),
- "Roween_Card",
- "Galion_Card",
- ("Stapo_Card",3),
- "Byorgue_Card",
- "Sword_Guardian_Card",
- "Bow_Guardian_Card",
- "Salamander_Card",
- "Kasa_Card",
- ("Magmaring_Card",2),
- "Imp_Card",
- "Knocker_Card",
- "Zombie_Slaughter_Card",
- ("Ragged_Zombie_Card",2),
- ("Hell_Poodle_Card",2),
- ("Banshee_Card",2),
- "Flame_Skull_Card",
- "Necromancer_Card",
-)
-Gift_Box: (
- "Star_Crumb",
- "Flame_Heart",
- "Mistic_Frozen",
- "Rough_Wind",
- "Great_Nature",
- "Scarlet_Dyestuffs",
- "Lemon_Dyestuffs",
- "Cobaltblue_Dyestuffs",
- "Darkgreen_Dyestuffs",
- "Orange_Dyestuffs",
- "Violet_Dyestuffs",
- "White_Dyestuffs",
- "Black_Dyestuffs",
- "Gold",
- "Dark_Red_Jewel",
- "Violet_Jewel",
- "Skyblue_Jewel",
- "Azure_Jewel",
- "Scarlet_Jewel",
- "Cardinal_Jewel",
- "Cardinal_Jewel_",
- "Red_Jewel",
- "Blue_Jewel",
- "White_Jewel",
- "Golden_Jewel",
- "Bluish_Green_Jewel",
- "Crystal_Jewel",
- "Crystal_Jewel_",
- "Crystal_Jewel__",
- "Crystal_Jewel___",
- "Red_Frame",
- "Blue_Porcelain",
- "White_Platter",
- "Black_Ladle",
- "Pencil_Case",
- "Rouge",
- "Stuffed_Doll",
- "Poring_Doll",
- "Chonchon_Doll",
- "Spore_Doll",
- "Bunch_Of_Flowers",
- "Wedding_Bouquet",
- "Glass_Bead",
- "Crystal_Mirror",
- "Witherless_Rose",
- "Frozen_Rose",
- "Baphomet_Doll",
- "Osiris_Doll",
- "Grasshopper_Doll",
- "Monkey_Doll",
- "Raccoondog_Doll",
- "Four_Leaf_Clover",
- "Poring__Card",
- "Red_Socks_With_Holes",
- "Red_Potion",
- "Orange_Potion",
- "Yellow_Potion",
- "White_Potion",
- "Blue_Potion",
- "Green_Potion",
- "Royal_Jelly",
- "Candy",
- "Candy_Striper",
- "Pet_Food",
- "Well_Baked_Cookie",
- "Piece_Of_Cake",
- "Old_Violet_Box",
- ("Gift_Box",19),
- ("Girls_Diary",2),
- "Emperium",
- "Steel",
- "Old_Blue_Box",
- ("Elunium_Stone",2),
- ("Oridecon",2),
- ("Oridecon_Stone",5),
- "Elunium",
-)
-Gift_Box_1: (
- "Star_Crumb",
- "Flame_Heart",
- "Mistic_Frozen",
- "Rough_Wind",
- "Great_Nature",
- "Scarlet_Dyestuffs",
- "Lemon_Dyestuffs",
- "Cobaltblue_Dyestuffs",
- "Darkgreen_Dyestuffs",
- "Orange_Dyestuffs",
- "Violet_Dyestuffs",
- "White_Dyestuffs",
- "Black_Dyestuffs",
- "Gold",
- "Dark_Red_Jewel",
- "Violet_Jewel",
- "Skyblue_Jewel",
- "Azure_Jewel",
- "Scarlet_Jewel",
- "Cardinal_Jewel",
- "Cardinal_Jewel_",
- "Red_Jewel",
- "Blue_Jewel",
- "White_Jewel",
- "Golden_Jewel",
- "Bluish_Green_Jewel",
- "Crystal_Jewel",
- "Crystal_Jewel_",
- "Crystal_Jewel__",
- "Crystal_Jewel___",
- "Red_Frame",
- "Blue_Porcelain",
- "White_Platter",
- "Black_Ladle",
- "Pencil_Case",
- "Rouge",
- "Stuffed_Doll",
- "Poring_Doll",
- "Chonchon_Doll",
- "Spore_Doll",
- "Bunch_Of_Flowers",
- "Wedding_Bouquet",
- "Glass_Bead",
- "Crystal_Mirror",
- "Witherless_Rose",
- "Frozen_Rose",
- "Baphomet_Doll",
- "Osiris_Doll",
- "Grasshopper_Doll",
- "Monkey_Doll",
- "Raccoondog_Doll",
- "Four_Leaf_Clover",
- "Poring__Card",
- "Red_Socks_With_Holes",
- "Red_Potion",
- "Orange_Potion",
- "Yellow_Potion",
- "White_Potion",
- "Blue_Potion",
- "Green_Potion",
- "Royal_Jelly",
- "Candy",
- "Candy_Striper",
- "Pet_Food",
- "Well_Baked_Cookie",
- "Piece_Of_Cake",
- "Old_Violet_Box",
- ("Gift_Box",19),
- "Girls_Diary",
-)
-Gift_Box_2: (
- "Star_Crumb",
- "Flame_Heart",
- "Mistic_Frozen",
- "Rough_Wind",
- "Great_Nature",
- "Scarlet_Dyestuffs",
- "Lemon_Dyestuffs",
- "Cobaltblue_Dyestuffs",
- "Darkgreen_Dyestuffs",
- "Orange_Dyestuffs",
- "Violet_Dyestuffs",
- "White_Dyestuffs",
- "Black_Dyestuffs",
- "Gold",
- "Dark_Red_Jewel",
- "Violet_Jewel",
- "Skyblue_Jewel",
- "Azure_Jewel",
- "Scarlet_Jewel",
- "Cardinal_Jewel",
- "Cardinal_Jewel_",
- "Red_Jewel",
- "Blue_Jewel",
- "White_Jewel",
- "Golden_Jewel",
- "Bluish_Green_Jewel",
- "Crystal_Jewel",
- "Crystal_Jewel_",
- "Crystal_Jewel__",
- "Crystal_Jewel___",
- "Red_Frame",
- "Blue_Porcelain",
- "White_Platter",
- "Black_Ladle",
- "Pencil_Case",
- "Rouge",
- "Stuffed_Doll",
- "Poring_Doll",
- "Chonchon_Doll",
- "Spore_Doll",
- "Bunch_Of_Flowers",
- "Wedding_Bouquet",
- "Glass_Bead",
- "Crystal_Mirror",
- "Witherless_Rose",
- "Frozen_Rose",
- "Baphomet_Doll",
- "Osiris_Doll",
- "Grasshopper_Doll",
- "Monkey_Doll",
- "Raccoondog_Doll",
- "Four_Leaf_Clover",
- "Poring__Card",
- "Red_Socks_With_Holes",
- "Red_Potion",
- "Orange_Potion",
- "Yellow_Potion",
- "White_Potion",
- "Blue_Potion",
- "Green_Potion",
- "Royal_Jelly",
- "Candy",
- "Candy_Striper",
- "Pet_Food",
- "Well_Baked_Cookie",
- "Piece_Of_Cake",
- "Old_Violet_Box",
- ("Gift_Box",19),
- ("Girls_Diary",2),
- "Emperium",
- "Steel",
- "Old_Blue_Box",
- ("Elunium_Stone",2),
- ("Oridecon",2),
- ("Oridecon_Stone",5),
- "Elunium",
-)
-Gift_Box_3: (
- "Star_Crumb",
- "Flame_Heart",
- "Mistic_Frozen",
- "Rough_Wind",
- "Great_Nature",
- "Scarlet_Dyestuffs",
- "Lemon_Dyestuffs",
- "Cobaltblue_Dyestuffs",
- "Darkgreen_Dyestuffs",
- "Orange_Dyestuffs",
- "Violet_Dyestuffs",
- "White_Dyestuffs",
- "Black_Dyestuffs",
- "Gold",
- "Dark_Red_Jewel",
- "Violet_Jewel",
- "Skyblue_Jewel",
- "Azure_Jewel",
- "Scarlet_Jewel",
- "Cardinal_Jewel",
- "Cardinal_Jewel_",
- "Red_Jewel",
- "Blue_Jewel",
- "White_Jewel",
- "Golden_Jewel",
- "Bluish_Green_Jewel",
- "Crystal_Jewel",
- "Crystal_Jewel_",
- "Crystal_Jewel__",
- "Crystal_Jewel___",
- "Red_Frame",
- "Blue_Porcelain",
- "White_Platter",
- "Black_Ladle",
- "Pencil_Case",
- "Rouge",
- "Stuffed_Doll",
- "Poring_Doll",
- "Chonchon_Doll",
- "Spore_Doll",
- "Bunch_Of_Flowers",
- "Wedding_Bouquet",
- "Glass_Bead",
- "Crystal_Mirror",
- "Witherless_Rose",
- "Frozen_Rose",
- "Baphomet_Doll",
- "Osiris_Doll",
- "Grasshopper_Doll",
- "Monkey_Doll",
- "Raccoondog_Doll",
- "Four_Leaf_Clover",
- "Poring__Card",
- "Red_Socks_With_Holes",
- "Red_Potion",
- "Orange_Potion",
- "Yellow_Potion",
- "White_Potion",
- "Blue_Potion",
- "Green_Potion",
- "Royal_Jelly",
- "Candy",
- "Candy_Striper",
- "Pet_Food",
- "Well_Baked_Cookie",
- "Piece_Of_Cake",
- "Old_Violet_Box",
- ("Gift_Box",19),
- "Girls_Diary",
-)
-Gift_Box_4: (
- "Star_Crumb",
- "Flame_Heart",
- "Mistic_Frozen",
- "Rough_Wind",
- "Great_Nature",
- "Scarlet_Dyestuffs",
- "Lemon_Dyestuffs",
- "Cobaltblue_Dyestuffs",
- "Darkgreen_Dyestuffs",
- "Orange_Dyestuffs",
- "Violet_Dyestuffs",
- "White_Dyestuffs",
- "Black_Dyestuffs",
- "Gold",
- "Dark_Red_Jewel",
- "Violet_Jewel",
- "Skyblue_Jewel",
- "Azure_Jewel",
- "Scarlet_Jewel",
- "Cardinal_Jewel",
- "Cardinal_Jewel_",
- "Red_Jewel",
- "Blue_Jewel",
- "White_Jewel",
- "Golden_Jewel",
- "Bluish_Green_Jewel",
- "Crystal_Jewel",
- "Crystal_Jewel_",
- "Crystal_Jewel__",
- "Crystal_Jewel___",
- "Red_Frame",
- "Blue_Porcelain",
- "White_Platter",
- "Black_Ladle",
- "Pencil_Case",
- "Rouge",
- "Stuffed_Doll",
- "Poring_Doll",
- "Chonchon_Doll",
- "Spore_Doll",
- "Bunch_Of_Flowers",
- "Wedding_Bouquet",
- "Glass_Bead",
- "Crystal_Mirror",
- "Witherless_Rose",
- "Frozen_Rose",
- "Baphomet_Doll",
- "Osiris_Doll",
- "Grasshopper_Doll",
- "Monkey_Doll",
- "Raccoondog_Doll",
- "Four_Leaf_Clover",
- "Poring__Card",
- "Red_Socks_With_Holes",
- "Red_Potion",
- "Orange_Potion",
- "Yellow_Potion",
- "White_Potion",
- "Blue_Potion",
- "Green_Potion",
- "Royal_Jelly",
- "Candy",
- "Candy_Striper",
- "Pet_Food",
- "Well_Baked_Cookie",
- "Piece_Of_Cake",
- "Old_Violet_Box",
- ("Gift_Box",19),
- "Girls_Diary",
-)
-Old_Blue_Box: (
- ("Guard_",3),
- ("Buckler",3),
- ("Buckler_",3),
- ("Shield",3),
- ("Shield_",3),
- ("Mirror_Shield",3),
- ("Mirror_Shield_",3),
- ("Memorize_Book",3),
- ("Novice_Guard",3),
- ("Cotton_Shirt",3),
- ("Cotton_Shirt_",3),
- ("Leather_Jacket",3),
- ("Leather_Jacket_",3),
- ("Adventure_Suit",3),
- ("Adventureres_Suit_",3),
- ("Mantle",3),
- ("Mantle_",3),
- ("Coat",3),
- ("Coat_",3),
- ("Mink_Coat",3),
- ("Padded_Armor",3),
- ("Padded_Armor_",3),
- ("Chain_Mail",3),
- ("Chain_Mail_",3),
- ("Plate_Armor",3),
- ("Plate_Armor_",3),
- ("Clothes_Of_The_Lord",3),
- ("Formal_Suit",3),
- ("Silk_Robe",3),
- ("Silk_Robe_",3),
- ("Scapulare",3),
- ("Scapulare_",3),
- ("Saint_Robe",3),
- ("Saint_Robe_",3),
- ("Wooden_Mail",3),
- ("Wooden_Mail_",3),
- ("Tights",3),
- ("Tights_",3),
- ("Silver_Robe",3),
- ("Silver_Robe_",3),
- ("Thief_Clothes",3),
- ("Thief_Clothes_",3),
- ("Ninja_Suit",3),
- ("G_Strings",3),
- ("Novice_Breast",3),
- ("Full_Plate_Armor",3),
- ("Novice_Plate",3),
- ("Sandals",3),
- ("Sandals_",3),
- ("Shoes",3),
- ("Shoes_",3),
- ("Boots",3),
- ("Boots_",3),
- ("Chrystal_Pumps",3),
- ("Cuffs",3),
- ("Spiky_Heel",3),
- ("Grave",3),
- ("Novice_Boots",3),
- ("Hood",3),
- ("Hood_",3),
- ("Muffler",3),
- ("Muffler_",3),
- ("Manteau",3),
- ("Manteau_",3),
- ("Cape_Of_Ancient_Lord",3),
- ("Ragamuffin_Cape",3),
- ("Novice_Hood",3),
- ("Ring",3),
- ("Earring",3),
- ("Necklace",3),
- ("Glove",3),
- ("Brooch",3),
- ("Clip",3),
- ("Rosary",3),
- ("Skul_Ring",3),
- ("Gold_Ring",3),
- ("Silver_Ring",3),
- ("Flower_Ring",3),
- ("Diamond_Ring",3),
- ("Mitten_Of_Presbyter",3),
- ("Matyrs_Flea_Guard",3),
- ("Belt",3),
- ("Novice_Armlet",3),
- ("Katana",3),
- ("Katana_",3),
- ("Slayer",3),
- ("Slayer_",3),
- ("Bastard_Sword",3),
- ("Bastard_Sword_",3),
- ("Two_Hand_Sword",3),
- ("Two_Hand_Sword_",3),
- ("Broad_Sword",3),
- ("Broad_Sword_",3),
- ("Claymore",3),
- ("Jur",3),
- ("Jur_",3),
- ("Katar",3),
- ("Katar_",3),
- ("Jamadhar",3),
- ("Jamadhar_",3),
- ("Katar_Of_Cold_Icicle",3),
- ("Katar_Of_Thornbush",3),
- ("Katar_Of_Raging_Blaze",3),
- ("Katar_Of_Piercing_Wind",3),
- ("Battle_Axe",3),
- ("Battle_Axe_",3),
- ("Hammer",3),
- ("Hammer_",3),
- ("Buster",3),
- ("Buster_",3),
- ("Two_Handed_Axe",3),
- ("Two_Handed_Axe_",3),
- ("Lance",3),
- ("Lance_",3),
- ("Guisarme",3),
- ("Guisarme_",3),
- ("Glaive",3),
- ("Glaive_",3),
- ("Partizan",3),
- ("Partizan_",3),
- ("Trident",3),
- ("Trident_",3),
- ("Halberd",3),
- ("Halberd_",3),
- ("Staff_Of_Soul",3),
- ("Bow",3),
- ("Bow_",3),
- ("Composite_Bow",3),
- ("Composite_Bow_",3),
- ("Great_Bow",3),
- ("Great_Bow_",3),
- ("CrossBow",3),
- ("CrossBow_",3),
- ("Arbalest",3),
- ("Kakkung",3),
- ("Arbalest_",3),
- ("Kakkung_",3),
- ("Hunter_Bow",3),
- ("Sword",6),
- ("Sword_",6),
- ("Falchion",6),
- ("Falchion_",6),
- ("Blade",6),
- ("Blade_",6),
- ("Lapier",6),
- ("Lapier_",6),
- ("Scimiter",6),
- ("Scimiter_",6),
- ("Tsurugi",6),
- ("Tsurugi_",6),
- ("Ring_Pommel_Saber",6),
- ("Haedonggum",6),
- ("Orcish_Sword",6),
- ("Ring_Pommel_Saber_",6),
- ("Saber",6),
- ("Saber_",6),
- ("Hae_Dong_Gum_",6),
- ("Flamberge",6),
- ("Knife",3),
- ("Knife_",3),
- ("Cutter",3),
- ("Cutter_",3),
- ("Main_Gauche",3),
- ("Main_Gauche_",3),
- ("Dirk",3),
- ("Dirk_",3),
- ("Dagger",3),
- ("Dagger_",3),
- ("Stiletto",3),
- ("Stiletto_",3),
- ("Gladius",3),
- ("Gladius_",3),
- ("Damascus",3),
- ("Damascus_",3),
- ("Novice_Knife",3),
- ("Axe",3),
- ("Axe_",3),
- ("Orcish_Axe",3),
- ("Javelin",9),
- ("Javelin_",9),
- ("Spear",9),
- ("Spear_",9),
- ("Pike",9),
- ("Pike_",9),
- ("Club",6),
- ("Club_",6),
- ("Mace",6),
- ("Mace_",6),
- ("Smasher",6),
- ("Smasher_",6),
- ("Flail",6),
- ("Flail_",6),
- ("Morning_Star",6),
- ("Morning_Star_",6),
- ("Sword_Mace",6),
- ("Sword_Mace_",6),
- ("Chain",6),
- ("Chain_",6),
- ("Stunner",6),
- ("Book",3),
- ("Bible",3),
- ("Tablet",3),
- ("Book_Of_Billows",3),
- ("Book_Of_Mother_Earth",3),
- ("Book_Of_Blazing_Sun",3),
- ("Book_Of_Gust_Of_Wind",3),
- ("Girls_Diary",3),
- ("Rod",3),
- ("Rod_",3),
- ("Wand",3),
- ("Wand_",3),
- ("Staff",3),
- ("Staff_",3),
- ("Arc_Wand",3),
- ("Arc_Wand_",3),
- ("Mighty_Staff",3),
- ("Blessed_Wand",3),
- ("Bone_Wand",3),
- ("Waghnakh",3),
- ("Waghnakh_",3),
- ("Knuckle_Duster",3),
- ("Knuckle_Duster_",3),
- ("Hora",3),
- ("Hora_",3),
- ("Fist",3),
- ("Fist_",3),
- ("Claw",3),
- ("Claw_",3),
- ("Finger",3),
- ("Finger_",3),
- ("Violin",3),
- ("Violin_",3),
- ("Mandolin",3),
- ("Mandolin_",3),
- ("Lute",3),
- ("Lute_",3),
- ("Guitar",3),
- ("Guitar_",3),
- ("Harp",3),
- ("Harp_",3),
- ("Guh_Moon_Goh",3),
- ("Guh_Moon_Goh_",3),
- ("Rope",3),
- ("Rope_",3),
- ("Line",3),
- ("Line_",3),
- ("Wire",3),
- ("Wire_",3),
- ("Rante",3),
- ("Rante_",3),
- ("Tail",3),
- ("Tail_",3),
- ("Whip",3),
- ("Whip_",3),
- ("Sunglasses",3),
- ("Glasses",3),
- ("Divers_Goggles",3),
- ("Wedding_Veil",3),
- ("Fancy_Flower",3),
- ("Ribbon",3),
- ("Ribbon_",3),
- ("Hair_Band",3),
- ("Bandana",3),
- ("Eye_Bandage",3),
- ("Cat_Hairband",3),
- ("Bunny_Band",3),
- ("Flower_Hairband",3),
- ("Biretta",3),
- ("Biretta_",3),
- ("Flu_Mask",3),
- ("Hat",3),
- ("Hat_",3),
- ("Turban",3),
- ("Turban_",3),
- ("Cap",3),
- ("Cap_",3),
- ("Helm",3),
- ("Helm_",3),
- ("Gemmed_Sallet",3),
- ("Gemmed_Sallet_",3),
- ("Circlet",3),
- ("Circlet_",3),
- ("Santas_Hat",3),
- ("One_Eyed_Glass",3),
- ("Granpa_Beard",3),
- ("Luxury_Sunglasses",3),
- ("Spinning_Eyes",3),
- ("Big_Sis_Ribbon",3),
- ("Sweet_Gents",3),
- ("Golden_Gear",3),
- ("Oldmans_Romance",3),
- ("Western_Grace",3),
- ("Fillet",3),
- ("Holy_Bonnet",3),
- ("Star_Sparkling",3),
- ("Sunflower",3),
- ("Snowy_Horn",3),
- ("Mini_Propeller",3),
- ("Mini_Glasses",3),
- ("Prontera_Army_Cap",3),
- ("Pierrot_Nose",3),
- ("Gangster_Patch",3),
- ("Ganster_Mask",3),
- ("Iron_Cane",3),
- ("Cigar",3),
- ("Smoking_Pipe",3),
- ("Centimental_Flower",3),
- ("Centimental_Leaf",3),
- ("Jack_A_Dandy",3),
- ("Red_Bandana",3),
- ("Eagle_Eyes",3),
- ("Nurse_Cap",3),
- ("Bomb_Wick",3),
- ("Spirit_Chain",3),
- ("Apple_Of_Archer",3),
- ("Pirate_Bandana",3),
- ("Poo_Poo_Hat",3),
- ("Funeral_Costume",3),
- ("Masquerade",3),
- ("Star_Dust",3),
- ("Blinker",3),
- ("Green_Feeler",3),
- ("Viking_Helm",3),
- ("Joker_Jester",3),
- ("Machoman_Glasses",3),
- ("Safety_Helmet",3),
- ("Indian_Hair_Piece",3),
- ("Antenna",3),
- ("Fin_Helm",3),
- ("Egg_Shell",3),
- ("Panda_Cap",3),
- ("Poring_Hat",3),
- ("Fruit_Shell",3),
- ("Novice_Egg_Cap",3),
- ("Mr_Smile",3),
- ("Mr_Scream",3),
- ("Goblini_Mask",3),
- ("Gas_Mask",3),
- ("Goblin_Mask_02",3),
- ("Goblin_Mask_03",3),
- ("Goblin_Mask_04",3),
- ("Goggle",3),
- ("Goggle_",3),
- ("Skull_Helm",3),
- ("Monster_Oxygen_Mask",3),
- ("Transparent_Headgear",3),
- ("Pacifier",3),
- ("Wig",3),
- ("Queens_Hair_Ornament",3),
- ("Silk_Ribbon",3),
- ("Punisher",3),
- ("Wild_Flower",3),
- ("Battered_Pot",3),
- ("Stellar_Hairpin",3),
- ("Tiny_Egg_Shell",3),
- ("Backpack",3),
- ("Rocker_Glasses",3),
- ("Green_Lace",3),
- ("Golden_Bell",3),
- ("Bark_Shorts",3),
- ("Monkey_Circlet",3),
- ("Red_Muffler",3),
- ("Sword_Of_Grave_Keeper",3),
- ("Ora_Ora",12),
- ("Animal_Blood",12),
- ("Hinalle",12),
- ("Aloe",12),
- ("Clover",12),
- ("Four_Leaf_Clover",12),
- ("Singing_Plant",12),
- ("Ment",12),
- ("Illusion_Flower",12),
- ("Shoot",12),
- ("Flower",12),
- ("Empty_Bottle",12),
- ("Yellow_Gemstone",12),
- ("Red_Gemstone",12),
- ("Blue_Gemstone",12),
- ("Dark_Red_Jewel",12),
- ("Violet_Jewel",12),
- ("Skyblue_Jewel",12),
- ("Azure_Jewel",12),
- ("Scarlet_Jewel",12),
- ("Cardinal_Jewel",12),
- ("Cardinal_Jewel_",12),
- ("Red_Jewel",12),
- ("Blue_Jewel",12),
- ("White_Jewel",12),
- ("Golden_Jewel",12),
- ("Bluish_Green_Jewel",12),
- ("Crystal_Jewel",12),
- ("Crystal_Jewel_",12),
- ("Crystal_Jewel__",12),
- ("Crystal_Jewel___",12),
- ("Red_Frame",12),
- ("Blue_Porcelain",12),
- ("White_Platter",12),
- ("Black_Ladle",12),
- ("Pencil_Case",12),
- ("Rouge",12),
- ("Stuffed_Doll",12),
- ("Poring_Doll",12),
- ("Chonchon_Doll",12),
- ("Spore_Doll",12),
- ("Bunch_Of_Flowers",12),
- ("Wedding_Bouquet",12),
- ("Glass_Bead",12),
- ("Crystal_Mirror",12),
- ("Witherless_Rose",12),
- ("Frozen_Rose",12),
- ("Baphomet_Doll",12),
- ("Osiris_Doll",12),
- ("Grasshopper_Doll",12),
- ("Monkey_Doll",12),
- ("Raccoondog_Doll",12),
- ("Danggie",12),
- ("Tree_Root",12),
- ("Reptile_Tongue",12),
- ("Scorpions_Tail",12),
- ("Stem",12),
- ("Pointed_Scale",12),
- ("Resin",12),
- ("Spawn",12),
- ("Jellopy",12),
- ("Garlet",12),
- ("Scell",12),
- ("Zargon",12),
- ("Tooth_Of_Bat",12),
- ("Fluff",12),
- ("Chrysalis",12),
- ("Feather_Of_Birds",12),
- ("Talon",12),
- ("Sticky_Webfoot",12),
- ("Animals_Skin",12),
- ("Claw_Of_Wolves",12),
- ("Mushroom_Spore",12),
- ("Orcish_Cuspid",12),
- ("Evil_Horn",12),
- ("Powder_Of_Butterfly",12),
- ("Bill_Of_Birds",12),
- ("Scale_Of_Snakes",12),
- ("Insect_Feeler",12),
- ("Immortal_Heart",12),
- ("Rotten_Bandage",12),
- ("Orcish_Voucher",12),
- ("Skel_Bone",12),
- ("Mementos",12),
- ("Shell",12),
- ("Scales_Shell",12),
- ("Posionous_Canine",12),
- ("Sticky_Mucus",12),
- ("Bee_Sting",12),
- ("Grasshoppers_Leg",12),
- ("Nose_Ring",12),
- ("Yoyo_Tail",12),
- ("Solid_Shell",12),
- ("Horseshoe",12),
- ("Raccoon_Leaf",12),
- ("Snails_Shell",12),
- ("Horn",12),
- ("Bears_Foot",12),
- ("Feather",12),
- ("Heart_Of_Mermaid",12),
- ("Fin",12),
- ("Cactus_Needle",12),
- ("Stone_Heart",12),
- ("Shining_Scales",12),
- ("Worm_Peelings",12),
- ("Gill",12),
- ("Decayed_Nail",12),
- ("Horrendous_Mouth",12),
- ("Rotten_Scale",12),
- ("Nipper",12),
- ("Conch",12),
- ("Tentacle",12),
- ("Sharp_Scale",12),
- ("Crap_Shell",12),
- ("Clam_Shell",12),
- ("Flesh_Of_Clam",12),
- ("Turtle_Shell",12),
- ("Voucher_Of_Orcish_Hero",12),
- ("Gold",12),
- ("Detrimindexta",12),
- ("Karvodailnirol",12),
- ("Counteragent",12),
- ("Mixture",12),
- ("Scarlet_Dyestuffs",12),
- ("Lemon_Dyestuffs",12),
- ("Cobaltblue_Dyestuffs",12),
- ("Darkgreen_Dyestuffs",12),
- ("Orange_Dyestuffs",12),
- ("Violet_Dyestuffs",12),
- ("White_Dyestuffs",12),
- ("Black_Dyestuffs",12),
- ("Anvil",12),
- ("Oridecon_Anvil",12),
- ("Golden_Anvil",12),
- ("Emperium_Anvil",12),
- ("Boody_Red",12),
- ("Crystal_Blue",12),
- ("Wind_Of_Verdure",12),
- ("Yellow_Live",12),
- ("Flame_Heart",12),
- ("Mistic_Frozen",12),
- ("Rough_Wind",12),
- ("Great_Nature",12),
- ("Iron",12),
- ("Steel",12),
- ("Star_Crumb",12),
- ("Sparkling_Dust",12),
- ("Iron_Ore",12),
- ("Coal",12),
- ("Patriotism_Marks",12),
- ("Hammer_Of_Blacksmith",12),
- ("Old_Magic_Book",12),
- ("Penetration",12),
- ("Frozen_Heart",12),
- ("Sacred_Marks",12),
- ("Phracon",12),
- ("Emveretarcon",12),
- ("Lizard_Scruff",12),
- ("Colorful_Shell",12),
- ("Jaws_Of_Ant",12),
- ("Thin_N_Long_Tongue",12),
- ("Rat_Tail",12),
- ("Moustache_Of_Mole",12),
- ("Nail_Of_Mole",12),
- ("Wooden_Block",12),
- ("Long_Hair",12),
- ("Dokkaebi_Horn",12),
- ("Fox_Tail",12),
- ("Fish_Tail",12),
- ("Chinese_Ink",12),
- ("Spiderweb",12),
- ("Acorn",12),
- ("Porcupine_Spike",12),
- ("Wild_Boars_Mane",12),
- ("Tigers_Skin",12),
- ("Limb_Of_Mantis",12),
- ("Blossom_Of_Maneater",12),
- ("Root_Of_Maneater",12),
- ("Cobold_Hair",12),
- ("Dragon_Canine",12),
- ("Dragon_Scale",12),
- ("Dragon_Train",12),
- ("Petite_DiablOfs_Horn",12),
- ("Petite_DiablOfs_Wing",12),
- ("Elder_Pixies_Beard",12),
- ("Lantern",12),
- ("Short_Leg",12),
- ("Nail_Of_Orc",12),
- ("Tooth_Of_",12),
- ("Sacred_Masque",12),
- ("Tweezer",12),
- ("Head_Of_Medusa",12),
- ("Slender_Snake",12),
- ("Skirt_Of_Virgin",12),
- ("Tendon",12),
- ("Detonator",12),
- ("Single_Cell",12),
- ("Tooth_Of_Ancient_Fish",12),
- ("Lip_Of_Ancient_Fish",12),
- ("Earthworm_Peeling",12),
- ("Grit",12),
- ("Moth_Dust",12),
- ("Wing_Of_Moth",12),
- ("Transparent_Cloth",12),
- ("Golden_Hair",12),
- ("Starsand_Of_Witch",12),
- ("Pumpkin_Head",12),
- ("Sharpened_Cuspid",12),
- ("Reins",12),
- ("Booby_Trap",12),
- ("Tree_Of_Archer_1",12),
- ("Tree_Of_Archer_2",12),
- ("Tree_Of_Archer_3",12),
- ("Morocc_Potion",12),
- ("Payon_Potion",12),
- ("Empty_Cylinder",12),
- ("Empty_Potion",12),
- ("Short_Daenggie",12),
- ("Needle_Of_Alarm",12),
- ("Round_Shell",12),
- ("Worn_Out_Page",12),
- ("Manacles",12),
- ("Worn_Out_Prison_Uniform",12),
- ("Mould_Powder",12),
- ("Ogre_Tooth",12),
- ("Anolian_Skin",12),
- ("Mud_Lump",12),
- ("Skull",12),
- ("Wing_Of_Red_Bat",12),
- ("Claw_Of_Rat",12),
- ("Stiff_Horn",12),
- ("Glitter_Shell",12),
- ("Tail_Of_Steel_Scorpion",12),
- ("Claw_Of_Monkey",12),
- ("Tough_Scalelike_Stem",12),
- ("Coral_Reef",12),
- ("Old_Portrait",12),
- ("Bookclip_In_Memory",12),
- ("Spoon_Stub",12),
- ("Key_Of_Clock_Tower",12),
- ("Underground_Key",12),
- ("Claw_Of_Desert_Wolf",12),
- ("Old_Frying_Pan",12),
- ("Piece_Of_Egg_Shell",12),
- ("Poison_Spore",12),
- ("Red_Socks_With_Holes",12),
- ("Matchstick",12),
- ("Fang_Of_Garm",12),
- ("Yarn",12),
- ("Fine_Grit",12),
- ("Alices_Apron",12),
- ("Talon_Of_Griffin",12),
- ("Stone",12),
- ("Cyfar",12),
- ("Brigan",12),
- ("Cargo_Free_Ticket",12),
- ("Warp_Free_Ticket",12),
- ("Cart_Free_Ticket",12),
- ("Soft_Feather",12),
- ("Dragon_Fly_Wing",12),
- ("Sea_Otter_Leather",12),
- ("Ice_Piece",12),
- ("Stone_Piece",12),
- ("Burn_Tree",12),
- ("Broken_Armor_Piece",12),
- ("Broken_Shell",12),
- ("Tatters_Clothes",12),
- ("Rust_Suriken",12),
- ("Wheel",12),
- ("Mystery_Piece",12),
- ("Broken_Steel_Piece",12),
- ("Cold_Magma",12),
- ("Burning_Heart",12),
- ("Live_Coal",12),
- ("Old_Magic_Circle",12),
- ("Sharp_Leaf",12),
- ("Peco_Wing_Feather",12),
- ("Goats_Horn",12),
- ("Gaoats_Skin",12),
- ("Boroken_Shiled_Piece",12),
- ("Shine_Spear_Blade",12),
- ("Vroken_Sword",12),
- ("Smooth_Paper",12),
- ("Fright_Paper_Blade",12),
- ("Broken_Pharaoh_Symbol",12),
- ("Tutankhamens_Mask",12),
- ("Harpys_Feather",12),
- ("Harpys_Claw",12),
- ("Rent_Spell_Book",12),
- ("Rent_Scroll",12),
- ("Spawns",12),
- ("Burning_Horse_Shoe",12),
- ("Honey_Jar",12),
- ("Hot_Hair",12),
- ("Dragons_Skin",12),
- ("Sand_Lump",12),
- ("Scropions_Nipper",12),
- ("Large_Jellopy",12),
- ("Medicine_Bowl",12),
- ("Fire_Bottle",12),
- ("Acid_Bottle",12),
- ("MenEater_Plant_Bottle",12),
- ("Mini_Bottle",12),
- ("Coating_Bottle",12),
- ("Yellow_Plate",12),
- ("Bamboo_Cut",12),
- ("Oil_Paper",12),
- ("Glossy_Hair",12),
- ("Old_Japaness_Clothes",12),
- ("Poison_Powder",12),
- ("Poison_Toads_Skin",12),
- ("Broken_Shuriken",12),
- ("Black_Mask",12),
- ("Broken_Wine_Vessel",12),
- ("Tengus_Nose",12),
- ("Black_Bears_Skin",12),
- ("Cloud_Piece",12),
- ("Sharp_Feeler",12),
- ("Hard_Peach",12),
- ("Limpid_Celestial_Robe",12),
- ("Soft_Silk_Cloth",12),
- ("Mystery_Iron_Bit",12),
- ("Great_Wing",12),
- ("Taegeuk_Plate",12),
- ("Leopard_Skin",12),
- ("Leopard_Talon",12),
- ("Packing_Ribbon",12),
- ("Packing_Paper",12),
- ("Cacao",12),
- ("Thin_Stem",12),
- ("Festival_Mask",12),
- ("Browny_Root",12),
- ("Heart_Of_Tree",12),
- ("Solid_Peeling",12),
- ("Lamplight",12),
- ("Blade_Of_Pinwheel",12),
- ("Germinating_Sprout",12),
- ("Soft_Leaf",12),
- ("Air_Rifle",12),
- ("Shoulder_Protection",12),
- ("Tough_Vines",12),
- ("Great_Leaf",12),
- ("Flexible_String",12),
- ("Log",12),
- ("Beetle_Nipper",12),
- ("Solid_Twig",12),
- ("Piece_Of_Black_Cloth",12),
- ("Black_Kitty_Doll",12),
- ("Old_Manteau",12),
- ("Rusty_Cleaver",12),
- ("Dullahans_Helm",12),
- ("Dullahan_Armor",12),
- ("Rojerta_Piece",12),
- ("Hanging_Doll",12),
- ("Needle_Pouch",12),
- ("Bat_Cage",12),
- ("Broken_Needle",12),
- ("Red_Scarf",12),
- ("Spool",12),
- ("Rotten_Rope",12),
- ("Striped_Socks",12),
- ("Ectoplasm",12),
- ("Tangled_Chain",12),
- ("Tree_Knot",12),
- ("Distorted_Portrait",12),
- ("Pumpkin_Bucket",12),
- ("Fan",12),
- ("Cat_Eyed_Stone",12),
- ("Dried_Sand",12),
- ("Dragon_Horn",12),
- ("Dragon_Fang",12),
- ("Tiger_Skin_Panties",12),
- ("Little_Blacky_Ghost",12),
- ("Bib",12),
- ("Milk_Bottle",12),
- ("Arrow",12),
- ("Silver_Arrow",12),
- ("Fire_Arrow",12),
- ("Steel_Arrow",12),
- ("Crystal_Arrow",12),
- ("Arrow_Of_Wind",12),
- ("Stone_Arrow",12),
- ("Immatrial_Arrow",12),
- ("Stun_Arrow",12),
- ("Freezing_Arrow",12),
- ("Flash_Arrow",12),
- ("Curse_Arrow",12),
- ("Rusty_Arrow",12),
- ("Poison_Arrow",12),
- ("Incisive_Arrow",12),
- ("Oridecon_Arrow",12),
- ("Arrow_Of_Shadow",12),
- ("Sleep_Arrow",12),
- ("Silence_Arrow",12),
- ("Iron_Arrow",12),
- ("Red_Potion",12),
- ("Orange_Potion",12),
- ("Yellow_Potion",12),
- ("White_Potion",12),
- ("Blue_Potion",12),
- ("Green_Potion",12),
- ("Red_Herb",12),
- ("Yellow_Herb",12),
- ("White_Herb",12),
- ("Blue_Herb",12),
- ("Green_Herb",12),
- ("Apple",12),
- ("Banana",12),
- ("Grape",12),
- ("Carrot",12),
- ("Sweet_Potato",12),
- ("Meat",12),
- ("Honey",12),
- ("Milk",12),
- ("Leaflet_Of_Hinal",12),
- ("Leaflet_Of_Aloe",12),
- ("Fruit_Of_Mastela",12),
- ("Holy_Water",12),
- ("Panacea",12),
- ("Royal_Jelly",12),
- ("Monsters_Feed",12),
- ("Candy",12),
- ("Candy_Striper",12),
- ("Apple_Juice",12),
- ("Banana_Juice",12),
- ("Grape_Juice",12),
- ("Carrot_Juice",12),
- ("Pumpkin",12),
- ("Ice_Cream",12),
- ("Pet_Food",12),
- ("Well_Baked_Cookie",12),
- ("Piece_Of_Cake",12),
- ("Fish_Slice",12),
- ("Red_Slim_Potion",12),
- ("Yellow_Slim_Potion",12),
- ("White_Slim_Potion",12),
- ("Cheese",12),
- ("Nice_Sweet_Potato",12),
- ("Popped_Rice",12),
- ("Shusi",12),
- ("Bun",12),
- ("Rice_Cake",12),
- ("Chocolate",12),
- ("White_Chocolate",12),
- ("Wing_Of_Fly",12),
- ("Wing_Of_Butterfly",12),
- ("Branch_Of_Dead_Tree",512),
- ("Anodyne",12),
- ("Aloebera",12),
- ("Yggdrasilberry",12),
- ("Seed_Of_Yggdrasil",12),
- ("Amulet",12),
- ("Leaf_Of_Yggdrasil",12),
- ("Spectacles",12),
- ("Portable_Furnace",12),
- ("Iron_Hammer",12),
- ("Golden_Hammer",12),
- ("Oridecon_Hammer",12),
- ("Worn_Out_Scroll",12),
- ("Unripe_Apple",12),
- ("Orange_Juice",12),
- ("Bitter_Herb",12),
- ("Rainbow_Carrot",12),
- ("Earthworm_The_Dude",12),
- ("Rotten_Fish",12),
- ("Lusty_Iron",12),
- ("Monster_Juice",12),
- ("Sweet_Milk",12),
- ("Well_Dried_Bone",12),
- ("Singing_Flower",12),
- ("Dew_Laden_Moss",12),
- ("Deadly_Noxious_Herb",12),
- ("Fatty_Chubby_Earthworm",12),
- ("Baked_Yam",12),
- ("Tropical_Banana",12),
- ("Horror_Of_Tribe",12),
- ("No_Recipient",12),
- ("Old_Broom",12),
- ("Silver_Knife_Of_Chaste",12),
- ("Armlet_Of_Obedience",12),
- ("Shining_Stone",12),
- ("Contracts_In_Shadow",12),
- ("Book_Of_Devil",12),
- ("Pet_Incubator",12),
- ("Gift_Box",312),
- ("Center_Potion",12),
- ("Awakening_Potion",12),
- ("Berserk_Potion",12),
- ("Heart_Of_Her",12),
- ("Korea_Rice_Cake",12),
- ("Gift_Box_1",12),
- ("Gift_Box_2",12),
- ("Gift_Box_3",12),
- ("Gift_Box_4",12),
- ("Handsei",12),
- ("Poison_Bottle",12),
- ("Gold_Pill",12),
- ("Guard",2),
- "Coronet",
- "Angelic_Chain",
- "Satanic_Chain",
- "Sharp_Gear",
- "Ghost_Bandana",
- "Ring_",
- "Earring_",
- "Necklace_",
- "Glove_",
- "Brooch_",
- "Rosary_",
- "Gemmed_Crown",
- "Pair_Of_Red_Ribbon",
- "Cinquedea",
- "Kindling_Dagger",
- "Obsidian_Dagger",
- "Fishermans_Dagger",
- "Jujube_Dagger",
- "Dragon_Killer",
- "Ginnungagap",
- "Town_Sword",
- "Town_Sword_",
- "Star_Dust_Blade",
- "Gae_Bolg",
- ("Various_Jur",2),
- "Nail_Of_Loki",
- "Bloody_Roar",
- "Unholy_Touch",
- "Hypnotists_Staff",
- "Hypnotists_Staff_",
- "Staff_Of_Wing",
- "Luna_Bow",
- "Dragon_Wing",
- "Electric_Wire",
- "Whip_Of_Red_Flame",
- "Whip_Of_Ice_Piece",
- "Whip_Of_Earth",
- "Jump_Rope",
- "Bladed_Whip",
- "Guitar_Of_Passion",
- "Guitar_Of_Blue_Solo",
- "Guitar_Of_Vast_Land",
- "Guitar_Of_Gentle_Breeze",
- "Claw_Of_Garm",
- "Legacy_Of_Dragon",
- "Coward",
- "Coward_",
- "Windhawk",
- "Queens_Whip",
- "Oriental_Lute",
- "Diary_Of_Great_Sage",
- "Hardback",
- "Survival_Rod",
- "Survival_Rod_",
- "Survival_Rod2",
- "Survival_Rod2_",
- "Ear_Of_Puppy",
- "Angry_Mouth",
- "Novice_Shield",
- "Novice_Manteau",
- "Celestial_Robe",
- "Pauldron",
- "Novice_Shoes",
- "Fedora",
- "Fedora_",
- "Super_Novice_Hat",
- "Super_Novice_Hat_",
- "Galapago_Cap",
- "Banana_Hat",
- "Wing_Of_Eagle",
- "Cursed_Lucky_Brooch",
- "Shinobis_Sash",
- "Hyper_Changer",
- "Dark_Crystal_Fragment",
- "Long_Limb",
- "Screw",
- "Old_Pick",
- "Old_Steel_Plate",
- "Air_Pollutant",
- "Fragment_Of_Crystal",
- "Poisonous_Gas",
- "Battered_Kettle",
- "Tube",
- "Fluorescent_Liquid",
- "Headlamp",
- "Red_Feather",
- "Blue_Feather",
- "Cursed_Seal",
- "Tri_Headed_Dragon_Head",
- "Treasure_Box",
- "Dragonball_Green",
- "Dragonball_Blue",
- "Dragonball_Red",
- "Dragonball_Yellow",
- "Bloody_Page",
- "Piece_Of_Bone_Armor",
- "Scale_Of_Red_Dragon",
- "Yellow_Spice",
- "Sweet_Sauce",
- "Plain_Sauce",
- "Hot_Sauce",
- "Red_Spice",
- "Cooking_Oil",
- "Cookbook01",
- "Cookbook02",
- "Cookbook03",
- "Cookbook04",
- "Cookbook05",
- "Pot",
- "Burnt_Parts",
- "Pocket_Watch",
- ("Ice_Heart",15),
- ("Ice_Scale",15),
- ("Bloody_Rune",15),
- ("Rotten_Meat",15),
- ("Sticky_Poison",15),
- "Suspicious_Hat",
- "White_Mask",
- ("Old_White_Cloth",34),
- ("Clattering_Skull",32),
- ("Broken_Farming_Utensil",34),
- "Orleans_Server",
- "Thorny_Buckler",
- "Orleans_Gown",
- "Strong_Shield",
- "Angels_Arrival",
- "Magni_Cap",
- "Censor_Bar",
- "Inverse_Scale",
- "Blood_Tears",
- "Doom_Slayer",
- "Heart_Breaker",
- "Hurricane_Fury",
- "Ahlspiess",
- "Huuma_Calm_Mind",
- "Burning_Bow",
- "Frozen_Bow",
- "Earth_Bow",
- "Gust_Bow",
- "Magma_Fist",
- "Icicle_Fist",
- "Electric_Fist",
- "Seismic_Fist",
- "Combo_Battle_Glove",
- "Base_Guitar",
- "Electric_Eel",
- "Sea_Witch_Foot",
- "Carrot_Whip",
- "Bullet",
- "Silver_Bullet",
- "Shell_Of_Blood",
- "Flare_Sphere",
- "Lighting_Sphere",
- "Poison_Sphere",
- "Blind_Sphere",
- "Freezing_Sphere",
- "Gate_KeeperDD",
- "Thunder_P",
- "Long_Barrel",
- ("Lever_Action_Rifle",2),
- "Long_Barrel_",
-)
-Old_Violet_Box: (
- ("Buckler_",7),
- ("Shield_",7),
- ("Mirror_Shield_",7),
- ("Memorize_Book",7),
- ("Novice_Guard",7),
- ("Cotton_Shirt_",7),
- ("Leather_Jacket_",7),
- ("Adventureres_Suit_",7),
- ("Mantle_",7),
- ("Coat_",7),
- ("Mink_Coat",7),
- ("Padded_Armor_",7),
- ("Chain_Mail_",7),
- ("Plate_Armor_",7),
- ("Clothes_Of_The_Lord",7),
- ("Formal_Suit",7),
- ("Silk_Robe_",7),
- ("Scapulare_",7),
- ("Saint_Robe_",7),
- ("Wooden_Mail_",7),
- ("Tights_",7),
- ("Silver_Robe_",7),
- ("Thief_Clothes_",7),
- ("Ninja_Suit",7),
- ("G_Strings",7),
- ("Novice_Breast",7),
- ("Novice_Plate",7),
- ("Sandals_",7),
- ("Shoes_",7),
- ("Boots_",7),
- ("Chrystal_Pumps",7),
- ("Cuffs",7),
- ("Spiky_Heel",7),
- ("Grave",7),
- ("Novice_Boots",7),
- ("Hood_",7),
- ("Muffler_",7),
- ("Manteau_",7),
- ("Cape_Of_Ancient_Lord",7),
- ("Ragamuffin_Cape",7),
- ("Novice_Hood",7),
- ("Ring",7),
- ("Earring",7),
- ("Necklace",7),
- ("Glove",7),
- ("Brooch",7),
- ("Clip",7),
- ("Rosary",7),
- ("Skul_Ring",7),
- ("Gold_Ring",7),
- ("Silver_Ring",7),
- ("Flower_Ring",7),
- ("Diamond_Ring",7),
- ("Mitten_Of_Presbyter",7),
- ("Matyrs_Flea_Guard",7),
- ("Belt",7),
- ("Novice_Armlet",7),
- ("Katana_",7),
- ("Slayer_",7),
- ("Bastard_Sword_",7),
- ("Two_Hand_Sword_",7),
- ("Broad_Sword_",7),
- ("Claymore",7),
- ("Jur_",7),
- ("Katar_",7),
- ("Jamadhar_",7),
- ("Katar_Of_Cold_Icicle",7),
- ("Katar_Of_Thornbush",7),
- ("Katar_Of_Raging_Blaze",7),
- ("Katar_Of_Piercing_Wind",7),
- ("Battle_Axe_",7),
- ("Hammer_",7),
- ("Buster_",7),
- ("Two_Handed_Axe_",7),
- ("Lance_",7),
- ("Guisarme_",7),
- ("Glaive_",7),
- ("Partizan_",7),
- ("Trident_",7),
- ("Halberd_",7),
- ("Staff_Of_Soul",7),
- ("Bow_",7),
- ("Composite_Bow_",7),
- ("Great_Bow_",7),
- ("CrossBow_",7),
- ("Arbalest_",7),
- ("Kakkung_",7),
- ("Hunter_Bow",7),
- ("Sword_",7),
- ("Falchion_",7),
- ("Blade_",7),
- ("Lapier_",7),
- ("Scimiter_",7),
- ("Tsurugi_",7),
- ("Orcish_Sword",7),
- ("Ring_Pommel_Saber_",7),
- ("Saber_",7),
- ("Hae_Dong_Gum_",7),
- ("Flamberge",7),
- ("Knife_",7),
- ("Cutter_",7),
- ("Main_Gauche_",7),
- ("Dirk_",7),
- ("Dagger_",7),
- ("Stiletto_",7),
- ("Gladius_",7),
- ("Damascus_",7),
- ("Novice_Knife",7),
- ("Axe_",7),
- ("Orcish_Axe",7),
- ("Javelin_",7),
- ("Spear_",7),
- ("Pike_",7),
- ("Club_",7),
- ("Mace_",7),
- ("Smasher_",7),
- ("Flail_",7),
- ("Morning_Star_",7),
- ("Sword_Mace_",7),
- ("Chain_",7),
- ("Stunner",7),
- ("Book",7),
- ("Bible",7),
- ("Tablet",7),
- ("Book_Of_Billows",7),
- ("Book_Of_Mother_Earth",7),
- ("Book_Of_Blazing_Sun",7),
- ("Book_Of_Gust_Of_Wind",7),
- ("Girls_Diary",7),
- ("Rod_",7),
- ("Wand_",7),
- ("Staff_",7),
- ("Arc_Wand_",7),
- ("Mighty_Staff",7),
- ("Blessed_Wand",7),
- ("Bone_Wand",7),
- ("Waghnakh_",7),
- ("Knuckle_Duster_",7),
- ("Hora_",7),
- ("Fist_",7),
- ("Claw_",7),
- ("Finger_",7),
- ("Violin_",7),
- ("Mandolin_",7),
- ("Lute_",7),
- ("Guitar_",7),
- ("Harp_",7),
- ("Guh_Moon_Goh_",7),
- ("Rope_",7),
- ("Line_",7),
- ("Wire_",7),
- ("Rante_",7),
- ("Tail_",7),
- ("Whip_",7),
- ("Sunglasses",7),
- ("Glasses",7),
- ("Divers_Goggles",7),
- ("Wedding_Veil",7),
- ("Fancy_Flower",7),
- ("Ribbon",7),
- ("Ribbon_",7),
- ("Hair_Band",7),
- ("Bandana",7),
- ("Eye_Bandage",7),
- ("Cat_Hairband",7),
- ("Bunny_Band",7),
- ("Flower_Hairband",7),
- ("Biretta",7),
- ("Biretta_",7),
- ("Flu_Mask",7),
- ("Hat",7),
- ("Hat_",7),
- ("Turban",7),
- ("Turban_",7),
- ("Cap",7),
- ("Cap_",7),
- ("Helm",7),
- ("Helm_",7),
- ("Gemmed_Sallet",7),
- ("Gemmed_Sallet_",7),
- ("Circlet",7),
- ("Circlet_",7),
- ("Santas_Hat",7),
- ("One_Eyed_Glass",7),
- ("Granpa_Beard",7),
- ("Luxury_Sunglasses",7),
- ("Spinning_Eyes",7),
- ("Big_Sis_Ribbon",7),
- ("Sweet_Gents",7),
- ("Golden_Gear",7),
- ("Oldmans_Romance",7),
- ("Western_Grace",7),
- ("Fillet",7),
- ("Holy_Bonnet",7),
- ("Star_Sparkling",7),
- ("Sunflower",7),
- ("Snowy_Horn",7),
- ("Mini_Propeller",7),
- ("Mini_Glasses",7),
- ("Prontera_Army_Cap",7),
- ("Pierrot_Nose",7),
- ("Gangster_Patch",7),
- ("Ganster_Mask",7),
- ("Iron_Cane",7),
- ("Cigar",7),
- ("Smoking_Pipe",7),
- ("Centimental_Flower",7),
- ("Centimental_Leaf",7),
- ("Jack_A_Dandy",7),
- ("Red_Bandana",7),
- ("Eagle_Eyes",7),
- ("Nurse_Cap",7),
- ("Bomb_Wick",7),
- ("Spirit_Chain",7),
- ("Apple_Of_Archer",7),
- ("Pirate_Bandana",7),
- ("Poo_Poo_Hat",7),
- ("Funeral_Costume",7),
- ("Masquerade",7),
- ("Star_Dust",7),
- ("Blinker",7),
- ("Green_Feeler",7),
- ("Viking_Helm",7),
- ("Joker_Jester",7),
- ("Machoman_Glasses",7),
- ("Safety_Helmet",7),
- ("Indian_Hair_Piece",7),
- ("Antenna",7),
- ("Fin_Helm",7),
- ("Egg_Shell",7),
- ("Panda_Cap",7),
- ("Poring_Hat",7),
- ("Fruit_Shell",7),
- ("Novice_Egg_Cap",7),
- ("Mr_Smile",7),
- ("Mr_Scream",7),
- ("Goblini_Mask",7),
- ("Gas_Mask",7),
- ("Goblin_Mask_02",7),
- ("Goblin_Mask_03",7),
- ("Goblin_Mask_04",7),
- ("Goggle",7),
- ("Goggle_",7),
- ("Skull_Helm",7),
- ("Monster_Oxygen_Mask",7),
- ("Transparent_Headgear",7),
- ("Pacifier",7),
- ("Wig",7),
- ("Queens_Hair_Ornament",7),
- ("Silk_Ribbon",7),
- ("Punisher",7),
- ("Wild_Flower",7),
- ("Battered_Pot",7),
- ("Stellar_Hairpin",7),
- ("Tiny_Egg_Shell",7),
- ("Backpack",7),
- ("Rocker_Glasses",7),
- ("Green_Lace",7),
- ("Golden_Bell",7),
- ("Bark_Shorts",7),
- ("Monkey_Circlet",7),
- ("Red_Muffler",7),
- ("Sword_Of_Grave_Keeper",7),
- ("Ora_Ora",14),
- ("Animal_Blood",14),
- ("Hinalle",14),
- ("Aloe",14),
- ("Clover",14),
- ("Four_Leaf_Clover",14),
- ("Singing_Plant",14),
- ("Ment",14),
- ("Illusion_Flower",14),
- ("Shoot",14),
- ("Flower",14),
- ("Empty_Bottle",14),
- ("Yellow_Gemstone",14),
- ("Red_Gemstone",14),
- ("Blue_Gemstone",14),
- ("Dark_Red_Jewel",14),
- ("Violet_Jewel",14),
- ("Skyblue_Jewel",14),
- ("Azure_Jewel",14),
- ("Scarlet_Jewel",14),
- ("Cardinal_Jewel",14),
- ("Cardinal_Jewel_",14),
- ("Red_Jewel",14),
- ("Blue_Jewel",14),
- ("White_Jewel",14),
- ("Golden_Jewel",14),
- ("Bluish_Green_Jewel",14),
- ("Crystal_Jewel",14),
- ("Crystal_Jewel_",14),
- ("Crystal_Jewel__",14),
- ("Crystal_Jewel___",14),
- ("Red_Frame",14),
- ("Blue_Porcelain",14),
- ("White_Platter",14),
- ("Black_Ladle",14),
- ("Pencil_Case",14),
- ("Rouge",14),
- ("Stuffed_Doll",14),
- ("Poring_Doll",14),
- ("Chonchon_Doll",14),
- ("Spore_Doll",14),
- ("Bunch_Of_Flowers",14),
- ("Wedding_Bouquet",14),
- ("Glass_Bead",14),
- ("Crystal_Mirror",14),
- ("Witherless_Rose",14),
- ("Frozen_Rose",14),
- ("Baphomet_Doll",14),
- ("Osiris_Doll",14),
- ("Grasshopper_Doll",14),
- ("Monkey_Doll",14),
- ("Raccoondog_Doll",14),
- ("Danggie",14),
- ("Tree_Root",14),
- ("Reptile_Tongue",14),
- ("Scorpions_Tail",14),
- ("Stem",14),
- ("Pointed_Scale",14),
- ("Resin",14),
- ("Spawn",14),
- ("Jellopy",14),
- ("Garlet",14),
- ("Scell",14),
- ("Zargon",14),
- ("Tooth_Of_Bat",14),
- ("Fluff",14),
- ("Chrysalis",14),
- ("Feather_Of_Birds",14),
- ("Talon",14),
- ("Sticky_Webfoot",14),
- ("Animals_Skin",14),
- ("Claw_Of_Wolves",14),
- ("Mushroom_Spore",14),
- ("Orcish_Cuspid",14),
- ("Evil_Horn",14),
- ("Powder_Of_Butterfly",14),
- ("Bill_Of_Birds",14),
- ("Scale_Of_Snakes",14),
- ("Insect_Feeler",14),
- ("Immortal_Heart",14),
- ("Rotten_Bandage",14),
- ("Orcish_Voucher",14),
- ("Skel_Bone",14),
- ("Mementos",14),
- ("Shell",14),
- ("Scales_Shell",14),
- ("Posionous_Canine",14),
- ("Sticky_Mucus",14),
- ("Bee_Sting",14),
- ("Grasshoppers_Leg",14),
- ("Nose_Ring",14),
- ("Yoyo_Tail",14),
- ("Solid_Shell",14),
- ("Horseshoe",14),
- ("Raccoon_Leaf",14),
- ("Snails_Shell",14),
- ("Horn",14),
- ("Bears_Foot",14),
- ("Feather",14),
- ("Heart_Of_Mermaid",14),
- ("Fin",14),
- ("Cactus_Needle",14),
- ("Stone_Heart",14),
- ("Shining_Scales",14),
- ("Worm_Peelings",14),
- ("Gill",14),
- ("Decayed_Nail",14),
- ("Horrendous_Mouth",14),
- ("Rotten_Scale",14),
- ("Nipper",14),
- ("Conch",14),
- ("Tentacle",14),
- ("Sharp_Scale",14),
- ("Crap_Shell",14),
- ("Clam_Shell",14),
- ("Flesh_Of_Clam",14),
- ("Turtle_Shell",14),
- ("Voucher_Of_Orcish_Hero",14),
- ("Gold",14),
- ("Detrimindexta",14),
- ("Karvodailnirol",14),
- ("Counteragent",14),
- ("Mixture",14),
- ("Scarlet_Dyestuffs",14),
- ("Lemon_Dyestuffs",14),
- ("Cobaltblue_Dyestuffs",14),
- ("Darkgreen_Dyestuffs",14),
- ("Orange_Dyestuffs",14),
- ("Violet_Dyestuffs",14),
- ("White_Dyestuffs",14),
- ("Black_Dyestuffs",14),
- ("Anvil",13),
- ("Oridecon_Anvil",14),
- ("Golden_Anvil",14),
- ("Emperium_Anvil",14),
- ("Boody_Red",14),
- ("Crystal_Blue",14),
- ("Wind_Of_Verdure",14),
- ("Yellow_Live",14),
- ("Flame_Heart",14),
- ("Mistic_Frozen",14),
- ("Rough_Wind",14),
- ("Great_Nature",14),
- ("Iron",14),
- ("Steel",14),
- ("Star_Crumb",14),
- ("Sparkling_Dust",14),
- ("Iron_Ore",14),
- ("Coal",14),
- ("Patriotism_Marks",14),
- ("Hammer_Of_Blacksmith",14),
- ("Old_Magic_Book",14),
- ("Penetration",14),
- ("Frozen_Heart",14),
- ("Sacred_Marks",14),
- ("Phracon",14),
- ("Emveretarcon",14),
- ("Lizard_Scruff",14),
- ("Colorful_Shell",14),
- ("Jaws_Of_Ant",14),
- ("Thin_N_Long_Tongue",14),
- ("Rat_Tail",14),
- ("Moustache_Of_Mole",14),
- ("Nail_Of_Mole",14),
- ("Wooden_Block",14),
- ("Long_Hair",14),
- ("Dokkaebi_Horn",14),
- ("Fox_Tail",14),
- ("Fish_Tail",14),
- ("Chinese_Ink",14),
- ("Spiderweb",14),
- ("Acorn",14),
- ("Porcupine_Spike",14),
- ("Wild_Boars_Mane",14),
- ("Tigers_Skin",14),
- ("Limb_Of_Mantis",14),
- ("Blossom_Of_Maneater",14),
- ("Root_Of_Maneater",14),
- ("Cobold_Hair",14),
- ("Dragon_Canine",14),
- ("Dragon_Scale",14),
- ("Dragon_Train",14),
- ("Petite_DiablOfs_Horn",14),
- ("Petite_DiablOfs_Wing",14),
- ("Elder_Pixies_Beard",14),
- ("Lantern",14),
- ("Short_Leg",14),
- ("Nail_Of_Orc",14),
- ("Tooth_Of_",14),
- ("Sacred_Masque",14),
- ("Tweezer",14),
- ("Head_Of_Medusa",14),
- ("Slender_Snake",14),
- ("Skirt_Of_Virgin",14),
- ("Tendon",14),
- ("Detonator",14),
- ("Single_Cell",14),
- ("Tooth_Of_Ancient_Fish",14),
- ("Lip_Of_Ancient_Fish",14),
- ("Earthworm_Peeling",14),
- ("Grit",14),
- ("Moth_Dust",14),
- ("Wing_Of_Moth",14),
- ("Transparent_Cloth",14),
- ("Golden_Hair",14),
- ("Starsand_Of_Witch",14),
- ("Pumpkin_Head",14),
- ("Sharpened_Cuspid",14),
- ("Reins",14),
- ("Booby_Trap",14),
- ("Tree_Of_Archer_1",14),
- ("Tree_Of_Archer_2",14),
- ("Tree_Of_Archer_3",14),
- ("Morocc_Potion",14),
- ("Payon_Potion",14),
- ("Empty_Cylinder",14),
- ("Empty_Potion",14),
- ("Short_Daenggie",14),
- ("Needle_Of_Alarm",14),
- ("Round_Shell",14),
- ("Worn_Out_Page",14),
- ("Manacles",14),
- ("Worn_Out_Prison_Uniform",14),
- ("Mould_Powder",14),
- ("Ogre_Tooth",14),
- ("Anolian_Skin",14),
- ("Mud_Lump",14),
- ("Skull",14),
- ("Wing_Of_Red_Bat",14),
- ("Claw_Of_Rat",14),
- ("Stiff_Horn",14),
- ("Glitter_Shell",14),
- ("Tail_Of_Steel_Scorpion",14),
- ("Claw_Of_Monkey",14),
- ("Tough_Scalelike_Stem",14),
- ("Coral_Reef",14),
- ("Old_Portrait",14),
- ("Bookclip_In_Memory",14),
- ("Spoon_Stub",14),
- ("Key_Of_Clock_Tower",14),
- ("Underground_Key",14),
- ("Claw_Of_Desert_Wolf",14),
- ("Old_Frying_Pan",14),
- ("Piece_Of_Egg_Shell",14),
- ("Poison_Spore",14),
- ("Red_Socks_With_Holes",14),
- ("Matchstick",14),
- ("Fang_Of_Garm",14),
- ("Yarn",14),
- ("Fine_Grit",14),
- ("Alices_Apron",14),
- ("Talon_Of_Griffin",14),
- ("Stone",14),
- ("Cyfar",14),
- ("Brigan",14),
- ("Cargo_Free_Ticket",14),
- ("Warp_Free_Ticket",14),
- ("Cart_Free_Ticket",14),
- ("Soft_Feather",14),
- ("Dragon_Fly_Wing",14),
- ("Sea_Otter_Leather",14),
- ("Ice_Piece",14),
- ("Stone_Piece",14),
- ("Burn_Tree",14),
- ("Broken_Armor_Piece",14),
- ("Broken_Shell",14),
- ("Tatters_Clothes",14),
- ("Rust_Suriken",14),
- ("Wheel",14),
- ("Mystery_Piece",14),
- ("Broken_Steel_Piece",14),
- ("Cold_Magma",14),
- ("Burning_Heart",14),
- ("Live_Coal",14),
- ("Old_Magic_Circle",14),
- ("Sharp_Leaf",14),
- ("Peco_Wing_Feather",14),
- ("Goats_Horn",14),
- ("Gaoats_Skin",14),
- ("Boroken_Shiled_Piece",14),
- ("Shine_Spear_Blade",14),
- ("Vroken_Sword",14),
- ("Smooth_Paper",14),
- ("Fright_Paper_Blade",14),
- ("Broken_Pharaoh_Symbol",14),
- ("Tutankhamens_Mask",14),
- ("Harpys_Feather",14),
- ("Harpys_Claw",14),
- ("Rent_Spell_Book",14),
- ("Rent_Scroll",14),
- ("Spawns",14),
- ("Burning_Horse_Shoe",14),
- ("Honey_Jar",14),
- ("Hot_Hair",14),
- ("Dragons_Skin",14),
- ("Sand_Lump",14),
- ("Scropions_Nipper",14),
- ("Large_Jellopy",14),
- ("Medicine_Bowl",14),
- ("Fire_Bottle",14),
- ("Acid_Bottle",14),
- ("MenEater_Plant_Bottle",14),
- ("Mini_Bottle",14),
- ("Coating_Bottle",14),
- ("Yellow_Plate",14),
- ("Bamboo_Cut",14),
- ("Oil_Paper",14),
- ("Glossy_Hair",14),
- ("Old_Japaness_Clothes",14),
- ("Poison_Powder",14),
- ("Poison_Toads_Skin",14),
- ("Broken_Shuriken",14),
- ("Black_Mask",14),
- ("Broken_Wine_Vessel",14),
- ("Tengus_Nose",14),
- ("Black_Bears_Skin",14),
- ("Cloud_Piece",14),
- ("Sharp_Feeler",14),
- ("Hard_Peach",14),
- ("Limpid_Celestial_Robe",14),
- ("Soft_Silk_Cloth",14),
- ("Mystery_Iron_Bit",14),
- ("Great_Wing",14),
- ("Taegeuk_Plate",14),
- ("Leopard_Skin",14),
- ("Leopard_Talon",14),
- ("Packing_Ribbon",14),
- ("Packing_Paper",14),
- ("Cacao",14),
- ("Thin_Stem",14),
- ("Festival_Mask",14),
- ("Browny_Root",14),
- ("Heart_Of_Tree",14),
- ("Solid_Peeling",14),
- ("Lamplight",14),
- ("Blade_Of_Pinwheel",14),
- ("Germinating_Sprout",14),
- ("Soft_Leaf",14),
- ("Air_Rifle",14),
- ("Shoulder_Protection",14),
- ("Tough_Vines",14),
- ("Great_Leaf",14),
- ("Flexible_String",14),
- ("Log",14),
- ("Beetle_Nipper",14),
- ("Solid_Twig",14),
- ("Piece_Of_Black_Cloth",14),
- ("Black_Kitty_Doll",14),
- ("Old_Manteau",14),
- ("Rusty_Cleaver",14),
- ("Dullahans_Helm",14),
- ("Dullahan_Armor",14),
- ("Rojerta_Piece",14),
- ("Hanging_Doll",14),
- ("Needle_Pouch",14),
- ("Bat_Cage",14),
- ("Broken_Needle",14),
- ("Red_Scarf",14),
- ("Spool",14),
- ("Rotten_Rope",14),
- ("Striped_Socks",14),
- ("Ectoplasm",14),
- ("Tangled_Chain",14),
- ("Tree_Knot",14),
- ("Distorted_Portrait",14),
- ("Pumpkin_Bucket",14),
- ("Fan",14),
- ("Cat_Eyed_Stone",14),
- ("Dried_Sand",14),
- ("Dragon_Horn",14),
- ("Dragon_Fang",14),
- ("Tiger_Skin_Panties",14),
- ("Little_Blacky_Ghost",14),
- ("Bib",14),
- ("Milk_Bottle",14),
- ("Arrow",14),
- ("Silver_Arrow",14),
- ("Fire_Arrow",14),
- ("Steel_Arrow",14),
- ("Crystal_Arrow",14),
- ("Arrow_Of_Wind",14),
- ("Stone_Arrow",14),
- ("Immatrial_Arrow",14),
- ("Stun_Arrow",14),
- ("Freezing_Arrow",14),
- ("Flash_Arrow",14),
- ("Curse_Arrow",14),
- ("Rusty_Arrow",14),
- ("Poison_Arrow",14),
- ("Incisive_Arrow",14),
- ("Oridecon_Arrow",14),
- ("Arrow_Of_Shadow",14),
- ("Sleep_Arrow",14),
- ("Silence_Arrow",14),
- ("Iron_Arrow",14),
- ("Red_Potion",14),
- ("Orange_Potion",14),
- ("Yellow_Potion",14),
- ("White_Potion",14),
- ("Blue_Potion",14),
- ("Green_Potion",14),
- ("Red_Herb",14),
- ("Yellow_Herb",14),
- ("White_Herb",14),
- ("Blue_Herb",14),
- ("Green_Herb",14),
- ("Apple",14),
- ("Banana",14),
- ("Grape",14),
- ("Carrot",14),
- ("Sweet_Potato",14),
- ("Meat",14),
- ("Honey",14),
- ("Milk",14),
- ("Leaflet_Of_Hinal",14),
- ("Leaflet_Of_Aloe",14),
- ("Fruit_Of_Mastela",14),
- ("Holy_Water",14),
- ("Panacea",14),
- ("Royal_Jelly",14),
- ("Monsters_Feed",14),
- ("Candy",14),
- ("Candy_Striper",14),
- ("Apple_Juice",14),
- ("Banana_Juice",14),
- ("Grape_Juice",14),
- ("Carrot_Juice",14),
- ("Pumpkin",14),
- ("Ice_Cream",14),
- ("Pet_Food",14),
- ("Well_Baked_Cookie",14),
- ("Piece_Of_Cake",14),
- ("Fish_Slice",14),
- ("Red_Slim_Potion",14),
- ("Yellow_Slim_Potion",14),
- ("White_Slim_Potion",14),
- ("Cheese",14),
- ("Nice_Sweet_Potato",14),
- ("Popped_Rice",14),
- ("Shusi",14),
- ("Bun",14),
- ("Rice_Cake",14),
- ("Chocolate",14),
- ("White_Chocolate",14),
- ("Wing_Of_Fly",14),
- ("Wing_Of_Butterfly",14),
- ("Branch_Of_Dead_Tree",214),
- ("Anodyne",14),
- ("Aloebera",14),
- ("Yggdrasilberry",14),
- ("Seed_Of_Yggdrasil",14),
- ("Amulet",14),
- ("Leaf_Of_Yggdrasil",14),
- ("Spectacles",14),
- ("Portable_Furnace",14),
- ("Iron_Hammer",14),
- ("Golden_Hammer",14),
- ("Oridecon_Hammer",14),
- ("Worn_Out_Scroll",14),
- ("Unripe_Apple",14),
- ("Orange_Juice",14),
- ("Bitter_Herb",14),
- ("Rainbow_Carrot",14),
- ("Earthworm_The_Dude",14),
- ("Rotten_Fish",14),
- ("Lusty_Iron",14),
- ("Monster_Juice",14),
- ("Sweet_Milk",14),
- ("Well_Dried_Bone",14),
- ("Singing_Flower",14),
- ("Dew_Laden_Moss",14),
- ("Deadly_Noxious_Herb",14),
- ("Fatty_Chubby_Earthworm",14),
- ("Baked_Yam",14),
- ("Tropical_Banana",14),
- ("Horror_Of_Tribe",14),
- ("No_Recipient",14),
- ("Old_Broom",14),
- ("Silver_Knife_Of_Chaste",14),
- ("Armlet_Of_Obedience",14),
- ("Shining_Stone",14),
- ("Contracts_In_Shadow",14),
- ("Book_Of_Devil",14),
- ("Pet_Incubator",14),
- ("Gift_Box",114),
- ("Center_Potion",14),
- ("Awakening_Potion",14),
- ("Berserk_Potion",14),
- ("Heart_Of_Her",14),
- ("Korea_Rice_Cake",14),
- ("Gift_Box_1",14),
- ("Gift_Box_2",14),
- ("Gift_Box_3",14),
- ("Gift_Box_4",14),
- ("Handsei",14),
- ("Poison_Bottle",14),
- ("Gold_Pill",14),
- ("Guard_",6),
- "Coronet",
- "Angelic_Chain",
- "Satanic_Chain",
- "Sharp_Gear",
- "Ghost_Bandana",
- "Elven_Ears",
- "Holy_Robe",
- "Mage_Coat",
- "An_Eye_Of_Dullahan",
- "Safety_Ring",
- "Critical_Ring",
- "Ring_",
- "Earring_",
- "Necklace_",
- "Glove_",
- "Brooch_",
- "Rosary_",
- "Gemmed_Crown",
- "Pair_Of_Red_Ribbon",
- "Loard_Circlet",
- "Bone_Helm",
- "Horn_Of_Succubus",
- "Inccubus_Horn",
- "Spinx_Helm",
- "Old_Card_Album",
- "Dragon_Killer",
- "Ginnungagap",
- "Town_Sword_",
- "Star_Dust_Blade",
- "Gae_Bolg",
- ("Various_Jur",2),
- "Nail_Of_Loki",
- "Bloody_Roar",
- "Unholy_Touch",
- "Hypnotists_Staff_",
- "Staff_Of_Wing",
- "Luna_Bow",
- "Dragon_Wing",
- "Electric_Wire",
- "Whip_Of_Red_Flame",
- "Whip_Of_Ice_Piece",
- "Whip_Of_Earth",
- "Jump_Rope",
- "Bladed_Whip",
- "Guitar_Of_Passion",
- "Guitar_Of_Blue_Solo",
- "Guitar_Of_Vast_Land",
- "Guitar_Of_Gentle_Breeze",
- "Claw_Of_Garm",
- "Legacy_Of_Dragon",
- "Coward_",
- "Windhawk",
- "Queens_Whip",
- "Oriental_Lute",
- "Diary_Of_Great_Sage",
- "Hardback",
- "Survival_Rod_",
- "Survival_Rod2_",
- "Ear_Of_Puppy",
- "Angry_Mouth",
- "Celestial_Robe",
- "Pauldron",
- "Fedora_",
- "Super_Novice_Hat_",
- "Galapago_Cap",
- "Banana_Hat",
- "Wing_Of_Eagle",
- "Cursed_Lucky_Brooch",
- "Shinobis_Sash",
- "Bloody_Iron_Ball",
- "Hyper_Changer",
- "Cookbook06",
- "Cookbook07",
- "Cookbook08",
- "Cookbook09",
- "Cookbook10",
- "Dark_Crystal_Fragment",
- "Long_Limb",
- "Screw",
- "Old_Pick",
- "Old_Steel_Plate",
- "Air_Pollutant",
- "Fragment_Of_Crystal",
- "Poisonous_Gas",
- "Battered_Kettle",
- "Tube",
- "Fluorescent_Liquid",
- "Headlamp",
- "Piece_Of_Memory_Green",
- "Piece_Of_Memory_Purple",
- "Piece_Of_Memory_Blue",
- "Piece_Of_Memory_Red",
- "Red_Feather",
- "Blue_Feather",
- "Cursed_Seal",
- "Tri_Headed_Dragon_Head",
- "Treasure_Box",
- "Dragonball_Green",
- "Dragonball_Blue",
- "Dragonball_Red",
- "Dragonball_Yellow",
- "Bloody_Page",
- "Piece_Of_Bone_Armor",
- "Scale_Of_Red_Dragon",
- "Yellow_Spice",
- "Sweet_Sauce",
- "Plain_Sauce",
- "Hot_Sauce",
- "Red_Spice",
- "Cooking_Oil",
- "Cookbook01",
- "Cookbook02",
- "Cookbook03",
- "Cookbook04",
- "Cookbook05",
- "Pot",
- "Burnt_Parts",
- "Pocket_Watch",
- "Ice_Heart",
- "Ice_Scale",
- "Bloody_Rune",
- "Rotten_Meat",
- "Sticky_Poison",
- "Suspicious_Hat",
- "White_Mask",
- ("Old_Violet_Box",103),
- ("Old_White_Cloth",17),
- ("Clattering_Skull",16),
- ("Broken_Farming_Utensil",17),
- "Inverse_Scale",
- "Blood_Tears",
- "Doom_Slayer",
- "Heart_Breaker",
- "Hurricane_Fury",
- "Ahlspiess",
- "Huuma_Calm_Mind",
- "Burning_Bow",
- "Frozen_Bow",
- "Earth_Bow",
- "Gust_Bow",
- "Magma_Fist",
- "Icicle_Fist",
- "Electric_Fist",
- "Seismic_Fist",
- "Combo_Battle_Glove",
- "Base_Guitar",
- "Electric_Eel",
- "Sea_Witch_Foot",
- "Carrot_Whip",
- "Bullet",
- "Silver_Bullet",
- "Shell_Of_Blood",
- "Flare_Sphere",
- "Lighting_Sphere",
- "Poison_Sphere",
- "Blind_Sphere",
- "Freezing_Sphere",
- "Gate_KeeperDD",
- "Thunder_P",
- "Long_Barrel",
- ("Lever_Action_Rifle",2),
- "Long_Barrel_",
-)
-Random_Quiver: (
- "Iron_Arrow_Container",
- "Steel_Arrow_Container",
- "Ori_Arrow_Container",
- "Fire_Arrow_Container",
- "Silver_Arrow_Container",
- "Wind_Arrow_Container",
- "Stone_Arrow_Container",
- "Crystal_Arrow_Container",
- "Shadow_Arrow_Container",
- "Imma_Arrow_Container",
- "Rusty_Arrow_Container",
- ("Holy_Arrow_Quiver",2),
-)
-Set_Of_Taiming_Item: (
- "Orange_Juice",
- "Bitter_Herb",
- "Rainbow_Carrot",
- "Earthworm_The_Dude",
- "Rotten_Fish",
- "Lusty_Iron",
- "Monster_Juice",
- "Sweet_Milk",
- "Well_Dried_Bone",
- "Singing_Flower",
- "Dew_Laden_Moss",
- "Deadly_Noxious_Herb",
- "Fatty_Chubby_Earthworm",
- "Baked_Yam",
- "Tropical_Banana",
- "Horror_Of_Tribe",
- "No_Recipient",
- "Old_Broom",
- "Silver_Knife_Of_Chaste",
- "Armlet_Of_Obedience",
- "Shining_Stone",
- "Contracts_In_Shadow",
- "Book_Of_Devil",
- "Heart_Of_Her",
- "Prohibition_Red_Candle",
- "Sway_Apron",
- "Skull_Helm",
- "Monster_Oxygen_Mask",
- "Transparent_Headgear",
- "Pacifier",
- "Wig",
- "Queens_Hair_Ornament",
- "Silk_Ribbon",
- "Punisher",
- "Wild_Flower",
- "Battered_Pot",
- "Stellar_Hairpin",
- "Tiny_Egg_Shell",
- "Backpack",
- "Rocker_Glasses",
- "Green_Lace",
- "Golden_Bell",
- "Bark_Shorts",
- "Monkey_Circlet",
- "Red_Muffler",
- "Sword_Of_Grave_Keeper",
- "Flaming_Ice",
- "Tantanmen",
-)
-Accessory_Box: (
- ("Gold_Ring",14),
- ("Mitten_Of_Presbyter",10),
- ("Flower_Ring",14),
- ("Necklace",12),
- ("Necklace_",10),
- ("Novice_Armlet",14),
- ("Diamond_Ring",11),
- ("Skul_Ring",14),
- ("Thimble_Of_Archer",10),
- ("Rosary",14),
- ("Ring",10),
- ("Matyrs_Flea_Guard",11),
- ("Belt",10),
- ("Brooch",12),
- ("Nile_Rose_",10),
- ("Silver_Ring",14),
- ("Clip",12),
- ("Earring",11),
- ("Glove",11),
- "Safety_Ring",
- "Critical_Ring",
- "Glove_",
- "Ring_",
- "Rosary_",
- "Brooch_",
- "Earring_",
- ("Vesper_Core01",2),
- ("Vesper_Core02",2),
- ("Vesper_Core03",2),
- ("Vesper_Core04",2),
- "Thimble_Of_Archer_",
- ("Red_Silk_Seal",2),
- "Orleans_Glove",
- "Spiritual_Ring",
- "Shinobis_Sash",
- "Hyper_Changer",
- ("Lesser_Elemental_Ring",9),
- "Expert_Ring",
- "Librarian_Glove",
- "Pocket_Watch_",
- "Lunatic_Brooch",
- "Iron_Wrist",
-)
-Wrapped_Mask: (
- ("Phantom_Of_Opera",10),
- ("Mr_Scream",10),
- ("Welding_Mask",10),
- ("Goblini_Mask",10),
- ("Gas_Mask",10),
- ("Alarm_Mask",10),
- ("Goblin_Mask_01",10),
- ("Goblin_Mask_02",10),
- ("Goblin_Mask_03",10),
- ("Goblin_Mask_04",10),
- ("Mr_Smile",9),
- "Zherlthsh_Mask",
- ("Hahoe_Mask",2),
-)
-Bundle_Of_Magic_Scroll: (
- "Earth_Scroll_1_5",
- "Cold_Scroll_1_3",
- "Cold_Scroll_1_5",
- "Fire_Scroll_1_3",
- "Fire_Scroll_1_5",
- "Wind_Scroll_1_3",
- "Wind_Scroll_1_5",
- "Ghost_Scroll_1_3",
- "Ghost_Scroll_1_5",
- "Fire_Scroll_2_1",
- "Fire_Scroll_2_5",
- "Fire_Scroll_3_1",
- "Fire_Scroll_3_5",
- "Cold_Scroll_2_1",
- "Cold_Scroll_2_5",
- "Holy_Scroll_1_3",
- "Holy_Scroll_1_5",
-)
-Food_Package: (
- "Candy_Striper",
- "Apple_Juice",
- "Banana_Juice",
- "Grape_Juice",
- "Carrot_Juice",
- "Ice_Cream",
- "Well_Baked_Cookie",
- "Yggdrasilberry",
- "Fish_Slice",
- "Cheese",
- "Nice_Sweet_Potato",
- "Popped_Rice",
- "Shusi",
- "Bun",
- "Mojji",
- "Rice_Cake",
- "Seed_Of_Yggdrasil",
- "Hash_Rice_Cake",
- "Chocolate",
- "HandMade_Chocolate",
- "HandMade_Chocolate_",
- "White_Chocolate",
- "Rice_Ball",
- "Tomyumkung",
- "Prawn",
- "Korea_Rice_Cake",
- "Prickly_Fruit",
- "Apple",
- "Banana",
- "Grape",
- "Carrot",
- "Sweet_Potato",
- "Meat",
- "Honey",
- "Rice_Cake_Soup",
- "Leaflet_Of_Hinal",
- "Leaflet_Of_Aloe",
- "Fruit_Of_Mastela",
- "Royal_Jelly",
- "Milk",
- "Lemon",
- "Long_Rice_Cake",
- "Piece_Of_Cake",
-)
-First_Aid_Kit: (
- ("Red_Potion",5),
- ("Orange_Potion",5),
- ("Yellow_Potion",5),
- ("Slow_Down_Potion",5),
- ("White_Potion",5),
- ("Blue_Potion",5),
- ("Green_Potion",5),
- ("Red_Slim_Potion",5),
- ("Yellow_Slim_Potion",5),
- ("White_Slim_Potion",5),
- ("Water_Of_Darkness",5),
- ("Center_Potion",5),
- ("Awakening_Potion",5),
- ("Berserk_Potion",5),
- ("Novice_Potion",5),
- ("Anodyne",5),
- ("Speed_Up_Potion",5),
-)
-Cookie_Bag: (
- ("Lucky_Candy",5),
- ("Candy_Striper",5),
- ("Lucky_Candy_Cane",5),
- ("Well_Baked_Cookie",5),
- ("Lucky_Cookie",5),
- ("Piece_Of_Cake",5),
- ("Rice_Ball",5),
- "Sesame_Pastry",
- "Honey_Pastry",
- "Rainbow_Cake",
- "Chocolate",
- "HandMade_Chocolate",
- "HandMade_Chocolate_",
- "White_Chocolate",
- "Chocolate_Drink",
- ("Candy",4),
-)
-Red_Box_: (
- ("Magic_Eyes",9),
- ("Hibiscus",10),
- ("Charming_Ribbon",10),
-)
-Egg_Boy: (
- ("Grape",299),
- ("Rice_Ball",522),
- ("Prohibition_Red_Candle",20),
- ("Realgar_Wine",100),
- ("Exorcize_Herb",50),
- ("Ghost_Bandana",5),
- ("Inccubus_Horn",2),
-)
-Egg_Girl: (
- ("Grape",299),
- ("Rice_Ball",522),
- ("Sway_Apron",20),
- ("Realgar_Wine",100),
- ("Exorcize_Herb",50),
- ("Hair_Protector",5),
- ("Horn_Of_Succubus",2),
-)
-Giftbox_China: (
- "Orange_Potion",
- "Yellow_Potion",
- "White_Potion",
- "Blue_Potion",
- "Green_Potion",
- "Honey",
- "Leaflet_Of_Hinal",
- ("Leaflet_Of_Aloe",2),
- "Panacea",
- "Royal_Jelly",
- "Candy",
- "Candy_Striper",
- ("Old_Blue_Box",40),
- ("Branch_Of_Dead_Tree",9),
- "Anodyne",
- "Aloebera",
- "Yggdrasilberry",
- "Seed_Of_Yggdrasil",
- "Leaf_Of_Yggdrasil",
- ("Portable_Furnace",5),
- "Iron_Hammer",
- "Golden_Hammer",
- "Oridecon_Hammer",
- "Ora_Ora",
- "Animal_Blood",
- "Hinalle",
- "Aloe",
- "Four_Leaf_Clover",
- "Singing_Plant",
- "Ment",
- "Illusion_Flower",
- "Yellow_Gemstone",
- "Red_Gemstone",
- "Blue_Gemstone",
- "Dark_Red_Jewel",
- "Violet_Jewel",
- "Skyblue_Jewel",
- "Azure_Jewel",
- "Scarlet_Jewel",
- "Cardinal_Jewel",
- "Cardinal_Jewel_",
- "Red_Jewel",
- "Blue_Jewel",
- "White_Jewel",
- "Golden_Jewel",
- "Bluish_Green_Jewel",
- "Crystal_Jewel",
- "Crystal_Jewel_",
- "Crystal_Jewel__",
- "Crystal_Jewel___",
- "Red_Frame",
- "Blue_Porcelain",
- "White_Platter",
- "Black_Ladle",
- "Pencil_Case",
- "Stuffed_Doll",
- "Poring_Doll",
- "Chonchon_Doll",
- "Spore_Doll",
- "Wedding_Bouquet",
- "Crystal_Mirror",
- "Witherless_Rose",
- "Frozen_Rose",
- "Grasshopper_Doll",
- "Monkey_Doll",
- "Raccoondog_Doll",
- "Jellopy",
- "Garlet",
- "Scell",
- "Zargon",
- "Orcish_Voucher",
- "Mementos",
- "Voucher_Of_Orcish_Hero",
- "Gold",
- "Detrimindexta",
- "Karvodailnirol",
- "Counteragent",
- "Mixture",
- "Scarlet_Dyestuffs",
- "Lemon_Dyestuffs",
- "Cobaltblue_Dyestuffs",
- "Darkgreen_Dyestuffs",
- "Orange_Dyestuffs",
- "Violet_Dyestuffs",
- "White_Dyestuffs",
- "Black_Dyestuffs",
- "Anvil",
- "Oridecon_Anvil",
- "Golden_Anvil",
- "Emperium_Anvil",
- "Boody_Red",
- "Crystal_Blue",
- "Wind_Of_Verdure",
- "Yellow_Live",
- "Flame_Heart",
- "Mistic_Frozen",
- "Rough_Wind",
- "Great_Nature",
- "Iron",
- "Steel",
- "Star_Crumb",
- "Sparkling_Dust",
- "Iron_Ore",
- "Coal",
- "Patriotism_Marks",
- "Hammer_Of_Blacksmith",
- "Old_Magic_Book",
- "Penetration",
- "Frozen_Heart",
- "Sacred_Marks",
- "Phracon",
- "Emveretarcon",
- "Booby_Trap",
- "Sword_",
- "Falchion_",
- "Blade_",
- "Lapier_",
- "Scimiter_",
- "Katana_",
- "Tsurugi_",
- "Ring_Pommel_Saber_",
- "Saber_",
- "Hae_Dong_Gum_",
- "Flamberge",
- "Slayer_",
- "Bastard_Sword_",
- "Two_Hand_Sword_",
- "Broad_Sword_",
- "Claymore",
- "Knife_",
- "Cutter_",
- "Main_Gauche_",
- "Dirk_",
- "Dagger_",
- "Stiletto_",
- "Gladius_",
- "Damascus_",
- "Jur_",
- "Katar_",
- "Jamadhar_",
- "Axe_",
- "Battle_Axe_",
- "Hammer_",
- "Buster_",
- "Two_Handed_Axe_",
- "Javelin_",
- "Spear_",
- "Pike_",
- "Lance",
- "Guisarme_",
- "Glaive_",
- "Partizan_",
- "Trident_",
- "Halberd_",
- "Club_",
- "Mace_",
- "Smasher_",
- "Flail_",
- "Morning_Star_",
- "Sword_Mace_",
- "Chain_",
- "Book",
- "Bible",
- "Rod_",
- "Wand_",
- "Staff_",
- "Arc_Wand_",
- "Mighty_Staff",
- "Bow_",
- "Composite_Bow_",
- "CrossBow_",
- "Arbalest",
- "Kakkung",
- "Hunter_Bow",
- "Bow_Of_Roguemaster",
- "Guard_",
- "Buckler_",
- "Shield_",
- "Mirror_Shield_",
- "Fancy_Flower",
- "Ribbon_",
- "Cat_Hairband",
- "Flower_Hairband",
- "Biretta_",
- "Hat_",
- "Turban_",
- "Goggle_",
- "Cap_",
- "Helm_",
- "Gemmed_Sallet_",
- "Circlet_",
- "Santas_Hat",
- "Big_Sis_Ribbon",
- "Coronet",
- "Fillet",
- "Snowy_Horn",
- "Sharp_Gear",
- "Pierrot_Nose",
- "Gangster_Patch",
- "Ganster_Mask",
- "Centimental_Flower",
- "Centimental_Leaf",
- "Jack_A_Dandy",
- "Stop_Post",
- "Doctor_Cap",
- "Red_Bandana",
- "Eagle_Eyes",
- "Bomb_Wick",
- "Antler",
- "Pirate_Bandana",
- "Poo_Poo_Hat",
- "Funeral_Costume",
- "Masquerade",
- "Pretend_Murdered",
- "Star_Dust",
- "Blinker",
- "Binoculars",
- "Green_Feeler",
- "Viking_Helm",
- "Cotton_Shirt_",
- "Leather_Jacket_",
- "Adventureres_Suit_",
- "Mantle_",
- "Coat_",
- "Mink_Coat",
- "Padded_Armor_",
- "Chain_Mail_",
- "Plate_Armor_",
- "Silk_Robe_",
- "Scapulare_",
- "Saint_Robe_",
- "Wooden_Mail_",
- "Tights_",
- "Silver_Robe_",
- "Thief_Clothes_",
- "Ninja_Suit",
- "G_Strings",
- "Sandals_",
- "Shoes_",
- "Chrystal_Pumps",
- "Cuffs",
- "Spiky_Heel",
- "Hood_",
- "Muffler_",
- "Manteau_",
- "Cape_Of_Ancient_Lord",
- "Ragamuffin_Cape",
- "Ring",
- "Earring",
- "Necklace",
- "Glove",
- "Brooch",
- "Clip",
- "Rosary",
- "Skul_Ring",
- "Gold_Ring",
- "Silver_Ring",
- "Flower_Ring",
- "Diamond_Ring",
- "Safety_Helmet",
- "Indian_Hair_Piece",
- "Fin_Helm",
- ("Egg_Shell",2),
-)
-Red_Box: (
- ("Twin_Ribbon",9),
- ("Helm_Of_Darkness",11),
- "Puppy_Hat",
- ("Geographer_Band",11),
- ("Laurel_Wreath",11),
- ("Bird_Nest_Hat",11),
- ("Alice_Doll",11),
- ("Hibiscus",11),
- ("Magic_Eyes",11),
- ("Charming_Ribbon",11),
- "Chinese_Crown",
- ("Crescent_Helm",11),
- ("Kabuki_Mask",12),
- "Cat_Hat",
-)
-Green_Box: (
- ("Str_Dish10",99),
- ("Int_Dish10",100),
- ("Vit_Dish10",100),
- ("Agi_Dish10",100),
- ("Dex_Dish10",100),
- ("Luk_Dish10",100),
- ("Yggdrasilberry",99),
- ("Seed_Of_Yggdrasil",100),
- ("Fire_Cracker",100),
- ("Chocolate_Drink",100),
- "Puppy_Hat",
-)
-Old_Bleu_Box: (
- "Cold_Scroll_1_5",
- "Fire_Scroll_1_5",
- "Wind_Scroll_1_5",
- "Fire_Scroll_2_5",
- "Fire_Scroll_3_5",
- "Holy_Scroll_1_5",
- "Cold_Scroll_2_5",
- "Gift_Box",
- "Milk",
- "Well_Baked_Cookie",
-)
-Old_Yellow_Box: (
- "Cookie_Hat",
- "Silver_Tiara_",
- "Gold_Tiara_",
-)
-Old_Gift_Box: (
- ("Chinese_Crown_",14),
- ("Tongue_Mask_",40),
- ("Fallen_Leaves_",45),
-)
-Magic_Card_Album: (
- "Angeling_Card",
- "Gryphon_Card",
- "Dark_Illusion_Card",
- "Deviling_Card",
- ("Dragon_Fly_Card",10),
- ("Vagabond_Wolf_Card",10),
- ("Mastering_Card",10),
- "Maya_Puple_Card",
- ("Mutant_Dragon_Card",10),
- "Mysteltainn_Card",
- "Vocal_Card",
- ("Owl_Duke_Card",5),
- ("Owl_Baron_Card",5),
- "Archangeling_Card",
- "Executioner_Card",
- "Tirfing_Card",
- ("Eclipse_Card",10),
- ("Chepet_Card",10),
- ("Choco_Card",10),
- ("Cat_O_Nine_Tail_Card",5),
- ("Kobold_Leader_Card",10),
- ("Chimera_Card",10),
- ("Toad_Card",10),
- "Bloody_Knight_Card",
- "Ungoliant_Card",
- "Gemini_Card",
- "Hydro_Card",
- ("Tha_Maero_Card",3),
- ("Tha_Odium_Card",3),
- ("Tha_Despero_Card",3),
-)
-Masquerade_Ball_Box: (
- ("Drooping_Nine_Tail_",9),
- "Soulless_Wing_",
- ("Marvelous_Wig_",10),
- ("Ati_Atihan_Hat_",10),
-)
-Easter_Scroll: (
- ("Silver_Knife_Of_Chaste",109),
- ("Heart_Of_Her",110),
- ("No_Recipient",110),
- ("Old_Broom",110),
- ("Armlet_Of_Obedience",110),
- ("Shining_Stone",110),
- ("Contracts_In_Shadow",110),
- ("Book_Of_Devil",110),
- ("Pet_Incubator",205),
- "Munak_Turban",
- "Bongun_Hat",
- "Munak_Turban_",
- "Bongun_Hat_",
- "Ghost_Bandana",
-)
-Tresure_Box_WoE: (
- ("Wind_Arrow_Container",23),
- ("Stone_Arrow_Container",25),
- ("Crystal_Arrow_Container",26),
- ("Holy_Arrow_Quiver",7),
- ("Bullet_Case",27),
- ("Bullet_Case_Blood",27),
- ("Bullet_Case_Silver",27),
- ("Set_Of_Taiming_Item",12),
- ("First_Aid_Kit",9),
- ("Food_Package",36),
- ("Bundle_Of_Magic_Scroll",9),
- ("Old_Bleu_Box",8),
- ("Cookie_Bag",48),
- ("Hometown_Gift",6),
- ("Cool_Summer_Outfit",22),
- ("Union_Of_Tribe",6),
- ("Wrapped_Mask",2),
- ("Poison_Bottle",3),
- ("Old_Blue_Box",6),
- ("Crystal_Jewel__",9),
-)
-Masquerade_Ball_Box2: (
- ("Black_Bunny_Band",12),
- ("Vanilmirth_Hat",10),
- ("Cap_Of_Blindness",10),
- "Dress_Hat",
-)
-Louise_Costume_Box: (
- ("Red_Bag",16),
- ("Cool_Summer_Outfit",2),
-)
-Xmas_Gift: (
- ("Fire_Cracker_Love",6),
- ("Gift_Box",66),
- ("Old_Bleu_Box",36),
- ("Set_Of_Taiming_Item",6),
- ("Wrapped_Mask",6),
- ("Old_Blue_Box",24),
- ("Bundle_Of_Magic_Scroll",12),
- ("Buche_De_Noel",24),
- ("Speed_Up_Potion",12),
- ("Slow_Down_Potion",12),
- ("Cookie_Bag",12),
- ("Red_Bag",6),
- ("First_Aid_Kit",12),
- ("Crystal_Jewel__",12),
- ("HandMade_Chocolate",18),
- ("HandMade_Chocolate_",18),
- ("Chocolate_Drink",18),
- ("Santas_Hat_",12),
- ("Fire_Cracker_Xmas",4),
-)
-Pierre_Treasurebox: (
- ("Scarlet_Dyestuffs",3),
- ("Lemon_Dyestuffs",3),
- ("Cobaltblue_Dyestuffs",3),
- ("Darkgreen_Dyestuffs",3),
- ("Orange_Dyestuffs",3),
- ("Violet_Dyestuffs",3),
- ("White_Dyestuffs",3),
- ("Black_Dyestuffs",3),
- ("Olivine",3),
- ("Phlogopite",3),
- ("Agate",3),
- ("Muscovite",3),
- ("Rose_Quartz",3),
- ("Turquoise",3),
- ("Citrine",3),
- ("Pyroxene",3),
- ("Biotite",3),
- ("Str_Dish10",3),
- ("Agi_Dish10",3),
- ("Vit_Dish10",3),
- ("Luk_Dish10",3),
- ("Dex_Dish10",3),
- ("Branch_Of_Dead_Tree",3),
- ("Old_Violet_Box",5),
- ("Gift_Box",3),
- ("Old_Blue_Box",11),
- ("Fire_Cracker",2),
- "Bloody_Dead_Branch",
-)
-Cherish_Box: (
- ("Geographer_Band_",4),
- ("Vacation_Hat_",5),
-)
-Cherish_Box_Ori: (
- ("Satellite_Hairband",2),
- ("Pirate_Dagger",2),
- ("Loki_Mask",2),
- ("Ragnarok_Limited_Ed",3),
-)
-Splendid_Box: (
-//unknown/unsupported - ("2153",2),
- ("Bone_Plate",2),
-//unknown/unsupported - ("15014",2),
- ("Krasnaya",2),
-//unknown/unsupported - ("1191",2),
-//unknown/unsupported - ("1196",2),
- ("Krishna",2),
- ("Cakram",2),
-//unknown/unsupported - ("1287",2),
- ("Vecer_Axe",2),
- ("Giant_Axe",2),
-//unknown/unsupported - ("1433",2),
-//unknown/unsupported - ("1649",2),
- ("Falken_Blitz",2),
-//unknown/unsupported - ("1746",2),
-//unknown/unsupported - ("1930",2),
-//unknown/unsupported - ("1984",2),
- ("Krieg",2),
- ("Weihna",2),
-//unknown/unsupported - ("13061",2),
- ("Ruber",2),
- ("Erde",2),
- ("Red_Square_Bag",2),
-//unknown/unsupported - ("16003",2),
-//unknown/unsupported - ("16010",2),
-//unknown/unsupported - ("18103",2),
-)
-/* currently unsupported or unknown ('Old_C_Album_Armor')
-Old_C_Album_Armor: (
- ("Pupa_Card",2),
- ("Picky_Card",2),
- ("Picky__Card",2),
- ("Roda_Frog_Card",2),
- ("Thief_Bug_Card",2),
- ("Rocker_Card",2),
- ("Desert_Wolf_Babe_Card",2),
- ("Pecopeco_Card",2),
- ("Steel_Chonchon_Card",2),
- ("Cornutus_Card",2),
- ("Savage_Card",2),
- ("Sword_Fish_Card",2),
- ("Dokebi_Card",2),
- ("Pasana_Card",2),
- ("Sand_Man_Card",2),
- ("Marc_Card",2),
- ("Argiope_Card",2),
- ("Bathory_Card",2),
- ("Evil_Druid_Card",2),
- ("Goat_Card",2),
- ("Flying_Deleter_Card",2),
- ("Grizzly_Card",2),
- ("Nightmare_Terror_Card",2),
- ("Dark_Frame_Card",2),
- ("Demon_Pungus_Card",2),
- ("Disguise_Card",2),
- ("Wraith_Dead_Card",2),
- ("Loli_Ruri_Card",2),
- ("Rybio_Card",2),
- ("Majoruros_Card",2),
- ("Brilight_Card",2),
- ("Sasquatch_Card",2),
- ("Succubus_Card",2),
- ("Solider_Card",2),
- ("Skel_Prisoner_Card",2),
- ("Baby_Leopard_Card",2),
- ("Anolian_Card",2),
- ("Apocalips_Card",2),
- ("Antonio_Card",2),
- ("Wooden_Golem_Card",2),
- ("Giant_Spider_Card",2),
- ("Deleter_Card",2),
- ("Geographer_Card",2),
- ("Karakasa_Card",2),
- ("Kraben_Card",2),
- ("Cremy_Fear_Card",2),
- ("Clock_Card",2),
- ("Chimera_Card",2),
- ("Killer_Mantis_Card",2),
- ("Pest_Card",2),
- ("Waste_Stove_Card",2),
- ("Venomous_Card",2),
- ("Porcellio_Card",2),
- ("Obsidian_Card",2),
- ("Mineral_Card",2),
- ("Ygnizem_Card",2),
- ("Removal_Card",2),
- ("Venatu_Card",2),
- ("Dimik_Card",2),
- ("Archdam_Card",2),
- ("Novus__Card",2),
- ("Novus_Card",2),
- ("Ancient_Mimic_Card",2),
- ("Observation_Card",2),
- ("Shelter_Card",2),
- ("Aliza_Card",2),
- ("Alicel_Card",2),
- ("Skogul_Card",2),
- ("Frus_Card",2),
- ("Agav_Card",2),
- ("Echio_Card",2),
- ("Byorgue_Card",2),
- ("Banshee_Master_Card",2),
-//unknown/unsupported - "4462",
-)
-*/
-/* currently unsupported or unknown ('Old_C_Album_Helm')
-Old_C_Album_Helm: (
- ("Stainer_Card",2),
- ("Coco_Card",2),
- ("Martin_Card",2),
- ("Elder_Wilow_Card",2),
- ("Giearth_Card",2),
- ("Ghoul_Card",2),
- ("Marduk_Card",2),
- ("Deviruchi_Card",2),
- ("Nightmare_Card",2),
- ("Grand_Peco_Card",2),
- ("Dark_Illusion_Card",2),
- ("Dryad_Card",2),
- ("Rideword_Card",2),
- ("Leib_Olmai_Card",2),
- ("Leaf_Cat_Card",2),
- ("Mystcase_Card",2),
- ("Stalactic_Golem_Card",2),
- ("C_Tower_Manager_Card",2),
- ("Archangeling_Card",2),
- ("Wicked_Nymph_Card",2),
- ("Wootan_Shooter_Card",2),
- ("Wootan_Fighter_Card",2),
- ("Incubus_Card",2),
- ("Giant_Honet_Card",2),
- ("Gibbet_Card",2),
- ("Carat_Card",2),
- ("Cramp_Card",2),
- ("Permeter_Card",2),
- ("Ungoliant_Card",2),
- ("Mole_Card",2),
- ("Gemini_Card",2),
- ("Seyren_Card",2),
- ("Magaleta_Card",2),
- ("Katrinn_Card",2),
- ("Acidus__Card",2),
- ("Vanberk_Card",2),
- ("Isilla_Card",2),
- ("Knocker_Card",2),
- ("Banshee_Card",2),
-//unknown/unsupported - "4458",
-//unknown/unsupported - "4459",
-//unknown/unsupported - "4460",
-//unknown/unsupported - "4461",
-//unknown/unsupported - "4468",
-)
-*/
-/* currently unsupported or unknown ('Old_C_Album_Acc')
-Old_C_Album_Acc: (
- ("Kukre_Card",2),
- ("Tarou_Card",2),
- ("Poporing_Card",2),
- ("Worm_Tail_Card",2),
- ("Muka_Card",2),
- ("Creamy_Card",2),
- ("Smokie_Card",2),
- ("Poison_Spore_Card",2),
- ("Yoyo_Card",2),
- ("Vitata_Card",2),
- ("Zerom_Card",2),
- ("Pirate_Skel_Card",2),
- ("Phen_Card",2),
- ("Mantis_Card",2),
- ("Marine_Sphere_Card",2),
- ("Kobold_Card",2),
- ("Obeaune_Card",2),
- ("Horong_Card",2),
- ("Joker_Card",2),
- ("Gargoyle_Card",2),
- ("Galapago_Card",2),
- ("Rice_Cake_Boy_Card",2),
- ("Poison_Toad_Card",2),
- ("Raydric_Archer_Card",2),
- ("Wraith_Card",2),
- ("Lude_Card",2),
- ("Marin_Card",2),
- ("Mimic_Card",2),
- ("Violy_Card",2),
- ("Bon_Gun_Card",2),
- ("Blazzer_Card",2),
- ("Sageworm_Card",2),
- ("Stem_Worm_Card",2),
- ("Spring_Rabbit_Card",2),
- ("Sleeper_Card",2),
- ("Shinobi_Card",2),
- ("Wild_Ginseng_Card",2),
- ("Owl_Duke_Card",2),
- ("Owl_Baron_Card",2),
- ("Alligator_Card",2),
- ("Orc_Archer_Card",2),
- ("Evil_Cloud_Hermit_Card",2),
- ("Wind_Ghost_Card",2),
- ("Li_Me_Mang_Ryang_Card",2),
- ("Dancing_Dragon_Card",2),
- ("Tengu_Card",2),
- ("Greatest_General_Card",2),
- ("Cookie_Card",2),
- ("Quve_Card",2),
- ("Hylozoist_Card",2),
- ("See_Otter_Card",2),
- ("Blood_Butterfly_Card",2),
- ("Heater_Card",2),
- ("Anopheles_Card",2),
- ("Armaia_Card",2),
- ("Whikebain_Card",2),
- ("Erend_Card",2),
- ("Gremlin_Card",2),
- ("Beholder_Card",2),
- ("Green_Iguana_Card",2),
- ("Hydro_Card",2),
- ("Dragon_Egg_Card",2),
- ("Plasma_Card",2),
- ("Retribution_Card",2),
- ("Snowier_Card",2),
- ("Siroma_Card",2),
- ("Gazeti_Card",2),
- ("Galion_Card",2),
- ("Stapo_Card",2),
- ("Imp_Card",2),
- ("Ragged_Zombie_Card",2),
- ("Hell_Poodle_Card",2),
-)
-*/
-/* currently unsupported or unknown ('Old_C_Album_Shoes')
-Old_C_Album_Shoes: (
- ("Zombie_Card",2),
- ("Thief_Bug_Male_Card",2),
- ("Eggyra_Card",2),
- ("Matyr_Card",2),
- ("Sohee_Card",2),
- ("Verit_Card",2),
- ("Gajomart_Card",2),
- ("Antique_Firelock_Card",2),
- ("Gullinbursti_Card",2),
- ("Raggler_Card",2),
- ("Merman_Card",2),
- ("Megalith_Card",2),
- ("Mini_Demon_Card",2),
- ("Miyabi_Ningyo_Card",2),
- ("Skeleton_General_Card",2),
- ("Cookie_XMAS_Card",2),
- ("Iron_Fist_Card",2),
- ("Alarm_Card",2),
- ("Am_Mut_Card",2),
- ("Ancient_Worm_Card",2),
- ("Wild_Rose_Card",2),
- ("Explosion_Card",2),
- ("Zombie_Prisoner_Card",2),
- ("Cat_O_Nine_Tail_Card",2),
- ("Freezer_Card",2),
- ("Acidus_Card",2),
- ("Ferus__Card",2),
- ("Tha_Odium_Card",2),
- ("Ice_Titan_Card",2),
- ("Zombie_Slaughter_Card",2),
-//unknown/unsupported - "4467",
-)
-*/
-/* currently unsupported or unknown ('Old_C_Album_Shield')
-Old_C_Album_Shield: (
- ("Andre_Egg_Card",2),
- ("Ambernite_Card",2),
- ("Horn_Card",2),
- ("Thara_Frog_Card",2),
- ("Orc_Warrior_Card",2),
- ("Megalodon_Card",2),
- ("BigFoot_Card",2),
- ("Argos_Card",2),
- ("Rafflesia_Card",2),
- ("Munak_Card",2),
- ("Petit__Card",2),
- ("Medusa_Card",2),
- ("Khalitzburg_Card",2),
- ("Anubis_Card",2),
- ("Mysteltainn_Card",2),
- ("Live_Peach_Tree_Card",2),
- ("Sting_Card",2),
- ("Increase_Soil_Card",2),
- ("Arclouse_Card",2),
- ("Ancient_Mummy_Card",2),
- ("Executioner_Card",2),
- ("Alice_Card",2),
- ("Tirfing_Card",2),
- ("Zherlthsh_Card",2),
- ("Tamruan_Card",2),
- ("Parasite_Card",2),
- ("Penomena_Card",2),
- ("High_Orc_Card",2),
- ("Teddy_Bear_Card",2),
- ("Tha_Despero_Card",2),
- ("Hodremlin_Card",2),
- ("Seeker_Card",2),
- ("Muscipular_Card",2),
- ("Flame_Skull_Card",2),
- ("Tatacho_Card",2),
- ("Aqua_Elemental_Card",2),
- ("Draco_Card",2),
- ("Luciola_Vespa_Card",2),
- ("Centipede_Card",2),
- ("Cornus_Card",2),
- ("Dark_Shadow_Card",2),
-)
-*/
-/* currently unsupported or unknown ('Old_C_Album_Garment')
-Old_C_Album_Garment: (
- ("Dustiness_Card",2),
- ("Orc_Zombie_Card",2),
- ("Hode_Card",2),
- ("Frilldora_Card",2),
- ("Marse_Card",2),
- ("Whisper_Card",2),
- ("Myst_Card",2),
- ("Jakk_Card",2),
- ("Marionette_Card",2),
- ("Isis_Card",2),
- ("Baphomet__Card",2),
- ("Daydric_Card",2),
- ("Nine_Tail_Card",2),
- ("Deviling_Card",2),
- ("Dragon_Tail_Card",2),
- ("Dragon_Fly_Card",2),
- ("Vagabond_Wolf_Card",2),
- ("Mastering_Card",2),
- ("Wander_Man_Card",2),
- ("Vocal_Card",2),
- ("Eclipse_Card",2),
- ("Choco_Card",2),
- ("Kapha_Card",2),
- ("Whisper_Boss_Card",2),
- ("Toad_Card",2),
- ("Punk_Card",2),
- ("Harpy_Card",2),
- ("Hyegun_Card",2),
- ("Noxious_Card",2),
- ("Kavac_Card",2),
- ("Chung_E_Card",2),
- ("Orc_Baby_Card_Card",2),
- ("Aliot_Card",2),
- ("Roween_Card",2),
- ("Salamander_Card",2),
- ("Kasa_Card",2),
- ("Magmaring_Card",2),
-)
-*/
-/* currently unsupported or unknown ('Old_C_Album_Weapon')
-Old_C_Album_Weapon: (
- ("Drops_Card",2),
- ("Poring__Card",2),
- ("Lunatic_Card",2),
- ("Pecopeco_Egg_Card",2),
- ("Savage_Babe_Card",2),
- ("Andre_Larva_Card",2),
- ("Hornet_Card",2),
- ("Farmiliar_Card",2),
- ("Plankton_Card",2),
- ("Skeleton_Card",2),
- ("Thief_Bug_Female_Card",2),
- ("Wolf_Card",2),
- ("Mandragora_Card",2),
- ("Hydra_Card",2),
- ("Snake_Card",2),
- ("Andre_Card",2),
- ("Vadon_Card",2),
- ("Marina_Card",2),
- ("Metaller_Card",2),
- ("Goblin_Card",2),
- ("Anacondaq_Card",2),
- ("Caramel_Card",2),
- ("Kaho_Card",2),
- ("Scorpion_Card",2),
- ("Drainliar_Card",2),
- ("Golem_Card",2),
- ("Magnolia_Card",2),
- ("Flora_Card",2),
- ("Desert_Wolf_Card",2),
- ("Orc_Skeleton_Card",2),
- ("Soldier_Skeleton_Card",2),
- ("Skel_Worker_Card",2),
- ("Archer_Skeleton_Card",2),
- ("Zenorc_Card",2),
- ("Requiem_Card",2),
- ("Mummy_Card",2),
- ("Strouf_Card",2),
- ("Hunter_Fly_Card",2),
- ("Side_Winder_Card",2),
- ("Petit_Card",2),
- ("Deviace_Card",2),
- ("Minorous_Card",2),
- ("Scorpion_King_Card",2),
- ("Knight_Of_Abyss_Card",2),
- ("Crab_Card",2),
- ("Goblin_Leader_Card",2),
- ("Steam_Goblin_Card",2),
- ("Goblin_Archer_Card",2),
- ("Gryphon_Card",2),
- ("Gig_Card",2),
- ("Neraid_Card",2),
- ("Dark_Priest_Card",2),
- ("The_Paper_Card",2),
- ("Dullahan_Card",2),
- ("Driller_Card",2),
- ("Diabolic_Card",2),
- ("Lava_Golem_Card",2),
- ("Rotar_Zairo_Card",2),
- ("Civil_Servant_Card",2),
- ("Mutant_Dragon_Card",2),
- ("Bloody_Murderer_Card",2),
- ("Stone_Shooter_Card",2),
- ("Assulter_Card",2),
- ("Aster_Card",2),
- ("Elder_Card",2),
- ("Orc_Lady_Card",2),
- ("Injustice_Card",2),
- ("Shellfish_Card",2),
- ("Zombie_Master_Card",2),
- ("Zipper_Bear_Card",2),
- ("Chepet_Card",2),
- ("Caterpillar_Card",2),
- ("Kobold_Leader_Card",2),
- ("Kobold_Archer_Card",2),
- ("Cruiser_Card",2),
- ("Kind_Of_Beetle_Card",2),
- ("Tri_Joint_Card",2),
- ("Panzer_Goblin_Card",2),
- ("Fur_Seal_Card",2),
- ("Fake_Angel_Card",2),
- ("Mobster_Card",2),
- ("Garm_Baby_Card",2),
- ("Phendark_Card",2),
- ("Pitman_Card",2),
- ("Metaling_Card",2),
- ("Hill_Wind_Card",2),
- ("Rawrel_Card",2),
- ("Eremes_Card",2),
- ("Harword_Card",2),
- ("Shecil_Card",2),
- ("Ferus_Card",2),
- ("Deathword_Card",2),
- ("Breeze_Card",2),
- ("Solace_Card",2),
- ("Tha_Maero_Card",2),
- ("Tha_Dolor_Card",2),
- ("Skeggiold_Card",2),
- ("Drosera_Card",2),
- ("Sword_Guardian_Card",2),
- ("Bow_Guardian_Card",2),
- ("Necromancer_Card",2),
- ("Centipede_Larva_Card",2),
- ("Hilsrion_Card",2),
- ("Bloody_Knight_Card",2),
-//unknown/unsupported - "4463",
-//unknown/unsupported - "4464",
-//unknown/unsupported - "4465",
-//unknown/unsupported - "4466",
-//unknown/unsupported - "4469",
-//unknown/unsupported - "4470",
-//unknown/unsupported - "4471",
-//unknown/unsupported - "4472",
-//unknown/unsupported - "4473",
-//unknown/unsupported - "4474",
-//unknown/unsupported - "4475",
-//unknown/unsupported - "4476",
-//unknown/unsupported - "4477",
-)
-*/
-/* currently unsupported or unknown ('Splendid_Box2')
-Splendid_Box2: (
-//unknown/unsupported - "2153",
- "Bone_Plate",
-//unknown/unsupported - "15014",
- "Krasnaya",
-//unknown/unsupported - "1191",
-//unknown/unsupported - "1196",
- "Krishna",
- "Cakram",
-//unknown/unsupported - "1287",
- "Vecer_Axe",
- "Giant_Axe",
-//unknown/unsupported - "1433",
-//unknown/unsupported - "1649",
- "Falken_Blitz",
-//unknown/unsupported - "1746",
-//unknown/unsupported - "1930",
-//unknown/unsupported - "1984",
- "Krieg",
- "Weihna",
-//unknown/unsupported - "13061",
- "Ruber",
- "Erde",
- "Red_Square_Bag",
-//unknown/unsupported - "16003",
-//unknown/unsupported - "16010",
-//unknown/unsupported - "18103",
- "Hunting_Spear",
- "Piece_Of_Angent_Skin",
- "Diabolus_Robe",
- "Diabolus_Armor",
- "Diabolus_Boots",
- "Diabolus_Manteau",
- "Bison_Horn",
- "Dragon_Vest",
- "Dragon_Manteau",
- "Elven_Ears",
- "Tidal_Shoes",
- "Black_Leather_Boots",
- "Black_Leather_Boots_",
- "Variant_Shoes",
- "Twin_Edge_B",
- "Twin_Edge_R",
-)
-*/
-/* currently unsupported or unknown ('Mysterious_Egg')
-Mysterious_Egg: (
- ("Lucky_Egg_C2",3),
- ("Lucky_Egg_C3",3),
- ("Lucky_Egg_C4",3),
- ("Lucky_Egg_C5",3),
- ("Lucky_Egg_C6",3),
- ("Lucky_Egg_C",2),
-)
-*/
-/* currently unsupported or unknown ('High_Weapon_Box')
-High_Weapon_Box: (
- ("Mail_Breaker",5),
- ("Weeder_Knife",5),
- ("Mamas_Knife",5),
- ("Assasin_Dagger",5),
- ("Exercise",5),
- ("Azoth",5),
- ("Sucsamad",5),
- ("Grimtooth_",5),
- ("Princess_Knife",5),
- ("Cursed_Dagger",5),
- ("Counter_Dagger",5),
- ("Holy_Dagger",5),
- ("Krieg",5),
- ("Weihna",5),
-//unknown/unsupported - ("13061",5),
- ("Blood_Tears",5),
- ("Unholy_Touch",5),
- ("Drill_Katar",5),
- ("Krishna",5),
- ("Cakram",5),
- ("Cleaver",5),
- ("Great_Axe",5),
- ("Sabbath",5),
- ("Bradium_Stonehammer",5),
- ("Slaughter",5),
- ("Tomahawk",5),
- ("Vecer_Axe",5),
- ("Ice_Falchon",7),
- ("Fire_Brand",7),
- ("Scissores_Sword",7),
- ("Cutlas",7),
- ("Solar_Sword",7),
- ("Mysteltainn_",7),
- ("Tale_Fing_",7),
- ("Byeorrun_Gum",7),
- ("Immaterial_Sword",7),
- ("Star_Dust_Blade",7),
- ("Muramasa",7),
- ("Dragon_Slayer",7),
- ("Schweizersabel",7),
- ("Zweihander",7),
- ("Katzbalger",7),
- ("Zweihander_",7),
- ("Muscle_Cutter",7),
- ("Schweizersabel_",7),
- ("Dragon_Slayer_",7),
- ("Tae_Goo_Lyeon",7),
- ("Bloody_Eater",7),
- ("Veteran_Sword",7),
- ("Ruber",5),
- ("Krasnaya",5),
- ("Gungnir",5),
- ("Gelerdria",5),
- ("Tjungkuletti",5),
- ("Gungnir_",5),
- ("Crescent_Scythe",5),
- ("Bill_Guisarme",5),
- ("Zephyrus",5),
- ("Longinuss_Spear",5),
- ("Brionac",5),
- ("Hell_Fire",5),
- ("Gae_Bolg",5),
- ("Crescent_Scythe_",5),
- ("Spectral_Spear",5),
- ("Ahlspiess",5),
- ("Spectral_Spear_",5),
- ("Gae_Bolg_",5),
- ("Zephyrus_",5),
- ("Wizardy_Staff",5),
- ("Staff_Of_Wing",5),
- ("Walking_Stick",5),
- ("Holy_Stick",5),
- ("Dead_Tree_Cane",5),
- ("Kronos",5),
- ("Dea_Staff",5),
- ("Divine_Cross",5),
- ("Golden_Mace",5),
- ("Long_Mace",5),
- ("Quadrille",5),
- ("Golden_Mace_",5),
- ("Nemesis",5),
- ("Erde",5),
- ("Red_Square_Bag",5),
-//unknown/unsupported - ("16010",5),
- ("Book_Of_The_Apocalypse",5),
- ("Girls_Diary",5),
- ("Legacy_Of_Dragon",5),
- ("Hardback",5),
- ("Bible_Of_Battlefield",5),
- ("Kaiser_Knuckle",5),
- ("Claw_Of_Garm",5),
- ("Dragon_Wing",5),
- ("Bow_Of_Minstrel",5),
- ("Ixion_Wing",5),
- ("Nepenthes_Bow",5),
- ("Cursed_Lyre",5),
- ("Falken_Blitz",5),
-//unknown/unsupported - ("18103",5),
- ("Electronic_Guitar",5),
- ("Oriental_Lute",5),
- ("Oriental_Lute_",5),
- ("Harp_Of_Nepenthes",5),
- ("Lariat",5),
- ("Rapture_Rose",5),
- ("Chemeti",5),
- ("Bladed_Whip",5),
- ("Electric_Eel",5),
- ("Sea_Witch_Foot",5),
- ("Queens_Whip",5),
- ("Carrot_Whip",5),
- ("Queens_Whip_",5),
- ("Stem_Of_Nepenthes",5),
- "Thorn_Staff",
- "Eraser",
- "Destruction_Rod",
- "Infiltrator",
- "Infiltrator_",
- "Heart_Breaker",
- "Hurricane_Fury",
- "Right_Epsilon",
- "Doom_Slayer",
- ("Sword_Breaker",4),
-//unknown/unsupported - ("13431",2),
-//unknown/unsupported - ("1196",2),
- ("Excalibur",2),
- ("Masamune",2),
- ("Nagan",2),
- ("Executioner_",2),
- ("Executioner__",2),
- ("Altas_Weapon",2),
- ("Giant_Axe",2),
- ("Guillotine",2),
- ("Brood_Axe",2),
- ("Wild_Beast_Claw",2),
- ("Inverse_Scale",2),
- ("Bloody_Roar",2),
- ("Cardo",2),
-//unknown/unsupported - ("1433",2),
- ("Skewer",2),
- ("Battle_Hook",2),
-//unknown/unsupported - ("1654",2),
- "Doom_Slayer_",
- "Hunting_Spear",
- "Edge",
- "Violet_Fear",
- "Death_Guidance",
- "House_Auger",
- "Bazerald",
-//unknown/unsupported - "13062",
- "Grand_Cross",
- "Grand_Cross_",
- "Death_Note",
- "Berserk",
- "Berserk_",
- "Berserk_Guitar",
-//unknown/unsupported - "1985",
- ("Forturn_Sword",2),
- ("Combat_Knife",2),
- ("Moonlight_Sword",2),
- ("Spike",2),
- ("Spike_",2),
- ("Slash",2),
-//unknown/unsupported - ("1830",2),
- ("Bow_Of_Roguemaster",2),
- ("Balistar",2),
- ("Balistar_",2),
- ("Bow_Of_Rudra",2),
-//unknown/unsupported - ("1930",2),
-//unknown/unsupported - ("1984",2),
-//unknown/unsupported - "1290",
-//unknown/unsupported - "1291",
-//unknown/unsupported - "1392",
-//unknown/unsupported - "1393",
-//unknown/unsupported - "1435",
-//unknown/unsupported - "1584",
-//unknown/unsupported - "1659",
-//unknown/unsupported - "13069",
-//unknown/unsupported - "13070",
-//unknown/unsupported - "16017",
-//unknown/unsupported - "18109",
-//unknown/unsupported - "18110",
-//unknown/unsupported - "18111",
-)
-*/
-/* currently unsupported or unknown ('Ink_Ball')
-Ink_Ball: (
- ("Jellopy",39),
- ("Large_Jellopy",20),
- ("Gift_Box",20),
- ("Food_Package",10),
- ("Treasure_Box",6),
- ("Blue_Gemstone",10),
- ("First_Aid_Kit",5),
- "Old_Blue_Box",
- "Old_Violet_Box",
- ("Hometown_Gift",14),
- "Accessory_Box",
- "Wrapped_Mask",
- "Old_Card_Album",
- ("Crystal_Blue",20),
-)
-*/
-/* currently unsupported or unknown ('God_Material_Box')
-God_Material_Box: (
- "Iron_Glove",
- "Iron_Maiden",
- "Mystery_Wheel",
- "Silver_Fancy",
- "Anger_Of_Valkurye",
- "Feather_Of_Angel",
- "Foot_Step_Of_Cat",
- "Beard_Of_Women",
- "Root_Of_Stone",
- "Soul_Of_Fish",
- "Saliva_Of_Bird",
- "Tendon_Of_Bear",
- "Symbol_Of_Sun",
- "Breath_Of_Soul",
- "Crystal_Of_Snow",
- "Indication_Of_Tempest",
- "Slilince_Wave",
- "Rough_Billows",
- "Air_Stream",
-)
-*/
-/* currently unsupported or unknown ('Sg_Weapon_Supply_Box')
-Sg_Weapon_Supply_Box: (
-//unknown/unsupported - "1294",
-//unknown/unsupported - "1395",
-//unknown/unsupported - ("1492",8),
-//unknown/unsupported - ("2016",8),
-//unknown/unsupported - ("21001",8),
-//unknown/unsupported - "21002",
-//unknown/unsupported - ("18113",3),
-//unknown/unsupported - ("18114",8),
-//unknown/unsupported - ("1586",8),
-//unknown/unsupported - ("1587",8),
-//unknown/unsupported - ("1832",3),
-//unknown/unsupported - ("13072",3),
-//unknown/unsupported - ("16020",3),
-//unknown/unsupported - ("16021",3),
-//unknown/unsupported - ("1396",8),
-//unknown/unsupported - ("1436",8),
-//unknown/unsupported - ("12677",13),
-//unknown/unsupported - ("12678",13),
-//unknown/unsupported - ("1293",2),
-)
-*/
-/* currently unsupported or unknown ('Old_Card_Album_')
-Old_Card_Album_: (
- ("Poring_Card",14),
- ("Fabre_Card",17),
- ("Pupa_Card",6),
- ("Drops_Card",18),
- ("Poring__Card",2),
- ("Lunatic_Card",14),
- ("Pecopeco_Egg_Card",4),
- ("Picky_Card",17),
- ("Chonchon_Card",17),
- ("Wilow_Card",17),
- ("Picky__Card",17),
- ("Thief_Bug_Egg_Card",19),
- ("Andre_Egg_Card",12),
- ("Roda_Frog_Card",5),
- ("Condor_Card",12),
- ("Thief_Bug_Card",12),
- ("Savage_Babe_Card",5),
- ("Hornet_Card",10),
- ("Farmiliar_Card",10),
- ("Rocker_Card",10),
- ("Spore_Card",10),
- ("Desert_Wolf_Babe_Card",5),
- ("Plankton_Card",5),
- ("Skeleton_Card",5),
- ("Thief_Bug_Female_Card",9),
- ("Kukre_Card",3),
- ("Tarou_Card",9),
- ("Wolf_Card",9),
- ("Mandragora_Card",9),
- ("Pecopeco_Card",3),
- ("Ambernite_Card",6),
- ("Poporing_Card",6),
- ("Worm_Tail_Card",6),
- ("Hydra_Card",3),
- ("Muka_Card",3),
- ("Snake_Card",3),
- ("Zombie_Card",3),
- ("Stainer_Card",3),
- ("Creamy_Card",3),
- ("Coco_Card",3),
- ("Steel_Chonchon_Card",3),
- ("Andre_Card",3),
- ("Smokie_Card",3),
- ("Horn_Card",3),
- ("Martin_Card",3),
- "Ghostring_Card",
- ("Poison_Spore_Card",3),
- ("Vadon_Card",3),
- ("Thief_Bug_Male_Card",3),
- ("Yoyo_Card",3),
- ("Elder_Wilow_Card",3),
- "Vitata_Card",
- "Angeling_Card",
- ("Marina_Card",3),
- ("Dustiness_Card",3),
- ("Metaller_Card",2),
- ("Thara_Frog_Card",2),
- ("Goblin_Card",2),
- ("Cornutus_Card",2),
- ("Anacondaq_Card",2),
- ("Caramel_Card",2),
- ("Zerom_Card",2),
- ("Kaho_Card",2),
- ("Orc_Warrior_Card",2),
- ("Megalodon_Card",2),
- ("Scorpion_Card",2),
- ("Drainliar_Card",2),
- ("Eggyra_Card",2),
- ("Orc_Zombie_Card",2),
- ("Golem_Card",2),
- ("Pirate_Skel_Card",2),
- ("BigFoot_Card",2),
- ("Argos_Card",2),
- ("Magnolia_Card",2),
- ("Phen_Card",2),
- ("Savage_Card",2),
- ("Mantis_Card",2),
- ("Flora_Card",2),
- ("Hode_Card",2),
- "Desert_Wolf_Card",
- "Rafflesia_Card",
- "Marine_Sphere_Card",
- "Orc_Skeleton_Card",
- "Soldier_Skeleton_Card",
- "Giearth_Card",
- "Frilldora_Card",
- "Sword_Fish_Card",
- "Munak_Card",
- "Kobold_Card",
- "Skel_Worker_Card",
- "Obeaune_Card",
- "Archer_Skeleton_Card",
- "Marse_Card",
- "Zenorc_Card",
- "Matyr_Card",
- "Dokebi_Card",
- "Pasana_Card",
- "Sohee_Card",
- "Sand_Man_Card",
- "Whisper_Card",
- "Horong_Card",
- "Requiem_Card",
- "Marc_Card",
- "Mummy_Card",
- "Verit_Card",
- "Myst_Card",
- "Jakk_Card",
- "Ghoul_Card",
- "Strouf_Card",
- "Marduk_Card",
- "Marionette_Card",
- "Argiope_Card",
- "Hunter_Fly_Card",
- "Isis_Card",
- "Side_Winder_Card",
- "Petit_Card",
- "Bathory_Card",
- "Petit__Card",
- "Deviruchi_Card",
- "Deviace_Card",
- "Nightmare_Card",
- "Baphomet__Card",
- "Daydric_Card",
- "Khalitzburg_Card",
- "Joker_Card",
- "Evil_Druid_Card",
- "Gargoyle_Card",
- "Goat_Card",
- "Gajomart_Card",
- "Galapago_Card",
- "Crab_Card",
- "Rice_Cake_Boy_Card",
- "Steam_Goblin_Card",
- "Goblin_Archer_Card",
- "Flying_Deleter_Card",
- "Nine_Tail_Card",
- "Antique_Firelock_Card",
- "Grand_Peco_Card",
- "Grizzly_Card",
- "Gullinbursti_Card",
- "Gig_Card",
- "Nightmare_Terror_Card",
- "Neraid_Card",
- "Dark_Frame_Card",
- "The_Paper_Card",
- "Demon_Pungus_Card",
- "Poison_Toad_Card",
- "Dullahan_Card",
- "Dryad_Card",
- "Dragon_Tail_Card",
- "Driller_Card",
- "Disguise_Card",
- "Diabolic_Card",
- "Lava_Golem_Card",
- "Rideword_Card",
- "Raggler_Card",
- "Raydric_Archer_Card",
- "Leib_Olmai_Card",
- "Wraith_Dead_Card",
- "Wraith_Card",
- "Loli_Ruri_Card",
- "Rotar_Zairo_Card",
- "Lude_Card",
- "Rybio_Card",
- "Leaf_Cat_Card",
- "Marin_Card",
- "Merman_Card",
- "Megalith_Card",
- "Majoruros_Card",
- "Civil_Servant_Card",
- "Mini_Demon_Card",
- "Mimic_Card",
- "Mystcase_Card",
- "Miyabi_Ningyo_Card",
- "Violy_Card",
- "Wander_Man_Card",
- "Bon_Gun_Card",
- "Brilight_Card",
- "Bloody_Murderer_Card",
- "Blazzer_Card",
- "Sasquatch_Card",
- "Live_Peach_Tree_Card",
- "Succubus_Card",
- "Sageworm_Card",
- "Solider_Card",
- "Skeleton_General_Card",
- "Skel_Prisoner_Card",
- "Stalactic_Golem_Card",
- "Stem_Worm_Card",
- "Stone_Shooter_Card",
- "Sting_Card",
- "Spring_Rabbit_Card",
- "Sleeper_Card",
- "C_Tower_Manager_Card",
- "Shinobi_Card",
- "Increase_Soil_Card",
- "Wild_Ginseng_Card",
- "Baby_Leopard_Card",
- "Anolian_Card",
- "Cookie_XMAS_Card",
- "Owl_Duke_Card",
- "Owl_Baron_Card",
- "Iron_Fist_Card",
- "Arclouse_Card",
- "Apocalips_Card",
- "Antonio_Card",
- "Alarm_Card",
- "Am_Mut_Card",
- "Assulter_Card",
- "Aster_Card",
- "Ancient_Mummy_Card",
- "Ancient_Worm_Card",
- "Elder_Card",
- "Alligator_Card",
- "Alice_Card",
- "Orc_Lady_Card",
- "Orc_Archer_Card",
- "Wild_Rose_Card",
- "Wicked_Nymph_Card",
- "Wooden_Golem_Card",
- "Wootan_Shooter_Card",
- "Wootan_Fighter_Card",
- "Evil_Cloud_Hermit_Card",
- "Wind_Ghost_Card",
- "Li_Me_Mang_Ryang_Card",
- "Explosion_Card",
- "Injustice_Card",
- "Incubus_Card",
- "Giant_Spider_Card",
- "Giant_Honet_Card",
- "Dancing_Dragon_Card",
- "Shellfish_Card",
- "Zombie_Master_Card",
- "Zombie_Prisoner_Card",
- "Zherlthsh_Card",
- "Gibbet_Card",
- "Deleter_Card",
- "Geographer_Card",
- "Zipper_Bear_Card",
- "Tengu_Card",
- "Greatest_General_Card",
- "Chepet_Card",
- "Choco_Card",
- "Karakasa_Card",
- "Kapha_Card",
- "Carat_Card",
- "Caterpillar_Card",
- "Cat_O_Nine_Tail_Card",
- "Kobold_Archer_Card",
- "Cookie_Card",
- "Quve_Card",
- "Kraben_Card",
- "Cramp_Card",
- "Cruiser_Card",
- "Cremy_Fear_Card",
- "Clock_Card",
- "Chimera_Card",
- "Killer_Mantis_Card",
- "Tamruan_Card",
- "Kind_Of_Beetle_Card",
- "Tri_Joint_Card",
- "Parasite_Card",
- "Panzer_Goblin_Card",
- "Permeter_Card",
- "Fur_Seal_Card",
- "Punk_Card",
- "Penomena_Card",
- "Pest_Card",
- "Fake_Angel_Card",
- "Freezer_Card",
- "Hylozoist_Card",
- "High_Orc_Card",
- "Garm_Baby_Card",
- "Harpy_Card",
- "See_Otter_Card",
- "Blood_Butterfly_Card",
- "Hyegun_Card",
- "Phendark_Card",
- "Heater_Card",
- "Waste_Stove_Card",
- ("Venomous_Card",3),
- "Noxious_Card",
- ("Pitman_Card",3),
- "Ungoliant_Card",
- "Porcellio_Card",
- "Obsidian_Card",
- "Mineral_Card",
- "Teddy_Bear_Card",
- "Metaling_Card",
- "Mole_Card",
- ("Anopheles_Card",3),
- ("Hill_Wind_Card",3),
- "Ygnizem_Card",
- ("Armaia_Card",3),
- "Whikebain_Card",
- "Erend_Card",
- ("Rawrel_Card",3),
- "Kavac_Card",
- "Removal_Card",
- "Gemini_Card",
- ("Gremlin_Card",3),
- "Beholder_Card",
- "Seyren_Card",
- ("Eremes_Card",3),
- "Harword_Card",
- "Katrinn_Card",
- "Shecil_Card",
- "Venatu_Card",
- "Dimik_Card",
- "Archdam_Card",
- "Chung_E_Card",
- "Orc_Baby_Card_Card",
- ("Green_Iguana_Card",3),
- "Acidus_Card",
- "Acidus__Card",
- ("Ferus_Card",3),
- "Ferus__Card",
- "Novus__Card",
- ("Novus_Card",3),
- "Hydro_Card",
- ("Dragon_Egg_Card",3),
- "Ancient_Mimic_Card",
- ("Deathword_Card",3),
- "Plasma_Card",
- "Breeze_Card",
- ("Retribution_Card",3),
- "Observation_Card",
- "Shelter_Card",
- "Solace_Card",
- "Tha_Maero_Card",
- "Tha_Odium_Card",
- "Tha_Despero_Card",
- "Aliza_Card",
- "Alicel_Card",
- "Aliot_Card",
- "Skogul_Card",
- "Frus_Card",
- "Agav_Card",
- "Echio_Card",
- "Vanberk_Card",
- "Isilla_Card",
- "Hodremlin_Card",
- "Seeker_Card",
- ("Snowier_Card",2),
- "Siroma_Card",
- "Ice_Titan_Card",
- "Gazeti_Card",
- "Muscipular_Card",
- ("Drosera_Card",2),
- "Roween_Card",
- "Galion_Card",
- ("Stapo_Card",3),
- "Byorgue_Card",
- "Sword_Guardian_Card",
- "Bow_Guardian_Card",
- "Salamander_Card",
- "Kasa_Card",
- ("Magmaring_Card",2),
- "Imp_Card",
- "Knocker_Card",
- "Zombie_Slaughter_Card",
- ("Ragged_Zombie_Card",2),
- ("Hell_Poodle_Card",2),
- ("Banshee_Card",2),
- "Flame_Skull_Card",
- "Necromancer_Card",
-)
-*/
-/* currently unsupported or unknown ('High_Weapon_Box_')
-High_Weapon_Box_: (
- ("Mail_Breaker",5),
- ("Weeder_Knife",5),
- ("Mamas_Knife",5),
- ("Assasin_Dagger",5),
- ("Exercise",5),
- ("Azoth",5),
- ("Sucsamad",5),
- ("Grimtooth_",5),
- ("Princess_Knife",5),
- ("Cursed_Dagger",5),
- ("Counter_Dagger",5),
- ("Holy_Dagger",5),
- ("Krieg",5),
- ("Weihna",5),
-//unknown/unsupported - ("13061",5),
- ("Blood_Tears",5),
- ("Unholy_Touch",5),
- ("Drill_Katar",5),
- ("Krishna",5),
- ("Cakram",5),
- ("Cleaver",5),
- ("Great_Axe",5),
- ("Sabbath",5),
- ("Bradium_Stonehammer",5),
- ("Slaughter",5),
- ("Tomahawk",5),
- ("Vecer_Axe",5),
- ("Ice_Falchon",7),
- ("Fire_Brand",7),
- ("Scissores_Sword",7),
- ("Cutlas",7),
- ("Solar_Sword",7),
- ("Mysteltainn_",7),
- ("Tale_Fing_",7),
- ("Byeorrun_Gum",7),
- ("Immaterial_Sword",7),
- ("Star_Dust_Blade",7),
- ("Muramasa",7),
- ("Dragon_Slayer",7),
- ("Schweizersabel",7),
- ("Zweihander",7),
- ("Katzbalger",7),
- ("Zweihander_",7),
- ("Muscle_Cutter",7),
- ("Schweizersabel_",7),
- ("Dragon_Slayer_",7),
- ("Tae_Goo_Lyeon",7),
- ("Bloody_Eater",7),
- ("Veteran_Sword",7),
- ("Ruber",5),
- ("Krasnaya",5),
- ("Gungnir",5),
- ("Gelerdria",5),
- ("Tjungkuletti",5),
- ("Gungnir_",5),
- ("Crescent_Scythe",5),
- ("Bill_Guisarme",5),
- ("Zephyrus",5),
- ("Longinuss_Spear",5),
- ("Brionac",5),
- ("Hell_Fire",5),
- ("Gae_Bolg",5),
- ("Crescent_Scythe_",5),
- ("Spectral_Spear",5),
- ("Ahlspiess",5),
- ("Spectral_Spear_",5),
- ("Gae_Bolg_",5),
- ("Zephyrus_",5),
- ("Wizardy_Staff",5),
- ("Staff_Of_Wing",5),
- ("Walking_Stick",5),
- ("Holy_Stick",5),
- ("Dead_Tree_Cane",5),
- ("Kronos",5),
- ("Dea_Staff",5),
- ("Divine_Cross",5),
- ("Golden_Mace",5),
- ("Long_Mace",5),
- ("Quadrille",5),
- ("Golden_Mace_",5),
- ("Nemesis",5),
- ("Erde",5),
- ("Red_Square_Bag",5),
-//unknown/unsupported - ("16010",5),
- ("Book_Of_The_Apocalypse",5),
- ("Girls_Diary",5),
- ("Legacy_Of_Dragon",5),
- ("Hardback",5),
- ("Bible_Of_Battlefield",5),
- ("Kaiser_Knuckle",5),
- ("Claw_Of_Garm",5),
- ("Dragon_Wing",5),
- ("Bow_Of_Minstrel",5),
- ("Ixion_Wing",5),
- ("Nepenthes_Bow",5),
- ("Cursed_Lyre",5),
- ("Falken_Blitz",5),
-//unknown/unsupported - ("18103",5),
- ("Electronic_Guitar",5),
- ("Oriental_Lute",5),
- ("Oriental_Lute_",5),
- ("Harp_Of_Nepenthes",5),
- ("Lariat",5),
- ("Rapture_Rose",5),
- ("Chemeti",5),
- ("Bladed_Whip",5),
- ("Electric_Eel",5),
- ("Sea_Witch_Foot",5),
- ("Queens_Whip",5),
- ("Carrot_Whip",5),
- ("Queens_Whip_",5),
- ("Stem_Of_Nepenthes",5),
- "Thorn_Staff",
- "Eraser",
- "Destruction_Rod",
- "Infiltrator",
- "Infiltrator_",
- "Heart_Breaker",
- "Hurricane_Fury",
- "Right_Epsilon",
- "Doom_Slayer",
- ("Sword_Breaker",4),
-//unknown/unsupported - ("13431",2),
-//unknown/unsupported - ("1196",2),
- ("Excalibur",2),
- ("Masamune",2),
- ("Nagan",2),
- ("Executioner_",2),
- ("Executioner__",2),
- ("Altas_Weapon",2),
- ("Giant_Axe",2),
- ("Guillotine",2),
- ("Brood_Axe",2),
- ("Wild_Beast_Claw",2),
- ("Inverse_Scale",2),
- ("Bloody_Roar",2),
- ("Cardo",2),
-//unknown/unsupported - ("1433",2),
- ("Skewer",2),
- ("Battle_Hook",2),
-//unknown/unsupported - ("1654",2),
- "Doom_Slayer_",
- "Hunting_Spear",
- "Edge",
- "Violet_Fear",
- "Death_Guidance",
- "House_Auger",
- "Bazerald",
-//unknown/unsupported - "13062",
- "Grand_Cross",
- "Grand_Cross_",
- "Death_Note",
- "Berserk",
- "Berserk_",
- "Berserk_Guitar",
-//unknown/unsupported - "1985",
- ("Forturn_Sword",2),
- ("Combat_Knife",2),
- ("Moonlight_Sword",2),
- ("Spike",2),
- ("Spike_",2),
- ("Slash",2),
-//unknown/unsupported - ("1830",2),
- ("Bow_Of_Roguemaster",2),
- ("Balistar",2),
- ("Balistar_",2),
- ("Bow_Of_Rudra",2),
-//unknown/unsupported - ("1930",2),
-//unknown/unsupported - ("1984",2),
-//unknown/unsupported - "1290",
-//unknown/unsupported - "1291",
-//unknown/unsupported - "1392",
-//unknown/unsupported - "1393",
-//unknown/unsupported - "1435",
-//unknown/unsupported - "1584",
-//unknown/unsupported - "1659",
-//unknown/unsupported - "13069",
-//unknown/unsupported - "13070",
-//unknown/unsupported - "16017",
-//unknown/unsupported - "18109",
-//unknown/unsupported - "18110",
-//unknown/unsupported - "18111",
-)
-*/
-Holy_Egg_2: (
- ("Oridecon",3),
- ("Elunium",10),
- ("White_Slim_Potion",30),
- ("Blue_Potion",30),
- ("Yggdrasilberry",3),
- ("Seed_Of_Yggdrasil",2),
- ("Leaf_Of_Yggdrasil",15),
- ("Old_Card_Album",5),
- "Drooping_Bunny",
-)
-/* currently unsupported or unknown ('Candy_Holder')
-Candy_Holder: (
- ("Honey",9),
- ("Candy",20),
- ("Well_Baked_Cookie",15),
- ("Piece_Of_Cake",10),
- ("Bread",20),
- "Old_Blue_Box",
- "Yggdrasilberry",
- "Old_Card_Album",
- "Old_Violet_Box",
- "Contracts_In_Shadow",
- ("Niflheim_Ticket",10),
-//unknown/unsupported - ("11550",5),
- ("Pumpkin_Pie",5),
-)
-*/
-Lotto_Box01: (
- "Lotto01",
- "Lotto02",
- "Lotto03",
- "Lotto04",
- "Lotto05",
- "Lotto06",
- "Lotto07",
- "Lotto08",
- "Lotto09",
- "Lotto10",
-)
-Lotto_Box02: (
- "Lotto11",
- "Lotto12",
- "Lotto13",
- "Lotto14",
- "Lotto15",
- "Lotto16",
- "Lotto17",
- "Lotto18",
- "Lotto19",
- "Lotto20",
-)
-Lotto_Box03: (
- "Lotto21",
- "Lotto22",
- "Lotto23",
- "Lotto24",
- "Lotto25",
- "Lotto26",
- "Lotto27",
- "Lotto28",
- "Lotto29",
- "Lotto30",
-)
-Lotto_Box04: (
- "Lotto31",
- "Lotto32",
- "Lotto33",
- "Lotto34",
- "Lotto35",
- "Lotto36",
- "Lotto37",
- "Lotto38",
- "Lotto39",
- "Lotto40",
-)
-Lotto_Box05: (
- "Lotto41",
- "Lotto42",
- "Lotto43",
- "Lotto44",
- "Lotto45",
-)
-/* currently unsupported or unknown ('Lucky_Bag')
-Lucky_Bag: (
- ("Fire_Cracker",7),
- ("Korea_Rice_Cake",6),
- ("Handsei",2),
-//unknown/unsupported - ("7647",3),
-//unknown/unsupported - "7649",
-)
-*/
diff --git a/db/pre-re/item_packages.conf b/db/pre-re/item_packages.conf
deleted file mode 100644
index 8e421be53..000000000
--- a/db/pre-re/item_packages.conf
+++ /dev/null
@@ -1,13568 +0,0 @@
-//================= Hercules Database =====================================
-//= _ _ _
-//= | | | | | |
-//= | |_| | ___ _ __ ___ _ _| | ___ ___
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
-//= | | | | __/ | | (__| |_| | | __/\__ \
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/
-//================= License ===============================================
-//= This file is part of Hercules.
-//= http://herc.ws - http://github.com/HerculesWS/Hercules
-//=
-//= Copyright (C) 2013-2015 Hercules Dev Team
-//=
-//= Hercules 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/>.
-//================= More Information ======================================
-// http://herc.ws/board/topic/1244-official-item-grouppackagechain
-//=========================================================================
-
-/**************************************************************************
- ************* Entry structure ********************************************
- **************************************************************************
-<Container_Item_Name>: {
- <Entry_Item_Name>: {
- Random: 0 // Signs what group type this item belongs to, 0 is "Must", a group of items that come out whenever the package is open (doesn't use rate), anything above 0 is considered "random_group_<value>", a package with 2 random groups for example gets 2 items whenever open, one from each group
- Count: 30 // Stands for how much <Entry_Item_Name> will be obtained.
- Expire: 2 // Signs how many hours this item will last (makes a rental item).
- Announce: True/False // Signs whether to relay a special item obtain announcement when this item comes out of the package.
- Rate: 50 // If 'Random' is not 0, a rate from 1 to 10000 (0.01% - 100%) will be given.
- Named: True/False // Signs whether the item should have the owner's name in it.
- }
-}
-**************************************************************************/
-
-Special_Box: {
- Wrapped_Mask: {
- Random: 1
- Rate: 3
- }
- Poison_Bottle: {
- Random: 1
- Count: 2
- Rate: 10
- }
- Set_Of_Taiming_Item: {
- Random: 1
- Rate: 5
- }
- Cookie_Bag: {
- Random: 1
- Count: 2
- Rate: 100
- }
- Mysterious_Can2: {
- Random: 1
- Count: 3
- Rate: 80
- }
- Mysterious_PET_Bottle2: {
- Random: 1
- Count: 3
- Rate: 80
- }
- Speed_Up_Potion: {
- Random: 1
- Count: 2
- Rate: 80
- }
- Old_Blue_Box: {
- Random: 1
- Rate: 19
- }
- Branch_Of_Dead_Tree: {
- Random: 1
- Count: 5
- Rate: 14
- }
- First_Aid_Kit: {
- Random: 1
- Rate: 19
- }
- Dried_Yggdrasilberry: {
- Random: 1
- Count: 3
- Rate: 70
- }
- Angeling_Potion: {
- Random: 1
- Count: 3
- Rate: 70
- }
- Ygnizem_Scroll: {
- Random: 1
- Count: 2
- Rate: 50
- }
- Doppelganger_Scroll: {
- Random: 1
- Count: 2
- Rate: 50
- }
- Wild_Rose_Scroll: {
- Random: 1
- Count: 2
- Rate: 60
- }
- Gift_Box: {
- Random: 1
- Rate: 70
- }
- Red_Bag: {
- Random: 1
- Count: 3
- Rate: 70
- }
- Cool_Summer_Outfit: {
- Random: 1
- Count: 3
- Rate: 70
- }
- Slow_Down_Potion: {
- Random: 1
- Count: 2
- Rate: 80
- }
-}
-Tresure_Box_WoE: {
- Majestic_Goat_Repl: {
- Random: 1
- Rate: 5
- }
- Jewel_Crown_Repl: {
- Random: 1
- Rate: 15
- }
- Prontera_Army_Cap_Repl: {
- Random: 1
- Rate: 20
- }
- Feather_Bonnet_Repl: {
- Random: 1
- Rate: 20
- }
- Viking_Helm_Repl: {
- Random: 1
- Rate: 20
- }
- Mysterious_Can: {
- Random: 1
- Count: 10
- Rate: 50
- }
- Mysterious_PET_Bottle: {
- Random: 1
- Count: 10
- Rate: 50
- }
- Mysterious_Can2: {
- Random: 1
- Count: 10
- Rate: 50
- }
- Mysterious_PET_Bottle2: {
- Random: 1
- Count: 10
- Rate: 50
- }
- Hometown_Gift: {
- Random: 1
- Count: 10
- Rate: 50
- }
- Yggdrasilberry: {
- Random: 1
- Count: 5
- Rate: 30
- }
- Seed_Of_Yggdrasil: {
- Random: 1
- Count: 10
- Rate: 50
- }
- Dried_Yggdrasilberry: {
- Random: 1
- Count: 10
- Rate: 50
- }
- Unripe_Fruit: {
- Random: 1
- Count: 5
- Rate: 50
- }
- First_Aid_Kit: {
- Random: 1
- Count: 10
- Rate: 40
- }
- Gift_Box: {
- Random: 1
- Count: 5
- Rate: 250
- }
- Comp_Battle_Manual: {
- Random: 1
- Count: 3
- Rate: 20
- }
- Old_Blue_Box: {
- Random: 1
- Count: 5
- Rate: 180
- }
-}
-RWC_Parti_Box: {
- Wrapped_Mask: {
- Random: 1
- Rate: 3
- }
- Poison_Bottle: {
- Random: 1
- Count: 2
- Rate: 10
- }
- Set_Of_Taiming_Item: {
- Random: 1
- Rate: 5
- }
- Cookie_Bag: {
- Random: 1
- Count: 2
- Rate: 90
- }
- Mysterious_Can2: {
- Random: 1
- Count: 3
- Rate: 70
- }
- Mysterious_PET_Bottle2: {
- Random: 1
- Count: 3
- Rate: 70
- }
- Speed_Up_Potion: {
- Random: 1
- Count: 2
- Rate: 60
- }
- Old_Violet_Box: {
- Random: 1
- Rate: 19
- }
- Cat_Foot_Hairpin: {
- Random: 1
- Rate: 10
- }
- Int_Dish10: {
- Random: 1
- Count: 2
- Rate: 35
- }
- Vit_Dish10: {
- Random: 1
- Count: 2
- Rate: 35
- }
- Agi_Dish10: {
- Random: 1
- Count: 2
- Rate: 35
- }
- Dex_Dish10: {
- Random: 1
- Count: 2
- Rate: 35
- }
- Luk_Dish10: {
- Random: 1
- Count: 2
- Rate: 35
- }
- Str_Dish10: {
- Random: 1
- Count: 2
- Rate: 35
- }
- Branch_Of_Dead_Tree: {
- Random: 1
- Count: 3
- Rate: 14
- }
- Dried_Yggdrasilberry: {
- Random: 1
- Count: 3
- Rate: 70
- }
- Angeling_Potion: {
- Random: 1
- Count: 3
- Rate: 50
- }
- Ygnizem_Scroll: {
- Random: 1
- Count: 2
- Rate: 50
- }
- Doppelganger_Scroll: {
- Random: 1
- Count: 2
- Rate: 50
- }
- Wild_Rose_Scroll: {
- Random: 1
- Count: 2
- Rate: 50
- }
- Old_Blue_Box: {
- Random: 1
- Rate: 50
- }
- Hometown_Gift: {
- Random: 1
- Count: 2
- Rate: 99
- }
- Pink_Drooping_Kitty: {
- Random: 1
- Rate: 10
- }
- Red_Deviruchi_Cap: {
- Random: 1
- Rate: 10
- }
-}
-RWC_Final_Comp_Box: {
- Comp_Battle_Manual: {
- Random: 0
- Count: 2
- }
- Comp_Insurance: {
- Random: 0
- Count: 2
- }
- Enriched_Slim_Pot: {
- Random: 0
- Count: 30
- }
-//unsupported/unknown item 'Rafini_Staff'
-// Rafini_Staff: {
-// Random: 1
-// Rate: 80
-// }
-//unsupported/unknown item 'Round_Buckler'
-// Round_Buckler: {
-// Random: 1
-// Rate: 180
-// }
-//unsupported/unknown item 'Puente_Robe'
-// Puente_Robe: {
-// Random: 1
-// Rate: 70
-// }
-//unsupported/unknown item 'Claire_Suits'
-// Claire_Suits: {
-// Random: 1
-// Rate: 60
-// }
- Fricco_Shoes: {
- Random: 1
- Rate: 150
- }
- Rider_Insignia: {
- Random: 1
- Rate: 120
- }
- Undershirt_: {
- Random: 1
- Rate: 40
- }
- Muffler_: {
- Random: 1
- Rate: 300
- }
-}
-Gift_Bundle: {
- White_Slim_Potion: {
- Random: 0
- Count: 30
- }
- Seed_Of_Yggdrasil: {
- Random: 0
- Count: 2
- }
- GM_Handwriting: {
- Random: 0
- }
-}
-/* supported container but with no known entries 'Caracas_Ring_Box'
-Caracas_Ring_Box: {
-//unsupported/unknown item 'Caracas_Ring'
-// Caracas_Ring: {
-// Random: 0
-// Expire: 72
-// }
-}
-*/
-Crumpled_Paper: {
- Calender_January: {
- Random: 1
- Rate: 84
- }
- Calender_February: {
- Random: 1
- Rate: 84
- }
- Calender_March: {
- Random: 1
- Rate: 84
- }
- Calender_April: {
- Random: 1
- Rate: 84
- }
- Calender_May: {
- Random: 1
- Rate: 83
- }
- Calender_June: {
- Random: 1
- Rate: 83
- }
- Calender_July: {
- Random: 1
- Rate: 83
- }
- Calender_August: {
- Random: 1
- Rate: 83
- }
- Calender_September: {
- Random: 1
- Rate: 83
- }
- Calender_October: {
- Random: 1
- Rate: 83
- }
- Calender_November: {
- Random: 1
- Rate: 83
- }
- Calender_December: {
- Random: 1
- Rate: 83
- }
-}
-Solo_Gift_Basket: {
- Lovely_Choco_Tart: {
- Random: 0
- Count: 5
- }
- Cute_Strawberry_Choco: {
- Random: 0
- Count: 3
- }
- White_Chocolate: {
- Random: 0
- Count: 3
- }
- Chocolate_Drink: {
- Random: 0
- Count: 4
- }
- HandMade_Chocolate: {
- Random: 0
- Count: 10
- }
- HandMade_Chocolate_: {
- Random: 0
- Count: 10
- }
-}
-Couple_Event_Basket: {
- Fire_Cracker_Love: {
- Random: 0
- Count: 10
- }
- Fire_Cracker_Wday: {
- Random: 0
- Count: 10
- }
- Fire_Cracker_Vday: {
- Random: 0
- Count: 10
- }
- Fire_Cracker_Bday: {
- Random: 0
- Count: 10
- }
- Fire_Cracker_Xmas: {
- Random: 0
- Count: 10
- }
-}
-GM_Warp_Box: {
- Wing_Of_Fly: {
- Random: 1
- Count: 3
- Rate: 155
- }
- Wing_Of_Butterfly: {
- Random: 1
- Count: 3
- Rate: 155
- }
- Warp_Free_Ticket: {
- Random: 1
- Count: 3
- Rate: 150
- }
- WOB_Rune: {
- Random: 1
- Count: 3
- Rate: 140
- }
- WOB_Schwaltz: {
- Random: 1
- Count: 3
- Rate: 140
- }
- WOB_Rachel: {
- Random: 1
- Count: 3
- Rate: 130
- }
- WOB_Local: {
- Random: 1
- Count: 3
- Rate: 130
- }
-}
-Fortune_Cookie1: {
- Bless_Word_Paper1: {
- Random: 1
- Rate: 100
- }
- Bless_Word_Paper2: {
- Random: 1
- Rate: 100
- }
- Bless_Word_Paper3: {
- Random: 1
- Rate: 100
- }
- Bless_Word_Paper4: {
- Random: 1
- Rate: 100
- }
- Bless_Word_Paper5: {
- Random: 1
- Rate: 100
- }
- Bless_Word_Paper6: {
- Random: 1
- Rate: 100
- }
- Bless_Word_Paper7: {
- Random: 1
- Rate: 100
- }
- Bless_Word_Paper8: {
- Random: 1
- Rate: 100
- }
- Bless_Word_Paper9: {
- Random: 1
- Rate: 100
- }
- Bless_Word_Paper10: {
- Random: 1
- Rate: 100
- }
-}
-Fortune_Cookie2: {
- Guidebook_Exchange: {
- Random: 0
- Announce: true
- }
-}
-Fortune_Cookie3: {
- Free_Cash_Coupon: {
- Random: 0
- Announce: true
- }
-}
-New_Gift_Envelope: {
- Honey_Pastry: {
- Random: 1
- Rate: 115
- }
- Lucky_Cookie03: {
- Random: 1
- Count: 3
- Rate: 50
- }
- Gingerbread: {
- Random: 1
- Count: 3
- Rate: 50
- }
- Guyak_Pudding: {
- Random: 1
- Count: 10
- Rate: 150
- }
- New_Year_Bun: {
- Random: 1
- Count: 10
- Rate: 250
- }
- Charm_Of_Happiness: {
- Random: 1
- Count: 2
- Rate: 80
- }
-//unsupported/unknown item 'Shaman_Hat_'
-// Shaman_Hat_: {
-// Random: 1
-// Rate: 40
-// }
- Halohalo: {
- Random: 1
- Count: 2
- Rate: 80
- }
- Branch_Of_Dead_Tree: {
- Random: 1
- Count: 2
- Rate: 80
- }
- Traditional_Firecrack: {
- Random: 1
- Rate: 100
- }
- Magic_Card_Album: {
- Random: 1
- Rate: 5
- }
-}
-Passion_FB_Hat_Box: {
- Passion_FB_Hat: {
- Random: 0
- }
-}
-Cool_FB_Hat_Box: {
- Cool_FB_Hat: {
- Random: 0
- }
-}
-Victory_FB_Hat_Box: {
- Victory_FB_Hat: {
- Random: 0
- }
-}
-Glory_FB_Hat_Box: {
- Glory_FB_Hat: {
- Random: 0
- Expire: 24
- }
-}
-Passion_Hat_Box2: {
- Passion_FB_Hat: {
- Random: 0
- Expire: 6
- }
-}
-Cool_Hat_Box2: {
- Cool_FB_Hat: {
- Random: 0
- Expire: 6
- }
-}
-Victory_Hat_Box2: {
- Victory_FB_Hat: {
- Random: 0
- Expire: 6
- }
-}
-Aspersio_5_Scroll_Box: {
- Aspersio_5_Scroll: {
- Random: 0
- Count: 10
- Named: true
- }
-}
-Pet_Egg_Scroll_Box1: {
- Pet_Egg_Scroll1: {
- Random: 0
- Named: true
- }
-}
-Pet_Egg_Scroll_Box2: {
- Pet_Egg_Scroll2: {
- Random: 0
- Named: true
- }
-}
-Pet_Egg_Scroll1: {
- Battle_Manual: {
- Random: 1
- Count: 2
- Named: true
- Rate: 100
- }
- Insurance: {
- Random: 1
- Count: 2
- Named: true
- Rate: 200
- }
- Enriched_Oridecon: {
- Random: 1
- Named: true
- Rate: 80
- }
- Kafra_Card: {
- Random: 1
- Count: 2
- Named: true
- Rate: 300
- }
- Adrenaline_Scroll: {
- Random: 1
- Count: 2
- Named: true
- Rate: 300
- }
- Neuralizer: {
- Random: 1
- Named: true
- Rate: 10
- }
- Red_Deviruchi_Cap: {
- Random: 1
- Named: true
- Rate: 10
- }
-}
-Pet_Egg_Scroll2: {
- Battle_Manual: {
- Random: 1
- Count: 2
- Named: true
- Rate: 90
- }
- Wind_Walk_10_Scroll: {
- Random: 1
- Count: 2
- Named: true
- Rate: 150
- }
- Token_Of_Siegfried: {
- Random: 1
- Count: 2
- Named: true
- Rate: 200
- }
- Giant_Fly_Wing: {
- Random: 1
- Count: 2
- Named: true
- Rate: 200
- }
- Aspersio_5_Scroll: {
- Random: 1
- Count: 2
- Named: true
- Rate: 200
- }
- Bubble_Gum: {
- Random: 1
- Count: 2
- Named: true
- Rate: 150
- }
- Red_Wizardry_Hat: {
- Random: 1
- Named: true
- Rate: 10
- }
-}
-Pet_Egg_Scroll_Box3: {
- Pet_Egg_Scroll3: {
- Random: 0
- Named: true
- }
-}
-Pet_Egg_Scroll_Box4: {
- Pet_Egg_Scroll4: {
- Random: 0
- Named: true
- }
-}
-Pet_Egg_Scroll_Box5: {
- Pet_Egg_Scroll5: {
- Random: 0
- Named: true
- }
-}
-Pet_Egg_Scroll3: {
- Battle_Manual: {
- Random: 1
- Count: 2
- Named: true
- Rate: 100
- }
- Insurance: {
- Random: 1
- Count: 2
- Named: true
- Rate: 200
- }
- Enriched_Oridecon: {
- Random: 1
- Named: true
- Rate: 80
- }
- Kafra_Card: {
- Random: 1
- Count: 2
- Named: true
- Rate: 300
- }
- Adrenaline_Scroll: {
- Random: 1
- Count: 2
- Named: true
- Rate: 300
- }
- Neuralizer: {
- Random: 1
- Named: true
- Rate: 10
- }
- Pink_Drooping_Kitty: {
- Random: 1
- Named: true
- Rate: 10
- }
-}
-Pet_Egg_Scroll4: {
- Battle_Manual: {
- Random: 1
- Count: 2
- Named: true
- Rate: 90
- }
- Wind_Walk_10_Scroll: {
- Random: 1
- Count: 2
- Named: true
- Rate: 150
- }
- Token_Of_Siegfried: {
- Random: 1
- Count: 2
- Named: true
- Rate: 200
- }
- Giant_Fly_Wing: {
- Random: 1
- Count: 2
- Named: true
- Rate: 200
- }
- Aspersio_5_Scroll: {
- Random: 1
- Count: 2
- Named: true
- Rate: 200
- }
- Bubble_Gum: {
- Random: 1
- Count: 2
- Named: true
- Rate: 150
- }
- Pink_Fur_Hat: {
- Random: 1
- Named: true
- Rate: 10
- }
-}
-Pet_Egg_Scroll5: {
- Battle_Manual: {
- Random: 1
- Count: 2
- Named: true
- Rate: 150
- }
- Enriched_Elunium: {
- Random: 1
- Named: true
- Rate: 135
- }
- Token_Of_Siegfried: {
- Random: 1
- Count: 2
- Named: true
- Rate: 200
- }
- Giant_Fly_Wing: {
- Random: 1
- Count: 2
- Named: true
- Rate: 300
- }
- Mini_Propeller_: {
- Random: 1
- Named: true
- Rate: 5
- }
- Bubble_Gum: {
- Random: 1
- Named: true
- Rate: 200
- }
- White_Wizardry_Hat: {
- Random: 1
- Named: true
- Rate: 10
- }
-}
-Infiltrator_Box: {
- Infiltrator_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Muramasa_Box: {
- Muramasa_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Excalibur_Box: {
- Excalibur_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Combat_Knife_Box: {
- Combat_Knife_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Counter_Dagger_Box: {
- Counter_Dagger_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Kaiser_Knuckle_Box: {
- Kaiser_Knuckle_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Pole_Axe_Box: {
- Pole_Axe_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Mighty_Staff_Box: {
- Mighty_Staff_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Right_Epsilon_Box: {
- Right_Epsilon_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Balistar_Box: {
- Balistar_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Diary_Of_Great_Sage_Box: {
- Diary_Of_Great_Sage_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Asura_Box: {
- Asura_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Apple_Of_Archer_Box: {
- Apple_Of_Archer_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Bunny_Band_Box: {
- Bunny_Band_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Sahkkat_Box: {
- Sahkkat_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Lord_Circlet_Box: {
- Lord_Circlet_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Elven_Ears_Box: {
- Elven_Ears_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Steel_Flower_Box: {
- Steel_Flower_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Critical_Ring_Box: {
- Critical_Ring_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Earring_Box: {
- Earring_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Ring_Box: {
- Ring_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Necklace_Box: {
- Necklace_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Glove_Box: {
- Glove_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Brooch_Box: {
- Brooch_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Rosary_Box: {
- Rosary_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Safety_Ring_Box: {
- Safety_Ring_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Vesper_Core01_Box: {
- Vesper_Core01_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Vesper_Core02_Box: {
- Vesper_Core02_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Vesper_Core03_Box: {
- Vesper_Core03_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Vesper_Core04_Box: {
- Vesper_Core04_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Pet_Egg_Scroll_Box6: {
- Pet_Egg_Scroll6: {
- Random: 0
- Named: true
- }
-}
-Pet_Egg_Scroll_Box7: {
- Pet_Egg_Scroll7: {
- Random: 0
- Named: true
- }
-}
-Pet_Egg_Scroll_Box8: {
- Pet_Egg_Scroll8: {
- Random: 0
- Named: true
- }
-}
-Pet_Egg_Scroll_Box9: {
- Pet_Egg_Scroll9: {
- Random: 0
- Named: true
- }
-}
-Pet_Egg_Scroll_Box10: {
- Pet_Egg_Scroll10: {
- Random: 0
- Named: true
- }
-}
-Pet_Egg_Scroll_Box11: {
- Pet_Egg_Scroll11: {
- Random: 0
- Named: true
- }
-}
-Pet_Egg_Scroll6: {
- Battle_Manual_Box: {
- Random: 1
- Named: true
- Rate: 200
- }
- Enriched_Elunium_Box: {
- Random: 1
- Named: true
- Rate: 195
- }
- Token_Of_Siegfried_Box: {
- Random: 1
- Named: true
- Rate: 400
- }
- Bubble_Gum_Box: {
- Random: 1
- Named: true
- Rate: 200
- }
- Pair_Of_Red_Ribbon_: {
- Random: 1
- Named: true
- Rate: 2
- }
- Drooping_Kitty_: {
- Random: 1
- Named: true
- Rate: 1
- }
- Orc_Hero_Helm_TW: {
- Random: 1
- Named: true
- Rate: 1
- }
- Magestic_Goat_TW: {
- Random: 1
- Named: true
- Rate: 1
- }
-}
-Pet_Egg_Scroll7: {
- Battle_Manual: {
- Random: 1
- Count: 2
- Named: true
- Rate: 80
- }
- Insurance: {
- Random: 1
- Count: 2
- Named: true
- Rate: 30
- }
- Enriched_Oridecon: {
- Random: 1
- Count: 2
- Named: true
- Rate: 120
- }
- Kafra_Card: {
- Random: 1
- Count: 10
- Named: true
- Rate: 190
- }
- Megaphone_: {
- Random: 1
- Count: 5
- Named: true
- Rate: 190
- }
- Old_Violet_Box: {
- Random: 1
- Count: 3
- Named: true
- Rate: 50
- }
- Vit_Dish10: {
- Random: 1
- Count: 5
- Named: true
- Rate: 200
- }
- Bloody_Dead_Branch: {
- Random: 1
- Named: true
- Rate: 120
- }
- Succubus_Card: {
- Random: 1
- Named: true
- Rate: 2
- }
- Incubus_Card: {
- Random: 1
- Named: true
- Rate: 2
- }
- Smoking_Pipe_: {
- Random: 1
- Named: true
- Rate: 5
- }
- Pair_Of_Red_Ribbon_: {
- Random: 1
- Named: true
- Rate: 9
- }
-}
-Pet_Egg_Scroll8: {
- Battle_Manual: {
- Random: 1
- Count: 2
- Named: true
- Rate: 80
- }
- Wind_Walk_10_Scroll: {
- Random: 1
- Count: 5
- Named: true
- Rate: 60
- }
- Token_Of_Siegfried: {
- Random: 1
- Count: 5
- Named: true
- Rate: 120
- }
- Giant_Fly_Wing: {
- Random: 1
- Count: 10
- Named: true
- Rate: 244
- }
- Neuralizer: {
- Random: 1
- Named: true
- Rate: 1
- }
- Bubble_Gum: {
- Random: 1
- Count: 2
- Named: true
- Rate: 150
- }
- Yggdrasilberry: {
- Random: 1
- Count: 10
- Named: true
- Rate: 200
- }
- Agi_Dish10: {
- Random: 1
- Count: 5
- Named: true
- Rate: 100
- }
- Old_Violet_Box: {
- Random: 1
- Count: 3
- Named: true
- Rate: 30
- }
- Silver_Tiara: {
- Random: 1
- Named: true
- Rate: 3
- }
- Magestic_Goat_TW: {
- Random: 1
- Named: true
- Rate: 3
- }
- Fish_On_Head_: {
- Random: 1
- Named: true
- Rate: 9
- }
-}
-Pet_Egg_Scroll9: {
- Battle_Manual: {
- Random: 1
- Count: 2
- Named: true
- Rate: 200
- }
- Insurance: {
- Random: 1
- Count: 2
- Named: true
- Rate: 50
- }
- Enriched_Oridecon: {
- Random: 1
- Count: 2
- Named: true
- Rate: 160
- }
- Kafra_Card: {
- Random: 1
- Count: 10
- Named: true
- Rate: 80
- }
- Adrenaline_Scroll: {
- Random: 1
- Count: 5
- Named: true
- Rate: 200
- }
- Neuralizer: {
- Random: 1
- Named: true
- Rate: 1
- }
- Old_Violet_Box: {
- Random: 1
- Count: 3
- Named: true
- Rate: 60
- }
- Str_Dish10: {
- Random: 1
- Count: 5
- Named: true
- Rate: 208
- }
- Dark_Illusion_Card: {
- Random: 1
- Named: true
- Rate: 5
- }
- Dark_Lord_Card: {
- Random: 1
- Named: true
- Rate: 1
- }
- Orc_Hero_Helm_TW: {
- Random: 1
- Named: true
- Rate: 5
- }
- Bunny_Band_: {
- Random: 1
- Named: true
- Rate: 10
- }
-}
-Pet_Egg_Scroll10: {
- Battle_Manual: {
- Random: 1
- Count: 2
- Named: true
- Rate: 100
- }
- Wind_Walk_10_Scroll: {
- Random: 1
- Count: 5
- Named: true
- Rate: 80
- }
- Token_Of_Siegfried: {
- Random: 1
- Count: 5
- Named: true
- Rate: 100
- }
- Giant_Fly_Wing: {
- Random: 1
- Count: 10
- Named: true
- Rate: 200
- }
- Megaphone_: {
- Random: 1
- Count: 5
- Named: true
- Rate: 160
- }
- Bubble_Gum: {
- Random: 1
- Count: 2
- Named: true
- Rate: 100
- }
- Yggdrasilberry: {
- Random: 1
- Count: 10
- Named: true
- Rate: 152
- }
- Int_Dish10: {
- Random: 1
- Count: 5
- Named: true
- Rate: 100
- }
- Injustice_Card: {
- Random: 1
- Named: true
- Rate: 2
- }
- Zherlthsh_Card: {
- Random: 1
- Named: true
- Rate: 2
- }
- Angelic_Chain_: {
- Random: 1
- Named: true
- Rate: 2
- }
- Satanic_Chain_: {
- Random: 1
- Named: true
- Rate: 2
- }
-}
-Pet_Egg_Scroll11: {
- Battle_Manual: {
- Random: 1
- Count: 2
- Named: true
- Rate: 115
- }
- Enriched_Elunium: {
- Random: 1
- Count: 2
- Named: true
- Rate: 90
- }
- Token_Of_Siegfried: {
- Random: 1
- Count: 5
- Named: true
- Rate: 205
- }
- Giant_Fly_Wing: {
- Random: 1
- Count: 10
- Named: true
- Rate: 205
- }
- Bubble_Gum: {
- Random: 1
- Count: 2
- Named: true
- Rate: 115
- }
- Old_Violet_Box: {
- Random: 1
- Count: 3
- Named: true
- Rate: 55
- }
- Dex_Dish10: {
- Random: 1
- Count: 5
- Named: true
- Rate: 205
- }
- Owl_Baron_Card: {
- Random: 1
- Named: true
- Rate: 2
- }
- Owl_Duke_Card: {
- Random: 1
- Named: true
- Rate: 2
- }
- Slipper: {
- Random: 1
- Named: true
- Rate: 2
- }
- Drooping_Kitty_: {
- Random: 1
- Named: true
- Rate: 2
- }
- Big_Golden_Bell_: {
- Random: 1
- Named: true
- Rate: 2
- }
-}
-CP_Helm_Scroll_Box: {
- CP_Helm_Scroll: {
- Random: 0
- Named: true
- }
- Coating_Bottle: {
- Random: 0
- Named: true
- }
-}
-CP_Shield_Scroll_Box: {
- CP_Shield_Scroll: {
- Random: 0
- Named: true
- }
- Coating_Bottle: {
- Random: 0
- Named: true
- }
-}
-CP_Armor_Scroll_Box: {
- CP_Armor_Scroll: {
- Random: 0
- Named: true
- }
- Coating_Bottle: {
- Random: 0
- Named: true
- }
-}
-CP_Weapon_Scroll_Box: {
- CP_Weapon_Scroll: {
- Random: 0
- Named: true
- }
- Coating_Bottle: {
- Random: 0
- Named: true
- }
-}
-Repair_Scroll_Box: {
- Repair_Scroll: {
- Random: 0
- Named: true
- }
- Iron_Ore: {
- Random: 0
- Named: true
- }
- Iron: {
- Random: 0
- Named: true
- }
- Oridecon_Stone: {
- Random: 0
- Named: true
- }
- Steel: {
- Random: 0
- Named: true
- }
-}
-Super_Pet_Egg1: {
- Tiara: {
- Random: 1
- Named: true
- Rate: 2
- }
- Crown: {
- Random: 1
- Named: true
- Rate: 2
- }
- Loard_Circlet: {
- Random: 1
- Named: true
- Rate: 1
- }
-//unsupported/unknown item 'Ear_Of_Angel'
-// Ear_Of_Angel: {
-// Random: 1
-// Named: true
-// Rate: 5
-// }
-//unsupported/unknown item 'Ear_Of_Devil'
-// Ear_Of_Devil: {
-// Random: 1
-// Named: true
-// Rate: 5
-// }
- Flying_Angel: {
- Random: 1
- Named: true
- Rate: 20
- }
- Dark_Lord_Card: {
- Random: 1
- Named: true
- Rate: 1
- }
- Angeling_Card: {
- Random: 1
- Named: true
- Rate: 2
- }
- Ghostring_Card: {
- Random: 1
- Named: true
- Rate: 2
- }
- Nurse_Cap: {
- Random: 1
- Named: true
- Rate: 80
- }
- Centimental_Flower: {
- Random: 1
- Named: true
- Rate: 45
- }
- Tulip_Hairpin: {
- Random: 1
- Named: true
- Rate: 50
- }
- Old_Card_Album: {
- Random: 1
- Count: 2
- Named: true
- Rate: 85
- }
- Old_Violet_Box: {
- Random: 1
- Count: 5
- Named: true
- Rate: 130
- }
- Yggdrasilberry: {
- Random: 1
- Count: 15
- Named: true
- Rate: 170
- }
- Seed_Of_Yggdrasil: {
- Random: 1
- Count: 30
- Named: true
- Rate: 170
- }
- Zeny_Scroll: {
- Random: 1
- Count: 10
- Named: true
- Rate: 230
- }
-}
-Super_Pet_Egg2: {
- Golden_Gear: {
- Random: 1
- Named: true
- Rate: 6
- }
- Coronet: {
- Random: 1
- Named: true
- Rate: 3
- }
- Ghost_Bandana: {
- Random: 1
- Named: true
- Rate: 6
- }
- Horn_Of_Succubus: {
- Random: 1
- Named: true
- Rate: 2
- }
- Inccubus_Horn: {
- Random: 1
- Named: true
- Rate: 2
- }
- Archangeling_Card: {
- Random: 1
- Named: true
- Rate: 10
- }
- Knight_Of_Abyss_Card: {
- Random: 1
- Named: true
- Rate: 3
- }
- Pharaoh_Card: {
- Random: 1
- Named: true
- Rate: 1
- }
- Poring_Hat: {
- Random: 1
- Named: true
- Rate: 80
- }
- Centimental_Leaf: {
- Random: 1
- Named: true
- Rate: 50
- }
- First_Moon_Hair_Pin: {
- Random: 1
- Named: true
- Rate: 40
- }
- Cigar: {
- Random: 1
- Named: true
- Rate: 20
- }
- Old_Card_Album: {
- Random: 1
- Count: 2
- Named: true
- Rate: 90
- }
- Old_Violet_Box: {
- Random: 1
- Count: 5
- Named: true
- Rate: 130
- }
- Yggdrasilberry: {
- Random: 1
- Count: 15
- Named: true
- Rate: 160
- }
- Seed_Of_Yggdrasil: {
- Random: 1
- Count: 30
- Named: true
- Rate: 170
- }
- Zeny_Scroll: {
- Random: 1
- Count: 10
- Named: true
- Rate: 227
- }
-}
-Super_Pet_Egg3: {
-//unsupported/unknown item 'Oldman'
-// Oldman: {
-// Random: 1
-// Named: true
-// Rate: 5
-// }
- Fillet: {
- Random: 1
- Named: true
- Rate: 6
- }
- Smoking_Pipe: {
- Random: 1
- Named: true
- Rate: 3
- }
- Kafra_Band: {
- Random: 1
- Named: true
- Rate: 1
- }
- Hair_Protector: {
- Random: 1
- Named: true
- Rate: 6
- }
- Crescent_Scythe: {
- Random: 1
- Named: true
- Rate: 10
- }
- House_Auger: {
- Random: 1
- Named: true
- Rate: 33
- }
- Dark_Illusion_Card: {
- Random: 1
- Named: true
- Rate: 2
- }
- Drake_Card: {
- Random: 1
- Named: true
- Rate: 2
- }
- Maya_Card: {
- Random: 1
- Named: true
- Rate: 2
- }
- Ear_Mufs: {
- Random: 1
- Named: true
- Rate: 100
- }
- Pair_Of_Red_Ribbon: {
- Random: 1
- Named: true
- Rate: 50
- }
- Old_Card_Album: {
- Random: 1
- Count: 2
- Named: true
- Rate: 90
- }
- Old_Violet_Box: {
- Random: 1
- Count: 5
- Named: true
- Rate: 120
- }
- Yggdrasilberry: {
- Random: 1
- Count: 15
- Named: true
- Rate: 180
- }
- Seed_Of_Yggdrasil: {
- Random: 1
- Count: 30
- Named: true
- Rate: 170
- }
- Zeny_Scroll: {
- Random: 1
- Count: 10
- Named: true
- Rate: 220
- }
-}
-Super_Pet_Egg4: {
- Angelic_Chain: {
- Random: 1
- Named: true
- Rate: 3
- }
- Magestic_Goat: {
- Random: 1
- Named: true
- Rate: 3
- }
- Sharp_Gear: {
- Random: 1
- Named: true
- Rate: 2
- }
- Helm_Of_Angel: {
- Random: 1
- Named: true
- Rate: 2
- }
- Orc_Hero_Helm: {
- Random: 1
- Named: true
- Rate: 4
- }
- Doppelganger_Card: {
- Random: 1
- Named: true
- Rate: 1
- }
- Osiris_Card: {
- Random: 1
- Named: true
- Rate: 2
- }
- Phreeoni_Card: {
- Random: 1
- Named: true
- Rate: 2
- }
- Green_Feeler: {
- Random: 1
- Named: true
- Rate: 70
- }
-//unsupported/unknown item 'Big_Sis'
-// Big_Sis: {
-// Random: 1
-// Named: true
-// Rate: 50
-// }
- Mistic_Rose: {
- Random: 1
- Named: true
- Rate: 36
- }
- Well_Baked_Toast: {
- Random: 1
- Named: true
- Rate: 35
- }
- Old_Card_Album: {
- Random: 1
- Count: 2
- Named: true
- Rate: 90
- }
- Old_Violet_Box: {
- Random: 1
- Count: 5
- Named: true
- Rate: 130
- }
- Yggdrasilberry: {
- Random: 1
- Count: 15
- Named: true
- Rate: 170
- }
- Seed_Of_Yggdrasil: {
- Random: 1
- Count: 30
- Named: true
- Rate: 170
- }
- Zeny_Scroll: {
- Random: 1
- Count: 10
- Named: true
- Rate: 230
- }
-}
-Super_Card_Pet_Egg1: {
- Orc_Lady_Card: {
- Random: 1
- Named: true
- Rate: 40
- }
- Mummy_Card: {
- Random: 1
- Named: true
- Rate: 30
- }
- Marina_Card: {
- Random: 1
- Named: true
- Rate: 80
- }
- Desert_Wolf_Card: {
- Random: 1
- Named: true
- Rate: 80
- }
- Soldier_Skeleton_Card: {
- Random: 1
- Named: true
- Rate: 17
- }
- Magnolia_Card: {
- Random: 1
- Named: true
- Rate: 40
- }
- Andre_Card: {
- Random: 1
- Named: true
- Rate: 7
- }
- Mandragora_Card: {
- Random: 1
- Named: true
- Rate: 40
- }
- Vadon_Card: {
- Random: 1
- Named: true
- Rate: 50
- }
- Baphomet_Card: {
- Random: 1
- Named: true
- Rate: 2
- }
- Drainliar_Card: {
- Random: 1
- Named: true
- Rate: 50
- }
- Flying_Deleter_Card: {
- Random: 1
- Named: true
- Rate: 20
- }
- Nightmare_Terror_Card: {
- Random: 1
- Named: true
- Rate: 8
- }
- Pest_Card: {
- Random: 1
- Named: true
- Rate: 20
- }
- Marc_Card: {
- Random: 1
- Named: true
- Rate: 20
- }
- Dark_Frame_Card: {
- Random: 1
- Named: true
- Rate: 10
- }
- Deleter_Card: {
- Random: 1
- Named: true
- Rate: 5
- }
- Yggdrasilberry: {
- Random: 1
- Count: 15
- Named: true
- Rate: 165
- }
- Seed_Of_Yggdrasil: {
- Random: 1
- Count: 20
- Named: true
- Rate: 166
- }
- Zeny_Scroll: {
- Random: 1
- Count: 5
- Named: true
- Rate: 150
- }
-}
-Super_Card_Pet_Egg2: {
- Orc_Load_Card: {
- Random: 1
- Named: true
- Rate: 2
- }
- Skel_Worker_Card: {
- Random: 1
- Named: true
- Rate: 30
- }
- Minorous_Card: {
- Random: 1
- Named: true
- Rate: 55
- }
- Garm_Baby_Card: {
- Random: 1
- Named: true
- Rate: 18
- }
- Goblin_Card: {
- Random: 1
- Named: true
- Rate: 25
- }
- Caramel_Card: {
- Random: 1
- Named: true
- Rate: 70
- }
- Scorpion_Card: {
- Random: 1
- Named: true
- Rate: 5
- }
- Flora_Card: {
- Random: 1
- Named: true
- Rate: 35
- }
- Hunter_Fly_Card: {
- Random: 1
- Named: true
- Rate: 35
- }
- Pecopeco_Egg_Card: {
- Random: 1
- Named: true
- Rate: 40
- }
- Hydra_Card: {
- Random: 1
- Named: true
- Rate: 30
- }
- Disguise_Card: {
- Random: 1
- Named: true
- Rate: 30
- }
- Rybio_Card: {
- Random: 1
- Named: true
- Rate: 9
- }
- Wraith_Dead_Card: {
- Random: 1
- Named: true
- Rate: 20
- }
- Majoruros_Card: {
- Random: 1
- Named: true
- Rate: 18
- }
- Pupa_Card: {
- Random: 1
- Named: true
- Rate: 40
- }
- Pecopeco_Card: {
- Random: 1
- Named: true
- Rate: 40
- }
- Yggdrasilberry: {
- Random: 1
- Count: 15
- Named: true
- Rate: 168
- }
- Seed_Of_Yggdrasil: {
- Random: 1
- Count: 20
- Named: true
- Rate: 165
- }
- Zeny_Scroll: {
- Random: 1
- Count: 5
- Named: true
- Rate: 166
- }
-}
-Super_Card_Pet_Egg3: {
- Elder_Wilow_Card: {
- Random: 1
- Named: true
- Rate: 70
- }
- Deviruchi_Card: {
- Random: 1
- Named: true
- Rate: 20
- }
- Marduk_Card: {
- Random: 1
- Named: true
- Rate: 40
- }
- Carat_Card: {
- Random: 1
- Named: true
- Rate: 45
- }
- Choco_Card: {
- Random: 1
- Named: true
- Rate: 30
- }
- Pharaoh_Card: {
- Random: 1
- Named: true
- Rate: 1
- }
- Nine_Tail_Card: {
- Random: 1
- Named: true
- Rate: 30
- }
- Whisper_Card: {
- Random: 1
- Named: true
- Rate: 10
- }
- Frilldora_Card: {
- Random: 1
- Named: true
- Rate: 20
- }
- Dragon_Tail_Card: {
- Random: 1
- Named: true
- Rate: 33
- }
- Baphomet__Card: {
- Random: 1
- Named: true
- Rate: 10
- }
- Daydric_Card: {
- Random: 1
- Named: true
- Rate: 35
- }
- Harpy_Card: {
- Random: 1
- Named: true
- Rate: 50
- }
- Whisper_Boss_Card: {
- Random: 1
- Named: true
- Rate: 10
- }
- Thara_Frog_Card: {
- Random: 1
- Named: true
- Rate: 50
- }
- Executioner_Card: {
- Random: 1
- Named: true
- Rate: 35
- }
- Khalitzburg_Card: {
- Random: 1
- Named: true
- Rate: 30
- }
- Yggdrasilberry: {
- Random: 1
- Count: 15
- Named: true
- Rate: 171
- }
- Seed_Of_Yggdrasil: {
- Random: 1
- Count: 20
- Named: true
- Rate: 170
- }
- Zeny_Scroll: {
- Random: 1
- Count: 5
- Named: true
- Rate: 140
- }
-}
-Super_Card_Pet_Egg4: {
- Thief_Bug_Male_Card: {
- Random: 1
- Named: true
- Rate: 60
- }
- Verit_Card: {
- Random: 1
- Named: true
- Rate: 70
- }
- Matyr_Card: {
- Random: 1
- Named: true
- Rate: 25
- }
- Sohee_Card: {
- Random: 1
- Named: true
- Rate: 19
- }
- Antique_Firelock_Card: {
- Random: 1
- Named: true
- Rate: 40
- }
- Blood_Butterfly_Card: {
- Random: 1
- Named: true
- Rate: 38
- }
- Mimic_Card: {
- Random: 1
- Named: true
- Rate: 35
- }
- Zerom_Card: {
- Random: 1
- Named: true
- Rate: 38
- }
- Phen_Card: {
- Random: 1
- Named: true
- Rate: 10
- }
- Kobold_Card: {
- Random: 1
- Named: true
- Rate: 40
- }
- Moonlight_Flower_Card: {
- Random: 1
- Named: true
- Rate: 1
- }
- Mantis_Card: {
- Random: 1
- Named: true
- Rate: 45
- }
- Smokie_Card: {
- Random: 1
- Named: true
- Rate: 65
- }
- Vitata_Card: {
- Random: 1
- Named: true
- Rate: 10
- }
- High_Orc_Card: {
- Random: 1
- Named: true
- Rate: 3
- }
- Penomena_Card: {
- Random: 1
- Named: true
- Rate: 13
- }
- Tirfing_Card: {
- Random: 1
- Named: true
- Rate: 18
- }
- Yggdrasilberry: {
- Random: 1
- Count: 15
- Named: true
- Rate: 165
- }
- Seed_Of_Yggdrasil: {
- Random: 1
- Count: 20
- Named: true
- Rate: 165
- }
- Zeny_Scroll: {
- Random: 1
- Count: 5
- Named: true
- Rate: 140
- }
-}
-Vigorgra_Package1: {
- Battle_Manual: {
- Random: 0
- Count: 2
- Named: true
- }
- Str_Dish10_: {
- Random: 0
- Count: 2
- Named: true
- }
- Agi_Dish10_: {
- Random: 0
- Count: 2
- Named: true
- }
- Inc_Agi_10_Scroll: {
- Random: 0
- Count: 15
- Named: true
- }
- Blessing_10_Scroll: {
- Random: 0
- Count: 15
- Named: true
- }
- Kafra_Card: {
- Random: 0
- Named: true
- }
- Token_Of_Siegfried: {
- Random: 0
- Named: true
- }
-}
-Vigorgra_Package2: {
- Battle_Manual: {
- Random: 0
- Count: 2
- Named: true
- }
- Str_Dish10_: {
- Random: 0
- Count: 2
- Named: true
- }
- Vit_Dish10_: {
- Random: 0
- Count: 2
- Named: true
- }
- Inc_Agi_10_Scroll: {
- Random: 0
- Count: 15
- Named: true
- }
- Blessing_10_Scroll: {
- Random: 0
- Count: 15
- Named: true
- }
- Kafra_Card: {
- Random: 0
- Named: true
- }
- Token_Of_Siegfried: {
- Random: 0
- Named: true
- }
-}
-Vigorgra_Package3: {
- Battle_Manual: {
- Random: 0
- Count: 2
- Named: true
- }
- Int_Dish10_: {
- Random: 0
- Count: 2
- Named: true
- }
- Dex_Dish10_: {
- Random: 0
- Count: 2
- Named: true
- }
- Inc_Agi_10_Scroll: {
- Random: 0
- Count: 15
- Named: true
- }
- Blessing_10_Scroll: {
- Random: 0
- Count: 15
- Named: true
- }
- Kafra_Card: {
- Random: 0
- Named: true
- }
- Token_Of_Siegfried: {
- Random: 0
- Named: true
- }
-}
-Vigorgra_Package6: {
- Battle_Manual: {
- Random: 0
- Count: 2
- Named: true
- }
- Str_Dish10_: {
- Random: 0
- Count: 2
- Named: true
- }
- Agi_Dish10_: {
- Random: 0
- Count: 2
- Named: true
- }
- Adrenaline_Scroll: {
- Random: 0
- Count: 24
- Named: true
- }
- Aspersio_5_Scroll: {
- Random: 0
- Count: 20
- Named: true
- }
- Holy_Water: {
- Random: 0
- Count: 20
- Named: true
- }
- Kafra_Card: {
- Random: 0
- Named: true
- }
- Token_Of_Siegfried: {
- Random: 0
- Named: true
- }
-}
-Vigorgra_Package7: {
- Battle_Manual: {
- Random: 0
- Count: 4
- Named: true
- }
- Str_Dish10_: {
- Random: 0
- Count: 4
- Named: true
- }
- Agi_Dish10_: {
- Random: 0
- Count: 4
- Named: true
- }
- Inc_Agi_10_Scroll: {
- Random: 0
- Count: 30
- Named: true
- }
- Blessing_10_Scroll: {
- Random: 0
- Count: 30
- Named: true
- }
- Kafra_Card: {
- Random: 0
- Count: 2
- Named: true
- }
- Token_Of_Siegfried: {
- Random: 0
- Count: 2
- Named: true
- }
-}
-Vigorgra_Package9: {
- Battle_Manual: {
- Random: 0
- Count: 4
- Named: true
- }
- Int_Dish10_: {
- Random: 0
- Count: 4
- Named: true
- }
- Dex_Dish10_: {
- Random: 0
- Count: 4
- Named: true
- }
- Inc_Agi_10_Scroll: {
- Random: 0
- Count: 30
- Named: true
- }
- Blessing_10_Scroll: {
- Random: 0
- Count: 30
- Named: true
- }
- Kafra_Card: {
- Random: 0
- Count: 2
- Named: true
- }
- Token_Of_Siegfried: {
- Random: 0
- Count: 2
- Named: true
- }
-}
-Vigorgra_Package10: {
- Battle_Manual: {
- Random: 0
- Count: 4
- Named: true
- }
- Int_Dish10_: {
- Random: 0
- Count: 4
- Named: true
- }
- Vit_Dish10_: {
- Random: 0
- Count: 4
- Named: true
- }
- Inc_Agi_10_Scroll: {
- Random: 0
- Count: 30
- Named: true
- }
- Blessing_10_Scroll: {
- Random: 0
- Count: 30
- Named: true
- }
- Kafra_Card: {
- Random: 0
- Count: 2
- Named: true
- }
- Token_Of_Siegfried: {
- Random: 0
- Count: 2
- Named: true
- }
-}
-Vigorgra_Package12: {
- Battle_Manual: {
- Random: 0
- Count: 4
- Named: true
- }
- Str_Dish10_: {
- Random: 0
- Count: 4
- Named: true
- }
- Agi_Dish10_: {
- Random: 0
- Count: 4
- Named: true
- }
- Adrenaline_Scroll: {
- Random: 0
- Count: 48
- Named: true
- }
- Aspersio_5_Scroll: {
- Random: 0
- Count: 40
- Named: true
- }
- Holy_Water: {
- Random: 0
- Count: 40
- Named: true
- }
- Kafra_Card: {
- Random: 0
- Count: 2
- Named: true
- }
- Token_Of_Siegfried: {
- Random: 0
- Count: 2
- Named: true
- }
-}
-Pet_Egg_Scroll12: {
- Poring_Box: {
- Random: 1
- Named: true
- Rate: 80
- }
- Vit_Dish10_: {
- Random: 1
- Count: 10
- Named: true
- Rate: 150
- }
- Old_Violet_Box: {
- Random: 1
- Named: true
- Rate: 80
- }
- Dex_Dish10_: {
- Random: 1
- Count: 10
- Named: true
- Rate: 150
- }
- Megaphone_: {
- Random: 1
- Count: 3
- Named: true
- Rate: 150
- }
- Kafra_Card: {
- Random: 1
- Count: 5
- Named: true
- Rate: 180
- }
- Luk_Dish10_: {
- Random: 1
- Count: 10
- Named: true
- Rate: 180
- }
- Elven_Ears: {
- Random: 1
- Named: true
- Rate: 10
- }
- Flying_Angel: {
- Random: 1
- Named: true
- Rate: 10
- }
- Zeny_Scroll: {
- Random: 1
- Named: true
- Rate: 10
- }
-}
-Pet_Egg_Scroll13: {
- Elephant_Hat: {
- Random: 1
- Named: true
- Rate: 10
- }
- Happy_Wig: {
- Random: 1
- Named: true
- Rate: 10
- }
- Enriched_Oridecon: {
- Random: 1
- Count: 5
- Named: true
- Rate: 170
- }
- Enriched_Elunium: {
- Random: 1
- Count: 5
- Named: true
- Rate: 300
- }
- Zeny_Scroll: {
- Random: 1
- Named: true
- Rate: 10
- }
- Yggdrasilberry: {
- Random: 1
- Count: 7
- Named: true
- Rate: 100
- }
- Fruit_Of_Mastela: {
- Random: 1
- Count: 15
- Named: true
- Rate: 100
- }
- Blue_Herb: {
- Random: 1
- Count: 8
- Named: true
- Rate: 100
- }
- Insurance: {
- Random: 1
- Count: 3
- Named: true
- Rate: 100
- }
- White_Slim_Potion: {
- Random: 1
- Count: 20
- Named: true
- Rate: 100
- }
-}
-Pet_Egg_Scroll14: {
- Hibiscus: {
- Random: 1
- Named: true
- Rate: 10
- }
- Charming_Ribbon: {
- Random: 1
- Named: true
- Rate: 10
- }
- Enriched_Oridecon: {
- Random: 1
- Count: 5
- Named: true
- Rate: 150
- }
- Enriched_Elunium: {
- Random: 1
- Count: 5
- Named: true
- Rate: 250
- }
- Zeny_Scroll: {
- Random: 1
- Named: true
- Rate: 50
- }
- Yggdrasilberry: {
- Random: 1
- Count: 7
- Named: true
- Rate: 100
- }
- Fruit_Of_Mastela: {
- Random: 1
- Count: 15
- Named: true
- Rate: 100
- }
- Grape_Juice: {
- Random: 1
- Count: 20
- Named: true
- Rate: 100
- }
- Insurance: {
- Random: 1
- Count: 3
- Named: true
- Rate: 100
- }
- White_Slim_Potion: {
- Random: 1
- Count: 20
- Named: true
- Rate: 130
- }
-}
-Super_Pet_Egg5: {
- Bird_Nest: {
- Random: 1
- Named: true
- Rate: 15
- }
- Fallen_Leaves: {
- Random: 1
- Named: true
- Rate: 10
- }
- Sheep_Hat: {
- Random: 1
- Named: true
- Rate: 5
- }
- Pumpkin_Hat: {
- Random: 1
- Named: true
- Rate: 10
- }
- Cyclops_Visor: {
- Random: 1
- Named: true
- Rate: 6
- }
- Alice_Doll: {
- Random: 1
- Named: true
- Rate: 5
- }
- Magic_Eyes: {
- Random: 1
- Named: true
- Rate: 5
- }
- Minstrel_Hat: {
- Random: 1
- Named: true
- Rate: 5
- }
- Steel: {
- Random: 1
- Count: 10
- Named: true
- Rate: 53
- }
- Old_Card_Album: {
- Random: 1
- Count: 2
- Named: true
- Rate: 90
- }
- Old_Violet_Box: {
- Random: 1
- Count: 5
- Named: true
- Rate: 150
- }
- Yggdrasilberry: {
- Random: 1
- Count: 15
- Named: true
- Rate: 200
- }
- Seed_Of_Yggdrasil: {
- Random: 1
- Count: 30
- Named: true
- Rate: 230
- }
- Zeny_Scroll_Box: {
- Random: 1
- Count: 10
- Named: true
- Rate: 216
- }
-}
-Super_Pet_Egg6: {
- Marionette_Doll: {
- Random: 1
- Named: true
- Rate: 5
- }
- Gambler_Hat: {
- Random: 1
- Named: true
- Rate: 10
- }
- Elephant_Hat: {
- Random: 1
- Named: true
- Rate: 10
- }
- Baseball_Cap: {
- Random: 1
- Named: true
- Rate: 5
- }
- Silver_Tiara: {
- Random: 1
- Named: true
- Rate: 5
- }
- Joker_Jester_: {
- Random: 1
- Named: true
- Rate: 6
- }
- Headset_OST: {
- Random: 1
- Named: true
- Rate: 5
- }
- Chinese_Crown: {
- Random: 1
- Named: true
- Rate: 5
- }
- Steel: {
- Random: 1
- Count: 10
- Named: true
- Rate: 53
- }
- Old_Card_Album: {
- Random: 1
- Count: 2
- Named: true
- Rate: 90
- }
- Old_Violet_Box: {
- Random: 1
- Count: 5
- Named: true
- Rate: 150
- }
- Yggdrasilberry: {
- Random: 1
- Count: 15
- Named: true
- Rate: 200
- }
- Seed_Of_Yggdrasil: {
- Random: 1
- Count: 30
- Named: true
- Rate: 230
- }
- Zeny_Scroll_Box: {
- Random: 1
- Count: 10
- Named: true
- Rate: 226
- }
-}
-Super_Pet_Egg7: {
- Candle: {
- Random: 1
- Named: true
- Rate: 15
- }
- Gold_Tiara: {
- Random: 1
- Named: true
- Rate: 5
- }
- Phrygian_Cap_: {
- Random: 1
- Named: true
- Rate: 10
- }
- Helm_Of_Darkness: {
- Random: 1
- Named: true
- Rate: 5
- }
- Puppy_Hat: {
- Random: 1
- Named: true
- Rate: 10
- }
- Romantic_White_Flower: {
- Random: 1
- Named: true
- Rate: 8
- }
- Hibiscus: {
- Random: 1
- Named: true
- Rate: 5
- }
- Charming_Ribbon: {
- Random: 1
- Named: true
- Rate: 10
- }
- Steel: {
- Random: 1
- Count: 10
- Named: true
- Rate: 53
- }
- Old_Card_Album: {
- Random: 1
- Count: 2
- Named: true
- Rate: 90
- }
- Old_Violet_Box: {
- Random: 1
- Count: 5
- Named: true
- Rate: 150
- }
- Yggdrasilberry: {
- Random: 1
- Count: 15
- Named: true
- Rate: 200
- }
- Seed_Of_Yggdrasil: {
- Random: 1
- Count: 30
- Named: true
- Rate: 230
- }
- Zeny_Scroll_Box: {
- Random: 1
- Count: 10
- Named: true
- Rate: 209
- }
-}
-Super_Pet_Egg8: {
- Angeling_Hat: {
- Random: 1
- Named: true
- Rate: 5
- }
- Coppola: {
- Random: 1
- Named: true
- Rate: 10
- }
- Tongue_Mask: {
- Random: 1
- Named: true
- Rate: 15
- }
- Captain_Hat: {
- Random: 1
- Named: true
- Rate: 5
- }
- Laurel_Wreath: {
- Random: 1
- Named: true
- Rate: 5
- }
- Geographer_Band: {
- Random: 1
- Named: true
- Rate: 5
- }
- Twin_Ribbon: {
- Random: 1
- Named: true
- Rate: 5
- }
- Bird_Nest_Hat: {
- Random: 1
- Named: true
- Rate: 10
- }
- Steel: {
- Random: 1
- Count: 10
- Named: true
- Rate: 53
- }
- Old_Card_Album: {
- Random: 1
- Count: 2
- Named: true
- Rate: 90
- }
- Old_Violet_Box: {
- Random: 1
- Count: 5
- Named: true
- Rate: 150
- }
- Yggdrasilberry: {
- Random: 1
- Count: 15
- Named: true
- Rate: 200
- }
- Seed_Of_Yggdrasil: {
- Random: 1
- Count: 30
- Named: true
- Rate: 230
- }
- Zeny_Scroll_Box: {
- Random: 1
- Count: 10
- Named: true
- Rate: 217
- }
-}
-Pet_Egg_Scroll_E: {
- Exorcize_Herb: {
- Random: 1
- Count: 10
- Named: true
- Rate: 350
- }
- Silk_Ribbon: {
- Random: 1
- Named: true
- Rate: 130
- }
- Realgar_Wine: {
- Random: 1
- Count: 10
- Named: true
- Rate: 350
- }
- Chung_E_Cake: {
- Random: 1
- Count: 10
- Named: true
- Rate: 70
- }
- Bok_Choy: {
- Random: 1
- Count: 10
- Named: true
- Rate: 70
- }
- Chung_E_Ticket: {
- Random: 1
- Named: true
- Rate: 10
- }
- Spring_Rabbit_Ticket: {
- Random: 1
- Named: true
- Rate: 10
- }
- Zeny_Scroll_Box: {
- Random: 1
- Named: true
- Rate: 10
- }
-}
-Ramen_Hat_Box: {
- Ramen_Hat: {
- Random: 0
- Expire: 336
- Named: true
- }
-}
-Mysterious_Travel_Sack1: {
- Yellow_Baseball_Cap: {
- Random: 1
- Named: true
- Rate: 1
- }
- Valkyrie_Feather_Band: {
- Random: 1
- Named: true
- Rate: 5
- }
- Soulless_Wing: {
- Random: 1
- Named: true
- Rate: 5
- }
- Afro_Wig: {
- Random: 1
- Named: true
- Rate: 1
- }
- Happy_Wig: {
- Random: 1
- Named: true
- Rate: 1
- }
- Shiny_Wig: {
- Random: 1
- Named: true
- Rate: 1
- }
- Ring_Of_Water: {
- Random: 1
- Named: true
- Rate: 2
- }
- Ring_Of_Fire: {
- Random: 1
- Named: true
- Rate: 2
- }
- Dun_Tele_Scroll1: {
- Random: 1
- Named: true
- Rate: 2
- }
- Dun_Tele_Scroll1_Box: {
- Random: 1
- Named: true
- Rate: 5
- }
- Shadow_Armor_S_Box10: {
- Random: 1
- Named: true
- Rate: 5
- }
- Holy_Armor_S_Box10: {
- Random: 1
- Named: true
- Rate: 5
- }
- Small_Life_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 200
- }
- Med_Life_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 200
- }
- S_Def_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 200
- }
- S_Mdef_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 80
- }
- Max_Weight_Up_Box: {
- Random: 1
- Named: true
- Rate: 80
- }
- Regeneration_Box10: {
- Random: 1
- Named: true
- Rate: 205
- }
-}
-Mysterious_Travel_Sack2: {
- Aussie_Flag_Hat: {
- Random: 1
- Named: true
- Rate: 10
- }
- Chullos: {
- Random: 1
- Named: true
- Rate: 20
- }
- Ati_Atihan_Hat: {
- Random: 1
- Named: true
- Rate: 5
- }
- Marcher_Hat: {
- Random: 1
- Named: true
- Rate: 5
- }
- Marvelous_Wig: {
- Random: 1
- Named: true
- Rate: 100
- }
- Fantastic_Wig: {
- Random: 1
- Named: true
- Rate: 100
- }
- Ring_Of_Wind: {
- Random: 1
- Named: true
- Rate: 20
- }
- Ring_Of_Earth: {
- Random: 1
- Named: true
- Rate: 20
- }
- Dun_Tele_Scroll1: {
- Random: 1
- Named: true
- Rate: 10
- }
- Dun_Tele_Scroll1_Box: {
- Random: 1
- Named: true
- Rate: 50
- }
- Shadow_Armor_S_Box10: {
- Random: 1
- Named: true
- Rate: 50
- }
- Holy_Armor_S_Box10: {
- Random: 1
- Named: true
- Rate: 50
- }
- Small_Life_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 100
- }
- Med_Life_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 100
- }
- S_Def_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 100
- }
- S_Mdef_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 80
- }
- Max_Weight_Up_Box: {
- Random: 1
- Named: true
- Rate: 80
- }
- Regeneration_Box10: {
- Random: 1
- Named: true
- Rate: 100
- }
-}
-Mysterious_Travel_Sack3: {
- Kettle_Hat: {
- Random: 1
- Named: true
- Rate: 20
- }
- Deviling_Hat: {
- Random: 1
- Named: true
- Rate: 10
- }
- Pecopeco_Hairband: {
- Random: 1
- Named: true
- Rate: 10
- }
- Chick_Hat: {
- Random: 1
- Named: true
- Rate: 50
- }
- Vacation_Hat: {
- Random: 1
- Named: true
- Rate: 30
- }
- Ribbon_Black: {
- Random: 1
- Named: true
- Rate: 60
- }
- Ribbon_Yellow: {
- Random: 1
- Named: true
- Rate: 50
- }
- Ribbon_Green: {
- Random: 1
- Named: true
- Rate: 50
- }
- Dun_Tele_Scroll1: {
- Random: 1
- Named: true
- Rate: 10
- }
- Dun_Tele_Scroll1_Box: {
- Random: 1
- Named: true
- Rate: 50
- }
- Shadow_Armor_S_Box10: {
- Random: 1
- Named: true
- Rate: 50
- }
- Holy_Armor_S_Box10: {
- Random: 1
- Named: true
- Rate: 50
- }
- Small_Life_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 100
- }
- Med_Life_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 100
- }
- S_Def_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 100
- }
- S_Mdef_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 80
- }
- Max_Weight_Up_Box: {
- Random: 1
- Named: true
- Rate: 80
- }
- Regeneration_Box10: {
- Random: 1
- Named: true
- Rate: 100
- }
-}
-Mysterious_Travel_Sack4: {
- Twin_Ribbon: {
- Random: 1
- Named: true
- Rate: 2
- }
- Ribbon_Of_Bride: {
- Random: 1
- Named: true
- Rate: 2
- }
- Charming_Ribbon: {
- Random: 1
- Named: true
- Rate: 1
- }
- Ribbon_Pink: {
- Random: 1
- Named: true
- Rate: 2
- }
- Ribbon_Orange: {
- Random: 1
- Named: true
- Rate: 2
- }
- Ribbon_White: {
- Random: 1
- Named: true
- Rate: 2
- }
- Red_Glasses: {
- Random: 1
- Named: true
- Rate: 1
- }
- Dun_Tele_Scroll1: {
- Random: 1
- Named: true
- Rate: 1
- }
- Dun_Tele_Scroll1_Box: {
- Random: 1
- Named: true
- Rate: 5
- }
- Shadow_Armor_S_Box10: {
- Random: 1
- Named: true
- Rate: 5
- }
- Holy_Armor_S_Box10: {
- Random: 1
- Named: true
- Rate: 5
- }
- Small_Life_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 203
- }
- Med_Life_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 203
- }
- S_Def_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 203
- }
- S_Mdef_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 80
- }
- Max_Weight_Up_Box: {
- Random: 1
- Named: true
- Rate: 80
- }
- Regeneration_Box10: {
- Random: 1
- Named: true
- Rate: 203
- }
-}
-Magician_Card_Box: {
- Blood_Butterfly_Card: {
- Random: 0
- Named: true
- }
- Parasite_Card: {
- Random: 0
- Named: true
- }
- Harpy_Card: {
- Random: 0
- Named: true
- }
- Miyabi_Ningyo_Card: {
- Random: 0
- Named: true
- }
- Wicked_Nymph_Card: {
- Random: 0
- Named: true
- }
- Loli_Ruri_Card: {
- Random: 0
- Named: true
- }
-}
-Acolyte_Card_Box: {
- Rideword_Card: {
- Random: 0
- Named: true
- }
- Fur_Seal_Card: {
- Random: 0
- Named: true
- }
- Live_Peach_Tree_Card: {
- Random: 0
- Named: true
- }
- Geographer_Card: {
- Random: 0
- Named: true
- }
- Cookie_Card: {
- Random: 0
- Named: true
- }
-}
-Archer_Card_Box: {
- Cruiser_Card: {
- Random: 0
- Named: true
- }
- Anolian_Card: {
- Random: 0
- Named: true
- }
- Merman_Card: {
- Random: 0
- Named: true
- }
- Dragon_Tail_Card: {
- Random: 0
- Named: true
- }
- Alligator_Card: {
- Random: 0
- Named: true
- }
-}
-Swordman_Card_Box: {
- Freezer_Card: {
- Random: 0
- Named: true
- }
- Heater_Card: {
- Random: 0
- Named: true
- }
- Solider_Card: {
- Random: 0
- Named: true
- }
- Permeter_Card: {
- Random: 0
- Named: true
- }
- Assulter_Card: {
- Random: 0
- Named: true
- }
-}
-Thief_Card_Box: {
- Shinobi_Card: {
- Random: 0
- Named: true
- }
- Wander_Man_Card: {
- Random: 0
- Named: true
- }
- Wild_Rose_Card: {
- Random: 0
- Named: true
- }
- The_Paper_Card: {
- Random: 0
- Named: true
- }
- Dancing_Dragon_Card: {
- Random: 0
- Named: true
- }
-}
-Merchant_Card_Box: {
- Mystcase_Card: {
- Random: 0
- Named: true
- }
- Zipper_Bear_Card: {
- Random: 0
- Named: true
- }
- Raggler_Card: {
- Random: 0
- Named: true
- }
- Baby_Leopard_Card: {
- Random: 0
- Named: true
- }
- Hylozoist_Card: {
- Random: 0
- Named: true
- }
-}
-Hard_Core_Set_Box: {
- Battle_Manual: {
- Random: 0
- Count: 10
- Named: true
- }
- Bubble_Gum: {
- Random: 0
- Count: 10
- Named: true
- }
- Insurance: {
- Random: 0
- Count: 10
- Named: true
- }
-}
-Kitty_Set_Box: {
- White_Drooping_Kitty: {
- Random: 0
- Named: true
- }
- Blue_Drooping_Kitty: {
- Random: 0
- Named: true
- }
- Pink_Drooping_Kitty: {
- Random: 0
- Named: true
- }
- Yellow_Drooping_Kitty: {
- Random: 0
- Named: true
- }
- Gray_Drooping_Kitty: {
- Random: 0
- Named: true
- }
-}
-Soft_Core_Set_Box: {
- Battle_Manual: {
- Random: 0
- Count: 5
- Named: true
- }
- Bubble_Gum: {
- Random: 0
- Count: 5
- Named: true
- }
- Insurance: {
- Random: 0
- Count: 5
- Named: true
- }
-}
-Deviruchi_Set_Box: {
- Red_Deviruchi_Cap: {
- Random: 0
- Named: true
- }
- White_Deviruchi_Cap: {
- Random: 0
- Named: true
- }
- Gray_Deviruchi_Cap: {
- Random: 0
- Named: true
- }
-}
-MVP_Hunt_Box: {
- Convex_Mirror: {
- Random: 0
- Count: 3
- Named: true
- }
- Token_Of_Siegfried: {
- Random: 0
- Named: true
- }
- Bubble_Gum: {
- Random: 0
- Named: true
- }
- Megaphone_: {
- Random: 0
- Named: true
- }
-}
-Brewing_Box: {
- Dex_Dish10_: {
- Random: 0
- Count: 10
- Named: true
- }
- Int_Dish10_: {
- Random: 0
- Count: 10
- Named: true
- }
- Luk_Dish10_: {
- Random: 0
- Count: 10
- Named: true
- }
-}
-Xmas_Pet_Scroll: {
- Fish_Head_Hat: {
- Random: 1
- Named: true
- Rate: 1
- }
- Santa_Poring_Hat: {
- Random: 1
- Named: true
- Rate: 1
- }
- Bell_Ribbon: {
- Random: 1
- Named: true
- Rate: 1
- }
-//unsupported/unknown item 'Ear_Of_Angel'
-// Ear_Of_Angel: {
-// Random: 1
-// Named: true
-// Rate: 5
-// }
-//unsupported/unknown item 'Ear_Of_Devil'
-// Ear_Of_Devil: {
-// Random: 1
-// Named: true
-// Rate: 5
-// }
- Flying_Angel: {
- Random: 1
- Named: true
- Rate: 5
- }
- Pecopeco_Hairband: {
- Random: 1
- Named: true
- Rate: 2
- }
- Nurse_Cap: {
- Random: 1
- Named: true
- Rate: 20
- }
- Centimental_Flower: {
- Random: 1
- Named: true
- Rate: 20
- }
- Tulip_Hairpin: {
- Random: 1
- Named: true
- Rate: 80
- }
- Old_Violet_Box: {
- Random: 1
- Count: 3
- Named: true
- Rate: 100
- }
- Yggdrasilberry: {
- Random: 1
- Count: 30
- Named: true
- Rate: 110
- }
- Leaf_Of_Yggdrasil: {
- Random: 1
- Count: 30
- Named: true
- Rate: 100
- }
- Crystal_Jewel: {
- Random: 1
- Count: 20
- Named: true
- Rate: 100
- }
- Crystal_Jewel__: {
- Random: 1
- Count: 10
- Named: true
- Rate: 150
- }
- Zeny_Scroll: {
- Random: 1
- Count: 10
- Named: true
- Rate: 150
- }
- Max_Weight_Up_Scroll: {
- Random: 1
- Count: 5
- Named: true
- Rate: 50
- }
-}
-/* unsupported/unknown item 'Lucky_Scroll08'
-Lucky_Scroll08: {
- Kafra_Card: {
- Random: 1
- Count: 15
- Named: true
- Rate: 220
- }
- Battle_Manual: {
- Random: 1
- Count: 5
- Named: true
- Rate: 210
- }
- Bubble_Gum: {
- Random: 1
- Count: 5
- Named: true
- Rate: 210
- }
- Token_Of_Siegfried_Box: {
- Random: 1
- Count: 15
- Named: true
- Rate: 100
- }
- Neuralizer: {
- Random: 1
- Named: true
- Rate: 2
- }
- Mini_Propeller_: {
- Random: 1
- Named: true
- Rate: 1
- }
- Branch_Of_Dead_Tree_Box: {
- Random: 1
- Named: true
- Rate: 5
- }
- Dark_Lord_Card: {
- Random: 1
- Named: true
- Rate: 1
- }
- Dark_Illusion_Card: {
- Random: 1
- Named: true
- Rate: 1
- }
- Angelic_Chain_: {
- Random: 1
- Named: true
- Rate: 2
- }
- Satanic_Chain_: {
- Random: 1
- Named: true
- Rate: 3
- }
- Magestic_Goat_TW: {
- Random: 1
- Named: true
- Rate: 2
- }
- Bunny_Band_: {
- Random: 1
- Named: true
- Rate: 3
- }
- Drooping_Kitty_: {
- Random: 1
- Named: true
- Rate: 5
- }
- Tulip_Hairpin: {
- Random: 1
- Named: true
- Rate: 65
- }
- Insurance_Package: {
- Random: 1
- Named: true
- Rate: 60
- }
- Leaf_Of_Yggdrasil: {
- Random: 1
- Count: 15
- Named: true
- Rate: 110
- }
-}
-*/
-Br_SwordPackage: {
- Plate_Armor_: {
- Random: 0
- Named: true
- }
- Shield_: {
- Random: 0
- Named: true
- }
- Boots_: {
- Random: 0
- Named: true
- }
- Manteau_: {
- Random: 0
- Named: true
- }
- Pupa_Card: {
- Random: 0
- Named: true
- }
- Daydric_Card: {
- Random: 0
- Named: true
- }
- Clip: {
- Random: 0
- Named: true
- }
- Clip: {
- Random: 0
- Named: true
- }
- Helm_: {
- Random: 0
- Named: true
- }
- Iron_Cane: {
- Random: 0
- Named: true
- }
-}
-Br_MagePackage: {
- Silk_Robe_: {
- Random: 0
- Named: true
- }
- Guard_: {
- Random: 0
- Named: true
- }
- Shoes_: {
- Random: 0
- Named: true
- }
- Muffler_: {
- Random: 0
- Named: true
- }
- Pupa_Card: {
- Random: 0
- Named: true
- }
- Phen_Card: {
- Random: 0
- Named: true
- }
- Clip: {
- Random: 0
- Named: true
- }
- Clip: {
- Random: 0
- Named: true
- }
- Wizardry_Hat: {
- Random: 0
- Named: true
- }
-}
-Br_AcolPackage: {
- Saint_Robe_: {
- Random: 0
- Named: true
- }
- Buckler_: {
- Random: 0
- Named: true
- }
- Shoes_: {
- Random: 0
- Named: true
- }
- Muffler_: {
- Random: 0
- Named: true
- }
- Pupa_Card: {
- Random: 0
- Named: true
- }
- Sohee_Card: {
- Random: 0
- Named: true
- }
- Clip: {
- Random: 0
- Named: true
- }
- Clip: {
- Random: 0
- Named: true
- }
- Biretta_: {
- Random: 0
- Named: true
- }
-}
-Br_ArcherPackage: {
- Tights_: {
- Random: 0
- Named: true
- }
- Kakkung_: {
- Random: 0
- Named: true
- }
- Boots_: {
- Random: 0
- Named: true
- }
- Muffler_: {
- Random: 0
- Named: true
- }
- Zerom_Card: {
- Random: 0
- Named: true
- }
- Whisper_Card: {
- Random: 0
- Named: true
- }
- Clip: {
- Random: 0
- Named: true
- }
- Clip: {
- Random: 0
- Named: true
- }
- Apple_Of_Archer: {
- Random: 0
- Named: true
- }
-}
-Br_MerPackage: {
- Chain_Mail_: {
- Random: 0
- Named: true
- }
- Buckler_: {
- Random: 0
- Named: true
- }
- Boots_: {
- Random: 0
- Named: true
- }
- Manteau_: {
- Random: 0
- Named: true
- }
- Pupa_Card: {
- Random: 0
- Named: true
- }
- Daydric_Card: {
- Random: 0
- Named: true
- }
- Clip: {
- Random: 0
- Named: true
- }
- Clip: {
- Random: 0
- Named: true
- }
- Bankruptcy_Of_Heart: {
- Random: 0
- Named: true
- }
-}
-Br_ThiefPackage: {
- Thief_Clothes_: {
- Random: 0
- Named: true
- }
- Buckler_: {
- Random: 0
- Named: true
- }
- Boots_: {
- Random: 0
- Named: true
- }
- Manteau_: {
- Random: 0
- Named: true
- }
- Matyr_Card: {
- Random: 0
- Named: true
- }
- Whisper_Card: {
- Random: 0
- Named: true
- }
- Clip: {
- Random: 0
- Named: true
- }
- Clip: {
- Random: 0
- Named: true
- }
- Ghost_Bandana: {
- Random: 0
- Named: true
- }
-}
-Acidbomb_10_Box: {
- Fire_Bottle: {
- Random: 0
- Count: 10
- Named: true
- }
- Acid_Bottle: {
- Random: 0
- Count: 10
- Named: true
- }
-}
-Basic_Siege_Supply_Box: {
- Siege_White_Potion: {
- Random: 0
- Count: 25
- Named: true
- }
- Siege_Blue_Potion: {
- Random: 0
- Count: 10
- Named: true
- }
-}
-Adv_Siege_Supply_Box: {
- Siege_White_Potion: {
- Random: 0
- Count: 50
- Named: true
- }
- Siege_Blue_Potion: {
- Random: 0
- Count: 20
- Named: true
- }
-}
-Elite_Siege_Supply_Box: {
- Siege_White_Potion: {
- Random: 0
- Count: 100
- Named: true
- }
- Siege_Blue_Potion: {
- Random: 0
- Count: 50
- Named: true
- }
-}
-/* unsupported/unknown item 'Sakura_Scroll'
-Sakura_Scroll: {
- Angelic_Chain: {
- Random: 1
- Named: true
- Rate: 2
- }
- Satanic_Chain: {
- Random: 1
- Named: true
- Rate: 2
- }
- Snowy_Horn: {
- Random: 1
- Named: true
- Rate: 2
- }
- Mini_Propeller: {
- Random: 1
- Named: true
- Rate: 1
- }
- Osiris_Card: {
- Random: 1
- Named: true
- Rate: 1
- }
- Phreeoni_Card: {
- Random: 1
- Named: true
- Rate: 1
- }
- Green_Feeler: {
- Random: 1
- Named: true
- Rate: 130
- }
- Orc_Hero_Helm: {
- Random: 1
- Named: true
- Rate: 2
- }
- Battle_Manual: {
- Random: 1
- Count: 10
- Named: true
- Rate: 170
- }
- Insurance: {
- Random: 1
- Count: 10
- Named: true
- Rate: 160
- }
- Bubble_Gum: {
- Random: 1
- Count: 10
- Named: true
- Rate: 160
- }
- Kafra_Card: {
- Random: 1
- Count: 15
- Named: true
- Rate: 190
- }
- Seed_Of_Yggdrasil: {
- Random: 1
- Count: 50
- Named: true
- Rate: 150
- }
- Iron_Glove: {
- Random: 1
- Named: true
- Rate: 25
- }
- Kabuki_Mask: {
- Random: 1
- Named: true
- Rate: 2
- }
- Mistic_Rose: {
- Random: 1
- Named: true
- Rate: 2
- }
-}
-*/
-Beholder_Ring_Box: {
- Beholder_Ring: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Hallow_Ring_Box: {
- Hallow_Ring: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Clamorous_Ring_Box: {
- Clamorous_Ring: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Chemical_Ring_Box: {
- Chemical_Ring: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Insecticide_Ring_Box: {
- Insecticide_Ring: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Fisher_Ring_Box: {
- Fisher_Ring: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Decussate_Ring_Box: {
- Decussate_Ring: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Bloody_Ring_Box: {
- Bloody_Ring: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Satanic_Ring_Box: {
- Satanic_Ring: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Dragoon_Ring_Box: {
- Dragoon_Ring: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-Angel_Scroll: {
- Angelic_Chain: {
- Random: 1
- Named: true
- Rate: 5
- }
- Dress_Of_Angel: {
- Random: 1
- Named: true
- Rate: 100
- }
-//unsupported/unknown item 'Ear_Of_Angel'
-// Ear_Of_Angel: {
-// Random: 1
-// Named: true
-// Rate: 100
-// }
- Kiss_Of_Angel: {
- Random: 1
- Named: true
- Rate: 30
- }
- Angeling_Hat: {
- Random: 1
- Named: true
- Rate: 50
- }
- Angeling_Hairpin: {
- Random: 1
- Named: true
- Rate: 130
- }
- Gold_Spirit_Chain: {
- Random: 1
- Named: true
- Rate: 110
- }
- Angeling_Card: {
- Random: 1
- Named: true
- Rate: 30
- }
- Blessing_10_Scroll_Box: {
- Random: 1
- Named: true
- Rate: 420
- }
- Archangeling_Card: {
- Random: 1
- Named: true
- Rate: 20
- }
-}
-Devil_Scroll: {
- Satanic_Chain: {
- Random: 1
- Named: true
- Rate: 4
- }
- Book_Of_Devil: {
- Random: 1
- Count: 5
- Named: true
- Rate: 150
- }
-//unsupported/unknown item 'Ear_Of_Devil'
-// Ear_Of_Devil: {
-// Random: 1
-// Named: true
-// Rate: 100
-// }
- Petite_DiablOfs_Wing: {
- Random: 1
- Named: true
- Rate: 125
- }
- Pet_Egg_Scroll1: {
- Random: 1
- Named: true
- Rate: 180
- }
- Deviling_Card: {
- Random: 1
- Named: true
- Rate: 1
- }
- Pet_Egg_Scroll_Box1: {
- Random: 1
- Named: true
- Rate: 200
- }
- Horn_Of_Succubus: {
- Random: 1
- Named: true
- Rate: 45
- }
- Inccubus_Horn: {
- Random: 1
- Named: true
- Rate: 45
- }
- Diabolic_Box: {
- Random: 1
- Named: true
- Rate: 150
- }
-}
-/* unsupported/unknown item 'Surprise_Scroll'
-Surprise_Scroll: {
- Battle_Manual: {
- Random: 1
- Count: 5
- Named: true
- Rate: 130
- }
- Insurance: {
- Random: 1
- Count: 5
- Named: true
- Rate: 130
- }
- Bubble_Gum: {
- Random: 1
- Count: 10
- Named: true
- Rate: 150
- }
- Kafra_Card: {
- Random: 1
- Count: 10
- Named: true
- Rate: 200
- }
- Bloody_Dead_Branch: {
- Random: 1
- Named: true
- Rate: 98
- }
- Branch_Of_Dead_Tree: {
- Random: 1
- Count: 6
- Named: true
- Rate: 130
- }
- Guyak_Candy: {
- Random: 1
- Count: 10
- Named: true
- Rate: 80
- }
- Guyak_Pudding: {
- Random: 1
- Count: 10
- Named: true
- Rate: 80
- }
- Bell_Ribbon_Box: {
- Random: 1
- Named: true
- Rate: 1
- }
- Neuralizer: {
- Random: 1
- Named: true
- Rate: 1
- }
-}
-*/
-July7_Scroll: {
- Basic_Siege_Supply_Box: {
- Random: 0
- Named: true
- }
- Underripe_Yggseed: {
- Random: 1
- Count: 10
- Named: true
- Rate: 1500
- }
- Str_Dish_Box: {
- Random: 1
- Named: true
- Rate: 1500
- }
- Bubble_Gum_Box: {
- Random: 1
- Named: true
- Rate: 1550
- }
- Battle_Manual_Box: {
- Random: 1
- Named: true
- Rate: 1500
- }
- Convex_Mirror_Box: {
- Random: 1
- Named: true
- Rate: 1500
- }
-//unsupported/unknown item 'Eddga_Scroll'
-// Eddga_Scroll: {
-// Random: 1
-// Named: true
-// Rate: 400
-// }
- Token_Of_Siegfried_Box: {
- Random: 1
- Named: true
- Rate: 1500
- }
-//unsupported/unknown item 'Rabbit_Ribbon'
-// Rabbit_Ribbon: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 150
-// }
-//unsupported/unknown item 'Rainbow'
-// Rainbow: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 56
-// }
-//unsupported/unknown item 'Upd_Maya_Puple_Card'
-// Upd_Maya_Puple_Card: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 3
-// }
-//unsupported/unknown item 'Gold_Ingot_Poring_Hat'
-// Gold_Ingot_Poring_Hat: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 150
-// }
- Berzebub_Card: {
- Random: 1
- Announce: true
- Named: true
- Rate: 1
- }
-//unsupported/unknown item 'C_Hair_Of_The_Strong'
-// C_Hair_Of_The_Strong: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 70
-// }
- Guarantee_Weapon_9Up: {
- Random: 1
- Announce: true
- Named: true
- Rate: 20
- }
- Guarantee_Armor_9Up: {
- Random: 1
- Announce: true
- Named: true
- Rate: 20
- }
-//unsupported/unknown item 'RWC2010_Indonesia'
-// RWC2010_Indonesia: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 5
-// }
-//unsupported/unknown item 'Rocket_Helm_RWC'
-// Rocket_Helm_RWC: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 75
-// }
-}
-Bacsojin_Scroll: {
- Magical_Moon_Cake: {
- Random: 1
- Count: 10
- Named: true
- Rate: 150
- }
- Moon_Cake: {
- Random: 1
- Count: 10
- Named: true
- Rate: 150
- }
- Special_Moon_Cake: {
- Random: 1
- Count: 10
- Named: true
- Rate: 150
- }
- Tayelin_Doll_Hat: {
- Random: 1
- Named: true
- Rate: 5
- }
- Binit_Doll_Hat: {
- Random: 1
- Named: true
- Rate: 5
- }
- Debril_Doll_Hat: {
- Random: 1
- Named: true
- Rate: 5
- }
- Blessing_10_Scroll_Box: {
- Random: 1
- Named: true
- Rate: 180
- }
- Hibiscus: {
- Random: 1
- Named: true
- Rate: 25
- }
- Charming_Ribbon: {
- Random: 1
- Named: true
- Rate: 30
- }
- Miracle_Medicine: {
- Random: 1
- Named: true
- Rate: 1
- }
- Slipper: {
- Random: 1
- Named: true
- Rate: 14
- }
- Insurance: {
- Random: 1
- Count: 5
- Named: true
- Rate: 135
- }
- Guyak_Pudding: {
- Random: 1
- Count: 5
- Named: true
- Rate: 150
- }
-}
-Animal_Scroll: {
- Tiger_Mask: {
- Random: 1
- Named: true
- Rate: 5
- }
- Guardian_Lion_Mask: {
- Random: 1
- Named: true
- Rate: 5
- }
- Luk_Dish10: {
- Random: 1
- Count: 5
- Named: true
- Rate: 185
- }
- Panda_Cap: {
- Random: 1
- Named: true
- Rate: 5
- }
- Brown_Bear_Cap: {
- Random: 1
- Named: true
- Rate: 5
- }
- Smokie_Hat: {
- Random: 1
- Named: true
- Rate: 5
- }
- Str_Dish08: {
- Random: 1
- Count: 5
- Named: true
- Rate: 185
- }
- Lazy_Raccoon: {
- Random: 1
- Named: true
- Rate: 5
- }
- Drooping_Bunny: {
- Random: 1
- Named: true
- Rate: 5
- }
- Int_Dish03: {
- Random: 1
- Count: 5
- Named: true
- Rate: 185
- }
- Elephant_Hat_: {
- Random: 1
- Named: true
- Rate: 10
- }
- Sea_Otter_Cap: {
- Random: 1
- Named: true
- Rate: 10
- }
- Vit_Dish09: {
- Random: 1
- Count: 5
- Named: true
- Rate: 185
- }
- Galapago_Cap: {
- Random: 1
- Named: true
- Rate: 10
- }
- Magestic_Goat_TW: {
- Random: 1
- Named: true
- Rate: 5
- }
- Fish_On_Head_: {
- Random: 1
- Named: true
- Rate: 5
- }
- Agi_Dish06: {
- Random: 1
- Count: 5
- Named: true
- Rate: 185
- }
-}
-Heart_Scroll: {
- Orleans_Glove: {
- Random: 1
- Named: true
- Rate: 5
- }
- Wool_Scarf: {
- Random: 1
- Named: true
- Rate: 5
- }
- Red_Glasses: {
- Random: 1
- Named: true
- Rate: 15
- }
- Str_Dish08: {
- Random: 1
- Count: 7
- Named: true
- Rate: 200
- }
- Vit_Dish10: {
- Random: 1
- Count: 5
- Named: true
- Rate: 200
- }
- Spiritual_Ring: {
- Random: 1
- Named: true
- Rate: 1
- }
- Agi_Dish09: {
- Random: 1
- Count: 5
- Named: true
- Rate: 200
- }
- Scarf_Belt: {
- Random: 1
- Named: true
- Rate: 40
- }
- Lesser_Elemental_Ring: {
- Random: 1
- Named: true
- Rate: 5
- }
- Luk_Dish07: {
- Random: 1
- Count: 8
- Named: true
- Rate: 200
- }
- Lion_Mask: {
- Random: 1
- Named: true
- Rate: 20
- }
- Fur_Hat: {
- Random: 1
- Named: true
- Rate: 20
- }
- Ulle_Cap: {
- Random: 1
- Named: true
- Rate: 20
- }
- Valkyrie_Feather_Band: {
- Random: 1
- Named: true
- Rate: 4
- }
- Winter_Hat: {
- Random: 1
- Named: true
- Rate: 20
- }
- Ear_Mufs: {
- Random: 1
- Named: true
- Rate: 45
- }
-}
-New_Year_Scroll: {
- Silver_Tiara: {
- Random: 1
- Named: true
- Rate: 1
- }
- Magic_Card_Album: {
- Random: 1
- Named: true
- Rate: 5
- }
- Guyak_Pudding: {
- Random: 1
- Count: 10
- Named: true
- Rate: 180
- }
- Zeny_Scroll: {
- Random: 1
- Count: 10
- Named: true
- Rate: 180
- }
- Clothing_Dye_Coupon: {
- Random: 1
- Count: 2
- Named: true
- Rate: 50
- }
- Marcher_Hat: {
- Random: 1
- Named: true
- Rate: 1
- }
- Yggdrasilberry_Box_: {
- Random: 1
- Named: true
- Rate: 100
- }
- Dead_Tree_Branch_Box1: {
- Random: 1
- Named: true
- Rate: 132
- }
- Megaphone_Box: {
- Random: 1
- Named: true
- Rate: 150
- }
- Mini_Propeller_: {
- Random: 1
- Named: true
- Rate: 1
- }
- Token_Of_Siegfried_Box: {
- Random: 1
- Named: true
- Rate: 100
- }
- Old_Violet_Box: {
- Random: 1
- Count: 2
- Named: true
- Rate: 100
- }
-}
-Valentine_Pledge_Box: {
- Valentine_Pledge: {
- Random: 0
- Expire: 8760
- Named: true
- }
-}
-Ox_Tail_Scroll: {
- Yggdrasilberry_Box_: {
- Random: 1
- Named: true
- Rate: 1420
- }
- Luk_Dish_Box: {
- Random: 1
- Named: true
- Rate: 1420
- }
- Kafra_Card_Box: {
- Random: 1
- Named: true
- Rate: 1420
- }
- Token_Of_Siegfried_Box: {
- Random: 1
- Named: true
- Rate: 1420
- }
- Insurance_Package: {
- Random: 1
- Named: true
- Rate: 1420
- }
-//unsupported/unknown item 'Zealotus_Scroll'
-// Zealotus_Scroll: {
-// Random: 1
-// Count: 5
-// Named: true
-// Rate: 300
-// }
- Assumptio_5_Scroll_Box: {
- Random: 1
- Named: true
- Rate: 1400
- }
- Max_Weight_Up_Box: {
- Random: 1
- Named: true
- Rate: 500
- }
-//unsupported/unknown item 'B_Dragon_Hat_Box'
-// B_Dragon_Hat_Box: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 150
-// }
-//unsupported/unknown item 'Rain_Cloud'
-// Rain_Cloud: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 87
-// }
-//unsupported/unknown item 'Gold_Ingot_Poring_Hat'
-// Gold_Ingot_Poring_Hat: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 3
-// }
-//unsupported/unknown item 'Maneater_Flower_Hat'
-// Maneater_Flower_Hat: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 150
-// }
-//unsupported/unknown item 'Chilly_Breath'
-// Chilly_Breath: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 100
-// }
-//unsupported/unknown item 'Choco_Stick_In_Mouth'
-// Choco_Stick_In_Mouth: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 100
-// }
-//unsupported/unknown item 'Eyes_Of_Ifrit'
-// Eyes_Of_Ifrit: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 5
-// }
-//unsupported/unknown item 'Majoruros_Horn'
-// Majoruros_Horn: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 100
-// }
-//unsupported/unknown item 'Sealed_D_Lord_Card'
-// Sealed_D_Lord_Card: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 5
-// }
-}
-Buddah_Scroll: {
- Zeny_Scroll: {
- Random: 1
- Count: 7
- Named: true
- Rate: 201
- }
- S_Def_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 112
- }
- S_Mdef_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 111
- }
- B_Def_Potion_Box10: {
- Random: 1
- Named: true
- Rate: 110
- }
- B_Mdef_Potion_Box10: {
- Random: 1
- Named: true
- Rate: 109
- }
- Dun_Tele_Scroll_Box10: {
- Random: 1
- Named: true
- Rate: 108
- }
- Spark_Candy_Box10: {
- Random: 1
- Count: 7
- Named: true
- Rate: 80
- }
- Ati_Atihan_Hat_: {
- Random: 1
- Named: true
- Rate: 50
- }
- Drooping_Bunny: {
- Random: 1
- Named: true
- Rate: 50
- }
- Kabuki_Mask: {
- Random: 1
- Named: true
- Rate: 49
- }
- Deprotai_Doll_Hat: {
- Random: 1
- Named: true
- Rate: 9
- }
- Bright_Fury: {
- Random: 1
- Named: true
- Rate: 8
- }
- Secret_Medicine: {
- Random: 1
- Named: true
- Rate: 2
- }
- Miracle_Medicine: {
- Random: 1
- Named: true
- Rate: 1
- }
-}
-Evil_Incarnation_Disable: {
- Dead_Tree_Branch_Box2: {
- Random: 1
- Named: true
- Rate: 224
- }
- Guyak_Pudding: {
- Random: 1
- Count: 10
- Named: true
- Rate: 124
- }
- Int_Dish_Box: {
- Random: 1
- Named: true
- Rate: 123
- }
- Luk_Dish_Box: {
- Random: 1
- Named: true
- Rate: 122
- }
- Vit_Dish_Box: {
- Random: 1
- Named: true
- Rate: 121
- }
- Str_Dish_Box: {
- Random: 1
- Named: true
- Rate: 120
- }
- Romantic_White_Flower: {
- Random: 1
- Named: true
- Rate: 47
- }
- Love_Berry: {
- Random: 1
- Named: true
- Rate: 46
- }
- Minstrel_Hat: {
- Random: 1
- Named: true
- Rate: 26
- }
- Puppy_Hat: {
- Random: 1
- Named: true
- Rate: 25
- }
- Kafra_Band: {
- Random: 1
- Named: true
- Rate: 10
- }
- Majestic_Evil_Horn: {
- Random: 1
- Named: true
- Rate: 9
- }
- Secret_Medicine: {
- Random: 1
- Count: 2
- Named: true
- Rate: 2
- }
- Miracle_Medicine: {
- Random: 1
- Named: true
- Rate: 1
- }
-}
-/* unsupported/unknown item 'F_Clover_Box_Mouth'
-F_Clover_Box_Mouth: {
-//unsupported/unknown item 'Leaf_Clover_In_Mouth'
-// Leaf_Clover_In_Mouth: {
-// Random: 0
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'Mouth_Bubble_Gum_Box'
-Mouth_Bubble_Gum_Box: {
- Bubble_Gum_In_Mouth: {
- Random: 0
- Named: true
- }
-}
-*/
-/* unsupported/unknown item 'F_Clover_Box_Mouth2'
-F_Clover_Box_Mouth2: {
-//unsupported/unknown item 'Leaf_Clover_In_Mouth'
-// Leaf_Clover_In_Mouth: {
-// Random: 0
-// Expire: 2
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'F_Clover_Box_Mouth4'
-F_Clover_Box_Mouth4: {
-//unsupported/unknown item 'Leaf_Clover_In_Mouth'
-// Leaf_Clover_In_Mouth: {
-// Random: 0
-// Expire: 4
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'BGum_Box_In_Mouth2'
-BGum_Box_In_Mouth2: {
- Bubble_Gum_In_Mouth: {
- Random: 0
- Expire: 2
- Named: true
- }
-}
-*/
-/* unsupported/unknown item 'BGum_Box_In_Mouth4'
-BGum_Box_In_Mouth4: {
- Bubble_Gum_In_Mouth: {
- Random: 0
- Expire: 4
- Named: true
- }
-}
-*/
-/* unsupported/unknown item 'Tw_October_Scroll'
-Tw_October_Scroll: {
- Max_Weight_Up_Box: {
- Random: 1
- Named: true
- Rate: 432
- }
- Token_Of_Siegfried_Box: {
- Random: 1
- Named: true
- Rate: 1350
- }
- Int_Dish_Box: {
- Random: 1
- Named: true
- Rate: 1350
- }
- Bubble_Gum_Box: {
- Random: 1
- Named: true
- Rate: 1350
- }
- Spark_Candy_Box10: {
- Random: 1
- Named: true
- Rate: 1350
- }
- Guyak_Pudding: {
- Random: 1
- Count: 10
- Named: true
- Rate: 1350
- }
- Dun_Tele_Scroll_Box10: {
- Random: 1
- Named: true
- Rate: 1350
- }
- Job_Manual50_Box: {
- Random: 1
- Named: true
- Rate: 650
- }
-//unsupported/unknown item 'Black_Knitted_Hat'
-// Black_Knitted_Hat: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 120
-// }
-//unsupported/unknown item 'Candy_Hat'
-// Candy_Hat: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 120
-// }
- Drooping_Morocc_Minion: {
- Random: 1
- Announce: true
- Named: true
- Rate: 120
- }
- Dress_Hat: {
- Random: 1
- Announce: true
- Named: true
- Rate: 120
- }
-//unsupported/unknown item 'Sealed_Mistress_Card'
-// Sealed_Mistress_Card: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 2
-// }
-//unsupported/unknown item 'Asgard_Blessing'
-// Asgard_Blessing: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 15
-// }
-//unsupported/unknown item 'Ant_Buyanne_Card'
-// Ant_Buyanne_Card: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 1
-// }
- Guarantee_Armor_7Up: {
- Random: 1
- Announce: true
- Named: true
- Rate: 100
- }
- Guarantee_Weapon_7Up: {
- Random: 1
- Announce: true
- Named: true
- Rate: 100
- }
-//unsupported/unknown item 'Comin_Actor_Box'
-// Comin_Actor_Box: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 120
-// }
-}
-*/
-/* unsupported/unknown item 'My_Scroll1'
-My_Scroll1: {
- Battle_Manual_Box: {
- Random: 1
- Named: true
- Rate: 1450
- }
- Agi_Dish_Box: {
- Random: 1
- Named: true
- Rate: 1450
- }
- Megaphone_Box: {
- Random: 1
- Named: true
- Rate: 1450
- }
- Spark_Candy_Box10: {
- Random: 1
- Named: true
- Rate: 1450
- }
- Dun_Tele_Scroll_Box10: {
- Random: 1
- Named: true
- Rate: 1450
- }
- Job_Manual50_Box: {
- Random: 1
- Named: true
- Rate: 1406
- }
-//unsupported/unknown item 'Eddga_Scroll'
-// Eddga_Scroll: {
-// Random: 1
-// Count: 5
-// Named: true
-// Rate: 500
-// }
- Bloody_Dead_Branch: {
- Random: 1
- Named: true
- Rate: 300
- }
- Hellomother_Hat: {
- Random: 1
- Announce: true
- Named: true
- Rate: 50
- }
- King_Tiger_Doll_Hat_Box: {
- Random: 1
- Announce: true
- Named: true
- Rate: 120
- }
- Red_Glasses: {
- Random: 1
- Announce: true
- Named: true
- Rate: 50
- }
-//unsupported/unknown item 'Sealed_Bacsojin_Card'
-// Sealed_Bacsojin_Card: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 3
-// }
-//unsupported/unknown item 'Ancient_Civil_Man'
-// Ancient_Civil_Man: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 150
-// }
-//unsupported/unknown item 'Poker_Card_In_Mouth'
-// Poker_Card_In_Mouth: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 50
-// }
-//unsupported/unknown item 'Upd_Maya_Puple_Card'
-// Upd_Maya_Puple_Card: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 1
-// }
-//unsupported/unknown item 'Blacksmith_Blessing'
-// Blacksmith_Blessing: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 120
-// }
-}
-*/
-/* unsupported/unknown item 'Tw_Nov_Scroll'
-Tw_Nov_Scroll: {
- Zeny_Scroll: {
- Random: 1
- Count: 10
- Named: true
- Rate: 250
- }
- Guyak_Pudding: {
- Random: 1
- Count: 10
- Named: true
- Rate: 80
- }
- Str_Dish_Box: {
- Random: 1
- Named: true
- Rate: 80
- }
- Agi_Dish_Box: {
- Random: 1
- Named: true
- Rate: 80
- }
- Int_Dish_Box: {
- Random: 1
- Named: true
- Rate: 80
- }
- Dex_Dish_Box: {
- Random: 1
- Named: true
- Rate: 80
- }
- Luk_Dish_Box: {
- Random: 1
- Named: true
- Rate: 100
- }
- Vit_Dish_Box: {
- Random: 1
- Named: true
- Rate: 100
- }
- Meteor_10_Scroll_Box: {
- Random: 1
- Named: true
- Rate: 50
- }
- Storm_10_Scroll_Box: {
- Random: 1
- Named: true
- Rate: 25
- }
- Vermilion_10_Scroll_Box: {
- Random: 1
- Named: true
- Rate: 50
- }
-//unsupported/unknown item 'Necromencer'
-// Necromencer: {
-// Random: 1
-// Named: true
-// Rate: 10
-// }
- Anubis_Helm: {
- Random: 1
- Named: true
- Rate: 10
- }
- Miracle_Medicine: {
- Random: 1
- Named: true
- Rate: 5
- }
-}
-*/
-/* unsupported/unknown item 'My_Scroll2'
-My_Scroll2: {
- Seed_Of_Yggdrasil: {
- Random: 1
- Count: 25
- Named: true
- Rate: 125
- }
- Regeneration_Box10: {
- Random: 1
- Named: true
- Rate: 150
- }
- B_Def_Potion_Box10: {
- Random: 1
- Named: true
- Rate: 130
- }
- Poison_Bottle_30_Box: {
- Random: 1
- Count: 3
- Named: true
- Rate: 100
- }
- S_Mdef_Potion_Box10: {
- Random: 1
- Named: true
- Rate: 100
- }
-//unsupported/unknown item 'Tyr'
-// Tyr: {
-// Random: 1
-// Count: 2
-// Named: true
-// Rate: 100
-// }
- Insurance: {
- Random: 1
- Count: 6
- Named: true
- Rate: 20
- }
- Bubble_Gum: {
- Random: 1
- Count: 6
- Named: true
- Rate: 75
- }
- Glass_Of_Illusion_Box10: {
- Random: 1
- Named: true
- Rate: 20
- }
- Old_Card_Album: {
- Random: 1
- Count: 2
- Named: true
- Rate: 98
- }
- Job_Manual50: {
- Random: 1
- Count: 2
- Named: true
- Rate: 49
- }
- Max_Weight_Up_Scroll: {
- Random: 1
- Named: true
- Rate: 20
- }
- Miracle_Medicine: {
- Random: 1
- Named: true
- Rate: 2
- }
- House_Auger: {
- Random: 1
- Named: true
- Rate: 10
- }
- Rabbit_Bonnet: {
- Random: 1
- Named: true
- Rate: 1
- }
-}
-*/
-Pr_Reset_Stone_Box: {
- Premium_Reset_Stone: {
- Random: 0
- }
-}
-/* unsupported/unknown item 'FPremium_Reset_Stone_Box'
-FPremium_Reset_Stone_Box: {
- Premium_Reset_Stone: {
- Random: 0
- }
-}
-*/
-/* unsupported/unknown item 'Majestic_Devil_Scroll'
-Majestic_Devil_Scroll: {
- Exorcize_Herb: {
- Random: 1
- Count: 10
- Named: true
- Rate: 150
- }
- Realgar_Wine: {
- Random: 1
- Count: 10
- Named: true
- Rate: 130
- }
- Mysterious_Travel_Sack2: {
- Random: 1
- Named: true
- Rate: 130
- }
- Old_Bleu_Box: {
- Random: 1
- Count: 5
- Named: true
- Rate: 93
- }
- Mental_Potion: {
- Random: 1
- Count: 2
- Named: true
- Rate: 93
- }
- Teleport_Box1: {
- Random: 1
- Count: 2
- Named: true
- Rate: 93
- }
- Insurance: {
- Random: 1
- Count: 6
- Named: true
- Rate: 20
- }
- Bubble_Gum: {
- Random: 1
- Count: 6
- Named: true
- Rate: 80
- }
- Box_Of_Sunlight: {
- Random: 1
- Count: 5
- Named: true
- Rate: 80
- }
- Max_Weight_Up_Scroll: {
- Random: 1
- Named: true
- Rate: 20
- }
- Guyak_Pudding: {
- Random: 1
- Count: 5
- Named: true
- Rate: 80
- }
- Magic_Card_Album: {
- Random: 1
- Named: true
- Rate: 10
- }
- Orleans_Glove: {
- Random: 1
- Named: true
- Rate: 20
- }
- Majestic_Evil_Horn: {
- Random: 1
- Named: true
- Rate: 1
- }
-}
-*/
-/* unsupported/unknown item 'Ribbon_Of_Life_Box'
-Ribbon_Of_Life_Box: {
-//unsupported/unknown item 'Life_Ribbon'
-// Life_Ribbon: {
-// Random: 0
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'Ribbon_Of_Life_Box2'
-Ribbon_Of_Life_Box2: {
-//unsupported/unknown item 'Life_Ribbon'
-// Life_Ribbon: {
-// Random: 0
-// Expire: 2
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'Ribbon_Of_Life_Box3'
-Ribbon_Of_Life_Box3: {
-//unsupported/unknown item 'Life_Ribbon'
-// Life_Ribbon: {
-// Random: 0
-// Expire: 4
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'Magic_Candy_Box10'
-Magic_Candy_Box10: {
-//unsupported/unknown item 'Magic_Candy'
-// Magic_Candy: {
-// Random: 0
-// Count: 10
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'RWC2010_SuitcaseA'
-RWC2010_SuitcaseA: {
- Battle_Manual: {
- Random: 1
- Count: 5
- Named: true
- Rate: 130
- }
- Insurance: {
- Random: 1
- Count: 5
- Named: true
- Rate: 130
- }
- Bubble_Gum: {
- Random: 1
- Count: 10
- Named: true
- Rate: 150
- }
- Kafra_Card: {
- Random: 1
- Count: 10
- Named: true
- Rate: 200
- }
- Bloody_Dead_Branch: {
- Random: 1
- Named: true
- Rate: 98
- }
- Branch_Of_Dead_Tree: {
- Random: 1
- Count: 6
- Named: true
- Rate: 130
- }
- Guyak_Candy: {
- Random: 1
- Count: 10
- Named: true
- Rate: 80
- }
- Guyak_Pudding: {
- Random: 1
- Count: 10
- Named: true
- Rate: 80
- }
-//unsupported/unknown item 'RWC2010_Indonesia'
-// RWC2010_Indonesia: {
-// Random: 1
-// Named: true
-// Rate: 1
-// }
- Neuralizer: {
- Random: 1
- Named: true
- Rate: 1
- }
-}
-*/
-/* unsupported/unknown item 'RWC2010_SuitcaseB'
-RWC2010_SuitcaseB: {
- Zeny_Scroll: {
- Random: 1
- Count: 7
- Named: true
- Rate: 201
- }
- S_Def_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 112
- }
- S_Mdef_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 111
- }
- B_Def_Potion_Box10: {
- Random: 1
- Named: true
- Rate: 110
- }
- B_Mdef_Potion_Box10: {
- Random: 1
- Named: true
- Rate: 109
- }
- Dun_Tele_Scroll_Box10: {
- Random: 1
- Named: true
- Rate: 108
- }
- Spark_Candy_Box10: {
- Random: 1
- Count: 7
- Named: true
- Rate: 80
- }
- Ati_Atihan_Hat_: {
- Random: 1
- Named: true
- Rate: 50
- }
- Drooping_Bunny: {
- Random: 1
- Named: true
- Rate: 50
- }
- Kabuki_Mask: {
- Random: 1
- Named: true
- Rate: 49
- }
- Deprotai_Doll_Hat: {
- Random: 1
- Named: true
- Rate: 9
- }
-//unsupported/unknown item 'Garuda_Hat'
-// Garuda_Hat: {
-// Random: 1
-// Named: true
-// Rate: 8
-// }
- Secret_Medicine: {
- Random: 1
- Named: true
- Rate: 2
- }
- Miracle_Medicine: {
- Random: 1
- Named: true
- Rate: 1
- }
-}
-*/
-/* unsupported/unknown item 'Sagittarius_Scroll'
-Sagittarius_Scroll: {
-//unsupported/unknown item 'Crown_Of_Deceit_Box'
-// Crown_Of_Deceit_Box: {
-// Random: 1
-// Named: true
-// Rate: 1
-// }
-//unsupported/unknown item 'Sagittarius_Crown_Box'
-// Sagittarius_Crown_Box: {
-// Random: 1
-// Named: true
-// Rate: 10
-// }
- Neuralizer_Box: {
- Random: 1
- Named: true
- Rate: 4
- }
- Pinguicula_Corsage: {
- Random: 1
- Named: true
- Rate: 45
- }
-//unsupported/unknown item 'Turtle_Hat_Box'
-// Turtle_Hat_Box: {
-// Random: 1
-// Named: true
-// Rate: 55
-// }
- Mandragora_Cap: {
- Random: 1
- Named: true
- Rate: 35
- }
-//unsupported/unknown item 'Raven_Cap_Box'
-// Raven_Cap_Box: {
-// Random: 1
-// Named: true
-// Rate: 80
-// }
- Max_Weight_Up_Box: {
- Random: 1
- Named: true
- Rate: 100
- }
- Mental_Potion: {
- Random: 1
- Named: true
- Rate: 100
- }
- Battle_Manual_Box5: {
- Random: 1
- Named: true
- Rate: 170
- }
- Bubble_Gum_Box5: {
- Random: 1
- Named: true
- Rate: 130
- }
- Guyak_Pudding: {
- Random: 1
- Count: 5
- Named: true
- Rate: 160
- }
-//unsupported/unknown item 'Tyr'
-// Tyr: {
-// Random: 1
-// Named: true
-// Rate: 110
-// }
-}
-*/
-/* unsupported/unknown item 'Sagittarius_Scr_Box'
-Sagittarius_Scr_Box: {
-//unsupported/unknown item 'Sagittarius_Scroll'
-// Sagittarius_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Sagittarius_Scroll'
-// Sagittarius_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Sagittarius_Scroll'
-// Sagittarius_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Sagittarius_Scroll'
-// Sagittarius_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Sagittarius_Scroll'
-// Sagittarius_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Sagittarius_Scroll'
-// Sagittarius_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Sagittarius_Scroll'
-// Sagittarius_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Sagittarius_Scroll'
-// Sagittarius_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Sagittarius_Scroll'
-// Sagittarius_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Sagittarius_Scroll'
-// Sagittarius_Scroll: {
-// Random: 0
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'Sagittar_Diadem_Scroll'
-Sagittar_Diadem_Scroll: {
- Spiked_Scarf_Box: {
- Random: 1
- Named: true
- Rate: 2
- }
-//unsupported/unknown item 'Sagittarius_Scroll'
-// Sagittarius_Scroll: {
-// Random: 1
-// Named: true
-// Rate: 10
-// }
- Neuralizer_Box: {
- Random: 1
- Named: true
- Rate: 3
- }
- Angelic_Ring: {
- Random: 1
- Named: true
- Rate: 20
- }
- Bone_Head: {
- Random: 1
- Named: true
- Rate: 25
- }
-//unsupported/unknown item 'Fur_Seal_Hat_Box'
-// Fur_Seal_Hat_Box: {
-// Random: 1
-// Named: true
-// Rate: 80
-// }
-//unsupported/unknown item 'B_Dragon_Hat_Box'
-// B_Dragon_Hat_Box: {
-// Random: 1
-// Named: true
-// Rate: 90
-// }
- Max_Weight_Up_Box: {
- Random: 1
- Named: true
- Rate: 100
- }
- S_Mdef_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 100
- }
- S_Def_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 100
- }
- Battle_Manual_Box5: {
- Random: 1
- Named: true
- Rate: 160
- }
- Bubble_Gum_Box5: {
- Random: 1
- Named: true
- Rate: 130
- }
- Guyak_Pudding: {
- Random: 1
- Count: 5
- Named: true
- Rate: 180
- }
-}
-*/
-/* unsupported/unknown item 'Sagittar_Di_Scroll_Box'
-Sagittar_Di_Scroll_Box: {
-//unsupported/unknown item 'Sagittar_Diadem_Scroll'
-// Sagittar_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Sagittar_Diadem_Scroll'
-// Sagittar_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Sagittar_Diadem_Scroll'
-// Sagittar_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Sagittar_Diadem_Scroll'
-// Sagittar_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Sagittar_Diadem_Scroll'
-// Sagittar_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Sagittar_Diadem_Scroll'
-// Sagittar_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Sagittar_Diadem_Scroll'
-// Sagittar_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Sagittar_Diadem_Scroll'
-// Sagittar_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Sagittar_Diadem_Scroll'
-// Sagittar_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Sagittar_Diadem_Scroll'
-// Sagittar_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'Capri_Crown_Scroll'
-Capri_Crown_Scroll: {
- Santa_Poring_Hat_Box: {
- Random: 1
- Named: true
- Rate: 1
- }
- Linen_Glove: {
- Random: 1
- Named: true
- Rate: 2
- }
- Rainbow_Scarf_Box: {
- Random: 1
- Named: true
- Rate: 5
- }
-//unsupported/unknown item 'Capricorn_Crown_Box'
-// Capricorn_Crown_Box: {
-// Random: 1
-// Named: true
-// Rate: 10
-// }
-//unsupported/unknown item 'Pizza_Hat_Box'
-// Pizza_Hat_Box: {
-// Random: 1
-// Named: true
-// Rate: 35
-// }
- Antonio_Card: {
- Random: 1
- Named: true
- Rate: 37
- }
- Red_Bag: {
- Random: 1
- Count: 10
- Named: true
- Rate: 150
- }
- Max_Weight_Up_Box: {
- Random: 1
- Named: true
- Rate: 70
- }
- Guyak_Candy: {
- Random: 1
- Count: 6
- Named: true
- Rate: 130
- }
- Guyak_Pudding: {
- Random: 1
- Count: 6
- Named: true
- Rate: 150
- }
- Adrenaline_Scroll_Box: {
- Random: 1
- Named: true
- Rate: 70
- }
- Token_Of_Siegfried_Box: {
- Random: 1
- Named: true
- Rate: 100
- }
- Enriched_Elunium_Box5: {
- Random: 1
- Named: true
- Rate: 180
- }
- Wind_Walk_10_Scroll_Box: {
- Random: 1
- Named: true
- Rate: 60
- }
-}
-*/
-/* unsupported/unknown item 'Capri_Crown_Scroll_Box'
-Capri_Crown_Scroll_Box: {
-//unsupported/unknown item 'Capri_Crown_Scroll'
-// Capri_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Capri_Crown_Scroll'
-// Capri_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Capri_Crown_Scroll'
-// Capri_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Capri_Crown_Scroll'
-// Capri_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Capri_Crown_Scroll'
-// Capri_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Capri_Crown_Scroll'
-// Capri_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Capri_Crown_Scroll'
-// Capri_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Capri_Crown_Scroll'
-// Capri_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Capri_Crown_Scroll'
-// Capri_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Capri_Crown_Scroll'
-// Capri_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'Capricon_Di_Scroll'
-Capricon_Di_Scroll: {
- Robo_Eye_Box: {
- Random: 1
- Named: true
- Rate: 1
- }
- Improved_Tights: {
- Random: 1
- Named: true
- Rate: 3
- }
-//unsupported/unknown item 'Capricorn_Diadem_Box'
-// Capricorn_Diadem_Box: {
-// Random: 1
-// Named: true
-// Rate: 10
-// }
- Sprint_Shoes: {
- Random: 1
- Named: true
- Rate: 26
- }
- Cursed_Star: {
- Random: 1
- Named: true
- Rate: 40
- }
- King_Tiger_Doll_Hat_Box: {
- Random: 1
- Named: true
- Rate: 60
- }
-//unsupported/unknown item 'Pirate'
-// Pirate: {
-// Random: 1
-// Named: true
-// Rate: 80
-// }
- Max_Weight_Up_Box: {
- Random: 1
- Named: true
- Rate: 10
- }
- Med_Life_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 50
- }
- Abrasive_Box5: {
- Random: 1
- Named: true
- Rate: 80
- }
- Guyak_Candy: {
- Random: 1
- Count: 5
- Named: true
- Rate: 130
- }
- Guyak_Pudding: {
- Random: 1
- Count: 5
- Named: true
- Rate: 150
- }
- Enriched_Oridecon_Box5: {
- Random: 1
- Named: true
- Rate: 170
- }
- Small_Life_Potion_Box30: {
- Random: 1
- Named: true
- Rate: 10
- }
-}
-*/
-/* unsupported/unknown item 'Capricon_Di_Scroll_Box'
-Capricon_Di_Scroll_Box: {
-//unsupported/unknown item 'Capricon_Di_Scroll'
-// Capricon_Di_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Capricon_Di_Scroll'
-// Capricon_Di_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Capricon_Di_Scroll'
-// Capricon_Di_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Capricon_Di_Scroll'
-// Capricon_Di_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Capricon_Di_Scroll'
-// Capricon_Di_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Capricon_Di_Scroll'
-// Capricon_Di_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Capricon_Di_Scroll'
-// Capricon_Di_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Capricon_Di_Scroll'
-// Capricon_Di_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Capricon_Di_Scroll'
-// Capricon_Di_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Capricon_Di_Scroll'
-// Capricon_Di_Scroll: {
-// Random: 0
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'Aquarius_Diadem_Scroll'
-Aquarius_Diadem_Scroll: {
- Mask_Of_Ifrit_Box: {
- Random: 1
- Named: true
- Rate: 1
- }
- Aquarius_Diadem: {
- Random: 1
- Named: true
- Rate: 30
- }
- Imp_Hat: {
- Random: 1
- Named: true
- Rate: 5
- }
- Neuralizer_Box: {
- Random: 1
- Named: true
- Rate: 5
- }
- Waterdrop_Brooch: {
- Random: 1
- Named: true
- Rate: 17
- }
- Dice_Hat_Box: {
- Random: 1
- Named: true
- Rate: 25
- }
- B_Def_Potion_Box50: {
- Random: 1
- Named: true
- Rate: 60
- }
- B_Mdef_Potion_Box50: {
- Random: 1
- Named: true
- Rate: 60
- }
- Max_Weight_Up_Box: {
- Random: 1
- Named: true
- Rate: 100
- }
- PhreeoniS: {
- Random: 1
- Named: true
- Rate: 2
- }
- Abrasive_Box5: {
- Random: 1
- Named: true
- Rate: 155
- }
- Guyak_Pudding: {
- Random: 1
- Count: 5
- Named: true
- Rate: 210
- }
-//unsupported/unknown item 'BGum_Box_In_Mouth4'
-// BGum_Box_In_Mouth4: {
-// Random: 1
-// Named: true
-// Rate: 155
-// }
- Box_Of_Sunlight: {
- Random: 1
- Count: 5
- Named: true
- Rate: 175
- }
-}
-*/
-/* unsupported/unknown item 'Aquarius_Di_Scroll_Box'
-Aquarius_Di_Scroll_Box: {
-//unsupported/unknown item 'Aquarius_Diadem_Scroll'
-// Aquarius_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Aquarius_Diadem_Scroll'
-// Aquarius_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Aquarius_Diadem_Scroll'
-// Aquarius_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Aquarius_Diadem_Scroll'
-// Aquarius_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Aquarius_Diadem_Scroll'
-// Aquarius_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Aquarius_Diadem_Scroll'
-// Aquarius_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Aquarius_Diadem_Scroll'
-// Aquarius_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Aquarius_Diadem_Scroll'
-// Aquarius_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Aquarius_Diadem_Scroll'
-// Aquarius_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Aquarius_Diadem_Scroll'
-// Aquarius_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'Lovely_Aquarius_Scroll'
-Lovely_Aquarius_Scroll: {
- Bradium_Brooch: {
- Random: 1
- Named: true
- Rate: 1
- }
- Neuralizer_Box: {
- Random: 1
- Named: true
- Rate: 4
- }
- Sleepr_Hat: {
- Random: 1
- Named: true
- Rate: 9
- }
- Aquarius_Crown: {
- Random: 1
- Named: true
- Rate: 50
- }
-//unsupported/unknown item 'Tucan_Hat_Box'
-// Tucan_Hat_Box: {
-// Random: 1
-// Named: true
-// Rate: 35
-// }
- GhostringS: {
- Random: 1
- Named: true
- Rate: 1
- }
- Mysterious_Dyestuff: {
- Random: 1
- Named: true
- Rate: 50
- }
- Max_Weight_Up_Box: {
- Random: 1
- Named: true
- Rate: 100
- }
- Spark_Candy_Box5: {
- Random: 1
- Named: true
- Rate: 140
- }
- Glass_Of_Illusion_Box5: {
- Random: 1
- Named: true
- Rate: 130
- }
-//unsupported/unknown item 'F_Clover_Box_Mouth4'
-// F_Clover_Box_Mouth4: {
-// Random: 1
-// Named: true
-// Rate: 150
-// }
- Guyak_Pudding: {
- Random: 1
- Count: 5
- Named: true
- Rate: 170
- }
- Bubble_Gum_Box5: {
- Random: 1
- Named: true
- Rate: 140
- }
- Fire_Cracker_Love_Box: {
- Random: 1
- Count: 2
- Named: true
- Rate: 20
- }
-}
-*/
-/* unsupported/unknown item 'Lovely_Aquarius_Box'
-Lovely_Aquarius_Box: {
-//unsupported/unknown item 'Lovely_Aquarius_Scroll'
-// Lovely_Aquarius_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Lovely_Aquarius_Scroll'
-// Lovely_Aquarius_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Lovely_Aquarius_Scroll'
-// Lovely_Aquarius_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Lovely_Aquarius_Scroll'
-// Lovely_Aquarius_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Lovely_Aquarius_Scroll'
-// Lovely_Aquarius_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Lovely_Aquarius_Scroll'
-// Lovely_Aquarius_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Lovely_Aquarius_Scroll'
-// Lovely_Aquarius_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Lovely_Aquarius_Scroll'
-// Lovely_Aquarius_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Lovely_Aquarius_Scroll'
-// Lovely_Aquarius_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Lovely_Aquarius_Scroll'
-// Lovely_Aquarius_Scroll: {
-// Random: 0
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'Pisces_Diadem_Scroll'
-Pisces_Diadem_Scroll: {
-//unsupported/unknown item 'Ifrit'
-// Ifrit: {
-// Random: 1
-// Named: true
-// Rate: 1
-// }
- Bradium_Earing: {
- Random: 1
- Named: true
- Rate: 2
- }
- Pisces_Diadem: {
- Random: 1
- Named: true
- Rate: 10
- }
- Gryphon_Hat: {
- Random: 1
- Named: true
- Rate: 5
- }
- Vital_Tree_Shoes: {
- Random: 1
- Named: true
- Rate: 10
- }
- Neuralizer_Box: {
- Random: 1
- Named: true
- Rate: 22
- }
- Insurance_Package: {
- Random: 1
- Named: true
- Rate: 60
- }
- Orc_HeroS: {
- Random: 1
- Named: true
- Rate: 50
- }
- Max_Weight_Up_Box: {
- Random: 1
- Named: true
- Rate: 100
- }
- Token_Of_Siegfried_Box: {
- Random: 1
- Named: true
- Rate: 130
- }
-//unsupported/unknown item 'Ribbon_Of_Life_Box3'
-// Ribbon_Of_Life_Box3: {
-// Random: 1
-// Named: true
-// Rate: 160
-// }
- Guyak_Pudding: {
- Random: 1
- Count: 5
- Named: true
- Rate: 180
- }
- Battle_Manual_Box5: {
- Random: 1
- Named: true
- Rate: 200
- }
- Yggdrasilberry_Box_: {
- Random: 1
- Named: true
- Rate: 70
- }
-}
-*/
-/* unsupported/unknown item 'Pisces_Diadem_Box2'
-Pisces_Diadem_Box2: {
-//unsupported/unknown item 'Pisces_Diadem_Scroll'
-// Pisces_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Pisces_Diadem_Scroll'
-// Pisces_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Pisces_Diadem_Scroll'
-// Pisces_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Pisces_Diadem_Scroll'
-// Pisces_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Pisces_Diadem_Scroll'
-// Pisces_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Pisces_Diadem_Scroll'
-// Pisces_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Pisces_Diadem_Scroll'
-// Pisces_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Pisces_Diadem_Scroll'
-// Pisces_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Pisces_Diadem_Scroll'
-// Pisces_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Pisces_Diadem_Scroll'
-// Pisces_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'Energetic_Pisces_Scroll'
-Energetic_Pisces_Scroll: {
- Bradium_Ring: {
- Random: 1
- Named: true
- Rate: 1
- }
- Pisces_Crown: {
- Random: 1
- Named: true
- Rate: 10
- }
- Neuralizer_Box: {
- Random: 1
- Named: true
- Rate: 5
- }
-//unsupported/unknown item 'Shark_Hat_Box'
-// Shark_Hat_Box: {
-// Random: 1
-// Named: true
-// Rate: 15
-// }
- Kafra_Ring: {
- Random: 1
- Named: true
- Rate: 20
- }
- Pirate_Dagger_J: {
- Random: 1
- Named: true
- Rate: 25
- }
- Orc_LoadS: {
- Random: 1
- Named: true
- Rate: 34
- }
- Max_Weight_Up_Box: {
- Random: 1
- Named: true
- Rate: 100
- }
- Spark_Candy_Box5: {
- Random: 1
- Named: true
- Rate: 100
- }
- Underripe_Yggseed: {
- Random: 1
- Count: 6
- Named: true
- Rate: 120
- }
- Enriched_Elunium_Box5: {
- Random: 1
- Named: true
- Rate: 130
- }
- Guyak_Pudding: {
- Random: 1
- Count: 5
- Named: true
- Rate: 190
- }
- Enriched_Oridecon_Box5: {
- Random: 1
- Named: true
- Rate: 150
- }
- Ramen_Hat_Box: {
- Random: 1
- Named: true
- Rate: 100
- }
-}
-*/
-/* unsupported/unknown item 'Energetic_Pisces_Box'
-Energetic_Pisces_Box: {
-//unsupported/unknown item 'Energetic_Pisces_Scroll'
-// Energetic_Pisces_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Energetic_Pisces_Scroll'
-// Energetic_Pisces_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Energetic_Pisces_Scroll'
-// Energetic_Pisces_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Energetic_Pisces_Scroll'
-// Energetic_Pisces_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Energetic_Pisces_Scroll'
-// Energetic_Pisces_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Energetic_Pisces_Scroll'
-// Energetic_Pisces_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Energetic_Pisces_Scroll'
-// Energetic_Pisces_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Energetic_Pisces_Scroll'
-// Energetic_Pisces_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Energetic_Pisces_Scroll'
-// Energetic_Pisces_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Energetic_Pisces_Scroll'
-// Energetic_Pisces_Scroll: {
-// Random: 0
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'Aries_Scroll_'
-Aries_Scroll_: {
-//unsupported/unknown item 'Freyja_Boots'
-// Freyja_Boots: {
-// Random: 1
-// Announce: true
-// Rate: 5
-// }
- Magic_Card_Album: {
- Random: 1
- Announce: true
- Rate: 45
- }
- Aries_Crown: {
- Random: 1
- Announce: true
- Rate: 50
- }
- Aries_Diadem: {
- Random: 1
- Announce: true
- Rate: 50
- }
- Neuralizer_Box: {
- Random: 1
- Rate: 50
- }
- Scuba_Mask: {
- Random: 1
- Rate: 150
- }
- Acidus_Card: {
- Random: 1
- Rate: 200
- }
- Pirate_Bandana_: {
- Random: 1
- Rate: 350
- }
- Max_Weight_Up_Box: {
- Random: 1
- Rate: 500
- }
- Enriched_Elunium_Box5: {
- Random: 1
- Rate: 1100
- }
- Enriched_Oridecon_Box5: {
- Random: 1
- Rate: 1600
- }
- S_Mdef_Potion_Box30: {
- Random: 1
- Rate: 1800
- }
- S_Def_Potion_Box30: {
- Random: 1
- Rate: 1800
- }
- Zeny_Scroll: {
- Random: 1
- Count: 10
- Rate: 2300
- }
-}
-*/
-/* unsupported/unknown item 'Aries_Scroll_Box'
-Aries_Scroll_Box: {
-//unsupported/unknown item 'Aries_Scroll_'
-// Aries_Scroll_: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Aries_Scroll_'
-// Aries_Scroll_: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Aries_Scroll_'
-// Aries_Scroll_: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Aries_Scroll_'
-// Aries_Scroll_: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Aries_Scroll_'
-// Aries_Scroll_: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Aries_Scroll_'
-// Aries_Scroll_: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Aries_Scroll_'
-// Aries_Scroll_: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Aries_Scroll_'
-// Aries_Scroll_: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Aries_Scroll_'
-// Aries_Scroll_: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Aries_Scroll_'
-// Aries_Scroll_: {
-// Random: 0
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'Boarding_Halter_Box'
-Boarding_Halter_Box: {
-//unsupported/unknown item 'Boarding_Halter'
-// Boarding_Halter: {
-// Random: 0
-// Expire: 168
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'Taurus_Diadem_Scroll'
-Taurus_Diadem_Scroll: {
- Freyja_Crown: {
- Random: 1
- Announce: true
- Rate: 1
- }
- Owl_Baron_Card: {
- Random: 1
- Announce: true
- Rate: 10
- }
-//unsupported/unknown item 'Samurai_Mask'
-// Samurai_Mask: {
-// Random: 1
-// Announce: true
-// Rate: 85
-// }
- Taurus_Diadem: {
- Random: 1
- Announce: true
- Rate: 100
- }
- Mischievous_Fairy: {
- Random: 1
- Rate: 100
- }
-//unsupported/unknown item 'Ph'
-// Ph: {
-// Random: 1
-// Rate: 200
-// }
- Max_Weight_Up_Box: {
- Random: 1
- Rate: 500
- }
- Job_Manual50_Box: {
- Random: 1
- Rate: 600
- }
- Meteor_10_Scroll_Box: {
- Random: 1
- Rate: 800
- }
- Mysterious_Travel_Sack1: {
- Random: 1
- Rate: 1100
- }
- Battle_Manual_Box5: {
- Random: 1
- Rate: 1300
- }
- Dun_Tele_Scroll_Box10: {
- Random: 1
- Rate: 1500
- }
-//unsupported/unknown item 'Tyr'
-// Tyr: {
-// Random: 1
-// Rate: 1700
-// }
- Zeny_Scroll: {
- Random: 1
- Count: 10
- Rate: 2004
- }
-}
-*/
-/* unsupported/unknown item 'Taurus_Di_Scroll_Box'
-Taurus_Di_Scroll_Box: {
-//unsupported/unknown item 'Taurus_Diadem_Scroll'
-// Taurus_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Taurus_Diadem_Scroll'
-// Taurus_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Taurus_Diadem_Scroll'
-// Taurus_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Taurus_Diadem_Scroll'
-// Taurus_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Taurus_Diadem_Scroll'
-// Taurus_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Taurus_Diadem_Scroll'
-// Taurus_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Taurus_Diadem_Scroll'
-// Taurus_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Taurus_Diadem_Scroll'
-// Taurus_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Taurus_Diadem_Scroll'
-// Taurus_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Taurus_Diadem_Scroll'
-// Taurus_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'Umbala_Spirit_Box2'
-Umbala_Spirit_Box2: {
- Umbala_Spirit: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-*/
-/* unsupported/unknown item 'F_Umbala_Spirit_Box2'
-F_Umbala_Spirit_Box2: {
- Umbala_Spirit: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-*/
-/* unsupported/unknown item 'Taurus_Crown_Scroll'
-Taurus_Crown_Scroll: {
-//unsupported/unknown item 'Freyja_Cape'
-// Freyja_Cape: {
-// Random: 1
-// Announce: true
-// Rate: 1
-// }
- Centipede_Larva_Card: {
- Random: 1
- Announce: true
- Rate: 50
- }
-//unsupported/unknown item 'Umbala_Spirit_Box2'
-// Umbala_Spirit_Box2: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
- Taurus_Crown: {
- Random: 1
- Announce: true
- Rate: 100
- }
- Round_Eyes: {
- Random: 1
- Rate: 200
- }
- Sunflower_: {
- Random: 1
- Rate: 245
- }
- Poporing_Cap: {
- Random: 1
- Rate: 400
- }
- Max_Weight_Up_Box: {
- Random: 1
- Rate: 500
- }
- Mental_Potion: {
- Random: 1
- Rate: 1000
- }
- Vermilion_10_Scroll_Box: {
- Random: 1
- Rate: 1000
- }
- Mysterious_Travel_Sack2: {
- Random: 1
- Rate: 1100
- }
- Bubble_Gum_Box5: {
- Random: 1
- Rate: 1500
- }
- Small_Life_Potion_Box30: {
- Random: 1
- Rate: 1800
- }
- Zeny_Scroll: {
- Random: 1
- Count: 10
- Rate: 2004
- }
-}
-*/
-/* unsupported/unknown item 'Taurus_Crown_Scroll_Box'
-Taurus_Crown_Scroll_Box: {
-//unsupported/unknown item 'Taurus_Crown_Scroll'
-// Taurus_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Taurus_Crown_Scroll'
-// Taurus_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Taurus_Crown_Scroll'
-// Taurus_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Taurus_Crown_Scroll'
-// Taurus_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Taurus_Crown_Scroll'
-// Taurus_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Taurus_Crown_Scroll'
-// Taurus_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Taurus_Crown_Scroll'
-// Taurus_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Taurus_Crown_Scroll'
-// Taurus_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Taurus_Crown_Scroll'
-// Taurus_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Taurus_Crown_Scroll'
-// Taurus_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'Gemi_Diadem_Scroll'
-Gemi_Diadem_Scroll: {
- Salamander_Card: {
- Random: 1
- Rate: 1
- }
- Freyja_Overcoat: {
- Random: 1
- Rate: 1
- }
-//unsupported/unknown item 'Boy'
-// Boy: {
-// Random: 1
-// Rate: 44
-// }
- Gemini_Diadem: {
- Random: 1
- Rate: 100
- }
- Angel_Spirit: {
- Random: 1
- Rate: 100
- }
- Gang_Scarf: {
- Random: 1
- Rate: 100
- }
- Hard_Core_Set_Box: {
- Random: 1
- Rate: 350
- }
- Max_Weight_Up_Box: {
- Random: 1
- Rate: 500
- }
- Abrasive_Box10: {
- Random: 1
- Rate: 800
- }
- Zeny_Scroll: {
- Random: 1
- Count: 15
- Rate: 1100
- }
- Meteor_10_Scroll_Box: {
- Random: 1
- Rate: 1500
- }
- Mysterious_Travel_Sack3: {
- Random: 1
- Rate: 1600
- }
- Wind_Walk_10_Scroll_Box: {
- Random: 1
- Rate: 1800
- }
- Wrapped_Mask: {
- Random: 1
- Rate: 2004
- }
-}
-*/
-/* unsupported/unknown item 'Gemi_Diadem_Scroll_Box'
-Gemi_Diadem_Scroll_Box: {
-//unsupported/unknown item 'Gemi_Diadem_Scroll'
-// Gemi_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Gemi_Diadem_Scroll'
-// Gemi_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Gemi_Diadem_Scroll'
-// Gemi_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Gemi_Diadem_Scroll'
-// Gemi_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Gemi_Diadem_Scroll'
-// Gemi_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Gemi_Diadem_Scroll'
-// Gemi_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Gemi_Diadem_Scroll'
-// Gemi_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Gemi_Diadem_Scroll'
-// Gemi_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Gemi_Diadem_Scroll'
-// Gemi_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Gemi_Diadem_Scroll'
-// Gemi_Diadem_Scroll: {
-// Random: 0
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'Super_Pet_Egg1_2'
-Super_Pet_Egg1_2: {
- Tiara: {
- Random: 1
- Rate: 70
- }
- Crown: {
- Random: 1
- Rate: 70
- }
- Loard_Circlet: {
- Random: 1
- Rate: 30
- }
-//unsupported/unknown item 'Ear_Of_Angel'
-// Ear_Of_Angel: {
-// Random: 1
-// Rate: 70
-// }
-//unsupported/unknown item 'Ear_Of_Devil'
-// Ear_Of_Devil: {
-// Random: 1
-// Rate: 60
-// }
- Flying_Angel: {
- Random: 1
- Rate: 250
- }
- Dark_Lord_Card: {
- Random: 1
- Rate: 1
- }
- Angeling_Card: {
- Random: 1
- Rate: 2
- }
- Ghostring_Card: {
- Random: 1
- Rate: 2
- }
- Nurse_Cap: {
- Random: 1
- Rate: 890
- }
- Centimental_Flower: {
- Random: 1
- Rate: 450
- }
- Tulip_Hairpin: {
- Random: 1
- Rate: 700
- }
- Old_Card_Album: {
- Random: 1
- Count: 2
- Rate: 950
- }
- Old_Violet_Box: {
- Random: 1
- Count: 5
- Rate: 1500
- }
- Yggdrasilberry: {
- Random: 1
- Count: 15
- Rate: 2000
- }
- Seed_Of_Yggdrasil: {
- Random: 1
- Count: 30
- Rate: 2000
- }
- Zeny_Scroll: {
- Random: 1
- Count: 10
- Rate: 955
- }
-}
-*/
-/* unsupported/unknown item 'Super_Pet_Egg4_2'
-Super_Pet_Egg4_2: {
- Angelic_Chain: {
- Random: 1
- Rate: 30
- }
- Magestic_Goat: {
- Random: 1
- Rate: 35
- }
- Sharp_Gear: {
- Random: 1
- Rate: 20
- }
- Helm_Of_Angel: {
- Random: 1
- Rate: 20
- }
- Orc_Hero_Helm: {
- Random: 1
- Rate: 40
- }
- Doppelganger_Card: {
- Random: 1
- Rate: 1
- }
- Osiris_Card: {
- Random: 1
- Rate: 1
- }
- Phreeoni_Card: {
- Random: 1
- Rate: 1
- }
- Green_Feeler: {
- Random: 1
- Rate: 720
- }
-//unsupported/unknown item 'Big_Sis'
-// Big_Sis: {
-// Random: 1
-// Rate: 500
-// }
- Mistic_Rose: {
- Random: 1
- Rate: 370
- }
- Well_Baked_Toast: {
- Random: 1
- Rate: 350
- }
- Old_Card_Album: {
- Random: 1
- Count: 2
- Rate: 912
- }
- Old_Violet_Box: {
- Random: 1
- Rate: 1300
- }
- Yggdrasilberry: {
- Random: 1
- Count: 15
- Rate: 1700
- }
- Seed_Of_Yggdrasil: {
- Random: 1
- Count: 30
- Rate: 1700
- }
- Zeny_Scroll: {
- Random: 1
- Count: 10
- Rate: 2300
- }
-}
-*/
-Fire_Brand_Box: {
- Fire_Brand_C: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-/* unsupported/unknown item 'BR_Independence_Scroll'
-BR_Independence_Scroll: {
-//unsupported/unknown item 'Brazilian_Emblem'
-// Brazilian_Emblem: {
-// Random: 1
-// Named: true
-// Rate: 5
-// }
- Acaraje: {
- Random: 1
- Count: 10
- Named: true
- Rate: 50
- }
- Br_Twin_Ribbon: {
- Random: 1
- Named: true
- Rate: 20
- }
- HE_Battle_Manual: {
- Random: 1
- Count: 10
- Named: true
- Rate: 100
- }
- Navel_Ring: {
- Random: 1
- Named: true
- Rate: 30
- }
-//unsupported/unknown item 'Br_Beret'
-// Br_Beret: {
-// Random: 1
-// Named: true
-// Rate: 20
-// }
- Ragged_Zombie_Card: {
- Random: 1
- Named: true
- Rate: 1
- }
- Job_Manual50: {
- Random: 1
- Count: 10
- Named: true
- Rate: 100
- }
- Token_Of_Siegfried_Box: {
- Random: 1
- Named: true
- Rate: 100
- }
- Big_Bun_Box: {
- Random: 1
- Named: true
- Rate: 100
- }
- Gold_Pill_1: {
- Random: 1
- Count: 10
- Named: true
- Rate: 94
- }
- Int_Dish10_: {
- Random: 1
- Count: 10
- Named: true
- Rate: 50
- }
- Durian: {
- Random: 1
- Count: 10
- Named: true
- Rate: 100
- }
- B_Mdef_Potion: {
- Random: 1
- Count: 10
- Named: true
- Rate: 100
- }
- All_In_One_Ring_Box: {
- Random: 1
- Named: true
- Rate: 100
- }
- Carmen_Mirandas_Hat: {
- Random: 1
- Named: true
- Rate: 30
- }
-}
-*/
-All_In_One_Ring_Box: {
- All_In_One_Ring: {
- Random: 0
- Expire: 168
- Named: true
- }
-}
-/* unsupported/unknown item 'Gemi_Crown_Scroll'
-Gemi_Crown_Scroll: {
- Dark_Snake_Lord_Card: {
- Random: 1
- Rate: 1
- }
- Elven_Ears_: {
- Random: 1
- Rate: 2
- }
- Antique_Pipe: {
- Random: 1
- Rate: 47
- }
- Neuralizer_Box: {
- Random: 1
- Rate: 50
- }
- Gemini_Crown: {
- Random: 1
- Rate: 100
- }
-//unsupported/unknown item 'Hawkeyes'
-// Hawkeyes: {
-// Random: 1
-// Rate: 100
-// }
- Bulb_Hairband: {
- Random: 1
- Rate: 200
- }
- Max_Weight_Up_Box: {
- Random: 1
- Rate: 500
- }
- Glass_Of_Illusion_Box5: {
- Random: 1
- Rate: 800
- }
- Mysterious_Travel_Sack4: {
- Random: 1
- Rate: 1300
- }
- Zeny_Scroll: {
- Random: 1
- Count: 15
- Rate: 1500
- }
- Adrenaline_Scroll_Box: {
- Random: 1
- Rate: 1600
- }
- Lex_Aeterna_Scroll_Box: {
- Random: 1
- Rate: 1800
- }
- MVP_Hunt_Box: {
- Random: 1
- Rate: 2000
- }
-}
-*/
-/* unsupported/unknown item 'Gemi_Crown_Scroll_Box'
-Gemi_Crown_Scroll_Box: {
-//unsupported/unknown item 'Gemi_Crown_Scroll'
-// Gemi_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Gemi_Crown_Scroll'
-// Gemi_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Gemi_Crown_Scroll'
-// Gemi_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Gemi_Crown_Scroll'
-// Gemi_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Gemi_Crown_Scroll'
-// Gemi_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Gemi_Crown_Scroll'
-// Gemi_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Gemi_Crown_Scroll'
-// Gemi_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Gemi_Crown_Scroll'
-// Gemi_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Gemi_Crown_Scroll'
-// Gemi_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'Gemi_Crown_Scroll'
-// Gemi_Crown_Scroll: {
-// Random: 0
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'RWC_Special_Scroll'
-RWC_Special_Scroll: {
- Party_Recruiter_Hat: {
- Random: 1
- Rate: 4
- }
- Convex_Mirror: {
- Random: 1
- Rate: 150
- }
- Megaphone_Box: {
- Random: 1
- Rate: 200
- }
- Enriched_Elunium_Box: {
- Random: 1
- Rate: 50
- }
- Enriched_Oridecon_Box: {
- Random: 1
- Rate: 50
- }
- Daydric_Card: {
- Random: 1
- Rate: 2
- }
- Pharaoh_Card: {
- Random: 1
- Rate: 2
- }
- Marc_Card: {
- Random: 1
- Rate: 2
- }
- Royal_Jelly_Box: {
- Random: 1
- Rate: 200
- }
- Seed_Of_Yggdrasil: {
- Random: 1
- Count: 50
- Rate: 190
- }
- Str_Dish_Box: {
- Random: 1
- Rate: 150
- }
-}
-*/
-/* unsupported/unknown item 'RWC_Limited_Scroll'
-RWC_Limited_Scroll: {
- Fruit_Of_Mastela: {
- Random: 1
- Count: 30
- Rate: 200
- }
- White_Slim_Potion: {
- Random: 1
- Count: 10
- Rate: 150
- }
- Yggdrasilberry_Box: {
- Random: 1
- Rate: 150
- }
- Guildsman_Recruiter: {
- Random: 1
- Rate: 4
- }
- Megaphone_Box: {
- Random: 1
- Rate: 150
- }
- Token_Of_Siegfried_Box: {
- Random: 1
- Rate: 100
- }
- Royal_Jelly_Box: {
- Random: 1
- Rate: 200
- }
- Insurance_Package: {
- Random: 1
- Rate: 44
- }
- Ygnizem_Card: {
- Random: 1
- Rate: 1
- }
- B_Ygnizem_Card: {
- Random: 1
- Count: 50
- Rate: 1
- }
-}
-*/
-/* unsupported/unknown item 'Asgard_Scroll'
-Asgard_Scroll: {
-//unsupported/unknown item 'Asgard_Blessing'
-// Asgard_Blessing: {
-// Random: 1
-// Rate: 5
-// }
-//unsupported/unknown item 'Odin'
-// Odin: {
-// Random: 1
-// Rate: 5
-// }
-//unsupported/unknown item 'Valkyrja'
-// Valkyrja: {
-// Random: 1
-// Rate: 1
-// }
- Yggdrasilberry: {
- Random: 1
- Count: 10
- Rate: 150
- }
- Daydric_Card: {
- Random: 1
- Rate: 5
- }
- Fricca_Circlet: {
- Random: 1
- Rate: 1
- }
- Secret_Medicine: {
- Random: 1
- Rate: 2
- }
-//unsupported/unknown item 'Tyr'
-// Tyr: {
-// Random: 1
-// Count: 30
-// Rate: 100
-// }
- HE_Battle_Manual: {
- Random: 1
- Count: 10
- Rate: 100
- }
- Valkyrie_Feather_Band: {
- Random: 1
- Rate: 20
- }
- Isilla_Card: {
- Random: 1
- Rate: 1
- }
- Spark_Candy: {
- Random: 1
- Count: 10
- Rate: 100
- }
- Darkness_Helm: {
- Random: 1
- Rate: 20
- }
- Guyak_Pudding: {
- Random: 1
- Count: 10
- Rate: 120
- }
- Token_Of_Siegfried_Box: {
- Random: 1
- Rate: 120
- }
- Regeneration_Box10: {
- Random: 1
- Rate: 100
- }
- Lucky_Cookie02: {
- Random: 1
- Count: 30
- Rate: 150
- }
-}
-*/
-/* unsupported/unknown item 'Ms_Cancer_Scroll'
-Ms_Cancer_Scroll: {
- Garm_Card: {
- Random: 1
- Announce: true
- Rate: 2
- }
- Flame_Sprits_Armor_: {
- Random: 1
- Announce: true
- Rate: 4
- }
-//unsupported/unknown item 'Beach_Towel'
-// Beach_Towel: {
-// Random: 1
-// Announce: true
-// Rate: 10
-// }
- Cancer_Diadem: {
- Random: 1
- Announce: true
- Rate: 17
- }
- Cancer_Crown: {
- Random: 1
- Announce: true
- Rate: 17
- }
- Flying_Angel: {
- Random: 1
- Announce: true
- Rate: 50
- }
- Bloody_Dead_Branch: {
- Random: 1
- Announce: true
- Rate: 100
- }
- Max_Weight_Up_Box: {
- Random: 1
- Announce: true
- Rate: 500
- }
-//unsupported/unknown item 'Boarding_Halter_Box'
-// Boarding_Halter_Box: {
-// Random: 1
-// Rate: 1000
-// }
-//unsupported/unknown item 'BGum_Box_In_Mouth4'
-// BGum_Box_In_Mouth4: {
-// Random: 1
-// Rate: 1500
-// }
- HE_Battle_Manual: {
- Random: 1
- Count: 3
- Rate: 1200
- }
- Guyak_Pudding: {
- Random: 1
- Count: 3
- Rate: 1400
- }
- Kafra_Card: {
- Random: 1
- Count: 5
- Rate: 1700
- }
- Megaphone_Box5: {
- Random: 1
- Rate: 2000
- }
- Storm_10_Scroll_Box: {
- Random: 1
- Rate: 500
- }
-}
-*/
-/* unsupported/unknown item 'RWC_Super_Scroll'
-RWC_Super_Scroll: {
- Tao_Gunka_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
- Mistress_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
- Berzebub_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
-//unsupported/unknown item 'Black_Devil_Mask_'
-// Black_Devil_Mask_: {
-// Random: 1
-// Announce: true
-// Rate: 2
-// }
- Guarantee_Armor_9Up: {
- Random: 1
- Announce: true
- Rate: 15
- }
-//unsupported/unknown item 'RWC2010_Indonesia'
-// RWC2010_Indonesia: {
-// Random: 1
-// Announce: true
-// Rate: 50
-// }
-//unsupported/unknown item 'Yggdrasil_Crown'
-// Yggdrasil_Crown: {
-// Random: 1
-// Announce: true
-// Rate: 70
-// }
-//unsupported/unknown item 'Immuned_Shield'
-// Immuned_Shield: {
-// Random: 1
-// Announce: true
-// Rate: 80
-// }
-//unsupported/unknown item 'RWC_2012_Ring'
-// RWC_2012_Ring: {
-// Random: 1
-// Announce: true
-// Rate: 250
-// }
-//unsupported/unknown item 'RWC_2012_Pendant'
-// RWC_2012_Pendant: {
-// Random: 1
-// Announce: true
-// Rate: 250
-// }
-//unsupported/unknown item 'C_Hair_Of_The_Strong'
-// C_Hair_Of_The_Strong: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
- Cat_Ears_Beret: {
- Random: 1
- Announce: true
- Rate: 100
- }
-//unsupported/unknown item 'Red_Bread_Hat'
-// Red_Bread_Hat: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
-//unsupported/unknown item 'Garuda_Hat'
-// Garuda_Hat: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
-//unsupported/unknown item 'Upg_Clip_Box'
-// Upg_Clip_Box: {
-// Random: 1
-// Rate: 300
-// }
-//unsupported/unknown item 'Upg_Formal_Dress_Box'
-// Upg_Formal_Dress_Box: {
-// Random: 1
-// Rate: 1000
-// }
-//unsupported/unknown item 'Blacksmith_Blessing'
-// Blacksmith_Blessing: {
-// Random: 1
-// Count: 4
-// Rate: 580
-// }
-//unsupported/unknown item 'Blacksmith_Blessing'
-// Blacksmith_Blessing: {
-// Random: 1
-// Count: 2
-// Rate: 1500
-// }
-//unsupported/unknown item 'Unbreak_Weap_Box'
-// Unbreak_Weap_Box: {
-// Random: 1
-// Rate: 2500
-// }
-//unsupported/unknown item 'Unbreak_Def_Box'
-// Unbreak_Def_Box: {
-// Random: 1
-// Rate: 3000
-// }
-}
-*/
-/* unsupported/unknown item 'Leo_Scroll3'
-Leo_Scroll3: {
- Fallen_Bishop_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
- Wind_Sprits_Armor: {
- Random: 1
- Announce: true
- Rate: 3
- }
- Skin_Of_Ventus: {
- Random: 1
- Announce: true
- Rate: 5
- }
- Satanic_Chain_P: {
- Random: 1
- Announce: true
- Rate: 17
- }
-//unsupported/unknown item 'Leo_Crown'
-// Leo_Crown: {
-// Random: 1
-// Announce: true
-// Rate: 17
-// }
-//unsupported/unknown item 'Leo_Diadem'
-// Leo_Diadem: {
-// Random: 1
-// Announce: true
-// Rate: 17
-// }
- Angeling_Wanna_Fly: {
- Random: 1
- Announce: true
- Rate: 40
- }
- Max_Weight_Up_Box: {
- Random: 1
- Announce: true
- Rate: 300
- }
-//unsupported/unknown item 'F_Clover_Box_Mouth4'
-// F_Clover_Box_Mouth4: {
-// Random: 1
-// Announce: true
-// Rate: 500
-// }
- Guyak_Pudding: {
- Random: 1
- Count: 3
- Rate: 700
- }
- Siroma_Icetea: {
- Random: 1
- Rate: 900
- }
- Siegfried_Box5: {
- Random: 1
- Rate: 1000
- }
- HE_Battle_Manual: {
- Random: 1
- Count: 2
- Rate: 1700
- }
- Regeneration_Box5: {
- Random: 1
- Rate: 1600
- }
- Zeny_Scroll: {
- Random: 1
- Count: 5
- Rate: 1400
- }
- Yggdrasilberry_Box_: {
- Random: 1
- Rate: 1300
- }
- Vermilion_10_Scroll_Box: {
- Random: 1
- Rate: 500
- }
-}
-*/
-/* unsupported/unknown item 'Ms_Virgo_Scroll'
-Ms_Virgo_Scroll: {
- Water_Sprits_Armor_: {
- Random: 1
- Announce: true
- Rate: 3
- }
- Piece_Of_Angent_Skin: {
- Random: 1
- Announce: true
- Rate: 6
- }
- L_Magestic_Goat: {
- Random: 1
- Announce: true
- Rate: 12
- }
-//unsupported/unknown item 'Virgo_Crown'
-// Virgo_Crown: {
-// Random: 1
-// Announce: true
-// Rate: 17
-// }
-//unsupported/unknown item 'Virgo_Diadem'
-// Virgo_Diadem: {
-// Random: 1
-// Announce: true
-// Rate: 17
-// }
- Magic_Card_Album: {
- Random: 1
- Announce: true
- Rate: 100
- }
- Spark_Candy_Box5: {
- Random: 1
- Announce: true
- Rate: 645
- }
- Max_Weight_Up_Box: {
- Random: 1
- Announce: true
- Rate: 300
- }
-//unsupported/unknown item 'Ribbon_Of_Life_Box3'
-// Ribbon_Of_Life_Box3: {
-// Random: 1
-// Rate: 800
-// }
-//unsupported/unknown item 'Tyr'
-// Tyr: {
-// Random: 1
-// Rate: 1000
-// }
- Int_Dish_Box: {
- Random: 1
- Rate: 1700
- }
-//unsupported/unknown item 'Carat_Dia'
-// Carat_Dia: {
-// Random: 1
-// Rate: 1600
-// }
- Wug_Blood_Cocktail: {
- Random: 1
- Rate: 1800
- }
- HE_Battle_Manual: {
- Random: 1
- Count: 3
- Rate: 1500
- }
- Meteor_10_Scroll_Box: {
- Random: 1
- Rate: 500
- }
-}
-*/
-Lucky_Egg_C6: {
- Yggdrasilberry_Box_: {
- Random: 1
- Rate: 928
- }
- Battle_Manual_Box: {
- Random: 1
- Rate: 800
- }
- Underripe_Yggseed: {
- Random: 1
- Count: 10
- Rate: 1000
- }
- Psychic_ArmorS: {
- Random: 1
- Count: 2
- Rate: 1000
- }
- Aspersio_5_Scroll: {
- Random: 1
- Count: 5
- Rate: 1000
- }
- Comp_Insurance: {
- Random: 1
- Count: 3
- Rate: 1000
- }
- Comp_Bubble_Gum: {
- Random: 1
- Count: 3
- Rate: 1000
- }
- Fallen_Bishop_Card: {
- Random: 1
- Rate: 1
- }
- Blue_Herb_Box2: {
- Random: 1
- Rate: 1000
- }
- Poison_Bottle_Box2: {
- Random: 1
- Rate: 1000
- }
- White_Slim_Pot_Box2: {
- Random: 1
- Rate: 1000
- }
- Magic_Card_Album: {
- Random: 1
- Announce: true
- Rate: 50
- }
-//unsupported/unknown item 'Sealed_Gloom_Card'
-// Sealed_Gloom_Card: {
-// Random: 1
-// Rate: 1
-// }
- Guarantee_Armor_7Up: {
- Random: 1
- Announce: true
- Rate: 25
- }
- Guarantee_Weapon_7Up: {
- Random: 1
- Announce: true
- Rate: 25
- }
- Passion_FB_Hat: {
- Random: 1
- Announce: true
- Rate: 50
- }
- Cool_FB_Hat: {
- Random: 1
- Announce: true
- Rate: 50
- }
- Victory_FB_Hat: {
- Random: 1
- Announce: true
- Rate: 20
- }
- Glory_FB_Hat: {
- Random: 1
- Announce: true
- Rate: 50
- }
-}
-/* unsupported/unknown item 'Libra_Scroll'
-Libra_Scroll: {
- B_Katrinn_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
- Earth_Sprits_Armor_: {
- Random: 1
- Announce: true
- Rate: 3
- }
-//unsupported/unknown item 'Bravery_Bag'
-// Bravery_Bag: {
-// Random: 1
-// Announce: true
-// Rate: 12
-// }
-//unsupported/unknown item 'Libra_Crown'
-// Libra_Crown: {
-// Random: 1
-// Announce: true
-// Rate: 17
-// }
-//unsupported/unknown item 'Libra_Diadem'
-// Libra_Diadem: {
-// Random: 1
-// Announce: true
-// Rate: 17
-// }
- Angeling_Hairpin: {
- Random: 1
- Announce: true
- Rate: 30
- }
- Magic_Card_Album: {
- Random: 1
- Announce: true
- Rate: 70
- }
- Max_Weight_Up_Box: {
- Random: 1
- Announce: true
- Rate: 400
- }
-//unsupported/unknown item 'Orc_LoadS_Box'
-// Orc_LoadS_Box: {
-// Random: 1
-// Announce: true
-// Rate: 50
-// }
-//unsupported/unknown item 'Boarding_Halter_Box'
-// Boarding_Halter_Box: {
-// Random: 1
-// Rate: 600
-// }
- HE_Battle_Manual: {
- Random: 1
- Count: 5
- Rate: 1000
- }
- Guyak_Pudding: {
- Random: 1
- Count: 4
- Rate: 1100
- }
- Light_White_Pot_Box: {
- Random: 1
- Rate: 1200
- }
-//unsupported/unknown item 'Carat_Dia'
-// Carat_Dia: {
-// Random: 1
-// Rate: 1300
-// }
- Drocera_Herb_Stew: {
- Random: 1
- Rate: 1700
- }
- Branch_Of_Dead_Tree_Box: {
- Random: 1
- Rate: 2500
- }
-}
-*/
-/* unsupported/unknown item 'Hallo_Scroll'
-Hallo_Scroll: {
-//unsupported/unknown item 'Witchs_Hat'
-// Witchs_Hat: {
-// Random: 1
-// Rate: 50
-// }
- Red_Deviruchi_Cap: {
- Random: 1
- Rate: 350
- }
- Insurance_Package: {
- Random: 1
- Rate: 1350
- }
- Charm_Of_Happiness: {
- Random: 1
- Rate: 1350
- }
- Magic_Card_Album: {
- Random: 1
- Rate: 220
- }
- Holy_Celestial_Axe_Box: {
- Random: 1
- Rate: 330
- }
- Glass_Of_Illusion_Box5: {
- Random: 1
- Rate: 1350
- }
- Shadow_Armor_S_Box30: {
- Random: 1
- Rate: 600
- }
- Alice_Scroll: {
- Random: 1
- Count: 5
- Rate: 1350
- }
- Ticket_Loli_Ruri: {
- Random: 1
- Rate: 1350
- }
- Teddy_Bear_Card: {
- Random: 1
- Rate: 10
- }
- Hallow_Ring_Box: {
- Random: 1
- Rate: 1300
- }
- Zherlthsh_Mask: {
- Random: 1
- Rate: 140
- }
- HE_Battle_Manual: {
- Random: 1
- Rate: 150
- }
- Zeny_Scroll: {
- Random: 1
- Count: 30
- Rate: 100
- }
-}
-*/
-/* unsupported/unknown item 'Ms_Scorpio_Scroll'
-Ms_Scorpio_Scroll: {
- Thanatos_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
- Bone_Plate: {
- Random: 1
- Announce: true
- Rate: 3
- }
-//unsupported/unknown item 'Thanatos_Mal_Mask'
-// Thanatos_Mal_Mask: {
-// Random: 1
-// Announce: true
-// Rate: 7
-// }
-//unsupported/unknown item 'Scorpio_Crown'
-// Scorpio_Crown: {
-// Random: 1
-// Announce: true
-// Rate: 17
-// }
-//unsupported/unknown item 'Scorpio_Diadem'
-// Scorpio_Diadem: {
-// Random: 1
-// Announce: true
-// Rate: 17
-// }
-//unsupported/unknown item 'Whike_Black_Tail'
-// Whike_Black_Tail: {
-// Random: 1
-// Announce: true
-// Rate: 160
-// }
- Miracle_Medicine: {
- Random: 1
- Announce: true
- Rate: 15
- }
- Max_Weight_Up_Box: {
- Random: 1
- Announce: true
- Rate: 300
- }
- Orc_HeroS: {
- Random: 1
- Count: 10
- Announce: true
- Rate: 80
- }
- Mental_Potion: {
- Random: 1
- Rate: 600
- }
- Guyak_Pudding: {
- Random: 1
- Count: 5
- Rate: 700
- }
- HE_Battle_Manual: {
- Random: 1
- Count: 4
- Rate: 900
- }
- Minor_Brisket: {
- Random: 1
- Rate: 1100
- }
- Dex_Dish_Box: {
- Random: 1
- Rate: 1300
- }
- Zeny_Scroll: {
- Random: 1
- Count: 5
- Rate: 2500
- }
- Small_Life_Potion_Box: {
- Random: 1
- Rate: 2300
- }
-}
-*/
-/* unsupported/unknown item 'TCG_Card_Scroll'
-TCG_Card_Scroll: {
- TCG_Card: {
- Random: 0
- }
- Battle_Manual: {
- Random: 1
- Count: 2
- Rate: 150
- }
- Bubble_Gum: {
- Random: 1
- Count: 2
- Rate: 150
- }
- Insurance: {
- Random: 1
- Count: 2
- Rate: 100
- }
- Token_Of_Siegfried: {
- Random: 1
- Count: 3
- Rate: 100
- }
- Light_White_Pot: {
- Random: 1
- Count: 25
- Rate: 500
- }
-}
-*/
-/* unsupported/unknown item 'Boitata_Scroll'
-Boitata_Scroll: {
-//unsupported/unknown item 'Boitata_Armor'
-// Boitata_Armor: {
-// Random: 1
-// Announce: true
-// Rate: 5
-// }
- Guarana_Candy: {
- Random: 1
- Count: 20
- Rate: 100
- }
- Spark_Candy_Box10: {
- Random: 1
- Rate: 144
- }
- Hell_Fire: {
- Random: 1
- Rate: 10
- }
- Pharaoh_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
- HE_Battle_Manual: {
- Random: 1
- Count: 10
- Rate: 100
- }
- Resist_Fire: {
- Random: 1
- Count: 10
- Rate: 80
- }
- Guarantee_Armor_7Up: {
- Random: 1
- Announce: true
- Rate: 20
- }
- Dex_Dish_Box: {
- Random: 1
- Rate: 150
- }
- Pill_: {
- Random: 1
- Count: 10
- Rate: 100
- }
- Insurance_Package: {
- Random: 1
- Rate: 70
- }
- Job_Manual50_Box: {
- Random: 1
- Rate: 100
- }
- Zeny_Scroll: {
- Random: 1
- Count: 30
- Rate: 100
- }
- Guarantee_Weapon_7Up: {
- Random: 1
- Announce: true
- Rate: 20
- }
-}
-*/
-Lucky_Egg_C2: {
- Magic_Card_Album: {
- Random: 1
- Rate: 50
- }
- White_Slim_Pot_Box2: {
- Random: 1
- Rate: 900
- }
- Poison_Bottle_Box2: {
- Random: 1
- Rate: 900
- }
- Blue_Herb_Box2: {
- Random: 1
- Rate: 900
- }
-//unsupported/unknown item 'Guarantee_Weapon_5Up'
-// Guarantee_Weapon_5Up: {
-// Random: 1
-// Rate: 200
-// }
-//unsupported/unknown item 'Guarantee_Armor_5Up'
-// Guarantee_Armor_5Up: {
-// Random: 1
-// Rate: 200
-// }
-//unsupported/unknown item 'Sealed_Dracula_Card'
-// Sealed_Dracula_Card: {
-// Random: 1
-// Rate: 1
-// }
- Drake_Card: {
- Random: 1
- Rate: 1
- }
- Cancer_Diadem: {
- Random: 1
- Rate: 150
- }
- Cancer_Crown: {
- Random: 1
- Rate: 150
- }
- Mini_Propeller_: {
- Random: 1
- Rate: 150
- }
- Battle_Manual_Box: {
- Random: 1
- Announce: true
- Rate: 1000
- }
- Comp_Bubble_Gum: {
- Random: 1
- Rate: 800
- }
- Comp_Insurance: {
- Random: 1
- Count: 3
- Announce: true
- Rate: 800
- }
- J_Aspersio_5_Scroll: {
- Random: 1
- Count: 5
- Announce: true
- Rate: 800
- }
- Underripe_Yggseed: {
- Random: 1
- Count: 10
- Announce: true
- Rate: 800
- }
- Psychic_ArmorS: {
- Random: 1
- Count: 2
- Announce: true
- Rate: 800
- }
- Yggdrasilberry_Box_: {
- Random: 1
- Announce: true
- Rate: 948
- }
- Bogy_Horn: {
- Random: 1
- Announce: true
- Rate: 150
- }
-//unsupported/unknown item 'Flame_Sprits_Armor__'
-// Flame_Sprits_Armor__: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
- Jasper_Crest: {
- Random: 1
- Announce: true
- Rate: 150
- }
-}
-/* unsupported/unknown item 'Lucky_Egg_C9'
-Lucky_Egg_C9: {
- Comp_Bubble_Gum: {
- Random: 1
- Count: 3
- Rate: 1500
- }
- Battle_Manual_Box: {
- Random: 1
- Rate: 1459
- }
- Comp_Insurance: {
- Random: 1
- Count: 3
- Rate: 1500
- }
- White_Slim_Pot_Box2: {
- Random: 1
- Rate: 1500
- }
- Poison_Bottle_Box2: {
- Random: 1
- Rate: 1500
- }
- Dead_Tree_Branch_Box2: {
- Random: 1
- Rate: 1500
- }
- Elven_Ears_: {
- Random: 1
- Announce: true
- Rate: 10
- }
- Holy_Marching_Hat_J: {
- Random: 1
- Announce: true
- Rate: 300
- }
- Auger_Of_Spirit: {
- Random: 1
- Announce: true
- Rate: 20
- }
- Orc_Hero_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
- Flying_Angel: {
- Random: 1
- Announce: true
- Rate: 100
- }
- Guarantee_Armor_7Up: {
- Random: 1
- Announce: true
- Rate: 25
- }
- Guarantee_Weapon_7Up: {
- Random: 1
- Announce: true
- Rate: 25
- }
- Bloody_Dead_Branch: {
- Random: 1
- Announce: true
- Rate: 500
- }
- Magic_Card_Album: {
- Random: 1
- Announce: true
- Rate: 50
- }
- Guarantee_Armor_8Up: {
- Random: 1
- Announce: true
- Rate: 5
- }
- Guarantee_Weapon_8Up: {
- Random: 1
- Announce: true
- Rate: 5
- }
-}
-*/
-/* unsupported/unknown item 'Lucky_Egg_C7'
-Lucky_Egg_C7: {
- Magic_Card_Album: {
- Random: 1
- Announce: true
- Rate: 50
- }
- Yggdrasilberry_Box_: {
- Random: 1
- Rate: 1043
- }
- Underripe_Yggseed: {
- Random: 1
- Count: 10
- Rate: 1000
- }
- Psychic_ArmorS: {
- Random: 1
- Count: 2
- Rate: 1000
- }
- J_Aspersio_5_Scroll: {
- Random: 1
- Count: 5
- Rate: 1000
- }
- Comp_Insurance: {
- Random: 1
- Count: 3
- Rate: 1000
- }
- Comp_Bubble_Gum: {
- Random: 1
- Count: 3
- Rate: 1000
- }
- Battle_Manual_Box: {
- Random: 1
- Rate: 800
- }
- Blue_Herb_Box2: {
- Random: 1
- Rate: 1000
- }
- Poison_Bottle_Box2: {
- Random: 1
- Rate: 1000
- }
- White_Slim_Pot_Box2: {
- Random: 1
- Rate: 1000
- }
- Valkyrie_Helm: {
- Random: 1
- Announce: true
- Rate: 50
- }
- Ifrit_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
- Guarantee_Armor_7Up: {
- Random: 1
- Announce: true
- Rate: 25
- }
- Guarantee_Weapon_7Up: {
- Random: 1
- Announce: true
- Rate: 25
- }
- Guarantee_Armor_9Up: {
- Random: 1
- Announce: true
- Rate: 2
- }
- Guarantee_Weapon_9Up: {
- Random: 1
- Announce: true
- Rate: 2
- }
- Mask_Of_Ifrit: {
- Random: 1
- Announce: true
- Rate: 1
- }
-//unsupported/unknown item 'Ifrit'
-// Ifrit: {
-// Random: 1
-// Announce: true
-// Rate: 1
-// }
-}
-*/
-/* unsupported/unknown item 'Lucky_Egg_C8'
-Lucky_Egg_C8: {
- Yggdrasilberry_Box_: {
- Random: 1
- Rate: 900
- }
- Bloody_Dead_Branch: {
- Random: 1
- Announce: true
- Rate: 95
- }
- Dead_Tree_Branch_Box2: {
- Random: 1
- Rate: 1000
- }
- Psychic_ArmorS: {
- Random: 1
- Count: 2
- Rate: 1000
- }
- J_Aspersio_5_Scroll: {
- Random: 1
- Count: 5
- Rate: 1000
- }
- Comp_Insurance: {
- Random: 1
- Count: 3
- Rate: 1000
- }
- Comp_Bubble_Gum: {
- Random: 1
- Count: 3
- Rate: 1000
- }
- Battle_Manual_Box: {
- Random: 1
- Rate: 900
- }
-//unsupported/unknown item 'Fruit_Of_Mastela_Box2'
-// Fruit_Of_Mastela_Box2: {
-// Random: 1
-// Rate: 900
-// }
- Poison_Bottle_Box2: {
- Random: 1
- Rate: 900
- }
- White_Slim_Pot_Box2: {
- Random: 1
- Rate: 900
- }
- Magic_Card_Album: {
- Random: 1
- Announce: true
- Rate: 50
- }
-//unsupported/unknown item 'Black_Devil_Mask_'
-// Black_Devil_Mask_: {
-// Random: 1
-// Announce: true
-// Rate: 1
-// }
- Guarantee_Armor_7Up: {
- Random: 1
- Announce: true
- Rate: 25
- }
- Guarantee_Weapon_7Up: {
- Random: 1
- Announce: true
- Rate: 25
- }
- Guarantee_Armor_9Up: {
- Random: 1
- Announce: true
- Rate: 2
- }
- Guarantee_Weapon_9Up: {
- Random: 1
- Announce: true
- Rate: 2
- }
- Drooping_Morocc_Minion: {
- Random: 1
- Announce: true
- Rate: 150
- }
-//unsupported/unknown item 'Wanderer'
-// Wanderer: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
-}
-*/
-/* unsupported/unknown item 'Lucky_Egg_C10'
-Lucky_Egg_C10: {
- Guarantee_Weapon_8Up: {
- Random: 1
- Announce: true
- Rate: 5
- }
- Guarantee_Armor_8Up: {
- Random: 1
- Announce: true
- Rate: 5
- }
- Magic_Card_Album: {
- Random: 1
- Announce: true
- Rate: 50
- }
-//unsupported/unknown item 'Evil_Marcher_Hat'
-// Evil_Marcher_Hat: {
-// Random: 1
-// Announce: true
-// Rate: 15
-// }
- Battle_Manual_Box: {
- Random: 1
- Rate: 500
- }
- Comp_Bubble_Gum: {
- Random: 1
- Count: 3
- Rate: 1000
- }
- Comp_Insurance: {
- Random: 1
- Count: 3
- Rate: 1000
- }
- Poison_Bottle_Box2: {
- Random: 1
- Rate: 1000
- }
- Bloody_Dead_Branch: {
- Random: 1
- Announce: true
- Rate: 100
- }
-//unsupported/unknown item 'Guarantee_Weapon_5Up'
-// Guarantee_Weapon_5Up: {
-// Random: 1
-// Announce: true
-// Rate: 200
-// }
-//unsupported/unknown item 'Guarantee_Armor_5Up'
-// Guarantee_Armor_5Up: {
-// Random: 1
-// Announce: true
-// Rate: 200
-// }
- E_WOB_Rune: {
- Random: 1
- Count: 10
- Rate: 900
- }
- E_WOB_Schwaltz: {
- Random: 1
- Count: 10
- Rate: 900
- }
- E_WOB_Rachel: {
- Random: 1
- Count: 10
- Rate: 900
- }
- E_WOB_Local: {
- Random: 1
- Count: 10
- Rate: 900
- }
-//unsupported/unknown item 'RWC2010_Indonesia'
-// RWC2010_Indonesia: {
-// Random: 1
-// Announce: true
-// Rate: 1
-// }
-//unsupported/unknown item 'Sealed_Kiel_Card'
-// Sealed_Kiel_Card: {
-// Random: 1
-// Announce: true
-// Rate: 1
-// }
- White_Slim_Pot_Box2: {
- Random: 1
- Rate: 800
- }
-//unsupported/unknown item 'Sealed_B_Ygnizem_Card'
-// Sealed_B_Ygnizem_Card: {
-// Random: 1
-// Announce: true
-// Rate: 1
-// }
-//unsupported/unknown item 'Heart_Eye_Patch1'
-// Heart_Eye_Patch1: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
-//unsupported/unknown item 'Heart_Eye_Patch2'
-// Heart_Eye_Patch2: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
-//unsupported/unknown item 'Boy'
-// Boy: {
-// Random: 1
-// Rate: 400
-// }
- Flaming_Ice: {
- Random: 1
- Rate: 400
- }
- Tantanmen: {
- Random: 1
- Rate: 400
- }
-//unsupported/unknown item 'Enchant_Book'
-// Enchant_Book: {
-// Random: 1
-// Announce: true
-// Rate: 22
-// }
-}
-*/
-/* unsupported/unknown item 'Wind_Type_Scroll'
-Wind_Type_Scroll: {
- Gemini_Diadem: {
- Random: 1
- Announce: true
- Rate: 100
- }
- Gemini_Crown: {
- Random: 1
- Announce: true
- Rate: 100
- }
-//unsupported/unknown item 'Libra_Diadem'
-// Libra_Diadem: {
-// Random: 1
-// Announce: true
-// Rate: 50
-// }
-//unsupported/unknown item 'Libra_Crown'
-// Libra_Crown: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
- Aquarius_Diadem: {
- Random: 1
- Announce: true
- Rate: 100
- }
- Aquarius_Crown: {
- Random: 1
- Announce: true
- Rate: 100
- }
-//unsupported/unknown item 'Snowman_Hat_Box'
-// Snowman_Hat_Box: {
-// Random: 1
-// Announce: true
-// Rate: 5
-// }
-//unsupported/unknown item 'Sunglasses_Bball_Hat'
-// Sunglasses_Bball_Hat: {
-// Random: 1
-// Announce: true
-// Rate: 234
-// }
-//unsupported/unknown item 'Hankie_In_Mouth'
-// Hankie_In_Mouth: {
-// Random: 1
-// Announce: true
-// Rate: 50
-// }
-//unsupported/unknown item 'New_Style_Coupon_Box'
-// New_Style_Coupon_Box: {
-// Random: 1
-// Rate: 50
-// }
- Neuralizer_Box: {
- Random: 1
- Announce: true
- Rate: 10
- }
- Battle_Manual_Box: {
- Random: 1
- Rate: 1000
- }
- Kafra_Card_Box: {
- Random: 1
- Rate: 1000
- }
- Bloody_Dead_Branch: {
- Random: 1
- Rate: 500
- }
- Spark_Candy_Box10: {
- Random: 1
- Rate: 1500
- }
- Str_Dish_Box: {
- Random: 1
- Rate: 1200
- }
- Int_Dish_Box: {
- Random: 1
- Rate: 1200
- }
- Token_Of_Siegfried_Box: {
- Random: 1
- Rate: 1200
- }
- Garm_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
-//unsupported/unknown item 'Fruit_Of_Mastela_Box2'
-// Fruit_Of_Mastela_Box2: {
-// Random: 1
-// Rate: 1500
-// }
-}
-*/
-Lucky_Egg_C3: {
- Magic_Card_Album: {
- Random: 1
- Announce: true
- Rate: 50
- }
- White_Slim_Pot_Box2: {
- Random: 1
- Rate: 800
- }
- Poison_Bottle_Box2: {
- Random: 1
- Rate: 800
- }
- Blue_Herb_Box2: {
- Random: 1
- Rate: 800
- }
- Chung_E_Pet_Coupon: {
- Random: 1
- Announce: true
- Rate: 500
- }
- Succu_Pet_Coupon: {
- Random: 1
- Announce: true
- Rate: 500
- }
- Imp_Pet_Coupon: {
- Random: 1
- Announce: true
- Rate: 500
- }
-//unsupported/unknown item 'Leo_Crown'
-// Leo_Crown: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
- Dress_Hat: {
- Random: 1
- Announce: true
- Rate: 100
- }
- Sunglasses_: {
- Random: 1
- Announce: true
- Rate: 10
- }
- Battle_Manual_Box: {
- Random: 1
- Rate: 489
- }
- Comp_Bubble_Gum: {
- Random: 1
- Count: 3
- Rate: 800
- }
- Comp_Insurance: {
- Random: 1
- Count: 3
- Rate: 800
- }
- J_Aspersio_5_Scroll: {
- Random: 1
- Count: 5
- Rate: 800
- }
- Underripe_Yggseed: {
- Random: 1
- Count: 10
- Rate: 800
- }
- Psychic_ArmorS: {
- Random: 1
- Count: 2
- Rate: 800
- }
- Yggdrasilberry_Box_: {
- Random: 1
- Rate: 800
- }
-//unsupported/unknown item 'Upg_Buckler_Box'
-// Upg_Buckler_Box: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
-//unsupported/unknown item 'Flame_Sprits_Armor__'
-// Flame_Sprits_Armor__: {
-// Random: 1
-// Announce: true
-// Rate: 200
-// }
-//unsupported/unknown item 'Sealed_Kiel_Card'
-// Sealed_Kiel_Card: {
-// Random: 1
-// Announce: true
-// Rate: 1
-// }
- Donut_In_Mouth: {
- Random: 1
- Announce: true
- Rate: 150
- }
- K_Rabbit_Bonnet: {
- Random: 1
- Announce: true
- Rate: 50
- }
-}
-Lucky_Egg_C4: {
- White_Slim_Pot_Box2: {
- Random: 1
- Rate: 790
- }
- Poison_Bottle_Box2: {
- Random: 1
- Rate: 720
- }
- Blue_Herb_Box2: {
- Random: 1
- Rate: 720
- }
- Battle_Manual_Box: {
- Random: 1
- Rate: 700
- }
- J_Aspersio_5_Scroll: {
- Random: 1
- Count: 5
- Rate: 720
- }
- Deviling_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
- Comp_Bubble_Gum: {
- Random: 1
- Count: 3
- Rate: 720
- }
- Comp_Insurance: {
- Random: 1
- Count: 3
- Rate: 720
- }
- Underripe_Yggseed: {
- Random: 1
- Count: 10
- Rate: 720
- }
- Psychic_ArmorS: {
- Random: 1
- Count: 2
- Rate: 720
- }
- Yggdrasilberry_Box_: {
- Random: 1
- Rate: 720
- }
-//unsupported/unknown item 'Sealed_B_Ygnizem_Card'
-// Sealed_B_Ygnizem_Card: {
-// Random: 1
-// Announce: true
-// Rate: 1
-// }
-//unsupported/unknown item 'Lunatic_Hat_Box'
-// Lunatic_Hat_Box: {
-// Random: 1
-// Announce: true
-// Rate: 200
-// }
-//unsupported/unknown item 'Necromencer'
-// Necromencer: {
-// Random: 1
-// Announce: true
-// Rate: 200
-// }
- Fried_Egg: {
- Random: 1
- Announce: true
- Rate: 200
- }
-//unsupported/unknown item 'Sagittarius_Crown'
-// Sagittarius_Crown: {
-// Random: 1
-// Announce: true
-// Rate: 200
-// }
- Savage_Baby_Hat: {
- Random: 1
- Announce: true
- Rate: 198
- }
-//unsupported/unknown item 'Fur_Seal_Hat_Box'
-// Fur_Seal_Hat_Box: {
-// Random: 1
-// Announce: true
-// Rate: 200
-// }
- Chung_E_Pet_Coupon: {
- Random: 1
- Announce: true
- Rate: 500
- }
- Succu_Pet_Coupon: {
- Random: 1
- Announce: true
- Rate: 500
- }
- Imp_Pet_Coupon: {
- Random: 1
- Announce: true
- Rate: 500
- }
- Magic_Card_Album: {
- Random: 1
- Announce: true
- Rate: 50
- }
-}
-Lucky_Egg_C5: {
- Yggdrasilberry_Box_: {
- Random: 1
- Rate: 900
- }
- Underripe_Yggseed: {
- Random: 1
- Count: 10
- Rate: 900
- }
- Psychic_ArmorS: {
- Random: 1
- Count: 2
- Rate: 900
- }
- J_Aspersio_5_Scroll: {
- Random: 1
- Count: 5
- Rate: 900
- }
- Vanberk_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
-//unsupported/unknown item 'Sealed_Ktullanux_Card'
-// Sealed_Ktullanux_Card: {
-// Random: 1
-// Announce: true
-// Rate: 1
-// }
- Comp_Bubble_Gum: {
- Random: 1
- Count: 3
- Rate: 900
- }
- Comp_Insurance: {
- Random: 1
- Count: 3
- Rate: 900
- }
- Battle_Manual_Box: {
- Random: 1
- Rate: 800
- }
- Blue_Herb_Box2: {
- Random: 1
- Rate: 800
- }
- Poison_Bottle_Box2: {
- Random: 1
- Rate: 800
- }
- White_Slim_Pot_Box2: {
- Random: 1
- Rate: 800
- }
- Magic_Card_Album: {
- Random: 1
- Announce: true
- Rate: 50
- }
- Magestic_Goat_: {
- Random: 1
- Announce: true
- Rate: 150
- }
-//unsupported/unknown item 'Fallen_Angel_Wing'
-// Fallen_Angel_Wing: {
-// Random: 1
-// Announce: true
-// Rate: 1
-// }
- Delicious_Shaved_Ice: {
- Random: 1
- Announce: true
- Rate: 299
- }
- Fit_Pipe: {
- Random: 1
- Announce: true
- Rate: 299
- }
-//unsupported/unknown item 'Gril'
-// Gril: {
-// Random: 1
-// Announce: true
-// Rate: 299
-// }
- Ring_Of_Flame_Lord: {
- Random: 1
- Announce: true
- Rate: 50
- }
-//unsupported/unknown item 'Samambaia_Box'
-// Samambaia_Box: {
-// Random: 1
-// Announce: true
-// Rate: 200
-// }
- Ring_Of_Resonance: {
- Random: 1
- Announce: true
- Rate: 50
- }
-}
-/* unsupported/unknown item 'Weather_Report_Box'
-Weather_Report_Box: {
-//unsupported/unknown item 'Fine_Sun'
-// Fine_Sun: {
-// Random: 0
-// }
-//unsupported/unknown item 'Rainbow'
-// Rainbow: {
-// Random: 0
-// }
-//unsupported/unknown item 'Rain_Cloud'
-// Rain_Cloud: {
-// Random: 0
-// }
-//unsupported/unknown item 'Lightning_Cloud'
-// Lightning_Cloud: {
-// Random: 0
-// }
-}
-*/
-/* unsupported/unknown item 'Comin_Actor_Box'
-Comin_Actor_Box: {
-//unsupported/unknown item 'Charlie_Beard'
-// Charlie_Beard: {
-// Random: 0
-// }
-//unsupported/unknown item 'Charlie_Hat'
-// Charlie_Hat: {
-// Random: 0
-// }
-}
-*/
-/* unsupported/unknown item 'Hen_Set_Box'
-Hen_Set_Box: {
-//unsupported/unknown item 'Chicken_Beak'
-// Chicken_Beak: {
-// Random: 0
-// }
-//unsupported/unknown item 'Cocks_Comb'
-// Cocks_Comb: {
-// Random: 0
-// }
-}
-*/
-Lucky_Egg_C: {
-//unsupported/unknown item 'Sealed_Mistress_Card'
-// Sealed_Mistress_Card: {
-// Random: 1
-// Announce: true
-// Rate: 1
-// }
- Magic_Card_Album: {
- Random: 1
- Announce: true
- Rate: 50
- }
- White_Slim_Pot_Box2: {
- Random: 1
- Rate: 1500
- }
- Poison_Bottle_Box2: {
- Random: 1
- Rate: 1500
- }
- Blue_Herb_Box2: {
- Random: 1
- Rate: 1500
- }
- Chung_E_Pet_Coupon: {
- Random: 1
- Rate: 1200
- }
- Succu_Pet_Coupon: {
- Random: 1
- Rate: 1200
- }
- Imp_Pet_Coupon: {
- Random: 1
- Rate: 1200
- }
-//unsupported/unknown item 'Guarantee_Weapon_5Up'
-// Guarantee_Weapon_5Up: {
-// Random: 1
-// Rate: 200
-// }
-//unsupported/unknown item 'Guarantee_Armor_5Up'
-// Guarantee_Armor_5Up: {
-// Random: 1
-// Rate: 200
-// }
- Crown_: {
- Random: 1
- Rate: 290
- }
- Sharp_Gear_: {
- Random: 1
- Rate: 250
- }
- Ribbon_Of_Bride: {
- Random: 1
- Announce: true
- Rate: 50
- }
-//unsupported/unknown item 'Odin'
-// Odin: {
-// Random: 1
-// Rate: 599
-// }
-//unsupported/unknown item 'Archangel_Wing'
-// Archangel_Wing: {
-// Random: 1
-// Announce: true
-// Rate: 50
-// }
- Elven_Ears_: {
- Random: 1
- Announce: true
- Rate: 10
- }
- Rabbit_Earplug: {
- Random: 1
- Rate: 200
- }
-}
-/* unsupported/unknown item 'Water_Type_Scroll'
-Water_Type_Scroll: {
- Cancer_Diadem: {
- Random: 1
- Announce: true
- Rate: 150
- }
- Cancer_Crown: {
- Random: 1
- Announce: true
- Rate: 150
- }
-//unsupported/unknown item 'Scorpio_Diadem'
-// Scorpio_Diadem: {
-// Random: 1
-// Announce: true
-// Rate: 60
-// }
-//unsupported/unknown item 'Scorpio_Crown'
-// Scorpio_Crown: {
-// Random: 1
-// Announce: true
-// Rate: 60
-// }
- Pisces_Diadem: {
- Random: 1
- Announce: true
- Rate: 110
- }
- Pisces_Crown: {
- Random: 1
- Announce: true
- Rate: 150
- }
-//unsupported/unknown item 'Wizard_Left_Eye'
-// Wizard_Left_Eye: {
-// Random: 1
-// Announce: true
-// Rate: 20
-// }
-//unsupported/unknown item 'Indi_Feather_Band'
-// Indi_Feather_Band: {
-// Random: 1
-// Announce: true
-// Rate: 266
-// }
-//unsupported/unknown item 'Unbreak_Weap_Box'
-// Unbreak_Weap_Box: {
-// Random: 1
-// Rate: 300
-// }
-//unsupported/unknown item 'Unbreak_Def_Box'
-// Unbreak_Def_Box: {
-// Random: 1
-// Rate: 300
-// }
- Token_Of_Siegfried_Box: {
- Random: 1
- Rate: 1500
- }
- Bubble_Gum_Box: {
- Random: 1
- Rate: 1500
- }
- Magic_Card_Album: {
- Random: 1
- Rate: 100
- }
- Agi_Dish_Box: {
- Random: 1
- Rate: 1900
- }
- Dex_Dish_Box: {
- Random: 1
- Rate: 1900
- }
- Donut_In_Mouth: {
- Random: 1
- Announce: true
- Rate: 10
- }
- Robo_Eye_Box: {
- Random: 1
- Announce: true
- Rate: 20
- }
-//unsupported/unknown item 'Sealed_TurtleG_Card'
-// Sealed_TurtleG_Card: {
-// Random: 1
-// Announce: true
-// Rate: 1
-// }
-//unsupported/unknown item 'Sealed_Amon_Ra_Card'
-// Sealed_Amon_Ra_Card: {
-// Random: 1
-// Announce: true
-// Rate: 3
-// }
-//unsupported/unknown item 'Diabolic_Scroll'
-// Diabolic_Scroll: {
-// Random: 1
-// Count: 5
-// Rate: 1500
-// }
-}
-*/
-/* unsupported/unknown item 'Earth_Type_Scroll'
-Earth_Type_Scroll: {
-//unsupported/unknown item 'Capricorn_Diadem'
-// Capricorn_Diadem: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
-//unsupported/unknown item 'Capricorn_Crown'
-// Capricorn_Crown: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
-//unsupported/unknown item 'Virgo_Diadem'
-// Virgo_Diadem: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
-//unsupported/unknown item 'Virgo_Crown'
-// Virgo_Crown: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
- Taurus_Diadem: {
- Random: 1
- Announce: true
- Rate: 150
- }
- Taurus_Crown: {
- Random: 1
- Announce: true
- Rate: 150
- }
-//unsupported/unknown item 'Teardrop'
-// Teardrop: {
-// Random: 1
-// Announce: true
-// Rate: 50
-// }
-//unsupported/unknown item 'Abacus_In_Mouth'
-// Abacus_In_Mouth: {
-// Random: 1
-// Announce: true
-// Rate: 300
-// }
-//unsupported/unknown item 'Unbreak_Weap_Box'
-// Unbreak_Weap_Box: {
-// Random: 1
-// Rate: 194
-// }
-//unsupported/unknown item 'Unbreak_Def_Box'
-// Unbreak_Def_Box: {
-// Random: 1
-// Rate: 194
-// }
- Token_Of_Siegfried_Box: {
- Random: 1
- Rate: 1600
- }
- Bubble_Gum_Box: {
- Random: 1
- Rate: 1600
- }
- Battle_Manual_Box: {
- Random: 1
- Rate: 1600
- }
- Balloon_Hat: {
- Random: 1
- Announce: true
- Rate: 5
- }
-//unsupported/unknown item 'Hexagon_Spectacles'
-// Hexagon_Spectacles: {
-// Random: 1
-// Announce: true
-// Rate: 300
-// }
- Rabbit_Bonnet: {
- Random: 1
- Announce: true
- Rate: 5
- }
-//unsupported/unknown item 'Hen_Set_Box'
-// Hen_Set_Box: {
-// Random: 1
-// Announce: true
-// Rate: 50
-// }
-//unsupported/unknown item 'Sealed_Knight_WS_Card'
-// Sealed_Knight_WS_Card: {
-// Random: 1
-// Announce: true
-// Rate: 1
-// }
-//unsupported/unknown item 'Sealed_Lady_Tanee_Card'
-// Sealed_Lady_Tanee_Card: {
-// Random: 1
-// Announce: true
-// Rate: 1
-// }
-//unsupported/unknown item 'Fruit_Of_Mastela_Box2'
-// Fruit_Of_Mastela_Box2: {
-// Random: 1
-// Rate: 1600
-// }
-//unsupported/unknown item 'Diabolic_Scroll'
-// Diabolic_Scroll: {
-// Random: 1
-// Count: 5
-// Rate: 1600
-// }
-}
-*/
-/* unsupported/unknown item 'Splash_Scroll'
-Splash_Scroll: {
-//unsupported/unknown item 'Songpyun_Box50'
-// Songpyun_Box50: {
-// Random: 1
-// Rate: 1200
-// }
- Love_Chick_Hat: {
- Random: 1
- Announce: true
- Rate: 130
- }
- Convex_Mirror_Box: {
- Random: 1
- Rate: 800
- }
- Megaphone_Box: {
- Random: 1
- Rate: 700
- }
- Job_Manual50_Box: {
- Random: 1
- Rate: 500
- }
- Token_Of_Siegfried_Box: {
- Random: 1
- Rate: 800
- }
- Splash_Hat: {
- Random: 1
- Announce: true
- Named: true
- Rate: 50
- }
- Gryphon_Hat: {
- Random: 1
- Announce: true
- Rate: 150
- }
- Guarantee_Weapon_7Up: {
- Random: 1
- Announce: true
- Rate: 70
- }
- Kafra_Card_Box: {
- Random: 1
- Rate: 800
- }
- Psychic_ArmorS: {
- Random: 1
- Count: 10
- Rate: 500
- }
- Guarantee_Armor_7Up: {
- Random: 1
- Announce: true
- Rate: 150
- }
- Yggdrasilberry_Box_: {
- Random: 1
- Rate: 600
- }
-//unsupported/unknown item 'Enchant_Book'
-// Enchant_Book: {
-// Random: 1
-// Announce: true
-// Rate: 500
-// }
- Str_Dish_Box: {
- Random: 1
- Rate: 1300
- }
- Dex_Dish_Box: {
- Random: 1
- Rate: 1749
- }
- B_Eremes_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
-}
-*/
-/* unsupported/unknown item 'Vocation_Scroll'
-Vocation_Scroll: {
-//unsupported/unknown item 'HP_Increase_PotionL'
-// HP_Increase_PotionL: {
-// Random: 1
-// Count: 30
-// Rate: 1200
-// }
- Vit_Dish_Box: {
- Random: 1
- Rate: 1350
- }
- Int_Dish_Box: {
- Random: 1
- Rate: 1350
- }
-//unsupported/unknown item 'Boarding_Halter_Box'
-// Boarding_Halter_Box: {
-// Random: 1
-// Rate: 200
-// }
- Guyak_Pudding: {
- Random: 1
- Count: 10
- Rate: 1100
- }
- Psychic_ArmorS: {
- Random: 1
- Count: 10
- Rate: 500
- }
-//unsupported/unknown item 'HD_Ori_Box10'
-// HD_Ori_Box10: {
-// Random: 1
-// Rate: 150
-// }
- Token_Of_Siegfried_Box: {
- Random: 1
- Rate: 1100
- }
- Megaphone_Box: {
- Random: 1
- Rate: 1079
- }
-//unsupported/unknown item 'Diabolic_Scroll'
-// Diabolic_Scroll: {
-// Random: 1
-// Count: 5
-// Rate: 1100
-// }
- Bloody_Dead_Branch: {
- Random: 1
- Announce: true
- Rate: 580
- }
-//unsupported/unknown item 'HD_Elu_Box10'
-// HD_Elu_Box10: {
-// Random: 1
-// Rate: 150
-// }
- Gang_Scarf: {
- Random: 1
- Announce: true
- Rate: 45
- }
-//unsupported/unknown item 'Sealed_Orc_Load_Card'
-// Sealed_Orc_Load_Card: {
-// Random: 1
-// Announce: true
-// Rate: 10
-// }
-//unsupported/unknown item 'Sealed_B_Magaleta_Card'
-// Sealed_B_Magaleta_Card: {
-// Random: 1
-// Announce: true
-// Rate: 10
-// }
-//unsupported/unknown item 'Red_Bread_Hat'
-// Red_Bread_Hat: {
-// Random: 1
-// Announce: true
-// Rate: 5
-// }
- Guarantee_Armor_8Up: {
- Random: 1
- Announce: true
- Rate: 10
- }
- Guarantee_Weapon_8Up: {
- Random: 1
- Announce: true
- Rate: 10
- }
- Incant_Samurai_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
- Neuralizer_Box: {
- Random: 1
- Announce: true
- Rate: 50
- }
-}
-*/
-/* unsupported/unknown item 'Wisdom_Scroll'
-Wisdom_Scroll: {
- White_Slim_Pot_Box2: {
- Random: 1
- Rate: 1100
- }
- Blue_Herb_Box2: {
- Random: 1
- Rate: 1100
- }
-//unsupported/unknown item 'Fruit_Of_Mastela_Box2'
-// Fruit_Of_Mastela_Box2: {
-// Random: 1
-// Rate: 1200
-// }
- Dead_Tree_Branch_Box2: {
- Random: 1
- Rate: 1100
- }
- B_Def_Potion_Box30: {
- Random: 1
- Rate: 1100
- }
- B_Mdef_Potion_Box30: {
- Random: 1
- Rate: 1100
- }
-//unsupported/unknown item 'Diabolic_Scroll'
-// Diabolic_Scroll: {
-// Random: 1
-// Count: 5
-// Rate: 1100
-// }
-//unsupported/unknown item 'Unbreak_Weap_Box'
-// Unbreak_Weap_Box: {
-// Random: 1
-// Rate: 100
-// }
-//unsupported/unknown item 'Unbreak_Def_Box'
-// Unbreak_Def_Box: {
-// Random: 1
-// Rate: 100
-// }
-//unsupported/unknown item 'Enchant_Book'
-// Enchant_Book: {
-// Random: 1
-// Announce: true
-// Rate: 500
-// }
- Battle_Manual_Box: {
- Random: 1
- Rate: 784
- }
- Bloody_Dead_Branch: {
- Random: 1
- Announce: true
- Rate: 400
- }
-//unsupported/unknown item 'Trident_Helmet'
-// Trident_Helmet: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
-//unsupported/unknown item 'Fallen_Angel_Wing'
-// Fallen_Angel_Wing: {
-// Random: 1
-// Announce: true
-// Rate: 5
-// }
-//unsupported/unknown item 'Sealed_B_Harword_Card'
-// Sealed_B_Harword_Card: {
-// Random: 1
-// Announce: true
-// Rate: 15
-// }
- Randgris_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
-//unsupported/unknown item 'Turtle_Hat_Box'
-// Turtle_Hat_Box: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
- Snake_Head: {
- Random: 1
- Announce: true
- Rate: 40
- }
- Ghostring_Card: {
- Random: 1
- Announce: true
- Rate: 5
- }
-}
-*/
-/* unsupported/unknown item 'Patron_Scroll'
-Patron_Scroll: {
- Agi_Dish_Box: {
- Random: 1
- Rate: 1300
- }
- Luk_Dish_Box: {
- Random: 1
- Rate: 1300
- }
- Yggdrasilberry_Box_: {
- Random: 1
- Rate: 1200
- }
-//unsupported/unknown item 'Enchant_Book'
-// Enchant_Book: {
-// Random: 1
-// Announce: true
-// Rate: 773
-// }
- Miracle_Medicine: {
- Random: 1
- Rate: 200
- }
-//unsupported/unknown item 'Fruit_Of_Mastela_Box2'
-// Fruit_Of_Mastela_Box2: {
-// Random: 1
-// Rate: 1150
-// }
- Bubble_Gum_Box: {
- Random: 1
- Rate: 1100
- }
- Storm_10_Scroll_Box: {
- Random: 1
- Rate: 1060
- }
- Job_Manual50_Box: {
- Random: 1
- Rate: 500
- }
-//unsupported/unknown item 'Songpyun_Box50'
-// Songpyun_Box50: {
-// Random: 1
-// Rate: 1110
-// }
- Magic_Card_Album: {
- Random: 1
- Rate: 200
- }
-//unsupported/unknown item 'Immuned_Shield'
-// Immuned_Shield: {
-// Random: 1
-// Announce: true
-// Rate: 30
-// }
-//unsupported/unknown item 'Sealed_Berz_Card'
-// Sealed_Berz_Card: {
-// Random: 1
-// Announce: true
-// Rate: 1
-// }
-//unsupported/unknown item 'Sealed_Eddga_Card'
-// Sealed_Eddga_Card: {
-// Random: 1
-// Announce: true
-// Rate: 15
-// }
- Cat_Ears_Beret: {
- Random: 1
- Announce: true
- Rate: 20
- }
-//unsupported/unknown item 'Snowman_Hat_Box'
-// Snowman_Hat_Box: {
-// Random: 1
-// Announce: true
-// Rate: 5
-// }
-//unsupported/unknown item 'Hankie_In_Mouth'
-// Hankie_In_Mouth: {
-// Random: 1
-// Announce: true
-// Rate: 30
-// }
- Mistress_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
- Guarantee_Armor_9Up: {
- Random: 1
- Announce: true
- Rate: 5
- }
-}
-*/
-/* unsupported/unknown item 'Heaven_Scroll'
-Heaven_Scroll: {
- Yggdrasilberry_Box_: {
- Random: 1
- Rate: 1200
- }
- Max_Weight_Up_Box: {
- Random: 1
- Rate: 280
- }
-//unsupported/unknown item 'SP_Increase_PotionL'
-// SP_Increase_PotionL: {
-// Random: 1
-// Count: 30
-// Rate: 1200
-// }
- Insurance_Package: {
- Random: 1
- Rate: 850
- }
- Guyak_Pudding: {
- Random: 1
- Count: 10
- Rate: 1100
- }
- Accuracy_30_Scroll: {
- Random: 1
- Count: 10
- Rate: 1200
- }
- Bubble_Gum_Box: {
- Random: 1
- Rate: 1075
- }
- Enriched_Elunium_Box: {
- Random: 1
- Rate: 200
- }
- Enriched_Oridecon_Box: {
- Random: 1
- Rate: 200
- }
- Convex_Mirror_Box: {
- Random: 1
- Rate: 896
- }
- Spark_Candy_Box10: {
- Random: 1
- Rate: 1200
- }
-//unsupported/unknown item 'Tw_Frog_Hat'
-// Tw_Frog_Hat: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
-//unsupported/unknown item 'Carrot_In_Mouth'
-// Carrot_In_Mouth: {
-// Random: 1
-// Announce: true
-// Rate: 78
-// }
-//unsupported/unknown item 'Puppy_Ears_Hat'
-// Puppy_Ears_Hat: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
-//unsupported/unknown item 'Powder_Snow_Box'
-// Powder_Snow_Box: {
-// Random: 1
-// Announce: true
-// Rate: 1
-// }
-//unsupported/unknown item 'Sealed_B_Shecil_Card'
-// Sealed_B_Shecil_Card: {
-// Random: 1
-// Announce: true
-// Rate: 15
-// }
-//unsupported/unknown item 'Sealed_Apocalips_H_Card'
-// Sealed_Apocalips_H_Card: {
-// Random: 1
-// Announce: true
-// Rate: 5
-// }
-//unsupported/unknown item 'Green_Apple_Hat'
-// Green_Apple_Hat: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
-//unsupported/unknown item 'Enchant_Book'
-// Enchant_Book: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
-}
-*/
-Tw_Aug_Scroll: {
- Yggdrasilberry_Box_: {
- Random: 1
- Rate: 1350
- }
- Poison_Bottle_Box2: {
- Random: 1
- Rate: 1280
- }
-//unsupported/unknown item 'Diabolic_Scroll'
-// Diabolic_Scroll: {
-// Random: 1
-// Count: 5
-// Rate: 1300
-// }
- Bubble_Gum_Box: {
- Random: 1
- Rate: 1300
- }
- Battle_Manual_Box: {
- Random: 1
- Rate: 1130
- }
-//unsupported/unknown item 'Enchant_Book'
-// Enchant_Book: {
-// Random: 1
-// Announce: true
-// Rate: 800
-// }
- Psychic_ArmorS: {
- Random: 1
- Count: 10
- Rate: 1021
- }
- Vit_Dish_Box: {
- Random: 1
- Rate: 1350
- }
-//unsupported/unknown item 'Guarantee_Armor_5Up'
-// Guarantee_Armor_5Up: {
-// Random: 1
-// Rate: 200
-// }
- Ninja_Scroll: {
- Random: 1
- Announce: true
- Rate: 150
- }
- Pink_Fur_Hat: {
- Random: 1
- Announce: true
- Rate: 100
- }
-//unsupported/unknown item 'Fallen_Angel_Wing'
-// Fallen_Angel_Wing: {
-// Random: 1
-// Announce: true
-// Rate: 3
-// }
- Whisper_Boss_Card: {
- Random: 1
- Announce: true
- Rate: 15
- }
- Gloom_Under_Night_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
-}
-/* unsupported/unknown item 'Tw_Nov_Scroll2'
-Tw_Nov_Scroll2: {
- Dex_Dish_Box: {
- Random: 1
- Rate: 1500
- }
-//unsupported/unknown item 'Songpyun_Box50'
-// Songpyun_Box50: {
-// Random: 1
-// Rate: 1200
-// }
-//unsupported/unknown item 'Enchant_Book'
-// Enchant_Book: {
-// Random: 1
-// Announce: true
-// Rate: 1100
-// }
- Megaphone_Box: {
- Random: 1
- Rate: 1200
- }
- Token_Of_Siegfried_Box: {
- Random: 1
- Rate: 1200
- }
- Yggdrasilberry_Box_: {
- Random: 1
- Rate: 884
- }
- Vit_Dish_Box: {
- Random: 1
- Rate: 1500
- }
- J_Aspersio_5_Scroll: {
- Random: 1
- Count: 10
- Rate: 600
- }
- Psychic_ArmorS: {
- Random: 1
- Count: 10
- Rate: 600
- }
- Guarantee_Armor_7Up: {
- Random: 1
- Announce: true
- Rate: 80
- }
- Guarantee_Weapon_7Up: {
- Random: 1
- Announce: true
- Rate: 50
- }
-//unsupported/unknown item 'Candy_Hat'
-// Candy_Hat: {
-// Random: 1
-// Announce: true
-// Rate: 50
-// }
-//unsupported/unknown item 'Sealed_D_Lord_Card'
-// Sealed_D_Lord_Card: {
-// Random: 1
-// Announce: true
-// Rate: 5
-// }
-//unsupported/unknown item 'Sealed_F_Bishop_Card'
-// Sealed_F_Bishop_Card: {
-// Random: 1
-// Announce: true
-// Rate: 1
-// }
-//unsupported/unknown item 'Black_Knitted_Hat'
-// Black_Knitted_Hat: {
-// Random: 1
-// Announce: true
-// Rate: 30
-// }
-}
-*/
-/* unsupported/unknown item 'Illusion_Nothing'
-Illusion_Nothing: {
-//unsupported/unknown item 'Songpyun_Box50'
-// Songpyun_Box50: {
-// Random: 1
-// Named: true
-// Rate: 1534
-// }
- Guyak_Pudding: {
- Random: 1
- Count: 10
- Named: true
- Rate: 1500
- }
- Agi_Dish_Box: {
- Random: 1
- Named: true
- Rate: 1500
- }
- Vit_Dish_Box: {
- Random: 1
- Named: true
- Rate: 1500
- }
-//unsupported/unknown item 'Diabolic_Scroll'
-// Diabolic_Scroll: {
-// Random: 1
-// Count: 5
-// Named: true
-// Rate: 1500
-// }
- Shadow_Armor_S_Box10: {
- Random: 1
- Named: true
- Rate: 1500
- }
-//unsupported/unknown item 'Sealed_Tao_Card'
-// Sealed_Tao_Card: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 1
-// }
- Bloody_Dead_Branch: {
- Random: 1
- Announce: true
- Named: true
- Rate: 500
- }
-//unsupported/unknown item 'Syringe_In_Mouth'
-// Syringe_In_Mouth: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 100
-// }
- Guarantee_Weapon_8Up: {
- Random: 1
- Announce: true
- Named: true
- Rate: 50
- }
- Guarantee_Armor_8Up: {
- Random: 1
- Announce: true
- Named: true
- Rate: 10
- }
-//unsupported/unknown item 'Singing_Bird'
-// Singing_Bird: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 130
-// }
- Round_Eyes: {
- Random: 1
- Announce: true
- Named: true
- Rate: 100
- }
- Cat_Hat: {
- Random: 1
- Announce: true
- Named: true
- Rate: 70
- }
-//unsupported/unknown item 'Weather_Report_Box'
-// Weather_Report_Box: {
-// Random: 1
-// Announce: true
-// Named: true
-// Rate: 5
-// }
-}
-*/
-/* unsupported/unknown item 'Tw_Sep_Scroll" ] ='
-Tw_Sep_Scroll" ] =: {
- Int_Dish_Box: {
- Random: 1
- Rate: 1400
- }
- Angeling_Pot_Box: {
- Random: 1
- Rate: 1477
- }
- Dun_Tele_Scroll_Box10: {
- Random: 1
- Rate: 1500
- }
- Kafra_Card_Box: {
- Random: 1
- Rate: 1200
- }
- Holy_Armor_S_Box10: {
- Random: 1
- Rate: 1400
- }
- Insurance_Package: {
- Random: 1
- Rate: 1200
- }
- Job_Manual50_Box: {
- Random: 1
- Rate: 1200
- }
-//unsupported/unknown item 'Archangel_Wing'
-// Archangel_Wing: {
-// Random: 1
-// Announce: true
-// Rate: 10
-// }
- Baby_Pacifier: {
- Random: 1
- Announce: true
- Rate: 200
- }
-//unsupported/unknown item 'Guarantee_Weapon_5Up'
-// Guarantee_Weapon_5Up: {
-// Random: 1
-// Announce: true
-// Rate: 200
-// }
-//unsupported/unknown item 'Red_Hood'
-// Red_Hood: {
-// Random: 1
-// Announce: true
-// Rate: 149
-// }
-//unsupported/unknown item 'Sleeping_Kitty_Cat'
-// Sleeping_Kitty_Cat: {
-// Random: 1
-// Announce: true
-// Rate: 60
-// }
- Guarantee_Weapon_9Up: {
- Random: 1
- Announce: true
- Rate: 3
- }
- B_Katrinn_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
-}
-*/
-/* unsupported/unknown item 'Flame_Light'
-Flame_Light: {
- Bubble_Gum_Box: {
- Random: 1
- Rate: 1400
- }
- Str_Dish_Box: {
- Random: 1
- Rate: 1500
- }
- Megaphone_Box: {
- Random: 1
- Rate: 1500
- }
- Battle_Manual_Box: {
- Random: 1
- Rate: 1400
- }
- Token_Of_Siegfried_Box: {
- Random: 1
- Rate: 1500
- }
- Shadow_Armor_S_Box10: {
- Random: 1
- Rate: 1500
- }
-//unsupported/unknown item 'Unbreak_Weap_Box'
-// Unbreak_Weap_Box: {
-// Random: 1
-// Announce: true
-// Rate: 175
-// }
-//unsupported/unknown item 'Unbreak_Def_Box'
-// Unbreak_Def_Box: {
-// Random: 1
-// Announce: true
-// Rate: 175
-// }
- Max_Weight_Up_Box: {
- Random: 1
- Announce: true
- Rate: 300
- }
-//unsupported/unknown item 'Mike_Hat'
-// Mike_Hat: {
-// Random: 1
-// Announce: true
-// Rate: 234
-// }
-//unsupported/unknown item 'Shaving_Cream'
-// Shaving_Cream: {
-// Random: 1
-// Announce: true
-// Rate: 250
-// }
- Deprotai_Doll_Hat: {
- Random: 1
- Announce: true
- Rate: 50
- }
-//unsupported/unknown item 'SLD_Garm_Card'
-// SLD_Garm_Card: {
-// Random: 1
-// Announce: true
-// Rate: 10
-// }
- Elven_Ears_: {
- Random: 1
- Announce: true
- Rate: 3
- }
-//unsupported/unknown item 'MVP_Basketball'
-// MVP_Basketball: {
-// Random: 1
-// Announce: true
-// Rate: 3
-// }
-}
-*/
-/* unsupported/unknown item 'Tw_Rainbow_Scroll'
-Tw_Rainbow_Scroll: {
- Vit_Dish_Box: {
- Random: 1
- Rate: 1400
- }
- Int_Dish_Box: {
- Random: 1
- Rate: 1400
- }
- Agi_Dish_Box: {
- Random: 1
- Rate: 1400
- }
- Neko_Mimi_Kafra: {
- Random: 1
- Announce: true
- Rate: 30
- }
- Dex_Dish_Box: {
- Random: 1
- Rate: 1400
- }
-//unsupported/unknown item 'Diabolic_Scroll'
-// Diabolic_Scroll: {
-// Random: 1
-// Count: 5
-// Rate: 1400
-// }
-//unsupported/unknown item 'Unbreak_Def_Box'
-// Unbreak_Def_Box: {
-// Random: 1
-// Announce: true
-// Rate: 200
-// }
- Bloody_Dead_Branch: {
- Random: 1
- Announce: true
- Rate: 500
- }
-//unsupported/unknown item 'HD_Bradium_Box5'
-// HD_Bradium_Box5: {
-// Random: 1
-// Rate: 250
-// }
-//unsupported/unknown item 'Unbreak_Weap_Box'
-// Unbreak_Weap_Box: {
-// Random: 1
-// Announce: true
-// Rate: 200
-// }
- Megaphone_Box: {
- Random: 1
- Rate: 1450
- }
-//unsupported/unknown item 'Guarantee_Weapon_5Up'
-// Guarantee_Weapon_5Up: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
-//unsupported/unknown item 'Guarantee_Armor_5Up'
-// Guarantee_Armor_5Up: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
- Sunglasses_: {
- Random: 1
- Announce: true
- Rate: 5
- }
-//unsupported/unknown item 'Sealed_Ifrit_Card'
-// Sealed_Ifrit_Card: {
-// Random: 1
-// Announce: true
-// Rate: 15
-// }
- Tao_Gunka_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
-//unsupported/unknown item 'Cowhide_Hat'
-// Cowhide_Hat: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
- Satanic_Chain_P: {
- Random: 1
- Announce: true
- Rate: 5
- }
- Censor_Bar: {
- Random: 1
- Announce: true
- Named: true
- Rate: 44
- }
-}
-*/
-/* unsupported/unknown item 'Tw_Red_Scroll'
-Tw_Red_Scroll: {
- White_Slim_Pot_Box2: {
- Random: 1
- Rate: 1100
- }
-//unsupported/unknown item 'Fruit_Of_Mastela_Box2'
-// Fruit_Of_Mastela_Box2: {
-// Random: 1
-// Rate: 1150
-// }
- Kafra_Card_Box: {
- Random: 1
- Rate: 1050
- }
- Token_Of_Siegfried_Box: {
- Random: 1
- Rate: 1050
- }
- Bubble_Gum_Box: {
- Random: 1
- Rate: 1150
- }
- Convex_Mirror_Box: {
- Random: 1
- Rate: 1100
- }
- Battle_Manual_Box: {
- Random: 1
- Rate: 1100
- }
-//unsupported/unknown item 'Guarantee_Weapon_5Up'
-// Guarantee_Weapon_5Up: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
-//unsupported/unknown item 'Guarantee_Armor_5Up'
-// Guarantee_Armor_5Up: {
-// Random: 1
-// Announce: true
-// Rate: 147
-// }
- Psychic_ArmorS: {
- Random: 1
- Count: 10
- Rate: 500
- }
- Minor_Brisket: {
- Random: 1
- Count: 5
- Rate: 824
- }
- Job_Manual50_Box: {
- Random: 1
- Rate: 400
- }
-//unsupported/unknown item 'Showy_High_Cap'
-// Showy_High_Cap: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
- Neuralizer: {
- Random: 1
- Announce: true
- Rate: 10
- }
-//unsupported/unknown item 'Sealed_Orc_Load_Card'
-// Sealed_Orc_Load_Card: {
-// Random: 1
-// Announce: true
-// Rate: 10
-// }
- Moonlight_Flower_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
- Krieger_Katar1: {
- Random: 1
- Announce: true
- Rate: 3
- }
-//unsupported/unknown item 'Leek_In_Mouth'
-// Leek_In_Mouth: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
- Pink_Drooping_Kitty: {
- Random: 1
- Announce: true
- Rate: 50
- }
- Majestic_Evil_Horn: {
- Random: 1
- Announce: true
- Rate: 5
- }
-}
-*/
-/* unsupported/unknown item 'Tw_Orange_Scroll'
-Tw_Orange_Scroll: {
- Int_Dish_Box: {
- Random: 1
- Rate: 1100
- }
- White_Slim_Pot_Box2: {
- Random: 1
- Rate: 1100
- }
- Blue_Herb_Box2: {
- Random: 1
- Rate: 1000
- }
-//unsupported/unknown item 'Diabolic_Scroll'
-// Diabolic_Scroll: {
-// Random: 1
-// Count: 5
-// Rate: 1100
-// }
- Guyak_Pudding: {
- Random: 1
- Count: 10
- Rate: 1100
- }
- Insurance_Package: {
- Random: 1
- Rate: 1100
- }
- Aspersio_5_Scroll_Box: {
- Random: 1
- Rate: 1100
- }
-//unsupported/unknown item 'Guarantee_Weapon_5Up'
-// Guarantee_Weapon_5Up: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
-//unsupported/unknown item 'Guarantee_Armor_5Up'
-// Guarantee_Armor_5Up: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
- B_Mdef_Potion_Box10: {
- Random: 1
- Rate: 590
- }
- Wug_Blood_Cocktail: {
- Random: 1
- Count: 5
- Rate: 788
- }
- Max_Weight_Up_Box: {
- Random: 1
- Announce: true
- Rate: 400
- }
-//unsupported/unknown item 'Hippo_Hat'
-// Hippo_Hat: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
- Guarantee_Armor_8Up: {
- Random: 1
- Announce: true
- Rate: 10
- }
-//unsupported/unknown item 'SLD_Lord_Of_Death_Card'
-// SLD_Lord_Of_Death_Card: {
-// Random: 1
-// Announce: true
-// Rate: 10
-// }
- Doppelganger_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
- Krieger_Onehand_Axe1: {
- Random: 1
- Announce: true
- Rate: 1
- }
-//unsupported/unknown item 'Rose_Hairband'
-// Rose_Hairband: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
- Bell_Ribbon: {
- Random: 1
- Announce: true
- Rate: 40
- }
- Guarantee_Weapon_8Up: {
- Random: 1
- Announce: true
- Rate: 10
- }
-}
-*/
-/* unsupported/unknown item 'Tw_Yellow_Scroll'
-Tw_Yellow_Scroll: {
- Agi_Dish_Box: {
- Random: 1
- Rate: 1100
- }
- Poison_Bottle_Box2: {
- Random: 1
- Rate: 1000
- }
- J_Aspersio_5_Scroll_Box: {
- Random: 1
- Rate: 1200
- }
- Guyak_Pudding: {
- Random: 1
- Count: 10
- Rate: 1100
- }
-//unsupported/unknown item 'Songpyun_Box50'
-// Songpyun_Box50: {
-// Random: 1
-// Rate: 1100
-// }
- Spark_Candy_Box10: {
- Random: 1
- Rate: 1100
- }
- Insurance_Package: {
- Random: 1
- Rate: 1000
- }
-//unsupported/unknown item 'Unbreak_Weap_Box'
-// Unbreak_Weap_Box: {
-// Random: 1
-// Announce: true
-// Rate: 148
-// }
-//unsupported/unknown item 'Unbreak_Def_Box'
-// Unbreak_Def_Box: {
-// Random: 1
-// Announce: true
-// Rate: 148
-// }
- Psychic_ArmorS: {
- Random: 1
- Count: 10
- Rate: 550
- }
- Drocera_Herb_Stew: {
- Random: 1
- Count: 5
- Rate: 784
- }
- Bloody_Dead_Branch: {
- Random: 1
- Announce: true
- Rate: 361
- }
-//unsupported/unknown item 'Electric_Sunglass'
-// Electric_Sunglass: {
-// Random: 1
-// Announce: true
-// Rate: 140
-// }
-//unsupported/unknown item 'SLD_B_Katrinn_Card'
-// SLD_B_Katrinn_Card: {
-// Random: 1
-// Announce: true
-// Rate: 10
-// }
- Guarantee_Armor_7Up: {
- Random: 1
- Announce: true
- Rate: 120
- }
- Guarantee_Weapon_7Up: {
- Random: 1
- Announce: true
- Rate: 80
- }
- Krieger_Onehand_Spear1: {
- Random: 1
- Announce: true
- Rate: 3
- }
-//unsupported/unknown item 'Strawberry_In_Mouth'
-// Strawberry_In_Mouth: {
-// Random: 1
-// Announce: true
-// Rate: 50
-// }
-//unsupported/unknown item 'MVP_Basketball'
-// MVP_Basketball: {
-// Random: 1
-// Announce: true
-// Rate: 3
-// }
-//unsupported/unknown item 'RWC2010_Indonesia'
-// RWC2010_Indonesia: {
-// Random: 1
-// Announce: true
-// Rate: 3
-// }
- Lord_Of_Death_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
-//unsupported/unknown item 'SLD_Lord_Of_Death_Card'
-// SLD_Lord_Of_Death_Card: {
-// Random: 1
-// Announce: true
-// Rate: 5
-// }
- Knight_Of_Abyss_Card: {
- Random: 1
- Announce: true
- Rate: 10
- }
-//unsupported/unknown item 'Lord_of_Death'
-// Lord_of_Death: {
-// Random: 1
-// Announce: true
-// Rate: 15
-// }
- Guarantee_Weapon_6Up: {
- Random: 1
- Announce: true
- Rate: 25
- }
- Guarantee_Armor_6Up: {
- Random: 1
- Announce: true
- Rate: 25
- }
- Pole_Axe: {
- Random: 1
- Announce: true
- Rate: 50
- }
- House_Auger: {
- Random: 1
- Announce: true
- Rate: 74
- }
-//unsupported/unknown item 'Guarantee_Weapon_5Up'
-// Guarantee_Weapon_5Up: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
-//unsupported/unknown item 'Guarantee_Armor_5Up'
-// Guarantee_Armor_5Up: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
- War_Axe: {
- Random: 1
- Announce: true
- Rate: 120
- }
- Ring_: {
- Random: 1
- Announce: true
- Rate: 150
- }
- Iron_Driver: {
- Random: 1
- Announce: true
- Rate: 150
- }
- Max_Weight_Up_Box: {
- Random: 1
- Rate: 325
- }
- Enriched_Elunium_Box5: {
- Random: 1
- Rate: 600
- }
- Enriched_Oridecon_Box5: {
- Random: 1
- Rate: 600
- }
- Shadow_Armor_S_Box10: {
- Random: 1
- Rate: 1100
- }
-//unsupported/unknown item 'Carat_Dia'
-// Carat_Dia: {
-// Random: 1
-// Rate: 1075
-// }
- Petti_Tail_Noodle: {
- Random: 1
- Count: 5
- Rate: 1100
- }
-//unsupported/unknown item 'Diabolic_Scroll'
-// Diabolic_Scroll: {
-// Random: 1
-// Count: 5
-// Rate: 1100
-// }
- HE_Battle_Manual: {
- Random: 1
- Count: 4
- Rate: 1100
- }
- Guyak_Pudding: {
- Random: 1
- Count: 10
- Rate: 1075
- }
- Siegfried_Box5: {
- Random: 1
- Rate: 1100
- }
- Tao_Gunka_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
-//unsupported/unknown item 'Sealed_Tao_Card'
-// Sealed_Tao_Card: {
-// Random: 1
-// Announce: true
-// Rate: 5
-// }
- Ungoliant_Card: {
- Random: 1
- Announce: true
- Rate: 15
- }
-//unsupported/unknown item 'Sealed_B_Ygnizem_Card'
-// Sealed_B_Ygnizem_Card: {
-// Random: 1
-// Announce: true
-// Rate: 50
-// }
-//unsupported/unknown item 'Mini_Glasses_'
-// Mini_Glasses_: {
-// Random: 1
-// Announce: true
-// Rate: 3
-// }
-//unsupported/unknown item 'Bravery_Bag'
-// Bravery_Bag: {
-// Random: 1
-// Announce: true
-// Rate: 15
-// }
-//unsupported/unknown item 'Fancy_Phantom_Mask'
-// Fancy_Phantom_Mask: {
-// Random: 1
-// Announce: true
-// Rate: 50
-// }
- Tiraya_Bonnet: {
- Random: 1
- Announce: true
- Rate: 200
- }
- Bizofnil_Wing_Deco: {
- Random: 1
- Announce: true
- Rate: 265
- }
- Max_Weight_Up_Box: {
- Random: 1
- Rate: 350
- }
-//unsupported/unknown item 'HD_Bradium_Box5'
-// HD_Bradium_Box5: {
-// Random: 1
-// Rate: 450
-// }
-//unsupported/unknown item 'HD_Carnium_Box5'
-// HD_Carnium_Box5: {
-// Random: 1
-// Rate: 450
-// }
-//unsupported/unknown item 'Ribbon_Of_Life_Box3'
-// Ribbon_Of_Life_Box3: {
-// Random: 1
-// Rate: 1000
-// }
- Assumptio_5_Scroll_Box: {
- Random: 1
- Rate: 1000
- }
-//unsupported/unknown item 'Carat_Dia'
-// Carat_Dia: {
-// Random: 1
-// Rate: 1000
-// }
- HE_Battle_Manual: {
- Random: 1
- Count: 5
- Rate: 500
- }
- Med_Life_Potion_Box: {
- Random: 1
- Rate: 1000
- }
- White_Slim_Pot_Box2: {
- Random: 1
- Rate: 1000
- }
- Guyak_Pudding: {
- Random: 1
- Count: 10
- Rate: 902
- }
-//unsupported/unknown item 'Songpyun_Box50'
-// Songpyun_Box50: {
-// Random: 1
-// Rate: 600
-// }
-//unsupported/unknown item 'HP_Increase_PotionL'
-// HP_Increase_PotionL: {
-// Random: 1
-// Count: 30
-// Rate: 500
-// }
- Spark_Candy_Box10: {
- Random: 1
- Rate: 644
- }
- B_Katrinn_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
-//unsupported/unknown item 'Sealed_Berz_Card'
-// Sealed_Berz_Card: {
-// Random: 1
-// Announce: true
-// Rate: 3
-// }
-//unsupported/unknown item 'SLD_B_Katrinn_Card'
-// SLD_B_Katrinn_Card: {
-// Random: 1
-// Announce: true
-// Rate: 10
-// }
- Guarantee_Armor_7Up: {
- Random: 1
- Announce: true
- Rate: 20
- }
- Guarantee_Weapon_7Up: {
- Random: 1
- Announce: true
- Rate: 20
- }
- Robo_Eye: {
- Random: 1
- Announce: true
- Rate: 45
- }
- Rainbow_Scarf: {
- Random: 1
- Announce: true
- Rate: 53
- }
-//unsupported/unknown item 'Alchemy_Glove'
-// Alchemy_Glove: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
-//unsupported/unknown item 'Orleans_Necklace'
-// Orleans_Necklace: {
-// Random: 1
-// Announce: true
-// Rate: 78
-// }
- Orleans_Glove: {
- Random: 1
- Announce: true
- Rate: 120
- }
- Balloon_Hat: {
- Random: 1
- Announce: true
- Rate: 150
- }
- Orleans_Gown: {
- Random: 1
- Announce: true
- Rate: 200
- }
- Orleans_Server: {
- Random: 1
- Announce: true
- Rate: 250
- }
-//unsupported/unknown item 'Enchant_Book'
-// Enchant_Book: {
-// Random: 1
-// Rate: 350
-// }
-//unsupported/unknown item 'HD_Ori_Box5'
-// HD_Ori_Box5: {
-// Random: 1
-// Rate: 500
-// }
-//unsupported/unknown item 'HD_Elu_Box5'
-// HD_Elu_Box5: {
-// Random: 1
-// Rate: 500
-// }
- Blue_Herb_Box2: {
- Random: 1
- Rate: 600
- }
- Blessing_10_Scroll_Box: {
- Random: 1
- Rate: 1200
- }
- Guyak_Pudding: {
- Random: 1
- Count: 10
- Rate: 1200
- }
- Megaphone_Box: {
- Random: 1
- Rate: 1000
- }
- Psychic_ArmorS: {
- Random: 1
- Count: 5
- Rate: 1200
- }
- Zeny_Scroll: {
- Random: 1
- Count: 15
- Rate: 1200
- }
- HE_Battle_Manual: {
- Random: 1
- Count: 3
- Rate: 1200
- }
- Lady_Tanee_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
-//unsupported/unknown item 'Sealed_Lady_Tanee_Card'
-// Sealed_Lady_Tanee_Card: {
-// Random: 1
-// Announce: true
-// Rate: 4
-// }
- Incubus_Card: {
- Random: 1
- Announce: true
- Rate: 20
- }
- Succubus_Card: {
- Random: 1
- Announce: true
- Rate: 30
- }
-//unsupported/unknown item 'Asgard_Blessing'
-// Asgard_Blessing: {
-// Random: 1
-// Announce: true
-// Rate: 10
-// }
-//unsupported/unknown item 'YinYang_Earring'
-// YinYang_Earring: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
- Spiked_Scarf: {
- Random: 1
- Announce: true
- Rate: 25
- }
- Guarantee_Armor_7Up: {
- Random: 1
- Announce: true
- Rate: 20
- }
- Guarantee_Weapon_7Up: {
- Random: 1
- Announce: true
- Rate: 20
- }
-//unsupported/unknown item 'Sura_Rampage'
-// Sura_Rampage: {
-// Random: 1
-// Announce: true
-// Rate: 70
-// }
- Headband_Of_Power: {
- Random: 1
- Announce: true
- Rate: 500
- }
-//unsupported/unknown item 'Superb_Fish_Box50'
-// Superb_Fish_Box50: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
- Max_Weight_Up_Box: {
- Random: 1
- Rate: 200
- }
- Guyak_Pudding: {
- Random: 1
- Count: 10
- Rate: 1000
- }
-//unsupported/unknown item 'Fruit_Of_Mastela_Box2'
-// Fruit_Of_Mastela_Box2: {
-// Random: 1
-// Rate: 800
-// }
- Mental_Potion: {
- Random: 1
- Rate: 700
- }
- Wug_Blood_Cocktail: {
- Random: 1
- Count: 5
- Rate: 1000
- }
- Savage_BBQ: {
- Random: 1
- Count: 5
- Rate: 1000
- }
- Psychic_ArmorS: {
- Random: 1
- Count: 5
- Rate: 500
- }
- Underripe_Yggseed: {
- Random: 1
- Count: 10
- Rate: 900
- }
- Regeneration_Box10: {
- Random: 1
- Rate: 1000
- }
- Int_Dish_Box: {
- Random: 1
- Rate: 1000
- }
- Str_Dish_Box: {
- Random: 1
- Rate: 1000
- }
- Fallen_Bishop_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
-//unsupported/unknown item 'SLD_Dark_Snake_Card'
-// SLD_Dark_Snake_Card: {
-// Random: 1
-// Announce: true
-// Rate: 5
-// }
- Deviling_Card: {
- Random: 1
- Announce: true
- Rate: 10
- }
- Ghostring_Card: {
- Random: 1
- Announce: true
- Rate: 25
- }
-//unsupported/unknown item 'Black_Glasses_'
-// Black_Glasses_: {
-// Random: 1
-// Announce: true
-// Rate: 2
-// }
-//unsupported/unknown item 'Fallen_Angel_Wing'
-// Fallen_Angel_Wing: {
-// Random: 1
-// Announce: true
-// Rate: 15
-// }
- Satanic_Chain_P: {
- Random: 1
- Announce: true
- Rate: 25
- }
-//unsupported/unknown item 'Evil_Whisper'
-// Evil_Whisper: {
-// Random: 1
-// Announce: true
-// Rate: 40
-// }
-//unsupported/unknown item 'Ear_Of_Angel'
-// Ear_Of_Angel: {
-// Random: 1
-// Announce: true
-// Rate: 80
-// }
-//unsupported/unknown item 'Evil_Marcher_Hat'
-// Evil_Marcher_Hat: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
-//unsupported/unknown item 'Rune_Boots'
-// Rune_Boots: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
-//unsupported/unknown item 'Evil_Mask'
-// Evil_Mask: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
-//unsupported/unknown item 'Eyes_Of_Darkness'
-// Eyes_Of_Darkness: {
-// Random: 1
-// Announce: true
-// Rate: 200
-// }
- Helm_Of_Darkness: {
- Random: 1
- Announce: true
- Rate: 80
- }
- Darkness_Helm: {
- Random: 1
- Announce: true
- Rate: 100
- }
-//unsupported/unknown item 'Unbreak_Weap_Box'
-// Unbreak_Weap_Box: {
-// Random: 1
-// Rate: 300
-// }
- Blue_Herb_Box2: {
- Random: 1
- Rate: 1267
- }
-//unsupported/unknown item 'Diabolic_Scroll'
-// Diabolic_Scroll: {
-// Random: 1
-// Count: 5
-// Rate: 1500
-// }
- HE_Battle_Manual: {
- Random: 1
- Count: 3
- Rate: 1500
- }
-//unsupported/unknown item 'Boy'
-// Boy: {
-// Random: 1
-// Rate: 1500
-// }
- Psychic_ArmorS: {
- Random: 1
- Count: 5
- Rate: 1500
- }
- Shadow_Armor_S_Box10: {
- Random: 1
- Rate: 1500
- }
- Maya_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
-//unsupported/unknown item 'Sealed_B_Magaleta_Card'
-// Sealed_B_Magaleta_Card: {
-// Random: 1
-// Announce: true
-// Rate: 9
-// }
- Angeling_Card: {
- Random: 1
- Announce: true
- Rate: 15
- }
- Archangeling_Card: {
- Random: 1
- Announce: true
- Rate: 25
- }
- Guarantee_Armor_8Up: {
- Random: 1
- Announce: true
- Rate: 25
- }
- Guarantee_Weapon_8Up: {
- Random: 1
- Announce: true
- Rate: 25
- }
- Elven_Ears_: {
- Random: 1
- Announce: true
- Rate: 5
- }
-//unsupported/unknown item 'Archangel_Wing'
-// Archangel_Wing: {
-// Random: 1
-// Announce: true
-// Rate: 50
-// }
-//unsupported/unknown item 'White_Feather'
-// White_Feather: {
-// Random: 1
-// Announce: true
-// Rate: 80
-// }
-//unsupported/unknown item 'B_Feather_Beret'
-// B_Feather_Beret: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
- Flying_Angel: {
- Random: 1
- Announce: true
- Rate: 150
- }
- Angel_Spirit: {
- Random: 1
- Announce: true
- Rate: 50
- }
-//unsupported/unknown item 'Ear_Of_Angel'
-// Ear_Of_Angel: {
-// Random: 1
-// Announce: true
-// Rate: 200
-// }
-//unsupported/unknown item 'Unbreak_Def_Box'
-// Unbreak_Def_Box: {
-// Random: 1
-// Rate: 300
-// }
- Job_Manual50_Box: {
- Random: 1
- Rate: 500
- }
-//unsupported/unknown item 'Fruit_Of_Mastela_Box2'
-// Fruit_Of_Mastela_Box2: {
-// Random: 1
-// Rate: 1000
-// }
- Inc_Agi_10_Scroll_Box: {
- Random: 1
- Rate: 965
- }
- Kafra_Card_Box: {
- Random: 1
- Rate: 1100
- }
- Guyak_Pudding: {
- Random: 1
- Count: 10
- Rate: 1000
- }
- Holy_Armor_S_Box10: {
- Random: 1
- Rate: 1100
- }
- HE_Battle_Manual: {
- Random: 1
- Count: 3
- Rate: 1100
- }
- J_Aspersio_5_Scroll: {
- Random: 1
- Count: 5
- Rate: 1100
- }
-//unsupported/unknown item 'Gril'
-// Gril: {
-// Random: 1
-// Rate: 1100
-// }
- Orc_Load_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
-//unsupported/unknown item 'Sealed_Atroce_Card'
-// Sealed_Atroce_Card: {
-// Random: 1
-// Announce: true
-// Rate: 5
-// }
-//unsupported/unknown item 'Sealed_Kiel_Card'
-// Sealed_Kiel_Card: {
-// Random: 1
-// Announce: true
-// Rate: 3
-// }
-//unsupported/unknown item 'Sealed_D_Lord_Card'
-// Sealed_D_Lord_Card: {
-// Random: 1
-// Announce: true
-// Rate: 30
-// }
-//unsupported/unknown item 'Black_Devil_Mask_'
-// Black_Devil_Mask_: {
-// Random: 1
-// Announce: true
-// Rate: 2
-// }
- Horn_Of_Ancient: {
- Random: 1
- Announce: true
- Rate: 10
- }
-//unsupported/unknown item 'Love_Rabbit_Hood'
-// Love_Rabbit_Hood: {
-// Random: 1
-// Announce: true
-// Rate: 130
-// }
-//unsupported/unknown item 'Remover_Hat'
-// Remover_Hat: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
- Inccubus_Horn: {
- Random: 1
- Announce: true
- Rate: 50
- }
- Horn_Of_Succubus: {
- Random: 1
- Announce: true
- Rate: 50
- }
- Majestic_Evil_Horn: {
- Random: 1
- Announce: true
- Rate: 50
- }
- Bloody_Dead_Branch: {
- Random: 1
- Announce: true
- Rate: 100
- }
-//unsupported/unknown item 'F_Clover_Box_Mouth4'
-// F_Clover_Box_Mouth4: {
-// Random: 1
-// Rate: 950
-// }
- All_In_One_Ring_Box: {
- Random: 1
- Rate: 169
- }
- Max_Weight_Up_Box: {
- Random: 1
- Rate: 250
- }
-//unsupported/unknown item 'Boarding_Halter_Box'
-// Boarding_Halter_Box: {
-// Random: 1
-// Rate: 550
-// }
- Convex_Mirror_Box5: {
- Random: 1
- Rate: 800
- }
- Yggdrasilberry_Box_: {
- Random: 1
- Rate: 1200
- }
- Underripe_Yggseed: {
- Random: 1
- Count: 10
- Rate: 1250
- }
- Psychic_ArmorS: {
- Random: 1
- Count: 5
- Rate: 1250
- }
- White_Slim_Pot_Box2: {
- Random: 1
- Rate: 1500
- }
- Dead_Tree_Branch_Box2: {
- Random: 1
- Rate: 1500
- }
- Gloom_Under_Night_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
- Maya_Puple_Card: {
- Random: 1
- Announce: true
- Rate: 2
- }
-//unsupported/unknown item 'Sealed_Samurai_Card'
-// Sealed_Samurai_Card: {
-// Random: 1
-// Announce: true
-// Rate: 5
-// }
-//unsupported/unknown item 'Sealed_Pharaoh_Card'
-// Sealed_Pharaoh_Card: {
-// Random: 1
-// Announce: true
-// Rate: 10
-// }
- Sunglasses_: {
- Random: 1
- Announce: true
- Rate: 2
- }
- Mercury_Helm: {
- Random: 1
- Announce: true
- Rate: 10
- }
-//unsupported/unknown item 'Sakura_Coronet'
-// Sakura_Coronet: {
-// Random: 1
-// Announce: true
-// Rate: 50
-// }
-//unsupported/unknown item 'King_Prawn_Hat'
-// King_Prawn_Hat: {
-// Random: 1
-// Announce: true
-// Rate: 200
-// }
-//unsupported/unknown item 'Lucky_Clover'
-// Lucky_Clover: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
-//unsupported/unknown item 'Prison_Uniform'
-// Prison_Uniform: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
-//unsupported/unknown item 'Little_Fhat'
-// Little_Fhat: {
-// Random: 1
-// Announce: true
-// Rate: 100
-// }
-//unsupported/unknown item 'Buffalo_Horn'
-// Buffalo_Horn: {
-// Random: 1
-// Announce: true
-// Rate: 250
-// }
-//unsupported/unknown item 'Superb_Fish_Box50'
-// Superb_Fish_Box50: {
-// Random: 1
-// Rate: 100
-// }
- Abrasive_Box5: {
- Random: 1
- Rate: 800
- }
- Blue_Herb_Box2: {
- Random: 1
- Rate: 1000
- }
-//unsupported/unknown item 'Carat_Dia'
-// Carat_Dia: {
-// Random: 1
-// Rate: 1500
-// }
- Guyak_Pudding: {
- Random: 1
- Count: 10
- Rate: 800
- }
-//unsupported/unknown item 'Diabolic_Scroll'
-// Diabolic_Scroll: {
-// Random: 1
-// Count: 10
-// Rate: 800
-// }
- HE_Battle_Manual: {
- Random: 1
- Count: 5
- Rate: 1250
- }
- Siegfried_Box5: {
- Random: 1
- Rate: 1370
- }
-//unsupported/unknown item 'Fruit_Of_Mastela_Box2'
-// Fruit_Of_Mastela_Box2: {
-// Random: 1
-// Rate: 1500
-// }
-}
-*/
-/* unsupported/unknown item 'Challenge_Kit'
-Challenge_Kit: {
- Blessing_10_Scroll: {
- Random: 0
- Count: 20
- Named: true
- }
- Inc_Agi_10_Scroll: {
- Random: 0
- Count: 20
- Named: true
- }
-}
-*/
-/* unsupported/unknown item 'Tw_April_Scroll'
-Tw_April_Scroll: {
- Str_Dish_Box: {
- Random: 1
- Rate: 1500
- }
- Luk_Dish_Box: {
- Random: 1
- Rate: 1500
- }
- Vit_Dish_Box: {
- Random: 1
- Rate: 1500
- }
- S_Mdef_Potion_Box30: {
- Random: 1
- Rate: 1300
- }
- S_Def_Potion_Box30: {
- Random: 1
- Rate: 1300
- }
- Holy_Armor_S_Box10: {
- Random: 1
- Rate: 1300
- }
- Shadow_Armor_S_Box10: {
- Random: 1
- Rate: 1300
- }
- Turtle_General_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
-//unsupported/unknown item 'RWC2010_Indonesia'
-// RWC2010_Indonesia: {
-// Random: 1
-// Announce: true
-// Rate: 6
-// }
- Neuralizer_Box: {
- Random: 1
- Announce: true
- Rate: 3
- }
-//unsupported/unknown item 'Fallen_Angel_Wing'
-// Fallen_Angel_Wing: {
-// Random: 1
-// Announce: true
-// Rate: 10
-// }
- Spiked_Scarf_Box: {
- Random: 1
- Announce: true
- Rate: 50
- }
- Rainbow_Scarf_Box: {
- Random: 1
- Announce: true
- Rate: 50
- }
- Fish_Head_Hat_Box: {
- Random: 1
- Announce: true
- Rate: 180
- }
-}
-*/
-/* unsupported/unknown item 'Summer_Scroll3'
-Summer_Scroll3: {
- Underripe_Yggseed: {
- Random: 1
- Count: 10
- Rate: 1500
- }
- Megaphone_Box: {
- Random: 1
- Rate: 1500
- }
- Vit_Dish_Box: {
- Random: 1
- Rate: 1500
- }
- Holy_Armor_S_Box10: {
- Random: 1
- Rate: 1500
- }
- Token_Of_Siegfried_Box: {
- Random: 1
- Rate: 1300
- }
- Int_Dish_Box: {
- Random: 1
- Rate: 1500
- }
-//unsupported/unknown item 'Unbreak_Weap_Box'
-// Unbreak_Weap_Box: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
-//unsupported/unknown item 'Unbreak_Def_Box'
-// Unbreak_Def_Box: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
- Scuba_Mask: {
- Random: 1
- Announce: true
- Rate: 275
- }
-//unsupported/unknown item 'Sugared_Fruit_Stick'
-// Sugared_Fruit_Stick: {
-// Random: 1
-// Announce: true
-// Rate: 275
-// }
- Dress_Hat: {
- Random: 1
- Announce: true
- Rate: 275
- }
-//unsupported/unknown item 'Asgard_Blessing'
-// Asgard_Blessing: {
-// Random: 1
-// Announce: true
-// Rate: 10
-// }
- Guarantee_Armor_9Up: {
- Random: 1
- Announce: true
- Rate: 5
- }
- Guarantee_Armor_7Up: {
- Random: 1
- Announce: true
- Rate: 45
- }
- Guarantee_Weapon_9Up: {
- Random: 1
- Announce: true
- Rate: 10
- }
- Maya_Puple_Card: {
- Random: 1
- Announce: true
- Rate: 3
- }
-//unsupported/unknown item 'Sealed_Tao_Card'
-// Sealed_Tao_Card: {
-// Random: 1
-// Announce: true
-// Rate: 1
-// }
- B_Eremes_Card: {
- Random: 1
- Announce: true
- Rate: 1
- }
-}
-*/
-/* unsupported/unknown item 'C_Wing_Of_Fly_3Day_Box'
-C_Wing_Of_Fly_3Day_Box: {
-//unsupported/unknown item 'C_Wing_Of_Fly'
-// C_Wing_Of_Fly: {
-// Random: 0
-// Expire: 72
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'RWC_2012_Set_Box'
-RWC_2012_Set_Box: {
-//unsupported/unknown item 'RWC_2012_Ring'
-// RWC_2012_Ring: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'RWC_2012_Pendant'
-// RWC_2012_Pendant: {
-// Random: 0
-// Named: true
-// }
-//unsupported/unknown item 'C_Wing_Of_Fly_3Day_Box'
-// C_Wing_Of_Fly_3Day_Box: {
-// Random: 0
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'Ex_Def_Potion_Box'
-Ex_Def_Potion_Box: {
-//unsupported/unknown item 'Ex_Def_Potion'
-// Ex_Def_Potion: {
-// Random: 0
-// Count: 5
-// Named: true
-// }
-//unsupported/unknown item 'RWC_Scroll_2012'
-// RWC_Scroll_2012: {
-// Random: 0
-// Named: true
-// }
-}
-*/
-/* unsupported/unknown item 'RWC_Scroll_2012'
-RWC_Scroll_2012: {
-//unsupported/unknown item 'RWC_Inicializer'
-// RWC_Inicializer: {
-// Random: 1
-// Rate: 1000
-// }
- Guarantee_Armor_7Up: {
- Random: 1
- Announce: true
- Rate: 90
- }
- Guarantee_Weapon_7Up: {
- Random: 1
- Announce: true
- Rate: 90
- }
- Guarantee_Armor_9Up: {
- Random: 1
- Announce: true
- Rate: 5
- }
- Guarantee_Weapon_9Up: {
- Random: 1
- Announce: true
- Rate: 5
- }
- White_Slim_Pot_Box2: {
- Random: 1
- Rate: 1000
- }
- Poison_Bottle_Box2: {
- Random: 1
- Rate: 1000
- }
- Bubble_Gum_Box5: {
- Random: 1
- Rate: 1500
- }
-//unsupported/unknown item 'Carat_Dia'
-// Carat_Dia: {
-// Random: 1
-// Rate: 1000
-// }
- Battle_Manual_Box5: {
- Random: 1
- Rate: 1500
- }
-//unsupported/unknown item 'Old_C_Album_Weapon'
-// Old_C_Album_Weapon: {
-// Random: 1
-// Rate: 500
-// }
-//unsupported/unknown item 'Old_C_Album_Acc'
-// Old_C_Album_Acc: {
-// Random: 1
-// Rate: 500
-// }
- Branch_Of_Dead_Tree: {
- Random: 1
- Count: 3
- Rate: 1000
- }
- Magic_Card_Album: {
- Random: 1
- Announce: true
- Rate: 100
- }
-//unsupported/unknown item 'RWC_Memory_Staff'
-// RWC_Memory_Staff: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
-//unsupported/unknown item 'RWC_Memory_Mace'
-// RWC_Memory_Mace: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
-//unsupported/unknown item 'RWC_Memory_Knife'
-// RWC_Memory_Knife: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
-//unsupported/unknown item 'Rainbow_Feather_Deco'
-// Rainbow_Feather_Deco: {
-// Random: 1
-// Announce: true
-// Rate: 150
-// }
-//unsupported/unknown item 'C_Rainbow_Feather_Deco'
-// C_Rainbow_Feather_Deco: {
-// Random: 1
-// Announce: true
-// Rate: 110
-// }
-}
-*/
-/* unsupported/unknown item 'Old_Coin_Pocket'
-Old_Coin_Pocket: {
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 1
-// Rate: 400
-// }
- Splendide_Coin: {
- Random: 1
- Rate: 200
- }
- Manuk_Coin: {
- Random: 1
- Rate: 100
- }
- Sapa_Feat_Cert: {
- Random: 1
- Rate: 80
- }
- Mora_Coin: {
- Random: 1
- Rate: 50
- }
-//unsupported/unknown item 'Anger_Seagod'
-// Anger_Seagod: {
-// Random: 1
-// Rate: 1
-// }
-//unsupported/unknown item 'Cgrade_Coin'
-// Cgrade_Coin: {
-// Random: 1
-// Rate: 74
-// }
-//unsupported/unknown item 'Dgrade_Coin'
-// Dgrade_Coin: {
-// Random: 1
-// Rate: 95
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 2
-// Rate: 400
-// }
- Splendide_Coin: {
- Random: 2
- Rate: 250
- }
- Manuk_Coin: {
- Random: 2
- Rate: 100
- }
- Sapa_Feat_Cert: {
- Random: 2
- Rate: 100
- }
- Mora_Coin: {
- Random: 2
- Rate: 40
- }
-//unsupported/unknown item 'Agrade_Coin'
-// Agrade_Coin: {
-// Random: 2
-// Rate: 15
-// }
-//unsupported/unknown item 'Egrade_Coin'
-// Egrade_Coin: {
-// Random: 2
-// Rate: 40
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 3
-// Rate: 300
-// }
- Splendide_Coin: {
- Random: 3
- Rate: 230
- }
- Manuk_Coin: {
- Random: 3
- Rate: 180
- }
- Sapa_Feat_Cert: {
- Random: 3
- Rate: 100
- }
- Mora_Coin: {
- Random: 3
- Rate: 75
- }
-//unsupported/unknown item 'Bgrade_Coin'
-// Bgrade_Coin: {
-// Random: 3
-// Rate: 60
-// }
-}
-*/
-/* unsupported/unknown item 'High_Coin_Pocket'
-High_Coin_Pocket: {
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 1
-// Rate: 600
-// }
- Sapa_Feat_Cert: {
- Random: 1
- Rate: 300
- }
-//unsupported/unknown item 'Agrade_Coin'
-// Agrade_Coin: {
-// Random: 1
-// Rate: 100
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 2
-// Rate: 600
-// }
- Mora_Coin: {
- Random: 2
- Rate: 200
- }
-//unsupported/unknown item 'Bgrade_Coin'
-// Bgrade_Coin: {
-// Random: 2
-// Rate: 200
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 3
-// Rate: 500
-// }
- Sapa_Feat_Cert: {
- Random: 3
- Rate: 300
- }
-//unsupported/unknown item 'Cgrade_Coin'
-// Cgrade_Coin: {
-// Random: 3
-// Rate: 200
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 4
-// Rate: 500
-// }
- Mora_Coin: {
- Random: 4
- Rate: 300
- }
-//unsupported/unknown item 'Dgrade_Coin'
-// Dgrade_Coin: {
-// Random: 4
-// Rate: 200
-// }
-}
-*/
-/* unsupported/unknown item 'Mid_Coin_Pocket'
-Mid_Coin_Pocket: {
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 1
-// Rate: 600
-// }
- Sapa_Feat_Cert: {
- Random: 1
- Rate: 300
- }
-//unsupported/unknown item 'Bgrade_Coin'
-// Bgrade_Coin: {
-// Random: 1
-// Rate: 100
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 2
-// Rate: 600
-// }
- Mora_Coin: {
- Random: 2
- Rate: 200
- }
-//unsupported/unknown item 'Cgrade_Coin'
-// Cgrade_Coin: {
-// Random: 2
-// Rate: 200
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 3
-// Rate: 500
-// }
- Manuk_Coin: {
- Random: 3
- Rate: 300
- }
-//unsupported/unknown item 'Dgrade_Coin'
-// Dgrade_Coin: {
-// Random: 3
-// Rate: 200
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 4
-// Rate: 500
-// }
- Splendide_Coin: {
- Random: 4
- Rate: 300
- }
-//unsupported/unknown item 'Egrade_Coin'
-// Egrade_Coin: {
-// Random: 4
-// Rate: 200
-// }
-}
-*/
-/* unsupported/unknown item 'Low_Coin_Pocket'
-Low_Coin_Pocket: {
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 1
-// Rate: 600
-// }
- Sapa_Feat_Cert: {
- Random: 1
- Rate: 300
- }
-//unsupported/unknown item 'Cgrade_Coin'
-// Cgrade_Coin: {
-// Random: 1
-// Rate: 100
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 2
-// Rate: 600
-// }
- Mora_Coin: {
- Random: 2
- Rate: 200
- }
-//unsupported/unknown item 'Dgrade_Coin'
-// Dgrade_Coin: {
-// Random: 2
-// Rate: 200
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 3
-// Rate: 500
-// }
- Manuk_Coin: {
- Random: 3
- Rate: 300
- }
-//unsupported/unknown item 'Egrade_Coin'
-// Egrade_Coin: {
-// Random: 3
-// Rate: 200
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 4
-// Rate: 500
-// }
- Splendide_Coin: {
- Random: 4
- Rate: 300
- }
-//unsupported/unknown item 'Egrade_Coin'
-// Egrade_Coin: {
-// Random: 4
-// Rate: 200
-// }
-}
-*/
-/* unsupported/unknown item 'Sgrade_Pocket'
-Sgrade_Pocket: {
-//unsupported/unknown item 'Agrade_Coin'
-// Agrade_Coin: {
-// Random: 0
-// }
-//unsupported/unknown item 'Bgrade_Coin'
-// Bgrade_Coin: {
-// Random: 0
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 1
-// Rate: 800
-// }
-//unsupported/unknown item 'Agrade_Coin'
-// Agrade_Coin: {
-// Random: 1
-// Rate: 200
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 2
-// Rate: 700
-// }
-//unsupported/unknown item 'Bgrade_Coin'
-// Bgrade_Coin: {
-// Random: 2
-// Rate: 200
-// }
-//unsupported/unknown item 'Anger_Seagod'
-// Anger_Seagod: {
-// Random: 2
-// Rate: 100
-// }
-}
-*/
-/* unsupported/unknown item 'Agrade_Pocket'
-Agrade_Pocket: {
-//unsupported/unknown item 'Agrade_Coin'
-// Agrade_Coin: {
-// Random: 0
-// }
-//unsupported/unknown item 'Bgrade_Coin'
-// Bgrade_Coin: {
-// Random: 0
-// }
-//unsupported/unknown item 'Cgrade_Coin'
-// Cgrade_Coin: {
-// Random: 0
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 1
-// Rate: 800
-// }
-//unsupported/unknown item 'Cgrade_Coin'
-// Cgrade_Coin: {
-// Random: 1
-// Rate: 50
-// }
-//unsupported/unknown item 'Bgrade_Coin'
-// Bgrade_Coin: {
-// Random: 1
-// Rate: 150
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 2
-// Rate: 800
-// }
-//unsupported/unknown item 'Cgrade_Coin'
-// Cgrade_Coin: {
-// Random: 2
-// Rate: 200
-// }
-}
-*/
-/* unsupported/unknown item 'Bgrade_Pocket'
-Bgrade_Pocket: {
-//unsupported/unknown item 'Bgrade_Coin'
-// Bgrade_Coin: {
-// Random: 0
-// }
-//unsupported/unknown item 'Cgrade_Coin'
-// Cgrade_Coin: {
-// Random: 0
-// }
-//unsupported/unknown item 'Dgrade_Coin'
-// Dgrade_Coin: {
-// Random: 0
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 1
-// Rate: 800
-// }
-//unsupported/unknown item 'Dgrade_Coin'
-// Dgrade_Coin: {
-// Random: 1
-// Rate: 50
-// }
-//unsupported/unknown item 'Cgrade_Coin'
-// Cgrade_Coin: {
-// Random: 1
-// Rate: 150
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 2
-// Rate: 800
-// }
-//unsupported/unknown item 'Dgrade_Coin'
-// Dgrade_Coin: {
-// Random: 2
-// Rate: 200
-// }
-}
-*/
-/* unsupported/unknown item 'Cgrade_Pocket'
-Cgrade_Pocket: {
-//unsupported/unknown item 'Cgrade_Coin'
-// Cgrade_Coin: {
-// Random: 0
-// }
-//unsupported/unknown item 'Dgrade_Coin'
-// Dgrade_Coin: {
-// Random: 0
-// }
-//unsupported/unknown item 'Egrade_Coin'
-// Egrade_Coin: {
-// Random: 0
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 1
-// Rate: 800
-// }
-//unsupported/unknown item 'Egrade_Coin'
-// Egrade_Coin: {
-// Random: 1
-// Rate: 50
-// }
-//unsupported/unknown item 'Egrade_Coin'
-// Egrade_Coin: {
-// Random: 1
-// Rate: 150
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 2
-// Rate: 800
-// }
-//unsupported/unknown item 'Dgrade_Coin'
-// Dgrade_Coin: {
-// Random: 2
-// Rate: 200
-// }
-}
-*/
-/* unsupported/unknown item 'Dgrade_Pocket'
-Dgrade_Pocket: {
-//unsupported/unknown item 'Dgrade_Coin'
-// Dgrade_Coin: {
-// Random: 0
-// }
-//unsupported/unknown item 'Egrade_Coin'
-// Egrade_Coin: {
-// Random: 0
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 1
-// Count: 2
-// Rate: 800
-// }
-//unsupported/unknown item 'Egrade_Coin'
-// Egrade_Coin: {
-// Random: 1
-// Count: 2
-// Rate: 200
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 2
-// Rate: 800
-// }
-//unsupported/unknown item 'Dgrade_Coin'
-// Dgrade_Coin: {
-// Random: 2
-// Rate: 200
-// }
-}
-*/
-/* unsupported/unknown item 'Egrade_Pocket'
-Egrade_Pocket: {
-//unsupported/unknown item 'Egrade_Coin'
-// Egrade_Coin: {
-// Random: 0
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 1
-// Count: 2
-// Rate: 800
-// }
-//unsupported/unknown item 'Egrade_Coin'
-// Egrade_Coin: {
-// Random: 1
-// Count: 2
-// Rate: 200
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 2
-// Rate: 800
-// }
-//unsupported/unknown item 'Egrade_Coin'
-// Egrade_Coin: {
-// Random: 2
-// Rate: 200
-// }
-}
-*/
-/* unsupported/unknown item 'Ptotection_Seagod_Box'
-Ptotection_Seagod_Box: {
-//unsupported/unknown item 'Ptotection_Seagod'
-// Ptotection_Seagod: {
-// Random: 0
-// Expire: 23
-// }
-}
-*/
-/* unsupported/unknown item 'Hairtail_Box1'
-Hairtail_Box1: {
-//unsupported/unknown item 'Hairtail'
-// Hairtail: {
-// Random: 0
-// }
-}
-*/
-/* unsupported/unknown item 'Hairtail_Box2'
-Hairtail_Box2: {
-//unsupported/unknown item 'Hairtail'
-// Hairtail: {
-// Random: 0
-// Expire: 168
-// }
-}
-*/
-/* unsupported/unknown item 'Spearfish_Box1'
-Spearfish_Box1: {
-//unsupported/unknown item 'Spearfish_'
-// Spearfish_: {
-// Random: 0
-// }
-}
-*/
-/* unsupported/unknown item 'Spearfish_Box2'
-Spearfish_Box2: {
-//unsupported/unknown item 'Spearfish_'
-// Spearfish_: {
-// Random: 0
-// Expire: 168
-// }
-}
-*/
-/* unsupported/unknown item 'Saurel_Box1'
-Saurel_Box1: {
-//unsupported/unknown item 'Saurel'
-// Saurel: {
-// Random: 0
-// }
-}
-*/
-/* unsupported/unknown item 'Saurel_Box2'
-Saurel_Box2: {
-//unsupported/unknown item 'Saurel'
-// Saurel: {
-// Random: 0
-// Expire: 168
-// }
-}
-*/
-/* unsupported/unknown item 'Tuna_Box1'
-Tuna_Box1: {
-//unsupported/unknown item 'Tuna'
-// Tuna: {
-// Random: 0
-// }
-}
-*/
-/* unsupported/unknown item 'Tuna_Box2'
-Tuna_Box2: {
-//unsupported/unknown item 'Tuna'
-// Tuna: {
-// Random: 0
-// Expire: 168
-// }
-}
-*/
-/* unsupported/unknown item 'Malang_Crab_Box1'
-Malang_Crab_Box1: {
-//unsupported/unknown item 'Malang_Snow_Crab'
-// Malang_Snow_Crab: {
-// Random: 0
-// }
-}
-*/
-/* unsupported/unknown item 'Malang_Crab_Box2'
-Malang_Crab_Box2: {
-//unsupported/unknown item 'Malang_Snow_Crab'
-// Malang_Snow_Crab: {
-// Random: 0
-// Expire: 168
-// }
-}
-*/
-/* unsupported/unknown item 'Brindle_Eel_Box1'
-Brindle_Eel_Box1: {
-//unsupported/unknown item 'Brindle_Eel'
-// Brindle_Eel: {
-// Random: 0
-// }
-}
-*/
-/* unsupported/unknown item 'Brindle_Eel_Box2'
-Brindle_Eel_Box2: {
-//unsupported/unknown item 'Brindle_Eel'
-// Brindle_Eel: {
-// Random: 0
-// Expire: 168
-// }
-}
-*/
-/* unsupported/unknown item 'Ptotection_Seagod_Box2'
-Ptotection_Seagod_Box2: {
-//unsupported/unknown item 'Ptotection_Seagod'
-// Ptotection_Seagod: {
-// Random: 0
-// Expire: 168
-// }
-}
-*/
-/* unsupported/unknown item 'Ptotection_Seagod_Box3'
-Ptotection_Seagod_Box3: {
-//unsupported/unknown item 'Ptotection_Seagod'
-// Ptotection_Seagod: {
-// Random: 0
-// Expire: 360
-// }
-}
-*/
-/* unsupported/unknown item 'Octo_Hstick_Box'
-Octo_Hstick_Box: {
-//unsupported/unknown item 'Octopus_Hunt_Stick'
-// Octopus_Hunt_Stick: {
-// Random: 0
-// Expire: 23
-// }
-}
-*/
-/* unsupported/unknown item 'Octo_Hstick_Box2'
-Octo_Hstick_Box2: {
-//unsupported/unknown item 'Octopus_Hunt_Stick'
-// Octopus_Hunt_Stick: {
-// Random: 0
-// Expire: 72
-// }
-}
-*/
-/* unsupported/unknown item 'Octo_Hstick_Box3'
-Octo_Hstick_Box3: {
-//unsupported/unknown item 'Octopus_Hunt_Stick'
-// Octopus_Hunt_Stick: {
-// Random: 0
-// Expire: 168
-// }
-}
-*/
-/* unsupported/unknown item 'Silvervine_Fruit_Box10'
-Silvervine_Fruit_Box10: {
-//unsupported/unknown item 'Silvervine'
-// Silvervine: {
-// Random: 0
-// Count: 10
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 0
-// Count: 30
-// }
-}
-*/
-/* unsupported/unknown item 'Silvervine_Fruit_Box40'
-Silvervine_Fruit_Box40: {
-//unsupported/unknown item 'Silvervine'
-// Silvervine: {
-// Random: 0
-// Count: 40
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 0
-// Count: 120
-// }
-}
-*/
-/* unsupported/unknown item 'Silvervine_Fruit_Box4'
-Silvervine_Fruit_Box4: {
-//unsupported/unknown item 'Silvervine'
-// Silvervine: {
-// Random: 0
-// Count: 4
-// }
-//unsupported/unknown item 'Malang_Sp_Can'
-// Malang_Sp_Can: {
-// Random: 0
-// Count: 12
-// }
-}
-*/
-/* unsupported/unknown item 'Malang_Woe_Encard_Box'
-Malang_Woe_Encard_Box: {
-//unsupported/unknown item 'Ptotection_Seagod_Box'
-// Ptotection_Seagod_Box: {
-// Random: 0
-// }
-//unsupported/unknown item 'Octo_Hstick_Box'
-// Octo_Hstick_Box: {
-// Random: 0
-// }
-}
-*/
-Old_Ore_Box: {
- Iron_Ore: {
- Random: 1
- Rate: 600
- }
- Iron: {
- Random: 1
- Rate: 380
- }
- Yellow_Live: {
- Random: 1
- Rate: 100
- }
- Coal: {
- Random: 1
- Rate: 80
- }
- Wind_Of_Verdure: {
- Random: 1
- Rate: 100
- }
- Phracon: {
- Random: 1
- Rate: 600
- }
- Crystal_Blue: {
- Random: 1
- Rate: 100
- }
- Boody_Red: {
- Random: 1
- Rate: 100
- }
- Steel: {
- Random: 1
- Rate: 50
- }
- Emveretarcon: {
- Random: 1
- Rate: 380
- }
- Elunium_Stone: {
- Random: 1
- Rate: 70
- }
- Oridecon_Stone: {
- Random: 1
- Rate: 80
- }
- Great_Nature: {
- Random: 1
- Rate: 40
- }
- Rough_Wind: {
- Random: 1
- Rate: 40
- }
- Mistic_Frozen: {
- Random: 1
- Rate: 40
- }
- Flame_Heart: {
- Random: 1
- Rate: 40
- }
- Elunium: {
- Random: 1
- Rate: 20
- }
- Oridecon: {
- Random: 1
- Rate: 20
- }
- Gold: {
- Random: 1
- Rate: 10
- }
- Emperium: {
- Random: 1
- Rate: 50
- }
-}
diff --git a/db/pre-re/job_db.conf b/db/pre-re/job_db.conf
deleted file mode 100644
index af8cabf9a..000000000
--- a/db/pre-re/job_db.conf
+++ /dev/null
@@ -1,1673 +0,0 @@
-//================= Hercules Database =====================================
-//= _ _ _
-//= | | | | | |
-//= | |_| | ___ _ __ ___ _ _| | ___ ___
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
-//= | | | | __/ | | (__| |_| | | __/\__ \
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/
-//================= License ===============================================
-//= This file is part of Hercules.
-//= http://herc.ws - http://github.com/HerculesWS/Hercules
-//=
-//= Copyright (C) 2015 Hercules Dev Team
-//=
-//= Hercules 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/>.
-//================= More Information ======================================
-// http://herc.ws/board/topic/9082-job-db1txt-redesign/
-//=========================================================================
-
-/**************************************************************************
- ************* Entry structure ********************************************
- **************************************************************************
-Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so if you want to add a new job you should add it there)
- BaseExpGroup: "Exp Group Name" (string) // Name of base exp group defined in exp_group_db.conf
- JobExpGroup: "Exp Group Name" (string) // Name of job exp group defined in exp_group_db.conf
- Inherit: ("Other_Job_Name") // Base job from which this job will inherit its max weight, base ASPD set and HP/SP table.
- InheritHP: ("Other_Job_Name") // Base job from which this job will inherit its HP table (if different).
- InheritSP: ("Other_Job_Name") // Base job from which this job will inherit its SP table (if different).
- Weight: Max Weight (int, defaults to 20000, units in Weight/10)
- BaseASPD: { // Base ASPD for specific weapon type (optional)
- Fist: 0~2000 (int, defaults to 2000)
- Dagger: 0~2000 (int, defaults to 2000)
- Sword: 0~2000 (int, defaults to 2000)
- TwoHandSword: 0~2000 (int, defaults to 2000)
- Spear: 0~2000 (int, defaults to 2000)
- TwoHandSpear: 0~2000 (int, defaults to 2000)
- Axe: 0~2000 (int, defaults to 2000)
- TwoHandAxe: 0~2000 (int, defaults to 2000)
- Mace: 0~2000 (int, defaults to 2000)
- TwoHandMace: 0~2000 (int, defaults to 2000)
- Rod: 0~2000 (int, defaults to 2000)
- Bow: 0~2000 (int, defaults to 2000)
- Knuckle: 0~2000 (int, defaults to 2000)
- Instrumen: 0~2000 (int, defaults to 2000)
- Whip: 0~2000 (int, defaults to 2000)
- Book: 0~2000 (int, defaults to 2000)
- Katar: 0~2000 (int, defaults to 2000)
- Revolver: 0~2000 (int, defaults to 2000)
- Rifle: 0~2000 (int, defaults to 2000)
- GatlingGun: 0~2000 (int, defaults to 2000)
- Shotgun: 0~2000 (int, defaults to 2000)
- GrenadeLauncher: 0~2000 (int, defaults to 2000)
- FuumaShuriken: 0~2000 (int, defaults to 2000)
- TwoHandRod: 0~2000 (int, defaults to 2000)
- }
- HPTable:[1, .... 150] (int array) // Reference table for base HP per level
- SPTable:[1, .... 150] (int array) // Reference table for base SP per level
- // Note: If table index size is smaller than the max level the server will automatically generate the missing index based on the average increase per level.
-}
-**************************************************************************/
-
-Novice: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "Novice"
- BaseASPD: {
- Fist: 500
- Dagger: 650
- Sword: 700
- Axe: 800
- Mace: 700
- TwoHandMace: 700
- Rod: 650
- TwoHandRod: 650
- }
- HPTable:[ 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, // 1 - 10
- 90, 95, 100, 105, 110, 115, 120, 125, 130, 135, // 11 - 20
- 140, 145, 150, 155, 160, 165, 170, 175, 180, 185, // 21 - 30
- 190, 195, 200, 205, 210, 215, 220, 225, 230, 235, // 31 - 40
- 240, 245, 250, 255, 260, 265, 270, 275, 280, 285, // 41 - 50
- 290, 295, 300, 305, 310, 315, 320, 325, 330, 335, // 51 - 60
- 340, 345, 350, 355, 360, 365, 370, 375, 380, 385, // 61 - 70
- 390, 395, 400, 405, 410, 415, 420, 425, 430, 435, // 71 - 80
- 440, 445, 450, 455, 460, 465, 470, 475, 480, 485, // 81 - 90
- 490, 495, 500, 505, 510, 515, 520, 525, 530, 535, // 91 - 100
- 540, 545, 550, 555, 560, 565, 570, 575, 580, 585, // 101 - 110
- 590, 595, 600, 605, 610, 615, 620, 625, 630, 635, // 111 - 120
- 640, 645, 650, 655, 660, 665, 670, 675, 680, 685, // 121 - 130
- 690, 695, 700, 705, 710, 715, 720, 725, 730, 735, // 131 - 140
- 740, 745, 750, 755, 760, 765, 770, 775, 780, 785] // 141 - 150
- SPTable:[ 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, // 1 - 10
- 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, // 11 - 20
- 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, // 21 - 30
- 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, // 31 - 40
- 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, // 41 - 50
- 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, // 51 - 60
- 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, // 61 - 70
- 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, // 71 - 80
- 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, // 81 - 90
- 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, // 91 - 100
- 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, // 101 - 110
- 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, // 111 - 120
- 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, // 121 - 130
- 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, // 131 - 140
- 151, 152, 153, 154, 155, 156, 157, 158, 159, 160] // 141 - 150
-}
-Swordsman: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "FirstClasses"
- Weight: 28000
- BaseASPD: {
- Fist: 400
- Dagger: 500
- Sword: 550
- TwoHandSword: 600
- Spear: 650
- TwoHandSpear: 700
- Axe: 700
- TwoHandAxe: 750
- Mace: 650
- TwoHandMace: 700
- }
- HPTable:[ 40, 46, 53, 61, 70, 79, 89, 100, 111, 123, // 1 - 10
- 136, 149, 163, 178, 194, 210, 227, 245, 263, 282, // 11 - 20
- 302, 322, 343, 365, 388, 411, 435, 460, 485, 511, // 21 - 30
- 538, 565, 593, 622, 652, 682, 713, 745, 777, 810, // 31 - 40
- 844, 878, 913, 949, 986, 1023, 1061, 1100, 1139, 1179, // 41 - 50
- 1220, 1261, 1303, 1346, 1390, 1434, 1479, 1525, 1571, 1618, // 51 - 60
- 1666, 1714, 1763, 1813, 1864, 1915, 1967, 2020, 2073, 2127, // 61 - 70
- 2182, 2237, 2293, 2350, 2408, 2466, 2525, 2585, 2645, 2706, // 71 - 80
- 2768, 2830, 2893, 2957, 3022, 3087, 3153, 3220, 3287, 3355, // 81 - 90
- 3424, 3493, 3563, 3634, 3706, 3778, 3851, 3925, 3999, 4073, // 91 - 100
- 4147, 4221, 4295, 4369, 4443, 4517, 4591, 4665, 4739, 4813, // 101 - 110
- 4887, 4961, 5035, 5109, 5183, 5257, 5331, 5405, 5479, 5553, // 111 - 120
- 5627, 5701, 5775, 5849, 5923, 5997, 6071, 6145, 6219, 6293, // 121 - 130
- 6367, 6441, 6515, 6589, 6663, 6737, 6811, 6885, 6959, 7033, // 131 - 140
- 7107, 7181, 7255, 7329, 7403, 7477, 7551, 7625, 7699, 7773] // 141 - 150
- SPTable:[ 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, // 1 - 10
- 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, // 11 - 20
- 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, // 21 - 30
- 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, // 31 - 40
- 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, // 41 - 50
- 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, // 51 - 60
- 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, // 61 - 70
- 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, // 71 - 80
- 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, // 81 - 90
- 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, // 91 - 100
- 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, // 101 - 110
- 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, // 111 - 120
- 252, 254, 256, 258, 260, 262, 264, 266, 268, 270, // 121 - 130
- 272, 274, 276, 278, 280, 282, 284, 286, 288, 290, // 131 - 140
- 292, 294, 296, 298, 300, 302, 304, 306, 308, 310] // 141 - 150
-}
-Magician: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "FirstClasses"
- Weight: 22000
- BaseASPD: {
- Fist: 500
- Dagger: 600
- Rod: 700
- TwoHandRod: 700
- }
- HPTable:[ 40, 46, 52, 58, 65, 72, 79, 86, 94, 102, // 1 - 10
- 110, 119, 128, 137, 147, 157, 167, 177, 188, 199, // 11 - 20
- 210, 222, 234, 246, 259, 272, 285, 298, 312, 326, // 21 - 30
- 340, 355, 370, 385, 401, 417, 433, 449, 466, 483, // 31 - 40
- 500, 518, 536, 554, 573, 592, 611, 630, 650, 670, // 41 - 50
- 690, 711, 732, 753, 775, 797, 819, 841, 864, 887, // 51 - 60
- 910, 934, 958, 982, 1007, 1032, 1057, 1082, 1108, 1134, // 61 - 70
- 1160, 1187, 1214, 1241, 1269, 1297, 1325, 1353, 1382, 1411, // 71 - 80
- 1440, 1470, 1500, 1530, 1561, 1592, 1623, 1654, 1686, 1718, // 81 - 90
- 1750, 1783, 1816, 1849, 1883, 1917, 1951, 1985, 2020, 2054, // 91 - 100
- 2089, 2123, 2158, 2192, 2227, 2261, 2296, 2330, 2365, 2399, // 101 - 110
- 2434, 2468, 2503, 2537, 2572, 2606, 2641, 2675, 2710, 2744, // 111 - 120
- 2779, 2813, 2848, 2882, 2917, 2951, 2986, 3020, 3055, 3089, // 121 - 130
- 3124, 3158, 3193, 3227, 3262, 3296, 3331, 3365, 3400, 3434, // 131 - 140
- 3469, 3503, 3538, 3572, 3607, 3641, 3676, 3710, 3745, 3779] // 141 - 150
- SPTable:[ 16, 22, 28, 34, 40, 46, 52, 58, 64, 70, // 1 - 10
- 76, 82, 88, 94, 100, 106, 112, 118, 124, 130, // 11 - 20
- 136, 142, 148, 154, 160, 166, 172, 178, 184, 190, // 21 - 30
- 196, 202, 208, 214, 220, 226, 232, 238, 244, 250, // 31 - 40
- 256, 262, 268, 274, 280, 286, 292, 298, 304, 310, // 41 - 50
- 316, 322, 328, 334, 340, 346, 352, 358, 364, 370, // 51 - 60
- 376, 382, 388, 394, 400, 406, 412, 418, 424, 430, // 61 - 70
- 436, 442, 448, 454, 460, 466, 472, 478, 484, 490, // 71 - 80
- 496, 502, 508, 514, 520, 526, 532, 538, 544, 550, // 81 - 90
- 556, 562, 568, 574, 580, 586, 592, 598, 604, 610, // 91 - 100
- 616, 622, 628, 634, 640, 646, 652, 658, 664, 670, // 101 - 110
- 676, 682, 688, 694, 700, 706, 712, 718, 724, 730, // 111 - 120
- 736, 742, 748, 754, 760, 766, 772, 778, 784, 790, // 121 - 130
- 796, 802, 808, 814, 820, 826, 832, 838, 844, 850, // 131 - 140
- 856, 862, 868, 874, 880, 886, 892, 898, 904, 910] // 141 - 150
-}
-Archer: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "FirstClasses"
- Weight: 26000
- BaseASPD: {
- Fist: 400
- Dagger: 600
- Bow: 700
- }
- InheritSP: ("Swordsman")
- HPTable:[ 40, 46, 53, 60, 68, 76, 85, 94, 104, 114, // 1 - 10
- 125, 136, 148, 160, 173, 186, 200, 214, 229, 244, // 11 - 20
- 260, 276, 293, 310, 328, 346, 365, 384, 404, 424, // 21 - 30
- 445, 466, 488, 510, 533, 556, 580, 604, 629, 654, // 31 - 40
- 680, 706, 733, 760, 788, 816, 845, 874, 904, 934, // 41 - 50
- 965, 996, 1028, 1060, 1093, 1126, 1160, 1194, 1229, 1264, // 51 - 60
- 1300, 1336, 1373, 1410, 1448, 1486, 1525, 1564, 1604, 1644, // 61 - 70
- 1685, 1726, 1768, 1810, 1853, 1896, 1940, 1984, 2029, 2074, // 71 - 80
- 2120, 2166, 2213, 2260, 2308, 2356, 2405, 2454, 2504, 2554, // 81 - 90
- 2605, 2656, 2708, 2760, 2813, 2866, 2920, 2974, 3029, 3083, // 91 - 100
- 3138, 3192, 3247, 3301, 3356, 3410, 3465, 3519, 3574, 3628, // 101 - 110
- 3683, 3737, 3792, 3846, 3901, 3955, 4010, 4064, 4119, 4173, // 111 - 120
- 4228, 4282, 4337, 4391, 4446, 4500, 4555, 4609, 4664, 4718, // 121 - 130
- 4773, 4827, 4882, 4936, 4991, 5045, 5100, 5154, 5209, 5263, // 131 - 140
- 5318, 5372, 5427, 5481, 5536, 5590, 5645, 5699, 5754, 5808] // 141 - 150
-}
-Acolyte: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "FirstClasses"
- Weight: 24000
- BaseASPD: {
- Fist: 400
- Mace: 600
- TwoHandMace: 600
- Rod: 600
- TwoHandRod: 600
- }
- HPTable:[ 40, 46, 52, 59, 66, 73, 81, 89, 98, 107, // 1 - 10
- 116, 126, 136, 147, 158, 169, 181, 193, 206, 219, // 11 - 20
- 232, 246, 260, 275, 290, 305, 321, 337, 354, 371, // 21 - 30
- 388, 406, 424, 443, 462, 481, 501, 521, 542, 563, // 31 - 40
- 584, 606, 628, 651, 674, 697, 721, 745, 770, 795, // 41 - 50
- 820, 846, 872, 899, 926, 953, 981, 1009, 1038, 1067, // 51 - 60
- 1096, 1126, 1156, 1187, 1218, 1249, 1281, 1313, 1346, 1379, // 61 - 70
- 1412, 1446, 1480, 1515, 1550, 1585, 1621, 1657, 1694, 1731, // 71 - 80
- 1768, 1806, 1844, 1883, 1922, 1961, 2001, 2041, 2082, 2123, // 81 - 90
- 2164, 2206, 2248, 2291, 2334, 2377, 2421, 2465, 2510, 2554, // 91 - 100
- 2599, 2643, 2688, 2732, 2777, 2821, 2866, 2910, 2955, 2999, // 101 - 110
- 3044, 3088, 3133, 3177, 3222, 3266, 3311, 3355, 3400, 3444, // 111 - 120
- 3489, 3533, 3578, 3622, 3667, 3711, 3756, 3800, 3845, 3889, // 121 - 130
- 3934, 3978, 4023, 4067, 4112, 4156, 4201, 4245, 4290, 4334, // 131 - 140
- 4379, 4423, 4468, 4512, 4557, 4601, 4646, 4690, 4735, 4779] // 141 - 150
- SPTable:[ 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, // 1 - 10
- 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, // 11 - 20
- 115, 120, 125, 130, 135, 140, 145, 150, 155, 160, // 21 - 30
- 165, 170, 175, 180, 185, 190, 195, 200, 205, 210, // 31 - 40
- 215, 220, 225, 230, 235, 240, 245, 250, 255, 260, // 41 - 50
- 265, 270, 275, 280, 285, 290, 295, 300, 305, 310, // 51 - 60
- 315, 320, 325, 330, 335, 340, 345, 350, 355, 360, // 61 - 70
- 365, 370, 375, 380, 385, 390, 395, 400, 405, 410, // 71 - 80
- 415, 420, 425, 430, 435, 440, 445, 450, 455, 460, // 81 - 90
- 465, 470, 475, 480, 485, 490, 495, 500, 505, 510, // 91 - 100
- 515, 520, 525, 530, 535, 540, 545, 550, 555, 560, // 101 - 110
- 565, 570, 575, 580, 585, 590, 595, 600, 605, 610, // 111 - 120
- 615, 620, 625, 630, 635, 640, 645, 650, 655, 660, // 121 - 130
- 665, 670, 675, 680, 685, 690, 695, 700, 705, 710, // 131 - 140
- 715, 720, 725, 730, 735, 740, 745, 750, 755, 760] // 141 - 150
-}
-Merchant: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "FirstClasses"
- Weight: 28000
- BaseASPD: {
- Fist: 400
- Dagger: 600
- Sword: 700
- Axe: 700
- TwoHandAxe: 750
- Mace: 700
- TwoHandMace: 650
- }
- InheritHP: ("Acolyte")
- SPTable:[ 13, 16, 19, 22, 25, 28, 31, 34, 37, 40, // 1 - 10
- 43, 46, 49, 52, 55, 58, 61, 64, 67, 70, // 11 - 20
- 73, 76, 79, 82, 85, 88, 91, 94, 97, 100, // 21 - 30
- 103, 106, 109, 112, 115, 118, 121, 124, 127, 130, // 31 - 40
- 133, 136, 139, 142, 145, 148, 151, 154, 157, 160, // 41 - 50
- 163, 166, 169, 172, 175, 178, 181, 184, 187, 190, // 51 - 60
- 193, 196, 199, 202, 205, 208, 211, 214, 217, 220, // 61 - 70
- 223, 226, 229, 232, 235, 238, 241, 244, 247, 250, // 71 - 80
- 253, 256, 259, 262, 265, 268, 271, 274, 277, 280, // 81 - 90
- 283, 286, 289, 292, 295, 298, 301, 304, 307, 310, // 91 - 100
- 313, 316, 319, 322, 325, 328, 331, 334, 337, 340, // 101 - 110
- 343, 346, 349, 352, 355, 358, 361, 364, 367, 370, // 111 - 120
- 373, 376, 379, 382, 385, 388, 391, 394, 397, 400, // 121 - 130
- 403, 406, 409, 412, 415, 418, 421, 424, 427, 430, // 131 - 140
- 433, 436, 439, 442, 445, 448, 451, 454, 457, 460] // 141 - 150
-}
-Thief: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "FirstClasses"
- Weight: 24000
- BaseASPD: {
- Fist: 400
- Dagger: 500
- Sword: 650
- Axe: 800
- Bow: 800
- }
- InheritHP: ("Archer")
- InheritSP: ("Swordsman")
-}
-Knight: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Weight: 28000
- BaseASPD: {
- Fist: 400
- Dagger: 500
- Sword: 500
- TwoHandSword: 550
- Spear: 600
- TwoHandSpear: 600
- Axe: 700
- TwoHandAxe: 700
- Mace: 650
- TwoHandMace: 700
- }
- InheritSP: ("Merchant")
- HPTable:[ 40, 48, 58, 69, 82, 96, 112, 129, 148, 168, // 1 - 10
- 190, 213, 238, 264, 292, 321, 352, 384, 418, 453, // 11 - 20
- 490, 528, 568, 609, 652, 696, 742, 789, 838, 888, // 21 - 30
- 940, 993, 1048, 1104, 1162, 1221, 1282, 1344, 1408, 1473, // 31 - 40
- 1540, 1608, 1678, 1749, 1822, 1896, 1972, 2049, 2128, 2208, // 41 - 50
- 2290, 2373, 2458, 2544, 2632, 2721, 2812, 2904, 2998, 3093, // 51 - 60
- 3190, 3288, 3388, 3489, 3592, 3696, 3802, 3909, 4018, 4128, // 61 - 70
- 4240, 4353, 4468, 4584, 4702, 4821, 4942, 5064, 5188, 5313, // 71 - 80
- 5440, 5568, 5698, 5829, 5962, 6096, 6232, 6369, 6508, 6648, // 81 - 90
- 6790, 6933, 7078, 7224, 7372, 7521, 7672, 7824, 7978, 8053, // 91 - 100
- 8128, 8203, 8278, 8353, 8428, 8503, 8578, 8653, 8728, 8803, // 101 - 110
- 8878, 8953, 9028, 9103, 9178, 9253, 9328, 9403, 9478, 9553, // 111 - 120
- 9628, 9703, 9778, 9853, 9928, 10003, 10078, 10153, 10228, 10303, // 121 - 130
- 10378, 10453, 10528, 10603, 10678, 10753, 10828, 10903, 10978, 11053, // 131 - 140
- 11128, 11203, 11278, 11353, 11428, 11503, 11578, 11653, 11728, 11803] // 141 - 150
-}
-Priest: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Weight: 26000
- BaseASPD: {
- Fist: 400
- Mace: 600
- TwoHandMace: 600
- Rod: 600
- // Knuckle: 500 /* Note. Official value is 2000 (default). To normalize aspd remove comment to this line. */
- Book: 600
- TwoHandRod: 600
- }
- HPTable:[ 40, 47, 54, 62, 71, 81, 91, 102, 114, 127, // 1 - 10
- 140, 154, 169, 185, 201, 218, 236, 255, 274, 294, // 11 - 20
- 315, 337, 359, 382, 406, 431, 456, 482, 509, 537, // 21 - 30
- 565, 594, 624, 655, 686, 718, 751, 785, 819, 854, // 31 - 40
- 890, 927, 964, 1002, 1041, 1081, 1121, 1162, 1204, 1247, // 41 - 50
- 1290, 1334, 1379, 1425, 1471, 1518, 1566, 1615, 1664, 1714, // 51 - 60
- 1765, 1817, 1869, 1922, 1976, 2031, 2086, 2142, 2199, 2257, // 61 - 70
- 2315, 2374, 2434, 2495, 2556, 2618, 2681, 2745, 2809, 2874, // 71 - 80
- 2940, 3007, 3074, 3142, 3211, 3281, 3351, 3422, 3494, 3567, // 81 - 90
- 3640, 3714, 3789, 3865, 3941, 4018, 4096, 4175, 4254, 4333, // 91 - 100
- 4412, 4491, 4570, 4649, 4728, 4807, 4886, 4965, 5044, 5123, // 101 - 110
- 5202, 5281, 5360, 5439, 5518, 5597, 5676, 5755, 5834, 5913, // 111 - 120
- 5992, 6071, 6150, 6229, 6308, 6387, 6466, 6545, 6624, 6703, // 121 - 130
- 6782, 6861, 6940, 7019, 7098, 7177, 7256, 7335, 7414, 7493, // 131 - 140
- 7572, 7651, 7730, 7809, 7888, 7967, 8046, 8125, 8204, 8283] // 141 - 150
- SPTable:[ 18, 26, 34, 42, 50, 58, 66, 74, 82, 90, // 1 - 10
- 98, 106, 114, 122, 130, 138, 146, 154, 162, 170, // 11 - 20
- 178, 186, 194, 202, 210, 218, 226, 234, 242, 250, // 21 - 30
- 258, 266, 274, 282, 290, 298, 306, 314, 322, 330, // 31 - 40
- 338, 346, 354, 362, 370, 378, 386, 394, 402, 410, // 41 - 50
- 418, 426, 434, 442, 450, 458, 466, 474, 482, 490, // 51 - 60
- 498, 506, 514, 522, 530, 538, 546, 554, 562, 570, // 61 - 70
- 578, 586, 594, 602, 610, 618, 626, 634, 642, 650, // 71 - 80
- 658, 666, 674, 682, 690, 698, 706, 714, 722, 730, // 81 - 90
- 738, 746, 754, 762, 770, 778, 786, 794, 802, 810, // 91 - 100
- 818, 826, 834, 842, 850, 858, 866, 874, 882, 890, // 101 - 110
- 898, 906, 914, 922, 930, 938, 946, 954, 962, 970, // 111 - 120
- 978, 986, 994, 1002, 1010, 1018, 1026, 1034, 1042, 1050, // 121 - 130
- 1058, 1066, 1074, 1082, 1090, 1098, 1106, 1114, 1122, 1130, // 131 - 140
- 1138, 1146, 1154, 1162, 1170, 1178, 1186, 1194, 1202, 1210] // 141 - 150
-}
-Wizard: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Weight: 24000
- BaseASPD: {
- Fist: 500
- Dagger: 575
- Rod: 625
- TwoHandRod: 625
- }
- HPTable:[ 40, 46, 53, 60, 68, 76, 85, 94, 104, 115, // 1 - 10
- 126, 138, 150, 163, 176, 190, 204, 219, 234, 250, // 11 - 20
- 267, 284, 302, 320, 339, 358, 378, 398, 419, 441, // 21 - 30
- 463, 486, 509, 533, 557, 582, 607, 633, 659, 686, // 31 - 40
- 714, 742, 771, 800, 830, 860, 891, 922, 954, 987, // 41 - 50
- 1020, 1054, 1088, 1123, 1158, 1194, 1230, 1267, 1304, 1342, // 51 - 60
- 1381, 1420, 1460, 1500, 1541, 1582, 1624, 1666, 1709, 1753, // 61 - 70
- 1797, 1842, 1887, 1933, 1979, 2026, 2073, 2121, 2169, 2218, // 71 - 80
- 2268, 2318, 2369, 2420, 2472, 2524, 2577, 2630, 2684, 2739, // 81 - 90
- 2794, 2850, 2906, 2963, 3020, 3078, 3136, 3195, 3254, 3313, // 91 - 100
- 3372, 3431, 3490, 3549, 3608, 3667, 3726, 3785, 3844, 3903, // 101 - 110
- 3962, 4021, 4080, 4139, 4198, 4257, 4316, 4375, 4434, 4493, // 111 - 120
- 4552, 4611, 4670, 4729, 4788, 4847, 4906, 4965, 5024, 5083, // 121 - 130
- 5142, 5201, 5260, 5319, 5378, 5437, 5496, 5555, 5614, 5673, // 131 - 140
- 5732, 5791, 5850, 5909, 5968, 6027, 6086, 6145, 6204, 6263] // 141 - 150
- SPTable:[ 19, 28, 37, 46, 55, 64, 73, 82, 91, 100, // 1 - 10
- 109, 118, 127, 136, 145, 154, 163, 172, 181, 190, // 11 - 20
- 199, 208, 217, 226, 235, 244, 253, 262, 271, 280, // 21 - 30
- 289, 298, 307, 316, 325, 334, 343, 352, 361, 370, // 31 - 40
- 379, 388, 397, 406, 415, 424, 433, 442, 451, 460, // 41 - 50
- 469, 478, 487, 496, 505, 514, 523, 532, 541, 550, // 51 - 60
- 559, 568, 577, 586, 595, 604, 613, 622, 631, 640, // 61 - 70
- 649, 658, 667, 676, 685, 694, 703, 712, 721, 730, // 71 - 80
- 739, 748, 757, 766, 775, 784, 793, 802, 811, 820, // 81 - 90
- 829, 838, 847, 856, 865, 874, 883, 892, 901, 910, // 91 - 100
- 919, 928, 937, 946, 955, 964, 973, 982, 991, 1000, // 101 - 110
- 1009, 1018, 1027, 1036, 1045, 1054, 1063, 1072, 1081, 1090, // 111 - 120
- 1099, 1108, 1117, 1126, 1135, 1144, 1153, 1162, 1171, 1180, // 121 - 130
- 1189, 1198, 1207, 1216, 1225, 1234, 1243, 1252, 1261, 1270, // 131 - 140
- 1279, 1288, 1297, 1306, 1315, 1324, 1333, 1342, 1351, 1360] // 141 - 150
-}
-Blacksmith: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Weight: 30000
- BaseASPD: {
- Fist: 400
- Dagger: 600
- Sword: 650
- Axe: 650
- TwoHandAxe: 650
- Mace: 675
- TwoHandMace: 675
- }
- HPTable:[ 40, 47, 55, 64, 74, 84, 95, 107, 120, 134, // 1 - 10
- 149, 165, 182, 200, 219, 238, 258, 279, 301, 324, // 11 - 20
- 348, 373, 399, 426, 454, 482, 511, 541, 572, 604, // 21 - 30
- 637, 671, 706, 742, 779, 816, 854, 893, 933, 974, // 31 - 40
- 1016, 1059, 1103, 1148, 1194, 1240, 1287, 1335, 1384, 1434, // 41 - 50
- 1485, 1537, 1590, 1644, 1699, 1754, 1810, 1867, 1925, 1984, // 51 - 60
- 2044, 2105, 2167, 2230, 2294, 2358, 2423, 2489, 2556, 2624, // 61 - 70
- 2693, 2763, 2834, 2906, 2979, 3052, 3126, 3201, 3277, 3354, // 71 - 80
- 3432, 3511, 3591, 3672, 3754, 3836, 3919, 4003, 4088, 4174, // 81 - 90
- 4261, 4349, 4438, 4528, 4619, 4710, 4802, 4895, 4989, 5082, // 91 - 100
- 5176, 5269, 5363, 5456, 5550, 5643, 5737, 5830, 5924, 6017, // 101 - 110
- 6111, 6204, 6298, 6391, 6485, 6578, 6672, 6765, 6859, 6952, // 111 - 120
- 7046, 7139, 7233, 7326, 7420, 7513, 7607, 7700, 7794, 7887, // 121 - 130
- 7981, 8074, 8168, 8261, 8355, 8448, 8542, 8635, 8729, 8822, // 131 - 140
- 8916, 9009, 9103, 9196, 9290, 9383, 9477, 9570, 9664, 9757] // 141 - 150
- SPTable:[ 14, 18, 22, 26, 30, 34, 38, 42, 46, 50, // 1 - 10
- 54, 58, 62, 66, 70, 74, 78, 82, 86, 90, // 11 - 20
- 94, 98, 102, 106, 110, 114, 118, 122, 126, 130, // 21 - 30
- 134, 138, 142, 146, 150, 154, 158, 162, 166, 170, // 31 - 40
- 174, 178, 182, 186, 190, 194, 198, 202, 206, 210, // 41 - 50
- 214, 218, 222, 226, 230, 234, 238, 242, 246, 250, // 51 - 60
- 254, 258, 262, 266, 270, 274, 278, 282, 286, 290, // 61 - 70
- 294, 298, 302, 306, 310, 314, 318, 322, 326, 330, // 71 - 80
- 334, 338, 342, 346, 350, 354, 358, 362, 366, 370, // 81 - 90
- 374, 378, 382, 386, 390, 394, 398, 402, 406, 410, // 91 - 100
- 414, 418, 422, 426, 430, 434, 438, 442, 446, 450, // 101 - 110
- 454, 458, 462, 466, 470, 474, 478, 482, 486, 490, // 111 - 120
- 494, 498, 502, 506, 510, 514, 518, 522, 526, 530, // 121 - 130
- 534, 538, 542, 546, 550, 554, 558, 562, 566, 570, // 131 - 140
- 574, 578, 582, 586, 590, 594, 598, 602, 606, 610] // 141 - 150
-}
-Hunter: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Weight: 27000
- BaseASPD: {
- Fist: 400
- Dagger: 600
- Bow: 600
- }
- InheritSP: ("Blacksmith")
- HPTable:[ 40, 47, 55, 63, 72, 82, 93, 105, 118, 132, // 1 - 10
- 146, 161, 177, 194, 212, 231, 250, 270, 291, 313, // 11 - 20
- 336, 360, 385, 410, 436, 463, 491, 520, 550, 581, // 21 - 30
- 612, 644, 677, 711, 746, 782, 818, 855, 893, 932, // 31 - 40
- 972, 1013, 1055, 1097, 1140, 1184, 1229, 1275, 1322, 1370, // 41 - 50
- 1418, 1467, 1517, 1568, 1620, 1673, 1726, 1780, 1835, 1891, // 51 - 60
- 1948, 2006, 2065, 2124, 2184, 2245, 2307, 2370, 2434, 2499, // 61 - 70
- 2564, 2630, 2697, 2765, 2834, 2904, 2974, 3045, 3117, 3190, // 71 - 80
- 3264, 3339, 3415, 3491, 3568, 3646, 3725, 3805, 3886, 3968, // 81 - 90
- 4050, 4133, 4217, 4302, 4388, 4475, 4562, 4650, 4739, 4827, // 91 - 100
- 4916, 5004, 5093, 5181, 5270, 5358, 5447, 5535, 5624, 5712, // 101 - 110
- 5801, 5889, 5978, 6066, 6155, 6243, 6332, 6420, 6509, 6597, // 111 - 120
- 6686, 6774, 6863, 6951, 7040, 7128, 7217, 7305, 7394, 7482, // 121 - 130
- 7571, 7659, 7748, 7836, 7925, 8013, 8102, 8190, 8279, 8367, // 131 - 140
- 8456, 8544, 8633, 8721, 8810, 8898, 8987, 9075, 9164, 9252] // 141 - 150
-}
-Assassin: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Weight: 24000
- BaseASPD: {
- Fist: 400
- Dagger: 500
- Sword: 650
- Axe: 800
- Katar: 500
- Revolver: 750
- Rifle: 975
- GatlingGun: 1200
- Shotgun: 880
- GrenadeLauncher: 975
- FuumaShuriken: 1085
- }
- InheritSP: ("Blacksmith")
- HPTable:[ 40, 47, 55, 64, 75, 87, 100, 114, 129, 145, // 1 - 10
- 162, 180, 199, 219, 241, 264, 288, 313, 339, 366, // 11 - 20
- 394, 423, 453, 484, 517, 551, 586, 622, 659, 697, // 21 - 30
- 736, 776, 817, 859, 903, 948, 994, 1041, 1089, 1138, // 31 - 40
- 1188, 1239, 1291, 1344, 1399, 1455, 1512, 1570, 1629, 1689, // 41 - 50
- 1750, 1812, 1875, 1939, 2005, 2072, 2140, 2209, 2279, 2350, // 51 - 60
- 2422, 2495, 2569, 2644, 2721, 2799, 2878, 2958, 3039, 3121, // 61 - 70
- 3204, 3288, 3373, 3459, 3547, 3636, 3726, 3817, 3909, 4002, // 71 - 80
- 4096, 4191, 4287, 4384, 4483, 4583, 4684, 4786, 4889, 4993, // 81 - 90
- 5098, 5204, 5311, 5419, 5529, 5640, 5752, 5865, 5979, 6092, // 91 - 100
- 6206, 6319, 6433, 6546, 6660, 6773, 6887, 7000, 7114, 7227, // 101 - 110
- 7341, 7454, 7568, 7681, 7795, 7908, 8022, 8135, 8249, 8362, // 111 - 120
- 8476, 8589, 8703, 8816, 8930, 9043, 9157, 9270, 9384, 9497, // 121 - 130
- 9611, 9724, 9838, 9951, 10065, 10178, 10292, 10405, 10519, 10632, // 131 - 140
- 10746, 10859, 10973, 11086, 11200, 11313, 11427, 11540, 11654, 11767] // 141 - 150
-}
-Crusader: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Weight: 28000
- BaseASPD: {
- Fist: 400
- Dagger: 500
- Sword: 500
- TwoHandSword: 550
- Spear: 600
- TwoHandSpear: 600
- Axe: 700
- TwoHandAxe: 700
- Mace: 650
- TwoHandMace: 650
- }
- HPTable:[ 40, 47, 56, 62, 81, 94, 108, 128, 147, 165, // 1 - 10
- 184, 204, 225, 247, 271, 296, 322, 349, 377, 406, // 11 - 20
- 436, 467, 499, 532, 567, 603, 640, 678, 717, 757, // 21 - 30
- 798, 840, 883, 927, 973, 1020, 1068, 1117, 1167, 1218, // 31 - 40
- 1270, 1323, 1377, 1432, 1489, 1547, 1606, 1666, 1727, 1789, // 41 - 50
- 1852, 1916, 1981, 2047, 2115, 2184, 2254, 2325, 2397, 2470, // 51 - 60
- 2544, 2619, 2695, 2772, 2851, 2931, 3012, 3094, 3177, 3261, // 61 - 70
- 3346, 3432, 3519, 3607, 3697, 3788, 3880, 3973, 4067, 4162, // 71 - 80
- 4258, 4355, 4453, 4552, 4653, 4755, 4858, 4962, 5067, 5173, // 81 - 90
- 5280, 5388, 5497, 5607, 5719, 5832, 5946, 6061, 6177, 6292, // 91 - 100
- 6408, 6523, 6639, 6754, 6870, 6985, 7101, 7216, 7332, 7447, // 101 - 110
- 7563, 7678, 7794, 7909, 8025, 8140, 8256, 8371, 8487, 8602, // 111 - 120
- 8718, 8833, 8949, 9064, 9180, 9295, 9411, 9526, 9642, 9757, // 121 - 130
- 9873, 9988, 10104, 10219, 10335, 10450, 10566, 10681, 10797, 10912, // 131 - 140
- 11028, 11143, 11259, 11374, 11490, 11605, 11721, 11836, 11952, 12067] // 141 - 150
- SPTable:[ 14, 19, 24, 28, 33, 38, 42, 47, 52, 57, // 1 - 10
- 61, 66, 71, 75, 80, 85, 89, 94, 99, 104, // 11 - 20
- 108, 113, 118, 122, 127, 132, 136, 141, 146, 151, // 21 - 30
- 155, 160, 165, 169, 174, 179, 183, 188, 193, 198, // 31 - 40
- 202, 207, 212, 216, 221, 226, 230, 235, 240, 245, // 41 - 50
- 249, 254, 259, 263, 268, 273, 277, 282, 287, 292, // 51 - 60
- 296, 301, 306, 310, 315, 320, 324, 329, 334, 339, // 61 - 70
- 343, 348, 353, 357, 362, 367, 371, 376, 381, 386, // 71 - 80
- 390, 395, 400, 404, 409, 414, 418, 423, 428, 433, // 81 - 90
- 437, 442, 447, 451, 456, 461, 465, 470, 475, 480, // 91 - 100
- 484, 489, 494, 498, 503, 508, 512, 517, 522, 527, // 101 - 110
- 531, 536, 541, 545, 550, 555, 559, 564, 569, 574, // 111 - 120
- 578, 583, 588, 592, 597, 602, 606, 611, 616, 621, // 121 - 130
- 625, 630, 635, 639, 644, 649, 653, 658, 663, 668, // 131 - 140
- 672, 677, 682, 686, 691, 696, 700, 705, 710, 715] // 141 - 150
-}
-Rogue: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Weight: 24000
- BaseASPD: {
- Fist: 400
- Dagger: 500
- Sword: 550
- Bow: 650
- }
- InheritHP: ("Hunter")
- InheritSP: ("Acolyte")
-}
-Sage: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Weight: 24000
- BaseASPD: {
- Fist: 450
- Dagger: 525
- Sword: 575
- Rod: 625
- Book: 550
- TwoHandRod: 625
- }
- InheritHP: ("Priest")
- SPTable:[ 17, 24, 31, 38, 45, 52, 59, 66, 73, 80, // 1 - 10
- 87, 94, 101, 108, 115, 122, 129, 136, 143, 150, // 11 - 20
- 157, 164, 171, 178, 185, 192, 199, 206, 213, 220, // 21 - 30
- 227, 234, 241, 248, 255, 262, 269, 276, 283, 290, // 31 - 40
- 297, 304, 311, 318, 325, 332, 339, 346, 353, 360, // 41 - 50
- 367, 374, 381, 388, 395, 402, 409, 416, 423, 430, // 51 - 60
- 437, 444, 451, 458, 465, 472, 479, 486, 493, 500, // 61 - 70
- 507, 514, 521, 528, 535, 542, 549, 556, 563, 570, // 71 - 80
- 577, 584, 591, 598, 605, 612, 619, 626, 633, 640, // 81 - 90
- 647, 654, 661, 668, 675, 682, 689, 696, 703, 710, // 91 - 100
- 717, 724, 731, 738, 745, 752, 759, 766, 773, 780, // 101 - 110
- 787, 794, 801, 808, 815, 822, 829, 836, 843, 850, // 111 - 120
- 857, 864, 871, 878, 885, 892, 899, 906, 913, 920, // 121 - 130
- 927, 934, 941, 948, 955, 962, 969, 976, 983, 990, // 131 - 140
- 997, 1004, 1011, 1018, 1025, 1032, 1039, 1046, 1053, 1060] // 141 - 150
-}
-Alchemist: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- BaseASPD: {
- Fist: 400
- Dagger: 550
- Sword: 575
- Axe: 675
- TwoHandAxe: 700
- Mace: 650
- TwoHandMace: 650
- }
- Inherit: ("Blacksmith")
-}
-Monk: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Weight: 26000
- BaseASPD: {
- Fist: 400
- Mace: 575
- TwoHandMace: 575
- Rod: 575
- Knuckle: 475
- TwoHandRod: 575
- }
- InheritSP: ("Crusader")
- HPTable:[ 40, 47, 55, 64, 74, 84, 95, 107, 120, 134, // 1 - 10
- 149, 165, 182, 200, 219, 238, 258, 306, 329, 354, // 11 - 20
- 379, 406, 433, 462, 491, 521, 551, 583, 615, 649, // 21 - 30
- 683, 719, 755, 793, 831, 870, 909, 950, 991, 1034, // 31 - 40
- 1077, 1122, 1167, 1214, 1261, 1309, 1357, 1407, 1457, 1509, // 41 - 50
- 1561, 1615, 1669, 1725, 1781, 1838, 1895, 1954, 2013, 2074, // 51 - 60
- 2135, 2198, 2261, 2326, 2391, 2457, 2523, 2591, 2659, 2729, // 61 - 70
- 2799, 2871, 2943, 3017, 3091, 3166, 3241, 3318, 3395, 3474, // 71 - 80
- 3553, 3634, 3715, 3798, 3881, 3965, 4049, 4135, 4221, 4309, // 81 - 90
- 4397, 4487, 4577, 4669, 4761, 4854, 4947, 5042, 5137, 5232, // 91 - 100
- 5327, 5422, 5517, 5612, 5707, 5802, 5897, 5992, 6087, 6182, // 101 - 110
- 6277, 6372, 6467, 6562, 6657, 6752, 6847, 6942, 7037, 7132, // 111 - 120
- 7227, 7322, 7417, 7512, 7607, 7702, 7797, 7892, 7987, 8082, // 121 - 130
- 8177, 8272, 8367, 8462, 8557, 8652, 8747, 8842, 8937, 9032, // 131 - 140
- 9127, 9222, 9317, 9412, 9507, 9602, 9697, 9792, 9887, 9982] // 141 - 150
-}
-Bard: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Weight: 27000
- BaseASPD: {
- Fist: 400
- Dagger: 550
- Bow: 650
- Instrument: 575
- }
- InheritSP: ("Magician")
- HPTable:[ 40, 47, 54, 62, 71, 81, 91, 102, 114, 127, // 1 - 10
- 140, 154, 169, 180, 196, 212, 224, 242, 260, 278, // 11 - 20
- 296, 316, 330, 350, 371, 393, 415, 438, 451, 477, // 21 - 30
- 503, 530, 558, 587, 616, 646, 677, 709, 741, 774, // 31 - 40
- 808, 843, 878, 914, 951, 989, 1027, 1066, 1106, 1147, // 41 - 50
- 1188, 1230, 1273, 1317, 1361, 1406, 1452, 1499, 1546, 1594, // 51 - 60
- 1643, 1693, 1743, 1794, 1846, 1899, 1952, 2006, 2061, 2117, // 61 - 70
- 2173, 2230, 2288, 2347, 2406, 2466, 2527, 2589, 2651, 2714, // 71 - 80
- 2778, 2843, 2908, 2974, 3041, 3109, 3177, 3246, 3316, 3387, // 81 - 90
- 3458, 3530, 3603, 3677, 3751, 3826, 3902, 3979, 4056, 4133, // 91 - 100
- 4210, 4287, 4364, 4441, 4518, 4595, 4672, 4749, 4826, 4903, // 101 - 110
- 4980, 5057, 5134, 5211, 5288, 5365, 5442, 5519, 5596, 5673, // 111 - 120
- 5750, 5827, 5904, 5981, 6058, 6135, 6212, 6289, 6366, 6443, // 121 - 130
- 6520, 6597, 6674, 6751, 6828, 6905, 6982, 7059, 7136, 7213, // 131 - 140
- 7290, 7367, 7444, 7521, 7598, 7675, 7752, 7829, 7906, 7983] // 141 - 150
-}
-Dancer: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- BaseASPD: {
- Whip: 575
- Instrument: 2000
- }
- Inherit: ("Bard")
-}
-Taekwon: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "FirstClasses"
- Weight: 28000
- BaseASPD: {
- Fist: 400
- Dagger: 500
- Sword: 500
- TwoHandSword: 500
- Spear: 500
- TwoHandSpear: 500
- Axe: 500
- TwoHandAxe: 500
- Mace: 500
- TwoHandMace: 500
- Rod: 500
- Bow: 500
- Knuckle: 500
- Instrument: 500
- Whip: 500
- Book: 500
- Katar: 500
- Revolver: 500
- Rifle: 500
- GatlingGun: 500
- Shotgun: 500
- GrenadeLauncher: 500
- FuumaShuriken: 500
- TwoHandRod: 500
- }
- HPTable:[ 40, 46, 53, 61, 70, 79, 89, 100, 111, 123, // 1 - 10
- 136, 149, 163, 178, 194, 210, 227, 245, 263, 282, // 11 - 20
- 302, 322, 343, 365, 388, 411, 435, 460, 485, 511, // 21 - 30
- 538, 565, 593, 622, 652, 682, 713, 745, 777, 810, // 31 - 40
- 844, 878, 913, 949, 986, 1023, 1061, 1100, 1139, 1179, // 41 - 50
- 1220, 1261, 1303, 1346, 1390, 1434, 1479, 1525, 1571, 1618, // 51 - 60
- 1666, 1714, 1763, 1813, 1864, 1915, 1967, 2020, 2073, 2127, // 61 - 70
- 2137, 2147, 2157, 2167, 2177, 2187, 2197, 2200, 2210, 2230, // 71 - 80
- 2250, 2300, 2350, 2400, 2450, 2500, 2550, 2600, 2650, 2700, // 81 - 90
- 2750, 2800, 2850, 2900, 2950, 3000, 3050, 3100, 3200, 3267, // 91 - 100
- 3342, 3417, 3492, 3567, 3642, 3717, 3792, 3867, 3942, 4017, // 101 - 110
- 4092, 4167, 4242, 4317, 4392, 4467, 4542, 4617, 4692, 4767, // 111 - 120
- 4842, 4917, 4992, 5067, 5142, 5217, 5292, 5367, 5442, 5517, // 121 - 130
- 5592, 5667, 5742, 5817, 5892, 5967, 6042, 6117, 6192, 6267, // 131 - 140
- 6342, 6417, 6492, 6567, 6642, 6717, 6792, 6867, 6942, 7017] // 141 - 150
- SPTable:[ 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, // 1 - 10
- 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, // 11 - 20
- 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, // 21 - 30
- 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, // 31 - 40
- 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, // 41 - 50
- 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, // 51 - 60
- 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, // 61 - 70
- 151, 152, 153, 154, 155, 156, 157, 158, 159, 170, // 71 - 80
- 171, 172, 173, 174, 175, 176, 177, 178, 188, 190, // 81 - 90
- 190, 190, 190, 190, 190, 190, 190, 190, 200, 200, // 91 - 100
- 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, // 101 - 110
- 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, // 111 - 120
- 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, // 121 - 130
- 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, // 131 - 140
- 200, 200, 200, 200, 200, 200, 200, 200, 200, 200] // 141 - 150
-}
-Star_Gladiator: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "StarGladiator"
- Inherit: ("Taekwon")
- HPTable:[ 40, 47, 55, 64, 74, 84, 95, 107, 120, 134, // 1 - 10
- 149, 165, 182, 200, 219, 238, 258, 306, 329, 354, // 11 - 20
- 379, 406, 433, 462, 491, 521, 551, 583, 615, 649, // 21 - 30
- 683, 719, 755, 793, 831, 870, 909, 950, 991, 1034, // 31 - 40
- 1077, 1122, 1167, 1214, 1261, 1309, 1357, 1407, 1457, 1509, // 41 - 50
- 1561, 1615, 1669, 1725, 1781, 1838, 1895, 1954, 2013, 2074, // 51 - 60
- 2135, 2198, 2261, 2326, 2391, 2457, 2523, 2591, 2659, 2670, // 61 - 70
- 2680, 2690, 2700, 2710, 2720, 2730, 2740, 2750, 2760, 3000, // 71 - 80
- 3020, 3040, 3060, 3080, 3100, 3120, 3140, 3160, 3180, 3455, // 81 - 90
- 3524, 3593, 3663, 3734, 3806, 3878, 3951, 4025, 4500, 4562, // 91 - 100
- 4624, 4686, 4748, 4810, 4872, 4934, 4996, 5058, 5120, 5182, // 101 - 110
- 5244, 5306, 5368, 5430, 5492, 5554, 5616, 5678, 5740, 5802, // 111 - 120
- 5864, 5926, 5988, 6050, 6112, 6174, 6236, 6298, 6360, 6422, // 121 - 130
- 6484, 6546, 6608, 6670, 6732, 6794, 6856, 6918, 6980, 7042, // 131 - 140
- 7104, 7166, 7228, 7290, 7352, 7414, 7476, 7538, 7600, 7662] // 141 - 150
- SPTable:[ 14, 19, 24, 28, 33, 38, 42, 47, 52, 57, // 1 - 10
- 61, 66, 71, 75, 80, 85, 89, 94, 99, 104, // 11 - 20
- 108, 113, 118, 122, 127, 132, 136, 141, 146, 151, // 21 - 30
- 155, 160, 165, 169, 174, 179, 183, 188, 193, 198, // 31 - 40
- 202, 207, 212, 216, 221, 226, 230, 235, 240, 245, // 41 - 50
- 249, 254, 259, 263, 268, 273, 277, 282, 287, 292, // 51 - 60
- 296, 301, 306, 310, 315, 320, 324, 329, 334, 339, // 61 - 70
- 341, 343, 345, 347, 349, 351, 353, 355, 357, 386, // 71 - 80
- 388, 390, 392, 394, 396, 398, 400, 402, 404, 430, // 81 - 90
- 433, 436, 439, 442, 445, 448, 451, 454, 500, 500, // 91 - 100
- 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, // 101 - 110
- 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, // 111 - 120
- 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, // 121 - 130
- 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, // 131 - 140
- 500, 500, 500, 500, 500, 500, 500, 500, 500, 500] // 141 - 150
-}
-Soul_Linker: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Weight: 24000
- BaseASPD: {
- Fist: 500
- Dagger: 575
- Rod: 625
- TwoHandRod: 625
- }
- HPTable:[ 40, 47, 54, 62, 71, 81, 91, 102, 114, 127, // 1 - 10
- 140, 154, 169, 185, 201, 218, 236, 255, 274, 294, // 11 - 20
- 315, 337, 359, 382, 406, 431, 456, 482, 509, 537, // 21 - 30
- 565, 594, 624, 655, 686, 718, 751, 785, 819, 854, // 31 - 40
- 890, 927, 964, 1002, 1041, 1081, 1121, 1162, 1204, 1247, // 41 - 50
- 1290, 1334, 1379, 1425, 1471, 1518, 1566, 1615, 1664, 1714, // 51 - 60
- 1765, 1817, 1869, 1922, 1976, 2031, 2086, 2142, 2199, 2257, // 61 - 70
- 2275, 2294, 2314, 2335, 2356, 2378, 2401, 2425, 2449, 2874, // 71 - 80
- 2890, 2907, 2924, 2942, 2971, 2991, 3011, 3032, 3054, 3567, // 81 - 90
- 3590, 3614, 3649, 3675, 3701, 3728, 3756, 3800, 4250, 4305, // 91 - 100
- 4360, 4415, 4470, 4525, 4580, 4635, 4690, 4745, 4800, 4855, // 101 - 110
- 4910, 4965, 5020, 5075, 5130, 5185, 5240, 5295, 5350, 5405, // 111 - 120
- 5460, 5515, 5570, 5625, 5680, 5735, 5790, 5845, 5900, 5955, // 121 - 130
- 6010, 6065, 6120, 6175, 6230, 6285, 6340, 6395, 6450, 6505, // 131 - 140
- 6560, 6615, 6670, 6725, 6780, 6835, 6890, 6945, 7000, 7055] // 141 - 150
- SPTable:[ 19, 28, 37, 46, 55, 64, 73, 82, 91, 100, // 1 - 10
- 109, 118, 127, 136, 145, 154, 163, 172, 181, 190, // 11 - 20
- 199, 208, 217, 226, 235, 244, 253, 262, 271, 280, // 21 - 30
- 289, 298, 307, 316, 325, 334, 343, 352, 361, 370, // 31 - 40
- 379, 388, 397, 406, 415, 424, 433, 442, 451, 460, // 41 - 50
- 469, 478, 487, 496, 505, 514, 523, 532, 541, 550, // 51 - 60
- 559, 568, 577, 586, 595, 604, 613, 622, 631, 635, // 61 - 70
- 640, 645, 650, 655, 660, 665, 670, 675, 680, 730, // 71 - 80
- 735, 740, 745, 750, 755, 760, 765, 770, 775, 820, // 81 - 90
- 825, 830, 845, 850, 855, 860, 865, 870, 900, 900, // 91 - 100
- 900, 900, 900, 900, 900, 900, 900, 900, 900, 900, // 101 - 110
- 900, 900, 900, 900, 900, 900, 900, 900, 900, 900, // 111 - 120
- 900, 900, 900, 900, 900, 900, 900, 900, 900, 900, // 121 - 130
- 900, 900, 900, 900, 900, 900, 900, 900, 900, 900, // 131 - 140
- 900, 900, 900, 900, 900, 900, 900, 900, 900, 900] // 141 - 150
-}
-Gunslinger: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "NinjaAndGunslinger"
- Weight: 28000
- BaseASPD: {
- Fist: 500
- Revolver: 700
- Rifle: 750
- GatlingGun: 700
- Shotgun: 1500
- GrenadeLauncher: 1500
- }
- InheritHP: ("Star_Gladiator")
- SPTable:[ 12, 15, 18, 21, 24, 27, 30, 33, 36, 39, // 1 - 10
- 42, 45, 48, 51, 54, 57, 61, 64, 67, 70, // 11 - 20
- 73, 76, 79, 82, 85, 89, 93, 97, 101, 105, // 21 - 30
- 109, 113, 117, 121, 125, 129, 131, 135, 139, 141, // 31 - 40
- 145, 149, 153, 157, 161, 165, 169, 173, 177, 181, // 41 - 50
- 186, 191, 196, 201, 206, 211, 216, 221, 226, 231, // 51 - 60
- 236, 241, 246, 251, 256, 261, 266, 271, 276, 281, // 61 - 70
- 286, 291, 296, 301, 306, 312, 318, 324, 336, 342, // 71 - 80
- 348, 354, 360, 366, 372, 378, 384, 390, 396, 402, // 81 - 90
- 408, 414, 420, 426, 432, 438, 444, 450, 456, 462, // 91 - 100
- 468, 474, 480, 486, 492, 498, 504, 510, 516, 522, // 101 - 110
- 528, 534, 540, 546, 552, 558, 564, 570, 576, 582, // 111 - 120
- 588, 594, 600, 606, 612, 618, 624, 630, 636, 642, // 121 - 130
- 648, 654, 660, 666, 672, 678, 684, 690, 696, 702, // 131 - 140
- 708, 714, 720, 726, 732, 738, 744, 750, 756, 762] // 141 - 150
-}
-Ninja: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "NinjaAndGunslinger"
- Weight: 26000
- BaseASPD: {
- Fist: 400
- Dagger: 500
- FuumaShuriken: 750
- }
- InheritHP: ("Soul_Linker")
- SPTable:[ 14, 17, 20, 23, 26, 29, 32, 35, 38, 41, // 1 - 10
- 44, 47, 50, 53, 56, 59, 62, 65, 68, 71, // 11 - 20
- 75, 79, 83, 87, 91, 95, 99, 103, 107, 111, // 21 - 30
- 115, 119, 123, 127, 131, 135, 139, 143, 147, 151, // 31 - 40
- 156, 161, 166, 171, 176, 181, 186, 191, 196, 201, // 41 - 50
- 206, 211, 216, 221, 226, 231, 236, 241, 246, 251, // 51 - 60
- 257, 263, 269, 275, 281, 287, 293, 299, 305, 311, // 61 - 70
- 317, 323, 329, 335, 341, 347, 353, 359, 365, 371, // 71 - 80
- 378, 386, 394, 402, 410, 418, 426, 434, 442, 450, // 81 - 90
- 458, 466, 474, 482, 490, 498, 506, 514, 522, 530, // 91 - 100
- 538, 546, 554, 562, 570, 578, 586, 594, 602, 610, // 101 - 110
- 618, 626, 634, 642, 650, 658, 666, 674, 682, 690, // 111 - 120
- 698, 706, 714, 722, 730, 738, 746, 754, 762, 770, // 121 - 130
- 778, 786, 794, 802, 810, 818, 826, 834, 842, 850, // 131 - 140
- 858, 866, 874, 882, 890, 898, 906, 914, 922, 930] // 141 - 150
-}
-Gangsi: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "NinjaAndGunslinger"
- Weight: 32000
- InheritSP: ("Novice")
- BaseASPD: {
- Fist: 400
- Dagger: 550
- Sword: 550
- TwoHandSword: 550
- Spear: 550
- TwoHandSpear: 550
- Axe: 550
- TwoHandAxe: 550
- Mace: 550
- TwoHandMace: 550
- Rod: 550
- Bow: 550
- Knuckle: 550
- Instrument: 550
- Whip: 550
- Book: 550
- Katar: 550
- Revolver: 550
- Rifle: 550
- GatlingGun: 550
- Shotgun: 550
- GrenadeLauncher: 550
- FuumaShuriken: 550
- TwoHandRod: 550
- }
- HPTable:[ 40, 46, 53, 60, 68, 76, 85, 94, 104, 114, // 1 - 10
- 125, 136, 148, 160, 173, 186, 200, 214, 229, 244, // 11 - 20
- 260, 276, 293, 310, 328, 346, 365, 384, 404, 424, // 21 - 30
- 445, 466, 488, 510, 533, 556, 580, 604, 629, 654, // 31 - 40
- 680, 706, 733, 760, 788, 816, 845, 874, 904, 934, // 41 - 50
- 965, 996, 1028, 1060, 1093, 1126, 1160, 1194, 1229, 1264, // 51 - 60
- 1300, 1336, 1373, 1410, 1448, 1486, 1525, 1564, 1604, 1644, // 61 - 70
- 1685, 1726, 1768, 1810, 1853, 1896, 1940, 1984, 2029, 2074, // 71 - 80
- 2120, 2166, 2213, 2260, 2308, 2356, 2405, 2454, 2504, 2554, // 81 - 90
- 2605, 2656, 2708, 2760, 2813, 2866, 2920, 2974, 3029] // 91 - 99
-}
-Death_Knight: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Weight: 36000
- Inherit: ("Gangsi")
-}
-Dark_Collector: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Weight: 40000
- Inherit: ("Gangsi")
-}
-Rune_Knight: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Weight: 35000
- InheritSP: ("Merchant")
- BaseASPD: {
- Fist: 400
- Dagger: 500
- Sword: 520
- TwoHandSword: 550
- Spear: 600
- TwoHandSpear: 580
- Axe: 480
- TwoHandAxe: 520
- Mace: 450
- TwoHandMace: 520
- }
- HPTable:[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, // 1 - 10
- 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, // 11 - 20
- 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, // 21 - 30
- 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, // 31 - 40
- 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, // 41 - 50
- 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, // 51 - 60
- 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, // 61 - 70
- 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, // 71 - 80
- 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, // 81 - 90
- 91, 92, 93, 94, 95, 96, 97, 98, 8100, 8133, // 91 - 100
- 8242, 8352, 8464, 8576, 8690, 8804, 8920, 9036, 9154, 9273, // 101 - 110
- 9393, 9514, 9636, 9759, 9883, 10008, 10134, 10261, 10389, 10518, // 111 - 120
- 10648, 10779, 10912, 11045, 11180, 11315, 11452, 11589, 11728, 11868, // 121 - 130
- 12009, 12151, 12294, 12438, 12583, 12729, 12876, 13024, 13173, 13323, // 131 - 140
- 13474, 13626, 13780, 13934, 14090, 14246, 14404, 14562, 14722, 14883] // 141 - 150
-}
-Warlock: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Weight: 30000
- InheritSP: ("Wizard")
- BaseASPD: {
- Fist: 450
- Dagger: 520
- Sword: 600
- Rod: 500
- TwoHandRod: 560
- }
- HPTable:[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, // 1 - 10
- 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, // 11 - 20
- 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, // 21 - 30
- 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, // 31 - 40
- 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, // 41 - 50
- 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, // 51 - 60
- 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, // 61 - 70
- 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, // 71 - 80
- 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, // 81 - 90
- 91, 92, 93, 94, 95, 96, 97, 98, 3200, 3313, // 91 - 100
- 3383, 3455, 3528, 3601, 3675, 3749, 3824, 3899, 3975, 4051, // 101 - 110
- 4129, 4208, 4287, 4367, 4447, 4528, 4609, 4691, 4773, 4857, // 111 - 120
- 4941, 5026, 5112, 5198, 5285, 5372, 5460, 5548, 5638, 5728, // 121 - 130
- 5819, 5911, 6003, 6096, 6189, 6283, 6377, 6473, 6569, 6666, // 131 - 140
- 6763, 6861, 6960, 7059, 7159, 7259, 7361, 7463, 7566, 7669] // 141 - 150
-}
-Ranger: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Weight: 32000
- InheritSP: ("Blacksmith")
- BaseASPD: {
- Fist: 400
- Dagger: 500
- Bow: 490
- }
- HPTable:[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, // 1 - 10
- 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, // 11 - 20
- 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, // 21 - 30
- 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, // 31 - 40
- 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, // 41 - 50
- 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, // 51 - 60
- 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, // 61 - 70
- 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, // 71 - 80
- 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, // 81 - 90
- 91, 92, 93, 94, 95, 96, 97, 98, 4800, 4828, // 91 - 100
- 4918, 5009, 5101, 5194, 5288, 5382, 5477, 5573, 5670, 5768, // 101 - 110
- 5867, 5967, 6068, 6170, 6273, 6377, 6482, 6588, 6694, 6801, // 111 - 120
- 6909, 7018, 7128, 7239, 7351, 7464, 7578, 7693, 7809, 7926, // 121 - 130
- 8044, 8162, 8281, 8401, 8522, 8644, 8767, 8891, 9016, 9142, // 131 - 140
- 9269, 9397, 9526, 9656, 9786, 9917, 10049, 10182, 10316, 10451] // 141 - 150
-}
-Arch_Bishop: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Priest")
- Weight: 30000
- BaseASPD: {
- Fist: 450
- Mace: 450
- TwoHandMace: 450
- Rod: 600
- Knuckle: 500
- Book: 440
- TwoHandRod: 550
- }
-}
-Mechanic: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Weight: 38000
- InheritSP: ("Blacksmith")
- BaseASPD: {
- Fist: 400
- Dagger: 600
- Sword: 650
- Axe: 450
- TwoHandAxe: 480
- Mace: 480
- TwoHandMace: 500
- }
- HPTable:[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, // 1 - 10
- 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, // 11 - 20
- 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, // 21 - 30
- 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, // 31 - 40
- 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, // 41 - 50
- 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, // 51 - 60
- 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, // 61 - 70
- 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, // 71 - 80
- 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, // 81 - 90
- 91, 92, 93, 94, 95, 96, 97, 98, 5807, 5844, // 91 - 100
- 5952, 6061, 6172, 6283, 6396, 6510, 6625, 6741, 6857, 6974, // 101 - 110
- 7093, 7212, 7333, 7455, 7578, 7702, 7828, 7954, 8081, 8208, // 111 - 120
- 8337, 8467, 8598, 8730, 8864, 8998, 9134, 9271, 9408, 9546, // 121 - 130
- 9685, 9825, 9967, 10109, 10253, 10398, 10544, 10691, 10838, 10987, // 131 - 140
- 11136, 11287, 11439, 11592, 11746, 11901, 12057, 12215, 12372, 12531] // 141 - 150
-}
-Guillotine_Cross: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Weight: 32000
- InheritSP: ("Blacksmith")
- BaseASPD: {
- Fist: 400
- Dagger: 420
- Sword: 650
- Axe: 800
- Katar: 420
- }
- HPTable:[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, // 1 - 10
- 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, // 11 - 20
- 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, // 21 - 30
- 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, // 31 - 40
- 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, // 41 - 50
- 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, // 51 - 60
- 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, // 61 - 70
- 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, // 71 - 80
- 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, // 81 - 90
- 91, 92, 93, 94, 95, 96, 97, 98, 6050, 6093, // 91 - 100
- 6208, 6324, 6441, 6559, 6678, 6798, 6920, 7043, 7167, 7292, // 101 - 110
- 7418, 7545, 7673, 7802, 7932, 8063, 8196, 8330, 8465, 8601, // 111 - 120
- 8738, 8876, 9015, 9155, 9296, 9438, 9582, 9727, 9873, 10020, // 121 - 130
- 10168, 10317, 10467, 10618, 10770, 10923, 11078, 11234, 11391, 11549, // 131 - 140
- 11708, 11868, 12029, 12191, 12354, 12518, 12684, 12851, 13019, 13188] // 141 - 150
-}
-Shadow_Chaser: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Guillotine_Cross")
- Weight: 28000
- BaseASPD: {
- Fist: 400
- Dagger: 430
- Sword: 470
- Bow: 470
- }
-}
-Royal_Guard: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Guillotine_Cross")
- Weight: 35000
- BaseASPD: {
- Fist: 400
- Dagger: 470
- Sword: 450
- TwoHandSword: 530
- Spear: 500
- TwoHandSpear: 500
- Axe: 480
- TwoHandAxe: 520
- Mace: 440
- TwoHandMace: 500
- }
-}
-Sorcerer: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Weight: 30000
- InheritSP: ("Wizard")
- BaseASPD: {
- Fist: 400
- Dagger: 500
- Sword: 500
- Rod: 450
- Book: 450
- TwoHandRod: 550
- }
- HPTable:[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, // 1 - 10
- 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, // 11 - 20
- 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, // 21 - 30
- 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, // 31 - 40
- 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, // 41 - 50
- 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, // 51 - 60
- 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, // 61 - 70
- 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, // 71 - 80
- 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, // 81 - 90
- 91, 92, 93, 94, 95, 96, 97, 98, 4080, 4103, // 91 - 100
- 4180, 4257, 4335, 4414, 4494, 4574, 4655, 4737, 4819, 4902, // 101 - 110
- 4986, 5071, 5157, 5244, 5332, 5420, 5509, 5599, 5689, 5780, // 111 - 120
- 5872, 5965, 6058, 6153, 6248, 6344, 6441, 6539, 6637, 6737, // 121 - 130
- 6837, 6937, 7038, 7140, 7243, 7347, 7451, 7557, 7663, 7770, // 131 - 140
- 7878, 7987, 8097, 8207, 8318, 8429, 8541, 8654, 8768, 8883] // 141 - 150
-}
-Minstrel: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Weight: 32000
- Inherit: ("Ranger")
- BaseASPD: {
- Fist: 400
- Dagger: 520
- Bow: 490
- Instrument: 440
- }
-}
-Wanderer: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Ranger")
- BaseASPD: {
- Whip: 440
- Instrument: 2000
- }
-}
-Sura: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Weight: 30000
- InheritSP: ("Blacksmith")
- BaseASPD: {
- Fist: 380
- Mace: 430
- TwoHandMace: 450
- Rod: 480
- Knuckle: 390
- TwoHandRod: 500
- }
- HPTable:[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, // 1 - 10
- 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, // 11 - 20
- 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, // 21 - 30
- 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, // 31 - 40
- 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, // 41 - 50
- 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, // 51 - 60
- 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, // 61 - 70
- 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, // 71 - 80
- 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, // 81 - 90
- 91, 92, 93, 94, 95, 96, 97, 98, 5050, 5082, // 91 - 100
- 5176, 5271, 5367, 5464, 5562, 5661, 5761, 5862, 5963, 6065, // 101 - 110
- 6168, 6272, 6377, 6483, 6590, 6698, 6807, 6917, 7027, 7138, // 111 - 120
- 7250, 7363, 7477, 7592, 7708, 7825, 7943, 8062, 8181, 8301, // 121 - 130
- 8422, 8544, 8667, 8791, 8916, 9042, 9169, 9297, 9425, 9554, // 131 - 140
- 9684, 9815, 9947, 10080, 10214, 10349, 10485, 10622, 10759, 10897] // 141 - 150
-}
-Genetic: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Weight: 32000
- InheritSP: ("Wizard")
- BaseASPD: {
- Fist: 400
- Dagger: 500
- Sword: 440
- Axe: 480
- TwoHandAxe: 510
- Mace: 440
- TwoHandMace: 480
- }
- HPTable:[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, // 1 - 10
- 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, // 11 - 20
- 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, // 21 - 30
- 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, // 31 - 40
- 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, // 41 - 50
- 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, // 51 - 60
- 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, // 61 - 70
- 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, // 71 - 80
- 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, // 81 - 90
- 91, 92, 93, 94, 95, 96, 97, 98, 4730, 4766, // 91 - 100
- 4853, 4940, 5027, 5113, 5200, 5287, 5374, 5461, 5548, 5635, // 101 - 110
- 5722, 5809, 5896, 5982, 6069, 6156, 6243, 6330, 6417, 6504, // 111 - 120
- 6591, 6678, 6765, 6851, 6938, 7025, 7112, 7199, 7286, 7373, // 121 - 130
- 7460, 7547, 7634, 7720, 7807, 7894, 7981, 8068, 8155, 8242, // 131 - 140
- 8329, 8416, 8503, 8589, 8676, 8763, 8850, 8937, 9024, 9111] // 141 - 150
-}
-Kagerou: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Soul_Linker")
- Weight: 26000
- InheritSP: ("Ninja")
- BaseASPD: {
- Fist: 400
- Dagger: 450
- FuumaShuriken: 500
- }
-}
-Oboro: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Kagerou")
-}
-Rebellion: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Gunslinger")
- InheritHP: ("Soul_Linker")
-}
-Novice_High: {
- BaseExpGroup: "TranscendedClasses"
- JobExpGroup: "HighNovice"
- Inherit: ("Novice")
-}
-Swordsman_High: {
- BaseExpGroup: "TranscendedClasses"
- JobExpGroup: "TranscendedFirstClasses"
- Inherit: ("Swordsman")
-}
-Magician_High: {
- BaseExpGroup: "TranscendedClasses"
- JobExpGroup: "TranscendedFirstClasses"
- Inherit: ("Magician")
-}
-Archer_High: {
- BaseExpGroup: "TranscendedClasses"
- JobExpGroup: "TranscendedFirstClasses"
- Inherit: ("Archer")
-}
-Acolyte_High: {
- BaseExpGroup: "TranscendedClasses"
- JobExpGroup: "TranscendedFirstClasses"
- Inherit: ("Acolyte")
-}
-Merchant_High: {
- BaseExpGroup: "TranscendedClasses"
- JobExpGroup: "TranscendedFirstClasses"
- Inherit: ("Merchant")
-}
-Thief_High: {
- BaseExpGroup: "TranscendedClasses"
- JobExpGroup: "TranscendedFirstClasses"
- Inherit: ("Thief")
-}
-Lord_Knight: {
- BaseExpGroup: "TranscendedClasses"
- JobExpGroup: "TranscendedSecondClasses"
- Inherit: ("Knight")
-}
-High_Priest: {
- BaseExpGroup: "TranscendedClasses"
- JobExpGroup: "TranscendedSecondClasses"
- Inherit: ("Priest")
-}
-High_Wizard: {
- BaseExpGroup: "TranscendedClasses"
- JobExpGroup: "TranscendedSecondClasses"
- Inherit: ("Wizard")
-}
-Whitesmith: {
- BaseExpGroup: "TranscendedClasses"
- JobExpGroup: "TranscendedSecondClasses"
- Inherit: ("Blacksmith")
-}
-Sniper: {
- BaseExpGroup: "TranscendedClasses"
- JobExpGroup: "TranscendedSecondClasses"
- Inherit: ("Hunter")
-}
-Assassin_Cross: {
- BaseExpGroup: "TranscendedClasses"
- JobExpGroup: "TranscendedSecondClasses"
- Inherit: ("Assassin")
-}
-Paladin: {
- BaseExpGroup: "TranscendedClasses"
- JobExpGroup: "TranscendedSecondClasses"
- Inherit: ("Crusader")
-}
-Champion: {
- BaseExpGroup: "TranscendedClasses"
- JobExpGroup: "TranscendedSecondClasses"
- Inherit: ("Monk")
-}
-Professor: {
- BaseExpGroup: "TranscendedClasses"
- JobExpGroup: "TranscendedSecondClasses"
- Inherit: ("Sage")
-}
-Stalker: {
- BaseExpGroup: "TranscendedClasses"
- JobExpGroup: "TranscendedSecondClasses"
- Inherit: ("Rogue")
-}
-Creator: {
- BaseExpGroup: "TranscendedClasses"
- JobExpGroup: "TranscendedSecondClasses"
- Inherit: ("Alchemist")
-}
-Clown: {
- BaseExpGroup: "TranscendedClasses"
- JobExpGroup: "TranscendedSecondClasses"
- Inherit: ("Bard")
-}
-Gypsy: {
- BaseExpGroup: "TranscendedClasses"
- JobExpGroup: "TranscendedSecondClasses"
- Inherit: ("Dancer")
-}
-Baby_Novice: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "Novice"
- Inherit: ("Novice")
-}
-Baby_Swordsman: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "FirstClasses"
- Inherit: ("Swordsman")
-}
-Baby_Magician: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "FirstClasses"
- Inherit: ("Magician")
-}
-Baby_Archer: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "FirstClasses"
- Inherit: ("Archer")
-}
-Baby_Acolyte: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "FirstClasses"
- Inherit: ("Acolyte")
-}
-Baby_Merchant: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "FirstClasses"
- Inherit: ("Merchant")
-}
-Baby_Thief: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "FirstClasses"
- Inherit: ("Thief")
-}
-Baby_Knight: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Inherit: ("Knight")
-}
-Baby_Priest: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Inherit: ("Priest")
-}
-Baby_Wizard: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Inherit: ("Wizard")
-}
-Baby_Blacksmith: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Inherit: ("Blacksmith")
-}
-Baby_Hunter: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Inherit: ("Hunter")
-}
-Baby_Assassin: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Inherit: ("Assassin")
-}
-Baby_Crusader: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Inherit: ("Crusader")
-}
-Baby_Monk: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Inherit: ("Monk")
-}
-Baby_Sage: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Inherit: ("Sage")
-}
-Baby_Rogue: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Inherit: ("Rogue")
-}
-Baby_Alchemist: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Inherit: ("Alchemist")
-}
-Baby_Bard: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Inherit: ("Bard")
-}
-Baby_Dancer: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SecondClasses"
- Inherit: ("Dancer")
-}
-Super_Baby: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SuperNovice"
- Inherit: ("Novice")
-}
-Rune_Knight_Trans: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Rune_Knight")
-}
-Warlock_Trans: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Warlock")
-}
-Ranger_Trans: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Ranger")
-}
-Arch_Bishop_Trans: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Arch_Bishop")
-}
-Mechanic_Trans: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Mechanic")
-}
-Guillotine_Cross_Trans: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Guillotine_Cross")
-}
-Royal_Guard_Trans: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Royal_Guard")
-}
-Sorcerer_Trans: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Sorcerer")
-}
-Minstrel_Trans: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Minstrel")
-}
-Wanderer_Trans: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Wanderer")
-}
-Sura_Trans: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Sura")
-}
-Genetic_Trans: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Genetic")
-}
-Shadow_Chaser_Trans: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Shadow_Chaser")
-}
-Baby_Rune_Knight: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Rune_Knight")
-}
-Baby_Warlock: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Warlock")
-}
-Baby_Ranger: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Ranger")
-}
-Baby_Arch_Bishop: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Arch_Bishop")
-}
-Baby_Mechanic: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Mechanic")
-}
-Baby_Guillotine_Cross: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Guillotine_Cross")
-}
-Baby_Royal_Guard: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Royal_Guard")
-}
-Baby_Sorcerer: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Sorcerer")
-}
-Baby_Minstrel: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Minstrel")
-}
-Baby_Wanderer: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Wanderer")
-}
-Baby_Sura: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Sura")
-}
-Baby_Genetic: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Genetic")
-}
-Baby_Shadow_Chaser: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Shadow_Chaser")
-}
-Super_Novice: {
- BaseExpGroup: "FirstClasses"
- JobExpGroup: "SuperNovice"
- Inherit: ("Novice")
-}
-Expanded_Super_Novice: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Novice")
-}
-Expanded_Super_Baby: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Inherit: ("Novice")
-}
-// Summoner HP/SP is not known, below table are generated and near to official HP/SP.
-Summoner: {
- BaseExpGroup: "ThirdClasses"
- JobExpGroup: "ThirdClasses"
- Weight: 20000
- BaseASPD: {
- Fist: 45
- Dagger: 55
- Rod: 55
- Book: 43
- TwoHandRod: 55
- }
- HPTable:[ 40, 69, 80, 92, 105, 119, 134, 150, 167, 185, // 1 - 10
- 204, 224, 245, 268, 291, 315, 341, 367, 395, 423, // 11 - 20
- 453, 484, 515, 548, 582, 617, 653, 690, 728, 767, // 21 - 30
- 807, 848, 890, 934, 978, 1023, 1070, 1117, 1166, 1215, // 31 - 40
- 1266, 1317, 1370, 1424, 1479, 1534, 1591, 1649, 1708, 1768, // 41 - 50
- 1829, 1891, 1955, 2019, 2084, 2150, 2218, 2286, 2356, 2426, // 51 - 60
- 2498, 2570, 2644, 2719, 2794, 2871, 2949, 3028, 3108, 3189, // 61 - 70
- 3271, 3354, 3438, 3523, 3610, 3697, 3785, 3875, 3965, 4056, // 71 - 80
- 4149, 4242, 4337, 4433, 4529, 4627, 4726, 4826, 4927, 5029, // 81 - 90
- 5132, 5236, 5341, 5447, 5554, 5662, 5772, 5882, 5993, 6106, // 91 - 100
- 6219, 6334, 6449, 6566, 6684, 6802, 6922, 7043, 7165, 7288, // 101 - 110
- 7412, 7537, 7663, 7790, 7918, 8047, 8177, 8309, 8441, 8574, // 111 - 120
- 8709, 8844, 8981, 9118, 9257, 9397, 9537, 9679, 9822, 9966, // 121 - 130
- 10111, 10257, 10404, 10552, 10701, 10851, 11002, 11155, 11308, 11462, // 131 - 140
- 11618, 11774, 11932, 12090, 12250, 12410, 12572, 12735, 12898, 13063, // 141 - 150
- 13229, 13396, 13564, 13733, 13903, 14074, 14246, 14420, 14594, 14769, // 151 - 160
- 14946, 15123, 15301, 15481, 15661, 15843, 16026, 16209, 16394, 16580, // 161 - 170
- 16767, 16955, 17144, 17334, 17525] // 171 - 175
-
- SPTable:[ 8, 10, 13, 15, 18, 20, 23, 25, 28, 30, // 1 - 10
- 33, 35, 38, 40, 43, 45, 48, 50, 53, 55, // 11 - 20
- 58, 60, 63, 65, 68, 70, 73, 75, 78, 80, // 21 - 30
- 83, 85, 88, 90, 93, 95, 98, 100, 103, 105, // 31 - 40
- 108, 110, 113, 115, 118, 120, 123, 125, 128, 130, // 41 - 50
- 133, 135, 138, 140, 143, 145, 148, 150, 153, 155, // 51 - 60
- 158, 160, 163, 165, 168, 170, 173, 175, 178, 180, // 61 - 70
- 183, 185, 188, 190, 193, 195, 198, 200, 203, 205, // 71 - 80
- 208, 210, 213, 215, 218, 220, 223, 225, 228, 230, // 81 - 90
- 233, 235, 238, 240, 243, 245, 248, 250, 253, 255, // 91 - 100
- 258, 260, 263, 265, 268, 270, 273, 275, 278, 280, // 101 - 110
- 283, 285, 288, 290, 293, 295, 298, 300, 303, 305, // 111 - 120
- 308, 310, 313, 315, 318, 320, 323, 325, 328, 330, // 121 - 130
- 333, 335, 338, 340, 343, 345, 348, 350, 353, 355, // 131 - 140
- 358, 360, 363, 365, 368, 370, 373, 375, 378, 380, // 141 - 150
- 383, 385, 388, 390, 393, 395, 398, 400, 403, 405, // 151 - 160
- 408, 410, 413, 415, 418, 420, 423, 425, 428, 430, // 161 - 170
- 433, 435, 438, 440, 443] // 171 - 175
-}
diff --git a/db/pre-re/map_zone_db.conf b/db/pre-re/map_zone_db.conf
deleted file mode 100644
index b8797a6d3..000000000
--- a/db/pre-re/map_zone_db.conf
+++ /dev/null
@@ -1,394 +0,0 @@
-//================= Hercules Database =====================================
-//= _ _ _
-//= | | | | | |
-//= | |_| | ___ _ __ ___ _ _| | ___ ___
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
-//= | | | | __/ | | (__| |_| | | __/\__ \
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/
-//================= License ===============================================
-//= This file is part of Hercules.
-//= http://herc.ws - http://github.com/HerculesWS/Hercules
-//=
-//= Copyright (C) 2013-2015 Hercules Dev Team
-//= Copyright (C) 2013 Ind
-//=
-//= Hercules 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/>.
-//=========================================================================
-//= Hercules Map Zone Database
-//================= More Information ======================================
-//= http://herc.ws/board/topic/302-introducing-hercules-map-zone-database/
-//= (TODO: replace with wiki link and detail the wiki page in a decent format ^)
-//================= Description ===========================================
-//= A unlimited number of zones may be created, a zone may be used to create a
-//= set of disabled items, disabled skills and mapflags to be used by as many
-//= maps as one chooses.
-//= Maps can be linked to a specific zone through the zone mapflag:
-//= '<map name><tab>mapflag<tab>zone<tab><zone name>'.
-//=========================================================================
-//= Available types for 'disabled_skills':
-//= PLAYER, HOMUN, MERCENARY, MONSTER, PET, ELEMENTAL, MOB_BOSS, CLONE, ALL and NONE
-//=========================================================================
-
-zones: (
-{
- /* All zone is a dynamic (very special) zone that is forcebly inherited by ALL maps automatically */
- name: "All" /* changing this name requires MAP_ZONE_ALL_NAME to also be changed in src/map/map.h file */
-
- disabled_skills: {
- //both examples below disable napalm beat (id 11) to players
- //MG_NAPALMBEAT: "PLAYER"
- //ID11: "PLAYER"
- }
-
- disabled_items: {
- //Both examples below disable apple (id 501)
- //Apple: true
- //ID501: true
- }
-
- mapflags: (
- )
-
- /* "command:min-group-lv-to-override" e.g. "heal: 70" */
- disabled_commands: {
- //Example Below makes @heal be used in maps within this zone only by those group lv 70 and above
- //heal: 70
- }
- skill_damage_cap: {
- //Example Below caps Cold Bolt damage in maps within this zone to a maximum 50 damage,
- // (depends on HMAP_ZONE_DAMAGE_CAP_TYPE in src/config/core.h)
- // when cast vs players and monsters.
- //MG_COLDBOLT: (50,"PLAYER | MONSTER")
- }
-},
-{
- /* Normal zone is applied to all maps that are not pkable (where players cant fight each other) */
- /* However, it wont be applied to maps with its own zones (specified through mapflag) */
- name: "Normal" /* changing this name requires MAP_ZONE_NORMAL_NAME to also be changed in src/map/map.h file */
-
- disabled_skills: {
- WM_LULLABY_DEEPSLEEP: "PLAYER"
- WM_SIRCLEOFNATURE: "PLAYER"
- WM_SATURDAY_NIGHT_FEVER: "PLAYER"
- SO_ARRULLO: "PLAYER"
- CG_HERMODE: "PLAYER"
- }
-
- disabled_items: {
-
- }
- mapflags: (
- )
-
-},
-{
- /* PvP zone is applied to all maps with a pvp mapflag */
- name: "PvP" /* changing this name requires MAP_ZONE_PVP_NAME to also be changed in src/map/map.h file */
-
- disabled_skills: {
- BS_GREED: "PLAYER"
- CG_HERMODE: "PLAYER"
- }
-
- disabled_items: {
- Greed_Scroll: true
- }
-
- mapflags: (
- "nocashshop",
- )
-
-},
-{
- /* PK Mode zone is only used when server is on pk_mode (battle.conf),
- it applies to all pvp maps that don't have their own zone */
- name: "PK Mode" /* changing this name requires MAP_ZONE_PK_NAME to also be changed in src/map/map.h file */
-
- disabled_skills: {
-
- }
-
- disabled_items: {
-
- }
-
- /* PK Mode Damage Reductions */
- /* - weapon_damage_rate -40% */
- /* - magic_damage_rate -40% */
- /* - misc_damage_rate -40% */
- /* - long_damage_rate -30% */
- /* - short_damage_rate -20% */
- mapflags: (
- "weapon_damage_rate 60",
- "magic_damage_rate 60",
- "misc_damage_rate 60",
- "long_damage_rate 70",
- "short_damage_rate 80",
- )
-},
-{
- /* GvG zone is applied to all maps with a gvg mapflag */
- name: "GvG" /* changing this name requires MAP_ZONE_GVG_NAME to also be changed in src/map/map.h file */
-
- disabled_skills: {
- AL_TELEPORT: "PLAYER"
- AL_WARP: "PLAYER"
- WZ_ICEWALL: "PLAYER"
- TF_BACKSLIDING: "PLAYER"
- RG_INTIMIDATE: "PLAYER"
- WE_CALLPARTNER: "PLAYER"
- HP_ASSUMPTIO: "PLAYER"
- HP_BASILICA: "PLAYER"
- CG_MOONLIT: "PLAYER"
- WE_CALLPARENT: "PLAYER"
- WE_CALLBABY: "PLAYER"
- CR_CULTIVATION: "PLAYER"
- NJ_KIRIKAGE: "PLAYER"
- CASH_ASSUMPTIO: "PLAYER"
- BS_GREED: "PLAYER"
- SC_FATALMENACE: "PLAYER"
- SC_DIMENSIONDOOR: "PLAYER"
- SU_LOPE: "PLAYER"
- }
-
- disabled_items: {
- Assumptio_5_Scroll: true
- Greed_Scroll: true
- Pty_Assumptio_Scroll: true
- }
- /* 5 second duration increase on GvG */
- /* knockback disabled */
- /* GvG Mode Damage Reductions */
- /* - weapon_damage_rate -40% */
- /* - magic_damage_rate -40% */
- /* - misc_damage_rate -40% */
- /* - long_damage_rate -20% */
- /* - short_damage_rate -20% */
- mapflags: (
- "invincible_time_inc 5000",
- "noknockback",
- "weapon_damage_rate 60",
- "magic_damage_rate 60",
- "misc_damage_rate 60",
- "long_damage_rate 80",
- "short_damage_rate 80",
- "nocashshop",
- "gvg_noparty",
- )
-
-},
-{
- /* Battlegrounds zone is applied to all maps with a battlegrounds mapflag */
- name: "Battlegrounds" /* changing this name requires MAP_ZONE_BG_NAME to also be changed in src/map/map.h file */
-
- disabled_skills: {
- AL_TELEPORT: "PLAYER"
- AL_WARP: "PLAYER"
- WZ_ICEWALL: "PLAYER"
- TF_BACKSLIDING: "PLAYER"
- RG_INTIMIDATE: "PLAYER"
- MO_BODYRELOCATION: "PLAYER"
- WE_CALLPARTNER: "PLAYER"
- HP_ASSUMPTIO: "PLAYER"
- HP_BASILICA: "PLAYER"
- CG_MOONLIT: "PLAYER"
- WE_CALLPARENT: "PLAYER"
- WE_CALLBABY: "PLAYER"
- CR_CULTIVATION: "PLAYER"
- TK_RUN: "PLAYER"
- TK_HIGHJUMP: "PLAYER"
- SG_FEEL: "PLAYER"
- SG_SUN_WARM: "PLAYER"
- SG_MOON_WARM: "PLAYER"
- SG_STAR_WARM: "PLAYER"
- SG_SUN_COMFORT: "PLAYER"
- SG_MOON_COMFORT: "PLAYER"
- SG_STAR_COMFORT: "PLAYER"
- SG_HATE: "PLAYER"
- SG_SUN_ANGER: "PLAYER"
- SG_MOON_ANGER: "PLAYER"
- SG_STAR_ANGER: "PLAYER"
- SG_SUN_BLESS: "PLAYER"
- SG_MOON_BLESS: "PLAYER"
- SG_STAR_BLESS: "PLAYER"
- NJ_KIRIKAGE: "PLAYER"
- CASH_ASSUMPTIO: "PLAYER"
- SC_FATALMENACE: "PLAYER"
- SC_DIMENSIONDOOR: "PLAYER"
- SU_LOPE: "PLAYER"
- }
- disabled_items: {
- Assumptio_5_Scroll: true
- Pty_Assumptio_Scroll: true
- }
-
- /* knockback disabled */
- /* Battlegrounds Damage Reductions */
- /* - weapon_damage_rate -30% */
- /* - magic_damage_rate -30% */
- /* - misc_damage_rate -30% */
- /* - long_damage_rate -25% */
- /* - short_damage_rate -25% */
- mapflags: (
- "noknockback",
- "weapon_damage_rate 70",
- "magic_damage_rate 70",
- "misc_damage_rate 70",
- "long_damage_rate 75",
- "short_damage_rate 75",
- )
-
-},
-{
- name: "Aldebaran Turbo Track"
-
- disabled_skills: {
- SM_ENDURE: "PLAYER"
- AL_TELEPORT: "PLAYER"
- AL_WARP: "PLAYER"
- AL_CURE: "PLAYER"
- TF_HIDING: "PLAYER"
- WZ_ICEWALL: "PLAYER"
- AS_CLOAKING: "PLAYER"
- RG_INTIMIDATE: "PLAYER"
- MO_BODYRELOCATION: "PLAYER"
- LK_CONCENTRATION: "PLAYER"
- LK_BERSERK: "PLAYER"
- HP_BASILICA: "PLAYER"
- WS_CARTBOOST: "PLAYER"
- ST_CHASEWALK: "PLAYER"
- CG_MOONLIT: "PLAYER"
- SC_FATALMENACE: "PLAYER"
- SC_DIMENSIONDOOR: "PLAYER"
- GN_CARTBOOST: "PLAYER"
- }
-
- disabled_items: {
- Wing_Of_Fly: true
- Anodyne: true
- Green_Potion: true
- Panacea: true
- }
-},
-{
- name: "Jail"
-
- disabled_skills: {
- TK_JUMPKICK: "PLAYER"
- TK_HIGHJUMP: "PLAYER"
- }
-
- disabled_items: {
- Wing_Of_Fly: true
- Wing_Of_Butterfly: true
- Giant_Fly_Wing: true
- WOB_Rune: true
- WOB_Schwaltz: true
- WOB_Rachel: true
- WOB_Local: true
- }
-},
-{
- name: "Izlude Battle Arena"
-
- disabled_skills: {
- RG_INTIMIDATE: "PLAYER"
- AL_TELEPORT: "PLAYER"
- SC_FATALMENACE: "PLAYER"
- SC_DIMENSIONDOOR: "PLAYER"
- }
-
- disabled_items: {
- Wing_Of_Fly: true
- }
-},
-{
- name: "GvG2"
- inherit: ( "GvG" ) /* will import all gvg has */
-
- disabled_skills: {
- TK_HIGHJUMP: "PLAYER"
- SA_ABRACADABRA: "PLAYER"
- }
-},
-{
- name: "Sealed Shrine"
-
- disabled_skills: {
- MG_SAFETYWALL: "PLAYER"
- AL_TELEPORT: "PLAYER | MONSTER | HOMUN | MERCENARY"
- RG_INTIMIDATE: "PLAYER | MONSTER"
- HP_ASSUMPTIO: "PLAYER"
- CASH_ASSUMPTIO: "PLAYER"
- SC_FATALMENACE: "PLAYER"
- SC_DIMENSIONDOOR: "PLAYER"
- }
-
- mapflags: (
- "nobranch",
- "noicewall",
- "nomemo",
- "nosave SavePoint",
- "noteleport",
- "monster_noteleport",
- "nowarpto",
- "partylock",
- "pvp off",
- "src4instance",
- )
-},
-{
- name: "Memorial Dungeon" /* ETower, Orc's Memory, Nidhoggur's Nest, etc */
-
- disabled_skills: {
- AL_TELEPORT: "PLAYER | MONSTER | HOMUN | MERCENARY"
- WZ_ICEWALL: "PLAYER"
- RG_INTIMIDATE: "PLAYER | MONSTER"
- PF_SPIDERWEB: "PLAYER"
- NPC_EXPULSION: "PLAYER"
- SC_FATALMENACE: "PLAYER"
- SC_DIMENSIONDOOR: "PLAYER"
- }
-
- mapflags: (
- "nobranch",
- "noicewall",
- "nomemo",
- "nosave SavePoint",
- "noteleport",
- "monster_noteleport",
- "nowarpto",
- "partylock",
- "pvp off",
- "src4instance",
- )
-},
-{
- name: "Towns"
-
- disabled_skills: {
- AM_CANNIBALIZE: "PLAYER"
- AM_SPHEREMINE: "PLAYER"
- CR_CULTIVATION: "PLAYER"
- BS_GREED: "PLAYER"
- SC_MANHOLE: "PLAYER"
- WM_POEMOFNETHERWORLD: "PLAYER"
- GN_WALLOFTHORN: "PLAYER"
- }
-
- disabled_items: {
- Greed_Scroll: true
- }
-}
-)
diff --git a/db/pre-re/mob_boss.txt b/db/pre-re/mob_boss.txt
deleted file mode 100644
index e1c82c6ec..000000000
--- a/db/pre-re/mob_boss.txt
+++ /dev/null
@@ -1,50 +0,0 @@
-// Bloody Branch Summonable Monsters Database
-//
-// Structure of Database:
-// MobID,DummyName,Rate
-
-0,Baphomet,1039
-1038,Osiris,1000000
-1039,Baphomet,1000000
-1046,Doppelganger,1000000
-1059,Mistress,1000000
-1086,Golden Thief Bug,1000000
-1087,Orc Hero,1000000
-1096,Angeling,1000000
-1112,Drake,1000000
-1115,Eddga,1000000
-1120,Ghostring,1000000
-1147,Maya,1000000
-1150,Moonlight Flower,1000000
-1157,Pharaoh,1000000
-1159,Phreeoni,1000000
-1190,Orc Lord,1000000
-1251,Stormy Knight,1000000
-1252,Hatii,1000000
-1272,Dark Lord,1000000
-1312,Turtle General,1000000
-1373,Lord of the Dead,1000000
-1388,Arc Angeling,1000000
-1389,Dracula,1000000
-1418,Evil Snake Lord,1000000
-1492,Samurai Specter,1000000
-1511,Amon Ra,1000000
-1582,Deviling,1000000
-1583,Tao Gunka,1000000
-1623,RSX-0806,1000000
-1630,White Lady,1000000
-1658,Egnigem Cenia,1000000
-1685,Vesper,1000000
-1688,Lady Tanee,1000000
-1708,Thanatos Phantom,1000000
-1719,Detardeurus,1000000
-1734,Kiel D-01,1000000
-1751,Valkyrie Randgris,1000000
-1768,Gloom Under Night,1000000
-1779,Ktullanux,1000000
-1785,Atroce,1000000
-1832,Ifrit,1000000
-1871,Falling Bishop,1000000
-1873,Beelzebub,1000000
-1885,Gopinich,1000000
-2022,Nidhoggur's Shadow,1000000
diff --git a/db/pre-re/mob_branch.txt b/db/pre-re/mob_branch.txt
deleted file mode 100644
index 19fb9ac61..000000000
--- a/db/pre-re/mob_branch.txt
+++ /dev/null
@@ -1,469 +0,0 @@
-// Dead Branch Summonable Monsters Database
-//
-// Structure of Database:
-// MobID,DummyName,Rate
-
-0,Scorpion,1001
-1001,Scorpion,214285
-1002,Poring,1000000
-1004,Hornet,357142
-1005,Familiar,357142
-1007,Fabre,428571
-1008,Pupa,71428
-1009,Condor,357142
-1010,Willow,357142
-1011,Chonchon,357142
-1012,Roda Frog,357142
-1013,Wolf,357142
-1014,Spore,357142
-1015,Zombie,357142
-1016,Archer Skeleton,214285
-1018,Creamy,357142
-1019,Peco Peco,357142
-1020,Mandragora,357142
-1023,Orc Warrior,214285
-1024,Wormtail,357142
-1025,Boa,357142
-1026,Munak,214285
-1028,Soldier Skeleton,214285
-1029,Isis,71428
-1030,Anacondaq,214285
-1031,Poporing,357142
-1032,Verit,214285
-1033,Elder Willow,214285
-1034,Thara Frog,214285
-1035,Hunter Fly,71428
-1036,Ghoul,214285
-1037,Side Winder,71428
-1040,Golem,214285
-1041,Mummy,214285
-1042,Steel Chonchon,357142
-1044,Obeaune,214285
-1045,Marc,214285
-1047,Peco Peco Egg,71428
-1048,Thief Bug Egg,71428
-1049,Picky,357142
-1050,Picky,357142
-1051,Thief Bug,357142
-1052,Rocker,357142
-1053,Thief Bug Female,357142
-1054,Thief Bug Male,357142
-1055,Muka,357142
-1056,Smokie,357142
-1057,Yoyo,357142
-1058,Metaller,214285
-1060,Bigfoot,214285
-1061,Nightmare,71428
-1062,Santa Poring,357142
-1063,Lunatic,357142
-1064,Megalodon,214285
-1065,Strouf,214285
-1066,Vadon,357142
-1067,Cornutus,214285
-1068,Hydra,357142
-1069,Swordfish,214285
-1070,Kukre,357142
-1071,Pirate Skeleton,214285
-1072,Kaho,71428
-1073,Crab,214285
-1074,Shellfish,357142
-1076,Skeleton,357142
-1077,Poison Spore,357142
-1078,Red Plant,71428
-1079,Blue Plant,71428
-1080,Green Plant,71428
-1081,Yellow Plant,71428
-1082,White Plant,71428
-1083,Shining Plant,71428
-1084,Black Mushroom,71428
-1085,Red Mushroom,71428
-1088,Vocal,71428
-1089,Toad,71428
-1090,Mastering,71428
-1091,Dragon Fly,71428
-1092,Vagabond Wolf,71428
-1093,Eclipse,71428
-1094,Ambernite,357142
-1095,Andre,357142
-1096,Angeling,71428
-1097,Ant Egg,71428
-1098,Anubis,71428
-1099,Argiope,71428
-1100,Argos,214285
-1101,Baphomet Jr.,71428
-1102,Bathory,71428
-1103,Caramel,214285
-1104,Coco,357142
-1105,Deniro,357142
-1106,Desert Wolf,214285
-1107,Baby Desert Wolf,71428
-1108,Deviace,71428
-1109,Deviruchi,71428
-1110,Dokebi,214285
-1111,Drainliar,214285
-1113,Drops,357142
-1114,Dustiness,214285
-1116,Eggyra,214285
-1117,Evil Druid,71428
-1118,Flora,214285
-1119,Frilldora,214285
-1120,Ghostring,71428
-1121,Giearth,214285
-1122,Goblin,214285
-1123,Goblin,214285
-1124,Goblin,214285
-1125,Goblin,214285
-1126,Goblin,214285
-1127,Hode,214285
-1128,Horn,357142
-1129,Horong,214285
-1130,Jakk,214285
-1131,Joker,71428
-1132,Khalitzburg,71428
-1133,Kobold,214285
-1134,Kobold,214285
-1135,Kobold,214285
-1138,Magnolia,214285
-1139,Mantis,214285
-1140,Marduk,214285
-1141,Marina,214285
-1142,Marine Sphere,214285
-1143,Marionette,71428
-1144,Marse,214285
-1145,Martin,357142
-1146,Matyr,214285
-1148,Medusa,71428
-1149,Minorous,71428
-1151,Myst,214285
-1152,Orc Skeleton,214285
-1153,Orc Zombie,214285
-1154,Pasana,71428
-1155,Petite,71428
-1156,Petite,71428
-1158,Phen,214285
-1160,Piere,357142
-1161,Plankton,357142
-1163,Raydric,71428
-1164,Requiem,214285
-1165,Sandman,214285
-1166,Savage,214285
-1167,Savage Babe,357142
-1169,Skeleton Worker,214285
-1170,Sohee,214285
-1174,Stainer,357142
-1175,Tarou,357142
-1176,Vitata,214285
-1177,Zenorc,214285
-1178,Zerom,214285
-1179,Whisper,71428
-1180,Nine Tail,71428
-1182,Thief Mushroom,71428
-1185,Whisper,71428
-1186,Giant Whisper,71428
-1188,Bongun,214285
-1189,Orc Archer,71428
-1191,Mimic,71428
-1192,Wraith,71428
-1193,Alarm,71428
-1194,Arclouze,71428
-1195,Rideword,71428
-1196,Skeleton Prisoner,71428
-1197,Zombie Prisoner,71428
-1199,Punk,71428
-1200,Zealotus,71428
-1201,Rybio,71428
-1202,Phendark,71428
-1203,Mysteltainn,71428
-1204,Ogretooth,71428
-1205,Executioner,71428
-1206,Anolian,71428
-1207,Sting,71428
-1208,Wanderer,71428
-1209,Cramp,71428
-1211,Brilight,71428
-1212,Iron Fist,71428
-1213,High Orc,71428
-1214,Choco,71428
-1215,Stem Worm,214285
-1216,Penomena,71428
-1219,Abysmal Knight,71428
-1242,Marin,357142
-1243,Sasquatch,214285
-1245,Christmas Goblin,71428
-1246,Christmas Cookie,214285
-1248,Cruiser,214285
-1249,Myst Case,214285
-1250,Chepet,71428
-1253,Gargoyle,71428
-1254,Raggler,214285
-1255,Nereid,214285
-1256,Pest,214285
-1257,Injustice,71428
-1258,Goblin Archer,214285
-1259,Gryphon,71428
-1260,Dark Frame,71428
-1261,Wild Rose,214285
-1262,Mutant Dragonoid,71428
-1263,Wind Ghost,71428
-1264,Merman,71428
-1265,Cookie,214285
-1266,Aster,357142
-1267,Carat,71428
-1268,Bloody Knight,71428
-1269,Clock,71428
-1270,Clock Tower Manager,71428
-1271,Alligator,71428
-1273,Orc Lady,214285
-1274,Megalith,71428
-1275,Alice,71428
-1276,Raydric Archer,71428
-1277,Greatest General,214285
-1278,Stalactic Golem,71428
-1279,Tri Joint,214285
-1280,Goblin Steamrider,214285
-1281,Sage Worm,71428
-1282,Kobold Archer,214285
-1283,Chimera,71428
-1289,Maya Purple,71428
-1290,Skeleton General,71428
-1291,Wraith Dead,71428
-1292,Mini Demon,71428
-1293,Creamy Fear,71428
-1294,Killer Mantis,71428
-1295,Owl Baron,71428
-1296,Kobold Leader,71428
-1297,Ancient Mummy,71428
-1298,Zombie Master,71428
-1299,Goblin Leader,71428
-1300,Caterpillar,71428
-1301,Am Mut,71428
-1302,Dark Illusion,71428
-1303,Giant Hornet,71428
-1304,Giant Spider,71428
-1305,Ancient Worm,71428
-1306,Leib Olmai,71428
-1307,Cat o' Nine Tails,71428
-1308,Panzer Goblin,71428
-1309,Gajomart,71428
-1310,Majoruros,71428
-1311,Gullinbursti,71428
-1313,Mobster,71428
-1314,Permeter,71428
-1315,Assaulter,71428
-1316,Solider,71428
-1317,Seal,71428
-1318,Heater,71428
-1319,Freezer,71428
-1320,Owl Duke,71428
-1321,Dragon Tail,71428
-1322,Spring Rabbit,71428
-1323,Sea Otter,71428
-1365,Apocalypse,71428
-1366,Lava Golem,71428
-1367,Blazer,71428
-1368,Geographer,71428
-1369,Grand Peco,71428
-1370,Succubus,71428
-1371,False Angel,71428
-1372,Goat,71428
-1374,Incubus,71428
-1375,The Paper,71428
-1376,Harpy,71428
-1377,Elder,71428
-1378,Demon Pungus,71428
-1379,Nightmare Terror,71428
-1380,Driller,71428
-1381,Grizzly,71428
-1382,Diabolic,71428
-1383,Explosion,71428
-1384,Deleter,71428
-1385,Deleter,71428
-1386,Sleeper,71428
-1387,Gig,71428
-1390,Violy,71428
-1391,Galapago,71428
-1392,Rotar Zairo,214285
-1400,Karakasa,214285
-1401,Shinobi,71428
-1402,Poison Toad,71428
-1403,Firelock Soldier,71428
-1404,Miyabi Doll,214285
-1405,Tengu,71428
-1406,Kapha,71428
-1408,Bloody Butterfly,71428
-1409,Dumpling Child,214285
-1410,Enchanted Peach Tree,71428
-1412,Taoist Hermit,71428
-1413,Hermit Plant,71428
-1415,Baby Leopard,214285
-1416,Evil Nymph,71428
-1417,Zipper Bear,214285
-1493,Dryad,71428
-1494,Beetle King,214285
-1495,Stone Shooter,71428
-1497,Wooden Golem,71428
-1498,Wootan Shooter,214285
-1499,Wootan Fighter,71428
-1500,Parasite,214285
-1503,Gibbet,71428
-1504,Dullahan,71428
-1505,Loli Ruri,71428
-1506,Disguise,71428
-1507,Bloody Murderer,71428
-1508,Quve,214285
-1509,Lude,214285
-1510,Heirozoist,71428
-1512,Yao Jun,71428
-1513,Mao Guai,71428
-1514,Zhu Po Long,71428
-1515,Baby Hatii,71428
-1516,Mi Gao,71428
-1517,Jing Guai,71428
-1519,Green Maiden,71428
-1520,Boiled Rice,71428
-1582,Deviling,71428
-1584,Tamruan,71428
-1586,Leaf Cat,71428
-1587,Kraben,71428
-1613,Metaling,71428
-1614,Mineral,71428
-1615,Obsidian,71428
-1616,Pitman,71428
-1617,Old Stove,71428
-1618,Ungoliant,71428
-1619,Porcellio,71428
-1620,Noxious,71428
-1621,Venomous,71428
-1622,Teddy Bear,71428
-1627,Anopheles,71428
-1628,Holden,71428
-1629,Hill Wind,71428
-1631,Green Maiden,71428
-1632,Gremlin,71428
-1633,Beholder,71428
-1634,Seyren Windsor,71428
-1635,Eremes Guile,71428
-1636,Howard Alt-Eisen,71428
-1637,Margaretha Sorin,71428
-1638,Cecil Damon,71428
-1639,Kathryne Keyron,71428
-1652,Egnigem Cenia,71428
-1653,Wickebine Tres,71428
-1654,Armeyer Dinze,71428
-1655,Errende Ebecee,71428
-1656,Kavach Icarus,71428
-1657,Laurell Weinder,71428
-1664,Photon Cannon,71428
-1665,Photon Cannon,71428
-1666,Photon Cannon,71428
-1667,Photon Cannon,71428
-1668,Archdam,71428
-1669,Dimik,71428
-1670,Dimik,71428
-1671,Dimik,71428
-1672,Dimik,71428
-1673,Dimik,71428
-1675,Venatu,71428
-1676,Venatu,71428
-1677,Venatu,71428
-1678,Venatu,71428
-1679,Venatu,71428
-1680,Hill Wind,71428
-1681,Gemini-S58,71428
-1682,Remover,71428
-1686,Orc Baby,71428
-1687,Grove,71428
-1692,Breeze,71428
-1693,Plasma,71428
-1694,Plasma,71428
-1695,Plasma,71428
-1696,Plasma,71428
-1699,Ancient Mimic,71428
-1703,Lady Solace,71428
-1704,Odium of Thanatos,71428
-1705,Despero of Thanatos,71428
-1706,Maero of Thanatos,71428
-1707,Dolor of Thanatos,71428
-1713,Acidus,71428
-1714,Ferus,71428
-1715,Novus,71428
-1717,Ferus,71428
-1718,Novus,71428
-1720,Hydrolancer,71428
-1721,Dragon Egg,71428
-1736,Aliot,71428
-1737,Aliza,71428
-1738,Constant,71428
-1752,Skogul,71428
-1753,Frus,71428
-1754,Skeggiold,71428
-1755,Skeggiold,71428
-1769,Agav,71428
-1770,Echio,71428
-1771,Vanberk,71428
-1772,Isilla,71428
-1773,Hodremlin,71428
-1774,Seeker,71428
-1775,Snowier,71428
-1776,Siroma,71428
-1777,Ice Titan,71428
-1778,Gazeti,71428
-1780,Muscipular,71428
-1781,Drosera,71428
-1782,Roween,71428
-1783,Galion,71428
-1784,Stapo,142857
-1789,Iceicle,71428
-1796,Aunoe,142857
-1797,Fanat,142857
-1829,Sword Guardian,71428
-1830,Bow Guardian,71428
-1831,Salamander,71428
-1833,Kasa,71428
-1836,Magmaring,214285
-1837,Imp,71428
-1838,Knocker,71428
-1839,Byrogue,71428
-1864,Zombie Slaughter,71428
-1865,Ragged Zombie,71428
-1866,Hellhound,71428
-1867,Banshee,71428
-1869,Flame Skull,71428
-1870,Necromancer,71428
-1872,Hell Fly,71428
-1880,Wood Goblin,71428
-1881,Les,71428
-1882,Baba-Yaga,71428
-1883,Uzhas,71428
-1884,Mavka,71428
-1918,Incarnation of Morroc,71428
-1919,Incarnation of Morroc,71428
-1920,Incarnation of Morroc,71428
-1921,Incarnation of Morroc,71428
-1974,Banshee Master,71428
-1975,Beholder Master,71428
-1976,Cobalt Mineral,71428
-1977,Heavy Metaling,71428
-1978,Hell Vesper,71428
-1979,Zakudam,71428
-1986,Tatacho,71428
-1987,Centipede,71428
-1988,Nepenthes,71428
-1989,Hillthrion,71428
-1990,Hardrock Mammoth,71428
-1991,Tendrillion,71428
-1992,Cornus,71428
-1993,Naga,71428
-1994,Luciola Vespa,71428
-1995,Pinguicula,71428
-1999,Centipede Larva,71428
-2013,Draco,71428
-2015,Dark Pinguicula,71428
-2016,Aqua Elemental,71428
-2017,Rata,71428
-2018,Duneyrr,71428
-2019,Ancient Tree,71428
-2020,Rhyncho,71428
-2021,Phylla,71428
-2023,Dark Shadow,71428
-2024,Bradium Golem,71428
diff --git a/db/pre-re/mob_db.conf b/db/pre-re/mob_db.conf
deleted file mode 100644
index 40635cd68..000000000
--- a/db/pre-re/mob_db.conf
+++ /dev/null
@@ -1,50138 +0,0 @@
-//================= Hercules Database =====================================
-//= _ _ _
-//= | | | | | |
-//= | |_| | ___ _ __ ___ _ _| | ___ ___
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
-//= | | | | __/ | | (__| |_| | | __/\__ \
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/
-//================= License ===============================================
-//= This file is part of Hercules.
-//= http://herc.ws - http://github.com/HerculesWS/Hercules
-//=
-//= Copyright (C) 2015 Hercules Dev Team
-//=
-//= Hercules 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/>.
-//=========================================================================
-//= Mobs Database
-//=========================================================================
-
-mob_db: (
-/**************************************************************************
- ************* Entry structure ********************************************
- **************************************************************************
-{
- // ================ Mandatory fields ==============================
- Id: ID (int)
- SpriteName: "SPRITE_NAME" (string)
- Name: "Mob name" (string)
- // ================ Optional fields ===============================
- JName: "Mob name" (string)
- Lv: level (int, defaults to 1)
- Hp: health (int, defaults to 1)
- Sp: mana (int, defaults to 0)
- Exp: basic experience (int, defaults to 0)
- JExp: job experience (int, defaults to 0)
- AttackRange: attack range (int, defaults to 1)
- Attack: [attack1, attack2] (int, defaults to 0)
- Def: defence (int, defaults to 0)
- Mdef: magic defence (int, defaults to 0)
- Stats: {
- Str: strength (int, defaults to 0)
- Agi: agility (int, defaults to 0)
- Vit: vitality (int, defaults to 0)
- Int: intelligence (int, defaults to 0)
- Dex: dexterity (int, defaults to 0)
- Luk: luck (int, defaults to 0)
- }
- ViewRange: view range (int, defaults to 1)
- ChaseRange: chase range (int, defaults to 1)
- Size: size (string, defaults to "Size_Medium")
- Race: race (string, defaults to "RC_Formless")
- Element: (type, level)
- Mode: {
- CanMove: true/false (bool, defaults to false)
- Looter: true/false (bool, defaults to false)
- Aggressive: true/false (bool, defaults to false)
- Assist: true/false (bool, defaults to false)
- CastSensorIdle:true/false (bool, defaults to false)
- Boss: true/false (bool, defaults to false)
- Plant: true/false (bool, defaults to false)
- CanAttack: true/false (bool, defaults to false)
- Detector: true/false (bool, defaults to false)
- CastSensorChase: true/false (bool, defaults to false)
- ChangeChase: true/false (bool, defaults to false)
- Angry: true/false (bool, defaults to false)
- ChangeTargetMelee: true/false (bool, defaults to false)
- ChangeTargetChase: true/false (bool, defaults to false)
- TargetWeak: true/false (bool, defaults to false)
- NoKnockback: true/false (bool, defaults to false)
- }
- MoveSpeed: move speed (int, defaults to 0)
- AttackDelay: attack delay (int, defaults to 4000)
- AttackMotion: attack motion (int, defaults to 2000)
- DamageMotion: damage motion (int, defaults to 0)
- MvpExp: mvp experience (int, defaults to 0)
- MvpDrops: {
- AegisName: chance (string: int)
- // ...
- }
- Drops: {
- AegisName: chance (string: int)
- // ...
- }
-},
-**************************************************************************/
-
-{
- Id: 1001
- SpriteName: "SCORPION"
- Name: "Scorpion"
- Lv: 24
- Hp: 1109
- Sp: 0
- Exp: 287
- JExp: 176
- AttackRange: 1
- Attack: [80, 135]
- Def: 30
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 24
- Vit: 24
- Int: 5
- Dex: 52
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1564
- AttackMotion: 864
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Boody_Red: 70
- Scorpions_Tail: 5500
- Elunium_Stone: 57
- Solid_Shell: 210
- Fine_Grit: 100
- Yellow_Herb: 200
- Lusty_Iron: 20
- Scorpion_Card: 1
- }
-},
-{
- Id: 1002
- SpriteName: "PORING"
- Name: "Poring"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 2
- JExp: 1
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 0
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Jellopy: 7000
- Knife_: 100
- Sticky_Mucus: 400
- Apple: 1000
- Empty_Bottle: 1500
- Apple: 150
- Unripe_Apple: 20
- Poring_Card: 1
- }
-},
-/*{
- Id: 1003
- SpriteName: "TESTEGG"
- Name: "Test Egg"
- Lv: 2
- Hp: 100000
- Sp: 0
- Exp: 10
- JExp: 10
- AttackRange: 0
- Attack: [3, 9]
- Def: 99
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 99
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- MoveSpeed: 512
- AttackDelay: 0
- AttackMotion: 512
- DamageMotion: 0
- MvpExp: 0
-},*/
-{
- Id: 1004
- SpriteName: "HORNET"
- Name: "Hornet"
- Lv: 8
- Hp: 169
- Sp: 0
- Exp: 19
- JExp: 15
- AttackRange: 1
- Attack: [22, 27]
- Def: 5
- Mdef: 5
- Stats: {
- Str: 6
- Agi: 20
- Vit: 8
- Int: 10
- Dex: 17
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 150
- AttackDelay: 1292
- AttackMotion: 792
- DamageMotion: 216
- MvpExp: 0
- Drops: {
- Wind_Of_Verdure: 80
- Bee_Sting: 9000
- Jellopy: 3500
- Main_Gauche_: 15
- Green_Herb: 350
- Honey: 150
- Hornet_Card: 1
- }
-},
-{
- Id: 1005
- SpriteName: "FARMILIAR"
- Name: "Familiar"
- Lv: 8
- Hp: 155
- Sp: 0
- Exp: 28
- JExp: 15
- AttackRange: 1
- Attack: [20, 28]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 12
- Vit: 8
- Int: 5
- Dex: 28
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1276
- AttackMotion: 576
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Tooth_Of_Bat: 5500
- Falchion_: 20
- Ribbon_: 15
- Wing_Of_Fly: 50
- Grape: 100
- Red_Herb: 700
- Center_Potion: 50
- Farmiliar_Card: 1
- }
-},
-/*{
- Id: 1006
- SpriteName: "THIEF_BUG_LARVA"
- Name: "Thief Bug Larva"
- Lv: 1
- Hp: 1
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Water", 0)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- Plant: true
- CastSensorChase: true
- ChangeChase: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
-},*/
-{
- Id: 1007
- SpriteName: "FABRE"
- Name: "Fabre"
- Lv: 2
- Hp: 63
- Sp: 0
- Exp: 3
- JExp: 2
- AttackRange: 1
- Attack: [8, 11]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 2
- Vit: 4
- Int: 0
- Dex: 7
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1672
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Fluff: 6500
- Feather: 500
- Club_: 80
- Azure_Jewel: 5
- Green_Herb: 700
- Clover: 1000
- Club: 200
- Fabre_Card: 1
- }
-},
-{
- Id: 1008
- SpriteName: "PUPA"
- Name: "Pupa"
- Lv: 2
- Hp: 427
- Sp: 0
- Exp: 2
- JExp: 4
- AttackRange: 0
- Attack: [1, 2]
- Def: 0
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 0
- Dex: 1
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- Detector: true
- }
- MoveSpeed: 1000
- AttackDelay: 1001
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
- Drops: {
- Phracon: 80
- Chrysalis: 5500
- Sticky_Mucus: 600
- Guard_: 2
- Shell: 1000
- Sticky_Mucus: 600
- Iron_Ore: 200
- Pupa_Card: 1
- }
-},
-{
- Id: 1009
- SpriteName: "CONDOR"
- Name: "Condor"
- Lv: 5
- Hp: 92
- Sp: 0
- Exp: 6
- JExp: 5
- AttackRange: 1
- Attack: [11, 14]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 13
- Vit: 5
- Int: 0
- Dex: 13
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 150
- AttackDelay: 1148
- AttackMotion: 648
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Talon: 9000
- Bow_: 150
- Yellow_Gemstone: 80
- Arrow: 5500
- Meat: 400
- Feather_Of_Birds: 2000
- Orange: 600
- Condor_Card: 1
- }
-},
-{
- Id: 1010
- SpriteName: "WILOW"
- Name: "Willow"
- Lv: 4
- Hp: 95
- Sp: 0
- Exp: 5
- JExp: 4
- AttackRange: 1
- Attack: [9, 12]
- Def: 5
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 4
- Vit: 8
- Int: 30
- Dex: 9
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1672
- AttackMotion: 672
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Tree_Root: 9000
- Wooden_Block: 100
- Resin: 1500
- Sweet_Potato: 700
- Tree_Of_Archer_3: 3500
- Tree_Of_Archer_2: 2000
- Tree_Of_Archer_1: 1000
- Wilow_Card: 1
- }
-},
-{
- Id: 1011
- SpriteName: "CHONCHON"
- Name: "Chonchon"
- Lv: 4
- Hp: 67
- Sp: 0
- Exp: 5
- JExp: 4
- AttackRange: 1
- Attack: [10, 13]
- Def: 10
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 10
- Vit: 4
- Int: 5
- Dex: 12
- Luk: 2
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 200
- AttackDelay: 1076
- AttackMotion: 576
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Iron: 50
- Shell: 6500
- Jellopy: 1500
- Cutter_: 55
- Wing_Of_Fly: 100
- Chonchon_Doll: 5
- Iron_Ore: 150
- Chonchon_Card: 1
- }
-},
-{
- Id: 1012
- SpriteName: "RODA_FROG"
- Name: "Roda Frog"
- Lv: 5
- Hp: 133
- Sp: 0
- Exp: 6
- JExp: 5
- AttackRange: 1
- Attack: [11, 14]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 5
- Vit: 5
- Int: 5
- Dex: 10
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Fish"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 2016
- AttackMotion: 816
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Sticky_Webfoot: 9000
- Spawn: 500
- Green_Herb: 300
- Azure_Jewel: 7
- Empty_Bottle: 2000
- Roda_Frog_Card: 1
- }
-},
-{
- Id: 1013
- SpriteName: "WOLF"
- Name: "Wolf"
- Lv: 25
- Hp: 919
- Sp: 0
- Exp: 329
- JExp: 199
- AttackRange: 1
- Attack: [37, 46]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 20
- Vit: 28
- Int: 15
- Dex: 32
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 200
- AttackDelay: 1054
- AttackMotion: 504
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Emveretarcon: 20
- Claw_Of_Wolves: 9000
- Mantle_: 10
- Meat: 650
- Monsters_Feed: 1050
- Animals_Skin: 5500
- Strawberry: 600
- Wolf_Card: 1
- }
-},
-{
- Id: 1014
- SpriteName: "SPORE"
- Name: "Spore"
- Lv: 16
- Hp: 510
- Sp: 0
- Exp: 66
- JExp: 108
- AttackRange: 1
- Attack: [24, 48]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 12
- Vit: 12
- Int: 5
- Dex: 19
- Luk: 8
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Mushroom_Spore: 9000
- Red_Herb: 800
- Blue_Herb: 50
- Spore_Doll: 10
- Hat: 40
- Poison_Spore: 5
- Strawberry: 600
- Spore_Card: 1
- }
-},
-{
- Id: 1015
- SpriteName: "ZOMBIE"
- Name: "Zombie"
- Lv: 15
- Hp: 534
- Sp: 0
- Exp: 50
- JExp: 33
- AttackRange: 1
- Attack: [67, 79]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 8
- Vit: 7
- Int: 0
- Dex: 15
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 2612
- AttackMotion: 912
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Decayed_Nail: 9000
- Cardinal_Jewel_: 5
- Sticky_Mucus: 1000
- Horrendous_Mouth: 50
- White_Jewel: 70
- Zombie_Card: 1
- }
-},
-{
- Id: 1016
- SpriteName: "ARCHER_SKELETON"
- Name: "Archer Skeleton"
- Lv: 31
- Hp: 3040
- Sp: 0
- Exp: 483
- JExp: 283
- AttackRange: 9
- Attack: [128, 153]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 8
- Vit: 14
- Int: 5
- Dex: 90
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 2864
- AttackMotion: 864
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Skel_Bone: 4500
- Oridecon_Stone: 70
- Apple_Of_Archer: 3
- Great_Bow_: 35
- Fire_Arrow: 1000
- Red_Herb: 1800
- Bow: 150
- Archer_Skeleton_Card: 1
- }
-},
-/*{
- Id: 1017
- SpriteName: "THIEF_BUG_FEMALE"
- Name: "Thief Bug Female"
- Lv: 10
- Hp: 170
- Sp: 0
- Exp: 35
- JExp: 18
- AttackRange: 1
- Attack: [33, 40]
- Def: 5
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 15
- Vit: 10
- Int: 5
- Dex: 23
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Insect"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- Plant: true
- CastSensorChase: true
- ChangeChase: true
- }
- MoveSpeed: 200
- AttackDelay: 988
- AttackMotion: 288
- DamageMotion: 768
- MvpExp: 0
- Drops: {
- Worm_Peelings: 3500
- Garlet: 250
- Blade_: 15
- Insect_Feeler: 200
- Red_Herb: 400
- Red_Gemstone: 50
- Iron_Ore: 400
- Thief_Bug_Female_Card: 1
- }
-},*/
-{
- Id: 1018
- SpriteName: "CREAMY"
- Name: "Creamy"
- Lv: 16
- Hp: 595
- Sp: 0
- Exp: 105
- JExp: 70
- AttackRange: 1
- Attack: [53, 64]
- Def: 0
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 40
- Vit: 16
- Int: 15
- Dex: 16
- Luk: 55
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 150
- AttackDelay: 1136
- AttackMotion: 720
- DamageMotion: 840
- MvpExp: 0
- Drops: {
- Powder_Of_Butterfly: 9000
- Silk_Robe_: 10
- Honey: 150
- Wing_Of_Butterfly: 100
- Fancy_Flower: 2
- Flower: 500
- Wind_Scroll_1_3: 100
- Creamy_Card: 1
- }
-},
-{
- Id: 1019
- SpriteName: "PECOPECO"
- Name: "Peco Peco"
- Lv: 19
- Hp: 531
- Sp: 0
- Exp: 159
- JExp: 72
- AttackRange: 1
- Attack: [50, 64]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 13
- Vit: 13
- Int: 25
- Dex: 27
- Luk: 9
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 200
- AttackDelay: 1564
- AttackMotion: 864
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Bill_Of_Birds: 9000
- Sandals_: 20
- Yellow_Herb: 200
- Red_Herb: 900
- Wand: 100
- Orange: 1000
- Pecopeco_Card: 1
- }
-},
-{
- Id: 1020
- SpriteName: "MANDRAGORA"
- Name: "Mandragora"
- Lv: 12
- Hp: 405
- Sp: 0
- Exp: 45
- JExp: 32
- AttackRange: 4
- Attack: [26, 35]
- Def: 0
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 12
- Vit: 24
- Int: 0
- Dex: 36
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 3)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 1000
- AttackDelay: 1768
- AttackMotion: 768
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Yellow_Live: 50
- Stem: 9000
- Spear_: 30
- Green_Herb: 350
- Shoot: 300
- Four_Leaf_Clover: 3
- Whip_Of_Earth: 10
- Mandragora_Card: 1
- }
-},
-/*{
- Id: 1021
- SpriteName: "THIEF_BUG_MALE"
- Name: "Thief Bug Male"
- Lv: 19
- Hp: 583
- Sp: 0
- Exp: 223
- JExp: 93
- AttackRange: 1
- Attack: [76, 88]
- Def: 15
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 29
- Vit: 16
- Int: 5
- Dex: 36
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Insect"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Looter: true
- CastSensorIdle: true
- Plant: true
- CastSensorChase: true
- ChangeChase: true
- }
- MoveSpeed: 300
- AttackDelay: 988
- AttackMotion: 288
- DamageMotion: 768
- MvpExp: 0
- Drops: {
- Emveretarcon: 40
- Insect_Feeler: 5500
- Worm_Peelings: 1500
- Slayer_: 10
- Yellow_Herb: 90
- Bluish_Green_Jewel: 5
- Katana: 50
- Thief_Bug_Male_Card: 1
- }
-},
-{
- Id: 1022
- SpriteName: "WEREWOLF"
- Name: "Werewolf"
- Lv: 80
- Hp: 28600
- Sp: 0
- Exp: 11813
- JExp: 7289
- AttackRange: 2
- Attack: [2560, 3280]
- Def: 65
- Mdef: 35
- Stats: {
- Str: 1
- Agi: 97
- Vit: 60
- Int: 1
- Dex: 135
- Luk: 52
- }
- ViewRange: 10
- ChaseRange: 10
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 2)
- Mode: {
- CanMove: true
- Looter: true
- Boss: true
- Plant: true
- Detector: true
- }
- MoveSpeed: 200
- AttackDelay: 1500
- AttackMotion: 768
- DamageMotion: 652
- MvpExp: 0
- Drops: {
- Steel: 500
- Cobold_Hair: 4000
- Oridecon: 500
- Elunium: 500
- Executioners_Mitten: 800
- Guh_Moon_Goh_: 300
- }
-},*/
-{
- Id: 1023
- SpriteName: "ORK_WARRIOR"
- Name: "Orc Warrior"
- Lv: 24
- Hp: 1400
- Sp: 0
- Exp: 408
- JExp: 160
- AttackRange: 1
- Attack: [104, 126]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 24
- Vit: 48
- Int: 25
- Dex: 34
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1864
- AttackMotion: 864
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Iron: 210
- Orcish_Voucher: 9000
- Oridecon_Stone: 40
- Cigar: 3
- Battle_Axe_: 10
- Orcish_Axe: 5
- Axe: 100
- Orc_Warrior_Card: 1
- }
-},
-{
- Id: 1024
- SpriteName: "WORM_TAIL"
- Name: "Wormtail"
- Lv: 14
- Hp: 426
- Sp: 0
- Exp: 59
- JExp: 40
- AttackRange: 2
- Attack: [42, 51]
- Def: 5
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 14
- Vit: 28
- Int: 5
- Dex: 46
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1048
- AttackMotion: 48
- DamageMotion: 192
- MvpExp: 0
- Drops: {
- Yellow_Live: 60
- Emveretarcon: 25
- Pointed_Scale: 5500
- Pike_: 30
- Yellow_Herb: 70
- Azure_Jewel: 5
- Green_Lace: 100
- Worm_Tail_Card: 1
- }
-},
-{
- Id: 1025
- SpriteName: "SNAKE"
- Name: "Snake"
- JName: "Boa"
- Lv: 15
- Hp: 471
- Sp: 0
- Exp: 72
- JExp: 48
- AttackRange: 1
- Attack: [46, 55]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 15
- Vit: 15
- Int: 10
- Dex: 35
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1576
- AttackMotion: 576
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Scale_Of_Snakes: 9000
- Katana_: 15
- Red_Herb: 900
- Emveretarcon: 35
- Posionous_Canine: 800
- Shining_Scales: 1
- Strawberry: 600
- Snake_Card: 1
- }
-},
-{
- Id: 1026
- SpriteName: "MUNAK"
- Name: "Munak"
- Lv: 30
- Hp: 2872
- Sp: 0
- Exp: 601
- JExp: 318
- AttackRange: 1
- Attack: [150, 230]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 15
- Vit: 20
- Int: 5
- Dex: 46
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 2468
- AttackMotion: 768
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Danggie: 9000
- Munak_Turban: 2
- Shoes_: 15
- Amulet: 20
- Ninja_Suit: 1
- Adventure_Suit: 100
- Girls_Diary: 5
- Munak_Card: 1
- }
-},
-/*{
- Id: 1027
- SpriteName: "RAPTICE"
- Name: "Raptice"
- Lv: 17
- Hp: 600
- Sp: 0
- Exp: 100
- JExp: 55
- AttackRange: 1
- Attack: [0, 0]
- Def: 5
- Mdef: 10
- Stats: {
- Str: 5
- Agi: 20
- Vit: 20
- Int: 0
- Dex: 28
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- Boss: true
- Detector: true
- }
- MoveSpeed: 200
- AttackDelay: 2000
- AttackMotion: 1000
- DamageMotion: 500
- MvpExp: 0
- Drops: {
- Jellopy: 7000
- }
-},*/
-{
- Id: 1028
- SpriteName: "SOLDIER_SKELETON"
- Name: "Soldier Skeleton"
- Lv: 29
- Hp: 2334
- Sp: 0
- Exp: 372
- JExp: 226
- AttackRange: 1
- Attack: [221, 245]
- Def: 10
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 15
- Vit: 22
- Int: 5
- Dex: 40
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 2276
- AttackMotion: 576
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Skel_Bone: 5500
- Oridecon_Stone: 60
- Dagger_: 12
- Red_Herb: 700
- Mementos: 10
- Knife: 150
- Stiletto: 50
- Soldier_Skeleton_Card: 1
- }
-},
-{
- Id: 1029
- SpriteName: "ISIS"
- Name: "Isis"
- Lv: 47
- Hp: 7003
- Sp: 0
- Exp: 3709
- JExp: 1550
- AttackRange: 1
- Attack: [423, 507]
- Def: 10
- Mdef: 35
- Stats: {
- Str: 38
- Agi: 65
- Vit: 43
- Int: 50
- Dex: 66
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1384
- AttackMotion: 768
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Scales_Shell: 5335
- Circlet_: 5
- Necklace: 1
- Crystal_Jewel___: 150
- Crystal_Jewel__: 20
- Shining_Scales: 1000
- Crystal_Jewel_: 5
- Isis_Card: 1
- }
-},
-{
- Id: 1030
- SpriteName: "ANACONDAQ"
- Name: "Anacondaq"
- Lv: 23
- Hp: 1109
- Sp: 0
- Exp: 300
- JExp: 149
- AttackRange: 1
- Attack: [124, 157]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 23
- Vit: 28
- Int: 10
- Dex: 36
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1576
- AttackMotion: 576
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Emveretarcon: 50
- Posionous_Canine: 9000
- Glaive_: 10
- Scale_Of_Snakes: 1500
- Scales_Shell: 200
- Yellow_Herb: 150
- Oridecon_Stone: 50
- Anacondaq_Card: 1
- }
-},
-{
- Id: 1031
- SpriteName: "POPORING"
- Name: "Poporing"
- Lv: 14
- Hp: 344
- Sp: 0
- Exp: 81
- JExp: 44
- AttackRange: 1
- Attack: [59, 72]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 14
- Vit: 14
- Int: 0
- Dex: 19
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 300
- AttackDelay: 1672
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Sticky_Mucus: 5500
- Garlet: 1500
- Green_Herb: 500
- Grape: 200
- Apple: 5
- Main_Gauche: 5
- Apple: 250
- Poporing_Card: 1
- }
-},
-{
- Id: 1032
- SpriteName: "VERIT"
- Name: "Verit"
- Lv: 38
- Hp: 5272
- Sp: 0
- Exp: 835
- JExp: 517
- AttackRange: 1
- Attack: [389, 469]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 19
- Vit: 38
- Int: 0
- Dex: 38
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 250
- AttackDelay: 2468
- AttackMotion: 768
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Immortal_Heart: 9000
- Zargon: 700
- Rotten_Bandage: 1100
- White_Herb: 600
- Skul_Ring: 1
- Flower_Ring: 200
- Armlet_Of_Obedience: 20
- Verit_Card: 1
- }
-},
-{
- Id: 1033
- SpriteName: "ELDER_WILOW"
- Name: "Elder Willow"
- Lv: 20
- Hp: 693
- Sp: 0
- Exp: 163
- JExp: 101
- AttackRange: 1
- Attack: [58, 70]
- Def: 10
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 20
- Vit: 25
- Int: 35
- Dex: 38
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1372
- AttackMotion: 672
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Boody_Red: 50
- Resin: 9000
- Wooden_Block: 350
- Elunium_Stone: 40
- Wooden_Mail_: 30
- Fire_Scroll_1_3: 100
- Branch_Of_Dead_Tree: 100
- Elder_Wilow_Card: 1
- }
-},
-{
- Id: 1034
- SpriteName: "THARA_FROG"
- Name: "Thara Frog"
- Lv: 22
- Hp: 2152
- Sp: 0
- Exp: 219
- JExp: 138
- AttackRange: 1
- Attack: [105, 127]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 22
- Vit: 22
- Int: 5
- Dex: 34
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Fish"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 2016
- AttackMotion: 816
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Emveretarcon: 45
- Spawn: 5500
- Scell: 600
- White_Herb: 30
- Red_Jewel: 5
- Sticky_Webfoot: 2000
- Thara_Frog_Card: 1
- }
-},
-{
- Id: 1035
- SpriteName: "HUNTER_FLY"
- Name: "Hunter Fly"
- Lv: 42
- Hp: 5242
- Sp: 0
- Exp: 1517
- JExp: 952
- AttackRange: 1
- Attack: [246, 333]
- Def: 25
- Mdef: 15
- Stats: {
- Str: 33
- Agi: 105
- Vit: 32
- Int: 15
- Dex: 72
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 676
- AttackMotion: 576
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Rough_Wind: 30
- Steel: 100
- Solid_Shell: 5335
- Zargon: 1300
- Oridecon_Stone: 129
- Mini_Propeller: 1
- Damascus_: 2
- Hunter_Fly_Card: 1
- }
-},
-{
- Id: 1036
- SpriteName: "GHOUL"
- Name: "Ghoul"
- Lv: 40
- Hp: 5418
- Sp: 0
- Exp: 1088
- JExp: 622
- AttackRange: 1
- Attack: [420, 500]
- Def: 5
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 20
- Vit: 29
- Int: 0
- Dex: 45
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 2456
- AttackMotion: 912
- DamageMotion: 504
- MvpExp: 0
- Drops: {
- Horrendous_Mouth: 6000
- Oridecon_Stone: 110
- White_Herb: 700
- Green_Herb: 800
- Skul_Ring: 60
- Mementos: 150
- Ghoul_Leg: 1
- Ghoul_Card: 1
- }
-},
-{
- Id: 1037
- SpriteName: "SIDE_WINDER"
- Name: "Side Winder"
- Lv: 43
- Hp: 4929
- Sp: 0
- Exp: 1996
- JExp: 993
- AttackRange: 1
- Attack: [240, 320]
- Def: 5
- Mdef: 10
- Stats: {
- Str: 38
- Agi: 43
- Vit: 40
- Int: 15
- Dex: 115
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1576
- AttackMotion: 576
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Shining_Scales: 5335
- Zargon: 1400
- Oridecon_Stone: 134
- Tsurugi_: 2
- Posionous_Canine: 2500
- Scale_Of_Snakes: 5000
- White_Herb: 1000
- Side_Winder_Card: 1
- }
-},
-{
- Id: 1038
- SpriteName: "OSIRIS"
- Name: "Osiris"
- Lv: 78
- Hp: 415400
- Sp: 0
- Exp: 71500
- JExp: 28600
- AttackRange: 1
- Attack: [780, 2880]
- Def: 10
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 75
- Vit: 30
- Int: 37
- Dex: 86
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 1072
- AttackMotion: 672
- DamageMotion: 384
- MvpExp: 35750
- MvpDrops: {
- Old_Blue_Box: 4000
- Seed_Of_Yggdrasil: 3000
- Osiris_Doll: 500
- }
- Drops: {
- Old_Violet_Box: 2000
- Assasin_Dagger: 150
- Crown: 200
- Jamadhar_: 600
- Sacred_Marks: 1000
- Spinx_Helm: 150
- Cakram: 100
- Osiris_Card: 1
- }
-},
-{
- Id: 1039
- SpriteName: "BAPHOMET"
- Name: "Baphomet"
- Lv: 81
- Hp: 668000
- Sp: 0
- Exp: 107250
- JExp: 37895
- AttackRange: 2
- Attack: [3220, 4040]
- Def: 35
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 152
- Vit: 30
- Int: 85
- Dex: 120
- Luk: 95
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 768
- AttackMotion: 768
- DamageMotion: 576
- MvpExp: 53625
- MvpDrops: {
- Yggdrasilberry: 2000
- Baphomet_Doll: 500
- Evil_Horn: 5000
- }
- Drops: {
- Crescent_Scythe: 400
- Magestic_Goat: 300
- Crescent_Scythe_: 50
- Emperium: 500
- Magestic_Goat_: 10
- Elunium: 5432
- Oridecon: 4171
- Baphomet_Card: 1
- }
-},
-{
- Id: 1040
- SpriteName: "GOLEM"
- Name: "Golem"
- Lv: 25
- Hp: 3900
- Sp: 0
- Exp: 465
- JExp: 94
- AttackRange: 1
- Attack: [175, 187]
- Def: 40
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 15
- Vit: 25
- Int: 0
- Dex: 15
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 300
- AttackDelay: 1608
- AttackMotion: 816
- DamageMotion: 396
- MvpExp: 0
- Drops: {
- Steel: 150
- Stone_Heart: 9000
- Zargon: 220
- Elunium_Stone: 70
- Coal: 210
- Yellow_Gemstone: 200
- Iron: 350
- Golem_Card: 1
- }
-},
-{
- Id: 1041
- SpriteName: "MUMMY"
- Name: "Mummy"
- Lv: 37
- Hp: 5176
- Sp: 0
- Exp: 800
- JExp: 602
- AttackRange: 1
- Attack: [305, 360]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 28
- Agi: 19
- Vit: 32
- Int: 0
- Dex: 63
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1772
- AttackMotion: 72
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Rotten_Bandage: 9000
- Oridecon_Stone: 100
- Mementos: 550
- Glove: 1
- Silver_Ring: 10
- Panacea: 250
- Yellow_Herb: 850
- Mummy_Card: 1
- }
-},
-{
- Id: 1042
- SpriteName: "STEEL_CHONCHON"
- Name: "Steel Chonchon"
- Lv: 17
- Hp: 530
- Sp: 0
- Exp: 109
- JExp: 71
- AttackRange: 1
- Attack: [54, 65]
- Def: 15
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 43
- Vit: 17
- Int: 5
- Dex: 33
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Looter: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 150
- AttackDelay: 1076
- AttackMotion: 576
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Wind_Of_Verdure: 90
- Steel: 30
- Garlet: 2400
- Shell: 9000
- Solid_Shell: 30
- Iron: 200
- Iron_Ore: 300
- Steel_Chonchon_Card: 1
- }
-},
-/*{
- Id: 1043
- SpriteName: "SEAHORES"
- Name: "Seahorse"
- Lv: 18
- Hp: 1452
- Sp: 0
- Exp: 122
- JExp: 78
- AttackRange: 3
- Attack: [100, 150]
- Def: 15
- Mdef: 7
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 10
- Size: "Size_Small"
- Race: "RC_Fish"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- Boss: true
- Detector: true
- }
- MoveSpeed: 200
- AttackDelay: 1500
- AttackMotion: 800
- DamageMotion: 600
- MvpExp: 0
-},*/
-{
- Id: 1044
- SpriteName: "OBEAUNE"
- Name: "Obeaune"
- Lv: 31
- Hp: 3952
- Sp: 0
- Exp: 644
- JExp: 407
- AttackRange: 1
- Attack: [141, 165]
- Def: 0
- Mdef: 40
- Stats: {
- Str: 1
- Agi: 31
- Vit: 31
- Int: 55
- Dex: 74
- Luk: 85
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Fish"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Mistic_Frozen: 13
- Heart_Of_Mermaid: 9000
- Fin_Helm: 1
- Saint_Robe_: 10
- Skyblue_Jewel: 10
- Fin: 500
- Witherless_Rose: 30
- Obeaune_Card: 1
- }
-},
-{
- Id: 1045
- SpriteName: "MARC"
- Name: "Marc"
- Lv: 36
- Hp: 6900
- Sp: 0
- Exp: 988
- JExp: 625
- AttackRange: 1
- Attack: [220, 280]
- Def: 5
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 36
- Vit: 36
- Int: 20
- Dex: 56
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Fish"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1272
- AttackMotion: 72
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Mistic_Frozen: 18
- Gill: 9000
- Oridecon_Stone: 95
- Fin: 1000
- Skyblue_Jewel: 10
- Blue_Gemstone: 200
- White_Herb: 700
- Marc_Card: 1
- }
-},
-{
- Id: 1046
- SpriteName: "DOPPELGANGER"
- Name: "Doppelganger"
- Lv: 72
- Hp: 249000
- Sp: 0
- Exp: 51480
- JExp: 10725
- AttackRange: 1
- Attack: [1340, 1590]
- Def: 60
- Mdef: 35
- Stats: {
- Str: 88
- Agi: 90
- Vit: 30
- Int: 35
- Dex: 125
- Luk: 65
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 480
- AttackMotion: 480
- DamageMotion: 288
- MvpExp: 25740
- MvpDrops: {
- Cardinal_Jewel_: 1500
- Blue_Potion: 6000
- }
- Drops: {
- Plate_Armor_: 250
- Broad_Sword_: 220
- Zweihander: 150
- Sharp_Gear: 350
- Lance_: 550
- Elunium: 3686
- Oridecon: 2700
- Doppelganger_Card: 1
- }
-},
-{
- Id: 1047
- SpriteName: "PECOPECO_EGG"
- Name: "Peco Peco Egg"
- Lv: 3
- Hp: 420
- Sp: 0
- Exp: 4
- JExp: 4
- AttackRange: 0
- Attack: [1, 2]
- Def: 20
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 0
- Dex: 1
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- MoveSpeed: 1000
- AttackDelay: 1001
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
- Drops: {
- Phracon: 250
- Shell: 1500
- Guard_: 2
- Red_Herb: 400
- Red_Herb: 400
- Empty_Bottle: 1800
- White_Platter: 10
- Pecopeco_Egg_Card: 1
- }
-},
-{
- Id: 1048
- SpriteName: "THIEF_BUG_EGG"
- Name: "Thief Bug Egg"
- Lv: 4
- Hp: 48
- Sp: 0
- Exp: 8
- JExp: 4
- AttackRange: 0
- Attack: [13, 17]
- Def: 20
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 6
- Vit: 4
- Int: 0
- Dex: 14
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Dark", 1)
- Mode: {
- Detector: true
- }
- MoveSpeed: 1000
- AttackDelay: 701
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
- Drops: {
- Phracon: 300
- Chrysalis: 5000
- Guard_: 2
- Sticky_Mucus: 600
- Red_Gemstone: 100
- Black_Ladle: 10
- Iron_Ore: 250
- Thief_Bug_Egg_Card: 1
- }
-},
-{
- Id: 1049
- SpriteName: "PICKY"
- Name: "Picky"
- Lv: 3
- Hp: 80
- Sp: 0
- Exp: 4
- JExp: 3
- AttackRange: 1
- Attack: [9, 12]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 3
- Vit: 3
- Int: 5
- Dex: 10
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 988
- AttackMotion: 288
- DamageMotion: 168
- MvpExp: 0
- Drops: {
- Feather_Of_Birds: 9000
- Feather: 700
- Cotton_Shirt_: 150
- Red_Herb: 550
- Milk: 300
- Yellow_Gemstone: 50
- Picky_Card: 1
- }
-},
-{
- Id: 1050
- SpriteName: "PICKY_"
- Name: "Picky"
- Lv: 4
- Hp: 83
- Sp: 0
- Exp: 5
- JExp: 4
- AttackRange: 1
- Attack: [8, 11]
- Def: 20
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 3
- Vit: 3
- Int: 10
- Dex: 11
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 988
- AttackMotion: 288
- DamageMotion: 168
- MvpExp: 0
- Drops: {
- Feather_Of_Birds: 9000
- Feather: 700
- Egg_Shell: 10
- Red_Herb: 600
- Milk: 300
- Yellow_Gemstone: 50
- Tiny_Egg_Shell: 10
- Picky__Card: 1
- }
-},
-{
- Id: 1051
- SpriteName: "THIEF_BUG"
- Name: "Thief Bug"
- Lv: 6
- Hp: 126
- Sp: 0
- Exp: 17
- JExp: 5
- AttackRange: 1
- Attack: [18, 24]
- Def: 5
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 6
- Vit: 6
- Int: 0
- Dex: 11
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Looter: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 150
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 768
- MvpExp: 0
- Drops: {
- Worm_Peelings: 2500
- Leather_Jacket_: 80
- Red_Herb: 350
- Jellopy: 2000
- Leather_Jacket: 120
- Iron_Ore: 250
- Thief_Bug_Card: 1
- }
-},
-{
- Id: 1052
- SpriteName: "ROCKER"
- Name: "Rocker"
- Lv: 9
- Hp: 198
- Sp: 0
- Exp: 20
- JExp: 16
- AttackRange: 1
- Attack: [24, 29]
- Def: 5
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 9
- Vit: 18
- Int: 10
- Dex: 14
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 200
- AttackDelay: 1864
- AttackMotion: 864
- DamageMotion: 540
- MvpExp: 0
- Drops: {
- Grasshoppers_Leg: 9000
- Guitar_Of_Vast_Land: 10
- Green_Feeler: 4
- Javelin_: 80
- Leaflet_Of_Hinal: 10
- Grasshopper_Doll: 10
- Hinalle: 10
- Rocker_Card: 1
- }
-},
-{
- Id: 1053
- SpriteName: "THIEF_BUG_"
- Name: "Thief Bug Female"
- JName: "Female Thief Bug"
- Lv: 10
- Hp: 170
- Sp: 0
- Exp: 35
- JExp: 18
- AttackRange: 1
- Attack: [33, 40]
- Def: 5
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 15
- Vit: 10
- Int: 5
- Dex: 23
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Insect"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Looter: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 200
- AttackDelay: 988
- AttackMotion: 288
- DamageMotion: 768
- MvpExp: 0
- Drops: {
- Worm_Peelings: 3500
- Garlet: 250
- Blade_: 15
- Insect_Feeler: 200
- Red_Herb: 400
- Red_Gemstone: 50
- Iron_Ore: 300
- Thief_Bug_Female_Card: 1
- }
-},
-{
- Id: 1054
- SpriteName: "THIEF_BUG__"
- Name: "Thief Bug Male"
- JName: "Male Thief Bug"
- Lv: 19
- Hp: 583
- Sp: 0
- Exp: 223
- JExp: 93
- AttackRange: 1
- Attack: [76, 88]
- Def: 15
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 29
- Vit: 16
- Int: 5
- Dex: 36
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Insect"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 988
- AttackMotion: 288
- DamageMotion: 768
- MvpExp: 0
- Drops: {
- Emveretarcon: 40
- Insect_Feeler: 5500
- Worm_Peelings: 1500
- Slayer_: 10
- Yellow_Herb: 90
- Bluish_Green_Jewel: 5
- Katana: 50
- Thief_Bug_Male_Card: 1
- }
-},
-{
- Id: 1055
- SpriteName: "MUKA"
- Name: "Muka"
- Lv: 17
- Hp: 610
- Sp: 0
- Exp: 273
- JExp: 120
- AttackRange: 1
- Attack: [40, 49]
- Def: 5
- Mdef: 5
- Stats: {
- Str: 15
- Agi: 15
- Vit: 30
- Int: 5
- Dex: 20
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 300
- AttackDelay: 1960
- AttackMotion: 960
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Yellow_Live: 70
- Cactus_Needle: 9000
- Empty_Bottle: 2000
- Green_Herb: 400
- Red_Herb: 1000
- Guisarme: 50
- Iron_Ore: 250
- Muka_Card: 1
- }
-},
-{
- Id: 1056
- SpriteName: "SMOKIE"
- Name: "Smokie"
- Lv: 18
- Hp: 641
- Sp: 0
- Exp: 134
- JExp: 86
- AttackRange: 1
- Attack: [61, 72]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 18
- Vit: 36
- Int: 25
- Dex: 26
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1576
- AttackMotion: 576
- DamageMotion: 420
- MvpExp: 0
- Drops: {
- Raccoon_Leaf: 5500
- Animals_Skin: 5500
- Sweet_Potato: 800
- Cat_Hairband: 1
- Raccoondog_Doll: 2
- Zargon: 5
- Bluish_Green_Jewel: 2
- Smokie_Card: 1
- }
-},
-{
- Id: 1057
- SpriteName: "YOYO"
- Name: "Yoyo"
- Lv: 21
- Hp: 879
- Sp: 0
- Exp: 280
- JExp: 111
- AttackRange: 1
- Attack: [71, 82]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 24
- Vit: 30
- Int: 35
- Dex: 32
- Luk: 55
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Looter: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 200
- AttackDelay: 1054
- AttackMotion: 54
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Yoyo_Tail: 9000
- Banana: 1500
- Yellow_Herb: 200
- Cacao: 900
- Monkey_Doll: 10
- Oridecon_Stone: 24
- Strawberry: 1000
- Yoyo_Card: 1
- }
-},
-{
- Id: 1058
- SpriteName: "METALLER"
- Name: "Metaller"
- Lv: 22
- Hp: 926
- Sp: 0
- Exp: 241
- JExp: 152
- AttackRange: 1
- Attack: [131, 159]
- Def: 15
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 22
- Vit: 22
- Int: 20
- Dex: 49
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Insect"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Looter: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 200
- AttackDelay: 1708
- AttackMotion: 1008
- DamageMotion: 540
- MvpExp: 0
- Drops: {
- Boody_Red: 60
- Grasshoppers_Leg: 6500
- Scell: 400
- Elunium_Stone: 49
- Singing_Plant: 20
- Shell: 3000
- Guitar_Of_Passion: 10
- Metaller_Card: 1
- }
-},
-{
- Id: 1059
- SpriteName: "MISTRESS"
- Name: "Mistress"
- Lv: 74
- Hp: 212000
- Sp: 0
- Exp: 39325
- JExp: 27170
- AttackRange: 1
- Attack: [880, 1110]
- Def: 40
- Mdef: 60
- Stats: {
- Str: 50
- Agi: 165
- Vit: 60
- Int: 95
- Dex: 70
- Luk: 130
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Wind", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 1148
- AttackMotion: 648
- DamageMotion: 300
- MvpExp: 19662
- MvpDrops: {
- Rough_Wind: 1500
- Royal_Jelly: 4000
- Scarlet_Jewel: 3000
- }
- Drops: {
- Gungnir: 150
- Honey: 10000
- Coronet: 250
- Old_Card_Album: 1000
- Young_Twig: 10
- Elunium: 4268
- Red_Square_Bag: 100
- Mistress_Card: 1
- }
-},
-{
- Id: 1060
- SpriteName: "BIGFOOT"
- Name: "Bigfoot"
- Lv: 25
- Hp: 1619
- Sp: 0
- Exp: 310
- JExp: 188
- AttackRange: 1
- Attack: [198, 220]
- Def: 10
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 25
- Vit: 55
- Int: 15
- Dex: 20
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 300
- AttackDelay: 1260
- AttackMotion: 192
- DamageMotion: 192
- MvpExp: 0
- Drops: {
- Bears_Foot: 9000
- Poo_Poo_Hat: 5
- Animals_Skin: 5000
- Stuffed_Doll: 80
- Sweet_Potato: 1500
- Honey: 450
- Oridecon_Stone: 43
- BigFoot_Card: 1
- }
-},
-{
- Id: 1061
- SpriteName: "NIGHTMARE"
- Name: "Nightmare"
- Lv: 49
- Hp: 4437
- Sp: 0
- Exp: 1912
- JExp: 1912
- AttackRange: 1
- Attack: [447, 529]
- Def: 0
- Mdef: 40
- Stats: {
- Str: 1
- Agi: 74
- Vit: 25
- Int: 15
- Dex: 64
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Ghost", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1816
- AttackMotion: 816
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Horseshoe: 6000
- Blue_Herb: 500
- Rosary: 2
- Old_Blue_Box: 30
- Blue_Potion: 100
- Infiltrator: 1
- Oridecon: 60
- Nightmare_Card: 1
- }
-},
-{
- Id: 1062
- SpriteName: "PORING_"
- Name: "Santa Poring"
- Lv: 3
- Hp: 69
- Sp: 0
- Exp: 4
- JExp: 5
- AttackRange: 1
- Attack: [12, 16]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 14
- Vit: 3
- Int: 10
- Dex: 12
- Luk: 90
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Holy", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 400
- AttackDelay: 1672
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Candy: 2000
- Candy_Striper: 1000
- Red_Herb: 1000
- Apple: 1000
- Santas_Hat: 100
- Apple: 7
- Poring__Card: 1
- }
-},
-{
- Id: 1063
- SpriteName: "LUNATIC"
- Name: "Lunatic"
- Lv: 3
- Hp: 60
- Sp: 0
- Exp: 6
- JExp: 2
- AttackRange: 1
- Attack: [9, 12]
- Def: 0
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 3
- Vit: 3
- Int: 10
- Dex: 8
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1456
- AttackMotion: 456
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Clover: 6500
- Feather: 1000
- Pierrot_Nose: 4
- Apple: 2000
- Red_Herb: 600
- Carrot: 1100
- Rainbow_Carrot: 20
- Lunatic_Card: 1
- }
-},
-{
- Id: 1064
- SpriteName: "MEGALODON"
- Name: "Megalodon"
- Lv: 24
- Hp: 1648
- Sp: 0
- Exp: 215
- JExp: 132
- AttackRange: 1
- Attack: [155, 188]
- Def: 0
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 12
- Vit: 24
- Int: 0
- Dex: 26
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 2492
- AttackMotion: 792
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Rotten_Scale: 5500
- Skel_Bone: 1500
- Blue_Herb: 80
- Blue_Gemstone: 120
- Violet_Jewel: 10
- Old_Blue_Box: 2
- Rotten_Fish: 20
- Megalodon_Card: 1
- }
-},
-{
- Id: 1065
- SpriteName: "STROUF"
- Name: "Strouf"
- Lv: 48
- Hp: 11990
- Sp: 0
- Exp: 3080
- JExp: 2098
- AttackRange: 1
- Attack: [200, 1250]
- Def: 5
- Mdef: 50
- Stats: {
- Str: 1
- Agi: 40
- Vit: 45
- Int: 92
- Dex: 43
- Luk: 65
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Fish"
- Element: ("Ele_Water", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Fin: 5335
- Oridecon_Stone: 115
- Granpa_Beard: 2
- Trident_: 2
- Feather: 3000
- Skyblue_Jewel: 20
- Gill: 1500
- Strouf_Card: 1
- }
-},
-{
- Id: 1066
- SpriteName: "VADON"
- Name: "Vadon"
- Lv: 19
- Hp: 1017
- Sp: 0
- Exp: 135
- JExp: 85
- AttackRange: 1
- Attack: [74, 85]
- Def: 20
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 19
- Vit: 16
- Int: 10
- Dex: 36
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Fish"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 300
- AttackDelay: 1632
- AttackMotion: 432
- DamageMotion: 540
- MvpExp: 0
- Drops: {
- Crystal_Blue: 40
- Nipper: 9000
- Garlet: 3000
- Padded_Armor_: 5
- Solid_Shell: 100
- Elunium_Stone: 40
- Blue_Gemstone: 50
- Vadon_Card: 1
- }
-},
-{
- Id: 1067
- SpriteName: "CORNUTUS"
- Name: "Cornutus"
- Lv: 23
- Hp: 1620
- Sp: 0
- Exp: 240
- JExp: 149
- AttackRange: 1
- Attack: [109, 131]
- Def: 30
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 23
- Vit: 23
- Int: 5
- Dex: 36
- Luk: 12
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Fish"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1248
- AttackMotion: 48
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Crystal_Blue: 45
- Conch: 5500
- Scell: 800
- Elunium_Stone: 53
- Shield_: 5
- Solid_Shell: 1000
- Blue_Gemstone: 100
- Cornutus_Card: 1
- }
-},
-{
- Id: 1068
- SpriteName: "HYDRA"
- Name: "Hydra"
- Lv: 14
- Hp: 660
- Sp: 0
- Exp: 59
- JExp: 40
- AttackRange: 7
- Attack: [22, 28]
- Def: 0
- Mdef: 40
- Stats: {
- Str: 1
- Agi: 14
- Vit: 14
- Int: 0
- Dex: 40
- Luk: 2
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Water", 2)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 1000
- AttackDelay: 800
- AttackMotion: 432
- DamageMotion: 600
- MvpExp: 0
- Drops: {
- Emveretarcon: 25
- Tentacle: 5500
- Sticky_Mucus: 1500
- Detrimindexta: 20
- Panacea: 5
- Meat: 700
- Hydra_Card: 1
- }
-},
-{
- Id: 1069
- SpriteName: "SWORD_FISH"
- Name: "Swordfish"
- Lv: 30
- Hp: 4299
- Sp: 0
- Exp: 1251
- JExp: 638
- AttackRange: 1
- Attack: [168, 199]
- Def: 5
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 30
- Vit: 30
- Int: 41
- Dex: 62
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Fish"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1968
- AttackMotion: 768
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Mistic_Frozen: 10
- Sharp_Scale: 9000
- Oridecon_Stone: 33
- Snowy_Horn: 2
- Elunium_Stone: 50
- Katana_: 25
- Gill: 600
- Sword_Fish_Card: 1
- }
-},
-{
- Id: 1070
- SpriteName: "KUKRE"
- Name: "Kukre"
- Lv: 11
- Hp: 507
- Sp: 0
- Exp: 38
- JExp: 28
- AttackRange: 1
- Attack: [28, 37]
- Def: 15
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 11
- Vit: 11
- Int: 5
- Dex: 16
- Luk: 2
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Fish"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 150
- AttackDelay: 1776
- AttackMotion: 576
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Crystal_Blue: 30
- Worm_Peelings: 5500
- Garlet: 400
- Monsters_Feed: 500
- Red_Herb: 650
- Insect_Feeler: 450
- Earthworm_The_Dude: 20
- Kukre_Card: 1
- }
-},
-{
- Id: 1071
- SpriteName: "PIRATE_SKEL"
- Name: "Pirate Skeleton"
- Lv: 25
- Hp: 1676
- Sp: 0
- Exp: 233
- JExp: 142
- AttackRange: 1
- Attack: [145, 178]
- Def: 10
- Mdef: 15
- Stats: {
- Str: 25
- Agi: 13
- Vit: 25
- Int: 5
- Dex: 25
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1754
- AttackMotion: 554
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Skel_Bone: 3000
- Pirate_Bandana: 15
- Cookbook06: 5
- Bandana: 250
- Falchion: 250
- Oridecon_Stone: 43
- Well_Dried_Bone: 20
- Pirate_Skel_Card: 1
- }
-},
-{
- Id: 1072
- SpriteName: "KAHO"
- Name: "Kaho"
- Lv: 60
- Hp: 8409
- Sp: 0
- Exp: 3990
- JExp: 450
- AttackRange: 1
- Attack: [110, 760]
- Def: 5
- Mdef: 50
- Stats: {
- Str: 1
- Agi: 55
- Vit: 43
- Int: 88
- Dex: 80
- Luk: 46
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Fire", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1700
- AttackMotion: 1000
- DamageMotion: 500
- MvpExp: 0
- Drops: {
- Flame_Heart: 30
- Coal: 150
- Burning_Heart: 3000
- Fire_Scroll_1_3: 100
- Elunium_Stone: 1000
- Red_Gemstone: 300
- Alchol: 5
- Kaho_Card: 1
- }
-},
-{
- Id: 1073
- SpriteName: "CRAB"
- Name: "Crab"
- Lv: 20
- Hp: 2451
- Sp: 0
- Exp: 163
- JExp: 101
- AttackRange: 1
- Attack: [71, 81]
- Def: 35
- Mdef: 0
- Stats: {
- Str: 18
- Agi: 20
- Vit: 15
- Int: 0
- Dex: 36
- Luk: 15
- }
- ViewRange: 7
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Fish"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 992
- AttackMotion: 792
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Crap_Shell: 5500
- Nipper: 1500
- Stone: 700
- Sparkling_Dust: 13
- Elunium_Stone: 37
- Crab_Card: 1
- }
-},
-{
- Id: 1074
- SpriteName: "SHELLFISH"
- Name: "Shellfish"
- Lv: 15
- Hp: 920
- Sp: 0
- Exp: 66
- JExp: 44
- AttackRange: 1
- Attack: [35, 42]
- Def: 35
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 12
- Vit: 8
- Int: 0
- Dex: 32
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Fish"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 864
- AttackMotion: 864
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Clam_Shell: 5500
- Flesh_Of_Clam: 1000
- Stone: 500
- Grit: 1000
- Sparkling_Dust: 10
- Elunium_Stone: 18
- Shellfish_Card: 1
- }
-},
-/*{
- Id: 1075
- SpriteName: "TURTLE"
- Name: "Turtle"
- Lv: 3
- Hp: 77
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1, 2]
- Def: 35
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 7
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Fish"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 500
- AttackMotion: 500
- DamageMotion: 500
- MvpExp: 0
-},*/
-{
- Id: 1076
- SpriteName: "SKELETON"
- Name: "Skeleton"
- Lv: 10
- Hp: 234
- Sp: 0
- Exp: 18
- JExp: 14
- AttackRange: 1
- Attack: [39, 47]
- Def: 10
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 5
- Vit: 10
- Int: 0
- Dex: 12
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 2228
- AttackMotion: 528
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Phracon: 90
- Skel_Bone: 800
- Mace_: 80
- Jellopy: 3000
- Red_Herb: 850
- Skul_Ring: 30
- Skeleton_Card: 1
- }
-},
-{
- Id: 1077
- SpriteName: "POISON_SPORE"
- Name: "Poison Spore"
- Lv: 19
- Hp: 665
- Sp: 0
- Exp: 186
- JExp: 93
- AttackRange: 1
- Attack: [89, 101]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 19
- Vit: 25
- Int: 0
- Dex: 24
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1672
- AttackMotion: 672
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Poison_Spore: 9000
- Hat_: 20
- Green_Herb: 550
- Blue_Herb: 60
- Karvodailnirol: 50
- Mushroom_Spore: 1200
- Zargon: 5
- Poison_Spore_Card: 1
- }
-},
-{
- Id: 1078
- SpriteName: "RED_PLANT"
- Name: "Red Plant"
- Lv: 1
- Hp: 10
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 0
- Luk: 0
- }
- ViewRange: 7
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- Plant: true
- }
- MoveSpeed: 2000
- AttackDelay: 1
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
- Drops: {
- Red_Herb: 5500
- Flower: 1000
- Shoot: 1000
- Stem: 500
- Pointed_Scale: 300
- Fluff: 500
- Ment: 50
- Centimental_Flower: 2
- }
-},
-{
- Id: 1079
- SpriteName: "BLUE_PLANT"
- Name: "Blue Plant"
- Lv: 1
- Hp: 10
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 0
- Luk: 0
- }
- ViewRange: 7
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- Plant: true
- }
- MoveSpeed: 2000
- AttackDelay: 1
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
- Drops: {
- Blue_Herb: 5500
- Flower: 1000
- Shoot: 1000
- Stem: 500
- Pointed_Scale: 300
- Fruit_Of_Mastela: 50
- Grape: 1000
- Centimental_Leaf: 2
- }
-},
-{
- Id: 1080
- SpriteName: "GREEN_PLANT"
- Name: "Green Plant"
- Lv: 1
- Hp: 10
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 0
- Luk: 0
- }
- ViewRange: 7
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- Plant: true
- }
- MoveSpeed: 2000
- AttackDelay: 1
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
- Drops: {
- Green_Herb: 7000
- Flower: 1000
- Bitter_Herb: 20
- Stem: 3000
- Pointed_Scale: 1500
- Aloe: 50
- Leaflet_Of_Aloe: 50
- Centimental_Leaf: 2
- }
-},
-{
- Id: 1081
- SpriteName: "YELLOW_PLANT"
- Name: "Yellow Plant"
- Lv: 1
- Hp: 10
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 0
- Luk: 0
- }
- ViewRange: 7
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- Plant: true
- }
- MoveSpeed: 2000
- AttackDelay: 1
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
- Drops: {
- Yellow_Herb: 5500
- Flower: 1000
- Shoot: 1000
- Stem: 500
- Pointed_Scale: 300
- Singing_Plant: 5
- Fluff: 500
- Centimental_Flower: 2
- }
-},
-{
- Id: 1082
- SpriteName: "WHITE_PLANT"
- Name: "White Plant"
- Lv: 1
- Hp: 10
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 0
- Luk: 0
- }
- ViewRange: 7
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- Plant: true
- }
- MoveSpeed: 2000
- AttackDelay: 1
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
- Drops: {
- White_Herb: 5500
- Flower: 1000
- Deadly_Noxious_Herb: 20
- Stem: 3000
- Pointed_Scale: 1500
- Leaflet_Of_Aloe: 50
- Hinalle: 50
- Centimental_Flower: 2
- }
-},
-{
- Id: 1083
- SpriteName: "SHINING_PLANT"
- Name: "Shining Plant"
- Lv: 1
- Hp: 20
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 0
- Luk: 90
- }
- ViewRange: 7
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Holy", 1)
- Mode: {
- Plant: true
- }
- MoveSpeed: 2000
- AttackDelay: 1
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
- Drops: {
- Blue_Herb: 5500
- Yellow_Herb: 1000
- White_Herb: 1000
- Illusion_Flower: 5
- Seed_Of_Yggdrasil: 20
- Honey: 500
- Yggdrasilberry: 50
- Emperium: 1
- }
-},
-{
- Id: 1084
- SpriteName: "BLACK_MUSHROOM"
- Name: "Black Mushroom"
- Lv: 1
- Hp: 15
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 0
- Luk: 0
- }
- ViewRange: 7
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- Plant: true
- }
- MoveSpeed: 2000
- AttackDelay: 1
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
- Drops: {
- Alchol: 50
- Detrimindexta: 50
- Dew_Laden_Moss: 20
- Feather: 2000
- Crystal_Blue: 800
- Mushroom_Spore: 5500
- Mushroom_Spore: 5500
- Poison_Spore: 5500
- }
-},
-{
- Id: 1085
- SpriteName: "RED_MUSHROOM"
- Name: "Red Mushroom"
- Lv: 1
- Hp: 15
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 0
- Luk: 0
- }
- ViewRange: 7
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- Plant: true
- }
- MoveSpeed: 2000
- AttackDelay: 1
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
- Drops: {
- Alchol: 50
- Karvodailnirol: 50
- Dew_Laden_Moss: 20
- Feather: 2000
- Boody_Red: 1000
- Mushroom_Spore: 5500
- Mushroom_Spore: 5500
- Poison_Spore: 5500
- }
-},
-{
- Id: 1086
- SpriteName: "GOLDEN_BUG"
- Name: "Golden Thief Bug"
- Lv: 64
- Hp: 126000
- Sp: 0
- Exp: 14300
- JExp: 7150
- AttackRange: 1
- Attack: [870, 1145]
- Def: 60
- Mdef: 45
- Stats: {
- Str: 65
- Agi: 75
- Vit: 35
- Int: 45
- Dex: 85
- Luk: 150
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Insect"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Looter: true
- Assist: true
- Boss: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 100
- AttackDelay: 768
- AttackMotion: 768
- DamageMotion: 480
- MvpExp: 7150
- MvpDrops: {
- Gold_Ring: 2000
- Ora_Ora: 1000
- }
- Drops: {
- Gold: 1000
- Golden_Mace: 150
- Golden_Gear: 250
- Golden_Bell: 500
- Emperium: 300
- Elunium: 2000
- Oridecon: 1500
- Golden_Bug_Card: 1
- }
-},
-{
- Id: 1087
- SpriteName: "ORK_HERO"
- Name: "Orc Hero"
- Lv: 77
- Hp: 585700
- Sp: 0
- Exp: 58630
- JExp: 32890
- AttackRange: 1
- Attack: [2257, 2542]
- Def: 40
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 91
- Vit: 30
- Int: 70
- Dex: 105
- Luk: 90
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1678
- AttackMotion: 780
- DamageMotion: 648
- MvpExp: 29315
- MvpDrops: {
- Red_Jewel: 2000
- Yggdrasilberry: 1500
- Steel: 5000
- }
- Drops: {
- Voucher_Of_Orcish_Hero: 9700
- Monkey_Circlet: 500
- Right_Epsilon: 150
- Shield_: 250
- Orcish_Sword: 1000
- Elunium: 4559
- Giant_Axe: 100
- Orc_Hero_Card: 1
- }
-},
-{
- Id: 1088
- SpriteName: "VOCAL"
- Name: "Vocal"
- Lv: 18
- Hp: 3016
- Sp: 0
- Exp: 110
- JExp: 88
- AttackRange: 1
- Attack: [71, 82]
- Def: 10
- Mdef: 30
- Stats: {
- Str: 77
- Agi: 28
- Vit: 26
- Int: 30
- Dex: 53
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1080
- AttackMotion: 648
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Oldmans_Romance: 50
- Grasshoppers_Leg: 8000
- Azure_Jewel: 1000
- Grasshopper_Doll: 1500
- Angels_Arrival: 1000
- Center_Potion: 700
- Guitar_Of_Gentle_Breeze: 10
- Vocal_Card: 1
- }
-},
-{
- Id: 1089
- SpriteName: "TOAD"
- Name: "Toad"
- Lv: 10
- Hp: 5065
- Sp: 0
- Exp: 100
- JExp: 50
- AttackRange: 1
- Attack: [26, 32]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 5
- Vit: 10
- Int: 10
- Dex: 10
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Fish"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1236
- AttackMotion: 336
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Big_Sis_Ribbon: 50
- Honey: 2000
- Bluish_Green_Jewel: 1000
- Glass_Bead: 1500
- Alchol: 100
- Detrimindexta: 100
- Kiss_Of_Angel: 1000
- Toad_Card: 1
- }
-},
-{
- Id: 1090
- SpriteName: "MASTERING"
- Name: "Mastering"
- Lv: 2
- Hp: 2415
- Sp: 0
- Exp: 30
- JExp: 10
- AttackRange: 1
- Attack: [18, 24]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 2
- Vit: 2
- Int: 0
- Dex: 17
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1072
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Snowy_Horn: 200
- Unripe_Apple: 50
- Scarlet_Jewel: 1000
- Angels_Safeguard: 1000
- Apple: 8000
- Apple: 8000
- Apple_Juice: 4000
- Mastering_Card: 1
- }
-},
-{
- Id: 1091
- SpriteName: "DRAGON_FLY"
- Name: "Dragon Fly"
- Lv: 8
- Hp: 2400
- Sp: 0
- Exp: 88
- JExp: 44
- AttackRange: 1
- Attack: [22, 27]
- Def: 40
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 20
- Vit: 8
- Int: 15
- Dex: 17
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 1076
- AttackMotion: 576
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Sweet_Gents: 200
- Red_Herb: 8000
- Violet_Jewel: 1500
- Chonchon_Doll: 2000
- Clip: 3000
- Lusty_Iron: 50
- Grape_Juice: 3000
- Dragon_Fly_Card: 1
- }
-},
-{
- Id: 1092
- SpriteName: "VAGABOND_WOLF"
- Name: "Vagabond Wolf"
- Lv: 24
- Hp: 12240
- Sp: 0
- Exp: 247
- JExp: 176
- AttackRange: 1
- Attack: [135, 159]
- Def: 10
- Mdef: 0
- Stats: {
- Str: 57
- Agi: 45
- Vit: 48
- Int: 20
- Dex: 50
- Luk: 65
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1048
- AttackMotion: 648
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Western_Grace: 200
- Claw_Of_Wolves: 8000
- Golden_Jewel: 1500
- Star_Dust_Blade: 100
- Angels_Warmth: 1000
- Red_Jewel: 10
- Monster_Juice: 50
- Vagabond_Wolf_Card: 1
- }
-},
-{
- Id: 1093
- SpriteName: "ECLIPSE"
- Name: "Eclipse"
- Lv: 6
- Hp: 1800
- Sp: 0
- Exp: 60
- JExp: 55
- AttackRange: 1
- Attack: [20, 26]
- Def: 0
- Mdef: 40
- Stats: {
- Str: 1
- Agi: 36
- Vit: 6
- Int: 0
- Dex: 11
- Luk: 80
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1456
- AttackMotion: 456
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Fillet: 200
- Red_Herb: 8000
- White_Jewel: 1200
- Glass_Bead: 1500
- Four_Leaf_Clover: 30
- Rainbow_Carrot: 50
- Angels_Protection: 1000
- Eclipse_Card: 1
- }
-},
-{
- Id: 1094
- SpriteName: "AMBERNITE"
- Name: "Ambernite"
- Lv: 13
- Hp: 495
- Sp: 0
- Exp: 57
- JExp: 38
- AttackRange: 1
- Attack: [39, 46]
- Def: 30
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 13
- Vit: 13
- Int: 5
- Dex: 18
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Insect"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 2048
- AttackMotion: 648
- DamageMotion: 648
- MvpExp: 0
- Drops: {
- Crystal_Blue: 50
- Snails_Shell: 9000
- Garlet: 1200
- Shell: 3000
- Solid_Shell: 2
- Elunium_Stone: 14
- Iron_Ore: 150
- Ambernite_Card: 1
- }
-},
-{
- Id: 1095
- SpriteName: "ANDRE"
- Name: "Andre"
- Lv: 17
- Hp: 688
- Sp: 0
- Exp: 109
- JExp: 71
- AttackRange: 1
- Attack: [60, 71]
- Def: 10
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 17
- Vit: 24
- Int: 20
- Dex: 26
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Looter: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 300
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Worm_Peelings: 9000
- Garlet: 1000
- Sticky_Mucus: 500
- Yellow_Live: 50
- Sparkling_Dust: 4
- Iron_Ore: 350
- Elunium_Stone: 28
- Andre_Card: 1
- }
-},
-{
- Id: 1096
- SpriteName: "ANGELING"
- Name: "Angeling"
- Lv: 20
- Hp: 55000
- Sp: 0
- Exp: 163
- JExp: 144
- AttackRange: 1
- Attack: [120, 195]
- Def: 0
- Mdef: 70
- Stats: {
- Str: 1
- Agi: 50
- Vit: 20
- Int: 75
- Dex: 68
- Luk: 200
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Angel"
- Element: ("Ele_Holy", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1072
- AttackMotion: 672
- DamageMotion: 672
- MvpExp: 0
- Drops: {
- Angelic_Chain: 100
- Scapulare_: 60
- Leaf_Of_Yggdrasil: 500
- Spirit_Chain: 1
- White_Herb: 2000
- Apple: 28
- Emperium: 40
- Angeling_Card: 1
- }
-},
-{
- Id: 1097
- SpriteName: "ANT_EGG"
- Name: "Ant Egg"
- Lv: 4
- Hp: 420
- Sp: 0
- Exp: 5
- JExp: 4
- AttackRange: 0
- Attack: [1, 2]
- Def: 20
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 0
- Dex: 1
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- MoveSpeed: 1000
- AttackDelay: 1001
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
- Drops: {
- Phracon: 320
- Shell: 2000
- Jellopy: 2000
- Sticky_Mucus: 650
- Empty_Bottle: 2000
- Iron_Ore: 200
- Andre_Egg_Card: 1
- }
-},
-{
- Id: 1098
- SpriteName: "ANUBIS"
- Name: "Anubis"
- Lv: 75
- Hp: 38000
- Sp: 0
- Exp: 28000
- JExp: 22000
- AttackRange: 1
- Attack: [530, 1697]
- Def: 25
- Mdef: 31
- Stats: {
- Str: 5
- Agi: 65
- Vit: 10
- Int: 82
- Dex: 77
- Luk: 33
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Undead", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1250
- AttackMotion: 768
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Rotten_Bandage: 3000
- Healing_Staff: 10
- Mementos: 550
- Oridecon: 105
- Sacred_Masque: 4365
- Mitten_Of_Presbyter: 1
- Blessed_Wand: 3
- Anubis_Card: 1
- }
-},
-{
- Id: 1099
- SpriteName: "ARGIOPE"
- Name: "Argiope"
- Lv: 41
- Hp: 4382
- Sp: 0
- Exp: 1797
- JExp: 849
- AttackRange: 1
- Attack: [395, 480]
- Def: 30
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 41
- Vit: 31
- Int: 10
- Dex: 56
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Insect"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1792
- AttackMotion: 792
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Short_Leg: 5335
- Zargon: 1200
- Elunium_Stone: 175
- Boots_: 5
- Green_Herb: 1500
- Violet_Jewel: 10
- Argiope_Card: 1
- }
-},
-{
- Id: 1100
- SpriteName: "ARGOS"
- Name: "Argos"
- Lv: 25
- Hp: 1117
- Sp: 0
- Exp: 388
- JExp: 188
- AttackRange: 1
- Attack: [158, 191]
- Def: 15
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 25
- Vit: 25
- Int: 5
- Dex: 32
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Insect"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1468
- AttackMotion: 468
- DamageMotion: 768
- MvpExp: 0
- Drops: {
- Spiderweb: 9000
- Scell: 1200
- Short_Leg: 500
- Elunium_Stone: 61
- Green_Herb: 670
- Yellow_Herb: 250
- Bark_Shorts: 15
- Argos_Card: 1
- }
-},
-{
- Id: 1101
- SpriteName: "BAPHOMET_"
- Name: "Baphomet Jr."
- Lv: 50
- Hp: 8578
- Sp: 0
- Exp: 2706
- JExp: 1480
- AttackRange: 1
- Attack: [487, 590]
- Def: 15
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 75
- Vit: 55
- Int: 1
- Dex: 93
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 868
- AttackMotion: 480
- DamageMotion: 120
- MvpExp: 0
- Drops: {
- Evil_Horn: 500
- Oridecon: 63
- Halberd_: 2
- Yggdrasilberry: 50
- Leaf_Of_Yggdrasil: 100
- Yellow_Herb: 1300
- Boots: 50
- Baphomet__Card: 1
- }
-},
-{
- Id: 1102
- SpriteName: "BATHORY"
- Name: "Bathory"
- Lv: 44
- Hp: 5415
- Sp: 0
- Exp: 2503
- JExp: 1034
- AttackRange: 1
- Attack: [198, 398]
- Def: 0
- Mdef: 60
- Stats: {
- Str: 1
- Agi: 76
- Vit: 24
- Int: 85
- Dex: 65
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 1504
- AttackMotion: 840
- DamageMotion: 900
- MvpExp: 0
- Drops: {
- Sparkling_Dust: 200
- Starsand_Of_Witch: 4850
- Star_Sparkling: 3
- Arc_Wand_: 5
- Star_Crumb: 30
- Old_Magic_Book: 15
- Old_Broom: 20
- Bathory_Card: 1
- }
-},
-{
- Id: 1103
- SpriteName: "CARAMEL"
- Name: "Caramel"
- Lv: 23
- Hp: 1424
- Sp: 0
- Exp: 264
- JExp: 162
- AttackRange: 1
- Attack: [90, 112]
- Def: 5
- Mdef: 5
- Stats: {
- Str: 35
- Agi: 23
- Vit: 46
- Int: 5
- Dex: 38
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1604
- AttackMotion: 840
- DamageMotion: 756
- MvpExp: 0
- Drops: {
- Porcupine_Spike: 9000
- Coat_: 5
- Animals_Skin: 5500
- Glaive_: 10
- Spear_: 15
- Pike_: 20
- Caramel_Card: 1
- }
-},
-{
- Id: 1104
- SpriteName: "COCO"
- Name: "Coco"
- Lv: 17
- Hp: 817
- Sp: 0
- Exp: 120
- JExp: 78
- AttackRange: 1
- Attack: [56, 67]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 24
- Agi: 17
- Vit: 34
- Int: 20
- Dex: 24
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 150
- AttackDelay: 1864
- AttackMotion: 864
- DamageMotion: 1008
- MvpExp: 0
- Drops: {
- Acorn: 9000
- Hood_: 20
- Fluff: 3000
- Animals_Skin: 2500
- Sweet_Potato: 500
- Sandals_: 25
- Strawberry: 600
- Coco_Card: 1
- }
-},
-{
- Id: 1105
- SpriteName: "DENIRO"
- Name: "Deniro"
- Lv: 19
- Hp: 760
- Sp: 0
- Exp: 135
- JExp: 85
- AttackRange: 1
- Attack: [68, 79]
- Def: 15
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 19
- Vit: 30
- Int: 20
- Dex: 43
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Looter: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 150
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Worm_Peelings: 9000
- Garlet: 3000
- Sticky_Mucus: 1200
- Boody_Red: 50
- Sparkling_Dust: 8
- Iron_Ore: 450
- Elunium_Stone: 34
- Andre_Card: 1
- }
-},
-{
- Id: 1106
- SpriteName: "DESERT_WOLF"
- Name: "Desert Wolf"
- Lv: 27
- Hp: 1716
- Sp: 0
- Exp: 427
- JExp: 266
- AttackRange: 1
- Attack: [169, 208]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 56
- Agi: 27
- Vit: 45
- Int: 15
- Dex: 56
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1120
- AttackMotion: 420
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Katar_: 5
- Claw_Of_Desert_Wolf: 5500
- Mink_Coat: 1
- Meat: 1200
- Claw_Of_Wolves: 2000
- Oridecon_Stone: 53
- Stiletto_: 140
- Desert_Wolf_Card: 1
- }
-},
-{
- Id: 1107
- SpriteName: "DESERT_WOLF_B"
- Name: "Desert Wolf Baby"
- JName: "Baby Desert Wolf"
- Lv: 9
- Hp: 164
- Sp: 0
- Exp: 20
- JExp: 16
- AttackRange: 1
- Attack: [30, 36]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 9
- Vit: 9
- Int: 5
- Dex: 21
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 300
- AttackDelay: 1600
- AttackMotion: 900
- DamageMotion: 240
- MvpExp: 0
- Drops: {
- Phracon: 85
- Animals_Skin: 5500
- Adventureres_Suit_: 80
- Meat: 600
- Cotton_Shirt: 200
- Asura_: 5
- Orange: 1000
- Desert_Wolf_Babe_Card: 1
- }
-},
-{
- Id: 1108
- SpriteName: "DEVIACE"
- Name: "Deviace"
- Lv: 47
- Hp: 20090
- Sp: 0
- Exp: 9988
- JExp: 7207
- AttackRange: 1
- Attack: [514, 1024]
- Def: 10
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 47
- Vit: 62
- Int: 48
- Dex: 62
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Fish"
- Element: ("Ele_Water", 4)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 400
- AttackDelay: 1680
- AttackMotion: 480
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Mistic_Frozen: 25
- Tooth_Of_Ancient_Fish: 9000
- Lip_Of_Ancient_Fish: 1000
- Antenna: 2
- Detrimindexta: 200
- Katar_Of_Cold_Icicle: 3
- Oridecon_Stone: 161
- Deviace_Card: 1
- }
-},
-{
- Id: 1109
- SpriteName: "DEVIRUCHI"
- Name: "Deviruchi"
- Lv: 46
- Hp: 6666
- Sp: 0
- Exp: 2662
- JExp: 1278
- AttackRange: 1
- Attack: [475, 560]
- Def: 10
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 69
- Vit: 40
- Int: 55
- Dex: 70
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 980
- AttackMotion: 600
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Petite_DiablOfs_Horn: 5335
- Petite_DiablOfs_Wing: 400
- Oridecon: 2
- Partizan_: 2
- Sacred_Marks: 5
- Zargon: 1500
- Oridecon_Stone: 154
- Deviruchi_Card: 1
- }
-},
-{
- Id: 1110
- SpriteName: "DOKEBI"
- Name: "Dokebi"
- Lv: 33
- Hp: 2697
- Sp: 0
- Exp: 889
- JExp: 455
- AttackRange: 1
- Attack: [197, 249]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 50
- Agi: 50
- Vit: 40
- Int: 35
- Dex: 69
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 250
- AttackDelay: 1156
- AttackMotion: 456
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Dokkaebi_Horn: 9000
- Elunium_Stone: 150
- Sword_Mace_: 2
- Mighty_Staff: 1
- Gold: 1
- Club: 300
- Hammer_Of_Blacksmith: 5
- Dokebi_Card: 1
- }
-},
-{
- Id: 1111
- SpriteName: "DRAINLIAR"
- Name: "Drainliar"
- Lv: 24
- Hp: 1162
- Sp: 0
- Exp: 431
- JExp: 176
- AttackRange: 1
- Attack: [74, 84]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 36
- Vit: 24
- Int: 0
- Dex: 78
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1276
- AttackMotion: 576
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Emveretarcon: 60
- Tooth_Of_Bat: 3000
- Red_Jewel: 20
- Red_Herb: 1000
- Wing_Of_Red_Bat: 5500
- Wing_Of_Red_Bat: 1500
- Oridecon_Stone: 40
- Drainliar_Card: 1
- }
-},
-{
- Id: 1112
- SpriteName: "DRAKE"
- Name: "Drake"
- Lv: 70
- Hp: 326666
- Sp: 0
- Exp: 28600
- JExp: 22880
- AttackRange: 1
- Attack: [1800, 2100]
- Def: 20
- Mdef: 35
- Stats: {
- Str: 85
- Agi: 80
- Vit: 49
- Int: 75
- Dex: 79
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 620
- AttackMotion: 420
- DamageMotion: 360
- MvpExp: 14300
- MvpDrops: {
- White_Potion: 5000
- Violet_Jewel: 500
- }
- Drops: {
- Saber_: 600
- Ring_Pommel_Saber_: 950
- Cutlas: 150
- Hae_Dong_Gum_: 400
- Corsair: 350
- Elunium: 3200
- Krasnaya: 100
- Drake_Card: 1
- }
-},
-{
- Id: 1113
- SpriteName: "DROPS"
- Name: "Drops"
- Lv: 3
- Hp: 55
- Sp: 0
- Exp: 4
- JExp: 3
- AttackRange: 1
- Attack: [10, 13]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 3
- Vit: 3
- Int: 0
- Dex: 12
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 400
- AttackDelay: 1372
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Jellopy: 7500
- Rod_: 80
- Sticky_Mucus: 500
- Apple: 1100
- Empty_Bottle: 1700
- Apple: 800
- Orange_Juice: 20
- Drops_Card: 1
- }
-},
-{
- Id: 1114
- SpriteName: "DUSTINESS"
- Name: "Dustiness"
- Lv: 21
- Hp: 1044
- Sp: 0
- Exp: 218
- JExp: 140
- AttackRange: 1
- Attack: [80, 102]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 53
- Vit: 17
- Int: 0
- Dex: 38
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 150
- AttackDelay: 1004
- AttackMotion: 504
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Moth_Dust: 9000
- Wing_Of_Moth: 500
- Masquerade: 4
- Insect_Feeler: 2000
- Sparkling_Dust: 10
- Red_Herb: 1200
- Dustiness_Card: 1
- }
-},
-{
- Id: 1115
- SpriteName: "EDDGA"
- Name: "Eddga"
- Lv: 65
- Hp: 152000
- Sp: 0
- Exp: 25025
- JExp: 12870
- AttackRange: 1
- Attack: [1215, 1565]
- Def: 15
- Mdef: 15
- Stats: {
- Str: 78
- Agi: 70
- Vit: 85
- Int: 66
- Dex: 90
- Luk: 85
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 872
- AttackMotion: 1344
- DamageMotion: 432
- MvpExp: 12512
- MvpDrops: {
- Tigers_Skin: 5000
- Tiger_Footskin: 1000
- Flame_Heart: 3000
- }
- Drops: {
- Fire_Brand: 150
- Smoking_Pipe: 250
- Honey: 10000
- Katar_Of_Raging_Blaze: 500
- Tiger_Footskin: 250
- Elunium: 2300
- Krieg: 100
- Eddga_Card: 1
- }
-},
-{
- Id: 1116
- SpriteName: "EGGYRA"
- Name: "Eggyra"
- Lv: 24
- Hp: 633
- Sp: 0
- Exp: 215
- JExp: 220
- AttackRange: 1
- Attack: [85, 107]
- Def: 20
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 36
- Vit: 24
- Int: 0
- Dex: 32
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Ghost", 2)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1816
- AttackMotion: 816
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Scell: 1000
- Egg_Shell: 20
- Piece_Of_Egg_Shell: 550
- Red_Herb: 1000
- Pet_Incubator: 300
- Center_Potion: 250
- Elunium_Stone: 57
- Eggyra_Card: 1
- }
-},
-{
- Id: 1117
- SpriteName: "EVIL_DRUID"
- Name: "Evil Druid"
- Lv: 58
- Hp: 16506
- Sp: 0
- Exp: 2890
- JExp: 1827
- AttackRange: 1
- Attack: [420, 670]
- Def: 5
- Mdef: 60
- Stats: {
- Str: 1
- Agi: 29
- Vit: 58
- Int: 80
- Dex: 68
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 2276
- AttackMotion: 576
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Biretta_: 10
- Bone_Wand: 1
- Ragamuffin_Cape: 2
- Bible: 10
- Leaf_Of_Yggdrasil: 200
- Cookbook07: 4
- White_Herb: 2000
- Evil_Druid_Card: 1
- }
-},
-{
- Id: 1118
- SpriteName: "FLORA"
- Name: "Flora"
- Lv: 26
- Hp: 2092
- Sp: 0
- Exp: 357
- JExp: 226
- AttackRange: 3
- Attack: [242, 273]
- Def: 10
- Mdef: 35
- Stats: {
- Str: 1
- Agi: 26
- Vit: 35
- Int: 5
- Dex: 43
- Luk: 80
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 1000
- AttackDelay: 1432
- AttackMotion: 432
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Blossom_Of_Maneater: 9000
- Sunflower: 3
- Aloe: 10
- Leaflet_Of_Aloe: 50
- Singing_Flower: 20
- Stem: 2000
- Witherless_Rose: 1
- Flora_Card: 1
- }
-},
-{
- Id: 1119
- SpriteName: "FRILLDORA"
- Name: "Frilldora"
- Lv: 30
- Hp: 2023
- Sp: 0
- Exp: 529
- JExp: 319
- AttackRange: 1
- Attack: [200, 239]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 35
- Agi: 30
- Vit: 38
- Int: 15
- Dex: 53
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1540
- AttackMotion: 720
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Lizard_Scruff: 5500
- Elunium_Stone: 90
- Reptile_Tongue: 1500
- Azure_Jewel: 15
- Yellow_Gemstone: 200
- Red_Herb: 800
- Zargon: 120
- Frilldora_Card: 1
- }
-},
-{
- Id: 1120
- SpriteName: "GHOSTRING"
- Name: "Ghostring"
- Lv: 18
- Hp: 73300
- Sp: 0
- Exp: 101
- JExp: 108
- AttackRange: 1
- Attack: [82, 122]
- Def: 0
- Mdef: 60
- Stats: {
- Str: 40
- Agi: 27
- Vit: 18
- Int: 45
- Dex: 72
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Ghost", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1220
- AttackMotion: 1080
- DamageMotion: 648
- MvpExp: 0
- Drops: {
- Transparent_Cloth: 5335
- Ghost_Bandana: 100
- Thief_Clothes_: 50
- Branch_Of_Dead_Tree: 500
- Old_Blue_Box: 10
- Emperium: 30
- Ghost_Scroll_1_5: 100
- Ghostring_Card: 1
- }
-},
-{
- Id: 1121
- SpriteName: "GIEARTH"
- Name: "Giearth"
- Lv: 29
- Hp: 2252
- Sp: 0
- Exp: 495
- JExp: 301
- AttackRange: 1
- Attack: [154, 185]
- Def: 10
- Mdef: 50
- Stats: {
- Str: 25
- Agi: 29
- Vit: 46
- Int: 60
- Dex: 64
- Luk: 105
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 200
- AttackDelay: 1848
- AttackMotion: 1296
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Great_Nature: 30
- Coal: 150
- Elder_Pixies_Beard: 5500
- Elven_Ears: 1
- Cap_: 10
- Sparkling_Dust: 100
- Giearth_Card: 1
- }
-},
-{
- Id: 1122
- SpriteName: "GOBLIN_1"
- Name: "Goblin"
- Lv: 25
- Hp: 1176
- Sp: 0
- Exp: 310
- JExp: 188
- AttackRange: 1
- Attack: [118, 140]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 53
- Vit: 25
- Int: 20
- Dex: 38
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 1120
- AttackMotion: 620
- DamageMotion: 240
- MvpExp: 0
- Drops: {
- Iron: 270
- Scell: 9000
- Oridecon_Stone: 43
- Goblini_Mask: 3
- Dirk_: 10
- Buckler_: 5
- Red_Herb: 1800
- Goblin_Card: 1
- }
-},
-{
- Id: 1123
- SpriteName: "GOBLIN_2"
- Name: "Goblin"
- Lv: 24
- Hp: 1034
- Sp: 0
- Exp: 287
- JExp: 176
- AttackRange: 1
- Attack: [88, 100]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 24
- Vit: 24
- Int: 15
- Dex: 66
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1320
- AttackMotion: 620
- DamageMotion: 240
- MvpExp: 0
- Drops: {
- Iron: 250
- Scell: 9000
- Indian_Hair_Piece: 3
- Flail_: 10
- Buckler_: 1
- Red_Herb: 1550
- Goblini_Mask: 3
- Goblin_Card: 1
- }
-},
-{
- Id: 1124
- SpriteName: "GOBLIN_3"
- Name: "Goblin"
- Lv: 24
- Hp: 1034
- Sp: 0
- Exp: 357
- JExp: 176
- AttackRange: 1
- Attack: [132, 165]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 24
- Vit: 24
- Int: 15
- Dex: 24
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1624
- AttackMotion: 624
- DamageMotion: 240
- MvpExp: 0
- Drops: {
- Iron: 230
- Scell: 9000
- Red_Bandana: 3
- Goblin_Mask_02: 15
- Buckler_: 1
- Red_Herb: 1550
- Yellow_Herb: 220
- Goblin_Card: 1
- }
-},
-{
- Id: 1125
- SpriteName: "GOBLIN_4"
- Name: "Goblin"
- Lv: 23
- Hp: 1359
- Sp: 0
- Exp: 264
- JExp: 164
- AttackRange: 1
- Attack: [109, 131]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 23
- Vit: 46
- Int: 15
- Dex: 36
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1624
- AttackMotion: 624
- DamageMotion: 240
- MvpExp: 0
- Drops: {
- Yellow_Live: 100
- Iron: 170
- Goblin_Mask_01: 15
- Gangster_Patch: 3
- Smasher_: 10
- Buckler_: 1
- Red_Herb: 1500
- Goblin_Card: 1
- }
-},
-{
- Id: 1126
- SpriteName: "GOBLIN_5"
- Name: "Goblin"
- Lv: 22
- Hp: 1952
- Sp: 0
- Exp: 241
- JExp: 152
- AttackRange: 1
- Attack: [105, 127]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 22
- Vit: 22
- Int: 15
- Dex: 32
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 3074
- AttackMotion: 1874
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Iron: 150
- Scell: 9000
- Wand_: 15
- Buckler_: 1
- Goblin_Mask_03: 15
- Red_Herb: 1500
- Yellow_Herb: 220
- Goblin_Card: 1
- }
-},
-{
- Id: 1127
- SpriteName: "HODE"
- Name: "Hode"
- Lv: 26
- Hp: 2282
- Sp: 0
- Exp: 550
- JExp: 300
- AttackRange: 1
- Attack: [146, 177]
- Def: 0
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 26
- Vit: 42
- Int: 5
- Dex: 49
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1480
- AttackMotion: 480
- DamageMotion: 720
- MvpExp: 0
- Drops: {
- Yellow_Live: 120
- Earthworm_Peeling: 9000
- Elunium_Stone: 80
- Sticky_Mucus: 3000
- Town_Sword_: 10
- Foolishness_Of_Blind: 1
- Fatty_Chubby_Earthworm: 20
- Hode_Card: 1
- }
-},
-{
- Id: 1128
- SpriteName: "HORN"
- Name: "Horn"
- Lv: 18
- Hp: 659
- Sp: 0
- Exp: 134
- JExp: 86
- AttackRange: 1
- Attack: [58, 69]
- Def: 10
- Mdef: 0
- Stats: {
- Str: 22
- Agi: 18
- Vit: 28
- Int: 10
- Dex: 47
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 200
- AttackDelay: 1528
- AttackMotion: 528
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Yellow_Live: 80
- Emveretarcon: 35
- Horn: 5500
- Guisarme_: 15
- Shell: 5500
- Solid_Shell: 70
- Horn_Card: 1
- }
-},
-{
- Id: 1129
- SpriteName: "HORONG"
- Name: "Horong"
- Lv: 34
- Hp: 1939
- Sp: 0
- Exp: 786
- JExp: 479
- AttackRange: 1
- Attack: [275, 327]
- Def: 99
- Mdef: 50
- Stats: {
- Str: 1
- Agi: 34
- Vit: 10
- Int: 0
- Dex: 50
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 1888
- AttackMotion: 1152
- DamageMotion: 828
- MvpExp: 0
- Drops: {
- Stone_Heart: 6500
- Zargon: 500
- Bomb_Wick: 5
- Fire_Arrow: 10000
- Elunium_Stone: 118
- Baked_Yam: 20
- Alchol: 50
- Horong_Card: 1
- }
-},
-{
- Id: 1130
- SpriteName: "JAKK"
- Name: "Jakk"
- Lv: 38
- Hp: 3581
- Sp: 0
- Exp: 1408
- JExp: 880
- AttackRange: 1
- Attack: [315, 382]
- Def: 5
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 38
- Vit: 38
- Int: 43
- Dex: 75
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1180
- AttackMotion: 480
- DamageMotion: 648
- MvpExp: 0
- Drops: {
- Pumpkin_Head: 9000
- Zargon: 900
- Elunium: 31
- Tights_: 5
- Frozen_Heart: 5
- Pumpkin: 1000
- Jakk_Card: 1
- }
-},
-{
- Id: 1131
- SpriteName: "JOKER"
- Name: "Joker"
- Lv: 57
- Hp: 12450
- Sp: 0
- Exp: 3706
- JExp: 2362
- AttackRange: 1
- Attack: [621, 738]
- Def: 10
- Mdef: 35
- Stats: {
- Str: 1
- Agi: 143
- Vit: 47
- Int: 75
- Dex: 98
- Luk: 175
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 1364
- AttackMotion: 864
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Zargon: 2000
- Old_Card_Album: 2
- Contracts_In_Shadow: 20
- Yellow_Herb: 1000
- Katar_Of_Piercing_Wind: 1
- Oridecon: 100
- Ghost_Scroll_1_5: 100
- Joker_Card: 1
- }
-},
-{
- Id: 1132
- SpriteName: "KHALITZBURG"
- Name: "Khalitzburg"
- Lv: 63
- Hp: 19276
- Sp: 0
- Exp: 4378
- JExp: 2750
- AttackRange: 1
- Attack: [875, 1025]
- Def: 45
- Mdef: 10
- Stats: {
- Str: 58
- Agi: 65
- Vit: 48
- Int: 5
- Dex: 73
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 350
- AttackDelay: 528
- AttackMotion: 1000
- DamageMotion: 396
- MvpExp: 0
- Drops: {
- Skel_Bone: 8000
- Elunium: 191
- Bone_Helm: 1
- Mirror_Shield_: 2
- Patriotism_Marks: 10
- White_Herb: 2000
- Saber_: 2
- Khalitzburg_Card: 1
- }
-},
-{
- Id: 1133
- SpriteName: "KOBOLD_1"
- Name: "Kobold"
- Lv: 36
- Hp: 3893
- Sp: 0
- Exp: 988
- JExp: 625
- AttackRange: 1
- Attack: [265, 318]
- Def: 15
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 90
- Vit: 36
- Int: 30
- Dex: 52
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1028
- AttackMotion: 528
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Steel: 100
- Cobold_Hair: 5335
- Zargon: 700
- Elunium_Stone: 25
- Gladius_: 2
- Buckler_: 5
- Kobold_Card: 1
- }
-},
-{
- Id: 1134
- SpriteName: "KOBOLD_2"
- Name: "Kobold"
- Lv: 31
- Hp: 2179
- Sp: 0
- Exp: 806
- JExp: 407
- AttackRange: 1
- Attack: [262, 324]
- Def: 15
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 31
- Vit: 31
- Int: 20
- Dex: 46
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Poison", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1528
- AttackMotion: 528
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Steel: 100
- Cobold_Hair: 5335
- Zargon: 200
- Buckler_: 3
- Yellow_Herb: 100
- Guard: 100
- Kobold_Card: 1
- }
-},
-{
- Id: 1135
- SpriteName: "KOBOLD_3"
- Name: "Kobold"
- Lv: 31
- Hp: 2179
- Sp: 0
- Exp: 644
- JExp: 407
- AttackRange: 1
- Attack: [186, 216]
- Def: 15
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 31
- Vit: 31
- Int: 20
- Dex: 88
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1228
- AttackMotion: 528
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Boody_Red: 35
- Steel: 100
- Cobold_Hair: 5335
- Zargon: 200
- Hammer_: 5
- Buckler_: 3
- Yellow_Herb: 100
- Kobold_Card: 1
- }
-},
-/*{
- Id: 1136
- SpriteName: "KOBOLD_4"
- Name: "Kobold"
- Lv: 31
- Hp: 2179
- Sp: 0
- Exp: 806
- JExp: 407
- AttackRange: 1
- Attack: [262, 324]
- Def: 15
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 31
- Vit: 31
- Int: 20
- Dex: 46
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Poison", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- Boss: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1528
- AttackMotion: 528
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Steel: 50
- Cobold_Hair: 5335
- Zargon: 100
- Hammer_: 5
- Buckler_: 3
- Yellow_Herb: 100
- Axe: 150
- Kobold_Card: 1
- }
-},
-{
- Id: 1137
- SpriteName: "KOBOLD_5"
- Name: "Kobold"
- Lv: 31
- Hp: 2179
- Sp: 0
- Exp: 644
- JExp: 407
- AttackRange: 1
- Attack: [186, 216]
- Def: 15
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 31
- Vit: 31
- Int: 20
- Dex: 88
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- Boss: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1228
- AttackMotion: 528
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Steel: 40
- Cobold_Hair: 5335
- Zargon: 100
- Morning_Star_: 5
- Buckler_: 3
- Yellow_Herb: 100
- Club: 150
- Kobold_Card: 1
- }
-},*/
-{
- Id: 1138
- SpriteName: "MAGNOLIA"
- Name: "Magnolia"
- Lv: 26
- Hp: 3195
- Sp: 0
- Exp: 393
- JExp: 248
- AttackRange: 1
- Attack: [120, 151]
- Def: 5
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 26
- Vit: 26
- Int: 0
- Dex: 39
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 250
- AttackDelay: 1560
- AttackMotion: 360
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Old_Frying_Pan: 9000
- Garlet: 800
- Scell: 100
- Zargon: 10
- Black_Ladle: 40
- Yellow_Herb: 400
- High_end_Cooking_Kits: 5
- Magnolia_Card: 1
- }
-},
-{
- Id: 1139
- SpriteName: "MANTIS"
- Name: "Mantis"
- Lv: 26
- Hp: 2472
- Sp: 0
- Exp: 393
- JExp: 248
- AttackRange: 1
- Attack: [118, 149]
- Def: 10
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 26
- Vit: 24
- Int: 5
- Dex: 45
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1528
- AttackMotion: 660
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Yellow_Live: 110
- Limb_Of_Mantis: 9000
- Scell: 1400
- Elunium_Stone: 70
- Solid_Shell: 250
- Azure_Jewel: 10
- Red_Herb: 650
- Mantis_Card: 1
- }
-},
-{
- Id: 1140
- SpriteName: "MARDUK"
- Name: "Marduk"
- Lv: 40
- Hp: 4214
- Sp: 0
- Exp: 1238
- JExp: 752
- AttackRange: 1
- Attack: [315, 382]
- Def: 0
- Mdef: 60
- Stats: {
- Str: 1
- Agi: 40
- Vit: 20
- Int: 79
- Dex: 78
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1540
- AttackMotion: 840
- DamageMotion: 504
- MvpExp: 0
- Drops: {
- Flame_Heart: 35
- Sacred_Masque: 4365
- Staff_: 10
- Mitten_Of_Presbyter: 1
- Blessed_Wand: 3
- Fire_Scroll_1_5: 100
- Book_Of_Devil: 20
- Marduk_Card: 1
- }
-},
-{
- Id: 1141
- SpriteName: "MARINA"
- Name: "Marina"
- Lv: 21
- Hp: 2087
- Sp: 0
- Exp: 218
- JExp: 140
- AttackRange: 1
- Attack: [84, 106]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 21
- Vit: 21
- Int: 0
- Dex: 36
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 400
- AttackDelay: 2280
- AttackMotion: 1080
- DamageMotion: 864
- MvpExp: 0
- Drops: {
- Single_Cell: 5000
- Sticky_Mucus: 1500
- Crystal_Blue: 45
- Mistic_Frozen: 2
- Blue_Gemstone: 200
- Deadly_Noxious_Herb: 20
- Marina_Card: 1
- }
-},
-{
- Id: 1142
- SpriteName: "MARINE_SPHERE"
- Name: "Marine Sphere"
- Lv: 28
- Hp: 3518
- Sp: 0
- Exp: 461
- JExp: 284
- AttackRange: 1
- Attack: [120, 320]
- Def: 0
- Mdef: 40
- Stats: {
- Str: 1
- Agi: 28
- Vit: 28
- Int: 0
- Dex: 33
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Water", 2)
- MoveSpeed: 800
- AttackDelay: 1201
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
- Drops: {
- Tendon: 5000
- Detonator: 2500
- Chain_: 10
- Skyblue_Jewel: 10
- Blue_Gemstone: 150
- Transparent_Headgear: 10
- Marine_Sphere_Card: 1
- }
-},
-{
- Id: 1143
- SpriteName: "MARIONETTE"
- Name: "Marionette"
- Lv: 41
- Hp: 3222
- Sp: 0
- Exp: 1078
- JExp: 1276
- AttackRange: 1
- Attack: [355, 422]
- Def: 0
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 62
- Vit: 36
- Int: 44
- Dex: 69
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Ghost", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1480
- AttackMotion: 480
- DamageMotion: 1056
- MvpExp: 0
- Drops: {
- Golden_Hair: 9000
- Star_Dust: 5
- Brooch: 1
- Fire_Scroll_3_5: 100
- Chain_: 15
- Chrystal_Pumps: 1
- Marionette_Doll: 3
- Marionette_Card: 1
- }
-},
-{
- Id: 1144
- SpriteName: "MARSE"
- Name: "Marse"
- Lv: 31
- Hp: 5034
- Sp: 0
- Exp: 586
- JExp: 370
- AttackRange: 1
- Attack: [211, 252]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 31
- Vit: 25
- Int: 5
- Dex: 52
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Fish"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 300
- AttackDelay: 1956
- AttackMotion: 756
- DamageMotion: 528
- MvpExp: 0
- Drops: {
- Chinese_Ink: 9000
- Tentacle: 3000
- Blue_Gemstone: 200
- Skyblue_Jewel: 10
- Mistic_Frozen: 12
- Penetration: 5
- Grape: 300
- Marse_Card: 1
- }
-},
-{
- Id: 1145
- SpriteName: "MARTIN"
- Name: "Martin"
- Lv: 18
- Hp: 1109
- Sp: 0
- Exp: 134
- JExp: 86
- AttackRange: 1
- Attack: [52, 63]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 12
- Agi: 18
- Vit: 30
- Int: 15
- Dex: 15
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 300
- AttackDelay: 1480
- AttackMotion: 480
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Moustache_Of_Mole: 9000
- Nail_Of_Mole: 500
- Jur_: 10
- Goggle_: 5
- Safety_Helmet: 1
- Battered_Pot: 10
- Goggle: 15
- Martin_Card: 1
- }
-},
-{
- Id: 1146
- SpriteName: "MATYR"
- Name: "Matyr"
- Lv: 31
- Hp: 2585
- Sp: 0
- Exp: 967
- JExp: 407
- AttackRange: 1
- Attack: [134, 160]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 47
- Vit: 38
- Int: 5
- Dex: 64
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 432
- AttackMotion: 432
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Matyrs_Flea_Guard: 10
- Monsters_Feed: 5000
- Animals_Skin: 5500
- Pet_Food: 400
- Elunium_Stone: 100
- Grape: 200
- Matyr_Card: 1
- }
-},
-{
- Id: 1147
- SpriteName: "MAYA"
- Name: "Maya"
- Lv: 81
- Hp: 169000
- Sp: 0
- Exp: 42900
- JExp: 17875
- AttackRange: 1
- Attack: [1800, 2070]
- Def: 60
- Mdef: 25
- Stats: {
- Str: 95
- Agi: 97
- Vit: 76
- Int: 95
- Dex: 82
- Luk: 105
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 864
- AttackMotion: 1000
- DamageMotion: 480
- MvpExp: 21450
- MvpDrops: {
- Crystal_Jewel: 2000
- Old_Blue_Box: 3000
- Old_Violet_Box: 2000
- }
- Drops: {
- Queens_Hair_Ornament: 500
- Safety_Ring: 200
- Tiara: 200
- Armlet_Of_Obedience: 500
- Mothers_Nightmare: 10
- Elunium: 3500
- Dea_Staff: 100
- Maya_Card: 1
- }
-},
-{
- Id: 1148
- SpriteName: "MEDUSA"
- Name: "Medusa"
- Lv: 79
- Hp: 16408
- Sp: 0
- Exp: 6876
- JExp: 4697
- AttackRange: 1
- Attack: [827, 1100]
- Def: 28
- Mdef: 18
- Stats: {
- Str: 1
- Agi: 74
- Vit: 50
- Int: 57
- Dex: 77
- Luk: 69
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Neutral", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 180
- AttackDelay: 1720
- AttackMotion: 1320
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Slender_Snake: 5335
- Whip_Of_Red_Flame: 250
- Animal_Blood: 200
- Sea_Witch_Foot: 20
- Scarlet_Jewel: 250
- Turtle_Shell: 3500
- Penetration: 3
- Medusa_Card: 1
- }
-},
-{
- Id: 1149
- SpriteName: "MINOROUS"
- Name: "Minorous"
- Lv: 52
- Hp: 7431
- Sp: 0
- Exp: 2750
- JExp: 1379
- AttackRange: 1
- Attack: [590, 770]
- Def: 15
- Mdef: 5
- Stats: {
- Str: 65
- Agi: 42
- Vit: 61
- Int: 66
- Dex: 52
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1360
- AttackMotion: 960
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Nose_Ring: 5335
- Oridecon_Stone: 196
- Two_Handed_Axe_: 2
- Hammer_Of_Blacksmith: 10
- Sweet_Potato: 1500
- Axe: 200
- Lemon: 300
- Minorous_Card: 1
- }
-},
-{
- Id: 1150
- SpriteName: "MOONLIGHT"
- Name: "Moonlight Flower"
- Lv: 67
- Hp: 120000
- Sp: 0
- Exp: 27500
- JExp: 14300
- AttackRange: 1
- Attack: [1200, 1700]
- Def: 10
- Mdef: 55
- Stats: {
- Str: 55
- Agi: 99
- Vit: 55
- Int: 82
- Dex: 95
- Luk: 120
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Fire", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1276
- AttackMotion: 576
- DamageMotion: 288
- MvpExp: 13750
- MvpDrops: {
- Fox_Tail: 5000
- White_Potion: 1500
- Golden_Jewel: 500
- }
- Drops: {
- Spectral_Spear: 500
- Moonlight_Sword: 100
- Long_Mace: 150
- Punisher: 500
- Silver_Knife_Of_Chaste: 650
- Elunium: 2600
- Staff_Of_Bordeaux: 100
- Moonlight_Flower_Card: 1
- }
-},
-{
- Id: 1151
- SpriteName: "MYST"
- Name: "Myst"
- Lv: 38
- Hp: 3745
- Sp: 0
- Exp: 1391
- JExp: 688
- AttackRange: 1
- Attack: [365, 445]
- Def: 0
- Mdef: 40
- Stats: {
- Str: 1
- Agi: 38
- Vit: 18
- Int: 0
- Dex: 53
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1576
- AttackMotion: 576
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Gas_Mask: 2
- Wooden_Block: 800
- Wig: 10
- Oridecon_Stone: 65
- Elunium_Stone: 97
- Anodyne: 20
- Grape: 35
- Myst_Card: 1
- }
-},
-{
- Id: 1152
- SpriteName: "ORC_SKELETON"
- Name: "Orc Skeleton"
- Lv: 28
- Hp: 2278
- Sp: 0
- Exp: 315
- JExp: 194
- AttackRange: 1
- Attack: [190, 236]
- Def: 10
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 14
- Vit: 18
- Int: 0
- Dex: 30
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 2420
- AttackMotion: 720
- DamageMotion: 648
- MvpExp: 0
- Drops: {
- Orcish_Cuspid: 5500
- Skel_Bone: 3500
- Elunium_Stone: 80
- Viking_Helm: 2
- Buster_: 10
- Green_Herb: 50
- Orc_Skeleton_Card: 1
- }
-},
-{
- Id: 1153
- SpriteName: "ORC_ZOMBIE"
- Name: "Orc Zombie"
- Lv: 24
- Hp: 1568
- Sp: 0
- Exp: 196
- JExp: 120
- AttackRange: 1
- Attack: [151, 184]
- Def: 5
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 12
- Vit: 24
- Int: 0
- Dex: 24
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 2852
- AttackMotion: 1152
- DamageMotion: 840
- MvpExp: 0
- Drops: {
- Nail_Of_Orc: 5500
- Sticky_Mucus: 3000
- Emperium: 1
- Orc_Zombie_Card: 1
- }
-},
-{
- Id: 1154
- SpriteName: "PASANA"
- Name: "Pasana"
- Lv: 61
- Hp: 8289
- Sp: 0
- Exp: 4087
- JExp: 2135
- AttackRange: 1
- Attack: [513, 682]
- Def: 29
- Mdef: 35
- Stats: {
- Str: 1
- Agi: 73
- Vit: 50
- Int: 61
- Dex: 59
- Luk: 43
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 165
- AttackDelay: 976
- AttackMotion: 576
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Vroken_Sword: 4365
- Honey_Jar: 2500
- Elunium_Stone: 20
- Falchion_: 500
- Stiletto_: 150
- Undershirt: 100
- Pasana_Card: 1
- }
-},
-{
- Id: 1155
- SpriteName: "PETIT"
- Name: "Petite"
- Lv: 44
- Hp: 6881
- Sp: 0
- Exp: 1677
- JExp: 1034
- AttackRange: 1
- Attack: [360, 427]
- Def: 30
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 44
- Vit: 62
- Int: 55
- Dex: 79
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Dragon"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1624
- AttackMotion: 620
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Dragon_Canine: 5335
- Dragon_Train: 300
- Oridecon_Stone: 140
- White_Herb: 1000
- Flail: 150
- Zargon: 1500
- Aloebera: 15
- Petit_Card: 1
- }
-},
-{
- Id: 1156
- SpriteName: "PETIT_"
- Name: "Petite"
- Lv: 45
- Hp: 5747
- Sp: 0
- Exp: 1758
- JExp: 1075
- AttackRange: 1
- Attack: [300, 355]
- Def: 20
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 113
- Vit: 45
- Int: 55
- Dex: 73
- Luk: 80
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Dragon"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1420
- AttackMotion: 1080
- DamageMotion: 528
- MvpExp: 0
- Drops: {
- Dragon_Scale: 5335
- Dragon_Train: 300
- Elunium: 61
- White_Herb: 1000
- Khukri: 5
- Zargon: 1500
- Aloebera: 15
- Petit__Card: 1
- }
-},
-{
- Id: 1157
- SpriteName: "PHARAOH"
- Name: "Pharaoh"
- Lv: 93
- Hp: 445997
- Sp: 0
- Exp: 114990
- JExp: 41899
- AttackRange: 1
- Attack: [2267, 3015]
- Def: 67
- Mdef: 70
- Stats: {
- Str: 1
- Agi: 93
- Vit: 100
- Int: 104
- Dex: 89
- Luk: 112
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 125
- AttackDelay: 868
- AttackMotion: 768
- DamageMotion: 288
- MvpExp: 57495
- MvpDrops: {
- Yggdrasilberry: 5500
- Royal_Jelly: 5000
- Crystal_Jewel__: 5000
- }
- Drops: {
- Broken_Pharaoh_Symbol: 5820
- Tutankhamens_Mask: 2500
- Solar_Sword: 100
- Holy_Robe: 150
- Gemmed_Crown: 500
- Tablet: 300
- Bazerald: 80
- Pharaoh_Card: 1
- }
-},
-{
- Id: 1158
- SpriteName: "PHEN"
- Name: "Phen"
- Lv: 26
- Hp: 3347
- Sp: 0
- Exp: 357
- JExp: 226
- AttackRange: 1
- Attack: [138, 150]
- Def: 0
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 26
- Vit: 26
- Int: 0
- Dex: 88
- Luk: 75
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Fish"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 150
- AttackDelay: 2544
- AttackMotion: 1344
- DamageMotion: 1152
- MvpExp: 0
- Drops: {
- Fish_Tail: 5500
- Sharp_Scale: 2000
- Skyblue_Jewel: 5
- Meat: 1000
- Fin: 500
- Oridecon_Stone: 25
- Phen_Card: 1
- }
-},
-{
- Id: 1159
- SpriteName: "PHREEONI"
- Name: "Phreeoni"
- Lv: 69
- Hp: 188000
- Sp: 0
- Exp: 32175
- JExp: 16445
- AttackRange: 1
- Attack: [880, 1530]
- Def: 10
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 85
- Vit: 78
- Int: 35
- Dex: 130
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1020
- AttackMotion: 1020
- DamageMotion: 288
- MvpExp: 16087
- MvpDrops: {
- Frozen_Heart: 500
- Crystal_Jewel: 1000
- Star_Crumb: 4000
- }
- Drops: {
- Thin_N_Long_Tongue: 9700
- Forturn_Sword: 500
- Sucsamad: 150
- Jaws_Of_Ant: 5000
- Mr_Scream: 300
- Elunium: 2900
- Weihna: 100
- Phreeoni_Card: 1
- }
-},
-{
- Id: 1160
- SpriteName: "PIERE"
- Name: "Piere"
- Lv: 18
- Hp: 733
- Sp: 0
- Exp: 122
- JExp: 78
- AttackRange: 1
- Attack: [64, 75]
- Def: 15
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 18
- Vit: 26
- Int: 20
- Dex: 27
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Looter: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 200
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Worm_Peelings: 9000
- Garlet: 1100
- Sticky_Mucus: 600
- Wind_Of_Verdure: 30
- Sparkling_Dust: 5
- Iron_Ore: 400
- Elunium_Stone: 31
- Andre_Card: 1
- }
-},
-{
- Id: 1161
- SpriteName: "PLANKTON"
- Name: "Plankton"
- Lv: 10
- Hp: 354
- Sp: 0
- Exp: 23
- JExp: 18
- AttackRange: 1
- Attack: [26, 31]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 10
- Vit: 10
- Int: 0
- Dex: 15
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Water", 3)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 400
- AttackDelay: 2208
- AttackMotion: 1008
- DamageMotion: 324
- MvpExp: 0
- Drops: {
- Single_Cell: 9000
- Garlet: 300
- Sticky_Mucus: 700
- Alchol: 4
- Empty_Bottle: 1000
- Dew_Laden_Moss: 20
- Center_Potion: 50
- Plankton_Card: 1
- }
-},
-{
- Id: 1162
- SpriteName: "RAFFLESIA"
- Name: "Rafflesia"
- Lv: 17
- Hp: 1333
- Sp: 0
- Exp: 333
- JExp: 333
- AttackRange: 3
- Attack: [105, 127]
- Def: 0
- Mdef: 2
- Stats: {
- Str: 1
- Agi: 18
- Vit: 24
- Int: 11
- Dex: 37
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 512
- AttackMotion: 528
- DamageMotion: 240
- MvpExp: 0
- Drops: {
- Root_Of_Maneater: 5500
- Scell: 1600
- Four_Leaf_Clover: 2
- Ment: 10
- Hinalle: 10
- Shoot: 550
- White_Herb: 30
- Rafflesia_Card: 1
- }
-},
-{
- Id: 1163
- SpriteName: "RAYDRIC"
- Name: "Raydric"
- Lv: 52
- Hp: 8613
- Sp: 0
- Exp: 3410
- JExp: 1795
- AttackRange: 1
- Attack: [830, 930]
- Def: 40
- Mdef: 15
- Stats: {
- Str: 58
- Agi: 47
- Vit: 42
- Int: 5
- Dex: 69
- Luk: 26
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 824
- AttackMotion: 780
- DamageMotion: 420
- MvpExp: 0
- Drops: {
- Elunium: 106
- Iron_Cane: 1
- Chain_Mail_: 2
- Two_Hand_Sword_: 2
- Katana: 100
- Patriotism_Marks: 10
- Brigan: 4850
- Daydric_Card: 1
- }
-},
-{
- Id: 1164
- SpriteName: "REQUIEM"
- Name: "Requiem"
- Lv: 35
- Hp: 3089
- Sp: 0
- Exp: 800
- JExp: 458
- AttackRange: 1
- Attack: [220, 272]
- Def: 0
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 53
- Vit: 35
- Int: 5
- Dex: 57
- Luk: 2
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 1516
- AttackMotion: 816
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Old_Blue_Box: 35
- Emperium: 1
- Zargon: 2500
- Horrendous_Mouth: 3500
- Mementos: 1500
- Mantle_: 10
- Cookbook06: 1
- Requiem_Card: 1
- }
-},
-{
- Id: 1165
- SpriteName: "SAND_MAN"
- Name: "Sandman"
- Lv: 34
- Hp: 3413
- Sp: 0
- Exp: 810
- JExp: 492
- AttackRange: 1
- Attack: [180, 205]
- Def: 10
- Mdef: 25
- Stats: {
- Str: 24
- Agi: 34
- Vit: 58
- Int: 38
- Dex: 60
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Earth", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1672
- AttackMotion: 720
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Great_Nature: 35
- Grit: 5335
- Elunium_Stone: 118
- Fine_Sand: 350
- Sparkling_Dust: 200
- Katar_Of_Thornbush: 1
- Hypnotists_Staff_: 5
- Sand_Man_Card: 1
- }
-},
-{
- Id: 1166
- SpriteName: "SAVAGE"
- Name: "Savage"
- Lv: 26
- Hp: 2092
- Sp: 0
- Exp: 521
- JExp: 248
- AttackRange: 1
- Attack: [120, 150]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 26
- Vit: 54
- Int: 10
- Dex: 37
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 150
- AttackDelay: 1960
- AttackMotion: 960
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Wild_Boars_Mane: 9000
- Grape: 300
- Animal_Blood: 2
- Eagle_Eyes: 1
- Anodyne: 10
- Elunium_Stone: 70
- Royal_Jelly: 2
- Savage_Card: 1
- }
-},
-{
- Id: 1167
- SpriteName: "SAVAGE_BABE"
- Name: "Savage Babe"
- Lv: 7
- Hp: 182
- Sp: 0
- Exp: 14
- JExp: 12
- AttackRange: 1
- Attack: [20, 25]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 7
- Vit: 14
- Int: 5
- Dex: 12
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 400
- AttackDelay: 1624
- AttackMotion: 624
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Animals_Skin: 9000
- Axe_: 100
- Meat: 500
- Arrow: 1000
- Feather: 850
- Phracon: 80
- Sweet_Milk: 40
- Savage_Babe_Card: 1
- }
-},
-/*{
- Id: 1168
- SpriteName: "SCORPION_KING"
- Name: "Scorpion King"
- Lv: 50
- Hp: 6354
- Sp: 0
- Exp: 2187
- JExp: 1346
- AttackRange: 1
- Attack: [500, 603]
- Def: 40
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 50
- Vit: 47
- Int: 1
- Dex: 83
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 200
- AttackDelay: 1700
- AttackMotion: 1000
- DamageMotion: 500
- MvpExp: 0
- Drops: {
- Flame_Heart: 45
- Tweezer: 4850
- Hammer_Of_Blacksmith: 15
- Scorpions_Tail: 5000
- Solid_Shell: 3000
- White_Herb: 700
- Scorpion_King_Card: 1
- }
-},*/
-{
- Id: 1169
- SpriteName: "SKEL_WORKER"
- Name: "Skeleton Worker"
- Lv: 30
- Hp: 2872
- Sp: 0
- Exp: 397
- JExp: 240
- AttackRange: 1
- Attack: [242, 288]
- Def: 0
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 15
- Vit: 30
- Int: 5
- Dex: 42
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 2420
- AttackMotion: 720
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Iron: 400
- Lantern: 5500
- Elunium_Stone: 90
- Safety_Helmet: 2
- Steel: 100
- Coal: 200
- Iron_Ore: 800
- Skel_Worker_Card: 1
- }
-},
-{
- Id: 1170
- SpriteName: "SOHEE"
- Name: "Sohee"
- Lv: 33
- Hp: 5628
- Sp: 0
- Exp: 739
- JExp: 455
- AttackRange: 1
- Attack: [210, 251]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 33
- Vit: 33
- Int: 10
- Dex: 58
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 250
- AttackDelay: 2112
- AttackMotion: 912
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Long_Hair: 9000
- Skirt_Of_Virgin: 50
- Nurse_Cap: 1
- Muffler_: 5
- Stiletto_: 5
- Red_Herb: 1000
- Inspector_Certificate: 350
- Sohee_Card: 1
- }
-},
-/*{
- Id: 1171
- SpriteName: "SOLDIER_ANDRE"
- Name: "Soldier Andre"
- Lv: 22
- Hp: 1245
- Sp: 0
- Exp: 219
- JExp: 138
- AttackRange: 1
- Attack: [105, 127]
- Def: 20
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 22
- Vit: 44
- Int: 20
- Dex: 40
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1001
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
- Drops: {
- Jaws_Of_Ant: 2700
- Scell: 800
- Elunium_Stone: 10
- Lapier_: 15
- Sparkling_Dust: 30
- Solid_Shell: 150
- Soldier_Andre_Card: 1
- }
-},
-{
- Id: 1172
- SpriteName: "SOLDIER_DENIRO"
- Name: "Soldier Deniro"
- Lv: 29
- Hp: 2047
- Sp: 0
- Exp: 450
- JExp: 274
- AttackRange: 1
- Attack: [162, 193]
- Def: 20
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 29
- Vit: 58
- Int: 20
- Dex: 54
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 2000
- AttackMotion: 1000
- DamageMotion: 500
- MvpExp: 0
- Drops: {
- Jaws_Of_Ant: 5500
- Scell: 2000
- Elunium_Stone: 15
- Lapier_: 20
- Solid_Shell: 270
- Sparkling_Dust: 50
- Soldier_Andre_Card: 1
- }
-},
-{
- Id: 1173
- SpriteName: "SOLDIER_PIERE"
- Name: "Soldier Piere"
- Lv: 23
- Hp: 1217
- Sp: 0
- Exp: 240
- JExp: 149
- AttackRange: 1
- Attack: [109, 131]
- Def: 25
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 23
- Vit: 46
- Int: 20
- Dex: 38
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1001
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
- Drops: {
- Jaws_Of_Ant: 3100
- Scell: 800
- Scell: 10
- Scimiter_: 15
- Sparkling_Dust: 35
- Solid_Shell: 200
- Soldier_Andre_Card: 1
- }
-},*/
-{
- Id: 1174
- SpriteName: "STAINER"
- Name: "Stainer"
- Lv: 16
- Hp: 538
- Sp: 0
- Exp: 105
- JExp: 70
- AttackRange: 1
- Attack: [53, 64]
- Def: 10
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 40
- Vit: 16
- Int: 5
- Dex: 30
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 200
- AttackDelay: 1688
- AttackMotion: 1188
- DamageMotion: 612
- MvpExp: 0
- Drops: {
- Wind_Of_Verdure: 70
- Emveretarcon: 30
- Colorful_Shell: 9000
- Garlet: 2100
- Elunium_Stone: 25
- Solid_Shell: 10
- Iron_Ore: 300
- Stainer_Card: 1
- }
-},
-{
- Id: 1175
- SpriteName: "TAROU"
- Name: "Tarou"
- Lv: 11
- Hp: 284
- Sp: 0
- Exp: 57
- JExp: 28
- AttackRange: 1
- Attack: [34, 45]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 20
- Vit: 11
- Int: 10
- Dex: 24
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 150
- AttackDelay: 1744
- AttackMotion: 1044
- DamageMotion: 684
- MvpExp: 0
- Drops: {
- Rat_Tail: 9000
- Animals_Skin: 3000
- Feather: 800
- Monsters_Feed: 1000
- Ora_Ora: 2
- Tarou_Card: 1
- }
-},
-{
- Id: 1176
- SpriteName: "VITATA"
- Name: "Vitata"
- Lv: 20
- Hp: 894
- Sp: 0
- Exp: 163
- JExp: 101
- AttackRange: 1
- Attack: [69, 80]
- Def: 15
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 20
- Vit: 25
- Int: 65
- Dex: 40
- Luk: 70
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 300
- AttackDelay: 1768
- AttackMotion: 768
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Yellow_Live: 90
- Worm_Peelings: 5000
- Scell: 200
- Honey: 350
- Honey: 350
- Royal_Jelly: 200
- Oridecon_Stone: 26
- Vitata_Card: 1
- }
-},
-{
- Id: 1177
- SpriteName: "ZENORC"
- Name: "Zenorc"
- Lv: 31
- Hp: 2585
- Sp: 0
- Exp: 967
- JExp: 407
- AttackRange: 1
- Attack: [188, 223]
- Def: 0
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 77
- Vit: 15
- Int: 0
- Dex: 76
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 150
- AttackDelay: 1180
- AttackMotion: 480
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Tooth_Of_: 5500
- Oridecon_Stone: 70
- Sticky_Mucus: 2500
- Old_Magic_Book: 5
- Yellow_Herb: 100
- Shining_Stone: 20
- Zenorc_Card: 1
- }
-},
-{
- Id: 1178
- SpriteName: "ZEROM"
- Name: "Zerom"
- Lv: 23
- Hp: 1109
- Sp: 0
- Exp: 240
- JExp: 149
- AttackRange: 1
- Attack: [127, 155]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 23
- Vit: 23
- Int: 5
- Dex: 42
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1780
- AttackMotion: 1080
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Emveretarcon: 55
- Iron: 190
- G_Strings: 200
- Ganster_Mask: 3
- Cuffs: 10
- Iron_Ore: 300
- Iron_Ore: 300
- Zerom_Card: 1
- }
-},
-{
- Id: 1179
- SpriteName: "WHISPER"
- Name: "Whisper"
- Lv: 34
- Hp: 1796
- Sp: 0
- Exp: 591
- JExp: 599
- AttackRange: 1
- Attack: [180, 221]
- Def: 0
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 51
- Vit: 14
- Int: 0
- Dex: 60
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Ghost", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1960
- AttackMotion: 960
- DamageMotion: 504
- MvpExp: 0
- Drops: {
- Sparkling_Dust: 150
- Transparent_Cloth: 5335
- Spirit_Chain: 1
- Silver_Robe_: 10
- Whisper_Card: 1
- }
-},
-{
- Id: 1180
- SpriteName: "NINE_TAIL"
- Name: "Nine Tail"
- Lv: 51
- Hp: 7766
- Sp: 0
- Exp: 2812
- JExp: 825
- AttackRange: 1
- Attack: [610, 734]
- Def: 10
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 80
- Vit: 46
- Int: 1
- Dex: 74
- Luk: 85
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 840
- AttackMotion: 540
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Fox_Tail: 4656
- Glass_Bead: 200
- Old_Blue_Box: 100
- Branch_Of_Dead_Tree: 100
- Royal_Jelly: 250
- Panacea: 350
- Oridecon_Stone: 100
- Nine_Tail_Card: 1
- }
-},
-/*{
- Id: 1181
- SpriteName: "ZOMBIE_DRAGON"
- Name: "Zombie Dragon"
- Lv: 1
- Hp: 1000
- Sp: 0
- Exp: 49500
- JExp: 1650
- AttackRange: 3
- Attack: [7900, 9140]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 120
- Agi: 145
- Vit: 145
- Int: 145
- Dex: 130
- Luk: 120
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Dragon"
- Element: ("Ele_Undead", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 2700
- AttackMotion: 1000
- DamageMotion: 500
- MvpExp: 0
-},*/
-{
- Id: 1182
- SpriteName: "THIEF_MUSHROOM"
- Name: "Thief Mushroom"
- Lv: 1
- Hp: 15
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 0
- Luk: 0
- }
- ViewRange: 7
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- Plant: true
- }
- MoveSpeed: 2000
- AttackDelay: 1
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
- Drops: {
- Mushroom_Of_Thief_1: 1500
- Mushroom_Of_Thief_2: 3000
- }
-},
-{
- Id: 1183
- SpriteName: "CHONCHON_"
- Name: "Chonchon"
- Lv: 4
- Hp: 67
- Sp: 0
- Exp: 5
- JExp: 4
- AttackRange: 1
- Attack: [10, 13]
- Def: 10
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 10
- Vit: 4
- Int: 5
- Dex: 12
- Luk: 2
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1076
- AttackMotion: 576
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Iron: 50
- Shell: 5500
- Jellopy: 1500
- Cutter_: 55
- Wing_Of_Fly: 100
- Chonchon_Doll: 5
- Chonchon_Card: 1
- }
-},
-{
- Id: 1184
- SpriteName: "FABRE_"
- Name: "Fabre"
- Lv: 1
- Hp: 30
- Sp: 0
- Exp: 1
- JExp: 0
- AttackRange: 1
- Attack: [4, 7]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 2
- Vit: 1
- Int: 1
- Dex: 4
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 1672
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Fluff: 2000
- Feather: 250
- Club_: 80
- Azure_Jewel: 2
- Green_Herb: 350
- Clover: 500
- Club: 200
- }
-},
-{
- Id: 1185
- SpriteName: "WHISPER_"
- Name: "Whisper"
- Lv: 34
- Hp: 1796
- Sp: 0
- Exp: 537
- JExp: 545
- AttackRange: 1
- Attack: [198, 239]
- Def: 0
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 51
- Vit: 14
- Int: 0
- Dex: 60
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Undead"
- Element: ("Ele_Ghost", 1)
- MoveSpeed: 150
- AttackDelay: 1960
- AttackMotion: 960
- DamageMotion: 504
- MvpExp: 0
- Drops: {
- Sparkling_Dust: 10
- Transparent_Cloth: 100
- Silver_Robe_: 1
- }
-},
-{
- Id: 1186
- SpriteName: "WHISPER_BOSS"
- Name: "Giant Whisper"
- Lv: 34
- Hp: 5040
- Sp: 0
- Exp: 537
- JExp: 545
- AttackRange: 1
- Attack: [198, 239]
- Def: 0
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 51
- Vit: 14
- Int: 0
- Dex: 60
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Ghost", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 2536
- AttackMotion: 1536
- DamageMotion: 672
- MvpExp: 0
- Drops: {
- Sparkling_Dust: 150
- Transparent_Cloth: 5335
- Spirit_Chain: 1
- Silver_Robe_: 10
- Whisper_Boss_Card: 1
- }
-},
-{
- Id: 1187
- SpriteName: "SWITCH"
- Name: "Switch"
- Lv: 1
- Hp: 2
- Sp: 0
- Exp: 1
- JExp: 1
- AttackRange: 1
- Attack: [1, 2]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 0
- Dex: 1
- Luk: 0
- }
- ViewRange: 1
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- MoveSpeed: 1
- AttackDelay: 1
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
-},
-{
- Id: 1188
- SpriteName: "BON_GUN"
- Name: "Bongun"
- Lv: 32
- Hp: 3520
- Sp: 0
- Exp: 424
- JExp: 242
- AttackRange: 1
- Attack: [220, 260]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 45
- Agi: 15
- Vit: 36
- Int: 10
- Dex: 48
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1720
- AttackMotion: 500
- DamageMotion: 420
- MvpExp: 0
- Drops: {
- Short_Daenggie: 5500
- Old_Portrait: 40
- Worn_Out_Scroll: 60
- Bongun_Hat: 1
- Amulet: 15
- Yellow_Herb: 1000
- Yellow_Herb: 1250
- Bon_Gun_Card: 1
- }
-},
-{
- Id: 1189
- SpriteName: "ORC_ARCHER"
- Name: "Orc Archer"
- Lv: 49
- Hp: 7440
- Sp: 0
- Exp: 1729
- JExp: 1787
- AttackRange: 9
- Attack: [310, 390]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 44
- Vit: 25
- Int: 20
- Dex: 125
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1960
- AttackMotion: 620
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Sharpened_Cuspid: 4656
- Steel_Arrow: 1000
- Stone_Arrow: 2500
- Arrow_Of_Wind: 2500
- Orc_Archer_Bow: 2
- Red_Herb: 1400
- White_Herb: 900
- Orc_Archer_Card: 1
- }
-},
-{
- Id: 1190
- SpriteName: "ORC_LORD"
- Name: "Orc Lord"
- Lv: 74
- Hp: 783000
- Sp: 0
- Exp: 62205
- JExp: 8580
- AttackRange: 1
- Attack: [3700, 4150]
- Def: 40
- Mdef: 5
- Stats: {
- Str: 85
- Agi: 82
- Vit: 30
- Int: 70
- Dex: 110
- Luk: 85
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 1248
- AttackMotion: 500
- DamageMotion: 360
- MvpExp: 31102
- MvpDrops: {
- Voucher_Of_Orcish_Hero: 5500
- Old_Violet_Box: 2000
- }
- Drops: {
- Brood_Axe: 400
- Ring_: 400
- Loard_Circlet: 400
- Doom_Slayer_: 400
- Old_Violet_Box: 1000
- Elunium: 4268
- Erde: 3100
- Orc_Load_Card: 1
- }
-},
-{
- Id: 1191
- SpriteName: "MIMIC"
- Name: "Mimic"
- Lv: 51
- Hp: 6120
- Sp: 182
- Exp: 165
- JExp: 165
- AttackRange: 1
- Attack: [150, 900]
- Def: 10
- Mdef: 40
- Stats: {
- Str: 44
- Agi: 121
- Vit: 1
- Int: 60
- Dex: 75
- Luk: 110
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 972
- AttackMotion: 500
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Old_Violet_Box: 5
- Old_Blue_Box: 45
- Booby_Trap: 1200
- Spectacles: 3000
- Emperium: 3
- Rosary_: 1
- Elunium_Stone: 270
- Mimic_Card: 1
- }
-},
-{
- Id: 1192
- SpriteName: "WRAITH"
- Name: "Wraith"
- Lv: 53
- Hp: 10999
- Sp: 0
- Exp: 2199
- JExp: 1099
- AttackRange: 1
- Attack: [580, 760]
- Def: 5
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 95
- Vit: 30
- Int: 65
- Dex: 95
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1816
- AttackMotion: 576
- DamageMotion: 240
- MvpExp: 0
- Drops: {
- Transparent_Cloth: 5820
- Wedding_Veil: 10
- Manteau_: 2
- Red_Gemstone: 650
- Wing_Of_Butterfly: 1300
- Manteau: 10
- Crystal_Jewel_: 5
- Wraith_Card: 1
- }
-},
-{
- Id: 1193
- SpriteName: "ALARM"
- Name: "Alarm"
- Lv: 58
- Hp: 10647
- Sp: 0
- Exp: 3987
- JExp: 2300
- AttackRange: 1
- Attack: [480, 600]
- Def: 15
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 62
- Vit: 72
- Int: 10
- Dex: 85
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1020
- AttackMotion: 500
- DamageMotion: 768
- MvpExp: 0
- Drops: {
- Needle_Of_Alarm: 5335
- Clip: 1
- Skull: 1500
- Spectacles: 1300
- Oridecon: 105
- Key_Of_Clock_Tower: 20
- Zargon: 1500
- Alarm_Card: 1
- }
-},
-{
- Id: 1194
- SpriteName: "ARCLOUSE"
- Name: "Arclouse"
- JName: "Arclouze"
- Lv: 59
- Hp: 6075
- Sp: 0
- Exp: 860
- JExp: 1000
- AttackRange: 1
- Attack: [570, 640]
- Def: 10
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 75
- Vit: 5
- Int: 5
- Dex: 75
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 960
- AttackMotion: 500
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Round_Shell: 3500
- Sticky_Mucus: 3000
- Solid_Shell: 800
- Zargon: 450
- Red_Gemstone: 300
- Great_Nature: 20
- Zargon: 2500
- Arclouse_Card: 1
- }
-},
-{
- Id: 1195
- SpriteName: "RIDEWORD"
- Name: "Rideword"
- Lv: 59
- Hp: 11638
- Sp: 0
- Exp: 2007
- JExp: 3106
- AttackRange: 1
- Attack: [584, 804]
- Def: 5
- Mdef: 35
- Stats: {
- Str: 48
- Agi: 75
- Vit: 10
- Int: 20
- Dex: 120
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 864
- AttackMotion: 500
- DamageMotion: 192
- MvpExp: 0
- Drops: {
- Worn_Out_Page: 4850
- Book_Of_Billows: 4
- Book_Of_Mother_Earth: 4
- Book_Of_Blazing_Sun: 2
- Book_Of_Gust_Of_Wind: 2
- Bookclip_In_Memory: 300
- Old_Magic_Book: 20
- Rideword_Card: 1
- }
-},
-{
- Id: 1196
- SpriteName: "SKEL_PRISONER"
- Name: "Skeleton Prisoner"
- Lv: 52
- Hp: 8691
- Sp: 0
- Exp: 2466
- JExp: 1562
- AttackRange: 1
- Attack: [660, 890]
- Def: 10
- Mdef: 20
- Stats: {
- Str: 55
- Agi: 20
- Vit: 36
- Int: 0
- Dex: 76
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 350
- AttackDelay: 1848
- AttackMotion: 500
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Manacles: 3500
- Spoon_Stub: 100
- Formal_Suit: 1
- Red_Gemstone: 600
- Rotten_Bandage: 3500
- Cuffs: 35
- Mementos: 1500
- Skel_Prisoner_Card: 1
- }
-},
-{
- Id: 1197
- SpriteName: "ZOMBIE_PRISONER"
- Name: "Zombie Prisoner"
- Lv: 53
- Hp: 11280
- Sp: 0
- Exp: 2635
- JExp: 1724
- AttackRange: 1
- Attack: [780, 930]
- Def: 10
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 24
- Vit: 39
- Int: 0
- Dex: 72
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 350
- AttackDelay: 1768
- AttackMotion: 500
- DamageMotion: 192
- MvpExp: 0
- Drops: {
- Worn_Out_Prison_Uniform: 3500
- Spoon_Stub: 105
- Iron_Cane: 1
- Red_Gemstone: 600
- Rotten_Bandage: 3500
- Cuffs: 39
- Elunium: 112
- Zombie_Prisoner_Card: 1
- }
-},
-{
- Id: 1198
- SpriteName: "DARK_PRIEST"
- Name: "Dark Priest"
- Lv: 79
- Hp: 101992
- Sp: 0
- Exp: 12192
- JExp: 5152
- AttackRange: 2
- Attack: [1238, 2037]
- Def: 56
- Mdef: 70
- Stats: {
- Str: 5
- Agi: 91
- Vit: 41
- Int: 101
- Dex: 103
- Luk: 42
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Undead", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- Boss: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 864
- AttackMotion: 1252
- DamageMotion: 476
- MvpExp: 0
- Drops: {
- Book_Of_The_Apocalypse: 5
- Rosary: 30
- Blue_Potion: 100
- Red_Gemstone: 450
- Sacred_Marks: 50
- Glittering_Clothes: 5
- Cursed_Dagger: 1
- Dark_Priest_Card: 1
- }
-},
-{
- Id: 1199
- SpriteName: "PUNK"
- Name: "Punk"
- Lv: 43
- Hp: 3620
- Sp: 0
- Exp: 1699
- JExp: 1033
- AttackRange: 1
- Attack: [292, 365]
- Def: 0
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 105
- Vit: 5
- Int: 45
- Dex: 65
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1500
- AttackMotion: 500
- DamageMotion: 1000
- MvpExp: 0
- Drops: {
- Mould_Powder: 5335
- Yellow_Gemstone: 800
- Pacifier: 100
- Starsand_Of_Witch: 1000
- Moth_Dust: 3000
- Wing_Of_Fly: 1100
- Hood_: 15
- Punk_Card: 1
- }
-},
-{
- Id: 1200
- SpriteName: "ZHERLTHSH"
- Name: "Zherlthsh"
- JName: "Zealotus"
- Lv: 63
- Hp: 18300
- Sp: 0
- Exp: 3608
- JExp: 2304
- AttackRange: 1
- Attack: [700, 850]
- Def: 10
- Mdef: 15
- Stats: {
- Str: 70
- Agi: 85
- Vit: 40
- Int: 30
- Dex: 125
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 800
- AttackMotion: 2112
- DamageMotion: 768
- MvpExp: 0
- Drops: {
- Executioners_Mitten: 5
- White_Herb: 1800
- Rose_Quartz: 1500
- Tights_: 8
- Earring_: 1
- Queens_Whip: 100
- Masquerade: 3
- Zherlthsh_Card: 1
- }
-},
-{
- Id: 1201
- SpriteName: "RYBIO"
- Name: "Rybio"
- Lv: 71
- Hp: 9572
- Sp: 0
- Exp: 6317
- JExp: 3520
- AttackRange: 1
- Attack: [686, 912]
- Def: 45
- Mdef: 37
- Stats: {
- Str: 1
- Agi: 97
- Vit: 75
- Int: 74
- Dex: 77
- Luk: 90
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Neutral", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1790
- AttackMotion: 1440
- DamageMotion: 540
- MvpExp: 0
- Drops: {
- Thin_N_Long_Tongue: 3880
- Executioners_Mitten: 3
- White_Herb: 1800
- Crystal_Jewel_: 30
- Frozen_Heart: 10
- Oridecon: 100
- Izidor: 30
- Rybio_Card: 1
- }
-},
-{
- Id: 1202
- SpriteName: "PHENDARK"
- Name: "Phendark"
- Lv: 73
- Hp: 22729
- Sp: 0
- Exp: 6826
- JExp: 3443
- AttackRange: 2
- Attack: [794, 1056]
- Def: 52
- Mdef: 36
- Stats: {
- Str: 1
- Agi: 62
- Vit: 120
- Int: 65
- Dex: 76
- Luk: 66
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 175
- AttackDelay: 1744
- AttackMotion: 1344
- DamageMotion: 600
- MvpExp: 0
- Drops: {
- Thin_N_Long_Tongue: 3880
- Executioners_Mitten: 4
- White_Herb: 1800
- Oridecon: 150
- Electric_Wire: 100
- Phendark_Card: 1
- }
-},
-{
- Id: 1203
- SpriteName: "MYSTELTAINN"
- Name: "Mysteltainn"
- Lv: 76
- Hp: 33350
- Sp: 0
- Exp: 6457
- JExp: 5159
- AttackRange: 2
- Attack: [1160, 1440]
- Def: 30
- Mdef: 30
- Stats: {
- Str: 77
- Agi: 139
- Vit: 80
- Int: 35
- Dex: 159
- Luk: 65
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Dark", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1152
- AttackMotion: 500
- DamageMotion: 240
- MvpExp: 0
- Drops: {
- Lokis_Whispers: 1
- Biotite: 1500
- Slayer_: 70
- Bastard_Sword_: 40
- Claymore: 2
- Steel: 120
- Oridecon: 243
- Mysteltainn_Card: 1
- }
-},
-{
- Id: 1204
- SpriteName: "TIRFING"
- Name: "Tirfing"
- JName: "Ogretooth"
- Lv: 71
- Hp: 29900
- Sp: 0
- Exp: 5412
- JExp: 4235
- AttackRange: 1
- Attack: [950, 1146]
- Def: 30
- Mdef: 35
- Stats: {
- Str: 58
- Agi: 87
- Vit: 55
- Int: 35
- Dex: 132
- Luk: 65
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 816
- AttackMotion: 500
- DamageMotion: 240
- MvpExp: 0
- Drops: {
- Old_Hilt: 1
- Silver_Knife_Of_Chaste: 50
- Muscovite: 1500
- Dagger_: 70
- Stiletto_: 40
- Steel: 120
- Oridecon: 189
- Tirfing_Card: 1
- }
-},
-{
- Id: 1205
- SpriteName: "EXECUTIONER"
- Name: "Executioner"
- Lv: 65
- Hp: 28980
- Sp: 0
- Exp: 4730
- JExp: 3536
- AttackRange: 2
- Attack: [570, 950]
- Def: 35
- Mdef: 35
- Stats: {
- Str: 64
- Agi: 85
- Vit: 40
- Int: 25
- Dex: 88
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 768
- AttackMotion: 500
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Bloody_Edge: 5
- Phlogopite: 1500
- Lapier_: 80
- Scimiter_: 60
- Ring_Pommel_Saber_: 40
- Steel: 120
- Oridecon: 145
- Executioner_Card: 1
- }
-},
-{
- Id: 1206
- SpriteName: "ANOLIAN"
- Name: "Anolian"
- Lv: 61
- Hp: 18960
- Sp: 0
- Exp: 5900
- JExp: 3700
- AttackRange: 1
- Attack: [640, 980]
- Def: 15
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 43
- Vit: 58
- Int: 25
- Dex: 80
- Luk: 65
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Fish"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 190
- AttackDelay: 900
- AttackMotion: 500
- DamageMotion: 864
- MvpExp: 0
- Drops: {
- Anolian_Skin: 4850
- Crystal_Arrow: 2000
- Royal_Jelly: 5
- Red_Muffler: 10
- Solid_Shell: 5335
- Brooch_: 1
- Oridecon: 134
- Anolian_Card: 1
- }
-},
-{
- Id: 1207
- SpriteName: "STING"
- Name: "Sting"
- Lv: 61
- Hp: 9500
- Sp: 0
- Exp: 4081
- JExp: 2970
- AttackRange: 1
- Attack: [850, 1032]
- Def: 5
- Mdef: 30
- Stats: {
- Str: 57
- Agi: 45
- Vit: 55
- Int: 5
- Dex: 120
- Luk: 85
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Earth", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 528
- AttackMotion: 500
- DamageMotion: 240
- MvpExp: 0
- Drops: {
- Mud_Lump: 4850
- Stone_Arrow: 1500
- Glove_: 1
- Coal: 130
- Great_Nature: 25
- Silk_Ribbon: 10
- Violet_Jewel: 3
- Sting_Card: 1
- }
-},
-{
- Id: 1208
- SpriteName: "WANDER_MAN"
- Name: "Wander Man"
- JName: "Wanderer"
- Lv: 74
- Hp: 8170
- Sp: 0
- Exp: 5786
- JExp: 4730
- AttackRange: 2
- Attack: [450, 1170]
- Def: 5
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 192
- Vit: 38
- Int: 45
- Dex: 127
- Luk: 85
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 672
- AttackMotion: 500
- DamageMotion: 192
- MvpExp: 0
- Drops: {
- Skull: 4850
- Old_Card_Album: 1
- Hakujin_: 5
- Centimental_Leaf: 5
- Leaf_Of_Yggdrasil: 650
- Oridecon: 217
- Muramasa: 1
- Wander_Man_Card: 1
- }
-},
-{
- Id: 1209
- SpriteName: "CRAMP"
- Name: "Cramp"
- Lv: 56
- Hp: 4720
- Sp: 0
- Exp: 2300
- JExp: 1513
- AttackRange: 1
- Attack: [395, 465]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 85
- Vit: 35
- Int: 5
- Dex: 65
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Poison", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 1000
- AttackMotion: 500
- DamageMotion: 1000
- MvpExp: 0
- Drops: {
- Claw_Of_Rat: 4656
- Monsters_Feed: 1000
- Blue_Jewel: 80
- Glass_Bead: 110
- Lemon: 250
- Blue_Herb: 70
- Oridecon: 95
- Cramp_Card: 1
- }
-},
-/*{
- Id: 1210
- SpriteName: "FILAMENTOUS"
- Name: "Filamentous"
- Lv: 51
- Hp: 6088
- Sp: 0
- Exp: 1926
- JExp: 1353
- AttackRange: 1
- Attack: [425, 525]
- Def: 35
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 35
- Vit: 30
- Int: 5
- Dex: 83
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Insect"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1500
- AttackMotion: 500
- DamageMotion: 1000
- MvpExp: 0
- Drops: {
- Stiff_Horn: 4850
- Horn: 8000
- Solid_Shell: 3880
- Yellow_Live: 200
- Guisarme: 40
- Elunium_Stone: 18
- White_Herb: 1600
- Horn_Card: 1
- }
-},*/
-{
- Id: 1211
- SpriteName: "BRILIGHT"
- Name: "Brilight"
- Lv: 46
- Hp: 5562
- Sp: 0
- Exp: 1826
- JExp: 1331
- AttackRange: 1
- Attack: [298, 383]
- Def: 30
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 90
- Vit: 15
- Int: 10
- Dex: 50
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1500
- AttackMotion: 500
- DamageMotion: 1000
- MvpExp: 0
- Drops: {
- Glitter_Shell: 5335
- Wind_Of_Verdure: 200
- Zargon: 1200
- Wing_Of_Butterfly: 1000
- Elunium_Stone: 220
- Leaf_Of_Yggdrasil: 250
- White_Herb: 2600
- Brilight_Card: 1
- }
-},
-{
- Id: 1212
- SpriteName: "IRON_FIST"
- Name: "Iron Fist"
- Lv: 47
- Hp: 4221
- Sp: 0
- Exp: 1435
- JExp: 1520
- AttackRange: 1
- Attack: [430, 590]
- Def: 40
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 25
- Vit: 15
- Int: 10
- Dex: 81
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Insect"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1500
- AttackMotion: 500
- DamageMotion: 1000
- MvpExp: 0
- Drops: {
- Tail_Of_Steel_Scorpion: 5335
- Elunium_Stone: 229
- Elunium_Stone: 22
- Iron_Ore: 750
- Steel: 180
- Iron: 300
- Iron_Fist_Card: 1
- }
-},
-{
- Id: 1213
- SpriteName: "HIGH_ORC"
- Name: "High Orc"
- Lv: 52
- Hp: 6890
- Sp: 0
- Exp: 3618
- JExp: 1639
- AttackRange: 1
- Attack: [428, 533]
- Def: 15
- Mdef: 5
- Stats: {
- Str: 55
- Agi: 46
- Vit: 55
- Int: 35
- Dex: 82
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1500
- AttackMotion: 500
- DamageMotion: 1000
- MvpExp: 0
- Drops: {
- Ogre_Tooth: 2500
- Orcish_Axe: 10
- Steel: 90
- Orcish_Voucher: 7500
- Zargon: 1300
- Oridecon_Stone: 196
- Yellow_Herb: 900
- High_Orc_Card: 1
- }
-},
-{
- Id: 1214
- SpriteName: "CHOCO"
- Name: "Choco"
- Lv: 43
- Hp: 4278
- Sp: 0
- Exp: 1265
- JExp: 1265
- AttackRange: 1
- Attack: [315, 402]
- Def: 5
- Mdef: 5
- Stats: {
- Str: 65
- Agi: 68
- Vit: 55
- Int: 45
- Dex: 65
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1500
- AttackMotion: 500
- DamageMotion: 1000
- MvpExp: 0
- Drops: {
- Claw_Of_Monkey: 5335
- Yoyo_Tail: 7000
- Elunium: 53
- Banana: 5000
- Tropical_Banana: 20
- Banana_Juice: 1000
- Yggdrasilberry: 25
- Choco_Card: 1
- }
-},
-{
- Id: 1215
- SpriteName: "STEM_WORM"
- Name: "Stem Worm"
- Lv: 40
- Hp: 6136
- Sp: 0
- Exp: 1452
- JExp: 939
- AttackRange: 2
- Attack: [290, 375]
- Def: 5
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 30
- Vit: 26
- Int: 15
- Dex: 79
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1500
- AttackMotion: 500
- DamageMotion: 1000
- MvpExp: 0
- Drops: {
- Tough_Scalelike_Stem: 5335
- White_Herb: 1800
- Jump_Rope: 10
- Oridecon_Stone: 115
- Great_Nature: 5
- Glaive: 20
- Seed_Of_Yggdrasil: 45
- Stem_Worm_Card: 1
- }
-},
-{
- Id: 1216
- SpriteName: "PENOMENA"
- Name: "Penomena"
- Lv: 57
- Hp: 7256
- Sp: 0
- Exp: 2870
- JExp: 2200
- AttackRange: 7
- Attack: [415, 565]
- Def: 5
- Mdef: 50
- Stats: {
- Str: 1
- Agi: 5
- Vit: 35
- Int: 15
- Dex: 136
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Fish"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 832
- AttackMotion: 500
- DamageMotion: 600
- MvpExp: 0
- Drops: {
- Coral_Reef: 4850
- Tentacle: 8000
- Sticky_Mucus: 7000
- Panacea: 200
- Violet_Jewel: 15
- Katar_Of_Raging_Blaze: 1
- Red_Gemstone: 550
- Penomena_Card: 1
- }
-},
-{
- Id: 1219
- SpriteName: "KNIGHT_OF_ABYSS"
- Name: "Knight of Abyss"
- JName: "Abysmal Knight"
- Lv: 79
- Hp: 36140
- Sp: 0
- Exp: 8469
- JExp: 6268
- AttackRange: 1
- Attack: [1600, 2150]
- Def: 55
- Mdef: 50
- Stats: {
- Str: 66
- Agi: 68
- Vit: 64
- Int: 25
- Dex: 135
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Dark", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1500
- AttackMotion: 500
- DamageMotion: 1000
- MvpExp: 0
- Drops: {
- Reins: 5335
- Blade_Lost_In_Darkness: 5
- Clothes_Of_The_Lord: 1
- Battle_Hook: 25
- Broad_Sword_: 1
- Elunium: 369
- Oridecon: 259
- Knight_Of_Abyss_Card: 1
- }
-},
-{
- Id: 1220
- SpriteName: "M_DESERT_WOLF"
- Name: "Desert Wolf"
- Lv: 27
- Hp: 1716
- Sp: 0
- Exp: 388
- JExp: 242
- AttackRange: 1
- Attack: [169, 208]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 27
- Vit: 45
- Int: 15
- Dex: 56
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1120
- AttackMotion: 420
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Katar_: 5
- Claw_Of_Desert_Wolf: 5500
- Mink_Coat: 1
- Meat: 1200
- Claw_Of_Wolves: 2000
- Oridecon_Stone: 53
- Desert_Wolf_Card: 1
- }
-},
-{
- Id: 1221
- SpriteName: "M_SAVAGE"
- Name: "Savage"
- Lv: 26
- Hp: 2092
- Sp: 0
- Exp: 357
- JExp: 226
- AttackRange: 1
- Attack: [146, 177]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 26
- Vit: 54
- Int: 10
- Dex: 37
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1960
- AttackMotion: 960
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Wild_Boars_Mane: 6000
- Grape: 150
- Animal_Blood: 3
- Eagle_Eyes: 2
- Anodyne: 15
- Elunium_Stone: 70
- Savage_Card: 1
- }
-},
-/*{
- Id: 1222
- SpriteName: "L_HIGH_ORC"
- Name: "High Orc"
- Lv: 52
- Hp: 6890
- Sp: 0
- Exp: 2128
- JExp: 1490
- AttackRange: 1
- Attack: [428, 533]
- Def: 15
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 46
- Vit: 55
- Int: 35
- Dex: 82
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1500
- AttackMotion: 500
- DamageMotion: 1000
- MvpExp: 0
- Drops: {
- Ogre_Tooth: 2500
- Orcish_Axe: 10
- Steel: 120
- Orcish_Voucher: 8000
- Zargon: 1600
- Oridecon_Stone: 196
- Yellow_Herb: 1100
- Orc_Warrior_Card: 1
- }
-},
-{
- Id: 1223
- SpriteName: "L_ORC"
- Name: "Orc"
- Lv: 24
- Hp: 1400
- Sp: 0
- Exp: 261
- JExp: 160
- AttackRange: 1
- Attack: [114, 136]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 24
- Vit: 48
- Int: 25
- Dex: 34
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1864
- AttackMotion: 864
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Iron: 210
- Orcish_Voucher: 5500
- Oridecon_Stone: 40
- Cigar: 3
- Battle_Axe_: 10
- Orcish_Axe: 5
- Axe: 100
- Orc_Warrior_Card: 1
- }
-},
-{
- Id: 1224
- SpriteName: "L_POISON_SPORE"
- Name: "Poison Spore"
- Lv: 19
- Hp: 665
- Sp: 0
- Exp: 169
- JExp: 85
- AttackRange: 1
- Attack: [89, 101]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 19
- Vit: 25
- Int: 1
- Dex: 24
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1672
- AttackMotion: 672
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Mushroom_Spore: 8000
- Hat_: 20
- Green_Herb: 650
- Blue_Herb: 55
- Karvodailnirol: 35
- Poison_Spore_Card: 1
- }
-},
-{
- Id: 1225
- SpriteName: "L_CHOCO"
- Name: "Choco"
- Lv: 43
- Hp: 4278
- Sp: 0
- Exp: 1150
- JExp: 1150
- AttackRange: 1
- Attack: [315, 402]
- Def: 5
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 68
- Vit: 55
- Int: 45
- Dex: 65
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1500
- AttackMotion: 500
- DamageMotion: 1000
- MvpExp: 0
- Drops: {
- Claw_Of_Monkey: 5335
- Yoyo_Tail: 7000
- Yellow_Herb: 1900
- Banana: 5000
- Mink_Coat: 2
- Banana_Juice: 1000
- Yggdrasilberry: 25
- Yoyo_Card: 1
- }
-},
-{
- Id: 1226
- SpriteName: "L_KOBOLD"
- Name: "Kobold"
- Lv: 36
- Hp: 3893
- Sp: 0
- Exp: 898
- JExp: 568
- AttackRange: 1
- Attack: [265, 318]
- Def: 15
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 90
- Vit: 36
- Int: 30
- Dex: 52
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1028
- AttackMotion: 528
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Steel: 90
- Cobold_Hair: 5820
- Zargon: 750
- Elunium: 25
- Gladius_: 2
- Buckler_: 5
- Kobold_Card: 1
- }
-},
-{
- Id: 1227
- SpriteName: "L_GOBLIN"
- Name: "Goblin"
- Lv: 25
- Hp: 1176
- Sp: 0
- Exp: 282
- JExp: 171
- AttackRange: 1
- Attack: [118, 140]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 63
- Vit: 25
- Int: 20
- Dex: 38
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 1120
- AttackMotion: 620
- DamageMotion: 240
- MvpExp: 0
- Drops: {
- Iron: 270
- Scell: 1200
- Oridecon_Stone: 43
- Goblini_Mask: 3
- Dirk_: 10
- Buckler_: 5
- Red_Herb: 800
- Goblin_Card: 1
- }
-},
-{
- Id: 1228
- SpriteName: "L_PHEN"
- Name: "Phen"
- Lv: 26
- Hp: 3347
- Sp: 0
- Exp: 357
- JExp: 226
- AttackRange: 1
- Attack: [138, 150]
- Def: 0
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 26
- Vit: 26
- Int: 1
- Dex: 88
- Luk: 75
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Fish"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 2544
- AttackMotion: 1344
- DamageMotion: 1152
- MvpExp: 0
- Drops: {
- Fish_Tail: 6000
- Sharp_Scale: 2300
- Skyblue_Jewel: 8
- Meat: 1100
- Fin: 550
- Oridecon_Stone: 25
- Phen_Card: 1
- }
-},*/
-{
- Id: 1229
- SpriteName: "META_FABRE"
- Name: "Fabre"
- Lv: 2
- Hp: 63
- Sp: 0
- Exp: 3
- JExp: 2
- AttackRange: 1
- Attack: [8, 11]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 2
- Vit: 4
- Int: 0
- Dex: 7
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1672
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Fluff: 6500
- Feather: 600
- Club_: 80
- Azure_Jewel: 8
- Green_Herb: 750
- Clover: 1500
- Club: 200
- Fabre_Card: 1
- }
-},
-{
- Id: 1230
- SpriteName: "META_PUPA"
- Name: "Pupa"
- Lv: 2
- Hp: 427
- Sp: 0
- Exp: 2
- JExp: 4
- AttackRange: 0
- Attack: [1, 2]
- Def: 20
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 0
- Dex: 1
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- Detector: true
- }
- MoveSpeed: 1000
- AttackDelay: 1001
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
- Drops: {
- Phracon: 300
- Chrysalis: 6000
- Sticky_Mucus: 700
- Guard_: 2
- Shell: 1300
- Sticky_Mucus: 700
- Iron_Ore: 300
- Pupa_Card: 1
- }
-},
-{
- Id: 1231
- SpriteName: "META_CREAMY"
- Name: "Creamy"
- Lv: 16
- Hp: 595
- Sp: 0
- Exp: 96
- JExp: 64
- AttackRange: 1
- Attack: [53, 64]
- Def: 0
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 40
- Vit: 16
- Int: 15
- Dex: 16
- Luk: 55
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 200
- AttackDelay: 1220
- AttackMotion: 720
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Powder_Of_Butterfly: 6000
- Silk_Robe_: 10
- Honey: 180
- Wing_Of_Butterfly: 200
- Fancy_Flower: 4
- Flower: 800
- Creamy_Card: 1
- }
-},
-{
- Id: 1232
- SpriteName: "META_PECOPECO_EGG"
- Name: "Peco Peco Egg"
- Lv: 3
- Hp: 420
- Sp: 0
- Exp: 4
- JExp: 4
- AttackRange: 0
- Attack: [1, 2]
- Def: 20
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 0
- Dex: 1
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- MoveSpeed: 1000
- AttackDelay: 1001
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
- Drops: {
- Phracon: 120
- Shell: 1500
- Guard_: 2
- Red_Herb: 450
- Red_Herb: 450
- Empty_Bottle: 2000
- White_Platter: 15
- Pecopeco_Egg_Card: 1
- }
-},
-/*{
- Id: 1233
- SpriteName: "CONCEIVE_PECOPECO"
- Name: "Peco Peco"
- Lv: 19
- Hp: 531
- Sp: 0
- Exp: 159
- JExp: 36
- AttackRange: 1
- Attack: [50, 64]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 13
- Vit: 13
- Int: 25
- Dex: 27
- Luk: 9
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1564
- AttackMotion: 864
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Bill_Of_Birds: 6000
- Sandals_: 20
- Yellow_Herb: 55
- Red_Herb: 950
- Wand: 100
- Orange: 1000
- Pecopeco_Card: 1
- }
-},*/
-{
- Id: 1234
- SpriteName: "PROVOKE_YOYO"
- Name: "Yoyo"
- Lv: 19
- Hp: 879
- Sp: 0
- Exp: 135
- JExp: 85
- AttackRange: 1
- Attack: [71, 82]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 24
- Vit: 30
- Int: 35
- Dex: 32
- Luk: 55
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Looter: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 200
- AttackDelay: 1054
- AttackMotion: 54
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Yoyo_Tail: 6000
- Cacao: 500
- Yellow_Herb: 130
- Animals_Skin: 5500
- Monkey_Doll: 7
- Strawberry: 500
- Orange: 1000
- Yoyo_Card: 1
- }
-},
-{
- Id: 1235
- SpriteName: "SMOKING_ORC"
- Name: "Smoking Orc"
- Lv: 24
- Hp: 1400
- Sp: 0
- Exp: 261
- JExp: 160
- AttackRange: 1
- Attack: [114, 136]
- Def: 10
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 24
- Vit: 48
- Int: 20
- Dex: 34
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1864
- AttackMotion: 864
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Iron: 210
- Orcish_Voucher: 5500
- Oridecon_Stone: 40
- Cigar: 3
- Battle_Axe_: 10
- Orcish_Axe: 5
- Axe: 100
- Orc_Warrior_Card: 1
- }
-},
-{
- Id: 1236
- SpriteName: "META_ANT_EGG"
- Name: "Ant Egg"
- Lv: 4
- Hp: 420
- Sp: 0
- Exp: 5
- JExp: 4
- AttackRange: 0
- Attack: [1, 2]
- Def: 20
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 0
- Dex: 1
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- MoveSpeed: 1000
- AttackDelay: 1001
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
- Drops: {
- Phracon: 135
- Shell: 2740
- Jellopy: 3000
- Sticky_Mucus: 750
- Empty_Bottle: 2000
- Iron_Ore: 220
- Andre_Egg_Card: 1
- }
-},
-{
- Id: 1237
- SpriteName: "META_ANDRE"
- Name: "Andre"
- Lv: 17
- Hp: 688
- Sp: 0
- Exp: 109
- JExp: 71
- AttackRange: 1
- Attack: [60, 71]
- Def: 10
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 17
- Vit: 24
- Int: 20
- Dex: 26
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Looter: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 300
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Worm_Peelings: 6000
- Garlet: 3000
- Sticky_Mucus: 1000
- Shell: 3000
- Sparkling_Dust: 6
- Iron_Ore: 350
- Elunium_Stone: 28
- Andre_Card: 1
- }
-},
-{
- Id: 1238
- SpriteName: "META_PIERE"
- Name: "Piere"
- Lv: 18
- Hp: 733
- Sp: 0
- Exp: 122
- JExp: 78
- AttackRange: 1
- Attack: [64, 75]
- Def: 15
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 18
- Vit: 26
- Int: 20
- Dex: 27
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Looter: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 200
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Worm_Peelings: 5700
- Garlet: 1100
- Sticky_Mucus: 600
- Wind_Of_Verdure: 15
- Sparkling_Dust: 5
- Iron_Ore: 400
- Elunium_Stone: 31
- Andre_Card: 1
- }
-},
-{
- Id: 1239
- SpriteName: "META_DENIRO"
- Name: "Deniro"
- Lv: 19
- Hp: 760
- Sp: 0
- Exp: 135
- JExp: 85
- AttackRange: 1
- Attack: [68, 79]
- Def: 15
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 19
- Vit: 30
- Int: 20
- Dex: 43
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Looter: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 150
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Worm_Peelings: 6000
- Garlet: 3000
- Sticky_Mucus: 1200
- Boody_Red: 45
- Sparkling_Dust: 8
- Iron_Ore: 450
- Elunium_Stone: 34
- Andre_Card: 1
- }
-},
-{
- Id: 1240
- SpriteName: "META_PICKY"
- Name: "Picky"
- Lv: 3
- Hp: 80
- Sp: 0
- Exp: 4
- JExp: 3
- AttackRange: 1
- Attack: [9, 12]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 3
- Vit: 3
- Int: 0
- Dex: 10
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 988
- AttackMotion: 288
- DamageMotion: 168
- MvpExp: 0
- Drops: {
- Feather_Of_Birds: 6500
- Feather: 850
- Cotton_Shirt_: 150
- Red_Herb: 650
- Milk: 350
- Yellow_Gemstone: 60
- Picky_Card: 1
- }
-},
-{
- Id: 1241
- SpriteName: "META_PICKY_"
- Name: "Picky"
- Lv: 4
- Hp: 83
- Sp: 0
- Exp: 5
- JExp: 4
- AttackRange: 1
- Attack: [8, 11]
- Def: 20
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 3
- Vit: 3
- Int: 0
- Dex: 11
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 988
- AttackMotion: 288
- DamageMotion: 168
- MvpExp: 0
- Drops: {
- Feather_Of_Birds: 6500
- Feather: 850
- Egg_Shell: 7
- Red_Herb: 750
- Milk: 350
- Yellow_Gemstone: 60
- Picky__Card: 1
- }
-},
-{
- Id: 1242
- SpriteName: "MARIN"
- Name: "Marin"
- Lv: 15
- Hp: 742
- Sp: 0
- Exp: 66
- JExp: 44
- AttackRange: 1
- Attack: [39, 43]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 10
- Vit: 10
- Int: 5
- Dex: 35
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Garlet: 3200
- Sticky_Mucus: 1500
- Cold_Scroll_2_1: 100
- Skyblue_Jewel: 40
- Blue_Herb: 75
- Candy: 350
- Poring_Hat: 1
- Marin_Card: 1
- }
-},
-{
- Id: 1243
- SpriteName: "SASQUATCH"
- Name: "Sasquatch"
- Lv: 30
- Hp: 3163
- Sp: 0
- Exp: 529
- JExp: 319
- AttackRange: 1
- Attack: [250, 280]
- Def: 5
- Mdef: 0
- Stats: {
- Str: 75
- Agi: 25
- Vit: 60
- Int: 10
- Dex: 34
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1260
- AttackMotion: 192
- DamageMotion: 192
- MvpExp: 0
- Drops: {
- Zargon: 750
- White_Herb: 800
- Feather: 1000
- Panda_Cap: 1
- Bears_Foot: 5000
- White_Jewel: 30
- Elunium_Stone: 90
- Sasquatch_Card: 1
- }
-},
-{
- Id: 1244
- SpriteName: "JAKK_XMAS"
- Name: "Christmas Jakk"
- Lv: 38
- Hp: 3581
- Sp: 0
- Exp: 1113
- JExp: 688
- AttackRange: 1
- Attack: [315, 382]
- Def: 5
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 38
- Vit: 38
- Int: 43
- Dex: 75
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1180
- AttackMotion: 480
- DamageMotion: 648
- MvpExp: 0
- Drops: {
- Pumpkin_Head: 5335
- Zargon: 900
- Elunium: 31
- Tights_: 5
- Gift_Box: 20
- Packing_Paper: 1200
- Packing_Ribbon: 1200
- Jakk_Card: 1
- }
-},
-{
- Id: 1245
- SpriteName: "GOBLINE_XMAS"
- Name: "Christmas Goblin"
- Lv: 25
- Hp: 1176
- Sp: 0
- Exp: 282
- JExp: 171
- AttackRange: 1
- Attack: [118, 140]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 53
- Vit: 25
- Int: 20
- Dex: 38
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 100
- AttackDelay: 1120
- AttackMotion: 620
- DamageMotion: 240
- MvpExp: 0
- Drops: {
- Packing_Ribbon: 550
- Packing_Paper: 550
- Oridecon_Stone: 43
- Gift_Box: 10
- Dirk_: 10
- Buckler_: 5
- Santas_Hat: 10
- Goblin_Card: 1
- }
-},
-{
- Id: 1246
- SpriteName: "COOKIE_XMAS"
- Name: "Christmas Cookie"
- Lv: 28
- Hp: 2090
- Sp: 0
- Exp: 461
- JExp: 284
- AttackRange: 1
- Attack: [140, 170]
- Def: 0
- Mdef: 50
- Stats: {
- Str: 1
- Agi: 24
- Vit: 30
- Int: 53
- Dex: 45
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_DemiHuman"
- Element: ("Ele_Holy", 2)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 400
- AttackDelay: 1248
- AttackMotion: 1248
- DamageMotion: 240
- MvpExp: 0
- Drops: {
- Well_Baked_Cookie: 1500
- Scarlet_Jewel: 45
- Zargon: 200
- Hood_: 25
- Gift_Box: 5
- Cold_Scroll_1_3: 100
- Red_Herb: 1700
- Cookie_XMAS_Card: 1
- }
-},
-{
- Id: 1247
- SpriteName: "ANTONIO"
- Name: "Antonio"
- Lv: 10
- Hp: 10
- Sp: 0
- Exp: 3
- JExp: 2
- AttackRange: 1
- Attack: [13, 20]
- Def: 100
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 50
- Dex: 100
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Holy", 3)
- Mode: {
- CanMove: true
- Plant: true
- CanAttack: true
- }
- MoveSpeed: 100
- AttackDelay: 720
- AttackMotion: 720
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Red_Socks_With_Holes: 10000
- Gift_Box: 200
- Well_Baked_Cookie: 1500
- Piece_Of_Cake: 1000
- Candy: 5500
- Candy_Striper: 5500
- Santas_Hat: 250
- Antonio_Card: 1
- }
-},
-{
- Id: 1248
- SpriteName: "CRUISER"
- Name: "Cruiser"
- Lv: 35
- Hp: 2820
- Sp: 0
- Exp: 1100
- JExp: 450
- AttackRange: 7
- Attack: [175, 215]
- Def: 5
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 40
- Vit: 10
- Int: 10
- Dex: 90
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 1296
- AttackMotion: 1296
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Manacles: 900
- Holy_Bonnet: 2
- Iron: 320
- Rough_Wind: 5
- Scell: 3500
- Branch: 5
- Oridecon_Stone: 87
- Cruiser_Card: 1
- }
-},
-{
- Id: 1249
- SpriteName: "MYSTCASE"
- Name: "Myst Case"
- Lv: 38
- Hp: 3450
- Sp: 0
- Exp: 1113
- JExp: 688
- AttackRange: 1
- Attack: [160, 360]
- Def: 5
- Mdef: 10
- Stats: {
- Str: 65
- Agi: 50
- Vit: 25
- Int: 5
- Dex: 48
- Luk: 75
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 400
- AttackDelay: 1248
- AttackMotion: 1248
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Candy_Striper: 90
- Zargon: 1500
- Old_Blue_Box: 20
- Piece_Of_Cake: 800
- Scarlet_Jewel: 150
- Crystal_Jewel_: 5
- Candy: 340
- Mystcase_Card: 1
- }
-},
-{
- Id: 1250
- SpriteName: "CHEPET"
- Name: "Chepet"
- Lv: 42
- Hp: 4950
- Sp: 0
- Exp: 1518
- JExp: 946
- AttackRange: 1
- Attack: [380, 440]
- Def: 0
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 72
- Vit: 35
- Int: 71
- Dex: 65
- Luk: 85
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 672
- AttackMotion: 672
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Matchstick: 2500
- Zargon: 750
- Apple: 5500
- Unripe_Apple: 40
- Red_Muffler: 5
- Yellow_Herb: 1300
- Ragamuffin_Cape: 5
- Chepet_Card: 1
- }
-},
-{
- Id: 1251
- SpriteName: "KNIGHT_OF_WINDSTORM"
- Name: "Knight of Windstorm"
- JName: "Stormy Knight"
- Lv: 77
- Hp: 240000
- Sp: 0
- Exp: 64350
- JExp: 21450
- AttackRange: 2
- Attack: [1425, 1585]
- Def: 35
- Mdef: 60
- Stats: {
- Str: 75
- Agi: 185
- Vit: 83
- Int: 55
- Dex: 130
- Luk: 79
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Wind", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 468
- AttackMotion: 468
- DamageMotion: 288
- MvpExp: 32175
- MvpDrops: {
- Skyblue_Jewel: 4500
- Boots_: 500
- Mistic_Frozen: 3000
- }
- Drops: {
- Zephyrus: 150
- Old_Blue_Box: 3000
- Old_Violet_Box: 4000
- Ring_: 200
- Manteau_: 500
- Elunium: 4559
- Loard_Circlet: 1
- Knight_Windstorm_Card: 1
- }
-},
-{
- Id: 1252
- SpriteName: "GARM"
- Name: "Garm"
- JName: "Hatii"
- Lv: 73
- Hp: 197000
- Sp: 0
- Exp: 50050
- JExp: 20020
- AttackRange: 3
- Attack: [1700, 1900]
- Def: 40
- Mdef: 45
- Stats: {
- Str: 85
- Agi: 126
- Vit: 82
- Int: 65
- Dex: 95
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Water", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 608
- AttackMotion: 408
- DamageMotion: 336
- MvpExp: 25025
- MvpDrops: {
- Fang_Of_Garm: 1000
- Old_Blue_Box: 3000
- Mistic_Frozen: 3000
- }
- Drops: {
- Fang_Of_Garm: 5500
- Ice_Falchon: 150
- Katar_Of_Cold_Icicle: 500
- Claw_Of_Garm: 500
- Elunium: 3977
- Oridecon: 2900
- Garm_Card: 1
- }
-},
-{
- Id: 1253
- SpriteName: "GARGOYLE"
- Name: "Gargoyle"
- Lv: 48
- Hp: 3950
- Sp: 0
- Exp: 1650
- JExp: 1650
- AttackRange: 9
- Attack: [290, 360]
- Def: 10
- Mdef: 10
- Stats: {
- Str: 15
- Agi: 61
- Vit: 20
- Int: 20
- Dex: 126
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Wind", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1020
- AttackMotion: 720
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Zargon: 3880
- Petite_DiablOfs_Wing: 500
- Thimble_Of_Archer: 1
- Silence_Arrow: 2000
- Elunium_Stone: 238
- Gargoyle_Card: 1
- }
-},
-{
- Id: 1254
- SpriteName: "RAGGLER"
- Name: "Raggler"
- Lv: 21
- Hp: 1020
- Sp: 0
- Exp: 218
- JExp: 140
- AttackRange: 1
- Attack: [102, 113]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 18
- Agi: 10
- Vit: 32
- Int: 20
- Dex: 39
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1000
- AttackMotion: 900
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Cyfar: 3000
- Feather_Of_Birds: 5000
- Center_Potion: 200
- Grape: 200
- Wind_Of_Verdure: 90
- Goggle_: 7
- Oridecon_Stone: 32
- Raggler_Card: 1
- }
-},
-{
- Id: 1255
- SpriteName: "NERAID"
- Name: "Neraid"
- JName: "Nereid"
- Lv: 40
- Hp: 4120
- Sp: 0
- Exp: 1126
- JExp: 684
- AttackRange: 1
- Attack: [325, 360]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 45
- Vit: 50
- Int: 5
- Dex: 64
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 776
- AttackMotion: 576
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Earthworm_Peeling: 5100
- Cyfar: 1000
- Blue_Herb: 230
- Whip_Of_Ice_Piece: 10
- Grape: 250
- Elunium_Stone: 180
- Elunium: 37
- Neraid_Card: 1
- }
-},
-{
- Id: 1256
- SpriteName: "PEST"
- Name: "Pest"
- Lv: 40
- Hp: 3240
- Sp: 0
- Exp: 1238
- JExp: 752
- AttackRange: 1
- Attack: [375, 450]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 60
- Vit: 22
- Int: 5
- Dex: 80
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 165
- AttackDelay: 700
- AttackMotion: 648
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Earthworm_Peeling: 5500
- Brigan: 200
- Animal_Blood: 10
- Anodyne: 100
- Red_Gemstone: 250
- Oridecon_Stone: 115
- Pest_Card: 1
- }
-},
-{
- Id: 1257
- SpriteName: "INJUSTICE"
- Name: "Injustice"
- Lv: 51
- Hp: 7600
- Sp: 0
- Exp: 2118
- JExp: 1488
- AttackRange: 1
- Attack: [480, 600]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 84
- Agi: 42
- Vit: 39
- Int: 0
- Dex: 71
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 770
- AttackMotion: 720
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Steel: 300
- Brigan: 5335
- Cyfar: 3500
- Padded_Armor_: 5
- Plate_Armor: 2
- Prohibition_Red_Candle: 2
- Jamadhar_: 2
- Injustice_Card: 1
- }
-},
-{
- Id: 1258
- SpriteName: "GOBLIN_ARCHER"
- Name: "Goblin Archer"
- Lv: 28
- Hp: 1750
- Sp: 0
- Exp: 461
- JExp: 284
- AttackRange: 9
- Attack: [89, 113]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 10
- Agi: 15
- Vit: 20
- Int: 15
- Dex: 72
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_DemiHuman"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1172
- AttackMotion: 672
- DamageMotion: 420
- MvpExp: 0
- Drops: {
- Goblini_Mask: 3
- Iron: 250
- Scell: 1000
- Oridecon_Arrow: 3000
- Red_Herb: 600
- Composite_Bow_: 25
- Grape: 300
- Goblin_Archer_Card: 1
- }
-},
-{
- Id: 1259
- SpriteName: "GRYPHON"
- Name: "Gryphon"
- Lv: 72
- Hp: 27800
- Sp: 0
- Exp: 5896
- JExp: 4400
- AttackRange: 1
- Attack: [880, 1260]
- Def: 35
- Mdef: 35
- Stats: {
- Str: 68
- Agi: 95
- Vit: 78
- Int: 65
- Dex: 115
- Luk: 75
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Wind", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 704
- AttackMotion: 504
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Talon_Of_Griffin: 2500
- Brigan: 5335
- Soft_Feather: 120
- Guisarme_: 1500
- Pole_Axe: 1
- Oridecon: 185
- Rough_Wind: 150
- Gryphon_Card: 1
- }
-},
-{
- Id: 1260
- SpriteName: "DARK_FRAME"
- Name: "Dark Frame"
- Lv: 59
- Hp: 7500
- Sp: 0
- Exp: 3652
- JExp: 3271
- AttackRange: 1
- Attack: [960, 1210]
- Def: 10
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 72
- Vit: 42
- Int: 45
- Dex: 85
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 920
- AttackMotion: 720
- DamageMotion: 200
- MvpExp: 0
- Drops: {
- Brigan: 4656
- Red_Frame: 1000
- Manteau: 30
- Star_Crumb: 80
- Crystal_Mirror: 3
- Dark_Frame_Card: 1
- }
-},
-{
- Id: 1261
- SpriteName: "WILD_ROSE"
- Name: "Wild Rose"
- Lv: 38
- Hp: 2980
- Sp: 0
- Exp: 1113
- JExp: 688
- AttackRange: 1
- Attack: [315, 360]
- Def: 0
- Mdef: 15
- Stats: {
- Str: 65
- Agi: 85
- Vit: 15
- Int: 35
- Dex: 65
- Luk: 80
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 100
- AttackDelay: 964
- AttackMotion: 864
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Cyfar: 5335
- Witherless_Rose: 50
- Fruit_Shell: 120
- Arrow_Of_Shadow: 3000
- Rotten_Fish: 35
- Monsters_Feed: 600
- Big_Sis_Ribbon: 2
- Wild_Rose_Card: 1
- }
-},
-{
- Id: 1262
- SpriteName: "MUTANT_DRAGON"
- Name: "Mutant Dragon"
- JName: "Mutant Dragonoid"
- Lv: 65
- Hp: 62600
- Sp: 0
- Exp: 4730
- JExp: 3536
- AttackRange: 4
- Attack: [2400, 3400]
- Def: 15
- Mdef: 20
- Stats: {
- Str: 75
- Agi: 47
- Vit: 30
- Int: 68
- Dex: 45
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Dragon"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1280
- AttackMotion: 1080
- DamageMotion: 240
- MvpExp: 0
- Drops: {
- Brigan: 4850
- Dragon_Canine: 500
- Dragon_Scale: 500
- Rotten_Bandage: 500
- Legacy_Of_Dragon: 100
- Pyroxene: 1500
- Dragon_Breath: 50
- Mutant_Dragon_Card: 1
- }
-},
-{
- Id: 1263
- SpriteName: "WIND_GHOST"
- Name: "Wind Ghost"
- Lv: 51
- Hp: 4820
- Sp: 0
- Exp: 2424
- JExp: 1488
- AttackRange: 2
- Attack: [489, 639]
- Def: 0
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 89
- Vit: 15
- Int: 90
- Dex: 85
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Wind", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1056
- AttackMotion: 1056
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Zargon: 4559
- Skel_Bone: 6000
- Skull: 500
- Wind_Scroll_1_5: 100
- Arc_Wand_: 8
- Rough_Wind: 100
- Bone_Wand: 1
- Wind_Ghost_Card: 1
- }
-},
-{
- Id: 1264
- SpriteName: "MERMAN"
- Name: "Merman"
- Lv: 53
- Hp: 14690
- Sp: 0
- Exp: 4500
- JExp: 3000
- AttackRange: 2
- Attack: [482, 964]
- Def: 10
- Mdef: 35
- Stats: {
- Str: 72
- Agi: 45
- Vit: 46
- Int: 35
- Dex: 60
- Luk: 55
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Water", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 220
- AttackDelay: 916
- AttackMotion: 816
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Lip_Of_Ancient_Fish: 1300
- Holy_Water: 300
- Lemon: 400
- Skyblue_Jewel: 40
- Mistic_Frozen: 35
- Trident: 3
- Oridecon_Stone: 203
- Merman_Card: 1
- }
-},
-{
- Id: 1265
- SpriteName: "COOKIE"
- Name: "Cookie"
- Lv: 25
- Hp: 950
- Sp: 0
- Exp: 310
- JExp: 188
- AttackRange: 1
- Attack: [130, 145]
- Def: 0
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 35
- Vit: 20
- Int: 53
- Dex: 37
- Luk: 90
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 200
- AttackDelay: 1036
- AttackMotion: 936
- DamageMotion: 240
- MvpExp: 0
- Drops: {
- Well_Baked_Cookie: 1000
- Candy_Striper: 150
- Darkgreen_Dyestuffs: 1
- Great_Chef_Orleans01: 50
- Sandals_: 30
- Holy_Scroll_1_3: 100
- Candy: 320
- Cookie_Card: 1
- }
-},
-{
- Id: 1266
- SpriteName: "ASTER"
- Name: "Aster"
- Lv: 18
- Hp: 1372
- Sp: 0
- Exp: 122
- JExp: 78
- AttackRange: 1
- Attack: [56, 64]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 19
- Vit: 15
- Int: 0
- Dex: 34
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Fish"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 400
- AttackDelay: 1264
- AttackMotion: 864
- DamageMotion: 216
- MvpExp: 0
- Drops: {
- Sticky_Mucus: 500
- Coral_Reef: 40
- Single_Cell: 1200
- Yellow_Herb: 200
- Zargon: 60
- Apple: 100
- Aster_Card: 1
- }
-},
-{
- Id: 1267
- SpriteName: "CARAT"
- Name: "Carat"
- Lv: 51
- Hp: 5200
- Sp: 0
- Exp: 1926
- JExp: 1353
- AttackRange: 1
- Attack: [330, 417]
- Def: 0
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 41
- Vit: 45
- Int: 5
- Dex: 85
- Luk: 155
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1078
- AttackMotion: 768
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Brigan: 3200
- Ice_Cream: 1000
- Spiky_Heel: 5
- Joker_Jester: 1
- White_Herb: 1450
- Carat_Card: 1
- }
-},
-{
- Id: 1268
- SpriteName: "BLOODY_KNIGHT"
- Name: "Bloody Knight"
- Lv: 82
- Hp: 57870
- Sp: 0
- Exp: 10120
- JExp: 6820
- AttackRange: 3
- Attack: [2150, 3030]
- Def: 60
- Mdef: 50
- Stats: {
- Str: 88
- Agi: 75
- Vit: 70
- Int: 77
- Dex: 125
- Luk: 55
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Dark", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 828
- AttackMotion: 528
- DamageMotion: 192
- MvpExp: 0
- Drops: {
- Brigan: 4850
- Helm_: 45
- Plate_Armor_: 5
- Strong_Shield: 62
- Katzbalger: 1
- Pole_Axe: 2
- Elunium: 433
- Bloody_Knight_Card: 1
- }
-},
-{
- Id: 1269
- SpriteName: "CLOCK"
- Name: "Clock"
- Lv: 60
- Hp: 11050
- Sp: 0
- Exp: 3410
- JExp: 2904
- AttackRange: 1
- Attack: [720, 909]
- Def: 15
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 70
- Vit: 50
- Int: 25
- Dex: 90
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1092
- AttackMotion: 792
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Needle_Of_Alarm: 5335
- Wooden_Block: 800
- White_Herb: 1900
- Lemon: 320
- Key_Of_Clock_Tower: 30
- Underground_Key: 30
- Elunium: 163
- Clock_Card: 1
- }
-},
-{
- Id: 1270
- SpriteName: "C_TOWER_MANAGER"
- Name: "Clock Tower Manager"
- JName: "Tower Keeper"
- Lv: 63
- Hp: 18600
- Sp: 0
- Exp: 4378
- JExp: 2850
- AttackRange: 3
- Attack: [880, 1180]
- Def: 35
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 75
- Vit: 20
- Int: 64
- Dex: 75
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 4)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1072
- AttackMotion: 672
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Needle_Of_Alarm: 5335
- Brigan: 5335
- Steel: 500
- Leaflet_Of_Hinal: 850
- Memorize_Book: 1
- Key_Of_Clock_Tower: 2000
- Underground_Key: 2000
- C_Tower_Manager_Card: 1
- }
-},
-{
- Id: 1271
- SpriteName: "ALLIGATOR"
- Name: "Alligator"
- Lv: 42
- Hp: 6962
- Sp: 0
- Exp: 1379
- JExp: 866
- AttackRange: 1
- Attack: [315, 360]
- Def: 2
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 45
- Vit: 50
- Int: 10
- Dex: 69
- Luk: 65
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1100
- AttackMotion: 900
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Zargon: 1000
- Worn_Out_Prison_Uniform: 600
- Anolian_Skin: 2000
- Seed_Of_Yggdrasil: 50
- Oridecon_Stone: 129
- Alligator_Card: 1
- }
-},
-{
- Id: 1272
- SpriteName: "DARK_LORD"
- Name: "Dark Lord"
- Lv: 80
- Hp: 720000
- Sp: 0
- Exp: 65780
- JExp: 45045
- AttackRange: 2
- Attack: [2800, 3320]
- Def: 30
- Mdef: 70
- Stats: {
- Str: 1
- Agi: 120
- Vit: 30
- Int: 118
- Dex: 99
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Undead", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 868
- AttackMotion: 768
- DamageMotion: 480
- MvpExp: 32890
- MvpDrops: {
- Skull: 6000
- Blue_Coif_: 500
- Old_Violet_Box: 2000
- }
- Drops: {
- Bone_Wand: 800
- Kronos: 100
- Grimtooth_: 300
- Mage_Coat: 300
- Cape_Of_Ancient_Lord: 100
- Elunium: 5141
- Bone_Helm_: 10
- Dark_Lord_Card: 1
- }
-},
-{
- Id: 1273
- SpriteName: "ORC_LADY"
- Name: "Orc Lady"
- Lv: 31
- Hp: 2000
- Sp: 0
- Exp: 644
- JExp: 407
- AttackRange: 1
- Attack: [135, 170]
- Def: 10
- Mdef: 10
- Stats: {
- Str: 35
- Agi: 42
- Vit: 25
- Int: 15
- Dex: 69
- Luk: 55
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1050
- AttackMotion: 900
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Cyfar: 4656
- Iron: 300
- Earring: 1
- Wedding_Veil: 1
- High_end_Cooking_Kits: 10
- Cookbook06: 3
- Wedding_Dress: 1
- Orc_Lady_Card: 1
- }
-},
-{
- Id: 1274
- SpriteName: "MEGALITH"
- Name: "Megalith"
- Lv: 45
- Hp: 5300
- Sp: 0
- Exp: 1758
- JExp: 1075
- AttackRange: 9
- Attack: [264, 314]
- Def: 50
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 45
- Vit: 60
- Int: 5
- Dex: 95
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 4)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1332
- AttackMotion: 1332
- DamageMotion: 672
- MvpExp: 0
- Drops: {
- Zargon: 100
- Stone: 1000
- Old_Violet_Box: 1
- Elunium: 61
- Elunium_Stone: 207
- Megalith_Card: 1
- }
-},
-{
- Id: 1275
- SpriteName: "ALICE"
- Name: "Alice"
- Lv: 62
- Hp: 10000
- Sp: 221
- Exp: 3583
- JExp: 2400
- AttackRange: 1
- Attack: [550, 700]
- Def: 5
- Mdef: 5
- Stats: {
- Str: 64
- Agi: 64
- Vit: 42
- Int: 85
- Dex: 100
- Luk: 130
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 502
- AttackMotion: 2304
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Alices_Apron: 2500
- Old_Broom: 40
- Chrystal_Pumps: 3
- Rouge: 30
- Pair_Of_Red_Ribbon: 1
- Imperial_Cooking_Kits: 10
- Holy_Scroll_1_5: 100
- Alice_Card: 1
- }
-},
-{
- Id: 1276
- SpriteName: "RAYDRIC_ARCHER"
- Name: "Raydric Archer"
- Lv: 52
- Hp: 5250
- Sp: 0
- Exp: 3025
- JExp: 2125
- AttackRange: 9
- Attack: [415, 500]
- Def: 35
- Mdef: 5
- Stats: {
- Str: 15
- Agi: 25
- Vit: 22
- Int: 5
- Dex: 145
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1152
- AttackMotion: 1152
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Brigan: 4656
- Chain_Mail_: 2
- Bow: 150
- Incisive_Arrow: 2000
- Arbalest_: 3
- Elunium: 106
- Raydric_Archer_Card: 1
- }
-},
-{
- Id: 1277
- SpriteName: "GREATEST_GENERAL"
- Name: "Greatest General"
- Lv: 40
- Hp: 3632
- Sp: 0
- Exp: 1238
- JExp: 752
- AttackRange: 3
- Attack: [350, 400]
- Def: 15
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 20
- Vit: 60
- Int: 55
- Dex: 82
- Luk: 140
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 2)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1152
- AttackMotion: 1152
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Brigan: 2000
- Wooden_Block: 2000
- Club: 100
- Inspector_Certificate: 300
- Stop_Post: 1
- Yellow_Herb: 250
- Earth_Scroll_1_3: 100
- Greatest_General_Card: 1
- }
-},
-{
- Id: 1278
- SpriteName: "STALACTIC_GOLEM"
- Name: "Stalactic Golem"
- Lv: 60
- Hp: 18700
- Sp: 0
- Exp: 5808
- JExp: 2695
- AttackRange: 1
- Attack: [950, 1260]
- Def: 50
- Mdef: 5
- Stats: {
- Str: 73
- Agi: 45
- Vit: 85
- Int: 5
- Dex: 90
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 4)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1264
- AttackMotion: 864
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Mud_Lump: 2000
- Brigan: 4850
- Star_Crumb: 250
- Great_Nature: 30
- Elunium_Stone: 250
- Elunium: 163
- Stalactic_Golem_Card: 1
- }
-},
-{
- Id: 1279
- SpriteName: "TRI_JOINT"
- Name: "Tri Joint"
- Lv: 32
- Hp: 2300
- Sp: 0
- Exp: 386
- JExp: 220
- AttackRange: 1
- Attack: [178, 206]
- Def: 20
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 48
- Vit: 24
- Int: 10
- Dex: 67
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 860
- AttackMotion: 660
- DamageMotion: 624
- MvpExp: 0
- Drops: {
- Cyfar: 100
- Solid_Shell: 380
- Aloebera: 200
- Yellow_Live: 160
- Sparkling_Dust: 140
- Elunium_Stone: 106
- Tri_Joint_Card: 1
- }
-},
-{
- Id: 1280
- SpriteName: "STEAM_GOBLIN"
- Name: "Steam Goblin"
- JName: "Goblin Steamrider"
- Lv: 35
- Hp: 2490
- Sp: 0
- Exp: 864
- JExp: 495
- AttackRange: 1
- Attack: [234, 269]
- Def: 20
- Mdef: 5
- Stats: {
- Str: 58
- Agi: 59
- Vit: 32
- Int: 15
- Dex: 75
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1008
- AttackMotion: 1008
- DamageMotion: 528
- MvpExp: 0
- Drops: {
- Scell: 2500
- Cyfar: 3880
- Iron: 300
- Steel: 55
- Coal: 320
- The_Garrison: 5
- Elunium_Stone: 124
- Steam_Goblin_Card: 1
- }
-},
-{
- Id: 1281
- SpriteName: "SAGEWORM"
- Name: "Sage Worm"
- Lv: 43
- Hp: 3850
- Sp: 0
- Exp: 1155
- JExp: 1320
- AttackRange: 1
- Attack: [120, 280]
- Def: 0
- Mdef: 50
- Stats: {
- Str: 1
- Agi: 52
- Vit: 24
- Int: 88
- Dex: 79
- Luk: 55
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 936
- AttackMotion: 936
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Librarian_Glove: 5
- Worn_Out_Page: 1000
- Earthworm_Peeling: 3000
- Fire_Scroll_1_5: 100
- Blue_Potion: 40
- Cold_Scroll_1_5: 100
- Ph_D_Hat: 1
- Sageworm_Card: 1
- }
-},
-{
- Id: 1282
- SpriteName: "KOBOLD_ARCHER"
- Name: "Kobold Archer"
- Lv: 33
- Hp: 2560
- Sp: 0
- Exp: 739
- JExp: 455
- AttackRange: 9
- Attack: [155, 185]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 10
- Agi: 20
- Vit: 15
- Int: 30
- Dex: 100
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1008
- AttackMotion: 1008
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Zargon: 250
- Steel: 60
- Cobold_Hair: 4850
- Ear_Of_Puppy: 50
- Poison_Arrow: 2000
- CrossBow_: 5
- Oridecon_Stone: 79
- Kobold_Archer_Card: 1
- }
-},
-{
- Id: 1283
- SpriteName: "CHIMERA"
- Name: "Chimera"
- Lv: 70
- Hp: 32600
- Sp: 0
- Exp: 4950
- JExp: 3000
- AttackRange: 1
- Attack: [1200, 1320]
- Def: 30
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 72
- Vit: 110
- Int: 88
- Dex: 75
- Luk: 85
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 772
- AttackMotion: 672
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Brigan: 5335
- Slender_Snake: 2500
- Lemon: 1000
- War_Axe: 1
- Citrine: 1500
- Great_Axe: 1
- Oridecon: 160
- Chimera_Card: 1
- }
-},
-/*{
- Id: 1284
- SpriteName: "HUGELING"
- Name: "Hugeling"
- Lv: 1
- Hp: 5000
- Sp: 0
- Exp: 2
- JExp: 1
- AttackRange: 4
- Attack: [7, 10]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 6
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Apple: 100
- Apple: 100
- Apple: 100
- Apple: 100
- Apple: 100
- Apple: 100
- Apple: 100
- Apple: 100
- }
-},*/
-{
- Id: 1285
- SpriteName: "ARCHER_GUARDIAN"
- Name: "Archer Guardian"
- Lv: 74
- Hp: 28634
- Sp: 0
- Exp: 1
- JExp: 1
- AttackRange: 12
- Attack: [1120, 1600]
- Def: 35
- Mdef: 60
- Stats: {
- Str: 95
- Agi: 80
- Vit: 80
- Int: 90
- Dex: 165
- Luk: 55
- }
- ViewRange: 14
- ChaseRange: 16
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- Angry: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 265
- AttackDelay: 1200
- AttackMotion: 1200
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1286
- SpriteName: "KNIGHT_GUARDIAN"
- Name: "Knight Guardian"
- Lv: 86
- Hp: 30214
- Sp: 0
- Exp: 1
- JExp: 1
- AttackRange: 2
- Attack: [1280, 1560]
- Def: 55
- Mdef: 30
- Stats: {
- Str: 110
- Agi: 40
- Vit: 140
- Int: 65
- Dex: 125
- Luk: 65
- }
- ViewRange: 14
- ChaseRange: 16
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- Angry: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 275
- AttackDelay: 1200
- AttackMotion: 1200
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1287
- SpriteName: "SOLDIER_GUARDIAN"
- Name: "Soldier Guardian"
- Lv: 56
- Hp: 15670
- Sp: 0
- Exp: 1
- JExp: 1
- AttackRange: 1
- Attack: [873, 1036]
- Def: 35
- Mdef: 0
- Stats: {
- Str: 85
- Agi: 56
- Vit: 100
- Int: 45
- Dex: 103
- Luk: 43
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- ChangeTargetChase: true
- }
- MoveSpeed: 265
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1288
- SpriteName: "EMPELIUM"
- Name: "Emperium"
- Lv: 90
- Hp: 68430
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [60, 71]
- Def: 40
- Mdef: 50
- Stats: {
- Str: 1
- Agi: 17
- Vit: 80
- Int: 50
- Dex: 26
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Angel"
- Element: ("Ele_Holy", 1)
- Mode: {
- Boss: true
- Detector: true
- NoKnockback: true
- }
- MoveSpeed: 300
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1289
- SpriteName: "MAYA_PUPLE"
- Name: "Maya Purple"
- Lv: 81
- Hp: 55479
- Sp: 0
- Exp: 10496
- JExp: 3893
- AttackRange: 2
- Attack: [1447, 2000]
- Def: 68
- Mdef: 48
- Stats: {
- Str: 95
- Agi: 90
- Vit: 80
- Int: 95
- Dex: 90
- Luk: 119
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 1024
- AttackMotion: 1000
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Cyfar: 4413
- Elunium_Stone: 250
- Oridecon_Stone: 300
- Gold: 100
- Oridecon: 150
- Queens_Hair_Ornament: 1
- Cookbook10: 2
- Maya_Puple_Card: 1
- }
-},
-{
- Id: 1290
- SpriteName: "SKELETON_GENERAL"
- Name: "Skeleton General"
- Lv: 73
- Hp: 17402
- Sp: 0
- Exp: 8170
- JExp: 3370
- AttackRange: 1
- Attack: [910, 1089]
- Def: 25
- Mdef: 25
- Stats: {
- Str: 90
- Agi: 25
- Vit: 40
- Int: 20
- Dex: 77
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 2276
- AttackMotion: 576
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Burn_Tree: 2550
- Oridecon_Stone: 160
- Yellow_Herb: 800
- Gladius_: 35
- Gladius: 80
- Sandstorm: 15
- Ghost_Bandana: 1
- Skeleton_General_Card: 1
- }
-},
-{
- Id: 1291
- SpriteName: "WRAITH_DEAD"
- Name: "Wraith Dead"
- Lv: 74
- Hp: 43021
- Sp: 0
- Exp: 10341
- JExp: 3618
- AttackRange: 2
- Attack: [1366, 1626]
- Def: 25
- Mdef: 30
- Stats: {
- Str: 5
- Agi: 99
- Vit: 55
- Int: 75
- Dex: 115
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 175
- AttackDelay: 1816
- AttackMotion: 576
- DamageMotion: 240
- MvpExp: 0
- Drops: {
- Transparent_Cloth: 4413
- Wedding_Veil: 10
- Manteau_: 8
- Red_Gemstone: 700
- Crystal_Jewel__: 5
- Old_Blue_Box: 100
- Lemon: 300
- Wraith_Dead_Card: 1
- }
-},
-{
- Id: 1292
- SpriteName: "MINI_DEMON"
- Name: "Mini Demon"
- Lv: 68
- Hp: 32538
- Sp: 0
- Exp: 8396
- JExp: 3722
- AttackRange: 1
- Attack: [1073, 1414]
- Def: 30
- Mdef: 25
- Stats: {
- Str: 5
- Agi: 75
- Vit: 40
- Int: 55
- Dex: 89
- Luk: 42
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1000
- AttackMotion: 600
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Petite_DiablOfs_Horn: 4413
- Petite_DiablOfs_Wing: 450
- Satanic_Chain: 3
- Elunium_Stone: 160
- Zargon: 2500
- Sacred_Marks: 10
- Ahlspiess: 5
- Mini_Demon_Card: 1
- }
-},
-{
- Id: 1293
- SpriteName: "CREMY_FEAR"
- Name: "Creamy Fear"
- Lv: 62
- Hp: 13387
- Sp: 0
- Exp: 7365
- JExp: 2691
- AttackRange: 2
- Attack: [666, 829]
- Def: 45
- Mdef: 30
- Stats: {
- Str: 5
- Agi: 40
- Vit: 16
- Int: 15
- Dex: 68
- Luk: 55
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 155
- AttackDelay: 1136
- AttackMotion: 720
- DamageMotion: 840
- MvpExp: 0
- Drops: {
- Powder_Of_Butterfly: 4550
- Silver_Robe_: 10
- Honey: 550
- Wing_Of_Butterfly: 200
- Book: 8
- Icarus_Wing: 5
- Fruit_Of_Mastela: 50
- Cremy_Fear_Card: 1
- }
-},
-{
- Id: 1294
- SpriteName: "KILLER_MANTIS"
- Name: "Killer Mantis"
- Lv: 56
- Hp: 13183
- Sp: 0
- Exp: 6509
- JExp: 2366
- AttackRange: 1
- Attack: [764, 927]
- Def: 35
- Mdef: 20
- Stats: {
- Str: 5
- Agi: 26
- Vit: 24
- Int: 5
- Dex: 75
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 175
- AttackDelay: 1528
- AttackMotion: 660
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Limb_Of_Mantis: 4550
- Solid_Shell: 2500
- Azure_Jewel: 10
- White_Herb: 15
- Grape: 25
- Nail_Of_Loki: 1
- Mirror_Shield_: 1
- Killer_Mantis_Card: 1
- }
-},
-{
- Id: 1295
- SpriteName: "OWL_BARON"
- Name: "Owl Baron"
- Lv: 75
- Hp: 60746
- Sp: 0
- Exp: 10967
- JExp: 4811
- AttackRange: 2
- Attack: [1252, 1610]
- Def: 65
- Mdef: 25
- Stats: {
- Str: 25
- Agi: 25
- Vit: 80
- Int: 95
- Dex: 95
- Luk: 55
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 175
- AttackDelay: 1345
- AttackMotion: 824
- DamageMotion: 440
- MvpExp: 0
- Drops: {
- Tatters_Clothes: 3500
- Soft_Feather: 2500
- Kakkung_: 2
- Staff_Of_Soul: 1
- Walking_Stick: 2
- Wind_Scroll_1_5: 100
- Magician_Hat: 5
- Owl_Baron_Card: 1
- }
-},
-{
- Id: 1296
- SpriteName: "KOBOLD_LEADER"
- Name: "Kobold Leader"
- Lv: 65
- Hp: 18313
- Sp: 0
- Exp: 7432
- JExp: 2713
- AttackRange: 1
- Attack: [649, 958]
- Def: 37
- Mdef: 37
- Stats: {
- Str: 5
- Agi: 90
- Vit: 36
- Int: 30
- Dex: 77
- Luk: 59
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1028
- AttackMotion: 528
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Steel: 450
- Cobold_Hair: 6305
- Zargon: 1200
- Flail_: 6
- Mighty_Staff: 2
- Panacea: 150
- Royal_Jelly: 100
- Kobold_Leader_Card: 1
- }
-},
-{
- Id: 1297
- SpriteName: "ANCIENT_MUMMY"
- Name: "Ancient Mummy"
- Lv: 64
- Hp: 40599
- Sp: 0
- Exp: 8040
- JExp: 3499
- AttackRange: 1
- Attack: [836, 1129]
- Def: 27
- Mdef: 27
- Stats: {
- Str: 28
- Agi: 19
- Vit: 32
- Int: 5
- Dex: 83
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 175
- AttackDelay: 1772
- AttackMotion: 120
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Rotten_Bandage: 4413
- Mementos: 1800
- Glove_: 1
- Silver_Ring: 150
- Yellow_Herb: 650
- Oridecon_Stone: 150
- Elunium_Stone: 100
- Ancient_Mummy_Card: 1
- }
-},
-{
- Id: 1298
- SpriteName: "ZOMBIE_MASTER"
- Name: "Zombie Master"
- Lv: 62
- Hp: 14211
- Sp: 0
- Exp: 7610
- JExp: 2826
- AttackRange: 1
- Attack: [824, 1084]
- Def: 37
- Mdef: 26
- Stats: {
- Str: 25
- Agi: 20
- Vit: 30
- Int: 5
- Dex: 77
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 175
- AttackDelay: 2612
- AttackMotion: 912
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Tatters_Clothes: 4413
- Sticky_Mucus: 1500
- Horrendous_Mouth: 1500
- Cardinal_Jewel: 200
- White_Jewel: 100
- Ghoul_Leg: 1
- Scapulare_: 2
- Zombie_Master_Card: 1
- }
-},
-{
- Id: 1299
- SpriteName: "GOBLIN_LEADER"
- Name: "Goblin Leader"
- Lv: 64
- Hp: 20152
- Sp: 0
- Exp: 6036
- JExp: 2184
- AttackRange: 1
- Attack: [663, 752]
- Def: 48
- Mdef: 16
- Stats: {
- Str: 5
- Agi: 55
- Vit: 37
- Int: 30
- Dex: 69
- Luk: 58
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 120
- AttackDelay: 1120
- AttackMotion: 620
- DamageMotion: 240
- MvpExp: 0
- Drops: {
- Brigan: 1500
- Steel: 800
- Oridecon_Stone: 120
- Goblin_Mask_04: 50
- Shield_: 2
- Yellow_Herb: 650
- Angry_Mouth: 10
- Goblin_Leader_Card: 1
- }
-},
-{
- Id: 1300
- SpriteName: "CATERPILLAR"
- Name: "Caterpillar"
- Lv: 64
- Hp: 14439
- Sp: 0
- Exp: 6272
- JExp: 3107
- AttackRange: 1
- Attack: [894, 1447]
- Def: 47
- Mdef: 29
- Stats: {
- Str: 35
- Agi: 25
- Vit: 85
- Int: 15
- Dex: 69
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1672
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Feather: 3000
- Brigan: 5335
- Twilight_Desert: 20
- Star_Crumb: 100
- Great_Nature: 50
- Blue_Potion: 12
- Yellow_Herb: 500
- Caterpillar_Card: 1
- }
-},
-{
- Id: 1301
- SpriteName: "AM_MUT"
- Name: "Am Mut"
- Lv: 61
- Hp: 12099
- Sp: 0
- Exp: 7709
- JExp: 2690
- AttackRange: 1
- Attack: [1040, 1121]
- Def: 50
- Mdef: 10
- Stats: {
- Str: 50
- Agi: 65
- Vit: 40
- Int: 35
- Dex: 83
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1156
- AttackMotion: 456
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Dokkaebi_Horn: 4550
- Elunium_Stone: 250
- Sword_Mace_: 3
- Gold: 5
- Spirit_Chain: 1
- Old_Card_Album: 1
- Glass_Bead: 250
- Am_Mut_Card: 1
- }
-},
-{
- Id: 1302
- SpriteName: "DARK_ILLUSION"
- Name: "Dark Illusion"
- Lv: 77
- Hp: 103631
- Sp: 0
- Exp: 11163
- JExp: 4181
- AttackRange: 2
- Attack: [1300, 1983]
- Def: 64
- Mdef: 70
- Stats: {
- Str: 5
- Agi: 100
- Vit: 40
- Int: 100
- Dex: 97
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Undead", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 145
- AttackDelay: 1024
- AttackMotion: 768
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Bone_Wand: 3
- Bone_Helm: 2
- Ragamuffin_Cape: 3
- Brigan: 5335
- Fruit_Of_Mastela: 120
- White_Herb: 1550
- Broad_Sword_: 2
- Dark_Illusion_Card: 1
- }
-},
-{
- Id: 1303
- SpriteName: "GIANT_HONET"
- Name: "Giant Hornet"
- Lv: 56
- Hp: 13105
- Sp: 0
- Exp: 5785
- JExp: 2006
- AttackRange: 1
- Attack: [650, 852]
- Def: 38
- Mdef: 43
- Stats: {
- Str: 35
- Agi: 38
- Vit: 32
- Int: 10
- Dex: 71
- Luk: 64
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 155
- AttackDelay: 1292
- AttackMotion: 792
- DamageMotion: 340
- MvpExp: 0
- Drops: {
- Royal_Jelly: 550
- Honey: 1200
- Fruit_Of_Mastela: 12
- Leaf_Of_Yggdrasil: 15
- Staff_: 3
- Scarlet_Jewel: 20
- Double_Bound: 15
- Giant_Honet_Card: 1
- }
-},
-{
- Id: 1304
- SpriteName: "GIANT_SPIDER"
- Name: "Giant Spider"
- Lv: 55
- Hp: 11874
- Sp: 0
- Exp: 6211
- JExp: 2146
- AttackRange: 1
- Attack: [624, 801]
- Def: 41
- Mdef: 28
- Stats: {
- Str: 5
- Agi: 36
- Vit: 43
- Int: 5
- Dex: 73
- Luk: 69
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Insect"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 165
- AttackDelay: 1468
- AttackMotion: 468
- DamageMotion: 768
- MvpExp: 0
- Drops: {
- Spiderweb: 4550
- Short_Leg: 1200
- Elunium_Stone: 140
- Panacea: 450
- Solid_Shell: 1200
- Round_Shell: 680
- Cyfar: 800
- Giant_Spider_Card: 1
- }
-},
-{
- Id: 1305
- SpriteName: "ANCIENT_WORM"
- Name: "Ancient Worm"
- Lv: 67
- Hp: 22598
- Sp: 0
- Exp: 8174
- JExp: 3782
- AttackRange: 1
- Attack: [948, 1115]
- Def: 35
- Mdef: 30
- Stats: {
- Str: 5
- Agi: 35
- Vit: 56
- Int: 55
- Dex: 81
- Luk: 72
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Insect"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 165
- AttackDelay: 1792
- AttackMotion: 792
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Short_Leg: 4413
- Zargon: 2500
- Boots_: 9
- Bowman_Scarf: 5
- Round_Shell: 680
- Sticky_Mucus: 3500
- Brigan: 2500
- Ancient_Worm_Card: 1
- }
-},
-{
- Id: 1306
- SpriteName: "LEIB_OLMAI"
- Name: "Leib Olmai"
- Lv: 58
- Hp: 24233
- Sp: 0
- Exp: 6011
- JExp: 2171
- AttackRange: 1
- Attack: [740, 1390]
- Def: 27
- Mdef: 31
- Stats: {
- Str: 5
- Agi: 35
- Vit: 95
- Int: 5
- Dex: 64
- Luk: 85
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 175
- AttackDelay: 1260
- AttackMotion: 230
- DamageMotion: 192
- MvpExp: 0
- Drops: {
- Bears_Foot: 4550
- Poo_Poo_Hat: 8
- Stuffed_Doll: 120
- Honey: 500
- Pocket_Watch_: 5
- Gold: 5
- Cyfar: 800
- Leib_Olmai_Card: 1
- }
-},
-{
- Id: 1307
- SpriteName: "CAT_O_NINE_TAIL"
- Name: "Cat o' Nine Tails"
- Lv: 76
- Hp: 64512
- Sp: 0
- Exp: 10869
- JExp: 4283
- AttackRange: 1
- Attack: [1112, 1275]
- Def: 61
- Mdef: 55
- Stats: {
- Str: 55
- Agi: 75
- Vit: 55
- Int: 82
- Dex: 86
- Luk: 120
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Fire", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 155
- AttackDelay: 1276
- AttackMotion: 576
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Puppy_Love: 1
- Silver_Knife_Of_Chaste: 150
- Punisher: 5
- Elunium: 600
- Oridecon: 800
- Gold: 6
- Old_Violet_Box: 1
- Cat_O_Nine_Tail_Card: 1
- }
-},
-{
- Id: 1308
- SpriteName: "PANZER_GOBLIN"
- Name: "Panzer Goblin"
- Lv: 59
- Hp: 14130
- Sp: 0
- Exp: 7212
- JExp: 2697
- AttackRange: 1
- Attack: [683, 878]
- Def: 41
- Mdef: 28
- Stats: {
- Str: 60
- Agi: 60
- Vit: 40
- Int: 20
- Dex: 81
- Luk: 160
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 960
- AttackMotion: 1008
- DamageMotion: 840
- MvpExp: 0
- Drops: {
- Cyfar: 4413
- Brigan: 3500
- Steel: 180
- Iron: 360
- Coal: 580
- Butcher: 5
- Flame_Heart: 160
- Panzer_Goblin_Card: 1
- }
-},
-{
- Id: 1309
- SpriteName: "GAJOMART"
- Name: "Gajomart"
- Lv: 63
- Hp: 13669
- Sp: 0
- Exp: 6625
- JExp: 2900
- AttackRange: 1
- Attack: [917, 950]
- Def: 85
- Mdef: 50
- Stats: {
- Str: 5
- Agi: 34
- Vit: 10
- Int: 5
- Dex: 75
- Luk: 140
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1000
- AttackMotion: 1152
- DamageMotion: 828
- MvpExp: 0
- Drops: {
- Stone_Heart: 6500
- Zargon: 2300
- Yellow_Herb: 870
- Bomb_Wick: 8
- Fire_Arrow: 10000
- Magic_Study_Vol1: 20
- Flame_Heart: 180
- Gajomart_Card: 1
- }
-},
-{
- Id: 1310
- SpriteName: "MAJORUROS"
- Name: "Majoruros"
- Lv: 66
- Hp: 57991
- Sp: 0
- Exp: 8525
- JExp: 3799
- AttackRange: 1
- Attack: [780, 1300]
- Def: 10
- Mdef: 25
- Stats: {
- Str: 65
- Agi: 50
- Vit: 75
- Int: 50
- Dex: 85
- Luk: 48
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1100
- AttackMotion: 960
- DamageMotion: 780
- MvpExp: 0
- Drops: {
- Nose_Ring: 4413
- Two_Handed_Axe_: 4
- Lemon: 300
- Oridecon: 16
- White_Herb: 1850
- Silver_Ring: 160
- Star_Crumb: 250
- Majoruros_Card: 1
- }
-},
-{
- Id: 1311
- SpriteName: "GULLINBURSTI"
- Name: "Gullinbursti"
- Lv: 62
- Hp: 21331
- Sp: 0
- Exp: 5814
- JExp: 2376
- AttackRange: 1
- Attack: [699, 1431]
- Def: 10
- Mdef: 15
- Stats: {
- Str: 55
- Agi: 25
- Vit: 60
- Int: 5
- Dex: 70
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1960
- AttackMotion: 960
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Wild_Boars_Mane: 3500
- Grape: 290
- Animal_Blood: 6
- Eagle_Eyes: 1
- Anodyne: 15
- Belt: 1
- Zargon: 160
- Gullinbursti_Card: 1
- }
-},
-{
- Id: 1312
- SpriteName: "TURTLE_GENERAL"
- Name: "Turtle General"
- Lv: 97
- Hp: 320700
- Sp: 0
- Exp: 18202
- JExp: 9800
- AttackRange: 2
- Attack: [2438, 3478]
- Def: 50
- Mdef: 54
- Stats: {
- Str: 100
- Agi: 45
- Vit: 55
- Int: 65
- Dex: 105
- Luk: 164
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 900
- AttackMotion: 1000
- DamageMotion: 500
- MvpExp: 9101
- MvpDrops: {
- Turtle_Shell: 5500
- Yggdrasilberry: 1500
- Old_Violet_Box: 2000
- }
- Drops: {
- Iron_Driver: 8
- War_Axe: 5
- Cookbook09: 200
- Pole_Axe: 9
- Broken_Shell: 5335
- Immaterial_Sword: 80
- Union_Of_Tribe: 1
- Turtle_General_Card: 1
- }
-},
-{
- Id: 1313
- SpriteName: "MOBSTER"
- Name: "Mobster"
- Lv: 61
- Hp: 7991
- Sp: 0
- Exp: 4424
- JExp: 1688
- AttackRange: 1
- Attack: [910, 1128]
- Def: 41
- Mdef: 37
- Stats: {
- Str: 76
- Agi: 46
- Vit: 20
- Int: 35
- Dex: 76
- Luk: 55
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1100
- AttackMotion: 560
- DamageMotion: 580
- MvpExp: 0
- Drops: {
- Poison_Knife: 3
- Blue_Jewel: 4559
- Ring_: 1
- Red_Gemstone: 600
- Zargon: 2500
- Panacea: 450
- Blue_Potion: 60
- Mobster_Card: 1
- }
-},
-{
- Id: 1314
- SpriteName: "PERMETER"
- Name: "Permeter"
- Lv: 63
- Hp: 8228
- Sp: 0
- Exp: 3756
- JExp: 1955
- AttackRange: 2
- Attack: [943, 1211]
- Def: 46
- Mdef: 45
- Stats: {
- Str: 69
- Agi: 59
- Vit: 60
- Int: 5
- Dex: 69
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Neutral", 2)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 250
- AttackDelay: 1100
- AttackMotion: 483
- DamageMotion: 528
- MvpExp: 0
- Drops: {
- Turtle_Shell: 4413
- Broken_Shell: 45
- Wooden_Block: 1240
- Red_Herb: 2450
- Zargon: 1240
- Fruit_Of_Mastela: 25
- Anodyne: 1
- Permeter_Card: 1
- }
-},
-{
- Id: 1315
- SpriteName: "ASSULTER"
- Name: "Assaulter"
- Lv: 71
- Hp: 11170
- Sp: 0
- Exp: 4854
- JExp: 2654
- AttackRange: 2
- Attack: [764, 1499]
- Def: 35
- Mdef: 28
- Stats: {
- Str: 85
- Agi: 74
- Vit: 10
- Int: 35
- Dex: 100
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 155
- AttackDelay: 1000
- AttackMotion: 900
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Turtle_Shell: 4413
- Broken_Armor_Piece: 1200
- Rust_Suriken: 840
- Yellow_Herb: 1280
- Zargon: 1240
- Huuma_Bird_Wing: 5
- Old_Blue_Box: 1
- Assulter_Card: 1
- }
-},
-{
- Id: 1316
- SpriteName: "SOLIDER"
- Name: "Solider"
- Lv: 70
- Hp: 12099
- Sp: 0
- Exp: 4458
- JExp: 1951
- AttackRange: 2
- Attack: [797, 979]
- Def: 57
- Mdef: 43
- Stats: {
- Str: 69
- Agi: 35
- Vit: 85
- Int: 5
- Dex: 74
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 250
- AttackDelay: 1452
- AttackMotion: 483
- DamageMotion: 528
- MvpExp: 0
- Drops: {
- Turtle_Shell: 4413
- Broken_Shell: 64
- Stone_Piece: 850
- Yellow_Herb: 2100
- Zargon: 1240
- Honey: 850
- Chain: 1
- Solider_Card: 1
- }
-},
-{
- Id: 1317
- SpriteName: "FUR_SEAL"
- Name: "Fur Seal"
- JName: "Seal"
- Lv: 63
- Hp: 9114
- Sp: 0
- Exp: 3765
- JExp: 1824
- AttackRange: 1
- Attack: [845, 1203]
- Def: 25
- Mdef: 33
- Stats: {
- Str: 5
- Agi: 28
- Vit: 22
- Int: 15
- Dex: 69
- Luk: 84
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1612
- AttackMotion: 622
- DamageMotion: 583
- MvpExp: 0
- Drops: {
- Zargon: 4365
- Blue_Herb: 250
- Coat_: 5
- Cyfar: 1200
- Guisarme_: 1
- Panacea: 200
- Glass_Bead: 120
- Fur_Seal_Card: 1
- }
-},
-{
- Id: 1318
- SpriteName: "HEATER"
- Name: "Heater"
- Lv: 68
- Hp: 11020
- Sp: 0
- Exp: 3766
- JExp: 2359
- AttackRange: 2
- Attack: [683, 1008]
- Def: 40
- Mdef: 42
- Stats: {
- Str: 69
- Agi: 47
- Vit: 25
- Int: 5
- Dex: 71
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1452
- AttackMotion: 483
- DamageMotion: 528
- MvpExp: 0
- Drops: {
- Turtle_Shell: 4413
- Broken_Shell: 750
- Fire_Scroll_2_5: 100
- Zargon: 1640
- Royal_Jelly: 140
- Brigan: 600
- Burn_Tree: 1250
- Heater_Card: 1
- }
-},
-{
- Id: 1319
- SpriteName: "FREEZER"
- Name: "Freezer"
- Lv: 72
- Hp: 8636
- Sp: 0
- Exp: 3665
- JExp: 2197
- AttackRange: 2
- Attack: [671, 983]
- Def: 55
- Mdef: 43
- Stats: {
- Str: 69
- Agi: 41
- Vit: 59
- Int: 5
- Dex: 67
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1452
- AttackMotion: 483
- DamageMotion: 528
- MvpExp: 0
- Drops: {
- Turtle_Shell: 4413
- Broken_Shell: 850
- Ice_Piece: 1250
- Zargon: 1800
- Royal_Jelly: 160
- Cyfar: 600
- Cold_Scroll_1_5: 100
- Freezer_Card: 1
- }
-},
-{
- Id: 1320
- SpriteName: "OWL_DUKE"
- Name: "Owl Duke"
- Lv: 75
- Hp: 26623
- Sp: 0
- Exp: 7217
- JExp: 3474
- AttackRange: 1
- Attack: [715, 910]
- Def: 27
- Mdef: 49
- Stats: {
- Str: 15
- Agi: 45
- Vit: 40
- Int: 75
- Dex: 79
- Luk: 88
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 195
- AttackDelay: 1345
- AttackMotion: 824
- DamageMotion: 440
- MvpExp: 0
- Drops: {
- Tatters_Clothes: 4413
- Soft_Feather: 1500
- Wind_Scroll_1_5: 100
- Crystal_Mirror: 1
- Guisarme: 3
- Morning_Star: 2
- Magician_Hat: 1
- Owl_Duke_Card: 1
- }
-},
-{
- Id: 1321
- SpriteName: "DRAGON_TAIL"
- Name: "Dragon Tail"
- Lv: 61
- Hp: 8368
- Sp: 0
- Exp: 3587
- JExp: 1453
- AttackRange: 1
- Attack: [520, 715]
- Def: 25
- Mdef: 19
- Stats: {
- Str: 10
- Agi: 68
- Vit: 15
- Int: 5
- Dex: 67
- Luk: 67
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Insect"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 175
- AttackDelay: 862
- AttackMotion: 534
- DamageMotion: 312
- MvpExp: 0
- Drops: {
- Dragon_Fly_Wing: 4413
- Round_Shell: 400
- Solid_Shell: 800
- Fancy_Flower: 8
- Cap: 2
- Wing_Of_Fly: 300
- Wing_Of_Butterfly: 150
- Dragon_Tail_Card: 1
- }
-},
-{
- Id: 1322
- SpriteName: "SPRING_RABBIT"
- Name: "Spring Rabbit"
- Lv: 58
- Hp: 9045
- Sp: 0
- Exp: 3982
- JExp: 1766
- AttackRange: 1
- Attack: [585, 813]
- Def: 29
- Mdef: 21
- Stats: {
- Str: 45
- Agi: 61
- Vit: 5
- Int: 15
- Dex: 77
- Luk: 90
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 160
- AttackDelay: 1120
- AttackMotion: 552
- DamageMotion: 511
- MvpExp: 0
- Drops: {
- Brigan: 3500
- Cyfar: 2500
- Feather: 2500
- Green_Herb: 4500
- Yellow_Herb: 800
- Blue_Herb: 200
- White_Herb: 800
- Spring_Rabbit_Card: 1
- }
-},
-{
- Id: 1323
- SpriteName: "SEE_OTTER"
- Name: "Sea Otter"
- Lv: 59
- Hp: 9999
- Sp: 0
- Exp: 3048
- JExp: 1642
- AttackRange: 1
- Attack: [650, 813]
- Def: 33
- Mdef: 35
- Stats: {
- Str: 5
- Agi: 36
- Vit: 40
- Int: 25
- Dex: 82
- Luk: 65
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Water", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 190
- AttackDelay: 1132
- AttackMotion: 583
- DamageMotion: 532
- MvpExp: 0
- Drops: {
- Scarlet_Jewel: 150
- Clam_Shell: 5500
- Sea_Otter_Leather: 4365
- Red_Jewel: 50
- Blue_Jewel: 50
- Glass_Bead: 650
- Cyfar: 1200
- See_Otter_Card: 1
- }
-},
-{
- Id: 1324
- SpriteName: "TREASURE_BOX1"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Crystal_Jewel__: 7760
- Seed_Of_Yggdrasil: 3000
- Yggdrasilberry: 2500
- Muffler_: 800
- Shoes_: 800
- Chain_Mail_: 800
- Buckler_: 800
- Old_Card_Album: 1000
- }
-},
-{
- Id: 1325
- SpriteName: "TREASURE_BOX2"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Jewel_Of_Prayer: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree: 10000
- Oridecon: 4850
- Elunium: 7275
- Poison_Knife: 1500
- Wizardry_Hat: 75
- Masamune: 8
- }
-},
-{
- Id: 1326
- SpriteName: "TREASURE_BOX3"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Crystal_Jewel__: 7760
- Seed_Of_Yggdrasil: 3000
- Yggdrasilberry: 2500
- Muffler_: 800
- Shoes_: 800
- Chain_Mail_: 800
- Buckler_: 800
- Old_Card_Album: 1000
- }
-},
-{
- Id: 1327
- SpriteName: "TREASURE_BOX4"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Iron_Glove: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree: 10000
- Oridecon: 4850
- Elunium: 7275
- Mirror_Shield_: 1000
- War_Axe: 75
- Helm_Of_Sun: 2
- }
-},
-{
- Id: 1328
- SpriteName: "TREASURE_BOX5"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Crystal_Jewel__: 7760
- Seed_Of_Yggdrasil: 3000
- Yggdrasilberry: 2500
- Muffler_: 800
- Shoes_: 800
- Chain_Mail_: 800
- Buckler_: 800
- Old_Card_Album: 1000
- }
-},
-{
- Id: 1329
- SpriteName: "TREASURE_BOX6"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Iron_Maiden: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree: 10000
- Oridecon: 4850
- Elunium: 7275
- Guard_: 834
- Corsair: 100
- Gemmed_Crown: 9
- }
-},
-{
- Id: 1330
- SpriteName: "TREASURE_BOX7"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Crystal_Jewel__: 7760
- Seed_Of_Yggdrasil: 3000
- Yggdrasilberry: 2500
- Muffler_: 800
- Shoes_: 800
- Chain_Mail_: 800
- Buckler_: 800
- Old_Card_Album: 1000
- }
-},
-{
- Id: 1331
- SpriteName: "TREASURE_BOX8"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Mystery_Wheel: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree: 10000
- Oridecon: 4850
- Elunium: 7275
- Critical_Ring: 500
- Mage_Coat: 125
- Earring_: 9
- }
-},
-{
- Id: 1332
- SpriteName: "TREASURE_BOX9"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Crystal_Jewel__: 7760
- Seed_Of_Yggdrasil: 3000
- Yggdrasilberry: 2500
- Muffler_: 800
- Shoes_: 800
- Chain_Mail_: 800
- Buckler_: 800
- Old_Card_Album: 1000
- }
-},
-{
- Id: 1333
- SpriteName: "TREASURE_BOX10"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Silver_Fancy: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree: 10000
- Oridecon: 4850
- Elunium: 7275
- Buckler_: 500
- Tights_: 150
- Necklace_: 10
- }
-},
-{
- Id: 1334
- SpriteName: "TREASURE_BOX11"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Crystal_Jewel__: 7760
- Seed_Of_Yggdrasil: 3000
- Yggdrasilberry: 2500
- Muffler_: 800
- Shoes_: 800
- Chain_Mail_: 800
- Buckler_: 800
- Old_Card_Album: 1000
- }
-},
-{
- Id: 1335
- SpriteName: "TREASURE_BOX12"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Anger_Of_Valkurye: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree: 10000
- Oridecon: 4850
- Elunium: 7275
- Centimental_Leaf: 500
- Kakkung_: 150
- Magestic_Goat: 10
- }
-},
-{
- Id: 1336
- SpriteName: "TREASURE_BOX13"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Crystal_Jewel__: 7760
- Seed_Of_Yggdrasil: 3000
- Yggdrasilberry: 2500
- Muffler_: 800
- Shoes_: 800
- Chain_Mail_: 800
- Buckler_: 800
- Old_Card_Album: 1000
- }
-},
-{
- Id: 1337
- SpriteName: "TREASURE_BOX14"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Feather_Of_Angel: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree: 10000
- Oridecon: 4850
- Elunium: 7275
- Zeny_Knife: 375
- Spanner: 150
- Clothes_Of_The_Lord: 10
- }
-},
-{
- Id: 1338
- SpriteName: "TREASURE_BOX15"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Crystal_Jewel__: 7760
- Seed_Of_Yggdrasil: 3000
- Yggdrasilberry: 2500
- Muffler_: 800
- Shoes_: 800
- Chain_Mail_: 800
- Buckler_: 800
- Old_Card_Album: 1000
- }
-},
-{
- Id: 1339
- SpriteName: "TREASURE_BOX16"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Foot_Step_Of_Cat: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree: 10000
- Oridecon: 4850
- Elunium: 7275
- Rosary_: 300
- Staff_Of_Soul: 167
- Holy_Robe: 10
- }
-},
-{
- Id: 1340
- SpriteName: "TREASURE_BOX17"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Crystal_Jewel__: 7760
- Seed_Of_Yggdrasil: 3000
- Yggdrasilberry: 2500
- Muffler_: 800
- Shoes_: 800
- Chain_Mail_: 800
- Buckler_: 800
- Old_Card_Album: 1000
- }
-},
-{
- Id: 1341
- SpriteName: "TREASURE_BOX18"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Beard_Of_Women: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree: 10000
- Oridecon: 4850
- Elunium: 7275
- Gaia_Sword: 250
- Grimtooth_: 188
- Crown: 12
- }
-},
-{
- Id: 1342
- SpriteName: "TREASURE_BOX19"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Crystal_Jewel__: 7760
- Seed_Of_Yggdrasil: 3000
- Yggdrasilberry: 2500
- Muffler_: 800
- Shoes_: 800
- Chain_Mail_: 800
- Buckler_: 800
- Old_Card_Album: 1000
- }
-},
-{
- Id: 1343
- SpriteName: "TREASURE_BOX20"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Root_Of_Stone: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree: 10000
- Oridecon: 4850
- Elunium: 7275
- Old_Violet_Box: 250
- Sasimi: 188
- Loard_Circlet: 19
- }
-},
-{
- Id: 1344
- SpriteName: "TREASURE_BOX21"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Crystal_Jewel__: 7760
- Seed_Of_Yggdrasil: 3000
- Yggdrasilberry: 2500
- Muffler_: 800
- Shoes_: 800
- Chain_Mail_: 800
- Buckler_: 800
- Old_Card_Album: 1000
- }
-},
-{
- Id: 1345
- SpriteName: "TREASURE_BOX22"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Soul_Of_Fish: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree: 10000
- Oridecon: 4850
- Elunium: 7275
- Ragamuffin_Cape: 1000
- Thief_Clothes_: 69
- Ring_: 20
- }
-},
-{
- Id: 1346
- SpriteName: "TREASURE_BOX23"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Crystal_Jewel__: 7760
- Seed_Of_Yggdrasil: 3000
- Yggdrasilberry: 2500
- Muffler_: 800
- Shoes_: 800
- Chain_Mail_: 800
- Buckler_: 800
- Old_Card_Album: 1000
- }
-},
-{
- Id: 1347
- SpriteName: "TREASURE_BOX24"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Saliva_Of_Bird: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree: 10000
- Oridecon: 4850
- Elunium: 7275
- Shield_: 1000
- Muramasa: 50
- Helm_Of_Angel: 24
- }
-},
-{
- Id: 1348
- SpriteName: "TREASURE_BOX25"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Crystal_Jewel__: 7760
- Seed_Of_Yggdrasil: 3000
- Yggdrasilberry: 2500
- Muffler_: 800
- Shoes_: 800
- Chain_Mail_: 800
- Buckler_: 800
- Old_Card_Album: 1000
- }
-},
-{
- Id: 1349
- SpriteName: "TREASURE_BOX26"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Tendon_Of_Bear: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree: 10000
- Oridecon: 4850
- Elunium: 7275
- Gemmed_Sallet_: 750
- Glove_: 46
- Elven_Ears: 25
- }
-},
-{
- Id: 1350
- SpriteName: "TREASURE_BOX27"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Crystal_Jewel__: 7760
- Seed_Of_Yggdrasil: 3000
- Yggdrasilberry: 2500
- Muffler_: 800
- Shoes_: 800
- Chain_Mail_: 800
- Buckler_: 800
- Old_Card_Album: 1000
- }
-},
-{
- Id: 1351
- SpriteName: "TREASURE_BOX28"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Symbol_Of_Sun: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree: 10000
- Oridecon: 4850
- Elunium: 7275
- Ear_Mufs: 500
- Safety_Ring: 41
- Tiara: 32
- }
-},
-{
- Id: 1352
- SpriteName: "TREASURE_BOX29"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Crystal_Jewel__: 7760
- Seed_Of_Yggdrasil: 3000
- Yggdrasilberry: 2500
- Muffler_: 800
- Shoes_: 800
- Chain_Mail_: 800
- Buckler_: 800
- Old_Card_Album: 1000
- }
-},
-{
- Id: 1353
- SpriteName: "TREASURE_BOX30"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Breath_Of_Soul: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree: 10000
- Oridecon: 4850
- Elunium: 7275
- Cape_Of_Ancient_Lord: 500
- Brooch_: 38
- Magician_Hat: 34
- }
-},
-{
- Id: 1354
- SpriteName: "TREASURE_BOX31"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Crystal_Jewel__: 7760
- Seed_Of_Yggdrasil: 3000
- Yggdrasilberry: 2500
- Muffler_: 800
- Shoes_: 800
- Chain_Mail_: 800
- Buckler_: 800
- Old_Card_Album: 1000
- }
-},
-{
- Id: 1355
- SpriteName: "TREASURE_BOX32"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Crystal_Of_Snow: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree: 10000
- Oridecon: 4850
- Elunium: 7275
- Chrystal_Pumps: 429
- Centimental_Flower: 250
- Plate_Armor_: 35
- }
-},
-{
- Id: 1356
- SpriteName: "TREASURE_BOX33"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Crystal_Jewel__: 7760
- Seed_Of_Yggdrasil: 3000
- Yggdrasilberry: 2500
- Muffler_: 800
- Shoes_: 800
- Chain_Mail_: 800
- Buckler_: 800
- Old_Card_Album: 1000
- }
-},
-{
- Id: 1357
- SpriteName: "TREASURE_BOX34"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Indication_Of_Tempest: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree: 10000
- Oridecon: 4850
- Elunium: 7275
- Memorize_Book: 300
- Boots_: 273
- Sharp_Gear: 38
- }
-},
-{
- Id: 1358
- SpriteName: "TREASURE_BOX35"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Crystal_Jewel__: 7760
- Seed_Of_Yggdrasil: 3000
- Yggdrasilberry: 2500
- Muffler_: 800
- Shoes_: 800
- Chain_Mail_: 800
- Buckler_: 800
- Old_Card_Album: 1000
- }
-},
-{
- Id: 1359
- SpriteName: "TREASURE_BOX36"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Slilince_Wave: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree: 10000
- Oridecon: 4850
- Elunium: 7275
- Jewel_Sword: 215
- Satanic_Chain: 60
- Bone_Helm: 38
- }
-},
-{
- Id: 1360
- SpriteName: "TREASURE_BOX37"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Crystal_Jewel__: 7760
- Seed_Of_Yggdrasil: 3000
- Yggdrasilberry: 2500
- Muffler_: 800
- Shoes_: 800
- Chain_Mail_: 800
- Buckler_: 800
- Old_Card_Album: 1000
- }
-},
-{
- Id: 1361
- SpriteName: "TREASURE_BOX38"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Rough_Billows: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree: 10000
- Oridecon: 4850
- Elunium: 7275
- Pole_Axe: 50
- Spinx_Helm: 50
- Helm_: 50
- }
-},
-{
- Id: 1362
- SpriteName: "TREASURE_BOX39"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Crystal_Jewel__: 7760
- Seed_Of_Yggdrasil: 3000
- Yggdrasilberry: 2500
- Muffler_: 800
- Shoes_: 800
- Chain_Mail_: 800
- Buckler_: 800
- Old_Card_Album: 1000
- }
-},
-{
- Id: 1363
- SpriteName: "TREASURE_BOX40"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Air_Stream: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree: 10000
- Oridecon: 4850
- Elunium: 7275
- Manteau_: 43
- Angelic_Chain: 43
- Iron_Driver: 38
- }
-},
-{
- Id: 1364
- SpriteName: "G_ASSULTER"
- Name: "Assaulter"
- Lv: 59
- Hp: 12853
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [152, 177]
- Def: 35
- Mdef: 36
- Stats: {
- Str: 85
- Agi: 55
- Vit: 10
- Int: 35
- Dex: 145
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 155
- AttackDelay: 1000
- AttackMotion: 900
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Wooden_Block: 9000
- }
-},
-{
- Id: 1365
- SpriteName: "APOCALIPS"
- Name: "Apocalypse"
- Lv: 66
- Hp: 22880
- Sp: 0
- Exp: 6540
- JExp: 4935
- AttackRange: 2
- Attack: [1030, 1370]
- Def: 62
- Mdef: 49
- Stats: {
- Str: 1
- Agi: 48
- Vit: 120
- Int: 48
- Dex: 66
- Luk: 85
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 400
- AttackDelay: 1840
- AttackMotion: 1440
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Broken_Steel_Piece: 5335
- Mystery_Piece: 2400
- Wheel: 2200
- Elunium: 5
- Destroyer_: 1
- Manteau_: 20
- Steel: 2500
- Apocalips_Card: 1
- }
-},
-{
- Id: 1366
- SpriteName: "LAVA_GOLEM"
- Name: "Lava Golem"
- Lv: 77
- Hp: 24324
- Sp: 0
- Exp: 6470
- JExp: 3879
- AttackRange: 1
- Attack: [1541, 2049]
- Def: 65
- Mdef: 50
- Stats: {
- Str: 1
- Agi: 57
- Vit: 115
- Int: 70
- Dex: 76
- Luk: 68
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 2190
- AttackMotion: 2040
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Cold_Magma: 4559
- Burning_Heart: 3686
- Plate_Armor_: 1
- Plate_Armor: 2
- White_Herb: 2500
- Magma_Fist: 20
- Lava_Golem_Card: 1
- }
-},
-{
- Id: 1367
- SpriteName: "BLAZZER"
- Name: "Blazer"
- Lv: 43
- Hp: 8252
- Sp: 0
- Exp: 3173
- JExp: 1871
- AttackRange: 2
- Attack: [533, 709]
- Def: 50
- Mdef: 40
- Stats: {
- Str: 1
- Agi: 52
- Vit: 50
- Int: 39
- Dex: 69
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 180
- AttackDelay: 1732
- AttackMotion: 1332
- DamageMotion: 540
- MvpExp: 0
- Drops: {
- Burning_Heart: 4850
- Live_Coal: 3400
- White_Herb: 3000
- Blazzer_Card: 1
- }
-},
-{
- Id: 1368
- SpriteName: "GEOGRAPHER"
- Name: "Geographer"
- Lv: 56
- Hp: 8071
- Sp: 0
- Exp: 2715
- JExp: 2000
- AttackRange: 3
- Attack: [467, 621]
- Def: 28
- Mdef: 26
- Stats: {
- Str: 1
- Agi: 66
- Vit: 47
- Int: 60
- Dex: 68
- Luk: 44
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 3)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 2000
- AttackDelay: 1308
- AttackMotion: 1008
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Blossom_Of_Maneater: 6200
- Root_Of_Maneater: 5500
- Sunflower: 30
- Fancy_Flower: 50
- Holy_Scroll_1_5: 100
- Geographer_Card: 1
- }
-},
-{
- Id: 1369
- SpriteName: "GRAND_PECO"
- Name: "Grand Peco"
- Lv: 58
- Hp: 8054
- Sp: 0
- Exp: 2387
- JExp: 1361
- AttackRange: 2
- Attack: [444, 565]
- Def: 37
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 66
- Vit: 66
- Int: 50
- Dex: 71
- Luk: 51
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 165
- AttackDelay: 1460
- AttackMotion: 960
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Peco_Wing_Feather: 4850
- Fruit_Of_Mastela: 300
- Wind_Of_Verdure: 1000
- Gold: 1
- Orange: 500
- Grand_Peco_Card: 1
- }
-},
-{
- Id: 1370
- SpriteName: "SUCCUBUS"
- Name: "Succubus"
- Lv: 85
- Hp: 16955
- Sp: 0
- Exp: 5357
- JExp: 4322
- AttackRange: 2
- Attack: [1268, 1686]
- Def: 54
- Mdef: 48
- Stats: {
- Str: 1
- Agi: 97
- Vit: 95
- Int: 103
- Dex: 89
- Luk: 87
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 155
- AttackDelay: 1306
- AttackMotion: 1056
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Fruit_Of_Mastela: 1500
- Chrystal_Pumps: 3
- Boys_Naivety: 1
- Diamond_Ring: 250
- Horn_Of_Succubus: 1
- Staff_Of_Soul: 1
- Blue_Potion: 1000
- Succubus_Card: 1
- }
-},
-{
- Id: 1371
- SpriteName: "FAKE_ANGEL"
- Name: "Fake Angel"
- JName: "False Angel"
- Lv: 65
- Hp: 16845
- Sp: 0
- Exp: 3371
- JExp: 1949
- AttackRange: 2
- Attack: [513, 682]
- Def: 50
- Mdef: 35
- Stats: {
- Str: 1
- Agi: 64
- Vit: 57
- Int: 70
- Dex: 61
- Luk: 88
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Angel"
- Element: ("Ele_Holy", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 160
- AttackDelay: 920
- AttackMotion: 720
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Blue_Gemstone: 1000
- Yellow_Gemstone: 1000
- Red_Gemstone: 1000
- Water_Of_Darkness: 1000
- Carrot_Whip: 20
- Fake_Angel_Card: 1
- }
-},
-{
- Id: 1372
- SpriteName: "GOAT"
- Name: "Goat"
- Lv: 69
- Hp: 11077
- Sp: 0
- Exp: 3357
- JExp: 2015
- AttackRange: 1
- Attack: [457, 608]
- Def: 44
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 58
- Vit: 66
- Int: 62
- Dex: 67
- Luk: 43
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 3)
- Mode: {
- CanMove: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 165
- AttackDelay: 1380
- AttackMotion: 1080
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Goats_Horn: 4559
- Gaoats_Skin: 2500
- Empty_Bottle: 5000
- Red_Herb: 500
- Blue_Herb: 1000
- Yellow_Herb: 2500
- Green_Herb: 5500
- Goat_Card: 1
- }
-},
-{
- Id: 1373
- SpriteName: "LORD_OF_DEATH"
- Name: "Lord of Death"
- JName: "Lord the Dead"
- Lv: 94
- Hp: 603383
- Sp: 0
- Exp: 131343
- JExp: 43345
- AttackRange: 3
- Attack: [3430, 4232]
- Def: 77
- Mdef: 73
- Stats: {
- Str: 1
- Agi: 99
- Vit: 30
- Int: 109
- Dex: 100
- Luk: 106
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 180
- AttackDelay: 1446
- AttackMotion: 1296
- DamageMotion: 360
- MvpExp: 65671
- MvpDrops: {
- Yggdrasilberry: 5500
- Crystal_Jewel__: 5000
- Old_Violet_Box: 5000
- }
- Drops: {
- Boroken_Shiled_Piece: 5335
- Pole_Axe: 5
- House_Auger: 10
- Ring_: 2
- Shine_Spear_Blade: 10
- War_Axe: 1
- Iron_Driver: 2
- Lord_Of_Death_Card: 1
- }
-},
-{
- Id: 1374
- SpriteName: "INCUBUS"
- Name: "Incubus"
- Lv: 75
- Hp: 17281
- Sp: 0
- Exp: 5254
- JExp: 4212
- AttackRange: 2
- Attack: [1408, 1873]
- Def: 58
- Mdef: 46
- Stats: {
- Str: 1
- Agi: 97
- Vit: 95
- Int: 103
- Dex: 89
- Luk: 87
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 165
- AttackDelay: 850
- AttackMotion: 600
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Fruit_Of_Mastela: 1500
- White_Herb: 5500
- Inccubus_Horn: 1
- Ring_: 1
- Gold_Ring: 500
- Diamond_Ring: 150
- White_Herb: 2200
- Incubus_Card: 1
- }
-},
-{
- Id: 1375
- SpriteName: "THE_PAPER"
- Name: "The Paper"
- Lv: 56
- Hp: 18557
- Sp: 0
- Exp: 2849
- JExp: 1998
- AttackRange: 1
- Attack: [845, 1124]
- Def: 25
- Mdef: 24
- Stats: {
- Str: 1
- Agi: 66
- Vit: 52
- Int: 76
- Dex: 71
- Luk: 79
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 1160
- AttackMotion: 960
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Smooth_Paper: 4947
- Fright_Paper_Blade: 3200
- Yellow_Herb: 1800
- Green_Herb: 2000
- Kamaitachi: 5
- The_Paper_Card: 1
- }
-},
-{
- Id: 1376
- SpriteName: "HARPY"
- Name: "Harpy"
- Lv: 70
- Hp: 16599
- Sp: 0
- Exp: 3562
- JExp: 2133
- AttackRange: 1
- Attack: [926, 1231]
- Def: 42
- Mdef: 44
- Stats: {
- Str: 1
- Agi: 112
- Vit: 72
- Int: 67
- Dex: 74
- Luk: 76
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Wind", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 155
- AttackDelay: 972
- AttackMotion: 672
- DamageMotion: 470
- MvpExp: 0
- Drops: {
- Harpys_Feather: 4850
- Harpys_Claw: 2500
- Yellow_Herb: 1500
- Yellow_Herb: 800
- Izidor: 20
- Electric_Fist: 20
- Harpy_Card: 1
- }
-},
-{
- Id: 1377
- SpriteName: "ELDER"
- Name: "Elder"
- Lv: 64
- Hp: 21592
- Sp: 0
- Exp: 5650
- JExp: 3408
- AttackRange: 3
- Attack: [421, 560]
- Def: 45
- Mdef: 68
- Stats: {
- Str: 1
- Agi: 76
- Vit: 68
- Int: 108
- Dex: 72
- Luk: 86
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 165
- AttackDelay: 1552
- AttackMotion: 1152
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Old_Magic_Circle: 4000
- Rent_Spell_Book: 1500
- Rent_Scroll: 1500
- Encyclopedia: 10
- Wizardy_Staff: 1
- Old_Card_Album: 1
- Underground_Key: 3000
- Elder_Card: 1
- }
-},
-{
- Id: 1378
- SpriteName: "DEMON_PUNGUS"
- Name: "Demon Pungus"
- Lv: 56
- Hp: 7259
- Sp: 0
- Exp: 3148
- JExp: 1817
- AttackRange: 1
- Attack: [360, 479]
- Def: 48
- Mdef: 31
- Stats: {
- Str: 1
- Agi: 83
- Vit: 55
- Int: 59
- Dex: 63
- Luk: 34
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Poison", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 1260
- AttackMotion: 960
- DamageMotion: 672
- MvpExp: 0
- Drops: {
- Spawns: 4074
- Mould_Powder: 4559
- Yellow_Gemstone: 3880
- Starsand_Of_Witch: 5000
- Demon_Pungus_Card: 1
- }
-},
-{
- Id: 1379
- SpriteName: "NIGHTMARE_TERROR"
- Name: "Nightmare Terror"
- Lv: 78
- Hp: 22605
- Sp: 0
- Exp: 6683
- JExp: 4359
- AttackRange: 1
- Attack: [757, 1007]
- Def: 37
- Mdef: 37
- Stats: {
- Str: 1
- Agi: 76
- Vit: 55
- Int: 60
- Dex: 76
- Luk: 54
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 165
- AttackDelay: 1216
- AttackMotion: 816
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Burning_Horse_Shoe: 4947
- Rosary_: 1
- Rosary: 30
- Blue_Potion: 50
- Blue_Herb: 150
- Ghost_Scroll_1_5: 100
- Infiltrator: 1
- Nightmare_Terror_Card: 1
- }
-},
-{
- Id: 1380
- SpriteName: "DRILLER"
- Name: "Driller"
- Lv: 52
- Hp: 7452
- Sp: 0
- Exp: 3215
- JExp: 1860
- AttackRange: 1
- Attack: [666, 886]
- Def: 48
- Mdef: 31
- Stats: {
- Str: 1
- Agi: 66
- Vit: 58
- Int: 50
- Dex: 60
- Luk: 47
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 165
- AttackDelay: 1300
- AttackMotion: 900
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Lizard_Scruff: 7500
- Yellow_Gemstone: 3880
- Red_Gemstone: 3500
- Driller_Card: 1
- }
-},
-{
- Id: 1381
- SpriteName: "GRIZZLY"
- Name: "Grizzly"
- Lv: 68
- Hp: 11733
- Sp: 0
- Exp: 3341
- JExp: 2012
- AttackRange: 1
- Attack: [809, 1076]
- Def: 44
- Mdef: 32
- Stats: {
- Str: 1
- Agi: 55
- Vit: 68
- Int: 58
- Dex: 70
- Luk: 61
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 165
- AttackDelay: 1492
- AttackMotion: 1092
- DamageMotion: 192
- MvpExp: 0
- Drops: {
- Bears_Foot: 5000
- Animals_Skin: 5000
- Nice_Sweet_Potato: 2500
- Grizzly_Card: 1
- }
-},
-{
- Id: 1382
- SpriteName: "DIABOLIC"
- Name: "Diabolic"
- Lv: 67
- Hp: 9642
- Sp: 0
- Exp: 3662
- JExp: 2223
- AttackRange: 1
- Attack: [796, 1059]
- Def: 64
- Mdef: 36
- Stats: {
- Str: 1
- Agi: 84
- Vit: 53
- Int: 67
- Dex: 71
- Luk: 69
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1080
- AttackMotion: 780
- DamageMotion: 180
- MvpExp: 0
- Drops: {
- Petite_DiablOfs_Horn: 5820
- Petite_DiablOfs_Wing: 4850
- Brooch: 3
- Oridecon: 20
- Unholy_Touch: 10
- Diabolic_Card: 1
- }
-},
-{
- Id: 1383
- SpriteName: "EXPLOSION"
- Name: "Explosion"
- Lv: 46
- Hp: 8054
- Sp: 0
- Exp: 2404
- JExp: 1642
- AttackRange: 1
- Attack: [336, 447]
- Def: 35
- Mdef: 27
- Stats: {
- Str: 1
- Agi: 61
- Vit: 56
- Int: 50
- Dex: 66
- Luk: 38
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 165
- AttackDelay: 1260
- AttackMotion: 960
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Wing_Of_Red_Bat: 5500
- Burning_Heart: 2200
- Hot_Hair: 3200
- Oridecon_Stone: 800
- Fruit_Of_Mastela: 400
- Explosion_Card: 1
- }
-},
-{
- Id: 1384
- SpriteName: "DELETER"
- Name: "Deleter"
- Lv: 66
- Hp: 17292
- Sp: 0
- Exp: 3403
- JExp: 2066
- AttackRange: 1
- Attack: [446, 593]
- Def: 45
- Mdef: 53
- Stats: {
- Str: 1
- Agi: 104
- Vit: 40
- Int: 65
- Dex: 72
- Luk: 54
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Dragon"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 175
- AttackDelay: 1020
- AttackMotion: 720
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Dragons_Skin: 4074
- Dragon_Canine: 5335
- Dragon_Train: 3880
- Dragon_Scale: 3589
- Flying_Deleter_Card: 1
- }
-},
-{
- Id: 1385
- SpriteName: "DELETER_"
- Name: "Deleter"
- Lv: 65
- Hp: 15168
- Sp: 0
- Exp: 3403
- JExp: 2066
- AttackRange: 1
- Attack: [446, 593]
- Def: 52
- Mdef: 53
- Stats: {
- Str: 1
- Agi: 66
- Vit: 40
- Int: 65
- Dex: 72
- Luk: 68
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Dragon"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 175
- AttackDelay: 1024
- AttackMotion: 624
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Dragons_Skin: 4074
- Dragon_Canine: 5335
- Dragon_Train: 3880
- Dragon_Scale: 3589
- Deleter_Card: 1
- }
-},
-{
- Id: 1386
- SpriteName: "SLEEPER"
- Name: "Sleeper"
- Lv: 67
- Hp: 8237
- Sp: 0
- Exp: 3603
- JExp: 2144
- AttackRange: 1
- Attack: [593, 789]
- Def: 49
- Mdef: 35
- Stats: {
- Str: 1
- Agi: 48
- Vit: 100
- Int: 57
- Dex: 75
- Luk: 28
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 195
- AttackDelay: 1350
- AttackMotion: 1200
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Sand_Lump: 4947
- Grit: 5335
- Great_Nature: 2500
- Oridecon_Stone: 300
- Damascus_: 5
- Hypnotists_Staff_: 5
- Fine_Sand: 1200
- Sleeper_Card: 1
- }
-},
-{
- Id: 1387
- SpriteName: "GIG"
- Name: "Gig"
- Lv: 60
- Hp: 8409
- Sp: 0
- Exp: 3934
- JExp: 2039
- AttackRange: 1
- Attack: [360, 479]
- Def: 60
- Mdef: 28
- Stats: {
- Str: 1
- Agi: 61
- Vit: 80
- Int: 53
- Dex: 59
- Luk: 46
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 1264
- AttackMotion: 864
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Scropions_Nipper: 4365
- Scorpions_Tail: 5500
- Red_Gemstone: 150
- Panacea: 2500
- Flame_Heart: 850
- Gig_Card: 1
- }
-},
-{
- Id: 1388
- SpriteName: "ARCHANGELING"
- Name: "Archangeling"
- JName: "Arc Angeling"
- Lv: 60
- Hp: 79523
- Sp: 0
- Exp: 4152
- JExp: 2173
- AttackRange: 1
- Attack: [669, 890]
- Def: 54
- Mdef: 58
- Stats: {
- Str: 1
- Agi: 65
- Vit: 80
- Int: 74
- Dex: 65
- Luk: 105
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Angel"
- Element: ("Ele_Holy", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 180
- AttackDelay: 1072
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Satanic_Chain: 5
- Leaf_Of_Yggdrasil: 1800
- Seed_Of_Yggdrasil: 150
- Agate: 1500
- Angelic_Chain: 5
- Plate_Armor_: 3
- Turquoise: 1500
- Archangeling_Card: 1
- }
-},
-{
- Id: 1389
- SpriteName: "DRACULA"
- Name: "Dracula"
- Lv: 85
- Hp: 320096
- Sp: 0
- Exp: 120157
- JExp: 38870
- AttackRange: 3
- Attack: [1625, 1890]
- Def: 45
- Mdef: 76
- Stats: {
- Str: 1
- Agi: 95
- Vit: 90
- Int: 87
- Dex: 85
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 145
- AttackDelay: 1290
- AttackMotion: 1140
- DamageMotion: 576
- MvpExp: 60078
- MvpDrops: {
- Yggdrasilberry: 5500
- Crystal_Jewel__: 5000
- Fruit_Of_Mastela: 5000
- }
- Drops: {
- Yggdrasilberry: 4700
- Wizardy_Staff: 5
- Balistar: 5
- Cape_Of_Ancient_Lord: 15
- Ring_: 4
- Book_Of_The_Apocalypse: 4
- Dracula_Card: 1
- }
-},
-{
- Id: 1390
- SpriteName: "VIOLY"
- Name: "Violy"
- Lv: 75
- Hp: 18257
- Sp: 0
- Exp: 6353
- JExp: 3529
- AttackRange: 10
- Attack: [738, 982]
- Def: 37
- Mdef: 36
- Stats: {
- Str: 1
- Agi: 93
- Vit: 54
- Int: 58
- Dex: 101
- Luk: 83
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 1356
- AttackMotion: 1056
- DamageMotion: 540
- MvpExp: 0
- Drops: {
- Golden_Hair: 6305
- High_end_Cooking_Kits: 50
- Stuffed_Doll: 1200
- Base_Guitar: 50
- Royal_Jelly: 1400
- Water_Of_Darkness: 1000
- Violin_: 500
- Violy_Card: 1
- }
-},
-{
- Id: 1391
- SpriteName: "GALAPAGO"
- Name: "Galapago"
- Lv: 61
- Hp: 9145
- Sp: 0
- Exp: 3204
- JExp: 1966
- AttackRange: 1
- Attack: [457, 608]
- Def: 33
- Mdef: 33
- Stats: {
- Str: 1
- Agi: 56
- Vit: 56
- Int: 45
- Dex: 66
- Luk: 57
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Looter: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 165
- AttackDelay: 1430
- AttackMotion: 1080
- DamageMotion: 1080
- MvpExp: 0
- Drops: {
- Cyfar: 5335
- Leaf_Of_Yggdrasil: 100
- Yellow_Herb: 3500
- Aloebera: 100
- Anodyne: 100
- Galapago_Cap: 1
- Orange: 1000
- Galapago_Card: 1
- }
-},
-{
- Id: 1392
- SpriteName: "ROTAR_ZAIRO"
- Name: "Rotar Zairo"
- Lv: 25
- Hp: 1209
- Sp: 0
- Exp: 351
- JExp: 215
- AttackRange: 10
- Attack: [109, 137]
- Def: 4
- Mdef: 34
- Stats: {
- Str: 1
- Agi: 62
- Vit: 45
- Int: 26
- Dex: 55
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- ChangeTargetChase: true
- }
- MoveSpeed: 155
- AttackDelay: 2416
- AttackMotion: 2016
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Large_Jellopy: 500
- Padded_Armor: 1
- Cyfar: 1000
- Steel: 450
- Oridecon: 1
- Zargon: 2500
- Garlet: 5500
- Rotar_Zairo_Card: 1
- }
-},
-{
- Id: 1393
- SpriteName: "G_MUMMY"
- Name: "Mummy"
- Lv: 37
- Hp: 5176
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [305, 360]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 28
- Agi: 19
- Vit: 32
- Int: 0
- Dex: 63
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1772
- AttackMotion: 72
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1394
- SpriteName: "G_ZOMBIE"
- Name: "Zombie"
- Lv: 15
- Hp: 534
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [67, 79]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 8
- Vit: 7
- Int: 0
- Dex: 15
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 2612
- AttackMotion: 912
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 1395
- SpriteName: "CRYSTAL_1"
- Name: "Wind Crystal"
- Lv: 1
- Hp: 15
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 999
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Boss: true
- Plant: true
- Detector: true
- }
- MoveSpeed: 190
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Piece_Of_Cake: 3800
- Candy_Striper: 4500
- White_Chocolate: 5000
- Gift_Box_2: 4900
- Cone_Hat_: 7000
- Banana_Juice: 6500
- Chocolate: 5000
- Yggdrasilberry: 200
- }
-},
-{
- Id: 1396
- SpriteName: "CRYSTAL_2"
- Name: "Earth Crystal"
- Lv: 1
- Hp: 15
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 999
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Boss: true
- Plant: true
- Detector: true
- }
- MoveSpeed: 190
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Piece_Of_Cake: 3800
- Candy_Striper: 4500
- White_Chocolate: 5000
- Gift_Box_4: 4900
- Cone_Hat_: 7000
- Apple_Juice: 6500
- Chocolate: 5000
- Seed_Of_Yggdrasil: 250
- }
-},
-{
- Id: 1397
- SpriteName: "CRYSTAL_3"
- Name: "Fire Crystal"
- Lv: 1
- Hp: 15
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 999
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Boss: true
- Plant: true
- Detector: true
- }
- MoveSpeed: 190
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Piece_Of_Cake: 3800
- Candy_Striper: 4500
- White_Chocolate: 5000
- Gift_Box_1: 4900
- Cone_Hat_: 7000
- Carrot_Juice: 6500
- Chocolate: 5000
- Branch_Of_Dead_Tree: 300
- }
-},
-{
- Id: 1398
- SpriteName: "CRYSTAL_4"
- Name: "Water Crystal"
- Lv: 1
- Hp: 15
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 999
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Boss: true
- Plant: true
- Detector: true
- }
- MoveSpeed: 190
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Piece_Of_Cake: 3800
- Candy_Striper: 4500
- White_Chocolate: 5000
- Gift_Box_3: 4900
- Cone_Hat_: 7000
- Grape_Juice: 6500
- Chocolate: 5000
- Old_Blue_Box: 100
- }
-},
-{
- Id: 1399
- SpriteName: "EVENT_BAPHO"
- Name: "Baphomet"
- Lv: 68
- Hp: 1264000
- Sp: 0
- Exp: 261750
- JExp: 83685
- AttackRange: 3
- Attack: [1847, 2267]
- Def: 35
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 152
- Vit: 96
- Int: 85
- Dex: 120
- Luk: 95
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 130
- AttackDelay: 768
- AttackMotion: 768
- DamageMotion: 576
- MvpExp: 130875
- MvpDrops: {
- Yggdrasilberry: 5500
- Royal_Jelly: 5000
- Crystal_Jewel__: 5000
- }
- Drops: {
- Pole_Axe: 550
- War_Axe: 680
- Holy_Avenger: 480
- Holy_Guard: 640
- Holy_Robe: 1500
- Herald_Of_GOD: 500
- Ring_: 1720
- Magestic_Goat: 1550
- }
-},
-{
- Id: 1400
- SpriteName: "KARAKASA"
- Name: "Karakasa"
- Lv: 30
- Hp: 3092
- Sp: 0
- Exp: 489
- JExp: 322
- AttackRange: 1
- Attack: [141, 183]
- Def: 1
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 45
- Vit: 12
- Int: 20
- Dex: 49
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 155
- AttackDelay: 1638
- AttackMotion: 2016
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Oil_Paper: 5000
- Bamboo_Cut: 4268
- Wooden_Block: 3200
- Smooth_Paper: 2200
- Zargon: 4074
- Glass_Bead: 30
- Murasame: 5
- Karakasa_Card: 1
- }
-},
-{
- Id: 1401
- SpriteName: "SHINOBI"
- Name: "Shinobi"
- Lv: 69
- Hp: 12700
- Sp: 0
- Exp: 4970
- JExp: 3010
- AttackRange: 2
- Attack: [460, 1410]
- Def: 34
- Mdef: 21
- Stats: {
- Str: 85
- Agi: 85
- Vit: 25
- Int: 25
- Dex: 100
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1003
- AttackMotion: 1152
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Broken_Shuriken: 5335
- Ninja_Suit: 2
- Cyfar: 2200
- Shinobis_Sash: 100
- Thief_Clothes_: 1
- Black_Mask: 2000
- Murasame_: 5
- Shinobi_Card: 1
- }
-},
-{
- Id: 1402
- SpriteName: "POISON_TOAD"
- Name: "Poison Toad"
- JName: "Poisonous Toad"
- Lv: 46
- Hp: 6629
- Sp: 0
- Exp: 1929
- JExp: 1457
- AttackRange: 3
- Attack: [288, 408]
- Def: 5
- Mdef: 10
- Stats: {
- Str: 20
- Agi: 34
- Vit: 19
- Int: 14
- Dex: 66
- Luk: 55
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Poison", 2)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 160
- AttackDelay: 1148
- AttackMotion: 1728
- DamageMotion: 864
- MvpExp: 0
- Drops: {
- Poison_Toads_Skin: 5500
- Poison_Powder: 2400
- Gold_Ring: 4
- Green_Herb: 540
- Cardinal_Jewel_: 2
- Royal_Jelly: 2
- Cinquedea_: 10
- Poison_Toad_Card: 1
- }
-},
-{
- Id: 1403
- SpriteName: "ANTIQUE_FIRELOCK"
- Name: "Antique Firelock"
- JName: "Firelock Soldier"
- Lv: 47
- Hp: 3852
- Sp: 0
- Exp: 1293
- JExp: 1003
- AttackRange: 10
- Attack: [289, 336]
- Def: 10
- Mdef: 10
- Stats: {
- Str: 15
- Agi: 35
- Vit: 29
- Int: 15
- Dex: 120
- Luk: 42
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 1084
- AttackMotion: 2304
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Iron: 5500
- Apple_Of_Archer: 1
- Large_Jellopy: 1400
- Yellow_Herb: 40
- Nice_Sweet_Potato: 350
- Panacea: 250
- The_Cyclone_: 5
- Antique_Firelock_Card: 1
- }
-},
-{
- Id: 1404
- SpriteName: "MIYABI_NINGYO"
- Name: "Miyabi Ningyo"
- JName: "Miyabi Doll"
- Lv: 33
- Hp: 6300
- Sp: 0
- Exp: 795
- JExp: 453
- AttackRange: 1
- Attack: [250, 305]
- Def: 1
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 52
- Vit: 15
- Int: 10
- Dex: 62
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 250
- AttackDelay: 1938
- AttackMotion: 2112
- DamageMotion: 768
- MvpExp: 0
- Drops: {
- Glossy_Hair: 5335
- Old_Japaness_Clothes: 2500
- White_Herb: 1550
- Star_Crumb: 1250
- High_end_Cooking_Kits: 10
- Hakujin: 5
- Mandolin_: 2
- Miyabi_Ningyo_Card: 1
- }
-},
-{
- Id: 1405
- SpriteName: "TENGU"
- Name: "Tengu"
- Lv: 65
- Hp: 16940
- Sp: 0
- Exp: 4207
- JExp: 2843
- AttackRange: 2
- Attack: [660, 980]
- Def: 12
- Mdef: 82
- Stats: {
- Str: 90
- Agi: 42
- Vit: 69
- Int: 45
- Dex: 78
- Luk: 80
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1439
- AttackMotion: 1920
- DamageMotion: 672
- MvpExp: 0
- Drops: {
- Tengus_Nose: 3500
- Broken_Wine_Vessel: 5500
- Huuma_Giant_Wheel: 5
- Fruit_Of_Mastela: 150
- Huuma_Giant_Wheel_: 5
- Imperial_Cooking_Kits: 20
- Earth_Scroll_1_5: 100
- Tengu_Card: 1
- }
-},
-{
- Id: 1406
- SpriteName: "KAPHA"
- Name: "Kapha"
- Lv: 41
- Hp: 7892
- Sp: 0
- Exp: 2278
- JExp: 1552
- AttackRange: 3
- Attack: [399, 719]
- Def: 20
- Mdef: 38
- Stats: {
- Str: 1
- Agi: 51
- Vit: 49
- Int: 22
- Dex: 73
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Fish"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 165
- AttackDelay: 2012
- AttackMotion: 1728
- DamageMotion: 672
- MvpExp: 0
- Drops: {
- Yellow_Plate: 6500
- Cyfar: 3500
- Huuma_Calm_Mind: 20
- Leaflet_Of_Aloe: 2300
- Ment: 2
- Guitar_Of_Blue_Solo: 10
- Jitte_: 5
- Kapha_Card: 1
- }
-},
-/*{
- Id: 1407
- SpriteName: "DOKEBI_"
- Name: "Dokebi"
- Lv: 1
- Hp: 1
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Water", 0)
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
-},*/
-{
- Id: 1408
- SpriteName: "BLOOD_BUTTERFLY"
- Name: "Bloody Butterfly"
- Lv: 55
- Hp: 8082
- Sp: 0
- Exp: 2119
- JExp: 1562
- AttackRange: 3
- Attack: [121, 342]
- Def: 5
- Mdef: 23
- Stats: {
- Str: 1
- Agi: 59
- Vit: 14
- Int: 55
- Dex: 68
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Insect"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 145
- AttackDelay: 472
- AttackMotion: 576
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Sharp_Feeler: 4608
- Great_Wing: 2500
- Wing_Of_Butterfly: 1200
- Powder_Of_Butterfly: 5500
- Waghnakh_: 3
- Lariat: 1
- Blood_Butterfly_Card: 1
- }
-},
-{
- Id: 1409
- SpriteName: "RICE_CAKE_BOY"
- Name: "Rice Cake Boy"
- JName: "Dumpling Child"
- Lv: 27
- Hp: 2098
- Sp: 0
- Exp: 231
- JExp: 149
- AttackRange: 1
- Attack: [112, 134]
- Def: 5
- Mdef: 12
- Stats: {
- Str: 1
- Agi: 22
- Vit: 29
- Int: 5
- Dex: 41
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 160
- AttackDelay: 647
- AttackMotion: 768
- DamageMotion: 420
- MvpExp: 0
- Drops: {
- Bamboo_Cut: 3200
- Oil_Paper: 2500
- Pierrot_Nose: 1
- Blade_Of_Pinwheel: 5000
- Bun: 1000
- Festival_Mask: 3000
- Rice_Cake_Boy_Card: 1
- }
-},
-{
- Id: 1410
- SpriteName: "LIVE_PEACH_TREE"
- Name: "Live Peach Tree"
- JName: "Enchanted Peach Tree"
- Lv: 53
- Hp: 8905
- Sp: 0
- Exp: 2591
- JExp: 1799
- AttackRange: 7
- Attack: [301, 351]
- Def: 10
- Mdef: 38
- Stats: {
- Str: 72
- Agi: 45
- Vit: 35
- Int: 39
- Dex: 80
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- ChangeTargetChase: true
- }
- MoveSpeed: 410
- AttackDelay: 400
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Hard_Peach: 4365
- Royal_Jelly: 1000
- Branch_Of_Dead_Tree: 400
- Banana_Juice: 100
- Old_Blue_Box: 5
- Live_Peach_Tree_Card: 1
- }
-},
-/*{
- Id: 1411
- SpriteName: "PEACH_TREE_BULLET"
- Name: "Peach Tree Bullet"
- Lv: 0
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 0
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 0)
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
-},*/
-{
- Id: 1412
- SpriteName: "EVIL_CLOUD_HERMIT"
- Name: "Evil Cloud Hermit"
- JName: "Taoist Hermit"
- Lv: 56
- Hp: 10392
- Sp: 0
- Exp: 3304
- JExp: 2198
- AttackRange: 10
- Attack: [311, 333]
- Def: 25
- Mdef: 59
- Stats: {
- Str: 1
- Agi: 20
- Vit: 18
- Int: 50
- Dex: 136
- Luk: 11
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- ChangeTargetChase: true
- }
- MoveSpeed: 190
- AttackDelay: 480
- AttackMotion: 840
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Cloud_Piece: 4656
- Cheese: 5600
- Popped_Rice: 4500
- Bun: 6800
- Guitar_: 2
- Elunium_Stone: 150
- Wind_Scroll_1_5: 100
- Evil_Cloud_Hermit_Card: 1
- }
-},
-{
- Id: 1413
- SpriteName: "WILD_GINSENG"
- Name: "Wild Ginseng"
- JName: "Hermit Plant"
- Lv: 46
- Hp: 6900
- Sp: 0
- Exp: 1038
- JExp: 692
- AttackRange: 1
- Attack: [220, 280]
- Def: 10
- Mdef: 20
- Stats: {
- Str: 13
- Agi: 42
- Vit: 36
- Int: 55
- Dex: 66
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 140
- AttackDelay: 512
- AttackMotion: 756
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Leaflet_Of_Hinal: 3500
- Leaflet_Of_Aloe: 3500
- Root_Of_Maneater: 3800
- Blossom_Of_Maneater: 4800
- Sweet_Potato: 4800
- Rope_: 1
- Strawberry: 1000
- Wild_Ginseng_Card: 1
- }
-},
-/*{
- Id: 1414
- SpriteName: "GINSENG_BULLET"
- Name: "Ginseng Bullet"
- Lv: 0
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 0
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 0)
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
-},*/
-{
- Id: 1415
- SpriteName: "BABY_LEOPARD"
- Name: "Baby Leopard"
- Lv: 32
- Hp: 2590
- Sp: 0
- Exp: 352
- JExp: 201
- AttackRange: 2
- Attack: [155, 207]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 20
- Agi: 44
- Vit: 20
- Int: 4
- Dex: 49
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Ghost", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 318
- AttackMotion: 528
- DamageMotion: 420
- MvpExp: 0
- Drops: {
- Leopard_Skin: 5200
- Leopard_Talon: 3200
- Oridecon_Stone: 150
- Meat: 2000
- Dagger_: 100
- Pet_Food: 500
- Baby_Leopard_Card: 1
- }
-},
-{
- Id: 1416
- SpriteName: "WICKED_NYMPH"
- Name: "Wicked Nymph"
- JName: "Evil Nymph"
- Lv: 63
- Hp: 16029
- Sp: 0
- Exp: 3945
- JExp: 2599
- AttackRange: 2
- Attack: [399, 1090]
- Def: 12
- Mdef: 75
- Stats: {
- Str: 1
- Agi: 64
- Vit: 12
- Int: 69
- Dex: 100
- Luk: 80
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 637
- AttackMotion: 1008
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Limpid_Celestial_Robe: 3977
- Soft_Silk_Cloth: 1380
- Oridecon: 10
- Mandolin_: 4
- Lute_: 1
- Holy_Scroll_1_5: 100
- Oriental_Lute: 10
- Wicked_Nymph_Card: 1
- }
-},
-{
- Id: 1417
- SpriteName: "ZIPPER_BEAR"
- Name: "Zipper Bear"
- Lv: 35
- Hp: 2901
- Sp: 0
- Exp: 370
- JExp: 225
- AttackRange: 1
- Attack: [248, 289]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 30
- Agi: 25
- Vit: 55
- Int: 15
- Dex: 28
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 155
- AttackDelay: 780
- AttackMotion: 1008
- DamageMotion: 420
- MvpExp: 0
- Drops: {
- Black_Bears_Skin: 4462
- Mystery_Iron_Bit: 3500
- Royal_Jelly: 400
- Honey: 900
- Apple: 90
- Zipper_Bear_Card: 1
- }
-},
-{
- Id: 1418
- SpriteName: "DARK_SNAKE_LORD"
- Name: "Evil Snake Lord"
- Lv: 73
- Hp: 254993
- Sp: 0
- Exp: 34288
- JExp: 17950
- AttackRange: 3
- Attack: [2433, 4210]
- Def: 25
- Mdef: 55
- Stats: {
- Str: 70
- Agi: 83
- Vit: 30
- Int: 80
- Dex: 164
- Luk: 88
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Ghost", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 588
- AttackMotion: 816
- DamageMotion: 420
- MvpExp: 17144
- MvpDrops: {
- Yggdrasilberry: 5500
- Seed_Of_Yggdrasil: 3500
- Elunium: 5500
- }
- Drops: {
- Taegeuk_Plate: 5820
- Sword_Of_Grave_Keeper: 5100
- Hell_Fire: 80
- Ph_D_Hat: 80
- Gae_Bolg: 500
- Pill: 900
- Sway_Apron: 2000
- Dark_Snake_Lord_Card: 1
- }
-},
-{
- Id: 1419
- SpriteName: "G_FARMILIAR"
- Name: "Familiar"
- Lv: 8
- Hp: 155
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [20, 28]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 12
- Vit: 8
- Int: 5
- Dex: 28
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1276
- AttackMotion: 576
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1420
- SpriteName: "G_ARCHER_SKELETON"
- Name: "Archer Skeleton"
- Lv: 31
- Hp: 3040
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 9
- Attack: [128, 153]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 8
- Vit: 14
- Int: 5
- Dex: 90
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 2864
- AttackMotion: 864
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1421
- SpriteName: "G_ISIS"
- Name: "Isis"
- Lv: 43
- Hp: 4828
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [423, 507]
- Def: 10
- Mdef: 35
- Stats: {
- Str: 38
- Agi: 65
- Vit: 43
- Int: 30
- Dex: 72
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1384
- AttackMotion: 768
- DamageMotion: 336
- MvpExp: 0
-},
-{
- Id: 1422
- SpriteName: "G_HUNTER_FLY"
- Name: "Hunter Fly"
- Lv: 42
- Hp: 5242
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [246, 333]
- Def: 25
- Mdef: 15
- Stats: {
- Str: 33
- Agi: 105
- Vit: 32
- Int: 15
- Dex: 72
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 676
- AttackMotion: 576
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1423
- SpriteName: "G_GHOUL"
- Name: "Ghoul"
- Lv: 39
- Hp: 5118
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [420, 500]
- Def: 5
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 20
- Vit: 29
- Int: 0
- Dex: 33
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 2456
- AttackMotion: 912
- DamageMotion: 504
- MvpExp: 0
-},
-{
- Id: 1424
- SpriteName: "G_SIDE_WINDER"
- Name: "Side Winder"
- Lv: 43
- Hp: 4929
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [240, 320]
- Def: 5
- Mdef: 10
- Stats: {
- Str: 38
- Agi: 43
- Vit: 40
- Int: 15
- Dex: 115
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1576
- AttackMotion: 576
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1425
- SpriteName: "G_OBEAUNE"
- Name: "Obeaune"
- Lv: 31
- Hp: 3952
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [141, 165]
- Def: 0
- Mdef: 40
- Stats: {
- Str: 1
- Agi: 31
- Vit: 31
- Int: 55
- Dex: 74
- Luk: 85
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Fish"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 1426
- SpriteName: "G_MARC"
- Name: "Marc"
- Lv: 36
- Hp: 6900
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [220, 280]
- Def: 5
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 36
- Vit: 36
- Int: 20
- Dex: 56
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Fish"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1272
- AttackMotion: 72
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1427
- SpriteName: "G_NIGHTMARE"
- Name: "Nightmare"
- Lv: 49
- Hp: 4437
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [447, 529]
- Def: 0
- Mdef: 40
- Stats: {
- Str: 1
- Agi: 74
- Vit: 25
- Int: 15
- Dex: 64
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Ghost", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1816
- AttackMotion: 816
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1428
- SpriteName: "G_POISON_SPORE"
- Name: "Poison Spore"
- Lv: 19
- Hp: 665
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [89, 101]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 19
- Vit: 25
- Int: 0
- Dex: 24
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1672
- AttackMotion: 672
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 1429
- SpriteName: "G_ARGIOPE"
- Name: "Argiope"
- Lv: 41
- Hp: 4382
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [395, 480]
- Def: 30
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 41
- Vit: 31
- Int: 10
- Dex: 56
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Insect"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1792
- AttackMotion: 792
- DamageMotion: 336
- MvpExp: 0
-},
-{
- Id: 1430
- SpriteName: "G_ARGOS"
- Name: "Argos"
- Lv: 25
- Hp: 1117
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [158, 191]
- Def: 15
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 25
- Vit: 25
- Int: 5
- Dex: 32
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Insect"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1468
- AttackMotion: 468
- DamageMotion: 768
- MvpExp: 0
-},
-{
- Id: 1431
- SpriteName: "G_BAPHOMET_"
- Name: "Baphomet Jr."
- Lv: 50
- Hp: 8578
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [487, 590]
- Def: 15
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 75
- Vit: 55
- Int: 1
- Dex: 93
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 868
- AttackMotion: 480
- DamageMotion: 120
- MvpExp: 0
-},
-{
- Id: 1432
- SpriteName: "G_DESERT_WOLF"
- Name: "Desert Wolf"
- Lv: 27
- Hp: 1716
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [169, 208]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 56
- Agi: 27
- Vit: 45
- Int: 15
- Dex: 56
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1120
- AttackMotion: 420
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 1433
- SpriteName: "G_DEVIRUCHI"
- Name: "Deviruchi"
- Lv: 46
- Hp: 7360
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [475, 560]
- Def: 10
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 69
- Vit: 40
- Int: 55
- Dex: 87
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 980
- AttackMotion: 600
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1434
- SpriteName: "G_DRAINLIAR"
- Name: "Drainliar"
- Lv: 24
- Hp: 1162
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [74, 84]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 36
- Vit: 24
- Int: 0
- Dex: 78
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1276
- AttackMotion: 576
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1435
- SpriteName: "G_EVIL_DRUID"
- Name: "Evil Druid"
- Lv: 58
- Hp: 16506
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [420, 670]
- Def: 5
- Mdef: 60
- Stats: {
- Str: 1
- Agi: 29
- Vit: 58
- Int: 80
- Dex: 68
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 2276
- AttackMotion: 576
- DamageMotion: 336
- MvpExp: 0
-},
-{
- Id: 1436
- SpriteName: "G_JAKK"
- Name: "Jakk"
- Lv: 38
- Hp: 3581
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [315, 382]
- Def: 5
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 38
- Vit: 38
- Int: 43
- Dex: 75
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1180
- AttackMotion: 480
- DamageMotion: 648
- MvpExp: 0
-},
-{
- Id: 1437
- SpriteName: "G_JOKER"
- Name: "Joker"
- Lv: 57
- Hp: 12450
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [621, 738]
- Def: 10
- Mdef: 35
- Stats: {
- Str: 1
- Agi: 143
- Vit: 47
- Int: 75
- Dex: 98
- Luk: 175
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 1364
- AttackMotion: 864
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1438
- SpriteName: "G_KHALITZBURG"
- Name: "Khalitzburg"
- Lv: 63
- Hp: 19276
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [875, 1025]
- Def: 45
- Mdef: 10
- Stats: {
- Str: 58
- Agi: 65
- Vit: 48
- Int: 5
- Dex: 73
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 350
- AttackDelay: 528
- AttackMotion: 1000
- DamageMotion: 396
- MvpExp: 0
-},
-{
- Id: 1439
- SpriteName: "G_HIGH_ORC"
- Name: "High Orc"
- Lv: 52
- Hp: 6890
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [428, 533]
- Def: 15
- Mdef: 5
- Stats: {
- Str: 55
- Agi: 46
- Vit: 55
- Int: 35
- Dex: 82
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1500
- AttackMotion: 500
- DamageMotion: 1000
- MvpExp: 0
-},
-{
- Id: 1440
- SpriteName: "G_STEM_WORM"
- Name: "Stem Worm"
- Lv: 40
- Hp: 6136
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [290, 375]
- Def: 5
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 30
- Vit: 26
- Int: 15
- Dex: 79
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1500
- AttackMotion: 500
- DamageMotion: 1000
- MvpExp: 0
-},
-{
- Id: 1441
- SpriteName: "G_PENOMENA"
- Name: "Penomena"
- Lv: 57
- Hp: 7256
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 7
- Attack: [415, 565]
- Def: 5
- Mdef: 50
- Stats: {
- Str: 1
- Agi: 5
- Vit: 35
- Int: 15
- Dex: 136
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Fish"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 832
- AttackMotion: 500
- DamageMotion: 600
- MvpExp: 0
-},
-{
- Id: 1442
- SpriteName: "G_SASQUATCH"
- Name: "Sasquatch"
- Lv: 30
- Hp: 3163
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [250, 280]
- Def: 5
- Mdef: 0
- Stats: {
- Str: 75
- Agi: 25
- Vit: 60
- Int: 10
- Dex: 34
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1260
- AttackMotion: 192
- DamageMotion: 192
- MvpExp: 0
-},
-{
- Id: 1443
- SpriteName: "G_CRUISER"
- Name: "Cruiser"
- Lv: 35
- Hp: 2820
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 7
- Attack: [175, 215]
- Def: 5
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 40
- Vit: 10
- Int: 10
- Dex: 90
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 1296
- AttackMotion: 1296
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1444
- SpriteName: "G_CHEPET"
- Name: "Chepet"
- Lv: 42
- Hp: 4950
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [380, 440]
- Def: 0
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 72
- Vit: 35
- Int: 71
- Dex: 65
- Luk: 85
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 672
- AttackMotion: 672
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 1445
- SpriteName: "G_RAGGLER"
- Name: "Raggler"
- Lv: 21
- Hp: 1020
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [102, 113]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 18
- Agi: 10
- Vit: 32
- Int: 20
- Dex: 39
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1000
- AttackMotion: 900
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1446
- SpriteName: "G_INJUSTICE"
- Name: "Injustice"
- Lv: 51
- Hp: 7600
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [480, 600]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 84
- Agi: 42
- Vit: 39
- Int: 0
- Dex: 71
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 770
- AttackMotion: 720
- DamageMotion: 336
- MvpExp: 0
-},
-{
- Id: 1447
- SpriteName: "G_GRYPHON"
- Name: "Gryphon"
- Lv: 72
- Hp: 27800
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [880, 1260]
- Def: 35
- Mdef: 35
- Stats: {
- Str: 68
- Agi: 95
- Vit: 78
- Int: 65
- Dex: 115
- Luk: 75
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Wind", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 704
- AttackMotion: 504
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1448
- SpriteName: "G_DARK_FRAME"
- Name: "Dark Frame"
- Lv: 59
- Hp: 7500
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [960, 1210]
- Def: 10
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 72
- Vit: 42
- Int: 45
- Dex: 85
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 920
- AttackMotion: 720
- DamageMotion: 200
- MvpExp: 0
-},
-{
- Id: 1449
- SpriteName: "G_MUTANT_DRAGON"
- Name: "Mutant Dragon"
- JName: "Mutant Dragonoid"
- Lv: 65
- Hp: 62600
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 4
- Attack: [2400, 3400]
- Def: 15
- Mdef: 20
- Stats: {
- Str: 75
- Agi: 47
- Vit: 30
- Int: 68
- Dex: 45
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Dragon"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1280
- AttackMotion: 1080
- DamageMotion: 240
- MvpExp: 0
-},
-{
- Id: 1450
- SpriteName: "G_WIND_GHOST"
- Name: "Wind Ghost"
- Lv: 51
- Hp: 4820
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [489, 639]
- Def: 0
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 89
- Vit: 15
- Int: 90
- Dex: 85
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Wind", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1056
- AttackMotion: 1056
- DamageMotion: 336
- MvpExp: 0
-},
-{
- Id: 1451
- SpriteName: "G_MERMAN"
- Name: "Merman"
- Lv: 53
- Hp: 12300
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [482, 603]
- Def: 10
- Mdef: 35
- Stats: {
- Str: 72
- Agi: 45
- Vit: 46
- Int: 15
- Dex: 85
- Luk: 55
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 220
- AttackDelay: 916
- AttackMotion: 816
- DamageMotion: 336
- MvpExp: 0
-},
-{
- Id: 1452
- SpriteName: "G_ORC_LADY"
- Name: "Orc Lady"
- Lv: 31
- Hp: 2000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [135, 170]
- Def: 10
- Mdef: 10
- Stats: {
- Str: 35
- Agi: 42
- Vit: 25
- Int: 15
- Dex: 69
- Luk: 55
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1050
- AttackMotion: 900
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 1453
- SpriteName: "G_RAYDRIC_ARCHER"
- Name: "Raydric Archer"
- Lv: 52
- Hp: 5250
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 9
- Attack: [415, 500]
- Def: 35
- Mdef: 5
- Stats: {
- Str: 15
- Agi: 25
- Vit: 22
- Int: 5
- Dex: 145
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1152
- AttackMotion: 1152
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1454
- SpriteName: "G_TRI_JOINT"
- Name: "Tri Joint"
- Lv: 32
- Hp: 2300
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [178, 206]
- Def: 20
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 48
- Vit: 24
- Int: 10
- Dex: 67
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 860
- AttackMotion: 660
- DamageMotion: 624
- MvpExp: 0
-},
-{
- Id: 1455
- SpriteName: "G_KOBOLD_ARCHER"
- Name: "Kobold Archer"
- Lv: 33
- Hp: 2560
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 9
- Attack: [155, 185]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 10
- Agi: 20
- Vit: 15
- Int: 30
- Dex: 100
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1008
- AttackMotion: 1008
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1456
- SpriteName: "G_CHIMERA"
- Name: "Chimera"
- Lv: 70
- Hp: 32600
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1200, 1320]
- Def: 30
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 72
- Vit: 110
- Int: 88
- Dex: 75
- Luk: 85
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 772
- AttackMotion: 672
- DamageMotion: 360
- MvpExp: 0
-},
-{
- Id: 1457
- SpriteName: "G_MANTIS"
- Name: "Mantis"
- Lv: 26
- Hp: 2472
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [118, 149]
- Def: 10
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 26
- Vit: 24
- Int: 5
- Dex: 45
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1528
- AttackMotion: 660
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1458
- SpriteName: "G_MARDUK"
- Name: "Marduk"
- Lv: 40
- Hp: 4214
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [315, 382]
- Def: 0
- Mdef: 60
- Stats: {
- Str: 1
- Agi: 40
- Vit: 20
- Int: 79
- Dex: 78
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1540
- AttackMotion: 840
- DamageMotion: 504
- MvpExp: 0
-},
-{
- Id: 1459
- SpriteName: "G_MARIONETTE"
- Name: "Marionette"
- Lv: 41
- Hp: 3222
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [355, 422]
- Def: 0
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 62
- Vit: 36
- Int: 44
- Dex: 69
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Ghost", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1480
- AttackMotion: 480
- DamageMotion: 1056
- MvpExp: 0
-},
-{
- Id: 1460
- SpriteName: "G_MATYR"
- Name: "Matyr"
- Lv: 31
- Hp: 2585
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [134, 160]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 47
- Vit: 38
- Int: 5
- Dex: 64
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 432
- AttackMotion: 432
- DamageMotion: 360
- MvpExp: 0
-},
-{
- Id: 1461
- SpriteName: "G_MINOROUS"
- Name: "Minorous"
- Lv: 52
- Hp: 7431
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [590, 770]
- Def: 15
- Mdef: 5
- Stats: {
- Str: 65
- Agi: 42
- Vit: 61
- Int: 66
- Dex: 52
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1360
- AttackMotion: 960
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1462
- SpriteName: "G_ORC_SKELETON"
- Name: "Orc Skeleton"
- Lv: 28
- Hp: 2278
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [190, 236]
- Def: 10
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 14
- Vit: 18
- Int: 0
- Dex: 30
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 2420
- AttackMotion: 720
- DamageMotion: 648
- MvpExp: 0
-},
-{
- Id: 1463
- SpriteName: "G_ORC_ZOMBIE"
- Name: "Orc Zombie"
- Lv: 24
- Hp: 1568
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [151, 184]
- Def: 5
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 12
- Vit: 24
- Int: 0
- Dex: 24
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 2852
- AttackMotion: 1152
- DamageMotion: 840
- MvpExp: 0
-},
-{
- Id: 1464
- SpriteName: "G_PASANA"
- Name: "Pasana"
- Lv: 61
- Hp: 8289
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [513, 682]
- Def: 29
- Mdef: 35
- Stats: {
- Str: 1
- Agi: 73
- Vit: 50
- Int: 61
- Dex: 69
- Luk: 43
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 165
- AttackDelay: 976
- AttackMotion: 576
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 1465
- SpriteName: "G_PETIT"
- Name: "Petite"
- Lv: 44
- Hp: 6881
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [360, 427]
- Def: 30
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 44
- Vit: 62
- Int: 55
- Dex: 79
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Dragon"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1624
- AttackMotion: 620
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1466
- SpriteName: "G_PETIT_"
- Name: "Petite"
- Lv: 45
- Hp: 5747
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [300, 355]
- Def: 20
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 113
- Vit: 45
- Int: 55
- Dex: 73
- Luk: 80
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Dragon"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1420
- AttackMotion: 1080
- DamageMotion: 528
- MvpExp: 0
-},
-{
- Id: 1467
- SpriteName: "G_RAYDRIC"
- Name: "Raydric"
- Lv: 52
- Hp: 8613
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [830, 930]
- Def: 40
- Mdef: 15
- Stats: {
- Str: 58
- Agi: 47
- Vit: 42
- Int: 5
- Dex: 69
- Luk: 26
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 824
- AttackMotion: 780
- DamageMotion: 420
- MvpExp: 0
-},
-{
- Id: 1468
- SpriteName: "G_REQUIEM"
- Name: "Requim"
- JName: "Requiem"
- Lv: 35
- Hp: 3089
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [220, 272]
- Def: 0
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 53
- Vit: 35
- Int: 5
- Dex: 57
- Luk: 2
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 1516
- AttackMotion: 816
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1469
- SpriteName: "G_SKEL_WORKER"
- Name: "Skeleton Worker"
- Lv: 30
- Hp: 2872
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [242, 288]
- Def: 0
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 15
- Vit: 30
- Int: 5
- Dex: 42
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 2420
- AttackMotion: 720
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1470
- SpriteName: "G_ZEROM"
- Name: "Zerom"
- Lv: 23
- Hp: 1109
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [127, 155]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 23
- Vit: 23
- Int: 5
- Dex: 42
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1780
- AttackMotion: 1080
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1471
- SpriteName: "G_NINE_TAIL"
- Name: "Nine Tail"
- Lv: 51
- Hp: 9466
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [610, 734]
- Def: 10
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 80
- Vit: 46
- Int: 1
- Dex: 89
- Luk: 85
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 840
- AttackMotion: 540
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1472
- SpriteName: "G_BON_GUN"
- Name: "Bongun"
- Lv: 32
- Hp: 3520
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [220, 260]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 45
- Agi: 15
- Vit: 36
- Int: 10
- Dex: 48
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1720
- AttackMotion: 500
- DamageMotion: 420
- MvpExp: 0
-},
-{
- Id: 1473
- SpriteName: "G_ORC_ARCHER"
- Name: "Orc Archer"
- Lv: 49
- Hp: 7440
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 9
- Attack: [310, 390]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 44
- Vit: 25
- Int: 20
- Dex: 125
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1960
- AttackMotion: 620
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1474
- SpriteName: "G_MIMIC"
- Name: "Mimic"
- Lv: 51
- Hp: 6120
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [150, 900]
- Def: 10
- Mdef: 40
- Stats: {
- Str: 44
- Agi: 121
- Vit: 1
- Int: 60
- Dex: 75
- Luk: 110
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 972
- AttackMotion: 500
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 1475
- SpriteName: "G_WRAITH"
- Name: "Wraith"
- Lv: 53
- Hp: 10999
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [580, 760]
- Def: 5
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 95
- Vit: 30
- Int: 65
- Dex: 95
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1816
- AttackMotion: 576
- DamageMotion: 240
- MvpExp: 0
-},
-{
- Id: 1476
- SpriteName: "G_ALARM"
- Name: "Alarm"
- Lv: 58
- Hp: 10647
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [480, 600]
- Def: 15
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 62
- Vit: 72
- Int: 10
- Dex: 85
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1020
- AttackMotion: 500
- DamageMotion: 768
- MvpExp: 0
-},
-{
- Id: 1477
- SpriteName: "G_ARCLOUSE"
- Name: "Arclouse"
- JName: "Arclouze"
- Lv: 59
- Hp: 6075
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [570, 640]
- Def: 10
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 75
- Vit: 5
- Int: 5
- Dex: 75
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 960
- AttackMotion: 500
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1478
- SpriteName: "G_RIDEWORD"
- Name: "Rideword"
- Lv: 59
- Hp: 11638
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [584, 804]
- Def: 5
- Mdef: 35
- Stats: {
- Str: 48
- Agi: 75
- Vit: 10
- Int: 20
- Dex: 120
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 864
- AttackMotion: 500
- DamageMotion: 192
- MvpExp: 0
-},
-{
- Id: 1479
- SpriteName: "G_SKEL_PRISONER"
- Name: "Skeleton Prisoner"
- Lv: 52
- Hp: 8691
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [660, 890]
- Def: 10
- Mdef: 20
- Stats: {
- Str: 55
- Agi: 20
- Vit: 36
- Int: 0
- Dex: 76
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 350
- AttackDelay: 1848
- AttackMotion: 500
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1480
- SpriteName: "G_ZOMBIE_PRISONER"
- Name: "Zombie Prisoner"
- Lv: 53
- Hp: 11280
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [780, 930]
- Def: 10
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 24
- Vit: 39
- Int: 0
- Dex: 72
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 350
- AttackDelay: 1768
- AttackMotion: 500
- DamageMotion: 192
- MvpExp: 0
-},
-{
- Id: 1481
- SpriteName: "G_PUNK"
- Name: "Punk"
- Lv: 43
- Hp: 3620
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [292, 365]
- Def: 0
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 105
- Vit: 5
- Int: 45
- Dex: 65
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1500
- AttackMotion: 500
- DamageMotion: 1000
- MvpExp: 0
-},
-{
- Id: 1482
- SpriteName: "G_ZHERLTHSH"
- Name: "Zherlthsh"
- JName: "Zealotus"
- Lv: 63
- Hp: 18300
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [700, 850]
- Def: 10
- Mdef: 15
- Stats: {
- Str: 70
- Agi: 85
- Vit: 40
- Int: 30
- Dex: 125
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 800
- AttackMotion: 792
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1483
- SpriteName: "G_RYBIO"
- Name: "Rybio"
- Lv: 71
- Hp: 9572
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [686, 912]
- Def: 45
- Mdef: 37
- Stats: {
- Str: 1
- Agi: 97
- Vit: 75
- Int: 74
- Dex: 77
- Luk: 90
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Neutral", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1790
- AttackMotion: 1440
- DamageMotion: 540
- MvpExp: 0
-},
-{
- Id: 1484
- SpriteName: "G_PHENDARK"
- Name: "Phendark"
- Lv: 73
- Hp: 22729
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [794, 1056]
- Def: 52
- Mdef: 36
- Stats: {
- Str: 1
- Agi: 62
- Vit: 120
- Int: 65
- Dex: 76
- Luk: 66
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 175
- AttackDelay: 1744
- AttackMotion: 1344
- DamageMotion: 600
- MvpExp: 0
-},
-{
- Id: 1485
- SpriteName: "G_MYSTELTAINN"
- Name: "Mysteltainn"
- Lv: 76
- Hp: 33350
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [1160, 1440]
- Def: 30
- Mdef: 30
- Stats: {
- Str: 77
- Agi: 139
- Vit: 80
- Int: 35
- Dex: 159
- Luk: 65
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Dark", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1152
- AttackMotion: 500
- DamageMotion: 240
- MvpExp: 0
-},
-{
- Id: 1486
- SpriteName: "G_TIRFING"
- Name: "Tirfing"
- JName: "Ogretooth"
- Lv: 71
- Hp: 29900
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [950, 1146]
- Def: 30
- Mdef: 35
- Stats: {
- Str: 58
- Agi: 87
- Vit: 55
- Int: 35
- Dex: 132
- Luk: 65
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 816
- AttackMotion: 500
- DamageMotion: 240
- MvpExp: 0
-},
-{
- Id: 1487
- SpriteName: "G_EXECUTIONER"
- Name: "Executioner"
- Lv: 65
- Hp: 28980
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [570, 950]
- Def: 35
- Mdef: 35
- Stats: {
- Str: 64
- Agi: 85
- Vit: 40
- Int: 25
- Dex: 88
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 768
- AttackMotion: 500
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1488
- SpriteName: "G_ANOLIAN"
- Name: "Anolian"
- Lv: 63
- Hp: 18960
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [640, 760]
- Def: 15
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 43
- Vit: 58
- Int: 25
- Dex: 97
- Luk: 65
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Fish"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 190
- AttackDelay: 900
- AttackMotion: 500
- DamageMotion: 864
- MvpExp: 0
-},
-{
- Id: 1489
- SpriteName: "G_STING"
- Name: "Sting"
- Lv: 61
- Hp: 9500
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [850, 1032]
- Def: 5
- Mdef: 30
- Stats: {
- Str: 57
- Agi: 45
- Vit: 55
- Int: 5
- Dex: 120
- Luk: 85
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Earth", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 528
- AttackMotion: 500
- DamageMotion: 240
- MvpExp: 0
-},
-{
- Id: 1490
- SpriteName: "G_WANDER_MAN"
- Name: "Wander Man"
- JName: "Wanderer"
- Lv: 74
- Hp: 8170
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [450, 1170]
- Def: 5
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 192
- Vit: 38
- Int: 45
- Dex: 127
- Luk: 85
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 672
- AttackMotion: 500
- DamageMotion: 192
- MvpExp: 0
-},
-{
- Id: 1491
- SpriteName: "G_DOKEBI"
- Name: "Dokebi"
- Lv: 33
- Hp: 2697
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [197, 249]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 50
- Agi: 50
- Vit: 40
- Int: 35
- Dex: 69
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1156
- AttackMotion: 456
- DamageMotion: 384
- MvpExp: 0
-},
-// Umbala
-{
- Id: 1492
- SpriteName: "INCANTATION_SAMURAI"
- Name: "Incantation Samurai"
- JName: "Samurai Specter"
- Lv: 71
- Hp: 218652
- Sp: 0
- Exp: 33095
- JExp: 18214
- AttackRange: 3
- Attack: [2219, 3169]
- Def: 10
- Mdef: 51
- Stats: {
- Str: 91
- Agi: 85
- Vit: 30
- Int: 85
- Dex: 150
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 135
- AttackDelay: 874
- AttackMotion: 1344
- DamageMotion: 576
- MvpExp: 16547
- MvpDrops: {
- Yggdrasilberry: 5500
- Seed_Of_Yggdrasil: 3500
- Elunium: 5500
- }
- Drops: {
- Masamune: 2
- Elunium: 3500
- Assassin_Mask_: 500
- Yggdrasilberry: 4500
- Steel: 6305
- Huuma_Blaze: 7500
- Azoth: 80
- Incant_Samurai_Card: 1
- }
-},
-{
- Id: 1493
- SpriteName: "DRYAD"
- Name: "Dryad"
- Lv: 50
- Hp: 8791
- Sp: 0
- Exp: 2763
- JExp: 1493
- AttackRange: 3
- Attack: [499, 589]
- Def: 15
- Mdef: 33
- Stats: {
- Str: 1
- Agi: 75
- Vit: 55
- Int: 1
- Dex: 78
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 950
- AttackMotion: 2520
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Tough_Vines: 5335
- Great_Leaf: 1000
- Browny_Root: 3000
- Rope_: 80
- Chemeti: 1
- Centimental_Leaf: 10
- Sharp_Leaf: 3000
- Dryad_Card: 1
- }
-},
-{
- Id: 1494
- SpriteName: "KIND_OF_BEETLE"
- Name: "Beetle King"
- Lv: 34
- Hp: 1874
- Sp: 0
- Exp: 679
- JExp: 442
- AttackRange: 1
- Attack: [191, 243]
- Def: 45
- Mdef: 12
- Stats: {
- Str: 1
- Agi: 34
- Vit: 10
- Int: 0
- Dex: 40
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 165
- AttackDelay: 1247
- AttackMotion: 768
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Solid_Peeling: 6500
- Beetle_Nipper: 4500
- Insect_Feeler: 1000
- Worm_Peelings: 500
- Guard_: 1
- Kind_Of_Beetle_Card: 1
- }
-},
-{
- Id: 1495
- SpriteName: "STONE_SHOOTER"
- Name: "Stone Shooter"
- Lv: 42
- Hp: 4104
- Sp: 0
- Exp: 1238
- JExp: 752
- AttackRange: 10
- Attack: [309, 350]
- Def: 12
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 40
- Vit: 20
- Int: 79
- Dex: 92
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Fire", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 175
- AttackDelay: 2413
- AttackMotion: 1248
- DamageMotion: 768
- MvpExp: 0
- Drops: {
- Solid_Twig: 5000
- Log: 5000
- Browny_Root: 1000
- Wooden_Block: 2000
- Oridecon_Stone: 100
- Stone: 1000
- Stone_Shooter_Card: 1
- }
-},
-/*{
- Id: 1496
- SpriteName: "STONE_SHOOTER_BULLET"
- Name: "Stone Shooter Bullet"
- Lv: 0
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 0
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 0)
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
-},*/
-{
- Id: 1497
- SpriteName: "WOODEN_GOLEM"
- Name: "Wooden Golem"
- Lv: 51
- Hp: 9200
- Sp: 0
- Exp: 1926
- JExp: 1353
- AttackRange: 1
- Attack: [570, 657]
- Def: 32
- Mdef: 36
- Stats: {
- Str: 1
- Agi: 41
- Vit: 69
- Int: 5
- Dex: 85
- Luk: 155
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 165
- AttackDelay: 1543
- AttackMotion: 1632
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Heart_Of_Tree: 4000
- Browny_Root: 4000
- Elunium_Stone: 110
- Centimental_Leaf: 10
- Branch_Of_Dead_Tree: 100
- Log: 5000
- Mushroom_Spore: 1000
- Wooden_Golem_Card: 1
- }
-},
-{
- Id: 1498
- SpriteName: "WOOTAN_SHOOTER"
- Name: "Wootan Shooter"
- Lv: 39
- Hp: 3977
- Sp: 0
- Exp: 886
- JExp: 453
- AttackRange: 10
- Attack: [84, 105]
- Def: 10
- Mdef: 28
- Stats: {
- Str: 15
- Agi: 35
- Vit: 29
- Int: 15
- Dex: 100
- Luk: 42
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 857
- AttackMotion: 1056
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Air_Rifle: 4500
- Flexible_String: 3500
- Banana: 1000
- Stone: 1000
- Apple: 100
- Cacao: 100
- Banana_Hat: 10
- Wootan_Shooter_Card: 1
- }
-},
-{
- Id: 1499
- SpriteName: "WOOTAN_FIGHTER"
- Name: "Wootan Fighter"
- Lv: 41
- Hp: 4457
- Sp: 0
- Exp: 1790
- JExp: 833
- AttackRange: 1
- Attack: [395, 480]
- Def: 30
- Mdef: 19
- Stats: {
- Str: 1
- Agi: 41
- Vit: 31
- Int: 10
- Dex: 45
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 912
- AttackMotion: 1344
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Meat: 4500
- Shoulder_Protection: 4000
- Waghnakh: 3
- Finger_: 1
- Banana: 1000
- Great_Leaf: 1000
- Banana_Hat: 5
- Wootan_Fighter_Card: 1
- }
-},
-{
- Id: 1500
- SpriteName: "PARASITE"
- Name: "Parasite"
- Lv: 49
- Hp: 5188
- Sp: 0
- Exp: 1098
- JExp: 1453
- AttackRange: 8
- Attack: [215, 430]
- Def: 10
- Mdef: 19
- Stats: {
- Str: 1
- Agi: 40
- Vit: 30
- Int: 30
- Dex: 90
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Wind", 2)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 400
- AttackDelay: 864
- AttackMotion: 864
- DamageMotion: 672
- MvpExp: 0
- Drops: {
- Germinating_Sprout: 5500
- Soft_Leaf: 2000
- Thin_Stem: 3880
- Great_Leaf: 500
- Rante_: 1
- Bladed_Whip: 1
- Shoot: 500
- Parasite_Card: 1
- }
-},
-/*{
- Id: 1501
- SpriteName: "PARASITE_BULLET"
- Name: "Parasite Bullet"
- Lv: 0
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 0
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 0)
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
-},*/
-{
- Id: 1502
- SpriteName: "PORING_V"
- Name: "Pori Pori"
- JName: "Bring it on!"
- Lv: 99
- Hp: 95000000
- Sp: 0
- Exp: 87250
- JExp: 27895
- AttackRange: 1
- Attack: [10000, 30000]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 100
- Agi: 100
- Vit: 65
- Int: 100
- Dex: 255
- Luk: 255
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 160
- AttackDelay: 1672
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 43625
- MvpDrops: {
- Sword_Of_Grave_Keeper: 1000
- Poring__Card: 100
- Elven_Ears: 200
- }
- Drops: {
- Poring_Hat: 10000
- Flame_Sprits_Armor: 2500
- Water_Sprits_Armor: 2500
- Earth_Sprits_Armor: 2500
- Wind_Sprits_Armor: 2500
- Bloody_Iron_Ball: 4000
- Large_Jellopy: 10000
- Holy_Guard: 4500
- }
-},
-// Niflheim
-{
- Id: 1503
- SpriteName: "GIBBET"
- Name: "Gibbet"
- Lv: 58
- Hp: 6841
- Sp: 0
- Exp: 4011
- JExp: 1824
- AttackRange: 1
- Attack: [418, 656]
- Def: 28
- Mdef: 31
- Stats: {
- Str: 0
- Agi: 42
- Vit: 42
- Int: 27
- Dex: 46
- Luk: 28
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 180
- AttackDelay: 917
- AttackMotion: 1584
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Hanging_Doll: 1800
- Rotten_Rope: 5335
- Tree_Knot: 4074
- Cardinal_Jewel_: 300
- Red_Gemstone: 100
- Branch_Of_Dead_Tree: 10
- Gibbet_Card: 1
- }
-},
-{
- Id: 1504
- SpriteName: "DULLAHAN"
- Name: "Dullahan"
- Lv: 62
- Hp: 12437
- Sp: 0
- Exp: 4517
- JExp: 2963
- AttackRange: 2
- Attack: [647, 1065]
- Def: 47
- Mdef: 38
- Stats: {
- Str: 0
- Agi: 30
- Vit: 5
- Int: 45
- Dex: 62
- Luk: 22
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 155
- AttackDelay: 847
- AttackMotion: 1152
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Dullahans_Helm: 3200
- Dullahan_Armor: 4850
- An_Eye_Of_Dullahan: 1
- Manteau: 13
- Manteau_: 1
- Dullahan_Card: 1
- }
-},
-{
- Id: 1505
- SpriteName: "LOLI_RURI"
- Name: "Loli Ruri"
- Lv: 71
- Hp: 23470
- Sp: 0
- Exp: 6641
- JExp: 4314
- AttackRange: 2
- Attack: [1476, 2317]
- Def: 39
- Mdef: 44
- Stats: {
- Str: 0
- Agi: 66
- Vit: 54
- Int: 74
- Dex: 81
- Luk: 43
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 125
- AttackDelay: 747
- AttackMotion: 1632
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Black_Kitty_Doll: 800
- Striped_Socks: 3000
- Bat_Cage: 5044
- Elunium: 100
- Lokis_Whispers: 1
- Lunatic_Brooch: 5
- Loli_Ruri_Card: 1
- }
-},
-{
- Id: 1506
- SpriteName: "DISGUISE"
- Name: "Disguise"
- Lv: 55
- Hp: 7543
- Sp: 180
- Exp: 2815
- JExp: 1919
- AttackRange: 2
- Attack: [279, 546]
- Def: 18
- Mdef: 29
- Stats: {
- Str: 0
- Agi: 72
- Vit: 45
- Int: 35
- Dex: 48
- Luk: 65
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Earth", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 147
- AttackDelay: 516
- AttackMotion: 768
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Red_Scarf: 4850
- Tangled_Chain: 3686
- Hood_: 50
- Honey: 100
- Ragamuffin_Cape: 50
- Muffler_: 2
- Rider_Insignia: 5
- Disguise_Card: 1
- }
-},
-{
- Id: 1507
- SpriteName: "BLOODY_MURDERER"
- Name: "Bloody Murderer"
- Lv: 72
- Hp: 27521
- Sp: 0
- Exp: 9742
- JExp: 3559
- AttackRange: 2
- Attack: [864, 1081]
- Def: 37
- Mdef: 41
- Stats: {
- Str: 0
- Agi: 30
- Vit: 90
- Int: 15
- Dex: 52
- Luk: 12
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 175
- AttackDelay: 914
- AttackMotion: 1344
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Old_Manteau: 4171
- Distorted_Portrait: 1000
- Rusty_Cleaver: 2000
- Mr_Scream: 50
- Oridecon: 100
- Mamas_Knife: 3
- Ginnungagap: 1
- Bloody_Murderer_Card: 1
- }
-},
-{
- Id: 1508
- SpriteName: "QUVE"
- Name: "Quve"
- Lv: 40
- Hp: 4559
- Sp: 0
- Exp: 414
- JExp: 306
- AttackRange: 1
- Attack: [299, 469]
- Def: 12
- Mdef: 12
- Stats: {
- Str: 0
- Agi: 61
- Vit: 24
- Int: 19
- Dex: 37
- Luk: 24
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 912
- AttackMotion: 1248
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Piece_Of_Black_Cloth: 3200
- Ectoplasm: 5723
- Wing_Of_Fly: 1000
- Poison_Powder: 100
- Oridecon_Stone: 10
- Quve_Card: 1
- }
-},
-{
- Id: 1509
- SpriteName: "LUDE"
- Name: "Lude"
- Lv: 36
- Hp: 3214
- Sp: 0
- Exp: 392
- JExp: 247
- AttackRange: 2
- Attack: [287, 451]
- Def: 14
- Mdef: 10
- Stats: {
- Str: 0
- Agi: 59
- Vit: 21
- Int: 18
- Dex: 36
- Luk: 21
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 890
- AttackMotion: 960
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Pumpkin_Bucket: 3200
- Ectoplasm: 5723
- Transparent_Cloth: 1000
- Spirit_Chain: 10
- Elunium_Stone: 10
- Holy_Scroll_1_3: 100
- Lude_Card: 1
- }
-},
-{
- Id: 1510
- SpriteName: "HYLOZOIST"
- Name: "Hylozoist"
- JName: "Heirozoist"
- Lv: 51
- Hp: 7186
- Sp: 0
- Exp: 2314
- JExp: 1297
- AttackRange: 1
- Attack: [317, 498]
- Def: 16
- Mdef: 51
- Stats: {
- Str: 0
- Agi: 28
- Vit: 26
- Int: 47
- Dex: 66
- Luk: 14
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 155
- AttackDelay: 741
- AttackMotion: 1536
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Broken_Needle: 4365
- Spool: 5335
- Needle_Pouch: 2000
- Stuffed_Doll: 80
- Ectoplasm: 300
- Elunium_Stone: 10
- Angry_Mouth: 1
- Hylozoist_Card: 1
- }
-},
-{
- Id: 1511
- SpriteName: "AMON_RA"
- Name: "Amon Ra"
- Lv: 88
- Hp: 1214138
- Sp: 0
- Exp: 87264
- JExp: 35891
- AttackRange: 3
- Attack: [1647, 2576]
- Def: 26
- Mdef: 52
- Stats: {
- Str: 0
- Agi: 1
- Vit: 90
- Int: 124
- Dex: 74
- Luk: 45
- }
- ViewRange: 14
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 3)
- Mode: {
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 170
- AttackDelay: 854
- AttackMotion: 2016
- DamageMotion: 480
- MvpExp: 43632
- MvpDrops: {
- Yggdrasilberry: 5500
- Seed_Of_Yggdrasil: 3500
- Crystal_Jewel__: 5500
- }
- Drops: {
- Spinx_Helm: 150
- Safety_Ring: 50
- Rojerta_Piece: 7760
- Elunium: 3880
- Old_Card_Album: 400
- Tablet: 10
- Yggdrasilberry: 3000
- Amon_Ra_Card: 1
- }
-},
-// Louyang
-{
- Id: 1512
- SpriteName: "HYEGUN"
- Name: "Hyegun"
- JName: "Yao Jun"
- Lv: 56
- Hp: 9981
- Sp: 0
- Exp: 2199
- JExp: 1022
- AttackRange: 1
- Attack: [710, 1128]
- Def: 12
- Mdef: 10
- Stats: {
- Str: 60
- Agi: 40
- Vit: 36
- Int: 10
- Dex: 73
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 180
- AttackDelay: 890
- AttackMotion: 1320
- DamageMotion: 720
- MvpExp: 0
- Drops: {
- Brigan: 3880
- Amulet: 100
- Elunium: 10
- Boots_: 1
- Munak_Doll: 300
- Hyegun_Card: 1
- }
-},
-{
- Id: 1513
- SpriteName: "CIVIL_SERVANT"
- Name: "Civil Servant"
- JName: "Mao Guai"
- Lv: 62
- Hp: 14390
- Sp: 0
- Exp: 4023
- JExp: 2750
- AttackRange: 2
- Attack: [650, 1010]
- Def: 42
- Mdef: 5
- Stats: {
- Str: 58
- Agi: 15
- Vit: 20
- Int: 60
- Dex: 80
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1257
- AttackMotion: 528
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Fan: 4171
- Cat_Eyed_Stone: 2000
- Aloebera: 10
- Fish_Tail: 100
- Wind_Scroll_1_5: 100
- Civil_Servant_Card: 1
- }
-},
-{
- Id: 1514
- SpriteName: "DANCING_DRAGON"
- Name: "Dancing Dragon"
- JName: "Zhu Po Long"
- Lv: 54
- Hp: 9136
- Sp: 0
- Exp: 3030
- JExp: 769
- AttackRange: 2
- Attack: [550, 789]
- Def: 39
- Mdef: 10
- Stats: {
- Str: 55
- Agi: 62
- Vit: 55
- Int: 25
- Dex: 72
- Luk: 22
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Dragon"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 160
- AttackDelay: 600
- AttackMotion: 840
- DamageMotion: 504
- MvpExp: 0
- Drops: {
- Dragon_Fang: 4365
- Dragon_Horn: 3000
- Little_Blacky_Ghost: 800
- Dragon_Scale: 1000
- Yarn: 3000
- Dancing_Dragon_Card: 1
- }
-},
-{
- Id: 1515
- SpriteName: "GARM_BABY"
- Name: "Garm Baby"
- JName: "Hatii Baby"
- Lv: 61
- Hp: 20199
- Sp: 0
- Exp: 1022
- JExp: 2980
- AttackRange: 1
- Attack: [680, 1179]
- Def: 34
- Mdef: 13
- Stats: {
- Str: 45
- Agi: 30
- Vit: 56
- Int: 55
- Dex: 85
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 450
- AttackDelay: 879
- AttackMotion: 672
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Milk_Bottle: 1500
- Bib: 2500
- Ice_Piece: 4365
- Frozen_Rose: 100
- Cold_Scroll_2_5: 100
- Garm_Baby_Card: 1
- }
-},
-{
- Id: 1516
- SpriteName: "INCREASE_SOIL"
- Name: "Increase Soil"
- JName: "Mi Gao"
- Lv: 51
- Hp: 8230
- Sp: 0
- Exp: 2760
- JExp: 2110
- AttackRange: 1
- Attack: [560, 700]
- Def: 30
- Mdef: 12
- Stats: {
- Str: 40
- Agi: 45
- Vit: 23
- Int: 12
- Dex: 69
- Luk: 12
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Earth", 3)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 445
- AttackDelay: 106
- AttackMotion: 1056
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Dried_Sand: 4365
- Mud_Lump: 2300
- Great_Nature: 10
- Gold: 2
- Increase_Soil_Card: 1
- }
-},
-{
- Id: 1517
- SpriteName: "LI_ME_MANG_RYANG"
- Name: "Li Me Mang Ryang"
- JName: "Jing Guai"
- Lv: 48
- Hp: 5920
- Sp: 0
- Exp: 1643
- JExp: 1643
- AttackRange: 1
- Attack: [434, 633]
- Def: 23
- Mdef: 16
- Stats: {
- Str: 46
- Agi: 51
- Vit: 19
- Int: 8
- Dex: 57
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Earth", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 165
- AttackDelay: 1120
- AttackMotion: 576
- DamageMotion: 420
- MvpExp: 0
- Drops: {
- Tiger_Skin_Panties: 4500
- Little_Blacky_Ghost: 400
- Club: 10
- Spike: 1
- Li_Me_Mang_Ryang_Card: 1
- }
-},
-{
- Id: 1518
- SpriteName: "BACSOJIN"
- Name: "Bacsojin"
- JName: "White Lady"
- Lv: 72
- Hp: 56380
- Sp: 0
- Exp: 5590
- JExp: 1659
- AttackRange: 2
- Attack: [560, 1446]
- Def: 10
- Mdef: 15
- Stats: {
- Str: 38
- Agi: 65
- Vit: 34
- Int: 80
- Dex: 102
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 160
- AttackDelay: 576
- AttackMotion: 960
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Long_Hair: 5500
- Old_Blue_Box: 2
- Old_Violet_Box: 2
- Limpid_Celestial_Robe: 3000
- Soft_Silk_Cloth: 1000
- Crystal_Mirror: 500
- Tiara: 1
- }
-},
-{
- Id: 1519
- SpriteName: "CHUNG_E"
- Name: "Chung E"
- JName: "Green Maiden"
- Lv: 49
- Hp: 23900
- Sp: 0
- Exp: 2396
- JExp: 993
- AttackRange: 1
- Attack: [460, 1050]
- Def: 8
- Mdef: 15
- Stats: {
- Str: 38
- Agi: 65
- Vit: 43
- Int: 30
- Dex: 90
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 1728
- AttackMotion: 816
- DamageMotion: 1188
- MvpExp: 0
- Drops: {
- Cyfar: 4850
- Stuffed_Doll: 100
- Hora_: 10
- Honey: 500
- Tantanmen: 20
- Hat_Of_Cake: 50
- Hair_Protector: 2
- }
-},
-{
- Id: 1520
- SpriteName: "BOILED_RICE"
- Name: "Boiled Rice"
- JName: "Dumpling"
- Lv: 15
- Hp: 400
- Sp: 0
- Exp: 84
- JExp: 45
- AttackRange: 1
- Attack: [49, 82]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 14
- Vit: 14
- Int: 0
- Dex: 19
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 170
- AttackDelay: 1152
- AttackMotion: 672
- DamageMotion: 672
- MvpExp: 0
- Drops: {
- Rice_Ball: 5500
- Meat_Dumpling_Doll: 3000
- Soft_Leaf: 1000
- Great_Leaf: 1000
- }
-},
-{
- Id: 1521
- SpriteName: "G_ALICE"
- Name: "Alice"
- Lv: 62
- Hp: 10000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [550, 700]
- Def: 5
- Mdef: 5
- Stats: {
- Str: 64
- Agi: 64
- Vit: 42
- Int: 85
- Dex: 100
- Luk: 130
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 520
- AttackMotion: 2304
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1522
- SpriteName: "G_ANCIENT_MUMMY"
- Name: "Ancient Mummy"
- Lv: 64
- Hp: 40599
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [836, 1129]
- Def: 27
- Mdef: 27
- Stats: {
- Str: 28
- Agi: 19
- Vit: 32
- Int: 5
- Dex: 83
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 175
- AttackDelay: 1772
- AttackMotion: 120
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1523
- SpriteName: "G_ANTIQUE_FIRELOCK"
- Name: "Antique Firelock"
- JName: "Firelock Soldier"
- Lv: 47
- Hp: 3852
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 10
- Attack: [289, 336]
- Def: 10
- Mdef: 10
- Stats: {
- Str: 15
- Agi: 35
- Vit: 29
- Int: 15
- Dex: 120
- Luk: 42
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 1084
- AttackMotion: 2304
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1524
- SpriteName: "G_BABY_LEOPARD"
- Name: "Baby Leopard"
- Lv: 32
- Hp: 2590
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [155, 207]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 20
- Agi: 44
- Vit: 20
- Int: 4
- Dex: 49
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Ghost", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 318
- AttackMotion: 528
- DamageMotion: 420
- MvpExp: 0
-},
-{
- Id: 1525
- SpriteName: "G_BATHORY"
- Name: "Bathory"
- Lv: 44
- Hp: 5415
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [198, 398]
- Def: 0
- Mdef: 60
- Stats: {
- Str: 1
- Agi: 76
- Vit: 24
- Int: 85
- Dex: 65
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 1504
- AttackMotion: 840
- DamageMotion: 900
- MvpExp: 0
-},
-{
- Id: 1526
- SpriteName: "G_BLOOD_BUTTERFLY"
- Name: "Bloody Butterfly"
- Lv: 55
- Hp: 8082
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 3
- Attack: [121, 342]
- Def: 5
- Mdef: 23
- Stats: {
- Str: 1
- Agi: 59
- Vit: 14
- Int: 55
- Dex: 68
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Insect"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 145
- AttackDelay: 472
- AttackMotion: 576
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 1527
- SpriteName: "G_C_TOWER_MANAGER"
- Name: "Clock Tower Manager"
- JName: "Tower Keeper"
- Lv: 63
- Hp: 18600
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 3
- Attack: [880, 1180]
- Def: 35
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 75
- Vit: 20
- Int: 64
- Dex: 75
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 4)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1072
- AttackMotion: 672
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1528
- SpriteName: "G_CLOCK"
- Name: "Clock"
- Lv: 60
- Hp: 11050
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [720, 909]
- Def: 15
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 70
- Vit: 50
- Int: 25
- Dex: 90
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1092
- AttackMotion: 792
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1529
- SpriteName: "G_DARK_SNAKE_LORD"
- Name: "Dark Snake Lord"
- JName: "Evil Snake Lord"
- Lv: 73
- Hp: 254993
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 3
- Attack: [1433, 2210]
- Def: 25
- Mdef: 55
- Stats: {
- Str: 70
- Agi: 83
- Vit: 62
- Int: 80
- Dex: 164
- Luk: 88
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Ghost", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 588
- AttackMotion: 816
- DamageMotion: 420
- MvpExp: 0
-},
-{
- Id: 1530
- SpriteName: "G_DRACULA"
- Name: "Dracula"
- Lv: 85
- Hp: 320096
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 3
- Attack: [1625, 1890]
- Def: 45
- Mdef: 76
- Stats: {
- Str: 1
- Agi: 95
- Vit: 90
- Int: 87
- Dex: 85
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 145
- AttackDelay: 1290
- AttackMotion: 1140
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1531
- SpriteName: "G_EVIL_CLOUD_HERMIT"
- Name: "Evil Cloud Hermit"
- JName: "Taoist Hermit"
- Lv: 56
- Hp: 10392
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 10
- Attack: [311, 333]
- Def: 25
- Mdef: 59
- Stats: {
- Str: 1
- Agi: 20
- Vit: 18
- Int: 50
- Dex: 136
- Luk: 11
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- ChangeTargetChase: true
- }
- MoveSpeed: 190
- AttackDelay: 480
- AttackMotion: 840
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1532
- SpriteName: "G_EXPLOSION"
- Name: "Explosion"
- Lv: 46
- Hp: 8054
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [336, 447]
- Def: 35
- Mdef: 27
- Stats: {
- Str: 1
- Agi: 61
- Vit: 56
- Int: 50
- Dex: 66
- Luk: 38
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 165
- AttackDelay: 1260
- AttackMotion: 960
- DamageMotion: 336
- MvpExp: 0
-},
-{
- Id: 1533
- SpriteName: "G_FUR_SEAL"
- Name: "Fur Seal"
- JName: "Seal"
- Lv: 63
- Hp: 9114
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [845, 1203]
- Def: 25
- Mdef: 33
- Stats: {
- Str: 5
- Agi: 28
- Vit: 22
- Int: 15
- Dex: 69
- Luk: 84
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1612
- AttackMotion: 622
- DamageMotion: 583
- MvpExp: 0
-},
-{
- Id: 1534
- SpriteName: "G_GOBLIN_1"
- Name: "Goblin"
- Lv: 25
- Hp: 1176
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [118, 140]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 53
- Vit: 25
- Int: 20
- Dex: 38
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 1120
- AttackMotion: 620
- DamageMotion: 240
- MvpExp: 0
-},
-{
- Id: 1535
- SpriteName: "G_GOBLIN_2"
- Name: "Goblin"
- Lv: 24
- Hp: 1034
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [88, 100]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 24
- Vit: 24
- Int: 15
- Dex: 66
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1320
- AttackMotion: 620
- DamageMotion: 240
- MvpExp: 0
-},
-{
- Id: 1536
- SpriteName: "G_GOBLIN_3"
- Name: "Goblin"
- Lv: 24
- Hp: 1034
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [132, 165]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 24
- Vit: 24
- Int: 15
- Dex: 24
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1624
- AttackMotion: 624
- DamageMotion: 240
- MvpExp: 0
-},
-{
- Id: 1537
- SpriteName: "G_GOBLIN_4"
- Name: "Goblin"
- Lv: 23
- Hp: 1359
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [109, 131]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 23
- Vit: 46
- Int: 15
- Dex: 36
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1624
- AttackMotion: 624
- DamageMotion: 240
- MvpExp: 0
-},
-{
- Id: 1538
- SpriteName: "G_GOBLIN_5"
- Name: "Goblin"
- Lv: 22
- Hp: 1952
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [105, 127]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 22
- Vit: 22
- Int: 15
- Dex: 32
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 3074
- AttackMotion: 1874
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1539
- SpriteName: "G_GOBLIN_LEADER"
- Name: "Goblin Leader"
- Lv: 64
- Hp: 20152
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [663, 752]
- Def: 48
- Mdef: 16
- Stats: {
- Str: 5
- Agi: 55
- Vit: 37
- Int: 30
- Dex: 69
- Luk: 58
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 120
- AttackDelay: 1120
- AttackMotion: 620
- DamageMotion: 240
- MvpExp: 0
-},
-{
- Id: 1540
- SpriteName: "G_GOLEM"
- Name: "Golem"
- Lv: 25
- Hp: 3900
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [175, 187]
- Def: 40
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 15
- Vit: 25
- Int: 0
- Dex: 15
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 300
- AttackDelay: 1608
- AttackMotion: 816
- DamageMotion: 396
- MvpExp: 0
-},
-{
- Id: 1541
- SpriteName: "G_GREATEST_GENERAL"
- Name: "Greatest General"
- Lv: 40
- Hp: 3632
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 3
- Attack: [350, 400]
- Def: 15
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 20
- Vit: 60
- Int: 55
- Dex: 82
- Luk: 140
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 2)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1152
- AttackMotion: 1152
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1542
- SpriteName: "G_INCANTATION_SAMURA"
- Name: "Incantation Samurai"
- Lv: 71
- Hp: 218652
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 3
- Attack: [1219, 2169]
- Def: 10
- Mdef: 51
- Stats: {
- Str: 91
- Agi: 85
- Vit: 78
- Int: 85
- Dex: 150
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 135
- AttackDelay: 874
- AttackMotion: 1344
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1543
- SpriteName: "G_KAPHA"
- Name: "Kapha"
- Lv: 41
- Hp: 7892
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 3
- Attack: [399, 719]
- Def: 20
- Mdef: 38
- Stats: {
- Str: 1
- Agi: 51
- Vit: 49
- Int: 22
- Dex: 73
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Fish"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 165
- AttackDelay: 2012
- AttackMotion: 1728
- DamageMotion: 672
- MvpExp: 0
-},
-{
- Id: 1544
- SpriteName: "G_KARAKASA"
- Name: "Karakasa"
- Lv: 30
- Hp: 3092
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [141, 183]
- Def: 1
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 45
- Vit: 12
- Int: 20
- Dex: 49
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 155
- AttackDelay: 1638
- AttackMotion: 2016
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1545
- SpriteName: "G_KOBOLD_1"
- Name: "Kobold"
- Lv: 36
- Hp: 3893
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [265, 318]
- Def: 15
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 90
- Vit: 36
- Int: 30
- Dex: 52
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1028
- AttackMotion: 528
- DamageMotion: 360
- MvpExp: 0
-},
-{
- Id: 1546
- SpriteName: "G_KOBOLD_2"
- Name: "Kobold"
- Lv: 31
- Hp: 2179
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [262, 324]
- Def: 15
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 31
- Vit: 31
- Int: 20
- Dex: 46
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Poison", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1528
- AttackMotion: 528
- DamageMotion: 360
- MvpExp: 0
-},
-{
- Id: 1547
- SpriteName: "G_KOBOLD_3"
- Name: "Kobold"
- Lv: 31
- Hp: 2179
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [186, 216]
- Def: 15
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 31
- Vit: 31
- Int: 20
- Dex: 88
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1228
- AttackMotion: 528
- DamageMotion: 360
- MvpExp: 0
-},
-{
- Id: 1548
- SpriteName: "G_KOBOLD_LEADER"
- Name: "Kobold Leader"
- Lv: 65
- Hp: 18313
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [649, 958]
- Def: 37
- Mdef: 37
- Stats: {
- Str: 5
- Agi: 90
- Vit: 36
- Int: 30
- Dex: 77
- Luk: 59
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1028
- AttackMotion: 528
- DamageMotion: 360
- MvpExp: 0
-},
-{
- Id: 1549
- SpriteName: "G_LAVA_GOLEM"
- Name: "Lava Golem"
- Lv: 77
- Hp: 24324
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1541, 2049]
- Def: 65
- Mdef: 50
- Stats: {
- Str: 1
- Agi: 57
- Vit: 115
- Int: 70
- Dex: 76
- Luk: 68
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 2190
- AttackMotion: 2040
- DamageMotion: 336
- MvpExp: 0
-},
-{
- Id: 1550
- SpriteName: "G_LIVE_PEACH_TREE"
- Name: "Live Peach Tree"
- JName: "Enchanted Peach Tree"
- Lv: 53
- Hp: 8905
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 7
- Attack: [301, 351]
- Def: 10
- Mdef: 38
- Stats: {
- Str: 72
- Agi: 45
- Vit: 35
- Int: 39
- Dex: 80
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- ChangeTargetChase: true
- }
- MoveSpeed: 410
- AttackDelay: 400
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1551
- SpriteName: "G_MARSE"
- Name: "Marse"
- Lv: 31
- Hp: 5034
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [211, 252]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 31
- Vit: 25
- Int: 5
- Dex: 52
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Fish"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 300
- AttackDelay: 1956
- AttackMotion: 756
- DamageMotion: 528
- MvpExp: 0
-},
-{
- Id: 1552
- SpriteName: "G_MIYABI_NINGYO"
- Name: "Miyabi Ningyo"
- JName: "Miyabi Doll"
- Lv: 33
- Hp: 6300
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [250, 305]
- Def: 1
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 52
- Vit: 15
- Int: 10
- Dex: 62
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 250
- AttackDelay: 1938
- AttackMotion: 2112
- DamageMotion: 768
- MvpExp: 0
-},
-{
- Id: 1553
- SpriteName: "G_MYST"
- Name: "Myst"
- Lv: 38
- Hp: 3745
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [365, 445]
- Def: 0
- Mdef: 40
- Stats: {
- Str: 1
- Agi: 38
- Vit: 18
- Int: 0
- Dex: 53
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1576
- AttackMotion: 576
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1554
- SpriteName: "G_NIGHTMARE_TERROR"
- Name: "Nightmare Terror"
- Lv: 78
- Hp: 22605
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [757, 1007]
- Def: 37
- Mdef: 37
- Stats: {
- Str: 1
- Agi: 76
- Vit: 55
- Int: 60
- Dex: 76
- Luk: 54
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 165
- AttackDelay: 1216
- AttackMotion: 816
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1555
- SpriteName: "G_PARASITE"
- Name: "Parasite"
- Lv: 49
- Hp: 5188
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 8
- Attack: [215, 430]
- Def: 10
- Mdef: 19
- Stats: {
- Str: 1
- Agi: 40
- Vit: 30
- Int: 30
- Dex: 90
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Wind", 2)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 400
- AttackDelay: 864
- AttackMotion: 864
- DamageMotion: 672
- MvpExp: 0
-},
-{
- Id: 1556
- SpriteName: "G_POISON_TOAD"
- Name: "Poison Toad"
- JName: "Poisonous Toad"
- Lv: 46
- Hp: 6629
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 3
- Attack: [288, 408]
- Def: 5
- Mdef: 10
- Stats: {
- Str: 20
- Agi: 34
- Vit: 19
- Int: 14
- Dex: 66
- Luk: 55
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Poison", 2)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 160
- AttackDelay: 1148
- AttackMotion: 1728
- DamageMotion: 864
- MvpExp: 0
-},
-{
- Id: 1557
- SpriteName: "G_ROTAR_ZAIRO"
- Name: "Rotar Zairo"
- Lv: 25
- Hp: 1209
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 10
- Attack: [109, 137]
- Def: 4
- Mdef: 34
- Stats: {
- Str: 1
- Agi: 62
- Vit: 45
- Int: 26
- Dex: 55
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- ChangeTargetChase: true
- }
- MoveSpeed: 155
- AttackDelay: 2416
- AttackMotion: 2016
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1558
- SpriteName: "G_SAND_MAN"
- Name: "Sandman"
- Lv: 34
- Hp: 3413
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [180, 205]
- Def: 10
- Mdef: 25
- Stats: {
- Str: 24
- Agi: 34
- Vit: 58
- Int: 38
- Dex: 60
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Earth", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1672
- AttackMotion: 720
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 1559
- SpriteName: "G_SCORPION"
- Name: "Scorpion"
- Lv: 24
- Hp: 1109
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [80, 135]
- Def: 30
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 24
- Vit: 24
- Int: 5
- Dex: 52
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1564
- AttackMotion: 864
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1560
- SpriteName: "G_SHINOBI"
- Name: "Shinobi"
- Lv: 69
- Hp: 12700
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [460, 1410]
- Def: 34
- Mdef: 21
- Stats: {
- Str: 85
- Agi: 85
- Vit: 25
- Int: 25
- Dex: 100
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1003
- AttackMotion: 1152
- DamageMotion: 336
- MvpExp: 0
-},
-{
- Id: 1561
- SpriteName: "G_SMOKIE"
- Name: "Smokie"
- Lv: 18
- Hp: 641
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [61, 72]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 18
- Vit: 36
- Int: 25
- Dex: 26
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1576
- AttackMotion: 576
- DamageMotion: 420
- MvpExp: 0
-},
-{
- Id: 1562
- SpriteName: "G_SOLDIER_SKELETON"
- Name: "Soldier Skeleton"
- Lv: 29
- Hp: 2334
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [221, 245]
- Def: 10
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 15
- Vit: 22
- Int: 5
- Dex: 40
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 2276
- AttackMotion: 576
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1563
- SpriteName: "G_TENGU"
- Name: "Tengu"
- Lv: 65
- Hp: 16940
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [660, 980]
- Def: 12
- Mdef: 82
- Stats: {
- Str: 90
- Agi: 42
- Vit: 69
- Int: 45
- Dex: 78
- Luk: 80
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1439
- AttackMotion: 1920
- DamageMotion: 672
- MvpExp: 0
-},
-{
- Id: 1564
- SpriteName: "G_WICKED_NYMPH"
- Name: "Wicked Nymph"
- JName: "Evil Nymph"
- Lv: 63
- Hp: 16029
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [399, 1090]
- Def: 12
- Mdef: 75
- Stats: {
- Str: 1
- Agi: 64
- Vit: 12
- Int: 69
- Dex: 100
- Luk: 80
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 637
- AttackMotion: 1008
- DamageMotion: 360
- MvpExp: 0
-},
-{
- Id: 1565
- SpriteName: "G_WILD_GINSENG"
- Name: "Wild Ginseng"
- JName: "Hermit Plant"
- Lv: 46
- Hp: 6900
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [220, 280]
- Def: 10
- Mdef: 20
- Stats: {
- Str: 13
- Agi: 42
- Vit: 36
- Int: 55
- Dex: 66
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 140
- AttackDelay: 512
- AttackMotion: 756
- DamageMotion: 360
- MvpExp: 0
-},
-{
- Id: 1566
- SpriteName: "G_WRAITH_DEAD"
- Name: "Wraith Dead"
- Lv: 74
- Hp: 43021
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [1366, 1626]
- Def: 25
- Mdef: 30
- Stats: {
- Str: 5
- Agi: 99
- Vit: 55
- Int: 75
- Dex: 115
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 175
- AttackDelay: 1816
- AttackMotion: 576
- DamageMotion: 240
- MvpExp: 0
-},
-{
- Id: 1567
- SpriteName: "G_ANCIENT_WORM"
- Name: "Ancient Worm"
- Lv: 67
- Hp: 22598
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [948, 1115]
- Def: 35
- Mdef: 30
- Stats: {
- Str: 5
- Agi: 35
- Vit: 56
- Int: 55
- Dex: 81
- Luk: 72
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Insect"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 165
- AttackDelay: 1792
- AttackMotion: 792
- DamageMotion: 336
- MvpExp: 0
-},
-{
- Id: 1568
- SpriteName: "G_ANGELING"
- Name: "Angeling"
- Lv: 20
- Hp: 55000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [120, 195]
- Def: 0
- Mdef: 70
- Stats: {
- Str: 1
- Agi: 50
- Vit: 20
- Int: 75
- Dex: 68
- Luk: 200
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Angel"
- Element: ("Ele_Holy", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1072
- AttackMotion: 672
- DamageMotion: 672
- MvpExp: 0
-},
-{
- Id: 1569
- SpriteName: "G_BLOODY_KNIGHT"
- Name: "Bloody Knight"
- Lv: 82
- Hp: 57870
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 3
- Attack: [2150, 3030]
- Def: 60
- Mdef: 50
- Stats: {
- Str: 88
- Agi: 75
- Vit: 70
- Int: 77
- Dex: 125
- Luk: 55
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Dark", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 828
- AttackMotion: 528
- DamageMotion: 192
- MvpExp: 0
-},
-{
- Id: 1570
- SpriteName: "G_CRAMP"
- Name: "Cramp"
- Lv: 56
- Hp: 4720
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [395, 465]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 85
- Vit: 35
- Int: 5
- Dex: 65
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Poison", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 1000
- AttackMotion: 500
- DamageMotion: 1000
- MvpExp: 0
-},
-{
- Id: 1571
- SpriteName: "G_DEVIACE"
- Name: "Deviace"
- Lv: 47
- Hp: 19192
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [514, 674]
- Def: 10
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 47
- Vit: 62
- Int: 48
- Dex: 62
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Fish"
- Element: ("Ele_Water", 4)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 400
- AttackDelay: 1680
- AttackMotion: 480
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1572
- SpriteName: "G_DROPS"
- Name: "Drops"
- Lv: 3
- Hp: 55
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [10, 13]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 3
- Vit: 3
- Int: 0
- Dex: 12
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 400
- AttackDelay: 1372
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1573
- SpriteName: "G_ELDER"
- Name: "Elder"
- Lv: 64
- Hp: 21592
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 3
- Attack: [421, 560]
- Def: 45
- Mdef: 68
- Stats: {
- Str: 1
- Agi: 76
- Vit: 68
- Int: 108
- Dex: 72
- Luk: 86
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 165
- AttackDelay: 1552
- AttackMotion: 1152
- DamageMotion: 336
- MvpExp: 0
-},
-{
- Id: 1574
- SpriteName: "G_ELDER_WILOW"
- Name: "Elder Willow"
- Lv: 20
- Hp: 693
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [58, 70]
- Def: 10
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 20
- Vit: 25
- Int: 35
- Dex: 38
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1372
- AttackMotion: 672
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1575
- SpriteName: "G_FLORA"
- Name: "Flora"
- Lv: 26
- Hp: 2092
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 3
- Attack: [242, 273]
- Def: 10
- Mdef: 35
- Stats: {
- Str: 1
- Agi: 26
- Vit: 35
- Int: 5
- Dex: 43
- Luk: 80
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 1000
- AttackDelay: 1432
- AttackMotion: 432
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1576
- SpriteName: "G_GHOSTRING"
- Name: "Ghostring"
- Lv: 18
- Hp: 73300
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [82, 122]
- Def: 0
- Mdef: 60
- Stats: {
- Str: 40
- Agi: 27
- Vit: 18
- Int: 45
- Dex: 72
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Ghost", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1220
- AttackMotion: 1080
- DamageMotion: 648
- MvpExp: 0
-},
-{
- Id: 1577
- SpriteName: "G_GOBLIN_ARCHER"
- Name: "Goblin Archer"
- Lv: 28
- Hp: 1750
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 9
- Attack: [89, 113]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 10
- Agi: 15
- Vit: 20
- Int: 15
- Dex: 72
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_DemiHuman"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1172
- AttackMotion: 672
- DamageMotion: 420
- MvpExp: 0
-},
-{
- Id: 1578
- SpriteName: "G_HORONG"
- Name: "Horong"
- Lv: 34
- Hp: 1939
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [275, 327]
- Def: 99
- Mdef: 50
- Stats: {
- Str: 1
- Agi: 34
- Vit: 10
- Int: 0
- Dex: 50
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 1888
- AttackMotion: 1152
- DamageMotion: 828
- MvpExp: 0
-},
-{
- Id: 1579
- SpriteName: "G_HYDRA"
- Name: "Hydra"
- Lv: 14
- Hp: 660
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 7
- Attack: [22, 28]
- Def: 0
- Mdef: 40
- Stats: {
- Str: 1
- Agi: 14
- Vit: 14
- Int: 0
- Dex: 40
- Luk: 2
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Water", 2)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 1000
- AttackDelay: 800
- AttackMotion: 432
- DamageMotion: 600
- MvpExp: 0
-},
-{
- Id: 1580
- SpriteName: "G_INCUBUS"
- Name: "Incubus"
- Lv: 75
- Hp: 17281
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [1408, 1873]
- Def: 58
- Mdef: 46
- Stats: {
- Str: 1
- Agi: 97
- Vit: 95
- Int: 103
- Dex: 89
- Luk: 87
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 165
- AttackDelay: 850
- AttackMotion: 600
- DamageMotion: 336
- MvpExp: 0
-},
-{
- Id: 1581
- SpriteName: "G_VOCAL"
- Name: "Vocal"
- Lv: 18
- Hp: 3016
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [71, 82]
- Def: 10
- Mdef: 30
- Stats: {
- Str: 77
- Agi: 28
- Vit: 26
- Int: 30
- Dex: 53
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1080
- AttackMotion: 648
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1582
- SpriteName: "DEVILING"
- Name: "Deviling"
- Lv: 31
- Hp: 64500
- Sp: 0
- Exp: 211
- JExp: 412
- AttackRange: 1
- Attack: [135, 270]
- Def: 5
- Mdef: 70
- Stats: {
- Str: 30
- Agi: 50
- Vit: 20
- Int: 75
- Dex: 77
- Luk: 200
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1072
- AttackMotion: 1056
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Petite_DiablOfs_Wing: 3000
- Zargon: 4850
- Satanic_Chain: 100
- Apple: 5000
- Blade_Lost_In_Darkness: 1
- Black_Dyestuffs: 100
- Ghost_Scroll_1_3: 100
- Deviling_Card: 1
- }
-},
-{
- Id: 1583
- SpriteName: "TAO_GUNKA"
- Name: "Tao Gunka"
- Lv: 70
- Hp: 193000
- Sp: 0
- Exp: 59175
- JExp: 10445
- AttackRange: 2
- Attack: [1450, 1770]
- Def: 20
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 85
- Vit: 78
- Int: 35
- Dex: 140
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1020
- AttackMotion: 288
- DamageMotion: 144
- MvpExp: 29587
- MvpDrops: {
- Oridecon: 6000
- Old_Violet_Box: 3000
- Blue_Potion: 6000
- }
- Drops: {
- Gemstone: 4850
- Stone_Piece: 4850
- Golden_Jewel: 1000
- Binoculars: 400
- White_Potion: 3000
- Iron_Ore: 1000
- Gemmed_Sallet_: 5
- Tao_Gunka_Card: 1
- }
-},
-// Ayothaya
-{
- Id: 1584
- SpriteName: "TAMRUAN"
- Name: "Tamruan"
- Lv: 52
- Hp: 10234
- Sp: 0
- Exp: 3812
- JExp: 55
- AttackRange: 1
- Attack: [489, 534]
- Def: 15
- Mdef: 35
- Stats: {
- Str: 80
- Agi: 62
- Vit: 38
- Int: 75
- Dex: 72
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 140
- AttackDelay: 512
- AttackMotion: 1152
- DamageMotion: 672
- MvpExp: 0
- Drops: {
- Sword_Accessory: 4850
- Broken_Armor_Piece: 3000
- Katana_: 40
- Bastard_Sword_: 8
- Chain_Mail_: 3
- Tamruan_Card: 1
- }
-},
-{
- Id: 1585
- SpriteName: "MIME_MONKEY"
- Name: "Mime Monkey"
- Lv: 40
- Hp: 6000
- Sp: 0
- Exp: 200
- JExp: 22
- AttackRange: 3
- Attack: [300, 350]
- Def: 40
- Mdef: 40
- Stats: {
- Str: 1
- Agi: 40
- Vit: 40
- Int: 40
- Dex: 40
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Jellopy: 7000
- Knife_: 100
- Sticky_Mucus: 400
- Apple: 1000
- Empty_Bottle: 1500
- Poring_Doll: 5
- Unripe_Apple: 20
- }
-},
-{
- Id: 1586
- SpriteName: "LEAF_CAT"
- Name: "Leaf Cat"
- Lv: 38
- Hp: 2396
- Sp: 0
- Exp: 165
- JExp: 1212
- AttackRange: 1
- Attack: [266, 307]
- Def: 5
- Mdef: 19
- Stats: {
- Str: 25
- Agi: 67
- Vit: 12
- Int: 45
- Dex: 60
- Luk: 29
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 150
- AttackDelay: 960
- AttackMotion: 864
- DamageMotion: 720
- MvpExp: 0
- Drops: {
- Great_Leaf: 4365
- Leaflet_Of_Hinal: 300
- Seed_Of_Yggdrasil: 5
- Fish_Tail: 1100
- Lemon: 250
- Prawn: 500
- Leaf_Clothes: 5335
- Leaf_Cat_Card: 1
- }
-},
-{
- Id: 1587
- SpriteName: "KRABEN"
- Name: "Kraben"
- Lv: 50
- Hp: 5880
- Sp: 0
- Exp: 206
- JExp: 1322
- AttackRange: 1
- Attack: [125, 765]
- Def: 5
- Mdef: 42
- Stats: {
- Str: 50
- Agi: 125
- Vit: 1
- Int: 66
- Dex: 75
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Ghost", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 1152
- AttackMotion: 1536
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Zargon: 3500
- Milk: 3000
- Leaflet_Of_Aloe: 1000
- Guard_: 1
- Bamboo_Basket: 4850
- Chilli: 1000
- Old_Blue_Box: 10
- Kraben_Card: 1
- }
-},
-// Some more G_Mobs and Xmas_Orc
-{
- Id: 1588
- SpriteName: "ORC_XMAS"
- Name: "Christmas Orc"
- Lv: 24
- Hp: 1400
- Sp: 0
- Exp: 261
- JExp: 160
- AttackRange: 1
- Attack: [104, 126]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 24
- Vit: 48
- Int: 25
- Dex: 34
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1864
- AttackMotion: 864
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Iron: 210
- Orcish_Voucher: 5500
- Oridecon_Stone: 40
- Packing_Paper: 1600
- Battle_Axe_: 10
- Gift_Box: 15
- Packing_Ribbon: 1600
- Orc_Warrior_Card: 1
- }
-},
-{
- Id: 1589
- SpriteName: "G_MANDRAGORA"
- Name: "Mandragora"
- Lv: 12
- Hp: 405
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 4
- Attack: [26, 35]
- Def: 0
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 12
- Vit: 24
- Int: 0
- Dex: 36
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 3)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 1000
- AttackDelay: 1768
- AttackMotion: 768
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1590
- SpriteName: "G_GEOGRAPHER"
- Name: "Geographer"
- Lv: 56
- Hp: 8071
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 3
- Attack: [467, 621]
- Def: 28
- Mdef: 26
- Stats: {
- Str: 1
- Agi: 66
- Vit: 47
- Int: 60
- Dex: 68
- Luk: 44
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 3)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 2000
- AttackDelay: 1308
- AttackMotion: 1008
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1591
- SpriteName: "A_LUNATIC"
- Name: "Lunatic"
- Lv: 29
- Hp: 2334
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [221, 245]
- Def: 10
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 15
- Vit: 22
- Int: 5
- Dex: 40
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Boss: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1456
- AttackMotion: 456
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Orange_Potion: 2000
- }
-},
-{
- Id: 1592
- SpriteName: "A_MOBSTER"
- Name: "Gangster"
- Lv: 40
- Hp: 8000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [300, 355]
- Def: 20
- Mdef: 27
- Stats: {
- Str: 1
- Agi: 50
- Vit: 45
- Int: 45
- Dex: 73
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Assist: true
- Boss: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 250
- AttackDelay: 1100
- AttackMotion: 560
- DamageMotion: 580
- MvpExp: 0
- Drops: {
- Stone: 10000
- Wing_Of_Fly: 2000
- Cutter__: 3000
- Empty_Bottle: 1000
- Popped_Rice: 10000
- }
-},
-{
- Id: 1593
- SpriteName: "A_ANCIENT_MUMMY"
- Name: "Ancient Mummy"
- Lv: 52
- Hp: 8613
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [830, 930]
- Def: 40
- Mdef: 27
- Stats: {
- Str: 58
- Agi: 47
- Vit: 42
- Int: 5
- Dex: 69
- Luk: 26
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- }
- MoveSpeed: 175
- AttackDelay: 1772
- AttackMotion: 120
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Orange_Potion: 2000
- }
-},
-{
- Id: 1594
- SpriteName: "G_FREEZER"
- Name: "Freezer"
- Lv: 72
- Hp: 8636
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [671, 983]
- Def: 55
- Mdef: 43
- Stats: {
- Str: 69
- Agi: 41
- Vit: 59
- Int: 5
- Dex: 67
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1452
- AttackMotion: 483
- DamageMotion: 528
- MvpExp: 0
-},
-{
- Id: 1595
- SpriteName: "G_MARIN"
- Name: "Marin"
- Lv: 15
- Hp: 742
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [39, 43]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 10
- Vit: 10
- Int: 5
- Dex: 35
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1596
- SpriteName: "G_TAMRUAN"
- Name: "Tamruan"
- Lv: 52
- Hp: 10234
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [489, 534]
- Def: 15
- Mdef: 35
- Stats: {
- Str: 80
- Agi: 62
- Vit: 38
- Int: 75
- Dex: 72
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 140
- AttackDelay: 512
- AttackMotion: 1152
- DamageMotion: 672
- MvpExp: 0
-},
-{
- Id: 1597
- SpriteName: "G_GARGOYLE"
- Name: "Gargoyle"
- Lv: 48
- Hp: 3950
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 9
- Attack: [290, 360]
- Def: 10
- Mdef: 10
- Stats: {
- Str: 15
- Agi: 61
- Vit: 20
- Int: 20
- Dex: 126
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Wind", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1020
- AttackMotion: 720
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1598
- SpriteName: "G_BLAZZER"
- Name: "Blazzer"
- Lv: 43
- Hp: 8252
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [533, 709]
- Def: 50
- Mdef: 40
- Stats: {
- Str: 1
- Agi: 52
- Vit: 50
- Int: 39
- Dex: 69
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 180
- AttackDelay: 1732
- AttackMotion: 1332
- DamageMotion: 540
- MvpExp: 0
-},
-{
- Id: 1599
- SpriteName: "G_WHISPER_BOSS"
- Name: "Giant Whisper"
- Lv: 34
- Hp: 5040
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [198, 239]
- Def: 0
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 51
- Vit: 14
- Int: 0
- Dex: 60
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Ghost", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 2536
- AttackMotion: 1536
- DamageMotion: 672
- MvpExp: 0
-},
-{
- Id: 1600
- SpriteName: "G_HEATER"
- Name: "Heater"
- Lv: 68
- Hp: 11020
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [683, 1008]
- Def: 40
- Mdef: 42
- Stats: {
- Str: 69
- Agi: 47
- Vit: 25
- Int: 5
- Dex: 71
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1452
- AttackMotion: 483
- DamageMotion: 528
- MvpExp: 0
-},
-{
- Id: 1601
- SpriteName: "G_PERMETER"
- Name: "Permeter"
- Lv: 63
- Hp: 8228
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [943, 1211]
- Def: 46
- Mdef: 45
- Stats: {
- Str: 69
- Agi: 59
- Vit: 60
- Int: 5
- Dex: 69
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Neutral", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1100
- AttackMotion: 483
- DamageMotion: 528
- MvpExp: 0
-},
-{
- Id: 1602
- SpriteName: "G_SOLIDER"
- Name: "Solider"
- Lv: 70
- Hp: 12099
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [797, 979]
- Def: 57
- Mdef: 43
- Stats: {
- Str: 69
- Agi: 35
- Vit: 85
- Int: 5
- Dex: 74
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1452
- AttackMotion: 483
- DamageMotion: 528
- MvpExp: 0
-},
-{
- Id: 1603
- SpriteName: "G_BIGFOOT"
- Name: "Bigfoot"
- Lv: 25
- Hp: 1619
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [198, 220]
- Def: 10
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 25
- Vit: 55
- Int: 15
- Dex: 20
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 300
- AttackDelay: 1260
- AttackMotion: 192
- DamageMotion: 192
- MvpExp: 0
-},
-{
- Id: 1604
- SpriteName: "G_GIANT_HONET"
- Name: "Giant Hornet"
- Lv: 56
- Hp: 13105
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [650, 852]
- Def: 38
- Mdef: 43
- Stats: {
- Str: 35
- Agi: 38
- Vit: 32
- Int: 10
- Dex: 71
- Luk: 64
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 155
- AttackDelay: 1292
- AttackMotion: 792
- DamageMotion: 340
- MvpExp: 0
-},
-{
- Id: 1605
- SpriteName: "G_DARK_ILLUSION"
- Name: "Dark Illusion"
- Lv: 77
- Hp: 103631
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [1300, 1983]
- Def: 64
- Mdef: 70
- Stats: {
- Str: 5
- Agi: 100
- Vit: 40
- Int: 100
- Dex: 97
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Undead", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 145
- AttackDelay: 1024
- AttackMotion: 768
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1606
- SpriteName: "G_GARM_BABY"
- Name: "Garm Baby"
- JName: "Hatii Baby"
- Lv: 61
- Hp: 20199
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [680, 1179]
- Def: 34
- Mdef: 13
- Stats: {
- Str: 45
- Agi: 30
- Vit: 56
- Int: 55
- Dex: 85
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 450
- AttackDelay: 879
- AttackMotion: 672
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1607
- SpriteName: "G_GOBLINE_XMAS"
- Name: "Christmas Goblin"
- JName: "Santa Goblin"
- Lv: 25
- Hp: 1176
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [118, 140]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 53
- Vit: 25
- Int: 20
- Dex: 38
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 1120
- AttackMotion: 620
- DamageMotion: 240
- MvpExp: 0
-},
-{
- Id: 1608
- SpriteName: "G_THIEF_BUG__"
- Name: "Thief Bug Male"
- JName: "Male Thief Bug"
- Lv: 19
- Hp: 583
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [76, 88]
- Def: 15
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 29
- Vit: 16
- Int: 5
- Dex: 36
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Insect"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 988
- AttackMotion: 288
- DamageMotion: 768
- MvpExp: 0
-},
-{
- Id: 1609
- SpriteName: "G_DANCING_DRAGON"
- Name: "Dancing Dragon"
- JName: "Zhu Po Long"
- Lv: 54
- Hp: 9136
- Sp: 0
- Exp: 3030
- JExp: 769
- AttackRange: 2
- Attack: [550, 789]
- Def: 39
- Mdef: 10
- Stats: {
- Str: 55
- Agi: 62
- Vit: 55
- Int: 25
- Dex: 72
- Luk: 22
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Dragon"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Looter: true
- Boss: true
- CanAttack: true
- }
- MoveSpeed: 160
- AttackDelay: 600
- AttackMotion: 840
- DamageMotion: 504
- MvpExp: 0
- Drops: {
- Lucky_Candy: 500
- Lucky_Candy_Cane: 50
- Lucky_Cookie: 20
- Carrot: 10000
- Fire_Cracker: 5000
- Handsei: 100
- }
-},
-{
- Id: 1610
- SpriteName: "A_MUNAK"
- Name: "Munak"
- Lv: 30
- Hp: 2872
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [40, 50]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 15
- Vit: 20
- Int: 5
- Dex: 120
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 2468
- AttackMotion: 768
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Orange_Potion: 2000
- Slow_Down_Potion: 100
- Speed_Up_Potion: 100
- }
-},
-{
- Id: 1611
- SpriteName: "A_BON_GUN"
- Name: "Bongun"
- Lv: 32
- Hp: 3520
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [220, 260]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 45
- Agi: 15
- Vit: 36
- Int: 10
- Dex: 48
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1720
- AttackMotion: 500
- DamageMotion: 420
- MvpExp: 0
- Drops: {
- Orange_Potion: 2000
- Slow_Down_Potion: 100
- Speed_Up_Potion: 100
- }
-},
-{
- Id: 1612
- SpriteName: "A_HYEGUN"
- Name: "Hyegun"
- JName: "Yao Jun"
- Lv: 56
- Hp: 9981
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [710, 1128]
- Def: 12
- Mdef: 10
- Stats: {
- Str: 60
- Agi: 40
- Vit: 36
- Int: 10
- Dex: 73
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 180
- AttackDelay: 890
- AttackMotion: 1320
- DamageMotion: 720
- MvpExp: 0
- Drops: {
- Orange_Potion: 2000
- Slow_Down_Potion: 100
- Speed_Up_Potion: 100
- }
-},
-// Einbroch
-{
- Id: 1613
- SpriteName: "METALING"
- Name: "Metaling"
- Lv: 26
- Hp: 889
- Sp: 0
- Exp: 492
- JExp: 249
- AttackRange: 1
- Attack: [135, 270]
- Def: 5
- Mdef: 3
- Stats: {
- Str: 30
- Agi: 15
- Vit: 10
- Int: 18
- Dex: 35
- Luk: 2
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 300
- AttackDelay: 384
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Tube: 4000
- Iron_Ore: 1000
- Iron: 500
- Large_Jellopy: 1000
- Screw: 200
- Crimson_Bolt_: 5
- Jubilee: 5000
- Metaling_Card: 1
- }
-},
-{
- Id: 1614
- SpriteName: "MINERAL"
- Name: "Mineral"
- Lv: 56
- Hp: 7950
- Sp: 0
- Exp: 3563
- JExp: 1768
- AttackRange: 1
- Attack: [723, 812]
- Def: 29
- Mdef: 35
- Stats: {
- Str: 60
- Agi: 52
- Vit: 35
- Int: 21
- Dex: 67
- Luk: 32
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 2)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 250
- AttackDelay: 648
- AttackMotion: 480
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Fragment_Of_Crystal: 3000
- Golden_Jewel: 500
- Emperium: 2
- Oridecon: 80
- Emveretarcon: 800
- Yellow_Gemstone: 100
- Gold: 2
- Mineral_Card: 1
- }
-},
-{
- Id: 1615
- SpriteName: "OBSIDIAN"
- Name: "Obsidian"
- Lv: 50
- Hp: 8812
- Sp: 0
- Exp: 2799
- JExp: 1802
- AttackRange: 1
- Attack: [841, 980]
- Def: 35
- Mdef: 5
- Stats: {
- Str: 62
- Agi: 32
- Vit: 42
- Int: 24
- Dex: 61
- Luk: 55
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 350
- AttackDelay: 720
- AttackMotion: 864
- DamageMotion: 504
- MvpExp: 0
- Drops: {
- Dark_Crystal_Fragment: 3000
- Crystal_Jewel: 500
- Coal: 500
- Elunium: 50
- Steel: 500
- Unholy_Touch: 10
- Obsidian_Card: 1
- }
-},
-{
- Id: 1616
- SpriteName: "PITMAN"
- Name: "Pitman"
- Lv: 43
- Hp: 5015
- Sp: 0
- Exp: 1799
- JExp: 1083
- AttackRange: 1
- Attack: [290, 486]
- Def: 22
- Mdef: 26
- Stats: {
- Str: 0
- Agi: 15
- Vit: 5
- Int: 5
- Dex: 52
- Luk: 36
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Undead"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 180
- AttackDelay: 960
- AttackMotion: 336
- DamageMotion: 300
- MvpExp: 0
- Drops: {
- Old_Pick: 3000
- Old_Steel_Plate: 500
- Iron: 800
- Steel: 500
- Coal: 100
- Lantern: 1000
- Headlamp: 80
- Pitman_Card: 1
- }
-},
-{
- Id: 1617
- SpriteName: "WASTE_STOVE"
- Name: "Waste Stove"
- JName: "Old Stove"
- Lv: 68
- Hp: 15895
- Sp: 0
- Exp: 4412
- JExp: 1135
- AttackRange: 1
- Attack: [692, 1081]
- Def: 23
- Mdef: 10
- Stats: {
- Str: 20
- Agi: 69
- Vit: 55
- Int: 5
- Dex: 59
- Luk: 77
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1152
- AttackMotion: 528
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Battered_Kettle: 1000
- Burn_Tree: 1000
- Iron: 500
- Lusty_Iron: 50
- Iron_Ore: 1000
- Branch_Of_Dead_Tree: 50
- Old_Steel_Plate: 3800
- Waste_Stove_Card: 1
- }
-},
-{
- Id: 1618
- SpriteName: "UNGOLIANT"
- Name: "Ungoliant"
- Lv: 69
- Hp: 29140
- Sp: 0
- Exp: 8211
- JExp: 142
- AttackRange: 1
- Attack: [1290, 2280]
- Def: 25
- Mdef: 25
- Stats: {
- Str: 33
- Agi: 52
- Vit: 57
- Int: 25
- Dex: 119
- Luk: 43
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Insect"
- Element: ("Ele_Poison", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 350
- AttackDelay: 420
- AttackMotion: 576
- DamageMotion: 420
- MvpExp: 0
- Drops: {
- Long_Limb: 4500
- Jaws_Of_Ant: 3500
- Colorful_Shell: 1000
- Olivine: 1500
- Fluorescent_Liquid: 2500
- Dark_Red_Jewel: 1500
- Boots_: 500
- Ungoliant_Card: 1
- }
-},
-{
- Id: 1619
- SpriteName: "PORCELLIO"
- Name: "Porcellio"
- Lv: 28
- Hp: 1654
- Sp: 0
- Exp: 512
- JExp: 346
- AttackRange: 1
- Attack: [82, 247]
- Def: 0
- Mdef: 8
- Stats: {
- Str: 0
- Agi: 31
- Vit: 21
- Int: 50
- Dex: 54
- Luk: 85
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 3)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 150
- AttackDelay: 720
- AttackMotion: 360
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Jubilee: 5000
- Main_Gauche_: 25
- Insect_Feeler: 1000
- Single_Cell: 3000
- Dew_Laden_Moss: 2
- Fluorescent_Liquid: 30
- Porcellio_Card: 1
- }
-},
-{
- Id: 1620
- SpriteName: "NOXIOUS"
- Name: "Noxious"
- Lv: 35
- Hp: 2038
- Sp: 0
- Exp: 698
- JExp: 698
- AttackRange: 1
- Attack: [299, 400]
- Def: 0
- Mdef: 60
- Stats: {
- Str: 12
- Agi: 41
- Vit: 10
- Int: 30
- Dex: 44
- Luk: 2
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Ghost", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 350
- AttackDelay: 768
- AttackMotion: 1440
- DamageMotion: 672
- MvpExp: 0
- Drops: {
- Poisonous_Gas: 1000
- Mould_Powder: 3000
- Anodyne: 50
- Air_Pollutant: 3000
- Old_Blue_Box: 1
- Noxious_Card: 1
- }
-},
-{
- Id: 1621
- SpriteName: "VENOMOUS"
- Name: "Venomous"
- Lv: 42
- Hp: 4653
- Sp: 0
- Exp: 1780
- JExp: 1280
- AttackRange: 1
- Attack: [422, 844]
- Def: 0
- Mdef: 49
- Stats: {
- Str: 12
- Agi: 60
- Vit: 17
- Int: 19
- Dex: 60
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 350
- AttackDelay: 768
- AttackMotion: 1440
- DamageMotion: 672
- MvpExp: 0
- Drops: {
- Air_Pollutant: 5000
- Spawns: 3000
- Poison_Powder: 1000
- Poisonous_Gas: 2000
- Old_Blue_Box: 1
- Venomous_Card: 1
- }
-},
-{
- Id: 1622
- SpriteName: "TEDDY_BEAR"
- Name: "Teddy Bear"
- Lv: 71
- Hp: 8109
- Sp: 0
- Exp: 5891
- JExp: 3455
- AttackRange: 1
- Attack: [621, 1432]
- Def: 19
- Mdef: 32
- Stats: {
- Str: 5
- Agi: 155
- Vit: 32
- Int: 41
- Dex: 121
- Luk: 26
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 512
- AttackMotion: 780
- DamageMotion: 504
- MvpExp: 0
- Drops: {
- Screw: 3800
- Honey: 1000
- Oridecon_Hammer: 300
- Gold_Lux: 5
- Angry_Mouth: 50
- Cursed_Lucky_Brooch: 10
- Elunium: 100
- Teddy_Bear_Card: 1
- }
-},
-{
- Id: 1623
- SpriteName: "RSX_0806"
- Name: "RSX 0806"
- JName: "RSX-0806"
- Lv: 86
- Hp: 560733
- Sp: 0
- Exp: 31010
- JExp: 32011
- AttackRange: 1
- Attack: [2740, 5620]
- Def: 39
- Mdef: 41
- Stats: {
- Str: 85
- Agi: 51
- Vit: 30
- Int: 25
- Dex: 93
- Luk: 84
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 220
- AttackDelay: 128
- AttackMotion: 1104
- DamageMotion: 240
- MvpExp: 15505
- MvpDrops: {
- Yggdrasilberry: 5500
- Dark_Blindfold: 3500
- Crystal_Jewel__: 5500
- }
- Drops: {
- Wheel: 6000
- House_Auger: 10
- House_Auger_: 1
- Old_Violet_Box: 1000
- Headlamp: 5000
- Counter_Dagger: 50
- Spanner: 20
- Rsx_0806_Card: 1
- }
-},
-{
- Id: 1624
- SpriteName: "G_WASTE_STOVE"
- Name: "Waste Stove"
- JName: "Old Stove"
- Lv: 68
- Hp: 15895
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [500, 889]
- Def: 23
- Mdef: 10
- Stats: {
- Str: 20
- Agi: 69
- Vit: 55
- Int: 5
- Dex: 79
- Luk: 77
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 220
- AttackDelay: 1152
- AttackMotion: 528
- DamageMotion: 360
- MvpExp: 0
-},
-{
- Id: 1625
- SpriteName: "G_PORCELLIO"
- Name: "Porcellio"
- Lv: 43
- Hp: 5523
- Sp: 0
- Exp: 1024
- JExp: 693
- AttackRange: 1
- Attack: [164, 494]
- Def: 0
- Mdef: 8
- Stats: {
- Str: 0
- Agi: 31
- Vit: 21
- Int: 50
- Dex: 64
- Luk: 85
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 720
- AttackMotion: 360
- DamageMotion: 360
- MvpExp: 0
-},
-// Hellion Revenant
-{
- Id: 1626
- SpriteName: "G_DARK_PRIEST"
- Name: "Hellion Revenant"
- Lv: 88
- Hp: 286900
- Sp: 0
- Exp: 1
- JExp: 1
- AttackRange: 2
- Attack: [50, 3150]
- Def: 25
- Mdef: 50
- Stats: {
- Str: 1
- Agi: 80
- Vit: 50
- Int: 99
- Dex: 130
- Luk: 99
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Undead", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 432
- AttackMotion: 384
- DamageMotion: 192
- MvpExp: 0
- Drops: {
- Eye_Of_Hellion: 8000
- Eye_Of_Hellion: 5000
- Eye_Of_Hellion: 3000
- Eye_Of_Hellion: 1000
- Eye_Of_Hellion: 500
- Eye_Of_Hellion: 100
- }
-},
-// Lighthalzen
-{
- Id: 1627
- SpriteName: "ANOPHELES"
- Name: "Anopheles"
- Lv: 23
- Hp: 100
- Sp: 0
- Exp: 99
- JExp: 55
- AttackRange: 1
- Attack: [48, 63]
- Def: 0
- Mdef: 90
- Stats: {
- Str: 1
- Agi: 200
- Vit: 4
- Int: 5
- Dex: 120
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Wind", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 140
- AttackMotion: 864
- DamageMotion: 430
- MvpExp: 0
- Drops: {
- Wing_Of_Fly: 1000
- Spawns: 500
- Anopheles_Card: 1
- }
-},
-{
- Id: 1628
- SpriteName: "MOLE"
- Name: "Mole"
- JName: "Holden"
- Lv: 36
- Hp: 2209
- Sp: 0
- Exp: 268
- JExp: 172
- AttackRange: 9
- Attack: [52, 63]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 24
- Agi: 18
- Vit: 23
- Int: 30
- Dex: 45
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 300
- AttackDelay: 140
- AttackMotion: 960
- DamageMotion: 504
- MvpExp: 0
- Drops: {
- Moustache_Of_Mole: 5000
- Nail_Of_Mole: 5000
- Super_Novice_Hat_: 50
- Six_Shooter_: 5
- Mole_Card: 1
- }
-},
-{
- Id: 1629
- SpriteName: "HILL_WIND"
- Name: "Hill Wind"
- Lv: 43
- Hp: 3189
- Sp: 0
- Exp: 1800
- JExp: 1100
- AttackRange: 3
- Attack: [290, 480]
- Def: 10
- Mdef: 15
- Stats: {
- Str: 21
- Agi: 42
- Vit: 31
- Int: 50
- Dex: 41
- Luk: 23
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Wind", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 336
- AttackMotion: 540
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Meat: 1000
- Monsters_Feed: 1000
- Hill_Wind_Card: 1
- }
-},
-{
- Id: 1630
- SpriteName: "BACSOJIN_"
- Name: "Bacsojin"
- JName: "White Lady"
- Lv: 85
- Hp: 253221
- Sp: 0
- Exp: 45250
- JExp: 16445
- AttackRange: 3
- Attack: [1868, 6124]
- Def: 20
- Mdef: 55
- Stats: {
- Str: 52
- Agi: 65
- Vit: 44
- Int: 112
- Dex: 152
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 130
- AttackDelay: 576
- AttackMotion: 960
- DamageMotion: 480
- MvpExp: 22625
- MvpDrops: {
- Yggdrasilberry: 5500
- Celestial_Robe: 2000
- Old_Violet_Box: 5000
- }
- Drops: {
- Long_Hair: 5500
- Old_Blue_Box: 5000
- Tantanmen: 50
- Limpid_Celestial_Robe: 3000
- Soft_Silk_Cloth: 1000
- Red_Silk_Seal: 100
- Tiara: 10
- Bacsojin_Card: 1
- }
-},
-{
- Id: 1631
- SpriteName: "CHUNG_E_"
- Name: "Chung E"
- JName: "Green Maiden"
- Lv: 59
- Hp: 23900
- Sp: 0
- Exp: 4256
- JExp: 920
- AttackRange: 2
- Attack: [460, 1050]
- Def: 8
- Mdef: 15
- Stats: {
- Str: 38
- Agi: 65
- Vit: 43
- Int: 30
- Dex: 90
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1728
- AttackMotion: 816
- DamageMotion: 1188
- MvpExp: 0
- Drops: {
- Cyfar: 4200
- Stuffed_Doll: 100
- Hora_: 10
- Honey: 500
- Tantanmen: 10
- Hair_Protector: 50
- Chung_E_Card: 1
- }
-},
-{
- Id: 1632
- SpriteName: "GREMLIN"
- Name: "Gremlin"
- Lv: 53
- Hp: 9280
- Sp: 0
- Exp: 4355
- JExp: 1768
- AttackRange: 1
- Attack: [329, 762]
- Def: 29
- Mdef: 25
- Stats: {
- Str: 80
- Agi: 41
- Vit: 59
- Int: 75
- Dex: 62
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 140
- AttackDelay: 432
- AttackMotion: 540
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Will_Of_Darkness: 3000
- Sticky_Mucus: 3000
- Violet_Jewel: 100
- Boots_: 1
- Bloody_Roar: 1
- Old_Blue_Box: 2
- Gremlin_Card: 1
- }
-},
-{
- Id: 1633
- SpriteName: "BEHOLDER"
- Name: "Beholder"
- Lv: 56
- Hp: 7950
- Sp: 0
- Exp: 4821
- JExp: 3822
- AttackRange: 6
- Attack: [723, 812]
- Def: 17
- Mdef: 30
- Stats: {
- Str: 60
- Agi: 62
- Vit: 25
- Int: 59
- Dex: 85
- Luk: 32
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 190
- AttackDelay: 336
- AttackMotion: 840
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Prickly_Fruit: 3000
- Anodyne: 100
- Rough_Wind: 100
- Elunium: 10
- Old_Blue_Box: 2
- Beholder_Card: 1
- }
-},
-// Normal advanced class mobs
-{
- Id: 1634
- SpriteName: "SEYREN"
- Name: "Seyren"
- JName: "Seyren Windsor"
- Lv: 91
- Hp: 88402
- Sp: 0
- Exp: 100000
- JExp: 116460
- AttackRange: 1
- Attack: [2100, 2530]
- Def: 63
- Mdef: 12
- Stats: {
- Str: 90
- Agi: 89
- Vit: 72
- Int: 20
- Dex: 99
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Fire", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Armlet_Of_Prisoner: 3000
- Dragon_Killer: 2
- Claymore: 200
- Old_Blue_Box: 30
- Helm_: 12
- Plate_Armor_: 1
- Ruber: 1
- Seyren_Card: 1
- }
-},
-{
- Id: 1635
- SpriteName: "EREMES"
- Name: "Eremes"
- JName: "Eremes Guile"
- Lv: 87
- Hp: 60199
- Sp: 0
- Exp: 100000
- JExp: 99800
- AttackRange: 1
- Attack: [2020, 2320]
- Def: 23
- Mdef: 12
- Stats: {
- Str: 45
- Agi: 138
- Vit: 31
- Int: 19
- Dex: 99
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Poison", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 180
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Lab_Staff_Record: 2000
- Krishna: 1
- Pauldron: 1
- Nail_Of_Loki: 3
- Various_Jur: 30
- Poison_Bottle: 110
- Thief_Clothes_: 2
- Eremes_Card: 1
- }
-},
-{
- Id: 1636
- SpriteName: "HARWORD"
- Name: "Harword"
- JName: "Howard Alt-Eisen"
- Lv: 83
- Hp: 78690
- Sp: 0
- Exp: 100000
- JExp: 112540
- AttackRange: 1
- Attack: [1890, 2390]
- Def: 59
- Mdef: 10
- Stats: {
- Str: 90
- Agi: 62
- Vit: 99
- Int: 35
- Dex: 98
- Luk: 66
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Water", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 180
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Armlet_Of_Prisoner: 3000
- Pauldron: 1
- Vecer_Axe: 1
- Two_Handed_Axe_: 110
- Buckler_: 10
- Clothes_Of_The_Lord: 1
- Old_Blue_Box: 50
- Harword_Card: 1
- }
-},
-{
- Id: 1637
- SpriteName: "MAGALETA"
- Name: "Magaleta"
- JName: "Margaretha Sorin"
- Lv: 90
- Hp: 61282
- Sp: 0
- Exp: 100000
- JExp: 117800
- AttackRange: 1
- Attack: [1300, 2053]
- Def: 35
- Mdef: 60
- Stats: {
- Str: 1
- Agi: 9
- Vit: 97
- Int: 145
- Dex: 88
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Holy", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 180
- AttackDelay: 1152
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Lab_Staff_Record: 2000
- Croce_Staff: 2
- Rod_: 200
- Hardback: 10
- Holy_Robe: 1
- Old_Blue_Box: 50
- Muffler_: 10
- Magaleta_Card: 1
- }
-},
-{
- Id: 1638
- SpriteName: "SHECIL"
- Name: "Shecil"
- JName: "Cecil Damon"
- Lv: 82
- Hp: 58900
- Sp: 0
- Exp: 100000
- JExp: 118260
- AttackRange: 14
- Attack: [1226, 1854]
- Def: 25
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 145
- Vit: 27
- Int: 32
- Dex: 134
- Luk: 80
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 180
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Armlet_Of_Prisoner: 3000
- Imma_Arrow_Container: 110
- Tights_: 10
- CrossBow_: 100
- Ori_Arrow_Container: 150
- Old_Blue_Box: 50
- Falken_Blitz: 1
- Shecil_Card: 1
- }
-},
-{
- Id: 1639
- SpriteName: "KATRINN"
- Name: "Katrinn"
- JName: "Kathryne Keyron"
- Lv: 92
- Hp: 47280
- Sp: 0
- Exp: 100000
- JExp: 116470
- AttackRange: 1
- Attack: [497, 1697]
- Def: 10
- Mdef: 74
- Stats: {
- Str: 1
- Agi: 5
- Vit: 77
- Int: 180
- Dex: 110
- Luk: 39
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Ghost", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1152
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Armlet_Of_Prisoner: 3000
- Old_Blue_Box: 50
- Lacryma_Stick: 1
- Survival_Rod2_: 5
- Guard_: 30
- Pair_Of_Red_Ribbon: 1
- Shoes_: 20
- Katrinn_Card: 1
- }
-},
-// MVP Slaves
-{
- Id: 1640
- SpriteName: "G_SEYREN"
- Name: "Lord Knight Seyren"
- Lv: 99
- Hp: 347590
- Sp: 0
- Exp: 18000
- JExp: 10000
- AttackRange: 1
- Attack: [4238, 5040]
- Def: 72
- Mdef: 37
- Stats: {
- Str: 120
- Agi: 110
- Vit: 81
- Int: 65
- Dex: 130
- Luk: 52
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Old_Violet_Box: 10
- }
-},
-{
- Id: 1641
- SpriteName: "G_EREMES"
- Name: "Assassin Cross Eremes"
- Lv: 99
- Hp: 211230
- Sp: 0
- Exp: 18000
- JExp: 10000
- AttackRange: 1
- Attack: [3189, 5289]
- Def: 27
- Mdef: 39
- Stats: {
- Str: 90
- Agi: 181
- Vit: 62
- Int: 37
- Dex: 122
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Poison", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Old_Violet_Box: 10
- }
-},
-{
- Id: 1642
- SpriteName: "G_HARWORD"
- Name: "Whitesmith Harword"
- JName: "MasterSmith Howard"
- Lv: 99
- Hp: 310000
- Sp: 0
- Exp: 18000
- JExp: 10000
- AttackRange: 1
- Attack: [4822, 5033]
- Def: 66
- Mdef: 36
- Stats: {
- Str: 100
- Agi: 73
- Vit: 112
- Int: 35
- Dex: 136
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Water", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Old_Violet_Box: 10
- }
-},
-{
- Id: 1643
- SpriteName: "G_MAGALETA"
- Name: "High Priest Magaleta"
- JName: "High Priest Margaretha"
- Lv: 99
- Hp: 182910
- Sp: 0
- Exp: 18000
- JExp: 10000
- AttackRange: 1
- Attack: [1688, 2580]
- Def: 35
- Mdef: 78
- Stats: {
- Str: 1
- Agi: 84
- Vit: 64
- Int: 182
- Dex: 92
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Holy", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 125
- AttackDelay: 1152
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Old_Violet_Box: 10
- }
-},
-{
- Id: 1644
- SpriteName: "G_SHECIL"
- Name: "Sniper Shecil"
- JName: "Sniper Cecil"
- Lv: 99
- Hp: 209000
- Sp: 0
- Exp: 18000
- JExp: 10000
- AttackRange: 14
- Attack: [1892, 5113]
- Def: 22
- Mdef: 35
- Stats: {
- Str: 1
- Agi: 180
- Vit: 39
- Int: 67
- Dex: 193
- Luk: 130
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Old_Violet_Box: 10
- }
-},
-{
- Id: 1645
- SpriteName: "G_KATRINN"
- Name: "High Wizard Katrinn"
- JName: "High Wizard Kathryne"
- Lv: 99
- Hp: 189920
- Sp: 0
- Exp: 18000
- JExp: 10000
- AttackRange: 1
- Attack: [497, 2094]
- Def: 10
- Mdef: 88
- Stats: {
- Str: 1
- Agi: 89
- Vit: 42
- Int: 223
- Dex: 128
- Luk: 93
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Ghost", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1152
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Old_Violet_Box: 10
- }
-},
-// MVP Monsters
-{
- Id: 1646
- SpriteName: "B_SEYREN"
- Name: "Lord Knight Seyren"
- Lv: 99
- Hp: 1647590
- Sp: 0
- Exp: 4835600
- JExp: 1569970
- AttackRange: 1
- Attack: [7238, 11040]
- Def: 72
- Mdef: 37
- Stats: {
- Str: 120
- Agi: 110
- Vit: 81
- Int: 65
- Dex: 130
- Luk: 52
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 2417800
- MvpDrops: {
- Old_Violet_Box: 5500
- Old_Blue_Box: 5000
- Crystal_Jewel__: 2000
- }
- Drops: {
- Edge: 2500
- Full_Plate_Armor_: 3500
- Grave_: 9000
- Brionac: 3500
- Longinuss_Spear: 3000
- Dragon_Slayer: 2500
- Skewer: 1500
- B_Seyren_Card: 1
- }
-},
-{
- Id: 1647
- SpriteName: "B_EREMES"
- Name: "Assassin Cross Eremes"
- Lv: 99
- Hp: 1411230
- Sp: 0
- Exp: 4083400
- JExp: 1592380
- AttackRange: 1
- Attack: [4189, 8289]
- Def: 37
- Mdef: 39
- Stats: {
- Str: 90
- Agi: 181
- Vit: 62
- Int: 37
- Dex: 122
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Poison", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 2041700
- MvpDrops: {
- Old_Violet_Box: 5500
- Old_Blue_Box: 5000
- Crystal_Jewel__: 2000
- }
- Drops: {
- Moonlight_Sword: 1500
- House_Auger: 1500
- Glittering_Clothes: 9000
- Exercise: 3500
- Assasin_Dagger: 3500
- Bloody_Roar: 3500
- Ginnungagap: 3500
- B_Eremes_Card: 1
- }
-},
-{
- Id: 1648
- SpriteName: "B_HARWORD"
- Name: "Whitesmith Harword"
- JName: "MasterSmith Howard"
- Lv: 99
- Hp: 1460000
- Sp: 0
- Exp: 4002340
- JExp: 1421000
- AttackRange: 1
- Attack: [7822, 8251]
- Def: 66
- Mdef: 36
- Stats: {
- Str: 100
- Agi: 73
- Vit: 112
- Int: 35
- Dex: 136
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 2001170
- MvpDrops: {
- Old_Violet_Box: 5500
- Old_Blue_Box: 5000
- Crystal_Jewel__: 2000
- }
- Drops: {
- Mysteltainn_: 3500
- Byeorrun_Gum: 2500
- Clothes_Of_The_Lord: 9000
- Sabbath: 3500
- Great_Axe: 3500
- Guillotine: 2500
- Tomahawk: 3500
- B_Harword_Card: 1
- }
-},
-{
- Id: 1649
- SpriteName: "B_MAGALETA"
- Name: "High Priest Magaleta"
- JName: "High Priest Margaretha"
- Lv: 99
- Hp: 1092910
- Sp: 0
- Exp: 4257000
- JExp: 1318800
- AttackRange: 1
- Attack: [4688, 5580]
- Def: 35
- Mdef: 78
- Stats: {
- Str: 1
- Agi: 84
- Vit: 64
- Int: 182
- Dex: 92
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Holy", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 125
- AttackDelay: 1152
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 2128500
- MvpDrops: {
- Old_Violet_Box: 5500
- Old_Blue_Box: 5000
- Crystal_Jewel__: 2000
- }
- Drops: {
- Berserk: 3500
- Safety_Ring: 2500
- Celestial_Robe: 9000
- Book_Of_The_Apocalypse: 3500
- Quadrille: 3500
- Grand_Cross: 2500
- Diary_Of_Great_Sage: 3500
- B_Magaleta_Card: 1
- }
-},
-{
- Id: 1650
- SpriteName: "B_SHECIL"
- Name: "Sniper Shecil"
- JName: "Sniper Cecil"
- Lv: 99
- Hp: 1349000
- Sp: 0
- Exp: 4093000
- JExp: 1526000
- AttackRange: 14
- Attack: [4892, 9113]
- Def: 22
- Mdef: 35
- Stats: {
- Str: 1
- Agi: 180
- Vit: 39
- Int: 67
- Dex: 193
- Luk: 130
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 2046500
- MvpDrops: {
- Old_Violet_Box: 5500
- Old_Blue_Box: 5000
- Luna_Bow: 2000
- }
- Drops: {
- Combat_Knife: 3500
- Sucsamad: 3500
- Old_Violet_Box: 9000
- Moonlight_Sword: 1500
- Grimtooth_: 3500
- Bow_Of_Rudra: 1500
- Dragon_Wing: 2500
- B_Shecil_Card: 1
- }
-},
-{
- Id: 1651
- SpriteName: "B_KATRINN"
- Name: "High Wizard Katrinn"
- JName: "High Wizard Kathryne"
- Lv: 99
- Hp: 1069920
- Sp: 0
- Exp: 4008200
- JExp: 1636700
- AttackRange: 1
- Attack: [1197, 4394]
- Def: 10
- Mdef: 88
- Stats: {
- Str: 1
- Agi: 89
- Vit: 42
- Int: 223
- Dex: 128
- Luk: 93
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Ghost", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1152
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 2004100
- MvpDrops: {
- Old_Violet_Box: 5500
- Old_Blue_Box: 5000
- Crystal_Jewel__: 2000
- }
- Drops: {
- Cursed_Dagger: 3500
- Counter_Dagger: 3500
- Critical_Ring: 9000
- Robe_Of_Casting: 2500
- Celestial_Robe: 2500
- Survival_Rod_: 3000
- Glittering_Clothes: 3500
- B_Katrinn_Card: 1
- }
-},
-// 1'st Class Mobs
-{
- Id: 1652
- SpriteName: "YGNIZEM"
- Name: "Ygnizem"
- JName: "Egnigem Cenia"
- Lv: 58
- Hp: 11200
- Sp: 0
- Exp: 4870
- JExp: 98
- AttackRange: 1
- Attack: [823, 1212]
- Def: 35
- Mdef: 8
- Stats: {
- Str: 60
- Agi: 35
- Vit: 52
- Int: 18
- Dex: 79
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 145
- AttackDelay: 576
- AttackMotion: 432
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Lab_Staff_Record: 1000
- Katzbalger: 1
- Two_Hand_Sword_: 20
- Saber_: 20
- Padded_Armor_: 10
- Slayer_: 80
- Plate_Armor_: 1
- Ygnizem_Card: 1
- }
-},
-{
- Id: 1653
- SpriteName: "WHIKEBAIN"
- Name: "Whikebain"
- JName: "Wickebine Tres"
- Lv: 62
- Hp: 7320
- Sp: 0
- Exp: 4204
- JExp: 21
- AttackRange: 1
- Attack: [693, 889]
- Def: 9
- Mdef: 8
- Stats: {
- Str: 1
- Agi: 102
- Vit: 34
- Int: 20
- Dex: 83
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Poison", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 120
- AttackDelay: 576
- AttackMotion: 432
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Armlet_Of_Prisoner: 2000
- Forturn_Sword: 1
- Adventureres_Suit_: 40
- Gladius_: 10
- Chain_Mail_: 2
- Ring_Of_Rogue: 2
- Coward_: 10
- Whikebain_Card: 1
- }
-},
-{
- Id: 1654
- SpriteName: "ARMAIA"
- Name: "Armaia"
- JName: "Armeyer Dinze"
- Lv: 66
- Hp: 7110
- Sp: 0
- Exp: 4008
- JExp: 35
- AttackRange: 1
- Attack: [750, 913]
- Def: 42
- Mdef: 6
- Stats: {
- Str: 5
- Agi: 36
- Vit: 50
- Int: 15
- Dex: 89
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 120
- AttackDelay: 576
- AttackMotion: 432
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Armlet_Of_Prisoner: 1000
- Muffler_: 1
- Buster_: 50
- Battle_Axe_: 40
- Mink_Coat: 10
- Axe_: 80
- Windhawk: 10
- Armaia_Card: 1
- }
-},
-{
- Id: 1655
- SpriteName: "EREND"
- Name: "Erend"
- JName: "Errende Ebecee"
- Lv: 59
- Hp: 6980
- Sp: 0
- Exp: 4501
- JExp: 67
- AttackRange: 1
- Attack: [896, 1159]
- Def: 14
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 31
- Vit: 41
- Int: 93
- Dex: 67
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Holy", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 130
- AttackDelay: 576
- AttackMotion: 432
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Armlet_Of_Prisoner: 500
- Biretta_: 5
- Morning_Star_: 50
- Sword_Mace_: 20
- Saint_Robe_: 5
- Scapulare_: 10
- Spike: 1
- Erend_Card: 1
- }
-},
-{
- Id: 1656
- SpriteName: "KAVAC"
- Name: "Kavac"
- JName: "Kavach Icarus"
- Lv: 60
- Hp: 7899
- Sp: 0
- Exp: 4090
- JExp: 86
- AttackRange: 9
- Attack: [684, 904]
- Def: 12
- Mdef: 5
- Stats: {
- Str: 48
- Agi: 100
- Vit: 10
- Int: 15
- Dex: 118
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 576
- AttackMotion: 432
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Lab_Staff_Record: 2000
- Kakkung_: 1
- Steel_Arrow_Container: 100
- Great_Bow_: 10
- Mantle_: 5
- Sandals_: 30
- Shoes_: 2
- Kavac_Card: 1
- }
-},
-{
- Id: 1657
- SpriteName: "RAWREL"
- Name: "Rawrel"
- JName: "Laurell Weinder"
- Lv: 61
- Hp: 6168
- Sp: 0
- Exp: 4620
- JExp: 30
- AttackRange: 1
- Attack: [430, 517]
- Def: 8
- Mdef: 48
- Stats: {
- Str: 1
- Agi: 41
- Vit: 5
- Int: 120
- Dex: 45
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Ghost", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 576
- AttackMotion: 432
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Mementos: 1000
- Staff_Of_Wing: 1
- Guard_: 5
- Staff_: 50
- Silk_Robe_: 10
- Silver_Robe_: 30
- Clip: 1
- Rawrel_Card: 1
- }
-},
-// 1'st Class MvP (Ygnizem/Egnigem Cenia) and her mobs.
-{
- Id: 1658
- SpriteName: "B_YGNIZEM"
- Name: "Ygnizem"
- JName: "Egnigem Cenia"
- Lv: 79
- Hp: 214200
- Sp: 0
- Exp: 258760
- JExp: 86000
- AttackRange: 1
- Attack: [3890, 5690]
- Def: 48
- Mdef: 25
- Stats: {
- Str: 82
- Agi: 60
- Vit: 45
- Int: 31
- Dex: 110
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 1008
- AttackMotion: 864
- DamageMotion: 288
- MvpExp: 129380
- MvpDrops: {
- Old_Violet_Box: 5500
- Old_Blue_Box: 5000
- Crystal_Jewel__: 2000
- }
- Drops: {
- Broad_Sword_: 1000
- Gift_Box: 5000
- Old_Blue_Box: 5000
- Schweizersabel: 1000
- Formal_Suit: 1000
- Boots_: 1000
- Nagan: 1000
- B_Ygnizem_Card: 1
- }
-},
-{
- Id: 1659
- SpriteName: "G_WHIKEBAIN"
- Name: "Whikebain"
- JName: "Wickebine Tres"
- Lv: 62
- Hp: 7320
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [593, 789]
- Def: 9
- Mdef: 12
- Stats: {
- Str: 1
- Agi: 102
- Vit: 34
- Int: 23
- Dex: 74
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Poison", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 120
- AttackDelay: 1008
- AttackMotion: 864
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Gift_Box: 10
- }
-},
-{
- Id: 1660
- SpriteName: "G_ARMAIA"
- Name: "Armaia"
- JName: "Armeyer Dinze"
- Lv: 66
- Hp: 7110
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [650, 813]
- Def: 42
- Mdef: 6
- Stats: {
- Str: 5
- Agi: 36
- Vit: 40
- Int: 15
- Dex: 80
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 120
- AttackDelay: 1008
- AttackMotion: 864
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Gift_Box: 10
- }
-},
-{
- Id: 1661
- SpriteName: "G_EREND"
- Name: "Erend"
- JName: "Errende Ebecee"
- Lv: 59
- Hp: 6980
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [796, 1059]
- Def: 14
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 31
- Vit: 41
- Int: 93
- Dex: 60
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Holy", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 130
- AttackDelay: 1008
- AttackMotion: 864
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Gift_Box: 10
- }
-},
-{
- Id: 1662
- SpriteName: "G_KAVAC"
- Name: "Kavac"
- JName: "Kavach Icarus"
- Lv: 60
- Hp: 7899
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 9
- Attack: [584, 804]
- Def: 12
- Mdef: 5
- Stats: {
- Str: 48
- Agi: 100
- Vit: 10
- Int: 20
- Dex: 118
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1008
- AttackMotion: 864
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Gift_Box: 10
- }
-},
-{
- Id: 1663
- SpriteName: "G_RAWREL"
- Name: "Rawrel"
- JName: "Laurell Weinder"
- Lv: 61
- Hp: 6168
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [330, 417]
- Def: 8
- Mdef: 48
- Stats: {
- Str: 1
- Agi: 41
- Vit: 5
- Int: 100
- Dex: 45
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Ghost", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1008
- AttackMotion: 864
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Gift_Box: 10
- }
-},
-// Juperos
-{
- Id: 1664
- SpriteName: "POTON_CANON"
- Name: "Photon Cannon"
- Lv: 66
- Hp: 8000
- Sp: 0
- Exp: 3900
- JExp: 1800
- AttackRange: 9
- Attack: [800, 900]
- Def: 10
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 40
- Vit: 25
- Int: 20
- Dex: 80
- Luk: 80
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 2)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 300
- AttackDelay: 1536
- AttackMotion: 960
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Large_Jellopy: 5000
- Dark_Red_Jewel: 1000
- Sticky_Mucus: 1000
- }
-},
-{
- Id: 1665
- SpriteName: "POTON_CANON_1"
- Name: "Photon Cannon"
- Lv: 67
- Hp: 7500
- Sp: 0
- Exp: 4300
- JExp: 2000
- AttackRange: 9
- Attack: [700, 800]
- Def: 15
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 40
- Vit: 30
- Int: 40
- Dex: 86
- Luk: 80
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 2)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 300
- AttackDelay: 1536
- AttackMotion: 960
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Large_Jellopy: 5000
- Blue_Jewel: 1000
- Sticky_Mucus: 1000
- Destroyer: 5
- }
-},
-{
- Id: 1666
- SpriteName: "POTON_CANON_2"
- Name: "Photon Cannon"
- Lv: 64
- Hp: 7100
- Sp: 0
- Exp: 3100
- JExp: 2700
- AttackRange: 9
- Attack: [800, 900]
- Def: 8
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 40
- Vit: 21
- Int: 29
- Dex: 80
- Luk: 91
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 2)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 300
- AttackDelay: 1536
- AttackMotion: 960
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Large_Jellopy: 5000
- Azure_Jewel: 1000
- Sticky_Mucus: 1000
- }
-},
-{
- Id: 1667
- SpriteName: "POTON_CANON_3"
- Name: "Photon Cannon"
- Lv: 65
- Hp: 7800
- Sp: 0
- Exp: 3800
- JExp: 2300
- AttackRange: 9
- Attack: [700, 800]
- Def: 15
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 40
- Vit: 23
- Int: 30
- Dex: 90
- Luk: 99
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 2)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 300
- AttackDelay: 1536
- AttackMotion: 960
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Large_Jellopy: 5000
- Golden_Jewel: 1000
- Sticky_Mucus: 1000
- }
-},
-{
- Id: 1668
- SpriteName: "ARCHDAM"
- Name: "Archdam"
- Lv: 79
- Hp: 25000
- Sp: 0
- Exp: 8000
- JExp: 5000
- AttackRange: 3
- Attack: [1000, 2000]
- Def: 15
- Mdef: 15
- Stats: {
- Str: 65
- Agi: 65
- Vit: 35
- Int: 75
- Dex: 75
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 180
- AttackDelay: 580
- AttackMotion: 288
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Screw: 5000
- Steel: 500
- Oridecon: 200
- Elunium: 200
- Gate_Keeper: 5
- Gate_KeeperDD: 5
- Archdam_Card: 1
- }
-},
-{
- Id: 1669
- SpriteName: "DIMIK"
- Name: "Dimik"
- Lv: 77
- Hp: 10000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 5
- Attack: [1040, 1880]
- Def: 45
- Mdef: 28
- Stats: {
- Str: 15
- Agi: 35
- Vit: 40
- Int: 15
- Dex: 120
- Luk: 42
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 576
- AttackMotion: 720
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Dimik_Card: 1
- }
-},
-{
- Id: 1670
- SpriteName: "DIMIK_1"
- Name: "Dimik"
- Lv: 79
- Hp: 16000
- Sp: 0
- Exp: 6400
- JExp: 3500
- AttackRange: 7
- Attack: [1140, 1980]
- Def: 45
- Mdef: 28
- Stats: {
- Str: 15
- Agi: 88
- Vit: 20
- Int: 20
- Dex: 120
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 576
- AttackMotion: 720
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Old_Steel_Plate: 2000
- Transparent_Plate01: 50
- Steel: 300
- Mystery_Piece: 300
- Dusk: 5
- Oridecon: 10
- Imperial_Cooking_Kits: 50
- Dimik_Card: 1
- }
-},
-{
- Id: 1671
- SpriteName: "DIMIK_2"
- Name: "Dimik"
- Lv: 89
- Hp: 29000
- Sp: 0
- Exp: 8000
- JExp: 5000
- AttackRange: 5
- Attack: [1440, 2280]
- Def: 45
- Mdef: 28
- Stats: {
- Str: 15
- Agi: 40
- Vit: 30
- Int: 30
- Dex: 150
- Luk: 70
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 576
- AttackMotion: 720
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Old_Steel_Plate: 2000
- Transparent_Plate02: 50
- Steel: 300
- Mystery_Piece: 300
- Thunder_P_: 10
- Oridecon: 10
- Imperial_Cooking_Kits: 50
- Dimik_Card: 1
- }
-},
-{
- Id: 1672
- SpriteName: "DIMIK_3"
- Name: "Dimik"
- Lv: 80
- Hp: 19000
- Sp: 0
- Exp: 5900
- JExp: 2800
- AttackRange: 5
- Attack: [1240, 2080]
- Def: 68
- Mdef: 28
- Stats: {
- Str: 15
- Agi: 30
- Vit: 78
- Int: 20
- Dex: 120
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 576
- AttackMotion: 720
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Old_Steel_Plate: 2000
- Transparent_Plate03: 50
- Steel: 300
- Mystery_Piece: 300
- Hyper_Changer: 10
- Oridecon: 10
- Imperial_Cooking_Kits: 50
- Dimik_Card: 1
- }
-},
-{
- Id: 1673
- SpriteName: "DIMIK_4"
- Name: "Dimik"
- Lv: 82
- Hp: 13900
- Sp: 0
- Exp: 5800
- JExp: 4500
- AttackRange: 5
- Attack: [1840, 2840]
- Def: 45
- Mdef: 28
- Stats: {
- Str: 15
- Agi: 20
- Vit: 20
- Int: 10
- Dex: 120
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 576
- AttackMotion: 720
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Old_Steel_Plate: 2000
- Transparent_Plate04: 50
- Steel: 300
- Mystery_Piece: 300
- Hyper_Changer: 10
- Oridecon: 10
- Imperial_Cooking_Kits: 50
- Dimik_Card: 1
- }
-},
-{
- Id: 1674
- SpriteName: "MONEMUS"
- Name: "Monemus"
- Lv: 88
- Hp: 80000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 5
- Attack: [2000, 3000]
- Def: 54
- Mdef: 25
- Stats: {
- Str: 0
- Agi: 1
- Vit: 90
- Int: 24
- Dex: 144
- Luk: 45
- }
- ViewRange: 14
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 3)
- Mode: {
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1368
- AttackMotion: 1344
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Stone: 2000
- Stone_Heart: 1000
- }
-},
-{
- Id: 1675
- SpriteName: "VENATU"
- Name: "Venatu"
- Lv: 77
- Hp: 8000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [1200, 1800]
- Def: 35
- Mdef: 20
- Stats: {
- Str: 5
- Agi: 26
- Vit: 24
- Int: 5
- Dex: 75
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 504
- AttackMotion: 1020
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Venatu_Card: 1
- }
-},
-{
- Id: 1676
- SpriteName: "VENATU_1"
- Name: "Venatu"
- Lv: 72
- Hp: 8900
- Sp: 0
- Exp: 4000
- JExp: 2000
- AttackRange: 2
- Attack: [800, 1400]
- Def: 30
- Mdef: 20
- Stats: {
- Str: 5
- Agi: 26
- Vit: 24
- Int: 5
- Dex: 82
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 504
- AttackMotion: 1020
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Screw: 2000
- Piece_Of_Crest1: 350
- Steel: 300
- Mystery_Piece: 300
- Drifter: 5
- Elunium: 10
- High_end_Cooking_Kits: 100
- Venatu_Card: 1
- }
-},
-{
- Id: 1677
- SpriteName: "VENATU_2"
- Name: "Venatu"
- Lv: 80
- Hp: 9000
- Sp: 0
- Exp: 4000
- JExp: 2000
- AttackRange: 2
- Attack: [900, 1500]
- Def: 30
- Mdef: 20
- Stats: {
- Str: 5
- Agi: 82
- Vit: 32
- Int: 5
- Dex: 105
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 504
- AttackMotion: 1020
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Screw: 2000
- Piece_Of_Crest2: 500
- Steel: 300
- Mystery_Piece: 300
- Long_Barrel_: 10
- Elunium: 10
- High_end_Cooking_Kits: 100
- Venatu_Card: 1
- }
-},
-{
- Id: 1678
- SpriteName: "VENATU_3"
- Name: "Venatu"
- Lv: 78
- Hp: 9500
- Sp: 0
- Exp: 4500
- JExp: 2000
- AttackRange: 2
- Attack: [800, 1400]
- Def: 30
- Mdef: 20
- Stats: {
- Str: 5
- Agi: 26
- Vit: 68
- Int: 5
- Dex: 95
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 504
- AttackMotion: 1020
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Screw: 2000
- Piece_Of_Crest3: 400
- Steel: 300
- Mystery_Piece: 300
- Hyper_Changer: 10
- Elunium: 10
- High_end_Cooking_Kits: 100
- Venatu_Card: 1
- }
-},
-{
- Id: 1679
- SpriteName: "VENATU_4"
- Name: "Venatu"
- Lv: 75
- Hp: 12300
- Sp: 0
- Exp: 4000
- JExp: 2000
- AttackRange: 2
- Attack: [800, 1400]
- Def: 30
- Mdef: 20
- Stats: {
- Str: 5
- Agi: 26
- Vit: 24
- Int: 5
- Dex: 100
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 504
- AttackMotion: 1020
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Screw: 2000
- Piece_Of_Crest4: 300
- Steel: 300
- Mystery_Piece: 300
- Hyper_Changer: 10
- Elunium: 10
- High_end_Cooking_Kits: 100
- Venatu_Card: 1
- }
-},
-{
- Id: 1680
- SpriteName: "HILL_WIND_1"
- Name: "Hill Wind"
- Lv: 45
- Hp: 4233
- Sp: 0
- Exp: 2132
- JExp: 1722
- AttackRange: 3
- Attack: [320, 510]
- Def: 10
- Mdef: 15
- Stats: {
- Str: 21
- Agi: 42
- Vit: 31
- Int: 50
- Dex: 67
- Luk: 23
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Wind", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 504
- AttackMotion: 480
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Harpys_Feather: 4000
- Harpys_Claw: 3000
- Monsters_Feed: 1000
- Blue_Herb: 10
- Hill_Wind_Card: 1
- }
-},
-{
- Id: 1681
- SpriteName: "GEMINI"
- Name: "Gemini-S58"
- Lv: 72
- Hp: 57870
- Sp: 0
- Exp: 22024
- JExp: 9442
- AttackRange: 3
- Attack: [2150, 3030]
- Def: 60
- Mdef: 45
- Stats: {
- Str: 88
- Agi: 75
- Vit: 70
- Int: 77
- Dex: 105
- Luk: 55
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1872
- AttackMotion: 360
- DamageMotion: 864
- MvpExp: 0
- Drops: {
- Skull: 3000
- Old_Blue_Box: 1000
- Butcher_: 5
- Yellow_Slim_Potion: 500
- White_Slim_Potion: 400
- Cookbook08: 6
- Stone_Of_Intelligence_: 300
- Gemini_Card: 1
- }
-},
-{
- Id: 1682
- SpriteName: "REMOVAL"
- Name: "Removal"
- JName: "Remover"
- Lv: 55
- Hp: 10289
- Sp: 0
- Exp: 3831
- JExp: 1278
- AttackRange: 1
- Attack: [558, 797]
- Def: 5
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 20
- Vit: 56
- Int: 35
- Dex: 57
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1536
- AttackMotion: 1056
- DamageMotion: 1152
- MvpExp: 0
- Drops: {
- Empty_Bottle: 5000
- Old_Steel_Plate: 5000
- Gas_Mask: 10
- Nice_Sweet_Potato: 500
- Detrimindexta: 50
- Karvodailnirol: 100
- Fedora_: 6
- Removal_Card: 1
- }
-},
-{
- Id: 1683
- SpriteName: "G_POTON_CANON"
- Name: "Photon Cannon"
- Lv: 46
- Hp: 7000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 9
- Attack: [560, 570]
- Def: 5
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 36
- Vit: 36
- Int: 20
- Dex: 56
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1536
- AttackMotion: 960
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1684
- SpriteName: "G_ARCHDAM"
- Name: "Archdam"
- Lv: 57
- Hp: 11000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 3
- Attack: [600, 700]
- Def: 15
- Mdef: 15
- Stats: {
- Str: 65
- Agi: 65
- Vit: 35
- Int: 75
- Dex: 75
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Angel"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 180
- AttackDelay: 1080
- AttackMotion: 288
- DamageMotion: 360
- MvpExp: 0
-},
-{
- Id: 1685
- SpriteName: "APOCALIPS_H"
- Name: "Vesper"
- Lv: 97
- Hp: 640700
- Sp: 0
- Exp: 200000
- JExp: 100000
- AttackRange: 3
- Attack: [4000, 10000]
- Def: 50
- Mdef: 54
- Stats: {
- Str: 100
- Agi: 50
- Vit: 30
- Int: 70
- Dex: 160
- Luk: 150
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Holy", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 180
- AttackDelay: 504
- AttackMotion: 912
- DamageMotion: 432
- MvpExp: 100000
- MvpDrops: {
- Old_Violet_Box: 5500
- Old_Blue_Box: 5000
- Crystal_Jewel__: 2000
- }
- Drops: {
- Broken_Steel_Piece: 5000
- Mystery_Piece: 3000
- Old_Violet_Box: 1000
- Vesper_Core01: 100
- Vesper_Core02: 100
- Vesper_Core03: 100
- Vesper_Core04: 100
- Apocalips_H_Card: 1
- }
-},
-{
- Id: 1686
- SpriteName: "ORC_BABY"
- Name: "Orc Baby"
- Lv: 21
- Hp: 912
- Sp: 0
- Exp: 220
- JExp: 220
- AttackRange: 1
- Attack: [135, 270]
- Def: 10
- Mdef: 10
- Stats: {
- Str: 30
- Agi: 15
- Vit: 10
- Int: 18
- Dex: 35
- Luk: 2
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 672
- AttackMotion: 864
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Large_Jellopy: 1000
- Pacifier: 100
- Viking_Helm: 1
- Milk: 5000
- Milk_Bottle: 200
- Bib: 100
- Orc_Baby_Card_Card: 1
- }
-},
-{
- Id: 1687
- SpriteName: "GREEN_IGUANA"
- Name: "Green Iguana"
- JName: "Grove"
- Lv: 54
- Hp: 6444
- Sp: 0
- Exp: 2400
- JExp: 2050
- AttackRange: 1
- Attack: [550, 650]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 52
- Vit: 64
- Int: 5
- Dex: 98
- Luk: 14
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 720
- AttackMotion: 528
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Leaflet_Of_Aloe: 1500
- Reptile_Tongue: 1000
- Leaflet_Of_Hinal: 1000
- Green_Herb: 1000
- Monsters_Feed: 2000
- Aloebera: 10
- Green_Herb: 1
- Green_Iguana_Card: 1
- }
-},
-{
- Id: 1688
- SpriteName: "LADY_TANEE"
- Name: "Lady Tanee"
- Lv: 89
- Hp: 493000
- Sp: 0
- Exp: 64995
- JExp: 43222
- AttackRange: 14
- Attack: [450, 2170]
- Def: 20
- Mdef: 44
- Stats: {
- Str: 1
- Agi: 125
- Vit: 48
- Int: 78
- Dex: 210
- Luk: 38
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Plant"
- Element: ("Ele_Wind", 3)
- Mode: {
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 100
- AttackDelay: 576
- AttackMotion: 432
- DamageMotion: 360
- MvpExp: 32497
- MvpDrops: {
- Old_Violet_Box: 5500
- Dex_Dish10: 5000
- Crystal_Jewel__: 2000
- }
- Drops: {
- Agi_Dish10: 5000
- Tropical_Banana: 4000
- Fantastic_Cooking_Kits: 1000
- Banana_Hat: 1000
- Elunium: 5000
- Old_Violet_Box: 2000
- Kakkung_: 6000
- Lady_Tanee_Card: 1
- }
-},
-{
- Id: 1689
- SpriteName: "G_BACSOJIN"
- Name: "Bacsojin"
- JName: "White Lady"
- Lv: 85
- Hp: 253221
- Sp: 0
- Exp: 45250
- JExp: 16445
- AttackRange: 3
- Attack: [1868, 6124]
- Def: 20
- Mdef: 55
- Stats: {
- Str: 52
- Agi: 65
- Vit: 44
- Int: 112
- Dex: 152
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 130
- AttackDelay: 576
- AttackMotion: 960
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1690
- SpriteName: "G_SPRING_RABBIT"
- Name: "Spring Rabbit"
- JName: "Lunar Rabbit"
- Lv: 12
- Hp: 15
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [0, 0]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Looter: true
- Plant: true
- CanAttack: true
- }
- MoveSpeed: 160
- AttackDelay: 1120
- AttackMotion: 552
- DamageMotion: 511
- MvpExp: 0
- Drops: {
- Hometown_Gift: 100
- Lucky_Cookie01: 300
- Lucky_Cookie03: 300
- Bag_Of_Nuts: 5000
- }
-},
-{
- Id: 1691
- SpriteName: "G_KRABEN"
- Name: "Kraben"
- Lv: 70
- Hp: 10880
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [125, 765]
- Def: 5
- Mdef: 42
- Stats: {
- Str: 50
- Agi: 155
- Vit: 1
- Int: 66
- Dex: 112
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Ghost", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 1152
- AttackMotion: 1536
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Leaflet_Of_Aloe: 1
- Leaflet_Of_Aloe: 1
- Leaflet_Of_Aloe: 1
- Leaflet_Of_Aloe: 1
- Leaflet_Of_Aloe: 1
- Leaflet_Of_Aloe: 1
- Leaflet_Of_Aloe: 1
- }
-},
-// Thanatos Tower & Abyss
-{
- Id: 1692
- SpriteName: "BREEZE"
- Name: "Breeze"
- Lv: 56
- Hp: 5099
- Sp: 0
- Exp: 2390
- JExp: 1340
- AttackRange: 2
- Attack: [94, 215]
- Def: 7
- Mdef: 32
- Stats: {
- Str: 1
- Agi: 96
- Vit: 6
- Int: 38
- Dex: 91
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Wind", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 140
- AttackMotion: 384
- DamageMotion: 504
- MvpExp: 0
- Drops: {
- Raccoon_Leaf: 500
- Four_Leaf_Clover: 10
- Centimental_Leaf: 10
- Gust_Bow: 10
- Branch_Of_Dead_Tree: 10
- Centimental_Flower: 10
- Rough_Wind: 10
- Breeze_Card: 1
- }
-},
-{
- Id: 1693
- SpriteName: "PLASMA_Y"
- Name: "Plasma"
- Lv: 56
- Hp: 8400
- Sp: 0
- Exp: 2200
- JExp: 2100
- AttackRange: 3
- Attack: [400, 900]
- Def: 0
- Mdef: 40
- Stats: {
- Str: 1
- Agi: 30
- Vit: 10
- Int: 83
- Dex: 105
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Ghost", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 608
- AttackMotion: 1440
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Scell: 100
- Gift_Box: 10
- Crystal_Jewel_: 2
- Yellow_Gemstone: 100
- Gold: 1
- Plasma_Card: 1
- }
-},
-{
- Id: 1694
- SpriteName: "PLASMA_R"
- Name: "Plasma"
- Lv: 43
- Hp: 5700
- Sp: 0
- Exp: 2000
- JExp: 1000
- AttackRange: 3
- Attack: [300, 700]
- Def: 0
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 30
- Vit: 5
- Int: 56
- Dex: 90
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 608
- AttackMotion: 1440
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Scell: 100
- Gift_Box: 10
- Crystal_Jewel_: 2
- Red_Gemstone: 100
- Boody_Red: 45
- Plasma_Card: 1
- }
-},
-{
- Id: 1695
- SpriteName: "PLASMA_G"
- Name: "Plasma"
- Lv: 47
- Hp: 7600
- Sp: 0
- Exp: 2000
- JExp: 1000
- AttackRange: 3
- Attack: [300, 700]
- Def: 0
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 30
- Vit: 5
- Int: 61
- Dex: 90
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Earth", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 608
- AttackMotion: 1440
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Scell: 100
- Gift_Box: 10
- Crystal_Jewel_: 2
- Blue_Gemstone: 100
- Yellow_Live: 40
- Plasma_Card: 1
- }
-},
-{
- Id: 1696
- SpriteName: "PLASMA_P"
- Name: "Plasma"
- Lv: 49
- Hp: 5900
- Sp: 0
- Exp: 2000
- JExp: 1000
- AttackRange: 3
- Attack: [300, 700]
- Def: 0
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 30
- Vit: 5
- Int: 54
- Dex: 90
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Dark", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 608
- AttackMotion: 1440
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Scell: 100
- Gift_Box: 10
- Crystal_Jewel_: 2
- Red_Gemstone: 100
- Cardinal_Jewel_: 100
- Plasma_Card: 1
- }
-},
-{
- Id: 1697
- SpriteName: "PLASMA_B"
- Name: "Plasma"
- Lv: 44
- Hp: 8200
- Sp: 0
- Exp: 2000
- JExp: 1000
- AttackRange: 3
- Attack: [300, 700]
- Def: 0
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 30
- Vit: 5
- Int: 73
- Dex: 90
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Water", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 608
- AttackMotion: 1440
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Scell: 100
- Gift_Box: 10
- Crystal_Jewel_: 2
- Blue_Gemstone: 100
- Crystal_Blue: 35
- Plasma_Card: 1
- }
-},
-{
- Id: 1698
- SpriteName: "DEATHWORD"
- Name: "Deathword"
- JName: "Death Word"
- Lv: 65
- Hp: 18990
- Sp: 0
- Exp: 2986
- JExp: 4912
- AttackRange: 1
- Attack: [622, 1102]
- Def: 10
- Mdef: 40
- Stats: {
- Str: 50
- Agi: 75
- Vit: 10
- Int: 20
- Dex: 140
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 176
- AttackMotion: 912
- DamageMotion: 300
- MvpExp: 0
- Drops: {
- Worn_Out_Page: 4000
- Bookclip_In_Memory: 300
- Legend_Of_Kafra01: 50
- Bloody_Page: 500
- Vidars_Boots: 10
- Cookbook08: 2
- Cookbook09: 1
- Deathword_Card: 1
- }
-},
-{
- Id: 1699
- SpriteName: "ANCIENT_MIMIC"
- Name: "Ancient Mimic"
- Lv: 60
- Hp: 8080
- Sp: 0
- Exp: 2950
- JExp: 2650
- AttackRange: 1
- Attack: [530, 1697]
- Def: 20
- Mdef: 40
- Stats: {
- Str: 50
- Agi: 100
- Vit: 30
- Int: 40
- Dex: 150
- Luk: 110
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 168
- AttackMotion: 480
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Old_Blue_Box: 30
- Old_Violet_Box: 1
- Gift_Box: 50
- Shoes_: 5
- Manteau_: 1
- Fricco_Shoes: 10
- Gold_Ring: 100
- Ancient_Mimic_Card: 1
- }
-},
-{
- Id: 1700
- SpriteName: "OBSERVATION"
- Name: "Observation"
- JName: "Dame of Sentinel"
- Lv: 81
- Hp: 65111
- Sp: 0
- Exp: 39872
- JExp: 33120
- AttackRange: 2
- Attack: [1666, 2609]
- Def: 55
- Mdef: 55
- Stats: {
- Str: 30
- Agi: 74
- Vit: 56
- Int: 126
- Dex: 145
- Luk: 114
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Angel"
- Element: ("Ele_Neutral", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 432
- AttackMotion: 480
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Blue_Feather: 500
- Ring_: 1
- Cursed_Seal: 100
- Golden_Jewel: 1000
- Stone_Of_Intelligence_: 100
- Hair_Band: 10
- Golden_Bracelet: 100
- Observation_Card: 1
- }
-},
-{
- Id: 1701
- SpriteName: "SHELTER"
- Name: "Shelter"
- JName: "Mistress of Shelter"
- Lv: 80
- Hp: 38000
- Sp: 0
- Exp: 29010
- JExp: 25110
- AttackRange: 2
- Attack: [1871, 1971]
- Def: 22
- Mdef: 63
- Stats: {
- Str: 12
- Agi: 67
- Vit: 34
- Int: 167
- Dex: 157
- Luk: 120
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Angel"
- Element: ("Ele_Holy", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 160
- AttackDelay: 432
- AttackMotion: 420
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Red_Feather: 200
- Cursed_Seal: 1
- Stone_Of_Intelligence_: 50
- Scarlet_Jewel: 1000
- Skull: 1000
- Cursed_Seal: 50
- Shelter_Card: 1
- }
-},
-{
- Id: 1702
- SpriteName: "RETRIBUTION"
- Name: "Retribution"
- JName: "Baroness of Retribution"
- Lv: 79
- Hp: 46666
- Sp: 0
- Exp: 28332
- JExp: 33120
- AttackRange: 2
- Attack: [2022, 2288]
- Def: 35
- Mdef: 35
- Stats: {
- Str: 30
- Agi: 142
- Vit: 66
- Int: 72
- Dex: 133
- Luk: 39
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Angel"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 120
- AttackDelay: 360
- AttackMotion: 480
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Red_Feather: 400
- Ring_: 1
- Stone_Of_Intelligence_: 50
- Cardinal_Jewel: 1000
- Manteau_: 5
- Two_Hand_Sword_: 10
- Cursed_Seal: 50
- Retribution_Card: 1
- }
-},
-{
- Id: 1703
- SpriteName: "SOLACE"
- Name: "Solace"
- JName: "Lady Solace"
- Lv: 77
- Hp: 25252
- Sp: 0
- Exp: 21000
- JExp: 25110
- AttackRange: 2
- Attack: [1392, 1462]
- Def: 21
- Mdef: 67
- Stats: {
- Str: 12
- Agi: 76
- Vit: 29
- Int: 145
- Dex: 99
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Angel"
- Element: ("Ele_Holy", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 180
- AttackDelay: 576
- AttackMotion: 420
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Blue_Feather: 200
- Ring_: 1
- Stone_Of_Intelligence_: 50
- Dark_Red_Jewel: 1000
- Harp_: 50
- Harp: 100
- Cursed_Seal: 50
- Solace_Card: 1
- }
-},
-{
- Id: 1704
- SpriteName: "THA_ODIUM"
- Name: "Thanatos Odium"
- JName: "Odium of Thanatos"
- Lv: 92
- Hp: 72389
- Sp: 0
- Exp: 88420
- JExp: 63880
- AttackRange: 9
- Attack: [2100, 2800]
- Def: 68
- Mdef: 30
- Stats: {
- Str: 100
- Agi: 52
- Vit: 165
- Int: 62
- Dex: 185
- Luk: 90
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Undead"
- Element: ("Ele_Ghost", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 432
- AttackMotion: 288
- DamageMotion: 420
- MvpExp: 0
- Drops: {
- Brigan: 1000
- Crystal_Jewel_: 500
- Crystal_Jewel__: 100
- Piece_Of_Memory_Blue: 10000
- Old_Card_Album: 10
- Goibnes_Shoulder_Arms: 1000
- Tha_Odium_Card: 1
- }
-},
-{
- Id: 1705
- SpriteName: "THA_DESPERO"
- Name: "Thanatos Despero"
- JName: "Despero of Thanatos"
- Lv: 88
- Hp: 86666
- Sp: 0
- Exp: 62001
- JExp: 51220
- AttackRange: 2
- Attack: [2182, 3082]
- Def: 38
- Mdef: 39
- Stats: {
- Str: 100
- Agi: 167
- Vit: 79
- Int: 92
- Dex: 151
- Luk: 120
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Undead"
- Element: ("Ele_Ghost", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 160
- AttackMotion: 528
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Brigan: 1000
- Crystal_Jewel_: 500
- Crystal_Jewel__: 100
- Piece_Of_Memory_Red: 10000
- Old_Card_Album: 10
- Goibnes_Combat_Boots: 1000
- Tha_Despero_Card: 1
- }
-},
-{
- Id: 1706
- SpriteName: "THA_MAERO"
- Name: "Thanatos Maero"
- JName: "Maero of Thanatos"
- Lv: 83
- Hp: 62000
- Sp: 0
- Exp: 56699
- JExp: 63880
- AttackRange: 2
- Attack: [2022, 2288]
- Def: 29
- Mdef: 72
- Stats: {
- Str: 100
- Agi: 176
- Vit: 30
- Int: 200
- Dex: 122
- Luk: 29
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Ghost", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 160
- AttackMotion: 480
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Brigan: 1000
- Crystal_Jewel_: 500
- Crystal_Jewel__: 100
- Piece_Of_Memory_Purple: 10000
- Old_Card_Album: 10
- Goibnes_Armor: 1000
- Tha_Maero_Card: 1
- }
-},
-{
- Id: 1707
- SpriteName: "THA_DOLOR"
- Name: "Thanatos Dolor"
- JName: "Dolor of Thanatos"
- Lv: 83
- Hp: 59922
- Sp: 0
- Exp: 43200
- JExp: 51220
- AttackRange: 2
- Attack: [1392, 2092]
- Def: 21
- Mdef: 80
- Stats: {
- Str: 100
- Agi: 76
- Vit: 29
- Int: 206
- Dex: 139
- Luk: 44
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Undead"
- Element: ("Ele_Ghost", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 160
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Brigan: 1000
- Crystal_Jewel_: 500
- Crystal_Jewel__: 100
- Piece_Of_Memory_Green: 10000
- Old_Card_Album: 10
- Goibnes_Helmet: 1000
- Tha_Dolor_Card: 1
- }
-},
-{
- Id: 1708
- SpriteName: "THANATOS"
- Name: "Thanatos"
- JName: "Memory of Thanatos"
- Lv: 99
- Hp: 445660
- Sp: 0
- Exp: 3666000
- JExp: 2145060
- AttackRange: 3
- Attack: [3812, 7483]
- Def: 35
- Mdef: 35
- Stats: {
- Str: 100
- Agi: 108
- Vit: 30
- Int: 86
- Dex: 147
- Luk: 32
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Ghost", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 120
- AttackDelay: 115
- AttackMotion: 816
- DamageMotion: 504
- MvpExp: 1833000
- MvpDrops: {
- Old_Violet_Box: 5500
- Old_Blue_Box: 5000
- Crystal_Jewel__: 2000
- }
- Drops: {
- Treasure_Box: 1000
- Morriganes_Manteau: 1000
- Piece_Of_Bone_Armor: 5000
- Full_Plate_Armor_: 5000
- Grave_: 5000
- Wing_Of_Eagle: 1000
- Bloody_Iron_Ball: 500
- Thanatos_Card: 1
- }
-},
-{
- Id: 1709
- SpriteName: "G_THA_ODIUM"
- Name: "Thanatos Odium"
- JName: "Odium of Thanatos"
- Lv: 92
- Hp: 72389
- Sp: 0
- Exp: 10000
- JExp: 5000
- AttackRange: 9
- Attack: [2100, 2800]
- Def: 68
- Mdef: 30
- Stats: {
- Str: 100
- Agi: 52
- Vit: 165
- Int: 62
- Dex: 185
- Luk: 90
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Undead"
- Element: ("Ele_Ghost", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 115
- AttackMotion: 288
- DamageMotion: 420
- MvpExp: 0
- Drops: {
- Brigan: 1000
- Crystal_Jewel_: 500
- Crystal_Jewel__: 100
- }
-},
-{
- Id: 1710
- SpriteName: "G_THA_DESPERO"
- Name: "Thanatos Despero"
- JName: "Despero of Thanatos"
- Lv: 88
- Hp: 86666
- Sp: 0
- Exp: 10000
- JExp: 5000
- AttackRange: 2
- Attack: [2182, 3082]
- Def: 38
- Mdef: 39
- Stats: {
- Str: 100
- Agi: 167
- Vit: 79
- Int: 92
- Dex: 151
- Luk: 120
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Undead"
- Element: ("Ele_Ghost", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 160
- AttackMotion: 528
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Brigan: 1000
- Crystal_Jewel_: 500
- Crystal_Jewel__: 100
- }
-},
-{
- Id: 1711
- SpriteName: "G_THA_MAERO"
- Name: "Thanatos Maero"
- JName: "Maero of Thanatos"
- Lv: 83
- Hp: 62000
- Sp: 0
- Exp: 10000
- JExp: 5000
- AttackRange: 2
- Attack: [2022, 2288]
- Def: 29
- Mdef: 72
- Stats: {
- Str: 100
- Agi: 176
- Vit: 30
- Int: 200
- Dex: 122
- Luk: 29
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Ghost", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 160
- AttackMotion: 480
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Brigan: 1000
- Crystal_Jewel_: 500
- Crystal_Jewel__: 100
- }
-},
-{
- Id: 1712
- SpriteName: "G_THA_DOLOR"
- Name: "Thanatos Dolor"
- JName: "Dolor of Thanatos"
- Lv: 83
- Hp: 59922
- Sp: 0
- Exp: 10000
- JExp: 5000
- AttackRange: 2
- Attack: [1392, 2092]
- Def: 21
- Mdef: 80
- Stats: {
- Str: 100
- Agi: 76
- Vit: 29
- Int: 206
- Dex: 139
- Luk: 44
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Undead"
- Element: ("Ele_Ghost", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 160
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Brigan: 1000
- Crystal_Jewel_: 500
- Crystal_Jewel__: 100
- }
-},
-{
- Id: 1713
- SpriteName: "ACIDUS"
- Name: "Acidus"
- Lv: 80
- Hp: 51112
- Sp: 0
- Exp: 28043
- JExp: 8023
- AttackRange: 2
- Attack: [1289, 2109]
- Def: 29
- Mdef: 69
- Stats: {
- Str: 1
- Agi: 71
- Vit: 55
- Int: 135
- Dex: 103
- Luk: 69
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Dragon"
- Element: ("Ele_Holy", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 168
- AttackMotion: 1008
- DamageMotion: 300
- MvpExp: 0
- Drops: {
- Orange: 5100
- Dragon_Canine: 4000
- Treasure_Box: 5
- Dragon_Scale: 3589
- Dragonball_Yellow: 800
- Inverse_Scale: 10
- Stone_Buckler: 50
- Acidus_Card: 1
- }
-},
-{
- Id: 1714
- SpriteName: "FERUS"
- Name: "Ferus"
- Lv: 70
- Hp: 29218
- Sp: 0
- Exp: 8093
- JExp: 3952
- AttackRange: 2
- Attack: [1056, 1496]
- Def: 14
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 78
- Vit: 45
- Int: 72
- Dex: 81
- Luk: 73
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Dragon"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 108
- AttackMotion: 576
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Strawberry: 2200
- Dragon_Canine: 1000
- Dragons_Skin: 1000
- Dragon_Scale: 2000
- Dragonball_Red: 800
- Flame_Heart: 20
- Magni_Cap: 50
- Ferus_Card: 1
- }
-},
-{
- Id: 1715
- SpriteName: "NOVUS"
- Name: "Novus"
- Lv: 42
- Hp: 5430
- Sp: 0
- Exp: 1320
- JExp: 1002
- AttackRange: 1
- Attack: [284, 384]
- Def: 20
- Mdef: 28
- Stats: {
- Str: 1
- Agi: 56
- Vit: 43
- Int: 45
- Dex: 124
- Luk: 43
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Dragon"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 110
- AttackDelay: 151
- AttackMotion: 288
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Green_Herb: 3000
- Cyfar: 1035
- Dragon_Scale: 589
- Novus_Card: 1
- }
-},
-{
- Id: 1716
- SpriteName: "ACIDUS_"
- Name: "Acidus"
- Lv: 76
- Hp: 39111
- Sp: 0
- Exp: 14392
- JExp: 4203
- AttackRange: 2
- Attack: [1180, 2000]
- Def: 21
- Mdef: 47
- Stats: {
- Str: 1
- Agi: 78
- Vit: 31
- Int: 93
- Dex: 88
- Luk: 52
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Dragon"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 180
- AttackDelay: 168
- AttackMotion: 768
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Blue_Potion: 150
- Dragon_Canine: 4000
- Blue_Herb: 150
- Dragon_Scale: 3589
- Dragonball_Blue: 800
- Rough_Wind: 20
- Dragonball_Blue: 100
- Acidus__Card: 1
- }
-},
-{
- Id: 1717
- SpriteName: "FERUS_"
- Name: "Ferus"
- Lv: 69
- Hp: 21182
- Sp: 0
- Exp: 6750
- JExp: 2230
- AttackRange: 2
- Attack: [930, 1170]
- Def: 14
- Mdef: 38
- Stats: {
- Str: 1
- Agi: 66
- Vit: 77
- Int: 60
- Dex: 79
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Dragon"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 120
- AttackDelay: 108
- AttackMotion: 576
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Delicious_Fish: 5100
- Dragon_Canine: 1000
- Dragon_Scale: 3589
- Dragonball_Green: 800
- Great_Nature: 20
- Dragonball_Green: 100
- Ferus__Card: 1
- }
-},
-{
- Id: 1718
- SpriteName: "NOVUS_"
- Name: "Novus"
- Lv: 43
- Hp: 5830
- Sp: 0
- Exp: 1411
- JExp: 1100
- AttackRange: 1
- Attack: [314, 414]
- Def: 24
- Mdef: 28
- Stats: {
- Str: 1
- Agi: 60
- Vit: 43
- Int: 39
- Dex: 119
- Luk: 43
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Dragon"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 252
- AttackMotion: 816
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Yellow_Herb: 2000
- Cyfar: 1035
- Dragon_Scale: 589
- Novus__Card: 1
- }
-},
-{
- Id: 1719
- SpriteName: "DETALE"
- Name: "Detale"
- JName: "Detardeurus"
- Lv: 90
- Hp: 960000
- Sp: 0
- Exp: 291850
- JExp: 123304
- AttackRange: 3
- Attack: [4560, 5548]
- Def: 66
- Mdef: 59
- Stats: {
- Str: 100
- Agi: 90
- Vit: 30
- Int: 136
- Dex: 140
- Luk: 56
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Dragon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 432
- AttackMotion: 936
- DamageMotion: 360
- MvpExp: 145925
- MvpDrops: {
- Old_Violet_Box: 5500
- Old_Blue_Box: 5000
- Crystal_Jewel__: 2000
- }
- Drops: {
- Morpheuss_Armlet: 1000
- Morpheuss_Ring: 1000
- Treasure_Box: 5000
- Scale_Of_Red_Dragon: 3589
- Int_Dish10: 1000
- Pole_Axe: 100
- Gemmed_Crown: 500
- Detale_Card: 1
- }
-},
-{
- Id: 1720
- SpriteName: "HYDRO"
- Name: "Hydro"
- JName: "Hydrolancer"
- Lv: 89
- Hp: 308230
- Sp: 0
- Exp: 83450
- JExp: 2480
- AttackRange: 3
- Attack: [2554, 3910]
- Def: 52
- Mdef: 62
- Stats: {
- Str: 1
- Agi: 96
- Vit: 110
- Int: 86
- Dex: 94
- Luk: 32
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Dragon"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 160
- AttackDelay: 140
- AttackMotion: 672
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Dragons_Skin: 4000
- Dragon_Canine: 4000
- Tri_Headed_Dragon_Head: 3880
- Morpheuss_Hood: 500
- Morriganes_Helm: 500
- Vit_Dish10: 300
- Fricca_Circlet: 500
- Hydro_Card: 1
- }
-},
-{
- Id: 1721
- SpriteName: "DRAGON_EGG"
- Name: "Dragon Egg"
- Lv: 43
- Hp: 18322
- Sp: 0
- Exp: 6740
- JExp: 0
- AttackRange: 0
- Attack: [1, 2]
- Def: 78
- Mdef: 60
- Stats: {
- Str: 1
- Agi: 1
- Vit: 56
- Int: 67
- Dex: 1
- Luk: 63
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Dragon"
- Element: ("Ele_Neutral", 2)
- MoveSpeed: 1000
- AttackDelay: 24
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Elunium: 5
- Piece_Of_Egg_Shell: 100
- Crystal_Jewel_: 10
- Crystal_Jewel__: 5
- Dark_Red_Jewel: 10
- Skyblue_Jewel: 10
- Golden_Jewel: 10
- Dragon_Egg_Card: 1
- }
-},
-{
- Id: 1722
- SpriteName: "EVENT_JAKK"
- Name: "Jakk"
- JName: "Halloween Jakk"
- Lv: 99
- Hp: 10310
- Sp: 0
- Exp: 103
- JExp: 100
- AttackRange: 1
- Attack: [115, 182]
- Def: 5
- Mdef: 11
- Stats: {
- Str: 1
- Agi: 28
- Vit: 18
- Int: 13
- Dex: 35
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 240
- AttackDelay: 1180
- AttackMotion: 480
- DamageMotion: 648
- MvpExp: 0
- Drops: {
- Pumpkin_Bucket: 1000
- Pumpkin_Head: 1000
- Pumpkin: 1000
- Pumpkin_Hat: 10000
- }
-},
-{
- Id: 1723
- SpriteName: "A_SHECIL"
- Name: "Shecil Damon"
- JName: "Cecil Damon"
- Lv: 82
- Hp: 30000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 14
- Attack: [600, 900]
- Def: 25
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 145
- Vit: 27
- Int: 32
- Dex: 134
- Luk: 80
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 180
- AttackDelay: 1008
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 1724
- SpriteName: "A_POTON_CANON"
- Name: "Photon Cannon"
- Lv: 66
- Hp: 8000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 9
- Attack: [1000, 1300]
- Def: 10
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 40
- Vit: 25
- Int: 20
- Dex: 80
- Luk: 80
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 2)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 300
- AttackDelay: 1536
- AttackMotion: 960
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1725
- SpriteName: "R_PORING"
- Name: "Poring"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 0
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 150
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1726
- SpriteName: "R_LUNATIC"
- Name: "Lunatic"
- Lv: 3
- Hp: 60
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [9, 12]
- Def: 0
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 3
- Vit: 3
- Int: 10
- Dex: 8
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 150
- AttackDelay: 1456
- AttackMotion: 456
- DamageMotion: 336
- MvpExp: 0
-},
-{
- Id: 1727
- SpriteName: "R_SAVAGE_BABE"
- Name: "Savage Babe"
- Lv: 7
- Hp: 182
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [20, 25]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 7
- Vit: 14
- Int: 5
- Dex: 12
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 150
- AttackDelay: 1624
- AttackMotion: 624
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1728
- SpriteName: "R_DESERT_WOLF_B"
- Name: "Desert Wolf Baby"
- JName: "Baby Desert Wolf"
- Lv: 9
- Hp: 164
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [30, 36]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 9
- Vit: 9
- Int: 5
- Dex: 21
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 150
- AttackDelay: 1600
- AttackMotion: 900
- DamageMotion: 240
- MvpExp: 0
-},
-{
- Id: 1729
- SpriteName: "R_BAPHOMET_"
- Name: "Baphomet Jr."
- Lv: 50
- Hp: 8578
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [487, 590]
- Def: 15
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 75
- Vit: 55
- Int: 1
- Dex: 93
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 150
- AttackDelay: 868
- AttackMotion: 480
- DamageMotion: 120
- MvpExp: 0
-},
-{
- Id: 1730
- SpriteName: "R_DEVIRUCHI"
- Name: "Deviruchi"
- Lv: 46
- Hp: 7360
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [475, 560]
- Def: 10
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 69
- Vit: 40
- Int: 55
- Dex: 87
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 150
- AttackDelay: 980
- AttackMotion: 600
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1731
- SpriteName: "G_DOPPELGANGER"
- Name: "Doppelganger"
- JName: "Outrageous Doppelganger"
- Lv: 72
- Hp: 12000000
- Sp: 0
- Exp: 3000000
- JExp: 2000000
- AttackRange: 1
- Attack: [5000, 10000]
- Def: 99
- Mdef: 99
- Stats: {
- Str: 88
- Agi: 180
- Vit: 70
- Int: 75
- Dex: 180
- Luk: 65
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Angel"
- Element: ("Ele_Ghost", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 190
- AttackDelay: 480
- AttackMotion: 480
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Warrior_Symbol: 10000
- }
-},
-{
- Id: 1732
- SpriteName: "G_TREASURE_BOX"
- Name: "Treasure Chest"
- JName: "New Year Treasure Chest"
- Lv: 98
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- 3rd_Floor_Pass: 1000
- }
-},
-// Kiel Dungeon monsters
-{
- Id: 1733
- SpriteName: "KIEL"
- Name: "Kiel"
- Lv: 90
- Hp: 523000
- Sp: 0
- Exp: 36500
- JExp: 23405
- AttackRange: 3
- Attack: [1682, 3311]
- Def: 28
- Mdef: 32
- Stats: {
- Str: 100
- Agi: 112
- Vit: 76
- Int: 89
- Dex: 156
- Luk: 102
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 140
- AttackDelay: 1152
- AttackMotion: 576
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1734
- SpriteName: "KIEL_"
- Name: "Kiel D-01"
- Lv: 90
- Hp: 1523000
- Sp: 0
- Exp: 2356200
- JExp: 512602
- AttackRange: 3
- Attack: [3280, 6560]
- Def: 28
- Mdef: 32
- Stats: {
- Str: 100
- Agi: 130
- Vit: 30
- Int: 160
- Dex: 199
- Luk: 180
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 130
- AttackDelay: 1152
- AttackMotion: 576
- DamageMotion: 432
- MvpExp: 1178100
- MvpDrops: {
- Old_Violet_Box: 5500
- Old_Blue_Box: 5000
- Old_Card_Album: 2000
- }
- Drops: {
- Pocket_Watch: 3000
- Old_Violet_Box: 3000
- Morriganes_Pendant: 1000
- Glittering_Clothes: 1000
- Survival_Rod_: 500
- Counter_Dagger: 500
- Morriganes_Belt: 1000
- Kiel_Card: 1
- }
-},
-{
- Id: 1735
- SpriteName: "ALICEL"
- Name: "Alicel"
- Lv: 75
- Hp: 37520
- Sp: 0
- Exp: 8890
- JExp: 5420
- AttackRange: 2
- Attack: [1800, 2770]
- Def: 30
- Mdef: 30
- Stats: {
- Str: 50
- Agi: 58
- Vit: 50
- Int: 51
- Dex: 92
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1080
- AttackMotion: 480
- DamageMotion: 504
- MvpExp: 0
- Drops: {
- Burnt_Parts: 2000
- Sturdy_Iron_Piece: 3000
- Steel: 200
- Screw: 500
- Drill_Katar: 5
- Elunium: 10
- Valis_Manteau: 20
- Alicel_Card: 1
- }
-},
-{
- Id: 1736
- SpriteName: "ALIOT"
- Name: "Aliot"
- Lv: 75
- Hp: 48290
- Sp: 0
- Exp: 13020
- JExp: 4006
- AttackRange: 2
- Attack: [950, 2470]
- Def: 35
- Mdef: 15
- Stats: {
- Str: 50
- Agi: 32
- Vit: 87
- Int: 12
- Dex: 68
- Luk: 19
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1296
- AttackMotion: 432
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Burnt_Parts: 2000
- Sturdy_Iron_Piece: 3000
- Falcon_Robe: 10
- Screw: 500
- Claw_: 10
- Elunium: 10
- Curved_Sword: 15
- Aliot_Card: 1
- }
-},
-{
- Id: 1737
- SpriteName: "ALIZA"
- Name: "Aliza"
- Lv: 69
- Hp: 19000
- Sp: 0
- Exp: 6583
- JExp: 3400
- AttackRange: 1
- Attack: [750, 1100]
- Def: 8
- Mdef: 5
- Stats: {
- Str: 74
- Agi: 74
- Vit: 52
- Int: 35
- Dex: 110
- Luk: 140
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 220
- AttackDelay: 1440
- AttackMotion: 576
- DamageMotion: 600
- MvpExp: 0
- Drops: {
- Brigan: 4000
- Morpheuss_Shawl: 10
- Rosary_: 10
- Alices_Apron: 5
- Imperial_Cooking_Kits: 50
- Sway_Apron: 1
- Orleans_Server: 5
- Aliza_Card: 1
- }
-},
-{
- Id: 1738
- SpriteName: "CONSTANT"
- Name: "Constant"
- Lv: 55
- Hp: 10000
- Sp: 0
- Exp: 3230
- JExp: 116
- AttackRange: 1
- Attack: [460, 580]
- Def: 12
- Mdef: 12
- Stats: {
- Str: 50
- Agi: 28
- Vit: 26
- Int: 47
- Dex: 66
- Luk: 14
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 720
- AttackMotion: 360
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Burnt_Parts: 100
- Sturdy_Iron_Piece: 1500
- Tube: 10
- Steel: 10
- Elunium_Stone: 10
- }
-},
-{
- Id: 1739
- SpriteName: "G_ALICEL"
- Name: "Alicel"
- Lv: 75
- Hp: 37520
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [1600, 2570]
- Def: 30
- Mdef: 30
- Stats: {
- Str: 50
- Agi: 60
- Vit: 50
- Int: 51
- Dex: 92
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1080
- AttackMotion: 480
- DamageMotion: 504
- MvpExp: 0
- Drops: {
- Sturdy_Iron_Piece: 500
- }
-},
-{
- Id: 1740
- SpriteName: "G_ALIOT"
- Name: "Aliot"
- Lv: 75
- Hp: 43290
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [950, 2070]
- Def: 35
- Mdef: 15
- Stats: {
- Str: 50
- Agi: 32
- Vit: 87
- Int: 12
- Dex: 68
- Luk: 19
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1296
- AttackMotion: 432
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Sturdy_Iron_Piece: 500
- }
-},
-{
- Id: 1741
- SpriteName: "G_COOKIE_XMAS"
- Name: "Christmas Cookie"
- Lv: 28
- Hp: 2090
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [140, 170]
- Def: 0
- Mdef: 50
- Stats: {
- Str: 1
- Agi: 24
- Vit: 30
- Int: 53
- Dex: 45
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_DemiHuman"
- Element: ("Ele_Holy", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 1248
- AttackMotion: 1248
- DamageMotion: 240
- MvpExp: 0
-},
-{
- Id: 1742
- SpriteName: "G_CARAT"
- Name: "Carat"
- Lv: 51
- Hp: 5200
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [330, 417]
- Def: 0
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 41
- Vit: 45
- Int: 5
- Dex: 85
- Luk: 155
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1078
- AttackMotion: 768
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1743
- SpriteName: "G_MYSTCASE"
- Name: "Myst Case"
- Lv: 38
- Hp: 3450
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [160, 360]
- Def: 5
- Mdef: 10
- Stats: {
- Str: 65
- Agi: 50
- Vit: 25
- Int: 5
- Dex: 48
- Luk: 75
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 1248
- AttackMotion: 1248
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1744
- SpriteName: "G_WILD_ROSE"
- Name: "Wild Rose"
- Lv: 38
- Hp: 2980
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [315, 360]
- Def: 0
- Mdef: 15
- Stats: {
- Str: 65
- Agi: 85
- Vit: 15
- Int: 35
- Dex: 65
- Luk: 80
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 964
- AttackMotion: 864
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 1745
- SpriteName: "G_CONSTANT"
- Name: "Constant"
- Lv: 55
- Hp: 1000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [460, 580]
- Def: 12
- Mdef: 12
- Stats: {
- Str: 50
- Agi: 28
- Vit: 26
- Int: 47
- Dex: 66
- Luk: 14
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- ChangeTargetChase: true
- }
- MoveSpeed: 110
- AttackDelay: 720
- AttackMotion: 360
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Sturdy_Iron_Piece: 500
- }
-},
-{
- Id: 1746
- SpriteName: "G_ALIZA"
- Name: "Aliza"
- Lv: 69
- Hp: 15000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [750, 1100]
- Def: 8
- Mdef: 5
- Stats: {
- Str: 74
- Agi: 74
- Vit: 52
- Int: 35
- Dex: 110
- Luk: 140
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1440
- AttackMotion: 576
- DamageMotion: 600
- MvpExp: 0
- Drops: {
- Sturdy_Iron_Piece: 500
- }
-},
-{
- Id: 1747
- SpriteName: "G_SNAKE"
- Name: "Snake"
- JName: "Boa"
- Lv: 15
- Hp: 471
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [46, 55]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 15
- Vit: 15
- Int: 10
- Dex: 35
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1576
- AttackMotion: 576
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1748
- SpriteName: "G_ANACONDAQ"
- Name: "Anacondaq"
- Lv: 23
- Hp: 1109
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [124, 157]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 23
- Vit: 28
- Int: 10
- Dex: 36
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1576
- AttackMotion: 576
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1749
- SpriteName: "G_MEDUSA"
- Name: "Medusa"
- Lv: 79
- Hp: 22408
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [827, 1100]
- Def: 48
- Mdef: 38
- Stats: {
- Str: 1
- Agi: 74
- Vit: 50
- Int: 57
- Dex: 77
- Luk: 69
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Neutral", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 180
- AttackDelay: 1720
- AttackMotion: 1320
- DamageMotion: 360
- MvpExp: 0
-},
-{
- Id: 1750
- SpriteName: "G_RED_PLANT"
- Name: "Red Plant"
- Lv: 1
- Hp: 100
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [100, 200]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 0
- Luk: 100
- }
- ViewRange: 7
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- Plant: true
- }
- MoveSpeed: 2000
- AttackDelay: 1
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
-},
-// Odin monsters
-{
- Id: 1751
- SpriteName: "RANDGRIS"
- Name: "Valkyrie Randgris"
- Lv: 99
- Hp: 3567200
- Sp: 0
- Exp: 2854900
- JExp: 3114520
- AttackRange: 3
- Attack: [5560, 9980]
- Def: 25
- Mdef: 42
- Stats: {
- Str: 100
- Agi: 120
- Vit: 30
- Int: 120
- Dex: 220
- Luk: 210
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Angel"
- Element: ("Ele_Holy", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 576
- AttackMotion: 576
- DamageMotion: 480
- MvpExp: 1427450
- MvpDrops: {
- Old_Violet_Box: 5500
- Old_Blue_Box: 5000
- Old_Card_Album: 2000
- }
- Drops: {
- Valhalla_Flower: 5000
- Valkyrie_Armor: 1600
- Valkyrie_Manteau: 3000
- Valkyrie_Shoes: 3000
- Helm_: 5000
- Bloody_Edge: 2500
- Randgris_Card: 1
- }
-},
-{
- Id: 1752
- SpriteName: "SKOGUL"
- Name: "Skogul"
- Lv: 70
- Hp: 87544
- Sp: 0
- Exp: 27620
- JExp: 10
- AttackRange: 2
- Attack: [1110, 1930]
- Def: 20
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 69
- Vit: 70
- Int: 50
- Dex: 67
- Luk: 52
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 190
- AttackDelay: 720
- AttackMotion: 384
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Rune_Of_Darkness: 3500
- Brigan: 1000
- Red_Gemstone: 1000
- Rouge: 500
- Skul_Ring: 100
- Elunium_Stone: 500
- Blood_Tears: 5
- Skogul_Card: 1
- }
-},
-{
- Id: 1753
- SpriteName: "FRUS"
- Name: "Frus"
- Lv: 69
- Hp: 83422
- Sp: 0
- Exp: 20620
- JExp: 10
- AttackRange: 2
- Attack: [1110, 1780]
- Def: 20
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 69
- Vit: 60
- Int: 50
- Dex: 76
- Luk: 52
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 480
- AttackMotion: 576
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Rune_Of_Darkness: 3500
- Brigan: 1000
- Red_Gemstone: 1000
- Earring_: 3
- Mantle_: 10
- Elunium_Stone: 500
- Frus_Card: 1
- }
-},
-{
- Id: 1754
- SpriteName: "SKEGGIOLD"
- Name: "Skeggiold"
- Lv: 81
- Hp: 295200
- Sp: 0
- Exp: 91100
- JExp: 10
- AttackRange: 1
- Attack: [1400, 2020]
- Def: 12
- Mdef: 24
- Stats: {
- Str: 80
- Agi: 100
- Vit: 50
- Int: 72
- Dex: 90
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Angel"
- Element: ("Ele_Holy", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 672
- AttackMotion: 780
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Rune_Of_Darkness: 6000
- Angelic_Chain: 1
- Soft_Feather: 1000
- Divine_Cross: 25
- Rune_Of_Darkness: 1000
- Silk_Robe_: 100
- Odins_Blessing: 100
- Skeggiold_Card: 1
- }
-},
-{
- Id: 1755
- SpriteName: "SKEGGIOLD_"
- Name: "Skeggiold"
- Lv: 83
- Hp: 315200
- Sp: 0
- Exp: 99200
- JExp: 10
- AttackRange: 1
- Attack: [1600, 2050]
- Def: 15
- Mdef: 24
- Stats: {
- Str: 80
- Agi: 120
- Vit: 60
- Int: 85
- Dex: 98
- Luk: 80
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Angel"
- Element: ("Ele_Holy", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 672
- AttackMotion: 780
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Rune_Of_Darkness: 6000
- Angelic_Chain: 1
- Soft_Feather: 1000
- Divine_Cross: 25
- Rune_Of_Darkness: 1000
- Silk_Robe_: 100
- Odins_Blessing: 100
- Skeggiold_Card: 1
- }
-},
-{
- Id: 1756
- SpriteName: "G_HYDRO"
- Name: "Hydro"
- JName: "Hydrolancer"
- Lv: 89
- Hp: 308230
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 3
- Attack: [2554, 3910]
- Def: 52
- Mdef: 62
- Stats: {
- Str: 1
- Agi: 96
- Vit: 110
- Int: 86
- Dex: 94
- Luk: 32
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Dragon"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 160
- AttackDelay: 140
- AttackMotion: 672
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1757
- SpriteName: "G_ACIDUS"
- Name: "Acidus"
- Lv: 80
- Hp: 51112
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [1289, 2109]
- Def: 39
- Mdef: 69
- Stats: {
- Str: 1
- Agi: 71
- Vit: 55
- Int: 135
- Dex: 103
- Luk: 69
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Dragon"
- Element: ("Ele_Holy", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 168
- AttackMotion: 1008
- DamageMotion: 300
- MvpExp: 0
-},
-{
- Id: 1758
- SpriteName: "G_FERUS"
- Name: "Ferus"
- Lv: 70
- Hp: 29218
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [1056, 1496]
- Def: 34
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 78
- Vit: 45
- Int: 72
- Dex: 81
- Luk: 73
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Dragon"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 108
- AttackMotion: 576
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1759
- SpriteName: "G_ACIDUS_"
- Name: "Acidus"
- Lv: 76
- Hp: 39111
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [1180, 2000]
- Def: 31
- Mdef: 47
- Stats: {
- Str: 1
- Agi: 78
- Vit: 31
- Int: 93
- Dex: 88
- Luk: 52
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Dragon"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 180
- AttackDelay: 168
- AttackMotion: 768
- DamageMotion: 360
- MvpExp: 0
-},
-{
- Id: 1760
- SpriteName: "G_FERUS_"
- Name: "Ferus"
- Lv: 69
- Hp: 21182
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [930, 1170]
- Def: 24
- Mdef: 38
- Stats: {
- Str: 1
- Agi: 66
- Vit: 77
- Int: 60
- Dex: 79
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Dragon"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 120
- AttackDelay: 108
- AttackMotion: 576
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1761
- SpriteName: "G_SKOGUL"
- Name: "Skogul"
- Lv: 70
- Hp: 57544
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [1110, 1930]
- Def: 20
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 69
- Vit: 70
- Int: 50
- Dex: 67
- Luk: 52
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 720
- AttackMotion: 384
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Rune_Of_Darkness: 500
- }
-},
-{
- Id: 1762
- SpriteName: "G_FRUS"
- Name: "Frus"
- Lv: 69
- Hp: 53422
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [1110, 1780]
- Def: 20
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 69
- Vit: 60
- Int: 50
- Dex: 76
- Luk: 52
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 130
- AttackDelay: 480
- AttackMotion: 576
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Rune_Of_Darkness: 500
- }
-},
-{
- Id: 1763
- SpriteName: "G_SKEGGIOLD"
- Name: "Skeggiold"
- Lv: 81
- Hp: 100200
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1400, 3410]
- Def: 12
- Mdef: 24
- Stats: {
- Str: 80
- Agi: 100
- Vit: 50
- Int: 72
- Dex: 90
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Angel"
- Element: ("Ele_Holy", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 672
- AttackMotion: 780
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Rune_Of_Darkness: 500
- }
-},
-{
- Id: 1764
- SpriteName: "G_SKEGGIOLD_"
- Name: "Skeggiold"
- Lv: 83
- Hp: 103000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1600, 4110]
- Def: 15
- Mdef: 24
- Stats: {
- Str: 80
- Agi: 120
- Vit: 60
- Int: 85
- Dex: 98
- Luk: 80
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Angel"
- Element: ("Ele_Holy", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 672
- AttackMotion: 780
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Rune_Of_Darkness: 500
- }
-},
-{
- Id: 1765
- SpriteName: "G_RANDGRIS"
- Name: "Valkyrie"
- Lv: 99
- Hp: 1567200
- Sp: 0
- Exp: 10000
- JExp: 10000
- AttackRange: 3
- Attack: [5560, 9980]
- Def: 25
- Mdef: 42
- Stats: {
- Str: 100
- Agi: 120
- Vit: 80
- Int: 120
- Dex: 220
- Luk: 210
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Angel"
- Element: ("Ele_Holy", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 576
- AttackMotion: 576
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Valhalla_Flower: 500
- Old_Violet_Box: 100
- Valkyrjas_Shield: 500
- }
-},
-{
- Id: 1766
- SpriteName: "EM_ANGELING"
- Name: "Angeling"
- Lv: 99
- Hp: 128430
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [60, 71]
- Def: 40
- Mdef: 50
- Stats: {
- Str: 1
- Agi: 17
- Vit: 80
- Int: 80
- Dex: 126
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Angel"
- Element: ("Ele_Holy", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- ChangeChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 384
- MvpExp: 0
- MvpDrops: {
- Jellopy: 5000
- Jellopy: 5000
- Poring_Doll: 5000
- }
-},
-{
- Id: 1767
- SpriteName: "EM_DEVILING"
- Name: "Deviling"
- Lv: 99
- Hp: 128430
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [60, 71]
- Def: 40
- Mdef: 50
- Stats: {
- Str: 1
- Agi: 17
- Vit: 80
- Int: 80
- Dex: 126
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Angel"
- Element: ("Ele_Holy", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- ChangeChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 384
- MvpExp: 0
- MvpDrops: {
- Jellopy: 5000
- Jellopy: 5000
- Poring_Doll: 5000
- }
-},
-// Rachel / Ice Dungeon monsters
-{
- Id: 1768
- SpriteName: "GLOOMUNDERNIGHT"
- Name: "Gloom Under Night"
- Lv: 89
- Hp: 2298000
- Sp: 0
- Exp: 962175
- JExp: 276445
- AttackRange: 3
- Attack: [5880, 9516]
- Def: 10
- Mdef: 20
- Stats: {
- Str: 100
- Agi: 115
- Vit: 98
- Int: 78
- Dex: 111
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Ghost", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1344
- AttackMotion: 2880
- DamageMotion: 576
- MvpExp: 481087
- MvpDrops: {
- Yggdrasilberry: 5500
- Old_Violet_Box: 5000
- Old_Violet_Box: 5000
- }
- Drops: {
- Will_Of_Darkness_: 7000
- Blade_Lost_In_Darkness: 4000
- Old_Hilt: 2000
- Old_Card_Album: 5000
- Celestial_Robe: 1000
- Hurricane_Fury: 100
- Gloom_Under_Night_Card: 1
- }
-},
-{
- Id: 1769
- SpriteName: "AGAV"
- Name: "Agav"
- Lv: 73
- Hp: 29620
- Sp: 0
- Exp: 9780
- JExp: 6622
- AttackRange: 1
- Attack: [103, 1109]
- Def: 15
- Mdef: 35
- Stats: {
- Str: 1
- Agi: 32
- Vit: 27
- Int: 132
- Dex: 69
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 768
- AttackMotion: 360
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Suspicious_Hat: 2500
- High_Fashion_Sandals: 2
- Bloody_Rune: 4000
- Memorize_Book: 1
- Holy_Arrow_Quiver: 50
- Bloody_Rune: 100
- Agav_Card: 1
- }
-},
-{
- Id: 1770
- SpriteName: "ECHIO"
- Name: "Echio"
- Lv: 69
- Hp: 34900
- Sp: 0
- Exp: 13560
- JExp: 4300
- AttackRange: 1
- Attack: [750, 1800]
- Def: 33
- Mdef: 11
- Stats: {
- Str: 74
- Agi: 74
- Vit: 52
- Int: 35
- Dex: 59
- Luk: 56
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 768
- AttackMotion: 360
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Suspicious_Hat: 2500
- Seed_Of_Yggdrasil: 10
- Bloody_Rune: 4000
- Beret: 20
- Holy_Arrow_Quiver: 20
- Bloody_Rune: 100
- Divine_Cloth: 20
- Echio_Card: 1
- }
-},
-{
- Id: 1771
- SpriteName: "VANBERK"
- Name: "Vanberk"
- Lv: 59
- Hp: 9988
- Sp: 0
- Exp: 4203
- JExp: 901
- AttackRange: 1
- Attack: [230, 660]
- Def: 24
- Mdef: 6
- Stats: {
- Str: 69
- Agi: 66
- Vit: 39
- Int: 29
- Dex: 51
- Luk: 41
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 768
- AttackMotion: 360
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- White_Mask: 2500
- Royal_Jelly: 10
- Bloody_Rune: 1000
- Beret: 10
- Scalpel: 5
- Bloody_Rune: 100
- Vanberk_Card: 1
- }
-},
-{
- Id: 1772
- SpriteName: "ISILLA"
- Name: "Isilla"
- Lv: 62
- Hp: 8297
- Sp: 0
- Exp: 3001
- JExp: 3001
- AttackRange: 1
- Attack: [89, 733]
- Def: 11
- Mdef: 19
- Stats: {
- Str: 1
- Agi: 28
- Vit: 12
- Int: 97
- Dex: 57
- Luk: 12
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 768
- AttackMotion: 360
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- White_Mask: 2500
- High_Fashion_Sandals: 1
- Bloody_Rune: 1000
- Gold_Ring: 10
- Ring: 1
- Bloody_Rune: 100
- Isilla_Card: 1
- }
-},
-{
- Id: 1773
- SpriteName: "HODREMLIN"
- Name: "Hodremlin"
- Lv: 61
- Hp: 12180
- Sp: 0
- Exp: 6782
- JExp: 2022
- AttackRange: 1
- Attack: [845, 1678]
- Def: 29
- Mdef: 25
- Stats: {
- Str: 80
- Agi: 41
- Vit: 81
- Int: 56
- Dex: 62
- Luk: 11
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 140
- AttackDelay: 960
- AttackMotion: 528
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Prickly_Fruit_: 1000
- Will_Of_Darkness: 1000
- Boots_: 2
- Sticky_Mucus: 1000
- Bloody_Rune: 1000
- Starsand_Of_Witch: 2000
- Shadow_Walk: 10
- Hodremlin_Card: 1
- }
-},
-{
- Id: 1774
- SpriteName: "SEEKER"
- Name: "Seeker"
- Lv: 65
- Hp: 10090
- Sp: 0
- Exp: 5671
- JExp: 4278
- AttackRange: 6
- Attack: [723, 852]
- Def: 17
- Mdef: 30
- Stats: {
- Str: 60
- Agi: 52
- Vit: 34
- Int: 143
- Dex: 107
- Luk: 27
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Wind", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 190
- AttackDelay: 576
- AttackMotion: 432
- DamageMotion: 300
- MvpExp: 0
- Drops: {
- Prickly_Fruit_: 1000
- Will_Of_Darkness: 1000
- Elunium: 20
- Starsand_Of_Witch: 4000
- Bloody_Rune: 1000
- Berdysz: 20
- Seeker_Card: 1
- }
-},
-{
- Id: 1775
- SpriteName: "SNOWIER"
- Name: "Snowier"
- Lv: 60
- Hp: 19230
- Sp: 0
- Exp: 5882
- JExp: 2699
- AttackRange: 2
- Attack: [770, 1347]
- Def: 22
- Mdef: 12
- Stats: {
- Str: 73
- Agi: 46
- Vit: 72
- Int: 15
- Dex: 52
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 220
- AttackDelay: 936
- AttackMotion: 1020
- DamageMotion: 420
- MvpExp: 0
- Drops: {
- Ice_Heart: 3000
- Ice_Piece: 1000
- Elunium_Stone: 100
- Blue_Herb: 50
- White_Herb: 500
- Icicle_Fist: 3
- Crystal_Blue: 100
- Snowier_Card: 1
- }
-},
-{
- Id: 1776
- SpriteName: "SIROMA"
- Name: "Siroma"
- Lv: 42
- Hp: 6800
- Sp: 0
- Exp: 2230
- JExp: 1005
- AttackRange: 1
- Attack: [220, 440]
- Def: 12
- Mdef: 8
- Stats: {
- Str: 33
- Agi: 23
- Vit: 52
- Int: 11
- Dex: 40
- Luk: 19
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Water", 3)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 180
- AttackDelay: 432
- AttackMotion: 648
- DamageMotion: 240
- MvpExp: 0
- Drops: {
- Ice_Heart: 1000
- Ice_Piece: 500
- Blue_Herb: 10
- Crystal_Blue: 20
- Siroma_Card: 1
- }
-},
-{
- Id: 1777
- SpriteName: "ICE_TITAN"
- Name: "Ice Titan"
- Lv: 60
- Hp: 38200
- Sp: 0
- Exp: 13872
- JExp: 7928
- AttackRange: 1
- Attack: [1090, 1570]
- Def: 71
- Mdef: 15
- Stats: {
- Str: 99
- Agi: 34
- Vit: 88
- Int: 10
- Dex: 79
- Luk: 29
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Water", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 861
- AttackMotion: 660
- DamageMotion: 144
- MvpExp: 0
- Drops: {
- Ice_Heart: 5000
- Ice_Piece: 3000
- Frozen_Rose: 100
- Oridecon: 10
- Elunium: 30
- Mistic_Frozen: 100
- Ice_Titan_Card: 1
- }
-},
-{
- Id: 1778
- SpriteName: "GAZETI"
- Name: "Gazeti"
- Lv: 55
- Hp: 12300
- Sp: 0
- Exp: 5758
- JExp: 2075
- AttackRange: 10
- Attack: [512, 612]
- Def: 65
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 12
- Vit: 20
- Int: 60
- Dex: 101
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 190
- AttackDelay: 576
- AttackMotion: 370
- DamageMotion: 270
- MvpExp: 0
- Drops: {
- Ice_Heart: 3000
- Ice_Piece: 3000
- Elunium: 20
- Frozen_Bow: 1
- Gazeti_Card: 1
- }
-},
-{
- Id: 1779
- SpriteName: "KTULLANUX"
- Name: "Ktullanux"
- Lv: 98
- Hp: 4417000
- Sp: 0
- Exp: 2720050
- JExp: 1120020
- AttackRange: 3
- Attack: [1680, 10360]
- Def: 40
- Mdef: 42
- Stats: {
- Str: 85
- Agi: 126
- Vit: 30
- Int: 125
- Dex: 177
- Luk: 112
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Water", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 432
- AttackMotion: 840
- DamageMotion: 216
- MvpExp: 1360025
- MvpDrops: {
- Yggdrasilberry: 5500
- Old_Violet_Box: 5000
- Old_Violet_Box: 5000
- }
- Drops: {
- Ice_Scale: 9000
- Old_Card_Album: 3000
- Clack_Of_Servival: 3000
- Herald_Of_GOD: 5000
- Old_Violet_Box: 5000
- Yggdrasilberry: 5000
- Ktullanux_Card: 1
- }
-},
-{
- Id: 1780
- SpriteName: "MUSCIPULAR"
- Name: "Muscipular"
- Lv: 57
- Hp: 4332
- Sp: 0
- Exp: 1706
- JExp: 1706
- AttackRange: 3
- Attack: [521, 726]
- Def: 12
- Mdef: 12
- Stats: {
- Str: 1
- Agi: 53
- Vit: 39
- Int: 25
- Dex: 92
- Luk: 51
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 2000
- AttackDelay: 672
- AttackMotion: 648
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Sticky_Poison: 3000
- Blossom_Of_Maneater: 3000
- Singing_Flower: 2
- Root_Of_Maneater: 2000
- Stem: 1000
- Deadly_Noxious_Herb: 3
- Muscipular_Card: 1
- }
-},
-{
- Id: 1781
- SpriteName: "DROSERA"
- Name: "Drosera"
- Lv: 46
- Hp: 7221
- Sp: 0
- Exp: 2612
- JExp: 1022
- AttackRange: 7
- Attack: [389, 589]
- Def: 10
- Mdef: 13
- Stats: {
- Str: 1
- Agi: 30
- Vit: 27
- Int: 17
- Dex: 76
- Luk: 41
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 2000
- AttackDelay: 864
- AttackMotion: 576
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Sticky_Poison: 3000
- Sticky_Mucus: 3000
- Blossom_Of_Maneater: 2000
- Root_Of_Maneater: 2000
- Bitter_Herb: 3
- Stem: 1000
- Drosera_Card: 1
- }
-},
-{
- Id: 1782
- SpriteName: "ROWEEN"
- Name: "Roween"
- Lv: 31
- Hp: 5716
- Sp: 0
- Exp: 1669
- JExp: 1266
- AttackRange: 1
- Attack: [298, 377]
- Def: 0
- Mdef: 7
- Stats: {
- Str: 51
- Agi: 39
- Vit: 48
- Int: 18
- Dex: 67
- Luk: 19
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Looter: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 200
- AttackDelay: 412
- AttackMotion: 840
- DamageMotion: 300
- MvpExp: 0
- Drops: {
- Rotten_Meat: 3000
- Animals_Skin: 3000
- Wind_Of_Verdure: 50
- Combo_Battle_Glove: 2
- Roween_Card: 1
- }
-},
-{
- Id: 1783
- SpriteName: "GALION"
- Name: "Galion"
- Lv: 44
- Hp: 32240
- Sp: 0
- Exp: 10020
- JExp: 3368
- AttackRange: 1
- Attack: [336, 441]
- Def: 11
- Mdef: 12
- Stats: {
- Str: 51
- Agi: 52
- Vit: 59
- Int: 25
- Dex: 72
- Luk: 32
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Looter: true
- Assist: true
- Boss: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 150
- AttackDelay: 864
- AttackMotion: 624
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Rotten_Meat: 3000
- Animals_Skin: 3000
- Rough_Wind: 10
- Ulfhedinn: 5
- Galion_Card: 1
- }
-},
-{
- Id: 1784
- SpriteName: "STAPO"
- Name: "Stapo"
- Lv: 23
- Hp: 666
- Sp: 0
- Exp: 332
- JExp: 221
- AttackRange: 1
- Attack: [135, 370]
- Def: 90
- Mdef: 5
- Stats: {
- Str: 12
- Agi: 11
- Vit: 15
- Int: 12
- Dex: 23
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 300
- AttackDelay: 936
- AttackMotion: 792
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Jellopy: 1000
- Jubilee: 1000
- Apple: 1000
- Large_Jellopy: 100
- Yellow_Live: 10
- Seismic_Fist: 3
- Stapo_Card: 1
- }
-},
-{
- Id: 1785
- SpriteName: "ATROCE"
- Name: "Atroce"
- Lv: 82
- Hp: 1008420
- Sp: 0
- Exp: 295550
- JExp: 118895
- AttackRange: 2
- Attack: [2526, 3646]
- Def: 25
- Mdef: 25
- Stats: {
- Str: 100
- Agi: 87
- Vit: 30
- Int: 49
- Dex: 89
- Luk: 72
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 576
- AttackMotion: 600
- DamageMotion: 240
- MvpExp: 147775
- MvpDrops: {
- Yggdrasilberry: 5500
- Old_Violet_Box: 5000
- Old_Violet_Box: 5000
- }
- Drops: {
- Bloody_Rune: 7000
- Seed_Of_Yggdrasil: 1000
- Ring_: 1000
- Old_Violet_Box: 5000
- Yggdrasilberry: 5000
- Ulle_Cap: 100
- Altas_Weapon: 100
- Atroce_Card: 1
- }
-},
-{
- Id: 1786
- SpriteName: "G_AGAV"
- Name: "Agav"
- Lv: 73
- Hp: 25620
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [103, 909]
- Def: 15
- Mdef: 35
- Stats: {
- Str: 1
- Agi: 32
- Vit: 27
- Int: 132
- Dex: 69
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 768
- AttackMotion: 360
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Suspicious_Hat: 1
- }
-},
-{
- Id: 1787
- SpriteName: "G_ECHIO"
- Name: "Echio"
- Lv: 69
- Hp: 36900
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [750, 1500]
- Def: 33
- Mdef: 11
- Stats: {
- Str: 74
- Agi: 74
- Vit: 52
- Int: 35
- Dex: 59
- Luk: 56
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 768
- AttackMotion: 360
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Suspicious_Hat: 1
- }
-},
-{
- Id: 1788
- SpriteName: "G_ICE_TITAN"
- Name: "Ice Titan"
- Lv: 60
- Hp: 32900
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1090, 1570]
- Def: 71
- Mdef: 15
- Stats: {
- Str: 99
- Agi: 34
- Vit: 88
- Int: 10
- Dex: 79
- Luk: 29
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Water", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 861
- AttackMotion: 660
- DamageMotion: 144
- MvpExp: 0
- Drops: {
- Ice_Heart: 1
- }
-},
-{
- Id: 1789
- SpriteName: "ICEICLE"
- Name: "Iceicle"
- Lv: 38
- Hp: 10
- Sp: 0
- Exp: 5
- JExp: 5
- AttackRange: 3
- Attack: [241, 1082]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 10
- Vit: 10
- Int: 10
- Dex: 172
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Water", 2)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 2000
- AttackDelay: 1344
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Ice_Piece: 1000
- Ice_Piece: 1000
- Ice_Piece: 1000
- Ice_Piece: 500
- Ice_Piece: 500
- Ice_Piece: 500
- Ice_Piece: 500
- Ice_Piece: 500
- }
-},
-{
- Id: 1790
- SpriteName: "G_RAFFLESIA"
- Name: "Rafflesia"
- Lv: 17
- Hp: 1333
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 3
- Attack: [105, 127]
- Def: 0
- Mdef: 2
- Stats: {
- Str: 1
- Agi: 18
- Vit: 24
- Int: 11
- Dex: 37
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 512
- AttackMotion: 528
- DamageMotion: 240
- MvpExp: 0
- Drops: {
- Golden_Jewel_: 3000
- Red_Jewel_: 4000
- Blue_Jewel_: 2000
- }
-},
-{
- Id: 1791
- SpriteName: "G_GALION"
- Name: "Galion"
- Lv: 44
- Hp: 32240
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [336, 441]
- Def: 11
- Mdef: 12
- Stats: {
- Str: 51
- Agi: 52
- Vit: 59
- Int: 25
- Dex: 72
- Luk: 32
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Looter: true
- Assist: true
- Boss: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 150
- AttackDelay: 864
- AttackMotion: 624
- DamageMotion: 360
- MvpExp: 0
-},
-{
- Id: 1792
- SpriteName: "SOCCER_BALL"
- Name: "Soccer Ball"
- Lv: 1
- Hp: 1000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 127
- Mdef: 99
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 0
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Plant: true
- }
- MoveSpeed: 2000
- AttackDelay: 96
- AttackMotion: 96
- DamageMotion: 96
- MvpExp: 0
-},
-{
- Id: 1793
- SpriteName: "G_MEGALITH"
- Name: "Megalith"
- Lv: 45
- Hp: 5300
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 9
- Attack: [264, 314]
- Def: 50
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 45
- Vit: 60
- Int: 5
- Dex: 95
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1332
- AttackMotion: 1332
- DamageMotion: 672
- MvpExp: 0
-},
-{
- Id: 1794
- SpriteName: "G_ROWEEN"
- Name: "Roween"
- Lv: 31
- Hp: 5716
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [298, 377]
- Def: 0
- Mdef: 7
- Stats: {
- Str: 51
- Agi: 39
- Vit: 48
- Int: 18
- Dex: 67
- Luk: 19
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 412
- AttackMotion: 840
- DamageMotion: 300
- MvpExp: 0
-},
-{
- Id: 1795
- SpriteName: "BLOODY_KNIGHT_"
- Name: "Bloody Knight"
- Lv: 82
- Hp: 800000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 3
- Attack: [10000, 30000]
- Def: 60
- Mdef: 60
- Stats: {
- Str: 88
- Agi: 121
- Vit: 100
- Int: 100
- Dex: 125
- Luk: 55
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Angel"
- Element: ("Ele_Ghost", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 828
- AttackMotion: 528
- DamageMotion: 192
- MvpExp: 0
- Drops: {
- Pole_Axe: 100
- Grave_: 100
- Pauldron: 200
- Full_Plate_Armor_: 300
- Celestial_Robe: 200
- Survival_Rod2_: 200
- Old_Violet_Box: 7000
- Anti_Spell_Bead: 10000
- }
-},
-{
- Id: 1796
- SpriteName: "AUNOE"
- Name: "Aunoe"
- Lv: 62
- Hp: 21297
- Sp: 0
- Exp: 7102
- JExp: 5102
- AttackRange: 1
- Attack: [1500, 2144]
- Def: 11
- Mdef: 19
- Stats: {
- Str: 1
- Agi: 28
- Vit: 12
- Int: 91
- Dex: 57
- Luk: 12
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 768
- AttackMotion: 432
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Memorize_Book: 1
- Musika: 1
- White_Mask: 2500
- High_Fashion_Sandals: 1
- Bloody_Rune: 1000
- Gold_Ring: 10
- Ring: 3
- }
-},
-{
- Id: 1797
- SpriteName: "FANAT"
- Name: "Fanat"
- Lv: 62
- Hp: 21297
- Sp: 0
- Exp: 7102
- JExp: 5102
- AttackRange: 1
- Attack: [1500, 2144]
- Def: 11
- Mdef: 19
- Stats: {
- Str: 1
- Agi: 28
- Vit: 12
- Int: 91
- Dex: 57
- Luk: 12
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 768
- AttackMotion: 432
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Memorize_Book: 1
- Kandura: 1
- White_Mask: 2500
- Royal_Jelly: 10
- Bloody_Rune: 1000
- Beret: 10
- Scalpel: 10
- }
-},
-{
- Id: 1798
- SpriteName: "TREASURE_BOX_"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Plant: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Gem_Of_Ruin: 10000
- }
-},
-{
- Id: 1799
- SpriteName: "G_SEYREN_"
- Name: "Lord Knight Seyren"
- Lv: 99
- Hp: 347590
- Sp: 0
- Exp: 18000
- JExp: 10000
- AttackRange: 1
- Attack: [4238, 5040]
- Def: 72
- Mdef: 37
- Stats: {
- Str: 120
- Agi: 110
- Vit: 81
- Int: 65
- Dex: 130
- Luk: 52
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Evil_Mind: 300
- }
-},
-{
- Id: 1800
- SpriteName: "G_EREMES_"
- Name: "Assassin Cross Eremes"
- Lv: 99
- Hp: 211230
- Sp: 0
- Exp: 18000
- JExp: 10000
- AttackRange: 1
- Attack: [3189, 5289]
- Def: 27
- Mdef: 39
- Stats: {
- Str: 90
- Agi: 181
- Vit: 62
- Int: 37
- Dex: 122
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Poison", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Evil_Mind: 300
- }
-},
-{
- Id: 1801
- SpriteName: "G_HARWORD_"
- Name: "Whitesmith Harword"
- JName: "MasterSmith Howard"
- Lv: 99
- Hp: 310000
- Sp: 0
- Exp: 18000
- JExp: 10000
- AttackRange: 1
- Attack: [4822, 5033]
- Def: 66
- Mdef: 36
- Stats: {
- Str: 100
- Agi: 73
- Vit: 112
- Int: 35
- Dex: 136
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Water", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Evil_Mind: 300
- }
-},
-{
- Id: 1802
- SpriteName: "G_MAGALETA_"
- Name: "High Priest Magaleta"
- JName: "High Priest Margaretha"
- Lv: 99
- Hp: 182910
- Sp: 0
- Exp: 18000
- JExp: 10000
- AttackRange: 1
- Attack: [1688, 2580]
- Def: 35
- Mdef: 78
- Stats: {
- Str: 1
- Agi: 84
- Vit: 64
- Int: 182
- Dex: 92
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Holy", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 125
- AttackDelay: 1152
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 9000
- Drops: {
- Evil_Mind: 300
- }
-},
-{
- Id: 1803
- SpriteName: "G_SHECIL_"
- Name: "Sniper Shecil"
- JName: "Sniper Cecil"
- Lv: 99
- Hp: 209000
- Sp: 0
- Exp: 18000
- JExp: 10000
- AttackRange: 14
- Attack: [1892, 5113]
- Def: 22
- Mdef: 35
- Stats: {
- Str: 1
- Agi: 180
- Vit: 39
- Int: 67
- Dex: 193
- Luk: 130
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Evil_Mind: 300
- }
-},
-{
- Id: 1804
- SpriteName: "G_KATRINN_"
- Name: "High Wizard Katrinn"
- JName: "High Wizard Kathryne"
- Lv: 99
- Hp: 189920
- Sp: 0
- Exp: 18000
- JExp: 10000
- AttackRange: 1
- Attack: [497, 2094]
- Def: 10
- Mdef: 88
- Stats: {
- Str: 1
- Agi: 89
- Vit: 42
- Int: 223
- Dex: 128
- Luk: 93
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Ghost", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1152
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Evil_Mind: 300
- }
-},
-{
- Id: 1805
- SpriteName: "B_SEYREN_"
- Name: "Lord Knight Seyren"
- Lv: 99
- Hp: 1647590
- Sp: 0
- Exp: 4835600
- JExp: 1569970
- AttackRange: 1
- Attack: [7238, 11040]
- Def: 72
- Mdef: 37
- Stats: {
- Str: 120
- Agi: 110
- Vit: 81
- Int: 65
- Dex: 130
- Luk: 52
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Evil_Mind: 10000
- }
-},
-{
- Id: 1806
- SpriteName: "B_EREMES_"
- Name: "Assassin Cross Eremes"
- Lv: 99
- Hp: 1411230
- Sp: 0
- Exp: 4083400
- JExp: 1592380
- AttackRange: 1
- Attack: [4189, 8289]
- Def: 37
- Mdef: 39
- Stats: {
- Str: 90
- Agi: 181
- Vit: 62
- Int: 37
- Dex: 122
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Poison", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Evil_Mind: 10000
- }
-},
-{
- Id: 1807
- SpriteName: "B_HARWORD_"
- Name: "Whitesmith Harword"
- JName: "Master Smith Howard"
- Lv: 99
- Hp: 1460000
- Sp: 0
- Exp: 4002340
- JExp: 1421000
- AttackRange: 1
- Attack: [7822, 8251]
- Def: 66
- Mdef: 36
- Stats: {
- Str: 100
- Agi: 73
- Vit: 112
- Int: 35
- Dex: 136
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Evil_Mind: 10000
- }
-},
-{
- Id: 1808
- SpriteName: "B_MAGALETA_"
- Name: "High Priest Magaleta"
- JName: "High Priest Margaretha"
- Lv: 99
- Hp: 1092910
- Sp: 0
- Exp: 4257000
- JExp: 1318800
- AttackRange: 1
- Attack: [4688, 5580]
- Def: 35
- Mdef: 78
- Stats: {
- Str: 1
- Agi: 84
- Vit: 64
- Int: 182
- Dex: 92
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Holy", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 125
- AttackDelay: 1152
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Evil_Mind: 10000
- }
-},
-{
- Id: 1809
- SpriteName: "B_SHECIL_"
- Name: "Sniper Shecil"
- JName: "Sniper Cecil"
- Lv: 99
- Hp: 1349000
- Sp: 0
- Exp: 4093000
- JExp: 1526000
- AttackRange: 14
- Attack: [4892, 9113]
- Def: 22
- Mdef: 35
- Stats: {
- Str: 1
- Agi: 180
- Vit: 39
- Int: 67
- Dex: 193
- Luk: 130
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Evil_Mind: 10000
- }
-},
-{
- Id: 1810
- SpriteName: "B_KATRINN_"
- Name: "High Wizard Katrinn"
- JName: "High Wizard Kathryne"
- Lv: 99
- Hp: 1069920
- Sp: 0
- Exp: 4008200
- JExp: 1636700
- AttackRange: 1
- Attack: [1197, 4394]
- Def: 10
- Mdef: 88
- Stats: {
- Str: 1
- Agi: 89
- Vit: 42
- Int: 223
- Dex: 128
- Luk: 93
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Ghost", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1152
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Evil_Mind: 10000
- }
-},
-{
- Id: 1811
- SpriteName: "G_SMOKIE_"
- Name: "Smokie"
- JName: "Bandit"
- Lv: 18
- Hp: 641
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [61, 72]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 18
- Vit: 36
- Int: 25
- Dex: 26
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1576
- AttackMotion: 576
- DamageMotion: 420
- MvpExp: 0
- Drops: {
- Sunglasses: 100
- Tiger_Skin_Panties: 500
- Aloebera: 1000
- Ice_Cream: 2000
- Bamboo_Basket: 500
- }
-},
-{
- Id: 1812
- SpriteName: "EVENT_LUDE"
- Name: "Lude"
- JName: "Delightful Lude"
- Lv: 99
- Hp: 15
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 999
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Plant: true
- }
- MoveSpeed: 190
- AttackDelay: 890
- AttackMotion: 960
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Pumpkin_Bucket: 5000
- Pumpkin_Head: 5000
- Pumpkin: 5000
- Pumpkin_Mojo: 5000
- }
-},
-{
- Id: 1813
- SpriteName: "EVENT_HYDRO"
- Name: "Hydro"
- JName: "Hydrolancer"
- Lv: 99
- Hp: 1880000
- Sp: 0
- Exp: 4000000
- JExp: 2000000
- AttackRange: 3
- Attack: [15000, 47767]
- Def: 60
- Mdef: 55
- Stats: {
- Str: 1
- Agi: 142
- Vit: 200
- Int: 250
- Dex: 189
- Luk: 32
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Angel"
- Element: ("Ele_Ghost", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 972
- AttackMotion: 672
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Evil_Dragon_Head: 10000
- Dragon_Killer: 500
- Gemmed_Crown: 500
- Pole_Axe: 500
- Int_Dish10: 1500
- Treasure_Box: 5500
- }
-},
-{
- Id: 1814
- SpriteName: "EVENT_MOON"
- Name: "Moonlight Flower"
- JName: "Fox Queen"
- Lv: 80
- Hp: 30000
- Sp: 0
- Exp: 30000
- JExp: 30000
- AttackRange: 1
- Attack: [500, 800]
- Def: 50
- Mdef: 50
- Stats: {
- Str: 1
- Agi: 35
- Vit: 45
- Int: 112
- Dex: 69
- Luk: 93
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1276
- AttackMotion: 576
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 1815
- SpriteName: "EVENT_RICECAKE"
- Name: "Rice Cake"
- JName: "Hot Ricecake"
- Lv: 12
- Hp: 20
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Plant: true
- }
- MoveSpeed: 2000
- AttackDelay: 1320
- AttackMotion: 0
- DamageMotion: 300
- MvpExp: 0
- Drops: {
- Small_Rice_Dough: 10000
- Small_Rice_Dough: 10000
- Small_Rice_Dough: 10000
- Small_Rice_Dough: 10000
- Small_Rice_Dough: 10000
- Small_Rice_Dough: 5000
- Small_Rice_Dough: 4000
- Small_Rice_Dough: 3000
- }
-},
-{
- Id: 1816
- SpriteName: "EVENT_GOURD"
- Name: "Gourd"
- Lv: 12
- Hp: 1000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Plant: true
- }
- MoveSpeed: 2000
- AttackDelay: 96
- AttackMotion: 96
- DamageMotion: 96
- MvpExp: 0
- Drops: {
- Apple: 10000
- }
-},
-{
- Id: 1817
- SpriteName: "EVENT_DETALE"
- Name: "Detale"
- JName: "Detardeurus"
- Lv: 99
- Hp: 8880000
- Sp: 0
- Exp: 4500000
- JExp: 2500000
- AttackRange: 3
- Attack: [32767, 65534]
- Def: 65
- Mdef: 65
- Stats: {
- Str: 1
- Agi: 142
- Vit: 200
- Int: 250
- Dex: 189
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Angel"
- Element: ("Ele_Ghost", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 972
- AttackMotion: 936
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Dragon_Spirit: 10000
- Dragon_Wing: 500
- Wizardy_Staff: 500
- Bloody_Roar: 500
- Int_Dish10: 1500
- Luk_Dish10: 1500
- }
-},
-{
- Id: 1818
- SpriteName: "EVENT_ALARM"
- Name: "Alarm"
- JName: "Imperfect Alarm"
- Lv: 58
- Hp: 10647
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [1, 2]
- Def: 15
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 62
- Vit: 72
- Int: 10
- Dex: 85
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 1000
- AttackDelay: 1020
- AttackMotion: 500
- DamageMotion: 768
- MvpExp: 0
- Drops: {
- Piece_Of_Cogwheel: 7000
- }
-},
-{
- Id: 1819
- SpriteName: "EVENT_BATHORY"
- Name: "Bathory"
- Lv: 44
- Hp: 5415
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [198, 398]
- Def: 0
- Mdef: 60
- Stats: {
- Str: 1
- Agi: 76
- Vit: 24
- Int: 85
- Dex: 65
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 1504
- AttackMotion: 840
- DamageMotion: 900
- MvpExp: 0
- Drops: {
- Wooden_Block_: 2000
- }
-},
-{
- Id: 1820
- SpriteName: "EVENT_BIGFOOT"
- Name: "Bigfoot"
- Lv: 25
- Hp: 1619
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [198, 220]
- Def: 10
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 25
- Vit: 55
- Int: 15
- Dex: 20
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 300
- AttackDelay: 1260
- AttackMotion: 192
- DamageMotion: 192
- MvpExp: 0
- Drops: {
- Wooden_Block_: 2000
- }
-},
-{
- Id: 1821
- SpriteName: "EVENT_DESERT_WOLF"
- Name: "Desert Wolf"
- Lv: 27
- Hp: 1716
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [169, 208]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 56
- Agi: 27
- Vit: 45
- Int: 15
- Dex: 56
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1120
- AttackMotion: 420
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Wooden_Block_: 2000
- }
-},
-{
- Id: 1822
- SpriteName: "EVENT_DEVIRUCHI"
- Name: "Deviruchi"
- Lv: 46
- Hp: 6666
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [475, 560]
- Def: 10
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 69
- Vit: 40
- Int: 55
- Dex: 70
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 980
- AttackMotion: 600
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Wooden_Block_: 3000
- }
-},
-{
- Id: 1823
- SpriteName: "EVENT_FREEZER"
- Name: "Freezer"
- Lv: 72
- Hp: 8636
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [671, 983]
- Def: 55
- Mdef: 43
- Stats: {
- Str: 69
- Agi: 41
- Vit: 59
- Int: 5
- Dex: 67
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1452
- AttackMotion: 483
- DamageMotion: 528
- MvpExp: 0
- Drops: {
- Wooden_Block_: 3000
- }
-},
-{
- Id: 1824
- SpriteName: "EVENT_GARM_BABY"
- Name: "Garm Baby"
- JName: "Baby Hatii"
- Lv: 61
- Hp: 20199
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [680, 1179]
- Def: 34
- Mdef: 13
- Stats: {
- Str: 45
- Agi: 30
- Vit: 56
- Int: 55
- Dex: 85
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 450
- AttackDelay: 879
- AttackMotion: 672
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Wooden_Block_: 5000
- }
-},
-{
- Id: 1825
- SpriteName: "EVENT_GOBLINE_XMAS"
- Name: "Christmas Goblin"
- JName: "Santa Goblin"
- Lv: 25
- Hp: 1176
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [118, 140]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 53
- Vit: 25
- Int: 20
- Dex: 38
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 1120
- AttackMotion: 620
- DamageMotion: 240
- MvpExp: 0
- Drops: {
- Wooden_Block_: 5000
- }
-},
-{
- Id: 1826
- SpriteName: "EVENT_MYST"
- Name: "Myst"
- Lv: 38
- Hp: 3745
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [365, 445]
- Def: 0
- Mdef: 40
- Stats: {
- Str: 1
- Agi: 38
- Vit: 18
- Int: 0
- Dex: 53
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1576
- AttackMotion: 576
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Wooden_Block_: 3000
- }
-},
-{
- Id: 1827
- SpriteName: "EVENT_SASQUATCH"
- Name: "Sasquatch"
- Lv: 30
- Hp: 3163
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [250, 280]
- Def: 5
- Mdef: 0
- Stats: {
- Str: 75
- Agi: 25
- Vit: 60
- Int: 10
- Dex: 34
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1260
- AttackMotion: 192
- DamageMotion: 192
- MvpExp: 0
- Drops: {
- Wooden_Block_: 3000
- }
-},
-{
- Id: 1828
- SpriteName: "EVENT_GULLINBURSTI"
- Name: "Gullinbrusti"
- JName: "Gullinbursti"
- Lv: 20
- Hp: 20
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [59, 72]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 14
- Vit: 14
- Int: 0
- Dex: 19
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1960
- AttackMotion: 960
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Bag_Of_Rice: 6000
- Lucky_Candy: 9000
- Lucky_Candy_Cane: 8000
- }
-},
-{
- Id: 1829
- SpriteName: "SWORD_GUARDIAN"
- Name: "Sword Guardian"
- JName: "Sword Master"
- Lv: 86
- Hp: 152533
- Sp: 0
- Exp: 155013
- JExp: 122604
- AttackRange: 2
- Attack: [7590, 9140]
- Def: 60
- Mdef: 33
- Stats: {
- Str: 110
- Agi: 40
- Vit: 54
- Int: 65
- Dex: 125
- Luk: 65
- }
- ViewRange: 14
- ChaseRange: 16
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 140
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Broken_Armor_Piece: 3000
- Doom_Slayer: 30
- Claymore: 50
- Zweihander: 1
- Platinum_Shield: 10
- Muscle_Cutter: 50
- Sword_Guardian_Card: 1
- }
-},
-{
- Id: 1830
- SpriteName: "BOW_GUARDIAN"
- Name: "Bow Guardian"
- JName: "Bow Master"
- Lv: 80
- Hp: 80404
- Sp: 0
- Exp: 50149
- JExp: 23006
- AttackRange: 12
- Attack: [1840, 2520]
- Def: 40
- Mdef: 62
- Stats: {
- Str: 95
- Agi: 80
- Vit: 33
- Int: 90
- Dex: 165
- Luk: 55
- }
- ViewRange: 14
- ChaseRange: 16
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Broken_Armor_Piece: 3000
- Luna_Bow: 30
- Bow: 50
- Sniping_Suit: 20
- Orleans_Glove: 4
- Bow_Guardian_Card: 1
- }
-},
-{
- Id: 1831
- SpriteName: "SALAMANDER"
- Name: "Salamander"
- Lv: 91
- Hp: 97934
- Sp: 0
- Exp: 72000
- JExp: 55000
- AttackRange: 2
- Attack: [7590, 10860]
- Def: 65
- Mdef: 50
- Stats: {
- Str: 90
- Agi: 55
- Vit: 44
- Int: 45
- Dex: 180
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 160
- AttackDelay: 140
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Burning_Heart: 3000
- Flame_Heart: 30
- Red_Gemstone: 100
- Lesser_Elemental_Ring: 1
- Berserk_Guitar: 50
- Ring_: 1
- Meteo_Plate_Armor: 20
- Salamander_Card: 1
- }
-},
-{
- Id: 1832
- SpriteName: "IFRIT"
- Name: "Ifrit"
- Lv: 99
- Hp: 7700000
- Sp: 0
- Exp: 3154321
- JExp: 3114520
- AttackRange: 3
- Attack: [13530, 17000]
- Def: 40
- Mdef: 50
- Stats: {
- Str: 120
- Agi: 180
- Vit: 25
- Int: 190
- Dex: 199
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 130
- AttackDelay: 212
- AttackMotion: 384
- DamageMotion: 360
- MvpExp: 1577160
- MvpDrops: {
- Old_Blue_Box: 5500
- Old_Violet_Box: 5000
- Old_Card_Album: 2000
- }
- Drops: {
- Flame_Heart: 10000
- Spiritual_Ring: 3000
- Ring_Of_Flame_Lord: 200
- Ring_Of_Resonance: 200
- Hell_Fire: 2000
- Fire_Brand: 2000
- Flame_Sprits_Armor_: 100
- Ifrit_Card: 1
- }
-},
-{
- Id: 1833
- SpriteName: "KASA"
- Name: "Kasa"
- Lv: 85
- Hp: 80375
- Sp: 0
- Exp: 49000
- JExp: 38000
- AttackRange: 2
- Attack: [3030, 3500]
- Def: 23
- Mdef: 70
- Stats: {
- Str: 45
- Agi: 110
- Vit: 31
- Int: 200
- Dex: 140
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 800
- AttackMotion: 600
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Burning_Heart: 3000
- Hot_Hair: 2500
- Flame_Heart: 30
- Lesser_Elemental_Ring: 1
- Flame_Sprits_Armor: 10
- Burning_Bow: 10
- Piercing_Staff: 10
- Kasa_Card: 1
- }
-},
-{
- Id: 1834
- SpriteName: "G_SALAMANDER"
- Name: "Salamander"
- Lv: 91
- Hp: 97934
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [9590, 12860]
- Def: 65
- Mdef: 60
- Stats: {
- Str: 90
- Agi: 55
- Vit: 44
- Int: 45
- Dex: 180
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 160
- AttackDelay: 140
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 1835
- SpriteName: "G_KASA"
- Name: "Kasa"
- Lv: 85
- Hp: 80375
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [3030, 3500]
- Def: 23
- Mdef: 70
- Stats: {
- Str: 45
- Agi: 158
- Vit: 31
- Int: 250
- Dex: 160
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 800
- AttackMotion: 600
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 1836
- SpriteName: "MAGMARING"
- Name: "Magmaring"
- Lv: 40
- Hp: 5300
- Sp: 0
- Exp: 2110
- JExp: 1910
- AttackRange: 1
- Attack: [550, 700]
- Def: 25
- Mdef: 24
- Stats: {
- Str: 40
- Agi: 60
- Vit: 30
- Int: 10
- Dex: 60
- Luk: 17
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 300
- AttackDelay: 1472
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Burning_Heart: 3000
- Elunium_Stone: 34
- Magmaring_Card: 1
- }
-},
-{
- Id: 1837
- SpriteName: "IMP"
- Name: "Imp"
- Lv: 76
- Hp: 46430
- Sp: 0
- Exp: 25200
- JExp: 11077
- AttackRange: 1
- Attack: [1059, 1509]
- Def: 27
- Mdef: 50
- Stats: {
- Str: 37
- Agi: 76
- Vit: 30
- Int: 150
- Dex: 99
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Fire", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 824
- AttackMotion: 432
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Hot_Hair: 3000
- Huuma_Blaze: 3
- Live_Coal: 2500
- Heart_Breaker: 10
- Electric_Eel: 25
- Flaming_Ice: 20
- Imp_Card: 1
- }
-},
-{
- Id: 1838
- SpriteName: "KNOCKER"
- Name: "Knocker"
- Lv: 50
- Hp: 7755
- Sp: 0
- Exp: 2202
- JExp: 4023
- AttackRange: 1
- Attack: [889, 990]
- Def: 28
- Mdef: 50
- Stats: {
- Str: 25
- Agi: 44
- Vit: 50
- Int: 62
- Dex: 65
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 200
- AttackDelay: 1548
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Great_Nature: 30
- Coal: 150
- Elder_Pixies_Beard: 5500
- Elven_Ears: 1
- Ribbon: 10
- Thorny_Buckler: 3
- Earth_Bow: 5
- Knocker_Card: 1
- }
-},
-{
- Id: 1839
- SpriteName: "BYORGUE"
- Name: "Byorgue"
- JName: "Byrogue"
- Lv: 86
- Hp: 38133
- Sp: 0
- Exp: 19000
- JExp: 9500
- AttackRange: 2
- Attack: [1340, 2590]
- Def: 20
- Mdef: 13
- Stats: {
- Str: 25
- Agi: 80
- Vit: 12
- Int: 30
- Dex: 70
- Luk: 10
- }
- ViewRange: 14
- ChaseRange: 16
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 800
- AttackMotion: 600
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Drill_Katar: 50
- Assassin_Mask_: 3
- Scalpel: 150
- Agi_Dish07: 500
- Old_Blue_Box: 40
- Rider_Insignia_: 1
- Vroken_Sword: 4365
- Byorgue_Card: 1
- }
-},
-{
- Id: 1840
- SpriteName: "GOLDEN_SAVAGE"
- Name: "Golden Savage"
- Lv: 99
- Hp: 500
- Sp: 0
- Exp: 1
- JExp: 1
- AttackRange: 1
- Attack: [500, 700]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 0
- Agi: 1
- Vit: 1
- Int: 50
- Dex: 120
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- Boss: true
- Plant: true
- CanAttack: true
- }
- MoveSpeed: 150
- AttackDelay: 1960
- AttackMotion: 480
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Leaf_Of_Yggdrasil: 3000
- Treasure_Box: 100
- Old_Card_Album: 5
- Gold: 500
- Emperium: 100
- Golden_Gear_: 1
- New_Year_Rice_Cake_1: 3000
- New_Year_Rice_Cake_2: 3000
- }
-},
-{
- Id: 1841
- SpriteName: "G_SNAKE_"
- Name: "Snake Lord's Minion"
- Lv: 15
- Hp: 10
- Sp: 0
- Exp: 1
- JExp: 1
- AttackRange: 1
- Attack: [46, 55]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 15
- Vit: 15
- Int: 10
- Dex: 35
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1576
- AttackMotion: 576
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Gold_Coin_US: 2000
- Green_Ale_US: 200
- Treasure_Box_: 10
- }
-},
-{
- Id: 1842
- SpriteName: "G_ANACONDAQ_"
- Name: "Snake Lord's Minion"
- Lv: 23
- Hp: 15
- Sp: 0
- Exp: 1
- JExp: 1
- AttackRange: 1
- Attack: [124, 157]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 23
- Vit: 28
- Int: 10
- Dex: 36
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1576
- AttackMotion: 576
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Gold_Coin_US: 3500
- Green_Ale_US: 400
- Treasure_Box_: 20
- }
-},
-{
- Id: 1843
- SpriteName: "G_SIDE_WINDER_"
- Name: "Snake Lord's Minion"
- Lv: 43
- Hp: 18
- Sp: 0
- Exp: 1
- JExp: 1
- AttackRange: 1
- Attack: [240, 320]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 38
- Agi: 43
- Vit: 40
- Int: 15
- Dex: 115
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1576
- AttackMotion: 576
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Gold_Coin_US: 7000
- Green_Ale_US: 600
- Treasure_Box_: 30
- }
-},
-{
- Id: 1844
- SpriteName: "G_ISIS_"
- Name: "Snake Lord's Minion"
- Lv: 47
- Hp: 25
- Sp: 0
- Exp: 1
- JExp: 1
- AttackRange: 1
- Attack: [423, 507]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 38
- Agi: 65
- Vit: 43
- Int: 50
- Dex: 66
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1384
- AttackMotion: 768
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Gold_Coin_US: 8000
- Green_Ale_US: 800
- Treasure_Box_: 50
- }
-},
-{
- Id: 1845
- SpriteName: "G_TREASURE_BOX_"
- Name: "Treasure Box"
- JName: "Treasure Chest"
- Lv: 98
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Gold_Coin_US: 10000
- Gold_Coin_US: 10000
- Gold_Coin_US: 10000
- Treasure_Box_: 10000
- Green_Ale_US: 2500
- Gold_Coin_US: 5000
- Green_Ale_US: 2500
- Green_Ale_US: 2500
- }
-},
-{
- Id: 1846
- SpriteName: "DREAMMETAL"
- Name: "Dream Metal"
- Lv: 90
- Hp: 999
- Sp: 0
- Exp: 1
- JExp: 1
- AttackRange: 1
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Holy", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 300
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Dragonball_Yellow_: 2000
- }
-},
-{
- Id: 1847
- SpriteName: "EVENT_PORING"
- Name: "Poring"
- Lv: 98
- Hp: 10000000
- Sp: 0
- Exp: 1000000
- JExp: 1000000
- AttackRange: 1
- Attack: [15000, 20000]
- Def: 60
- Mdef: 60
- Stats: {
- Str: 1
- Agi: 60
- Vit: 120
- Int: 120
- Dex: 160
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Angel"
- Element: ("Ele_Ghost", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 76
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1848
- SpriteName: "EVENT_BAPHOMET"
- Name: "Baphomet"
- Lv: 50
- Hp: 45000
- Sp: 0
- Exp: 1000
- JExp: 1000
- AttackRange: 2
- Attack: [1500, 3000]
- Def: 10
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 60
- Vit: 15
- Int: 15
- Dex: 160
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 768
- AttackMotion: 768
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1849
- SpriteName: "EVENT_OSIRIS"
- Name: "Osiris"
- Lv: 60
- Hp: 125000
- Sp: 0
- Exp: 2000
- JExp: 2000
- AttackRange: 1
- Attack: [3500, 5000]
- Def: 20
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 60
- Vit: 25
- Int: 25
- Dex: 160
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 1072
- AttackMotion: 672
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1850
- SpriteName: "EVENT_ORCHERO"
- Name: "Orc Hero"
- Lv: 50
- Hp: 175000
- Sp: 0
- Exp: 3000
- JExp: 3000
- AttackRange: 1
- Attack: [4000, 5500]
- Def: 25
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 60
- Vit: 35
- Int: 80
- Dex: 160
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1678
- AttackMotion: 780
- DamageMotion: 648
- MvpExp: 0
-},
-{
- Id: 1851
- SpriteName: "EVENT_MOBSTER"
- Name: "Mobster"
- Lv: 61
- Hp: 7991
- Sp: 0
- Exp: 2
- JExp: 2
- AttackRange: 1
- Attack: [500, 1000]
- Def: 45
- Mdef: 35
- Stats: {
- Str: 76
- Agi: 46
- Vit: 20
- Int: 35
- Dex: 76
- Luk: 55
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1100
- AttackMotion: 560
- DamageMotion: 580
- MvpExp: 0
-},
-{
- Id: 1852
- SpriteName: "G_EM_ANGELING"
- Name: "Angeling"
- Lv: 99
- Hp: 120
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [60, 71]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 17
- Vit: 80
- Int: 80
- Dex: 126
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Angel"
- Element: ("Ele_Holy", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1853
- SpriteName: "G_EM_DEVILING"
- Name: "Deviling"
- Lv: 99
- Hp: 120
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [60, 71]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 17
- Vit: 80
- Int: 80
- Dex: 126
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Angel"
- Element: ("Ele_Holy", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1854
- SpriteName: "E_MUKA"
- Name: "Muka"
- Lv: 17
- Hp: 610
- Sp: 0
- Exp: 273
- JExp: 120
- AttackRange: 1
- Attack: [40, 49]
- Def: 5
- Mdef: 5
- Stats: {
- Str: 15
- Agi: 15
- Vit: 30
- Int: 5
- Dex: 20
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 300
- AttackDelay: 1960
- AttackMotion: 960
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Yellow_Live: 70
- Cactus_Needle: 9000
- Empty_Bottle: 2000
- Kaong: 400
- Red_Herb: 1000
- Guisarme: 50
- Iron_Ore: 250
- Muka_Card: 1
- }
-},
-{
- Id: 1855
- SpriteName: "E_POISONSPORE"
- Name: "Poison Spore"
- Lv: 19
- Hp: 665
- Sp: 0
- Exp: 186
- JExp: 93
- AttackRange: 1
- Attack: [89, 101]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 19
- Vit: 25
- Int: 0
- Dex: 24
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1672
- AttackMotion: 672
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Poison_Spore: 9000
- Hat_: 20
- Green_Herb: 550
- Gulaman: 60
- Karvodailnirol: 50
- Mushroom_Spore: 1200
- Zargon: 5
- Poison_Spore_Card: 1
- }
-},
-{
- Id: 1856
- SpriteName: "E_MAGNOLIA"
- Name: "Magnolia"
- Lv: 26
- Hp: 3195
- Sp: 0
- Exp: 393
- JExp: 248
- AttackRange: 1
- Attack: [120, 151]
- Def: 5
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 26
- Vit: 26
- Int: 0
- Dex: 39
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 250
- AttackDelay: 1560
- AttackMotion: 360
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Old_Frying_Pan: 9000
- Garlet: 800
- Scell: 100
- Zargon: 10
- Black_Ladle: 40
- Leche_Flan: 400
- High_end_Cooking_Kits: 5
- Magnolia_Card: 1
- }
-},
-{
- Id: 1857
- SpriteName: "E_MARIN"
- Name: "Marin"
- Lv: 15
- Hp: 742
- Sp: 0
- Exp: 66
- JExp: 44
- AttackRange: 1
- Attack: [39, 43]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 10
- Vit: 10
- Int: 5
- Dex: 35
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Garlet: 3200
- Sticky_Mucus: 1500
- Cold_Scroll_2_1: 100
- Skyblue_Jewel: 40
- Ube_Jam: 75
- Candy: 350
- Poring_Hat: 1
- Marin_Card: 1
- }
-},
-{
- Id: 1858
- SpriteName: "E_PLANKTON"
- Name: "Plankton"
- Lv: 10
- Hp: 354
- Sp: 0
- Exp: 23
- JExp: 18
- AttackRange: 1
- Attack: [26, 31]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 10
- Vit: 10
- Int: 0
- Dex: 15
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Water", 3)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 400
- AttackDelay: 2208
- AttackMotion: 1008
- DamageMotion: 324
- MvpExp: 0
- Drops: {
- Single_Cell: 9000
- Sago: 300
- Sticky_Mucus: 700
- Alchol: 4
- Empty_Bottle: 1000
- Dew_Laden_Moss: 20
- Center_Potion: 50
- Plankton_Card: 1
- }
-},
-{
- Id: 1859
- SpriteName: "E_MANDRAGORA"
- Name: "Mandragora"
- Lv: 12
- Hp: 405
- Sp: 0
- Exp: 45
- JExp: 32
- AttackRange: 4
- Attack: [26, 35]
- Def: 0
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 12
- Vit: 24
- Int: 0
- Dex: 36
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 3)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 1000
- AttackDelay: 1768
- AttackMotion: 768
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Yellow_Live: 50
- Stem: 9000
- Spear_: 30
- Langka: 350
- Shoot: 300
- Four_Leaf_Clover: 3
- Whip_Of_Earth: 10
- Mandragora_Card: 1
- }
-},
-{
- Id: 1860
- SpriteName: "E_COCO"
- Name: "Coco"
- Lv: 17
- Hp: 817
- Sp: 0
- Exp: 120
- JExp: 78
- AttackRange: 1
- Attack: [56, 67]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 24
- Agi: 17
- Vit: 34
- Int: 20
- Dex: 24
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 150
- AttackDelay: 1864
- AttackMotion: 864
- DamageMotion: 1008
- MvpExp: 0
- Drops: {
- Acorn: 9000
- Hood_: 20
- Fluff: 3000
- Animals_Skin: 2500
- Sweet_Potato: 500
- Sandals_: 25
- Sweet_Bean: 600
- Coco_Card: 1
- }
-},
-{
- Id: 1861
- SpriteName: "E_CHOCO"
- Name: "Choco"
- Lv: 43
- Hp: 4278
- Sp: 0
- Exp: 1265
- JExp: 1265
- AttackRange: 1
- Attack: [315, 402]
- Def: 5
- Mdef: 5
- Stats: {
- Str: 65
- Agi: 68
- Vit: 55
- Int: 45
- Dex: 65
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1500
- AttackMotion: 500
- DamageMotion: 1000
- MvpExp: 0
- Drops: {
- Claw_Of_Monkey: 5335
- Yoyo_Tail: 7000
- Elunium: 53
- Banana: 5000
- Tropical_Banana: 20
- Sweet_Banana: 1000
- Yggdrasilberry: 25
- Choco_Card: 1
- }
-},
-{
- Id: 1862
- SpriteName: "E_MARTIN"
- Name: "Martin"
- Lv: 18
- Hp: 1109
- Sp: 0
- Exp: 134
- JExp: 86
- AttackRange: 1
- Attack: [52, 63]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 12
- Agi: 18
- Vit: 30
- Int: 15
- Dex: 15
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 300
- AttackDelay: 1480
- AttackMotion: 480
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Moustache_Of_Mole: 9000
- Macapuno: 500
- Jur_: 10
- Goggle_: 5
- Safety_Helmet: 1
- Battered_Pot: 10
- Goggle: 15
- Martin_Card: 1
- }
-},
-{
- Id: 1863
- SpriteName: "E_SPRING_RABBIT"
- Name: "Spring Rabbit"
- Lv: 25
- Hp: 4500
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [292, 406]
- Def: 14
- Mdef: 10
- Stats: {
- Str: 20
- Agi: 15
- Vit: 15
- Int: 5
- Dex: 15
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 160
- AttackDelay: 1120
- AttackMotion: 552
- DamageMotion: 511
- MvpExp: 0
- Drops: {
- Peeps: 5000
- Jelly_Bean: 5000
- Marshmallow: 5000
- }
-},
-// Cursed Abbey
-{
- Id: 1864
- SpriteName: "ZOMBIE_SLAUGHTER"
- Name: "Zombie Slaughter"
- Lv: 77
- Hp: 43000
- Sp: 0
- Exp: 12000
- JExp: 8500
- AttackRange: 1
- Attack: [1055, 1655]
- Def: 35
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 30
- Vit: 50
- Int: 1
- Dex: 75
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 676
- AttackMotion: 648
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Clattering_Skull: 3000
- Platinum_Shotel: 10
- Mementos: 1500
- Broken_Farming_Utensil: 3000
- Sticky_Mucus: 3000
- Zombie_Slaughter_Card: 1
- }
-},
-{
- Id: 1865
- SpriteName: "RAGGED_ZOMBIE"
- Name: "Ragged Zombie"
- Lv: 75
- Hp: 25000
- Sp: 0
- Exp: 8500
- JExp: 5500
- AttackRange: 9
- Attack: [1200, 1500]
- Def: 25
- Mdef: 35
- Stats: {
- Str: 1
- Agi: 77
- Vit: 25
- Int: 10
- Dex: 101
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1960
- AttackMotion: 576
- DamageMotion: 420
- MvpExp: 0
- Drops: {
- Clattering_Skull: 3000
- Tidal_Shoes: 15
- Mementos: 1500
- Skel_Bone: 4500
- Expert_Ring: 2
- Wasteland_Outlaw: 10
- Ragged_Zombie_Card: 1
- }
-},
-{
- Id: 1866
- SpriteName: "HELL_POODLE"
- Name: "Hell Poodle"
- JName: "Hellhound"
- Lv: 71
- Hp: 9000
- Sp: 0
- Exp: 4000
- JExp: 3000
- AttackRange: 1
- Attack: [400, 600]
- Def: 35
- Mdef: 20
- Stats: {
- Str: 5
- Agi: 26
- Vit: 14
- Int: 5
- Dex: 39
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 140
- AttackDelay: 824
- AttackMotion: 432
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Monsters_Feed: 5000
- Tooth_Blade: 10
- Wild_Beast_Claw: 10
- Skel_Bone: 4500
- Well_Dried_Bone: 20
- Animals_Skin: 5500
- Pet_Food: 400
- Hell_Poodle_Card: 1
- }
-},
-{
- Id: 1867
- SpriteName: "BANSHEE"
- Name: "Banshee"
- Lv: 81
- Hp: 35111
- Sp: 0
- Exp: 17000
- JExp: 12000
- AttackRange: 1
- Attack: [1666, 2609]
- Def: 30
- Mdef: 55
- Stats: {
- Str: 30
- Agi: 74
- Vit: 1
- Int: 120
- Dex: 75
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 576
- AttackMotion: 504
- DamageMotion: 504
- MvpExp: 0
- Drops: {
- Old_White_Cloth: 3000
- Orleans_Gown: 10
- Scalpel: 10
- Wool_Scarf: 10
- Mementos: 1500
- Brigan: 5335
- Banshee_Card: 1
- }
-},
-{
- Id: 1868
- SpriteName: "G_BANSHEE"
- Name: "Banshee"
- Lv: 81
- Hp: 35111
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1666, 2609]
- Def: 30
- Mdef: 55
- Stats: {
- Str: 30
- Agi: 74
- Vit: 1
- Int: 120
- Dex: 120
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 576
- AttackMotion: 504
- DamageMotion: 504
- MvpExp: 0
-},
-{
- Id: 1869
- SpriteName: "FLAME_SKULL"
- Name: "Flame Skull"
- Lv: 60
- Hp: 10080
- Sp: 0
- Exp: 3000
- JExp: 2600
- AttackRange: 1
- Attack: [100, 1200]
- Def: 20
- Mdef: 40
- Stats: {
- Str: 50
- Agi: 100
- Vit: 30
- Int: 40
- Dex: 140
- Luk: 110
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Ghost", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 972
- AttackMotion: 648
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Skull: 5000
- Black_Leather_Boots: 20
- Lever_Action_Rifle: 20
- Horrendous_Mouth: 6000
- Flame_Skull_Card: 1
- }
-},
-{
- Id: 1870
- SpriteName: "NECROMANCER"
- Name: "Necromancer"
- Lv: 88
- Hp: 98000
- Sp: 0
- Exp: 45000
- JExp: 35000
- AttackRange: 1
- Attack: [3500, 4000]
- Def: 0
- Mdef: 40
- Stats: {
- Str: 1
- Agi: 50
- Vit: 1
- Int: 190
- Dex: 166
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1816
- AttackMotion: 1320
- DamageMotion: 420
- MvpExp: 0
- Drops: {
- Clattering_Skull: 3000
- Lich_Bone_Wand: 20
- Skel_Bone: 4500
- Mithril_Magic_Cape: 10
- Blue_Gemstone: 100
- Amulet: 100
- Rent_Spell_Book: 1500
- Necromancer_Card: 1
- }
-},
-{
- Id: 1871
- SpriteName: "FALLINGBISHOP"
- Name: "Fallen Bishop"
- JName: "Falling Bishop"
- Lv: 80
- Hp: 3333333
- Sp: 0
- Exp: 1111111
- JExp: 1111111
- AttackRange: 1
- Attack: [3220, 5040]
- Def: 50
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 80
- Vit: 15
- Int: 126
- Dex: 120
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 432
- AttackMotion: 1152
- DamageMotion: 360
- MvpExp: 555555
- MvpDrops: {
- Yggdrasilberry: 5500
- Old_Violet_Box: 5000
- Old_Violet_Box: 5000
- }
- Drops: {
- Holy_Water: 10000
- Long_Horn: 1000
- Spiritual_Ring: 500
- Hunting_Spear: 1000
- Elunium: 5432
- Blessed_Wand: 2000
- Fallen_Bishop_Card: 1
- }
-},
-{
- Id: 1872
- SpriteName: "BEELZEBUB_FLY"
- Name: "Hell Fly"
- Lv: 66
- Hp: 500000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1200, 2000]
- Def: 25
- Mdef: 15
- Stats: {
- Str: 33
- Agi: 105
- Vit: 60
- Int: 15
- Dex: 72
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Wind", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 676
- AttackMotion: 576
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1873
- SpriteName: "BEELZEBUB"
- Name: "Beelzebub"
- Lv: 98
- Hp: 6666666
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [4100, 4960]
- Def: 40
- Mdef: 35
- Stats: {
- Str: 6
- Agi: 110
- Vit: 200
- Int: 250
- Dex: 120
- Luk: 66
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Ghost", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 100
- AttackMotion: 576
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1874
- SpriteName: "BEELZEBUB_"
- Name: "Beelzebub"
- Lv: 98
- Hp: 6666666
- Sp: 0
- Exp: 6666666
- JExp: 6666666
- AttackRange: 2
- Attack: [10000, 13410]
- Def: 40
- Mdef: 40
- Stats: {
- Str: 6
- Agi: 110
- Vit: 200
- Int: 250
- Dex: 166
- Luk: 66
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Ghost", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 212
- AttackMotion: 504
- DamageMotion: 432
- MvpExp: 3333333
- MvpDrops: {
- Yggdrasilberry: 5500
- Old_Violet_Box: 5000
- Old_Violet_Box: 5000
- }
- Drops: {
- Broken_Crown: 9000
- Variant_Shoes: 2000
- Death_Note: 2000
- Destruction_Rod: 2000
- Bison_Horn: 2000
- Elunium: 5432
- Chonchon_Doll: 5500
- Berzebub_Card: 1
- }
-},
-{
- Id: 1875
- SpriteName: "TRISTAN_3RD"
- Name: "Tristan III"
- Lv: 80
- Hp: 43000
- Sp: 0
- Exp: 1
- JExp: 1
- AttackRange: 2
- Attack: [1366, 1626]
- Def: 25
- Mdef: 30
- Stats: {
- Str: 5
- Agi: 10
- Vit: 10
- Int: 69
- Dex: 70
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 175
- AttackDelay: 1816
- AttackMotion: 1152
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Broken_Crown: 9000
- Sticky_Mucus: 9000
- }
-},
-{
- Id: 1876
- SpriteName: "E_LORD_OF_DEATH"
- Name: "Lord of the Dead"
- Lv: 99
- Hp: 99000000
- Sp: 0
- Exp: 131343
- JExp: 43345
- AttackRange: 3
- Attack: [3430, 4232]
- Def: 75
- Mdef: 73
- Stats: {
- Str: 120
- Agi: 120
- Vit: 120
- Int: 169
- Dex: 150
- Luk: 106
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 180
- AttackDelay: 1446
- AttackMotion: 1296
- DamageMotion: 360
- MvpExp: 0
-},
-{
- Id: 1877
- SpriteName: "CRYSTAL_5"
- Name: "Crystal"
- Lv: 1
- Hp: 15
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 999
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Boss: true
- Plant: true
- Detector: true
- }
- MoveSpeed: 190
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- GOLD_ID4: 10
- Gift_Box: 100
- }
-},
-{
- Id: 1878
- SpriteName: "E_SHINING_PLANT"
- Name: "Shining Plant"
- JName: "Mystic Plant"
- Lv: 1
- Hp: 20
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 0
- Luk: 90
- }
- ViewRange: 7
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Holy", 1)
- Mode: {
- Plant: true
- }
- MoveSpeed: 2000
- AttackDelay: 1
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
- Drops: {
- Love_Flower: 3000
- Pointed_Scale: 1500
- Green_Herb: 500
- Red_Herb: 2000
- Yellow_Herb: 1500
- Fluff: 500
- }
-},
-{
- Id: 1879
- SpriteName: "ECLIPSE_P"
- Name: "Eclipse Pet"
- Lv: 6
- Hp: 1800
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [20, 26]
- Def: 0
- Mdef: 40
- Stats: {
- Str: 1
- Agi: 36
- Vit: 6
- Int: 0
- Dex: 11
- Luk: 80
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1456
- AttackMotion: 456
- DamageMotion: 336
- MvpExp: 0
-},
-// Moscovia monsters
-{
- Id: 1880
- SpriteName: "WOOD_GOBLIN"
- Name: "Wood Goblin"
- JName: "Leshij"
- Lv: 42
- Hp: 6982
- Sp: 0
- Exp: 2201
- JExp: 1552
- AttackRange: 1
- Attack: [600, 620]
- Def: 32
- Mdef: 3
- Stats: {
- Str: 1
- Agi: 5
- Vit: 45
- Int: 45
- Dex: 55
- Luk: 155
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 3)
- Mode: {
- CanMove: true
- CanAttack: true
- }
- MoveSpeed: 320
- AttackDelay: 2304
- AttackMotion: 840
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Iron_Wrist: 5
- Solid_Twig: 4000
- Log: 2000
- Resin: 2000
- Feather_Of_Birds: 500
- Piece_Of_Egg_Shell: 500
- Egg: 50
- }
-},
-{
- Id: 1881
- SpriteName: "LES"
- Name: "Les"
- JName: "Lesavka"
- Lv: 39
- Hp: 3080
- Sp: 0
- Exp: 1521
- JExp: 912
- AttackRange: 1
- Attack: [102, 113]
- Def: 0
- Mdef: 17
- Stats: {
- Str: 1
- Agi: 33
- Vit: 12
- Int: 32
- Dex: 52
- Luk: 38
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 4)
- Mode: {
- CanMove: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 230
- AttackDelay: 1728
- AttackMotion: 720
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Sharp_Leaf: 2000
- Green_Herb: 1000
- Shoot: 1000
- Stem: 2500
- Centimental_Leaf: 1
- Leaflet_Of_Aloe: 500
- Blue_Herb: 50
- }
-},
-{
- Id: 1882
- SpriteName: "VAVAYAGA"
- Name: "Baba Yaga"
- JName: "Baba-Yaga"
- Lv: 49
- Hp: 7444
- Sp: 0
- Exp: 2583
- JExp: 2583
- AttackRange: 2
- Attack: [255, 387]
- Def: 4
- Mdef: 29
- Stats: {
- Str: 1
- Agi: 76
- Vit: 24
- Int: 88
- Dex: 55
- Luk: 18
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Water", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 270
- AttackDelay: 1536
- AttackMotion: 600
- DamageMotion: 420
- MvpExp: 0
- Drops: {
- Old_Magic_Circle: 1000
- Yaga_Pestle: 5000
- Release_Of_Wish: 10
- Pill: 150
- Piece_Of_Cake: 1500
- Milk: 1500
- Bread: 1500
- }
-},
-{
- Id: 1883
- SpriteName: "UZHAS"
- Name: "Uzhas"
- JName: "Kikimora"
- Lv: 61
- Hp: 13707
- Sp: 0
- Exp: 4002
- JExp: 3003
- AttackRange: 1
- Attack: [293, 960]
- Def: 11
- Mdef: 34
- Stats: {
- Str: 1
- Agi: 33
- Vit: 19
- Int: 72
- Dex: 75
- Luk: 77
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Water", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 576
- AttackMotion: 672
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Leaflet_Of_Hinal: 900
- Ancient_Magic: 5
- Bitter_Herb: 100
- Fruit_Of_Mastela: 100
- Sticky_Webfoot: 3500
- Delicious_Fish: 1500
- Old_Blue_Box: 3
- }
-},
-{
- Id: 1884
- SpriteName: "MAVKA"
- Name: "Mavka"
- Lv: 63
- Hp: 19200
- Sp: 0
- Exp: 8301
- JExp: 6353
- AttackRange: 7
- Attack: [589, 623]
- Def: 32
- Mdef: 19
- Stats: {
- Str: 1
- Agi: 42
- Vit: 55
- Int: 35
- Dex: 89
- Luk: 177
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 1536
- AttackMotion: 504
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Principles_Of_Magic: 5
- Singing_Flower: 300
- Singing_Plant: 300
- Illusion_Flower: 50
- Crystal_Mirror: 1500
- Witherless_Rose: 300
- Blue_Herb: 3000
- }
-},
-{
- Id: 1885
- SpriteName: "GOPINICH"
- Name: "Gopinich"
- JName: "Gopinch"
- Lv: 85
- Hp: 299321
- Sp: 0
- Exp: 45250
- JExp: 16445
- AttackRange: 3
- Attack: [1868, 6124]
- Def: 20
- Mdef: 42
- Stats: {
- Str: 50
- Agi: 65
- Vit: 55
- Int: 103
- Dex: 152
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1536
- AttackMotion: 864
- DamageMotion: 432
- MvpExp: 22625
- MvpDrops: {
- Yggdrasilberry: 5500
- Old_Violet_Box: 5000
- Old_Violet_Box: 5000
- }
- Drops: {
- Old_Violet_Box: 4000
- Ring_: 200
- Int_Dish10: 1000
- Ixion_Wing: 100
- Pole_Axe: 5
- Treasure_Box: 5000
- Loard_Circlet: 1
- }
-},
-{
- Id: 1886
- SpriteName: "G_MAVKA"
- Name: "Mavka"
- Lv: 63
- Hp: 19200
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 7
- Attack: [589, 623]
- Def: 32
- Mdef: 19
- Stats: {
- Str: 1
- Agi: 42
- Vit: 55
- Int: 35
- Dex: 89
- Luk: 177
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 1536
- AttackMotion: 504
- DamageMotion: 360
- MvpExp: 0
-},
-// Additional Monsters
-{
- Id: 1887
- SpriteName: "FREEZER_R"
- Name: "Freezer"
- Lv: 72
- Hp: 8636
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [671, 983]
- Def: 55
- Mdef: 43
- Stats: {
- Str: 69
- Agi: 41
- Vit: 59
- Int: 5
- Dex: 67
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1452
- AttackMotion: 483
- DamageMotion: 528
- MvpExp: 0
- Drops: {
- Cyfar: 2000
- Ice_Piece: 2000
- }
-},
-{
- Id: 1888
- SpriteName: "GARM_BABY_R"
- Name: "Garm Baby"
- Lv: 61
- Hp: 15199
- Sp: 0
- Exp: 100
- JExp: 100
- AttackRange: 1
- Attack: [680, 1580]
- Def: 24
- Mdef: 13
- Stats: {
- Str: 45
- Agi: 30
- Vit: 36
- Int: 55
- Dex: 85
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 450
- AttackDelay: 879
- AttackMotion: 672
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Ice_Piece: 2000
- }
-},
-{
- Id: 1889
- SpriteName: "GARM_R"
- Name: "Marozka's Guard"
- Lv: 73
- Hp: 100000
- Sp: 0
- Exp: 1000
- JExp: 1000
- AttackRange: 3
- Attack: [900, 2200]
- Def: 20
- Mdef: 23
- Stats: {
- Str: 85
- Agi: 126
- Vit: 10
- Int: 50
- Dex: 95
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Water", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 608
- AttackMotion: 408
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Cyfar: 2000
- Ice_Piece: 2000
- }
-},
-{
- Id: 1890
- SpriteName: "GOPINICH_R"
- Name: "The Immortal Koshei"
- Lv: 85
- Hp: 299321
- Sp: 0
- Exp: 1000
- JExp: 1000
- AttackRange: 3
- Attack: [1868, 6124]
- Def: 20
- Mdef: 42
- Stats: {
- Str: 50
- Agi: 65
- Vit: 55
- Int: 50
- Dex: 152
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1536
- AttackMotion: 864
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1891
- SpriteName: "G_RANDGRIS_"
- Name: "Valkyrie"
- Lv: 99
- Hp: 1567200
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 3
- Attack: [5560, 9980]
- Def: 25
- Mdef: 42
- Stats: {
- Str: 100
- Agi: 120
- Vit: 80
- Int: 120
- Dex: 220
- Luk: 210
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Angel"
- Element: ("Ele_Holy", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 576
- AttackMotion: 576
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1892
- SpriteName: "G_LOLI_RURI"
- Name: "Lolo Ruri"
- Lv: 71
- Hp: 23470
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [1476, 2317]
- Def: 39
- Mdef: 44
- Stats: {
- Str: 0
- Agi: 66
- Vit: 54
- Int: 74
- Dex: 81
- Luk: 43
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 125
- AttackDelay: 747
- AttackMotion: 1632
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1893
- SpriteName: "G_KNIGHT_OF_ABYSS"
- Name: "Knight of the Abyss"
- JName: "Abysmal Knight"
- Lv: 79
- Hp: 36140
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1600, 2150]
- Def: 55
- Mdef: 50
- Stats: {
- Str: 66
- Agi: 68
- Vit: 64
- Int: 25
- Dex: 135
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Dark", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1500
- AttackMotion: 500
- DamageMotion: 1000
- MvpExp: 0
-},
-{
- Id: 1894
- SpriteName: "POURING"
- Name: "Pouring"
- Lv: 50
- Hp: 100000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [550, 1450]
- Def: 20
- Mdef: 50
- Stats: {
- Str: 45
- Agi: 30
- Vit: 36
- Int: 55
- Dex: 85
- Luk: 30
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Ghost", 3)
- Mode: {
- CanMove: true
- Looter: true
- Assist: true
- Boss: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 300
- AttackDelay: 1672
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Cold_Medicine: 8335
- }
-},
-{
- Id: 1895
- SpriteName: "EVENT_SEYREN"
- Name: "Seyren"
- JName: "Seyren Windsor"
- Lv: 91
- Hp: 88402
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [2100, 2530]
- Def: 63
- Mdef: 12
- Stats: {
- Str: 90
- Agi: 89
- Vit: 72
- Int: 20
- Dex: 99
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Fire", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 1896
- SpriteName: "EVENT_KATRINN"
- Name: "Katrinn"
- JName: "Kathryne Keyron"
- Lv: 92
- Hp: 47280
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [497, 1697]
- Def: 10
- Mdef: 74
- Stats: {
- Str: 1
- Agi: 5
- Vit: 77
- Int: 180
- Dex: 110
- Luk: 39
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Ghost", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1152
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 1897
- SpriteName: "EVENT_BAPHOMET_"
- Name: "Baphomet"
- Lv: 81
- Hp: 668000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [3220, 4040]
- Def: 35
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 152
- Vit: 30
- Int: 85
- Dex: 120
- Luk: 95
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 768
- AttackMotion: 768
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1898
- SpriteName: "EVENT_ZOMBIE"
- Name: "Zombie"
- Lv: 12
- Hp: 434
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [67, 79]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 400
- AttackDelay: 2612
- AttackMotion: 912
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Jade_Plate: 10000
- }
-},
-{
- Id: 1899
- SpriteName: "SWORD_GUARDIAN_"
- Name: "Sword Guardian"
- Lv: 86
- Hp: 152533
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [7590, 9140]
- Def: 60
- Mdef: 33
- Stats: {
- Str: 110
- Agi: 40
- Vit: 54
- Int: 65
- Dex: 125
- Luk: 65
- }
- ViewRange: 14
- ChaseRange: 16
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- Boss: true
- CanAttack: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 140
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
-},
-/*{
- Id: 1900
- SpriteName: "BOW_GUARDIAN_"
- Name: "Archer Guardian"
- Lv: 80
- Hp: 80404
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 12
- Attack: [1840, 2520]
- Def: 40
- Mdef: 62
- Stats: {
- Str: 95
- Agi: 80
- Vit: 33
- Int: 90
- Dex: 165
- Luk: 55
- }
- ViewRange: 14
- ChaseRange: 16
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- Boss: true
- CanAttack: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
-},*/
-{
- Id: 1901
- SpriteName: "E_CONDOR"
- Name: "Condor"
- Lv: 5
- Hp: 8000
- Sp: 0
- Exp: 100
- JExp: 100
- AttackRange: 1
- Attack: [200, 400]
- Def: 10
- Mdef: 15
- Stats: {
- Str: 1
- Agi: 13
- Vit: 10
- Int: 25
- Dex: 95
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Angel"
- Element: ("Ele_Holy", 1)
- Mode: {
- CanMove: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 150
- AttackDelay: 1148
- AttackMotion: 648
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Heart_Box: 5000
- }
-},
-{
- Id: 1902
- SpriteName: "E_TREASURE1"
- Name: "Treasure Box"
- JName: "Treasure Chest"
- Lv: 99
- Hp: 49
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 100
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Holy", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Gold_Key77: 1000
- }
-},
-{
- Id: 1903
- SpriteName: "E_TREASURE2"
- Name: "Treasure Box"
- JName: "Treasure Chest"
- Lv: 99
- Hp: 49
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 100
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Holy", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Silver_Key77: 1000
- }
-},
-{
- Id: 1904
- SpriteName: "BOMBPORING"
- Name: "Bomb Poring"
- JName: "Bombring"
- Lv: 28
- Hp: 1000000
- Sp: 0
- Exp: 461
- JExp: 284
- AttackRange: 1
- Attack: [120, 320]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 28
- Vit: 28
- Int: 0
- Dex: 33
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1672
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-// WoE Second Edition; Battle Fields
-{
- Id: 1905
- SpriteName: "BARRICADE"
- Name: "Barricade"
- Lv: 98
- Hp: 600000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 17
- Vit: 1
- Int: 80
- Dex: 126
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 300
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1906
- SpriteName: "BARRICADE_"
- Name: "Barricade"
- Lv: 98
- Hp: 150
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [0, 0]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 17
- Vit: 1
- Int: 80
- Dex: 126
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Plant: true
- Detector: true
- }
- MoveSpeed: 300
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1907
- SpriteName: "S_EMPEL_1"
- Name: "Guardian Stone"
- Lv: 90
- Hp: 120000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [1, 2]
- Def: 40
- Mdef: 50
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 300
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1908
- SpriteName: "S_EMPEL_2"
- Name: "Guardian Stone"
- Lv: 90
- Hp: 120000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [1, 2]
- Def: 40
- Mdef: 50
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 300
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1909
- SpriteName: "OBJ_A"
- Name: "Food Storage"
- Lv: 90
- Hp: 250
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Plant: true
- Detector: true
- }
- MoveSpeed: 300
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1910
- SpriteName: "OBJ_B"
- Name: "Food Depot"
- Lv: 90
- Hp: 250
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Plant: true
- Detector: true
- }
- MoveSpeed: 300
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1911
- SpriteName: "OBJ_NEUTRAL"
- Name: "Neutrality Flag"
- Lv: 90
- Hp: 150
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Plant: true
- Detector: true
- }
- MoveSpeed: 300
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1912
- SpriteName: "OBJ_FLAG_A"
- Name: "Lion Flag"
- Lv: 90
- Hp: 150
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Plant: true
- Detector: true
- }
- MoveSpeed: 300
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1913
- SpriteName: "OBJ_FLAG_B"
- Name: "Eagle Flag"
- Lv: 90
- Hp: 150
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Plant: true
- Detector: true
- }
- MoveSpeed: 300
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1914
- SpriteName: "OBJ_A2"
- Name: "Blue Crystal"
- Lv: 90
- Hp: 250
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Plant: true
- Detector: true
- }
- MoveSpeed: 300
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1915
- SpriteName: "OBJ_B2"
- Name: "Pink Crystal"
- Lv: 90
- Hp: 250
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Plant: true
- Detector: true
- }
- MoveSpeed: 300
- AttackDelay: 1288
- AttackMotion: 288
- DamageMotion: 384
- MvpExp: 0
-},
-// Satan Morroc
-{
- Id: 1916
- SpriteName: "MOROCC"
- Name: "Satan Morroc"
- Lv: 99
- Hp: 8388607
- Sp: 0
- Exp: 6700000
- JExp: 4500000
- AttackRange: 2
- Attack: [32000, 32001]
- Def: 29
- Mdef: 65
- Stats: {
- Str: 140
- Agi: 160
- Vit: 30
- Int: 250
- Dex: 180
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 76
- AttackMotion: 540
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1917
- SpriteName: "MOROCC_"
- Name: "Wounded Morroc"
- Lv: 99
- Hp: 8388607
- Sp: 0
- Exp: 3600000
- JExp: 3000000
- AttackRange: 2
- Attack: [15000, 18000]
- Def: 29
- Mdef: 65
- Stats: {
- Str: 140
- Agi: 160
- Vit: 30
- Int: 250
- Dex: 180
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 576
- AttackMotion: 540
- DamageMotion: 432
- MvpExp: 3600000
- MvpDrops: {
- Yggdrasilberry: 5500
- Old_Violet_Box: 5000
- Old_Violet_Box: 5000
- }
- Drops: {
- Diabolus_Helmet: 1000
- Diabolus_Robe: 5000
- Diabolus_Armor: 5000
- Diabolus_Boots: 5000
- Dark_Crystal: 9000
- Dark_Debris: 9000
- }
-},
-{
- Id: 1918
- SpriteName: "MOROCC_1"
- Name: "Incarnation of Morroc"
- Lv: 97
- Hp: 190000
- Sp: 0
- Exp: 61000
- JExp: 140000
- AttackRange: 1
- Attack: [7000, 8600]
- Def: 20
- Mdef: 35
- Stats: {
- Str: 150
- Agi: 152
- Vit: 30
- Int: 180
- Dex: 186
- Luk: 70
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Angel"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 110
- AttackDelay: 576
- AttackMotion: 540
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Herald_Of_GOD: 10
- Dark_Crystal: 1000
- Dark_Debris: 3000
- Elunium: 160
- Brigan: 4850
- Diabolus_Manteau: 3
- Nemesis: 20
- }
-},
-{
- Id: 1919
- SpriteName: "MOROCC_2"
- Name: "Incarnation of Morroc"
- Lv: 97
- Hp: 190000
- Sp: 0
- Exp: 65000
- JExp: 120000
- AttackRange: 1
- Attack: [3500, 5100]
- Def: 20
- Mdef: 5
- Stats: {
- Str: 120
- Agi: 83
- Vit: 20
- Int: 10
- Dex: 166
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 576
- AttackMotion: 540
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Skin_Of_Ventus: 3
- Dark_Crystal: 1000
- Dark_Debris: 3000
- Oridecon: 160
- Cyfar: 3500
- Cross_Shield: 15
- }
-},
-{
- Id: 1920
- SpriteName: "MOROCC_3"
- Name: "Incarnation of Morroc"
- Lv: 96
- Hp: 143000
- Sp: 0
- Exp: 50000
- JExp: 80000
- AttackRange: 2
- Attack: [3400, 5000]
- Def: 15
- Mdef: 37
- Stats: {
- Str: 40
- Agi: 200
- Vit: 20
- Int: 60
- Dex: 100
- Luk: 37
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Undead", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 212
- AttackMotion: 540
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Ragamuffin_Cape: 10
- Dark_Crystal: 1000
- Dark_Debris: 3000
- Elunium: 160
- Brigan: 4850
- Cursed_Hand: 3
- Bloody_Eater: 15
- }
-},
-{
- Id: 1921
- SpriteName: "MOROCC_4"
- Name: "Incarnation of Morroc"
- Lv: 98
- Hp: 150000
- Sp: 0
- Exp: 51000
- JExp: 70000
- AttackRange: 1
- Attack: [3000, 4025]
- Def: 18
- Mdef: 54
- Stats: {
- Str: 60
- Agi: 60
- Vit: 30
- Int: 220
- Dex: 125
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Ghost", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1536
- AttackMotion: 540
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Diabolus_Ring: 5
- Dark_Crystal: 1000
- Dark_Debris: 3000
- Oridecon: 160
- Cyfar: 3500
- Exorcism_Bible: 20
- }
-},
-{
- Id: 1922
- SpriteName: "G_MOROCC_1"
- Name: "Incarnation of Morroc"
- JName: "Shadow of Morroc"
- Lv: 97
- Hp: 1200000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [16000, 16001]
- Def: 20
- Mdef: 35
- Stats: {
- Str: 150
- Agi: 152
- Vit: 30
- Int: 180
- Dex: 186
- Luk: 70
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Angel"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 110
- AttackDelay: 576
- AttackMotion: 540
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1923
- SpriteName: "G_MOROCC_2"
- Name: "Incarnation of Morroc"
- JName: "Shadow of Morroc"
- Lv: 97
- Hp: 1200000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [16000, 16001]
- Def: 20
- Mdef: 5
- Stats: {
- Str: 120
- Agi: 83
- Vit: 20
- Int: 10
- Dex: 166
- Luk: 50
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 576
- AttackMotion: 540
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1924
- SpriteName: "G_MOROCC_3"
- Name: "Incarnation of Morroc"
- JName: "Shadow of Morroc"
- Lv: 96
- Hp: 1200000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [16000, 16001]
- Def: 15
- Mdef: 37
- Stats: {
- Str: 40
- Agi: 200
- Vit: 20
- Int: 60
- Dex: 100
- Luk: 37
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Undead", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 212
- AttackMotion: 540
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1925
- SpriteName: "G_MOROCC_4"
- Name: "Incarnation of Morroc"
- JName: "Shadow of Morroc"
- Lv: 98
- Hp: 1200000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [16000, 16001]
- Def: 18
- Mdef: 54
- Stats: {
- Str: 60
- Agi: 60
- Vit: 30
- Int: 220
- Dex: 125
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Ghost", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1536
- AttackMotion: 540
- DamageMotion: 432
- MvpExp: 0
-},
-// God Item Creation (WoE SE); Catacombs
-{
- Id: 1926
- SpriteName: "JAKK_H"
- Name: "Jakk"
- JName: "Shameless Jakk"
- Lv: 38
- Hp: 300
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [5, 10]
- Def: 5
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 38
- Vit: 38
- Int: 43
- Dex: 75
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1180
- AttackMotion: 480
- DamageMotion: 648
- MvpExp: 0
- Drops: {
- Pumpkin_Head: 3000
- Pumpkin_Head: 3000
- Pumpkin: 3000
- Pumpkin: 3000
- Pumpkin: 3000
- }
-},
-{
- Id: 1927
- SpriteName: "WHISPER_H"
- Name: "Whisper"
- Lv: 34
- Hp: 100
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [5, 10]
- Def: 0
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 51
- Vit: 14
- Int: 0
- Dex: 60
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Ghost", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1960
- AttackMotion: 960
- DamageMotion: 504
- MvpExp: 0
- Drops: {
- Transparent_Cloth: 5000
- Transparent_Cloth: 5000
- }
-},
-{
- Id: 1928
- SpriteName: "DEVIRUCHI_H"
- Name: "Deviruchi"
- Lv: 46
- Hp: 500
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [5, 10]
- Def: 10
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 69
- Vit: 40
- Int: 55
- Dex: 70
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 980
- AttackMotion: 600
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Petite_DiablOfs_Horn: 3000
- Petite_DiablOfs_Wing: 3000
- }
-},
-{
- Id: 1929
- SpriteName: "BAPHOMET_I"
- Name: "Great Demon Baphomet"
- JName: "Unsealed Baphomet"
- Lv: 98
- Hp: 4520000
- Sp: 0
- Exp: 4520000
- JExp: 2520000
- AttackRange: 2
- Attack: [16000, 16001]
- Def: 35
- Mdef: 45
- Stats: {
- Str: 1
- Agi: 152
- Vit: 5
- Int: 85
- Dex: 200
- Luk: 95
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 768
- AttackMotion: 768
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Bapho_Doll: 500
- Pauldron: 7000
- Tae_Goo_Lyeon: 5000
- Bloody_Iron_Ball: 100
- Celestial_Robe: 7000
- Holy_Robe: 7000
- Crescent_Scythe: 9000
- Baphomet_Card: 1
- }
-},
-{
- Id: 1930
- SpriteName: "PIAMETTE"
- Name: "Piamette"
- Lv: 90
- Hp: 3000000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [15000, 20000]
- Def: 35
- Mdef: 35
- Stats: {
- Str: 1
- Agi: 66
- Vit: 5
- Int: 99
- Dex: 120
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 432
- AttackMotion: 768
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1931
- SpriteName: "WISH_MAIDEN"
- Name: "Wish Maiden"
- Lv: 98
- Hp: 3567200
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 3
- Attack: [32000, 32001]
- Def: 25
- Mdef: 42
- Stats: {
- Str: 100
- Agi: 120
- Vit: 30
- Int: 120
- Dex: 220
- Luk: 210
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Angel"
- Element: ("Ele_Ghost", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 576
- AttackMotion: 576
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1932
- SpriteName: "GARDEN_KEEPER"
- Name: "Garden Keeper"
- Lv: 80
- Hp: 100
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Boss: true
- Plant: true
- CanAttack: true
- }
- MoveSpeed: 100
- AttackDelay: 768
- AttackMotion: 768
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Crystal_Key: 9000
- }
-},
-{
- Id: 1933
- SpriteName: "GARDEN_WATCHER"
- Name: "Garden Watcher"
- Lv: 81
- Hp: 300000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1666, 2609]
- Def: 55
- Mdef: 55
- Stats: {
- Str: 30
- Agi: 74
- Vit: 56
- Int: 126
- Dex: 145
- Luk: 114
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Angel"
- Element: ("Ele_Neutral", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 432
- AttackMotion: 480
- DamageMotion: 360
- MvpExp: 0
-},
-{
- Id: 1934
- SpriteName: "BLUE_FLOWER"
- Name: "Blue Flower"
- Lv: 98
- Hp: 10000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- Boss: true
- Plant: true
- }
- MoveSpeed: 100
- AttackDelay: 768
- AttackMotion: 768
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1935
- SpriteName: "RED_FLOWER"
- Name: "Red Flower"
- Lv: 98
- Hp: 10000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- Boss: true
- Plant: true
- }
- MoveSpeed: 100
- AttackDelay: 768
- AttackMotion: 768
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1936
- SpriteName: "YELL_FLOWER"
- Name: "Yellow Flower"
- Lv: 98
- Hp: 10000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- Boss: true
- Plant: true
- }
- MoveSpeed: 100
- AttackDelay: 768
- AttackMotion: 768
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1937
- SpriteName: "CONSTANT_"
- Name: "Constant"
- Lv: 55
- Hp: 10000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [460, 580]
- Def: 12
- Mdef: 12
- Stats: {
- Str: 50
- Agi: 28
- Vit: 26
- Int: 47
- Dex: 66
- Luk: 14
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 720
- AttackMotion: 360
- DamageMotion: 360
- MvpExp: 0
-},
-{
- Id: 1938
- SpriteName: "TREASURE_BOX41"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Goddess_Tear: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree_Box: 10000
- Oridecon: 4850
- Elunium: 7275
- Pauldron: 40
- Healing_Staff: 150
- Wild_Beast_Claw: 150
- }
-},
-{
- Id: 1939
- SpriteName: "TREASURE_BOX42"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Valkyrie_Token: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree_Box: 10000
- Oridecon: 4850
- Elunium: 7275
- Celestial_Robe: 40
- Berdysz: 150
- Inverse_Scale: 150
- }
-},
-{
- Id: 1940
- SpriteName: "TREASURE_BOX43"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Brynhild_Armor_Piece: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree_Box: 10000
- Oridecon: 4850
- Elunium: 7275
- Scalpel: 150
- Heart_Breaker: 150
- Blood_Tears: 150
- }
-},
-{
- Id: 1941
- SpriteName: "TREASURE_BOX44"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Hero_Remains: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree_Box: 10000
- Oridecon: 4850
- Elunium: 7275
- Platinum_Shotel: 150
- Burning_Bow: 150
- Divine_Cross: 50
- }
-},
-{
- Id: 1942
- SpriteName: "TREASURE_BOX45"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Andvari_Ring: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree_Box: 10000
- Oridecon: 4850
- Elunium: 7275
- Muscle_Cutter: 150
- Orc_Archer_Bow: 150
- Icicle_Fist: 150
- }
-},
-{
- Id: 1943
- SpriteName: "TREASURE_BOX46"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Dusk_Glow: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree_Box: 10000
- Oridecon: 4850
- Elunium: 7275
- Battle_Hook: 150
- Frozen_Bow: 150
- Combo_Battle_Glove: 150
- }
-},
-{
- Id: 1944
- SpriteName: "TREASURE_BOX47"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Dawn_Essence: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree_Box: 10000
- Oridecon: 4850
- Elunium: 7275
- Ahlspiess: 150
- Earth_Bow: 150
- Ulfhedinn: 50
- }
-},
-{
- Id: 1945
- SpriteName: "TREASURE_BOX48"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Cold_Moonlight: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree_Box: 10000
- Oridecon: 4850
- Elunium: 7275
- Lich_Bone_Wand: 150
- Gust_Bow: 150
- Seismic_Fist: 150
- }
-},
-{
- Id: 1946
- SpriteName: "TREASURE_BOX49"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Hazy_Starlight: 80
- Union_Of_Tribe: 500
- Branch_Of_Dead_Tree_Box: 10000
- Oridecon: 4850
- Elunium: 7275
- Piercing_Staff: 150
- Drill_Katar: 150
- Mithril_Magic_Cape: 50
- }
-},
-{
- Id: 1947
- SpriteName: "PIAMETTE_"
- Name: "Piamette"
- Lv: 90
- Hp: 500000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [5000, 6000]
- Def: 35
- Mdef: 35
- Stats: {
- Str: 1
- Agi: 66
- Vit: 5
- Int: 99
- Dex: 120
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 432
- AttackMotion: 768
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1948
- SpriteName: "G_YGNIZEM"
- Name: "Ygnizem"
- Lv: 58
- Hp: 11200
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [823, 1212]
- Def: 35
- Mdef: 8
- Stats: {
- Str: 60
- Agi: 35
- Vit: 52
- Int: 18
- Dex: 79
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 145
- AttackDelay: 576
- AttackMotion: 432
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 1949
- SpriteName: "B_S_GUARDIAN"
- Name: "Camp Guardian"
- Lv: 86
- Hp: 457599
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [7590, 9140]
- Def: 60
- Mdef: 33
- Stats: {
- Str: 110
- Agi: 40
- Vit: 5
- Int: 65
- Dex: 125
- Luk: 65
- }
- ViewRange: 14
- ChaseRange: 16
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 140
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 1950
- SpriteName: "B_B_GUARDIAN"
- Name: "Camp Guardian"
- Lv: 80
- Hp: 241212
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 12
- Attack: [1840, 2520]
- Def: 40
- Mdef: 62
- Stats: {
- Str: 95
- Agi: 80
- Vit: 5
- Int: 90
- Dex: 165
- Luk: 55
- }
- ViewRange: 14
- ChaseRange: 16
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 76
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
-},
-// Ravies Sister's 'Valyrie's Gift' monsters.
-{
- Id: 1951
- SpriteName: "CRYSTAL_6"
- Name: "Crystal"
- Lv: 1
- Hp: 15
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 999
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Boss: true
- Plant: true
- Detector: true
- }
- MoveSpeed: 190
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Piece_Of_Cake: 3800
- Candy_Striper: 4500
- White_Chocolate: 5000
- Gift_Box_2: 4900
- Banana_Juice: 6500
- Chocolate: 5000
- Yggdrasilberry: 200
- }
-},
-{
- Id: 1952
- SpriteName: "CRYSTAL_7"
- Name: "Crystal"
- Lv: 1
- Hp: 15
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 999
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Boss: true
- Plant: true
- Detector: true
- }
- MoveSpeed: 190
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Piece_Of_Cake: 3800
- Candy_Striper: 4500
- White_Chocolate: 5000
- Gift_Box_4: 4900
- Apple_Juice: 6500
- Chocolate: 5000
- Seed_Of_Yggdrasil: 250
- }
-},
-{
- Id: 1953
- SpriteName: "CRYSTAL_8"
- Name: "Crystal"
- Lv: 1
- Hp: 15
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 999
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Boss: true
- Plant: true
- Detector: true
- }
- MoveSpeed: 190
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Piece_Of_Cake: 3800
- Candy_Striper: 4500
- White_Chocolate: 5000
- Gift_Box_1: 4900
- Carrot_Juice: 6500
- Chocolate: 5000
- Branch_Of_Dead_Tree: 300
- }
-},
-{
- Id: 1954
- SpriteName: "CRYSTAL_9"
- Name: "Crystal"
- Lv: 1
- Hp: 15
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 999
- Luk: 1
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Boss: true
- Plant: true
- Detector: true
- }
- MoveSpeed: 190
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Piece_Of_Cake: 3800
- Candy_Striper: 4500
- White_Chocolate: 5000
- Gift_Box_3: 4900
- Grape_Juice: 6500
- Chocolate: 5000
- Old_Blue_Box: 100
- }
-},
-// ?
-{
- Id: 1955
- SpriteName: "TREASURE_BOX_I"
- Name: "Treasure Chest"
- Lv: 99
- Hp: 0
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [0, 0]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 999
- Luk: 0
- }
- ViewRange: 0
- ChaseRange: 0
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 0
- AttackDelay: 0
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Tresure_Box_WoE: 3000
- Soul_Crystal: 4000
- }
-},
-// Endless Tower
-{
- Id: 1956
- SpriteName: "NAGHT_SIEGER"
- Name: "Naght Sieger"
- Lv: 99
- Hp: 8000000
- Sp: 0
- Exp: 4000000
- JExp: 2000000
- AttackRange: 2
- Attack: [32000, 64000]
- Def: 60
- Mdef: 40
- Stats: {
- Str: 1
- Agi: 50
- Vit: 80
- Int: 220
- Dex: 220
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Ghost", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 76
- AttackMotion: 432
- DamageMotion: 504
- MvpExp: 0
- Drops: {
- Twin_Edge_B: 9000
- Twin_Edge_R: 9000
- Flame_Manteau: 9000
- Bone_Helm: 9000
- Old_Card_Album: 9000
- Pauldron: 9000
- Turquoise: 9000
- }
-},
-{
- Id: 1957
- SpriteName: "ENTWEIHEN"
- Name: "Entweihen Crothen"
- Lv: 90
- Hp: 5400000
- Sp: 0
- Exp: 2700000
- JExp: 1350000
- AttackRange: 12
- Attack: [32000, 40000]
- Def: 44
- Mdef: 66
- Stats: {
- Str: 1
- Agi: 70
- Vit: 40
- Int: 250
- Dex: 220
- Luk: 30
- }
- ViewRange: 14
- ChaseRange: 16
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 4)
- Mode: {
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 140
- AttackMotion: 540
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Thorn_Staff: 9000
- Holy_Stick: 9000
- Celestial_Robe: 9000
- Lich_Bone_Wand: 9000
- Old_Card_Album: 9000
- Survival_Rod_: 9000
- Agate: 9000
- Ant_Buyanne_Card: 1
- }
-},
-{
- Id: 1958
- SpriteName: "G_ENTWEIHEN_R"
- Name: "Thorny Skeleton"
- Lv: 89
- Hp: 5400000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 12
- Attack: [4040, 4720]
- Def: 44
- Mdef: 66
- Stats: {
- Str: 1
- Agi: 35
- Vit: 33
- Int: 180
- Dex: 125
- Luk: 30
- }
- ViewRange: 14
- ChaseRange: 16
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 4)
- Mode: {
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 432
- AttackMotion: 288
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1959
- SpriteName: "G_ENTWEIHEN_H"
- Name: "Thorn of Recovery"
- Lv: 89
- Hp: 350000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 12
- Attack: [2040, 2720]
- Def: 44
- Mdef: 66
- Stats: {
- Str: 1
- Agi: 35
- Vit: 33
- Int: 180
- Dex: 125
- Luk: 30
- }
- ViewRange: 14
- ChaseRange: 16
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Ghost", 4)
- Mode: {
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 2864
- AttackMotion: 288
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1960
- SpriteName: "G_ENTWEIHEN_M"
- Name: "Thorn of Magic"
- Lv: 89
- Hp: 5400000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 12
- Attack: [2040, 2720]
- Def: 44
- Mdef: 66
- Stats: {
- Str: 1
- Agi: 35
- Vit: 33
- Int: 180
- Dex: 125
- Luk: 30
- }
- ViewRange: 14
- ChaseRange: 16
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 4)
- Mode: {
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 1024
- AttackMotion: 288
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1961
- SpriteName: "G_ENTWEIHEN_S"
- Name: "Thorn of Purification"
- Lv: 89
- Hp: 5400000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 12
- Attack: [2040, 2720]
- Def: 44
- Mdef: 66
- Stats: {
- Str: 1
- Agi: 35
- Vit: 33
- Int: 180
- Dex: 125
- Luk: 30
- }
- ViewRange: 14
- ChaseRange: 16
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 4)
- Mode: {
- Aggressive: true
- Boss: true
- CanAttack: true
- Detector: true
- }
- MoveSpeed: 0
- AttackDelay: 2864
- AttackMotion: 288
- DamageMotion: 576
- MvpExp: 0
-},
-// Additional Monsters
-{
- Id: 1962
- SpriteName: "ANTONIO_"
- Name: "Christmas Thief"
- Lv: 10
- Hp: 15
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [13, 20]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 50
- Dex: 100
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 100
- AttackDelay: 720
- AttackMotion: 720
- DamageMotion: 432
- MvpExp: 0
-},
-{
- Id: 1963
- SpriteName: "P_CHUNG_E"
- Name: "New Year Doll"
- Lv: 49
- Hp: 23900
- Sp: 0
- Exp: 2396
- JExp: 993
- AttackRange: 1
- Attack: [460, 1050]
- Def: 8
- Mdef: 15
- Stats: {
- Str: 38
- Agi: 65
- Vit: 43
- Int: 30
- Dex: 90
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 170
- AttackDelay: 1728
- AttackMotion: 816
- DamageMotion: 1188
- MvpExp: 0
-},
-{
- Id: 1964
- SpriteName: "NIGHTMARE_T"
- Name: "Nightmare"
- Lv: 30
- Hp: 2000
- Sp: 0
- Exp: 512
- JExp: 387
- AttackRange: 1
- Attack: [100, 200]
- Def: 0
- Mdef: 40
- Stats: {
- Str: 1
- Agi: 100
- Vit: 1
- Int: 1
- Dex: 100
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Ghost", 3)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 150
- AttackDelay: 1816
- AttackMotion: 816
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Blue_Potion: 2000
- Blue_Herb: 3000
- Test_Certificate: 5000
- }
-},
-{
- Id: 1965
- SpriteName: "M_WILD_ROSE"
- Name: "Wild Rose"
- Lv: 38
- Hp: 4000
- Sp: 50
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [100, 145]
- Def: 0
- Mdef: 15
- Stats: {
- Str: 0
- Agi: 85
- Vit: 15
- Int: 35
- Dex: 65
- Luk: 80
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Wind", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 100
- AttackDelay: 964
- AttackMotion: 864
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 1966
- SpriteName: "M_DOPPELGANGER"
- Name: "Doppelganger"
- Lv: 72
- Hp: 7800
- Sp: 200
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [200, 250]
- Def: 30
- Mdef: 20
- Stats: {
- Str: 0
- Agi: 38
- Vit: 30
- Int: 35
- Dex: 65
- Luk: 65
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 100
- AttackDelay: 300
- AttackMotion: 480
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 1967
- SpriteName: "M_YGNIZEM"
- Name: "Ygnizem"
- JName: "Egnigem Cenia"
- Lv: 79
- Hp: 7800
- Sp: 200
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [200, 250]
- Def: 30
- Mdef: 20
- Stats: {
- Str: 0
- Agi: 38
- Vit: 30
- Int: 35
- Dex: 65
- Luk: 65
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 2)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 100
- AttackDelay: 300
- AttackMotion: 480
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 1968
- SpriteName: "E_STROUF"
- Name: "Strouf"
- Lv: 48
- Hp: 11990
- Sp: 0
- Exp: 6160
- JExp: 4196
- AttackRange: 1
- Attack: [200, 1250]
- Def: 5
- Mdef: 50
- Stats: {
- Str: 1
- Agi: 40
- Vit: 45
- Int: 92
- Dex: 43
- Luk: 65
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Fish"
- Element: ("Ele_Water", 3)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 150
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Fin: 5335
- Oridecon_Stone: 230
- Granpa_Beard: 4
- Trident_: 4
- Feather: 3000
- Skyblue_Jewel: 40
- Gill: 1500
- Strouf_Card: 1
- }
-},
-{
- Id: 1969
- SpriteName: "E_MARC"
- Name: "Marc"
- Lv: 36
- Hp: 6900
- Sp: 0
- Exp: 1976
- JExp: 1250
- AttackRange: 1
- Attack: [220, 280]
- Def: 5
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 36
- Vit: 36
- Int: 20
- Dex: 56
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Fish"
- Element: ("Ele_Water", 2)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 150
- AttackDelay: 1272
- AttackMotion: 72
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Mistic_Frozen: 36
- Gill: 9000
- Oridecon_Stone: 190
- Fin: 1000
- Skyblue_Jewel: 20
- Blue_Gemstone: 200
- White_Herb: 700
- Marc_Card: 1
- }
-},
-{
- Id: 1970
- SpriteName: "E_OBEAUNE"
- Name: "Obeune"
- JName: "Obeaune"
- Lv: 31
- Hp: 3952
- Sp: 0
- Exp: 1288
- JExp: 814
- AttackRange: 1
- Attack: [141, 165]
- Def: 0
- Mdef: 40
- Stats: {
- Str: 1
- Agi: 31
- Vit: 31
- Int: 55
- Dex: 74
- Luk: 85
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Fish"
- Element: ("Ele_Water", 2)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 200
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Mistic_Frozen: 26
- Heart_Of_Mermaid: 9000
- Fin_Helm: 2
- Saint_Robe_: 20
- Skyblue_Jewel: 20
- Fin: 500
- Witherless_Rose: 60
- Obeaune_Card: 1
- }
-},
-{
- Id: 1971
- SpriteName: "E_VADON"
- Name: "Vadon"
- Lv: 19
- Hp: 1017
- Sp: 0
- Exp: 270
- JExp: 170
- AttackRange: 1
- Attack: [74, 85]
- Def: 20
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 19
- Vit: 16
- Int: 10
- Dex: 36
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Fish"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 300
- AttackDelay: 1632
- AttackMotion: 432
- DamageMotion: 540
- MvpExp: 0
- Drops: {
- Crystal_Blue: 40
- Nipper: 9000
- Garlet: 3000
- Padded_Armor_: 10
- Solid_Shell: 100
- Elunium_Stone: 80
- Blue_Gemstone: 50
- Vadon_Card: 1
- }
-},
-{
- Id: 1972
- SpriteName: "E_MARINA"
- Name: "Marina"
- Lv: 21
- Hp: 2087
- Sp: 0
- Exp: 436
- JExp: 280
- AttackRange: 1
- Attack: [84, 106]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 21
- Vit: 21
- Int: 0
- Dex: 36
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Water", 2)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 2280
- AttackMotion: 1080
- DamageMotion: 864
- MvpExp: 0
- Drops: {
- Single_Cell: 5000
- Sticky_Mucus: 1500
- Crystal_Blue: 90
- Mistic_Frozen: 4
- Blue_Gemstone: 200
- Deadly_Noxious_Herb: 40
- Marina_Card: 1
- }
-},
-{
- Id: 1973
- SpriteName: "E_PORING"
- Name: "Poring"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 2
- JExp: 1
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 0
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Jellopy: 7000
- Sticky_Mucus: 400
- Apple: 1000
- Empty_Bottle: 1500
- Water_Of_Blessing: 3000
- }
-},
-// WoE SE Guild Dungeon
-{
- Id: 1974
- SpriteName: "BANSHEE_MASTER"
- Name: "Banshee Master"
- Lv: 84
- Hp: 47222
- Sp: 0
- Exp: 30000
- JExp: 24000
- AttackRange: 2
- Attack: [2666, 3609]
- Def: 20
- Mdef: 40
- Stats: {
- Str: 30
- Agi: 74
- Vit: 1
- Int: 180
- Dex: 105
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 676
- AttackMotion: 504
- DamageMotion: 504
- MvpExp: 0
- Drops: {
- Brigan: 5335
- Old_White_Cloth: 3000
- Orleans_Gown: 10
- Cursed_Star: 2
- Wool_Scarf: 10
- Mementos: 1500
- Shadow_Guard: 20
- Banshee_Master_Card: 1
- }
-},
-{
- Id: 1975
- SpriteName: "BEHOLDER_MASTER"
- Name: "Beholder Master"
- Lv: 70
- Hp: 24150
- Sp: 0
- Exp: 9000
- JExp: 11400
- AttackRange: 6
- Attack: [1723, 2300]
- Def: 17
- Mdef: 30
- Stats: {
- Str: 60
- Agi: 62
- Vit: 25
- Int: 89
- Dex: 85
- Luk: 32
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 190
- AttackDelay: 336
- AttackMotion: 840
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Prickly_Fruit: 3000
- Anodyne: 100
- Rough_Wind: 100
- Elunium: 10
- Chameleon_Armor: 10
- Old_Blue_Box: 2
- Linen_Glove: 2
- }
-},
-{
- Id: 1976
- SpriteName: "COBALT_MINERAL"
- Name: "Cobalt Mineral"
- Lv: 72
- Hp: 29665
- Sp: 0
- Exp: 12332
- JExp: 10379
- AttackRange: 1
- Attack: [1446, 2979]
- Def: 40
- Mdef: 30
- Stats: {
- Str: 60
- Agi: 77
- Vit: 35
- Int: 57
- Dex: 77
- Luk: 32
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 648
- AttackMotion: 480
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Fragment_Of_Crystal: 3000
- Golden_Jewel: 500
- Elemental_Sword: 5
- Oridecon: 80
- Emveretarcon: 800
- Yellow_Gemstone: 100
- Gold: 2
- Emperium: 2
- }
-},
-{
- Id: 1977
- SpriteName: "HEAVY_METALING"
- Name: "Heavy Metaling"
- Lv: 73
- Hp: 28433
- Sp: 0
- Exp: 9320
- JExp: 8831
- AttackRange: 1
- Attack: [1350, 1700]
- Def: 40
- Mdef: 30
- Stats: {
- Str: 30
- Agi: 65
- Vit: 28
- Int: 40
- Dex: 77
- Luk: 2
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 384
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Tube: 4000
- Iron_Ore: 1000
- Iron: 500
- Large_Jellopy: 1000
- Screw: 200
- Dagger_Of_Hunter: 5
- Jubilee: 5000
- }
-},
-{
- Id: 1978
- SpriteName: "HELL_APOCALIPS"
- Name: "Hell Apocalips"
- JName: "Hell Vesper"
- Lv: 86
- Hp: 65433
- Sp: 0
- Exp: 46666
- JExp: 32000
- AttackRange: 2
- Attack: [5733, 6073]
- Def: 62
- Mdef: 23
- Stats: {
- Str: 1
- Agi: 48
- Vit: 30
- Int: 98
- Dex: 110
- Luk: 85
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1840
- AttackMotion: 1440
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Broken_Steel_Piece: 5335
- Steel: 2500
- Mystery_Piece: 2400
- Wheel: 2200
- Manteau_: 20
- Elunium: 5
- Life_Link: 1
- Cardo: 1
- }
-},
-{
- Id: 1979
- SpriteName: "ZAKUDAM"
- Name: "Zukadam"
- JName: "Zakudam"
- Lv: 82
- Hp: 43699
- Sp: 0
- Exp: 27213
- JExp: 16300
- AttackRange: 3
- Attack: [2000, 3227]
- Def: 30
- Mdef: 30
- Stats: {
- Str: 65
- Agi: 65
- Vit: 35
- Int: 75
- Dex: 80
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 180
- AttackDelay: 580
- AttackMotion: 288
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Screw: 5000
- Steel: 500
- Oridecon: 200
- Elunium: 200
- Gate_Keeper: 5
- Gate_KeeperDD: 5
- Improved_Tights: 10
- }
-},
-{
- Id: 1980
- SpriteName: "KUBLIN"
- Name: "Kubkin"
- JName: "Kublin"
- Lv: 85
- Hp: 1176000
- Sp: 0
- Exp: 100000
- JExp: 100000
- AttackRange: 1
- Attack: [1180, 1400]
- Def: 20
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 106
- Vit: 25
- Int: 40
- Dex: 72
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 964
- AttackMotion: 648
- DamageMotion: 300
- MvpExp: 100000
- MvpDrops: {
- Pickaxe: 10000
- }
- Drops: {
- Iron: 270
- Scell: 9000
- Oridecon_Stone: 43
- Goblini_Mask: 3
- Red_Herb: 1800
- }
-},
-// Orc Dungeon Instance
-{
- Id: 1981
- SpriteName: "I_HIGH_ORC"
- Name: "Safeguard Chief"
- JName: "Orc Elite Guard"
- Lv: 88
- Hp: 111111
- Sp: 0
- Exp: 3618
- JExp: 1639
- AttackRange: 1
- Attack: [428, 533]
- Def: 15
- Mdef: 5
- Stats: {
- Str: 55
- Agi: 46
- Vit: 55
- Int: 35
- Dex: 82
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Fire", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1500
- AttackMotion: 500
- DamageMotion: 1000
- MvpExp: 0
-},
-{
- Id: 1982
- SpriteName: "I_ORC_ARCHER"
- Name: "Orc Sniper"
- JName: "Orc Bowman"
- Lv: 85
- Hp: 62000
- Sp: 0
- Exp: 1729
- JExp: 1787
- AttackRange: 9
- Attack: [1310, 1390]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 44
- Vit: 25
- Int: 20
- Dex: 125
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1960
- AttackMotion: 620
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 1983
- SpriteName: "I_ORC_SKELETON"
- Name: "Depraved Orc Spirit"
- JName: "Orc Undead"
- Lv: 87
- Hp: 80087
- Sp: 0
- Exp: 4501
- JExp: 67
- AttackRange: 1
- Attack: [896, 1159]
- Def: 14
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 31
- Vit: 41
- Int: 93
- Dex: 67
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 130
- AttackDelay: 2420
- AttackMotion: 720
- DamageMotion: 648
- MvpExp: 0
-},
-{
- Id: 1984
- SpriteName: "I_ORC_LADY"
- Name: "Shaman Cargalache"
- JName: "Orc Lady"
- Lv: 58
- Hp: 50058
- Sp: 0
- Exp: 4870
- JExp: 98
- AttackRange: 1
- Attack: [823, 1212]
- Def: 35
- Mdef: 10
- Stats: {
- Str: 60
- Agi: 35
- Vit: 52
- Int: 18
- Dex: 79
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 145
- AttackDelay: 1050
- AttackMotion: 900
- DamageMotion: 288
- MvpExp: 0
-},
-// Another World (13.1)
-{
- Id: 1985
- SpriteName: "DANDELION"
- Name: "Dandelion Member"
- Lv: 37
- Hp: 5176
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [305, 360]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 28
- Agi: 19
- Vit: 32
- Int: 0
- Dex: 63
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1772
- AttackMotion: 72
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 1986
- SpriteName: "TATACHO"
- Name: "Tatacho"
- Lv: 106
- Hp: 39500
- Sp: 0
- Exp: 23700
- JExp: 13825
- AttackRange: 2
- Attack: [10000, 11000]
- Def: 20
- Mdef: 17
- Stats: {
- Str: 106
- Agi: 40
- Vit: 30
- Int: 25
- Dex: 115
- Luk: 6
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Looter: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 150
- AttackDelay: 1000
- AttackMotion: 768
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Lunakaligo: 20
- Cello: 10
- Fur: 4000
- Peaked_Hat: 3000
- Delicious_Fish: 3100
- Sweet_Potato: 3000
- Tatacho_Card: 1
- }
-},
-{
- Id: 1987
- SpriteName: "CENTIPEDE"
- Name: "Centipede"
- Lv: 110
- Hp: 45662
- Sp: 0
- Exp: 27397
- JExp: 15982
- AttackRange: 2
- Attack: [15000, 16000]
- Def: 40
- Mdef: 25
- Stats: {
- Str: 112
- Agi: 43
- Vit: 30
- Int: 5
- Dex: 131
- Luk: 12
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Insect"
- Element: ("Ele_Poison", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1000
- AttackMotion: 792
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Cold_Heart: 2
- Black_Cat: 2
- Cursed_Lyre: 10
- Short_Leg: 5335
- Zargon: 5000
- Worm_Peelings: 9000
- Solid_Shell: 2500
- Centipede_Card: 1
- }
-},
-{
- Id: 1988
- SpriteName: "NEPENTHES"
- Name: "Nepenthes"
- Lv: 75
- Hp: 10350
- Sp: 0
- Exp: 5175
- JExp: 2587
- AttackRange: 7
- Attack: [415, 565]
- Def: 25
- Mdef: 10
- Stats: {
- Str: 75
- Agi: 20
- Vit: 30
- Int: 5
- Dex: 65
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Poison", 2)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 1000
- AttackDelay: 500
- AttackMotion: 576
- DamageMotion: 504
- MvpExp: 0
- Drops: {
- Mandragora_Cap: 1
- Stem_Of_Nepenthes: 1
- Harp_Of_Nepenthes: 1
- Nepenthes_Bow: 1
- Strong_Bine: 3000
- Yellow_Live: 50
- Stem: 9000
- }
-},
-{
- Id: 1989
- SpriteName: "HILLSRION"
- Name: "Hillslion"
- Lv: 105
- Hp: 34600
- Sp: 0
- Exp: 20760
- JExp: 12110
- AttackRange: 1
- Attack: [5000, 5500]
- Def: 28
- Mdef: 15
- Stats: {
- Str: 105
- Agi: 60
- Vit: 30
- Int: 15
- Dex: 115
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 400
- AttackMotion: 780
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Sprint_Shoes: 10
- Horn_Of_Hilthrion: 20
- Horn_Of_Hilsrion: 3000
- Fur: 2000
- Wild_Beast_Claw: 10
- Soft_Feather: 120
- Brigan: 4850
- Hilsrion_Card: 1
- }
-},
-{
- Id: 1990
- SpriteName: "HARDROCK_MOMMOTH"
- Name: "Hardrock Mammoth"
- Lv: 115
- Hp: 4137000
- Sp: 0
- Exp: 827400
- JExp: 413700
- AttackRange: 2
- Attack: [30000, 36000]
- Def: 50
- Mdef: 60
- Stats: {
- Str: 115
- Agi: 35
- Vit: 1
- Int: 30
- Dex: 150
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1000
- AttackMotion: 660
- DamageMotion: 588
- MvpExp: 0
- Drops: {
- Bone_Head: 100
- Tournament_Shield: 200
- Ivory_Lance: 500
- Ivory_Knife: 400
- Hard_Skin: 9000
- Snowy_Horn: 20
- Elunium: 9000
- }
-},
-{
- Id: 1991
- SpriteName: "TENDRILRION"
- Name: "Tendrillion"
- Lv: 113
- Hp: 3657330
- Sp: 0
- Exp: 731466
- JExp: 365733
- AttackRange: 2
- Attack: [20000, 24000]
- Def: 33
- Mdef: 30
- Stats: {
- Str: 113
- Agi: 60
- Vit: 1
- Int: 45
- Dex: 147
- Luk: 13
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 500
- AttackMotion: 960
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Leather_Of_Tendrilion: 500
- Death_Guidance: 100
- Eraser: 100
- Horn_Of_Tendrilion: 9000
- Fur: 4000
- Tough_Vines: 5335
- Stiff_Horn: 4850
- }
-},
-{
- Id: 1992
- SpriteName: "CORNUS"
- Name: "Cornus"
- Lv: 108
- Hp: 41220
- Sp: 0
- Exp: 30854
- JExp: 4427
- AttackRange: 2
- Attack: [12000, 13000]
- Def: 35
- Mdef: 80
- Stats: {
- Str: 110
- Agi: 45
- Vit: 80
- Int: 200
- Dex: 105
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Holy", 3)
- Mode: {
- CanMove: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 120
- AttackDelay: 1000
- AttackMotion: 624
- DamageMotion: 300
- MvpExp: 0
- Drops: {
- Sprint_Mail: 10
- Angelic_Ring: 1
- Mystic_Horn: 4000
- Soft_Feather: 3000
- Horseshoe: 6000
- Snowy_Horn: 2
- Long_Horn: 1
- Cornus_Card: 1
- }
-},
-{
- Id: 1993
- SpriteName: "NAGA"
- Name: "Naga"
- Lv: 111
- Hp: 46708
- Sp: 0
- Exp: 30360
- JExp: 16348
- AttackRange: 3
- Attack: [8000, 8800]
- Def: 38
- Mdef: 15
- Stats: {
- Str: 113
- Agi: 42
- Vit: 30
- Int: 108
- Dex: 122
- Luk: 13
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 400
- AttackMotion: 864
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Armor_Of_Naga: 10
- Shield_Of_Naga: 10
- Battle_Fork: 10
- Scale_Of_Snakes: 5000
- Scales_Shell: 3500
- Shining_Scales: 2000
- Pike_: 20
- }
-},
-{
- Id: 1994
- SpriteName: "LUCIOLA_VESPA"
- Name: "Luciola Vespa"
- Lv: 104
- Hp: 32600
- Sp: 0
- Exp: 16300
- JExp: 11410
- AttackRange: 1
- Attack: [9000, 9900]
- Def: 29
- Mdef: 5
- Stats: {
- Str: 104
- Agi: 56
- Vit: 30
- Int: 20
- Dex: 116
- Luk: 4
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Insect"
- Element: ("Ele_Wind", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- TargetWeak: true
- }
- MoveSpeed: 110
- AttackDelay: 1000
- AttackMotion: 864
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Sprint_Ring: 2
- Worm_Peelings: 9000
- Bee_Sting: 9000
- Honey: 300
- Wind_Of_Verdure: 160
- Royal_Jelly: 200
- Solid_Shell: 3000
- Luciola_Vespa_Card: 1
- }
-},
-{
- Id: 1995
- SpriteName: "PINGUICULA"
- Name: "Pinguicula"
- Lv: 80
- Hp: 13680
- Sp: 0
- Exp: 6840
- JExp: 3420
- AttackRange: 1
- Attack: [600, 720]
- Def: 25
- Mdef: 5
- Stats: {
- Str: 102
- Agi: 23
- Vit: 30
- Int: 10
- Dex: 86
- Luk: 2
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 700
- AttackMotion: 600
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Pinguicula_Corsage: 1
- Whip_Of_Balance: 10
- Centimental_Leaf: 10
- Sharp_Leaf: 5000
- Great_Leaf: 2000
- Browny_Root: 3000
- Flower: 1000
- }
-},
-/*{
- Id: 1996
- SpriteName: "BACSOJIN_T"
- Name: "Bacsojin"
- Lv: 85
- Hp: 253221
- Sp: 0
- Exp: 45250
- JExp: 16445
- AttackRange: 3
- Attack: [1868, 6124]
- Def: 20
- Mdef: 55
- Stats: {
- Str: 52
- Agi: 65
- Vit: 44
- Int: 112
- Dex: 152
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Wind", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 130
- AttackDelay: 576
- AttackMotion: 960
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- White_Snake_Hat: 500
- Exorcize_Sachet: 80
- Purification_Sachet: 80
- }
-},*/
-{
- Id: 1997
- SpriteName: "G_TATACHO"
- Name: "Tatacho"
- Lv: 106
- Hp: 39500
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [10000, 11000]
- Def: 20
- Mdef: 17
- Stats: {
- Str: 106
- Agi: 40
- Vit: 30
- Int: 25
- Dex: 115
- Luk: 6
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Looter: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 150
- AttackDelay: 1000
- AttackMotion: 768
- DamageMotion: 360
- MvpExp: 0
-},
-{
- Id: 1998
- SpriteName: "G_HILLSRION"
- Name: "Hillslion"
- Lv: 105
- Hp: 34600
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [5000, 5500]
- Def: 28
- Mdef: 15
- Stats: {
- Str: 105
- Agi: 60
- Vit: 30
- Int: 15
- Dex: 115
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 400
- AttackMotion: 780
- DamageMotion: 576
- MvpExp: 0
-},
-{
- Id: 1999
- SpriteName: "CENTIPEDE_LARVA"
- Name: "Centipede Larva"
- Lv: 80
- Hp: 12000
- Sp: 0
- Exp: 3600
- JExp: 4800
- AttackRange: 2
- Attack: [948, 1115]
- Def: 20
- Mdef: 20
- Stats: {
- Str: 80
- Agi: 33
- Vit: 15
- Int: 3
- Dex: 75
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Poison", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1000
- AttackMotion: 792
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Boots_: 9
- Crystal_Jewel__: 50
- Short_Leg: 5335
- Zargon: 5000
- Worm_Peelings: 9000
- Solid_Shell: 2500
- Centipede_Larva_Card: 1
- }
-},
-/*{
- Id: 2000
- SpriteName: "M_GAMEMASTER"
- Name: "Male Game Master"
- Lv: 50
- Hp: 7000
- Sp: 250
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [25, 25]
- Def: 10
- Mdef: 10
- Stats: {
- Str: 44
- Agi: 121
- Vit: 1
- Int: 60
- Dex: 75
- Luk: 110
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 200
- AttackDelay: 300
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 2001
- SpriteName: "F_GAMEMASTER"
- Name: "Female Game Master"
- Lv: 50
- Hp: 7000
- Sp: 250
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [25, 25]
- Def: 10
- Mdef: 10
- Stats: {
- Str: 44
- Agi: 121
- Vit: 1
- Int: 60
- Dex: 75
- Luk: 110
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 200
- AttackDelay: 300
- AttackMotion: 384
- DamageMotion: 288
- MvpExp: 0
-},
-{
- Id: 2002
- SpriteName: "T_SPRING_RABBIT"
- Name: "Spring Rabbit"
- Lv: 50
- Hp: 8000
- Sp: 0
- Exp: 3982
- JExp: 1766
- AttackRange: 1
- Attack: [585, 813]
- Def: 29
- Mdef: 21
- Stats: {
- Str: 45
- Agi: 61
- Vit: 5
- Int: 15
- Dex: 77
- Luk: 90
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 2)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 160
- AttackDelay: 1120
- AttackMotion: 552
- DamageMotion: 511
- MvpExp: 0
- Drops: {
- Moon_Cake: 1000
- Plantain: 500
- Rabbit_Skin: 1500
- }
-},
-{
- Id: 2003
- SpriteName: "T_BACSOJIN"
- Name: "White Lady"
- Lv: 72
- Hp: 56380
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [560, 1446]
- Def: 10
- Mdef: 15
- Stats: {
- Str: 38
- Agi: 65
- Vit: 34
- Int: 80
- Dex: 102
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_DemiHuman"
- Element: ("Ele_Water", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 160
- AttackDelay: 576
- AttackMotion: 960
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Moon_Cake1: 1000
- Moon_Cake2: 1000
- Moon_Cake15: 1000
- Moon_Cake16: 1000
- Moon_Cake17: 1000
- Moon_Cake18: 1000
- Moon_Cake19: 1000
- }
-},
-{
- Id: 2004
- SpriteName: "T_WICKED_NYMPH"
- Name: "Evil Nymph"
- Lv: 63
- Hp: 16029
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [399, 1090]
- Def: 12
- Mdef: 75
- Stats: {
- Str: 1
- Agi: 64
- Vit: 12
- Int: 69
- Dex: 100
- Luk: 80
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 637
- AttackMotion: 1008
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Moon_Cake1: 800
- Moon_Cake2: 800
- Moon_Cake16: 800
- Moon_Cake17: 800
- Moon_Cake18: 800
- Moon_Cake19: 800
- Moon_Cake20: 800
- }
-},
-{
- Id: 2005
- SpriteName: "T_PLASMA_B"
- Name: "Plasma"
- Lv: 44
- Hp: 8200
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 3
- Attack: [300, 700]
- Def: 0
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 30
- Vit: 5
- Int: 73
- Dex: 90
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Water", 4)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 150
- AttackDelay: 608
- AttackMotion: 1440
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Moon_Cake1: 500
- Moon_Cake2: 500
- Moon_Cake15: 500
- Moon_Cake16: 500
- Moon_Cake17: 500
- }
-},
-{
- Id: 2006
- SpriteName: "T_PLASMA_P"
- Name: "Plasma"
- Lv: 49
- Hp: 5900
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 3
- Attack: [300, 700]
- Def: 0
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 30
- Vit: 5
- Int: 54
- Dex: 90
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Dark", 4)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 150
- AttackDelay: 608
- AttackMotion: 1440
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Moon_Cake15: 500
- Moon_Cake16: 500
- Moon_Cake17: 500
- Moon_Cake18: 500
- Moon_Cake19: 500
- }
-},
-{
- Id: 2007
- SpriteName: "T_PLASMA_R"
- Name: "Plasma"
- Lv: 43
- Hp: 5700
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 3
- Attack: [300, 700]
- Def: 0
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 30
- Vit: 5
- Int: 56
- Dex: 90
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 4)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 150
- AttackDelay: 608
- AttackMotion: 1440
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Moon_Cake1: 500
- Moon_Cake2: 500
- Moon_Cake17: 500
- Moon_Cake18: 500
- Moon_Cake19: 500
- Moon_Cake20: 500
- }
-},*/
-{
- Id: 2008
- SpriteName: "WOOMAWANG"
- Name: "Woomawang"
- Lv: 82
- Hp: 4000000
- Sp: 0
- Exp: 100000
- JExp: 100000
- AttackRange: 3
- Attack: [8000, 10000]
- Def: 40
- Mdef: 40
- Stats: {
- Str: 60
- Agi: 110
- Vit: 200
- Int: 250
- Dex: 166
- Luk: 66
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Ghost", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 828
- AttackMotion: 528
- DamageMotion: 192
- MvpExp: 0
-},
-{
- Id: 2009
- SpriteName: "WOOMAWANG_"
- Name: "Woomawang"
- Lv: 82
- Hp: 2000000
- Sp: 0
- Exp: 100000
- JExp: 100000
- AttackRange: 1
- Attack: [16000, 20000]
- Def: 40
- Mdef: 40
- Stats: {
- Str: 60
- Agi: 110
- Vit: 200
- Int: 250
- Dex: 166
- Luk: 66
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Ghost", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 100
- AttackDelay: 414
- AttackMotion: 1080
- DamageMotion: 336
- MvpExp: 0
- Drops: {
- Cowkings_Nose_Ring: 10000
- }
-},
-{
- Id: 2010
- SpriteName: "G_MAJORUROS"
- Name: "Ox"
- Lv: 66
- Hp: 500000
- Sp: 0
- Exp: 10
- JExp: 10
- AttackRange: 1
- Attack: [1200, 3200]
- Def: 25
- Mdef: 15
- Stats: {
- Str: 65
- Agi: 50
- Vit: 20
- Int: 20
- Dex: 85
- Luk: 48
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Ghost", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 250
- AttackDelay: 1100
- AttackMotion: 960
- DamageMotion: 780
- MvpExp: 0
-},
-/*{
- Id: 2011
- SpriteName: "E_GHOUL"
- Name: "Ghoul"
- Lv: 40
- Hp: 99999
- Sp: 0
- Exp: 1088
- JExp: 622
- AttackRange: 1
- Attack: [2100, 2500]
- Def: 100
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 20
- Vit: 29
- Int: 0
- Dex: 180
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 2)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 100
- AttackDelay: 2456
- AttackMotion: 912
- DamageMotion: 504
- MvpExp: 0
-},
-{
- Id: 2012
- SpriteName: "E_ZOMBIE"
- Name: "Zombie"
- Lv: 15
- Hp: 99999
- Sp: 0
- Exp: 50
- JExp: 33
- AttackRange: 1
- Attack: [335, 395]
- Def: 100
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 8
- Vit: 7
- Int: 0
- Dex: 60
- Luk: 0
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 150
- AttackDelay: 2612
- AttackMotion: 912
- DamageMotion: 288
- MvpExp: 0
-},*/
-// Another World (13.2)
-{
- Id: 2013
- SpriteName: "DRACO"
- Name: "Draco"
- Lv: 82
- Hp: 18300
- Sp: 0
- Exp: 6100
- JExp: 4100
- AttackRange: 1
- Attack: [410, 710]
- Def: 10
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 23
- Vit: 30
- Int: 34
- Dex: 62
- Luk: 2
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Dragon"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 250
- AttackDelay: 576
- AttackMotion: 960
- DamageMotion: 504
- MvpExp: 0
- Drops: {
- Dragons_Mane: 3000
- Dragons_Skin: 100
- Dragon_Canine: 100
- Dragon_Train: 1000
- Dragon_Scale: 1000
- Honey: 500
- Draco_Card: 1
- }
-},
-{
- Id: 2014
- SpriteName: "DRACO_EGG"
- Name: "Draco Egg"
- Lv: 67
- Hp: 9822
- Sp: 0
- Exp: 1200
- JExp: 1600
- AttackRange: 0
- Attack: [1, 2]
- Def: 56
- Mdef: 40
- Stats: {
- Str: 1
- Agi: 1
- Vit: 56
- Int: 34
- Dex: 1
- Luk: 63
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Dragon"
- Element: ("Ele_Earth", 4)
- MoveSpeed: 1000
- AttackDelay: 24
- AttackMotion: 0
- DamageMotion: 0
- MvpExp: 0
- Drops: {
- Piece_Of_Egg_Shell: 5000
- Egg_Shell: 20
- }
-},
-{
- Id: 2015
- SpriteName: "PINGUICULA_D"
- Name: "Dark Pinguicula"
- Lv: 83
- Hp: 8780
- Sp: 0
- Exp: 7740
- JExp: 5200
- AttackRange: 1
- Attack: [600, 1450]
- Def: 15
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 23
- Vit: 22
- Int: 12
- Dex: 89
- Luk: 2
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Poison", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 290
- AttackDelay: 1426
- AttackMotion: 600
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Sharp_Leaf: 5000
- Great_Leaf: 2000
- Browny_Root: 3000
- Karvodailnirol: 10
- Withered_Flower: 1000
- }
-},
-{
- Id: 2016
- SpriteName: "AQUA_ELEMENTAL"
- Name: "Aqua Elemental"
- Lv: 83
- Hp: 33220
- Sp: 0
- Exp: 5430
- JExp: 15300
- AttackRange: 1
- Attack: [400, 1600]
- Def: 8
- Mdef: 12
- Stats: {
- Str: 1
- Agi: 23
- Vit: 19
- Int: 87
- Dex: 77
- Luk: 2
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Water", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 230
- AttackDelay: 504
- AttackMotion: 960
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Crystalized_Teardrop: 1000
- Fluorescent_Liquid: 5000
- Tiny_Waterbottle: 100
- Aqua_Elemental_Card: 1
- }
-},
-{
- Id: 2017
- SpriteName: "RATA"
- Name: "Rata"
- Lv: 107
- Hp: 216600
- Sp: 0
- Exp: 70012
- JExp: 34000
- AttackRange: 1
- Attack: [8000, 15000]
- Def: 32
- Mdef: 52
- Stats: {
- Str: 1
- Agi: 51
- Vit: 22
- Int: 132
- Dex: 99
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 792
- AttackMotion: 540
- DamageMotion: 420
- MvpExp: 0
- Drops: {
- Unripe_Acorn: 5000
- Acorn: 5000
- Piece_Of_Darkness: 500
- Veteran_Hammer: 100
- }
-},
-{
- Id: 2018
- SpriteName: "DUNEYRR"
- Name: "Duneyrr"
- Lv: 107
- Hp: 265100
- Sp: 0
- Exp: 83030
- JExp: 52000
- AttackRange: 1
- Attack: [16000, 19000]
- Def: 39
- Mdef: 35
- Stats: {
- Str: 1
- Agi: 60
- Vit: 45
- Int: 89
- Dex: 105
- Luk: 15
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Earth", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 672
- AttackMotion: 420
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Carrot: 5000
- Fur: 4000
- Piece_Of_Darkness: 500
- Eyes_Stone_Ring: 1
- Veteran_Sword: 10
- Veteran_Axe: 100
- }
-},
-{
- Id: 2019
- SpriteName: "ANCIENT_TREE"
- Name: "Ancient Tree"
- Lv: 102
- Hp: 30030
- Sp: 0
- Exp: 11020
- JExp: 8900
- AttackRange: 1
- Attack: [13200, 17400]
- Def: 39
- Mdef: 43
- Stats: {
- Str: 1
- Agi: 30
- Vit: 73
- Int: 58
- Dex: 45
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 290
- AttackDelay: 504
- AttackMotion: 960
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Tough_Vines: 1000
- Great_Leaf: 1000
- Log: 5000
- Dead_Tree_Cane: 10
- Vital_Tree_Shoes: 30
- }
-},
-{
- Id: 2020
- SpriteName: "RHYNCHO"
- Name: "Rhyncho"
- Lv: 85
- Hp: 18900
- Sp: 0
- Exp: 2040
- JExp: 6000
- AttackRange: 1
- Attack: [350, 2300]
- Def: 5
- Mdef: 19
- Stats: {
- Str: 1
- Agi: 56
- Vit: 12
- Int: 35
- Dex: 89
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Water", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- Assist: true
- CanAttack: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 240
- AttackDelay: 576
- AttackMotion: 660
- DamageMotion: 420
- MvpExp: 0
- Drops: {
- Fluorescent_Liquid: 5000
- Karvodailnirol: 5
- Crystal_Of_Soul_01: 500
- }
-},
-{
- Id: 2021
- SpriteName: "PHYLLA"
- Name: "Phylla"
- Lv: 85
- Hp: 23880
- Sp: 0
- Exp: 3040
- JExp: 6600
- AttackRange: 10
- Attack: [350, 2550]
- Def: 8
- Mdef: 22
- Stats: {
- Str: 1
- Agi: 59
- Vit: 15
- Int: 25
- Dex: 99
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Water", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- ChangeTargetChase: true
- }
- MoveSpeed: 240
- AttackDelay: 360
- AttackMotion: 780
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Fluorescent_Liquid: 5000
- Detrimindexta: 5
- Crystal_Of_Soul_02: 500
- }
-},
-{
- Id: 2022
- SpriteName: "S_NYDHOG"
- Name: "Nidhoggr's Shadow"
- JName: "Nidhoggur's Shadow"
- Lv: 117
- Hp: 3450000
- Sp: 0
- Exp: 4800000
- JExp: 3900000
- AttackRange: 2
- Attack: [17000, 49000]
- Def: 60
- Mdef: 75
- Stats: {
- Str: 1
- Agi: 34
- Vit: 62
- Int: 236
- Dex: 188
- Luk: 34
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Dragon"
- Element: ("Ele_Dark", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1596
- AttackMotion: 1620
- DamageMotion: 864
- MvpExp: 2400000
- Drops: {
- Dark_Red_Scale: 5000
- Treasure_Box: 5000
- Gold_Ring: 5000
- Cardo: 500
- Katzbalger: 500
- Pole_Axe: 500
- Piece_Of_Angent_Skin: 2000
- }
-},
-{
- Id: 2023
- SpriteName: "DARK_SHADOW"
- Name: "Dark Shadow"
- Lv: 114
- Hp: 42900
- Sp: 0
- Exp: 21000
- JExp: 14000
- AttackRange: 1
- Attack: [10000, 15000]
- Def: 35
- Mdef: 44
- Stats: {
- Str: 1
- Agi: 23
- Vit: 12
- Int: 145
- Dex: 102
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 220
- AttackDelay: 768
- AttackMotion: 1776
- DamageMotion: 648
- MvpExp: 0
- Drops: {
- Piece_Of_Black_Cloth: 5000
- Skul_Ring: 1000
- Dagger_Of_Hunter: 5
- Piece_Of_Darkness: 1000
- Eyes_Stone_Ring: 5
- Bradium_Stonehammer: 10
- Dark_Shadow_Card: 1
- }
-},
-{
- Id: 2024
- SpriteName: "BRADIUM_GOLEM"
- Name: "Bradium Golem"
- Lv: 101
- Hp: 45200
- Sp: 0
- Exp: 14000
- JExp: 18920
- AttackRange: 1
- Attack: [12000, 13000]
- Def: 78
- Mdef: 22
- Stats: {
- Str: 0
- Agi: 10
- Vit: 82
- Int: 25
- Dex: 60
- Luk: 12
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1008
- AttackMotion: 1200
- DamageMotion: 540
- MvpExp: 0
- Drops: {
- Stone_Piece: 3000
- Stone_Heart: 5000
- Purified_Bradium: 500
- Bradium_Shield: 10
- }
-},
-/*{
- Id: 2025
- SpriteName: "MYSTCASE_EVENT"
- Name: "Mystcase"
- Lv: 10
- Hp: 15
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [160, 360]
- Def: 99
- Mdef: 99
- Stats: {
- Str: 65
- Agi: 50
- Vit: 25
- Int: 5
- Dex: 48
- Luk: 75
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1248
- AttackMotion: 1248
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Fire_Cracker_Xmas: 5000
- Fire_Cracker_Love: 5000
- Xmas_Gift: 50
- Singing_Crystal_Piece: 2000
- Packing_Paper: 2000
- Packing_Ribbon: 2000
- Candy: 3000
- Candy_Striper: 3000
- }
-},*/
-{
- Id: 2026
- SpriteName: "DANDELION_"
- Name: "Runaway Dandelion Member"
- Lv: 90
- Hp: 552000
- Sp: 0
- Exp: 50000
- JExp: 25000
- AttackRange: 1
- Attack: [3050, 4300]
- Def: 25
- Mdef: 35
- Stats: {
- Str: 1
- Agi: 66
- Vit: 66
- Int: 45
- Dex: 88
- Luk: 66
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Dark", 1)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 230
- AttackDelay: 1772
- AttackMotion: 72
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Old_Frying_Pan: 5000
- Delicious_Fish: 500
- Spoon_Stub: 2000
- Mushroom: 3000
- Outdoor_Cooking_Kits: 500
- Green_Herb: 5000
- Piece_Of_Egg_Shell: 3000
- Tree_Root: 2000
- }
-},
-{
- Id: 2027
- SpriteName: "G_DARK_SHADOW"
- Name: "Dark Shadow"
- Lv: 114
- Hp: 42900
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [10000, 15000]
- Def: 35
- Mdef: 44
- Stats: {
- Str: 1
- Agi: 23
- Vit: 12
- Int: 145
- Dex: 102
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Formless"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 220
- AttackDelay: 768
- AttackMotion: 1776
- DamageMotion: 648
- MvpExp: 0
-},
-/*{
- Id: 2028
- SpriteName: "E_MINOROUS"
- Name: "Minorous"
- Lv: 1
- Hp: 741
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [30, 48]
- Def: 2
- Mdef: 5
- Stats: {
- Str: 6
- Agi: 4
- Vit: 6
- Int: 6
- Dex: 5
- Luk: 3
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 2)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 200
- AttackDelay: 1360
- AttackMotion: 960
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Coin: 5000
- }
-},
-{
- Id: 2029
- SpriteName: "E_MINOROUS_"
- Name: "Minorous"
- Lv: 10
- Hp: 15
- Sp: 0
- Exp: 10
- JExp: 0
- AttackRange: 1
- Attack: [100, 150]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 100
- Luk: 100
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 2)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 200
- AttackDelay: 1360
- AttackMotion: 960
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Nose_Ring: 10
- Fore_Flank_Sirloin: 2000
- Fore_Flank_Sirloin: 4000
- Fore_Flank_Sirloin: 1000
- Sweet_Potato: 1000
- Poo_Poo_Hat: 1
- Grain: 1000
- Gift_Box: 1
- }
-},*/
-{
- Id: 2030
- SpriteName: "HIDEN_PRIEST"
- Name: "Hiden Priest"
- JName: "Hidden Priest"
- Lv: 90
- Hp: 240000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [1300, 1983]
- Def: 0
- Mdef: 30
- Stats: {
- Str: 1
- Agi: 32
- Vit: 40
- Int: 100
- Dex: 82
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Undead", 4)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 432
- AttackMotion: 432
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Popes_Cookie: 5000
- }
-},
-{
- Id: 2031
- SpriteName: "DANDELION_H"
- Name: "Dandelion"
- JName: "Dandelion Executive"
- Lv: 80
- Hp: 120000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [305, 610]
- Def: 0
- Mdef: 10
- Stats: {
- Str: 1
- Agi: 19
- Vit: 32
- Int: 0
- Dex: 63
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Dark", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 250
- AttackDelay: 1772
- AttackMotion: 72
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Popes_Cookie: 5000
- }
-},
-/*{
- Id: 2032
- SpriteName: "GUARDIAN_FOREST"
- Name: "Forest Guardian"
- Lv: 50
- Hp: 8578
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1000, 1103]
- Def: 15
- Mdef: 25
- Stats: {
- Str: 1
- Agi: 75
- Vit: 55
- Int: 1
- Dex: 93
- Luk: 45
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 100
- AttackDelay: 868
- AttackMotion: 480
- DamageMotion: 120
- MvpExp: 0
-},
-{
- Id: 2033
- SpriteName: "GOLDEN_TULIP"
- Name: "Golden Tulip"
- Lv: 1
- Hp: 299
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1, 2]
- Def: 100
- Mdef: 99
- Stats: {
- Str: 0
- Agi: 0
- Vit: 0
- Int: 0
- Dex: 0
- Luk: 0
- }
- ViewRange: 7
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Earth", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 2000
- AttackDelay: 1
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
- Drops: {
- Token_Bag: 10000
- }
-},
-{
- Id: 2034
- SpriteName: "M_DESERT_WOLF_B"
- Name: "Baby Desert Wolf"
- Lv: 9
- Hp: 164
- Sp: 15
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [500, 600]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 9
- Vit: 9
- Int: 5
- Dex: 40
- Luk: 40
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Fire", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 100
- AttackDelay: 1600
- AttackMotion: 900
- DamageMotion: 240
- MvpExp: 0
-},
-{
- Id: 2035
- SpriteName: "NIHILITY_ZEM"
- Name: "Nihility Zem"
- JName: "Stone of Futility"
- Lv: 90
- Hp: 200000
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 0
- Attack: [1, 2]
- Def: 0
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 0
- Dex: 1
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Insect"
- Element: ("Ele_Earth", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 1000
- AttackDelay: 1001
- AttackMotion: 1
- DamageMotion: 1
- MvpExp: 0
-},
-{
- Id: 2036
- SpriteName: "VALKYRIE_N"
- Name: "Valkyrie Randgris"
- JName: "Valkyrie"
- Lv: 53
- Hp: 11280
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [780, 930]
- Def: 10
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 24
- Vit: 39
- Int: 0
- Dex: 72
- Luk: 25
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Undead"
- Element: ("Ele_Undead", 3)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 170
- AttackDelay: 576
- AttackMotion: 576
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Broken_Horn_Pipe: 10000
- }
-},
-{
- Id: 2037
- SpriteName: "VALKYRIE_A"
- Name: "Valkyrie Randgris"
- Lv: 90
- Hp: 5000
- Sp: 15
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [10, 160]
- Def: 10
- Mdef: 20
- Stats: {
- Str: 1
- Agi: 20
- Vit: 40
- Int: 0
- Dex: 20
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Angel"
- Element: ("Ele_Holy", 3)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 100
- AttackDelay: 576
- AttackMotion: 576
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 2038
- SpriteName: "VALKYRIE_B"
- Name: "Valkyrie Randgris"
- Lv: 90
- Hp: 10000
- Sp: 15
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [300, 450]
- Def: 10
- Mdef: 40
- Stats: {
- Str: 1
- Agi: 20
- Vit: 80
- Int: 0
- Dex: 80
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Angel"
- Element: ("Ele_Holy", 3)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 100
- AttackDelay: 576
- AttackMotion: 576
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 2039
- SpriteName: "EXECUTIONER_R"
- Name: "Executioner"
- Lv: 65
- Hp: 28980
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [570, 950]
- Def: 35
- Mdef: 35
- Stats: {
- Str: 64
- Agi: 85
- Vit: 40
- Int: 25
- Dex: 88
- Luk: 60
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Dark", 2)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 200
- AttackDelay: 768
- AttackMotion: 500
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 2040
- SpriteName: "TIRFING_R"
- Name: "Tirfing"
- JName: "Ogretooth"
- Lv: 71
- Hp: 29900
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [950, 1146]
- Def: 30
- Mdef: 35
- Stats: {
- Str: 58
- Agi: 87
- Vit: 55
- Int: 35
- Dex: 132
- Luk: 65
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Dark", 3)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 100
- AttackDelay: 816
- AttackMotion: 500
- DamageMotion: 240
- MvpExp: 0
-},
-{
- Id: 2041
- SpriteName: "MYSTELTAINN_R"
- Name: "Mysteltainn"
- Lv: 76
- Hp: 33350
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 2
- Attack: [1160, 1440]
- Def: 30
- Mdef: 30
- Stats: {
- Str: 77
- Agi: 139
- Vit: 80
- Int: 35
- Dex: 159
- Luk: 65
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Dark", 4)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 250
- AttackDelay: 1152
- AttackMotion: 500
- DamageMotion: 240
- MvpExp: 0
-},*/
-// NC Mechanic Summons
-{
- Id: 2042
- SpriteName: "SILVERSNIPER"
- Name: "Silver Sniper"
- Lv: 100
- Hp: 4500
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 9
- Attack: [300, 300]
- Def: 80
- Mdef: 10
- Stats: {
- Str: 10
- Agi: 60
- Vit: 10
- Int: 10
- Dex: 100
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 2000
- AttackDelay: 504
- AttackMotion: 1020
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Steel: 1000
- }
-},
-{
- Id: 2043
- SpriteName: "MAGICDECOY_FIRE"
- Name: "Magic Decoy"
- Lv: 100
- Hp: 2500
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 7
- Attack: [150, 150]
- Def: 16
- Mdef: 60
- Stats: {
- Str: 10
- Agi: 10
- Vit: 10
- Int: 100
- Dex: 50
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 1)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 2000
- AttackDelay: 504
- AttackMotion: 1020
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Steel: 1000
- }
-},
-{
- Id: 2044
- SpriteName: "MAGICDECOY_WATER"
- Name: "Magic Decoy"
- Lv: 100
- Hp: 2500
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 7
- Attack: [150, 150]
- Def: 16
- Mdef: 60
- Stats: {
- Str: 10
- Agi: 10
- Vit: 10
- Int: 100
- Dex: 50
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Water", 1)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 2000
- AttackDelay: 504
- AttackMotion: 1020
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Steel: 1000
- }
-},
-{
- Id: 2045
- SpriteName: "MAGICDECOY_EARTH"
- Name: "Magic Decoy"
- Lv: 100
- Hp: 2500
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 7
- Attack: [150, 150]
- Def: 16
- Mdef: 60
- Stats: {
- Str: 10
- Agi: 10
- Vit: 10
- Int: 100
- Dex: 50
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Earth", 1)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 2000
- AttackDelay: 504
- AttackMotion: 1020
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Steel: 1000
- }
-},
-{
- Id: 2046
- SpriteName: "MAGICDECOY_WIND"
- Name: "Magic Decoy"
- Lv: 100
- Hp: 2500
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 7
- Attack: [150, 150]
- Def: 16
- Mdef: 60
- Stats: {
- Str: 10
- Agi: 10
- Vit: 10
- Int: 100
- Dex: 50
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Formless"
- Element: ("Ele_Wind", 1)
- Mode: {
- Aggressive: true
- CanAttack: true
- }
- MoveSpeed: 2000
- AttackDelay: 504
- AttackMotion: 1020
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Steel: 1000
- }
-},
-{
- Id: 2047
- SpriteName: "W_NAGA"
- Name: "Naga"
- Lv: 99
- Hp: 46708
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 3
- Attack: [492, 605]
- Def: 61
- Mdef: 15
- Stats: {
- Str: 113
- Agi: 42
- Vit: 30
- Int: 18
- Dex: 122
- Luk: 13
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 400
- AttackMotion: 864
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Scale_Of_Snakes: 5000
- }
-},
-/*{
- Id: 2048
- SpriteName: "W_PINGUICULA_D"
- Name: "Dark Pinguicula"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},*/
-{
- Id: 2049
- SpriteName: "W_BRADIUM_GOLEM"
- Name: "Bradium Golem"
- Lv: 99
- Hp: 45200
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [720, 886]
- Def: 125
- Mdef: 18
- Stats: {
- Str: 0
- Agi: 10
- Vit: 82
- Int: 2
- Dex: 60
- Luk: 12
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 300
- AttackDelay: 1008
- AttackMotion: 1200
- DamageMotion: 540
- MvpExp: 0
- Drops: {
- Purified_Bradium: 500
- }
-},
-/*{
- Id: 2050
- SpriteName: "W_AQUA_ELEMENTAL"
- Name: "Aqua Elemental"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 2051
- SpriteName: "E_BAPHOMET"
- Name: "Baphomet"
- Lv: 1
- Hp: 1
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1, 2]
- Def: 1
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Neutral", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 100
- AttackDelay: 768
- AttackMotion: 768
- DamageMotion: 576
- MvpExp: 0
- Drops: {
- Fools_Day_Box: 5000
- Fools_Day_Box2: 5000
- }
-},
-{
- Id: 2052
- SpriteName: "E_DARK_LORD"
- Name: "Dark Lord"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 2053
- SpriteName: "NC_DIMIK"
- Name: "Dimik"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 2054
- SpriteName: "E_BATHORY"
- Name: "Bathory"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 2055
- SpriteName: "E_INCUBUS"
- Name: "Incubus"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 2056
- SpriteName: "E_ZHERLTHSH"
- Name: "Zherlthsh"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},*/
-{
- Id: 2057
- SpriteName: "E_CRAMP"
- Name: "Cramp"
- JName: "Sticky Rat"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-/*{
- Id: 2058
- SpriteName: "M_MIMIC"
- Name: "Mimic"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 2059
- SpriteName: "M_DISGUISE"
- Name: "Disguise"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 2060
- SpriteName: "M_ALICE"
- Name: "Alice"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 2061
- SpriteName: "E_STAPO"
- Name: "Stapo"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 2062
- SpriteName: "E_POPORING"
- Name: "Poporing"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 2063
- SpriteName: "E_DROPS"
- Name: "Drops"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 2064
- SpriteName: "E_MAGMARING"
- Name: "Magmaring"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 2065
- SpriteName: "E_METALING"
- Name: "Metaling"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 2066
- SpriteName: "E_ANOPHELES"
- Name: "Anopheles"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 2067
- SpriteName: "E_ANOPHELES_"
- Name: "Anopheles"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},*/
-{
- Id: 2068
- SpriteName: "BOITATA"
- Name: "Boitata"
- Lv: 93
- Hp: 1283990
- Sp: 0
- Exp: 74288
- JExp: 77950
- AttackRange: 2
- Attack: [1060, 2022]
- Def: 7
- Mdef: 36
- Stats: {
- Str: 140
- Agi: 99
- Vit: 30
- Int: 109
- Dex: 100
- Luk: 90
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Formless"
- Element: ("Ele_Fire", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- Boss: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 1150
- AttackMotion: 1150
- DamageMotion: 288
- MvpExp: 37144
- Drops: {
- Treasure_Box: 5000
- Elunium: 1000
- Oridecon: 1000
- Yggdrasilberry: 500
- Hurricane_Fury: 100
- Hunting_Spear: 100
- Hell_Fire: 100
- }
-},
-{
- Id: 2069
- SpriteName: "IARA"
- Name: "Iara"
- Lv: 79
- Hp: 5890
- Sp: 0
- Exp: 1070
- JExp: 890
- AttackRange: 1
- Attack: [171, 270]
- Def: 0
- Mdef: 39
- Stats: {
- Str: 69
- Agi: 14
- Vit: 41
- Int: 60
- Dex: 69
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Fish"
- Element: ("Ele_Water", 3)
- Mode: {
- CanMove: true
- CastSensorIdle: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 672
- AttackMotion: 380
- DamageMotion: 288
- MvpExp: 0
- Drops: {
- Heart_Of_Mermaid: 9000
- Fin: 500
- Crystal_Mirror: 100
- Witherless_Rose: 50
- Illusion_Flower: 10
- Mistic_Frozen: 5
- Mage_Coat: 1
- }
-},
-{
- Id: 2070
- SpriteName: "PIRANHA"
- Name: "Piranha"
- Lv: 75
- Hp: 4522
- Sp: 0
- Exp: 899
- JExp: 1023
- AttackRange: 1
- Attack: [182, 223]
- Def: 2
- Mdef: 10
- Stats: {
- Str: 69
- Agi: 45
- Vit: 30
- Int: 30
- Dex: 66
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Fish"
- Element: ("Ele_Water", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 768
- AttackMotion: 768
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Sharp_Scale: 9000
- Gill: 600
- Tooth_Of_Ancient_Fish: 500
- Lip_Of_Ancient_Fish: 500
- Mistic_Frozen: 5
- Fishermans_Dagger: 5
- Scalpel: 1
- }
-},
-{
- Id: 2071
- SpriteName: "HEADLESS_MULE"
- Name: "Headless Mule"
- Lv: 80
- Hp: 6620
- Sp: 0
- Exp: 1011
- JExp: 1120
- AttackRange: 1
- Attack: [210, 267]
- Def: 7
- Mdef: 27
- Stats: {
- Str: 68
- Agi: 51
- Vit: 50
- Int: 35
- Dex: 67
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Large"
- Race: "RC_Demon"
- Element: ("Ele_Fire", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Detector: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 165
- AttackDelay: 1216
- AttackMotion: 816
- DamageMotion: 432
- MvpExp: 0
- Drops: {
- Burning_Horse_Shoe: 4000
- Burning_Heart: 1000
- Hot_Hair: 1000
- Plate_Armor_: 5
- Jamadhar_: 2
- Inverse_Scale: 1
- Plate_Armor_: 1
- }
-},
-{
- Id: 2072
- SpriteName: "JAGUAR"
- Name: "Jaguar"
- Lv: 71
- Hp: 3914
- Sp: 0
- Exp: 720
- JExp: 512
- AttackRange: 1
- Attack: [192, 234]
- Def: 9
- Mdef: 12
- Stats: {
- Str: 69
- Agi: 30
- Vit: 45
- Int: 5
- Dex: 59
- Luk: 5
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Brute"
- Element: ("Ele_Earth", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1250
- AttackMotion: 580
- DamageMotion: 360
- MvpExp: 0
- Drops: {
- Leopard_Skin: 3000
- Leopard_Talon: 2000
- Animals_Skin: 1000
- Oridecon_Stone: 40
- Claw_: 1
- }
-},
-{
- Id: 2073
- SpriteName: "TOUCAN"
- Name: "Toucan"
- Lv: 70
- Hp: 3640
- Sp: 0
- Exp: 659
- JExp: 544
- AttackRange: 1
- Attack: [166, 201]
- Def: 3
- Mdef: 10
- Stats: {
- Str: 54
- Agi: 14
- Vit: 40
- Int: 35
- Dex: 44
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Brute"
- Element: ("Ele_Wind", 2)
- Mode: {
- CanMove: true
- Aggressive: true
- CanAttack: true
- Angry: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 155
- AttackDelay: 1450
- AttackMotion: 960
- DamageMotion: 480
- MvpExp: 0
- Drops: {
- Talon: 3000
- Cyfar: 1000
- Flower_Ring: 200
- Yellow_Herb: 100
- Blue_Herb: 50
- }
-},
-{
- Id: 2074
- SpriteName: "CURUPIRA"
- Name: "Curupira"
- Lv: 68
- Hp: 3096
- Sp: 0
- Exp: 622
- JExp: 450
- AttackRange: 1
- Attack: [140, 175]
- Def: 9
- Mdef: 10
- Stats: {
- Str: 32
- Agi: 23
- Vit: 38
- Int: 20
- Dex: 45
- Luk: 10
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Earth", 1)
- Mode: {
- CanMove: true
- Looter: true
- Assist: true
- CanAttack: true
- Detector: true
- ChangeTargetMelee: true
- }
- MoveSpeed: 250
- AttackDelay: 530
- AttackMotion: 530
- DamageMotion: 384
- MvpExp: 0
- Drops: {
- Meat: 3000
- Tiger_Skin_Panties: 500
- Elunium_Stone: 250
- Mace_: 100
- Emveretarcon: 10
- }
-},
-/*{
- Id: 2075
- SpriteName: "E_VADON_X"
- Name: "Vadon"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},*/
-{
- Id: 2076
- SpriteName: "S_WIND_GHOST"
- Name: "Shadow of Deception"
- Lv: 105
- Hp: 190800
- Sp: 1
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [462, 957]
- Def: 64
- Mdef: 51
- Stats: {
- Str: 62
- Agi: 44
- Vit: 25
- Int: 105
- Dex: 85
- Luk: 20
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Wind", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 150
- AttackDelay: 1056
- AttackMotion: 1056
- DamageMotion: 336
- MvpExp: 0
-},
-{
- Id: 2077
- SpriteName: "S_SKOGUL"
- Name: "Shadow of Illusion"
- Lv: 105
- Hp: 244400
- Sp: 1
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [910, 1166]
- Def: 72
- Mdef: 15
- Stats: {
- Str: 100
- Agi: 88
- Vit: 63
- Int: 99
- Dex: 95
- Luk: 37
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 190
- AttackDelay: 720
- AttackMotion: 384
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 2078
- SpriteName: "S_SUCCUBUS"
- Name: "Shadow of Pleasure"
- Lv: 105
- Hp: 206660
- Sp: 1
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [880, 1204]
- Def: 76
- Mdef: 48
- Stats: {
- Str: 100
- Agi: 70
- Vit: 45
- Int: 110
- Dex: 102
- Luk: 85
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Demon"
- Element: ("Ele_Dark", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- Detector: true
- CastSensorChase: true
- ChangeChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 155
- AttackDelay: 1306
- AttackMotion: 1056
- DamageMotion: 288
- MvpExp: 0
-},
-/*{
- Id: 2079
- SpriteName: "CRYSTAL_H"
- Name: "Crystal"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-{
- Id: 2080
- SpriteName: "CRYSTAL_L"
- Name: "Crystal"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [7, 10]
- Def: 0
- Mdef: 5
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 6
- Luk: 30
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Plant"
- Element: ("Ele_Water", 1)
- Mode: {
- Boss: true
- Detector: true
- }
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},*/
-{
- Id: 2081
- SpriteName: "E_HYDRA"
- Name: "Suspicious Hydra"
- JName: "Strange Hydra"
- Lv: 34
- Hp: 854
- Sp: 1
- Exp: 0
- JExp: 0
- AttackRange: 7
- Attack: [1, 2]
- Def: 100
- Mdef: 100
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Small"
- Race: "RC_Plant"
- Element: ("Ele_Water", 2)
- MoveSpeed: 1000
- AttackDelay: 800
- AttackMotion: 432
- DamageMotion: 600
- MvpExp: 0
-},
-{
- Id: 2082
- SpriteName: "G_PIRANHA"
- Name: "Piranha"
- Lv: 75
- Hp: 4522
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [182, 223]
- Def: 2
- Mdef: 10
- Stats: {
- Str: 69
- Agi: 45
- Vit: 30
- Int: 30
- Dex: 66
- Luk: 35
- }
- ViewRange: 10
- ChaseRange: 12
- Size: "Size_Medium"
- Race: "RC_Fish"
- Element: ("Ele_Water", 3)
- Mode: {
- CanMove: true
- Aggressive: true
- CastSensorIdle: true
- CanAttack: true
- CastSensorChase: true
- ChangeTargetMelee: true
- ChangeTargetChase: true
- }
- MoveSpeed: 200
- AttackDelay: 768
- AttackMotion: 768
- DamageMotion: 384
- MvpExp: 0
-},
-{
- Id: 2210
- SpriteName: "XMAS_LUNATIC"
- Name: "Xmas Lunatic"
- Lv: 1
- Hp: 100
- Sp: 1
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1, 1]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 10
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 10
- ChaseRange: 12
- Size: 0
- Race: 2
- Element: (0, 1)
- Mode: {
- CanMove: true
- Looter: true
- CanAttack: true
- }
- MoveSpeed: 200
- AttackDelay: 1456
- AttackMotion: 456
- DamageMotion: 336
- MvpExp: 0
-},
-{
- Id: 2308
- SpriteName: "KO_KAGE"
- Name: "Zanzou"
- Lv: 1
- Hp: 50
- Sp: 0
- Exp: 0
- JExp: 0
- AttackRange: 1
- Attack: [1, 1]
- Def: 0
- Mdef: 0
- Stats: {
- Str: 1
- Agi: 1
- Vit: 1
- Int: 1
- Dex: 1
- Luk: 1
- }
- ViewRange: 1
- ChaseRange: 1
- Size: "Size_Medium"
- Race: "RC_DemiHuman"
- Element: ("Ele_Neutral", 1)
- MoveSpeed: 400
- AttackDelay: 1872
- AttackMotion: 672
- DamageMotion: 480
- MvpExp: 0
-},
-)
diff --git a/db/pre-re/mob_poring.txt b/db/pre-re/mob_poring.txt
deleted file mode 100644
index f79cec771..000000000
--- a/db/pre-re/mob_poring.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-// Poring Box Summonable Monsters Database
-//
-// Structure of Database:
-// MobID,DummyName,Rate
-
-0,Poring,1002
-1002,Poring,1000000
-1031,Poporing,1000000
-1062,Santa Poring,200000
-1090,Mastering,400000
-1096,Angeling,200000
-1113,Drops,1000000
-1120,Ghostring,200000
-1242,Marin,1000000
-1388,Arc Angeling,200000
-1582,Deviling,200000
-1613,Metaling,1000000
-1784,Stapo,1000000
diff --git a/db/pre-re/mob_race2_db.txt b/db/pre-re/mob_race2_db.txt
deleted file mode 100644
index 410301699..000000000
--- a/db/pre-re/mob_race2_db.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-// Monster Racial Groups Database
-//
-// Structure of Database:
-// Race2ID,MobID1,MobID2,MobID3,...,MobID9
-
-// Goblins
-1,1122,1123,1124,1125,1126,1258,1299
-// Kobolds
-2,1133,1134,1135,1282,1296
-// Orcs
-3,1023,1152,1153,1189,1213,1273
-// Golems
-4,1040,1278,1366,1497,2024
-// Guardians
-5,1285,1286,1287
-// Ninja Classes (Pirates_Pride)
-6,1315,1364,1401,1560
diff --git a/db/pre-re/mob_skill_db.conf b/db/pre-re/mob_skill_db.conf
deleted file mode 100644
index 8f752cb68..000000000
--- a/db/pre-re/mob_skill_db.conf
+++ /dev/null
@@ -1,55082 +0,0 @@
-//================= Hercules Database =====================================
-//= _ _ _
-//= | | | | | |
-//= | |_| | ___ _ __ ___ _ _| | ___ ___
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
-//= | | | | __/ | | (__| |_| | | __/\__ \
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/
-//================= License ===============================================
-//= This file is part of Hercules.
-//= http://herc.ws - http://github.com/HerculesWS/Hercules
-//=
-//= Copyright (C) 2018 Hercules Dev Team
-//=
-//= Hercules 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/>.
-//=========================================================================
-//= Monster Skill Database
-//=========================================================================
-
-mob_skill_db:(
-{
-/**************************************************************************
- ************* Entry structure ********************************************
- **************************************************************************
- <Monster_Constant>: {
- <Skill_Constant>: {
- ClearSkills: (boolean, defaults to false) allows cleaning all previous defined skills for the mob.
- SkillLevel: (int, defaults to 1)
- SkillState: (int, defaults to 0)
- SkillTarget: (int, defaults to 0)
- Rate: (int, defaults to 1)
- CastTime: (int, defaults to 0)
- Delay: (int, defaults to 0)
- Cancelable: (boolean, defaults to false)
- CastCondition: (int, defaults to 0)
- ConditionData: (int, defaults to 0)
- val0: (int, defaults to 0)
- val1: (int, defaults to 0)
- val2: (int, defaults to 0)
- val3: (int, defaults to 0)
- val4: (int, defaults to 0)
- Emotion: (int, defaults to 0)
- ChatMsgID: (int, defaults to 0)
- }
- }
-**************************************************************************/
- SCORPION: {
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- PORING: {
- NPC_EMOTION: {
- SkillState: "MSS_LOOT"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- HORNET: {
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- FARMILIAR: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- FABRE: {
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_METAMORPHOSIS: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 1008
- }
- }
- PUPA: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- }
- NPC_METAMORPHOSIS: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 1018
- }
- }
- CONDOR: {
- BS_ADRENALINE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 5
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- WILOW: {
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- }
- CHONCHON: {
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- RODA_FROG: {
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- WOLF: {
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_PROVOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- }
- SPORE: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 1
- }
- NPC_PROVOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- NPC_SLEEPATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ZOMBIE: {
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ARCHER_SKELETON: {
- AC_DOUBLE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- CREAMY: {
- AL_TELEPORT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SLEEPATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- PECOPECO: {
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PROVOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- }
- MANDRAGORA: {
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ORK_WARRIOR: {
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 32
- val1: 14469
- }
- NPC_SMOKING: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- Delay: 36000000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_EMOTION: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 27
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- }
- WORM_TAIL: {
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- SNAKE: {
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- MUNAK: {
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 1
- val1: 14469
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- SOLDIER_SKELETON: {
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ISIS: {
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 12693
- }
- }
- ANACONDAQ: {
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- POPORING: {
- NPC_EMOTION: {
- SkillState: "MSS_LOOT"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- VERIT: {
- NPC_EMOTION: {
- SkillState: "MSS_LOOT"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PROVOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- }
- ELDER_WILOW: {
- MG_FIREBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 12437
- }
- }
- THARA_FROG: {
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- HUNTER_FLY: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 14725
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- GHOUL: {
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- SIDE_WINDER: {
- KN_PIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- OSIRIS: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- AS_VENOMDUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- AS_VENOMDUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- MG_STONECURSE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- ASC_METEORASSAULT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1522
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1522
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 7
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1029
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- BAPHOMET: {
- MO_BODYRELOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_EARTHQUAKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 6
- }
- NPC_EARTHQUAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 6
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 800
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 800
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_ARMORBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 6
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1431
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 6
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1431
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1101
- }
- WZ_VERMILION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- CastTime: 500
- Delay: 2000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- WZ_VERMILION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 5000
- CastTime: 500
- Delay: 2000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- Emotion: 29
- }
- WZ_VERMILION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 2000
- CastTime: 500
- Delay: 2000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- }
- GOLEM: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- }
- MUMMY: {
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 14469
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_EMOTION: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- STEEL_CHONCHON: {
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- OBEAUNE: {
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- val1: 12437
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- }
- MARC: {
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 14469
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- DOPPELGANGER: {
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 2
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 2
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 2
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 2
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- LK_SPIRALPIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 36
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ARMORBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 500
- Delay: 300000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- CastTime: 500
- Delay: 300000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 29
- }
- AL_DECAGI: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 48
- Rate: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 5
- }
- AL_DECAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 48
- Rate: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 5
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1427
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1427
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- }
- PECOPECO_EGG: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- }
- NPC_METAMORPHOSIS: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 1049
- val1: 1050
- }
- }
- THIEF_BUG_EGG: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- }
- NPC_METAMORPHOSIS: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 1051
- }
- }
- PICKY: {
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- PICKY_: {
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- THIEF_BUG: {
- NPC_AGIUP: {
- SkillState: "MSS_LOOT"
- SkillLevel: 1
- Rate: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ROCKER: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- THIEF_BUG_: {
- NPC_AGIUP: {
- SkillState: "MSS_LOOT"
- SkillLevel: 1
- Rate: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- THIEF_BUG__: {
- NPC_AGIUP: {
- SkillState: "MSS_LOOT"
- SkillLevel: 1
- Rate: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- MUKA: {
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- }
- SMOKIE: {
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYSTATUSON"
- ConditionData: "SC_HIDING"
- Emotion: 2
- }
- NPC_EMOTION: {
- SkillState: "MSS_LOOT"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_PROVOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- TF_HIDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 19
- }
- }
- YOYO: {
- AM_POTIONPITCHER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_LOOT"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PROVOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 500
- CastTime: 600
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- TF_THROWSTONE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- METALLER: {
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- }
- MISTRESS: {
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- AL_PNEUMA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 18
- }
- AL_PNEUMA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 18
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDESILENCE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 32
- }
- NPC_WIDESILENCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 32
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1604
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1604
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1156
- }
- NPC_STOP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 15000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- WZ_JUPITEL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 28
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_JUPITEL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 28
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- BIGFOOT: {
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_ENDURE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 6
- }
- }
- NIGHTMARE: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- PORING_: {
- NPC_EMOTION: {
- SkillState: "MSS_LOOT"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- MEGALODON: {
- NPC_CHANGETELEKINESIS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 7
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- STROUF: {
- MG_FROSTDIVER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 32
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 9
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 9
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- VADON: {
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- CORNUTUS: {
- NPC_KEEPING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 9
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- }
- HYDRA: {
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- }
- SWORD_FISH: {
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- KUKRE: {
- NPC_EMOTION: {
- SkillState: "MSS_LOOT"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- PIRATE_SKEL: {
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 27
- }
- SM_BASH: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 27
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- KAHO: {
- MG_FIREBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBOLT: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBOLT: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- CRAB: {
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- SHELLFISH: {
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- SKELETON: {
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 1
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- POISON_SPORE: {
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 1
- val1: 14469
- }
- NPC_POISON: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- }
- GOLDEN_BUG: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- MC_MAMMONITE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 8
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 5
- val0: 1608
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 5
- val0: 1608
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1054
- }
- TF_HIDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- Emotion: 19
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYSTATUSON"
- ConditionData: "SC_HIDING"
- }
- }
- ORK_HERO: {
- AL_DECAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 48
- Rate: 2000
- Delay: 300000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_ARMORBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 500
- Delay: 300000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_ARMORBRAKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- CastTime: 500
- Delay: 300000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- LK_SPIRALPIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1500
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 15
- Rate: 2000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_RUSH"
- SkillLevel: 15
- Rate: 10000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 5
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 8
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1439
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 8
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1439
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- }
- VOCAL: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1052
- Emotion: 2
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1052
- Emotion: 2
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 8
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1052
- }
- }
- TOAD: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1012
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 6
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1012
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- MASTERING: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1002
- val1: 1113
- Emotion: 21
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1002
- val1: 1113
- Emotion: 21
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1002
- Emotion: 21
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- DRAGON_FLY: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1011
- Emotion: 27
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1011
- Emotion: 27
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 8
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1011
- Emotion: 27
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- VAGABOND_WOLF: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 27
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1013
- Emotion: 27
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1013
- Emotion: 27
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1013
- Emotion: 27
- }
- }
- ECLIPSE: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_LICK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1063
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 8
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1063
- }
- }
- AMBERNITE: {
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- }
- NPC_KEEPING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- Emotion: 9
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ANDRE: {
- NPC_EMOTION: {
- SkillState: "MSS_LOOT"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ANGELING: {
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 22
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1031
- val1: 1062
- Emotion: 18
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1031
- val1: 1062
- Emotion: 18
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1031
- }
- SA_REVERSEORCISH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- SA_REVERSEORCISH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- }
- ANT_EGG: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- }
- NPC_METAMORPHOSIS: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 1095
- val1: 1105
- val2: 1160
- }
- }
- ANUBIS: {
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 1000
- CastTime: 800
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- MG_FIREWALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MAGICALATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_JUPITEL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_JUPITEL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 12437
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 1000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 5000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ARGIOPE: {
- AS_VENOMDUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 14229
- }
- }
- ARGOS: {
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- PF_SPIDERWEB: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 3000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- PF_SPIDERWEB: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- BAPHOMET_: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- SA_DISPELL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 14229
- }
- }
- BATHORY: {
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 30
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_STOP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- CARAMEL: {
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- COCO: {
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- TF_THROWSTONE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- DENIRO: {
- NPC_EMOTION: {
- SkillState: "MSS_LOOT"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- DESERT_WOLF: {
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 12429
- }
- TF_SPRINKLESAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- DESERT_WOLF_B: {
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- DEVIACE: {
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION_ON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 14469
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 200
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 145
- }
- }
- DEVIRUCHI: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 19
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 19
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- DOKEBI: {
- BS_ADRENALINE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_ADRENALINE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- MC_MAMMONITE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 8
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- }
- DRAINLIAR: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- DRAKE: {
- AL_DECAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 48
- Rate: 2000
- Delay: 60000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_ARMORBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 60000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1566
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1566
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1192
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- Emotion: 29
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 0
- }
- WZ_WATERBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 0
- }
- }
- DROPS: {
- NPC_EMOTION: {
- SkillState: "MSS_LOOT"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- DUSTINESS: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SLEEPATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- EDDGA: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 4000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLEEDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- AM_DEMONSTRATION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 2000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AM_DEMONSTRATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 2000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 8
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1603
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 8
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1603
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1060
- }
- SM_ENDURE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 6
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 3000
- Delay: 2000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- }
- EGGYRA: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- }
- EVIL_DRUID: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- FLORA: {
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- }
- FRILLDORA: {
- AS_CLOAKING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 1
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- GHOSTRING: {
- AL_TELEPORT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 28
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- Emotion: 28
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- Emotion: 28
- }
- NPC_INVISIBLE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_INVISIBLE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_INVISIBLE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 2000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 28
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 28
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1599
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1599
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1186
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 28
- }
- }
- GIEARTH: {
- HT_SANDMAN: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 8
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- TF_SPRINKLESAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- GOBLIN_1: {
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 18
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- val1: 13973
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- GOBLIN_2: {
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 29
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- val1: 12437
- }
- }
- GOBLIN_3: {
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- val1: 12429
- }
- }
- GOBLIN_4: {
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 20
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- val1: 12429
- }
- }
- GOBLIN_5: {
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 28
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- val1: 12429
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- HODE: {
- AS_CLOAKING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- HORN: {
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- HORONG: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- MG_SIGHT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- }
- JAKK: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- val1: 13973
- }
- }
- JOKER: {
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 10
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 10
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 12
- }
- NPC_ATTRICHANGE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- CastTime: 2000
- Delay: 300000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 10
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 12
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 11
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 11
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 11
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 12
- }
- NPC_EMOTION_ON: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 100
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 20
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 100
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 13973
- }
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- }
- NPC_EMOTION_ON: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 100
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 22
- val1: 131
- }
- }
- KHALITZBURG: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AS_GRIMTOOTH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- Emotion: 9
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- }
- KOBOLD_1: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 22
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 12429
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- KOBOLD_2: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 22
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 12429
- }
- }
- KOBOLD_3: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 22
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 12429
- }
- }
- MAGNOLIA: {
- HT_FLASHER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 28
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- MANTIS: {
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 12693
- }
- }
- MARDUK: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- MG_FIREBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- MG_FIREBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- MG_FIREWALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MAGICALATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- }
- MARINA: {
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- MARINE_SPHERE: {
- NPC_RUN: {
- SkillState: "MSS_IDLE"
- SkillLevel: 7
- Rate: 10000
- Delay: 30000
- SkillTarget: "MST_MASTER"
- CastCondition: "MSC_ALCHEMIST"
- }
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_ANY"
- SkillLevel: 1
- Rate: 10000
- CastTime: 3000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 354
- }
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- }
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 173
- }
- }
- MARIONETTE: {
- HT_FREEZINGTRAP: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- MG_FIREWALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- MARSE: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 1
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 145
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- MARTIN: {
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- TF_HIDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 19
- }
- TF_SPRINKLESAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- MATYR: {
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 12437
- }
- }
- MAYA: {
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 3
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDESILENCE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 32
- }
- NPC_WIDESILENCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 32
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ARMORBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1477
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1477
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1194
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- }
- MEDUSA: {
- MG_STONECURSE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 3
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 3
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 3
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 14229
- }
- }
- MINOROUS: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 12437
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- }
- MOONLIGHT: {
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 21
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 21
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 21
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 21
- }
- SA_LANDPROTECTOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 89
- }
- SA_LANDPROTECTOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 32
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_WIDESILENCE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 32
- }
- NPC_WIDESILENCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 32
- }
- ST_FULLSTRIP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- MC_MAMMONITE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 8
- }
- MG_COLDBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 0
- }
- MG_COLDBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 4000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- Emotion: 0
- }
- MG_FIREBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 0
- }
- MG_FIREBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 4000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- Emotion: 0
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 0
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 4000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- Emotion: 0
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- SA_DISPELL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- SA_DISPELL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1471
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1471
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1180
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 0
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 0
- }
- }
- MYST: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- }
- ORC_SKELETON: {
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ORC_ZOMBIE: {
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- PASANA: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 12437
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- PETIT: {
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 12437
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- PETIT_: {
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 12437
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- PHARAOH: {
- AC_CHARGEARROW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKBLESSING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 6
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1458
- val1: 1464
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 6
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1458
- val1: 1464
- }
- }
- PHEN: {
- NPC_PROVOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- }
- PHREEONI: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDESTONE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- NPC_WIDESTONE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- NPC_HELMBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_LICK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 3
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 3
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 6
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1558
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 6
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1558
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1127
- }
- TF_HIDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- Emotion: 19
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYSTATUSON"
- ConditionData: "SC_HIDING"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- Emotion: 19
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- }
- PIERE: {
- NPC_EMOTION: {
- SkillState: "MSS_LOOT"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- PLANKTON: {
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- RAYDRIC: {
- BS_MAXIMIZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- REQUIEM: {
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- SAND_MAN: {
- AS_CLOAKING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- TF_SPRINKLESAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- TF_SPRINKLESAND: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- SAVAGE: {
- AL_INCAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- SAVAGE_BABE: {
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- SKEL_WORKER: {
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 1
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- SOHEE: {
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 28
- }
- NPC_STOP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_SUICIDE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- STAINER: {
- NPC_KEEPING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- Emotion: 19
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- TAROU: {
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- VITATA: {
- AM_POTIONPITCHER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 5
- }
- AM_POTIONPITCHER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 5
- }
- AM_POTIONPITCHER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 5
- }
- AM_POTIONPITCHER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 5
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ZENORC: {
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_LOOT"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 29
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ZEROM: {
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 14469
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- }
- WHISPER: {
- AS_CLOAKING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 28
- val1: 12693
- }
- MO_BODYRELOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 28
- }
- }
- NINE_TAIL: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_ATTRICHANGE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 13973
- }
- NPC_RANDOMATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- BON_GUN: {
- KN_SPEARSTAB: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 0
- }
- }
- ORC_ARCHER: {
- AC_SHOWER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- Emotion: 6
- }
- HT_ANKLESNARE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 5
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ORC_LORD: {
- AL_INCAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- CastTime: 700
- Delay: 300000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- CR_SHIELDCHARGE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EARTHQUAKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1500
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 32
- }
- NPC_EARTHQUAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1500
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 32
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- MG_COLDBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SHIELDBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 6
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1473
- Emotion: 27
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 6
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1473
- Emotion: 27
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1189
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- Emotion: 9
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- }
- MIMIC: {
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 29
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- WRAITH: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ALARM: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 13973
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- Emotion: 6
- }
- }
- ARCLOUSE: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 12693
- }
- }
- RIDEWORD: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- }
- SKEL_PRISONER: {
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- }
- ZOMBIE_PRISONER: {
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- DARK_PRIEST: {
- NPC_DARKCROSS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_CHANGEUNDEAD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- MO_BODYRELOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- PUNK: {
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 12437
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ZHERLTHSH: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 3
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 30
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_LICK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1257
- }
- NPC_STOP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 3
- }
- }
- RYBIO: {
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 4
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 4
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 500
- CastTime: 600
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 4
- }
- }
- PHENDARK: {
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- MYSTELTAINN: {
- BS_MAXIMIZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_SHIELDBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- TIRFING: {
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 29
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_HELMBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- EXECUTIONER: {
- BS_MAXIMIZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ARMORBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ANOLIAN: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 22
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- val1: 13973
- }
- }
- STING: {
- AM_POTIONPITCHER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYSTATUSON"
- ConditionData: "SC_HIDING"
- }
- KN_SPEARSTAB: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 11
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 12
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 20
- val1: 12437
- }
- TF_HIDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 10
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 11
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 11
- }
- }
- WANDER_MAN: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- KN_AUTOCOUNTER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- RG_INTIMIDATE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- CRAMP: {
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- BRILIGHT: {
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_KEEPING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- Emotion: 9
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- HIGH_ORC: {
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- CR_SHIELDCHARGE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 13973
- }
- NPC_SMOKING: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- Delay: 36000000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- }
- CHOCO: {
- AM_POTIONPITCHER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- HT_SKIDTRAP: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 12437
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1057
- Emotion: 27
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1057
- Emotion: 27
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 500
- CastTime: 600
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- TF_THROWSTONE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- STEM_WORM: {
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- PENOMENA: {
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- KNIGHT_OF_ABYSS: {
- AC_CHARGEARROW: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- CastTime: 2000
- Delay: 600000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1132
- }
- NPC_ARMORBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- MARIN: {
- MG_FROSTDIVER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_LOOT"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- SASQUATCH: {
- KN_SPEARSTAB: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 13973
- }
- SM_ENDURE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 6
- }
- }
- COOKIE_XMAS: {
- MG_COLDBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 21
- }
- MG_COLDBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 21
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- SA_REVERSEORCISH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 50
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- SA_REVERSEORCISH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 50
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- }
- ANTONIO: {
- AL_TELEPORT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- AL_TELEPORT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_RUN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_RUN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- CRUISER: {
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 24
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 27
- }
- }
- MYSTCASE: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- KN_SPEARSTAB: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MC_MAMMONITE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 8
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 3
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- CHEPET: {
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 3
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 17
- }
- AM_DEMONSTRATION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 17
- }
- AM_DEMONSTRATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 17
- }
- WZ_FIREPILLAR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1743
- Emotion: 27
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1743
- Emotion: 27
- }
- PR_STRECOVERY: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 700
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDSTATUSON"
- ConditionData: "MSC_ANY"
- Emotion: 3
- }
- PR_STRECOVERY: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 700
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDSTATUSON"
- ConditionData: "MSC_ANY"
- Emotion: 3
- }
- }
- KNIGHT_OF_WINDSTORM: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_WIDEFREEZE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 32
- }
- NPC_WIDEFREEZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 32
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- CR_SHIELDCHARGE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 21
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 6
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1607
- Emotion: 27
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 6
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1607
- Emotion: 27
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1515
- }
- WZ_STORMGUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 21
- }
- WZ_STORMGUST: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 21
- }
- WZ_STORMGUST: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- Emotion: 21
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- }
- GARM: {
- AL_DECAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 48
- Rate: 2000
- Delay: 300000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_WIDEFREEZE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_WIDEFREEZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_WEAPONBRAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- WZ_STORMGUST: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_STORMGUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1606
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1606
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- Emotion: 6
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- }
- GARGOYLE: {
- AC_CHARGEARROW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_KEEPING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 9
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- RAGGLER: {
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 13973
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- NERAID: {
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val1: 13973
- }
- }
- PEST: {
- AS_CLOAKING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- INJUSTICE: {
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- GOBLIN_ARCHER: {
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 16
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- GRYPHON: {
- KN_PIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- DARK_FRAME: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 1
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 1
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 26
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 0
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 0
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 300000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- }
- WILD_ROSE: {
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_LOOT"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- MUTANT_DRAGON: {
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- WIND_GHOST: {
- HT_SHOCKWAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 29
- }
- NPC_MAGICALATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_JUPITEL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- WZ_JUPITEL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- MERMAN: {
- KN_PIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 13973
- }
- NPC_RANGEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- COOKIE: {
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 0
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 0
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 0
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 0
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 0
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 0
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 4
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 4
- }
- }
- CARAT: {
- AL_TELEPORT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- CastTime: 600
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- SA_REVERSEORCISH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 50
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- SA_REVERSEORCISH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 50
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- }
- BLOODY_KNIGHT: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_CHANGEFIRE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 2000
- Delay: 600000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- CR_SHIELDCHARGE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- }
- NPC_WEAPONBRAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- CLOCK: {
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION_ON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 14469
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 200
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 145
- }
- }
- C_TOWER_MANAGER: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_FIREPILLAR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- SA_DISPELL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_SLEEPATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_SLEEPATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_EMOTION_ON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 14469
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 200
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 145
- }
- }
- ALLIGATOR: {
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 145
- }
- }
- DARK_LORD: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- MG_FIREWALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 800
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 800
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_DARKBLESSING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_HELMBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1605
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1605
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 5000
- CastTime: 500
- Delay: 2000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 5000
- CastTime: 500
- Delay: 2000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 5000
- CastTime: 500
- Delay: 2000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ORC_LADY: {
- AL_INCAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 3
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- MEGALITH: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- }
- }
- ALICE: {
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 3
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- CR_SHIELDCHARGE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- SA_DISPELL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SA_DISPELL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1744
- }
- }
- RAYDRIC_ARCHER: {
- AC_CHARGEARROW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- GREATEST_GENERAL: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 6
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_CASTTARGETED"
- Emotion: 6
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_EARTHSPIKE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 5000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 6
- }
- WZ_EARTHSPIKE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 5000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_CASTTARGETED"
- Emotion: 6
- }
- }
- STALACTIC_GOLEM: {
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- SM_ENDURE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 6
- }
- NPC_EMOTION_ON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 14469
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 200
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 145
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- TRI_JOINT: {
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- STEAM_GOBLIN: {
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 27
- }
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 23
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- SAGEWORM: {
- MG_COLDBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- MG_FIREBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1000
- Delay: 20000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 20
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 32
- }
- SA_DISPELL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 20
- }
- }
- KOBOLD_ARCHER: {
- AC_DOUBLE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 20
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- CHIMERA: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1253
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_SHIELDBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- }
- ARCHER_GUARDIAN: {
- AC_CHARGEARROW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AC_DOUBLE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- SOLDIER_GUARDIAN: {
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- MAYA_PUPLE: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 161
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 14261
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1194
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- SKELETON_GENERAL: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1028
- val1: 1016
- }
- }
- WRAITH_DEAD: {
- AL_DECAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AS_GRIMTOOTH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- MINI_DEMON: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 18
- val1: 14229
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1109
- Emotion: 11
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1109
- Emotion: 11
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- SA_REVERSEORCISH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 50
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- SA_REVERSEORCISH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 50
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- }
- CREMY_FEAR: {
- AL_TELEPORT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1018
- }
- RG_INTIMIDATE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- KILLER_MANTIS: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 14229
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1139
- }
- }
- OWL_BARON: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 32
- }
- SA_DISPELL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 5
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 161
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 14261
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1320
- }
- }
- KOBOLD_LEADER: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- BS_ADRENALINE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 1500
- Delay: 300000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- BS_ADRENALINE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 500
- CastTime: 1500
- Delay: 300000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- CR_SHIELDCHARGE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 2
- val0: 1133
- val1: 1134
- val2: 1135
- val3: 1282
- Emotion: 27
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 2
- val0: 1133
- val1: 1134
- val2: 1135
- val3: 1282
- Emotion: 27
- }
- }
- ANCIENT_MUMMY: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- }
- ZOMBIE_MASTER: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1036
- }
- }
- GOBLIN_LEADER: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 27
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 27
- }
- CR_SHIELDCHARGE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 27
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 2
- val0: 1122
- val1: 1123
- val2: 1124
- val3: 1125
- val4: 1126
- Emotion: 27
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 2
- val0: 1122
- val1: 1123
- val2: 1124
- val3: 1125
- val4: 1126
- Emotion: 27
- }
- }
- CATERPILLAR: {
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- AM_MUT: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- MC_MAMMONITE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 8
- }
- AM_ACIDTERROR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1110
- }
- }
- DARK_ILLUSION: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- GIANT_HONET: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 14229
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- GIANT_SPIDER: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AS_GRIMTOOTH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STOP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 14229
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1100
- }
- }
- ANCIENT_WORM: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AS_VENOMDUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STOP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1099
- }
- }
- LEIB_OLMAI: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 13973
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1243
- }
- SM_ENDURE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 6
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- CAT_O_NINE_TAIL: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 22
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- MC_MAMMONITE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 8
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1180
- }
- }
- PANZER_GOBLIN: {
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 23
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- GAJOMART: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- MG_SIGHT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_SIGHTRASHER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1129
- }
- RG_STRIPWEAPON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- MAJORUROS: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 13973
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1149
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- }
- GULLINBURSTI: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 13973
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1166
- }
- SM_ENDURE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 6
- }
- RG_STRIPSHIELD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- TURTLE_GENERAL: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_WEAPONBRAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 6
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1364
- val1: 1594
- val2: 1600
- val3: 1601
- val4: 1602
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 6
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1364
- val1: 1594
- val2: 1600
- val3: 1601
- val4: 1602
- }
- SM_ENDURE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 6
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- }
- MOBSTER: {
- KN_SPEARBOOMERANG: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- KN_SPEARSTAB: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 32
- }
- TF_SPRINKLESAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- RG_INTIMIDATE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- PERMETER: {
- AM_POTIONPITCHER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 5
- }
- AM_POTIONPITCHER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 5
- }
- AM_POTIONPITCHER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 5
- }
- AM_POTIONPITCHER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 5
- }
- AM_POTIONPITCHER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 5
- }
- AM_POTIONPITCHER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 5
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 145
- }
- TF_SPRINKLESAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ASSULTER: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MO_BODYRELOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 600000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- val0: 23
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 13973
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- TF_BACKSLIDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 600000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 10
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 10000
- Delay: 600000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 10
- val0: 1364
- }
- }
- SOLIDER: {
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 145
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- FUR_SEAL: {
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 1
- val1: 14469
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- HEATER: {
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 13973
- }
- WZ_FIREPILLAR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- FREEZER: {
- MG_COLDBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_COLDBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 20
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 13973
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- OWL_DUKE: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 32
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 161
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 14261
- }
- }
- DRAGON_TAIL: {
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SLEEPATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- SPRING_RABBIT: {
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 131
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- TF_THROWSTONE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- SEE_OTTER: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 22
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 22
- val1: 14469
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- WZ_WATERBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- APOCALIPS: {
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 1000
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 10
- Emotion: 9
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- LAVA_GOLEM: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1367
- }
- WZ_FIREPILLAR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- }
- }
- BLAZZER: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_SIGHTRASHER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- GEOGRAPHER: {
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- }
- NPC_SLEEPATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- }
- GRAND_PECO: {
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION_ON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 14469
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 200
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 4233
- }
- }
- SUCCUBUS: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 3
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 3
- }
- SA_REVERSEORCISH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 50
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- SA_REVERSEORCISH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 50
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- }
- FAKE_ANGEL: {
- NPC_DARKSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 7
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 7
- Rate: 500
- CastTime: 700
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 7
- Rate: 500
- CastTime: 700
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- GOAT: {
- BS_ADRENALINE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 1500
- Delay: 300000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- BS_ADRENALINE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 500
- CastTime: 1500
- Delay: 300000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 4233
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- LORD_OF_DEATH: {
- AL_DECAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 48
- Rate: 2000
- Delay: 60000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CHANGEUNDEAD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GRANDDARKNESS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1490
- val1: 1490
- val2: 1509
- val3: 1508
- val4: 1179
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1490
- val1: 1490
- val2: 1509
- val3: 1508
- val4: 1179
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- }
- INCUBUS: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 14
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 14
- }
- }
- THE_PAPER: {
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_DEFENDER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 29
- }
- NPC_DEFENDER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 29
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_DEFENDER: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 29
- }
- NPC_DEFENDER: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 29
- }
- }
- HARPY: {
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- ELDER: {
- MG_FIREBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 10000
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 11
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 7
- Rate: 10000
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 12
- }
- MG_STONECURSE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 11
- }
- SA_DISPELL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBOLT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 7
- Rate: 10000
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 11
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 7
- Rate: 10000
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 12
- }
- MG_STONECURSE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 11
- }
- }
- DEMON_PUNGUS: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- NIGHTMARE_TERROR: {
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 7
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- DRILLER: {
- AS_CLOAKING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 100
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 22
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- GRIZZLY: {
- KN_SPEARSTAB: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 14469
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- SM_ENDURE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 6
- }
- KN_SPEARSTAB: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- SM_ENDURE: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 6
- }
- }
- DIABOLIC: {
- MO_BODYRELOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- MO_BODYRELOCATION: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- WZ_METEOR: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- WZ_METEOR: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- EXPLOSION: {
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AM_DEMONSTRATION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 100
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AM_DEMONSTRATION: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 100
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- DELETER: {
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 12429
- }
- }
- DELETER_: {
- MG_FIREWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREWALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 12429
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- SLEEPER: {
- AS_CLOAKING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 100
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DEFENDER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 29
- }
- NPC_DEFENDER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 29
- }
- NPC_SLEEPATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- TF_SPRINKLESAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DEFENDER: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DEFENDER: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SLEEPATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- TF_SPRINKLESAND: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- GIG: {
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 14469
- }
- TF_HIDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 19
- }
- TF_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- TF_HIDING: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 19
- }
- TF_POISON: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 10
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 2
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- }
- ARCHANGELING: {
- CR_GRANDCROSS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- Delay: 1000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- Delay: 1000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 18
- }
- PR_SANCTUARY: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 500
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- PR_SANCTUARY: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 500
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- Emotion: 18
- }
- NPC_BARRIER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 10000
- CastTime: 700
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1443
- val1: 1246
- val2: 1742
- val3: 1743
- val4: 1744
- Emotion: 18
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 7
- Rate: 10000
- CastTime: 700
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1443
- val1: 1246
- val2: 1742
- val3: 1743
- val4: 1744
- Emotion: 18
- }
- RG_INTIMIDATE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- DRACULA: {
- AL_DECAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 48
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 500
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 36
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 500
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 36
- }
- AS_GRIMTOOTH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MO_BODYRELOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CHANGEUNDEAD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_INVISIBLE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_INVISIBLE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_INVISIBLE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 16
- Rate: 10000
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 5
- val0: 1419
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 16
- Rate: 10000
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 5
- val0: 1419
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- }
- VIOLY: {
- NPC_DARKSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- }
- GALAPAGO: {
- AM_POTIONPITCHER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- Emotion: 2
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 1
- val1: 4235
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 1
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- WZ_WATERBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- }
- ROTAR_ZAIRO: {
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 23
- }
- }
- G_MUMMY: {
- NPC_COMBOATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- EVENT_BAPHO: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 20
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- NPC_BARRIER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 3000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 20000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 2000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1026
- val1: 1170
- val2: 1029
- val3: 1044
- val4: 1749
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- CastTime: 2000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1026
- val1: 1170
- val2: 1029
- val3: 1044
- val4: 1749
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- WZ_STORMGUST: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- WZ_STORMGUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- WZ_VERMILION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- WZ_VERMILION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- KARAKASA: {
- NPC_HALLUCINATION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 31
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 31
- }
- MO_BODYRELOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- WZ_WATERBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 28
- val1: 14469
- }
- }
- SHINOBI: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AS_CLOAKING: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- HT_CLAYMORETRAP: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- MO_BODYRELOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 10
- }
- NPC_REBIRTH: {
- SkillState: "MSS_DEAD"
- SkillLevel: 2
- Rate: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- TF_BACKSLIDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 3600000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 10
- }
- }
- POISON_TOAD: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ANTIQUE_FIRELOCK: {
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- }
- MIYABI_NINGYO: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- TENGU: {
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- SM_PROVOKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 600
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 23
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- CastTime: 600
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 23
- }
- WZ_EARTHSPIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- WZ_EARTHSPIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- WZ_EARTHSPIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- SM_PROVOKE: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 10
- Rate: 2000
- CastTime: 600
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 23
- }
- SM_PROVOKE: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 10
- Rate: 2000
- CastTime: 600
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 23
- }
- WZ_EARTHSPIKE: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- WZ_EARTHSPIKE: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- WZ_EARTHSPIKE: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- KAPHA: {
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 20
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- WZ_WATERBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 16
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- WZ_WATERBALL: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 16
- }
- }
- BLOOD_BUTTERFLY: {
- KN_PIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_SLEEPATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- NPC_SLEEPATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- }
- RICE_CAKE_BOY: {
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- LIVE_PEACH_TREE: {
- AM_POTIONPITCHER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 19
- }
- AM_POTIONPITCHER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- AM_POTIONPITCHER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 19
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- EVIL_CLOUD_HERMIT: {
- AL_TELEPORT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- WILD_GINSENG: {
- NPC_BARRIER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 3000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 9
- }
- NPC_MAGICALATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- }
- BABY_LEOPARD: {
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- }
- WICKED_NYMPH: {
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 2
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 2
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 2
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 2
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 2
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 2
- }
- NPC_STOP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- SA_DISPELL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ZIPPER_BEAR: {
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- DARK_SNAKE_LORD: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- NPC_DRAGONFEAR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_DRAGONFEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 32
- }
- NPC_WIDESILENCE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 32
- }
- NPC_WIDESILENCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 32
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SHIELDBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_STOP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 2
- val0: 1531
- val1: 1531
- val2: 1564
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 2
- val0: 1531
- val1: 1531
- val2: 1564
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- }
- G_FARMILIAR: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_ARCHER_SKELETON: {
- AC_DOUBLE: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AC_DOUBLE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_ISIS: {
- NPC_CRITICALSLASH: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_HUNTER_FLY: {
- NPC_BLOODDRAIN: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_GHOUL: {
- NPC_POISON: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_SIDE_WINDER: {
- KN_PIERCE: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_PIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_OBEAUNE: {
- NPC_WATERATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_MARC: {
- NPC_STUNATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_NIGHTMARE: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_POISON_SPORE: {
- NPC_POISON: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_ARGIOPE: {
- AS_VENOMDUST: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_VENOMDUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_ARGOS: {
- NPC_POISON: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_BAPHOMET_: {
- NPC_DARKBREATH: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_DESERT_WOLF: {
- NPC_FIREATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- TF_SPRINKLESAND: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- TF_SPRINKLESAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_DEVIRUCHI: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_DRAINLIAR: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_EVIL_DRUID: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_JAKK: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_JOKER: {
- MG_FIREBALL: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 10
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 9
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ATTRICHANGE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- CastTime: 2000
- Delay: 300000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_KHALITZBURG: {
- AS_GRIMTOOTH: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_GRIMTOOTH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_HIGH_ORC: {
- NPC_FIREATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SMOKING: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- Delay: 36000000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_STEM_WORM: {
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_PENOMENA: {
- NPC_BLOODDRAIN: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_SASQUATCH: {
- KN_SPEARSTAB: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- SM_ENDURE: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- KN_SPEARSTAB: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- SM_ENDURE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- }
- G_CRUISER: {
- NPC_COMBOATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_CHEPET: {
- AL_HEAL: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- }
- AL_HEAL: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- }
- AL_HEAL: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- AL_HEAL: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- MG_FIREWALL: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 10
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREWALL: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 10
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- PR_STRECOVERY: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 2000
- CastTime: 700
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDSTATUSON"
- ConditionData: "MSC_ANY"
- }
- PR_STRECOVERY: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- CastTime: 700
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDSTATUSON"
- ConditionData: "MSC_ANY"
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- MG_FIREWALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- PR_STRECOVERY: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 700
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDSTATUSON"
- ConditionData: "MSC_ANY"
- }
- PR_STRECOVERY: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 700
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDSTATUSON"
- ConditionData: "MSC_ANY"
- }
- }
- G_RAGGLER: {
- NPC_COMBOATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_INJUSTICE: {
- AS_SONICBLOW: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_GRYPHON: {
- KN_PIERCE: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 10
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_PIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_DARK_FRAME: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_MUTANT_DRAGON: {
- MG_FIREBALL: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 20
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 20
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_WIND_GHOST: {
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MAGICALATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_JUPITEL: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_JUPITEL: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- HT_SHOCKWAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MAGICALATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_JUPITEL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_JUPITEL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_MERMAN: {
- KN_PIERCE: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_RANGEATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_PIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_RANGEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_ORC_LADY: {
- AL_INCAGI: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_INCAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_RAYDRIC_ARCHER: {
- AC_CHARGEARROW: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AC_CHARGEARROW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_TRI_JOINT: {
- NPC_GROUNDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_KOBOLD_ARCHER: {
- AC_DOUBLE: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AC_DOUBLE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_CHIMERA: {
- NPC_FIREATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_MANTIS: {
- NPC_COMBOATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_MARDUK: {
- MG_FIREBOLT: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBOLT: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREWALL: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MAGICALATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREWALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MAGICALATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_MARIONETTE: {
- MG_FIREWALL: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- HT_FREEZINGTRAP: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREWALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_MATYR: {
- AS_SONICBLOW: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_MINOROUS: {
- BS_HAMMERFALL: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_ORC_SKELETON: {
- NPC_CRITICALSLASH: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_ORC_ZOMBIE: {
- NPC_CRITICALSLASH: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_PASANA: {
- NPC_COMBOATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_BASH: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_PETIT: {
- NPC_GROUNDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_PETIT_: {
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_RAYDRIC: {
- BS_MAXIMIZE: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 20
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_REQUIEM: {
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_SKEL_WORKER: {
- NPC_CRITICALSLASH: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_ZEROM: {
- NPC_FIREATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_NINE_TAIL: {
- NPC_ATTRICHANGE: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_RANDOMATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ATTRICHANGE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_RANDOMATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_BON_GUN: {
- KN_SPEARSTAB: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_SPEARSTAB: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_ORC_ARCHER: {
- AC_SHOWER: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AC_SHOWER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- HT_ANKLESNARE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_MIMIC: {
- NPC_BLOODDRAIN: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_WRAITH: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_ALARM: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_ARCLOUSE: {
- NPC_GROUNDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_RIDEWORD: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_SKEL_PRISONER: {
- NPC_CRITICALSLASH: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_ZOMBIE_PRISONER: {
- NPC_POISON: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_PUNK: {
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_ZHERLTHSH: {
- AS_SONICBLOW: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_LICK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_PROVOKE: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 10
- Rate: 500
- CastTime: 600
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_LICK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 500
- CastTime: 600
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_RYBIO: {
- AS_SONICBLOW: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_PROVOKE: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- CastTime: 600
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 600
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_PHENDARK: {
- NPC_POISON: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_MYSTELTAINN: {
- BS_MAXIMIZE: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_TIRFING: {
- AS_SONICBLOW: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_EXECUTIONER: {
- BS_MAXIMIZE: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- KN_AUTOCOUNTER: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- KN_SPEARBOOMERANG: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- KN_AUTOCOUNTER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- KN_SPEARBOOMERANG: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_ANOLIAN: {
- NPC_WATERATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_BASH: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_STING: {
- KN_SPEARSTAB: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- TF_HIDING: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYSTATUSON"
- ConditionData: "SC_HIDING"
- }
- KN_SPEARSTAB: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- TF_HIDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_WANDER_MAN: {
- KN_AUTOCOUNTER: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_AUTOCOUNTER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_DOKEBI: {
- BS_ADRENALINE: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 1
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_ADRENALINE: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MC_MAMMONITE: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_ADRENALINE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_ADRENALINE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MC_MAMMONITE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- INCANTATION_SAMURAI: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 5000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 9
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- NPC_ARMORBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- ASC_BREAKER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- ASC_BREAKER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 5000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- ASC_BREAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HELMBRAKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SHIELDBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 2
- val0: 1560
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 2
- val0: 1560
- }
- RG_INTIMIDATE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 60000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- }
- DRYAD: {
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 2
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 2
- }
- NPC_STOP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 3
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- KIND_OF_BEETLE: {
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_KEEPING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 19
- }
- }
- STONE_SHOOTER: {
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- WOODEN_GOLEM: {
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- Emotion: 9
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- WOOTAN_SHOOTER: {
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- }
- WOOTAN_FIGHTER: {
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 2000
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- PARASITE: {
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_POISON: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- }
- PORING_V: {
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 2000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 4
- }
- AL_HEAL: {
- SkillState: "MSS_WALK"
- SkillLevel: 11
- Rate: 10000
- Delay: 2000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 4
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 20000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- WZ_VERMILION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- WZ_VERMILION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- WZ_STORMGUST: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- WZ_STORMGUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_DARKBLESSING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 16
- Rate: 10000
- CastTime: 2000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1491
- val1: 1431
- val2: 1433
- Emotion: 18
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 16
- Rate: 10000
- CastTime: 2000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1491
- val1: 1431
- val2: 1433
- Emotion: 18
- }
- RG_STRIPARMOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- RG_STRIPHELM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- RG_STRIPSHIELD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- RG_STRIPWEAPON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- GIBBET: {
- AS_GRIMTOOTH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- DULLAHAN: {
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- LOLI_RURI: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 6
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 3
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- SA_REVERSEORCISH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 50
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- SA_REVERSEORCISH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 50
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- }
- DISGUISE: {
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_METAMORPHOSIS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 10
- val0: 1509
- val1: 1508
- Emotion: 19
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- BLOODY_MURDERER: {
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- QUVE: {
- MG_STONECURSE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_METAMORPHOSIS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- val0: 1509
- Emotion: 19
- }
- }
- LUDE: {
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- NPC_METAMORPHOSIS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- val0: 1508
- Emotion: 19
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- HYLOZOIST: {
- AL_DECAGI: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- MO_BODYRELOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- AMON_RA: {
- NPC_BLOODDRAIN: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_SUMMONMONSTER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 5000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- val0: 1474
- val1: 1477
- val2: 1438
- Emotion: 9
- }
- NPC_SUMMONMONSTER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 5000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_CASTTARGETED"
- val0: 1474
- val1: 1477
- val2: 1438
- Emotion: 9
- }
- NPC_SUMMONMONSTER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 5000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- val0: 1474
- val1: 1477
- val2: 1438
- Emotion: 9
- }
- NPC_SUMMONMONSTER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 5000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_CASTTARGETED"
- val0: 1474
- val1: 1477
- val2: 1438
- Emotion: 9
- }
- NPC_SUMMONMONSTER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 5000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- val0: 1474
- val1: 1477
- val2: 1438
- Emotion: 9
- }
- NPC_SUMMONMONSTER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 5000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 89
- val0: 1474
- val1: 1477
- val2: 1438
- Emotion: 9
- }
- NPC_SUMMONMONSTER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 5000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 21
- val0: 1474
- val1: 1477
- val2: 1438
- Emotion: 9
- }
- NPC_SUMMONMONSTER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 5000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 1474
- val1: 1477
- val2: 1438
- Emotion: 9
- }
- NPC_SUMMONMONSTER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 5000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 79
- val0: 1474
- val1: 1477
- val2: 1438
- Emotion: 9
- }
- NPC_SUMMONMONSTER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 5000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 83
- val0: 1474
- val1: 1477
- val2: 1438
- Emotion: 9
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- Emotion: 9
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 89
- Emotion: 9
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 21
- Emotion: 9
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- Emotion: 9
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 79
- Emotion: 9
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 83
- Emotion: 9
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 9
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_CASTTARGETED"
- Emotion: 9
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 5000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- WZ_FIREPILLAR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 2000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_FIREPILLAR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 2000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_FIREPILLAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 5000
- Delay: 2000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKBLESSING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 5000
- Delay: 2000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- }
- HYEGUN: {
- MO_BODYRELOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- CIVIL_SERVANT: {
- NPC_DARKTHUNDER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AM_POTIONPITCHER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 2
- }
- AM_POTIONPITCHER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 10000
- CastTime: 500
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- AM_POTIONPITCHER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10000
- CastTime: 500
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- }
- DANCING_DRAGON: {
- NPC_AGIUP: {
- SkillState: "MSS_LOOT"
- SkillLevel: 1
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_AGIUP: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 22
- }
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- }
- }
- GARM_BABY: {
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_LICK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- INCREASE_SOIL: {
- NPC_METAMORPHOSIS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 50
- CastTime: 5000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 1516
- }
- }
- LI_ME_MANG_RYANG: {
- NPC_RANGEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 24
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- BACSOJIN: {
- NPC_INVISIBLE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 1000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- PR_SANCTUARY: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDESLEEP: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDESLEEP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- WZ_WATERBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STOP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 1000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- }
- }
- CHUNG_E: {
- CR_SHIELDCHARGE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- RG_INTIMIDATE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 1000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- TF_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- BOILED_RICE: {
- CR_AUTOGUARD: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUICIDE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 4000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- }
- G_PARASITE: {
- NPC_REVENGE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MASTERATTACKED"
- }
- }
- G_FLORA: {
- NPC_REVENGE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MASTERATTACKED"
- }
- }
- G_HYDRA: {
- NPC_REVENGE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MASTERATTACKED"
- }
- }
- DEVILING: {
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 10000
- CastTime: 2000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1595
- val1: 1595
- val2: 1595
- val3: 1433
- Emotion: 6
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 7
- Rate: 10000
- CastTime: 2000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1595
- val1: 1595
- val2: 1595
- val3: 1433
- Emotion: 6
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 3000
- CastTime: 700
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 3000
- CastTime: 700
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AL_DECAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- TAO_GUNKA: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 9
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ARMORBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 4
- val0: 1793
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 4
- val0: 1793
- }
- AL_TELEPORT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- }
- TAMRUAN: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- }
- }
- LEAF_CAT: {
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- }
- KRABEN: {
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- G_MANDRAGORA: {
- NPC_REVENGE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MASTERATTACKED"
- }
- }
- G_GEOGRAPHER: {
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 90
- }
- NPC_REVENGE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MASTERATTACKED"
- }
- }
- METALING: {
- CR_REFLECTSHIELD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 200000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- RG_STRIPWEAPON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- MC_MAMMONITE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 800
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 8
- }
- }
- MINERAL: {
- CR_REFLECTSHIELD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_RANDOMATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BARRIER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 3000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- TF_HIDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 50000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- TF_HIDING: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- }
- OBSIDIAN: {
- CR_SHIELDCHARGE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BARRIER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 3000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- TF_HIDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 50000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- TF_HIDING: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- }
- PITMAN: {
- TF_SPRINKLESAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- TF_SPRINKLESAND: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 3000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- }
- HT_CLAYMORETRAP: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- }
- WASTE_STOVE: {
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- TF_THROWSTONE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 1000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_RANDOMATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 200
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- Emotion: 9
- }
- }
- UNGOLIANT: {
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 1000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 3
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 14
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- CastTime: 700
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1625
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- CastTime: 700
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1625
- }
- }
- PORCELLIO: {
- AL_PNEUMA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 18
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_KEEPING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 25
- Emotion: 9
- }
- }
- NOXIOUS: {
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 23
- }
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 23
- }
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 173
- Emotion: 23
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 14
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_CASTTARGETED"
- Emotion: 14
- }
- }
- VENOMOUS: {
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 23
- }
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 23
- }
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 173
- Emotion: 23
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- TEDDY_BEAR: {
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 2000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 3
- Emotion: 23
- }
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 1000
- CastTime: 2000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 3
- Emotion: 23
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 500
- CastTime: 800
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 500
- CastTime: 800
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- SA_DISPELL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 50
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION_ON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 23
- }
- }
- RSX_0806: {
- NPC_AGIUP: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EARTHQUAKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 32
- }
- NPC_EARTHQUAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 32
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1624
- val1: 1624
- val2: 1621
- val3: 1620
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1624
- val1: 1624
- val2: 1621
- val3: 1620
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1617
- }
- NPC_WEAPONBRAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 60000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- }
- G_WASTE_STOVE: {
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- TF_THROWSTONE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 4000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_RANDOMATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 200
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- Emotion: 9
- }
- }
- G_PORCELLIO: {
- AL_PNEUMA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 18
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_KEEPING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 25
- Emotion: 9
- }
- }
- G_DARK_PRIEST: {
- NPC_DARKCROSS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_CHANGEUNDEAD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- MO_BODYRELOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_GRANDDARKNESS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 2000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- Emotion: 9
- }
- NPC_GRANDDARKNESS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 2000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- Emotion: 9
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- CastTime: 700
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 9
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 9
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ANOPHELES: {
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- MOLE: {
- TF_HIDING: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 25000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- TF_HIDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 29
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- TF_SPRINKLESAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- HILL_WIND: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 1
- }
- KN_SPEARSTAB: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_SPEARBOOMERANG: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- BACSOJIN_: {
- NPC_INVISIBLE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 1000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- PR_SANCTUARY: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STOP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 1000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 1519
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 1519
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 10000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 1519
- }
- }
- CHUNG_E_: {
- CR_SHIELDCHARGE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- RG_INTIMIDATE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 1000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- TF_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- GREMLIN: {
- RG_STRIPARMOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- BEHOLDER: {
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- MG_NAPALMBEAT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SA_DISPELL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- SEYREN: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- KN_SPEARBOOMERANG: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- LK_SPIRALPIERCE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- LK_SPIRALPIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_SPEARBOOMERANG: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- Emotion: 6
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 1000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- SM_PROVOKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- }
- EREMES: {
- AS_CLOAKING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AS_GRIMTOOTH: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AS_GRIMTOOTH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- Emotion: 6
- }
- ASC_BREAKER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- ASC_METEORASSAULT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- TF_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AS_GRIMTOOTH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_VENOMDUST: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 50000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- AS_VENOMDUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 50000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- HARWORD: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- BS_ADRENALINE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 150000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MC_MAMMONITE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 23
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_ARMORBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- MAGALETA: {
- HP_ASSUMPTIO: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 100
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 100
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 100
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_PNEUMA: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- AL_INCAGI: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 240000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- AL_INCAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 240000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- AL_DECAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 48
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AL_PNEUMA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 19
- }
- AL_PNEUMA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 19
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_CASTTARGETED"
- Emotion: 18
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_CASTTARGETED"
- Emotion: 18
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_CASTTARGETED"
- Emotion: 18
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 3000
- Delay: 2000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 99
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 3000
- Delay: 2000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 3000
- Delay: 2000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 99
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 3000
- Delay: 2000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 3000
- Delay: 2000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 99
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 3000
- Delay: 2000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- Emotion: 3
- }
- }
- SHECIL: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AC_DOUBLE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AC_SHOWER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AC_CHARGEARROW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_AGIUP: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- Delay: 35000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- SN_SHARPSHOOTING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 500
- Delay: 1500
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- HT_SKIDTRAP: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 2000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- }
- HT_SKIDTRAP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- }
- HT_FLASHER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 2000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- }
- HT_FLASHER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- }
- HT_FREEZINGTRAP: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 2000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- }
- HT_FREEZINGTRAP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- KATRINN: {
- MG_SIGHT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SIGHT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 137
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_JUPITEL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 28
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 20
- Rate: 10000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- WZ_JUPITEL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 28
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 10000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 3000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 3000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- HW_GANBANTEIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 7000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- HW_NAPALMVULCAN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1000
- Delay: 2000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_JUPITEL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 28
- Rate: 3000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_JUPITEL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 28
- Rate: 3000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 15
- Rate: 3000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_RUSH"
- SkillLevel: 15
- Rate: 3000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_COLDBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 3000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_COLDBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 3000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 3000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 3000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_SIGHTRASHER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 3000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 3000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 3000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 3000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 3000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREWALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 3000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 3000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 3000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 3000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_FROSTNOVA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 3000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_FROSTNOVA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 3000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_EARTHSPIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 3000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_EARTHSPIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 3000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 3000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 3000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_SEYREN: {
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 2000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 3
- }
- WZ_STORMGUST: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_RUDEATTACKED"
- }
- WZ_STORMGUST: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_RUDEATTACKED"
- }
- KN_SPEARBOOMERANG: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- LK_SPIRALPIERCE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 60
- }
- LK_SPIRALPIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 60
- }
- KN_SPEARBOOMERANG: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- Emotion: 6
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 1000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- SM_PROVOKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- SM_ENDURE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 6
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_EREMES: {
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 2000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 3
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_RUDEATTACKED"
- }
- WZ_METEOR: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AS_GRIMTOOTH: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AS_GRIMTOOTH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- Emotion: 6
- }
- ASC_BREAKER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- ASC_METEORASSAULT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_INVISIBLE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_INVISIBLE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- TF_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- AS_GRIMTOOTH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_VENOMDUST: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- AS_VENOMDUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_HARWORD: {
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 2000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 3
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_RUDEATTACKED"
- }
- WZ_METEOR: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_RUDEATTACKED"
- }
- BS_ADRENALINE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 150000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MC_MAMMONITE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 23
- }
- MC_MAMMONITE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 23
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_ARMORBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- NPC_HELMBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- NPC_SHIELDBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_MAGALETA: {
- HP_ASSUMPTIO: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 90
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 90
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 100
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 100
- }
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 2000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 3
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_RUDEATTACKED"
- }
- WZ_METEOR: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_PNEUMA: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- AL_INCAGI: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 240000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- AL_INCAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 240000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- AL_DECAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 48
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AL_PNEUMA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 19
- }
- AL_PNEUMA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 19
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_CASTTARGETED"
- Emotion: 18
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_CASTTARGETED"
- Emotion: 18
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_CASTTARGETED"
- Emotion: 18
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 3000
- Delay: 1500
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 99
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 3000
- Delay: 1500
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 3000
- Delay: 1500
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 99
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 3000
- Delay: 1500
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 3000
- Delay: 1500
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 99
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 3000
- Delay: 1500
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- Emotion: 3
- }
- }
- G_SHECIL: {
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 2000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 3
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_RUDEATTACKED"
- }
- WZ_METEOR: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AC_DOUBLE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AC_SHOWER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AC_CHARGEARROW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- SN_SHARPSHOOTING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 500
- Delay: 1500
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- HT_LANDMINE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 2000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_AROUND3"
- CastCondition: "MSC_ALWAYS"
- Emotion: 5
- }
- HT_LANDMINE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_AROUND3"
- CastCondition: "MSC_ALWAYS"
- Emotion: 5
- }
- HT_ANKLESNARE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 2000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_AROUND3"
- CastCondition: "MSC_ALWAYS"
- Emotion: 5
- }
- HT_ANKLESNARE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_AROUND3"
- CastCondition: "MSC_ALWAYS"
- Emotion: 5
- }
- HT_BLASTMINE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 2000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_AROUND3"
- CastCondition: "MSC_ALWAYS"
- Emotion: 5
- }
- HT_BLASTMINE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_AROUND3"
- CastCondition: "MSC_ALWAYS"
- Emotion: 5
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_KATRINN: {
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 2000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 3
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_RUDEATTACKED"
- }
- WZ_METEOR: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_RUDEATTACKED"
- }
- WZ_STORMGUST: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_VERMILION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 20
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- HW_GANBANTEIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 7000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- HW_NAPALMVULCAN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1000
- Delay: 2000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_STORMGUST: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- WZ_VERMILION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- MG_SIGHT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SIGHT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 137
- }
- WZ_STORMGUST: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_VERMILION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_STORMGUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_VERMILION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_FIREPILLAR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 5000
- CastTime: 200
- Delay: 2000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_FIREPILLAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 2000
- CastTime: 200
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 20000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 5000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 5000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- B_SEYREN: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1641
- val1: 1642
- val2: 1643
- val3: 1644
- val4: 1645
- Emotion: 0
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1641
- val1: 1642
- val2: 1643
- val3: 1644
- val4: 1645
- Emotion: 0
- }
- NPC_SUMMONMONSTER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 60000000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- val0: 1641
- val1: 1642
- val2: 1643
- val3: 1644
- val4: 1645
- Emotion: 0
- }
- KN_SPEARBOOMERANG: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- KN_SPEARBOOMERANG: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- Emotion: 6
- }
- LK_SPIRALPIERCE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 60
- }
- LK_SPIRALPIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 60
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 1000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- SM_PROVOKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- SM_ENDURE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 6
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CHANGEFIRE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 60000000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 70
- Emotion: 9
- }
- NPC_CHANGEHOLY: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 60000000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- Emotion: 9
- }
- NPC_CHANGETELEKINESIS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 60000000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 10
- Emotion: 9
- }
- }
- B_EREMES: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1640
- val1: 1642
- val2: 1643
- val3: 1644
- val4: 1645
- Emotion: 0
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1640
- val1: 1642
- val2: 1643
- val3: 1644
- val4: 1645
- Emotion: 0
- }
- NPC_SUMMONMONSTER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 60000000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- val0: 1640
- val1: 1642
- val2: 1643
- val3: 1644
- val4: 1645
- Emotion: 0
- }
- AS_GRIMTOOTH: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AS_GRIMTOOTH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- Emotion: 6
- }
- NPC_INVISIBLE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_INVISIBLE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- TF_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- AS_GRIMTOOTH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_VENOMDUST: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- AS_VENOMDUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- ASC_BREAKER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- ASC_METEORASSAULT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CHANGEWIND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 6000000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 70
- Emotion: 9
- }
- NPC_CHANGEHOLY: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 6000000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- Emotion: 9
- }
- NPC_CHANGETELEKINESIS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 6000000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 10
- Emotion: 9
- }
- }
- B_HARWORD: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1640
- val1: 1641
- val2: 1643
- val3: 1644
- val4: 1645
- Emotion: 0
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1640
- val1: 1641
- val2: 1643
- val3: 1644
- val4: 1645
- Emotion: 0
- }
- NPC_SUMMONMONSTER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 60000000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- val0: 1640
- val1: 1641
- val2: 1643
- val3: 1644
- val4: 1645
- Emotion: 0
- }
- BS_ADRENALINE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 150000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MC_MAMMONITE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 23
- }
- MC_MAMMONITE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 23
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_ARMORBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- NPC_HELMBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- NPC_SHIELDBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- ST_FULLSTRIP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1500
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CHANGEGROUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 6000000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 70
- Emotion: 9
- }
- NPC_CHANGEHOLY: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 6000000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- Emotion: 9
- }
- NPC_CHANGETELEKINESIS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 6000000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 10
- Emotion: 9
- }
- }
- B_MAGALETA: {
- HP_ASSUMPTIO: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 90
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 90
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 100
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 100
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 10
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 5
- Emotion: 3
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1640
- val1: 1641
- val2: 1642
- val3: 1644
- val4: 1645
- Emotion: 0
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1640
- val1: 1641
- val2: 1642
- val3: 1644
- val4: 1645
- Emotion: 0
- }
- NPC_SUMMONMONSTER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 60000000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- val0: 1640
- val1: 1641
- val2: 1642
- val3: 1644
- val4: 1645
- Emotion: 0
- }
- AL_PNEUMA: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- AL_INCAGI: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 240000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- AL_INCAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 240000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- AL_DECAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 48
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AL_PNEUMA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 19
- }
- AL_PNEUMA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 19
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_CASTTARGETED"
- Emotion: 18
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_CASTTARGETED"
- Emotion: 18
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_CASTTARGETED"
- Emotion: 18
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CHANGEWATER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 6000000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 70
- Emotion: 9
- }
- NPC_CHANGEHOLY: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 6000000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- Emotion: 9
- }
- NPC_CHANGETELEKINESIS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 6000000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 10
- Emotion: 9
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 3000
- Delay: 1500
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 99
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 3000
- Delay: 1500
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 3000
- Delay: 1500
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 99
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 3000
- Delay: 1500
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 3000
- Delay: 1500
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 99
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 3000
- Delay: 1500
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- Emotion: 3
- }
- }
- B_SHECIL: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1640
- val1: 1641
- val2: 1642
- val3: 1643
- val4: 1645
- Emotion: 0
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1640
- val1: 1641
- val2: 1642
- val3: 1643
- val4: 1645
- Emotion: 0
- }
- NPC_SUMMONMONSTER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 60000000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- val0: 1640
- val1: 1641
- val2: 1642
- val3: 1643
- val4: 1645
- Emotion: 0
- }
- AC_DOUBLE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AC_SHOWER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AC_CHARGEARROW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- HT_CLAYMORETRAP: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- Emotion: 5
- }
- HT_CLAYMORETRAP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 5
- }
- HT_SANDMAN: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- Emotion: 5
- }
- HT_SANDMAN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 5
- }
- HT_SHOCKWAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- Emotion: 5
- }
- SN_SHARPSHOOTING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 500
- Delay: 1500
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- HT_SHOCKWAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 5
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CHANGEWATER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 6000000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 70
- Emotion: 9
- }
- NPC_CHANGEHOLY: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 6000000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- Emotion: 9
- }
- NPC_CHANGETELEKINESIS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 6000000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 10
- Emotion: 9
- }
- }
- B_KATRINN: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1640
- val1: 1641
- val2: 1642
- val3: 1643
- val4: 1644
- Emotion: 0
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1640
- val1: 1641
- val2: 1642
- val3: 1643
- val4: 1644
- Emotion: 0
- }
- NPC_SUMMONMONSTER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 60000000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- val0: 1640
- val1: 1641
- val2: 1642
- val3: 1643
- val4: 1644
- Emotion: 0
- }
- WZ_STORMGUST: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_VERMILION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 20
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- HW_GANBANTEIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 7000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- HW_NAPALMVULCAN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1000
- Delay: 2000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_STORMGUST: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- WZ_VERMILION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- MG_SIGHT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SIGHT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 137
- }
- WZ_STORMGUST: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_VERMILION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_STORMGUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_VERMILION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_FIREPILLAR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 5000
- CastTime: 200
- Delay: 2000
- Cancelable: true
- SkillTarget: "MST_AROUND3"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_FIREPILLAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 2000
- CastTime: 200
- Cancelable: true
- SkillTarget: "MST_AROUND3"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 20000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 5000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 5000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ATTRICHANGE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 6000000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 70
- Emotion: 9
- }
- NPC_CHANGEHOLY: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 6000000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- Emotion: 9
- }
- NPC_CHANGETELEKINESIS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 6000000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 10
- Emotion: 9
- }
- }
- YGNIZEM: {
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 1000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 800
- Delay: 1000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 5
- Emotion: 32
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 5000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 500
- CastTime: 600
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- }
- WHIKEBAIN: {
- TF_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- TF_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 1000
- Delay: 1000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 52
- }
- TF_THROWSTONE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 4000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- }
- ARMAIA: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 8
- }
- MC_MAMMONITE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 1000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 8
- }
- MC_MAMMONITE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 800
- Delay: 1000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 42
- Emotion: 8
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- }
- EREND: {
- AL_PNEUMA: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 22
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 3
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 1000
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_DECAGI: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- AL_DECAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- }
- KAVAC: {
- AC_DOUBLE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AC_DOUBLE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 1000
- Delay: 1000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 46
- }
- AC_DOUBLE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AC_SHOWER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- }
- RAWREL: {
- MG_SOULSTRIKE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 5000
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREWALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 20000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 7
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 5000
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 3000
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 26
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- }
- B_YGNIZEM: {
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 800
- Delay: 1000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 5
- Emotion: 32
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 5000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- SM_PROVOKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 600
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 500
- CastTime: 600
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- LK_SPIRALPIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SHIELDBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_CHANGEWATER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 89
- Emotion: 9
- }
- NPC_CHANGEWIND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 84
- Emotion: 9
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1659
- val1: 1660
- val2: 1661
- val3: 1662
- val4: 1663
- Emotion: 0
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1659
- val1: 1660
- val2: 1661
- val3: 1662
- val4: 1663
- Emotion: 0
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- }
- G_WHIKEBAIN: {
- TF_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- TF_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 1000
- Delay: 1000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 52
- }
- TF_THROWSTONE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 4000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- }
- G_ARMAIA: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 8
- }
- MC_MAMMONITE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 1000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 8
- }
- MC_MAMMONITE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 800
- Delay: 1000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 42
- Emotion: 8
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- }
- G_EREND: {
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 3
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 1000
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_DECAGI: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 48
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- AL_DECAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 48
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- G_KAVAC: {
- AC_DOUBLE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AC_DOUBLE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 1000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 46
- }
- AC_DOUBLE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AC_SHOWER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- }
- G_RAWREL: {
- MG_FIREWALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 20000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 7
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 5000
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 26
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- val0: 15
- }
- }
- POTON_CANON: {
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- }
- POTON_CANON_1: {
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- }
- POTON_CANON_2: {
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- }
- POTON_CANON_3: {
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ARCHDAM: {
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- KN_SPEARSTAB: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_RANDOMATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- DIMIK: {
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- DIMIK_1: {
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- DIMIK_2: {
- NPC_DARKBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 6
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 6
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- DIMIK_3: {
- NPC_RANDOMATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 1000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- DIMIK_4: {
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- MONEMUS: {
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 1000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- }
- VENATU: {
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 11
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 100
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val1: 12437
- }
- }
- VENATU_1: {
- NPC_SLEEPATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 11
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 100
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val1: 12437
- }
- }
- VENATU_2: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 11
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 100
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val1: 12437
- }
- }
- VENATU_3: {
- NPC_RANDOMATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 11
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 100
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val1: 12437
- }
- }
- VENATU_4: {
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 11
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 100
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val1: 12437
- }
- }
- HILL_WIND_1: {
- NPC_WINDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- WZ_JUPITEL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- WZ_JUPITEL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- GEMINI: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 30
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 31
- }
- KN_PIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AS_GRIMTOOTH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- REMOVAL: {
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_ARCHDAM: {
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- KN_SPEARSTAB: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_RANDOMATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- APOCALIPS_H: {
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 15
- val0: 1365
- val1: 1669
- val2: 1675
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1365
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 5000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 5000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 500
- CastTime: 10000
- Delay: 20000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 1000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- }
- }
- ORC_BABY: {
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 28
- }
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 28
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- Delay: 6000000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1023
- val1: 1273
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 10000
- Delay: 6000000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1023
- val1: 1273
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 10000
- Delay: 6000000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1023
- val1: 1273
- }
- }
- LADY_TANEE: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 22
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 2
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 2
- }
- AM_POTIONPITCHER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 2000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 90
- Emotion: 2
- }
- AM_POTIONPITCHER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 2000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 90
- Emotion: 2
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 1000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EXPULSION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 60
- }
- AC_CHARGEARROW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 20000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DEFENDER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 29
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 2
- val0: 1691
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 2
- val0: 1691
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_BACSOJIN: {
- NPC_INVISIBLE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 1000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- PR_SANCTUARY: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- WZ_WATERBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STOP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 1000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 2
- val0: 1690
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 2
- val0: 1690
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 2
- val0: 1690
- }
- }
- G_SPRING_RABBIT: {
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 195
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- TF_THROWSTONE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_KRABEN: {
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- BREEZE: {
- NPC_DEFENDER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 29
- }
- NPC_DEFENDER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 29
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- PLASMA_Y: {
- NPC_STUNATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 39
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 39
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 3000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 3000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_NAPALMBEAT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_NAPALMBEAT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 4000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 21
- }
- }
- PLASMA_R: {
- NPC_SLEEPATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 1000
- CastTime: 300
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_SLEEPATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- MG_FIREBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 7
- Rate: 3000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- MG_FIREBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 3000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 3000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- MG_FIREBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 21
- }
- }
- PLASMA_G: {
- MG_STONECURSE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 8
- Rate: 2000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- MG_STONECURSE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 8
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- WZ_EARTHSPIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 3000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- WZ_EARTHSPIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 3000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 11
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 11
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 21
- }
- }
- PLASMA_P: {
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 3000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 3000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 21
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- }
- PLASMA_B: {
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 2000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_COLDBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 6
- Rate: 3000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- MG_COLDBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 6
- Rate: 3000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 21
- }
- }
- DEATHWORD: {
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ANCIENT_MIMIC: {
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 1000
- Delay: 250000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 250000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- }
- OBSERVATION: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- RG_INTIMIDATE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- WZ_JUPITEL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- WZ_JUPITEL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 18
- }
- }
- SHELTER: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_VENOMDUST: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- AS_VENOMDUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 7
- Rate: 500
- CastTime: 700
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_FOLLOW"
- SkillLevel: 7
- Rate: 500
- CastTime: 700
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- RETRIBUTION: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_GRANDDARKNESS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- NPC_DARKCROSS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- SOLACE: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- CR_GRANDCROSS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- MG_NAPALMBEAT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_NAPALMBEAT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 1000
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- THA_ODIUM: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_STOP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CHANGEDARKNESS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 50000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- Emotion: 6
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 21
- }
- }
- THA_DESPERO: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 21
- }
- WZ_SIGHTRASHER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- SM_PROVOKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- THA_MAERO: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 1000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 1000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 21
- }
- NPC_INVISIBLE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_INVISIBLE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- THA_DOLOR: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_MAGICALATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_DECAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 48
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_DECAGI: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 48
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 8
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 40
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 8
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 8
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 40
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 8
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 8
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 40
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 8
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- Emotion: 3
- }
- }
- THANATOS: {
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 6
- Rate: 10000
- CastTime: 700
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1711
- val1: 1710
- val2: 1709
- val3: 1712
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 6
- Rate: 10000
- CastTime: 700
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1711
- val1: 1710
- val2: 1709
- val3: 1712
- }
- NPC_EXPULSION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 60
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 3000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 2
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- SM_PROVOKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_CHANGEHOLY: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 5000
- CastTime: 500
- Delay: 6000000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- Emotion: 9
- }
- WZ_STORMGUST: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_VERMILION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 2000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_STORMGUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_VERMILION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 2000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 2000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_THA_ODIUM: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_STOP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CHANGEDARKNESS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 50000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- Emotion: 6
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 21
- }
- }
- G_THA_DESPERO: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 21
- }
- WZ_SIGHTRASHER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- SM_PROVOKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- G_THA_MAERO: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 1000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 1000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 21
- }
- NPC_INVISIBLE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_INVISIBLE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_THA_DOLOR: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_MAGICALATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 500
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_DECAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 48
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_DECAGI: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 48
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 70
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 70
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 70
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 70
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 70
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 70
- Emotion: 3
- }
- }
- ACIDUS: {
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 6
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 44
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- Emotion: 36
- }
- WZ_FIREPILLAR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 100
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- }
- FERUS: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 32
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 36
- val1: 12437
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_SPEARSTAB: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- }
- NOVUS: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 22
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 37
- }
- }
- ACIDUS_: {
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 6
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STOP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 8
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 8
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 8
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- Emotion: 6
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- }
- FERUS_: {
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 32
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- CastTime: 600
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 44
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_SPEARSTAB: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- }
- NOVUS_: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 22
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- }
- DETALE: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1756
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1756
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1756
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DRAGONFEAR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_DRAGONFEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 32
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 36
- }
- NPC_ARMORBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_WEAPONBRAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 2000
- CastTime: 500
- Delay: 2000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 2000
- CastTime: 500
- Delay: 2000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_VERMILION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- CastTime: 500
- Delay: 2000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_VERMILION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 2000
- CastTime: 500
- Delay: 2000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 5000
- CastTime: 500
- Delay: 1000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_PROVOKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 47
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 47
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 47
- }
- }
- HYDRO: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 47
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 47
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 47
- }
- NPC_RANDOMATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 36
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 2000
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 10000
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 2
- val0: 1757
- val1: 1758
- val2: 1759
- val3: 1760
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10000
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 2
- val0: 1757
- val1: 1758
- val2: 1759
- val3: 1760
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 10000
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 2
- val0: 1757
- val1: 1758
- val2: 1759
- val3: 1760
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- DRAGON_EGG: {
- NPC_METAMORPHOSIS: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 100
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- val0: 1715
- val1: 1718
- }
- }
- KIEL: {
- SM_MAGNUM: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2500
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2500
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 4000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_ENDURE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- SM_ENDURE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_CASTTARGETED"
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 6
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 6
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_PNEUMA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- }
- KIEL_: {
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 6
- Rate: 10000
- CastTime: 700
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1739
- val1: 1740
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 6
- Rate: 10000
- CastTime: 700
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1739
- val1: 1740
- }
- HW_GANBANTEIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 1000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 1000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDESILENCE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 25000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 9
- }
- NPC_WIDESILENCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 25000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 9
- }
- NPC_DARKBLESSING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 4000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_ENDURE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- SM_ENDURE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 2000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 3000
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_CASTTARGETED"
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_PNEUMA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- }
- ALICEL: {
- MO_BODYRELOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 29
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- }
- ALIOT: {
- KN_SPEARSTAB: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_REBIRTH: {
- SkillState: "MSS_DEAD"
- SkillLevel: 3
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ALIZA: {
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 52
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 54
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 5000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 80
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_WALK"
- SkillLevel: 5
- Rate: 5000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 80
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 5000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 80
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 5000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 80
- Emotion: 3
- }
- }
- CONSTANT: {
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 1000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 1000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_ALICEL: {
- MO_BODYRELOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 29
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_ALIOT: {
- KN_SPEARSTAB: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_REBIRTH: {
- SkillState: "MSS_DEAD"
- SkillLevel: 3
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_COOKIE_XMAS: {
- MG_COLDBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 21
- }
- MG_COLDBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 21
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- G_CARAT: {
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- CastTime: 600
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- }
- G_MYSTCASE: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- KN_SPEARSTAB: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MC_MAMMONITE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 8
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 3
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- G_WILD_ROSE: {
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_LOOT"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_CONSTANT: {
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- RANDGRIS: {
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 1891
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 1891
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 10000
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 1891
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1765
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_POWERUP: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_AGIUP: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 60
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 60
- }
- HW_GANBANTEIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- Delay: 90000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SA_DISPELL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SA_DISPELL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- CR_HOLYCROSS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 15
- Rate: 10000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_EARTHQUAKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 25000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_EARTHQUAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 25000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- WZ_VERMILION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_VERMILION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- SKOGUL: {
- TF_HIDING: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 180000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_GRIMTOOTH: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- Delay: 700
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_MYSTATUSON"
- ConditionData: "SC_HIDING"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 100
- Delay: 3600000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1762
- }
- }
- FRUS: {
- RG_STRIPARMOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_CHANGEUNDEAD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- MG_FIREWALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 100
- Delay: 3600000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1761
- }
- }
- SKEGGIOLD: {
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 5000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 5000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 5000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 5000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 1000
- CastTime: 1500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_RUSH"
- SkillLevel: 7
- Rate: 1000
- CastTime: 1500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_DECAGI: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 48
- Rate: 500
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- AL_DECAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 48
- Rate: 500
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 3
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 3
- }
- RG_STRIPARMOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- RG_STRIPARMOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- SA_REVERSEORCISH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- SA_REVERSEORCISH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_ANY"
- SkillLevel: 2
- Rate: 10000
- CastTime: 700
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1763
- }
- }
- SKEGGIOLD_: {
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 5000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 5000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 5000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 5000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- CR_HOLYCROSS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 7
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- SA_REVERSEORCISH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- SA_REVERSEORCISH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_ANY"
- SkillLevel: 2
- Rate: 10000
- CastTime: 700
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1764
- }
- }
- G_HYDRO: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 47
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 47
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 47
- }
- NPC_RANDOMATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 36
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 10000
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 2
- val0: 1757
- val1: 1758
- val2: 1759
- val3: 1760
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10000
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 2
- val0: 1757
- val1: 1758
- val2: 1759
- val3: 1760
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 10000
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 2
- val0: 1757
- val1: 1758
- val2: 1759
- val3: 1760
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_SKOGUL: {
- TF_HIDING: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 180000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_GRIMTOOTH: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- Delay: 700
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_MYSTATUSON"
- ConditionData: "SC_HIDING"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- }
- G_FRUS: {
- RG_STRIPARMOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_CHANGEUNDEAD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- MG_FIREWALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- }
- G_SKEGGIOLD: {
- MG_THUNDERSTORM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 500
- CastTime: 1500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 500
- CastTime: 1500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_DECAGI: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- AL_DECAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 3
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- }
- G_SKEGGIOLD_: {
- CR_HOLYCROSS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- }
- G_RANDGRIS: {
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 3
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ARMORBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_JUPITEL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 28
- Rate: 100
- CastTime: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- EM_ANGELING: {
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 22
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1031
- val1: 1062
- Emotion: 18
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1031
- val1: 1062
- Emotion: 18
- }
- SA_REVERSEORCISH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- SA_REVERSEORCISH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- }
- EM_DEVILING: {
- AL_DECAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 3000
- CastTime: 700
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 3000
- CastTime: 700
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 10000
- CastTime: 2000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1595
- val1: 1595
- val2: 1595
- val3: 1433
- Emotion: 6
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 7
- Rate: 10000
- CastTime: 2000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1595
- val1: 1595
- val2: 1595
- val3: 1433
- Emotion: 6
- }
- }
- GLOOMUNDERNIGHT: {
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_FIREPILLAR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- }
- AM_DEMONSTRATION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AM_DEMONSTRATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_PIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 25000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 700
- Delay: 50000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREBREATH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- WZ_SIGHTRASHER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 1000
- CastTime: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 10000
- CastTime: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 10000
- CastTime: 700
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1786
- val1: 1787
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10000
- CastTime: 700
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1786
- val1: 1787
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- }
- AGAV: {
- MG_SIGHT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SIGHT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 137
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 1000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 1000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 2000
- CastTime: 1500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 2000
- CastTime: 1500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- AL_DECAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 48
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_CASTTARGETED"
- Emotion: 36
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_CASTTARGETED"
- Emotion: 36
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- }
- ECHIO: {
- CR_HOLYCROSS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SLEEPATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- }
- VANBERK: {
- CR_HOLYCROSS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SLEEPATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ISILLA: {
- MG_THUNDERSTORM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_CASTTARGETED"
- Emotion: 36
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_CASTTARGETED"
- Emotion: 36
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- }
- HODREMLIN: {
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 52
- }
- RG_STRIPARMOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- SEEKER: {
- MO_BODYRELOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 52
- }
- WZ_JUPITEL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 200
- CastTime: 800
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 39
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 200
- CastTime: 800
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 39
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 200
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 200
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SA_DISPELL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 200
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- }
- SNOWIER: {
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- Emotion: 36
- }
- SM_ENDURE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- }
- SIROMA: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 45
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 1
- val0: 28
- }
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 1
- val0: 28
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- SA_REVERSEORCISH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- SA_REVERSEORCISH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- }
- ICE_TITAN: {
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 7
- Rate: 10000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- GAZETI: {
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MG_COLDBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_COLDBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- KTULLANUX: {
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_RANDOMATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 8
- Rate: 1000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 10000
- CastTime: 700
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1788
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10000
- CastTime: 700
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1788
- }
- NPC_WIDEFREEZE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 20000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 32
- }
- NPC_WIDEFREEZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 20000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 32
- }
- SA_DISPELL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SA_DISPELL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ARMORBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 5000
- CastTime: 1000
- Delay: 7000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 5000
- CastTime: 1000
- Delay: 7000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_STORMGUST: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 5000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_STORMGUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 5000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 5000
- Delay: 20000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 5000
- Delay: 20000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_FROSTNOVA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 5000
- Delay: 20000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_FROSTNOVA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 5000
- Delay: 20000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- }
- MUSCIPULAR: {
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- KN_SPEARSTAB: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- }
- DROSERA: {
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- KN_PIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- RG_CLOSECONFINE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_SLEEPATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ROWEEN: {
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 22
- val1: 12429
- }
- }
- GALION: {
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 0
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 12725
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1794
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1794
- }
- }
- STAPO: {
- NPC_KEEPING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 25
- Emotion: 9
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ATROCE: {
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- CastTime: 700
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1791
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- CastTime: 700
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1791
- }
- NPC_DEFENDER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 36
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- NPC_BLEEDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2000
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2000
- Delay: 50000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- }
- G_AGAV: {
- MG_SIGHT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SIGHT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 137
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 1000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 1000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 2000
- CastTime: 1500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 2000
- CastTime: 1500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- AL_DECAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 48
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_CASTTARGETED"
- Emotion: 36
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_CASTTARGETED"
- Emotion: 36
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- }
- G_ECHIO: {
- CR_HOLYCROSS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SLEEPATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- }
- G_ICE_TITAN: {
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 7
- Rate: 10000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- G_GALION: {
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 0
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 12725
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- }
- G_ROWEEN: {
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 22
- val1: 12429
- }
- }
- BLOODY_KNIGHT_: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_BOWLINGBASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_BOWLINGBASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- CR_GRANDCROSS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- Delay: 90000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_STORMGUST: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_VERMILION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 20
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_STORMGUST: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_VERMILION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_STORMGUST: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_VERMILION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_STORMGUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_VERMILION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- AUNOE: {
- MG_THUNDERSTORM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_CASTTARGETED"
- Emotion: 36
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_CASTTARGETED"
- Emotion: 36
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- }
- FANAT: {
- CR_HOLYCROSS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SLEEPATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- EVENT_LUDE: {
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- NPC_METAMORPHOSIS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- val0: 1814
- Emotion: 19
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- EVENT_HYDRO: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 3
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 8000
- CastTime: 700
- Delay: 1000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GRANDDARKNESS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 900
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKCROSS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 1500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_VERMILION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2500
- CastTime: 500
- Delay: 2000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 6
- Rate: 2500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 24
- }
- AS_VENOMDUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 3500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_LICK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 4000
- Delay: 2000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 39
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 5000
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 27
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 60
- Emotion: 3
- }
- }
- EVENT_MOON: {
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 21
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 21
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- MG_FIREBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 3000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 0
- }
- MG_FIREBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 0
- }
- MG_FIREBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 4000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- Emotion: 0
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MC_MAMMONITE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 8
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- MG_FIREWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREWALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 1000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SA_DISPELL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- SA_DISPELL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- EVENT_DETALE: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 12
- Emotion: 36
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 12
- Emotion: 36
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- }
- NPC_ARMORBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_WEAPONBRAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- CR_GRANDCROSS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 5000
- CastTime: 100
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- WZ_STORMGUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 1000
- Delay: 2000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_VERMILION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- CastTime: 500
- Delay: 2000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_VERMILION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 2000
- CastTime: 500
- Delay: 2000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 5000
- CastTime: 500
- Delay: 1000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 2000
- CastTime: 500
- Delay: 2000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 2000
- CastTime: 500
- Delay: 2000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- BS_MAXIMIZE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 47
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 47
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 47
- }
- }
- EVENT_BATHORY: {
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 30
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_STOP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- EVENT_BIGFOOT: {
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_ENDURE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 6
- }
- }
- EVENT_DESERT_WOLF: {
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 12429
- }
- TF_SPRINKLESAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- EVENT_DEVIRUCHI: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 19
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 19
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- EVENT_FREEZER: {
- MG_COLDBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_COLDBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 20
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 12437
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- EVENT_GARM_BABY: {
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_LICK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- EVENT_GOBLINE_XMAS: {
- MG_FROSTDIVER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 18
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- val1: 12437
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- EVENT_MYST: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- }
- EVENT_SASQUATCH: {
- KN_SPEARSTAB: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 12437
- }
- SM_ENDURE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 6
- }
- }
- SWORD_GUARDIAN: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- KN_SPEARBOOMERANG: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- CR_SHIELDCHARGE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDEBLEEDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- }
- }
- BOW_GUARDIAN: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AC_DOUBLE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AC_SHOWER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AC_CHARGEARROW: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AC_CHARGEARROW: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AC_DOUBLE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AC_SHOWER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AC_CHARGEARROW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLEEDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDEBLEEDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- }
- }
- SALAMANDER: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- MG_FIREBALL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 1000
- Delay: 200000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 200000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1000
- Delay: 200000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLEEDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDEBLEEDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 10000
- CastTime: 500
- Delay: 100000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- }
- }
- IFRIT: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_PNEUMA: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- Emotion: 6
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 10000
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 1834
- val1: 1835
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 1834
- val1: 1835
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 10000
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 1834
- val1: 1835
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- ST_FULLSTRIP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREBREATH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- NPC_FIREBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- SA_LANDPROTECTOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 90
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_EARTHQUAKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- }
- NPC_EARTHQUAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 60
- }
- NPC_DRAGONFEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DRAGONFEAR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- KASA: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- WZ_FIREPILLAR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 30000
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREBREATH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- CastTime: 1500
- Delay: 15000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 1500
- Delay: 15000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 20
- Rate: 10000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 10000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 5000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_SIGHTRASHER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 1000
- Delay: 20000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- LK_SPIRALPIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1500
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 5000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- HW_GANBANTEIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 5000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- }
- }
- G_SALAMANDER: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- MG_FIREBALL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 200000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1000
- Delay: 200000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLEEDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDEBLEEDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 10000
- CastTime: 500
- Delay: 100000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- }
- }
- G_KASA: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- WZ_FIREPILLAR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREBREATH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- CastTime: 3000
- Delay: 200000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 3000
- Delay: 200000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 5000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_SIGHTRASHER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 20000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- LK_SPIRALPIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1500
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 5000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- MAGMARING: {
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- MG_FIREBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- IMP: {
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 8
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREWALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 3000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 3000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 3000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 3000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 3000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SIGHT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_SIGHTRASHER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 3000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- RG_STRIPARMOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- KNOCKER: {
- HT_LANDMINE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 4000
- CastTime: 1000
- Delay: 18000
- Cancelable: true
- SkillTarget: "MST_AROUND2"
- CastCondition: "MSC_ALWAYS"
- Emotion: 5
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- TF_SPRINKLESAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- TF_THROWSTONE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- TF_THROWSTONE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- BYORGUE: {
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- CastTime: 1000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 1829
- val1: 1830
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 10000
- CastTime: 1000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 1829
- val1: 1830
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 10000
- CastTime: 1000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 1829
- val1: 1830
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AS_GRIMTOOTH: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AS_GRIMTOOTH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- Emotion: 6
- }
- ASC_BREAKER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- ASC_METEORASSAULT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- GOLDEN_SAVAGE: {
- AL_INCAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- SM_ENDURE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 6
- }
- ST_FULLSTRIP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 100
- CastTime: 1500
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 6
- }
- WZ_EARTHSPIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- }
- ZOMBIE_SLAUGHTER: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- RAGGED_ZOMBIE: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AC_DOUBLE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MAGICALATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AC_SHOWER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- HELL_POODLE: {
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_RUN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 26
- }
- NPC_RUN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 26
- }
- }
- BANSHEE: {
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 1000
- CastTime: 800
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_WIDECURSE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_VAMPIRE_GIFT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 21
- }
- NPC_EVILLAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val1: 12437
- }
- }
- G_BANSHEE: {
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 1000
- CastTime: 800
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_WIDECURSE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_VAMPIRE_GIFT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 21
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val1: 12437
- }
- }
- FLAME_SKULL: {
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 29
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 1500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- MO_BODYRELOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- NECROMANCER: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_STONESKIN: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_STONESKIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_STONESKIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1864
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1864
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1864
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- CastTime: 300
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 3000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 3000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 11
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 200
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 11
- }
- NPC_WIDECURSE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 300
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_WIDECURSE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_SLOWCAST: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 300
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_SLOWCAST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 800
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- CastTime: 500
- Delay: 60000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2000
- CastTime: 700
- Delay: 60000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CHANGEUNDEAD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 6000000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_DARKNESSBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DRAGONFEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 3000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 1000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- FALLINGBISHOP: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1868
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1868
- }
- NPC_WIDECURSE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKCROSS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- CR_HOLYCROSS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GRANDDARKNESS: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 500
- CastTime: 1300
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GRANDDARKNESS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 1300
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- CR_GRANDCROSS: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- CR_GRANDCROSS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_VAMPIRE_GIFT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SLOWCAST: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- CastTime: 300
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_SLOWCAST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 800
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_EVILLAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 600000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 44
- }
- NPC_EVILLAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- NPC_MAGICMIRROR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 10000
- CastTime: 800
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 10000
- CastTime: 800
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_WIDESILENCE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 5000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDESILENCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 5000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AL_PNEUMA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 19
- }
- AL_PNEUMA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 19
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- PR_LEXAETERNA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- BEELZEBUB_FLY: {
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- BEELZEBUB: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 10000
- Delay: 2000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 5
- val0: 1872
- val1: 1872
- val2: 1011
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 5
- val0: 1872
- val1: 1872
- val2: 1011
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 5
- val0: 1872
- val1: 1872
- val2: 1011
- }
- NPC_METAMORPHOSIS: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- CastTime: 5000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- val0: 1874
- }
- NPC_METAMORPHOSIS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 5000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- val0: 1874
- }
- NPC_SHIELDBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- LK_SPIRALPIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- NPC_WIDESLEEP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_WIDESILENCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 15000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 15000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EXPULSION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 100
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_VAMPIRE_GIFT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 70
- Emotion: 47
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 60
- }
- NPC_AGIUP: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 60
- }
- }
- BEELZEBUB_: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_RUN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 1
- Emotion: 26
- }
- NPC_RUN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 1
- Emotion: 26
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 10000
- Delay: 2000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 5
- val0: 1872
- val1: 1872
- val2: 1011
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 5
- val0: 1872
- val1: 1872
- val2: 1011
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 5
- val0: 1872
- val1: 1872
- val2: 1011
- }
- NPC_STONESKIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 10000
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 3
- }
- NPC_STONESKIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 10000
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 3
- }
- NPC_EVILLAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- SA_LANDPROTECTOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SHIELDBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SLOWCAST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MAGICMIRROR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EXPULSION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 50
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDESTONE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 15000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- NPC_WIDESTONE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 15000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- LK_SPIRALPIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ACIDBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ACIDBREATH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_VAMPIRE_GIFT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 47
- }
- NPC_WIDESOULDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 1000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 42
- }
- }
- WOOD_GOBLIN: {
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 10000
- CastTime: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 5000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- Emotion: 19
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- Emotion: 0
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- LES: {
- MO_BODYRELOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 3000
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLEEDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- VAVAYAGA: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2000
- CastTime: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- }
- UZHAS: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- }
- NPC_MAGICALATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2000
- CastTime: 800
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- CastTime: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 1000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- MAVKA: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- Emotion: 19
- }
- WZ_EARTHSPIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2000
- CastTime: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- }
- GOPINICH: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 1886
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 5000
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1886
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1886
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 5000
- CastTime: 200
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 5000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 6
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 3000
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 5000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 6000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 25000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 5000
- CastTime: 500
- Delay: 25000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 5000
- CastTime: 700
- Delay: 25000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 5000
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_MAVKA: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 10000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- Emotion: 19
- }
- WZ_EARTHSPIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 2000
- CastTime: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- }
- FREEZER_R: {
- MG_COLDBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_COLDBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 20
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- GARM_BABY_R: {
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- GARM_R: {
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- Emotion: 6
- }
- }
- GOPINICH_R: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- CastTime: 200
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 5000
- CastTime: 500
- Delay: 25000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 5000
- CastTime: 700
- Delay: 25000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 5000
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_RANDGRIS_: {
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 3
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 60
- Emotion: 3
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ARMORBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_JUPITEL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 28
- Rate: 100
- CastTime: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- POURING: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- WZ_STORMGUST: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_STORMGUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- BOMBPORING: {
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_ANY"
- SkillLevel: 1
- Rate: 10000
- CastTime: 3000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- MOROCC: {
- NPC_DRAGONFEAR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- Delay: 600000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 5
- ChatMsgID: 17
- }
- NPC_DRAGONFEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 600000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 5
- ChatMsgID: 17
- }
- NPC_TALK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- Delay: 600000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 6
- val0: 10
- ChatMsgID: 16
- }
- NPC_TALK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 600000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 6
- val0: 10
- ChatMsgID: 16
- }
- NPC_WIDEHELLDIGNITY: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- CastTime: 2000
- Delay: 180000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 11
- val0: 30
- ChatMsgID: 6
- }
- NPC_WIDEHELLDIGNITY: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 2000
- Delay: 180000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 11
- val0: 30
- ChatMsgID: 6
- }
- NPC_WIDESTUN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1300
- Delay: 180000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 684
- }
- NPC_WIDESTUN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1300
- Delay: 180000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 684
- }
- NPC_EARTHQUAKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 2000
- Delay: 180000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 678
- }
- NPC_EARTHQUAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 2000
- Delay: 180000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 678
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 800
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 31
- val0: 40
- ChatMsgID: 14
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 800
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 31
- val0: 40
- ChatMsgID: 14
- }
- NPC_WIDESTONE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 661
- }
- NPC_WIDESTONE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 661
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 800
- Delay: 60000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 666
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 800
- Delay: 60000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 666
- }
- NPC_VAMPIRE_GIFT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- CastTime: 1000
- Delay: 50000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 41
- val0: 50
- ChatMsgID: 15
- }
- NPC_VAMPIRE_GIFT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 1000
- Delay: 50000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 41
- val0: 50
- ChatMsgID: 15
- }
- NPC_WIDESOULDRAIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 50000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 679
- }
- NPC_WIDESOULDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 50000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 679
- }
- NPC_EVILLAND: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 50000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 680
- }
- NPC_EVILLAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 50000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 680
- }
- NPC_WIDESLEEP: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 35000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 51
- val0: 60
- ChatMsgID: 3
- }
- NPC_WIDESLEEP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 35000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 51
- val0: 60
- ChatMsgID: 3
- }
- NPC_HELLPOWER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- CastTime: 800
- Delay: 35000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 668
- }
- NPC_HELLPOWER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 800
- Delay: 35000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 668
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 800
- Delay: 35000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 683
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 800
- Delay: 35000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 683
- }
- MG_STONECURSE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 61
- val0: 80
- ChatMsgID: 2
- }
- MG_STONECURSE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 61
- val0: 80
- ChatMsgID: 2
- }
- MG_FIREBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 300
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 16
- }
- MG_FIREBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 300
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 16
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 19
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 19
- }
- WZ_JUPITEL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 28
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 15
- }
- WZ_JUPITEL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 28
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 15
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_PNEUMA: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 45
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_TALK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 600000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- ChatMsgID: 1
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 1922
- val1: 1923
- val2: 1924
- val3: 1925
- ChatMsgID: 4
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 1922
- val1: 1923
- val2: 1924
- val3: 1925
- ChatMsgID: 4
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1922
- val1: 1923
- val2: 1924
- val3: 1925
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 1922
- val1: 1923
- val2: 1924
- val3: 1925
- }
- SA_LANDPROTECTOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SHIELDBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- MOROCC_: {
- NPC_DRAGONFEAR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- Delay: 600000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 5
- ChatMsgID: 17
- }
- NPC_DRAGONFEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 600000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 5
- ChatMsgID: 17
- }
- NPC_TALK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- Delay: 600000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 6
- val0: 10
- ChatMsgID: 16
- }
- NPC_TALK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 600000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 6
- val0: 10
- ChatMsgID: 16
- }
- NPC_WIDEHELLDIGNITY: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- CastTime: 2000
- Delay: 180000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 11
- val0: 30
- ChatMsgID: 6
- }
- NPC_WIDEHELLDIGNITY: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 2000
- Delay: 180000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 11
- val0: 30
- ChatMsgID: 6
- }
- NPC_WIDESTUN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1300
- Delay: 180000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 684
- }
- NPC_WIDESTUN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1300
- Delay: 180000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 684
- }
- NPC_EARTHQUAKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 2000
- Delay: 180000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 678
- }
- NPC_EARTHQUAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 2000
- Delay: 180000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 678
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 800
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 31
- val0: 40
- ChatMsgID: 14
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 800
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 31
- val0: 40
- ChatMsgID: 14
- }
- NPC_WIDESTONE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 661
- }
- NPC_WIDESTONE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 661
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 800
- Delay: 60000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 666
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 800
- Delay: 60000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 666
- }
- NPC_VAMPIRE_GIFT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- CastTime: 1000
- Delay: 50000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 41
- val0: 50
- ChatMsgID: 15
- }
- NPC_VAMPIRE_GIFT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 1000
- Delay: 50000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 41
- val0: 50
- ChatMsgID: 15
- }
- NPC_WIDESOULDRAIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 50000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 679
- }
- NPC_WIDESOULDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 50000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 679
- }
- NPC_EVILLAND: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 50000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 680
- }
- NPC_EVILLAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 50000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 680
- }
- NPC_WIDESLEEP: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 35000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 51
- val0: 60
- ChatMsgID: 3
- }
- NPC_WIDESLEEP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 35000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 51
- val0: 60
- ChatMsgID: 3
- }
- NPC_HELLPOWER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- CastTime: 800
- Delay: 35000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 668
- }
- NPC_HELLPOWER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 800
- Delay: 35000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 668
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 800
- Delay: 35000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 683
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 800
- Delay: 35000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 683
- }
- MG_STONECURSE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 61
- val0: 80
- ChatMsgID: 2
- }
- MG_STONECURSE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPINRATE"
- ConditionData: 61
- val0: 80
- ChatMsgID: 2
- }
- MG_FIREBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 300
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 16
- }
- MG_FIREBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 300
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 16
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 19
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 19
- }
- WZ_JUPITEL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 28
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 15
- }
- WZ_JUPITEL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 28
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_AFTERSKILL"
- ConditionData: 15
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_PNEUMA: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 45
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_TALK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 600000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- ChatMsgID: 1
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 1922
- val1: 1923
- val2: 1924
- val3: 1925
- ChatMsgID: 4
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 1922
- val1: 1923
- val2: 1924
- val3: 1925
- ChatMsgID: 4
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1922
- val1: 1923
- val2: 1924
- val3: 1925
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 1922
- val1: 1923
- val2: 1924
- val3: 1925
- }
- SA_LANDPROTECTOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SHIELDBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- MOROCC_1: {
- AL_PNEUMA: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 45
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_SLOWCAST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MAGICMIRROR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GRANDDARKNESS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 6
- }
- SA_DISPELL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 100
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SA_DISPELL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 100
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDECURSE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 5000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDECURSE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 5000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- MOROCC_2: {
- AL_PNEUMA: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 45
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDEBLEEDING: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDEBLEEDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EARTHQUAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 5000
- CastTime: 5000
- Delay: 100000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 10
- }
- }
- MOROCC_3: {
- AL_PNEUMA: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 45
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDESILENCE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 36
- }
- NPC_WIDESILENCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 36
- }
- }
- MOROCC_4: {
- AL_PNEUMA: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 45
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 99
- Emotion: 36
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 99
- Emotion: 36
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 99
- Emotion: 36
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 70
- Emotion: 36
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 5000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 90
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 5000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 90
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 5000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 90
- }
- }
- G_MOROCC_1: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 14501
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 14501
- }
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 14501
- }
- NPC_SLOWCAST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 10000
- CastTime: 800
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 45
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- CastTime: 800
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 45
- }
- NPC_MAGICMIRROR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GRANDDARKNESS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 2000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EXPULSION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 100
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SA_DISPELL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SA_DISPELL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_VERMILION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 5000
- CastTime: 700
- Delay: 25000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_VERMILION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 700
- Delay: 25000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_JUPITEL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 5000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_JUPITEL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 3000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_MOROCC_2: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 14501
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 14501
- }
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 14501
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 7
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1937
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1937
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDEBLEEDING: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 10000
- CastTime: 500
- Delay: 100000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDEBLEEDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 10000
- CastTime: 500
- Delay: 100000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EARTHQUAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 700
- Delay: 100000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 10
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_MOROCC_3: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 14501
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 14501
- }
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 14501
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 3000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDESILENCE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_WIDESILENCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- }
- G_MOROCC_4: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 14501
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 14501
- }
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 14501
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 5000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 90
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 5000
- CastTime: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 90
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 5000
- CastTime: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 90
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- CastTime: 300
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 99
- Emotion: 36
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- CastTime: 300
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 99
- Emotion: 36
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- CastTime: 300
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 99
- Emotion: 36
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- CastTime: 300
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 70
- Emotion: 36
- }
- }
- WHISPER_H: {
- AS_CLOAKING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- AS_CLOAKING: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- MO_BODYRELOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 28
- }
- }
- BAPHOMET_I: {
- NPC_TALK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 6000000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 2
- ChatMsgID: 25
- }
- NPC_TALK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 6000000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 2
- ChatMsgID: 25
- }
- NPC_TALK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 6000000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- ChatMsgID: 19
- }
- NPC_ALLHEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 3000
- CastTime: 10000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_ALLHEAL: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 3000
- CastTime: 10000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- MO_BODYRELOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- ChatMsgID: 20
- }
- NPC_DARKNESSBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 29
- }
- NPC_EVILLAND: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 50000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 70
- ChatMsgID: 24
- }
- NPC_EVILLAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 50000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 70
- ChatMsgID: 24
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 10000
- CastTime: 800
- Delay: 15000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- ChatMsgID: 24
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- CastTime: 800
- Delay: 15000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- ChatMsgID: 22
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 6
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 2
- val0: 1431
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 6
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 2
- val0: 1431
- }
- NPC_INVINCIBLE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- CastTime: 1000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- ChatMsgID: 19
- }
- NPC_INVINCIBLE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- CastTime: 1000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- ChatMsgID: 19
- }
- NPC_INVINCIBLE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 1000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- ChatMsgID: 19
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2500
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- ChatMsgID: 20
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2500
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- ChatMsgID: 21
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_ARMORBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_VERMILION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- WZ_VERMILION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 5000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- Emotion: 29
- }
- WZ_VERMILION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 2000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_ALLHEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- CastTime: 30000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 60
- ChatMsgID: 23
- }
- }
- PIAMETTE: {
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- CastTime: 300
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_WIDECURSE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 35000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- }
- NPC_WIDECURSE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 35000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 2000
- CastTime: 1500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 2000
- CastTime: 1500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 5000
- CastTime: 800
- Delay: 35000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 5000
- CastTime: 800
- Delay: 35000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_DARKNESSBREATH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 29
- }
- NPC_DARKNESSBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 29
- }
- WZ_VERMILION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- WZ_VERMILION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 3000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 3000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- WZ_JUPITEL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 28
- Rate: 5000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- WZ_JUPITEL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 28
- Rate: 5000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- CastTime: 2000
- Delay: 60000000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 70
- val0: 1947
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 10000
- CastTime: 2000
- Delay: 60000000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 70
- val0: 1947
- }
- }
- WISH_MAIDEN: {
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- CastTime: 300
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 1933
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 1933
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 1933
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- NPC_AGIUP: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 10000
- Delay: 90000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- Delay: 90000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SA_DISPELL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SA_DISPELL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- LK_SPIRALPIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- CR_HOLYCROSS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- WZ_VERMILION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_VERMILION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- GARDEN_KEEPER: {
- NPC_RUN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- Emotion: 26
- }
- NPC_RUN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- Emotion: 26
- }
- }
- GARDEN_WATCHER: {
- NPC_HOLYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_HOLYATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- MG_SAFETYWALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- WZ_JUPITEL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- WZ_JUPITEL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 18
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_DARKBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_DARKCROSS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- Delay: 400000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 10000
- Delay: 400000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- }
- CONSTANT_: {
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 1000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 1000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- PIAMETTE_: {
- NPC_WIDECURSE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 35000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- }
- NPC_WIDECURSE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 35000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 2000
- CastTime: 1500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 2000
- CastTime: 1500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 5000
- CastTime: 800
- Delay: 35000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 5000
- CastTime: 800
- Delay: 35000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_DARKNESSBREATH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 29
- }
- NPC_DARKNESSBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 29
- }
- WZ_VERMILION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- WZ_VERMILION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 20
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 3000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 3000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- WZ_JUPITEL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 28
- Rate: 5000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- WZ_JUPITEL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 28
- Rate: 5000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- NPC_DARKBLESSING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 300
- Delay: 2000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 80
- Emotion: 18
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 80
- Emotion: 18
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 5000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 90
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 5000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 90
- }
- HP_ASSUMPTIO: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 5000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 90
- }
- NPC_WIDESILENCE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 3000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_WIDESILENCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 3000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- }
- NAGHT_SIEGER: {
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 10000
- Delay: 120000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 6
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_WIDEFREEZE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 20000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- Emotion: 32
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SHIELDBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- ASC_BREAKER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 5000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- ASC_BREAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 2000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- WZ_METEOR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 11
- Rate: 2000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- WZ_STORMGUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_STORMGUST: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDESILENCE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 3000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_WIDESILENCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 3000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- WZ_STORMGUST: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1605
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 1605
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 4
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1605
- }
- NPC_ALLHEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 3000
- CastTime: 10000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_ALLHEAL: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 3000
- CastTime: 10000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- }
- ENTWEIHEN: {
- NPC_ALLHEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 3000
- CastTime: 10000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_ALLHEAL: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 3000
- CastTime: 10000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- ASC_BREAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 2500
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- }
- NPC_EVILLAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 10000
- CastTime: 800
- Delay: 50000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 70
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 1000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- AC_SHOWER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 2000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_WIDECURSE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 5000
- CastTime: 300
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- Emotion: 9
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 89
- Emotion: 9
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 21
- Emotion: 9
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 28
- Emotion: 9
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 79
- Emotion: 9
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 83
- Emotion: 9
- }
- WZ_METEOR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_CASTTARGETED"
- Emotion: 9
- }
- NPC_ALLHEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- CastTime: 30000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 60
- }
- }
- G_ENTWEIHEN_R: {
- SN_SHARPSHOOTING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AC_SHOWER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DEFENDER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- Delay: 180000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_DEFENDER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 180000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- G_ENTWEIHEN_H: {
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- CastTime: 300
- Delay: 4000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 99
- Emotion: 36
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 11
- Rate: 10000
- CastTime: 300
- Delay: 2000
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 99
- Emotion: 36
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 11
- Rate: 10000
- CastTime: 300
- Delay: 4000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 70
- Emotion: 36
- }
- NPC_DEFENDER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- Delay: 180000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_DEFENDER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 180000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- G_ENTWEIHEN_M: {
- MG_THUNDERSTORM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 20000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_COLDBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 10000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_SOULSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 5000
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 3000
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1500
- Delay: 15000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_STORMGUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1500
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DEFENDER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- Delay: 180000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_DEFENDER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 180000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- G_ENTWEIHEN_S: {
- NPC_SLOWCAST: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SLOWCAST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- SA_DISPELL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 2000
- Delay: 40000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SA_DISPELL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 2000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DEFENDER: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- Delay: 180000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- NPC_DEFENDER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 180000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- }
- BANSHEE_MASTER: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 1000
- CastTime: 800
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_WIDECURSE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_VAMPIRE_GIFT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 21
- }
- NPC_EVILLAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val1: 14229
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1868
- }
- }
- BEHOLDER_MASTER: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- MO_BODYRELOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 52
- }
- WZ_JUPITEL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 200
- CastTime: 800
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 39
- }
- NPC_MENTALBREAKER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 200
- CastTime: 800
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 39
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 200
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PETRIFYATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 200
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SA_DISPELL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 100
- CastTime: 1000
- Delay: 100000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 18
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1774
- }
- }
- COBALT_MINERAL: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_RANDOMATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BARRIER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 3000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 18
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- TF_HIDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 50000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- TF_HIDING: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- }
- HEAVY_METALING: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 200000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- RG_STRIPWEAPON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- RG_STRIPARMOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- MC_MAMMONITE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 800
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 8
- }
- }
- HELL_APOCALIPS: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_DARKTHUNDER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 1000
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SELFDESTRUCTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 10
- Emotion: 9
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1365
- }
- }
- ZAKUDAM: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GUIDEDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- KN_SPEARSTAB: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_RANDOMATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 2
- Rate: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 1668
- }
- }
- I_HIGH_ORC: {
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_BASH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- I_ORC_ARCHER: {
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 100
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 60
- val0: 6
- }
- AC_SHOWER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- Emotion: 6
- }
- AC_DOUBLE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- I_ORC_SKELETON: {
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 1000
- CastTime: 800
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_WIDECURSE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- I_ORC_LADY: {
- WZ_QUAGMIRE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 12
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 3
- }
- NPC_EVILLAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- DANDELION: {
- NPC_CHANGEUNDEAD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 3000
- CastTime: 500
- Delay: 600000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- NPC_CHANGEUNDEAD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 3000
- CastTime: 500
- Delay: 600000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- TATACHO: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 12437
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- HW_GANBANTEIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 7000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- CENTIPEDE: {
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AS_VENOMDUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_AROUND1"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 700
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 12
- }
- HW_GANBANTEIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 3000
- Delay: 7000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 12693
- }
- }
- NEPENTHES: {
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_ENERGYDRAIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_STOP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- HILLSRION: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 600
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- SM_PROVOKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 600
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- CastTime: 500
- Delay: 60000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2000
- CastTime: 700
- Delay: 60000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 300
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- HARDROCK_MOMMOTH: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_STONESKIN: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 6
- }
- NPC_STONESKIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 6
- }
- NPC_STONESKIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 6
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1997
- val1: 1997
- val2: 1997
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1997
- val1: 1997
- val2: 1997
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- val0: 1997
- val1: 1997
- val2: 1997
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 14005
- }
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 161
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- LK_SPIRALPIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 3000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 120000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- NPC_WIDESTUN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 300
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_WIDESTUN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 500
- CastTime: 600
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- SM_PROVOKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 600
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- CastTime: 500
- Delay: 60000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2000
- CastTime: 700
- Delay: 60000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_EARTHSPIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_DRAGONFEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- NPC_EARTHQUAKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 10000
- CastTime: 2000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- NPC_EARTHQUAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 10000
- CastTime: 2000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- Emotion: 6
- }
- HW_GANBANTEIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 3000
- Delay: 7000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ALLHEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- CastTime: 30000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- }
- TENDRILRION: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 500
- CastTime: 600
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- SM_PROVOKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 600
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 14005
- }
- NPC_EMOTION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 14501
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- CastTime: 500
- Delay: 60000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2000
- CastTime: 700
- Delay: 60000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MO_BODYRELOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 1000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDESLEEP: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 300
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_WIDESLEEP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_WIDEBLEEDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDEBLEEDING: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- CastTime: 500
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_EARTHSPIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 300
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- HW_GANBANTEIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 3000
- Delay: 7000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DRAGONFEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 21
- }
- PF_SPIDERWEB: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 3000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- val1: 14501
- Emotion: 7
- }
- NPC_ALLHEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- CastTime: 30000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- }
- CORNUS: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 600
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- SM_PROVOKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 600
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- CastTime: 500
- Delay: 60000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2000
- CastTime: 700
- Delay: 60000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 300
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- NPC_ALLHEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- NPC_ALLHEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- NPC_ALLHEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- }
- NAGA: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- KN_SPEARBOOMERANG: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- KN_PIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_BRANDISHSPEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 600
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- SM_PROVOKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- CastTime: 600
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 9
- Rate: 1000
- Delay: 20000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- LUCIOLA_VESPA: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 1000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- PINGUICULA: {
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 10000
- CastTime: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 5000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- Emotion: 19
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- Emotion: 0
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SLEEPATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STOP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 14469
- }
- }
- G_TATACHO: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 12437
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 19
- }
- HW_GANBANTEIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 7000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- G_HILLSRION: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 600
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- SM_PROVOKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 600
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- CastTime: 500
- Delay: 60000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2000
- CastTime: 700
- Delay: 60000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 300
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 800
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 36
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- CENTIPEDE_LARVA: {
- AS_VENOMDUST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_AROUND1"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- WOOMAWANG: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 10000
- Delay: 2000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 5
- val0: 2010
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 5
- val0: 2010
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 6
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 5
- val0: 2010
- }
- NPC_METAMORPHOSIS: {
- SkillState: "MSS_RUSH"
- SkillLevel: 6
- Rate: 10000
- CastTime: 5000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- NPC_METAMORPHOSIS: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 6
- Rate: 10000
- CastTime: 5000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- NPC_SHIELDBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- LK_SPIRALPIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- NPC_WIDESLEEP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_WIDESILENCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 15000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 15000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EXPULSION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 100
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_VAMPIRE_GIFT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 70
- Emotion: 47
- }
- NPC_AGIUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 60
- }
- NPC_AGIUP: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 60
- }
- }
- WOOMAWANG_: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- AL_TELEPORT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_RUN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 1
- Emotion: 26
- }
- NPC_RUN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 1
- Emotion: 26
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 10000
- Delay: 2000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 6
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 5
- val0: 2010
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 6
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 5
- val0: 2010
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 6
- Rate: 10000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 5
- val0: 2010
- }
- NPC_STONESKIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 4
- Rate: 10000
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 3
- }
- NPC_STONESKIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 10000
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 3
- }
- NPC_EVILLAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 15000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- SA_LANDPROTECTOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SHIELDBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SLOWCAST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MAGICMIRROR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EXPULSION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 50
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDESTONE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 15000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- NPC_WIDESTONE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 15000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- }
- LK_SPIRALPIERCE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ACIDBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ACIDBREATH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_VAMPIRE_GIFT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 47
- }
- NPC_WIDESOULDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 1000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 42
- }
- }
- G_MAJORUROS: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- BS_HAMMERFALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- val1: 12437
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- CastTime: 2000
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- WZ_HEAVENDRIVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- }
- DRACO: {
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 32
- }
- SM_PROVOKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 2000
- CastTime: 600
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 44
- }
- TF_THROWSTONE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- DRACO_EGG: {
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- }
- NPC_METAMORPHOSIS: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10
- CastTime: 2000
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- PINGUICULA_D: {
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 10000
- CastTime: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_FRIEND"
- CastCondition: "MSC_FRIENDHPLTMAXRATE"
- ConditionData: 50
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 9
- Rate: 5000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- Emotion: 19
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 5000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- Emotion: 19
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- Emotion: 0
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SLEEPATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STOP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 14469
- }
- }
- AQUA_ELEMENTAL: {
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 9
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 2000
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SLEEPATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_COLDBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SLOWCAST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 1000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_FROSTNOVA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 1500
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- Emotion: 6
- }
- }
- RATA: {
- KN_AUTOCOUNTER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- }
- WZ_JUPITEL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- TF_THROWSTONE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MO_BODYRELOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_ARMORBRAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 60
- }
- WZ_EARTHSPIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 3000
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_POISONATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 24
- }
- ASC_METEORASSAULT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- DUNEYRR: {
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 1000
- CastTime: 800
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKSTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- PF_SPIDERWEB: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 3000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MAGICALATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_UNDEADATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 6
- }
- WZ_JUPITEL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_JUPITEL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 1000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_THUNDERSTORM: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 1000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_SKILLUSED"
- ConditionData: 18
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 5000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- ANCIENT_TREE: {
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SPLASHATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- Emotion: 9
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PIERCINGATT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- RHYNCHO: {
- MO_BODYRELOCATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- NPC_HALLUCINATION: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 9
- }
- }
- PHYLLA: {
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- MG_COLDBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 3000
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- CastTime: 100
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- S_NYDHOG: {
- NPC_ALLHEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 3000
- CastTime: 10000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_ALLHEAL: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 3000
- CastTime: 10000
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 2027
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 3
- val0: 2027
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 10000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SPAWN"
- val0: 2027
- }
- NPC_MAGICMIRROR: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 10000
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MAGICMIRROR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 10000
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_MAGICMIRROR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STONESKIN: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 10000
- CastTime: 2500
- Delay: 300000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 3
- ChatMsgID: 34
- }
- NPC_STONESKIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 10000
- CastTime: 2500
- Delay: 300000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 3
- ChatMsgID: 34
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 6000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 15
- Emotion: 6
- }
- NPC_EVILLAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 500
- Delay: 25000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 15
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 28
- Emotion: 12
- }
- WZ_QUAGMIRE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 700
- Delay: 120000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 28
- Emotion: 12
- }
- NPC_EARTHQUAKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 10000
- CastTime: 10000
- Delay: 180000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_EARTHQUAKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 10000
- CastTime: 10000
- Delay: 180000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_INVISIBLE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- Emotion: 6
- }
- NPC_INVISIBLE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- CastTime: 200
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- Emotion: 6
- }
- NPC_WIDESTONE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- }
- NPC_WIDESTONE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- }
- NPC_EVILLAND: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 500
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- NPC_EVILLAND: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 500
- Delay: 120000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 10000
- CastTime: 7000
- Delay: 25000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- ChatMsgID: 32
- }
- NPC_HELLJUDGEMENT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 10000
- CastTime: 7000
- Delay: 25000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- ChatMsgID: 32
- }
- NPC_DARKNESSBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 800
- Delay: 35000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 50
- Emotion: 32
- }
- NPC_SLOWCAST: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 60000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 70
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 2000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 70
- }
- NPC_WIDECURSE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 25000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 75
- Emotion: 32
- }
- NPC_WIDECURSE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 25000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 75
- Emotion: 32
- }
- NPC_FIREBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 800
- Delay: 15000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 75
- Emotion: 32
- }
- NPC_WIDESLEEP: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 3000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 95
- Emotion: 32
- }
- NPC_WIDESLEEP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 30000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 95
- Emotion: 32
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 95
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_DRAGONFEAR: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_DRAGONFEAR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1000
- Delay: 20000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 32
- }
- WZ_METEOR: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 2000
- CastTime: 1000
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 29
- }
- SA_DISPELL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_PULSESTRIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 10000
- Delay: 40000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- ChatMsgID: 31
- }
- NPC_ALLHEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- CastTime: 120000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 60
- Emotion: 20
- }
- }
- DARK_SHADOW: {
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- BRADIUM_GOLEM: {
- NPC_STUNATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 4
- Rate: 500
- CastTime: 1500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- SM_ENDURE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 5000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- Emotion: 6
- }
- NPC_EMOTION_ON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 6
- val1: 14469
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 200
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_LONGRANGEATTACKED"
- }
- CR_AUTOGUARD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- DANDELION_: {
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 1000
- Delay: 6000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 80
- ChatMsgID: 29
- }
- NPC_POISON: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- CastTime: 500
- Delay: 60000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 30
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 3000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- ChatMsgID: 27
- }
- TF_SPRINKLESAND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- ChatMsgID: 28
- }
- }
- G_DARK_SHADOW: {
- NPC_DARKSTRIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 2
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 9
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_DARKNESSBREATH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 1000
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- SILVERSNIPER: {
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- Delay: 1000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- Delay: 1000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 1000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- }
- }
- MAGICDECOY_FIRE: {
- MG_FIREBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 800
- Delay: 3500
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 800
- Delay: 3500
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- Delay: 1000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- Delay: 1000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 1000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- }
- }
- MAGICDECOY_WATER: {
- MG_COLDBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 800
- Delay: 3500
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_COLDBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 800
- Delay: 3500
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- Delay: 1000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- Delay: 1000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 1000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- }
- }
- MAGICDECOY_EARTH: {
- WZ_EARTHSPIKE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 800
- Delay: 3500
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_EARTHSPIKE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 800
- Delay: 3500
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- Delay: 1000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- Delay: 1000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 1000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- }
- }
- MAGICDECOY_WIND: {
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- CastTime: 800
- Delay: 3500
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_LIGHTNINGBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- CastTime: 800
- Delay: 3500
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AL_HEAL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 10000
- Delay: 1000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- }
- AL_HEAL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 10
- Rate: 10000
- Delay: 1000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- }
- AL_HEAL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 10000
- Delay: 1000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 99
- }
- }
- BOITATA: {
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- MG_FIREBALL: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_RANDOM"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_IDLE"
- SkillLevel: 3
- Rate: 1000
- Delay: 200000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- CR_REFLECTSHIELD: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 1000
- Delay: 200000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1000
- Delay: 200000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLEEDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 10000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 10
- Rate: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_MAGNUM: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 7
- Rate: 1000
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ATTACKPCGE"
- ConditionData: 2
- }
- KN_TWOHANDQUICKEN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 20
- Rate: 2000
- Delay: 300000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 40
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WIDEBLEEDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 10000
- CastTime: 500
- Delay: 100000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- }
- NPC_POWERUP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_MYHPLTMAXRATE"
- ConditionData: 20
- Emotion: 6
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 2082
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 2082
- }
- NPC_SUMMONSLAVE: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 10000
- CastTime: 1000
- Delay: 30000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_SLAVELE"
- ConditionData: 1
- val0: 2082
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CALLSLAVE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- }
- }
- IARA: {
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- PR_LEXDIVINA: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 2
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 3
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_STOP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FROSTDIVER: {
- SkillState: "MSS_RUSH"
- SkillLevel: 10
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- PIRANHA: {
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 50
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLEEDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_COLDBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_COLDBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- HEADLESS_MULE: {
- NPC_CURSEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 1000
- CastTime: 800
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_CURSEATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 1000
- CastTime: 800
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_FIREATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 7
- }
- MG_FIREBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 2000
- CastTime: 1500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLEEDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_FIREWALL: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- CastTime: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- SM_BASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- JAGUAR: {
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_COMBOATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- AS_SONICBLOW: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 800
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 0
- }
- NPC_DARKNESSATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 12437
- }
- AL_TELEPORT: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 10000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_RUDEATTACKED"
- }
- }
- TOUCAN: {
- NPC_EMOTION: {
- SkillState: "MSS_WALK"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 2
- }
- NPC_EMOTION: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 200
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 19
- val1: 129
- }
- NPC_EMOTION: {
- SkillState: "MSS_IDLE"
- SkillLevel: 1
- Rate: 2000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- val0: 7
- val1: 12437
- }
- NPC_TELEKINESISATTACK: {
- SkillState: "MSS_RUSH"
- SkillLevel: 5
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_WINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_STOP: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 30
- }
- NPC_SILENCEATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 700
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
- CURUPIRA: {
- NPC_GROUNDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- SA_REVERSEORCISH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 50
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- SA_REVERSEORCISH: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 50
- Delay: 30000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 18
- }
- NPC_BLINDATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_STONECURSE: {
- SkillState: "MSS_IDLE"
- SkillLevel: 5
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 11
- }
- MG_STONECURSE: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 5
- Rate: 10000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 11
- }
- AL_INCAGI: {
- SkillState: "MSS_RUSH"
- SkillLevel: 1
- Rate: 500
- CastTime: 700
- Delay: 60000
- SkillTarget: "MST_SELF"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- }
- G_PIRANHA: {
- NPC_WATERATTACK: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 2
- Rate: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_CRITICALSLASH: {
- SkillState: "MSS_ANGRY"
- SkillLevel: 1
- Rate: 500
- CastTime: 500
- Delay: 5000
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_CRITICALWOUND: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 50
- Delay: 10000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- NPC_BLEEDING: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_COLDBOLT: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- MG_COLDBOLT: {
- SkillState: "MSS_RUSH"
- SkillLevel: 3
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- WZ_WATERBALL: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 3
- Rate: 500
- CastTime: 1000
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- Emotion: 6
- }
- NPC_BLOODDRAIN: {
- SkillState: "MSS_BERSERK"
- SkillLevel: 1
- Rate: 500
- Delay: 5000
- Cancelable: true
- SkillTarget: "MST_TARGET"
- CastCondition: "MSC_ALWAYS"
- }
- }
-}
-)
diff --git a/db/pre-re/pet_db.conf b/db/pre-re/pet_db.conf
deleted file mode 100644
index 91f9cb8e8..000000000
--- a/db/pre-re/pet_db.conf
+++ /dev/null
@@ -1,1551 +0,0 @@
-//================= Hercules Database =====================================
-//= _ _ _
-//= | | | | | |
-//= | |_| | ___ _ __ ___ _ _| | ___ ___
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
-//= | | | | __/ | | (__| |_| | | __/\__ \
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/
-//================= License ===============================================
-//= This file is part of Hercules.
-//= http://herc.ws - http://github.com/HerculesWS/Hercules
-//=
-//= Copyright (C) 2018 Hercules Dev Team
-//=
-//= Hercules 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/>.
-//=========================================================================
-//= Pets Database
-//=========================================================================
-
-pet_db:(
-/**************************************************************************
- ************* Entry structure ********************************************
- **************************************************************************
-{
- // ================ Mandatory fields ==============================
- Id: ID (int)
- SpriteName: "Sprite_Name" (string)
- Name: "Pet Name" (string)
- // ================ Optional fields ===============================
- TamingItem: Taming Item (string, defaults to 0)
- EggItem: Egg Id (string, defaults to 0)
- AccessoryItem: Equipment Id (string, defaults to 0)
- FoodItem: Food Id (string, defaults to 0)
- FoodEffectiveness: hunger points (int, defaults to 0)
- HungerDelay: hunger time (int, defaults to 0)
- Intimacy: {
- Initial: start intimacy (int, defaults to 0)
- FeedIncrement: feeding intimacy (int, defaults to 0)
- OverFeedDecrement: overfeeding intimacy (int, defaults to 0)
- OwnerDeathDecrement: owner die intimacy (int, defaults to 0)
- }
- CaptureRate: capture rate (int, defaults to 0)
- Speed: speed (int, defaults to 0)
- SpecialPerformance: true/false (boolean, defaults to false)
- TalkWithEmotes: convert talk (boolean, defaults to false)
- AttackRate: attack rate (int, defaults to 0)
- DefendRate: Defence attack (int, defaults to 0)
- ChangeTargetRate: change target (int, defaults to 0)
- Evolve: {
- EggID: { (string, Evolved Pet EggID)
- Name: Amount (items required to perform evolution)
- ...
- }
- }
- AutoFeed: true/false (boolean, defaults to false)
- PetScript: <" Pet Script (can also be multi-line) ">
- EquipScript: <" Equip Script (can also be multi-line) ">
-},
-**************************************************************************/
-{
- Id: 1002
- SpriteName: "PORING"
- Name: "Poring"
- TamingItem: "Unripe_Apple"
- EggItem: "Poring_Egg"
- AccessoryItem: "Backpack"
- FoodItem: "Apple_Juice"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 50
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 2000
- Speed: 150
- SpecialPerformance: true
- AttackRate: 350
- DefendRate: 400
- ChangeTargetRate: 800
- PetScript: <" petloot(10); ">
- EquipScript: <"
- bonus(bLuk, 2);
- bonus(bCritical, 1);
- ">
-},
-{
- Id: 1011
- SpriteName: "CHONCHON"
- Name: "ChonChon"
- TamingItem: "Rotten_Fish"
- EggItem: "Chonchon_Egg"
- AccessoryItem: "Monster_Oxygen_Mask"
- FoodItem: "Pet_Food"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 30
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 1500
- Speed: 150
- SpecialPerformance: true
- AttackRate: 500
- DefendRate: 500
- ChangeTargetRate: 250
- PetScript: <" petskillbonus(bAgi, 4, 10, 50); ">
- EquipScript: <"
- bonus(bAgi, 1);
- bonus(bFlee, 2);
- ">
-},
-{
- Id: 1014
- SpriteName: "SPORE"
- Name: "Spore"
- TamingItem: "Dew_Laden_Moss"
- EggItem: "Spore_Egg"
- AccessoryItem: "Bark_Shorts"
- FoodItem: "Pet_Food"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 30
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 1500
- Speed: 150
- AttackRate: 350
- DefendRate: 500
- ChangeTargetRate: 500
- PetScript: <" petrecovery(SC_POISON, 60); ">
- EquipScript: <"
- bonus(bHit, 5);
- bonus(bAtk, -2);
- ">
-},
-{
- Id: 1019
- SpriteName: "PECOPECO"
- Name: "PecoPeco"
- TamingItem: "Fatty_Chubby_Earthworm"
- EggItem: "PecoPeco_Egg"
- AccessoryItem: "Battered_Pot"
- FoodItem: "Pet_Food"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 30
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 1000
- Speed: 150
- SpecialPerformance: true
- AttackRate: 400
- DefendRate: 500
- ChangeTargetRate: 800
- PetScript: <" petskillbonus(bSpeedRate, 25, 20, 20); ">
- EquipScript: <"
- bonus(bMaxHP, 150);
- bonus(bMaxSP, -10);
- ">
-},
-{
- Id: 1023
- SpriteName: "ORK_WARRIOR"
- Name: "Orc Warrior"
- TamingItem: "Horror_Of_Tribe"
- EggItem: "Orc_Warrior_Egg"
- AccessoryItem: "Wild_Flower"
- FoodItem: "Pet_Food"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 20
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 500
- Speed: 150
- SpecialPerformance: true
- AttackRate: 600
- DefendRate: 200
- ChangeTargetRate: 300
- PetScript: <" petskillattack("NPC_PIERCINGATT", 100, 1, 0, 10); ">
- EquipScript: <"
- bonus(bAtk, 10);
- bonus(bDef, -3);
- ">
-},
-{
- Id: 1026
- SpriteName: "MUNAK"
- Name: "Munak"
- TamingItem: "No_Recipient"
- EggItem: "Munak_Egg"
- AccessoryItem: "Punisher"
- FoodItem: "Pet_Food"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 20
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 500
- Speed: 150
- AttackRate: 300
- DefendRate: 750
- ChangeTargetRate: 300
- PetScript: <" petskillattack("NPC_DARKNESSATTACK", 444, 1, 0, 10); ">
- EquipScript: <"
- bonus(bInt, 1);
- bonus(bDef, 1);
- ">
-},
-{
- Id: 1029
- SpriteName: "ISIS"
- Name: "Isis"
- TamingItem: "Armlet_Of_Obedience"
- EggItem: "Isis_Egg"
- AccessoryItem: "Queens_Hair_Ornament"
- FoodItem: "Pet_Food"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 10
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 500
- Speed: 150
- AttackRate: 650
- DefendRate: 450
- ChangeTargetRate: 150
- PetScript: <" petskillsupport("PR_MAGNIFICAT", 2, 60, 50, 50); ">
- EquipScript: <"
- bonus(bMatkRate, -1);
- bonus(bAtkRate, 1);
- ">
-},
-{
- Id: 1031
- SpriteName: "POPORING"
- Name: "Poporing"
- TamingItem: "Bitter_Herb"
- EggItem: "Poporing_Egg"
- AccessoryItem: "Backpack"
- FoodItem: "Green_Herb"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 30
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 1000
- Speed: 150
- SpecialPerformance: true
- AttackRate: 300
- DefendRate: 500
- ChangeTargetRate: 400
- PetScript: <" petloot(15); ">
- EquipScript: <"
- bonus(bLuk, 2);
- bonus2(bSubEle, Ele_Poison, 10);
- ">
-},
-{
- Id: 1035
- SpriteName: "HUNTER_FLY"
- Name: "Hunter Fly"
- TamingItem: "Monster_Juice"
- EggItem: "Hunter_Fly_Egg"
- AccessoryItem: "Monster_Oxygen_Mask"
- FoodItem: "Red_Gemstone"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 10
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 500
- Speed: 150
- SpecialPerformance: true
- AttackRate: 500
- DefendRate: 500
- ChangeTargetRate: 200
- PetScript: <" petskillattack("NPC_WINDATTACK", 888, 2, 0, 10); ">
- EquipScript: <"
- bonus(bFlee, -5);
- bonus(bFlee2, 2);
- ">
-},
-{
- Id: 1042
- SpriteName: "STEEL_CHONCHON"
- Name: "Steel ChonChon"
- TamingItem: "Lusty_Iron"
- EggItem: "Steel_Chonchon_Egg"
- AccessoryItem: "Monster_Oxygen_Mask"
- FoodItem: "Iron_Ore"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 20
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 1000
- Speed: 150
- SpecialPerformance: true
- AttackRate: 500
- DefendRate: 500
- ChangeTargetRate: 200
- PetScript: <" petskillbonus(bAgiVit, 4, 20, 40); ">
- EquipScript: <"
- bonus(bFlee, 6);
- bonus(bAgi, -1);
- ">
-},
-{
- Id: 1049
- SpriteName: "PICKY"
- Name: "Picky"
- TamingItem: "Earthworm_The_Dude"
- EggItem: "Picky_Egg"
- AccessoryItem: "Tiny_Egg_Shell"
- FoodItem: "Red_Herb"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 40
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 2000
- Speed: 150
- SpecialPerformance: true
- AttackRate: 500
- DefendRate: 600
- ChangeTargetRate: 50
- PetScript: <" petskillbonus(bStr, 3, 10, 50); ">
- EquipScript: <"
- bonus(bStr, 1);
- bonus(bAtk, 5);
- ">
-},
-{
- Id: 1052
- SpriteName: "ROCKER"
- Name: "Rocker"
- TamingItem: "Singing_Flower"
- EggItem: "Rocker_Egg"
- AccessoryItem: "Rocker_Glasses"
- FoodItem: "Pet_Food"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 30
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 1500
- Speed: 150
- AttackRate: 350
- DefendRate: 350
- ChangeTargetRate: 600
- PetScript: <" petskillbonus(bAllStats, 1, 10, 50); ">
- EquipScript: <"
- bonus(bHPrecovRate, 5);
- bonus(bMaxHP, 25);
- ">
-},
-{
- Id: 1056
- SpriteName: "SMOKIE"
- Name: "Smokie"
- TamingItem: "Baked_Yam"
- EggItem: "Smokie_Egg"
- AccessoryItem: "Red_Muffler"
- FoodItem: "Pet_Food"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 30
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 1000
- Speed: 150
- SpecialPerformance: true
- AttackRate: 600
- DefendRate: 600
- ChangeTargetRate: 100
- PetScript: <" petskillbonus(bPerfectHide, 1, 3600, 0); ">
- EquipScript: <"
- bonus(bAgi, 1);
- bonus(bFlee2, 1);
- ">
-},
-{
- Id: 1057
- SpriteName: "YOYO"
- Name: "Yoyo"
- TamingItem: "Tropical_Banana"
- EggItem: "Yoyo_Egg"
- AccessoryItem: "Monkey_Circlet"
- FoodItem: "Banana_Juice"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 20
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 1000
- Speed: 150
- SpecialPerformance: true
- AttackRate: 300
- DefendRate: 800
- ChangeTargetRate: 400
- PetScript: <" petloot(20); ">
- EquipScript: <"
- bonus(bCritical, 3);
- bonus(bLuk, -1);
- ">
-},
-{
- Id: 1063
- SpriteName: "LUNATIC"
- Name: "Lunatic"
- TamingItem: "Rainbow_Carrot"
- EggItem: "Lunatic_Egg"
- AccessoryItem: "Silk_Ribbon"
- FoodItem: "Carrot_Juice"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 40
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 1500
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 1000
- PetScript: <" petskillbonus(bLuk, 3, 10, 50); ">
- EquipScript: <"
- bonus(bCritical, 2);
- bonus(bAtk, 2);
- ">
-},
-{
- Id: 1077
- SpriteName: "POISON_SPORE"
- Name: "Poison Spore"
- TamingItem: "Deadly_Noxious_Herb"
- EggItem: "Poison_Spore_Egg"
- AccessoryItem: "Bark_Shorts"
- FoodItem: "Pet_Food"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 20
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 1000
- Speed: 150
- AttackRate: 600
- DefendRate: 200
- ChangeTargetRate: 400
- PetScript: <" petskillattack("NPC_POISON", 20, 0, 0, 10); ">
- EquipScript: <"
- bonus(bStr, 1);
- bonus(bInt, 1);
- ">
-},
-{
- Id: 1101
- SpriteName: "BAPHOMET_"
- Name: "Baphomet Jr."
- TamingItem: "Book_Of_Devil"
- EggItem: "Bapho_Jr_Egg"
- AccessoryItem: "Skull_Helm"
- FoodItem: "Honey"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 10
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 200
- Speed: 150
- AttackRate: 1000
- DefendRate: 100
- ChangeTargetRate: 200
- PetScript: <" petskillattack("NPC_DARKNESSATTACK", 1776, 4, 0, 5); ">
- EquipScript: <"
- bonus(bDef, 1);
- bonus(bMdef, 1);
- bonus2(bResEff, Eff_Stun, -100);
- ">
-},
-{
- Id: 1107
- SpriteName: "DESERT_WOLF_B"
- Name: "Baby Desert Wolf"
- TamingItem: "Well_Dried_Bone"
- EggItem: "Baby_Desert_Wolf_Egg"
- AccessoryItem: "Transparent_Headgear"
- FoodItem: "Pet_Food"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 40
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 1000
- Speed: 150
- AttackRate: 400
- DefendRate: 400
- ChangeTargetRate: 400
- PetScript: <" petskillattack("SM_PROVOKE", 1, 0, 0, 5);">
- EquipScript: <"
- bonus(bInt, 1);
- bonus(bMaxSP, 50);
- ">
-},
-{
- Id: 1109
- SpriteName: "DEVIRUCHI"
- Name: "Deviruchi"
- TamingItem: "Contracts_In_Shadow"
- EggItem: "Deviruchi_Egg"
- AccessoryItem: "Pacifier"
- FoodItem: "Shoot"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 10
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 500
- Speed: 150
- AttackRate: 800
- DefendRate: 200
- ChangeTargetRate: 100
- PetScript: <" petskillbonus(bAgiDexStr, 6, 20, 40); ">
- EquipScript: <"
- bonus(bMatkRate, 1);
- bonus(bAtkRate, 1);
- bonus(bMaxHPrate, -3);
- bonus(bMaxSPrate, -3);
- ">
-},
-{
- Id: 1110
- SpriteName: "DOKEBI"
- Name: "Dokebi"
- TamingItem: "Old_Broom"
- EggItem: "Dokkaebi_Egg"
- AccessoryItem: "Wig"
- FoodItem: "Pet_Food"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 20
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 500
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- PetScript: <" petskillattack("BS_HAMMERFALL", 1, 0, 0, 10); ">
- EquipScript: <"
- bonus(bMatkRate, 1);
- bonus(bAtkRate, -1);
- ">
-},
-{
- Id: 1113
- SpriteName: "DROPS"
- Name: "Drops"
- TamingItem: "Orange_Juice"
- EggItem: "Drops_Egg"
- AccessoryItem: "Backpack"
- FoodItem: "Yellow_Herb"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 40
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 1500
- Speed: 150
- SpecialPerformance: true
- AttackRate: 300
- DefendRate: 400
- ChangeTargetRate: 500
- PetScript: <" petloot(10); ">
- EquipScript: <"
- bonus(bHit, 3);
- bonus(bAtk, 3);
- ">
-},
-{
- Id: 1155
- SpriteName: "PETIT"
- Name: "Petite"
- TamingItem: "Shining_Stone"
- EggItem: "Green_Petite_Egg"
- AccessoryItem: "Stellar_Hairpin"
- FoodItem: "Pet_Food"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 20
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 500
- Speed: 150
- AttackRate: 800
- DefendRate: 400
- ChangeTargetRate: 100
- PetScript: <" petskillattack("WZ_HEAVENDRIVE", 500, 1, 0, 10); ">
- EquipScript: <"
- bonus(bDef, -2);
- bonus(bMdef, -2);
- bonus(bAspdRate, 1);
- ">
-},
-{
- Id: 1167
- SpriteName: "SAVAGE_BABE"
- Name: "Savage Babe"
- TamingItem: "Sweet_Milk"
- EggItem: "Savage_Bebe_Egg"
- AccessoryItem: "Green_Lace"
- FoodItem: "Pet_Food"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 40
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 1500
- Speed: 150
- AttackRate: 500
- DefendRate: 500
- ChangeTargetRate: 200
- PetScript: <" petskillbonus(bVit, 4, 10, 50); ">
- EquipScript: <"
- bonus(bVit, 1);
- bonus(bMaxHP, 50);
- ">
-},
-{
- Id: 1170
- SpriteName: "SOHEE"
- Name: "Sohee"
- TamingItem: "Silver_Knife_Of_Chaste"
- EggItem: "Sohee_Egg"
- AccessoryItem: "Golden_Bell"
- FoodItem: "Pet_Food"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 10
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 500
- Speed: 150
- AttackRate: 100
- DefendRate: 1000
- ChangeTargetRate: 200
- PetScript: <" petskillsupport(AL_HEAL, 10, 60, 33, 100); ">
- EquipScript: <"
- bonus(bStr, 1);
- bonus(bDex, 1);
- ">
-},
-{
- Id: 1188
- SpriteName: "BON_GUN"
- Name: "Bon Gun"
- TamingItem: "Heart_Of_Her"
- EggItem: "Bongun_Egg"
- AccessoryItem: "Sword_Of_Grave_Keeper"
- FoodItem: "Pet_Food"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 30
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 500
- Speed: 150
- SpecialPerformance: true
- AttackRate: 600
- DefendRate: 200
- ChangeTargetRate: 400
- PetScript: <" petskillattack("NPC_DARKNESSATTACK", 555, 1, 1, 1); ">
- EquipScript: <"
- bonus(bVit, 1);
- bonus2(bResEff, Eff_Stun, 100);
- ">
-},
-{
- Id: 1200
- SpriteName: "ZHERLTHSH"
- Name: "Zealotus"
- TamingItem: "Prohibition_Red_Candle"
- EggItem: "Zherlthsh_Egg"
- FoodItem: "Immortal_Heart"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 10
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 300
- Speed: 150
- AttackRate: 1000
- DefendRate: 100
- ChangeTargetRate: 500
- PetScript: <" petskillattack("AS_SONICBLOW", 1, 0, 0, 3); ">
- EquipScript: <"
- bonus2(bAddRace, RC_DemiPlayer, 2);
- bonus2(bMagicAddRace, RC_DemiPlayer, 2);
- ">
-},
-{
- Id: 1245
- SpriteName: "GOBLINE_XMAS"
- Name: "Christmas Goblin"
- TamingItem: "Sweet_Candy_Striper"
- EggItem: "Santa_Goblin_Egg"
- FoodItem: "Scell"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 50
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 2000
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- PetScript: <" petskillattack("MG_SIGHT", 5, 0, 5, 5); ">
- EquipScript: <"
- bonus(bMaxHP, 30);
- bonus2(bSubEle, Ele_Water, 1);
- ">
-},
-{
- Id: 1275
- SpriteName: "ALICE"
- Name: "Alice"
- TamingItem: "Sway_Apron"
- EggItem: "Alice_Egg"
- FoodItem: "White_Potion"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 20
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 800
- Speed: 150
- AttackRate: 100
- DefendRate: 1000
- ChangeTargetRate: 200
- PetScript: <" petskillsupport("AL_HEAL", 5, 60, 25, 100); ">
- EquipScript: <"
- bonus(bMdef, 1);
- bonus2(bSubRace, RC_DemiPlayer, 1);
- ">
-},
-// New Pets
-{
- Id: 1122
- SpriteName: "GOBLIN_1"
- Name: "Goblin"
- TamingItem: "Knife_Goblin_Ring"
- EggItem: "Knife_Goblin_Egg"
- FoodItem: "Green_Apple"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 50
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 800
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- PetScript: <" petskillattack("NPC_WINDATTACK", 5, 0, 5, 5); ">
-
-},
-{
- Id: 1123
- SpriteName: "GOBLIN_2"
- Name: "Goblin"
- TamingItem: "Flail_Goblin_Ring"
- EggItem: "Flail_Goblin_Egg"
- FoodItem: "Green_Apple"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 50
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 800
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- PetScript: <" petskillattack("NPC_FIREATTACK", 5, 0, 5, 5); ">
-
-},
-{
- Id: 1125
- SpriteName: "GOBLIN_4"
- Name: "Goblin"
- TamingItem: "Hammer_Goblin_Ring"
- EggItem: "Hammer_Goblin_Egg"
- FoodItem: "Green_Apple"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 50
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 800
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- PetScript: <" petskillattack("NPC_GROUNDATTACK", 5, 0, 5, 5); ">
-},
-{
- Id: 1208
- SpriteName: "WANDER_MAN"
- Name: "Wanderer"
- TamingItem: "Skull_Of_Vagabond"
- EggItem: "Wanderer_Egg"
- FoodItem: "Spirit_Liquor"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 20
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 800
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- PetScript: <" petskillattack("NPC_UNDEADATTACK", 5, 0, 5, 5); ">
-},
-{
- Id: 1382
- SpriteName: "DIABOLIC"
- Name: "Diabolic"
- TamingItem: "Red_Burning_Stone"
- EggItem: "Diabolic_Egg"
- FoodItem: "Meat_Veg_Skewer"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 10
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 800
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- PetScript: <" petskillattack("WZ_METEOR", 2, 0, 5, 5); ">
-},
-{
- Id: 1385
- SpriteName: "DELETER_"
- Name: "Deleter"
- TamingItem: "Holy_Marble"
- EggItem: "Red_Deleter_Egg"
- FoodItem: "Whole_Barbecue"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 20
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 800
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- PetScript: <" petskillattack("SM_MAGNUM", 5, 0, 5, 5); ">
-},
-{
- Id: 1879
- SpriteName: "ECLIPSE_P"
- Name: "Spring Rabbit"
- EggItem: "Spring_Rabbit_Egg"
- FoodItem: "Bok_Choy"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 50
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 2000
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- PetScript: <" petskillattack("TF_THROWSTONE", 1, 0, 5, 5); ">
-},
-// Episode 12
-{
- Id: 1963
- SpriteName: "P_CHUNG_E"
- Name: "New Year Doll"
- EggItem: "New_Year_Doll_Egg"
- FoodItem: "Mojji"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 30
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 800
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- PetScript: <" petskillattack("CR_SHIELDCHARGE", 5, 0, 5, 5); ">
-},
-// Episode 13
-{
- Id: 1815
- SpriteName: "EVENT_RICECAKE"
- Name: "Rice Cake"
- EggItem: "Rice_Cake_Egg"
- FoodItem: "Green_Herb"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 50
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 2000
- Speed: 150
- SpecialPerformance: true
- AttackRate: 500
- DefendRate: 500
- ChangeTargetRate: 200
- PetScript: <" petskillsupport("CR_DEFENDER", 3, 240, 50, 100); ">
- EquipScript: <"
- bonus2(bSubEle, Ele_Neutral, 1);
- bonus(bMaxHPrate, -1);
- ">
-},
-{
- Id: 2210
- SpriteName: "XMAS_LUNATIC"
- Name: "Christmas Snow Rabbit"
- EggItem: "Snow_Rabbit_Egg"
- FoodItem: "Candy"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 10
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- Speed: 150
- SpecialPerformance: true
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- EquipScript: <" bonus2(bExpAddRace, RC_All, 5); ">
-},
-// Episode 13.2
-{
- Id: 1040
- SpriteName: "GOLEM"
- Name: "Golem"
- TamingItem: "Magical_Lithography"
- EggItem: "Golem_Egg"
- AccessoryItem: "Windup_Spring"
- FoodItem: "Mystic_Stone"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 20
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 500
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- EquipScript: <"
- bonus(bMaxHP, 100);
- bonus(bFlee, -5);
- ">
-},
-{
- Id: 1143
- SpriteName: "MARIONETTE"
- Name: "Marionette"
- TamingItem: "Delicious_Shaved_Ice"
- EggItem: "Marionette_Egg"
- AccessoryItem: "Star_Hairband"
- FoodItem: "Small_Snow_Flower"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 10
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 500
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- EquipScript: <" bonus(bSPrecovRate, 3); ">
-},
-{
- Id: 1148
- SpriteName: "MEDUSA"
- Name: "Medusa"
- TamingItem: "Splendid_Mirror"
- EggItem: "Medusa_Egg"
- AccessoryItem: "Queens_Coronet"
- FoodItem: "Apple_Pudding"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 10
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 200
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- EquipScript: <"
- bonus(bVit, 1);
- bonus2(bResEff, Eff_Stone, 500);
- ">
-},
-{
- Id: 1179
- SpriteName: "WHISPER"
- Name: "Whisper"
- TamingItem: "Fit_Pipe"
- EggItem: "Whisper_Egg"
- AccessoryItem: "Spirit_Chain_"
- FoodItem: "Damp_Darkness"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 20
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 500
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- EquipScript: <"
- bonus(bFlee, 7);
- bonus(bDef, -3);
- ">
-},
-{
- Id: 1299
- SpriteName: "GOBLIN_LEADER"
- Name: "Goblin Leader"
- TamingItem: "Staff_Of_Leader"
- EggItem: "Goblin_Leader_Egg"
- AccessoryItem: "Nice_Badge"
- FoodItem: "Big_Cell"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 10
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 50
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- EquipScript: <" bonus2(bAddRace, RC_DemiPlayer, 3); ">
-},
-{
- Id: 1370
- SpriteName: "SUCCUBUS"
- Name: "Succubus"
- TamingItem: "Boys_Naivety"
- EggItem: "Succubus_Egg"
- AccessoryItem: "Black_Butterfly_Mask"
- FoodItem: "Vital_Flower_"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 10
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 200
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- EquipScript: <" bonus2(bHPDrainRate, 50, 5); ">
-},
-{
- Id: 1374
- SpriteName: "INCUBUS"
- Name: "Incubus"
- TamingItem: "Grils_Naivety"
- EggItem: "Incubus_Egg"
- AccessoryItem: "Ball_Mask"
- FoodItem: "Vital_Flower"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 10
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 50
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- EquipScript: <" bonus(bMaxSPrate, 3); ">
-},
-{
- Id: 1379
- SpriteName: "NIGHTMARE_TERROR"
- Name: "Nightmare Terror"
- TamingItem: "Hell_Contract"
- EggItem: "Nightmare_Terror_Egg"
- AccessoryItem: "Hell_Horn"
- FoodItem: "Fresh_Plant"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 10
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 200
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- EquipScript: <" bonus2(bResEff, Eff_Sleep, 10000); ">
-},
-{
- Id: 1401
- SpriteName: "SHINOBI"
- Name: "Shinobi"
- TamingItem: "Kuloren"
- EggItem: "Shinobi_Egg"
- AccessoryItem: "Wine_On_Sleeve"
- FoodItem: "Grilled_Rice_Cake"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 20
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 500
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- EquipScript: <" bonus(bAgi, 2); ">
-},
-{
- Id: 1404
- SpriteName: "MIYABI_NINGYO"
- Name: "Miyabi Doll"
- TamingItem: "Gril_Doll"
- EggItem: "Miyabi_Ningyo_Egg"
- AccessoryItem: "Summer_Fan"
- FoodItem: "Well_Ripened_Berry"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 15
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 200
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- EquipScript: <"
- bonus(bInt, 1);
- bonus(bCastrate, -3);
- ">
-},
-{
- Id: 1416
- SpriteName: "WICKED_NYMPH"
- Name: "Evil Nymph"
- TamingItem: "Charming_Lotus"
- EggItem: "Wicked_Nymph_Egg"
- AccessoryItem: "Jade_Trinket"
- FoodItem: "Morning_Dew"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 15
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 500
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- EquipScript: <"
- bonus(bMaxSP, 30);
- bonus(bSPrecovRate, 5);
- ">
-},
-{
- Id: 1495
- SpriteName: "STONE_SHOOTER"
- Name: "Stone Shooter"
- TamingItem: "Oilpalm_Coconut"
- EggItem: "Stone_Shooter_Egg"
- AccessoryItem: "Apro_Hair"
- FoodItem: "Plant_Neutrient"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 20
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 500
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- EquipScript: <" bonus2(bSubEle, Ele_Fire, 3); ">
-},
-{
- Id: 1504
- SpriteName: "DULLAHAN"
- Name: "Dullahan"
- TamingItem: "Luxury_Whisky_Bottle"
- EggItem: "Dullahan_Egg"
- AccessoryItem: "Death_Coil"
- FoodItem: "Sunset_On_The_Rock"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 10
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 200
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- EquipScript: <" bonus(bCritAtkRate, 5); ">
-},
-{
- Id: 1505
- SpriteName: "LOLI_RURI"
- Name: "Loli Ruri"
- TamingItem: "Very_Red_Juice"
- EggItem: "Loli_Ruri_Egg"
- AccessoryItem: "Fashionable_Glasses"
- FoodItem: "Pumpkin_Pie_"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 15
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 200
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- EquipScript: <"
- bonus(bMaxHPrate, 3);
- bonus3(bAutoSpellWhenHit, "AL_HEAL", 1, 50);
- ">
-},
-{
- Id: 1513
- SpriteName: "CIVIL_SERVANT"
- Name: "Mao Guai"
- TamingItem: "Fan_Of_Wind"
- EggItem: "Civil_Servant_Egg"
- AccessoryItem: "Golden_Earing"
- FoodItem: "Flavored_Alcohol"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 10
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 500
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- EquipScript: <" bonus(bMaxSP, 10); ">
-},
-{
- Id: 1519
- SpriteName: "CHUNG_E"
- Name: "Green Maiden"
- TamingItem: "Tantanmen"
- EggItem: "Chung_E_Egg"
- FoodItem: "Bun_"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 50
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 2000
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- PetScript: <" petskillattack("CR_SHIELDCHARGE", 5, 0, 5, 5); ">
- EquipScript: <"
- bonus(bDef, 1);
- bonus2(bSubRace, RC_DemiPlayer, 1);
- ">
-},
-{
- Id: 1586
- SpriteName: "LEAF_CAT"
- Name: "Leaf Cat"
- TamingItem: "Very_Soft_Plant"
- EggItem: "Leaf_Cat_Egg"
- AccessoryItem: "Green_Lucky_Bag"
- FoodItem: "Fish_With_Blue_Back"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 20
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 200
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- EquipScript: <"
- bonus2(bSubRace, RC_Brute, 3);
- ">
-},
-{
- Id: 1630
- SpriteName: "BACSOJIN_"
- Name: "White Lady"
- TamingItem: "Shiny_Wing_Gown"
- EggItem: "Bacsojin_Egg"
- AccessoryItem: "Round_Hair_Ornament"
- FoodItem: "Traditional_Cookie"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 10
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 2000
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
-},
-{
- Id: 1837
- SpriteName: "IMP"
- Name: "Fire Imp"
- TamingItem: "Flaming_Ice"
- EggItem: "Imp_Egg"
- AccessoryItem: "Horn_Protector"
- FoodItem: "Flame_Gemstone"
- FoodEffectiveness: 80
- HungerDelay: 60
- Intimacy: {
- Initial: 250
- FeedIncrement: 10
- OverFeedDecrement: 100
- OwnerDeathDecrement: 20
- }
- CaptureRate: 200
- Speed: 150
- AttackRate: 300
- DefendRate: 300
- ChangeTargetRate: 800
- EquipScript: <"
- bonus2(bSubEle, Ele_Fire, 2);
- bonus2(bAddEle, Ele_Fire, 2);
- ">
-},
-// Episode 13.2 Brasilis
-{
- Id: 2057
- SpriteName: "E_CRAMP"
- Name: "Strange Cramp"
- TamingItem: "Leaf_Cat_Ball"
- EggItem: "Mystic_Leaf_Cat_Ball"
- CaptureRate: 50
- AttackRate: 350
- DefendRate: 400
- ChangeTargetRate: 800
-},
-{
- Id: 2081
- SpriteName: "E_HYDRA"
- Name: "Strange Hydra"
- TamingItem: "Leaf_Cat_Ball"
- EggItem: "Mystic_Leaf_Cat_Ball"
- CaptureRate: 50
- AttackRate: 350
- DefendRate: 400
- ChangeTargetRate: 800
-},
-)
diff --git a/db/pre-re/refine_db.conf b/db/pre-re/refine_db.conf
deleted file mode 100644
index dd3bcdb41..000000000
--- a/db/pre-re/refine_db.conf
+++ /dev/null
@@ -1,231 +0,0 @@
-//================= Hercules Database =====================================
-//= _ _ _
-//= | | | | | |
-//= | |_| | ___ _ __ ___ _ _| | ___ ___
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
-//= | | | | __/ | | (__| |_| | | __/\__ \
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/
-//================= License ===============================================
-//= This file is part of Hercules.
-//= http://herc.ws - http://github.com/HerculesWS/Hercules
-//=
-//= Copyright (C) 2015 Hercules Dev Team
-//=
-//= Hercules 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/>.
-//=========================================================================
-//= Pre-Renewal Refine Database
-//=========================================================================
-
-/**************************************************************************
- ************* Entry structure ********************************************
- **************************************************************************
-Armors/WeaponLevel1~4: { // Specifies weapon level or armor type.
- // - For armors, values of 100 add 1 armor defense.
- // - For weapons, values of 100 add 1 ATK.
- StatsPerLevel: (int) // This value is applied for ever level.
- RandomBonusStartLevel: (int) // This value specifies the start point for those levels that give a random bonus value (usually the first unsafe upgrade).
- // - RandomBonusStartLevel is only applied for weapons, and not displayed client-side.
- RandomBonusValue: (int) // A random number between 0 and (Random bonus start level - Upgrade level + 1) * this value is applied for all upgrades past.
- Rates: { // Per level configuration of the refine rates.
- Lv1~10: { // Lv1 ~ Lv10.
- NormalChance: (int) // (optional, defaults to 100) Chance of successful refine using normal ores (100 = 100%).
- EnrichedChance: (int) // (optional, defaults to 100 for weapons below refine level 10, otherwise 0.) Chance of successful refine using enriched ores (100 = 100%).
- EventNormalChance: (int) // (optional, defaults to 100) Chance of successful refine using normal ores (100 = 100%) during a refine event.
- EventEnrichedChance: (int) // (optional, defaults to 100 for weapons below refine level 10, otherwise 0.) Chance of successful refine using enriched ores (100 = 100%) during a refine event.
- Bonus: (int) // (optional, defaults to 0) Bonus (Armor) for this level of refine.
- }
- // Note: Refine levels that use default values need not be listed. (Example: Lv1: { NormalChance: 100 Bonus: 0 })
- }
-}
-**************************************************************************/
-
-Armors: {
- StatsPerLevel: 66
- RandomBonusStartLevel: 0
- RandomBonusValue: 0
- Rates: {
- Lv5: {
- NormalChance: 60
- EnrichedChance: 90
- EventNormalChance: 60
- EventEnrichedChance: 95
- }
- Lv6: {
- NormalChance: 40
- EnrichedChance: 70
- EventNormalChance: 40
- EventEnrichedChance: 80
- }
- Lv7: {
- NormalChance: 40
- EnrichedChance: 70
- EventNormalChance: 40
- EventEnrichedChance: 80
- }
- Lv8: {
- NormalChance: 20
- EnrichedChance: 40
- EventNormalChance: 20
- EventEnrichedChance: 60
- }
- Lv9: {
- NormalChance: 20
- EnrichedChance: 40
- EventNormalChance: 20
- EventEnrichedChance: 50
- }
- Lv10: {
- NormalChance: 9
- EnrichedChance: 20
- EventNormalChance: 9
- EventEnrichedChance: 35
- }
- }
-}
-WeaponLevel1: {
- StatsPerLevel: 200
- RandomBonusStartLevel: 8
- RandomBonusValue: 300
- Rates: {
- Lv8: {
- NormalChance: 60
- EnrichedChance: 90
- EventNormalChance: 60
- EventEnrichedChance: 95
- }
- Lv9: {
- NormalChance: 40
- EnrichedChance: 70
- EventNormalChance: 40
- EventEnrichedChance: 85
- }
- Lv10: {
- NormalChance: 19
- EnrichedChance: 30
- EventNormalChance: 19
- EventEnrichedChance: 55
- }
- }
-}
-WeaponLevel2: {
- StatsPerLevel: 300
- RandomBonusStartLevel: 7
- RandomBonusValue: 500
- Rates: {
- Lv7: {
- NormalChance: 60
- EnrichedChance: 90
- EventNormalChance: 60
- EventEnrichedChance: 95
- }
- Lv8: {
- NormalChance: 40
- EnrichedChance: 70
- EventNormalChance: 40
- EventEnrichedChance: 85
- }
- Lv9: {
- NormalChance: 20
- EnrichedChance: 40
- EventNormalChance: 20
- EventEnrichedChance: 60
- }
- Lv10: {
- NormalChance: 19
- EnrichedChance: 30
- EventNormalChance: 19
- EventEnrichedChance: 45
- }
- }
-}
-WeaponLevel3: {
- StatsPerLevel: 500
- RandomBonusStartLevel: 6
- RandomBonusValue: 800
- Rates: {
- Lv6: {
- NormalChance: 60
- EnrichedChance: 90
- EventNormalChance: 60
- EventEnrichedChance: 95
- }
- Lv7: {
- NormalChance: 50
- EnrichedChance: 80
- EventNormalChance: 50
- EventEnrichedChance: 90
- }
- Lv8: {
- NormalChance: 20
- EnrichedChance: 40
- EventNormalChance: 20
- EventEnrichedChance: 70
- }
- Lv9: {
- NormalChance: 20
- EnrichedChance: 40
- EventNormalChance: 20
- EventEnrichedChance: 60
- }
- Lv10: {
- NormalChance: 19
- EnrichedChance: 30
- EventNormalChance: 19
- EventEnrichedChance: 45
- }
- }
-}
-WeaponLevel4: {
- StatsPerLevel: 700
- RandomBonusStartLevel: 5
- RandomBonusValue: 1300
- Rates: {
- Lv5: {
- NormalChance: 60
- EnrichedChance: 90
- EventNormalChance: 60
- EventEnrichedChance: 95
- }
- Lv6: {
- NormalChance: 40
- EnrichedChance: 70
- EventNormalChance: 40
- EventEnrichedChance: 80
- }
- Lv7: {
- NormalChance: 40
- EnrichedChance: 70
- EventNormalChance: 40
- EventEnrichedChance: 80
- }
- Lv8: {
- NormalChance: 20
- EnrichedChance: 40
- EventNormalChance: 20
- EventEnrichedChance: 60
- }
- Lv9: {
- NormalChance: 20
- EnrichedChance: 40
- EventNormalChance: 20
- EventEnrichedChance: 50
- }
- Lv10: {
- NormalChance: 9
- EnrichedChance: 20
- EventNormalChance: 9
- EventEnrichedChance: 35
- }
- }
-}
diff --git a/db/pre-re/size_fix.txt b/db/pre-re/size_fix.txt
deleted file mode 100644
index ae0049db0..000000000
--- a/db/pre-re/size_fix.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-// Database for size fix for weapon damage.
-
-// Columns: Weapon type, Rows: Target size.
-// Unarmed, Knife, 1H Sword, 2H Sword, 1H Spear, 2H Spears, 1H Axe, 2H Axe, Mace, 2H Mace, Staff, Bow, Knuckle, Musical Instrument, Whip, Book, Katar, Revolver, Rifle, Shotgun, Gatling Gun, Grenade Launcher, Fuuma Shuriken, 2H Staff
-100,100, 75, 75, 75, 75, 50, 50, 75,100,100,100,100, 75, 75,100, 75,100,100,100,100,100,100,100 // Size: Small
-100, 75,100, 75, 75, 75, 75, 75,100,100,100,100, 75,100,100,100,100,100,100,100,100,100,100,100 // Size: Medium
-100, 50, 75,100,100,100,100,100,100,100,100, 75, 50, 75, 50, 50, 75,100,100,100,100,100,100,100 // Size: Large
diff --git a/db/pre-re/skill_db.conf b/db/pre-re/skill_db.conf
deleted file mode 100644
index 21a0f0e78..000000000
--- a/db/pre-re/skill_db.conf
+++ /dev/null
@@ -1,37603 +0,0 @@
-//================= Hercules Database ==========================================
-//= _ _ _
-//= | | | | | |
-//= | |_| | ___ _ __ ___ _ _| | ___ ___
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
-//= | | | | __/ | | (__| |_| | | __/\__ \
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/
-//================= License ====================================================
-//= This file is part of Hercules.
-//= http://herc.ws - http://github.com/HerculesWS/Hercules
-//=
-//= Copyright (C) 2014-2017 Hercules Dev Team
-//=
-//= Hercules 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/>.
-//==============================================================================
-//= Pre-Renewal Skill Database [Hercules]
-//==============================================================================
-//= @Format Notes:
-//= - All string entries are case-sensitive and must be quoted.
-//= - All setting names are case-sensitive and must be keyed accurately.
-
-
-/******************************************************************************
-********************************* Entry structure *****************************
-*******************************************************************************
-{
- // ------------------------------ Mandatory Fields ----------------------------
- Id: ID (int) (Required)
- Name: "Skill Name" (string) (Required)
- MaxLevel: Skill Level (int) (Required)
- // ------------------------------ Optional Fields -----------------------------
- Description: "Skill Description" (string) (optional but recommended)
- Range: Skill Range (int) (optional, defaults to 0) (can be grouped by Levels)
- Note: Range < 5 is considered Melee range.
- Hit: Hit Type (int) (optional, default "BDT_NORMAL")
- Types - "BDT_SKILL", "BDT_MULTIHIT" or "BDT_NORMAL"
- SkillType: { (bool, defaults to "Passive")
- Passive: true/false (boolean, defaults to false)
- Enemy: true/false (boolean, defaults to false)
- Place: true/false (boolean, defaults to false)
- Self: true/false (boolean, defaults to false)
- Friend: true/false (boolean, defaults to false)
- Trap: true/false (boolean, defaults to false)
- }
- SkillInfo: { (bool, defaults to "None")
- Quest: true/false (boolean, defaults to false)
- NPC: true/false (boolean, defaults to false)
- Wedding: true/false (boolean, defaults to false)
- Spirit: true/false (boolean, defaults to false)
- Guild: true/false (boolean, defaults to false)
- Song: true/false (boolean, defaults to false)
- Ensemble: true/false (boolean, defaults to false)
- Trap: true/false (boolean, defaults to false)
- TargetSelf: true/false (boolean, defaults to false)
- NoCastSelf: true/false (boolean, defaults to false)
- PartyOnly: true/false (boolean, defaults to false)
- GuildOnly: true/false (boolean, defaults to false)
- NoEnemy: true/false (boolean, defaults to false)
- IgnoreLandProtector: true/false (boolean, defaults to false)
- Chorus: true/false (boolean, defaults to false)
- FreeCastReduced: true/false (boolean, defaults to false)
- Works like skill SA_FREECAST, allow move and attack with reduced speed.
- FreeCastNormal: true/false (boolean, defaults to false)
- Works like FreeCastReduced, but not reduce speed.
- ShowSkillScale: true/false (boolean, defaults to false)
- AllowReproduce: true/false (boolean, defaults to false)
- }
- AttackType: "Attack Type" (string, defaults to "None")
- Types: "None", "Weapon", "Magic" or "Misc"
- Element: "Element Type" (string) (Optional field - Default "Ele_Neutral")
- (can be grouped by Levels)
- Types: "Ele_Neutral", "Ele_Water", "Ele_Earth", "Ele_Fire", "Ele_Wind"
- "Ele_Poison", "Ele_Holy", "Ele_Dark", "Ele_Ghost", "Ele_Undead"
- "Ele_Weapon" - Uses weapon's element.
- "Ele_Endowed" - Uses Endowed element.
- "Ele_Random" - Uses random element.
- DamageType: { (bool, default to "NoDamage")
- NoDamage: true/false No damage skill
- SplashArea: true/false Has splash area (requires source modification)
- SplitDamage: true/false Damage should be split among targets (requires 'SplashArea' in order to work)
- IgnoreCards: true/false Skill ignores caster's % damage cards (misc type always ignores)
- IgnoreElement: true/false Skill ignores elemental adjustments
- IgnoreDefense: true/false Skill ignores target's defense (misc type always ignores)
- IgnoreFlee: true/false Skill ignores target's flee (magic type always ignores)
- IgnoreDefCards: true/false Skill ignores target's def cards
- }
- SplashRange: Damage Splash Area (int, defaults to 0) (can be grouped by Levels)
- Note: -1 for screen-wide.
- NumberOfHits: Number of Hits (int, defaults to 1) (can be grouped by Levels)
- Note: when positive, damage is increased by hits,
- negative values just show number of hits without
- increasing total damage.
- InterruptCast: Cast Interruption (bool, defaults to false)
- CastDefRate: Cast Defense Reduction (int, defaults to 0)
- SkillInstances: Skill instances (int, defaults to 0) (can be grouped by Levels)
- Notes: max amount of skill instances to place on the ground when
- player_land_skill_limit/monster_land_skill_limit is enabled. For skills
- that attack using a path, this is the path length to be used.
- KnockBackTiles: Knock-back by 'n' Tiles (int, defaults to 0) (can be grouped by Levels)
- CastTime: Skill cast Time (in ms) (int, defaults to 0) (can be grouped by Levels)
- AfterCastActDelay: Skill Delay (in ms) (int, defaults to 0) (can be grouped by Levels)
- AfterCastWalkDelay: Walk Delay (in ms) (int, defaults to 0) (can be grouped by Levels)
- SkillData1: Skill Data/Duration (in ms) (int, defaults to 0) (can be grouped by Levels)
- SkillData2: Skill Data/Duration (in ms) (int, defaults to 0) (can be grouped by Levels)
- CoolDown: Skill Cooldown (in ms) (int, defaults to 0) (can be grouped by Levels)
-
- CastTimeOptions: {
- IgnoreDex: true/false (boolean, defaults to false)
- IgnoreStatusEffect: true/false (boolean, defaults to false)
- IgnoreItemBonus: true/false (boolean, defaults to false)
- Note: Delay setting 'IgnoreDex' only makes sense when
- delay_dependon_dex is enabled.
- }
- SkillDelayOptions: {
- IgnoreDex: true/false (boolean, defaults to false)
- IgnoreStatusEffect: true/false (boolean, defaults to false)
- IgnoreItemBonus: true/false (boolean, defaults to false)
- Note: Delay setting 'IgnoreDex' only makes sense when
- delay_dependon_dex is enabled.
- }
- Requirements: {
- HPCost: HP Cost (int, defaults to 0) (can be grouped by Levels)
- SPCost: SP Cost (int, defaults to 0) (can be grouped by Levels)
- HPRateCost: HP % Cost (int, defaults to 0) (can be grouped by Levels)
- Note: If positive, it is a percent of your current hp,
- otherwise it is a percent of your max hp.
- SPRateCost: SP % Cost (int, defaults to 0) (can be grouped by Levels)
- Note: If positive, it is a percent of your current sp,
- otherwise it is a percent of your max sp.
- ZenyCost: Zeny Cost (int, defaults to 0) (can be grouped by Levels)
- WeaponTypes: { (bool or string, defaults to "All")
- NoWeapon: true/false (boolean, defaults to false)
- Daggers: true/false (boolean, defaults to false)
- 1HSwords: true/false (boolean, defaults to false)
- 2HSwords: true/false (boolean, defaults to false)
- 1HSpears: true/false (boolean, defaults to false)
- 2HSpears: true/false (boolean, defaults to false)
- 1HAxes: true/false (boolean, defaults to false)
- 2HAxes: true/false (boolean, defaults to false)
- Maces: true/false (boolean, defaults to false)
- 2HMaces: true/false (boolean, defaults to false)
- Staves: true/false (boolean, defaults to false)
- Bows: true/false (boolean, defaults to false)
- Knuckles: true/false (boolean, defaults to false)
- Instruments: true/false (boolean, defaults to false)
- Whips: true/false (boolean, defaults to false)
- Books: true/false (boolean, defaults to false)
- Katars: true/false (boolean, defaults to false)
- Revolvers: true/false (boolean, defaults to false)
- Rifles: true/false (boolean, defaults to false)
- GatlingGuns: true/false (boolean, defaults to false)
- Shotguns: true/false (boolean, defaults to false)
- GrenadeLaunchers: true/false (boolean, defaults to false)
- FuumaShurikens: true/false (boolean, defaults to false)
- 2HStaves: true/false (boolean, defaults to false)
- MaxSingleWeaponType: true/false (boolean, defaults to false)
- DWDaggers: true/false (boolean, defaults to false)
- DWSwords: true/false (boolean, defaults to false)
- DWAxes: true/false (boolean, defaults to false)
- DWDaggerSword: true/false (boolean, defaults to false)
- DWDaggerAxe: true/false (boolean, defaults to false)
- DWSwordAxe: true/false (boolean, defaults to false)
- }
- AmmoTypes: { (for all types use string "All")
- A_ARROW: true/false (boolean, defaults to false)
- A_DAGGER: true/false (boolean, defaults to false)
- A_BULLET: true/false (boolean, defaults to false)
- A_SHELL: true/false (boolean, defaults to false)
- A_GRENADE: true/false (boolean, defaults to false)
- A_SHURIKEN: true/false (boolean, defaults to false)
- A_KUNAI: true/false (boolean, defaults to false)
- A_CANNONBALL: true/false (boolean, defaults to false)
- A_THROWWEAPON: true/false (boolean, defaults to false)
- }
- AmmoAmount: Ammunition Amount (int, defaults to 0) (can be grouped by Levels)
- State: "Required State" (string, defaults to "None") (can be grouped by Levels)
- Types : 'None' = Nothing special
- 'Moveable' = Requires to be able to move
- 'NotOverWeight' = Requires to be less than 50% weight
- 'InWater' = Requires to be standing on a water cell
- 'Cart' = Requires a Pushcart
- 'Riding' = Requires to ride either a peco or a dragon
- 'Falcon' = Requires a Falcon
- 'Sight' = Requires Sight skill activated
- 'Hiding' = Requires Hiding skill activated
- 'Cloaking' = Requires Cloaking skill activated
- 'ExplosionSpirits' = Requires Fury skill activated
- 'CartBoost' = Requires a Pushcart and Cart Boost skill activated
- 'Shield' = Requires a 0,shield equipped
- 'Warg' = Requires a Warg
- 'Dragon' = Requires to ride a Dragon
- 'RidingWarg' = Requires to ride a Warg
- 'Mado' = Requires to have an active mado
- 'PoisonWeapon' = Requires to be under Poisoning Weapon.
- 'RollingCutter' = Requires at least one Rotation Counter from Rolling Cutter.
- 'ElementalSpirit' = Requires to have an Elemental Spirit summoned.
- 'MH_Fighting' = Requires Eleanor fighthing mode
- 'MH_Grappling' = Requires Eleanor grappling mode
- 'Peco' = Requires riding a peco
- SpiritSphereCost: Spirit Sphere Cost (int, defaults to 0) (can be grouped by Levels)
- Items: {
- ItemID or Aegis_Name : Amount (int, defaults to 0) (can be grouped by Levels)
- Item example: "ID717" or "Blue_Gemstone".
- Notes: Items with amount 0 will not be consumed.
- Amount can also be grouped by levels.
- }
- }
- Unit: {
- Id: [ UnitID, UnitID2 ] (int, defaults to 0) (can be grouped by Levels)
- Layout: Unit Layout (int, defaults to 0) (can be grouped by Levels)
- Range: Unit Range (int, defaults to 0) (can be grouped by Levels)
- Interval: Unit Interval (int, defaults to 0) (can be grouped by Levels)
- Target: "Unit Target" (string, defaults to "None")
- Types:
- All - affects everyone
- NotEnemy - affects anyone who isn't an enemy
- Friend - affects party, guildmates and neutral players
- Party - affects party only
- Guild - affects guild only
- Ally - affects party and guildmates only
- Sameguild - affects guild but not allies
- Enemy - affects enemies only
- None - affects nobody
- Flag: {
- UF_DEFNOTENEMY: true/false (boolean, defaults to false)
- UF_NOREITERATION: true/false (boolean, defaults to false)
- UF_NOFOOTSET: true/false (boolean, defaults to false)
- UF_NOOVERLAP: true/false (boolean, defaults to false)
- UF_PATHCHECK: true/false (boolean, defaults to false)
- UF_NOPC: true/false (boolean, defaults to false)
- UF_NOMOB: true/false (boolean, defaults to false)
- UF_SKILL: true/false (boolean, defaults to false)
- UF_DANCE: true/false (boolean, defaults to false)
- UF_ENSEMBLE: true/false (boolean, defaults to false)
- UF_SONG: true/false (boolean, defaults to false)
- UF_DUALMODE: true/false (boolean, defaults to false)
- UF_RANGEDSINGLEUNI: true/false (boolean, defaults to false)
- }
- }
-}
-*******************************************************************************/
-
-skill_db: (
-{
- Id: 1
- Name: "NV_BASIC"
- Description: "Basic Skill"
- MaxLevel: 9
- NumberOfHits: 0
-},
-{
- Id: 2
- Name: "SM_SWORD"
- Description: "Sword Mastery"
- MaxLevel: 10
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 3
- Name: "SM_TWOHAND"
- Description: "Two-Handed Sword Mastery"
- MaxLevel: 10
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 4
- Name: "SM_RECOVERY"
- Description: "Increase HP Recovery"
- MaxLevel: 10
- NumberOfHits: 0
-},
-{
- Id: 5
- Name: "SM_BASH"
- Description: "Bash"
- MaxLevel: 10
- Range: -1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- Requirements: {
- SPCost: {
- Lv1: 8
- Lv2: 8
- Lv3: 8
- Lv4: 8
- Lv5: 8
- Lv6: 15
- Lv7: 15
- Lv8: 15
- Lv9: 15
- Lv10: 15
- }
- WeaponTypes: {
- NoWeapon: true
- Daggers: true
- 1HSwords: true
- 2HSwords: true
- 1HSpears: true
- 2HSpears: true
- 1HAxes: true
- 2HAxes: true
- Maces: true
- 2HMaces: true
- Staves: true
- Knuckles: true
- Instruments: true
- Whips: true
- Books: true
- Katars: true
- Revolvers: true
- Rifles: true
- GatlingGuns: true
- Shotguns: true
- GrenadeLaunchers: true
- FuumaShurikens: true
- }
- }
-},
-{
- Id: 6
- Name: "SM_PROVOKE"
- Description: "Provoke"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: 30000
- CoolDown: 1000
- Requirements: {
- SPCost: {
- Lv1: 4
- Lv2: 5
- Lv3: 6
- Lv4: 7
- Lv5: 8
- Lv6: 9
- Lv7: 10
- Lv8: 11
- Lv9: 12
- Lv10: 13
- }
- }
-},
-{
- Id: 7
- Name: "SM_MAGNUM"
- Description: "Magnum Break"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Fire"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 2
- KnockBackTiles: 2
- SkillData1: 2000
- SkillData2: 10000
- CoolDown: 2000
- Requirements: {
- HPCost: {
- Lv1: 20
- Lv2: 20
- Lv3: 19
- Lv4: 19
- Lv5: 18
- Lv6: 18
- Lv7: 17
- Lv8: 17
- Lv9: 16
- Lv10: 16
- }
- SPCost: 30
- }
-},
-{
- Id: 8
- Name: "SM_ENDURE"
- Description: "Endure"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 10000
- Lv2: 13000
- Lv3: 16000
- Lv4: 19000
- Lv5: 22000
- Lv6: 25000
- Lv7: 28000
- Lv8: 31000
- Lv9: 34000
- Lv10: 37000
- }
- SkillData2: 10000
- CoolDown: 10000
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 9
- Name: "MG_SRECOVERY"
- Description: "Increase SP Recovery"
- MaxLevel: 10
- NumberOfHits: 0
-},
-{
- Id: 10
- Name: "MG_SIGHT"
- Description: "Sight"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 3
- InterruptCast: true
- SkillData1: 10000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 11
- Name: "MG_NAPALMBEAT"
- Description: "Napalm Beat"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Ghost"
- DamageType: {
- SplashArea: true
- SplitDamage: true
- }
- SplashRange: 1
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: {
- Lv1: 1000
- Lv2: 1000
- Lv3: 1000
- Lv4: 900
- Lv5: 900
- Lv6: 800
- Lv7: 800
- Lv8: 700
- Lv9: 600
- Lv10: 500
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 9
- Lv2: 9
- Lv3: 9
- Lv4: 12
- Lv5: 12
- Lv6: 12
- Lv7: 15
- Lv8: 15
- Lv9: 15
- Lv10: 18
- }
- }
-},
-{
- Id: 12
- Name: "MG_SAFETYWALL"
- Description: "Safety Wall"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- Element: "Ele_Ghost"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: {
- Lv1: 4000
- Lv2: 3500
- Lv3: 3500
- Lv4: 2500
- Lv5: 2000
- Lv6: 1500
- Lv7: 1000
- Lv8: 1000
- Lv9: 1000
- Lv10: 1000
- }
- SkillData1: {
- Lv1: 5000
- Lv2: 10000
- Lv3: 15000
- Lv4: 20000
- Lv5: 25000
- Lv6: 30000
- Lv7: 35000
- Lv8: 40000
- Lv9: 45000
- Lv10: 50000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 30
- Lv3: 30
- Lv4: 35
- Lv5: 35
- Lv6: 35
- Lv7: 40
- Lv8: 40
- Lv9: 40
- Lv10: 40
- }
- Items: {
- Blue_Gemstone: 1
- }
- }
- Unit: {
- Id: 0x7e
- Interval: -1
- Target: "All"
- Flag: {
- UF_DEFNOTENEMY: true
- UF_NOREITERATION: true
- }
- }
-},
-{
- Id: 13
- Name: "MG_SOULSTRIKE"
- Description: "Soul Strike"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Ghost"
- NumberOfHits: {
- Lv1: 1
- Lv2: 1
- Lv3: 2
- Lv4: 2
- Lv5: 3
- Lv6: 3
- Lv7: 4
- Lv8: 4
- Lv9: 5
- Lv10: 5
- }
- InterruptCast: true
- CastTime: 500
- AfterCastActDelay: {
- Lv1: 1200
- Lv2: 1000
- Lv3: 1400
- Lv4: 1200
- Lv5: 1600
- Lv6: 1400
- Lv7: 1800
- Lv8: 1600
- Lv9: 2000
- Lv10: 1800
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 18
- Lv2: 14
- Lv3: 24
- Lv4: 20
- Lv5: 30
- Lv6: 26
- Lv7: 36
- Lv8: 32
- Lv9: 42
- Lv10: 38
- }
- }
-},
-{
- Id: 14
- Name: "MG_COLDBOLT"
- Description: "Cold Bolt"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Water"
- NumberOfHits: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- InterruptCast: true
- CastTime: {
- Lv1: 700
- Lv2: 1400
- Lv3: 2100
- Lv4: 2800
- Lv5: 3500
- Lv6: 4200
- Lv7: 4900
- Lv8: 5600
- Lv9: 6300
- Lv10: 7000
- }
- AfterCastActDelay: {
- Lv1: 1000
- Lv2: 1200
- Lv3: 1400
- Lv4: 1600
- Lv5: 1800
- Lv6: 2000
- Lv7: 2200
- Lv8: 2400
- Lv9: 2600
- Lv10: 2800
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 12
- Lv2: 14
- Lv3: 16
- Lv4: 18
- Lv5: 20
- Lv6: 22
- Lv7: 24
- Lv8: 26
- Lv9: 28
- Lv10: 30
- }
- }
-},
-{
- Id: 15
- Name: "MG_FROSTDIVER"
- Description: "Frost Diver"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Water"
- InterruptCast: true
- CastTime: 800
- AfterCastActDelay: 1500
- SkillData2: {
- Lv1: 3000
- Lv2: 6000
- Lv3: 9000
- Lv4: 12000
- Lv5: 15000
- Lv6: 18000
- Lv7: 21000
- Lv8: 24000
- Lv9: 27000
- Lv10: 30000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 25
- Lv2: 24
- Lv3: 23
- Lv4: 22
- Lv5: 21
- Lv6: 20
- Lv7: 19
- Lv8: 18
- Lv9: 17
- Lv10: 16
- }
- }
-},
-{
- Id: 16
- Name: "MG_STONECURSE"
- Description: "Stone Curse"
- MaxLevel: 10
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Earth"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- SkillData1: 5000
- SkillData2: 20000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 25
- Lv2: 24
- Lv3: 23
- Lv4: 22
- Lv5: 21
- Lv6: 20
- Lv7: 19
- Lv8: 18
- Lv9: 17
- Lv10: 16
- }
- Items: {
- Red_Gemstone: 1
- }
- }
-},
-{
- Id: 17
- Name: "MG_FIREBALL"
- Description: "Fire Ball"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 2
- InterruptCast: true
- CastTime: {
- Lv1: 1500
- Lv2: 1500
- Lv3: 1500
- Lv4: 1500
- Lv5: 1500
- Lv6: 1000
- Lv7: 1000
- Lv8: 1000
- Lv9: 1000
- Lv10: 1000
- }
- AfterCastActDelay: {
- Lv1: 1500
- Lv2: 1500
- Lv3: 1500
- Lv4: 1500
- Lv5: 1500
- Lv6: 1000
- Lv7: 1000
- Lv8: 1000
- Lv9: 1000
- Lv10: 1000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 25
- }
-},
-{
- Id: 18
- Name: "MG_FIREWALL"
- Description: "Fire Wall"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- InterruptCast: true
- SkillInstances: 3
- KnockBackTiles: 2
- CastTime: {
- Lv1: 2000
- Lv2: 1850
- Lv3: 1700
- Lv4: 1550
- Lv5: 1400
- Lv6: 1250
- Lv7: 1100
- Lv8: 950
- Lv9: 800
- Lv10: 650
- }
- SkillData1: {
- Lv1: 5000
- Lv2: 6000
- Lv3: 7000
- Lv4: 8000
- Lv5: 9000
- Lv6: 10000
- Lv7: 11000
- Lv8: 12000
- Lv9: 13000
- Lv10: 14000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 40
- }
- Unit: {
- Id: 0x7f
- Layout: -1
- Interval: 20
- Target: "Enemy"
- Flag: {
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 19
- Name: "MG_FIREBOLT"
- Description: "Fire Bolt"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- NumberOfHits: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- InterruptCast: true
- CastTime: {
- Lv1: 700
- Lv2: 1400
- Lv3: 2100
- Lv4: 2800
- Lv5: 3500
- Lv6: 4200
- Lv7: 4900
- Lv8: 5600
- Lv9: 6300
- Lv10: 7000
- }
- AfterCastActDelay: {
- Lv1: 1000
- Lv2: 1200
- Lv3: 1400
- Lv4: 1600
- Lv5: 1800
- Lv6: 2000
- Lv7: 2200
- Lv8: 2400
- Lv9: 2600
- Lv10: 2800
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 12
- Lv2: 14
- Lv3: 16
- Lv4: 18
- Lv5: 20
- Lv6: 22
- Lv7: 24
- Lv8: 26
- Lv9: 28
- Lv10: 30
- }
- }
-},
-{
- Id: 20
- Name: "MG_LIGHTNINGBOLT"
- Description: "Lightning Bolt"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Wind"
- NumberOfHits: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- InterruptCast: true
- CastTime: {
- Lv1: 700
- Lv2: 1400
- Lv3: 2100
- Lv4: 2800
- Lv5: 3500
- Lv6: 4200
- Lv7: 4900
- Lv8: 5600
- Lv9: 6300
- Lv10: 7000
- }
- AfterCastActDelay: {
- Lv1: 1000
- Lv2: 1200
- Lv3: 1400
- Lv4: 1600
- Lv5: 1800
- Lv6: 2000
- Lv7: 2200
- Lv8: 2400
- Lv9: 2600
- Lv10: 2800
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 12
- Lv2: 14
- Lv3: 16
- Lv4: 18
- Lv5: 20
- Lv6: 22
- Lv7: 24
- Lv8: 26
- Lv9: 28
- Lv10: 30
- }
- }
-},
-{
- Id: 21
- Name: "MG_THUNDERSTORM"
- Description: "Thunderstorm"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Wind"
- NumberOfHits: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- InterruptCast: true
- CastTime: {
- Lv1: 1000
- Lv2: 2000
- Lv3: 3000
- Lv4: 4000
- Lv5: 5000
- Lv6: 6000
- Lv7: 7000
- Lv8: 8000
- Lv9: 9000
- Lv10: 10000
- }
- AfterCastActDelay: 2000
- SkillData1: 500
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 29
- Lv2: 34
- Lv3: 39
- Lv4: 44
- Lv5: 49
- Lv6: 54
- Lv7: 59
- Lv8: 64
- Lv9: 69
- Lv10: 74
- }
- }
- Unit: {
- Id: 0x86
- Range: 2
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 22
- Name: "AL_DP"
- Description: "Divine Protection"
- MaxLevel: 10
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 23
- Name: "AL_DEMONBANE"
- Description: "Demon Bane"
- MaxLevel: 10
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 24
- Name: "AL_RUWACH"
- Description: "Ruwach"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Holy"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 2
- InterruptCast: true
- SkillData1: 10000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 25
- Name: "AL_PNEUMA"
- Description: "Pneuma"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillData1: 10000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- }
- Unit: {
- Id: 0x85
- Layout: 1
- Interval: -1
- Target: "All"
- Flag: {
- UF_DEFNOTENEMY: true
- UF_NOREITERATION: true
- UF_RANGEDSINGLEUNIT: true
- }
- }
-},
-{
- Id: 26
- Name: "AL_TELEPORT"
- Description: "Teleport"
- MaxLevel: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 10
- Lv2: 9
- Lv3: 8
- Lv4: 7
- Lv5: 6
- Lv6: 5
- Lv7: 4
- Lv8: 3
- Lv9: 2
- Lv10: 1
- }
- }
-},
-{
- Id: 27
- Name: "AL_WARP"
- Description: "Warp Portal"
- MaxLevel: 4
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillInstances: 3
- CastTime: 1000
- SkillData1: {
- Lv1: 5000
- Lv2: 10000
- Lv3: 15000
- Lv4: 20000
- Lv5: 25000
- Lv6: 30000
- Lv7: 35000
- Lv8: 40000
- Lv9: 45000
- Lv10: 50000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 35
- Lv2: 32
- Lv3: 29
- Lv4: 26
- Lv5: 23
- Lv6: 20
- Lv7: 17
- Lv8: 14
- Lv9: 11
- Lv10: 8
- }
- Items: {
- Blue_Gemstone: 1
- }
- }
- Unit: {
- Id: [ 0x81, 0x80 ]
- Interval: -1
- Target: "All"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- UF_NOOVERLAP: true
- }
- }
-},
-{
- Id: 28
- Name: "AL_HEAL"
- Description: "Heal"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Holy"
- DamageType: {
- NoDamage: true
- IgnoreDefense: true
- }
- InterruptCast: true
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 13
- Lv2: 16
- Lv3: 19
- Lv4: 22
- Lv5: 25
- Lv6: 28
- Lv7: 31
- Lv8: 34
- Lv9: 37
- Lv10: 40
- }
- }
-},
-{
- Id: 29
- Name: "AL_INCAGI"
- Description: "Increase AGI"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 60000
- Lv2: 80000
- Lv3: 100000
- Lv4: 120000
- Lv5: 140000
- Lv6: 160000
- Lv7: 180000
- Lv8: 200000
- Lv9: 220000
- Lv10: 240000
- }
- CoolDown: 0
- Requirements: {
- HPCost: 15
- SPCost: {
- Lv1: 18
- Lv2: 21
- Lv3: 24
- Lv4: 27
- Lv5: 30
- Lv6: 33
- Lv7: 36
- Lv8: 39
- Lv9: 42
- Lv10: 45
- }
- }
-},
-{
- Id: 30
- Name: "AL_DECAGI"
- Description: "Decrease AGI"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 40000
- Lv2: 50000
- Lv3: 60000
- Lv4: 70000
- Lv5: 80000
- Lv6: 90000
- Lv7: 100000
- Lv8: 110000
- Lv9: 120000
- Lv10: 130000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 15
- Lv2: 17
- Lv3: 19
- Lv4: 21
- Lv5: 23
- Lv6: 25
- Lv7: 27
- Lv8: 29
- Lv9: 31
- Lv10: 33
- }
- }
-},
-{
- Id: 31
- Name: "AL_HOLYWATER"
- Description: "Aqua Benedicta"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 500
- CoolDown: 0
- Requirements: {
- SPCost: 10
- State: "InWater"
- }
-},
-{
- Id: 32
- Name: "AL_CRUCIS"
- Description: "Signum Crucis"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 15
- InterruptCast: true
- CastTime: 500
- AfterCastActDelay: 2000
- CoolDown: 0
- Requirements: {
- SPCost: 35
- }
-},
-{
- Id: 33
- Name: "AL_ANGELUS"
- Description: "Angelus"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: -1
- InterruptCast: true
- CastTime: 500
- AfterCastActDelay: 3500
- SkillData1: {
- Lv1: 30000
- Lv2: 60000
- Lv3: 90000
- Lv4: 120000
- Lv5: 150000
- Lv6: 180000
- Lv7: 210000
- Lv8: 240000
- Lv9: 270000
- Lv10: 300000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 23
- Lv2: 26
- Lv3: 29
- Lv4: 32
- Lv5: 35
- Lv6: 38
- Lv7: 41
- Lv8: 44
- Lv9: 47
- Lv10: 50
- }
- }
-},
-{
- Id: 34
- Name: "AL_BLESSING"
- Description: "Blessing"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillData1: {
- Lv1: 60000
- Lv2: 80000
- Lv3: 100000
- Lv4: 120000
- Lv5: 140000
- Lv6: 160000
- Lv7: 180000
- Lv8: 200000
- Lv9: 220000
- Lv10: 240000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 28
- Lv2: 32
- Lv3: 36
- Lv4: 40
- Lv5: 44
- Lv6: 48
- Lv7: 52
- Lv8: 56
- Lv9: 60
- Lv10: 64
- }
- }
-},
-{
- Id: 35
- Name: "AL_CURE"
- Description: "Cure"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- AfterCastActDelay: 1000
- SkillData2: 6000
- CoolDown: 0
- Requirements: {
- SPCost: 15
- }
-},
-{
- Id: 36
- Name: "MC_INCCARRY"
- Description: "Enlarge Weight Limit"
- MaxLevel: 10
- NumberOfHits: 0
-},
-{
- Id: 37
- Name: "MC_DISCOUNT"
- Description: "Discount"
- MaxLevel: 10
- NumberOfHits: 0
-},
-{
- Id: 38
- Name: "MC_OVERCHARGE"
- Description: "Overcharge"
- MaxLevel: 10
- NumberOfHits: 0
-},
-{
- Id: 39
- Name: "MC_PUSHCART"
- Description: "Pushcart"
- MaxLevel: 10
- Range: 1
- NumberOfHits: 0
-},
-{
- Id: 40
- Name: "MC_IDENTIFY"
- Description: "Item Appraisal"
- MaxLevel: 1
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 41
- Name: "MC_VENDING"
- Description: "Vending"
- MaxLevel: 10
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 30
- State: "Cart"
- }
-},
-{
- Id: 42
- Name: "MC_MAMMONITE"
- Description: "Mammonite"
- MaxLevel: 10
- Range: -1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- Requirements: {
- SPCost: 5
- ZenyCost: {
- Lv1: 100
- Lv2: 200
- Lv3: 300
- Lv4: 400
- Lv5: 500
- Lv6: 600
- Lv7: 700
- Lv8: 800
- Lv9: 900
- Lv10: 1000
- }
- }
-},
-{
- Id: 43
- Name: "AC_OWL"
- Description: "Owl's Eye"
- MaxLevel: 10
- NumberOfHits: 0
-},
-{
- Id: 44
- Name: "AC_VULTURE"
- Description: "Vulture's Eye"
- MaxLevel: 10
- NumberOfHits: 0
-},
-{
- Id: 45
- Name: "AC_CONCENTRATION"
- Description: "Improve Concentration"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 3
- SkillData1: {
- Lv1: 60000
- Lv2: 80000
- Lv3: 100000
- Lv4: 120000
- Lv5: 140000
- Lv6: 160000
- Lv7: 180000
- Lv8: 200000
- Lv9: 220000
- Lv10: 240000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 25
- Lv2: 30
- Lv3: 35
- Lv4: 40
- Lv5: 45
- Lv6: 50
- Lv7: 55
- Lv8: 60
- Lv9: 65
- Lv10: 70
- }
- }
-},
-{
- Id: 46
- Name: "AC_DOUBLE"
- Description: "Double Strafe"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: 2
- SkillData1: 100
- CoolDown: 0
- Requirements: {
- SPCost: 12
- WeaponTypes: {
- Bows: true
- }
- AmmoTypes: {
- A_ARROW: true
- }
- AmmoAmount: 1
- }
-},
-{
- Id: 47
- Name: "AC_SHOWER"
- Description: "Arrow Shower"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- IgnoreLandProtector: true
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 2
- KnockBackTiles: 2
- SkillData1: 100
- CoolDown: 0
- Requirements: {
- SPCost: 15
- WeaponTypes: {
- Bows: true
- }
- AmmoTypes: {
- A_ARROW: true
- }
- AmmoAmount: 1
- }
- Unit: {
- Id: 0x86
- Range: 2
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_SKILL: true
- }
- }
-},
-{
- Id: 48
- Name: "TF_DOUBLE"
- Description: "Double Attack"
- MaxLevel: 10
- Range: -1
- Hit: "BDT_MULTIHIT"
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: 2
-},
-{
- Id: 49
- Name: "TF_MISS"
- Description: "Improve Dodge"
- MaxLevel: 10
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 50
- Name: "TF_STEAL"
- Description: "Steal"
- MaxLevel: 10
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 51
- Name: "TF_HIDING"
- Description: "Hiding"
- MaxLevel: 10
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 30000
- Lv2: 60000
- Lv3: 90000
- Lv4: 120000
- Lv5: 150000
- Lv6: 180000
- Lv7: 210000
- Lv8: 240000
- Lv9: 270000
- Lv10: 300000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 52
- Name: "TF_POISON"
- Description: "Envenom"
- MaxLevel: 10
- Range: -2
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Poison"
- SkillData2: {
- Lv1: 15000
- Lv2: 20000
- Lv3: 25000
- Lv4: 30000
- Lv5: 35000
- Lv6: 40000
- Lv7: 45000
- Lv8: 50000
- Lv9: 55000
- Lv10: 60000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 12
- }
-},
-{
- Id: 53
- Name: "TF_DETOXIFY"
- Description: "Detoxify"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Weapon"
- Element: "Ele_Poison"
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 54
- Name: "ALL_RESURRECTION"
- Description: "Resurrection"
- MaxLevel: 4
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Holy"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: {
- Lv1: 6000
- Lv2: 4000
- Lv3: 2000
- Lv4: 0
- Lv5: 1
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- AfterCastActDelay: {
- Lv1: 0
- Lv2: 1000
- Lv3: 2000
- Lv4: 3000
- Lv5: 4000
- Lv6: 5000
- Lv7: 6000
- Lv8: 7000
- Lv9: 8000
- Lv10: 9000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 60
- Items: {
- Blue_Gemstone: 1
- }
- }
-},
-{
- Id: 55
- Name: "KN_SPEARMASTERY"
- Description: "Spear Mastery"
- MaxLevel: 10
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 56
- Name: "KN_PIERCE"
- Description: "Pierce"
- MaxLevel: 10
- Range: -2
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: 3
- Requirements: {
- SPCost: 7
- WeaponTypes: {
- 1HSpears: true
- 2HSpears: true
- }
- }
-},
-{
- Id: 57
- Name: "KN_BRANDISHSPEAR"
- Description: "Brandish Spear"
- MaxLevel: 10
- Range: -2
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- NoDamage: true
- }
- KnockBackTiles: 3
- CastTime: 700
- CoolDown: 0
- Requirements: {
- SPCost: 12
- WeaponTypes: {
- 1HSpears: true
- 2HSpears: true
- }
- State: "Riding"
- }
-},
-{
- Id: 58
- Name: "KN_SPEARSTAB"
- Description: "Spear Stab"
- MaxLevel: 10
- Range: -4
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- KnockBackTiles: 6
- Requirements: {
- SPCost: 9
- WeaponTypes: {
- 1HSpears: true
- 2HSpears: true
- }
- }
-},
-{
- Id: 59
- Name: "KN_SPEARBOOMERANG"
- Description: "Spear Boomerang"
- MaxLevel: 5
- Range: {
- Lv1: 3
- Lv2: 5
- Lv3: 7
- Lv4: 9
- Lv5: 11
- Lv6: 13
- Lv7: 15
- Lv8: 17
- Lv9: 19
- Lv10: 21
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- WeaponTypes: {
- 1HSpears: true
- 2HSpears: true
- }
- }
-},
-{
- Id: 60
- Name: "KN_TWOHANDQUICKEN"
- Description: "Twohand Quicken"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 30000
- Lv2: 60000
- Lv3: 90000
- Lv4: 120000
- Lv5: 150000
- Lv6: 180000
- Lv7: 210000
- Lv8: 240000
- Lv9: 270000
- Lv10: 300000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 14
- Lv2: 18
- Lv3: 22
- Lv4: 26
- Lv5: 30
- Lv6: 34
- Lv7: 38
- Lv8: 42
- Lv9: 46
- Lv10: 50
- }
- WeaponTypes: {
- 2HSwords: true
- }
- }
-},
-{
- Id: 61
- Name: "KN_AUTOCOUNTER"
- Description: "Counter Attack"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- IgnoreDefense: true
- }
- SkillData1: {
- Lv1: 400
- Lv2: 800
- Lv3: 1200
- Lv4: 1600
- Lv5: 2000
- Lv6: 2400
- Lv7: 2800
- Lv8: 3200
- Lv9: 3600
- Lv10: 4000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 3
- WeaponTypes: {
- NoWeapon: true
- Daggers: true
- 1HSwords: true
- 2HSwords: true
- 1HSpears: true
- 2HSpears: true
- 1HAxes: true
- 2HAxes: true
- Maces: true
- 2HMaces: true
- Staves: true
- Knuckles: true
- Instruments: true
- Whips: true
- Books: true
- Katars: true
- Revolvers: true
- Rifles: true
- GatlingGuns: true
- Shotguns: true
- GrenadeLaunchers: true
- FuumaShurikens: true
- }
- }
-},
-{
- Id: 62
- Name: "KN_BOWLINGBASH"
- Description: "Bowling Bash"
- MaxLevel: 10
- Range: -2
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 1
- KnockBackTiles: 1
- CastTime: 700
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 13
- Lv2: 14
- Lv3: 15
- Lv4: 16
- Lv5: 17
- Lv6: 18
- Lv7: 19
- Lv8: 20
- Lv9: 21
- Lv10: 22
- }
- }
-},
-{
- Id: 63
- Name: "KN_RIDING"
- Description: "Peco Peco Riding"
- MaxLevel: 1
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 64
- Name: "KN_CAVALIERMASTERY"
- Description: "Cavalier Mastery"
- MaxLevel: 5
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 65
- Name: "PR_MACEMASTERY"
- Description: "Mace Mastery"
- MaxLevel: 10
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 66
- Name: "PR_IMPOSITIO"
- Description: "Impositio Manus"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- AfterCastActDelay: 3000
- SkillData1: 60000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 13
- Lv2: 16
- Lv3: 19
- Lv4: 22
- Lv5: 25
- Lv6: 28
- Lv7: 31
- Lv8: 34
- Lv9: 37
- Lv10: 40
- }
- }
-},
-{
- Id: 67
- Name: "PR_SUFFRAGIUM"
- Description: "Suffragium"
- MaxLevel: 3
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- AfterCastActDelay: 2000
- SkillData1: {
- Lv1: 30000
- Lv2: 20000
- Lv3: 10000
- Lv4: 1
- Lv5: 1
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- CoolDown: 0
- Requirements: {
- SPCost: 8
- }
-},
-{
- Id: 68
- Name: "PR_ASPERSIO"
- Description: "Aspersio"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Holy"
- DamageType: {
- NoDamage: true
- IgnoreElement: true
- IgnoreDefense: true
- }
- InterruptCast: true
- AfterCastActDelay: 2000
- SkillData1: {
- Lv1: 60000
- Lv2: 90000
- Lv3: 120000
- Lv4: 150000
- Lv5: 180000
- Lv6: 210000
- Lv7: 240000
- Lv8: 270000
- Lv9: 300000
- Lv10: 330000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 14
- Lv2: 18
- Lv3: 22
- Lv4: 26
- Lv5: 30
- Lv6: 34
- Lv7: 38
- Lv8: 42
- Lv9: 46
- Lv10: 50
- }
- Items: {
- Holy_Water: 1
- }
- }
-},
-{
- Id: 69
- Name: "PR_BENEDICTIO"
- Description: "B.S. Sacramenti"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Ensemble: true
- AllowReproduce: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- SplashArea: true
- IgnoreDefense: true
- }
- SplashRange: 1
- InterruptCast: true
- SkillData1: {
- Lv1: 40000
- Lv2: 80000
- Lv3: 120000
- Lv4: 160000
- Lv5: 200000
- Lv6: 240000
- Lv7: 280000
- Lv8: 320000
- Lv9: 360000
- Lv10: 400000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 20
- }
-},
-{
- Id: 70
- Name: "PR_SANCTUARY"
- Description: "Sanctuary"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Holy"
- DamageType: {
- NoDamage: true
- IgnoreDefense: true
- }
- InterruptCast: true
- KnockBackTiles: 1
- CastTime: 5000
- SkillData1: {
- Lv1: 4000
- Lv2: 7000
- Lv3: 10000
- Lv4: 13000
- Lv5: 16000
- Lv6: 19000
- Lv7: 22000
- Lv8: 25000
- Lv9: 28000
- Lv10: 31000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 15
- Lv2: 18
- Lv3: 21
- Lv4: 24
- Lv5: 27
- Lv6: 30
- Lv7: 33
- Lv8: 36
- Lv9: 39
- Lv10: 42
- }
- Items: {
- Blue_Gemstone: 1
- }
- }
- Unit: {
- Id: 0x83
- Layout: -1
- Range: 1
- Interval: 1000
- Target: "All"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 71
- Name: "PR_SLOWPOISON"
- Description: "Slow Poison"
- MaxLevel: 4
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillData1: {
- Lv1: 10000
- Lv2: 20000
- Lv3: 30000
- Lv4: 40000
- Lv5: 50000
- Lv6: 60000
- Lv7: 70000
- Lv8: 80000
- Lv9: 90000
- Lv10: 100000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 6
- Lv2: 8
- Lv3: 10
- Lv4: 12
- Lv5: 14
- Lv6: 16
- Lv7: 18
- Lv8: 20
- Lv9: 22
- Lv10: 24
- }
- }
-},
-{
- Id: 72
- Name: "PR_STRECOVERY"
- Description: "Status Recovery"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- AfterCastActDelay: 2000
- SkillData2: 30000
- CoolDown: 0
- Requirements: {
- SPCost: 5
- }
-},
-{
- Id: 73
- Name: "PR_KYRIE"
- Description: "Kyrie Eleison"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 2000
- SkillData1: 120000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 20
- Lv3: 20
- Lv4: 25
- Lv5: 25
- Lv6: 25
- Lv7: 30
- Lv8: 30
- Lv9: 30
- Lv10: 35
- }
- }
-},
-{
- Id: 74
- Name: "PR_MAGNIFICAT"
- Description: "Magnificat"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: -1
- InterruptCast: true
- CastTime: 4000
- AfterCastActDelay: 2000
- SkillData1: {
- Lv1: 30000
- Lv2: 45000
- Lv3: 60000
- Lv4: 75000
- Lv5: 90000
- Lv6: 105000
- Lv7: 120000
- Lv8: 135000
- Lv9: 150000
- Lv10: 165000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 40
- }
-},
-{
- Id: 75
- Name: "PR_GLORIA"
- Description: "Gloria"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: -1
- InterruptCast: true
- AfterCastActDelay: 2000
- SkillData1: {
- Lv1: 10000
- Lv2: 15000
- Lv3: 20000
- Lv4: 25000
- Lv5: 30000
- Lv6: 35000
- Lv7: 40000
- Lv8: 45000
- Lv9: 50000
- Lv10: 55000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 20
- }
-},
-{
- Id: 76
- Name: "PR_LEXDIVINA"
- Description: "Lex Divina"
- MaxLevel: 10
- Range: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- InterruptCast: true
- AfterCastActDelay: 3000
- SkillData1: {
- Lv1: 30000
- Lv2: 35000
- Lv3: 40000
- Lv4: 45000
- Lv5: 50000
- Lv6: 60000
- Lv7: 60000
- Lv8: 60000
- Lv9: 60000
- Lv10: 60000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 20
- Lv3: 20
- Lv4: 20
- Lv5: 20
- Lv6: 18
- Lv7: 16
- Lv8: 14
- Lv9: 12
- Lv10: 10
- }
- }
-},
-{
- Id: 77
- Name: "PR_TURNUNDEAD"
- Description: "Turn Undead"
- MaxLevel: 10
- Range: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Holy"
- DamageType: {
- IgnoreCards: true
- IgnoreDefense: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 3000
- CoolDown: 0
- Requirements: {
- SPCost: 20
- }
-},
-{
- Id: 78
- Name: "PR_LEXAETERNA"
- Description: "Lex Aeterna"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- InterruptCast: true
- AfterCastActDelay: 3000
- SkillData1: 600000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 79
- Name: "PR_MAGNUS"
- Description: "Magnus Exorcismus"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Holy"
- NumberOfHits: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- InterruptCast: true
- CastTime: 15000
- AfterCastActDelay: 4000
- SkillData1: {
- Lv1: 5000
- Lv2: 6000
- Lv3: 7000
- Lv4: 8000
- Lv5: 9000
- Lv6: 10000
- Lv7: 11000
- Lv8: 12000
- Lv9: 13000
- Lv10: 14000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 42
- Lv3: 44
- Lv4: 46
- Lv5: 48
- Lv6: 50
- Lv7: 52
- Lv8: 54
- Lv9: 56
- Lv10: 58
- }
- Items: {
- Blue_Gemstone: 1
- }
- }
- Unit: {
- Id: 0x84
- Layout: -1
- Range: 1
- Interval: 3000
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 80
- Name: "WZ_FIREPILLAR"
- Description: "Fire Pillar"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- DamageType: {
- IgnoreDefense: true
- }
- SplashRange: {
- Lv1: 1
- Lv2: 1
- Lv3: 1
- Lv4: 1
- Lv5: 1
- Lv6: 2
- Lv7: 2
- Lv8: 2
- Lv9: 2
- Lv10: 2
- }
- NumberOfHits: {
- Lv1: -3
- Lv2: -4
- Lv3: -5
- Lv4: -6
- Lv5: -7
- Lv6: -8
- Lv7: -9
- Lv8: -10
- Lv9: -11
- Lv10: -12
- }
- InterruptCast: true
- SkillInstances: 5
- CastTime: {
- Lv1: 3000
- Lv2: 2700
- Lv3: 2400
- Lv4: 2100
- Lv5: 1800
- Lv6: 1500
- Lv7: 1200
- Lv8: 900
- Lv9: 600
- Lv10: 300
- }
- AfterCastActDelay: 1000
- SkillData1: 30000
- SkillData2: {
- Lv1: 600
- Lv2: 800
- Lv3: 1000
- Lv4: 1200
- Lv5: 1400
- Lv6: 1600
- Lv7: 1800
- Lv8: 2000
- Lv9: 2200
- Lv10: 2400
- }
- CoolDown: 0
- Requirements: {
- SPCost: 75
- Items: {
- Blue_Gemstone: 1
- }
- }
- Unit: {
- Id: [ 0x87, 0x88 ]
- Range: 1
- Interval: 2000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- }
- }
-},
-{
- Id: 81
- Name: "WZ_SIGHTRASHER"
- Description: "Sightrasher"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- SplashRange: 3
- InterruptCast: true
- KnockBackTiles: 5
- CastTime: 500
- AfterCastActDelay: 2000
- SkillData1: 500
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 35
- Lv2: 37
- Lv3: 39
- Lv4: 41
- Lv5: 43
- Lv6: 45
- Lv7: 47
- Lv8: 49
- Lv9: 51
- Lv10: 53
- }
- State: "Sight"
- }
-},
-{
- Id: 83
- Name: "WZ_METEOR"
- Description: "Meteor Storm"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- SplashRange: {
- Lv1: 3
- Lv2: 3
- Lv3: 3
- Lv4: 3
- Lv5: 3
- Lv6: 3
- Lv7: 3
- Lv8: 3
- Lv9: 3
- Lv10: 3
- }
- NumberOfHits: {
- Lv1: 1
- Lv2: 1
- Lv3: 2
- Lv4: 2
- Lv5: 3
- Lv6: 3
- Lv7: 4
- Lv8: 4
- Lv9: 5
- Lv10: 5
- }
- InterruptCast: true
- CastTime: 15000
- AfterCastActDelay: {
- Lv1: 2000
- Lv2: 3000
- Lv3: 3000
- Lv4: 4000
- Lv5: 4000
- Lv6: 5000
- Lv7: 5000
- Lv8: 6000
- Lv9: 6000
- Lv10: 7000
- }
- SkillData1: 500
- SkillData2: 5000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 24
- Lv3: 30
- Lv4: 34
- Lv5: 40
- Lv6: 44
- Lv7: 50
- Lv8: 54
- Lv9: 60
- Lv10: 64
- }
- }
- Unit: {
- Id: 0x86
- Range: 3
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 84
- Name: "WZ_JUPITEL"
- Description: "Jupitel Thunder"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Wind"
- NumberOfHits: {
- Lv1: 3
- Lv2: 4
- Lv3: 5
- Lv4: 6
- Lv5: 7
- Lv6: 8
- Lv7: 9
- Lv8: 10
- Lv9: 11
- Lv10: 12
- }
- InterruptCast: true
- KnockBackTiles: {
- Lv1: 2
- Lv2: 3
- Lv3: 3
- Lv4: 4
- Lv5: 4
- Lv6: 5
- Lv7: 5
- Lv8: 6
- Lv9: 6
- Lv10: 7
- }
- CastTime: {
- Lv1: 2500
- Lv2: 3000
- Lv3: 3500
- Lv4: 4000
- Lv5: 4500
- Lv6: 5000
- Lv7: 5500
- Lv8: 6000
- Lv9: 6500
- Lv10: 7000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 23
- Lv3: 26
- Lv4: 29
- Lv5: 32
- Lv6: 35
- Lv7: 38
- Lv8: 41
- Lv9: 44
- Lv10: 47
- }
- }
-},
-{
- Id: 85
- Name: "WZ_VERMILION"
- Description: "Lord of Vermilion"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Wind"
- NumberOfHits: -10
- InterruptCast: true
- CastTime: {
- Lv1: 15000
- Lv2: 14500
- Lv3: 14000
- Lv4: 13500
- Lv5: 13000
- Lv6: 12500
- Lv7: 12000
- Lv8: 11500
- Lv9: 11000
- Lv10: 10500
- }
- AfterCastActDelay: 5000
- SkillData1: 4000
- SkillData2: {
- Lv1: 5500
- Lv2: 6000
- Lv3: 6500
- Lv4: 7000
- Lv5: 7500
- Lv6: 8000
- Lv7: 8500
- Lv8: 9000
- Lv9: 9500
- Lv10: 10000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 60
- Lv2: 64
- Lv3: 68
- Lv4: 72
- Lv5: 76
- Lv6: 80
- Lv7: 84
- Lv8: 88
- Lv9: 92
- Lv10: 96
- }
- }
- Unit: {
- Id: 0x86
- Layout: 5
- Range: {
- Lv1: 1
- Lv2: 1
- Lv3: 1
- Lv4: 1
- Lv5: 1
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- Interval: 1250
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 86
- Name: "WZ_WATERBALL"
- Description: "Water Ball"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Water"
- InterruptCast: true
- CastTime: {
- Lv1: 1000
- Lv2: 2000
- Lv3: 3000
- Lv4: 4000
- Lv5: 5000
- Lv6: 6000
- Lv7: 7000
- Lv8: 8000
- Lv9: 9000
- Lv10: 10000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 15
- Lv2: 20
- Lv3: 20
- Lv4: 25
- Lv5: 25
- Lv6: 25
- Lv7: 25
- Lv8: 25
- Lv9: 25
- Lv10: 25
- }
- State: "InWater"
- }
-},
-{
- Id: 87
- Name: "WZ_ICEWALL"
- Description: "Ice Wall"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- Element: "Ele_Water"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillData1: {
- Lv1: 5000
- Lv2: 10000
- Lv3: 15000
- Lv4: 20000
- Lv5: 25000
- Lv6: 30000
- Lv7: 35000
- Lv8: 40000
- Lv9: 45000
- Lv10: 50000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 20
- }
- Unit: {
- Id: 0x8d
- Layout: -1
- Interval: -1
- Target: "All"
- Flag: {
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 88
- Name: "WZ_FROSTNOVA"
- Description: "Frost Nova"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Water"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 2
- InterruptCast: true
- CastTime: {
- Lv1: 6000
- Lv2: 6000
- Lv3: 5500
- Lv4: 5500
- Lv5: 5000
- Lv6: 5000
- Lv7: 4500
- Lv8: 4500
- Lv9: 4000
- Lv10: 4000
- }
- AfterCastActDelay: 1000
- SkillData2: {
- Lv1: 1500
- Lv2: 3000
- Lv3: 4500
- Lv4: 6000
- Lv5: 7500
- Lv6: 9000
- Lv7: 10500
- Lv8: 12000
- Lv9: 13500
- Lv10: 15000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 45
- Lv2: 43
- Lv3: 41
- Lv4: 39
- Lv5: 37
- Lv6: 35
- Lv7: 33
- Lv8: 31
- Lv9: 29
- Lv10: 27
- }
- }
-},
-{
- Id: 89
- Name: "WZ_STORMGUST"
- Description: "Storm Gust"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Water"
- InterruptCast: true
- KnockBackTiles: 2
- CastTime: {
- Lv1: 6000
- Lv2: 7000
- Lv3: 8000
- Lv4: 9000
- Lv5: 10000
- Lv6: 11000
- Lv7: 12000
- Lv8: 13000
- Lv9: 14000
- Lv10: 15000
- }
- AfterCastActDelay: 5000
- SkillData1: 4600
- SkillData2: 12000
- CoolDown: 0
- Requirements: {
- SPCost: 78
- }
- Unit: {
- Id: 0x86
- Layout: 4
- Range: 1
- Interval: 450
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 90
- Name: "WZ_EARTHSPIKE"
- Description: "Earth Spike"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Earth"
- NumberOfHits: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- InterruptCast: true
- CastTime: {
- Lv1: 1000
- Lv2: 2000
- Lv3: 3000
- Lv4: 4000
- Lv5: 5000
- Lv6: 6000
- Lv7: 7000
- Lv8: 8000
- Lv9: 9000
- Lv10: 10000
- }
- AfterCastActDelay: 700
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 12
- Lv2: 14
- Lv3: 16
- Lv4: 18
- Lv5: 20
- Lv6: 22
- Lv7: 24
- Lv8: 26
- Lv9: 28
- Lv10: 30
- }
- }
-},
-{
- Id: 91
- Name: "WZ_HEAVENDRIVE"
- Description: "Heaven's Drive"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Earth"
- NumberOfHits: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- InterruptCast: true
- CastTime: {
- Lv1: 1000
- Lv2: 2000
- Lv3: 3000
- Lv4: 4000
- Lv5: 5000
- Lv6: 6000
- Lv7: 7000
- Lv8: 8000
- Lv9: 9000
- Lv10: 10000
- }
- AfterCastActDelay: 700
- SkillData1: 500
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 28
- Lv2: 32
- Lv3: 36
- Lv4: 40
- Lv5: 44
- Lv6: 48
- Lv7: 52
- Lv8: 56
- Lv9: 60
- Lv10: 64
- }
- }
- Unit: {
- Id: 0x86
- Layout: 2
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 92
- Name: "WZ_QUAGMIRE"
- Description: "Quagmire"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- Element: "Ele_Earth"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillInstances: 3
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 5000
- Lv2: 10000
- Lv3: 15000
- Lv4: 20000
- Lv5: 25000
- Lv6: 30000
- Lv7: 35000
- Lv8: 40000
- Lv9: 45000
- Lv10: 50000
- }
- SkillData2: {
- Lv1: 5000
- Lv2: 10000
- Lv3: 15000
- Lv4: 20000
- Lv5: 25000
- Lv6: 30000
- Lv7: 35000
- Lv8: 40000
- Lv9: 45000
- Lv10: 50000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 5
- Lv2: 10
- Lv3: 15
- Lv4: 20
- Lv5: 25
- Lv6: 30
- Lv7: 35
- Lv8: 40
- Lv9: 45
- Lv10: 50
- }
- }
- Unit: {
- Id: 0x8e
- Layout: 2
- Interval: -1
- Target: "Enemy"
- Flag: {
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 93
- Name: "WZ_ESTIMATION"
- Description: "Sense"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 94
- Name: "BS_IRON"
- Description: "Iron Tempering"
- MaxLevel: 5
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 95
- Name: "BS_STEEL"
- Description: "Steel Tempering"
- MaxLevel: 5
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 96
- Name: "BS_ENCHANTEDSTONE"
- Description: "Enchanted Stone Craft"
- MaxLevel: 5
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 97
- Name: "BS_ORIDEOCON"
- Description: "Oridecon Research"
- MaxLevel: 5
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 98
- Name: "BS_DAGGER"
- Description: "Smith Dagger"
- MaxLevel: 3
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 99
- Name: "BS_SWORD"
- Description: "Smith Sword"
- MaxLevel: 3
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 100
- Name: "BS_TWOHANDSWORD"
- Description: "Smith Two-handed Sword"
- MaxLevel: 3
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 101
- Name: "BS_AXE"
- Description: "Smith Axe"
- MaxLevel: 3
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 102
- Name: "BS_MACE"
- Description: "Smith Mace"
- MaxLevel: 3
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 103
- Name: "BS_KNUCKLE"
- Description: "Smith Knucklebrace"
- MaxLevel: 3
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 104
- Name: "BS_SPEAR"
- Description: "Smith Spear"
- MaxLevel: 3
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 105
- Name: "BS_HILTBINDING"
- Description: "Hilt Binding"
- MaxLevel: 1
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 106
- Name: "BS_FINDINGORE"
- Description: "Ore Discovery"
- MaxLevel: 1
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 107
- Name: "BS_WEAPONRESEARCH"
- Description: "Weaponry Research"
- MaxLevel: 10
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 108
- Name: "BS_REPAIRWEAPON"
- Description: "Weapon Repair"
- MaxLevel: 1
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 7500
- CoolDown: 0
- Requirements: {
- SPCost: 30
- }
-},
-{
- Id: 109
- Name: "BS_SKINTEMPER"
- Description: "Skin Tempering"
- MaxLevel: 5
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 110
- Name: "BS_HAMMERFALL"
- Description: "Hammer Fall"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 2
- Lv2: 2
- Lv3: 2
- Lv4: 2
- Lv5: 2
- Lv6: 14
- Lv7: 14
- Lv8: 14
- Lv9: 14
- Lv10: 14
- }
- SkillData2: 5000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- WeaponTypes: {
- Daggers: true
- 1HSwords: true
- 1HAxes: true
- 2HAxes: true
- Maces: true
- }
- }
-},
-{
- Id: 111
- Name: "BS_ADRENALINE"
- Description: "Adrenaline Rush"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: -1
- SkillData1: {
- Lv1: 30000
- Lv2: 60000
- Lv3: 90000
- Lv4: 120000
- Lv5: 150000
- Lv6: 180000
- Lv7: 210000
- Lv8: 240000
- Lv9: 270000
- Lv10: 300000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 23
- Lv3: 26
- Lv4: 29
- Lv5: 32
- Lv6: 35
- Lv7: 38
- Lv8: 41
- Lv9: 44
- Lv10: 47
- }
- WeaponTypes: {
- 1HAxes: true
- 2HAxes: true
- Maces: true
- }
- }
-},
-{
- Id: 112
- Name: "BS_WEAPONPERFECT"
- Description: "Weapon Perfection"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: -1
- SkillData1: {
- Lv1: 10000
- Lv2: 20000
- Lv3: 30000
- Lv4: 40000
- Lv5: 50000
- Lv6: 60000
- Lv7: 70000
- Lv8: 80000
- Lv9: 90000
- Lv10: 100000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 18
- Lv2: 16
- Lv3: 14
- Lv4: 12
- Lv5: 10
- Lv6: 8
- Lv7: 6
- Lv8: 4
- Lv9: 2
- Lv10: 1
- }
- }
-},
-{
- Id: 113
- Name: "BS_OVERTHRUST"
- Description: "Power-Thrust"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: -1
- SkillData1: {
- Lv1: 20000
- Lv2: 40000
- Lv3: 60000
- Lv4: 80000
- Lv5: 100000
- Lv6: 120000
- Lv7: 140000
- Lv8: 160000
- Lv9: 180000
- Lv10: 200000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 18
- Lv2: 16
- Lv3: 14
- Lv4: 12
- Lv5: 10
- Lv6: 8
- Lv7: 6
- Lv8: 4
- Lv9: 2
- Lv10: 1
- }
- }
-},
-{
- Id: 114
- Name: "BS_MAXIMIZE"
- Description: "Maximize Power"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 1000
- Lv2: 2000
- Lv3: 3000
- Lv4: 4000
- Lv5: 5000
- Lv6: 6000
- Lv7: 7000
- Lv8: 8000
- Lv9: 9000
- Lv10: 10000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 115
- Name: "HT_SKIDTRAP"
- Description: "Skid Trap"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- KnockBackTiles: {
- Lv1: 6
- Lv2: 7
- Lv3: 8
- Lv4: 9
- Lv5: 10
- Lv6: 11
- Lv7: 12
- Lv8: 13
- Lv9: 14
- Lv10: 15
- }
- SkillData1: {
- Lv1: 300000
- Lv2: 240000
- Lv3: 180000
- Lv4: 120000
- Lv5: 60000
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- CoolDown: 0
- Requirements: {
- SPCost: 10
- Items: {
- Booby_Trap: 1
- }
- }
- Unit: {
- Id: 0x90
- Range: 1
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- }
- }
-},
-{
- Id: 116
- Name: "HT_LANDMINE"
- Description: "Land Mine"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- AllowReproduce: true
- }
- AttackType: "Misc"
- Element: "Ele_Earth"
- DamageType: {
- SplashArea: true
- IgnoreFlee: true
- }
- SplashRange: 1
- SkillData1: {
- Lv1: 200000
- Lv2: 160000
- Lv3: 120000
- Lv4: 80000
- Lv5: 40000
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- SkillData2: 5000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- Items: {
- Booby_Trap: 1
- }
- }
- Unit: {
- Id: 0x93
- Range: 1
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- }
- }
-},
-{
- Id: 117
- Name: "HT_ANKLESNARE"
- Description: "Ankle Snare"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 250000
- Lv2: 200000
- Lv3: 150000
- Lv4: 100000
- Lv5: 50000
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- SkillData2: {
- Lv1: 4000
- Lv2: 8000
- Lv3: 12000
- Lv4: 16000
- Lv5: 20000
- Lv6: 24000
- Lv7: 28000
- Lv8: 32000
- Lv9: 36000
- Lv10: 40000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 12
- Items: {
- Booby_Trap: 1
- }
- }
- Unit: {
- Id: 0x91
- Range: 1
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- }
- }
-},
-{
- Id: 118
- Name: "HT_SHOCKWAVE"
- Description: "Shockwave Trap"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- }
- AttackType: "Misc"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 1
- SkillData1: {
- Lv1: 200000
- Lv2: 160000
- Lv3: 120000
- Lv4: 80000
- Lv5: 40000
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- CoolDown: 0
- Requirements: {
- SPCost: 45
- Items: {
- Booby_Trap: 2
- }
- }
- Unit: {
- Id: 0x94
- Range: 1
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- }
- }
-},
-{
- Id: 119
- Name: "HT_SANDMAN"
- Description: "Sandman"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 2
- SkillData1: {
- Lv1: 150000
- Lv2: 120000
- Lv3: 90000
- Lv4: 60000
- Lv5: 30000
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- SkillData2: {
- Lv1: 12000
- Lv2: 14000
- Lv3: 16000
- Lv4: 18000
- Lv5: 20000
- Lv6: 22000
- Lv7: 24000
- Lv8: 26000
- Lv9: 28000
- Lv10: 30000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 12
- Items: {
- Booby_Trap: 1
- }
- }
- Unit: {
- Id: 0x95
- Range: 1
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- }
- }
-},
-{
- Id: 120
- Name: "HT_FLASHER"
- Description: "Flasher"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 1
- SkillData1: {
- Lv1: 150000
- Lv2: 120000
- Lv3: 90000
- Lv4: 60000
- Lv5: 30000
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- SkillData2: {
- Lv1: 10000
- Lv2: 11000
- Lv3: 12000
- Lv4: 13000
- Lv5: 14000
- Lv6: 15000
- Lv7: 16000
- Lv8: 17000
- Lv9: 18000
- Lv10: 19000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 12
- Items: {
- Booby_Trap: 2
- }
- }
- Unit: {
- Id: 0x96
- Range: 1
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- }
- }
-},
-{
- Id: 121
- Name: "HT_FREEZINGTRAP"
- Description: "Freezing Trap"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Water"
- DamageType: {
- SplashArea: true
- IgnoreFlee: true
- }
- SplashRange: 1
- SkillData1: {
- Lv1: 150000
- Lv2: 120000
- Lv3: 90000
- Lv4: 60000
- Lv5: 30000
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- SkillData2: {
- Lv1: 3000
- Lv2: 6000
- Lv3: 9000
- Lv4: 12000
- Lv5: 15000
- Lv6: 18000
- Lv7: 21000
- Lv8: 24000
- Lv9: 27000
- Lv10: 30000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 10
- Items: {
- Booby_Trap: 2
- }
- }
- Unit: {
- Id: 0x97
- Range: 1
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- }
- }
-},
-{
- Id: 122
- Name: "HT_BLASTMINE"
- Description: "Blast Mine"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- AllowReproduce: true
- }
- AttackType: "Misc"
- Element: "Ele_Wind"
- DamageType: {
- SplashArea: true
- SplitDamage: true
- IgnoreFlee: true
- }
- SplashRange: 1
- SkillData1: {
- Lv1: 25000
- Lv2: 20000
- Lv3: 15000
- Lv4: 10000
- Lv5: 5000
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- CoolDown: 0
- Requirements: {
- SPCost: 10
- Items: {
- Booby_Trap: 1
- }
- }
- Unit: {
- Id: 0x8f
- Range: 1
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- }
- }
-},
-{
- Id: 123
- Name: "HT_CLAYMORETRAP"
- Description: "Claymore Trap"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- AllowReproduce: true
- }
- AttackType: "Misc"
- Element: "Ele_Fire"
- DamageType: {
- SplashArea: true
- SplitDamage: true
- IgnoreFlee: true
- }
- SplashRange: 2
- SkillData1: {
- Lv1: 20000
- Lv2: 40000
- Lv3: 60000
- Lv4: 80000
- Lv5: 100000
- Lv6: 120000
- Lv7: 140000
- Lv8: 160000
- Lv9: 180000
- Lv10: 200000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 15
- Items: {
- Booby_Trap: 2
- }
- }
- Unit: {
- Id: 0x98
- Range: 1
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- }
- }
-},
-{
- Id: 124
- Name: "HT_REMOVETRAP"
- Description: "Remove Trap"
- MaxLevel: 1
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Trap: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 5
- }
-},
-{
- Id: 125
- Name: "HT_TALKIEBOX"
- Description: "Talkie Box"
- MaxLevel: 1
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 600000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- Items: {
- Booby_Trap: 1
- }
- }
- Unit: {
- Id: 0x99
- Range: 1
- Interval: 1000
- Target: "All"
- }
-},
-{
- Id: 126
- Name: "HT_BEASTBANE"
- Description: "Beast Bane"
- MaxLevel: 10
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 127
- Name: "HT_FALCON"
- Description: "Falconry Mastery"
- MaxLevel: 1
- AttackType: "Misc"
- NumberOfHits: 0
-},
-{
- Id: 128
- Name: "HT_STEELCROW"
- Description: "Steel Crow"
- MaxLevel: 10
- AttackType: "Misc"
- NumberOfHits: 0
-},
-{
- Id: 129
- Name: "HT_BLITZBEAT"
- Description: "Blitz Beat"
- MaxLevel: 5
- Range: 5
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Misc"
- DamageType: {
- SplashArea: true
- IgnoreFlee: true
- }
- SplashRange: 1
- NumberOfHits: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- InterruptCast: true
- CastTime: 1500
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 10
- Lv2: 13
- Lv3: 16
- Lv4: 19
- Lv5: 22
- Lv6: 25
- Lv7: 28
- Lv8: 31
- Lv9: 34
- Lv10: 37
- }
- State: "Falcon"
- }
-},
-{
- Id: 130
- Name: "HT_DETECTING"
- Description: "Detect"
- MaxLevel: 4
- Range: {
- Lv1: 3
- Lv2: 5
- Lv3: 7
- Lv4: 9
- Lv5: 11
- Lv6: 13
- Lv7: 15
- Lv8: 17
- Lv9: 19
- Lv10: 21
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 3
- Requirements: {
- SPCost: 8
- State: "Falcon"
- }
-},
-{
- Id: 131
- Name: "HT_SPRINGTRAP"
- Description: "Spring Trap"
- MaxLevel: 5
- Range: {
- Lv1: 4
- Lv2: 5
- Lv3: 6
- Lv4: 7
- Lv5: 8
- Lv6: 9
- Lv7: 10
- Lv8: 11
- Lv9: 12
- Lv10: 13
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Trap: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 10
- State: "Falcon"
- }
-},
-{
- Id: 132
- Name: "AS_RIGHT"
- Description: "Righthand Mastery"
- MaxLevel: 5
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 133
- Name: "AS_LEFT"
- Description: "Lefthand Mastery"
- MaxLevel: 5
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 134
- Name: "AS_KATAR"
- Description: "Katar Mastery"
- MaxLevel: 10
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 135
- Name: "AS_CLOAKING"
- Description: "Cloaking"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 500
- Lv2: 1000
- Lv3: 2000
- Lv4: 3000
- Lv5: 4000
- Lv6: 5000
- Lv7: 6000
- Lv8: 7000
- Lv9: 8000
- Lv10: 9000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 15
- }
-},
-{
- Id: 136
- Name: "AS_SONICBLOW"
- Description: "Sonic Blow"
- MaxLevel: 10
- Range: 1
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: -8
- AfterCastActDelay: 2000
- AfterCastWalkDelay: 2000
- SkillData2: 5000
- CoolDown: 0
- SkillDelayOptions: {
- IgnoreStatusEffect: true
- }
- Requirements: {
- SPCost: {
- Lv1: 16
- Lv2: 18
- Lv3: 20
- Lv4: 22
- Lv5: 24
- Lv6: 26
- Lv7: 28
- Lv8: 30
- Lv9: 32
- Lv10: 34
- }
- WeaponTypes: {
- Katars: true
- }
- }
-},
-{
- Id: 137
- Name: "AS_GRIMTOOTH"
- Description: "Grimtooth"
- MaxLevel: 5
- Range: {
- Lv1: 3
- Lv2: 4
- Lv3: 5
- Lv4: 6
- Lv5: 7
- Lv6: 8
- Lv7: 9
- Lv8: 10
- Lv9: 11
- Lv10: 12
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 1
- Requirements: {
- SPCost: 3
- WeaponTypes: {
- Katars: true
- }
- State: "Hiding"
- }
-},
-{
- Id: 138
- Name: "AS_ENCHANTPOISON"
- Description: "Enchant Poison"
- MaxLevel: 10
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- PartyOnly: true
- }
- AttackType: "Weapon"
- Element: "Ele_Poison"
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 30000
- Lv2: 45000
- Lv3: 60000
- Lv4: 75000
- Lv5: 90000
- Lv6: 105000
- Lv7: 120000
- Lv8: 135000
- Lv9: 150000
- Lv10: 165000
- }
- SkillData2: {
- Lv1: 10000
- Lv2: 20000
- Lv3: 30000
- Lv4: 40000
- Lv5: 50000
- Lv6: 60000
- Lv7: 70000
- Lv8: 80000
- Lv9: 90000
- Lv10: 100000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 20
- }
-},
-{
- Id: 139
- Name: "AS_POISONREACT"
- Description: "Poison React"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- SkillData1: {
- Lv1: 20000
- Lv2: 25000
- Lv3: 30000
- Lv4: 35000
- Lv5: 40000
- Lv6: 45000
- Lv7: 50000
- Lv8: 55000
- Lv9: 60000
- Lv10: 65000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 25
- Lv2: 30
- Lv3: 35
- Lv4: 40
- Lv5: 45
- Lv6: 50
- Lv7: 55
- Lv8: 60
- Lv9: 45
- Lv10: 45
- }
- }
-},
-{
- Id: 140
- Name: "AS_VENOMDUST"
- Description: "Venom Dust"
- MaxLevel: 10
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Weapon"
- Element: "Ele_Poison"
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 5000
- Lv2: 10000
- Lv3: 15000
- Lv4: 20000
- Lv5: 25000
- Lv6: 30000
- Lv7: 35000
- Lv8: 40000
- Lv9: 45000
- Lv10: 50000
- }
- SkillData2: {
- Lv1: 15000
- Lv2: 20000
- Lv3: 25000
- Lv4: 30000
- Lv5: 35000
- Lv6: 40000
- Lv7: 45000
- Lv8: 50000
- Lv9: 55000
- Lv10: 60000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 20
- Items: {
- Red_Gemstone: 1
- }
- }
- Unit: {
- Id: 0x92
- Layout: -1
- Range: 1
- Interval: 1000
- Target: "Enemy"
- }
-},
-{
- Id: 141
- Name: "AS_SPLASHER"
- Description: "Venom Splasher"
- MaxLevel: 10
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- NoDamage: true
- IgnoreElement: true
- IgnoreFlee: true
- }
- SplashRange: 2
- InterruptCast: true
- CastTime: 1000
- SkillData1: {
- Lv1: 5000
- Lv2: 5500
- Lv3: 6000
- Lv4: 6500
- Lv5: 7000
- Lv6: 7500
- Lv7: 8000
- Lv8: 8500
- Lv9: 9000
- Lv10: 9500
- }
- SkillData2: {
- Lv1: 15000
- Lv2: 20000
- Lv3: 25000
- Lv4: 30000
- Lv5: 35000
- Lv6: 40000
- Lv7: 45000
- Lv8: 50000
- Lv9: 55000
- Lv10: 60000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 12
- Lv2: 14
- Lv3: 16
- Lv4: 18
- Lv5: 20
- Lv6: 22
- Lv7: 24
- Lv8: 26
- Lv9: 28
- Lv10: 30
- }
- Items: {
- Red_Gemstone: 1
- }
- }
-},
-{
- Id: 142
- Name: "NV_FIRSTAID"
- Description: "First Aid"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Quest: true
- }
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 3
- }
-},
-{
- Id: 143
- Name: "NV_TRICKDEAD"
- Description: "Play Dead"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Quest: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: 600000
- CoolDown: 0
- Requirements: {
- SPCost: 5
- }
-},
-{
- Id: 144
- Name: "SM_MOVINGRECOVERY"
- Description: "Moving HP-Recovery"
- MaxLevel: 1
- SkillInfo: {
- Quest: true
- }
- NumberOfHits: 0
-},
-{
- Id: 145
- Name: "SM_FATALBLOW"
- Description: "Fatal Blow"
- MaxLevel: 1
- SkillInfo: {
- Quest: true
- }
- AttackType: "Weapon"
- NumberOfHits: 0
- SkillData2: 5000
- CoolDown: 0
-},
-{
- Id: 146
- Name: "SM_AUTOBERSERK"
- Description: "Auto Berserk"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Quest: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 147
- Name: "AC_MAKINGARROW"
- Description: "Arrow Crafting"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Quest: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- Requirements: {
- SPCost: 10
- State: "NotOverWeight"
- }
-},
-{
- Id: 148
- Name: "AC_CHARGEARROW"
- Description: "Arrow Repel"
- MaxLevel: 1
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- Quest: true
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- KnockBackTiles: 6
- CastTime: 1500
- CoolDown: 0
- Requirements: {
- SPCost: 15
- WeaponTypes: {
- Bows: true
- }
- AmmoTypes: {
- A_ARROW: true
- }
- AmmoAmount: 1
- }
-},
-{
- Id: 149
- Name: "TF_SPRINKLESAND"
- Description: "Sand Attack"
- MaxLevel: 1
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- Quest: true
- }
- AttackType: "Weapon"
- Element: "Ele_Earth"
- SkillData2: 10000
- CoolDown: 0
- Requirements: {
- SPCost: 9
- }
-},
-{
- Id: 150
- Name: "TF_BACKSLIDING"
- Description: "Back Slide"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Quest: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- KnockBackTiles: 5
- Requirements: {
- SPCost: 7
- }
-},
-{
- Id: 151
- Name: "TF_PICKSTONE"
- Description: "Find Stone"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Quest: true
- }
- DamageType: {
- NoDamage: true
- }
- CastTime: 500
- CoolDown: 0
- Requirements: {
- SPCost: 3
- State: "NotOverWeight"
- }
-},
-{
- Id: 152
- Name: "TF_THROWSTONE"
- Description: "Stone Fling"
- MaxLevel: 1
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- Quest: true
- AllowReproduce: true
- }
- AttackType: "Misc"
- DamageType: {
- IgnoreFlee: true
- }
- SkillData1: 5000
- SkillData2: 8000
- CoolDown: 0
- Requirements: {
- SPCost: 2
- Items: {
- Stone: 1
- }
- }
-},
-{
- Id: 153
- Name: "MC_CARTREVOLUTION"
- Description: "Cart Revolution"
- MaxLevel: 1
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- Quest: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 1
- KnockBackTiles: 2
- Requirements: {
- SPCost: 12
- State: "Cart"
- }
-},
-{
- Id: 154
- Name: "MC_CHANGECART"
- Description: "Change Cart"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Quest: true
- }
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 40
- State: "Cart"
- }
-},
-{
- Id: 155
- Name: "MC_LOUD"
- Description: "Crazy Uproar"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Quest: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 300000
- CoolDown: 0
- Requirements: {
- SPCost: 8
- }
-},
-{
- Id: 156
- Name: "AL_HOLYLIGHT"
- Description: "Holy Light"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- Quest: true
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Holy"
- InterruptCast: true
- CastTime: 2000
- CoolDown: 0
- Requirements: {
- SPCost: 15
- }
-},
-{
- Id: 157
- Name: "MG_ENERGYCOAT"
- Description: "Energy Coat"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Quest: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 5000
- SkillData1: 300000
- CoolDown: 0
- Requirements: {
- SPCost: 30
- }
-},
-{
- Id: 158
- Name: "NPC_PIERCINGATT"
- Description: "Piercing Attack"
- MaxLevel: 10
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
-},
-{
- Id: 159
- Name: "NPC_MENTALBREAKER"
- Description: "Spirit Destruction"
- MaxLevel: 5
- Range: -1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- IgnoreFlee: true
- }
-},
-{
- Id: 160
- Name: "NPC_RANGEATTACK"
- Description: "Stand off attack"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
-},
-{
- Id: 161
- Name: "NPC_ATTRICHANGE"
- Description: "Attribute Change"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 1800000
- CoolDown: 0
-},
-{
- Id: 162
- Name: "NPC_CHANGEWATER"
- Description: "Water Attribute Change"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- Element: "Ele_Water"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 1800000
- CoolDown: 0
-},
-{
- Id: 163
- Name: "NPC_CHANGEGROUND"
- Description: "Earth Attribute Change"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- Element: "Ele_Earth"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 1800000
- CoolDown: 0
-},
-{
- Id: 164
- Name: "NPC_CHANGEFIRE"
- Description: "Fire Attribute Change"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 1800000
- CoolDown: 0
-},
-{
- Id: 165
- Name: "NPC_CHANGEWIND"
- Description: "Wind Attribute Change"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- Element: "Ele_Wind"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 1800000
- CoolDown: 0
-},
-{
- Id: 166
- Name: "NPC_CHANGEPOISON"
- Description: "Poison Attribute Change"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- Element: "Ele_Poison"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 1800000
- CoolDown: 0
-},
-{
- Id: 167
- Name: "NPC_CHANGEHOLY"
- Description: "Holy Attribute Change"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- Element: "Ele_Holy"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 1800000
- CoolDown: 0
-},
-{
- Id: 168
- Name: "NPC_CHANGEDARKNESS"
- Description: "Shadow Attribute Change"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- Element: "Ele_Dark"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 1800000
- CoolDown: 0
-},
-{
- Id: 169
- Name: "NPC_CHANGETELEKINESIS"
- Description: "Ghost Attribute Change"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- Element: "Ele_Ghost"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 1800000
- CoolDown: 0
-},
-{
- Id: 170
- Name: "NPC_CRITICALSLASH"
- Description: "Defense disregard attack"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- IgnoreDefense: true
- }
-},
-{
- Id: 171
- Name: "NPC_COMBOATTACK"
- Description: "Multi-stage Attack"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: {
- Lv1: -2
- Lv2: -3
- Lv3: -4
- Lv4: -5
- Lv5: -6
- Lv6: -7
- Lv7: -8
- Lv8: -9
- Lv9: -10
- Lv10: -11
- }
-},
-{
- Id: 172
- Name: "NPC_GUIDEDATTACK"
- Description: "Guided Attack"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- IgnoreFlee: true
- }
-},
-{
- Id: 173
- Name: "NPC_SELFDESTRUCTION"
- Description: "Suicide bombing"
- MaxLevel: 10
- Range: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Misc"
- Element: "Ele_Fire"
- DamageType: {
- SplashArea: true
- IgnoreDefense: true
- IgnoreFlee: true
- IgnoreDefCards: true
- }
- SplashRange: 5
- KnockBackTiles: 3
- SkillData1: 3500
- CoolDown: 0
-},
-{
- Id: 174
- Name: "NPC_SPLASHATTACK"
- Description: "Splash attack"
- MaxLevel: 1
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 3
-},
-{
- Id: 175
- Name: "NPC_SUICIDE"
- Description: "Suicide"
- MaxLevel: 10
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- IgnoreFlee: true
- }
-},
-{
- Id: 176
- Name: "NPC_POISON"
- Description: "Poison Attack"
- MaxLevel: 5
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- SkillData2: 60000
- CoolDown: 0
-},
-{
- Id: 177
- Name: "NPC_BLINDATTACK"
- Description: "Blind Attack"
- MaxLevel: 5
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- SkillData2: 30000
- CoolDown: 0
-},
-{
- Id: 178
- Name: "NPC_SILENCEATTACK"
- Description: "Silence Attack"
- MaxLevel: 5
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- SkillData2: 30000
- CoolDown: 0
-},
-{
- Id: 179
- Name: "NPC_STUNATTACK"
- Description: "Stun Attack"
- MaxLevel: 5
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- SkillData2: 5000
- CoolDown: 0
-},
-{
- Id: 180
- Name: "NPC_PETRIFYATTACK"
- Description: "Petrify Attack"
- MaxLevel: 5
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- SkillData2: 20000
- CoolDown: 0
-},
-{
- Id: 181
- Name: "NPC_CURSEATTACK"
- Description: "Curse Attack"
- MaxLevel: 5
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Dark"
- SkillData2: 30000
- CoolDown: 0
-},
-{
- Id: 182
- Name: "NPC_SLEEPATTACK"
- Description: "Sleep attack"
- MaxLevel: 5
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- SkillData2: 30000
- CoolDown: 0
-},
-{
- Id: 183
- Name: "NPC_RANDOMATTACK"
- Description: "Random Attack"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
-},
-{
- Id: 184
- Name: "NPC_WATERATTACK"
- Description: "Water Attribute Attack"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Water"
-},
-{
- Id: 185
- Name: "NPC_GROUNDATTACK"
- Description: "Earth Attribute Attack"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Earth"
-},
-{
- Id: 186
- Name: "NPC_FIREATTACK"
- Description: "Fire Attribute Attack"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Fire"
-},
-{
- Id: 187
- Name: "NPC_WINDATTACK"
- Description: "Wind Attribute Attack"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Wind"
-},
-{
- Id: 188
- Name: "NPC_POISONATTACK"
- Description: "Poison Attribute Attack"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Poison"
-},
-{
- Id: 189
- Name: "NPC_HOLYATTACK"
- Description: "Holy Attribute Attack"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Holy"
-},
-{
- Id: 190
- Name: "NPC_DARKNESSATTACK"
- Description: "Shadow Attribute Attack"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Dark"
-},
-{
- Id: 191
- Name: "NPC_TELEKINESISATTACK"
- Description: "Ghost Attribute Attack"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Ghost"
-},
-{
- Id: 192
- Name: "NPC_MAGICALATTACK"
- Description: "Demon Shock Attack"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- SkillData1: 15000
- CoolDown: 0
-},
-{
- Id: 193
- Name: "NPC_METAMORPHOSIS"
- Description: "Metamorphosis"
- MaxLevel: 10
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- DamageType: {
- NoDamage: true
- }
-},
-{
- Id: 194
- Name: "NPC_PROVOCATION"
- Description: "Provocation"
- MaxLevel: 10
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- DamageType: {
- NoDamage: true
- }
-},
-{
- Id: 195
- Name: "NPC_SMOKING"
- Description: "Smoking"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Misc"
- DamageType: {
- IgnoreElement: true
- IgnoreFlee: true
- }
-},
-{
- Id: 196
- Name: "NPC_SUMMONSLAVE"
- Description: "Follower Summons"
- MaxLevel: 10
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
-},
-{
- Id: 197
- Name: "NPC_EMOTION"
- Description: "Emotion"
- MaxLevel: 10
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- DamageType: {
- NoDamage: true
- }
-},
-{
- Id: 198
- Name: "NPC_TRANSFORMATION"
- Description: "Transformation"
- MaxLevel: 10
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
-},
-{
- Id: 199
- Name: "NPC_BLOODDRAIN"
- Description: "Sucking Blood"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Dark"
- DamageType: {
- IgnoreFlee: true
- }
-},
-{
- Id: 200
- Name: "NPC_ENERGYDRAIN"
- Description: "Energy Drain"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- Element: "Ele_Dark"
-},
-{
- Id: 201
- Name: "NPC_KEEPING"
- Description: "Keeping"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 60000
- Lv2: 70000
- Lv3: 80000
- Lv4: 90000
- Lv5: 100000
- Lv6: 110000
- Lv7: 120000
- Lv8: 130000
- Lv9: 140000
- Lv10: 150000
- }
- CoolDown: 0
-},
-{
- Id: 202
- Name: "NPC_DARKBREATH"
- Description: "Dark Breath"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Misc"
- Element: "Ele_Dark"
-},
-{
- Id: 203
- Name: "NPC_DARKBLESSING"
- Description: "Dark Blessing"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- Element: "Ele_Dark"
- DamageType: {
- NoDamage: true
- }
-},
-{
- Id: 204
- Name: "NPC_BARRIER"
- Description: "Barrier"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 60000
- Lv2: 70000
- Lv3: 80000
- Lv4: 90000
- Lv5: 100000
- Lv6: 110000
- Lv7: 120000
- Lv8: 130000
- Lv9: 140000
- Lv10: 150000
- }
- CoolDown: 0
-},
-{
- Id: 205
- Name: "NPC_DEFENDER"
- Description: "Defender"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 60000
- Lv2: 70000
- Lv3: 80000
- Lv4: 90000
- Lv5: 100000
- Lv6: 110000
- Lv7: 120000
- Lv8: 130000
- Lv9: 140000
- Lv10: 150000
- }
- CoolDown: 0
-},
-{
- Id: 206
- Name: "NPC_LICK"
- Description: "Lick"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData2: 5000
- CoolDown: 0
-},
-{
- Id: 207
- Name: "NPC_HALLUCINATION"
- Description: "Hallucination"
- MaxLevel: 10
- Range: 9
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 30000
- Lv2: 40000
- Lv3: 50000
- Lv4: 60000
- Lv5: 70000
- Lv6: 80000
- Lv7: 90000
- Lv8: 100000
- Lv9: 110000
- Lv10: 120000
- }
- CoolDown: 0
-},
-{
- Id: 208
- Name: "NPC_REBIRTH"
- Description: "Rebirth"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
-},
-{
- Id: 209
- Name: "NPC_SUMMONMONSTER"
- Description: "Monster Summons"
- MaxLevel: 10
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
-},
-{
- Id: 210
- Name: "RG_SNATCHER"
- Description: "Gank"
- MaxLevel: 10
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: 0
-},
-{
- Id: 211
- Name: "RG_STEALCOIN"
- Description: "Mug"
- MaxLevel: 10
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 15
- }
-},
-{
- Id: 212
- Name: "RG_BACKSTAP"
- Description: "Back Stab"
- MaxLevel: 10
- Range: -1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- IgnoreFlee: true
- }
- AfterCastActDelay: 500
- CoolDown: 0
- Requirements: {
- SPCost: 16
- }
-},
-{
- Id: 213
- Name: "RG_TUNNELDRIVE"
- Description: "Stalk"
- MaxLevel: 5
- NumberOfHits: 0
-},
-{
- Id: 214
- Name: "RG_RAID"
- Description: "Sightless Mind"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 1
- SkillData1: 5000
- SkillData2: 30000
- CoolDown: 0
- Requirements: {
- SPCost: 20
- State: "Hiding"
- }
-},
-{
- Id: 215
- Name: "RG_STRIPWEAPON"
- Description: "Divest Weapon"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 75000
- Lv2: 90000
- Lv3: 105000
- Lv4: 120000
- Lv5: 135000
- Lv6: 150000
- Lv7: 165000
- Lv8: 180000
- Lv9: 195000
- Lv10: 210000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 17
- Lv2: 19
- Lv3: 21
- Lv4: 23
- Lv5: 25
- Lv6: 27
- Lv7: 29
- Lv8: 31
- Lv9: 33
- Lv10: 35
- }
- }
-},
-{
- Id: 216
- Name: "RG_STRIPSHIELD"
- Description: "Divest Shield"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 75000
- Lv2: 90000
- Lv3: 105000
- Lv4: 120000
- Lv5: 135000
- Lv6: 150000
- Lv7: 165000
- Lv8: 180000
- Lv9: 195000
- Lv10: 210000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 12
- Lv2: 14
- Lv3: 16
- Lv4: 18
- Lv5: 20
- Lv6: 22
- Lv7: 24
- Lv8: 26
- Lv9: 28
- Lv10: 30
- }
- }
-},
-{
- Id: 217
- Name: "RG_STRIPARMOR"
- Description: "Divest Armor"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 75000
- Lv2: 90000
- Lv3: 105000
- Lv4: 120000
- Lv5: 135000
- Lv6: 150000
- Lv7: 165000
- Lv8: 180000
- Lv9: 195000
- Lv10: 210000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 17
- Lv2: 19
- Lv3: 21
- Lv4: 23
- Lv5: 25
- Lv6: 27
- Lv7: 29
- Lv8: 31
- Lv9: 33
- Lv10: 35
- }
- }
-},
-{
- Id: 218
- Name: "RG_STRIPHELM"
- Description: "Divest Helm"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 75000
- Lv2: 90000
- Lv3: 105000
- Lv4: 120000
- Lv5: 135000
- Lv6: 150000
- Lv7: 165000
- Lv8: 180000
- Lv9: 195000
- Lv10: 210000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 12
- Lv2: 14
- Lv3: 16
- Lv4: 18
- Lv5: 20
- Lv6: 22
- Lv7: 24
- Lv8: 26
- Lv9: 28
- Lv10: 30
- }
- }
-},
-{
- Id: 219
- Name: "RG_INTIMIDATE"
- Description: "Snatch"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- Requirements: {
- SPCost: {
- Lv1: 13
- Lv2: 16
- Lv3: 19
- Lv4: 22
- Lv5: 25
- Lv6: 28
- Lv7: 31
- Lv8: 34
- Lv9: 37
- Lv10: 40
- }
- }
-},
-{
- Id: 220
- Name: "RG_GRAFFITI"
- Description: "Scribble"
- MaxLevel: 1
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: 180000
- CoolDown: 0
- Requirements: {
- SPCost: 15
- Items: {
- Red_Gemstone: 1
- }
- }
- Unit: {
- Id: 0xb0
- Interval: -1
- Target: "All"
- Flag: {
- UF_NOREITERATION: true
- }
- }
-},
-{
- Id: 221
- Name: "RG_FLAGGRAFFITI"
- Description: "Piece"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 222
- Name: "RG_CLEANER"
- Description: "Remover"
- MaxLevel: 1
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 5
- Requirements: {
- SPCost: 5
- }
-},
-{
- Id: 223
- Name: "RG_GANGSTER"
- Description: "Slyness"
- MaxLevel: 1
- SplashRange: 1
- NumberOfHits: 0
-},
-{
- Id: 224
- Name: "RG_COMPULSION"
- Description: "Haggle"
- MaxLevel: 5
- NumberOfHits: 0
-},
-{
- Id: 225
- Name: "RG_PLAGIARISM"
- Description: "Intimidate"
- MaxLevel: 10
- NumberOfHits: 0
-},
-{
- Id: 226
- Name: "AM_AXEMASTERY"
- Description: "Axe Mastery"
- MaxLevel: 10
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 227
- Name: "AM_LEARNINGPOTION"
- Description: "Potion Research"
- MaxLevel: 10
- NumberOfHits: 0
-},
-{
- Id: 228
- Name: "AM_PHARMACY"
- Description: "Prepare Potion"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- Requirements: {
- SPCost: 5
- Items: {
- Medicine_Bowl: 1
- }
- }
-},
-{
- Id: 229
- Name: "AM_DEMONSTRATION"
- Description: "Bomb"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Fire"
- DamageType: {
- NoDamage: true
- IgnoreCards: true
- }
- InterruptCast: true
- CastTime: 1000
- SkillData1: {
- Lv1: 40000
- Lv2: 45000
- Lv3: 50000
- Lv4: 55000
- Lv5: 60000
- Lv6: 65000
- Lv7: 70000
- Lv8: 75000
- Lv9: 80000
- Lv10: 85000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 10
- Items: {
- Fire_Bottle: 1
- }
- }
- Unit: {
- Id: 0xb1
- Range: 1
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- }
- }
-},
-{
- Id: 230
- Name: "AM_ACIDTERROR"
- Description: "Acid Terror"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- DamageType: {
- IgnoreCards: true
- IgnoreFlee: true
- }
- InterruptCast: true
- CastTime: 1000
- SkillData1: {
- Lv1: 3
- Lv2: 7
- Lv3: 10
- Lv4: 12
- Lv5: 13
- Lv6: 13
- Lv7: 13
- Lv8: 13
- Lv9: 13
- Lv10: 13
- }
- SkillData2: 120000
- CoolDown: 0
- Requirements: {
- SPCost: 15
- Items: {
- Acid_Bottle: 1
- }
- }
-},
-{
- Id: 231
- Name: "AM_POTIONPITCHER"
- Description: "Aid Potion"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- PartyOnly: true
- GuildOnly: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- AfterCastActDelay: 500
- CoolDown: 0
- Requirements: {
- SPCost: 1
- Items: {
- Red_Potion: 1
- Orange_Potion: 1
- Yellow_Potion: 1
- White_Potion: 1
- Blue_Potion: 1
- Fruit_Of_Mastela: 1
- Royal_Jelly: 1
- Seed_Of_Yggdrasil: 1
- Yggdrasilberry: 1
- Berserk_Potion: 1
- }
- }
-},
-{
- Id: 232
- Name: "AM_CANNIBALIZE"
- Description: "Summon Flora"
- MaxLevel: 5
- Range: 4
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillInstances: 5
- CastTime: 2000
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 300000
- Lv2: 240000
- Lv3: 180000
- Lv4: 120000
- Lv5: 60000
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- CoolDown: 0
- Requirements: {
- SPCost: 20
- Items: {
- MenEater_Plant_Bottle: 1
- }
- }
-},
-{
- Id: 233
- Name: "AM_SPHEREMINE"
- Description: "Summon Marine Sphere"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillInstances: 3
- CastTime: 2000
- AfterCastActDelay: 500
- SkillData1: 30000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- Items: {
- Mini_Bottle: 1
- }
- }
-},
-{
- Id: 234
- Name: "AM_CP_WEAPON"
- Description: "Alchemical Weapon"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- SkillData1: {
- Lv1: 120000
- Lv2: 240000
- Lv3: 360000
- Lv4: 480000
- Lv5: 600000
- Lv6: 720000
- Lv7: 840000
- Lv8: 960000
- Lv9: 1080000
- Lv10: 1200000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 30
- Items: {
- Coating_Bottle: 1
- }
- }
-},
-{
- Id: 235
- Name: "AM_CP_SHIELD"
- Description: "Synthesized Shield"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- SkillData1: {
- Lv1: 120000
- Lv2: 240000
- Lv3: 360000
- Lv4: 480000
- Lv5: 600000
- Lv6: 720000
- Lv7: 840000
- Lv8: 960000
- Lv9: 1080000
- Lv10: 1200000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 25
- Items: {
- Coating_Bottle: 1
- }
- }
-},
-{
- Id: 236
- Name: "AM_CP_ARMOR"
- Description: "Synthetic Armor"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- SkillData1: {
- Lv1: 120000
- Lv2: 240000
- Lv3: 360000
- Lv4: 480000
- Lv5: 600000
- Lv6: 720000
- Lv7: 840000
- Lv8: 960000
- Lv9: 1080000
- Lv10: 1200000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 25
- Items: {
- Coating_Bottle: 1
- }
- }
-},
-{
- Id: 237
- Name: "AM_CP_HELM"
- Description: "Biochemical Helm"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- SkillData1: {
- Lv1: 120000
- Lv2: 240000
- Lv3: 360000
- Lv4: 480000
- Lv5: 600000
- Lv6: 720000
- Lv7: 840000
- Lv8: 960000
- Lv9: 1080000
- Lv10: 1200000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 25
- Items: {
- Coating_Bottle: 1
- }
- }
-},
-{
- Id: 238
- Name: "AM_BIOETHICS"
- Description: "Bioethics"
- MaxLevel: 1
- SkillInfo: {
- Quest: true
- }
- NumberOfHits: 0
-},
-{
- Id: 243
- Name: "AM_CALLHOMUN"
- Description: "Call Homunculus"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SplashRange: 1
- NumberOfHits: 0
- Requirements: {
- SPCost: 10
- Items: {
- Germination_Breed: 1
- }
- }
-},
-{
- Id: 244
- Name: "AM_REST"
- Description: "Vaporize"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- Requirements: {
- SPCost: 50
- }
-},
-{
- Id: 247
- Name: "AM_RESURRECTHOMUN"
- Description: "Homunculus Resurrection"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SplashRange: 1
- NumberOfHits: 0
- CastTime: 2000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 74
- Lv2: 68
- Lv3: 62
- Lv4: 56
- Lv5: 50
- Lv6: 44
- Lv7: 38
- Lv8: 32
- Lv9: 26
- Lv10: 20
- }
- }
-},
-{
- Id: 248
- Name: "CR_TRUST"
- Description: "Faith"
- MaxLevel: 10
- NumberOfHits: 0
-},
-{
- Id: 249
- Name: "CR_AUTOGUARD"
- Description: "Guard"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 300000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 12
- Lv2: 14
- Lv3: 16
- Lv4: 18
- Lv5: 20
- Lv6: 22
- Lv7: 24
- Lv8: 26
- Lv9: 28
- Lv10: 30
- }
- State: "Shield"
- }
-},
-{
- Id: 250
- Name: "CR_SHIELDCHARGE"
- Description: "Smite"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- KnockBackTiles: {
- Lv1: 5
- Lv2: 6
- Lv3: 7
- Lv4: 8
- Lv5: 9
- Lv6: 10
- Lv7: 11
- Lv8: 12
- Lv9: 13
- Lv10: 14
- }
- SkillData2: 5000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- State: "Shield"
- }
-},
-{
- Id: 251
- Name: "CR_SHIELDBOOMERANG"
- Description: "Shield Boomerang"
- MaxLevel: 5
- Range: {
- Lv1: 3
- Lv2: 5
- Lv3: 7
- Lv4: 9
- Lv5: 11
- Lv6: 13
- Lv7: 15
- Lv8: 17
- Lv9: 19
- Lv10: 21
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- AfterCastActDelay: 700
- CoolDown: 0
- Requirements: {
- SPCost: 12
- State: "Shield"
- }
-},
-{
- Id: 252
- Name: "CR_REFLECTSHIELD"
- Description: "Shield Reflect"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- SkillData1: 300000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 35
- Lv2: 40
- Lv3: 45
- Lv4: 50
- Lv5: 55
- Lv6: 60
- Lv7: 65
- Lv8: 70
- Lv9: 75
- Lv10: 80
- }
- State: "Shield"
- }
-},
-{
- Id: 253
- Name: "CR_HOLYCROSS"
- Description: "Holy Cross"
- MaxLevel: 10
- Range: -2
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Holy"
- NumberOfHits: -2
- SkillData2: {
- Lv1: 10000
- Lv2: 11000
- Lv3: 12000
- Lv4: 13000
- Lv5: 14000
- Lv6: 15000
- Lv7: 16000
- Lv8: 17000
- Lv9: 18000
- Lv10: 19000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 11
- Lv2: 12
- Lv3: 13
- Lv4: 14
- Lv5: 15
- Lv6: 16
- Lv7: 17
- Lv8: 18
- Lv9: 19
- Lv10: 20
- }
- }
-},
-{
- Id: 254
- Name: "CR_GRANDCROSS"
- Description: "Grand Cross"
- MaxLevel: 10
- Range: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- TargetSelf: true
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Holy"
- DamageType: {
- IgnoreCards: true
- IgnoreFlee: true
- }
- CastDefRate: 33
- CastTime: 2000
- AfterCastActDelay: 1500
- AfterCastWalkDelay: 900
- SkillData1: 900
- SkillData2: {
- Lv1: 10000
- Lv2: 11000
- Lv3: 12000
- Lv4: 13000
- Lv5: 14000
- Lv6: 15000
- Lv7: 16000
- Lv8: 17000
- Lv9: 18000
- Lv10: 19000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 37
- Lv2: 44
- Lv3: 51
- Lv4: 58
- Lv5: 65
- Lv6: 72
- Lv7: 79
- Lv8: 86
- Lv9: 93
- Lv10: 100
- }
- HPRateCost: 20
- }
- Unit: {
- Id: 0x86
- Layout: -1
- Interval: 300
- Target: "Enemy"
- Flag: {
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 255
- Name: "CR_DEVOTION"
- Description: "Sacrifice"
- MaxLevel: 5
- Range: {
- Lv1: 7
- Lv2: 8
- Lv3: 9
- Lv4: 10
- Lv5: 11
- Lv6: 12
- Lv7: 13
- Lv8: 14
- Lv9: 15
- Lv10: 16
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoCastSelf: true
- PartyOnly: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 3000
- SkillData2: {
- Lv1: 30000
- Lv2: 45000
- Lv3: 60000
- Lv4: 75000
- Lv5: 90000
- Lv6: 105000
- Lv7: 120000
- Lv8: 135000
- Lv9: 150000
- Lv10: 165000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 25
- }
-},
-{
- Id: 256
- Name: "CR_PROVIDENCE"
- Description: "Resistant Souls"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 3000
- SkillData1: 180000
- CoolDown: 0
- Requirements: {
- SPCost: 30
- }
-},
-{
- Id: 257
- Name: "CR_DEFENDER"
- Description: "Defending Aura"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 800
- SkillData1: 180000
- CoolDown: 0
- Requirements: {
- SPCost: 30
- State: "Shield"
- }
-},
-{
- Id: 258
- Name: "CR_SPEARQUICKEN"
- Description: "Spear Quicken"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 30000
- Lv2: 60000
- Lv3: 90000
- Lv4: 120000
- Lv5: 150000
- Lv6: 180000
- Lv7: 210000
- Lv8: 240000
- Lv9: 270000
- Lv10: 300000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 24
- Lv2: 28
- Lv3: 32
- Lv4: 36
- Lv5: 40
- Lv6: 44
- Lv7: 48
- Lv8: 52
- Lv9: 56
- Lv10: 60
- }
- WeaponTypes: {
- 2HSpears: true
- }
- }
-},
-{
- Id: 259
- Name: "MO_IRONHAND"
- Description: "Iron Fists"
- MaxLevel: 10
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 260
- Name: "MO_SPIRITSRECOVERY"
- Description: "Spiritual Cadence"
- MaxLevel: 5
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 261
- Name: "MO_CALLSPIRITS"
- Description: "Summon Spirit Sphere"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- CastTime: 1000
- SkillData1: 600000
- CoolDown: 0
- Requirements: {
- SPCost: 8
- }
-},
-{
- Id: 262
- Name: "MO_ABSORBSPIRITS"
- Description: "Absorb Spirit Sphere"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- CoolDown: 0
- Requirements: {
- SPCost: 5
- }
-},
-{
- Id: 263
- Name: "MO_TRIPLEATTACK"
- Description: "Raging Trifecta Blow"
- MaxLevel: 10
- Range: -1
- Hit: "BDT_MULTIHIT"
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: -3
- AfterCastActDelay: 1000
- CoolDown: 0
- SkillDelayOptions: {
- IgnoreStatusEffect: true
- }
-},
-{
- Id: 264
- Name: "MO_BODYRELOCATION"
- Description: "Snap"
- MaxLevel: 1
- Range: 18
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 14
- SpiritSphereCost: 1
- }
-},
-{
- Id: 265
- Name: "MO_DODGE"
- Description: "Dodge"
- MaxLevel: 10
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 266
- Name: "MO_INVESTIGATE"
- Description: "Occult Impaction"
- MaxLevel: 5
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- DamageType: {
- IgnoreFlee: true
- }
- CastTime: 1000
- AfterCastActDelay: 500
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 10
- Lv2: 14
- Lv3: 17
- Lv4: 19
- Lv5: 20
- Lv6: 20
- Lv7: 20
- Lv8: 20
- Lv9: 20
- Lv10: 20
- }
- SpiritSphereCost: 1
- }
-},
-{
- Id: 267
- Name: "MO_FINGEROFFENSIVE"
- Description: "Throw Spirit Sphere"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- CastTime: 1000
- AfterCastActDelay: 500
- AfterCastWalkDelay: {
- Lv1: 0
- Lv2: 200
- Lv3: 400
- Lv4: 600
- Lv5: 800
- Lv6: 1000
- Lv7: 1200
- Lv8: 1400
- Lv9: 1600
- Lv10: 1800
- }
- CoolDown: 0
- Requirements: {
- SPCost: 10
- SpiritSphereCost: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- }
-},
-{
- Id: 268
- Name: "MO_STEELBODY"
- Description: "Mental Strength"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- CastTime: 5000
- SkillData1: {
- Lv1: 30000
- Lv2: 60000
- Lv3: 90000
- Lv4: 120000
- Lv5: 150000
- Lv6: 180000
- Lv7: 210000
- Lv8: 240000
- Lv9: 270000
- Lv10: 300000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 200
- SpiritSphereCost: 5
- }
-},
-{
- Id: 269
- Name: "MO_BLADESTOP"
- Description: "Root"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 500
- Lv2: 700
- Lv3: 900
- Lv4: 1100
- Lv5: 1300
- Lv6: 1500
- Lv7: 1700
- Lv8: 1900
- Lv9: 2100
- Lv10: 2300
- }
- SkillData2: {
- Lv1: 20000
- Lv2: 30000
- Lv3: 40000
- Lv4: 50000
- Lv5: 60000
- Lv6: 70000
- Lv7: 80000
- Lv8: 90000
- Lv9: 100000
- Lv10: 110000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 10
- WeaponTypes: {
- NoWeapon: true
- Daggers: true
- 1HSwords: true
- 2HSwords: true
- 1HSpears: true
- 2HSpears: true
- 1HAxes: true
- 2HAxes: true
- Maces: true
- 2HMaces: true
- Staves: true
- Knuckles: true
- Instruments: true
- Whips: true
- Books: true
- Katars: true
- Revolvers: true
- Rifles: true
- GatlingGuns: true
- Shotguns: true
- GrenadeLaunchers: true
- FuumaShurikens: true
- }
- SpiritSphereCost: 1
- }
-},
-{
- Id: 270
- Name: "MO_EXPLOSIONSPIRITS"
- Description: "Fury"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- SkillData1: 180000
- CoolDown: 0
- Requirements: {
- SPCost: 15
- SpiritSphereCost: 5
- }
-},
-{
- Id: 271
- Name: "MO_EXTREMITYFIST"
- Description: "Asura Strike"
- MaxLevel: 5
- Range: -2
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- DamageType: {
- IgnoreDefense: true
- IgnoreFlee: true
- }
- InterruptCast: true
- CastTime: {
- Lv1: 4000
- Lv2: 3500
- Lv3: 3000
- Lv4: 2500
- Lv5: 2000
- Lv6: 1500
- Lv7: 1000
- Lv8: 500
- Lv9: 1
- Lv10: 1
- }
- AfterCastActDelay: {
- Lv1: 3000
- Lv2: 2500
- Lv3: 2000
- Lv4: 1500
- Lv5: 1000
- Lv6: 500
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- SkillData2: 300000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- WeaponTypes: {
- NoWeapon: true
- Daggers: true
- 1HSwords: true
- 2HSwords: true
- 1HSpears: true
- 2HSpears: true
- 1HAxes: true
- 2HAxes: true
- Maces: true
- 2HMaces: true
- Staves: true
- Knuckles: true
- Instruments: true
- Whips: true
- Books: true
- Katars: true
- Revolvers: true
- Rifles: true
- GatlingGuns: true
- Shotguns: true
- GrenadeLaunchers: true
- FuumaShurikens: true
- }
- State: "ExplosionSpirits"
- SpiritSphereCost: 5
- }
-},
-{
- Id: 272
- Name: "MO_CHAINCOMBO"
- Description: "Raging Quadruple Blow"
- MaxLevel: 5
- Range: -2
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NoCastSelf: true
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: -4
- AfterCastActDelay: 1000
- CoolDown: 0
- SkillDelayOptions: {
- IgnoreStatusEffect: true
- }
- Requirements: {
- SPCost: {
- Lv1: 11
- Lv2: 12
- Lv3: 13
- Lv4: 14
- Lv5: 15
- Lv6: 16
- Lv7: 17
- Lv8: 18
- Lv9: 19
- Lv10: 20
- }
- WeaponTypes: {
- NoWeapon: true
- Daggers: true
- 1HSwords: true
- 2HSwords: true
- 1HSpears: true
- 2HSpears: true
- 1HAxes: true
- 2HAxes: true
- Maces: true
- 2HMaces: true
- Staves: true
- Knuckles: true
- Instruments: true
- Whips: true
- Books: true
- Katars: true
- Revolvers: true
- Rifles: true
- GatlingGuns: true
- Shotguns: true
- GrenadeLaunchers: true
- FuumaShurikens: true
- }
- }
-},
-{
- Id: 273
- Name: "MO_COMBOFINISH"
- Description: "Raging Thrust"
- MaxLevel: 5
- Range: -2
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 2
- AfterCastActDelay: 700
- CoolDown: 0
- SkillDelayOptions: {
- IgnoreStatusEffect: true
- }
- Requirements: {
- SPCost: {
- Lv1: 11
- Lv2: 12
- Lv3: 13
- Lv4: 14
- Lv5: 15
- Lv6: 16
- Lv7: 17
- Lv8: 18
- Lv9: 19
- Lv10: 20
- }
- WeaponTypes: {
- NoWeapon: true
- Daggers: true
- 1HSwords: true
- 2HSwords: true
- 1HSpears: true
- 2HSpears: true
- 1HAxes: true
- 2HAxes: true
- Maces: true
- 2HMaces: true
- Staves: true
- Knuckles: true
- Instruments: true
- Whips: true
- Books: true
- Katars: true
- Revolvers: true
- Rifles: true
- GatlingGuns: true
- Shotguns: true
- GrenadeLaunchers: true
- FuumaShurikens: true
- }
- SpiritSphereCost: 1
- }
-},
-{
- Id: 274
- Name: "SA_ADVANCEDBOOK"
- Description: "Study"
- MaxLevel: 10
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 275
- Name: "SA_CASTCANCEL"
- Description: "Cast Cancel"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 2
- }
-},
-{
- Id: 276
- Name: "SA_MAGICROD"
- Description: "Magic Rod"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillData1: {
- Lv1: 400
- Lv2: 600
- Lv3: 800
- Lv4: 1000
- Lv5: 1200
- Lv6: 1400
- Lv7: 1600
- Lv8: 1800
- Lv9: 2000
- Lv10: 2200
- }
- CoolDown: 0
- Requirements: {
- SPCost: 2
- }
-},
-{
- Id: 277
- Name: "SA_SPELLBREAKER"
- Description: "Spell Breaker"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 700
- CoolDown: 0
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 278
- Name: "SA_FREECAST"
- Description: "Free Cast"
- MaxLevel: 10
- AttackType: "Magic"
- NumberOfHits: 0
-},
-{
- Id: 279
- Name: "SA_AUTOSPELL"
- Description: "Hindsight"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 3000
- SkillData1: {
- Lv1: 120000
- Lv2: 150000
- Lv3: 180000
- Lv4: 210000
- Lv5: 240000
- Lv6: 270000
- Lv7: 300000
- Lv8: 330000
- Lv9: 360000
- Lv10: 390000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 35
- }
-},
-{
- Id: 280
- Name: "SA_FLAMELAUNCHER"
- Description: "Endow Blaze"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- PartyOnly: true
- GuildOnly: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 3000
- SkillData1: {
- Lv1: 1200000
- Lv2: 1200000
- Lv3: 1200000
- Lv4: 1200000
- Lv5: 1800000
- Lv6: 1800000
- Lv7: 1800000
- Lv8: 1800000
- Lv9: 1800000
- Lv10: 1800000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 40
- Items: {
- Boody_Red: 1
- }
- }
-},
-{
- Id: 281
- Name: "SA_FROSTWEAPON"
- Description: "Endow Tsunami"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- PartyOnly: true
- GuildOnly: true
- }
- AttackType: "Magic"
- Element: "Ele_Water"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 3000
- SkillData1: {
- Lv1: 1200000
- Lv2: 1200000
- Lv3: 1200000
- Lv4: 1200000
- Lv5: 1800000
- Lv6: 1800000
- Lv7: 1800000
- Lv8: 1800000
- Lv9: 1800000
- Lv10: 1800000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 40
- Items: {
- Crystal_Blue: 1
- }
- }
-},
-{
- Id: 282
- Name: "SA_LIGHTNINGLOADER"
- Description: "Endow Tornado"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- PartyOnly: true
- GuildOnly: true
- }
- AttackType: "Magic"
- Element: "Ele_Wind"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 3000
- SkillData1: {
- Lv1: 1200000
- Lv2: 1200000
- Lv3: 1200000
- Lv4: 1200000
- Lv5: 1800000
- Lv6: 1800000
- Lv7: 1800000
- Lv8: 1800000
- Lv9: 1800000
- Lv10: 1800000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 40
- Items: {
- Wind_Of_Verdure: 1
- }
- }
-},
-{
- Id: 283
- Name: "SA_SEISMICWEAPON"
- Description: "Endow Quake"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- PartyOnly: true
- GuildOnly: true
- }
- AttackType: "Magic"
- Element: "Ele_Earth"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 3000
- SkillData1: {
- Lv1: 1200000
- Lv2: 1200000
- Lv3: 1200000
- Lv4: 1200000
- Lv5: 1800000
- Lv6: 1800000
- Lv7: 1800000
- Lv8: 1800000
- Lv9: 1800000
- Lv10: 1800000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 40
- Items: {
- Yellow_Live: 1
- }
- }
-},
-{
- Id: 284
- Name: "SA_DRAGONOLOGY"
- Description: "Dragonology"
- MaxLevel: 5
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 285
- Name: "SA_VOLCANO"
- Description: "Volcano"
- MaxLevel: 5
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 5000
- SkillData1: {
- Lv1: 60000
- Lv2: 120000
- Lv3: 180000
- Lv4: 240000
- Lv5: 300000
- Lv6: 360000
- Lv7: 420000
- Lv8: 480000
- Lv9: 540000
- Lv10: 600000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 48
- Lv2: 46
- Lv3: 44
- Lv4: 42
- Lv5: 40
- Lv6: 38
- Lv7: 36
- Lv8: 34
- Lv9: 32
- Lv10: 30
- }
- Items: {
- Yellow_Gemstone: 1
- }
- }
- Unit: {
- Id: 0x9a
- Layout: 3
- Interval: -1
- Target: "All"
- Flag: {
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 286
- Name: "SA_DELUGE"
- Description: "Deluge"
- MaxLevel: 5
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- Element: "Ele_Water"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 5000
- SkillData1: {
- Lv1: 60000
- Lv2: 120000
- Lv3: 180000
- Lv4: 240000
- Lv5: 300000
- Lv6: 360000
- Lv7: 420000
- Lv8: 480000
- Lv9: 540000
- Lv10: 600000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 48
- Lv2: 46
- Lv3: 44
- Lv4: 42
- Lv5: 40
- Lv6: 38
- Lv7: 36
- Lv8: 34
- Lv9: 32
- Lv10: 30
- }
- Items: {
- Yellow_Gemstone: 1
- }
- }
- Unit: {
- Id: 0x9b
- Layout: 3
- Interval: -1
- Target: "All"
- Flag: {
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 287
- Name: "SA_VIOLENTGALE"
- Description: "Whirlwind"
- MaxLevel: 5
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- Element: "Ele_Wind"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 5000
- SkillData1: {
- Lv1: 60000
- Lv2: 120000
- Lv3: 180000
- Lv4: 240000
- Lv5: 300000
- Lv6: 360000
- Lv7: 420000
- Lv8: 480000
- Lv9: 540000
- Lv10: 600000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 48
- Lv2: 46
- Lv3: 44
- Lv4: 42
- Lv5: 40
- Lv6: 38
- Lv7: 36
- Lv8: 34
- Lv9: 32
- Lv10: 30
- }
- Items: {
- Yellow_Gemstone: 1
- }
- }
- Unit: {
- Id: 0x9c
- Layout: 3
- Interval: -1
- Target: "All"
- Flag: {
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 288
- Name: "SA_LANDPROTECTOR"
- Description: "Magnetic Earth"
- MaxLevel: 5
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 5000
- SkillData1: {
- Lv1: 165000
- Lv2: 210000
- Lv3: 255000
- Lv4: 300000
- Lv5: 345000
- Lv6: 390000
- Lv7: 435000
- Lv8: 480000
- Lv9: 525000
- Lv10: 570000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 66
- Lv2: 62
- Lv3: 58
- Lv4: 54
- Lv5: 50
- Lv6: 46
- Lv7: 42
- Lv8: 38
- Lv9: 34
- Lv10: 30
- }
- Items: {
- Blue_Gemstone: 1
- Yellow_Gemstone: 1
- }
- }
- Unit: {
- Id: 0x9d
- Layout: {
- Lv1: 3
- Lv2: 3
- Lv3: 4
- Lv4: 4
- Lv5: 5
- Lv6: 5
- Lv7: 6
- Lv8: 6
- Lv9: 7
- Lv10: 7
- }
- Interval: -1
- Target: "All"
- Flag: {
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 289
- Name: "SA_DISPELL"
- Description: "Dispell"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NoCastSelf: true
- PartyOnly: true
- GuildOnly: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- SplashRange: {
- Lv1: 0
- Lv2: 0
- Lv3: 0
- Lv4: 0
- Lv5: 0
- Lv6: -1
- Lv7: -1
- Lv8: -1
- Lv9: -1
- Lv10: -1
- }
- InterruptCast: true
- CastTime: 2000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- Items: {
- Yellow_Gemstone: 1
- }
- }
-},
-{
- Id: 290
- Name: "SA_ABRACADABRA"
- Description: "Hocus-pocus"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- Requirements: {
- SPCost: 50
- Items: {
- Yellow_Gemstone: 2
- }
- }
-},
-{
- Id: 291
- Name: "SA_MONOCELL"
- Description: "Monocell"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 292
- Name: "SA_CLASSCHANGE"
- Description: "Class Change"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 293
- Name: "SA_SUMMONMONSTER"
- Description: "Monster Chant"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 294
- Name: "SA_REVERSEORCISH"
- Description: "Grampus Morph"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillData1: 1200000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 295
- Name: "SA_DEATH"
- Description: "Grim Reaper"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 296
- Name: "SA_FORTUNE"
- Description: "Gold Digger"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 297
- Name: "SA_TAMINGMONSTER"
- Description: "Beastly Hypnosis"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 298
- Name: "SA_QUESTION"
- Description: "Questioning"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 299
- Name: "SA_GRAVITY"
- Description: "Gravity"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 300
- Name: "SA_LEVELUP"
- Description: "Leveling"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 301
- Name: "SA_INSTANTDEATH"
- Description: "Suicide"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- InterruptCast: true
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 302
- Name: "SA_FULLRECOVERY"
- Description: "Rejuvenation"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 303
- Name: "SA_COMA"
- Description: "Coma"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- InterruptCast: true
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 304
- Name: "BD_ADAPTATION"
- Description: "Amp"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData2: 5000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 305
- Name: "BD_ENCORE"
- Description: "Encore"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 1
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
-},
-{
- Id: 306
- Name: "BD_LULLABY"
- Description: "Lullaby"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Ensemble: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 60000
- SkillData2: 15000
- CoolDown: 0
- Requirements: {
- SPCost: 20
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
- Unit: {
- Id: 0x9e
- Layout: 4
- Interval: 6000
- Target: "Enemy"
- Flag: {
- UF_ENSEMBLE: true
- }
- }
-},
-{
- Id: 307
- Name: "BD_RICHMANKIM"
- Description: "Mental Sensing"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Ensemble: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 60000
- SkillData2: 60000
- CoolDown: 0
- Requirements: {
- SPCost: 20
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
- Unit: {
- Id: 0x9f
- Layout: 4
- Interval: -1
- Target: "Enemy"
- Flag: {
- UF_NOPC: true
- UF_ENSEMBLE: true
- }
- }
-},
-{
- Id: 308
- Name: "BD_ETERNALCHAOS"
- Description: "Down Tempo"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Ensemble: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 60000
- SkillData2: 60000
- CoolDown: 0
- Requirements: {
- SPCost: 30
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
- Unit: {
- Id: 0xa0
- Layout: 4
- Interval: -1
- Target: "Enemy"
- Flag: {
- UF_ENSEMBLE: true
- }
- }
-},
-{
- Id: 309
- Name: "BD_DRUMBATTLEFIELD"
- Description: "Battle Theme"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Ensemble: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 60000
- SkillData2: 60000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 38
- Lv2: 41
- Lv3: 44
- Lv4: 47
- Lv5: 50
- Lv6: 53
- Lv7: 56
- Lv8: 59
- Lv9: 62
- Lv10: 65
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
- Unit: {
- Id: 0xa1
- Layout: 4
- Interval: -1
- Target: "Party"
- Flag: {
- UF_ENSEMBLE: true
- }
- }
-},
-{
- Id: 310
- Name: "BD_RINGNIBELUNGEN"
- Description: "Harmonic Lick"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Ensemble: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 60000
- SkillData2: 60000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 38
- Lv2: 41
- Lv3: 44
- Lv4: 47
- Lv5: 50
- Lv6: 53
- Lv7: 56
- Lv8: 59
- Lv9: 62
- Lv10: 65
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
- Unit: {
- Id: 0xa2
- Layout: 4
- Interval: -1
- Target: "Party"
- Flag: {
- UF_ENSEMBLE: true
- }
- }
-},
-{
- Id: 311
- Name: "BD_ROKISWEIL"
- Description: "Classical Pluck"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Ensemble: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 60000
- SkillData2: 60000
- CoolDown: 0
- Requirements: {
- SPCost: 15
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
- Unit: {
- Id: 0xa3
- Layout: 4
- Interval: -1
- Target: "All"
- Flag: {
- UF_ENSEMBLE: true
- }
- }
-},
-{
- Id: 312
- Name: "BD_INTOABYSS"
- Description: "Power Chord"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Ensemble: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 60000
- SkillData2: 60000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
- Unit: {
- Id: 0xa4
- Layout: 4
- Interval: -1
- Target: "Party"
- Flag: {
- UF_NOMOB: true
- UF_ENSEMBLE: true
- }
- }
-},
-{
- Id: 313
- Name: "BD_SIEGFRIED"
- Description: "Acoustic Rhythm"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Ensemble: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 60000
- SkillData2: 60000
- CoolDown: 0
- Requirements: {
- SPCost: 20
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
- Unit: {
- Id: 0xa5
- Layout: 4
- Interval: -1
- Target: "Party"
- Flag: {
- UF_ENSEMBLE: true
- }
- }
-},
-{
- Id: 315
- Name: "BA_MUSICALLESSON"
- Description: "Music Lessons"
- MaxLevel: 10
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 316
- Name: "BA_MUSICALSTRIKE"
- Description: "Melody Strike"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- CastTime: 1500
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 1
- Lv2: 3
- Lv3: 5
- Lv4: 7
- Lv5: 9
- Lv6: 11
- Lv7: 13
- Lv8: 15
- Lv9: 17
- Lv10: 19
- }
- WeaponTypes: {
- Instruments: true
- }
- AmmoTypes: {
- A_ARROW: true
- }
- AmmoAmount: 1
- }
-},
-{
- Id: 317
- Name: "BA_DISSONANCE"
- Description: "Unchained Serenade"
- MaxLevel: 5
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Song: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- IgnoreFlee: true
- }
- SkillData1: 30000
- SkillData2: 3000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 18
- Lv2: 21
- Lv3: 24
- Lv4: 27
- Lv5: 30
- Lv6: 33
- Lv7: 36
- Lv8: 39
- Lv9: 42
- Lv10: 45
- }
- WeaponTypes: {
- Instruments: true
- }
- }
- Unit: {
- Id: 0xa6
- Layout: 3
- Interval: 3000
- Target: "Enemy"
- Flag: {
- UF_SONG: true
- }
- }
-},
-{
- Id: 318
- Name: "BA_FROSTJOKER"
- Description: "Unbarring Octave"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: -1
- AfterCastActDelay: 3000
- SkillData2: {
- Lv1: 10000
- Lv2: 11000
- Lv3: 12000
- Lv4: 13000
- Lv5: 14000
- Lv6: 15000
- Lv7: 16000
- Lv8: 17000
- Lv9: 18000
- Lv10: 19000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 12
- Lv2: 14
- Lv3: 16
- Lv4: 18
- Lv5: 20
- Lv6: 22
- Lv7: 24
- Lv8: 26
- Lv9: 28
- Lv10: 30
- }
- }
-},
-{
- Id: 319
- Name: "BA_WHISTLE"
- Description: "Perfect Tablature"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Song: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 60000
- SkillData2: 20000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 24
- Lv2: 28
- Lv3: 32
- Lv4: 36
- Lv5: 40
- Lv6: 44
- Lv7: 48
- Lv8: 52
- Lv9: 56
- Lv10: 60
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
- Unit: {
- Id: 0xa7
- Layout: 3
- Interval: 3000
- Target: "All"
- Flag: {
- UF_NOMOB: true
- UF_SONG: true
- UF_DUALMODE: true
- }
- }
-},
-{
- Id: 320
- Name: "BA_ASSASSINCROSS"
- Description: "Impressive Riff"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Song: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 120000
- SkillData2: 20000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 38
- Lv2: 41
- Lv3: 44
- Lv4: 47
- Lv5: 50
- Lv6: 53
- Lv7: 56
- Lv8: 59
- Lv9: 62
- Lv10: 65
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
- Unit: {
- Id: 0xa8
- Layout: 3
- Interval: 3000
- Target: "All"
- Flag: {
- UF_NOMOB: true
- UF_SONG: true
- UF_DUALMODE: true
- }
- }
-},
-{
- Id: 321
- Name: "BA_POEMBRAGI"
- Description: "Magic Strings"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Song: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 180000
- SkillData2: 20000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 45
- Lv3: 50
- Lv4: 55
- Lv5: 60
- Lv6: 65
- Lv7: 70
- Lv8: 75
- Lv9: 80
- Lv10: 85
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
- Unit: {
- Id: 0xa9
- Layout: 3
- Interval: 3000
- Target: "All"
- Flag: {
- UF_NOMOB: true
- UF_SONG: true
- UF_DUALMODE: true
- }
- }
-},
-{
- Id: 322
- Name: "BA_APPLEIDUN"
- Description: "Song of Lutie"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Song: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 180000
- SkillData2: 20000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 45
- Lv3: 50
- Lv4: 55
- Lv5: 60
- Lv6: 65
- Lv7: 70
- Lv8: 75
- Lv9: 80
- Lv10: 85
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
- Unit: {
- Id: 0xaa
- Layout: 3
- Interval: 6000
- Target: "All"
- Flag: {
- UF_NOMOB: true
- UF_SONG: true
- UF_DUALMODE: true
- }
- }
-},
-{
- Id: 323
- Name: "DC_DANCINGLESSON"
- Description: "Dance Lessons"
- MaxLevel: 10
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 324
- Name: "DC_THROWARROW"
- Description: "Slinging Arrow"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- CastTime: 1500
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 1
- Lv2: 3
- Lv3: 5
- Lv4: 7
- Lv5: 9
- Lv6: 11
- Lv7: 13
- Lv8: 15
- Lv9: 17
- Lv10: 19
- }
- WeaponTypes: {
- Whips: true
- }
- AmmoTypes: {
- A_ARROW: true
- }
- AmmoAmount: 1
- }
-},
-{
- Id: 325
- Name: "DC_UGLYDANCE"
- Description: "Hip Shaker"
- MaxLevel: 5
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Song: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 30000
- SkillData2: 3000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 23
- Lv2: 26
- Lv3: 29
- Lv4: 32
- Lv5: 35
- Lv6: 38
- Lv7: 41
- Lv8: 44
- Lv9: 47
- Lv10: 50
- }
- WeaponTypes: {
- Whips: true
- }
- }
- Unit: {
- Id: 0xab
- Layout: 3
- Interval: 3000
- Target: "Enemy"
- Flag: {
- UF_DANCE: true
- }
- }
-},
-{
- Id: 326
- Name: "DC_SCREAM"
- Description: "Dazzler"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: -1
- AfterCastActDelay: 3000
- SkillData2: 5000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 12
- Lv2: 14
- Lv3: 16
- Lv4: 18
- Lv5: 20
- Lv6: 22
- Lv7: 24
- Lv8: 26
- Lv9: 28
- Lv10: 30
- }
- }
-},
-{
- Id: 327
- Name: "DC_HUMMING"
- Description: "Focus Ballet"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Song: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 60000
- SkillData2: 20000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 22
- Lv2: 24
- Lv3: 26
- Lv4: 28
- Lv5: 30
- Lv6: 32
- Lv7: 34
- Lv8: 36
- Lv9: 38
- Lv10: 40
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
- Unit: {
- Id: 0xac
- Layout: 3
- Interval: 3000
- Target: "All"
- Flag: {
- UF_NOMOB: true
- UF_DANCE: true
- UF_DUALMODE: true
- }
- }
-},
-{
- Id: 328
- Name: "DC_DONTFORGETME"
- Description: "Slow Grace"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Song: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 180000
- SkillData2: 20000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 28
- Lv2: 31
- Lv3: 34
- Lv4: 37
- Lv5: 40
- Lv6: 43
- Lv7: 46
- Lv8: 49
- Lv9: 52
- Lv10: 55
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
- Unit: {
- Id: 0xad
- Layout: 3
- Interval: 3000
- Target: "Enemy"
- Flag: {
- UF_DANCE: true
- UF_DUALMODE: true
- }
- }
-},
-{
- Id: 329
- Name: "DC_FORTUNEKISS"
- Description: "Lady Luck"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Song: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 120000
- SkillData2: 20000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 43
- Lv2: 46
- Lv3: 49
- Lv4: 52
- Lv5: 55
- Lv6: 58
- Lv7: 61
- Lv8: 64
- Lv9: 67
- Lv10: 70
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
- Unit: {
- Id: 0xae
- Layout: 3
- Interval: 3000
- Target: "All"
- Flag: {
- UF_NOMOB: true
- UF_DANCE: true
- UF_DUALMODE: true
- }
- }
-},
-{
- Id: 330
- Name: "DC_SERVICEFORYOU"
- Description: "Gypsy's Kiss"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Song: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 180000
- SkillData2: 20000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 45
- Lv3: 50
- Lv4: 55
- Lv5: 60
- Lv6: 65
- Lv7: 70
- Lv8: 75
- Lv9: 80
- Lv10: 85
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
- Unit: {
- Id: 0xaf
- Layout: 3
- Interval: 3000
- Target: "All"
- Flag: {
- UF_NOMOB: true
- UF_DANCE: true
- UF_DUALMODE: true
- }
- }
-},
-{
- Id: 331
- Name: "NPC_RANDOMMOVE"
- Description: "Random Move"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
-},
-{
- Id: 332
- Name: "NPC_SPEEDUP"
- Description: "Speed UP"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
-},
-{
- Id: 333
- Name: "NPC_REVENGE"
- Description: "Revenge"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
-},
-{
- Id: 334
- Name: "WE_MALE"
- Description: "I Will Protect You"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Wedding: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 3000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- HPRateCost: -10
- }
-},
-{
- Id: 335
- Name: "WE_FEMALE"
- Description: "I Look up to You"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Wedding: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 3000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- SPRateCost: -10
- }
-},
-{
- Id: 336
- Name: "WE_CALLPARTNER"
- Description: "I miss You"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Wedding: true
- }
- DamageType: {
- NoDamage: true
- }
- SplashRange: 3
- InterruptCast: true
- SkillInstances: 1
- SkillData1: 20000
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- }
- Requirements: {
- SPCost: 1
- }
- Unit: {
- Id: 0xb2
- Range: -1
- Interval: -1
- }
-},
-{
- Id: 337
- Name: "ITM_TOMAHAWK"
- Description: "Throw Tomahawk"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 338
- Name: "NPC_DARKCROSS"
- Description: "Cross of Darkness"
- MaxLevel: 10
- Range: -1
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Dark"
- NumberOfHits: -2
-},
-{
- Id: 339
- Name: "NPC_GRANDDARKNESS"
- Description: "Grand cross of Darkness"
- MaxLevel: 10
- Range: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- TargetSelf: true
- }
- AttackType: "Magic"
- Element: "Ele_Dark"
- DamageType: {
- IgnoreCards: true
- IgnoreFlee: true
- }
- CastTime: 2000
- AfterCastActDelay: 1500
- AfterCastWalkDelay: 900
- SkillData1: 900
- SkillData2: {
- Lv1: 10000
- Lv2: 11000
- Lv3: 12000
- Lv4: 13000
- Lv5: 14000
- Lv6: 15000
- Lv7: 16000
- Lv8: 17000
- Lv9: 18000
- Lv10: 19000
- }
- CoolDown: 0
- Unit: {
- Id: 0x86
- Layout: -1
- Interval: 300
- Target: "Enemy"
- }
-},
-{
- Id: 340
- Name: "NPC_DARKSTRIKE"
- Description: "Soul Strike of Darkness"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- Element: "Ele_Dark"
- NumberOfHits: {
- Lv1: 1
- Lv2: 1
- Lv3: 2
- Lv4: 2
- Lv5: 3
- Lv6: 3
- Lv7: 4
- Lv8: 4
- Lv9: 5
- Lv10: 5
- }
- InterruptCast: true
-},
-{
- Id: 341
- Name: "NPC_DARKTHUNDER"
- Description: "Darkness Jupitel"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- Element: "Ele_Dark"
- NumberOfHits: {
- Lv1: 3
- Lv2: 4
- Lv3: 5
- Lv4: 6
- Lv5: 7
- Lv6: 8
- Lv7: 9
- Lv8: 10
- Lv9: 11
- Lv10: 12
- }
- InterruptCast: true
- KnockBackTiles: {
- Lv1: 2
- Lv2: 3
- Lv3: 3
- Lv4: 4
- Lv5: 4
- Lv6: 5
- Lv7: 5
- Lv8: 6
- Lv9: 6
- Lv10: 7
- }
-},
-{
- Id: 342
- Name: "NPC_STOP"
- Description: "Stop"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- SkillData1: 10000
- CoolDown: 0
-},
-{
- Id: 343
- Name: "NPC_WEAPONBRAKER"
- Description: "Break weapon"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
-},
-{
- Id: 344
- Name: "NPC_ARMORBRAKE"
- Description: "Break armor"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
-},
-{
- Id: 345
- Name: "NPC_HELMBRAKE"
- Description: "Break helm"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
-},
-{
- Id: 346
- Name: "NPC_SHIELDBRAKE"
- Description: "Break shield"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
-},
-{
- Id: 347
- Name: "NPC_UNDEADATTACK"
- Description: "Undead Element Attack"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Undead"
-},
-{
- Id: 348
- Name: "NPC_CHANGEUNDEAD"
- Description: "Undead Attribute Change"
- MaxLevel: 5
- Range: 9
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- Element: "Ele_Undead"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 30000
- CoolDown: 0
-},
-{
- Id: 349
- Name: "NPC_POWERUP"
- Description: "Power Up"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- SkillData1: {
- Lv1: 10000
- Lv2: 15000
- Lv3: 20000
- Lv4: 25000
- Lv5: 30000
- Lv6: 35000
- Lv7: 40000
- Lv8: 45000
- Lv9: 50000
- Lv10: 55000
- }
- CoolDown: 0
-},
-{
- Id: 350
- Name: "NPC_AGIUP"
- Description: "Agility UP"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- SkillData1: {
- Lv1: 10000
- Lv2: 15000
- Lv3: 20000
- Lv4: 25000
- Lv5: 30000
- Lv6: 35000
- Lv7: 40000
- Lv8: 45000
- Lv9: 50000
- Lv10: 55000
- }
- CoolDown: 0
-},
-{
- Id: 351
- Name: "NPC_SIEGEMODE"
- Description: "Siege Mode"
- MaxLevel: 1
- SkillInfo: {
- NPC: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
-},
-{
- Id: 352
- Name: "NPC_CALLSLAVE"
- Description: "Recall Slaves"
- MaxLevel: 1
- Range: 2
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
-},
-{
- Id: 353
- Name: "NPC_INVISIBLE"
- Description: "Invisible"
- MaxLevel: 1
- SkillInfo: {
- NPC: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- SkillData1: 30000
- CoolDown: 0
-},
-{
- Id: 354
- Name: "NPC_RUN"
- Description: "Run"
- MaxLevel: 20
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- AfterCastActDelay: {
- Lv1: 0
- Lv2: 500
- Lv3: 1000
- Lv4: 1500
- Lv5: 2000
- Lv6: 2500
- Lv7: 3000
- Lv8: 3500
- Lv9: 4000
- Lv10: 4500
- }
- CoolDown: 0
-},
-{
- Id: 355
- Name: "LK_AURABLADE"
- Description: "Aura Blade"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 40000
- Lv2: 60000
- Lv3: 80000
- Lv4: 100000
- Lv5: 120000
- Lv6: 140000
- Lv7: 160000
- Lv8: 180000
- Lv9: 200000
- Lv10: 220000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 18
- Lv2: 26
- Lv3: 34
- Lv4: 42
- Lv5: 50
- Lv6: 58
- Lv7: 66
- Lv8: 74
- Lv9: 82
- Lv10: 90
- }
- WeaponTypes: {
- Daggers: true
- 1HSwords: true
- 2HSwords: true
- 1HSpears: true
- 2HSpears: true
- 1HAxes: true
- 2HAxes: true
- Maces: true
- 2HMaces: true
- Staves: true
- Bows: true
- Knuckles: true
- Instruments: true
- Whips: true
- Books: true
- Katars: true
- Revolvers: true
- Rifles: true
- GatlingGuns: true
- Shotguns: true
- GrenadeLaunchers: true
- FuumaShurikens: true
- }
- }
-},
-{
- Id: 356
- Name: "LK_PARRYING"
- Description: "Parrying"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 15000
- Lv2: 20000
- Lv3: 25000
- Lv4: 30000
- Lv5: 35000
- Lv6: 40000
- Lv7: 45000
- Lv8: 50000
- Lv9: 55000
- Lv10: 60000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 50
- WeaponTypes: {
- 2HSwords: true
- }
- }
-},
-{
- Id: 357
- Name: "LK_CONCENTRATION"
- Description: "Concentration"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 25000
- Lv2: 30000
- Lv3: 35000
- Lv4: 40000
- Lv5: 45000
- Lv6: 50000
- Lv7: 55000
- Lv8: 60000
- Lv9: 65000
- Lv10: 70000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 14
- Lv2: 18
- Lv3: 22
- Lv4: 26
- Lv5: 30
- Lv6: 34
- Lv7: 38
- Lv8: 42
- Lv9: 46
- Lv10: 50
- }
- }
-},
-{
- Id: 358
- Name: "LK_TENSIONRELAX"
- Description: "Relax"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 180000
- CoolDown: 0
- Requirements: {
- SPCost: 15
- }
-},
-{
- Id: 359
- Name: "LK_BERSERK"
- Description: "Frenzy"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 300000
- SkillData2: 15000
- CoolDown: 0
- Requirements: {
- SPCost: 200
- }
-},
-{
- Id: 361
- Name: "HP_ASSUMPTIO"
- Description: "Assumptio"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- SplashRange: 1
- InterruptCast: true
- CastTime: {
- Lv1: 1000
- Lv2: 1500
- Lv3: 2000
- Lv4: 2500
- Lv5: 3000
- Lv6: 3500
- Lv7: 4000
- Lv8: 4500
- Lv9: 5000
- Lv10: 5500
- }
- AfterCastActDelay: {
- Lv1: 1100
- Lv2: 1200
- Lv3: 1300
- Lv4: 1400
- Lv5: 1500
- Lv6: 1600
- Lv7: 1700
- Lv8: 1800
- Lv9: 1900
- Lv10: 2000
- }
- SkillData1: {
- Lv1: 20000
- Lv2: 40000
- Lv3: 60000
- Lv4: 80000
- Lv5: 100000
- Lv6: 120000
- Lv7: 140000
- Lv8: 160000
- Lv9: 180000
- Lv10: 200000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 30
- Lv3: 40
- Lv4: 50
- Lv5: 60
- Lv6: 70
- Lv7: 80
- Lv8: 90
- Lv9: 100
- Lv10: 110
- }
- }
-},
-{
- Id: 362
- Name: "HP_BASILICA"
- Description: "Basilica"
- MaxLevel: 5
- Range: 4
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- KnockBackTiles: 2
- CastTime: {
- Lv1: 5000
- Lv2: 6000
- Lv3: 7000
- Lv4: 8000
- Lv5: 9000
- Lv6: 10000
- Lv7: 11000
- Lv8: 12000
- Lv9: 13000
- Lv10: 14000
- }
- AfterCastActDelay: {
- Lv1: 2000
- Lv2: 3000
- Lv3: 4000
- Lv4: 5000
- Lv5: 6000
- Lv6: 7000
- Lv7: 8000
- Lv8: 9000
- Lv9: 10000
- Lv10: 11000
- }
- SkillData1: {
- Lv1: 20000
- Lv2: 25000
- Lv3: 30000
- Lv4: 35000
- Lv5: 40000
- Lv6: 45000
- Lv7: 50000
- Lv8: 55000
- Lv9: 60000
- Lv10: 65000
- }
- SkillData2: {
- Lv1: 20000
- Lv2: 25000
- Lv3: 30000
- Lv4: 35000
- Lv5: 40000
- Lv6: 45000
- Lv7: 50000
- Lv8: 55000
- Lv9: 60000
- Lv10: 65000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 80
- Lv2: 90
- Lv3: 100
- Lv4: 110
- Lv5: 120
- Lv6: 130
- Lv7: 140
- Lv8: 150
- Lv9: 160
- Lv10: 170
- }
- Items: {
- Yellow_Gemstone: 1
- Red_Gemstone: 1
- Blue_Gemstone: 1
- Holy_Water: 1
- }
- }
- Unit: {
- Id: 0xb4
- Range: 2
- Interval: 300
- Target: "All"
- }
-},
-{
- Id: 363
- Name: "HP_MEDITATIO"
- Description: "Meditatio"
- MaxLevel: 10
- AttackType: "Magic"
- NumberOfHits: 0
-},
-{
- Id: 364
- Name: "HW_SOULDRAIN"
- Description: "Soul Drain"
- MaxLevel: 10
- AttackType: "Magic"
-},
-{
- Id: 365
- Name: "HW_MAGICCRASHER"
- Description: "Stave Crasher"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- InterruptCast: true
- CastTime: 300
- AfterCastActDelay: 300
- CoolDown: 0
- Requirements: {
- SPCost: 8
- }
-},
-{
- Id: 366
- Name: "HW_MAGICPOWER"
- Description: "Mystical Amplification"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- CastTime: 700
- SkillData1: 30000
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- IgnoreStatusEffect: true
- }
- Requirements: {
- SPCost: {
- Lv1: 14
- Lv2: 18
- Lv3: 22
- Lv4: 26
- Lv5: 30
- Lv6: 34
- Lv7: 38
- Lv8: 42
- Lv9: 46
- Lv10: 50
- }
- }
-},
-{
- Id: 367
- Name: "PA_PRESSURE"
- Description: "Gloria Domini"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Misc"
- DamageType: {
- IgnoreElement: true
- IgnoreFlee: true
- IgnoreDefCards: true
- }
- CastTime: {
- Lv1: 2000
- Lv2: 2500
- Lv3: 3000
- Lv4: 3500
- Lv5: 4000
- Lv6: 4500
- Lv7: 5000
- Lv8: 5500
- Lv9: 6000
- Lv10: 6500
- }
- AfterCastActDelay: {
- Lv1: 2000
- Lv2: 2500
- Lv3: 3000
- Lv4: 3500
- Lv5: 4000
- Lv6: 4500
- Lv7: 5000
- Lv8: 5500
- Lv9: 6000
- Lv10: 6500
- }
- SkillData2: {
- Lv1: 2000
- Lv2: 3000
- Lv3: 4000
- Lv4: 5000
- Lv5: 6000
- Lv6: 7000
- Lv7: 8000
- Lv8: 9000
- Lv9: 10000
- Lv10: 11000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 35
- Lv3: 40
- Lv4: 45
- Lv5: 50
- Lv6: 55
- Lv7: 60
- Lv8: 65
- Lv9: 70
- Lv10: 75
- }
- }
-},
-{
- Id: 368
- Name: "PA_SACRIFICE"
- Description: "Martyr's Reckoning"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- IgnoreDefense: true
- IgnoreFlee: true
- }
- InterruptCast: true
- AfterCastActDelay: 2000
- CoolDown: 0
- Requirements: {
- SPCost: 100
- }
-},
-{
- Id: 369
- Name: "PA_GOSPEL"
- Description: "Battle Chant"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- IgnoreFlee: true
- }
- InterruptCast: true
- SkillData1: 60000
- SkillData2: 60000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 80
- Lv2: 80
- Lv3: 80
- Lv4: 80
- Lv5: 80
- Lv6: 100
- Lv7: 100
- Lv8: 100
- Lv9: 100
- Lv10: 100
- }
- }
- Unit: {
- Id: 0xb3
- Layout: -1
- Interval: 10000
- Target: "All"
- Flag: {
- UF_NOOVERLAP: true
- }
- }
-},
-{
- Id: 370
- Name: "CH_PALMSTRIKE"
- Description: "Raging Palm Strike"
- MaxLevel: 5
- Range: -2
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- InterruptCast: true
- KnockBackTiles: 3
- AfterCastActDelay: 300
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- }
- Requirements: {
- SPCost: {
- Lv1: 2
- Lv2: 4
- Lv3: 6
- Lv4: 8
- Lv5: 10
- Lv6: 12
- Lv7: 14
- Lv8: 16
- Lv9: 18
- Lv10: 20
- }
- State: "ExplosionSpirits"
- }
-},
-{
- Id: 371
- Name: "CH_TIGERFIST"
- Description: "Glacier Fist"
- MaxLevel: 5
- Range: -2
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- AfterCastActDelay: 700
- SkillData2: {
- Lv1: 2000
- Lv2: 4000
- Lv3: 6000
- Lv4: 8000
- Lv5: 10000
- Lv6: 12000
- Lv7: 14000
- Lv8: 16000
- Lv9: 18000
- Lv10: 20000
- }
- CoolDown: 0
- SkillDelayOptions: {
- IgnoreStatusEffect: true
- }
- Requirements: {
- SPCost: {
- Lv1: 4
- Lv2: 6
- Lv3: 8
- Lv4: 10
- Lv5: 12
- Lv6: 14
- Lv7: 16
- Lv8: 18
- Lv9: 20
- Lv10: 22
- }
- SpiritSphereCost: 1
- }
-},
-{
- Id: 372
- Name: "CH_CHAINCRUSH"
- Description: "Chain Crush Combo"
- MaxLevel: 10
- Range: -2
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: {
- Lv1: -1
- Lv2: -1
- Lv3: -2
- Lv4: -2
- Lv5: -3
- Lv6: -3
- Lv7: -4
- Lv8: -4
- Lv9: -5
- Lv10: -5
- }
- AfterCastActDelay: {
- Lv1: 800
- Lv2: 800
- Lv3: 800
- Lv4: 800
- Lv5: 800
- Lv6: 1000
- Lv7: 1000
- Lv8: 1000
- Lv9: 1000
- Lv10: 1000
- }
- CoolDown: 0
- SkillDelayOptions: {
- IgnoreStatusEffect: true
- }
- Requirements: {
- SPCost: {
- Lv1: 4
- Lv2: 6
- Lv3: 8
- Lv4: 10
- Lv5: 12
- Lv6: 14
- Lv7: 16
- Lv8: 18
- Lv9: 20
- Lv10: 22
- }
- SpiritSphereCost: 2
- }
-},
-{
- Id: 373
- Name: "PF_HPCONVERSION"
- Description: "Indulge"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: {
- Lv1: 1000
- Lv2: 1200
- Lv3: 1400
- Lv4: 1600
- Lv5: 1800
- Lv6: 2000
- Lv7: 2200
- Lv8: 2400
- Lv9: 2600
- Lv10: 2800
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- }
-},
-{
- Id: 374
- Name: "PF_SOULCHANGE"
- Description: "Soul Exhale"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NoCastSelf: true
- PartyOnly: true
- GuildOnly: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 3000
- AfterCastActDelay: 5000
- CoolDown: 0
- Requirements: {
- SPCost: 5
- }
-},
-{
- Id: 375
- Name: "PF_SOULBURN"
- Description: "Soul Siphon"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- DamageType: {
- IgnoreCards: true
- IgnoreElement: true
- IgnoreDefCards: true
- }
- InterruptCast: true
- CoolDown: {
- Lv1: 10000
- Lv2: 10000
- Lv3: 10000
- Lv4: 10000
- Lv5: 15000
- Lv6: 15000
- Lv7: 15000
- Lv8: 15000
- Lv9: 15000
- Lv10: 15000
- }
- Requirements: {
- SPCost: {
- Lv1: 80
- Lv2: 90
- Lv3: 100
- Lv4: 110
- Lv5: 120
- Lv6: 130
- Lv7: 140
- Lv8: 150
- Lv9: 160
- Lv10: 170
- }
- }
-},
-{
- Id: 376
- Name: "ASC_KATAR"
- Description: "Advanced Katar Mastery"
- MaxLevel: 5
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
-},
-{
- Id: 378
- Name: "ASC_EDP"
- Description: "Enchant Deadly Poison"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: "Ele_Poison"
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 2000
- SkillData1: {
- Lv1: 40000
- Lv2: 45000
- Lv3: 50000
- Lv4: 55000
- Lv5: 60000
- Lv6: 65000
- Lv7: 70000
- Lv8: 75000
- Lv9: 80000
- Lv10: 85000
- }
- SkillData2: {
- Lv1: 20000
- Lv2: 30000
- Lv3: 40000
- Lv4: 50000
- Lv5: 60000
- Lv6: 70000
- Lv7: 80000
- Lv8: 90000
- Lv9: 100000
- Lv10: 110000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 60
- Lv2: 70
- Lv3: 80
- Lv4: 90
- Lv5: 100
- Lv6: 110
- Lv7: 120
- Lv8: 130
- Lv9: 140
- Lv10: 150
- }
- Items: {
- Poison_Bottle: 1
- }
- }
-},
-{
- Id: 379
- Name: "ASC_BREAKER"
- Description: "Soul Destroyer"
- MaxLevel: 10
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- IgnoreCards: true
- }
- InterruptCast: true
- CastTime: 700
- AfterCastActDelay: {
- Lv1: 1000
- Lv2: 1200
- Lv3: 1400
- Lv4: 1600
- Lv5: 1800
- Lv6: 2000
- Lv7: 2200
- Lv8: 2400
- Lv9: 2600
- Lv10: 2800
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 20
- Lv3: 20
- Lv4: 20
- Lv5: 20
- Lv6: 30
- Lv7: 30
- Lv8: 30
- Lv9: 30
- Lv10: 30
- }
- }
-},
-{
- Id: 380
- Name: "SN_SIGHT"
- Description: "Falcon Eyes"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 30000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 20
- Lv3: 25
- Lv4: 25
- Lv5: 30
- Lv6: 30
- Lv7: 35
- Lv8: 35
- Lv9: 40
- Lv10: 40
- }
- }
-},
-{
- Id: 381
- Name: "SN_FALCONASSAULT"
- Description: "Falcon Assault"
- MaxLevel: 5
- Range: 5
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Misc"
- DamageType: {
- IgnoreFlee: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 3000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 34
- Lv3: 38
- Lv4: 42
- Lv5: 46
- Lv6: 50
- Lv7: 54
- Lv8: 58
- Lv9: 62
- Lv10: 66
- }
- State: "Falcon"
- }
-},
-{
- Id: 382
- Name: "SN_SHARPSHOOTING"
- Description: "Focused Arrow Strike"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- SplashRange: 2
- InterruptCast: true
- SkillInstances: 13
- CastTime: 2000
- AfterCastActDelay: 1500
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 18
- Lv2: 21
- Lv3: 24
- Lv4: 27
- Lv5: 30
- Lv6: 33
- Lv7: 36
- Lv8: 39
- Lv9: 42
- Lv10: 45
- }
- WeaponTypes: {
- Bows: true
- }
- AmmoTypes: {
- A_ARROW: true
- }
- AmmoAmount: 1
- }
-},
-{
- Id: 383
- Name: "SN_WINDWALK"
- Description: "Wind Walker"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: -1
- InterruptCast: true
- CastTime: {
- Lv1: 2000
- Lv2: 2400
- Lv3: 2800
- Lv4: 3200
- Lv5: 3600
- Lv6: 4000
- Lv7: 4400
- Lv8: 4800
- Lv9: 5200
- Lv10: 5600
- }
- AfterCastActDelay: 2000
- SkillData1: {
- Lv1: 130000
- Lv2: 160000
- Lv3: 190000
- Lv4: 220000
- Lv5: 250000
- Lv6: 280000
- Lv7: 310000
- Lv8: 340000
- Lv9: 370000
- Lv10: 400000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 46
- Lv2: 52
- Lv3: 58
- Lv4: 64
- Lv5: 70
- Lv6: 76
- Lv7: 82
- Lv8: 88
- Lv9: 94
- Lv10: 100
- }
- }
-},
-{
- Id: 384
- Name: "WS_MELTDOWN"
- Description: "Shattering Strike"
- MaxLevel: 10
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: {
- Lv1: 500
- Lv2: 500
- Lv3: 600
- Lv4: 600
- Lv5: 700
- Lv6: 700
- Lv7: 800
- Lv8: 800
- Lv9: 900
- Lv10: 1000
- }
- SkillData1: {
- Lv1: 15000
- Lv2: 20000
- Lv3: 25000
- Lv4: 30000
- Lv5: 35000
- Lv6: 40000
- Lv7: 45000
- Lv8: 50000
- Lv9: 55000
- Lv10: 60000
- }
- SkillData2: 5000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 50
- Lv2: 50
- Lv3: 60
- Lv4: 60
- Lv5: 70
- Lv6: 70
- Lv7: 80
- Lv8: 80
- Lv9: 90
- Lv10: 90
- }
- }
-},
-{
- Id: 387
- Name: "WS_CARTBOOST"
- Description: "Cart Boost"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 60000
- CoolDown: 0
- Requirements: {
- SPCost: 20
- State: "Cart"
- }
-},
-{
- Id: 389
- Name: "ST_CHASEWALK"
- Description: "Stealth"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- CastTime: 1200
- SkillData1: 10000
- SkillData2: 30000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 390
- Name: "ST_REJECTSWORD"
- Description: "Counter Instinct"
- MaxLevel: 5
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- InterruptCast: true
- SkillData1: 300000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 10
- Lv2: 15
- Lv3: 20
- Lv4: 25
- Lv5: 30
- Lv6: 35
- Lv7: 40
- Lv8: 45
- Lv9: 50
- Lv10: 55
- }
- }
-},
-{
- Id: 392
- Name: "CR_ALCHEMY"
- Description: "Alchemy"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
-},
-{
- Id: 393
- Name: "CR_SYNTHESISPOTION"
- Description: "Potion Synthesis"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
-},
-{
- Id: 394
- Name: "CG_ARROWVULCAN"
- Description: "Vulcan Arrow"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: -9
- InterruptCast: true
- CastTime: {
- Lv1: 2000
- Lv2: 2200
- Lv3: 2400
- Lv4: 2600
- Lv5: 2800
- Lv6: 3000
- Lv7: 3200
- Lv8: 3400
- Lv9: 3600
- Lv10: 3800
- }
- AfterCastActDelay: {
- Lv1: 2800
- Lv2: 2800
- Lv3: 2800
- Lv4: 2800
- Lv5: 2800
- Lv6: 3000
- Lv7: 3000
- Lv8: 3000
- Lv9: 3000
- Lv10: 3000
- }
- AfterCastWalkDelay: 2000
- CoolDown: 0
- SkillDelayOptions: {
- IgnoreStatusEffect: true
- }
- Requirements: {
- SPCost: {
- Lv1: 12
- Lv2: 14
- Lv3: 16
- Lv4: 18
- Lv5: 20
- Lv6: 22
- Lv7: 24
- Lv8: 26
- Lv9: 28
- Lv10: 30
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- AmmoTypes: {
- A_ARROW: true
- }
- AmmoAmount: 1
- }
-},
-{
- Id: 395
- Name: "CG_MOONLIT"
- Description: "Sheltering Bliss"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Ensemble: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- SplashRange: 3
- InterruptCast: true
- KnockBackTiles: 2
- SkillData1: {
- Lv1: 20000
- Lv2: 25000
- Lv3: 30000
- Lv4: 35000
- Lv5: 40000
- Lv6: 45000
- Lv7: 50000
- Lv8: 55000
- Lv9: 60000
- Lv10: 65000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 40
- Lv3: 50
- Lv4: 60
- Lv5: 70
- Lv6: 80
- Lv7: 90
- Lv8: 100
- Lv9: 110
- Lv10: 120
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
- Unit: {
- Id: 0xb5
- Layout: 4
- Interval: -1
- Target: "All"
- Flag: {
- UF_ENSEMBLE: true
- }
- }
-},
-{
- Id: 396
- Name: "CG_MARIONETTE"
- Description: "Marionette Control"
- MaxLevel: 1
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoCastSelf: true
- PartyOnly: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillData1: 1000
- CoolDown: 0
- Requirements: {
- SPCost: 100
- }
-},
-{
- Id: 397
- Name: "LK_SPIRALPIERCE"
- Description: "Spiral Pierce"
- MaxLevel: 5
- Range: 5
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- IgnoreDefense: true
- }
- NumberOfHits: 5
- CastTime: {
- Lv1: 300
- Lv2: 500
- Lv3: 700
- Lv4: 900
- Lv5: 1000
- Lv6: 1000
- Lv7: 1000
- Lv8: 1000
- Lv9: 1000
- Lv10: 1000
- }
- AfterCastActDelay: {
- Lv1: 1200
- Lv2: 1400
- Lv3: 1600
- Lv4: 1800
- Lv5: 2000
- Lv6: 2200
- Lv7: 2400
- Lv8: 2600
- Lv9: 2800
- Lv10: 3000
- }
- SkillData2: 1000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 18
- Lv2: 21
- Lv3: 24
- Lv4: 27
- Lv5: 30
- Lv6: 33
- Lv7: 36
- Lv8: 39
- Lv9: 42
- Lv10: 45
- }
- WeaponTypes: {
- 1HSpears: true
- 2HSpears: true
- }
- }
-},
-{
- Id: 398
- Name: "LK_HEADCRUSH"
- Description: "Traumatic Blow"
- MaxLevel: 5
- Range: 4
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- AfterCastActDelay: 500
- SkillData2: 120000
- CoolDown: 0
- Requirements: {
- SPCost: 23
- }
-},
-{
- Id: 399
- Name: "LK_JOINTBEAT"
- Description: "Vital Strike"
- MaxLevel: 10
- Range: 4
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- AfterCastActDelay: {
- Lv1: 800
- Lv2: 800
- Lv3: 800
- Lv4: 800
- Lv5: 800
- Lv6: 1000
- Lv7: 1000
- Lv8: 1000
- Lv9: 1000
- Lv10: 1000
- }
- SkillData2: 30000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 12
- Lv2: 12
- Lv3: 14
- Lv4: 14
- Lv5: 16
- Lv6: 16
- Lv7: 18
- Lv8: 18
- Lv9: 20
- Lv10: 20
- }
- WeaponTypes: {
- 1HSpears: true
- 2HSpears: true
- }
- }
-},
-{
- Id: 400
- Name: "HW_NAPALMVULCAN"
- Description: "Napalm Vulcan"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Ghost"
- DamageType: {
- SplashArea: true
- SplitDamage: true
- }
- SplashRange: 1
- NumberOfHits: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData2: 45000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 10
- Lv2: 25
- Lv3: 40
- Lv4: 55
- Lv5: 70
- Lv6: 85
- Lv7: 100
- Lv8: 115
- Lv9: 130
- Lv10: 145
- }
- }
-},
-{
- Id: 401
- Name: "CH_SOULCOLLECT"
- Description: "Zen"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- SkillData1: 600000
- CoolDown: 0
- Requirements: {
- SPCost: 20
- }
-},
-{
- Id: 402
- Name: "PF_MINDBREAKER"
- Description: "Mind Breaker"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: {
- Lv1: 800
- Lv2: 900
- Lv3: 1000
- Lv4: 1100
- Lv5: 1200
- Lv6: 1300
- Lv7: 1400
- Lv8: 1500
- Lv9: 1600
- Lv10: 1700
- }
- SkillData1: 30000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 12
- Lv2: 15
- Lv3: 18
- Lv4: 21
- Lv5: 24
- Lv6: 27
- Lv7: 30
- Lv8: 33
- Lv9: 36
- Lv10: 39
- }
- }
-},
-{
- Id: 403
- Name: "PF_MEMORIZE"
- Description: "Foresight"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 5000
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- IgnoreStatusEffect: true
- }
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 404
- Name: "PF_FOGWALL"
- Description: "Blinding Mist"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- TargetSelf: true
- }
- AttackType: "Magic"
- Element: "Ele_Earth"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillInstances: 2
- SkillData1: 20000
- SkillData2: 10000
- CoolDown: 0
- Requirements: {
- SPCost: 25
- }
- Unit: {
- Id: 0xb6
- Layout: -1
- Interval: -1
- Target: "All"
- }
-},
-{
- Id: 405
- Name: "PF_SPIDERWEB"
- Description: "Fiber Lock"
- MaxLevel: 1
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- SkillInstances: 3
- SkillData1: 30000
- SkillData2: 8000
- CoolDown: 0
- Requirements: {
- SPCost: 50
- Items: {
- Spiderweb: 1
- }
- }
- Unit: {
- Id: 0xb7
- Interval: -1
- Target: "Enemy"
- }
-},
-{
- Id: 406
- Name: "ASC_METEORASSAULT"
- Description: "Meteor Assault"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- IgnoreCards: true
- }
- SplashRange: 2
- CastDefRate: 33
- CastTime: 500
- AfterCastActDelay: 500
- SkillData2: {
- Lv1: 10000
- Lv2: 5000
- Lv3: 120000
- Lv4: 120000
- Lv5: 120000
- Lv6: 120000
- Lv7: 120000
- Lv8: 120000
- Lv9: 120000
- Lv10: 120000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 10
- Lv2: 12
- Lv3: 14
- Lv4: 16
- Lv5: 18
- Lv6: 20
- Lv7: 22
- Lv8: 24
- Lv9: 26
- Lv10: 28
- }
- }
-},
-{
- Id: 407
- Name: "ASC_CDP"
- Description: "Create Deadly Poison"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- AfterCastActDelay: 500
- CoolDown: 0
- Requirements: {
- SPCost: 50
- }
-},
-{
- Id: 408
- Name: "WE_BABY"
- Description: "Baby"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Wedding: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 3000
- SkillData1: 300000
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- }
- Requirements: {
- SPCost: 1
- SPRateCost: -10
- }
-},
-{
- Id: 409
- Name: "WE_CALLPARENT"
- Description: "Call Parent"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Wedding: true
- }
- DamageType: {
- NoDamage: true
- }
- SplashRange: 3
- InterruptCast: true
- SkillInstances: 1
- SkillData1: 20000
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- }
- Requirements: {
- SPCost: 1
- }
- Unit: {
- Id: 0xb2
- Range: -1
- Interval: -1
- }
-},
-{
- Id: 410
- Name: "WE_CALLBABY"
- Description: "Call Baby"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Wedding: true
- }
- DamageType: {
- NoDamage: true
- }
- SplashRange: 3
- InterruptCast: true
- SkillInstances: 1
- SkillData1: 20000
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- }
- Requirements: {
- SPCost: 1
- }
- Unit: {
- Id: 0xb2
- Range: -1
- Interval: -1
- }
-},
-{
- Id: 411
- Name: "TK_RUN"
- Description: "Running"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- KnockBackTiles: 4
- CastTime: {
- Lv1: 6000
- Lv2: 5000
- Lv3: 4000
- Lv4: 3000
- Lv5: 2000
- Lv6: 1000
- Lv7: 0
- Lv8: 0
- Lv9: 0
- Lv10: 0
- }
- SkillData1: 1000
- SkillData2: 150000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 100
- Lv2: 90
- Lv3: 80
- Lv4: 70
- Lv5: 60
- Lv6: 50
- Lv7: 40
- Lv8: 30
- Lv9: 20
- Lv10: 10
- }
- State: "Moveable"
- }
-},
-{
- Id: 412
- Name: "TK_READYSTORM"
- Description: "Tornado Stance"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 413
- Name: "TK_STORMKICK"
- Description: "Tornado Kick"
- MaxLevel: 7
- Range: -2
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 2
- NumberOfHits: -3
- Requirements: {
- SPCost: {
- Lv1: 14
- Lv2: 12
- Lv3: 10
- Lv4: 8
- Lv5: 6
- Lv6: 4
- Lv7: 2
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 414
- Name: "TK_READYDOWN"
- Description: "Heel Drop Stance"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 415
- Name: "TK_DOWNKICK"
- Description: "Heel Drop"
- MaxLevel: 7
- Range: -2
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: -3
- SkillData2: 3000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 14
- Lv2: 12
- Lv3: 10
- Lv4: 8
- Lv5: 6
- Lv6: 4
- Lv7: 2
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 416
- Name: "TK_READYTURN"
- Description: "Roundhouse Stance"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 417
- Name: "TK_TURNKICK"
- Description: "Roundhouse Kick"
- MaxLevel: 7
- Range: -2
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 1
- NumberOfHits: -3
- KnockBackTiles: 2
- SkillData2: 2000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 14
- Lv2: 12
- Lv3: 10
- Lv4: 8
- Lv5: 6
- Lv6: 4
- Lv7: 2
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 418
- Name: "TK_READYCOUNTER"
- Description: "Counter Kick Stance"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 419
- Name: "TK_COUNTER"
- Description: "Counter Kick"
- MaxLevel: 7
- Range: -2
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- IgnoreFlee: true
- }
- NumberOfHits: -3
- Requirements: {
- SPCost: {
- Lv1: 14
- Lv2: 12
- Lv3: 10
- Lv4: 8
- Lv5: 6
- Lv6: 4
- Lv7: 2
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 420
- Name: "TK_DODGE"
- Description: "Tumbling"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 421
- Name: "TK_JUMPKICK"
- Description: "Flying Kick"
- MaxLevel: 7
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: -3
- Requirements: {
- SPCost: {
- Lv1: 70
- Lv2: 60
- Lv3: 50
- Lv4: 40
- Lv5: 30
- Lv6: 20
- Lv7: 10
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 422
- Name: "TK_HPTIME"
- Description: "Peaceful Break"
- MaxLevel: 10
- SplashRange: 1
- NumberOfHits: 0
-},
-{
- Id: 423
- Name: "TK_SPTIME"
- Description: "Happy Break"
- MaxLevel: 10
- SplashRange: 1
- NumberOfHits: 0
- SkillData1: 1800000
- CoolDown: 0
-},
-{
- Id: 424
- Name: "TK_POWER"
- Description: "Kihop"
- MaxLevel: 5
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 425
- Name: "TK_SEVENWIND"
- Description: "Mild Wind"
- MaxLevel: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: {
- Lv1: "Ele_Earth"
- Lv2: "Ele_Wind"
- Lv3: "Ele_Water"
- Lv4: "Ele_Fire"
- Lv5: "Ele_Ghost"
- Lv6: "Ele_Dark"
- Lv7: "Ele_Holy"
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: 300000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 20
- Lv3: 20
- Lv4: 20
- Lv5: 50
- Lv6: 50
- Lv7: 50
- Lv8: 50
- Lv9: 50
- Lv10: 50
- }
- }
-},
-{
- Id: 426
- Name: "TK_HIGHJUMP"
- Description: "Taekwon Jump"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- CastTime: {
- Lv1: 5000
- Lv2: 4000
- Lv3: 3000
- Lv4: 2000
- Lv5: 1000
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- CoolDown: 0
- Requirements: {
- SPCost: 50
- }
-},
-{
- Id: 427
- Name: "SG_FEEL"
- Description: "Feeling the Sun Moon and Stars"
- MaxLevel: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- CoolDown: 0
- Requirements: {
- SPCost: 100
- }
-},
-{
- Id: 428
- Name: "SG_SUN_WARM"
- Description: "Warmth of the Sun"
- MaxLevel: 3
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 1
- InterruptCast: true
- KnockBackTiles: 2
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 10000
- Lv2: 20000
- Lv3: 60000
- Lv4: 60000
- Lv5: 60000
- Lv6: 60000
- Lv7: 60000
- Lv8: 60000
- Lv9: 60000
- Lv10: 60000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 20
- }
- Unit: {
- Id: 0x86
- Range: 1
- Interval: 100
- Target: "Enemy"
- }
-},
-{
- Id: 429
- Name: "SG_MOON_WARM"
- Description: "Warmth of the Moon"
- MaxLevel: 3
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 1
- InterruptCast: true
- KnockBackTiles: 2
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 10000
- Lv2: 20000
- Lv3: 60000
- Lv4: 60000
- Lv5: 60000
- Lv6: 60000
- Lv7: 60000
- Lv8: 60000
- Lv9: 60000
- Lv10: 60000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 20
- }
- Unit: {
- Id: 0x86
- Range: 1
- Interval: 100
- Target: "Enemy"
- }
-},
-{
- Id: 430
- Name: "SG_STAR_WARM"
- Description: "Warmth of the Stars"
- MaxLevel: 3
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 1
- InterruptCast: true
- KnockBackTiles: 2
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 10000
- Lv2: 20000
- Lv3: 60000
- Lv4: 60000
- Lv5: 60000
- Lv6: 60000
- Lv7: 60000
- Lv8: 60000
- Lv9: 60000
- Lv10: 60000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 10
- }
- Unit: {
- Id: 0x86
- Range: 1
- Interval: 100
- Target: "Enemy"
- }
-},
-{
- Id: 431
- Name: "SG_SUN_COMFORT"
- Description: "Comfort of the Sun"
- MaxLevel: 4
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 80000
- Lv2: 160000
- Lv3: 240000
- Lv4: 320000
- Lv5: 400000
- Lv6: 480000
- Lv7: 560000
- Lv8: 640000
- Lv9: 720000
- Lv10: 800000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 70
- Lv2: 60
- Lv3: 50
- Lv4: 40
- Lv5: 30
- Lv6: 20
- Lv7: 10
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 432
- Name: "SG_MOON_COMFORT"
- Description: "Comfort of the Moon"
- MaxLevel: 4
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 80000
- Lv2: 160000
- Lv3: 240000
- Lv4: 320000
- Lv5: 400000
- Lv6: 480000
- Lv7: 560000
- Lv8: 640000
- Lv9: 720000
- Lv10: 800000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 70
- Lv2: 60
- Lv3: 50
- Lv4: 40
- Lv5: 30
- Lv6: 20
- Lv7: 10
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 433
- Name: "SG_STAR_COMFORT"
- Description: "Comfort of the Stars"
- MaxLevel: 4
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 80000
- Lv2: 160000
- Lv3: 240000
- Lv4: 320000
- Lv5: 400000
- Lv6: 480000
- Lv7: 560000
- Lv8: 640000
- Lv9: 720000
- Lv10: 800000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 70
- Lv2: 60
- Lv3: 50
- Lv4: 40
- Lv5: 30
- Lv6: 20
- Lv7: 10
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 434
- Name: "SG_HATE"
- Description: "Hatred of the Sun Moon and Stars"
- MaxLevel: 3
- Range: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- CoolDown: 0
- Requirements: {
- SPCost: 100
- }
-},
-{
- Id: 435
- Name: "SG_SUN_ANGER"
- Description: "Anger of the Sun"
- MaxLevel: 3
- NumberOfHits: 0
-},
-{
- Id: 436
- Name: "SG_MOON_ANGER"
- Description: "Anger of the Moon"
- MaxLevel: 3
- NumberOfHits: 0
-},
-{
- Id: 437
- Name: "SG_STAR_ANGER"
- Description: "Anger of the Stars"
- MaxLevel: 3
- NumberOfHits: 0
-},
-{
- Id: 438
- Name: "SG_SUN_BLESS"
- Description: "Blessing of the Sun"
- MaxLevel: 5
- NumberOfHits: 0
-},
-{
- Id: 439
- Name: "SG_MOON_BLESS"
- Description: "Blessing of the Moon"
- MaxLevel: 5
- NumberOfHits: 0
-},
-{
- Id: 440
- Name: "SG_STAR_BLESS"
- Description: "Blessing of the Stars"
- MaxLevel: 5
- NumberOfHits: 0
-},
-{
- Id: 441
- Name: "SG_DEVIL"
- Description: "Demon of the Sun Moon and Stars"
- MaxLevel: 10
- NumberOfHits: 0
-},
-{
- Id: 442
- Name: "SG_FRIEND"
- Description: "Friend of the Sun Moon and Stars"
- MaxLevel: 3
- NumberOfHits: 0
- SkillData1: 10000
- CoolDown: 0
-},
-{
- Id: 443
- Name: "SG_KNOWLEDGE"
- Description: "Knowledge of the Sun Moon and Stars"
- MaxLevel: 10
- NumberOfHits: 0
- SkillData1: 600000
- CoolDown: 0
-},
-{
- Id: 444
- Name: "SG_FUSION"
- Description: "Union of the Sun Moon and Stars"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 1000
- SkillData1: 600000
- CoolDown: 0
- Requirements: {
- SPCost: 100
- }
-},
-{
- Id: 445
- Name: "SL_ALCHEMIST"
- Description: "Spirit of the Alchemist"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 150000
- Lv2: 200000
- Lv3: 250000
- Lv4: 300000
- Lv5: 350000
- Lv6: 400000
- Lv7: 450000
- Lv8: 500000
- Lv9: 550000
- Lv10: 600000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 460
- Lv2: 360
- Lv3: 260
- Lv4: 160
- Lv5: 60
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 446
- Name: "AM_BERSERKPITCHER"
- Description: "Aid Berserk Potion"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- Spirit: true
- PartyOnly: true
- GuildOnly: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- AfterCastActDelay: 500
- CoolDown: 0
- Requirements: {
- SPCost: 10
- SPRateCost: 8
- Items: {
- Berserk_Potion: 2
- }
- }
-},
-{
- Id: 447
- Name: "SL_MONK"
- Description: "Spirit of the Monk"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 150000
- Lv2: 200000
- Lv3: 250000
- Lv4: 300000
- Lv5: 350000
- Lv6: 400000
- Lv7: 450000
- Lv8: 500000
- Lv9: 550000
- Lv10: 600000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 460
- Lv2: 360
- Lv3: 260
- Lv4: 160
- Lv5: 60
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 448
- Name: "SL_STAR"
- Description: "Spirit of the Star Gladiator"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 150000
- Lv2: 200000
- Lv3: 250000
- Lv4: 300000
- Lv5: 350000
- Lv6: 400000
- Lv7: 450000
- Lv8: 500000
- Lv9: 550000
- Lv10: 600000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 460
- Lv2: 360
- Lv3: 260
- Lv4: 160
- Lv5: 60
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 449
- Name: "SL_SAGE"
- Description: "Spirit of the Sage"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 150000
- Lv2: 200000
- Lv3: 250000
- Lv4: 300000
- Lv5: 350000
- Lv6: 400000
- Lv7: 450000
- Lv8: 500000
- Lv9: 550000
- Lv10: 600000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 460
- Lv2: 360
- Lv3: 260
- Lv4: 160
- Lv5: 60
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 450
- Name: "SL_CRUSADER"
- Description: "Spirit of the Crusader"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 150000
- Lv2: 200000
- Lv3: 250000
- Lv4: 300000
- Lv5: 350000
- Lv6: 400000
- Lv7: 450000
- Lv8: 500000
- Lv9: 550000
- Lv10: 600000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 460
- Lv2: 360
- Lv3: 260
- Lv4: 160
- Lv5: 60
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 451
- Name: "SL_SUPERNOVICE"
- Description: "Spirit of the Supernovice"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 150000
- Lv2: 200000
- Lv3: 250000
- Lv4: 300000
- Lv5: 350000
- Lv6: 400000
- Lv7: 450000
- Lv8: 500000
- Lv9: 550000
- Lv10: 600000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 460
- Lv2: 360
- Lv3: 260
- Lv4: 160
- Lv5: 60
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 452
- Name: "SL_KNIGHT"
- Description: "Spirit of the Knight"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 150000
- Lv2: 200000
- Lv3: 250000
- Lv4: 300000
- Lv5: 350000
- Lv6: 400000
- Lv7: 450000
- Lv8: 500000
- Lv9: 550000
- Lv10: 600000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 460
- Lv2: 360
- Lv3: 260
- Lv4: 160
- Lv5: 60
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 453
- Name: "SL_WIZARD"
- Description: "Spirit of the Wizard"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 150000
- Lv2: 200000
- Lv3: 250000
- Lv4: 300000
- Lv5: 350000
- Lv6: 400000
- Lv7: 450000
- Lv8: 500000
- Lv9: 550000
- Lv10: 600000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 460
- Lv2: 360
- Lv3: 260
- Lv4: 160
- Lv5: 60
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 454
- Name: "SL_PRIEST"
- Description: "Spirit of the Priest"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 150000
- Lv2: 200000
- Lv3: 250000
- Lv4: 300000
- Lv5: 350000
- Lv6: 400000
- Lv7: 450000
- Lv8: 500000
- Lv9: 550000
- Lv10: 600000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 460
- Lv2: 360
- Lv3: 260
- Lv4: 160
- Lv5: 60
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 455
- Name: "SL_BARDDANCER"
- Description: "Spirit of the Artist"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 150000
- Lv2: 200000
- Lv3: 250000
- Lv4: 300000
- Lv5: 350000
- Lv6: 400000
- Lv7: 450000
- Lv8: 500000
- Lv9: 550000
- Lv10: 600000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 460
- Lv2: 360
- Lv3: 260
- Lv4: 160
- Lv5: 60
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 456
- Name: "SL_ROGUE"
- Description: "Spirit of the Rogue"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 150000
- Lv2: 200000
- Lv3: 250000
- Lv4: 300000
- Lv5: 350000
- Lv6: 400000
- Lv7: 450000
- Lv8: 500000
- Lv9: 550000
- Lv10: 600000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 460
- Lv2: 360
- Lv3: 260
- Lv4: 160
- Lv5: 60
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 457
- Name: "SL_ASSASIN"
- Description: "Spirit of the Assasin"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 150000
- Lv2: 200000
- Lv3: 250000
- Lv4: 300000
- Lv5: 350000
- Lv6: 400000
- Lv7: 450000
- Lv8: 500000
- Lv9: 550000
- Lv10: 600000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 460
- Lv2: 360
- Lv3: 260
- Lv4: 160
- Lv5: 60
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 458
- Name: "SL_BLACKSMITH"
- Description: "Spirit of the Blacksmith"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 150000
- Lv2: 200000
- Lv3: 250000
- Lv4: 300000
- Lv5: 350000
- Lv6: 400000
- Lv7: 450000
- Lv8: 500000
- Lv9: 550000
- Lv10: 600000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 460
- Lv2: 360
- Lv3: 260
- Lv4: 160
- Lv5: 60
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 459
- Name: "BS_ADRENALINE2"
- Description: "Advanced Adrenaline Rush"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Spirit: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: -1
- KnockBackTiles: 0
- SkillData1: 150000
- CoolDown: 0
- Requirements: {
- SPCost: 64
- WeaponTypes: {
- NoWeapon: true
- Daggers: true
- 1HSwords: true
- 2HSwords: true
- 1HSpears: true
- 2HSpears: true
- 1HAxes: true
- 2HAxes: true
- Maces: true
- 2HMaces: true
- Staves: true
- Knuckles: true
- Instruments: true
- Whips: true
- Books: true
- Katars: true
- }
- }
-},
-{
- Id: 460
- Name: "SL_HUNTER"
- Description: "Spirit of the Hunter"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 150000
- Lv2: 200000
- Lv3: 250000
- Lv4: 300000
- Lv5: 350000
- Lv6: 400000
- Lv7: 450000
- Lv8: 500000
- Lv9: 550000
- Lv10: 600000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 460
- Lv2: 360
- Lv3: 260
- Lv4: 160
- Lv5: 60
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 461
- Name: "SL_SOULLINKER"
- Description: "Spirit of the Soul Linker"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 150000
- Lv2: 200000
- Lv3: 250000
- Lv4: 300000
- Lv5: 350000
- Lv6: 400000
- Lv7: 450000
- Lv8: 500000
- Lv9: 550000
- Lv10: 600000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 460
- Lv2: 360
- Lv3: 260
- Lv4: 160
- Lv5: 60
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 462
- Name: "SL_KAIZEL"
- Description: "Kaizel"
- MaxLevel: 7
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: {
- Lv1: 4500
- Lv2: 4000
- Lv3: 3500
- Lv4: 3000
- Lv5: 2500
- Lv6: 2000
- Lv7: 1500
- Lv8: 1000
- Lv9: 500
- Lv10: 1
- }
- SkillData1: 1800000
- SkillData2: 2000
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- }
- Requirements: {
- SPCost: {
- Lv1: 120
- Lv2: 110
- Lv3: 100
- Lv4: 90
- Lv5: 80
- Lv6: 70
- Lv7: 60
- Lv8: 50
- Lv9: 40
- Lv10: 30
- }
- }
-},
-{
- Id: 463
- Name: "SL_KAAHI"
- Description: "Kaahi"
- MaxLevel: 7
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- AfterCastActDelay: 500
- SkillData1: 1800000
- SkillData2: 500
- CoolDown: 0
- Requirements: {
- SPCost: 30
- }
-},
-{
- Id: 464
- Name: "SL_KAUPE"
- Description: "Kaupe"
- MaxLevel: 3
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 500
- AfterCastActDelay: 500
- SkillData1: 600000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 30
- Lv3: 40
- Lv4: 50
- Lv5: 60
- Lv6: 70
- Lv7: 80
- Lv8: 90
- Lv9: 100
- Lv10: 110
- }
- }
-},
-{
- Id: 465
- Name: "SL_KAITE"
- Description: "Kaite"
- MaxLevel: 7
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: {
- Lv1: 6000
- Lv2: 5500
- Lv3: 5000
- Lv4: 4500
- Lv5: 4000
- Lv6: 3500
- Lv7: 3000
- Lv8: 2500
- Lv9: 2000
- Lv10: 1500
- }
- SkillData1: {
- Lv1: 60000
- Lv2: 120000
- Lv3: 180000
- Lv4: 240000
- Lv5: 300000
- Lv6: 360000
- Lv7: 600000
- Lv8: 600000
- Lv9: 600000
- Lv10: 600000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 70
- }
-},
-{
- Id: 466
- Name: "SL_KAINA"
- Description: "Kaina"
- MaxLevel: 7
- AttackType: "Magic"
- NumberOfHits: 0
- InterruptCast: true
-},
-{
- Id: 467
- Name: "SL_STIN"
- Description: "Estin"
- MaxLevel: 7
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Endowed"
- KnockBackTiles: 2
- CastTime: 100
- AfterCastActDelay: 500
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 18
- Lv2: 20
- Lv3: 22
- Lv4: 24
- Lv5: 26
- Lv6: 28
- Lv7: 30
- Lv8: 32
- Lv9: 34
- Lv10: 36
- }
- }
-},
-{
- Id: 468
- Name: "SL_STUN"
- Description: "Estun"
- MaxLevel: 7
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Endowed"
- CastTime: 100
- AfterCastActDelay: 500
- SkillData1: 2000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 18
- Lv2: 20
- Lv3: 22
- Lv4: 24
- Lv5: 26
- Lv6: 28
- Lv7: 30
- Lv8: 32
- Lv9: 34
- Lv10: 36
- }
- }
-},
-{
- Id: 469
- Name: "SL_SMA"
- Description: "Esma"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Endowed"
- NumberOfHits: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 500
- SkillData1: 3000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 8
- Lv2: 16
- Lv3: 24
- Lv4: 32
- Lv5: 40
- Lv6: 48
- Lv7: 56
- Lv8: 64
- Lv9: 72
- Lv10: 80
- }
- }
-},
-{
- Id: 470
- Name: "SL_SWOO"
- Description: "Eswoo"
- MaxLevel: 7
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- CastTime: 1000
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 1000
- Lv2: 2000
- Lv3: 3000
- Lv4: 4000
- Lv5: 5000
- Lv6: 6000
- Lv7: 7000
- Lv8: 8000
- Lv9: 9000
- Lv10: 10000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 75
- Lv2: 65
- Lv3: 55
- Lv4: 45
- Lv5: 35
- Lv6: 25
- Lv7: 15
- Lv8: 5
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 471
- Name: "SL_SKE"
- Description: "Eske"
- MaxLevel: 3
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- CastTime: {
- Lv1: 3000
- Lv2: 2000
- Lv3: 1000
- Lv4: 1
- Lv5: 1
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 10000
- Lv2: 20000
- Lv3: 30000
- Lv4: 40000
- Lv5: 50000
- Lv6: 60000
- Lv7: 70000
- Lv8: 80000
- Lv9: 90000
- Lv10: 100000
- }
- SkillData2: 3000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 55
- Lv2: 35
- Lv3: 15
- Lv4: 1
- Lv5: 1
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 472
- Name: "SL_SKA"
- Description: "Eska"
- MaxLevel: 3
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- CastTime: {
- Lv1: 3000
- Lv2: 2000
- Lv3: 1000
- Lv4: 1
- Lv5: 1
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 10000
- Lv2: 20000
- Lv3: 30000
- Lv4: 40000
- Lv5: 50000
- Lv6: 60000
- Lv7: 70000
- Lv8: 80000
- Lv9: 90000
- Lv10: 100000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 100
- Lv2: 80
- Lv3: 60
- Lv4: 40
- Lv5: 20
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 473
- Name: "SM_SELFPROVOKE"
- Description: "Provoke Self"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillData1: 30000
- CoolDown: 0
-},
-{
- Id: 474
- Name: "NPC_EMOTION_ON"
- Description: "Emotion ON"
- MaxLevel: 10
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- DamageType: {
- NoDamage: true
- }
-},
-{
- Id: 475
- Name: "ST_PRESERVE"
- Description: "Preserve"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- SkillData1: 600000
- CoolDown: 0
- Requirements: {
- SPCost: 30
- }
-},
-{
- Id: 476
- Name: "ST_FULLSTRIP"
- Description: "Divest All"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 75000
- Lv2: 90000
- Lv3: 105000
- Lv4: 120000
- Lv5: 135000
- Lv6: 150000
- Lv7: 165000
- Lv8: 180000
- Lv9: 195000
- Lv10: 210000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 22
- Lv2: 24
- Lv3: 26
- Lv4: 28
- Lv5: 30
- Lv6: 32
- Lv7: 34
- Lv8: 36
- Lv9: 38
- Lv10: 40
- }
- }
-},
-{
- Id: 477
- Name: "WS_WEAPONREFINE"
- Description: "Upgrade Weapon"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 5
- }
-},
-{
- Id: 478
- Name: "CR_SLIMPITCHER"
- Description: "Aid Condensed Potion"
- MaxLevel: 10
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 3
- CastTime: 1000
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: 30
- Items: {
- Red_Slim_Potion: 1
- Red_Slim_Potion: 1
- Red_Slim_Potion: 1
- Red_Slim_Potion: 1
- Red_Slim_Potion: 1
- Yellow_Slim_Potion: 1
- Yellow_Slim_Potion: 1
- Yellow_Slim_Potion: 1
- Yellow_Slim_Potion: 1
- White_Slim_Potion: 1
- }
- }
-},
-{
- Id: 479
- Name: "CR_FULLPROTECTION"
- Description: "Full Protection"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- SkillData1: {
- Lv1: 120000
- Lv2: 240000
- Lv3: 360000
- Lv4: 480000
- Lv5: 600000
- Lv6: 720000
- Lv7: 840000
- Lv8: 960000
- Lv9: 1080000
- Lv10: 1200000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 40
- Items: {
- Coating_Bottle: 1
- }
- }
-},
-{
- Id: 480
- Name: "PA_SHIELDCHAIN"
- Description: "Shield Chain"
- MaxLevel: 5
- Range: 5
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- NumberOfHits: 5
- CastTime: 1000
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 28
- Lv2: 31
- Lv3: 34
- Lv4: 37
- Lv5: 40
- Lv6: 43
- Lv7: 46
- Lv8: 49
- Lv9: 52
- Lv10: 55
- }
- State: "Shield"
- }
-},
-{
- Id: 481
- Name: "HP_MANARECHARGE"
- Description: "Mana Recharge"
- MaxLevel: 5
- NumberOfHits: 0
-},
-{
- Id: 482
- Name: "PF_DOUBLECASTING"
- Description: "Double Casting"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- CastTime: 2000
- SkillData1: 90000
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- }
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 45
- Lv3: 50
- Lv4: 55
- Lv5: 60
- Lv6: 65
- Lv7: 70
- Lv8: 75
- Lv9: 80
- Lv10: 85
- }
- }
-},
-{
- Id: 483
- Name: "HW_GANBANTEIN"
- Description: "Ganbantein"
- MaxLevel: 1
- Range: 16
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- DamageType: {
- NoDamage: true
- }
- SplashRange: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- CastTime: 3000
- AfterCastActDelay: 2000
- CoolDown: 0
- Requirements: {
- SPCost: 40
- Items: {
- Yellow_Gemstone: 1
- Blue_Gemstone: 1
- }
- }
-},
-{
- Id: 484
- Name: "HW_GRAVITATION"
- Description: "Gravitation Field"
- MaxLevel: 5
- Range: 18
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Misc"
- Element: "Ele_Earth"
- DamageType: {
- NoDamage: true
- IgnoreElement: true
- IgnoreDefCards: true
- }
- InterruptCast: true
- CastTime: 5000
- AfterCastActDelay: 2000
- SkillData1: {
- Lv1: 5000
- Lv2: 6000
- Lv3: 7000
- Lv4: 8000
- Lv5: 9000
- Lv6: 10000
- Lv7: 11000
- Lv8: 12000
- Lv9: 13000
- Lv10: 14000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 40
- Lv3: 60
- Lv4: 80
- Lv5: 100
- Lv6: 120
- Lv7: 140
- Lv8: 160
- Lv9: 180
- Lv10: 200
- }
- Items: {
- Blue_Gemstone: 1
- }
- }
- Unit: {
- Id: 0xb8
- Layout: 2
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_DUALMODE: true
- }
- }
-},
-{
- Id: 485
- Name: "WS_CARTTERMINATION"
- Description: "Cart Termination"
- MaxLevel: 10
- Range: -2
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- IgnoreCards: true
- }
- SkillData2: 5000
- CoolDown: 0
- Requirements: {
- SPCost: 15
- ZenyCost: {
- Lv1: 600
- Lv2: 700
- Lv3: 800
- Lv4: 900
- Lv5: 1000
- Lv6: 1100
- Lv7: 1200
- Lv8: 1300
- Lv9: 1400
- Lv10: 1500
- }
- WeaponTypes: {
- NoWeapon: true
- Daggers: true
- 1HSwords: true
- 2HSwords: true
- 1HSpears: true
- 2HSpears: true
- 1HAxes: true
- 2HAxes: true
- Maces: true
- 2HMaces: true
- Staves: true
- Knuckles: true
- Instruments: true
- Whips: true
- Books: true
- Katars: true
- Revolvers: true
- Rifles: true
- GatlingGuns: true
- Shotguns: true
- GrenadeLaunchers: true
- FuumaShurikens: true
- }
- State: "CartBoost"
- }
-},
-{
- Id: 486
- Name: "WS_OVERTHRUSTMAX"
- Description: "Maximum Power Thrust"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 180000
- CoolDown: 0
- Requirements: {
- SPCost: 15
- ZenyCost: {
- Lv1: 3000
- Lv2: 3500
- Lv3: 4000
- Lv4: 4500
- Lv5: 5000
- Lv6: 5500
- Lv7: 6000
- Lv8: 6500
- Lv9: 7000
- Lv10: 7500
- }
- WeaponTypes: {
- NoWeapon: true
- Daggers: true
- 1HSwords: true
- 2HSwords: true
- 1HSpears: true
- 2HSpears: true
- 1HAxes: true
- 2HAxes: true
- Maces: true
- 2HMaces: true
- Staves: true
- Knuckles: true
- Instruments: true
- Whips: true
- Books: true
- Katars: true
- Revolvers: true
- Rifles: true
- GatlingGuns: true
- Shotguns: true
- GrenadeLaunchers: true
- FuumaShurikens: true
- }
- }
-},
-{
- Id: 487
- Name: "CG_LONGINGFREEDOM"
- Description: "Longing for Freedom"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: 180000
- CoolDown: 0
- Requirements: {
- SPCost: 15
- }
-},
-{
- Id: 488
- Name: "CG_HERMODE"
- Description: "Wand of Hermode"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Ensemble: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- SplashRange: 1
- SkillData1: {
- Lv1: 10000
- Lv2: 15000
- Lv3: 20000
- Lv4: 25000
- Lv5: 30000
- Lv6: 35000
- Lv7: 40000
- Lv8: 45000
- Lv9: 50000
- Lv10: 55000
- }
- SkillData2: {
- Lv1: 10000
- Lv2: 15000
- Lv3: 20000
- Lv4: 25000
- Lv5: 30000
- Lv6: 35000
- Lv7: 40000
- Lv8: 45000
- Lv9: 50000
- Lv10: 55000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 30
- Lv3: 40
- Lv4: 50
- Lv5: 60
- Lv6: 70
- Lv7: 80
- Lv8: 90
- Lv9: 100
- Lv10: 110
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
- Unit: {
- Id: 0xb9
- Layout: 3
- Interval: -1
- Target: "All"
- Flag: {
- UF_ENSEMBLE: true
- }
- }
-},
-{
- Id: 489
- Name: "CG_TAROTCARD"
- Description: "Tarot Card of Fate"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- IgnoreFlee: true
- }
- CastTime: 1000
- AfterCastActDelay: 3000
- SkillData2: 30000
- CoolDown: 0
- Requirements: {
- SPCost: 40
- }
-},
-{
- Id: 490
- Name: "CR_ACIDDEMONSTRATION"
- Description: "Acid Demonstration"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Misc"
- DamageType: {
- IgnoreFlee: true
- }
- NumberOfHits: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: 30
- Items: {
- Fire_Bottle: 1
- Acid_Bottle: 1
- }
- }
-},
-{
- Id: 491
- Name: "CR_CULTIVATION"
- Description: "Plant Cultivation"
- MaxLevel: 2
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: 300000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- Items: {
- Mushroom_Spore: 1
- Stem: 1
- }
- }
-},
-{
- Id: 492
- Name: "ITEM_ENCHANTARMS"
- Description: "Weapon Enchantment"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- Element: {
- Lv1: "Ele_Neutral"
- Lv2: "Ele_Water"
- Lv3: "Ele_Earth"
- Lv4: "Ele_Fire"
- Lv5: "Ele_Wind"
- Lv6: "Ele_Poison"
- Lv7: "Ele_Holy"
- Lv8: "Ele_Dark"
- Lv9: "Ele_Ghost"
- Lv10: "Ele_Undead"
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: 180000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 493
- Name: "TK_MISSION"
- Description: "Taekwon Mission"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- CastTime: 1000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 494
- Name: "SL_HIGH"
- Description: "Spirit of Rebirth"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 150000
- Lv2: 200000
- Lv3: 250000
- Lv4: 300000
- Lv5: 350000
- Lv6: 400000
- Lv7: 450000
- Lv8: 500000
- Lv9: 550000
- Lv10: 600000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 460
- Lv2: 360
- Lv3: 260
- Lv4: 160
- Lv5: 60
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 495
- Name: "KN_ONEHAND"
- Description: "Onehand Quicken"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Spirit: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 300000
- CoolDown: 0
- Requirements: {
- SPCost: 100
- WeaponTypes: {
- 1HSwords: true
- }
- }
-},
-{
- Id: 496
- Name: "AM_TWILIGHT1"
- Description: "Twilight Alchemy 1"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Spirit: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- CastTime: 3000
- AfterCastActDelay: 10000
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- }
- Requirements: {
- SPCost: 200
- Items: {
- Medicine_Bowl: 200
- }
- }
-},
-{
- Id: 497
- Name: "AM_TWILIGHT2"
- Description: "Twilight Alchemy 2"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Spirit: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- CastTime: 3000
- AfterCastActDelay: 10000
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- }
- Requirements: {
- SPCost: 200
- Items: {
- Medicine_Bowl: 200
- }
- }
-},
-{
- Id: 498
- Name: "AM_TWILIGHT3"
- Description: "Twilight Alchemy 3"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Spirit: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- CastTime: 3000
- AfterCastActDelay: 10000
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- }
- Requirements: {
- SPCost: 200
- Items: {
- Medicine_Bowl: 200
- }
- }
-},
-{
- Id: 499
- Name: "HT_POWER"
- Description: "Beast Strafing"
- MaxLevel: 1
- Range: -9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- Spirit: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: 2
- SkillData1: 100
- CoolDown: 0
- Requirements: {
- SPCost: 12
- WeaponTypes: {
- Bows: true
- }
- AmmoTypes: {
- A_ARROW: true
- }
- AmmoAmount: 1
- }
-},
-{
- Id: 500
- Name: "GS_GLITTERING"
- Description: "Flip the Coin"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Misc"
- DamageType: {
- IgnoreFlee: true
- }
- SkillData1: 600000
- CoolDown: 0
- Requirements: {
- SPCost: 2
- ZenyCost: 1
- }
-},
-{
- Id: 501
- Name: "GS_FLING"
- Description: "Fling"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Misc"
- Element: "Ele_Weapon"
- DamageType: {
- IgnoreElement: true
- IgnoreFlee: true
- }
- SkillData1: 30000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- SpiritSphereCost: 5
- }
-},
-{
- Id: 502
- Name: "GS_TRIPLEACTION"
- Description: "Triple Action"
- MaxLevel: 1
- Range: -9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: 3
- Requirements: {
- SPCost: 20
- AmmoTypes: "All"
- AmmoAmount: 1
- SpiritSphereCost: 1
- }
-},
-{
- Id: 503
- Name: "GS_BULLSEYE"
- Description: "Bulls Eye"
- MaxLevel: 1
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- IgnoreCards: true
- }
- CastTime: 500
- CoolDown: 0
- Requirements: {
- SPCost: 30
- AmmoTypes: "All"
- AmmoAmount: 1
- SpiritSphereCost: 1
- }
-},
-{
- Id: 504
- Name: "GS_MADNESSCANCEL"
- Description: "Madness Canceller"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- CastTime: 3000
- AfterCastActDelay: 4000
- SkillData1: 15000
- CoolDown: 0
- Requirements: {
- SPCost: 30
- SpiritSphereCost: 4
- }
-},
-{
- Id: 505
- Name: "GS_ADJUSTMENT"
- Description: "AdJustment"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: 30000
- CoolDown: 0
- Requirements: {
- SPCost: 15
- SpiritSphereCost: 2
- }
-},
-{
- Id: 506
- Name: "GS_INCREASING"
- Description: "Increasing Accuracy"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 1000
- SkillData1: 60000
- CoolDown: 0
- Requirements: {
- SPCost: 30
- SpiritSphereCost: 4
- }
-},
-{
- Id: 507
- Name: "GS_MAGICALBULLET"
- Description: "Magical Bullet"
- MaxLevel: 1
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Ghost"
- Requirements: {
- SPCost: 7
- SpiritSphereCost: 1
- }
-},
-{
- Id: 508
- Name: "GS_CRACKER"
- Description: "Cracker"
- MaxLevel: 1
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 1000
- SkillData2: 5000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- AmmoTypes: "All"
- AmmoAmount: 1
- SpiritSphereCost: 1
- }
-},
-{
- Id: 509
- Name: "GS_SINGLEACTION"
- Description: "Single Action"
- MaxLevel: 10
- NumberOfHits: 0
-},
-{
- Id: 510
- Name: "GS_SNAKEEYE"
- Description: "Snake Eye"
- MaxLevel: 10
- NumberOfHits: 0
-},
-{
- Id: 511
- Name: "GS_CHAINACTION"
- Description: "Chain Action"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_MULTIHIT"
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: 2
-},
-{
- Id: 512
- Name: "GS_TRACKING"
- Description: "Tracking"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- InterruptCast: true
- CastTime: {
- Lv1: 1200
- Lv2: 1400
- Lv3: 1600
- Lv4: 1800
- Lv5: 2000
- Lv6: 2200
- Lv7: 2400
- Lv8: 2600
- Lv9: 2800
- Lv10: 3000
- }
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- IgnoreStatusEffect: true
- }
- Requirements: {
- SPCost: {
- Lv1: 15
- Lv2: 20
- Lv3: 25
- Lv4: 30
- Lv5: 35
- Lv6: 40
- Lv7: 45
- Lv8: 50
- Lv9: 55
- Lv10: 60
- }
- WeaponTypes: {
- Revolvers: true
- Rifles: true
- }
- AmmoTypes: {
- A_BULLET: true
- }
- AmmoAmount: 1
- }
-},
-{
- Id: 513
- Name: "GS_DISARM"
- Description: "Disarm"
- MaxLevel: 5
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- SkillData1: 30000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 15
- Lv2: 20
- Lv3: 25
- Lv4: 30
- Lv5: 35
- Lv6: 40
- Lv7: 45
- Lv8: 50
- Lv9: 55
- Lv10: 60
- }
- WeaponTypes: {
- Revolvers: true
- Rifles: true
- }
- AmmoTypes: {
- A_BULLET: true
- }
- AmmoAmount: 1
- }
-},
-{
- Id: 514
- Name: "GS_PIERCINGSHOT"
- Description: "Piercing Shot"
- MaxLevel: 5
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- IgnoreDefense: true
- }
- CastTime: 1500
- SkillData2: 120000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 11
- Lv2: 12
- Lv3: 13
- Lv4: 14
- Lv5: 15
- Lv6: 16
- Lv7: 17
- Lv8: 18
- Lv9: 19
- Lv10: 20
- }
- WeaponTypes: {
- Revolvers: true
- Rifles: true
- }
- AmmoTypes: {
- A_BULLET: true
- }
- AmmoAmount: 1
- }
-},
-{
- Id: 515
- Name: "GS_RAPIDSHOWER"
- Description: "Rapid Shower"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: 5
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 22
- Lv2: 24
- Lv3: 26
- Lv4: 28
- Lv5: 30
- Lv6: 32
- Lv7: 34
- Lv8: 36
- Lv9: 38
- Lv10: 40
- }
- WeaponTypes: {
- Revolvers: true
- }
- AmmoTypes: {
- A_BULLET: true
- }
- AmmoAmount: 5
- }
-},
-{
- Id: 516
- Name: "GS_DESPERADO"
- Description: "Desperado"
- MaxLevel: 10
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 3
- AfterCastActDelay: 1000
- AfterCastWalkDelay: 1000
- SkillData1: 1000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 32
- Lv2: 34
- Lv3: 36
- Lv4: 38
- Lv5: 40
- Lv6: 42
- Lv7: 44
- Lv8: 46
- Lv9: 48
- Lv10: 50
- }
- WeaponTypes: {
- Revolvers: true
- }
- AmmoTypes: {
- A_BULLET: true
- }
- AmmoAmount: 10
- }
- Unit: {
- Id: 0x86
- Layout: 3
- Interval: 100
- Target: "Enemy"
- }
-},
-{
- Id: 517
- Name: "GS_GATLINGFEVER"
- Description: "Gatling Fever"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 30000
- Lv2: 45000
- Lv3: 60000
- Lv4: 75000
- Lv5: 90000
- Lv6: 105000
- Lv7: 120000
- Lv8: 135000
- Lv9: 150000
- Lv10: 165000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 32
- Lv3: 34
- Lv4: 36
- Lv5: 38
- Lv6: 40
- Lv7: 42
- Lv8: 44
- Lv9: 46
- Lv10: 48
- }
- WeaponTypes: {
- GatlingGuns: true
- }
- }
-},
-{
- Id: 518
- Name: "GS_DUST"
- Description: "Dust"
- MaxLevel: 10
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- KnockBackTiles: 5
- CastTime: 1000
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 3
- Lv2: 6
- Lv3: 9
- Lv4: 12
- Lv5: 15
- Lv6: 18
- Lv7: 21
- Lv8: 24
- Lv9: 27
- Lv10: 30
- }
- WeaponTypes: {
- Shotguns: true
- }
- AmmoTypes: {
- A_BULLET: true
- }
- AmmoAmount: 1
- }
-},
-{
- Id: 519
- Name: "GS_FULLBUSTER"
- Description: "Full Buster"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- InterruptCast: true
- AfterCastActDelay: {
- Lv1: 1200
- Lv2: 1400
- Lv3: 1600
- Lv4: 1800
- Lv5: 2000
- Lv6: 2200
- Lv7: 2400
- Lv8: 2600
- Lv9: 2800
- Lv10: 3000
- }
- SkillData2: 10000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 25
- Lv3: 30
- Lv4: 35
- Lv5: 40
- Lv6: 45
- Lv7: 50
- Lv8: 55
- Lv9: 60
- Lv10: 65
- }
- WeaponTypes: {
- Shotguns: true
- }
- AmmoTypes: {
- A_BULLET: true
- }
- AmmoAmount: {
- Lv1: 2
- Lv2: 2
- Lv3: 4
- Lv4: 4
- Lv5: 6
- Lv6: 6
- Lv7: 8
- Lv8: 8
- Lv9: 10
- Lv10: 10
- }
- }
-},
-{
- Id: 520
- Name: "GS_SPREADATTACK"
- Description: "Spread Attack"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 1
- Lv2: 1
- Lv3: 1
- Lv4: 2
- Lv5: 2
- Lv6: 2
- Lv7: 3
- Lv8: 3
- Lv9: 3
- Lv10: 4
- }
- Requirements: {
- SPCost: {
- Lv1: 15
- Lv2: 20
- Lv3: 25
- Lv4: 30
- Lv5: 35
- Lv6: 40
- Lv7: 45
- Lv8: 50
- Lv9: 55
- Lv10: 60
- }
- WeaponTypes: {
- Shotguns: true
- }
- AmmoTypes: {
- A_BULLET: true
- }
- AmmoAmount: 5
- }
-},
-{
- Id: 521
- Name: "GS_GROUNDDRIFT"
- Description: "Ground Drift"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- IgnoreFlee: true
- }
- SplashRange: 1
- KnockBackTiles: 3
- CastTime: 2000
- SkillData1: {
- Lv1: 3000
- Lv2: 6000
- Lv3: 9000
- Lv4: 12000
- Lv5: 15000
- Lv6: 18000
- Lv7: 21000
- Lv8: 24000
- Lv9: 27000
- Lv10: 30000
- }
- SkillData2: 10000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 4
- Lv2: 8
- Lv3: 12
- Lv4: 16
- Lv5: 20
- Lv6: 24
- Lv7: 28
- Lv8: 32
- Lv9: 36
- Lv10: 40
- }
- WeaponTypes: {
- GrenadeLaunchers: true
- }
- AmmoTypes: {
- A_GRENADE: true
- }
- AmmoAmount: 1
- }
- Unit: {
- Id: 0xbe
- Range: 1
- Interval: 1000
- Target: "Enemy"
- }
-},
-{
- Id: 522
- Name: "NJ_TOBIDOUGU"
- Description: "Shuriken Training"
- MaxLevel: 10
- AttackType: "Weapon"
-},
-{
- Id: 523
- Name: "NJ_SYURIKEN"
- Description: "Throw Shuriken"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- IgnoreFlee: true
- }
- Requirements: {
- SPCost: 2
- AmmoTypes: {
- A_SHURIKEN: true
- }
- AmmoAmount: 1
- }
-},
-{
- Id: 524
- Name: "NJ_KUNAI"
- Description: "Throw Kunai"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- IgnoreFlee: true
- }
- NumberOfHits: 3
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 25
- Lv3: 20
- Lv4: 15
- Lv5: 10
- Lv6: 5
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- AmmoTypes: {
- A_KUNAI: true
- }
- AmmoAmount: 1
- }
-},
-{
- Id: 525
- Name: "NJ_HUUMA"
- Description: "Throw Huuma Shuriken"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- SplitDamage: true
- }
- SplashRange: 1
- NumberOfHits: {
- Lv1: -3
- Lv2: -3
- Lv3: -4
- Lv4: -4
- Lv5: -5
- Lv6: -5
- Lv7: -6
- Lv8: -6
- Lv9: -7
- Lv10: -7
- }
- InterruptCast: true
- CastTime: 3000
- AfterCastActDelay: 2000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 25
- Lv3: 30
- Lv4: 35
- Lv5: 40
- Lv6: 45
- Lv7: 50
- Lv8: 55
- Lv9: 60
- Lv10: 65
- }
- WeaponTypes: {
- FuumaShurikens: true
- }
- }
-},
-{
- Id: 526
- Name: "NJ_ZENYNAGE"
- Description: "Throw Zeny"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Misc"
- DamageType: {
- IgnoreElement: true
- IgnoreFlee: true
- }
- AfterCastActDelay: 5000
- CoolDown: 0
- Requirements: {
- SPCost: 50
- ZenyCost: {
- Lv1: 500
- Lv2: 1000
- Lv3: 1500
- Lv4: 2000
- Lv5: 2500
- Lv6: 3000
- Lv7: 3500
- Lv8: 4000
- Lv9: 4500
- Lv10: 5000
- }
- }
-},
-{
- Id: 527
- Name: "NJ_TATAMIGAESHI"
- Description: "Improvised Defense"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- KnockBackTiles: 3
- AfterCastActDelay: 3000
- SkillData1: 3000
- SkillData2: 3000
- CoolDown: 0
- Requirements: {
- SPCost: 15
- }
- Unit: {
- Id: 0xbc
- Layout: -1
- Interval: 2000
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 528
- Name: "NJ_KASUMIKIRI"
- Description: "Vanishing Slash"
- MaxLevel: 10
- Range: -1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 30000
- Lv2: 60000
- Lv3: 90000
- Lv4: 120000
- Lv5: 150000
- Lv6: 180000
- Lv7: 210000
- Lv8: 240000
- Lv9: 270000
- Lv10: 300000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 10
- Lv2: 12
- Lv3: 14
- Lv4: 16
- Lv5: 18
- Lv6: 20
- Lv7: 22
- Lv8: 24
- Lv9: 26
- Lv10: 28
- }
- }
-},
-{
- Id: 529
- Name: "NJ_SHADOWJUMP"
- Description: "Shadow Leap"
- MaxLevel: 5
- Range: {
- Lv1: 7
- Lv2: 9
- Lv3: 11
- Lv4: 13
- Lv5: 15
- Lv6: 17
- Lv7: 19
- Lv8: 21
- Lv9: 23
- Lv10: 25
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- State: "Hiding"
- }
-},
-{
- Id: 530
- Name: "NJ_KIRIKAGE"
- Description: "Shadow Slash"
- MaxLevel: 5
- Range: {
- Lv1: 7
- Lv2: 9
- Lv3: 11
- Lv4: 13
- Lv5: 15
- Lv6: 17
- Lv7: 19
- Lv8: 21
- Lv9: 23
- Lv10: 25
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 14
- Lv2: 16
- Lv3: 18
- Lv4: 20
- Lv5: 22
- Lv6: 24
- Lv7: 26
- Lv8: 28
- Lv9: 30
- Lv10: 32
- }
- State: "Hiding"
- }
-},
-{
- Id: 531
- Name: "NJ_UTSUSEMI"
- Description: "Cicada Skin Sheeding"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- DamageType: {
- NoDamage: true
- }
- KnockBackTiles: 7
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 20000
- Lv2: 30000
- Lv3: 40000
- Lv4: 50000
- Lv5: 60000
- Lv6: 70000
- Lv7: 80000
- Lv8: 90000
- Lv9: 100000
- Lv10: 110000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 12
- Lv2: 15
- Lv3: 18
- Lv4: 21
- Lv5: 24
- Lv6: 27
- Lv7: 30
- Lv8: 33
- Lv9: 36
- Lv10: 39
- }
- }
-},
-{
- Id: 532
- Name: "NJ_BUNSINJYUTSU"
- Description: "Mirror Image"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: {
- Lv1: 4000
- Lv2: 3500
- Lv3: 3000
- Lv4: 2500
- Lv5: 2000
- Lv6: 1500
- Lv7: 1000
- Lv8: 1000
- Lv9: 1000
- Lv10: 1000
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 60000
- Lv2: 80000
- Lv3: 100000
- Lv4: 120000
- Lv5: 140000
- Lv6: 160000
- Lv7: 180000
- Lv8: 200000
- Lv9: 220000
- Lv10: 240000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 32
- Lv3: 34
- Lv4: 36
- Lv5: 38
- Lv6: 40
- Lv7: 42
- Lv8: 44
- Lv9: 46
- Lv10: 48
- }
- Items: {
- Shadow_Orb: 1
- }
- }
-},
-{
- Id: 533
- Name: "NJ_NINPOU"
- Description: "Spirit of the Blade"
- MaxLevel: 10
- NumberOfHits: 0
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 534
- Name: "NJ_KOUENKA"
- Description: "Crimson Fire Petal"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- NumberOfHits: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- InterruptCast: true
- CastTime: {
- Lv1: 700
- Lv2: 1400
- Lv3: 2100
- Lv4: 2800
- Lv5: 3500
- Lv6: 4200
- Lv7: 4900
- Lv8: 5600
- Lv9: 6300
- Lv10: 7000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 18
- Lv2: 20
- Lv3: 22
- Lv4: 24
- Lv5: 26
- Lv6: 28
- Lv7: 30
- Lv8: 32
- Lv9: 34
- Lv10: 36
- }
- }
-},
-{
- Id: 535
- Name: "NJ_KAENSIN"
- Description: "Crimson Fire Formation"
- MaxLevel: 10
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- InterruptCast: true
- CastTime: {
- Lv1: 6000
- Lv2: 5500
- Lv3: 5000
- Lv4: 4500
- Lv5: 4000
- Lv6: 3500
- Lv7: 3000
- Lv8: 2500
- Lv9: 2000
- Lv10: 1500
- }
- AfterCastActDelay: 1000
- SkillData1: 20000
- CoolDown: 0
- Requirements: {
- SPCost: 25
- Items: {
- Flame_Stone: 1
- }
- }
- Unit: {
- Id: 0xbd
- Layout: -1
- Interval: 20
- Target: "Enemy"
- Flag: {
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 536
- Name: "NJ_BAKUENRYU"
- Description: "Raging Fire Dragon"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 2
- NumberOfHits: 3
- InterruptCast: true
- CastTime: 3000
- AfterCastActDelay: 2000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 25
- Lv3: 30
- Lv4: 35
- Lv5: 40
- Lv6: 45
- Lv7: 50
- Lv8: 55
- Lv9: 60
- Lv10: 65
- }
- Items: {
- Flame_Stone: 1
- }
- }
-},
-{
- Id: 537
- Name: "NJ_HYOUSENSOU"
- Description: "Spear of Ice"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Water"
- NumberOfHits: {
- Lv1: 3
- Lv2: 4
- Lv3: 5
- Lv4: 6
- Lv5: 7
- Lv6: 8
- Lv7: 9
- Lv8: 10
- Lv9: 11
- Lv10: 12
- }
- InterruptCast: true
- CastTime: {
- Lv1: 700
- Lv2: 1400
- Lv3: 2100
- Lv4: 2800
- Lv5: 3500
- Lv6: 4200
- Lv7: 4900
- Lv8: 5600
- Lv9: 6300
- Lv10: 7000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 15
- Lv2: 18
- Lv3: 21
- Lv4: 24
- Lv5: 27
- Lv6: 30
- Lv7: 33
- Lv8: 36
- Lv9: 39
- Lv10: 42
- }
- }
-},
-{
- Id: 538
- Name: "NJ_SUITON"
- Description: "Hidden Water"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- Element: "Ele_Water"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 3000
- SkillData1: {
- Lv1: 15000
- Lv2: 20000
- Lv3: 25000
- Lv4: 30000
- Lv5: 35000
- Lv6: 40000
- Lv7: 45000
- Lv8: 50000
- Lv9: 55000
- Lv10: 60000
- }
- SkillData2: {
- Lv1: 15000
- Lv2: 20000
- Lv3: 25000
- Lv4: 30000
- Lv5: 35000
- Lv6: 40000
- Lv7: 45000
- Lv8: 50000
- Lv9: 55000
- Lv10: 60000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 15
- Lv2: 18
- Lv3: 21
- Lv4: 24
- Lv5: 27
- Lv6: 30
- Lv7: 33
- Lv8: 36
- Lv9: 39
- Lv10: 42
- }
- Items: {
- Ice_Stone: 1
- }
- }
- Unit: {
- Id: 0xbb
- Layout: {
- Lv1: 1
- Lv2: 1
- Lv3: 1
- Lv4: 2
- Lv5: 2
- Lv6: 2
- Lv7: 3
- Lv8: 3
- Lv9: 3
- Lv10: 4
- }
- Interval: -1
- Target: "All"
- Flag: {
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 539
- Name: "NJ_HYOUSYOURAKU"
- Description: "Ice Meteor"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Water"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 3
- InterruptCast: true
- CastTime: {
- Lv1: 2000
- Lv2: 2500
- Lv3: 3000
- Lv4: 3500
- Lv5: 4000
- Lv6: 4500
- Lv7: 5000
- Lv8: 5500
- Lv9: 6000
- Lv10: 6500
- }
- AfterCastActDelay: 2000
- SkillData2: {
- Lv1: 10000
- Lv2: 11000
- Lv3: 12000
- Lv4: 13000
- Lv5: 14000
- Lv6: 15000
- Lv7: 16000
- Lv8: 17000
- Lv9: 18000
- Lv10: 19000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 45
- Lv3: 50
- Lv4: 55
- Lv5: 60
- Lv6: 65
- Lv7: 70
- Lv8: 75
- Lv9: 80
- Lv10: 85
- }
- Items: {
- Ice_Stone: 1
- }
- }
-},
-{
- Id: 540
- Name: "NJ_HUUJIN"
- Description: "Wind Blade"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Wind"
- NumberOfHits: {
- Lv1: 1
- Lv2: 2
- Lv3: 2
- Lv4: 3
- Lv5: 3
- Lv6: 4
- Lv7: 4
- Lv8: 5
- Lv9: 5
- Lv10: 6
- }
- InterruptCast: true
- CastTime: {
- Lv1: 1000
- Lv2: 1500
- Lv3: 2000
- Lv4: 2500
- Lv5: 3000
- Lv6: 3500
- Lv7: 4000
- Lv8: 5000
- Lv9: 5500
- Lv10: 6000
- }
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 12
- Lv2: 14
- Lv3: 16
- Lv4: 18
- Lv5: 20
- Lv6: 22
- Lv7: 24
- Lv8: 26
- Lv9: 28
- Lv10: 30
- }
- }
-},
-{
- Id: 541
- Name: "NJ_RAIGEKISAI"
- Description: "Lightning Strike of Destruction"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Wind"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 2
- Lv2: 2
- Lv3: 3
- Lv4: 3
- Lv5: 4
- Lv6: 4
- Lv7: 5
- Lv8: 5
- Lv9: 6
- Lv10: 6
- }
- InterruptCast: true
- CastTime: 4000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 16
- Lv2: 20
- Lv3: 24
- Lv4: 28
- Lv5: 32
- Lv6: 36
- Lv7: 40
- Lv8: 44
- Lv9: 48
- Lv10: 52
- }
- Items: {
- Wind_Stone: 1
- }
- }
-},
-{
- Id: 542
- Name: "NJ_KAMAITACHI"
- Description: "Kamaitachi"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Wind"
- SplashRange: 3
- InterruptCast: true
- SkillInstances: {
- Lv1: 5
- Lv2: 6
- Lv3: 7
- Lv4: 8
- Lv5: 9
- Lv6: 10
- Lv7: 11
- Lv8: 12
- Lv9: 13
- Lv10: 14
- }
- CastTime: 4000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 24
- Lv2: 28
- Lv3: 32
- Lv4: 36
- Lv5: 40
- Lv6: 44
- Lv7: 48
- Lv8: 52
- Lv9: 56
- Lv10: 60
- }
- Items: {
- Wind_Stone: 1
- }
- }
-},
-{
- Id: 543
- Name: "NJ_NEN"
- Description: "Soul"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: {
- Lv1: 5000
- Lv2: 4000
- Lv3: 3000
- Lv4: 2000
- Lv5: 1000
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- SkillData1: {
- Lv1: 30000
- Lv2: 45000
- Lv3: 60000
- Lv4: 75000
- Lv5: 90000
- Lv6: 105000
- Lv7: 120000
- Lv8: 135000
- Lv9: 150000
- Lv10: 165000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 30
- Lv3: 40
- Lv4: 50
- Lv5: 60
- Lv6: 70
- Lv7: 80
- Lv8: 90
- Lv9: 100
- Lv10: 110
- }
- HPRateCost: -5
- }
-},
-{
- Id: 544
- Name: "NJ_ISSEN"
- Description: "Final Strike"
- MaxLevel: 10
- Range: -5
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- DamageType: {
- IgnoreFlee: true
- }
- Requirements: {
- SPCost: {
- Lv1: 55
- Lv2: 60
- Lv3: 65
- Lv4: 70
- Lv5: 75
- Lv6: 80
- Lv7: 85
- Lv8: 90
- Lv9: 95
- Lv10: 100
- }
- }
-},
-{
- Id: 653
- Name: "NPC_EARTHQUAKE"
- Description: "Earthquake"
- MaxLevel: 10
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- IgnoreLandProtector: true
- ShowSkillScale: true
- }
- AttackType: "Weapon"
- DamageType: {
- SplashArea: true
- SplitDamage: true
- IgnoreDefense: true
- }
- SplashRange: {
- Lv1: 5
- Lv2: 7
- Lv3: 9
- Lv4: 11
- Lv5: 13
- Lv6: 5
- Lv7: 7
- Lv8: 9
- Lv9: 11
- Lv10: 13
- }
- SkillData1: 900
- CoolDown: 0
- Unit: {
- Id: 0xc6
- Range: {
- Lv1: 5
- Lv2: 7
- Lv3: 9
- Lv4: 11
- Lv5: 13
- Lv6: 5
- Lv7: 7
- Lv8: 9
- Lv9: 11
- Lv10: 13
- }
- Interval: 300
- Target: "Enemy"
- Flag: {
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 654
- Name: "NPC_FIREBREATH"
- Description: "Fire Breath"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Fire"
- SplashRange: 5
- SkillInstances: 14
-},
-{
- Id: 655
- Name: "NPC_ICEBREATH"
- Description: "Ice Breath"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Water"
- SplashRange: 5
- SkillInstances: 14
- SkillData2: 12000
- CoolDown: 0
-},
-{
- Id: 656
- Name: "NPC_THUNDERBREATH"
- Description: "Thunder Breath"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Wind"
- SplashRange: 5
- SkillInstances: 14
-},
-{
- Id: 657
- Name: "NPC_ACIDBREATH"
- Description: "Acid Breath"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Poison"
- SplashRange: 5
- SkillInstances: 14
- SkillData2: 60000
- CoolDown: 0
-},
-{
- Id: 658
- Name: "NPC_DARKNESSBREATH"
- Description: "Darkness Breath"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Dark"
- SplashRange: 5
- SkillInstances: 14
-},
-{
- Id: 659
- Name: "NPC_DRAGONFEAR"
- Description: "Dragon Fear"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- ShowSkillScale: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 2
- Lv2: 5
- Lv3: 8
- Lv4: 11
- Lv5: 14
- Lv6: 17
- Lv7: 20
- Lv8: 23
- Lv9: 26
- Lv10: 29
- }
- SkillData2: {
- Lv1: 5000
- Lv2: 30000
- Lv3: 30000
- Lv4: 120000
- Lv5: 120000
- Lv6: 120000
- Lv7: 120000
- Lv8: 120000
- Lv9: 120000
- Lv10: 120000
- }
- CoolDown: 0
-},
-{
- Id: 660
- Name: "NPC_BLEEDING"
- Description: "Bleeding"
- MaxLevel: 5
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- SkillData2: 120000
- CoolDown: 0
-},
-{
- Id: 661
- Name: "NPC_PULSESTRIKE"
- Description: "Pulse Strike"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- ShowSkillScale: true
- }
- AttackType: "Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 7
- KnockBackTiles: 7
-},
-{
- Id: 662
- Name: "NPC_HELLJUDGEMENT"
- Description: "Hell's Judgement"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- ShowSkillScale: true
- }
- AttackType: "Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 14
- SkillData2: 30000
- CoolDown: 0
-},
-{
- Id: 663
- Name: "NPC_WIDESILENCE"
- Description: "Wide Silence"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- ShowSkillScale: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 2
- Lv2: 5
- Lv3: 8
- Lv4: 11
- Lv5: 14
- Lv6: 17
- Lv7: 20
- Lv8: 23
- Lv9: 26
- Lv10: 29
- }
- SkillData2: 30000
- CoolDown: 0
-},
-{
- Id: 664
- Name: "NPC_WIDEFREEZE"
- Description: "Wide Freeze"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- ShowSkillScale: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 2
- Lv2: 5
- Lv3: 8
- Lv4: 11
- Lv5: 14
- Lv6: 17
- Lv7: 20
- Lv8: 23
- Lv9: 26
- Lv10: 29
- }
- SkillData2: 12000
- CoolDown: 0
-},
-{
- Id: 665
- Name: "NPC_WIDEBLEEDING"
- Description: "Wide Bleeding"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- ShowSkillScale: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 2
- Lv2: 5
- Lv3: 8
- Lv4: 11
- Lv5: 14
- Lv6: 17
- Lv7: 20
- Lv8: 23
- Lv9: 26
- Lv10: 29
- }
- SkillData2: 120000
- CoolDown: 0
-},
-{
- Id: 666
- Name: "NPC_WIDESTONE"
- Description: "Wide Petrify"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- ShowSkillScale: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 2
- Lv2: 5
- Lv3: 8
- Lv4: 11
- Lv5: 14
- Lv6: 17
- Lv7: 20
- Lv8: 23
- Lv9: 26
- Lv10: 29
- }
- SkillData2: 20000
- CoolDown: 0
-},
-{
- Id: 667
- Name: "NPC_WIDECONFUSE"
- Description: "Wide Confusion"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- ShowSkillScale: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 2
- Lv2: 5
- Lv3: 8
- Lv4: 11
- Lv5: 14
- Lv6: 17
- Lv7: 20
- Lv8: 23
- Lv9: 26
- Lv10: 29
- }
- SkillData2: 30000
- CoolDown: 0
-},
-{
- Id: 668
- Name: "NPC_WIDESLEEP"
- Description: "Wide Sleep"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- ShowSkillScale: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 2
- Lv2: 5
- Lv3: 8
- Lv4: 11
- Lv5: 14
- Lv6: 17
- Lv7: 20
- Lv8: 23
- Lv9: 26
- Lv10: 29
- }
- SkillData2: 30000
- CoolDown: 0
-},
-{
- Id: 669
- Name: "NPC_WIDESIGHT"
- Description: "Wide Sight"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- ShowSkillScale: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 5
- SkillData1: 10000
- CoolDown: 0
-},
-{
- Id: 670
- Name: "NPC_EVILLAND"
- Description: "Evil Land"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- NPC: true
- ShowSkillScale: true
- }
- AttackType: "Magic"
- Element: "Ele_Dark"
- DamageType: {
- NoDamage: true
- IgnoreElement: true
- IgnoreDefCards: true
- }
- SkillData1: 30000
- SkillData2: 30000
- CoolDown: 0
- Unit: {
- Id: 0xc7
- Layout: 1
- Range: {
- Lv1: 4
- Lv2: 7
- Lv3: 10
- Lv4: 13
- Lv5: 16
- Lv6: 19
- Lv7: 22
- Lv8: 25
- Lv9: 28
- Lv10: 31
- }
- Interval: 1000
- Target: "All"
- Flag: {
- UF_NOOVERLAP: true
- }
- }
-},
-{
- Id: 671
- Name: "NPC_MAGICMIRROR"
- Description: "Magic Mirror"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 30000
- CoolDown: 0
-},
-{
- Id: 672
- Name: "NPC_SLOWCAST"
- Description: "Slow Cast"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- ShowSkillScale: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 2
- Lv2: 5
- Lv3: 8
- Lv4: 11
- Lv5: 14
- Lv6: 17
- Lv7: 20
- Lv8: 23
- Lv9: 26
- Lv10: 29
- }
- SkillData2: 30000
- CoolDown: 0
-},
-{
- Id: 673
- Name: "NPC_CRITICALWOUND"
- Description: "Critical Wounds"
- MaxLevel: 5
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- SkillData2: 30000
- CoolDown: 0
-},
-{
- Id: 674
- Name: "NPC_EXPULSION"
- Description: "Expulsion"
- MaxLevel: 1
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- Element: "Ele_Weapon"
- DamageType: {
- NoDamage: true
- }
-},
-{
- Id: 675
- Name: "NPC_STONESKIN"
- Description: "Stone Skin"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 30000
- CoolDown: 0
-},
-{
- Id: 676
- Name: "NPC_ANTIMAGIC"
- Description: "Anti Magic"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 30000
- CoolDown: 0
-},
-{
- Id: 677
- Name: "NPC_WIDECURSE"
- Description: "Wide Curse"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- ShowSkillScale: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 2
- Lv2: 5
- Lv3: 8
- Lv4: 11
- Lv5: 14
- Lv6: 17
- Lv7: 20
- Lv8: 23
- Lv9: 26
- Lv10: 29
- }
- SkillData2: 30000
- CoolDown: 0
-},
-{
- Id: 678
- Name: "NPC_WIDESTUN"
- Description: "Wide Stun"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- ShowSkillScale: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 2
- Lv2: 5
- Lv3: 8
- Lv4: 11
- Lv5: 14
- Lv6: 17
- Lv7: 20
- Lv8: 23
- Lv9: 26
- Lv10: 29
- }
- SkillData2: 5000
- CoolDown: 0
-},
-{
- Id: 679
- Name: "NPC_VAMPIRE_GIFT"
- Description: "Vampire Gift"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- ShowSkillScale: true
- }
- AttackType: "Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 5
- Lv2: 7
- Lv3: 9
- Lv4: 11
- Lv5: 13
- Lv6: 13
- Lv7: 13
- Lv8: 13
- Lv9: 13
- Lv10: 13
- }
-},
-{
- Id: 680
- Name: "NPC_WIDESOULDRAIN"
- Description: "Wide Soul Drain"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- ShowSkillScale: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 5
- Lv2: 7
- Lv3: 9
- Lv4: 11
- Lv5: 13
- Lv6: 13
- Lv7: 13
- Lv8: 13
- Lv9: 13
- Lv10: 13
- }
-},
-{
- Id: 681
- Name: "ALL_INCCARRY"
- Description: "Increase Weight Limit R"
- MaxLevel: 10
- SkillInfo: {
- Quest: true
- }
- NumberOfHits: 0
-},
-{
- Id: 682
- Name: "NPC_TALK"
- Description: "Talk"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- DamageType: {
- NoDamage: true
- }
-},
-{
- Id: 683
- Name: "NPC_HELLPOWER"
- Description: "Hell Power"
- MaxLevel: 1
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- NPC: true
- }
- Element: "Ele_Weapon"
- SkillData2: 300000
- CoolDown: 0
-},
-{
- Id: 684
- Name: "NPC_WIDEHELLDIGNITY"
- Description: "Hell Dignity"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: -1
- SkillData2: 300000
- CoolDown: 0
-},
-{
- Id: 685
- Name: "NPC_INVINCIBLE"
- Description: "Invincible"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: -1
- CoolDown: 0
-},
-{
- Id: 686
- Name: "NPC_INVINCIBLEOFF"
- Description: "Invincible off"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: 60000
- CoolDown: 0
-},
-{
- Id: 687
- Name: "NPC_ALLHEAL"
- Description: "Full Heal"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
-},
-{
- Id: 688
- Name: "GM_SANDMAN"
- Description: "GM Sandman"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 689
- Name: "CASH_BLESSING"
- Description: "Party Blessing"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: -1
- InterruptCast: true
- SkillData1: {
- Lv1: 60000
- Lv2: 80000
- Lv3: 100000
- Lv4: 120000
- Lv5: 140000
- Lv6: 160000
- Lv7: 180000
- Lv8: 200000
- Lv9: 220000
- Lv10: 240000
- }
- CoolDown: 0
-},
-{
- Id: 690
- Name: "CASH_INCAGI"
- Description: "Party Increase AGI"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: -1
- InterruptCast: true
- SkillData1: {
- Lv1: 60000
- Lv2: 80000
- Lv3: 100000
- Lv4: 120000
- Lv5: 140000
- Lv6: 160000
- Lv7: 180000
- Lv8: 200000
- Lv9: 220000
- Lv10: 240000
- }
- CoolDown: 0
-},
-{
- Id: 691
- Name: "CASH_ASSUMPTIO"
- Description: "Party Assumptio"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: -1
- InterruptCast: true
- SkillData1: {
- Lv1: 20000
- Lv2: 40000
- Lv3: 60000
- Lv4: 80000
- Lv5: 100000
- Lv6: 120000
- Lv7: 140000
- Lv8: 160000
- Lv9: 180000
- Lv10: 200000
- }
- CoolDown: 0
-},
-{
- Id: 693
- Name: "ALL_PARTYFLEE"
- Description: "Party Flee"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: -1
- InterruptCast: true
- CoolDown: 300000
-},
-{
- Id: 698
- Name: "ALL_WEWISH"
- Description: "Christmas Carol"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NPC: true
- }
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 20000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 1001
- Name: "KN_CHARGEATK"
- Description: "Charge Attack"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- Quest: true
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- CastTime: 300
- AfterCastActDelay: 300
- CoolDown: 0
- Requirements: {
- SPCost: 40
- }
-},
-{
- Id: 1002
- Name: "CR_SHRINK"
- Description: "Shrink"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Quest: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- KnockBackTiles: 2
- SkillData1: 300000
- CoolDown: 0
- Requirements: {
- SPCost: 15
- State: "Shield"
- }
-},
-{
- Id: 1003
- Name: "AS_SONICACCEL"
- Description: "Sonic Acceleration"
- MaxLevel: 1
- SkillInfo: {
- Quest: true
- }
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 1004
- Name: "AS_VENOMKNIFE"
- Description: "Throw Venom Knife"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- Quest: true
- AllowReproduce: true
- }
- AttackType: "Weapon"
- DamageType: {
- IgnoreCards: true
- }
- SkillData2: {
- Lv1: 15000
- Lv2: 20000
- Lv3: 25000
- Lv4: 30000
- Lv5: 35000
- Lv6: 40000
- Lv7: 45000
- Lv8: 50000
- Lv9: 55000
- Lv10: 60000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 15
- AmmoTypes: {
- A_DAGGER: true
- }
- AmmoAmount: 1
- }
-},
-{
- Id: 1005
- Name: "RG_CLOSECONFINE"
- Description: "Close Confine"
- MaxLevel: 1
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- Quest: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 10000
- CoolDown: 0
- Requirements: {
- SPCost: 25
- }
-},
-{
- Id: 1006
- Name: "WZ_SIGHTBLASTER"
- Description: "Sight Blaster"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Quest: true
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- SplashRange: 1
- InterruptCast: true
- KnockBackTiles: 3
- CastTime: 2000
- SkillData1: 120000
- CoolDown: 0
- Requirements: {
- SPCost: 40
- }
-},
-{
- Id: 1007
- Name: "SA_CREATECON"
- Description: "Create Elemental Converter"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Quest: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- Requirements: {
- SPCost: 30
- }
-},
-{
- Id: 1008
- Name: "SA_ELEMENTWATER"
- Description: "Elemental Change Water"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- Quest: true
- }
- AttackType: "Magic"
- Element: "Ele_Water"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 1000
- SkillData1: 1800000
- CoolDown: 0
- Requirements: {
- SPCost: 30
- Items: {
- Elemental_Water: 1
- }
- }
-},
-{
- Id: 1009
- Name: "HT_PHANTASMIC"
- Description: "Phantasmic Arrow"
- MaxLevel: 1
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- Quest: true
- AllowReproduce: true
- }
- AttackType: "Weapon"
- KnockBackTiles: 3
- CoolDown: 0
- Requirements: {
- SPCost: 10
- WeaponTypes: {
- Bows: true
- }
- }
-},
-{
- Id: 1010
- Name: "BA_PANGVOICE"
- Description: "Pang Voice"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- Quest: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- CastTime: 1000
- AfterCastActDelay: 2000
- SkillData1: 17000
- CoolDown: 0
- Requirements: {
- SPCost: 20
- }
-},
-{
- Id: 1011
- Name: "DC_WINKCHARM"
- Description: "Wink of Charm"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- Quest: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- CastTime: 1000
- AfterCastActDelay: 2000
- SkillData1: 10000
- SkillData2: 17000
- CoolDown: 0
- Requirements: {
- SPCost: 40
- }
-},
-{
- Id: 1012
- Name: "BS_UNFAIRLYTRICK"
- Description: "Unfair Trick"
- MaxLevel: 1
- SkillInfo: {
- Quest: true
- }
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 1013
- Name: "BS_GREED"
- Description: "Greed"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Quest: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 2
- NumberOfHits: 0
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 1014
- Name: "PR_REDEMPTIO"
- Description: "Redemptio"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Quest: true
- }
- AttackType: "Magic"
- Element: "Ele_Holy"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 14
- NumberOfHits: 0
- InterruptCast: true
- CastTime: 4000
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- }
- Requirements: {
- SPCost: 400
- }
-},
-{
- Id: 1015
- Name: "MO_KITRANSLATION"
- Description: "Ki Translation"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- Quest: true
- PartyOnly: true
- AllowReproduce: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- CastTime: 2000
- AfterCastActDelay: 1000
- SkillData1: 600000
- CoolDown: 0
- Requirements: {
- SPCost: 40
- SpiritSphereCost: 1
- }
-},
-{
- Id: 1016
- Name: "MO_BALKYOUNG"
- Description: "Ki Explosion"
- MaxLevel: 1
- Range: -1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- Quest: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 1
- KnockBackTiles: 5
- AfterCastActDelay: 2000
- SkillData2: 5000
- CoolDown: 0
- Requirements: {
- HPCost: 10
- SPCost: 20
- }
-},
-{
- Id: 1017
- Name: "SA_ELEMENTGROUND"
- Description: "Elemental Change Earth"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- Quest: true
- }
- AttackType: "Magic"
- Element: "Ele_Earth"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 1000
- SkillData1: 1800000
- CoolDown: 0
- Requirements: {
- SPCost: 30
- Items: {
- Elemental_Earth: 1
- }
- }
-},
-{
- Id: 1018
- Name: "SA_ELEMENTFIRE"
- Description: "Elemental Change Fire"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- Quest: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 1000
- SkillData1: 1800000
- CoolDown: 0
- Requirements: {
- SPCost: 30
- Items: {
- Elemental_Fire: 1
- }
- }
-},
-{
- Id: 1019
- Name: "SA_ELEMENTWIND"
- Description: "Elemental Change Wind"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- Quest: true
- }
- AttackType: "Magic"
- Element: "Ele_Wind"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 1000
- SkillData1: 1800000
- CoolDown: 0
- Requirements: {
- SPCost: 30
- Items: {
- Elemental_Wind: 1
- }
- }
-},
-{
- Id: 2001
- Name: "RK_ENCHANTBLADE"
- Description: "Enchant Blade"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- SkillData1: 300000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 45
- Lv3: 50
- Lv4: 55
- Lv5: 60
- Lv6: 65
- Lv7: 70
- Lv8: 75
- Lv9: 80
- Lv10: 85
- }
- }
-},
-{
- Id: 2002
- Name: "RK_SONICWAVE"
- Description: "Sonic Wave"
- MaxLevel: 5
- Range: {
- Lv1: 7
- Lv2: 8
- Lv3: 9
- Lv4: 10
- Lv5: 11
- Lv6: 12
- Lv7: 13
- Lv8: 14
- Lv9: 15
- Lv10: 16
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- AfterCastActDelay: 1000
- CoolDown: 2000
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 35
- Lv3: 40
- Lv4: 45
- Lv5: 50
- Lv6: 55
- Lv7: 60
- Lv8: 65
- Lv9: 70
- Lv10: 75
- }
- }
-},
-{
- Id: 2003
- Name: "RK_DEATHBOUND"
- Description: "Death Bound"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- KnockBackTiles: 3
- AfterCastActDelay: 2000
- SkillData1: 2000
- CoolDown: 3000
- Requirements: {
- SPCost: {
- Lv1: 28
- Lv2: 31
- Lv3: 34
- Lv4: 37
- Lv5: 40
- Lv6: 43
- Lv7: 46
- Lv8: 49
- Lv9: 52
- Lv10: 55
- }
- }
-},
-{
- Id: 2004
- Name: "RK_HUNDREDSPEAR"
- Description: "Hundred Spear"
- MaxLevel: 10
- Range: 5
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: -5
- CastTime: {
- Lv1: 1000
- Lv2: 900
- Lv3: 800
- Lv4: 700
- Lv5: 600
- Lv6: 500
- Lv7: 400
- Lv8: 300
- Lv9: 200
- Lv10: 100
- }
- AfterCastActDelay: 500
- CoolDown: 3000
- Requirements: {
- SPCost: 60
- WeaponTypes: {
- 1HSpears: true
- 2HSpears: true
- }
- }
-},
-{
- Id: 2005
- Name: "RK_WINDCUTTER"
- Description: "Wind Cutter"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Wind"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 2
- KnockBackTiles: 3
- SkillData1: 15000
- CoolDown: 2000
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 24
- Lv3: 28
- Lv4: 32
- Lv5: 36
- Lv6: 40
- Lv7: 44
- Lv8: 48
- Lv9: 52
- Lv10: 56
- }
- WeaponTypes: {
- Daggers: true
- 1HSwords: true
- 2HSwords: true
- 1HSpears: true
- 2HSpears: true
- }
- }
-},
-{
- Id: 2006
- Name: "RK_IGNITIONBREAK"
- Description: "Ignition Break"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 5
- CastTime: 1000
- CoolDown: 2000
- Requirements: {
- SPCost: {
- Lv1: 35
- Lv2: 40
- Lv3: 45
- Lv4: 50
- Lv5: 55
- Lv6: 60
- Lv7: 65
- Lv8: 70
- Lv9: 75
- Lv10: 80
- }
- WeaponTypes: {
- Daggers: true
- 1HSwords: true
- 2HSwords: true
- 1HSpears: true
- 2HSpears: true
- }
- }
-},
-{
- Id: 2007
- Name: "RK_DRAGONTRAINING"
- Description: "Dragon Training"
- MaxLevel: 5
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 2008
- Name: "RK_DRAGONBREATH"
- Description: "Dragon Breath"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Weapon"
- Element: "Ele_Fire"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 1
- Lv2: 1
- Lv3: 1
- Lv4: 2
- Lv5: 2
- Lv6: 2
- Lv7: 3
- Lv8: 3
- Lv9: 4
- Lv10: 4
- }
- CastTime: {
- Lv1: 0
- Lv2: 0
- Lv3: 0
- Lv4: 1000
- Lv5: 1000
- Lv6: 1000
- Lv7: 1500
- Lv8: 1500
- Lv9: 2000
- Lv10: 2000
- }
- AfterCastActDelay: 2000
- SkillData1: 10000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 35
- Lv3: 40
- Lv4: 45
- Lv5: 50
- Lv6: 55
- Lv7: 60
- Lv8: 65
- Lv9: 70
- Lv10: 75
- }
- State: "Dragon"
- }
-},
-{
- Id: 2009
- Name: "RK_DRAGONHOWLING"
- Description: "Dragon Howling"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 3
- Lv2: 4
- Lv3: 5
- Lv4: 6
- Lv5: 7
- Lv6: 8
- Lv7: 9
- Lv8: 10
- Lv9: 11
- Lv10: 12
- }
- InterruptCast: true
- SkillData1: 15000
- CoolDown: 10000
- Requirements: {
- SPCost: 30
- State: "Dragon"
- }
-},
-{
- Id: 2010
- Name: "RK_RUNEMASTERY"
- Description: "Rune Mastery"
- MaxLevel: 10
- NumberOfHits: 0
-},
-{
- Id: 2011
- Name: "RK_MILLENNIUMSHIELD"
- Description: "Millenium Shield"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- AfterCastActDelay: 1000
- SkillData1: 180000
- SkillData2: 60000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2012
- Name: "RK_CRUSHSTRIKE"
- Description: "Crush Strike"
- MaxLevel: 1
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- SplashRange: 0
- InterruptCast: true
- SkillData1: 180000
- SkillData2: 30000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2013
- Name: "RK_REFRESH"
- Description: "Refresh"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillData1: 60000
- SkillData2: 120000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2014
- Name: "RK_GIANTGROWTH"
- Description: "Giant Growth"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillData1: 180000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2015
- Name: "RK_STONEHARDSKIN"
- Description: "Stone Hard Skin"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillData1: 180000
- SkillData2: 10000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2016
- Name: "RK_VITALITYACTIVATION"
- Description: "Vitality Activation"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillData1: 180000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2017
- Name: "RK_STORMBLAST"
- Description: "Storm Blast"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 3
- KnockBackTiles: 7
- CastTime: 2000
- AfterCastActDelay: 2000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2018
- Name: "RK_FIGHTINGSPIRIT"
- Description: "Fighting Spirit"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: -1
- InterruptCast: true
- SkillData1: 180000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2019
- Name: "RK_ABUNDANCE"
- Description: "Abundance"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- Element: "Ele_Holy"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillData1: 180000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2020
- Name: "RK_PHANTOMTHRUST"
- Description: "Phantom Thrust"
- MaxLevel: 5
- Range: {
- Lv1: 5
- Lv2: 6
- Lv3: 7
- Lv4: 8
- Lv5: 9
- Lv6: 10
- Lv7: 11
- Lv8: 12
- Lv9: 13
- Lv10: 14
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- InterruptCast: true
- Requirements: {
- SPCost: {
- Lv1: 15
- Lv2: 18
- Lv3: 21
- Lv4: 24
- Lv5: 27
- Lv6: 30
- Lv7: 33
- Lv8: 36
- Lv9: 39
- Lv10: 42
- }
- WeaponTypes: {
- 1HSpears: true
- 2HSpears: true
- }
- }
-},
-{
- Id: 2021
- Name: "GC_VENOMIMPRESS"
- Description: "Venom Impress"
- MaxLevel: 5
- Range: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: {
- Lv1: 3000
- Lv2: 2500
- Lv3: 2000
- Lv4: 1500
- Lv5: 1000
- Lv6: 500
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- SkillData1: {
- Lv1: 10000
- Lv2: 20000
- Lv3: 30000
- Lv4: 40000
- Lv5: 50000
- Lv6: 60000
- Lv7: 70000
- Lv8: 80000
- Lv9: 90000
- Lv10: 100000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 12
- Lv2: 16
- Lv3: 20
- Lv4: 24
- Lv5: 28
- Lv6: 32
- Lv7: 36
- Lv8: 40
- Lv9: 44
- Lv10: 48
- }
- }
-},
-{
- Id: 2022
- Name: "GC_CROSSIMPACT"
- Description: "Cross Impact"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: -7
- AfterCastActDelay: {
- Lv1: 2500
- Lv2: 2000
- Lv3: 1500
- Lv4: 1000
- Lv5: 500
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- CoolDown: 0
- Requirements: {
- SPCost: 25
- State: "Moveable"
- }
-},
-{
- Id: 2023
- Name: "GC_DARKILLUSION"
- Description: "Dark Illusion"
- MaxLevel: 5
- Range: {
- Lv1: 3
- Lv2: 4
- Lv3: 5
- Lv4: 6
- Lv5: 7
- Lv6: 8
- Lv7: 9
- Lv8: 10
- Lv9: 11
- Lv10: 12
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- AfterCastActDelay: 1500
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 25
- Lv3: 30
- Lv4: 35
- Lv5: 40
- Lv6: 45
- Lv7: 50
- Lv8: 55
- Lv9: 60
- Lv10: 65
- }
- }
-},
-{
- Id: 2024
- Name: "GC_RESEARCHNEWPOISON"
- Description: "Research New Poison"
- MaxLevel: 10
- NumberOfHits: 0
-},
-{
- Id: 2025
- Name: "GC_CREATENEWPOISON"
- Description: "Create New Poison"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 500
- CoolDown: 0
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 2026
- Name: "GC_ANTIDOTE"
- Description: "Antidote"
- MaxLevel: 1
- Range: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 10
- Items: {
- Guillotine_Antidote: 1
- }
- }
-},
-{
- Id: 2027
- Name: "GC_POISONINGWEAPON"
- Description: "Poisoning Weapon"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 60000
- Lv2: 120000
- Lv3: 180000
- Lv4: 240000
- Lv5: 300000
- Lv6: 360000
- Lv7: 420000
- Lv8: 480000
- Lv9: 540000
- Lv10: 600000
- }
- SkillData2: 300000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 24
- Lv3: 28
- Lv4: 32
- Lv5: 36
- Lv6: 40
- Lv7: 44
- Lv8: 48
- Lv9: 52
- Lv10: 56
- }
- }
-},
-{
- Id: 2028
- Name: "GC_WEAPONBLOCKING"
- Description: "Weapon Blocking"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 2000
- SkillData1: 180000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 36
- Lv3: 32
- Lv4: 28
- Lv5: 24
- Lv6: 20
- Lv7: 16
- Lv8: 12
- Lv9: 8
- Lv10: 4
- }
- }
-},
-{
- Id: 2029
- Name: "GC_COUNTERSLASH"
- Description: "Counter Slash"
- MaxLevel: 5
- Range: -2
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 1
- KnockBackTiles: 3
- AfterCastActDelay: 2000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 5
- Lv2: 8
- Lv3: 11
- Lv4: 14
- Lv5: 17
- Lv6: 20
- Lv7: 23
- Lv8: 26
- Lv9: 29
- Lv10: 32
- }
- }
-},
-{
- Id: 2030
- Name: "GC_WEAPONCRUSH"
- Description: "Weapon Crush"
- MaxLevel: 5
- Range: -2
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 1000
- SkillData1: 60000
- CoolDown: 0
- Requirements: {
- SPCost: 20
- }
-},
-{
- Id: 2031
- Name: "GC_VENOMPRESSURE"
- Description: "Venom Pressure"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 40
- Lv3: 50
- Lv4: 60
- Lv5: 70
- Lv6: 80
- Lv7: 90
- Lv8: 100
- Lv9: 110
- Lv10: 120
- }
- State: "PoisonWeapon"
- }
-},
-{
- Id: 2032
- Name: "GC_POISONSMOKE"
- Description: "Poison Smoke"
- MaxLevel: 5
- Range: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillInstances: 1
- AfterCastActDelay: 2000
- SkillData1: {
- Lv1: 6000
- Lv2: 8000
- Lv3: 10000
- Lv4: 12000
- Lv5: 14000
- Lv6: 16000
- Lv7: 18000
- Lv8: 20000
- Lv9: 22000
- Lv10: 24000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 40
- State: "PoisonWeapon"
- }
- Unit: {
- Id: 0xe1
- Layout: 2
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 2033
- Name: "GC_CLOAKINGEXCEED"
- Description: "Cloaking Exceed"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 2000
- CoolDown: 0
- Requirements: {
- SPCost: 45
- }
-},
-{
- Id: 2034
- Name: "GC_PHANTOMMENACE"
- Description: "Phantom Menace"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 3
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: 30
- }
-},
-{
- Id: 2035
- Name: "GC_HALLUCINATIONWALK"
- Description: "Hallucination Walk"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 30000
- Lv2: 35000
- Lv3: 40000
- Lv4: 45000
- Lv5: 50000
- Lv6: 55000
- Lv7: 60000
- Lv8: 65000
- Lv9: 70000
- Lv10: 75000
- }
- SkillData2: 25000
- CoolDown: 300000
- Requirements: {
- SPCost: 100
- }
-},
-{
- Id: 2036
- Name: "GC_ROLLINGCUTTER"
- Description: "Rolling Cutter"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 1
- Lv2: 1
- Lv3: 1
- Lv4: 1
- Lv5: 2
- Lv6: 2
- Lv7: 2
- Lv8: 2
- Lv9: 2
- Lv10: 2
- }
- AfterCastActDelay: 200
- SkillData1: 3000
- CoolDown: 0
- Requirements: {
- SPCost: 5
- WeaponTypes: {
- Katars: true
- }
- }
-},
-{
- Id: 2037
- Name: "GC_CROSSRIPPERSLASHER"
- Description: "Cross Ripper Slasher"
- MaxLevel: 5
- Range: {
- Lv1: 9
- Lv2: 10
- Lv3: 11
- Lv4: 12
- Lv5: 13
- Lv6: 14
- Lv7: 15
- Lv8: 16
- Lv9: 17
- Lv10: 18
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 24
- Lv3: 28
- Lv4: 32
- Lv5: 36
- Lv6: 40
- Lv7: 44
- Lv8: 48
- Lv9: 52
- Lv10: 56
- }
- WeaponTypes: {
- Katars: true
- }
- State: "RollingCutter"
- }
-},
-{
- Id: 2038
- Name: "AB_JUDEX"
- Description: "Judex"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Holy"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 3
- NumberOfHits: -3
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 500
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 23
- Lv3: 26
- Lv4: 29
- Lv5: 32
- Lv6: 35
- Lv7: 38
- Lv8: 41
- Lv9: 44
- Lv10: 47
- }
- }
-},
-{
- Id: 2039
- Name: "AB_ANCILLA"
- Description: "Ancilla"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: 30
- SPRateCost: -30
- }
-},
-{
- Id: 2040
- Name: "AB_ADORAMUS"
- Description: "Adoramus"
- MaxLevel: 10
- Range: 11
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Holy"
- NumberOfHits: -10
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 6000
- Lv2: 7000
- Lv3: 8000
- Lv4: 9000
- Lv5: 10000
- Lv6: 11000
- Lv7: 12000
- Lv8: 13000
- Lv9: 14000
- Lv10: 15000
- }
- SkillData2: {
- Lv1: 15000
- Lv2: 20000
- Lv3: 25000
- Lv4: 30000
- Lv5: 35000
- Lv6: 40000
- Lv7: 45000
- Lv8: 50000
- Lv9: 55000
- Lv10: 60000
- }
- CoolDown: 2000
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 24
- Lv3: 28
- Lv4: 32
- Lv5: 36
- Lv6: 40
- Lv7: 44
- Lv8: 48
- Lv9: 52
- Lv10: 56
- }
- Items: {
- Blue_Gemstone: 1
- }
- }
-},
-{
- Id: 2041
- Name: "AB_CLEMENTIA"
- Description: "Crementia"
- MaxLevel: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 3
- Lv2: 7
- Lv3: 15
- Lv4: 15
- Lv5: 15
- Lv6: 15
- Lv7: 15
- Lv8: 15
- Lv9: 15
- Lv10: 15
- }
- InterruptCast: true
- CastTime: 3000
- SkillData1: {
- Lv1: 120000
- Lv2: 180000
- Lv3: 240000
- Lv4: 300000
- Lv5: 360000
- Lv6: 420000
- Lv7: 480000
- Lv8: 540000
- Lv9: 600000
- Lv10: 660000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 280
- Lv2: 320
- Lv3: 360
- Lv4: 400
- Lv5: 440
- Lv6: 480
- Lv7: 520
- Lv8: 560
- Lv9: 600
- Lv10: 640
- }
- }
-},
-{
- Id: 2042
- Name: "AB_CANTO"
- Description: "Canto Candidus"
- MaxLevel: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 3
- Lv2: 7
- Lv3: 15
- Lv4: 15
- Lv5: 15
- Lv6: 15
- Lv7: 15
- Lv8: 15
- Lv9: 15
- Lv10: 15
- }
- InterruptCast: true
- CastTime: 3000
- SkillData1: {
- Lv1: 120000
- Lv2: 180000
- Lv3: 240000
- Lv4: 300000
- Lv5: 360000
- Lv6: 420000
- Lv7: 480000
- Lv8: 540000
- Lv9: 600000
- Lv10: 660000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 200
- Lv2: 220
- Lv3: 240
- Lv4: 260
- Lv5: 280
- Lv6: 300
- Lv7: 320
- Lv8: 340
- Lv9: 360
- Lv10: 380
- }
- }
-},
-{
- Id: 2043
- Name: "AB_CHEAL"
- Description: "Coluceo Heal"
- MaxLevel: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- Element: "Ele_Holy"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 3
- Lv2: 7
- Lv3: 15
- Lv4: 15
- Lv5: 15
- Lv6: 15
- Lv7: 15
- Lv8: 15
- Lv9: 15
- Lv10: 15
- }
- InterruptCast: true
- CastTime: 3000
- CoolDown: 2000
- Requirements: {
- SPCost: {
- Lv1: 200
- Lv2: 220
- Lv3: 240
- Lv4: 260
- Lv5: 280
- Lv6: 300
- Lv7: 320
- Lv8: 340
- Lv9: 360
- Lv10: 380
- }
- }
-},
-{
- Id: 2044
- Name: "AB_EPICLESIS"
- Description: "Epiclesis"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- Element: "Ele_Holy"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillInstances: 1
- CastTime: {
- Lv1: 2000
- Lv2: 2500
- Lv3: 3000
- Lv4: 3500
- Lv5: 4000
- Lv6: 4500
- Lv7: 5000
- Lv8: 5500
- Lv9: 6000
- Lv10: 6500
- }
- AfterCastActDelay: 2000
- SkillData1: {
- Lv1: 18000
- Lv2: 21000
- Lv3: 24000
- Lv4: 27000
- Lv5: 30000
- Lv6: 33000
- Lv7: 36000
- Lv8: 39000
- Lv9: 42000
- Lv10: 45000
- }
- CoolDown: 60000
- Requirements: {
- SPCost: 300
- Items: {
- Ansila: 1
- Holy_Water: 1
- }
- }
- Unit: {
- Id: 0xca
- Range: 2
- Interval: 1000
- Target: "All"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 2045
- Name: "AB_PRAEFATIO"
- Description: "Praefatio"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 15
- InterruptCast: true
- CastTime: 2000
- SkillData1: 120000
- CoolDown: {
- Lv1: 13000
- Lv2: 16000
- Lv3: 19000
- Lv4: 22000
- Lv5: 25000
- Lv6: 28000
- Lv7: 31000
- Lv8: 34000
- Lv9: 37000
- Lv10: 40000
- }
- Requirements: {
- SPCost: {
- Lv1: 90
- Lv2: 100
- Lv3: 110
- Lv4: 120
- Lv5: 130
- Lv6: 140
- Lv7: 150
- Lv8: 160
- Lv9: 170
- Lv10: 180
- }
- }
-},
-{
- Id: 2046
- Name: "AB_ORATIO"
- Description: "Oratio"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- Element: "Ele_Holy"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 15
- InterruptCast: true
- CastTime: 4000
- SkillData1: 30000
- CoolDown: 2000
- Requirements: {
- SPCost: {
- Lv1: 35
- Lv2: 38
- Lv3: 41
- Lv4: 44
- Lv5: 47
- Lv6: 50
- Lv7: 53
- Lv8: 56
- Lv9: 59
- Lv10: 62
- }
- }
-},
-{
- Id: 2047
- Name: "AB_LAUDAAGNUS"
- Description: "Lauda Agnus"
- MaxLevel: 4
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- Element: "Ele_Holy"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 15
- InterruptCast: true
- CastTime: 1000
- SkillData1: 60000
- CoolDown: 3000
- Requirements: {
- SPCost: {
- Lv1: 50
- Lv2: 60
- Lv3: 70
- Lv4: 80
- Lv5: 90
- Lv6: 100
- Lv7: 110
- Lv8: 120
- Lv9: 130
- Lv10: 140
- }
- }
-},
-{
- Id: 2048
- Name: "AB_LAUDARAMUS"
- Description: "Lauda Ramus"
- MaxLevel: 4
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- Element: "Ele_Holy"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 15
- InterruptCast: true
- CastTime: 1000
- SkillData1: 60000
- CoolDown: 3000
- Requirements: {
- SPCost: {
- Lv1: 50
- Lv2: 60
- Lv3: 70
- Lv4: 80
- Lv5: 90
- Lv6: 100
- Lv7: 110
- Lv8: 120
- Lv9: 130
- Lv10: 140
- }
- }
-},
-{
- Id: 2049
- Name: "AB_EUCHARISTICA"
- Description: "Eucharistica"
- MaxLevel: 10
- NumberOfHits: 0
-},
-{
- Id: 2050
- Name: "AB_RENOVATIO"
- Description: "Renovatio"
- MaxLevel: 1
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- Element: "Ele_Holy"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 3000
- SkillData1: 90000
- CoolDown: 1000
- Requirements: {
- SPCost: 70
- }
-},
-{
- Id: 2051
- Name: "AB_HIGHNESSHEAL"
- Description: "Highness Heal"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Holy"
- DamageType: {
- NoDamage: true
- IgnoreDefense: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- CoolDown: 3000
- Requirements: {
- SPCost: {
- Lv1: 70
- Lv2: 100
- Lv3: 130
- Lv4: 160
- Lv5: 190
- Lv6: 220
- Lv7: 250
- Lv8: 280
- Lv9: 310
- Lv10: 340
- }
- }
-},
-{
- Id: 2052
- Name: "AB_CLEARANCE"
- Description: "Clearance"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 4000
- CoolDown: 10000
- Requirements: {
- SPCost: {
- Lv1: 54
- Lv2: 60
- Lv3: 66
- Lv4: 72
- Lv5: 78
- Lv6: 84
- Lv7: 90
- Lv8: 96
- Lv9: 102
- Lv10: 108
- }
- }
-},
-{
- Id: 2053
- Name: "AB_EXPIATIO"
- Description: "Expiatio"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- SkillData1: {
- Lv1: 150000
- Lv2: 180000
- Lv3: 210000
- Lv4: 240000
- Lv5: 270000
- Lv6: 300000
- Lv7: 330000
- Lv8: 360000
- Lv9: 390000
- Lv10: 420000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 35
- Lv2: 40
- Lv3: 45
- Lv4: 50
- Lv5: 55
- Lv6: 60
- Lv7: 65
- Lv8: 70
- Lv9: 75
- Lv10: 80
- }
- }
-},
-{
- Id: 2054
- Name: "AB_DUPLELIGHT"
- Description: "Duple Light"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- Element: "Ele_Holy"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 90000
- Lv2: 120000
- Lv3: 150000
- Lv4: 180000
- Lv5: 210000
- Lv6: 240000
- Lv7: 270000
- Lv8: 300000
- Lv9: 330000
- Lv10: 360000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 55
- Lv2: 60
- Lv3: 65
- Lv4: 70
- Lv5: 75
- Lv6: 80
- Lv7: 85
- Lv8: 90
- Lv9: 95
- Lv10: 100
- }
- }
-},
-{
- Id: 2055
- Name: "AB_DUPLELIGHT_MELEE"
- Description: "Duple Light Melee"
- MaxLevel: 10
- Range: -1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2056
- Name: "AB_DUPLELIGHT_MAGIC"
- Description: "Duple Light Magic"
- MaxLevel: 10
- Range: -1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2057
- Name: "AB_SILENTIUM"
- Description: "Silentium"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- Element: "Ele_Holy"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 4
- Lv2: 5
- Lv3: 6
- Lv4: 7
- Lv5: 8
- Lv6: 9
- Lv7: 10
- Lv8: 11
- Lv9: 12
- Lv10: 13
- }
- InterruptCast: true
- CastTime: 4000
- SkillData1: {
- Lv1: 20000
- Lv2: 30000
- Lv3: 40000
- Lv4: 50000
- Lv5: 60000
- Lv6: 70000
- Lv7: 80000
- Lv8: 90000
- Lv9: 100000
- Lv10: 110000
- }
- CoolDown: 15000
- Requirements: {
- SPCost: {
- Lv1: 64
- Lv2: 68
- Lv3: 72
- Lv4: 76
- Lv5: 80
- Lv6: 84
- Lv7: 88
- Lv8: 92
- Lv9: 96
- Lv10: 100
- }
- }
-},
-{
- Id: 2201
- Name: "WL_WHITEIMPRISON"
- Description: "White Imprison"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- InterruptCast: true
- SkillData1: {
- Lv1: 6000
- Lv2: 8000
- Lv3: 10000
- Lv4: 12000
- Lv5: 14000
- Lv6: 16000
- Lv7: 18000
- Lv8: 20000
- Lv9: 22000
- Lv10: 24000
- }
- SkillData2: 15000
- CoolDown: 4000
- Requirements: {
- SPCost: {
- Lv1: 50
- Lv2: 55
- Lv3: 60
- Lv4: 65
- Lv5: 70
- Lv6: 75
- Lv7: 80
- Lv8: 85
- Lv9: 90
- Lv10: 95
- }
- }
-},
-{
- Id: 2202
- Name: "WL_SOULEXPANSION"
- Description: "Soul Expansion"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Ghost"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 1
- Lv2: 1
- Lv3: 1
- Lv4: 2
- Lv5: 2
- Lv6: 2
- Lv7: 2
- Lv8: 2
- Lv9: 2
- Lv10: 2
- }
- NumberOfHits: -2
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 500
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 35
- Lv3: 40
- Lv4: 45
- Lv5: 50
- Lv6: 55
- Lv7: 60
- Lv8: 65
- Lv9: 70
- Lv10: 75
- }
- }
-},
-{
- Id: 2203
- Name: "WL_FROSTMISTY"
- Description: "Frosty Misty"
- MaxLevel: 5
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Water"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 13
- NumberOfHits: {
- Lv1: -3
- Lv2: -4
- Lv3: -5
- Lv4: -6
- Lv5: -7
- Lv6: -8
- Lv7: -9
- Lv8: -10
- Lv9: -11
- Lv10: -12
- }
- InterruptCast: true
- CastTime: {
- Lv1: 2000
- Lv2: 2500
- Lv3: 3000
- Lv4: 3500
- Lv5: 4000
- Lv6: 4500
- Lv7: 5000
- Lv8: 5500
- Lv9: 6000
- Lv10: 6500
- }
- AfterCastActDelay: 1000
- SkillData1: 40000
- CoolDown: 4000
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 48
- Lv3: 56
- Lv4: 64
- Lv5: 72
- Lv6: 80
- Lv7: 88
- Lv8: 96
- Lv9: 104
- Lv10: 112
- }
- }
-},
-{
- Id: 2204
- Name: "WL_JACKFROST"
- Description: "Jack Frost"
- MaxLevel: 5
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Water"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 13
- NumberOfHits: -5
- InterruptCast: true
- CastTime: {
- Lv1: 2000
- Lv2: 2500
- Lv3: 3000
- Lv4: 3500
- Lv5: 4000
- Lv6: 4500
- Lv7: 5000
- Lv8: 5500
- Lv9: 6000
- Lv10: 6500
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 10000
- Lv2: 15000
- Lv3: 20000
- Lv4: 25000
- Lv5: 30000
- Lv6: 35000
- Lv7: 40000
- Lv8: 45000
- Lv9: 50000
- Lv10: 55000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 50
- Lv2: 60
- Lv3: 70
- Lv4: 80
- Lv5: 90
- Lv6: 100
- Lv7: 110
- Lv8: 120
- Lv9: 130
- Lv10: 140
- }
- }
-},
-{
- Id: 2205
- Name: "WL_MARSHOFABYSS"
- Description: "Marsh of Abyss"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- AfterCastActDelay: 1000
- SkillData1: 30000
- CoolDown: {
- Lv1: 2500
- Lv2: 3000
- Lv3: 3500
- Lv4: 4000
- Lv5: 4500
- Lv6: 5000
- Lv7: 5500
- Lv8: 6000
- Lv9: 6500
- Lv10: 7000
- }
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 42
- Lv3: 44
- Lv4: 46
- Lv5: 48
- Lv6: 50
- Lv7: 52
- Lv8: 54
- Lv9: 56
- Lv10: 58
- }
- }
-},
-{
- Id: 2206
- Name: "WL_RECOGNIZEDSPELL"
- Description: "Recognized Spell"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 60000
- Lv2: 90000
- Lv3: 120000
- Lv4: 150000
- Lv5: 180000
- Lv6: 210000
- Lv7: 240000
- Lv8: 270000
- Lv9: 300000
- Lv10: 330000
- }
- CoolDown: {
- Lv1: 50000
- Lv2: 80000
- Lv3: 110000
- Lv4: 140000
- Lv5: 170000
- Lv6: 200000
- Lv7: 230000
- Lv8: 260000
- Lv9: 290000
- Lv10: 320000
- }
- Requirements: {
- SPCost: {
- Lv1: 100
- Lv2: 120
- Lv3: 140
- Lv4: 160
- Lv5: 180
- Lv6: 200
- Lv7: 220
- Lv8: 240
- Lv9: 260
- Lv10: 280
- }
- }
-},
-{
- Id: 2207
- Name: "WL_SIENNAEXECRATE"
- Description: "Sienna Execrate"
- MaxLevel: 5
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Earth"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 1
- Lv2: 2
- Lv3: 2
- Lv4: 3
- Lv5: 3
- Lv6: 4
- Lv7: 4
- Lv8: 5
- Lv9: 5
- Lv10: 6
- }
- NumberOfHits: 0
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 2000
- SkillData1: {
- Lv1: 10000
- Lv2: 12000
- Lv3: 14000
- Lv4: 16000
- Lv5: 18000
- Lv6: 20000
- Lv7: 22000
- Lv8: 24000
- Lv9: 26000
- Lv10: 28000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 32
- Lv2: 34
- Lv3: 36
- Lv4: 38
- Lv5: 40
- Lv6: 42
- Lv7: 44
- Lv8: 46
- Lv9: 48
- Lv10: 50
- }
- Items: {
- Red_Gemstone: 2
- }
- }
-},
-{
- Id: 2208
- Name: "WL_RADIUS"
- Description: "Radius"
- MaxLevel: 3
- NumberOfHits: 0
-},
-{
- Id: 2209
- Name: "WL_STASIS"
- Description: "Stasis"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 9
- Lv2: 10
- Lv3: 11
- Lv4: 12
- Lv5: 13
- Lv6: 14
- Lv7: 15
- Lv8: 16
- Lv9: 17
- Lv10: 18
- }
- InterruptCast: true
- CastTime: 3000
- AfterCastActDelay: 2000
- SkillData1: {
- Lv1: 10000
- Lv2: 15000
- Lv3: 20000
- Lv4: 25000
- Lv5: 30000
- Lv6: 35000
- Lv7: 40000
- Lv8: 45000
- Lv9: 50000
- Lv10: 55000
- }
- SkillData2: 1000
- CoolDown: {
- Lv1: 180000
- Lv2: 190000
- Lv3: 200000
- Lv4: 210000
- Lv5: 220000
- Lv6: 230000
- Lv7: 240000
- Lv8: 250000
- Lv9: 260000
- Lv10: 270000
- }
- Requirements: {
- SPCost: {
- Lv1: 50
- Lv2: 60
- Lv3: 70
- Lv4: 80
- Lv5: 90
- Lv6: 100
- Lv7: 110
- Lv8: 120
- Lv9: 130
- Lv10: 140
- }
- }
-},
-{
- Id: 2210
- Name: "WL_DRAINLIFE"
- Description: "Drain Life"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- InterruptCast: true
- CastTime: 4000
- CoolDown: 2000
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 24
- Lv3: 28
- Lv4: 32
- Lv5: 36
- Lv6: 40
- Lv7: 44
- Lv8: 48
- Lv9: 52
- Lv10: 56
- }
- }
-},
-{
- Id: 2211
- Name: "WL_CRIMSONROCK"
- Description: "Crimson Rock"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 3
- NumberOfHits: -7
- InterruptCast: true
- KnockBackTiles: 3
- CastTime: 5000
- AfterCastActDelay: 2000
- SkillData1: 5000
- CoolDown: 5000
- Requirements: {
- SPCost: {
- Lv1: 60
- Lv2: 70
- Lv3: 80
- Lv4: 90
- Lv5: 100
- Lv6: 110
- Lv7: 120
- Lv8: 130
- Lv9: 140
- Lv10: 150
- }
- }
-},
-{
- Id: 2212
- Name: "WL_HELLINFERNO"
- Description: "Hell Inferno"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- InterruptCast: true
- CastTime: 3000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 20000
- Lv2: 30000
- Lv3: 40000
- Lv4: 50000
- Lv5: 60000
- Lv6: 70000
- Lv7: 80000
- Lv8: 90000
- Lv9: 100000
- Lv10: 110000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 35
- Lv2: 40
- Lv3: 45
- Lv4: 50
- Lv5: 55
- Lv6: 60
- Lv7: 65
- Lv8: 70
- Lv9: 75
- Lv10: 80
- }
- }
-},
-{
- Id: 2213
- Name: "WL_COMET"
- Description: "Comet"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- NumberOfHits: -20
- InterruptCast: true
- KnockBackTiles: 2
- CastTime: {
- Lv1: 10000
- Lv2: 11000
- Lv3: 12000
- Lv4: 13000
- Lv5: 14000
- Lv6: 15000
- Lv7: 16000
- Lv8: 17000
- Lv9: 18000
- Lv10: 19000
- }
- SkillData1: 100
- SkillData2: 42000
- CoolDown: 60000
- Requirements: {
- SPCost: {
- Lv1: 480
- Lv2: 560
- Lv3: 640
- Lv4: 720
- Lv5: 800
- Lv6: 880
- Lv7: 960
- Lv8: 1040
- Lv9: 1120
- Lv10: 1200
- }
- Items: {
- Red_Gemstone: 2
- }
- }
- Unit: {
- Id: 0x86
- Range: 8
- Interval: 100
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 2214
- Name: "WL_CHAINLIGHTNING"
- Description: "Chain Lightning"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- SplashRange: 3
- InterruptCast: true
- CastTime: {
- Lv1: 3500
- Lv2: 4000
- Lv3: 4500
- Lv4: 5000
- Lv5: 5500
- Lv6: 6000
- Lv7: 6500
- Lv8: 7000
- Lv9: 7500
- Lv10: 8000
- }
- SkillData1: 100
- CoolDown: 3000
- Requirements: {
- SPCost: {
- Lv1: 80
- Lv2: 90
- Lv3: 100
- Lv4: 110
- Lv5: 120
- Lv6: 130
- Lv7: 140
- Lv8: 150
- Lv9: 160
- Lv10: 170
- }
- }
-},
-{
- Id: 2215
- Name: "WL_CHAINLIGHTNING_ATK"
- Description: "Chain Lightning Attack"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Wind"
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2216
- Name: "WL_EARTHSTRAIN"
- Description: "Earth Strain"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Earth"
- NumberOfHits: {
- Lv1: -6
- Lv2: -7
- Lv3: -8
- Lv4: -9
- Lv5: -10
- Lv6: -11
- Lv7: -12
- Lv8: -13
- Lv9: -14
- Lv10: -15
- }
- InterruptCast: true
- CastTime: {
- Lv1: 2000
- Lv2: 3000
- Lv3: 4000
- Lv4: 5000
- Lv5: 6000
- Lv6: 7000
- Lv7: 8000
- Lv8: 9000
- Lv9: 10000
- Lv10: 11000
- }
- AfterCastActDelay: 1000
- SkillData1: 100
- SkillData2: {
- Lv1: 75000
- Lv2: 90000
- Lv3: 105000
- Lv4: 120000
- Lv5: 135000
- Lv6: 150000
- Lv7: 165000
- Lv8: 180000
- Lv9: 195000
- Lv10: 210000
- }
- CoolDown: 10000
- Requirements: {
- SPCost: {
- Lv1: 70
- Lv2: 78
- Lv3: 86
- Lv4: 94
- Lv5: 102
- Lv6: 110
- Lv7: 118
- Lv8: 126
- Lv9: 134
- Lv10: 142
- }
- }
- Unit: {
- Id: 0xcb
- Layout: -1
- Interval: 100
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 2217
- Name: "WL_TETRAVORTEX"
- Description: "Tetra Vortex"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- InterruptCast: true
- CastTime: {
- Lv1: 5000
- Lv2: 6000
- Lv3: 7000
- Lv4: 8000
- Lv5: 9000
- Lv6: 10000
- Lv7: 11000
- Lv8: 12000
- Lv9: 13000
- Lv10: 14000
- }
- AfterCastActDelay: 2000
- SkillData1: {
- Lv1: 15000
- Lv2: 120000
- Lv3: 40000
- Lv4: 5000
- Lv5: 5000
- Lv6: 5000
- Lv7: 5000
- Lv8: 5000
- Lv9: 5000
- Lv10: 5000
- }
- CoolDown: 15000
- Requirements: {
- SPCost: {
- Lv1: 120
- Lv2: 150
- Lv3: 180
- Lv4: 210
- Lv5: 240
- Lv6: 270
- Lv7: 300
- Lv8: 330
- Lv9: 360
- Lv10: 390
- }
- }
-},
-{
- Id: 2218
- Name: "WL_TETRAVORTEX_FIRE"
- Description: "Tetra Vortex Fire"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2219
- Name: "WL_TETRAVORTEX_WATER"
- Description: "Tetra Vortex Water"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Water"
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2220
- Name: "WL_TETRAVORTEX_WIND"
- Description: "Tetra Vortex Wind"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Wind"
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2221
- Name: "WL_TETRAVORTEX_GROUND"
- Description: "Tetra Vortex Earth"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Earth"
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2222
- Name: "WL_SUMMONFB"
- Description: "Summon Fire Ball"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- SkillData1: {
- Lv1: 120000
- Lv2: 160000
- Lv3: 200000
- Lv4: 240000
- Lv5: 280000
- Lv6: 320000
- Lv7: 360000
- Lv8: 400000
- Lv9: 440000
- Lv10: 480000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 10
- Lv2: 12
- Lv3: 14
- Lv4: 16
- Lv5: 18
- Lv6: 20
- Lv7: 22
- Lv8: 24
- Lv9: 26
- Lv10: 28
- }
- }
-},
-{
- Id: 2223
- Name: "WL_SUMMONBL"
- Description: "Summon Lightning Ball"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- Element: "Ele_Wind"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- SkillData1: {
- Lv1: 120000
- Lv2: 160000
- Lv3: 200000
- Lv4: 240000
- Lv5: 280000
- Lv6: 320000
- Lv7: 360000
- Lv8: 400000
- Lv9: 440000
- Lv10: 480000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 10
- Lv2: 12
- Lv3: 14
- Lv4: 16
- Lv5: 18
- Lv6: 20
- Lv7: 22
- Lv8: 24
- Lv9: 26
- Lv10: 28
- }
- }
-},
-{
- Id: 2224
- Name: "WL_SUMMONWB"
- Description: "Summon Water Ball"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- Element: "Ele_Water"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- SkillData1: {
- Lv1: 120000
- Lv2: 160000
- Lv3: 200000
- Lv4: 240000
- Lv5: 280000
- Lv6: 320000
- Lv7: 360000
- Lv8: 400000
- Lv9: 440000
- Lv10: 480000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 10
- Lv2: 12
- Lv3: 14
- Lv4: 16
- Lv5: 18
- Lv6: 20
- Lv7: 22
- Lv8: 24
- Lv9: 26
- Lv10: 28
- }
- }
-},
-{
- Id: 2225
- Name: "WL_SUMMON_ATK_FIRE"
- Description: "Summon Attack Fire"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- SkillInstances: 1
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2226
- Name: "WL_SUMMON_ATK_WIND"
- Description: "Summon Attack Wind"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Wind"
- SkillInstances: 1
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2227
- Name: "WL_SUMMON_ATK_WATER"
- Description: "Summon Attack Water"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Water"
- SkillInstances: 1
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2228
- Name: "WL_SUMMON_ATK_GROUND"
- Description: "Summon Attack Earth"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Earth"
- SkillInstances: 1
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2229
- Name: "WL_SUMMONSTONE"
- Description: "Summon Stone"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- Element: "Ele_Earth"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- SkillData1: {
- Lv1: 120000
- Lv2: 160000
- Lv3: 200000
- Lv4: 240000
- Lv5: 280000
- Lv6: 320000
- Lv7: 360000
- Lv8: 400000
- Lv9: 440000
- Lv10: 480000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 10
- Lv2: 12
- Lv3: 14
- Lv4: 16
- Lv5: 18
- Lv6: 20
- Lv7: 22
- Lv8: 24
- Lv9: 26
- Lv10: 28
- }
- }
-},
-{
- Id: 2230
- Name: "WL_RELEASE"
- Description: "Release"
- MaxLevel: 2
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- InterruptCast: true
- Requirements: {
- SPCost: {
- Lv1: 3
- Lv2: 20
- Lv3: 37
- Lv4: 54
- Lv5: 71
- Lv6: 88
- Lv7: 105
- Lv8: 122
- Lv9: 139
- Lv10: 156
- }
- }
-},
-{
- Id: 2231
- Name: "WL_READING_SB"
- Description: "Reading Spellbook"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 5000
- AfterCastActDelay: 500
- CoolDown: 0
- Requirements: {
- SPCost: 40
- }
-},
-{
- Id: 2232
- Name: "WL_FREEZE_SP"
- Description: "Freeze Spell"
- MaxLevel: 5
- NumberOfHits: 0
-},
-{
- Id: 2233
- Name: "RA_ARROWSTORM"
- Description: "Arrow Storm"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 3
- Lv2: 3
- Lv3: 3
- Lv4: 3
- Lv5: 3
- Lv6: 4
- Lv7: 4
- Lv8: 4
- Lv9: 4
- Lv10: 5
- }
- NumberOfHits: -3
- InterruptCast: true
- CastTime: {
- Lv1: 2000
- Lv2: 2200
- Lv3: 2400
- Lv4: 2600
- Lv5: 2800
- Lv6: 3000
- Lv7: 3200
- Lv8: 3400
- Lv9: 3600
- Lv10: 3800
- }
- CoolDown: {
- Lv1: 5000
- Lv2: 4800
- Lv3: 4600
- Lv4: 4400
- Lv5: 4200
- Lv6: 4000
- Lv7: 3800
- Lv8: 3600
- Lv9: 3400
- Lv10: 3200
- }
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 32
- Lv3: 34
- Lv4: 36
- Lv5: 38
- Lv6: 40
- Lv7: 42
- Lv8: 44
- Lv9: 46
- Lv10: 48
- }
- WeaponTypes: {
- Bows: true
- }
- AmmoTypes: {
- A_ARROW: true
- }
- AmmoAmount: 10
- }
-},
-{
- Id: 2234
- Name: "RA_FEARBREEZE"
- Description: "Fear Breeze"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- InterruptCast: true
- SkillData1: {
- Lv1: 60000
- Lv2: 90000
- Lv3: 120000
- Lv4: 150000
- Lv5: 180000
- Lv6: 210000
- Lv7: 240000
- Lv8: 270000
- Lv9: 300000
- Lv10: 330000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 55
- Lv2: 60
- Lv3: 65
- Lv4: 70
- Lv5: 75
- Lv6: 80
- Lv7: 85
- Lv8: 90
- Lv9: 95
- Lv10: 100
- }
- WeaponTypes: {
- Bows: true
- }
- }
-},
-{
- Id: 2235
- Name: "RA_RANGERMAIN"
- Description: "Ranger Main"
- MaxLevel: 10
- NumberOfHits: 0
-},
-{
- Id: 2236
- Name: "RA_AIMEDBOLT"
- Description: "Aimed Bolt"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- InterruptCast: true
- CastTime: 4000
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 32
- Lv3: 34
- Lv4: 36
- Lv5: 38
- Lv6: 40
- Lv7: 42
- Lv8: 44
- Lv9: 46
- Lv10: 48
- }
- WeaponTypes: {
- Bows: true
- }
- AmmoTypes: {
- A_ARROW: true
- }
- AmmoAmount: 1
- }
-},
-{
- Id: 2237
- Name: "RA_DETONATOR"
- Description: "Detonator"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 3
- SkillData1: 1000
- CoolDown: 0
- Requirements: {
- SPCost: 15
- }
-},
-{
- Id: 2238
- Name: "RA_ELECTRICSHOCKER"
- Description: "Electric Shocker"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 2
- SkillInstances: 3
- SkillData1: 15000
- SkillData2: {
- Lv1: 20000
- Lv2: 22000
- Lv3: 24000
- Lv4: 26000
- Lv5: 28000
- Lv6: 30000
- Lv7: 32000
- Lv8: 34000
- Lv9: 36000
- Lv10: 38000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 35
- Items: {
- Special_Alloy_Trap: 1
- }
- }
- Unit: {
- Id: 0xd8
- Range: 2
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- }
- }
-},
-{
- Id: 2239
- Name: "RA_CLUSTERBOMB"
- Description: "Cluster Bomb"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- AllowReproduce: true
- }
- AttackType: "Misc"
- DamageType: {
- SplashArea: true
- IgnoreFlee: true
- }
- SplashRange: 3
- SkillInstances: 3
- SkillData1: 15000
- CoolDown: 0
- Requirements: {
- SPCost: 20
- Items: {
- Special_Alloy_Trap: 1
- }
- }
- Unit: {
- Id: 0xd9
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- }
- }
-},
-{
- Id: 2240
- Name: "RA_WUGMASTERY"
- Description: "Warg Mastery"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: 5
- Items: {
- Wolfs_Flute: 0
- }
- }
-},
-{
- Id: 2241
- Name: "RA_WUGRIDER"
- Description: "Warg Rider"
- MaxLevel: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AfterCastActDelay: 500
- CoolDown: 0
- Requirements: {
- SPCost: 2
- }
-},
-{
- Id: 2242
- Name: "RA_WUGDASH"
- Description: "Warg Dash"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 1
- NumberOfHits: 0
- Requirements: {
- SPCost: 4
- State: "Moveable"
- }
-},
-{
- Id: 2243
- Name: "RA_WUGSTRIKE"
- Description: "Warg Strike"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 22
- Lv3: 24
- Lv4: 26
- Lv5: 28
- Lv6: 30
- Lv7: 32
- Lv8: 34
- Lv9: 36
- Lv10: 38
- }
- }
-},
-{
- Id: 2244
- Name: "RA_WUGBITE"
- Description: "Warg Bite"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- AfterCastActDelay: 2000
- SkillData1: {
- Lv1: 1000
- Lv2: 2000
- Lv3: 3000
- Lv4: 4000
- Lv5: 5000
- Lv6: 6000
- Lv7: 7000
- Lv8: 8000
- Lv9: 9000
- Lv10: 10000
- }
- CoolDown: {
- Lv1: 4000
- Lv2: 6000
- Lv3: 8000
- Lv4: 10000
- Lv5: 12000
- Lv6: 14000
- Lv7: 16000
- Lv8: 18000
- Lv9: 20000
- Lv10: 22000
- }
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 42
- Lv3: 44
- Lv4: 46
- Lv5: 48
- Lv6: 50
- Lv7: 52
- Lv8: 54
- Lv9: 56
- Lv10: 58
- }
- State: "Warg"
- }
-},
-{
- Id: 2245
- Name: "RA_TOOTHOFWUG"
- Description: "Tooth of Warg"
- MaxLevel: 10
- NumberOfHits: 0
-},
-{
- Id: 2246
- Name: "RA_SENSITIVEKEEN"
- Description: "Sensitive Keen"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 3
- Lv2: 4
- Lv3: 5
- Lv4: 6
- Lv5: 7
- Lv6: 8
- Lv7: 9
- Lv8: 10
- Lv9: 11
- Lv10: 12
- }
- AfterCastActDelay: 3000
- CoolDown: 0
- Requirements: {
- SPCost: 12
- State: "Warg"
- }
-},
-{
- Id: 2247
- Name: "RA_CAMOUFLAGE"
- Description: "Camouflage"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: 10000
- CoolDown: 0
- Requirements: {
- SPCost: 40
- }
-},
-{
- Id: 2248
- Name: "RA_RESEARCHTRAP"
- Description: "Research Trap"
- MaxLevel: 5
- NumberOfHits: 0
-},
-{
- Id: 2249
- Name: "RA_MAGENTATRAP"
- Description: "Magenta Trap"
- MaxLevel: 1
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- }
- AttackType: "Misc"
- Element: "Ele_Fire"
- DamageType: {
- NoDamage: true
- SplashArea: true
- IgnoreFlee: true
- }
- SplashRange: 2
- SkillInstances: 1
- AfterCastActDelay: 2000
- SkillData1: 15000
- SkillData2: 10000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- Items: {
- Special_Alloy_Trap: 1
- Boody_Red: 1
- }
- }
- Unit: {
- Id: 0xd2
- Range: 2
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOPC: true
- }
- }
-},
-{
- Id: 2250
- Name: "RA_COBALTTRAP"
- Description: "Cobalt Trap"
- MaxLevel: 1
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- }
- AttackType: "Misc"
- Element: "Ele_Water"
- DamageType: {
- NoDamage: true
- SplashArea: true
- IgnoreFlee: true
- }
- SplashRange: 2
- SkillInstances: 1
- AfterCastActDelay: 2000
- SkillData1: 15000
- SkillData2: 10000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- Items: {
- Special_Alloy_Trap: 1
- Crystal_Blue: 1
- }
- }
- Unit: {
- Id: 0xd3
- Range: 2
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOPC: true
- }
- }
-},
-{
- Id: 2251
- Name: "RA_MAIZETRAP"
- Description: "Maize Trap"
- MaxLevel: 1
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- }
- AttackType: "Misc"
- Element: "Ele_Earth"
- DamageType: {
- NoDamage: true
- SplashArea: true
- IgnoreFlee: true
- }
- SplashRange: 2
- SkillInstances: 1
- AfterCastActDelay: 2000
- SkillData1: 15000
- SkillData2: 10000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- Items: {
- Special_Alloy_Trap: 1
- Yellow_Live: 1
- }
- }
- Unit: {
- Id: 0xd4
- Range: 2
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOPC: true
- }
- }
-},
-{
- Id: 2252
- Name: "RA_VERDURETRAP"
- Description: "Verdure Trap"
- MaxLevel: 1
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- }
- AttackType: "Misc"
- Element: "Ele_Wind"
- DamageType: {
- NoDamage: true
- SplashArea: true
- IgnoreFlee: true
- }
- SplashRange: 2
- SkillInstances: 1
- AfterCastActDelay: 2000
- SkillData1: 15000
- SkillData2: 10000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- Items: {
- Special_Alloy_Trap: 1
- Wind_Of_Verdure: 1
- }
- }
- Unit: {
- Id: 0xd5
- Range: 2
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOPC: true
- }
- }
-},
-{
- Id: 2253
- Name: "RA_FIRINGTRAP"
- Description: "Firing Trap"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- AllowReproduce: true
- }
- AttackType: "Misc"
- Element: "Ele_Fire"
- DamageType: {
- SplashArea: true
- IgnoreFlee: true
- }
- SplashRange: 2
- SkillInstances: 2
- SkillData1: 15000
- SkillData2: 40000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- Items: {
- Special_Alloy_Trap: 1
- }
- }
- Unit: {
- Id: 0xd6
- Range: 1
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- }
- }
-},
-{
- Id: 2254
- Name: "RA_ICEBOUNDTRAP"
- Description: "Icebound Trap"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- AllowReproduce: true
- }
- AttackType: "Misc"
- Element: "Ele_Water"
- DamageType: {
- SplashArea: true
- IgnoreFlee: true
- }
- SplashRange: 2
- SkillInstances: 2
- SkillData1: 15000
- SkillData2: 20000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- Items: {
- Special_Alloy_Trap: 1
- }
- }
- Unit: {
- Id: 0xd7
- Range: 1
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- }
- }
-},
-{
- Id: 2255
- Name: "NC_MADOLICENCE"
- Description: "Mado License"
- MaxLevel: 5
- NumberOfHits: 0
-},
-{
- Id: 2256
- Name: "NC_BOOSTKNUCKLE"
- Description: "Boost Knuckle"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- CastTime: {
- Lv1: 200
- Lv2: 400
- Lv3: 600
- Lv4: 800
- Lv5: 1000
- Lv6: 1200
- Lv7: 1400
- Lv8: 1600
- Lv9: 1800
- Lv10: 2000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 3
- Lv2: 6
- Lv3: 9
- Lv4: 12
- Lv5: 15
- Lv6: 18
- Lv7: 21
- Lv8: 24
- Lv9: 27
- Lv10: 30
- }
- State: "MadoGear"
- }
-},
-{
- Id: 2257
- Name: "NC_PILEBUNKER"
- Description: "Pile Bunker"
- MaxLevel: 3
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- AfterCastActDelay: 2000
- CoolDown: 5000
- Requirements: {
- SPCost: 50
- State: "MadoGear"
- Items: {
- Pilebuncker: 0
- }
- }
-},
-{
- Id: 2258
- Name: "NC_VULCANARM"
- Description: "Vulcan Arm"
- MaxLevel: 3
- Range: 13
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 1
- AfterCastActDelay: {
- Lv1: 300
- Lv2: 200
- Lv3: 100
- Lv4: 1
- Lv5: 1
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 2
- Lv2: 4
- Lv3: 6
- Lv4: 8
- Lv5: 10
- Lv6: 12
- Lv7: 14
- Lv8: 16
- Lv9: 18
- Lv10: 20
- }
- State: "MadoGear"
- Items: {
- Vulcan_Bullet: 1
- }
- }
-},
-{
- Id: 2259
- Name: "NC_FLAMELAUNCHER"
- Description: "Flame Launcher"
- MaxLevel: 3
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Fire"
- SplashRange: 2
- SkillInstances: 5
- CastTime: {
- Lv1: 500
- Lv2: 1000
- Lv3: 1500
- Lv4: 2000
- Lv5: 2500
- Lv6: 3000
- Lv7: 3500
- Lv8: 4000
- Lv9: 4500
- Lv10: 5000
- }
- AfterCastActDelay: {
- Lv1: 1500
- Lv2: 1000
- Lv3: 500
- Lv4: 1
- Lv5: 1
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- SkillData1: {
- Lv1: 7000
- Lv2: 14000
- Lv3: 21000
- Lv4: 28000
- Lv5: 35000
- Lv6: 42000
- Lv7: 49000
- Lv8: 56000
- Lv9: 63000
- Lv10: 70000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 20
- State: "MadoGear"
- Items: {
- Flame_Thrower: 0
- Magic_Gear_Fuel: 1
- }
- }
-},
-{
- Id: 2260
- Name: "NC_COLDSLOWER"
- Description: "Cold Slower"
- MaxLevel: 3
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Weapon"
- Element: "Ele_Water"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 2
- Lv2: 3
- Lv3: 4
- Lv4: 5
- Lv5: 6
- Lv6: 7
- Lv7: 8
- Lv8: 9
- Lv9: 10
- Lv10: 11
- }
- CastTime: 1000
- AfterCastActDelay: {
- Lv1: 1000
- Lv2: 2000
- Lv3: 3000
- Lv4: 4000
- Lv5: 5000
- Lv6: 6000
- Lv7: 7000
- Lv8: 8000
- Lv9: 9000
- Lv10: 10000
- }
- SkillData1: {
- Lv1: 7000
- Lv2: 14000
- Lv3: 21000
- Lv4: 28000
- Lv5: 35000
- Lv6: 42000
- Lv7: 49000
- Lv8: 56000
- Lv9: 63000
- Lv10: 70000
- }
- SkillData2: 40000
- CoolDown: 0
- Requirements: {
- SPCost: 20
- State: "MadoGear"
- Items: {
- Magic_Gear_Fuel: 1
- Liquid_Condensed_Bullet: 1
- }
- }
-},
-{
- Id: 2261
- Name: "NC_ARMSCANNON"
- Description: "Arm Cannon"
- MaxLevel: 3
- Range: {
- Lv1: 9
- Lv2: 11
- Lv3: 13
- Lv4: 15
- Lv5: 17
- Lv6: 19
- Lv7: 21
- Lv8: 23
- Lv9: 25
- Lv10: 27
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- IgnoreFlee: true
- }
- SplashRange: {
- Lv1: 3
- Lv2: 2
- Lv3: 1
- Lv4: 1
- Lv5: 1
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- CastTime: {
- Lv1: 1400
- Lv2: 1600
- Lv3: 1800
- Lv4: 2000
- Lv5: 2200
- Lv6: 2400
- Lv7: 2600
- Lv8: 2800
- Lv9: 3000
- Lv10: 3200
- }
- AfterCastActDelay: {
- Lv1: 500
- Lv2: 1000
- Lv3: 2000
- Lv4: 2000
- Lv5: 2000
- Lv6: 2000
- Lv7: 2000
- Lv8: 2000
- Lv9: 2000
- Lv10: 2000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 45
- Lv3: 50
- Lv4: 55
- Lv5: 60
- Lv6: 65
- Lv7: 70
- Lv8: 75
- Lv9: 80
- Lv10: 85
- }
- AmmoTypes: {
- A_CANNONBALL: true
- }
- AmmoAmount: 1
- State: "MadoGear"
- Items: {
- Magic_Gear_Fuel: 1
- }
- }
-},
-{
- Id: 2262
- Name: "NC_ACCELERATION"
- Description: "Acceleration"
- MaxLevel: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 60000
- Lv2: 90000
- Lv3: 120000
- Lv4: 150000
- Lv5: 180000
- Lv6: 210000
- Lv7: 240000
- Lv8: 270000
- Lv9: 300000
- Lv10: 330000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 40
- Lv3: 60
- Lv4: 80
- Lv5: 100
- Lv6: 120
- Lv7: 140
- Lv8: 160
- Lv9: 180
- Lv10: 200
- }
- State: "MadoGear"
- Items: {
- Accelerator: 0
- Magic_Gear_Fuel: 1
- }
- }
-},
-{
- Id: 2263
- Name: "NC_HOVERING"
- Description: "Hovering"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: 90000
- CoolDown: 0
- Requirements: {
- SPCost: 25
- State: "MadoGear"
- Items: {
- Hovering_Booster: 0
- Magic_Gear_Fuel: 1
- }
- }
-},
-{
- Id: 2264
- Name: "NC_F_SIDESLIDE"
- Description: "Front-Side Slide"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- KnockBackTiles: 7
- AfterCastActDelay: 500
- CoolDown: 0
- Requirements: {
- SPCost: 5
- State: "MadoGear"
- Items: {
- Magic_Gear_Fuel: 1
- }
- }
-},
-{
- Id: 2265
- Name: "NC_B_SIDESLIDE"
- Description: "Back-Side Slide"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- KnockBackTiles: 7
- AfterCastActDelay: 500
- CoolDown: 0
- Requirements: {
- SPCost: 5
- State: "MadoGear"
- Items: {
- Magic_Gear_Fuel: 1
- }
- }
-},
-{
- Id: 2266
- Name: "NC_MAINFRAME"
- Description: "Mainframe Restructure"
- MaxLevel: 4
- NumberOfHits: 0
-},
-{
- Id: 2267
- Name: "NC_SELFDESTRUCTION"
- Description: "Self Destruction"
- MaxLevel: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Misc"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- IgnoreFlee: true
- IgnoreDefCards: true
- }
- SplashRange: {
- Lv1: 2
- Lv2: 3
- Lv3: 4
- Lv4: 5
- Lv5: 6
- Lv6: 7
- Lv7: 8
- Lv8: 9
- Lv9: 10
- Lv10: 11
- }
- KnockBackTiles: 5
- CastTime: {
- Lv1: 2000
- Lv2: 1500
- Lv3: 1000
- Lv4: 500
- Lv5: 1
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- CoolDown: 300000
- Requirements: {
- SPCost: 1
- State: "MadoGear"
- Items: {
- Suicidal_Device: 0
- Magic_Gear_Fuel: 3
- }
- }
-},
-{
- Id: 2268
- Name: "NC_SHAPESHIFT"
- Description: "Shape Shift"
- MaxLevel: 4
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- AfterCastActDelay: 2000
- SkillData1: 300000
- CoolDown: 0
- Requirements: {
- SPCost: 100
- State: "MadoGear"
- Items: {
- Scarlet_Pts: 1
- Lime_Green_Pts: 1
- Yellow_Wish_Pts: 1
- Indigo_Pts: 1
- Magic_Gear_Fuel: 2
- Shape_Shifter: 0
- }
- }
-},
-{
- Id: 2269
- Name: "NC_EMERGENCYCOOL"
- Description: "Emergency Cool"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 500
- CoolDown: 5000
- Requirements: {
- SPCost: 20
- State: "MadoGear"
- Items: {
- Cooling_Device: 0
- Magic_Gear_Fuel: 1
- }
- }
-},
-{
- Id: 2270
- Name: "NC_INFRAREDSCAN"
- Description: "Infrared Scan"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 7
- InterruptCast: true
- AfterCastActDelay: 500
- SkillData1: 3000
- CoolDown: 3000
- Requirements: {
- SPCost: 45
- State: "MadoGear"
- }
-},
-{
- Id: 2271
- Name: "NC_ANALYZE"
- Description: "Analyze"
- MaxLevel: 3
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- AfterCastActDelay: 1000
- SkillData1: 20000
- CoolDown: 0
- Requirements: {
- SPCost: 30
- State: "MadoGear"
- Items: {
- Magic_Gear_Fuel: 1
- }
- }
-},
-{
- Id: 2272
- Name: "NC_MAGNETICFIELD"
- Description: "Magnetic Field"
- MaxLevel: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 2
- InterruptCast: true
- SkillData1: {
- Lv1: 4000
- Lv2: 6000
- Lv3: 8000
- Lv4: 10000
- Lv5: 12000
- Lv6: 14000
- Lv7: 16000
- Lv8: 18000
- Lv9: 20000
- Lv10: 22000
- }
- CoolDown: {
- Lv1: 20000
- Lv2: 15000
- Lv3: 10000
- Lv4: 5000
- Lv5: 1
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- Requirements: {
- SPCost: {
- Lv1: 60
- Lv2: 70
- Lv3: 80
- Lv4: 90
- Lv5: 100
- Lv6: 110
- Lv7: 120
- Lv8: 130
- Lv9: 140
- Lv10: 150
- }
- State: "MadoGear"
- Items: {
- Mag_Field_Generator: 0
- Magic_Gear_Fuel: 2
- }
- }
-},
-{
- Id: 2273
- Name: "NC_NEUTRALBARRIER"
- Description: "Neutral Barrier"
- MaxLevel: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillData1: {
- Lv1: 30000
- Lv2: 45000
- Lv3: 60000
- Lv4: 75000
- Lv5: 90000
- Lv6: 105000
- Lv7: 120000
- Lv8: 135000
- Lv9: 150000
- Lv10: 165000
- }
- CoolDown: 90000
- Requirements: {
- SPCost: {
- Lv1: 80
- Lv2: 90
- Lv3: 100
- Lv4: 110
- Lv5: 120
- Lv6: 130
- Lv7: 140
- Lv8: 150
- Lv9: 160
- Lv10: 170
- }
- State: "MadoGear"
- Items: {
- Barrier_Builder: 0
- Magic_Gear_Fuel: 1
- }
- }
- Unit: {
- Id: 0xe2
- Layout: 2
- Interval: 500
- Target: "Friend"
- }
-},
-{
- Id: 2274
- Name: "NC_STEALTHFIELD"
- Description: "Stealth Field"
- MaxLevel: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillData1: {
- Lv1: 15000
- Lv2: 20000
- Lv3: 25000
- Lv4: 30000
- Lv5: 35000
- Lv6: 40000
- Lv7: 45000
- Lv8: 50000
- Lv9: 55000
- Lv10: 60000
- }
- CoolDown: {
- Lv1: 20000
- Lv2: 15000
- Lv3: 10000
- Lv4: 5000
- Lv5: 1
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- Requirements: {
- SPCost: {
- Lv1: 80
- Lv2: 100
- Lv3: 120
- Lv4: 140
- Lv5: 160
- Lv6: 180
- Lv7: 200
- Lv8: 220
- Lv9: 240
- Lv10: 260
- }
- State: "MadoGear"
- Items: {
- Camouflage_Generator: 0
- Magic_Gear_Fuel: 2
- }
- }
- Unit: {
- Id: 0xe3
- Layout: 2
- Interval: 500
- Target: "All"
- }
-},
-{
- Id: 2275
- Name: "NC_REPAIR"
- Description: "Repair"
- MaxLevel: 5
- Range: {
- Lv1: 5
- Lv2: 6
- Lv3: 7
- Lv4: 8
- Lv5: 9
- Lv6: 10
- Lv7: 11
- Lv8: 12
- Lv9: 13
- Lv10: 14
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: {
- Lv1: 200
- Lv2: 300
- Lv3: 400
- Lv4: 500
- Lv5: 600
- Lv6: 700
- Lv7: 800
- Lv8: 900
- Lv9: 1000
- Lv10: 1100
- }
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 25
- Lv2: 30
- Lv3: 35
- Lv4: 40
- Lv5: 45
- Lv6: 50
- Lv7: 55
- Lv8: 60
- Lv9: 65
- Lv10: 70
- }
- State: "MadoGear"
- Items: {
- Repair_Kit: 0
- }
- }
-},
-{
- Id: 2276
- Name: "NC_TRAININGAXE"
- Description: "Axe Training"
- MaxLevel: 10
- NumberOfHits: 0
-},
-{
- Id: 2277
- Name: "NC_RESEARCHFE"
- Description: "Research Fire/Earth"
- MaxLevel: 5
- NumberOfHits: 0
-},
-{
- Id: 2278
- Name: "NC_AXEBOOMERANG"
- Description: "Axe Boomerang"
- MaxLevel: 5
- Range: {
- Lv1: 5
- Lv2: 6
- Lv3: 7
- Lv4: 8
- Lv5: 9
- Lv6: 10
- Lv7: 11
- Lv8: 12
- Lv9: 13
- Lv10: 14
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- KnockBackTiles: {
- Lv1: 2
- Lv2: 3
- Lv3: 4
- Lv4: 5
- Lv5: 6
- Lv6: 7
- Lv7: 8
- Lv8: 9
- Lv9: 10
- Lv10: 11
- }
- CoolDown: {
- Lv1: 5000
- Lv2: 4500
- Lv3: 4000
- Lv4: 3500
- Lv5: 3000
- Lv6: 2500
- Lv7: 2000
- Lv8: 1500
- Lv9: 1000
- Lv10: 500
- }
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 22
- Lv3: 24
- Lv4: 26
- Lv5: 28
- Lv6: 30
- Lv7: 32
- Lv8: 34
- Lv9: 36
- Lv10: 38
- }
- WeaponTypes: {
- 1HAxes: true
- 2HAxes: true
- }
- }
-},
-{
- Id: 2279
- Name: "NC_POWERSWING"
- Description: "Power Swing"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- AfterCastActDelay: 1000
- SkillData1: 3000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 22
- Lv3: 24
- Lv4: 26
- Lv5: 28
- Lv6: 30
- Lv7: 32
- Lv8: 34
- Lv9: 36
- Lv10: 38
- }
- }
-},
-{
- Id: 2280
- Name: "NC_AXETORNADO"
- Description: "Axe Tornado"
- MaxLevel: 5
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 2
- Lv2: 2
- Lv3: 3
- Lv4: 3
- Lv5: 3
- Lv6: 3
- Lv7: 3
- Lv8: 3
- Lv9: 3
- Lv10: 3
- }
- NumberOfHits: -3
- AfterCastActDelay: 500
- CoolDown: {
- Lv1: 4000
- Lv2: 3500
- Lv3: 3000
- Lv4: 2500
- Lv5: 2000
- Lv6: 1500
- Lv7: 1000
- Lv8: 500
- Lv9: 1
- Lv10: 1
- }
- Requirements: {
- HPCost: {
- Lv1: 20
- Lv2: 40
- Lv3: 60
- Lv4: 80
- Lv5: 100
- Lv6: 120
- Lv7: 140
- Lv8: 160
- Lv9: 180
- Lv10: 200
- }
- SPCost: {
- Lv1: 18
- Lv2: 20
- Lv3: 22
- Lv4: 24
- Lv5: 26
- Lv6: 28
- Lv7: 30
- Lv8: 32
- Lv9: 34
- Lv10: 36
- }
- WeaponTypes: {
- 1HAxes: true
- 2HAxes: true
- }
- }
-},
-{
- Id: 2281
- Name: "NC_SILVERSNIPER"
- Description: "FAW - Silver Sniper"
- MaxLevel: 5
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillInstances: 2
- SkillData1: {
- Lv1: 20000
- Lv2: 30000
- Lv3: 40000
- Lv4: 50000
- Lv5: 60000
- Lv6: 70000
- Lv7: 80000
- Lv8: 90000
- Lv9: 100000
- Lv10: 110000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 25
- Lv2: 30
- Lv3: 35
- Lv4: 40
- Lv5: 45
- Lv6: 50
- Lv7: 55
- Lv8: 60
- Lv9: 65
- Lv10: 70
- }
- Items: {
- Portable_Furnace: 0
- Oridecon_Hammer: 0
- Iron: 1
- Steel: 2
- }
- }
-},
-{
- Id: 2282
- Name: "NC_MAGICDECOY"
- Description: "FAW - Magic Decoy"
- MaxLevel: 5
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillInstances: 2
- SkillData1: {
- Lv1: 20000
- Lv2: 30000
- Lv3: 40000
- Lv4: 50000
- Lv5: 60000
- Lv6: 70000
- Lv7: 80000
- Lv8: 90000
- Lv9: 100000
- Lv10: 110000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 45
- Lv3: 50
- Lv4: 55
- Lv5: 60
- Lv6: 65
- Lv7: 70
- Lv8: 75
- Lv9: 80
- Lv10: 85
- }
- Items: {
- Portable_Furnace: 0
- Oridecon_Hammer: 0
- Iron: 2
- Brigan: 1
- }
- }
-},
-{
- Id: 2283
- Name: "NC_DISJOINT"
- Description: "FAW Removal"
- MaxLevel: 1
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- }
- CastTime: 2000
- CoolDown: 0
- Requirements: {
- SPCost: 15
- Items: {
- Monkey_Wrench: 1
- }
- }
-},
-{
- Id: 2284
- Name: "SC_FATALMENACE"
- Description: "Fatal Menace"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 1
- AfterCastActDelay: 500
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 25
- Lv3: 30
- Lv4: 35
- Lv5: 40
- Lv6: 45
- Lv7: 50
- Lv8: 55
- Lv9: 60
- Lv10: 65
- }
- }
-},
-{
- Id: 2285
- Name: "SC_REPRODUCE"
- Description: "Reproduce"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 1000
- SkillData1: 60000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 45
- Lv3: 50
- Lv4: 55
- Lv5: 60
- Lv6: 65
- Lv7: 70
- Lv8: 75
- Lv9: 80
- Lv10: 85
- }
- }
-},
-{
- Id: 2286
- Name: "SC_AUTOSHADOWSPELL"
- Description: "Auto Shadow Spell"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: {
- Lv1: 4000
- Lv2: 3600
- Lv3: 3200
- Lv4: 2800
- Lv5: 2400
- Lv6: 2000
- Lv7: 1600
- Lv8: 1200
- Lv9: 800
- Lv10: 400
- }
- SkillData1: {
- Lv1: 60000
- Lv2: 80000
- Lv3: 100000
- Lv4: 120000
- Lv5: 140000
- Lv6: 160000
- Lv7: 180000
- Lv8: 200000
- Lv9: 220000
- Lv10: 300000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 45
- Lv3: 50
- Lv4: 55
- Lv5: 60
- Lv6: 65
- Lv7: 70
- Lv8: 75
- Lv9: 80
- Lv10: 85
- }
- }
-},
-{
- Id: 2287
- Name: "SC_SHADOWFORM"
- Description: "Shadow Form"
- MaxLevel: 5
- Range: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 30000
- Lv2: 40000
- Lv3: 50000
- Lv4: 60000
- Lv5: 70000
- Lv6: 80000
- Lv7: 90000
- Lv8: 100000
- Lv9: 110000
- Lv10: 120000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 50
- Lv3: 60
- Lv4: 70
- Lv5: 80
- Lv6: 90
- Lv7: 100
- Lv8: 110
- Lv9: 120
- Lv10: 130
- }
- }
-},
-{
- Id: 2288
- Name: "SC_TRIANGLESHOT"
- Description: "Triangle Shot"
- MaxLevel: 10
- Range: {
- Lv1: 7
- Lv2: 7
- Lv3: 7
- Lv4: 9
- Lv5: 9
- Lv6: 9
- Lv7: 9
- Lv8: 11
- Lv9: 11
- Lv10: 11
- }
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: -3
- InterruptCast: true
- KnockBackTiles: 3
- CastTime: 1000
- AfterCastActDelay: 500
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 22
- Lv2: 24
- Lv3: 26
- Lv4: 28
- Lv5: 30
- Lv6: 32
- Lv7: 34
- Lv8: 36
- Lv9: 38
- Lv10: 40
- }
- WeaponTypes: {
- Bows: true
- }
- AmmoTypes: {
- A_ARROW: true
- }
- AmmoAmount: 3
- }
-},
-{
- Id: 2289
- Name: "SC_BODYPAINT"
- Description: "Body Painting"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 2
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 5000
- Lv2: 7000
- Lv3: 9000
- Lv4: 11000
- Lv5: 13000
- Lv6: 15000
- Lv7: 17000
- Lv8: 19000
- Lv9: 21000
- Lv10: 23000
- }
- SkillData2: 10000
- CoolDown: 2000
- Requirements: {
- SPCost: {
- Lv1: 10
- Lv2: 15
- Lv3: 20
- Lv4: 25
- Lv5: 30
- Lv6: 35
- Lv7: 40
- Lv8: 45
- Lv9: 50
- Lv10: 55
- }
- Items: {
- Paint_Brush: 0
- Surface_Paint: 1
- }
- }
-},
-{
- Id: 2290
- Name: "SC_INVISIBILITY"
- Description: "Invisibility"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: 60000
- CoolDown: {
- Lv1: 20000
- Lv2: 30000
- Lv3: 40000
- Lv4: 50000
- Lv5: 60000
- Lv6: 70000
- Lv7: 80000
- Lv8: 90000
- Lv9: 100000
- Lv10: 110000
- }
- Requirements: {
- SPCost: 100
- }
-},
-{
- Id: 2291
- Name: "SC_DEADLYINFECT"
- Description: "Deadly Infect"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 10000
- Lv2: 15000
- Lv3: 20000
- Lv4: 25000
- Lv5: 30000
- Lv6: 35000
- Lv7: 40000
- Lv8: 45000
- Lv9: 50000
- Lv10: 55000
- }
- CoolDown: 2000
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 44
- Lv3: 48
- Lv4: 52
- Lv5: 56
- Lv6: 60
- Lv7: 64
- Lv8: 68
- Lv9: 72
- Lv10: 76
- }
- }
-},
-{
- Id: 2292
- Name: "SC_ENERVATION"
- Description: "Masquerade - Enervation"
- MaxLevel: 3
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 10000
- Lv2: 15000
- Lv3: 20000
- Lv4: 25000
- Lv5: 30000
- Lv6: 35000
- Lv7: 40000
- Lv8: 45000
- Lv9: 50000
- Lv10: 55000
- }
- CoolDown: 2000
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 40
- Lv3: 50
- Lv4: 60
- Lv5: 70
- Lv6: 80
- Lv7: 90
- Lv8: 100
- Lv9: 110
- Lv10: 120
- }
- Items: {
- Face_Paint: 1
- Makeover_Brush: 0
- }
- }
-},
-{
- Id: 2293
- Name: "SC_GROOMY"
- Description: "Masquerade - Gloomy"
- MaxLevel: 3
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 10000
- Lv2: 15000
- Lv3: 20000
- Lv4: 25000
- Lv5: 30000
- Lv6: 35000
- Lv7: 40000
- Lv8: 45000
- Lv9: 50000
- Lv10: 55000
- }
- CoolDown: 2000
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 40
- Lv3: 50
- Lv4: 60
- Lv5: 70
- Lv6: 80
- Lv7: 90
- Lv8: 100
- Lv9: 110
- Lv10: 120
- }
- Items: {
- Face_Paint: 1
- Makeover_Brush: 0
- }
- }
-},
-{
- Id: 2294
- Name: "SC_IGNORANCE"
- Description: "Masquerade - Ignorance"
- MaxLevel: 3
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 10000
- Lv2: 15000
- Lv3: 20000
- Lv4: 25000
- Lv5: 30000
- Lv6: 35000
- Lv7: 40000
- Lv8: 45000
- Lv9: 50000
- Lv10: 55000
- }
- CoolDown: 2000
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 40
- Lv3: 50
- Lv4: 60
- Lv5: 70
- Lv6: 80
- Lv7: 90
- Lv8: 100
- Lv9: 110
- Lv10: 120
- }
- Items: {
- Face_Paint: 1
- Makeover_Brush: 0
- }
- }
-},
-{
- Id: 2295
- Name: "SC_LAZINESS"
- Description: "Masquerade - Laziness"
- MaxLevel: 3
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 10000
- Lv2: 15000
- Lv3: 20000
- Lv4: 25000
- Lv5: 30000
- Lv6: 35000
- Lv7: 40000
- Lv8: 45000
- Lv9: 50000
- Lv10: 55000
- }
- CoolDown: 2000
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 40
- Lv3: 50
- Lv4: 60
- Lv5: 70
- Lv6: 80
- Lv7: 90
- Lv8: 100
- Lv9: 110
- Lv10: 120
- }
- Items: {
- Face_Paint: 1
- Makeover_Brush: 0
- }
- }
-},
-{
- Id: 2296
- Name: "SC_UNLUCKY"
- Description: "Masquerade - Unlucky"
- MaxLevel: 3
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 10000
- Lv2: 15000
- Lv3: 20000
- Lv4: 25000
- Lv5: 30000
- Lv6: 35000
- Lv7: 40000
- Lv8: 45000
- Lv9: 50000
- Lv10: 55000
- }
- CoolDown: 2000
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 40
- Lv3: 50
- Lv4: 60
- Lv5: 70
- Lv6: 80
- Lv7: 90
- Lv8: 100
- Lv9: 110
- Lv10: 120
- }
- Items: {
- Face_Paint: 1
- Makeover_Brush: 0
- }
- }
-},
-{
- Id: 2297
- Name: "SC_WEAKNESS"
- Description: "Masquerade - Weakness"
- MaxLevel: 3
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 10000
- Lv2: 15000
- Lv3: 20000
- Lv4: 25000
- Lv5: 30000
- Lv6: 35000
- Lv7: 40000
- Lv8: 45000
- Lv9: 50000
- Lv10: 55000
- }
- CoolDown: 2000
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 40
- Lv3: 50
- Lv4: 60
- Lv5: 70
- Lv6: 80
- Lv7: 90
- Lv8: 100
- Lv9: 110
- Lv10: 120
- }
- Items: {
- Face_Paint: 1
- Makeover_Brush: 0
- }
- }
-},
-{
- Id: 2298
- Name: "SC_STRIPACCESSARY"
- Description: "Strip Accessory"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 60000
- Lv2: 70000
- Lv3: 80000
- Lv4: 90000
- Lv5: 100000
- Lv6: 110000
- Lv7: 120000
- Lv8: 130000
- Lv9: 140000
- Lv10: 150000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 15
- Lv2: 18
- Lv3: 21
- Lv4: 24
- Lv5: 27
- Lv6: 30
- Lv7: 33
- Lv8: 36
- Lv9: 39
- Lv10: 42
- }
- }
-},
-{
- Id: 2299
- Name: "SC_MANHOLE"
- Description: "Man Hole"
- MaxLevel: 3
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillInstances: 3
- CastTime: 1000
- AfterCastActDelay: 2000
- SkillData1: {
- Lv1: 5000
- Lv2: 10000
- Lv3: 15000
- Lv4: 20000
- Lv5: 25000
- Lv6: 30000
- Lv7: 35000
- Lv8: 40000
- Lv9: 45000
- Lv10: 50000
- }
- SkillData2: {
- Lv1: 5000
- Lv2: 10000
- Lv3: 15000
- Lv4: 20000
- Lv5: 25000
- Lv6: 30000
- Lv7: 35000
- Lv8: 40000
- Lv9: 45000
- Lv10: 50000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 25
- Lv3: 30
- Lv4: 35
- Lv5: 40
- Lv6: 45
- Lv7: 50
- Lv8: 55
- Lv9: 60
- Lv10: 65
- }
- Items: {
- Paint_Brush: 0
- Surface_Paint: 1
- }
- }
- Unit: {
- Id: 0xcc
- Range: 1
- Interval: 1000
- Target: "All"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- }
- }
-},
-{
- Id: 2300
- Name: "SC_DIMENSIONDOOR"
- Description: "Dimension Door"
- MaxLevel: 3
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillInstances: 1
- CastTime: 1000
- AfterCastActDelay: 2000
- SkillData1: {
- Lv1: 4000
- Lv2: 8000
- Lv3: 12000
- Lv4: 16000
- Lv5: 20000
- Lv6: 24000
- Lv7: 28000
- Lv8: 32000
- Lv9: 36000
- Lv10: 40000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 36
- Lv3: 42
- Lv4: 48
- Lv5: 54
- Lv6: 60
- Lv7: 66
- Lv8: 72
- Lv9: 78
- Lv10: 84
- }
- Items: {
- Paint_Brush: 0
- Surface_Paint: 1
- }
- }
- Unit: {
- Id: 0xcd
- Range: 1
- Interval: 1000
- Target: "All"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- }
- }
-},
-{
- Id: 2301
- Name: "SC_CHAOSPANIC"
- Description: "Chaos Panic"
- MaxLevel: 3
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- SplashRange: 2
- InterruptCast: true
- SkillInstances: 1
- CastTime: 2000
- AfterCastActDelay: 2000
- SkillData1: {
- Lv1: 5000
- Lv2: 10000
- Lv3: 15000
- Lv4: 20000
- Lv5: 25000
- Lv6: 30000
- Lv7: 35000
- Lv8: 40000
- Lv9: 45000
- Lv10: 50000
- }
- SkillData2: {
- Lv1: 4000
- Lv2: 8000
- Lv3: 12000
- Lv4: 16000
- Lv5: 20000
- Lv6: 24000
- Lv7: 28000
- Lv8: 32000
- Lv9: 36000
- Lv10: 40000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 36
- Lv3: 42
- Lv4: 48
- Lv5: 54
- Lv6: 60
- Lv7: 66
- Lv8: 72
- Lv9: 78
- Lv10: 84
- }
- Items: {
- Paint_Brush: 0
- Surface_Paint: 2
- }
- }
- Unit: {
- Id: 0xce
- Layout: 2
- Interval: -1
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- UF_NOOVERLAP: true
- UF_RANGEDSINGLEUNIT: true
- }
- }
-},
-{
- Id: 2302
- Name: "SC_MAELSTROM"
- Description: "Maelstrom"
- MaxLevel: 3
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- SplashRange: 2
- InterruptCast: true
- SkillInstances: 1
- CastTime: 2000
- AfterCastActDelay: 2000
- SkillData1: {
- Lv1: 7000
- Lv2: 14000
- Lv3: 21000
- Lv4: 28000
- Lv5: 35000
- Lv6: 42000
- Lv7: 49000
- Lv8: 56000
- Lv9: 63000
- Lv10: 70000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 50
- Lv2: 55
- Lv3: 60
- Lv4: 65
- Lv5: 70
- Lv6: 75
- Lv7: 80
- Lv8: 85
- Lv9: 90
- Lv10: 95
- }
- Items: {
- Paint_Brush: 0
- Surface_Paint: 2
- }
- }
- Unit: {
- Id: 0xcf
- Layout: 2
- Interval: -1
- Target: "All"
- Flag: {
- UF_NOREITERATION: true
- UF_RANGEDSINGLEUNIT: true
- }
- }
-},
-{
- Id: 2303
- Name: "SC_BLOODYLUST"
- Description: "Bloody Lust"
- MaxLevel: 3
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 2000
- SkillData1: {
- Lv1: 5000
- Lv2: 10000
- Lv3: 15000
- Lv4: 20000
- Lv5: 25000
- Lv6: 30000
- Lv7: 35000
- Lv8: 40000
- Lv9: 45000
- Lv10: 50000
- }
- CoolDown: 180000
- Requirements: {
- SPCost: {
- Lv1: 60
- Lv2: 70
- Lv3: 80
- Lv4: 90
- Lv5: 100
- Lv6: 110
- Lv7: 120
- Lv8: 130
- Lv9: 140
- Lv10: 150
- }
- Items: {
- Paint_Brush: 0
- Surface_Paint: 2
- }
- }
- Unit: {
- Id: 0xd0
- Layout: 3
- Interval: -1
- Target: "All"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- UF_RANGEDSINGLEUNIT: true
- }
- }
-},
-{
- Id: 2304
- Name: "SC_FEINTBOMB"
- Description: "Feint Bomb"
- MaxLevel: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- CastTime: 1000
- SkillData1: 1000
- CoolDown: 5000
- Requirements: {
- SPCost: {
- Lv1: 24
- Lv2: 28
- Lv3: 32
- Lv4: 36
- Lv5: 40
- Lv6: 44
- Lv7: 48
- Lv8: 52
- Lv9: 56
- Lv10: 60
- }
- Items: {
- Paint_Brush: 0
- Surface_Paint: 1
- }
- }
- Unit: {
- Id: 0xd1
- Range: 2
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 2307
- Name: "LG_CANNONSPEAR"
- Description: "Cannon Spear"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- SplashRange: 2
- SkillInstances: 10
- CoolDown: 2000
- Requirements: {
- SPCost: {
- Lv1: 12
- Lv2: 16
- Lv3: 20
- Lv4: 24
- Lv5: 28
- Lv6: 32
- Lv7: 36
- Lv8: 40
- Lv9: 44
- Lv10: 48
- }
- WeaponTypes: {
- 1HSpears: true
- 2HSpears: true
- }
- }
-},
-{
- Id: 2308
- Name: "LG_BANISHINGPOINT"
- Description: "Banishing Point"
- MaxLevel: 10
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 20
- Lv3: 20
- Lv4: 20
- Lv5: 20
- Lv6: 25
- Lv7: 25
- Lv8: 25
- Lv9: 25
- Lv10: 25
- }
- WeaponTypes: {
- 1HSpears: true
- 2HSpears: true
- }
- }
-},
-{
- Id: 2309
- Name: "LG_TRAMPLE"
- Description: "Trample"
- MaxLevel: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 2
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 45
- Lv3: 60
- Lv4: 75
- Lv5: 90
- Lv6: 105
- Lv7: 120
- Lv8: 135
- Lv9: 150
- Lv10: 165
- }
- }
-},
-{
- Id: 2310
- Name: "LG_SHIELDPRESS"
- Description: "Shield Press"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- SkillData1: {
- Lv1: 5500
- Lv2: 6000
- Lv3: 6500
- Lv4: 7000
- Lv5: 7500
- }
- CoolDown: 2000
- Requirements: {
- SPCost: {
- Lv1: 10
- Lv2: 12
- Lv3: 14
- Lv4: 16
- Lv5: 18
- Lv6: 20
- Lv7: 22
- Lv8: 24
- Lv9: 26
- Lv10: 28
- }
- State: "Shield"
- }
-},
-{
- Id: 2311
- Name: "LG_REFLECTDAMAGE"
- Description: "Reflect Damage"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 3
- SkillData1: 300000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 60
- Lv2: 80
- Lv3: 100
- Lv4: 120
- Lv5: 140
- Lv6: 160
- Lv7: 180
- Lv8: 200
- Lv9: 220
- Lv10: 240
- }
- State: "Shield"
- }
-},
-{
- Id: 2312
- Name: "LG_PINPOINTATTACK"
- Description: "Pinpoint Attack"
- MaxLevel: 5
- Range: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- AfterCastActDelay: 1000
- SkillData1: 5000
- CoolDown: 5000
- Requirements: {
- SPCost: 50
- WeaponTypes: {
- 1HSpears: true
- 2HSpears: true
- }
- }
-},
-{
- Id: 2313
- Name: "LG_FORCEOFVANGUARD"
- Description: "Force of Vanguard"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- AfterCastActDelay: 1000
- SkillData1: 300000
- CoolDown: 0
- Requirements: {
- SPCost: 30
- }
-},
-{
- Id: 2314
- Name: "LG_RAGEBURST"
- Description: "Rage Burst"
- MaxLevel: 1
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- AfterCastActDelay: 3000
- CoolDown: 0
- Requirements: {
- SPCost: 150
- }
-},
-{
- Id: 2315
- Name: "LG_SHIELDSPELL"
- Description: "Shield Spell"
- MaxLevel: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- Element: {
- Lv1: "Ele_Neutral"
- Lv2: "Ele_Holy"
- Lv3: "Ele_Neutral"
- }
- DamageType: {
- SplashArea: true
- }
- InterruptCast: true
- KnockBackTiles: {
- Lv1: 2
- Lv2: 0
- Lv3: 0
- Lv4: 0
- Lv5: 0
- Lv6: 0
- Lv7: 0
- Lv8: 0
- Lv9: 0
- Lv10: 0
- }
- CastTime: 1000
- AfterCastActDelay: 1000
- CoolDown: 2000
- Requirements: {
- SPCost: 50
- State: "Shield"
- }
-},
-{
- Id: 2316
- Name: "LG_EXEEDBREAK"
- Description: "Exceed Break"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: {
- Lv1: 5000
- Lv2: 5500
- Lv3: 6000
- Lv4: 6500
- Lv5: 7000
- Lv6: 7500
- Lv7: 8000
- Lv8: 8500
- Lv9: 9000
- Lv10: 9500
- }
- AfterCastActDelay: 1000
- SkillData1: 300000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 32
- Lv3: 44
- Lv4: 56
- Lv5: 68
- Lv6: 80
- Lv7: 92
- Lv8: 104
- Lv9: 116
- Lv10: 128
- }
- }
-},
-{
- Id: 2317
- Name: "LG_OVERBRAND"
- Description: "Over Brand"
- MaxLevel: 5
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- InterruptCast: true
- CastTime: 500
- AfterCastActDelay: 2000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 30
- Lv3: 40
- Lv4: 50
- Lv5: 60
- Lv6: 70
- Lv7: 80
- Lv8: 90
- Lv9: 100
- Lv10: 110
- }
- WeaponTypes: {
- 1HSpears: true
- 2HSpears: true
- }
- }
-},
-{
- Id: 2318
- Name: "LG_PRESTIGE"
- Description: "Prestige"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- SkillData1: {
- Lv1: 30000
- Lv2: 45000
- Lv3: 60000
- Lv4: 75000
- Lv5: 90000
- Lv6: 105000
- Lv7: 120000
- Lv8: 135000
- Lv9: 150000
- Lv10: 165000
- }
- CoolDown: 60000
- Requirements: {
- SPCost: {
- Lv1: 75
- Lv2: 80
- Lv3: 85
- Lv4: 90
- Lv5: 95
- Lv6: 100
- Lv7: 105
- Lv8: 110
- Lv9: 115
- Lv10: 120
- }
- }
-},
-{
- Id: 2319
- Name: "LG_BANDING"
- Description: "Banding"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SplashRange: 3
- SkillData1: -1
- SkillData2: {
- Lv1: 2000
- Lv2: 4000
- Lv3: 6000
- Lv4: 8000
- Lv5: 10000
- Lv6: 12000
- Lv7: 14000
- Lv8: 16000
- Lv9: 18000
- Lv10: 20000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 36
- Lv3: 42
- Lv4: 48
- Lv5: 54
- Lv6: 60
- Lv7: 66
- Lv8: 72
- Lv9: 78
- Lv10: 84
- }
- }
- Unit: {
- Id: 0xec
- Range: 3
- Interval: 5000
- Target: "All"
- }
-},
-{
- Id: 2320
- Name: "LG_MOONSLASHER"
- Description: "Moon Slasher"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 3
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- CoolDown: {
- Lv1: 6000
- Lv2: 5000
- Lv3: 4000
- Lv4: 3000
- Lv5: 2000
- Lv6: 1000
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 24
- Lv3: 28
- Lv4: 32
- Lv5: 36
- Lv6: 40
- Lv7: 44
- Lv8: 48
- Lv9: 52
- Lv10: 56
- }
- WeaponTypes: {
- 1HSpears: true
- 2HSpears: true
- }
- }
-},
-{
- Id: 2321
- Name: "LG_RAYOFGENESIS"
- Description: "Ray of Genesis"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Place: true
- }
- AttackType: "Weapon"
- Element: "Ele_Holy"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 5
- NumberOfHits: -7
- InterruptCast: true
- CastTime: {
- Lv1: 2000
- Lv2: 2500
- Lv3: 3000
- Lv4: 3500
- Lv5: 4000
- Lv6: 4500
- Lv7: 5000
- Lv8: 5500
- Lv9: 6000
- Lv10: 6500
- }
- AfterCastActDelay: 2000
- SkillData1: 10000
- CoolDown: 5000
- Requirements: {
- SPCost: {
- Lv1: 60
- Lv2: 65
- Lv3: 70
- Lv4: 75
- Lv5: 80
- Lv6: 85
- Lv7: 90
- Lv8: 95
- Lv9: 100
- Lv10: 105
- }
- }
-},
-{
- Id: 2322
- Name: "LG_PIETY"
- Description: "Piety"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 1
- InterruptCast: true
- CastTime: {
- Lv1: 3000
- Lv2: 2500
- Lv3: 2000
- Lv4: 1500
- Lv5: 1000
- Lv6: 500
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- SkillData1: {
- Lv1: 60000
- Lv2: 80000
- Lv3: 100000
- Lv4: 120000
- Lv5: 140000
- Lv6: 160000
- Lv7: 180000
- Lv8: 200000
- Lv9: 220000
- Lv10: 240000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 45
- Lv3: 50
- Lv4: 55
- Lv5: 60
- Lv6: 65
- Lv7: 70
- Lv8: 75
- Lv9: 80
- Lv10: 85
- }
- Items: {
- Holy_Water: 2
- }
- }
-},
-{
- Id: 2323
- Name: "LG_EARTHDRIVE"
- Description: "Earth Drive"
- MaxLevel: 5
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Earth"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 1
- Lv2: 1
- Lv3: 2
- Lv4: 2
- Lv5: 3
- Lv6: 3
- Lv7: 4
- Lv8: 4
- Lv9: 5
- Lv10: 5
- }
- NumberOfHits: -5
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 3000
- Lv2: 6000
- Lv3: 9000
- Lv4: 12000
- Lv5: 15000
- Lv6: 18000
- Lv7: 21000
- Lv8: 24000
- Lv9: 27000
- Lv10: 30000
- }
- CoolDown: {
- Lv1: 7000
- Lv2: 6000
- Lv3: 5000
- Lv4: 4000
- Lv5: 3000
- Lv6: 2000
- Lv7: 1000
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- Requirements: {
- SPCost: {
- Lv1: 52
- Lv2: 60
- Lv3: 68
- Lv4: 76
- Lv5: 84
- Lv6: 92
- Lv7: 100
- Lv8: 108
- Lv9: 116
- Lv10: 124
- }
- State: "Shield"
- }
-},
-{
- Id: 2324
- Name: "LG_HESPERUSLIT"
- Description: "Hesperus Lit"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: 3
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 3000
- CoolDown: 20000
- Requirements: {
- SPCost: {
- Lv1: 80
- Lv2: 90
- Lv3: 100
- Lv4: 110
- Lv5: 120
- Lv6: 130
- Lv7: 140
- Lv8: 150
- Lv9: 160
- Lv10: 170
- }
- WeaponTypes: {
- 1HSpears: true
- 2HSpears: true
- }
- }
-},
-{
- Id: 2325
- Name: "LG_INSPIRATION"
- Description: "Inspiration"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 2000
- SkillData1: {
- Lv1: 30000
- Lv2: 45000
- Lv3: 60000
- Lv4: 75000
- Lv5: 90000
- Lv6: 105000
- Lv7: 120000
- Lv8: 135000
- Lv9: 150000
- Lv10: 165000
- }
- CoolDown: {
- Lv1: 540000
- Lv2: 480000
- Lv3: 420000
- Lv4: 360000
- Lv5: 300000
- Lv6: 240000
- Lv7: 180000
- Lv8: 120000
- Lv9: 60000
- Lv10: 1
- }
- Requirements: {
- SPCost: {
- Lv1: 80
- Lv2: 90
- Lv3: 100
- Lv4: 110
- Lv5: 120
- Lv6: 130
- Lv7: 140
- Lv8: 150
- Lv9: 160
- Lv10: 170
- }
- }
-},
-{
- Id: 2519
- Name: "LG_OVERBRAND_BRANDISH"
- Description: "Over Brand"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- InterruptCast: true
- KnockBackTiles: {
- Lv1: 3
- Lv2: 4
- Lv3: 5
- Lv4: 6
- Lv5: 7
- Lv6: 8
- Lv7: 9
- Lv8: 10
- Lv9: 11
- Lv10: 12
- }
-},
-{
- Id: 2326
- Name: "SR_DRAGONCOMBO"
- Description: "Dragon Combo"
- MaxLevel: 10
- Range: -2
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: -2
- SkillData1: 3000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 3
- Lv2: 4
- Lv3: 5
- Lv4: 6
- Lv5: 7
- Lv6: 8
- Lv7: 9
- Lv8: 10
- Lv9: 11
- Lv10: 12
- }
- }
-},
-{
- Id: 2327
- Name: "SR_SKYNETBLOW"
- Description: "Sky Net Blow"
- MaxLevel: 5
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 2
- NumberOfHits: -3
- KnockBackTiles: 3
- AfterCastActDelay: 500
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 8
- Lv2: 9
- Lv3: 10
- Lv4: 11
- Lv5: 12
- Lv6: 13
- Lv7: 14
- Lv8: 15
- Lv9: 16
- Lv10: 17
- }
- }
-},
-{
- Id: 2328
- Name: "SR_EARTHSHAKER"
- Description: "Earth Shaker"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- SkillData1: {
- Lv1: 1000
- Lv2: 2000
- Lv3: 2000
- Lv4: 3000
- Lv5: 3000
- }
- CoolDown: 3000
- Requirements: {
- SPCost: {
- Lv1: 36
- Lv2: 40
- Lv3: 44
- Lv4: 48
- Lv5: 52
- Lv6: 56
- Lv7: 60
- Lv8: 64
- Lv9: 68
- Lv10: 72
- }
- SpiritSphereCost: 1
- }
-},
-{
- Id: 2329
- Name: "SR_FALLENEMPIRE"
- Description: "Fallen Empire"
- MaxLevel: 5
- Range: -2
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: -2
- SkillData1: {
- Lv1: 500
- Lv2: 1000
- Lv3: 1500
- Lv4: 2000
- Lv5: 2500
- Lv6: 3000
- Lv7: 3500
- Lv8: 4000
- Lv9: 4500
- Lv10: 5000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 30
- Lv3: 40
- Lv4: 50
- Lv5: 60
- Lv6: 70
- Lv7: 80
- Lv8: 90
- Lv9: 100
- Lv10: 110
- }
- SpiritSphereCost: 2
- }
-},
-{
- Id: 2330
- Name: "SR_TIGERCANNON"
- Description: "Tiger Cannon"
- MaxLevel: 10
- Range: -2
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- IgnoreFlee: true
- }
- SplashRange: {
- Lv1: 1
- Lv2: 1
- Lv3: 1
- Lv4: 1
- Lv5: 1
- Lv6: 2
- Lv7: 2
- Lv8: 2
- Lv9: 2
- Lv10: 2
- }
- InterruptCast: true
- CastTime: {
- Lv1: 1100
- Lv2: 1200
- Lv3: 1300
- Lv4: 1400
- Lv5: 1500
- Lv6: 1600
- Lv7: 1700
- Lv8: 1800
- Lv9: 1900
- Lv10: 2000
- }
- AfterCastActDelay: 1000
- CoolDown: 5000
- Requirements: {
- SPCost: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- HPRateCost: {
- Lv1: -12
- Lv2: -14
- Lv3: -16
- Lv4: -18
- Lv5: -20
- Lv6: -22
- Lv7: -24
- Lv8: -26
- Lv9: -28
- Lv10: -30
- }
- SPRateCost: {
- Lv1: -6
- Lv2: -7
- Lv3: -8
- Lv4: -9
- Lv5: -10
- Lv6: -11
- Lv7: -12
- Lv8: -13
- Lv9: -14
- Lv10: -15
- }
- State: "ExplosionSpirits"
- SpiritSphereCost: 2
- }
-},
-{
- Id: 2331
- Name: "SR_HELLGATE"
- Description: "Hell Gate"
- MaxLevel: 10
- NumberOfHits: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2332
- Name: "SR_RAMPAGEBLASTER"
- Description: "Rampage Blaster"
- MaxLevel: 5
- Range: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 3
- AfterCastActDelay: 1000
- CoolDown: 10000
- Requirements: {
- SPCost: 150
- }
-},
-{
- Id: 2333
- Name: "SR_CRESCENTELBOW"
- Description: "Crescent Elbow"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 3000
- Lv2: 4000
- Lv3: 5000
- Lv4: 6000
- Lv5: 7000
- Lv6: 8000
- Lv7: 9000
- Lv8: 10000
- Lv9: 11000
- Lv10: 12000
- }
- CoolDown: 5000
- Requirements: {
- SPCost: 80
- SpiritSphereCost: 2
- }
-},
-{
- Id: 2334
- Name: "SR_CURSEDCIRCLE"
- Description: "Cursed Circle"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 1
- Lv2: 1
- Lv3: 2
- Lv4: 2
- Lv5: 3
- Lv6: 3
- Lv7: 4
- Lv8: 4
- Lv9: 5
- Lv10: 5
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 3000
- Lv2: 4000
- Lv3: 5000
- Lv4: 6000
- Lv5: 7000
- Lv6: 8000
- Lv7: 9000
- Lv8: 10000
- Lv9: 11000
- Lv10: 12000
- }
- CoolDown: 10000
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 60
- Lv3: 80
- Lv4: 100
- Lv5: 120
- Lv6: 140
- Lv7: 160
- Lv8: 180
- Lv9: 200
- Lv10: 220
- }
- HPRateCost: {
- Lv1: -1
- Lv2: -2
- Lv3: -3
- Lv4: -4
- Lv5: -5
- Lv6: -6
- Lv7: -7
- Lv8: -8
- Lv9: -9
- Lv10: -10
- }
- }
-},
-{
- Id: 2335
- Name: "SR_LIGHTNINGWALK"
- Description: "Lightning Walk"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 5000
- Lv2: 6000
- Lv3: 7000
- Lv4: 8000
- Lv5: 9000
- Lv6: 10000
- Lv7: 11000
- Lv8: 12000
- Lv9: 13000
- Lv10: 14000
- }
- CoolDown: 5000
- Requirements: {
- SPCost: {
- Lv1: 80
- Lv2: 70
- Lv3: 60
- Lv4: 50
- Lv5: 40
- Lv6: 30
- Lv7: 20
- Lv8: 10
- Lv9: 1
- Lv10: 1
- }
- HPRateCost: {
- Lv1: -5
- Lv2: -4
- Lv3: -3
- Lv4: -2
- Lv5: -1
- Lv6: 0
- Lv7: 1
- Lv8: 2
- Lv9: 3
- Lv10: 4
- }
- }
-},
-{
- Id: 2336
- Name: "SR_KNUCKLEARROW"
- Description: "Knuckle Arrow"
- MaxLevel: 5
- Range: {
- Lv1: 7
- Lv2: 8
- Lv3: 9
- Lv4: 10
- Lv5: 11
- Lv6: 12
- Lv7: 13
- Lv8: 14
- Lv9: 15
- Lv10: 16
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- KnockBackTiles: {
- Lv1: 2
- Lv2: 3
- Lv3: 4
- Lv4: 5
- Lv5: 6
- Lv6: 7
- Lv7: 8
- Lv8: 9
- Lv9: 10
- Lv10: 11
- }
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 10
- Lv2: 15
- Lv3: 20
- Lv4: 25
- Lv5: 30
- Lv6: 35
- Lv7: 40
- Lv8: 45
- Lv9: 50
- Lv10: 55
- }
- SpiritSphereCost: 1
- }
-},
-{
- Id: 2337
- Name: "SR_WINDMILL"
- Description: "Windmill"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 2
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 500
- CoolDown: 3000
- Requirements: {
- SPCost: 45
- }
-},
-{
- Id: 2338
- Name: "SR_RAISINGDRAGON"
- Description: "Raising Dragon"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 30000
- Lv2: 45000
- Lv3: 60000
- Lv4: 75000
- Lv5: 90000
- Lv6: 105000
- Lv7: 120000
- Lv8: 135000
- Lv9: 150000
- Lv10: 165000
- }
- CoolDown: 30000
- Requirements: {
- SPCost: 120
- }
-},
-{
- Id: 2339
- Name: "SR_GENTLETOUCH"
- Description: "Gentle Touch"
- MaxLevel: 5
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2340
- Name: "SR_ASSIMILATEPOWER"
- Description: "Assimilate Power"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 2
- AfterCastActDelay: 1000
- CoolDown: 5000
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 2341
- Name: "SR_POWERVELOCITY"
- Description: "Power Velocity"
- MaxLevel: 1
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1500
- CoolDown: 0
- Requirements: {
- SPCost: 50
- SpiritSphereCost: 5
- }
-},
-{
- Id: 2342
- Name: "SR_CRESCENTELBOW_AUTOSPELL"
- Description: "Crescent Elbow Autospell"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- IgnoreDefense: true
- }
- KnockBackTiles: 7
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2343
- Name: "SR_GATEOFHELL"
- Description: "Gate of Hell"
- MaxLevel: 10
- Range: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 3
- Lv5: 4
- Lv6: 4
- Lv7: 5
- Lv8: 5
- Lv9: 6
- Lv10: 7
- }
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- NumberOfHits: -7
- InterruptCast: true
- CastTime: {
- Lv1: 1000
- Lv2: 1200
- Lv3: 1400
- Lv4: 1600
- Lv5: 1800
- Lv6: 2000
- Lv7: 2200
- Lv8: 2400
- Lv9: 2600
- Lv10: 2800
- }
- AfterCastActDelay: {
- Lv1: 100
- Lv2: 200
- Lv3: 300
- Lv4: 400
- Lv5: 500
- Lv6: 600
- Lv7: 700
- Lv8: 800
- Lv9: 900
- Lv10: 1000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 11
- Lv2: 12
- Lv3: 13
- Lv4: 14
- Lv5: 15
- Lv6: 16
- Lv7: 17
- Lv8: 18
- Lv9: 19
- Lv10: 20
- }
- SPRateCost: {
- Lv1: -11
- Lv2: -12
- Lv3: -13
- Lv4: -14
- Lv5: -15
- Lv6: -16
- Lv7: -17
- Lv8: -18
- Lv9: -19
- Lv10: -20
- }
- SpiritSphereCost: 5
- }
-},
-{
- Id: 2344
- Name: "SR_GENTLETOUCH_QUIET"
- Description: "Gentle Touch - Quiet"
- MaxLevel: 5
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- SkillData1: {
- Lv1: 5000
- Lv2: 7000
- Lv3: 9000
- Lv4: 11000
- Lv5: 13000
- Lv6: 15000
- Lv7: 17000
- Lv8: 19000
- Lv9: 21000
- Lv10: 23000
- }
- CoolDown: {
- Lv1: 1000
- Lv2: 1500
- Lv3: 2000
- Lv4: 2500
- Lv5: 3000
- Lv6: 3500
- Lv7: 4000
- Lv8: 4500
- Lv9: 5000
- Lv10: 5500
- }
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 25
- Lv3: 30
- Lv4: 35
- Lv5: 40
- Lv6: 45
- Lv7: 50
- Lv8: 55
- Lv9: 60
- Lv10: 65
- }
- }
-},
-{
- Id: 2345
- Name: "SR_GENTLETOUCH_CURE"
- Description: "Gentle Touch - Cure"
- MaxLevel: 5
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 1000
- CoolDown: {
- Lv1: 1000
- Lv2: 1500
- Lv3: 2000
- Lv4: 2500
- Lv5: 3000
- Lv6: 3500
- Lv7: 4000
- Lv8: 4500
- Lv9: 5000
- Lv10: 5500
- }
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 50
- Lv3: 60
- Lv4: 70
- Lv5: 80
- Lv6: 90
- Lv7: 100
- Lv8: 110
- Lv9: 120
- Lv10: 130
- }
- SpiritSphereCost: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- }
-},
-{
- Id: 2346
- Name: "SR_GENTLETOUCH_ENERGYGAIN"
- Description: "Gentle Touch - Energy Gain"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: 240000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 50
- Lv3: 60
- Lv4: 70
- Lv5: 80
- Lv6: 90
- Lv7: 100
- Lv8: 110
- Lv9: 120
- Lv10: 130
- }
- HPRateCost: {
- Lv1: -1
- Lv2: -2
- Lv3: -3
- Lv4: -4
- Lv5: -5
- Lv6: -6
- Lv7: -7
- Lv8: -8
- Lv9: -9
- Lv10: -10
- }
- }
-},
-{
- Id: 2347
- Name: "SR_GENTLETOUCH_CHANGE"
- Description: "Gentle Touch - Change"
- MaxLevel: 5
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: 240000
- CoolDown: {
- Lv1: 200000
- Lv2: 180000
- Lv3: 160000
- Lv4: 140000
- Lv5: 120000
- Lv6: 100000
- Lv7: 80000
- Lv8: 60000
- Lv9: 40000
- Lv10: 20000
- }
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 50
- Lv3: 60
- Lv4: 70
- Lv5: 80
- Lv6: 90
- Lv7: 100
- Lv8: 110
- Lv9: 120
- Lv10: 130
- }
- HPRateCost: {
- Lv1: -2
- Lv2: -4
- Lv3: -6
- Lv4: -8
- Lv5: -10
- Lv6: -12
- Lv7: -14
- Lv8: -16
- Lv9: -18
- Lv10: -20
- }
- SpiritSphereCost: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- }
-},
-{
- Id: 2348
- Name: "SR_GENTLETOUCH_REVITALIZE"
- Description: "Gentle Touch - Revitalize"
- MaxLevel: 5
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: 240000
- CoolDown: {
- Lv1: 200000
- Lv2: 180000
- Lv3: 160000
- Lv4: 140000
- Lv5: 120000
- Lv6: 100000
- Lv7: 80000
- Lv8: 60000
- Lv9: 40000
- Lv10: 20000
- }
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 50
- Lv3: 60
- Lv4: 70
- Lv5: 80
- Lv6: 90
- Lv7: 100
- Lv8: 110
- Lv9: 120
- Lv10: 130
- }
- SpiritSphereCost: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- }
-},
-{
- Id: 2350
- Name: "WA_SWING_DANCE"
- Description: "Swing Dance"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 7
- Lv2: 8
- Lv3: 9
- Lv4: 10
- Lv5: 11
- Lv6: 12
- Lv7: 13
- Lv8: 14
- Lv9: 15
- Lv10: 16
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 2000
- SkillData1: 60000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 96
- Lv2: 112
- Lv3: 128
- Lv4: 144
- Lv5: 160
- Lv6: 176
- Lv7: 192
- Lv8: 208
- Lv9: 224
- Lv10: 240
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
-},
-{
- Id: 2351
- Name: "WA_SYMPHONY_OF_LOVER"
- Description: "Symphony of Lovers"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 7
- Lv2: 8
- Lv3: 9
- Lv4: 10
- Lv5: 11
- Lv6: 12
- Lv7: 13
- Lv8: 14
- Lv9: 15
- Lv10: 16
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 2000
- SkillData1: 60000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 60
- Lv2: 69
- Lv3: 78
- Lv4: 87
- Lv5: 96
- Lv6: 105
- Lv7: 114
- Lv8: 123
- Lv9: 132
- Lv10: 141
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
-},
-{
- Id: 2352
- Name: "WA_MOONLIT_SERENADE"
- Description: "Moonlit Serenade"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 7
- Lv2: 8
- Lv3: 9
- Lv4: 10
- Lv5: 11
- Lv6: 12
- Lv7: 13
- Lv8: 14
- Lv9: 15
- Lv10: 16
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 2000
- SkillData1: 60000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 84
- Lv2: 96
- Lv3: 108
- Lv4: 120
- Lv5: 134
- Lv6: 134
- Lv7: 134
- Lv8: 134
- Lv9: 134
- Lv10: 134
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
-},
-{
- Id: 2381
- Name: "MI_RUSH_WINDMILL"
- Description: "Windmill Rush Attack"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 7
- Lv2: 8
- Lv3: 9
- Lv4: 10
- Lv5: 11
- Lv6: 12
- Lv7: 13
- Lv8: 14
- Lv9: 15
- Lv10: 16
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 2000
- SkillData1: 60000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 82
- Lv2: 88
- Lv3: 94
- Lv4: 100
- Lv5: 106
- Lv6: 112
- Lv7: 118
- Lv8: 124
- Lv9: 130
- Lv10: 136
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
-},
-{
- Id: 2382
- Name: "MI_ECHOSONG"
- Description: "Echo Song"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 7
- Lv2: 8
- Lv3: 9
- Lv4: 10
- Lv5: 11
- Lv6: 12
- Lv7: 13
- Lv8: 14
- Lv9: 15
- Lv10: 16
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 2000
- SkillData1: 60000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 86
- Lv2: 92
- Lv3: 98
- Lv4: 104
- Lv5: 110
- Lv6: 116
- Lv7: 122
- Lv8: 128
- Lv9: 134
- Lv10: 140
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
-},
-{
- Id: 2383
- Name: "MI_HARMONIZE"
- Description: "Harmonize"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: 60000
- CoolDown: 5000
- Requirements: {
- SPCost: {
- Lv1: 70
- Lv2: 75
- Lv3: 80
- Lv4: 85
- Lv5: 90
- Lv6: 95
- Lv7: 100
- Lv8: 105
- Lv9: 110
- Lv10: 115
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
-},
-{
- Id: 2412
- Name: "WM_LESSON"
- Description: "Lesson"
- MaxLevel: 10
- NumberOfHits: 0
-},
-{
- Id: 2413
- Name: "WM_METALICSOUND"
- Description: "Metallic Sound"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Weapon"
- NumberOfHits: {
- Lv1: -2
- Lv2: -2
- Lv3: -3
- Lv4: -3
- Lv5: -4
- Lv6: -4
- Lv7: -5
- Lv8: -5
- Lv9: -6
- Lv10: -6
- }
- InterruptCast: true
- CastTime: {
- Lv1: 1000
- Lv2: 1500
- Lv3: 2000
- Lv4: 2500
- Lv5: 3000
- Lv6: 3500
- Lv7: 4000
- Lv8: 4500
- Lv9: 5000
- Lv10: 5500
- }
- AfterCastActDelay: 1000
- CoolDown: {
- Lv1: 2000
- Lv2: 2500
- Lv3: 3000
- Lv4: 3500
- Lv5: 4000
- Lv6: 4500
- Lv7: 5000
- Lv8: 5500
- Lv9: 6000
- Lv10: 6500
- }
- Requirements: {
- SPCost: {
- Lv1: 64
- Lv2: 68
- Lv3: 72
- Lv4: 76
- Lv5: 80
- Lv6: 84
- Lv7: 88
- Lv8: 92
- Lv9: 96
- Lv10: 100
- }
- }
-},
-{
- Id: 2414
- Name: "WM_REVERBERATION"
- Description: "Reverberation"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- AllowReproduce: true
- }
- Element: "Ele_Weapon"
- DamageType: {
- NoDamage: true
- }
- SplashRange: 1
- InterruptCast: true
- CastTime: {
- Lv1: 1100
- Lv2: 1200
- Lv3: 1300
- Lv4: 1400
- Lv5: 1500
- Lv6: 1600
- Lv7: 1700
- Lv8: 1800
- Lv9: 1900
- Lv10: 2000
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 9000
- Lv2: 10000
- Lv3: 11000
- Lv4: 12000
- Lv5: 13000
- Lv6: 14000
- Lv7: 15000
- Lv8: 16000
- Lv9: 17000
- Lv10: 18000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 28
- Lv2: 32
- Lv3: 38
- Lv4: 42
- Lv5: 48
- Lv6: 52
- Lv7: 58
- Lv8: 62
- Lv9: 68
- Lv10: 72
- }
- }
- Unit: {
- Id: 0xda
- Interval: -1
- Target: "Enemy"
- }
-},
-{
- Id: 2415
- Name: "WM_REVERBERATION_MELEE"
- Description: "Reverberation Melee"
- MaxLevel: 5
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2416
- Name: "WM_REVERBERATION_MAGIC"
- Description: "Reverberation Magic"
- MaxLevel: 5
- AttackType: "Magic"
- Element: "Ele_Weapon"
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2417
- Name: "WM_DOMINION_IMPULSE"
- Description: "Dominion Impulse"
- MaxLevel: 1
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 5
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 2418
- Name: "WM_SEVERE_RAINSTORM"
- Description: "Severe Rainstorm"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: {
- Lv1: 1500
- Lv2: 2000
- Lv3: 2500
- Lv4: 3000
- Lv5: 3500
- Lv6: 4000
- Lv7: 4500
- Lv8: 5000
- Lv9: 5500
- Lv10: 6000
- }
- AfterCastActDelay: 1000
- SkillData1: 3400
- CoolDown: {
- Lv1: 5000
- Lv2: 5500
- Lv3: 6000
- Lv4: 6500
- Lv5: 7000
- Lv6: 7500
- Lv7: 8000
- Lv8: 8500
- Lv9: 9000
- Lv10: 9500
- }
- Requirements: {
- SPCost: {
- Lv1: 80
- Lv2: 90
- Lv3: 100
- Lv4: 110
- Lv5: 120
- Lv6: 130
- Lv7: 140
- Lv8: 150
- Lv9: 160
- Lv10: 170
- }
- WeaponTypes: {
- Bows: true
- }
- AmmoTypes: {
- A_ARROW: true
- }
- AmmoAmount: 20
- }
- Unit: {
- Id: 0xdb
- Range: 5
- Interval: 300
- Target: "Enemy"
- Flag: {
- UF_DUALMODE: true
- }
- }
-},
-{
- Id: 2419
- Name: "WM_POEMOFNETHERWORLD"
- Description: "Poem of The Netherworld"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 1
- InterruptCast: true
- SkillInstances: 5
- CastTime: 3000
- SkillData1: {
- Lv1: 9000
- Lv2: 11000
- Lv3: 13000
- Lv4: 15000
- Lv5: 17000
- Lv6: 19000
- Lv7: 21000
- Lv8: 23000
- Lv9: 25000
- Lv10: 27000
- }
- SkillData2: {
- Lv1: 8000
- Lv2: 10000
- Lv3: 12000
- Lv4: 14000
- Lv5: 16000
- Lv6: 18000
- Lv7: 20000
- Lv8: 22000
- Lv9: 24000
- Lv10: 26000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 12
- Lv2: 16
- Lv3: 20
- Lv4: 24
- Lv5: 28
- Lv6: 32
- Lv7: 36
- Lv8: 40
- Lv9: 44
- Lv10: 48
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- Items: {
- Protect_Neck_Candy: 1
- }
- }
- Unit: {
- Id: 0xde
- Range: 1
- Interval: 1000
- Target: "All"
- Flag: {
- UF_NOFOOTSET: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 2420
- Name: "WM_VOICEOFSIREN"
- Description: "Voice of Siren"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 2
- Lv2: 3
- Lv3: 4
- Lv4: 5
- Lv5: 6
- Lv6: 7
- Lv7: 8
- Lv8: 9
- Lv9: 10
- Lv10: 11
- }
- InterruptCast: true
- CastTime: {
- Lv1: 2000
- Lv2: 2200
- Lv3: 2400
- Lv4: 2600
- Lv5: 2800
- Lv6: 3000
- Lv7: 3200
- Lv8: 3400
- Lv9: 3600
- Lv10: 3800
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 15000
- Lv2: 18000
- Lv3: 21000
- Lv4: 24000
- Lv5: 27000
- Lv6: 30000
- Lv7: 33000
- Lv8: 36000
- Lv9: 39000
- Lv10: 42000
- }
- CoolDown: 5000
- Requirements: {
- SPCost: {
- Lv1: 48
- Lv2: 56
- Lv3: 64
- Lv4: 72
- Lv5: 80
- Lv6: 88
- Lv7: 96
- Lv8: 104
- Lv9: 112
- Lv10: 120
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
-},
-{
- Id: 2421
- Name: "WM_DEADHILLHERE"
- Description: "Valley of Death"
- MaxLevel: 5
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: {
- Lv1: 3000
- Lv2: 2500
- Lv3: 2000
- Lv4: 1500
- Lv5: 1000
- Lv6: 500
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 50
- Lv2: 53
- Lv3: 56
- Lv4: 59
- Lv5: 62
- Lv6: 65
- Lv7: 68
- Lv8: 71
- Lv9: 74
- Lv10: 77
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- Items: {
- Heartbroken_Tears: 1
- }
- }
-},
-{
- Id: 2422
- Name: "WM_LULLABY_DEEPSLEEP"
- Description: "Deep Sleep Lullaby"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 5
- Lv2: 6
- Lv3: 7
- Lv4: 8
- Lv5: 9
- Lv6: 10
- Lv7: 11
- Lv8: 12
- Lv9: 13
- Lv10: 14
- }
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 12000
- Lv2: 14000
- Lv3: 16000
- Lv4: 18000
- Lv5: 20000
- Lv6: 22000
- Lv7: 24000
- Lv8: 26000
- Lv9: 28000
- Lv10: 30000
- }
- CoolDown: 10000
- Requirements: {
- SPCost: {
- Lv1: 80
- Lv2: 90
- Lv3: 100
- Lv4: 110
- Lv5: 120
- Lv6: 130
- Lv7: 140
- Lv8: 150
- Lv9: 160
- Lv10: 170
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
-},
-{
- Id: 2423
- Name: "WM_SIRCLEOFNATURE"
- Description: "Circle of Nature's Sound"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 3
- Lv2: 4
- Lv3: 5
- Lv4: 6
- Lv5: 7
- Lv6: 8
- Lv7: 9
- Lv8: 10
- Lv9: 11
- Lv10: 12
- }
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 1000
- SkillData1: 60000
- CoolDown: 15000
- Requirements: {
- SPCost: {
- Lv1: 42
- Lv2: 46
- Lv3: 50
- Lv4: 54
- Lv5: 58
- Lv6: 62
- Lv7: 66
- Lv8: 70
- Lv9: 74
- Lv10: 78
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
-},
-{
- Id: 2424
- Name: "WM_RANDOMIZESPELL"
- Description: "Improvised Song"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- AfterCastActDelay: 1000
- CoolDown: 3000
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 45
- Lv3: 50
- Lv4: 55
- Lv5: 60
- Lv6: 65
- Lv7: 70
- Lv8: 75
- Lv9: 80
- Lv10: 85
- }
- }
-},
-{
- Id: 2425
- Name: "WM_GLOOMYDAY"
- Description: "Gloomy Day"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 30000
- Lv2: 45000
- Lv3: 60000
- Lv4: 75000
- Lv5: 90000
- Lv6: 105000
- Lv7: 120000
- Lv8: 135000
- Lv9: 150000
- Lv10: 165000
- }
- CoolDown: 10000
- Requirements: {
- SPCost: {
- Lv1: 60
- Lv2: 75
- Lv3: 90
- Lv4: 105
- Lv5: 120
- Lv6: 135
- Lv7: 150
- Lv8: 165
- Lv9: 180
- Lv10: 195
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
-},
-{
- Id: 2426
- Name: "WM_GREAT_ECHO"
- Description: "Great Echo"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Chorus: true
- }
- AttackType: "Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 2
- Lv2: 3
- Lv3: 3
- Lv4: 4
- Lv5: 4
- Lv6: 5
- Lv7: 5
- Lv8: 6
- Lv9: 6
- Lv10: 7
- }
- InterruptCast: true
- CastTime: {
- Lv1: 2000
- Lv2: 2200
- Lv3: 2400
- Lv4: 2600
- Lv5: 2800
- Lv6: 3000
- Lv7: 3200
- Lv8: 3400
- Lv9: 3600
- Lv10: 3800
- }
- AfterCastActDelay: 1000
- CoolDown: 10000
- Requirements: {
- SPCost: {
- Lv1: 80
- Lv2: 90
- Lv3: 100
- Lv4: 110
- Lv5: 120
- Lv6: 130
- Lv7: 140
- Lv8: 150
- Lv9: 160
- Lv10: 170
- }
- Items: {
- Protect_Neck_Candy: 1
- }
- }
-},
-{
- Id: 2427
- Name: "WM_SONG_OF_MANA"
- Description: "Song of Mana"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Chorus: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 5
- Lv2: 6
- Lv3: 7
- Lv4: 8
- Lv5: 9
- Lv6: 10
- Lv7: 11
- Lv8: 12
- Lv9: 13
- Lv10: 14
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 30000
- Lv2: 60000
- Lv3: 90000
- Lv4: 120000
- Lv5: 150000
- Lv6: 180000
- Lv7: 210000
- Lv8: 240000
- Lv9: 270000
- Lv10: 300000
- }
- CoolDown: 90000
- Requirements: {
- SPCost: {
- Lv1: 120
- Lv2: 140
- Lv3: 160
- Lv4: 180
- Lv5: 200
- Lv6: 220
- Lv7: 240
- Lv8: 260
- Lv9: 280
- Lv10: 300
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
-},
-{
- Id: 2428
- Name: "WM_DANCE_WITH_WUG"
- Description: "Dance With A Warg"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Chorus: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 5
- Lv2: 6
- Lv3: 7
- Lv4: 8
- Lv5: 9
- Lv6: 10
- Lv7: 11
- Lv8: 12
- Lv9: 13
- Lv10: 14
- }
- InterruptCast: true
- CastTime: {
- Lv1: 1500
- Lv2: 2000
- Lv3: 2500
- Lv4: 3000
- Lv5: 3500
- Lv6: 4000
- Lv7: 4500
- Lv8: 5000
- Lv9: 5500
- Lv10: 6000
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 30000
- Lv2: 60000
- Lv3: 90000
- Lv4: 120000
- Lv5: 150000
- Lv6: 180000
- Lv7: 210000
- Lv8: 240000
- Lv9: 270000
- Lv10: 300000
- }
- CoolDown: 90000
- Requirements: {
- SPCost: {
- Lv1: 120
- Lv2: 140
- Lv3: 160
- Lv4: 180
- Lv5: 200
- Lv6: 220
- Lv7: 240
- Lv8: 260
- Lv9: 280
- Lv10: 300
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
-},
-{
- Id: 2429
- Name: "WM_SOUND_OF_DESTRUCTION"
- Description: "Sound of Destruction"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Chorus: true
- }
- DamageType: {
- SplashArea: true
- IgnoreFlee: true
- }
- SplashRange: {
- Lv1: 4
- Lv2: 4
- Lv3: 5
- Lv4: 5
- Lv5: 6
- Lv6: 6
- Lv7: 7
- Lv8: 7
- Lv9: 8
- Lv10: 8
- }
- InterruptCast: true
- CastTime: {
- Lv1: 0
- Lv2: 500
- Lv3: 1000
- Lv4: 1500
- Lv5: 2000
- Lv6: 2500
- Lv7: 3000
- Lv8: 3500
- Lv9: 4000
- Lv10: 4500
- }
- AfterCastActDelay: 1000
- SkillData1: 5000
- CoolDown: {
- Lv1: 6000
- Lv2: 7000
- Lv3: 8000
- Lv4: 9000
- Lv5: 10000
- Lv6: 11000
- Lv7: 12000
- Lv8: 13000
- Lv9: 14000
- Lv10: 15000
- }
- Requirements: {
- SPCost: {
- Lv1: 50
- Lv2: 60
- Lv3: 70
- Lv4: 80
- Lv5: 90
- Lv6: 100
- Lv7: 110
- Lv8: 120
- Lv9: 130
- Lv10: 140
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
-},
-{
- Id: 2430
- Name: "WM_SATURDAY_NIGHT_FEVER"
- Description: "Saturday Night Fever"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Chorus: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 3
- Lv2: 4
- Lv3: 5
- Lv4: 6
- Lv5: 7
- Lv6: 8
- Lv7: 9
- Lv8: 10
- Lv9: 11
- Lv10: 12
- }
- InterruptCast: true
- CastTime: {
- Lv1: 1000
- Lv2: 2000
- Lv3: 3000
- Lv4: 4000
- Lv5: 5000
- Lv6: 6000
- Lv7: 7000
- Lv8: 8000
- Lv9: 9000
- Lv10: 10000
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 10000
- Lv2: 15000
- Lv3: 20000
- Lv4: 25000
- Lv5: 30000
- Lv6: 35000
- Lv7: 40000
- Lv8: 45000
- Lv9: 50000
- Lv10: 55000
- }
- SkillData2: 3000
- CoolDown: 180000
- Requirements: {
- SPCost: {
- Lv1: 150
- Lv2: 160
- Lv3: 170
- Lv4: 180
- Lv5: 190
- Lv6: 200
- Lv7: 210
- Lv8: 220
- Lv9: 230
- Lv10: 240
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
-},
-{
- Id: 2431
- Name: "WM_LERADS_DEW"
- Description: "Lerad's Dew"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Chorus: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 5
- Lv2: 5
- Lv3: 6
- Lv4: 6
- Lv5: 7
- Lv6: 7
- Lv7: 8
- Lv8: 8
- Lv9: 9
- Lv10: 9
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 20000
- Lv2: 30000
- Lv3: 40000
- Lv4: 50000
- Lv5: 60000
- Lv6: 70000
- Lv7: 80000
- Lv8: 90000
- Lv9: 100000
- Lv10: 110000
- }
- CoolDown: 180000
- Requirements: {
- SPCost: {
- Lv1: 120
- Lv2: 130
- Lv3: 140
- Lv4: 150
- Lv5: 160
- Lv6: 170
- Lv7: 180
- Lv8: 190
- Lv9: 200
- Lv10: 210
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
-},
-{
- Id: 2432
- Name: "WM_MELODYOFSINK"
- Description: "Melody of Sink"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Chorus: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 5
- Lv2: 5
- Lv3: 6
- Lv4: 6
- Lv5: 7
- Lv6: 7
- Lv7: 8
- Lv8: 8
- Lv9: 9
- Lv10: 9
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 20000
- Lv2: 30000
- Lv3: 40000
- Lv4: 50000
- Lv5: 60000
- Lv6: 70000
- Lv7: 80000
- Lv8: 90000
- Lv9: 100000
- Lv10: 110000
- }
- CoolDown: 180000
- Requirements: {
- SPCost: {
- Lv1: 120
- Lv2: 130
- Lv3: 140
- Lv4: 150
- Lv5: 160
- Lv6: 170
- Lv7: 180
- Lv8: 190
- Lv9: 200
- Lv10: 210
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
-},
-{
- Id: 2433
- Name: "WM_BEYOND_OF_WARCRY"
- Description: "Warcry of Beyond"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Chorus: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 5
- Lv2: 5
- Lv3: 6
- Lv4: 6
- Lv5: 7
- Lv6: 7
- Lv7: 8
- Lv8: 8
- Lv9: 9
- Lv10: 9
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 20000
- Lv2: 30000
- Lv3: 40000
- Lv4: 50000
- Lv5: 60000
- Lv6: 70000
- Lv7: 80000
- Lv8: 90000
- Lv9: 100000
- Lv10: 110000
- }
- CoolDown: 180000
- Requirements: {
- SPCost: {
- Lv1: 120
- Lv2: 130
- Lv3: 140
- Lv4: 150
- Lv5: 160
- Lv6: 170
- Lv7: 180
- Lv8: 190
- Lv9: 200
- Lv10: 210
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
-},
-{
- Id: 2434
- Name: "WM_UNLIMITED_HUMMING_VOICE"
- Description: "Unlimited Humming Voice"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Chorus: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 5
- Lv2: 5
- Lv3: 6
- Lv4: 6
- Lv5: 7
- Lv6: 7
- Lv7: 8
- Lv8: 8
- Lv9: 9
- Lv10: 9
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 60000
- Lv2: 90000
- Lv3: 120000
- Lv4: 150000
- Lv5: 180000
- Lv6: 210000
- Lv7: 240000
- Lv8: 270000
- Lv9: 300000
- Lv10: 330000
- }
- CoolDown: {
- Lv1: 110000
- Lv2: 120000
- Lv3: 130000
- Lv4: 140000
- Lv5: 150000
- Lv6: 160000
- Lv7: 170000
- Lv8: 180000
- Lv9: 190000
- Lv10: 200000
- }
- Requirements: {
- SPCost: {
- Lv1: 120
- Lv2: 130
- Lv3: 140
- Lv4: 150
- Lv5: 160
- Lv6: 170
- Lv7: 180
- Lv8: 190
- Lv9: 200
- Lv10: 210
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- }
-},
-{
- Id: 2443
- Name: "SO_FIREWALK"
- Description: "Fire Walk"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- InterruptCast: true
- SkillInstances: {
- Lv1: 8
- Lv2: 10
- Lv3: 12
- Lv4: 14
- Lv5: 16
- Lv6: 18
- Lv7: 20
- Lv8: 22
- Lv9: 24
- Lv10: 26
- }
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: 12000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 34
- Lv3: 38
- Lv4: 42
- Lv5: 46
- Lv6: 50
- Lv7: 54
- Lv8: 58
- Lv9: 62
- Lv10: 66
- }
- }
- Unit: {
- Id: 0xdc
- Interval: 300
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOOVERLAP: true
- }
- }
-},
-{
- Id: 2444
- Name: "SO_ELECTRICWALK"
- Description: "Electric Walk"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Wind"
- InterruptCast: true
- SkillInstances: {
- Lv1: 8
- Lv2: 10
- Lv3: 12
- Lv4: 14
- Lv5: 16
- Lv6: 18
- Lv7: 20
- Lv8: 22
- Lv9: 24
- Lv10: 26
- }
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: 12000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 34
- Lv3: 38
- Lv4: 42
- Lv5: 46
- Lv6: 50
- Lv7: 54
- Lv8: 58
- Lv9: 62
- Lv10: 66
- }
- }
- Unit: {
- Id: 0xdd
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOOVERLAP: true
- }
- }
-},
-{
- Id: 2445
- Name: "SO_SPELLFIST"
- Description: "Spell Fist"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 20000
- Lv2: 25000
- Lv3: 30000
- Lv4: 35000
- Lv5: 40000
- Lv6: 45000
- Lv7: 50000
- Lv8: 55000
- Lv9: 60000
- Lv10: 65000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 44
- Lv3: 48
- Lv4: 52
- Lv5: 56
- Lv6: 60
- Lv7: 64
- Lv8: 68
- Lv9: 72
- Lv10: 76
- }
- }
-},
-{
- Id: 2446
- Name: "SO_EARTHGRAVE"
- Description: "Earth Grave"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Earth"
- NumberOfHits: -3
- InterruptCast: true
- CastTime: {
- Lv1: 2200
- Lv2: 2400
- Lv3: 2600
- Lv4: 2800
- Lv5: 3000
- Lv6: 3200
- Lv7: 3400
- Lv8: 3600
- Lv9: 3800
- Lv10: 4000
- }
- AfterCastActDelay: 1000
- SkillData1: 500
- SkillData2: {
- Lv1: 8000
- Lv2: 11000
- Lv3: 14000
- Lv4: 17000
- Lv5: 20000
- Lv6: 23000
- Lv7: 26000
- Lv8: 29000
- Lv9: 32000
- Lv10: 35000
- }
- CoolDown: 5000
- Requirements: {
- SPCost: {
- Lv1: 62
- Lv2: 70
- Lv3: 78
- Lv4: 86
- Lv5: 94
- Lv6: 102
- Lv7: 110
- Lv8: 118
- Lv9: 126
- Lv10: 134
- }
- }
- Unit: {
- Id: 0x86
- Range: {
- Lv1: 3
- Lv2: 3
- Lv3: 3
- Lv4: 4
- Lv5: 4
- Lv6: 4
- Lv7: 4
- Lv8: 4
- Lv9: 4
- Lv10: 4
- }
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 2447
- Name: "SO_DIAMONDDUST"
- Description: "Diamond Dust"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Water"
- NumberOfHits: -5
- InterruptCast: true
- CastTime: {
- Lv1: 5000
- Lv2: 5500
- Lv3: 6000
- Lv4: 6500
- Lv5: 7000
- Lv6: 7500
- Lv7: 8000
- Lv8: 8500
- Lv9: 9000
- Lv10: 9500
- }
- AfterCastActDelay: 1000
- SkillData1: 500
- SkillData2: {
- Lv1: 12000
- Lv2: 14000
- Lv3: 16000
- Lv4: 18000
- Lv5: 20000
- Lv6: 22000
- Lv7: 24000
- Lv8: 26000
- Lv9: 28000
- Lv10: 30000
- }
- CoolDown: 5000
- Requirements: {
- SPCost: {
- Lv1: 50
- Lv2: 56
- Lv3: 62
- Lv4: 68
- Lv5: 74
- Lv6: 80
- Lv7: 86
- Lv8: 92
- Lv9: 98
- Lv10: 104
- }
- }
- Unit: {
- Id: 0x86
- Range: {
- Lv1: 3
- Lv2: 3
- Lv3: 3
- Lv4: 4
- Lv5: 4
- Lv6: 4
- Lv7: 4
- Lv8: 4
- Lv9: 4
- Lv10: 4
- }
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 2448
- Name: "SO_POISON_BUSTER"
- Description: "Poison Buster"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Poison"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 1
- Lv2: 1
- Lv3: 1
- Lv4: 1
- Lv5: 2
- Lv6: 2
- Lv7: 2
- Lv8: 2
- Lv9: 2
- Lv10: 2
- }
- InterruptCast: true
- CastTime: {
- Lv1: 2200
- Lv2: 3400
- Lv3: 4600
- Lv4: 5800
- Lv5: 6000
- Lv6: 6000
- Lv7: 6000
- Lv8: 6000
- Lv9: 6000
- Lv10: 6000
- }
- AfterCastActDelay: 1000
- CoolDown: 2000
- Requirements: {
- SPCost: {
- Lv1: 70
- Lv2: 90
- Lv3: 110
- Lv4: 130
- Lv5: 150
- Lv6: 170
- Lv7: 190
- Lv8: 210
- Lv9: 230
- Lv10: 250
- }
- }
-},
-{
- Id: 2449
- Name: "SO_PSYCHIC_WAVE"
- Description: "Psychic Wave"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- InterruptCast: true
- CastTime: {
- Lv1: 8000
- Lv2: 9000
- Lv3: 10000
- Lv4: 11000
- Lv5: 12000
- Lv6: 13000
- Lv7: 14000
- Lv8: 15000
- Lv9: 16000
- Lv10: 17000
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 1200
- Lv2: 1700
- Lv3: 2200
- Lv4: 2700
- Lv5: 3200
- Lv6: 3700
- Lv7: 4200
- Lv8: 4700
- Lv9: 5200
- Lv10: 5700
- }
- CoolDown: 5000
- Requirements: {
- SPCost: {
- Lv1: 48
- Lv2: 56
- Lv3: 64
- Lv4: 70
- Lv5: 78
- Lv6: 78
- Lv7: 78
- Lv8: 78
- Lv9: 78
- Lv10: 78
- }
- }
- Unit: {
- Id: 0xdf
- Range: {
- Lv1: 3
- Lv2: 3
- Lv3: 4
- Lv4: 4
- Lv5: 5
- Lv6: 5
- Lv7: 6
- Lv8: 6
- Lv9: 7
- Lv10: 7
- }
- Interval: 500
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 2450
- Name: "SO_CLOUD_KILL"
- Description: "Cloud Kill"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Poison"
- InterruptCast: true
- CastTime: {
- Lv1: 2300
- Lv2: 2500
- Lv3: 2700
- Lv4: 2900
- Lv5: 3100
- Lv6: 3300
- Lv7: 3500
- Lv8: 3700
- Lv9: 3900
- Lv10: 4100
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 8000
- Lv2: 10000
- Lv3: 12000
- Lv4: 14000
- Lv5: 16000
- Lv6: 18000
- Lv7: 20000
- Lv8: 22000
- Lv9: 24000
- Lv10: 26000
- }
- SkillData2: {
- Lv1: 10000
- Lv2: 15000
- Lv3: 20000
- Lv4: 25000
- Lv5: 30000
- Lv6: 35000
- Lv7: 40000
- Lv8: 45000
- Lv9: 50000
- Lv10: 55000
- }
- CoolDown: 5000
- Requirements: {
- SPCost: {
- Lv1: 48
- Lv2: 56
- Lv3: 64
- Lv4: 70
- Lv5: 78
- Lv6: 78
- Lv7: 78
- Lv8: 78
- Lv9: 78
- Lv10: 78
- }
- Items: {
- Red_Gemstone: 2
- }
- }
- Unit: {
- Id: 0xe0
- Layout: 3
- Interval: 500
- Target: "Enemy"
- Flag: {
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 2451
- Name: "SO_STRIKING"
- Description: "Striking"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: 60000
- CoolDown: 2000
- Requirements: {
- SPCost: {
- Lv1: 50
- Lv2: 55
- Lv3: 60
- Lv4: 65
- Lv5: 70
- Lv6: 75
- Lv7: 80
- Lv8: 85
- Lv9: 90
- Lv10: 95
- }
- }
-},
-{
- Id: 2452
- Name: "SO_WARMER"
- Description: "Warmer"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: {
- Lv1: 2200
- Lv2: 2400
- Lv3: 2600
- Lv4: 2800
- Lv5: 3000
- Lv6: 3200
- Lv7: 3400
- Lv8: 3600
- Lv9: 3800
- Lv10: 4000
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 40000
- Lv2: 45000
- Lv3: 50000
- Lv4: 55000
- Lv5: 60000
- Lv6: 65000
- Lv7: 70000
- Lv8: 75000
- Lv9: 80000
- Lv10: 85000
- }
- SkillData2: 30000
- CoolDown: {
- Lv1: 35000
- Lv2: 40000
- Lv3: 45000
- Lv4: 50000
- Lv5: 55000
- Lv6: 60000
- Lv7: 65000
- Lv8: 70000
- Lv9: 75000
- Lv10: 80000
- }
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 52
- Lv3: 64
- Lv4: 76
- Lv5: 88
- Lv6: 100
- Lv7: 112
- Lv8: 124
- Lv9: 136
- Lv10: 148
- }
- }
- Unit: {
- Id: 0xe4
- Range: 3
- Interval: 3000
- Target: "All"
- Flag: {
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 2453
- Name: "SO_VACUUM_EXTREME"
- Description: "Vacuum Extreme"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: {
- Lv1: 1000
- Lv2: 1500
- Lv3: 2000
- Lv4: 2500
- Lv5: 3000
- Lv6: 3500
- Lv7: 4000
- Lv8: 4500
- Lv9: 5000
- Lv10: 5500
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 4000
- Lv2: 6000
- Lv3: 8000
- Lv4: 10000
- Lv5: 12000
- Lv6: 14000
- Lv7: 16000
- Lv8: 18000
- Lv9: 20000
- Lv10: 22000
- }
- SkillData2: 1000
- CoolDown: 5000
- Requirements: {
- SPCost: {
- Lv1: 34
- Lv2: 42
- Lv3: 50
- Lv4: 58
- Lv5: 66
- Lv6: 74
- Lv7: 82
- Lv8: 90
- Lv9: 98
- Lv10: 106
- }
- }
- Unit: {
- Id: 0xeb
- Range: {
- Lv1: 1
- Lv2: 1
- Lv3: 2
- Lv4: 2
- Lv5: 3
- Lv6: 3
- Lv7: 4
- Lv8: 4
- Lv9: 5
- Lv10: 5
- }
- Interval: 500
- Target: "Enemy"
- Flag: {
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 2454
- Name: "SO_VARETYR_SPEAR"
- Description: "Varetyr Spear"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Magic"
- Element: "Ele_Wind"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 1
- Lv2: 1
- Lv3: 2
- Lv4: 2
- Lv5: 3
- Lv6: 3
- Lv7: 4
- Lv8: 4
- Lv9: 5
- Lv10: 5
- }
- InterruptCast: true
- CastTime: {
- Lv1: 2200
- Lv2: 2400
- Lv3: 2600
- Lv4: 2800
- Lv5: 3000
- Lv6: 3200
- Lv7: 3400
- Lv8: 3600
- Lv9: 3800
- Lv10: 4000
- }
- AfterCastActDelay: 1000
- SkillData2: {
- Lv1: 2200
- Lv2: 2400
- Lv3: 2600
- Lv4: 2800
- Lv5: 3000
- Lv6: 3200
- Lv7: 3400
- Lv8: 3600
- Lv9: 3800
- Lv10: 4000
- }
- CoolDown: 2000
- Requirements: {
- SPCost: {
- Lv1: 55
- Lv2: 62
- Lv3: 69
- Lv4: 76
- Lv5: 83
- Lv6: 90
- Lv7: 97
- Lv8: 104
- Lv9: 111
- Lv10: 118
- }
- }
-},
-{
- Id: 2455
- Name: "SO_ARRULLO"
- Description: "Arrullo"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 1
- Lv2: 1
- Lv3: 2
- Lv4: 2
- Lv5: 3
- Lv6: 3
- Lv7: 4
- Lv8: 4
- Lv9: 5
- Lv10: 5
- }
- InterruptCast: true
- CastTime: {
- Lv1: 2200
- Lv2: 2400
- Lv3: 2600
- Lv4: 2800
- Lv5: 3000
- Lv6: 3200
- Lv7: 3400
- Lv8: 3600
- Lv9: 3800
- Lv10: 4000
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 8000
- Lv2: 10000
- Lv3: 12000
- Lv4: 14000
- Lv5: 16000
- Lv6: 18000
- Lv7: 20000
- Lv8: 22000
- Lv9: 24000
- Lv10: 26000
- }
- CoolDown: {
- Lv1: 5000
- Lv2: 6000
- Lv3: 7000
- Lv4: 8000
- Lv5: 9000
- Lv6: 10000
- Lv7: 11000
- Lv8: 12000
- Lv9: 13000
- Lv10: 14000
- }
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 35
- Lv3: 40
- Lv4: 45
- Lv5: 50
- Lv6: 55
- Lv7: 60
- Lv8: 65
- Lv9: 70
- Lv10: 75
- }
- Items: {
- Yellow_Gemstone: 1
- }
- }
-},
-{
- Id: 2456
- Name: "SO_EL_CONTROL"
- Description: "Spirit Control"
- MaxLevel: 4
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- CoolDown: 5000
- Requirements: {
- SPCost: 10
- State: "ElementalSpirit"
- }
-},
-{
- Id: 2457
- Name: "SO_SUMMON_AGNI"
- Description: "Summon Fire Spirit Agni"
- MaxLevel: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- Element: "Ele_Fire"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: {
- Lv1: 1000
- Lv2: 2000
- Lv3: 3000
- Lv4: 4000
- Lv5: 5000
- Lv6: 6000
- Lv7: 7000
- Lv8: 8000
- Lv9: 9000
- Lv10: 10000
- }
- SkillData1: {
- Lv1: 600000
- Lv2: 900000
- Lv3: 1200000
- Lv4: 1500000
- Lv5: 1800000
- Lv6: 2100000
- Lv7: 2400000
- Lv8: 2700000
- Lv9: 3000000
- Lv10: 3300000
- }
- CoolDown: 60000
- Requirements: {
- SPCost: {
- Lv1: 100
- Lv2: 150
- Lv3: 200
- Lv4: 250
- Lv5: 300
- Lv6: 350
- Lv7: 400
- Lv8: 450
- Lv9: 500
- Lv10: 550
- }
- Items: {
- Boody_Red: 3
- Boody_Red: 6
- Flame_Heart: 1
- }
- }
-},
-{
- Id: 2458
- Name: "SO_SUMMON_AQUA"
- Description: "Summon Water Spirit Aqua"
- MaxLevel: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- Element: "Ele_Water"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: {
- Lv1: 1000
- Lv2: 2000
- Lv3: 3000
- Lv4: 4000
- Lv5: 5000
- Lv6: 6000
- Lv7: 7000
- Lv8: 8000
- Lv9: 9000
- Lv10: 10000
- }
- SkillData1: {
- Lv1: 600000
- Lv2: 900000
- Lv3: 1200000
- Lv4: 1500000
- Lv5: 1800000
- Lv6: 2100000
- Lv7: 2400000
- Lv8: 2700000
- Lv9: 3000000
- Lv10: 3300000
- }
- CoolDown: 60000
- Requirements: {
- SPCost: {
- Lv1: 100
- Lv2: 150
- Lv3: 200
- Lv4: 250
- Lv5: 300
- Lv6: 350
- Lv7: 400
- Lv8: 450
- Lv9: 500
- Lv10: 550
- }
- Items: {
- Crystal_Blue: 3
- Crystal_Blue: 6
- Mistic_Frozen: 1
- }
- }
-},
-{
- Id: 2459
- Name: "SO_SUMMON_VENTUS"
- Description: "Summon Wind Spirit Ventus"
- MaxLevel: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- Element: "Ele_Wind"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: {
- Lv1: 1000
- Lv2: 2000
- Lv3: 3000
- Lv4: 4000
- Lv5: 5000
- Lv6: 6000
- Lv7: 7000
- Lv8: 8000
- Lv9: 9000
- Lv10: 10000
- }
- SkillData1: {
- Lv1: 600000
- Lv2: 900000
- Lv3: 1200000
- Lv4: 1500000
- Lv5: 1800000
- Lv6: 2100000
- Lv7: 2400000
- Lv8: 2700000
- Lv9: 3000000
- Lv10: 3300000
- }
- CoolDown: 60000
- Requirements: {
- SPCost: {
- Lv1: 100
- Lv2: 150
- Lv3: 200
- Lv4: 250
- Lv5: 300
- Lv6: 350
- Lv7: 400
- Lv8: 450
- Lv9: 500
- Lv10: 550
- }
- Items: {
- Wind_Of_Verdure: 3
- Wind_Of_Verdure: 6
- Rough_Wind: 1
- }
- }
-},
-{
- Id: 2460
- Name: "SO_SUMMON_TERA"
- Description: "Summon Earth Spirit Tera"
- MaxLevel: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- Element: "Ele_Earth"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: {
- Lv1: 1000
- Lv2: 2000
- Lv3: 3000
- Lv4: 4000
- Lv5: 5000
- Lv6: 6000
- Lv7: 7000
- Lv8: 8000
- Lv9: 9000
- Lv10: 10000
- }
- SkillData1: {
- Lv1: 600000
- Lv2: 900000
- Lv3: 1200000
- Lv4: 1500000
- Lv5: 1800000
- Lv6: 2100000
- Lv7: 2400000
- Lv8: 2700000
- Lv9: 3000000
- Lv10: 3300000
- }
- CoolDown: 60000
- Requirements: {
- SPCost: {
- Lv1: 100
- Lv2: 150
- Lv3: 200
- Lv4: 250
- Lv5: 300
- Lv6: 350
- Lv7: 400
- Lv8: 450
- Lv9: 500
- Lv10: 550
- }
- Items: {
- Yellow_Live: 3
- Yellow_Live: 6
- Great_Nature: 1
- }
- }
-},
-{
- Id: 2461
- Name: "SO_EL_ACTION"
- Description: "Elemental Action"
- MaxLevel: 1
- Range: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- }
- CoolDown: 5000
- Requirements: {
- SPCost: 50
- State: "ElementalSpirit"
- }
-},
-{
- Id: 2462
- Name: "SO_EL_ANALYSIS"
- Description: "Four Spirit Analysis"
- MaxLevel: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 10
- Lv2: 20
- Lv3: 30
- Lv4: 40
- Lv5: 50
- Lv6: 60
- Lv7: 70
- Lv8: 80
- Lv9: 90
- Lv10: 100
- }
- }
-},
-{
- Id: 2463
- Name: "SO_EL_SYMPATHY"
- Description: "Spirit Sympathy"
- MaxLevel: 5
- NumberOfHits: 0
-},
-{
- Id: 2464
- Name: "SO_EL_CURE"
- Description: "Spirit Recovery"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- State: "ElementalSpirit"
- }
-},
-{
- Id: 2465
- Name: "SO_FIRE_INSIGNIA"
- Description: "Fire Insignia"
- MaxLevel: 3
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillInstances: 1
- CastTime: 1000
- SkillData1: 60000
- CoolDown: 60000
- Requirements: {
- SPCost: {
- Lv1: 22
- Lv2: 30
- Lv3: 38
- Lv4: 46
- Lv5: 54
- Lv6: 62
- Lv7: 70
- Lv8: 78
- Lv9: 86
- Lv10: 94
- }
- Items: {
- Scarlet_Pts: 1
- Scarlet_Pts: 2
- Scarlet_Pts: 3
- }
- }
- Unit: {
- Id: 0xf1
- Range: 1
- Interval: 1000
- Target: "All"
- Flag: {
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 2466
- Name: "SO_WATER_INSIGNIA"
- Description: "Water Insignia"
- MaxLevel: 3
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- Element: "Ele_Water"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillInstances: 1
- CastTime: 1000
- SkillData1: 60000
- CoolDown: 60000
- Requirements: {
- SPCost: {
- Lv1: 22
- Lv2: 30
- Lv3: 38
- Lv4: 46
- Lv5: 54
- Lv6: 62
- Lv7: 70
- Lv8: 78
- Lv9: 86
- Lv10: 94
- }
- Items: {
- Indigo_Pts: 1
- Indigo_Pts: 2
- Indigo_Pts: 3
- }
- }
- Unit: {
- Id: 0xf2
- Range: 1
- Interval: 1000
- Target: "All"
- Flag: {
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 2467
- Name: "SO_WIND_INSIGNIA"
- Description: "Wind Insignia"
- MaxLevel: 3
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- Element: "Ele_Wind"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillInstances: 1
- CastTime: 1000
- SkillData1: 60000
- CoolDown: 60000
- Requirements: {
- SPCost: {
- Lv1: 22
- Lv2: 30
- Lv3: 38
- Lv4: 46
- Lv5: 54
- Lv6: 62
- Lv7: 70
- Lv8: 78
- Lv9: 86
- Lv10: 94
- }
- Items: {
- Yellow_Wish_Pts: 1
- Yellow_Wish_Pts: 2
- Yellow_Wish_Pts: 3
- }
- }
- Unit: {
- Id: 0xf3
- Range: 1
- Interval: 1000
- Target: "All"
- Flag: {
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 2468
- Name: "SO_EARTH_INSIGNIA"
- Description: "Earth Insignia"
- MaxLevel: 3
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- Element: "Ele_Earth"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillInstances: 1
- CastTime: 1000
- SkillData1: 60000
- CoolDown: 60000
- Requirements: {
- SPCost: {
- Lv1: 22
- Lv2: 30
- Lv3: 38
- Lv4: 46
- Lv5: 54
- Lv6: 62
- Lv7: 70
- Lv8: 78
- Lv9: 86
- Lv10: 94
- }
- Items: {
- Lime_Green_Pts: 1
- Lime_Green_Pts: 2
- Lime_Green_Pts: 3
- }
- }
- Unit: {
- Id: 0xf4
- Range: 1
- Interval: 1000
- Target: "All"
- Flag: {
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 2474
- Name: "GN_TRAINING_SWORD"
- Description: "Sword Training"
- MaxLevel: 5
- NumberOfHits: 0
-},
-{
- Id: 2475
- Name: "GN_REMODELING_CART"
- Description: "Cart Remodeling"
- MaxLevel: 5
- NumberOfHits: 0
-},
-{
- Id: 2476
- Name: "GN_CART_TORNADO"
- Description: "Cart Tornado"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 2
- KnockBackTiles: 2
- AfterCastActDelay: 500
- SkillData1: 5000
- CoolDown: {
- Lv1: 0
- Lv2: 500
- Lv3: 1000
- Lv4: 1500
- Lv5: 2000
- Lv6: 2500
- Lv7: 3000
- Lv8: 3500
- Lv9: 4000
- Lv10: 4500
- }
- Requirements: {
- SPCost: 30
- State: "Cart"
- }
-},
-{
- Id: 2477
- Name: "GN_CARTCANNON"
- Description: "Cart Cannon"
- MaxLevel: 5
- Range: {
- Lv1: 7
- Lv2: 8
- Lv3: 9
- Lv4: 10
- Lv5: 11
- Lv6: 12
- Lv7: 13
- Lv8: 14
- Lv9: 15
- Lv10: 16
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 1
- Lv2: 1
- Lv3: 2
- Lv4: 2
- Lv5: 3
- Lv6: 3
- Lv7: 4
- Lv8: 4
- Lv9: 5
- Lv10: 5
- }
- InterruptCast: true
- CastTime: {
- Lv1: 1000
- Lv2: 1500
- Lv3: 2000
- Lv4: 2500
- Lv5: 3000
- Lv6: 3500
- Lv7: 4000
- Lv8: 4500
- Lv9: 5000
- Lv10: 5500
- }
- AfterCastActDelay: 500
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 42
- Lv3: 44
- Lv4: 46
- Lv5: 48
- Lv6: 50
- Lv7: 52
- Lv8: 54
- Lv9: 56
- Lv10: 58
- }
- AmmoTypes: {
- A_CANNONBALL: true
- }
- AmmoAmount: 1
- State: "Cart"
- }
-},
-{
- Id: 2478
- Name: "GN_CARTBOOST"
- Description: "Cart Boost"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1500
- AfterCastActDelay: 500
- SkillData1: 90000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 24
- Lv3: 28
- Lv4: 32
- Lv5: 36
- Lv6: 40
- Lv7: 44
- Lv8: 48
- Lv9: 52
- Lv10: 56
- }
- State: "Cart"
- }
-},
-{
- Id: 2479
- Name: "GN_THORNS_TRAP"
- Description: "Thorn Trap"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- AllowReproduce: true
- }
- AttackType: "Misc"
- InterruptCast: true
- SkillInstances: 5
- CastTime: 1500
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 10000
- Lv2: 12000
- Lv3: 14000
- Lv4: 16000
- Lv5: 18000
- Lv6: 20000
- Lv7: 22000
- Lv8: 24000
- Lv9: 26000
- Lv10: 28000
- }
- SkillData2: 20000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 22
- Lv2: 26
- Lv3: 30
- Lv4: 34
- Lv5: 38
- Lv6: 42
- Lv7: 46
- Lv8: 50
- Lv9: 54
- Lv10: 58
- }
- Items: {
- Seed_Of_Horny_Plant: 1
- }
- }
- Unit: {
- Id: 0xe5
- Range: 1
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- }
- }
-},
-{
- Id: 2480
- Name: "GN_BLOOD_SUCKER"
- Description: "Blood Sucker"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillInstances: 3
- CastTime: 1500
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 20000
- Lv2: 22000
- Lv3: 24000
- Lv4: 26000
- Lv5: 28000
- Lv6: 30000
- Lv7: 32000
- Lv8: 34000
- Lv9: 36000
- Lv10: 38000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 35
- Lv3: 40
- Lv4: 45
- Lv5: 50
- Lv6: 55
- Lv7: 60
- Lv8: 65
- Lv9: 70
- Lv10: 75
- }
- Items: {
- Bloodsuck_Plant_Seed: 1
- }
- }
-},
-{
- Id: 2481
- Name: "GN_SPORE_EXPLOSION"
- Description: "Spore Explosion"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- InterruptCast: true
- CastTime: 1500
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 2000
- Lv2: 2000
- Lv3: 3000
- Lv4: 3000
- Lv5: 4000
- Lv6: 4000
- Lv7: 5000
- Lv8: 5000
- Lv9: 6000
- Lv10: 6000
- }
- CoolDown: 5000
- Requirements: {
- SPCost: {
- Lv1: 55
- Lv2: 60
- Lv3: 65
- Lv4: 70
- Lv5: 75
- Lv6: 80
- Lv7: 85
- Lv8: 90
- Lv9: 95
- Lv10: 100
- }
- Items: {
- Bomb_Mushroom_Spore: 1
- }
- }
-},
-{
- Id: 2482
- Name: "GN_WALLOFTHORN"
- Description: "Wall of Thorns"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: -1
- InterruptCast: true
- SkillInstances: 1
- KnockBackTiles: 2
- CastTime: 1500
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 10000
- Lv2: 11000
- Lv3: 12000
- Lv4: 13000
- Lv5: 14000
- Lv6: 15000
- Lv7: 16000
- Lv8: 17000
- Lv9: 18000
- Lv10: 19000
- }
- CoolDown: 5000
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 50
- Lv3: 60
- Lv4: 70
- Lv5: 80
- Lv6: 90
- Lv7: 100
- Lv8: 110
- Lv9: 120
- Lv10: 130
- }
- Items: {
- Seed_Of_Horny_Plant: 1
- }
- }
- Unit: {
- Id: [ 0xe6, 0x7f ]
- Layout: -1
- Range: 2
- Interval: -1
- Target: "All"
- }
-},
-{
- Id: 2483
- Name: "GN_CRAZYWEED"
- Description: "Crazy Weed"
- MaxLevel: 10
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- IgnoreLandProtector: true
- AllowReproduce: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 4
- InterruptCast: true
- CastTime: {
- Lv1: 3000
- Lv2: 3500
- Lv3: 4000
- Lv4: 4500
- Lv5: 5000
- Lv6: 5500
- Lv7: 6000
- Lv8: 6500
- Lv9: 7000
- Lv10: 7500
- }
- AfterCastActDelay: 500
- CoolDown: 5000
- Requirements: {
- SPCost: {
- Lv1: 24
- Lv2: 28
- Lv3: 32
- Lv4: 36
- Lv5: 40
- Lv6: 44
- Lv7: 48
- Lv8: 52
- Lv9: 56
- Lv10: 60
- }
- Items: {
- Seed_Of_Horny_Plant: 1
- }
- }
-},
-{
- Id: 2484
- Name: "GN_CRAZYWEED_ATK"
- Description: "Crazy Weed Attack"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- IgnoreLandProtector: true
- }
- AttackType: "Weapon"
- Element: "Ele_Earth"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 3
- SkillData1: 100
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2485
- Name: "GN_DEMONIC_FIRE"
- Description: "Demonic Fire"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- InterruptCast: true
- CastTime: {
- Lv1: 3000
- Lv2: 3500
- Lv3: 4000
- Lv4: 4500
- Lv5: 5000
- Lv6: 5500
- Lv7: 6000
- Lv8: 6500
- Lv9: 7000
- Lv10: 7500
- }
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 10000
- Lv2: 12000
- Lv3: 14000
- Lv4: 16000
- Lv5: 18000
- Lv6: 20000
- Lv7: 22000
- Lv8: 24000
- Lv9: 26000
- Lv10: 28000
- }
- SkillData2: {
- Lv1: 8000
- Lv2: 16000
- Lv3: 24000
- Lv4: 32000
- Lv5: 40000
- Lv6: 48000
- Lv7: 56000
- Lv8: 64000
- Lv9: 72000
- Lv10: 80000
- }
- CoolDown: 5000
- Requirements: {
- SPCost: {
- Lv1: 24
- Lv2: 28
- Lv3: 32
- Lv4: 36
- Lv5: 40
- Lv6: 44
- Lv7: 48
- Lv8: 52
- Lv9: 56
- Lv10: 60
- }
- Items: {
- Fire_Bottle: 1
- }
- }
- Unit: {
- Id: 0xe7
- Range: 3
- Interval: 2000
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- UF_SKILL: true
- }
- }
-},
-{
- Id: 2486
- Name: "GN_FIRE_EXPANSION"
- Description: "Fire Expansion"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 500
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 35
- Lv3: 40
- Lv4: 45
- Lv5: 50
- Lv6: 55
- Lv7: 60
- Lv8: 65
- Lv9: 70
- Lv10: 75
- }
- Items: {
- Oil_Bottle: 1
- Explosive_Powder: 1
- Smoke_Powder: 1
- Tear_Gas: 1
- Acid_Bottle: 1
- }
- }
-},
-{
- Id: 2487
- Name: "GN_FIRE_EXPANSION_SMOKE_POWDER"
- Description: "Fire Expansion Smoke Powder"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillData1: {
- Lv1: 10000
- Lv2: 12000
- Lv3: 14000
- Lv4: 16000
- Lv5: 18000
- Lv6: 20000
- Lv7: 22000
- Lv8: 24000
- Lv9: 26000
- Lv10: 28000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
- Unit: {
- Id: 0xe8
- Range: 3
- Interval: 1000
- Target: "Enemy"
- }
-},
-{
- Id: 2488
- Name: "GN_FIRE_EXPANSION_TEAR_GAS"
- Description: "Fire Expansion Tear Gas"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillData1: {
- Lv1: 10000
- Lv2: 12000
- Lv3: 14000
- Lv4: 16000
- Lv5: 18000
- Lv6: 20000
- Lv7: 22000
- Lv8: 24000
- Lv9: 26000
- Lv10: 28000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
- Unit: {
- Id: 0xe9
- Range: 3
- Interval: 1000
- Target: "Enemy"
- }
-},
-{
- Id: 2489
- Name: "GN_FIRE_EXPANSION_ACID"
- Description: "Fire Expansion Acid"
- MaxLevel: 10
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- NumberOfHits: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2490
- Name: "GN_HELLS_PLANT"
- Description: "Hell's Plant"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- AllowReproduce: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 1
- InterruptCast: true
- SkillInstances: {
- Lv1: 2
- Lv2: 3
- Lv3: 4
- Lv4: 5
- Lv5: 6
- Lv6: 7
- Lv7: 8
- Lv8: 9
- Lv9: 10
- Lv10: 11
- }
- CastTime: {
- Lv1: 3000
- Lv2: 3500
- Lv3: 4000
- Lv4: 4500
- Lv5: 5000
- Lv6: 5500
- Lv7: 6000
- Lv8: 6500
- Lv9: 7000
- Lv10: 7500
- }
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 14000
- Lv2: 21000
- Lv3: 28000
- Lv4: 35000
- Lv5: 42000
- Lv6: 49000
- Lv7: 56000
- Lv8: 63000
- Lv9: 70000
- Lv10: 77000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 45
- Lv3: 50
- Lv4: 55
- Lv5: 60
- Lv6: 65
- Lv7: 70
- Lv8: 75
- Lv9: 80
- Lv10: 85
- }
- Items: {
- MenEater_Plant_Bottle: 1
- }
- }
- Unit: {
- Id: 0xea
- Range: 1
- Interval: 1000
- Target: "All"
- Flag: {
- UF_NOREITERATION: true
- }
- }
-},
-{
- Id: 2491
- Name: "GN_HELLS_PLANT_ATK"
- Description: "Hell's Plant Attack"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Misc"
- DamageType: {
- IgnoreFlee: true
- IgnoreDefCards: true
- }
- SkillData1: 20000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2492
- Name: "GN_MANDRAGORA"
- Description: "Howling of Mandragora"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 5
- Lv2: 6
- Lv3: 6
- Lv4: 7
- Lv5: 7
- Lv6: 8
- Lv7: 8
- Lv8: 9
- Lv9: 9
- Lv10: 10
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 10000
- Lv2: 15000
- Lv3: 20000
- Lv4: 25000
- Lv5: 30000
- Lv6: 35000
- Lv7: 40000
- Lv8: 45000
- Lv9: 50000
- Lv10: 55000
- }
- CoolDown: 10000
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 45
- Lv3: 50
- Lv4: 55
- Lv5: 60
- Lv6: 65
- Lv7: 70
- Lv8: 75
- Lv9: 80
- Lv10: 85
- }
- Items: {
- Mandragora_Flowerpot: 1
- }
- }
-},
-{
- Id: 2493
- Name: "GN_SLINGITEM"
- Description: "Sling Item"
- MaxLevel: 1
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CoolDown: 1000
- Requirements: {
- SPCost: 4
- AmmoTypes: {
- A_THROWWEAPON: true
- }
- AmmoAmount: 1
- }
-},
-{
- Id: 2494
- Name: "GN_CHANGEMATERIAL"
- Description: "Change Material"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 5
- }
-},
-{
- Id: 2495
- Name: "GN_MIX_COOKING"
- Description: "Mix Cooking"
- MaxLevel: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: {
- Lv1: 5
- Lv2: 40
- Lv3: 75
- Lv4: 110
- Lv5: 145
- Lv6: 180
- Lv7: 215
- Lv8: 250
- Lv9: 285
- Lv10: 320
- }
- }
-},
-{
- Id: 2496
- Name: "GN_MAKEBOMB"
- Description: "Create Bomb"
- MaxLevel: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: {
- Lv1: 5
- Lv2: 40
- Lv3: 75
- Lv4: 110
- Lv5: 145
- Lv6: 180
- Lv7: 215
- Lv8: 250
- Lv9: 285
- Lv10: 320
- }
- }
-},
-{
- Id: 2497
- Name: "GN_S_PHARMACY"
- Description: "Special Pharmacy"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 12
- }
-},
-{
- Id: 2498
- Name: "GN_SLINGITEM_RANGEMELEEATK"
- Description: "Sling Item Attack"
- MaxLevel: 1
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- SkillData1: 3000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2515
- Name: "AB_SECRAMENT"
- Description: "Secrament"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 500
- SkillData1: {
- Lv1: 60000
- Lv2: 90000
- Lv3: 120000
- Lv4: 150000
- Lv5: 180000
- Lv6: 210000
- Lv7: 240000
- Lv8: 270000
- Lv9: 300000
- Lv10: 330000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 100
- Lv2: 120
- Lv3: 140
- Lv4: 160
- Lv5: 180
- Lv6: 200
- Lv7: 220
- Lv8: 240
- Lv9: 260
- Lv10: 280
- }
- }
-},
-{
- Id: 2516
- Name: "WM_SEVERE_RAINSTORM_MELEE"
- Description: "Severe Rainstorm Melee"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 5
-},
-{
- Id: 2517
- Name: "SR_HOWLINGOFLION"
- Description: "Howling of Lion"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 3
- Lv2: 4
- Lv3: 5
- Lv4: 6
- Lv5: 7
- Lv6: 8
- Lv7: 9
- Lv8: 10
- Lv9: 11
- Lv10: 12
- }
- CastTime: 1000
- SkillData1: {
- Lv1: 12000
- Lv2: 14000
- Lv3: 16000
- Lv4: 18000
- Lv5: 20000
- Lv6: 22000
- Lv7: 24000
- Lv8: 26000
- Lv9: 28000
- Lv10: 30000
- }
- CoolDown: 10000
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 45
- Lv3: 50
- Lv4: 55
- Lv5: 60
- Lv6: 65
- Lv7: 70
- Lv8: 75
- Lv9: 80
- Lv10: 85
- }
- SpiritSphereCost: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- }
-},
-{
- Id: 2518
- Name: "SR_RIDEINLIGHTNING"
- Description: "Ride In Lightening"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- AllowReproduce: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 2
- Lv2: 2
- Lv3: 3
- Lv4: 3
- Lv5: 4
- Lv6: 4
- Lv7: 5
- Lv8: 5
- Lv9: 6
- Lv10: 6
- }
- CastTime: {
- Lv1: 1000
- Lv2: 2000
- Lv3: 3000
- Lv4: 4000
- Lv5: 5000
- Lv6: 6000
- Lv7: 7000
- Lv8: 8000
- Lv9: 9000
- Lv10: 10000
- }
- AfterCastActDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 50
- Lv3: 60
- Lv4: 70
- Lv5: 80
- Lv6: 90
- Lv7: 100
- Lv8: 110
- Lv9: 120
- Lv10: 130
- }
- SpiritSphereCost: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- }
-},
-{
- Id: 2534
- Name: "RETURN_TO_ELDICASTES"
- Description: "Return To Eldicastes"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- CastTime: 3000
- CoolDown: 300000
- CastTimeOptions: {
- IgnoreDex: true
- IgnoreStatusEffect: true
- IgnoreItemBonus: true
- }
- SkillDelayOptions: {
- IgnoreDex: true
- IgnoreStatusEffect: true
- IgnoreItemBonus: true
- }
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2535
- Name: "ALL_BUYING_STORE"
- Description: "Open Buying Store"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Quest: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- Requirements: {
- SPCost: 1
- Items: {
- Buy_Market_Permit: 1
- }
- }
-},
-{
- Id: 2536
- Name: "ALL_GUARDIAN_RECALL"
- Description: "Guardian's Recall"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- CastTime: 3000
- CoolDown: 300000
- CastTimeOptions: {
- IgnoreDex: true
- IgnoreStatusEffect: true
- IgnoreItemBonus: true
- }
- SkillDelayOptions: {
- IgnoreDex: true
- IgnoreStatusEffect: true
- IgnoreItemBonus: true
- }
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2537
- Name: "ALL_ODINS_POWER"
- Description: "Odin's Power"
- MaxLevel: 2
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillData1: 60000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 70
- Lv2: 100
- Lv3: 130
- Lv4: 160
- Lv5: 190
- Lv6: 220
- Lv7: 250
- Lv8: 280
- Lv9: 310
- Lv10: 340
- }
- }
-},
-{
- Id: 2544
- Name: "MC_CARTDECORATE"
- Description: "Change Cart 2"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Quest: true
- }
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 40
- State: "Cart"
- }
-},
-{
- Id: 2551
- Name: "RL_GLITTERING_GREED"
- Description: "Flip The Coin Greed"
- MaxLevel: 10
- NumberOfHits: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2552
- Name: "RL_RICHS_COIN"
- Description: "Rich's Coin"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 2553
- Name: "RL_MASS_SPIRAL"
- Description: "Mass Spiral"
- MaxLevel: 5
- Range: 15
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- Requirements: {
- SPCost: {
- Lv1: 80
- Lv2: 84
- Lv3: 88
- Lv4: 92
- Lv5: 96
- Lv6: 100
- Lv7: 104
- Lv8: 108
- Lv9: 112
- Lv10: 116
- }
- }
-},
-{
- Id: 2554
- Name: "RL_BANISHING_BUSTER"
- Description: "Banishing Buster"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 2
- Requirements: {
- SPCost: {
- Lv1: 55
- Lv2: 60
- Lv3: 65
- Lv4: 70
- Lv5: 75
- Lv6: 80
- Lv7: 85
- Lv8: 90
- Lv9: 95
- Lv10: 100
- }
- }
-},
-{
- Id: 2555
- Name: "RL_B_TRAP"
- Description: "Bind Trap"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillInstances: 3
- CoolDown: {
- Lv1: 10000
- Lv2: 11000
- Lv3: 12000
- Lv4: 13000
- Lv5: 14000
- Lv6: 15000
- Lv7: 16000
- Lv8: 17000
- Lv9: 18000
- Lv10: 19000
- }
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 32
- Lv3: 34
- Lv4: 36
- Lv5: 38
- Lv6: 40
- Lv7: 42
- Lv8: 44
- Lv9: 46
- Lv10: 48
- }
- }
- Unit: {
- Id: 0x104
- Range: {
- Lv1: 1
- Lv2: 2
- Lv3: 2
- Lv4: 3
- Lv5: 3
- Lv6: 4
- Lv7: 4
- Lv8: 5
- Lv9: 5
- Lv10: 6
- }
- Interval: 500
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- }
- }
-},
-{
- Id: 2556
- Name: "RL_FLICKER"
- Description: "Flicker"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: -1
- Requirements: {
- SPCost: 2
- }
-},
-{
- Id: 2557
- Name: "RL_S_STORM"
- Description: "Shatter Storm"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 2
- Requirements: {
- SPCost: {
- Lv1: 55
- Lv2: 60
- Lv3: 65
- Lv4: 70
- Lv5: 75
- Lv6: 80
- Lv7: 85
- Lv8: 90
- Lv9: 95
- Lv10: 100
- }
- }
-},
-{
- Id: 2558
- Name: "RL_E_CHAIN"
- Description: "Eternal Chain"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 45
- }
-},
-{
- Id: 2559
- Name: "RL_QD_SHOT"
- Description: "Quick Draw Shot"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- Requirements: {
- SPCost: 5
- }
-},
-{
- Id: 2560
- Name: "RL_C_MARKER"
- Description: "Crimson Marker"
- MaxLevel: 1
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillInstances: 3
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 2561
- Name: "RL_FIREDANCE"
- Description: "Fire Dance"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 2
- Requirements: {
- SPCost: {
- Lv1: 10
- Lv2: 15
- Lv3: 20
- Lv4: 25
- Lv5: 30
- Lv6: 35
- Lv7: 40
- Lv8: 45
- Lv9: 50
- Lv10: 55
- }
- }
-},
-{
- Id: 2562
- Name: "RL_H_MINE"
- Description: "Howling Mine"
- MaxLevel: 5
- Range: {
- Lv1: 7
- Lv2: 8
- Lv3: 9
- Lv4: 10
- Lv5: 11
- Lv6: 12
- Lv7: 13
- Lv8: 14
- Lv9: 15
- Lv10: 16
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- Requirements: {
- SPCost: {
- Lv1: 45
- Lv2: 50
- Lv3: 55
- Lv4: 60
- Lv5: 65
- Lv6: 70
- Lv7: 75
- Lv8: 80
- Lv9: 85
- Lv10: 90
- }
- }
-},
-{
- Id: 2563
- Name: "RL_P_ALTER"
- Description: "Platinum Alter"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 24
- Lv3: 28
- Lv4: 32
- Lv5: 36
- Lv6: 40
- Lv7: 44
- Lv8: 48
- Lv9: 52
- Lv10: 56
- }
- }
-},
-{
- Id: 2564
- Name: "RL_FALLEN_ANGEL"
- Description: "Fallen Angel"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 90
- }
-},
-{
- Id: 2565
- Name: "RL_R_TRIP"
- Description: "Round Trip"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 2
- Lv2: 3
- Lv3: 4
- Lv4: 5
- Lv5: 6
- Lv6: 7
- Lv7: 8
- Lv8: 9
- Lv9: 10
- Lv10: 11
- }
- KnockBackTiles: 3
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 45
- Lv3: 50
- Lv4: 55
- Lv5: 60
- Lv6: 65
- Lv7: 70
- Lv8: 75
- Lv9: 80
- Lv10: 85
- }
- }
-},
-{
- Id: 2566
- Name: "RL_D_TAIL"
- Description: "Dragon Tail"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: -1
- Requirements: {
- SPCost: {
- Lv1: 60
- Lv2: 70
- Lv3: 80
- Lv4: 90
- Lv5: 100
- Lv6: 110
- Lv7: 120
- Lv8: 130
- Lv9: 140
- Lv10: 150
- }
- }
-},
-{
- Id: 2567
- Name: "RL_FIRE_RAIN"
- Description: "Fire Rain"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- Requirements: {
- SPCost: 70
- }
-},
-{
- Id: 2568
- Name: "RL_HEAT_BARREL"
- Description: "Heat Barrel"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 40
- Lv3: 50
- Lv4: 60
- Lv5: 70
- Lv6: 80
- Lv7: 90
- Lv8: 100
- Lv9: 110
- Lv10: 120
- }
- }
-},
-{
- Id: 2569
- Name: "RL_AM_BLAST"
- Description: "Anti-Material Blast"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- Requirements: {
- SPCost: {
- Lv1: 80
- Lv2: 84
- Lv3: 88
- Lv4: 92
- Lv5: 96
- Lv6: 100
- Lv7: 104
- Lv8: 108
- Lv9: 112
- Lv10: 116
- }
- }
-},
-{
- Id: 2570
- Name: "RL_SLUGSHOT"
- Description: "Slug Shot"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- KnockBackTiles: 6
- Requirements: {
- SPCost: {
- Lv1: 55
- Lv2: 60
- Lv3: 65
- Lv4: 70
- Lv5: 75
- Lv6: 80
- Lv7: 85
- Lv8: 90
- Lv9: 95
- Lv10: 100
- }
- }
-},
-{
- Id: 2571
- Name: "RL_HAMMER_OF_GOD"
- Description: "Hammer of God"
- MaxLevel: 5
- Range: {
- Lv1: 7
- Lv2: 8
- Lv3: 9
- Lv4: 10
- Lv5: 11
- Lv6: 12
- Lv7: 13
- Lv8: 14
- Lv9: 15
- Lv10: 16
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 2
- Requirements: {
- SPCost: {
- Lv1: 70
- Lv2: 80
- Lv3: 90
- Lv4: 100
- Lv5: 110
- Lv6: 120
- Lv7: 130
- Lv8: 140
- Lv9: 150
- Lv10: 160
- }
- }
-},
-{
- Id: 2572
- Name: "RL_R_TRIP_PLUSATK"
- Description: "Round Trip Plus Attack"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- IgnoreFlee: true
- }
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2573
- Name: "RL_B_FLICKER_ATK"
- Description: "Bind Flicker Attack"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 2574
- Name: "RL_GLITTERING_GREED_ATK"
- Description: "Flip The Coin Greed Attack"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 3001
- Name: "KO_YAMIKUMO"
- Description: "Yamikumo"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillData1: 60000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 3002
- Name: "KO_RIGHT"
- Description: "Right Hand Mastery"
- MaxLevel: 5
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 3003
- Name: "KO_LEFT"
- Description: "Left Hand Mastery"
- MaxLevel: 5
- AttackType: "Weapon"
- NumberOfHits: 0
-},
-{
- Id: 3004
- Name: "KO_JYUMONJIKIRI"
- Description: "Cross Strike"
- MaxLevel: 5
- Range: {
- Lv1: 3
- Lv2: 4
- Lv3: 5
- Lv4: 6
- Lv5: 7
- Lv6: 8
- Lv7: 9
- Lv8: 10
- Lv9: 11
- Lv10: 12
- }
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: -2
- AfterCastActDelay: 500
- SkillData1: 3000
- CoolDown: 5000
- Requirements: {
- SPCost: {
- Lv1: 10
- Lv2: 12
- Lv3: 14
- Lv4: 16
- Lv5: 18
- Lv6: 20
- Lv7: 22
- Lv8: 24
- Lv9: 26
- Lv10: 28
- }
- WeaponTypes: {
- DWDaggers: true
- DWSwords: true
- DWDaggerSword: true
- }
- }
-},
-{
- Id: 3005
- Name: "KO_SETSUDAN"
- Description: "Soul Sever"
- MaxLevel: 5
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- CoolDown: 3000
- Requirements: {
- SPCost: {
- Lv1: 12
- Lv2: 16
- Lv3: 20
- Lv4: 24
- Lv5: 28
- Lv6: 32
- Lv7: 36
- Lv8: 40
- Lv9: 44
- Lv10: 48
- }
- }
-},
-{
- Id: 3006
- Name: "KO_BAKURETSU"
- Description: "Bakuretsu Kunai"
- MaxLevel: 5
- Range: {
- Lv1: 7
- Lv2: 8
- Lv3: 9
- Lv4: 10
- Lv5: 11
- Lv6: 12
- Lv7: 13
- Lv8: 14
- Lv9: 15
- Lv10: 16
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 2
- NumberOfHits: 0
- CastTime: {
- Lv1: 1000
- Lv2: 1400
- Lv3: 1800
- Lv4: 2200
- Lv5: 2600
- Lv6: 3000
- Lv7: 3400
- Lv8: 3800
- Lv9: 4200
- Lv10: 4600
- }
- AfterCastActDelay: 1000
- SkillData1: 100
- CoolDown: 3000
- Requirements: {
- SPCost: {
- Lv1: 5
- Lv2: 6
- Lv3: 7
- Lv4: 8
- Lv5: 9
- Lv6: 10
- Lv7: 11
- Lv8: 12
- Lv9: 13
- Lv10: 14
- }
- Items: {
- Explosive_Kunai: 1
- }
- }
- Unit: {
- Id: 0x86
- Range: 2
- Interval: 100
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 3007
- Name: "KO_HAPPOKUNAI"
- Description: "Happo Kunai"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Misc"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- IgnoreFlee: true
- }
- SplashRange: {
- Lv1: 4
- Lv2: 4
- Lv3: 4
- Lv4: 4
- Lv5: 5
- Lv6: 5
- Lv7: 5
- Lv8: 5
- Lv9: 5
- Lv10: 5
- }
- NumberOfHits: 0
- AfterCastActDelay: 500
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 8
- Lv2: 9
- Lv3: 10
- Lv4: 11
- Lv5: 12
- Lv6: 13
- Lv7: 14
- Lv8: 15
- Lv9: 16
- Lv10: 17
- }
- AmmoTypes: {
- A_KUNAI: true
- }
- AmmoAmount: 8
- }
-},
-{
- Id: 3008
- Name: "KO_MUCHANAGE"
- Description: "Mucha Nage"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Place: true
- }
- AttackType: "Misc"
- DamageType: {
- SplashArea: true
- IgnoreElement: true
- }
- SplashRange: 2
- NumberOfHits: -10
- CastTime: 1000
- SkillData1: 100
- CoolDown: 10000
- Requirements: {
- SPCost: 50
- ZenyCost: {
- Lv1: 10000
- Lv2: 20000
- Lv3: 30000
- Lv4: 40000
- Lv5: 50000
- Lv6: 60000
- Lv7: 70000
- Lv8: 80000
- Lv9: 90000
- Lv10: 100000
- }
- }
- Unit: {
- Id: 0x86
- Range: 2
- Interval: 100
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 3009
- Name: "KO_HUUMARANKA"
- Description: "Huuma Shuriken Ranka"
- MaxLevel: 5
- Range: {
- Lv1: 9
- Lv2: 10
- Lv3: 11
- Lv4: 12
- Lv5: 13
- Lv6: 14
- Lv7: 15
- Lv8: 16
- Lv9: 17
- Lv10: 18
- }
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Place: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 3
- NumberOfHits: -5
- CastTime: {
- Lv1: 1000
- Lv2: 1200
- Lv3: 1400
- Lv4: 1600
- Lv5: 1800
- Lv6: 2000
- Lv7: 2200
- Lv8: 2400
- Lv9: 2600
- Lv10: 2800
- }
- AfterCastActDelay: 1000
- SkillData1: 100
- CoolDown: 3000
- Requirements: {
- SPCost: {
- Lv1: 24
- Lv2: 28
- Lv3: 32
- Lv4: 36
- Lv5: 40
- Lv6: 44
- Lv7: 48
- Lv8: 52
- Lv9: 56
- Lv10: 60
- }
- WeaponTypes: {
- FuumaShurikens: true
- }
- }
- Unit: {
- Id: 0x86
- Range: 3
- Interval: 100
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 3010
- Name: "KO_MAKIBISHI"
- Description: "Makibishi"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Trap: true
- }
- AttackType: "Weapon"
- DamageType: {
- SplashArea: true
- IgnoreFlee: true
- }
- SkillData1: {
- Lv1: 12000
- Lv2: 14000
- Lv3: 16000
- Lv4: 18000
- Lv5: 20000
- Lv6: 22000
- Lv7: 24000
- Lv8: 26000
- Lv9: 28000
- Lv10: 30000
- }
- SkillData2: 10000
- CoolDown: 10000
- Requirements: {
- SPCost: {
- Lv1: 9
- Lv2: 12
- Lv3: 15
- Lv4: 18
- Lv5: 21
- Lv6: 24
- Lv7: 27
- Lv8: 30
- Lv9: 33
- Lv10: 36
- }
- Items: {
- Makibishi: {
- Lv1: 3
- Lv2: 4
- Lv3: 5
- Lv4: 6
- Lv5: 7
- }
- }
- }
- Unit: {
- Id: 0xfc
- Interval: 5000
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 3011
- Name: "KO_MEIKYOUSISUI"
- Description: "Meikyo Shisui"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- InterruptCast: true
- CastTime: 3000
- SkillData1: 10000
- CoolDown: 10000
- Requirements: {
- SPCost: 100
- }
-},
-{
- Id: 3012
- Name: "KO_ZANZOU"
- Description: "Zanzou"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- SkillInstances: 1
- KnockBackTiles: {
- Lv1: 3
- Lv2: 4
- Lv3: 5
- Lv4: 6
- Lv5: 7
- Lv6: 8
- Lv7: 9
- Lv8: 10
- Lv9: 11
- Lv10: 12
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 30000
- Lv2: 27000
- Lv3: 24000
- Lv4: 21000
- Lv5: 18000
- Lv6: 15000
- Lv7: 12000
- Lv8: 9000
- Lv9: 6000
- Lv10: 3000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 44
- Lv3: 48
- Lv4: 52
- Lv5: 56
- Lv6: 60
- Lv7: 64
- Lv8: 68
- Lv9: 72
- Lv10: 76
- }
- }
-},
-{
- Id: 3013
- Name: "KO_KYOUGAKU"
- Description: "Kyougaku"
- MaxLevel: 5
- Range: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- CastTime: {
- Lv1: 3000
- Lv2: 2500
- Lv3: 2000
- Lv4: 1500
- Lv5: 1000
- Lv6: 500
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 12000
- Lv2: 14000
- Lv3: 16000
- Lv4: 18000
- Lv5: 20000
- Lv6: 22000
- Lv7: 24000
- Lv8: 26000
- Lv9: 28000
- Lv10: 30000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 44
- Lv3: 48
- Lv4: 52
- Lv5: 56
- Lv6: 60
- Lv7: 64
- Lv8: 68
- Lv9: 72
- Lv10: 76
- }
- }
-},
-{
- Id: 3014
- Name: "KO_JYUSATSU"
- Description: "Jyusatsu"
- MaxLevel: 5
- Range: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- CastTime: {
- Lv1: 3000
- Lv2: 2500
- Lv3: 2000
- Lv4: 1500
- Lv5: 1000
- Lv6: 500
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 8000
- Lv2: 10000
- Lv3: 12000
- Lv4: 14000
- Lv5: 16000
- Lv6: 18000
- Lv7: 20000
- Lv8: 22000
- Lv9: 24000
- Lv10: 26000
- }
- CoolDown: 10000
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 44
- Lv3: 48
- Lv4: 52
- Lv5: 56
- Lv6: 60
- Lv7: 64
- Lv8: 68
- Lv9: 72
- Lv10: 76
- }
- }
-},
-{
- Id: 3015
- Name: "KO_KAHU_ENTEN"
- Description: "Kahu Enten"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- Element: "Ele_Fire"
- DamageType: {
- NoDamage: true
- }
- CastTime: 2000
- SkillData1: 300000
- CoolDown: 0
- Requirements: {
- SPCost: 20
- Items: {
- Charm_Fire: 1
- }
- }
-},
-{
- Id: 3016
- Name: "KO_HYOUHU_HUBUKI"
- Description: "Hyouhu Hubuki"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- Element: "Ele_Water"
- DamageType: {
- NoDamage: true
- }
- CastTime: 2000
- SkillData1: 300000
- CoolDown: 0
- Requirements: {
- SPCost: 20
- Items: {
- Charm_Ice: 1
- }
- }
-},
-{
- Id: 3017
- Name: "KO_KAZEHU_SEIRAN"
- Description: "Kazehu Seiran"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- Element: "Ele_Wind"
- DamageType: {
- NoDamage: true
- }
- CastTime: 2000
- SkillData1: 300000
- CoolDown: 0
- Requirements: {
- SPCost: 20
- Items: {
- Charm_Wind: 1
- }
- }
-},
-{
- Id: 3018
- Name: "KO_DOHU_KOUKAI"
- Description: "Dohu Koukai"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- Element: "Ele_Earth"
- DamageType: {
- NoDamage: true
- }
- CastTime: 2000
- SkillData1: 300000
- CoolDown: 0
- Requirements: {
- SPCost: 20
- Items: {
- Charm_Earth: 1
- }
- }
-},
-{
- Id: 3019
- Name: "KO_KAIHOU"
- Description: "Technique Kaihou"
- MaxLevel: 5
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- NumberOfHits: 0
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 3020
- Name: "KO_ZENKAI"
- Description: "Zenkai"
- MaxLevel: 1
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- NumberOfHits: 3
- InterruptCast: true
- AfterCastActDelay: 1000
- SkillData1: 10000
- SkillData2: 10000
- CoolDown: 0
- Requirements: {
- SPCost: 30
- }
- Unit: {
- Id: 0xf8
- Range: 3
- Interval: 500
- Target: "All"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 3021
- Name: "KO_GENWAKU"
- Description: "Genwaku"
- MaxLevel: 5
- Range: {
- Lv1: 5
- Lv2: 6
- Lv3: 7
- Lv4: 8
- Lv5: 9
- Lv6: 10
- Lv7: 11
- Lv8: 12
- Lv9: 13
- Lv10: 14
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- DamageType: {
- NoDamage: true
- }
- CastTime: {
- Lv1: 3000
- Lv2: 2500
- Lv3: 2000
- Lv4: 1500
- Lv5: 1000
- Lv6: 500
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- AfterCastActDelay: 1000
- SkillData1: 5000
- CoolDown: 10000
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 44
- Lv3: 48
- Lv4: 52
- Lv5: 56
- Lv6: 60
- Lv7: 64
- Lv8: 68
- Lv9: 72
- Lv10: 76
- }
- }
-},
-{
- Id: 3022
- Name: "KO_IZAYOI"
- Description: "Izayoi"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- SkillData1: {
- Lv1: 30000
- Lv2: 45000
- Lv3: 60000
- Lv4: 75000
- Lv5: 90000
- Lv6: 105000
- Lv7: 120000
- Lv8: 135000
- Lv9: 150000
- Lv10: 165000
- }
- CoolDown: 60000
- Requirements: {
- SPCost: {
- Lv1: 70
- Lv2: 75
- Lv3: 80
- Lv4: 85
- Lv5: 90
- Lv6: 95
- Lv7: 100
- Lv8: 105
- Lv9: 110
- Lv10: 115
- }
- }
-},
-{
- Id: 3023
- Name: "KG_KAGEHUMI"
- Description: "Kagehumi"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 2
- Lv2: 3
- Lv3: 4
- Lv4: 5
- Lv5: 6
- Lv6: 7
- Lv7: 8
- Lv8: 9
- Lv9: 10
- Lv10: 11
- }
- NumberOfHits: 0
- SkillData1: {
- Lv1: 5000
- Lv2: 6000
- Lv3: 7000
- Lv4: 8000
- Lv5: 9000
- Lv6: 10000
- Lv7: 11000
- Lv8: 12000
- Lv9: 13000
- Lv10: 14000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 60
- Lv2: 65
- Lv3: 70
- Lv4: 75
- Lv5: 80
- Lv6: 85
- Lv7: 90
- Lv8: 95
- Lv9: 100
- Lv10: 105
- }
- }
-},
-{
- Id: 3024
- Name: "KG_KYOMU"
- Description: "Kyomu"
- MaxLevel: 5
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 10000
- Lv2: 15000
- Lv3: 20000
- Lv4: 25000
- Lv5: 30000
- Lv6: 35000
- Lv7: 40000
- Lv8: 45000
- Lv9: 50000
- Lv10: 55000
- }
- CoolDown: 20000
- Requirements: {
- SPCost: 50
- Items: {
- Shadow_Orb: 1
- }
- }
-},
-{
- Id: 3025
- Name: "KG_KAGEMUSYA"
- Description: "Kagemusha"
- MaxLevel: 5
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 60000
- Lv2: 90000
- Lv3: 120000
- Lv4: 150000
- Lv5: 180000
- Lv6: 210000
- Lv7: 240000
- Lv8: 270000
- Lv9: 300000
- Lv10: 330000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 25
- Lv2: 30
- Lv3: 35
- Lv4: 40
- Lv5: 45
- Lv6: 50
- Lv7: 55
- Lv8: 60
- Lv9: 65
- Lv10: 70
- }
- Items: {
- Shadow_Orb: 1
- }
- }
-},
-{
- Id: 3026
- Name: "OB_ZANGETSU"
- Description: "Zangetsu"
- MaxLevel: 5
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- DamageType: {
- NoDamage: true
- }
- CastTime: {
- Lv1: 1000
- Lv2: 1500
- Lv3: 2000
- Lv4: 2500
- Lv5: 3000
- Lv6: 3500
- Lv7: 4000
- Lv8: 4500
- Lv9: 5000
- Lv10: 5500
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 60000
- Lv2: 75000
- Lv3: 90000
- Lv4: 105000
- Lv5: 120000
- Lv6: 135000
- Lv7: 150000
- Lv8: 165000
- Lv9: 180000
- Lv10: 195000
- }
- CoolDown: 30000
- Requirements: {
- SPCost: {
- Lv1: 60
- Lv2: 70
- Lv3: 80
- Lv4: 90
- Lv5: 100
- Lv6: 110
- Lv7: 120
- Lv8: 130
- Lv9: 140
- Lv10: 150
- }
- }
-},
-{
- Id: 3027
- Name: "OB_OBOROGENSOU"
- Description: "Oboro Gensou"
- MaxLevel: 5
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- DamageType: {
- NoDamage: true
- }
- CastTime: 1000
- SkillData1: {
- Lv1: 10000
- Lv2: 15000
- Lv3: 20000
- Lv4: 25000
- Lv5: 30000
- Lv6: 35000
- Lv7: 40000
- Lv8: 45000
- Lv9: 50000
- Lv10: 55000
- }
- CoolDown: 15000
- Requirements: {
- SPCost: {
- Lv1: 55
- Lv2: 60
- Lv3: 65
- Lv4: 70
- Lv5: 75
- Lv6: 80
- Lv7: 85
- Lv8: 90
- Lv9: 95
- Lv10: 100
- }
- }
-},
-{
- Id: 3028
- Name: "OB_OBOROGENSOU_TRANSITION_ATK"
- Description: "Hazy Moonlight Illusion Transition Attack"
- MaxLevel: 1
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 3
-},
-{
- Id: 3029
- Name: "OB_AKAITSUKI"
- Description: "Akaitsuki"
- MaxLevel: 5
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- CastTime: {
- Lv1: 1000
- Lv2: 1500
- Lv3: 2000
- Lv4: 2500
- Lv5: 3000
- Lv6: 3500
- Lv7: 4000
- Lv8: 4500
- Lv9: 5000
- Lv10: 5500
- }
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 10000
- Lv2: 15000
- Lv3: 20000
- Lv4: 25000
- Lv5: 30000
- Lv6: 35000
- Lv7: 40000
- Lv8: 45000
- Lv9: 50000
- Lv10: 55000
- }
- CoolDown: 30000
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 30
- Lv3: 40
- Lv4: 50
- Lv5: 60
- Lv6: 70
- Lv7: 80
- Lv8: 90
- Lv9: 100
- Lv10: 110
- }
- }
-},
-{
- Id: 3031
- Name: "ECL_SNOWFLIP"
- Description: "Snow Flip"
- MaxLevel: 1
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- DamageType: {
- NoDamage: true
- }
-},
-{
- Id: 3032
- Name: "ECL_PEONYMAMY"
- Description: "Peony Mamy"
- MaxLevel: 1
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- DamageType: {
- NoDamage: true
- }
-},
-{
- Id: 3033
- Name: "ECL_SADAGUI"
- Description: "Sadagui"
- MaxLevel: 1
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- DamageType: {
- NoDamage: true
- }
-},
-{
- Id: 3034
- Name: "ECL_SEQUOIADUST"
- Description: "Sequoia Dust"
- MaxLevel: 1
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- DamageType: {
- NoDamage: true
- }
-},
-{
- Id: 3035
- Name: "ECLAGE_RECALL"
- Description: "Return To Eclage"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
-},
-{
- Id: 5001
- Name: "GC_DARKCROW"
- Description: "Dark Claw"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: 3
- AfterCastActDelay: 1500
- SkillData1: 5000
- CoolDown: 60000
- Requirements: {
- SPCost: {
- Lv1: 22
- Lv2: 34
- Lv3: 46
- Lv4: 58
- Lv5: 70
- Lv6: 82
- Lv7: 94
- Lv8: 106
- Lv9: 118
- Lv10: 130
- }
- }
-},
-{
- Id: 5002
- Name: "RA_UNLIMIT"
- Description: "Unlimited"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 500
- SkillData1: 60000
- CoolDown: 300000
- Requirements: {
- SPCost: {
- Lv1: 100
- Lv2: 120
- Lv3: 140
- Lv4: 160
- Lv5: 180
- Lv6: 200
- Lv7: 220
- Lv8: 240
- Lv9: 260
- Lv10: 280
- }
- }
-},
-{
- Id: 5003
- Name: "GN_ILLUSIONDOPING"
- Description: "Illusion Doping"
- MaxLevel: 5
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 4
- Lv2: 5
- Lv3: 6
- Lv4: 7
- Lv5: 8
- Lv6: 9
- Lv7: 10
- Lv8: 11
- Lv9: 12
- Lv10: 13
- }
- SkillData1: 10000
- CoolDown: 10000
- Requirements: {
- SPCost: {
- Lv1: 60
- Lv2: 70
- Lv3: 80
- Lv4: 90
- Lv5: 100
- Lv6: 110
- Lv7: 120
- Lv8: 130
- Lv9: 140
- Lv10: 150
- }
- Items: {
- Alchol: 1
- }
- }
-},
-{
- Id: 5004
- Name: "RK_DRAGONBREATH_WATER"
- Description: "Dragon Breath - Water"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Weapon"
- Element: "Ele_Water"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 1
- Lv2: 1
- Lv3: 1
- Lv4: 2
- Lv5: 2
- Lv6: 2
- Lv7: 3
- Lv8: 3
- Lv9: 4
- Lv10: 4
- }
- CastTime: {
- Lv1: 0
- Lv2: 0
- Lv3: 0
- Lv4: 1000
- Lv5: 1000
- Lv6: 1000
- Lv7: 1500
- Lv8: 1500
- Lv9: 2000
- Lv10: 2000
- }
- AfterCastActDelay: 2000
- SkillData1: 10000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 35
- Lv3: 40
- Lv4: 45
- Lv5: 50
- Lv6: 55
- Lv7: 60
- Lv8: 65
- Lv9: 70
- Lv10: 75
- }
- State: "Dragon"
- }
-},
-{
- Id: 5005
- Name: "RK_LUXANIMA"
- Description: "Lux Anima"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 3
- SkillData1: 60000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 5006
- Name: "NC_MAGMA_ERUPTION"
- Description: "Magma Eruption"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Misc"
- Element: "Ele_Fire"
- SkillInstances: 3
- CastTime: 1000
- SkillData1: 10000
- SkillData2: 42000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 60
- Lv2: 70
- Lv3: 80
- Lv4: 90
- Lv5: 100
- Lv6: 110
- Lv7: 120
- Lv8: 130
- Lv9: 140
- Lv10: 150
- }
- }
- Unit: {
- Id: 0x101
- Range: 3
- Interval: 2000
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 5007
- Name: "WM_FRIGG_SONG"
- Description: "Frigg's Song"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 5
- Lv2: 6
- Lv3: 7
- Lv4: 8
- Lv5: 9
- Lv6: 10
- Lv7: 11
- Lv8: 12
- Lv9: 13
- Lv10: 14
- }
- SkillData1: 60000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 200
- Lv2: 230
- Lv3: 260
- Lv4: 290
- Lv5: 320
- Lv6: 350
- Lv7: 380
- Lv8: 410
- Lv9: 440
- Lv10: 470
- }
- WeaponTypes: {
- Instruments: true
- Whips: true
- }
- Items: {
- Heartbroken_Tears: 1
- }
- }
-},
-{
- Id: 5008
- Name: "SO_ELEMENTAL_SHIELD"
- Description: "Elemental Shield"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 15
- CastTime: 1000
- SkillData1: 10000
- CoolDown: 10000
- Requirements: {
- SPCost: 120
- State: "ElementalSpirit"
- Items: {
- Blue_Gemstone: 1
- }
- }
- Unit: {
- Id: 0x7e
- Interval: -1
- Target: "All"
- Flag: {
- UF_DEFNOTENEMY: true
- UF_NOREITERATION: true
- }
- }
-},
-{
- Id: 5009
- Name: "SR_FLASHCOMBO"
- Description: "Flash Combo"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 4000
- SkillData1: 4000
- CoolDown: 0
- Requirements: {
- SPCost: 65
- SpiritSphereCost: {
- Lv1: 5
- Lv2: 5
- Lv3: 4
- Lv4: 4
- Lv5: 3
- Lv6: 3
- Lv7: 2
- Lv8: 2
- Lv9: 1
- Lv10: 1
- }
- }
-},
-{
- Id: 5010
- Name: "SC_ESCAPE"
- Description: "Emergency Escape"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: 1000
- CoolDown: 15000
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 26
- Lv3: 22
- Lv4: 18
- Lv5: 14
- Lv6: 10
- Lv7: 6
- Lv8: 2
- Lv9: 1
- Lv10: 1
- }
- Items: {
- Special_Alloy_Trap: 1
- }
- }
- Unit: {
- Id: 0xfe
- Range: 2
- Interval: -1
- Target: "Enemy"
- }
-},
-{
- Id: 5011
- Name: "AB_OFFERTORIUM"
- Description: "Offertorium"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- CastTime: 4000
- SkillData1: 90000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 60
- Lv3: 90
- Lv4: 120
- Lv5: 150
- Lv6: 180
- Lv7: 210
- Lv8: 240
- Lv9: 270
- Lv10: 300
- }
- }
-},
-{
- Id: 5012
- Name: "WL_TELEKINESIS_INTENSE"
- Description: "Intense Telekinesis"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- CastTime: 1000
- SkillData1: 60000
- CoolDown: 300000
- Requirements: {
- SPCost: {
- Lv1: 100
- Lv2: 150
- Lv3: 200
- Lv4: 250
- Lv5: 300
- Lv6: 350
- Lv7: 400
- Lv8: 450
- Lv9: 500
- Lv10: 550
- }
- }
-},
-{
- Id: 5013
- Name: "LG_KINGS_GRACE"
- Description: "King's Grace"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 5
- CastTime: 1000
- SkillData1: 5000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 200
- Lv2: 180
- Lv3: 160
- Lv4: 140
- Lv5: 120
- Lv6: 100
- Lv7: 80
- Lv8: 60
- Lv9: 40
- Lv10: 20
- }
- }
-},
-{
- Id: 5014
- Name: "ALL_FULL_THROTTLE"
- Description: "Full Throttle"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 10000
- Lv2: 15000
- Lv3: 20000
- Lv4: 25000
- Lv5: 30000
- Lv6: 35000
- Lv7: 40000
- Lv8: 45000
- Lv9: 50000
- Lv10: 55000
- }
- SkillData2: 10000
- CoolDown: 1800000
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 5018
- Name: "SU_BASIC_SKILL"
- Description: "New Basic Skill"
- MaxLevel: 1
- NumberOfHits: 0
-},
-{
- Id: 5019
- Name: "SU_BITE"
- Description: "Bite"
- MaxLevel: 1
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- FixedCastTime: 0
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 5020
- Name: "SU_HIDE"
- Description: "Hide"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- AfterCastActDelay: 1000
- SkillData1: -1
- CoolDown: 15000
- FixedCastTime: 0
- Requirements: {
- SPCost: 30
- }
-},
-{
- Id: 5021
- Name: "SU_SCRATCH"
- Description: "Scratch"
- MaxLevel: 3
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 1
- InterruptCast: true
- AfterCastActDelay: 1000
- SkillData1: 10000
- CoolDown: {
- Lv1: 3000
- Lv2: 2000
- Lv3: 1000
- Lv4: 1
- Lv5: 1
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- FixedCastTime: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 25
- Lv3: 30
- Lv4: 35
- Lv5: 40
- Lv6: 45
- Lv7: 50
- Lv8: 55
- Lv9: 60
- Lv10: 65
- }
- }
-},
-{
- Id: 5022
- Name: "SU_STOOP"
- Description: "Stoop"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- AfterCastActDelay: 1000
- SkillData1: 6000
- CoolDown: 15000
- FixedCastTime: 0
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 5023
- Name: "SU_LOPE"
- Description: "Lope"
- MaxLevel: 3
- Range: {
- Lv1: 6
- Lv2: 10
- Lv3: 14
- Lv4: 18
- Lv5: 22
- Lv6: 26
- Lv7: 30
- Lv8: 34
- Lv9: 38
- Lv10: 42
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 500
- AfterCastActDelay: 1000
- CoolDown: {
- Lv1: 2000
- Lv2: 4000
- Lv3: 6000
- Lv4: 8000
- Lv5: 10000
- Lv6: 12000
- Lv7: 14000
- Lv8: 16000
- Lv9: 18000
- Lv10: 20000
- }
- FixedCastTime: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 30
- Lv3: 30
- Lv4: 30
- Lv5: 30
- Lv6: 30
- Lv7: 30
- Lv8: 30
- Lv9: 30
- Lv10: 30
- }
- }
-},
-{
- Id: 5024
- Name: "SU_SPRITEMABLE"
- Description: "Spirit Marble"
- MaxLevel: 1
- NumberOfHits: 0
-},
-{
- Id: 5025
- Name: "SU_POWEROFLAND"
- Description: "Power of Land"
- MaxLevel: 1
- NumberOfHits: 0
-},
-{
- Id: 5026
- Name: "SU_SV_STEMSPEAR"
- Description: "Silvervine Stem Spear"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: {
- Lv1: "Ele_Earth"
- Lv2: "Ele_Fire"
- Lv3: "Ele_Water"
- Lv4: "Ele_Wind"
- Lv5: "Ele_Ghost"
- }
- InterruptCast: true
- CastTime: 2500
- AfterCastActDelay: 1000
- SkillData1: 10000
- FixedCastTime: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 40
- Lv3: 40
- Lv4: 40
- Lv5: 40
- Lv6: 40
- Lv7: 40
- Lv8: 40
- Lv9: 40
- Lv10: 40
- }
- }
-},
-{
- Id: 5027
- Name: "SU_CN_POWDERING"
- Description: "Catnip Powdering"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: {
- Lv1: 3
- Lv2: 3
- Lv3: 5
- Lv4: 5
- Lv5: 7
- }
- InterruptCast: true
- SkillInstances: 1
- CastTime: 1500
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 3000
- Lv2: 4000
- Lv3: 5000
- Lv4: 6000
- Lv5: 7000
- }
- FixedCastTime: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 36
- Lv3: 32
- Lv4: 28
- Lv5: 24
- }
- Items: {
- Catnip_Fruit: 1
- }
- }
- Unit: {
- Id: 0x106
- Layout: {
- Lv1: 1
- Lv2: 1
- Lv3: 2
- Lv4: 2
- Lv5: 3
- }
- Interval: -1
- Target: "Enemy"
- Flag: {
- UF_PATHCHECK: true
- UF_RANGEDSINGLEUNIT: true
- }
- }
-},
-{
- Id: 5028
- Name: "SU_CN_METEOR"
- Description: "Catnip Meteor"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- SplashRange: {
- Lv1: 3
- Lv2: 3
- Lv3: 5
- Lv4: 5
- Lv5: 7
- }
- NumberOfHits: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- }
- InterruptCast: true
- CastTime: 6000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 1500
- Lv2: 2000
- Lv3: 2500
- Lv4: 3000
- Lv5: 3500
- }
- SkillData2: 20000
- CoolDown: {
- Lv1: 2000
- Lv2: 3000
- Lv3: 4000
- Lv4: 5000
- Lv5: 6000
-
- }
- FixedCastTime: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 35
- Lv3: 50
- Lv4: 65
- Lv5: 80
- }
- Items: {
- Catnip_Fruit: 1
- }
- }
- Unit: {
- Id: 0x86
- Range: 1
- Interval: 500
- Target: "Enemy"
- Flag: {
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 5029
- Name: "SU_SV_ROOTTWIST"
- Description: "Silvervine Root Twist"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillInstances: 1
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 7000
- Lv2: 9000
- Lv3: 11000
- Lv4: 13000
- Lv5: 15000
- Lv6: 17000
- Lv7: 19000
- Lv8: 21000
- Lv9: 23000
- Lv10: 25000
- }
- CoolDown: 3000
- FixedCastTime: 0
- Requirements: {
- SPCost: {
- Lv1: 10
- Lv2: 12
- Lv3: 14
- Lv4: 16
- Lv5: 18
- Lv6: 20
- Lv7: 22
- Lv8: 24
- Lv9: 26
- Lv10: 28
- }
- }
- Unit: {
- Id: 0x107
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 5030
- Name: "SU_SV_ROOTTWIST_ATK"
- Description: "Silver Vine Root Twist Attack"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Poison"
- DamageType: {
- IgnoreElement: true
- IgnoreDefense: true
- }
- SkillInstances: 1
- AfterCastActDelay: 1000
- FixedCastTime: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 5031
- Name: "SU_POWEROFLIFE"
- Description: "Power of Life"
- MaxLevel: 1
- NumberOfHits: 0
-},
-{
- Id: 5032
- Name: "SU_SCAROFTAROU"
- Description: "Scar of Tarou"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- InterruptCast: true
- CastTime: 500
- AfterCastActDelay: 1000
- SkillData1: 9000
- SkillData2: 1000
- FixedCastTime: 0
- Requirements: {
- SPCost: {
- Lv1: 10
- Lv2: 14
- Lv3: 18
- Lv4: 22
- Lv5: 26
- Lv6: 30
- Lv7: 34
- Lv8: 38
- Lv9: 42
- Lv10: 46
- }
- }
-},
-{
- Id: 5033
- Name: "SU_PICKYPECK"
- Description: "Picky Peck"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: -5
- InterruptCast: true
- CastTime: 2500
- AfterCastActDelay: 1000
- FixedCastTime: 0
- Requirements: {
- SPCost: {
- Lv1: 10
- Lv2: 19
- Lv3: 28
- Lv4: 37
- Lv5: 46
- Lv6: 55
- Lv7: 64
- Lv8: 73
- Lv9: 82
- Lv10: 91
- }
- }
-},
-{
- Id: 5034
- Name: "SU_PICKYPECK_DOUBLE_ATK"
- Description: "Picky Peck Double Attack"
- MaxLevel: 5
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: -5
- InterruptCast: true
- AfterCastActDelay: 1000
- FixedCastTime: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 5035
- Name: "SU_ARCLOUSEDASH"
- Description: "Arclouse Dash"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2500
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 60000
- Lv2: 70000
- Lv3: 80000
- Lv4: 90000
- Lv5: 100000
- Lv6: 110000
- Lv7: 120000
- Lv8: 130000
- Lv9: 140000
- Lv10: 150000
- }
- CoolDown: 10000
- FixedCastTime: 0
- Requirements: {
- SPCost: {
- Lv1: 12
- Lv2: 20
- Lv3: 28
- Lv4: 36
- Lv5: 44
- Lv6: 52
- Lv7: 60
- Lv8: 68
- Lv9: 76
- Lv10: 84
- }
- }
-},
-{
- Id: 5036
- Name: "SU_LUNATICCARROTBEAT"
- Description: "Lunatic Carrot Beat"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 1
- Lv2: 1
- Lv3: 2
- Lv4: 2
- Lv5: 3
- Lv6: 3
- Lv7: 4
- Lv8: 4
- Lv9: 5
- Lv10: 5
- }
- NumberOfHits: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- InterruptCast: true
- CastTime: 3000
- AfterCastActDelay: 1000
- SkillData1: 1000
- CoolDown: 8000
- FixedCastTime: 0
- Requirements: {
- SPCost: {
- Lv1: 15
- Lv2: 25
- Lv3: 35
- Lv4: 45
- Lv5: 55
- Lv6: 65
- Lv7: 75
- Lv8: 85
- Lv9: 95
- Lv10: 105
- }
- }
-},
-{
- Id: 5037
- Name: "SU_POWEROFSEA"
- Description: "Power of Sea"
- MaxLevel: 1
- NumberOfHits: 0
-},
-{
- Id: 5038
- Name: "SU_TUNABELLY"
- Description: "Tuna Belly"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 1000
- CoolDown: {
- Lv1: 8000
- Lv2: 10000
- Lv3: 12000
- Lv4: 14000
- Lv5: 16000
- Lv6: 18000
- Lv7: 20000
- Lv8: 22000
- Lv9: 24000
- Lv10: 26000
- }
- FixedCastTime: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 30
- Lv3: 40
- Lv4: 50
- Lv5: 60
- Lv6: 70
- Lv7: 80
- Lv8: 90
- Lv9: 100
- Lv10: 110
- }
- }
-},
-{
- Id: 5039
- Name: "SU_TUNAPARTY"
- Description: "Tuna Party"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- AfterCastActDelay: 1000
- SkillData1: 30000
- CoolDown: 20000
- FixedCastTime: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 30
- Lv3: 40
- Lv4: 50
- Lv5: 60
- Lv6: 70
- Lv7: 80
- Lv8: 90
- Lv9: 100
- Lv10: 110
- }
- }
-},
-{
- Id: 5040
- Name: "SU_BUNCHOFSHRIMP"
- Description: "Bunch of Shrimp"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: -1
- InterruptCast: true
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 60000
- Lv2: 90000
- Lv3: 120000
- Lv4: 150000
- Lv5: 180000
- Lv6: 210000
- Lv7: 240000
- Lv8: 270000
- Lv9: 300000
- Lv10: 330000
- }
- CoolDown: 10000
- FixedCastTime: 0
- Requirements: {
- SPCost: {
- Lv1: 44
- Lv2: 48
- Lv3: 52
- Lv4: 56
- Lv5: 60
- Lv6: 64
- Lv7: 68
- Lv8: 72
- Lv9: 76
- Lv10: 80
- }
- Items: {
- Prawn: 1
- }
-
- }
-},
-{
- Id: 5041
- Name: "SU_FRESHSHRIMP"
- Description: "Fresh Shrimp"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- InterruptCast: true
- AfterCastActDelay: 1000
- SkillData1: 120000
- CoolDown: 7000
- FixedCastTime: 0
- Requirements: {
- SPCost: {
- Lv1: 22
- Lv2: 24
- Lv3: 26
- Lv4: 28
- Lv5: 30
- Lv6: 32
- Lv7: 34
- Lv8: 36
- Lv9: 38
- Lv10: 40
- }
- }
-},
-{
- Id: 5042
- Name: "SU_CN_METEOR_ATK"
- Description: ""
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Chorus: true
- }
- AttackType: "Magic"
- InterruptCast: true
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 35
- Lv3: 50
- Lv4: 65
- Lv5: 80
- }
- Items: {
- Catnip_Fruit: 1
- }
- }
-},
-{
- Id: 5043
- Name: "SU_LUNATICCARROTBEAT2"
- Description: "Lunatic Carrot Beat 2"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- Chorus: true
- }
- AttackType: "Weapon"
- InterruptCast: true
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 8001
- Name: "HLIF_HEAL"
- Description: "Healing Touch"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 2000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 13
- Lv2: 16
- Lv3: 19
- Lv4: 22
- Lv5: 25
- Lv6: 28
- Lv7: 31
- Lv8: 34
- Lv9: 37
- Lv10: 40
- }
- Items: {
- Red_Slim_Potion: 1
- }
- }
-},
-{
- Id: 8002
- Name: "HLIF_AVOID"
- Description: "Avoid"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: -1
- AfterCastActDelay: 35000
- SkillData1: {
- Lv1: 40000
- Lv2: 35000
- Lv3: 30000
- Lv4: 25000
- Lv5: 20000
- Lv6: 15000
- Lv7: 10000
- Lv8: 5000
- Lv9: 1
- Lv10: 1
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 25
- Lv3: 30
- Lv4: 35
- Lv5: 40
- Lv6: 45
- Lv7: 50
- Lv8: 55
- Lv9: 60
- Lv10: 65
- }
- }
-},
-{
- Id: 8003
- Name: "HLIF_BRAIN"
- Description: "Brain Surgery"
- MaxLevel: 5
- SplashRange: 1
- NumberOfHits: 0
-},
-{
- Id: 8004
- Name: "HLIF_CHANGE"
- Description: "Change"
- MaxLevel: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- AfterCastActDelay: {
- Lv1: 600000
- Lv2: 900000
- Lv3: 1200000
- Lv4: 1500000
- Lv5: 1800000
- Lv6: 2100000
- Lv7: 2400000
- Lv8: 2700000
- Lv9: 3000000
- Lv10: 3300000
- }
- SkillData1: {
- Lv1: 60000
- Lv2: 120000
- Lv3: 180000
- Lv4: 240000
- Lv5: 300000
- Lv6: 360000
- Lv7: 420000
- Lv8: 480000
- Lv9: 540000
- Lv10: 600000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 100
- }
-},
-{
- Id: 8005
- Name: "HAMI_CASTLE"
- Description: "Castling"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- SkillData2: {
- Lv1: 60000
- Lv2: 70000
- Lv3: 80000
- Lv4: 90000
- Lv5: 129000
- Lv6: 129000
- Lv7: 129000
- Lv8: 129000
- Lv9: 129000
- Lv10: 129000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 8006
- Name: "HAMI_DEFENCE"
- Description: "Defense"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- SkillData1: {
- Lv1: 40000
- Lv2: 35000
- Lv3: 30000
- Lv4: 25000
- Lv5: 20000
- Lv6: 15000
- Lv7: 10000
- Lv8: 5000
- Lv9: 1
- Lv10: 1
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 25
- Lv3: 30
- Lv4: 35
- Lv5: 40
- Lv6: 45
- Lv7: 50
- Lv8: 55
- Lv9: 60
- Lv10: 65
- }
- }
-},
-{
- Id: 8007
- Name: "HAMI_SKIN"
- Description: "Adamantium Skin"
- MaxLevel: 5
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
-},
-{
- Id: 8008
- Name: "HAMI_BLOODLUST"
- Description: "Bloodlust"
- MaxLevel: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- SkillData1: {
- Lv1: 60000
- Lv2: 180000
- Lv3: 300000
- Lv4: 420000
- Lv5: 540000
- Lv6: 660000
- Lv7: 780000
- Lv8: 900000
- Lv9: 1020000
- Lv10: 1140000
- }
- SkillData2: {
- Lv1: 300000
- Lv2: 600000
- Lv3: 900000
- Lv4: 1200000
- Lv5: 1500000
- Lv6: 1800000
- Lv7: 2100000
- Lv8: 2400000
- Lv9: 2700000
- Lv10: 3000000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 120
- }
-},
-{
- Id: 8009
- Name: "HFLI_MOON"
- Description: "Moonlight"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- NumberOfHits: {
- Lv1: -1
- Lv2: -2
- Lv3: -2
- Lv4: -2
- Lv5: -3
- Lv6: -3
- Lv7: -3
- Lv8: -3
- Lv9: -3
- Lv10: -3
- }
- AfterCastWalkDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 4
- Lv2: 8
- Lv3: 12
- Lv4: 16
- Lv5: 20
- Lv6: 24
- Lv7: 28
- Lv8: 32
- Lv9: 36
- Lv10: 40
- }
- }
-},
-{
- Id: 8010
- Name: "HFLI_FLEET"
- Description: "Fleeting Move"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- SkillData1: {
- Lv1: 60000
- Lv2: 55000
- Lv3: 50000
- Lv4: 45000
- Lv5: 40000
- Lv6: 35000
- Lv7: 30000
- Lv8: 25000
- Lv9: 20000
- Lv10: 15000
- }
- SkillData2: {
- Lv1: 60000
- Lv2: 70000
- Lv3: 80000
- Lv4: 90000
- Lv5: 120000
- Lv6: 120000
- Lv7: 120000
- Lv8: 120000
- Lv9: 120000
- Lv10: 120000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 40
- Lv3: 50
- Lv4: 60
- Lv5: 70
- Lv6: 80
- Lv7: 90
- Lv8: 100
- Lv9: 110
- Lv10: 120
- }
- }
-},
-{
- Id: 8011
- Name: "HFLI_SPEED"
- Description: "Speed"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- InterruptCast: true
- SkillData1: {
- Lv1: 60000
- Lv2: 55000
- Lv3: 50000
- Lv4: 45000
- Lv5: 40000
- Lv6: 35000
- Lv7: 30000
- Lv8: 25000
- Lv9: 20000
- Lv10: 15000
- }
- SkillData2: {
- Lv1: 60000
- Lv2: 70000
- Lv3: 80000
- Lv4: 90000
- Lv5: 120000
- Lv6: 120000
- Lv7: 120000
- Lv8: 120000
- Lv9: 120000
- Lv10: 120000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 40
- Lv3: 50
- Lv4: 60
- Lv5: 70
- Lv6: 80
- Lv7: 90
- Lv8: 100
- Lv9: 110
- Lv10: 120
- }
- }
-},
-{
- Id: 8012
- Name: "HFLI_SBR44"
- Description: "S.B.R.44"
- MaxLevel: 3
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- NumberOfHits: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 8013
- Name: "HVAN_CAPRICE"
- Description: "Caprice"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- NumberOfHits: {
- Lv1: 1
- Lv2: 2
- Lv3: 3
- Lv4: 4
- Lv5: 5
- Lv6: 6
- Lv7: 7
- Lv8: 8
- Lv9: 9
- Lv10: 10
- }
- AfterCastActDelay: {
- Lv1: 1000
- Lv2: 1200
- Lv3: 1400
- Lv4: 1600
- Lv5: 1800
- Lv6: 2000
- Lv7: 2200
- Lv8: 2400
- Lv9: 2600
- Lv10: 2800
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 22
- Lv2: 24
- Lv3: 26
- Lv4: 28
- Lv5: 30
- Lv6: 32
- Lv7: 34
- Lv8: 36
- Lv9: 38
- Lv10: 40
- }
- }
-},
-{
- Id: 8014
- Name: "HVAN_CHAOTIC"
- Description: "Benediction of Chaos"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- AfterCastActDelay: 1000
- AfterCastWalkDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: 40
- }
-},
-{
- Id: 8015
- Name: "HVAN_INSTRUCT"
- Description: "Instruct"
- MaxLevel: 5
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
-},
-{
- Id: 8016
- Name: "HVAN_EXPLOSION"
- Description: "Bio Explosion"
- MaxLevel: 3
- Range: 4
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Misc"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- IgnoreElement: true
- IgnoreFlee: true
- IgnoreDefCards: true
- }
- SplashRange: 4
- AfterCastWalkDelay: 1000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 8018
- Name: "MH_SUMMON_LEGION"
- Description: "Summon Legion"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- CastTime: {
- Lv1: 1600
- Lv2: 1400
- Lv3: 1200
- Lv4: 1000
- Lv5: 800
- Lv6: 600
- Lv7: 400
- Lv8: 200
- Lv9: 1
- Lv10: 1
- }
- SkillData1: {
- Lv1: 20000
- Lv2: 30000
- Lv3: 40000
- Lv4: 50000
- Lv5: 60000
- Lv6: 70000
- Lv7: 80000
- Lv8: 90000
- Lv9: 100000
- Lv10: 110000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 60
- Lv2: 80
- Lv3: 100
- Lv4: 120
- Lv5: 140
- Lv6: 160
- Lv7: 180
- Lv8: 200
- Lv9: 220
- Lv10: 240
- }
- }
-},
-{
- Id: 8019
- Name: "MH_NEEDLE_OF_PARALYZE"
- Description: "Needle of Paralyze"
- MaxLevel: 5
- Range: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Poison"
- CastTime: {
- Lv1: 1000
- Lv2: 1100
- Lv3: 1200
- Lv4: 1300
- Lv5: 1400
- Lv6: 1500
- Lv7: 1600
- Lv8: 1700
- Lv9: 1800
- Lv10: 1900
- }
- SkillData1: {
- Lv1: 12000
- Lv2: 14000
- Lv3: 16000
- Lv4: 18000
- Lv5: 20000
- Lv6: 22000
- Lv7: 24000
- Lv8: 26000
- Lv9: 28000
- Lv10: 30000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 48
- Lv2: 60
- Lv3: 72
- Lv4: 84
- Lv5: 96
- Lv6: 108
- Lv7: 120
- Lv8: 132
- Lv9: 144
- Lv10: 156
- }
- }
-},
-{
- Id: 8020
- Name: "MH_POISON_MIST"
- Description: "Poison Mist"
- MaxLevel: 5
- Range: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Weapon"
- Element: "Ele_Poison"
- SkillInstances: 1
- CastTime: {
- Lv1: 500
- Lv2: 700
- Lv3: 900
- Lv4: 1100
- Lv5: 1300
- Lv6: 1500
- Lv7: 1700
- Lv8: 1900
- Lv9: 2100
- Lv10: 2300
- }
- SkillData1: {
- Lv1: 12000
- Lv2: 14000
- Lv3: 16000
- Lv4: 18000
- Lv5: 20000
- Lv6: 22000
- Lv7: 24000
- Lv8: 26000
- Lv9: 28000
- Lv10: 30000
- }
- SkillData2: {
- Lv1: 4000
- Lv2: 6000
- Lv3: 8000
- Lv4: 10000
- Lv5: 12000
- Lv6: 14000
- Lv7: 16000
- Lv8: 18000
- Lv9: 20000
- Lv10: 22000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 65
- Lv2: 75
- Lv3: 85
- Lv4: 95
- Lv5: 105
- Lv6: 115
- Lv7: 125
- Lv8: 135
- Lv9: 145
- Lv10: 155
- }
- }
- Unit: {
- Id: 0xf5
- Range: 3
- Interval: 2300
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 8021
- Name: "MH_PAIN_KILLER"
- Description: "Pain Killer"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- }
- CastTime: {
- Lv1: 1000
- Lv2: 1200
- Lv3: 1400
- Lv4: 1600
- Lv5: 1800
- Lv6: 2000
- Lv7: 2200
- Lv8: 2400
- Lv9: 2600
- Lv10: 2800
- }
- SkillData1: {
- Lv1: 20000
- Lv2: 30000
- Lv3: 40000
- Lv4: 50000
- Lv5: 60000
- Lv6: 70000
- Lv7: 80000
- Lv8: 90000
- Lv9: 100000
- Lv10: 110000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 48
- Lv2: 52
- Lv3: 56
- Lv4: 60
- Lv5: 64
- Lv6: 68
- Lv7: 72
- Lv8: 76
- Lv9: 80
- Lv10: 84
- }
- }
-},
-{
- Id: 8022
- Name: "MH_LIGHT_OF_REGENE"
- Description: "Light of Regene"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SplashRange: 0
- SkillData1: {
- Lv1: 360000
- Lv2: 420000
- Lv3: 480000
- Lv4: 540000
- Lv5: 600000
- Lv6: 660000
- Lv7: 720000
- Lv8: 780000
- Lv9: 840000
- Lv10: 900000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 50
- Lv3: 60
- Lv4: 70
- Lv5: 80
- Lv6: 90
- Lv7: 100
- Lv8: 110
- Lv9: 120
- Lv10: 130
- }
- }
-},
-{
- Id: 8023
- Name: "MH_OVERED_BOOST"
- Description: "Overed Boost"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SplashRange: 0
- CastTime: {
- Lv1: 800
- Lv2: 700
- Lv3: 600
- Lv4: 500
- Lv5: 400
- Lv6: 300
- Lv7: 200
- Lv8: 100
- Lv9: 1
- Lv10: 1
- }
- SkillData1: {
- Lv1: 30000
- Lv2: 45000
- Lv3: 60000
- Lv4: 75000
- Lv5: 90000
- Lv6: 105000
- Lv7: 120000
- Lv8: 135000
- Lv9: 150000
- Lv10: 165000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 70
- Lv2: 90
- Lv3: 110
- Lv4: 130
- Lv5: 150
- Lv6: 170
- Lv7: 190
- Lv8: 210
- Lv9: 230
- Lv10: 250
- }
- }
-},
-{
- Id: 8024
- Name: "MH_ERASER_CUTTER"
- Description: "Eraser Cutter"
- MaxLevel: 5
- Range: 7
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: {
- Lv1: "Ele_Wind"
- Lv2: "Ele_Neutral"
- Lv3: "Ele_Wind"
- Lv4: "Ele_Neutral"
- Lv5: "Ele_Wind"
- }
- NumberOfHits: -6
- InterruptCast: true
- CastTime: {
- Lv1: 1000
- Lv2: 1500
- Lv3: 2000
- Lv4: 2500
- Lv5: 3000
- Lv6: 3500
- Lv7: 4000
- Lv8: 4500
- Lv9: 5000
- Lv10: 5500
- }
- AfterCastActDelay: 2000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 25
- Lv2: 30
- Lv3: 35
- Lv4: 40
- Lv5: 45
- Lv6: 50
- Lv7: 55
- Lv8: 60
- Lv9: 65
- Lv10: 70
- }
- }
-},
-{
- Id: 8025
- Name: "MH_XENO_SLASHER"
- Description: "Xeno Slasher"
- MaxLevel: 5
- Range: 7
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Place: true
- }
- AttackType: "Magic"
- Element: {
- Lv1: "Ele_Wind"
- Lv2: "Ele_Neutral"
- Lv3: "Ele_Wind"
- Lv4: "Ele_Neutral"
- Lv5: "Ele_Wind"
- }
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 2
- Lv2: 2
- Lv3: 3
- Lv4: 3
- Lv5: 4
- Lv6: 4
- Lv7: 5
- Lv8: 5
- Lv9: 6
- Lv10: 6
- }
- NumberOfHits: -6
- CastTime: {
- Lv1: 1500
- Lv2: 2500
- Lv3: 3500
- Lv4: 4500
- Lv5: 5500
- Lv6: 6500
- Lv7: 7500
- Lv8: 8500
- Lv9: 9500
- Lv10: 10500
- }
- AfterCastActDelay: 5000
- SkillData1: 500
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 90
- Lv2: 100
- Lv3: 110
- Lv4: 120
- Lv5: 130
- Lv6: 140
- Lv7: 150
- Lv8: 160
- Lv9: 170
- Lv10: 180
- }
- }
- Unit: {
- Id: 0x86
- Range: {
- Lv1: 2
- Lv2: 2
- Lv3: 3
- Lv4: 3
- Lv5: 4
- Lv6: 4
- Lv7: 5
- Lv8: 5
- Lv9: 6
- Lv10: 6
- }
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 8026
- Name: "MH_SILENT_BREEZE"
- Description: "Silent Breeze"
- MaxLevel: 5
- Range: {
- Lv1: 5
- Lv2: 5
- Lv3: 7
- Lv4: 7
- Lv5: 9
- Lv6: 9
- Lv7: 11
- Lv8: 11
- Lv9: 13
- Lv10: 13
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- CastTime: {
- Lv1: 1000
- Lv2: 1200
- Lv3: 1400
- Lv4: 1600
- Lv5: 1800
- Lv6: 2000
- Lv7: 2200
- Lv8: 2400
- Lv9: 2600
- Lv10: 2800
- }
- SkillData1: {
- Lv1: 9000
- Lv2: 12000
- Lv3: 15000
- Lv4: 18000
- Lv5: 21000
- Lv6: 24000
- Lv7: 27000
- Lv8: 30000
- Lv9: 33000
- Lv10: 36000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 45
- Lv2: 54
- Lv3: 63
- Lv4: 72
- Lv5: 81
- Lv6: 90
- Lv7: 99
- Lv8: 108
- Lv9: 117
- Lv10: 126
- }
- }
-},
-{
- Id: 8027
- Name: "MH_STYLE_CHANGE"
- Description: "Style Change"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 35
- }
-},
-{
- Id: 8028
- Name: "MH_SONIC_CRAW"
- Description: "Sonic Claw"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 25
- Lv3: 30
- Lv4: 35
- Lv5: 40
- Lv6: 45
- Lv7: 50
- Lv8: 55
- Lv9: 60
- Lv10: 65
- }
- State: "MH_Fighting"
- }
-},
-{
- Id: 8029
- Name: "MH_SILVERVEIN_RUSH"
- Description: "Silver Bain Rush"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Weapon"
- Requirements: {
- SPCost: {
- Lv1: 10
- Lv2: 15
- Lv3: 20
- Lv4: 25
- Lv5: 30
- Lv6: 35
- Lv7: 40
- Lv8: 45
- Lv9: 50
- Lv10: 55
- }
- SpiritSphereCost: 1
- }
-},
-{
- Id: 8030
- Name: "MH_MIDNIGHT_FRENZY"
- Description: "Midnight Frenzy"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Weapon"
- Requirements: {
- SPCost: {
- Lv1: 8
- Lv2: 16
- Lv3: 24
- Lv4: 32
- Lv5: 40
- Lv6: 48
- Lv7: 56
- Lv8: 64
- Lv9: 72
- Lv10: 80
- }
- SpiritSphereCost: 2
- }
-},
-{
- Id: 8031
- Name: "MH_STAHL_HORN"
- Description: "Steel Horn"
- MaxLevel: 5
- Range: {
- Lv1: 5
- Lv2: 6
- Lv3: 7
- Lv4: 8
- Lv5: 9
- Lv6: 10
- Lv7: 11
- Lv8: 12
- Lv9: 13
- Lv10: 14
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- KnockBackTiles: 3
- CastTime: {
- Lv1: 800
- Lv2: 600
- Lv3: 400
- Lv4: 200
- Lv5: 0
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- SkillData1: 5000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 40
- Lv2: 45
- Lv3: 50
- Lv4: 55
- Lv5: 60
- Lv6: 65
- Lv7: 70
- Lv8: 75
- Lv9: 80
- Lv10: 85
- }
- }
-},
-{
- Id: 8032
- Name: "MH_GOLDENE_FERSE"
- Description: "Golden Heel"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- CastTime: {
- Lv1: 1000
- Lv2: 1200
- Lv3: 1400
- Lv4: 1600
- Lv5: 1800
- Lv6: 2000
- Lv7: 2200
- Lv8: 2400
- Lv9: 2600
- Lv10: 2800
- }
- SkillData1: {
- Lv1: 30000
- Lv2: 45000
- Lv3: 60000
- Lv4: 75000
- Lv5: 90000
- Lv6: 105000
- Lv7: 120000
- Lv8: 135000
- Lv9: 150000
- Lv10: 165000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 60
- Lv2: 65
- Lv3: 70
- Lv4: 75
- Lv5: 80
- Lv6: 85
- Lv7: 90
- Lv8: 95
- Lv9: 100
- Lv10: 105
- }
- }
-},
-{
- Id: 8033
- Name: "MH_STEINWAND"
- Description: "Stone Wall"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- CastTime: 1000
- SkillData1: {
- Lv1: 30000
- Lv2: 45000
- Lv3: 60000
- Lv4: 75000
- Lv5: 90000
- Lv6: 105000
- Lv7: 120000
- Lv8: 135000
- Lv9: 150000
- Lv10: 165000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 80
- Lv2: 90
- Lv3: 100
- Lv4: 110
- Lv5: 120
- Lv6: 130
- Lv7: 140
- Lv8: 150
- Lv9: 160
- Lv10: 170
- }
- }
- Unit: {
- Id: 0x7e
- Interval: -1
- Target: "All"
- Flag: {
- UF_DEFNOTENEMY: true
- UF_NOREITERATION: true
- }
- }
-},
-{
- Id: 8034
- Name: "MH_HEILIGE_STANGE"
- Description: "Holy Pole"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Holy"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 1
- Lv2: 1
- Lv3: 1
- Lv4: 1
- Lv5: 2
- Lv6: 2
- Lv7: 2
- Lv8: 2
- Lv9: 2
- Lv10: 2
- }
- CastTime: {
- Lv1: 200
- Lv2: 400
- Lv3: 600
- Lv4: 800
- Lv5: 1000
- Lv6: 1200
- Lv7: 1400
- Lv8: 1600
- Lv9: 1800
- Lv10: 2000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 60
- Lv2: 68
- Lv3: 76
- Lv4: 84
- Lv5: 100
- Lv6: 100
- Lv7: 100
- Lv8: 100
- Lv9: 100
- Lv10: 100
- }
- }
-},
-{
- Id: 8035
- Name: "MH_ANGRIFFS_MODUS"
- Description: "Attack Mode"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- CastTime: {
- Lv1: 200
- Lv2: 400
- Lv3: 600
- Lv4: 800
- Lv5: 1000
- Lv6: 1200
- Lv7: 1400
- Lv8: 1600
- Lv9: 1800
- Lv10: 2000
- }
- SkillData1: {
- Lv1: 30000
- Lv2: 45000
- Lv3: 60000
- Lv4: 75000
- Lv5: 90000
- Lv6: 105000
- Lv7: 120000
- Lv8: 135000
- Lv9: 150000
- Lv10: 165000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 60
- Lv2: 65
- Lv3: 70
- Lv4: 75
- Lv5: 80
- Lv6: 85
- Lv7: 90
- Lv8: 95
- Lv9: 100
- Lv10: 105
- }
- }
-},
-{
- Id: 8036
- Name: "MH_TINDER_BREAKER"
- Description: "Tinder Breaker"
- MaxLevel: 5
- Range: {
- Lv1: 3
- Lv2: 4
- Lv3: 5
- Lv4: 6
- Lv5: 7
- Lv6: 8
- Lv7: 9
- Lv8: 10
- Lv9: 11
- Lv10: 12
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 25
- Lv3: 30
- Lv4: 35
- Lv5: 40
- Lv6: 45
- Lv7: 50
- Lv8: 55
- Lv9: 60
- Lv10: 65
- }
- State: "MH_Grappling"
- SpiritSphereCost: 1
- }
-},
-{
- Id: 8037
- Name: "MH_CBC"
- Description: "Continual Break Combo"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Weapon"
- Requirements: {
- SPCost: {
- Lv1: 10
- Lv2: 20
- Lv3: 30
- Lv4: 40
- Lv5: 50
- Lv6: 60
- Lv7: 70
- Lv8: 80
- Lv9: 90
- Lv10: 100
- }
- SpiritSphereCost: 1
- }
-},
-{
- Id: 8038
- Name: "MH_EQC"
- Description: "Eternal Quick Combo"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- SkillInfo: {
- NoCastSelf: true
- }
- AttackType: "Weapon"
- Requirements: {
- SPCost: {
- Lv1: 24
- Lv2: 28
- Lv3: 32
- Lv4: 36
- Lv5: 40
- Lv6: 44
- Lv7: 48
- Lv8: 52
- Lv9: 56
- Lv10: 60
- }
- SpiritSphereCost: 2
- }
-},
-{
- Id: 8039
- Name: "MH_MAGMA_FLOW"
- Description: "Magma Flow"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: "Ele_Fire"
- DamageType: {
- SplashArea: true
- }
- SplashRange: {
- Lv1: 1
- Lv2: 1
- Lv3: 1
- Lv4: 2
- Lv5: 2
- Lv6: 2
- Lv7: 2
- Lv8: 2
- Lv9: 2
- Lv10: 2
- }
- CastTime: {
- Lv1: 2000
- Lv2: 2500
- Lv3: 3000
- Lv4: 3500
- Lv5: 4000
- Lv6: 4500
- Lv7: 5000
- Lv8: 5500
- Lv9: 6000
- Lv10: 6500
- }
- SkillData1: {
- Lv1: 30000
- Lv2: 45000
- Lv3: 60000
- Lv4: 75000
- Lv5: 90000
- Lv6: 105000
- Lv7: 120000
- Lv8: 135000
- Lv9: 150000
- Lv10: 165000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 34
- Lv2: 38
- Lv3: 42
- Lv4: 46
- Lv5: 50
- Lv6: 54
- Lv7: 58
- Lv8: 62
- Lv9: 66
- Lv10: 70
- }
- }
-},
-{
- Id: 8040
- Name: "MH_GRANITIC_ARMOR"
- Description: "Granitic Armor"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- CastTime: {
- Lv1: 6000
- Lv2: 5500
- Lv3: 5000
- Lv4: 4500
- Lv5: 4000
- Lv6: 3500
- Lv7: 3000
- Lv8: 2500
- Lv9: 2000
- Lv10: 1500
- }
- SkillData1: 60000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 54
- Lv2: 58
- Lv3: 62
- Lv4: 66
- Lv5: 70
- Lv6: 74
- Lv7: 78
- Lv8: 82
- Lv9: 86
- Lv10: 90
- }
- }
-},
-{
- Id: 8041
- Name: "MH_LAVA_SLIDE"
- Description: "Lava Slide"
- MaxLevel: 5
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- AttackType: "Weapon"
- Element: "Ele_Fire"
- DamageType: {
- SplashArea: true
- }
- SkillInstances: 1
- CastTime: {
- Lv1: 6000
- Lv2: 5500
- Lv3: 5000
- Lv4: 4500
- Lv5: 4000
- Lv6: 3500
- Lv7: 3000
- Lv8: 2500
- Lv9: 2000
- Lv10: 1500
- }
- SkillData1: {
- Lv1: 12000
- Lv2: 14000
- Lv3: 16000
- Lv4: 18000
- Lv5: 20000
- Lv6: 22000
- Lv7: 24000
- Lv8: 26000
- Lv9: 28000
- Lv10: 30000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 30
- Lv2: 35
- Lv3: 40
- Lv4: 45
- Lv5: 50
- Lv6: 55
- Lv7: 60
- Lv8: 65
- Lv9: 70
- Lv10: 75
- }
- }
- Unit: {
- Id: 0xf6
- Layout: {
- Lv1: 1
- Lv2: 1
- Lv3: 2
- Lv4: 2
- Lv5: 3
- Lv6: 3
- Lv7: 4
- Lv8: 4
- Lv9: 5
- Lv10: 5
- }
- Interval: 2000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 8042
- Name: "MH_PYROCLASTIC"
- Description: "Pyroclastic"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- Element: "Ele_Fire"
- DamageType: {
- NoDamage: true
- }
- CastTime: {
- Lv1: 5000
- Lv2: 4500
- Lv3: 4000
- Lv4: 3500
- Lv5: 3000
- Lv6: 2500
- Lv7: 2000
- Lv8: 1500
- Lv9: 1000
- Lv10: 500
- }
- SkillData1: {
- Lv1: 60000
- Lv2: 90000
- Lv3: 120000
- Lv4: 150000
- Lv5: 180000
- Lv6: 210000
- Lv7: 240000
- Lv8: 270000
- Lv9: 300000
- Lv10: 330000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 28
- Lv3: 36
- Lv4: 44
- Lv5: 52
- Lv6: 60
- Lv7: 68
- Lv8: 76
- Lv9: 84
- Lv10: 92
- }
- }
-},
-{
- Id: 8043
- Name: "MH_VOLCANIC_ASH"
- Description: "Volcanic Ash"
- MaxLevel: 5
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillInstances: 3
- CastTime: {
- Lv1: 5000
- Lv2: 4500
- Lv3: 4000
- Lv4: 3500
- Lv5: 3000
- Lv6: 2500
- Lv7: 2000
- Lv8: 1500
- Lv9: 1000
- Lv10: 500
- }
- SkillData1: {
- Lv1: 12000
- Lv2: 14000
- Lv3: 16000
- Lv4: 18000
- Lv5: 20000
- Lv6: 22000
- Lv7: 24000
- Lv8: 26000
- Lv9: 28000
- Lv10: 30000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 60
- Lv2: 65
- Lv3: 70
- Lv4: 75
- Lv5: 80
- Lv6: 85
- Lv7: 90
- Lv8: 95
- Lv9: 100
- Lv10: 105
- }
- }
- Unit: {
- Id: 0xf7
- Layout: 1
- Interval: -1
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- UF_RANGEDSINGLEUNIT: true
- }
- }
-},
-{
- Id: 8201
- Name: "MS_BASH"
- Description: "Bash"
- MaxLevel: 10
- Range: -1
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- Requirements: {
- SPCost: {
- Lv1: 8
- Lv2: 8
- Lv3: 8
- Lv4: 8
- Lv5: 8
- Lv6: 15
- Lv7: 15
- Lv8: 15
- Lv9: 15
- Lv10: 15
- }
- WeaponTypes: {
- NoWeapon: true
- Daggers: true
- 1HSwords: true
- 2HSwords: true
- 1HSpears: true
- 2HSpears: true
- 1HAxes: true
- 2HAxes: true
- Maces: true
- 2HMaces: true
- Staves: true
- Knuckles: true
- Instruments: true
- Whips: true
- Books: true
- Katars: true
- Revolvers: true
- Rifles: true
- GatlingGuns: true
- Shotguns: true
- GrenadeLaunchers: true
- FuumaShurikens: true
- }
- }
-},
-{
- Id: 8202
- Name: "MS_MAGNUM"
- Description: "Magnum_Break"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: "Ele_Fire"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 2
- KnockBackTiles: 2
- AfterCastWalkDelay: 2000
- SkillData1: 2000
- SkillData2: 10000
- CoolDown: 0
- Requirements: {
- HPCost: {
- Lv1: 20
- Lv2: 20
- Lv3: 19
- Lv4: 19
- Lv5: 18
- Lv6: 18
- Lv7: 17
- Lv8: 17
- Lv9: 16
- Lv10: 16
- }
- SPCost: 30
- }
-},
-{
- Id: 8203
- Name: "MS_BOWLINGBASH"
- Description: "Bowling_Bash"
- MaxLevel: 10
- Range: -2
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 1
- KnockBackTiles: 1
- CastTime: 700
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 13
- Lv2: 14
- Lv3: 15
- Lv4: 16
- Lv5: 17
- Lv6: 18
- Lv7: 19
- Lv8: 20
- Lv9: 21
- Lv10: 22
- }
- }
-},
-{
- Id: 8204
- Name: "MS_PARRYING"
- Description: "Parry"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 15000
- Lv2: 20000
- Lv3: 25000
- Lv4: 30000
- Lv5: 35000
- Lv6: 40000
- Lv7: 45000
- Lv8: 50000
- Lv9: 55000
- Lv10: 60000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 50
- }
-},
-{
- Id: 8205
- Name: "MS_REFLECTSHIELD"
- Description: "Shield_Reflect"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- SkillData1: 300000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 35
- Lv2: 40
- Lv3: 45
- Lv4: 50
- Lv5: 55
- Lv6: 60
- Lv7: 65
- Lv8: 70
- Lv9: 75
- Lv10: 80
- }
- }
-},
-{
- Id: 8206
- Name: "MS_BERSERK"
- Description: "Frenzy"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 300000
- SkillData2: 15000
- CoolDown: 0
- Requirements: {
- SPCost: 100
- }
-},
-{
- Id: 8207
- Name: "MA_DOUBLE"
- Description: "Double_Strafe"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: 2
- SkillData1: 100
- CoolDown: 0
- Requirements: {
- SPCost: 12
- AmmoTypes: {
- A_ARROW: true
- }
- AmmoAmount: 1
- }
-},
-{
- Id: 8208
- Name: "MA_SHOWER"
- Description: "Arrow_Shower"
- MaxLevel: 10
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- IgnoreLandProtector: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- SplashRange: 2
- KnockBackTiles: 2
- SkillData1: 100
- CoolDown: 0
- Requirements: {
- SPCost: 15
- AmmoTypes: {
- A_ARROW: true
- }
- AmmoAmount: 1
- }
- Unit: {
- Id: 0x86
- Range: 2
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_SKILL: true
- }
- }
-},
-{
- Id: 8209
- Name: "MA_SKIDTRAP"
- Description: "Skid_Trap"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- KnockBackTiles: {
- Lv1: 6
- Lv2: 7
- Lv3: 8
- Lv4: 9
- Lv5: 10
- Lv6: 11
- Lv7: 12
- Lv8: 13
- Lv9: 14
- Lv10: 15
- }
- SkillData1: {
- Lv1: 300000
- Lv2: 240000
- Lv3: 180000
- Lv4: 120000
- Lv5: 60000
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- CoolDown: 0
- Requirements: {
- SPCost: 10
- }
- Unit: {
- Id: 0x90
- Range: 1
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- }
- }
-},
-{
- Id: 8210
- Name: "MA_LANDMINE"
- Description: "Land_Mine"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- }
- AttackType: "Misc"
- Element: "Ele_Earth"
- DamageType: {
- IgnoreFlee: true
- }
- SkillData1: {
- Lv1: 200000
- Lv2: 160000
- Lv3: 120000
- Lv4: 80000
- Lv5: 40000
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- SkillData2: 5000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- }
- Unit: {
- Id: 0x93
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- }
- }
-},
-{
- Id: 8211
- Name: "MA_SANDMAN"
- Description: "Sandman"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 2
- SkillData1: {
- Lv1: 150000
- Lv2: 120000
- Lv3: 90000
- Lv4: 60000
- Lv5: 30000
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- SkillData2: {
- Lv1: 12000
- Lv2: 14000
- Lv3: 16000
- Lv4: 18000
- Lv5: 20000
- Lv6: 22000
- Lv7: 24000
- Lv8: 26000
- Lv9: 28000
- Lv10: 30000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 12
- }
- Unit: {
- Id: 0x95
- Range: 1
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- }
- }
-},
-{
- Id: 8212
- Name: "MA_FREEZINGTRAP"
- Description: "Freezing_Trap"
- MaxLevel: 5
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Place: true
- }
- SkillInfo: {
- Trap: true
- }
- AttackType: "Weapon"
- Element: "Ele_Water"
- DamageType: {
- SplashArea: true
- IgnoreFlee: true
- }
- SplashRange: 1
- SkillData1: {
- Lv1: 150000
- Lv2: 120000
- Lv3: 90000
- Lv4: 60000
- Lv5: 30000
- Lv6: 1
- Lv7: 1
- Lv8: 1
- Lv9: 1
- Lv10: 1
- }
- SkillData2: {
- Lv1: 3000
- Lv2: 6000
- Lv3: 9000
- Lv4: 12000
- Lv5: 15000
- Lv6: 18000
- Lv7: 21000
- Lv8: 24000
- Lv9: 27000
- Lv10: 30000
- }
- CoolDown: 0
- Requirements: {
- SPCost: 10
- }
- Unit: {
- Id: 0x97
- Range: 1
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOREITERATION: true
- UF_NOFOOTSET: true
- }
- }
-},
-{
- Id: 8213
- Name: "MA_REMOVETRAP"
- Description: "Remove_Trap"
- MaxLevel: 1
- Range: 2
- Hit: "BDT_SKILL"
- SkillType: {
- Trap: true
- }
- AttackType: "Misc"
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 5
- }
-},
-{
- Id: 8214
- Name: "MA_CHARGEARROW"
- Description: "Arrow_Repel"
- MaxLevel: 1
- Range: -9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- SkillInfo: {
- Quest: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- SplashArea: true
- }
- KnockBackTiles: 6
- CastTime: 1500
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- IgnoreStatusEffect: true
- IgnoreItemBonus: true
- }
- Requirements: {
- SPCost: 15
- AmmoTypes: {
- A_ARROW: true
- }
- AmmoAmount: 1
- }
-},
-{
- Id: 8215
- Name: "MA_SHARPSHOOTING"
- Description: "Focused_Arrow_Strike"
- MaxLevel: 5
- Range: 9
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- SplashRange: 2
- InterruptCast: true
- SkillInstances: 13
- CastTime: 2000
- AfterCastActDelay: 1500
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- IgnoreStatusEffect: true
- IgnoreItemBonus: true
- }
- Requirements: {
- SPCost: {
- Lv1: 18
- Lv2: 21
- Lv3: 24
- Lv4: 27
- Lv5: 30
- Lv6: 33
- Lv7: 36
- Lv8: 39
- Lv9: 42
- Lv10: 45
- }
- AmmoTypes: {
- A_ARROW: true
- }
- AmmoAmount: 1
- }
-},
-{
- Id: 8216
- Name: "ML_PIERCE"
- Description: "Pierce"
- MaxLevel: 10
- Range: -2
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: 3
- Requirements: {
- SPCost: 7
- }
-},
-{
- Id: 8217
- Name: "ML_BRANDISH"
- Description: "Brandish_Spear"
- MaxLevel: 10
- Range: -2
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- NoDamage: true
- }
- KnockBackTiles: 3
- CastTime: 700
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- IgnoreStatusEffect: true
- IgnoreItemBonus: true
- }
- Requirements: {
- SPCost: 12
- }
-},
-{
- Id: 8218
- Name: "ML_SPIRALPIERCE"
- Description: "Spiral_Pierce"
- MaxLevel: 5
- Range: 5
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- DamageType: {
- IgnoreDefense: true
- }
- NumberOfHits: 5
- CastTime: {
- Lv1: 300
- Lv2: 500
- Lv3: 700
- Lv4: 900
- Lv5: 1000
- Lv6: 1000
- Lv7: 1000
- Lv8: 1000
- Lv9: 1000
- Lv10: 1000
- }
- AfterCastActDelay: {
- Lv1: 1200
- Lv2: 1400
- Lv3: 1600
- Lv4: 1800
- Lv5: 2000
- Lv6: 2200
- Lv7: 2400
- Lv8: 2600
- Lv9: 2800
- Lv10: 3000
- }
- SkillData2: 1000
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- IgnoreStatusEffect: true
- IgnoreItemBonus: true
- }
- Requirements: {
- SPCost: {
- Lv1: 18
- Lv2: 21
- Lv3: 24
- Lv4: 27
- Lv5: 30
- Lv6: 33
- Lv7: 36
- Lv8: 39
- Lv9: 42
- Lv10: 45
- }
- }
-},
-{
- Id: 8219
- Name: "ML_DEFENDER"
- Description: "Defending_Aura"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- AfterCastActDelay: 800
- SkillData1: 180000
- CoolDown: 0
- Requirements: {
- SPCost: 30
- State: "Shield"
- }
-},
-{
- Id: 8220
- Name: "ML_AUTOGUARD"
- Description: "Guard"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: 300000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 12
- Lv2: 14
- Lv3: 16
- Lv4: 18
- Lv5: 20
- Lv6: 22
- Lv7: 24
- Lv8: 26
- Lv9: 28
- Lv10: 30
- }
- }
-},
-{
- Id: 8221
- Name: "ML_DEVOTION"
- Description: "Sacrifice"
- MaxLevel: 5
- Range: {
- Lv1: 7
- Lv2: 8
- Lv3: 9
- Lv4: 10
- Lv5: 11
- Lv6: 12
- Lv7: 13
- Lv8: 14
- Lv9: 15
- Lv10: 16
- }
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoCastSelf: true
- PartyOnly: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 3000
- SkillData2: {
- Lv1: 30000
- Lv2: 45000
- Lv3: 60000
- Lv4: 75000
- Lv5: 90000
- Lv6: 105000
- Lv7: 120000
- Lv8: 135000
- Lv9: 150000
- Lv10: 165000
- }
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- IgnoreStatusEffect: true
- IgnoreItemBonus: true
- }
- Requirements: {
- SPCost: 25
- }
-},
-{
- Id: 8222
- Name: "MER_MAGNIFICAT"
- Description: "Magnificat"
- MaxLevel: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: -1
- InterruptCast: true
- CastTime: 4000
- AfterCastActDelay: 2000
- SkillData1: {
- Lv1: 30000
- Lv2: 45000
- Lv3: 60000
- Lv4: 75000
- Lv5: 90000
- Lv6: 105000
- Lv7: 120000
- Lv8: 135000
- Lv9: 150000
- Lv10: 165000
- }
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- IgnoreStatusEffect: true
- IgnoreItemBonus: true
- }
- Requirements: {
- SPCost: 40
- }
-},
-{
- Id: 8223
- Name: "MER_QUICKEN"
- Description: "Two-Hand_Quicken"
- MaxLevel: 10
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- SkillData1: {
- Lv1: 30000
- Lv2: 60000
- Lv3: 90000
- Lv4: 120000
- Lv5: 150000
- Lv6: 180000
- Lv7: 210000
- Lv8: 240000
- Lv9: 270000
- Lv10: 300000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 14
- Lv2: 18
- Lv3: 22
- Lv4: 26
- Lv5: 30
- Lv6: 34
- Lv7: 38
- Lv8: 42
- Lv9: 46
- Lv10: 50
- }
- }
-},
-{
- Id: 8224
- Name: "MER_SIGHT"
- Description: "Sight"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 3
- InterruptCast: true
- SkillData1: 10000
- CoolDown: 0
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 8225
- Name: "MER_CRASH"
- Description: "Crash"
- MaxLevel: 5
- Range: 1
- Hit: "BDT_MULTIHIT"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Weapon"
- NumberOfHits: 3
- CastTime: 1000
- AfterCastActDelay: 2000
- SkillData2: 5000
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- IgnoreStatusEffect: true
- IgnoreItemBonus: true
- }
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 8226
- Name: "MER_REGAIN"
- Description: "Regain"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoEnemy: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 8227
- Name: "MER_TENDER"
- Description: "Tender"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoEnemy: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 8228
- Name: "MER_BENEDICTION"
- Description: "Benediction"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoEnemy: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 8229
- Name: "MER_RECUPERATE"
- Description: "Recuperate"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoEnemy: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 8230
- Name: "MER_MENTALCURE"
- Description: "Mental_Cure"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoEnemy: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 8231
- Name: "MER_COMPRESS"
- Description: "Compress"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- SkillInfo: {
- NoEnemy: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 8232
- Name: "MER_PROVOKE"
- Description: "Provoke"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: 30000
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 4
- Lv2: 5
- Lv3: 6
- Lv4: 7
- Lv5: 8
- Lv6: 9
- Lv7: 10
- Lv8: 11
- Lv9: 12
- Lv10: 13
- }
- }
-},
-{
- Id: 8233
- Name: "MER_AUTOBERSERK"
- Description: "Berserk"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 5
- }
-},
-{
- Id: 8234
- Name: "MER_DECAGI"
- Description: "Decrease_AGI"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 40000
- Lv2: 50000
- Lv3: 60000
- Lv4: 70000
- Lv5: 80000
- Lv6: 90000
- Lv7: 100000
- Lv8: 110000
- Lv9: 120000
- Lv10: 130000
- }
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- IgnoreStatusEffect: true
- IgnoreItemBonus: true
- }
- Requirements: {
- SPCost: {
- Lv1: 15
- Lv2: 17
- Lv3: 19
- Lv4: 21
- Lv5: 23
- Lv6: 25
- Lv7: 27
- Lv8: 29
- Lv9: 31
- Lv10: 33
- }
- }
-},
-{
- Id: 8235
- Name: "MER_SCAPEGOAT"
- Description: "Scapegoat"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 3000
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- IgnoreStatusEffect: true
- IgnoreItemBonus: true
- }
- Requirements: {
- SPCost: 10
- HPRateCost: 100
- }
-},
-{
- Id: 8236
- Name: "MER_LEXDIVINA"
- Description: "Lex_Divina"
- MaxLevel: 10
- Range: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- NumberOfHits: 0
- InterruptCast: true
- AfterCastActDelay: 3000
- SkillData1: {
- Lv1: 30000
- Lv2: 35000
- Lv3: 40000
- Lv4: 45000
- Lv5: 50000
- Lv6: 60000
- Lv7: 60000
- Lv8: 60000
- Lv9: 60000
- Lv10: 60000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 20
- Lv3: 20
- Lv4: 20
- Lv5: 20
- Lv6: 18
- Lv7: 16
- Lv8: 14
- Lv9: 12
- Lv10: 10
- }
- }
-},
-{
- Id: 8237
- Name: "MER_ESTIMATION"
- Description: "Sense"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- Requirements: {
- SPCost: 10
- }
-},
-{
- Id: 8238
- Name: "MER_KYRIE"
- Description: "Kyrie Eleison"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 2000
- AfterCastActDelay: 2000
- SkillData1: 120000
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- IgnoreStatusEffect: true
- IgnoreItemBonus: true
- }
- Requirements: {
- SPCost: {
- Lv1: 20
- Lv2: 20
- Lv3: 20
- Lv4: 25
- Lv5: 25
- Lv6: 25
- Lv7: 30
- Lv8: 30
- Lv9: 30
- Lv10: 35
- }
- }
-},
-{
- Id: 8239
- Name: "MER_BLESSING"
- Description: "Blessing"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- SkillData1: {
- Lv1: 60000
- Lv2: 80000
- Lv3: 100000
- Lv4: 120000
- Lv5: 140000
- Lv6: 160000
- Lv7: 180000
- Lv8: 200000
- Lv9: 220000
- Lv10: 240000
- }
- CoolDown: 0
- Requirements: {
- SPCost: {
- Lv1: 28
- Lv2: 32
- Lv3: 36
- Lv4: 40
- Lv5: 44
- Lv6: 48
- Lv7: 52
- Lv8: 56
- Lv9: 60
- Lv10: 64
- }
- }
-},
-{
- Id: 8240
- Name: "MER_INCAGI"
- Description: "Increase Agility"
- MaxLevel: 10
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Friend: true
- }
- AttackType: "Magic"
- DamageType: {
- NoDamage: true
- }
- InterruptCast: true
- CastTime: 1000
- AfterCastActDelay: 1000
- SkillData1: {
- Lv1: 60000
- Lv2: 80000
- Lv3: 100000
- Lv4: 120000
- Lv5: 140000
- Lv6: 160000
- Lv7: 180000
- Lv8: 200000
- Lv9: 220000
- Lv10: 240000
- }
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- IgnoreStatusEffect: true
- IgnoreItemBonus: true
- }
- Requirements: {
- HPCost: 15
- SPCost: {
- Lv1: 18
- Lv2: 21
- Lv3: 24
- Lv4: 27
- Lv5: 30
- Lv6: 33
- Lv7: 36
- Lv8: 39
- Lv9: 42
- Lv10: 45
- }
- }
-},
-{
- Id: 8401
- Name: "EL_CIRCLE_OF_FIRE"
- Description: "Circle of Fire"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Weapon"
- Element: "Ele_Fire"
- KnockBackTiles: 2
- SkillData1: -1
- CoolDown: 0
- Requirements: {
- SPCost: 40
- }
-},
-{
- Id: 8402
- Name: "EL_FIRE_CLOAK"
- Description: "Fire Cloak"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: -1
- CoolDown: 0
- Requirements: {
- SPCost: 60
- }
-},
-{
- Id: 8403
- Name: "EL_FIRE_MANTLE"
- Description: "Fire Mantle"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- SkillInstances: 3
- KnockBackTiles: 2
- SkillData1: 15000
- CoolDown: 0
- Requirements: {
- SPCost: 80
- }
- Unit: {
- Id: 0xed
- Layout: -1
- Range: 1
- Interval: 1000
- Target: "Enemy"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- }
- }
-},
-{
- Id: 8404
- Name: "EL_WATER_SCREEN"
- Description: "Water Screen"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: -1
- CoolDown: 0
- Requirements: {
- SPCost: 40
- }
-},
-{
- Id: 8405
- Name: "EL_WATER_DROP"
- Description: "Water Drop"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: -1
- CoolDown: 0
- Requirements: {
- SPCost: 60
- }
-},
-{
- Id: 8406
- Name: "EL_WATER_BARRIER"
- Description: "Water Barrier"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- CastTime: 1000
- SkillData1: 15000
- CoolDown: 0
- Requirements: {
- SPCost: 80
- }
- Unit: {
- Id: 0xee
- Range: 1
- Interval: -1
- Target: "Friend"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- UF_RANGEDSINGLEUNIT: true
- }
- }
-},
-{
- Id: 8407
- Name: "EL_WIND_STEP"
- Description: "Wind Step"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- KnockBackTiles: 5
- SkillData1: -1
- CoolDown: 0
- Requirements: {
- SPCost: 40
- }
-},
-{
- Id: 8408
- Name: "EL_WIND_CURTAIN"
- Description: "Wind Curtain"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: -1
- CoolDown: 0
- Requirements: {
- SPCost: 60
- }
-},
-{
- Id: 8409
- Name: "EL_ZEPHYR"
- Description: "Zephyr"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: 15000
- CoolDown: 0
- Requirements: {
- SPCost: 80
- }
- Unit: {
- Id: 0xef
- Range: 1
- Interval: -1
- Target: "Friend"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- UF_RANGEDSINGLEUNIT: true
- }
- }
-},
-{
- Id: 8410
- Name: "EL_SOLID_SKIN"
- Description: "Solid Skin"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- Requirements: {
- SPCost: 40
- }
-},
-{
- Id: 8411
- Name: "EL_STONE_SHIELD"
- Description: "Stone Shield"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: -1
- CoolDown: 0
- Requirements: {
- SPCost: 60
- }
-},
-{
- Id: 8412
- Name: "EL_POWER_OF_GAIA"
- Description: "Power of Gaia"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: 15000
- CoolDown: 0
- Requirements: {
- SPCost: 80
- }
- Unit: {
- Id: 0xf0
- Range: 1
- Interval: -1
- Target: "Friend"
- Flag: {
- UF_NOOVERLAP: true
- UF_PATHCHECK: true
- UF_RANGEDSINGLEUNIT: true
- }
- }
-},
-{
- Id: 8413
- Name: "EL_PYROTECHNIC"
- Description: "Pyrotechnic"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: -1
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 8414
- Name: "EL_HEATER"
- Description: "Heater"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: -1
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 8415
- Name: "EL_TROPIC"
- Description: "Tropic"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: -1
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 8416
- Name: "EL_AQUAPLAY"
- Description: "Aqua Play"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: -1
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 8417
- Name: "EL_COOLER"
- Description: "Cooler"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: -1
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 8418
- Name: "EL_CHILLY_AIR"
- Description: "Cool Air"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: -1
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 8419
- Name: "EL_GUST"
- Description: "Gust"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: -1
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 8420
- Name: "EL_BLAST"
- Description: "Blast"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: -1
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 8421
- Name: "EL_WILD_STORM"
- Description: "Wild Storm"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: -1
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 8422
- Name: "EL_PETROLOGY"
- Description: "Petrology"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: -1
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 8423
- Name: "EL_CURSED_SOIL"
- Description: "Cursed Soil"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: -1
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 8424
- Name: "EL_UPHEAVAL"
- Description: "Upheaval"
- MaxLevel: 1
- Hit: "BDT_SKILL"
- SkillType: {
- Self: true
- }
- DamageType: {
- NoDamage: true
- }
- SkillData1: -1
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 8425
- Name: "EL_FIRE_ARROW"
- Description: "Fire Arrow"
- MaxLevel: 1
- Range: 6
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- Requirements: {
- SPCost: 40
- }
-},
-{
- Id: 8426
- Name: "EL_FIRE_BOMB"
- Description: "Fire Bomb"
- MaxLevel: 1
- Range: 6
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- SplashRange: 1
- Requirements: {
- SPCost: 60
- }
-},
-{
- Id: 8427
- Name: "EL_FIRE_BOMB_ATK"
- Description: "Fire Bomb Attack"
- MaxLevel: 1
- Range: 6
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Fire"
- SplashRange: 1
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 8428
- Name: "EL_FIRE_WAVE"
- Description: "Fire Wave"
- MaxLevel: 1
- Range: 6
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Fire"
- SplashRange: 1
- Requirements: {
- SPCost: 80
- }
-},
-{
- Id: 8429
- Name: "EL_FIRE_WAVE_ATK"
- Description: "Fire Wave Attack"
- MaxLevel: 1
- Range: 6
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Fire"
- SplashRange: 1
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 8430
- Name: "EL_ICE_NEEDLE"
- Description: "Ice Needle"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Water"
- Requirements: {
- SPCost: 40
- }
-},
-{
- Id: 8431
- Name: "EL_WATER_SCREW"
- Description: "Water Screw"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Water"
- SplashRange: 1
- Requirements: {
- SPCost: 60
- }
-},
-{
- Id: 8432
- Name: "EL_WATER_SCREW_ATK"
- Description: "Water Screw Attack"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Water"
- SplashRange: 1
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 8433
- Name: "EL_TIDAL_WEAPON"
- Description: "Tidal Weapon"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Water"
- SplashRange: 1
- SkillData1: -1
- CoolDown: 0
- Requirements: {
- SPCost: 80
- }
-},
-{
- Id: 8434
- Name: "EL_WIND_SLASH"
- Description: "Wind Slasher"
- MaxLevel: 1
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Wind"
- CastTime: 1000
- CoolDown: 0
- Requirements: {
- SPCost: 40
- }
-},
-{
- Id: 8435
- Name: "EL_HURRICANE"
- Description: "Hurricane Rage"
- MaxLevel: 1
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Wind"
- SplashRange: 1
- CastTime: 1000
- CoolDown: 0
- Requirements: {
- SPCost: 60
- }
-},
-{
- Id: 8436
- Name: "EL_HURRICANE_ATK"
- Description: "Hurricane Rage Attack"
- MaxLevel: 1
- Range: 7
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Wind"
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 8437
- Name: "EL_TYPOON_MIS"
- Description: "Typhoon Missile"
- MaxLevel: 1
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Wind"
- SplashRange: 1
- CastTime: 1000
- SkillData1: 15000
- CoolDown: 0
- Requirements: {
- SPCost: 80
- }
-},
-{
- Id: 8438
- Name: "EL_TYPOON_MIS_ATK"
- Description: "Typhoon Missile Attack"
- MaxLevel: 1
- Range: 11
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Wind"
- SplashRange: 1
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 8439
- Name: "EL_STONE_HAMMER"
- Description: "Stone Hammer"
- MaxLevel: 1
- Range: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Earth"
- SkillData1: 5000
- CoolDown: 0
- Requirements: {
- SPCost: 40
- }
-},
-{
- Id: 8440
- Name: "EL_ROCK_CRUSHER"
- Description: "Rock Launcher"
- MaxLevel: 1
- Range: 3
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Earth"
- SplashRange: 1
- SkillData1: 15000
- CoolDown: 0
- Requirements: {
- SPCost: 60
- }
-},
-{
- Id: 8441
- Name: "EL_ROCK_CRUSHER_ATK"
- Description: "Rock Launcher Attack"
- MaxLevel: 1
- Range: 5
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Magic"
- Element: "Ele_Earth"
- SplashRange: 1
- SkillData1: 15000
- CoolDown: 0
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 8442
- Name: "EL_STONE_RAIN"
- Description: "Stone Rain"
- MaxLevel: 1
- Range: 9
- Hit: "BDT_SKILL"
- SkillType: {
- Enemy: true
- }
- AttackType: "Weapon"
- Element: "Ele_Earth"
- SplashRange: 1
- NumberOfHits: -5
- Requirements: {
- SPCost: 80
- }
-},
-{
- Id: 10000
- Name: "GD_APPROVAL"
- Description: "Official Guild Approval"
- MaxLevel: 1
- SkillInfo: {
- Guild: true
- }
- NumberOfHits: 0
-},
-{
- Id: 10001
- Name: "GD_KAFRACONTRACT"
- Description: "Kafra Contract"
- MaxLevel: 1
- SkillInfo: {
- Guild: true
- }
- NumberOfHits: 0
-},
-{
- Id: 10002
- Name: "GD_GUARDRESEARCH"
- Description: "Guardian Research"
- MaxLevel: 1
- SkillInfo: {
- Guild: true
- }
- NumberOfHits: 0
-},
-{
- Id: 10003
- Name: "GD_GUARDUP"
- Description: "Strengthen Guardians"
- MaxLevel: 1
- SkillInfo: {
- Guild: true
- }
- NumberOfHits: 0
-},
-{
- Id: 10004
- Name: "GD_EXTENSION"
- Description: "Guild Extension"
- MaxLevel: 10
- SkillInfo: {
- Guild: true
- }
- NumberOfHits: 0
-},
-{
- Id: 10005
- Name: "GD_GLORYGUILD"
- Description: "Guild's Glory"
- MaxLevel: 1
- SkillInfo: {
- Guild: true
- }
- NumberOfHits: 0
-},
-{
- Id: 10006
- Name: "GD_LEADERSHIP"
- Description: "Great Leadership"
- MaxLevel: 1
- SkillInfo: {
- Guild: true
- }
- SplashRange: 2
- NumberOfHits: 0
- SkillData1: 300000
- CoolDown: 0
- Unit: {
- Id: 0xc1
- Layout: 2
- Interval: -1
- Target: "Sameguild"
- Flag: {
- UF_NOMOB: true
- }
- }
-},
-{
- Id: 10007
- Name: "GD_GLORYWOUNDS"
- Description: "Glorious Wounds"
- MaxLevel: 1
- SkillInfo: {
- Guild: true
- }
- SplashRange: 2
- NumberOfHits: 0
- SkillData1: 300000
- CoolDown: 0
- Unit: {
- Id: 0xc2
- Layout: 2
- Interval: -1
- Target: "Sameguild"
- Flag: {
- UF_NOMOB: true
- }
- }
-},
-{
- Id: 10008
- Name: "GD_SOULCOLD"
- Description: "Cold Heart"
- MaxLevel: 1
- SkillInfo: {
- Guild: true
- }
- SplashRange: 2
- NumberOfHits: 0
- SkillData1: 300000
- CoolDown: 0
- Unit: {
- Id: 0xc3
- Layout: 2
- Interval: -1
- Target: "Sameguild"
- Flag: {
- UF_NOMOB: true
- }
- }
-},
-{
- Id: 10009
- Name: "GD_HAWKEYES"
- Description: "Sharp Gaze"
- MaxLevel: 1
- SkillInfo: {
- Guild: true
- }
- SplashRange: 2
- NumberOfHits: 0
- SkillData1: 300000
- CoolDown: 0
- Unit: {
- Id: 0xc4
- Layout: 2
- Interval: -1
- Target: "Sameguild"
- Flag: {
- UF_NOMOB: true
- }
- }
-},
-{
- Id: 10010
- Name: "GD_BATTLEORDER"
- Description: "Battle Orders"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Guild: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 15
- NumberOfHits: 0
- InterruptCast: true
- SkillData1: 180000
- SkillData2: 300000
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- IgnoreStatusEffect: true
- }
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 10011
- Name: "GD_REGENERATION"
- Description: "Regeneration"
- MaxLevel: 3
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Guild: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 15
- NumberOfHits: 0
- InterruptCast: true
- SkillData1: 60000
- SkillData2: 300000
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- IgnoreStatusEffect: true
- }
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 10012
- Name: "GD_RESTORE"
- Description: "Restoration"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Guild: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- SplashRange: 15
- NumberOfHits: 0
- InterruptCast: true
- CastTime: 10000
- SkillData2: 300000
- CoolDown: 0
- CastTimeOptions: {
- IgnoreStatusEffect: true
- IgnoreItemBonus: true
- }
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 10013
- Name: "GD_EMERGENCYCALL"
- Description: "Urgent Call"
- MaxLevel: 1
- SkillType: {
- Self: true
- }
- SkillInfo: {
- Guild: true
- }
- DamageType: {
- NoDamage: true
- SplashArea: true
- }
- NumberOfHits: 0
- InterruptCast: true
- CastTime: 5000
- SkillData2: 300000
- CoolDown: 0
- CastTimeOptions: {
- IgnoreDex: true
- IgnoreStatusEffect: true
- IgnoreItemBonus: true
- }
- Requirements: {
- SPCost: 1
- }
-},
-{
- Id: 10014
- Name: "GD_DEVELOPMENT"
- Description: "Permanent Development"
- MaxLevel: 1
- SkillInfo: {
- Guild: true
- }
- NumberOfHits: 0
-},
-)
diff --git a/db/pre-re/skill_tree.conf b/db/pre-re/skill_tree.conf
deleted file mode 100644
index 00fc6c915..000000000
--- a/db/pre-re/skill_tree.conf
+++ /dev/null
@@ -1,4047 +0,0 @@
-//================= Hercules Database =====================================
-//= _ _ _
-//= | | | | | |
-//= | |_| | ___ _ __ ___ _ _| | ___ ___
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
-//= | | | | __/ | | (__| |_| | | __/\__ \
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/
-//================= License ===============================================
-//= This file is part of Hercules.
-//= http://herc.ws - http://github.com/HerculesWS/Hercules
-//=
-//= Copyright (C) 2013-2015 Hercules Dev Team
-//=
-//= Hercules 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/>.
-//================= More Information ======================================
-// http://herc.ws/board/topic/1188-skill-tree-db-redesign/
-//=========================================================================
-
-/**************************************************************************
- ************* Entry structure ********************************************
- **************************************************************************
-Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so if you want to add a new job you should add it there)
- inherit: ( "Other_Job_Name" ); // Base job from which this job will inherit its skill tree. NV_TRICKDEAD inheritance is skipped for non-novices from the source
-
- skills: { // SKILL_NAMEs come from the Name (16th column) value in db/pre-re/skill_db.txt
- SKILL_NAME1: Max_Level // Use this for skills that don't have other skill prerequisite; Max_Level is a numeric value that should match your client side files
- SKILL_NAME2: { // Use this for skills which have other skills as prerequisites
- MaxLevel: Max_Level // Max_Level is a numeric value that should match your client side files
- SKILL_NAME_PREREQUISITE: Level_Prerequisite // The prerequisite skill and min level for having this skill available. Should also match your client side files
- SKILL_NAME_PREREQUISITE2: Level_Prerequisite2 // You can add as many prerequisite skills as you want. Minimum of 1 if you add a skill this way
- }
-}
-**************************************************************************/
-
-Novice: {
- skills: {
- NV_BASIC: 9
- NV_FIRSTAID: 1
- NV_TRICKDEAD: 1
- WE_BABY: 1
- WE_CALLPARENT: 1
- WE_CALLBABY: 1
- ALL_INCCARRY: 1
- }
-}
-Swordsman: {
- inherit: ( "Novice" );
-
- skills: {
- SM_SWORD: 10
- SM_TWOHAND: {
- MaxLevel: 10
- SM_SWORD: 1
- }
- SM_RECOVERY: 10
- SM_BASH: 10
- SM_PROVOKE: 10
- SM_MAGNUM: {
- MaxLevel: 10
- SM_BASH: 5
- }
- SM_ENDURE: {
- MaxLevel: 10
- SM_PROVOKE: 5
- }
- SM_MOVINGRECOVERY: 1
- SM_FATALBLOW: 1
- SM_AUTOBERSERK: 1
- }
-}
-Magician: {
- inherit: ( "Novice" );
-
- skills: {
- MG_SRECOVERY: 10
- MG_SIGHT: 1
- MG_NAPALMBEAT: 10
- MG_SAFETYWALL: {
- MaxLevel: 10
- MG_NAPALMBEAT: 7
- MG_SOULSTRIKE: 5
- }
- MG_SOULSTRIKE: {
- MaxLevel: 10
- MG_NAPALMBEAT: 4
- }
- MG_COLDBOLT: 10
- MG_FROSTDIVER: {
- MaxLevel: 10
- MG_COLDBOLT: 5
- }
- MG_STONECURSE: 10
- MG_FIREBALL: {
- MaxLevel: 10
- MG_FIREBOLT: 4
- }
- MG_FIREWALL: {
- MaxLevel: 10
- MG_FIREBALL: 5
- MG_SIGHT: 1
- }
- MG_FIREBOLT: 10
- MG_LIGHTNINGBOLT: 10
- MG_THUNDERSTORM: {
- MaxLevel: 10
- MG_LIGHTNINGBOLT: 4
- }
- MG_ENERGYCOAT: 1
- }
-}
-Archer: {
- inherit: ( "Novice" );
-
- skills: {
- AC_OWL: 10
- AC_VULTURE: {
- MaxLevel: 10
- AC_OWL: 3
- }
- AC_CONCENTRATION: {
- MaxLevel: 10
- AC_VULTURE: 1
- }
- AC_DOUBLE: 10
- AC_SHOWER: {
- MaxLevel: 10
- AC_DOUBLE: 5
- }
- AC_MAKINGARROW: 1
- AC_CHARGEARROW: 1
- }
-}
-Acolyte: {
- inherit: ( "Novice" );
-
- skills: {
- AL_DP: 10
- AL_DEMONBANE: {
- MaxLevel: 10
- AL_DP: 3
- }
- AL_RUWACH: 1
- AL_PNEUMA: {
- MaxLevel: 1
- AL_WARP: 4
- }
- AL_TELEPORT: {
- MaxLevel: 2
- AL_RUWACH: 1
- }
- AL_WARP: {
- MaxLevel: 4
- AL_TELEPORT: 2
- }
- AL_HEAL: 10
- AL_INCAGI: {
- MaxLevel: 10
- AL_HEAL: 3
- }
- AL_DECAGI: {
- MaxLevel: 10
- AL_INCAGI: 1
- }
- AL_HOLYWATER: 1
- AL_CRUCIS: {
- MaxLevel: 10
- AL_DEMONBANE: 3
- }
- AL_ANGELUS: {
- MaxLevel: 10
- AL_DP: 3
- }
- AL_BLESSING: {
- MaxLevel: 10
- AL_DP: 5
- }
- AL_CURE: {
- MaxLevel: 1
- AL_HEAL: 2
- }
- AL_HOLYLIGHT: 1
- }
-}
-Merchant: {
- inherit: ( "Novice" );
-
- skills: {
- MC_INCCARRY: 10
- MC_DISCOUNT: {
- MaxLevel: 10
- MC_INCCARRY: 3
- }
- MC_OVERCHARGE: {
- MaxLevel: 10
- MC_DISCOUNT: 3
- }
- MC_PUSHCART: {
- MaxLevel: 10
- MC_INCCARRY: 5
- }
- MC_IDENTIFY: 1
- MC_VENDING: {
- MaxLevel: 10
- MC_PUSHCART: 3
- }
- MC_MAMMONITE: 10
- MC_CARTREVOLUTION: 1
- MC_CHANGECART: 1
- MC_CARTDECORATE: 1
- MC_LOUD: 1
- ALL_BUYING_STORE: {
- MaxLevel: 1
- MC_VENDING: 1
- }
- }
-}
-Thief: {
- inherit: ( "Novice" );
-
- skills: {
- TF_DOUBLE: 10
- TF_MISS: 10
- TF_STEAL: 10
- TF_HIDING: {
- MaxLevel: 10
- TF_STEAL: 5
- }
- TF_POISON: 10
- TF_DETOXIFY: {
- MaxLevel: 1
- TF_POISON: 3
- }
- TF_SPRINKLESAND: 1
- TF_BACKSLIDING: 1
- TF_PICKSTONE: 1
- TF_THROWSTONE: 1
- }
-}
-Knight: {
- inherit: ( "Swordsman" );
-
- skills: {
- KN_SPEARMASTERY: 10
- KN_PIERCE: {
- MaxLevel: 10
- KN_SPEARMASTERY: 1
- }
- KN_BRANDISHSPEAR: {
- MaxLevel: 10
- KN_RIDING: 1
- KN_SPEARSTAB: 3
- }
- KN_SPEARSTAB: {
- MaxLevel: 10
- KN_PIERCE: 5
- }
- KN_SPEARBOOMERANG: {
- MaxLevel: 5
- KN_PIERCE: 3
- }
- KN_TWOHANDQUICKEN: {
- MaxLevel: 10
- SM_TWOHAND: 1
- }
- KN_AUTOCOUNTER: {
- MaxLevel: 5
- SM_TWOHAND: 1
- }
- KN_BOWLINGBASH: {
- MaxLevel: 10
- SM_BASH: 10
- SM_MAGNUM: 3
- SM_TWOHAND: 5
- KN_TWOHANDQUICKEN: 10
- KN_AUTOCOUNTER: 5
- }
- KN_RIDING: {
- MaxLevel: 1
- SM_ENDURE: 1
- }
- KN_CAVALIERMASTERY: {
- MaxLevel: 5
- KN_RIDING: 1
- }
- KN_CHARGEATK: 1
- KN_ONEHAND: {
- MaxLevel: 1
- KN_TWOHANDQUICKEN: 10
- }
- }
-}
-Priest: {
- inherit: ( "Acolyte" );
-
- skills: {
- MG_SRECOVERY: 10
- MG_SAFETYWALL: {
- MaxLevel: 10
- PR_ASPERSIO: 4
- PR_SANCTUARY: 3
- }
- ALL_RESURRECTION: {
- MaxLevel: 4
- PR_STRECOVERY: 1
- MG_SRECOVERY: 4
- }
- PR_MACEMASTERY: 10
- PR_IMPOSITIO: 5
- PR_SUFFRAGIUM: {
- MaxLevel: 3
- PR_IMPOSITIO: 2
- }
- PR_ASPERSIO: {
- MaxLevel: 5
- AL_HOLYWATER: 1
- PR_IMPOSITIO: 3
- }
- PR_BENEDICTIO: {
- MaxLevel: 5
- PR_GLORIA: 3
- PR_ASPERSIO: 5
- }
- PR_SANCTUARY: {
- MaxLevel: 10
- AL_HEAL: 1
- }
- PR_SLOWPOISON: 4
- PR_STRECOVERY: 1
- PR_KYRIE: {
- MaxLevel: 10
- AL_ANGELUS: 2
- }
- PR_MAGNIFICAT: 5
- PR_GLORIA: {
- MaxLevel: 5
- PR_KYRIE: 4
- PR_MAGNIFICAT: 3
- }
- PR_LEXDIVINA: {
- MaxLevel: 10
- AL_RUWACH: 1
- }
- PR_TURNUNDEAD: {
- MaxLevel: 10
- ALL_RESURRECTION: 1
- PR_LEXDIVINA: 3
- }
- PR_LEXAETERNA: {
- MaxLevel: 1
- PR_LEXDIVINA: 5
- }
- PR_MAGNUS: {
- MaxLevel: 10
- MG_SAFETYWALL: 1
- PR_LEXAETERNA: 1
- PR_TURNUNDEAD: 3
- }
- PR_REDEMPTIO: 1
- }
-}
-Wizard: {
- inherit: ( "Magician" );
-
- skills: {
- WZ_FIREPILLAR: {
- MaxLevel: 10
- MG_FIREWALL: 1
- }
- WZ_SIGHTRASHER: {
- MaxLevel: 10
- MG_LIGHTNINGBOLT: 1
- MG_SIGHT: 1
- }
- WZ_METEOR: {
- MaxLevel: 10
- WZ_SIGHTRASHER: 2
- MG_THUNDERSTORM: 1
- }
- WZ_JUPITEL: {
- MaxLevel: 10
- MG_NAPALMBEAT: 1
- MG_LIGHTNINGBOLT: 1
- }
- WZ_VERMILION: {
- MaxLevel: 10
- MG_THUNDERSTORM: 1
- WZ_JUPITEL: 5
- }
- WZ_WATERBALL: {
- MaxLevel: 5
- MG_COLDBOLT: 1
- MG_LIGHTNINGBOLT: 1
- }
- WZ_ICEWALL: {
- MaxLevel: 10
- MG_STONECURSE: 1
- MG_FROSTDIVER: 1
- }
- WZ_FROSTNOVA: {
- MaxLevel: 10
- WZ_ICEWALL: 1
- }
- WZ_STORMGUST: {
- MaxLevel: 10
- MG_FROSTDIVER: 1
- WZ_JUPITEL: 3
- }
- WZ_EARTHSPIKE: {
- MaxLevel: 5
- MG_STONECURSE: 1
- }
- WZ_HEAVENDRIVE: {
- MaxLevel: 5
- WZ_EARTHSPIKE: 3
- }
- WZ_QUAGMIRE: {
- MaxLevel: 5
- WZ_HEAVENDRIVE: 1
- }
- WZ_ESTIMATION: 1
- WZ_SIGHTBLASTER: 1
- }
-}
-Blacksmith: {
- inherit: ( "Merchant" );
-
- skills: {
- BS_IRON: 5
- BS_STEEL: {
- MaxLevel: 5
- BS_IRON: 1
- }
- BS_ENCHANTEDSTONE: {
- MaxLevel: 5
- BS_IRON: 1
- }
- BS_ORIDEOCON: {
- MaxLevel: 5
- BS_ENCHANTEDSTONE: 1
- }
- BS_DAGGER: 3
- BS_SWORD: {
- MaxLevel: 3
- BS_DAGGER: 1
- }
- BS_TWOHANDSWORD: {
- MaxLevel: 3
- BS_SWORD: 1
- }
- BS_AXE: {
- MaxLevel: 3
- BS_SWORD: 2
- }
- BS_MACE: {
- MaxLevel: 3
- BS_KNUCKLE: 1
- }
- BS_KNUCKLE: {
- MaxLevel: 3
- BS_DAGGER: 1
- }
- BS_SPEAR: {
- MaxLevel: 3
- BS_DAGGER: 2
- }
- BS_HILTBINDING: 1
- BS_FINDINGORE: {
- MaxLevel: 1
- BS_STEEL: 1
- BS_HILTBINDING: 1
- }
- BS_WEAPONRESEARCH: {
- MaxLevel: 10
- BS_HILTBINDING: 1
- }
- BS_REPAIRWEAPON: {
- MaxLevel: 1
- BS_WEAPONRESEARCH: 1
- }
- BS_SKINTEMPER: 5
- BS_HAMMERFALL: 5
- BS_ADRENALINE: {
- MaxLevel: 5
- BS_HAMMERFALL: 2
- }
- BS_WEAPONPERFECT: {
- MaxLevel: 5
- BS_WEAPONRESEARCH: 2
- BS_ADRENALINE: 2
- }
- BS_OVERTHRUST: {
- MaxLevel: 5
- BS_ADRENALINE: 3
- }
- BS_MAXIMIZE: {
- MaxLevel: 5
- BS_WEAPONPERFECT: 3
- BS_OVERTHRUST: 2
- }
- BS_UNFAIRLYTRICK: 1
- BS_GREED: 1
- BS_ADRENALINE2: {
- MaxLevel: 1
- BS_ADRENALINE: 5
- }
- }
-}
-Hunter: {
- inherit: ( "Archer" );
-
- skills: {
- HT_SKIDTRAP: 5
- HT_LANDMINE: 5
- HT_ANKLESNARE: {
- MaxLevel: 5
- HT_SKIDTRAP: 1
- }
- HT_SHOCKWAVE: {
- MaxLevel: 5
- HT_ANKLESNARE: 1
- }
- HT_SANDMAN: {
- MaxLevel: 5
- HT_FLASHER: 1
- }
- HT_FLASHER: {
- MaxLevel: 5
- HT_SKIDTRAP: 1
- }
- HT_FREEZINGTRAP: {
- MaxLevel: 5
- HT_FLASHER: 1
- }
- HT_BLASTMINE: {
- MaxLevel: 5
- HT_LANDMINE: 1
- HT_SANDMAN: 1
- HT_FREEZINGTRAP: 1
- }
- HT_CLAYMORETRAP: {
- MaxLevel: 5
- HT_SHOCKWAVE: 1
- HT_BLASTMINE: 1
- }
- HT_REMOVETRAP: {
- MaxLevel: 1
- HT_LANDMINE: 1
- }
- HT_TALKIEBOX: {
- MaxLevel: 1
- HT_SHOCKWAVE: 1
- HT_REMOVETRAP: 1
- }
- HT_BEASTBANE: 10
- HT_FALCON: {
- MaxLevel: 1
- HT_BEASTBANE: 1
- }
- HT_STEELCROW: {
- MaxLevel: 10
- HT_BLITZBEAT: 5
- }
- HT_BLITZBEAT: {
- MaxLevel: 5
- HT_FALCON: 1
- }
- HT_DETECTING: {
- MaxLevel: 4
- AC_CONCENTRATION: 1
- HT_FALCON: 1
- }
- HT_SPRINGTRAP: {
- MaxLevel: 5
- HT_REMOVETRAP: 1
- HT_FALCON: 1
- }
- HT_PHANTASMIC: 1
- HT_POWER: {
- MaxLevel: 1
- AC_DOUBLE: 10
- }
- }
-}
-Assassin: {
- inherit: ( "Thief" );
-
- skills: {
- AS_RIGHT: 5
- AS_LEFT: {
- MaxLevel: 5
- AS_RIGHT: 2
- }
- AS_KATAR: 10
- AS_CLOAKING: {
- MaxLevel: 10
- TF_HIDING: 2
- }
- AS_SONICBLOW: {
- MaxLevel: 10
- AS_KATAR: 4
- }
- AS_GRIMTOOTH: {
- MaxLevel: 5
- AS_CLOAKING: 2
- AS_SONICBLOW: 5
- }
- AS_ENCHANTPOISON: {
- MaxLevel: 10
- TF_POISON: 1
- }
- AS_POISONREACT: {
- MaxLevel: 10
- AS_ENCHANTPOISON: 3
- }
- AS_VENOMDUST: {
- MaxLevel: 10
- AS_ENCHANTPOISON: 5
- }
- AS_SPLASHER: {
- MaxLevel: 10
- AS_POISONREACT: 5
- AS_VENOMDUST: 5
- }
- AS_SONICACCEL: 1
- AS_VENOMKNIFE: 1
- }
-}
-Crusader: {
- inherit: ( "Swordsman" );
-
- skills: {
- KN_RIDING: {
- MaxLevel: 1
- SM_ENDURE: 1
- }
- KN_CAVALIERMASTERY: {
- MaxLevel: 5
- KN_RIDING: 1
- }
- KN_SPEARMASTERY: 10
- AL_CURE: {
- MaxLevel: 1
- CR_TRUST: 5
- }
- AL_DP: {
- MaxLevel: 10
- AL_CURE: 1
- }
- AL_DEMONBANE: {
- MaxLevel: 10
- AL_DP: 3
- }
- AL_HEAL: {
- MaxLevel: 10
- AL_DEMONBANE: 5
- CR_TRUST: 10
- }
- CR_TRUST: 10
- CR_AUTOGUARD: 10
- CR_SHIELDCHARGE: {
- MaxLevel: 5
- CR_AUTOGUARD: 5
- }
- CR_SHIELDBOOMERANG: {
- MaxLevel: 5
- CR_SHIELDCHARGE: 3
- }
- CR_REFLECTSHIELD: {
- MaxLevel: 10
- CR_SHIELDBOOMERANG: 3
- }
- CR_HOLYCROSS: {
- MaxLevel: 10
- CR_TRUST: 7
- }
- CR_GRANDCROSS: {
- MaxLevel: 10
- CR_HOLYCROSS: 6
- CR_TRUST: 10
- }
- CR_DEVOTION: {
- MaxLevel: 5
- CR_REFLECTSHIELD: 5
- CR_GRANDCROSS: 4
- }
- CR_PROVIDENCE: {
- MaxLevel: 5
- AL_DP: 5
- AL_HEAL: 5
- }
- CR_DEFENDER: {
- MaxLevel: 5
- CR_SHIELDBOOMERANG: 1
- }
- CR_SPEARQUICKEN: {
- MaxLevel: 10
- KN_SPEARMASTERY: 10
- }
- CR_SHRINK: 1
- }
-}
-Monk: {
- inherit: ( "Acolyte" );
-
- skills: {
- MO_IRONHAND: {
- MaxLevel: 10
- AL_DEMONBANE: 10
- AL_DP: 10
- }
- MO_SPIRITSRECOVERY: {
- MaxLevel: 5
- MO_BLADESTOP: 2
- }
- MO_CALLSPIRITS: {
- MaxLevel: 5
- MO_IRONHAND: 2
- }
- MO_ABSORBSPIRITS: {
- MaxLevel: 1
- MO_CALLSPIRITS: 5
- }
- MO_TRIPLEATTACK: {
- MaxLevel: 10
- MO_DODGE: 5
- }
- MO_BODYRELOCATION: {
- MaxLevel: 1
- MO_EXTREMITYFIST: 3
- MO_SPIRITSRECOVERY: 2
- MO_STEELBODY: 3
- }
- MO_DODGE: {
- MaxLevel: 10
- MO_IRONHAND: 5
- MO_CALLSPIRITS: 5
- }
- MO_INVESTIGATE: {
- MaxLevel: 5
- MO_CALLSPIRITS: 5
- }
- MO_FINGEROFFENSIVE: {
- MaxLevel: 5
- MO_INVESTIGATE: 3
- }
- MO_STEELBODY: {
- MaxLevel: 5
- MO_COMBOFINISH: 3
- }
- MO_BLADESTOP: {
- MaxLevel: 5
- MO_DODGE: 5
- }
- MO_EXPLOSIONSPIRITS: {
- MaxLevel: 5
- MO_ABSORBSPIRITS: 1
- }
- MO_EXTREMITYFIST: {
- MaxLevel: 5
- MO_EXPLOSIONSPIRITS: 3
- MO_FINGEROFFENSIVE: 3
- }
- MO_CHAINCOMBO: {
- MaxLevel: 5
- MO_TRIPLEATTACK: 5
- }
- MO_COMBOFINISH: {
- MaxLevel: 5
- MO_CHAINCOMBO: 3
- }
- MO_KITRANSLATION: 1
- MO_BALKYOUNG: 1
- }
-}
-Sage: {
- inherit: ( "Magician" );
-
- skills: {
- WZ_ESTIMATION: 1
- WZ_EARTHSPIKE: {
- MaxLevel: 5
- SA_SEISMICWEAPON: 1
- }
- WZ_HEAVENDRIVE: {
- MaxLevel: 5
- WZ_EARTHSPIKE: 1
- }
- SA_ADVANCEDBOOK: 10
- SA_CASTCANCEL: {
- MaxLevel: 5
- SA_ADVANCEDBOOK: 2
- }
- SA_MAGICROD: {
- MaxLevel: 5
- SA_ADVANCEDBOOK: 4
- }
- SA_SPELLBREAKER: {
- MaxLevel: 5
- SA_MAGICROD: 1
- }
- SA_FREECAST: {
- MaxLevel: 10
- SA_CASTCANCEL: 1
- }
- SA_AUTOSPELL: {
- MaxLevel: 10
- SA_FREECAST: 4
- }
- SA_FLAMELAUNCHER: {
- MaxLevel: 5
- MG_FIREBOLT: 1
- SA_ADVANCEDBOOK: 5
- }
- SA_FROSTWEAPON: {
- MaxLevel: 5
- MG_COLDBOLT: 1
- SA_ADVANCEDBOOK: 5
- }
- SA_LIGHTNINGLOADER: {
- MaxLevel: 5
- MG_LIGHTNINGBOLT: 1
- SA_ADVANCEDBOOK: 5
- }
- SA_SEISMICWEAPON: {
- MaxLevel: 5
- MG_STONECURSE: 1
- SA_ADVANCEDBOOK: 5
- }
- SA_DRAGONOLOGY: {
- MaxLevel: 5
- SA_ADVANCEDBOOK: 9
- }
- SA_VOLCANO: {
- MaxLevel: 5
- SA_FLAMELAUNCHER: 2
- }
- SA_DELUGE: {
- MaxLevel: 5
- SA_FROSTWEAPON: 2
- }
- SA_VIOLENTGALE: {
- MaxLevel: 5
- SA_LIGHTNINGLOADER: 2
- }
- SA_LANDPROTECTOR: {
- MaxLevel: 5
- SA_VOLCANO: 3
- SA_DELUGE: 3
- SA_VIOLENTGALE: 3
- }
- SA_DISPELL: {
- MaxLevel: 5
- SA_SPELLBREAKER: 3
- }
- SA_ABRACADABRA: {
- MaxLevel: 10
- SA_AUTOSPELL: 5
- SA_DISPELL: 1
- SA_LANDPROTECTOR: 1
- }
- SA_CREATECON: 1
- SA_ELEMENTWATER: 1
- SA_ELEMENTGROUND: 1
- SA_ELEMENTFIRE: 1
- SA_ELEMENTWIND: 1
- }
-}
-Rogue: {
- inherit: ( "Thief" );
-
- skills: {
- SM_SWORD: 10
- AC_VULTURE: 10
- AC_DOUBLE: {
- MaxLevel: 10
- AC_VULTURE: 10
- }
- HT_REMOVETRAP: {
- MaxLevel: 1
- AC_DOUBLE: 5
- }
- RG_SNATCHER: {
- MaxLevel: 10
- TF_STEAL: 1
- }
- RG_STEALCOIN: {
- MaxLevel: 10
- RG_SNATCHER: 4
- }
- RG_BACKSTAP: {
- MaxLevel: 10
- RG_STEALCOIN: 4
- }
- RG_TUNNELDRIVE: {
- MaxLevel: 5
- TF_HIDING: 1
- }
- RG_RAID: {
- MaxLevel: 5
- RG_BACKSTAP: 2
- RG_TUNNELDRIVE: 2
- }
- RG_STRIPWEAPON: {
- MaxLevel: 5
- RG_STRIPARMOR: 5
- }
- RG_STRIPSHIELD: {
- MaxLevel: 5
- RG_STRIPHELM: 5
- }
- RG_STRIPARMOR: {
- MaxLevel: 5
- RG_STRIPSHIELD: 5
- }
- RG_STRIPHELM: {
- MaxLevel: 5
- RG_STEALCOIN: 2
- }
- RG_INTIMIDATE: {
- MaxLevel: 5
- RG_BACKSTAP: 4
- RG_RAID: 5
- }
- RG_GRAFFITI: {
- MaxLevel: 1
- RG_FLAGGRAFFITI: 5
- }
- RG_FLAGGRAFFITI: {
- MaxLevel: 5
- RG_CLEANER: 1
- }
- RG_CLEANER: {
- MaxLevel: 1
- RG_GANGSTER: 1
- }
- RG_GANGSTER: {
- MaxLevel: 1
- RG_STRIPSHIELD: 3
- }
- RG_COMPULSION: {
- MaxLevel: 5
- RG_GANGSTER: 1
- }
- RG_PLAGIARISM: {
- MaxLevel: 10
- RG_INTIMIDATE: 5
- }
- RG_CLOSECONFINE: 1
- }
-}
-Alchemist: {
- inherit: ( "Merchant" );
-
- skills: {
- AM_AXEMASTERY: 10
- AM_LEARNINGPOTION: 10
- AM_PHARMACY: {
- MaxLevel: 10
- AM_LEARNINGPOTION: 5
- }
- AM_DEMONSTRATION: {
- MaxLevel: 5
- AM_PHARMACY: 4
- }
- AM_ACIDTERROR: {
- MaxLevel: 5
- AM_PHARMACY: 5
- }
- AM_POTIONPITCHER: {
- MaxLevel: 5
- AM_PHARMACY: 3
- }
- AM_CANNIBALIZE: {
- MaxLevel: 5
- AM_PHARMACY: 6
- }
- AM_SPHEREMINE: {
- MaxLevel: 5
- AM_PHARMACY: 2
- }
- AM_CP_WEAPON: {
- MaxLevel: 5
- AM_CP_ARMOR: 3
- }
- AM_CP_SHIELD: {
- MaxLevel: 5
- AM_CP_HELM: 3
- }
- AM_CP_ARMOR: {
- MaxLevel: 5
- AM_CP_SHIELD: 3
- }
- AM_CP_HELM: {
- MaxLevel: 5
- AM_PHARMACY: 2
- }
- AM_BIOETHICS: 1
- AM_CALLHOMUN: {
- MaxLevel: 1
- AM_REST: 1
- }
- AM_REST: {
- MaxLevel: 1
- AM_BIOETHICS: 1
- }
- AM_RESURRECTHOMUN: {
- MaxLevel: 5
- AM_CALLHOMUN: 1
- }
- AM_BERSERKPITCHER: 1
- AM_TWILIGHT1: {
- MaxLevel: 1
- AM_PHARMACY: 10
- }
- AM_TWILIGHT2: {
- MaxLevel: 1
- AM_PHARMACY: 10
- }
- AM_TWILIGHT3: {
- MaxLevel: 1
- AM_PHARMACY: 10
- }
- }
-}
-Bard: {
- inherit: ( "Archer" );
-
- skills: {
- BA_MUSICALLESSON: 10
- BA_MUSICALSTRIKE: {
- MaxLevel: 5
- BA_MUSICALLESSON: 3
- }
- BA_DISSONANCE: {
- MaxLevel: 5
- BA_MUSICALLESSON: 1
- BD_ADAPTATION: 1
- }
- BA_FROSTJOKER: {
- MaxLevel: 5
- BD_ENCORE: 1
- }
- BA_WHISTLE: {
- MaxLevel: 10
- BA_DISSONANCE: 3
- }
- BA_ASSASSINCROSS: {
- MaxLevel: 10
- BA_DISSONANCE: 3
- }
- BA_POEMBRAGI: {
- MaxLevel: 10
- BA_DISSONANCE: 3
- }
- BA_APPLEIDUN: {
- MaxLevel: 10
- BA_DISSONANCE: 3
- }
- BD_ADAPTATION: 1
- BD_ENCORE: {
- MaxLevel: 1
- BD_ADAPTATION: 1
- }
- BD_LULLABY: {
- MaxLevel: 1
- BA_WHISTLE: 10
- }
- BD_RICHMANKIM: {
- MaxLevel: 5
- BD_SIEGFRIED: 3
- }
- BD_ETERNALCHAOS: {
- MaxLevel: 1
- BD_ROKISWEIL: 1
- }
- BD_DRUMBATTLEFIELD: {
- MaxLevel: 5
- BA_APPLEIDUN: 10
- }
- BD_RINGNIBELUNGEN: {
- MaxLevel: 5
- BD_DRUMBATTLEFIELD: 3
- }
- BD_ROKISWEIL: {
- MaxLevel: 1
- BA_ASSASSINCROSS: 10
- }
- BD_INTOABYSS: {
- MaxLevel: 1
- BD_LULLABY: 1
- }
- BD_SIEGFRIED: {
- MaxLevel: 5
- BA_POEMBRAGI: 10
- }
- BA_PANGVOICE: 1
- }
-}
-Dancer: {
- inherit: ( "Archer" );
-
- skills: {
- DC_DANCINGLESSON: 10
- DC_THROWARROW: {
- MaxLevel: 5
- DC_DANCINGLESSON: 3
- }
- DC_UGLYDANCE: {
- MaxLevel: 5
- DC_DANCINGLESSON: 1
- BD_ADAPTATION: 1
- }
- DC_SCREAM: {
- MaxLevel: 5
- BD_ENCORE: 1
- }
- DC_HUMMING: {
- MaxLevel: 10
- DC_UGLYDANCE: 3
- }
- DC_DONTFORGETME: {
- MaxLevel: 10
- DC_UGLYDANCE: 3
- }
- DC_FORTUNEKISS: {
- MaxLevel: 10
- DC_UGLYDANCE: 3
- }
- DC_SERVICEFORYOU: {
- MaxLevel: 10
- DC_UGLYDANCE: 3
- }
- BD_ADAPTATION: 1
- BD_ENCORE: {
- MaxLevel: 1
- BD_ADAPTATION: 1
- }
- BD_LULLABY: {
- MaxLevel: 1
- DC_HUMMING: 10
- }
- BD_RICHMANKIM: {
- MaxLevel: 5
- BD_SIEGFRIED: 3
- }
- BD_ETERNALCHAOS: {
- MaxLevel: 1
- BD_ROKISWEIL: 1
- }
- BD_DRUMBATTLEFIELD: {
- MaxLevel: 5
- DC_SERVICEFORYOU: 10
- }
- BD_RINGNIBELUNGEN: {
- MaxLevel: 5
- BD_DRUMBATTLEFIELD: 3
- }
- BD_ROKISWEIL: {
- MaxLevel: 1
- DC_DONTFORGETME: 10
- }
- BD_INTOABYSS: {
- MaxLevel: 1
- BD_LULLABY: 1
- }
- BD_SIEGFRIED: {
- MaxLevel: 5
- DC_FORTUNEKISS: 10
- }
- DC_WINKCHARM: 1
- }
-}
-Super_Novice: {
- inherit: ( "Novice" );
-
- skills: {
- SM_SWORD: 10
- SM_RECOVERY: 10
- SM_BASH: 10
- SM_PROVOKE: 10
- SM_MAGNUM: {
- MaxLevel: 10
- SM_BASH: 5
- }
- SM_ENDURE: {
- MaxLevel: 10
- SM_PROVOKE: 5
- }
- MG_SRECOVERY: 10
- MG_SIGHT: 1
- MG_NAPALMBEAT: 10
- MG_SAFETYWALL: {
- MaxLevel: 10
- MG_NAPALMBEAT: 7
- MG_SOULSTRIKE: 5
- }
- MG_SOULSTRIKE: {
- MaxLevel: 10
- MG_NAPALMBEAT: 4
- }
- MG_COLDBOLT: 10
- MG_FROSTDIVER: {
- MaxLevel: 10
- MG_COLDBOLT: 5
- }
- MG_STONECURSE: 10
- MG_FIREBALL: {
- MaxLevel: 10
- MG_FIREBOLT: 4
- }
- MG_FIREWALL: {
- MaxLevel: 10
- MG_FIREBALL: 5
- MG_SIGHT: 1
- }
- MG_FIREBOLT: 10
- MG_LIGHTNINGBOLT: 10
- MG_THUNDERSTORM: {
- MaxLevel: 10
- MG_LIGHTNINGBOLT: 4
- }
- AL_DP: 10
- AL_DEMONBANE: {
- MaxLevel: 10
- AL_DP: 3
- }
- AL_RUWACH: 1
- AL_PNEUMA: {
- MaxLevel: 1
- AL_WARP: 4
- }
- AL_TELEPORT: {
- MaxLevel: 2
- AL_RUWACH: 1
- }
- AL_WARP: {
- MaxLevel: 4
- AL_TELEPORT: 2
- }
- AL_HEAL: 10
- AL_INCAGI: {
- MaxLevel: 10
- AL_HEAL: 3
- }
- AL_DECAGI: {
- MaxLevel: 10
- AL_INCAGI: 1
- }
- AL_HOLYWATER: 1
- AL_CRUCIS: {
- MaxLevel: 10
- AL_DEMONBANE: 3
- }
- AL_ANGELUS: {
- MaxLevel: 10
- AL_DP: 3
- }
- AL_BLESSING: {
- MaxLevel: 10
- AL_DP: 5
- }
- AL_CURE: {
- MaxLevel: 1
- AL_HEAL: 2
- }
- MC_INCCARRY: 10
- MC_DISCOUNT: {
- MaxLevel: 10
- MC_INCCARRY: 3
- }
- MC_OVERCHARGE: {
- MaxLevel: 10
- MC_DISCOUNT: 3
- }
- MC_PUSHCART: {
- MaxLevel: 10
- MC_INCCARRY: 5
- }
- MC_IDENTIFY: 1
- MC_VENDING: {
- MaxLevel: 10
- MC_PUSHCART: 3
- }
- MC_MAMMONITE: 10
- AC_OWL: 10
- AC_VULTURE: {
- MaxLevel: 10
- AC_OWL: 3
- }
- AC_CONCENTRATION: {
- MaxLevel: 10
- AC_VULTURE: 1
- }
- TF_DOUBLE: 10
- TF_MISS: 10
- TF_STEAL: 10
- TF_HIDING: {
- MaxLevel: 10
- TF_STEAL: 5
- }
- TF_POISON: 10
- TF_DETOXIFY: {
- MaxLevel: 1
- TF_POISON: 3
- }
- ALL_BUYING_STORE: {
- MaxLevel: 1
- MC_VENDING: 1
- }
- }
-}
-Gunslinger: {
- inherit: ( "Novice" );
-
- skills: {
- GS_GLITTERING: 5
- GS_FLING: {
- MaxLevel: 1
- GS_GLITTERING: 1
- }
- GS_TRIPLEACTION: {
- MaxLevel: 1
- GS_GLITTERING: 1
- GS_CHAINACTION: 10
- }
- GS_BULLSEYE: {
- MaxLevel: 1
- GS_GLITTERING: 5
- GS_TRACKING: 10
- }
- GS_MADNESSCANCEL: {
- MaxLevel: 1
- GS_GLITTERING: 4
- GS_GATLINGFEVER: 10
- }
- GS_ADJUSTMENT: {
- MaxLevel: 1
- GS_GLITTERING: 4
- GS_DISARM: 5
- }
- GS_INCREASING: {
- MaxLevel: 1
- GS_GLITTERING: 2
- GS_SNAKEEYE: 10
- }
- GS_MAGICALBULLET: {
- MaxLevel: 1
- GS_GLITTERING: 1
- }
- GS_CRACKER: {
- MaxLevel: 1
- GS_GLITTERING: 1
- }
- GS_SINGLEACTION: 10
- GS_SNAKEEYE: 10
- GS_CHAINACTION: {
- MaxLevel: 10
- GS_SINGLEACTION: 1
- }
- GS_TRACKING: {
- MaxLevel: 10
- GS_SINGLEACTION: 5
- }
- GS_DISARM: {
- MaxLevel: 5
- GS_TRACKING: 7
- }
- GS_PIERCINGSHOT: {
- MaxLevel: 5
- GS_TRACKING: 5
- }
- GS_RAPIDSHOWER: {
- MaxLevel: 10
- GS_CHAINACTION: 3
- }
- GS_DESPERADO: {
- MaxLevel: 10
- GS_RAPIDSHOWER: 5
- }
- GS_GATLINGFEVER: {
- MaxLevel: 10
- GS_RAPIDSHOWER: 7
- GS_DESPERADO: 5
- }
- GS_DUST: {
- MaxLevel: 10
- GS_SINGLEACTION: 5
- }
- GS_FULLBUSTER: {
- MaxLevel: 10
- GS_DUST: 3
- }
- GS_SPREADATTACK: {
- MaxLevel: 10
- GS_FULLBUSTER: 5
- }
- GS_GROUNDDRIFT: {
- MaxLevel: 10
- GS_SPREADATTACK: 7
- }
- }
-}
-Ninja: {
- inherit: ( "Novice" );
-
- skills: {
- NJ_TOBIDOUGU: 10
- NJ_SYURIKEN: {
- MaxLevel: 10
- NJ_TOBIDOUGU: 1
- }
- NJ_KUNAI: {
- MaxLevel: 5
- NJ_SYURIKEN: 5
- }
- NJ_HUUMA: {
- MaxLevel: 5
- NJ_TOBIDOUGU: 5
- NJ_KUNAI: 5
- }
- NJ_ZENYNAGE: {
- MaxLevel: 10
- NJ_TOBIDOUGU: 10
- NJ_HUUMA: 5
- }
- NJ_TATAMIGAESHI: 5
- NJ_KASUMIKIRI: {
- MaxLevel: 10
- NJ_SHADOWJUMP: 1
- }
- NJ_SHADOWJUMP: {
- MaxLevel: 5
- NJ_TATAMIGAESHI: 1
- }
- NJ_KIRIKAGE: {
- MaxLevel: 5
- NJ_KASUMIKIRI: 5
- }
- NJ_UTSUSEMI: {
- MaxLevel: 5
- NJ_SHADOWJUMP: 5
- }
- NJ_BUNSINJYUTSU: {
- MaxLevel: 10
- NJ_UTSUSEMI: 4
- NJ_KIRIKAGE: 3
- NJ_NEN: 1
- }
- NJ_NINPOU: 10
- NJ_KOUENKA: {
- MaxLevel: 10
- NJ_NINPOU: 1
- }
- NJ_KAENSIN: {
- MaxLevel: 10
- NJ_KOUENKA: 5
- }
- NJ_BAKUENRYU: {
- MaxLevel: 5
- NJ_NINPOU: 10
- NJ_KAENSIN: 7
- }
- NJ_HYOUSENSOU: {
- MaxLevel: 10
- NJ_NINPOU: 1
- }
- NJ_SUITON: {
- MaxLevel: 10
- NJ_HYOUSENSOU: 5
- }
- NJ_HYOUSYOURAKU: {
- MaxLevel: 5
- NJ_NINPOU: 10
- NJ_SUITON: 7
- }
- NJ_HUUJIN: {
- MaxLevel: 10
- NJ_NINPOU: 1
- }
- NJ_RAIGEKISAI: {
- MaxLevel: 5
- NJ_HUUJIN: 5
- }
- NJ_KAMAITACHI: {
- MaxLevel: 5
- NJ_NINPOU: 10
- NJ_RAIGEKISAI: 5
- }
- NJ_NEN: {
- MaxLevel: 5
- NJ_NINPOU: 5
- }
- NJ_ISSEN: {
- MaxLevel: 10
- NJ_TOBIDOUGU: 7
- NJ_KIRIKAGE: 5
- NJ_NEN: 1
- }
- }
-}
-Novice_High: {
- inherit: ( "Novice" );
-}
-Swordsman_High: {
- inherit: ( "Swordsman" );
-}
-Magician_High: {
- inherit: ( "Magician" );
-}
-Archer_High: {
- inherit: ( "Archer" );
-}
-Acolyte_High: {
- inherit: ( "Acolyte" );
-}
-Merchant_High: {
- inherit: ( "Merchant" );
-}
-Thief_High: {
- inherit: ( "Thief" );
-}
-Lord_Knight: {
- inherit: ( "Knight" );
- skills: {
- LK_AURABLADE: {
- MaxLevel: 5
- SM_BASH: 5
- SM_MAGNUM: 5
- SM_TWOHAND: 5
- }
- LK_PARRYING: {
- MaxLevel: 10
- SM_TWOHAND: 10
- SM_PROVOKE: 5
- KN_TWOHANDQUICKEN: 3
- }
- LK_CONCENTRATION: {
- MaxLevel: 5
- SM_RECOVERY: 5
- KN_SPEARMASTERY: 5
- KN_RIDING: 1
- }
- LK_TENSIONRELAX: {
- MaxLevel: 1
- SM_RECOVERY: 10
- SM_PROVOKE: 5
- SM_ENDURE: 3
- }
- LK_BERSERK: {
- MaxLevel: 1
- MinJobLevel: 50
- }
- LK_SPIRALPIERCE: {
- MaxLevel: 5
- KN_SPEARMASTERY: 10
- KN_PIERCE: 5
- KN_SPEARSTAB: 5
- KN_RIDING: 1
- }
- LK_HEADCRUSH: {
- MaxLevel: 5
- KN_SPEARMASTERY: 9
- KN_RIDING: 1
- }
- LK_JOINTBEAT: {
- MaxLevel: 10
- KN_SPEARMASTERY: 9
- KN_CAVALIERMASTERY: 3
- LK_HEADCRUSH: 3
- }
- }
-}
-High_Priest: {
- inherit: ( "Priest" );
-
- skills: {
- HP_ASSUMPTIO: {
- MaxLevel: 5
- AL_ANGELUS: 1
- MG_SRECOVERY: 3
- PR_IMPOSITIO: 3
- }
- HP_BASILICA: {
- MaxLevel: 5
- PR_GLORIA: 2
- MG_SRECOVERY: 1
- PR_KYRIE: 3
- }
- HP_MEDITATIO: {
- MaxLevel: 10
- PR_ASPERSIO: 3
- MG_SRECOVERY: 5
- PR_LEXDIVINA: 5
- }
- HP_MANARECHARGE: {
- MaxLevel: 5
- PR_MACEMASTERY: 10
- AL_DEMONBANE: 10
- }
- }
-}
-High_Wizard: {
- inherit: ( "Wizard" );
-
- skills: {
- HW_SOULDRAIN: {
- MaxLevel: 10
- MG_SRECOVERY: 5
- MG_SOULSTRIKE: 7
- }
- HW_MAGICCRASHER: {
- MaxLevel: 1
- MG_SRECOVERY: 1
- }
- HW_MAGICPOWER: 10
- HW_NAPALMVULCAN: {
- MaxLevel: 5
- MG_NAPALMBEAT: 5
- }
- HW_GANBANTEIN: {
- MaxLevel: 1
- WZ_ESTIMATION: 1
- WZ_ICEWALL: 1
- }
- HW_GRAVITATION: {
- MaxLevel: 5
- HW_MAGICCRASHER: 1
- HW_MAGICPOWER: 10
- WZ_QUAGMIRE: 1
- }
- }
-}
-Whitesmith: {
- inherit: ( "Blacksmith" );
-
- skills: {
- WS_MELTDOWN: {
- MaxLevel: 10
- BS_SKINTEMPER: 3
- BS_HILTBINDING: 1
- BS_WEAPONRESEARCH: 5
- BS_OVERTHRUST: 3
- }
- WS_CARTBOOST: {
- MaxLevel: 1
- MC_PUSHCART: 5
- MC_CARTREVOLUTION: 1
- MC_CHANGECART: 1
- BS_HILTBINDING: 1
- }
- WS_WEAPONREFINE: {
- MaxLevel: 10
- BS_WEAPONRESEARCH: 10
- }
- WS_CARTTERMINATION: {
- MaxLevel: 10
- MC_MAMMONITE: 10
- BS_HAMMERFALL: 5
- WS_CARTBOOST: 1
- }
- WS_OVERTHRUSTMAX: {
- MaxLevel: 5
- BS_OVERTHRUST: 5
- }
- }
-}
-Sniper: {
- inherit: ( "Hunter" );
-
- skills: {
- SN_SIGHT: {
- MaxLevel: 10
- AC_OWL: 10
- AC_VULTURE: 10
- AC_CONCENTRATION: 10
- HT_FALCON: 1
- }
- SN_FALCONASSAULT: {
- MaxLevel: 5
- HT_STEELCROW: 3
- AC_VULTURE: 5
- HT_BLITZBEAT: 5
- HT_FALCON: 1
- }
- SN_SHARPSHOOTING: {
- MaxLevel: 5
- AC_CONCENTRATION: 10
- AC_DOUBLE: 5
- }
- SN_WINDWALK: {
- MaxLevel: 10
- AC_CONCENTRATION: 9
- }
- }
-}
-Assassin_Cross: {
- inherit: ( "Assassin" );
-
- skills: {
- ASC_KATAR: {
- MaxLevel: 5
- TF_DOUBLE: 5
- AS_KATAR: 7
- }
- ASC_EDP: {
- MaxLevel: 5
- ASC_CDP: 1
- }
- ASC_BREAKER: {
- MaxLevel: 10
- TF_DOUBLE: 5
- AS_CLOAKING: 3
- AS_ENCHANTPOISON: 6
- TF_POISON: 5
- }
- ASC_METEORASSAULT: {
- MaxLevel: 10
- AS_RIGHT: 3
- AS_KATAR: 5
- AS_SONICBLOW: 5
- ASC_BREAKER: 1
- }
- ASC_CDP: {
- MaxLevel: 1
- TF_POISON: 10
- TF_DETOXIFY: 1
- AS_ENCHANTPOISON: 5
- }
- }
-}
-Paladin: {
- inherit: ( "Crusader" );
-
- skills: {
- PA_PRESSURE: {
- MaxLevel: 5
- SM_ENDURE: 5
- CR_TRUST: 5
- CR_SHIELDCHARGE: 2
- }
- PA_SACRIFICE: {
- MaxLevel: 5
- SM_ENDURE: 1
- CR_TRUST: 5
- CR_DEVOTION: 3
- }
- PA_GOSPEL: {
- MaxLevel: 10
- CR_TRUST: 8
- AL_DP: 3
- AL_DEMONBANE: 5
- }
- PA_SHIELDCHAIN: {
- MaxLevel: 5
- CR_SHIELDBOOMERANG: 5
- }
- }
-}
-Champion: {
- inherit: ( "Monk" );
-
- skills: {
- CH_PALMSTRIKE: {
- MaxLevel: 5
- MO_IRONHAND: 7
- MO_CALLSPIRITS: 5
- }
- CH_TIGERFIST: {
- MaxLevel: 5
- MO_IRONHAND: 5
- MO_TRIPLEATTACK: 5
- MO_CALLSPIRITS: 5
- MO_COMBOFINISH: 3
- }
- CH_CHAINCRUSH: {
- MaxLevel: 10
- MO_IRONHAND: 5
- MO_CALLSPIRITS: 5
- CH_TIGERFIST: 2
- }
- CH_SOULCOLLECT: {
- MaxLevel: 1
- MO_CALLSPIRITS: 5
- MO_ABSORBSPIRITS: 1
- MO_EXPLOSIONSPIRITS: 5
- }
- }
-}
-Professor: {
- inherit: ( "Sage" );
-
- skills: {
- PF_HPCONVERSION: {
- MaxLevel: 5
- MG_SRECOVERY: 1
- SA_MAGICROD: 1
- }
- PF_SOULCHANGE: {
- MaxLevel: 1
- SA_MAGICROD: 3
- SA_SPELLBREAKER: 2
- }
- PF_SOULBURN: {
- MaxLevel: 5
- SA_CASTCANCEL: 5
- SA_MAGICROD: 3
- SA_DISPELL: 3
- }
- PF_MINDBREAKER: {
- MaxLevel: 5
- MG_SRECOVERY: 3
- PF_SOULBURN: 1
- }
- PF_MEMORIZE: {
- MaxLevel: 1
- SA_ADVANCEDBOOK: 5
- SA_FREECAST: 5
- SA_AUTOSPELL: 1
- }
- PF_FOGWALL: {
- MaxLevel: 1
- SA_DELUGE: 2
- SA_VIOLENTGALE: 2
- }
- PF_SPIDERWEB: {
- MaxLevel: 1
- SA_DRAGONOLOGY: 4
- }
- PF_DOUBLECASTING: {
- MaxLevel: 5
- SA_AUTOSPELL: 1
- }
- }
-}
-Stalker: {
- inherit: ( "Rogue" );
-
- skills: {
- ST_CHASEWALK: {
- MaxLevel: 5
- TF_HIDING: 5
- RG_TUNNELDRIVE: 3
- }
- ST_REJECTSWORD: {
- MaxLevel: 5
- RG_STRIPWEAPON: 1
- }
- ST_PRESERVE: {
- MaxLevel: 1
- RG_PLAGIARISM: 10
- }
- ST_FULLSTRIP: {
- MaxLevel: 5
- RG_STRIPWEAPON: 5
- RG_STRIPSHIELD: 5
- RG_STRIPARMOR: 5
- RG_STRIPHELM: 5
- }
- }
-}
-Creator: {
- inherit: ( "Alchemist" );
-
- skills: {
- CR_SLIMPITCHER: {
- MaxLevel: 10
- AM_POTIONPITCHER: 5
- }
- CR_FULLPROTECTION: {
- MaxLevel: 5
- AM_CP_WEAPON: 5
- AM_CP_SHIELD: 5
- AM_CP_ARMOR: 5
- AM_CP_HELM: 5
- }
- CR_ACIDDEMONSTRATION: {
- MaxLevel: 10
- AM_DEMONSTRATION: 5
- AM_ACIDTERROR: 5
- }
- CR_CULTIVATION: 2
- }
-}
-Clown: {
- inherit: ( "Bard" );
-
- skills: {
- CG_ARROWVULCAN: {
- MaxLevel: 10
- AC_SHOWER: 5
- BA_MUSICALSTRIKE: 1
- }
- CG_MOONLIT: {
- MaxLevel: 5
- AC_CONCENTRATION: 5
- BA_MUSICALLESSON: 7
- }
- CG_MARIONETTE: {
- MaxLevel: 1
- AC_CONCENTRATION: 5
- BA_MUSICALLESSON: 5
- }
- CG_LONGINGFREEDOM: {
- MaxLevel: 5
- BA_MUSICALLESSON: 10
- CG_MARIONETTE: 1
- }
- CG_HERMODE: {
- MaxLevel: 5
- AC_CONCENTRATION: 10
- BA_MUSICALLESSON: 10
- }
- CG_TAROTCARD: {
- MaxLevel: 5
- AC_CONCENTRATION: 10
- BA_DISSONANCE: 3
- }
- }
-}
-Gypsy: {
- inherit: ( "Dancer" );
-
- skills: {
- CG_ARROWVULCAN: {
- MaxLevel: 10
- AC_SHOWER: 5
- DC_THROWARROW: 1
- }
- CG_MOONLIT: {
- MaxLevel: 5
- AC_CONCENTRATION: 5
- DC_DANCINGLESSON: 7
- }
- CG_MARIONETTE: {
- MaxLevel: 1
- AC_CONCENTRATION: 5
- DC_DANCINGLESSON: 5
- }
- CG_LONGINGFREEDOM: {
- MaxLevel: 5
- DC_DANCINGLESSON: 10
- CG_MARIONETTE: 1
- }
- CG_HERMODE: {
- MaxLevel: 5
- AC_CONCENTRATION: 10
- DC_DANCINGLESSON: 10
- }
- CG_TAROTCARD: {
- MaxLevel: 5
- AC_CONCENTRATION: 10
- DC_UGLYDANCE: 3
- }
- }
-}
-Baby_Novice: {
- inherit: ( "Novice" );
-}
-Baby_Swordsman: {
- inherit: ( "Swordsman" );
-}
-Baby_Magician: {
- inherit: ( "Magician" );
-}
-Baby_Archer: {
- inherit: ( "Archer" );
-}
-Baby_Acolyte: {
- inherit: ( "Acolyte" );
-}
-Baby_Merchant: {
- inherit: ( "Merchant" );
-}
-Baby_Thief: {
- inherit: ( "Thief" );
-}
-Baby_Knight: {
- inherit: ( "Knight" );
-}
-Baby_Priest: {
- inherit: ( "Priest" );
-}
-Baby_Wizard: {
- inherit: ( "Wizard" );
-}
-Baby_Blacksmith: {
- inherit: ( "Blacksmith" );
-}
-Baby_Hunter: {
- inherit: ( "Hunter" );
-}
-Baby_Assassin: {
- inherit: ( "Assassin" );
-}
-Baby_Crusader: {
- inherit: ( "Crusader" );
-}
-Baby_Monk: {
- inherit: ( "Monk" );
-}
-Baby_Sage: {
- inherit: ( "Sage" );
-}
-Baby_Rogue: {
- inherit: ( "Rogue" );
-}
-Baby_Alchemist: {
- inherit: ( "Alchemist" );
-}
-Baby_Bard: {
- inherit: ( "Bard" );
-}
-Baby_Dancer: {
- inherit: ( "Dancer" );
-}
-Super_Baby: {
- inherit: ( "Super_Novice" );
-}
-Taekwon: {
- inherit: ( "Novice" );
-
- skills: {
- TK_RUN: 10
- TK_READYSTORM: {
- MaxLevel: 1
- TK_STORMKICK: 1
- }
- TK_STORMKICK: 7
- TK_READYDOWN: {
- MaxLevel: 1
- TK_DOWNKICK: 1
- }
- TK_DOWNKICK: 7
- TK_READYTURN: {
- MaxLevel: 1
- TK_TURNKICK: 1
- }
- TK_TURNKICK: 7
- TK_READYCOUNTER: {
- MaxLevel: 1
- TK_COUNTER: 1
- }
- TK_COUNTER: 7
- TK_DODGE: {
- MaxLevel: 1
- TK_JUMPKICK: 7
- }
- TK_JUMPKICK: 7
- TK_HPTIME: 10
- TK_SPTIME: 10
- TK_POWER: 5
- TK_SEVENWIND: {
- MaxLevel: 7
- TK_HPTIME: 5
- TK_SPTIME: 5
- TK_POWER: 5
- }
- TK_HIGHJUMP: 5
- TK_MISSION: {
- MaxLevel: 1
- TK_POWER: 5
- }
- }
-}
-Star_Gladiator: {
- inherit: ( "Taekwon" );
-
- skills: {
- SG_FEEL: 3
- SG_SUN_WARM: {
- MaxLevel: 3
- SG_FEEL: 1
- }
- SG_MOON_WARM: {
- MaxLevel: 3
- SG_FEEL: 2
- }
- SG_STAR_WARM: {
- MaxLevel: 3
- SG_FEEL: 3
- }
- SG_SUN_COMFORT: {
- MaxLevel: 4
- SG_FEEL: 1
- }
- SG_MOON_COMFORT: {
- MaxLevel: 4
- SG_FEEL: 2
- }
- SG_STAR_COMFORT: {
- MaxLevel: 4
- SG_FEEL: 3
- }
- SG_HATE: 3
- SG_SUN_ANGER: {
- MaxLevel: 3
- SG_HATE: 1
- }
- SG_MOON_ANGER: {
- MaxLevel: 3
- SG_HATE: 2
- }
- SG_STAR_ANGER: {
- MaxLevel: 3
- SG_HATE: 3
- }
- SG_SUN_BLESS: {
- MaxLevel: 5
- SG_FEEL: 1
- SG_HATE: 1
- }
- SG_MOON_BLESS: {
- MaxLevel: 5
- SG_FEEL: 2
- SG_HATE: 2
- }
- SG_STAR_BLESS: {
- MaxLevel: 5
- SG_FEEL: 3
- SG_HATE: 3
- }
- SG_DEVIL: 10
- SG_FRIEND: 3
- SG_KNOWLEDGE: 10
- SG_FUSION: {
- MaxLevel: 1
- SG_KNOWLEDGE: 9
- }
- }
-}
-Soul_Linker: {
- inherit: ( "Taekwon" );
-
- skills: {
- SL_ALCHEMIST: 5
- SL_MONK: 5
- SL_STAR: 5
- SL_SAGE: 5
- SL_CRUSADER: 5
- SL_SUPERNOVICE: 5
- SL_KNIGHT: {
- MaxLevel: 5
- SL_CRUSADER: 1
- }
- SL_WIZARD: {
- MaxLevel: 5
- SL_SAGE: 1
- }
- SL_PRIEST: {
- MaxLevel: 5
- SL_MONK: 1
- }
- SL_BARDDANCER: 5
- SL_ROGUE: {
- MaxLevel: 5
- SL_ASSASIN: 1
- }
- SL_ASSASIN: 5
- SL_BLACKSMITH: {
- MaxLevel: 5
- SL_ALCHEMIST: 1
- }
- SL_HUNTER: {
- MaxLevel: 5
- SL_BARDDANCER: 1
- }
- SL_SOULLINKER: {
- MaxLevel: 5
- SL_STAR: 1
- }
- SL_KAIZEL: {
- MaxLevel: 7
- SL_PRIEST: 1
- }
- SL_KAAHI: {
- MaxLevel: 7
- SL_PRIEST: 1
- SL_CRUSADER: 1
- }
- SL_KAUPE: {
- MaxLevel: 3
- SL_ROGUE: 1
- }
- SL_KAITE: {
- MaxLevel: 7
- SL_WIZARD: 1
- }
- SL_KAINA: {
- MaxLevel: 7
- TK_SPTIME: 1
- }
- SL_STIN: {
- MaxLevel: 7
- SL_WIZARD: 1
- }
- SL_STUN: {
- MaxLevel: 7
- SL_WIZARD: 1
- }
- SL_SMA: {
- MaxLevel: 10
- SL_STIN: 7
- SL_STUN: 7
- }
- SL_SWOO: {
- MaxLevel: 7
- SL_PRIEST: 1
- }
- SL_SKE: {
- MaxLevel: 3
- SL_KNIGHT: 1
- }
- SL_SKA: {
- MaxLevel: 3
- SL_MONK: 1
- }
- SL_HIGH: {
- MaxLevel: 5
- SL_SUPERNOVICE: 5
- }
- }
-}
-Gangsi: {
- inherit: ( "Novice" );
-}
-Death_Knight: {
- inherit: ( "Novice" );
-}
-Dark_Collector: {
- inherit: ( "Novice" );
-}
-Rune_Knight: {
- inherit: ( "Knight" );
-
- skills: {
- RK_ENCHANTBLADE: {
- MaxLevel: 5
- RK_RUNEMASTERY: 2
- }
- RK_SONICWAVE: {
- MaxLevel: 5
- RK_ENCHANTBLADE: 3
- }
- RK_DEATHBOUND: {
- MaxLevel: 10
- KN_AUTOCOUNTER: 1
- RK_ENCHANTBLADE: 2
- }
- RK_HUNDREDSPEAR: {
- MaxLevel: 10
- RK_PHANTOMTHRUST: 3
- }
- RK_WINDCUTTER: {
- MaxLevel: 5
- RK_ENCHANTBLADE: 5
- }
- RK_IGNITIONBREAK: {
- MaxLevel: 5
- RK_SONICWAVE: 2
- RK_DEATHBOUND: 5
- RK_WINDCUTTER: 3
- }
- RK_DRAGONTRAINING: {
- MaxLevel: 5
- KN_CAVALIERMASTERY: 1
- }
- RK_DRAGONBREATH: {
- MaxLevel: 10
- RK_DRAGONTRAINING: 2
- }
- RK_DRAGONHOWLING: {
- MaxLevel: 5
- RK_DRAGONTRAINING: 2
- }
- RK_RUNEMASTERY: 10
- RK_PHANTOMTHRUST: {
- MaxLevel: 5
- KN_BRANDISHSPEAR: 2
- }
- RK_DRAGONBREATH_WATER: {
- MaxLevel: 10
- RK_DRAGONTRAINING: 2
- }
- ALL_FULL_THROTTLE: 5
- }
-}
-Warlock: {
- inherit: ( "Wizard" );
-
- skills: {
- WL_WHITEIMPRISON: {
- MaxLevel: 5
- WL_SOULEXPANSION: 3
- }
- WL_SOULEXPANSION: {
- MaxLevel: 5
- WL_DRAINLIFE: 1
- }
- WL_FROSTMISTY: {
- MaxLevel: 5
- WL_SUMMONWB: 1
- }
- WL_JACKFROST: {
- MaxLevel: 5
- WL_FROSTMISTY: 2
- }
- WL_MARSHOFABYSS: {
- MaxLevel: 5
- WZ_QUAGMIRE: 1
- }
- WL_RECOGNIZEDSPELL: {
- MaxLevel: 5
- WL_WHITEIMPRISON: 1
- WL_STASIS: 1
- WL_RELEASE: 2
- }
- WL_SIENNAEXECRATE: {
- MaxLevel: 5
- WL_SUMMONSTONE: 1
- }
- WL_RADIUS: 3
- WL_STASIS: {
- MaxLevel: 5
- WL_DRAINLIFE: 1
- }
- WL_DRAINLIFE: {
- MaxLevel: 5
- WL_RADIUS: 1
- }
- WL_CRIMSONROCK: {
- MaxLevel: 5
- WL_SUMMONFB: 1
- }
- WL_HELLINFERNO: {
- MaxLevel: 5
- WL_CRIMSONROCK: 2
- }
- WL_COMET: {
- MaxLevel: 5
- WL_HELLINFERNO: 3
- }
- WL_CHAINLIGHTNING: {
- MaxLevel: 5
- WL_SUMMONBL: 1
- }
- WL_EARTHSTRAIN: {
- MaxLevel: 5
- WL_SIENNAEXECRATE: 2
- }
- WL_TETRAVORTEX: {
- MaxLevel: 5
- WL_JACKFROST: 5
- WL_HELLINFERNO: 5
- WL_CHAINLIGHTNING: 5
- WL_EARTHSTRAIN: 5
- }
- WL_SUMMONFB: {
- MaxLevel: 5
- WZ_METEOR: 1
- }
- WL_SUMMONBL: {
- MaxLevel: 5
- WZ_VERMILION: 1
- }
- WL_SUMMONWB: {
- MaxLevel: 5
- WZ_STORMGUST: 1
- }
- WL_SUMMONSTONE: {
- MaxLevel: 5
- WZ_HEAVENDRIVE: 1
- }
- WL_RELEASE: 2
- WL_READING_SB: 1
- WL_FREEZE_SP: 5
- WL_TELEKINESIS_INTENSE: {
- MaxLevel: 5
- WL_SOULEXPANSION: 5
- }
- ALL_FULL_THROTTLE: 5
- }
-}
-Ranger: {
- inherit: ( "Hunter" );
-
- skills: {
- RA_ARROWSTORM: {
- MaxLevel: 10
- RA_AIMEDBOLT: 5
- }
- RA_FEARBREEZE: {
- MaxLevel: 5
- RA_ARROWSTORM: 5
- RA_CAMOUFLAGE: 1
- }
- RA_RANGERMAIN: 10
- RA_AIMEDBOLT: {
- MaxLevel: 10
- HT_ANKLESNARE: 5
- }
- RA_DETONATOR: {
- MaxLevel: 1
- RA_CLUSTERBOMB: 3
- }
- RA_ELECTRICSHOCKER: {
- MaxLevel: 5
- HT_SHOCKWAVE: 5
- }
- RA_CLUSTERBOMB: {
- MaxLevel: 5
- RA_RESEARCHTRAP: 3
- }
- RA_WUGMASTERY: 1
- RA_WUGRIDER: {
- MaxLevel: 3
- RA_WUGMASTERY: 1
- }
- RA_WUGDASH: {
- MaxLevel: 1
- RA_WUGRIDER: 1
- }
- RA_WUGSTRIKE: {
- MaxLevel: 5
- RA_TOOTHOFWUG: 1
- }
- RA_WUGBITE: {
- MaxLevel: 5
- RA_WUGMASTERY: 1
- }
- RA_TOOTHOFWUG: {
- MaxLevel: 10
- RA_WUGMASTERY: 1
- }
- RA_SENSITIVEKEEN: {
- MaxLevel: 5
- RA_TOOTHOFWUG: 3
- }
- RA_CAMOUFLAGE: {
- MaxLevel: 5
- RA_RANGERMAIN: 1
- }
- RA_RESEARCHTRAP: {
- MaxLevel: 5
- HT_CLAYMORETRAP: 1
- HT_REMOVETRAP: 1
- }
- RA_MAGENTATRAP: {
- MaxLevel: 1
- RA_RESEARCHTRAP: 1
- }
- RA_COBALTTRAP: {
- MaxLevel: 1
- RA_RESEARCHTRAP: 1
- }
- RA_MAIZETRAP: {
- MaxLevel: 1
- RA_RESEARCHTRAP: 1
- }
- RA_VERDURETRAP: {
- MaxLevel: 1
- RA_RESEARCHTRAP: 1
- }
- RA_FIRINGTRAP: {
- MaxLevel: 5
- RA_DETONATOR: 1
- }
- RA_ICEBOUNDTRAP: {
- MaxLevel: 5
- RA_DETONATOR: 1
- }
- RA_UNLIMIT: {
- MaxLevel: 5
- RA_FEARBREEZE: 5
- }
- ALL_FULL_THROTTLE: 5
- }
-}
-Arch_Bishop: {
- inherit: ( "Priest" );
-
- skills: {
- AB_JUDEX: {
- MaxLevel: 5
- PR_TURNUNDEAD: 1
- }
- AB_ANCILLA: {
- MaxLevel: 1
- AB_CLEMENTIA: 3
- }
- AB_ADORAMUS: {
- MaxLevel: 10
- PR_MAGNUS: 1
- AB_JUDEX: 1
- AB_ANCILLA: 1
- }
- AB_CLEMENTIA: {
- MaxLevel: 3
- AL_BLESSING: 1
- }
- AB_CANTO: {
- MaxLevel: 3
- AL_INCAGI: 1
- }
- AB_CHEAL: {
- MaxLevel: 3
- AL_HEAL: 1
- }
- AB_EPICLESIS: {
- MaxLevel: 5
- AB_ANCILLA: 1
- AB_HIGHNESSHEAL: 1
- }
- AB_PRAEFATIO: {
- MaxLevel: 10
- PR_KYRIE: 1
- }
- AB_ORATIO: {
- MaxLevel: 10
- AB_PRAEFATIO: 5
- }
- AB_LAUDAAGNUS: {
- MaxLevel: 4
- PR_STRECOVERY: 1
- }
- AB_LAUDARAMUS: {
- MaxLevel: 4
- AB_LAUDAAGNUS: 2
- }
- AB_EUCHARISTICA: {
- MaxLevel: 10
- AB_EPICLESIS: 1
- AB_EXPIATIO: 1
- }
- AB_RENOVATIO: {
- MaxLevel: 1
- AB_CHEAL: 3
- }
- AB_HIGHNESSHEAL: {
- MaxLevel: 5
- AB_RENOVATIO: 1
- }
- AB_CLEARANCE: {
- MaxLevel: 5
- AB_LAUDARAMUS: 2
- }
- AB_EXPIATIO: {
- MaxLevel: 5
- AB_ORATIO: 5
- AB_DUPLELIGHT: 5
- }
- AB_DUPLELIGHT: {
- MaxLevel: 10
- PR_ASPERSIO: 1
- }
- AB_SILENTIUM: {
- MaxLevel: 5
- AB_CLEARANCE: 1
- }
- AB_SECRAMENT: {
- MaxLevel: 5
- AB_EPICLESIS: 1
- AB_EXPIATIO: 1
- }
- AB_OFFERTORIUM: {
- MaxLevel: 5
- AB_HIGHNESSHEAL: 2
- }
- ALL_FULL_THROTTLE: 5
- }
-}
-Mechanic: {
- inherit: ( "Blacksmith" );
-
- skills: {
- NC_MADOLICENCE: 5
- NC_BOOSTKNUCKLE: {
- MaxLevel: 5
- NC_MADOLICENCE: 1
- }
- NC_PILEBUNKER: {
- MaxLevel: 3
- NC_BOOSTKNUCKLE: 2
- }
- NC_VULCANARM: {
- MaxLevel: 3
- NC_BOOSTKNUCKLE: 2
- }
- NC_FLAMELAUNCHER: {
- MaxLevel: 3
- NC_VULCANARM: 3
- }
- NC_COLDSLOWER: {
- MaxLevel: 3
- NC_VULCANARM: 3
- }
- NC_ARMSCANNON: {
- MaxLevel: 3
- NC_FLAMELAUNCHER: 2
- NC_COLDSLOWER: 2
- }
- NC_ACCELERATION: {
- MaxLevel: 3
- NC_MADOLICENCE: 1
- }
- NC_HOVERING: {
- MaxLevel: 1
- NC_ACCELERATION: 1
- }
- NC_F_SIDESLIDE: {
- MaxLevel: 1
- NC_HOVERING: 1
- }
- NC_B_SIDESLIDE: {
- MaxLevel: 1
- NC_HOVERING: 1
- }
- NC_MAINFRAME: {
- MaxLevel: 4
- NC_MADOLICENCE: 4
- }
- NC_SELFDESTRUCTION: {
- MaxLevel: 3
- NC_MAINFRAME: 2
- }
- NC_SHAPESHIFT: {
- MaxLevel: 4
- NC_MAINFRAME: 2
- }
- NC_EMERGENCYCOOL: {
- MaxLevel: 1
- NC_SELFDESTRUCTION: 2
- }
- NC_INFRAREDSCAN: {
- MaxLevel: 1
- NC_SHAPESHIFT: 2
- }
- NC_ANALYZE: {
- MaxLevel: 3
- NC_INFRAREDSCAN: 1
- }
- NC_MAGNETICFIELD: {
- MaxLevel: 3
- NC_EMERGENCYCOOL: 1
- }
- NC_NEUTRALBARRIER: {
- MaxLevel: 3
- NC_MAGNETICFIELD: 2
- }
- NC_STEALTHFIELD: {
- MaxLevel: 3
- NC_ANALYZE: 3
- NC_NEUTRALBARRIER: 2
- }
- NC_REPAIR: {
- MaxLevel: 5
- NC_MADOLICENCE: 1
- }
- NC_TRAININGAXE: 10
- NC_RESEARCHFE: 5
- NC_AXEBOOMERANG: {
- MaxLevel: 5
- NC_TRAININGAXE: 1
- }
- NC_POWERSWING: {
- MaxLevel: 5
- NC_AXEBOOMERANG: 3
- }
- NC_AXETORNADO: {
- MaxLevel: 5
- NC_TRAININGAXE: 1
- }
- NC_SILVERSNIPER: {
- MaxLevel: 5
- NC_RESEARCHFE: 2
- }
- NC_MAGICDECOY: {
- MaxLevel: 5
- NC_RESEARCHFE: 2
- }
- NC_DISJOINT: {
- MaxLevel: 1
- NC_SILVERSNIPER: 1
- }
- NC_MAGMA_ERUPTION: 5
- ALL_FULL_THROTTLE: 5
- }
-}
-Guillotine_Cross: {
- inherit: ( "Assassin" );
-
- skills: {
- GC_VENOMIMPRESS: {
- MaxLevel: 5
- AS_ENCHANTPOISON: 3
- }
- GC_CROSSIMPACT: {
- MaxLevel: 5
- AS_SONICBLOW: 10
- }
- GC_DARKILLUSION: {
- MaxLevel: 5
- GC_CROSSIMPACT: 3
- }
- GC_RESEARCHNEWPOISON: 10
- GC_CREATENEWPOISON: {
- MaxLevel: 1
- GC_RESEARCHNEWPOISON: 1
- }
- GC_ANTIDOTE: {
- MaxLevel: 1
- GC_RESEARCHNEWPOISON: 5
- }
- GC_POISONINGWEAPON: {
- MaxLevel: 5
- GC_CREATENEWPOISON: 1
- }
- GC_WEAPONBLOCKING: {
- MaxLevel: 5
- AS_LEFT: 5
- }
- GC_COUNTERSLASH: {
- MaxLevel: 5
- GC_WEAPONBLOCKING: 1
- }
- GC_WEAPONCRUSH: {
- MaxLevel: 5
- GC_WEAPONBLOCKING: 1
- }
- GC_VENOMPRESSURE: {
- MaxLevel: 5
- GC_POISONINGWEAPON: 3
- GC_WEAPONBLOCKING: 1
- }
- GC_POISONSMOKE: {
- MaxLevel: 5
- GC_POISONINGWEAPON: 5
- GC_VENOMPRESSURE: 5
- }
- GC_CLOAKINGEXCEED: {
- MaxLevel: 5
- AS_CLOAKING: 3
- }
- GC_PHANTOMMENACE: {
- MaxLevel: 1
- GC_DARKILLUSION: 5
- GC_CLOAKINGEXCEED: 5
- }
- GC_HALLUCINATIONWALK: {
- MaxLevel: 5
- GC_PHANTOMMENACE: 1
- }
- GC_ROLLINGCUTTER: {
- MaxLevel: 5
- AS_SONICBLOW: 10
- }
- GC_CROSSRIPPERSLASHER: {
- MaxLevel: 5
- GC_ROLLINGCUTTER: 1
- }
- GC_DARKCROW: {
- MaxLevel: 5
- GC_DARKILLUSION: 5
- }
- ALL_FULL_THROTTLE: 5
- }
-}
-Rune_Knight_Trans: {
- inherit: ( "Lord_Knight", "Rune_Knight" );
-}
-Warlock_Trans: {
- inherit: ( "High_Wizard", "Warlock" );
-}
-Ranger_Trans: {
- inherit: ( "Sniper", "Ranger" );
-}
-Arch_Bishop_Trans: {
- inherit: ( "High_Priest", "Arch_Bishop" );
-}
-Mechanic_Trans: {
- inherit: ( "Whitesmith", "Mechanic" );
-}
-Guillotine_Cross_Trans: {
- inherit: ( "Assassin_Cross", "Guillotine_Cross" );
-}
-Royal_Guard: {
- inherit: ( "Crusader" );
-
- skills: {
- LG_CANNONSPEAR: {
- MaxLevel: 5
- LG_PINPOINTATTACK: 1
- }
- LG_BANISHINGPOINT: {
- MaxLevel: 10
- KN_SPEARMASTERY: 1
- }
- LG_TRAMPLE: 3
- LG_SHIELDPRESS: {
- MaxLevel: 5
- CR_SHIELDCHARGE: 3
- }
- LG_REFLECTDAMAGE: {
- MaxLevel: 5
- CR_REFLECTSHIELD: 5
- }
- LG_PINPOINTATTACK: {
- MaxLevel: 5
- LG_BANISHINGPOINT: 5
- }
- LG_FORCEOFVANGUARD: 5
- LG_RAGEBURST: {
- MaxLevel: 1
- LG_FORCEOFVANGUARD: 1
- }
- LG_SHIELDSPELL: {
- MaxLevel: 3
- LG_SHIELDPRESS: 3
- LG_EARTHDRIVE: 2
- }
- LG_EXEEDBREAK: {
- MaxLevel: 5
- LG_BANISHINGPOINT: 3
- }
- LG_OVERBRAND: {
- MaxLevel: 5
- LG_PINPOINTATTACK: 1
- LG_MOONSLASHER: 3
- }
- LG_PRESTIGE: {
- MaxLevel: 5
- LG_TRAMPLE: 3
- }
- LG_BANDING: {
- MaxLevel: 5
- LG_PINPOINTATTACK: 3
- LG_RAGEBURST: 1
- }
- LG_MOONSLASHER: {
- MaxLevel: 5
- KN_SPEARMASTERY: 1
- }
- LG_RAYOFGENESIS: {
- MaxLevel: 5
- CR_GRANDCROSS: 5
- }
- LG_PIETY: {
- MaxLevel: 5
- CR_TRUST: 3
- }
- LG_EARTHDRIVE: {
- MaxLevel: 5
- LG_REFLECTDAMAGE: 3
- }
- LG_HESPERUSLIT: {
- MaxLevel: 5
- LG_PRESTIGE: 3
- LG_BANDING: 3
- }
- LG_INSPIRATION: {
- MaxLevel: 5
- LG_SHIELDSPELL: 3
- LG_RAYOFGENESIS: 4
- LG_PIETY: 5
- }
- LG_KINGS_GRACE: {
- MaxLevel: 5
- LG_REFLECTDAMAGE: 5
- }
- ALL_FULL_THROTTLE: 5
- }
-}
-Sorcerer: {
- inherit: ( "Sage" );
-
- skills: {
- SO_FIREWALK: {
- MaxLevel: 5
- SA_VOLCANO: 1
- }
- SO_ELECTRICWALK: {
- MaxLevel: 5
- SA_VIOLENTGALE: 1
- }
- SO_SPELLFIST: {
- MaxLevel: 5
- SA_AUTOSPELL: 4
- }
- SO_EARTHGRAVE: {
- MaxLevel: 5
- WZ_EARTHSPIKE: 5
- }
- SO_DIAMONDDUST: {
- MaxLevel: 5
- SA_DELUGE: 3
- }
- SO_POISON_BUSTER: {
- MaxLevel: 5
- SO_CLOUD_KILL: 2
- }
- SO_PSYCHIC_WAVE: {
- MaxLevel: 5
- SA_DISPELL: 2
- }
- SO_CLOUD_KILL: {
- MaxLevel: 5
- WZ_HEAVENDRIVE: 5
- }
- SO_STRIKING: {
- MaxLevel: 5
- SA_FLAMELAUNCHER: 1
- SA_FROSTWEAPON: 1
- SA_LIGHTNINGLOADER: 1
- SA_SEISMICWEAPON: 1
- }
- SO_WARMER: {
- MaxLevel: 5
- SA_VOLCANO: 1
- SA_VIOLENTGALE: 1
- }
- SO_VACUUM_EXTREME: {
- MaxLevel: 5
- SA_LANDPROTECTOR: 2
- }
- SO_VARETYR_SPEAR: {
- MaxLevel: 5
- SA_SEISMICWEAPON: 1
- SA_VIOLENTGALE: 4
- }
- SO_ARRULLO: {
- MaxLevel: 5
- SO_WARMER: 2
- }
- SO_EL_CONTROL: {
- MaxLevel: 4
- SO_EL_ANALYSIS: 1
- }
- SO_SUMMON_AGNI: {
- MaxLevel: 3
- SO_WARMER: 3
- SO_EL_CONTROL: 1
- }
- SO_SUMMON_AQUA: {
- MaxLevel: 3
- SO_DIAMONDDUST: 3
- SO_EL_CONTROL: 1
- }
- SO_SUMMON_VENTUS: {
- MaxLevel: 3
- SO_VARETYR_SPEAR: 3
- SO_EL_CONTROL: 1
- }
- SO_SUMMON_TERA: {
- MaxLevel: 3
- SO_EARTHGRAVE: 3
- SO_EL_CONTROL: 1
- }
- SO_EL_ACTION: {
- MaxLevel: 1
- SO_EL_CONTROL: 3
- }
- SO_EL_ANALYSIS: {
- MaxLevel: 2
- SA_FLAMELAUNCHER: 1
- SA_FROSTWEAPON: 1
- SA_LIGHTNINGLOADER: 1
- SA_SEISMICWEAPON: 1
- }
- SO_EL_SYMPATHY: {
- MaxLevel: 5
- SO_EL_CONTROL: 3
- }
- SO_EL_CURE: {
- MaxLevel: 1
- SO_EL_SYMPATHY: 1
- }
- SO_FIRE_INSIGNIA: {
- MaxLevel: 3
- SO_SUMMON_AGNI: 3
- }
- SO_WATER_INSIGNIA: {
- MaxLevel: 3
- SO_SUMMON_AQUA: 3
- }
- SO_WIND_INSIGNIA: {
- MaxLevel: 3
- SO_SUMMON_VENTUS: 3
- }
- SO_EARTH_INSIGNIA: {
- MaxLevel: 3
- SO_SUMMON_TERA: 3
- }
- SO_ELEMENTAL_SHIELD: {
- MaxLevel: 5
- SO_EL_CONTROL: 3
- }
- ALL_FULL_THROTTLE: 5
- }
-}
-Minstrel: {
- inherit: ( "Bard" );
-
- skills: {
- MI_RUSH_WINDMILL: {
- MaxLevel: 5
- WM_LULLABY_DEEPSLEEP: 1
- }
- MI_ECHOSONG: {
- MaxLevel: 5
- WM_LULLABY_DEEPSLEEP: 1
- }
- MI_HARMONIZE: {
- MaxLevel: 5
- WM_LULLABY_DEEPSLEEP: 1
- }
- WM_LESSON: 10
- WM_METALICSOUND: {
- MaxLevel: 5
- WM_DOMINION_IMPULSE: 1
- }
- WM_REVERBERATION: {
- MaxLevel: 5
- BA_DISSONANCE: 5
- }
- WM_DOMINION_IMPULSE: {
- MaxLevel: 1
- WM_REVERBERATION: 1
- }
- WM_SEVERE_RAINSTORM: {
- MaxLevel: 5
- BA_MUSICALSTRIKE: 5
- }
- WM_POEMOFNETHERWORLD: {
- MaxLevel: 5
- WM_LESSON: 1
- }
- WM_VOICEOFSIREN: {
- MaxLevel: 5
- WM_POEMOFNETHERWORLD: 3
- }
- WM_DEADHILLHERE: {
- MaxLevel: 5
- WM_SIRCLEOFNATURE: 3
- }
- WM_LULLABY_DEEPSLEEP: {
- MaxLevel: 5
- WM_LESSON: 1
- }
- WM_SIRCLEOFNATURE: {
- MaxLevel: 5
- WM_LESSON: 1
- }
- WM_RANDOMIZESPELL: {
- MaxLevel: 5
- WM_POEMOFNETHERWORLD: 1
- }
- WM_GLOOMYDAY: {
- MaxLevel: 5
- WM_RANDOMIZESPELL: 1
- }
- WM_GREAT_ECHO: {
- MaxLevel: 5
- WM_METALICSOUND: 1
- }
- WM_SONG_OF_MANA: {
- MaxLevel: 5
- MI_RUSH_WINDMILL: 1
- MI_ECHOSONG: 1
- MI_HARMONIZE: 1
- }
- WM_DANCE_WITH_WUG: {
- MaxLevel: 5
- MI_RUSH_WINDMILL: 1
- MI_ECHOSONG: 1
- MI_HARMONIZE: 1
- }
- WM_SOUND_OF_DESTRUCTION: {
- MaxLevel: 5
- WM_SATURDAY_NIGHT_FEVER: 3
- WM_MELODYOFSINK: 3
- }
- WM_SATURDAY_NIGHT_FEVER: {
- MaxLevel: 5
- WM_DANCE_WITH_WUG: 1
- }
- WM_LERADS_DEW: {
- MaxLevel: 5
- MI_RUSH_WINDMILL: 1
- MI_ECHOSONG: 1
- MI_HARMONIZE: 1
- }
- WM_MELODYOFSINK: {
- MaxLevel: 5
- WM_SONG_OF_MANA: 1
- }
- WM_BEYOND_OF_WARCRY: {
- MaxLevel: 5
- WM_LERADS_DEW: 1
- }
- WM_UNLIMITED_HUMMING_VOICE: {
- MaxLevel: 5
- WM_SOUND_OF_DESTRUCTION: 1
- WM_BEYOND_OF_WARCRY: 1
- }
- WM_FRIGG_SONG: {
- MaxLevel: 5
- WM_LESSON: 1
- }
- ALL_FULL_THROTTLE: 5
- }
-}
-Wanderer: {
- inherit: ( "Dancer" );
-
- skills: {
- WA_SWING_DANCE: {
- MaxLevel: 5
- WM_LULLABY_DEEPSLEEP: 1
- }
- WA_SYMPHONY_OF_LOVER: {
- MaxLevel: 5
- WM_LULLABY_DEEPSLEEP: 1
- }
- WA_MOONLIT_SERENADE: {
- MaxLevel: 5
- WM_LULLABY_DEEPSLEEP: 1
- }
- WM_LESSON: 10
- WM_METALICSOUND: {
- MaxLevel: 5
- WM_DOMINION_IMPULSE: 1
- }
- WM_REVERBERATION: {
- MaxLevel: 5
- DC_UGLYDANCE: 5
- }
- WM_DOMINION_IMPULSE: {
- MaxLevel: 1
- WM_REVERBERATION: 1
- }
- WM_SEVERE_RAINSTORM: {
- MaxLevel: 5
- DC_THROWARROW: 5
- }
- WM_POEMOFNETHERWORLD: {
- MaxLevel: 5
- WM_LESSON: 1
- }
- WM_VOICEOFSIREN: {
- MaxLevel: 5
- WM_POEMOFNETHERWORLD: 3
- }
- WM_DEADHILLHERE: {
- MaxLevel: 5
- WM_SIRCLEOFNATURE: 3
- }
- WM_LULLABY_DEEPSLEEP: {
- MaxLevel: 5
- WM_LESSON: 1
- }
- WM_SIRCLEOFNATURE: {
- MaxLevel: 5
- WM_LESSON: 1
- }
- WM_RANDOMIZESPELL: {
- MaxLevel: 5
- WM_POEMOFNETHERWORLD: 1
- }
- WM_GLOOMYDAY: {
- MaxLevel: 5
- WM_RANDOMIZESPELL: 1
- }
- WM_GREAT_ECHO: {
- MaxLevel: 5
- WM_METALICSOUND: 1
- }
- WM_SONG_OF_MANA: {
- MaxLevel: 5
- WA_SWING_DANCE: 1
- WA_SYMPHONY_OF_LOVER: 1
- WA_MOONLIT_SERENADE: 1
- }
- WM_DANCE_WITH_WUG: {
- MaxLevel: 5
- WA_SWING_DANCE: 1
- WA_SYMPHONY_OF_LOVER: 1
- WA_MOONLIT_SERENADE: 1
- }
- WM_SOUND_OF_DESTRUCTION: {
- MaxLevel: 5
- WM_SATURDAY_NIGHT_FEVER: 3
- WM_MELODYOFSINK: 3
- }
- WM_SATURDAY_NIGHT_FEVER: {
- MaxLevel: 5
- WM_DANCE_WITH_WUG: 1
- }
- WM_LERADS_DEW: {
- MaxLevel: 5
- WA_SWING_DANCE: 1
- WA_SYMPHONY_OF_LOVER: 1
- WA_MOONLIT_SERENADE: 1
- }
- WM_MELODYOFSINK: {
- MaxLevel: 5
- WM_SONG_OF_MANA: 1
- }
- WM_BEYOND_OF_WARCRY: {
- MaxLevel: 5
- WM_LERADS_DEW: 1
- }
- WM_UNLIMITED_HUMMING_VOICE: {
- MaxLevel: 5
- WM_SOUND_OF_DESTRUCTION: 1
- WM_BEYOND_OF_WARCRY: 1
- }
- WM_FRIGG_SONG: {
- MaxLevel: 5
- WM_LESSON: 1
- }
- ALL_FULL_THROTTLE: 5
- }
-}
-Sura: {
- inherit: ( "Monk" );
-
- skills: {
- SR_DRAGONCOMBO: {
- MaxLevel: 10
- MO_TRIPLEATTACK: 5
- }
- SR_SKYNETBLOW: {
- MaxLevel: 5
- SR_DRAGONCOMBO: 3
- }
- SR_EARTHSHAKER: {
- MaxLevel: 5
- SR_DRAGONCOMBO: 1
- SR_CURSEDCIRCLE: 1
- }
- SR_FALLENEMPIRE: {
- MaxLevel: 5
- SR_DRAGONCOMBO: 1
- }
- SR_TIGERCANNON: {
- MaxLevel: 10
- SR_FALLENEMPIRE: 3
- }
- SR_RAMPAGEBLASTER: {
- MaxLevel: 5
- SR_EARTHSHAKER: 2
- }
- SR_CRESCENTELBOW: {
- MaxLevel: 5
- SR_SKYNETBLOW: 1
- }
- SR_CURSEDCIRCLE: {
- MaxLevel: 5
- MO_BLADESTOP: 2
- SR_GENTLETOUCH_QUIET: 2
- }
- SR_LIGHTNINGWALK: {
- MaxLevel: 5
- SR_WINDMILL: 1
- }
- SR_KNUCKLEARROW: {
- MaxLevel: 5
- SR_RAMPAGEBLASTER: 3
- SR_LIGHTNINGWALK: 3
- }
- SR_WINDMILL: {
- MaxLevel: 1
- SR_CURSEDCIRCLE: 1
- }
- SR_RAISINGDRAGON: {
- MaxLevel: 10
- SR_RAMPAGEBLASTER: 3
- SR_GENTLETOUCH_ENERGYGAIN: 3
- }
- SR_ASSIMILATEPOWER: {
- MaxLevel: 1
- MO_ABSORBSPIRITS: 1
- SR_POWERVELOCITY: 1
- }
- SR_POWERVELOCITY: {
- MaxLevel: 1
- MO_CALLSPIRITS: 5
- }
- SR_GATEOFHELL: {
- MaxLevel: 10
- SR_TIGERCANNON: 5
- SR_RAISINGDRAGON: 5
- }
- SR_GENTLETOUCH_QUIET: {
- MaxLevel: 5
- SR_POWERVELOCITY: 1
- }
- SR_GENTLETOUCH_CURE: {
- MaxLevel: 5
- SR_POWERVELOCITY: 1
- }
- SR_GENTLETOUCH_ENERGYGAIN: {
- MaxLevel: 5
- SR_GENTLETOUCH_QUIET: 3
- }
- SR_GENTLETOUCH_CHANGE: {
- MaxLevel: 5
- SR_GENTLETOUCH_CURE: 4
- }
- SR_GENTLETOUCH_REVITALIZE: {
- MaxLevel: 5
- SR_GENTLETOUCH_CHANGE: 5
- }
- SR_HOWLINGOFLION: {
- MaxLevel: 5
- SR_ASSIMILATEPOWER: 1
- SR_RIDEINLIGHTNING: 3
- }
- SR_RIDEINLIGHTNING: {
- MaxLevel: 5
- MO_FINGEROFFENSIVE: 3
- }
- SR_FLASHCOMBO: {
- MaxLevel: 5
- SR_DRAGONCOMBO: 3
- SR_FALLENEMPIRE: 3
- SR_TIGERCANNON: 1
- SR_SKYNETBLOW: 1
- }
- ALL_FULL_THROTTLE: 5
- }
-}
-Genetic: {
- inherit: ( "Alchemist" );
-
- skills: {
- GN_TRAINING_SWORD: 5
- GN_REMODELING_CART: 5
- GN_CART_TORNADO: {
- MaxLevel: 5
- GN_REMODELING_CART: 1
- }
- GN_CARTCANNON: {
- MaxLevel: 5
- GN_REMODELING_CART: 2
- }
- GN_CARTBOOST: {
- MaxLevel: 5
- GN_REMODELING_CART: 3
- }
- GN_THORNS_TRAP: {
- MaxLevel: 5
- GN_S_PHARMACY: 2
- }
- GN_BLOOD_SUCKER: {
- MaxLevel: 5
- GN_S_PHARMACY: 3
- }
- GN_SPORE_EXPLOSION: {
- MaxLevel: 5
- GN_S_PHARMACY: 4
- }
- GN_WALLOFTHORN: {
- MaxLevel: 5
- GN_THORNS_TRAP: 3
- }
- GN_CRAZYWEED: {
- MaxLevel: 10
- GN_WALLOFTHORN: 3
- }
- GN_DEMONIC_FIRE: {
- MaxLevel: 5
- GN_SPORE_EXPLOSION: 3
- }
- GN_FIRE_EXPANSION: {
- MaxLevel: 5
- GN_DEMONIC_FIRE: 3
- }
- GN_HELLS_PLANT: {
- MaxLevel: 5
- GN_BLOOD_SUCKER: 3
- }
- GN_MANDRAGORA: {
- MaxLevel: 5
- GN_HELLS_PLANT: 3
- }
- GN_SLINGITEM: {
- MaxLevel: 1
- GN_CHANGEMATERIAL: 1
- }
- GN_CHANGEMATERIAL: 1
- GN_MIX_COOKING: {
- MaxLevel: 2
- GN_S_PHARMACY: 1
- }
- GN_MAKEBOMB: {
- MaxLevel: 2
- GN_MIX_COOKING: 1
- }
- GN_S_PHARMACY: 10
- GN_ILLUSIONDOPING: {
- MaxLevel: 5
- GN_S_PHARMACY: 1
- }
- ALL_FULL_THROTTLE: 5
- }
-}
-Shadow_Chaser: {
- inherit: ( "Rogue" );
-
- skills: {
- SC_FATALMENACE: {
- MaxLevel: 5
- RG_INTIMIDATE: 5
- }
- SC_REPRODUCE: {
- MaxLevel: 10
- RG_PLAGIARISM: 5
- }
- SC_AUTOSHADOWSPELL: {
- MaxLevel: 10
- SC_REPRODUCE: 5
- }
- SC_SHADOWFORM: {
- MaxLevel: 5
- RG_TUNNELDRIVE: 3
- }
- SC_TRIANGLESHOT: {
- MaxLevel: 10
- AC_DOUBLE: 7
- }
- SC_BODYPAINT: 5
- SC_INVISIBILITY: {
- MaxLevel: 5
- SC_AUTOSHADOWSPELL: 7
- SC_DEADLYINFECT: 5
- SC_UNLUCKY: 3
- }
- SC_DEADLYINFECT: {
- MaxLevel: 5
- SC_AUTOSHADOWSPELL: 5
- SC_SHADOWFORM: 3
- }
- SC_ENERVATION: {
- MaxLevel: 3
- SC_BODYPAINT: 1
- }
- SC_GROOMY: {
- MaxLevel: 3
- SC_BODYPAINT: 1
- }
- SC_IGNORANCE: {
- MaxLevel: 3
- SC_BODYPAINT: 1
- }
- SC_LAZINESS: {
- MaxLevel: 3
- SC_ENERVATION: 1
- SC_GROOMY: 1
- SC_IGNORANCE: 1
- }
- SC_UNLUCKY: {
- MaxLevel: 3
- SC_LAZINESS: 1
- SC_WEAKNESS: 1
- }
- SC_WEAKNESS: {
- MaxLevel: 3
- SC_ENERVATION: 1
- SC_GROOMY: 1
- SC_IGNORANCE: 1
- }
- SC_STRIPACCESSARY: {
- MaxLevel: 5
- RG_STRIPWEAPON: 1
- }
- SC_MANHOLE: {
- MaxLevel: 3
- RG_FLAGGRAFFITI: 1
- }
- SC_DIMENSIONDOOR: {
- MaxLevel: 3
- SC_MANHOLE: 1
- }
- SC_CHAOSPANIC: {
- MaxLevel: 3
- SC_MANHOLE: 1
- }
- SC_MAELSTROM: {
- MaxLevel: 3
- SC_UNLUCKY: 3
- SC_CHAOSPANIC: 3
- }
- SC_BLOODYLUST: {
- MaxLevel: 3
- SC_DIMENSIONDOOR: 3
- }
- SC_FEINTBOMB: {
- MaxLevel: 3
- SC_DIMENSIONDOOR: 3
- }
- SC_ESCAPE: {
- MaxLevel: 5
- SC_TRIANGLESHOT: 2
- }
- ALL_FULL_THROTTLE: 5
- }
-}
-Royal_Guard_Trans: {
- inherit: ( "Paladin", "Royal_Guard" );
-}
-Sorcerer_Trans: {
- inherit: ( "Professor", "Sorcerer" );
-}
-Minstrel_Trans: {
- inherit: ( "Clown", "Minstrel" );
-}
-Wanderer_Trans: {
- inherit: ( "Gypsy", "Wanderer" );
-}
-Sura_Trans: {
- inherit: ( "Champion", "Sura" );
-}
-Genetic_Trans: {
- inherit: ( "Creator", "Genetic" );
-}
-Shadow_Chaser_Trans: {
- inherit: ( "Stalker", "Shadow_Chaser" );
-}
-Baby_Rune_Knight: {
- inherit: ( "Rune_Knight" );
-}
-Baby_Warlock: {
- inherit: ( "Warlock" );
-}
-Baby_Ranger: {
- inherit: ( "Ranger" );
-}
-Baby_Arch_Bishop: {
- inherit: ( "Arch_Bishop" );
-}
-Baby_Mechanic: {
- inherit: ( "Mechanic" );
-}
-Baby_Guillotine_Cross: {
- inherit: ( "Guillotine_Cross" );
-}
-Baby_Royal_Guard: {
- inherit: ( "Royal_Guard" );
-}
-Baby_Sorcerer: {
- inherit: ( "Sorcerer" );
-}
-Baby_Minstrel: {
- inherit: ( "Minstrel" );
-}
-Baby_Wanderer: {
- inherit: ( "Wanderer" );
-}
-Baby_Sura: {
- inherit: ( "Sura" );
-}
-Baby_Genetic: {
- inherit: ( "Genetic" );
-}
-Baby_Shadow_Chaser: {
- inherit: ( "Shadow_Chaser" );
-}
-Expanded_Super_Novice: {
- inherit: ( "Super_Novice" );
-
- skills: {
- PR_IMPOSITIO: 5
- PR_SANCTUARY: {
- MaxLevel: 10
- AL_HEAL: 1
- }
- PR_STRECOVERY: 1
- PR_GLORIA: {
- MaxLevel: 5
- PR_SANCTUARY: 7
- }
- WZ_FIREPILLAR: {
- MaxLevel: 10
- MG_FIREWALL: 1
- }
- WZ_SIGHTRASHER: {
- MaxLevel: 10
- MG_LIGHTNINGBOLT: 1
- MG_SIGHT: 1
- }
- WZ_JUPITEL: {
- MaxLevel: 10
- MG_NAPALMBEAT: 1
- MG_LIGHTNINGBOLT: 1
- }
- WZ_WATERBALL: {
- MaxLevel: 5
- MG_COLDBOLT: 1
- MG_LIGHTNINGBOLT: 1
- }
- WZ_ICEWALL: {
- MaxLevel: 10
- MG_STONECURSE: 1
- MG_FROSTDIVER: 1
- }
- WZ_FROSTNOVA: {
- MaxLevel: 10
- WZ_ICEWALL: 1
- }
- WZ_EARTHSPIKE: {
- MaxLevel: 5
- MG_STONECURSE: 1
- }
- WZ_HEAVENDRIVE: {
- MaxLevel: 5
- WZ_EARTHSPIKE: 3
- }
- WZ_QUAGMIRE: {
- MaxLevel: 5
- WZ_HEAVENDRIVE: 1
- }
- WZ_ESTIMATION: 1
- BS_HILTBINDING: 1
- BS_WEAPONRESEARCH: {
- MaxLevel: 10
- BS_HILTBINDING: 1
- }
- HT_SKIDTRAP: 5
- HT_SANDMAN: {
- MaxLevel: 5
- HT_FLASHER: 1
- }
- HT_FLASHER: {
- MaxLevel: 5
- HT_SKIDTRAP: 1
- }
- HT_FREEZINGTRAP: {
- MaxLevel: 5
- HT_FLASHER: 1
- }
- AS_ENCHANTPOISON: {
- MaxLevel: 10
- TF_POISON: 1
- }
- RG_TUNNELDRIVE: {
- MaxLevel: 5
- TF_HIDING: 1
- }
- AM_AXEMASTERY: 10
- CR_TRUST: 10
- CR_HOLYCROSS: {
- MaxLevel: 10
- CR_TRUST: 7
- }
- MO_IRONHAND: {
- MaxLevel: 10
- AL_DEMONBANE: 10
- AL_DP: 10
- }
- MO_CALLSPIRITS: {
- MaxLevel: 5
- MO_IRONHAND: 2
- }
- MO_ABSORBSPIRITS: {
- MaxLevel: 1
- MO_CALLSPIRITS: 5
- }
- HW_MAGICCRASHER: {
- MaxLevel: 1
- MG_SRECOVERY: 1
- }
- ALL_BUYING_STORE: {
- MaxLevel: 1
- MC_VENDING: 1
- }
- }
-}
-Expanded_Super_Baby: {
- inherit: ( "Expanded_Super_Novice" );
-}
-Kagerou: {
- inherit: ( "Ninja" );
-
- skills: {
- KO_YAMIKUMO: {
- MaxLevel: 1
- NJ_KIRIKAGE: 5
- }
- KO_RIGHT: 5
- KO_LEFT: 5
- KO_JYUMONJIKIRI: {
- MaxLevel: 5
- KO_YAMIKUMO: 1
- }
- KO_SETSUDAN: {
- MaxLevel: 5
- KO_JYUMONJIKIRI: 2
- }
- KO_BAKURETSU: {
- MaxLevel: 5
- NJ_KUNAI: 5
- }
- KO_HAPPOKUNAI: {
- MaxLevel: 5
- KO_BAKURETSU: 1
- }
- KO_MUCHANAGE: {
- MaxLevel: 10
- KO_MAKIBISHI: 3
- }
- KO_HUUMARANKA: {
- MaxLevel: 5
- NJ_HUUMA: 5
- }
- KO_MAKIBISHI: {
- MaxLevel: 5
- NJ_ZENYNAGE: 1
- }
- KO_MEIKYOUSISUI: {
- MaxLevel: 5
- NJ_NINPOU: 10
- }
- KO_ZANZOU: {
- MaxLevel: 5
- NJ_UTSUSEMI: 1
- }
- KO_KYOUGAKU: {
- MaxLevel: 5
- KO_GENWAKU: 2
- }
- KO_JYUSATSU: {
- MaxLevel: 5
- KO_KYOUGAKU: 3
- }
- KO_KAHU_ENTEN: 1
- KO_HYOUHU_HUBUKI: 1
- KO_KAZEHU_SEIRAN: 1
- KO_DOHU_KOUKAI: 1
- KO_KAIHOU: {
- MaxLevel: 1
- KO_KAHU_ENTEN: 1
- KO_HYOUHU_HUBUKI: 1
- KO_KAZEHU_SEIRAN: 1
- KO_DOHU_KOUKAI: 1
- }
- KO_ZENKAI: {
- MaxLevel: 1
- KO_KAIHOU: 1
- KO_IZAYOI: 1
- }
- KO_GENWAKU: {
- MaxLevel: 5
- NJ_UTSUSEMI: 1
- }
- KO_IZAYOI: {
- MaxLevel: 5
- NJ_NINPOU: 5
- }
- KG_KAGEHUMI: {
- MaxLevel: 5
- KO_ZANZOU: 1
- }
- KG_KYOMU: {
- MaxLevel: 5
- KG_KAGEHUMI: 2
- }
- KG_KAGEMUSYA: {
- MaxLevel: 5
- KG_KYOMU: 3
- }
- }
-}
-Oboro: {
- inherit: ( "Ninja" );
-
- skills: {
- KO_YAMIKUMO: {
- MaxLevel: 1
- NJ_KIRIKAGE: 5
- }
- KO_RIGHT: 5
- KO_LEFT: 5
- KO_JYUMONJIKIRI: {
- MaxLevel: 5
- KO_YAMIKUMO: 1
- }
- KO_SETSUDAN: {
- MaxLevel: 5
- KO_JYUMONJIKIRI: 2
- }
- KO_BAKURETSU: {
- MaxLevel: 5
- NJ_KUNAI: 5
- }
- KO_HAPPOKUNAI: {
- MaxLevel: 5
- KO_BAKURETSU: 1
- }
- KO_MUCHANAGE: {
- MaxLevel: 10
- KO_MAKIBISHI: 3
- }
- KO_HUUMARANKA: {
- MaxLevel: 5
- NJ_HUUMA: 5
- }
- KO_MAKIBISHI: {
- MaxLevel: 5
- NJ_ZENYNAGE: 1
- }
- KO_MEIKYOUSISUI: {
- MaxLevel: 5
- NJ_NINPOU: 10
- }
- KO_ZANZOU: {
- MaxLevel: 5
- NJ_UTSUSEMI: 1
- }
- KO_KYOUGAKU: {
- MaxLevel: 5
- KO_GENWAKU: 2
- }
- KO_JYUSATSU: {
- MaxLevel: 5
- KO_KYOUGAKU: 3
- }
- KO_KAHU_ENTEN: 1
- KO_HYOUHU_HUBUKI: 1
- KO_KAZEHU_SEIRAN: 1
- KO_DOHU_KOUKAI: 1
- KO_KAIHOU: {
- MaxLevel: 1
- KO_KAHU_ENTEN: 1
- KO_HYOUHU_HUBUKI: 1
- KO_KAZEHU_SEIRAN: 1
- KO_DOHU_KOUKAI: 1
- }
- KO_ZENKAI: {
- MaxLevel: 1
- KO_KAIHOU: 1
- KO_IZAYOI: 1
- }
- KO_GENWAKU: {
- MaxLevel: 5
- NJ_UTSUSEMI: 1
- }
- KO_IZAYOI: {
- MaxLevel: 5
- NJ_NINPOU: 5
- }
- OB_ZANGETSU: {
- MaxLevel: 5
- KO_GENWAKU: 1
- }
- OB_OBOROGENSOU: {
- MaxLevel: 5
- OB_AKAITSUKI: 3
- }
- OB_AKAITSUKI: {
- MaxLevel: 5
- OB_ZANGETSU: 2
- }
- }
-}
-Rebellion: {
- inherit: ( "Gunslinger" );
-
- skills: {
- RL_RICHS_COIN: {
- MaxLevel: 1
- GS_GLITTERING: 5
- }
- RL_MASS_SPIRAL: {
- MaxLevel: 5
- GS_PIERCINGSHOT: 1
- }
- RL_BANISHING_BUSTER: {
- MaxLevel: 5
- RL_S_STORM: 1
- }
- RL_B_TRAP: 5
- RL_FLICKER: {
- MaxLevel: 1
- GS_FLING: 1
- }
- RL_S_STORM: {
- MaxLevel: 5
- GS_DISARM: 1
- GS_DUST: 1
- }
- RL_E_CHAIN: {
- MaxLevel: 10
- GS_CHAINACTION: 10
- }
- RL_QD_SHOT: {
- MaxLevel: 1
- RL_E_CHAIN: 1
- }
- RL_C_MARKER: {
- MaxLevel: 1
- GS_INCREASING: 1
- }
- RL_FIREDANCE: {
- MaxLevel: 5
- RL_FALLEN_ANGEL: 1
- }
- RL_H_MINE: {
- MaxLevel: 5
- GS_SPREADATTACK: 1
- }
- RL_P_ALTER: 5
- RL_FALLEN_ANGEL: {
- MaxLevel: 5
- GS_DESPERADO: 10
- }
- RL_R_TRIP: {
- MaxLevel: 5
- RL_FIRE_RAIN: 1
- }
- RL_D_TAIL: {
- MaxLevel: 5
- RL_H_MINE: 3
- RL_C_MARKER: 1
- }
- RL_FIRE_RAIN: {
- MaxLevel: 5
- GS_GATLINGFEVER: 1
- }
- RL_HEAT_BARREL: {
- MaxLevel: 5
- RL_FIREDANCE: 2
- }
- RL_AM_BLAST: {
- MaxLevel: 5
- RL_MASS_SPIRAL: 1
- }
- RL_SLUGSHOT: {
- MaxLevel: 5
- RL_BANISHING_BUSTER: 3
- }
- RL_HAMMER_OF_GOD: {
- MaxLevel: 5
- RL_AM_BLAST: 3
- }
- }
-}
-
-Summoner: {
- skills: {
- SU_BASIC_SKILL: 1
- SU_BITE: {
- MaxLevel: 1
- SU_BASIC_SKILL: 1
- }
- SU_HIDE: {
- MaxLevel: 1
- SU_BITE: 1
- }
- SU_SCRATCH: {
- MaxLevel: 3
- SU_HIDE: 1
- }
- SU_STOOP: {
- MaxLevel: 1
- SU_SCRATCH: 3
- }
- SU_LOPE: {
- MaxLevel: 3
- SU_STOOP: 1
- }
- SU_SPRITEMABLE: {
- MaxLevel: 1
- SU_LOPE: 3
- }
- SU_POWEROFLAND: {
- MaxLevel: 1
- SU_CN_POWDERING: 3
- }
- SU_SV_STEMSPEAR: {
- MaxLevel: 5
- SU_SPRITEMABLE: 1
- }
- SU_CN_POWDERING: {
- MaxLevel: 5
- SU_CN_METEOR: 3
- }
- SU_CN_METEOR: {
- MaxLevel: 5
- SU_SV_ROOTTWIST: 3
- }
- SU_SV_ROOTTWIST: {
- MaxLevel: 5
- SU_SV_STEMSPEAR: 3
- }
- SU_POWEROFLIFE: {
- MaxLevel: 1
- SU_LUNATICCARROTBEAT: 3
- }
- SU_SCAROFTAROU: {
- MaxLevel: 5
- SU_SV_ROOTTWIST: 3
- }
- SU_PICKYPECK: {
- MaxLevel: 5
- SU_SPRITEMABLE: 1
- }
- SU_ARCLOUSEDASH: {
- MaxLevel: 5
- SU_PICKYPECK: 3
- }
- SU_LUNATICCARROTBEAT: {
- MaxLevel: 5
- SU_SCAROFTAROU: 3
- }
- SU_POWEROFSEA: {
- MaxLevel: 1
- SU_TUNAPARTY: 3
- }
- SU_TUNABELLY: {
- MaxLevel: 5
- SU_BUNCHOFSHRIMP: 3
- }
- SU_TUNAPARTY: {
- MaxLevel: 5
- SU_TUNABELLY: 3
- }
- SU_BUNCHOFSHRIMP: {
- MaxLevel: 5
- SU_FRESHSHRIMP: 3
- }
- SU_FRESHSHRIMP: {
- MaxLevel: 5
- SU_SPRITEMABLE: 1
- }
- }
-}
diff --git a/db/pre-re/statpoint.txt b/db/pre-re/statpoint.txt
deleted file mode 100644
index 1b3f3d893..000000000
--- a/db/pre-re/statpoint.txt
+++ /dev/null
@@ -1,255 +0,0 @@
-48
-51
-54
-57
-60
-64
-68
-72
-76
-80
-85
-90
-95
-100
-105
-111
-117
-123
-129
-135
-142
-149
-156
-163
-170
-178
-186
-194
-202
-210
-219
-228
-237
-246
-255
-265
-275
-285
-295
-305
-316
-327
-338
-349
-360
-372
-384
-396
-408
-420
-433
-446
-459
-472
-485
-499
-513
-527
-541
-555
-570
-585
-600
-615
-630
-646
-662
-678
-694
-710
-727
-744
-761
-778
-795
-813
-831
-849
-867
-885
-904
-923
-942
-961
-980
-1000
-1020
-1040
-1060
-1080
-1101
-1122
-1143
-1164
-1185
-1207
-1229
-1251
-1273
-1295
-1318
-1341
-1364
-1387
-1410
-1434
-1458
-1482
-1506
-1530
-1555
-1580
-1605
-1630
-1655
-1681
-1707
-1733
-1759
-1785
-1812
-1839
-1866
-1893
-1920
-1948
-1976
-2004
-2032
-2060
-2089
-2118
-2147
-2176
-2205
-2235
-2265
-2295
-2325
-2355
-2386
-2417
-2448
-2479
-2510
-2542
-2574
-2606
-2638
-2670
-2703
-2736
-2769
-2802
-2835
-2869
-2903
-2937
-2971
-3005
-3040
-3075
-3110
-3145
-3180
-3216
-3252
-3288
-3324
-3360
-3397
-3434
-3471
-3508
-3545
-3583
-3621
-3659
-3697
-3735
-3774
-3813
-3852
-3891
-3930
-3970
-4010
-4050
-4090
-4130
-4171
-4212
-4253
-4294
-4335
-4377
-4419
-4461
-4503
-4545
-4588
-4631
-4674
-4717
-4760
-4804
-4848
-4892
-4936
-4980
-5025
-5070
-5115
-5160
-5205
-5251
-5297
-5343
-5389
-5435
-5482
-5529
-5576
-5623
-5670
-5718
-5766
-5814
-5862
-5910
-5959
-6008
-6057
-6106
-6155
-6205
-6255
-6305
-6355
-6405
-6456
-6507
-6558
-6609
-6660
-6712
-6764
-6816
-6868
-6920
-6973
-7026
-7079
-7132
-7185