From 518d71c285860ac2b2858a956a3e0ec0474deae3 Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 9 Jul 2016 18:01:12 +0200 Subject: Some indentation fixes in the skill db converter Signed-off-by: Haru --- db/pre-re/skill_db.conf | 1105 +++++++++++++++++++++++------------------------ 1 file changed, 552 insertions(+), 553 deletions(-) (limited to 'db/pre-re/skill_db.conf') diff --git a/db/pre-re/skill_db.conf b/db/pre-re/skill_db.conf index c16ce7071..804f9f1d8 100644 --- a/db/pre-re/skill_db.conf +++ b/db/pre-re/skill_db.conf @@ -1,249 +1,248 @@ //================= Hercules Database ========================================== - //= _ _ _ - //= | | | | | | - //= | |_| | ___ _ __ ___ _ _| | ___ ___ - //= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| - //= | | | | __/ | | (__| |_| | | __/\__ \ - //= \_| |_/\___|_| \___|\__,_|_|\___||___/ - //================= License ==================================================== - //= This file is part of Hercules. - //= http://herc.ws - http://github.com/HerculesWS/Hercules - //= - //= Copyright (C) 2014-2016 Hercules Dev Team - //= - //= Hercules is free software: you can redistribute it and/or modify - //= it under the terms of the GNU General Public License as published by - //= the Free Software Foundation, either version 3 of the License, or - //= (at your option) any later version. - //= - //= This program is distributed in the hope that it will be useful, - //= but WITHOUT ANY WARRANTY; without even the implied warranty of - //= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - //= GNU General Public License for more details. - //= - //= You should have received a copy of the GNU General Public License - //= along with this program. If not, see . - //============================================================================== - //= Pre-Renewal Skill Database [Hercules] - //============================================================================== - //= @Format Notes: - //= - All string entries are case-sensitive and must be quoted. - //= - All setting names are case-sensitive and must be keyed accurately. - /****************************************************************************** - ********************************* Entry structure ***************************** - ******************************************************************************* +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License ==================================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2014-2016 Hercules Dev Team +//= +//= Hercules is free software: you can redistribute it and/or modify +//= it under the terms of the GNU General Public License as published by +//= the Free Software Foundation, either version 3 of the License, or +//= (at your option) any later version. +//= +//= This program is distributed in the hope that it will be useful, +//= but WITHOUT ANY WARRANTY; without even the implied warranty of +//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +//= GNU General Public License for more details. +//= +//= You should have received a copy of the GNU General Public License +//= along with this program. If not, see . +//============================================================================== +//= Pre-Renewal Skill Database [Hercules] +//============================================================================== +//= @Format Notes: +//= - All string entries are case-sensitive and must be quoted. +//= - All setting names are case-sensitive and must be keyed accurately. - { - ------------------------------ Mandatory Fields ---------------------------- - Id: ID (int) (Required) - Name: "Skill Name" (string) (Required) - MaxLevel: Skill Level (int) (Required) - ------------------------------ Optional Fields ----------------------------- - Description: "Skill Description" (string) (optional but recommended) - Range: Skill Range (int) (optional, defaults to 0) (can be grouped by Levels) - Note: Range < 5 is considered Melee range. - Hit: Hit Type (int) (optional, default "BDT_NORMAL") - Types - "BDT_SKILL", "BDT_MULTIHIT" or "BDT_NORMAL" ] - SkillType: { (bool, defaults to "Passive") - Passive: true/false (boolean, defaults to false) - Enemy: true/false (boolean, defaults to false) - Place: true/false (boolean, defaults to false) - Self: true/false (boolean, defaults to false) - Friend: true/false (boolean, defaults to false) - Trap: true/false (boolean, defaults to false) - } - SkillInfo: { (bool, defaults to "None") - Quest: true/false (boolean, defaults to false) - NPC: true/false (boolean, defaults to false) - Wedding: true/false (boolean, defaults to false) - Spirit: true/false (boolean, defaults to false) - Guild: true/false (boolean, defaults to false) - Song: true/false (boolean, defaults to false) - Ensemble: true/false (boolean, defaults to false) - Trap: true/false (boolean, defaults to false) - TargetSelf: true/false (boolean, defaults to false) - NoCastSelf: true/false (boolean, defaults to false) - PartyOnly: true/false (boolean, defaults to false) - GuildOnly: true/false (boolean, defaults to false) - NoEnemy: true/false (boolean, defaults to false) - IgnoreLandProtector: true/false (boolean, defaults to false) - Chorus: true/false (boolean, defaults to false) - } - AttackType: "Attack Type" (string, defaults to "None") - Types: "None", "Weapon", "Magic" or "Misc" - Element: "Element Type" (string) (Optional field - Default "Ele_Neutral") - (can be grouped by Levels) - Types: "Ele_Neutral", "Ele_Water", "Ele_Earth", "Ele_Fire", "Ele_Wind" - "Ele_Poison", "Ele_Holy", "Ele_Dark", "Ele_Ghost", "Ele_Undead" - "Ele_Weapon" - Uses weapon's element. - "Ele_Endowed" - Uses Endowed element. - "Ele_Random" - Uses random element. - DamageType: { (bool, default to "NoDamage") - NoDamage: true/false No damage skill - SplashArea: true/false Has splash area (requires source modification) - SplitDamage: true/false Damage should be split among targets (requires 'SplashArea' in order to work) - IgnoreCards: true/false Skill ignores caster's % damage cards (misc type always ignores) - IgnoreElement: true/false Skill ignores elemental adjustments - IgnoreDefense: true/false Skill ignores target's defense (misc type always ignores) - IgnoreFlee: true/false Skill ignores target's flee (magic type always ignores) - IgnoreDefCards: true/false Skill ignores target's def cards - } - SplashRange: Damage Splash Area (int, defaults to 0) (can be grouped by Levels) - Note: -1 for screen-wide. - NumberOfHits: Number of Hits (int, defaults to 1) (can be grouped by Levels) - Note: when positive, damage is increased by hits, - negative values just show number of hits without - increasing total damage. - InterruptCast: Cast Interruption (bool, defaults to true) - CastDefRate: Cast Defense Reduction (int, defaults to 0) - SkillInstances: Skill instances (int, defaults to 0) (can be grouped by Levels) - Notes: max amount of skill instances to place on the ground when - player_land_skill_limit/monster_land_skill_limit is enabled. For skills - that attack using a path, this is the path length to be used. - KnockBackTiles: Knock-back by 'n' Tiles (int, defaults to 0) (can be grouped by Levels) - CastTime: Skill cast Time (in ms) (int, defaults to 0) (can be grouped by Levels) - AfterCastActDelay: Skill Delay (in ms) (int, defaults to 0) (can be grouped by Levels) - AfterCastWalkDelay: Walk Delay (in ms) (int, defaults to 0) (can be grouped by Levels) - SkillData1: Skill Data/Duration (in ms) (int, defaults to 0) (can be grouped by Levels) - SkillData2: Skill Data/Duration (in ms) (int, defaults to 0) (can be grouped by Levels) - CoolDown: Skill Cooldown (in ms) (int, defaults to 0) (can be grouped by Levels) - - CastTimeOptions: { - IgnoreDex: true/false (boolean, defaults to false) - IgnoreStatusEffect: true/false (boolean, defaults to false) - IgnoreItemBonus: true/false (boolean, defaults to false) - Note: Delay setting 'IgnoreDex' only makes sense when - delay_dependon_dex is enabled. - } - SkillDelayOptions: { - IgnoreDex: true/false (boolean, defaults to false) - IgnoreStatusEffect: true/false (boolean, defaults to false) - IgnoreItemBonus: true/false (boolean, defaults to false) - Note: Delay setting 'IgnoreDex' only makes sense when - delay_dependon_dex is enabled. - } - Requirements: { - HPCost: HP Cost (int, defaults to 0) (can be grouped by Levels) - SPCost: SP Cost (int, defaults to 0) (can be grouped by Levels) - HPRateCost: HP % Cost (int, defaults to 0) (can be grouped by Levels) - Note: If positive, it is a percent of your current hp, - otherwise it is a percent of your max hp. - SPRateCost: SP % Cost (int, defaults to 0) (can be grouped by Levels) - Note: If positive, it is a percent of your current sp, - otherwise it is a percent of your max sp. - ZenyCost: Zeny Cost (int, defaults to 0) (can be grouped by Levels) - WeaponTypes: { (bool or string, defaults to "All") - NoWeapon: true/false (boolean, defaults to false) - Daggers: true/false (boolean, defaults to false) - 1HSwords: true/false (boolean, defaults to false) - 2HSwords: true/false (boolean, defaults to false) - 1HSpears: true/false (boolean, defaults to false) - 2HSpears: true/false (boolean, defaults to false) - 1HAxes: true/false (boolean, defaults to false) - 2HAxes: true/false (boolean, defaults to false) - Maces: true/false (boolean, defaults to false) - 2HMaces: true/false (boolean, defaults to false) - Staves: true/false (boolean, defaults to false) - Bows: true/false (boolean, defaults to false) - Knuckles: true/false (boolean, defaults to false) - Instruments: true/false (boolean, defaults to false) - Whips: true/false (boolean, defaults to false) - Books: true/false (boolean, defaults to false) - Katars: true/false (boolean, defaults to false) - Revolvers: true/false (boolean, defaults to false) - Rifles: true/false (boolean, defaults to false) - GatlingGuns: true/false (boolean, defaults to false) - Shotguns: true/false (boolean, defaults to false) - GrenadeLaunchers: true/false (boolean, defaults to false) - FuumaShurikens: true/false (boolean, defaults to false) - 2HStaves: true/false (boolean, defaults to false) - MaxSingleWeaponType: true/false (boolean, defaults to false) - DWDaggers: true/false (boolean, defaults to false) - DWSwords: true/false (boolean, defaults to false) - DWAxes: true/false (boolean, defaults to false) - DWDaggerSword: true/false (boolean, defaults to false) - DWDaggerAxe: true/false (boolean, defaults to false) - DWSwordAxe: true/false (boolean, defaults to false) - } - AmmoTypes: { (for all types use string "All") - A_ARROW: true/false (boolean, defaults to false) - A_DAGGER: true/false (boolean, defaults to false) - A_BULLET: true/false (boolean, defaults to false) - A_SHELL: true/false (boolean, defaults to false) - A_GRENADE: true/false (boolean, defaults to false) - A_SHURIKEN: true/false (boolean, defaults to false) - A_KUNAI: true/false (boolean, defaults to false) - A_CANNONBALL: true/false (boolean, defaults to false) - A_THROWWEAPON: true/false (boolean, defaults to false) - } - AmmoAmount: Ammunition Amount (int, defaults to 0) (can be grouped by Levels) - State: "Required State" (string, defaults to "None") (can be grouped by Levels) - Types : 'None' = Nothing special - 'Moveable' = Requires to be able to move - 'NotOverWeight' = Requires to be less than 50% weight - 'InWater' = Requires to be standing on a water cell - 'Cart' = Requires a Pushcart - 'Riding' = Requires to ride either a peco or a dragon - 'Falcon' = Requires a Falcon - 'Sight' = Requires Sight skill activated - 'Hiding' = Requires Hiding skill activated - 'Cloaking' = Requires Cloaking skill activated - 'ExplosionSpirits' = Requires Fury skill activated - 'CartBoost' = Requires a Pushcart and Cart Boost skill activated - 'Shield' = Requires a 0,shield equipped - 'Warg' = Requires a Warg - 'Dragon' = Requires to ride a Dragon - 'RidingWarg' = Requires to ride a Warg - 'Mado' = Requires to have an active mado - 'PoisonWeapon' = Requires to be under Poisoning Weapon. - 'RollingCutter' = Requires at least one Rotation Counter from Rolling Cutter. - 'ElementalSpirit' = Requires to have an Elemental Spirit summoned. - 'MH_Fighting' = Requires Eleanor fighthing mode - 'MH_Grappling' = Requires Eleanor grappling mode - 'Peco' = Requires riding a peco - SpiritSphereCost: Spirit Sphere Cost (int, defaults to 0) (can be grouped by Levels) - Items: { - ItemID or Aegis_Name : Amount (int, defaults to 0) (can be grouped by Levels) - Item example: "ID717" or "Blue_Gemstone". - Notes: Items with amount 0 will not be consumed. - Amount can also be grouped by levels. - } - } - Unit: { - Id: [ UnitID, UnitID2 ] (int, defaults to 0) (can be grouped by Levels) - Layout: Unit Layout (int, defaults to 0) (can be grouped by Levels) - Range: Unit Range (int, defaults to 0) (can be grouped by Levels) - Interval: Unit Interval (int, defaults to 0) (can be grouped by Levels) - Target: "Unit Target" (string, defaults to "None") - Types: - All - affects everyone - NotEnemy - affects anyone who isn't an enemy - Friend - affects party, guildmates and neutral players - Party - affects party only - Guild - affects guild only - Ally - affects party and guildmates only - Sameguild - affects guild but not allies - Enemy - affects enemies only - None - affects nobody - Flag: { - UF_DEFNOTENEMY: true/false (boolean, defaults to false) - UF_NOREITERATION: true/false (boolean, defaults to false) - UF_NOFOOTSET: true/false (boolean, defaults to false) - UF_NOOVERLAP: true/false (boolean, defaults to false) - UF_PATHCHECK: true/false (boolean, defaults to false) - UF_NOPC: true/false (boolean, defaults to false) - UF_NOMOB: true/false (boolean, defaults to false) - UF_SKILL: true/false (boolean, defaults to false) - UF_DANCE: true/false (boolean, defaults to false) - UF_ENSEMBLE: true/false (boolean, defaults to false) - UF_SONG: true/false (boolean, defaults to false) - UF_DUALMODE: true/false (boolean, defaults to false) - UF_RANGEDSINGLEUNI: true/false (boolean, defaults to false) - } + +/****************************************************************************** +********************************* Entry structure ***************************** +******************************************************************************* +{ + // ------------------------------ Mandatory Fields ---------------------------- + Id: ID (int) (Required) + Name: "Skill Name" (string) (Required) + MaxLevel: Skill Level (int) (Required) + // ------------------------------ Optional Fields ----------------------------- + Description: "Skill Description" (string) (optional but recommended) + Range: Skill Range (int) (optional, defaults to 0) (can be grouped by Levels) + Note: Range < 5 is considered Melee range. + Hit: Hit Type (int) (optional, default "BDT_NORMAL") + Types - "BDT_SKILL", "BDT_MULTIHIT" or "BDT_NORMAL" ] + SkillType: { (bool, defaults to "Passive") + Passive: true/false (boolean, defaults to false) + Enemy: true/false (boolean, defaults to false) + Place: true/false (boolean, defaults to false) + Self: true/false (boolean, defaults to false) + Friend: true/false (boolean, defaults to false) + Trap: true/false (boolean, defaults to false) + } + SkillInfo: { (bool, defaults to "None") + Quest: true/false (boolean, defaults to false) + NPC: true/false (boolean, defaults to false) + Wedding: true/false (boolean, defaults to false) + Spirit: true/false (boolean, defaults to false) + Guild: true/false (boolean, defaults to false) + Song: true/false (boolean, defaults to false) + Ensemble: true/false (boolean, defaults to false) + Trap: true/false (boolean, defaults to false) + TargetSelf: true/false (boolean, defaults to false) + NoCastSelf: true/false (boolean, defaults to false) + PartyOnly: true/false (boolean, defaults to false) + GuildOnly: true/false (boolean, defaults to false) + NoEnemy: true/false (boolean, defaults to false) + IgnoreLandProtector: true/false (boolean, defaults to false) + Chorus: true/false (boolean, defaults to false) + } + AttackType: "Attack Type" (string, defaults to "None") + Types: "None", "Weapon", "Magic" or "Misc" + Element: "Element Type" (string) (Optional field - Default "Ele_Neutral") + (can be grouped by Levels) + Types: "Ele_Neutral", "Ele_Water", "Ele_Earth", "Ele_Fire", "Ele_Wind" + "Ele_Poison", "Ele_Holy", "Ele_Dark", "Ele_Ghost", "Ele_Undead" + "Ele_Weapon" - Uses weapon's element. + "Ele_Endowed" - Uses Endowed element. + "Ele_Random" - Uses random element. + DamageType: { (bool, default to "NoDamage") + NoDamage: true/false No damage skill + SplashArea: true/false Has splash area (requires source modification) + SplitDamage: true/false Damage should be split among targets (requires 'SplashArea' in order to work) + IgnoreCards: true/false Skill ignores caster's % damage cards (misc type always ignores) + IgnoreElement: true/false Skill ignores elemental adjustments + IgnoreDefense: true/false Skill ignores target's defense (misc type always ignores) + IgnoreFlee: true/false Skill ignores target's flee (magic type always ignores) + IgnoreDefCards: true/false Skill ignores target's def cards + } + SplashRange: Damage Splash Area (int, defaults to 0) (can be grouped by Levels) + Note: -1 for screen-wide. + NumberOfHits: Number of Hits (int, defaults to 1) (can be grouped by Levels) + Note: when positive, damage is increased by hits, + negative values just show number of hits without + increasing total damage. + InterruptCast: Cast Interruption (bool, defaults to true) + CastDefRate: Cast Defense Reduction (int, defaults to 0) + SkillInstances: Skill instances (int, defaults to 0) (can be grouped by Levels) + Notes: max amount of skill instances to place on the ground when + player_land_skill_limit/monster_land_skill_limit is enabled. For skills + that attack using a path, this is the path length to be used. + KnockBackTiles: Knock-back by 'n' Tiles (int, defaults to 0) (can be grouped by Levels) + CastTime: Skill cast Time (in ms) (int, defaults to 0) (can be grouped by Levels) + AfterCastActDelay: Skill Delay (in ms) (int, defaults to 0) (can be grouped by Levels) + AfterCastWalkDelay: Walk Delay (in ms) (int, defaults to 0) (can be grouped by Levels) + SkillData1: Skill Data/Duration (in ms) (int, defaults to 0) (can be grouped by Levels) + SkillData2: Skill Data/Duration (in ms) (int, defaults to 0) (can be grouped by Levels) + CoolDown: Skill Cooldown (in ms) (int, defaults to 0) (can be grouped by Levels) + CastTimeOptions: { + IgnoreDex: true/false (boolean, defaults to false) + IgnoreStatusEffect: true/false (boolean, defaults to false) + IgnoreItemBonus: true/false (boolean, defaults to false) + Note: Delay setting 'IgnoreDex' only makes sense when + delay_dependon_dex is enabled. + } + SkillDelayOptions: { + IgnoreDex: true/false (boolean, defaults to false) + IgnoreStatusEffect: true/false (boolean, defaults to false) + IgnoreItemBonus: true/false (boolean, defaults to false) + Note: Delay setting 'IgnoreDex' only makes sense when + delay_dependon_dex is enabled. + } + Requirements: { + HPCost: HP Cost (int, defaults to 0) (can be grouped by Levels) + SPCost: SP Cost (int, defaults to 0) (can be grouped by Levels) + HPRateCost: HP % Cost (int, defaults to 0) (can be grouped by Levels) + Note: If positive, it is a percent of your current hp, + otherwise it is a percent of your max hp. + SPRateCost: SP % Cost (int, defaults to 0) (can be grouped by Levels) + Note: If positive, it is a percent of your current sp, + otherwise it is a percent of your max sp. + ZenyCost: Zeny Cost (int, defaults to 0) (can be grouped by Levels) + WeaponTypes: { (bool or string, defaults to "All") + NoWeapon: true/false (boolean, defaults to false) + Daggers: true/false (boolean, defaults to false) + 1HSwords: true/false (boolean, defaults to false) + 2HSwords: true/false (boolean, defaults to false) + 1HSpears: true/false (boolean, defaults to false) + 2HSpears: true/false (boolean, defaults to false) + 1HAxes: true/false (boolean, defaults to false) + 2HAxes: true/false (boolean, defaults to false) + Maces: true/false (boolean, defaults to false) + 2HMaces: true/false (boolean, defaults to false) + Staves: true/false (boolean, defaults to false) + Bows: true/false (boolean, defaults to false) + Knuckles: true/false (boolean, defaults to false) + Instruments: true/false (boolean, defaults to false) + Whips: true/false (boolean, defaults to false) + Books: true/false (boolean, defaults to false) + Katars: true/false (boolean, defaults to false) + Revolvers: true/false (boolean, defaults to false) + Rifles: true/false (boolean, defaults to false) + GatlingGuns: true/false (boolean, defaults to false) + Shotguns: true/false (boolean, defaults to false) + GrenadeLaunchers: true/false (boolean, defaults to false) + FuumaShurikens: true/false (boolean, defaults to false) + 2HStaves: true/false (boolean, defaults to false) + MaxSingleWeaponType: true/false (boolean, defaults to false) + DWDaggers: true/false (boolean, defaults to false) + DWSwords: true/false (boolean, defaults to false) + DWAxes: true/false (boolean, defaults to false) + DWDaggerSword: true/false (boolean, defaults to false) + DWDaggerAxe: true/false (boolean, defaults to false) + DWSwordAxe: true/false (boolean, defaults to false) + } + AmmoTypes: { (for all types use string "All") + A_ARROW: true/false (boolean, defaults to false) + A_DAGGER: true/false (boolean, defaults to false) + A_BULLET: true/false (boolean, defaults to false) + A_SHELL: true/false (boolean, defaults to false) + A_GRENADE: true/false (boolean, defaults to false) + A_SHURIKEN: true/false (boolean, defaults to false) + A_KUNAI: true/false (boolean, defaults to false) + A_CANNONBALL: true/false (boolean, defaults to false) + A_THROWWEAPON: true/false (boolean, defaults to false) + } + AmmoAmount: Ammunition Amount (int, defaults to 0) (can be grouped by Levels) + State: "Required State" (string, defaults to "None") (can be grouped by Levels) + Types : 'None' = Nothing special + 'Moveable' = Requires to be able to move + 'NotOverWeight' = Requires to be less than 50% weight + 'InWater' = Requires to be standing on a water cell + 'Cart' = Requires a Pushcart + 'Riding' = Requires to ride either a peco or a dragon + 'Falcon' = Requires a Falcon + 'Sight' = Requires Sight skill activated + 'Hiding' = Requires Hiding skill activated + 'Cloaking' = Requires Cloaking skill activated + 'ExplosionSpirits' = Requires Fury skill activated + 'CartBoost' = Requires a Pushcart and Cart Boost skill activated + 'Shield' = Requires a 0,shield equipped + 'Warg' = Requires a Warg + 'Dragon' = Requires to ride a Dragon + 'RidingWarg' = Requires to ride a Warg + 'Mado' = Requires to have an active mado + 'PoisonWeapon' = Requires to be under Poisoning Weapon. + 'RollingCutter' = Requires at least one Rotation Counter from Rolling Cutter. + 'ElementalSpirit' = Requires to have an Elemental Spirit summoned. + 'MH_Fighting' = Requires Eleanor fighthing mode + 'MH_Grappling' = Requires Eleanor grappling mode + 'Peco' = Requires riding a peco + SpiritSphereCost: Spirit Sphere Cost (int, defaults to 0) (can be grouped by Levels) + Items: { + ItemID or Aegis_Name : Amount (int, defaults to 0) (can be grouped by Levels) + Item example: "ID717" or "Blue_Gemstone". + Notes: Items with amount 0 will not be consumed. + Amount can also be grouped by levels. } } - * This file has been generated by Smokexyz's skilldbconverter.php tool. - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + Unit: { + Id: [ UnitID, UnitID2 ] (int, defaults to 0) (can be grouped by Levels) + Layout: Unit Layout (int, defaults to 0) (can be grouped by Levels) + Range: Unit Range (int, defaults to 0) (can be grouped by Levels) + Interval: Unit Interval (int, defaults to 0) (can be grouped by Levels) + Target: "Unit Target" (string, defaults to "None") + Types: + All - affects everyone + NotEnemy - affects anyone who isn't an enemy + Friend - affects party, guildmates and neutral players + Party - affects party only + Guild - affects guild only + Ally - affects party and guildmates only + Sameguild - affects guild but not allies + Enemy - affects enemies only + None - affects nobody + Flag: { + UF_DEFNOTENEMY: true/false (boolean, defaults to false) + UF_NOREITERATION: true/false (boolean, defaults to false) + UF_NOFOOTSET: true/false (boolean, defaults to false) + UF_NOOVERLAP: true/false (boolean, defaults to false) + UF_PATHCHECK: true/false (boolean, defaults to false) + UF_NOPC: true/false (boolean, defaults to false) + UF_NOMOB: true/false (boolean, defaults to false) + UF_SKILL: true/false (boolean, defaults to false) + UF_DANCE: true/false (boolean, defaults to false) + UF_ENSEMBLE: true/false (boolean, defaults to false) + UF_SONG: true/false (boolean, defaults to false) + UF_DUALMODE: true/false (boolean, defaults to false) + UF_RANGEDSINGLEUNI: true/false (boolean, defaults to false) + } + } +} +*******************************************************************************/ skill_db: ( { @@ -1598,7 +1597,7 @@ skill_db: ( Place: true } SkillInfo: { - IgnoreLandProtector: true + IgnoreLandProtector: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -2081,7 +2080,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -2150,7 +2149,7 @@ skill_db: ( Place: true } SkillInfo: { - Ensemble: true + Ensemble: true } AttackType: "Magic" DamageType: { @@ -2541,7 +2540,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Magic" Element: "Ele_Fire" @@ -3484,7 +3483,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" DamageType: { @@ -3531,7 +3530,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" Element: "Ele_Earth" @@ -3574,7 +3573,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" DamageType: { @@ -3621,7 +3620,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" DamageType: { @@ -3661,7 +3660,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" DamageType: { @@ -3709,7 +3708,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" DamageType: { @@ -3757,7 +3756,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Weapon" Element: "Ele_Water" @@ -3806,7 +3805,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" Element: "Ele_Wind" @@ -3848,7 +3847,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" Element: "Ele_Fire" @@ -3910,7 +3909,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" DamageType: { @@ -4173,7 +4172,7 @@ skill_db: ( Friend: true } SkillInfo: { - PartyOnly: true + PartyOnly: true } AttackType: "Weapon" Element: "Ele_Poison" @@ -4376,7 +4375,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } DamageType: { NoDamage: true @@ -4397,7 +4396,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } DamageType: { NoDamage: true @@ -4415,7 +4414,7 @@ skill_db: ( Description: "Moving HP-Recovery" MaxLevel: 1 SkillInfo: { - Quest: true + Quest: true } NumberOfHits: 0 }, @@ -4425,7 +4424,7 @@ skill_db: ( Description: "Fatal Blow" MaxLevel: 1 SkillInfo: { - Quest: true + Quest: true } NumberOfHits: 0 SkillData2: 5000 @@ -4440,7 +4439,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" DamageType: { @@ -4461,7 +4460,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" DamageType: { @@ -4486,7 +4485,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -4518,7 +4517,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" Element: "Ele_Earth" @@ -4538,7 +4537,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" DamageType: { @@ -4561,7 +4560,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } DamageType: { NoDamage: true @@ -4585,7 +4584,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Misc" DamageType: { @@ -4613,7 +4612,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -4638,7 +4637,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } DamageType: { NoDamage: true @@ -4660,7 +4659,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" DamageType: { @@ -4684,7 +4683,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Magic" Element: "Ele_Holy" @@ -4704,7 +4703,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Magic" DamageType: { @@ -4729,7 +4728,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -4746,7 +4745,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -4767,7 +4766,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" InterruptCast: true @@ -4781,7 +4780,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -4800,7 +4799,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Water" @@ -4820,7 +4819,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Earth" @@ -4840,7 +4839,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Fire" @@ -4860,7 +4859,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Wind" @@ -4880,7 +4879,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Poison" @@ -4900,7 +4899,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Holy" @@ -4920,7 +4919,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Dark" @@ -4940,7 +4939,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Ghost" @@ -4962,7 +4961,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -4983,7 +4982,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5012,7 +5011,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5033,7 +5032,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Misc" Element: "Ele_Fire" @@ -5059,7 +5058,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5078,7 +5077,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Misc" DamageType: { @@ -5099,7 +5098,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5117,7 +5116,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5135,7 +5134,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5153,7 +5152,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5171,7 +5170,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5189,7 +5188,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Dark" @@ -5207,7 +5206,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5225,7 +5224,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5242,7 +5241,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Water" @@ -5259,7 +5258,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Earth" @@ -5276,7 +5275,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Fire" @@ -5293,7 +5292,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Wind" @@ -5310,7 +5309,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Poison" @@ -5327,7 +5326,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Holy" @@ -5344,7 +5343,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Dark" @@ -5361,7 +5360,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Ghost" @@ -5378,7 +5377,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5394,7 +5393,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -5411,7 +5410,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -5429,7 +5428,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Misc" DamageType: { @@ -5448,7 +5447,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -5466,7 +5465,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -5483,7 +5482,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -5503,7 +5502,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Dark" @@ -5524,7 +5523,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Dark" @@ -5539,7 +5538,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" DamageType: { @@ -5562,7 +5561,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Misc" Element: "Ele_Dark" @@ -5579,7 +5578,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Dark" @@ -5598,7 +5597,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -5619,7 +5618,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" DamageType: { @@ -5642,7 +5641,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5663,7 +5662,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -5693,7 +5692,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -5711,7 +5710,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -6178,7 +6177,7 @@ skill_db: ( Friend: true } SkillInfo: { - PartyOnly: true + PartyOnly: true GuildOnly: true } DamageType: { @@ -6391,7 +6390,7 @@ skill_db: ( Description: "Bioethics" MaxLevel: 1 SkillInfo: { - Quest: true + Quest: true } NumberOfHits: 0 }, @@ -6631,7 +6630,7 @@ skill_db: ( Self: true } SkillInfo: { - TargetSelf: true + TargetSelf: true } AttackType: "Magic" Element: "Ele_Holy" @@ -6698,7 +6697,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true PartyOnly: true } DamageType: { @@ -6729,7 +6728,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } DamageType: { NoDamage: true @@ -7148,7 +7147,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -7203,7 +7202,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -7374,7 +7373,7 @@ skill_db: ( Friend: true } SkillInfo: { - PartyOnly: true + PartyOnly: true GuildOnly: true } AttackType: "Magic" @@ -7410,7 +7409,7 @@ skill_db: ( Friend: true } SkillInfo: { - PartyOnly: true + PartyOnly: true GuildOnly: true } AttackType: "Magic" @@ -7446,7 +7445,7 @@ skill_db: ( Friend: true } SkillInfo: { - PartyOnly: true + PartyOnly: true GuildOnly: true } AttackType: "Magic" @@ -7482,7 +7481,7 @@ skill_db: ( Friend: true } SkillInfo: { - PartyOnly: true + PartyOnly: true GuildOnly: true } AttackType: "Magic" @@ -7711,7 +7710,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true PartyOnly: true GuildOnly: true } @@ -7769,7 +7768,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -7792,7 +7791,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -7814,7 +7813,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -7837,7 +7836,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -7861,7 +7860,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -7884,7 +7883,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -7907,7 +7906,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -7930,7 +7929,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -7953,7 +7952,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -7976,7 +7975,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -7999,7 +7998,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" InterruptCast: true @@ -8018,7 +8017,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -8041,7 +8040,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" InterruptCast: true @@ -8100,7 +8099,7 @@ skill_db: ( Self: true } SkillInfo: { - Ensemble: true + Ensemble: true } AttackType: "Misc" DamageType: { @@ -8135,7 +8134,7 @@ skill_db: ( Self: true } SkillInfo: { - Ensemble: true + Ensemble: true } AttackType: "Misc" DamageType: { @@ -8170,7 +8169,7 @@ skill_db: ( Self: true } SkillInfo: { - Ensemble: true + Ensemble: true } AttackType: "Misc" DamageType: { @@ -8205,7 +8204,7 @@ skill_db: ( Self: true } SkillInfo: { - Ensemble: true + Ensemble: true } AttackType: "Misc" DamageType: { @@ -8246,7 +8245,7 @@ skill_db: ( Self: true } SkillInfo: { - Ensemble: true + Ensemble: true } AttackType: "Misc" DamageType: { @@ -8287,7 +8286,7 @@ skill_db: ( Self: true } SkillInfo: { - Ensemble: true + Ensemble: true } AttackType: "Misc" DamageType: { @@ -8322,7 +8321,7 @@ skill_db: ( Self: true } SkillInfo: { - Ensemble: true + Ensemble: true } AttackType: "Misc" DamageType: { @@ -8357,7 +8356,7 @@ skill_db: ( Self: true } SkillInfo: { - Ensemble: true + Ensemble: true } AttackType: "Misc" DamageType: { @@ -8430,7 +8429,7 @@ skill_db: ( Self: true } SkillInfo: { - Song: true + Song: true } AttackType: "Misc" DamageType: { @@ -8505,7 +8504,7 @@ skill_db: ( Self: true } SkillInfo: { - Song: true + Song: true } AttackType: "Misc" DamageType: { @@ -8550,7 +8549,7 @@ skill_db: ( Self: true } SkillInfo: { - Song: true + Song: true } AttackType: "Misc" DamageType: { @@ -8595,7 +8594,7 @@ skill_db: ( Self: true } SkillInfo: { - Song: true + Song: true } AttackType: "Misc" DamageType: { @@ -8640,7 +8639,7 @@ skill_db: ( Self: true } SkillInfo: { - Song: true + Song: true } AttackType: "Misc" DamageType: { @@ -8723,7 +8722,7 @@ skill_db: ( Self: true } SkillInfo: { - Song: true + Song: true } AttackType: "Misc" DamageType: { @@ -8791,7 +8790,7 @@ skill_db: ( Self: true } SkillInfo: { - Song: true + Song: true } AttackType: "Misc" DamageType: { @@ -8837,7 +8836,7 @@ skill_db: ( Self: true } SkillInfo: { - Song: true + Song: true } AttackType: "Misc" DamageType: { @@ -8883,7 +8882,7 @@ skill_db: ( Self: true } SkillInfo: { - Song: true + Song: true } AttackType: "Misc" DamageType: { @@ -8929,7 +8928,7 @@ skill_db: ( Self: true } SkillInfo: { - Song: true + Song: true } AttackType: "Misc" DamageType: { @@ -8975,7 +8974,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -8994,7 +8993,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -9013,7 +9012,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -9033,7 +9032,7 @@ skill_db: ( Self: true } SkillInfo: { - Wedding: true + Wedding: true } DamageType: { NoDamage: true @@ -9057,7 +9056,7 @@ skill_db: ( Self: true } SkillInfo: { - Wedding: true + Wedding: true } DamageType: { NoDamage: true @@ -9081,7 +9080,7 @@ skill_db: ( Self: true } SkillInfo: { - Wedding: true + Wedding: true } DamageType: { NoDamage: true @@ -9114,7 +9113,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -9134,7 +9133,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Dark" @@ -9152,7 +9151,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true TargetSelf: true } AttackType: "Magic" @@ -9197,7 +9196,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Dark" @@ -9226,7 +9225,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Dark" @@ -9267,7 +9266,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -9288,7 +9287,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -9305,7 +9304,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -9322,7 +9321,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -9339,7 +9338,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -9356,7 +9355,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Undead" @@ -9372,7 +9371,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Undead" @@ -9393,7 +9392,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" DamageType: { @@ -9420,7 +9419,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -9442,7 +9441,7 @@ skill_db: ( Description: "Siege Mode" MaxLevel: 1 SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -9460,7 +9459,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -9475,7 +9474,7 @@ skill_db: ( Description: "Invisible" MaxLevel: 1 SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -9495,7 +9494,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Misc" DamageType: { @@ -10010,7 +10009,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -10048,7 +10047,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -10139,7 +10138,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true PartyOnly: true GuildOnly: true } @@ -10657,7 +10656,7 @@ skill_db: ( Self: true } SkillInfo: { - Ensemble: true + Ensemble: true } AttackType: "Misc" DamageType: { @@ -10698,7 +10697,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true PartyOnly: true } DamageType: { @@ -10946,7 +10945,7 @@ skill_db: ( Place: true } SkillInfo: { - TargetSelf: true + TargetSelf: true } AttackType: "Magic" Element: "Ele_Earth" @@ -11070,7 +11069,7 @@ skill_db: ( Self: true } SkillInfo: { - Wedding: true + Wedding: true } DamageType: { NoDamage: true @@ -11098,7 +11097,7 @@ skill_db: ( Self: true } SkillInfo: { - Wedding: true + Wedding: true } DamageType: { NoDamage: true @@ -11131,7 +11130,7 @@ skill_db: ( Self: true } SkillInfo: { - Wedding: true + Wedding: true } DamageType: { NoDamage: true @@ -11229,7 +11228,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -11281,7 +11280,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -11330,7 +11329,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -11384,7 +11383,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -11872,7 +11871,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -11910,7 +11909,7 @@ skill_db: ( Friend: true } SkillInfo: { - Spirit: true + Spirit: true PartyOnly: true GuildOnly: true } @@ -11939,7 +11938,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -11977,7 +11976,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12015,7 +12014,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12053,7 +12052,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12091,7 +12090,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12129,7 +12128,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12167,7 +12166,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12205,7 +12204,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12243,7 +12242,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12281,7 +12280,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12319,7 +12318,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12357,7 +12356,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12394,7 +12393,7 @@ skill_db: ( Self: true } SkillInfo: { - Spirit: true + Spirit: true } AttackType: "Weapon" DamageType: { @@ -12438,7 +12437,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12476,7 +12475,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12870,7 +12869,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -13293,7 +13292,7 @@ skill_db: ( Self: true } SkillInfo: { - Ensemble: true + Ensemble: true } AttackType: "Misc" DamageType: { @@ -13433,7 +13432,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } Element: { Lv1: "Ele_Neutral" @@ -13521,7 +13520,7 @@ skill_db: ( Self: true } SkillInfo: { - Spirit: true + Spirit: true } AttackType: "Weapon" DamageType: { @@ -13547,7 +13546,7 @@ skill_db: ( Self: true } SkillInfo: { - Spirit: true + Spirit: true } DamageType: { NoDamage: true @@ -13577,7 +13576,7 @@ skill_db: ( Self: true } SkillInfo: { - Spirit: true + Spirit: true } DamageType: { NoDamage: true @@ -13607,7 +13606,7 @@ skill_db: ( Self: true } SkillInfo: { - Spirit: true + Spirit: true } DamageType: { NoDamage: true @@ -13638,7 +13637,7 @@ skill_db: ( Self: true } SkillInfo: { - Spirit: true + Spirit: true NoCastSelf: true } AttackType: "Weapon" @@ -15210,7 +15209,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true IgnoreLandProtector: true } AttackType: "Weapon" @@ -15262,7 +15261,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Fire" @@ -15281,7 +15280,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Water" @@ -15301,7 +15300,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Wind" @@ -15320,7 +15319,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Poison" @@ -15340,7 +15339,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Dark" @@ -15358,7 +15357,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -15390,7 +15389,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -15407,7 +15406,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" DamageType: { @@ -15427,7 +15426,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" DamageType: { @@ -15447,7 +15446,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -15473,7 +15472,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -15499,7 +15498,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -15525,7 +15524,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -15551,7 +15550,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -15577,7 +15576,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -15603,7 +15602,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Fire" @@ -15626,7 +15625,7 @@ skill_db: ( Place: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Dark" @@ -15669,7 +15668,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -15689,7 +15688,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -15716,7 +15715,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -15734,7 +15733,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } Element: "Ele_Weapon" DamageType: { @@ -15753,7 +15752,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -15773,7 +15772,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -15793,7 +15792,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -15819,7 +15818,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -15845,7 +15844,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" DamageType: { @@ -15875,7 +15874,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -15901,7 +15900,7 @@ skill_db: ( Description: "Increase Weight Limit R" MaxLevel: 10 SkillInfo: { - Quest: true + Quest: true } NumberOfHits: 0 }, @@ -15914,7 +15913,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -15933,7 +15932,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } Element: "Ele_Weapon" InterruptCast: true @@ -15949,7 +15948,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -15968,7 +15967,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -15986,7 +15985,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -16005,7 +16004,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -16024,7 +16023,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } DamageType: { NoDamage: true @@ -16046,7 +16045,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -16078,7 +16077,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -16110,7 +16109,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -16137,7 +16136,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -16158,7 +16157,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -16181,7 +16180,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -16202,7 +16201,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" DamageType: { @@ -16224,7 +16223,7 @@ skill_db: ( Description: "Sonic Acceleration" MaxLevel: 1 SkillInfo: { - Quest: true + Quest: true } NumberOfHits: 0 }, @@ -16239,7 +16238,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" DamageType: { @@ -16269,7 +16268,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" DamageType: { @@ -16292,7 +16291,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Magic" Element: "Ele_Fire" @@ -16315,7 +16314,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } DamageType: { NoDamage: true @@ -16338,7 +16337,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Magic" Element: "Ele_Water" @@ -16368,7 +16367,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" InterruptCast: true @@ -16391,7 +16390,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Misc" DamageType: { @@ -16418,7 +16417,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Misc" DamageType: { @@ -16441,7 +16440,7 @@ skill_db: ( Description: "Unfair Trick" MaxLevel: 1 SkillInfo: { - Quest: true + Quest: true } NumberOfHits: 0 }, @@ -16455,7 +16454,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" DamageType: { @@ -16480,7 +16479,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Magic" Element: "Ele_Holy" @@ -16510,7 +16509,7 @@ skill_db: ( Friend: true } SkillInfo: { - Quest: true + Quest: true PartyOnly: true } AttackType: "Weapon" @@ -16538,7 +16537,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -16566,7 +16565,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Magic" Element: "Ele_Earth" @@ -16596,7 +16595,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Magic" Element: "Ele_Fire" @@ -16626,7 +16625,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Magic" Element: "Ele_Wind" @@ -17402,7 +17401,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -19358,7 +19357,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" DamageType: { @@ -19401,7 +19400,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" DamageType: { @@ -19611,7 +19610,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" Element: "Ele_Fire" @@ -19652,7 +19651,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" Element: "Ele_Water" @@ -19693,7 +19692,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" Element: "Ele_Earth" @@ -19734,7 +19733,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" Element: "Ele_Wind" @@ -19775,7 +19774,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" Element: "Ele_Fire" @@ -19813,7 +19812,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" Element: "Ele_Water" @@ -22266,7 +22265,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -22656,7 +22655,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } DamageType: { NoDamage: true @@ -23256,7 +23255,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } Element: "Ele_Weapon" DamageType: { @@ -23402,7 +23401,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } DamageType: { NoDamage: true @@ -23702,7 +23701,7 @@ skill_db: ( Place: true } SkillInfo: { - Chorus: true + Chorus: true } AttackType: "Weapon" DamageType: { @@ -23748,7 +23747,7 @@ skill_db: ( Self: true } SkillInfo: { - Chorus: true + Chorus: true } DamageType: { NoDamage: true @@ -23796,7 +23795,7 @@ skill_db: ( Self: true } SkillInfo: { - Chorus: true + Chorus: true } DamageType: { NoDamage: true @@ -23851,7 +23850,7 @@ skill_db: ( Place: true } SkillInfo: { - Chorus: true + Chorus: true } DamageType: { SplashArea: true @@ -23905,7 +23904,7 @@ skill_db: ( Self: true } SkillInfo: { - Chorus: true + Chorus: true } DamageType: { NoDamage: true @@ -23960,7 +23959,7 @@ skill_db: ( Self: true } SkillInfo: { - Chorus: true + Chorus: true } DamageType: { NoDamage: true @@ -24008,7 +24007,7 @@ skill_db: ( Self: true } SkillInfo: { - Chorus: true + Chorus: true } DamageType: { NoDamage: true @@ -24056,7 +24055,7 @@ skill_db: ( Self: true } SkillInfo: { - Chorus: true + Chorus: true } DamageType: { NoDamage: true @@ -24104,7 +24103,7 @@ skill_db: ( Self: true } SkillInfo: { - Chorus: true + Chorus: true } DamageType: { NoDamage: true @@ -25300,7 +25299,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" InterruptCast: true @@ -25480,7 +25479,7 @@ skill_db: ( Place: true } SkillInfo: { - IgnoreLandProtector: true + IgnoreLandProtector: true } AttackType: "Weapon" DamageType: { @@ -25531,7 +25530,7 @@ skill_db: ( Place: true } SkillInfo: { - IgnoreLandProtector: true + IgnoreLandProtector: true } AttackType: "Weapon" Element: "Ele_Earth" @@ -25718,7 +25717,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } DamageType: { NoDamage: true @@ -26140,7 +26139,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } DamageType: { NoDamage: true @@ -26219,7 +26218,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } DamageType: { NoDamage: true @@ -26427,7 +26426,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -27078,7 +27077,7 @@ skill_db: ( Self: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Weapon" DamageType: { @@ -29165,7 +29164,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" InterruptCast: true @@ -29191,7 +29190,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" InterruptCast: true @@ -29438,7 +29437,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" InterruptCast: true @@ -29464,7 +29463,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" InterruptCast: true @@ -29932,7 +29931,7 @@ skill_db: ( Place: true } SkillInfo: { - IgnoreLandProtector: true + IgnoreLandProtector: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -29969,7 +29968,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" DamageType: { @@ -30013,7 +30012,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" Element: "Ele_Earth" @@ -30051,7 +30050,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" DamageType: { @@ -30096,7 +30095,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Weapon" Element: "Ele_Water" @@ -30162,7 +30161,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -30385,7 +30384,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true PartyOnly: true } DamageType: { @@ -30545,7 +30544,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoEnemy: true + NoEnemy: true } AttackType: "Magic" DamageType: { @@ -30568,7 +30567,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoEnemy: true + NoEnemy: true } AttackType: "Magic" DamageType: { @@ -30591,7 +30590,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoEnemy: true + NoEnemy: true } AttackType: "Magic" DamageType: { @@ -30614,7 +30613,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoEnemy: true + NoEnemy: true } AttackType: "Magic" DamageType: { @@ -30637,7 +30636,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoEnemy: true + NoEnemy: true } AttackType: "Magic" DamageType: { @@ -30660,7 +30659,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoEnemy: true + NoEnemy: true } AttackType: "Magic" DamageType: { @@ -31814,7 +31813,7 @@ skill_db: ( Description: "Official Guild Approval" MaxLevel: 1 SkillInfo: { - Guild: true + Guild: true } NumberOfHits: 0 }, @@ -31824,7 +31823,7 @@ skill_db: ( Description: "Kafra Contract" MaxLevel: 1 SkillInfo: { - Guild: true + Guild: true } NumberOfHits: 0 }, @@ -31834,7 +31833,7 @@ skill_db: ( Description: "Guardian Research" MaxLevel: 1 SkillInfo: { - Guild: true + Guild: true } NumberOfHits: 0 }, @@ -31844,7 +31843,7 @@ skill_db: ( Description: "Strengthen Guardians" MaxLevel: 1 SkillInfo: { - Guild: true + Guild: true } NumberOfHits: 0 }, @@ -31854,7 +31853,7 @@ skill_db: ( Description: "Guild Extension" MaxLevel: 10 SkillInfo: { - Guild: true + Guild: true } NumberOfHits: 0 }, @@ -31864,7 +31863,7 @@ skill_db: ( Description: "Guild's Glory" MaxLevel: 1 SkillInfo: { - Guild: true + Guild: true } NumberOfHits: 0 }, @@ -31874,7 +31873,7 @@ skill_db: ( Description: "Great Leadership" MaxLevel: 1 SkillInfo: { - Guild: true + Guild: true } SplashRange: 2 NumberOfHits: 0 @@ -31893,7 +31892,7 @@ skill_db: ( Description: "Glorious Wounds" MaxLevel: 1 SkillInfo: { - Guild: true + Guild: true } SplashRange: 2 NumberOfHits: 0 @@ -31912,7 +31911,7 @@ skill_db: ( Description: "Cold Heart" MaxLevel: 1 SkillInfo: { - Guild: true + Guild: true } SplashRange: 2 NumberOfHits: 0 @@ -31931,7 +31930,7 @@ skill_db: ( Description: "Sharp Gaze" MaxLevel: 1 SkillInfo: { - Guild: true + Guild: true } SplashRange: 2 NumberOfHits: 0 @@ -31953,7 +31952,7 @@ skill_db: ( Self: true } SkillInfo: { - Guild: true + Guild: true } DamageType: { NoDamage: true @@ -31981,7 +31980,7 @@ skill_db: ( Self: true } SkillInfo: { - Guild: true + Guild: true } DamageType: { NoDamage: true @@ -32009,7 +32008,7 @@ skill_db: ( Self: true } SkillInfo: { - Guild: true + Guild: true } DamageType: { NoDamage: true @@ -32037,7 +32036,7 @@ skill_db: ( Self: true } SkillInfo: { - Guild: true + Guild: true } DamageType: { NoDamage: true @@ -32062,8 +32061,8 @@ skill_db: ( Description: "Permanent Development" MaxLevel: 1 SkillInfo: { - Guild: true + Guild: true } NumberOfHits: 0 }, -) \ No newline at end of file +) -- cgit v1.2.3-60-g2f50