diff options
author | Haru <haru@dotalux.com> | 2016-07-09 18:01:12 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-07-09 18:01:12 +0200 |
commit | 518d71c285860ac2b2858a956a3e0ec0474deae3 (patch) | |
tree | ac60487c2ea5a82cc6944e5834f0abd6cfb17208 /db/re | |
parent | dcc7ef16098f241bd24220a4f4deca23041d7bfd (diff) | |
download | hercules-518d71c285860ac2b2858a956a3e0ec0474deae3.tar.gz hercules-518d71c285860ac2b2858a956a3e0ec0474deae3.tar.bz2 hercules-518d71c285860ac2b2858a956a3e0ec0474deae3.tar.xz hercules-518d71c285860ac2b2858a956a3e0ec0474deae3.zip |
Some indentation fixes in the skill db converter
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/skill_db.conf | 1112 |
1 files changed, 556 insertions, 556 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 7c63a1ef1..e5d9c86bb 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -1,251 +1,251 @@ //================= 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 <http://www.gnu.org/licenses/>. - //============================================================================== - //= 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 <http://www.gnu.org/licenses/>. +//============================================================================== +//= 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) - FixedCastTime: Fixed Cast Time (in ms) (int, defaults to 0) (can be grouped by Levels) - Note: when 0, uses 20% of cast time and less than - 0 means no fixed cast time. - 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) + FixedCastTime: Fixed Cast Time (in ms) (int, defaults to 0) (can be grouped by Levels) + Note: when 0, uses 20% of cast time and less than + 0 means no fixed cast time. + 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: ( { @@ -1705,7 +1705,7 @@ skill_db: ( Place: true } SkillInfo: { - IgnoreLandProtector: true + IgnoreLandProtector: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -2219,7 +2219,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -2288,7 +2288,7 @@ skill_db: ( Place: true } SkillInfo: { - Ensemble: true + Ensemble: true } AttackType: "Magic" DamageType: { @@ -3710,7 +3710,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" DamageType: { @@ -3757,7 +3757,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" Element: "Ele_Earth" @@ -3802,7 +3802,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" DamageType: { @@ -3849,7 +3849,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" DamageType: { @@ -3889,7 +3889,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" DamageType: { @@ -3937,7 +3937,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" DamageType: { @@ -3985,7 +3985,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Weapon" Element: "Ele_Water" @@ -4034,7 +4034,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" Element: "Ele_Wind" @@ -4078,7 +4078,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" Element: "Ele_Fire" @@ -4142,7 +4142,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" DamageType: { @@ -4405,7 +4405,7 @@ skill_db: ( Friend: true } SkillInfo: { - PartyOnly: true + PartyOnly: true } AttackType: "Weapon" Element: "Ele_Poison" @@ -4621,7 +4621,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } DamageType: { NoDamage: true @@ -4642,7 +4642,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } DamageType: { NoDamage: true @@ -4660,7 +4660,7 @@ skill_db: ( Description: "Moving HP-Recovery" MaxLevel: 1 SkillInfo: { - Quest: true + Quest: true } NumberOfHits: 0 }, @@ -4670,7 +4670,7 @@ skill_db: ( Description: "Fatal Blow" MaxLevel: 1 SkillInfo: { - Quest: true + Quest: true } NumberOfHits: 0 SkillData2: 5000 @@ -4685,7 +4685,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" DamageType: { @@ -4706,7 +4706,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" DamageType: { @@ -4731,7 +4731,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -4763,7 +4763,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" Element: "Ele_Earth" @@ -4783,7 +4783,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" DamageType: { @@ -4806,7 +4806,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } DamageType: { NoDamage: true @@ -4830,7 +4830,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Misc" DamageType: { @@ -4859,7 +4859,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -4884,7 +4884,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } DamageType: { NoDamage: true @@ -4906,7 +4906,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" DamageType: { @@ -4930,7 +4930,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Magic" Element: "Ele_Holy" @@ -4951,7 +4951,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Magic" DamageType: { @@ -4976,7 +4976,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -4993,7 +4993,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5014,7 +5014,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" InterruptCast: true @@ -5028,7 +5028,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -5047,7 +5047,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Water" @@ -5067,7 +5067,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Earth" @@ -5087,7 +5087,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Fire" @@ -5107,7 +5107,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Wind" @@ -5127,7 +5127,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Poison" @@ -5147,7 +5147,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Holy" @@ -5167,7 +5167,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Dark" @@ -5187,7 +5187,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Ghost" @@ -5209,7 +5209,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5230,7 +5230,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5259,7 +5259,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5280,7 +5280,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Misc" Element: "Ele_Fire" @@ -5306,7 +5306,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5325,7 +5325,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Misc" DamageType: { @@ -5346,7 +5346,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5364,7 +5364,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5382,7 +5382,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5400,7 +5400,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5418,7 +5418,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5436,7 +5436,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Dark" @@ -5454,7 +5454,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5472,7 +5472,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5489,7 +5489,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Water" @@ -5506,7 +5506,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Earth" @@ -5523,7 +5523,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Fire" @@ -5540,7 +5540,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Wind" @@ -5557,7 +5557,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Poison" @@ -5574,7 +5574,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Holy" @@ -5591,7 +5591,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Dark" @@ -5608,7 +5608,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Ghost" @@ -5625,7 +5625,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5641,7 +5641,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -5658,7 +5658,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -5676,7 +5676,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Misc" DamageType: { @@ -5695,7 +5695,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -5713,7 +5713,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -5730,7 +5730,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -5750,7 +5750,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Dark" @@ -5771,7 +5771,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Dark" @@ -5786,7 +5786,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" DamageType: { @@ -5809,7 +5809,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Misc" Element: "Ele_Dark" @@ -5826,7 +5826,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Dark" @@ -5845,7 +5845,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -5866,7 +5866,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" DamageType: { @@ -5889,7 +5889,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -5910,7 +5910,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -5940,7 +5940,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -5958,7 +5958,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -6482,7 +6482,7 @@ skill_db: ( Friend: true } SkillInfo: { - PartyOnly: true + PartyOnly: true GuildOnly: true } DamageType: { @@ -6701,7 +6701,7 @@ skill_db: ( Description: "Bioethics" MaxLevel: 1 SkillInfo: { - Quest: true + Quest: true } NumberOfHits: 0 }, @@ -6942,7 +6942,7 @@ skill_db: ( Self: true } SkillInfo: { - TargetSelf: true + TargetSelf: true } AttackType: "Magic" Element: "Ele_Holy" @@ -7010,7 +7010,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true PartyOnly: true } DamageType: { @@ -7042,7 +7042,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } DamageType: { NoDamage: true @@ -7476,7 +7476,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -7530,7 +7530,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -7702,7 +7702,7 @@ skill_db: ( Friend: true } SkillInfo: { - PartyOnly: true + PartyOnly: true GuildOnly: true } AttackType: "Magic" @@ -7738,7 +7738,7 @@ skill_db: ( Friend: true } SkillInfo: { - PartyOnly: true + PartyOnly: true GuildOnly: true } AttackType: "Magic" @@ -7774,7 +7774,7 @@ skill_db: ( Friend: true } SkillInfo: { - PartyOnly: true + PartyOnly: true GuildOnly: true } AttackType: "Magic" @@ -7810,7 +7810,7 @@ skill_db: ( Friend: true } SkillInfo: { - PartyOnly: true + PartyOnly: true GuildOnly: true } AttackType: "Magic" @@ -8043,7 +8043,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true PartyOnly: true GuildOnly: true } @@ -8102,7 +8102,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -8125,7 +8125,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -8147,7 +8147,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -8170,7 +8170,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -8194,7 +8194,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -8217,7 +8217,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -8240,7 +8240,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -8263,7 +8263,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -8286,7 +8286,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -8309,7 +8309,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -8332,7 +8332,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" InterruptCast: true @@ -8351,7 +8351,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -8374,7 +8374,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" InterruptCast: true @@ -8433,7 +8433,7 @@ skill_db: ( Self: true } SkillInfo: { - Ensemble: true + Ensemble: true } AttackType: "Misc" DamageType: { @@ -8468,7 +8468,7 @@ skill_db: ( Self: true } SkillInfo: { - Ensemble: true + Ensemble: true } AttackType: "Misc" DamageType: { @@ -8503,7 +8503,7 @@ skill_db: ( Self: true } SkillInfo: { - Ensemble: true + Ensemble: true } AttackType: "Misc" DamageType: { @@ -8538,7 +8538,7 @@ skill_db: ( Self: true } SkillInfo: { - Ensemble: true + Ensemble: true } AttackType: "Misc" DamageType: { @@ -8579,7 +8579,7 @@ skill_db: ( Self: true } SkillInfo: { - Ensemble: true + Ensemble: true } AttackType: "Misc" DamageType: { @@ -8620,7 +8620,7 @@ skill_db: ( Self: true } SkillInfo: { - Ensemble: true + Ensemble: true } AttackType: "Misc" DamageType: { @@ -8655,7 +8655,7 @@ skill_db: ( Self: true } SkillInfo: { - Ensemble: true + Ensemble: true } AttackType: "Misc" DamageType: { @@ -8690,7 +8690,7 @@ skill_db: ( Self: true } SkillInfo: { - Ensemble: true + Ensemble: true } AttackType: "Misc" DamageType: { @@ -8764,7 +8764,7 @@ skill_db: ( Self: true } SkillInfo: { - Song: true + Song: true } AttackType: "Misc" DamageType: { @@ -8839,7 +8839,7 @@ skill_db: ( Self: true } SkillInfo: { - Song: true + Song: true } AttackType: "Misc" DamageType: { @@ -8884,7 +8884,7 @@ skill_db: ( Self: true } SkillInfo: { - Song: true + Song: true } AttackType: "Misc" DamageType: { @@ -8929,7 +8929,7 @@ skill_db: ( Self: true } SkillInfo: { - Song: true + Song: true } AttackType: "Misc" DamageType: { @@ -8974,7 +8974,7 @@ skill_db: ( Self: true } SkillInfo: { - Song: true + Song: true } AttackType: "Misc" DamageType: { @@ -9058,7 +9058,7 @@ skill_db: ( Self: true } SkillInfo: { - Song: true + Song: true } AttackType: "Misc" DamageType: { @@ -9126,7 +9126,7 @@ skill_db: ( Self: true } SkillInfo: { - Song: true + Song: true } AttackType: "Misc" DamageType: { @@ -9172,7 +9172,7 @@ skill_db: ( Self: true } SkillInfo: { - Song: true + Song: true } AttackType: "Misc" DamageType: { @@ -9218,7 +9218,7 @@ skill_db: ( Self: true } SkillInfo: { - Song: true + Song: true } AttackType: "Misc" DamageType: { @@ -9264,7 +9264,7 @@ skill_db: ( Self: true } SkillInfo: { - Song: true + Song: true } AttackType: "Misc" DamageType: { @@ -9310,7 +9310,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -9329,7 +9329,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -9348,7 +9348,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -9368,7 +9368,7 @@ skill_db: ( Self: true } SkillInfo: { - Wedding: true + Wedding: true } DamageType: { NoDamage: true @@ -9393,7 +9393,7 @@ skill_db: ( Self: true } SkillInfo: { - Wedding: true + Wedding: true } DamageType: { NoDamage: true @@ -9418,7 +9418,7 @@ skill_db: ( Self: true } SkillInfo: { - Wedding: true + Wedding: true } DamageType: { NoDamage: true @@ -9451,7 +9451,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -9471,7 +9471,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Dark" @@ -9489,7 +9489,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true TargetSelf: true } AttackType: "Magic" @@ -9532,7 +9532,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Dark" @@ -9561,7 +9561,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Dark" @@ -9602,7 +9602,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -9623,7 +9623,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -9640,7 +9640,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -9657,7 +9657,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -9674,7 +9674,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -9691,7 +9691,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Undead" @@ -9707,7 +9707,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Undead" @@ -9728,7 +9728,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" DamageType: { @@ -9755,7 +9755,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -9777,7 +9777,7 @@ skill_db: ( Description: "Siege Mode" MaxLevel: 1 SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -9795,7 +9795,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -9810,7 +9810,7 @@ skill_db: ( Description: "Invisible" MaxLevel: 1 SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -9830,7 +9830,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Misc" DamageType: { @@ -10339,7 +10339,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -10376,7 +10376,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -10455,7 +10455,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true PartyOnly: true GuildOnly: true } @@ -11013,7 +11013,7 @@ skill_db: ( Self: true } SkillInfo: { - Ensemble: true + Ensemble: true } AttackType: "Misc" DamageType: { @@ -11054,7 +11054,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true PartyOnly: true } DamageType: { @@ -11303,7 +11303,7 @@ skill_db: ( Place: true } SkillInfo: { - TargetSelf: true + TargetSelf: true } AttackType: "Magic" Element: "Ele_Earth" @@ -11427,7 +11427,7 @@ skill_db: ( Self: true } SkillInfo: { - Wedding: true + Wedding: true } DamageType: { NoDamage: true @@ -11455,7 +11455,7 @@ skill_db: ( Self: true } SkillInfo: { - Wedding: true + Wedding: true } DamageType: { NoDamage: true @@ -11488,7 +11488,7 @@ skill_db: ( Self: true } SkillInfo: { - Wedding: true + Wedding: true } DamageType: { NoDamage: true @@ -11599,7 +11599,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -11651,7 +11651,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -11700,7 +11700,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -11754,7 +11754,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -12242,7 +12242,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12279,7 +12279,7 @@ skill_db: ( Friend: true } SkillInfo: { - Spirit: true + Spirit: true PartyOnly: true GuildOnly: true } @@ -12308,7 +12308,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12345,7 +12345,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12383,7 +12383,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12420,7 +12420,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12457,7 +12457,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12494,7 +12494,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12531,7 +12531,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12568,7 +12568,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12605,7 +12605,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12642,7 +12642,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12679,7 +12679,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12716,7 +12716,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12752,7 +12752,7 @@ skill_db: ( Self: true } SkillInfo: { - Spirit: true + Spirit: true } AttackType: "Weapon" DamageType: { @@ -12796,7 +12796,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -12833,7 +12833,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Magic" DamageType: { @@ -13257,7 +13257,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -13684,7 +13684,7 @@ skill_db: ( Self: true } SkillInfo: { - Ensemble: true + Ensemble: true } AttackType: "Misc" DamageType: { @@ -13825,7 +13825,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } Element: { Lv1: "Ele_Neutral" @@ -13911,7 +13911,7 @@ skill_db: ( Self: true } SkillInfo: { - Spirit: true + Spirit: true } AttackType: "Weapon" DamageType: { @@ -13937,7 +13937,7 @@ skill_db: ( Self: true } SkillInfo: { - Spirit: true + Spirit: true } DamageType: { NoDamage: true @@ -13966,7 +13966,7 @@ skill_db: ( Self: true } SkillInfo: { - Spirit: true + Spirit: true } DamageType: { NoDamage: true @@ -13995,7 +13995,7 @@ skill_db: ( Self: true } SkillInfo: { - Spirit: true + Spirit: true } DamageType: { NoDamage: true @@ -14025,7 +14025,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Spirit: true + Spirit: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -15718,7 +15718,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true IgnoreLandProtector: true } AttackType: "Weapon" @@ -15771,7 +15771,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Fire" @@ -15790,7 +15790,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Water" @@ -15811,7 +15811,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Wind" @@ -15830,7 +15830,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Poison" @@ -15851,7 +15851,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Dark" @@ -15869,7 +15869,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -15902,7 +15902,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -15920,7 +15920,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" DamageType: { @@ -15940,7 +15940,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" DamageType: { @@ -15961,7 +15961,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -15988,7 +15988,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -16015,7 +16015,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -16042,7 +16042,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -16069,7 +16069,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -16096,7 +16096,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -16123,7 +16123,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Fire" @@ -16147,7 +16147,7 @@ skill_db: ( Place: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" Element: "Ele_Dark" @@ -16191,7 +16191,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -16212,7 +16212,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -16240,7 +16240,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -16259,7 +16259,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } Element: "Ele_Weapon" DamageType: { @@ -16278,7 +16278,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -16299,7 +16299,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -16320,7 +16320,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -16347,7 +16347,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -16374,7 +16374,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Weapon" DamageType: { @@ -16404,7 +16404,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -16430,7 +16430,7 @@ skill_db: ( Description: "Increase Weight Limit R" MaxLevel: 10 SkillInfo: { - Quest: true + Quest: true } NumberOfHits: 0 }, @@ -16443,7 +16443,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -16462,7 +16462,7 @@ skill_db: ( Enemy: true } SkillInfo: { - NPC: true + NPC: true } Element: "Ele_Weapon" InterruptCast: true @@ -16479,7 +16479,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -16499,7 +16499,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -16518,7 +16518,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -16538,7 +16538,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -16557,7 +16557,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } DamageType: { NoDamage: true @@ -16579,7 +16579,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -16612,7 +16612,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -16645,7 +16645,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -16673,7 +16673,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -16696,7 +16696,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -16717,7 +16717,7 @@ skill_db: ( Friend: true } SkillInfo: { - NPC: true + NPC: true NoCastSelf: true } AttackType: "Magic" @@ -16743,7 +16743,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -16766,7 +16766,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } AttackType: "Magic" DamageType: { @@ -16790,7 +16790,7 @@ skill_db: ( Self: true } SkillInfo: { - NPC: true + NPC: true } DamageType: { NoDamage: true @@ -16814,7 +16814,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -16835,7 +16835,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" DamageType: { @@ -16858,7 +16858,7 @@ skill_db: ( Description: "Sonic Acceleration" MaxLevel: 1 SkillInfo: { - Quest: true + Quest: true } NumberOfHits: 0 }, @@ -16873,7 +16873,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" DamageType: { @@ -16904,7 +16904,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" DamageType: { @@ -16928,7 +16928,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Magic" Element: "Ele_Fire" @@ -16952,7 +16952,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } DamageType: { NoDamage: true @@ -16975,7 +16975,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Magic" Element: "Ele_Water" @@ -17005,7 +17005,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" InterruptCast: true @@ -17028,7 +17028,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Misc" DamageType: { @@ -17056,7 +17056,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Misc" DamageType: { @@ -17080,7 +17080,7 @@ skill_db: ( Description: "Unfair Trick" MaxLevel: 1 SkillInfo: { - Quest: true + Quest: true } NumberOfHits: 0 }, @@ -17094,7 +17094,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" DamageType: { @@ -17118,7 +17118,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Magic" Element: "Ele_Holy" @@ -17149,7 +17149,7 @@ skill_db: ( Friend: true } SkillInfo: { - Quest: true + Quest: true PartyOnly: true } AttackType: "Weapon" @@ -17178,7 +17178,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -17207,7 +17207,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Magic" Element: "Ele_Earth" @@ -17237,7 +17237,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Magic" Element: "Ele_Fire" @@ -17267,7 +17267,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Magic" Element: "Ele_Wind" @@ -18067,7 +18067,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -20083,7 +20083,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" DamageType: { @@ -20127,7 +20127,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" DamageType: { @@ -20343,7 +20343,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" Element: "Ele_Fire" @@ -20385,7 +20385,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" Element: "Ele_Water" @@ -20427,7 +20427,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" Element: "Ele_Earth" @@ -20469,7 +20469,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" Element: "Ele_Wind" @@ -20511,7 +20511,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" Element: "Ele_Fire" @@ -20549,7 +20549,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" Element: "Ele_Water" @@ -23084,7 +23084,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -23484,7 +23484,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } DamageType: { NoDamage: true @@ -24104,7 +24104,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } Element: "Ele_Weapon" DamageType: { @@ -24253,7 +24253,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } DamageType: { NoDamage: true @@ -24560,7 +24560,7 @@ skill_db: ( Place: true } SkillInfo: { - Chorus: true + Chorus: true } AttackType: "Weapon" DamageType: { @@ -24607,7 +24607,7 @@ skill_db: ( Self: true } SkillInfo: { - Chorus: true + Chorus: true } DamageType: { NoDamage: true @@ -24656,7 +24656,7 @@ skill_db: ( Self: true } SkillInfo: { - Chorus: true + Chorus: true } DamageType: { NoDamage: true @@ -24712,7 +24712,7 @@ skill_db: ( Place: true } SkillInfo: { - Chorus: true + Chorus: true } DamageType: { SplashArea: true @@ -24767,7 +24767,7 @@ skill_db: ( Self: true } SkillInfo: { - Chorus: true + Chorus: true } DamageType: { NoDamage: true @@ -24823,7 +24823,7 @@ skill_db: ( Self: true } SkillInfo: { - Chorus: true + Chorus: true } DamageType: { NoDamage: true @@ -24872,7 +24872,7 @@ skill_db: ( Self: true } SkillInfo: { - Chorus: true + Chorus: true } DamageType: { NoDamage: true @@ -24921,7 +24921,7 @@ skill_db: ( Self: true } SkillInfo: { - Chorus: true + Chorus: true } DamageType: { NoDamage: true @@ -24970,7 +24970,7 @@ skill_db: ( Self: true } SkillInfo: { - Chorus: true + Chorus: true } DamageType: { NoDamage: true @@ -26239,7 +26239,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" InterruptCast: true @@ -26663,7 +26663,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } DamageType: { NoDamage: true @@ -27092,7 +27092,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } DamageType: { NoDamage: true @@ -27171,7 +27171,7 @@ skill_db: ( Self: true } SkillInfo: { - Quest: true + Quest: true } DamageType: { NoDamage: true @@ -27379,7 +27379,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -28036,7 +28036,7 @@ skill_db: ( Self: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Weapon" DamageType: { @@ -30216,7 +30216,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" InterruptCast: true @@ -30242,7 +30242,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" InterruptCast: true @@ -30506,7 +30506,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" InterruptCast: true @@ -30532,7 +30532,7 @@ skill_db: ( Self: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true } AttackType: "Weapon" InterruptCast: true @@ -31014,7 +31014,7 @@ skill_db: ( Place: true } SkillInfo: { - IgnoreLandProtector: true + IgnoreLandProtector: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -31052,7 +31052,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" DamageType: { @@ -31096,7 +31096,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" Element: "Ele_Earth" @@ -31134,7 +31134,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Misc" DamageType: { @@ -31179,7 +31179,7 @@ skill_db: ( Place: true } SkillInfo: { - Trap: true + Trap: true } AttackType: "Weapon" Element: "Ele_Water" @@ -31245,7 +31245,7 @@ skill_db: ( Enemy: true } SkillInfo: { - Quest: true + Quest: true } AttackType: "Weapon" Element: "Ele_Weapon" @@ -31474,7 +31474,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoCastSelf: true + NoCastSelf: true PartyOnly: true } DamageType: { @@ -31636,7 +31636,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoEnemy: true + NoEnemy: true } AttackType: "Magic" DamageType: { @@ -31659,7 +31659,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoEnemy: true + NoEnemy: true } AttackType: "Magic" DamageType: { @@ -31682,7 +31682,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoEnemy: true + NoEnemy: true } AttackType: "Magic" DamageType: { @@ -31705,7 +31705,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoEnemy: true + NoEnemy: true } AttackType: "Magic" DamageType: { @@ -31728,7 +31728,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoEnemy: true + NoEnemy: true } AttackType: "Magic" DamageType: { @@ -31751,7 +31751,7 @@ skill_db: ( Friend: true } SkillInfo: { - NoEnemy: true + NoEnemy: true } AttackType: "Magic" DamageType: { @@ -32935,7 +32935,7 @@ skill_db: ( Description: "Official Guild Approval" MaxLevel: 1 SkillInfo: { - Guild: true + Guild: true } NumberOfHits: 0 }, @@ -32945,7 +32945,7 @@ skill_db: ( Description: "Kafra Contract" MaxLevel: 1 SkillInfo: { - Guild: true + Guild: true } NumberOfHits: 0 }, @@ -32955,7 +32955,7 @@ skill_db: ( Description: "Guardian Research" MaxLevel: 1 SkillInfo: { - Guild: true + Guild: true } NumberOfHits: 0 }, @@ -32965,7 +32965,7 @@ skill_db: ( Description: "Strengthen Guardians" MaxLevel: 1 SkillInfo: { - Guild: true + Guild: true } NumberOfHits: 0 }, @@ -32975,7 +32975,7 @@ skill_db: ( Description: "Guild Extension" MaxLevel: 10 SkillInfo: { - Guild: true + Guild: true } NumberOfHits: 0 }, @@ -32985,7 +32985,7 @@ skill_db: ( Description: "Guild's Glory" MaxLevel: 1 SkillInfo: { - Guild: true + Guild: true } NumberOfHits: 0 }, @@ -32995,7 +32995,7 @@ skill_db: ( Description: "Great Leadership" MaxLevel: 1 SkillInfo: { - Guild: true + Guild: true } SplashRange: 2 NumberOfHits: 0 @@ -33015,7 +33015,7 @@ skill_db: ( Description: "Glorious Wounds" MaxLevel: 1 SkillInfo: { - Guild: true + Guild: true } SplashRange: 2 NumberOfHits: 0 @@ -33035,7 +33035,7 @@ skill_db: ( Description: "Cold Heart" MaxLevel: 1 SkillInfo: { - Guild: true + Guild: true } SplashRange: 2 NumberOfHits: 0 @@ -33055,7 +33055,7 @@ skill_db: ( Description: "Sharp Gaze" MaxLevel: 1 SkillInfo: { - Guild: true + Guild: true } SplashRange: 2 NumberOfHits: 0 @@ -33078,7 +33078,7 @@ skill_db: ( Self: true } SkillInfo: { - Guild: true + Guild: true } DamageType: { NoDamage: true @@ -33107,7 +33107,7 @@ skill_db: ( Self: true } SkillInfo: { - Guild: true + Guild: true } DamageType: { NoDamage: true @@ -33136,7 +33136,7 @@ skill_db: ( Self: true } SkillInfo: { - Guild: true + Guild: true } DamageType: { NoDamage: true @@ -33164,7 +33164,7 @@ skill_db: ( Self: true } SkillInfo: { - Guild: true + Guild: true } DamageType: { NoDamage: true @@ -33189,8 +33189,8 @@ skill_db: ( Description: "Permanent Development" MaxLevel: 1 SkillInfo: { - Guild: true + Guild: true } NumberOfHits: 0 }, -)
\ No newline at end of file +) |