rathena/db/pre-re/skill_db.yml
2022-01-02 15:38:07 +01:00

20148 lines
377 KiB
YAML

# This file is a part of rAthena.
# Copyright(C) 2021 rAthena Development Team
# https://rathena.org - https://github.com/rathena
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
###########################################################################
# Skill Database
###########################################################################
#
# Skill Settings
#
###########################################################################
# - Id Unique skill ID.
# Name Skill Aegis name.
# Description Skill description.
# MaxLevel Max skill level.
# Type Skill type. (Default: None)
# TargetType Skill target type. (Default: Passive)
# DamageFlags: Skill damage properties.
# Flags: Skill information flags.
# Range: Skill range. (Default: 0)
# - Level Skill level.
# Size Range at specific skill level.
# Hit Skill hit type. (Default: Normal)
# HitCount: Skill hit count. (Default: 0)
# - Level Skill level.
# Count Number of hits at specific skill level.
# Element: Skill element. (Default: Neutral)
# - Level Skill level.
# Element Element at specific skill level.
# SplashArea: Skill splash area of effect. (Default: 0)
# - Level Skill level.
# Area Splash area at specific skill level.
# ActiveInstance: Maximum amount of active skill instances that can be on the ground. (Default: 0)
# - Level Skill level.
# Max Active instances at specific skill level.
# Knockback: Amount of tiles the skill knockbacks. (Default: 0)
# - Level Skill level.
# Amount Knockback count at specific skill level.
# GiveAp: Gives AP on successful skill cast. (Default: 0)
# - Level Skill level.
# Amount AP gained at specific skill level.
# CopyFlags: Determines if the skill is copyable. (Optional)
# Skill: Type of skill that can copy.
# RemoveRequirement: Remove a requirement type. (Optional)
# NoNearNPC: Determines if the skill can be used near a NPC. (Optional)
# AdditionalRange Number of cells from an NPC where the skill can be cast. (Optional)
# Type: Type of NPC.
# CastCancel Cancel cast when hit. (Default: false)
# CastDefenseReduction Defense reduction rate during skill cast. (Default: 0)
# CastTime: Time to cast the skill in milliseconds. (Default: 0)
# - Level Skill level.
# Time Cast time at specific skill level in milliseconds.
# AfterCastActDelay: Time the character cannot use skills in milliseconds. (Default: 0)
# - Level Skill level.
# Time After cast action delay at specific skill level in milliseconds.
# AfterCastWalkDelay: Time before the character can move again in milliseconds. (Default: 0)
# - Level Skill level.
# Time After cast walk delay at specific skill level in milliseconds.
# Duration1: Duration of the skill in milliseconds. (Default: 0)
# - Level Skill level.
# Time Skill duration at specific skill level in milliseconds.
# Duration2: Duration of the skill in milliseconds. (Default: 0)
# - Level Skill level.
# Time Skill duration at specific skill level in milliseconds.
# Cooldown: Time before the character can use the same skill again in milliseconds. (Default: 0)
# - Level Skill level.
# Time Cooldown at specific skill level in milliseconds.
# FixedCastTime: Time that is fixed during cast of the skill in milliseconds. (Default: 0)
# - Level Skill level.
# Time After cast action delay at specific skill level in milliseconds.
# CastTimeFlags: Effects of the skill's cast time. (Optional)
# CastDelayFlags: Effects of the skill's delay. (Optional)
# Requires: List of requirements to cast the skill. (Optional)
# HpCost: HP required to cast. (Default: 0)
# - Level Skill level.
# Amount HP required at specific skill level.
# SpCost: SP required to cast. (Default: 0)
# - Level Skill level.
# Amount SP required at specific skill level.
# ApCost: AP required to cast. (Default: 0)
# - Level Skill level.
# Amount AP required at specific skill level.
# HpRateCost: HP rate required to cast. If positive, uses current HP, else uses Max HP. (Default: 0)
# - Level Skill level.
# Amount HP rate required at specific skill level.
# SpRateCost: SP rate required to cast. If positive, uses current SP, else uses Max SP. (Default: 0)
# - Level Skill level.
# Amount SP rate required at specific skill level.
# ApRateCost: AP rate required to cast. If positive, uses current AP, else uses Max AP. (Default: 0)
# - Level Skill level.
# Amount AP rate required at specific skill level.
# MaxHpTrigger: Maximum amount of HP to cast the skill. (Default: 0)
# - Level Skill level.
# Amount Maximum HP trigger required at specific skill level.
# ZenyCost: Zeny required to cast. (Default: 0)
# - Level Skill level.
# Amount Zeny required at specific skill level.
# Weapon: Weapon required to cast. (Default: All)
# Ammo: Ammo required to cast. (Default: None)
# AmmoAmount: Ammo amount required to cast. (Default: 0)
# - Level Skill level.
# Amount Ammo amount required at specific skill level.
# State Special state required to cast. (Default: None)
# Status: Status change required to cast. (Default: nullptr)
# SphereCost: Spirit sphere required to cast. (Default: 0)
# - Level Skill level.
# Amount Spirit sphere required at specific skill level.
# ItemCost: Item required to cast. (Default: 0)
# - Item Item name.
# Amount Item amount.
# Level Skill level. Makes the skill item check become level dependent if supplied. (Default: applies to all levels)
# Equipment: Equipped item required to cast. (Default: nullptr)
# Unit: Skill unit values. (Optional)
# Id Skill unit ID.
# AlternateId: Alternate skill unit ID. (Default: 0)
# Layout: Skill unit layout. (Default: 0)
# - Level Skill level.
# Size Unit layout at specific skill level.
# Range: Skill unit range. (Default: 0)
# - Level Skill level.
# Size Unit range at specific skill level.
# Interval Skill unit interval in milliseconds. (Default: 0)
# Target Skill unit target type. (Default: All)
# Flag: Skill unit flags. (Default: None)
###########################################################################
Header:
Type: SKILL_DB
Version: 3
Body:
- Id: 1
Name: NV_BASIC
Description: Basic Skill
MaxLevel: 9
- Id: 2
Name: SM_SWORD
Description: Sword Mastery
MaxLevel: 10
Type: Weapon
- Id: 3
Name: SM_TWOHAND
Description: Two-Handed Sword Mastery
MaxLevel: 10
Type: Weapon
- Id: 4
Name: SM_RECOVERY
Description: Increase HP Recovery
MaxLevel: 10
- Id: 5
Name: SM_BASH
Description: Bash
MaxLevel: 10
Type: Weapon
TargetType: Attack
Range: -1
Hit: Single
HitCount: 1
Element: Weapon
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
Requires:
SpCost:
- Level: 1
Amount: 8
- Level: 2
Amount: 8
- Level: 3
Amount: 8
- Level: 4
Amount: 8
- Level: 5
Amount: 8
- Level: 6
Amount: 15
- Level: 7
Amount: 15
- Level: 8
Amount: 15
- Level: 9
Amount: 15
- Level: 10
Amount: 15
Weapon:
Fist: true
Dagger: true
1hSword: true
2hSword: true
1hSpear: true
2hSpear: true
1hAxe: true
2hAxe: true
Mace: true
2hMace: true
Staff: true
Knuckle: true
Musical: true
Whip: true
Book: true
Katar: true
Revolver: true
Rifle: true
Gatling: true
Shotgun: true
Grenade: true
Huuma: true
- Id: 6
Name: SM_PROVOKE
Description: Provoke
MaxLevel: 10
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
Duration1: 30000
Cooldown: 1000
Requires:
SpCost:
- Level: 1
Amount: 4
- Level: 2
Amount: 5
- Level: 3
Amount: 6
- Level: 4
Amount: 7
- Level: 5
Amount: 8
- Level: 6
Amount: 9
- Level: 7
Amount: 10
- Level: 8
Amount: 11
- Level: 9
Amount: 12
- Level: 10
Amount: 13
- Id: 7
Name: SM_MAGNUM
Description: Magnum Break
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
Splash: true
Flags:
TargetTrap: true
Hit: Single
HitCount: 1
Element: Fire
SplashArea:
- Level: 1
Area: 2
- Level: 2
Area: 2
- Level: 3
Area: 2
- Level: 4
Area: 2
- Level: 5
Area: 2
- Level: 6
Area: 2
- Level: 7
Area: 2
- Level: 8
Area: 2
- Level: 9
Area: 2
- Level: 10
Area: 2
- Level: 11
Area: 4
Knockback: 2
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
AfterCastActDelay: 2000
Duration2: 10000
Requires:
HpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 20
- Level: 3
Amount: 19
- Level: 4
Amount: 19
- Level: 5
Amount: 18
- Level: 6
Amount: 18
- Level: 7
Amount: 17
- Level: 8
Amount: 17
- Level: 9
Amount: 16
- Level: 10
Amount: 16
SpCost: 30
- Id: 8
Name: SM_ENDURE
Description: Endure
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Duration1:
- Level: 1
Time: 10000
- Level: 2
Time: 13000
- Level: 3
Time: 16000
- Level: 4
Time: 19000
- Level: 5
Time: 22000
- Level: 6
Time: 25000
- Level: 7
Time: 28000
- Level: 8
Time: 31000
- Level: 9
Time: 34000
- Level: 10
Time: 37000
Duration2: 10000
Cooldown: 10000
Requires:
SpCost: 10
- Id: 9
Name: MG_SRECOVERY
Description: Increase SP Recovery
MaxLevel: 10
- Id: 10
Name: MG_SIGHT
Description: Sight
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Hit: Single
HitCount: 1
Element: Fire
SplashArea: 3
CastCancel: true
Duration1: 10000
Requires:
SpCost: 10
- Id: 11
Name: MG_NAPALMBEAT
Description: Napalm Beat
MaxLevel: 10
Type: Magic
TargetType: Attack
DamageFlags:
Splash: true
SplashSplit: true
Flags:
IsAutoShadowSpell: true
TargetTrap: true
Range: 9
Hit: Single
HitCount: 1
Element: Ghost
SplashArea: 1
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime: 1000
AfterCastActDelay:
- Level: 1
Time: 1000
- Level: 2
Time: 1000
- Level: 3
Time: 1000
- Level: 4
Time: 900
- Level: 5
Time: 900
- Level: 6
Time: 800
- Level: 7
Time: 800
- Level: 8
Time: 700
- Level: 9
Time: 600
- Level: 10
Time: 500
Requires:
SpCost:
- Level: 1
Amount: 9
- Level: 2
Amount: 9
- Level: 3
Amount: 9
- Level: 4
Amount: 12
- Level: 5
Amount: 12
- Level: 6
Amount: 12
- Level: 7
Amount: 15
- Level: 8
Amount: 15
- Level: 9
Amount: 15
- Level: 10
Amount: 18
- Id: 12
Name: MG_SAFETYWALL
Description: Safety Wall
MaxLevel: 10
Type: Magic
TargetType: Ground
DamageFlags:
NoDamage: true
Range: 9
Hit: Multi_Hit
HitCount: 1
Element: Ghost
CastCancel: true
CastTime:
- Level: 1
Time: 4000
- Level: 2
Time: 3500
- Level: 3
Time: 3500
- Level: 4
Time: 2500
- Level: 5
Time: 2000
- Level: 6
Time: 1500
- Level: 7
Time: 1000
- Level: 8
Time: 1000
- Level: 9
Time: 1000
- Level: 10
Time: 1000
Duration1:
- Level: 1
Time: 5000
- Level: 2
Time: 10000
- Level: 3
Time: 15000
- Level: 4
Time: 20000
- Level: 5
Time: 25000
- Level: 6
Time: 30000
- Level: 7
Time: 35000
- Level: 8
Time: 40000
- Level: 9
Time: 45000
- Level: 10
Time: 50000
Requires:
SpCost:
- Level: 1
Amount: 30
- Level: 2
Amount: 30
- Level: 3
Amount: 30
- Level: 4
Amount: 35
- Level: 5
Amount: 35
- Level: 6
Amount: 35
- Level: 7
Amount: 40
- Level: 8
Amount: 40
- Level: 9
Amount: 40
- Level: 10
Amount: 40
ItemCost:
- Item: Blue_Gemstone
Amount: 1
Unit:
Id: Safetywall
Interval: -1
Flag:
NoEnemy: true
NoReiteration: true
- Id: 13
Name: MG_SOULSTRIKE
Description: Soul Strike
MaxLevel: 10
Type: Magic
TargetType: Attack
Flags:
IsAutoShadowSpell: true
Range: 9
Hit: Multi_Hit
HitCount:
- Level: 1
Count: 1
- Level: 2
Count: 1
- Level: 3
Count: 2
- Level: 4
Count: 2
- Level: 5
Count: 3
- Level: 6
Count: 3
- Level: 7
Count: 4
- Level: 8
Count: 4
- Level: 9
Count: 5
- Level: 10
Count: 5
Element: Ghost
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime: 500
AfterCastActDelay:
- Level: 1
Time: 1200
- Level: 2
Time: 1000
- Level: 3
Time: 1400
- Level: 4
Time: 1200
- Level: 5
Time: 1600
- Level: 6
Time: 1400
- Level: 7
Time: 1800
- Level: 8
Time: 1600
- Level: 9
Time: 2000
- Level: 10
Time: 1800
Requires:
SpCost:
- Level: 1
Amount: 18
- Level: 2
Amount: 14
- Level: 3
Amount: 24
- Level: 4
Amount: 20
- Level: 5
Amount: 30
- Level: 6
Amount: 26
- Level: 7
Amount: 36
- Level: 8
Amount: 32
- Level: 9
Amount: 42
- Level: 10
Amount: 38
- Id: 14
Name: MG_COLDBOLT
Description: Cold Bolt
MaxLevel: 10
Type: Magic
TargetType: Attack
Flags:
IsAutoShadowSpell: true
Range: 9
Hit: Multi_Hit
HitCount:
- Level: 1
Count: 1
- Level: 2
Count: 2
- Level: 3
Count: 3
- Level: 4
Count: 4
- Level: 5
Count: 5
- Level: 6
Count: 6
- Level: 7
Count: 7
- Level: 8
Count: 8
- Level: 9
Count: 9
- Level: 10
Count: 10
Element: Water
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime:
- Level: 1
Time: 700
- Level: 2
Time: 1400
- Level: 3
Time: 2100
- Level: 4
Time: 2800
- Level: 5
Time: 3500
- Level: 6
Time: 4200
- Level: 7
Time: 4900
- Level: 8
Time: 5600
- Level: 9
Time: 6300
- Level: 10
Time: 7000
AfterCastActDelay:
- Level: 1
Time: 1000
- Level: 2
Time: 1200
- Level: 3
Time: 1400
- Level: 4
Time: 1600
- Level: 5
Time: 1800
- Level: 6
Time: 2000
- Level: 7
Time: 2200
- Level: 8
Time: 2400
- Level: 9
Time: 2600
- Level: 10
Time: 2800
Requires:
SpCost:
- Level: 1
Amount: 12
- Level: 2
Amount: 14
- Level: 3
Amount: 16
- Level: 4
Amount: 18
- Level: 5
Amount: 20
- Level: 6
Amount: 22
- Level: 7
Amount: 24
- Level: 8
Amount: 26
- Level: 9
Amount: 28
- Level: 10
Amount: 30
- Id: 15
Name: MG_FROSTDIVER
Description: Frost Diver
MaxLevel: 10
Type: Magic
TargetType: Attack
Flags:
IsAutoShadowSpell: true
Range: 9
Hit: Single
HitCount: 1
Element: Water
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime: 800
AfterCastActDelay: 1500
Duration2:
- Level: 1
Time: 3000
- Level: 2
Time: 6000
- Level: 3
Time: 9000
- Level: 4
Time: 12000
- Level: 5
Time: 15000
- Level: 6
Time: 18000
- Level: 7
Time: 21000
- Level: 8
Time: 24000
- Level: 9
Time: 27000
- Level: 10
Time: 30000
- Level: 11
Time: 30000
Requires:
SpCost:
- Level: 1
Amount: 25
- Level: 2
Amount: 24
- Level: 3
Amount: 23
- Level: 4
Amount: 22
- Level: 5
Amount: 21
- Level: 6
Amount: 20
- Level: 7
Amount: 19
- Level: 8
Amount: 18
- Level: 9
Amount: 17
- Level: 10
Amount: 16
- Id: 16
Name: MG_STONECURSE
Description: Stone Curse
MaxLevel: 10
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 2
Hit: Single
HitCount: 1
Element: Earth
CastCancel: true
CastTime: 1000
Duration1: 5000
Duration2: 20000
Requires:
SpCost:
- Level: 1
Amount: 25
- Level: 2
Amount: 24
- Level: 3
Amount: 23
- Level: 4
Amount: 22
- Level: 5
Amount: 21
- Level: 6
Amount: 20
- Level: 7
Amount: 19
- Level: 8
Amount: 18
- Level: 9
Amount: 17
- Level: 10
Amount: 16
ItemCost:
- Item: Red_Gemstone
Amount: 1
- Id: 17
Name: MG_FIREBALL
Description: Fire Ball
MaxLevel: 10
Type: Magic
TargetType: Attack
DamageFlags:
Splash: true
Flags:
IsAutoShadowSpell: true
TargetTrap: true
Range: 9
Hit: Single
HitCount: 1
Element: Fire
SplashArea: 2
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime:
- Level: 1
Time: 1500
- Level: 2
Time: 1500
- Level: 3
Time: 1500
- Level: 4
Time: 1500
- Level: 5
Time: 1500
- Level: 6
Time: 1000
- Level: 7
Time: 1000
- Level: 8
Time: 1000
- Level: 9
Time: 1000
- Level: 10
Time: 1000
AfterCastActDelay:
- Level: 1
Time: 1500
- Level: 2
Time: 1500
- Level: 3
Time: 1500
- Level: 4
Time: 1500
- Level: 5
Time: 1500
- Level: 6
Time: 1000
- Level: 7
Time: 1000
- Level: 8
Time: 1000
- Level: 9
Time: 1000
- Level: 10
Time: 1000
Requires:
SpCost: 25
- Id: 18
Name: MG_FIREWALL
Description: Fire Wall
MaxLevel: 10
Type: Magic
TargetType: Ground
Flags:
IsAutoShadowSpell: true
Range: 9
Hit: Single
HitCount: 1
Element: Fire
ActiveInstance: 3
Knockback: 2
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime:
- Level: 1
Time: 2000
- Level: 2
Time: 1850
- Level: 3
Time: 1700
- Level: 4
Time: 1550
- Level: 5
Time: 1400
- Level: 6
Time: 1250
- Level: 7
Time: 1100
- Level: 8
Time: 950
- Level: 9
Time: 800
- Level: 10
Time: 650
Duration1:
- Level: 1
Time: 5000
- Level: 2
Time: 6000
- Level: 3
Time: 7000
- Level: 4
Time: 8000
- Level: 5
Time: 9000
- Level: 6
Time: 10000
- Level: 7
Time: 11000
- Level: 8
Time: 12000
- Level: 9
Time: 13000
- Level: 10
Time: 14000
Requires:
SpCost: 40
Unit:
Id: Firewall
Layout: -1
Interval: 20
Target: Enemy
Flag:
PathCheck: true
RemovedByFireRain: true
- Id: 19
Name: MG_FIREBOLT
Description: Fire Bolt
MaxLevel: 10
Type: Magic
TargetType: Attack
Flags:
IsAutoShadowSpell: true
Range: 9
Hit: Multi_Hit
HitCount:
- Level: 1
Count: 1
- Level: 2
Count: 2
- Level: 3
Count: 3
- Level: 4
Count: 4
- Level: 5
Count: 5
- Level: 6
Count: 6
- Level: 7
Count: 7
- Level: 8
Count: 8
- Level: 9
Count: 9
- Level: 10
Count: 10
Element: Fire
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime:
- Level: 1
Time: 700
- Level: 2
Time: 1400
- Level: 3
Time: 2100
- Level: 4
Time: 2800
- Level: 5
Time: 3500
- Level: 6
Time: 4200
- Level: 7
Time: 4900
- Level: 8
Time: 5600
- Level: 9
Time: 6300
- Level: 10
Time: 7000
AfterCastActDelay:
- Level: 1
Time: 1000
- Level: 2
Time: 1200
- Level: 3
Time: 1400
- Level: 4
Time: 1600
- Level: 5
Time: 1800
- Level: 6
Time: 2000
- Level: 7
Time: 2200
- Level: 8
Time: 2400
- Level: 9
Time: 2600
- Level: 10
Time: 2800
Requires:
SpCost:
- Level: 1
Amount: 12
- Level: 2
Amount: 14
- Level: 3
Amount: 16
- Level: 4
Amount: 18
- Level: 5
Amount: 20
- Level: 6
Amount: 22
- Level: 7
Amount: 24
- Level: 8
Amount: 26
- Level: 9
Amount: 28
- Level: 10
Amount: 30
- Id: 20
Name: MG_LIGHTNINGBOLT
Description: Lightning Bolt
MaxLevel: 10
Type: Magic
TargetType: Attack
Flags:
IsAutoShadowSpell: true
Range: 9
Hit: Multi_Hit
HitCount:
- Level: 1
Count: 1
- Level: 2
Count: 2
- Level: 3
Count: 3
- Level: 4
Count: 4
- Level: 5
Count: 5
- Level: 6
Count: 6
- Level: 7
Count: 7
- Level: 8
Count: 8
- Level: 9
Count: 9
- Level: 10
Count: 10
Element: Wind
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime:
- Level: 1
Time: 700
- Level: 2
Time: 1400
- Level: 3
Time: 2100
- Level: 4
Time: 2800
- Level: 5
Time: 3500
- Level: 6
Time: 4200
- Level: 7
Time: 4900
- Level: 8
Time: 5600
- Level: 9
Time: 6300
- Level: 10
Time: 7000
AfterCastActDelay:
- Level: 1
Time: 1000
- Level: 2
Time: 1200
- Level: 3
Time: 1400
- Level: 4
Time: 1600
- Level: 5
Time: 1800
- Level: 6
Time: 2000
- Level: 7
Time: 2200
- Level: 8
Time: 2400
- Level: 9
Time: 2600
- Level: 10
Time: 2800
Requires:
SpCost:
- Level: 1
Amount: 12
- Level: 2
Amount: 14
- Level: 3
Amount: 16
- Level: 4
Amount: 18
- Level: 5
Amount: 20
- Level: 6
Amount: 22
- Level: 7
Amount: 24
- Level: 8
Amount: 26
- Level: 9
Amount: 28
- Level: 10
Amount: 30
- Id: 21
Name: MG_THUNDERSTORM
Description: Thunderstorm
MaxLevel: 10
Type: Magic
TargetType: Ground
Flags:
IsAutoShadowSpell: true
Range: 9
Hit: Multi_Hit
HitCount:
- Level: 1
Count: 1
- Level: 2
Count: 2
- Level: 3
Count: 3
- Level: 4
Count: 4
- Level: 5
Count: 5
- Level: 6
Count: 6
- Level: 7
Count: 7
- Level: 8
Count: 8
- Level: 9
Count: 9
- Level: 10
Count: 10
Element: Wind
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime:
- Level: 1
Time: 1000
- Level: 2
Time: 2000
- Level: 3
Time: 3000
- Level: 4
Time: 4000
- Level: 5
Time: 5000
- Level: 6
Time: 6000
- Level: 7
Time: 7000
- Level: 8
Time: 8000
- Level: 9
Time: 9000
- Level: 10
Time: 10000
AfterCastActDelay: 2000
Duration1: 100
Requires:
SpCost:
- Level: 1
Amount: 29
- Level: 2
Amount: 34
- Level: 3
Amount: 39
- Level: 4
Amount: 44
- Level: 5
Amount: 49
- Level: 6
Amount: 54
- Level: 7
Amount: 59
- Level: 8
Amount: 64
- Level: 9
Amount: 69
- Level: 10
Amount: 74
Unit:
Id: Dummyskill
Range:
- Level: 1
Size: 2
- Level: 2
Size: 2
- Level: 3
Size: 2
- Level: 4
Size: 2
- Level: 5
Size: 2
- Level: 6
Size: 2
- Level: 7
Size: 2
- Level: 8
Size: 2
- Level: 9
Size: 2
- Level: 10
Size: 2
- Level: 11
Size: 3
Interval: 1000
Target: Enemy
Flag:
PathCheck: true
- Id: 22
Name: AL_DP
Description: Divine Protection
MaxLevel: 10
Type: Weapon
- Id: 23
Name: AL_DEMONBANE
Description: Demon Bane
MaxLevel: 10
Type: Weapon
- Id: 24
Name: AL_RUWACH
Description: Ruwach
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Hit: Single
HitCount: 1
Element: Holy
SplashArea: 2
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
Duration1: 10000
Requires:
SpCost: 10
- Id: 25
Name: AL_PNEUMA
Description: Pneuma
MaxLevel: 1
Type: Magic
TargetType: Ground
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Duration1: 10000
Requires:
SpCost: 10
Unit:
Id: Pneuma
Layout: 1
Interval: -1
Flag:
NoEnemy: true
NoReiteration: true
RangedSingleUnit: true
- Id: 26
Name: AL_TELEPORT
Description: Teleport
MaxLevel: 2
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IgnoreKagehumi: true
AllowOnMado: true
Hit: Single
HitCount: 1
CastCancel: true
Requires:
SpCost:
- Level: 1
Amount: 10
- Level: 2
Amount: 9
- Id: 27
Name: AL_WARP
Description: Warp Portal
MaxLevel: 4
Type: Magic
TargetType: Ground
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
ActiveInstance: 3
CastCancel: true
CastTime: 1000
Duration1:
- Level: 1
Time: 5000
- Level: 2
Time: 10000
- Level: 3
Time: 15000
- Level: 4
Time: 20000
- Level: 5
Time: 25000
- Level: 6
Time: 30000
- Level: 7
Time: 35000
- Level: 8
Time: 40000
- Level: 9
Time: 45000
- Level: 10
Time: 50000
Requires:
SpCost:
- Level: 1
Amount: 35
- Level: 2
Amount: 32
- Level: 3
Amount: 29
- Level: 4
Amount: 26
ItemCost:
- Item: Blue_Gemstone
Amount: 1
Unit:
Id: Warp_Active
AlternateId: Warp_Waiting
Interval: -1
Flag:
NoReiteration: true
NoFootSet: true
NoOverlap: true
- Id: 28
Name: AL_HEAL
Description: Heal
MaxLevel: 10
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
IgnoreDefense: true
Flags:
IsAutoShadowSpell: true
Range: 9
Hit: Single
HitCount: 1
Element: Holy
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
AfterCastActDelay: 1000
Requires:
SpCost:
- Level: 1
Amount: 13
- Level: 2
Amount: 16
- Level: 3
Amount: 19
- Level: 4
Amount: 22
- Level: 5
Amount: 25
- Level: 6
Amount: 28
- Level: 7
Amount: 31
- Level: 8
Amount: 34
- Level: 9
Amount: 37
- Level: 10
Amount: 40
- Id: 29
Name: AL_INCAGI
Description: Increase AGI
MaxLevel: 10
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
IgnoreHovering: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 60000
- Level: 2
Time: 80000
- Level: 3
Time: 100000
- Level: 4
Time: 120000
- Level: 5
Time: 140000
- Level: 6
Time: 160000
- Level: 7
Time: 180000
- Level: 8
Time: 200000
- Level: 9
Time: 220000
- Level: 10
Time: 240000
Requires:
HpCost: 15
SpCost:
- Level: 1
Amount: 18
- Level: 2
Amount: 21
- Level: 3
Amount: 24
- Level: 4
Amount: 27
- Level: 5
Amount: 30
- Level: 6
Amount: 33
- Level: 7
Amount: 36
- Level: 8
Amount: 39
- Level: 9
Amount: 42
- Level: 10
Amount: 45
- Id: 30
Name: AL_DECAGI
Description: Decrease AGI
MaxLevel: 10
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 40000
- Level: 2
Time: 50000
- Level: 3
Time: 60000
- Level: 4
Time: 70000
- Level: 5
Time: 80000
- Level: 6
Time: 90000
- Level: 7
Time: 100000
- Level: 8
Time: 110000
- Level: 9
Time: 120000
- Level: 10
Time: 130000
- Level: 11
Time: 130000
Requires:
SpCost:
- Level: 1
Amount: 15
- Level: 2
Amount: 17
- Level: 3
Amount: 19
- Level: 4
Amount: 21
- Level: 5
Amount: 23
- Level: 6
Amount: 25
- Level: 7
Amount: 27
- Level: 8
Amount: 29
- Level: 9
Amount: 31
- Level: 10
Amount: 33
- Id: 31
Name: AL_HOLYWATER
Description: Aqua Benedicta
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 500
Requires:
SpCost: 10
State: Water
- Id: 32
Name: AL_CRUCIS
Description: Signum Crucis
MaxLevel: 10
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Hit: Single
HitCount: 1
SplashArea: 15
CastCancel: true
CastTime: 500
AfterCastActDelay: 2000
Requires:
SpCost: 35
- Id: 33
Name: AL_ANGELUS
Description: Angelus
MaxLevel: 10
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Hit: Single
HitCount: 1
SplashArea: -1
CastCancel: true
CastTime: 500
AfterCastActDelay: 3500
Duration1:
- Level: 1
Time: 30000
- Level: 2
Time: 60000
- Level: 3
Time: 90000
- Level: 4
Time: 120000
- Level: 5
Time: 150000
- Level: 6
Time: 180000
- Level: 7
Time: 210000
- Level: 8
Time: 240000
- Level: 9
Time: 270000
- Level: 10
Time: 300000
Requires:
SpCost:
- Level: 1
Amount: 23
- Level: 2
Amount: 26
- Level: 3
Amount: 29
- Level: 4
Amount: 32
- Level: 5
Amount: 35
- Level: 6
Amount: 38
- Level: 7
Amount: 41
- Level: 8
Amount: 44
- Level: 9
Amount: 47
- Level: 10
Amount: 50
- Id: 34
Name: AL_BLESSING
Description: Blessing
MaxLevel: 10
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
IgnoreHovering: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Duration1:
- Level: 1
Time: 60000
- Level: 2
Time: 80000
- Level: 3
Time: 100000
- Level: 4
Time: 120000
- Level: 5
Time: 140000
- Level: 6
Time: 160000
- Level: 7
Time: 180000
- Level: 8
Time: 200000
- Level: 9
Time: 220000
- Level: 10
Time: 240000
Requires:
SpCost:
- Level: 1
Amount: 28
- Level: 2
Amount: 32
- Level: 3
Amount: 36
- Level: 4
Amount: 40
- Level: 5
Amount: 44
- Level: 6
Amount: 48
- Level: 7
Amount: 52
- Level: 8
Amount: 56
- Level: 9
Amount: 60
- Level: 10
Amount: 64
- Id: 35
Name: AL_CURE
Description: Cure
MaxLevel: 1
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
AfterCastActDelay: 1000
Duration2: 6000
Requires:
SpCost: 15
- Id: 36
Name: MC_INCCARRY
Description: Enlarge Weight Limit
MaxLevel: 10
- Id: 37
Name: MC_DISCOUNT
Description: Discount
MaxLevel: 10
- Id: 38
Name: MC_OVERCHARGE
Description: Overcharge
MaxLevel: 10
- Id: 39
Name: MC_PUSHCART
Description: Pushcart
MaxLevel: 10
Range: 1
- Id: 40
Name: MC_IDENTIFY
Description: Item Appraisal
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
AllowOnMado: true
Range: 1
Hit: Single
HitCount: 1
Requires:
SpCost: 10
- Id: 41
Name: MC_VENDING
Description: Vending
MaxLevel: 10
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
AllowOnMado: true
Range: 1
Hit: Single
HitCount: 1
Requires:
SpCost: 30
State: Cart
- Id: 42
Name: MC_MAMMONITE
Description: Mammonite
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
AllowOnMado: true
Range: -1
Hit: Single
HitCount: 1
Element: Weapon
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
Requires:
SpCost: 5
ZenyCost:
- Level: 1
Amount: 100
- Level: 2
Amount: 200
- Level: 3
Amount: 300
- Level: 4
Amount: 400
- Level: 5
Amount: 500
- Level: 6
Amount: 600
- Level: 7
Amount: 700
- Level: 8
Amount: 800
- Level: 9
Amount: 900
- Level: 10
Amount: 1000
- Id: 43
Name: AC_OWL
Description: Owl's Eye
MaxLevel: 10
- Id: 44
Name: AC_VULTURE
Description: Vulture's Eye
MaxLevel: 10
- Id: 45
Name: AC_CONCENTRATION
Description: Improve Concentration
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Hit: Single
HitCount: 1
SplashArea: 3
Duration1:
- Level: 1
Time: 60000
- Level: 2
Time: 80000
- Level: 3
Time: 100000
- Level: 4
Time: 120000
- Level: 5
Time: 140000
- Level: 6
Time: 160000
- Level: 7
Time: 180000
- Level: 8
Time: 200000
- Level: 9
Time: 220000
- Level: 10
Time: 240000
Requires:
SpCost:
- Level: 1
Amount: 25
- Level: 2
Amount: 30
- Level: 3
Amount: 35
- Level: 4
Amount: 40
- Level: 5
Amount: 45
- Level: 6
Amount: 50
- Level: 7
Amount: 55
- Level: 8
Amount: 60
- Level: 9
Amount: 65
- Level: 10
Amount: 70
- Id: 46
Name: AC_DOUBLE
Description: Double Strafe
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
AlterRangeVulture: true
Range: -9
Hit: Multi_Hit
HitCount: 2
Element: Weapon
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
Duration1: 100
Requires:
SpCost: 12
Weapon:
Bow: true
Ammo:
Arrow: true
AmmoAmount: 1
- Id: 47
Name: AC_SHOWER
Description: Arrow Shower
MaxLevel: 10
Type: Weapon
TargetType: Ground
DamageFlags:
Splash: true
Flags:
TargetTrap: true
IgnoreLandProtector: true
AlterRangeVulture: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
SplashArea: 2
Knockback: 2
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
Duration1: 100
Requires:
SpCost: 15
Weapon:
Bow: true
Ammo:
Arrow: true
AmmoAmount: 1
- Id: 48
Name: TF_DOUBLE
Description: Double Attack
MaxLevel: 10
Type: Weapon
Range: -1
Hit: Multi_Hit
HitCount: 2
Element: Weapon
- Id: 49
Name: TF_MISS
Description: Improve Dodge
MaxLevel: 10
Type: Weapon
- Id: 50
Name: TF_STEAL
Description: Steal
MaxLevel: 10
Type: Weapon
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 1
Hit: Single
HitCount: 1
Requires:
SpCost: 10
- Id: 51
Name: TF_HIDING
Description: Hiding
MaxLevel: 10
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
AllowWhenHidden: true
IgnoreKagehumi: true
AllowOnMado: true
IgnoreWugBite: true
Range: 1
Hit: Single
HitCount: 1
Duration1:
- Level: 1
Time: 30000
- Level: 2
Time: 60000
- Level: 3
Time: 90000
- Level: 4
Time: 120000
- Level: 5
Time: 150000
- Level: 6
Time: 180000
- Level: 7
Time: 210000
- Level: 8
Time: 240000
- Level: 9
Time: 270000
- Level: 10
Time: 300000
Requires:
SpCost: 10
- Id: 52
Name: TF_POISON
Description: Envenom
MaxLevel: 10
Type: Weapon
TargetType: Attack
Range: -2
Hit: Single
HitCount: 1
Element: Poison
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
Duration2: 60000
Requires:
SpCost: 12
- Id: 53
Name: TF_DETOXIFY
Description: Detoxify
MaxLevel: 1
Type: Weapon
TargetType: Support
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
Element: Poison
Requires:
SpCost: 10
- Id: 54
Name: ALL_RESURRECTION
Description: Resurrection
MaxLevel: 4
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
Element: Holy
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime:
- Level: 1
Time: 6000
- Level: 2
Time: 4000
- Level: 3
Time: 2000
AfterCastActDelay:
- Level: 2
Time: 1000
- Level: 3
Time: 2000
- Level: 4
Time: 3000
Requires:
SpCost: 60
ItemCost:
- Item: Blue_Gemstone
Amount: 1
- Id: 55
Name: KN_SPEARMASTERY
Description: Spear Mastery
MaxLevel: 10
Type: Weapon
- Id: 56
Name: KN_PIERCE
Description: Pierce
MaxLevel: 10
Type: Weapon
TargetType: Attack
Range: -2
Hit: Multi_Hit
HitCount: 3
Element: Weapon
Requires:
SpCost: 7
Weapon:
1hSpear: true
2hSpear: true
- Id: 57
Name: KN_BRANDISHSPEAR
Description: Brandish Spear
MaxLevel: 10
Type: Weapon
TargetType: Attack
DamageFlags:
NoDamage: true
Range: -2
Hit: Single
HitCount: 1
Element: Weapon
SplashArea: 2
ActiveInstance: 5
Knockback: 2
CastTime: 700
Duration1: 1000
Requires:
SpCost: 12
Weapon:
1hSpear: true
2hSpear: true
State: Riding
- Id: 58
Name: KN_SPEARSTAB
Description: Spear Stab
MaxLevel: 10
Type: Weapon
TargetType: Attack
DamageFlags:
Splash: true
Flags:
TargetTrap: true
Range: -4
Hit: Single
HitCount: 1
Element: Weapon
Knockback: 6
Requires:
SpCost: 9
Weapon:
1hSpear: true
2hSpear: true
- Id: 59
Name: KN_SPEARBOOMERANG
Description: Spear Boomerang
MaxLevel: 5
Type: Weapon
TargetType: Attack
Range:
- Level: 1
Size: 3
- Level: 2
Size: 5
- Level: 3
Size: 7
- Level: 4
Size: 9
- Level: 5
Size: 11
Hit: Single
HitCount: 1
Element: Weapon
AfterCastActDelay: 1000
Requires:
SpCost: 10
Weapon:
1hSpear: true
2hSpear: true
- Id: 60
Name: KN_TWOHANDQUICKEN
Description: Twohand Quicken
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Duration1:
- Level: 1
Time: 30000
- Level: 2
Time: 60000
- Level: 3
Time: 90000
- Level: 4
Time: 120000
- Level: 5
Time: 150000
- Level: 6
Time: 180000
- Level: 7
Time: 210000
- Level: 8
Time: 240000
- Level: 9
Time: 270000
- Level: 10
Time: 300000
- Level: 11
Time: 300000
Requires:
SpCost:
- Level: 1
Amount: 14
- Level: 2
Amount: 18
- Level: 3
Amount: 22
- Level: 4
Amount: 26
- Level: 5
Amount: 30
- Level: 6
Amount: 34
- Level: 7
Amount: 38
- Level: 8
Amount: 42
- Level: 9
Amount: 46
- Level: 10
Amount: 50
Weapon:
2hSword: true
- Id: 61
Name: KN_AUTOCOUNTER
Description: Counter Attack
MaxLevel: 5
Type: Weapon
TargetType: Self
DamageFlags:
IgnoreDefense: true
Critical: true
Hit: Single
HitCount: 1
Element: Weapon
Duration1:
- Level: 1
Time: 400
- Level: 2
Time: 800
- Level: 3
Time: 1200
- Level: 4
Time: 1600
- Level: 5
Time: 2000
Requires:
SpCost: 3
Weapon:
Fist: true
Dagger: true
1hSword: true
2hSword: true
1hSpear: true
2hSpear: true
1hAxe: true
2hAxe: true
Mace: true
2hMace: true
Staff: true
Knuckle: true
Musical: true
Whip: true
Book: true
Katar: true
Revolver: true
Rifle: true
Gatling: true
Shotgun: true
Grenade: true
Huuma: true
- Id: 62
Name: KN_BOWLINGBASH
Description: Bowling Bash
MaxLevel: 10
Type: Weapon
TargetType: Attack
DamageFlags:
Splash: true
Flags:
TargetTrap: true
Range: -2
Hit: Single
HitCount: 1
Element: Weapon
SplashArea: 1
Knockback: 1
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastTime: 700
Requires:
SpCost:
- Level: 1
Amount: 13
- Level: 2
Amount: 14
- Level: 3
Amount: 15
- Level: 4
Amount: 16
- Level: 5
Amount: 17
- Level: 6
Amount: 18
- Level: 7
Amount: 19
- Level: 8
Amount: 20
- Level: 9
Amount: 21
- Level: 10
Amount: 22
- Id: 63
Name: KN_RIDING
Description: Peco Peco Riding
MaxLevel: 1
Type: Weapon
- Id: 64
Name: KN_CAVALIERMASTERY
Description: Cavalier Mastery
MaxLevel: 5
Type: Weapon
- Id: 65
Name: PR_MACEMASTERY
Description: Mace Mastery
MaxLevel: 10
Type: Weapon
- Id: 66
Name: PR_IMPOSITIO
Description: Impositio Manus
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
AfterCastActDelay: 3000
Duration1: 60000
Requires:
SpCost:
- Level: 1
Amount: 13
- Level: 2
Amount: 16
- Level: 3
Amount: 19
- Level: 4
Amount: 22
- Level: 5
Amount: 25
- Id: 67
Name: PR_SUFFRAGIUM
Description: Suffragium
MaxLevel: 3
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
AfterCastActDelay: 2000
Duration1:
- Level: 1
Time: 30000
- Level: 2
Time: 20000
- Level: 3
Time: 10000
Requires:
SpCost: 8
- Id: 68
Name: PR_ASPERSIO
Description: Aspersio
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
IgnoreElement: true
IgnoreDefense: true
Range: 9
Hit: Single
HitCount: 1
Element: Holy
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
AfterCastActDelay: 2000
Duration1:
- Level: 1
Time: 60000
- Level: 2
Time: 90000
- Level: 3
Time: 120000
- Level: 4
Time: 150000
- Level: 5
Time: 180000
Requires:
SpCost:
- Level: 1
Amount: 14
- Level: 2
Amount: 18
- Level: 3
Amount: 22
- Level: 4
Amount: 26
- Level: 5
Amount: 30
ItemCost:
- Item: Holy_Water
Amount: 1
- Id: 69
Name: PR_BENEDICTIO
Description: B.S. Sacramenti
MaxLevel: 5
Type: Magic
TargetType: Ground
DamageFlags:
NoDamage: true
Splash: true
IgnoreDefense: true
Flags:
IsEnsemble: true
Range: 9
Hit: Single
HitCount: 1
SplashArea: 1
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
Duration1:
- Level: 1
Time: 40000
- Level: 2
Time: 80000
- Level: 3
Time: 120000
- Level: 4
Time: 160000
- Level: 5
Time: 200000
Requires:
SpCost: 20
- Id: 70
Name: PR_SANCTUARY
Description: Sanctuary
MaxLevel: 10
Type: Magic
TargetType: Ground
DamageFlags:
NoDamage: true
IgnoreDefense: true
Range: 9
Hit: Single
HitCount: 1
Element: Holy
Knockback: 2
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime: 5000
Duration1:
- Level: 1
Time: 3900
- Level: 2
Time: 6900
- Level: 3
Time: 9900
- Level: 4
Time: 12900
- Level: 5
Time: 15900
- Level: 6
Time: 18900
- Level: 7
Time: 21900
- Level: 8
Time: 24900
- Level: 9
Time: 27900
- Level: 10
Time: 30900
Requires:
SpCost:
- Level: 1
Amount: 15
- Level: 2
Amount: 18
- Level: 3
Amount: 21
- Level: 4
Amount: 24
- Level: 5
Amount: 27
- Level: 6
Amount: 30
- Level: 7
Amount: 33
- Level: 8
Amount: 36
- Level: 9
Amount: 39
- Level: 10
Amount: 42
ItemCost:
- Item: Blue_Gemstone
Amount: 1
Unit:
Id: Sanctuary
Layout: -1
Range: 1
Interval: 1000
Flag:
NoOverlap: true
PathCheck: true
- Id: 71
Name: PR_SLOWPOISON
Description: Slow Poison
MaxLevel: 4
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Duration1:
- Level: 1
Time: 10000
- Level: 2
Time: 20000
- Level: 3
Time: 30000
- Level: 4
Time: 40000
Requires:
SpCost:
- Level: 1
Amount: 6
- Level: 2
Amount: 8
- Level: 3
Amount: 10
- Level: 4
Amount: 12
- Id: 72
Name: PR_STRECOVERY
Description: Status Recovery
MaxLevel: 1
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
AfterCastActDelay: 2000
Duration2: 30000
Requires:
SpCost: 5
- Id: 73
Name: PR_KYRIE
Description: Kyrie Eleison
MaxLevel: 10
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 2000
AfterCastActDelay: 2000
Duration1: 120000
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 20
- Level: 3
Amount: 20
- Level: 4
Amount: 25
- Level: 5
Amount: 25
- Level: 6
Amount: 25
- Level: 7
Amount: 30
- Level: 8
Amount: 30
- Level: 9
Amount: 30
- Level: 10
Amount: 35
- Id: 74
Name: PR_MAGNIFICAT
Description: Magnificat
MaxLevel: 5
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Hit: Single
HitCount: 1
SplashArea: -1
CastCancel: true
CastTime: 4000
AfterCastActDelay: 2000
Duration1:
- Level: 1
Time: 30000
- Level: 2
Time: 45000
- Level: 3
Time: 60000
- Level: 4
Time: 75000
- Level: 5
Time: 90000
Requires:
SpCost: 40
- Id: 75
Name: PR_GLORIA
Description: Gloria
MaxLevel: 5
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Hit: Single
HitCount: 1
SplashArea: -1
CastCancel: true
AfterCastActDelay: 2000
Duration1:
- Level: 1
Time: 10000
- Level: 2
Time: 15000
- Level: 3
Time: 20000
- Level: 4
Time: 25000
- Level: 5
Time: 30000
Requires:
SpCost: 20
- Id: 76
Name: PR_LEXDIVINA
Description: Lex Divina
MaxLevel: 10
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 5
Hit: Single
CastCancel: true
AfterCastActDelay: 3000
Duration2:
- Level: 1
Time: 30000
- Level: 2
Time: 35000
- Level: 3
Time: 40000
- Level: 4
Time: 45000
- Level: 5
Time: 50000
- Level: 6
Time: 60000
- Level: 7
Time: 60000
- Level: 8
Time: 60000
- Level: 9
Time: 60000
- Level: 10
Time: 60000
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 20
- Level: 3
Amount: 20
- Level: 4
Amount: 20
- Level: 5
Amount: 20
- Level: 6
Amount: 18
- Level: 7
Amount: 16
- Level: 8
Amount: 14
- Level: 9
Amount: 12
- Level: 10
Amount: 10
- Id: 77
Name: PR_TURNUNDEAD
Description: Turn Undead
MaxLevel: 10
Type: Magic
TargetType: Attack
DamageFlags:
IgnoreAtkCard: true
IgnoreDefense: true
Range: 5
Hit: Single
HitCount: 1
Element: Holy
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime: 1000
AfterCastActDelay: 3000
Requires:
SpCost: 20
- Id: 78
Name: PR_LEXAETERNA
Description: Lex Aeterna
MaxLevel: 1
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
CastCancel: true
AfterCastActDelay: 3000
Duration1: 600000
Requires:
SpCost: 10
- Id: 79
Name: PR_MAGNUS
Description: Magnus Exorcismus
MaxLevel: 10
Type: Magic
TargetType: Ground
Range: 9
Hit: Multi_Hit
HitCount:
- Level: 1
Count: 1
- Level: 2
Count: 2
- Level: 3
Count: 3
- Level: 4
Count: 4
- Level: 5
Count: 5
- Level: 6
Count: 6
- Level: 7
Count: 7
- Level: 8
Count: 8
- Level: 9
Count: 9
- Level: 10
Count: 10
Element: Holy
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime: 15000
AfterCastActDelay: 4000
Duration1:
- Level: 1
Time: 5000
- Level: 2
Time: 6000
- Level: 3
Time: 7000
- Level: 4
Time: 8000
- Level: 5
Time: 9000
- Level: 6
Time: 10000
- Level: 7
Time: 11000
- Level: 8
Time: 12000
- Level: 9
Time: 13000
- Level: 10
Time: 14000
Requires:
SpCost:
- Level: 1
Amount: 40
- Level: 2
Amount: 42
- Level: 3
Amount: 44
- Level: 4
Amount: 46
- Level: 5
Amount: 48
- Level: 6
Amount: 50
- Level: 7
Amount: 52
- Level: 8
Amount: 54
- Level: 9
Amount: 56
- Level: 10
Amount: 58
ItemCost:
- Item: Blue_Gemstone
Amount: 1
Unit:
Id: Magnus
Layout: -1
Range: 1
Interval: 3000
Target: Enemy
Flag:
NoOverlap: true
PathCheck: true
RemovedByFireRain: true
- Id: 80
Name: WZ_FIREPILLAR
Description: Fire Pillar
MaxLevel: 10
Type: Magic
TargetType: Ground
DamageFlags:
IgnoreDefense: true
Flags:
IsTrap: true
IsAutoShadowSpell: true
Range: 9
Hit: Multi_Hit
HitCount:
- Level: 1
Count: 3
- Level: 2
Count: 4
- Level: 3
Count: 5
- Level: 4
Count: 6
- Level: 5
Count: 7
- Level: 6
Count: 8
- Level: 7
Count: 9
- Level: 8
Count: 10
- Level: 9
Count: 11
- Level: 10
Count: 12
Element: Fire
SplashArea:
- Level: 1
Area: 1
- Level: 2
Area: 1
- Level: 3
Area: 1
- Level: 4
Area: 1
- Level: 5
Area: 1
- Level: 6
Area: 2
- Level: 7
Area: 2
- Level: 8
Area: 2
- Level: 9
Area: 2
- Level: 10
Area: 2
- Level: 11
Area: 2
ActiveInstance: 5
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime:
- Level: 1
Time: 3000
- Level: 2
Time: 2700
- Level: 3
Time: 2400
- Level: 4
Time: 2100
- Level: 5
Time: 1800
- Level: 6
Time: 1500
- Level: 7
Time: 1200
- Level: 8
Time: 900
- Level: 9
Time: 600
- Level: 10
Time: 300
AfterCastActDelay: 1000
Duration1: 30000
Duration2:
- Level: 1
Time: 600
- Level: 2
Time: 800
- Level: 3
Time: 1000
- Level: 4
Time: 1200
- Level: 5
Time: 1400
- Level: 6
Time: 1600
- Level: 7
Time: 1800
- Level: 8
Time: 2000
- Level: 9
Time: 2200
- Level: 10
Time: 2400
Requires:
SpCost: 75
ItemCost:
- Item: Blue_Gemstone
Amount: 1
Level: 6
- Item: Blue_Gemstone
Amount: 1
Level: 7
- Item: Blue_Gemstone
Amount: 1
Level: 8
- Item: Blue_Gemstone
Amount: 1
Level: 9
- Item: Blue_Gemstone
Amount: 1
Level: 10
Unit:
Id: Firepillar_Waiting
AlternateId: Firepillar_Active
Range: 1
Interval: 2000
Target: Enemy
Flag:
NoReiteration: true
NoFootSet: true
- Id: 81
Name: WZ_SIGHTRASHER
Description: Sightrasher
MaxLevel: 10
Type: Magic
TargetType: Self
DamageFlags:
Splash: true
Flags:
IsAutoShadowSpell: true
TargetTrap: true
Hit: Single
HitCount: 1
Element: Fire
SplashArea: 7
Knockback: 5
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime: 500
AfterCastActDelay: 2000
Duration1: 500
Requires:
SpCost:
- Level: 1
Amount: 35
- Level: 2
Amount: 37
- Level: 3
Amount: 39
- Level: 4
Amount: 41
- Level: 5
Amount: 43
- Level: 6
Amount: 45
- Level: 7
Amount: 47
- Level: 8
Amount: 49
- Level: 9
Amount: 51
- Level: 10
Amount: 53
Status:
Sight: true
- Id: 83
Name: WZ_METEOR
Description: Meteor Storm
MaxLevel: 10
Type: Magic
TargetType: Ground
Flags:
IsAutoShadowSpell: true
Range: 9
Hit: Multi_Hit
HitCount:
- Level: 1
Count: 1
- Level: 2
Count: 1
- Level: 3
Count: 2
- Level: 4
Count: 2
- Level: 5
Count: 3
- Level: 6
Count: 3
- Level: 7
Count: 4
- Level: 8
Count: 4
- Level: 9
Count: 5
- Level: 10
Count: 5
- Level: 11
Count: 15
Element: Fire
SplashArea:
- Level: 1
Area: 3
- Level: 2
Area: 3
- Level: 3
Area: 3
- Level: 4
Area: 3
- Level: 5
Area: 3
- Level: 6
Area: 3
- Level: 7
Area: 3
- Level: 8
Area: 3
- Level: 9
Area: 3
- Level: 10
Area: 3
- Level: 11
Area: 14
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime: 15000
AfterCastActDelay:
- Level: 1
Time: 2000
- Level: 2
Time: 3000
- Level: 3
Time: 3000
- Level: 4
Time: 4000
- Level: 5
Time: 4000
- Level: 6
Time: 5000
- Level: 7
Time: 5000
- Level: 8
Time: 6000
- Level: 9
Time: 6000
- Level: 10
Time: 7000
Duration1:
- Level: 1
Time: 2000
- Level: 2
Time: 3000
- Level: 3
Time: 3000
- Level: 4
Time: 4000
- Level: 5
Time: 4000
- Level: 6
Time: 5000
- Level: 7
Time: 5000
- Level: 8
Time: 6000
- Level: 9
Time: 6000
- Level: 10
Time: 7000
Duration2: 5000
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 24
- Level: 3
Amount: 30
- Level: 4
Amount: 34
- Level: 5
Amount: 40
- Level: 6
Amount: 44
- Level: 7
Amount: 50
- Level: 8
Amount: 54
- Level: 9
Amount: 60
- Level: 10
Amount: 64
Unit:
Id: Dummyskill
Range: 3
Interval: 1000
Target: Enemy
Flag:
PathCheck: true
- Id: 84
Name: WZ_JUPITEL
Description: Jupitel Thunder
MaxLevel: 10
Type: Magic
TargetType: Attack
Flags:
IsAutoShadowSpell: true
Range: 9
Hit: Multi_Hit
HitCount:
- Level: 1
Count: 3
- Level: 2
Count: 4
- Level: 3
Count: 5
- Level: 4
Count: 6
- Level: 5
Count: 7
- Level: 6
Count: 8
- Level: 7
Count: 9
- Level: 8
Count: 10
- Level: 9
Count: 11
- Level: 10
Count: 12
Element: Wind
Knockback:
- Level: 1
Amount: 2
- Level: 2
Amount: 3
- Level: 3
Amount: 3
- Level: 4
Amount: 4
- Level: 5
Amount: 4
- Level: 6
Amount: 5
- Level: 7
Amount: 5
- Level: 8
Amount: 6
- Level: 9
Amount: 6
- Level: 10
Amount: 7
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime:
- Level: 1
Time: 2500
- Level: 2
Time: 3000
- Level: 3
Time: 3500
- Level: 4
Time: 4000
- Level: 5
Time: 4500
- Level: 6
Time: 5000
- Level: 7
Time: 5500
- Level: 8
Time: 6000
- Level: 9
Time: 6500
- Level: 10
Time: 7000
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 23
- Level: 3
Amount: 26
- Level: 4
Amount: 29
- Level: 5
Amount: 32
- Level: 6
Amount: 35
- Level: 7
Amount: 38
- Level: 8
Amount: 41
- Level: 9
Amount: 44
- Level: 10
Amount: 47
- Id: 85
Name: WZ_VERMILION
Description: Lord of Vermilion
MaxLevel: 10
Type: Magic
TargetType: Ground
Flags:
IsAutoShadowSpell: true
Range: 9
Hit: Multi_Hit
HitCount: -10
Element: Wind
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime:
- Level: 1
Time: 15000
- Level: 2
Time: 14500
- Level: 3
Time: 14000
- Level: 4
Time: 13500
- Level: 5
Time: 13000
- Level: 6
Time: 12500
- Level: 7
Time: 12000
- Level: 8
Time: 11500
- Level: 9
Time: 11000
- Level: 10
Time: 10500
AfterCastActDelay: 5000
Duration1: 4000
Duration2: 30000
Requires:
SpCost:
- Level: 1
Amount: 60
- Level: 2
Amount: 64
- Level: 3
Amount: 68
- Level: 4
Amount: 72
- Level: 5
Amount: 76
- Level: 6
Amount: 80
- Level: 7
Amount: 84
- Level: 8
Amount: 88
- Level: 9
Amount: 92
- Level: 10
Amount: 96
Unit:
Id: Dummyskill
Layout:
- Level: 1
Size: 5
- Level: 2
Size: 5
- Level: 3
Size: 5
- Level: 4
Size: 5
- Level: 5
Size: 5
- Level: 6
Size: 5
- Level: 7
Size: 5
- Level: 8
Size: 5
- Level: 9
Size: 5
- Level: 10
Size: 5
- Level: 11
Size: 7
Range: 1
Interval: 1250
Target: Enemy
Flag:
NoOverlap: true
PathCheck: true
- Id: 86
Name: WZ_WATERBALL
Description: Water Ball
MaxLevel: 5
Type: Magic
TargetType: Attack
Flags:
IsAutoShadowSpell: true
Range: 9
Hit: Multi_Hit
HitCount: 1
Element: Water
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime:
- Level: 1
Time: 1000
- Level: 2
Time: 2000
- Level: 3
Time: 3000
- Level: 4
Time: 4000
- Level: 5
Time: 5000
- Level: 6
Time: 6000
- Level: 7
Time: 7000
- Level: 8
Time: 8000
- Level: 9
Time: 9000
- Level: 10
Time: 10000
Duration1: 10000
Requires:
SpCost:
- Level: 1
Amount: 15
- Level: 2
Amount: 20
- Level: 3
Amount: 20
- Level: 4
Amount: 25
- Level: 5
Amount: 25
- Level: 6
Amount: 25
- Level: 7
Amount: 25
- Level: 8
Amount: 25
- Level: 9
Amount: 25
- Level: 10
Amount: 25
State: Water
Unit:
Id: Dummyskill
Layout:
- Level: 1
Size: 0
- Level: 2
Size: 1
- Level: 3
Size: 1
- Level: 4
Size: 2
- Level: 5
Size: 2
- Level: 6
Size: 2
- Level: 7
Size: 2
- Level: 8
Size: 2
- Level: 9
Size: 2
- Level: 10
Size: 2
Interval: -1
Flag:
PathCheck: true
- Id: 87
Name: WZ_ICEWALL
Description: Ice Wall
MaxLevel: 10
Type: Magic
TargetType: Ground
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
Element: Water
CastCancel: true
Requires:
SpCost: 20
Unit:
Id: Icewall
Layout: -1
Interval: 1000
Flag:
PathCheck: true
NoKnockback: true
RemovedByFireRain: true
- Id: 88
Name: WZ_FROSTNOVA
Description: Frost Nova
MaxLevel: 10
Type: Magic
TargetType: Self
DamageFlags:
Splash: true
Flags:
IsAutoShadowSpell: true
Hit: Single
HitCount: 1
Element: Water
SplashArea: 3
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime:
- Level: 1
Time: 6000
- Level: 2
Time: 6000
- Level: 3
Time: 5500
- Level: 4
Time: 5500
- Level: 5
Time: 5000
- Level: 6
Time: 5000
- Level: 7
Time: 4500
- Level: 8
Time: 4500
- Level: 9
Time: 4000
- Level: 10
Time: 4000
AfterCastActDelay: 1000
Duration2:
- Level: 1
Time: 1500
- Level: 2
Time: 3000
- Level: 3
Time: 4500
- Level: 4
Time: 6000
- Level: 5
Time: 7500
- Level: 6
Time: 9000
- Level: 7
Time: 10500
- Level: 8
Time: 12000
- Level: 9
Time: 13500
- Level: 10
Time: 15000
Requires:
SpCost:
- Level: 1
Amount: 45
- Level: 2
Amount: 43
- Level: 3
Amount: 41
- Level: 4
Amount: 39
- Level: 5
Amount: 37
- Level: 6
Amount: 35
- Level: 7
Amount: 33
- Level: 8
Amount: 31
- Level: 9
Amount: 29
- Level: 10
Amount: 27
- Id: 89
Name: WZ_STORMGUST
Description: Storm Gust
MaxLevel: 10
Type: Magic
TargetType: Ground
Flags:
IsAutoShadowSpell: true
Range: 9
Hit: Single
HitCount: 1
Element: Water
Knockback: 2
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime:
- Level: 1
Time: 6000
- Level: 2
Time: 7000
- Level: 3
Time: 8000
- Level: 4
Time: 9000
- Level: 5
Time: 10000
- Level: 6
Time: 11000
- Level: 7
Time: 12000
- Level: 8
Time: 13000
- Level: 9
Time: 14000
- Level: 10
Time: 15000
AfterCastActDelay: 5000
Duration1: 4600
Duration2: 12000
Requires:
SpCost: 78
Unit:
Id: Dummyskill
Layout: 4
Range: 1
Interval: 450
Target: Enemy
Flag:
NoOverlap: true
PathCheck: true
- Id: 90
Name: WZ_EARTHSPIKE
Description: Earth Spike
MaxLevel: 5
Type: Magic
TargetType: Attack
Flags:
IsAutoShadowSpell: true
Range: 9
Hit: Multi_Hit
HitCount:
- Level: 1
Count: 1
- Level: 2
Count: 2
- Level: 3
Count: 3
- Level: 4
Count: 4
- Level: 5
Count: 5
Element: Earth
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime:
- Level: 1
Time: 1000
- Level: 2
Time: 2000
- Level: 3
Time: 3000
- Level: 4
Time: 4000
- Level: 5
Time: 5000
AfterCastActDelay: 700
Requires:
SpCost:
- Level: 1
Amount: 12
- Level: 2
Amount: 14
- Level: 3
Amount: 16
- Level: 4
Amount: 18
- Level: 5
Amount: 20
- Id: 91
Name: WZ_HEAVENDRIVE
Description: Heaven's Drive
MaxLevel: 5
Type: Magic
TargetType: Ground
Flags:
IsAutoShadowSpell: true
TargetHidden: true
Range: 9
Hit: Multi_Hit
HitCount:
- Level: 1
Count: 1
- Level: 2
Count: 2
- Level: 3
Count: 3
- Level: 4
Count: 4
- Level: 5
Count: 5
Element: Earth
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime:
- Level: 1
Time: 1000
- Level: 2
Time: 2000
- Level: 3
Time: 3000
- Level: 4
Time: 4000
- Level: 5
Time: 5000
AfterCastActDelay: 700
Duration1: 100
Requires:
SpCost:
- Level: 1
Amount: 28
- Level: 2
Amount: 32
- Level: 3
Amount: 36
- Level: 4
Amount: 40
- Level: 5
Amount: 44
Unit:
Id: Dummyskill
Layout: 2
Interval: 1000
Target: Enemy
Flag:
PathCheck: true
- Id: 92
Name: WZ_QUAGMIRE
Description: Quagmire
MaxLevel: 5
Type: Magic
TargetType: Ground
DamageFlags:
NoDamage: true
Flags:
IgnoreHovering: true
TargetHidden: true
Range: 9
Hit: Single
HitCount: 1
Element: Earth
ActiveInstance: 3
CastCancel: true
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 5000
- Level: 2
Time: 10000
- Level: 3
Time: 15000
- Level: 4
Time: 20000
- Level: 5
Time: 25000
Duration2:
- Level: 1
Time: 5000
- Level: 2
Time: 10000
- Level: 3
Time: 15000
- Level: 4
Time: 20000
- Level: 5
Time: 25000
Requires:
SpCost:
- Level: 1
Amount: 5
- Level: 2
Amount: 10
- Level: 3
Amount: 15
- Level: 4
Amount: 20
- Level: 5
Amount: 25
Unit:
Id: Quagmire
Layout: 2
Interval: -1
Target: Enemy
Flag:
PathCheck: true
RemovedByFireRain: true
- Id: 93
Name: WZ_ESTIMATION
Description: Sense
MaxLevel: 1
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Requires:
SpCost: 10
- Id: 94
Name: BS_IRON
Description: Iron Tempering
MaxLevel: 5
Type: Weapon
- Id: 95
Name: BS_STEEL
Description: Steel Tempering
MaxLevel: 5
Type: Weapon
- Id: 96
Name: BS_ENCHANTEDSTONE
Description: Enchanted Stone Craft
MaxLevel: 5
Type: Weapon
- Id: 97
Name: BS_ORIDEOCON
Description: Oridecon Research
MaxLevel: 5
Type: Weapon
- Id: 98
Name: BS_DAGGER
Description: Smith Dagger
MaxLevel: 3
Type: Weapon
- Id: 99
Name: BS_SWORD
Description: Smith Sword
MaxLevel: 3
Type: Weapon
- Id: 100
Name: BS_TWOHANDSWORD
Description: Smith Two-handed Sword
MaxLevel: 3
Type: Weapon
- Id: 101
Name: BS_AXE
Description: Smith Axe
MaxLevel: 3
Type: Weapon
- Id: 102
Name: BS_MACE
Description: Smith Mace
MaxLevel: 3
Type: Weapon
- Id: 103
Name: BS_KNUCKLE
Description: Smith Knucklebrace
MaxLevel: 3
Type: Weapon
- Id: 104
Name: BS_SPEAR
Description: Smith Spear
MaxLevel: 3
Type: Weapon
- Id: 105
Name: BS_HILTBINDING
Description: Hilt Binding
MaxLevel: 1
Type: Weapon
- Id: 106
Name: BS_FINDINGORE
Description: Ore Discovery
MaxLevel: 1
Type: Weapon
- Id: 107
Name: BS_WEAPONRESEARCH
Description: Weaponry Research
MaxLevel: 10
Type: Weapon
- Id: 108
Name: BS_REPAIRWEAPON
Description: Weapon Repair
MaxLevel: 1
Type: Weapon
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
AllowOnMado: true
Range: 2
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 7500
Requires:
SpCost: 30
- Id: 109
Name: BS_SKINTEMPER
Description: Skin Tempering
MaxLevel: 5
Type: Weapon
- Id: 110
Name: BS_HAMMERFALL
Description: Hammer Fall
MaxLevel: 5
Type: Weapon
TargetType: Ground
DamageFlags:
NoDamage: true
Splash: true
Flags:
AllowOnMado: true
Range: 1
Hit: Single
HitCount: 1
SplashArea:
- Level: 1
Area: 2
- Level: 2
Area: 2
- Level: 3
Area: 2
- Level: 4
Area: 2
- Level: 5
Area: 2
- Level: 6
Area: 12
Duration2: 5000
Requires:
SpCost: 10
Weapon:
Dagger: true
1hSword: true
1hAxe: true
2hAxe: true
Mace: true
- Id: 111
Name: BS_ADRENALINE
Description: Adrenaline Rush
MaxLevel: 5
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
AllowOnMado: true
Hit: Single
HitCount: 1
SplashArea: -1
Duration1:
- Level: 1
Time: 30000
- Level: 2
Time: 60000
- Level: 3
Time: 90000
- Level: 4
Time: 120000
- Level: 5
Time: 150000
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 23
- Level: 3
Amount: 26
- Level: 4
Amount: 29
- Level: 5
Amount: 32
Weapon:
1hAxe: true
2hAxe: true
Mace: true
- Id: 112
Name: BS_WEAPONPERFECT
Description: Weapon Perfection
MaxLevel: 5
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
AllowOnMado: true
Hit: Single
HitCount: 1
SplashArea: -1
Duration1:
- Level: 1
Time: 10000
- Level: 2
Time: 20000
- Level: 3
Time: 30000
- Level: 4
Time: 40000
- Level: 5
Time: 50000
Requires:
SpCost:
- Level: 1
Amount: 18
- Level: 2
Amount: 16
- Level: 3
Amount: 14
- Level: 4
Amount: 12
- Level: 5
Amount: 10
- Id: 113
Name: BS_OVERTHRUST
Description: Power-Thrust
MaxLevel: 5
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
AllowOnMado: true
Hit: Single
HitCount: 1
SplashArea: -1
Duration1:
- Level: 1
Time: 20000
- Level: 2
Time: 40000
- Level: 3
Time: 60000
- Level: 4
Time: 80000
- Level: 5
Time: 100000
Requires:
SpCost:
- Level: 1
Amount: 18
- Level: 2
Amount: 16
- Level: 3
Amount: 14
- Level: 4
Amount: 12
- Level: 5
Amount: 10
Weapon:
Dagger: true
1hSword: true
2hSword: true
1hSpear: true
2hSpear: true
1hAxe: true
2hAxe: true
Mace: true
2hMace: true
Staff: true
Bow: true
Knuckle: true
Musical: true
Whip: true
Book: true
Katar: true
Revolver: true
Rifle: true
Gatling: true
Shotgun: true
Grenade: true
Huuma: true
2hStaff: true
- Id: 114
Name: BS_MAXIMIZE
Description: Maximize Power
MaxLevel: 5
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
AllowOnMado: true
Hit: Single
HitCount: 1
Duration1:
- Level: 1
Time: 1000
- Level: 2
Time: 2000
- Level: 3
Time: 3000
- Level: 4
Time: 4000
- Level: 5
Time: 5000
Requires:
SpCost: 10
- Id: 115
Name: HT_SKIDTRAP
Description: Skid Trap
MaxLevel: 5
Type: Misc
TargetType: Ground
DamageFlags:
NoDamage: true
Flags:
IsTrap: true
IgnoreHovering: true
AllowOnWarg: true
Range: 3
Hit: Single
HitCount: 1
Knockback:
- Level: 1
Amount: 6
- Level: 2
Amount: 7
- Level: 3
Amount: 8
- Level: 4
Amount: 9
- Level: 5
Amount: 10
Duration1:
- Level: 1
Time: 300000
- Level: 2
Time: 240000
- Level: 3
Time: 180000
- Level: 4
Time: 120000
- Level: 5
Time: 60000
Duration2: 3000
Requires:
SpCost: 10
ItemCost:
- Item: Booby_Trap
Amount: 1
Unit:
Id: Skidtrap
Range: 1
Interval: 1000
Target: Enemy
Flag:
NoReiteration: true
NoFootSet: true
RemovedByFireRain: true
- Id: 116
Name: HT_LANDMINE
Description: Land Mine
MaxLevel: 5
Type: Misc
TargetType: Ground
DamageFlags:
IgnoreFlee: true
IgnoreDefCard: true
Flags:
IsTrap: true
AlterRangeResearchTrap: true
IgnoreHovering: true
AllowOnWarg: true
Range: 3
Hit: Single
HitCount: 1
Element: Earth
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
Duration1:
- Level: 1
Time: 200000
- Level: 2
Time: 160000
- Level: 3
Time: 120000
- Level: 4
Time: 80000
- Level: 5
Time: 40000
Duration2: 5000
Requires:
SpCost: 10
ItemCost:
- Item: Booby_Trap
Amount: 1
Unit:
Id: Landmine
Range: 1
Interval: 1000
Target: Enemy
Flag:
NoReiteration: true
NoFootSet: true
RemovedByFireRain: true
- Id: 117
Name: HT_ANKLESNARE
Description: Ankle Snare
MaxLevel: 5
Type: Misc
TargetType: Ground
DamageFlags:
NoDamage: true
Flags:
IsTrap: true
IgnoreHovering: true
AllowOnWarg: true
Range: 3
Hit: Single
HitCount: 1
Duration1:
- Level: 1
Time: 250000
- Level: 2
Time: 200000
- Level: 3
Time: 150000
- Level: 4
Time: 100000
- Level: 5
Time: 50000
Duration2:
- Level: 1
Time: 4000
- Level: 2
Time: 8000
- Level: 3
Time: 12000
- Level: 4
Time: 16000
- Level: 5
Time: 20000
Requires:
SpCost: 12
ItemCost:
- Item: Booby_Trap
Amount: 1
Unit:
Id: Anklesnare
Range: 1
Interval: 1000
Target: Enemy
Flag:
NoReiteration: true
NoFootSet: true
NoKnockback: true
RemovedByFireRain: true
- Id: 118
Name: HT_SHOCKWAVE
Description: Shockwave Trap
MaxLevel: 5
Type: Misc
TargetType: Ground
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsTrap: true
IgnoreHovering: true
AllowOnWarg: true
Range: 3
Hit: Single
HitCount: 1
SplashArea: 1
Duration1:
- Level: 1
Time: 200000
- Level: 2
Time: 160000
- Level: 3
Time: 120000
- Level: 4
Time: 80000
- Level: 5
Time: 40000
Requires:
SpCost: 45
ItemCost:
- Item: Booby_Trap
Amount: 2
Unit:
Id: Shockwave
Range: 1
Interval: 1000
Target: Enemy
Flag:
NoReiteration: true
NoFootSet: true
RemovedByFireRain: true
- Id: 119
Name: HT_SANDMAN
Description: Sandman
MaxLevel: 5
Type: Misc
TargetType: Ground
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsTrap: true
IgnoreHovering: true
AllowOnWarg: true
Range: 3
Hit: Single
HitCount: 1
SplashArea: 2
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 120000
- Level: 3
Time: 90000
- Level: 4
Time: 60000
- Level: 5
Time: 30000
Duration2: 30000
Requires:
SpCost: 12
ItemCost:
- Item: Booby_Trap
Amount: 1
Unit:
Id: Sandman
Range: 1
Interval: 1000
Target: Enemy
Flag:
NoReiteration: true
NoFootSet: true
RemovedByFireRain: true
- Id: 120
Name: HT_FLASHER
Description: Flasher
MaxLevel: 5
Type: Misc
TargetType: Ground
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsTrap: true
IgnoreHovering: true
AllowOnWarg: true
Range: 3
Hit: Single
HitCount: 1
SplashArea: 1
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 120000
- Level: 3
Time: 90000
- Level: 4
Time: 60000
- Level: 5
Time: 30000
Duration2: 30000
Requires:
SpCost: 12
ItemCost:
- Item: Booby_Trap
Amount: 2
Unit:
Id: Flasher
Range: 1
Interval: 1000
Target: Enemy
Flag:
NoReiteration: true
NoFootSet: true
RemovedByFireRain: true
- Id: 121
Name: HT_FREEZINGTRAP
Description: Freezing Trap
MaxLevel: 5
Type: Weapon
TargetType: Ground
DamageFlags:
Splash: true
IgnoreFlee: true
Flags:
IsTrap: true
AlterRangeResearchTrap: true
IgnoreHovering: true
AllowOnWarg: true
Range: 3
Hit: Single
HitCount: 1
Element: Water
SplashArea: 1
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 120000
- Level: 3
Time: 90000
- Level: 4
Time: 60000
- Level: 5
Time: 30000
Duration2:
- Level: 1
Time: 3000
- Level: 2
Time: 6000
- Level: 3
Time: 9000
- Level: 4
Time: 12000
- Level: 5
Time: 15000
Requires:
SpCost: 10
ItemCost:
- Item: Booby_Trap
Amount: 2
Unit:
Id: Freezingtrap
Range: 1
Interval: 1000
Target: Enemy
Flag:
NoReiteration: true
NoFootSet: true
RemovedByFireRain: true
- Id: 122
Name: HT_BLASTMINE
Description: Blast Mine
MaxLevel: 5
Type: Misc
TargetType: Ground
DamageFlags:
Splash: true
IgnoreFlee: true
IgnoreDefCard: true
Flags:
IsTrap: true
AlterRangeResearchTrap: true
IgnoreHovering: true
AllowOnWarg: true
Range: 3
Hit: Single
HitCount: 1
Element: Wind
SplashArea: 1
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
Duration1:
- Level: 1
Time: 25000
- Level: 2
Time: 20000
- Level: 3
Time: 15000
- Level: 4
Time: 10000
- Level: 5
Time: 5000
Requires:
SpCost: 10
ItemCost:
- Item: Booby_Trap
Amount: 1
Unit:
Id: Blastmine
Range: 1
Interval: 1000
Target: Enemy
Flag:
NoReiteration: true
NoFootSet: true
RemovedByFireRain: true
- Id: 123
Name: HT_CLAYMORETRAP
Description: Claymore Trap
MaxLevel: 5
Type: Misc
TargetType: Ground
DamageFlags:
Splash: true
IgnoreFlee: true
IgnoreDefCard: true
Flags:
IsTrap: true
TargetTrap: true
AlterRangeResearchTrap: true
IgnoreHovering: true
AllowOnWarg: true
Range: 3
Hit: Single
HitCount: 1
Element: Fire
SplashArea: 2
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
Duration1:
- Level: 1
Time: 20000
- Level: 2
Time: 40000
- Level: 3
Time: 60000
- Level: 4
Time: 80000
- Level: 5
Time: 100000
Requires:
SpCost: 15
ItemCost:
- Item: Booby_Trap
Amount: 2
Unit:
Id: Claymoretrap
Range: 1
Interval: 1000
Target: Enemy
Flag:
NoReiteration: true
NoFootSet: true
RemovedByFireRain: true
- Id: 124
Name: HT_REMOVETRAP
Description: Remove Trap
MaxLevel: 1
Type: Misc
TargetType: Trap
DamageFlags:
NoDamage: true
Flags:
TargetTrap: true
Range: 2
Hit: Single
HitCount: 1
Requires:
SpCost: 5
- Id: 125
Name: HT_TALKIEBOX
Description: Talkie Box
MaxLevel: 1
Type: Misc
TargetType: Ground
DamageFlags:
NoDamage: true
Flags:
IsTrap: true
AllowOnWarg: true
Range: 3
Hit: Single
HitCount: 1
Duration1: 600000
Requires:
SpCost: 1
ItemCost:
- Item: Booby_Trap
Amount: 1
Unit:
Id: Talkiebox
Range: 1
Interval: 1000
Flag:
NoMob: true
RemovedByFireRain: true
- Id: 126
Name: HT_BEASTBANE
Description: Beast Bane
MaxLevel: 10
Type: Weapon
- Id: 127
Name: HT_FALCON
Description: Falconry Mastery
MaxLevel: 1
Type: Misc
- Id: 128
Name: HT_STEELCROW
Description: Steel Crow
MaxLevel: 10
Type: Misc
- Id: 129
Name: HT_BLITZBEAT
Description: Blitz Beat
MaxLevel: 5
Type: Misc
TargetType: Attack
DamageFlags:
Splash: true
IgnoreFlee: true
Flags:
TargetTrap: true
AlterRangeVulture: true
Range: 5
Hit: Multi_Hit
HitCount:
- Level: 1
Count: 1
- Level: 2
Count: 2
- Level: 3
Count: 3
- Level: 4
Count: 4
- Level: 5
Count: 5
SplashArea: 1
CastCancel: true
CastTime: 1500
AfterCastActDelay: 1000
Requires:
SpCost:
- Level: 1
Amount: 10
- Level: 2
Amount: 13
- Level: 3
Amount: 16
- Level: 4
Amount: 19
- Level: 5
Amount: 22
State: Falcon
- Id: 130
Name: HT_DETECTING
Description: Detect
MaxLevel: 4
Type: Misc
TargetType: Ground
DamageFlags:
NoDamage: true
Splash: true
Range:
- Level: 1
Size: 3
- Level: 2
Size: 5
- Level: 3
Size: 7
- Level: 4
Size: 9
Hit: Single
HitCount: 1
SplashArea: 3
Requires:
SpCost: 8
State: Falcon
- Id: 131
Name: HT_SPRINGTRAP
Description: Spring Trap
MaxLevel: 5
Type: Misc
TargetType: Trap
DamageFlags:
NoDamage: true
Range:
- Level: 1
Size: 4
- Level: 2
Size: 5
- Level: 3
Size: 6
- Level: 4
Size: 7
- Level: 5
Size: 8
Hit: Single
HitCount: 1
Requires:
SpCost: 10
State: Falcon
- Id: 132
Name: AS_RIGHT
Description: Righthand Mastery
MaxLevel: 5
Type: Weapon
- Id: 133
Name: AS_LEFT
Description: Lefthand Mastery
MaxLevel: 5
Type: Weapon
- Id: 134
Name: AS_KATAR
Description: Katar Mastery
MaxLevel: 10
Type: Weapon
- Id: 135
Name: AS_CLOAKING
Description: Cloaking
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IgnoreKagehumi: true
IgnoreWugBite: true
Hit: Single
HitCount: 1
Duration1:
- Level: 1
Time: 500
- Level: 2
Time: 1000
- Level: 3
Time: 2000
- Level: 4
Time: 3000
- Level: 5
Time: 4000
- Level: 6
Time: 5000
- Level: 7
Time: 6000
- Level: 8
Time: 7000
- Level: 9
Time: 8000
- Level: 10
Time: 9000
Requires:
SpCost: 15
- Id: 136
Name: AS_SONICBLOW
Description: Sonic Blow
MaxLevel: 10
Type: Weapon
TargetType: Attack
Range: 1
Hit: Multi_Hit
HitCount: -8
Element: Weapon
AfterCastActDelay: 2000
AfterCastWalkDelay: 2000
Duration2: 5000
CastDelayFlags:
IgnoreStatus: true
Requires:
SpCost:
- Level: 1
Amount: 16
- Level: 2
Amount: 18
- Level: 3
Amount: 20
- Level: 4
Amount: 22
- Level: 5
Amount: 24
- Level: 6
Amount: 26
- Level: 7
Amount: 28
- Level: 8
Amount: 30
- Level: 9
Amount: 32
- Level: 10
Amount: 34
Weapon:
Katar: true
- Id: 137
Name: AS_GRIMTOOTH
Description: Grimtooth
MaxLevel: 5
Type: Weapon
TargetType: Attack
DamageFlags:
Splash: true
Flags:
TargetTrap: true
AllowWhenHidden: true
Range:
- Level: 1
Size: 3
- Level: 2
Size: 4
- Level: 3
Size: 5
- Level: 4
Size: 6
- Level: 5
Size: 7
Hit: Single
HitCount: 1
Element: Weapon
SplashArea: 1
Duration2: 1000
Requires:
SpCost: 3
Weapon:
Katar: true
Status:
Hiding: true
- Id: 138
Name: AS_ENCHANTPOISON
Description: Enchant Poison
MaxLevel: 10
Type: Weapon
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
PartyOnly: true
Range: 1
Hit: Single
HitCount: 1
Element: Poison
Duration1:
- Level: 1
Time: 30000
- Level: 2
Time: 45000
- Level: 3
Time: 60000
- Level: 4
Time: 75000
- Level: 5
Time: 90000
- Level: 6
Time: 105000
- Level: 7
Time: 120000
- Level: 8
Time: 135000
- Level: 9
Time: 150000
- Level: 10
Time: 165000
Duration2:
- Level: 1
Time: 10000
- Level: 2
Time: 20000
- Level: 3
Time: 30000
- Level: 4
Time: 40000
- Level: 5
Time: 50000
- Level: 6
Time: 60000
- Level: 7
Time: 70000
- Level: 8
Time: 80000
- Level: 9
Time: 90000
- Level: 10
Time: 100000
Requires:
SpCost: 20
- Id: 139
Name: AS_POISONREACT
Description: Poison React
MaxLevel: 10
Type: Weapon
TargetType: Self
Hit: Single
HitCount: 1
Duration1:
- Level: 1
Time: 20000
- Level: 2
Time: 25000
- Level: 3
Time: 30000
- Level: 4
Time: 35000
- Level: 5
Time: 40000
- Level: 6
Time: 45000
- Level: 7
Time: 50000
- Level: 8
Time: 55000
- Level: 9
Time: 60000
- Level: 10
Time: 65000
Requires:
SpCost:
- Level: 1
Amount: 25
- Level: 2
Amount: 30
- Level: 3
Amount: 35
- Level: 4
Amount: 40
- Level: 5
Amount: 45
- Level: 6
Amount: 50
- Level: 7
Amount: 55
- Level: 8
Amount: 60
- Level: 9
Amount: 45
- Level: 10
Amount: 45
- Id: 140
Name: AS_VENOMDUST
Description: Venom Dust
MaxLevel: 10
Type: Weapon
TargetType: Ground
DamageFlags:
NoDamage: true
Range: 2
Hit: Single
HitCount: 1
Element: Poison
Duration1:
- Level: 1
Time: 5000
- Level: 2
Time: 10000
- Level: 3
Time: 15000
- Level: 4
Time: 20000
- Level: 5
Time: 25000
- Level: 6
Time: 30000
- Level: 7
Time: 35000
- Level: 8
Time: 40000
- Level: 9
Time: 45000
- Level: 10
Time: 50000
Duration2: 60000
Requires:
SpCost: 20
ItemCost:
- Item: Red_Gemstone
Amount: 1
Unit:
Id: Venomdust
Layout: -1
Range: 1
Interval: 1000
Target: Enemy
Flag:
RemovedByFireRain: true
- Id: 141
Name: AS_SPLASHER
Description: Venom Splasher
MaxLevel: 10
Type: Weapon
TargetType: Attack
DamageFlags:
NoDamage: true
IgnoreElement: true
IgnoreFlee: true
Range: 1
Hit: Single
HitCount: 1
Element: Weapon
SplashArea: 2
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime: 1000
Duration1:
- Level: 1
Time: 5000
- Level: 2
Time: 5500
- Level: 3
Time: 6000
- Level: 4
Time: 6500
- Level: 5
Time: 7000
- Level: 6
Time: 7500
- Level: 7
Time: 8000
- Level: 8
Time: 8500
- Level: 9
Time: 9000
- Level: 10
Time: 9500
Duration2: 60000
Requires:
SpCost:
- Level: 1
Amount: 12
- Level: 2
Amount: 14
- Level: 3
Amount: 16
- Level: 4
Amount: 18
- Level: 5
Amount: 20
- Level: 6
Amount: 22
- Level: 7
Amount: 24
- Level: 8
Amount: 26
- Level: 9
Amount: 28
- Level: 10
Amount: 30
ItemCost:
- Item: Red_Gemstone
Amount: 1
- Id: 142
Name: NV_FIRSTAID
Description: First Aid
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsQuest: true
Hit: Single
HitCount: 1
Requires:
SpCost: 3
- Id: 143
Name: NV_TRICKDEAD
Description: Play Dead
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsQuest: true
Hit: Single
HitCount: 1
Duration1: 600000
Requires:
SpCost: 5
- Id: 144
Name: SM_MOVINGRECOVERY
Description: Moving HP-Recovery
MaxLevel: 1
Flags:
IsQuest: true
- Id: 145
Name: SM_FATALBLOW
Description: Fatal Blow
MaxLevel: 1
Type: Weapon
Flags:
IsQuest: true
Duration2: 5000
- Id: 146
Name: SM_AUTOBERSERK
Description: Auto Berserk
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsQuest: true
Hit: Single
HitCount: 1
Requires:
SpCost: 1
- Id: 147
Name: AC_MAKINGARROW
Description: Arrow Crafting
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsQuest: true
Requires:
SpCost: 10
State: Recover_Weight_Rate
- Id: 148
Name: AC_CHARGEARROW
Description: Arrow Repel
MaxLevel: 1
Type: Weapon
TargetType: Attack
DamageFlags:
Splash: true
Flags:
IsQuest: true
AlterRangeVulture: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
Knockback: 6
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastTime: 1500
Requires:
SpCost: 15
Weapon:
Bow: true
Ammo:
Arrow: true
AmmoAmount: 1
- Id: 149
Name: TF_SPRINKLESAND
Description: Sand Attack
MaxLevel: 1
Type: Weapon
TargetType: Attack
Flags:
IsQuest: true
Range: 1
Hit: Single
HitCount: 1
Element: Earth
Duration2: 30000
Requires:
SpCost: 9
- Id: 150
Name: TF_BACKSLIDING
Description: Back Slide
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsQuest: true
IgnoreKagehumi: true
Hit: Single
HitCount: 1
Knockback: 5
Requires:
SpCost: 7
- Id: 151
Name: TF_PICKSTONE
Description: Find Stone
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsQuest: true
Hit: Single
HitCount: 1
CastTime: 500
Requires:
SpCost: 3
State: Recover_Weight_Rate
- Id: 152
Name: TF_THROWSTONE
Description: Stone Fling
MaxLevel: 1
Type: Misc
TargetType: Attack
DamageFlags:
IgnoreFlee: true
Flags:
IsQuest: true
Range: 7
Hit: Single
HitCount: 1
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
Duration1: 5000
Duration2: 30000
Requires:
SpCost: 2
ItemCost:
- Item: Stone
Amount: 1
- Id: 153
Name: MC_CARTREVOLUTION
Description: Cart Revolution
MaxLevel: 1
Type: Weapon
TargetType: Attack
DamageFlags:
Splash: true
Flags:
IsQuest: true
TargetTrap: true
AllowOnMado: true
Range: 1
Hit: Single
HitCount: 1
Element: Weapon
SplashArea: 1
Knockback: 2
Requires:
SpCost: 12
State: Cart
- Id: 154
Name: MC_CHANGECART
Description: Change Cart
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsQuest: true
AllowOnMado: true
Hit: Single
HitCount: 1
Requires:
SpCost: 40
State: Cart
- Id: 155
Name: MC_LOUD
Description: Crazy Uproar
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsQuest: true
AllowOnMado: true
Hit: Single
HitCount: 1
Duration1: 300000
Requires:
SpCost: 8
- Id: 156
Name: AL_HOLYLIGHT
Description: Holy Light
MaxLevel: 1
Type: Magic
TargetType: Attack
Flags:
IsQuest: true
Range: 9
Hit: Single
HitCount: 1
Element: Holy
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime: 2000
Requires:
SpCost: 15
- Id: 157
Name: MG_ENERGYCOAT
Description: Energy Coat
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsQuest: true
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 5000
Duration1: 300000
Requires:
SpCost: 30
- Id: 158
Name: NPC_PIERCINGATT
Description: Piercing Attack
MaxLevel: 10
Type: Weapon
TargetType: Attack
DamageFlags:
IgnoreDefense: true
Flags:
IsNpc: true
Range: 3
Hit: Single
HitCount: 1
Element: Weapon
- Id: 159
Name: NPC_MENTALBREAKER
Description: Spirit Destruction
MaxLevel: 5
Type: Weapon
TargetType: Attack
DamageFlags:
IgnoreFlee: true
Flags:
IsNpc: true
Range: -1
Hit: Single
HitCount: 1
Element: Weapon
- Id: 160
Name: NPC_RANGEATTACK
Description: Stand off attack
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
- Id: 161
Name: NPC_ATTRICHANGE
Description: Attribute Change
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
Duration1: 1800000
- Id: 162
Name: NPC_CHANGEWATER
Description: Water Attribute Change
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
Element: Water
Duration1: 1800000
- Id: 163
Name: NPC_CHANGEGROUND
Description: Earth Attribute Change
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
Element: Earth
Duration1: 1800000
- Id: 164
Name: NPC_CHANGEFIRE
Description: Fire Attribute Change
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
Element: Fire
Duration1: 1800000
- Id: 165
Name: NPC_CHANGEWIND
Description: Wind Attribute Change
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
Element: Wind
Duration1: 1800000
- Id: 166
Name: NPC_CHANGEPOISON
Description: Poison Attribute Change
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
Element: Poison
Duration1: 1800000
- Id: 167
Name: NPC_CHANGEHOLY
Description: Holy Attribute Change
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
Element: Holy
Duration1: 1800000
- Id: 168
Name: NPC_CHANGEDARKNESS
Description: Shadow Attribute Change
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
Element: Dark
Duration1: 1800000
- Id: 169
Name: NPC_CHANGETELEKINESIS
Description: Ghost Attribute Change
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
Element: Ghost
Duration1: 1800000
- Id: 170
Name: NPC_CRITICALSLASH
Description: Defense disregard attack
MaxLevel: 10
Type: Weapon
TargetType: Attack
DamageFlags:
IgnoreDefense: true
Flags:
IsNpc: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
- Id: 171
Name: NPC_COMBOATTACK
Description: Multi-stage Attack
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: -9
Hit: Multi_Hit
HitCount:
- Level: 1
Count: -2
- Level: 2
Count: -3
- Level: 3
Count: -4
- Level: 4
Count: -5
- Level: 5
Count: -6
- Level: 6
Count: -7
- Level: 7
Count: -8
- Level: 8
Count: -9
- Level: 9
Count: -10
- Level: 10
Count: -11
Element: Weapon
- Id: 172
Name: NPC_GUIDEDATTACK
Description: Guided Attack
MaxLevel: 10
Type: Weapon
TargetType: Attack
DamageFlags:
IgnoreFlee: true
Flags:
IsNpc: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
- Id: 173
Name: NPC_SELFDESTRUCTION
Description: Suicide bombing
MaxLevel: 10
Type: Misc
TargetType: Self
DamageFlags:
Splash: true
IgnoreDefense: true
IgnoreFlee: true
IgnoreDefCard: true
Flags:
IsNpc: true
TargetTrap: true
Range: 5
Hit: Single
HitCount: 1
Element: Fire
SplashArea: 5
Knockback: 3
Duration1: 3500
- Id: 174
Name: NPC_SPLASHATTACK
Description: Splash attack
MaxLevel: 1
Type: Weapon
TargetType: Attack
DamageFlags:
Splash: true
Flags:
IsNpc: true
TargetTrap: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
SplashArea: 3
- Id: 175
Name: NPC_SUICIDE
Description: Suicide
MaxLevel: 10
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
IgnoreFlee: true
Flags:
IsNpc: true
HitCount: 1
- Id: 176
Name: NPC_POISON
Description: Poison Attack
MaxLevel: 5
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
Duration2: 60000
- Id: 177
Name: NPC_BLINDATTACK
Description: Blind Attack
MaxLevel: 5
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
Duration2: 30000
- Id: 178
Name: NPC_SILENCEATTACK
Description: Silence Attack
MaxLevel: 5
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
Duration2: 30000
- Id: 179
Name: NPC_STUNATTACK
Description: Stun Attack
MaxLevel: 5
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
Duration2: 5000
- Id: 180
Name: NPC_PETRIFYATTACK
Description: Petrify Attack
MaxLevel: 5
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
Duration2: 20000
- Id: 181
Name: NPC_CURSEATTACK
Description: Curse Attack
MaxLevel: 5
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: -9
Hit: Single
HitCount: 1
Element: Dark
Duration2: 30000
- Id: 182
Name: NPC_SLEEPATTACK
Description: Sleep attack
MaxLevel: 5
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
Duration2: 30000
- Id: 183
Name: NPC_RANDOMATTACK
Description: Random Attack
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: -9
Hit: Single
HitCount: 1
Element: Random
- Id: 184
Name: NPC_WATERATTACK
Description: Water Attribute Attack
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: -9
Hit: Single
HitCount: 1
Element: Water
- Id: 185
Name: NPC_GROUNDATTACK
Description: Earth Attribute Attack
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
TargetHidden: true
Range: -9
Hit: Single
HitCount: 1
Element: Earth
- Id: 186
Name: NPC_FIREATTACK
Description: Fire Attribute Attack
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: -9
Hit: Single
HitCount: 1
Element: Fire
- Id: 187
Name: NPC_WINDATTACK
Description: Wind Attribute Attack
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: -9
Hit: Single
HitCount: 1
Element: Wind
- Id: 188
Name: NPC_POISONATTACK
Description: Poison Attribute Attack
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: -9
Hit: Single
HitCount: 1
Element: Poison
- Id: 189
Name: NPC_HOLYATTACK
Description: Holy Attribute Attack
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: -9
Hit: Single
HitCount: 1
Element: Holy
- Id: 190
Name: NPC_DARKNESSATTACK
Description: Shadow Attribute Attack
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: -9
Hit: Single
HitCount: 1
Element: Dark
- Id: 191
Name: NPC_TELEKINESISATTACK
Description: Ghost Attribute Attack
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: -9
Hit: Single
HitCount: 1
Element: Ghost
- Id: 192
Name: NPC_MAGICALATTACK
Description: Demon Shock Attack
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
Duration1: 15000
- Id: 193
Name: NPC_METAMORPHOSIS
Description: Metamorphosis
MaxLevel: 10
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
- Id: 194
Name: NPC_PROVOCATION
Description: Provocation
MaxLevel: 10
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
- Id: 195
Name: NPC_SMOKING
Description: Smoking
MaxLevel: 10
Type: Misc
TargetType: Self
DamageFlags:
IgnoreElement: true
IgnoreFlee: true
Flags:
IsNpc: true
Hit: Single
HitCount: 1
- Id: 196
Name: NPC_SUMMONSLAVE
Description: Follower Summons
MaxLevel: 10
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
- Id: 197
Name: NPC_EMOTION
Description: Emotion
MaxLevel: 10
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
- Id: 198
Name: NPC_TRANSFORMATION
Description: Transformation
MaxLevel: 10
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
- Id: 199
Name: NPC_BLOODDRAIN
Description: Sucking Blood
MaxLevel: 1
Type: Weapon
TargetType: Attack
DamageFlags:
IgnoreFlee: true
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
Element: Dark
- Id: 200
Name: NPC_ENERGYDRAIN
Description: Energy Drain
MaxLevel: 1
Type: Magic
TargetType: Attack
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
Element: Dark
- Id: 201
Name: NPC_KEEPING
Description: Keeping
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
Duration1:
- Level: 1
Time: 60000
- Level: 2
Time: 70000
- Level: 3
Time: 80000
- Level: 4
Time: 90000
- Level: 5
Time: 100000
- Level: 6
Time: 110000
- Level: 7
Time: 120000
- Level: 8
Time: 130000
- Level: 9
Time: 140000
- Level: 10
Time: 150000
- Id: 202
Name: NPC_DARKBREATH
Description: Dark Breath
MaxLevel: 5
Type: Magic
TargetType: Attack
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
Element: Dark
- Id: 203
Name: NPC_DARKBLESSING
Description: Dark Blessing
MaxLevel: 10
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
Element: Dark
- Id: 204
Name: NPC_BARRIER
Description: Barrier
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
Duration1:
- Level: 1
Time: 60000
- Level: 2
Time: 70000
- Level: 3
Time: 80000
- Level: 4
Time: 90000
- Level: 5
Time: 100000
- Level: 6
Time: 110000
- Level: 7
Time: 120000
- Level: 8
Time: 130000
- Level: 9
Time: 140000
- Level: 10
Time: 150000
- Id: 205
Name: NPC_DEFENDER
Description: Defender
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
Duration1:
- Level: 1
Time: 60000
- Level: 2
Time: 70000
- Level: 3
Time: 80000
- Level: 4
Time: 90000
- Level: 5
Time: 100000
- Level: 6
Time: 110000
- Level: 7
Time: 120000
- Level: 8
Time: 130000
- Level: 9
Time: 140000
- Level: 10
Time: 150000
- Id: 206
Name: NPC_LICK
Description: Lick
MaxLevel: 5
Type: Weapon
TargetType: Attack
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Range: 1
Hit: Single
HitCount: 1
Element: Weapon
Duration2: 5000
- Id: 207
Name: NPC_HALLUCINATION
Description: Hallucination
MaxLevel: 5
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Range: 9
HitCount: 1
Duration2: 30000
- Id: 208
Name: NPC_REBIRTH
Description: Rebirth
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
- Id: 209
Name: NPC_SUMMONMONSTER
Description: Monster Summons
MaxLevel: 10
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
- Id: 210
Name: RG_SNATCHER
Description: Gank
MaxLevel: 10
Type: Weapon
Element: Weapon
- Id: 211
Name: RG_STEALCOIN
Description: Mug
MaxLevel: 10
Type: Weapon
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 1
Hit: Single
HitCount: 1
Requires:
SpCost: 15
- Id: 212
Name: RG_BACKSTAP
Description: Back Stab
MaxLevel: 10
Type: Weapon
TargetType: Attack
DamageFlags:
IgnoreFlee: true
Flags:
AllowWhenHidden: true
Range: -1
Hit: Single
HitCount: 1
Element: Weapon
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
AfterCastActDelay: 500
Requires:
SpCost: 16
- Id: 213
Name: RG_TUNNELDRIVE
Description: Stalk
MaxLevel: 5
- Id: 214
Name: RG_RAID
Description: Sightless Mind
MaxLevel: 5
Type: Weapon
TargetType: Self
DamageFlags:
Splash: true
Flags:
TargetTrap: true
AllowWhenHidden: true
Hit: Single
HitCount: 1
Element: Weapon
SplashArea: 1
Duration1: 5000
Duration2: 30000
Requires:
SpCost: 20
Status:
Hiding: true
- Id: 215
Name: RG_STRIPWEAPON
Description: Divest Weapon
MaxLevel: 5
Type: Weapon
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 1
Hit: Single
HitCount: 1
CastTime: 1000
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 75000
- Level: 2
Time: 90000
- Level: 3
Time: 105000
- Level: 4
Time: 120000
- Level: 5
Time: 135000
Requires:
SpCost:
- Level: 1
Amount: 17
- Level: 2
Amount: 19
- Level: 3
Amount: 21
- Level: 4
Amount: 23
- Level: 5
Amount: 25
- Id: 216
Name: RG_STRIPSHIELD
Description: Divest Shield
MaxLevel: 5
Type: Weapon
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 1
Hit: Single
HitCount: 1
CastTime: 1000
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 75000
- Level: 2
Time: 90000
- Level: 3
Time: 105000
- Level: 4
Time: 120000
- Level: 5
Time: 135000
Requires:
SpCost:
- Level: 1
Amount: 12
- Level: 2
Amount: 14
- Level: 3
Amount: 16
- Level: 4
Amount: 18
- Level: 5
Amount: 20
- Id: 217
Name: RG_STRIPARMOR
Description: Divest Armor
MaxLevel: 5
Type: Weapon
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 1
Hit: Single
HitCount: 1
CastTime: 1000
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 75000
- Level: 2
Time: 90000
- Level: 3
Time: 105000
- Level: 4
Time: 120000
- Level: 5
Time: 135000
Requires:
SpCost:
- Level: 1
Amount: 17
- Level: 2
Amount: 19
- Level: 3
Amount: 21
- Level: 4
Amount: 23
- Level: 5
Amount: 25
- Id: 218
Name: RG_STRIPHELM
Description: Divest Helm
MaxLevel: 5
Type: Weapon
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 1
Hit: Single
HitCount: 1
CastTime: 1000
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 75000
- Level: 2
Time: 90000
- Level: 3
Time: 105000
- Level: 4
Time: 120000
- Level: 5
Time: 135000
Requires:
SpCost:
- Level: 1
Amount: 12
- Level: 2
Amount: 14
- Level: 3
Amount: 16
- Level: 4
Amount: 18
- Level: 5
Amount: 20
- Id: 219
Name: RG_INTIMIDATE
Description: Snatch
MaxLevel: 5
Type: Weapon
TargetType: Attack
Range: 1
Hit: Single
HitCount: 1
Element: Weapon
Requires:
SpCost:
- Level: 1
Amount: 13
- Level: 2
Amount: 16
- Level: 3
Amount: 19
- Level: 4
Amount: 22
- Level: 5
Amount: 25
- Id: 220
Name: RG_GRAFFITI
Description: Scribble
MaxLevel: 1
TargetType: Ground
DamageFlags:
NoDamage: true
Range: 1
Hit: Single
HitCount: 1
Duration1: 180000
Requires:
SpCost: 15
ItemCost:
- Item: Red_Gemstone
Amount: 1
Unit:
Id: Graffiti
Interval: -1
Flag:
NoReiteration: true
RemovedByFireRain: true
- Id: 221
Name: RG_FLAGGRAFFITI
Description: Piece
MaxLevel: 5
TargetType: Ground
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Requires:
SpCost: 10
- Id: 222
Name: RG_CLEANER
Description: Remover
MaxLevel: 1
TargetType: Ground
DamageFlags:
NoDamage: true
Splash: true
Range: 1
Hit: Single
HitCount: 1
SplashArea: 5
Requires:
SpCost: 5
- Id: 223
Name: RG_GANGSTER
Description: Slyness
MaxLevel: 1
SplashArea: 1
- Id: 224
Name: RG_COMPULSION
Description: Haggle
MaxLevel: 5
- Id: 225
Name: RG_PLAGIARISM
Description: Intimidate
MaxLevel: 10
- Id: 226
Name: AM_AXEMASTERY
Description: Axe Mastery
MaxLevel: 10
Type: Weapon
- Id: 227
Name: AM_LEARNINGPOTION
Description: Potion Research
MaxLevel: 10
- Id: 228
Name: AM_PHARMACY
Description: Prepare Potion
MaxLevel: 10
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
Requires:
SpCost: 5
ItemCost:
- Item: Medicine_Bowl
Amount: 1
- Id: 229
Name: AM_DEMONSTRATION
Description: Bomb
MaxLevel: 5
Type: Weapon
TargetType: Ground
DamageFlags:
NoDamage: true
IgnoreAtkCard: true
Flags:
IgnoreAutoGuard: true
IgnoreCicada: true
Range: 9
Hit: Single
HitCount: 1
Element: Fire
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime: 1000
Duration1:
- Level: 1
Time: 40000
- Level: 2
Time: 45000
- Level: 3
Time: 50000
- Level: 4
Time: 55000
- Level: 5
Time: 60000
Requires:
SpCost: 10
ItemCost:
- Item: Fire_Bottle
Amount: 1
Unit:
Id: Demonstration
Range: 1
Interval: 1000
Target: Enemy
Flag:
NoReiteration: true
NoFootSet: true
- Id: 230
Name: AM_ACIDTERROR
Description: Acid Terror
MaxLevel: 5
Type: Weapon
TargetType: Attack
DamageFlags:
IgnoreAtkCard: true
IgnoreFlee: true
Flags:
IgnoreAutoGuard: true
IgnoreCicada: true
Range: 9
Hit: Single
HitCount: 1
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime: 1000
Duration1:
- Level: 1
Time: 3
- Level: 2
Time: 7
- Level: 3
Time: 10
- Level: 4
Time: 12
- Level: 5
Time: 13
Duration2: 120000
Requires:
SpCost: 15
ItemCost:
- Item: Acid_Bottle
Amount: 1
- Id: 231
Name: AM_POTIONPITCHER
Description: Aid Potion
MaxLevel: 5
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
PartyOnly: true
GuildOnly: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
AfterCastActDelay: 500
Requires:
SpCost: 1
ItemCost:
- Item: Red_Potion
Amount: 1
- Item: Orange_Potion
Amount: 1
- Item: Yellow_Potion
Amount: 1
- Item: White_Potion
Amount: 1
- Item: Blue_Potion
Amount: 1
- Item: Fruit_Of_Mastela
Amount: 1
- Item: Royal_Jelly
Amount: 1
- Item: Seed_Of_Yggdrasil
Amount: 1
- Item: Yggdrasilberry
Amount: 1
- Item: Berserk_Potion
Amount: 1
- Id: 232
Name: AM_CANNIBALIZE
Description: Summon Flora
MaxLevel: 5
TargetType: Ground
DamageFlags:
NoDamage: true
Range: 4
Hit: Single
HitCount: 1
ActiveInstance: 5
CastTime: 2000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 300000
- Level: 2
Time: 240000
- Level: 3
Time: 180000
- Level: 4
Time: 120000
- Level: 5
Time: 60000
Requires:
SpCost: 20
ItemCost:
- Item: MenEater_Plant_Bottle
Amount: 1
- Id: 233
Name: AM_SPHEREMINE
Description: Summon Marine Sphere
MaxLevel: 5
TargetType: Ground
DamageFlags:
NoDamage: true
Range: 1
Hit: Single
HitCount: 1
ActiveInstance: 3
CastTime: 2000
AfterCastActDelay: 500
Duration1: 30000
Requires:
SpCost: 10
ItemCost:
- Item: Mini_Bottle
Amount: 1
- Id: 234
Name: AM_CP_WEAPON
Description: Alchemical Weapon
MaxLevel: 5
Type: Weapon
TargetType: Support
DamageFlags:
NoDamage: true
Range: 1
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 2000
Duration1:
- Level: 1
Time: 120000
- Level: 2
Time: 240000
- Level: 3
Time: 360000
- Level: 4
Time: 480000
- Level: 5
Time: 600000
Requires:
SpCost: 30
ItemCost:
- Item: Coating_Bottle
Amount: 1
- Id: 235
Name: AM_CP_SHIELD
Description: Synthesized Shield
MaxLevel: 5
Type: Weapon
TargetType: Support
DamageFlags:
NoDamage: true
Range: 1
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 2000
Duration1:
- Level: 1
Time: 120000
- Level: 2
Time: 240000
- Level: 3
Time: 360000
- Level: 4
Time: 480000
- Level: 5
Time: 600000
Requires:
SpCost: 25
ItemCost:
- Item: Coating_Bottle
Amount: 1
- Id: 236
Name: AM_CP_ARMOR
Description: Synthetic Armor
MaxLevel: 5
Type: Weapon
TargetType: Support
DamageFlags:
NoDamage: true
Range: 1
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 2000
Duration1:
- Level: 1
Time: 120000
- Level: 2
Time: 240000
- Level: 3
Time: 360000
- Level: 4
Time: 480000
- Level: 5
Time: 600000
Requires:
SpCost: 25
ItemCost:
- Item: Coating_Bottle
Amount: 1
- Id: 237
Name: AM_CP_HELM
Description: Biochemical Helm
MaxLevel: 5
Type: Weapon
TargetType: Support
DamageFlags:
NoDamage: true
Range: 1
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 2000
Duration1:
- Level: 1
Time: 120000
- Level: 2
Time: 240000
- Level: 3
Time: 360000
- Level: 4
Time: 480000
- Level: 5
Time: 600000
Requires:
SpCost: 25
ItemCost:
- Item: Coating_Bottle
Amount: 1
- Id: 238
Name: AM_BIOETHICS
Description: Bioethics
MaxLevel: 1
Flags:
IsQuest: true
- Id: 243
Name: AM_CALLHOMUN
Description: Call Homunculus
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
SplashArea: 1
Requires:
SpCost: 10
ItemCost:
- Item: Germination_Breed
Amount: 1
- Id: 244
Name: AM_REST
Description: Vaporize
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Requires:
SpCost: 50
- Id: 247
Name: AM_RESURRECTHOMUN
Description: Homunculus Resurrection
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
SplashArea: 1
CastTime: 2000
Requires:
SpCost:
- Level: 1
Amount: 74
- Level: 2
Amount: 68
- Level: 3
Amount: 62
- Level: 4
Amount: 56
- Level: 5
Amount: 50
- Id: 248
Name: CR_TRUST
Description: Faith
MaxLevel: 10
- Id: 249
Name: CR_AUTOGUARD
Description: Guard
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Duration1: 300000
Requires:
SpCost:
- Level: 1
Amount: 12
- Level: 2
Amount: 14
- Level: 3
Amount: 16
- Level: 4
Amount: 18
- Level: 5
Amount: 20
- Level: 6
Amount: 22
- Level: 7
Amount: 24
- Level: 8
Amount: 26
- Level: 9
Amount: 28
- Level: 10
Amount: 30
State: Shield
- Id: 250
Name: CR_SHIELDCHARGE
Description: Smite
MaxLevel: 5
Type: Weapon
TargetType: Attack
Range: 3
Hit: Single
HitCount: 1
Knockback:
- Level: 1
Amount: 5
- Level: 2
Amount: 6
- Level: 3
Amount: 7
- Level: 4
Amount: 8
- Level: 5
Amount: 9
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
Duration2: 5000
Requires:
SpCost: 10
State: Shield
- Id: 251
Name: CR_SHIELDBOOMERANG
Description: Shield Boomerang
MaxLevel: 5
Type: Weapon
TargetType: Attack
Range:
- Level: 1
Size: 3
- Level: 2
Size: 5
- Level: 3
Size: 7
- Level: 4
Size: 9
- Level: 5
Size: 11
Hit: Single
HitCount: 1
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
AfterCastActDelay: 700
Requires:
SpCost: 12
State: Shield
- Id: 252
Name: CR_REFLECTSHIELD
Description: Shield Reflect
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Duration1: 300000
Requires:
SpCost:
- Level: 1
Amount: 35
- Level: 2
Amount: 40
- Level: 3
Amount: 45
- Level: 4
Amount: 50
- Level: 5
Amount: 55
- Level: 6
Amount: 60
- Level: 7
Amount: 65
- Level: 8
Amount: 70
- Level: 9
Amount: 75
- Level: 10
Amount: 80
State: Shield
- Id: 253
Name: CR_HOLYCROSS
Description: Holy Cross
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
TargetTrap: true
Range: -2
Hit: Multi_Hit
HitCount: -2
Element: Holy
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
Duration2: 30000
Requires:
SpCost:
- Level: 1
Amount: 11
- Level: 2
Amount: 12
- Level: 3
Amount: 13
- Level: 4
Amount: 14
- Level: 5
Amount: 15
- Level: 6
Amount: 16
- Level: 7
Amount: 17
- Level: 8
Amount: 18
- Level: 9
Amount: 19
- Level: 10
Amount: 20
- Id: 254
Name: CR_GRANDCROSS
Description: Grand Cross
MaxLevel: 10
Type: Magic
TargetType: Self
DamageFlags:
IgnoreAtkCard: true
IgnoreFlee: true
Flags:
TargetSelf: true
Range: 5
Hit: Single
HitCount: 1
Element: Holy
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastDefenseReduction: 33
CastTime: 3000
AfterCastActDelay: 1500
AfterCastWalkDelay: 1000
Duration1: 950
Duration2: 30000
Requires:
SpCost:
- Level: 1
Amount: 37
- Level: 2
Amount: 44
- Level: 3
Amount: 51
- Level: 4
Amount: 58
- Level: 5
Amount: 65
- Level: 6
Amount: 72
- Level: 7
Amount: 79
- Level: 8
Amount: 86
- Level: 9
Amount: 93
- Level: 10
Amount: 100
HpRateCost: 20
Unit:
Id: Dummyskill
Layout: -1
Interval: 300
Target: Enemy
Flag:
PathCheck: true
- Id: 255
Name: CR_DEVOTION
Description: Sacrifice
MaxLevel: 5
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
PartyOnly: true
Range:
- Level: 1
Size: 7
- Level: 2
Size: 8
- Level: 3
Size: 9
- Level: 4
Size: 10
- Level: 5
Size: 11
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 3000
Duration2:
- Level: 1
Time: 30000
- Level: 2
Time: 45000
- Level: 3
Time: 60000
- Level: 4
Time: 75000
- Level: 5
Time: 90000
Requires:
SpCost: 25
- Id: 256
Name: CR_PROVIDENCE
Description: Resistant Souls
MaxLevel: 5
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 3000
Duration1: 180000
Requires:
SpCost: 30
- Id: 257
Name: CR_DEFENDER
Description: Defending Aura
MaxLevel: 5
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
AfterCastActDelay: 800
Duration1: 180000
Requires:
SpCost: 30
State: Shield
- Id: 258
Name: CR_SPEARQUICKEN
Description: Spear Quicken
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Duration1:
- Level: 1
Time: 30000
- Level: 2
Time: 60000
- Level: 3
Time: 90000
- Level: 4
Time: 120000
- Level: 5
Time: 150000
- Level: 6
Time: 180000
- Level: 7
Time: 210000
- Level: 8
Time: 240000
- Level: 9
Time: 270000
- Level: 10
Time: 300000
Requires:
SpCost:
- Level: 1
Amount: 24
- Level: 2
Amount: 28
- Level: 3
Amount: 32
- Level: 4
Amount: 36
- Level: 5
Amount: 40
- Level: 6
Amount: 44
- Level: 7
Amount: 48
- Level: 8
Amount: 52
- Level: 9
Amount: 56
- Level: 10
Amount: 60
Weapon:
2hSpear: true
- Id: 259
Name: MO_IRONHAND
Description: Iron Fists
MaxLevel: 10
Type: Weapon
- Id: 260
Name: MO_SPIRITSRECOVERY
Description: Spiritual Cadence
MaxLevel: 5
Type: Weapon
- Id: 261
Name: MO_CALLSPIRITS
Description: Summon Spirit Sphere
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastTime: 1000
Duration1: 600000
Requires:
SpCost: 8
- Id: 262
Name: MO_ABSORBSPIRITS
Description: Absorb Spirit Sphere
MaxLevel: 1
Type: Weapon
TargetType: Support
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 2000
Requires:
SpCost: 5
- Id: 263
Name: MO_TRIPLEATTACK
Description: Raging Trifecta Blow
MaxLevel: 10
Type: Weapon
Flags:
TargetTrap: true
TargetEmperium: true
Range: -1
Hit: Multi_Hit
HitCount: -3
Element: Weapon
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastDelayFlags:
IgnoreStatus: true
- Id: 264
Name: MO_BODYRELOCATION
Description: Snap
MaxLevel: 1
TargetType: Ground
DamageFlags:
NoDamage: true
Range: 18
Hit: Single
HitCount: 1
Requires:
SpCost: 14
SpiritSphereCost: 1
- Id: 265
Name: MO_DODGE
Description: Dodge
MaxLevel: 10
Type: Weapon
- Id: 266
Name: MO_INVESTIGATE
Description: Occult Impaction
MaxLevel: 5
Type: Weapon
TargetType: Attack
DamageFlags:
IgnoreFlee: true
Flags:
TargetTrap: true
Range: 2
Hit: Single
HitCount: 1
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastTime: 1000
AfterCastActDelay: 500
Requires:
SpCost:
- Level: 1
Amount: 10
- Level: 2
Amount: 14
- Level: 3
Amount: 17
- Level: 4
Amount: 19
- Level: 5
Amount: 20
SpiritSphereCost: 1
- Id: 267
Name: MO_FINGEROFFENSIVE
Description: Throw Spirit Sphere
MaxLevel: 5
Type: Weapon
TargetType: Attack
Flags:
TargetTrap: true
Range: 9
Hit: Multi_Hit
HitCount:
- Level: 1
Count: 1
- Level: 2
Count: 2
- Level: 3
Count: 3
- Level: 4
Count: 4
- Level: 5
Count: 5
Element: Weapon
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastTime: 1000
AfterCastActDelay: 500
AfterCastWalkDelay:
- Level: 2
Time: 200
- Level: 3
Time: 400
- Level: 4
Time: 600
- Level: 5
Time: 800
Requires:
SpCost: 10
SpiritSphereCost:
- Level: 1
Amount: 1
- Level: 2
Amount: 2
- Level: 3
Amount: 3
- Level: 4
Amount: 4
- Level: 5
Amount: 5
- Id: 268
Name: MO_STEELBODY
Description: Mental Strength
MaxLevel: 5
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastTime: 5000
Duration1:
- Level: 1
Time: 30000
- Level: 2
Time: 60000
- Level: 3
Time: 90000
- Level: 4
Time: 120000
- Level: 5
Time: 150000
Requires:
SpCost: 200
SpiritSphereCost: 5
- Id: 269
Name: MO_BLADESTOP
Description: Root
MaxLevel: 5
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Duration1:
- Level: 1
Time: 500
- Level: 2
Time: 700
- Level: 3
Time: 900
- Level: 4
Time: 1100
- Level: 5
Time: 1300
Duration2:
- Level: 1
Time: 20000
- Level: 2
Time: 30000
- Level: 3
Time: 40000
- Level: 4
Time: 50000
- Level: 5
Time: 60000
Requires:
SpCost: 10
Weapon:
Fist: true
Dagger: true
1hSword: true
2hSword: true
1hSpear: true
2hSpear: true
1hAxe: true
2hAxe: true
Mace: true
2hMace: true
Staff: true
Knuckle: true
Musical: true
Whip: true
Book: true
Katar: true
Revolver: true
Rifle: true
Gatling: true
Shotgun: true
Grenade: true
Huuma: true
SpiritSphereCost: 1
- Id: 270
Name: MO_EXPLOSIONSPIRITS
Description: Fury
MaxLevel: 5
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
Duration1: 180000
Requires:
SpCost: 15
SpiritSphereCost: 5
- Id: 271
Name: MO_EXTREMITYFIST
Description: Asura Strike
MaxLevel: 5
Type: Weapon
TargetType: Attack
DamageFlags:
IgnoreDefense: true
IgnoreFlee: true
Flags:
TargetTrap: true
Range: -2
Hit: Single
HitCount: 1
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime:
- Level: 1
Time: 4000
- Level: 2
Time: 3500
- Level: 3
Time: 3000
- Level: 4
Time: 2500
- Level: 5
Time: 2000
AfterCastActDelay:
- Level: 1
Time: 3000
- Level: 2
Time: 2500
- Level: 3
Time: 2000
- Level: 4
Time: 1500
- Level: 5
Time: 1000
Duration2: 300000
Requires:
SpCost: 1
Weapon:
Fist: true
Dagger: true
1hSword: true
2hSword: true
1hSpear: true
2hSpear: true
1hAxe: true
2hAxe: true
Mace: true
2hMace: true
Staff: true
Knuckle: true
Musical: true
Whip: true
Book: true
Katar: true
Revolver: true
Rifle: true
Gatling: true
Shotgun: true
Grenade: true
Huuma: true
Status:
Explosionspirits: true
SpiritSphereCost: 5
- Id: 272
Name: MO_CHAINCOMBO
Description: Raging Quadruple Blow
MaxLevel: 5
Type: Weapon
TargetType: Self
Flags:
NoTargetSelf: true
Range: -2
Hit: Multi_Hit
HitCount: -4
Element: Weapon
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastDelayFlags:
IgnoreStatus: true
Requires:
SpCost:
- Level: 1
Amount: 11
- Level: 2
Amount: 12
- Level: 3
Amount: 13
- Level: 4
Amount: 14
- Level: 5
Amount: 15
Weapon:
Fist: true
Dagger: true
1hSword: true
2hSword: true
1hSpear: true
2hSpear: true
1hAxe: true
2hAxe: true
Mace: true
2hMace: true
Staff: true
Knuckle: true
Musical: true
Whip: true
Book: true
Katar: true
Revolver: true
Rifle: true
Gatling: true
Shotgun: true
Grenade: true
Huuma: true
- Id: 273
Name: MO_COMBOFINISH
Description: Raging Thrust
MaxLevel: 5
Type: Weapon
TargetType: Self
DamageFlags:
Splash: true
Flags:
NoTargetSelf: true
TargetTrap: true
Range: -2
Hit: Single
HitCount: 1
Element: Weapon
SplashArea: 2
CastDelayFlags:
IgnoreStatus: true
Requires:
SpCost:
- Level: 1
Amount: 11
- Level: 2
Amount: 12
- Level: 3
Amount: 13
- Level: 4
Amount: 14
- Level: 5
Amount: 15
Weapon:
Fist: true
Dagger: true
1hSword: true
2hSword: true
1hSpear: true
2hSpear: true
1hAxe: true
2hAxe: true
Mace: true
2hMace: true
Staff: true
Knuckle: true
Musical: true
Whip: true
Book: true
Katar: true
Revolver: true
Rifle: true
Gatling: true
Shotgun: true
Grenade: true
Huuma: true
SpiritSphereCost: 1
- Id: 274
Name: SA_ADVANCEDBOOK
Description: Study
MaxLevel: 10
Type: Weapon
- Id: 275
Name: SA_CASTCANCEL
Description: Cast Cancel
MaxLevel: 5
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Requires:
SpCost: 2
- Id: 276
Name: SA_MAGICROD
Description: Magic Rod
MaxLevel: 5
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastCancel: true
Duration1:
- Level: 1
Time: 400
- Level: 2
Time: 600
- Level: 3
Time: 800
- Level: 4
Time: 1000
- Level: 5
Time: 1200
Requires:
SpCost: 2
- Id: 277
Name: SA_SPELLBREAKER
Description: Spell Breaker
MaxLevel: 5
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 700
Requires:
SpCost: 10
- Id: 278
Name: SA_FREECAST
Description: Free Cast
MaxLevel: 10
Type: Magic
- Id: 279
Name: SA_AUTOSPELL
Description: Hindsight
MaxLevel: 10
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 3000
Duration1:
- Level: 1
Time: 120000
- Level: 2
Time: 150000
- Level: 3
Time: 180000
- Level: 4
Time: 210000
- Level: 5
Time: 240000
- Level: 6
Time: 270000
- Level: 7
Time: 300000
- Level: 8
Time: 330000
- Level: 9
Time: 360000
- Level: 10
Time: 390000
Requires:
SpCost: 35
- Id: 280
Name: SA_FLAMELAUNCHER
Description: Endow Blaze
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
PartyOnly: true
GuildOnly: true
Range: 9
Hit: Single
HitCount: 1
Element: Fire
CastCancel: true
CastTime: 3000
Duration1:
- Level: 1
Time: 1200000
- Level: 2
Time: 1200000
- Level: 3
Time: 1200000
- Level: 4
Time: 1200000
- Level: 5
Time: 1800000
Requires:
SpCost: 40
ItemCost:
- Item: Boody_Red
Amount: 1
- Id: 281
Name: SA_FROSTWEAPON
Description: Endow Tsunami
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
PartyOnly: true
GuildOnly: true
Range: 9
Hit: Single
HitCount: 1
Element: Water
CastCancel: true
CastTime: 3000
Duration1:
- Level: 1
Time: 1200000
- Level: 2
Time: 1200000
- Level: 3
Time: 1200000
- Level: 4
Time: 1200000
- Level: 5
Time: 1800000
Requires:
SpCost: 40
ItemCost:
- Item: Crystal_Blue
Amount: 1
- Id: 282
Name: SA_LIGHTNINGLOADER
Description: Endow Tornado
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
PartyOnly: true
GuildOnly: true
Range: 9
Hit: Single
HitCount: 1
Element: Wind
CastCancel: true
CastTime: 3000
Duration1:
- Level: 1
Time: 1200000
- Level: 2
Time: 1200000
- Level: 3
Time: 1200000
- Level: 4
Time: 1200000
- Level: 5
Time: 1800000
Requires:
SpCost: 40
ItemCost:
- Item: Wind_Of_Verdure
Amount: 1
- Id: 283
Name: SA_SEISMICWEAPON
Description: Endow Quake
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
PartyOnly: true
GuildOnly: true
Range: 9
Hit: Single
HitCount: 1
Element: Earth
CastCancel: true
CastTime: 3000
Duration1:
- Level: 1
Time: 1200000
- Level: 2
Time: 1200000
- Level: 3
Time: 1200000
- Level: 4
Time: 1200000
- Level: 5
Time: 1800000
Requires:
SpCost: 40
ItemCost:
- Item: Yellow_Live
Amount: 1
- Id: 284
Name: SA_DRAGONOLOGY
Description: Dragonology
MaxLevel: 5
Type: Weapon
- Id: 285
Name: SA_VOLCANO
Description: Volcano
MaxLevel: 5
Type: Magic
TargetType: Ground
DamageFlags:
NoDamage: true
Flags:
IgnoreHovering: true
Range: 2
Hit: Single
HitCount: 1
Element: Fire
CastCancel: true
CastTime: 5000
Duration1:
- Level: 1
Time: 60000
- Level: 2
Time: 120000
- Level: 3
Time: 180000
- Level: 4
Time: 240000
- Level: 5
Time: 300000
Requires:
SpCost:
- Level: 1
Amount: 48
- Level: 2
Amount: 46
- Level: 3
Amount: 44
- Level: 4
Amount: 42
- Level: 5
Amount: 40
ItemCost:
- Item: Yellow_Gemstone
Amount: 1
Unit:
Id: Volcano
Layout: 3
Interval: -1
Flag:
PathCheck: true
RemovedByFireRain: true
- Id: 286
Name: SA_DELUGE
Description: Deluge
MaxLevel: 5
Type: Magic
TargetType: Ground
DamageFlags:
NoDamage: true
Flags:
IgnoreHovering: true
Range: 2
Hit: Single
HitCount: 1
Element: Water
CastCancel: true
CastTime: 5000
Duration1:
- Level: 1
Time: 60000
- Level: 2
Time: 120000
- Level: 3
Time: 180000
- Level: 4
Time: 240000
- Level: 5
Time: 300000
Requires:
SpCost:
- Level: 1
Amount: 48
- Level: 2
Amount: 46
- Level: 3
Amount: 44
- Level: 4
Amount: 42
- Level: 5
Amount: 40
ItemCost:
- Item: Yellow_Gemstone
Amount: 1
Unit:
Id: Deluge
Layout: 3
Interval: -1
Flag:
PathCheck: true
RemovedByFireRain: true
- Id: 287
Name: SA_VIOLENTGALE
Description: Whirlwind
MaxLevel: 5
Type: Magic
TargetType: Ground
DamageFlags:
NoDamage: true
Flags:
IgnoreHovering: true
Range: 2
Hit: Single
HitCount: 1
Element: Wind
CastCancel: true
CastTime: 5000
Duration1:
- Level: 1
Time: 60000
- Level: 2
Time: 120000
- Level: 3
Time: 180000
- Level: 4
Time: 240000
- Level: 5
Time: 300000
Requires:
SpCost:
- Level: 1
Amount: 48
- Level: 2
Amount: 46
- Level: 3
Amount: 44
- Level: 4
Amount: 42
- Level: 5
Amount: 40
ItemCost:
- Item: Yellow_Gemstone
Amount: 1
Unit:
Id: Violentgale
Layout: 3
Interval: -1
Flag:
PathCheck: true
RemovedByFireRain: true
- Id: 288
Name: SA_LANDPROTECTOR
Description: Magnetic Earth
MaxLevel: 5
Type: Magic
TargetType: Ground
DamageFlags:
NoDamage: true
Range: 2
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 5000
Duration1:
- Level: 1
Time: 165000
- Level: 2
Time: 210000
- Level: 3
Time: 255000
- Level: 4
Time: 300000
- Level: 5
Time: 345000
Requires:
SpCost:
- Level: 1
Amount: 66
- Level: 2
Amount: 62
- Level: 3
Amount: 58
- Level: 4
Amount: 54
- Level: 5
Amount: 50
ItemCost:
- Item: Blue_Gemstone
Amount: 1
- Item: Yellow_Gemstone
Amount: 1
Unit:
Id: Landprotector
Layout:
- Level: 1
Size: 3
- Level: 2
Size: 3
- Level: 3
Size: 4
- Level: 4
Size: 4
- Level: 5
Size: 5
Interval: -1
Flag:
PathCheck: true
RemovedByFireRain: true
- Id: 289
Name: SA_DISPELL
Description: Dispell
MaxLevel: 5
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
PartyOnly: true
GuildOnly: true
TargetHidden: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 2000
Requires:
SpCost: 1
ItemCost:
- Item: Yellow_Gemstone
Amount: 1
- Id: 290
Name: SA_ABRACADABRA
Description: Hocus-pocus
MaxLevel: 10
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastCancel: true
Requires:
SpCost: 50
ItemCost:
- Item: Yellow_Gemstone
Amount: 2
- Id: 291
Name: SA_MONOCELL
Description: Monocell
MaxLevel: 1
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Requires:
SpCost: 1
- Id: 292
Name: SA_CLASSCHANGE
Description: Class Change
MaxLevel: 1
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Requires:
SpCost: 1
- Id: 293
Name: SA_SUMMONMONSTER
Description: Monster Chant
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Hit: Single
HitCount: 1
CastCancel: true
Requires:
SpCost: 1
- Id: 294
Name: SA_REVERSEORCISH
Description: Grampus Morph
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Duration1: 1200000
Requires:
SpCost: 1
- Id: 295
Name: SA_DEATH
Description: Grim Reaper
MaxLevel: 1
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Requires:
SpCost: 1
- Id: 296
Name: SA_FORTUNE
Description: Gold Digger
MaxLevel: 1
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Requires:
SpCost: 1
- Id: 297
Name: SA_TAMINGMONSTER
Description: Beastly Hypnosis
MaxLevel: 1
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Requires:
SpCost: 1
- Id: 298
Name: SA_QUESTION
Description: Questioning
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Requires:
SpCost: 1
- Id: 299
Name: SA_GRAVITY
Description: Gravity
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Requires:
SpCost: 1
- Id: 300
Name: SA_LEVELUP
Description: Leveling
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Requires:
SpCost: 1
- Id: 301
Name: SA_INSTANTDEATH
Description: Suicide
MaxLevel: 1
Type: Magic
TargetType: Self
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Requires:
SpCost: 1
- Id: 302
Name: SA_FULLRECOVERY
Description: Rejuvenation
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Requires:
SpCost: 1
- Id: 303
Name: SA_COMA
Description: Coma
MaxLevel: 1
Type: Magic
TargetType: Self
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Requires:
SpCost: 1
- Id: 304
Name: BD_ADAPTATION
Description: Amp
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
AllowWhenPerforming: true
Hit: Single
HitCount: 1
Duration2: 5000
Requires:
SpCost: 1
- Id: 305
Name: BD_ENCORE
Description: Encore
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Requires:
SpCost: 1
Weapon:
Musical: true
Whip: true
- Id: 306
Name: BD_LULLABY
Description: Lullaby
MaxLevel: 1
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsEnsemble: true
Hit: Single
HitCount: 1
Duration1: 60000
Duration2: 15000
Requires:
SpCost: 20
Weapon:
Musical: true
Whip: true
Unit:
Id: Lullaby
Layout: 4
Interval: 6000
Target: Enemy
Flag:
Ensemble: true
- Id: 307
Name: BD_RICHMANKIM
Description: Mental Sensing
MaxLevel: 5
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsEnsemble: true
Hit: Single
HitCount: 1
Duration1: 60000
Duration2: 60000
Requires:
SpCost: 20
Weapon:
Musical: true
Whip: true
Unit:
Id: Richmankim
Layout: 4
Interval: -1
Target: Enemy
Flag:
NoPc: true
Ensemble: true
- Id: 308
Name: BD_ETERNALCHAOS
Description: Down Tempo
MaxLevel: 1
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsEnsemble: true
Hit: Single
HitCount: 1
Duration1: 60000
Duration2: 60000
Requires:
SpCost: 30
Weapon:
Musical: true
Whip: true
Unit:
Id: Eternalchaos
Layout: 4
Interval: -1
Target: Enemy
Flag:
Ensemble: true
- Id: 309
Name: BD_DRUMBATTLEFIELD
Description: Battle Theme
MaxLevel: 5
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsEnsemble: true
Hit: Single
HitCount: 1
Duration1: 60000
Duration2: 60000
Requires:
SpCost:
- Level: 1
Amount: 38
- Level: 2
Amount: 41
- Level: 3
Amount: 44
- Level: 4
Amount: 47
- Level: 5
Amount: 50
Weapon:
Musical: true
Whip: true
Unit:
Id: Drumbattlefield
Layout: 4
Interval: -1
Target: Party
Flag:
Ensemble: true
- Id: 310
Name: BD_RINGNIBELUNGEN
Description: Harmonic Lick
MaxLevel: 5
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsEnsemble: true
Hit: Single
HitCount: 1
Duration1: 60000
Duration2: 60000
Requires:
SpCost:
- Level: 1
Amount: 38
- Level: 2
Amount: 41
- Level: 3
Amount: 44
- Level: 4
Amount: 47
- Level: 5
Amount: 50
Weapon:
Musical: true
Whip: true
Unit:
Id: Ringnibelungen
Layout: 4
Interval: -1
Target: Party
Flag:
Ensemble: true
- Id: 311
Name: BD_ROKISWEIL
Description: Classical Pluck
MaxLevel: 1
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsEnsemble: true
Hit: Single
HitCount: 1
Duration1: 60000
Duration2: 60000
Requires:
SpCost: 15
Weapon:
Musical: true
Whip: true
Unit:
Id: Rokisweil
Layout: 4
Interval: -1
Flag:
Ensemble: true
- Id: 312
Name: BD_INTOABYSS
Description: Power Chord
MaxLevel: 1
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsEnsemble: true
Hit: Single
HitCount: 1
Duration1: 60000
Duration2: 60000
Requires:
SpCost: 10
Weapon:
Musical: true
Whip: true
Unit:
Id: Intoabyss
Layout: 4
Interval: -1
Target: Party
Flag:
NoMob: true
Ensemble: true
- Id: 313
Name: BD_SIEGFRIED
Description: Acoustic Rhythm
MaxLevel: 5
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsEnsemble: true
Hit: Single
HitCount: 1
Duration1: 60000
Duration2: 60000
Requires:
SpCost: 20
Weapon:
Musical: true
Whip: true
Unit:
Id: Siegfried
Layout: 4
Interval: -1
Target: Party
Flag:
Ensemble: true
- Id: 315
Name: BA_MUSICALLESSON
Description: Music Lessons
MaxLevel: 10
Type: Weapon
- Id: 316
Name: BA_MUSICALSTRIKE
Description: Melody Strike
MaxLevel: 5
Type: Weapon
TargetType: Attack
Flags:
AllowWhenPerforming: true
Range: 9
Hit: Single
HitCount: 1
Element: Weapon
CastTime: 1500
Requires:
SpCost:
- Level: 1
Amount: 1
- Level: 2
Amount: 3
- Level: 3
Amount: 5
- Level: 4
Amount: 7
- Level: 5
Amount: 9
Weapon:
Musical: true
Ammo:
Arrow: true
AmmoAmount: 1
- Id: 317
Name: BA_DISSONANCE
Description: Unchained Serenade
MaxLevel: 5
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
IgnoreFlee: true
Flags:
IsSong: true
IgnoreLandProtector: true
Hit: Multi_Hit
HitCount: 1
Duration1: 30000
Duration2: 3000
Requires:
SpCost:
- Level: 1
Amount: 18
- Level: 2
Amount: 21
- Level: 3
Amount: 24
- Level: 4
Amount: 27
- Level: 5
Amount: 30
Weapon:
Musical: true
Unit:
Id: Dissonance
Layout: 3
Interval: 3000
Target: Enemy
Flag:
Song: true
- Id: 318
Name: BA_FROSTJOKER
Description: Unbarring Octave
MaxLevel: 5
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Hit: Single
HitCount: 1
SplashArea: -1
AfterCastActDelay: 4000
Duration2: 12000
Requires:
SpCost:
- Level: 1
Amount: 12
- Level: 2
Amount: 14
- Level: 3
Amount: 16
- Level: 4
Amount: 18
- Level: 5
Amount: 20
- Id: 319
Name: BA_WHISTLE
Description: Perfect Tablature
MaxLevel: 10
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsSong: true
IgnoreLandProtector: true
Hit: Single
HitCount: 1
Duration1: 60000
Duration2: 20000
Requires:
SpCost:
- Level: 1
Amount: 24
- Level: 2
Amount: 28
- Level: 3
Amount: 32
- Level: 4
Amount: 36
- Level: 5
Amount: 40
- Level: 6
Amount: 44
- Level: 7
Amount: 48
- Level: 8
Amount: 52
- Level: 9
Amount: 56
- Level: 10
Amount: 60
Weapon:
Musical: true
Whip: true
Unit:
Id: Whistle
Layout: 3
Interval: -1
Flag:
NoMob: true
Song: true
- Id: 320
Name: BA_ASSASSINCROSS
Description: Impressive Riff
MaxLevel: 10
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsSong: true
IgnoreLandProtector: true
Hit: Single
HitCount: 1
Duration1: 120000
Duration2: 20000
Requires:
SpCost:
- Level: 1
Amount: 38
- Level: 2
Amount: 41
- Level: 3
Amount: 44
- Level: 4
Amount: 47
- Level: 5
Amount: 50
- Level: 6
Amount: 53
- Level: 7
Amount: 56
- Level: 8
Amount: 59
- Level: 9
Amount: 62
- Level: 10
Amount: 65
Weapon:
Musical: true
Whip: true
Unit:
Id: Assassincross
Layout: 3
Interval: -1
Flag:
NoMob: true
Song: true
- Id: 321
Name: BA_POEMBRAGI
Description: Magic Strings
MaxLevel: 10
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsSong: true
IgnoreLandProtector: true
Hit: Single
HitCount: 1
Duration1: 180000
Duration2: 20000
Requires:
SpCost:
- Level: 1
Amount: 40
- Level: 2
Amount: 45
- Level: 3
Amount: 50
- Level: 4
Amount: 55
- Level: 5
Amount: 60
- Level: 6
Amount: 65
- Level: 7
Amount: 70
- Level: 8
Amount: 75
- Level: 9
Amount: 80
- Level: 10
Amount: 85
Weapon:
Musical: true
Whip: true
Unit:
Id: Poembragi
Layout: 3
Interval: -1
Flag:
NoMob: true
Song: true
- Id: 322
Name: BA_APPLEIDUN
Description: Song of Lutie
MaxLevel: 10
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsSong: true
IgnoreLandProtector: true
Hit: Single
HitCount: 1
Duration1: 180000
Duration2: 20000
Requires:
SpCost:
- Level: 1
Amount: 40
- Level: 2
Amount: 45
- Level: 3
Amount: 50
- Level: 4
Amount: 55
- Level: 5
Amount: 60
- Level: 6
Amount: 65
- Level: 7
Amount: 70
- Level: 8
Amount: 75
- Level: 9
Amount: 80
- Level: 10
Amount: 85
Weapon:
Musical: true
Whip: true
Unit:
Id: Appleidun
Layout: 3
Interval: 6000
Flag:
NoMob: true
Song: true
DualMode: true
- Id: 323
Name: DC_DANCINGLESSON
Description: Dance Lessons
MaxLevel: 10
Type: Weapon
- Id: 324
Name: DC_THROWARROW
Description: Slinging Arrow
MaxLevel: 5
Type: Weapon
TargetType: Attack
Flags:
AllowWhenPerforming: true
Range: 9
Hit: Single
HitCount: 1
Element: Weapon
CastTime: 1500
Requires:
SpCost:
- Level: 1
Amount: 1
- Level: 2
Amount: 3
- Level: 3
Amount: 5
- Level: 4
Amount: 7
- Level: 5
Amount: 9
Weapon:
Whip: true
Ammo:
Arrow: true
AmmoAmount: 1
- Id: 325
Name: DC_UGLYDANCE
Description: Hip Shaker
MaxLevel: 5
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsSong: true
IgnoreLandProtector: true
Hit: Multi_Hit
HitCount: 1
Duration1: 30000
Duration2: 3000
Requires:
SpCost:
- Level: 1
Amount: 23
- Level: 2
Amount: 26
- Level: 3
Amount: 29
- Level: 4
Amount: 32
- Level: 5
Amount: 35
Weapon:
Whip: true
Unit:
Id: Uglydance
Layout: 3
Interval: 3000
Target: Enemy
Flag:
Dance: true
- Id: 326
Name: DC_SCREAM
Description: Dazzler
MaxLevel: 5
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Hit: Single
HitCount: 1
SplashArea: -1
AfterCastActDelay: 4000
Duration2: 5000
Requires:
SpCost:
- Level: 1
Amount: 12
- Level: 2
Amount: 14
- Level: 3
Amount: 16
- Level: 4
Amount: 18
- Level: 5
Amount: 20
- Id: 327
Name: DC_HUMMING
Description: Focus Ballet
MaxLevel: 10
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsSong: true
IgnoreLandProtector: true
Hit: Single
HitCount: 1
Duration1: 60000
Duration2: 20000
Requires:
SpCost:
- Level: 1
Amount: 22
- Level: 2
Amount: 24
- Level: 3
Amount: 26
- Level: 4
Amount: 28
- Level: 5
Amount: 30
- Level: 6
Amount: 32
- Level: 7
Amount: 34
- Level: 8
Amount: 36
- Level: 9
Amount: 38
- Level: 10
Amount: 40
Weapon:
Musical: true
Whip: true
Unit:
Id: Humming
Layout: 3
Interval: -1
Flag:
NoMob: true
Dance: true
- Id: 328
Name: DC_DONTFORGETME
Description: Slow Grace
MaxLevel: 10
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsSong: true
IgnoreLandProtector: true
Hit: Single
HitCount: 1
Duration1: 180000
Duration2: 20000
Requires:
SpCost:
- Level: 1
Amount: 28
- Level: 2
Amount: 31
- Level: 3
Amount: 34
- Level: 4
Amount: 37
- Level: 5
Amount: 40
- Level: 6
Amount: 43
- Level: 7
Amount: 46
- Level: 8
Amount: 49
- Level: 9
Amount: 52
- Level: 10
Amount: 55
Weapon:
Musical: true
Whip: true
Unit:
Id: Dontforgetme
Layout: 3
Interval: -1
Target: Enemy
Flag:
Dance: true
- Id: 329
Name: DC_FORTUNEKISS
Description: Lady Luck
MaxLevel: 10
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsSong: true
IgnoreLandProtector: true
Hit: Single
HitCount: 1
Duration1: 120000
Duration2: 20000
Requires:
SpCost:
- Level: 1
Amount: 43
- Level: 2
Amount: 46
- Level: 3
Amount: 49
- Level: 4
Amount: 52
- Level: 5
Amount: 55
- Level: 6
Amount: 58
- Level: 7
Amount: 61
- Level: 8
Amount: 64
- Level: 9
Amount: 67
- Level: 10
Amount: 70
Weapon:
Musical: true
Whip: true
Unit:
Id: Fortunekiss
Layout: 3
Interval: -1
Flag:
NoMob: true
Dance: true
- Id: 330
Name: DC_SERVICEFORYOU
Description: Gypsy's Kiss
MaxLevel: 10
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsSong: true
IgnoreLandProtector: true
Hit: Single
HitCount: 1
Duration1: 180000
Duration2: 20000
Requires:
SpCost:
- Level: 1
Amount: 40
- Level: 2
Amount: 45
- Level: 3
Amount: 50
- Level: 4
Amount: 55
- Level: 5
Amount: 60
- Level: 6
Amount: 65
- Level: 7
Amount: 70
- Level: 8
Amount: 75
- Level: 9
Amount: 80
- Level: 10
Amount: 85
Weapon:
Musical: true
Whip: true
Unit:
Id: Serviceforyou
Layout: 3
Interval: -1
Flag:
NoMob: true
Dance: true
- Id: 331
Name: NPC_RANDOMMOVE
Description: Random Move
MaxLevel: 10
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Hit: Single
- Id: 332
Name: NPC_SPEEDUP
Description: Speed UP
MaxLevel: 10
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Hit: Single
- Id: 333
Name: NPC_REVENGE
Description: Revenge
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Hit: Single
- Id: 334
Name: WE_MALE
Description: I Will Protect You
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsWedding: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 3000
Requires:
SpCost: 1
HpRateCost: -10
- Id: 335
Name: WE_FEMALE
Description: I Look up to You
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsWedding: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 3000
Requires:
SpCost: 1
SpRateCost: -10
- Id: 336
Name: WE_CALLPARTNER
Description: I miss You
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsWedding: true
Range: 9
Hit: Single
HitCount: 1
SplashArea: 3
ActiveInstance: 1
CastCancel: true
Duration1: 20000
CastTimeFlags:
IgnoreDex: true
Requires:
SpCost: 1
Unit:
Id: Callfamily
Range: -1
Interval: -1
- Id: 337
Name: ITM_TOMAHAWK
Description: Throw Tomahawk
MaxLevel: 1
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
Element: Weapon
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
Requires:
SpCost: 1
- Id: 338
Name: NPC_DARKCROSS
Description: Cross of Darkness
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: -1
Hit: Multi_Hit
HitCount: -2
Element: Dark
Duration2: 30000
- Id: 339
Name: NPC_GRANDDARKNESS
Description: Grand cross of Darkness
MaxLevel: 10
Type: Magic
TargetType: Self
DamageFlags:
IgnoreAtkCard: true
IgnoreFlee: true
Flags:
IsNpc: true
TargetSelf: true
Range: 5
Hit: Single
HitCount: 1
Element: Dark
AfterCastWalkDelay: 1000
Duration1: 30000
Unit:
Id: Dummyskill
Layout: -1
Interval: 300
Target: Enemy
- Id: 340
Name: NPC_DARKSTRIKE
Description: Soul Strike of Darkness
MaxLevel: 10
Type: Magic
TargetType: Attack
Flags:
IsNpc: true
Range: 9
Hit: Multi_Hit
HitCount:
- Level: 1
Count: 1
- Level: 2
Count: 1
- Level: 3
Count: 2
- Level: 4
Count: 2
- Level: 5
Count: 3
- Level: 6
Count: 3
- Level: 7
Count: 4
- Level: 8
Count: 4
- Level: 9
Count: 5
- Level: 10
Count: 5
Element: Dark
CastCancel: true
- Id: 341
Name: NPC_DARKTHUNDER
Description: Darkness Jupitel
MaxLevel: 10
Type: Magic
TargetType: Attack
Flags:
IsNpc: true
Range: 9
Hit: Multi_Hit
HitCount:
- Level: 1
Count: 3
- Level: 2
Count: 4
- Level: 3
Count: 5
- Level: 4
Count: 6
- Level: 5
Count: 7
- Level: 6
Count: 8
- Level: 7
Count: 9
- Level: 8
Count: 10
- Level: 9
Count: 11
- Level: 10
Count: 12
Element: Dark
Knockback:
- Level: 1
Amount: 2
- Level: 2
Amount: 3
- Level: 3
Amount: 3
- Level: 4
Amount: 4
- Level: 5
Amount: 4
- Level: 6
Amount: 5
- Level: 7
Amount: 5
- Level: 8
Amount: 6
- Level: 9
Amount: 6
- Level: 10
Amount: 7
CastCancel: true
- Id: 342
Name: NPC_STOP
Description: Stop
MaxLevel: 1
TargetType: Attack
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Range: 9
Hit: Single
Duration1: 15000
- Id: 343
Name: NPC_WEAPONBRAKER
Description: Break weapon
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
Element: Weapon
- Id: 344
Name: NPC_ARMORBRAKE
Description: Break armor
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
Element: Weapon
- Id: 345
Name: NPC_HELMBRAKE
Description: Break helm
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
Element: Weapon
- Id: 346
Name: NPC_SHIELDBRAKE
Description: Break shield
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
Element: Weapon
- Id: 347
Name: NPC_UNDEADATTACK
Description: Undead Element Attack
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: -9
Hit: Single
HitCount: 1
Element: Undead
- Id: 348
Name: NPC_CHANGEUNDEAD
Description: Undead Attribute Change
MaxLevel: 5
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Range: 9
HitCount: 1
Element: Undead
Duration1: 30000
- Id: 349
Name: NPC_POWERUP
Description: Power Up
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Hit: Single
Duration1:
- Level: 1
Time: 10000
- Level: 2
Time: 15000
- Level: 3
Time: 20000
- Level: 4
Time: 25000
- Level: 5
Time: 30000
- Id: 350
Name: NPC_AGIUP
Description: Agility UP
MaxLevel: 10
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Hit: Single
Duration1:
- Level: 1
Time: 10000
- Level: 2
Time: 15000
- Level: 3
Time: 20000
- Level: 4
Time: 25000
- Level: 5
Time: 30000
- Id: 351
Name: NPC_SIEGEMODE
Description: Siege Mode
MaxLevel: 1
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
- Id: 352
Name: NPC_CALLSLAVE
Description: Recall Slaves
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Range: 2
- Id: 353
Name: NPC_INVISIBLE
Description: Invisible
MaxLevel: 1
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Duration1: 30000
- Id: 354
Name: NPC_RUN
Description: Run
MaxLevel: 10
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Range: 2
Hit: Single
AfterCastActDelay:
- Level: 2
Time: 500
- Level: 3
Time: 1000
- Level: 4
Time: 1500
- Level: 5
Time: 2000
- Level: 6
Time: 2500
- Id: 355
Name: LK_AURABLADE
Description: Aura Blade
MaxLevel: 5
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Duration1:
- Level: 1
Time: 40000
- Level: 2
Time: 60000
- Level: 3
Time: 80000
- Level: 4
Time: 100000
- Level: 5
Time: 120000
Requires:
SpCost:
- Level: 1
Amount: 18
- Level: 2
Amount: 26
- Level: 3
Amount: 34
- Level: 4
Amount: 42
- Level: 5
Amount: 50
Weapon:
Dagger: true
1hSword: true
2hSword: true
1hSpear: true
2hSpear: true
1hAxe: true
2hAxe: true
Mace: true
2hMace: true
Staff: true
Bow: true
Knuckle: true
Musical: true
Whip: true
Book: true
Katar: true
Revolver: true
Rifle: true
Gatling: true
Shotgun: true
Grenade: true
Huuma: true
- Id: 356
Name: LK_PARRYING
Description: Parrying
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Duration1:
- Level: 1
Time: 15000
- Level: 2
Time: 20000
- Level: 3
Time: 25000
- Level: 4
Time: 30000
- Level: 5
Time: 35000
- Level: 6
Time: 40000
- Level: 7
Time: 45000
- Level: 8
Time: 50000
- Level: 9
Time: 55000
- Level: 10
Time: 60000
Requires:
SpCost: 50
Weapon:
2hSword: true
- Id: 357
Name: LK_CONCENTRATION
Description: Concentration
MaxLevel: 5
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Duration1:
- Level: 1
Time: 25000
- Level: 2
Time: 30000
- Level: 3
Time: 35000
- Level: 4
Time: 40000
- Level: 5
Time: 45000
Requires:
SpCost:
- Level: 1
Amount: 14
- Level: 2
Amount: 18
- Level: 3
Amount: 22
- Level: 4
Amount: 26
- Level: 5
Amount: 30
- Id: 358
Name: LK_TENSIONRELAX
Description: Relax
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Duration1: 180000
Requires:
SpCost: 15
- Id: 359
Name: LK_BERSERK
Description: Frenzy
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Duration1: 300000
Duration2: 15000
Requires:
SpCost: 200
- Id: 360
Name: LK_FURY
Description: Fury
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Duration1: 300000
- Id: 361
Name: HP_ASSUMPTIO
Description: Assumptio
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
SplashArea: 1
CastCancel: true
CastTime:
- Level: 1
Time: 1000
- Level: 2
Time: 1500
- Level: 3
Time: 2000
- Level: 4
Time: 2500
- Level: 5
Time: 3000
AfterCastActDelay:
- Level: 1
Time: 1100
- Level: 2
Time: 1200
- Level: 3
Time: 1300
- Level: 4
Time: 1400
- Level: 5
Time: 1500
Duration1:
- Level: 1
Time: 20000
- Level: 2
Time: 40000
- Level: 3
Time: 60000
- Level: 4
Time: 80000
- Level: 5
Time: 100000
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 30
- Level: 3
Amount: 40
- Level: 4
Amount: 50
- Level: 5
Amount: 60
- Id: 362
Name: HP_BASILICA
Description: Basilica
MaxLevel: 5
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Range: 4
Hit: Single
HitCount: 1
ActiveInstance: 1
Knockback: 2
CastCancel: true
CastTime:
- Level: 1
Time: 5000
- Level: 2
Time: 6000
- Level: 3
Time: 7000
- Level: 4
Time: 8000
- Level: 5
Time: 9000
AfterCastActDelay:
- Level: 1
Time: 2000
- Level: 2
Time: 3000
- Level: 3
Time: 4000
- Level: 4
Time: 5000
- Level: 5
Time: 6000
Duration1:
- Level: 1
Time: 20000
- Level: 2
Time: 25000
- Level: 3
Time: 30000
- Level: 4
Time: 35000
- Level: 5
Time: 40000
Duration2:
- Level: 1
Time: 20000
- Level: 2
Time: 25000
- Level: 3
Time: 30000
- Level: 4
Time: 35000
- Level: 5
Time: 40000
Requires:
SpCost:
- Level: 1
Amount: 80
- Level: 2
Amount: 90
- Level: 3
Amount: 100
- Level: 4
Amount: 110
- Level: 5
Amount: 120
ItemCost:
- Item: Yellow_Gemstone
Amount: 1
- Item: Red_Gemstone
Amount: 1
- Item: Blue_Gemstone
Amount: 1
- Item: Holy_Water
Amount: 1
Unit:
Id: Basilica
Layout: 2
Interval: 300
Flag:
RangedSingleUnit: true
- Id: 363
Name: HP_MEDITATIO
Description: Meditatio
MaxLevel: 10
Type: Magic
- Id: 364
Name: HW_SOULDRAIN
Description: Soul Drain
MaxLevel: 10
Type: Magic
HitCount: 1
- Id: 365
Name: HW_MAGICCRASHER
Description: Stave Crasher
MaxLevel: 1
Type: Weapon
TargetType: Attack
Range: 9
Hit: Multi_Hit
HitCount: 1
Element: Weapon
CastCancel: true
CastTime: 300
AfterCastActDelay: 300
Requires:
SpCost: 8
- Id: 366
Name: HW_MAGICPOWER
Description: Mystical Amplification
MaxLevel: 10
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastTime: 700
Duration1: 30000
CastTimeFlags:
IgnoreDex: true
IgnoreItemBonus: true
Requires:
SpCost:
- Level: 1
Amount: 14
- Level: 2
Amount: 18
- Level: 3
Amount: 22
- Level: 4
Amount: 26
- Level: 5
Amount: 30
- Level: 6
Amount: 34
- Level: 7
Amount: 38
- Level: 8
Amount: 42
- Level: 9
Amount: 46
- Level: 10
Amount: 50
- Id: 367
Name: PA_PRESSURE
Description: Gloria Domini
MaxLevel: 5
Type: Misc
TargetType: Attack
DamageFlags:
IgnoreElement: true
IgnoreFlee: true
IgnoreDefCard: true
Flags:
IgnoreBgReduction: true
IgnoreGvgReduction: true
Range: 9
Hit: Multi_Hit
HitCount: 1
CastTime:
- Level: 1
Time: 2000
- Level: 2
Time: 2500
- Level: 3
Time: 3000
- Level: 4
Time: 3500
- Level: 5
Time: 4000
AfterCastActDelay:
- Level: 1
Time: 2000
- Level: 2
Time: 2500
- Level: 3
Time: 3000
- Level: 4
Time: 3500
- Level: 5
Time: 4000
Duration2:
- Level: 1
Time: 2000
- Level: 2
Time: 3000
- Level: 3
Time: 4000
- Level: 4
Time: 5000
- Level: 5
Time: 6000
Requires:
SpCost:
- Level: 1
Amount: 30
- Level: 2
Amount: 35
- Level: 3
Amount: 40
- Level: 4
Amount: 45
- Level: 5
Amount: 50
- Id: 368
Name: PA_SACRIFICE
Description: Martyr's Reckoning
MaxLevel: 5
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
IgnoreDefense: true
IgnoreFlee: true
Hit: Single
HitCount: 1
CastCancel: true
AfterCastActDelay: 2000
Requires:
SpCost: 100
- Id: 369
Name: PA_GOSPEL
Description: Battle Chant
MaxLevel: 10
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
IgnoreFlee: true
Hit: Single
HitCount: 1
CastCancel: true
Duration1: 60000
Duration2: 60000
Requires:
SpCost:
- Level: 1
Amount: 80
- Level: 2
Amount: 80
- Level: 3
Amount: 80
- Level: 4
Amount: 80
- Level: 5
Amount: 80
- Level: 6
Amount: 100
- Level: 7
Amount: 100
- Level: 8
Amount: 100
- Level: 9
Amount: 100
- Level: 10
Amount: 100
Unit:
Id: Gospel
Layout: -1
Interval: 10000
Flag:
NoOverlap: true
- Id: 370
Name: CH_PALMSTRIKE
Description: Raging Palm Strike
MaxLevel: 5
Type: Weapon
TargetType: Attack
Range: -2
Hit: Single
HitCount: 1
Element: Weapon
Knockback: 3
CastCancel: true
AfterCastActDelay: 300
CastTimeFlags:
IgnoreDex: true
Requires:
SpCost:
- Level: 1
Amount: 2
- Level: 2
Amount: 4
- Level: 3
Amount: 6
- Level: 4
Amount: 8
- Level: 5
Amount: 10
Status:
Explosionspirits: true
- Id: 371
Name: CH_TIGERFIST
Description: Glacier Fist
MaxLevel: 5
Type: Weapon
TargetType: Self
Flags:
NoTargetSelf: true
Range: -2
Hit: Multi_Hit
HitCount: 1
Element: Weapon
Duration1:
- Level: 1
Time: 4000
- Level: 2
Time: 8000
- Level: 3
Time: 12000
- Level: 4
Time: 16000
- Level: 5
Time: 24000
CastDelayFlags:
IgnoreStatus: true
Requires:
SpCost:
- Level: 1
Amount: 4
- Level: 2
Amount: 6
- Level: 3
Amount: 8
- Level: 4
Amount: 10
- Level: 5
Amount: 12
SpiritSphereCost: 1
- Id: 372
Name: CH_CHAINCRUSH
Description: Chain Crush Combo
MaxLevel: 10
Type: Weapon
TargetType: Self
Flags:
NoTargetSelf: true
Range: -2
Hit: Multi_Hit
HitCount:
- Level: 1
Count: -1
- Level: 2
Count: -1
- Level: 3
Count: -2
- Level: 4
Count: -2
- Level: 5
Count: -3
- Level: 6
Count: -3
- Level: 7
Count: -4
- Level: 8
Count: -4
- Level: 9
Count: -5
- Level: 10
Count: -5
Element: Weapon
CastDelayFlags:
IgnoreStatus: true
Requires:
SpCost:
- Level: 1
Amount: 4
- Level: 2
Amount: 6
- Level: 3
Amount: 8
- Level: 4
Amount: 10
- Level: 5
Amount: 12
- Level: 6
Amount: 14
- Level: 7
Amount: 16
- Level: 8
Amount: 18
- Level: 9
Amount: 20
- Level: 10
Amount: 22
SpiritSphereCost: 2
- Id: 373
Name: PF_HPCONVERSION
Description: Indulge
MaxLevel: 5
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
AfterCastActDelay:
- Level: 1
Time: 1000
- Level: 2
Time: 1200
- Level: 3
Time: 1400
- Level: 4
Time: 1600
- Level: 5
Time: 1800
Requires:
SpCost:
- Level: 1
Amount: 1
- Level: 2
Amount: 2
- Level: 3
Amount: 3
- Level: 4
Amount: 4
- Level: 5
Amount: 5
- Id: 374
Name: PF_SOULCHANGE
Description: Soul Exhale
MaxLevel: 1
TargetType: Attack
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
PartyOnly: true
GuildOnly: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 3000
AfterCastActDelay: 5000
Requires:
SpCost: 5
- Id: 375
Name: PF_SOULBURN
Description: Soul Siphon
MaxLevel: 5
Type: Magic
TargetType: Attack
DamageFlags:
IgnoreAtkCard: true
IgnoreElement: true
IgnoreDefCard: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Cooldown:
- Level: 1
Time: 10000
- Level: 2
Time: 10000
- Level: 3
Time: 10000
- Level: 4
Time: 10000
- Level: 5
Time: 15000
Requires:
SpCost:
- Level: 1
Amount: 80
- Level: 2
Amount: 90
- Level: 3
Amount: 100
- Level: 4
Amount: 110
- Level: 5
Amount: 120
- Id: 376
Name: ASC_KATAR
Description: Advanced Katar Mastery
MaxLevel: 5
Type: Weapon
DamageFlags:
NoDamage: true
HitCount: 1
- Id: 378
Name: ASC_EDP
Description: Enchant Deadly Poison
MaxLevel: 5
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Element: Poison
AfterCastActDelay: 2000
Duration1:
- Level: 1
Time: 40000
- Level: 2
Time: 45000
- Level: 3
Time: 50000
- Level: 4
Time: 55000
- Level: 5
Time: 60000
Duration2:
- Level: 1
Time: 20000
- Level: 2
Time: 30000
- Level: 3
Time: 40000
- Level: 4
Time: 50000
- Level: 5
Time: 60000
Requires:
SpCost:
- Level: 1
Amount: 60
- Level: 2
Amount: 70
- Level: 3
Amount: 80
- Level: 4
Amount: 90
- Level: 5
Amount: 100
ItemCost:
- Item: Poison_Bottle
Amount: 1
- Id: 379
Name: ASC_BREAKER
Description: Soul Destroyer
MaxLevel: 10
Type: Weapon
TargetType: Attack
DamageFlags:
IgnoreAtkCard: true
Range: 9
Hit: Single
HitCount: 1
Element: Weapon
CastCancel: true
CastTime: 700
AfterCastActDelay:
- Level: 1
Time: 1000
- Level: 2
Time: 1200
- Level: 3
Time: 1400
- Level: 4
Time: 1600
- Level: 5
Time: 1800
- Level: 6
Time: 2000
- Level: 7
Time: 2200
- Level: 8
Time: 2400
- Level: 9
Time: 2600
- Level: 10
Time: 2800
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 20
- Level: 3
Amount: 20
- Level: 4
Amount: 20
- Level: 5
Amount: 20
- Level: 6
Amount: 30
- Level: 7
Amount: 30
- Level: 8
Amount: 30
- Level: 9
Amount: 30
- Level: 10
Amount: 30
- Id: 380
Name: SN_SIGHT
Description: Falcon Eyes
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Duration1: 30000
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 20
- Level: 3
Amount: 25
- Level: 4
Amount: 25
- Level: 5
Amount: 30
- Level: 6
Amount: 30
- Level: 7
Amount: 35
- Level: 8
Amount: 35
- Level: 9
Amount: 40
- Level: 10
Amount: 40
- Id: 381
Name: SN_FALCONASSAULT
Description: Falcon Assault
MaxLevel: 5
Type: Misc
TargetType: Attack
DamageFlags:
IgnoreFlee: true
Range: 9
Hit: Multi_Hit
HitCount: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 3000
Requires:
SpCost:
- Level: 1
Amount: 30
- Level: 2
Amount: 34
- Level: 3
Amount: 38
- Level: 4
Amount: 42
- Level: 5
Amount: 46
State: Falcon
- Id: 382
Name: SN_SHARPSHOOTING
Description: Focused Arrow Strike
MaxLevel: 5
Type: Weapon
TargetType: Attack
DamageFlags:
Critical: true
Flags:
TargetTrap: true
Range: 9
Hit: Multi_Hit
HitCount: 1
Element: Weapon
SplashArea: 1
ActiveInstance: 14
CastCancel: true
CastTime: 2000
AfterCastActDelay: 1500
Requires:
SpCost:
- Level: 1
Amount: 18
- Level: 2
Amount: 21
- Level: 3
Amount: 24
- Level: 4
Amount: 27
- Level: 5
Amount: 30
Weapon:
Bow: true
Ammo:
Arrow: true
AmmoAmount: 1
- Id: 383
Name: SN_WINDWALK
Description: Wind Walker
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Hit: Single
HitCount: 1
SplashArea: -1
CastCancel: true
CastTime:
- Level: 1
Time: 2000
- Level: 2
Time: 2400
- Level: 3
Time: 2800
- Level: 4
Time: 3200
- Level: 5
Time: 3600
- Level: 6
Time: 4000
- Level: 7
Time: 4400
- Level: 8
Time: 4800
- Level: 9
Time: 5200
- Level: 10
Time: 5600
AfterCastActDelay: 2000
Duration1:
- Level: 1
Time: 130000
- Level: 2
Time: 160000
- Level: 3
Time: 190000
- Level: 4
Time: 220000
- Level: 5
Time: 250000
- Level: 6
Time: 280000
- Level: 7
Time: 310000
- Level: 8
Time: 340000
- Level: 9
Time: 370000
- Level: 10
Time: 400000
Requires:
SpCost:
- Level: 1
Amount: 46
- Level: 2
Amount: 52
- Level: 3
Amount: 58
- Level: 4
Amount: 64
- Level: 5
Amount: 70
- Level: 6
Amount: 76
- Level: 7
Amount: 82
- Level: 8
Amount: 88
- Level: 9
Amount: 94
- Level: 10
Amount: 100
- Id: 384
Name: WS_MELTDOWN
Description: Shattering Strike
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
AllowOnMado: true
HitCount: 1
CastCancel: true
CastTime:
- Level: 1
Time: 500
- Level: 2
Time: 500
- Level: 3
Time: 600
- Level: 4
Time: 600
- Level: 5
Time: 700
- Level: 6
Time: 700
- Level: 7
Time: 800
- Level: 8
Time: 800
- Level: 9
Time: 900
- Level: 10
Time: 1000
Duration1:
- Level: 1
Time: 15000
- Level: 2
Time: 20000
- Level: 3
Time: 25000
- Level: 4
Time: 30000
- Level: 5
Time: 35000
- Level: 6
Time: 40000
- Level: 7
Time: 45000
- Level: 8
Time: 50000
- Level: 9
Time: 55000
- Level: 10
Time: 60000
Duration2: 5000
Requires:
SpCost:
- Level: 1
Amount: 50
- Level: 2
Amount: 50
- Level: 3
Amount: 60
- Level: 4
Amount: 60
- Level: 5
Amount: 70
- Level: 6
Amount: 70
- Level: 7
Amount: 80
- Level: 8
Amount: 80
- Level: 9
Amount: 90
- Level: 10
Amount: 90
- Id: 385
Name: WS_CREATECOIN
Description: Create Coins
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
HitCount: 1
CastCancel: true
Requires:
SpCost: 5
- Id: 386
Name: WS_CREATENUGGET
Description: Create Nuggets
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
HitCount: 1
CastCancel: true
Requires:
SpCost: 5
- Id: 387
Name: WS_CARTBOOST
Description: Cart Boost
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
AllowOnMado: true
Hit: Single
HitCount: 1
Duration1: 60000
Requires:
SpCost: 20
State: Cart
- Id: 388
Name: WS_SYSTEMCREATE
Description: Auto Attack System
MaxLevel: 5
TargetType: Ground
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
Requires:
SpCost: 20
ItemCost:
- Item: MenEater_Plant_Bottle
Amount: 1
- Id: 389
Name: ST_CHASEWALK
Description: Stealth
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IgnoreKagehumi: true
Hit: Single
HitCount: 1
CastTime: 1200
Duration1: 10000
Duration2: 30000
Requires:
SpCost: 10
- Id: 390
Name: ST_REJECTSWORD
Description: Counter Instinct
MaxLevel: 5
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
HitCount: 1
CastCancel: true
Duration1: 300000
Requires:
SpCost:
- Level: 1
Amount: 10
- Level: 2
Amount: 15
- Level: 3
Amount: 20
- Level: 4
Amount: 25
- Level: 5
Amount: 30
- Id: 392
Name: CR_ALCHEMY
Description: Alchemy
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
HitCount: 1
CastCancel: true
- Id: 393
Name: CR_SYNTHESISPOTION
Description: Potion Synthesis
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
HitCount: 1
CastCancel: true
- Id: 394
Name: CG_ARROWVULCAN
Description: Vulcan Arrow
MaxLevel: 10
Type: Weapon
TargetType: Attack
Range: 9
Hit: Multi_Hit
HitCount: -9
Element: Weapon
CastCancel: true
CastTime:
- Level: 1
Time: 2000
- Level: 2
Time: 2200
- Level: 3
Time: 2400
- Level: 4
Time: 2600
- Level: 5
Time: 2800
- Level: 6
Time: 3000
- Level: 7
Time: 3200
- Level: 8
Time: 3400
- Level: 9
Time: 3600
- Level: 10
Time: 3800
AfterCastActDelay:
- Level: 1
Time: 2800
- Level: 2
Time: 2800
- Level: 3
Time: 2800
- Level: 4
Time: 2800
- Level: 5
Time: 2800
- Level: 6
Time: 3000
- Level: 7
Time: 3000
- Level: 8
Time: 3000
- Level: 9
Time: 3000
- Level: 10
Time: 3000
AfterCastWalkDelay: 2000
CastDelayFlags:
IgnoreStatus: true
Requires:
SpCost:
- Level: 1
Amount: 12
- Level: 2
Amount: 14
- Level: 3
Amount: 16
- Level: 4
Amount: 18
- Level: 5
Amount: 20
- Level: 6
Amount: 22
- Level: 7
Amount: 24
- Level: 8
Amount: 26
- Level: 9
Amount: 28
- Level: 10
Amount: 30
Weapon:
Musical: true
Whip: true
Ammo:
Arrow: true
AmmoAmount: 1
- Id: 395
Name: CG_MOONLIT
Description: Sheltering Bliss
MaxLevel: 5
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsEnsemble: true
HitCount: 1
SplashArea: 3
Knockback: 2
CastCancel: true
Duration1:
- Level: 1
Time: 20000
- Level: 2
Time: 25000
- Level: 3
Time: 30000
- Level: 4
Time: 35000
- Level: 5
Time: 40000
Requires:
SpCost:
- Level: 1
Amount: 30
- Level: 2
Amount: 40
- Level: 3
Amount: 50
- Level: 4
Amount: 60
- Level: 5
Amount: 70
Weapon:
Musical: true
Whip: true
Unit:
Id: Moonlit
Layout: 4
Interval: -1
Flag:
Ensemble: true
- Id: 396
Name: CG_MARIONETTE
Description: Marionette Control
MaxLevel: 1
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
PartyOnly: true
IgnoreKagehumi: true
Range: 7
Hit: Single
HitCount: 1
CastCancel: true
Duration1: 1000
Requires:
SpCost: 100
- Id: 397
Name: LK_SPIRALPIERCE
Description: Spiral Pierce
MaxLevel: 5
Type: Weapon
TargetType: Attack
DamageFlags:
IgnoreDefense: true
Flags:
TargetTrap: true
Range: 5
Hit: Multi_Hit
HitCount: 5
Element: Weapon
CastTime:
- Level: 1
Time: 300
- Level: 2
Time: 500
- Level: 3
Time: 700
- Level: 4
Time: 900
- Level: 5
Time: 1000
AfterCastActDelay:
- Level: 1
Time: 1200
- Level: 2
Time: 1400
- Level: 3
Time: 1600
- Level: 4
Time: 1800
- Level: 5
Time: 2000
Duration2: 1000
Requires:
SpCost:
- Level: 1
Amount: 18
- Level: 2
Amount: 21
- Level: 3
Amount: 24
- Level: 4
Amount: 27
- Level: 5
Amount: 30
Weapon:
1hSpear: true
2hSpear: true
- Id: 398
Name: LK_HEADCRUSH
Description: Traumatic Blow
MaxLevel: 5
Type: Weapon
TargetType: Attack
Range: 4
Hit: Single
HitCount: 1
Element: Weapon
AfterCastActDelay: 500
Duration2: 120000
Requires:
SpCost: 23
- Id: 399
Name: LK_JOINTBEAT
Description: Vital Strike
MaxLevel: 10
Type: Weapon
TargetType: Attack
Range: 4
Hit: Single
HitCount: 1
Element: Weapon
AfterCastActDelay:
- Level: 1
Time: 800
- Level: 2
Time: 800
- Level: 3
Time: 800
- Level: 4
Time: 800
- Level: 5
Time: 800
- Level: 6
Time: 1000
- Level: 7
Time: 1000
- Level: 8
Time: 1000
- Level: 9
Time: 1000
- Level: 10
Time: 1000
Duration2: 30000
Requires:
SpCost:
- Level: 1
Amount: 12
- Level: 2
Amount: 12
- Level: 3
Amount: 14
- Level: 4
Amount: 14
- Level: 5
Amount: 16
- Level: 6
Amount: 16
- Level: 7
Amount: 18
- Level: 8
Amount: 18
- Level: 9
Amount: 20
- Level: 10
Amount: 20
Weapon:
1hSpear: true
2hSpear: true
- Id: 400
Name: HW_NAPALMVULCAN
Description: Napalm Vulcan
MaxLevel: 5
Type: Magic
TargetType: Attack
DamageFlags:
Splash: true
SplashSplit: true
Flags:
TargetTrap: true
Range: 9
Hit: Multi_Hit
HitCount:
- Level: 1
Count: 1
- Level: 2
Count: 2
- Level: 3
Count: 3
- Level: 4
Count: 4
- Level: 5
Count: 5
Element: Ghost
SplashArea: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 1000
Duration2: 30000
Requires:
SpCost:
- Level: 1
Amount: 10
- Level: 2
Amount: 25
- Level: 3
Amount: 40
- Level: 4
Amount: 55
- Level: 5
Amount: 70
- Id: 401
Name: CH_SOULCOLLECT
Description: Zen
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 2000
Duration1: 600000
Requires:
SpCost: 20
- Id: 402
Name: PF_MINDBREAKER
Description: Mind Breaker
MaxLevel: 5
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
AfterCastActDelay:
- Level: 1
Time: 800
- Level: 2
Time: 900
- Level: 3
Time: 1000
- Level: 4
Time: 1100
- Level: 5
Time: 1200
Duration1: 30000
Requires:
SpCost:
- Level: 1
Amount: 12
- Level: 2
Amount: 15
- Level: 3
Amount: 18
- Level: 4
Amount: 21
- Level: 5
Amount: 24
- Id: 403
Name: PF_MEMORIZE
Description: Foresight
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
HitCount: 1
CastCancel: true
CastTime: 5000
CastTimeFlags:
IgnoreDex: true
IgnoreStatus: true
Requires:
SpCost: 1
- Id: 404
Name: PF_FOGWALL
Description: Blinding Mist
MaxLevel: 5
Type: Magic
TargetType: Ground
DamageFlags:
NoDamage: true
Flags:
TargetSelf: true
TargetHidden: true
Range: 9
Hit: Single
HitCount: 1
Element: Earth
ActiveInstance: 2
CastCancel: true
Duration1: 20000
Duration2: 10000
Requires:
SpCost: 25
Unit:
Id: Fogwall
Layout: -1
Interval: -1
Flag:
RemovedByFireRain: true
- Id: 405
Name: PF_SPIDERWEB
Description: Fiber Lock
MaxLevel: 1
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 7
Hit: Single
HitCount: 1
ActiveInstance: 3
Duration1: 16000
Duration2: 8000
Requires:
SpCost: 50
ItemCost:
- Item: Spiderweb
Amount: 1
Unit:
Id: Spiderweb
Interval: -1
Target: Enemy
Flag:
RemovedByFireRain: true
- Id: 406
Name: ASC_METEORASSAULT
Description: Meteor Assault
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
Splash: true
IgnoreAtkCard: true
Flags:
TargetTrap: true
IgnoreAutoGuard: true
IgnoreCicada: true
Hit: Single
HitCount: 1
Element: Weapon
SplashArea: 2
CastTime: 500
AfterCastActDelay: 500
Duration2:
- Level: 1
Time: 30000
- Level: 2
Time: 5000
- Level: 3
Time: 120000
Requires:
SpCost:
- Level: 1
Amount: 10
- Level: 2
Amount: 12
- Level: 3
Amount: 14
- Level: 4
Amount: 16
- Level: 5
Amount: 18
- Level: 6
Amount: 20
- Level: 7
Amount: 22
- Level: 8
Amount: 24
- Level: 9
Amount: 26
- Level: 10
Amount: 28
- Id: 407
Name: ASC_CDP
Description: Create Deadly Poison
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
AfterCastActDelay: 500
Requires:
SpCost: 50
- Id: 408
Name: WE_BABY
Description: Baby
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsWedding: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 3000
Duration1: 300000
CastTimeFlags:
IgnoreDex: true
Requires:
SpCost: 1
SpRateCost: -10
- Id: 409
Name: WE_CALLPARENT
Description: Call Parent
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsWedding: true
Range: 9
Hit: Single
HitCount: 1
SplashArea: 3
ActiveInstance: 1
CastCancel: true
Duration1: 20000
CastTimeFlags:
IgnoreDex: true
Requires:
SpCost: 1
Unit:
Id: Callfamily
Range: -1
Interval: -1
- Id: 410
Name: WE_CALLBABY
Description: Call Baby
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsWedding: true
Range: 9
Hit: Single
HitCount: 1
SplashArea: 3
ActiveInstance: 1
CastCancel: true
Duration1: 20000
CastTimeFlags:
IgnoreDex: true
Requires:
SpCost: 1
Unit:
Id: Callfamily
Range: -1
Interval: -1
- Id: 411
Name: TK_RUN
Description: Running
MaxLevel: 10
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Knockback: 4
CastCancel: true
CastTime:
- Level: 1
Time: 6000
- Level: 2
Time: 5000
- Level: 3
Time: 4000
- Level: 4
Time: 3000
- Level: 5
Time: 2000
- Level: 6
Time: 1000
Duration1: 1000
Duration2: 150000
Requires:
SpCost:
- Level: 1
Amount: 100
- Level: 2
Amount: 90
- Level: 3
Amount: 80
- Level: 4
Amount: 70
- Level: 5
Amount: 60
- Level: 6
Amount: 50
- Level: 7
Amount: 40
- Level: 8
Amount: 30
- Level: 9
Amount: 20
- Level: 10
Amount: 10
State: Move_Enable
- Id: 412
Name: TK_READYSTORM
Description: Tornado Stance
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Requires:
SpCost: 1
- Id: 413
Name: TK_STORMKICK
Description: Tornado Kick
MaxLevel: 7
Type: Weapon
TargetType: Self
DamageFlags:
Splash: true
Flags:
NoTargetSelf: true
TargetTrap: true
Range: -2
Hit: Multi_Hit
HitCount: -3
Element: Weapon
SplashArea: 2
Requires:
SpCost:
- Level: 1
Amount: 14
- Level: 2
Amount: 12
- Level: 3
Amount: 10
- Level: 4
Amount: 8
- Level: 5
Amount: 6
- Level: 6
Amount: 4
- Level: 7
Amount: 2
- Id: 414
Name: TK_READYDOWN
Description: Heel Drop Stance
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Requires:
SpCost: 1
- Id: 415
Name: TK_DOWNKICK
Description: Heel Drop
MaxLevel: 7
Type: Weapon
TargetType: Self
Flags:
NoTargetSelf: true
Range: -2
Hit: Multi_Hit
HitCount: -3
Element: Weapon
Duration2: 3000
Requires:
SpCost:
- Level: 1
Amount: 14
- Level: 2
Amount: 12
- Level: 3
Amount: 10
- Level: 4
Amount: 8
- Level: 5
Amount: 6
- Level: 6
Amount: 4
- Level: 7
Amount: 2
- Id: 416
Name: TK_READYTURN
Description: Roundhouse Stance
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Requires:
SpCost: 1
- Id: 417
Name: TK_TURNKICK
Description: Roundhouse Kick
MaxLevel: 7
Type: Weapon
TargetType: Self
DamageFlags:
Splash: true
Flags:
NoTargetSelf: true
Range: -2
Hit: Multi_Hit
HitCount: -3
Element: Weapon
SplashArea: 1
Knockback: 2
Duration2: 2000
Requires:
SpCost:
- Level: 1
Amount: 14
- Level: 2
Amount: 12
- Level: 3
Amount: 10
- Level: 4
Amount: 8
- Level: 5
Amount: 6
- Level: 6
Amount: 4
- Level: 7
Amount: 2
- Id: 418
Name: TK_READYCOUNTER
Description: Counter Kick Stance
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Requires:
SpCost: 1
- Id: 419
Name: TK_COUNTER
Description: Counter Kick
MaxLevel: 7
Type: Weapon
TargetType: Self
DamageFlags:
IgnoreFlee: true
Flags:
NoTargetSelf: true
Range: -2
Hit: Multi_Hit
HitCount: -3
Element: Weapon
Requires:
SpCost:
- Level: 1
Amount: 14
- Level: 2
Amount: 12
- Level: 3
Amount: 10
- Level: 4
Amount: 8
- Level: 5
Amount: 6
- Level: 6
Amount: 4
- Level: 7
Amount: 2
- Id: 420
Name: TK_DODGE
Description: Tumbling
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Requires:
SpCost: 1
- Id: 421
Name: TK_JUMPKICK
Description: Flying Kick
MaxLevel: 7
Type: Weapon
TargetType: Support
DamageFlags:
NoDamage: true
Range: 9
Hit: Multi_Hit
HitCount: -3
Element: Weapon
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
Requires:
SpCost:
- Level: 1
Amount: 70
- Level: 2
Amount: 60
- Level: 3
Amount: 50
- Level: 4
Amount: 40
- Level: 5
Amount: 30
- Level: 6
Amount: 20
- Level: 7
Amount: 10
- Id: 422
Name: TK_HPTIME
Description: Peaceful Break
MaxLevel: 10
SplashArea: 1
- Id: 423
Name: TK_SPTIME
Description: Happy Break
MaxLevel: 10
SplashArea: 1
Duration1: 1800000
- Id: 424
Name: TK_POWER
Description: Kihop
MaxLevel: 5
Type: Weapon
- Id: 425
Name: TK_SEVENWIND
Description: Mild Wind
MaxLevel: 7
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Element:
- Level: 1
Element: Earth
- Level: 2
Element: Wind
- Level: 3
Element: Water
- Level: 4
Element: Fire
- Level: 5
Element: Ghost
- Level: 6
Element: Dark
- Level: 7
Element: Holy
Duration1: 300000
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 20
- Level: 3
Amount: 20
- Level: 4
Amount: 20
- Level: 5
Amount: 50
- Level: 6
Amount: 50
- Level: 7
Amount: 50
- Id: 426
Name: TK_HIGHJUMP
Description: Taekwon Jump
MaxLevel: 5
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastTime:
- Level: 1
Time: 5000
- Level: 2
Time: 4000
- Level: 3
Time: 3000
- Level: 4
Time: 2000
- Level: 5
Time: 1000
Requires:
SpCost: 50
- Id: 427
Name: SG_FEEL
Description: Feeling the Sun Moon and Stars
MaxLevel: 3
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
Requires:
SpCost: 100
- Id: 428
Name: SG_SUN_WARM
Description: Warmth of the Sun
MaxLevel: 3
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IgnoreLandProtector: true
Range: 1
Hit: Single
HitCount: 1
Element: Weapon
SplashArea: 1
Knockback: 2
CastCancel: true
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 10000
- Level: 2
Time: 20000
- Level: 3
Time: 60000
Requires:
SpCost: 20
Unit:
Id: Dummyskill
Range: 1
Interval: 100
Target: Enemy
- Id: 429
Name: SG_MOON_WARM
Description: Warmth of the Moon
MaxLevel: 3
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IgnoreLandProtector: true
Range: 1
Hit: Single
HitCount: 1
Element: Weapon
SplashArea: 1
Knockback: 2
CastCancel: true
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 10000
- Level: 2
Time: 20000
- Level: 3
Time: 60000
Requires:
SpCost: 20
Unit:
Id: Dummyskill
Range: 1
Interval: 100
Target: Enemy
- Id: 430
Name: SG_STAR_WARM
Description: Warmth of the Stars
MaxLevel: 3
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IgnoreLandProtector: true
Range: 1
Hit: Single
HitCount: 1
Element: Weapon
SplashArea: 1
Knockback: 2
CastCancel: true
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 10000
- Level: 2
Time: 20000
- Level: 3
Time: 60000
Requires:
SpCost: 10
Unit:
Id: Dummyskill
Range: 1
Interval: 100
Target: Enemy
- Id: 431
Name: SG_SUN_COMFORT
Description: Comfort of the Sun
MaxLevel: 4
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
HitCount: 1
CastCancel: true
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 80000
- Level: 2
Time: 160000
- Level: 3
Time: 240000
- Level: 4
Time: 320000
Requires:
SpCost:
- Level: 1
Amount: 70
- Level: 2
Amount: 60
- Level: 3
Amount: 50
- Level: 4
Amount: 40
- Id: 432
Name: SG_MOON_COMFORT
Description: Comfort of the Moon
MaxLevel: 4
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
HitCount: 1
CastCancel: true
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 80000
- Level: 2
Time: 160000
- Level: 3
Time: 240000
- Level: 4
Time: 320000
Requires:
SpCost:
- Level: 1
Amount: 70
- Level: 2
Amount: 60
- Level: 3
Amount: 50
- Level: 4
Amount: 40
- Id: 433
Name: SG_STAR_COMFORT
Description: Comfort of the Stars
MaxLevel: 4
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
HitCount: 1
CastCancel: true
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 80000
- Level: 2
Time: 160000
- Level: 3
Time: 240000
- Level: 4
Time: 320000
Requires:
SpCost:
- Level: 1
Amount: 70
- Level: 2
Amount: 60
- Level: 3
Amount: 50
- Level: 4
Amount: 40
- Id: 434
Name: SG_HATE
Description: Hatred of the Sun Moon and Stars
MaxLevel: 3
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
Requires:
SpCost: 100
- Id: 435
Name: SG_SUN_ANGER
Description: Anger of the Sun
MaxLevel: 3
- Id: 436
Name: SG_MOON_ANGER
Description: Anger of the Moon
MaxLevel: 3
- Id: 437
Name: SG_STAR_ANGER
Description: Anger of the Stars
MaxLevel: 3
- Id: 438
Name: SG_SUN_BLESS
Description: Blessing of the Sun
MaxLevel: 5
- Id: 439
Name: SG_MOON_BLESS
Description: Blessing of the Moon
MaxLevel: 5
- Id: 440
Name: SG_STAR_BLESS
Description: Blessing of the Stars
MaxLevel: 5
- Id: 441
Name: SG_DEVIL
Description: Demon of the Sun Moon and Stars
MaxLevel: 10
- Id: 442
Name: SG_FRIEND
Description: Friend of the Sun Moon and Stars
MaxLevel: 3
Duration1: 10000
- Id: 443
Name: SG_KNOWLEDGE
Description: Knowledge of the Sun Moon and Stars
MaxLevel: 10
Duration1: 600000
- Id: 444
Name: SG_FUSION
Description: Union of the Sun Moon and Stars
MaxLevel: 1
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
AfterCastActDelay: 1000
Duration1: 600000
Requires:
SpCost: 100
- Id: 445
Name: SL_ALCHEMIST
Description: Spirit of the Alchemist
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 200000
- Level: 3
Time: 250000
- Level: 4
Time: 300000
- Level: 5
Time: 350000
Requires:
SpCost:
- Level: 1
Amount: 460
- Level: 2
Amount: 360
- Level: 3
Amount: 260
- Level: 4
Amount: 160
- Level: 5
Amount: 60
- Id: 446
Name: AM_BERSERKPITCHER
Description: Aid Berserk Potion
MaxLevel: 1
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
IsSpirit: true
PartyOnly: true
GuildOnly: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
AfterCastActDelay: 500
Requires:
SpCost: 10
SpRateCost: 8
ItemCost:
- Item: Berserk_Potion
Amount: 2
- Id: 447
Name: SL_MONK
Description: Spirit of the Monk
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 200000
- Level: 3
Time: 250000
- Level: 4
Time: 300000
- Level: 5
Time: 350000
Requires:
SpCost:
- Level: 1
Amount: 460
- Level: 2
Amount: 360
- Level: 3
Amount: 260
- Level: 4
Amount: 160
- Level: 5
Amount: 60
- Id: 448
Name: SL_STAR
Description: Spirit of the Star Gladiator
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 200000
- Level: 3
Time: 250000
- Level: 4
Time: 300000
- Level: 5
Time: 350000
Requires:
SpCost:
- Level: 1
Amount: 460
- Level: 2
Amount: 360
- Level: 3
Amount: 260
- Level: 4
Amount: 160
- Level: 5
Amount: 60
- Id: 449
Name: SL_SAGE
Description: Spirit of the Sage
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 200000
- Level: 3
Time: 250000
- Level: 4
Time: 300000
- Level: 5
Time: 350000
Requires:
SpCost:
- Level: 1
Amount: 460
- Level: 2
Amount: 360
- Level: 3
Amount: 260
- Level: 4
Amount: 160
- Level: 5
Amount: 60
- Id: 450
Name: SL_CRUSADER
Description: Spirit of the Crusader
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 200000
- Level: 3
Time: 250000
- Level: 4
Time: 300000
- Level: 5
Time: 350000
Requires:
SpCost:
- Level: 1
Amount: 460
- Level: 2
Amount: 360
- Level: 3
Amount: 260
- Level: 4
Amount: 160
- Level: 5
Amount: 60
- Id: 451
Name: SL_SUPERNOVICE
Description: Spirit of the Supernovice
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 200000
- Level: 3
Time: 250000
- Level: 4
Time: 300000
- Level: 5
Time: 350000
Requires:
SpCost:
- Level: 1
Amount: 460
- Level: 2
Amount: 360
- Level: 3
Amount: 260
- Level: 4
Amount: 160
- Level: 5
Amount: 60
- Id: 452
Name: SL_KNIGHT
Description: Spirit of the Knight
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 200000
- Level: 3
Time: 250000
- Level: 4
Time: 300000
- Level: 5
Time: 350000
Requires:
SpCost:
- Level: 1
Amount: 460
- Level: 2
Amount: 360
- Level: 3
Amount: 260
- Level: 4
Amount: 160
- Level: 5
Amount: 60
- Id: 453
Name: SL_WIZARD
Description: Spirit of the Wizard
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 200000
- Level: 3
Time: 250000
- Level: 4
Time: 300000
- Level: 5
Time: 350000
Requires:
SpCost:
- Level: 1
Amount: 460
- Level: 2
Amount: 360
- Level: 3
Amount: 260
- Level: 4
Amount: 160
- Level: 5
Amount: 60
- Id: 454
Name: SL_PRIEST
Description: Spirit of the Priest
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 200000
- Level: 3
Time: 250000
- Level: 4
Time: 300000
- Level: 5
Time: 350000
Requires:
SpCost:
- Level: 1
Amount: 460
- Level: 2
Amount: 360
- Level: 3
Amount: 260
- Level: 4
Amount: 160
- Level: 5
Amount: 60
- Id: 455
Name: SL_BARDDANCER
Description: Spirit of the Artist
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 200000
- Level: 3
Time: 250000
- Level: 4
Time: 300000
- Level: 5
Time: 350000
Requires:
SpCost:
- Level: 1
Amount: 460
- Level: 2
Amount: 360
- Level: 3
Amount: 260
- Level: 4
Amount: 160
- Level: 5
Amount: 60
- Id: 456
Name: SL_ROGUE
Description: Spirit of the Rogue
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 200000
- Level: 3
Time: 250000
- Level: 4
Time: 300000
- Level: 5
Time: 350000
Requires:
SpCost:
- Level: 1
Amount: 460
- Level: 2
Amount: 360
- Level: 3
Amount: 260
- Level: 4
Amount: 160
- Level: 5
Amount: 60
- Id: 457
Name: SL_ASSASIN
Description: Spirit of the Assasin
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 200000
- Level: 3
Time: 250000
- Level: 4
Time: 300000
- Level: 5
Time: 350000
Requires:
SpCost:
- Level: 1
Amount: 460
- Level: 2
Amount: 360
- Level: 3
Amount: 260
- Level: 4
Amount: 160
- Level: 5
Amount: 60
- Id: 458
Name: SL_BLACKSMITH
Description: Spirit of the Blacksmith
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 200000
- Level: 3
Time: 250000
- Level: 4
Time: 300000
- Level: 5
Time: 350000
Requires:
SpCost:
- Level: 1
Amount: 460
- Level: 2
Amount: 360
- Level: 3
Amount: 260
- Level: 4
Amount: 160
- Level: 5
Amount: 60
- Id: 459
Name: BS_ADRENALINE2
Description: Advanced Adrenaline Rush
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsSpirit: true
AllowOnMado: true
Hit: Single
HitCount: 1
SplashArea: -1
Duration1: 150000
Requires:
SpCost: 64
Weapon:
Fist: true
Dagger: true
1hSword: true
2hSword: true
1hSpear: true
2hSpear: true
1hAxe: true
2hAxe: true
Mace: true
2hMace: true
Staff: true
Knuckle: true
Musical: true
Whip: true
Book: true
Katar: true
- Id: 460
Name: SL_HUNTER
Description: Spirit of the Hunter
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 200000
- Level: 3
Time: 250000
- Level: 4
Time: 300000
- Level: 5
Time: 350000
Requires:
SpCost:
- Level: 1
Amount: 460
- Level: 2
Amount: 360
- Level: 3
Amount: 260
- Level: 4
Amount: 160
- Level: 5
Amount: 60
- Id: 461
Name: SL_SOULLINKER
Description: Spirit of the Soul Linker
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 200000
- Level: 3
Time: 250000
- Level: 4
Time: 300000
- Level: 5
Time: 350000
Requires:
SpCost:
- Level: 1
Amount: 460
- Level: 2
Amount: 360
- Level: 3
Amount: 260
- Level: 4
Amount: 160
- Level: 5
Amount: 60
- Id: 462
Name: SL_KAIZEL
Description: Kaizel
MaxLevel: 7
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime:
- Level: 1
Time: 4500
- Level: 2
Time: 4000
- Level: 3
Time: 3500
- Level: 4
Time: 3000
- Level: 5
Time: 2500
- Level: 6
Time: 2000
- Level: 7
Time: 1500
Duration1: 1800000
Duration2: 2000
CastTimeFlags:
IgnoreDex: true
Requires:
SpCost:
- Level: 1
Amount: 120
- Level: 2
Amount: 110
- Level: 3
Amount: 100
- Level: 4
Amount: 90
- Level: 5
Amount: 80
- Level: 6
Amount: 70
- Level: 7
Amount: 60
- Id: 463
Name: SL_KAAHI
Description: Kaahi
MaxLevel: 7
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
AfterCastActDelay: 500
Duration1: 350000
Requires:
SpCost: 30
- Id: 464
Name: SL_KAUPE
Description: Kaupe
MaxLevel: 3
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 500
AfterCastActDelay: 500
Duration1: 600000
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 30
- Level: 3
Amount: 40
- Id: 465
Name: SL_KAITE
Description: Kaite
MaxLevel: 7
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime:
- Level: 1
Time: 6000
- Level: 2
Time: 5500
- Level: 3
Time: 5000
- Level: 4
Time: 4500
- Level: 5
Time: 4000
- Level: 6
Time: 3500
- Level: 7
Time: 3000
Duration1:
- Level: 1
Time: 60000
- Level: 2
Time: 120000
- Level: 3
Time: 180000
- Level: 4
Time: 240000
- Level: 5
Time: 300000
- Level: 6
Time: 360000
- Level: 7
Time: 600000
Requires:
SpCost: 70
- Id: 466
Name: SL_KAINA
Description: Kaina
MaxLevel: 7
Type: Magic
CastCancel: true
- Id: 467
Name: SL_STIN
Description: Estin
MaxLevel: 7
Type: Magic
TargetType: Attack
Range: 9
Hit: Single
HitCount: 1
Element: Endowed
Knockback: 2
CastTime: 100
AfterCastActDelay: 500
Requires:
SpCost:
- Level: 1
Amount: 18
- Level: 2
Amount: 20
- Level: 3
Amount: 22
- Level: 4
Amount: 24
- Level: 5
Amount: 26
- Level: 6
Amount: 28
- Level: 7
Amount: 30
- Id: 468
Name: SL_STUN
Description: Estun
MaxLevel: 7
Type: Magic
TargetType: Attack
Range: 9
Hit: Single
HitCount: 1
Element: Endowed
CastTime: 100
AfterCastActDelay: 500
Duration1: 2000
Requires:
SpCost:
- Level: 1
Amount: 18
- Level: 2
Amount: 20
- Level: 3
Amount: 22
- Level: 4
Amount: 24
- Level: 5
Amount: 26
- Level: 6
Amount: 28
- Level: 7
Amount: 30
- Id: 469
Name: SL_SMA
Description: Esma
MaxLevel: 10
Type: Magic
TargetType: Attack
Range: 9
Hit: Multi_Hit
HitCount:
- Level: 1
Count: 1
- Level: 2
Count: 2
- Level: 3
Count: 3
- Level: 4
Count: 4
- Level: 5
Count: 5
- Level: 6
Count: 6
- Level: 7
Count: 7
- Level: 8
Count: 8
- Level: 9
Count: 9
- Level: 10
Count: 10
Element: Endowed
CastCancel: true
CastTime: 2000
AfterCastActDelay: 500
Duration1: 3000
Requires:
SpCost:
- Level: 1
Amount: 8
- Level: 2
Amount: 16
- Level: 3
Amount: 24
- Level: 4
Amount: 32
- Level: 5
Amount: 40
- Level: 6
Amount: 48
- Level: 7
Amount: 56
- Level: 8
Amount: 64
- Level: 9
Amount: 72
- Level: 10
Amount: 80
- Id: 470
Name: SL_SWOO
Description: Eswoo
MaxLevel: 7
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastTime: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 1000
- Level: 2
Time: 2000
- Level: 3
Time: 3000
- Level: 4
Time: 4000
- Level: 5
Time: 5000
- Level: 6
Time: 6000
- Level: 7
Time: 7000
Requires:
SpCost:
- Level: 1
Amount: 75
- Level: 2
Amount: 65
- Level: 3
Amount: 55
- Level: 4
Amount: 45
- Level: 5
Amount: 35
- Level: 6
Amount: 25
- Level: 7
Amount: 15
- Id: 471
Name: SL_SKE
Description: Eske
MaxLevel: 3
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastTime:
- Level: 1
Time: 3000
- Level: 2
Time: 2000
- Level: 3
Time: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 10000
- Level: 2
Time: 20000
- Level: 3
Time: 30000
Duration2: 3000
Requires:
SpCost:
- Level: 1
Amount: 55
- Level: 2
Amount: 35
- Level: 3
Amount: 15
- Id: 472
Name: SL_SKA
Description: Eska
MaxLevel: 3
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastTime:
- Level: 1
Time: 3000
- Level: 2
Time: 2000
- Level: 3
Time: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 10000
- Level: 2
Time: 20000
- Level: 3
Time: 30000
Requires:
SpCost:
- Level: 1
Amount: 100
- Level: 2
Amount: 80
- Level: 3
Amount: 60
- Id: 473
Name: SM_SELFPROVOKE
Description: Provoke Self
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Duration1: 30000
- Id: 474
Name: NPC_EMOTION_ON
Description: Emotion ON
MaxLevel: 10
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
- Id: 475
Name: ST_PRESERVE
Description: Preserve
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
HitCount: 1
CastCancel: true
CastTime: 1000
Duration1: 600000
Requires:
SpCost: 30
- Id: 476
Name: ST_FULLSTRIP
Description: Divest All
MaxLevel: 5
Type: Weapon
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 1
Hit: Single
HitCount: 1
CastCancel: true
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 75000
- Level: 2
Time: 90000
- Level: 3
Time: 105000
- Level: 4
Time: 120000
- Level: 5
Time: 135000
Requires:
SpCost:
- Level: 1
Amount: 22
- Level: 2
Amount: 24
- Level: 3
Amount: 26
- Level: 4
Amount: 28
- Level: 5
Amount: 30
- Id: 477
Name: WS_WEAPONREFINE
Description: Upgrade Weapon
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
AllowOnMado: true
Hit: Single
HitCount: 1
Requires:
SpCost: 5
- Id: 478
Name: CR_SLIMPITCHER
Description: Aid Condensed Potion
MaxLevel: 10
TargetType: Ground
DamageFlags:
NoDamage: true
Splash: true
Range: 3
Hit: Single
HitCount: 1
SplashArea: 3
CastTime: 1000
AfterCastActDelay: 1000
Requires:
SpCost: 30
ItemCost:
- Item: Red_Slim_Potion
Amount: 1
- Item: Red_Slim_Potion
Amount: 1
- Item: Red_Slim_Potion
Amount: 1
- Item: Red_Slim_Potion
Amount: 1
- Item: Red_Slim_Potion
Amount: 1
- Item: Yellow_Slim_Potion
Amount: 1
- Item: Yellow_Slim_Potion
Amount: 1
- Item: Yellow_Slim_Potion
Amount: 1
- Item: Yellow_Slim_Potion
Amount: 1
- Item: White_Slim_Potion
Amount: 1
- Id: 479
Name: CR_FULLPROTECTION
Description: Full Protection
MaxLevel: 5
Type: Weapon
TargetType: Support
DamageFlags:
NoDamage: true
Range: 1
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 2000
Duration1:
- Level: 1
Time: 120000
- Level: 2
Time: 240000
- Level: 3
Time: 360000
- Level: 4
Time: 480000
- Level: 5
Time: 600000
Requires:
SpCost: 40
ItemCost:
- Item: Coating_Bottle
Amount: 1
- Id: 480
Name: PA_SHIELDCHAIN
Description: Shield Chain
MaxLevel: 5
Type: Weapon
TargetType: Attack
Range: 4
Hit: Multi_Hit
HitCount: 5
CastTime: 1000
AfterCastActDelay: 1000
Requires:
SpCost:
- Level: 1
Amount: 28
- Level: 2
Amount: 31
- Level: 3
Amount: 34
- Level: 4
Amount: 37
- Level: 5
Amount: 40
State: Shield
- Id: 481
Name: HP_MANARECHARGE
Description: Mana Recharge
MaxLevel: 5
- Id: 482
Name: PF_DOUBLECASTING
Description: Double Casting
MaxLevel: 5
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastTime: 2000
Duration1: 90000
CastTimeFlags:
IgnoreDex: true
Requires:
SpCost:
- Level: 1
Amount: 40
- Level: 2
Amount: 45
- Level: 3
Amount: 50
- Level: 4
Amount: 55
- Level: 5
Amount: 60
- Id: 483
Name: HW_GANBANTEIN
Description: Ganbantein
MaxLevel: 1
TargetType: Ground
DamageFlags:
NoDamage: true
Range: 18
Hit: Single
HitCount: 1
SplashArea:
- Level: 1
Area: 1
- Level: 2
Area: 2
- Level: 3
Area: 3
- Level: 4
Area: 4
- Level: 5
Area: 5
CastTime: 3000
AfterCastActDelay: 2000
Requires:
SpCost: 40
ItemCost:
- Item: Yellow_Gemstone
Amount: 1
- Item: Blue_Gemstone
Amount: 1
- Id: 484
Name: HW_GRAVITATION
Description: Gravitation Field
MaxLevel: 5
Type: Misc
TargetType: Ground
DamageFlags:
NoDamage: true
IgnoreElement: true
IgnoreFlee: true
IgnoreDefCard: true
Flags:
IgnoreBgReduction: true
IgnoreGvgReduction: true
TargetEmperium: true
IgnoreHovering: true
TargetHidden: true
Range: 18
Hit: Single
HitCount: 1
Element: Earth
CastCancel: true
CastTime: 5000
AfterCastActDelay: 2000
Duration1:
- Level: 1
Time: 5000
- Level: 2
Time: 6000
- Level: 3
Time: 7000
- Level: 4
Time: 8000
- Level: 5
Time: 9000
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 40
- Level: 3
Amount: 60
- Level: 4
Amount: 80
- Level: 5
Amount: 100
ItemCost:
- Item: Blue_Gemstone
Amount: 1
Unit:
Id: Gravitation
Layout: 2
Interval: 1000
Target: Enemy
Flag:
NoOverlap: true
PathCheck: true
DualMode: true
RemovedByFireRain: true
- Id: 485
Name: WS_CARTTERMINATION
Description: Cart Termination
MaxLevel: 10
Type: Weapon
TargetType: Attack
DamageFlags:
IgnoreAtkCard: true
Flags:
AllowOnMado: true
IgnoreAutoGuard: true
IgnoreCicada: true
Range: -2
Hit: Single
HitCount: 1
Element: Weapon
Duration2: 5000
Requires:
SpCost: 15
ZenyCost:
- Level: 1
Amount: 600
- Level: 2
Amount: 700
- Level: 3
Amount: 800
- Level: 4
Amount: 900
- Level: 5
Amount: 1000
- Level: 6
Amount: 1100
- Level: 7
Amount: 1200
- Level: 8
Amount: 1300
- Level: 9
Amount: 1400
- Level: 10
Amount: 1500
Weapon:
Fist: true
Dagger: true
1hSword: true
2hSword: true
1hSpear: true
2hSpear: true
1hAxe: true
2hAxe: true
Mace: true
2hMace: true
Staff: true
Knuckle: true
Musical: true
Whip: true
Book: true
Katar: true
Revolver: true
Rifle: true
Gatling: true
Shotgun: true
Grenade: true
Huuma: true
Status:
Cartboost: true
- Id: 486
Name: WS_OVERTHRUSTMAX
Description: Maximum Power Thrust
MaxLevel: 5
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
AllowOnMado: true
Hit: Single
HitCount: 1
Duration1: 180000
Requires:
SpCost: 15
ZenyCost:
- Level: 1
Amount: 3000
- Level: 2
Amount: 3500
- Level: 3
Amount: 4000
- Level: 4
Amount: 4500
- Level: 5
Amount: 5000
Weapon:
Fist: true
Dagger: true
1hSword: true
2hSword: true
1hSpear: true
2hSpear: true
1hAxe: true
2hAxe: true
Mace: true
2hMace: true
Staff: true
Knuckle: true
Musical: true
Whip: true
Book: true
Katar: true
Revolver: true
Rifle: true
Gatling: true
Shotgun: true
Grenade: true
Huuma: true
- Id: 487
Name: CG_LONGINGFREEDOM
Description: Longing for Freedom
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
AllowWhenPerforming: true
Hit: Single
HitCount: 1
Duration1: 180000
Requires:
SpCost: 15
- Id: 488
Name: CG_HERMODE
Description: Wand of Hermode
MaxLevel: 5
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsSong: true
IgnoreLandProtector: true
Hit: Single
HitCount: 1
SplashArea: 1
Duration1:
- Level: 1
Time: 10000
- Level: 2
Time: 15000
- Level: 3
Time: 20000
- Level: 4
Time: 25000
- Level: 5
Time: 30000
Duration2:
- Level: 1
Time: 10000
- Level: 2
Time: 15000
- Level: 3
Time: 20000
- Level: 4
Time: 25000
- Level: 5
Time: 30000
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 30
- Level: 3
Amount: 40
- Level: 4
Amount: 50
- Level: 5
Amount: 60
Weapon:
Musical: true
Whip: true
Unit:
Id: Hermode
Layout: 3
Interval: -1
Flag:
Ensemble: true
- Id: 489
Name: CG_TAROTCARD
Description: Tarot Card of Fate
MaxLevel: 5
Type: Misc
TargetType: Attack
DamageFlags:
NoDamage: true
IgnoreFlee: true
Range: 9
Hit: Single
HitCount: 1
CastTime: 1000
AfterCastActDelay: 3000
Duration2: 30000
Requires:
SpCost: 40
- Id: 490
Name: CR_ACIDDEMONSTRATION
Description: Acid Demonstration
MaxLevel: 10
Type: Misc
TargetType: Attack
DamageFlags:
IgnoreFlee: true
Range: 9
Hit: Multi_Hit
HitCount:
- Level: 1
Count: 1
- Level: 2
Count: 2
- Level: 3
Count: 3
- Level: 4
Count: 4
- Level: 5
Count: 5
- Level: 6
Count: 6
- Level: 7
Count: 7
- Level: 8
Count: 8
- Level: 9
Count: 9
- Level: 10
Count: 10
CastCancel: true
CastTime: 1000
AfterCastActDelay: 1000
Requires:
SpCost: 30
ItemCost:
- Item: Fire_Bottle
Amount: 1
- Item: Acid_Bottle
Amount: 1
- Id: 491
Name: CR_CULTIVATION
Description: Plant Cultivation
MaxLevel: 2
TargetType: Ground
DamageFlags:
NoDamage: true
Range: 1
Hit: Single
HitCount: 1
Duration1: 300000
Requires:
SpCost: 10
ItemCost:
- Item: Mushroom_Spore
Amount: 1
- Item: Stem
Amount: 1
- Id: 492
Name: ITEM_ENCHANTARMS
Description: Weapon Enchantment
MaxLevel: 10
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Hit: Single
HitCount: 1
Element:
- Level: 1
Element: Neutral
- Level: 2
Element: Water
- Level: 3
Element: Earth
- Level: 4
Element: Fire
- Level: 5
Element: Wind
- Level: 6
Element: Poison
- Level: 7
Element: Holy
- Level: 8
Element: Dark
- Level: 9
Element: Ghost
- Level: 10
Element: Undead
Duration1: 180000
Requires:
SpCost: 1
- Id: 493
Name: TK_MISSION
Description: Taekwon Mission
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastTime: 1000
Requires:
SpCost: 10
- Id: 494
Name: SL_HIGH
Description: Spirit of Rebirth
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 200000
- Level: 3
Time: 250000
- Level: 4
Time: 300000
- Level: 5
Time: 350000
Requires:
SpCost:
- Level: 1
Amount: 460
- Level: 2
Amount: 360
- Level: 3
Amount: 260
- Level: 4
Amount: 160
- Level: 5
Amount: 60
- Id: 495
Name: KN_ONEHAND
Description: Onehand Quicken
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsSpirit: true
Hit: Single
HitCount: 1
Duration1: 300000
Requires:
SpCost: 100
Weapon:
1hSword: true
- Id: 496
Name: AM_TWILIGHT1
Description: Twilight Alchemy 1
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsSpirit: true
Hit: Single
CastTime: 3000
AfterCastActDelay: 10000
CastTimeFlags:
IgnoreDex: true
Requires:
SpCost: 200
ItemCost:
- Item: Medicine_Bowl
Amount: 200
- Id: 497
Name: AM_TWILIGHT2
Description: Twilight Alchemy 2
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsSpirit: true
Hit: Single
CastTime: 3000
AfterCastActDelay: 10000
CastTimeFlags:
IgnoreDex: true
Requires:
SpCost: 200
ItemCost:
- Item: Medicine_Bowl
Amount: 200
- Id: 498
Name: AM_TWILIGHT3
Description: Twilight Alchemy 3
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsSpirit: true
Hit: Single
CastTime: 3000
AfterCastActDelay: 10000
CastTimeFlags:
IgnoreDex: true
Requires:
SpCost: 200
ItemCost:
- Item: Medicine_Bowl
Amount: 200
- Id: 499
Name: HT_POWER
Description: Beast Strafing
MaxLevel: 1
Type: Weapon
TargetType: Attack
Flags:
IsSpirit: true
AlterRangeVulture: true
Range: -9
Hit: Multi_Hit
HitCount: 2
Element: Weapon
Duration1: 100
Requires:
SpCost: 12
Weapon:
Bow: true
Ammo:
Arrow: true
AmmoAmount: 1
- Id: 500
Name: GS_GLITTERING
Description: Flip the Coin
MaxLevel: 5
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
IgnoreFlee: true
Hit: Single
HitCount: 1
Duration1: 600000
Requires:
SpCost: 2
ZenyCost: 1
- Id: 501
Name: GS_FLING
Description: Fling
MaxLevel: 1
Type: Misc
TargetType: Attack
DamageFlags:
IgnoreElement: true
IgnoreFlee: true
Range: 9
Hit: Single
HitCount: 1
Element: Weapon
Duration1: 30000
Requires:
SpCost: 10
SpiritSphereCost: 5
- Id: 502
Name: GS_TRIPLEACTION
Description: Triple Action
MaxLevel: 1
Type: Weapon
TargetType: Attack
Range: -9
Hit: Multi_Hit
HitCount: 3
Element: Weapon
Requires:
SpCost: 20
Ammo:
Arrow: true
Dagger: true
Bullet: true
Shell: true
Grenade: true
Shuriken: true
Kunai: true
Cannonball: true
Throwweapon: true
AmmoAmount: 1
SpiritSphereCost: 1
- Id: 503
Name: GS_BULLSEYE
Description: Bulls Eye
MaxLevel: 1
Type: Weapon
TargetType: Attack
DamageFlags:
IgnoreAtkCard: true
Flags:
IgnoreAutoGuard: true
IgnoreCicada: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
CastTime: 500
Requires:
SpCost: 30
Ammo:
Arrow: true
Dagger: true
Bullet: true
Shell: true
Grenade: true
Shuriken: true
Kunai: true
Cannonball: true
Throwweapon: true
AmmoAmount: 1
SpiritSphereCost: 1
- Id: 504
Name: GS_MADNESSCANCEL
Description: Madness Canceller
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastTime: 3000
AfterCastActDelay: 4000
Duration1: 15000
Requires:
SpCost: 30
SpiritSphereCost: 4
- Id: 505
Name: GS_ADJUSTMENT
Description: AdJustment
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastTime: 1000
AfterCastActDelay: 1000
Duration1: 30000
Requires:
SpCost: 15
SpiritSphereCost: 2
- Id: 506
Name: GS_INCREASING
Description: Increasing Accuracy
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
AfterCastActDelay: 1000
Duration1: 60000
Requires:
SpCost: 30
SpiritSphereCost: 4
- Id: 507
Name: GS_MAGICALBULLET
Description: Magical Bullet
MaxLevel: 1
Type: Weapon
TargetType: Attack
Range: -9
Hit: Single
HitCount: 1
Element: Ghost
Requires:
SpCost: 7
SpiritSphereCost: 1
- Id: 508
Name: GS_CRACKER
Description: Cracker
MaxLevel: 1
Type: Weapon
TargetType: Attack
DamageFlags:
NoDamage: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
AfterCastActDelay: 1000
Duration2: 5000
Requires:
SpCost: 10
Ammo:
Arrow: true
Dagger: true
Bullet: true
Shell: true
Grenade: true
Shuriken: true
Kunai: true
Cannonball: true
Throwweapon: true
AmmoAmount: 1
SpiritSphereCost: 1
- Id: 509
Name: GS_SINGLEACTION
Description: Single Action
MaxLevel: 10
- Id: 510
Name: GS_SNAKEEYE
Description: Snake Eye
MaxLevel: 10
- Id: 511
Name: GS_CHAINACTION
Description: Chain Action
MaxLevel: 10
Type: Weapon
DamageFlags:
Critical: true
Range: -9
Hit: Multi_Hit
HitCount: 2
Element: Weapon
- Id: 512
Name: GS_TRACKING
Description: Tracking
MaxLevel: 10
Type: Weapon
TargetType: Attack
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
CastCancel: true
CastTime:
- Level: 1
Time: 1200
- Level: 2
Time: 1400
- Level: 3
Time: 1600
- Level: 4
Time: 1800
- Level: 5
Time: 2000
- Level: 6
Time: 2200
- Level: 7
Time: 2400
- Level: 8
Time: 2600
- Level: 9
Time: 2800
- Level: 10
Time: 3000
CastTimeFlags:
IgnoreDex: true
IgnoreStatus: true
Requires:
SpCost:
- Level: 1
Amount: 15
- Level: 2
Amount: 20
- Level: 3
Amount: 25
- Level: 4
Amount: 30
- Level: 5
Amount: 35
- Level: 6
Amount: 40
- Level: 7
Amount: 45
- Level: 8
Amount: 50
- Level: 9
Amount: 55
- Level: 10
Amount: 60
Weapon:
Revolver: true
Rifle: true
Ammo:
Bullet: true
AmmoAmount: 1
- Id: 513
Name: GS_DISARM
Description: Disarm
MaxLevel: 5
Type: Weapon
TargetType: Attack
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
Duration1: 30000
Requires:
SpCost:
- Level: 1
Amount: 15
- Level: 2
Amount: 20
- Level: 3
Amount: 25
- Level: 4
Amount: 30
- Level: 5
Amount: 35
Weapon:
Revolver: true
Rifle: true
Ammo:
Bullet: true
AmmoAmount: 1
- Id: 514
Name: GS_PIERCINGSHOT
Description: Piercing Shot
MaxLevel: 5
Type: Weapon
TargetType: Attack
DamageFlags:
IgnoreDefense: true
Flags:
AlterRangeSnakeEye: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
CastTime: 1500
Duration2: 120000
Requires:
SpCost:
- Level: 1
Amount: 11
- Level: 2
Amount: 12
- Level: 3
Amount: 13
- Level: 4
Amount: 14
- Level: 5
Amount: 15
Weapon:
Revolver: true
Rifle: true
Ammo:
Bullet: true
AmmoAmount: 1
- Id: 515
Name: GS_RAPIDSHOWER
Description: Rapid Shower
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
AlterRangeSnakeEye: true
Range: -9
Hit: Multi_Hit
HitCount: -5
Element: Weapon
AfterCastActDelay: 1000
Requires:
SpCost:
- Level: 1
Amount: 22
- Level: 2
Amount: 24
- Level: 3
Amount: 26
- Level: 4
Amount: 28
- Level: 5
Amount: 30
- Level: 6
Amount: 32
- Level: 7
Amount: 34
- Level: 8
Amount: 36
- Level: 9
Amount: 38
- Level: 10
Amount: 40
Weapon:
Revolver: true
Ammo:
Bullet: true
AmmoAmount: 5
- Id: 516
Name: GS_DESPERADO
Description: Desperado
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
Splash: true
Hit: Multi_Hit
HitCount: 1
Element: Weapon
SplashArea: 3
AfterCastActDelay: 1000
AfterCastWalkDelay: 1000
Duration1: 1000
Requires:
SpCost:
- Level: 1
Amount: 32
- Level: 2
Amount: 34
- Level: 3
Amount: 36
- Level: 4
Amount: 38
- Level: 5
Amount: 40
- Level: 6
Amount: 42
- Level: 7
Amount: 44
- Level: 8
Amount: 46
- Level: 9
Amount: 48
- Level: 10
Amount: 50
Weapon:
Revolver: true
Ammo:
Bullet: true
AmmoAmount: 10
Unit:
Id: Dummyskill
Layout: 3
Interval: 100
Target: Enemy
- Id: 517
Name: GS_GATLINGFEVER
Description: Gatling Fever
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Element: Weapon
Duration1:
- Level: 1
Time: 30000
- Level: 2
Time: 45000
- Level: 3
Time: 60000
- Level: 4
Time: 75000
- Level: 5
Time: 90000
- Level: 6
Time: 105000
- Level: 7
Time: 120000
- Level: 8
Time: 135000
- Level: 9
Time: 150000
- Level: 10
Time: 165000
Requires:
SpCost:
- Level: 1
Amount: 30
- Level: 2
Amount: 32
- Level: 3
Amount: 34
- Level: 4
Amount: 36
- Level: 5
Amount: 38
- Level: 6
Amount: 40
- Level: 7
Amount: 42
- Level: 8
Amount: 44
- Level: 9
Amount: 46
- Level: 10
Amount: 48
Weapon:
Gatling: true
- Id: 518
Name: GS_DUST
Description: Dust
MaxLevel: 10
Type: Weapon
TargetType: Attack
Range: 2
Hit: Single
HitCount: 1
Element: Weapon
Knockback: 5
CastTime: 1000
AfterCastActDelay: 1000
Requires:
SpCost:
- Level: 1
Amount: 3
- Level: 2
Amount: 6
- Level: 3
Amount: 9
- Level: 4
Amount: 12
- Level: 5
Amount: 15
- Level: 6
Amount: 18
- Level: 7
Amount: 21
- Level: 8
Amount: 24
- Level: 9
Amount: 27
- Level: 10
Amount: 30
Weapon:
Shotgun: true
Ammo:
Bullet: true
AmmoAmount: 1
- Id: 519
Name: GS_FULLBUSTER
Description: Full Buster
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
AlterRangeSnakeEye: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
CastCancel: true
AfterCastActDelay:
- Level: 1
Time: 1200
- Level: 2
Time: 1400
- Level: 3
Time: 1600
- Level: 4
Time: 1800
- Level: 5
Time: 2000
- Level: 6
Time: 2200
- Level: 7
Time: 2400
- Level: 8
Time: 2600
- Level: 9
Time: 2800
- Level: 10
Time: 3000
Duration2: 10000
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 25
- Level: 3
Amount: 30
- Level: 4
Amount: 35
- Level: 5
Amount: 40
- Level: 6
Amount: 45
- Level: 7
Amount: 50
- Level: 8
Amount: 55
- Level: 9
Amount: 60
- Level: 10
Amount: 65
Weapon:
Shotgun: true
Ammo:
Bullet: true
AmmoAmount:
- Level: 1
Amount: 2
- Level: 2
Amount: 2
- Level: 3
Amount: 4
- Level: 4
Amount: 4
- Level: 5
Amount: 6
- Level: 6
Amount: 6
- Level: 7
Amount: 8
- Level: 8
Amount: 8
- Level: 9
Amount: 10
- Level: 10
Amount: 10
- Id: 520
Name: GS_SPREADATTACK
Description: Spread Attack
MaxLevel: 10
Type: Weapon
TargetType: Attack
DamageFlags:
Splash: true
Flags:
TargetTrap: true
AlterRangeSnakeEye: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
SplashArea:
- Level: 1
Area: 1
- Level: 2
Area: 1
- Level: 3
Area: 1
- Level: 4
Area: 2
- Level: 5
Area: 2
- Level: 6
Area: 2
- Level: 7
Area: 3
- Level: 8
Area: 3
- Level: 9
Area: 3
- Level: 10
Area: 4
Requires:
SpCost:
- Level: 1
Amount: 15
- Level: 2
Amount: 20
- Level: 3
Amount: 25
- Level: 4
Amount: 30
- Level: 5
Amount: 35
- Level: 6
Amount: 40
- Level: 7
Amount: 45
- Level: 8
Amount: 50
- Level: 9
Amount: 55
- Level: 10
Amount: 60
Weapon:
Shotgun: true
Ammo:
Bullet: true
AmmoAmount: 5
- Id: 521
Name: GS_GROUNDDRIFT
Description: Ground Drift
MaxLevel: 10
Type: Weapon
TargetType: Ground
DamageFlags:
Splash: true
IgnoreFlee: true
Flags:
AlterRangeSnakeEye: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
SplashArea: 1
Knockback: 3
CastTime: 2000
Duration1:
- Level: 1
Time: 3000
- Level: 2
Time: 6000
- Level: 3
Time: 9000
- Level: 4
Time: 12000
- Level: 5
Time: 15000
- Level: 6
Time: 18000
- Level: 7
Time: 21000
- Level: 8
Time: 24000
- Level: 9
Time: 27000
- Level: 10
Time: 30000
Duration2:
- Level: 1
Time: 5000
- Level: 2
Time: 30000
- Level: 3
Time: 60000
- Level: 4
Time: 12000
Requires:
SpCost:
- Level: 1
Amount: 4
- Level: 2
Amount: 8
- Level: 3
Amount: 12
- Level: 4
Amount: 16
- Level: 5
Amount: 20
- Level: 6
Amount: 24
- Level: 7
Amount: 28
- Level: 8
Amount: 32
- Level: 9
Amount: 36
- Level: 10
Amount: 40
Weapon:
Grenade: true
Ammo:
Grenade: true
AmmoAmount: 1
Unit:
Id: Grounddrift_Wind
Range: 1
Interval: 1000
Target: Enemy
- Id: 522
Name: NJ_TOBIDOUGU
Description: Shuriken Training
MaxLevel: 10
Type: Weapon
HitCount: 1
- Id: 523
Name: NJ_SYURIKEN
Description: Throw Shuriken
MaxLevel: 10
Type: Weapon
TargetType: Attack
DamageFlags:
IgnoreFlee: true
Range: 9
Hit: Single
HitCount: 1
Element: Weapon
Requires:
SpCost: 2
Ammo:
Shuriken: true
AmmoAmount: 1
- Id: 524
Name: NJ_KUNAI
Description: Throw Kunai
MaxLevel: 5
Type: Weapon
TargetType: Attack
DamageFlags:
IgnoreAtkCard: true
IgnoreFlee: true
Range: 9
Hit: Multi_Hit
HitCount: 3
Element: Weapon
AfterCastActDelay: 1000
Requires:
SpCost:
- Level: 1
Amount: 30
- Level: 2
Amount: 25
- Level: 3
Amount: 20
- Level: 4
Amount: 15
- Level: 5
Amount: 10
Ammo:
Kunai: true
AmmoAmount: 1
- Id: 525
Name: NJ_HUUMA
Description: Throw Huuma Shuriken
MaxLevel: 5
Type: Weapon
TargetType: Attack
DamageFlags:
Splash: true
SplashSplit: true
Flags:
TargetTrap: true
Range: 9
Hit: Multi_Hit
HitCount:
- Level: 1
Count: -3
- Level: 2
Count: -3
- Level: 3
Count: -4
- Level: 4
Count: -4
- Level: 5
Count: -5
Element: Weapon
SplashArea: 1
CastCancel: true
CastTime: 3000
AfterCastActDelay: 2000
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 25
- Level: 3
Amount: 30
- Level: 4
Amount: 35
- Level: 5
Amount: 40
Weapon:
Huuma: true
- Id: 526
Name: NJ_ZENYNAGE
Description: Throw Zeny
MaxLevel: 10
Type: Misc
TargetType: Attack
DamageFlags:
IgnoreElement: true
IgnoreFlee: true
Flags:
IgnoreBgReduction: true
IgnoreGvgReduction: true
Range: 9
Hit: Single
HitCount: 1
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
AfterCastActDelay: 5000
Requires:
SpCost: 50
ZenyCost:
- Level: 1
Amount: 500
- Level: 2
Amount: 1000
- Level: 3
Amount: 1500
- Level: 4
Amount: 2000
- Level: 5
Amount: 2500
- Level: 6
Amount: 3000
- Level: 7
Amount: 3500
- Level: 8
Amount: 4000
- Level: 9
Amount: 4500
- Level: 10
Amount: 5000
- Id: 527
Name: NJ_TATAMIGAESHI
Description: Improvised Defense
MaxLevel: 5
Type: Weapon
TargetType: Self
Hit: Single
HitCount: 1
Element: Weapon
Knockback: 3
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
AfterCastActDelay: 3000
Duration1: 3000
Duration2: 3000
Requires:
SpCost: 15
Unit:
Id: Tatamigaeshi
Layout: -1
Interval: 2000
Target: Enemy
Flag:
NoOverlap: true
PathCheck: true
- Id: 528
Name: NJ_KASUMIKIRI
Description: Vanishing Slash
MaxLevel: 10
Type: Weapon
TargetType: Attack
Range: -1
Hit: Single
HitCount: 1
Element: Weapon
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 30000
- Level: 2
Time: 60000
- Level: 3
Time: 90000
- Level: 4
Time: 120000
- Level: 5
Time: 150000
- Level: 6
Time: 180000
- Level: 7
Time: 210000
- Level: 8
Time: 240000
- Level: 9
Time: 270000
- Level: 10
Time: 300000
Requires:
SpCost:
- Level: 1
Amount: 10
- Level: 2
Amount: 12
- Level: 3
Amount: 14
- Level: 4
Amount: 16
- Level: 5
Amount: 18
- Level: 6
Amount: 20
- Level: 7
Amount: 22
- Level: 8
Amount: 24
- Level: 9
Amount: 26
- Level: 10
Amount: 28
- Id: 529
Name: NJ_SHADOWJUMP
Description: Shadow Leap
MaxLevel: 5
TargetType: Ground
DamageFlags:
NoDamage: true
Flags:
AllowWhenHidden: true
Range:
- Level: 1
Size: 5
- Level: 2
Size: 6
- Level: 3
Size: 7
- Level: 4
Size: 8
- Level: 5
Size: 9
Hit: Single
HitCount: 1
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
AfterCastActDelay: 1000
Requires:
SpCost: 10
Status:
Hiding: true
- Id: 530
Name: NJ_KIRIKAGE
Description: Shadow Slash
MaxLevel: 5
Type: Weapon
TargetType: Attack
DamageFlags:
Critical: true
Flags:
AllowWhenHidden: true
AlterRangeShadowJump: true
Range:
- Level: 1
Size: 5
- Level: 2
Size: 6
- Level: 3
Size: 7
- Level: 4
Size: 8
- Level: 5
Size: 9
Hit: Single
HitCount: 1
Element: Weapon
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
Requires:
SpCost:
- Level: 1
Amount: 14
- Level: 2
Amount: 16
- Level: 3
Amount: 18
- Level: 4
Amount: 20
- Level: 5
Amount: 22
Status:
Hiding: true
- Id: 531
Name: NJ_UTSUSEMI
Description: Cicada Skin Sheeding
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Knockback: 7
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 20000
- Level: 2
Time: 30000
- Level: 3
Time: 40000
- Level: 4
Time: 50000
- Level: 5
Time: 60000
Requires:
SpCost:
- Level: 1
Amount: 12
- Level: 2
Amount: 15
- Level: 3
Amount: 18
- Level: 4
Amount: 21
- Level: 5
Amount: 24
- Id: 532
Name: NJ_BUNSINJYUTSU
Description: Mirror Image
MaxLevel: 10
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastCancel: true
CastTime:
- Level: 1
Time: 4000
- Level: 2
Time: 3500
- Level: 3
Time: 3000
- Level: 4
Time: 2500
- Level: 5
Time: 2000
- Level: 6
Time: 1500
- Level: 7
Time: 1000
- Level: 8
Time: 1000
- Level: 9
Time: 1000
- Level: 10
Time: 1000
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 60000
- Level: 2
Time: 80000
- Level: 3
Time: 100000
- Level: 4
Time: 120000
- Level: 5
Time: 140000
- Level: 6
Time: 160000
- Level: 7
Time: 180000
- Level: 8
Time: 200000
- Level: 9
Time: 220000
- Level: 10
Time: 240000
Requires:
SpCost:
- Level: 1
Amount: 30
- Level: 2
Amount: 32
- Level: 3
Amount: 34
- Level: 4
Amount: 36
- Level: 5
Amount: 38
- Level: 6
Amount: 40
- Level: 7
Amount: 42
- Level: 8
Amount: 44
- Level: 9
Amount: 46
- Level: 10
Amount: 48
ItemCost:
- Item: Shadow_Orb
Amount: 1
- Id: 533
Name: NJ_NINPOU
Description: Spirit of the Blade
MaxLevel: 10
Requires:
SpCost: 10
- Id: 534
Name: NJ_KOUENKA
Description: Crimson Fire Petal
MaxLevel: 10
Type: Magic
TargetType: Attack
Range: 9
Hit: Multi_Hit
HitCount:
- Level: 1
Count: 1
- Level: 2
Count: 2
- Level: 3
Count: 3
- Level: 4
Count: 4
- Level: 5
Count: 5
- Level: 6
Count: 6
- Level: 7
Count: 7
- Level: 8
Count: 8
- Level: 9
Count: 9
- Level: 10
Count: 10
Element: Fire
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime:
- Level: 1
Time: 700
- Level: 2
Time: 1400
- Level: 3
Time: 2100
- Level: 4
Time: 2800
- Level: 5
Time: 3500
- Level: 6
Time: 4200
- Level: 7
Time: 4900
- Level: 8
Time: 5600
- Level: 9
Time: 6300
- Level: 10
Time: 7000
Requires:
SpCost:
- Level: 1
Amount: 18
- Level: 2
Amount: 20
- Level: 3
Amount: 22
- Level: 4
Amount: 24
- Level: 5
Amount: 26
- Level: 6
Amount: 28
- Level: 7
Amount: 30
- Level: 8
Amount: 32
- Level: 9
Amount: 34
- Level: 10
Amount: 36
- Id: 535
Name: NJ_KAENSIN
Description: Crimson Fire Formation
MaxLevel: 10
Type: Magic
TargetType: Self
Hit: Multi_Hit
HitCount: 1
Element: Fire
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime:
- Level: 1
Time: 6000
- Level: 2
Time: 5500
- Level: 3
Time: 5000
- Level: 4
Time: 4500
- Level: 5
Time: 4000
- Level: 6
Time: 3500
- Level: 7
Time: 3000
- Level: 8
Time: 2500
- Level: 9
Time: 2000
- Level: 10
Time: 1500
AfterCastActDelay: 1000
Duration1: 20000
Requires:
SpCost: 25
ItemCost:
- Item: Flame_Stone
Amount: 1
Unit:
Id: Kaen
Layout: -1
Interval: 100
Target: Enemy
Flag:
PathCheck: true
RemovedByFireRain: true
- Id: 536
Name: NJ_BAKUENRYU
Description: Raging Fire Dragon
MaxLevel: 5
Type: Magic
TargetType: Attack
Range: 9
Hit: Multi_Hit
HitCount: -3
Element: Fire
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime: 3000
AfterCastActDelay: 2000
Duration1: 100
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 25
- Level: 3
Amount: 30
- Level: 4
Amount: 35
- Level: 5
Amount: 40
ItemCost:
- Item: Flame_Stone
Amount: 1
Unit:
Id: Dummyskill
Layout: 2
Interval: 1000
Target: Enemy
Flag:
PathCheck: true
- Id: 537
Name: NJ_HYOUSENSOU
Description: Spear of Ice
MaxLevel: 10
Type: Magic
TargetType: Attack
Range: 9
Hit: Multi_Hit
HitCount:
- Level: 1
Count: 3
- Level: 2
Count: 4
- Level: 3
Count: 5
- Level: 4
Count: 6
- Level: 5
Count: 7
- Level: 6
Count: 8
- Level: 7
Count: 9
- Level: 8
Count: 10
- Level: 9
Count: 11
- Level: 10
Count: 12
Element: Water
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime:
- Level: 1
Time: 700
- Level: 2
Time: 1400
- Level: 3
Time: 2100
- Level: 4
Time: 2800
- Level: 5
Time: 3500
- Level: 6
Time: 4200
- Level: 7
Time: 4900
- Level: 8
Time: 5600
- Level: 9
Time: 6300
- Level: 10
Time: 7000
Requires:
SpCost:
- Level: 1
Amount: 15
- Level: 2
Amount: 18
- Level: 3
Amount: 21
- Level: 4
Amount: 24
- Level: 5
Amount: 27
- Level: 6
Amount: 30
- Level: 7
Amount: 33
- Level: 8
Amount: 36
- Level: 9
Amount: 39
- Level: 10
Amount: 42
- Id: 538
Name: NJ_SUITON
Description: Hidden Water
MaxLevel: 10
Type: Magic
TargetType: Ground
DamageFlags:
NoDamage: true
Flags:
IgnoreHovering: true
Range: 9
Hit: Single
HitCount: 1
Element: Water
CastCancel: true
CastTime: 3000
Duration1:
- Level: 1
Time: 15000
- Level: 2
Time: 20000
- Level: 3
Time: 25000
- Level: 4
Time: 30000
- Level: 5
Time: 35000
- Level: 6
Time: 40000
- Level: 7
Time: 45000
- Level: 8
Time: 50000
- Level: 9
Time: 55000
- Level: 10
Time: 60000
Duration2:
- Level: 1
Time: 15000
- Level: 2
Time: 20000
- Level: 3
Time: 25000
- Level: 4
Time: 30000
- Level: 5
Time: 35000
- Level: 6
Time: 40000
- Level: 7
Time: 45000
- Level: 8
Time: 50000
- Level: 9
Time: 55000
- Level: 10
Time: 60000
Requires:
SpCost:
- Level: 1
Amount: 15
- Level: 2
Amount: 18
- Level: 3
Amount: 21
- Level: 4
Amount: 24
- Level: 5
Amount: 27
- Level: 6
Amount: 30
- Level: 7
Amount: 33
- Level: 8
Amount: 36
- Level: 9
Amount: 39
- Level: 10
Amount: 42
ItemCost:
- Item: Ice_Stone
Amount: 1
Unit:
Id: Suiton
Layout:
- Level: 1
Size: 1
- Level: 2
Size: 1
- Level: 3
Size: 1
- Level: 4
Size: 2
- Level: 5
Size: 2
- Level: 6
Size: 2
- Level: 7
Size: 3
- Level: 8
Size: 3
- Level: 9
Size: 3
- Level: 10
Size: 4
Interval: -1
Flag:
PathCheck: true
RemovedByFireRain: true
- Id: 539
Name: NJ_HYOUSYOURAKU
Description: Ice Meteor
MaxLevel: 5
Type: Magic
TargetType: Self
Hit: Single
HitCount: 1
Element: Water
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime:
- Level: 1
Time: 2000
- Level: 2
Time: 2500
- Level: 3
Time: 3000
- Level: 4
Time: 3500
- Level: 5
Time: 4000
AfterCastActDelay: 2000
Duration1: 100
Duration2:
- Level: 1
Time: 5000
- Level: 2
Time: 10000
- Level: 3
Time: 15000
- Level: 4
Time: 20000
- Level: 5
Time: 25000
Requires:
SpCost:
- Level: 1
Amount: 40
- Level: 2
Amount: 45
- Level: 3
Amount: 50
- Level: 4
Amount: 55
- Level: 5
Amount: 60
ItemCost:
- Item: Ice_Stone
Amount: 1
Unit:
Id: Dummyskill
Layout: 3
Interval: 1000
Target: Enemy
Flag:
PathCheck: true
- Id: 540
Name: NJ_HUUJIN
Description: Wind Blade
MaxLevel: 10
Type: Magic
TargetType: Attack
Range: 9
Hit: Multi_Hit
HitCount:
- Level: 1
Count: 1
- Level: 2
Count: 2
- Level: 3
Count: 2
- Level: 4
Count: 3
- Level: 5
Count: 3
- Level: 6
Count: 4
- Level: 7
Count: 4
- Level: 8
Count: 5
- Level: 9
Count: 5
- Level: 10
Count: 6
Element: Wind
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime:
- Level: 1
Time: 1000
- Level: 2
Time: 1500
- Level: 3
Time: 2000
- Level: 4
Time: 2500
- Level: 5
Time: 3000
- Level: 6
Time: 3500
- Level: 7
Time: 4000
- Level: 8
Time: 4500
- Level: 9
Time: 5000
- Level: 10
Time: 5500
AfterCastActDelay: 1000
Requires:
SpCost:
- Level: 1
Amount: 12
- Level: 2
Amount: 14
- Level: 3
Amount: 16
- Level: 4
Amount: 18
- Level: 5
Amount: 20
- Level: 6
Amount: 22
- Level: 7
Amount: 24
- Level: 8
Amount: 26
- Level: 9
Amount: 28
- Level: 10
Amount: 30
- Id: 541
Name: NJ_RAIGEKISAI
Description: Lightning Strike of Destruction
MaxLevel: 5
Type: Magic
TargetType: Self
Range: 9
Hit: Single
HitCount: 1
Element: Wind
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime: 4000
Duration1: 100
Requires:
SpCost:
- Level: 1
Amount: 16
- Level: 2
Amount: 20
- Level: 3
Amount: 24
- Level: 4
Amount: 28
- Level: 5
Amount: 32
ItemCost:
- Item: Wind_Stone
Amount: 1
Unit:
Id: Dummyskill
Layout:
- Level: 1
Size: 2
- Level: 2
Size: 2
- Level: 3
Size: 3
- Level: 4
Size: 3
- Level: 5
Size: 4
Interval: 1000
Target: Enemy
Flag:
PathCheck: true
- Id: 542
Name: NJ_KAMAITACHI
Description: Kamaitachi
MaxLevel: 5
Type: Magic
TargetType: Attack
Flags:
TargetTrap: true
Range:
- Level: 1
Size: 5
- Level: 2
Size: 6
- Level: 3
Size: 7
- Level: 4
Size: 8
- Level: 5
Size: 9
Hit: Multi_Hit
HitCount: 1
Element: Wind
SplashArea: 1
ActiveInstance:
- Level: 1
Max: 5
- Level: 2
Max: 6
- Level: 3
Max: 7
- Level: 4
Max: 8
- Level: 5
Max: 9
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime: 4000
Requires:
SpCost:
- Level: 1
Amount: 24
- Level: 2
Amount: 28
- Level: 3
Amount: 32
- Level: 4
Amount: 36
- Level: 5
Amount: 40
ItemCost:
- Item: Wind_Stone
Amount: 1
- Id: 543
Name: NJ_NEN
Description: Soul
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastCancel: true
CastTime:
- Level: 1
Time: 5000
- Level: 2
Time: 4000
- Level: 3
Time: 3000
- Level: 4
Time: 2000
- Level: 5
Time: 1000
Duration1:
- Level: 1
Time: 30000
- Level: 2
Time: 45000
- Level: 3
Time: 60000
- Level: 4
Time: 75000
- Level: 5
Time: 90000
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 30
- Level: 3
Amount: 40
- Level: 4
Amount: 50
- Level: 5
Amount: 60
HpRateCost: -5
- Id: 544
Name: NJ_ISSEN
Description: Final Strike
MaxLevel: 10
Type: Weapon
TargetType: Attack
DamageFlags:
IgnoreFlee: true
Range: -5
Hit: Single
HitCount: 1
Requires:
SpCost:
- Level: 1
Amount: 55
- Level: 2
Amount: 60
- Level: 3
Amount: 65
- Level: 4
Amount: 70
- Level: 5
Amount: 75
- Level: 6
Amount: 80
- Level: 7
Amount: 85
- Level: 8
Amount: 90
- Level: 9
Amount: 95
- Level: 10
Amount: 100
- Id: 572
Name: SL_DEATHKNIGHT
Description: SL_DEATHKNIGHT
MaxLevel: 5
CastTime: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 200000
- Level: 3
Time: 250000
- Level: 4
Time: 300000
- Level: 5
Time: 350000
- Id: 573
Name: SL_COLLECTOR
Description: SL_COLLECTOR
MaxLevel: 5
CastTime: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 200000
- Level: 3
Time: 250000
- Level: 4
Time: 300000
- Level: 5
Time: 350000
- Id: 574
Name: SL_NINJA
Description: SL_NINJA
MaxLevel: 5
CastTime: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 200000
- Level: 3
Time: 250000
- Level: 4
Time: 300000
- Level: 5
Time: 350000
- Id: 575
Name: SL_GUNNER
Description: SL_GUNNER
MaxLevel: 5
CastTime: 1000
AfterCastActDelay: 500
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 200000
- Level: 3
Time: 250000
- Level: 4
Time: 300000
- Level: 5
Time: 350000
- Id: 653
Name: NPC_EARTHQUAKE
Description: Earthquake
MaxLevel: 10
Type: Magic
TargetType: Self
DamageFlags:
Splash: true
SplashSplit: true
IgnoreDefense: true
Flags:
IsNpc: true
TargetTrap: true
ShowScale: true
IgnoreLandProtector: true
Hit: Multi_Hit
HitCount: 1
SplashArea:
- Level: 1
Area: 5
- Level: 2
Area: 7
- Level: 3
Area: 9
- Level: 4
Area: 11
- Level: 5
Area: 13
- Level: 6
Area: 5
- Level: 7
Area: 7
- Level: 8
Area: 9
- Level: 9
Area: 11
- Level: 10
Area: 13
Duration1: 910
Unit:
Id: Earthquake
Range:
- Level: 1
Size: 5
- Level: 2
Size: 7
- Level: 3
Size: 9
- Level: 4
Size: 11
- Level: 5
Size: 13
- Level: 6
Size: 5
- Level: 7
Size: 7
- Level: 8
Size: 9
- Level: 9
Size: 11
- Level: 10
Size: 13
Interval: 300
Target: Enemy
Flag:
PathCheck: true
- Id: 654
Name: NPC_FIREBREATH
Description: Fire Breath
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: 6
Hit: Single
HitCount: 1
Element: Fire
SplashArea: 3
ActiveInstance: 14
- Id: 655
Name: NPC_ICEBREATH
Description: Ice Breath
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: 6
Hit: Single
HitCount: 1
Element: Water
SplashArea: 3
ActiveInstance: 14
Duration2: 12000
- Id: 656
Name: NPC_THUNDERBREATH
Description: Thunder Breath
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: 6
Hit: Single
HitCount: 1
Element: Wind
SplashArea: 3
ActiveInstance: 14
- Id: 657
Name: NPC_ACIDBREATH
Description: Acid Breath
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: 6
Hit: Single
HitCount: 1
Element: Poison
SplashArea: 3
ActiveInstance: 14
Duration2: 60000
- Id: 658
Name: NPC_DARKNESSBREATH
Description: Darkness Breath
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: 6
Hit: Single
HitCount: 1
Element: Dark
SplashArea: 3
ActiveInstance: 14
- Id: 659
Name: NPC_DRAGONFEAR
Description: Dragon Fear
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsNpc: true
ShowScale: true
Hit: Single
HitCount: 1
SplashArea:
- Level: 1
Area: 2
- Level: 2
Area: 5
- Level: 3
Area: 8
- Level: 4
Area: 11
- Level: 5
Area: 14
Duration2:
- Level: 1
Time: 5000
- Level: 2
Time: 30000
- Level: 3
Time: 30000
- Level: 4
Time: 120000
- Id: 660
Name: NPC_BLEEDING
Description: Bleeding
MaxLevel: 5
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
Duration2: 120000
- Id: 661
Name: NPC_PULSESTRIKE
Description: Pulse Strike
MaxLevel: 5
Type: Weapon
TargetType: Self
DamageFlags:
Splash: true
Flags:
IsNpc: true
TargetTrap: true
ShowScale: true
Hit: Single
HitCount: 1
SplashArea: 7
Knockback: 7
- Id: 662
Name: NPC_HELLJUDGEMENT
Description: Hell's Judgement
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
Splash: true
Flags:
IsNpc: true
TargetTrap: true
ShowScale: true
Hit: Single
HitCount: 1
SplashArea: 14
Duration2: 30000
- Id: 663
Name: NPC_WIDESILENCE
Description: Wide Silence
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsNpc: true
ShowScale: true
Hit: Single
HitCount: 1
SplashArea:
- Level: 1
Area: 2
- Level: 2
Area: 5
- Level: 3
Area: 8
- Level: 4
Area: 11
- Level: 5
Area: 14
Duration2: 30000
- Id: 664
Name: NPC_WIDEFREEZE
Description: Wide Freeze
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsNpc: true
ShowScale: true
Hit: Single
HitCount: 1
SplashArea:
- Level: 1
Area: 2
- Level: 2
Area: 5
- Level: 3
Area: 8
- Level: 4
Area: 11
- Level: 5
Area: 14
Duration2: 12000
- Id: 665
Name: NPC_WIDEBLEEDING
Description: Wide Bleeding
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsNpc: true
ShowScale: true
Hit: Single
HitCount: 1
SplashArea:
- Level: 1
Area: 2
- Level: 2
Area: 5
- Level: 3
Area: 8
- Level: 4
Area: 11
- Level: 5
Area: 14
Duration2: 120000
- Id: 666
Name: NPC_WIDESTONE
Description: Wide Petrify
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsNpc: true
ShowScale: true
Hit: Single
HitCount: 1
SplashArea:
- Level: 1
Area: 2
- Level: 2
Area: 5
- Level: 3
Area: 8
- Level: 4
Area: 11
- Level: 5
Area: 14
Duration2: 20000
- Id: 667
Name: NPC_WIDECONFUSE
Description: Wide Confusion
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsNpc: true
ShowScale: true
Hit: Single
HitCount: 1
SplashArea:
- Level: 1
Area: 2
- Level: 2
Area: 5
- Level: 3
Area: 8
- Level: 4
Area: 11
- Level: 5
Area: 14
Duration2: 30000
- Id: 668
Name: NPC_WIDESLEEP
Description: Wide Sleep
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsNpc: true
ShowScale: true
Hit: Single
HitCount: 1
SplashArea:
- Level: 1
Area: 2
- Level: 2
Area: 5
- Level: 3
Area: 8
- Level: 4
Area: 11
- Level: 5
Area: 14
Duration2: 30000
- Id: 669
Name: NPC_WIDESIGHT
Description: Wide Sight
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsNpc: true
ShowScale: true
Hit: Single
HitCount: 1
Element: Fire
SplashArea: 5
Duration1: 10000
- Id: 670
Name: NPC_EVILLAND
Description: Evil Land
MaxLevel: 10
Type: Magic
TargetType: Ground
DamageFlags:
NoDamage: true
IgnoreElement: true
IgnoreFlee: true
IgnoreDefCard: true
Flags:
IsNpc: true
ShowScale: true
Range: 7
Hit: Single
HitCount: 1
Element: Dark
Duration1:
- Level: 1
Time: 3900
- Level: 2
Time: 4900
- Level: 3
Time: 5900
- Level: 4
Time: 6900
- Level: 5
Time: 7900
- Level: 6
Time: 8900
- Level: 7
Time: 9900
- Level: 8
Time: 10900
- Level: 9
Time: 11900
- Level: 10
Time: 12900
Duration2: 30000
Unit:
Id: Evilland
Layout: 1
Range:
- Level: 1
Size: 5
- Level: 2
Size: 5
- Level: 3
Size: 5
- Level: 4
Size: 5
- Level: 5
Size: 5
- Level: 6
Size: 5
- Level: 7
Size: 5
- Level: 8
Size: 5
- Level: 9
Size: 5
- Level: 10
Size: 13
Interval: 1000
Flag:
NoOverlap: true
- Id: 671
Name: NPC_MAGICMIRROR
Description: Magic Mirror
MaxLevel: 5
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Hit: Single
HitCount: 1
Duration1:
- Level: 1
Time: 30000
- Level: 2
Time: 30000
- Level: 3
Time: 30000
- Level: 4
Time: 30000
- Level: 5
Time: 30000
- Level: 6
Time: 2000
- Level: 7
Time: 2000
- Level: 8
Time: 2000
- Level: 9
Time: 2000
- Level: 10
Time: 2000
- Id: 672
Name: NPC_SLOWCAST
Description: Slow Cast
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsNpc: true
ShowScale: true
Hit: Single
HitCount: 1
SplashArea:
- Level: 1
Area: 2
- Level: 2
Area: 5
- Level: 3
Area: 8
- Level: 4
Area: 11
- Level: 5
Area: 14
Duration2: 30000
- Id: 673
Name: NPC_CRITICALWOUND
Description: Critical Wounds
MaxLevel: 5
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
Duration2: 30000
- Id: 674
Name: NPC_EXPULSION
Description: Expulsion
MaxLevel: 1
TargetType: Attack
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
- Id: 675
Name: NPC_STONESKIN
Description: Stone Skin
MaxLevel: 5
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Hit: Single
HitCount: 1
Duration1:
- Level: 1
Time: 30000
- Level: 2
Time: 30000
- Level: 3
Time: 30000
- Level: 4
Time: 30000
- Level: 5
Time: 30000
- Level: 6
Time: 2000
- Level: 7
Time: 2000
- Level: 8
Time: 2000
- Level: 9
Time: 2000
- Level: 10
Time: 2000
- Id: 676
Name: NPC_ANTIMAGIC
Description: Anti Magic
MaxLevel: 5
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Hit: Single
HitCount: 1
Duration1:
- Level: 1
Time: 30000
- Level: 2
Time: 30000
- Level: 3
Time: 30000
- Level: 4
Time: 30000
- Level: 5
Time: 30000
- Level: 6
Time: 2000
- Level: 7
Time: 2000
- Level: 8
Time: 2000
- Level: 9
Time: 2000
- Level: 10
Time: 2000
- Id: 677
Name: NPC_WIDECURSE
Description: Wide Curse
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsNpc: true
ShowScale: true
Hit: Single
HitCount: 1
SplashArea:
- Level: 1
Area: 2
- Level: 2
Area: 5
- Level: 3
Area: 8
- Level: 4
Area: 11
- Level: 5
Area: 14
Duration2: 30000
- Id: 678
Name: NPC_WIDESTUN
Description: Wide Stun
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsNpc: true
ShowScale: true
Hit: Single
HitCount: 1
SplashArea:
- Level: 1
Area: 2
- Level: 2
Area: 5
- Level: 3
Area: 8
- Level: 4
Area: 11
- Level: 5
Area: 14
Duration2: 5000
- Id: 679
Name: NPC_VAMPIRE_GIFT
Description: Vampire Gift
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
Splash: true
Flags:
IsNpc: true
ShowScale: true
Hit: Single
HitCount: 1
SplashArea:
- Level: 1
Area: 5
- Level: 2
Area: 7
- Level: 3
Area: 9
- Level: 4
Area: 11
- Level: 5
Area: 13
- Level: 6
Area: 13
- Level: 7
Area: 13
- Level: 8
Area: 13
- Level: 9
Area: 13
- Level: 10
Area: 13
- Id: 680
Name: NPC_WIDESOULDRAIN
Description: Wide Soul Drain
MaxLevel: 10
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsNpc: true
ShowScale: true
Hit: Single
HitCount: 1
SplashArea:
- Level: 1
Area: 5
- Level: 2
Area: 7
- Level: 3
Area: 9
- Level: 4
Area: 11
- Level: 5
Area: 13
- Level: 6
Area: 13
- Level: 7
Area: 13
- Level: 8
Area: 13
- Level: 9
Area: 13
- Level: 10
Area: 13
- Id: 681
Name: ALL_INCCARRY
Description: Increase Weight Limit R
MaxLevel: 10
Flags:
IsQuest: true
- Id: 682
Name: NPC_TALK
Description: Talk
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
- Id: 683
Name: NPC_HELLPOWER
Description: Hell Power
MaxLevel: 5
TargetType: Attack
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Range: -9
HitCount: 1
Duration2: 180000
- Id: 684
Name: NPC_WIDEHELLDIGNITY
Description: Hell Dignity
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsNpc: true
Hit: Single
HitCount: 1
SplashArea: -1
Duration2: 180000
- Id: 685
Name: NPC_INVINCIBLE
Description: Invincible
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
Duration1: -1
- Id: 686
Name: NPC_INVINCIBLEOFF
Description: Invincible off
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
HitCount: 1
Duration1: 60000
- Id: 687
Name: NPC_ALLHEAL
Description: Full Heal
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Hit: Single
HitCount: 1
CastCancel: true
- Id: 688
Name: GM_SANDMAN
Description: GM Sandman
MaxLevel: 10
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
Range: 9
Hit: Single
Requires:
SpCost: 1
- Id: 689
Name: CASH_BLESSING
Description: Party Blessing
MaxLevel: 10
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsNpc: true
IgnoreHovering: true
Hit: Single
HitCount: 1
SplashArea: -1
CastCancel: true
Duration1:
- Level: 1
Time: 60000
- Level: 2
Time: 80000
- Level: 3
Time: 100000
- Level: 4
Time: 120000
- Level: 5
Time: 140000
- Level: 6
Time: 160000
- Level: 7
Time: 180000
- Level: 8
Time: 200000
- Level: 9
Time: 220000
- Level: 10
Time: 240000
- Id: 690
Name: CASH_INCAGI
Description: Party Increase AGI
MaxLevel: 10
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsNpc: true
IgnoreHovering: true
Hit: Single
HitCount: 1
SplashArea: -1
CastCancel: true
Duration1:
- Level: 1
Time: 60000
- Level: 2
Time: 80000
- Level: 3
Time: 100000
- Level: 4
Time: 120000
- Level: 5
Time: 140000
- Level: 6
Time: 160000
- Level: 7
Time: 180000
- Level: 8
Time: 200000
- Level: 9
Time: 220000
- Level: 10
Time: 240000
- Id: 691
Name: CASH_ASSUMPTIO
Description: Party Assumptio
MaxLevel: 5
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsNpc: true
Hit: Single
HitCount: 1
SplashArea: -1
CastCancel: true
Duration1:
- Level: 1
Time: 20000
- Level: 2
Time: 40000
- Level: 3
Time: 60000
- Level: 4
Time: 80000
- Level: 5
Time: 100000
- Id: 692
Name: ALL_CATCRY
Description: Cat Cry
MaxLevel: 9
Flags:
IsNpc: true
AfterCastActDelay: 5000
- Id: 693
Name: ALL_PARTYFLEE
Description: Party Flee
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsNpc: true
Hit: Single
HitCount: 1
SplashArea: -1
CastCancel: true
Cooldown: 300000
- Id: 695
Name: ALL_DREAM_SUMMERNIGHT
Description: Summer Night Dream
MaxLevel: 9
Flags:
IsNpc: true
AfterCastActDelay: 12000
- Id: 697
Name: ALL_REVERSEORCISH
Description: Reverse Orcish
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
- Id: 698
Name: ALL_WEWISH
Description: Christmas Carol
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Hit: Single
HitCount: 1
AfterCastActDelay: 20000
Requires:
SpCost: 1
- Id: 706
Name: NPC_VENOMFOG
Description: Venom Fog
MaxLevel: 10
Type: Magic
TargetType: Self
Flags:
IsNpc: true
IgnoreLandProtector: true
ShowScale: true
Hit: Single
HitCount: 1
Element: Poison
Duration1: 3000
Unit:
Id: Venomfog
Layout: 2
Interval: 1000
Target: Enemy
Flag:
NoOverlap: true
PathCheck: true
- Id: 707
Name: NPC_MILLENNIUMSHIELD
Description: Millenium Shield 2
MaxLevel: 1
- Id: 708
Name: NPC_COMET
Description: Comet 2
MaxLevel: 1
Flags:
ShowScale: true
- Id: 712
Name: NPC_PULSESTRIKE2
Description: Pulse Strike 2
MaxLevel: 1
- Id: 713
Name: NPC_DANCINGBLADE
Description: Dancing Blade
MaxLevel: 1
- Id: 714
Name: NPC_DANCINGBLADE_ATK
Description: Dancing Blade Attack
MaxLevel: 1
- Id: 716
Name: NPC_MAXPAIN
Description: Max Pain
MaxLevel: 10
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsNpc: true
Hit: Single
Duration1: 10000
- Id: 717
Name: NPC_MAXPAIN_ATK
Description: Max Pain Attack
MaxLevel: 10
Type: Misc
TargetType: Attack
DamageFlags:
Splash: true
IgnoreElement: true
IgnoreFlee: true
IgnoreDefCard: true
Flags:
IsNpc: true
Hit: Single
HitCount: 1
SplashArea: 18
- Id: 720
Name: NPC_JACKFROST
Description: Jack Frost 2
MaxLevel: 1
Flags:
ShowScale: true
- Id: 721
Name: NPC_WIDEWEB
Description: Wide Web
MaxLevel: 1
- Id: 722
Name: NPC_WIDESUCK
Description: Wide Suck
MaxLevel: 1
- Id: 723
Name: NPC_STORMGUST2
Description: Storm Gust 2
MaxLevel: 1
- Id: 724
Name: NPC_FIRESTORM
Description: Fire Storm
MaxLevel: 3
- Id: 725
Name: NPC_REVERBERATION
Description: Reverberation 2
MaxLevel: 5
TargetType: Ground
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsNpc: true
IsTrap: true
DisableNearNpc: true
ShowScale: true
Range: 1
Hit: Single
HitCount: 1
SplashArea: 2
Duration1:
- Level: 1
Time: 9000
- Level: 2
Time: 10000
- Level: 3
Time: 11000
- Level: 4
Time: 12000
- Level: 5
Time: 13000
Unit:
Id: Reverberation
Interval: 1000
Target: Enemy
Flag:
NoKnockback: true
- Id: 726
Name: NPC_REVERBERATION_ATK
Description: Reverberation Attack
MaxLevel: 5
Type: Weapon
TargetType: Attack
DamageFlags:
Splash: true
SplashSplit: true
Flags:
IsNpc: true
Range: 1
Hit: Single
HitCount: 1
SplashArea: 2
- Id: 727
Name: NPC_LEX_AETERNA
Description: Lex Aeterna 2
MaxLevel: 1
Flags:
ShowScale: true
- Id: 728
Name: NPC_ARROWSTORM
Description: NPC Arrow Storm
MaxLevel: 1
- Id: 729
Name: NPC_CHEAL
Description: NPC Coluceo Heal
MaxLevel: 1
- Id: 730
Name: NPC_SR_CURSEDCIRCLE
Description: Cursed Circle
MaxLevel: 1
- Id: 731
Name: NPC_DRAGONBREATH
Description: NPC Dragon Breath
MaxLevel: 1
- Id: 732
Name: NPC_FATALMENACE
Description: Fatal Menace
MaxLevel: 1
- Id: 733
Name: NPC_MAGMA_ERUPTION
Description: NPC Magma Eruption
MaxLevel: 1
- Id: 734
Name: NPC_MAGMA_ERUPTION_DOTDAMAGE
Description: NPC Magma Eruption Dot Damage
MaxLevel: 1
- Id: 735
Name: NPC_MANDRAGORA
Description: NPC Howling of Mandragora
MaxLevel: 1
- Id: 736
Name: NPC_PSYCHIC_WAVE
Description: Psychic Wave
MaxLevel: 1
- Id: 737
Name: NPC_RAYOFGENESIS
Description: NPC Ray of Genesis
MaxLevel: 1
- Id: 738
Name: NPC_VENOMIMPRESS
Description: NPC Venom Impress
MaxLevel: 1
- Id: 739
Name: NPC_CLOUD_KILL
Description: Cloud Kill
MaxLevel: 5
Type: Magic
TargetType: Ground
Range: 9
Flags:
IsNpc: true
ShowScale: true
Hit: Single
HitCount: 1
Element: Poison
CastCancel: true
Duration1:
- Level: 1
Time: 8000
- Level: 2
Time: 10000
- Level: 3
Time: 12000
- Level: 4
Time: 14000
- Level: 5
Time: 16000
Unit:
Id: Cloud_Kill
Range:
- Level: 1
Size: 1
- Level: 2
Size: 2
- Level: 3
Size: 3
- Level: 4
Size: 3
- Level: 5
Size: 3
Interval: 500
Target: Enemy
Flag:
PathCheck: true
RemovedByFireRain: true
- Id: 740
Name: NPC_IGNITIONBREAK
Description: Ignition Break
MaxLevel: 5
Type: Weapon
TargetType: Self
DamageFlags:
Splash: true
Flags:
IsNpc: true
ShowScale: true
Hit: Single
HitCount: 1
Element: Fire
SplashArea: 5
- Id: 741
Name: NPC_PHANTOMTHRUST
Description: Phantom Thrust
MaxLevel: 5
Type: Weapon
TargetType: Attack
Flags:
IsNpc: true
Range:
- Level: 1
Size: 7
- Level: 2
Size: 9
- Level: 3
Size: 11
- Level: 4
Size: 13
- Level: 5
Size: 15
Hit: Single
HitCount: 1
Element: Neutral
CastCancel: true
- Id: 742
Name: NPC_POISON_BUSTER
Description: Poison Buster
MaxLevel: 2
Type: Magic
TargetType: Attack
Flags:
IsNpc: true
DamageFlags:
Splash: true
Range: 9
Hit: Single
HitCount: 1
Element: Poison
CastCancel: true
SplashArea: 1
- Id: 743
Name: NPC_HALLUCINATIONWALK
Description: Hallucination Walk
MaxLevel: 5
TargetType: Self
Flags:
IsNpc: true
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastCancel: true
Duration1: 20000
- Id: 744
Name: NPC_ELECTRICWALK
Description: Electric Walk
MaxLevel: 5
Type: Magic
TargetType: Self
Flags:
IgnoreHovering: true
IsNpc: true
Hit: Single
HitCount: 1
Element: Wind
ActiveInstance:
- Level: 1
Max: 8
- Level: 2
Max: 10
- Level: 3
Max: 12
- Level: 4
Max: 14
- Level: 5
Max: 16
CastCancel: true
Duration1: 12000
Unit:
Id: Electricwalk
Interval: 1000
Target: Enemy
Flag:
NoReiteration: true
NoOverlap: true
- Id: 745
Name: NPC_FIREWALK
Description: Fire Walk
MaxLevel: 5
Type: Magic
TargetType: Self
Flags:
IgnoreHovering: true
IsNpc: true
Hit: Single
HitCount: 1
Element: Fire
ActiveInstance:
- Level: 1
Max: 8
- Level: 2
Max: 10
- Level: 3
Max: 12
- Level: 4
Max: 14
- Level: 5
Max: 16
CastCancel: true
Duration1: 12000
Unit:
Id: Firewalk
Interval: 1000
Target: Enemy
Flag:
NoReiteration: true
NoOverlap: true
- Id: 1001
Name: KN_CHARGEATK
Description: Charge Attack
MaxLevel: 1
Type: Weapon
TargetType: Attack
Flags:
IsQuest: true
Range: 14
Hit: Single
HitCount: 1
Element: Weapon
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastTime: 500
Requires:
SpCost: 40
- Id: 1002
Name: CR_SHRINK
Description: Shrink
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsQuest: true
Hit: Single
Knockback: 2
Duration1: 300000
Requires:
SpCost: 15
State: Shield
- Id: 1003
Name: AS_SONICACCEL
Description: Sonic Acceleration
MaxLevel: 1
Type: Weapon
Flags:
IsQuest: true
- Id: 1004
Name: AS_VENOMKNIFE
Description: Throw Venom Knife
MaxLevel: 1
Type: Weapon
TargetType: Attack
DamageFlags:
IgnoreAtkCard: true
Flags:
IsQuest: true
IgnoreAutoGuard: true
IgnoreCicada: true
Range: 9
Hit: Multi_Hit
HitCount: 1
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
Duration2:
- Level: 1
Time: 15000
- Level: 2
Time: 20000
- Level: 3
Time: 25000
- Level: 4
Time: 30000
- Level: 5
Time: 35000
- Level: 6
Time: 40000
- Level: 7
Time: 45000
- Level: 8
Time: 50000
- Level: 9
Time: 55000
- Level: 10
Time: 60000
Requires:
SpCost: 15
Ammo:
Dagger: true
AmmoAmount: 1
- Id: 1005
Name: RG_CLOSECONFINE
Description: Close Confine
MaxLevel: 1
Type: Weapon
TargetType: Attack
DamageFlags:
NoDamage: true
Flags:
IsQuest: true
Range: 1
Hit: Single
HitCount: 1
Duration1: 10000
Requires:
SpCost: 25
- Id: 1006
Name: WZ_SIGHTBLASTER
Description: Sight Blaster
MaxLevel: 1
Type: Magic
TargetType: Self
Flags:
IsQuest: true
TargetTrap: true
Hit: Single
HitCount: 1
Element: Fire
SplashArea: 1
Knockback: 3
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastCancel: true
CastTime: 2000
Duration1: 120000
Requires:
SpCost: 40
- Id: 1007
Name: SA_CREATECON
Description: Create Elemental Converter
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsQuest: true
Hit: Single
Requires:
SpCost: 30
- Id: 1008
Name: SA_ELEMENTWATER
Description: Elemental Change Water
MaxLevel: 1
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Flags:
IsQuest: true
Range: 9
Hit: Single
HitCount: 1
Element: Water
CastCancel: true
CastTime: 2000
AfterCastActDelay: 1000
Duration1: 1800000
Requires:
SpCost: 30
ItemCost:
- Item: Elemental_Water
Amount: 1
- Id: 1009
Name: HT_PHANTASMIC
Description: Phantasmic Arrow
MaxLevel: 1
Type: Weapon
TargetType: Attack
Flags:
IsQuest: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
Knockback: 3
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
Requires:
SpCost: 10
Weapon:
Bow: true
- Id: 1010
Name: BA_PANGVOICE
Description: Pang Voice
MaxLevel: 1
Type: Misc
TargetType: Attack
DamageFlags:
NoDamage: true
Flags:
IsQuest: true
Range: 9
Hit: Single
CastTime: 1000
AfterCastActDelay: 2000
Duration1: 17000
Requires:
SpCost: 20
- Id: 1011
Name: DC_WINKCHARM
Description: Wink of Charm
MaxLevel: 1
Type: Misc
TargetType: Attack
DamageFlags:
NoDamage: true
Flags:
IsQuest: true
Range: 9
Hit: Single
CastTime: 1000
AfterCastActDelay: 2000
Duration1: 10000
Duration2: 17000
Requires:
SpCost: 40
- Id: 1012
Name: BS_UNFAIRLYTRICK
Description: Unfair Trick
MaxLevel: 1
Type: Weapon
Flags:
IsQuest: true
- Id: 1013
Name: BS_GREED
Description: Greed
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsQuest: true
AllowOnWarg: true
AllowOnMado: true
Hit: Single
SplashArea: 2
AfterCastActDelay: 1000
Requires:
SpCost: 10
- Id: 1014
Name: PR_REDEMPTIO
Description: Redemptio
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsQuest: true
Hit: Single
Element: Holy
SplashArea: 14
CastCancel: true
CastTime: 4000
CastTimeFlags:
IgnoreDex: true
Requires:
SpCost: 400
- Id: 1015
Name: MO_KITRANSLATION
Description: Ki Translation
MaxLevel: 1
Type: Weapon
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
IsQuest: true
PartyOnly: true
Range: 9
Hit: Single
HitCount: 1
CopyFlags:
Skill:
Plagiarism: true
Reproduce: true
CastTime: 2000
AfterCastActDelay: 1000
Duration1: 600000
Requires:
SpCost: 40
SpiritSphereCost: 1
- Id: 1016
Name: MO_BALKYOUNG
Description: Ki Explosion
MaxLevel: 1
Type: Weapon
TargetType: Attack
DamageFlags:
Splash: true
Flags:
IsQuest: true
Range: -1
Hit: Single
HitCount: 1
Element: Weapon
SplashArea: 1
Knockback: 5
AfterCastActDelay: 2000
Duration2: 5000
Requires:
HpCost: 10
SpCost: 20
- Id: 1017
Name: SA_ELEMENTGROUND
Description: Elemental Change Earth
MaxLevel: 1
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Flags:
IsQuest: true
Range: 9
Hit: Single
HitCount: 1
Element: Earth
CastCancel: true
CastTime: 2000
AfterCastActDelay: 1000
Duration1: 1800000
Requires:
SpCost: 30
ItemCost:
- Item: Elemental_Earth
Amount: 1
- Id: 1018
Name: SA_ELEMENTFIRE
Description: Elemental Change Fire
MaxLevel: 1
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Flags:
IsQuest: true
Range: 9
Hit: Single
HitCount: 1
Element: Fire
CastCancel: true
CastTime: 2000
AfterCastActDelay: 1000
Duration1: 1800000
Requires:
SpCost: 30
ItemCost:
- Item: Elemental_Fire
Amount: 1
- Id: 1019
Name: SA_ELEMENTWIND
Description: Elemental Change Wind
MaxLevel: 1
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Flags:
IsQuest: true
Range: 9
Hit: Single
HitCount: 1
Element: Wind
CastCancel: true
CastTime: 2000
AfterCastActDelay: 1000
Duration1: 1800000
Requires:
SpCost: 30
ItemCost:
- Item: Elemental_Wind
Amount: 1
- Id: 2533
Name: ALL_ODINS_RECALL
Description: Odin's Recall
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 10000
Cooldown: 300000
Requires:
SpCost: 1
- Id: 2534
Name: RETURN_TO_ELDICASTES
Description: Return To Eldicastes
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
CastTime: 3000
Cooldown: 300000
CastTimeFlags:
IgnoreDex: true
IgnoreStatus: true
IgnoreItemBonus: true
CastDelayFlags:
IgnoreDex: true
IgnoreStatus: true
IgnoreItemBonus: true
Requires:
SpCost: 1
- Id: 2535
Name: ALL_BUYING_STORE
Description: Open Buying Store
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsQuest: true
Requires:
SpCost: 1
ItemCost:
- Item: Buy_Market_Permit
Amount: 1
- Id: 2536
Name: ALL_GUARDIAN_RECALL
Description: Guardian's Recall
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
CastTime: 3000
Cooldown: 300000
CastTimeFlags:
IgnoreDex: true
IgnoreStatus: true
IgnoreItemBonus: true
CastDelayFlags:
IgnoreDex: true
IgnoreStatus: true
IgnoreItemBonus: true
Requires:
SpCost: 1
- Id: 2537
Name: ALL_ODINS_POWER
Description: Odin's Power
MaxLevel: 2
TargetType: Support
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Duration1: 60000
CastDelayFlags:
IgnoreDex: true
IgnoreStatus: true
IgnoreItemBonus: true
Requires:
SpCost:
- Level: 1
Amount: 70
- Level: 2
Amount: 100
- Id: 2544
Name: MC_CARTDECORATE
Description: Decorate Cart
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Flags:
IsQuest: true
AllowOnMado: true
Hit: Single
HitCount: 1
Requires:
SpCost: 40
State: Cart
- Id: 3031
Name: ECL_SNOWFLIP
Description: Snow Flip
MaxLevel: 1
TargetType: Support
DamageFlags:
NoDamage: true
Range: 7
Hit: Single
HitCount: 1
Cooldown: 5000
- Id: 3032
Name: ECL_PEONYMAMY
Description: Peony Mamy
MaxLevel: 1
TargetType: Support
DamageFlags:
NoDamage: true
Range: 7
Hit: Single
HitCount: 1
Cooldown: 5000
- Id: 3033
Name: ECL_SADAGUI
Description: Sadagui
MaxLevel: 1
TargetType: Support
DamageFlags:
NoDamage: true
Range: 7
Hit: Single
HitCount: 1
Cooldown: 5000
- Id: 3034
Name: ECL_SEQUOIADUST
Description: Sequoia Dust
MaxLevel: 1
TargetType: Support
DamageFlags:
NoDamage: true
Range: 7
Hit: Single
HitCount: 1
Cooldown: 5000
- Id: 3035
Name: ECLAGE_RECALL
Description: Return To Eclage
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastTime: 3000
Cooldown: 300000
- Id: 5063
Name: WE_CALLALLFAMILY
Description: Call All Family
MaxLevel: 1
- Id: 5064
Name: WE_ONEFOREVER
Description: One Forever
MaxLevel: 1
- Id: 5065
Name: WE_CHEERUP
Description: Cheer Up
MaxLevel: 1
- Id: 5067
Name: ALL_EQSWITCH
Description: Equip Switch
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Cooldown: 10000
CastTimeFlags:
IgnoreDex: true
IgnoreStatus: true
IgnoreItemBonus: true
CastDelayFlags:
IgnoreDex: true
IgnoreStatus: true
IgnoreItemBonus: true
- Id: 8001
Name: HLIF_HEAL
Description: Healing Touch
MaxLevel: 5
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
AfterCastActDelay: 2000
Requires:
SpCost:
- Level: 1
Amount: 13
- Level: 2
Amount: 16
- Level: 3
Amount: 19
- Level: 4
Amount: 22
- Level: 5
Amount: 25
ItemCost:
- Item: Red_Slim_Potion
Amount: 1
- Id: 8002
Name: HLIF_AVOID
Description: Avoid
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Hit: Single
HitCount: 1
SplashArea: -1
AfterCastActDelay: 35000
Duration1:
- Level: 1
Time: 40000
- Level: 2
Time: 35000
- Level: 3
Time: 30000
- Level: 4
Time: 25000
- Level: 5
Time: 20000
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 25
- Level: 3
Amount: 30
- Level: 4
Amount: 35
- Level: 5
Amount: 40
- Id: 8003
Name: HLIF_BRAIN
Description: Brain Surgery
MaxLevel: 5
SplashArea: 1
- Id: 8004
Name: HLIF_CHANGE
Description: Change
MaxLevel: 3
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
Duration1:
- Level: 1
Time: 60000
- Level: 2
Time: 180000
- Level: 3
Time: 300000
Duration2:
- Level: 1
Time: 600000
- Level: 2
Time: 900000
- Level: 3
Time: 1200000
Requires:
SpCost: 100
- Id: 8005
Name: HAMI_CASTLE
Description: Castling
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
Duration2: 1000
Requires:
SpCost: 10
- Id: 8006
Name: HAMI_DEFENCE
Description: Defense
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
AfterCastActDelay: 30000
Duration1:
- Level: 1
Time: 40000
- Level: 2
Time: 35000
- Level: 3
Time: 30000
- Level: 4
Time: 25000
- Level: 5
Time: 20000
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 25
- Level: 3
Amount: 30
- Level: 4
Amount: 35
- Level: 5
Amount: 40
- Id: 8007
Name: HAMI_SKIN
Description: Adamantium Skin
MaxLevel: 5
DamageFlags:
NoDamage: true
- Id: 8008
Name: HAMI_BLOODLUST
Description: Bloodlust
MaxLevel: 3
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
Duration1:
- Level: 1
Time: 60000
- Level: 2
Time: 180000
- Level: 3
Time: 300000
Duration2:
- Level: 1
Time: 300000
- Level: 2
Time: 600000
- Level: 3
Time: 900000
Requires:
SpCost: 120
- Id: 8009
Name: HFLI_MOON
Description: Moonlight
MaxLevel: 5
Type: Weapon
TargetType: Attack
Range: 1
Hit: Multi_Hit
HitCount:
- Level: 1
Count: -1
- Level: 2
Count: -2
- Level: 3
Count: -2
- Level: 4
Count: -2
- Level: 5
Count: -3
AfterCastWalkDelay: 2000
Requires:
SpCost:
- Level: 1
Amount: 4
- Level: 2
Amount: 8
- Level: 3
Amount: 12
- Level: 4
Amount: 16
- Level: 5
Amount: 20
- Id: 8010
Name: HFLI_FLEET
Description: Fleeting Move
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
Duration1:
- Level: 1
Time: 60000
- Level: 2
Time: 55000
- Level: 3
Time: 50000
- Level: 4
Time: 45000
- Level: 5
Time: 40000
Duration2:
- Level: 1
Time: 60000
- Level: 2
Time: 70000
- Level: 3
Time: 80000
- Level: 4
Time: 90000
- Level: 5
Time: 120000
Requires:
SpCost:
- Level: 1
Amount: 30
- Level: 2
Amount: 40
- Level: 3
Amount: 50
- Level: 4
Amount: 60
- Level: 5
Amount: 70
- Id: 8011
Name: HFLI_SPEED
Description: Speed
MaxLevel: 5
Type: Misc
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
CastCancel: true
Duration1:
- Level: 1
Time: 60000
- Level: 2
Time: 55000
- Level: 3
Time: 50000
- Level: 4
Time: 45000
- Level: 5
Time: 40000
Duration2:
- Level: 1
Time: 60000
- Level: 2
Time: 70000
- Level: 3
Time: 80000
- Level: 4
Time: 90000
- Level: 5
Time: 120000
Requires:
SpCost:
- Level: 1
Amount: 30
- Level: 2
Amount: 40
- Level: 3
Amount: 50
- Level: 4
Amount: 60
- Level: 5
Amount: 70
- Id: 8012
Name: HFLI_SBR44
Description: S.B.R.44
MaxLevel: 3
Type: Weapon
TargetType: Attack
Range: 1
Hit: Single
HitCount: 1
AfterCastActDelay: 1000
Requires:
SpCost: 1
- Id: 8013
Name: HVAN_CAPRICE
Description: Caprice
MaxLevel: 5
Type: Magic
TargetType: Attack
Range: 9
Hit: Single
HitCount:
- Level: 1
Count: 1
- Level: 2
Count: 2
- Level: 3
Count: 3
- Level: 4
Count: 4
- Level: 5
Count: 5
AfterCastActDelay:
- Level: 1
Time: 2000
- Level: 2
Time: 2200
- Level: 3
Time: 2400
- Level: 4
Time: 2600
- Level: 5
Time: 2800
Requires:
SpCost:
- Level: 1
Amount: 22
- Level: 2
Amount: 24
- Level: 3
Amount: 26
- Level: 4
Amount: 28
- Level: 5
Amount: 30
- Id: 8014
Name: HVAN_CHAOTIC
Description: Benediction of Chaos
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
AfterCastActDelay: 3000
AfterCastWalkDelay: 3000
Requires:
SpCost: 40
- Id: 8015
Name: HVAN_INSTRUCT
Description: Instruct
MaxLevel: 5
DamageFlags:
NoDamage: true
- Id: 8016
Name: HVAN_EXPLOSION
Description: Bio Explosion
MaxLevel: 3
Type: Misc
TargetType: Self
DamageFlags:
Splash: true
IgnoreElement: true
IgnoreFlee: true
IgnoreDefCard: true
Range: 4
Hit: Single
HitCount: 1
Element: Weapon
SplashArea: 4
AfterCastWalkDelay: 1000
Requires:
SpCost: 1
- Id: 8018
Name: MH_SUMMON_LEGION
Description: Summon Legion
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastTime:
- Level: 1
Time: 1600
- Level: 2
Time: 1400
- Level: 3
Time: 1200
- Level: 4
Time: 1000
- Level: 5
Time: 800
Duration1:
- Level: 1
Time: 20000
- Level: 2
Time: 30000
- Level: 3
Time: 40000
- Level: 4
Time: 50000
- Level: 5
Time: 60000
Requires:
SpCost:
- Level: 1
Amount: 60
- Level: 2
Amount: 80
- Level: 3
Amount: 100
- Level: 4
Amount: 120
- Level: 5
Amount: 140
- Id: 8019
Name: MH_NEEDLE_OF_PARALYZE
Description: Needle of Paralyze
MaxLevel: 5
Type: Weapon
TargetType: Attack
Range: 5
Hit: Single
HitCount: 1
Element: Poison
CastTime:
- Level: 1
Time: 1000
- Level: 2
Time: 1100
- Level: 3
Time: 1200
- Level: 4
Time: 1300
- Level: 5
Time: 1400
AfterCastActDelay: 2000
Duration1:
- Level: 1
Time: 12000
- Level: 2
Time: 14000
- Level: 3
Time: 16000
- Level: 4
Time: 18000
- Level: 5
Time: 20000
Requires:
SpCost:
- Level: 1
Amount: 48
- Level: 2
Amount: 60
- Level: 3
Amount: 72
- Level: 4
Amount: 84
- Level: 5
Amount: 96
- Id: 8020
Name: MH_POISON_MIST
Description: Poison Mist
MaxLevel: 5
Type: Weapon
TargetType: Ground
Range: 5
Hit: Single
HitCount: 1
Element: Poison
ActiveInstance: 1
CastTime:
- Level: 1
Time: 500
- Level: 2
Time: 700
- Level: 3
Time: 900
- Level: 4
Time: 1100
- Level: 5
Time: 1300
Duration1:
- Level: 1
Time: 12000
- Level: 2
Time: 14000
- Level: 3
Time: 16000
- Level: 4
Time: 18000
- Level: 5
Time: 20000
Duration2:
- Level: 1
Time: 4000
- Level: 2
Time: 6000
- Level: 3
Time: 8000
- Level: 4
Time: 10000
- Level: 5
Time: 12000
Requires:
SpCost:
- Level: 1
Amount: 65
- Level: 2
Amount: 75
- Level: 3
Amount: 85
- Level: 4
Amount: 95
- Level: 5
Amount: 105
Unit:
Id: Poison_Mist
Layout: 3
Interval: 2300
Target: Enemy
Flag:
NoOverlap: true
PathCheck: true
- Id: 8021
Name: MH_PAIN_KILLER
Description: Pain Killer
MaxLevel: 5
TargetType: Support
DamageFlags:
NoDamage: true
Range: 1
Hit: Single
HitCount: 1
CastTime:
- Level: 1
Time: 1000
- Level: 2
Time: 1200
- Level: 3
Time: 1400
- Level: 4
Time: 1600
- Level: 5
Time: 1800
Duration1:
- Level: 1
Time: 20000
- Level: 2
Time: 30000
- Level: 3
Time: 40000
- Level: 4
Time: 50000
- Level: 5
Time: 60000
Requires:
SpCost:
- Level: 1
Amount: 48
- Level: 2
Amount: 52
- Level: 3
Amount: 56
- Level: 4
Amount: 60
- Level: 5
Amount: 64
- Id: 8022
Name: MH_LIGHT_OF_REGENE
Description: Light of Regene
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Duration1:
- Level: 1
Time: 360000
- Level: 2
Time: 420000
- Level: 3
Time: 480000
- Level: 4
Time: 540000
- Level: 5
Time: 600000
Requires:
SpCost:
- Level: 1
Amount: 40
- Level: 2
Amount: 50
- Level: 3
Amount: 60
- Level: 4
Amount: 70
- Level: 5
Amount: 80
- Id: 8023
Name: MH_OVERED_BOOST
Description: Overed Boost
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastTime:
- Level: 1
Time: 800
- Level: 2
Time: 700
- Level: 3
Time: 600
- Level: 4
Time: 500
- Level: 5
Time: 400
Duration1:
- Level: 1
Time: 30000
- Level: 2
Time: 45000
- Level: 3
Time: 60000
- Level: 4
Time: 75000
- Level: 5
Time: 90000
Requires:
SpCost:
- Level: 1
Amount: 70
- Level: 2
Amount: 90
- Level: 3
Amount: 110
- Level: 4
Amount: 130
- Level: 5
Amount: 150
- Id: 8024
Name: MH_ERASER_CUTTER
Description: Eraser Cutter
MaxLevel: 5
Type: Magic
TargetType: Attack
Range: 7
Hit: Multi_Hit
HitCount: -6
Element:
- Level: 1
Element: Wind
- Level: 2
Element: Neutral
- Level: 3
Element: Wind
- Level: 4
Element: Neutral
- Level: 5
Element: Wind
CastCancel: true
CastTime:
- Level: 1
Time: 1000
- Level: 2
Time: 1500
- Level: 3
Time: 2000
- Level: 4
Time: 2500
- Level: 5
Time: 3000
AfterCastActDelay: 2000
Requires:
SpCost:
- Level: 1
Amount: 25
- Level: 2
Amount: 30
- Level: 3
Amount: 35
- Level: 4
Amount: 40
- Level: 5
Amount: 45
- Id: 8025
Name: MH_XENO_SLASHER
Description: Xeno Slasher
MaxLevel: 5
Type: Magic
TargetType: Ground
DamageFlags:
Splash: true
Range: 7
Hit: Multi_Hit
HitCount: -6
Element:
- Level: 1
Element: Wind
- Level: 2
Element: Neutral
- Level: 3
Element: Wind
- Level: 4
Element: Neutral
- Level: 5
Element: Wind
SplashArea:
- Level: 1
Area: 2
- Level: 2
Area: 2
- Level: 3
Area: 3
- Level: 4
Area: 3
- Level: 5
Area: 4
CastTime:
- Level: 1
Time: 1500
- Level: 2
Time: 2500
- Level: 3
Time: 3500
- Level: 4
Time: 4500
- Level: 5
Time: 5500
AfterCastActDelay: 5000
Duration1: 500
Duration2: 120000
Requires:
SpCost:
- Level: 1
Amount: 90
- Level: 2
Amount: 100
- Level: 3
Amount: 110
- Level: 4
Amount: 120
- Level: 5
Amount: 130
Unit:
Id: Dummyskill
Range:
- Level: 1
Size: 2
- Level: 2
Size: 2
- Level: 3
Size: 3
- Level: 4
Size: 3
- Level: 5
Size: 4
Interval: 1000
Target: Enemy
Flag:
NoOverlap: true
PathCheck: true
- Id: 8026
Name: MH_SILENT_BREEZE
Description: Silent Breeze
MaxLevel: 5
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Range:
- Level: 1
Size: 5
- Level: 2
Size: 5
- Level: 3
Size: 7
- Level: 4
Size: 7
- Level: 5
Size: 9
Hit: Single
HitCount: 1
CastTime:
- Level: 1
Time: 1000
- Level: 2
Time: 1200
- Level: 3
Time: 1400
- Level: 4
Time: 1600
- Level: 5
Time: 1800
Duration1:
- Level: 1
Time: 9000
- Level: 2
Time: 12000
- Level: 3
Time: 15000
- Level: 4
Time: 18000
- Level: 5
Time: 21000
Requires:
SpCost:
- Level: 1
Amount: 45
- Level: 2
Amount: 54
- Level: 3
Amount: 63
- Level: 4
Amount: 72
- Level: 5
Amount: 81
- Id: 8027
Name: MH_STYLE_CHANGE
Description: Style Change
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
AfterCastActDelay: 1000
Requires:
SpCost: 35
- Id: 8028
Name: MH_SONIC_CRAW
Description: Sonic Claw
MaxLevel: 5
Type: Weapon
TargetType: Attack
Flags:
NoTargetSelf: true
Range: 1
Hit: Multi_Hit
HitCount: 1
AfterCastActDelay: 1000
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 25
- Level: 3
Amount: 30
- Level: 4
Amount: 35
- Level: 5
Amount: 40
SpiritSphereCost: 1
- Id: 8029
Name: MH_SILVERVEIN_RUSH
Description: Silver Bain Rush
MaxLevel: 5
Type: Weapon
TargetType: Self
Flags:
NoTargetSelf: true
Range: 1
Hit: Single
HitCount: 1
Duration1: 5000
Cooldown: 2000
Requires:
SpCost:
- Level: 1
Amount: 10
- Level: 2
Amount: 15
- Level: 3
Amount: 20
- Level: 4
Amount: 25
- Level: 5
Amount: 30
SpiritSphereCost: 1
- Id: 8030
Name: MH_MIDNIGHT_FRENZY
Description: Midnight Frenzy
MaxLevel: 5
Type: Weapon
TargetType: Self
Flags:
NoTargetSelf: true
Range: 1
Hit: Single
HitCount: 1
Duration1: 10000
Cooldown: 2000
Requires:
SpCost:
- Level: 1
Amount: 8
- Level: 2
Amount: 16
- Level: 3
Amount: 24
- Level: 4
Amount: 32
- Level: 5
Amount: 40
SpiritSphereCost: 2
- Id: 8031
Name: MH_STAHL_HORN
Description: Steel Horn
MaxLevel: 5
Type: Weapon
TargetType: Attack
Range:
- Level: 1
Size: 5
- Level: 2
Size: 6
- Level: 3
Size: 7
- Level: 4
Size: 8
- Level: 5
Size: 9
Hit: Single
HitCount: 1
Knockback: 3
CastTime:
- Level: 1
Time: 800
- Level: 2
Time: 600
- Level: 3
Time: 400
- Level: 4
Time: 200
Duration1: 5000
Requires:
SpCost:
- Level: 1
Amount: 40
- Level: 2
Amount: 45
- Level: 3
Amount: 50
- Level: 4
Amount: 55
- Level: 5
Amount: 60
- Id: 8032
Name: MH_GOLDENE_FERSE
Description: Golden Heel
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastTime:
- Level: 1
Time: 1000
- Level: 2
Time: 1200
- Level: 3
Time: 1400
- Level: 4
Time: 1600
- Level: 5
Time: 1800
Duration1:
- Level: 1
Time: 30000
- Level: 2
Time: 45000
- Level: 3
Time: 60000
- Level: 4
Time: 75000
- Level: 5
Time: 90000
Requires:
SpCost:
- Level: 1
Amount: 60
- Level: 2
Amount: 65
- Level: 3
Amount: 70
- Level: 4
Amount: 75
- Level: 5
Amount: 80
- Id: 8033
Name: MH_STEINWAND
Description: Stone Wall
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastTime: 1000
Duration1:
- Level: 1
Time: 30000
- Level: 2
Time: 45000
- Level: 3
Time: 60000
- Level: 4
Time: 75000
- Level: 5
Time: 90000
Requires:
SpCost:
- Level: 1
Amount: 80
- Level: 2
Amount: 90
- Level: 3
Amount: 100
- Level: 4
Amount: 110
- Level: 5
Amount: 120
Unit:
Id: Safetywall
Interval: -1
Flag:
NoEnemy: true
NoReiteration: true
- Id: 8034
Name: MH_HEILIGE_STANGE
Description: Holy Pole
MaxLevel: 5
Type: Magic
TargetType: Attack
DamageFlags:
Splash: true
Range: 9
Hit: Single
HitCount: 1
Element: Holy
SplashArea:
- Level: 1
Area: 1
- Level: 2
Area: 1
- Level: 3
Area: 1
- Level: 4
Area: 1
- Level: 5
Area: 2
CastTime:
- Level: 1
Time: 200
- Level: 2
Time: 400
- Level: 3
Time: 600
- Level: 4
Time: 800
- Level: 5
Time: 1000
AfterCastActDelay: 5000
Requires:
SpCost:
- Level: 1
Amount: 60
- Level: 2
Amount: 68
- Level: 3
Amount: 76
- Level: 4
Amount: 84
- Level: 5
Amount: 100
- Id: 8035
Name: MH_ANGRIFFS_MODUS
Description: Attack Mode
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastTime:
- Level: 1
Time: 200
- Level: 2
Time: 400
- Level: 3
Time: 600
- Level: 4
Time: 800
- Level: 5
Time: 1000
Duration1:
- Level: 1
Time: 30000
- Level: 2
Time: 45000
- Level: 3
Time: 60000
- Level: 4
Time: 75000
- Level: 5
Time: 90000
Requires:
SpCost:
- Level: 1
Amount: 60
- Level: 2
Amount: 65
- Level: 3
Amount: 70
- Level: 4
Amount: 75
- Level: 5
Amount: 80
- Id: 8036
Name: MH_TINDER_BREAKER
Description: Tinder Breaker
MaxLevel: 5
Type: Weapon
TargetType: Attack
Flags:
NoTargetSelf: true
Range:
- Level: 1
Size: 3
- Level: 2
Size: 4
- Level: 3
Size: 5
- Level: 4
Size: 6
- Level: 5
Size: 7
Hit: Single
HitCount: 1
CastTime: 1000
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 25
- Level: 3
Amount: 30
- Level: 4
Amount: 35
- Level: 5
Amount: 40
SpiritSphereCost: 1
- Id: 8037
Name: MH_CBC
Description: Continual Break Combo
MaxLevel: 5
Type: Weapon
TargetType: Self
Flags:
NoTargetSelf: true
Range: 1
Hit: Single
HitCount: 1
Requires:
SpCost:
- Level: 1
Amount: 10
- Level: 2
Amount: 20
- Level: 3
Amount: 30
- Level: 4
Amount: 40
- Level: 5
Amount: 50
SpiritSphereCost: 1
- Id: 8038
Name: MH_EQC
Description: Eternal Quick Combo
MaxLevel: 5
Type: Misc
TargetType: Self
Flags:
NoTargetSelf: true
Range: 1
Hit: Single
HitCount: 1
AfterCastActDelay: 1000
Requires:
SpCost:
- Level: 1
Amount: 24
- Level: 2
Amount: 28
- Level: 3
Amount: 32
- Level: 4
Amount: 36
- Level: 5
Amount: 40
SpiritSphereCost: 2
- Id: 8039
Name: MH_MAGMA_FLOW
Description: Magma Flow
MaxLevel: 5
Type: Weapon
TargetType: Self
DamageFlags:
Splash: true
Hit: Single
HitCount: 1
Element: Fire
SplashArea:
- Level: 1
Area: 1
- Level: 2
Area: 1
- Level: 3
Area: 1
- Level: 4
Area: 2
- Level: 5
Area: 2
CastTime:
- Level: 1
Time: 2000
- Level: 2
Time: 2500
- Level: 3
Time: 3000
- Level: 4
Time: 3500
- Level: 5
Time: 4000
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 30000
- Level: 2
Time: 45000
- Level: 3
Time: 60000
- Level: 4
Time: 75000
- Level: 5
Time: 90000
Requires:
SpCost:
- Level: 1
Amount: 34
- Level: 2
Amount: 38
- Level: 3
Amount: 42
- Level: 4
Amount: 46
- Level: 5
Amount: 50
- Id: 8040
Name: MH_GRANITIC_ARMOR
Description: Granitic Armor
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastTime:
- Level: 1
Time: 5000
- Level: 2
Time: 4500
- Level: 3
Time: 4000
- Level: 4
Time: 3500
- Level: 5
Time: 3000
AfterCastActDelay: 1000
Duration1: 60000
Requires:
SpCost:
- Level: 1
Amount: 54
- Level: 2
Amount: 58
- Level: 3
Amount: 62
- Level: 4
Amount: 66
- Level: 5
Amount: 70
- Id: 8041
Name: MH_LAVA_SLIDE
Description: Lava Slide
MaxLevel: 5
Type: Weapon
TargetType: Ground
DamageFlags:
Splash: true
Range: 7
Hit: Single
HitCount: 1
Element: Fire
ActiveInstance: 1
CastTime:
- Level: 1
Time: 5000
- Level: 2
Time: 4500
- Level: 3
Time: 4000
- Level: 4
Time: 3500
- Level: 5
Time: 3000
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 12000
- Level: 2
Time: 14000
- Level: 3
Time: 16000
- Level: 4
Time: 18000
- Level: 5
Time: 20000
Duration2: 20000
Requires:
SpCost:
- Level: 1
Amount: 30
- Level: 2
Amount: 35
- Level: 3
Amount: 40
- Level: 4
Amount: 45
- Level: 5
Amount: 50
Unit:
Id: Lava_Slide
Layout:
- Level: 1
Size: 1
- Level: 2
Size: 1
- Level: 3
Size: 2
- Level: 4
Size: 2
- Level: 5
Size: 3
Interval: 2000
Target: Enemy
Flag:
NoReiteration: true
NoOverlap: true
PathCheck: true
- Id: 8042
Name: MH_PYROCLASTIC
Description: Pyroclastic
MaxLevel: 5
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Element: Fire
CastTime:
- Level: 1
Time: 1000
- Level: 2
Time: 1500
- Level: 3
Time: 2000
- Level: 4
Time: 2500
- Level: 5
Time: 3000
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 60000
- Level: 2
Time: 90000
- Level: 3
Time: 120000
- Level: 4
Time: 150000
- Level: 5
Time: 180000
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 28
- Level: 3
Amount: 36
- Level: 4
Amount: 44
- Level: 5
Amount: 52
- Id: 8043
Name: MH_VOLCANIC_ASH
Description: Volcanic Ash
MaxLevel: 5
TargetType: Ground
DamageFlags:
NoDamage: true
Range: 7
Hit: Single
HitCount: 1
ActiveInstance: 3
CastTime:
- Level: 1
Time: 4000
- Level: 2
Time: 3500
- Level: 3
Time: 3000
- Level: 4
Time: 2500
- Level: 5
Time: 2000
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 12000
- Level: 2
Time: 14000
- Level: 3
Time: 16000
- Level: 4
Time: 18000
- Level: 5
Time: 20000
Requires:
SpCost:
- Level: 1
Amount: 60
- Level: 2
Amount: 65
- Level: 3
Amount: 70
- Level: 4
Amount: 75
- Level: 5
Amount: 80
Unit:
Id: Volcanic_Ash
Layout: 1
Interval: -1
Flag:
NoOverlap: true
PathCheck: true
RangedSingleUnit: true
- Id: 8201
Name: MS_BASH
Description: Bash
MaxLevel: 10
Type: Weapon
TargetType: Attack
Range: -1
Hit: Single
HitCount: 1
Element: Weapon
Requires:
SpCost:
- Level: 1
Amount: 8
- Level: 2
Amount: 8
- Level: 3
Amount: 8
- Level: 4
Amount: 8
- Level: 5
Amount: 8
- Level: 6
Amount: 15
- Level: 7
Amount: 15
- Level: 8
Amount: 15
- Level: 9
Amount: 15
- Level: 10
Amount: 15
Weapon:
Fist: true
Dagger: true
1hSword: true
2hSword: true
1hSpear: true
2hSpear: true
1hAxe: true
2hAxe: true
Mace: true
2hMace: true
Staff: true
Knuckle: true
Musical: true
Whip: true
Book: true
Katar: true
Revolver: true
Rifle: true
Gatling: true
Shotgun: true
Grenade: true
Huuma: true
- Id: 8202
Name: MS_MAGNUM
Description: Magnum_Break
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
Splash: true
Flags:
TargetTrap: true
Hit: Single
HitCount: 1
Element: Fire
SplashArea: 2
Knockback: 2
AfterCastWalkDelay: 2000
Duration1: 2000
Duration2: 10000
Requires:
HpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 20
- Level: 3
Amount: 19
- Level: 4
Amount: 19
- Level: 5
Amount: 18
- Level: 6
Amount: 18
- Level: 7
Amount: 17
- Level: 8
Amount: 17
- Level: 9
Amount: 16
- Level: 10
Amount: 16
SpCost: 30
- Id: 8203
Name: MS_BOWLINGBASH
Description: Bowling_Bash
MaxLevel: 10
Type: Weapon
TargetType: Attack
DamageFlags:
Splash: true
Flags:
TargetTrap: true
Range: -2
Hit: Single
HitCount: 1
Element: Weapon
SplashArea: 1
Knockback: 1
CastTime: 700
Requires:
SpCost:
- Level: 1
Amount: 13
- Level: 2
Amount: 14
- Level: 3
Amount: 15
- Level: 4
Amount: 16
- Level: 5
Amount: 17
- Level: 6
Amount: 18
- Level: 7
Amount: 19
- Level: 8
Amount: 20
- Level: 9
Amount: 21
- Level: 10
Amount: 22
- Id: 8204
Name: MS_PARRYING
Description: Parry
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Duration1:
- Level: 1
Time: 15000
- Level: 2
Time: 20000
- Level: 3
Time: 25000
- Level: 4
Time: 30000
- Level: 5
Time: 35000
- Level: 6
Time: 40000
- Level: 7
Time: 45000
- Level: 8
Time: 50000
- Level: 9
Time: 55000
- Level: 10
Time: 60000
Requires:
SpCost: 50
- Id: 8205
Name: MS_REFLECTSHIELD
Description: Shield_Reflect
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Duration1: 300000
Requires:
SpCost:
- Level: 1
Amount: 35
- Level: 2
Amount: 40
- Level: 3
Amount: 45
- Level: 4
Amount: 50
- Level: 5
Amount: 55
- Level: 6
Amount: 60
- Level: 7
Amount: 65
- Level: 8
Amount: 70
- Level: 9
Amount: 75
- Level: 10
Amount: 80
- Id: 8206
Name: MS_BERSERK
Description: Frenzy
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Duration1: 300000
Duration2: 15000
Requires:
SpCost: 100
- Id: 8207
Name: MA_DOUBLE
Description: Double_Strafe
MaxLevel: 10
Type: Weapon
TargetType: Attack
Flags:
AlterRangeVulture: true
Range: -9
Hit: Multi_Hit
HitCount: 2
Element: Weapon
Duration1: 100
Requires:
SpCost: 12
Ammo:
Arrow: true
AmmoAmount: 1
- Id: 8208
Name: MA_SHOWER
Description: Arrow_Shower
MaxLevel: 10
Type: Weapon
TargetType: Ground
DamageFlags:
Splash: true
Flags:
TargetTrap: true
IgnoreLandProtector: true
AlterRangeVulture: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
SplashArea: 2
Knockback: 2
Duration1: 100
Requires:
SpCost: 15
Ammo:
Arrow: true
AmmoAmount: 1
- Id: 8209
Name: MA_SKIDTRAP
Description: Skid_Trap
MaxLevel: 5
Type: Misc
TargetType: Ground
DamageFlags:
NoDamage: true
Flags:
IsTrap: true
IgnoreHovering: true
AllowOnWarg: true
Range: 3
Hit: Single
HitCount: 1
Knockback:
- Level: 1
Amount: 6
- Level: 2
Amount: 7
- Level: 3
Amount: 8
- Level: 4
Amount: 9
- Level: 5
Amount: 10
Duration1:
- Level: 1
Time: 300000
- Level: 2
Time: 240000
- Level: 3
Time: 180000
- Level: 4
Time: 120000
- Level: 5
Time: 60000
Requires:
SpCost: 10
Unit:
Id: Skidtrap
Range: 1
Interval: 1000
Target: Enemy
Flag:
NoReiteration: true
NoFootSet: true
- Id: 8210
Name: MA_LANDMINE
Description: Land_Mine
MaxLevel: 5
Type: Misc
TargetType: Ground
DamageFlags:
IgnoreFlee: true
IgnoreDefCard: true
Flags:
IsTrap: true
AlterRangeResearchTrap: true
IgnoreHovering: true
AllowOnWarg: true
Range: 3
Hit: Single
HitCount: 1
Element: Earth
Duration1:
- Level: 1
Time: 200000
- Level: 2
Time: 160000
- Level: 3
Time: 120000
- Level: 4
Time: 80000
- Level: 5
Time: 40000
Duration2: 5000
Requires:
SpCost: 10
Unit:
Id: Landmine
Interval: 1000
Target: Enemy
Flag:
NoReiteration: true
NoFootSet: true
- Id: 8211
Name: MA_SANDMAN
Description: Sandman
MaxLevel: 5
Type: Misc
TargetType: Ground
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsTrap: true
IgnoreHovering: true
AllowOnWarg: true
Range: 3
Hit: Single
HitCount: 1
SplashArea: 2
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 120000
- Level: 3
Time: 90000
- Level: 4
Time: 60000
- Level: 5
Time: 30000
Duration2:
- Level: 1
Time: 12000
- Level: 2
Time: 14000
- Level: 3
Time: 16000
- Level: 4
Time: 18000
- Level: 5
Time: 20000
Requires:
SpCost: 12
Unit:
Id: Sandman
Range: 1
Interval: 1000
Target: Enemy
Flag:
NoReiteration: true
NoFootSet: true
- Id: 8212
Name: MA_FREEZINGTRAP
Description: Freezing_Trap
MaxLevel: 5
Type: Weapon
TargetType: Ground
DamageFlags:
Splash: true
IgnoreFlee: true
Flags:
IsTrap: true
AlterRangeResearchTrap: true
IgnoreHovering: true
AllowOnWarg: true
Range: 3
Hit: Single
HitCount: 1
Element: Water
SplashArea: 1
Duration1:
- Level: 1
Time: 150000
- Level: 2
Time: 120000
- Level: 3
Time: 90000
- Level: 4
Time: 60000
- Level: 5
Time: 30000
Duration2:
- Level: 1
Time: 3000
- Level: 2
Time: 6000
- Level: 3
Time: 9000
- Level: 4
Time: 12000
- Level: 5
Time: 15000
Requires:
SpCost: 10
Unit:
Id: Freezingtrap
Range: 1
Interval: 1000
Target: Enemy
Flag:
NoReiteration: true
NoFootSet: true
- Id: 8213
Name: MA_REMOVETRAP
Description: Remove_Trap
MaxLevel: 1
Type: Misc
TargetType: Trap
DamageFlags:
NoDamage: true
Flags:
TargetTrap: true
Range: 2
Hit: Single
HitCount: 1
Requires:
SpCost: 5
- Id: 8214
Name: MA_CHARGEARROW
Description: Arrow_Repel
MaxLevel: 1
Type: Weapon
TargetType: Attack
DamageFlags:
Splash: true
Flags:
IsQuest: true
AlterRangeVulture: true
Range: -9
Hit: Single
HitCount: 1
Element: Weapon
Knockback: 6
CastTime: 1500
CastTimeFlags:
IgnoreDex: true
IgnoreStatus: true
IgnoreItemBonus: true
Requires:
SpCost: 15
Ammo:
Arrow: true
AmmoAmount: 1
- Id: 8215
Name: MA_SHARPSHOOTING
Description: Focused_Arrow_Strike
MaxLevel: 5
Type: Weapon
TargetType: Attack
DamageFlags:
Critical: true
Flags:
TargetTrap: true
Range: 9
Hit: Multi_Hit
HitCount: 1
Element: Weapon
SplashArea: 1
ActiveInstance: 14
CastCancel: true
CastTime: 2000
AfterCastActDelay: 1500
CastTimeFlags:
IgnoreDex: true
IgnoreStatus: true
IgnoreItemBonus: true
Requires:
SpCost:
- Level: 1
Amount: 18
- Level: 2
Amount: 21
- Level: 3
Amount: 24
- Level: 4
Amount: 27
- Level: 5
Amount: 30
Ammo:
Arrow: true
AmmoAmount: 1
- Id: 8216
Name: ML_PIERCE
Description: Pierce
MaxLevel: 10
Type: Weapon
TargetType: Attack
Range: -2
Hit: Multi_Hit
HitCount: 3
Element: Weapon
Requires:
SpCost: 7
- Id: 8217
Name: ML_BRANDISH
Description: Brandish_Spear
MaxLevel: 10
Type: Weapon
TargetType: Attack
DamageFlags:
NoDamage: true
Range: -2
Hit: Single
HitCount: 1
Element: Weapon
SplashArea: 2
ActiveInstance: 5
Knockback: 2
CastTime: 700
CastTimeFlags:
IgnoreDex: true
IgnoreStatus: true
IgnoreItemBonus: true
Requires:
SpCost: 12
- Id: 8218
Name: ML_SPIRALPIERCE
Description: Spiral_Pierce
MaxLevel: 5
Type: Weapon
TargetType: Attack
DamageFlags:
IgnoreDefense: true
Flags:
TargetTrap: true
Range: 5
Hit: Multi_Hit
HitCount: 5
Element: Weapon
CastTime:
- Level: 1
Time: 300
- Level: 2
Time: 500
- Level: 3
Time: 700
- Level: 4
Time: 900
- Level: 5
Time: 1000
AfterCastActDelay:
- Level: 1
Time: 1200
- Level: 2
Time: 1400
- Level: 3
Time: 1600
- Level: 4
Time: 1800
- Level: 5
Time: 2000
Duration2: 1000
CastTimeFlags:
IgnoreDex: true
IgnoreStatus: true
IgnoreItemBonus: true
Requires:
SpCost:
- Level: 1
Amount: 18
- Level: 2
Amount: 21
- Level: 3
Amount: 24
- Level: 4
Amount: 27
- Level: 5
Amount: 30
- Id: 8219
Name: ML_DEFENDER
Description: Defending_Aura
MaxLevel: 5
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
AfterCastActDelay: 800
Duration1: 180000
Requires:
SpCost: 30
State: Shield
- Id: 8220
Name: ML_AUTOGUARD
Description: Guard
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Duration1: 300000
Requires:
SpCost:
- Level: 1
Amount: 12
- Level: 2
Amount: 14
- Level: 3
Amount: 16
- Level: 4
Amount: 18
- Level: 5
Amount: 20
- Level: 6
Amount: 22
- Level: 7
Amount: 24
- Level: 8
Amount: 26
- Level: 9
Amount: 28
- Level: 10
Amount: 30
- Id: 8221
Name: ML_DEVOTION
Description: Sacrifice
MaxLevel: 5
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetSelf: true
PartyOnly: true
Range:
- Level: 1
Size: 7
- Level: 2
Size: 8
- Level: 3
Size: 9
- Level: 4
Size: 10
- Level: 5
Size: 11
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 3000
Duration2:
- Level: 1
Time: 30000
- Level: 2
Time: 45000
- Level: 3
Time: 60000
- Level: 4
Time: 75000
- Level: 5
Time: 90000
CastTimeFlags:
IgnoreDex: true
IgnoreStatus: true
IgnoreItemBonus: true
Requires:
SpCost: 25
- Id: 8222
Name: MER_MAGNIFICAT
Description: Magnificat
MaxLevel: 5
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Hit: Single
HitCount: 1
SplashArea: -1
CastCancel: true
CastTime: 4000
AfterCastActDelay: 2000
Duration1:
- Level: 1
Time: 30000
- Level: 2
Time: 45000
- Level: 3
Time: 60000
- Level: 4
Time: 75000
- Level: 5
Time: 90000
CastTimeFlags:
IgnoreDex: true
IgnoreStatus: true
IgnoreItemBonus: true
Requires:
SpCost: 40
- Id: 8223
Name: MER_QUICKEN
Description: Two-Hand_Quicken
MaxLevel: 10
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Duration1:
- Level: 1
Time: 30000
- Level: 2
Time: 60000
- Level: 3
Time: 90000
- Level: 4
Time: 120000
- Level: 5
Time: 150000
- Level: 6
Time: 180000
- Level: 7
Time: 210000
- Level: 8
Time: 240000
- Level: 9
Time: 270000
- Level: 10
Time: 300000
Requires:
SpCost:
- Level: 1
Amount: 14
- Level: 2
Amount: 18
- Level: 3
Amount: 22
- Level: 4
Amount: 26
- Level: 5
Amount: 30
- Level: 6
Amount: 34
- Level: 7
Amount: 38
- Level: 8
Amount: 42
- Level: 9
Amount: 46
- Level: 10
Amount: 50
- Id: 8224
Name: MER_SIGHT
Description: Sight
MaxLevel: 1
Type: Magic
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Hit: Single
HitCount: 1
Element: Fire
SplashArea: 3
CastCancel: true
Duration1: 10000
Requires:
SpCost: 10
- Id: 8225
Name: MER_CRASH
Description: Crash
MaxLevel: 5
Type: Weapon
TargetType: Attack
Range: 1
Hit: Multi_Hit
HitCount: 3
Element: Weapon
CastTime: 1000
AfterCastActDelay: 2000
Duration2: 5000
CastTimeFlags:
IgnoreDex: true
IgnoreStatus: true
IgnoreItemBonus: true
Requires:
SpCost: 10
- Id: 8226
Name: MER_REGAIN
Description: Regain
MaxLevel: 1
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetEnemy: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Requires:
SpCost: 10
- Id: 8227
Name: MER_TENDER
Description: Tender
MaxLevel: 1
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetEnemy: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Requires:
SpCost: 10
- Id: 8228
Name: MER_BENEDICTION
Description: Benediction
MaxLevel: 1
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetEnemy: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Requires:
SpCost: 10
- Id: 8229
Name: MER_RECUPERATE
Description: Recuperate
MaxLevel: 1
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetEnemy: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Requires:
SpCost: 10
- Id: 8230
Name: MER_MENTALCURE
Description: Mental_Cure
MaxLevel: 1
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetEnemy: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Requires:
SpCost: 10
- Id: 8231
Name: MER_COMPRESS
Description: Compress
MaxLevel: 1
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
NoTargetEnemy: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Requires:
SpCost: 10
- Id: 8232
Name: MER_PROVOKE
Description: Provoke
MaxLevel: 10
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
Duration1: 30000
Requires:
SpCost:
- Level: 1
Amount: 4
- Level: 2
Amount: 5
- Level: 3
Amount: 6
- Level: 4
Amount: 7
- Level: 5
Amount: 8
- Level: 6
Amount: 9
- Level: 7
Amount: 10
- Level: 8
Amount: 11
- Level: 9
Amount: 12
- Level: 10
Amount: 13
- Id: 8233
Name: MER_AUTOBERSERK
Description: Berserk
MaxLevel: 1
Type: Weapon
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
Requires:
SpCost: 5
- Id: 8234
Name: MER_DECAGI
Description: Decrease_AGI
MaxLevel: 10
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 40000
- Level: 2
Time: 50000
- Level: 3
Time: 60000
- Level: 4
Time: 70000
- Level: 5
Time: 80000
- Level: 6
Time: 90000
- Level: 7
Time: 100000
- Level: 8
Time: 110000
- Level: 9
Time: 120000
- Level: 10
Time: 130000
CastTimeFlags:
IgnoreDex: true
IgnoreStatus: true
IgnoreItemBonus: true
Requires:
SpCost:
- Level: 1
Amount: 15
- Level: 2
Amount: 17
- Level: 3
Amount: 19
- Level: 4
Amount: 21
- Level: 5
Amount: 23
- Level: 6
Amount: 25
- Level: 7
Amount: 27
- Level: 8
Amount: 29
- Level: 9
Amount: 31
- Level: 10
Amount: 33
- Id: 8235
Name: MER_SCAPEGOAT
Description: Scapegoat
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 3000
CastTimeFlags:
IgnoreDex: true
IgnoreStatus: true
IgnoreItemBonus: true
Requires:
SpCost: 5
- Id: 8236
Name: MER_LEXDIVINA
Description: Lex_Divina
MaxLevel: 10
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 5
Hit: Single
CastCancel: true
AfterCastActDelay: 3000
Duration2:
- Level: 1
Time: 30000
- Level: 2
Time: 35000
- Level: 3
Time: 40000
- Level: 4
Time: 45000
- Level: 5
Time: 50000
- Level: 6
Time: 60000
- Level: 7
Time: 60000
- Level: 8
Time: 60000
- Level: 9
Time: 60000
- Level: 10
Time: 60000
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 20
- Level: 3
Amount: 20
- Level: 4
Amount: 20
- Level: 5
Amount: 20
- Level: 6
Amount: 18
- Level: 7
Amount: 16
- Level: 8
Amount: 14
- Level: 9
Amount: 12
- Level: 10
Amount: 10
- Id: 8237
Name: MER_ESTIMATION
Description: Sense
MaxLevel: 1
Type: Magic
TargetType: Attack
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Requires:
SpCost: 10
- Id: 8238
Name: MER_KYRIE
Description: Kyrie Eleison
MaxLevel: 10
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 2000
AfterCastActDelay: 2000
Duration1: 120000
CastTimeFlags:
IgnoreDex: true
IgnoreStatus: true
IgnoreItemBonus: true
Requires:
SpCost:
- Level: 1
Amount: 20
- Level: 2
Amount: 20
- Level: 3
Amount: 20
- Level: 4
Amount: 25
- Level: 5
Amount: 25
- Level: 6
Amount: 25
- Level: 7
Amount: 30
- Level: 8
Amount: 30
- Level: 9
Amount: 30
- Level: 10
Amount: 35
- Id: 8239
Name: MER_BLESSING
Description: Blessing
MaxLevel: 10
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
IgnoreHovering: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
Duration1:
- Level: 1
Time: 60000
- Level: 2
Time: 80000
- Level: 3
Time: 100000
- Level: 4
Time: 120000
- Level: 5
Time: 140000
- Level: 6
Time: 160000
- Level: 7
Time: 180000
- Level: 8
Time: 200000
- Level: 9
Time: 220000
- Level: 10
Time: 240000
Requires:
SpCost:
- Level: 1
Amount: 28
- Level: 2
Amount: 32
- Level: 3
Amount: 36
- Level: 4
Amount: 40
- Level: 5
Amount: 44
- Level: 6
Amount: 48
- Level: 7
Amount: 52
- Level: 8
Amount: 56
- Level: 9
Amount: 60
- Level: 10
Amount: 64
- Id: 8240
Name: MER_INCAGI
Description: Increase Agility
MaxLevel: 10
Type: Magic
TargetType: Support
DamageFlags:
NoDamage: true
Flags:
IgnoreHovering: true
Range: 9
Hit: Single
HitCount: 1
CastCancel: true
CastTime: 1000
AfterCastActDelay: 1000
Duration1:
- Level: 1
Time: 60000
- Level: 2
Time: 80000
- Level: 3
Time: 100000
- Level: 4
Time: 120000
- Level: 5
Time: 140000
- Level: 6
Time: 160000
- Level: 7
Time: 180000
- Level: 8
Time: 200000
- Level: 9
Time: 220000
- Level: 10
Time: 240000
CastTimeFlags:
IgnoreDex: true
IgnoreStatus: true
IgnoreItemBonus: true
Requires:
HpCost: 15
SpCost:
- Level: 1
Amount: 18
- Level: 2
Amount: 21
- Level: 3
Amount: 24
- Level: 4
Amount: 27
- Level: 5
Amount: 30
- Level: 6
Amount: 33
- Level: 7
Amount: 36
- Level: 8
Amount: 39
- Level: 9
Amount: 42
- Level: 10
Amount: 45
- Id: 8241
Name: MER_INVINCIBLEOFF2
Description: Mind Blaster
MaxLevel: 1
- Id: 10000
Name: GD_APPROVAL
Description: Official Guild Approval
MaxLevel: 1
Flags:
IsGuild: true
- Id: 10001
Name: GD_KAFRACONTRACT
Description: Kafra Contract
MaxLevel: 1
Flags:
IsGuild: true
- Id: 10002
Name: GD_GUARDRESEARCH
Description: Guardian Research
MaxLevel: 1
Flags:
IsGuild: true
- Id: 10003
Name: GD_GUARDUP
Description: Strengthen Guardians
MaxLevel: 1
Flags:
IsGuild: true
- Id: 10004
Name: GD_EXTENSION
Description: Guild Extension
MaxLevel: 10
Flags:
IsGuild: true
- Id: 10005
Name: GD_GLORYGUILD
Description: Guild's Glory
MaxLevel: 1
Flags:
IsGuild: true
- Id: 10006
Name: GD_LEADERSHIP
Description: Great Leadership
MaxLevel: 1
Flags:
IsGuild: true
SplashArea: 2
Duration1: 300000
Unit:
Id: Gd_Leadership
Layout: 2
Interval: -1
Target: SameGuild
Flag:
NoMob: true
- Id: 10007
Name: GD_GLORYWOUNDS
Description: Glorious Wounds
MaxLevel: 1
Flags:
IsGuild: true
SplashArea: 2
Duration1: 300000
Unit:
Id: Gd_Glorywounds
Layout: 2
Interval: -1
Target: SameGuild
Flag:
NoMob: true
- Id: 10008
Name: GD_SOULCOLD
Description: Cold Heart
MaxLevel: 1
Flags:
IsGuild: true
SplashArea: 2
Duration1: 300000
Unit:
Id: Gd_Soulcold
Layout: 2
Interval: -1
Target: SameGuild
Flag:
NoMob: true
- Id: 10009
Name: GD_HAWKEYES
Description: Sharp Gaze
MaxLevel: 1
Flags:
IsGuild: true
SplashArea: 2
Duration1: 300000
Unit:
Id: Gd_Hawkeyes
Layout: 2
Interval: -1
Target: SameGuild
Flag:
NoMob: true
- Id: 10010
Name: GD_BATTLEORDER
Description: Battle Orders
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsGuild: true
SplashArea: 15
CastCancel: true
Duration1: 180000
Duration2: 300000
CastTimeFlags:
IgnoreDex: true
IgnoreStatus: true
Requires:
SpCost: 1
- Id: 10011
Name: GD_REGENERATION
Description: Regeneration
MaxLevel: 3
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsGuild: true
SplashArea: 15
CastCancel: true
Duration1: 60000
Duration2: 300000
CastTimeFlags:
IgnoreDex: true
IgnoreStatus: true
Requires:
SpCost: 1
- Id: 10012
Name: GD_RESTORE
Description: Restoration
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsGuild: true
SplashArea: 15
CastCancel: true
CastTime: 10000
Duration2: 300000
CastTimeFlags:
IgnoreStatus: true
IgnoreItemBonus: true
Requires:
SpCost: 1
- Id: 10013
Name: GD_EMERGENCYCALL
Description: Urgent Call
MaxLevel: 1
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsGuild: true
IgnoreKagehumi: true
CastCancel: true
CastTime: 5000
Duration2: 300000
CastTimeFlags:
IgnoreDex: true
IgnoreStatus: true
IgnoreItemBonus: true
Requires:
SpCost: 1
- Id: 10014
Name: GD_DEVELOPMENT
Description: Permanent Development
MaxLevel: 1
Flags:
IsGuild: true
- Id: 10015
Name: GD_ITEMEMERGENCYCALL
Description: Item Emergency Call
MaxLevel: 3
TargetType: Self
DamageFlags:
NoDamage: true
Splash: true
Flags:
IsGuild: true
IgnoreKagehumi: true
CastCancel: true
Duration2: 300000